@charset "utf-8";
#PC----------------{}
#_title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 420px;
	width: 100%;
	background-color: #325CA6;
	background-image: url(../images/shikaku/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;
}

._shi_line {
	background-image: url("/images/shikaku/bk_line.png"),
                    url("/images/shikaku/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;
}
._shi_no01_title {
	font-size: 36px;
	color: #04366d;
	text-align: center;
}
._shi_no01_box01 {
	display: grid;
	grid-template-columns: 48% 48%;
	column-gap: 4%;
	row-gap: 20px;
	margin-top: 80px;
}
._shi_no01_box01_t01 {
	font-size: 24px;
	padding-bottom: 20px;
	font-weight: bold;
}
._shi_title01 {
	font-size: 30px;
	font-weight: bold;
	color: #453131;
	padding: 6px;
	margin-top: 100px;
	background: linear-gradient(to left, #feb99f, #fee4a1);
	box-sizing: border-box;
}
._shi_title01 p {
	border: 1px solid #FFF;
	position: relative;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
._shi_no02_table {
	margin-top: 30px;
}
._shi_no02_table th,
._shi_no02_table td{
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 25px;
	color: #453131;
}
._shi_no02_table th{
}
._shi_no02_table td{
}
._shi_no02_t01{
	font-size: 50px;
	font-weight: bold;
}
._shi_no02_t01 span {
	font-size: 24px;
}

._shi_no02_t02{
	font-size: 26px;
}
._shi_no03_box01 {
	display: grid;
	grid-template-columns: 500px 430px;
	row-gap: 30px;
	column-gap: 70px;
	margin-top: 50px;
	
}
._shi_no03_box01_L_t01 {
	font-size: 46px;
	font-weight: bold;
	line-height: normal;
}
._shi_no03_box01_L_t02 {
	font-size: 20px;
}
._shi_no03_box01_L_t03 {
	font-size: 24px;
	line-height: normal;
}



._shi_no03_box01_R_01{
	padding: 50px;
	border: 1px solid #7e6f6f;
	box-sizing: border-box;
	background-image: url(../images/shikaku/no03_02_01_bk.png);
	background-repeat: no-repeat;
	background-position: left top;
}
._shi_no03_box01_R_02 {
	padding: 50px;
	border: 1px solid #ff5a00;
	margin-top: 50px;
	box-sizing: border-box;
	background-image: url(../images/shikaku/no03_02_02_bk.png);
	background-repeat: no-repeat;
	background-position: left top;
}
._shi_no03_box01_R_03 {
	padding: 50px;
	border: 1px solid #05376e;
	margin-top: 50px;
	box-sizing: border-box;
	background-image: url(../images/shikaku/no03_02_03_bk.png);
	background-repeat: no-repeat;
	background-position: left top;
}
._shi_no03_box01_R_t01 {
	font-size: 36px;
	font-weight: bold;
}
._shi_no03_box01_R_t01 span {
	font-size: 16px;
}
._shi_no04_t01 {
	font-size: 28px;
	text-align: center;
	padding-top: 70px;
}
._shi_no04_t02 {
	font-size: 18px;
	text-align: center;
}
._shi_no04_t03 {
	font-size: 28px;
	color: #8d3243;
	text-align: center;
	padding-top: 30px;
}
._shi_no04_t04 {
	color: #FFF;
	text-align: center;
	padding: 2px;
	border-radius: 15px;
	font-size: 30px;
	margin-top: 70px;
	background-color: #1572a3;
}
._shi_no04_t05 {
	font-size: 18px;
	padding-top: 30px;
	text-align: center;
}
._shi_no04_t06 {
	color: #FFF;
	text-align: center;
	padding: 2px;
	border-radius: 15px;
	font-size: 30px;
	margin-top: 70px;
	background-color: #347d5b;
}
._shi_no04_sw3 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}













#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);
}
._main._shi_line {
	padding-top: 50px;
	padding-bottom: 50px;
}

._shi_no01_title {
	font-size: 24px;
	text-align: left;
}
._shi_no01_box01 {
	grid-template-columns: 100%;
	margin-top: 30px;
	padding-bottom: 0px;
}
._shi_no01_box01_t01 {
	font-size: 20px;
	padding-bottom: 16px;
}
._shi_title01 {
	font-size: 24px;
	margin-top: 50px;
}
._shi_title01 p {
	padding-top: 10px;
	padding-bottom: 10px;
}
._shi_no02_table th,
._shi_no02_table td{
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 20px;
	vertical-align: top;
}
._shi_no02_table tr th img {
	width: 70px;
}
._shi_no02_t01{
	font-size: 26px;
}
._shi_no02_t01 span {
	font-size: 20px;
}
._shi_no02_t02{
	font-size: 20px;
}
._shi_no03_box01 {
	grid-template-columns: 100%;
	margin-top: 30px;
}
._shi_no03_box01_L_t01 {
	font-size: 26px;
}
._shi_no03_box01_L_t02 {
	font-size: 18px;
}
._shi_no03_box01_L_t03 {
	font-size: 18px;
}
._shi_no03_box01_R_01{
	padding: 20px;
}
._shi_no03_box01_R_02 {
	padding: 20px;
}
._shi_no03_box01_R_03 {
	padding: 20px;
}
._shi_no03_box01_R_t01 {
	font-size: 24px;
}
._shi_no04_t01 {
	padding-top: 30px;
}
._shi_no04_t02 {
	font-size: 16px;
}
._shi_no04_t03 {
	font-size: 24px;
	text-align: left;
}
._shi_no04_t04 {
	font-size: 22px;
	margin-top: 30px;
}
._shi_no04_t05 {
	text-align: left;
}
._shi_no04_t06 {
	font-size: 22px;
	margin-top: 30px;
}
._shi_no04_sw3 {
	width: 100%;
}

#end_sp----------------{}
}
