@charset "utf-8";
#PC----------------{}
#_title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 420px;
	width: 100%;
	background-color: #325CA6;
	background-image: url(../images/description_foam/title_bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 28px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: normal;
}
._title_big {
	font-size: 50px;
}

#_main_all {
	background-image: url(../images/common/etc_bk.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	background-color: #e6ebef;
	padding-top: 70px;
	padding-bottom: 70px;
	line-height: 1.7;
}
._main{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0px 0px 30px 0px #a1a1a1;
}
._wide1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

._fo_line {
	background-image: url("/images/description_foam/bk_line.png"),
                    url("/images/description_foam/bk_line.png");
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom left;
	background-size: 100% 8px, 100% 8px; /* 横100%、高さ8pxで固定 */
	padding-bottom: 100px;
	padding-top: 100px;
}






.description_foam_txt1{
	color: #C30;
}
.description_foam_txt2{
	font-size: 12px;
	font-weight: normal;
	color: #C30;
}
.description_foam_txt3 {
	font-size: 24px;
	color: #C30;
}

#description_foam_01 {
	margin-top: 30px;
	width: 100%;
}
#description_foam_01 tr td {
	padding: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5a5a5a;
}
#description_foam_01 select{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	
	font-size: 16px;
	padding-left: 8px;
	padding-right: 8px;
	height: 33px;
}
#description_foam_01 input{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	
	font-size: 16px;
	padding-left: 8px;
	padding-right: 8px;
}
#description_foam_sw {
	text-align: center;
	margin-top: 18px;
}
#description_foam_sw1 {
	background-color: #EBEBEB;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 16px;
	padding-left: 16px;
}
#description_foam_sw1 a{
	color: #06F;
	text-decoration: underline;

}

#description_foam_sw2 {
	margin-top: 20px;
}
.description_foam_button{
	background-color: #04366d;
	
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	font-size: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
.description_foam_button_o,.description_foam_button_x{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	font-size: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
.description_foam_button_o{
	background-color: #04366d;
	display: none;
}
.description_foam_button_x{
	background-color: #CCCCCC;
	display: block;
}
.description_foam_button:hover{
	opacity: 0.5;
}
.description_foam_textarea {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	
	font-size: 16px;
	height: 10em;
	width: 100%;
	resize: none;
	padding: 8px;
}
.description_foam_input_w100 {
	width: 100%;
}
#description_foam_sw1 input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}


#end_pc----------------{}
@media screen and (max-width: 737px){
#SP-------------------{}
#_title {
	height: 320px;
	font-size: 20px;
	background-size: cover;
}
._title_big {
	font-size: 30px;
}
._main{
	width: 100%;
}
._wide1000 {
	width: calc(100% - 32px);
}
._fo_line {
	padding-bottom: 50px;
	padding-top: 50px;
}



#description_foam_01 tr td {
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}
#description_foam_01 select{
	padding-left: 0px;
	padding-right: 0px;
}
#description_foam_01 input{
	padding-left: 0px;
	padding-right: 0px;
}
#description_foam_01 {
	margin-top: 0px;
}
.description_foam_textarea {
	padding: 0px;
}


#end_sp----------------{}
}
