@charset "UTF-8";
/******************
 * css_all
 ******************/
/* default CSS PC/SP
------------------------------*/
@import url("/ts/wp-content/themes/base/css/default.css");
/* 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");
/*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);

/* env 要確認
-------------------------------------------------*/
.d-sp_fix_menu {
  padding-bottom: env(safe-area-inset-bottom);
}

/*
*/
/*コンテンツ枠、サイドメニュー枠
--------------------------------*/
/*@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 #2d4188;
    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);
  }
}
@media (min-width:768px) {
.submain_contents {
    margin: 1.5em auto 3em;
    max-width: 980px;
    padding: 1.5em 4em;
    font-size: clamp(12px, 3.5vw, 13px);
    font-weight: 400;
    text-align: justify;
}
}
@media (max-width:767px) {
.submain_contents {
    margin: 0 auto 1.5em;
    width: 96%;
    padding: 0 0 2em;
    text-align: justify;
    font-weight: 400;
    font-size: clamp(11px, 3.1vw, 12px);
  }
 }
/*table,td,th
-----------------------------------*/

table, td, th{
    border: 1px solid black;
}

/* br
-----------------------------------*/
br.addbr {
  content: "";
}
br.addbr:after {
  margin-right: -.333em;
  content: "";
}
/* a tagを使わない履歴なしタイプ　新-
----------------------------------*/
@media (min-width:768px) {
  #scroll-to-top-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    background-color: #cccccc80;
    border: none;
    border-radius: 2px;
    transform: rotate(-90deg);
    opacity: 1;
    transition-duration: 0.5s;
    z-index: 19001000;
    cursor: pointer;
    padding: 0 2px 3px 0;
    line-height: 1.3;
  }
  div#scroll-to-top-btn > span {
    display:block;
    position:relative;
    /*right:-.3em;*/
    left: 15px;
    top: -9%;
  }
}
@media (max-width:767px) {
  #scroll-to-top-btn {
    display: none;
  }
}




/*
*/
/***************************************************************************************/
/***************************************************************************************/
/*　コンテンツ　 */
/* KaradaNote
------------------------------------------------------------*/
@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
-------------------------------------*/
img.spNone {
    margin: 100%;
    position: relative;
    left: -235px;
    top: -15px
}
@media (min-width:768px) {
  .main_bg-auto {
    background: /*#1aaec3*/#7ba8d2 url("/ts/wp-content/themes/base/img2/main_bg.webp") no-repeat center center / auto auto;
    height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main_bg-auto > img {
    margin: -8px 0 0;
    padding: 0;
    width: 1000px;
    height: 520px;
  }
}
@media (max-width:767px) {
  .main_bg-auto {
    all: inherit;
  }
}
/*
*/
section#header_banner {
  width: 100%;
  background-color: white;
  text-align: center;
}
section#header_banner div {
  /*min-width: 1000px;*/
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.note-bg {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  height: auto;
  background: url("/ts/wp-content/themes/base/img2/note-bg.png") no-repeat center center / auto auto;
  background-color: #1aaec3;
}
/**
 * aspect banner
-----------------------------------*/
section#header_banner div img {
  width: 1000px;
  height: auto;
  /*aspect-ratio: 100 / 31;*/
}
@media (max-width: 767px) {
  section#header_banner div img {
    width: 100%;
    height: auto;
   /* aspect-ratio: 73 / 35;*/

  }
}

/**
 * セクションブロック
------------------------------------ */
/*共通*/
/*TOP　H2タイトル1行目*/
.h2ttl_1st {
    font-size: clamp(18px, 8vw, 28px) !important;
    display: block;
    line-height: 1.3 !important;
}
@media screen and (max-width: 640px) {
.h2ttl_1st {
    font-size: clamp(15px, 5vw, 17px) !important;
}
}


/*01*/
/*02*/
section.top-02 {
/*  background-color: #e1f6f7;*/
  text-align: center;
  margin: 0;
  display: block;
      padding: 0em 0 3em;
}
@media (max-width:767px) {
  section.top-02 {
       margin: 0;
    padding: 2em 10px 4em;
  }
}
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;
  }
}
/*03*/
section.top-03 {
  text-align: center;
  padding: 3.5em 0;
}
@media (max-width:767px) {
  section.top-03 {
    text-align: center;
    padding: 0;
  }
}
/*04*/
section.top-04 {
  background-color: #e0f6ff;
  text-align: center;
  padding:0em 0 4em;
  /*margin: 2em auto 0;*/
  /*max-width: 1000px;*/
  display: block;
}
@media (max-width:767px) {
  section.top-04 {
    /*background-color: white;*/
    text-align: center;
    padding: 1em 0 0;
    margin: 0 auto;
    width: 100%;
  }
}
/*04-2*/
section.top-04-2 {
  background-color: #fff;
  text-align: center;
  padding: 0em 0 4em;
  /*margin: 2em auto 0;*/
  /*max-width: 1000px;*/
  display: block;
}
@media (max-width:767px) {
  section.top-04-2 {
    /*background-color: white;*/
    text-align: center;
    padding: 1em 0 0;
    margin: 0 auto 5em;
    width: 100%;
  }
}
/*05*/
section.top-05 {
  text-align: center;
  padding: 1.2em 0 0;
}
@media (max-width:767px) {
  section.top-05 {
    padding: 0;
  }
}
/*06*/
section.top-06 {
background-color: #e0f6ff;
  text-align: center;
    padding: 0em 0px 5em;
}
@media (max-width:767px) {
  section.top-06 {
    padding: 2em 0 5em;
    margin-top: 4em;
  }
  section.top-06.full_width.bg_blue {
        padding-top: 2em;
}
}
/*06-2*/
section.top-06-2 {
background-color: #fff;
  text-align: center;
    padding: 0em 0px 3em;
}
@media (max-width:767px) {
  section.top-06-2 {
    padding: 0;
    margin-top: 3em;
  }
  section.top-06.full_width.bg_blue {
        padding-top: 2em;
}
}
/*07*/
section.top-07 {
  text-align: center;
  padding: 0em 0 5em;
  background-color:#fff;
}
@media (max-width:767px) {
  section.top-07 {
       padding: 2em 0 0em;
  }
}
/*08*/
section.top-08 {
  background-color: #fff;
    text-align: center;
    padding: 0em 0 2em;
    margin: 0;
}
@media (max-width:767px) {
  section.top-08 {
    margin: 0;
    padding: 2em 0.5em 4em;
  }
}
/* 8－2 */
section.top-08-2 {
  text-align: center;
  padding: 0;
  margin: 2em 0 0;
}
@media (max-width:767px) {
  section.top-08-2 {
    padding: 0;
    margin: 1.5em 0 0 !important;
  }
}
/*09*/

/* 02
------------------------------------ */

section.top-02 div h2 {
  font-size: clamp(16px, 6vw, 44px);
  color: #222;
  font-weight: bold;
}
/*section.top-02 div h2 span {
  color: #F7931E;
}*/
@media (max-width:767px) {
  section.top-02 div h2 {
    font-size: clamp(16px, 5.1vw, 44px);
    color: #222;/*#2d4188;*/
    font-weight: bold;
    margin: .6em 0 0;
  }
}
/* 02-2
------------------------------------ */

section.top-02_2 div h2 {
  font-size: clamp(16px, 6vw, 44px);
  color: #2d4188;
  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 div h2 {
  font-size: clamp(16px, 6vw, 44px);
  color: #2d4188;
  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 div h2 {
  font-size: clamp(16px, 4.8vw, 44px);
  color: #2d4188;
  font-weight: bold;
}
section.top-04 div h2 span {
  font-size: 110%;
    /*font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
}

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-04area {
  max-width: 1000px;
  margin: 0 auto;
}
.top-04 div ul {
  display: flex;
  flex-flow: wrap;
  padding: 0;
  justify-content: center;
}
/*.top-04 div ul li.box-04 {
 border-radius: 8px;
 padding: 1em 2em 2em;
 margin: 1em .6em 1em;
 flex: 1 1 25%;
	background-color: rgba(255,255,255,0);
   background-image: linear-gradient(to top, #dde6ea 0%, white 85%);
}*/
.top-04 div ul li.box-04 {
  border-radius: 8px;
  padding: .5em 1.5em 1em;
  margin: 1em .6em 1em;
  flex: 1 1 25%;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to top, #dde6ea 0%, white 85%);
}
@media (max-width:767px) {
  .top-04area {
    width: 100%;
  }
  /* .top-04 div ul li.box-04 {
  border-radius: 8px;
  padding: 1em 1.2em;
  margin: 1em .6em 1.5em;
  flex: 1 1 40%;
	background-color: rgba(255,255,255,0);
   background-image: linear-gradient(to top, #dde6ea 0%, white 85%);
}*/
  .top-04 div ul li.box-04 {
    border-radius: 8px;
    padding: .5em 1em;
    margin: 0 .6em 1.5em;
    flex: 1 1 40%;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(to top, #dde6ea 0%, white 85%);
  }
  #box-04_num03 {
    margin: 0 24%;
  }
}
section.top-04 div h2 {
  font-size: clamp(16px, 6vw, 44px);
  color: #222;
  margin-bottom: .5em;
  /*margin-top: 50px;*/
  font-weight: bold;
    font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', sans-serif;
}

@media (max-width:767px) {
  section.top-04 div h2 {
    margin-top: 0;
    font-size: clamp(16px, 5.5vw, 44px);
  }
  
}

.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;
  color: #2d4188;
  line-height: 1.3;
}
@media (max-width:767px) {
  .top-04 div ul li.box-04 > h3 {
    postion: relative;
    text-align: center;
    font-size: clamp(12px, 3.2vw, 14px);
    overflow: visible;
    font-weight: bold;
  }
}
.top-04 div ul li.box-04 div {
  display: block;
  margin: 0 auto;
  padding: 1em 0;
  height: 340px;
}
.top-04 div ul li.box-04 div img {
  margin: 0 auto;
  display: block;
  width: 90px;
}
@media (max-width:767px) {
  .top-04 div ul li.box-04 div img {
    margin: 0 auto;
    display: block;
    width: 50px;
  }
  .top-04 div ul li.box-04 div {
    height: 200px;
  }
}
.top-04 div ul li.box-04 p {
  text-align: justify;
  font-size: clamp(11px, 5vw, 14px);
  line-height: 1.6;
  color: #333;
}
@media (max-width:767px) {
  .top-04 div ul li.box-04 p {
    text-align: justify;
    font-size: clamp(11px, 3.2vw, 11px);
    line-height: 1.6;
    color: #333;
  }
}
.top-04 div ul li.box-04:last-of-type {
  background-color: white;
}
/*
*/
/* 05
--------------------------------*/

/*
*/
/* 06 */

section.top-06 div h2 {
  font-size: clamp(16px, 6vw, 44px);
}
@media (max-width:767px) {
  section.top-06 div h2 {
    font-size: clamp(16px, 5.5vw, 44px);
    color: #222;/*#2d4188;*/
    margin-bottom: 2em;
    font-weight: bold;
  }
}
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: auto;
}

@media (min-width:768px) {
  section.top-06 img {
    display: block;
  margin: auto ;
  }
}
@media (min-width:768px) {
  .top-06_area-1 {
    width: 1000px;
    margin: 8em auto 4em;
  }
}
@media (max-width:767px) {
  .top-06_area-1 {
    width: 100%;
    margin: .4em auto 0;
  }
}
/* 07
--------------------------------*/

/* 08
--------------------------------*/

/* 8-2 「さらに」
-------------------------------------------------------*/
.top-08-2 h3 span {
  font-size: clamp(13px, 6vw, 32px);
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt"1;
  position: relative;
  text-align: center;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.top-08-2 h3 span::before {
  content: "＼";
  position: absolute;
  top: -.3em;
  left: -1.3em;
  font-size: 120%;
  transform: rotate(5deg);
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}
.top-08-2 h3 span::after {
  content: "／";
  position: absolute;
  top: -.3em;
  right: -1.3em;
  font-size: 120%;
  transform: rotate(-5deg);
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}
@media (min-width:768px) {
  .top-08-2 i.dot-text {
    display: inline-block;
    font-style: normal;
    font-feature-settings: inherit;
    padding-top: .1em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 32px .3em;
    background-image: radial-gradient(.12em .12em at center center, black, black 100%, transparent);
  }
}
@media (max-width:767px) {
  .top-08-2 i.dot-text {
    display: inline-block;
    font-style: normal;
    font-feature-settings: inherit;
    padding-top: .1em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 23px .3em;
    background-image: radial-gradient(.12em .12em at center center, black, black 100%, transparent);
  }
}

/*
 */
/* dot
-----------------------------*/

i.dot-text2 {
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
  font-style:normal;
}
.top-08-2 h3 > span i {
  position: relative;
  font-style:normal;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.top-08-2 h3 > span i::before {
  content: "・";
  position: absolute;
  top: -.9em; 
  left: 25%;
  font-style:normal;
}
i.dot-text4 {
  display: inline-block;
  padding-top: 3px;
  border-top: 8px dotted black;
}



/* howto Wrap
--------------------------------------------------------*/
@media (min-width:768px) {
  div.howto_wrap {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto 40px;
  }
  ul.howto_box:nth-child(odd) {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 48%;
    justify-content: flex-start;
    background-color: #E7F4FB;
    margin: .5em 1em 1em 0;
    padding: 0 0 0 1em;
    border-radius: 15px;
    min-height: 186px;
  }
  ul.howto_box:nth-child(even) {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 48%;
    justify-content: flex-start;
    background-color: #E7F4FB;
    margin: .5em 0 1em 1em;
    padding: 0 0 0 1em;
    border-radius: 15px;
    min-height: 186px;
  }
  ul.howto_box + div.howto_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 48%;
    justify-content: center;
    margin: .5em 0 1em 1em;
    padding: 0 0 0 1em;
    border-radius:15px;
    min-height: 186px;
    background: url(/ts/wp-content/themes/base/img3/img_howto-6.webp) no-repeat center center / cover;
    background-color: white;
  }
  ul.howto_box:last-of-type li > img {
    width: 100%;
  }
  ul.howto_box li:first-child {
    flex: 0 0 120px;
    padding: 0;
  }
  ul.howto_box li:first-child > img {
    width: 124px;
 border-radius: 0.5em;
  }
  ul.howto_box li:last-child {
    flex: 1 1 auto;
    padding: 1.5em 2em 1.5em 1em;
    text-align: left;
  }
  ul.howto_box li h3 {
    font-size: 1.7em;
    color: #2D4188;
  }
  ul.howto_box li p {
    font-size: 1.3em;
    letter-spacing: .1em;
  }
}
/*　howto Wrap SP
-------------------------------------------------*/
@media (max-width:767px) {
  div.howto_wrap {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;
    width: 98%;
    margin: 0 auto;
  }
  ul.howto_box:nth-child(odd) {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48%;
    justify-content: flex-start;
    background-color: #E7F4FB;
    margin: .5em .5em .5em 0;
    padding: .8em .8em;
    border-radius:  15px;
    min-height: 174px;
  }
  ul.howto_box:nth-child(even) {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48%;
    justify-content: flex-start;
    background-color: #E7F4FB;
    margin: .5em 0 .5em .5em;
    padding: .8em .8em;
    border-radius:  15px;
    min-height: 174px;
  }
  ul.howto_box:last-of-type li > img {
    width: 100%;
  }
  ul.howto_box li:first-child {
    flex: 1 1 auto;
    padding: 0;
  }
  ul.howto_box li:first-child > img {
    width: 66%
  }
  ul.howto_box li h3 {
    font-size: clamp(12px, 3.5vw, 1.6em);
    color: #2D4188;
    margin: 0 -3px;
    padding: 0;
  }
  ul.howto_box li p {
    font-size: clamp(10px, 2.8vw, 12px);
    text-align: justify;
    min-height: 4.2em;
    margin: 0;
  }
  ul.howto_box + div.howto_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 48%;
    justify-content: center;
    margin: .5em 0 .5em .5em;
    padding: .8em .8em;
    border-radius:  15px;
    min-height: 174px;
    background: url(/ts/wp-content/themes/base/img3/img_howto-6.webp) no-repeat center center / cover;
    background-color: white;
  }
}
/*
*/
/* 09
--------------------------------------------------------*/
section.top-09 {
  /* background-color: #2d4188;*/
  text-align: center;
  padding: 3.2em 0 2.5em;
}
@media (max-width:767px) {
  section.top-09 {
    padding: 0;
  }
}
/*
*/
/*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: #2d4188;
  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 #2d4188;
  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: #2d4188;
  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 div h2 {
  font-size: clamp(16px, 6vw, 44px);
  color: #222;
  margin-bottom: 2.5em;
  font-weight: bold;
}
section.top-07 div h2 span {
  color: #222222;
}
@media (max-width:767px) {
section.top-07 div h2 {
  font-size: clamp(16px, 5.5vw, 44px);
}
}
/* 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: #2d4188;
  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 #2d4188;
  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 #2d4188;
  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: #2d4188;
  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 #2d4188;
  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 #2d4188;
  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;
  padding: 1em;
  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: #2d4188;
  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: #2d4188;
  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;
  padding: 1.2em 0 0;
}
section.top-09 div h2 {
  font-size: clamp(16px, 6vw, 44px);
  font-weight: bold;
  line-height: 1.5
}
section.top-09 img {
  display: block;
  margin: 30px auto 0;
}
/* 10 不使用?
--------------------------------------------------------*/
section.top-10 {
  text-align: center;
  padding: 0;
}
section.top-10 div h2 {
  font-size: clamp(16px, 6vw, 44px);
  font-weight: bold;
}
section.top-10 img {
  display: block;
  margin: 0 auto;
}
/* 10 background
--------------------------------------------------------*/
section.top-10_bg {
  text-align: center;
  padding: 0;
  /*margin-top: 5em;*/
}
@media (max-width:767px) {
  section.top-10_bg {
    text-align: center;
    padding: 0;
    margin-top: -1.1em;
  }
}
section.top-10_bg div h2 {
  font-size: clamp(16px, 6vw, 44px);
  font-weight: bold;
}
section.top-10_bg img {
  display: block;
  margin: 0 auto;
  padding: 0 .8em;
}
.top-10_bg {
  background: url("/ts/wp-content/themes/base/img3/top-10_bg-4.jpg") no-repeat center bottom / cover;
  height: auto;
}
@media (max-width:767px) {
  .top-10_bg {
    background: url("/ts/wp-content/themes/base/img3/top-10_bg-3s.jpg") no-repeat center bottom / cover;
    height: auto;
  }
}
/*
*/
/* subCopu
--------------------------------------------------------*/
.top-10_bg .mdsmds_bg3 {
  padding: 1em 0 3em;
  margin: 0;
}
/*@media (max-width:767px) {
  .top-10_bg .mds_bg3 {
    padding: 0 0 4em;
  }
}*/
.top-10_bg .mds_bg3 > h2 {
  font-size: clamp(14px, 8vw, 33px);
  color: #E96553;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 0em;
}
@media (max-width:767px) {
  .top-10_bg .mds_bg3 > h2 {
    font-size: clamp(14px, 4.5vw, 36px);
    color: #E96553;
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 0;
    line-height: 1.5;
  }
}
.top-10_bg .mds_bg3 > h2 span {
  font-size: clamp(12px, 6.0vw, 26px);
 font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  color: #2D4187;
  font-weight: bold;
  margin-bottom: 1em;
  padding-top: 1em;
}
@media (max-width:767px) {
  .top-10_bg .mds_bg3 > h2 span {
    font-size: clamp(12px, 4.3vw, 28px);
    color: #2D4187;
    font-weight: bold;
    margin-bottom: 1em;
    padding-top: 1em;
  }
}
/*
*/
/* h2
--------------------------------------------------------*/
h2.top-10_bg_h2 {
  font-size: clamp(12px, 6vw, 22px);
  color: #2D4187;
  margin-top: -30px;
}
h2.top-10_bg_h2s {
  display: none;
}
@media (max-width:767px) {
  h2.top-10_bg_h2 {
    display: none;
  }
  h2.top-10_bg_h2s {
    font-size: clamp(12px, 4vw, 16px);
    color: #2D4187;
  }
}
/* Round h3 */
.top-10_bg h3 {
  border-radius: 99px;
  border: 1px solid blue;
  font-size: clamp(13px, 6vw, 20px);
  color: #2D4187;
  display: block;
  padding: 0 0 .1em;
  line-height: 1.6;
  width: 19em;
  margin: 2em auto .8em;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width:767px) {
  .top-10_bg h3 {
    border-radius: 99px;
    border: 1px solid blue;
    font-size: clamp(13px, 6vw, 15px);
    color: #2D4187;
    display: block;
    padding: 0 0 .1em;
    line-height: 1.6;
    width: 19em;
    margin: 2em auto .8em;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
  }
}
/* 1000 areaWrap */
.top-10_area {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width:767px) {
  .top-10_area {
    width: 100%;
  }
}


/* 11
--------------------------------------------------------*/
/* アコーディオン */
.accbox {
  margin: -4em 0;
  padding: 0;
  max-width: 100vw;
  text-align: left;
  borde: none;
  outline: none;
  width: 100%;
  overflow: hidden;
}
@media (max-width:767px) {
.accbox {
    margin: 0 5px;
    width: auto;
}
}
input[type="checkbox"].acd-check {
  display: none;
  outline: none;
}

.accbox label {
    display: block;
    margin: 0.3em 0 .3em 0em;
    padding: 13px 2.5em 13px 3.2em;
    color: #333435;
    font-weight: normal;
/*    background: rgba(77, 184, 220, .1);*/
    cursor: pointer;
    transition: all .2s;
    font-size: clamp(12px, 3.7vw, 19px);
    line-height: 1.6;
    text-align: left;
    width: 100%;
    text-indent: -2.4em;
    max-width: 100vw;
}
.accbox label span {
  color: #5e9ad2;
  margin-right: .8em;
  padding-left: 0;
  font-weight: bold;
  font-size: clamp(14px, 3.8vw, 20px);
}
.accbox .accshow span {
color: #FFA54C;
    margin: 0 0.8em 0 0;
    padding: 0;
    font-weight: bold;
    font-size: 17px;
    position: relative;
    /* top: 0px; */
}
.acd-label {
  font-size: 12px;
  color: #8A8A8A;
  background: #FFF;
  display: block;
  margin: 0 auto;
  padding: 6px;
  width: 96%;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.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;
  margin: 0 auto 5px;
  width: 96%;
  transition: .2s;
  visibility: hidden;
  borde: none;
}
.acd-content p {
  text-align: justify;
  border: none;
  font-size: clamp(13px, 4vw, 16px);
  color: #111;
  margin: 0 4em 1em 2.5em;
  line-height: 1.7;
}
.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 5px;
  visibility: visible;
  width: 96%;
}
.acd-label:before {
  content: "\e313";
  font-family: "Material Icons";
  font-size: 1.4em;
  position: absolute;
  top: 50%;
  right: -.3em;
  transform: translateY(-50%);
}
.acd-check:checked + .acd-label:before {
  content: "\e316";
  font-family: "Material Icons";
}



@media (max-width:767px) {
.acd-check {
    display: none;
}
.acd-label {
    font-size: 12px;
    color: #8A8A8A;
    background: #FFF;
    display: block;
    margin: 0 auto;
    padding: 6px;
    width: 96%;
    cursor: pointer;
    text-align: center;
    position: relative;
}
.acd-content {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    margin: 0 auto 5px;
    width: 96%;
    visibility: hidden;
}
.acd-content:last-child {
    padding: 0;
    margin: 0 auto;
}
.acd-content p {
    margin: 0 auto;
    font-size: clamp(11px,3.2vw,13px) !important;
  line-height: 21px;
}
.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 5px;
    visibility: visible;
    width: 96%;
}
.acd-label:before {
    content: "\e313";
    font-family: "Material Icons";
    font-size: 1.4em;
    position: absolute;
    top: 50%;
    right: -.3em;
    transform: translateY(-50%);
}
.acd-check:checked + .acd-label:before {
    content: "\e316";
    font-family: "Material Icons";
}
}










/*
*/
/*top-11 accwrap
-------------------------*/
section.top-11 {
  background-color: white;
  text-align: center;
  padding: 3.5em 5em 3em;
  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, 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: #2d4188;
  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;
}
@media (max-width:767px) {
  .main_under {
    margin-top: 1em;
  }
}
/*
*/
/*********************************************************/
/*top-13 flow
-------------------------*/
section.top-13 {
  background-color: white;
  text-align: center;
  padding: 2.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%;
  }
}
section.top-13 > div h2.subtitle-flow {
  font-size: clamp(16px, 6vw, 44px) !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;
    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(106%);
  }
  section.top-13 .flow_txt {
    padding: 0 2em 0 36px;
    text-align: justify;
  }
  section.top-13 .flow_ttl {
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
    color: #2d4188;
    padding-left: 4em;
    border-bottom: 1px solid #2d4188;
  }
  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 {
    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;
  }
  .flowstep_img {
    padding: 2em 0 5em;
	  max-width: 1000px;
        margin: 0 auto;
}
		.flowstep_img h3 {
    text-align: left;
	font-size: 1.7em;
	color: #5e9ad2;
}
}
@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: #2d4188;
    padding-left: 3em;
    border-bottom: 1px solid #2d4188;
  }
  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;
  }
.flowstep_img {
    padding: 0 0 4em;
}
	.flowstep_img h3 {
	font-size: 1.5em;
	color: #5e9ad2;
	padding: 0 10px;
}
}
/*
*/
/*
*/
/*****************************************************************************/
.mds_bg {
/*  background: url("/ts/wp-content/themes/base/img2/mds_bg.png") no-repeat center center / auto auto;*/
  /*height: 200px;*/
  /*justify-content: center;
  align-items: center;*/
}
@media (max-width:767px) {
  .mds_bg {
 /*   background: url("/ts/wp-content/themes/base/img3/mds_bg-s.png") no-repeat center center / auto auto;*/
 /*   background-size: cover;*/
    /*height: 85px;*/
    /* justify-content: center;
    align-items: center;*/
  }
.mds_bg.mds_ttl {
     height: 130px; 
}
}
.mds_bg h2 {
  font-size: clamp(16px, 6vw, 44px);
  color: #222;
  font-weight: bold;
  text-align:center;
  padding-top: 1.7em;
  line-height: 1.4;
   position: relative;
      margin-bottom: 1.5em;
}
.mds_bg2 h2{
    font-size: clamp(16px, 6vw, 44px);
  color: #222;
  font-weight: bold;
  text-align:center;
  padding-top: 5em;
  line-height: 1.4;
   position: relative;
}
@media (max-width:767px) {
  .mds_bg h2{
    font-size: clamp(16px, 5.5vw, 44px);
  }
  .mds_bg2 h2{
    margin-top:10.5em;
    font-size: clamp(16px, 5.5vw, 44px);
  }
  
  
}
/*.mds_bg h2{
  padding-top: 0;
  }
}*/
.mds_bg h2::before{content: '';
    position: absolute;
    display: inline-block;
    width: 870px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #5e9ad2;
    border-radius: 2px;
    bottom: -15px;
}

.mds_bg2 h2::before{content: '';
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #1AAEC3;
    border-radius: 2px;
    bottom: -15px;}
/**************************************************************************/
.top-10 .mds_bg2 {
  background: url("/ts/wp-content/themes/base/img2/mds_bg.png") no-repeat center center / auto auto;
  height: 200px;
  /*justify-content: center;
  align-items: center;*/
}
@media (max-width:767px) {
  .top-10 .mds_bg2 {
    background-size: cover;
    height: 100px;
  }
  .mds_bg h2::before {
  width: 320px;}
}
.top-10 .mds_bg2 > h2 {
  font-size: clamp(14px, 6vw, 28px);
  color: #E96553;
  font-weight: bold;
  margin-bottom: .9em;
  padding-top: 1.2em;
  line-height: 1.4;
}
.top-10 .mds_bg2 > h2 span {
  font-size: clamp(12px, 5.0vw, 24px);
  color: #2D4187;
  font-weight: bold;
  margin-bottom: .9em;
  padding-top: 1.2em;
}


/*server_spec-01
---------------------------------------------*/
ul.server_spec-01 {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0;
}
ul.server_spec-01 li {
  background-color: #C4CDD4;
  font-size: clamp(10px, 2.2vw, 1em);
  border-radius: 3px;
  padding: .2em 0 .3em;
  margin: 0 .3em;
  width: 7em;
}
@media (max-width:767px) {
  ul.server_spec-01 {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 0;
  }
  ul.server_spec-01 li {
    background-color: #C4CDD4;
    font-size: clamp(10px, 2.2vw, 1em);
    border-radius: 3px;
    padding: .2em 0 .3em;
    margin: 0 .2em;
    width: 6.8em;
  }
}
ul.server_spec-02 {
  display: flex;
  align-content: center;
  justify-content: center;
}
ul.server_spec-02 li {
  background-color: #C4CDD4;
  font-size: clamp(10px, 2.2vw, 1em);
  border-radius: 3px;
  padding: .2em .5em .3em;
  margin: -.2em .3em 0;
  width: 14.5em;
}
@media (max-width:767px) {
  ul.server_spec-02 {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  ul.server_spec-02 li {
    background-color: #C4CDD4;
    font-size: clamp(10px, 2.2vw, 1em);
    border-radius: 3px;
    padding: .2em .5em .3em;
    margin: 2px .3em 0;
    width: 14.1em;
  }
}
/*
*/
/* top 21
------------------------*/
section.top-21 {
  font-size: clamp(12px, 4vw, 15px);
  line-height: 1.6;
}
.top-21_area-1 {
  width: 1000px;
  margin: 2em auto;
}
.top-21_bg-1 {
  /* background: url("/ts/wp-content/themes/base/img3/img_bg-11.png") no-repeat center center / auto auto;*/
  background: url("/ts/wp-content/themes/base/img3/img_bg-01.png") no-repeat center center / auto auto;
  /* background: url(/ts/wp-content/themes/base/img3/img_bg-01.png) no-repeat center center / contain;*/
  /* background: url(/ts/wp-content/themes/base/img3/img_bg-01.png) no-repeat center center / cover;*/
  height: 736px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  /*width: max(100%, 1000px);*/
  width: max(100%, 768px);
  margin-bottom: -89px;
}
.top-21_bg-2 {
  background: url("/ts/wp-content/themes/base/img3/img_bg-02.png") no-repeat center center / auto auto;
  height: 726px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  /* margin-top: -89px;*/
  flex-direction: column;
  /*width: max(100%, 1000px);*/ margin-bottom: -82px;
  width: max(100%, 768px);
}
.top-21_bg-3 {
  background: url("/ts/wp-content/themes/base/img3/img_bg-03.png") no-repeat center center / auto auto;
  height: 742px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  /*margin-top: -82px;*/
  flex-direction: column;
  /*width: max(100%, 1000px);*/
  width: max(100%, 768px);
}
.top-21 .top-21_in-wrap {
  max-width: 560px;
  margin: -2em 0 0 calc((100% - 1000px) / 2);
}
.top-21 .top-21_in-wrap2 {
  max-width: 560px;
  margin: -1em calc((100% - 1000px) / 2) 0 0;
}
.top-21 h3 {
  font-size: clamp(14px, 8vw, 32px);
  border-bottom: dotted 3px #21445B;
  margin: .5em 0 .6em;
  text-align: left;
}
.top-21 h3 span {
  display: block;
  background-color: #21445B;
  font-size: clamp(12px, 6vw, 24px);
  color: white;
  width: 8em;
  text-align: center;
  border-radius: 4px;
  position: relative;
  top: 2px;
  margin: 0 0 .3em;
}
.top-21 h3 span b {
  font-weight: normal;
  font-size: 107%;
}
.top-21 p {
  font-size: clamp(11px, 5vw, 16px);
  line-height: 1.7;
  text-align: justify;
}
@media (max-width:767px) {
  section.top-21 {
    font-size: clamp(11px, 3.5vw, 13px);
    line-height: 1.6;
    width: 100%;
    padding: 1em 0;
  }
  .top-21_area-1 {
    width: 100%;
    margin: .5em auto 2em;
  }
  /**********/
  .top-21_bg p {
    font-size: clamp(11px, 5vw, 16px);
    line-height: 1.7;
    text-align: justify;
  }
  .top-21_bg-1 {
    /*background: url("/ts/wp-content/themes/base/img3/img_bg-01s.png") no-repeat center center / auto auto;*/
    background: url(/ts/wp-content/themes/base/img3/img_bg-01s.png) no-repeat center center / contain;
    height: 62vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin: -1em 0 -3em;
    padding: 1em;
  }
  .top-21_bg-2 {
    /*    background: url("/ts/wp-content/themes/base/img3/img_bg-02s.png") no-repeat center center / auto auto;*/
    background: url(/ts/wp-content/themes/base/img3/img_bg-02s.png) no-repeat center center / contain;
    height: 57vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin: 0em 0;
    padding: 1em;
  }
  .top-21_bg-3 {
    /*    background: url("/ts/wp-content/themes/base/img3/img_bg-03s.png") no-repeat center center / auto auto;*/
    background: url(/ts/wp-content/themes/base/img3/img_bg-03s.png) no-repeat center center / contain;
    height: 83vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin: -1em 0;
    padding: 1em;
  }
  .top-21 .top-21_in-wrap {
    max-width: 100%;
    margin: 0;
  }
  .top-21 .top-21_in-wrap2 {
    max-width: 100%;
    margin: 0;
  }
  .top-21 h3 {
    font-size: clamp(12px, 4.5vw, 20px);
    border-bottom: dotted 3px #21445B;
    margin: .5em 0 .6em;
    line-height: 1.3;
    padding: 0 0 .2em;
    text-align: center;
  }
  .top-21 h3 span {
    display: block;
    background-color: #21445B;
    font-size: clamp(12px, 4vw, 15px);
    color: white;
    width: 8em;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto .5em;
    padding: .3em .2em .2em;
  }
  .top-21 h3 span b {
    font-weight: normal;
    font-size: 107%;
  }
  .top-21 p {
    font-size: clamp(11px, 3.5vw, 13px);
    line-height: 1.6;
    text-align: justify;
  }
}
/* top-22 
-------------------------------------------*/
section.top-22n {
  font-size: clamp(12px, 4vw, 15px);
  line-height: 1.6;
/*    padding: 1em 0 0;*/
}
.top-22n_bg-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
      background-color: #e0f6ff;
  /*margin-bottom: 100px;*/
  width: max(100%, 1000px);
/*  margin-top: 2em;*/
}
.top-22n .top-22n_in-wrap {
  max-width: 100%;
  margin: 0;
}
.top-22n h3 {
  font-size: clamp(14px, 8vw, 32px);
  border-bottom: dotted 3px #21445B;
  margin: .5em auto .6em;
  text-align: center;
}
.top-22n h3 span {
  display: block;
  background-color: #21445B;
  font-size: clamp(12px, 6vw, 24px);
  color: white;
  width: 8em;
  text-align: center;
  border-radius: 4px;
  position: relative;
  top: 2px;
  margin: 0 auto .3em;
}
.top-22n h3 span b {
  font-weight: normal;
  font-size: 107%;
}

.mds-img {
    padding: 1em 0 5em;
    max-width:1000px;
  margin:auto;
}
@media (max-width: 767px) {
  .mds-img {
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0.8em;
    padding-left: 0.8em;
  }
}
.top-22n-pd {
      margin-top: 0;
/*
    padding-top: 3em;
*/

 background-color: #e1f6f7;
}
@media (max-width:767px) {
  section.top-22n {
    font-size: clamp(12px, 4vw, 15px);
    line-height: 1.6;
        padding: 1em 0 4em;
    background-color: #e0f6ff;
  }
.top-22n-pd {
/*margin-top: -36px; */
/*    padding-top: 4em;*/
/*  background-color: #e1f6f7;*/
}
  .top-22n_bg-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
        margin: 1px 0;
    padding: 0 5px;
  }
  .top-22n .top-22n_in-wrap {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .top-22n h3 {
    font-size: clamp(12px, 4.5vw, 20px);
    border-bottom: dotted 3px #21445B;
    margin: .5em auto .6em;
    line-height: 1.3;
    padding: 0 0 .2em;
  }
  .top-22n h3 span {
    display: block;
    background-color: #21445B;
    font-size: clamp(12px, 4vw, 15px);
    color: white;
    width: 8em;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto .5em;
    padding: .3em .2em .2em;
  }
  .top-22n h3 span b {
    font-weight: normal;
    font-size: 107%;
  }
  .mds-img{
    margin-top: 0;
    padding-bottom: 0;
  }
}
/* 22n
----------------------------------------------------*/
section.top-22n .top-22n_box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 0;
  justify-content: center;
}
section.top-22n .top-22n_box ul li {
  background-color: #EFF8FF;
  /*background: linear-gradient(0deg, rgba(239,248,255,1) 0%, rgba(239,248,255,0) 100%);*/
  text-align: center;
  margin: 0 .6% 16px;
  flex: 1 1 32%;
  border-radius: 8px;
  padding: 2em 1em 1em;
}
section.top-22n .top-22n_box ul li h3 {
  color: #0B3B6B;
  margin: 1em auto 0;
  padding: 0;
  line-height: 1.3;
  font-size: clamp(12px, 6vw, 23px);
  font-weight: 700;
  letter-spacing: normal;
  border: none;
}
section.top-22n .top-22n_box ul li:last-of-type {
  background-color: white;
}
section.top-22n .top-22n_box ul li img {
  padding: 0 0 .1em;
  height: 260px;
  border-radius: 100%;
}
section.top-22n .top-22n_box ul li:last-of-type img {
  padding: 0 0 .1em;
  height: 424px;
  border-radius: inherit;
}
section.top-22n .top-22n_box ul li p {
  margin: 0;
  color: #000;
  font-size: 16px;
  padding: .1em .8em 1.2em;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: .1em;
}
/***************************************************/
/* SP
--------------------------------------------------*/
@media (max-width:767px) {
  section.top-22n .top-22n_box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 15px;
    width: 100%;
  }
  section.top-22n .top-22n_box ul li {
    background-color: #EFF8FF;
    text-align: center;
    flex: 1 1 46%;
    margin: 0 .4em .6em;
    padding: .8em .5em .5em;
  }
  section.top-22n .top-22n_box ul li h3 {
    color: #0B3B6B;
    margin: 1em auto 0;
    padding: 0;
    line-height: 1.3;
    font-size: clamp(12px, 4vw, 15px);
    font-weight: 700;
    letter-spacing: normal;
    border: none;
  }
  section.top-22n .top-22n_box ul li img {
    padding: 0;
    height: auto;
  }
  section.top-22n .top-22n_box ul li:last-of-type {
    background-color: inherit;
    margin: auto .4em 2em;
    padding: 0;
  }
  section.top-22n .top-22n_box ul li:last-of-type img {
    padding: 0 0 .1em;
    width: 80%;
    margin: auto auto 0;
    border-radius: inherit;
    height: auto;
  }
  div.top-22n_in-wrap .top-22n_box ul li h3 + p {
    margin: 0;
    padding: 0 0 1.2em;
    color: #000;
    font-size: clamp(11px, 3.5vw, 13px);
    line-height: 1.5;
    text-align: justify;
    letter-spacing: normal;
  }
}
/*
*/
/* 07
--------------------------------------------------*/
.top-07 ul.top-07_in {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1000px;
  margin: 4em auto 4em;
}
.top-07 ul.top-07_in:last-child {
    margin: 4em auto 0em;
}
.top-07 ul.top-07_in li:first-child {
  flex: 0 0 330px;
  position: relative;
}
.top-07 ul.top-07_in li:first-child span {
  position: absolute;
  top: -1.1em;
  left: 0;
  font-size: 2em;
  /*  font-style: italic;*/
/*  font-family: 'EB Garamond', serif;*/
	color: #5e9ad2;
}
.top-07 ul.top-07_in li:first-child img {
  width: calc(100% - 70px);
  border-radius: 100%
}
.top-07 ul.top-07_in li:last-child {
  flex: 1 1 auto;
  text-align: justify;
}
.top-07 ul.top-07_in li:last-child h3 {
  margin-top: 1em;
  font-size: clamp(20px, 8vw, 2.1em);
  border-bottom: 1px solid #ccc;
  color: #5e9ad2;
  line-height: 1.8;
  font-weight: normal;
}
.top-07 ul.top-07_in li:last-child h4 {
  font-size: 1.5em;
  display: block;
  font-weight: 400;
}
.top-07 ul.top-07_in li:last-child p {
  font-size: 1.2em;
  display: block;
  padding-right: 1em;
  letter-spacing: .1em;
  line-height: 2;/*1.6;*/
}
.top-07 ul.top-07_in li:last-child p span {
  font-size: 1.0em;
  display: block;
}
/*****************************************/
@media (max-width:767px) {
  .top-07 ul.top-07_in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 1em 1em 0;
    padding: 4em 1em 1em;
    border: 1px solid#ccc;
    border-radius: 8px;
    max-width: 100%;
  }
  .top-07 ul.top-07_in:last-child {
    margin: 1em;
}
  .top-07 ul.top-07_in li:first-child {
    flex: 1 1 30%;
    /*position:relative;*/
  }
  .top-07 ul.top-07_in li:first-child span {
    position: absolute;
    top: -1.6em;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 2em;
    /*  font-style: italic;*/
    /*font-family: 'EB Garamond', serif;*/
  }
  .top-07 ul.top-07_in li:first-child img {
    width: 55%;
    border-radius: 100%
  }
  .top-07 ul.top-07_in li:last-child {
    flex: 1 1 auto;
    text-align: justify;
  }
  .top-07 ul.top-07_in li:last-child h3 {
    font-size: clamp(12px, 6vw, 1.5em);
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-color: #21445B;
  }
  .top-07 ul.top-07_in li:last-child h4 {
    font-size: clamp(11px, 3.6vw, 1.2em);
    display: block;
    text-align: center;
  }
  .top-07 ul.top-07_in li:last-child p {
    font-size: 1.2em;
    display: block;
    padding-right: inherit;
    line-height: 1.6;
  }
  .top-07 ul.top-07_in li:last-child p span {
    font-size: .8em;
    display: block;
  }
}
/*
*/
/*top-08
---------------------------*/
.top-08_wrap-3 {
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.3em;
    margin-bottom: 3em;
    align-items: center;
    max-width: 1100px;
    margin: auto;
}
.top-08_in {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-08_in{
  flex: 1 1 31%;
  position: relative;
  padding: 0 1em;
      margin-bottom: 3em;
}
.top-08_in span {
  position: absolute;
  top: -1.5em;
  left: 1em;
  width: 100px;
  height: 100px;
}
.top-08_in > img {
  width: 310px;
  /*border-radius: 100%;*/
  border-radius: 15px;
}
.top-08_in h3 {
  font-size: clamp(14px, 7vw, 24px);
  color: #222;
}
.top-08_in p {
  font-size: 1.3em;
  display: block;
  argin-top: 0;
      width: 300px;
}
/*****************************************/
@media (max-width:767px) {
  .top-08_wrap-3 {
    display: flex;
/*    flex-direction: column;*/
    justify-content: center;
    align-content: center;
    margin-top: 20px;
    margin-bottom: 0;
  }
.top-08_in {
      flex: 1 1 50%;
/*    display: flex;
    flex-direction: row;*/
    align-items: center;
    margin: 2.5em 0 0;
   padding: 0;
  }
.top-08_in:first-child {
/*    width: 110px;*/
    position: relative;
    margin: 2.5em 0 0;
    padding: 0;
  }
.top-08_in:last-child {
    width: auto;
     align-items: center;
   margin: 2.5em 0 0;
    padding: 0;
  }
.top-08_in > span {
    position: absolute;
    top: -1em;
    left: 1em;
    width: 50px;
    height: 50px;
    display: block;
  }
.top-08_in> span > img {
    width: 60px;
  }
.top-08_in > img {
    width: 90%;
    /*border-radius: 100%;*/
    aspect-ratio: 1/1;
  }
.top-08_in h3 {
    font-size: clamp(12px, 3.5vw, 18px);
    color: #111;
    width: 100%;
    font-weight: 700;
  }
.top-08_in p {
    font-size: 1.2em;
    display: block;
      width: 150px;
  }
}
@media (max-width:360px) {
.top-08_in h3 {
    font-size: clamp(13px, 4vw, 13px);
  }
}
/*
*/
/* 05-2
--------------------------------*/
section.top-05-2 {
  text-align: center;
/*  padding: 1.2em 0 0;*/
  width: 100%;
}
@media (max-width:767px) {
  section.top-05-2 {
    padding: 0;
    margin-top:2em;
 
  }
}
/**/
section.top-05-2 .top-05-2_in {
  width: 1000px;
  margin: 0 auto;
/*  height: 650px;*/
  position: relative;
}
@media (max-width:767px) {
  section.top-05-2 .top-05-2_in {
    width: 100%;
    height: auto;
  }
}
/**/
picture.fee_maru img {
  padding: 3em 0 0;
}
@media (max-width:767px) {
  picture.fee_maru img {
    padding: 0;
    margin: 0 auto;
  }
}
/**/
section.top-05-2 .top-05-2_in p {
  text-align: left;
  margin: 0 4.5em;
  font-size: clamp(10px, 3vw, 12px);
  dsplay: block;
}
@media (max-width:767px) {
  section.top-05-2 .top-05-2_in p {
    text-align: left;
    margin: 0 1em;
    font-size: clamp(10px, 3vw, 11px);
  }
}
/**/
section.top-05-2 .top-05-2_in::before {
  content: "";
  position: absolute;
  width: 800px;
  height: 430px;
  bottom: 100px;
  left: -460px;
  background: url(/ts/wp-content/themes/base/img3/img_hamon.webp) no-repeat center center / cover;
  z-index: -1;
}
@media (max-width:767px) {
  section.top-05-2 .top-05-2_in::before {
    content: none;
  }
}
/**/
section.top-05-2 .top-05-2_in h3 {
  font-size: clamp(14px, 4.5vw, 28px);
  margin-top: -25px;
}
@media (max-width:767px) {
section.top-05-2 .top-05-2_in h3 {
      font-size: clamp(14px, 4vw, 24px);
    margin: 25px 0 0 0;
  }
}
/*
 */
/* banner box
-------------------------------------------*/
.top_banner-box {
  width: 100%;
  margin: 0 auto 5em;/*4em auto;*/
  max-width: 930px;
  text-align: center;
}
@media (max-width:767px) {
  .top_banner-box {
    width: 90%;
    margin: 0 auto 5em;
  }
}
/**/
.top_banner-box img {
  width: 100%;
  margin: 1.5em 0 0;
}
/*acd*/
.top_banner-box .acd label {
    border: 1px solid #191919;
    font-size: 1em;
    color: #191919;
}
.top_banner-box .acd .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
	border-top:none;
	color: #191919;
	    text-align: justify;

}
@media (max-width:767px) {
 .top_banner-box .acd label {
    width: 100%;
}
}
.kazokuwari_note_ttl {
    font-weight: 600;
    margin-top: 1em;
}
.kazokuwari_note_in li {
    font-weight: normal;
    line-height: 1.8;
    font-size: 13px;
}
ul.kazokuwari_note_in a {
    color: #1aaec3;
}
.kazoku02 {
    position: relative;
}
.kazoku02::before {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(-10deg);
    background-color: red;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
}
.kazoku_price {
    color: red;
    font-weight: 600;
}
.kazoku05 {
    font-size: 3rem;
    font-weight: bold;
    padding: 0 3px 0 5px;
}
/* service
---------------------------------------------*/
div.service-box_wrap-all {
  margin: 0 0 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(242, 249, 255, 1) 10%, rgba(242, 249, 255, 1) 78%, rgba(255, 255, 255, 1) 86%);
}
@media (max-width:767px) {
  div.service-box_wrap-all {
    margin: 1.5em 0 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(242, 249, 255, 1) 3%, rgba(242, 249, 255, 1) 86%, rgba(255, 255, 255, 1) 94%);
  }
}
div.service-box_wrap {
  width: 100%;
  padding: 1em 2em 0;
}
@media (max-width:767px) {
  div.service-box_wrap {
    padding: 2em 1em 0;
  }
}
div.service-box {
  margin: .5em auto 0;/*.5em auto 2em;*/
  background: white;
  border-radius: 9px;
  max-width: 1000px;
}
@media (max-width:767px) {
  div.service-box:first-of-type {
    margin: 0 auto;/*0 auto 2em;*/
  }
/*  div.service-box:last-of-type {
    margin: 1em auto 0;
  }*/
}
div.service-box h3 {
  font-size: clamp(14px, 4vw, 24px);
  background: #21445B;
  padding: .6em 0;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 9px 9px 0 0;
}
div.service-box h3 span {
  padding: 0 1em;
  margin: 0 .6em 0 0;
  border: 1px solid white;
  border-radius: 999px;
  height: 1.8;
  display: inline-block;
}
div.service-box_in ul {
  display: flex;
  align-items: center;
  padding: .3em 1.5em 0;
}
@media (max-width:767px) {
  div.service-box_in ul {
    display: flex;
    align-items: center;
    padding: .3em 1em 0;
    flex-direction: column;
  }
  div.service-box_in ul.ul-reverse {
    flex-direction: column-reverse;
  }
}
div.service-box_in ul li:first-child {
  flex: 7;
}
div.service-box_in ul li:last-child {
  flex: 5;
  padding: 0 0 0 1em;
}
@media (max-width:767px) {
  div.service-box_in ul li:last-child {
    flex: 5;
    padding: 0 .5em .5em;
  }
}
div.service-box_in ul li:last-child p {
  display: block;
  margin: 1em 0 0;
  text-align: justify;
  background-color: #ECECEC;
  padding: .6em 1em;
  font-size: clamp(11px, 4vw, 14px);
}
@media (max-width:767px) {
  div.service-box_in ul li:nth-child(2) img {
    width: 70%;
    margin: 0 auto;
  }
}
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
.imgbg-gradient {
  /*background-image: linear-gradient(0deg, rgba(35, 102, 247, .4), rgba(154, 39, 238, .4) 0%, rgba(255, 34, 87, .4) 0%, rgba(207, 247, 255, .4) 0%, rgba(207, 247, 255, 0) 22%);*/
  background-image: linear-gradient(to top, #dde6ea 0%, white 25%);
}
@media (max-width:767px) {
  .imgbg-gradient {
    background-image: linear-gradient(to top, #dde6ea 0%, white 100%);
  }
}
section.top-04 .top-04server {
  margin: -40px 0 0 0;
  padding: 0 4em;
}
@media (max-width:767px) {
  section.top-04 .top-04server {
    margin: 0;
    padding: 0 0 4em;
  }
}
.top-04server > ul.server_box {
  display: flex;
  flex-flow: nowrap !important;
  max-width: 1000px;
  width: 100%;
  margin: 4.5em auto 2em;
  padding: 0 1em;
}
@media (max-width:767px) {
  .top-04server > ul.server_box {
    display: flex;
    flex-flow: nowrap !important;
    width: 100%;
    margin:-10px 0 0;
    padding: 0 1em;
  }
      .top-04server > ul.server_box:nth-of-type(3) {
      margin-top:1.5em;
  }
}
ul.server_box > li:first-child {
  flex: 0 0 300px;
  height: 400px;
  margin: 1em auto;
  text-align: center;
  border: 1px solid #DBDBDB; /*B7F1FF;*/
  padding: .5em 0 2em;
  background-color: white;
  border-radius: 1em;
}
@media (max-width:767px) {
  .imgbg-gradient {
    background-image: none !important;
}
  ul.server_box > li:first-child {
    flex: 0 0 30%;
    height: auto;
    margin: 0 auto 1em;
    text-align: center;
    border: none;
    padding: .5em 0;
    background-color: transparent;/*white;*/
    border-radius: 0;
  }
}
ul.server_box > li:first-child img {
  height: 100%;
}
@media (max-width:767px) {
  ul.server_box > li:first-child img {
    width: 115px;
    height: auto;
    margin: 0;
  }
}
ul.server_box li:last-child {
  flex: 1 1 auto;
  margin: 0 0 0 2em;
  text-align: left;
  padding: .8em 0;
}
@media (max-width:767px) {
  ul.server_box li:last-child {
    /* flex: 1 1 auto;*/
    margin: 0 0 0 1em;
    /* text-align: left;
  padding: .8em 0;*/
  }
}
div.top-04server ul.server_box li h3 {
  font-size: clamp(15px, 10vw, 40px);
  margin: .6em 0 .5em;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
}
@media (max-width:767px) {
  div.top-04server ul.server_box li h3 {
    font-size: clamp(13px, 8vw, 23px);
    margin: 1em 0 .7em;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width:375px) {
  div.top-04server ul.server_box li h3 {
    font-size: clamp(13px, 8vw, 18px);
  }
}
div.top-04server ul.server_box li h3 span {
  font-size: 85%;
  display: block;
}
div.top-04server ul.server_box li p {
  margin: 1em 0 0;
  font-size: clamp(13px, 4vw, 16px);
  line-height: 1.7;
  text-align: justify;
}
@media (max-width:767px) {
  div.top-04server ul.server_box li p {
    margin: 1em 0 0;
    font-size: clamp(10px, 4vw, 12px);
    line-height: 1.7;
    text-align: justify;
  }
}
/*server_spec-01
---------------------------------------------*/
.server_box p.spec-21 span {
  background-color: #C4CDD4;
  font-size: clamp(10px, 2.2vw, 1em);
  border-radius: 3px;
  padding: .2em 0 .3em;
  margin: 0 .3em 0 0;
  width: 7em;
  text-align: center;
  display: inline-block;
}
/* color */
.click_color {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

@media (max-width:767px) {
  .click_color {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
.click_color label {
  margin: .3em .5em .2em 0;
  padding: 0;
  display: inline-block;
  border-radius: 4px;
}
.click_color p {
  display: block;
  width: 100%;
}
@media (max-width:767px) {
  .click_color p {
    width: 100%;
    display: inline-block;
  }
  .click_color label {
    margin: .3em .5em .2em 0;
    padding: 0;
    display: inline-block;
    border-radius: 4px;
    /* width:40%;*/
  }
}
/*
 */
/* color list
 --------------------------------*/
button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#c11, #c12, #c13, #c14, #c21, #c22, #c23, #c24, #c31, #c32, #c33, #c34 {
  background: #ccc;
  border: none;
      padding: 0.5em 2em;
  cursor: pointer;
  border-radius: 99px;
  font-size: clamp(10px, 3vw, 12px);
}
#c11:hover, #c12:hover, #c13:hover, #c14:hover, #c21:hover, #c22:hover, #c23:hover, #c24:hover, #c31:hover, #c32:hover, #c33:hover, #c34:hover {
  filter: opacity(85%);
}
#c11 {
  background: #ebecef;
}
#c12 {
  background: #D5D5D5; /*cccccc*/
}
#c13 {
  background: #EBC8DA; /*dcc6d1;*/
}
#c14 {
  background: #1c1d1c;
  color: white;
}
#c21 {
  background: #ebecef;
}
#c22 {
  background: #D5D5D5; /*cccccc*/
}
#c23 {
  background: #EBC8DA; /*dcc6d1;*/
}
#c24 {
  background: #1c1d1c;
  color: white;
}
#c31 {
  background: #ddd9d0;
}
#c32 {
  background: #4e4236;
  color: white;
}
#c33 {
  background: #323232;
  color: white;
}


/**************************************************************/
/*
 */
/* .add_mt-1　.add_mtmb-v1
----------------------------------------------------*/
/* mt */
.add_mt-2 {
  margin-top:2em !important;
}
.add_mt-3 {
  margin-top:3em !important;
}
.add_mt-4 {
  margin-top:4em !important;
}
.add_mt-5 {
  margin-top:5em !important;
}
.add_mt-6 {
  margin-top:6em !important;
}
/* mtmb-v1 */
.add_mtmb-v2 {
  margin:2em 0 2em !important;
}
.add_mtmb-v3 {
  margin:3em 0 3em !important;
}
.add_mtmb-v4 {
  margin:4em 0 4em !important;
}
.add_mtmb-v5 {
  margin:5em 0 5em !important;
}
.add_mtmb-v6 {
  margin:6em 0 6em !important;
}
@media (max-width:767px){
/* 80% x0.8*/
/* mt */
.add_mt-2 {
  margin-top:1.6em !important;
}
.add_mt-3 {
  margin-top:2.4em !important;
}
.add_mt-4 {
  margin-top:3.2em !important;
}
.add_mt-5 {
  margin-top:4em !important;
}
.add_mt-6 {
  margin-top:4.8em !important;
}
/* mtmb-v1*/
.add_mtmb-v2 {
  margin:1.6em 0 21.6em !important;
}
.add_mtmb-v3 {
  margin:2.4em 0 2.4em !important;
}
.add_mtmb-v4 {
  margin:3.2em 0 3.2em !important;
}
.add_mtmb-v5 {
  margin:4em 0 4em !important;
}
.add_mtmb-v6 {
  margin:4.8em 0 4.8em !important;
}
}
/****************************************************/

