@charset "UTF-8";

/* Form Common */
input[type="text"],
input[type="password"],
input[type="email"] {
    padding: 5px 10px;
}
input[type="radio"] {
    margin: 0;
}
select, textarea {
    padding: 1em;
    border: none;
}

/* Alert */
.alert {
    margin: 1em 0;
    padding: 1em 1.5em;
}
.alert-success {
    background: #D4EDDA;
}
.alert-danger {
    background: #F8D7DA;
}
.alert-warning {
    background: #FEF3CD;
}
.alert-info {
    background: #D1ECF1;
}

/* Error Message */
.alert-body {
    background: #FFC0CB;
    padding: 1em;
    margin-bottom: 1em;
}
.invalid-feedback {
    display: block;
    color: #f00;
}


/* Datepicker */
.hasDatepicker {
    margin: 0.5em 0;
}




#form_block input.delete_btn {
    height: auto;
    background-color: orange;
    /*line-height: 40px;*/
}
.delete_btn_gray {
    /*height: auto;*/
    background-color: gray;
    /*line-height: 40px*/
}
#register_block .delete_btn_gray:hover {
    opacity: 1;
}
.must {
    color: #f00;
    font-size: 80%;
}

/* Basic Button */
.btn {
    border-radius: 4px;
    padding: .5em;
    margin: 0.3em 0;
    background-color: #6a98d0;
    color: #fff;
    display: inline-block;
}
a.btn {
    color: #fff;
}

.link_btn.orange {
    background-color: orange;
}

/*-----------------------------------

	h3

-----------------------------------*/
h3 {
    font-size: 24px;
    font-weight: 100;
    line-height: 200%;
	padding-bottom:10px;
	color: #03596D;
}
.h3_icon {
	display:inline-block;
	vertical-align:middle;
	padding-right:5px;	
}

@media screen and (max-width: 840px) {
	
	h3 {
		font-size: 18px;
	}
	
}

/*-----------------------------------

	h4

-----------------------------------*/
h4 {
    font-size: 24px;
    font-weight: 100;
    line-height: 200%;
	padding-bottom:10px;
	color: #03596D;
	border-bottom:1px solid #03596D;
}

@media screen and (max-width: 840px) {
	
	h4 {
		font-size: 18px;
	}
	
}


/*-----------------------------------

	form_block

-----------------------------------*/
#form_block {
    background: #F7F7F7;
    padding-bottom: 120px;
}

@media screen and (max-width: 840px) {
	
	#form_block {
		padding: 30px 0 60px 0 !important;
	}
	
}

@media screen and (max-width: 640px) {
	
	#form_block {
		padding: 40px 0;
	}
	
}

/*-----------------------------------

	toroku_wrap

-----------------------------------*/
#toroku_wrap {
	padding-top:40px;	
}
#toroku_wrap .prefectures {
    font-size: 12px;
    line-height: 200%;
    letter-spacing: 0.01em;
    margin: 15px auto 30px auto;
}

@media screen and (max-width: 840px) {
	
	#toroku_wrap {
		padding-top:0;	
	}
	
}

/********************************************

	
/*checkbox_box*/
#form_block .checkbox_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}
#form_block .checkbox_box h3{
	float:left;
    border-bottom:1px solid #6a98d0;
	padding-bottom:10px;
}
#form_block .checkbox_box p{
    line-height: 48px;
}

#form_block #member_wrap h3{
	border-bottom:1px solid #6a98d0;
	padding-bottom:10px;	
}




/*form*/
.maxw100 {
	width:100%;	
}
.require {
  color: red;
}
#form_block input {
    /* width: 100%; */
    /* padding: 0.7em; */
    height: 45px;
    border: none;
}
#form_block .form_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  margin-top:30px;
}

#form_block .form_content dt {
  padding: 0.7em 0;
}
#form_block .form_content dt {
    font-size: 16px;
    border-radius: 6px;
   /* background: #fff;*/
    text-align: center;
    vertical-align: middle;
}
#form_block .form_content dt {
  width: 25%;
  margin-bottom: 20px;
}
#form_block .input_box dt {
    width: 25%;
	margin-bottom:0;
}
#form_block .form_content dd {
  width: 65%;
  margin-left: 20px;
}
#form_block .form_content dt {
    font-size: 16px;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    padding-left: 10px;
}
/*#payment_block input {
    border: 1px solid #999;
    height: 100%;
}
#form_block .form_content dt,
#form_block .form_content dd {
  font-size: 16px;
  height:50px;
}*/
@media screen and (max-width: 840px) {
 
.w100 {
	width:100%;
}
.w50 {
	width:49%;
}
  #form_block .form_content dt {
    width: 100%;
  }
  #form_block .form_content dd {
    width: 100%;
	margin-left: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {

    #form_block .form_content dt,
    #form_block .form_content dd {
        width: 100%;
        font-size: 14px;
    }
    #form_block .form_content dt {
        border-bottom: none!important;
        padding: 1em;
    }
    /*#form_block .form_content dd {
    padding: 0.5em 0 1em;
    }*/

}




/* Add CSS */
/* Table */
.address_table,
.order_table,
.credit_card_table {
    margin-bottom: 1em;
    width: 100%;
}
.address_table th,
.address_table td,
.order_table th,
.order_table td,
.credit_card_table th,
.credit_card_table td {
    color: #3D3D3D;
    vertical-align: middle;
    background: #fff;
    padding: 0.5em;
   border: 1px solid #ccc;
}
.credit_card_table td {
    text-align: center;
}

/* Pagination */
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}
ul.pagination li {
    display: inline;
}
ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
}
ul.pagination li span {
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
}
ul.pagination li.active span {
    background-color:#f490ca;
}
ul.pagination li.active {
    background-color:#4CAF50;
    color: white;
    border-radius: 5px;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}




/*radio*/
.form-check-input,
.form-check-input2{
  display: none;
}
.form-check-input + label,
.form-check-input2 + label {
  padding-left: 1.5em;
  position: relative;
  cursor: pointer;
}
.form-check-input + label::before,
.form-check-input2 + label::before  {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
}
.form-check-input:checked + label::after,
.form-check-input2:checked + label::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #464A65;
    border-radius: 50%;
}

.form-check-input01{
  display: none;
}
.form-check-input01 + label {
  padding-left: 1.5em;
  position: relative;
  cursor: pointer;
}
.form-check-input01 + label::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
}
.form-check-input01:checked + label::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ff7bac;
    border-radius: 50%;
}

/*arrow*/
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; 
}
#form_block .form_content .arrow:before {
    position: absolute;
    content: "笆ｼ";
    right: 10px;
    top: 8px;
}

@media screen and (max-width: 840px) {

	.scroll {
		overflow:scroll;	
	}
}


#conte_box {
	float:left;
	width:70%;	
}
#conte_box .member_box {
    margin: 0 0 60px 0;
}
#side {
	width:25%;
	float:right;	
}
#side h3 {
    color: #6a98d0;
    margin-bottom: 15px;
}
#side .btn {
    background: none;
    color: #000;
    padding: 15px 0;
    position: relative;
    border-top: 1px dotted #ccc;
    display: block;
	margin:0;
}
#side .btn:hover {
    color: #6a98d0;
}
/*#side .btn::before {
    content: "";
    position: absolute;
    background: #6a98d0;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    top: 27px;
    left: -11px;
}*/
#side .btn::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #6a98d0;
    left: -11px;
    top: 26px;
}
#conte_box table {
	margin-top:60px;
}
#conte_box table th {
    width: 200px;
    background: #f2f2f2;
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
}
#conte_box table td {
    padding: 10px;
    border: 1px solid #eaeaea;
    background: #fff;
}
#conte_box .smail_text {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
	margin-top: 30px;
}


@media screen and (max-width: 840px) {
	
	#conte_box {
		float:none;
		width:100%;	
	}
	#side {
		width: 100%;
		float: none;
		margin:50px auto 0;
	}
	#conte_box table th {
		width:27%;	
	}
	
}

@media screen and (max-width: 640px) {
	
	#conte_box .member_box {
		margin: 0 0 30px 0;
	}
	#conte_box table th {
		width:100%;
		display:block;	
	}
	#conte_box table td {
		width:100%;
		display:block;		
	}
	
}

/* step_bar */
.step_bar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	padding: 45px 0;
}
.step_bar .step_item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.333%;
	height: 40px;
	padding: 0 30px 0 20px;
	background-color: #f2e8df;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.06em;
	color: #000;
}
.step_bar .step_item:before,
.step_bar .step_item:after {
	position: absolute;
	left: -15px;
	display: block;
	content: '';
	background-color: #f2e8df;
	border-left: 4px solid #fff;
	width: 25px;
	height: 20px;
}
.step_bar .step_item:after {
	top: 0;
	transform: skew(30deg);
}
.step_bar .step_item:before {
	bottom: 0;
	transform: skew(-30deg);
}
.step_bar .step_item:first-child:before,
.step_bar .step_item:first-child:after {
	content: none;
}
.step_bar .step_item.current {
	color:#fff;
	background-color: #86BEB3;
}
.step_bar .step_item.current:before,
.step_bar .step_item.current:after {
	background-color: #F7F1E4;
}

@media screen and (max-width: 640px) {
	
	.step_bar {
		padding: 0 0 45px 0;
	}

}


/*privacy_box*/
.privacy_box {
    padding: 20px;
    border: 1px solid #d6d6d6;
    margin-top: 50px;
    background: #fff;
}
.privacy_box h4 {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}
.privacy_link {
    color: #A0741C !important;
}
.privacy_box .course_conte {
    text-align: center;
}
.course_conte {
    width: 100%;
    margin: 50px auto 0;
}
.input_check{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.input_check + label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.input_check + label::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
}
.input_check:checked + label::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #005689;
    border-radius: 50%;
}


/*radio*/
.input_radio {
  display: none;
}
.input_radio + label {
  padding-left: 1.7em;
  position: relative;
  cursor: pointer;
}
.input_radio + label::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
}
.input_radio:checked + label::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #005689;
    border-radius: 50%;
}
.privacy_box .must {
    margin-left: 5px;
}
.must {
    font-size: 11px !important;
    line-height: 1.5;
    color: #fff !important;
    background: #ff0000 !important;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 5px;
    vertical-align: middle;
}
/*form_box*/
#form_block .form_box {
    margin-bottom: 50px;
}
.title {
    margin-top: 30px;
    font-size: 16px;
}
.contact_wrap {
    overflow: hidden;
}
.career_name {
    display: inline-block;
    padding-right: 10px;
}
.career_name a {
    color: #A0741C !important;
}
.add_wrap {
    overflow: hidden;
    margin-top: 30px;
}
#form_block input[type="submit"], #form_block button[type="button"] {
    color: #fff;
    font-size: 18px;
    padding: 20px;
    width: 400px;
	max-width: 80%;
	height:80px;
	margin:0 auto;
    display: block;
    background:#464A65;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    font-weight: bold;
    border-radius: 40px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
	
	#form_block input[type="submit"], #form_block button[type="button"] {
		font-size: 14px;
		height: 60px;
	}
}

/*select_btn*/
#form_block .select_btn {
    width: 130px;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding: 15px;
    position: relative;
}
@media screen and (max-width: 640px) {
	#form_block .select_btn {
		width: 25%;
	}
}


/* option_wrap */
.option_wrap {
	margin-bottom:30px;	
}
.option_text {
    width: 70px;
    display: inline-block;	
}
.option_price {
    display: inline-block;
    padding-left: 20px;
}

/* link_btn */
.link_btn {
    display: block;
    width: 400px;
    max-width: 80%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    height: 80px;
    line-height: 80px;
    z-index: 100;
    background: #03596D;
    margin: 60px auto 0;
    color: #fff !important;
    position: relative;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    overflow: hidden;
    border-radius: 40px;
	border:none;
	cursor:pointer;
}


/*-----------------------------------

	orderform

-----------------------------------*/

#lower_head {
	background-color:#86BEB3;
}
#lower_head h2{
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    padding: 36px;
}
#lower_head h2 span{
	font-size:18px;
	padding-top:10px;
	display:block;
}
@media screen and (max-width: 840px) {
	
	#lower_head h2{
		font-size: 20px;
		padding: 20px;
	}
	#lower_head h2 span {
		font-size: 14px;
	}
	
}

/* btn_conte */
.btn_conte {
	margin-top:50px;	
}
.btn_wrap {
	max-width:100%;
	width: 540px;
	margin: 0 auto;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 10px;
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
	padding: 3rem;
}
.btn_wrap p{
	margin-bottom:10px;	
}
.order_btn {
	display: block;
	width:100%;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	height: 70px;
	line-height: 70px;
	z-index: 100;
	background: #03596D;
	margin: 0 auto;
	color: #fff !important;
	position: relative;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	overflow: hidden;
	border: none;
	cursor: pointer;	
}
.order_btn.member_bg {
	background:#86BEB3;
}
.btn_box {
	margin-bottom:30px;	
}
.btn_inner {
	display: block;
	width: 100%;
	max-width: 380px;
	margin: 30px auto 0;
}

@media screen and (max-width: 640px) {
	
		
	
}


