.block1{
	width:90%;
	max-width:1000px;
	margin:100px auto;
}

.block1_title{
	padding-bottom:20px;
}

.block1_title_line{
	margin-bottom:50px;
}

.block1_title_line img{
	width:100%;
	height:8px;
}

.block1_box {
	width:95%;
	max-width:800px;
	margin:0 auto;
	display: grid;
	grid-template-rows:auto auto;
	grid-template-columns: 1fr 1fr;
	row-gap: 30px;
	column-gap: 30px;
}

.block1_box1{
	width:100%;
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}

.block1_box2{
	width:100%;
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}

.block1_box3{
	width:100%;
	grid-row: 2 / 3;
	grid-column: 1 / 2;
}

.block1_box4{
	width:100%;
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}

.block1_box_in {
	display: grid;
	grid-template-rows:auto auto;
	grid-template-columns: 50px 1fr;
	column-gap: 10px;
}

.block1_box_in1{
	width:100%;
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}

.block1_box_in2{
	width:100%;
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}

.block1_box1_txt1{
	width:50px;
	height:30px;
	border-radius:5px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif!important;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */

}

.block1_box1_txt1_color1{
	background-color:#0088FF;
}

.block1_box1_txt1_color2{
	background-color:#F7931E;
}

.block1_box1_txt1_color3{
	background-color:#FF6A8B;
}

.block1_box1_txt1_color4{
	background-color:#F00000;
}

.block1_box1_txt2{
	font-size:17px;
	height:30px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}

.block2{
	width:90%;
	max-width:1000px;
	margin:50px auto 100px;
}

.block2_title {
	width:100%;
	max-width:800px;
	margin:0 auto 50px;
	display: grid;
	grid-template-rows:auto;
	grid-template-columns: 10px 1fr;
}

.block2_title1{
	width:100%;
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}

.block2_title2{
	width:100%;
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}

.block2_title1_in{
	width:10px;
	height:37px;
	background-color:#FF9500;
}

.block2_title2_in{
	width:100%;
	height:37px;
	background-color:#FFE8CD;
	padding-left:30px;
	box-sizing: border-box;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif!important;
	font-size:15px;
	font-weight:bold;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}

.block2_box1 {
	width:95%;
	max-width:750px;
	margin:0 auto 30px;
	display: grid;
	grid-template-rows:auto;
	grid-template-columns: 260px 1fr;
	column-gap: 30px;
}

.block2_title1{
	width:100%;
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}

.block2_title2{
	width:100%;
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}

.block2_box1_1_in{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif!important;
	font-size:17px;
	font-weight:bold;
}

.block2_box1_2_in{
	display:-webkit-flex;
	display:flex;
	column-gap:10px;
}

.block2_box2 {
	width:95%;
	max-width:750px;
	margin:0 auto 100px;
	display: grid;
	grid-template-rows:auto;
	grid-template-columns: 260px 1fr;
	row-gap: 30px;
	column-gap: 30px;
}

.block2_box2_1{
	width:100%;
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}

.block2_box2_2{
	width:100%;
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}

.block2_box2_txt1{
	font-size:15px;
	padding-bottom:30px;
}

.block2_box2_txt2{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif!important;
	font-size:25px;
	font-weight:bold;
	text-align:right;
}

.block2_box2_txt3{
	width:120px;
	height:3px;
	background-color:#FF9500;
	margin:0 0 0 auto;
}

.block2_aid_color {
	width:100%;
	max-width:800px;
	margin:0 auto;
	display:flex;
	justify-content:center;
	flex-wrap: wrap; /* 折返し指定 */
}

.block2_aid_color_in{
	width:12.5%;
	min-width:80px;
	text-align:center;
	padding-bottom:50px;
}

.block2_aid_color_txt{
	font-size:12px;
}

.block2_aid_color_footer{
	font-size:12px;
	text-align:center;
}







/* 画面幅1024以下 PC*/
@media screen and (max-width: 1024px) {

}


/* 画面幅768px以下 タブレット*/
@media screen and (max-width: 768px) {

	.block1{
		margin:50px auto 100px;
	}

	.block1_title{
		text-align:center;
	}

	.block1_title img{
		width:150px;
	}

	.block1_title_line{
		text-align:center;
	}

	.block1_title_line img{
		width:250px;
	}

	.block1_box {
		grid-template-rows:auto auto auto auto;
		grid-template-columns: 1fr;
		row-gap: 30px;
		column-gap: 0px;
	}

	.block1_box1{
		width:100%;
		grid-row: 1 / 2;
		grid-column: 1 / 2;
	}

	.block1_box2{
		width:100%;
		grid-row: 2 / 3;
		grid-column: 1 / 2;
	}

	.block1_box3{
		width:100%;
		grid-row: 3 / 4;
		grid-column: 1 / 2;
	}

	.block1_box4{
		width:100%;
		grid-row: 4 / 5;
		grid-column: 1 / 2;
	}

	.block2_box1 {
		grid-template-columns: 1fr 1fr;
		column-gap: 0px;
	}

	.block2_box1_1_in{
		font-size:15px;
	}

	.block2_box1_2_in{
		justify-content:flex-end;
		column-gap:5px;
	}

	.block2_box2 {
		grid-template-rows:auto auto;
		grid-template-columns: 1fr;
		row-gap: 30px;
		column-gap: 0px;
	}

	.block2_box2_1{
		grid-row: 1 / 2;
		grid-column: 1 / 2;
		text-align:center;
	}

	.block2_box2_2{
		grid-row: 2 / 3;
		grid-column: 1 / 2;
	}

	.block2_box2_txt1{
		font-size:12px;
	}

	.block2_box2_txt2{
		font-size:18px;
	}

	.block2_box2_txt3{
		width:90px;
	}

	.block2_aid_color_in{
		width:25%;
	}












}


/* 画面幅375px以下　モバイル*/
@media screen and (max-width: 375px) {

	.block1_box1_txt1{
		font-size:12px;
	}
	.block1_box1_txt2{
		font-size:12px;
	}

	.block2_aid_color_in{
		width:50%;
	}




}

