@charset "UTF-8";
/* CSS Document */
/*----------------------------------
CSS hok_douminwari
----------------------------------*/
/*メイン*/
.contentsInr {
  margin-top: 0 !important;
}
.contentsInr h1 img {
  vertical-align: top;
}
.couponBlock {
  background: #ffc8ce;
  display: -webkit-box;
  display: flex;
  margin-top: 20px;
}
.couponBox {
  width: 50%;
  padding: 33px 41px 20px 31px;
  order: 0;
}
.couponBox .couponDetail {
  background: #fff;
  width: 100%;
  padding: 15px 25px;
  min-height: 182px;
  display: table;
  box-sizing: border-box;
}
.couponBox .couponDetail .detailWrap {
  display: table-cell;
  vertical-align: middle;
}
.couponBox .couponDetail .detailWrap .detailHead {
  font-size: 20px;
  text-align: center;
  display: table;
  width: 100%;
}
.couponBox .couponDetail .detailHead span.sizeL {
  font-size: 24px;
  white-space: nowrap;
  display: block;
}
.couponBox .couponDetail .price {
  font-size: 42px;
  color: #cc0000;
  text-align: center;
}
.couponBox .couponDetail .price span.sizeL {
  font-size: 30px;
}
.couponBox .couponDetail .price span.sizeM {
  font-size: 16px;
  white-space: nowrap;
  display: block;
}
.couponBlock .bgimg {
  background: transparent url(../img/bg_doumin.jpg) right top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 50%;
  padding-top: 0;
  order: 1;
}
.period {
  background-color: #0046d9;
  color: #fff;
  font-family: "sans-serif";
  font-weight: bold;
  text-align: center;
  font-size: 17px;
  padding: 10px 15px;
  width: 800px;
  margin: 15px auto 10px;
  border-radius: 30px;
}
.start img {
  width: 950px;
  height: auto;
}
.ttlLv1 {
  padding: 30px 0 14px 0;
  margin: 0 auto 20px auto;
  position: relative;
  border-bottom: 3px solid #dcdcdc;
}
.ttlLv1 .heading {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 34px;
  vertical-align: middle;
  display: inline-block;
  background-color: transparent !important;
}
.ttlLv1:after {
  box-sizing: border-box;
  content: "";
  display: block;
  width: 37.5%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #c41419;
}
.mgtXS {
  margin-top: 10px !important;
}
.text > p {
  text-indent: -1em;
  padding-left: 1em;
}
.text > p.terms {
  text-indent: 0em;
  padding-left: 0em;
}
.red_box {
  border: 2px solid #cc0000;
  padding: 20px;
  margin: 20px 0 30px 0;
}
.text > p.plan_indt {
  text-indent: 5em;
}
.text > p.price_indt, .text > p.cau_indt {
  padding-left: 1em;
  text-indent: 0;
}
.agree {
  margin: 20px auto 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.agree label {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 24px;
  color: #000;
}
.ck_box {
  display: none;
}
.ck_box + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.8em;
  position: relative;
}
.ck_box + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 2px solid #cc0000;
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.ck_box + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}
.ck_box:checked + span::after {
  opacity: 1;
}
.search_ttl h3 {
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  font-family: sans-serif;
  margin-top: 70px;
  line-height: 1.4;
  position: relative;
}
.search_ttl h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 32px 0 32px;
  border-color: #c00 transparent transparent transparent;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -32px;
}
.search_ttl{
  text-align: center;
}
.search_ttl p {
  text-align: center;
}
.wrap_tour {
  padding: 20px 0 0 0;
}
.wrap_tour > p, .pane > p {
  position: relative;
  color: #fff;
  font-size: 2.2rem;
  line-height: 50px;
  background-color: #cc0000;
  display: table;
  width: 100%;
  text-align: center;
  padding: 0px 140px 0px 0;
  box-sizing: border-box;
  font-family: sans-serif;
  font-weight: bold;
}
.wrap_tour > p::after, .pane > p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 32px 0 32px;
  border-color: #c00 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -32px;
}
.wrap_tour > p > span, .pane > p > span {
  font-size: 2rem;
  display: inline-block;
  line-height: 50px;
  width: 18%;
  background: #b10000;
  float: left;
  font-family: sans-serif;
  font-weight: bold;
}
.tabs.step01 {
  /*margin: 34px 0 44px 0;*/
  text-align: center;
  margin-bottom: 40px;
}
.tabs.step01 li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 6px;
/*  width: 34%;*/
    width: 50%
}
.wrap_tour > .pane > .tabs {
  margin-top: 8px;
}
.wrap_tour > .pane > .tabs > li {
  width: 32%;
  text-align: center;
  display: inline-block;
}
.tabs > li > a {
  display: block;
  padding: 15px 20px 15px 0;
/*  color: #0f0f69;*/
    color: #FFFFFF;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.9rem;
  position: relative;
/*  background-color: #eee;*/
    background-color: #c00;
  border: 1px solid #dedede;
}
.tabs > li > a:before {
  display: block;
  content: "";
  position: absolute;
  top: 48%;
  left: 70%;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 6px solid transparent; /*top right bottom を透明化 */
/*  border-left: 8px solid #cc0000;*/
    border-left: 8px solid #FFFFFF;
}
.tabs > li > a:hover {
/*  color: #cc0000;*/
    color: #ffffff;
}
.tabs > li > a:hover:before {
  left: 72%; /*マウスオーバーで三角をずらす */
}
.wrap_tour > .pane > .tabs > li > a {
  display: block;
  background: #fff;
  padding: 4px 0;
}
.tabs > li > a.current {
  background-color: #fc178a;
  color: #fff;
  border: 1px solid #fc178a;
}
.tabs > li > a.current:before {
  border-top: 8px solid #fff;
}
.tabs > li > a.current::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 14px 0 14px;
  border-color: #fc178a transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -18px;
}
.pane {
  margin-top: 12px;
}
.course_link {
  display: flex;
  margin-top: 35px;
  padding: 0 2%;
}
.course_link li {
  display: inline-flex;
  width: 50%;
}
.course_link li:first-child {
  margin-right: 1%;
}
.course_link li a {
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 16px;
}
.course_link li a.txtLink {
  background-position: 8px 24px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  background-color: #eee;
  border: 1px solid #dedede;
  padding: 14px 20px 14px 20px;
}
.submit_dousen {
  /*opacity: 0.8;*/
}
.wrap_tour.submit_dousen {
  /*background-color: #666;*/
}
.wrap_tour.submit_dousen .tabs > li > a {
  background-color: #666;
}
.submit_dousen a {
  pointer-events: none;
}
.btnBox .btn {
  color: #333;
  background-color: #eee !important;
  border: 1px solid #dedede;
}
.confirmation {
  margin-top: 65px;
  padding: 18px;
  border: 2px solid #cc0000;
}
.confirmation h2 {
  padding-bottom: 20px;
  border-bottom: 4px solid #cc0000;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.confirmation h2 span {
  color: #cc0000;
  font-size: 20px;
}
.caution {
  color: #cc0000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border:solid 2px #cc0000;
  padding:50px 0;
}
/* .caution {
  display:inline-block;
  margin: 0 auto;
  color: #cc0000;
  border:solid 2px #cc0000;
  padding: 5px 10px;
} */
.yoyaku dt {
  font-size: 1.6rem;
  margin-top: 20px;
  font-weight: bold;
}
.yoyaku table {
  border: 1px solid #d0d0d0;
  width: 100%;
}
.yoyaku table tr th {
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 10px 15px;
  border-top: 1px solid #d0d0d0;
  font-weight: bold;
  border-left: 1px solid #d0d0d0;
  background: #fff2cc;
  text-align: center;
  vertical-align: middle;
}
.yoyaku table tr td {
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 10px 15px;
  background: rgba(156, 156, 156, 0.1);
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}
.yoyaku table tr.bg_white > td {
  background: #fff;
}
.contentsInr > .detail .relief > ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 30px 10px 30px;
}
.contentsInr > .detail .relief > ul > li {
  font-size: 0;
  line-height: 0;
}
.contentsInr > .detail .relief > ul > li a {
  display: block;
}
.orange {
  margin: 0 2px;
  color: #FF9E00;
  background: #fff;
  border: 2px solid #FF9E00;
  padding: 1px 2px;
  border-radius: 4px;
  font-size: 90%;
  vertical-align: top;
}
.contentsInr .mile {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}

/*211124追加*/
.txtList > li{
    padding-left: 0;
    text-decoration: none;
}
.noteList > li{
    padding-left: 0;
}
.tableWrap{margin-top:40px;}
.table_typeA{overflow:auto;white-space:normal;background:-webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) 0 0/20px 100%, -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) right/20px 100%;background:linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;background-color:#fff;background-repeat:no-repeat;background-attachment:scroll; margin-right:-10px;}
.table_typeA table{table-layout:fixed;background:linear-gradient(to left, hsla(0,0%,100%,0), white 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0,0%,100%,0), white 15px) right / 50px 100%;background-repeat:no-repeat;background-attachment:local;/*border-collapse:collapse;*/width:950px;border-spacing:0;border-collapse:separate;}
.table_typeA .tblLayout_auto table{table-layout:auto;}
.acodBlock .table_typeA table{width:914px;}
.table_typeA-auto{overflow: hidden;}
.table_typeA-auto.table_typeA{white-space:normal;margin-right:0px;}
.table_typeA-auto.table_typeA table{table-layout:fixed;width:100%;}
.table_typeA::-webkit-scrollbar{height:5px;}
.table_typeA::-webkit-scrollbar-track{background:#F1F1F1;}
.table_typeA::-webkit-scrollbar-thumb{background:#BCBCBC;}
.table_typeA table tr:first-child td{border-top:1px solid #ffffff;}
.table_typeA table tr th:first-child,
.table_typeA table tr td:first-child{border-left:none;}
.table_typeA table tr th{font-size:1.6rem;line-height:24px;line-height:2.4rem;padding:10px 15px;background:#666666;background:rgba(102,102,102,0.9);color:#ffffff;border-top:1px solid #ffffff;font-weight:bold;border-left:1px solid #ffffff;}
.table_typeA table tr td{font-size:1.4rem;line-height:24px;line-height:2.4rem;padding:10px 15px;background:rgba(156, 156, 156, 0.1);border-top:1px solid #d0d0d0;border-left:1px solid #d0d0d0;}
caption, th, td{text-align:left;font-weight:normal;vertical-align:middle;}
.table_typeA table tr td.em{background:rgba(226, 16, 16, 0.1);}
.table_typeA ul{padding-left:1.2em;list-style-type:disc;}
.table_typeA ol{padding-left:1.2em;list-style-type:decimal;}
.table_typeA .txtListBox ul{padding-left:0px;list-style-type:none !important;}
.table_typeA .txtListBox ul{padding-left:0px;list-style-type:none !important;}
.table_typeA [valign="top"]{vertical-align:top;}
.table_typeA [valign="bottom"]{vertical-align:bottom;}
.table_typeA [valign="baseline"]{vertical-align:baseline;}
@media all and (min-width:740px) {
.table_typeA{margin-right:0;}
}

.table_typeA table{border-top:1px solid #d0d0d0;border-right:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0;}
.table_typeA table tr th:first-child, .table_typeA table tr td:first-child{border-left:1px solid #d0d0d0;}

.btn:after, .btn .altIcon {
    font-size: inherit;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    }

.btn{display:block;width:75%;width:70vw;max-width:100%;min-height:48px;margin:10px auto 0 auto;padding:13px 30px 13px 20px;position:relative;text-align:center;font-weight:bold;line-height:1.3;}
.btn:after, .btn .altIcon{font-size:inherit;position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.btn.iconOther .altIcon{width:12px;height:10px;}
.btn.iconPdf .altIcon{width:11px;height:12px;}

.iconOther{
    display: inline-block;
    width: 250px!important;
    height: auto!important;
    padding: 13px 30px 13px 20px!important;
}
.btnLink{
        text-align: center;
    margin-top: 30px;
    }
.btnLink img{
    width: 500px;
    height: auto;
    }

.box_attention {
  border: 2px solid #cc0000;
  padding: 18px;
}

@media all and (min-width: 740px) {
  .box_attention {
    margin-top: 60px;
  }
}

@media all and (max-width: 739px) {
  .box_attention {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.optinBox span.optInCheck {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (min-width: 740px) {
  .optinBox span.optInCheck {
    width: 20px;
    height: 20px;
  }
}

@media all and (max-width: 739px) {
  .optinBox span.optInCheck {
    width: 18px;
    height: 18px;
  }
}

.optinBox span.optInCheck::before {
  background: #fff;
  border: 2px solid #cc0000;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.optinBox span.optInCheck::after {
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (min-width: 740px) {
  .optinBox span.optInCheck::after {
    width: 8px;
    height: 12px;
    left: 6px;
    margin-top: -8px;
  }
}

@media all and (max-width: 739px) {
  .optinBox span.optInCheck::after {
    width: 8px;
    height: 13px;
    left: 5px;
    margin-top: -9px;
  }
}

.optinBox input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.optinBox label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: auto;
}

@media all and (min-width: 740px) {
  .optinBox label {
    padding: 5px 0;
  }
}

@media all and (max-width: 739px) {
  .optinBox label {
    padding: 5px 10px;
  }
}

input[type="checkbox"]:focus + span.optInCheck {
  box-shadow: 0 0 3px 3px #ccc;
}

input[type="checkbox"]:checked + span.optInCheck:after {
  opacity: 1;
}

.optinBox span.agreeTxt {
  display: inline-block;
  margin-left: 15px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: -2px;
}

.application_lead {
  height: 50px;
  line-height: 50px !important;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 20px;
  background-color: #c00;
  position: relative;
  text-align: center;
  color: #fff;
}

@media all and (min-width: 740px) {
  .application_lead {
    width: 950px;
  }
}

@media all and (max-width: 739px) {
  .application_lead {
    width: 100%;
  }
}

.application_lead:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 32px 0 32px;
  border-color: #c00 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -32px;
}

.areaLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (min-width: 740px) {
  .areaLink {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px 0 0 -15px;
    padding-top: 15px;
  }
}

@media all and (max-width: 739px) {
  .areaLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.areaLink .areaItem {
  position: relative;
}

@media all and (min-width: 740px) {
  .areaLink .areaItem {
    width: 178px;
    margin: 15px 0 0 15px;
  }
}

@media all and (max-width: 739px) {
  .areaLink .areaItem {
    width: 100%;
    margin-top: 15px;
  }
}

.areaLink.inActive .areaItem:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hoverEff img {
  transition: all ease 0.2s;
}

.hoverEff:hover img {
  opacity: 0.7;
}

@media all and (min-width: 740px) {
  .mgl10-pc {
    margin: 10px !important;
  }
}

.btnBox .btn{
    background-color: #eee;
    border: 1px solid #dedede;
    padding: 10px;
    }
.btn .altIcon {
    font-size: inherit;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
a.iconOther{
        padding-left: 14px;
    line-height: 1.4;
    }
    
.btn {
    display: inline-block;
    font-size: 1.4rem;
    width: auto;
    font-weight: normal;
}
.btnBox .btn:after{
    width: 8px;
    height: 12px;
    background-position: 0 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(img/btn_icon.png);
    background-repeat: no-repeat;
    background-size: 100px auto;
}
.dpLink .dp{
    text-align: center;
}

.fs12 span{
    color: #cc0000;
}
.bold{
    font-weight: bold;
}

/*1222追記*/
.end-box {
	border: 2px solid #cc0000;
	padding: 10px;
	color: #cc0000;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
		font-size: 17px;
}

.end-txt {
	background: #525050;
	padding: 10px;
	color: #fff;	
	text-align: center;
	font-weight: bold;
	line-height: 70px!important;
	height: 70px;
	font-size: 18px;
}

.end-btn{
	width: 500px;
	margin: 0 auto;	
	margin-top: 20px;
		
}
.tabs .btn{
    border: none!important;
}
.vaccine {
    display: block;
    background-color: #faf3e0;
    padding: 5px;
}
.vaccine > p.cau_indt {
  padding-left: 2em;
  text-indent: -2em;
}

.text_indt{
  padding-left: 1em;
}
p.cau_indt.note_indt {
  padding-left: 2em;
}

.note_indt{
  padding-left: 1em;
  text-indent: -1em;
}