@charset "UTF-8";

#contents #section02 .system_list, #contents #section03 .featureslist, #contents #section04 ul.company_logo, #contents #section05, #contents #section06, #contents .btn_style_box, #section08 .merit { display: inline-block; }
#contents #section02 .system_list, #contents #section03 .featureslist, #contents #section04 ul.company_logo, #contents #section05, #contents #section06, #contents .btn_style_box, #section08 .merit { display: block; }

#contents #section02 .system_list:after, #contents #section03 .featureslist:after, #contents #section04 ul.company_logo:after, #contents #section05:after, #contents #section06:after, #contents .btn_style_box:after, .data dl:after, #section08 .merit:after {
  height: 0;
  display: block;
  clear: both;
  content: "";
}

#contents {
  margin: 0 0 0;
  border-bottom: 1px solid #e7e7e7;
}

#contents span.normalLink {
  text-align: right;
  display: block;
}

#contents span.normalLink a {
  font-weight: bold;
  text-decoration: none;
  margin: 5px 0 0 0;
  display: inline-block;
}

#contents span.normalLink a:hover { text-decoration: underline; }

#contents .section_area {
  padding: 70px 0;
  width: 100%;
}

#contents .section_area > div.inner {
  margin: 0 auto;
  width: 1000px;
}

#contents .section_area h2 {
  font-size: 30px;
  font-size: 2.14286rem;
  font-weight: bold;
  color: #1b2755;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 40px;
  position: relative;
}

#contents .section_area h2:after {
  text-align: center;
  margin: 25px auto 0;
  width: 60px;
  height: 4px;
  display: block;
  background: url("../../img/icon_title01.png") left top no-repeat;
  content: "";
  position: relative;
}

#contents #section01 { padding: 50px 0; }

#contents #section01 .text_about {
  font-size: 14px;
  font-size: 1rem;
  text-align: center;
  margin: 0;
}

#contents #section02 { background: url("../../img/bg_section02.png") left top repeat; }

#contents #section02 .system_list li {
  box-sizing: border-box;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin: 0 80px 0 0;
  padding: 25px 40px;
  width: 280px;
  min-height: 340px;
  background: #fff;
  float: left;
  position: relative;
}

#contents #section02 .system_list li:after {
  width: 20px;
  height: 36px;
  top: 146px;
  right: -50px;
  display: block;
  background: url("../../img/system_flow_arrow.png") left top repeat;
  content: "";
  position: absolute;
}

#contents #section02 .system_list li:last-child { margin: 0; }
#contents #section02 .system_list li:last-child:after { display: none; }
#contents #section02 .system_list li figure { min-height: 150px; }

#contents #section02 .system_list li dl dt {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  color: #1b2755;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 3px solid #7fdbd5;
}

#contents #section02 .system_list li.system_flow02 figure img {
  top: 0;
  left: 2px;
  position: relative;
}

#contents #section02 .system_list li.system_flow03 figure img {
  top: 0;
  left: 0;
  position: relative;
}

#contents #section03 .featureslist li {
  margin: 0 0 40px;
  width: 460px;
  float: left;
}

#contents #section03 .featureslist li:nth-child(2n) { float: right; }
#contents #section03 .featureslist li:nth-child(2n+1) { clear: left; }

#contents #section03 .featureslist li dl dt {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  color: #1b2755;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  border-left: 5px solid #7fdbd5;
}

#contents #section03 .featureslist li dl dd figure { margin: 0 0 15px; }

#contents #section04 { background: url("../../img/bg_section02.png") left top repeat; }

#contents #section04 p {
  font-size: 16px;
  font-size: 1.0rem;
  color: #1b2755;
  text-align: center;
  margin: -24px 0 30px;
}

#contents #section04 ul.company_logo li {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  float: left;
}

#contents #section04 ul.company_logo li:nth-child(8) { border-right: none; }
#contents #section04 ul.company_logo li:nth-child(16) { border-right: none; }
#contents #section04 ul.company_logo li:nth-child(24) { border-right: none; }

/* section05 */
#section05 .price_box {
	margin: 30px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
#section05 .price_box li {
	margin: 0 10px 0 10px;
	margin-bottom: 25px;
  width: calc(100% / 2);
  box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 25px 0 0;
	position: relative;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
	-ms-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
	-o-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.05);
	z-index: 0;
}
#section05 .price_box li:last-child {
	margin-right: 0;
}
#section05 .price_box li > p {
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 2px;
  display: inline-block;
  background: #f37e34;
	position: relative;
  text-align: center;
  margin: 0 -10px 20px;
  padding: 19px 40px 19px 32px;
  height: 38px;
}
#section05 .price_box li > p.red {
  background: #e71c1f;
}
#section05 .price_box li > p:after {
width: 0px;
height: 0px;
z-index: 1;
content: '';
position: absolute;
}
#section05 .price_box li > p:after {
border-color: transparent #fff transparent transparent;
border-style: solid;
border-width: 19px 18px 19px 0px;
top: 0;
right: 0;
}
#section05 .price_box li > p:before {
border: none;
border-bottom: solid 12px transparent;
border-right: solid 10px #c25815;
top: 100%;
left: 0;
content: '';
position: absolute;
}
#section05 .price_box li > p.navy:before {
  border-right: solid 10px #1b2755;
}

#section05 .price_box li dl {
	margin: 0 25px 25px;
	text-align: left;
}
#section05 .price_box li dl.last {
	border-bottom: none;
	padding: 0;
}
#section05 .price_box li dl dt {
	font-size: 14px;
	margin: 0 0 0px;
	height: 45px;
	color: #1b2755;
	font-weight: 500;
	line-height: 1.2;
}
#section05 .price_box li dl dt span {
	font-size: 14px;
	line-height: 14px;
	border: 1px solid #1e2856;
	display: inline-block;
	margin-left: 10px;
	padding: 6px 15px 4px;
	vertical-align: bottom;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
#section05 .price_box li dl dd {
	padding: 0 0 5px 0;
	font-size: 16px;
	font-weight: 700;
	color: #1b2755;
}
#section05 .price_box li dl dd.txt24 {
	font-size: 24px;
	margin: 0 0 20px;
}
#section05 .price_box li dl dd.txt24 .txt_number {
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1;
}
#section05 .price_box li dl dd.txt20 {
	font-size: 20px;
	margin: 0 0 20px;
  text-decoration:line-through;
}
#section05 .price_box li dl dd.txt20 .txt_number {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1;
}

#section05 .price_box li dl dd a.btn {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
}

#section05 .price_box li dl dd a.btn:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

#contents #section05 h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1b2755;
  text-align: center;
  margin-bottom: 30px;
}

#contents #section05 h3 span { color: #ef5f05; }

#contents #section05 .plan_contents { margin: 70px 0; }

#contents #section05 .plan_contents .txt {
  font-size: 16px;
  color: #1b2755;
  text-align: center;
  margin: -14px 0 30px;
}

#section05 .contact_btn {
  padding: 30px 0 20px;
  margin-bottom: 40px;
  background: #7fdbd5;
}

#contents #section05 .contact_btn h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 18px;
}

#contents #section05 .contact_btn .btn_style.btn01 a {
  box-shadow: 3px 3px 5px #44bbb3;
  -webkit-box-shadow: 3px 3px 5px #44bbb3;
  -ms-box-shadow: 3px 3px 5px #44bbb3;
  -moz-box-shadow: 3px 3px 5px #44bbb3;
  -o-box-shadow: 3px 3px 5px #44bbb3;
  color: #7fdbd5;
  background: #fff;
}

#contents #section05 .contact_btn .btn_style.btn01 a:hover {
  box-shadow: 3px 3px 5px #9a4f21;
  -webkit-box-shadow: 3px 3px 5px #9a4f21;
  -ms-box-shadow: 3px 3px 5px #9a4f21;
  -moz-box-shadow: 3px 3px 5px #9a4f21;
  -o-box-shadow: 3px 3px 5px #9a4f21;
  color: #7fdbd5;
  background: #fff;
}

#contents #section05 .btn_style.btn01 a:before { background: url("../../img/icon_mail.png") left top no-repeat; }

/* section06 */
#contents #section06 {
  padding: 100px 0 80px;
  background: url("../../img/bg_section06.jpg") left top no-repeat;
  background-size: cover;
}

#contents #section06 h2 { color: #fff; }

#contents #section06 p.text {
  color: #fff;
  text-align: center;
  margin: 0 auto 40px;
}
#contents #section06 .text span {
  display: block;
  font-size: 12px;
  margin-top: 20px;
}
#contents #section06 ul.flowlist li {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  margin: 0 70px 0 0;
  padding: 30px 20px 150px;;
  border: 1px solid #fff;
  width: 196px;
  float: left;
  position: relative;
}

#contents #section06 ul.flowlist li:after {
  width: 20px;
  height: 36px;
  top: 180px;
  right: -46px;
  display: block;
  background: url("../../img/arrow_white.png") left top repeat;
  content: "";
  position: absolute;
}

#contents #section06 ul.flowlist li:last-child {
  margin: 0;
}

#contents #section06 ul.flowlist li:last-child:after { display: none; }

#contents #section06 ul.flowlist li dl dt span.num {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-size: 2.57143rem;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  display: block;
}

#contents #section06 ul.flowlist li dl dt span.title {
  font-size: 22px;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 20px;
  display: block;
}

#contents #section07 ul.cat_faqlist { margin: 0 0 20px; }

#contents #section07 ul.cat_faqlist li {
  text-align: center;
  margin: 0 5px 10px;
  display: inline-block;
}

#contents #section07 ul.cat_faqlist li a {
  border-radius: 5px;
  font-size: 14px;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 5px 15px;
  display: block;
  background: #1b2755;
}

#contents #section07 .faq_area { margin: 0 0 40px; }

#contents #section07 .faq_area li {
  margin: 0 0 30px;
  border: 1px solid #c9c9c9;
}

#contents #section07 .faq_area li:last-child { margin: 0; }

#contents #section07 .faq_area li dl {
  box-sizing: border-box;
  padding: 20px;
}

#contents #section07 .faq_area li dl dt {
  font-size: 15px;
  font-size: 1.07143rem;
  font-weight: bold;
  color: #1b2755;
  margin: 0 0 15px;
  padding: 0 0 10px 35px;
  border-bottom: 1px solid #c9c9c9;
  position: relative;
}

#contents #section07 .faq_area li dl dt:before {
  width: 22px;
  height: 24px;
  left: 0;
  display: block;
  background: url("../../img/icon_question.png") left top no-repeat;
  content: "";
  position: absolute;
}

#contents #section07 .faq_area li dl dd {
  font-size: 14px;
  font-size: 1rem;
  margin: 0;
  padding: 0 0 0 35px;
  position: relative;
}

#contents #section07 .faq_area li dl dd:before {
  width: 22px;
  height: 22px;
  left: 0;
  display: block;
  background: url("../../img/icon_answer.png") left top no-repeat;
  content: "";
  position: absolute;
}

#contents #section08 { background: url("../../img/bg_section02.png") left top repeat; }
#contents .section_area h2 {
  font-size: 26px;
  font-size: 1.85714286rem;}
#contents #section08.section_area h2 span { font-size: 18px; }
#contents #section08 .comment_cpn { position: relative; }

#contents #section08 .in_box {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

#contents #section08 .in_box dt {
  font-size: 18px;
  font-weight: bold;
  color: #1b2755;
  margin-bottom: 30px;
}

#contents #section08 .in_box dl {
  padding: 80px 60px 0;
  min-height: 312px;
}

#contents #section08 .in_box a {
  border-radius: 100px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 16px 0 14px;
  border: 2px solid #29aadb;
  width: 340px;
  display: block;
  background: #29aadb;
}

#contents #section08 .in_box a:hover {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  box-shadow: 4px 4px 5px #bbb;
  -webkit-box-shadow: 4px 4px 5px #3c3c3c85;
  -ms-box-shadow: 4px 4px 5px #3c3c3c85;
  -moz-box-shadow: 4px 4px 5px #3c3c3c85;
  -o-box-shadow: 4px 4px 5px #3c3c3c85;
}

#contents #section08 .comment_cpn figure {
  right: 5px;
  bottom: 10px;
  position: absolute;
}

#contents #section08 .in_box span {
  z-index: 1;
  position: relative;
}

#contents #section08 .in_box span:before {
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(246, 255, 0, 0.8);
  content: '';
  position: absolute;
}

#contents #section08 .merit li {
  box-sizing: border-box;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin: 0 35px 0 0;
  padding: 25px 38px;
  width: 310px;
  min-height: 340px;
  background: #fff;
  float: left;
  position: relative;
}

#contents #section08 .merit li:last-child { margin: 0; }

#contents #section08 .merit li dl dt {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-size: 2.3rem;
  font-style: italic;
  color: #4753b2;
  margin: 0 auto 20px;
  width: 100px;
}

#contents #section08 .merit li dl dt:after {
  width: 100%;
  height: 2px;
  display: block;
  background: -webkit-gradient(linear, left top, right bottom, from(#6f36d2), to(#47c5d5));
  background: -moz-linear-gradient(left, #6f36d2, #47c5d5);
  background: linear-gradient(left, #6f36d2, #47c5d5);
  content: "";
}

#contents #section08 .merit li dd {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #072166;
  margin: 0 0 10px 0;
}

#contents #section08 .merit li figure {
  margin: 0 0 25px 0;
  min-height: 140px;
}

#contents #section08 .merit02 figure img {
  top: 40%;
  left: 14%;
  position: absolute;
}

#wrapper .faq_area li dl dd.ac_menu {
  transition: .5s ease all;
  height: 70px;
  overflow: hidden;
}

#wrapper .faq_area li dl dd.ac_menu.active {
  padding-bottom: 30px !important;
  height: auto;
}

#wrapper .faq_area li dl dd.ac_menu div.faq_more {
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  height: 50px;
  left: 50%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, #fff 90%);
  cursor: pointer;
  position: absolute;
}

#wrapper .faq_area li dl dd.ac_menu.active .faq_more { background: none; }

#wrapper .faq_area li dl dd.ac_menu div.faq_more i {
  font-size: 23px;
  padding-top: 30px;
}

#wrapper .faq_area li dl dd.ac_menu.active i {
  transform: rotate(180deg);
  padding-bottom: 30px;
  padding-top: 0;
}

#contents .btn_style {
  text-align: center;
  margin: 10px auto;
}

#contents .btn_style a {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  box-shadow: 3px 3px 5px #4c4c4c85;
  -webkit-box-shadow: 3px 3px 5px #4c4c4c85;
  -ms-box-shadow: 3px 3px 5px #4c4c4c85;
  -moz-box-shadow: 3px 3px 5px #4c4c4c85;
  -o-box-shadow: 3px 3px 5px #4c4c4c85;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  font-size: 17px;
  font-size: 1.21429rem;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  padding: 15px 0;
  width: 500px;
  display: block;
}

#contents .btn_style a:hover {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  box-shadow: 4px 4px 5px #bbb;
  -webkit-box-shadow: 4px 4px 5px #3c3c3c85;
  -ms-box-shadow: 4px 4px 5px #3c3c3c85;
  -moz-box-shadow: 4px 4px 5px #3c3c3c85;
  -o-box-shadow: 4px 4px 5px #3c3c3c85;
}

#contents .btn_style.btn01 a {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #7fdbd5;
}

#contents #section05 .btn_style.btn01 a:before {
  margin: 0 5px 0 0;
  width: 21px;
  height: 16px;
  top: 1px;
  display: block;
  display: inline-block;
  content: "";
  position: relative;
}

#contents .btn_style.btn01 a:hover { background: #e45802; }
#contents .btn_style.btn01.blue a { background: #1b2755; }
#contents .btn_style.btn01.blue a:hover { background: #0d163a; }


/* 緊急のお知らせここまで */
@media only screen and (max-width:768px) {
  #contents { margin: 0 0 0px; }
  #contents .section_area { padding: 30px 0 40px; }

  #contents .section_area > div.inner {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
  }

  #contents .section_area h2 {
    font-size: 22px;
    font-size: 1.57143rem;
    margin: 0 0 20px;
  }

  #contents .section_area h2:after {
    margin: 10px auto 0;
    background: url("../../img/icon_title01.png") left top no-repeat;
    background-size: 60px 4px;
  }

  #contents #section01 { padding: 0 0 40px; }

  #contents #section01 .text_about {
    font-size: 12px;
    font-size: 0.85714rem;
  }

  #contents #section02 .system_list li {
    margin: 0 0 40px;
    padding: 20px 20px 40px;
    width: 100%;
    min-height: auto;
    float: none;
  }

  #contents #section02 .system_list li:after {
    margin: 0 auto;
    width: 36px;
    height: 20px;
    top: inherit;
    right: 50%;
    left: 47%;
    bottom: -30px;
    background: url("../../img/sp/system_flow_arrow.png") left top no-repeat;
  }

  #contents #section02 .system_list li dl dt {
    font-size: 15px;
    font-size: 1.07143rem;
  }

  #contents #section03 .featureslist li {
    margin: 0 auto 30px;
    width: 100%;
    float: none;
  }
  #contents #section03 .featureslist li:nth-child(2n) { float: none; }

  #contents #section03 .featureslist li dl dt {
    font-size: 15px;
    font-size: 1.07143rem;
    margin: 0 0 10px;
  }

  #contents #section03 .featureslist li dl dd { text-align: center; }
  #contents #section03 .featureslist li dl dd p.text { text-align: left; }


  #contents #section04 p {
    font-size: 14px;
    margin-top: -10px;
  }

  #contents #section04 ul.company_logo {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

  #contents #section04 ul.company_logo li {
    box-sizing: border-box;
    margin: 0 0 2px;
    width: 24%;
    display: inline-block;
    float: none;
  }

  #contents #section04 ul.company_logo li:nth-child(8) {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }

  #contents #section04 ul.company_logo li:nth-child(16) {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }

  #contents #section04 ul.company_logo li:nth-child(24) {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }

  /* section05 */
  #contents #section05 h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #contents #section05 .notes { padding: 20px; }
  #contents #section05 .price-tbl thead tr:first-child th:last-child { font-size: 16px; }

  #contents #section05 .price-tbl tbody tr th {
    font-size: 14px;
    padding: 10px;
  }

  #contents #section05 .contact_btn h3 { font-size: 18px; }
  #section05 .price_box {
    width: 100%;
    flex-flow: column wrap;
  }
  #section05 .price_box li {
    width: 95%;
    box-sizing: border-box;
    margin: 0 auto 20px;
    padding: 15px 0 0;
  }
  #section05 .price_box li > p {
    font-size: 14px;}
  #section05 .price_box li:last-child {
  	margin: 0 auto 20px;
  }
  #section05 .price_box .pc {
    display: none;
  }#section05 .price_box li dl dd.txt24,
  #section05 .price_box li dl dd.txt20 {
  	font-size: 16px;
  	margin: 0 0 20px;
  }
  #section05 .price_box li dl dd.txt20 .txt_number{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #section05 .price_box li dl dd.txt24 .txt_number {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    margin-bottom: 20px;
  }

  /* section06 */
  #contents #section06 { padding: 70px 0; }

  #contents #section06 ul.flowlist li {
    margin: 0 0 38px;
    padding: 20px;
    width: 100%;
    float: none;
  }

  #contents #section06 ul.flowlist li:after {
    width: 36px;
    height: 20px;
    top: inherit;
    right: 50%;
    left: 46%;
    bottom: -30px;
    display: block;
    background: url("../../img/sp/arrow_white.png") left top no-repeat;
    content: "";
    position: absolute;
  }
  #contents #section06 p.text { margin: 0 auto 30px; }
  #contents #section06 .text span {
    font-size: 11px;
    margin-top: 15px;
  }
  #contents #section06 ul.flowlist li dl dt span.num {
    font-size: 24px;
    font-size: 1.71429rem;
  }

  #contents #section06 ul.flowlist li dl dt span.title {
    font-size: 15px;
    font-size: 1.07143rem;
    margin: 0 0 5px;
  }

  #contents #section06 ul.flowlist li:last-child { padding: 20px; }
    /* section07 */

  #contents #section07 { padding: 30px 0; }
  #contents #section07 ul.cat_faqlist { margin: 0 0 10px; }
  #contents #section07 ul.cat_faqlist li { margin: 0 2px 5px; }

  #contents #section07 ul.cat_faqlist li a {
    font-size: 12px;
    font-size: 0.85714rem;
    padding: 2px 10px;
  }

  #contents #section07 .faq_area { margin: 0 0 10px; }
  #contents #section07 .faq_area li { margin: 0 0 10px; }
  #contents #section07 .faq_area li dl { padding: 10px; }

  #contents #section07 .faq_area li dl dt {
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 1.2;
  }

  #contents #section07 .faq_area li dl dd {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 1.2;
  }

  /* section08 */
  #contents #section08.section_area h2 {
      margin-bottom: 50px;
  }
  #contents #section08 .comment_cpn figure {
    top: -10%;
    right: auto;
    bottom: auto;
    text-align: center;
  }
  #contents #section08.section_area h2 span {
      font-size: 14px;
  }
  #contents #section08 figure img { width: 60%; }

  #contents #section08 .merit li {
    margin: 0 0 20px;
    padding: 20px 30px;
    width: 100%;
  }

  #contents #section08 .in_box dt {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
  }

  #contents #section08 .comment_cpn {
    margin: 0 auto 18%;
    width: 90%;
  }

  #contents #section08 .in_box dl {
    padding: 34% 20px 30px;
    min-height: auto;
  }

  #contents #section08 .in_box a {
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 0;
    width: 90%;
  }

  #contents #section08 .merit li figure { min-height: auto; }
  #contents #section08 .merit02 figure img { position: initial; }


  #contents .btn_style a {
    font-size: 14px;
    font-size: 1rem;
    padding: 12px 0;
    width: 95%;
  }


}
