@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/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;
}

._des_line {
	background-image: url("/images/description/bk_line.png"),
                    url("/images/description/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: 50px;
}
#des_img {
	width: auto;
	border: 1px solid #CCC;
	padding: 30px;
}

.des_box01 {
	display: grid;
	grid-template-columns: 410px 1fr;
	column-gap: 70px;
	row-gap: 20px;
	margin-top: 60px;
	box-sizing: border-box;
}
.des_box01_L {
	color: #FFF;
	background: linear-gradient(to bottom, #e58389, #ce141d);
	padding-bottom: 4px;
	padding-left: 50px;
	border-radius: 0px 50px 50px 0px;
	font-size: 24px;
	padding-top: 4px;
	box-sizing: border-box;
}
.des_box01_R {
	display: flex;
	align-items:center;
	font-size: 18px;
	box-sizing: border-box;
}


.des_box02 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 30px;
}
.des_box02_01,
.des_box02_02,
.des_box02_03 {
		padding: 15px;
	border-radius: 10px;
	background-color: #FFF;
	width: 32%;
	box-sizing: border-box;
	box-shadow: 2px 2px 5px 3px #CCC;
}

.des_box02_01 {
	border: 2px solid #06c755;
}
.des_box02_02 {
	border: 2px solid #ff931e;
}
.des_box02_03 {
	border: 2px solid #3f8ef5;
}
.des_box02_t {
	text-align: center;
}
.des_box02_m {
	font-size: 14px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.des_box02_b {
	text-align: center;
}








#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);
}
._des_line {
	padding-bottom: 50px;
}

.des_box01 {
	grid-template-columns: 100%;
	margin-top: 30px;
}
.des_box01_L {
	padding-left: 20px;
	font-size: 20px;
	width: 100%;
}
.des_box01_R {
	font-size: 16px;
	padding-bottom: 20px;
	padding-right: 16px;
	padding-left: 16px;
}
#end_sp----------------{}
}
