@charset "UTF-8";
.sanyoshinkansen_fureai_day .shift_full .contents {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.sanyoshinkansen_fureai_day .shift_full .section {
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}
.sanyoshinkansen_fureai_day .shift_full .topicPath {
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	padding-right: clamp(52.707px, 4.467vw, 67px);
	padding-left: clamp(52.707px, 4.467vw, 67px);
}
.sanyoshinkansen_fureai_day .sanyoshinkansen_fureai_day_top .main .contents {
	padding-top: 0;
}
.rwd-topic-path {
	line-height: 1.6;
	font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
}
.t-center {
	text-align: center;
}
.main {
	overflow: hidden;
	line-height: 1.8;
	font-size: 1.4rem;
	/* background: url("../img/bg-note.png") center top repeat; */
	clip-path: inset(0);
}

.main::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	pointer-events: none;
	top: 0;
	left: 0;
	background-image: url("../img/bg-note.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 20px 20px;
	z-index: -1;
}



.main * {
	box-sizing: border-box;
}
.main .inner {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}
.main .contents {
	color: #000;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
	background: none!important;
}
.main .contents-wrap {
	padding: 0 20px 140px;
	position: relative;
	z-index: 2;
}
.main .contents img {
	vertical-align: bottom;
}
.main .contents a {
	transition: all .3s;
}
.main .contents a:hover {
	opacity: .7;
}
/* clear */

.clear {
	clear: both;
}
.clear-l {
	clear: left;
}
.clear-r {
	clear: right;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
@media screen and (min-width: 768px) {
	.main .contents .sp {
		display: none!important;
	}
}
@media screen and (max-width: 767px) {
	.sanyoshinkansen_fureai_day .shift_full .contents {
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
	}
	.main {
		background-size: 3.2vw auto;
	}
	.main .inner {
		max-width: 89.3333333333vw;
		margin: 0 auto;
		padding: 0 0;
	}
	.main .contents-wrap {
		padding: 0 5.333vw 18.666vw;
	}
	.main .contents .pc {
		display: none!important;
	}
}
/* cont
-------------------------------------------------*/

.cont1 {
	margin-bottom: 101px;
	height: 686px;
	background: url("../img/cont1-bg.png") center bottom / cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.cont2 {
	position: relative;
	max-width: 1200px;
	padding: 60px 0 70px;
	margin: 0 auto 100px;
	text-align: center;
	border-radius: 60px;
	background: #fff;
	border: 6px solid #0081cc;
}
.cont2::before {
	content: "";
	position: absolute;
	width: 222px;
	height: 188px;
	top: -194px;
	left: 60px;
	background: url("../img/cont2-kids.png") center bottom / cover no-repeat;
	z-index: -1;
}
@media only screen and (max-width: 1230px) {
	.cont2::before {
		left: 30px;
	}
}

.cont2 .detail {
	margin-bottom: 50px;
}
.cont2 ul {
	margin-bottom: 30px;
	overflow: hidden;
}
.cont2 ul li {
	margin-bottom: 20px;
}
.cont2 .place {
	margin-bottom: 20px;
}
.cont3 {
	max-width: 1100px;
	margin: 0 auto 95px;
	text-align: center;
}
.cont3 h2 {
	margin-bottom: 30px;
	text-align: center;
}
.cont3wrap {
	max-width: 1000px;
	margin: 0 auto 50px;
}
.cont3wrap .box1, .cont3wrap .box2, .cont3wrap .box3 {
	float: right;
	margin-bottom: 20px;
	width: 49%;
	height: 364px;
	/* padding: 45px 20px 0; */
	padding: 54px 20px 0;
	text-align: left;
	position: relative;
	background-repeat: no-repeat;
  background-size: 100% auto;
	border-radius: 20px;
}
.indent{
	padding-left: 1em;
	text-indent: -1em;
}
.no-indent{
	padding-left: initial !important;
	text-indent: initial !important;
}
.box-bgcolor01{
	background-color: #fffde5;
}
.box-bgcolor02{
	background-color: #fff;
}
.cont3wrap .box1 {
	/* background-image: url(../img/borderbg_red01.png); */
	border: 4px solid #00519f;
	padding: 54px 30px 0;
}
.cont3wrap .box2 {
	float: left;
	width: 49%;
	height: 199px;
	margin-bottom: 22px;
	border: 4px solid #a2418b;
	/* background-image: url(../img/borderbg_blue01.png); */
}

.cont3wrap .box2 h4 {
	letter-spacing: 0;
}

.cont3wrap .box3 {
	float: left;
	width: 49%;
	height: 143px;
	border: 4px solid #f5611d;
	/* background-image: url(../img/borderbg_yellow.png); */

}

.cont3wrap .box1 h3 img, .cont3wrap .box2 h3 img, .cont3wrap .box3 h3 img {
	position: absolute;
	left: -4px;
  top: -11px;
}
.box3 h3 img{
	margin-top: initial !important;
}
.cont3wrap .box3 h3{
	left: 1px;
	top: 0px;
}
.cont3wrap .box2 p {
	line-height: 1.4;
}
.cont3wrap .box2 p, .cont3wrap .box3 p {
	white-space: nowrap;
}
.cont3wrap .box2 img {
	float: right;
}
.cont3wrap .box3 img {
	float: right;
	margin-top: -30px;
}
.cont3wrap .box1 h4, .cont3wrap .box2 h4, .cont3wrap .box3 h4 {
	margin-bottom: 18px;
	color: #000;
	font-size: 2rem;
	line-height: 1.5;
}
.cont3wrap .box4, .cont3wrap .box5, .cont3wrap .box6, .cont3wrap .box7 {
	float: left;
	margin-right: 2%;
	width: 30%;
	height: 198px;
	padding: 15px 15px 0;
	background-repeat: no-repeat;
  background-size: 100% 100%;
	border-radius: 20px;
}
.cont3wrap .box4 {
	/* background-image: url(../img/borderbg_green.png); */
	border: 4px solid #009944;
}
.cont3wrap .box4 h3{
	border-bottom: 2px solid #009944;
}
.cont3wrap .box5 {
	width: 17%;
	/* background-image: url(../img/borderbg_red02.png); */
	border: 4px solid #e72420;
}
.cont3wrap .box5 h3{
	border-bottom: 2px solid #e72420;
}
.cont3wrap .box6 {
	width: 30%;
	/* background-image: url(../img/borderbg_blue02.png); */
	border: 4px solid #036eb8;
}
.cont3wrap .box6 h3{
	border-bottom: 2px solid #036eb8;
}
.cont3wrap .box7 {
	width: 17%;
	/* background-image: url(../img/borderbg_pink.png); */
	border:  4px solid #e95377;
	margin-right: 0;
}
.cont3wrap .box7 h3{
	border-bottom: 2px solid #da5272;
}

.cont3wrap .box4 h3, .cont3wrap .box5 h3, .cont3wrap .box6 h3, .cont3wrap .box7 h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.cont3wrap .box4 h4, .cont3wrap .box5 h4, .cont3wrap .box6 h4, .cont3wrap .box7 h4 {
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.cont3wrap .box6 h4 small {
	font-size: 1.2rem;
}
.cont3wrap .box4 img {
	float: right;
	margin-left: 10px;
}
.cont3wrap .boxTtl{
	margin: 0 auto;
	float: initial !important;
}
.cont3wrap .box6 img {
	float: right;
}
.cont3wrap .box7 p {
	font-size: 1.4rem;
	text-align: left;
	white-space: nowrap;
}
.cont3 .note {
	position: relative;
	clear: both;
	padding: 27px 170px 27px 170px;
	max-width: 760px;
	margin: 0 auto 23px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	color: #fff;
	border-radius: 60px;
	background-color: #ef83b3;
}
.note span{
	color: #fff33f;
}

.cont3 .note::after{
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/cont3-noteimg.png);
	background-repeat: no-repeat;
	width: 114px;
	height: 144px;
	bottom: 0;
	right: 120px;
}

.cont3 .note p::before {
	position: absolute;
	content: "";
	background-image: url(../img/icon_star-L.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	top: 6px;
	left: -44px;
}
.note p::after {
	position: absolute;
	content: "";
	background-image: url(../img/icon_star-R.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 52px;
	height: 58px;
	bottom: 5px;
	right: -60px;
}
.cont4 {
	max-width: 1200px;
	margin: 0 auto 120px;
	padding: 80px 0 0;
	text-align: center;
	background: url("../img/cont4-bg.png") no-repeat;
	background-size: cover;
	border-radius: 60px;
	/* overflow: hidden; */
}
.cont4 h2 {
	margin-bottom: 50px;
}
.cont4 ol {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cont4 ol li {
	width: 48.5%;
	margin-bottom: 30px;
	padding: 15px 20px 15px 15px;
	box-shadow: 5px 5px 0px 0px rgba(243,152,0,0.3);
	border-radius: 20px;
	line-height: 1.44;
	background-image: url(../img/bg-note-inner.png);
	background-size: 14px 14px;
	background-repeat: repeat;
	background-position: center top;
}

.cont4 ol li:nth-child(1) {
	border: 5px solid #f9821c;
}
.cont4 ol li:nth-child(2) {
	border: 5px solid #0076c2;
}

.cont4 ol li:nth-child(3) {
	border: 5px solid #f15693;
}

.cont4 ol li:nth-child(4) {
	border: 5px solid #01a23a;
}

.cont4 ol li:nth-child(5) {
	border: 5px solid #0fb3e7;
}

.cont4 ol li:nth-child(6) {
	border: 5px solid #f0311e;
}

.cont4 ol li:nth-last-child(1), .cont4 ol li:nth-last-child(2) {
	margin-bottom: 5px;
}
.cont4 ol li .step {
	position: relative;
	display: flex;
	align-items: center;
	text-align: left;
	margin-bottom: 16px;
	padding-left: 105px;
}

.cont4 ol li:nth-child(3) .step {
	margin-bottom: 35px;
}

.cont4 ol li:nth-child(5) .step, .cont4 ol li:nth-child(6) .step {
	margin-bottom: 27px;
}

.cont4 ol li .step img {
	position: absolute;
	top: 10px;
	left: 0;
	width: 108px;
}
.cont4 ol li .step span {
	display: block;
	padding-left: 1em;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
}
.cont4 ol li dl {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.cont4 ol li dl dt {
	display: flex;
	justify-content: center;
	padding-right: 25px;
}
.cont4 ol li dl dd {
	text-align: left;
}
.cont4 ol li dl dd img {
	margin-bottom: 10px;
}
.cont4 ol li .kome1 {
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.1rem;
	letter-spacing: 0;
}
.cont4 ol li .kome1.mb10 {
	margin-bottom: 10px;
}
.cont4 ol li .kome2 {
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	letter-spacing: 0;
}
.cont4 ol li .kome3 {
	padding-top: 15px;
	color: #f00;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4;
}
.notice {
	max-width: 1000px;
	margin: 0 auto 130px;
	color: #000;
	font-size: 1.2rem;
	font-weight: 600;
	text-align: right;
	letter-spacing: 0;
}
.notice:last-of-type {
	padding-bottom: 70px;
}
#result {
	padding-top: 70px;
	margin-bottom: 37px;
}
.check {
	max-width: 1000px;
	margin: 0 auto 5px;
	padding: 20px;
	border: #0081cc solid 5px;
	box-shadow: 5px 5px 0px 0px rgba(243,152,0,0.3);
	border-radius: 20px;
	background-image: url(../img/bg-note-inner.png);
	background-size: 14px 14px;
	background-repeat: repeat;
	background-position: center top;
}
.check .txt {
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
}
.cont5 {
	max-width: 1000px;
	margin: 0 auto;
	padding:  80px 60px 40px;
	line-height: 1.7;
	background: #fff;
	border-radius: 20px;
	position: relative;
	border: 5px solid #0081cc;

}
.cont5 h2 {
	width: 820px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.cont5 h3 {
	color: #1d50a2;
	font-size: 1.6rem;
}
.cont5 ol {
	margin-bottom: 30px;
}
.cont5 ol li {
	text-indent: -1em;
	padding-left: 1em;
}
.cont5 ol li.color_red {
	color: #f00;
	font-weight: 600;
}
.cont5 ol li b{
	font-size: 16px;
	border-bottom: 1px solid #000;
}
.cont5 .t-ind {
	text-indent: -1em;
	padding-left: 1em;
}
.cont5 .t-ind2 {
	text-indent: -.5em;
	padding-left: .5em;
}
@media screen and (max-width: 767px) {
	.cont1 {
		margin-bottom: 10vw;
		height: 97.867vw;
		background: none;
		align-items: flex-start;
	}
	.cont2 {
		padding: 6.666vw 4.53333333vw 8vw;
		margin: 0 auto 16vw;
		border-radius: 5.333vw;
		border: 0.8vw solid #0081cc;
		/* background-image: url(../img/cont2-bg-sp.png); */
	}
	.cont2::before {
		width: 27.2vw;
		height: 22.66666667vw;
		top: -23.16666667vw;
		left: -4.66666667vw;
		background: url("../img/cont2-kids-sp.png") center bottom / cover no-repeat;
	}
	.cont2 .detail {
		margin-bottom: 6.666vw;
	}
	.cont2 ul {
		margin-bottom: 7.333vw;
	}
	.cont2 ul li {
		margin-bottom: 3.333vw;
	}
	.cont2 .place {
		margin-bottom: 4vw;
	}
	.cont3 {
		margin: 0 auto 10vw;
	}
	.cont3 h2 {
		margin-bottom: 10.666666vw;
	}
	.cont3wrap {
		margin: 0 auto 4vw;
	}
	.cont3wrapTop_spWrap{
		display: flex;
		flex-direction: column-reverse;
	}
	.cont3wrapTop_spWrap .box2{
		order: 1;
	}
	.cont3wrap .box1, .cont3wrap .box2, .cont3wrap .box3 {
		float: none!important;
		margin-bottom: 6.66666vw;
		width: auto!important;
		height: auto!important;
		padding: 10vw 4.47761194vw 4vw;
		border-radius: 4vw;
	}
	.cont3wrap .box1{
		border: 0.8vw solid #00519f;
	}
	.cont3wrap .box2{
		border: 0.8vw solid #a2418b;
	}
	.cont3wrap .box3{
		border: 0.8vw solid #f5621d;
	}
	.cont3wrap .box1 h3, .cont3wrap .box2 h3, .cont3wrap .box3 h3 {
		top: -6.666vw;
		line-height: 9.333vw;
		font-size: 4.8vw;
	}
	.cont3wrap .box2 img {
		width: 20.26666667vw;
		margin-top: -2.66666667vw;
		margin-right: -1.33333333vw;
	}
	.cont3wrap .box3 img {
		width: 21.06666667vw;
		margin-right: -1.33333333vw;
		margin-top: -5.33333333vw;
	}
	.cont3wrap .box1 h4, .cont3wrap .box2 h4, .cont3wrap .box3 h4 {
		margin-bottom: .5em;
		font-size: 4vw;
	}
	.cont3wrap .box2 h4 {
		white-space: nowrap;
	}
	.cont3wrap .box3 h4 {
		white-space: nowrap;
		letter-spacing: 0;
	}
	.cont3wrap .box2 p {
		font-size: 3.2vw;
	}
	.cont3wrap .box4, .cont3wrap .box5, .cont3wrap .box6, .cont3wrap .box7 {
		float: none;
		margin-right: initial;
		width: auto;
		height: auto;
		padding: 4.47761194vw 4vw 4.6666vw;
		margin-bottom: 4vw;
		overflow: hidden;
		border-radius: 4vw;
	}

	.cont3wrap .box4{
		border: 0.8vw solid #008e40;
	}
	.cont3wrap .box5 {
		width: 48.5%;
		border: 0.8vw solid #ef1d27;
	}
	.cont3wrap .box6 {
		width: auto;
		border: 0.8vw solid #0a63ac;
	}
	.cont3wrap .box7 {
		width: 48.5%;
		margin-right: 0;
		border: 0.8vw solid #f04a6d;
	}
	.cont3wrap .spwrap {
		display: flex;
		justify-content: space-between;
	}
	.cont3wrap .box4 h3, .cont3wrap .box5 h3, .cont3wrap .box6 h3, .cont3wrap .box7 h3 {
		margin-bottom: 1em;
		padding-bottom: 3.73134328vw;
		font-size: 4vw;
		line-height: 1;
	}
	.cont3wrap .box4 h3 {
		border-bottom: 0.53333333vw solid #009944;
	}
	.cont3wrap .box5 h3 {
		border-bottom: 0.53333333vw solid #ef1d27;
	}
	.cont3wrap .box6 h3 {
		border-bottom: 0.53333333vw solid #036eb8;
	}
	.cont3wrap .box7 h3 {
		border-bottom: 0.53333333vw solid #f04a6d;
	}
	.cont3wrap .box1 h3 img, .cont3wrap .box2 h3 img, .cont3wrap .box3 h3 img{
		width: 57.06666667vw;
		top: -3.2vw;
		left: -0.5vw;
	}
	.cont3wrap .box4 h3 img{
		width: 30.93333333vw;
	}
	.cont3wrap .box6 h3 img{
		width: 40.26666667vw;
	}
	.cont3wrap .box5 h3 img{
		width: 19.46666667vw;
	}
	.cont3wrap .box7 h3 img{
		width: 21.86666667vw;
	}
	.cont3wrap .box4 h4, .cont3wrap .box5 h4, .cont3wrap .box6 h4, .cont3wrap .box7 h4 {
		margin-bottom: .5em;
		font-size: 3.733vw;
		text-align: left;
	}
	.cont3wrap .box5 h4, .cont3wrap .box7 h4 {
		text-align: center;
	}
	.cont3wrap .box3 h4, .cont3wrap .box5 h4, .cont3wrap .box6 h4 {
		margin-bottom: 0;
	}
	.cont3wrap .box6 h4 small {
		font-size: 3.2vw;
	}
	.cont3wrap .box4 img {
		width: 30.6vw;
		margin-left: 0;
	}
	.cont3wrap .box6 img {
		width: 30.6vw;
		float: right;
	}
	.cont3wrap .box7 p {
		font-size: 3.2vw;
		line-height: 1.5;
	}
	.cont3 .note {
		margin: 3vw auto;
		background-image: url(../img/cont3-notebg-sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 100%;
		/* padding: 4.36vw 10.44776119vw 4.31vw 10.44776119vw; */
		padding: 5.46666667vw 8vw 6.13333333vw;
		background-color: initial;
		font-size: 4vw;
	}
	.cont3 .note::after{
		background-image: none;
	}
	.cont3 .note p::before {
		width: 4.8vw;
		height: 4.8vw;
		top: -1.2vw;
		left: -1.46666667vw;
	}
	.note p::after {
		width: 6.93333333vw;
		height: 7.73333333vw;
		bottom: -1.73333333vw;
		right: -3.33333333vw;
	}
	.cont3 .kome {
		font-size: 3.2vw;
		line-height: 1.5;
		text-align: left;
		padding-left: 1em;
		text-indent: -1em;
		letter-spacing: 0;
	}
	.cont4 {
		margin: 0 auto 20.93333333vw;
		padding: 5.333vw;
		border-radius: 5.333vw;
		background: url("../img/cont4-bg-sp.png") no-repeat;
		background-size: cover;
	}
	.cont4 h2 {
		margin-bottom: 5.333vw;
	}
	.cont4 ol {
		display: block;
	}
	.cont4 ol li {
		width: auto;
		margin-bottom: 3.33333333vw !important;
		padding: 2vw 2.66666667vw 4vw;
		box-shadow: .8vw .8vw 0px 0px rgba(243,152,0,0.3);
		border-radius: 2.666vw;
	}
	.cont4 ol li:nth-child(1) {
		border: 0.8vw solid #f9821c;
	}
	.cont4 ol li:nth-child(2) {
		border: 0.8vw solid #0076c2;
	}
	.cont4 ol li:nth-child(3) {
		border: 0.8vw solid #f15693;
	}
	.cont4 ol li:nth-child(4) {
		border: 0.8vw solid #01a23a;
	}
	.cont4 ol li:nth-child(5) {
		border: 0.8vw solid #0fb3e7;
	}
	.cont4 ol li:last-child {
		margin-bottom: 2vw!important;
		border: 0.8vw solid #f0311e;
	}
	.cont4 ol li .step {
		align-items: flex-start;
		margin-bottom: 3.08474576vw;
		padding-left: 16.5vw;
	}
	.cont4 ol li:nth-child(3) .step {
		margin-bottom: 2.8vw;
	}
	.cont4 ol li:nth-child(5) .step, .cont4 ol li:nth-child(6) .step {
		margin-bottom: 2.8vw;
	}
	.cont4 ol li .step img {
		width: 14.13333333vw;
		top: 2.26666667vw;
	}
	.cont4 ol li .step span {
		padding-left: initial;
		font-size: 3.733vw;
		letter-spacing: 0;
	}
	.cont4 ol li dl {
		margin-bottom: 0;
		justify-content: center;
	}
	.cont4 ol li dl dt {
		display: flex;
		justify-content: center;
		padding-right: 4.666vw;
	}
	.cont4 ol li dl dt img {
		width: 20.4vw;
	}
	.cont4 ol li dl dd {
		text-align: left;
	}
	.cont4 ol li dl dd img {
		height: 9.333vw;
		margin-bottom: 2.133vw;
	}
	.cont4 ol li .kome1 {
		font-size: 2.4vw;
		line-height: 1.4;
	}
	.cont4 ol li .kome1.mb10 {
		margin-bottom: .5em;
	}
	.cont4 ol li .kome2 {
		font-size: 3.2vw;
		line-height: 1.4;
	}
	.cont4 ol li .kome3 {
		padding-top: 1em;
		font-size: 3.2vw;
	}
	.notice {
		margin: 0 auto 2.66666667vw;
		font-size: 2.933vw;
		text-align: left;
		padding-left: 1em;
		text-indent: -1em;
	}
	.notice:last-child {
		margin-bottom: 0;
		padding-bottom: 2.4vw;
	}

	#result {
		padding-top: 9.33333333vw;
		max-width: 59.46666667vw;
		width: 100%;
		margin: 0 auto 4vw;
	}
	.check {
		margin: 0 auto 2vw;
		padding: 4vw 2.666vw;
		border: #036eb8 solid 0.59701493vw;
		box-shadow: .8vw .8vw 0px 0px rgba(243,152,0,0.3);
		border-radius: 2.666vw;
	}
	.check .txt {
		margin-bottom: 1em;
		font-size: 3.733vw;
		text-align: left;
	}
	.cont5 {
		padding: 10.5vw 5.333vw 1.2vw;
		line-height: 1.7;
		border-radius: 4vw;
	}
	.cont5 h2 {
		width: 78.93333333vw;
		top: 0;
	}
	.cont5 h3 {
		color: #1d50a2;
		font-size: 3.466vw;
	}
	.cont5 ol {
		margin-bottom: 1.5em;
		font-size: 3.2vw;
	}
	.cont5 ol:last-child {
		margin-bottom: 0;
	}
	.cont5 ol li b{
	font-size: 3.46666667vw;
}
}