@charset "UTF-8";
/*********************************************
 * css_all 　comment 必須＜＜
 *********************************************/
/* default CSS
------------------------------*/
@import url("/ts/wp-content/themes/base/css/default.css");
@import url("/ts/wp-content/themes/base/css/default_sp.css") screen and (max-width: 767px);
/* parts import
----------------------------*/
/* pc fix header*/
/*@import url("/ts/wp-content/themes/base/parts/pc_fix_header/pc_fix_header.css") screen and (min-width: 768px);*/
/* pc g navi*/
/*@import url("/ts/wp-content/themes/base/parts/pc_g_navi/g_navi.css") screen and (min-width: 768px);*/
/*pc fix side menu*/
@import url("/ts/wp-content/themes/base/parts/pc_fix_sidemenu/pc_fix_sidemenu.css");
/*pc fix footer*/
@import url("/ts/wp-content/themes/base/parts/pc_fix_footer/pc_fix_footer.css") screen and (min-width: 768px);
/*pc fix footer contact*/
@import url("/ts/wp-content/themes/base/parts/pc_footer_contact/pc_footer_contact.css") screen and (min-width: 768px);
/*pc fix bnr*/
/*@import url("/ts/wp-content/themes/base/parts/pc_fix_bnr/pc_fix_bnr.css") screen and (min-width: 768px);*/
/*pc form-2*/
/*@import url("/ts/wp-content/themes/base/parts/form2_include/css/form2_include.css") screen and (min-width: 768px);*/
/*sp fix menu*/
@import url("/ts/wp-content/themes/base/parts/sp_fix_menu/sp_fix_menu.css") screen and (max-width: 767px);
/*sp fix menu*/
@import url("/ts/wp-content/themes/base/css/SetTime_view.css") screen and (max-width: 767px);
/*sp modal bnr*/
@import url("/ts/wp-content/themes/base/parts/sp_modal_bnr/sp_modal_bnr.css") screen and (max-width: 767px);
/*sp footer contact*/
@import url("/ts/wp-content/themes/base/parts/sp_footer_contact/sp_footer_contact.css") screen and (max-width: 767px);
/*pc form-2*/
/*@import url("/ts/wp-content/themes/base/parts/form2_include/css/form2_include_sp.css") screen and (max-width: 767px);*/
/*sliderpro*/
/*@import url("/ts/wp-content/themes/base/parts/sliderpro/css/slider-pro.css");*/
/*tel modal*/
/*@import url("/ts/wp-content/themes/base/tel_modal2/tel_pc2.css") screen and (min-width: 768px);
@import url("/ts/wp-content/themes/base/tel_modal2/tel_sp.css") screen and (max-width: 767px);*/
/*custom CSS
----------------------------*/
@import url("/ts/wp-content/themes/base/css/custom.css");
@import url("/ts/wp-content/themes/base/css/custom_sp.css") screen and (max-width: 767px);
/* SideNavi CSS
----------------------------*/
/*@import url("/ts/wp-content/themes/base/css/sidenavi.css") screen and (min-width: 768px);
@import url("/ts/wp-content/themes/base/css/side_custom.css") screen and (min-width: 768px);
@import url("/ts/wp-content/themes/base/css/side_sub_page.css") screen and (min-width: 768px);*/
/*utility CSS
----------------------------*/
@import url("/ts/wp-content/themes/base/css/utility.css");
@import url("/ts/wp-content/themes/base/css/utility_sp.css") screen and (max-width: 767px);
/*sub_page CSS
----------------------------*/
/*@import url("/ts/wp-content/themes/base/css/sub_page.css");
@import url("/ts/wp-content/themes/base/css/sub_page_sp.css") screen and (max-width: 767px);*/
/*コンテンツ枠、サイドメニュー枠
--------------------------------*/
/*@media (min-width:1025px){}
@media (min-width:768px) and (max-width:1024px){}*/
@media (min-width:768px) {
 .none-main_contents {
  margin: 1.5em auto 3em;
  max-width: 980px;
  padding: 1.5em 4em;
  border: 1px solid #01999E50;
  border-radius: 10px;
  font-size: clamp(12px, 3.5vw, 13px);
  font-weight: 400;
  text-align: justify;
 }
}
@media (max-width:767px) {
 .site_contents {
  width: 100%;
 }
 .none-main_contents {
  margin: 0 auto 1.5em;
  width: 96%;
  padding: 0 0 2em;
  /*border: 1px solid #01999E50;*/
  border-radius: 10px;
  text-align: justify;
  font-weight: 400;
  font-size: clamp(11px, 3.1vw, 12px);
 }
 /*  .waku-line {
  width: 92%;
  margin:0 auto;
  padding: 0 4%;
}*/
}
/*
*/
/*　コンテンツ
------------------------------------------------------------*/
a {
 color: #071856;
}
@media screen and (min-width: 1000px) {
 .full_width {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  width: auto !important;
 }
}
.contents_box table {
 text-align: left;
 padding: 0px;
 height: auto;
 width: 100%;
 margin: 0 0 1em;
 border: 1px solid #DBDBDB;
 box-sizing: border-box;
}
.contents_box table th {
 font-weight: normal;
 background-color: #EFEFEF;
 width: 7.5em;
 height: auto;
 padding: .8em;
 border: 1px solid #DBDBDB;
}
.contents_box table td {
 padding: .8em;
 height: auto;
 width: auto;
 border: 1px solid #DBDBDB;
}
/* main
-------------------------------------*/
@media (min-width:768px) {
 .main_bg-auto {
  /*background: url("/ts/wp-content/themes/base/img/submain/main_pc_bg.png") no-repeat center center / auto auto;*/
  background: url("/ts/wp-content/themes/base/img/submain/main_pc_bg.png") no-repeat center center / cover;
  height: 669px;
  display: flex;
  justify-content: center;
  align-items: center;
 }
}
@media (max-width:767px) {
 .main_bg-auto {
  all: inherit;
 }
}


/**add20231004
 * privacy
------------------------------ */
.d-privacyTxt ol li h3 {
    font-weight: bold;
    color: #555;
    text-align: left;
    border-bottom: 1px dotted #555;
    margin:1em 0 .5em;
    padding: 0 0 .2em;
    font-size: clamp(12px,4vw,16px);
}
.d-privacyTxt ol li h3 span {
    font-size:86%;
}
ul.prvacy_cookie-link li{
  text-align: left;
  white-space: pre;
  word-break: keep-all;
  font-size: clamp(10px,3.2vw,13px);
}
.cookie_wrap > h4 {
    font-weight: 700;
    margin: 1em 0 .5em;
}
.prv_tbl .privacy_nolist {
    margin:0;
}





/*
*/
/* 02
------------------------------------ */
section.top-02 {
 background-color: white;
 text-align: center;
}
/*@media (max-width:767px) {
section.top-02 {
 margin: 2em 0 2.5em;
   margin: 2.5em 0 0 !important;
}
}*/
section.top-02 div h2 {
 font-size: clamp(16px, 6vw, 44px);
 color: #071856;
 font-weight: bold;
}
section.top-02 div h2 span {
 color: #000;
}
@media (max-width:767px) {
 section.top-02 div h2 {
  font-size: clamp(16px, 6vw, 44px);
  color: #071856;
  font-weight: bold;
 }
}
/*
 */
/* 02-2
------------------------------------ */
section.top-02_2 {
 background-color: white;
 text-align: center;
 margin: 3em 0 6em;
}
@media (max-width:767px) {
 section.top-02_2 {
  margin: 1.5em 0 3em;
 }
}
section.top-02_2 div h2 {
 font-size: clamp(16px, 6vw, 44px);
 color: #03989E;
 font-weight: bold;
}
section.top-02_2 div h2 span {
 color: #F7931E;
}
section.top-02_2 p {
 font-size: clamp(12px, 5.5vw, 17px);
 max-width: 960px;
 margin: 0 auto;
 text-align: justify;
 line-height: 1.8;
}
@media (max-width:767px) {
 section.top-02_2 p {
  font-size: clamp(11px, 3.2vw, 12px);
  padding: 0.5em 1em;
 }
}
section.top-02_2 div > h3 {
 font-size: clamp(14px, 5vw, 34px);
 color: #111;
 position: relative;
 display: block;
 font-weight: bold;
 margin: 1.5em 0 1.5em;
}
section.top-02_2 div > h3:after {
 content: "";
 margin: 0 auto;
 display: block;
 width: clamp(90px, 20vw, 160px);
 height: clamp(2px, .6vh, 4px);
 position: relative;
 bottom: -.4em;
 background-color: #111;
}
.top-04 div ul li.box-02_2 > h3 span {
 display: block;
 font-size: clamp(15px, 7vw, 40px);
 position: relative;
 margin: -1.3em 0 .5em;
 color: #139EA4;
}
@media (max-width:767px) {
 .top-04 div ul li.box-02_2 > h3 span {
  margin: -1.6em 0 .5em;
 }
}
.top-04 div ul li.box-02_2 > h3 span:after {
 content: "";
 width: 1.3em;
 height: 1px;
 background: #139EA4;
 position: absolute;
 bottom: 1px;
 left: 0;
 right: 0;
 margin: 0 auto;
}
.top-04 div ul li.box-02_2 > h3 {
 postion: relative;
 text-align: center;
 font-size: clamp(12px, 4vw, 21px);
 overflow: visible;
}
@media (max-width:767px) {
 .top-04 div ul li.box-02_2 > h3 {
  postion: relative;
  text-align: center;
  font-size: clamp(11px, 3.2vw, 14px);
  overflow: visible;
  font-weight: bold;
 }
}
/*
 */
/* 03
------------------------------------ */
section.top-03 {
 text-align: center;
}
@media (max-width:767px) {
 section.top-03 {
  text-align: center;
  padding: 3em 0 3.5em;
 }
}
section.top-03 div h2 {
 font-size: clamp(16px, 6vw, 44px);
 color: #03989E;
 font-weight: bold;
 margin-bottom: 1em;
}
section.top-03 div h2 span {
 color: #F7931E;
}
section.top-03 .box-03 {
 background-color: white;
 border-radius: 8px;
 padding: 1.2em 3em;
 margin: 1em auto 1.5em;
 max-width: 960px;
}
@media (max-width:767px) {
 section.top-03 .box-03 {
  background-color: white;
  border-radius: 8px;
  padding: 2em .5em;
  margin: 1em auto;
  width: 92%;
 }
}
section.top-03 .box-03 ul {
 display: flex;
 flex-flow: nowrap;
}
@media (max-width:767px) {
 section.top-03 .box-03 ul {
  display: flex;
  flex-direction: column;
 }
}
section.top-03 .box-03 ul li {
 text-align: center;
}
section.top-03 .box-03 ul li:first-child img {
 wdith: 100%;
}
section.top-03 .box-03 ul li:first-child {
 width: 70%;
 padding: 1em;
}
@media (max-width:767px) {
 section.top-03 .box-03 ul li:first-child {
  width: 100%;
  padding: 1em;
 }
}
section.top-03 .box-03 ul li:first-child h3 {
 text-align: left;
 font-weight: bold;
 line-height: 1.5;
 font-size: clamp(14px, 6.5vw, 25px);
 color: #02989D;
}
@media (max-width:767px) {
 section.top-03 .box-03 ul li:first-child h3 {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(12px, 5vw, 19px);
  color: #02989D;
 }
}
section.top-03 .box-03 ul li:first-child p {
 text-align: justify;
 font-size: clamp(12px, 5.5vw, 17px);
 font-weight: bold;
 line-height: 1.8;
 padding: 0 1em 0 0;
}
@media (max-width:767px) {
 section.top-03 .box-03 ul li:first-child p {
  text-align: justify;
  font-size: clamp(11px, 3.2vw, 12px);
  font-weight: bold;
  line-height: 1.8;
  padding: 0;
 }
}
section.top-03 .box-03 ul li:last-child {
 width: 30%;
 margin: auto;
}
section.top-03 .box-03:nth-of-type(2) ul li:last-child {
 order: -1;
 width: 30%;
}
@media (max-width:767px) {
 section.top-03 .box-03:nth-of-type(2) ul li:last-child {
  order: 1;
  width: 30%;
 }
}
section.top-03 .box-03:nth-of-type(2) ul li:first-child p {
 text-align: justify;
 font-size: clamp(12px, 5.5vw, 17px);
 font-weight: bold;
 line-height: 1.8;
 padding: 0 0 0 0;
}
@media (max-width:767px) {
 section.top-03 .box-03:nth-of-type(2) ul li:first-child p {
  text-align: justify;
  font-size: clamp(11px, 3.2vw, 12px);
  font-weight: bold;
  line-height: 1.8;
  padding: 0;
 }
}
/*
*/
/* 04
------------------------------------ */
section.top-04 {
 background-color: white;
 text-align: center;
 margin: 0 auto;
 width: 1000px;
 display: block;
}
@media (max-width:767px) {
 section.top-04 {
  background-color: white;
  text-align: center;
  padding: 2em 0 .5em;
  margin: 0 auto;
  width: 100%;
 }
}
section.top-04 div h2 {
 font-size: clamp(16px, 4.8vw, 44px);
 color: #03989E;
 font-weight: bold;
}
section.top-04 div h2 span {
 color: #F7931E !important;
}
section.top-04 div > h3 {
 font-size: clamp(14px, 5vw, 34px);
 color: #111;
 position: relative;
 display: block;
 font-weight: bold;
 margin: 1.5em 0 1.5em;
}
section.top-04 div > h3:after {
 content: "";
 margin: 0 auto;
 display: block;
 width: clamp(90px, 20vw, 160px);
 height: clamp(2px, .6vh, 4px);
 position: relative;
 bottom: -.4em;
 background-color: #111;
}
/****/
.top-04 div ul {
 display: flex;
 flex-flow: wrap;
 padding: 2em 0;
 justify-content: center;
}
.top-04 div ul li.box-04 {
 background-color: #DEF3F4;
 border-radius: 8px;
 padding: 1em 1.5em;
 margin: 1em .6em 3em;
 flex: 1 1 25%;
}
@media (max-width:767px) {
 .top-04 div ul li.box-04 {
  background-color: #DEF3F4;
  border-radius: 8px;
  padding: 1em 1.2em;
  margin: 1em .6em 1.5em;
  flex: 1 1 40%;
 }
}
.top-04 div ul li.box-04 > h3 span {
 display: block;
 font-size: clamp(15px, 7vw, 40px);
 position: relative;
 margin: -1.3em 0 .5em;
 color: #139EA4;
}
@media (max-width:767px) {
 .top-04 div ul li.box-04 > h3 span {
  margin: -1.6em 0 .5em;
 }
}
.top-04 div ul li.box-04 > h3 span:after {
 content: "";
 width: 1.3em;
 height: 1px;
 background: #139EA4;
 position: absolute;
 bottom: 1px;
 left: 0;
 right: 0;
 margin: 0 auto;
}
.top-04 div ul li.box-04 > h3 {
 postion: relative;
 text-align: center;
 font-size: clamp(12px, 4vw, 21px);
 overflow: visible;
}
@media (max-width:767px) {
 .top-04 div ul li.box-04 > h3 {
  postion: relative;
  text-align: center;
  font-size: clamp(11px, 3.2vw, 14px);
  overflow: visible;
  font-weight: bold;
 }
}
.top-04 div ul li.box-04 div {
 display: block;
 margin: 0 auto;
 background-color: white;
 padding: 1em 0;
}
.top-04 div ul li.box-04 div img {
 margin: 0 auto;
 display: block;
 width: 150px;
}
@media (max-width:767px) {
 .top-04 div ul li.box-04 div img {
  margin: 0 auto;
  display: block;
  width: 80px;
 }
}
.top-04 div ul li.box-04 p {
 text-align: justify;
 font-size: clamp(12px, 6vw, 18px);
 line-height: 1.6;
}
@media (max-width:767px) {
 .top-04 div ul li.box-04 p {
  text-align: justify;
  font-size: clamp(11px, 3.2vw, 13px);
  line-height: 1.6;
 }
}
.top-04 div ul li.box-04:last-of-type {
 background-color: white;
}
/*
*/
/* 05
--------------------------------*/
section.top-05 {
 text-align: center;
}
@media (max-width:767px) {
 section.top-05 {
  padding: 4em 0 3.5em;
 }
}
section.top-05 img {}
/* 06 */
section.top-06 {
 background-color: white;
 text-align: center;
}
@media (max-width:767px) {
 section.top-06 {
  padding: 1em 0 1em;
 }
}
section.top-06 div h2 {
 font-size: clamp(16px, 4vw, 32px);
}
section.top-06 div h3.kuchikomi {
 font-size: clamp(14px, 5vw, 34px);
 color: #111;
 position: relative;
 display: block;
 font-weight: bold;
 margin: 1.6em 0 1.6em;
}
section.top-06 div h3.kuchikomi:after {
 content: "";
 margin: 0 auto;
 display: block;
 width: clamp(90px, 20vw, 160px);
 height: clamp(2px, .6vh, 4px);
 position: relative;
 bottom: -.4em;
 background-color: #111;
}
section.top-06 img {
 display: block;
 margin: 0 auto;
}
/*06 tool-1
------------------*/
.tool-1 {
 margin: 0 auto 3em;
}
@media (max-width:767px) {
 .tool-1 {
  margin: 1.5em auto;
 }
}
/* wrap1
--------------------------------*/
@media (min-width:768px) {
 .tool-1 > .sub-content_wrap1 {
  padding: 2em 3em 2em;
  filter: drop-shadow(0 5px 0 #109DA3);
  border-radius: 14px;
  background-color: #DEF3F4;
  max-width: 960px;
  margin: 0 auto;
  font-size: clamp(12px, 6vw, 20px);
  text-align: justify;
  font-weight: bold;
 }
}
@media (max-width:767px) {
 .tool-1 > .sub-content_wrap1 {
  padding: 1.5em 1.1em 1.5em;
  filter: drop-shadow(0 5px 0 #109DA3);
  border-radius: 12px;
  background-color: #DEF3F4;
  max-width: 95%;
  width: 95%;
  margin: 0 auto;
  font-size: clamp(12px, 3.5vw, 14px);
  text-align: justify;
  font-weight: bold;
 }
}
/* h3
--------------------------------*/
.h3_wrap {
 border-bottom: 4px dotted #109DA3;
 margin: 0 0 1.5em;
}
.h3_wrap h3 {
 color: #111;
 text-align: center;
 position: relative;
 font-weight: bold;
 font-size: clamp(14px, 4vw, 24px);
}
.h3_wrap h3 span {
 color: white;
 background-color: #03989E;
 display: inline-block;
 margin: 0 4px;
 padding: 2px .5em;
 border-radius: 4px;
 line-height: 1.5;
}
.h3_wrap h3::after {
 content: none;
}
/* checkbox
-------------------------------- */
.check_wrap ul li {
 display: flex;
 margin: .8em .2em;
}
.check_wrap ul li p {
 display: block;
 margin: 0;
 padding: 0;
 font-size: clamp(12px, 6vw, 22px);
}
@media (max-width:767px) {
 .check_wrap ul li p {
  display: block;
  margin: 0;
  padding: 0;
  font-size: clamp(12px, 4vw, 14px);
 }
}
.check_wrap ul li p.check-p {
 display: block;
 margin-top: 0;
}
span.checkbox03 {
 padding: 0;
 position: relative;
 width: 26px;
 height: 26px;
 background: white;
 border-radius: 99px;
 border: 2px solid #03989E;
 display: inline-block;
 margin-right: .5em;
}
span.checkbox03:after {
 border-right: 6px solid orange;
 border-bottom: 6px solid orange;
 content: '';
 display: block;
 height: 26px;
 left: 8px;
 margin-top: -23px;
 position: absolute;
 top: 50%;
 transform: rotate(45deg) translate3d(0, 3px, 0) scale3d(.7, .7, 1);
 width: 14px;
}
/*06 tool-2
------------------*/
.tool-2 {
 max-width: 960px;
 width: 94%;
 margin: 0 auto 5em;
}
@media (max-width:767px) {
 .tool-2 {
  margin: 0 auto 4em;
 }
}
.tool-2 > h4.sub_title01-round {
 display: block;
 position: relative;
 padding: .3em .2em;
 background: #089AB1;
 color: white;
 font-size: clamp(12px, 4vw, 26px);
 text-align: center;
 letter-spacing: 0.04em;
 margin: 0 auto;
 width: 8em;
 border-radius: 99px;
 transform: translateY(50%);
 z-index: 1;
 font-weight: bold;
}
.tool-2 > h4.sub_title01-round::after {
 content: "";
 position: absolute;
 top: 100%;
 left: 50%;
 transform: translateX(-50%);
 border: 16px solid transparent;
 border-top: 16px solid #089AB1;
}
@media (max-width:767px) {
 .tool-2 > h4.sub_title01-round::after {
  border: 12px solid transparent;
  border-top: 12px solid #089AB1;
 }
}
.tool-2 > .sub-content_wrap {
 border: 2px solid #089AB1;
 padding: 3em 3em 3em;
 background-color: white;
 border-radius: 14px;
 max-width: 1000px;
}
.tool-2 > :nth-of-type(1).sub-content_wrap {
 margin-bottom: 2em;
}
.tool-2 > .sub-content_wrap img {
 width: 417px;
 margin: 0 auto;
}
.tool-2 > .sub-content_wrap ul.tool-2_ul {
 margin-left: 4em;
}
@media (max-width:767px) {
 .tool-2 > .sub-content_wrap ul.tool-2_ul {
  margin-left: 0
 }
}
.tool-2 > .sub-content_wrap ul li p {
 text-align: justify;
 margin: 0 5em 0 6em;
 position: relative;
 display: block;
 font-size: clamp(12px, 5vw, 22px);
 font-weight: bold;
 line-height: 1.7;
}
@media (max-width:767px) {
 .tool-2 > .sub-content_wrap ul li p {
  text-align: justify;
  margin: 0 -1.5em 0 .1em;
  position: relative;
  display: block;
  font-size: clamp(11px, 3.5vw, 12px);
  font-weight: bold;
  line-height: 1.5;
 }
}
.tool-2 > .sub-content_wrap ul li p::before {
 position: absolute;
 left: -1.5em;
 font-weight: bold;
 color: #089AB1;
 font-size: 120%;
 top: -5%
}
.tool-2 > .sub-content_wrap ul li:nth-child(1) p::before {
 content: "①";
}
.tool-2 > .sub-content_wrap ul li:nth-child(2) p::before {
 content: "②";
}
.tool-2 > .sub-content_wrap ul li:nth-child(3) p::before {
 content: "③";
}
/*
*/
/* tool-3
------------------------*/
.tool-3 {
 background-color: #DEF3F4;
 text-align: center;
 padding: 5em 0;
 margin: 0 auto;
 max-width: 1000px;
 width: 100%;
}
@media (max-width:767px) {
 .tool-3 {
  padding: 2.5em 0 4em;
 }
}
.tool-3 > h3 {
 font-size: clamp(16px, 6vw, 44px);
 color: #03989E;
 font-weight: bold;
 margin-bottom: 1em;
}
.tool-3 > h3 span {
 color: #F7931E;
}
.tool-3 .patent_wrap {
 background-color: white;
 padding: 0 0 0 2em;
 margin: 1em 2.5em;
 border-radius: 8px;
}
@media (max-width:767px) {
 .tool-3 .patent_wrap {
  background-color: white;
  padding: .5em 0 0 2em;
  margin: 1em;
  border-radius: 8px;
 }
}
.tool-3 .patent_wrap ul {
 display: flex;
 flex-flow: nowrap;
 width: 100%;
 align-items: center;
}
.tool-3 .patent_wrap ul li:first-child {
 text-align: left;
 flex: 1 1 auto;
 padding-top: 1em;
}
.tool-3 .patent_wrap ul li:last-child {
 flex: 0 1 200px;
}
.tool-3 .patent_wrap ul li:last-child img {
 width: max(100px, 100%);
}
.tool-3 .patent_wrap ul li > h4 {
 border: 1px solid #111;
 display: inline-block;
 padding: 2px .5em;
 margin: 0;
 border-radius: 3px;
 line-height: 1.5;
 font-size: clamp(12px, 3.4vw, 24px);
 font-weight: bold;
 color: #111;
}
.tool-3 .patent_wrap ul li > p {
 font-size: clamp(12px, 3.2vw, 27px);
 color: #111;
 line-height: 1.5;
 font-weight: bold;
}
.tool-3 .patent_wrap ul li > p span {
 color: #E91747;
}
.tool-3 > p {
 text-align: justify;
 padding: 0 2.2em 1em;
 font-size: clamp(11px, 3.0vw, 20px);
 font-weight: bold;
 line-height: 1.7;
}
@media (max-width:767px) {
 .tool-3 > p {
  text-align: justify;
  padding: 0 1.3em 1em;
  font-size: clamp(11px, 3.0vw, 20px);
  font-weight: bold;
  line-height: 1.6;
 }
}
.tool-3 > p span {
 color: #E91747;
}
.tool-3 > img {
 padding: 0 2em;
}
/*
*/
/* 07---08
------------------------------------ */
section.top-07 {
 text-align: center;
}
@media (max-width:767px) {
 section.top-07 {
  padding: 2.8em 0 2em;
 }
}
section.top-07 div h2 {
 font-size: clamp(16px, 6vw, 44px);
 color: #03989E;
 margin-bottom: 1.5em;
 font-weight: bold;
}
section.top-07 div h2 span {
 color: #F7931E;
}
/* 08-1
------------------------------------ */
.box-08 {
 background-color: white;
 padding: 1em 1em 2em;
 margin: 1em auto 6.5em;
 width: 1000px;
 border-right: 30px solid #f2f2f2;
}
.box-08 ul {
 display: flex;
 flex-flow: nowrap;
}
.box-08 ul li {
 text-align: left;
}
.box-08 > ul li h3 {
 font-size: clamp(14px, 7vw, 27px);
 color: #03989E;
 margin: -1.3em 0 0 1.3em;
 background-color: white;
 padding: 0 .2em 0 .4em;
 display: inline-block;
 text-align: left;
 line-height: 1.4;
}
.box-08 ul li h3 span {
 color: orange;
}
.box-08 ul li:nth-of-type(1) {
 border: 2px solid #03989E;
 margin: 4em 0 1em 1em;
 padding: 0 1.5em 0 0;
 width: 720px;
}
.box-08 ul li:nth-of-type(1) p {
 margin: 2em 2em 2em;
 font-size: clamp(12px, 4vw, 16px);
 line-height: 1.7;
 text-align: justify;
}
.box-08 ul li:nth-of-type(1) p span {
 background-color: #FFEFCD;
}
.box-08 ul li:nth-of-type(1) p div {
 background-color: #FFEFCD;
 color: white;
 display: block;
}
.text_box-08 {
 border: 3px solid #03989E;
 z-index: 3;
}
.box-08 ul li:nth-of-type(2) {
 margin: -3em -3em 0 0;
 width: 255px;
}
.box-08 ul li:nth-of-type(2) div.image_back-color {
 background-color: #23BCC8;
 display: block;
 padding: .2em 0;
}
.box-08 ul li:nth-of-type(2) div.image_back-color > img {
 margin: -1em -2em 0 -20px;
 width: 250px;
}
.box-08 ul li:nth-of-type(2) div.image_back-color span {
 display: block;
 padding: .5em .5em .5em 1em;
 color: white;
}
/*
*/
/* 08-2
------------------------------------ */
.box-082 {
 background-color: white;
 padding: 1em 1em 2em;
 margin: 1em auto 8em;
 width: 1000px;
 border-left: 30px solid #f2f2f2
}
.box-082 ul {
 display: flex;
 flex-flow: nowrap;
}
.box-082 ul li {
 text-align: left;
}
.box-082 > ul li h3 {
 font-size: clamp(14px, 7vw, 27px);
 color: #03989E;
 margin: -1.3em 0 0 1.3em;
 background-color: white;
 padding: 0 .2em 0 .4em;
 display: inline-block;
 text-align: left;
 line-height: 1.4;
}
.box-082 ul li h3 span {
 color: orange;
}
.box-082 ul li:nth-of-type(1) {
 border: 2px solid #03989E;
 margin: 4em 10px 1em 0;
 padding: 0 0 0 1.5em;
 width: 720px;
}
.box-082 ul li:nth-of-type(1) p {
 margin: 2em 2em 2em;
 font-size: clamp(12px, 4vw, 16px);
 line-height: 1.7;
 text-align: justify;
}
.box-082 ul li:nth-of-type(1) p span {
 background-color: #FFEFCD;
}
.box-082 ul li:nth-of-type(1) p div {
 background-color: #FFEFCD;
 color: white;
 display: block;
}
.text_box-082 {
 border: 3px solid #03989E;
 z-index: 3;
}
.box-082 > ul li:nth-of-type(2) {
 margin: -3em 0 0 -40px;
 width: 255px;
 order: -1;
}
.box-082 > ul li:nth-of-type(2) div.image_back-color {
 background-color: #23BCC8;
 display: block;
 padding: .2em 0 .2em -4em;
}
.box-082 > ul li:nth-of-type(2) div.image_back-color > img {
 margin: -1em -2.5em 0 2em;
 width: 250px;
}
.box-082 > ul li:nth-of-type(2) div.image_back-color span {
 display: block;
 padding: .5em .5em .5em 2em;
 color: white;
}
/*
*/
/* 08sp
------------------------------------ */
.box-08s {
 background-color: white;
 margin: 1em auto 3em;
 width: 96%;
 padding: 1em 1em;
}
.box-08s ul {
 display: flex;
 width: 100%;
}
.box-08s ul li {
 margin: 0;
 padding: 0;
}
.box-08s ul li:nth-child(1) {
 flex: 1 1 auto;
}
.box-08s ul li:nth-child(2) {
 flex: 0 0 76px;
}
.box-08s ul li h3 {
 font-size: clamp(12px, 3.5vw, 14px);
 color: #03989E;
 margin: 0 0 0 .1em;
 background-color: white;
 padding: 0 0 0;
 text-align: left;
 font-weight: bold;
}
.box-08s ul li h3 span {
 color: orange;
}
.box-08s ul li h3 + p {
 font-size: 10px;
 text-align: right;
 padding-right: .8em
}
.box-08s ul li:nth-child(2) img {
 margin-top: -2em;
 filter: drop-shadow(5px 5px 0 #18BBC8);
}
.text-area {
 width: 100%;
 border: 2px solid #18BBC8;
 padding: 1em;
 margin: 0 0 0 0;
}
.text-area p {
 margin: 0;
 padding: 0;
 font-size: clamp(11px, 2.8vw, 12px);
 line-height: 1.7;
 text-align: justify;
}
.text-area p span {
 background-color: #FEEECC;
}
/*
*/
/* 082sp
------------------------------------ */
.box-082s {
 background-color: white;
 margin: 1em auto 3em;
 width: 96%;
 padding: 1em 1em;
}
.box-082s ul {
 display: flex;
 width: 100%;
}
.box-082s ul li {
 margin: 0;
 padding: 0;
}
.box-082s ul li:nth-child(1) {
 flex: 1 1 auto;
 order: 2;
}
.box-082s ul li:nth-child(2) {
 flex: 0 0 76px;
}
.box-082s ul li h3 {
 font-size: clamp(12px, 3.5vw, 15px);
 color: #03989E;
 margin: 0 0 0 .4em;
 background-color: white;
 padding: 0 0 0;
 text-align: left;
 font-weight: bold;
}
.box-082s ul li h3 span {
 color: orange;
}
.box-082s ul li h3 + p {
 font-size: 10px;
 text-align: left;
 padding-left: .8em
}
.box-082s ul li:nth-child(2) img {
 margin-top: -2em;
 filter: drop-shadow(-5px 5px 0 #18BBC8);
}
.text-area {
 width: 100%;
 border: 2px solid #18BBC8;
 padding: 1em;
 margin: 0 0 0 0;
}
/*
*/
/* 09
------------------------------------ */
section.top-09 {
 text-align: center;
}
section.top-09 div h2 {
 font-size: clamp(16px, 6vw, 44px);
 font-weight: bold;
}
section.top-09 img {
 display: block;
 margin: 0 auto;
}
/*
*/
/* 11
------------------------------------ */
/*新規アコーディオン-*/
.accbox {
 margin: 2em 0;
 padding: 0;
 width: 100%;
 text-align: left;
 borde: none;
 outline: none;
}
input[type="checkbox"].acd-check {
 display: none;
 outline: none;
}
.acd-label {
 background: rgba(77, 184, 220, .1);
 color: #333435;
 display: block;
 padding: 10px;
 borde: none !important;
 outline: none !important;
}
.acd-content {
 height: 0;
 opacity: 0;
 padding: 0 10px;
 transition: .5s;
 visibility: hidden;
 borde: none;
}
/*******/
@media (min-width:768px) {
 .acd-content p {
  text-align: justify;
  border: none;
  font-size: clamp(13px, 4vw, 16px);
  color: #111;
  margin: 0 4em;
 }
}
@media (max-width:767px) {
 .acd-content p {
  text-align: justify;
  border: none;
  font-size: clamp(11px, 3.5vw, 13px) !important;
  color: #111;
  margin: 0 .5em;
 }
}
/*******/
.acd-content p span {
 margin: 0;
 padding: 0;
 display: inline-block;
}
/********/
@media (min-width:768px) {
 .acd-check:checked + .acd-label + .acd-content {
  height: 80px;
  opacity: 1;
  visibility: visible;
  border: none;
 }
}
@media (max-width:767px) {
 .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  border: none;
 }
}
/********/
@media (min-width:768px) {
 .accbox label {
  display: block;
  margin: .3em 0;
  padding: 13px .5em 13px 1.4em;
  color: #333435;
  font-weight: bold;
  background: #e9e9e9; /*rgba(77, 184, 220, .1);*/
  cursor: pointer;
  transition: all 0.5s;
  font-size: clamp(12px, 4vw, 21px);
  line-height: 1.6;
  text-align: left;
 }
}
@media (max-width:767px) {
 .accbox label {
  display: block;
  margin: .3em 0 .3em 0;
  padding: 13px 3.0em 13px 4em;
  color: #333435;
  font-weight: bold;
  background: #e9e9e9; /*rgba(77, 184, 220, .1);*/
  cursor: pointer;
  transition: all 0.5s;
  font-size: clamp(12px, 3.5vw, 14px);
  line-height: 1.6;
  text-align: left;
  width: 100%;
  text-indent: -3em;
 }
}
/********/
.accbox label span {
 color: #043786;
 margin-right: .8em;
 padding-left: 0;
 font-weight: bold;
 font-size: clamp(14px, 4vw, 20px);
}
.accbox .accshow span {
 color: #4db8dc;
 margin-right: .8em;
 padding-left: 0;
 font-weight: bold;
 font-size: 20px;
}
@media (min-width:768px) {
 /*アイコンを表示*/
 .accbox label:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  float: right;
  padding-right: 1em;
  color: #1c437e;
  font-size: 20px;
 }
}
/*top-11 accwrap
-------------------------*/
section.top-11 {
 /*background-color: white;*/
 text-align: center;
 padding: 0em 5em 5em;
 width: 100%;
}
@media (max-width:767px) {
 section.top-11 {
  padding: 0em 1em 1.5em;
 }
}
section.top-11 div {
 margin: 0 auto;
 width: 880px;
}
@media (max-width:767px) {
 section.top-11 div {
  width: 100%;
 }
}
section.top-11 div h2.subtitle-faq {
 font-size: clamp(16px, 6vw, 44px) !important;
 font-weight: bold;
 padding-bottom: .3em;
}
/* 12
------------------------------------ */
section.top-12 {
 background-color: #DEF3F4 !important;
 text-align: center;
 padding: 3.5em 0;
}
section.top-12 p {
 width: 950px;
 margin: 0 auto;
 padding: 0 0 2em;
 text-align: justify;
 font-size: clamp(12px, 5.5vw, 17px);
 font-weight: bold;
 line-height: 1.8;
}
section.top-12 .p_mds {
 margin: 0 auto;
 padding: 0 0 .5em;
 text-align: center;
 font-size: clamp(15px, 5.8vw, 19px);
 font-weight: bold;
 line-height: 1.8;
}
@media (max-width:767px) {
 section.top-12 {
  background-color: #DEF3F4 !important;
  text-align: center;
  padding: 3em 0 3.5em;
 }
 section.top-12 p {
  text-align: justify;
  font-size: clamp(11px, 3.2vw, 12px);
  font-weight: bold;
  line-height: 1.8;
  padding: 0 1em 1em;
  width: 100%;
 }
 section.top-12 .p_mds {
  text-align: center;
  font-size: clamp(11px, 3.2vw, 12px);
  font-weight: bold;
  line-height: 1.8;
  padding: .5em 0;
  width: 100%;
 }
}
section.top-12 div h2 {
 font-size: clamp(15px, 5vw, 43px);
 color: #03989E;
 font-weight: bold;
 margin-bottom: 1em;
}
section.top-12 div h2 span {
 color: red;
}
section.top-12 .box-12 {
 background-color: white;
 border-radius: 8px;
 padding: 3em 6em;
 margin: 1em auto 1.5em;
 max-width: 960px;
}
@media (max-width:767px) {
 section.top-12 .box-12 {
  background-color: white;
  border-radius: 8px;
  padding: .5em 1.5em;
  margin: 1em auto;
  width: 92%;
 }
}
.main_under {
 background-color: #FFF9D9;
 text-align: center;
 margin-top: 5em;
}
@media (max-width:767px) {
 .main_under {
  margin-top: 0;
 }
}
/*
*/
/*********************************************************/
/*top-13 flow
-------------------------*/
section.top-13 {
 background-color: white;
 text-align: center;
 padding: 3.5em 5em 4em;
 width: 100%;
}
@media (max-width:767px) {
 section.top-13 {
  padding: 1.5em 1em 2em;
 }
}
section.top-13 > div {
 margin: 0 auto;
 width: 1000px;
}
@media (max-width:767px) {
 section.top-13 > div {
  width: 100%;
 }
}
div h3.subtitle-flow {
 font-size: clamp(16px, 5vw, 35px) !important;
 font-weight: bold;
}
/***********************/
@media (min-width:768px) {
 /*ご利用の流れ コンテンツ
------------------------------------------------------*/
 section.top-13 .flow {
  padding: 2em 0;
 }
 section.top-13 .box {
  position: relative;
 }
 section.top-13 .box .box_imageLeft {
  position: absolute;
  left: 27px;
  width: 82px;
  top: -12px;
  filter: drop-shadow(3px 3px 0px #FFAAAAd);
 }
 section.top-13 .flow_area {
  background-color: #f3f3f3;
  /*	width:940px;*/
  margin: 0 2em;
 }
 section.top-13 .flow_box {
  display: flex;
  padding: 1em 2em;
  justify-content: space-between;
  align-items: center;
 }
 section.top-13 .flowin1 {
  width: 60%;
  text-align: left;
 }
 section.top-13 .flow_img {
  width: 340px !important;
  margin: 0 0 0 2em;
 }
 section.top-13 .flow_img img {
  filter: brightness(103%);
 }
 section.top-13 .flow_txt {
  padding: 0 2em 0 36px;
  /*width: 100%;*/
  text-align: justify;
 }
 section.top-13 .flow_ttl {
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #03989E;
  padding-left: 4em;
  border-bottom: 1px solid #03989E;
 }
 section.top-13 h3.flow_ttl2 {
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #111;
  padding-left: 38px;
 }
 section.top-13 .flow_arrow {
  /*width: 200px;*/
  margin: .1em auto;
  text-align: center;
 }
 section.top-13 .flow_arrow img {
  width: 90px;
  margin: auto;
  filter: opacity(50%);
 }
 /***/
 section.top-13 div.mvCont {
  margin: 0 auto;
  width: 1000px;
 }
 section.top-13 div.mvCont h2 {
  text-align: left;
  margin: 1.5em 44px 0;
  font-size: 1.6em;
 }
}
@media (max-width:767px) {
 /******************************************************/
 /*ご利用の流れ
------------------------------------------------------*/
 section.top-13 .flow {
  padding: 1em 0;
  margin: 2em .8em .5em;
 }
 section.top-13 .box {
  position: relative;
 }
 section.top-13 .box .box_imageLeft {
  position: absolute;
  left: 12px;
  width: 68px;
  top: -14px;
 }
 section.top-13 .flow_area {
  background-color: #f3f3f3;
 }
 section.top-13 .flow_box {
  display: flex;
  padding: 1em 2em;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
 }
 section.top-13 .flowin1 {
  width: 60%;
 }
 section.top-13 .flow_img {
  width: 100%;
  margin: 0;
 }
 section.top-13 .flow_img img {
  filter: brightness(106%);
 }
 section.top-13 .flow_txt {
  padding: 0 0 0;
  width: 100%;
  text-align: justify;
 }
 section.top-13 .flow_ttl {
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #03989E;
  padding-left: 3em;
  border-bottom: 1px solid #03989E;
 }
 section.top-13 h3.flow_ttl2 {
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #111;
  line-height: 1.6;
 }
 section.top-13 h3.flow_ttl2-2 {
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #111;
 }
 /*flow ご利用の流れ*/
 section.top-13 .flow_box {
  padding: 1em 1em;
 }
 section.top-13 .flowin1 {
  width: 100%;
 }
 section.top-13 .flowin2 {
  /* display: none;*/
 }
 section.top-13 .flow_ttl {
  font-size: 20px;
  padding-left: 0;
  text-align: center;
 }
 section.top-13 .flow_ttl2 {
  font-size: 16px;
  text-align: center;
  line-height: 2;
 }
 section.top-13 .flow_ttl2-2 {
  /*  font-size: 15px;*/
  text-align: center;
  line-height: 1.6;
  margin: 0 -2em;
 }
 section.top-13 .flow_txt {
  padding: 0;
  text-align: justify;
 }
 section.top-13 .flow_arrow {
  margin: 0 auto;
  text-align: center;
 }
 section.top-13 .flow_arrow img {
  width: 60px;
  margin: auto;
  filter: opacity(50%);
 }
 section.top-13 .add_rigth1 {
  padding-left: 1em;
 }
 /***/
 section.top-13 div.mvCont {
  margin: 0 auto;
  width: 100%;
 }
 section.top-13 div.mvCont h2 {
  text-align: left;
  margin: 1.5em .8em 0;
  font-size: 1.6em;
 }
}
/*movie*/
.movie-content-wrap img {
 width: 100%;
 vertical-align: top;
}
.movie_section {
 max-width: 640px;
 margin: 0 auto;
 padding: 10px 15px;
}
.movie-content-wrap {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}
.movie-content-wrap iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.movie-content-wrap img {
 position: absolute;
 top: 0;
 left: 0;
 cursor: pointer;
}
.sp-spacer {
 display: none;
 width: 1px;
 height: 1px;
}
@media screen and (max-width: 767px) {
 .sp-spacer {
  display: block;
 }
}
/*******************/
/*ボタン*/
.cp_btnwrap1_01 {
 text-align: center;
 margin: 1.5em 1em 0em;
 padding: 0 0 1em;
}
.cp_btn1_01 {
 width: 40%;
 padding: 12px 5px 11px;
 text-align: center;
 text-decoration: none;
 border-radius: 99px;
 display: inline-block;
 color: #043786;
 background: #fff;
 border: #043786 1px solid;
 font-size: 17px;
 font-weight: bold;
 position: relative;
}
.cp_btn1_01:after {
 content: "\f054";
 font-family: "Font Awesome 5 Free";
 font-size: 16px;
 position: absolute;
 right: 13px;
 top: 50%;
 transform: translate(0, -50%);
}
.cp_btn1_01:hover {
 text-decoration: none;
 color: #fff;
 background: #043786;
 border: #043786 1px solid;
 transition: all .3s ease-in-out;
}
.cp_btnwrap1_02 {
 text-align: center;
 margin: 1.5em 1em 0em;
}
.cp_btn1_02 {
 width: 100%;
 padding: 8px 5px 8px;
 text-align: center;
 display: block;
 text-decoration: none;
 border-radius: 99px;
 margin-top: 10px;
 color: #043786;
 background: #fff;
 border: #043786 1px solid;
 font-size: 17px;
 font-weight: bold;
 position: relative;
}
.cp_btn1_02:after {
 content: "\f054";
 font-family: "Font Awesome 5 Free";
 font-size: 16px;
 position: absolute;
 right: 13px;
 top: 50%;
 transform: translate(0, -50%);
}
.cp_btn1_02:hover {
 text-decoration: none;
 color: #fff;
 width: 100%;
 border-radius: 99px;
 background: #043786;
 border: #043786 1px solid;
 transition: all .3s ease-in-out;
}
@media (max-width:767px) {
 .cp_btnwrap1_01 {
  text-align: center;
  /*		margin: 1em 1em 2.5em;*/
  padding: .5em 0 1.5em;
 }
 .cp_btnwrap1_01-n {
  text-align: center;
  margin: 1em 1em 0;
  padding: 0;
 }
 .cp_btn1_01 {
  width: 100%;
  padding: 10px 5px 10px;
  text-align: center;
  /*display: block;*/
  text-decoration: none;
  border-radius: 99px;
  display: inline-block;
  color: #043786;
  background: #fff;
  border: #043786 1px solid;
  font-size: 12px;
  font-weight: bold;
  position: relative;
 }
 .cp_btn1_01:hover {
  text-decoration: none;
  color: #fff;
  background: #043786;
  border: #043786 1px solid;
  transition: all .3s ease-in-out;
 }
 .cp_btn1_01:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translate(0, -50%);
 }
 .cp_btnwrap1_02 {
  text-align: center;
  margin: 0.5em 1em 0em;
 }
 .cp_btn1_02 {
  width: 100%;
  padding: 8px 5px 9px;
  text-align: center;
  display: block;
  text-decoration: none;
  border-radius: 99px;
  margin-top: 0px;
  color: #043786;
  background: #fff;
  border: #043786 1px solid;
  font-size: 12px;
  font-weight: bold;
  position: relative;
 }
 .cp_btn1_02:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translate(0, -50%);
 }
 .cp_btn1_02:hover {
  text-decoration: none;
  color: #fff;
  width: 100%;
  border-radius: 99px;
  background: #043786;
  border: #043786 1px solid;
  transition: all .3s ease-in-out;
 }
 .feature_box ul {
  margin: 0 auto 20px;
 }
}
div.prv_tbl ul li {
 /*white-space: nowrap;*/
 word-break: break-all;
}
/* all end */