/* top */
.jal_logo{
  max-width:200px !important;
}
.jal_logo h3{
  font-weight: bolder;
}
.navigation-colors {
  background-color: #fff;
}
.jtpl-header {
  padding: 0;
  right: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  transition: min-height .3s ease-in;
  position: relative;
}
/* top end */
/* 企業情報 */

a{
  text-decoration: none;
}
.jtpl-header{
  height:100px !important;
  overflow: unset;
  max-height: unset;
  min-height: unset !important;
  z-index: 99;
  margin-top: 5px;
}
.container{
  width:100%;
}
.wrap{
  max-width: 1140px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  flex-flow: wrap;
}
.top-text{
  margin-top: 60px;
  margin-bottom: 40px;
}
.top-text p{
  color:#000;
}
.focus-list{
  width:100%;
}
.focus-list ul{
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.focus-list li{
  list-style: none;
  display: inline-block;
  position: relative;
  /* width: 19%; */
  width: 24.3%;
  text-align: center;
  background-color: #FFF;
  border: #025197 2px solid;
  border-radius: 5px;
  margin-bottom: 40px;
}
.focus-list li:hover{
  background-color: #025197;
}
.focus-list li a{
  color: #025197;
  display: block;
  padding: 10px 0;
}
.focus-list li a:hover{
  color:#fff;
}
.focus-list li a::after{
  content: " \f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}
h1.title{
  line-height: 0.8em;
  text-align: center;
  color: #000000;
  font-size: 36px;
  position: relative;
  font-weight: normal;
  margin-bottom: 50px;
  width: 100%;
}
h1.title::before{
  content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 50px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #025197;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.outline-body{
  overflow:hidden;
}
.outline-body .outline-info{
  word-spacing: 10px;
  margin-bottom: 40px;
}
.outline-body table{
  border-spacing: 3px;
}
.gray1 {
  background-color: #d7d7d7;
  text-align: center;
}
.gray2 {
  background-color: #f1f1f1;
  padding: 20px 20px;
}
.text-left{
  width:29.03%;
  float:left;
}
.text-right{
  width: 68.96%;
  float:right;
}
.text-right p{
  font-size:18px;
  color:#000;
  line-height: 1.5;
}
.text-right p span{
  font-size:20px;
}
.about-body{
  margin-top:100px;
}
.about-body h1{
  margin-top:60px;
}
.about-body .about-text p{
  font-size:18px;
}
.about-body .about-text p a{
  color:#000;
}
.about-badge .badge-img{
  width: 25%;
  text-align: center;
  float:left;
}
.cooperative-body{
  width:100%;
  margin-top:100px;
}
.cooperative-body h1{
  margin-top:60px;
}
.cooperative-body ul{
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left:0;
  width:100%;
  overflow: hidden;
}
.cooperative-body ul li{
  width: 33.333%;
  position: relative;
  text-align: center;
  color: #090909;
  margin-bottom: 20px;
  list-style: none;
  float:left;
  padding-left:0;
  overflow: hidden;
}
.cooperative-body ul li .list-item{
  background-color: #D3E9F7;
  margin: 20px;
  height:70px;
  overflow:hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
}
.cooperative-body .cooperative-hide-list{
  border: 5px solid #d4d4d4;
}
.cooperative-body .cooperative-hide-list h2{
  margin: 0;
  padding: 15px 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  outline: none;
}
.cooperative-body .cooperative-hide-list h2.elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{
  float: left;
  text-align: left;
  width: 1.5em;
}
.cooperative-body .cooperative-hide-list h2.elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{
  display: block;
}
.cooperative-body .cooperative-hide-list h2.elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened{
  display: none;
}
.cooperative-body .cooperative-hide-list h2.elementor-active .elementor-accordion-icon .elementor-accordion-icon-closed{
  display: none;
}
.cooperative-body .cooperative-hide-list h2.elementor-active .elementor-accordion-icon .elementor-accordion-icon-opened{
  display: block;
}
.cooperative-body .cooperative-hide-list h2 a{
  color: var( --e-global-color-accent );
}
.cooperative-body .cooperative-hide-list ul{
  display: none;
  padding: 0px 0px 40px 0px;
  border-top: 5px solid #d4d4d4;
  color: var( --e-global-color-text );
  font-family: var( --e-global-typography-text-font-family ), Sans-serif;
  font-weight: var( --e-global-typography-text-font-weight );
  margin-top: 0;
}
.company-map{
  width:100%;
  overflow:hidden;
  margin-top:100px;
}
.consult-body{
  width:100%;
  display: flex;
  flex-flow: wrap;
  overflow:hidden;
  margin-bottom: 80px;
  margin-top:100px;
}
.consult-body .consult-left{
  width: 45.59%;
  text-align: right;
}
.consult-body .consult-right{
  width: 52.4%;
  margin:0 auto;
  margin-bottom: 60px;
}
.about-badge{
  overflow:hidden;
}
.video-box{
  width:80%;
  margin:0 auto;
  margin-top: 50px;
}
.video-box video{
  width:100%;
}
/* 企業情報 */
/* news */
.h3_style {
  padding: 1em;
  color: #494949;
  background: #fffaf4;
  border-left: solid 5px #ffaf58;
}
/* news */
/* blog */
.blog-crumbs{
  width:1000px;
  margin:0 auto;
}
.list-box{
  max-width:1000px;
  margin:0 auto;
  margin-top: 50px;
}
.list-box ul{
  width:100%;
  padding-left:0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.blog-item:not(.blog-more){
  list-style: none;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  margin-bottom: 50px;
  width: 32%;
  box-shadow: 0 2px 5px #ccc;
  min-height: 420px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.blog-item .blog-img{
  min-height:0;
  /* float:left; */
  height: 210px;
  overflow: hidden;
}
.blog-item .blog-img img{
  max-width:376px;
  width:100%;
}
.blog-item .blog-text{
  /* width:59%;
  float:right; */
  color:#798486;
  padding: 10px 20px 20px 20px;
  overflow: hidden;
  position: relative;
  min-height: 190px;
}
.blog-item .blog-text-full{
  width:100%;
}
.blog-item .blog-text .blog-date{
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-size: 14px;
  margin-bottom: 3px;
}
.blog-item .blog-text .blog-date .icon{
  width: 15px;
  height: auto;
  vertical-align: middle;
  margin-bottom: 4px;
}
.blog-item .blog-text h2{
  color:#798486;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  font-family: "Jun 201",sans-serif,"typesquare";
  line-height: 1.25;
  margin: 0;
  width:100%;
}
.list-box a:link h2{
  width:100%;
}
.blog-item .blog-text a:hover,.blog-item .blog-text a:hover h2,.blog-item .blog-text a:hover .blog-date{
  opacity: 0.7;
}
.blog-item .blog-text a:link,.blog-item .blog-text a:visited{
  text-decoration: none;
  color: #000;
}
.blog-item .j-category{
  position:absolute;
  bottom: 10px;
  right: 15px;
  font-size:13px;
  
}
.blog-item .j-category a,.blog-item .j-category a:link,.blog-item .j-category a:visited{
  color:#777;
}
.blog-more{
  width: 100%;
  overflow: hidden;
}
.blog-more p{
  width:100%;
}
.blog-more p a{
  background-color: #fff;
  border-color: #666;
  border-width: 2px;
  border-style: solid;
  color: #000;
  font-size: 14px;
  border-radius: 0px;
  margin: 16px 0;
  padding: 10px 20px;
  display: inline-block;
}
.content-options .list-movie .j-text,.content-options .list-chinaec .j-text{color: #798486;}
.list-movie .blog-item{
  margin-bottom: 70px;
  overflow: hidden;
}
.list-movie .blog-item a h2,.list-chinaec .blog-item a h2{
  width:100%;
}

/* blog */
/* 404 */
.err-page-container h1{
  width:100%;
  text-align:center;
  font-size:34px;
  color:#798486;
}
.err-page-container p{
  width:100%;
  text-align: center;
  font-size:16px;
  color:#798486;
}
.err-page-container p a{
  color:#000;
}
.err-page-container p a:hover{
  color:#798486;
  text-decoration: underline;
}
.err-page-container .separate-line{
  height: 34.5vh;
}
/* 404 */
/* blog-single */
.text-center{
  text-align: center;
}
.article-content{
  color:#000;
  padding-top: 3em;
  margin-bottom: 3em;
  font-size: 16px;
}
.article-content .wrap{
  width:990px;
}
.article-content .j-blog-header{
  color:#798486;
  width: 100%;
  font-size: 31px;
}
.article-content .j-blog-post--date{
  color:#798486;
}
.article-content .body{
  width:100%;
}
.article-content .sp-block-table table{
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.article-content .sp-block-table table th{
  background-color:#000;
  color: white;
  border: 1px solid #000;
  line-height: 3.5rem;
  padding: 0 4px;
}
.article-content .sp-block-table table td{
  border: 1px solid #000;
  line-height: 3.5rem;
  padding: 0 4px;
}
.article-content .sp-block-table table td.left-style{
  width:100px;
  background-color:#cfe2f3;
  text-align: center;
  vertical-align: middle;
}
.article-content .wp-block-table table{
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #000;
}
.article-content .wp-block-table table td{
  text-align: center;
  border: 1px solid #333333;
  background-color: #ffffff;
}
.article-content .content-options h2:not(.j-blog-headline):not(.j-blog-comment-counter){
  width:100%;
  padding: 1em;
  color: #494949;
  background: #fffaf4;
  border-left: solid 5px #ffaf58;
  text-align: left;
  font-size:25px;
  color:#000;
  line-height: 33px;
  font-weight: normal;
  font-style: normal;
}
.content-options .sp-blog h3{
  color:#434343;
}
.content-options .sp-blog h4{
  font-size: 20px;
  color:#666666;
}
.demo-tip{
  width:100%;
  text-align: center;
  color:white;
  background: #f99f9f;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  padding: 5px 0;
}
.article-content .j-module{
  width:100%;
}
.article-content .jtpl-breadcrumb{
  margin-bottom: 5px;
}
.article-content .breadcrumb-options a{
  padding-left:0;
}
.article-content .jtpl-breadcrumb a:link:before{
  padding-left: 0;
  padding-right: 0;
}
.article-content .cc-m-spacer{
  height:50px;
}
/* blog-single */
.blog-content .jtpl-breadcrumb li{
  display: inline;
  margin:0;
}
.blog-content .jtpl-breadcrumb a:link:before, .jtpl-breadcrumb a:visited:before{
  margin-right: 10px;
}
.blog-content .jtpl-breadcrumb li:first-child a:before{
  margin-right:0;
}
.jtpl-breadcrumb li:only-child, .jtpl-title{
  display: none;
}
/* 動画配信 */
.movie_blog .jtpl-breadcrumb{
  margin-bottom: 5px;
}
.movie_blog .breadcrumb-options a{
  padding-left:0;
}
.movie_blog .jtpl-breadcrumb a:link:before{
  padding-left: 0;
  padding-right: 0;
}
.movie_blog .cc-m-spacer{
  height:50px;
}
/* 動画配信 end */
/* 关联blog */
.blog-other-list{
  width:68%;
  margin:0 auto;
  overflow:hidden;
  margin-top: 30px;
  margin-bottom: 60px;
}
.blog-other-list h2:not(.j-blog-headline):not(.j-blog-comment-counter){
  text-align:left;
  font-size:20px;
  font-weight: bold;
  line-height:1;
}
.blog-other-list ul{
  display: flex;
  flex-direction: row;
  padding-left: 0;
}
.blog-other-list ul li{
  list-style: none;
  float:left;
  width: 30%;
  margin-right: 4%;
  border: 1px solid #eee;
}
.blog-other-list ul li a,.blog-other-list ul li a:visited,.blog-other-list ul li a:link{
  color:#000;
}
.blog-other-list ul li a:hover{
  /* transform: .3s; */
  opacity: .8;
  color:#333333;
}
.blog-other-list ul li .img-block {
  border-bottom: 1px solid #eee;
  height: 240px;
  overflow: hidden;
}
.blog-other-list ul li .img-block img{
  width:100%;
}
.blog-other-list ul li .text-block{
  margin-top: 20px;
  padding: 0 13px 10px 13px;
}
.blog-other-list ul li .text-block .date-block{
  color:#818181;
  font-size: 12px;
}
.blog-other-list ul li .text-block .title-block{
  margin-top: 8px;
  font-size:16px;
}
/* 关联blog end */
.footer-logo{
  /* width:140px; */
}
/* blog底部按钮 */
.blog_cta{
  color:#333;
  max-width: 1000px;
  min-width: 320px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.m_section {
  margin-top: 80px;
}
.m_section-header {
  text-align: center;
}

.m_section-contents > div {
  margin-top: 60px;
}
.m_section-contents-header .m_colLayout {
  margin-bottom: 20px;
}
.m_section-contents-header .m_colLayout > p {
  margin-bottom: 0;
}
.m_section-contents-header .m_colLayout > div {
  max-width: 178px;
}
.m_h2 {
  font-size: 28px !important;
  line-height: 1.3em !important;
  font-weight: bold !important;
}
.m_h2 span {
  font-size: 16px;
  font-weight: normal;
}
.m_heading {
  margin: 0 0 15px;
  font-size: 24px !important;
  line-height: 1.5em !important;
  font-weight: bold !important;
}
.m_text {
  line-height: 1.875em;
}
.m_label {
  font-size: 14px;
  color: #666;
}
.m_cardLayout {
  display: flex;
  justify-content: space-between;
  margin: 30px -10px 0 !important;
}
.m_cardLayout-item {
  flex-grow: 1;
  position: relative;
  width: 32%;
  margin: 0 10px;
  padding: 68px 24px 93px;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: 50% 24px;
  background-size: 48px auto;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.m_cardLayout-item.-videochat {
  background-image: url("../images/icon_videochat.svg");
}
.m_cardLayout-item.-mail {
  background-image: url("../images/icon_mail.svg");
}
.m_cardLayout-item.-download {
  background-image: url("../images/icon_download.svg");
}
.m_cardLayout-item h3 {
  margin: 0;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.m_cardLayout-item p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.7em;
  text-align: left;
}
.m_cardLayout-item > div:last-child {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: calc(100% - calc(24px * 2));
}
.m_btnLinks {
  display: inline-block;
  width: 100%;
  padding: 18px 10px;
  background: #c00;
  border: 1px solid #c00;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  transition: .3s;
}
.m_btnLinks:hover {
  background: #fff;
  color: #c00;
}
/* 悬浮按钮 */
.main13 {
  width: 84px;
  height: 52px;
  margin: 24px 0 0 13px;
}
.ImageText12 {
  width: 84px;
  height: 52px;
}
.TextGroup15 {
  height: 14px;
  margin-top: 14px;
  width: 84px;
}
.txt6 {
  width: 84px;
  height: 14px;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-family: HiraginoSans-W6;
  text-align: right;
  white-space: nowrap;
  line-height: 14px;
}
.fixed_btn {
  position: fixed;
  bottom: 107px;
  right: 0px;
  z-index: 1000;
  height: 101px;
  width: 110px;
  background: #fff;
  border-radius: 4px 0 0 4px;
}
.fixed_btn a {
  transition: 0.3s;
  color: #e63e4b;
  font-size: 0.78rem;
  font-weight: bold;
  text-align: center;
}
.fixed_btn a:hover {
  background: #e63e4b;
  color: #fff;
}
.fixed_btn img{
  width: 32px;
  height: 24px;
  margin-left: 26px;
}
/* 导航追加 */
.yz-pc-nav{
  position: relative;
}
.jtpl-navigation .j-nav-level-0 li{
  position:unset;
}
.menu-item-has-children:hover .sub-menu{
  visibility: visible;
  opacity: 1;
}
.sub-menu{
  position: absolute;
  top: 62px;
  left: 0;
  width: 90%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-align: center;
  border: solid 1px #F7F8F8;
  visibility: hidden;
  opacity: 0;
}
.sub-menu li{
  padding: 10px 15px;
  display: inline-block;
  line-height: 2.0;
}
.sub-menu li.menu-item a:before{
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  color: #d4171a;
  padding-right: 5px;
}
.sub-menu li.menu-item a:hover{
  border-bottom: none;
  opacity: 0.8;
  text-decoration: none !important;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
/* 新加底部入口 */
.m_bottom_cta img{
  width: 100%;
}
.m_bottom_cta a{
  width:49%;
  color:#222;
}
.m_bottom_cta a:hover{
  opacity: 0.8;
}
.m_bottom_cta .m_cardLayout-item{
  width:100%;
  display: flex;
  flex-flow:row;
  padding: 17px 20px;
  margin: 0;
  align-items: center;
}
.m_bottom_cta .img-box{
  width: 31%;
}
.m_cardLayout-item > .text-box{
  width: 62% !important;
  text-align: left;
  position: unset !important;
  overflow: hidden;
  margin-left: 32px;
}
.m_bottom_cta .text-box h3{
  text-align: left;
  font-size:20px;
  margin:16px 0;
  line-height: 20px;
}
/* new cta */
.m_bottom_cta_2{
  background:url('../images/cta_bg.png') #050b1b no-repeat;
  height:328px;
  color: white;
  position:relative;
}
.m_bottom_cta_2 a{
  color: white;
}
.m_bottom_cta_2 .m_cta_box{
  position:absolute;
  top:50%;
  margin-top:-86px;
  width:100%;
}
.m_bottom_cta_2 .m_bottom_cta_text{
  line-height:30px;
}
.lp_content_area_new {
  padding: 0 0 77px;
  overflow: hidden;
}
.lp-container{
  width:1011px;
  display: flex;
  margin:0 auto;
  position:relative;
}
.top_center_new3{
  text-align: center;
  width: 100%;
}
.top_center_new3 p{
  line-height: 30px;
  font-size: 18px;
  color:#4c4c4c;
  font-family: "メイリオ";
}
.top_center_new3 .lp-left-bottom{
  margin-top:0;
}
.top_center_new3 .lp-left-bottom img{
  width: 26px;
  height: 28px;
}
.lp-left-bottom{
  width: 590px;
  height: 66px;
  background: url(../images/top/left-bottom.png) 100% no-repeat;
  background-size: cover;
  margin:0 auto;
  margin-top: 26px;
  /* width: 100%; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 150px;
}
.lp-left-bottom:hover{
  opacity: 0.8;
}
.lp-left-bottom .ImageText9{
  width:auto !important;
  height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin: 0;
}
.lp-left-bottom img{
  width: 31px;
  height: 28px;
  
}
.TextGroup11{
  height: 18px;
  margin-top: 5px;
  
  display: flex;
  flex-direction: column;
}
.lp-left-bottom .ImageText9{
  /* width: 408px; */
}
.lp-left-bottom .TextGroup11{
  margin-left: 6px;
  width: auto;
}
.lp-left-bottom .word6{
  width: unset !important;
  height: 18px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  /* font-family: HiraginoSans-W6; */
  text-align: right;
  white-space: nowrap;
  line-height: 18px;
}
.lp_content_area{
  background: url("../images/top/bg.png") no-repeat;
  background-size: cover;
  padding:28px 144px 110px;
  overflow: hidden;
}
.lp_content_pd{
  padding: 77px 0;
  margin-bottom: 77px;
}
.top_center_new2{
  display: flex;
  flex-direction: row;
  margin-top: 18px;
  width: 100%;
}
.top_center_new2 .top_center_new2_left{
  padding-top: 16px;
}
.top_center_new2 .top_center_new2_left img{
  width:224px;
}
.top_center_new2 .top_center_new2_right{
  margin-left: 52px;
  /* font-weight: 600;
  font-family: "メイリオ"; */
}
.top_center_new2 .top_center_new2_right p{
  line-height: 40px;
  color:#333;
  font-size: 21px;
}
/*底部悬浮按钮*/
.fixed-bottom-btns {
  position: fixed;
  bottom: 0;
  background-color: #eee;
  height: 80px;
  width: 100%;
  z-index: 9999;
  border-top: 1px solid #ddd;
  display: none;
  opacity: 0;
}
.btn-animation{
  display: block;
  animation:animate-btn 5s;
  opacity: 1;
}
@keyframes animate-btn {
  from{opacity:0}
  to {opacity: 1;}
}
.fixed-bottom-btns .inr-wrapper-btn{
  max-width: 1000px;
  margin: 0 auto;
}
.fixed-bottom-btns .flex {
  display: flex;
  justify-content: center;
  height: 80px;
  align-items: center;
}
.fixed-bottom-btns a {
  background-color: #FF8E97;
  border-radius: 50px;
  padding: 18px 0;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  min-width: 232px;
  text-align: center;
}
.fixed-bottom-btns a:hover{
  opacity: 0.8;
}
.fixed-bottom-btns a.close {
  pointer-events: none;
  background-color: #aaa;
  display:none;
}
.fixed-bottom-btns a.item__02 {
  background-color: #56b5d0;
}
.fixed-bottom-btns a.item__03 {
  background-color: #d4171a;
}
.fixed-bottom-btns a.item__04 {
  background: url(../images/top/left-bottom.png) 100% no-repeat;
  background-color: #d4171a;
  background-size: cover;
}
.fixed-bottom-btns a:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 17px;/*画像の幅*/
  height: 17px;/*画像の高さ*/
  background-image: url(../images/comments.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 10px;
  margin-top: -3px;
}
.fixed-bottom-btns a.item__01:before {
  padding-right: 0;
  width: 0;
}
.fixed-bottom-btns a.item__01 {
  background-color: #56b5d0!important;
}
.fixed-bottom-btns a.item__01 i{
  padding-right: 5px;
}
.fixed-bottom-btns a.item__02:before {
  background-image: url(../images/file-alt-solid.png);
  width: 18px;/*画像の幅*/
  height: 18px;/*画像の高さ*/
  padding-right: 0;
}
.fixed-bottom-btns a.item__03:before {
  background-image: url(../images/envelope-solid.png);
  width: 18px;/*画像の幅*/
  height: 18px;/*画像の高さ*/
  padding-right: 10px;
}
.fixed-bottom-btns a.item__04:before {
  background-image: url(../images/service.png);
}
.fixed-bottom-btns a.item__05 {
  background-color: unset;
  width: 95px;
  min-width: unset;
  margin-bottom: 20px;
}
.fixed-bottom-btns a.item__05 img{
  width: 100%;
}
.fixed-bottom-btns a.item__05:before {
  background-image:none;
  width: 0;
  height: 0;
}
.sp-on {
  display: none;
}
.sp-sp-on{
  display: none;
}
/* 面包屑 */
.breadcrumb-other{
  width:1100px;
  margin:0 auto;
}
.mt-20{
  margin-top: 20px!important;
}
.mt-100{
  margin-top: 100px!important;
}
.breadcrumb-other li {
  margin: 0;
}
.breadcrumb-other li:nth-child(2){
  margin-bottom: 0;
}
.breadcrumb-other a:link, .breadcrumb-other a:visited {
  font-family: "Jun 201",sans-serif,"typesquare";
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  color: #666;
  background-color: #fff;
}
.breadcrumb-other a:link, .breadcrumb-other a:visited{
  padding-left: 0;
}
.breadcrumb-other a::before{
  padding-right:10px;
}
/* 其它页面资料下载 */
.f_dw{
  margin-bottom: 50px;
  position:relative;
  
}
.f_dw h1{
  margin: 0;
  font-size: clamp(20px, 3.6vw, 32px);
  color:#d63e2a;
}
.f_dw .multiple_dw_list{
  width:520px;
  margin: 0 auto;
}
.f_dw .multiple_dw_list dt{
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  text-align: center;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f_dw .multiple_dw_list dd {
  margin-left: 0;
  padding: 30px 0;
}
.f_dw .multiple_dw_list .multiple_dw_item {
  margin: auto;
  display: table;
  width: 100%;
}
.f_dw .multiple_dw_list .multiple_dw_item img {
  width: 100%;
  filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
  margin-bottom: 20px;
}
.f_dw .multiple_dw_list .dw_btn a {
  background-color: #2A7AB6;
  color: #fff;
  font-weight: bold;
  display: block;
  border-radius: 50px;
  text-align: center;
  padding: 15px 0;
  position: relative;
}
.f_dw .multiple_dw_list .dw_btn a i {
  position: absolute;
  right: 20px;
  font-size: 30px;
  top: 12px;
}
.f_dw_big{
  height:600px;
}
.f_dw_big .multiple_dw_list{
  width:620px;
  position: absolute;
  margin-left: -148px;
  top: 0;
  left: 50%;
}
.f_dw_big .multiple_dw_list dt{
  font-size:30px;
}
.f_dw_big .multiple_dw_list .dw_btn a i{
  top: 12px;
}
.f_dw_service{
  background-color: #EFEFEF;
  margin-bottom: 0;
  padding:70px 0;
}
.f_dw_service h1{
  color:#333;
}
.f_dw_list{
  display:flex;
  flex-direction: row;
  width: 1200px;
  margin: 0 auto;
  margin-top:80px;
}
.f_dw_service .multiple_dw_list{
  width: 477px;
}
.f_dw_service .multiple_dw_list dt{
  color:#333;
}
.f_dw_service .multiple_dw_list .dw_btn a i{
  top: 12px;
}
@media (max-width:820px){
  .blog-wrap{
    flex-direction: column;
  }
  .jtpl-header{
    height: 97px !important;
  }
  .jtpl-topbar-section {
    height: 106px;
  }
  .blog-content{
    /* padding: 0 10px; */
    padding: 0;
    overflow: hidden;
  }
  .article-content .wrap{
    width:100%;
  }
  .content-options .sp-blog img{
    width: 100%;
    height: auto;
  }
  /* 悬浮按钮 */
  .fixed_btn{
    width: 68px;
    height: 68px;
    right: 10px;
    border-radius: 100%;
    box-shadow: 0 3px 4px rgb(0 0 0 / 20%);
    bottom: 107px;
  }
  .fixed_btn img{
    margin-left:0;
  }
  .main13{
    width: 68px;
    height: 68px;
    margin:0;
  }
  .ImageText12{
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center !important;
  }
  .TextGroup15{
    display: none !important;
  }
  /* 新加底部入口 */
  .m_bottom_cta .m_cardLayout{
    /* margin: 30px 0 !important; */
  }
  .lp-container{
    width:100%;
    flex-direction: column;
  }
  .top_center_new3 .ImageText9{
    margin: 0;
  }
  .lp-left-bottom .word6{
    height: 15px;
    font-size: 15px;
    line-height: 15px;
  }
  .lp-left-bottom .word6sp{
    height: 15px;
    font-size: 13px;
    line-height: 15px;
  }
  .top_center_new3 .word6{
    line-height: 29px;
  }
  .lp-left-bottom{
    width: 100%;
    height: 50px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
  }
  
  .ImageText9{
    /* width: 350px; */
    height: 28px;
    margin: 17px 0 0 0;
  }
  .lp-left-bottom img{
    width: 18px;
    height: 16px;
  }
  .TextGroup11{
    height: 15px;
    /* width: 330px; */
    margin-top: 0;
  }
  .TextGroup11sp{
    height: 25px;
    /* width: 330px; */
    margin-top: 0;
  }
  .word6{
    /* width: 180px; */
    height: 15px;
    font-size: 16px;
    line-height: 15px;
  }
  .lp_content_area{
    background: url("../images/top/bg-sp.png") no-repeat;
    background-size: cover;
    padding: 10px 0 35px;
  }
  .lp-container{
    width:100%;
    flex-direction: column;
  }
  .top_center_new2 .top_center_new2_left img{
    width: 177px;
  }
  .top_center_new2 .top_center_new2_right p{
    line-height: 33px;
    font-size: 16px;
  }
   /* 其它页面资料下载 */
  .f_dw_big{
    height:540px;
  }
  .f_dw_big .multiple_dw_list{
    width:100%;
    margin-left:0;
    position: unset;
  }
  .f_dw_big .multiple_dw_list dt{
    font-size:20px;
  }
  .f_dw_list{
    width:100%;
    flex-direction: column;
  }
  .f_dw_service .multiple_dw_list{
    width:90%;
  }
}
@media (max-width:768px){
  .content-options h2:not(.j-blog-headline):not(.j-blog-comment-counter){
    margin-bottom: 20px;
  }
  .jtpl-navigation__label{
    top:32px;
  }
  /* 企業情報 */
  .focus-list{
    padding:5px;
  }
  .focus-list li{
    width: 48.2%;
    margin-bottom: 5px;
  }
  .focus-list li:last-child{
    margin-bottom: 40px;
    width: 98.5%;
  }
  .outline-info{
    overflow-x: auto;
  }
  .outline-body table{
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .text-left{
    width:100%;
  }
  .text-right{
    width:100%;
  }
  .about-badge .badge-img{
    width: 100%;
    float: unset;
  }
  .cooperative-body{
    padding:0 5px;
  }
  .cooperative-body ul li{
    width:100%;
    margin-bottom:0;
  }
  .cooperative-body ul li .list-item{
    margin: 20px 0;
  }
  .cooperative-hide-list ul li .list-item{
    margin: 15px;
  }
  .company-map{
    padding:0 5px;
  }
  .consult-body{
    padding:0 5px;
  }
  .consult-body .consult-left{
    width:100%;
  }
  .consult-body .consult-left img{
    width:100%;
  }
  .consult-body .consult-right{
    width:100%;
  }
  .video-box{
    width:96%;
  }
  /* 企業情報 */
  /* blog */
  .blog-item:not(.blog-more){
    width:100%;
  }
  .blog-item .blog-img{
    width: 100%;
    text-align: center;
  }
  .blog-item .blog-img img{
    max-width: 100%;
    width:auto;
    display: inline;
  }
  .blog-item .blog-text{
    width:100%;
  }
  .list-box a:link h2{
    width:90%;
  }
  .blog-item .blog-text h2{
    font-size: 18px!important;
    width: 90%;
  }
  
  .blog-text p{
    width:100%;
  }
  .blog-item .j-category{
    right: 50px;
  }
  .blog-more p a{
    width:98%;
    padding: 10px 0px;
  }
  /* blog */
  /* blog-single */
  .article-content{
    font-size: 16px;
    padding: 0 10px;
    overflow: hidden;
  }
  .article-content .wrap{
    width:100%;
  }
  .article-content .wp-block-image{
    text-align: center;
    width: 100%;
  }
  .article-content .wp-block-image img{
    width: 100%;
    height: unset;
  }
  .article-content .j-blog-header{
    font-size: 31px;
  }
  .article-content .j-blog-post--date{
    color:#798486;
  }
  .article-content .content-options h2:not(.j-blog-headline):not(.j-blog-comment-counter){
    font-size:25px;
    line-height: 19px;
    width:unset;
  }
  .article-content .body{
    width:100%;
  }
  .article-content .cc-m-spacer{
    max-height: unset;
    min-height: unset;
    height:80px;
  }
  .content-options .sp-blog img{
    width: 100%;
    height: auto;
  }
  /* blog-single */
  /* 動画配信 */
  .movie_blog .cc-m-spacer{
    max-height: unset;
    min-height: unset;
    height:80px;
  }
  /* 動画配信 end */
  /* 关联blog */
  .blog-other-list{
    width:100%;
    overflow: unset;
  }
  
  .blog-other-list ul{
    flex-direction: column;
  }
  .blog-other-list ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  
  /* 关联blog end */
  /* 新加底部入口 */
  .m_bottom_cta .m_h2{
    font-size: 23px !important;
  }
  .m_bottom_cta a{
    width:49%;
  }
  .m_bottom_cta .m_cardLayout{
    margin: 10px 0 30px 0 !important;
  }
  .m_bottom_cta .m_cardLayout-item{
    padding: 15px 15px;
    margin: 20px 0;
  }
  .m_bottom_cta .img-box{
    width: 44%;
  }
  .m_cardLayout-item > .text-box{
    width: 66% !important;
    margin-left: 23px;
  }
  .m_bottom_cta .text-box h3{
    text-align: left;
    font-size:16px;
    margin:11px 0;
    line-height: 20px;
  }
  .m_bottom_cta .text-box p{
    font-size: 14px;
  }
  .top_center_new3 .lp-left-bottom img{
    width: 17px;
    height: 20px;
    margin-top: 4px;
  }
  /* 底部悬浮按钮 */
  .pc-on {
    display: none;
  }
  .fixed-bottom-btns a {
    margin-right: 0px;
  }
  .sp-on {
    display: block;
  }
  .sp-sp-on{
    display: inline;
  }
  .fixed-bottom-btns {
    height: 60px;
    padding-top: 9px;
  }
  .fixed-bottom-btns .flex {
    display: flex;
    justify-content: center;
  }
  .fixed-bottom-btns a {
    border-radius: 0;
    width: 33.3%;
    padding: 20px 0 20px 0;
    font-size: 12px;
    text-align: center;
    height: 60px;
    background-color: #7FC4C7;
    min-width: auto;
  }
  .fixed-bottom-btns a:before {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-position: bottom;
  }
  .fixed-bottom-btns a.item__01:before {
    width: 30px;
    height: 30px;
    margin-top: -10px;
  }

  .fixed-bottom-btns a:before,
  .fixed-bottom-btns a.item__02:before,
  .fixed-bottom-btns a.item__03:before {
    padding-right: 0;
  }
  .fixed-bottom-btns a.item__02:before,
  .fixed-bottom-btns a.item__03:before {
    height: 20px;
  }
  .fixed-bottom-btns a.item__05 {
    width: 33.3%;
  }
  .fixed-bottom-btns a.item__05 img{
    width: 70%;
  }
  .fixed-bottom-btns a.item__05 figure{
    display: flex;
    justify-content: center;
  }
  #cc-m-16041328324{
    bottom: 69px;
  }
  /* 其它页面资料下载 */
  .f_dw h1{
    font-size: clamp(20px, 3.6vw, 32px);
  }
  .f_dw .multiple_dw_list{
    width: 100%;
  }
  .f_dw .multiple_dw_list .multiple_dw_item{
    width:90%;
  }
  .f_dw_big{
    height:400px;
  }
}
@media (max-width:767px){
  .blog_cta{
    padding-left: 10px;
    padding-right: 10px;
  }
  .m_section {
    margin-top: 40px;
  }
  .m_section:first-child {
    margin-top: 60px;
  }
  .m_section-contents > div {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }
  .m_section-contents > div:first-child,
  .m_section-contents > div:last-child {
    padding-top: 0;
    border-top-width: 0;
  }
  .m_section-contents-header .m_colLayout {
    flex-direction: row !important;
  }
  .m_section-contents-header .m_colLayout > p {
    margin-bottom: 25px;
  }
  .m_h2 {
    font-size: 24px !important;
  }
  .m_h2 span {
    font-size: 14px;
  }
  .m_heading {
    font-size: 16px !important;
  }
  .m_text {
    font-size: 14px;
    line-height: 1.7em;
  }
  .m_colLayout {
    flex-wrap: wrap;
    flex-direction: column-reverse !important;
  }
  .m_colLayout > div {
    width: 100%;
  }
  .m_colLayout-img {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m_colLayout-img.s_case02 {
    min-width: auto;
  }
  .m_colLayout-context {
    margin-top: 15px;
  }
  
  /* card layout */
  .m_cardLayout {
    display: block;
    margin: 0 !important;
  }
  .m_cardLayout-item {
    width: 100%;
    margin: 20px 0 0;
  }
  /* 新加底部入口 */
  .m_bottom_cta{
    margin-top: 60px !important;
  }
  .m_bottom_cta a{
    width:100%;
  }
  /* new cta */
  .m_bottom_cta_2{
    margin: 0 -15px;
  }
  .m_bottom_cta_2 .m_h2{
    font-size:23px !important;
  }
  .m_bottom_cta_2 .m_bottom_cta_text{
    font-size: 15px;
  }
  .top_center_new2{
    flex-direction: column;
  }
  .top_center_new2 .top_center_new2_left{
    text-align: center;
    margin-bottom: 30px;
  }
  .top_center_new2 .top_center_new2_right{
    margin-left: 0;
  }
}