@charset "utf-8";
/* CSS Document */

/*====================================================================

lv2.css

======================================================================

01.level2

=====================================================================*/


/*--------------------------------------------------------------------/
	level2
/--------------------------------------------------------------------*/
.page-title {
	position: relative;
	background: url(../img/common/lv2-h2.jpg) no-repeat 50% 0;
}
.page-title h2 {
	margin-left: auto;
	margin-right: auto;
	padding: 2.5rem 0 2.2rem;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	font-size: 1.8rem;
	font-weight: 500;
}
.page-title h2 span {
	display: block;
	margin-top: 10px;
	font-size: 1rem;
	letter-spacing: 2px;
	font-weight: 400;
}

.contents {
	margin-bottom: 5rem;
	padding-top: 1rem;
}

/*  page-navi
----------------------------------------------------------------*/
.page-navi {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	font-size: 11px;
}
.page-navi li {
	display:  inline;
	line-height: 1.2;
	color: #a1a1a1;
}
.page-navi li a:link,
.page-navi li a:visited {
	color: #000;
}
.page-navi li:not(:last-child):after {
	content: ">";
	padding-left: 5px;
	padding-right: 5px;
}

/* h3 h4
----------------------------------------------------------------*/
h3.normal {
	margin-bottom: 2rem;
	padding-bottom: 10px;
	border-bottom: 1px dashed #555;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 1px;
	font-size: 1.4rem;
	font-weight: 600;
}

h4.normal {
	margin-bottom: 1rem;
	padding-left: .8rem;
	border-left: 5px solid #013fb0;
	line-height: 1.4;
	letter-spacing: 1px;
	font-size: 1.1rem;
	font-weight: 600;
}

h5.normal {
	margin-bottom: 1rem;
	padding-bottom: .5rem;
	border-bottom: 1px dotted #888;
	line-height: 1.4;
	letter-spacing: 1px;
	font-size: 1.1rem;
}

/* att
----------------------------------------------------------------*/
.att {
	padding: 3px 8px;
	background: #333;
	font-size: 11px;
	color: #fff;
	font-weight: 400;
	vertical-align: middle;
}

/*--------------------------------------------------------------------/
	l-box
/--------------------------------------------------------------------*/
.l-box {
	box-sizing: border-box;
}

.l-box p {
	padding-bottom: 1.2rem;
	line-height: 1.8;
	letter-spacing: 1px;
	font-size: .95rem;
}
.l-box p:last-child {
	padding-bottom: 0;
}

.l-box-mb {
	margin-bottom: 2.5rem;
}

/*--------------------------------------------------------------------/
	figure
/--------------------------------------------------------------------*/
.border-r {
	border-radius: 3px;
}
.border {
	padding: 5px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
figcaption {
	padding-top: 10px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: .9rem;
}

/*--------------------------------------------------------------------/
	ul
/--------------------------------------------------------------------*/
ul.normal {
	padding-left: 1.5rem;
}
ul.normal li {
	position: relative;
	margin-bottom: .3rem;
	line-height: 1.6;
	letter-spacing: 1px;
	font-size: .95rem;
}
ul.normal li:last-child {
	margin-bottom: 0;
}
ul.normal li:before {
	position:absolute;
	top: 4px;
	left: -20px;
	content: "●";
	font-size: .7rem;
	color: #aaa;
}

/*--------------------------------------------------------------------/
	ol
/--------------------------------------------------------------------*/
ol.normal {
	margin-bottom: 1.5rem;
}
ol.normal li {
	list-style: decimal outside;
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #404040;
}

/*--------------------------------------------------------------------/
	dl
/--------------------------------------------------------------------*/
dl.normal {
	margin-bottom: 2rem;
}
dl.normal dt {
	margin-bottom: 1rem;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaaaaa;
	line-height:1.5;
	font-weight: bold;
	letter-spacing: 1px;
}
dl.normal dd {
	margin-bottom: 2rem;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #404040;
}


/*--------------------------------------------------------------------/
	table
/--------------------------------------------------------------------*/
table.normal {
	margin: 0 auto 2rem;
	border-top: 1px solid #ccc;
	width: 100%;
}
table.normal th,
table.normal td {
	display: block;
	padding: 13px 15px;
	width: 100%;
	line-height: 1.5;
	text-align: left;
	font-weight: 400;
	font-size: .9rem;
}
table.normal th {
	background: #eee;
	padding-top: .7rem;
}

table.normal td {
	padding-bottom: .7rem;
	border-bottom: 1px solid #ddd;
}


/*--------------------------------------------------------------------/
	col-2
/--------------------------------------------------------------------*/
.col-2 > * {
	margin-bottom: 1.5rem;
}

.flex-col-2 > * {
	margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------------/
	col-3
/--------------------------------------------------------------------*/
.col-3 img{
	margin: 0 auto;
}
.col-3 figure {
	margin-bottom: 1.5rem;
}

.flex-col-3 > * {
	margin-bottom: 1.5rem;
}


/*--------------------------------------------------------------------/
	sub_box
/--------------------------------------------------------------------*/
.sub-box {
	margin-bottom: 1.5rem;
	padding: 2rem;
	background: url(../img/common/bg-02.gif);
	box-sizing: border-box;
}



/*====================================================================/
	 smp & tablet Layout
/====================================================================*/

@media screen and (max-width: 999px) {

/*--------------------------------------------------------------------/
	01.level2
/--------------------------------------------------------------------*/

h3.normal {
	font-size: 1.3rem;
	line-height: 1.4;
}
h4.normal {
	font-size: 1.2rem;
}

h5.normal {
	font-size: 1.2rem;
}

.l-box p {
	font-size: 1rem;
}

}

/*====================================================================/
	 tablet Layout
/====================================================================*/

@media print, screen and (min-width: 481px){

table.normal th,
table.normal td {
	display: table-cell;
	width: auto;
	padding-top: .8rem;
	padding-bottom: .8rem;
	border-bottom: 1px solid #ddd;
}

table.normal th {
	width: 100px;
}

}

@media print, screen and (min-width: 768px) {


table.normal th {
	display: table-cell;
	width: 25%;
}

.col-2 > *{
	float: left;
	width: 48%;
}
.col-2 > *:nth-of-type(2n) {
	float: right;
}
.flex-col-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display:flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex-col-2 > * {
	width: 48%;
}

.col-3 > *{
	float: left;
	margin-right: 3.5%;
	width: 31%;
}
.col-3 > *:nth-of-type(3n) {
	float: right;
	margin-right: 0;
}
.col-3 img {
	max-height: 240px;
}

.flex-col-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display:flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex-col-3 > * {
	width: 31%;
}

}


/*====================================================================/
	 PC Layout
/====================================================================*/

@media print, screen and (min-width: 1000px) {


}


@media screen and (max-width: 480px) {

.sub-box {
	padding: 1.5rem;
}


}
