  @charset "utf-8";
/* CSS meijiLp 2015.12 */

/*Recet*/

/*---#page_outline-------------------------------------------------------------*/
section{
	background: #F0EEF9;
}
#outCon{
	max-width:880px;
	margin: 0 auto;
	padding: 20px 0 20px;
	text-align: center;
	}
#titArea{
background: #373F87;
color: #FFF;
	}
#titArea #titImg{
margin: 0 auto 20px;
text-align: center;
	}
#titArea #titAreaInner {
    max-width: 1000px;
    margin: 0 auto;
padding: 30px 10px;
}
#titArea h1{
font-size: 210%;
font-weight: bold;
margin: 0 auto 0 -20px;
text-align: center;
	}
/* h2-h4 */
/*
#outCon h2.point02 {
	position: relative;
	padding: 0 .6em .1em;
	font-size:180%;
	font-weight: bold;
}
#outCon h2.point02::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #373F86;
}*/
#outCon h2.point02 {
 position: relative;
 display: inline-block;
 padding-bottom: 8px;
	font-size: 170%;
		font-weight: bold;
	letter-spacing: 0.06em;
	font-style: italic;
	margin: 0 auto 15px;
	text-align: center;
	width: 100%;
 }
#outCon h2.point02::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 5px solid #2F2F99;
 width : 80px;
 width : -webkit-calc(80px) ;
 width : calc(80px) ;
 margin: 0 auto;
 }
#outCon h2.point01{
	position: relative;
	padding: .3em 1.2em;
	background-color: #003366;
	color:#FFF;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	font-size:144%;
	width:839px;
	margin-left:-3px;
}
#outCon h2.point01::before,
#outCon h2.point01::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
#outCon h2.point01::before {
	left: 0;
	border-width: 0 4px 4px 0;
	border-right-color: #003366;
}
#outCon h2.point01::after {
	right: 0;
	border-style: solid;
	border-width: 4px 4px 0 0;
	border-top-color: #003366;
}


#outCon h3{
	font-size:124%;
	font-weight:bold;
	color:#002246;
	border-left:4px solid #002246;
	margin:1.0em 0 0.6em;
	padding:0 0 0 0.5em;
	line-height:1.4em;
}

#outCon h4{
	font-size:108%;
	border:3px solid #eee;
	padding:2px 12px;
	border-radius:50px;
	margin:0 0 0.5em;
	color:#002146;
	font-weight:bold;
	
}
#outCon h4.imgTit{
	border:3px solid #eee;
	margin:2.5em 0 0.5em;
	background:#eee;
	
}

/*---#page-------------------------------------------------------------*/
.note_point{
	background:#FFF;
	border-radius:6px;
	padding:20px 30px 12px;
	margin:0 0 40px;
	text-align: left;
}
.note{
	background:#FFF;
	border-radius:6px;
	padding:24px 50px 12px;
	margin:0 0 40px;
		text-align: left;
}
/*
.note_point p,
.note p{
	font-size:108%;
	text-indent:1em;
	margin:0 0 1.5em;
}*/
.note_point p,
.note p {
    padding-bottom: 0.1em;
    background-color: #fff;
    background-image: linear-gradient(to right, #fff 1.1px, transparent 1px), linear-gradient(to bottom, #ccc 1.1px, transparent 1px);
    background-size: 2px 2.2em;
    line-height: 2.2;
	max-width: 770px;
	margin: 15px auto 35px;
	font-size: 108%;
	text-indent:1em;
}
.note_point .modal-content p,
.note .modal-content p {
    background-image: none;
	margin: 0 auto;

	padding: 4px 0px 4px 0;
	line-height: 1.6;
}
.note_point .modal-content,
.note .modal-content{
		font-size: 110%;
}
.photoImg{
	margin:0 0 1.0em;
}
/*----table------------------------------------------------------------*/
#page table{
	 text-align:left;
	 margin:0 0 20px;
	font-size:108%;
	}
#page table tr{
	}

#page table th{
	background:#eee;
	text-align:left;
	padding:8px 14px;
	border:1px solid #CCCCCC;
	font-weight:bold;
	}
		
#page table td{
	background:#FFF;
	text-align:left;
	padding:12px 18px;
	border:1px solid #CCCCCC;
	}

#page table tr.end th,
#page table tr.end td,
#page table tr th.end,
#page table tr td.end{
		background:#D9D9D9;
	}
					

/**/
@media screen and (max-width:769px){
	
img {
    width: 100%;
	height:auto;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
body , html {
height: auto;
}

/*----------------------------------------------------------------*/	
#top #contentInner{
	width:100%;
	margin:0 auto;
	position:static;
}
#page #contentInner{
	width:100%;
	margin:0 auto;
	position:static;
}
/*----------------------------------------------------------------*/

#outCon{
	padding: 20px 10px 20px;
	}
	#titArea h1 {
    font-size: 160%;
    margin: 0 auto 0 auto;
    text-align: center;
		padding: 0 2%;
}
	#titArea #titAreaInner {
    padding: 18px 10px;
}
	
#topInfo h2{
	position: relative;
	padding: .3em 3.5%;
	background-color: #003366;
	color:#FFF;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	font-size:120%;
	width:95%;
	margin-left:-1%;
}
#topInfo h2::before,
#topInfo h2::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
#topInfo h2::before {
	left: 0;
	border-width: 0 4px 4px 0;
	border-right-color: #003366;
}
#topInfo h2::after {
	right: 0;
	border-style: solid;
	border-width: 4px 4px 0 0;
	border-top-color: #003366;
}

#topInfo p{
	font-size:98%;
	margin:0 !important;
	text-align:left;
	padding:3%;
}


/*---#page_outline-------------------------------------------------------------*/
#mainCon{
	width:96%;
	padding-bottom:10px;
	position:static;
	margin:0 2%;
}
/* h2-h4 */
#mainCon h2.point01{
	position: relative;
	padding: .3em 3.5%;
	background-color: #003366;
	color:#FFF;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	font-size:120%;
	width:95%;
	margin-left:-1%;
}
#mainCon h2.point01::before,
#mainCon h2.point01::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
#mainCon h2.point01::before {
	left: 0;
	border-width: 0 4px 4px 0;
	border-right-color: #003366;
}
#mainCon h2.point01::after {
	right: 0;
	border-style: solid;
	border-width: 4px 4px 0 0;
	border-top-color: #003366;
}
#mainCon h2.point02{
	position: relative;
	border: 2px solid #003366;
	border-radius: 50px;
	margin:0 auto 0.5em;
	padding:4px 20px;
	background:#fff;
	font-size:148%;
	height:auto;
	font-weight:bold;
}
#mainCon h2.point02::before,
#mainCon h2.point02::after {
	position: absolute;
	top: 100%;
	left: 25px;
	content: '';
	height: 0;
	width: 0;
	border-bottom: 9px solid transparent;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
#mainCon h2.point02::before {
	border-top: 10px solid #003366;
}
#mainCon h2.point02::after {
	margin-top: -2px;
	border-top: 8px solid #fff;
}
#mainCon h3{
	font-size:124%;
	font-weight:bold;
	color:#002246;
	border-left:4px solid #002246;
	margin:1.0em 0 0.6em;
	padding:0 0 0 0.5em;
	line-height:1.4em;
}
#mainCon h4{
	font-size:108%;
	border:3px solid #CCCCCC;
	padding:2px 12px;
	border-radius:50px;
	margin:0 0 0.5em;
	color:#002146;
	font-weight:bold;
}
#mainCon h4.imgTit{
	border:3px solid #eee;
	margin:2.5em 0 0.5em;
	background:#eee;
}

/*---#page-------------------------------------------------------------*/
#mainCon_page{
	width:96%;
	padding-bottom:10px;
	position:static;
	margin:0 2%;
}
/*---#page-------------------------------------------------------------*/
.note_point{
	background:#FFF;
	border-radius:6px;
	padding:8px 12px 12px;
	margin:0 0 20px;
}
.note{
	background:#FFF;
	border-radius:6px;
	padding:20px 20px 12px;
	margin:8px 0 20px;
}
.note_point p,
.note p{
	font-size:108%;
	text-indent:1em;
	margin:0 0 1.5em;
}
.photoImg{
	margin:0 0 1.0em;
}
/*----table------------------------------------------------------------*/
#page table{
	 text-align:left;
	 margin:0 0 20px;
	font-size:108%;
	}
#page table tr{
	}

#page table th{
	background:#EEEEF9;
	text-align:left;
	padding:8px 14px;
	border:1px solid #CCCCCC;
	font-weight:bold;
	}
		
#page table td{
	background:#FFF;
	text-align:left;
	padding:12px 18px;
	border:1px solid #CCCCCC;
	}

#page table tr.end th,
#page table tr.end td,
#page table tr th.end,
#page table tr td.end{
		background:#D9D9D9;
	}

}
