@charset "utf-8";

/* PC専用表示 */
@media only screen and (max-width:600px) {
	.for_pc {
		display: none;
	}
}

/* スマートフォン専用表示 */
@media (min-width: 601px) {
	.for_sp {
		display: none;
	}
}

.mt0 {
	margin-top: 0 !important
}

.mt05 {
	margin-top: 0.5em !important
}

.mt1 {
	margin-top: 1em !important
}

.mt15 {
	margin-top: 1.5em !important
}

.mt2 {
	margin-top: 2em !important
}

.mt7 {
	margin-top: 7em !important
}

.mr2 {
	margin-left: 2em !important;
}

.mr25 {
	margin-left: 2.5em !important;
}

.mr4 {
	margin-left: 4em !important;
}

.pt6 {
	padding-top: 6em !important;
}

.right {text-align: right !important}

.kome {
	color: #F00;
}

.kome_desc1 {
	margin-left: 0;
}

.kome_desc1 li {
	margin-top: 0;
	text-indent: -2.2em;
	list-style: none;
	padding-left: 2.2em;
	font-size: 70%;
}

.kome_desc1 li.double {
	text-indent: -3.2em;
	padding-left: 3.2em;
}

.reg {
	line-height: 100%;
}

.po-r {
	position: relative;
	top: -5px;
}
ul.c-list-pt li {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 1.8 !important;
}
.c-note__num {width: 1.5em !important;}
.c-note--order {
    padding-left: 1.5em !important;
    text-indent: -1.5em !important;
    line-height: 1.3 !important;
    padding-top: 1.5px;
    padding-bottom: 1.5px;
}

.wi25 {width: 25% !important;}
.wi30 {width: 30% !important;}
.wi40 {width: 40% !important;}
.wi50 {width: 50% !important;}
.wi60 {width: 60% !important;}
.wi70 {width: 70% !important;}
.mt10 {margin-top: 10px !important;}

.wi_70 {
	width: 70%;
	margin: 0 auto;
}

.c-list--bullet .c-list__item01 {
    padding-left: 25px;
    text-indent: -25px;
}

/* table -001 START */
#melfa_main_area table.dataTable { border: 1px solid #d5d5d5; border-collapse: collapse; width: 100%; margin: 24px 0 0 0; }
#melfa_main_area table.dataTable th,
#melfa_main_area table.dataTable td { border: 1px solid #d5d5d5; padding: 9px 5px; }
#melfa_main_area table.dataTable thead th { background: #e6e6e6; text-align: center; vertical-align: middle;}
#melfa_main_area table.dataTable thead th.boldLine { border-bottom-width: 2px; }
#melfa_main_area table.dataTable tbody th { background: #eceef5; }
#melfa_main_area table.dataTable tbody td img { margin-bottom: 5px; }
#melfa_main_area table.dataTable tbody td p { font-size: 100%; }
#melfa_main_area table.dataTable tbody td p.melfa_ico_pdf a { display: inline-block; line-height: 16px; }
#melfa_main_area table.dataTable table.dataTable { font-size: 100%; margin-top: 5px; }
#melfa_main_area table.dataTable table.dataTable td { background-color: #fafafa; }
#melfa_main_area table.dataTable table.dataTable thead th { background-color: #e6e6e6; text-align: center; }
/* table -001 END */

.txt18 {font-size: 18px;}

/********************************************

table

**********************************************/
.c-table__head th {
    text-align: center;
    vertical-align: middle !important;
}
.c-table__head th,
.c-table__contentBody th,
.c-table__contentBody td {
    vertical-align: middle !important;
}

.c-table__contentBody th {background-color: #f2f2f2;}

td.dis-flex {
	display: flex; 
	align-items: center;
	border: none;
	text-align: left !important;
}

.c-title {
	font-size: 22px !important;
	line-height: 2 !important;
}

@media only screen and (min-width:1280px) {
	.col1_img img {
		padding: 1em 14em;
	}
	.col1_1_img img {
		padding: 1em 5em !important; 
	}
	.img_80per {
		max-width: 80%
	}

	.img_90per {
		max-width: 90%
	}
	
	.item-100 img {
		padding-top: 100px;
	}

}

@media only screen and (max-width:1279px) {
	.col1_img img,
	.col1_1_img img {
		padding: 0.5em 3.2em;
	}
	.wi_70 {
		width: 100%;
		margin: 0 auto;
	}
	.item-100 img {padding-top: 0px;}
}

@media only screen and (max-width:599px) {
	.col1_img img,
	.col1_1_img img {
		padding: 0.5em;
	}
	.wi25,
	.wi30,
	.wi50 {width: 60% !important;}
	.wi_70 {
		width: 100%;
		margin: 0 auto;
	}
	.item-100 img {padding-top: 0px;}
	.pt6 {padding-top: 2em !important;}
}

.c-table__contentBody td {
	text-align: center;
	vertical-align: middle !important
}

.c-table__head th,
.c-table__contentBody th {
	text-align: center;
	vertical-align: middle !important
}

.c-table__head th,
th.c-table__headCell {
	width: 18%;
}

.icon_prodno {
	color: #FFF;
	background-color: #0D77BB;
	font-weight: normal;
	line-height: 0.75em;
	text-align: center;
	padding: 0.35em 0.75em;
	border-radius: 2em;
	white-space: nowrap;
	font-size: 0.75em;
}

.c-headingLv4_logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.h4r_logo {
	position: relative;
	top: 0.25em;
	padding-left: 0.5em;
}

.icon_r {
	float: right;
	line-height: 1.5
}

@media only screen and (min-width:1280px) {
	.l-section .size_down img {
		padding: 1em 14em;
	}
}

@media only screen and (max-width:1279px) {
	.l-section .size_down img {
		padding: 0.5em 4em;
	}
}

@media only screen and (max-width:599px) {
	.l-section .size_down img {
		padding: 0.5em;
	}
}
/*------------------------
	fr_e700ex
------------------------*/
.img {width: 100%; max-width: 100%;}
.c-img {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.fr-700 {
	text-align: center;
	margin-bottom: 10px;
}


@media only screen and (min-width:1280px) {
	.col1_img img {
	    padding: 1em 14em;
	}
}

@media only screen and (max-width:1279px) {
}

@media only screen and (max-width: 980px) {
	h2.fr-ttl {font-size: 16px;}
	.fr-txt {font-size: 13px;}	
}

@media only screen and (max-width:599px) {
	h2.fr-ttl {font-size: 16px;}
	.fr-txt {font-size: 13px;}
	.mt7 {margin-top: 2em !important}
}

