@charset "utf-8";
/* H1下文言にアンカーリンクを追加 */
@media (max-width:600px){
	.haichi_box .mv_bord .mv_fl .mv_fl_cotxt a {
		color:#fff;font-weight:bold;
	}
}
/*
@media screen and (min-width:431px) and (max-width: 600px) {
	
}
*/

/*
@media (max-width:430px){
	
}
*/

/* MV下テキスト */
.mv_txt{
	text-align:center;
	font-size:1.2rem;
	padding-top:15px;
}

/* 200918 追加
----------------------------------*/

p.txt_ct {
	text-align: center;
}

p.txt-bold span {
	font-size: 1rem;
	font-weight: bold;
}

/*
p.period_t {
	text-align: center;
    margin: 20px 0 10px;
    font-size: 150%;
    letter-spacing: 0.1em;
	font-weight: bold;
	color: #c90000;
}
*/

span.ryokou_label {
	background: #000;
	color: #fff;
	margin: 0;
	font-size: 16px;
	padding: 10px 40px;
	line-height: 40px;
}

.res-contents-parent {
	text-align: center;
}

.safety-txtbox {
	border: 1px solid #000;
	padding: 20px;
}

p.safety-txt {
	font-size: 1rem;
}

.banner_area {
	text-align: center;
    margin-top: 60px;
}

.infotxt01 {
	background: #f2f2f2;
	padding: 27px 30px 25px;
	text-indent: -1em!important;
}

.infotxt01 span {
	font-weight: bold;
}

.infotxt02 {
	background: #f2f2f2;
	padding: 27px 30px 25px;
}

.anshin_info {
	border: 2px solid #ccc;
	padding: 27px 30px 25px;
}

.anshin_info p.anshin_info_ttl {
	background-color: #c5d82e;
	text-align: center;
	padding: 10px;
	margin-top: 0;
}

.anshin_info p.anshin_info_txt {
	text-align: center;
	margin-top: 12px;
}

.info-day {
	text-align: right;
	margin-bottom: 10px;
}

@media (max-width: 767px){
span.ryokou_label {
    font-size: 13px;
    padding: 5px 20px;
    line-height: 22px; }
}



/*　汎用クラス
----------------------------------*/
@media screen and (min-width:601px){
	.pc_none{
		display: none;
	}
	.sp_none{
		display: block;
	}
}
@media screen and (max-width:600px){
	.pc_none{
		display: block;
	}
	.sp_none{
		display: none;
	}
}

/* ■リンクボタン */
.btnStyle01 {
	text-align:center;
	font-size:18px;
}
.btnStyle01 .bgBlank {
	width:16px;
	height:13px;
	vertical-align:middle;
	margin-left:10px;
}
.mtEm02 {
	margin-top:2em;
}

/* 202008 追加 (GotoTravel本番対応)
----------------------------------*/
.unique-headline {
  font-size: 130%;
  background-color: #bed600;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: #fff;
}

.flexBox .btn a .arwRg3 { 
  margin-left: 15px;
}

.unique-table th {
  background-color: #bed600 !important;
}

.img-col {
  float: left;
  width: 40%;
}

.area-col {
  float: right;
  width: 60%;
  padding: 0 10px;
}

.area-col .area-col-header {
  text-align: center;
  margin-bottom: 15px;
}

.area-col .open-cal-btn-list {
  display: flex;
  flex-wrap: wrap;
}

.area-col .open-cal-btn-list li {
  width: calc(100% / 3 - 5px);
  margin-right: 5px;
}

.area-col .open-cal-btn-list li:nth-of-type(3n) {
  margin-right: 0 !important;
}

.area-col .open-cal-btn-list li:nth-child(n+4) {
  margin-top: 10px;
}

.area-col .open-cal-btn-list li a {
  text-align: center;
  display: block;
  border: 2px solid #37a601;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
}

.area-col .open-cal-btn-list li a.disabled {
  cursor: default;
  background-color: #c4c4c4;
}

.area-col .open-cal-btn-list li a:hover {
  opacity: 0.6;
}

.area-col .open-cal-btn-list li a.disabled:hover {
  opacity: 1;
}


@media (max-width: 600px){
 .img-col, .area-col {
   float: none;
   width: 100%
 }
}

/* 202011 追加 (レンタカーキャンペーン対応)
----------------------------------*/

.kyushu_label {
	position: relative;
	top: 15px;
	left: 20px;
}

span.kyushu_label {
	background: #FFFF00;
    color: #006600;
    margin: 0;
    font-size: 16px;
	font-weight: bold;
    padding: 10px 40px;
    line-height: 40px;
	border: 1px solid #343434;
    border-radius: 10px;
}

.rental-cpn-wrap {
	border: 2px solid #009900;
    border-radius: 50px;
    padding: 20px;
}

.rental-cpn-ttl {
	font-size: 170%;
	font-weight: bold;
	color: #009900;
}

.rental-cpn-period {
	text-align: center;
}

.rental-cpn-period div {
	background-color: #009900;
	text-align: center;
	padding: 10px 20px;
	margin-top: 0;color: #fff;
	display: inline-block;
}

p.rental-cpn-txt {
	font-size: 1rem;
	text-align: center;
}

.res-contents-parent {
	text-align: center;
}

.rental-cpn-column {
	padding: 22px 14px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.rental-cpn_img {
  width: 23%;
}

.rental-cpn_img > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rental-cpn_img > ul li {
	width: 100%;
    margin-bottom: 15px;
}

.rental-cpn_img > ul li span {
	display: block;
    padding: 5px 0 0;
    line-height: 1.2;
    text-align: right;
}

.rental-cpn-notebox {
	border: 1px solid #000;
	padding: 20px;
	display: inline-block;
	/*height: 130px;*/
	margin-top: 20px;
	width: 72%;
}

.btn-rental-cpn-wrap {
	text-align: center;
}

.btn-rental-cpn {
    display: inline-block;
    min-height: 1%;
	font-size: 170%;
}

.btn-rental-cpn .btn a {
    color: #fff;
    width: 100%;
	background: #000;
	padding: 10px 20px;
}

.btn-rental-cpn .btn a .arwRg3 {
    margin-left: 15px;
	padding-left: 0;
}

@media (max-width: 767px){	
span.kyushu_label {
	font-size: 13px;
    padding: 5px 20px;
    line-height: 22px; }

.kyushu_label {
	position: relative;
	top: 10px;
	left: 15px; }
	
.btn-rental-cpn {
	font-size: 100%; }
	
.rental-cpn_img {
	width: 100%;
    text-align: center; }
	
.rental-cpn-notebox {
	width: 100%;
    text-align: center;
	height: auto; }
}

.enchou {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  padding: 4px 20px;
}
/* //////モーダルフォーム////// */
#modal, #child-modal {
  width: 100%;
  max-width: 740px;
  margin:auto;
  z-index: 9200;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 700px;
  overflow-y: auto;
}

.modal-body {
  background-color: #fdf1e1;
  padding: 15px 25px;
  position: relative;
  overflow-y: auto;
}

.modal-body .close-modal-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.modal-body .form-box {
  border-bottom: 1px solid #d1d1d1;
  padding: 20px 0;
}

.modal-body .form-box .modal-head-text {
  font-size: 1.2rem;
  font-weight: bold;
}

.modal-body .form-box .input-box li {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
}

.modal-body .form-box .input-box li:nth-of-type(2n) {
  margin-right: 0 !important;
}

.modal-body .form-box .input-box li:nth-child(n+3) {
  margin-top: 15px;
}

.modal-body .form-box .input-box label {
  display: block;
}

.modal-body .form-box .input-box input, .modal-body .form-box .input-box select, .modal-body .form-box .input-box .selecter {
  font-size: 100%;
  height: 33px;
  border: none;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 8px;
  border-radius: 3px;
  width: 100%;
  background-color: #fff !important ;
}

.modal-body .form-box .input-box select::-ms-expand {
    display: none;
}

.modal-body .form-box .input-box select, .modal-body .form-box .input-box .selecter {
  background: url("/img/reservation/cont/icon_select_arrow_pc.png") no-repeat right center;
  background-size: 14px 16px;
}

.modal-body .form-box .input-box .selecter {
  padding: 5px;
}


.modal-body .form-box .input-box #kyu-select, .modal-body .form-box .input-box #oki-select {
  display: none;
}

.modal-body .form-box .input-box .cal-input   {
  background: url("/tour/common/_shared/images/root/common/icon_calendar.png") no-repeat right center;
  background-size: 30px auto;
  cursor: pointer;
}

.modal-body .form-box .modal-search-btn {
  border: 0;
  width: 0;
  padding: 0;
  cursor: pointer;
  background: none;
  width: auto;
}

select[name="areaCd"] { display: none;}

#modal-bg {
  position: fixed;
  z-index: 9199;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.fix-bg { 
  position: fixed;
  left: 0; 
  right: 0; 
  height: auto; 
}



/* //////確認ポップアップモーダル////// */
#conf-modal { width: 100%; max-width: 1000px; margin: auto; position: fixed; top: 50%; transform: translateY(-50%); z-index: 10000000000; height: auto; display: none; left: 0; right: 0;}
.conf-modal-body { width: 100%; height: 100%; position: relative; background-color: #f2f2f2; overflow-y: auto;}
.conf-modal-body .modal-header { background-color: #bee4f3; padding: 10px 0;}
.conf-modal-body .modal-header p { margin-top: 0; font-size: 28px; font-weight: bold; text-align: center;}
/* .conf-modal-body .modal-main { padding: 15px;} */
.conf-modal-body .modal-main .m-hdg-lv2 { margin-top: 20px;}
.conf-modal-body .modal-main .notes-text1 { text-align: center; margin-bottom: 20px;}
.conf-modal-body .modal-main .notes-text2 { width: 100%; max-width: 690px; margin: 20px auto;}
.conf-modal-body .modal-main .btn-parent { display: flex; justify-content: space-between;}
.conf-modal-body .modal-main .btn-parent .popup-btn { width: 60%; background-color: #bed600 !important; color: #fff; font-size: 120%; text-align: center; padding: 15px 5px; height: auto; min-height: 65px; border: 0; transition: none; position: relative; text-decoration: none; margin-left: 20%;}
.conf-modal-body .modal-main .btn-parent .popup-btn:after { content:''; width: 0; height: 0; border-style: solid; border-width: 6px 0 6px 8px; border-color: transparent transparent transparent #fff; top: 50%; right: 10px; margin-top: -6px; position: absolute;}
.conf-modal-body .modal-main .btn-parent .popup-btn > span { display: flex; justify-content: center; align-items: center; height: 65px; width: 100%; position: relative;}
#modal-bg2 { z-index: 9199; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); display: none;}
/* .popup_table { margin: 0 130px 30px;} */
.popup_table {padding: 20px 50px; height: 330px; overflow-y: scroll; -webkit-overflow-scrolling: touch; background-color: #eaeaea;}
.popup_table table, .popup_table td, .popup_table th{ border: 1px solid #595959; border-collapse: collapse;}
.popup_table table { margin: 10px 0 0 10px;}
.popup_table table td { text-align: center;}
.popup_table td, .popup_table th{ padding: 3px; width: 340px; height: 50px;}
@media (max-width: 768px){
.conf-modal-body .modal-header { padding: 5px 0;}
.conf-modal-body .modal-header p { font-size: 1.2rem;}
/* .conf-modal-body .modal-main { padding: 10px 5px;} */
.conf-modal-body .modal-main { padding: 0;}
.conf-modal-body .modal-main .notes-text1 { text-align: left; margin-bottom: 10px;}
.conf-modal-body .modal-main .btn-parent { display: inline;}
/* .conf-modal-body .modal-main .btn-parent .popup-btn { width: 100%; margin-bottom: 15px; display: block; min-height: 75px; font-size: 105%; margin-left: 0;} */
.conf-modal-body .modal-main .btn-parent .popup-btn { width: 100%; margin-bottom: 15px; display: block; min-height: 75px; font-size: 105%; margin-left: 0; padding: 5px 5px;}
.conf-modal-body .modal-main .btn-parent .popup-btn::after { right: 3px;}
/* #conf-modal{ transform: none; top: 0; height: 100%; max-height: calc(100vh - 4em);} */
#conf-modal{ transform: none; top: 0; height: 100%; max-height: calc(100vh - 4em);}
/*.conf-modal-body { overflow-y: scroll;}*/
/* .popup_table { margin: 0 10px 25px;} */
.popup_table { padding: 10px 15px 25px;}

}

/*  タブ  */
.changeTab-cont {
	max-width: 960px;
	background: url(/tour/coupon/sinki-zoubin/image/bg_tab_bottom01.gif) repeat-x center bottom;
	margin: 0 auto;
}
.changeTab-cont li.changeTab-btn {
	width: 19.2%; /*元サイズ 23.5%*/
	margin-right: 1%; /*元サイズ 2%*/
	padding: 10px 5px;
	float: left;
	border-top: 2px solid #cff7a1;
	border-right: 2px solid #cff7a1;
	border-left: 2px solid #cff7a1;
	border-top-left-radius : 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius : 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	background-color: #cff7a1;
}
.changeTab-cont li.changeTab-btn:last-child {
	margin-right: 0;
}
.changeTab-cont li.changeTab-btn.is-active.activeBg {
	background-color: #fff;
}
.tabTxt {
	color: #37a601;
	font-size: 15px;/*元サイズ　19px*/
	font-weight: bold;
	line-height: 1.4;
}
.tabTxt span {
	display: inline-block;
}

@media screen and (max-width: 600px){	
	.changeTab-cont li.changeTab-btn {
		width: 100%;
		margin: 1px 1px;
		padding: 15px 10px;
		border: solid 3px #cff7a1;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	
	.tabTxt {
		font-size: 20px !important;
	}

}

.hidden-prev-btn .ui-datepicker-prev {
  display: none;
}


/**********************************************************************/
.m-box {
  margin-top: 50px;
}

.m-box + .m-box {
  margin-top: 20px;
}

.m-box > *:first-child {
  margin-top: 0 !important;
}

.m-box-inner {
  padding: 25px 25px 25px;
  border: 1px solid #ccc;
}

.m-box-inner > *:first-child {
  margin-top: 0 !important;
}

.m-box-hdg {
  font-size: 2rem;
}

.m-box-hdg + * {
  margin-top: 20px !important;
}

.m-box-hdg[data-size="s"] {
  font-size: 1.4rem;
  font-weight: bold;
}

.m-box-hdg[data-size="s"] + .m-media-r {
  margin-top: 0 !important;
}

.m-box__ttl {
  font-weight: bold;
}

/* SP Border None */
@media screen and (max-width: 767px) {
  .m-box[data-type="sp-bdn"] .m-box-inner {
    padding: 0;
    border: none;
  }
}

/* Narrow */
.m-box[data-type="narrow"] .m-box-inner {
  padding: 13px 10px 13px;
}

@media screen and (max-width: 767px) {
  .m-box[data-type="narrow"] .m-media-l__body {
    margin-top: 0;
  }
  .m-box {
    margin-top: 40px;
  }
  .m-box-inner {
    padding-left: 14px;
    padding-right: 14px;
  }
  .m-box-hdg {
    font-size: 1.5rem;
  }
  .m-box-hdg[data-size="s"] {
    font-size: 1.2rem;
  }
  .m-box-hdg[data-size="s"] + .m-media-r {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .m-box-farelist {
    padding: 50px 10px 40px;
    margin: 0 -10px 0;
    background: #eaeaea;
  }
  .m-box-farelist .m-hdg-lv2 {
    margin-top: 0;
  }
}

/* ------------------------------------
 * Margin
 * --------------------------------- */
/* Emphasis */
.a-me {
  margin-top: 50px !important;
}

.a-me-s {
  margin-top: 30px !important;
}

.a-me-l {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .a-me {
    margin-top: 40px !important;
  }
  .a-me-s {
    margin-top: 25px !important;
  }
  .a-me-l {
    margin-top: 50px !important;
  }
}

/* margin-top */
.a-mt0 {
  margin-top: 0px !important;
}

.a-mt5 {
  margin-top: 5px !important;
}

.a-mt10 {
  margin-top: 10px !important;
}

.a-mt15 {
  margin-top: 15px !important;
}

.a-mt20 {
  margin-top: 20px !important;
}

.a-mt25 {
  margin-top: 25px !important;
}

.a-mt30 {
  margin-top: 30px !important;
}

.a-mt35 {
  margin-top: 35px !important;
}

.a-mt40 {
  margin-top: 40px !important;
}

.a-mt45 {
  margin-top: 45px !important;
}

.a-mt50 {
  margin-top: 50px !important;
}

.a-mt55 {
  margin-top: 55px !important;
}

.a-mt60 {
  margin-top: 60px !important;
}

.a-mt65 {
  margin-top: 65px !important;
}

.a-mt70 {
  margin-top: 70px !important;
}

.a-mt75 {
  margin-top: 75px !important;
}

.a-mt80 {
  margin-top: 80px !important;
}

.a-mt85 {
  margin-top: 85px !important;
}

.a-mt90 {
  margin-top: 90px !important;
}

.a-mt95 {
  margin-top: 95px !important;
}

.a-mt100 {
  margin-top: 100px !important;
}

/* margin-bottom */
.a-mb0 {
  margin-bottom: 0px !important;
}

.a-mb5 {
  margin-bottom: 5px !important;
}

.a-mb10 {
  margin-bottom: 10px !important;
}

.a-mb15 {
  margin-bottom: 15px !important;
}

.a-mb20 {
  margin-bottom: 20px !important;
}

.a-mb25 {
  margin-bottom: 25px !important;
}

.a-mb30 {
  margin-bottom: 30px !important;
}

.a-mb35 {
  margin-bottom: 35px !important;
}

.a-mb40 {
  margin-bottom: 40px !important;
}

.a-mb45 {
  margin-bottom: 45px !important;
}

.a-mb50 {
  margin-bottom: 50px !important;
}

.a-mb55 {
  margin-bottom: 55px !important;
}

.a-mb60 {
  margin-bottom: 60px !important;
}

.a-mb65 {
  margin-bottom: 65px !important;
}

.a-mb70 {
  margin-bottom: 70px !important;
}

.a-mb75 {
  margin-bottom: 75px !important;
}

.a-mb80 {
  margin-bottom: 80px !important;
}

.a-mb85 {
  margin-bottom: 85px !important;
}

.a-mb90 {
  margin-bottom: 90px !important;
}

.a-mb95 {
  margin-bottom: 95px !important;
}

.a-mb100 {
  margin-bottom: 100px !important;
}

/* margin-left */
.a-ml0 {
  margin-left: 0px !important;
}

.a-ml5 {
  margin-left: 5px !important;
}

.a-ml10 {
  margin-left: 10px !important;
}

.a-ml15 {
  margin-left: 15px !important;
}

.a-ml20 {
  margin-left: 20px !important;
}

.a-ml25 {
  margin-left: 25px !important;
}

.a-ml30 {
  margin-left: 30px !important;
}

.a-ml35 {
  margin-left: 35px !important;
}

.a-ml40 {
  margin-left: 40px !important;
}

.a-ml45 {
  margin-left: 45px !important;
}

.a-ml50 {
  margin-left: 50px !important;
}

.a-ml55 {
  margin-left: 55px !important;
}

.a-ml60 {
  margin-left: 60px !important;
}

.a-ml65 {
  margin-left: 65px !important;
}

.a-ml70 {
  margin-left: 70px !important;
}

.a-ml75 {
  margin-left: 75px !important;
}

.a-ml80 {
  margin-left: 80px !important;
}

.a-ml85 {
  margin-left: 85px !important;
}

.a-ml90 {
  margin-left: 90px !important;
}

.a-ml95 {
  margin-left: 95px !important;
}

.a-ml100 {
  margin-left: 100px !important;
}

/* margin-right */
.a-mr0 {
  margin-right: 0px !important;
}

.a-mr5 {
  margin-right: 5px !important;
}

.a-mr10 {
  margin-right: 10px !important;
}

.a-mr15 {
  margin-right: 15px !important;
}

.a-mr20 {
  margin-right: 20px !important;
}

.a-mr25 {
  margin-right: 25px !important;
}

.a-mr30 {
  margin-right: 30px !important;
}

.a-mr35 {
  margin-right: 35px !important;
}

.a-mr40 {
  margin-right: 40px !important;
}

.a-mr45 {
  margin-right: 45px !important;
}

.a-mr50 {
  margin-right: 50px !important;
}

.a-mr55 {
  margin-right: 55px !important;
}

.a-mr60 {
  margin-right: 60px !important;
}

.a-mr65 {
  margin-right: 65px !important;
}

.a-mr70 {
  margin-right: 70px !important;
}

.a-mr75 {
  margin-right: 75px !important;
}

.a-mr80 {
  margin-right: 80px !important;
}

.a-mr85 {
  margin-right: 85px !important;
}

.a-mr90 {
  margin-right: 90px !important;
}

.a-mr95 {
  margin-right: 95px !important;
}

.a-mr100 {
  margin-right: 100px !important;
}

/* ------------------------------------
 * Padding
 * --------------------------------- */
/* padding-top */
.a-pt0 {
  padding-top: 0px !important;
}

.a-pt5 {
  padding-top: 5px !important;
}

.a-pt10 {
  padding-top: 10px !important;
}

.a-pt15 {
  padding-top: 15px !important;
}

.a-pt20 {
  padding-top: 20px !important;
}

.a-pt25 {
  padding-top: 25px !important;
}

.a-pt30 {
  padding-top: 30px !important;
}

.a-pt35 {
  padding-top: 35px !important;
}

.a-pt40 {
  padding-top: 40px !important;
}

.a-pt45 {
  padding-top: 45px !important;
}

.a-pt50 {
  padding-top: 50px !important;
}

.a-pt55 {
  padding-top: 55px !important;
}

.a-pt60 {
  padding-top: 60px !important;
}

.a-pt65 {
  padding-top: 65px !important;
}

.a-pt70 {
  padding-top: 70px !important;
}

.a-pt75 {
  padding-top: 75px !important;
}

.a-pt80 {
  padding-top: 80px !important;
}

.a-pt85 {
  padding-top: 85px !important;
}

.a-pt90 {
  padding-top: 90px !important;
}

.a-pt95 {
  padding-top: 95px !important;
}

.a-pt100 {
  padding-top: 100px !important;
}

/* padding-bottom */
.a-pb0 {
  padding-bottom: 0px !important;
}

.a-pb5 {
  padding-bottom: 5px !important;
}

.a-pb10 {
  padding-bottom: 10px !important;
}

.a-pb15 {
  padding-bottom: 15px !important;
}

.a-pb20 {
  padding-bottom: 20px !important;
}

.a-pb25 {
  padding-bottom: 25px !important;
}

.a-pb30 {
  padding-bottom: 30px !important;
}

.a-pb35 {
  padding-bottom: 35px !important;
}

.a-pb40 {
  padding-bottom: 40px !important;
}

.a-pb45 {
  padding-bottom: 45px !important;
}

.a-pb50 {
  padding-bottom: 50px !important;
}

.a-pb55 {
  padding-bottom: 55px !important;
}

.a-pb60 {
  padding-bottom: 60px !important;
}

.a-pb65 {
  padding-bottom: 65px !important;
}

.a-pb70 {
  padding-bottom: 70px !important;
}

.a-pb75 {
  padding-bottom: 75px !important;
}

.a-pb80 {
  padding-bottom: 80px !important;
}

.a-pb85 {
  padding-bottom: 85px !important;
}

.a-pb90 {
  padding-bottom: 90px !important;
}

.a-pb95 {
  padding-bottom: 95px !important;
}

.a-pb100 {
  padding-bottom: 100px !important;
}

/* padding-left */
.a-pl0 {
  padding-left: 0px !important;
}

.a-pl5 {
  padding-left: 5px !important;
}

.a-pl10 {
  padding-left: 10px !important;
}

.a-pl15 {
  padding-left: 15px !important;
}

.a-pl20 {
  padding-left: 20px !important;
}

.a-pl25 {
  padding-left: 25px !important;
}

.a-pl30 {
  padding-left: 30px !important;
}

.a-pl35 {
  padding-left: 35px !important;
}

.a-pl40 {
  padding-left: 40px !important;
}

.a-pl45 {
  padding-left: 45px !important;
}

.a-pl50 {
  padding-left: 50px !important;
}

.a-pl55 {
  padding-left: 55px !important;
}

.a-pl60 {
  padding-left: 60px !important;
}

.a-pl65 {
  padding-left: 65px !important;
}

.a-pl70 {
  padding-left: 70px !important;
}

.a-pl75 {
  padding-left: 75px !important;
}

.a-pl80 {
  padding-left: 80px !important;
}

.a-pl85 {
  padding-left: 85px !important;
}

.a-pl90 {
  padding-left: 90px !important;
}

.a-pl95 {
  padding-left: 95px !important;
}

.a-pl100 {
  padding-left: 100px !important;
}

/* padding-right */
.a-pr0 {
  padding-right: 0px !important;
}

.a-pr5 {
  padding-right: 5px !important;
}

.a-pr10 {
  padding-right: 10px !important;
}

.a-pr15 {
  padding-right: 15px !important;
}

.a-pr20 {
  padding-right: 20px !important;
}

.a-pr25 {
  padding-right: 25px !important;
}

.a-pr30 {
  padding-right: 30px !important;
}

.a-pr35 {
  padding-right: 35px !important;
}

.a-pr40 {
  padding-right: 40px !important;
}

.a-pr45 {
  padding-right: 45px !important;
}

.a-pr50 {
  padding-right: 50px !important;
}

.a-pr55 {
  padding-right: 55px !important;
}

.a-pr60 {
  padding-right: 60px !important;
}

.a-pr65 {
  padding-right: 65px !important;
}

.a-pr70 {
  padding-right: 70px !important;
}

.a-pr75 {
  padding-right: 75px !important;
}

.a-pr80 {
  padding-right: 80px !important;
}

.a-pr85 {
  padding-right: 85px !important;
}

.a-pr90 {
  padding-right: 90px !important;
}

.a-pr95 {
  padding-right: 95px !important;
}

.a-pr100 {
  padding-right: 100px !important;
}

/* ------------------------------------
 * Width
 * --------------------------------- */
.a-w0 {
  width: 0% !important;
}

.a-w5 {
  width: 5% !important;
}

.a-w10 {
  width: 10% !important;
}

.a-w15 {
  width: 15% !important;
}

.a-w20 {
  width: 20% !important;
}

.a-w25 {
  width: 25% !important;
}

.a-w30 {
  width: 30% !important;
}

.a-w35 {
  width: 35% !important;
}

.a-w40 {
  width: 40% !important;
}

.a-w45 {
  width: 45% !important;
}

.a-w50 {
  width: 50% !important;
}

.a-w55 {
  width: 55% !important;
}

.a-w60 {
  width: 60% !important;
}

.a-w65 {
  width: 65% !important;
}

.a-w70 {
  width: 70% !important;
}

.a-w75 {
  width: 75% !important;
}

.a-w80 {
  width: 80% !important;
}

.a-w85 {
  width: 85% !important;
}

.a-w90 {
  width: 90% !important;
}

.a-w95 {
  width: 95% !important;
}

.a-w100 {
  width: 100% !important;
}

/* ------------------------------------
 * Background Color
 * --------------------------------- */
.a-bg-grey {
  background: #ccc;
}

.a-bg-lightgrey {
  background: #efefef;
}

.a-bg-yellow {
  background: #fffadb;
}

.a-bg-pink {
  background: #ffe9e8;
}

/* ------------------------------------
 * Align
 * --------------------------------- */
.a-al {
  text-align: left !important;
}

.a-ac {
  text-align: center !important;
}

.a-ar {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .a-mt30 {
    margin-top: 20px !important;
  }
}

/* ------------------------------------
 * Font Size
 * --------------------------------- */
 .a-fz-xxl {
  font-size: 26px;
}

.a-fz-xl {
  font-size: 20px;
}

.a-fz-x {
  font-size: 18px;
}

.a-fz-s {
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .a-fz-xxl {
    font-size: 26px;
  }
  .a-fz-xl {
    font-size: 15px;
  }
  .a-fz-x {
    font-size: 18px;
  }
  .a-fz-s {
    font-size: 11px;
  }
}

/* ------------------------------------
 * Heading Level2
 * --------------------------------- */
 .m-hdg-lv2 {
  width: 100%;
  margin: 60px 0 30px;
  position: relative;
  display: table;
}

.m-hdg-lv2 + * {
  margin-top: 30px !important;
}


.m-hdg-lv2 .m-hdg {
  position: relative;
  width: 100%;
  padding: 4px 0 4px 20px;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
  display: table-cell;
}
.m-hdg-lv2 .m-hdg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #5c9721;
  background: -moz-linear-gradient(top, #6db327 0, #6db327 50%, #5c9721 51%, #5c9721 100%);
  background: -webkit-linear-gradient(top, #6db327 0, #6db327 50%, #5c9721 51%, #5c9721 100%);
  background: linear-gradient(to bottom, #6db327 0, #6db327 50%, #5c9721 51%, #5c9721 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6db327', endColorstr='#5c9721', GradientType=0);  
}

.m-hdg-lv2 .m-hdg.campaign-ttl {
  padding: 2px 0;
  font-weight: bold;
  background-color: #9ec42c;
  color: white;
  line-height: 2em;
  text-align: center;
}
.m-hdg-lv2 .m-hdg.campaign-ttl::before {
  content: none;
}

.m-hdg-lv2 .m-hdg-detail {
  white-space: nowrap;
  display: table-cell;
}

.m-hdg-lv2 .m-hdg-detail .m-btn {
  max-width: 200px;
  height: 44px;
  position: absolute;
  top: -10px;
  right: 0;
}

.m-hdg-lv2 .m-hdg__label {
  top: -1px;
}

@media screen and (max-width: 767px) {
  .m-hdg-lv2 {
    margin: 50px 0 25px;
    padding: 0 10px;
  }
  .m-hdg-lv2 + * {
    margin-top: 25px !important;
  }
  .m-hdg-lv2 .m-hdg {
    padding: 1px 0 1px 8px;
    font-size: 18px;
    display: block;
    border-left-width: 2px;
  }
  .m-hdg-lv2 .m-hdg-detail {
    margin: 0 15px;
    display: block;
  }
  .m-hdg-lv2 .m-hdg-detail .m-btn {
    width: 100%;
    height: 60px;
    max-width: 100%;
    margin: 30px 0 0;
    position: relative;
    right: 0;
    top: 0;
  }
}

/* ------------------------------------
 * Heading Level3
 * --------------------------------- */
.m-hdg-lv3 {
  margin: 50px 0 20px;
}

.m-hdg-lv3 + * {
  margin-top: 20px !important;
}

.m-hdg-lv3 .m-hdg {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.m-hdg-lv3 .m-hdg__label {
  font-weight: normal;
  top: 0;
}

@media screen and (max-width: 767px) {
  .m-hdg-lv3 {
    margin-top: 40px;
  }
  .m-hdg-lv3 .m-hdg {
    font-size: 15px;
  }
}

/* ------------------------------------
 * Heading Level4
 * --------------------------------- */
.m-hdg-lv4 {
  margin: 40px 0 20px;
  padding-bottom: 5px;
  display: flex;
  border-bottom: 1px solid #d1d1d1;
}

.m-hdg-lv4 + * {
  margin-top: 20px !important;
}

.m-hdg-lv4 .m-hdg {
  font-size: 14rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .m-hdg-lv4 {
    margin-top: 30px;
  }
  .m-hdg-lv4 .m-hdg {
    font-size: 12px;
  }
}

/* ------------------------------------
 * Heading Level5
 * --------------------------------- */
.m-hdg-lv5 {
  margin: 40px 0 20px;
}

.m-hdg-lv5 + * {
  margin-top: 20px !important;
}

.m-hdg-lv5 .m-hdg {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .m-hdg-lv5 {
    margin-top: 30px;
  }
  .m-hdg-lv5 .m-hdg {
    font-size: 12px;
  }
}

/* ------------------------------------
 * Heading Level6
 * --------------------------------- */
.m-hdg-lv6 {
  margin: 40px 0 20px;
}

.m-hdg-lv6 + * {
  margin-top: 20px !important;
}

.m-hdg-lv6 .m-hdg {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .m-hdg-lv6 {
    margin-top: 30px;
  }
  .m-hdg-lv6 .m-hdg {
    font-size: 12px;
  }
}


/* ------------------------------------
 * Button
 * --------------------------------- */
 .m-btn,
 .m-btn-l {
   width: 100%;
   height: 44px;
   padding: 10px 25px;
   text-align: center;
   display: table;
   position: relative;
   border: 1px solid #d1d1d1;
   border-radius: 3px;
   text-decoration: none;
   box-sizing: border-box;
   background: #fff;
 }
 
 .m-btn-en2{
   padding: 0px 0px;
 }
 
 .m-btn::after,
 .m-btn-l::after {
   position: absolute;
   top: 50%;
   right: 12px;
   content: '';
   border: solid transparent;
   border-width: 5px;
   border-top-color: #fff;
   transform: translateX(-50%);
 }
 
 .m-btn:hover, .m-btn:focus, .m-btn:active,
 .m-btn-l:hover,
 .m-btn-l:focus,
 .m-btn-l:active {
   text-decoration: none;
 }
 
 .m-btn > span,
 .m-btn-l > span {
   vertical-align: middle;
   display: table-cell;
 }
 
 .m-btn .m-icn-pdf,
 .m-btn-l .m-icn-pdf {
   position: static !important;
   display: inline-block;
   padding-right: 10px;
 }
 
 .m-btn.is-hover,
 .m-btn-l.is-hover {
   position: static;
 }
 
 .m-btn.is-hover::before,
 .m-btn-l.is-hover::before {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   content: '';
 }
 
 .m-btn.is-hover::after,
 .m-btn-l.is-hover::after {
   display: none;
 }
 
 .m-btn.is-hover > span,
 .m-btn-l.is-hover > span {
   position: relative;
 }
 
 .m-btn.is-hover > span::after,
 .m-btn-l.is-hover > span::after {
   width: 5px;
   height: 9px;
   margin-top: -5px;
   position: absolute;
   top: 50%;
   right: -15px;
   background-position: -10px -10px;
   /* background-image: url(../img/icn_sprite.svg); */
   content: '';
 }
 
 .m-btn[target="_blank"]::after,
 .m-btn-l[target="_blank"]::after {
   display: none;
 }
 
 .m-btn[target="_blank"] .m-icn-blank,
 .m-btn-l[target="_blank"] .m-icn-blank {
   margin: -5px 0 0;
   position: absolute;
   top: 50%;
   right: 10px;
 }
 .m-btn-en{
   height: 110px;
 }
 
 /* No Icon */
 .m-btn[data-type="no-icon"]::after,
 .m-btn-l[data-type="no-icon"]::after {
   display: none;
 }
 
 .m-btn[target="blank"]::after,
 .m-btn-l[target="blank"]::after {
   display: none;
 }
 
 /* Transparent */
 .m-btn[data-type="transparent"],
 .m-btn-l[data-type="transparent"] {
   color: #ccc;
   border: 1px solid #666;
   background: transparent;
 }
 
 .m-btn[data-type="transparent"]::after,
 .m-btn-l[data-type="transparent"]::after {
   width: 5px;
   height: 9px;
   margin-top: -5px;
   position: absolute;
   top: 50%;
   right: 16px;
   background-position: -30px -10px;
   /* background-image: url(../img/icn_sprite.svg); */
   content: '';
 }
 
 @media screen and (max-width: 767px) {
   .m-btn {
     height: 60px !important;
     font-size: 14px;
   }
   .m-btn::after {
     width: 0;
     height: 0;
     margin-top: -4px;
     background-position: -10px -24px;
     border-width: 7px;
   }
   .m-btn .m-icn-blank {
     margin-left: 0;
     position: relative;
     top: 2px;
     vertical-align: bottom;
   }
   .m-btn.is-hover > span::after {
     width: 3px;
     height: 7px;
     margin-top: -4px;
     background-position: -10px -24px;
   }
 }
 
 /* Return */
 .m-btn[data-type="return"]::after {
   right: auto;
   left: 10px;
   background-position: -40px -10px;
 }
 
 @media screen and (max-width: 767px) {
   .m-btn[data-type="return"]::after {
     background-position: -34px -24px;
   }
 }
 
 /* No Border */
 .m-btn[data-type="no-border"] {
   border: none;
 }
 
 /* PDF */
 .m-btn[data-type="pdf"]::after {
   display: none;
 }
 
 .m-btn[data-type="pdf"] .m-icn-blank {
   margin-top: -5px;
   position: absolute;
   top: 50%;
   right: 10px;
 }
 
 .m-btn[data-type="pdf"] .m-icn-pdf {
   margin: -1px 0 0 -30px;
   position: absolute;
 }
 
 /* PC Icon */
 .m-btn[data-type="pc"] span::before {
   width: 26px;
   height: 24px;
   margin: 0 10px 0 0;
   vertical-align: middle;
   display: inline-block;
   background-position: -92px -587px;
   /* background-image: url(../img/icn_sprite.svg); */
   content: '';
 }
 
 /* SP Icon */
 .m-btn[data-type="sp"] span::before {
   width: 12px;
   height: 24px;
   margin: 0 15px 0 0;
   vertical-align: middle;
   display: inline-block;
   background-position: -123px -588px;
   /* background-image: url(../img/icn_sprite.svg); */
   content: '';
 }
 
 /* Em Button */
 .m-btn[data-type="em"] {
   color: #fff;
   border: none;
   background: #318300;
   background: -moz-linear-gradient(top, #579a00 0, #579a00 50%, #318300 51%, #318300 100%);
   background: -webkit-linear-gradient(top, #579a00 0, #579a00 50%, #318300 51%, #318300 100%);
   background: linear-gradient(to bottom, #579a00 0, #579a00 50%, #318300 51%, #318300 100%);
   filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#579a00', endColorstr='#318300', GradientType=0)
}
 
 .m-btn[data-type="em"]::after {
   margin-top: -3px;
   position: absolute;
   top: 50%;
   right: 16px;
   content: '';
 }
 
 .m-btn[data-type="em"] span {
   width: 100%;
   letter-spacing: 4px;
   display: table;
 }
 
 .m-btn[data-type="em"] span .m-icn-blank {
   right: 15px;
 }
 
 a.m-btn[data-type="em"] {
   display: table;
 }
 
 a.m-btn[data-type="em"] span {
   display: table-cell;
   vertical-align: middle;
 }
 
 button.m-btn[data-type="em"] {
   width: 100%;
 }
 
 button.m-btn[data-type="em"] span {
   display: table;
 }
 
 @media all and (-ms-high-contrast: none\0) {
   body *::-ms-backdrop, button.m-btn[data-type="em"] span {
     display: table-cell;
     vertical-align: middle;
   }
 }

/* ------------------------------------
 * Anchor List
 * --------------------------------- */
 .m-list-anc {
  margin: 40px 0 0;
  padding: 9px 20px 15px;
  border: 1px solid #d1d1d1;
}

.m-list-anc li {
  margin: 7px 15px 0 0;
  padding: 0 20px 0 0;
  display: inline-block;
  border-right: 1px solid #d1d1d1;
}

.m-list-anc li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.m-list-anc a {
  padding-left: 28px;
  position: relative;
  display: block;
  text-decoration: none;
}
.m-list-anc a:hover {
  text-decoration: underline;
}

.m-list-anc a::before,
.m-list-anc a::after {
  position: absolute;
  content: '';
}
.m-list-anc a::before {
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #9ec42c;
  border-radius: 2px;
}
.m-list-anc a::after {
  top: 50%;
  left: 7px;
  margin-top: 2px;
  border: 4px solid transparent;
  border-top-color: #fff;
  transform: translateY(-50%);
}

/* 1 Column */
.m-list-anc[data-col="1"] li {
  margin-right: 0;
  padding-right: 0;
  display: block;
  border-right: none;
}

@media screen and (max-width: 767px) {
  .m-list-anc {
    padding: 0 15px 21px;
  }
  .m-list-anc li {
    margin: 21px 0 0 0;
    padding-right: 14px;
    border-right: none;
  }
  .m-list-anc li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .m-list-anc a::before {
    top: -1px;
  }
  .m-list-anc a::after {
    left: 17px;
  }
}

/* ------------------------------------
 * Accordion
 * --------------------------------- */
 .m-accordion {
  margin: 30px 0 10px;
}

.m-accordion > li {
  margin: 9px 0 0;
  border: 1px solid #d1d1d1;
}

.m-accordion > li:first-child {
  margin-top: 0;
}

.m-accordion > li > a {
  padding: 16px 40px 13px 16px;
  text-decoration: none;
  position: relative;
  display: block;
}

.m-accordion > li > a.is-active > span::before {
  background-position: -186px -10px;
}

.m-accordion__icn {
  width: 19px;
  height: 19px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 10px;
  overflow: hidden;
  display: block;
}

.m-accordion__icn::before {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  right: 0;
  background-position: -162px -10px;
  /* background-image: url(../img/icn_sprite.svg); */
  content: '';
}

.m-accordion__icn span {
  position: absolute;
  z-index: -1;
}

.m-accordion-content {
  padding: 10px 30px 40px;
  display: none;
}

.m-accordion-content > *:first-child {
  margin-top: 0 !important;
}

.m-accordion-content > div > *:first-child {
  margin-top: 0 !important;
}

.m-accordion-content .m-box-img {
  margin-bottom: 0;
}

.m-accordion-content .m-list-notes li,
.m-accordion-content .m-list-order li {
  margin-top: 0;
}

.m-accordion-content .m-media-img {
  max-width: 206px;
  margin-right: 30px;
}

.m-accordion-content .m-media-body .m-list-btn li {
  width: inherit;
}

/* Open */
.m-accordion[data-type="open"] .m-accordion-content {
  display: block;
}

/* RWD - SP Width */
@media screen and (max-width: 767px) {
  .m-accordion-content {
    padding: 0 15px 30px;
  }
  .m-accordion-content .m-tbl td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .m-accordion-content .m-media-img {
    max-width: inherit;
    margin-right: auto;
  }
  .m-accordion-content .m-media-body .m-list-btn li {
    width: 100%;
  }
  .m-accordion-icn {
    position: absolute;
    top: 14px;
    right: 0;
  }
}

/* ------------------------------------
 * ボックス
 * --------------------------------- */
.m-box-em,
.m-box-em--l {
  margin: 40px 0 40px;
  padding: 17px 20px 15px;
  background: #f2f2f2;
}

.m-box-em > *:first-child,
.m-box-em--l > *:first-child {
  margin-top: 0;
}

.m-box-em .m-list-btn,
.m-box-em--l .m-list-btn {
  margin: 30px 0 10px;
}

.m-box-em__ttl {
  font-size: 1.8rem;
}

.m-box-em__ttl + * {
  margin-top: 12px;
}

.m-box-em--l {
  padding: 27px 30px 25px;
}

@media screen and (max-width: 767px) {
  .m-box-em,
  .m-box-em--l {
    margin-top: 30px;
    padding: 17px 20px 15px;
  }
  .m-box-em .m-list-btn,
  .m-box-em--l .m-list-btn {
    margin: 20px 0 10px;
  }
  .m-box-em__ttl {
    font-size: 1.5rem;
  }
}


/* ------------------------------------
 * Table
 * --------------------------------- */
 .m-tbl {
  margin: 30px 0 0;
  padding: 1px 0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.m-tbl-en {
  overflow-x: auto;
}

.m-tbl__caption {
  margin-top: 40px;
}

.m-tbl__caption + .m-tbl {
  margin-top: 10px;
}

.m-tbl table {
  width: 100%;
  border-collapse: collapse;
}

.m-tbl table[data-type="narrow"] th,
.m-tbl table[data-type="narrow"] td {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.2rem;
}

.m-tbl th, .m-tbl td {
  padding: 5px 10px;
}

.m-tbl thead th {
  padding: 9px 0 8px;
  font-weight: normal;
  text-align: center;
  color: #ccc;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #9ec42c;
}

.m-tbl-en thead th {
  padding: 9px 3px 8px;
}

.m-tbl thead th:first-child {
  border-left: none;
}

.m-tbl thead[data-type="var"] th {
  color: #ccc;
  border-right: 1px solid #9ec42c;
  border-bottom: none;
  background: #333;
}

.m-tbl thead[data-type="var"] th[rowspan], .m-tbl thead[data-type="var"] th[colspan] {
  border-right: 1px solid #fff !important;
  background: #9ec42c;
}

.m-tbl thead[data-type="var"] th[rowspan]:last-child, .m-tbl thead[data-type="var"] th[colspan]:last-child {
  border-right: 1px solid #9ec42c !important;
}

.m-tbl thead[data-type="var"] th[rowspan] span::after, .m-tbl thead[data-type="var"] th[colspan] span::after {
  display: none;
}

.m-tbl thead[data-type="var"] th span {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
}

.m-tbl thead[data-type="var"] th span::after {
  width: 100%;
  height: 1px;
  position: absolute;
  left: -1px;
  bottom: -9px;
  background: #fff;
  content: '';
}

.m-tbl thead[data-type="var"] .m-tbl-segment {
  border-right: 1px solid #fff;
}

.m-tbl thead[data-type="var"] .m-tbl-dpt, .m-tbl thead[data-type="var"] .m-tbl-arr {
  border-bottom: none;
}

.m-tbl thead[data-type="var"] .m-tbl-dpt span, .m-tbl thead[data-type="var"] .m-tbl-arr span {
  display: inline;
  position: relative;
}

.m-tbl thead[data-type="var"] .m-tbl-dpt span::before, .m-tbl thead[data-type="var"] .m-tbl-arr span::before {
  position: absolute;
  top: 50%;
  left: 0;
  background-size: 500px 500px;
  /* background-image: url(../img/icn_sprite.svg); */
  content: '';
}

.m-tbl thead[data-type="var"] .m-tbl-dpt span::before {
  width: 25px;
  height: 8px;
  margin-top: -4px;
  left: -36px;
  background-position: -97px -21px;
}

.m-tbl thead[data-type="var"] .m-tbl-arr span::before {
  width: 29px;
  height: 16px;
  margin-top: -8px;
  left: -42px;
  background-position: -127px -13px;
}

.m-tbl tbody tr:first-child th, .m-tbl tbody tr:first-child td {
  border-top: none;
}

.m-tbl tbody th, .m-tbl tbody td {
  height: 80px;
  text-align: left;
  padding: 17px 20px 15px;
}

.m-tbl tbody th {
  font-weight: normal;
  border-top: 1px solid #fff;
  background: #eee;
}

.m-tbl tbody td {
  border-top: 1px solid #ccc;
  background: #fff;
}

.m-tbl tbody td > *:not(br):not(.m-btn-s):not(.m-tbl-cal-btn):not(.m-frm-select):not(.m-form-btn__calendar):not(label) {
  margin-top: 10px !important;
}

.m-tbl tbody td > *:not(br):not(.m-btn-s):not(.m-tbl-cal-btn):not(.m-frm-select):not(.m-form-btn__calendar):not(label):first-child {
  margin-top: 0 !important;
}

.m-tbl tbody td > ul {
  margin-top: 10px;
}

.m-tbl .m-btn {
  height: auto;
  display: block;
}

.m-tbl .m-btn span {
  margin: 0 auto;
  display: table;
}

.m-tbl .m-btn[data-type="em"] {
  height: 44px;
}

.m-tbl .m-btn[data-type="pdf"] > span {
  width: 100%;
}

.m-tbl[data-type="drop"] .m-tbl table thead th {
  color: #ccc;
  text-align: center;
  background: #000;
}

.m-tbl[data-type="thin"] tbody th, .m-tbl[data-type="thin"] tbody td {
  height: auto;
}

/* RWD - SP Width */
@media screen and (max-width: 767px) {
  .m-tbl {
    font-size: 12px;
  }
  .m-tbl .m-btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-tbl[data-type="drop"] .m-tbl table colgroup {
    display: table-column-group;
  }
  .m-tbl[data-type="drop"] .m-tbl table tr, .m-tbl[data-type="drop"] .m-tbl table th, .m-tbl[data-type="drop"] .m-tbl table td {
    width: auto;
    float: none;
  }
  .m-tbl[data-type="drop"] .m-tbl table tr {
    display: table;
    display: table-row;
  }
  .m-tbl[data-type="drop"] .m-tbl table th, .m-tbl[data-type="drop"] .m-tbl table td {
    display: table-cell;
  }
}

.m-tbl .m-frm-table td > * {
  margin-top: 0 !important;
}

.m-tbl .m-frm-table td .m-form-btn__calendar {
  margin-top: 0 !important;
}

.m-tbl .m-frm-table td > .m-frm-wrap {
  margin-top: 0 !important;
}

.m-tbl .m-frm-table td > p:not(.m-frm-btn) {
  margin-top: 10px !important;
}

.m-tbl .m-frm-table td > p:not(.m-frm-btn):first-child {
  margin-top: 0 !important;
}

.m-tbl .m-frm-table td > .m-frm-wrap + * {
  margin-top: 10px !important;
}

.m-tbl .m-frm-table td > .m-frm-select {
  margin-top: 0 !important;
}

.m-tbl .m-frm-table td .m-frm-flex {
  margin-top: 0 !important;
}

/* ------------------------------------
 * image
 * --------------------------------- */
 .m-img {
  margin: 30px auto 0;
  display: table;
}

.m-img.a-al {
  margin-left: 0;
  margin-right: auto;
}

.m-img.a-ac {
  margin-left: auto;
  margin-right: auto;
}

.m-img.a-ar {
  margin-left: auto;
  margin-right: 0;
}

.m-img > img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .m-img {
    margin-top: 25px;
    display: block;
  }
  .m-img img {
    width: 100%;
  }
}

/* ------------------------------------
 * Bullet List
 * --------------------------------- */
 .m-list-bullet {
  margin: 30px 0 0;
}

.m-list-bullet > li {
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
}

.m-list-bullet > li:first-child {
  margin-top: 0;
}

.m-list-bullet > li::before {
  position: absolute;
  left: 0;
  content: '\0030fb';
}

.m-list-bullet > li > ul {
  margin-top: 10px !important;
}

.m-list-bullet > li > .m-list-notes {
  margin-top: 0 !important;
}

.m-list-bullet__ttl {
  font-weight: bold;
  display: block;
}

.m-list-bullet[data-col="2"] {
  overflow: hidden;
}

.m-list-bullet[data-col="2"] > li {
  width: 50%;
  margin-top: 10px;
  padding-right: 30px;
  float: left;
}

.m-list-bullet[data-col="2"] > li:nth-child(-n+2) {
  margin-top: 0;
}

.m-list-bullet[data-col="2"] > li:nth-child(even) {
  padding-right: 0;
}

.m-list-bullet[data-col="2"] > li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .m-list-bullet {
    margin-top: 25px;
  }
  .m-list-bullet > li {
    height: auto !important;
    padding-left: 13px;
  }
  .m-list-bullet[data-col="2"] > li {
    width: 100%;
    height: auto !important;
    margin-top: 10px;
    padding-right: 0;
  }
  .m-list-bullet[data-col="2"] > li:nth-child(-n+2) {
    margin-top: 10px;
  }
  .m-list-bullet[data-col="2"] > li:nth-child(even) {
    padding-right: 0;
  }
  .m-list-bullet[data-col="2"] > li:first-child {
    margin-top: 0;
  }
}

/* ------------------------------------
 * Order List
 * --------------------------------- */
.m-list-order {
  margin: 30px 0 0;
}

.m-list-order > li {
  margin-top: 10px;
}

.m-list-order > li:first-child {
  margin-top: 0;
}

.m-list-order > li:last-child .m-list-order__fig[data-type="ttl"] + * {
  padding-bottom: 0;
}

.m-list-order__fig, .m-list-order__txt {
  display: table-cell;
}

.m-list-order__fig {
  padding-right: 10px;
  white-space: nowrap;
}

.m-list-order__fig[data-type="ttl"] {
  margin-bottom: 5px;
  display: block;
}

.m-list-order__fig[data-type="ttl"] + * {
  padding-bottom: 5px;
}

.m-list-order__txt > *:first-child {
  margin-top: 10px !important;
}

.m-list-order__txt > .m-list-notes {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .m-list-order {
    margin-top: 25px;
  }
}

/* ------------------------------------
 * Notes List
 * --------------------------------- */
.m-list-notes {
  margin: 30px 0 0;
}

.m-list-notes + .m-list-notes {
  margin-top: 10px;
}

.m-list-notes > li {
  margin-top: 10px;
}

.m-list-notes > li:first-child {
  margin-top: 0;
}

.m-list-notes__fig, .m-list-notes__txt {
  display: table-cell;
}

.m-list-notes__fig {
  padding-right: 10px;
  white-space: nowrap;
}

.m-list-notes__txt {
  width: 100%;
}

.m-list-notes__txt > *:not(br):first-child {
  margin-top: 10px;
}

.m-list-notes__txt > ul {
  margin-top: 10px !important;
}

/* Align */
.m-list-notes[data-type="ac"] {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/* Small Text */
.m-list-notes.is-small {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .m-list-notes {
    margin-top: 25px;
  }
  .m-list-notes.is-small {
    font-size: 1.1rem;
  }
}

/* 20230802 追加
----------------------------------*/
/* ボタンリンクカラー青  */
.btn_light_green {
  padding: 10px 17px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #55a51c;
  overflow: hidden
}
.btn_light_green {
  color: #fff !important
}

.btn_dark_blue {
  padding: 10px 17px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #00146E;
  overflow: hidden
}
.btn_dark_blue {
  color: #fff !important
}

/* アンカーボンタン黒アイコン */
.arrow{
  position: relative;
  vertical-align: middle;
}
.arrow::before,
.arrow::after{
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow_bottom:before {
  right: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #343434;
    border-right: 2px solid #343434;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}