@charset "UTF-8";
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
  border:0;
  font-size:100%;
  font:inherit;
  margin:0;
  padding:0;
  vertical-align:baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
  display:block;
}

body{
  line-height:1;
}

ol,ul{
  list-style:none;
}

blockquote,q{
  quotes:none;
}

blockquote:after,blockquote:before,q:after,q:before{
  content:"";
  content:none;
}

table{
  border-collapse:collapse;
  border-spacing:0;
}
html{
  font-size:62.5%;
}

body{
  color:#192e2c;
  font-family:YakuHanJP, "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size:1.6rem;
  letter-spacing:.03em;
}

*,:after,:before{
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
}

a,button{
  -webkit-transition:.3s;
  transition:.3s;
}

a:active,a:hover,a:link,a:visited{
  text-decoration:none;
}

a:hover,button:hover{
  opacity:.7;
}

:focus{
  outline:none;
}

p,ul li{
  text-align:justify;
  text-justify:inter-ideograph;
}

img{
  vertical-align:bottom;
  width:100%;
}

footer{
  background-color:#fff1ea;
  padding-bottom:60px;
  padding-top:30px;
}

.l-base,.l-p-fixed{
  margin-left:6%;
  margin-right:6%;
}
.l-container{
  margin-top:40px;
}
.l-container__side{
  -webkit-box-ordinal-group:2;
      -ms-flex-order:1;
  margin-left:6%;
  margin-right:6%;
          order:1;
}
.l-container__main{
  background-color:#fff;
  -webkit-box-ordinal-group:3;
      -ms-flex-order:2;
          order:2;
}
.l-sticky{
  position:fixed;
  top:-220px;
  -webkit-transition:top .3s;
  transition:top .3s;
  width:100%;
  z-index:30;
}
.l-sticky.visible{
  top:0;
}

.l-sticky-sp{
  bottom:-65px;
  position:fixed;
  -webkit-transition:bottom .3s;
  transition:bottom .3s;
  width:100%;
  z-index:30;
}
.l-sticky-sp.visible{
  bottom:0;
}
.l-modal{
  background-color:#fff;
  display:none;
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:99;
}

.l-modal-btn{
  position:fixed;
  right:6%;
  top:20px;
  z-index:100;
}
.c-btn{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  background-color:transparent;
  border:none;
  cursor:pointer;
  display:inline-block;
  line-height:1;
  margin:0;
  padding:0;
  text-align:center;
  text-decoration:none;
}
.c-h1{
  color:#ff7a20;
  letter-spacing:.07em;
}

.c-h1,.c-h2{
  font-weight:bold;
}

.c-h2{
  letter-spacing:.05em;
}
.p-hdr-top{
  background-color:#fcfaf4;
}
.p-hdr-top__wrapper{
  padding:20px 0;
}
.p-hdr-top__box-l{
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
}
.p-hdr-top__h1-txt{
  font-size:1.3rem;
  font-weight:500;
  line-height:1.4;
  margin-bottom:10px;
}
.p-hdr-top__h1-txt .tb{
  display:block;
}
.p-hdr-top__h1{
  font-size:2.5rem;
  letter-spacing:0;
  line-height:1.3;
  margin-bottom:10px;
  white-space:nowrap;
}
.p-hdr-top__address{
  font-size:1.3rem;
  font-weight:500;
  line-height:1.4;
}
.p-hdr-top__tel,.p-hdr-top__txt1,.p-hdr-top__txt2{
  display:none;
}
.p-hdr-top__tel:before{
  background-image:url(../images/icon/icon_tel.png);
  background-repeat:no-repeat;
  background-size:100% 100%;
  content:"";
  display:inline-block;
  height:31px;
  margin-right:10px;
  width:24px;
}

.p-gnav,.p-hdr-top__mail{
  display:none;
}
.p-gnav__list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:distribute;
      justify-content:space-around;
  padding:20px 0;
}
.p-gnav__item{
  font-size:2rem;
  font-weight:500;
}
.p-gnav__item a{
  color:#ff7a20;
  display:inline-block;
}

.p-linkbox__line,.p-linkbox__mail,.p-linkbox__tel{
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
  color:#fff;
  font-size:1.6rem;
  font-weight:bold;
          justify-content:center;
  line-height:1.4;
  width:50%;
}

.p-linkbox{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height:64px;
}
.p-linkbox__mail{
  background-color:#ffc420;
}
.p-linkbox__mail img{
  margin-right:11px;
  width:32px;
}
.p-linkbox__line{
  background-color:#06c755;
}
.p-linkbox__line img{
  margin-right:11px;
  width:32px;
}
.p-linkbox__tel{
  background-color:#ff7a20;
}
.p-linkbox__tel img{
  margin-right:7px;
  width:24px;
}
.p-sec01__h1-box{
  background-color:#ff7a20;
  background-image:url(../images/bg/dot_green_sp.png), url(../images/bg/dot_green_sp.png);
  background-position:left 9px top 10px, right 6px bottom 6px;
  background-repeat:no-repeat, no-repeat;
  background-size:70px 57px, 70px 57px;
  margin-bottom:17px;
  padding:22px 0;
  position:relative;
}
.p-sec01__h1-box:before{
  border-left:22px solid transparent;
  border-right:22px solid transparent;
  border-top:17px solid #ff7a20;
  bottom:-17px;
  content:"";
  left:50%;
  position:absolute;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
}
.p-sec01__h1{
  color:#fff;
  font-size:2.8rem;
  line-height:1.75;
  text-align:center;
}
.p-sec01__box{
  padding-bottom:30px;
  padding-top:30px;
}
.p-sec01__list{
  margin-bottom:30px;
}
.p-sec01__item{
  font-size:1.8rem;
  line-height:1.6;
  padding-left:40px;
  position:relative;
}
.p-sec01__item:before{
  background-image:url(../images/icon/icon_check01.png);
  background-repeat:no-repeat;
  background-size:100% 100%;
  content:"";
  display:block;
  height:30px;
  left:0;
  position:absolute;
  top:-3px;
  width:30px;
}
.p-sec01__item+.p-sec01__item{
  margin-top:30px;
}
.p-sec01__txt1{
  line-height:1.75;
}
.p-sec01__thumb{
  margin-bottom:30px;
}

.p-sec02{
  margin-bottom:60px;
  padding-top:30px;
}
.p-sec02__h1{
  margin:0 auto;
  max-width:314px;
  padding-bottom:30px;
}
.p-sec02__list{
  background-image:url(../images/bg/bg-pattern.jpg);
  background-size:12px 12px;
  padding:12px 20px 30px;
  position:relative;
}
.p-sec02__list+.p-sec02__list{
  margin-top:30px;
}
.p-sec02__num{
  margin-bottom:8px;
  margin-left:-24px;
  width:170px;
}
.p-sec02__h2{
  color:#ff7a20;
  font-size:2rem;
  line-height:1.4;
  margin-bottom:16px;
}
.p-sec02__thumb{
  display:block;
  margin:0 auto 22px;
  width:200px;
}
.p-sec02__txt1{
  letter-spacing:0;
  line-height:1.75;
}

.p-sec03{
  background-image:url(../images/consult/bg_sp.jpg);
  background-repeat:no-repeat;
  background-size:100% 100%;
  letter-spacing:.05em;
  padding:30px 0 60px;
}
.p-sec03__h1{
  color:#ff7a20;
  font-size:2rem;
  line-height:1.3;
  margin-bottom:30px;
  text-align:center;
}
.p-sec03__list{
  background-color:#fff;
  border:3px solid rgba(255,122,32,.3);
  border-radius:10px;
  padding:8px 19px 20px;
}
.p-sec03__item{
  font-size:1.6rem;
  line-height:1.66;
  padding:12px 0 0 30px;
  position:relative;
}
.p-sec03__item small{
  font-size:1.4rem;
}
.p-sec03__item:before{
  background-image:url(../images/icon/icon_check02.png);
  background-repeat:no-repeat;
  background-size:100% 100%;
  content:"";
  display:block;
  height:21px;
  left:0;
  position:absolute;
  top:14px;
  width:24px;
}
.p-sec03__bb{
  background-color:#fcfaf4;
  display:block;
  height:3px;
  margin-top:12px;
}

.p-sec04{
  letter-spacing:.05em;
  margin-bottom:60px;
  margin-top:60px;
}
.p-sec04__h-box{
  background-color:#ff7a20;
  margin-bottom:30px;
  padding:23px 0 18px;
  position:relative;
}
.p-sec04__h-box:after{
  background-image:url(../images/lawyer/icon_law.png);
  background-repeat:no-repeat;
  background-size:100% 100%;
  content:"";
  display:block;
  height:70px;
  left:50%;
  position:absolute;
  top:-10px;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
  width:87px;
}
.p-sec04__bdr{
  background-color:hsla(0,0%,100%,.5);
  display:block;
  height:2px;
  margin-bottom:42px;
}
.p-sec04__h1{
  color:#fff;
  font-size:2rem;
  line-height:1.45;
  text-align:center;
}
.p-sec04__h1 span{
  color:#fff59a;
}
.p-sec04__box,.p-sec04__txt1{
  margin-bottom:40px;
}
.p-sec04__txt1{
  font-size:1.6rem;
  font-weight:bold;
  line-height:1.5;
}
.p-sec04__txt1 span{
  color:#ff7a20;
}
.p-sec04__thumb{
  border-radius:10px;
  display:block;
  margin:0 auto 30px;
  width:200px;
}
.p-sec04__item{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  padding-left:40px;
  position:relative;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
  font-size:1.6rem;
          justify-content:space-between;
}
.p-sec04__item:before{
  background-color:rgba(255,122,32,.3);
  border-radius:50%;
  content:"";
  display:block;
  height:19px;
  left:0;
  position:absolute;
  top:0;
  width:19px;
}
.p-sec04__item+.p-sec04__item{
  margin-top:27px;
}
.p-sec04__list2{
  background-color:#fcfaf4;
  border-radius:10px;
  font-weight:500;
  padding:14px 20px 20px;
}
.p-sec04__item2{
  font-size:1.8rem;
  line-height:1.5;
  padding:12px 0 10px;
}
.p-sec04__item2+.p-sec04__item2{
  border-top:1px solid #dedbd4;
}
.p-sec04__h2{
  font-size:1.4rem;
  font-weight:normal;
}
.p-sec04__link{
  color:#1e8891;
  text-decoration:underline !important;
}

.p-sec05__h-img{
  display:block;
  margin:0 auto 8.5px;
  width:118px;
}
.p-sec05__h1{
  color:#4cb6ac;
  font-size:1.6rem;
  font-weight:bold;
  line-height:1.44;
  margin-bottom:30px;
  text-align:center;
}
.p-sec05__h1 em{
  font-size:1.7rem;
}
.p-sec05__h-box{
  background-color:#fff5dc;
  margin-bottom:30px;
  padding:14px 0 10px;
  text-align:center;
}
.p-sec05__h-box div{
  display:inline-block;
}
.p-sec05__h2{
  color:#ff7a20;
  font-size:1.6rem;
  line-height:1.3;
  margin-bottom:14px;
}
.p-sec05__h2-txt{
  background-color:rgba(255,122,32,.3);
  font-size:1.4rem;
  height:3px;
  margin:8px 7%;
  position:relative;
  width:86%;
}
.p-sec05__h2-txt span{
  background-color:#fff5dc;
  display:block;
  left:50%;
  padding:0 20px;
  position:absolute;
  top:50%;
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
  z-index:1;
}
.p-sec05__list{
  margin-bottom:30px;
}
.p-sec05__item+.p-sec05__item{
  margin-top:30px;
}
.p-sec05__h3{
  font-size:2rem;
  line-height:1.5;
  margin-bottom:7px;
  padding-left:36px;
  position:relative;
}
.p-sec05__h3:before{
  background-image:url(../images/icon/icon_check03.png);
  background-repeat:no-repeat;
  background-size:100% 100%;
  content:"";
  display:block;
  height:25px;
  left:6px;
  position:absolute;
  top:0;
  width:25px;
}
.p-sec05__bdr{
  background-image:linear-gradient(90deg, rgba(1,84,188,.45), rgba(1,84,188,.45) 2.5px, transparent 0, transparent 6px);
  background-repeat:repeat-x;
  background-size:6px 2px;
  display:block;
  height:2px;
}
.p-sec05__txt1{
  font-size:1.5rem;
  letter-spacing:0;
  line-height:1.75;
  margin-top:12px;
  text-align:left;
}
.p-sec05__bb{
  font-weight:bold;
}
.p-sec05__bb:before{
  display:none;
}
.p-sec05__txt2{
  color:#ff7a20;
  font-size:1.8rem;
  line-height:1.75;
  margin-bottom:60px;
  text-align:center;
}

.p-sec06{
  background-color:#fff5dc;
  margin-top:60px;
  padding-bottom:60px;
  padding-top:70px;
  position:relative;
}
.p-sec06:before{
  background-image:url(../images/bg/dot_white_sp.png), url(../images/bg/dot_white_sp.png);
  background-position:left 3% top 0, right 3% top 0;
  background-repeat:no-repeat, no-repeat;
  background-size:61px 29px, 61px 29px;
  height:66px;
  left:0;
  top:0;
  width:100%;
}
.p-sec06:after,.p-sec06:before{
  content:"";
  display:block;
  position:absolute;
}
.p-sec06:after{
  background-image:url(../images/5reason/logo_5reason.png);
  background-repeat:no-repeat;
  background-size:100% 100%;
  height:70px;
  left:50%;
  top:-22px;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
  width:87px;
}
.p-sec06__h1{
  color:#ff7a20;
  font-size:2.2rem;
  font-weight:bold;
  line-height:1.3;
  margin-bottom:30px;
  text-align:center;
}
.p-sec06__h1 span{
  bottom:-5px;
  font-family:din-2014, sans-serif;
  font-size:240%;
  line-height:1;
  margin:0 5px;
  position:relative;
}
.p-sec06__list{
  background-color:#fff;
}
.p-sec06__h2{
  background-color:#fcfaf4;
  color:#ff7a20;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  line-height:1.25;
  position:relative;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  font-size:1.8rem;
  height:55px;
  padding-left:54px;
}
.p-sec06__h2:before{
  background-repeat:no-repeat;
  background-size:100% 100%;
  content:"";
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:38.6px;
}
.p-sec06__h2--01:before{
  background-image:url(../images/numbers/num01.png);
}
.p-sec06__h2--02:before{
  background-image:url(../images/numbers/num02.png);
}
.p-sec06__h2--03:before{
  background-image:url(../images/numbers/num03.png);
}
.p-sec06__h2--04:before{
  background-image:url(../images/numbers/num04.png);
}
.p-sec06__h2--05{
  font-size:1.7rem;
}
.p-sec06__h2--05:before{
  background-image:url(../images/numbers/num05.png);
}
.p-sec06__box{
  padding-bottom:30px;
}
.p-sec06__thumb{
  margin-bottom:15px;
}
.p-sec06__txt1{
  letter-spacing:0;
  line-height:1.75;
  padding:0 16px;
}

.p-sec07{
  margin-top:60px;
  padding-bottom:24px;
}
.p-sec07__h1{
  color:#ffc420;
  font-size:2.4rem;
  line-height:1.45;
  margin:0 -15px 15px;
  text-align:center;
}
.p-sec07__txt1{
  font-size:1.6rem;
  font-weight:500;
  letter-spacing:.05em;
  line-height:1.44;
  margin-bottom:30px;
  text-align:center;
}
.p-sec07__txt2{
  background-color:#ff7a20;
  border-radius:52px;
  color:#fff;
  font-size:1.8rem;
  height:34px;
  line-height:34px;
  margin-bottom:2px;
  text-align:center;
}
.p-sec07__bdr01{
  background-color:rgba(255,122,32,.5);
  margin:0 auto 2px;
  width:82%;
}
.p-sec07__bdr01,.p-sec07__bdr02{
  border-radius:52px;
  display:block;
  height:4px;
}
.p-sec07__bdr02{
  background-color:rgba(255,122,32,.2);
  margin:0 auto 30px;
  width:52%;
}
.p-sec07__item{
  padding-bottom:36px;
  position:relative;
}
.p-sec07__item:before{
  border-left:23px solid transparent;
  border-right:23px solid transparent;
  border-top:16px solid #ffc420;
  bottom:0;
  content:"";
  display:block;
  left:50%;
  position:absolute;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
}
.p-sec07__item+.p-sec07__item{
  margin-top:30px;
}
.p-sec07__item:last-of-type:before{
  display:none;
}
.p-sec07__thumb{
  display:block;
  margin:0 auto 20px;
  max-width:331px;
}
.p-sec07__h2{
  color:#ff7a20;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height:70px;
  padding-left:74px;
  position:relative;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  font-size:2.4rem;
  line-height:1.3;
  margin-bottom:20px;
}
.p-sec07__h2:before{
  background-repeat:no-repeat;
  background-size:100% 100%;
  bottom:4px;
  content:"";
  display:block;
  height:52px;
  left:3px;
  position:absolute;
  width:52px;
}
.p-sec07__h2:after{
  color:#ff7a20;
  content:"ステップ";
  display:block;
  font-size:1.3rem;
  font-weight:bold;
  left:0;
  position:absolute;
  top:6px;
}
.p-sec07__h2--01:before{
  background-image:url(../images/numbers/step01.png);
}
.p-sec07__h2--02:before{
  background-image:url(../images/numbers/step02.png);
}
.p-sec07__h2--03:before{
  background-image:url(../images/numbers/step03.png);
}
.p-sec07__h2--04:before{
  background-image:url(../images/numbers/step04.png);
}
.p-sec07__h2--05:before{
  background-image:url(../images/numbers/step05.png);
}
.p-sec07__txt3{
  font-size:1.5rem;
  letter-spacing:0;
  line-height:1.75;
}
.p-sec07__txt3 a{
  color:inherit;
}

.p-sec08{
  margin-bottom:60px;
  margin-top:60px;
}
.p-sec08__h-box{
  background-image:url(../images/bg/bg-pattern02.jpg);
  background-size:18.5px 19.5px;
  color:#fff;
  padding:20px 0;
  text-align:center;
}
.p-sec08__h1{
  font-size:3.2rem;
  line-height:1.45;
  margin-bottom:8px;
}
.p-sec08__h2{
  font-size:1.8rem;
  font-weight:500;
  line-height:1.42;
}
.p-sec08__list{
  margin-bottom:30px;
}
.p-sec08__item{
  margin-top:30px;
}
.p-sec08__thumb{
  display:block;
  height:150px;
  margin:0 auto;
  width:150px;
}
.p-sec08__h3{
  background-color:#fcfaf4;
  color:#ff7a20;
  font-size:1.8rem;
  height:37px;
  line-height:37px;
  margin-bottom:20px;
  padding-left:21px;
}
.p-sec08__txt1{
  font-size:1.5rem;
  letter-spacing:0;
  line-height:1.75;
}
.p-sec08__txt1--ex{
  color:#fc2727;
  margin-top:20px;
}
.p-sec08__list2{
  margin:15px 0;
}
.p-sec08__item2{
  font-size:1.5rem;
  line-height:1.75;
  padding-left:27px;
  position:relative;
}
.p-sec08__item2:before{
  background-repeat:no-repeat;
  background-size:100% 100%;
  content:"";
  display:block;
  height:18px;
  left:0;
  position:absolute;
  top:4px;
  width:18px;
}
.p-sec08__item2--01:before{
  background-image:url(../images/numbers/circle_num01.png);
}
.p-sec08__item2--02:before{
  background-image:url(../images/numbers/circle_num02.png);
}
.p-sec08__txt2{
  color:#ff7a20;
  font-size:2rem;
  line-height:1.42;
  text-align:center;
}

.p-sec09{
  background-color:#fcfaf4;
  padding-bottom:60px;
  padding-top:40px;
}
.p-sec09__h1{
  color:#ff7a20;
  font-size:2.8rem;
  line-height:1.65;
  margin-bottom:30px;
  text-align:center;
}
.p-sec09__item+.p-sec09__item{
  margin-top:30px;
}
.p-sec09 .p-sec09__a:before,.p-sec09 .p-sec09__q:before{
  background-repeat:no-repeat;
  background-size:100% 100%;
  content:"";
  display:block;
  height:37px;
  position:absolute;
  width:37px;
}
.p-sec09__q{
  background-color:#fff;
  border:3px solid #f5f1e7;
  border-radius:27px;
  color:#ff7a20;
  font-size:1.6rem;
  font-weight:bold;
  letter-spacing:.05em;
  line-height:1.5;
  margin-bottom:20px;
  padding:4px 20px 4px 47px;
  position:relative;
}
.p-sec09__q:before{
  background-image:url(../images/icon/icon_question.png);
  left:-1px;
  top:-3px;
}
.p-sec09__a{
  font-size:1.5rem;
  letter-spacing:0;
  line-height:1.75;
  padding-left:47px;
  position:relative;
}
.p-sec09__a:before{
  background-image:url(../images/icon/icon_answer.png);
  left:0;
  top:0;
}

.p-sec10{
  margin-bottom:60px;
  margin-top:60px;
}
.p-sec10__h1{
  color:#ff7a20;
  font-size:2.2rem;
  font-weight:bold;
  line-height:1.3;
  margin-bottom:40px;
  text-align:center;
}
.p-sec10__box a{
  color:#1e8891;
  display:inline-block;
  margin:0 20px 20px 0;
  text-decoration:underline;
}
.p-sec10__box a:before{
  content:"●";
  display:inline-block;
  margin-right:7px;
}

.p-sim{
  background-color:#f9fbf4;
  padding-bottom:60px;
  padding-top:30px;
  position:relative;
}
.p-sim__h1{
  color:#ff7a20;
  font-size:2rem;
  font-weight:bold;
  line-height:1.44;
  margin-bottom:30px;
  text-align:center;
}
.p-sim__box{
  background-color:#fff;
  border-radius:10px;
  -webkit-box-shadow:0 0 10px rgba(25,46,44,.2);
          box-shadow:0 0 10px rgba(25,46,44,.2);
  padding:8px 19px 20px;
}
.p-sim__table{
  font-size:1.6rem;
  line-height:1.66;
}
.p-sim__table td{
  padding:10px;
}
.p-sim__table b{
  font-weight:bold;
}
.p-sim__2col{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
}
.p-sim__2col td:first-of-type{
  font-weight:bold;
  padding-bottom:0;
}
.p-sim__2col td:last-of-type input{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  border:1px solid #dedbd4;
  font-size:inherit;
  padding:10px;
  width:100%;
}
.p-sim__2col td small{
  display:block;
  font-size:1.6rem;
}
.p-sim__btn{
  background:#ff7a20;
  border:none;
  border-radius:30px;
  color:#fff;
  cursor:pointer;
  display:block;
  font-size:1.8rem;
  font-weight:bold;
  margin:0 auto;
  padding:10px;
  white-space:nowrap;
  width:100%;
}
.p-sim__btn-col{
  padding-bottom:70px !important;
  position:relative;
}
.p-sim__btn-col:before{
  border-left:23px solid transparent;
  border-right:23px solid transparent;
  border-top:16px solid #ccddf2;
  bottom:15%;
  content:"";
  display:block;
  left:50%;
  position:absolute;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
}
.p-sim__price{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  text-align:center;
  -webkit-box-align:end;
      -ms-flex-align:end;
          align-items:flex-end;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
}
.p-sim__result{
  border:none;
  border-bottom:5px solid #ff7a20;
  font-size:2.4rem;
  font-weight:500;
  margin-right:10px;
  padding:10px;
  pointer-events:none;
  text-align:center;
  width:calc(100% - 10px);
}
.p-sim__result::-webkit-input-placeholder{
  color:#dedbd4;
}
.p-sim__result::-moz-placeholder{
  color:#dedbd4;
}
.p-sim__result:-ms-input-placeholder{
  color:#dedbd4;
}
.p-sim__result::-ms-input-placeholder{
  color:#dedbd4;
}
.p-sim__result::placeholder{
  color:#dedbd4;
}
.p-sim__note{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  font-size:1.4rem;
  line-height:1.44;
  margin-top:30px;
}
.p-modal-btn__btn span,.p-modal-btn__btn:after,.p-modal-btn__btn:before{
  background-color:#fff;
  border-radius:2px;
  content:"";
  display:block;
  height:4px;
  left:0;
  position:absolute;
  -webkit-transition:all .3s;
  transition:all .3s;
  width:100%;
}

.p-modal-btn{
  background-color:#ffc420;
  border-radius:50%;
  padding:10px 13px;
}
.p-modal-btn__btn{
  height:36px;
  position:relative;
  width:30px;
}
.p-modal-btn__btn:before{
  top:5px;
}
.open .p-modal-btn__btn:before{
  top:50%;
  -webkit-transform:translateY(-50%) rotate(45deg);
          transform:translateY(-50%) rotate(45deg);
}

.p-modal-btn__btn:after{
  bottom:5px;
}
.open .p-modal-btn__btn:after{
  bottom:50%;
  -webkit-transform:translateY(50%) rotate(-45deg);
          transform:translateY(50%) rotate(-45deg);
}

.p-modal-btn__btn span{
  opacity:1;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.open .p-modal-btn__btn span,.p-modal-btn__btn .open span{
  opacity:0;
}
.p-sidenav{
  background-color:#fff;
  border-radius:10px;
  margin:0 auto;
  padding:60px 0;
  width:76%;
}
.p-sidenav__item{
  font-size:2rem;
  font-weight:500;
  padding:14.5px 0 13.5px;
}
.p-sidenav__item a{
  color:#ff7a20;
  display:inline-block;
}
.p-sidenav__item:before{
  background-color:rgba(255,122,32,.3);
  border-radius:1.5px;
  content:"";
  display:inline-block;
  height:3px;
  margin-right:20px;
  margin-top:-3px;
  vertical-align:middle;
  width:13.5px;
}
.p-sidenav__item+.p-sidenav__item{
  border-top:2px dotted rgba(255,122,32,.2);
}

.p-info{
  background-color:#fff;
  border:4px solid rgba(255,122,32,.3);
  border-radius:10px;
  margin-bottom:60px;
  padding:33px 20px 55px;
}
.p-info__h1{
  border-bottom:2px dotted rgba(255,122,32,.2);
  color:#ff7a20;
  font-size:2rem;
  font-weight:500;
  margin-bottom:25px;
  padding-bottom:14px;
}
.p-info__item+.p-info__item{
  margin-top:37px;
}
.p-info__h2{
  font-weight:bold;
  letter-spacing:0;
  margin-bottom:12px;
}
.p-info__h2:before{
  background-color:rgba(255,196,32,.3);
  border-radius:50%;
  content:"";
  display:inline-block;
  height:14px;
  margin-right:7px;
  margin-top:-3px;
  vertical-align:middle;
  width:14px;
}
.p-info__txt{
  color:inherit;
  letter-spacing:0;
  line-height:1.75;
  padding-left:21px;
}
.p-info__map-wrapper{
  margin-top:10px;
  position:relative;
}
.p-info__map-wrapper:before{
  content:"";
  display:block;
  padding-top:51.6%;
}
.p-info__map-wrapper iframe{
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}

.p-side-banner{
  display:block;
  margin:0 auto;
  max-width:331px;
  padding-bottom:60px;
}

.p-aside{
  background-color:#ff7a20;
}
.p-aside--sp{
  display:block;
  margin-top:40px;
}
.p-aside--pc{
  display:none;
}
.p-aside__wrapper{
  background-image:url(../images/bg/square01_sp.png), url(../images/bg/square02_sp.png);
  background-position:left top 14px, 100% 100%;
  background-repeat:no-repeat, no-repeat;
  background-size:66px 63px, 66px 63px;
  padding:30px 0;
}
.p-aside__wrapper.-cta{
  padding:40px 0;
}
.p-aside__btnbox{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:2rem 4rem;
  padding:0 6%;
}
.p-aside__txtbox{
  color:#fff;
  text-align:center;
}
.p-aside__h1{
  line-height:1.3;
  margin-bottom:20px;
}
.p-aside__h1,.p-aside__h1-cta{
  color:#fff;
  font-size:2.4rem;
  text-align:center;
}
.p-aside__h1-cta{
  margin-bottom:40px;
}
.p-aside__txt1{
  font-size:1.5rem;
  font-weight:500;
  line-height:1.4;
  margin-bottom:10px;
  text-align:center;
}
.p-aside__tel{
  color:#fcfaf4;
  display:inline-block;
  font-family:din-2014, sans-serif;
  font-size:4rem;
  font-style:normal;
  line-height:30px;
  margin-bottom:10px;
}
.p-aside__tel:before{
  background-image:url(../images/icon/icon_tel_white.png);
  background-repeat:no-repeat;
  background-size:100% 100%;
  content:"";
  display:inline-block;
  height:30px;
  margin-right:12px;
  width:23px;
}
.p-aside__tel.-cta{
  font-size:4rem;
  margin-bottom:0;
}
.p-aside__txt2{
  font-size:1.4rem;
  line-height:1.4;
  text-align:center;
}
.p-aside__btn{
  background-color:#fcfaf4;
  border-radius:30px;
  color:#ff7a20;
  display:inline-block;
  font-size:1.4rem;
  font-weight:500;
  height:40px;
  line-height:40px;
  margin-top:20px;
  position:relative;
  width:100%;
}
.p-aside__btn:before{
  background-image:url(../images/icon/icon_arrow.png);
  background-repeat:no-repeat;
  background-size:100% 100%;
  content:"";
  display:block;
  height:13px;
  position:absolute;
  right:23px;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
  width:13px;
}
.p-aside__btn:hover{
  -webkit-filter:brightness(1.1);
          filter:brightness(1.1);
  opacity:1;
}
.p-aside__btn.-cta{
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
  font-size:1.4rem;
          justify-content:center;
  margin-top:0;
}
.p-ftr__txt1{
  font-size:1.4rem;
  font-weight:500;
  line-height:1.4;
  margin-bottom:20px;
}
.p-ftr__h1{
  font-size:2.6rem;
  letter-spacing:0;
  line-height:1.3;
  margin-bottom:15px;
  white-space:nowrap;
}
.p-ftr__txt2{
  font-size:1.4rem;
  font-weight:500;
  line-height:1.6;
}
.p-ftr__list{
  margin-top:30px;
}
.p-ftr__item{
  font-size:1.4rem;
  font-weight:500;
  margin-right:20px;
  margin-top:20px;
}
.p-ftr__item a{
  color:inherit;
  display:inline-block;
}

.p-cr{
  color:#707070;
  font-size:1.4rem;
  font-weight:500;
  padding:50px 0 33px;
  text-align:center;
}

.u-sp,.u-tb{
  display:block;
}

.u-pc{
  display:none;
}
.u-fc-01{
  color:#ff7a20;
}

.u-hidden{
  display:none;
}

@media only screen and (min-width:768px){
  footer{
    padding-bottom:0;
    padding-top:60px;
  }
  .l-p-fixed{
    margin-left:40px;
    margin-right:40px;
  }
  .l-modal,.l-modal-btn{
    display:none;
  }
  .p-hdr-top__wrapper{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
  }
  .p-hdr-top__box-r{
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
    text-align:right;
  }
  .p-hdr-top__h1-txt{
    font-size:1.5rem;
    line-height:1.3;
    margin-bottom:15px;
    white-space:nowrap;
  }
  .p-hdr-top__h1{
    font-size:3.5rem;
    margin-bottom:20px;
  }
  .p-hdr-top__address{
    font-size:1.5rem;
  }
  .p-hdr-top__txt1{
    font-size:1.4rem;
    font-weight:500;
    margin-bottom:10px;
    white-space:nowrap;
  }
  .p-hdr-top__txt1,.p-hdr-top__txt2{
    display:block;
    line-height:1.3;
    text-align:right;
  }
  .p-hdr-top__txt2{
    font-weight:bold;
    margin-bottom:15px;
  }
  .p-hdr-top__tel{
    color:#ff7a20;
    display:inline-block;
    font-family:din-2014, sans-serif;
    font-size:4rem;
    font-style:normal;
    margin-top:10px;
    white-space:nowrap;
  }
  .p-hdr-top__mail{
    background-color:#ff7a20;
    border-radius:30px;
    color:#fff;
    display:inline-block;
    font-weight:500;
    height:40px;
    line-height:40px;
    padding:0 25px;
    text-align:center;
    vertical-align:top;
  }
  .p-gnav{
    background-color:#fff;
    -webkit-box-shadow:0 3px 6px rgba(0,0,0,.16);
            box-shadow:0 3px 6px rgba(0,0,0,.16);
    display:block;
    position:relative;
  }
  .p-linkbox{
    display:none;
  }
  .p-sec01__h1-box{
    background-image:url(../images/bg/dot_green_pc.png), url(../images/bg/dot_green_pc.png);
    background-position:left 17px top 5px, right 27px bottom 5px;
    background-size:90px 73px, 90px 73px;
    margin-bottom:40px;
  }
  .p-sec01__h1-box:before{
    border-left-width:30px;
    border-right-width:30px;
    border-top-width:30px;
    bottom:-27px;
  }
  .p-sec01__h1{
    font-size:4.4rem;
  }
  .p-sec01__box{
    background-image:url(../images/intro/bg_pc.jpg);
    background-repeat:no-repeat;
    background-size:100% auto;
    margin-top:-40px;
    padding-bottom:40px;
    padding-top:40px;
    text-align:right;
  }
  .p-sec01__list{
    display:inline-block;
    margin-bottom:40px;
    width:428px;
  }
  .p-sec01__item{
    font-size:2.2rem;
    padding-left:48px;
  }
  .p-sec01__item:before{
    height:39.5px;
    top:-6px;
    width:39.5px;
  }
  .p-sec01__txt1{
    line-height:2;
  }
  .p-sec02{
    margin-bottom:80px;
    padding-top:45px;
  }
  .p-sec02__h1{
    max-width:none;
    padding-bottom:40px;
    width:566px;
  }
  .p-sec02__list{
    padding:3px 30px 35px;
  }
  .p-sec02__list--01{
    margin-bottom:68px;
    margin-top:36px;
  }
  .p-sec02__list--02{
    margin-bottom:55px;
  }
  .p-sec02__list+.p-sec02__list{
    margin-top:0;
  }
  .p-sec02__num{
    margin-bottom:12px;
    margin-left:-42px;
    width:311px;
  }
  .p-sec02__h2{
    font-size:3.6rem;
    margin-bottom:40px;
  }
  .p-sec02__thumb{
    height:150px;
    margin:0;
    position:absolute;
    right:0;
    width:200px;
  }
  .p-sec02__thumb--01{
    top:-36px;
  }
  .p-sec02__thumb--02{
    right:-20px;
    top:-28px;
  }
  .p-sec02__thumb--03{
    top:-15px;
  }
  .p-sec03{
    background-image:url(../images/consult/bg_pc.jpg);
    padding:45px 0 80px;
    text-align:right;
  }
  .p-sec03__h1{
    font-size:3rem;
    margin-bottom:27px;
  }
  .p-sec03__list{
    border-radius:20px;
    border-width:5px;
    padding:25px 43px 40px 46px;
  }
  .p-sec03__item{
    font-size:1.8rem;
    padding-left:58px;
  }
  .p-sec03__item small{
    font-size:1.6rem;
  }
  .p-sec03__item:before{
    height:29.5px;
    top:10px;
    width:35.5px;
  }
  .p-sec03__bb{
    height:5px;
    margin-left:-58px;
  }
  .p-sec04{
    margin-bottom:80px;
    margin-top:60px;
  }
  .p-sec04__h-box{
    margin-bottom:40px;
    padding:40px 0 10px;
  }
  .p-sec04__h-box:after{
    height:124px;
    top:-23px;
    width:155px;
  }
  .p-sec04__bdr{
    margin-bottom:60px;
  }
  .p-sec04__h1{
    font-size:3.6rem;
    line-height:1.75;
  }
  .p-sec04__box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
  }
  .p-sec04__txt-box{
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
    width:56%;
  }
  .p-sec04__txt1{
    font-size:2rem;
  }
  .p-sec04__thumb{
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
    margin:0;
            order:2;
    width:251px;
  }
  .p-sec04__item{
    font-size:2rem;
  }
  .p-sec04__item:before{
    left:9px;
  }
  .p-sec04__item+.p-sec04__item{
    margin-top:30px;
  }
  .p-sec04__list2{
    padding:16px 40px 30px;
  }
  .p-sec04__item2{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding:13px 0;
  }
  .p-sec04__h2{
    font-size:1.6rem;
    width:140px;
  }
  .p-sec04__txt2{
    width:calc(100% - 140px);
  }
  .p-sec05__h-img{
    margin-bottom:17px;
    width:261px;
  }
  .p-sec05__h1{
    font-size:3.6rem;
    margin-bottom:40px;
  }
  .p-sec05__h1 em{
    font-size:4rem;
  }
  .p-sec05__mv{
    margin-bottom:40px;
    padding-left:40px;
    padding-right:40px;
  }
  .p-sec05__h-box{
    margin:0 40px 40px;
    padding:19px 0 25px;
  }
  .p-sec05__h2{
    font-size:2.8rem;
    margin-bottom:24px;
  }
  .p-sec05__h2-txt{
    font-size:2rem;
    margin:8px 0;
    width:100%;
  }
  .p-sec05__list{
    margin-bottom:60px;
  }
  .p-sec05__item+.p-sec05__item{
    margin-top:40px;
  }
  .p-sec05__h3{
    margin-bottom:20px;
    padding-left:54px;
  }
  .p-sec05__h3:before{
    height:41.5px;
    left:0;
    top:-8px;
    width:42.5px;
  }
  .p-sec05__txt1{
    font-size:1.6rem;
  }
  .p-sec05__bb{
    position:relative;
    white-space:nowrap;
    z-index:0;
  }
  .p-sec05__bb:before{
    background-color:#fff59a;
    bottom:-3px;
    content:"";
    display:inline-block;
    height:15px;
    left:-2px;
    position:absolute;
    right:0;
    z-index:-1;
  }
  .p-sec05__txt2{
    font-size:2.8rem;
    margin-bottom:80px;
  }
  .p-sec06{
    margin-top:80px;
    padding-bottom:80px;
    padding-top:135px;
  }
  .p-sec06:before{
    background-image:url(../images/bg/dot_white_pc.png), url(../images/bg/dot_white_pc.png);
    background-position:left 40px top 0, right 40px top 0;
    background-size:90px 56px, 90px 56px;
    top:10px;
  }
  .p-sec06:after{
    height:130px;
    top:-17px;
    width:150px;
  }
  .p-sec06__h1{
    font-size:3.8rem;
    margin-bottom:40px;
  }
  .p-sec06__h1 span{
    font-size:200%;
    margin:0 10px;
  }
  .p-sec06__list{
    margin-left:40px;
    margin-right:40px;
  }
  .p-sec06__h2{
    font-size:3.6rem;
    height:100px;
    margin-bottom:20px;
    padding-left:95px;
  }
  .p-sec06__h2:before{
    width:70.5px;
  }
  .p-sec06__box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding:0 24px 40px 20px;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
    height:auto;
  }
  .p-sec06__thumb{
    margin-bottom:0;
    margin-right:20px;
    width:50%;
  }
  .p-sec06__txt1{
    padding:0;
  }
  .p-sec07{
    padding-bottom:34px;
  }
  .p-sec07__h1{
    font-size:4.4rem;
    margin:0 0 28px;
  }
  .p-sec07__txt1{
    font-size:1.8rem;
    margin-bottom:42px;
  }
  .p-sec07__txt2{
    font-size:2.4rem;
    height:59px;
    line-height:59px;
    margin-bottom:5px;
  }
  .p-sec07__bdr01{
    height:8px;
    margin-bottom:6px;
    width:62%;
  }
  .p-sec07__bdr02{
    height:8px;
    margin-bottom:52px;
  }
  .p-sec07__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
    height:auto;
    padding-bottom:46px;
  }
  .p-sec07__item+.p-sec07__item{
    margin-top:40px;
  }
  .p-sec07__thumb{
    margin:0 40px 0 0;
  }
  .p-sec07__h2{
    font-size:2.8rem;
    height:80px;
    padding-left:85px;
  }
  .p-sec07__h2:before{
    height:60px;
    width:60px;
  }
  .p-sec07__h2:after,.p-sec07__txt3{
    font-size:1.6rem;
  }
  .p-sec08{
    margin-bottom:80px;
    margin-top:80px;
  }
  .p-sec08__h-box{
    padding:38px 0 40px;
  }
  .p-sec08__h1{
    font-size:4.4rem;
    margin-bottom:10px;
  }
  .p-sec08__h2{
    font-size:2.8rem;
    font-weight:bold;
  }
  .p-sec08__list{
    margin-bottom:60px;
  }
  .p-sec08__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-top:40px;
  }
  .p-sec08__thumb{
    margin-left:0;
    margin-right:40px;
  }
  .p-sec08__h3{
    font-size:2rem;
    margin-bottom:19px;
  }
  .p-sec08__item2,.p-sec08__txt1{
    font-size:1.6rem;
  }
  .p-sec08__item2{
    padding-left:31px;
  }
  .p-sec08__item2:before{
    height:21px;
    width:21px;
  }
  .p-sec08__txt2{
    font-size:2.6rem;
  }
  .p-sec09{
    padding-bottom:80px;
    padding-top:60px;
  }
  .p-sec09__h1{
    font-size:4.4rem;
    margin-bottom:60px;
  }
  .p-sec09__item+.p-sec09__item{
    margin-top:40px;
  }
  .p-sec09 .p-sec09__a:before,.p-sec09 .p-sec09__q:before{
    height:50px;
    width:50px;
  }
  .p-sec09__q{
    font-size:2rem;
    padding:10px 10px 10px 80px;
  }
  .p-sec09__q:before{
    top:0;
  }
  .p-sec09__a{
    font-size:1.6rem;
    padding-left:80px;
  }
  .p-sec10__h1{
    font-size:3.8rem;
  }
  .p-sim{
    padding-bottom:80px;
  }
  .p-sim__h1{
    font-size:3.6rem;
    margin-bottom:40px;
  }
  .p-sim__box{
    border-radius:20px;
    padding:25px 43px 40px 46px;
  }
  .p-sim__table{
    font-size:1.8rem;
  }
  .p-sim__2col{
    display:table-row;
  }
  .p-sim__2col td:first-of-type{
    width:30%;
  }
  .p-sim__2col td:last-of-type{
    width:80%;
  }
  .p-sim__2col td:last-of-type input{
    width:70%;
  }
  .p-sim__btn{
    font-size:2.2rem;
    padding:10px 100px;
    width:auto;
  }
  .p-sim__result{
    font-size:3.6rem;
    width:260px;
  }
  .p-sim__note{
    font-size:1.6rem;
  }
  .p-sidenav{
    margin:0 0 53px;
    padding:60px 60px 20px 40px;
    width:auto;
  }
  .p-sidenav__item{
    padding:19.5px 0 17.5px;
  }
  .p-info{
    margin-bottom:37px;
    padding:35px 36px 20px;
  }
  .p-info__h1{
    margin-right:20px;
    padding-bottom:16px;
  }
  .p-info__item+.p-info__item{
    margin-top:25px;
  }
  .p-info__map-wrapper{
    margin-bottom:32px;
  }
  .p-aside__wrapper{
    background-image:url(../images/bg/square01_pc.png), url(../images/bg/square02_pc.png);
    background-position:left 18px top 18px, right 13px bottom;
    background-size:122px 117px, 127px 113px;
    padding:40px;
  }
  .p-aside__wrapper.-cta{
    padding:60px 0;
  }
  .p-aside__btnbox{
    padding:0;
  }
  .p-aside__h1,.p-aside__h1-cta{
    font-size:3.6rem;
  }
  .p-aside__txt1{
    font-size:1.8rem;
    margin-bottom:20px;
  }
  .p-aside__tel{
    font-size:7rem;
    line-height:48px;
  }
  .p-aside__tel:before{
    height:48px;
    margin-right:17px;
    width:37px;
  }
  .p-aside__tel.-cta{
    font-size:5.5rem;
  }
  .p-aside__tel.-cta:before{
    height:40px;
    margin-right:12px;
    width:30px;
  }
  .p-aside__txt2{
    font-size:1.6rem;
    line-height:1;
    margin:10px 7px 0;
  }
  .p-aside__btn{
    font-size:2.2rem;
    height:62px;
    line-height:62px;
    width:479px;
  }
  .p-aside__btn:before{
    height:20px;
    right:35px;
    width:20px;
  }
  .p-aside__btn span{
    margin-left:-2rem;
  }
  .p-aside__btn.-cta{
    font-size:1.8rem;
    height:54px;
    line-height:54px;
    width:380px;
  }
  .p-aside__btn.-cta:before{
    right:15px;
  }
  .p-aside__btn.-cta span{
    margin-left:0;
  }
  .p-ftr{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:end;
        -ms-flex-align:end;
            align-items:flex-end;
  }
  .p-ftr__txt2{
    font-size:1.6rem;
  }
  .p-ftr__list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    margin-left:30px;
    margin-top:0;
    width:45%;
  }
  .p-ftr__item{
    font-size:1.6rem;
  }
  .p-ftr__item:first-of-type{
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
  }
  .p-ftr__item:nth-of-type(2){
    -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
            order:4;
  }
  .p-ftr__item:nth-of-type(3){
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
  }
  .p-ftr__item:nth-of-type(4){
    -webkit-box-ordinal-group:6;
        -ms-flex-order:5;
            order:5;
  }
  .p-ftr__item:nth-of-type(5){
    -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
            order:3;
  }
  .p-ftr__item:nth-of-type(6){
    -webkit-box-ordinal-group:7;
        -ms-flex-order:6;
            order:6;
  }
  .p-cr{
    font-size:1.6rem;
    padding:103px 0 35px;
  }
  .u-sp{
    display:none;
  }
  .u-pc{
    display:block;
  }}

@media only screen and (min-width:1024px){
  main{
    background-color:rgba(255,241,234,.7);
  }
  .l-base{
    margin-left:40px;
    margin-right:40px;
  }
  .l-container__side{
    margin-left:auto;
    margin-right:auto;
    width:840px;
  }
  .l-container__main{
    margin:0 auto 80px;
    width:840px;
  }
  .p-hdr-top__h1-txt .tb{
    display:none;
  }
  .p-hdr-top__h1{
    font-size:4rem;
  }
  .p-hdr-top__txt2{
    font-size:1.8rem;
  }
  .p-hdr-top__tel{
    font-size:4.4rem;
  }
  .p-sec02__thumb--02{
    right:0;
  }
  .p-sec03__h1{
    font-size:4rem;
  }
  .p-sec03__list{
    display:inline-block;
    width:511px;
  }
  .p-sec06__thumb{
    width:345px;
  }
  .p-sec07__thumb{
    max-width:none;
    width:340px;
  }
  .p-sidenav{
    padding-top:20px;
  }
  .p-aside--sp{
    display:none;
  }
  .p-aside--pc{
    display:block;
  }
  .p-aside__wrapper{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
  }
  .p-aside__wrapper.-cta{
    display:block;
  }
  .p-aside__btnbox{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
  }
  .p-aside__txtbox{
    width:480px;
  }
  .p-aside__h1{
    margin-bottom:0;
    text-align:left;
  }
  .p-aside__txt2{
    display:inline-block;
  }
  .p-ftr__h1{
    font-size:4rem;
  }
  .p-ftr__list{
    margin-left:0;
  }
  .p-ftr__item{
    margin-right:0;
    width:33%;
  }
  .u-tb{
    display:none;
  }}

@media only screen and (min-width:1200px){
  .l-base{
    margin-left:calc(50% - 560px);
    margin-right:calc(50% - 560px);
  }
  .l-full{
    margin-left:calc(50% - 600px);
    margin-right:calc(50% - 600px);
  }
  .l-container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .l-container__side{
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
    margin-left:0;
    margin-right:40px;
            order:1;
    width:320px;
  }
  .l-container__main{
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
    width:calc(100% - 320px);
  }
  .p-aside__h1{
    margin-left:7%;
  }}
/*# sourceMappingURL=style.css.map */