@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 リセット
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#globalContainer .contents * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#globalContainer .contents {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック",YuGothic,"Yu Gothic","游ゴシック", Osaka,sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}

#globalContainer .contents ul, #globalContainer .contents li, #globalContainer .contents dl, #globalContainer .contents dt {
  list-style-type: none;
}

#globalContainer .contents br {
  line-height: 0;
}

#globalContainer .contents a, #globalContainer .contents a:link, #globalContainer .contents a:visited, #globalContainer .contents a:hover, a:active {
  text-decoration: none;
  outline: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 共通
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.contents {
  width: 860px;
  margin: 0 auto 30px;
  font-size: 15;
}
.contents img {
  vertical-align: bottom;
  line-height: 1;
}
.contents a:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .contents {
    width: auto;
  }
  .contents img {
    width: 100%;
  }
}
.contents .txt-bold {
  color: #ff8400;
  font-weight: bold;
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  [data-device="sp"] {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  [data-device="pc"] {
    display: none !important;
  }

  #globalFooter {
    padding-bottom: 80px;
  }
}
/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.btn a {
  display: block;
}
@media screen and (max-width: 767px) {
  .btn {
    text-align: center;
    display: block;
    padding: 0 10px;
  }
}

/* fixbtn */
.fixbtn {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 9;
}
.fixbtn a {
  display: block;
}
@media screen and (max-width: 767px) {
  .fixbtn {
    background-color: #fff7ed;
    padding: 10px 15px 5px;
    right: 0;
    left: 0;
    bottom: -80px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
  }
  .fixbtn a {
    display: inline-block;
  }
  .fixbtn.is-scroll {
    bottom: 0;
  }
}

/* ttl */
.ttl {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff8400;
  text-align: center;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .ttl {
    font-size: 26px;
  }
}

.ttl02 {
  font-size: 40px;
  font-weight: bold;
  color: #ff8400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl02 {
    font-size: 30px;
  }
}

/* table */
/* tab */
.tab_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
}
.tab_link li {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  width: 50%;
  padding: 10px;
  background-color: #fff7e9;
  color: #ff8400;
}
.tab_link li span {
  display: block;
  font-size: 18px;
}
.tab_link li.is-active {
  color: #ffffff;
  background-color: #ff8400;
}
.tab_content {
  padding: 20px 0;
  border: 2px solid #ff8400;
}
.tab_content li {
  display: none;
}
.tab_content li.is-show {
  display: block;
}
.tab_content li p {
  margin: 20px;
  font-size: 18px;
}
.tab_content li img {
  display: block;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .tab_link li {
    font-size: 18px;
  }
  .tab_link li span {
    font-size: 12px;
  }
  .tab_content {
    padding: 10px;
  }
  .tab_content li p {
    margin: 10px;
    font-size: 16px;
  }
}

/* note */
.note {
  margin-top: 20px;
}
.note li {
  position: relative;
  font-size: 12px;
  padding-left: 20px;
  margin-top: 5px;
}
.note li:before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .note {
    padding: 0 20px;
  }
}

.link {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link li {
  font-size: 12px;
  margin-top: 5px;
}
.link li a {
  border-right: 1px solid #000;
  padding: 0 15px;
  line-height: 1;
  color: #333333;
}
.link li:last-child a {
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .link {
    padding: 0 20px;
  }
  .link li {
    font-size: 10px;
  }
  .link li a {
    padding: 0 10px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 section
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* mv */
/* lead */
.lead {
  margin-top: 60px;
}
.lead_txt {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  padding: 28px 20px 18px;
  -webkit-box-shadow: 0px 12px 14px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0px 12px 14px 0 rgba(0, 0, 0, 0.17);
}
.lead_txt img {
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .lead {
    margin-top: 30px;
  }
  .lead_txt {
    font-size: 18px;
  }
  .lead_txt img {
    width: 100px;
  }
}

/* point */
.point {
  margin-top: 90px;
}
.point_ttl {
  text-align: center;
}
.point_block {
  margin-top: 10px;
}
.point_box {
  background-color: #fff7e9;
  padding: 30px;
}
.point_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.point_box_img {
  margin: 0 20px;
}
.point_box_img img {
  display: block;
}
.point_box_content {
  margin: 0 20px;
}
.point_box_content .point_box_content_ttl {
  margin: 0 0 20px;
}
.point_box_content_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 20px;
}
.point_box_content_ttl h4 {
  margin-left: 15px;
  font-size: 31px;
}
.point_box_content_txt p {
  font-size: 18px;
  line-height: 1.6;
}
.point_box_content_txt p + p {
  margin-top: 1em;
}
.point_box_content_txt img {
  margin: 20px auto;
  display: block;
}
.point_box_content_txt-caption {
  background-color: #ffffff;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 5px;
  border: 1px solid #ff8400;
  font-size: 19px;
}
.point_box_content_txt-caption + p {
  margin: 5px 0 20px;
}
.point_box_content_txt ul li {
  margin-top: 10px;
}
.point_box:nth-of-type(2n) {
  background-color: #fefbf4;
}
@media screen and (max-width: 767px) {
  .point {
    margin-top: 60px;
  }
  .point_ttl {
    padding: 0 30px;
  }
  .point_box {
    display: block;
    padding: 20px 15px;
  }
  .point_box_inner-imgR {
    display: block;
  }
  .point_box_inner-imgL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .point_box_img {
    margin: 0;
  }
  .point_box_img img {
    margin: 0 auto;
  }
  .point_box_content {
    margin: 0;
  }
  .point_box_content_ttl {
    margin: 0;
  }
  .point_box_content_ttl img {
    width: 70px;
  }
  .point_box_content_ttl h4 {
    margin-left: 10px;
    font-size: 18px;
  }
  .point_box_content_txt {
    margin: 20px 0;
  }
  .point_box_content_txt p {
    font-size: 16px;
  }
  .point_box_content_txt-caption {
    font-size: 17px;
  }
}

/* step */
/* btnarea */
.btnarea {
  margin-top: 60px;
  text-align: center;
  padding: 30px 20px 20px;
  background-color: #fff7ed;
}
.btnarea_ttl {
  font-size: 36px;
  font-weight: bold;
  color: #ff8400;
}
.btnarea_ttl i {
  font-size: .8em;
  font-style: normal;
}
.btnarea_txt {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .btnarea {
    margin-top: 40px;
    padding: 20px 15px 15px;
  }
  .btnarea_ttl {
    font-size: 28px;
  }
  .btnarea_txt {
    font-size: 18px;
  }
}

/* qa */
.qa {
  margin-top: 40px;
}
.qa_block {
  padding: 0 30px;
}
.qa_box {
  margin-top: 20px;
  border: 1px solid #333333;
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;
}
.qa_box::after, .qa_box::before {
  width: 14px;
  height: 2px;
  position: absolute;
  content: '';
  top: 18px;
  right: 12px;
  background-color: #333333;
}
.qa_box::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.qa_box.is-open::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.qa_box-q {
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
.qa_box-a {
  font-size: 18px;
  display: none;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .qa_block {
    padding: 0 15px;
  }
  .qa_box {
    border-radius: 5px;
    padding: 10px 30px;
  }
  .qa_box-q {
    font-size: 18px;
  }
  .qa_box-a {
    font-size: 14px;
  }
}

/* action */
.action {
  margin-top: 70px;
  position: relative;
}
.action .btn {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .action {
    margin-top: 40px;
  }
  .action .btn {
    bottom: 15px;
  }
}

/* about */
.about {
  margin-top: 30px;
}
.about_link {
  display: block;
  border: 1px solid #333333;
  padding: 10px;
  text-align: center;
  color: #0e47ae;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 0 15px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 LP 個別
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 /* #lp22 */
 #globalContainer #lp22 {
   color: #333;
 }
.cta {
  padding: 20px 0;
  text-align: center;
  background: #f2f2f2;
}
.cta_btn {
  margin-top: 2px;
}
.cta_txt {
  font-size: 23px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 15px 15px 10px;
  }
  .cta_btn {
    margin-top: 10px;
  }
  .cta_txt {
    font-size: 16px;
    letter-spacing: -0.05em;
  }
}
/* .realFeel */
.realfeel {
  margin-top: 50px;
  padding: 45px 50px 0;
  text-align: center;
  background: #f4faff;
}
.realfeel h3{
  font-size: 30px;
  font-weight: bold;
  color: #033492;
}
.realfeel .realfeel_txt {
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0 0 0;
}
.realfeel .realfeel_img {
  margin: 30px -50px 0;
}

@media screen and (max-width: 767px) {
  .realfeel {
    margin-top: 0;
    padding: 30px;
  }
  .realfeel h3{
    font-size: 20px;
  }
  .realfeel .realfeel_txt {
    font-size: 14px;
    padding: 15px 0 0 0;
  }
  .realfeel .realfeel_img {
    margin: 20px -30px 0;
  }
}

.feature {
  margin-top: 84px;
  padding-bottom: 40px;
}
.feature_ttl {
  text-align: center;
}
.feature_nav {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature_nav a {
  margin: 0 10px;
  display: block;
}
.feature_nav a:nth-of-type(n+3) {
  margin-top: 20px;
}
.feature_box {
  padding: 30px;
  color: #333333;
  background: #eaf7ff;
}
.feature_box:first-of-type {
  margin-top: 52px;
}
.feature_box:nth-of-type(2n) {
  background: #f1fdfc;
}
.feature_box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature_box-ttl {
  margin-left: 17px;
  font-size: 28px;
}
.feature_box-ttl span {
  display: block;
  font-size: 23px;
}
.feature_box-detail {
  margin-top: 27px;
}
.feature_list {
  margin-bottom: 30px;
  margin-left: 20px;
}
.feature_list li{
  position: relative;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 7px;
}
.feature_list li::before {
  content: '■';
  width: 1em;
  height: auto;
  color: #033492;
}
.feature_box-subttl {
  position: relative;
  font-size: 21px;
  margin-bottom: 7px;
}
.feature_box-subttl::before {
  content: '■';
  width: 1em;
  height: auto;
  color: #033492;
}
.feature_box-subttl-02 {
  font-size: 19px;
  margin-bottom: 7px;
  margin-left: 20px;
}
.feature_box-inner {
  margin-top: 14px;
}
.feature_box .main-txt {
  font-size: 18px;
  line-height: 1.4444444444;
}
.feature_box .cap-txt {
  font-size: 15px;
  margin-top: 3px;
  padding-bottom: 13px;
}
.feature_box table {
  width: auto;
  margin: 0 20px;
  border: 1px solid #9f9f9f;
  border-top: none;
}
.feature_box tr {
  background: #fff;
}
.feature_box tr {
  background: #fff;
}
.feature_box th, .feature_box td {
  text-align: left;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  border-left: 1px solid #dcdcdc;
}
.feature_box th {
  padding: 5px;
  background: #666666;
  color: #fff;
  font-size: 19px;
  text-align: center;
  border-left: 1px solid #fafafa;
}
.feature_box th:first-of-type, .feature_box td:first-of-type {
  border-left: none;
  text-align: center;
}
.feature_box th:first-of-type {
  font-size: 17px;
}
.feature_box tr:nth-child(2n + 1) {
  background: #f0f0f0;
}
.feature_box td {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .feature {
    margin-top: 35px;
    padding-bottom: 0;
  }
  .feature_ttl img {
    width: 90%;
  }
  .feature_nav {
    margin-top: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
  }
  .feature_nav a {
    margin: 0;
    width: 48.5507246377%;
  }
  .feature_nav a:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .feature_box {
    padding: 15px 15px 20px;
  }
  .feature_box:first-of-type {
    margin-top: 30px;
  }
  .feature_box-head .icn {
    width: 16%;
  }
  .feature_box-ttl {
    margin-left: 10px;
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    font-size: 20px;
    line-height: 1.3125;
    letter-spacing: -0.03em;
  }
  .feature_box-ttl span {
    font-size: 16px;
  }
  .feature_box-subttl {
    position: relative;
    font-size: 16px;
    margin-bottom: 7px;
  }
  .feature_box-subttl-02 {
    font-size: 13px;
    margin-bottom: 7px;
    margin-left: 8px;
  }
  .feature_box .cap-txt {
    font-size: 8px;
    margin-top: 5px;
    padding-bottom: 5px;
  }
  .feature_box-detail {
    margin-top: 10px;
  }
  .feature_list {
    margin-left: 8px;
  }
  .feature_list li {
    font-size: 15px;
    margin-bottom: 2px;
  }
  .feature_box table {
    margin: 0 0 0 8px;
  }
  .feature_box th, .feature_box td {
    font-size: 12px;
  }
  .feature_box th {
    padding: 3px;
    font-size: 14px;
  }
  .feature_box th:first-of-type {
    font-size: 14px;
  }
  .feature_box td {
    padding: 3px;
  }
  .feature_box-inner {
    margin-top: 7px;
  }
  .feature_box .main-txt {
    font-size: 15px;
    line-height: 1.4;
  }
  .feature_box dl {
    margin-top: 15px;
  }
  .feature_box dt {
    display: inline-block;
    width: auto;
    padding: 5px 8px;
    font-size: 14ox;
    border-radius: 3px;
  }
  .feature_box dd {
    font-size: 15px;
    line-height: 1.4;
  }
  .feature_box-img {
    margin-top: 15px;
  }
  .feature_box-img .img:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .feature_box-img .cap {
    font-size: 12px;
  }
  .feature_box-cap {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .feature_box-list {
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 3px;
  }
  .feature_box-list:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .feature_box-list em {
    font-size: 15px;
  }
  .feature_box-list li {
    font-size: 14px;
    line-height: 1.2857142857;
  }
}

.contact .cta {
  margin-top: 20px;
}

.detail {
  color: #333333;
}
.detail--01 {
  margin-top: 50px;
  padding: 45px 30px 0;
  background: #f1fdfc;
}
.detail--02 {
  padding: 45px 30px 0;
  background: #f1fdfc;
}
.detail--03 {
  padding: 45px 30px 30px;
  background: #f1fdfc;
}
.detail-case{
  padding-top: 70px;
}
.detail_ttl {
  text-align: center;
  font-size: 45px;
  color: #033492;
}
.detail-case .detail_ttl {
  color: #009fe6;
}
.detail_ttl-sub {
  display: block;
  text-align: center;
  font-size: 22px;
  font-style: normal;
}
.detail_img {
  margin-top: 25px;
}
.detail_list {
  margin-top: 10px;
}
.detail_list li {
  font-size: 15px;
}
.detail--01 .function-list {
  background: #fff;
  border: 1px solid #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  	-ms-flex-pack: justify;
  	justify-content: space-between;
  padding: 25px 30px;
  margin-top: 6px;
}
.detail--01 .function-list li {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.detail--01 .function-list li:last-of-type{
  margin-bottom: 0;
}
.detail--01 .function-list li::before {
  content: '■';
  width: 1em;
  height: auto;
  color: #033492;
}
.detail--01 .function-list li > ul li{
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.detail--01 .function-list li > ul li::before {
  content: '●';
  width: 1.3em;
  height: auto;
  color: #333333;
  font-size: 14px;
}
.detail--01 .function-list li > ul li:last-of-type::before {
  display: none;
}
.detail table {
  margin-top: 25px;
  width: 100%;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
}
.detail table tr {
  background: #fff;
}
.detail th, .detail td {
  text-align: left;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  border-bottom: solid 1px #696969;
}
.detail th {
  font-size: 19px;
  padding: 10px;
  font-weight: 600;
  background: #ededed;
  border-left: solid 1px #333;
}
.detail td {
  padding: 10px;
}
.detail td ul li {
  position: relative;
}
.detail td ul li::before {
  content: '●';
  width: 1em;
  height: auto;
}
@media screen and (min-width: 768px) {
  .detail td dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .detail td dt {
    white-space: nowrap;
  }
}
.detail .table01 th {
  font-size: 22px;
}
.detail .table02 td {
  padding: 15px 30px;
}
.detail .table03 th {
  white-space: nowrap;
}
.detail_list {
  margin-top: 5px;
}
.detail_list li {
  font-size: 15px;
}
.detail .notes {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.detail_case {
  margin-top: 30px;
}
.detail_case-box {
  padding: 20px 30px;
  font-size: 25px;
  font-weight: 600;
  border: solid 2px #009fe6;
}
.detail_case dl {
  margin-top: 5px;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eaf5fc;
}
.detail_case dt {
  width: 250px;
  font-size: 25px;
  font-weight: 600;
}
.detail_case dd {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  font-size: 20px;
  line-height: 1.3;
}
.detail_case dd li {
  position: relative;
  padding-left: 1em;
}
.detail_case dd li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.detail_case-result {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eaf5fc;
}
.detail_case-result .hl {
  width: 260px;
  padding: 20px 30px;
  font-size: 25px;
  line-height: 1.44;
  background: #bde3fc;
}
.detail_case-result p {
  margin-left: 30px;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  font-size: 24px;
  font-weight: 600;
}
.detail_case-contact {
  margin-top: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .detail {
    margin-top: 0;
    padding: 25px 15px 0;
  }
  .detail--03 {
    padding: 20px 15px 20px;
  }
  .detail-case {
    margin-top: 0;
    padding: 30px 15px 0;
  }
  .detail_ttl {
    font-size: 22px;
  }
  .detail_ttl-sub {
    font-size: 14px;
  }
  .detail table {
    margin-top: 6px;
  }
  .detail th, .detail td {
    font-size: 10px;
    line-height: 1.3846153846;
  }
  .detail th {
    padding: 5px 7px;
    white-space: nowrap;
  }
  .detail td {
    padding: 5px;
  }
  .detail td small {
    display: block;
    font-size: 8px;
  }
  .detail_img {
    margin-top: 6px;
  }
  .detail .table01 th {
    font-size: 12px;
  }
  .detail .table02 td {
    padding: 10px 15px;
  }
  .detail .notes {
    margin-top: 5px;
    font-size: 10px;
  }
  .detail_list {
    margin-top: 5px;
    padding-bottom: 13px;
  }
  .detail_list li {
    font-size: 8px;
  }
  .detail_case {
    margin-top: 15px;
  }
  .detail_case-box {
    padding: 10px;
    font-size: 14px;
    border-width: 1px;
  }
  .detail_case dl {
    margin-top: 8px;
    padding: 15px 4px 15px 10px;
  }
  .detail_case dl + dl {
    margin-top: 4px;
  }
  .detail_case dt {
    width: 31.1594202899%;
    font-size: 15px;
    line-height: 1.2666666667;
  }
  .detail_case dd {
    font-size: 13px;
    line-height: 1.4615384615;
  }
  .detail_case-result {
    margin-top: 4px;
  }
  .detail_case-result .hl {
    width: 28.9855072464%;
    padding: 15px 10px;
    font-size: 13px;
    line-height: 1.3846153846;
  }
  .detail_case-result .hl .viaplantz {
    font-size: 11px;
  }
  .detail_case-result .hl .mts {
    font-size: 150%;
  }
  .detail_case-result p {
    margin-left: 10px;
    font-size: 15px;
    line-height: 1.3333333333;
  }
  .detail_case-contact {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
  .detail--01 .function-list {
    padding: 9px 10px;
    margin-top: 6px;
  }
  .detail--01 .function-list li {
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: -0.03em;
  }
  .detail--01 .function-list li > ul li{
    font-size: 10px;
  }
  .detail--01 .function-list li > ul li::before {
    font-size: 10px;
  }
}

.strength {
  margin: 60px 0 70px;
  padding: 50px 0 40px;
  text-align: center;
  background: #eaf7ff;
}
.strength_ttl {
  font-size: 45px;
  color: #033492;
}
.strength_img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .strength {
    margin: 30px 0 35px;
    padding: 25px 15px;
  }
  .strength_ttl {
    font-size: 23px;
  }
  .strength_img {
    margin-top: 20px;
  }
  .strength_img img {
    width: 100%;
  }
}

.support {
  margin: 25px 0 40px;
  text-align: center;
}
.support_txt {
  font-size: 36px;
}
.support_img {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .support {
    margin: 25px 15px 30px;
    text-align: center;
  }
  .support_txt {
    font-size: 17px;
    letter-spacing: -0.03em;
  }
  .support_img {
    margin-top: 28px;
  }
}


.flow {
  margin-top: 80px;
  padding: 30px 20px;
  color: #333333;
  background: #eaf5fc;
}
.flow_ttl {
  text-align: center;
  font-size: 35px;
  color: #009fe6;
}
.flow_boxs {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow_boxs dl {
  position: relative;
  width: 250px;
  border-radius: 8px;
  background: #ffffff;
}
.flow_boxs dl:nth-of-type(n+2)::before {
  position: absolute;
  top: 50%;
  left: -28px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #bde3fc;
  content: "";
}
.flow_boxs dt {
  padding: 5px 0 3px;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  background: #bde3fc;
  border-radius: 8px 8px 0 0;
}
.flow_boxs dd {
  padding: 25px 15px 15px;
}
.flow_boxs dd em {
  margin-bottom: 20px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
.flow_boxs dd p {
  font-size: 16px;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .flow {
    margin: 25px 0 0;
    padding: 15px 15px 25px;
  }
  .flow_ttl {
    font-size: 23px;
  }
  .flow_boxs {
    margin-top: 10px;
    display: block;
  }
  .flow_boxs dl {
    width: auto;
    border-radius: 4px;
  }
  .flow_boxs dl:nth-of-type(n+2) {
    margin-top: 60px;
  }
  .flow_boxs dl:nth-of-type(n+2)::before {
    top: -43px;
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    border-width: 27px 22px 0 22px;
    border-color: #bde3fc transparent transparent transparent;
  }
  .flow_boxs dt {
    font-size: 17px;
    border-radius: 4px 4px 0 0;
  }
  .flow_boxs dd {
    padding: 10px;
  }
  .flow_boxs dd p {
    font-size: 15px;
    line-height: 1.3333333333;
  }
}

.plan_copy {
  margin-top: 30px;
  margin-bottom: 70px;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .plan_copy {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
}

.qa {
  margin-top: 70px;
}
.qa .ttl {
  background: #033492;
}
.qa_box-q {
  letter-spacing: -0.04em;
}
.qa_box-a {
  padding-left: 2em;
  padding-right: 10px;
  text-indent: -2em;
}
@media screen and (max-width: 767px) {
  .qa {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .link-pdf {
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    padding-bottom: 10px;
  }
  .link-pdf a {
    padding-right: 23px;
    color: #333;
    background: url( "../img/sp/ico_pdf.png" ) right 0;
    background-repeat: no-repeat;
    background-size: 21px 20px;
  }
}

.artfoot {
  margin-top: 80px;
}
.artfoot_nav {
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: solid 1px #000;
}
.artfoot_nav a {
  color: #0e47ae;
}
@media screen and (max-width: 767px) {
  .artfoot {
    margin-top: 40px;
  }
  .artfoot_nav {
    margin: 15px 15px 0;
    padding: 5px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .fixbtn {
    background: #eee;
  }
  .fixbtn a {
    margin: 0 auto;
    width: 84.0579710145%;
  }
}
