@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    list-style:none;
    text-decoration: none;
    vertical-align: baseline;
    box-sizing: border-box;
}
body {
    background: #fff;
    color: #000;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.5;
    box-sizing: border-box;
}
img {
    border: 0px;
    max-width: 100%;
/*    vertical-align: bottom;*/
    vertical-align: baseline;
    height:auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* for modern brouser */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.cf {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .cf {
  height: 1%;
}
.cf {
  display: block;
}
/**/

/*margin*/
.mgt0{margin-top: 0px!important;}
.mgt5{margin-top: 5px!important;}
.mgt10{margin-top: 10px!important;}
.mgt20{margin-top: 20px!important;}
.mgt25{margin-top: 25px!important;}
.mgt30{margin-top: 30px!important;}
.mgt35{margin-top: 35px!important;}
.mgt40{margin-top: 40px!important;}
.mgt45{margin-top: 45px!important;}
.mgt50{margin-top: 50px!important;}
.mgt55{margin-top: 55px!important;}
.mgt60{margin-top: 60px!important;}
.mgt65{margin-top: 65px!important;}
.mgt75{margin-top: 75px!important;}

.mgb0{margin-bottom: 0px!important;}
.mgb5{margin-bottom: 5px!important;}
.mgb10{margin-bottom: 10px!important;}
.mgb20{margin-bottom: 20px!important;}
.mgb25{margin-bottom: 25px!important;}
.mgb30{margin-bottom: 30px!important;}
.mgb40{margin-bottom: 40px!important;}
.mgb45{margin-bottom: 45px!important;}
.mgb50{margin-bottom: 50px!important;}
.mgb60{margin-bottom: 60px!important;}

.mgl0{margin-left: 0px!important;}
.mgl10{margin-left: 10px!important;}
.mgl15{margin-left: 15px!important;}
.mgl20{margin-left: 20px!important;}
.mgl30{margin-left: 30px!important;}
.mgl40{margin-left: 40px!important;}
.mgl50{margin-left: 50px!important;}

.mgr0{margin-right: 0px!important;}
.mgr10{margin-right: 10px!important;}
.mgr15{margin-right: 15px!important;}
.mgr20{margin-right: 20px!important;}
.mgr30{margin-right: 30px!important;}
.mgr40{margin-right: 40px!important;}
.mgr50{margin-right: 50px!important;}

/* negative margin */
.mbl-14{margin-left: -14px!important;}

/* For padding */
.pdt0 { padding-top:0px !important;}
.pdt5 { padding-top:5px !important;}
.pdt10 { padding-top:10px !important;}
.pdt15 { padding-top:15px !important;}
.pdt20 { padding-top:20px !important;}
.pdt25 { padding-top:25px !important;}
.pdt30 { padding-top:30px !important;}
.pdt35 { padding-top:35px !important;}

.pdb5 { padding-bottom:5px !important;}
.pdb10 { padding-bottom:10px !important;}
.pdb15 { padding-bottom:15px !important;}
.pdb20 { padding-bottom:20px !important;}
.pdb25 { padding-bottom:25px !important;}
.pdb30 { padding-bottom:30px !important;}

.pdl5 { padding-left:5px !important;}
.pdl10 { padding-left:10px !important;}
.pdl15 { padding-left:15px !important;}

.pd10{padding: 10px !important;}

.wid50 { width: 50%; }
.height100 { height: 100%; }

.fwb,.bold{ font-weight: bold;}
.tac{ text-align: center!important;}
.tar{ text-align: right;}
.tal{ text-align: left;}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex_nowrap {
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
}
.flex_align_center {
    align-items: center;
}
figure {
    text-align: center;
}
.hidden {
    display: none;
    visibility: hidden;
}
/* はてなマーク */
.question {
    width: 13px;
    margin: auto 3px;
}

/* インデント */
.indent1 {
    padding-left: 1em;
    text-indent: -1em;
}
.indent1_5 {
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.indent2 {
    padding-left: 2em;
    text-indent: -2em;
}

@media (max-width: 830px){
    body {
        font-size: 0.9rem;
    }
}
#autozip{
    display: none!important;
}

/* ---------------------------------------------------------
共通パーツ
----------------------------------------------------------*/

a {
    color: #000;
    outline: none;
}
.c_inner a{
    color: #2966a9;
}
.txtlink{
    color: #2966a9;
    text-decoration: underline;
}
a.arrowlink,.detail{
    color: #2966a9;
    text-decoration: underline;
/*    text-align: right;*/
    padding: 10px 10px 10px 15px;
    background: url(../images/common/arrow_r.png) no-repeat left 50%;
    background-size: 8px;
}


a:hover {
    color: #2966a9;
}
a:hover{
    filter:alpha(opacity=80);
    opacity:0.8;
}
a img:hover{
    filter:alpha(opacity=80);
    opacity:0.8;
}

/*btn*/
a.btn {
    display: block;
    max-width: 490px;
    padding: 20px 30px 20px 20px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none!important;
    text-align: center;
    margin: auto;
}
a.red_btn {
    background: #d12433 url(../images/common/arrow_w.png) no-repeat right 10px bottom 50%;
    background-size: 15px;
}
a.green_btn{
    background: #28a589 url(../images/common/arrow_w.png) no-repeat right 10px bottom 50%;
    background-size: 15px;
}
a.red_b_btn {
    background: url(../images/common/arrow_r.png) no-repeat right 10px bottom 50%;
    background-size: 15px;
    color: #d12433;
    border:solid 2px #d12433;
    padding: 10px;
    font-size: 1rem;
    padding: 10px 30px 10px 10px;
}
a.red_b_btn_radius {
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 20px;
    background: url(../images/common/arrow_r_bg.png) no-repeat right 10px bottom 50%;
    background-size: 20px;
    color: #d02432;
    border:solid 2px #d02432;
    font-size: 0.8125rem;
    font-weight: bold;
    line-height: 1.066;
    padding: 0 35px 0 25px;
}
a.red_b_btn_radius:hover {
  background: url(../images/common/arrow_r_circle_w.png) no-repeat right 10px bottom 50%;
  background-size: 20px;
  background-color: #d02432;
  color: #fff;
  opacity: 1;
}

a.red_back_btn {
    background: url(../images/common/arrow_l.png) no-repeat left 10px bottom 50%;
    background-size: 15px;
    padding: 10px 10px 10px 30px;
}
a.red_btn.mini_btn {
    display: inline-block;
    padding: 10px 50px 10px 10px;
    font-size: 1rem;
}
a.btn img {
    vertical-align: sub;
    width: 17px;
    margin-right: 5px;
}
.free a.btn {
    margin-top: 2px;
    background: #ed6e46;
    margin-bottom: 2px;
    border-radius: 5px 5px 5px 5px;
}
.free_trial {
    background: #ed6e46 url(../images/common/arrow_w.png) no-repeat right 10px bottom 50%;
    background-size: 15px;
}
a.btn_trial {
    display: block;
    max-width: 350px;
    max-height: 55px;
    padding: 25px 30px 20px 20px;
    font-size: 1.1rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none!important;
    text-align: center;
    margin: 0px 20px 0px 20px;
}

.mail a.btn {
    background: #28a589;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 2px;
}
.document a.btn {
    background: #2966a9;
}
.btn_area {
    margin: 30px 0 0;
}
.btn_area a{
    margin: auto;
}
ul.btn_2list li {
    width: 49%;
}
ul.btn_2list li img {
    width: 25px;
}


/*20220606_topics内のお問い合わせボタン*/

.topics_inquiry a{
	background: -moz-linear-gradient(left, #98fb98, #28a589);
	background: -webkit-linear-gradient(left, #98fb98, #28a589);
	background: linear-gradient(to right, #98fb98, #28a589);
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 2px;
	padding:10px 10px;
	font-size:18px;
	
	}

.topics_inquiry{
	text-align: left;
    width: 230px;

}

/*end btn*/

/*text*/
.sup{
    text-indent: -1rem;
    padding-left: 1rem;
	padding-top: 0.75rem;
    font-size: 0.85rem;
    margin-bottom: 10px;
    display: block;
}
.sup02 {
	text-indent: 0!important;
	padding-top: 0!important;
    font-size: 0.75rem!important;
    font-weight: bold;
}
.c_inner p {
    margin-bottom: 20px;
    letter-spacing: .05em;
}
.c_inner p.big_txt {
    font-size: 1.5rem;
}
.c_inner p.big_txt span{
    color: #d12433;
}
.c_inner p.subtxt {
    font-size: 0.8rem;
}
.txtright{
    text-align: right!important;
}
.txtleft{
    text-align: left!important;
}
.smalltxt,.small{
    font-size: 0.8rem!important;
    font-weight: normal;
}
.extrasmalltxt,.small{
    font-size: 0.7rem!important;
    font-weight: normal;
}
.bigtxt,.big{
    font-size: 130%;
}
.d_block{
    display: block;
}
.super {
    vertical-align: super;
    font-size: 10px !important;
    font-weight: normal !important;
}
.ruby-color {
    color: #2966a9;
}
.txt_list {
    list-style: none;
    padding:0;
    margin:0;
}
.txt_list li {
    padding-left: 1em;
    text-indent: -1.3em;
    margin-bottom: 10px;
}
.txt_list li:last-child {
    margin-bottom: 0;
}
.txt_list li:before {
    content: "・ ";
    color: #d12433;
}
.txt_list li .disc {
    padding-top: 5px;
    padding-left: 20px;
    font-size: 0.8rem;
}
.txt_list li .disc li:before{
    content: "・ ";
    color: #000;
}
.attention li {
    padding-left: 2em;
    text-indent: -2em;
    font-size: 0.8rem;
    margin-bottom: 5px;
}
ul.arrowlink_list li {
    border-bottom: solid 1px #cdcdcd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    text-decoration: none;
}
ul.arrowlink_list li a {
    color: #000;
    text-decoration: none;
    background: url(/inc/images/common/arrow_r.png) no-repeat left 5px;
    background-size: 10px;
    padding-left: 20px;
    display: block;
}
/*end text*/

/*color*/
.black{
    color: #000000;
}
.red{
    color: #d12433;
}
.purple{
    color: #7a70c2;
}
.pink{
    color: #e9546b;
}
.blue{
    color: #2966a9;
}
.orange{
    color: #ed6e46;
}
.bg_gray{
    background: #f1f1f1;
    padding: 20px;
}

.borderimg{
    border: solid 1px #cdcdcd;
}

/*new*/
/*.new::before {
  content: '';
  width: 45px;
  height: 22px;
  margin-right: 10px;
  background-image: url('/inc/images/common/new.png');
  background-size: cover;
  background-repeat: no-repeat;
}*/
.new--small::before {
  width: 30px;
  height: 15px;
}

/*new2*/
/* newよりもパーツ内の余白が多い*/
/*.new2::before {
  content: '';
  width: 50px;
  height: 20px;
  margin-right: 5px;
  background-image: url('/inc/images/common/new_long.png');
  background-size: cover;
  background-repeat: no-repeat;
}*/

/* 赤背景白文字 */
/* 下層ページタイトル右横で使用中 */
.red_label {
    display: inline-flex;
    align-items: center;
    background-color: #d12433;
    white-space: nowrap;
    margin-left: 14px;
    margin-right: 5px;
    padding: 1px 8px;
    font-size: 1.235rem;
    color: #fff;
}
.red_label--small {
    margin-left: 5px;
    font-size: 0.875rem;
    padding: 0 4px 0px 4px;
}
@media (max-width: 830px){
  .red_label {
      font-size: 1.146785rem;
  }
  .red_label--small {
      font-size: 0.75rem;
  }
}
/*.red_label.new {
    padding-left: 0;
}*/


/* 従来モデルの装飾 */
/* 下層ページタイトル右横で使用中 */
.title_model,.c_inner .title_model {
  display: inline-block;
  margin-top: 0;
  margin-left: 10px;
  padding: 3px 8px 1px;
  border: 2px solid #d12433;
  color: #d12433;
  font-size: 1.2rem;
  line-height: 1.3;
}

/* 白背景赤文字 */
.white_label {
    display: inline-block;
    margin-top: 0;
    margin-left: 10px;
    padding: 3px 10px 1px;
    border: 2px solid #d12433;
    color: #d12433;
    font-size: 1.2rem;
    line-height: 1.3;
}
.white_label--small {
    font-size: 	0.812rem;
}

/*tag*/
.tag {
    padding: 5px;
    margin-left: 10px;
    font-size: 0.8rem;
    color:#fff;
}
.tag.round {
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
a .tag {
    text-decoration: none;
}
.tag.bg_red,.tag.emergency {
    color: #fff;
    background: #cf2c38;
}
.tag.bg_white {
    color: #cf2c38;
    background: #fff;
}
.tag.bg_light_red {
    background: #dc6b5f;
}
.tag.bg_orange,
.tag.support{
    color: #fff;
    background: #ef832d;
}
.tag.bg_light_orange {
    color: #fff;
    background: #f2983c;
}
.tag.bg_light_blue {
    background: #86b2df;
}
.tag.bg_blue,
.tag.camp,
.tag.facility {
    background: #3170b7;
}
.tag.bg_navy {
    background: #0055a6;
}
.tag.bg_light_green {
    background: #8ec558;
}
.tag.bg_green,
.tag.houdou {
    background: #70ba48;
}
.tag.bg_pink,
.tag.topics,
.tag.product,
.mainte .post .tag {
    background: #ea6e9a;
}
.tag.event {
    background: #7545af;
}
.tag.mainte{
    background: #d12433;
}
.tag .super {
    position: absolute;
}
table .tag {
    position: relative;
    display: inline-block;
    width: 100px;
    text-align: center;
    color: #fff;
    margin-left:0;
}


/*title*/
.page_title h1,.toppage h2 {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.4rem;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 30px;
    text-align: center;
    color: #d12433;
}
.page_title h1 span,.toppage h2 span {
    display: block;
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
    font-size: 1rem;
    color: #000;
    margin-bottom: 5px;
    letter-spacing: 0.2rem;
}
#infomation h2,#solution h2{
    text-align: left;
    font-size: 2rem;
}
#infomation h2 span,#solution h2 span {
    display: inline-block;
    margin-left: 20px;
}

.point_area{
    background: #fff9c5;
    font-size: 0.9rem;
    justify-content:flex-start;
}
.point_area dt {
    background: #FFEB3B;
    color: #ff3d00;
    font-weight: normal;
    padding: 3px 10px;
    margin-right: 5px;
    text-align: center;
    margin-bottom: 0!important;
    font-size: 0.8rem;
}
.point_area dd{
    padding: 3px;
    color: #d12433;
    font-weight: bold;
}

/*title(下層)*/
.page_title {
    background: url(../images/common/title_back.jpg) no-repeat center 50%;
    background-size: cover;
    color: #fff;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
}
.page_title.spec_page {
    background: url(/spec/inc/images/title_back_spec.jpg) no-repeat center 50%;
    background-size: cover;
    color: #fff;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
}
.page_title.product_page {
    background: url(/product/inc/images/title_back_product.jpg) no-repeat center 50%;
    background-size: cover;
    color: #fff;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
}
.page_title.example_page {
    background: url(/inc/images/example/title_back_example.jpg) no-repeat center 50%;
    background-size: cover;
    color: #fff;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
}
.page_title.column_page {
    background: url(/column/inc/images/title_back_column.jpg) no-repeat center 50%;
    background-size: cover;
    color: #fff;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
}
.page_title.faq_page {
    background: url(/inc/images/faq/title_back_faq.jpg) no-repeat center 50%;
    background-size: cover;
    color: #fff;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
}
.page_title.support_page,.page_title.topics_page,.page_title.information_page {
    background: url(/support/inc/images/title_back_support.jpg) no-repeat center 50%;
    background-size: cover;
    color: #fff;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
}



.page_title h1 {
    margin: 0;
    padding: 40px 20px;
}
.page_title h1 span {
    margin-bottom: 0;
}
.c_inner h2 {
  font-weight: bold;
  position: relative;
  border-bottom: 2px solid #a5a5a5;
  font-size: 1.4rem;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.c_inner h2.with_new {
    align-items: center;
}
.c_inner h2::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
    content: '';
    width: 100px;
    height: 2px;
    background-color: #d12433;
}
.c_inner h2 span {
    display: block;
    font-size: 1rem;
    margin-top: 5px;
    color: #6d6d6d;
}
.c_inner h2 span.red_label {
    font-size: 1.235rem;
    margin-top: 0;
    color: #fff;
}
@media (max-width: 830px){
  .c_inner h2 span.red_label {
      font-size: 1.146785rem;
  }
}
.c_inner h3 {
    color: #d12433;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding:5px 0 5px 20px;
    border-left: 2px solid #d12433;
    letter-spacing: .05em;
}
.c_inner h4 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 15px;
    border-left: 0;
    padding-left: 0;
    border-bottom: dotted 2px #ccc;
    padding-bottom: 5px;
    letter-spacing: .05em;
}
.c_inner h4:before{
    content: "\025cf";
    padding-right: 5px;
    color: #d12433;
}
.c_inner h5 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #d12433;
}
/*end title*/

/*parts*/
.c_wrap{
    max-width: 1200px;
    margin: auto;
    padding: 70px 20px;
}
section.c_inner {
    width: 78%;
/*    float:  left; flexbox使用*/
    box-sizing: border-box;
    padding-left: 30px;
    margin: 0;
    background: #fff;
    order: 2;
}
.c_inner .block {
    margin-bottom: 50px;
}
.c_inner .block_inner{
    padding: 0 10px;
}
.c_inner .block_child{
    margin-bottom: 30px;
}
.c_inner figure {
    text-align: left;
    width: 100%;
}
.c_inner figure img{
    height: auto;
    vertical-align: bottom;
}
.c_inner .tac figure {
    text-align: center!important;
}
/*.bordertop{
    border-top: 1px solid #cdcdcd;
    padding-top: 30px;
}*/
/*end parts*/

/*breadcrumb*/
.breadcrumb {
    font-size: 0.8rem;
    padding: 5px 0;
    max-width: 1200px;
    padding: 20px;
    margin: auto;
}
.breadcrumb li{
    display:inline;
}
.breadcrumb li:after{/* >を表示*/
    content: '>';
    padding: 0 3px;
}
.breadcrumb li:last-child:after{
  display: none;
}
.breadcrumb a {
    color: #2966a9;
}
/*end breadcrumb*/

/*side_nav_area*/
.side_nav_area {
  width:  22%;
  padding-right: 20px;
  font-size: 0.8rem;
  order: 1;
}
.side_nav_area::-webkit-scrollbar {
    width: 10px;
}
 
.side_nav_area::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 100px;
}
 
.side_nav_area::-webkit-scrollbar-thumb {
    background-color: #F1D0D3;
    border-radius: 100px;
}
@media (max-width: 1000px) {
  .side_nav_area {
    padding-right: 0;
  }
}

@media (min-width: 831px) {
  .side_nav_area {
    position: sticky;
    position: -webkit-sticky;
    top: 69px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc( 100vh - 76px );
  }
}

.side_accordion {
  position: relative;
  padding: 4px 16px;
  color: #000;
}

.side_accordion:hover {
  background-color: #F1D0D3;
  font-weight: bold;
  color: #000000;
}

.side_nav_area dt h4{
    background: #d12433;
    color: #fff;
    padding: 10px;
    font-size: 1rem;
}

.side-sub-title{
    margin: 16px 8px 8px 8px;
    padding-left: 8px;
    color: #d12433;
    border-left: solid 2px #d12433;
    font-weight: bold;
}

.side_nav_area dd > dl > dd > dl > dd{
    margin-top: 5px;
    position: relative;
}

.side_nav_area dd a.side_left {
  padding: 10px 16px;
  background-image: url(../images/common/arrow_r.png);
  background-repeat: no-repeat;
  background-position:left 0 top 16px;
  background-size: 8px;
  display: block;
}

.side_nav_area dd a{
    padding: 10px 20px 10px 16px;
    border-bottom: 1px solid #cdcdcd;
    background-image: url(../images/common/arrow_r.png);
    background-repeat: no-repeat;
    background-position:left 0px top 16px;
    background-size: 8px;
    display: block;
}
.side_nav_area dd.side_content a{
    border-bottom: none;
}
.side_nav_area dd > dl.opend_bg_gray.open {
    /*background-color: #f5f5f5;*/
    padding: 10px 0 0 0;
    margin-top: 6px;
}
.side_nav_area dd > dl.opend_bg_gray.open > dt:first-of-type {
    margin-top: 0px;
}
.side_nav_area dd > dl.opend_bg_gray.open > dd.side_content > dl > dt {
    border-bottom: 1px solid #cdcdcd;
}
.side_nav_area dd a:hover{
  background-color: #F1D0D3;
  font-weight: bold;
  color: #000000;
}
.side_nav_area dd > dl > dd > dl > dt > a {
    padding: 10px 16px 10px 32px;
    background-position:left 16px top 16px;
}
.side_nav_area dd > dl > dd > dl.side_hierarchy > dd > a {
    padding: 10px 16px 10px 48px;
    border-bottom: 1px solid #cdcdcd;
    background-image: url(../images/common/arrow_r.png);
    background-repeat: no-repeat;
    background-position:left 32px top 16px;
    background-size: 8px;
}
.side_nav_area dd > dl > dd.side_content > dl.side_hierarchy > dd > a {
    border-bottom: none;
}



.side_nav_area a.active {
  background-color: #F1D0D3;
  font-weight: bold;
}

.side_item a:hover {
  background-color: #F1D0D3;
  opacity: 1;
  color: #000;
}

.side_nav_area .contact_box {
    margin-top: 30px;
}
.side_nav_area .contact_box li{
    margin-bottom: 5px;
}
.side_nav_area .contact_box li a{
    max-width: 100%;
    font-size: 0.9rem;
    text-align: left;
    padding: 10px 15px 10px 10px;
}

@media (max-width: 1000px) {
  .side_nav_area .contact_box li a {
    font-size: 0.85rem;
  }
}

@media (max-width: 830px) {
  .side_nav_area .contact_box li a {
    font-size: 0.9rem;
  }
}

.side_nav_area .side_bnr li:not(:last-child){
    margin-bottom: 5px;
}

.side_content {
  display: none;
}

.side_item {
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 11px;
}

.side_nav_area .side_content dt,.side_nav_area .side_accordion dt {
  border-left: 0;
}

.icon-wrap {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translatey(-50%);
  width: 2px;
  height: 12px;
}
/* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* プラスアイコン */
/* ２本の線を.icon-wrapの中央に並行に重ねる */
.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #D12433;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 12px;
  transform: translate(-50%, -50%);
}
/* そのうち1本を縦にする */
.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* プラスアイコンクリック後、マイナスにする */
.icon.open:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.side_bottom_item.side_bottom_item {
  margin-top: 6px;
}

.side_bottom_link {
  display: block;
  background: url(../images/common/arrow_r.png) no-repeat right 7px top 14px;
  background-size: 12px;
  padding: 12px 11px;
  border: 1px solid #D12433;
  font-size: 14px;
  font-weight: 700;
  color: #D12433;
  line-height: 1;
}

.side_bottom_link:hover {
  background-color: #D12433;
  background-image: url(../images/common/arrow_w.png);
  color: #fff;
}

/* ページナビ */
.wp-pagenavi {
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.wp-pagenavi span,
.wp-pagenavi a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 2px;
    padding: 0;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    color: #000;
    border-radius: 2px;
    background: #f8d1cc;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
    color: #fff;
    background: #d02832;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    float: left;
    width: 45px;
    height: 25px;
    margin: 0 5px;
    color: #fff;
    background: #d02832;
}
.wp-pagenavi .nextpostslink {
    float: right;
    margin-right: 0;
}
/* end ページナビ */


/*other*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    cursor:pointer;
}
.pagetop:hover {
    filter:alpha(opacity=80);
    opacity:0.8;
}
.footer_bnr_area{
    width: 100%;
    margin-top: 50px;
    order: 3;
}



/*使いまわしパーツ
----------------------------------------------------------*/
.content .c_wrap{
    padding-top: 0px;
}

/*other*/
.sp,.sp830{
    display: none!important;
}
.splink{
    pointer-events: none;
}
.float_r{
    float: right;
    width: 25%!important;
    margin: 0 0 20px 20px;
}
.float_l{
    float:left;
    width: 25%!important;
    margin: 0 20px 20px 0;
}

/*img_list*/
.img_list li{
    margin-bottom: 30px;
    border: solid 1px #cdcdcd;
    padding: 20px;
    border-radius: 5px;
}
.img_list figure{
    text-align: center;
}
.img_list .flex figure{
    width: 30%;
}
.img_list .flex .txt{
    width: 68%;
}
.img_list .flex .txt p{
    margin-bottom: 10px;
}
.img_list .flex .txt dt{
    margin-bottom: 10px;
    font-weight: bold;
}

/*img_caption*/
.img_caption div {
    margin-bottom: 0;
    text-align:  center;
    padding:  10px;
    background: #ffecee;
    font-size: 0.9rem;
    color: #d12433;
}
.img_caption div p {
    margin: 0;
    transform: scaleX(1.05);
}
@media (max-width: 830px){
    .img_caption div p {
        font-size: 0.81rem;
    }
}
.img_caption figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
/*img_list内にimg_captionある場合打消し */
.img_list li.img_caption {
    margin-bottom:  0;
    border: 0;
    padding: 0;
}
.img_list li.img_caption figure {
    position: relative;
    width: auto;
    margin: 0;
    padding-top: 55%;
}


/*dl_img_list*/
.dl_img_list{
    margin-bottom: 30px;
}
.dl_img_list:last-child{
    margin-bottom: 0;
}
.dl_img_list dd{
    width: 58%;
}
.dl_img_list dt{
    width: 40%;
}

/*img_list_card*/
.img_list_card li {
    width: 48%;
    border: solid 1px #cdcdcd;
    padding: 20px;
    border-radius: 5px;
}
.img_list_card li figure{
    margin-top:20px;
}

/*ico_list*/
.ico_list li{
    width: 23.5%;
    margin: 0 2% 2% 0;
    border: solid 1px #cdcdcd;
    border-radius: 5px;
}
.ico_list li:nth-child(4n){
    margin-right: 0;
}
.ico_list li .flex {
    align-items: center;
    padding: 10px;
    min-height: 80px;
}
.ico_list li .flex img{
    width: 25%;
}
.ico_list li .flex span{
    width: 70%;
    font-size: 0.8rem;
    font-weight: bold;
}
.ico_list li a{
    color: #000;
}
.ico_list li a:hover {
    color: #2966a9;
}

/*num_list*/
.num_list dl{
    justify-content: left;
    flex-wrap: nowrap;
    align-items: center;
    padding: 20px 20px 0 20px;
}
.num_list.no-color dl {
  padding: 20px 20px 0 20px;
}
.num_list dt{
    width: 50px;
    height: 50px;
    color: #d12433;
    /* font-size: 1.5rem; */
    background: #f1d0d3;
    text-align: center;
    line-height: 50px;
    border-radius: 1000px;
    margin-right: 10px;
}
.num_list figure{
    padding: 20px;
    text-align: center;
}
.num_list p{
    padding: 20px;
}
.num_list dd {
    width: 90%;
}
.num_list li {
    margin-bottom: 30px;
    border: solid 1px #cdcdcd;
    border-radius: 5px;
    background-color: #f5f5f5 !important;
}
.num_list.no-color li {
  background-color: #fff !important;
}
.num_list li:not(:first-child) :before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    top: -50px;
    background: url(/inc/images/ico_vec_circle_under.png) no-repeat 50% 0;
}
.num_list li:not(:first-child){
    margin-top: 60px;
    position: relative;
}

/*num_list_side*/
.num_list_side li {
    width: 32%;
    border: 1px solid #cdcdcd;
    position: relative;
}
.num_list_4 li {
    width: 24%;
}
.num_list_side li:not(:last-child):after {
    content: "";
    border: 12px solid transparent;
    border-left: 12px solid #de7464;
    position: absolute;
    right: -25px;
    bottom: 50%;
    margin-bottom: -12px;
    z-index: 1;
}
.num_list_side li figure{
    text-align: center;
}
.num_list_side li dt {
    width: 30px;
    height: 30px;
    text-align:  center;
    line-height: 30px;
    background:  #fff;
    border-radius: 100px;
    color: #dd6b5f;
    font-weight: bold;
    margin-right: 5px;
}
.num_list_side li dl {
    padding: 10px;
    flex-wrap: nowrap;
    align-items: center;
}
.num_list_side li.num01 dl {
    background: #f8d1cb;
}
.num_list_side li.num02 dl {
    background: #ebae9f;
}
.num_list_side li.num03 dl {
    background: #e59788;
}
.num_list_side li.num04 dl {
    background: #dc6e5d;
}
.num_list_side li p {
    padding: 10px;
    margin-bottom:  0;
    font-size: 0.9rem;
}
.num_list_side li h4{
    padding: 10px;
    margin-bottom: 0;
    font-size: 0.9rem;
    border:0;
}
.num_list_side li .borderdot{
    margin-top: 10px;
    padding-top: 10px;
    border-top: dotted 1px #ccc;
}
.num_list_side li dd {
    width: 84%;
    font-weight:  bold;
}
.num_list_side .txt_list li {
    width: auto;
    border: 0;
}
.num_list_side .txt_list li:after {
    content:none;
}

/*rectangle_list*/
.rectangle_list{
    justify-content: flex-start;
}
.rectangle_list li {
    border: 1px solid #d6d6d6;
    border-top: 3px solid #898989;
    width: 24%;
    margin-right: 1%;
    padding: 10px;
    text-align:  center;
}
.rectangle_list li .img {
    min-height: 120px;
}
.rectangle_list li a.arrowlink{
    min-width: 50px;
    display: inline-block;
    padding: 0;
    padding-left: 15px;
}
.rectangle_list li.usb_mc3,.rectangle_list li.asp_tatype {
    border-top: 3px solid #f2983b;
}
.rectangle_list li.mobile {
    border-top: 3px solid #61b7e5;
}
.rectangle_list li.target_pc {
    border-top: 3px solid #0055a6;
}
.rectangle_list li:nth-child(4n) {
    margin-right: 0;
}
.rectangle_list li ul li {
    border: 0;
    border-top: 0;
    width: auto;
    padding: 0;
    text-align: left;
    font-size: 0.8rem;
}
.rectangle_list li figure {
    text-align:  center;
}
.rectangle_list li h5 {
    border-bottom: 0;
    color: #000;
}
.rectangle_list li ul {
    border-top: dotted 2px #ccc;
    padding-top: 10px;
    margin-top: 10px;
}
.c_inner .rectangle_list h4:before {
    content: none;
}

/*anklink*/
.anklink li{
    display: inline-block;
    margin: 5px;
}
.txt_list .anklink li {
    display: inline-block;
    margin: 5px;
    padding-left: 0;
    text-indent: 0;
}
.txt_list .anklink li:before {
    content: none;
}

/*plus_btn*/
#plus_btn .plus_btn_img {
  width: 15px;
}
#plus_btn .close_btn_img {
  display: none;
}
#plus_btn.active .close_btn_img {
  display: inline-block;
  width: 15px;
}
#plus_btn.active .plus_btn_img {
  display: none;
}


/*trouble_box*/
.trouble_box {
    border: solid 2px #d12433;
    border-radius: 5px;
}
.trouble_box dl {
    width: 50%;
    text-align:  center;
    border-right: dotted 2px #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
.trouble_box dl:last-child {
    border-right:0;
}
.trouble_box h4 {
    background: #d12433 url(../images/common/ico_surprised.png)no-repeat 10px 50%;
    background-size: 30px;
    width: 100%;
    border-bottom: 0;
    padding: 10px;
    padding-left: 50px;
    color: #fff;
}
.trouble_box h4:before {
    content: none;
}
.trouble_box dl dd {
    font-weight:  bold;
    margin-top: 5px;
}
.trouble_box .txt_list{
    padding: 10px;
}
.trouble_box .txt_list .anklink{
    padding-left: 1em;
}


/*bxslider_list*/
.bxslider_list_wrap{
    margin-bottom: 60px;
}
.bxslider_list_wrap .bx-wrapper .bx-pager{
    bottom: -40px;
}
.bxslider_list_wrap .bx-wrapper .bx-prev,.bxslider_list_wrap .bx-wrapper .bx-prev {
    left:-50px;
    background: url(../images/common/slider-left.png) no-repeat;
    z-index: 2;
}
.bxslider_list_wrap .bx-wrapper .bx-next {
    right:-50px;
    background: url(../images/common/slider-right.png) no-repeat;
    z-index: 2;
}

/* TOPページメインビジュアル不具合 */
.bxslider li:nth-child(n+2) {
display:none;
}


/*table*/
table{
    width: 100%;
    text-align: left;
}
table th,
table td {
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #cdcdcd;
}
table td {
    text-align: left;
    border: 1px solid #cdcdcd;
}
table th img {
    vertical-align: middle;
}
table p {
    margin-bottom: 0!important;
}
table figure{
    text-align: center!important;
}
table.resp_table th {
    width: 180px;
}

table td ul.txtlist li {
    padding-left: 1em;
    text-indent: -1em;
}
table td ul.txtlist li:before {
    content: "・";
}
/*scroll-bar*/
.scroll_wrap table{
    min-width: 600px;
    margin-bottom: 5px;
}
.scroll_wrap{
    overflow-x: auto;
    margin-bottom: 10px;
}
.scroll_wrap::-webkit-scrollbar{
    width: 10px;
    background: #eaeaea;
}
.scroll_wrap::-webkit-scrollbar:horizontal{
    height: 10px;
    background: #eaeaea;
}
.scroll_wrap::-webkit-scrollbar-thumb{
    background: #c1c1c1;
    border-radius: 5px;
}
.scroll_wrap::-webkit-scrollbar-thumb:horizontal{
    background: #c1c1c1;
    border-radius: 5px;
}

/*2022.01.21追加 WPにアコーディオン実装*/

.post_wrap {
    margin-bottom: 20px;
    border: 1px solid #d6d6d6;
}

.post_wrap .title {
    cursor: pointer;
    padding: 10px;
    flex-wrap: nowrap;
    align-items: center;
}



.first .tag,
.content_second .tag{
    padding: 8px 30px;
    margin-left: 0;
    margin-right: 10px;
    font-size: 0.8rem;
}

.content_second{
	margin-bottom: 6px;
    margin-top: 6px;
}

.post_wrap .btn .open, .post_wrap .btn .close {
    display: inline-block;
    width: 55px;
    padding: 5px 0;
    font-size: 100%;
    text-align: center;
    background: #f8d0cb;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.post_wrap .btn .close {
    color: #fff;
    background: #aaaaab;
}

.post_wrap .content{
	padding: 10px;
    border-top: 1px solid #d6d6d6;
    background: #fffdf2;
	display: none;

}



.post_wrap .title:hover .btn {
    filter: alpha(opacity=40);
    -moz-opacity: 0.40;
    opacity: 0.40;
}


@media (max-width: 1280px) {
    .bxslider_list_wrap .bx-wrapper .bx-prev ,.bxslider_list_wrap .bx-wrapper .bx-next {
        display: none;
    }
}

@media (max-width: 830px) {
    .content .c_wrap{
        display: block;
    }
    .side_nav_area{
        width: auto;
        padding-right: 0;
    }
    section.c_inner {
/*        width: auto;*/
        width: 100%;
        float: none;
        padding: 20px 0;
    }
    .c_inner h2 {
        font-size: 1.3rem;
    }
    .c_inner h3 {
        font-size: 1.1rem;
    }
    .c_inner h4 {
        font-size: 1rem;
    }
    .c_inner h5 {
        font-size: 0.9rem;
    }
    .c_inner h6 {
        font-size:0.9rem;
    }
    .c_inner p {
        font-size: 0.9rem;
    }
    .pc830{
        display: none!important;
    }
    .sp830{
        display: block!important;
    }
}

@media (max-width: 768px) {
    .c_wrap{
        padding: 50px 10px;
    }
    .page_title h1,.toppage h2 {
        font-size: 2rem;
    }
    .page_title h1,.toppage h2 {
        font-size: 2rem;
    }
    .page_title h1 {
        padding: 20px 20px;
    }
    #infomation h2, #solution h2 {
        text-align: left;
        font-size: 1.5rem;
    }
    .toppage h2 span {
        margin: 10px 0 20px;
    }
    #infomation h2 span, #solution h2 span {
        display: block;
        margin-left: 0;
    }
    a.graybtn,a.yellowbtn {
        margin-right: 10px;
        font-size: 0.9rem;
    }
    .pagetop {
        width: 30px;
    }
    .breadcrumb {
        font-size: 0.5rem;
        padding:10px 10px 0px;
    }
    .bxslider_list {
      position: relative;
      left: 12vw;
      overflow: visible !important;
    }
    .bxslider_list li {
      width: 70vw !important;
    }
}

@media (max-width: 640px){
    /*ico_list*/
    .ico_list li {
        width: 49%;
    }
    .ico_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .ico_list li:nth-child(2n) {
        margin-right: 0;
    }

	/*220125 /faq/way-capable/faq_129/ USB画像のサイズ可変調整*/
	.wpImage_faq129{
		 width: 50%;
	}
}
@media (max-width: 480px) {
    table.resp_table th {
        width: 100%!important;
        display: block;
        border-bottom: 0;
    }
    table.resp_table tr:not(:first-child) th {
        border-top: 0;
    }
    table.resp_table td {
        width: 100%!important;
        display: block;
    }
    a.btn {
        padding: 15px 30px 15px 15px;
        font-size: 0.9rem;
        font-weight: bold;
    }
    a.red_b_btn{
        padding: 10px 30px 10px 10px;
    }
    ul.btn_2list li {
        width: 100%;
    }
    ul.btn_2list li:last-child {
        margin-top: 10px;
    }
    .float_r{
        width: 40%!important;
        margin: 0 0 10px 10px;
    }
    .float_l{
        width: 40%!important;
        margin: 0 10px 10px 0;
    }
    .sp{
        display: block!important;
    }
    .pc{
        display: none!important;
    }
    .splink{
        pointer-events: auto;
    }
    .c_inner figure {
        width: auto;
    }
    .c_inner .block {
        margin-bottom: 40px;
    }
    .c_inner .block_inner{
        padding: 0;
    }
    /*img_list*/
    .img_list li{
        padding: 10px;
    }
    .img_list .flex figure {
        width: auto;
        margin-bottom: 15px;
    }
    .img_list .flex .txt {
        width: auto;
    }
    .img_list .flex .txt dd{
        font-size: 0.9rem;
    }
    /*img_list_card*/
    .img_list_card li{
        width: auto;
    }
    /*ico_list*/
    .ico_list li {
        width: 100%;
        margin: 0 0 2% 0;
    }
    /*dl_img_list*/
    .dl_img_list dd{
        width: 100%;
        margin-top: 20px;
    }
    .dl_img_list dt{
        width: 100%;
    }
    /*num_list*/
    .num_list dl {
        align-items: normal;
        padding:  10px 10px 0 10px;
    }
    .num_list dd {
        width: 80%;
    }
    .num_list figure{
        padding: 10px;
    }
    .num_list p{
        padding: 10px;
    }
    /*num_list_side*/
    .num_list_side li,.num_list_4 li {
        width: 100%;
        margin-bottom: 10px;
    }
    .num_list_side li:not(:last-child):after {
        border: 12px solid transparent;
        border-top: 12px solid #de7464;
        right: 50%;
        bottom: -20px;
        margin-right: -12px;
        margin-bottom: 0;
    }
    /*rectangle_list*/
    .rectangle_list li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .rectangle_list li:nth-child(2n) {
        margin-right: 0;
    }
    /*trouble_box*/
    .trouble_box h4{
        margin: 0;
    }
    .trouble_box dl {
        width: 100%;
        border-right: 0;
        border-bottom: dotted 2px #ccc;
        margin-bottom: 0;
    }
    .trouble_box dl:last-child {
        border-bottom: 0;
    }


/*2022.01.21追加 WPにアコーディオン実装 start*/
	.post_wrap .title {
    justify-content: space-between;
    flex-wrap: wrap;
}

	.post_wrap .title >:last-child {
		margin-left: auto;
		margin-top: 10px;
}

	.first .tag,
	.content_second .tag{
		display: block;
		width: 90px;
		margin-left: 0;
		margin-bottom: 8px;
	}



}


/* ---------------------------------------------------------
 header
----------------------------------------------------------*/
header{
    position: relative;
    z-index: 102;
    line-height: 1.5;
}
/*head_top*/
header .head_top {
    background:  #d12433;
    color: #fff;
    font-size: 0.75rem;
    padding: 7px 0;
}
header .head_top .c_wrap{
    max-width: 1200px;
    padding: 0 20px;
}
header .head_top ul {
    float:  right;
}
header .head_top .logoarea {
    float:  left;
}
header .head_top .logoarea img {
    margin-right: 10px;
    width: 90px;
    vertical-align: bottom;
}
header .head_top ul li {
    display:  inline-block;
}
header .head_top ul li a {
    color:  #fff;
    padding: 0 10px;
    background: url(../images/common/arrow_w.png) no-repeat 0 50%;
    background-size: 7px;
}
header .head_top #search_wrap {
    background: #fff;
    font-size:  0.8rem;
}
header .head_top input#words {
    font-size: 0.7rem;
    border: 0;
    padding: 0  5px;
}
header .head_top input#search_btn {
    vertical-align: sub;
    margin-right: 5px;
}

/*head_middle*/
header .head_middle {
    border-bottom: solid 1px #dfe0e1;
}
header .head_middle h1 {
    float:  left;
    margin-top: 10px;
}
header .head_middle h1 img {
    vertical-align: sub;
    max-width: 180px;
}
header ul.sub_nav {
  margin: 2px 0 2px 2px;
}
header ul.sub_nav li + li {
    margin-top: 2px;
}
header ul.sub_nav li img {
    width: 17px;
    vertical-align: baseline;
    margin-right: 5px;
}
header ul.sub_nav .btn img {
    vertical-align: sub;
}
header ul.sub_nav li.tel span {
    display:  block;
    font-size:  0.7rem;
    font-weight:  normal;
}
header ul.sub_nav li.tel {
    font-size: 1.4rem;
    font-weight:  bold;
}


/*head_fix*/
header .head_fix {
    width: 100%;
    margin: auto;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,0.95);
    box-shadow: 0px 1px 5px 0px #dbdbdb;
}
header .head_fix .c_wrap{
    max-width: 1200px;
    padding: 0 20px;
    align-items: center;
}
header .head_fix .sitelogo {
    width: 14%;
    max-width: 180px;
}
header .head_fix .sitelogo img {
    vertical-align: sub;
}
header .head_fix nav ul{
    justify-content: flex-end;
}
header .head_fix nav li {
    font-size: 0.9rem;
}
header .head_fix nav li:first-child {
    border-left: 0;
}
@media (min-width: 831px) {
    header .head_fix nav li {
        border-right: 1px solid #ededed;
        display: flex;
        align-self: stretch;
        align-items: center;
    }
    header .head_fix nav li:nth-last-child(2) {
        border-right: 0;
    }
}
header .head_fix ul.sub_nav a.btn {
    padding: 5px 10px;
    font-size: 0.9rem;
}

header .head_fix nav li.display_hamb{
    display: none;/*ハンバーガーナビ表示したら出すリンク*/
}

/*head_inner*/

.head_inner {
  display: flex;
}

/*gnav-----------*/
/*打消し*/
header .head_fix .drawer-toggle{
    display: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
}

@media (min-width: 831px) {
  header nav.drawer-nav {
      position: static;
      top: unset;
      background: none;
      width: 68%;
      text-align: right;
      z-index: 100;
      overflow: unset;
  }
	
}

header nav ul#hnavi {
  transition-timing-function: unset!important;
  transition-duration: 0ms!important;
  transform: unset!important;
}

header nav li .drawer-menu-item {
  padding: 5px 0.76923vw;
  color: #000;
  font-size: 14px;
}

@media (max-width: 1088px) {
  header nav li .drawer-menu-item {
    font-size: 13px;
  }
}

@media (max-width: 830px) {
header nav li .drawer-menu-item.drawer-menu-item--pc {
    display: none;
  }
}

header nav li .drawer-menu-item.drawer-menu-item--sp {
  display: none;
}

header nav li .drawer-menu-item:hover{
  text-decoration:none;
}

@media (min-width: 830px) {
  header nav li .drawer-menu-item:hover{
    background-color: #F1D0D3;
    font-weight: bold;
    color:  #d12433;
  }
}
@media (min-width: 2282px ) {
    header nav li .drawer-menu-item {
        padding: 5px 17px;
    }
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    height: 4px!important;
}
.drawer--right.drawer-open .drawer-hamburger {
    background: #fff;
    height: 12px;
    border-left: solid 1px #efefef;
}
.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*3層目*/
header nav li dd {
    display: none;
}

@media (max-width: 830px) {
    header .head_top {
        font-size: 0.5rem;
    }
    header .head_top .c_wrap{
            padding: 0 10px;
    }
    header .head_top .logoarea img {
        width: 80px;
    }
    header .head_top ul {
        display: none;
    }
    header .head_middle h1 {
        line-height: 0;
        margin: 13px;
        margin-left: 0;
        width: 150px;
    }
    header .head_middle ul.sub_nav li.tel {
        display: none;
    }
    header .head_middle ul.sub_nav a.btn {
/*        padding: 5px;
        font-size: 0.7rem;*/
        padding: 5px 10px;
        font-size: 0.9rem;
    }
/*    header .head_middle ul.sub_nav li img {
        display: block;
        margin: auto;
    }*/

    /*gnav-----------*/
    header .head_fix .c_wrap {
        padding: 0 0 0 10px;
        height: 57px;
    }
    header .head_fix .sitelogo {
        width: 150px;
        margin-right: auto;
        order: 1;
    }
    header ul.sub_nav {
        width: 150px;
        order: 2;
    }
    header .head_fix ul.sub_nav a.btn {
        padding: 5px;
        font-size: 0.7rem;
    }
    header nav li {
        display: block;
        padding: 0!important;
        font-size: 0.8rem;
        width: 100%;
    }
    header .head_fix nav li.display_hamb{
        display: block;/*ハンバーガーナビ表示したら出すリンク*/
    }
    header .head_fix nav li.display_hamb dt{
        border-bottom: solid 1px #ccc;
    }
    /*打消し戻し*/
    header .head_fix .drawer-toggle{
        display: inline-block;
        position: static;
        order: 3;
    }
    .drawer-open header .head_fix .drawer-toggle{
        position: fixed;
        overflow-y: hidden;
    }
    .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
        background-color: #462711!important;
    }
    .drawer-open .drawer-hamburger-icon {
        background-color: transparent!important;
    }
    header nav.drawer-nav {
        position: fixed;
        width: 16.25rem;
        background-color: #fff;
        text-align: left;
    }

    header nav li .drawer-menu-item.drawer-menu-item--sp {
      display: block;
    }

    header nav li a.drawer-menu-item:hover{
        filter:alpha(opacity=100)!important;
        opacity:1!important;
        color: #d12433!important;
        background-color: #f1d0d3!important;
    }
    /*3層目*/
    header nav li dl {
        display: flex!important;
        flex-wrap: wrap;
    }
    header nav li dt {
        width: 100%;
    }
    header nav li dd {
        font-size: 0.7rem;
        border-bottom: solid 1px #ccc;
        border-right: solid 1px #ccc;
        width: 50%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    header nav li dd:nth-child(2n-1) {
        border-right: 0;
    }
    header nav li dd a {
        display: block;
        padding: 10px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    header .head_middle h1 {
        float: none;
        line-height: 0;
        margin: 10px;
        margin-left: 0;
    }
    header ul.sub_nav a.btn {
        padding: 5px 10px;
        font-size: 0.9rem;
    }
    /*打消し戻し*/
    header nav.drawer-nav {
        width: 80%;
    }
    .drawer--right.drawer-open .drawer-hamburger {
        right: 80%!important;
    }
    .drawer--right .drawer-nav {
        right: -80%!important;
    }
    .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
        right: 0!important;
    }
}
@media (max-width: 380px) {
    header ul.sub_nav a.btn,header .head_fix.changed ul.sub_nav a.btn {
        font-size: 0.7rem;
    }
    header ul.sub_nav li {
        margin-left: 0;
    }
    .drawer-hamburger {
        padding: 18px .5rem 30px;
    }
    header .head_fix .sitelogo {
        width: 100px;
    }
    header .head_fix .sitelogo img {
        vertical-align: baseline;
    }
}

.head_trial {
  margin-left: auto;
}

/* ---------------------------------------------------------
 2021.1.5　ｔ追加
----------------------------------------------------------*/

/* ---------------------------------------------------------
.lineup_list_1 table{
    font-size: 0.7rem;
    table-layout: fixed;
    width: 100%;
}
.lineup_list_1 tr,td{
    border: solid 2px #FF9933;
    width: 50%;

}
.lineup_list_2 table{
    font-size: 0.7rem;
    table-layout: fixed;
    width: 100%;
}
.lineup_list_2 td{
    border: solid 0px #FF9933;
    width: 50%;

}
.lineup_list_1 figure{
    text-align: center;
    font-weight: bold;
}

.lineup_list_1 ul{
   text-align: center;
}

.lineup_list_1 li{
    margin: 20px 20px 20px 20px;
    border: solid 2px #FF9933;
    border-radius: 15px;
    display: inline-block;
    padding: 15px;
    font-weight: bold;
    text-align: center;
    font-size: 0.7rem;
}


.lineup_list_1_1{
    padding: 10px 10px 10px 10px;
    background: #FFFF99;
    text-align: center;
    font-weight: bold;
    margin: 10px 50px 10px 50px;
}

.lineup_list_1_2{
    padding: 10px 10px 10px 10px;
    background: #EEEEEE;
    text-align: center;
    font-weight: bold;
    margin: 10px 50px 20px 50px;
    font-size: 0.7rem;
}

.lineup_list_1_3{
    padding: 10px 0px 10px 10px;
    margin: 10px 30px 20px 30px;
    background: #FFFF99;
    font-size: 0.7rem;
    color: #EE0000;

}

.lineup_list_1_4{
    padding: 10px 10px 10px 10px;
    font-size: 0.8rem;
    text-decoration: underline;
    color: #EE0000;
}

.lineup_list_1_5{
    padding: 10px 10px 10px 10px;
    background: #ffffff;
        font-size: 0.6rem;
}

.lineup_list_1_6{
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 60px 10px;
    font-size: 0.8rem;
    background: #FFFF99;
    color: #EE0000;
}


.txt_lineuplist{
	display: flex;
	flex-wrap:wrap;
}
.txt_lineuplist li {
	width: calc(100%/2);
	padding:0 5px;
}
.txt_lineuplist li img {
	max-width:100%;
	height: auto;
}
----------------------------------------------------------*/
/* ---------------------------------------------------------
 footer
----------------------------------------------------------*/
/*sitemap_list*/
@media screen and ( min-width: 831px ) {
    .footer_circle {
        height: 20px;
        position: relative;
        overflow: hidden;
        border-bottom-left-radius: 50% 100%;
        border-bottom-right-radius: 50% 100%;
        background: #fff;
        margin-bottom: -20px;
    }
}
footer .sitemap_list {
    padding-top: 20px;
    background: #ececec;
    font-size: 0.8rem;
}
.sitemap_list {
    font-size: 0.8rem;
}
footer.top .sitemap_list {
    padding-top: 100px;
}
footer.top .footer_circle {
    display: none;
}
.sitemap_list li{
    width: 23%;
}
.sitemap_list a,.sitemap_list {
    width: 100%;
    color: #000;
}
.sitemap_list li > dl > dt:first-of-type {
    margin-top: 0;
}
.sitemap_list dt a {
    color: #000;
    background: url(../images/common/arrow_r.png) no-repeat left 50%;
    background-size: 10px;
    padding-left: 15px;
}
.sitemap_list dl {
    margin-bottom: 20px;
}
.sitemap_list dt {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 0.9rem;
}
.sitemap_list dt.left_arrow {
    background: url(../images/common/arrow_r.png) no-repeat left 50%;
    background-size: 10px;
    padding-left: 15px;
}

.sitemap_list dt a {
  font-size: 0.9rem;
}

.sitemap_list dt a ,.sitemap_list dd a {
    display: inline-block;
    background: url(../images/common/arrow_r.png) no-repeat left top 9px;
    background-size: 10px;
    padding: 4px 30px 4px 15px;
}
footer .sitemap_list dt a , footer .sitemap_list dd a {
    padding: 2px 30px 2px 15px;
}
.sitemap_list .table_cts dt:first-of-type {
    margin-top: 0px;
}

.sitemap_list dd a{
    background: url(../images/common/arrow_r.png) no-repeat left 15px top 10px;
    background-size: 10px;
    padding: 6px 30px 6px 30px;
}
footer .sitemap_list dd a{
    padding: 2px 30px 2px 30px;
}

.sitemap_list dd a:hover,.sitemap_list dt a:hover {
    background: linear-gradient(to right, #F1d0d3, rgba(0,0,0,0));
}

.sitemap_list dd > dl {
    margin-bottom: 0;
}

.sitemap_list dd > dl > dt {
    margin-top: 10px;
}
.sitemap_list dd > dl > dd a {
    background-position: left 30px top 50%;
    padding-left: 45px;
}

.sitemap_list .sitemap_table_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sitemap_list .sitemap_table {
    display: flex;
    flex-direction: column;
    width: 49%;
    margin: 15px 0;
}
@media (max-width: 600px) {
    .sitemap_list .sitemap_table {
        width: 100%;
    }
}
.sitemap_list .sitemap_table .table_label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    padding: 0 15px;
    background-color: #d12433;
    color: #fff;
    font-size: 0.875rem;
}
.sitemap_list .sitemap_table.mc-con .table_label {
    border: 2px solid #d12433;
    background-color: #f5f5f5;
    color: #d12433;
}
.sitemap_list .sitemap_table .table_cts {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 15px 0;
    background-color: #fbf1f2;
}
.sitemap_list .sitemap_table.mc-con .table_cts {
    background-color: #f5f5f5;
}
.sitemap_list .sitemap_table .table_cts dl {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.sitemap_list .sitemap_table .table_cts dl > dd {
    margin-left: 20px;
}
.sitemap_list .sitemap_table .table_cts .sub_list {
    margin-left: 0px;
}

/*sub_footer*/
.sub_footer{
    background: #d12433;
    color: #fff;
}
.sub_footer .c_wrap {
    max-width: 1200px;
    margin: auto;
    padding: 25px 20px;
}
.sub_footer .logo{
    width: 200px;
    vertical-align: unset;
    margin-right: 15px;
}
.sub_footer .tel {
    font-size: 1.4rem;
    font-weight: bold;
    display:  inline-block;
    margin-left: 5px;
}
.sub_footer .tel img {
    width: 20px;
    vertical-align: baseline;
    margin-right: 5px;
}
.sub_footer .tel span {
    display: block;
    font-size: 0.7rem;
    font-weight: normal;
}
.sub_footer .c_left {
    float:  left;
}
.sub_footer .c_right {
    float:  right;
    color: #ffffff;
    font-size: 0.85rem;
    text-align: right;
}
.sub_footer .c_right a {
    color: #ffffff;
}
.sub_footer .c_right li {
    float:  left;
    border-right: solid 1px #ffffff;
    padding-right:  5px;
    margin-right:  5px;
    line-height:  1;
    margin-bottom:  15px;
}
.sub_footer .c_right li:last-child {
    border-right:0;
    margin-right:  0;
    padding-right: 0;
}

/*sitemap_page*/
.sitemap_page .sitemap_list li {
    width: 100%;
}
.sitemap_page .footer_circle {
    display: none;
}
.sitemap_page .sitemap_list dl {
    border-bottom: 1px dashed #d6d6d6;
    padding-bottom: 20px;
}
.sitemap_page .sitemap_list dd > dl {
    border-bottom: 0;
    padding-bottom: 0;
}
footer .sitemap_limited{
    display: none;
}
.sitemap_page .sitemap_limited dt{
    font-weight: normal;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .sitemap_list ul{
        justify-content: center;
    }
    .sitemap_list li{
        width: 48%;
    }
    .sitemap_page .sitemap_list .c_wrap {
        padding-bottom: 0;
    }
    .sitemap_page .sitemap_list .c_wrap dl:last-child {
        margin-bottom: 0;
    }
    .sub_footer .c_wrap {
        margin: auto;
        padding: 10px;
    }
    .sub_footer .logo{
        width: 150px;
    }
    .sub_footer .c_left {
        float: none;
        margin-bottom: 0;
    }
    .sub_footer .c_right {
        float: none;
        font-size: 0.85rem;
        text-align: left;
        margin-bottom: 10px;
    }
    .sub_footer .c_right li {
        margin-bottom: 10px;
    }
    .sub_footer .c_right p {
        font-size: 0.7rem;
    }
    .sub_footer .tel a{
        color: #fff;
    }
    .sub_footer .cf:after {
        content: none;
    }
    .sub_footer .c_right .cf:after {
        content: ".";
    }
}

@media (max-width: 480px) {
    .sitemap_list li {
        width: 100%;
    }
    .sitemap_list dl {
        display: block;
        width: auto;
    }
}


.block_child_movie li {
    margin-bottom: 20px;
    border: solid 1px #cdcdcd;
    padding: 20px 30px 20px 30px;
    border-radius: 5px;
    width: 49%;
}
.block_child_movie figure{
    text-align: center;
}
.block_child_movie .flex figure{
    width: 30%;
}
.block_child_movie .flex .txt{
    width: 68%;
}
.block_child_movie .flex .txt p{
    margin-bottom: 10px;
    font-size: 0.8rem
}
.block_child_movie .flex .txt span{
    font-size: 13px;
}
.block_child_movie .flex .txt dt{
    margin-bottom: 10px;
    font-weight: bold;
}
@media (max-width: 480px) {
    /*img_list*/
    .block_child_movie li{
        padding: 10px;
        width: 100%;
    }
    .block_child_movie .flex figure {
        width: auto;
        margin-bottom: 15px;
    }
    .block_child_movie .flex .txt {
        width: auto;
    }
    .img_list .flex .txt dd{
        font-size: 0.9rem;
    }
    /*img_list_card*/
    .img_list_card li{
        width: auto;
    }
}
a.red_btn.mini_btn_movie {
    display: inline-block;
    padding: 5px 30px 5px 5px;
    font-size: 13px;
    width: 50%;
}
a.btn_f {
    display: block;
    max-width: 350px;
    max-height: 55px;
    padding: 20px 30px 20px 20px!important;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none!important;
    text-align: center;
    margin: 10px 20px 0px 20px;
}
a.btn_f_r {
    display: block;
    max-width: 350px;
    max-height: 55px;
    padding: 20px 30px 20px 20px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none!important;
    text-align: center;
    margin: 10px 20px 0px 20px;
}
a.btn_f_o {
    display: block;
    max-width: 350px;
    max-height: 55px;
    padding: 30px 30px 20px 20px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none!important;
    text-align: center;
    margin: 10px 20px 0px 20px;
}
a.red_btn_f {
    background: #d12433 url(../images/common/arrow_w.png) no-repeat right 10px bottom 50%;
    background-size: 15px;
}
a.red_b_support_btn {
    background: #d12433;
    color: #ffffff;
    border: solid 0px #d12433;
    font-size: 0.7rem;
    padding: 10px 10px 10px 10px;
    margin: 5px 20px 10px 30px;
}

.head_fix {
  position: relative;
}

.child-nav {
  display: none;
  background: #fff;
  text-align: left;
  width: 100%;
}

@media (min-width: 831px){
  .child-nav {
    position: absolute;
    top: 70px;
    left: 50%;
    max-width: 1200px;
    transform: translateX(-50%);
  }
}

@media (min-width: 831px){
  .drawer-menu-open:hover .child-nav {
    display: flex;
  }
}
.child-nav-item {
  padding-bottom: 100px;
}

.child-nav-flex{
  display: flex;
  justify-content: space-between;
}

.child-nav-flex-item {
  width: 48%;
padding: 10px 0;
}

@media (max-width: 830px){
  .child-nav-flex{
    display: block;
  }

  .child-nav-flex-item {
    width: 100%;
  }
}

.child-nav-sub-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.child-nav-title {
  width: 21%;
  padding: 40px 30px 0;
  background: #F1D0D3;
  font-size: 22px;
  font-weight: 700;
  color: #D12433;
  text-align: center;
}

@media (max-width: 830px){
  .child-nav-title {
    display: none;
    width: 100%;
    padding: 10px;
  }
}

.child-nav-neo-title {
  margin-bottom: 12px;
  font-size: 15px;
}

.child-nav-neo-title--first {
  line-height: 38px;
}

.child-nav-use-title {
  margin-bottom: 12px;
  font-size: 15px;
}

.child-nav-link-title {
  background: url(../images/common/arrow_circle_r02.png) no-repeat right 7px top 4px;
  background-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D12433;
  font-size: 19px;
  font-weight: 700;
  color: #D12433;
}

.child-nav-link-title a{
  color: #D12433;
}

.child-nav-link-title_w {
  background: url(../images/common/arrow_circle_r03.png) no-repeat right 7px top 4px;
  background-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}

.child-nav-link-title_w a{
  color: #fff;
}


.child-nav-list {
  width: 65%;
  padding: 16px 20px 30px 20px;
}

@media (max-width: 830px){
  .child-nav-list {
    width: 100%;
    padding: 0;
  }
}


.child-nav-list-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

.child-nav-list-inner:after {
    content: "";
    display: block;
	height: 0;
	width: 168px;

}

.child-nav-list-inner a{
  display: flex;
}

.child-nav-list-item {
  font-size: 17px;
}

@media (max-width: 830px){
  .child-nav-list-item--half {
    width: 100%;
  }
}

.child-nav-relation {
  width: 24%;
  border-left: 1px solid #CDCDCD;
  padding: 102px 28px 0 26px;
}

@media (max-width: 830px){
  .child-nav-relation {
    width: 100%;
    padding: 10px;
  }
}

.child-nav-relation .child-nav-link-title:not(:first-child){
  margin-top: 60px;
}

.child-nav-relation .child-nav-link-title_W:not(:first-child){
  margin-top: 60px;
}


@media (max-width: 830px){
  .child-nav-relation .child-nav-link-title:not(:first-child){
    margin-top: 0px;
  }
	
   .child-nav-relation .child-nav-link-title_w:not(:first-child){
    margin-top: 0px;
  }
}

.child-nav-relation-title {
  margin-top: 60px;
  font-size: 14px;
  font-weight: bold;
}

.child-nav-relation .child-nav-list-inner {
  padding-left: 0;
}

.child-nav-relation .child-nav-list-inner a{
  display: block;
  width: 100%;
}

@media (max-width: 830px){
header nav.drawer-nav {
    position: fixed;
    //width: 16.25rem;
    background-color: #fff;
    text-align: left;
}
}

@media (max-width: 768px) {
}

/*追従バナーエリア*/

.floating-banner {
  position: fixed;
  right: 15px;
  bottom: 80px;
  z-index: 100;
}

.floating-banner--top {
  bottom: 380px;
}

@media (max-width: 768px) {

  .floating-banner{
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: unset;
  }

  .floating-banner img {
    width: 100%;
  }

  .floating-banner--top {
    bottom: 0;
  }

  .floating-banner-flex .floating-banner{
    width: 48%;
  }

  .floating-banner-flex .floating-banner {
    right:0;
  }

  .floating-banner-flex .floating-banner.floating-banner--top {
    left:0;
  }
}

.floating-banner__close {
  position: absolute;
  top:-10px;
  right: 0;
}

@media (max-width: 768px) {
    .floating-banner__close,
    .floating-banner__lead {
        display: none;
    }
    .floating-banner__button {
        display: block;
        width: 100%;
        padding: 20px;
        font-size: 20px;
        text-align: center;
        color: #fff;
    }
    .floating-banner__button::before {
        content: '';
        position: absolute;
        right: 10px;
        top: calc( 50% - 10px );
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
    }
    .floating-banner__button::after {
        content: '';
        position: absolute;
        right: 18px;
        bottom: 0;
        top: calc( 50% - 3px );
        width: 5px;
        height: 5px;
        transform: rotate(45deg);
    }
    .floating-banner-01 .floating-banner__button {
        background: linear-gradient( to right, #3399ff, #65cbcb);
    }
    .floating-banner-01 .floating-banner__button::after {
        border-top: solid 2px #27a589;
        border-right: solid 2px #27a589;
    }
    .floating-banner-02 .floating-banner__button,
    .floating-banner-03 .floating-banner__button {
        background: linear-gradient( to right, #f73600, #f9a622);
    }
    .floating-banner-02 .floating-banner__button::after,
    .floating-banner-03 .floating-banner__button::after {
        border-top: solid 2px #d12333;
        border-right: solid 2px #d12333;
    }
    .floating-banner-04 .floating-banner__button,
    .floating-banner-05 .floating-banner__button,
    .floating-banner-06 .floating-banner__button {
        background: linear-gradient( to right, #33a589, #75b551);
    }
    .floating-banner-04 .floating-banner__button::after,
    .floating-banner-05 .floating-banner__button::after,
    .floating-banner-06 .floating-banner__button::after {
        border-top: solid 2px #27a589;
        border-right: solid 2px #27a589;
    }
}
@media (min-width: 769px) {
    .floating-banner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 245px;
        height: 225px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .floating-banner-01 {
        background-image: url('../../inc/images/bnr/floating_banner01.jpg');
        border: 1px solid #c3c3c3;
    }
    .floating-banner-02 {
        background-image: url('../../inc/images/bnr/floating_banner02.jpg');
        background-color: #fff;
        border: 1px solid #ed6d45;
    }
    .floating-banner-03 {
        background-image: url('../../inc/images/bnr/floating_banner02.jpg');
        background-color: #fff;
        border: 1px solid #ed6d45;
    }
    .floating-banner-04,
    .floating-banner-05,
    .floating-banner-06 {
        background-image: url('../../inc/images/bnr/floating_banner03.jpg');
        border: 1px solid #c3c3c3;
    }
    .floating-banner__close {
        text-indent: -9999px;
        width: 20px;
        height: 20px;
        border: none;
        background: none;
        top: 8px;
        right: 8px;
        cursor: pointer;
    }
    .floating-banner__close::before,
    .floating-banner__close::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 16px;
        background: #333;
    }
    .floating-banner__close::before {
        transform: translate(-50%,-50%) rotate(45deg);
    }
    .floating-banner__close::after {
        transform: translate(-50%,-50%) rotate(-45deg);
    }
    .floating-banner__lead {
        width: 100%;
        line-height: 1.3;
        padding: 5px;
        background: rgba( 255, 255 ,255, .8);
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
        -3px 3px 0 #FFF, 3px -3px 0 #FFF,
        0px 3px 0 #FFF,  0 -3px 0 #FFF,
        -3px 0 0 #FFF, 3px 0 0 #FFF;
    }
    .floating-banner-01 .floating-banner__lead {
        color: #2f8be8;
    }
    .floating-banner-02 .floating-banner__lead {
        color: #f83600;
    }
    .floating-banner-03 .floating-banner__lead {
        background: #ed6d45;
        color: #fff;
        font-size: 18px;
        text-shadow: none;
    }
    .floating-banner-03 .floating-banner__lead span {
        font-size: 16px;
        color: #f9f615;
    }
    .floating-banner-05 .floating-banner__lead {
        font-size: 17px;
        color: #00936e;
    }
    .floating-banner-04 .floating-banner__lead,
    .floating-banner-06 .floating-banner__lead {
        background: rgba( 51, 165, 137, .82 );
        color: #fff;
        text-shadow: none;
        font-size: 15px;
    }
    .floating-banner-04 .floating-banner__lead ul,
    .floating-banner-06 .floating-banner__lead ul {
        color: #fff000;
        font-size: 13px;
        width: fit-content;
        margin: auto;
        font-size: 13px;
        text-align: left;
    }
    .floating-banner-04 .floating-banner__lead li,
    .floating-banner-06 .floating-banner__lead li {
        position: relative;
    }
    .floating-banner-04 .floating-banner__lead li::before,
    .floating-banner-06 .floating-banner__lead li::before {
        content: '';
        display: block;
        position: absolute;
        top: 3px;
        left: -18px;
        width: 10px;
        height: 5px;
        border-left: 2px solid #fff000;
        border-bottom: 2px solid #fff000;
        transform: rotate(-45deg);
    }
    .floating-banner__button {
        position: relative;
        display: block;
        width: 94%;
        margin-bottom: 10px;
        padding: 3px;
        border-radius: 10px;
        border: 2px solid #fff;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background-size: 200% auto;
        background-position: right center;
        transition: background .4s;
    }
    .floating-banner__button::before {
        content: '';
        position: absolute;
        right: 10px;
        top: calc( 50% - 10px );
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
    }
    .floating-banner__button::after {
        content: '';
        position: absolute;
        right: 18px;
        bottom: 0;
        top: calc( 50% - 3px );
        width: 5px;
        height: 5px;
        transform: rotate(45deg);
    }
    .floating-banner__button:hover {
        color: #fff;
        opacity: 1;
        background-position: left center;
    }
    .floating-banner-01 .floating-banner__button {
        background-image: linear-gradient(to right, #2d8eff 0, #2d8eff 50%, #5bc5c5 100%)
    }
    .floating-banner-01 .floating-banner__button::after {
        border-top: solid 2px #27a589;
        border-right: solid 2px #27a589;
    }
    .floating-banner-02 .floating-banner__button,
    .floating-banner-03 .floating-banner__button {
        background-image: linear-gradient(to right, #f83600 0, #f83600 50%, #faa622 100%)
    }
    .floating-banner-02 .floating-banner__button::after,
    .floating-banner-03 .floating-banner__button::after {
        border-top: solid 2px #d12333;
        border-right: solid 2px #d12333;
    }
    .floating-banner-04 .floating-banner__button,
    .floating-banner-05 .floating-banner__button,
    .floating-banner-06 .floating-banner__button {
        background-image: linear-gradient(to right, #33a689 0, #33a689 50%, #75b652 100%)
    }
    .floating-banner-04 .floating-banner__button::after,
    .floating-banner-05 .floating-banner__button::after,
    .floating-banner-06 .floating-banner__button::after {
        border-top: solid 2px #27a589;
        border-right: solid 2px #27a589;
    }

}

/*CTAボタンエリア*/

.footer-bnr-area {
  max-width: 1000px;
  margin: 0 auto 70px;
  padding: 18px 48px;
  border-top: 4px solid #d02432;
  background: #f5f5f5;
  text-align: center;
}

@media (max-width: 830px) {
  .footer-bnr-area {
    margin-bottom: 0;
    padding: 18px 5%;
  }
}

.footer-bnr-area-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1;
}

.footer-bnr-area-title-image img {
  vertical-align: bottom;
}
@media (max-width: 830px) {
  .footer-bnr-area-title p {
    position: relative;
    top: -10px;
  }

  .footer-bnr-area-title span {
    display: none;
  }
}

@media (max-width: 830px) {
  .footer-bnr-area-title {
    align-items: end;
  }
}

@media (max-width: 640px) {
  .footer-bnr-area-title {
    font-size: 20px;
  }
}

.footer-bnr-area-title-image--left {
  margin-right: 26px;
}

.footer-bnr-area-title-image--right {
  margin-left: 26px;
}

.footer-bnr-area-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-bnr-area-item {
  padding: 14px 40px;
  background: #fff;
}

@media (max-width: 992px) {
  .footer-bnr-area-item {
    width: 100%;
  }

  .footer-bnr-area-item + .footer-bnr-area-item{
    margin-top: 20px;
  }
}

.footer-bnr-area-item.footer-bnr-area-item--use {
  padding: 14px 30px;
}

.footer-bnr-area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-bnr-area-item-title {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}

.footer-bnr-area-item-title--first {
  color: #d12433;
}

.footer-bnr-area-item-title--use {
  margin-bottom: 9px;
  font-size: 15px;
  color: #28a589;
  line-height: 1;
}

.footer-bnr-area-list-item + .footer-bnr-area-list-item {
  margin-left: 18px;
}

@media (max-width: 640px) {
  .footer-bnr-area-list-item {
    width: 100%;
  }

  .footer-bnr-area-list-item + .footer-bnr-area-list-item {
    margin: 20px 0 0 0;
  }
}

.footer-bnr-area-list-item dt{
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.footer-bnr-area-red {
  display: block;
  width: 235px;
  padding: 9px 10px 8px;
  background: #d12433 url(../images/common/arrow_w.png) no-repeat right 10px bottom 50%;
  background-size: 15px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-decoration: none!important;
  text-align: center;
  margin: 13px auto 0;
}

.footer-bnr-area-red:hover {
  color: #fff;
}

.footer-bnr-area-red02 {
  display: block;
  width: 235px;
  padding: 9px 10px 8px;
  background: #fff url(../images/common/arrow_r.png) no-repeat right 10px bottom 50%;
  background-size: 15px;
  border: 2px solid #d12433;
  border-radius: 6px;
  font-size: 16px;
  color: #d12433;
  font-weight: bold;
  text-decoration: none!important;
  text-align: center;
  margin: 13px auto 0;
}

.footer-bnr-area-red02:hover {
  color: #d12433;
}

.footer-bnr-area-green {
  display: block;
  width: 235px;
  padding: 9px 10px 8px;
  background: #28a589 url(../images/common/arrow_w.png) no-repeat right 10px bottom 50%;
  background-size: 15px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-decoration: none!important;
  text-align: center;
  margin: auto;
}

.footer-bnr-area-green:hover {
  color: #fff;
}
.footer-bnr-area--support .footer-bnr-area-item {
    flex-basis: 100%;
}

a.c-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    background-size: 200% auto;
    background-position: right center;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    transition: background .4s;
}

a.c-btn:hover {
    background-position: left center;
    opacity: 1;
}

a.c-btn::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

a.c-btn--c {
    width: 235px;
    height: 41px;
}

a.c-btn--head {
  width: 100px;
  height: 35px;
}

a.c-btn--head.c-btn--trial{
  height: 70px;
}

.c-btn--head + .c-btn--head{
  margin-top: 2px;
}

@media (max-width: 1140px) {
  a.c-btn.c-btn--head {
    font-size: 12px;
  }
  a.c-btn--head {
    width: 80px;
  }
}

a.c-btn--head::after{
  display: none;
}

a.c-btn--foot,a.c-btn--side {
    width: 235px;
    height: 41px;
    margin-top: 13px;
}

a.c-btn--side {
  justify-content: flex-start;
}

a.c-btn--trial {
    background-image: linear-gradient(to right, #f83600 0, #f83600 50%, #faa622 100%);
    color: #fff;
}

a.c-btn--inq {
    background-image: linear-gradient(to right, #33a689 0, #33a689 50%, #75b652 100%);
    color: #fff;
}

a.c-btn--request {
  background-image: linear-gradient(to right, #2d8eff 0, #2d8eff 50%, #5bc5c5 100%);
  color: #fff;
}

a.c-btn--pamphlet {
  background-image: linear-gradient(to right, #3d70ae 0, #3d70ae 50%, #4f92e5 100%);
  color: #fff;
}

a.c-btn--inq2 {
    background-image: linear-gradient(to right, rgba(51, 166, 137, 0.41) 0, rgba(51, 166, 137, 0.41) 50%, rgba(117, 182, 82, 0.41) 100%);
    color: #000;
}

a.c-btn--trial::after {
    background: url(/inc/images/common/arrow_r_circle_w.png) no-repeat;
}

a.c-btn--inq::after {
    background: url(/inc/images/common/arrow_g_circle_w.png) no-repeat;
}

a.c-btn--request::after {
  background: url(/inc/images/common/arrow_g_circle_w.png) no-repeat;
}

a.c-btn--pamphlet::after {
  background: url(/inc/images/common/arrow_g_circle_w.png) no-repeat;
}

/* グラデカラー */
a.c-btn--red {
  background-image: linear-gradient(to right, rgb(255,0,18) 0%, rgb(255,0,18) 50%, rgb(200,35,50) 100%);
  color: #fff;
  }
  a.c-btn--red::after {
  content: url('/inc/images/common/arrow_bg_w_b.png');
}

/* 大きめなグラデボタン */
.c-big-btns {
    display: flex;
    justify-content: center;
}
@media (max-width: 650px) {
    .c-big-btns {
        flex-direction: column;
    }
}
.c-big-btns > div {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
}
.c-big-btns .c-big-btns__msg {
    margin: 0 0 10px 0;
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
}
.c-big-btns .c-big-btn {
    margin-top: auto;
}
a.c-big-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 50px;
    width: 29.23vw;
    max-width: 390px;
    margin: 0 auto;
    padding: 0 45px 0 53px;
    border-radius: 25px;
    background-size: 200% auto;
    background-position: right center;
    font-size: 1.125rem;
    font-weight: bold;
    transition: background 0.4s;
}
@media (max-width: 1150px) {
    a.c-big-btn {
        font-size: 1.0625rem;
    }
}
@media (max-width: 1040px) {
    a.c-big-btn {
        font-size: 1rem;
    }
}
@media (max-width: 830px) {
    a.c-big-btn {
        width: 39.1566vw;
    }
}
@media (max-width: 768px) {
    a.c-big-btn {
        width: 42.3177vw;
    }
}
@media (max-width: 650px) {
    a.c-big-btn {
        width: 100%;
    }
    .c-big-btns > div:first-child {
        margin-bottom: 30px;
    }
}
a.c-big-btn:hover {
    opacity: 1;
    background-position: left center;
}
/* arrow base setting */
a.c-big-btn::after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 4.1282%;
    transform: translateY(-50%);
}
a.c-big-btn--arrow-right::after {
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: top;
}
a.c-big-btn--bdrd32 {
    border-radius: 32px;
}
a.c-big-btn--blue {
    background-image: linear-gradient(to right, rgb(60,111,174) 0%, rgb(60,111,174) 50%,  rgb(79,146,229) 100%);
    box-shadow: none;
    color: #fff;
}
a.c-big-btn--blue::after {
    content: url('/inc/images/common/arrow_b_circle_w.png');
}
a.c-big-btn--h {
    height: 60px;
    border-radius: 30px;
}
a.c-big-btn--h::after {
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: top;
}

a.c-big-btn--left {
    justify-content: flex-start;
    padding: 10px 25px;
}
a.c-big-btn--neo {
    background-image: linear-gradient(to right, rgb(255,0,18) 0%, rgb(255,0,18) 50%,  rgb(200,35,50) 100%);
    color: #fff;
}
a.c-big-btn--neo::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('/inc/images/common/arrow_bg_w_b.png');
    background-size: contain;
    background-repeat: no-repeat;
}

a.c-big-btn--normal {
    border: 3px solid #d12433;
    background-image: linear-gradient(to right, rgb(248,248,246) 0%, rgb(248,248,246) 50%, rgb(220,219,216) 100%);
    color: #d12433;
}
a.c-big-btn--normal:hover {
    opacity: .8;
    background-position: right center;
}
a.c-big-btn--normal::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('/inc/images/common/arrow_bg_r_b.png');
    background-size: contain;
    background-repeat: no-repeat;
}
a.c-big-btn--movie::before {
    content: '';
    width: 34px;
    height: 30px;
    margin-right: 10px;
    background-image: url('/download/inc/images/movie.png');
    background-size: contain;
    background-repeat: no-repeat;
}
a.c-big-btn--pamphlet::before {
    content: '';
    width: 23px;
    height: 30px;
    margin-right: 10px;
    background-image: url('/download/inc/images/pamphlet.png');
    background-size: contain;
    background-repeat: no-repeat;
}
a.c-big-btn--pink {
    background-image: linear-gradient(to right, rgb(248,136,146) 0%, rgb(248,136,146) 50%, rgb(219,70,83) 100%);
    color: #fff;
}
a.c-big-btn--pink::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('/inc/images/common/arrow_bg_p_b.png');
    background-size: contain;
    background-repeat: no-repeat;
}
a.c-big-btn--shadow {
    box-shadow: 0px 6px 7.83px 1.17px rgba(19, 4, 5, 0.26);
}
a.c-big-btn--w530 {
    width: 530px;
}

a.c-big-btn.new::before, a.c-big-btn.new2::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* 切り替えタブ */
.p-tab__label-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.p-tab__label {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49%;
	padding: 12px;
	border: 2px solid #d12433;
    border-bottom: 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background: linear-gradient(to right, #f8f8f6 0%, #dcdbd8 100%);
	color: #d12433;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.2;
    opacity: .5;
}
@media (max-width: 900px) {
    .p-tab__label {
        font-size: 1rem;
    }
}
@media (max-width: 600px) {
    .p-tab__label {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
  .p-tab__label {
      font-size: 0.6rem;
  }
}
.p-tab__label.active {
    opacity: 1;
}
.p-tab__label.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    width: 30px;
    height: 16px;
    background-image: url(/inc/images/common/tab_arrow.png);
    background-repeat: no-repeat;
    z-index: 1;
}
.p-tab__label:hover {
    cursor: pointer;
}

.p-tab__label--neo {
	background: linear-gradient(to right, #e40012 0%, #c82331 100%);
	color: #fff;
}
@media (max-width: 620px) {
    .p-tab__label--neo {
        padding-left: 48px;
    }
}
.p-tab__label--neo.new2::before {
    position: absolute;
    left: -2px;
}
.p-tab__label--neo.active::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 13px 0 13px;
    border-color: #d12433 transparent transparent transparent;
    background-image: none;
}

.p-tab__disp {
    display: none;
	padding: 35px 20px;
	border: 2px solid #d12433;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #fbf1f2;
}
.p-tab__disp.bg-gray {
    background-color: #f5f5f5;
}
.p-tab__disp.active {
    display: block;
}

.p-tab__cts .rectangle_list li {
    background-color: #fff;
}
.p-tab__cts table td {
    background-color: #fff;
}

.p-tab__flex {
    display: flex;
	justify-content: space-between;
}

.p-tab__box {
	display: flex;
	flex-direction: column;
	width: 49%;
	padding: 10px 20px;
	border: 1px solid #cacaca;
	background-color: #fff;
}

.p-tab__title {
	margin-bottom: 20px;
	color: #d02432;
	font-weight: 600;
	font-size: 1rem;
    text-align: center;
}

.p-tab__box-cts {
	display: flex;
	justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.p-tab__box-in {
	width: 49%;
    font-size: 0.937rem;
}

ul.p-tab__box-in {
	align-self: flex-start;
    text-align: left;
}
@media (max-width: 640px) {
    .p-tab__box-cts {
        flex-direction: column-reverse;
        text-align: center;
    }
    .p-tab__box-in {
        width: 100%;
        font-size: 0.75rem;
    }
    .p-tab__box-in:last-child {
        margin-bottom: 20px;
    }
}

/* headerメニュー用に新たに追加したスタイル */
header .head_fix .sitelogo {
  display: flex;
  align-items: center;
}
@media (max-width: 1026px) {
  header nav li .drawer-menu-item {
    font-size: 12px;
  }
}
@media (max-width: 922px) {
  header nav li .drawer-menu-item {
    font-size: 11px;
  }
}
@media (max-width: 878px) {
  header nav li .drawer-menu-item {
      font-size: 10px;
  }
}
@media (min-width: 831px){
  .drawer-menu-open:hover .child-nav {
    justify-content: center;
  }
}
@media (min-width: 831px){
  .drawer--right .drawer-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-self: stretch;
  }
  header nav.drawer-nav {
    height: auto;
  }
  .drawer-menu {
    height: 100%;
  }
}
@media (max-width: 922px) {
  a.c-btn.c-btn--head {
      font-size: 10px;
  }
  a.c-btn--head {
      width: 72px;
  }
}
.head_trial {
  display: flex;
  align-items: center;
}
@media (max-width: 922px) {
  a.c-btn--head.c-btn--trial {
    width: 65px;
  }
  header nav.drawer-nav {
    margin-left: auto;
    margin-right: 10px;
  }
}
@media (max-width: 830px) {
  .head_pc {
    display: none;
  }
  header nav.drawer-nav {
    width: 80%;
    margin-right: 0;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 80%!important;
  }
  .drawer--right .drawer-nav {
    right: -110%!important;
  }
  .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0!important;
  }
  header nav li .drawer-menu-item.c-btn--trial {
    width: 100%;
  }
}
@media (max-width: 768px) {
  header nav.drawer-nav {
    padding-bottom: 70px;
  }
}
header ul.sub_nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 965px) {
  header ul.sub_nav {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 830px) {
  header ul.sub_nav {
    display: none;
  }
}
/* @media (max-width: 965px) {
  header .head_fix nav li {
      padding: 9px 0;
  }
} */
@media (min-width: 831px){
  .drawer-menu-open:hover {
    background-color: #F1D0D3;
  }
  .drawer-menu-item--pc {
    position: relative;
  }
  .drawer-menu-item--pc::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    display: block;
    width: 8.26px;
    height: 4.3px;
    margin: 0 auto;
    background-image: url('/inc/images/common/arrow_gray_b.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .drawer-menu-open:hover .drawer-menu-item--pc::after {
    transform: rotateX(180deg);
  }

  .child-nav {
    padding-top: 15px;
    background: linear-gradient(180deg, #F1D0D3 0%, #F1D0D3 17px, #fff8f9 17px, #fff8f9 100%);
    top: 76px;
    box-shadow: 0px 30px 30px #00000029;
  }
}
@media (max-width: 830px){
    .child-nav {
      display: none;
      padding-left: 0;
    }
    .child-nav-list-inner {
        display: block;
    }
}
.child-nav-list {
  max-width: 696px;
}
@media (min-width: 947px){
  .child-nav-list {
    width: 696px;
  }
}
.child-nav-flex-item--2col {
  width: 29vw;  
  max-width: 320px;
	padding: 10px 0;
}
@media (min-width: 947px){
  .child-nav-flex-item--2col {
    width: 320px;  
  }
}
@media (max-width: 830px){
  .child-nav-flex-item--2col {
    width: 100%;
    max-width: none;
  }

}
.child-nav-list-inner02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.child-nav-flex-tool .child-nav-list-inner02 {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}

.child-nav-link-title,.child-nav-link-title_w {
  margin-bottom: 12px;
  background-position-y: center;
  background-origin: content-box;
}



@media (max-width: 947px) {
  .child-nav-link-title {
    font-size: 14px;
  }
	
}
@media (max-width: 830px){
  .child-nav-link-title {
    display: block;
    margin: 0;
    padding: 14px 10px;
    font-size: 12px;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
	
	
  /*div.child-nav-link-title,
 .child-nav-link-title_w{
    background-color: #fff5f6!important;
  }*/
	
	.child-nav-link-title_w{
    display: block;
    margin: 0;
    padding: 14px 10px;
    font-size: 12px;
    color: #000;
    border-bottom: solid 1px #ccc;
  }

}
.child-nav-list a {
  display: flex;
}

.lineup-neo-block  {
  display: block!important;
}

@media (max-width: 947px) {
  .child-nav-list a {
    font-size: 11px;
  }
}
@media (max-width: 830px){
  .child-nav-list a.child-nav-link-title,
	.child-nav-list a.child-nav-link-title_w{
    display: none!important;
  }
	
  .child-nav-list a {
    display: block;
  }
  .child-nav-list a.child-nav-list-item {
    font-size: 12px;
  }
	
}


div.child-nav-link-title,
div.child-nav-link-title_w{
  background: none;
}

.child-nav-list-item {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 1vw 0;
  background: none;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  box-shadow: 0px 6px 7.83px 1.17px #ceabae;
  text-align: center;
}
a.child-nav-list-item:hover {
    background-color: #fff8f9;
  color: #000;
}
a.child-nav-list-item:hover img {
    opacity: 1;
  }

@media (max-width: 947px) {
  .child-nav-list-item {
    font-size: 12px;
  }
}
@media (max-width: 830px){
  .child-nav-list-item {
    position: relative;
    margin-bottom: 0;
    padding: 14px 10px;
    box-shadow: none;
    border-bottom: solid 1px #ccc;
    background: url(../images/common/arrow_circle_r02.png) no-repeat right 7px top 4px;
    background-position-y: center;
    background-origin: content-box;
    text-align: left;
  }
  .child-nav-list-item:last-child {
    border-bottom: none;
  }
  .child-nav-list-item:nth-child(2n+1)::nth-last-of-type(2) {
  }
	
}
.child-nav-list-item--half {
  width: 46%;
}
@media (max-width: 830px){
  .child-nav-list-item--half {
    width: 100%;
  }
}
.child-nav-list-item--icon {
  flex-direction: column;
  width: 168px;
  height: 11.7928vw;
  max-width: 168px;
  max-height: 127px;
}
/*@media (min-width: 947px){
  .child-nav-list-item--icon {
    width: 168px;
    height: 127px;
  }
	
	.icon_width{
    width: 138px;
    height: 110px;
  }
}*/

@media (max-width: 947px){
  .child-nav-list-item--icon {
    width: 150px;
	 max-width: 150px;
  }
	
	.child-nav-list-inner:after {
	width: 150px;

}
	
	.icon_width{
    width: 138px;
    height: 110px;
  }

}
@media (max-width: 830px){
  .child-nav-list-item--icon {
    display: block;
    width: 100%;
    max-width: 100%;
    height: initial;
  }
}
.child-nav-list-item--icon img {
  width: 3.8472vw;
  max-width: 50px;
  height: auto;
  margin-top: 1.0vh;
}
@media (max-width: 830px){
  .child-nav-list-item--icon img {
    display: none;
  }
}
.child-nav-flex-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
　padding: 10px;
}


.child-nav-flex-g{
background-color: #D7D7D7;
padding: 10px 9px;
}

.child-nav-flex-r{
    background-color: #D37D86;
    padding: 10px 9px;
    color: #FFF;
}


.child-nav-flex-tool{
  display: flex;
  flex-direction: column;
  align-items:flex-start;
　padding: 14px 12px 12px;
}


.child-nav-flex-g .child-nav-list-item {
  box-shadow: 0px 6px 7.83px 1.17px #A8A8A8;
}
.child-nav-flex-r .child-nav-list-item {
    box-shadow: 0px 6px 7.83px 1.17px #B05B5B;
    -webkit-box-shadow: 0px 6px 7.83px 1.17px #B05B5B;
}

.child-nav-flex-item .child-nav-link-title,
.child-nav-flex-item .child-nav-link-title_w{
  width: 100%;
}

.child-nav-flex-item .child-nav-list-inner02 {
  width: 100%;
  /* margin-bottom: 24px; */
}
@media (max-width: 830px){
  .child-nav-flex-item .child-nav-list-inner02 {
    margin-bottom: 0;
    border-bottom: solid 1px #ccc;
  }
  .child-nav-flex-item .child-nav-list-inner02::after {
    content: '';
    display: block;
  }
	
	.child-nav-flex-g,
	.child-nav-flex-r{
    padding: 0;
	background-color: #fff;
}
	
	.child-nav-flex-r .child-nav-link-title_w{
		background-color: #D37D86;
		color: #fff;
	}
	
	.child-nav-flex-g .child-nav-link-title{
		background-color: #D7D7D7;
	}
	
	.child-nav-flex-g .child-nav-list-item,
	.child-nav-flex-r .child-nav-list-item{
    box-shadow: none;
}
	
	.child-nav-flex-r .child-nav-list-inner02{
		background-color: #D37D86;
	}
	
	.child-nav-flex-g .child-nav-list-inner02{
		background-color: #D7D7D7;
	}
	
	.child-nav-flex-r .child-nav-list-inner02 a{
		color: #fff;
	}
	
}
.child-nav-neo-title, .child-nav-use-title {
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-weight: bold;
}
.child-nav-neo-title--subtitle, .child-nav-use-title--subtitle {
  display: block;
}
.child-nav-neo-title-neo {
  border-radius: 4px;
  background-color: #fff;
  color: #D12433;
  padding: 1px 3px;
}
.child-nav-list a.child-nav-neo-title-neo {
  display: inline-block;
  padding: 1px;
}
@media (max-width: 947px) {
  .child-nav-neo-title, .child-nav-use-title {
    font-size: 12px;
  }
}
@media (max-width: 830px){
  .child-nav-neo-title, .child-nav-use-title {
    width: 100%;
    margin: 0;
    padding: 14px 10px;
    border-bottom: solid 1px #ccc;
    background-color: #D37D86;
	 color: #fff;
  }
	
	.child-nav-flex-g .child-nav-neo-title, .child-nav-use-title {
    width: 100%;
    margin: 0;
    padding: 14px 10px;
    border-bottom: solid 1px #ccc;
    background-color: #D7D7D7;
	 color: #000;
  }
}
.child-nav-neo-title img, .child-nav-use-title img {
  width: auto;
  height: 36px;
  margin-right: 15px;
}
@media (max-width: 830px){
  .child-nav-neo-title img, .child-nav-use-title img {
    display: none;
  }
}
.child-nav-red_label-wrap {
  display: flex;
  align-items: center;
}
.child-nav .red_label {
  margin-left: 0;
  font-size: 1rem;
  font-weight: bold;
}
.child-nav-red_label-right-text {
  margin-bottom: 15px;
}
@media (max-width: 947px){
  .child-nav-red_label-right-text {
    font-size: 10px;
  }
}
@media (max-width: 830px){
  .child-nav-red_label-right-text {
    display: none;
  }
}
.child-nav .red_label {
  margin-bottom: 15px;
  border: 2px solid #d12433;
  border-left: none;
  font-size: 14px;
}
@media (max-width: 947px){
  .child-nav .red_label {
    font-size: 12px;
    padding-right: 10px;
  }
}
@media (max-width: 830px){
  .child-nav .red_label {
    display: none;
  }
}
.child-nav .red_label::before {
  width: 36.8px;
  height: 18px;
}
.child-nav .title_model {
  margin-left: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 830px){
  .child-nav .title_model {
    display: none;
  }
}
.child-nav-relation {
  display: flex;
  flex-direction: column;
  min-width: 210px;
}
@media (max-width: 830px){
  .child-nav-relation {
    padding: 0;
  }
  .child-nav-relation .child-nav-list-item {
    font-size: 0.7rem;
  }
  .child-nav-relation .child-nav-list-inner {
    border-bottom: solid 1px #ccc;
  }
}
.child-nav-relation .child-nav-list-inner a {
  text-align: center;
}
@media (max-width: 830px){
  .child-nav-relation .child-nav-list-inner a {
    width: 100%;
    text-align: left;
  }
	
}
/* お客様サポートナビ */
@media ( min-width: 831px ) {
    .drawer-menu-open.support .child-nav > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .drawer-menu-open.support .child-nav > div > .child-nav-link-title,
	.drawer-menu-open.support .child-nav > div > .child-nav-link-title_w{
        display: flex;
        max-width: 930px;
        flex: 100%;
        padding: 20px 0 8px;
    }
	
    .drawer-menu-open.support .child-nav-list {
        padding-top: 0;
    }
    .drawer-menu-open.support .child-nav-relation {
        padding-top:57px;
    }
    .drawer-menu-open.support .child-nav-relation > div.child-nav-link-title,
	.drawer-menu-open.support .child-nav-relation > div.child-nav-link-title_w{
        margin-top: 10px;
    }
	
	
}


.pc-only {
  display: block;
}
.pc-only--inline {
  display: inline;
}
.max1050-only{
  display: none;
}
.max1012-only{
  display: none;
}
.max947-only{
  display: none;
}
@media (max-width: 1050px){
    .max1050-only {
      display: block;
    }
    .max1050-only--inline {
      display: inline;
    }
}
@media (max-width: 1012px){
    .max1012-only {
      display: block;
    }
    .max1012-only--inline {
      display: inline;
    }
}
@media (max-width: 947px){
    .max947-only {
      display: block;
    }
    .max947-only--inline {
      display: inline;
    }
}
@media (max-width: 830px){
    .pc-only {
      display: none;
    }
    header nav li .drawer-menu-item {
        position: relative;
        display: block;
        padding: 14px 10px;
        color: #d12433;
        font-weight: bold;
        background: #f1d0d3 url(../images/common/arrow_circle_r02.png) no-repeat right 7px top 4px;
        background-position-y: center;
        background-origin: content-box;
        font-size: 12px;
    }
    header nav li.drawer-menu-open--has-child .drawer-menu-item {
        background-image: none;
    }
    header nav li.drawer-menu-open--has-child .drawer-menu-item::before,
    header nav li.drawer-menu-open--has-child .drawer-menu-item::after {
        position: absolute;
        display: block;
        content: "";
        background-color: #d12433;
        width: 20px;
        height: 2px;
        top: 50%;
        right: 6px;
        transform: translate(-50%, -50%);
    }
    header nav li.drawer-menu-open--has-child .drawer-menu-item::before {
        transition: all 0.3s ease;
        transform: translate(-50%, -50%) rotate(90deg);
    }
    header nav li.drawer-menu-open--has-child .drawer-menu-item.active::before {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    header nav li.drawer-menu-open.tool {
        display: none;
    }
    .drawer--right .drawer-hamburger {
        overflow: hidden;
    }
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(83, 83, 83, .5);
    z-index: 101;
}
.overlay.active {
    display: block;
}

/*
既存のスタイルから以下を削除しました
.child-nav-list a {
  display: block;
}
.child-nav-neo-title {
  height: 38px;
  padding: 0 0 0 8px;
  border-left: 5px solid #D12433;
  font-weight: 600;
}
.child-nav-use-title {
  height: 38px;
  padding: 0 0 0 8px;
  border-left: 5px solid #F1D0D3;
  font-weight: 600;
}
.child-nav-list-item {
  background: url(../images/common/arrow_r02.png) no-repeat right 7px top 8px;
  background-size: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CDCDCD;
}
.child-nav-list-item--half {
  margin-top: 16px;
}
.child-nav-list-item--half {
  width: 46%;
}
.child-nav-list-inner {
  padding-left: 20px;
}
.child-nav-list-inner02 {
  padding-left: 20px;
}

@media (max-width: 830px){
    header nav li .drawer-menu-item {
      padding: 15px 10px;
      font-size: 18px;
      color: #d12433;
      font-weight: bold;
      background: #fff url(../images/common/arrow_r.png) no-repeat 97% 50%;
      background-size: 10px;
      border-bottom: 1px solid #f5f5f5;
      color: #000;
    }
}
@media (max-width: 830px){
  .child-nav-flex-item + .child-nav-flex-item{
    margin-top: 20px;
  }
}
header .head_fix .c_wrap{
    align-items: center;
}
.child-nav {
  padding-left: 21%;
}
*/

/*
既存のスタイルを以下のように変更しました
header nav li .drawer-menu-item {
  padding: 5px 0.76923vw;
}
.child-nav-list {
  width: 65%;
  padding: 40px 28px 60px;
}
.child-nav-relation {
  padding: 40px 28px 60px 26px;
}
@media (max-width: 830px){
  .child-nav-list {
    padding: 0;
  }
}
@media (max-width: 830px){
  .child-nav-relation .child-nav-link-title:not(:first-child){
    margin-top: 0px;
  }
}
.child-nav-list-item {
  font-size: 13px;
}
@media (max-width: 1088px) {
  header nav li .drawer-menu-item {
    font-size: 11px;
  }
}
.child-nav-neo-title {
  font-size: 13px;
}
.child-nav-use-title {
  font-size: 13px;
}
*/
