@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

page_base CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


/* MainImg
----------------------------------------------- */
.col_r .main_img {
	width: 100%;
	height: 300px;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.col_r .main_img img.back {
	width: 100%;
	min-width: 1200px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;

	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.col_r .main_img .sp_img {
	display: none;
}

.col_r .main_img .page_ttl {
	color: #000;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin: 10px 0 0;
	padding: 0 20px 0 60px;

	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.col_r .main_img .page_ttl p {
	font-size: 2rem;
}
.col_r .main_img .page_ttl span {
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	font-size: 4rem;
	color: #3852A5;
}
.col_r .main_img .page_ttl span img {
	width: 60%;
	min-width: inherit;
	position: static;

	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.col_r .main_img .whitebg {
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	z-index: 2;
}
.col_r .main_img .whitebg::before {
	content: "";
	display: block;
	width: 800px;
	height: 800px;
	background: rgba(255, 255, 255, .9);
	position: absolute;
	top: -450px;
	left: -320px;
	z-index: 1;

	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.col_r .main_img .whitebg .inner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	background-image: url("../img/page/ttl_item.png");
	background-repeat: no-repeat;
	background-position: 20px 10px;
	background-size: auto 94%;
}

.col_r .main_img img.header_item {
	width: 30%;
	min-width: 450px;
	height: auto;
	position: absolute;
	top: -30px;
	right: -120px;
	z-index: 1;
}

.col_r ul.pan {
	padding: 8px 0 3px 60px;
	background: #EEE;
	font-size: 1.2rem;
}
.col_r ul.pan li {
	display: inline-block;
	margin: 0 0 5px;
}
.col_r ul.pan li a {
	color: #333;
}
.col_r ul.pan li:first-child a {
	color: #878787;
}
.col_r ul.pan li .arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 22px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.col_r ul.pan li .arrow::before,
.col_r ul.pan li .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	}
.col_r ul.pan li .arrow.type1::before {
	left: 5px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

section.mainContent {
	max-width: 1160px;
	padding: 0 60px;
	margin: 0 auto;
	font-size: 1.6rem;
}
.col_r section.mainContent .h2Warp {
	margin-bottom: 40px;
	border-bottom: #DDD solid 2px;
}
.col_r section.mainContent h2 {
	border-top: 3px solid #3853A5;
	margin: 43px 0 0;
	text-align: left;
	padding: 0 0 0 20px;
}
.col_r section.mainContent h2 span {
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
	top: -19px;
	padding: 0 0 0 10px;
	background: #FFF;
	font-size: 2.2rem;
	font-weight: bold;
}
.col_r section.mainContent .bg_ttl {
	border: none;
	background: #3853A5;
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 40px;
	padding: 5px 15px;
	height: auto;
}
.col_r section.mainContent h3 {
	margin: 0 0 20px;
	font-size: 2rem;
	color: #3852A5;
	font-weight: bold;
}
.col_r section.mainContent h4 {
	margin: 0 0 5px;
	font-weight: bold;
}
.col_r section.mainContent .rightCommonBox {
	margin: 52px 0 0;
	padding: 0 0 50px;
}
.col_r section.mainContent .rightCommonBox ul.guide {
	margin: 0 0 40px;
	border: #ddd solid 1px;
	border-left: none;
}
.col_r section.mainContent .rightCommonBox ul.guide li {
	width: 33.333333%;
	float: left;
	border-left: #ddd solid 1px;
}
.col_r section.mainContent .rightCommonBox ul.guide li a {
	width: 100%;
	padding: 40px 15px;
	display: block;
	text-align: center;
}
.col_r section.mainContent .rightCommonBox .otherContent {
	padding: 10px 0 0 0;
	position: relative;
}
.col_r section.mainContent .rightCommonBox .otherContent::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, 0)));
	background: -moz-linear-gradient(left, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background: linear-gradient(left, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background: linear-gradient(to bottom, #E8E8E8 , #FFF);/* IE10+, W3C */
}
.col_r section.mainContent .rightCommonBox .otherContent p {
	height: 50px;
	line-height: 50px;
}
.col_r section.mainContent .rightCommonBox .otherContent ul {
	margin: 0;
}
.col_r section.mainContent .rightCommonBox .otherContent ul li {
	width: 25%;
	margin: 0 1% 0 0;
	float: left;
}
.col_r section.mainContent .rightCommonBox .otherContent ul li a {
	width: 100%;
	height: 100;
	display: block;
}

/* 画像の拡大 */
.col_r section.mainContent .img_zoom {
	display: none;
}

/* 画像の拡大 */
.col_r section.mainContent .red {
	color: #F00;
}


/* 汎用テーブルスタイル */
.col_r section.mainContent .common_table {
	width: 100%;
	margin: 0 0 55px;
	border-top: #CCC 1px solid;
}
.col_r section.mainContent .common_table dl {
	position: relative;
	border-bottom: #CCC 1px solid;
	font-size: 1.4rem;
	background: #F8F8F8;
}
.col_r section.mainContent .common_table dl::before {
	content: "";
	width: 1px;
	height: 100%;
	background: #CCC;
	position: absolute;
	top: 0;
	left: 320px;
}
.col_r section.mainContent .common_table dl:nth-child(2n) {
	background: #FFF;
}
.col_r section.mainContent .common_table dl.heading {
	background: #FF9326;
	color: #FFF !important;
	font-weight: bold;
}
.col_r section.mainContent .common_table dl dt {
	padding: 10px 15px;
	width: 320px;
	position: absolute;
	top: 0;
	left: 0;
}
.col_r section.mainContent .common_table dl.img dt {
	line-height: 30px;
}
.col_r section.mainContent .common_table dl dt img {
	display: inline-block;
	margin: 0 0 0 20px;
	width: 30px;
}
.col_r section.mainContent .common_table dl dd {
	padding: 10px 15px 10px 335px;
	width: 100%;
}
.col_r section.mainContent .common_table dl.img dd {
	line-height: 30px;
}
.col_r section.mainContent .common_table dl dd p {
	margin: 0 0 1.4rem;
}

.glycine .col_r section.mainContent .common_table dl span {
	color: #FF9326 !important;
	font-weight: bold;
}

/* フォーム用テーブル */
.col_r section.mainContent .common_table.form dl dt {
	top: 5px;
}
.col_r section.mainContent .common_table.form dl dt span {
	color: #F00;
	font-weight: bold;
}
.col_r section.mainContent .common_table dl dd span {
	margin: 0 20px 0 0;
}
.col_r section.mainContent .common_table dl dd span:last-child {
	margin: 0;
}
.col_r section.mainContent .common_table dl dd span.error {
	display: block;
	margin: 5px 0 0;
	color: #FF0004;
}
.col_r section.mainContent .common_table dl dd input {
	padding: 5px 10px;
	margin-right: 5px;
	border: #DDD solid 1px;
	max-width: 300px;
	width: 100%;
}
.col_r section.mainContent .common_table dl dd input[type=checkbox],
.col_r section.mainContent .common_table dl dd input[type=radio] {
	width: auto;
	padding: 0;
	margin-right: 5px;
	vertical-align: -2px;
}
.col_r section.mainContent .common_table dl dd textarea {
	display: block;
	width: 100%;
	height: 200px;
	border: #DDD solid 1px;
	padding: 5px 10px;
	resize: vertical;
}
.col_r section.mainContent .common_table dl dd input.tiny {
	width: 60px;
}
.col_r section.mainContent .common_table dl dd input.short {
	width: 100px;
}
.col_r section.mainContent .common_table dl dd input.middle {
	width: 100%;
	max-width: 200px;
}
.col_r section.mainContent .common_table dl dd input.long {
	max-width: 100%;
}

.col_r section.mainContent .send_btn {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 30px auto 0;
	padding: 10px;
	border: none;
	background: #3852A5;
	color: #FFF;
	font-size: 1.6rem;
	text-align: center;
	cursor: pointer;
}

.col_r section.mainContent .send_btn_wrap {
	max-width: 640px;
	width: 100%;
	font-size: 0;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
}
.col_r section.mainContent .send_btn_wrap button {
	display: block;
	width: 44%;
	margin: 0 3%;
	padding: 10px;
	border: none;
	background: #3852A5;
	color: #FFF;
	font-size: 1.6rem;
	text-align: center;
	cursor: pointer;
	float: left;
}
.col_r section.mainContent .send_btn_wrap button:first-child {
	background: #555;
}


/* ページ下部の横並び写真 */
.col_r section.mainContent .bottom_imgs {
	margin: 0 -4px 55px;
}
.col_r section.mainContent .bottom_imgs li {
	width: 25%;
	padding: 0 4px 8px;
	float: left;
}
.col_r section.mainContent .bottom_imgs li span {
	display: block;
	text-align: center;
	padding: 7px 10px;
	font-size: 1.2rem;
	background: #555;
	color: #FFF;
}

@media screen and (max-width: 1275px) {
	/* フォーム用テーブル */
	.col_r section.mainContent .common_table dl dd label {
		display: block;
		margin: 0 0 10px;
	}
	.col_r section.mainContent .common_table dl:first-child dd > span {
		margin: 0;
	}
	.col_r section.mainContent .common_table dl:first-child dd > span + span > label {
		margin: 0;
	}
}

/*
------------------------------------------------------------------------------------------------------------------ PC Thin */

@media screen and (max-width: 1024px) {

	.col_r section.mainContent .common_table dl dd label.tiny {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	.col_r section.mainContent .common_table dl dd label.tiny:last-child {
		margin: 0;
	}

}



/*
------------------------------------------------------------------------------------------------------------------ Tablet */

@media screen and (max-width: 768px) {
	.col_r .main_img {
		height: 200px;
	}

	.col_r .main_img img.back {
		min-width: 1px;
	}
	.col_r .main_img .pc_img {
		display: none;
	}
	.col_r .main_img .sp_img {
		display: block;
	}

	.col_r .main_img .page_ttl {
		padding: 0 15px;
	}
	.col_r ul.pan {
		padding: 8px 15px 3px;
	}
	section.mainContent {
		padding: 0 15px 15px;
	}
	.col_r section.mainContent .h2Warp {
		margin-bottom: 20px;
	}
	.col_r section.mainContent .rightCommonBox {
		max-width: none;
		width: 100%;
		margin: 52px 0 0;
		padding: 0;
	}
	.col_r section.mainContent .main_img .page_ttl span img {
		width: 50%;
	}
	.col_r section.mainContent .rightCommonBox .otherContent ul {
		margin: 0 0 3% -1%;
	}
	.col_r section.mainContent .rightCommonBox .otherContent ul li {
		margin: 0 0 1% 1%;
	}

	/* 汎用テーブルスタイル */
	.col_r section.mainContent .common_table {
		margin: 0 0 35px;
	}

	.col_r section.mainContent .common_table dl .pc {
		display: none;
	}

	/* フォーム用テーブル */
	.col_r section.mainContent .common_table dl dd label {
		display: inline-block;
		margin: 0 10px 0 0;
	}

	/* ページ下部の横並び写真 */
	.col_r section.mainContent .bottom_imgs {
		margin: 0 0 35px;
	}
}



/*
------------------------------------------------------------------------------------------------------------------ Tablet */

@media screen and (max-width: 760px) {

	/* フォーム用テーブル */
	.col_r section.mainContent .common_table dl dd label {
		display: block;
		margin: 0 0 10px;
	}

}

/*
------------------------------------------------------------------------------------------------------------------ SmartPhone */

@media screen and (max-width: 414px) {

	.col_r .main_img {
		height: 150px;
	}
	.col_r .main_img .pc_img {
		display: none;
	}
	.col_r .main_img .sp_img {
		display: block;
		min-width: 600px;
	}

	.col_r .main_img .whitebg::before {
		top: -450px;
		left: -550px;
	}

	.col_r .main_img .page_ttl span img {
		width: 33%;
	}
	.col_r .main_img img.header_item {
		width: 30%;
		min-width: 250px;
		height: auto;
		position: absolute;
		top: 0;
	}
	.col_r .main_img .page_ttl p {
		font-size: 1.6rem;
	}
	.col_r .main_img .page_ttl span {
		font-size: 2.6rem;
		margin: 0 0 10px;
	}
	.col_r ul.pan {
		display: none;
	}
	.col_r section.mainContent h2 span {
		top: -19px;
		font-size: 2rem;
	}
	.col_r section.mainContent h2.double {
		height: 48px;
	}
	.col_r section.mainContent h3 {
		margin: 0 0 20px;
		font-size: 1.8rem;
	}
	.col_r section.mainContent .rightCommonBox ul.guide {
		margin: 0 0 40px;
		border: #ddd solid 1px;
		border-bottom: none;
	}
	.col_r section.mainContent .rightCommonBox ul.guide li {
		width: 100%;
		float: none;
		border: none;
		border-bottom: #ddd solid 1px;
	}
	.col_r section.mainContent .rightCommonBox ul.guide li a {
		padding: 20px 10px;
	}
	.col_r section.mainContent .rightCommonBox .otherContent ul {
		margin: 0 0 0 -1%;
	}
	.col_r section.mainContent .rightCommonBox .otherContent ul li {
		width: 49%;
	}


	/* 画像の拡大 */
	.col_r section.mainContent .img_zoom {
		display: block;
		margin: 20px 0 0;
		text-align: right;
	}


	/* 汎用テーブルスタイル */
	.col_r section.mainContent .common_table dl::before {
		display: none;
	}
	.col_r section.mainContent .common_table dl dt {
		padding: 10px 15px 0 15px;
		width: 100%;
		position: static;
		font-weight: bold;
	}
	.col_r section.mainContent .common_table dl dd {
		padding: 10px 15px;
	}

	.col_r section.mainContent .send_btn_wrap input {
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}


	/* ページ下部の横並び写真 */
	.col_r section.mainContent .bottom_imgs li {
		width: 50%;
	}
	.col_r section.mainContent .bottom_imgs li:nth-child(2n + 1) {
		clear: both;
	}

}
@media screen and (max-width: 320px) {
	.col_r section.mainContent h2.double2 {
		height: 48px;
	}

}
