/* ----------- qa_common ----------- */


.clear:after {
	display: block;
	content: "clear";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.show_main {
	display: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
-webkit-appearance: none;
}

/*-------------------- contact_form --------------------*/

.contact_form {
	padding: 110px 0 110px;
	background-image: linear-gradient(270deg, #2fafbb 0%, #2f8bbb 100%), linear-gradient(#2fafbb, #2fafbb);
	background-blend-mode: normal, normal;
}
:root .contact_form {
	filter: none;
}

.contact_form .inner {
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
	padding-top: 50px;
}



.contact_content {
	width: 1000px;
	max-width: 95%;
	margin: 35px auto 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

}

.contact_content02 {
	border-top: none !important;
}

.contact_line {
	width: 100%;
	display: table;
	/* margin-bottom: 14px; */
	table-layout: fixed;
}

.contact_line.application_part {
	/*display: none;*/
}

.contact_line01 {
	margin-bottom: 25px;
}
.contact_form .note{
	font-size: 1.6rem;
	color: #fff;
	text-align: left;
	margin-top: 45px;
}

.contact_type1{
	width: 210px;
}
.contact_type {
	/* width: 235px; */
	display: inline-block;
	vertical-align: middle;
	font-size: 2.0rem;
	color: #FFFFFF;
	line-height: 1;
	font-weight: bold;
	text-align: left;
	padding-right: 70px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 3px;
	margin-bottom: 15px;
}

.contact_type.mast:after {
	content: "必須";
	display: inline-block;
	width: 55px;
	font-size: 1.6rem;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	background-color: #fe8300;
	border: 1px solid #fe8300;
	padding: 5px 0 4px;
	padding: 7px 0 2px\0;
	border-radius: 5px;
	position: absolute;
	right: 0;
	top: 20px;
	font-weight: normal;
}

.contact_type.mast02:after {
	content: "任意";
	display: inline-block;
	width: 55px;
	font-size: 1.6rem;
	color: #fe8300;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #fe8300;
	padding: 5px 0 4px;
	padding: 7px 0 2px\0;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 20px;
}

_::-webkit-full-page-media,
_:future,
:root .contact_type.mast:after {
	padding: 6px 0 5px;
}

.contact_line02 .contact_type {
	vertical-align: top;
	padding-top: 23px;
}

.contact_line02 .contact_type span{
	font-size: 1.6rem;
	color: #fff;
	font-weight: normal;
	margin-left: 16px;
}

.check .contact_line02 .contact_type {
	padding-top: 15px;
}

.contact_write {
	width: auto;
	/* display: table-cell; */
	vertical-align: middle;
	/* height: 64px; */
}

.contact_write02 {
	padding: 15px 0 0;
	margin-bottom: 20px;
}


.name_inputBox{
	overflow: hidden;
}
.name_inputBox li{
	width: 50%;
	float: left;
}
.name_inputBox li input{
	width: 358px;
	max-width: 95%;
}
.name_inputBox li:nth-child(2) input{
	margin: 0 0 0 auto;
}











.radio_list {
	width: 100%;
}

.radio_list li {
	width: 100px;
	float: left;
	position: relative;
	font-size: 16px;
	padding-left: 40px;
}
.radio_list li:first-of-type{
	padding-left: 0;
}

.radio_list02 li {
	width: 150px;
}

.radio_left {
	width: 18px;
	display: table-cell;
	vertical-align: middle;
}

.radio_right {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 2.0rem;
	line-height: 1;
	color: #FFFFFF;
	padding-top: 3px\0;
}

.radio_list li input[type="radio"] {
	width: 16px;
	height: 16px;
	opacity: 0;
	display: block;
}

.radio_list li label {
	position: absolute;
	/* left: 13px; */
	top: 2px;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	background: #FFFFFF;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
}

.radio_list li input.input_radio:checked+label {
	background: #FFFFFF;
}

.radio_list li input.input_radio:checked+label::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 6px;
	height: 6px;
	background-color: #fe8300;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #7e7e7e;
	font-size: 16px;
	font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 400;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #7e7e7e;
	font-size: 16px;
	font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 400;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #7e7e7e;
	font-size: 16px;
	font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #7e7e7e;
	font-size: 16px;
	font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 400;
}

input.input_text,
textarea {
	display: block;
	width: 100%;
	height: 64px;
	border: none;
	background: #FFFFFF;
	font-size: 1.6rem;
	font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	padding: 0 20px;
	padding-top: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
}

textarea {
	height: auto;
	padding: 15px 20px;
	resize: none;
}

.birthdayBox {}

.birthdayBox ul {}

.birthdayBox ul li {
	display: inline-block;
	padding-right: 30px;
	/* padding-top: 5px;
	padding-bottom: 5px; */
}

.birthdayBox ul li:last-child {
	padding-right: 0px;
}

.birthdayBox ul li span {
	font-size: 1.6rem;
	margin-left: 12px;
}

.birthdayBox02 {}

.birthdayBox02 ul {}

.birthdayBox02 ul li {
	display: inline-block;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.birthdayBox02 ul li:last-child {
	padding-right: 0px;
}

.birthdayBox02 ul li span {
	font-size: 2rem;
	margin-left: 20px;
	color: #fff;
}

.contact_write select {
	position: relative;
	width: 258px;
	padding: 24px 50px 22px 16px;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1;
	background: url(../img/select_bg.png) scroll,#FFFFFF;
	
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

.name_inputBox li select{
	width: 100%;
	max-width: 358px;
}
.name_inputBox li:nth-child(2) select{
	margin: 0 0 0 auto;
}

.contact_type03 {
	display: block;
	width: 435px;
	padding-right: 0;
	margin-right: 0;
	margin-top: 10px;
	padding-right: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact_type03.mast:after {
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.contact_write03 {
	padding-top: 22px;
	padding-bottom: 20px
}

.checkbox_list ul {
	position: relative;
	margin-bottom: -15px;
}

.checkbox_list li {
	/*width: 110px;*/
	float: left;
	position: relative;
	font-size: 1.6rem;
	padding-right: 28px;
	margin-bottom: 15px;
}

.checkbox_left {
	width: 18px;
	display: table-cell;
	vertical-align: top;
	padding-top: 2px;
}

.input_chb {
	width: 18px;
	height: 18px;
	/*visibility: hidden;*/
	opacity: 0;
	vertical-align: middle;
}

.checkbox_list label {
	position: absolute;
	left: 0;
	top: 5px;
	margin: auto;
	width: 17px;
	height: 17px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.checkbox_list input.input_chb:checked+label {
	background: #fe8300;
}

.checkbox_list input.input_chb:checked+label::after {
	content: "";
	position: absolute;
	left: 4px;
	bottom: 7px;
	width: 7px;
	height: 3px;
	border: 2px solid #FFFFFF;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.checkbox_right {
	width: auto;
	display: table-cell;
	padding-left: 8px;
	vertical-align: top;
	color: #fff;
	font-size: 1.8rem;
}

.contact_annotation {
	padding-top: 20px;
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.experienceBox {
	width: 100%;

	/*display: table;*/
	border-collapse: separate;
	/*box-sizing: border-box;
    border-spacing: 4px;
    border-color: grey;
    border-right: none;*/
}

.experienceBox td.eC_borderB {
	border-bottom: 4px solid #FFFFFF;
}

.experienceBox td.eC_borderR {
	border-right: 4px solid #FFFFFF;
}

.experienceBox td.eC_th {
	width: 285px;
	padding: 22px 20px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;

	font-size: 1.6rem;
	color: #000000;
	font-weight: bold;
	line-height: 2.2rem;
	text-align: justify;
}

.experienceBox td.eC_td {
	padding: 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}

.experienceBox td.eC_td .checkbox_list li {
	padding-right: 0px;
	margin-bottom: 0px;
	top: 1px;
}

.experienceBox select {
	position: relative;
	width: 112px;
	padding: 10px 28px 10px 16px;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1;
	background: url(../image/select_bg.png) no-repeat scroll right center, #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.computationTime {
	width: 98%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
}

.computationTime table {
	width: 100%;
}

.computationTime table td:nth-child(1) {
	width: 43px;
	font-size: 1.6rem;
	line-height: 1;
}

.computationTime input.input_text {
	height: 38px;
	border: 1px solid #FFFFFF;
}

.computationTime p {
	font-size: 1.4rem;
	padding-top: 10px;
}

.eB_pink {
	background-color: #ffe8e9;
}

.eB_blue {
	background-color: #d2ecf6;
}

.eB_yellow {
	background-color: #f7e8ad;
}

.eB_green {
	background-color: #cce198;
}

.mg_bottom20 {
	margin-bottom: 20px;
}

.font_normal {
	font-weight: normal;
}


.contact_annotation02 {
	font-size: 1.4rem;
	line-height: 2.2rem;
	padding-top: 10px;
}


.agree {
	position: relative;
	margin-top: 25px;
}

.agree_left {
	width: 18px;
	display: table-cell;
	vertical-align: top;
	padding-top: 2px;
}

.agree label {
	position: absolute;
	left: 0;
	top: 2px;
	margin: auto;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	background: #FFFFFF;
	border: 1px solid #e0e4ec;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.agree input.input_chb:checked+label {
	background: #fe8300;
}

.agree input.input_chb:checked+label::after {
	content: "";
	position: absolute;
	left: 4px;
	bottom: 7px;
	width: 7px;
	height: 3px;
	border: 2px solid #FFFFFF;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.agree_right {
	width: auto;
	display: table-cell;
	padding-left: 10px;
	vertical-align: top;
	color: #fff;
	font-size: 16px;
}

#submit {
	width: 489px;
	padding: 25px 5px 22px;
	padding: 29px 5px 18px\0;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 2.8rem;
	font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #fe8300;
	display: block;
	margin: 20px auto 0;
	
	background: url(../img/annoyance_img02.png),#fe8300;
	background-repeat: no-repeat !important;
	background-position: calc(100% - 30px) center !important;
	
}


#submit:hover {
	color: #fe8300;
	background: url(../img/annoyance_img03.png),#FFFFFF;
}


/*-------------------- contact_check --------------------*/

.check {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000;
	color: #000000;
}

.check_content .contact_type{
	color: #221815;
	padding-left: 0;
	width: 100%;
}

.check_content {
	overflow: auto;
	max-height: 80%;
	background: #FFFFFF;
	padding: 50px 50px 0 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.check_content .contact_line {
	margin-bottom: 20px;
}

.check_content .contact_line02 {}

.check_content .contact_line:last-of-type .contact_type {
	vertical-align: top;
}

.check_txt {
	font-size: 16px;
	background: #efefef;
	padding: 15px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.check_btn {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	padding: 50px 0;
}

.check_btn a {
	width: 48%;
	display: block;
	float: right;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	background: #a0a0a0;
	text-align: center;
	color: #FFFFFF;
	padding: 20px 10px 18px;
	padding: 23px 10px 15px\0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 10px;
}

.check_btn a.next {
	margin-left: 4%;
	color: #FFFFFF;
	background: #fe8300;
}

.check_btn a:hover {
	transform: translateY(-5px);
}

pre {
	font-size: 16px;
	white-space: pre-wrap;
	word-wrap: break-word;
	background: #efefef;
	padding: 15px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

/*thankapage pop*/

.thankspage_pop {
	display: none;
	/*position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.8);*/
	/* background-color: #e0e4ec; */
	z-index: 10000;
	color: #000000;
	padding: 80px 0;
	background: #2f8dbb;
	background: -moz-linear-gradient(left, #2f8dbb 0%, #2fadbb 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2f8dbb), color-stop(100%,#2fadbb));
	background: -webkit-linear-gradient(left, #2f8dbb 0%, #2fadbb 100%);
	background: -o-linear-gradient(left, #2f8dbb 0%, #2fadbb 100%);
	background: -ms-linear-gradient(left, #2f8dbb 0%, #2fadbb 100%);
	background: linear-gradient(to right, #2f8dbb 0%, #2fadbb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8dbb', endColorstr='#2fadbb',GradientType=0 );
}
:root .thankspage_pop {
	filter: none;
}

.thankspage_pop_content {
	/*position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
	text-align: center;
	border-top: 2px solid #2fafbb;
	border-bottom: 2px solid #2fafbb;
	padding: 60px 0 50px;
	font-size: 20px;
	font-weight: bold;
	color: #2fafbb;
	background-color: #FFFFFF;
}

/*thankapage*/

.thankspage {
	/*display: none;*/
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 10000;
	color: #000000;
}

.thankspage_content {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	border-top: 2px solid #255898;
	border-bottom: 2px solid #255898;
	padding: 60px 0 50px;
	font-size: 20px;
	font-weight: bold;
	color: #255898;
	background-color: #FFFFFF;
}

.btn_top {
	display: block;
	color: #FFFFFF;
	text-align: center;
	margin: 40px auto 0 auto;
	line-height: 1;
	padding: 20px 10px 18px;
	padding: 23px 10px 15px\0;
	
	width: 350px;
	border: 1px solid #fe8300;
	border-radius: 5px;
	background: url(../img/annoyance_img02.png),#fe8300;
	background-repeat: no-repeat !important;
	background-position: calc(100% - 30px) center !important;
	
}
.btn_top:hover {
    color: #fe8300;
    background: url(../img/annoyance_img03.png),#FFFFFF;
}


.mg_bottom0 {
	margin-bottom: 0 !important;
}




@media only screen and (max-width: 1024px) {
	/* ----------- qa_btn ----------- */




	/*-------------------- contact --------------------*/
	.contact_form{
	    padding: 80px 0;
	}	

	.radio_list li {
		width: 150px;
		padding-left: 10px;
	}

	.radio_list02 {
		position: relative;
		top: 5px;
		margin-bottom: -5px;
	}

	.radio_list02 li {
		margin-bottom: 5px;
	}

	input.input_text,
	textarea {
		padding: 0 15px;
	}

	textarea {
		height: auto;
		padding: 15px;
		resize: none;
	}

	

	/*-------------------- contact_check --------------------*/
	.check_txt {
		padding: 15px;
	}

	.check_btn a {
		width: 49%;
		font-size: 18px;
		padding: 20px 10px 18px;
	}

	.check_btn a.next {
		margin-left: 2%;
	}

	pre {
		padding: 15px;
	}


}

@media only screen and (max-width: 768px) {
	/* ----------- contact ----------- */

	.contact_explain {
		font-size: 1.4rem;
		line-height: 2.0rem;
		padding-bottom: 20px;
	}

	/*-------------------- contact --------------------*/
	.contact_form .inner {
		padding-top: 40px;
	}


	.contact_content {
		margin-top: 30px;
	}

	.contact_type:not(.contact_type1).mast:after{
		font-size: 1.2rem;
		padding: 4px 0 4px;
		position: relative;
		left: 0;
		top: 0px;
		margin-left: 10px;
	}
	.contact_type1.mast:after{
		font-size: 1.2rem;
		padding: 4px 0 4px;
		top: 0px;
		margin-left: 10px;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .contact_type.mast:after {
		padding: 4px 0 2px;
	}
	
	input.input_text, textarea{
		height: 48px;
		border-radius: 5px;
	}
	.contact_write select{
		padding: 16px 50px 14px 16px;
		background-size: 10%;
	}
	.name_inputBox li select{
		width: 258px;
	}
	textarea{
		height: auto;
	}
	.name_inputBox li input {
	    max-width: 98%;
	}
	.radio_right {
	    padding-left: 8px;
	    font-size: 1.6rem;
		padding-top: 2px;
	}
	.radio_list li label{
		top: 0;
	}
	.contact_line {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}

	.contact_line01 {
		margin-bottom: 15px;
	}
	
	.contact_type {
		/* width: 100%;
		display: block; */
		text-align: left;
		padding-right: 0;
		margin-bottom: 10px;
		font-size: 1.8rem;
		line-height: 1.25;
	}
	.contact_line02 .contact_type span{
		margin-left: 0;
	}
	.contact_type br {
		display: none;
	}

	.contact_line02 .contact_type {
		padding-top: 0;
	}

	.check .contact_line02 .contact_type {
		padding-top: 0;
	}

	.contact_write {
		width: 100%;
		display: block;
		padding: 0;
		height: auto;
	}

	.contact_write03 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.checkbox_list {
		margin-bottom: -15px;
	}
	.checkbox_list02 {
		margin-bottom: 0px;
	}

	.experienceBox td.eC_th {
		width: 225px;
		padding: 15px 15px 12px;
	}

	.experienceBox td.eC_td {
		padding: 15px 15px;
	}

	.contact_annotation02 {
		padding-top: 0px;
	}

	.agree {
		margin-top: 15px;
	}

	.contact_annotation {
		padding-top: 5px;
	}

	#submit {
		margin: 40px auto 0 auto;
		padding: 17px 5px 14px;
		font-size: 2.0rem;
		width: 90%;
		background-size: 8px auto;
		background-position: calc(100% - 25px) center !important;
		
	}
	#submit:hover{
		background-size: 8px auto;
	}
	



	/*-------------------- contact_check --------------------*/
	.check_content {
		padding: 50px 20px 0 20px;
	}

	.check_content .contact_line {
		margin-bottom: 20px;
	}

	.check_content .contact_line02 {
		/*margin-bottom: 0;*/
	}

	.check_content .contact_line:last-of-type .contact_type {
		vertical-align: top;
	}

	.check_txt {
		padding: 15px;
	}

	pre {
		padding: 15px;
	}

	.btn_top {
		padding: 17px 5px 14px;
		
		width: 320px;
		background-size: 8px auto;
		background-position: calc(100% - 25px) center !important;
		
	}
	.btn_top:hover {
	    background-size: 8px auto;
	}
	.radio_list li {
		width: 100px;
	}

}

@media only screen and (max-width: 480px) {
	/* ----------- module_pd ----------- */


	/*-------------------- contact --------------------*/
	.contact_type{
		font-size: 1.6rem;
	}
	.contact_type1 {
	    width: 180px;
	}
	.contact_form .inner {
		padding-top: 35px;
	}

	.contact_tab_btn {
		font-size: 1.6rem;
		line-height: 2.2rem;
		padding: 15px 10px 10px;
	}

	.contact_content {
		margin-top: 25px;
	}

	.contact_line01 {
		margin-bottom: 5px;
	}

	.contact_type {
		/*font-size: 15px;*/
		text-align: justify;
	}

	.contact_line02 .contact_type span{
		font-size: 1.2rem;
	}

	.radio_list {
		width: 100%;
	}

	.radio_list li {
		float: left;
		margin-bottom: 0px;
		font-size: 1.4rem;
		width: 80px;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 1.4rem;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 1.4rem;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 1.4rem;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 1.4rem;
	}

	input.input_text,
	textarea {
		font-size: 1.4rem;
		padding: 2px 10px 0;
	}

	textarea {
		padding: 10px;
	}
	.contact_write select {
	    font-size: 1.4rem;
	}

	.contact_type03 {
		padding-right: 55px;
	}

	.contact_type03.mast:after {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.radio_right {
		font-size: 1.4rem;
	}

	.birthdayBox ul li {
		padding-right: 20px;
	}

	.birthdayBox ul li span {
		font-size: 1.4rem;
	}

	.birthdayBox02 ul li {
		padding-right: 20px;
	}

	.birthdayBox02 ul li span {
		font-size: 1.4rem;
	}

	.checkbox_list {
		margin-bottom: -10px;
	}
	.checkbox_list02 {
		margin-bottom: 0px;
	}

	.checkbox_list li {
		padding-right: 15px;
		margin-bottom: 10px;
	}

	.checkbox_right {
		font-size: 1.3rem;
		padding-top: 1.5px;
		line-height: 2;
	}

	.contact_annotation {
		font-size: 1.4rem;
	}

	.experienceBox td.eC_th {
		width: 35%;
		padding: 15px 10px 12px;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}

	.experienceBox td.eC_td {
		padding: 10px 10px 8px;
	}

	.computationTime table td:nth-child(1) {
		width: 35px;
		font-size: 1.4rem;
	}

	.contact_annotation02 {
		font-size: 1.2rem;
		line-height: 2.0rem;
	}

	.agree_right {
		font-size: 14px;
		padding-top: 1px;
	}

	#submit {
		margin: 30px auto 0 auto;
		font-size: 2.0rem;
		background-position: calc(100% - 15px) center !important;
	}

	/*-------------------- contact_check --------------------*/
	.check_content {
		padding: 40px 15px 0 15px;
	}

	.check_txt {
		font-size: 14px;
		padding: 15px;
	}

	.check_btn {
		padding: 40px 0;
	}

	.check_btn a {
		width: 100%;
		float: none;
		font-size: 16px;
		padding: 20px;
		border-radius: 5px;
	}

	.check_btn a.next {
		margin-left: 0;
		margin-bottom: 20px;
	}

	pre {
		font-size: 14px;
		padding: 15px;
	}

	.thankspage_content {
		font-size: 18px;
	}
	
	.btn_top{
		max-width: 85%;
	}
	.thankspage_pop_content {
	    font-size: 1.8rem;
	}
	.btn_top {
	    background-position: calc(100% - 15px) center !important;
	}


}
