@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background: #152FBA;
	color: #fff;
	/*　必ず指定　*/
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, sans-serif , ArialMT ;
	font-size: 13px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整を停止 */
}
/* リンクをタップした際の色指定 Androidでは適用されませんが、rgbaの値を全て0にすると枠線は消える */
a {
	color:#009999;
	text-decoration:underline;
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
img {
	vertical-align: top;
	width:100%;
}
/* Retinaディスプレイ対応のためimg要素は半分の大きさに img要素にwidthの指定があった場合は半分の大きさにならない */
img:not([width]) {
	zoom: .5; 
}
p, dl, ol, ul {
}
ol, ul {
	list-style:none;
}
p{
	margin:0 0 14px 0;
}
p.mb50{
	margin:0 0 40px 0;
}
p.txt{
	margin:0 10px 14px 10px;
}

.strong2{
	font-weight:bold;
	color:#333333;
}
.strong3{
	font-weight:bold;
	color:#333333;
}
p.notes {
	font-size:80%;
	padding-left: 1em;
	text-indent: -1em;
}
.chushaku{
	font-size:84%;
	color:red;
	padding:5px 0 5px 0;
}
.aL{
	text-align:left;
}
.aR{
	text-align:right;
}
.aC{
	text-align:center;
}

.fL{
	float:left;
}
.fR{
	float:right;
}

.fL_img{
	float:left;
	margin:0 15px 15px 0;
}
.fR_img{
	float:right;
	margin:0 0 15px 15px;
}

.strong_orange{
	color:#ff8c00;
	font-size:112%;
	font-weight:bold;
}
.strong_red{
	color:#db0000;
	font-weight:bold;
}
.red{color:#C00;}
.red_b{color:#C00; font-weight:bold;}
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:50px;}

.mt40{margin-top:40px;}

/*----------------------------------------------------
 #page
----------------------------------------------------*/

#page {
	overflow: hidden;
	width:100%;
	margin: 0 auto;
	background: #fff;
}



/*----------------------------------------------------
 ランドスケープ表示
----------------------------------------------------*/
@media all and (orientation:landscape) {
}



/*----------------------------------------------------
 footer
----------------------------------------------------*/
.copy {
	margin: 0;
	text-align: center;
	font-size:10px;
}


/*----------------------------------------------------
 main
----------------------------------------------------*/
h1 img,h2 img{
	width:100%;
	margin-bottom:30px;
}
.wrap{
	margin:0 auto;
	width:92%;
}
.wrap img{
	width:100%;
}


.btn{
}
h2{
	margin-bottom:20px;
}
h3{
	margin-bottom:20px;
	font-weight:bold;
	font-size:18px;
	text-align:left;
}
.top_btn{
	width:96%;
	padding:0 2% 0 2%;
	margin-bottom:30px;
}
.top_oubo{
	margin-bottom:20px;
}
.top_oubo li.l{
	width:48%;
	float:left;
}
.top_oubo li.r{
	width:48%;
	float:right;
}
.top_oubo li img{
	width:100%;
}
.midashi{
/*	color:#fff; */
	color:#1880D6;
	font-weight:bold;
	font-size:1.1rem;
}
.sec_txt{
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	line-height:1.6;
}
.section0{
	padding:20px 0 20px 0;
}
.section1{
	padding:20px 0 20px 0;
	/* background-color:#494746; */
	background-image:url("../img/bg2.jpg");
	background-size:cover;
	
	
}
.section1 .ttl{
/*	color:#ECDDBC; */
	color:#333333;
	font-weight:bold;
	text-align:center;
}
.section2{
	background-color:#FCCB4B;
	padding:20px 0 20px 0;
}
.section3{
	padding:20px 0 20px 0;
	background-color:#152FBA;
	color:#fff;
}
.section3 h3{
	color:#ECDDBC;
	text-align:center;
}
.sec_txt_aC{
	margin-bottom:30px;
}
.section4{
	padding:20px 0 20px 0;
}
table.base_table{
	color:#444444;
	width:100%;
    border: 1px #bbbbbb solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin:0 0 20px 0;
}

table.base_table th{
    padding: 10px 10px 10px 10px;
    border: #bbbbbb solid;
    border-width: 0 0 1px 1px;
    background: #ECDDBC;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.base_table td{
    padding: 10px 10px 10px 10px;
    border: 1px #bbbbbb solid;
    border-width: 0 0 1px 1px;
    background: #ffffff;
    text-align:left;
}




/******* Footer_t start ********/
footer{
	background:#152FBA;
	margin:0;
	padding:0;
}
.fb{
	text-align:center;
	margin:50px auto 10px auto;
}



/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
.clear { clear:both; }
.clearfix:after { content: ''; display: block; clear: both; }

.cf:after {
	clear:both;
	content:".";
	display:block;
	font-size:0.1em;
	height:0px;
	line-height:0px;
	visibility:hidden;
}

.cf {
	display:block;
}


/*-------------------------- pagetop ----------------------*/


#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
}
