	@charset "utf-8";
	.bt_gray{
		background-color: #DBE0E8;
		border: solid 0.1rem #DBE0E8;
		color: #262626;
	}
	.bt_gray:hover{
		background-color: #E6EAEF;
		color: #686868;
		border: solid 0.1rem #E6EAEF;
	}
	.bt_cmn,a.bt_cmn {
		cursor: pointer;
		text-align: center;
		cursor: pointer;
		transition: 0.1s;
		text-decoration: none;
		padding: 1.1em;
		line-height: 1;
		font-size: 1.3rem;
		width: 100%;
		display: block;
		z-index: 1;
		position: relative;
	}
	.txt_red{
		color:  #B10606;
	}
	*,
	::before,
	::after {
			background-repeat: no-repeat; 
	}
	#area_faq{
		position: fixed;
		right: 0;
		top:0;
		z-index: 60;
	}
	#area_faq.op_area_faq{/*FormOpen時*/
		height: 100%;
		width: 100%;
		background:rgba(0,0,0,0.5);
	}
	#area_faq_msgbox{
		right: -50rem;
		height: 100%;
		background-color: #FFF;
		z-index: 12;
		font-size: 1.3rem;
	}
	#area_faq_msgbox,.faq_msgbox :is(.head_faq_msgbox,.bt_cmn){
		position: fixed;
		width: 95%;
		max-width: 41.6rem;
	}
	.faq_msgbox{
		width: 100%;
		height: 100%;
		height: calc(100% - 5.7rem);
		position: relative;
		padding: 2rem 2rem 0;
		overflow: auto;
	}
	.faq_msgbox .bt_cmn{
		bottom: 0;
		margin-left: -2rem;
		padding: 1.1em 0;
    box-sizing: border-box;
	}
	.faq_msgbox .head_faq_msgbox{
		display: flex;
		line-height: 1;
		align-items: center;
		height: 4rem;
		background: #FFF;
		z-index: 1;
		padding-right:4rem;
		margin-top: -2rem;
		justify-content: flex-end;
	}
	.head_faq_msgbox .close_faq_msgbox{
		display: block;
		position: relative;
		width: 3rem;
		height: 3rem;
	}
	.head_faq_msgbox .close_faq_msgbox::before, .head_faq_msgbox .close_faq_msgbox::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: .1rem;
		height: 2rem; 
		background: #333;
	}
	.close_faq_msgbox::before {
		transform: translate(-50%,-50%) rotate(45deg);
	}
	.close_faq_msgbox::after {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	.conts_faq_msgbox{
		padding-top: 4rem;
	}

	/*free_form__mail*/
	#free_form{
		display: none;	
	}
	.conts_faq_msgbox .input_group{
		display: flex;
		flex-direction: column;
		margin-bottom: 1.3rem;
	}

	.conts_faq_msgbox :is(input[type="text"],input[type="email"],textarea,select){
		font-size: 1.5rem;
		padding: 0.2em .5em;
		background-color: #fff;
		border: solid .1rem #CCCFDF;
	}
	.conts_faq_msgbox :is(input[type="text"],input[type="email"],select){
		height: 4rem;
	}
	.conts_faq_msgbox textarea {
		height: 32.6rem;
		line-height: 1.3;
		border-radius: 0;
	}
	#errMsg_mail {
		display: block;
	}
	#area_faq .box_check label{
		cursor: pointer;
		display: flex;
		align-items: center;
	}
	#area_faq .box_check {
		margin-bottom: .5rem;
	}
	#area_faq .box_check input{
		width: 1.6rem;
		height: 1.6rem;
		border: solid 0.1rem #00125E;
		outline: none;
		-webkit-appearance: none;
		appearance: none;
		display: flex;
		align-items: center;
		margin-right: 1rem;
		background-color:#FFF;
	}

	#area_faq .box_check input:checked::before {
		font-family: Material Icons;
    content: "\e876";
    font-size: 1.6rem;
		color: #00125E;
		font-weight: bold;
	}

	.label-radio{
		margin-bottom: 1rem;
	}
	.list-radio{
		line-height: 1.6;
	}

	#area_faq input[type="radio"] {
	display: none;
	}
	#area_faq .radio_box:before {
	content: "";
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.5rem;
	margin-bottom: -0.2rem;
	border: 1px solid #00125E;
	border-radius: 50%;
	padding: 1.6px;
	background-clip: content-box;
	cursor: pointer;
	}
	#area_faq input[type="radio"]:checked + .radio_box:before {
	background-color: #00125E;
	}

	/*送信ボタン*/
	#sm_freeform{
		cursor: unset;
	}
	#sm_freeform.sm_on{
		background-color: #00125E;
		color: #FFF;
		cursor: pointer;
	}
	#sm_freeform.sm_on:hover{
		background-color: #4D5A8F;
		border: solid 0.2rem #4D5A8F;
	}


	/*個人情報保護方針*/
	.box_prchk {
		display: flex;
		flex-wrap: wrap;
	}
	.box_prchk .reason_detail {
		margin-left: 2rem;
		margin-top: 0;
		font-size: 1.2rem;
		line-height: 1.3;
		list-style: inside;
	}
	.box_privacy {
		margin-bottom: 1rem;
		line-height: 1.5;
	}
	.box_privacy .outer {
		margin-bottom: 1rem;
		overflow-y: scroll;
		width: 100%;
		border: solid .1rem #CCCFDF;
		font-size: 1.3rem;
		padding: 0 1rem 2rem;
		height: 10rem;
	}
	.outer::-webkit-scrollbar {
		height: 10rem;
		width: 0.7rem;
	}
	.outer::-webkit-scrollbar-track {
		background: #dddddd;
	}
	.outer::-webkit-scrollbar-thumb {
		background: #898989;
		border-radius: 0.3rem;
	}
	.box_privacy .outer {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#area_faq .box_check input:disabled {
		background-color: #DBE0E8;
    border: solid 0.1rem #DBE0E8;
	}
	/*---complete_form---*/
	#complete_form{
		display: none;
	}
	#msg_complete{
    padding-right: 4rem;
  }
	.area_complete_msg #back_to_top {
		cursor: pointer;
		color: #0F41B2;
		margin-top: 2rem;
	}
	.area_complete_msg>p {
		margin-bottom: 2rem;
	}
	.area_complete_msg>.note {
		margin-top: 4rem;
	}
	.msg_top {
		font-size: 2.2rem;
	}

	@media (min-width: 960px) {/*PC*/
		.faq_msgbox {
			height: calc(100% - 5rem);
		}
		.faq_msgbox .head_faq_msgbox{
			top: 0; 
		}
		#area_faq_msgbox, 
		.faq_msgbox  .head_faq_msgbox{
			margin-top: 0;
		}
		#area_faq_msgbox,
		.faq_msgbox .head_faq_msgbox,.faq_msgbox .bt_cmn{
			width: 41.6rem;
		}
		#errMsg_mail {
			display: inline-block;
		}
		.area_complete_msg {
			padding: 10rem 2rem 0;
		}

	}
