@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Material+Icons&family=Material+Icons+Outlined&family=Material+Icons+Round&family=Material+Icons+Sharp&family=Material+Icons+Two+Tone&display=swap);
@import url(https://use.fontawesome.com/releases/v5.15.4/css/all.css);
/*
Josh's Custom CSS Reset
https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}

/*  site
---------------------- */
html{
  font-size: 62.5%;
}
body{
  padding-top: 56px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  color: #111;
  background: #fafafa;
  text-align: justify;
}
body.noscroll{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
p{
  margin: 1.5em 0;
  line-height: 1.8;
}
ul,ol{
  margin: 1em 0;
  padding-left: 2em;
}
li{
  margin-top: 0.5em;
}
.container{
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1200px;
}
.container_s{
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 800px;
}

/*  header
---------------------- */
header{
  width: 100%;
  height: 56px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  position: fixed;
  top: 0;
  left: 0;
  background: #fafafa;
  z-index: 100;
}
header .wrap{
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .wrap .ttl{
  padding: 0 20px;
}
header .wrap .ttl h1{
  line-height: 1;
  font-size: 2rem;
  white-space: nowrap;
}
header .wrap .ttl h1 a{
  text-decoration: none;
  color: #111;
  transition: opacity 0.2s ease;
}
header .wrap .hnav{
  display: block;
  width: 100%;
}
header .wrap .hnav nav ul.hnav_list{
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
header .wrap .hnav nav ul.hnav_list > li{
  margin: 0;
  float: left;
}
header .wrap .hnav nav ul.hnav_list > li > a{
  padding: 10px 16px;
  display: inline-block;
  text-decoration: none;
  color: #111;
  position: relative;
  font-size: 1.4rem;
  font-weight: 300;
}
header .wrap .hnav nav ul.hnav_list > li.entry{
  display: none;
}
header .wrap .hnav_entry{
  position: fixed;
  top: 0;
  right: 4px;
  z-index: 1;
}
header .wrap .hnav_entry a{
  width: 100px;
  height: 48px;
  margin: 4px 0;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  background: #1a73e8;
  color: #fff;
  border-radius: 4px;
  position: relative;
  transition: opacity 0.2s ease;
}
header .wrap .hnav_btn{
  padding: 0 10px;
  display: none;
}
header .wrap .hnav_btn a{
  width: 30px;
  height: 30px;
  text-decoration: none;
  color: #666;
  display: block;
  position: relative;
  cursor: pointer;
}
header .wrap .hnav_btn a::before{
  content: "\e5d2";
  font-family: "material icons";
  font-size: 2.4rem;
  text-align: center;
  line-height: 24px;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
header .wrap .hnav_btn a.active::before{
  content: "\e5cd";
}
header .wrap .hnav_btn a span{
  display: block;
  text-indent: -9999px;
}
header .wrap .hnav_bg{
  display: none;
}

/*  footer
---------------------- */
footer{
  background: #333;
}
footer .copy{
  padding: 100px 0;
}
footer .copy p{
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #eee;
}


/*  main
---------------------- */

/* common */
.separation{
  padding: 160px 0;
  background: center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.separation.bg_nofix{
  padding: 100px 0;
  background-attachment: scroll;
}
.separation::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
}
.separation .wrap{
  z-index: 1;
  position: relative;
}
.separation h1{
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

/* explain */
.explain{
  margin: 100px 0;
}
.explain.bg_gray{
  margin: 0;
  padding: 100px 0;
  background: #eee;
}
.explain .wrap{}
.explain h2{
  margin: 2em 0;
  text-align: center;
  font-weight: 400;
  font-size: 2.4rem;
}
.explain h2 span{}
.explain p{
  text-align: center;
  font-size: 1.4rem;
  color: #666;
}
.explain img{
  margin: 0 auto;
}
.explain .link_line{
  margin: 40px 0;
  text-align: center;
}
.explain .link_line a{
  width: calc(100% - 40px);
  max-width: 320px;
  padding: 20px 0;
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  background: #06c755;
  color: #fff;
  border-radius: 4px;
  border-bottom: 2px solid #059f44;
  transition: opacity 0.2s ease;
}
.explain .link_line a span{
  padding-left: 40px;
  display: inline-block;
  position: relative;
}
.explain .link_line a span::before{
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  background: #fff;
  position: absolute;
  top: calc(50% - 12px);
  left: 4.5px;
}
.explain .link_line a span::after{
  content: "\f3c0";
  font-family: "font awesome 5 brands";
  font-size: 3.2rem;
  color: #06c755;
  text-align: center;
  line-height: 36px;
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
}
.explain .link_entry{
  margin: 40px 0;
  text-align: center;
}
.explain .link_entry a{
  width: calc(100% - 40px);
  max-width: 320px;
  padding: 20px 0;
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  border-bottom: 2px solid #155cba;
  transition: box-shadow 0.2s ease;
  background: #1a73e8;
}
.explain ol.flow_list{
  margin: 40px 0;
  padding: 0;
  list-style: none;
  counter-reset: flowNumber 0;
}
.explain ol.flow_list li{
  margin: 0 0 40px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
  border-radius: 8px;
}
.explain ol.flow_list li::after{
  content: "\e5db";
  font-family: "material icons";
  font-size: 2rem;
  color: #666;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 20px);
}
.explain ol.flow_list li::before{
  content: "STEP " counter(flowNumber); 
  counter-increment: flowNumber 1; 
  text-align: center;
  color: #eee;
  line-height: 24px;
  width: 60px;
  height: 24px;
  border-radius: 12px;
  background: #111;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
}
.explain ol.flow_list li:last-child{
  margin-bottom: 0;
}
.explain ol.flow_list li:last-child::after{
  display: none;
}
.explain ol.flow_list li .ttl{
  height: 44px;
  padding-left: 80px;
  line-height: 44px;
  font-size: 1.6rem;
}
.explain ol.flow_list li .detail{
  padding: 20px;
  border-top: 1px solid #eee;
}
.explain ol.flow_list li .detail p{
  margin: 0;
  text-align: left;
}
.explain dl.faq_list{
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.explain dl.faq_list dt{
  padding: 16px 0;
  padding-right: 30px;
  font-size: 1.6rem;
  border-top: 1px solid #ddd;
  position: relative;
  cursor: pointer;
}
.explain dl.faq_list dt::after{
  content: "\e5cf";
  font-family: "material icons";
  text-align: center;
  color: #999;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
}
.explain dl.faq_list dt.active::after{
  transform: rotate(180deg);
}
.explain dl.faq_list dd{
  display: none;
  padding: 0 0 30px;
}
.explain dl.faq_list dd p{
  text-align: justify;
  font-size: 1.4rem;
}
.gotoContact{
  padding: 20px 0;
  text-align: center;
}
.gotoContact a{
  padding: 4px 0;
  padding-right: 20px;
  font-size: 1.4rem;
  color: #111;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.gotoContact a::after{
  content: "\e5cf";
  font-family: "material icons";
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}

.explain ul.tabSelect_list{
  max-width: 720px;
  list-style: none;
  margin: 0 auto 60px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.explain ul.tabSelect_list li{
  margin-left: -1px;
  flex: 1;
}
.explain ul.tabSelect_list li a{
  padding: 16px 0;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ddd;
  position: relative;
  cursor: pointer;
}
.explain ul.tabSelect_list li:first-child{
  margin-left: 0;
}
.explain ul.tabSelect_list li:first-child a{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.explain ul.tabSelect_list li:last-child a{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.explain ul.tabSelect_list li a:hover{
  background: rgba(60,64,67,.04);
  color: #202124;
}
.explain ul.tabSelect_list li a.active{
  background: rgba(26,115,232,.04);
  color: #174ea6;
  border-color: #1967d2;
  z-index: 1;
}
.explain ul.tabSelect_list li a.active:hover{
  background: rgba(26,115,232,.04);
  color: #174ea6;
}
.explain ul.tab_list{
  margin: 0;
  padding: 0;
}
.explain ul.tab_list > li{
  margin: 0;
  display: none;
}
.explain ul.tab_list > li.active{
  display: block;
}
.explain .planDetail{
  width: calc(100% + 40px);
  margin-left: -20px;
  overflow-x: auto;
}
.explain .planDetail .inner{
  width: 900px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
.explain .planDetail .inner > ul{
  flex: 1;
}
.explain ul.planDetail_list{
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.explain ul.planDetail_list > li{
  margin: 0;
  padding: 16px;
  border-bottom: 1px solid #eee;
  white-space: normal;
}
.explain ul.planDetail_list > li:last-child{
  border-bottom: none;
}
.explain ul.planDetail_list > li.name{
  padding: 10px 0;
  text-align: center;
  font-size: 2rem;
  background: #444;
  color: #fff;
}
.explain ul.planDetail_list > li h3{
  margin-bottom: 12px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.explain ul.planDetail_list > li p{
  margin: 0;
  font-size: 1.4rem;
}
.explain ul.memo_list{
  padding-left: 1.5em;
  list-style: none;
  text-align: center;
}
.explain ul.memo_list li{
  font-size: 1.2rem;
}

.explain ul.plan_list{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.explain ul.plan_list > li{
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  position: relative;
  transition: box-shadow 0.2s ease;
}

.explain ul.plan_list > li a{
  cursor: pointer;
}

.explain ul.plan_list > li .more{
  position: absolute;
  bottom: 0;
  right: 0;
}
.explain ul.plan_list > li .more > span{
  padding: 8px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 20px;
  color: #1a73e8;
}
.explain ul.plan_list > li .more > span::after{
  content: "\e895";
  font-family: "material icons";
  font-size: 1.4rem;
  line-height: 20px;
}

.explain ul.plan_list > li .inner{
  display: flex;
  align-items: center;
}
.explain ul.plan_list > li .inner .ttl{
  width: 320px;
  text-align: center;
}
.explain ul.plan_list > li .inner .ttl span{
  display: block;
  font-size: 2.4rem;
}
.explain ul.plan_list > li .inner .ttl small{
  display: block;
}
.explain ul.plan_list > li .inner .detail{
  flex: 1;
  margin: 30px 0;
  padding-left: 40px;
  border-left: 1px solid #eee;
  position: relative;
}
.explain ul.plan_list > li .inner .detail ul.price_list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.explain ul.plan_list > li .inner .detail ul.price_list li{
  display: flex;
}
.explain ul.plan_list > li .inner .detail ul.price_list li .cat::after{
  content: "：";
}

.popup_plan{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}
.popup_plan .wrap{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_plan .wrap .bg{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.popup_plan .wrap .set{
  width: calc(100% - 40px);
  max-width: 640px;
  max-height: calc(100% - 100px);
  z-index: 1;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);

}
.popup_plan .wrap .bg > .close{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.popup_plan .wrap .bg > .close a{
  cursor: pointer;
  text-decoration: none;
}
.popup_plan .wrap .bg > .close a span{
  text-indent: -9999px;
  display: block;
  width: 40px;
  height: 40px;
}
.popup_plan .wrap .bg > .close a span::before{
  content: "\e5cd";
  font-family: "material icons";
  font-size: 3.2rem;
  color: #fff;
  text-indent: 0px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.popup_plan .wrap .set .inner{
  width: 100%;
  height: 100%;
  background: #fff;
}
.popup_plan .wrap .set .inner ul.popupplan_list{
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.popup_plan .wrap .set .inner ul.popupplan_list > li{
  width: 100%;
  height: 100%;
  margin: 0;
  display: none;
}
.popup_plan .wrap .set .inner ul.popupplan_list > li.active{
  display: block;
}
.popup_plan .wrap .set .inner ul.planDetail_list{
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.popup_plan .wrap .set .inner ul.planDetail_list li{
  margin: 0;
  padding: 10px;
}
.popup_plan .wrap .set .inner ul.planDetail_list li + li{
  border-top: 1px solid #eee;
}
.popup_plan .wrap .set .inner ul.planDetail_list li.name{
  background: #1a73e8;
  text-align: center;
  font-weight: 600;
  color: #fff;
  position: sticky;
  top: 0;
}

.popup_plan .wrap .set .inner ul.planDetail_list li h3{}
.popup_plan .wrap .set .inner ul.planDetail_list li p{
  margin: 0;
}
.popup_plan .wrap .set .inner ul.memo_list{
  margin: 0;
  padding: 10px;
  list-style: none;
  background: #fafafa;
}
.popup_plan .wrap .set .inner ul.memo_list li{
  padding-left: 1rem;
  font-size: 1.2rem;
  text-indent: -1em;
}
.popup_plan .wrap .set .inner ul.memo_list li:first-child{
  margin-top: 0;
}
.popup_plan .wrap .set .inner ul.memo_list li::before{
  content: "※";
}



/* topimg */
.topimg{
  width: 100%;
  height: 100vh;
  margin: -56px 0 0;
  background: url(img/index/topimg.jpg) no-repeat center;
  background-size: cover;
}
.topimg .wrap{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.6);
}
.topimg .wrap .ttl h1{
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.4em;
}

/* contact */
.contact{
  background: #eee;
}

.contact .wrap{
  display: none;
  padding: 40px 0;
}
.contact .head{}
.contact .body{
  margin: 40px 0 0;
}
.contact .body dl.form_list{}
.contact .body dl.form_list dt{}
.contact .body dl.form_list dd + dt{
  margin: 20px 0 0;
}
.contact .body dl.form_list dd{
  margin: 10px 0 0;
}
.contact .body .submit{
  margin: 40px 0 0;
  text-align: center;
}
.contact .body .submit button{
  width: 200px;
  padding: 10px 0;
  background: #111;
  color: #eee;
  border: none;
  cursor: pointer;
}
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact textarea{
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.6rem;
}
.contact textarea{
  height: 160px;
  resize: vertical;
}
.contact textarea.policy{
  font-size: 1.4rem;
}



/*  finish
---------------------- */
.contact_finish .set{
  padding: 0 10px;
}
.contact_finish .set h2{
  text-align: center;
}
.contact_finish .set p{
  text-align: center;
}
.contact_finish .set .link{
  margin: 40px 0;
  text-align: center;
}
.contact_finish .set .link a{
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  color: #1a73e8;
  border: 1px solid #1a73e8;
  position: relative;
}

/*  reception
---------------------- */
/*
table.timetable{
  width: 100%;
  border-collapse: collapse;
}
table.timetable th,
table.timetable td{
  padding: 10px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-weight: 400;
}
table.timetable th{
  width: 80px;
  text-align: center;
}
*/

/*  company
---------------------- */
.company{
  padding: 40px 0;
}
.company h2{
  margin: 0 0 40px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
}
.company table.company_set{
  width: 100%;
  margin: 0 0 40px;
}
.company table.company_set thead th{
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 16px 0;
  cursor: pointer;
  position: relative;
}
.company table.company_set thead th::after{
  content: "\e5cf";
  font-family: "material icons";
  margin-left: 10px;
  opacity: 0.8;
}
.company table.company_set thead th:hover{
  opacity: 0.8;
}
.company table.company_set tbody{
  width: 100%;
  display: block;
}
.company table.company_set tbody tr{
  width: 100%;
  display: flex;
  justify-content: center;
}
.company table.company_set tbody tr{
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.company table.company_set tbody tr:first-child{
  border-top: 1px solid #ddd;
}
.company table.company_set tbody th{
  width: 200px;
}
.company table.company_set tbody td{
  flex: 1;
}


@media (pointer: fine) {
  header .wrap .ttl h1 a:hover{
    opacity: 0.6;
  }
  header .wrap .hnav nav ul.hnav_list > li > a:hover{
    color: #1967d2;;
  }
  header .wrap .hnav nav ul.hnav_list > li > a:hover::after{
    right: 5px;
  }
  header .wrap .hnav nav ul.hnav_list > li.entry > a:hover{
    opacity: 0.8;
  }
  header .wrap .hnav_btn a:hover{
    color: #111;
  }
  header .wrap .hnav_entry a:hover{
    opacity: 0.8;
  }
  
  footer .gototop a:hover{
    background: #eee;
  }
  .contact .body .submit button:hover{
    background: #333;
  }
  .contact_finish .set .link a:hover{
    background: rgba(26,115,232,.04);
  }
  .explain .link_line a:hover{
    opacity: 0.8;
  }
  .explain .link_entry a:hover{
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
  }
  .explain dl.faq_list dt:hover{
    text-decoration: underline;
  }
  .gotoContact a:hover{
    text-decoration: underline;
  }
  .explain ul.plan_list > li:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  
}
@media screen and (min-width: 1024px){}
@media screen and (max-width: 1023.98px){

  /*  header
  ---------------------- */
  header .wrap .ttl{
    padding: 0;
  }
  header .wrap .hnav{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 56px;
    z-index: -1;
    visibility: hidden;
  }
  header .wrap .hnav .hnav_bg{
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  header .wrap .hnav .inner{
    min-width: 265px;
    max-width: 320px;
    width: calc(100% - 56px);
    height: 100%;
    background: #eee;
    display: block;
    position: relative;
    z-index: 1;
    transform: translateX(-100%);
  }
  header .wrap .hnav nav{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
  }
  header .wrap .hnav nav ul.hnav_list{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #eee;
    position: absolute;
    left: 0;
    top: 0;
  }
  header .wrap .hnav nav ul.hnav_list > li{
    border-bottom: 1px solid #eee;
    background: #fafafa;
  }
  header .wrap .hnav nav ul.hnav_list > li > a{
    padding: 16px 30px;
    font-weight: 500;
    display: block;
    position: relative;
  }
  header .wrap .hnav nav ul.hnav_list > li > a::after{
    content: "\e5cc";
    font-family: "material icons";
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    transition: right 0.2s ease;
  }
  header .wrap .hnav nav ul.hnav_list > li.entry{
    display: block;
    background: none;
    padding: 10px;
  }
  header .wrap .hnav nav ul.hnav_list > li.entry > a{
    background: #155cba;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    transition: opacity 0.2s ease;
  }
  header .wrap .hnav_btn{
    display: block;
  }

}
@media screen and (min-width: 768px){
  .onlySP{ display: none !important;}
}
@media screen and (max-width: 767.98px){
  .onlyPC{ display: none !important;}

  header .wrap .hnav_entry a{
    width: 80px;
  }

  /*  main
  ---------------------- */

  /* common */
  .separation{
    padding: 100px 0;
    background-attachment: scroll;
  }
  .separation h1{
    font-size: 2.4rem;
  }

  /* plan */
  .explain ul.memo_list{
    padding-left: 1.5em;
    list-style: disc;
    text-align: left;
  }
  .explain ul.plan_list > li .more{
  }
  .explain ul.plan_list > li .more > span{
    padding: 4px;
  }
  .explain ul.plan_list > li .more > span::after{
    font-size: 1rem;
    margin-left: 4px;
  }
  .explain ul.plan_list > li .inner .ttl{
    width: 40%;
    padding: 20px 0;
  }
  .explain ul.plan_list > li .inner .ttl span{
    font-size: 2rem;
  }
  .explain ul.plan_list > li .inner .detail{
    width: 100%;
    margin: 0;
  }
  .explain ul.plan_list > li .inner .detail ul.price_list{
    padding: 10px 0;
  }
  .explain ul.plan_list > li .inner .detail ul.price_list li{
    margin: 0;
  }
  .explain ul.plan_list > li .inner .detail ul.price_list li .cat::after{
    content: "：";
  }
  
  /* topimg */
  .topimg .wrap .ttl h1{
    font-size: 3.2rem;
    letter-spacing: 0.2em;
    text-align: center;
  }
  /* company */
  .company table.company_set tbody th{
    width: 100px;
  }

  /*  finish
  ---------------------- */
  .contact_finish .set h2,
  .contact_finish .set p,
  .contact_finish .set .link{
    text-align: left;
  }
}