@charset "utf-8";

.main-image img{
	width: 100%;
}
.entry-title{
	font-family: "Hind Siliguri", sans-serif;
	text-align:center;
	font-size: 40px;
    font-weight: bold;
    color: #7F7F80;
    margin-top: 40px;
    line-height: 1;
}
.entry-title-child{
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #2D2D2D;
}
.container {
    width: 100%;
    max-width: 1000px;
	padding: 50px 60px;
    margin-right: auto;
    margin-left: auto;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', 'Hiragino Kaku Gothic ProN', sans-serif;
}
.row{
	display: flex;
    flex-wrap: wrap;
	margin-right:-15px;
	margin-left: -15px;
	margin-top: 15px;
}
.form{
	flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.form-group{
    margin-bottom: 1rem;
}
.label {
	width: 164px;
    margin-right: 40px;
    padding-top: calc(.375rem + 4px);
    padding-bottom: calc(.375rem + 1px);
}
.form-control {
	width: 100%;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.item-age{
	width: 11%;
}
.item-gender{
	width: 40%;
}
.item-textarea{
	width: 74%;
}
.age{
	display: flex;
    align-items: center;
}
.p{
	margin-left: 8px;
}
.tel{
	width: 265px;
}
.badge {
    display: inline-block;
    padding: .45em .5em;
    margin-left: 0.5em;
    font-size: 65%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

::placeholder{
    color: #999;
  }

input[type="radio"] {
    display: inline-block;
    width: 10%;
}
.select-box{
	padding-right: 27px;
    background-image: url(../img/entry/entry2.png);
    background-repeat: no-repeat;
    background-position:bottom 50% right 5px;
    background-size: 13px;
}
.prefectures{
	width: 50%;
}
.arrow1{
  width: 17px;
  height: 17px;
  border: 4px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}
#textarea{
	width: 100%;
    height: auto;
}
.text-center {
    text-align: center;
}
.btn {
    color: #fff;
    background-color: #0079c2;
    padding: 0.75rem 2.25rem;
    margin: 2rem auto 1.5rem;
    border-radius: .25rem;
    font-size: 18px;
}

.btn:hover{
    background-color: #999;
}
.privacy{
	text-align: center;
    font-size: 16px;
    color: #174f8e;
    text-decoration: underline;
}

.privacy_box{
    width: 100%;
    /*height: 0;
    padding-top: 62.5%; */
    background: url(../img/entry/entry_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.privacy_box .txt_box{
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.privacy_box .txt_box h4{
    color: #0079c2;
    font-size: 24px;
    text-align: center;
    padding: 3rem 0;
	font-weight: bold;
}

.privacy_box .txt_box p{
    padding-bottom: 300px;
};

.mw_wp_form .error {
    font-size: 93%;
    color: #B70000;
    display: block;
    margin-top: 8px;
}


/*アコーディオン*/
.details {
	/*border-top: 2px solid #00a5a0;
	border-left: 2px solid #00a5a0;
	border-right: 2px solid #00a5a0;*/
}
.details:last-of-type {
		/*border-bottom: 2px solid #00a5a0;*/
	} 

.details-summary {
	position: relative;
	list-style: none;
	/*display: block;
	padding: 20px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #b2e4e2;*/
}

.details-summary:hover {
		cursor: pointer;
		opacity: 0.8;
	}


	.btn2 {
	position: absolute;
    right: 260px;
    top: 3.1rem;
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.2em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
        transition-duration: 0.3s;
	}
	
		.is-active .btn2{
			-webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
		}



.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
	padding: 20px;
}
.details-content p {
		margin: 0 0 20px;
		color: #000;
		font-size: 18px;
		text-align: left;
}
.details-content p:last-of-type {
			margin: 0 0 0;
		}

@media screen and (max-width: 810px){
	.item{
		width: 70%;
	}
	.w-75{
		width: 75%;
	}
	#age{
		width:17%;
	}
	input[type="radio"]{
		width:4%;
	}
	.tel{
		width: 50%;
	}
	/*.select-box{
		width: 35%;
	}*/
	.item-textarea{
		width: 73%;
	}
}
@media screen and (max-width: 510px){
	.container{
	padding: 7% 12%;
	}
	.item{
		width: 100%;
	}
	#age{
		width: 100%;
	}
	input[type="radio"]{
		width: 4%;
	}
	/*.select-box{
		width:48%;
	}*/
	.item-textarea{
		width:100%;
	}
	.btn{
		padding: 0.75rem 1.5rem;
        font-size: 1rem;
	}

    .privacy_box .txt_box h4 {
        font-size: 1.2rem;
    }

    .btn2 {
        right: 20px;
    }
}