@charset "utf-8";

/* common */
.margin-t0 { margin-top: 0!important; }
.margin-5 { margin-top: 5px!important; }
.margin-t10 { margin-top: 10px!important; }
.margin-t20 { margin-top: 20px!important; }
.margin-t30 { margin-top: 30px!important; }
.margin-t40 { margin-top: 40px!important; }
.margin-b0 { margin-bottom: 0!important; }
.margin-b5 { margin-bottom: 5px!important; }
.margin-b10 { margin-bottom: 10px!important; }
.margin-b20 { margin-bottom: 20px!important; }
.margin-b30 { margin-bottom: 30px!important; }
.margin-b40 { margin-bottom: 40px!important; }

.display-block { display: block; }
.align_center { text-align: center; }

/* indent */
.indent1,
.indent1s {
    text-indent: -1em;
    padding-left: 1em !important;
}
.indent2,
.indent2s {
    text-indent: -2em;
    padding-left: 2em !important;
}
.indent1s,
.indent2s {
	font-size: 11px;
}

/* cpArea */
#cpArea { 
	margin-bottom: 50px;
	line-height: 1.5em;
}
#cpArea section {
	margin-left: 3%;
	margin-right: 3%;
	font-size: 12px;
}
#cpArea p {
	font-size: 13px;
}
#cpArea img {
	display: block;
	width: 100%;
}
#cpArea a[target=_blank]:after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	margin-left: 2px;
	background: url(../img/icon_externallink.png) center / contain no-repeat; 
	vertical-align: middle;
}

#contents #cpArea h1 {
    box-sizing: border-box;
    width: 100%;
	margin: 0; 
	padding: 0;
	border-top: none; 
	border-bottom: none;
	line-height: 0;
}
#contents #cpArea h2.h2Txt {
	box-sizing: border-box;
	margin: 20px 0px 20px 0px;
	padding: 7px 10px 4px 10px;
	height: auto;
	border-bottom: 2px solid #006ebc;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
#contents #cpArea h3.h3Txt {
	margin: 30px 10px 15px 0;
	padding-left: 10px;
	border-left: 3px solid #0061bc;
	border-top: 0;
	border-bottom: 0;
	font-size: 17px;
	color: #5e5555;
}

/* cpArea table */
#cpArea table {
    width: 100%;
}
#cpArea table th {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #e5f5fd;
	font-weight: bold;
	text-align: left;
}
#cpArea table td {
	padding: 5px;
	border: 1px solid #ccc;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cpArea table ul li {
	line-height: 1.5em;
}

/* btn */
#cpArea a.btn_blue {
	display: inline-block;
	box-sizing: border-box;
	width: auto;
    margin: 0 auto;
	padding: 1em 3.5em;
	border-radius: 60px;
	background: #006ebd;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

/* mmapply */
#cpArea .mmapply {
    margin-top: 60px;
}
#cpArea .mmapply p {
	margin-top: 12px;
	text-align: center;
}
#cpArea .mmapply .mmapply_ttl {
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
	color: #fa7f6f;
}
#cpArea .mmapply-btn img {
	width: auto;
    margin: 0 auto;
}