@charset "UTF-8";
/******************
 * css_all
 ******************/
/* 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 0;
    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;
    background-color: #fff;
  }
}
@media (max-width:767px) {
  .site_contents {
    width: 96%;
    margin: 0 auto ;
    padding: 1em;
    border: 1px solid #01999E50;
    border-radius: 10px;
    font-size: clamp(12px, 3.5vw, 13px);
    font-weight: 400;
    text-align: justify;
    background-color: #fff;
  }
  .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%;
}*/
}



/***************************************************************************************/
/*************************************************************/
/*　コンテンツ　 */
/* voistar
------------------------------------------------------------*/
@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/img1/top/main_pc.jpg") no-repeat center center / auto auto;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
	  background-size: cover;
  }
}
@media (max-width:767px) {
  .main_bg-auto {
    all: inherit;
  }
}


/*
*/
/* 02
------------------------------------ */
section.top-02 {
     background-color: #E9EDF0;
    text-align: center;
    padding: 5em 0;
}
@media (max-width:767px) {
  section.top-02 {
    margin: 0;
    /*margin: 2.5em 0 0 !important;*/
	  padding: 2em 0;
  }
}
section.top-02 div .h2_mds {
  font-size: clamp(15px, 4vw, 26px);
  color: #000;
  font-weight: bold;
}
section.top-02 div h2 {
  font-size: clamp(16px, 6vw, 40px);
  color: #000;
  font-weight: bold;
}
section.top-02 div h2 span {
  color: #1A88D0;
}
@media (max-width:767px) {
  section.top-02 div h2 {
    font-size: clamp(16px, 6vw, 40px);
    color: #1A88D0;
    font-weight: bold;
    margin: .3em 0 1em;
  }
}
/* 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: 0em 0 3em;
  }
}
section.top-02_2 div h2 {
  font-size: clamp(16px, 6vw, 44px);
  color: #1A88D0;
  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 {
  background-color: #fff !important;
  text-align: center;
  padding: 5em 0 0;
}
@media (max-width:767px) {
  section.top-03 {
    background-color: #fff !important;
    text-align: center;
    padding: 2em 0 1em;
  }
}
section.top-03 div h2 {
  font-size: clamp(16px, 6vw, 44px);
  color: #000;
  font-weight: bold;
  margin-bottom: 1.5em;
}
section.top-03 div h2 span {
  color: #1A88D0;
}
section.top-03 .box-03 {
  padding: 0;
  margin: 2em auto 5em;
  max-width: 1000px;
}
@media (max-width:767px) {
  section.top-03 .box-03 {
    background-color: white;
    border-radius: 8px;
    padding: 0em 1em 2em;
    margin: 1em auto;
    width: 96%;
  }
}
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:nth-child(2n-1) ul li {
  text-align: center;
}
section.top-03 .box-03:nth-child(2n-1) ul li:first-child img {
  wdith: 100%;
}
section.top-03 .box-03:nth-child(2n-1) ul li:first-child {
  width: 70%;
  padding: 0 2em 1.5em;
}

section.top-03 .box-03 ul li:first-child h3 {
  text-align: left;
  font-weight: bold;
  line-height: 3;
  font-size: clamp(14px, 6.5vw, 25px);
  color: #000;
}
.p01 {
    background: url("/ts/wp-content/themes/base/img1/top/point01.svg") no-repeat 0 center / 50px auto;
    padding: 0 0 0 70px;
}
.p02 {
    background: url("/ts/wp-content/themes/base/img1/top/point02.svg") no-repeat 0 center / 50px auto;
    padding: 0 0 0 70px;
}
.p03 {
    background: url("/ts/wp-content/themes/base/img1/top/point03.svg") no-repeat 0 center / 50px auto;
    padding: 0 0 0 70px;
}
.p04 {
    background: url("/ts/wp-content/themes/base/img1/top/point04.svg") no-repeat 0 center / 50px auto;
    padding: 0 0 0 70px;
}
.p05 {
    background: url("/ts/wp-content/themes/base/img1/top/point05.svg") no-repeat 0 center / 50px auto;
    padding: 0 0 0 70px;
}
.p06 {
    background: url("/ts/wp-content/themes/base/img1/top/point06.svg") no-repeat 0 center / 50px auto;
    padding: 0 0 0 70px;
}

@media (max-width:767px) {
.p01 {
    background: url("/ts/wp-content/themes/base/img1/top/point01.svg") no-repeat 0 center / 30px auto;
    padding: 10px 0 0 40px;
}
.p02 {
    background: url("/ts/wp-content/themes/base/img1/top/point02.svg") no-repeat 0 center / 30px auto;
    padding: 10px 0 0 40px;
}
.p03 {
    background: url("/ts/wp-content/themes/base/img1/top/point03.svg") no-repeat 0 center / 30px auto;
    padding: 10px 0 0 40px;
}
.p04 {
    background: url("/ts/wp-content/themes/base/img1/top/point04.svg") no-repeat 0 center / 30px auto;
    padding: 10px 0 0 40px;
}
.p05 {
    background: url("/ts/wp-content/themes/base/img1/top/point05.svg") no-repeat 0 center / 30px auto;
    padding: 10px 0 0 40px;
}
.p06 {
    background: url("/ts/wp-content/themes/base/img1/top/point06.svg") no-repeat 0 center / 30px auto;
    padding: 10px 0 0 40px;
}
}







.selected_pointTitle{
   position:relative;
}
.selected_pointTitle::after  {
    content: "";
    margin: 0 auto;
    display: block;
    width: 110%;
    right: 70px;
    height: clamp(1px, 0.5vh, 2px);
    position: relative;
    bottom: 0;
    background-image: linear-gradient(90deg, rgba(58, 99, 255, 1), rgba(42, 179, 252, 1));
}
@media (max-width:767px) {
  section.top-03 .box-03 ul li:first-child h3 {
    text-align: left;
    font-weight: bold;
    line-height: 3;
    font-size: clamp(12px, 5vw, 17px);
    color: #000;
  }
.selected_pointTitle::after {
    content: "";
    margin: 0 auto;
    display: block;
    width: 120%;
    right: 47px;
    height: clamp(1px, 0.5vh, 2px);
    position: relative;
    bottom: 0px;
    background-image: linear-gradient(90deg, rgba(58, 99, 255, 1), rgba(42, 179, 252, 1));
}	
}
section.top-03 .box-03:nth-child(2n-1) 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:nth-child(2n-1) ul li:last-child {
  width: 30%;
  margin: auto;
}
section.top-03 .box-03:nth-child(2n) ul li:first-child {
  width: 70%;
  padding: 0 2em 1.5em;
}
section.top-03 .box-03:nth-child(2n) ul li:last-child {
  order: -1;
  width: 30%;
}
@media (max-width:767px) {
  section.top-03 .box-03:nth-child(2n) ul li:first-child {
    width: 100%;
    padding: 0 1em 1em;
  }
	section.top-03 .box-03:nth-child(2n-1) ul li:first-child {
        width: 100%;
        padding: 0 1em 1em;
}
	section.top-03 .box-03:nth-child(2n-1) ul li:last-child {
  width: 80%;
  margin: auto;
}
    section.top-03 .box-03:nth-child(2n-1) ul li:first-child p {
        text-align: justify;
        font-size: clamp(11px, 3.2vw, 12px);
        line-height: 1.8;
        font-weight: normal;
        padding: 0;
    }	
}
@media (max-width:767px) {
  section.top-03 .box-03:nth-child(2n) ul li:last-child{
    order: 1;
            width: 80%;
        margin: 0 auto;
  }
}
section.top-03 .box-03:nth-child(2n) 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-child(2n) ul li:first-child p {
    text-align: justify;
    font-size: clamp(11px, 3.2vw, 12px);
    line-height: 1.8;
	  font-weight: normal;
    padding: 0;
  }
}
.additional-class {
  background-image: none!important;
}
.additional-class .none-main_contents {
  border: none!important;
}
/**
 * 04
------------------------------------ */
.site_contents_wrap {
background-image: radial-gradient(circle, rgb(67, 167, 223), rgba(42, 179, 252, 1) 90%);	
/*padding : 30px 0;*/
}
.site_contents_wrap_none {
background-image: radial-gradient(circle, rgb(67, 167, 223), rgba(42, 179, 252, 1) 90%);	
padding : 50px 0 50px;
}
@media (max-width:767px) {
.site_contents_wrap_none {	
	background-image: radial-gradient(circle, rgb(67, 167, 223), rgba(42, 179, 252, 1) 90%);
	padding: 30px 0;
}
}	
section.top-04 {
  text-align: center;
  padding: 1em 0 ;
  margin: 0 auto;
  width: 1000px;
  display: block;
}
@media (max-width:767px) {
  section.top-04 {
    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: #1A88D0;
  font-weight: bold;
}
section.top-04 div h2 span {
  color: #F7931E !important;
}
section.top-04 div > h3 {
  font-size: clamp(16px, 6vw, 40px);
  color: #fff;
  position: relative;
  display: block;
  font-weight: bold;
  margin: 1.5em 0 1em;
}
@media (max-width:767px) {
section.top-04 div > h3 {
  font-size: clamp(16px, 5vw, 40px);
  color: #fff;
  position: relative;
  display: block;
  font-weight: bold;
  margin: 0;
}	
}
/*section.top-04 div > h3:after {
    content: "";
    margin: 0 auto;
    display: block;
    width: clamp(90px, 20vw, 160px);
    height: clamp(2px, 0.5vh, 4px);
    position: relative;
    bottom: -0.5em;
    background-image: linear-gradient(90deg, rgba(58, 99, 255, 1), rgba(42, 179, 252, 1));
}*/
/****/
.top-04 div ul {
  display: flex;
  flex-flow: wrap;
  padding: 1.5em 0;
  justify-content: center;
}
.top-04 div ul li.box-04 {
  background-color: #fff;
filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.2));
  border-radius: 10px;
  padding: 1em 2em;
  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 1em;
    flex: 1 1 40%;
  }
}
.top-04 div ul li.box-04 > h3 span {
  color: #1A88D0;
}
@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 {
  postion: relative;
  text-align: center;
  font-size: clamp(12px, 4vw, 22px);
  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: 130px;
}
@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, 17px);
  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 {
  background-image: radial-gradient(circle, rgb(67, 167, 223), rgba(42, 179, 252, 1) 90%);	
  text-align: center;
  padding: 2em 0 5em;
}
@media (max-width:767px) {
  section.top-05 {
    padding: .5em 0 3em;
  }
}
section.top-05 div > h3 {
  font-size: clamp(16px, 6vw, 40px);
  color: #fff;
  position: relative;
  display: block;
  font-weight: bold;
  margin: 1em 0 1.5em;
	line-height: 1.2;
}
section.top-05 img {}
/* 06 */
section.top-06 {
  background-color: white;
  text-align: center;
  padding: 1em 0 2em;
}
@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;
  max-width: 1000px;
}
/*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: #1A88D0;
  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 #1A88D0;
  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: #1A88D0;
  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 {
  background-color: #f2f2f2 !important;
  text-align: center;
  padding: 3.5em 0 .1em;
}
@media (max-width:767px) {
  section.top-07 {
    padding: 2.8em 0 2em;
  }
}
section.top-07 div h2 {
  font-size: clamp(16px, 6vw, 44px);
  color: #1A88D0;
  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: #1A88D0;
  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 #1A88D0;
  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 #1A88D01A88D0;
  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: #1A88D0;
  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 #1A88D0;
  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 #1A88D0;
  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;
}
.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: #1A88D0;
  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;
  /*padding: 1em;*/
  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: #1A88D0;
  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 {
  background-color: #DEF3F4;
  text-align: center;
  padding: 3em 0;
}
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 0 1em;
  }
}
@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: 0px .5em 13px .5em;
    color: #333435;
    font-weight: bold;
   /* background: rgba(77, 184, 220, .1);*/
    cursor: pointer;
    transition: all 0.5s;
    font-size: clamp(12px, 4vw, 18px);
    line-height: 1.6;
    text-align: left;
	  border-bottom: 1px solid #E2E2E2;
    user-select: none;
  }
}
@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: 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;
	  border-bottom: 1px solid #E2E2E2;
  }
}
/********/
.accbox label span {
  color: #1A88D0;
  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: #1A88D0;
    font-size: 20px;
  }
}
/*top-11 accwrap
-------------------------*/
section.top-11 {
  background-color: white;
  text-align: center;
  padding: 5em 5em 8em;
  width: 100%;
}
@media (max-width:767px) {
  section.top-11 {
    padding: 2em 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, 40px) !important;
  font-weight: bold;
  padding-bottom: 1.5em;
}
/* 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: #1A88D0;
  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;
  padding: .5em 0;
  margin-top: 5em;
}
.main_under img {
  max-width: 1000px;
}
@media (max-width:767px) {
  .main_under {
    margin-top: 1em;
  }
  .main_under img {
    width: 100%;
  }
}


/**
 * top-13 flow
----------------------------------------------*/
section.top-13 {
  background-color: #F5F9FC;
  text-align: center;
  padding: 5em 5em .5em;
  width: 100%;
}
@media (max-width:767px) {
  section.top-13 {
    padding: 2em 1em 2em;
  }
}
section.top-13 > div {
  margin: 0 auto;
  width: 1000px;
}
@media (max-width:767px) {
  section.top-13 > div {
    width: 100%;
  }
}
section.top-13 > div h2.subtitle-flow {
  font-size: clamp(16px, 6vw, 40px) !important;
  font-weight: bold;
	  padding-bottom: 0;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*@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: 25px;
    width: 90px;
    top: 10px;
  filter: drop-shadow(3px 3px 0px #FFAAAAd);
}
section.top-13 .flow_area {
  /*	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: 80%;
  text-align: left;
}
section.top-13 .flow_img {
  width: 160px !important;
  margin: 0 0 0 2em;
}
section.top-13 .flow_img img {
  filter: brightness(106%);
}
section.top-13 .flow_txt {
  padding: 0;
  /*width: 100%;*/
  text-align: justify;
	font-size: 1.1em;
}
section.top-13 .flow_ttl {
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #1A88D0;
  padding-left: 4em;
}
section.top-13 h3.flow_ttl2 {
  font-size: 25px;
  font-weight: bold;
  color: #111;
}
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 {
 /* font-size: 1.5em;*/
  text-align: left;
  margin: 1.5em 44px 0;
  font-size: 1.6em;
}
@media (max-width:767px) {
/*ご利用の流れ
------------------------------------------------------*/
  section.top-13 .flow {
    padding: 1em 0;
    margin: 0 .8em .5em;
  }
  section.top-13 .box {
    position: relative;
  }
  section.top-13 .box .box_imageLeft {
    position: absolute;
    left: 10px;
    width: 80px;
    top: 28px;
  }
/*  section.top-13 .flow_area {
    background-color: #f3f3f3;
  }*/
section.top-13 .flow_area {
/*  background-color: #f3f3f3;*/
  /*	width:940px;*/
  margin: 0 0;
}
    
    
  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: 100%;
  }
  section.top-13 .flow_img {
    width: 130px !important;

    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: #1A88D0;
    padding-left: 3em;
    border-bottom: 1px solid #1A88D0;
  }
  section.top-13 h3.flow_ttl2 {
    padding: 0px 0 0 100px;
    font-size: 20px;
    font-weight: bold;
    color: #1A88D0;
    line-height: 1.6;
	  text-align: left;
  }
  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;
  }
}
/* END ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}


