@charset "UTF-8";
/* CSS Document */

.contact_text_copy{
	overflow-y: scroll;
}


/*---------------contact------------------*/
@media screen and (min-width: 1081px){
	#contact{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
}
.contact_wrap{
	width: 100%;
	max-width: 1080px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.contact_title{
	width: 100vw;
	max-width: 1920px;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/privacy_title_bg_01.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.contact_title img{
	width: 446px;
	height: auto;
}
.contact_contents{
	width: 100%;
	max-width: 1080px;
	height: auto;
	padding: 5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
	
	
	.contact_contents{
		width: calc(1050px - 6rem);
		height: auto;
		padding: 50px 3rem calc(50px + 4rem) 3rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	form {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.contact-form{
		width: 100%;
		max-width: 1080px;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.contact-form_parts {
		width: 680px;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 1.5em;
	}
	.contact-form_parts div {
		width: auto;
		height: auto;
		display: flex;
		flex-direction: column;
	}
	.form_block_a{
		width: auto;
    	height: auto;
    	display: flex;
    	flex-direction: row!important;
	}
	.form_title{
		width: 14rem!important; 
		height: 2.5rem!important;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1.5em;
		background: #00a0e5;
		border-radius: 2.5px;
		color: white;
		font-size: .8rem;
	}
	.form_title p{
		font-size: 1.1rem;
	}
	.form_red{
		color: red;
		margin: 0 1em;
		font-size: .8rem;
	}
	input{
		width: calc(28vw - 1rem);
		height: 2.25rem;
		padding: 0 .5rem;
		border-radius: 2.5px;
		border: 1px black solid;
	}
	input[type="checkbox"]{
		width: 2em;
		height: 1.6rem;
		border-radius: 2.5px;
		border: 1px black solid;
	}
	textarea{
		width: calc(28vw - 1rem);
		padding: .5rem;
		border-radius: 2.5px;
		border: 1px black solid;
	}
	.form_acpt{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.form_acept_input{
	width: auto!important;
		height: 1em!important;
	}
	.ct_submit{
		width: 9em; 
		height: 3rem;
		margin: 4rem 0 4em 0;
		padding: .25em 1em;
		line-height: 1.5em;
		background: #00a0e5;
		border-radius: 2.5px;
		border: 1px #00a0e5 solid;
		color: white;
		font-size: 1.25rem;
	}
	.ct_thanks{
		width: 14em; 
		height: 2rem;
		display:flex;
		justify-content: center;
		align-items: center;
		/*margin: 4rem 0 4em 0;*/
		padding: .25em 1em;
		line-height: 1.5em;
		background: #1d719d;
		border-radius: 2.5px;
		border: 1px #1d719d solid;
		color: white;
		font-size: .8rem;
	}
	.ct_thanks p{
		margin: 0!important;
	}
	.thankus_text{
		margin-bottom: 4rem;
		font-size: .8rem;
	}
	.ct_policy_wrap{
		width: 100vw;
		max-width: 1080px;
		height: auto;
		display: flex;
		justify-content: center;
	}
	.ct_policy{
		width: 800px;
		height: 400px;
		border-radius: 7px;
		border: 1px #1d719d solid;
		background: white;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.policy_title{
		width: 100%;
		height: calc(4em - 2em);
		padding: .5em 0;
		display: flex; 
		justify-content: center;
		align-items: center;
		background: #00a0e5;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
		color: white;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.policy_text{
		width: calc(100% - 6em);
		height: auto;
		overflow-y: scroll;
		padding: 1em 3em;
		font-size: .8rem;
		text-align: left;
	}
}
@media screen and (min-width: 751px) and (max-width: 1080px){
	#contact{
		width: 100vw;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contact_wrap{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.contact_title{
		width: 100%;
		height: 20vw;
		display: flex;
		justify-content: center;
		align-items: center;
		background-image: url("../images/privacy_title_bg_01.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	}
	.contact_title img{
		width: auto;
		height: 4vw;
	}
	
	.contact_contents{
		width: 92vw;
		height: auto;
		padding: 50px 4vw calc(50px + 4rem) 4vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	form {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.contact-form{
		width: 88vw;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.contact-form div {
		width: 70vw;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 1.5em;
	}
	.contact-form div div {
		width: auto;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		
	}
	.form_block_a{
		width: auto;
		height: auto;
		display: flex;
		flex-direction: row!important;
		justify-content: flex-start!important;
		align-items: flex-start!important;
	}
	.form_title{
		width: 9em!important; 
		height: 1.5rem!important;
		display: flex;
		justify-content: center!important;
		align-items: center;
		padding: .25em 1em;
		line-height: 1.5em;
		background: #1d719d;
		border-radius: 2.5px;
		color: white;
		font-size: .8rem;
	}
	.form_red{
		color: red;
		margin: 0 1em;
		font-size: .8rem;
	}
	input{
		width: 42vw;
		height: 1.6rem;
		border-radius: 2.5px;
		border: 1px black solid;
	}
	input[type="checkbox"]{
		width: 2em;
		height: 1.6rem;
		border-radius: 2.5px;
		border: 1px black solid;
	}
	textarea{
		width: 42vw;
		border-radius: 2.5px;
		border: 1px black solid;
	}
	.form_acpt{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.form_acept_input{
	width: auto!important;
		height: 1em!important;
	}
	.ct_submit{
		width: 9em; 
		height: 2rem;
		margin: 4rem 0 4em 0px;
		padding: .25em 1em;
		line-height: 1.5em;
		background: #1d719d;
		border-radius: 2.5px;
		border: 1px #1d719d solid;
		color: white;
		font-size: .8rem;
	}
	.ct_thanks{
		width: 12em; 
		height: 2rem;
		display:flex;
		justify-content: center;
		align-items: center;
		/*margin: 4rem 0 4em 0;*/
		padding: .25em 1em;
		line-height: 1.5em;
		background: #1d719d;
		border-radius: 2.5px;
		border: 1px #1d719d solid;
		color: white;
		font-size: .8rem;
	}
	.thankus_text{
		margin-bottom: 4rem;
		font-size: .8rem;
	}
	.ct_policy_wrap{
		width: 100vw;
		height: auto;
		display: flex;
		justify-content: center;
	}
	.ct_policy{
		width: 80vw;
		height: 40vw;
		border-radius: 7px;
		border: 1px #1d719d solid;
		background: white;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.policy_title{
		width: 100%;
		height: calc(4em - 2em);
		padding: .5em 0;
		display: flex; 
		justify-content: center;
		align-items: center;
		background: #1d719d;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
		color: white;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.policy_text{
		width: calc(100% - 6em);
		height: auto;
		overflow-y: scroll;
		padding: 1em 3em;
		font-size: .8rem;
		text-align: left;
	}
}
	
@media screen and  (max-width: 750px){
	#contact{
		width: 100vw;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
	.contact_wrap{
		width: 100vw;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.contact_title{
		width: 100vw;
		height: 24vw;
		background-image: url("../images/privacy_title_bg_01.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contact_title img{
		width: 70vw;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.contact_contents{
		width: calc(100% - 8vw);
		height: auto;
		padding: 0vw 4vw calc(4vw + 2rem) 4vw ;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.mw_wp_form_input  {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
	}
	form {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.contact-form{
		width: 92vw;
		height: auto;
		padding: 8vw 4vw 4vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.contact-form div {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		margin-bottom: .5em;
	}
	.form_block_a{
		flex-direction: row!important;
	}
	.contact-form div div {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
	}
	
	.form_title{
		width: calc(70vw - 2em)!important; 
		height: 1.5rem!important;
		display: flex;
		justify-content: center!important;
		align-items: center;
		padding: .25em 1em;
		line-height: 1.5em;
		background: #1d719d;
		border-radius: 2.5px;
		color: white;
		font-size: .75rem;
	}
	.form_red{
		color: red;
		margin: 0 .5em;
		font-size: .75rem;
	}
	input{
		width: 95%;
		height: 1.6rem;
		border-radius: 2.5px;
		border: 1px black solid;
	}
	input[type="text"]{
		font-size: 16px;
	}
	input[type="checkbox"]{
		width: 2em;
		height: 1.6rem;
		border-radius: 2.5px;
		border: 1px black solid;
	}
	textarea{
		width: 95%;
		border-radius: 2.5px;
		border: 1px black solid;
		font-size: 16px;
	}
	.form_acpt{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.form_acept_input{
	width: auto!important;
		height: 1em!important;
	}
	.ct_submit{
		appearance: none;
  -webkit-appearance: none;
		width: 9em; 
		height: 2rem;
		margin: 2rem 0 2rem 0px;
		padding: .25em 1em;
		line-height: 1.5em;
		background: #1d719d;
		border-radius: 2.5px;
		border: 1px #1d719d solid;
		color: white;
		font-size: .8rem;
	}
	.ct_thanks{
		width: 12em; 
		height: 2rem;
		display:flex;
		justify-content: center;
		align-items: center;
		/*margin: 2rem 0 2rem 0;*/
		padding: .25em 1em;
		line-height: 1.5em;
		background: #1d719d;
		border-radius: 2.5px;
		border: 1px #1d719d solid;
		color: white;
		font-size: .8rem;
	}
	.thankus_text{
		margin-bottom: 2rem;
		font-size: .8rem;
	}
	.ct_policy_wrap{
		width: 92vw;
		height: auto;
		padding: 0 4vw;
		display: flex;
		justify-content: center;
	}
	.ct_policy{
		width: calc(100% - 0vw);
		height: 50vw;
		padding: 0 0vw;
		border-radius: 2vw;
		border: 1px #1d719d solid;
		background: white;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.policy_title{
		width: calc(100% + 0vw);
		height: calc(4em - 2em);
		padding: .5em 0;
		display: flex; 
		justify-content: center;
		align-items: center;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
		background: #1d719d;
		color: white;
		font-size: 1rem;
		font-weight: bold;
	}
	.policy_text{
		width: calc(100% - 2em);
		height: auto;
		overflow-y: scroll;
		padding: 1em 1em;
		font-size: .8rem;
		text-align: left;
	}
	.contact_text_copy{
		width: calc(100% - 8vw);
		height: auto;
		padding: 4vw 4vw;
	}
}