/* base */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

html{
  font-size:62.5%;
}
body {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  /* background: #F5F5F5; */
}
body{
  overflow: hidden;
}

body,
h1, h2, h3, h4, h5, h6,
table, td, th,
p,
input, textarea, label, select, button, pre {
  font-size: 1.4rem;
  line-height: 1.5;
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Meiryo", "MS PGothic", sans-serif;
  letter-spacing: 0.16rem;
  color:#333;
}

h1, h2, h3, h4, h5, h6, pre {
  margin: 0;
}

/* input, textarea, select { */
input, textarea {
  vertical-align: middle;
  margin: 0;
  border-radius: 2px;
  border: 1px solid #9e9e9e;
  padding: 10px;
  line-height: 1.5;
  min-height: 30px;
  box-sizing: border-box;
  -webkit-appearance: none;
	/* letter-spacing: 0.1rem; */
}
input[type="submit"],button,input[type="button"]
,.page_mail_send .thanks a.btn {
  -webkit-appearance: none;
  background: #f0f0f0;

  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;

  font-size:1.8rem;
}

input.radio,
input.checkbox {
  border: 0px none;
}

input.button {
  padding: 1em;
  cursor: pointer;
}

input.file_up {
  border: none;
}

button {
  font-size:1.8rem;
  padding: 1em;
  cursor: pointer;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
}

.agree_btn_wrap .btn_red,
.confirmation_btn_wrap .btn_red,
.page_mail_send .thanks a.btn_red,
button.btn_red{
  background: #CC101F;
  /* background: #d41518; */
  font-weight: bold;
  color: #fff;
  border:none;
  border-radius: 5px;
}
.btn_wrap .btn_gray{
  background: #808080;
  font-weight: bold;
  color: #fff;
  border:none;
  border-radius: 5px;
  cursor:auto;
}
.agree_btn_wrap .btn_ena,
.confirmation_btn_wrap .btn_ena,
.page_mail_send .thanks a.btn_ena,
button.btn_ena,
button.btn_red:disabled{
  background: #ddd;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #bbb;
}

.confirmation_btn_wrap .btn_round{
  border-radius: 5px;
}
.confirmation_btn_wrap .btn_d_gray{
  background:#787878;
  color:#fff;
  font-weight: bold;
  border: none;
}
input.button.btn_toi{
  background:#000;
  color:#fff;
  font-weight: bold;
  border: none;
  font-size: 2rem;
  max-width: 650px;
  width: 90vw;
}

.btn_w{
  max-width: 650px;
  width: 80vw;
}

/* 【Chrome】オートコンプリートのとき、背景を水色#e8f0fe/rgb(232, 240, 254)にしない */
input:-webkit-autofill ,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
.form textarea.errorMsg:-webkit-autofill,
.form select.errorMsg:-webkit-autofill,
.form input.errorMsg:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffdfdd inset;
}

.ui-datepicker-week-end.sun .ui-state-default {
  color: #f39800;
  background: #FFCCCC;
}

.ui-datepicker-week-end.sat .ui-state-default {
  color: #06F;
  background: #CCCCFF;
}

.ui-datepicker-calendar .close_day .ui-state-default {
  background: #CCC;
}

th.ui-datepicker-week-end {
  color: #06F;
}

th.ui-datepicker-week-end:last-child {
  color: #f39800;
}

#ui-datepicker-div .ui-widget-content .ui-state-hover {
  background: #AAA;
}

.clear {
  clear: both;
}

form .now_loading {
  background-image: url('../img/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: right center;
  /* background-color: #B9FB91; */
  background-color: #d4f2c2;
}

.form {
  margin: 0 20px;
}

.form .error_p {
  color: #B40019;
  margin-top: 0.4em;
  font-size: 1.2rem;
  font-weight: bold;
}

.form .kome {
  color: #B40019;
  /* font-size: 12px;
  display: inline-block;*/
  padding: 2px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.0rem;
  border: 1px solid #B40019;
  margin-left: 5px;
	letter-spacing: 0rem;
}

.form .kome.ninni{
  color: #666;
  border: 1px solid #666;
}

.form .item {
  /* margin: 0 0 20px 0; */
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 0.16rem;
}
.form .item:last-of-type {
  border-bottom: 0;
}
.page_confirmation .item:last-child{
  margin-bottom: 3.0rem;
}

.form .item .sub {
  margin: 0 0 10px 0;
}
.form .item .sub:last-child {
  margin: 0 0 0 0;
}

.page_confirmation .item .sub h4{
  font-weight: bold;
}

.form .item .note{
	/* font-size:1.2rem; */
	font-size:1.3rem;
}

.form .item span.red{
  color: #B40019;
}

.form .item label {
  /* padding: 6px;
  margin: 0 6px 3px 0;
  display: inline-block;
  border-radius: 6px; */
}

.form .item label input {
  margin: 0 3px 0 0;
  display: inline-block;
}

.form .item .on_checked {
  /* background:#fffb87; */
}

.form .item i {
  font-style: normal;
  font-size: 1.0rem;
}

.form .item p.txt {
  font-size: 1.2rem;
  margin: 0 0 6px 10px;
}

.form .txt_xs {
  width: 23%;
  max-width: 80px;
}
.form .txt_num {
  width: 70px;
}

.form .txt_s {
  width: 120px;
}

.form .txt_s2 {
  width: 160px;
}

.form .txt_s3 {
  max-width: 300px;
  width: 75%;
}

.form .txt_m {
  max-width: 250px;
  width: 100%;
}

.form .txt_l {
  width: 400px;
}

.form textarea.txt_l {
  min-height: 180px;
}

.form .item h3 {
  font-size: 1.6rem;
  /* border-left: 6px solid #f39800; */
  /* padding-left: 3px; */
  margin-bottom: 10px;
  font-weight: bold;
}

.form .item h4 {
  /* display: inline-block; */
  font-weight:normal;
	margin-bottom: 8px;
}

.form textarea.comment {
  height: 6em;
}

.form .user_agreement {
  width: 300px;
  display: block;
  border-radius: 6px;
  border: 1px solid #999;
  margin: 0 auto 6px auto;
  padding: 10px 0 10px 0;
}

.form .input_data {
  color: #333;
}

.form .info_text {
  color: #333;
  border-radius: 6px;
  /* padding: 0 10px; */
  padding: 0;
  margin-bottom: 20px;
  letter-spacing: 0.16rem;
  /* margin: 0 10px 20px; */
}

.form .info_text .cap {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0 8px 0;
}

.form .info_text p {
  padding: 6px 0 6px 0;
  margin: 0;
  line-break:strict;
}

.form .info_text i {
  font-size: 1.2rem;
  font-style: normal;
}

.form .info_text i.note {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

.form .info_text.info_select_text {
  background: #f3f3f3;
}

.form .info_text.info_select_text .cap {
  border-bottom: none;
}

.form .info_text.info_select_text.is_active {
  background: #fffb87;
}

.form .info_text .info_select_option {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.form .info_text.info_select_text .cap label {
  display: block;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.form .info_text_sub{
  margin-bottom: 0;
}
.form .info_text_sub .cap{
  padding-bottom:0;
  margin-bottom: 0;
}
.form .info_text_sub p{
  /* font-size: 1.2rem; */
  font-size: 1.3rem;
  line-height: 1.7;
}
.form .info_text_sub .cap{
  /* font-size: 1.4rem; */
  font-size: 1.5rem;
}
.form .item_receipt_number{
  margin:5px;
}
.form .item_receipt_number input{
  width:140px;
}

.form ul.list,
.form ul.list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.form ul.list li {
  padding: 0.2em 0 0.8em 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

.form .select_date {
  position: relative;
}

.form .select_date input {
  width: 150px;
}

.form .select_date img.ui-datepicker-trigger {
  width: 24px;
  height: 24px;
  vertical-align: top;
  position: absolute;
  top: -2px;
  right: 8px;
}

.form .input_data {
  padding: 0.5em 0 0.4em;
  display: inline-block;
  line-height: 1.9;
  font-size: 1.4rem;
}

.form .img_box {
  background: #ccc;
  min-height: 100px;
  width: 100%;
  max-width: 400px;
  text-align: center;
  position: relative;
}

.form .img_box_btn {
  margin-top: 10px;
  text-align: center;
  width: 100%;
  max-width: 400px;
}

.form .img_box img {
  max-width: 80%;
  display: block;
  position: relative;
  z-index: 10;
  margin: 0 auto 0 auto;
}

.form .img_box .msg {
  display: block;
  position: absolute;
  width: 100%;
  font-size: 2.0rem;
  text-align: center;
  color: #333;
  top: 40px;
}

/* loading */
span.loading {
    display: inline-block;
    white-space: nowrap;
}
span.loading span {
  display: inline-block;
  width: 20px;
  max-width: 20px;
  height: 2px;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 4px 100%;
  background-image:-webkit-gradient(linear, left top, right top, from(transparent), color-stop(0.5, transparent), color-stop(0.5, #000), to(#000) );
  background-image:-webkit-linear-gradient(left,transparent 2px,#000 4px);
  background-image: linear-gradient(to right,transparent 2px,#000 4px);
  -webkit-animation: animation 3.0s linear infinite;
  animation: animation 3.0s linear infinite;
}
@-webkit-keyframes animation {
  0% { width: 0; }
  100% { width: 100%; }
}

@keyframes animation {
  0% { width: 0; }
  100% { width: 100%; }
}　

.form label .label_input_txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}

.form .attention_img_wrap img{
	display: block;
	width:100%;
}

.wrapper {
  margin: 0 auto 0 auto;
}


.block_wrap{
  width: 100%;
  /* 背景塗りつぶしする場合 */
  background: #CC101F;
  /* background: #6eb944; */
  /* lineのみ色を付ける場合 */
  /* border-bottom: 3px solid #001a3f; */
  /* display: flex; */
 /* padding: 60px 20px; */
 /* position: fixed;
 justify-content: space-between;
 top:0;
  z-index:100; */
}
.block {
  max-width: 750px;
  margin: 0 auto 0 auto;
}
.block,
.block_rule_text{
  /* padding-top: 100px; */
}
.block_header {
  margin: 0 auto;
  /* 背景塗りつぶしする場合 */
  /* color: #CC101F; */
  color: #fff;
  /* color: #000; */
  /* lineのみ色を付ける場合 */
  /* color:#001a3f; */
  font-size: 2.0rem;
  /* padding: 12px 5px 9px; */
  /* padding: 20px 10px 16px; */
  font-weight: bold;
  /* text-align: center; */
}
/* .block_img_wrap{
  width: 100%;
  display: flex;
  position: fixed;
  justify-content: space-between;
  top:0;
  z-index:100;
} */
.header_img_wrap{
  /* background: #CC101F;
  width: 100%; */
	text-align:center;
	margin:0 0 10px 0;
}
.header_img_wrap img{
	max-width: 100%;
  width:750px;
  /* max-height: 100px; */
  vertical-align: bottom;
}

.footer {
  text-align: center;
  padding: 0 0 10px 0;
}

.page_mail_send .thanks a.btn {
  /* border: 1px solid #9e9e9e; */
  /* border-radius: 2px; */
  line-height: 1.5;
  display: inline-block;
  padding: 1em;
  /* background: #DDDDDD; */
  /* font-weight: bold; */
  transition: all .1s ease;
  text-decoration: none;
  /* color: #333; */
}

.page_mail_send .thanks a.btn:hover {
  /* background: #CCCCCC; */
}

.page_mail_send .thanks .thanks_err_txt,
.page_mail_send .thanks .thanks_txt{
  margin:40px 0;
  /* border: 1px solid #000; */
  padding:10px;
  text-align: center;
}
.page_mail_send .thanks .thanks_txt{
  margin:0 0 25px;
}
.page_mail_send .thanks .thanks_err_txt p{
  height:240px;
  display: table-cell; /* IE8から使用可能 */
  vertical-align: middle;
  white-space: pre-wrap;
  word-wrap:break-word;
}
.page_mail_send .thanks .thanks_btn{
  text-align: center;
  margin-bottom: 60px;
}

.page_entry .api_link {
  text-align: right;
  font-size: 1.0rem;
  padding: 10px;
}

.page_entry .api_link a:hover {
  text-decoration: underline;
}

.page_entry .form .user_agreement {
  min-width: 200px;
  display: block;
  border-radius: 6px;
  border: 1px solid #999;
  margin: 0 auto 6px auto;
  padding: 10px 0 10px 0 !important;
}

/* 同意ページ */
.page_agreement .block_rule_text {
  max-width: 750px;
  /* max-width: 710px; */
  margin: 0 auto;
  /* padding: 40px 20px 30px 20px; */
  padding: 20px 20px 30px 20px;
  /* padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px; */
  line-height: 1.5;
  letter-spacing: 0.16rem;
}

.page_agreement .block_rule_text h2 {
 /* font-size: 2.0rem;
  margin: 15px 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;*/
}
.page_agreement .rule_text_box table{
  background-color: #555;
  margin:0;
}
.page_agreement .rule_text_box table tbody{
  margin:0;
}
.page_agreement .rule_text_box table td{
  background-color: #FFF;
  margin:0;
}
.page_agreement .rule_text_box table th{
  width:4.5em;
  margin:0;
  background-color: #FFF;
}

.page_agreement .rule_text_box {
  overflow-y: scroll;
  height: 400px;
  -webkit-overflow-scrolling: touch;
  /* overflow-scrolling: touch; */
  padding:8px;
  border:1px solid #ddd;
  background:#fff;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(150,150,150,.4);
    box-shadow: 0 0 1px rgba(255,255,255,.4);
}
.page_agreement .rule_text_box ul,
.page_agreement .rule_text_box li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page_agreement .rule_text_box ul {
  margin: 10px 0;
}

.page_agreement .rule_text_box li {
  padding: 10px 0;
}

.page_agreement .rule_text_box h3 {
  margin: 20px 0;
  line-height: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}

.page_agreement .rule_text_box p {
  padding: 0 0 0 15px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}
.page_agreement .agree_btn_wrap {
  text-align: center;
  margin: 20px auto 0;
  border-radius: 6px;
}
.page_agreement .agree_btn_wrap .button {
  /* box-shadow: 0 0 1px #333; */
}

/*パンくずリスト*/
ol, ul {
  list-style: none;
}
li {
  /* font-size: 13px; */
  font-size: 1.4rem;
  line-height: 1.5;
}
.contact__inner {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  /* margin-top: 1.5rem;
  margin-bottom: 4rem; */
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 360px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding-left: 0;
}

.progress__icon {
  position: relative;
  text-align: center;
  background-color: #C8C8C8;
  /* color: #666; */
  width: 100px;
  padding: 6px 0;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .progress {
    width: 70%;
    margin-left: 0px;
    padding-left: 14%;
  }
}

@media screen and (max-width: 640px) {
  .progress__icon {
    width: 100px;
  }
}

.progress__icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #C8C8C8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.mw_wp_form_input .progress__icon--01,
.mw_wp_form_preview .progress__icon--02,
.mw_wp_form_complete .progress__icon--03 {
  /* background-color: #AA997A; */
  background-color: #000;
  color: #fff;
  /* color: #646464; */
}
.mw_wp_form_input .progress__icon--01:after,
.mw_wp_form_preview .progress__icon--02:after,
.mw_wp_form_complete .progress__icon--03:after {
  border-left: 10px solid #000;
}

/* agreement */
.page_agreement .agree_btn_wrap,
.page_confirmation .confirmation_btn_wrap{
	margin-top: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: center;
  /* justify-content: space-between; */
}
.page_confirmation .confirmation_btn_wrap{
  margin-top: 30px;
  margin-bottom: 30px;
}
.agree_btn_wrap .flex-container:nth-of-type(n+2),
.confirmation_btn_wrap .flex-container:nth-of-type(n+2) {
	margin-left:30px;
}

.agree_btn_wrap a.btn {
  border: 1px solid #999;
  border-radius: 2px;
  line-height: 1.5;
  display: inline-block;
  /* padding: 10px 20px 10px 20px; */
  padding:14px;
  /* transition: all .3s ease; */
  text-decoration: none;
  color: #000000;
}
.agree_btn_wrap a.non,
.button.non{
	border: 1px solid #ccc;
	background: #f3f3f3;
	color: #777;
}
@media screen and (max-width: 300px) {
	.page_agreement .agree_btn_wrap,
	.page_confirmation .confirmation_btn_wrap{
		-webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	     -ms-flex-direction: column;
	         flex-direction: column;

           align-items: center;
	}
	.agree_btn_wrap .flex-container:nth-of-type(n+2),
	.confirmation_btn_wrap .flex-container:nth-of-type(n+2) {
		margin-left:0;
		margin-top: 20px;
	}
}

.error_p div{
  margin-top: 5px;
}

/* redio create */
.radio_wrap{
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
.radio_wrap .radio_lbl{
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
.radio_wrap input[type=radio] {
  display: none;
}
.radio_wrap .radio_lbl label{
  display: block;
  padding:17px 10px 15px 35px;
  width: 100%;
  max-width: calc(100% - 40px);
  cursor:pointer;
  position:relative;
  line-height: 1.5;
}
.radio_wrap .pre_type-input + label::before,
.radio_wrap .yago-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 17px;
  height: 17px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio_wrap .pre_type-input:checked + label::after,
.radio_wrap .yago-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 13px;
  width: 13px;
  height: 13px;
  background: #000;
  border-radius: 50%;
}
.radio_wrap .course_type-input + label::before{
  content: "";
  display: block;
  position: absolute;
  /* top: 11px; */
  top: 17px;
  left: 10px;
  width: 17px;
  height: 17px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio_wrap .course_type-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  /* top: 14px; */
  top: 20px;
  left: 13px;
  width: 13px;
  height: 13px;
  background: #000;
  border-radius: 50%;
}

/* obtain */
.radio_wrap .radio_lbl.no_line{
  border: none;
  margin-bottom: 0;
}
.radio_wrap .radio_lbl.no_line label{
  padding:10px 10px 10px 40px;
}

.radio_wrap .radio_lbl.no_line:nth-of-type(n+2) label::before{
	/* top: 10px; */
}
.radio_wrap .radio_lbl.no_line:nth-of-type(n+2) label::after{
	/* top: 13px; */
}
.radio_sub_title{
  font-weight: bold;
  margin:15px 0 10px;
}
/*select*/
.cp_ipselect {
	overflow: hidden;
	max-width: 100px;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
		display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	/* border: 1px solid #999; */
	border-radius: 2px;
	background: #ffffff;
}
/* 【Chrome】オートコンプリートのとき、背景を水色#e8f0fe/rgb(232, 240, 254)にしない */
.cp_ipselect.cp_sl01 select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.2em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 10px 38px 8px 8px;
	color: #333;
	border: 1px solid #999;
  border-radius:2px;
}

/* birthday */
#birthday_picker{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#birthday_picker div{
	margin-right: 15px;
}
#birthday_picker div:last-of-type{
	margin-right: 0;
}

/* gender */
.radio_wrap_gen,
.radio_wrap_show_date
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: block;
}
.radio_wrap_gen input[type=radio],
.radio_wrap_show_date input[type=radio] {
  display: none;
}
.radio_wrap_gen .radio_lbl label,
.radio_wrap_show_date .radio_lbl label
{
  display: block;
  padding:10px 10px 10px 40px;
  width: 100%;
  max-width: calc(100% - 40px);
  cursor:pointer;
  position:relative;
  line-height: 1.5;
}
.radio_wrap_gen .gender-input + label::before,
.radio_wrap_show_date .course_type-input + label::before,
.radio_wrap_gen .shozoku-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 17px;
  height: 17px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}
.radio_wrap_gen .gender-input:checked + label::after,
.radio_wrap_show_date .course_type-input:checked + label::after,
.radio_wrap_gen .shozoku-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 13px;
  width: 13px;
  height: 13px;
  background: #333;
  border-radius: 50%;
}

.button_ui{
    letter-spacing: 0rem;
}

/*(1)(2)…（カッコつき数字）*/
.page_agreement .rule_text_box ul.numberList01 {
  counter-reset: number;
	padding:0 15px;
}
.page_agreement .rule_text_box ul.numberList01 li.nl01 {
  display: flex;
  align-items: baseline;
  margin: 0 0 5px;
	padding:4px 0;
}
.page_agreement .rule_text_box ul.numberList01 li.nl01::before {
  counter-increment: number;
  content: "("counter(number) ") ";
  margin: 0 5px 0 0;
  flex-basis: 40px;
	text-align: center;
  flex-shrink: 0;
}
/*①②…（丸数字）*/
.page_agreement .rule_text_box ul.numberListSub01 {
	margin: 0;
	padding:0 0 0 15px;
}
.page_agreement .rule_text_box ul.numberListSub01 li.nls01 {
		list-style: none;
	  padding-left: 1.3em;
	  text-indent: -1.6em;
		padding:0 0 2px 55px;
}
/* 調整用 */
.page_agreement .rule_text_box ul.adjust01 li.nl01{
	padding:0;
}
.page_agreement .rule_text_box ul.adjust01 li.nl01:nth-of-type(n+2){
	margin-top: 15px;
}
.page_agreement .rule_text_box ul.adjust01 p{
	padding-left: 45px;
}
/* link */
.page_agreement a{
	color: initial;
	/* text-decoration: none; */
  text-decoration: underline;
}

/* file */
.filearea{
	width: 100%;
	max-width: 400px;
  margin-bottom: 5px;
}
.file_button {
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #f0f0f0;
  overflow: hidden;
	padding: 1em 0;
	cursor: pointer;
	border: 1px solid #9e9e9e;
	border-radius: 2px;
	width: 100%;
}
.file_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/*Checkboxes styles*/
.checkbox_wrap {
	padding:10px;
}
.checkbox_wrap input[type="checkbox"] {
	display: none;
}
.checkbox_wrap input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checkbox_wrap input[type="checkbox"] + label:last-child {
	margin-bottom: 0;
}
.checkbox_wrap input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
.checkbox_wrap input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
	border: 1px solid #001a3f;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* jsOFF警告 */
.attention.js-off{
	font-size: 1.6rem;
	font-weight:bold;padding:10px;margin:10px 10px 20px;line-height:2;
}
.attention.js-off span{
	background: -webkit-linear-gradient(transparent 75%, rgba(255, 0, 0, 0.7) 75%);
	background: -o-linear-gradient(transparent 75%, rgba(255, 0, 0, 0.7) 75%);
	background: linear-gradient(transparent 75%, rgba(255, 0, 0, 0.7) 75%);
}

/* GTM */
.gtm_b iframe,
noscript.gtm_b iframe{
  height: 0;
  width: 0;
  display:none;
  visibility:hidden;
}

/* ascon */
.s_num_img_wrap{
	/* text-align:center; */
	margin:5px 0 10px 0;
}
.s_num_img_wrap img{
	max-width: 400px;
}
/* @media screen and (max-width: 750px){ */
@media screen and (max-width: 445px){
	.s_num_img_wrap img{
		max-width: 100%;
	}
}

.section{
	padding-top: 00px;
	font: inherit;
	font-size: 100%;
  margin:0 20px;
  color:#000;
  letter-spacing:0.1rem;
}
.section p{
	margin: 0;
}
.section h3 {
  background: #000;
  color: #fff;
  padding: 1rem;
  text-align: center;
	font-weight: bold;
}
.section .h3_section {
  margin: 1rem 0 2rem;
  line-height: 1.7;
  text-align: center;
}
.section .s_title {
  margin:20px 0 30px;
  text-align:center;
  font-weight:bold;
}
.section .s_info{
  margin-bottom:15px;
}
.section .s_info2{
  margin-top:40px;
  margin-bottom:15px;
}
.section .phone_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  align-items: stretch;
}
.section .phone_wrap>div{
  display: flex;
  align-items: center;
}
.section .phone_wrap>div>img{
  max-height:35px;
}
.section .phone_wrap>div:last-of-type{
  margin-left:5px;
  font-size: 2.3em;
  font-weight: bold;
  letter-spacing:0.001rem;
  line-height: 1;
}
.section .s_detail{
  margin:20px 0;
  font-size: 1.2rem;
}
.section .s_detail>span{
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: underline;
}
.bold {
	line-height: 1.7;
  font-weight: bold;
}
.phone_num {
  font-size: 2.3em;
  letter-spacing:0.001rem;
}
.notes p{
    /* font-size: 10.5px; */
    font-size: 11.5px;
		/* padding-left: 0.0rem; */
}
.indent1em {
    text-indent: -1em;
    padding-left: 1em;
}

.regulation_img_wrap{
  max-width: 750px;
  margin: 8px auto 10px;
	text-align:center;
}
.regulation_img_wrap img{
	max-width: 100%;
}
.regulation_img_wrap p{
  font-size:1.0rem;
  /* color:#646464; */
  color:#333;
}
.footer_line{
max-width: 750px;
/* border-top:1px dotted #ccc; */
margin: 0 auto;
}
.footer_line>div{
  margin: 0 15px;
  border-top:1px dotted #ccc;
}
.btn_wrap{
	margin:40px auto 30px;
	padding:0;
	text-align: center;
}

.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 445px){
  .section{
    margin:0 10px;
  }
}
/* シリアルナンバーエラー強調  */
div.sn_err{
  line-height: 1.7;
  background:#ffdfdd;
  padding:5px 5px 3px;
}

/* 希望コース口数 entry */
.course_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  align-items: flex-end;
  background: #fff;
}

.course_wrap div:last-of-type p{
  display: inline-flex;
  vertical-align: bottom;
  margin: 0;
}
.form .item .course_wrap h4{
	/* font-weight: bold; */
	font-size: 1.5rem;
}
.item_course .course_wrap:not(:first-of-type){
	margin-top: 10px;
}
.course_wrap .course_cnt{
  text-align:right;
}
.item_course .conf_course_wrap:not(:first-of-type){
  margin-top: 10px;
}
/* 希望コース口数 confirmation */
.conf_course_wrap {
  width: calc(100% -13px);
  max-width: 400px;
  display: flex;
	border: 1px solid #ccc;
	padding:13px 13px 13px 13px;
  align-items: flex-end;
  background: #fff;
}
.form .item .conf_course_wrap h4{
  font-weight: bold;
  font-size: 1.5rem;
}
.conf_course_wrap>div:first-of-type{
  flex-grow: 1;
}
.conf_course_wrap .conf_cnt_wrap{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  max-width: 70px;
}
.conf_course_wrap .conf_cnt_wrap div:first-of-type{
  font-size: 2rem;
  font-weight: bold;
  line-height:1.1;
}

/* dialog */
.ui-remove-dialog .ui-dialog-titlebar {
  display: none;
}
.ui-remove-dialog .ui-widget-content .ui-state-default.ui-button,
.ui-remove-dialog .ui-button.ui-state-hover {
  border: 1px solid #9e9e9e;
  background: #f0f0f0;
  font-weight: normal;
  border-radius: 0;
}

.receiptAdd {
  margin: 30px auto 20px;
  width: 250px;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  background: #f0f0f0;
  background: #000;
  border: 1px solid #9e9e9e;
  border: 1px solid #000;
  box-sizing: border-box;
  color: #fff;
  border-radius: 5px;
}
/*ファイル削除部分 動的追加*/
.file_list_box{
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  max-height: 43px;
}
.file_list_box .l{
  height:43px;
  line-height:43px;
  flex-grow: 5;
  overflow: hidden;
}
.file_list_box .l.l2{
  line-height: 1.5;
}
.receipt-remove{
  font-size: 1.4rem;
  padding:1rem 1em;
}
#recept_input_list .receiptInput:not(:first-of-type) .filearea{
  padding-top:15px;
  /* border-top: 1px solid #ccc;  230418fuki*/
}

/*ファイル未アップ*/
.file_no_list{
  width: 100%;
  max-width: 400px;
  padding: 50px 0;
  /* margin: 50px auto; */
  color: #B40019;
  text-align: center;
}
.file_no_list.bo{
  font-weight: bold;
  letter-spacing: 0rem;
}

/*err*/
.form textarea.errorMsg,
.form select.errorMsg,
.form input.errorMsg {
  border: 1px solid #FF0000 !important;
  background: #ffdfdd;
  /* -webkit-appearance: none; */
}

/*アコーディオン*/
.img_toggle {
display: none;
}
.img_option {
position: relative;
margin-bottom: 1em;
border: 1px solid #323232;
border-radius: 5px;

}
.img_title,
.img_content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.img_title {
/* border: solid 1px #ccc; */
padding: 1em;
display: block;
color: #333;
font-weight: bold;
text-align: center;
font-size: 1.6rem;
}
.img_title::after,
.img_title::before {
content: "";
position: absolute;
right: 1.8em;
top: 1.25em;
width: 2px;
/* height: 0.75em; */
height: 1em;
background-color: #000;
transition: all 0.3s;
}
.img_title::after {
transform: rotate(90deg);
}
.img_content {
max-height: 0;
overflow: hidden;
}
.img_content p{
margin: 0 auto;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
text-align: center;
}
.img_content p img{
  width: 50%;
}
.img_content p img:last-of-type{
  width: 100%;
}
@media screen and (max-width: 768px){
  .img_content p img{
    width: 100%;
  }
}

.img_toggle:checked + .img_title + .img_content {
max-height: 1900px;
transition: all 1.0s;
}
.img_toggle:checked + .img_title::before {
  transform: rotate(-45deg) !important;
}
.img_toggle:checked + .img_title::after {
  transform: rotate(45deg) !important;
}


#fullOverlay{
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(255, 255, 255, .8);
  z-index: 2147483647;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fullOverlay .modal {
  /* background: #fff;
  padding: 4rem;
  border: 1px solid #000;
  max-width: 500px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin:20px; */
  border: 2px solid #333;
  background-color: #fff;
  max-width: 300px;
  width: 100%;
  /* max-height: 200px; */
  padding:3rem;
  /* text-align: center; */
}
#fullOverlay .modal h2{
  font-size: 1.8rem;
  margin-bottom:1.5rem;
  color: #B40019;
}
.radio_wrap .place-input + label::before{
  content: "";
  display: block;
  position: absolute;
  /*top: 11px;*/
  top: 17px; 
  left: 10px;
  width: 17px;
  height: 17px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio_wrap .place-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  /*top: 14px;*/
  top: 20px; 
  left: 13px;
  width: 13px;
  height: 13px;
  background: #000;
  border-radius: 50%;
}
.radio_wrap .radio_lbl {
  border:0;
}

.col-2{
  width: 30% !important;
  padding:0;
  padding-bottom:10px;
  margin:0 0 0 0 !important;
  vertical-align: middle;

}
.col-8{
  width:70% !important;
  padding:0;
  padding-bottom:10px;
  margin:0 0 0 0 !important;
  vertical-align: middle;

}
.course-image{
  width:100% !important;
  padding:0;
  margin:0;
  text-align:center;
}
.course-image img{
  width:100%;
}
.row{
  width:100%;
  display:flex;
  padding-bottom:10px;
}
.course-item{
  display:block;
  width:48%;
  min-width:340px;
  border:solid 1px #ccc;
  margin-bottom:10px;
}
.select_course{
  width:100%;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}