@charset "UTF-8";
/* ======================================================
 * unique.css
====================================================== */


/* ======================================================
 * 汎用クラス
====================================================== */

/*========== align ==========*/
.taL { text-align: left !important; }
.taR { text-align: right !important; }
.taC { text-align: center !important; }
.taJ { text-align: justify !important; }

/*========== margin ==========*/
/*----- reset -----*/
.m0  { margin: 0 !important; }
.mt0 { margin-top: 0 !important; }
.mr0 { margin-right: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.ml0 { margin-left: 0 !important; }
/*----- all -----*/
.m5  { margin:  5px !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.m25 { margin: 25px !important; }
.m30 { margin: 30px !important; }
/*----- top -----*/
.mt0  { margin-top:    0 !important; }
.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
/*----- right -----*/
.mr5  { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
/*----- bottom -----*/
.mb0  { margin-bottom:    0 !important; }
.mb5  { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
/*----- left -----*/
.ml5  { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }

/*========== padding ==========*/
/*----- reset -----*/
.p0  { padding: 0 !important; }
.pt0 { padding-top: 0 !important; }
.pr0 { padding-right: 0 !important; }
.pb0 { padding-left: 0 !important; }
.pl0 { padding-top: 0 !important; }
/*----- all -----*/
.p5  { padding:  5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }
/*----- top -----*/
.pt5  { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
/*----- right -----*/
.pr5  { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
/*----- bottom -----*/
.pb5  { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
/*----- left -----*/
.pl5  { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }


.underline{text-decoration: underline;}


@media screen and (min-width: 768px){
  .mt37_pconly {
    margin-top: 37px; 
  }
  .mr15_pconly {
    margin-right: 15px; 
  }
  .inline_pconly {/*INCORRECT. Use not .inline_pconly but.inline_pconly2 */
    display: inline;
  }
  .inline_pconly2 {
    display: inline;
  }
  .block_pconly {
    display: block;
  }
  .inline_sponly {
    display: none;
  }
  .table-row_sponly {
    display: none;
  }
  .nowrap_pconly {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .mt37_pconly {
    margin-top: auto;
  }
  .mr15_pconly {
    margin-right: 0px; 
  }
  .inline_pconly {
    display: none;
  }
  .block_pconly {
    display: none;
  }
  .inline_pconly {/*INCORRECT. Use not .inline_pconly but.inline_pconly2 */
    display: inline;
  }
  .inline_pconly2 {
    display: none;
  }
  .table-row_sponly {
    display: table-row;
  }
  .nowrap_pconly {
    white-space:normal;
  }

}
/*TOP LINE INDENT*/
.indent01 {
  margin-left: 1em;
  text-indent: -1em;
}


/* ======================================================
 * リードの文字を、大きく、太く（PCの場合のみ） 文字色赤は、util-highligh クラスを併用。
====================================================== */
@media screen and (min-width: 768px){
  .alert_big_bold_pconly, .alert_std_bold_pconly {
    font-size: 120%;
    margin-top: 10px;
    display: block;
    font-weight: bold;
  }
  ul.alert_big_bold_pconly li {
    font-size: 1.92rem;
    font-weight: bold;
  }
  ul.alert_std_bold_pconly li {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px){
  ul.alert_big_bold_pconly li, .alert_std_bold_pconly {
    font-size: 1.4rem;
  }
}

/* ======================================================
 * BOX located under Numbered section
====================================================== */
@media screen and (min-width: 768px){
  .box_under_num {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ======================================================
 * 見出し
====================================================== */

/* .heading3
------------------------- */
.heading3 {
  background: #e5f3f1;
  padding: 0.8em 1.2em 0.6em;
  margin: 60px 0 0;
}
@media screen and (max-width: 767px){
  .heading3 {
    padding: 0.6em 1.0em 0.5em;
    margin: 20px 0 0;
  }
}

/* .heading3-customer-top
------------------------- */
.heading3-customer-top {
  text-align: center;
  margin: -30px 0 45px !important;
  padding: 25px 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px){
  .heading3-customer-top {
    margin: -30px 0 25px;
    font-size: 1.8rem;
    padding: 15px 0;
  }
}

/* ======================================================
 * トグル
====================================================== */

/* .toggle-box
------------------------- */
.toggle-box {
  border-radius: 10px;
  margin: 1.25em 0;
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%), 0 -1px 0 #dddddd;
  overflow: hidden;
}
.toggle-box .toggle-box__title {
  display: block;
  border: 2px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
  transition: border 0.3s ease, color 0.3s ease;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px){
  .toggle-box .toggle-box__title:hover {
    border-color: #11a292;
    color: #11a292;
  }
  .toggle-box .toggle-box__title.is-active:hover {
    border-color: #fff;
    border-bottom-color: #e5f3f1;
    border-radius: 10px 10px 0 0;
    color: #11a292;
    background: #e5f3f1;
  }
}
/* アイコン */
.toggle-box .toggle-box__title::before,
.toggle-box .toggle-box__title::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 2px;
  background: #fff;
  position: absolute;
  right: calc(23px + 20px);
  top: 50%;
  transform: translate(50%,-50%);
  transition: transform 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 767px){
  .toggle-box .toggle-box__title::before,
  .toggle-box .toggle-box__title::after {
    width: 0.75em;
    right: calc(23px + 2px);
  }
}
.toggle-box .toggle-box__title::after {
  width: 2px;
  height: 1em;
  right: calc(23px + 20px);
  top: 50%;
  transform: translate(40%,-50%);
}
@media screen and (max-width: 767px){
  .toggle-box .toggle-box__title::after {
    height: 0.75em;
    right: calc(23px + 2px);
  }
}
@media screen and (min-width: 768px){
  .toggle-box .toggle-box__title:hover::before,
  .toggle-box .toggle-box__title:hover::after {
    background: #11a292;
  }
}
.toggle-box .toggle-box__title.is-active::before,
.toggle-box .toggle-box__title.is-active::after {
  transform: translate(50%,-50%) rotate(-45deg);
}
.toggle-box .toggle-box__title span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 25px 30px;
}
@media screen and (max-width: 767px){
  .toggle-box .toggle-box__title span {
    font-size: 1.4rem;
    padding: 12px 48px 12px 12px;
  }
}
.toggle-box .toggle-box__title span::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
  background: #11a292;
  border: 2px solid #11a292;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  transform: translate(0,-50%);
  transition: background-color 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 767px){
  .toggle-box .toggle-box__title span::before {
    width: 26px;
    height: 26px;
    right: 12px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
  }
}
@media screen and (min-width: 768px){
  .toggle-box .toggle-box__title:hover span::before {
    background: #fff;
  }
}
.toggle-box .toggle-box__cont {
  margin: 0 30px;
  padding: 30px 0;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px){
  .toggle-box .toggle-box__cont {
    margin: 0 12px;
    padding: 12px 0;
  }
}

.k_box_blue{
  border: 1px solid #3366aa;
  background:#fff;
  padding:15px;
}

@media screen and (max-width: 767px){
  .k_box_blue{
    padding:7px;
  }
}

.k_highlight_blue {
  color: #3366aa;
}

div[role="document"].modaal-content-container {
  padding-top: 30px;
}

.list_txt 
{
  list-style:none;
  padding:0px;
  line-height: 2.0;
}

@media screen and (max-width: 767px){
.list_txt {
  line-height: 1.6;
  }
}

.list_txt > li {
	position: relative;
	margin-bottom: 3px;
}

.list_txt > li > .txt {
	position: absolute;
	left: 0;
	top: 0;
}

.list_txt.w3 > li {
	padding-left: 3em;
}

.list_txt.w6 > li {
	padding-left: 6em;
}
