@charset "UTF-8";
/* CSS Document */

/* **ソートリスト**
1__全体設定
2__TOP設定
3__下層設定
4__CSSハック
*/

/*============================
==============================
==============================
==============================
#1__全体設定
============================*/
/* -基本設定- */
html{-webkit-text-size-adjust: 100%;
touch-action: manipulation;/* タッチ拡大無効 */
}
:root {font-size: 62.5%;}
/* html{visibility: hidden;}
html.wf-active {visibility: visible;} */
a{text-decoration:none;word-break:break-all;color:inherit;}
p{word-break:break-all;}
a[href]:hover,
label:hover,
input[type="submit"]:hover,
[data-action]:hover,
[data-detail-action]:hover,
[data-form-action]:hover,
button:hover{opacity:0.8;cursor: pointer;}
img{max-width:100%; height:auto;}
body{font-family:"Noto Serif JP", sans-serif;line-height:1.5;font-size: 1.6rem;font-style: normal;word-break:break-all;word-wrap: break-word;/* background: #fbe7d6; */}
/*-{ font-family: "游明朝体", "Yu Mincho", YuMincho,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }-*/
figure{margin:0;}
pre{white-space: inherit;word-break: break-all;}
input{border:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-appearance:none;}
select{border:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-appearance:none;}
button{border:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-appearance:none;}
input[type="number"]::-webkit-outer-spin-button{border:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-appearance:none;}
input[type="number"]::-webkit-inner-spin-button{border:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-appearance:none;}
input:checked{background:none;}
select option{color:#000;}
ifram{ width:100% !important; height:100% !important;}
ul{font-size:0;}
li{font-size:1.6rem;}
.radio{position:relative;}
.radio label{}
.radio:before{position: absolute;content: "";}
.radio input[type="radio"]{}
.radio input[type="radio"]:checked + label::after{position:absolute; content:"";}
.checkbox{position:relative;}
.checkbox label{position:relative;}
.checkbox input[type="checkbox"]{}
.checkbox input[type="checkbox"]:checked + label::before,
.checkbox input[type="checkbox"]:checked + label::after{position:absolute; content:"";}
.checkbox input[type="checkbox"]:checked + label::before{}
.checkbox input[type="checkbox"]:checked + label::after{}
.select{position:relative;}
.select:before{position:absolute; content:"";}
.select select{background:none;}
.input{}
.input input:focus{border-color:#000;}
.input input[type=text],
.input input[type=mail],
.input input[type=email],
.input input[type=tel]{}
.input input[type=mail],
.input input[type=email],
.input input[type=tel]{ime-mode: disabled;}
.input input::placeholder{}
.input input:-ms-input-placeholder{}
.input input::-ms-input-placeholder{}
.input input:-webkit-input-placeholder{}
.input input::-webkit-input-placeholder{}
.textarea{}
.textarea textarea{resize: none;}
.textarea textarea:focus{border-color:#000;}
.table table{width:100%;border-collapse:collapse;border-spacing:0;table-layout: fixed;min-width: 0;}
.guard{position:relative;}
.guard:after{position:absolute;content:"";width:100%;left:0;top:0;height:100%;}
sup{font-size:70%;vertical-align:top;}
sub{font-size:70%;vertical-align:baseline;}
noscript{color: #fff;display: inline-block;width: 100%;font-size: 2rem;text-align: center;border: 0.2rem solid #ff0000;background: #ff0000;padding: 3rem 1.5rem;box-sizing: border-box;margin: 3rem 0;border-radius: 10rem;-webkit-border-radius: 10rem;}

/* -main- */
main{color: #333328;background: #fbe7d6;}
.article{width: 120rem;background: #fff;margin-left: auto;margin-right: auto;max-width: 100%;}

/* -section- */
.section{}
.section_inner_block{}
.section_inner_block.-full{width:auto !important;}

#content .section{}
#content .section_inner_block{width: 100rem;margin-left: auto;margin-right: auto;max-width: 100%;}
#content .section:last-child{padding-bottom: 13rem;}
#content .section .section_inner_block{max-width: 92.755%;/* スマホ414pxのコンテンツサイズが384pxの場合 */}
#content .section .section_inner_block.-orenge{background: #fff7ee;border-radius: 0.85rem;width: 108rem;padding-left: 4rem;padding-right: 4rem;padding-top: 4.5rem;padding-bottom: 5rem;}
#content .section .section_inner_block + .c-btn02{margin-bottom: 6.5rem;margin-top: 4.5rem;}
#content .section .section_inner_block + .c-btn02:last-child{margin-bottom: 0;}

/* -pankuzu- */
.pankuzuWrap{background: #fff9f0;border-bottom: 2.1rem solid #fbe7d6;}
.pankuzu{display: block;width: 120rem;padding: 0;margin-left: auto;margin-right: auto;padding-left: 0;max-width: 100%;}
.pankuzu ul{text-align: center;display: flex;align-items: center;justify-content: flex-start;max-width: 100%;}
.pankuzu ul .home{/* font-size: 1.6rem; */margin-right:1rem;font-weight: normal;}
.pankuzu ul .home a{display: flex;height: 100%;align-items: center;justify-content: center;padding-bottom: 0.2rem;background: none !important;padding-left: 0;font-weight: normal !important;color: #333328 !important;padding-right: 0;line-height: 4.0rem;}
.pankuzu ul li{font-size: 1.4rem;color: #000;position:relative;}
.pankuzu ul li strong{font-weight: normal;}
.pankuzu ul li:not(.home) a{color:#656161}
.pankuzu ul li:nth-child(n + 2){padding-left: 2.0rem;}
.pankuzu ul li:nth-child(n + 2):before{content:"";position:absolute;left:0;top:50%;transform:translate(0,-50%) rotate(45deg);border-top: 1px solid #333328;border-right: 1px solid #333328;height: 0.8rem;width: 0.8rem;}
.pankuzu ul li strong{padding: 0.3rem 0.5rem;border-radius: 0.5rem;}

/* -footer- */
footer{}
.footer_inner_block{}

/*============================
==============================
==============================
==============================
#2__TOP設定
============================*/
/* -各セクションごとの設定- */
.kv_visual{padding-top: 5rem;padding-bottom: 3.5rem;}
.kv_visual .kv{width: 100rem;margin-left: auto;margin-right: auto;max-width: 100%;margin-bottom: 4.5rem;}
.kv_visual .kv .title{font-size: 4rem;font-weight: bold;letter-spacing: 0.1em;line-height: 1.5;margin-bottom: 4.0rem;color: #231815;white-space: nowrap;}
.kv_visual .kv .con{display: flex;}
.kv_visual .kv .con .point{width: 50%;}
.kv_visual .kv .con .point .title{font-size: 2.25rem;letter-spacing: 0.05em;color: #fff;background: #ea781e;text-align: center;display: flex;justify-content: center;align-items: center;height: 3.5rem;margin-bottom: 1.1rem;}
.kv_visual .kv .con .point ul{color: #333328;font-size: 2.25rem;}
.kv_visual .kv .con .point ul li{background: #feebc8;position: relative;padding-left: 2.4rem;padding-top: 0.75rem;padding-bottom: 0.75rem;font-weight:  bold;font-size: 1.8rem;}
.kv_visual .kv .con .point ul li:before{content:"";background:#ea781e;width: 1.05rem;height: calc(100% - 1.4rem);position: absolute;top: 50%;transform: translate(0, -50%);left: 0;}
.kv_visual .kv .con .point ul li:not(:last-child){margin-bottom: 1.02rem;}
.kv_visual .kv .con .img{width: 50%;margin-top: -3rem;text-align: center;}
.kv_visual .kv .con .img img{}
.kv_visual .text{color: #333328;line-height: 1.8;font-size: 1.8rem;/* font-weight: normal; */width: 100rem;margin-left: auto;margin-right: auto;max-width: 100%;}
.kv_visual .text p{}
.kv_visual .text p a{color: #0030e8;}
.kv_visual .text p:not(:last-child){margin-bottom: 4rem;}
.kv_visual .text p a:hover{text-decoration:underline;}
.kv_visual .text p a:before{content:"";}
.kv_visual .mokuji{width: 100rem;margin-left: auto;margin-right: auto;max-width: 100%;margin-top: 3rem;background: #f8f6f2;color: #ea781e;}
.kv_visual .mokuji .title{font-size: 2.5rem;letter-spacing: 0.1em;text-align: center;border-bottom: 0.15rem solid #fff;display: flex;justify-content: center;align-items: center;height: 5rem;position: relative;cursor: pointer;}
.kv_visual .mokuji .title span{width: 3rem;height: 3rem;background: #fff;border-radius: 10rem;position: absolute;right: 1.3rem;top: 50%;transform: translate(0, -50%);}
.kv_visual .mokuji .title span:before,
.kv_visual .mokuji .title span:after{content:"";width: 0.25rem;background: #333328;height: 1.8rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.kv_visual .mokuji .title span:before{transform: translate(-50%, -50%) rotate(90deg);}
.kv_visual .mokuji.-on .title span:after{
}
.kv_visual .mokuji.-on .title span{transform: translate(0, -50%) rotate(45deg);}
.kv_visual .mokuji .list{font-size: 1.8rem;line-height: 2;counter-reset: number 0;padding: 3.0rem 4.5rem 2.5rem 4.5rem;}
.kv_visual .mokuji:not(.-on) .list{
}
.kv_visual .mokuji .list li{line-height: 1.3;font-size: 1.8rem;}
.kv_visual .mokuji .list li:not(:last-child){margin-bottom: 0.8rem;}
.kv_visual .mokuji .list li a{position: relative;padding-left: 4rem;display: inline-block;}
.kv_visual .mokuji .list li:not(:last-child) a{}
.kv_visual .mokuji .list li a:before{counter-increment: number 1;content: counter(number) " ";font-size: 2.3rem;position: absolute;height: 2rem;top: 50%;left: 0;line-height: 0.7;border-right: 0.2rem solid #ea781e;padding-right: 1.3rem;transform: translate(0, -50%);font-weight: bold;}
.kv_visual .mokuji .list li .sub{color: #333328;counter-reset: number2 0;margin-left: 4.1rem;margin-top: 1rem;}
.kv_visual .mokuji:not(.-on) .list li .sub{display: none;}
.kv_visual .mokuji .list li .sub ul{}
.kv_visual .mokuji .list li .sub ul li{}
.kv_visual .mokuji .list li .sub ul li a{font-size: 1.8rem;padding-left: 1.5rem;}
.kv_visual .mokuji .list li .sub ul li a:before{content: counter(number2) " ";counter-increment: number2 1;color: #ea781e;font-size: 1.9rem;border: none;line-height: 1;}

.section_title{margin-bottom: 2.5rem;}
.section_title .title{letter-spacing: 0.1em;color: #ea781e;text-align: left;border-bottom: 0.3rem solid #ea781e;padding-bottom: 0.7rem;margin-bottom: 2.5rem;font-weight: bold;}
.section_title .text{font-size: 1.8rem;line-height: 1.8;}
.section_title .text .-maker{background: linear-gradient(    transparent 15%,    rgba(255, 237, 0, 0.8) 15%,    rgba(255, 237, 0, 0.8) 85%,    transparent 85%);font-feature-settings: "palt";-webkit-box-decoration-break: clone;box-decoration-break: clone;font-weight: 500;}

.trouble_list{}
.trouble_list ul{}
.trouble_list ul li{background: #f5f3ed;padding: 0 4rem;padding-top: 1.5rem;border-radius: 0.85rem;padding-bottom: 4.5rem;font-weight: bold;}
.trouble_list ul li:not(:last-child){margin-bottom: 3.5rem;}
.trouble_list ul li .title{color: #ea781e;font-size: 2.1rem;letter-spacing: 0.1em;text-align: center;position: relative;z-index: 1;display: flex;justify-content: center;align-items: center;min-height: 5.9rem;margin-bottom: 2.5rem;padding-bottom: 1.5rem;font-weight: bold;line-height: 1.3;}
.trouble_list ul li .title:before{content:"";background: url(https://s3.ap-northeast-1.amazonaws.com/media.watami-takushoku.co.jp/blog/img/blog_202609_trouble_title_bg.png) center center /100% 100% no-repeat;width: 42.8rem;position: absolute;height: 100%;z-index: -1;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.trouble_list ul li .title.-row2:before{content:"";background: url(https://s3.ap-northeast-1.amazonaws.com/media.watami-takushoku.co.jp/blog/img/blog_202609_trouble_title_bg2.png) center center /100% 100% no-repeat;width: 43.8rem;position: absolute;height: 100%;z-index: -1;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.trouble_list ul li .title.-row2{min-height: 8.8rem;}
.trouble_list ul li:not(:last-child) .title{}
.trouble_list ul li .text{font-size: 1.6rem;}
.trouble_list ul li .text:not(:last-child){margin-bottom: 3rem;}
.trouble_list ul li:not(:last-child) .text{}
.trouble_list ul li .con{display: flex;justify-content: space-between;}
.trouble_list ul li:not(:last-child) .con{}
.trouble_list ul li .con .left{width: calc( ( 100% - 1rem ) / 2 );}
.trouble_list ul li:not(:last-child) .con .left{}
.trouble_list ul li .con .left .list{}
.trouble_list ul li:not(:last-child) .con .left .list{}
.trouble_list ul li .con .left .list li{color: #ea781e;padding: 0;}
.trouble_list ul li .con .left .list li:not(:last-child){margin-bottom: 0.3rem;}
.trouble_list ul li .con .left .list li .icon{margin-right: 1rem;position: relative;top: -0.3rem;}
.trouble_list ul li .con .left .list li:not(:last-child) .icon{}
.trouble_list ul li .con .left .list li .icon img{}
.trouble_list ul li .con .left .list li:not(:last-child) .icon img{}
.trouble_list ul li .con .left .txt{font-size: 1.6rem;line-height: 1.8;}
.trouble_list ul li .con .left .txt p:not(:last-child){margin-bottom: 3.0rem;}
.trouble_list ul li:not(:last-child) .con .left .txt{}
.trouble_list ul li .con .left .txt:not(:first-child){margin-top: 3rem;}
.trouble_list ul li .con .left .txt:not(:last-child){margin-bottom: 3rem;}
.trouble_list ul li .con .left .txt a{color: #0030e8;}
.trouble_list ul li .con .left .txt a:hover{text-decoration:underline;}
.trouble_list ul li:not(:last-child) .con .left .txt a{}
.trouble_list ul li .con .left .txt a:before{content:"";}
.trouble_list ul li .con .right{width: calc((100% - 4rem) / 2);display: flex;justify-content: center;align-items: center;flex-direction: column;}
.trouble_list ul li .con .right .txt{font-size: 1.6rem;line-height: 1.8;}
.trouble_list ul li .con .right .txt + .img{top: -3rem;}
.trouble_list ul li .con .right .txt:not(:last-child) {margin-bottom: auto;}
.trouble_list ul li:not(:last-child) .con .right{}
.trouble_list ul li .con .right .img{text-align: center;position: relative;}
.trouble_list ul li .con .left .table table{min-width: 0;}
.trouble_list ul li .con .left .table table thead tr th:not(:first-child){font-size: 1.9rem;border: none;background: #e4e4e5;font-weight: bold;line-height: 1.2;padding: 0.3rem 0;}
.trouble_list ul li .con .left .table table thead tr th:first-child{background: #f5f3ed;width: 6.4rem;}
.trouble_list ul li .con .left .table table thead tr th{position: relative;border-bottom: 0.3rem solid #bebebe !important;text-align: center;font-family: "Zen Kaku Gothic New", sans-serif;}
.trouble_list ul li .con .left .table table thead tr th:not(:first-child):not(:last-child):before{content:"";width:0.5rem;height: 100%;background:#f5f3ed;position: absolute;left: 100%;top: 0;z-index: 1;transform: translate(-50%, 0);}
.trouble_list ul li .con .left .table table tbody{border-top: 0.3rem solid #bebebe;}
.trouble_list ul li .con .left .table table tbody tr:nth-child(1n) th{background: #ffe193;border-bottom: 1px solid #bebebe;}
.trouble_list ul li .con .left .table table tbody tr:nth-child(2n) th{background: #ffd15a;}
.trouble_list ul li .con .left .table table tbody tr:nth-child(3n) th{background: #ffc52e;}
.trouble_list ul li:not(:last-child) .con .left .table table tbody{}
.trouble_list ul li .con .left .table table tbody tr{}
.trouble_list ul li:not(:last-child) .con .left .table table tbody tr{}
.trouble_list ul li .con .left .table table tbody tr th[rowspan]{font-size: 2.2rem;position: relative;}
.trouble_list ul li .con .left .table table tbody tr th[rowspan]:before{content:"";width: 0.4rem;height: 100%;background: #f5f3ed;position: absolute;right: 0;top: 0;}
.trouble_list ul li .con .left .table table tbody tr th.-border{border-bottom: 0.3rem solid #bebebe;}
.trouble_list ul li .con .left .table table tbody tr th.-purple{background: #a49dc9;color: #fff;}
.trouble_list ul li .con .left .table table tbody tr th.-pink{background: #f2a2bd;color: #fff;}
.trouble_list ul li:not(:last-child) .con .left .table table tbody tr th{}
.trouble_list ul li .con .left .table table tbody tr td{border-bottom: 1px solid #bebebe;position:relative;text-align: center;padding: 0.33rem 0.8rem;background: #fff;font-size: 2.3rem;font-family: "Zen Kaku Gothic New", sans-serif;}
.trouble_list ul li .con .left .table table tbody tr th:not([rowspan]):not(:last-child):before,
.trouble_list ul li .con .left .table table tbody tr td:not(:first-child):not(:last-child):before{content: "";width: 0.5rem;height: calc(100% - 0rem);background: #f5f3ed;position: absolute;left: 100%;top: 50%;z-index: 1;transform: translate(-50%, -50%);}
.trouble_list ul li .con .left .table table tbody tr td:not(:first-child):not(:last-child) {
}
.trouble_list ul li:not(:last-child) .con .left .table table tbody tr td{}
.trouble_list ul li .con .left .table table tbody .-last{}
.trouble_list ul li:not(:last-child) .con .left .table table tbody .-last{}
.trouble_list ul li .con .left .table table tbody tr th{position:relative;font-size: 1.9rem;text-align: center;font-family: "Zen Kaku Gothic New", sans-serif;}
.trouble_list ul li .con .left .table table tbody tr.-last th{border-bottom: 0.3rem solid #bebebe;}
.trouble_list ul li:not(:last-child) .con .left .table table tbody .-last th{}
.trouble_list ul li .con .left .table table tbody .-last td{border-bottom: 0.3rem solid #bebebe;}
.trouble_list ul li:not(:last-child) .con .left .table table tbody .-last td{}

.c-btn02{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.c-btn02 .btn{position: relative;text-align: center;}
.c-btn02 .btn:not(:last-child){margin-bottom: 3.5rem;}
.c-btn02 .btn .title{font-weight: bold;color: #ea781e;font-size: 2.2rem;position: relative;margin-bottom: 1rem;line-height: 1.4;}
.c-btn02 .btn .title:before,
.c-btn02 .btn .title:after{content:"";background: url(https://s3.ap-northeast-1.amazonaws.com/media.watami-takushoku.co.jp/blog/img/blog_202609_i_bow.png) center center /cover no-repeat;width: 2rem;position: absolute;height: 2.8rem;}
.c-btn02 .btn .title:before{left: 1.5rem;bottom: 0;}
.c-btn02 .btn .title:after{bottom: 0;transform: scaleX(-1);right: 1.5rem;}
.c-btn02 .btn a{font-size: 2.2rem;display: flex;height: 5.9rem;width: 50rem;background: #ea781e;color: #fff;border-radius: 10rem;text-align: center;align-items: center;justify-content: center;}
.c-btn02 .btn a:before{content:"";}
.c-btn02 .btn.-white{}
.c-btn02 .btn.-white .title{}
.c-btn02 .btn.-white a{background: #fff;color: #ea781e;border: 0.3rem solid #ea781e;}
.c-btn02 .btn.-white a:before{content:"";}

.support_list{}
.support_list:not(:last-child){margin-bottom: 6.5rem;}
.support_list ul{}
.support_list ul li{border: 0.2rem solid #ea781e;border-radius: 2rem;padding: 2rem 3.5rem;display: flex;justify-content: space-between;}
.support_list ul li:not(:last-child){margin-bottom: 2rem;}
.support_list ul li .img{width: 44rem;padding-top: 1rem;}
.support_list ul li:not(:last-child) .img{}
.support_list ul li .img img{}
.support_list ul li:not(:last-child) .img img{}
.support_list ul li .text_area{width: 44rem;display: flex;flex-direction: column;justify-content: center;margin-top: 0;min-height: 31rem;}
.support_list ul li:not(:last-child) .text_area{}
.support_list ul li .text_area .title{font-size: 2.5rem;color: #ea781e;font-weight: bold;letter-spacing: 0.1em;margin-bottom: 2.0rem;}
.support_list ul li:not(:last-child) .text_area .title{}
.support_list ul li .text_area .text{font-size: 1.6rem;line-height: 1.8;/* min-height: 21rem; */
}
.support_list ul li:not(:last-child) .text_area .text{}

.custom_block{text-align: center;}
.custom_block:not(:last-child){margin-bottom: 5.5rem;}
.custom_block > .link_area{text-align: left;margin-left: auto;margin-right: auto;width: 97rem;margin-bottom: 1.5rem;max-width: 100%;}
.custom_block > .link_area > a{display: inline-flex;align-items: center;background: #fff;border: 0.3rem solid #ea781e;width: 44rem;justify-content: space-between;margin: 0 2rem;margin-bottom: 2.5rem;padding-left: 1.3rem;max-width: 100%;}
.custom_block > .link_area > a:before{/* content:""; */}
.custom_block > .link_area > a > .left{}
.custom_block > .link_area > a:before > .left{content:"";}
.custom_block > .link_area > a > .left > .sub{font-size: 1.75rem;display: block;margin-bottom: 0.5rem;}
.custom_block > .link_area > a:before > .left > .sub{content:"";}
.custom_block > .link_area > a > .left > .title{font-size: 2.6rem;color: #ea781e;display: block;letter-spacing: 0.1em;line-height: 1;}
.custom_block > .link_area > a:before > .left > .title{content:"";}
.custom_block > .link_area > a > .img{}
.custom_block > .link_area > a:before > .img{content:"";}
.custom_block > .link_area > a > .img > img{}
.custom_block > .link_area > a:before > .img > img{content:"";}
.custom_block > .list{
}
.custom_block > .list > ul{}
.custom_block > .list > ul > li{background: #fff;border-radius: 2rem;padding: 3rem 2rem 3.5rem 2rem;text-align: left;}
.section_inner_block:not(.-orenge) .custom_block > .list > ul > li{padding-top: 1.5rem;padding-bottom: 0;}
.custom_block > .list > ul > li:not(:last-child){margin-bottom: 2.5rem;}
.custom_block > .list > ul > li > .title{font-size: 2.5rem;color: #ea781e;letter-spacing: 0.1em;text-align: center;font-weight: bold;margin-bottom: 1rem;}
.custom_block > .list > ul > li:not(:last-child) > .title{}
.custom_block > .list > ul > li > .text{font-size: 1.6rem;line-height: 1.8;}
.custom_block > .list > ul > li> .text:not(:last-child) {margin-bottom: 2.5rem;}
.custom_block > .list > ul > li > .links{}
.custom_block > .list > ul > li > .links:not(:last-child){margin-bottom: 2.5rem;}
.custom_block > .list > ul > li > .links > .title{font-size: 2rem;font-weight: bold;margin-bottom: 2.0rem;line-height: 1;}
.custom_block > .list > ul > li:not(:last-child) > .links > .title{}
.custom_block > .list > ul > li > .links > ul{}
.custom_block > .list > ul > li:not(:last-child) > .links > ul{}
.custom_block > .list > ul > li > .links > ul > li{width: 31.5rem;display: inline-flex;flex-direction: column;}
.custom_block > .list > ul > li > .links > ul > li:not(:last-child){margin-right: 0.75rem;}
.custom_block > .list > ul > li > .links > ul > li > a{display: flex;width: 100%;height: 100%;align-items: center;padding-left: 1.5rem;padding-;font-weight: bold;cursor: pointer;font-size: 1.75rem;color: #fff;background: #ea781e;align-items: center;position: relative;height: 5.4rem;letter-spacing: 0.1em;line-height: 1.2;}
.custom_block > .list > ul > li > .links > ul > li:not(:last-child) > a{}
.custom_block > .list > ul > li > .links > ul > li > a:before{content:"";}
.custom_block > .list > ul > li > .links > ul > li > a > .btn{}
.custom_block > .list > ul > li > .links > ul > li > a > .btn{width: 2.5rem;height: 2.5rem;background: #fff;border-radius: 10rem;position: absolute;right: 1.5rem;top: 50%;transform: translate(0, -50%);}
.custom_block > .list > ul > li > .links > ul > li > a > .btn:before,
.custom_block > .list > ul > li > .links > ul > li > a > .btn:after{content:"";width: 0.25rem;background: #333328;height: 1.8rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.custom_block > .list > ul > li > .links > ul > li > a > .btn:before{transform: translate(-50%, -50%) rotate(90deg);}
.custom_block > .list > ul > li > .links > ul > li:not(:last-child) > a > .btn{}
.custom_block > .list > ul > li > .links > ul > li > a:before > .btn{content:"";}
.custom_block > .list > ul > li > .links > ul > li > .sub{margin-top: 0;padding: 0 1rem;position: relative;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .txt{font-size: 1.39rem;line-height: 1.8;margin: 3rem 0;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .txt.-big{font-size: 1.549rem;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .txt p{}
.custom_block > .list > ul > li > .links > ul > li > .sub > .txt p:not(:last-child){margin-bottom: 2.5rem;}
.custom_block > .list > ul > li > .links > ul > li:not(.-on) > .sub{display: none;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area{padding-top: 1rem;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .info{
}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .info > dl{}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .info > dl:first-child{padding-right: 13rem;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .info > dl:not(:last-child){margin-bottom: 1rem;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .info > dl > dt{font-size: 1.39rem;color: #fff;background: #ea781e;display: inline-block;padding: 0 0.7rem;margin-bottom: 0.5rem;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .info > dl > dd{font-weight: bold;font-size: 1.43rem;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .info > dl > dd .note{font-size: 1.29rem;font-weight: 200;line-height: 1.8;margin-top: 0;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .info > dl > dd > .list{}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .info > dl > dd > .list > li{position: relative;padding-left: 1.4rem;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .info > dl > dd > .list > li:before{content:"";background:#ea781e;position: absolute;width: 1.3rem;height: 1.3rem;border-radius: 10rem;left: 0;top: 50%;transform: translate(0, -50%);}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .info > dl > dd > .list > li:not(:last-child){margin-bottom: 0.0rem;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .info > dl > dd > .list > li > sub{vertical-align: text-top;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .info > dl > dd > .list > li:not(:last-child) > sub{}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .note{font-size: 1.26rem;font-weight: 200;line-height: 1.8;margin-top: 0.5rem;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .btn{margin-top: 1rem;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .btn > a{font-size: 1.55rem;display: flex;height: 4.1rem;width: 100%;background: #ea781e;color: #fff;border-radius: 10rem;text-align: center;align-items: center;justify-content: center;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .btn > a:before{content:"";}
.custom_block > .list > ul > li > .links > ul > li > .sub > .img{position: absolute;right: 0;top: 0;width: 16rem;height: 12.5rem;text-align: center;display: flex;align-items: center;justify-content: center;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .img > img{}
.custom_block > .list > ul > li > .links > ul > li > a{}
.custom_block > .list > ul > li > .links > ul > li > a:before{content:"";}
.custom_block > .list > ul > li > .links > ul > li.-on > a > .btn{transform: translate(0, -50%) rotate(45deg);}
.custom_block > .list > ul > li > .links > ul > li > a:before > .btn{content:"";}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .info > dl > dd > sub{vertical-align: text-top;}
.custom_block.-twoColum > .list > ul > li{padding-left: 0;padding-right: 0;}
.custom_block.-twoColum > .list > ul > li > .links > ul > li{width: 48rem;}
.custom_block.-twoColum > .list > ul > li > .links > ul{display: flex;justify-content: space-between;}
.custom_block .list ul li .links ul li .sub .image{text-align: center;}
.custom_block .list ul li .links ul li .sub .image img{}
.custom_block .list ul li .links ul li .sub .table{width: 28.5rem;margin-left: auto;margin-right: auto;}
.custom_block .list ul li .links ul li .sub .table .title{font-size: 1.39rem;font-weight: bold;margin-bottom: 1rem;}
.custom_block .list ul li .links ul li .sub .table table thead tr th{background: #e4e4e5;vertical-align: bottom;text-align: center;line-height: 1.3;position: relative;padding: 0.14rem 0.5rem;font-size: 1.35rem;}
.table table thead tr th:nth-child(n + 2){
    border: none;
}
.custom_block .list ul li .links ul li .sub .table table thead tr th:not([colspan]){border-bottom: 1px solid #bebebe;}
.custom_block .list ul li .links ul li .sub .table table thead tr th[rowspan]:after{display: none;}
.custom_block .list ul li .links ul li .sub .table table thead tr th:not([rowspan]):before{content:"";width: 0.258rem;height: 100%;position: absolute;background: #fff;right: 100%;transform: translate(50%, 0);top: 0;}
.custom_block .list ul li .links ul li .sub .table table thead tr th:not([colspan]):after{content:"";width: 100%;height: 0.258rem;position: absolute;background: #fff;left: 0;transform: translate(0, 50%);bottom: 100%;}
.custom_block .list ul li .links ul li .sub .table table thead tr th span{min-height: 2.5rem;display: flex;justify-content: center;align-items: flex-start;line-height: 1;}
.custom_block .list ul li .links ul li .sub .table table tbody tr th{text-align: center;font-size: 1.34rem;border-bottom: 1px solid #bebebe;}
.custom_block .list ul li .links ul li .sub .table table tbody tr:nth-child(1n) th{background: #ffe193;}
.custom_block .list ul li .links ul li .sub .table table tbody tr:nth-child(2n) th{background: #ffd15a;}
.custom_block .list ul li .links ul li .sub .table table tbody tr:nth-child(3n) th{background: #ffc52e;}
.custom_block .list ul li .links ul li .sub .table table tbody tr td{text-align: center;padding: 0.5rem 0;font-size: 1.34rem;border-bottom: 1px solid #bebebe;border-left: none;}
.custom_block .list ul li .links ul li .sub .table table tbody tr td:not(:last-child){border-right: 1px solid #bebebe;}

.use_block{display: flex;justify-content: space-between;align-items: center;}
.use_block .text{font-size: 1.8rem;line-height: 1.8;width: 48rem;}
.use_block .img{}
.use_block .img img{}

.c-title03{background: #ea781e;color: #fff;height: 6rem;font-size: 2.45rem;letter-spacing: 0.1em;align-items: center;justify-content: center;width: auto;display: inline-flex;padding: 0 2.3rem;padding-left: 4rem;position: relative;margin-bottom: 3rem;left: -4rem;}

.anchor{display: block;padding-top: 1rem;margin-top: -1rem;}

.c-area01{}
.c-area01:not(:last-child){margin-bottom: 3rem;}
.c-area01 .block{display: flex;justify-content: space-between;}
.c-area01 .block .img{width: 48%;text-align: center;}
.c-area01 .block .img img{}
.c-area01 .block .text{font-size: 1.8rem;line-height: 1.8;width: 49%;}
.c-area01 .block .text p{}
.c-area01 .block .text p:not(:last-child){margin-bottom: 3.0rem;}
.c-area01 .block .box{width: 47%;margin: 0 1rem;}
.c-area01 .block .box .list{}
.c-area01 .block .box .list li{font-size: 1.95rem;color: #ea781e;display: flex;align-items: center;height: 4.2rem;background: #f5f3ed;position: relative;border-radius: 0.6rem;padding-left: 4.1rem;box-sizing: border-box;font-weight: bold;}
.c-area01 .block .box .list li:before{content:"";width: 2rem;height: 2rem;position: absolute;background: #fff;z-index: 0;left: 1.2rem;top: 50%;transform: translate(0, -50%);opacity: 0;}
.c-area01 .block .box .list li:not(:last-child){margin-bottom: 0.7rem;}
.c-area01 .block .box .list li .icon{position: absolute;z-index: 1;left: 1.2rem;top: 50%;transform: translate(0, -50%);}
.c-area01 .block .box .list li:not(:last-child) .icon{}
.c-area01 .block .box .list li .icon img{}
.c-area01 .block .box .list li:not(:last-child) .icon img{}

.c-list01{}
.c-list01 ul{}
.c-list01 ul li{display: flex;justify-content: space-between;padding: 0 3.5rem;border-radius: 0.85rem;background: #f5f3ed;padding-top: 3.5rem;padding-bottom: 4.5rem;padding-left: 0;}
.c-list01 ul li:not(:last-child){margin-bottom: 2.5rem;}
.c-list01 ul li .img{display: flex !important;align-items: center;justify-content: center;width: 42.8rem;}
.c-list01 ul li:not(:last-child) .img{}
.c-list01 ul li .img img{}
.c-list01 ul li:not(:last-child) .img img{}
.c-list01 ul li .text_are{width: 44.1rem;}
.c-list01 ul li:not(:last-child) .text_are{}
.c-list01 ul li .text_are .title{margin-bottom: 2.5rem;font-size: 2.5rem;color: #ea781e;letter-spacing: 0.1em;font-weight: bold;}
.c-list01 ul li:not(:last-child) .text_are .title{}
.c-list01 ul li .text_are .text{font-size: 1.6rem;line-height: 1.6;}
.c-list01 ul li:not(:last-child) .text_are .text{}
.c-list01 ul li .text_are .text p{}
.c-list01 ul li .text_are .text p:not(:last-child){margin-bottom: 3rem;}
.takushoku_list{}
.takushoku_list ul{display: flex;justify-content: space-between;align-items: flex-start;}
.takushoku_list ul li{width: 31.5rem;display: flex;flex-direction: column;}
.takushoku_list ul li:not(:last-child){}
.takushoku_list ul li .title{}
.takushoku_list ul li:not(:last-child) .title{}
.takushoku_list ul li .title .sub{font-size: 1.96rem;color: #ea781e;font-weight: bold;text-align: center;line-height: 1.2;}
.takushoku_list ul li:not(:last-child) .title .sub{}
.takushoku_list ul li .title .tit{font-size: 3.08rem;color: #ea781e;font-weight: bold;text-align: center;}
.takushoku_list ul li:not(:last-child) .title .tit{}
.takushoku_list ul li .img{text-align: center;height: 23.1rem;display: flex;align-items: center;justify-content: center;margin-top: -1rem;}
.takushoku_list ul li:not(:last-child) .img{}
.takushoku_list ul li .img img{}
.takushoku_list ul li:not(:last-child) .img img{}
.takushoku_list ul li .text{font-size: 1.5rem;line-height: 1.8;}
.takushoku_list ul li .text:not(:last-child){margin-bottom: 2rem;}
.takushoku_list ul li:not(.-on) .text{display: none;}
.takushoku_list ul li .text p{}
.takushoku_list ul li .text p:not(:last-child){margin-bottom: 3rem;}
.takushoku_list ul li .btn{margin-top: auto;}
.takushoku_list ul li:not(:last-child) .btn{}
.takushoku_list ul li .btn a{color: #ababa7;font-size: 1.9rem;display: flex;height: 3.7rem;border: 0.15rem solid #ababa7;justify-content: center;align-items: center;position: relative;cursor: pointer;}
.takushoku_list ul li:not(:last-child) .btn a{}
.takushoku_list ul li .btn a:before{content:"";}
.takushoku_list ul li .btn a span{}
.takushoku_list ul li .btn a span{width: 2.1rem;height: 2.1rem;position: absolute;right: 0.8rem;top: 50%;transform: translate(0, -50%);}
.takushoku_list ul li .btn a span:before,
.takushoku_list ul li .btn a span:after{content:"";width: 0.14rem;background: #ababa7;height: 2.1rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.takushoku_list ul li .btn a span:before{transform: translate(-50%, -50%) rotate(90deg);}
.takushoku_list ul li.-on .btn a span:after{display: none;}
.takushoku_list ul li.-on .btn a span{
}

.c-area02{display: flex;justify-content: space-between;}
.c-area02 .text_area{width: 47.6%;}
.c-area02 .text_area .lead{font-size: 1.8rem;line-height: 1.8;}
.c-area02 .text_area .lead p{}
.c-area02 .text_area .text{font-size: 1.6rem;line-height: 1.8;margin-top: 2rem;}
.c-area02 .text_area .text p{}
.c-area02 .text_area .text p:not(:last-child){margin-bottom: 3rem;}
.c-area02 .text_area .btn{margin-top: 2.5rem;}
.c-area02 .text_area .btn a{color: #ababa7;font-size: 2.15rem;display: flex;height: 5.7rem;border: 0.15rem solid #ababa7;justify-content: center;align-items: center;position: relative;cursor: pointer;letter-spacing: 0.015em;position: relative;}
.c-area02 .text_area .btn a:before{content:"";}
.c-area02 .text_area .btn a span{position: absolute;right: 1.8rem;width: 3.2rem;}
.c-area02 .text_area .btn a span:after,
.c-area02 .text_area .btn a span:before{content:"";position: absolute;}
.c-area02 .text_area .btn a span:after{background: #ababa7;height: 0.21rem;width: 100%;top: 50%;transform: translate(0, -50%);}
.c-area02 .text_area .btn a span:before{background: #ababa7;height: 0.21rem;width: 0.8rem;top: 50%;transform: translate(0, -50%) rotate(45deg);right: 0;margin-top: -0.2rem;}
.c-area02.-on .text_area .btn a span:before{display:none}
.c-area02 .img{width: 52%;text-align: center;}
.c-area02:not(.-on) .text_area .text{display: none;}
.c-area02 .img img{}







/*============================
==============================
==============================
==============================
#3__下層設定
============================*/
/* -全体設定- */

/*============================
==============================
==============================
==============================
#4__CSSハック
============================*/
/* -ファイアフォックス- */
@-moz-document url-prefix() {

}

/* -サファリ(最新)- */
_::-webkit-full-page-media, _:future, :root .text01 {order: 1;width: calc(100% - 296px);width: -webkit-calc(100% - 296px);width: -ms-calc(100% - 296px);}

/* -IE- */
nav::-webkit-scrollbar{display:none;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

/* -スクロールバー非表示- */
nav{-ms-overflow-style:none;}

/* -セレクトの矢印削除- */
select::-ms-expand{display: none;}

}
/* -IE(Edge)- */
@supports (-ms-ime-align:auto){

}


@media screen and (min-width: 600px){
/* -基本設定- */
.tab{display:none !important;}
.sp{display:none !important;}
.sp_phone{display:none !important;}
.c-list01 ul li .img.sp{display:none !important;}



}

/* リキットデザイン対応 */
@media screen and (max-width:1200px) and (min-width: 600px){:root{font-size: 0.833339vw;}}

@media screen and (max-width:599px) and (min-width: 415px){
.tab{display:none !important;}
.sp_phone{display:none !important;}

}

@media screen and (max-width:599px){
/*============================
#1__全体設定
============================*/
/* -基本設定- */
:root{font-size: 2.416vw;}
.pc{display:none !important;}
.c-list01 ul li .img.pc{display:none !important;}
select,
input{width:100%;box-sizing:border-box;}

/* -header- */

/* -nav- */

/* -ハンバーガーメニュー- */
.menu-trigger_wrap{background: none;display: flex;flex-direction: column;-webkit-flex-direction: column;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;right: 2rem;top: 1.9rem;z-index: 2;position: fixed;}
.menu-trigger_wrap .txt{font-size: 1.2rem;display: block;margin-top: 0.3rem;display: none;}
.menu-trigger_wrap a{ position:relative;}
.menu-trigger_wrap a,
.menu-trigger_wrap a span {display: inline-block;transition: all .4s;box-sizing: border-box;}
.menu-trigger_wrap a {position: relative;width: 2.4rem;height: 2rem;display: block;margin: 0;}
.menu-trigger_wrap a:before{position:absolute;content:"";left: -50%;top: -50%;width: 200%;height: 200%;}
.menu-trigger_wrap a span {position: absolute;left: 0;width: 100%;height: 0.2rem;background-color: #000;border-radius: 0.4rem;}
.menu-trigger_wrap a span:nth-child(1) {top: 1px;left: 0;}
.menu-trigger_wrap a span:nth-child(2) {top: 50%;margin: -1px 0 0 0;}
.menu-trigger_wrap a span:nth-child(3) {bottom: 1px;left: 0;}

.menu-trigger_wrap a.on span:nth-child(1) {-moz-transform:translateY(8px) rotate(315deg) scale(0.8);-o-transform:translateY(8px) rotate(315deg) scale(0.8);-ms-transform:translateY(8px) rotate(315deg) scale(0.8);-webkit-transform:translateY(8px) rotate(315deg) scale(0.8);transform: translateY(8px) rotate(315deg) scale(0.8);}
.menu-trigger_wrap a.on span:nth-child(2) {width: 30px;height: 30px;background-color: transparent;border: 3px solid #000;border-radius: 50%;margin: -1.5rem 0 0 -0.4rem;left: 1px;opacity: 0;}
.menu-trigger_wrap a.on span:nth-child(3) {-moz-transform:translateY(-8px) rotate(-315deg) scale(0.8);-o-transform: translateY(-8px) rotate(-315deg) scale(0.8);-ms-transform: translateY(-8px) rotate(-315deg) scale(0.8);-webkit-transform:translateY(-8px) rotate(-315deg) scale(0.8);transform: translateY(-8px) rotate(-315deg) scale(0.8);}

/* -main- */

/* -section- */

/* -pankuzu- */

/* -footer- */

/*============================
#2__ページ設定
============================*/
/* -各セクションごとの設定- */
.kv_visual{padding-top: 2rem;padding-bottom: 3rem;}
.kv_visual .kv{max-width: 89.373%;}
.kv_visual .kv .title{font-size: 2.3rem;margin-bottom: 2.0rem;}
.kv_visual .kv .con{flex-direction: column;}
.kv_visual .kv .con .point{width: 100%;margin-bottom: 2.5rem;}
.kv_visual .kv .con .point .title{font-size: 1.45rem;height: 2.55rem;margin-bottom: 0.7rem;}
.kv_visual .kv .con .point ul{}
.kv_visual .kv .con .point ul li{font-size: 1.40rem;padding-left: 1.5rem;letter-spacing: -0.05rem;padding-top: 0.25rem;padding-bottom: 0.25rem;padding-right: 1.0rem;}
.kv_visual .kv .con .point ul li:not(:last-child){margin-bottom: 0.75rem;}
.kv_visual .kv .con .img{width: 77%;margin-top: 0;margin-left: auto;margin-right: auto;}
.kv_visual .kv .con .img img{}
.kv_visual .text{font-size: 1.656rem;max-width: 89.373%;line-height: 1.6;}
.kv_visual .text p{}
.kv_visual .text p:not(:last-child){margin-bottom: 3rem;}
.kv_visual .text p a{}
.kv_visual .text p a:before{content:"";}
.kv_visual .mokuji{}
.kv_visual .mokuji .title{font-size: 1.98rem;}
.kv_visual .mokuji .list{padding: 2.0rem 4.5rem;padding-left: 0;padding-right: 0;max-width: 89.373%;margin-left: auto;margin-right: auto;}
.kv_visual .mokuji .list li{font-size: 1.656rem;line-height: 1.5;}
.kv_visual .mokuji .list li:not(:last-child){margin-bottom: 0.5rem;}
.kv_visual .mokuji .list li a{padding-left: 2.6rem;}
.kv_visual .mokuji .list li .sub{margin-top: 0.3rem;margin-left: 2.7rem;}
.kv_visual .mokuji .list li:not(:last-child) a{}
.kv_visual .mokuji .list li a:before{font-size: 1.98rem;padding-right: 0.8rem;line-height: 0.6;height: 1.52rem;transform: none;top: 0.5rem;border-right: 1px solid #ea781e;}
.kv_visual .mokuji .list li .sub ul li a:before{font-size: 1.656rem;}
.kv_visual .mokuji .list li .sub ul li a{font-size: 1.656rem;padding-left: 1.1rem;}

.section_title{margin-bottom: 1.5rem;}
.section_title .title{font-size: 2.48rem;margin-bottom: 1.5rem;line-height: 1.3;}
.section_title .text{font-size: 1.656rem;line-height: 1.6;}

.trouble_list{}
.trouble_list ul{}
.trouble_list ul li{padding: 0 2rem;padding-bottom: 3rem;padding-top: 1rem;}
.trouble_list ul li:not(:last-child){margin-bottom: 1.5rem;}
.trouble_list ul li .title{font-size: 1.656rem;margin-bottom: 1.0rem;min-height: 4.9rem;}
.trouble_list ul li:not(:last-child) .title{}
.trouble_list ul li .text{}
.trouble_list ul li:not(:last-child) .text{}
.trouble_list ul li .text:not(:last-child){margin-bottom: 1.5rem;}
.trouble_list ul li .con{display: block;}
.trouble_list ul li:not(:last-child) .con{}
.trouble_list ul li .con .left{width: 100%;}
.trouble_list ul li:not(:last-child) .con .left{}
.trouble_list ul li .con .left .list{}
.trouble_list ul li:not(:last-child) .con .left .list{}
.trouble_list ul li .con .left .list li{font-size: 1.49rem;}
.trouble_list ul li .con .left .list li:not(:last-child){}
.trouble_list ul li .con .left .list li .icon{}
.trouble_list ul li .con .left .list li:not(:last-child) .icon{}
.trouble_list ul li .con .left .list li .icon img{}
.trouble_list ul li .con .left .list li:not(:last-child) .icon img{}
.trouble_list ul li .con .left .txt{line-height: 1.6;}
.trouble_list ul li:not(:last-child) .con .left .txt{}
.trouble_list ul li .con .left .txt:not(:last-child) {margin-bottom: 2rem;}
.trouble_list ul li .con .left .txt:not(:first-child){margin-top: 1.5rem;}
.trouble_list ul li .con .left .txt a{}
.trouble_list ul li:not(:last-child) .con .left .txt a{}
.trouble_list ul li .con .left .txt a:before{content:"";}
.trouble_list ul li .con .right{width: 100%;margin-top: 2rem;}
.trouble_list ul li:not(:last-child) .con .right{}
.trouble_list ul li .con .right .img{width: 82%;}
.trouble_list ul li:not(:last-child) .con .right .img{}
.trouble_list ul li .con .right .txt + .img{top: 0;}
.trouble_list ul li .con .right .txt:not(:last-child){margin-bottom: 4rem;}
.trouble_list ul li .con .left .table table thead tr th{font-size: 1.49rem;}
.trouble_list ul li .con .left .table table thead tr th:not(:first-child){font-size: 1.49rem;}
.trouble_list ul li:not(:last-child) .con .left .table table thead tr th{}
.trouble_list ul li .con .left .table table thead tr th:first-child{width: 4.5rem;}
.trouble_list ul li .con .left .table table tbody tr th{font-size: 1.49rem;}
.trouble_list ul li:not(:last-child) .con .left .table table tbody tr th{}
.trouble_list ul li .con .left .table table tbody tr th[rowspan]{font-size: 1.7rem;}
.trouble_list ul li .con .left .table table tbody tr th[rowspan]:before{width: 0.3rem;}
.trouble_list ul li .con .left .table table tbody tr td{padding: 0.35rem;font-size: 1.8rem;}

.c-btn02{max-width: 89.373%;margin-left: auto;margin-right: auto;}
.c-btn02 .btn .title:before, .c-btn02 .btn .title:after{height: 2.1rem;width: 1.5rem;bottom: 0.3rem;}
#content .section .section_inner_block + .c-btn02 {margin-bottom: 2.5rem;margin-top: 2.5rem;}
.c-btn02 .btn{width: 100%;}
.c-btn02 .btn:not(:last-child){margin-bottom: 3rem;}
.c-btn02 .btn .title{font-size: 1.656rem;margin-bottom: 1.0rem;line-height: 1.2;}
.c-btn02 .btn a{max-width: 100%;font-size: 1.656rem;height: 4.4rem;width: 100%;}
.c-btn02 .btn a:before{content:"";}
.c-btn02 .btn.-white{}
.c-btn02 .btn.-white .title{}
.c-btn02 .btn.-white a{border: 0.2rem solid #ea781e;}
.c-btn02 .btn.-white a:before{content:"";}

.support_list{}
.support_list:not(:last-child){margin-bottom: 3.5rem;}
.support_list ul{}
.support_list ul li{display: block;padding: 1.5rem 1.5rem 1.0rem 1.5rem;}
.support_list ul li:not(:last-child){margin-bottom: 1.5rem;}
.support_list ul li .img{width: 100%;padding: 0;margin-bottom: 1rem;}
.support_list ul li:not(:last-child) .img{}
.support_list ul li .img img{}
.support_list ul li:not(:last-child) .img img{}
.support_list ul li .text_area{min-height: 0;width: 100%;}
.support_list ul li:not(:last-child) .text_area{}
.support_list ul li .text_area .title{font-size: 1.90rem;text-align: center;margin-bottom: 1.0rem;}
.support_list ul li:not(:last-child) .text_area .title{}
.support_list ul li .text_area .text{line-height: 1.7;min-height: 0;}
.support_list ul li:not(:last-child) .text_area .text{}

.custom_block{}
.custom_block > .link_area{margin-bottom: 2.5rem;}
.custom_block > .link_area > a{margin: 0;}
.custom_block > .link_area > a:not(:last-child){margin-bottom: 1rem;}
.custom_block > .link_area > a:before{}
.custom_block > .link_area > a > .left{}
.custom_block > .link_area > a:before > .left{content:"";}
.custom_block > .link_area > a > .left > .sub{font-size: 1.49rem;}
.custom_block > .link_area > a:before > .left > .sub{content:"";}
.custom_block > .link_area > a > .left > .title{font-size: 2.2rem;}
.custom_block > .link_area > a:before > .left > .title{content:"";}
.custom_block > .link_area > a > .img{width: 11.5rem;}
.custom_block > .link_area > a:before > .img{content:"";}
.custom_block > .link_area > a > .img > img{}
.custom_block > .link_area > a:before > .img > img{content:"";}
.custom_block > .list{}
.custom_block > .list > ul{}
.custom_block > .list > ul > li{padding: 1.5rem 2rem;}
.custom_block > .list > ul > li:not(:last-child){}
.custom_block > .list > ul > li > .title{font-size: 1.98rem;margin-bottom: 0.5rem;line-height: 1.4;}
.custom_block > .list > ul > li:not(:last-child) > .title{}
.custom_block > .list > ul > li > .text{line-height: 1.6;}
.custom_block > .list > ul > li> .text:not(:last-child){margin-bottom: 1.5rem;}
.custom_block > .list > ul > li > .links{}
.custom_block > .list > ul > li > .links:not(:last-child){margin-bottom: 1.0rem;}
.custom_block > .list > ul > li > .links > .title{font-size: 1.656rem;margin-bottom: 1.5rem;}
.custom_block > .list > ul > li:not(:last-child) > .links > .title{}
.custom_block > .list > ul > li > .links > ul{}
.custom_block.-twoColum > .list > ul > li > .links > ul{flex-wrap: wrap;}
.custom_block > .list > ul > li:not(:last-child) > .links > ul{}
.custom_block > .list > ul > li > .links > ul > li{width: 100%;}
.custom_block > .list > ul > li > .links > ul > li:not(:last-child){margin-bottom: 1rem;}
.custom_block.-twoColum > .list > ul > li > .links > ul > li{width: 91%;margin-right: auto;margin-left: auto;}
.custom_block > .list > ul > li > .links > ul > li > a{font-size: 1.87rem;height: 5.7rem;}
.custom_block.-twoColum > .list > ul > li > .links > ul > li > a{font-size: 1.6rem;}
.custom_block > .list > ul > li > .links > ul > li:not(:last-child) > a{}
.custom_block > .list > ul > li > .links > ul > li > a:before{content:"";}
.custom_block > .list > ul > li > .links > ul > li > a > .btn{width: 2.7rem;height: 2.7rem;}
.custom_block > .list > ul > li > .links > ul > li:not(:last-child) > a > .btn{}
.custom_block > .list > ul > li > .links > ul > li > a > .btn:before, .custom_block > .list > ul > li > .links > ul > li > a > .btn:after{height: 1.72rem;width: 0.14rem;}
.custom_block > .list > ul > li > .links > ul > li > a:before > .btn{content:"";}
.custom_block .list ul li .links ul li .sub .table{width: 100%;}
.custom_block .list ul li .links ul li .sub .table{}
.custom_block .list ul li .links ul li .sub .table .title{font-size: 1.48rem;}
.custom_block .list ul li .links ul li .sub .table table thead tr th{font-size: 1.48rem;padding: 0.2rem 0.5rem;}
.custom_block .list ul li .links ul li .sub .table table tbody tr th{font-size: 1.48rem;}
.custom_block .list ul li .links ul li .sub .table table tbody tr td{font-size: 1.48rem;padding: 0.5rem 0;}

.use_block{flex-wrap: wrap;}
.use_block .text{order: 2;line-height: 1.6;font-size: 1.656rem;}
.use_block .img{width: 74.3%;margin-left: auto;margin-right: auto;margin-bottom: 2rem;}
.use_block .img img{}

.c-area01{}
.c-area01:not(:last-child){margin-bottom: 2rem;}
.c-area01 .block{flex-wrap: wrap;}
.c-area01 .block .img{width: 100%;}
.c-area01 .block .img:not(:last-child){margin-bottom: 2.5rem;}
.c-area01 .block .img img{}
.c-area01 .block .text{width: 100%;font-size: 1.656rem;line-height: 1.6;}
.c-area01 .block .text p{}
.c-area01 .block .box{width: 100%;margin: 0;margin-top: 2.2rem;}
.c-area01 .block .box .list{}
.c-area01 .block .box .list li{font-size: 1.54rem;height: 3.3rem;padding-left: 3.3rem;}
.c-area01 .block .box .list li:not(:last-child){}
.c-area01 .block .box .list li .icon{left: 0.8rem;margin-top: -0.4rem;}
.c-area01 .block .box .list li:not(:last-child) .icon{}
.c-area01 .block .box .list li .icon img{width: 1.97rem !important;}
.c-area01 .block .box .list li:not(:last-child) .icon img{}

.c-list01{}
.c-list01 ul{}
.c-list01 ul li{flex-wrap: wrap;padding: 0 4.7%;padding-top: 3rem;padding-bottom: 1.5rem;}
.c-list01 ul li:not(:last-child){margin-bottom: 1.5rem;}
.c-list01 ul li .img{margin-left: auto;margin-right: auto;text-align: center;margin-bottom: 2.4rem;}
.c-list01 ul li:not(:last-child) .img{}
.c-list01 ul li .img img{}
.c-list01 ul li:not(:last-child) .img img{}
.c-list01 ul li .text_are{}
.c-list01 ul li:not(:last-child) .text_are{}
.c-list01 ul li .text_are .title{font-size: 1.98rem;margin-bottom: 0.5rem;text-align: center;}
.c-list01 ul li:not(:last-child) .text_are .title{}
.c-list01 ul li .text_are .text{}
.c-list01 ul li:not(:last-child) .text_are .text{}
.c-list01 ul li .text_are .text p{}
.c-list01 ul li .text_are .text p:not(:last-child){margin-bottom: 2.5rem;}
.takushoku_list{}
.takushoku_list ul{flex-wrap: wrap;}
.takushoku_list ul li{width: 100%;}
.takushoku_list ul li:not(:last-child){margin-bottom: 3.5rem;}
.takushoku_list ul li .title{}
.takushoku_list ul li:not(:last-child) .title{}
.takushoku_list ul li .title .sub{font-size: 1.54rem;margin-bottom: 0.5rem;}
.takushoku_list ul li:not(:last-child) .title .sub{}
.takushoku_list ul li .title .tit{font-size: 2.4rem;}
.takushoku_list ul li:not(:last-child) .title .tit{}
.takushoku_list ul li .img{margin-top: -1.2rem;}
.takushoku_list ul li .text{font-size: 1.656rem;line-height: 1.6;}
.takushoku_list ul li .btn a{height: 4.4rem;font-size: 1.656rem;}

.c-area02{flex-wrap: wrap;position: relative;}
.c-area02 .text_area{width: 100%;}
.c-area02 .text_area .lead{font-size: 1.656rem;line-height: 1.6;margin-bottom: 26rem;}
.c-area02 .text_area .lead p{}
.c-area02 .text_area .text{line-height: 1.6;}
.c-area02 .text_area .btn a:before span{content:"";}
.c-area02 .img{width: 100%;position: absolute;top: 7rem;}
.c-area02 .img img{height: 22rem;object-fit: cover;width: 100%;}

.pankuzuWrap{border: none;height: 2.7rem;}
.pankuzu{padding: 0 1rem;}
.pankuzu ul li a{line-height: 2.4rem;}
.pankuzu ul .home a{line-height: 2.4rem;}
body{padding-top: 12.7rem;}
#content .section .section_inner_block{max-width: 89.373%;}
#content .section .section_inner_block.-orenge{padding-left: 5.314%;padding-right: 5.314%;padding-top: 1.5rem;padding-bottom: 2.5rem;max-width: 100%;}

.kv_visual .kv .con .point ul li:before{width: 0.77rem;}
.kv_visual .mokuji .title span{width: 2.76rem;height: 2.76rem;}
.kv_visual .mokuji .title span:before, .kv_visual .mokuji .title span:after{height: 1.72rem;width: 0.14rem;}
.trouble_list ul li .title:before{width: 33.8rem;}
.trouble_list ul li .title.-row2:before{width: 33.8rem;}
.trouble_list ul li .title.-row2{min-height: 6.9rem;padding-top: 0.8rem;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .info > dl > dd{font-size: 1.5rem;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .text_area > .info > dl:not(:last-child){margin-bottom: 1.5rem;}
.custom_block > .list > ul > li > .links > ul > li > .sub{padding-bottom: 3rem;}

.c-title03{height: 12.1rem;line-height: 1.4;width: calc(100vw - 2.5rem);left: calc( ( ( 100vw - 100% ) /2 ) * -1 );padding-left: 2rem;padding-right: 0;font-size: 2.4rem;}
#content .section:last-child{padding-bottom: 6rem;}
.custom_block > .list > ul > li > .links > ul > li > .sub > .txt{font-size: 1.49rem !important;line-height: 1.7;}



/*============================
#3__プラグイン制御
============================*/
/* -基本設定- */



}
