@charset "utf-8";

/* -------------------------------------------------- UTILITY  -------------------------------------------------- */

.mt-30	{ margin-top:-30px !important; }
.mt-20	{ margin-top:-20px !important; }
.mt-10	{ margin-top:-10px !important; }
.mt-5	{ margin-top:-5px !important; }
.mt0	{ margin-top:0px !important; }
.mt5	{ margin-top:5px !important; }
.mt10	{ margin-top:10px !important; }
.mt15	{ margin-top:15px !important; }
.mt20	{ margin-top:20px !important; }
.mt25	{ margin-top:25px !important; }
.mt30	{ margin-top:30px !important; }
.mt40	{ margin-top:40px !important; }
.mt50	{ margin-top:50px !important; }
.mt60	{ margin-top:60px !important; }
.mt100	{ margin-top:100px !important; }

.mr0	{ margin-right:0px !important; }
.mr5	{ margin-right:5px !important; }
.mr10	{ margin-right:10px !important; }
.mr15	{ margin-right:15px !important; }
.mr20	{ margin-right:20px !important; }
.mr25	{ margin-right:25px !important; }
.mr30	{ margin-right:30px !important; }
.mr40	{ margin-right:40px !important; }
.mr50	{ margin-right:50px !important; }
.mr100	{ margin-right:100px !important; }

.mb0	{ margin-bottom:0px !important; }
.mb3	{ margin-bottom:3px !important; }
.mb5	{ margin-bottom:5px !important; }
.mb10	{ margin-bottom:10px !important; }
.mb15	{ margin-bottom:15px !important; }
.mb20	{ margin-bottom:20px !important; }
.mb25	{ margin-bottom:25px !important; }
.mb30	{ margin-bottom:30px !important; }
.mb40	{ margin-bottom:40px !important; }
.mb50	{ margin-bottom:50px !important; }
.mb100	{ margin-bottom:100px !important; }

.ml0	{ margin-left:0px !important; }
.ml2	{ margin-left:2px !important; }
.ml5	{ margin-left:5px !important; }
.ml10	{ margin-left:10px !important; }
.ml15	{ margin-left:15px !important; }
.ml20	{ margin-left:20px !important; }
.ml25	{ margin-left:25px !important; }
.ml30	{ margin-left:30px !important; }
.ml40	{ margin-left:40px !important; }
.ml50	{ margin-left:50px !important; }
.ml100	{ margin-left:100px !important; }


/* -------------------------------------------------- FONT -------------------------------------------------- */

/* defalt font-size */
.f9 { font-size: 62.5% !important; }
.f10 { font-size:77% !important; }
.f11 { font-size:85% !important; }
.f12 { font-size:93% !important; }
.f13 { font-size:100% !important; }
.f14 { font-size:108% !important; }
.f15 { font-size:116% !important; }
.f16 { font-size:123.1% !important; }
.f17 { font-size:131% !important; }
.f18 { font-size:138.5% !important; }
.f19 { font-size:146.5% !important; }
.f20 { font-size:153.9% !important; }
.f21 { font-size:161.6% !important; }
.f22 { font-size:167% !important; }
.f23 { font-size:174% !important; }
.f24 { font-size:182% !important; }
.f25 { font-size:189% !important; }
.f26 { font-size:197% !important; }


.B	{ font-weight:bold; }
.blue	{ color:#2c8ed2; }
.gray	{ color:#777; }
.red	{ color:#e6002d; }
.black	{ color:#000000; }
.white	{ color:#ffffff; }

.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.left {
	text-align: left;
	margin-right: auto;
	justify-content: left;
}

.right {
	text-align: right;
	margin-left: auto;
	justify-content: right;
}


h4 {
	font-size: 16px !important;
}

.colBlock-green {
	background-color: #e8ffc0;
	padding: 30px;
	margin: 30px 0 0;
}

.colBlock-white {
	background-color: #fff;
	padding: 30px;
	margin: 30px 0 0;
}

.colBlock-green img {
	width: 100%;
	height: auto;
}

.container_block {
	display: flex;
	margin-bottom: 30px;
}

.container_block .contents_l {
	display: flex;
	width: 110px;
	height: 65px;
	margin-right: 20px;
	background-color: #00c65e;
	justify-content: center;
	align-items: center;
	font-size: 21px;
	color: #fff;
	font-weight: 700;
	border-radius: 10px;
}

.container_block .contents_r {
	display: flex;
	width: calc(100% - 130px);
	font-size: 18px;
	color: #000;
	font-weight: 700;
	align-items: center;
}


.col_2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.col_2>div {
	width: 48%;
	margin-top: 20px;
	margin-right: 4%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.col_2>div:nth-child(2n) {
	margin-right: 0;
}


.colN-col_2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.colN-col_2>div {
	width: 46%;
	margin-right: 6%;
	font-size: 123.1%;
}

.colN-col_2>div section {
	margin: 0 0 5px !important;
}


.colN-col_2>div.w40 {
	width: 37%;
}
.colN-col_2>div.w60 {
	width: 57%;
}

.colN-col_2>div:nth-child(2n) {
	margin-right: 0;
}


.col_3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	font-size: 123.1%;
}

.col_3 .col_3-s {
	width: 30.666%;
	margin-top: 20px;
	margin-right: 4%;
}

.col_3 .col_3-s:nth-child(3n) {
	margin-right: 0;
}

.col_3-01 {
	height: 55px;
	background-color: #e7f6f2;
	padding: 0.2em 1em;
	font-weight: 600;
    display: flex;
    align-items: center;
}

.col_3-02 {
	padding: 0.5em 1em;
}
.col_3-02 section {
	margin: 0 0 10px !important;
}

#main .frameBox01_in01 {
	margin-top: 1em;
}
#main .frameBox01_in01 .colW {
	float: left;
	width: 359px;
}
#main .frameBox01_in01 .colN {
	float: right;
	width: 290px;
}

#main .frameBox01_in01 .colN img {
	width: 100%;
	height:auto;
}


@media only screen and (max-width: 767px) {
	.container_block {
		display: block;
	}

	.container_block .contents_l {
		width: 90px;
		height: 40px;
		font-size: 18px;
		;
	}

	.container_block .contents_r {
		width: calc(100%);
		margin-top: 0.5rem;
	}

	.col_2>div {
		width: 100%;
		margin-right: 0;
	}

	.col_3 {
		font-size: 116%;
	}

	.col_3 .col_3-s {
		width: 47%;
		margin-top: 20px;
		margin-right: 6%;
	}

	.col_3 .col_3-s:nth-child(3n) {
		margin-right: 6%;
	}

	.col_3 .col_3-s:nth-child(2n) {
		margin-right: 0;
	}
}