@charset "utf-8";
.eyecatch_inc.short{
	background-image: url(../img/traffic-accident/eye01.png);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short{
		background-image: url(../img/traffic-accident/eye01_sp.png);
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 320px;
		padding: 30px 0 0;
	}
}
.contents01 .contents01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 27px;
	font-size: 30px;
	line-height: 48px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text01{
		margin: 0 0 11px;
		font-size: 20px;
		line-height: 32px;
		text-align: left;
	}
}
.contents01 .contents01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 36px;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: calc((25/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text02{
		margin: 0 0 27px;
		font-size: 16px;
		line-height: 30px;
		letter-spacing: calc((50/1000)*1em);
		text-align: left;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		flex-wrap: wrap;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: calc((100% - 31px * 3) / 4);
	height: auto;
	min-height: 130px;
	padding: 18px 0 13px;
	margin: 0 31px 0 0;
	background-color: #2782BE;
	border-radius: 23px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
		width: calc((100% - 20px * 1) / 2);
		min-height: 96px;
		padding: 15px 0 15px;
		margin: 20px 20px 0 0;
		border-radius: 12px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(4){
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(-n+2){
		margin-top: 0;
	}
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(2){
		margin-right: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .item01{
	width: 58px;
	height: 46px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .item01{
		width: 42px;
		height: 33px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(1) > .item01{
	background-image: url(../img/traffic-accident/contents01/item01_1.png);
	background-size: contain;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(2) > .item01{
	background-image: url(../img/traffic-accident/contents01/item01_2.png);
	background-size: contain;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(3) > .item01{
	background-image: url(../img/traffic-accident/contents01/item01_3.png);
	background-size: 36px auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(3) > .item01{
		background-size: 27px auto;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(4) > .item01{
	background-image: url(../img/traffic-accident/contents01/item01_4.png);
	background-size: 39px auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(4) > .item01{
		background-size: 27px auto;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 23px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-grow: 1;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text01{
		font-size: 12px;
		line-height: 17px;
	}
}
/*.contents01ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents02 .contents02_01{
	width: 100%;
	height: auto;
	padding: 75px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		width: 320px;
		padding: 60px 0 0;
	}
}
.contents02 .contents02_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 25px;
	font-size: 25px;
	line-height: 25px;
	color: #DD6C79;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 > .text01{
		margin: 0 0 14px;
		font-size: 17px;
		line-height: 17px;
	}
}
.contents02 .contents02_01 > .text01::before{
	content: '';
	width: 2px;
	height: 30px;
	margin: 0 18px 0 0;
	background-color: #DD6C79;
	border-radius: calc(2px / 2);
	display: block;
	flex-shrink: 0;
	transform: rotate(-15deg);
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 > .text01::before{
		height: 20px;
		margin: 0 10px 0 0;
	}
}
.contents02 .contents02_01 > .text01::after{
	content: '';
	width: 2px;
	height: 30px;
	margin: 0 0 0 18px;
	background-color: #DD6C79;
	border-radius: calc(2px / 2);
	display: block;
	flex-shrink: 0;
	transform: rotate(15deg);
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 > .text01::after{
		height: 20px;
		margin: 0 0 0 10px;
	}
}
.contents02 .contents02_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 39px;
	font-size: 42px;
	line-height: 62px;
	letter-spacing: calc((80/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 > .text02{
		margin: 0 0 30px;
		font-size: 28px;
		line-height: 40px;
		letter-spacing: calc((50/1000)*1em);
	}
}
.contents02 .contents02_01 .contents02_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01{
	width: 100%;
	height: auto;
	padding: 60px 60px 58px;
	margin: 42px 0 0;
	background-color: #ffffff;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01{
		padding: 46px 20px 18px;
		margin: 40px 0 0;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text01{
	width: 155px;
	height: 40px;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	background-color: #2782BE;
	border-radius: calc(40px / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc(-40px / 2);
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text01{
		width: 120px;
		height: 35px;
		font-size: 17px;
		line-height: 17px;
		border-radius: calc(35px / 2);
		top: calc(-35px / 2);
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text01::before{
	content: '';
	width: 20px;
	height: 9px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #2782BE;
	display: block;
	position: absolute;
	top: auto;
	bottom: -7px;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text01::before{
		width: 17px;
		height: 8px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 auto 23px;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: calc((50/1000)*1em);
	text-decoration-thickness: 10px;
	text-decoration-line: underline;
	text-decoration-color: #FAFAC7;
	text-decoration-style: solid;
	text-underline-offset: -3px;
	text-decoration-skip-ink: none;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text02{
		margin: 0 auto 11px;
		font-size: 18px;
		line-height: 30px;
		text-decoration-thickness: 7px;
		text-underline-offset: -2px;
		text-align: center;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text03{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text03{
		font-size: 14px;
		line-height: 25px;
	}
}
/*.contents02ここまで*/

/*.contents03ここから*/
.contents03{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents03 .contents03_01{
	width: 100%;
	height: auto;
	padding: 70px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01{
		width: 320px;
		padding: 50px 0 0;
	}
}
.contents03 .contents03_01 .contents03_01_01{
	width: 100%;
	height: auto;
	padding: 43px 40px 40px;
	margin: 0;
	background-color: #B2A79A;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01{
		padding: 27px 20px 20px;
	}
}
.contents03 .contents03_01 .contents03_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 35px;
	font-size: 28px;
	line-height: 28px;
	color: #ffffff;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 > .text01{
		margin: 0 0 18px;
		font-size: 22px;
		line-height: 32px;
		text-align: center;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01{
	width: 100%;
	height: auto;
	padding: 50px;
	margin: 0;
	background-color: #ffffff;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01{
		padding: 17px 20px 20px;
		align-items: center;
		flex-direction: column;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	display: block;
	flex-grow: 1;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 > .text01{
		margin: 0 0 18px;
		font-size: 14px;
		line-height: 25px;
		flex-grow: 0;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 > .item01{
	width: 214px;
	height: auto;
	margin: 0 0 0 50px;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 > .item01{
		width: 166px;
		margin: 0;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
/*.contents03ここまで*/

/*.contents04ここから*/
.contents04{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents04 .contents04_01{
	width: 100%;
	height: auto;
	padding: 80px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01{
		padding: 50px 0 0;
	}
}
.contents04 .contents04_01 .contents04_01_01{
	width: 100%;
	height: auto;
	padding: 0 0 44px;
	margin: 0;
	background-color: #FAFAFA;
	border-radius: 0 0 10px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01{
		padding: 0 0 40px;
		border-radius: 0;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01{
	width: 100%;
	height: auto;
	padding: 30px 0 42px;
	margin: 0 0 36px;
	background-color: #2782BE;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01{
		padding: 18px 0 25px;
		margin: 0 0 26px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01::before{
	content: '';
	width: 62px;
	height: 19px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #2782BE;
	display: block;
	position: absolute;
	top: auto;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01::before{
		width: 22px;
		height: 7px;
		bottom: -7px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 > .item01{
	width: 93px;
	height: auto;
	margin: 0 0 14px;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 > .item01{
		width: 59px;
		margin: 0 0 10px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 35px;
	line-height: 35px;
	color: #ffffff;
	letter-spacing: calc((40/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 > .text01{
		font-size: 25px;
		line-height: 25px;
	}
}
.contents04 .contents04_01 .contents04_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 18px;
	font-size: 28px;
	line-height: 48px;
	letter-spacing: calc((25/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 > .text01{
		width: 320px;
		margin: 0 0 12px;
		font-size: 20px;
		line-height: 32px;
		letter-spacing: calc((50/1000)*1em);
		text-align: left;
	}
}
.contents04 .contents04_01 .contents04_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 33px;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: calc((25/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 > .text02{
		width: 320px;
		margin: 0 0 27px;
		font-size: 16px;
		line-height: 30px;
		text-align: left;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02{
	width: 100%;
	height: auto;
	padding: 0 40px;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02{
		width: 320px;
		padding: 0;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01{
	width: 100%;
	height: auto;
	margin: 67px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01{
		margin: 43px 0 0;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01:nth-of-type(1){
	margin-top: 0;
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01::before{
	content: '';
	width: 50px;
	height: 15px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #2782BE;
	display: block;
	position: absolute;
	top: auto;
	bottom: -45px;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01::before{
		width: 40px;
		height: 11px;
		bottom: -31px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01:last-of-type::before{
	display: none;
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 > .text01{
	width: 100%;
	height: auto;
	padding: 21px 0 21px;
	margin: 0 0 17px;
	font-size: 22px;
	line-height: 22px;
	color: #ffffff;
	letter-spacing: calc((25/1000)*1em);
	background-color: #2782BE;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 > .text01{
		padding: 17px 0 17px;
		margin: 0 0 12px;
		font-size: 18px;
		line-height: 18px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 30px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 > .text02{
		margin: 0 0 24px;
		font-size: 14px;
		line-height: 25px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_01{
	width: 100%;
	height: auto;
	padding: 34px 30px 30px;
	margin: 0;
	background-color: #F0F0F0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_01{
		padding: 26px 20px 18px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 18px;
	font-size: 20px;
	line-height: 20px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_01 > .text01{
		margin: 0 0 12px;
		font-size: 18px;
		line-height: 18px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_01 > .text02{
		font-size: 14px;
		line-height: 25px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_01 > .text02 > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_01 > .text02 > span{
		font-size: 14px;
		line-height: 25px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_02{
		flex-direction: column;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_02 > .text01{
	width: 260px;
	height: 49px;
	margin: 0 9px 0 0;
	font-size: 20px;
	line-height: 20px;
	color: #2782BE;
	background-color: #F4F4F4;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_02 > .text01{
		width: 216px;
		height: 44px;
		margin: 0 0 12px;
		font-size: 16px;
		line-height: 16px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_02 > .link01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 38px;
	line-height: 38px;
	letter-spacing: calc((40/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_02 > .link01{
		font-size: 35px;
		line-height: 35px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_03{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_03{
		align-items: center;
		flex-direction: column;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_03 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	display: block;
	flex-grow: 1;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_03 > .text01{
		margin: 0 0 18px;
		font-size: 15px;
		line-height: 28px;
		flex-grow: 0;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_03 > .item01{
	width: 180px;
	height: auto;
	margin: 0 0 0 37px;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_03 > .item01{
		margin: 0;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .contents04_01_01_02_01_03 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
/*.contents04ここまで*/

/*.contents05ここから*/
.contents05{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents05 .contents05_01{
	width: 100%;
	height: auto;
	padding: 80px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01{
		width: 320px;
		padding: 60px 0 0;
	}
}
.contents05 .contents05_01 .contents05_01_01{
	width: 100%;
	height: auto;
	padding: 66px 0 50px;
	margin: 0;
	background-color: #ffffff;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01{
		padding: 40px 0 33px;
	}
}
.contents05 .contents05_01 .contents05_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 44px;
	font-size: 42px;
	line-height: 63px;
	color: #2782BE;
	letter-spacing: calc((80/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 > .text01{
		padding: 0 20px;
		margin: 0 0 35px;
		font-size: 28px;
		line-height: 40px;
		letter-spacing: calc((50/1000)*1em);
	}
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01{
	width: 817px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01{
		width: 280px;
	}
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01{
	width: 100%;
	height: auto;
	padding: 41px 0;
	margin: 0;
	border-top: 1px solid #DDDDDD;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01{
		padding: 34px 0;
	}
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01:nth-of-type(1){
	padding-top: 0;
	border-top: 0;
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01:last-of-type{
	padding-bottom: 0;
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 18px;
	color: #2782BE;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01 > .text01{
		margin: 0 0 17px;
		font-size: 16px;
		line-height: 16px;
	}
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 16px;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: calc((25/1000)*1em);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01 > .text02{
		margin: 0 0 6px;
		font-size: 22px;
		line-height: 35px;
	}
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01 > .text02 > span{
	width: auto;
	height: auto;
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: calc((25/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01 > .text02 > span{
		margin: 0 0 8px;
		font-size: 17px;
		line-height: 17px;
	}
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01 > .text03{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	display: block;
	text-align: justify;
	text-align-last: left;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01 > .text03{
		font-size: 15px;
		line-height: 28px;
	}
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01 > .text04{
	width: auto;
	height: auto;
	margin: 11px 0 0;
	font-size: 13px;
	line-height: 20px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01 > .text04{
		margin: 8px 0 0;
	}
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01 > .item01{
	width: 100%;
	height: auto;
	margin: 28px 0 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01 > .item01{
		margin: 12px 0 0;
	}
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01 > .item01 a,
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01 > .item01 a img{
	display: block;
	width: 100%;
	height: auto;
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01 > .text05{
	width: auto;
	height: auto;
	margin: 22px auto 0;
	font-size: 16px;
	line-height: 16px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .contents05_01_01_01_01 > .text05{
		margin: 13px auto 0;
		font-size: 14px;
		line-height: 14px;
	}
}
/*.contents05ここまで*/