@charset "utf-8";



.timer{display: none;}
/*------------------------------------------------ 
ベース
------------------------------------------------ */
#BOUSAI{
	font-family:'Noto Sans Japanese', 'Hiragino Maru Gothic W4 JIS2004', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 30px auto;
/*	font-size: 15px;*/
	line-height: 1.8;

	width: 100%;
}

#BOUSAI h2#h2bousai{
	margin: -30px auto 60px auto !important;
	padding: 70px 0;
	text-align: center;


    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;

    color: #ffffff;
    letter-spacing: 6px;
    font-size: 3.6em;
    font-weight: normal;

 background: #002191;
 background: -moz-linear-gradient(top, #2557ff 0%, #002191 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2557ff), color-stop(100%,#002191));
 background: -webkit-linear-gradient(top, #2557ff 0%,#002191 100%);
 background: -o-linear-gradient(top, #2557ff 0%,#002191 100%);
 background: -ms-linear-gradient(top, #2557ff 0%,#002191 100%);
 background: linear-gradient(to bottom, #2557ff 0%,#002191 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2557ff', endColorstr='#002191',GradientType=0 );
}


@media only screen and (max-width: 768px) {

#BOUSAI{
	width: 100%;
}

}


.bousaiTITLE{
    width: 100%;
    position: relative;
/* グラデーション */
 background: #002191;
 background: -moz-linear-gradient(top, #2557ff 0%, #002191 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2557ff), color-stop(100%,#002191));
 background: -webkit-linear-gradient(top, #2557ff 0%,#002191 100%);
 background: -o-linear-gradient(top, #2557ff 0%,#002191 100%);
 background: -ms-linear-gradient(top, #2557ff 0%,#002191 100%);
 background: linear-gradient(to bottom, #2557ff 0%,#002191 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2557ff', endColorstr='#002191',GradientType=0 );

	margin: -30px auto 60px auto !important;
}
.bousaiTITLE div{
    padding: 40px 0;
    margin: 0 auto;
    text-align: center;
}
.bousaiBOX{}

@media only screen and (max-width: 768px) {

.bousaiTITLE div{
    padding: 40px 5%;
    margin: 0 auto;
    text-align: center;
}

.bousaiBOX{
    width: 90%;
margin: auto;
}

}


#BOUSAI h2{
	margin: 0 auto 60px auto;
	text-align: center;
}

#BOUSAI h2#h2bousai{
	margin: 0 auto 60px auto;
	padding: 70px 0;
	text-align: center;

color: #ffffff;
letter-spacing: 6px;
	font-size: 3.6em;
	font-weight: normal;

/* box-shadow */
 text-shadow:0 0 5px #000;
 -webkit-text-shadow:0 0 5px #000;
 -moz-text-shadow:0 0 5px #000;


    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
/* グラデーション */
 background: #ffffff;
 background: -moz-linear-gradient(top, #2557ff 0%, #002191 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2557ff), color-stop(100%,#002191));
 background: -webkit-linear-gradient(top, #2557ff 0%,#002191 100%);
 background: -o-linear-gradient(top, #2557ff 0%,#002191 100%);
 background: -ms-linear-gradient(top, #2557ff 0%,#002191 100%);
 background: linear-gradient(to bottom, #2557ff 0%,#002191 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2557ff', endColorstr='#002191',GradientType=0 );
}


/*#BOUSAI p a{	color: #0d3388;}*/
#BOUSAI p a{	color: #000000;}

/*#BOUSAI .blu{	color: #0d3388;}*/
#BOUSAI .blu{	color: #000000;}

#BOUSAI .title{
	margin: auto;
	text-align: center;
}

#BOUSAI .btn{
	margin: 2.0em auto;
	text-align: center;
}

/*
#BOUSAI h2{
	margin: 40px 0;
	line-height: 1.5;
	font-size: 28px;
	letter-spacing: 4px;
	color: #0d3388;
	font-style: italic;

	text-shadow:1px 2px 2px #ffffff,2px 3px 0px #d3def7;
}
#BOUSAI h2 span{
	font-size: 20px;
	display: inline-block;
	background-color: #0d3388;
	color: #ffffff;
	font-style: normal;
	padding: 10px 30px;
	margin-bottom: 10px;
	text-shadow:none;
}
*/


#BOUSAI h3{
    margin: 100px 0 20px 0 !important;

    color: #111111;
    letter-spacing:0.2em;
    text-shadow:1px 1px 0px #ffffff,2px 2px 0px #cccccc;
}

#BOUSAI h3{
position: relative;
display: inline-block;
padding: 0 45px;
	margin: 40px 0;
	line-height: 1.5;
	font-size: 28px;
	letter-spacing: 4px;
}
#BOUSAI h3:before, #BOUSAI h3:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: black;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
#BOUSAI h3:before {left:0;}
#BOUSAI h3:after {right: 0;}


#BOUSAI .midashi{
    text-align: center;
	font-size: 16px;
}
@media only screen and (max-width: 768px) {

#BOUSAI .midashi{
    width: 90%;
    margin: auto;
    text-align: left;
	font-size: 12px;
}

}



#BOUSAI h4{
/*    border-left:5px #0d3388 solid;*/
    border-left:5px #832002 solid;
    padding:0.25em 0 0.25em 0.5em;
    margin: 45px 0 15px 0;
	font-size: 18px;
	background: #f2fff6;
}
#BOUSAI h5{
    border-bottom:1px #ff0000 dotted;
    padding:0 0 0.25em 0;
    margin: 1.0em 0 0 0;
}

#BOUSAI h5.encho{
	border-bottom:none;
	text-align: center;
	font-size: 24px;
	color: #ff0000;
	letter-spacing: 4px;
}

#BOUSAI .table{
	width:90%;
	border-collapse: collapse;
	margin: 0 auto;
}
#BOUSAI .table th,
#BOUSAI .table td{
	padding:0.5em 1.0em;
	vertical-align: middle;
	border:1px #96b2f2 solid;
}
#BOUSAI .table th{
        font-weight:normal;
        white-space: nowrap;
        background:#dde5f7;
	text-align: center;
}


#BOUSAI .oubojouken{
	width: 60%;
	margin: 20px auto 20px auto;
	padding:20px;
/*
	border-top:4px #0d3388 solid;
	border-bottom:4px #0d3388 solid;
*/
    background-color: #f6f6f6;
	border-top:4px #ff0000 solid;
	border-bottom:4px #ff0000 solid;

	list-style-type: none;
}
@media only screen and (max-width: 768px) {

#BOUSAI .oubojouken{
	width: 90%;
	margin: 20px auto 20px auto;
	padding:20px;
/*
	border-top:4px #0d3388 solid;
	border-bottom:4px #0d3388 solid;
*/
    background-color: #f6f6f6;
	border-top:4px #ff0000 solid;
	border-bottom:4px #ff0000 solid;

	list-style-type: none;
}

}
#BOUSAI .oubojouken .title{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 5px;
/*	color: #0d3388;*/
	color: #000000;
	margin-bottom:20px; 
}

#BOUSAI ul{

	list-style-type: none;
	font-size: 18px;
}
#BOUSAI ul li{
	line-height: 1.2;
	margin-top: 20px;
}
#BOUSAI ul li:first-child{
	margin-top: 0px;
}
#BOUSAI ul li small{
	font-size: 12px;
	margin-left: 20px;
}

#BOUSAI ol{
	width: 90%;
	margin: 20px auto;
	padding: 20px 0 20px 45px;
/*
	border-top:4px #0d3388 solid;
	border-bottom:4px #0d3388 solid;
*/

	border-top:4px #832002 solid;
	border-bottom:4px #832002 solid;
}

#BOUSAI ol li{

	font-weight: bold;

	margin: 20px 0;
	line-height: 1.75;

}

#BOUSAI .dl-link{
	width: 60%;
	margin: 0 auto;
	padding: 20px;
	background: #fffdf0;
}
#BOUSAI .dl-link a{
	text-decoration: none;
	color: #de8900;
	font-size: 16px;
}
#BOUSAI .dl-link a:hover{
	text-decoration: underline;

}

.txtC{
	text-align: center;
}
.txtR{
	text-align: right !important;
}

#BOUSAI .imgR{
	float: right;
	margin: 0 0 10px 20px;
}

@media only screen and (max-width: 768px) {

#BOUSAI .imgR{
	float: none;
    display: block;
	margin: 0 auto;
}

}

span.spanTXT01{
	color: #de8900;
	font-size: 18px;
}


.entyou{
	background-color: #ff0000;
	color: #ffffff;
	padding: 2px 5px;
	margin: 0 5px;
}

/* *--------------------------------------------------------------------
 ボタン
--------------------------------------------------------------------* */
a.button,
p.button{
	width: 70%;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
		border-bottom: 2px solid rgba(0,0,0,0.2);
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	line-height: 80px;
	height: 80px;
/*	padding: 20px 0;*/
	text-decoration: none;
	letter-spacing: 5px;
}

@media only screen and (max-width: 768px) {

a.button,
p.button{
    width: 100%;
    height:  auto;
    padding: 20px 0;
    line-height: 1.5;
}

}



/*ブルー*/
a.btnB,
p.btnB{
    background: #2eaae1 ;
    color: #ffffff;
}
a:hover.btnB,
p:hover.btnB{
    background: #036eb8 ;
}
a.btnB2,
p.btnB2{
    background: #e7f2fc ;
    color: #2eaae1;
}
a:hover.btnB2,
p:hover.btnB2{
    background: #badeff ;
}
/*レッドボタン*/
a.btnR{
    background: #fe4b50 ;
    color: #ffffff;
}
a:hover.btnR{
    background: #fd1e25 ;
}
/*グリーンボタン*/
a.btnG{
    background: #79c843 ;
    color: #ffffff;
}
a.btnG:hover{
    background: #bbe585 ;
}
/*グレーボタン*/
a.btnGRAY,
p.btnGRAY{
    background: #e0e0e0 ;
    color: #666666;
}
a:hover.btnGRAY,
p:hover.btnGRAY{
    background: #afafaf ;
}
/*白ボタン*/
a.btnW{
    background: #ffffff ;
	border:1px #d2d2d2 solid;
    color: #333333;
}
a:hover.btnW{
	border:1px #a2a2a2 solid;
}

/*白ボタン2*/
a.btnW2{
    background: #ffffff ;
    color: #333333;

}
a:hover.btnW2{
    color: #ffffff;
    background: #036eb8 ;
}
/*透明ボタン*/
a.btnALF{
    color: #2eaae1 !important;
    text-align: center !important;
	display: inline-block !important;
	font-size: 14px !important;
	cursor: pointer !important;
	line-height: 40px !important;
	padding: 0 10px !important;
		height: 40px !important;
}
a:hover.btnALF{
	text-decoration: underline;
}



a.icon-trash{
    position: relative;
	padding-right: 10px;
}
a.icon-trash:before{
  position: absolute;
    left: 10px;
	font-size: 120%;
  /* Unicode */
  font-family: FontAwesome;
content: "\f1f8";
	color: #666666;
}



.btn-blue,
.btn-orange,
.btn-black{
    margin: 30px auto;
    text-align: center;
}
.btn-blue a,
.btn-orange a,
.btn-black a{
    font-size: 14px;
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
}
.btn-blue a{    background: #3c80c6;}
.btn-orange a{    background: #f16304;}
.btn-black a{    background: #000000;}

.btn-blue a:hover,
.btn-orange a:hover,
.btn-black a:hover{
    background: #fffd52;
    color: #000000;
}


/*ボタン*/
input.entryBTN,
input.submitBTN,
a.entryBTN,
a.submitBTN,
input.backBTN,
input.cancelBTN,
a.backBTN,
a.cancelBTN{
    display: inline-block;
    cursor:pointer;cursor:hand;
     -webkit-appearance: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 1.6em;
    padding: 1.0em;
}
/*確認ボタン、送信ボタン*/
input.entryBTN,
input.submitBTN,
a.entryBTN,
a.submitBTN{
    background: #036eb8;
    border:1px #036eb8 solid;
    color: #ffffff;
}
input.entryBTN,
input.submitBTN{
line-height: 1;
    vertical-align: top;
    margin: 0 auto;
}
.entryBTN:hover,
.submitBTN:hover,
a.entryBTN:hover,
a.submitBTN:hover{
    background: #10598b;
    border:1px #10598b solid;
}

/*キャンセルボタン、戻るボタン*/
input.backBTN,
input.cancelBTN,
a.entryBTN,
a.cancelBTN{
    background: #aaaaaa;
    border:1px #aaaaaa solid;
    color: #ffffff;
}
input.backBTN,
input.cancelBTN{
line-height: 1;
    vertical-align: top;
    margin: 0 auto;
}
.backBTN:hover,
.cancelBTN:hover,
a.backBTN:hover,
a.cancelBTN:hover{
    background: #666666;
    border:1px #666666 solid;
}








/* *---------------------------------------------------------------------
2段,3段,4段（％）
---------------------------------------------------------------------* */
/*
.block2_1 {
	width: 48%;
	margin-right:2%;
	float: left;
}
.block2_2 {
	width: 48%;
	margin-left:2%;
	float: left;
}


.block3_1, .block3_2, .block3_3 {
	width: 32.3333%;
	margin:0 0.5%;
	float: left;
}

.block4_1, .block4_2, .block4_3, .block4_4 {
	width: 24%;
	margin:0 0.5%;
	float: left;
}
*/
/*

@media only screen and (max-width: 641px) {

.block2_1,.block2_2,
.block3_1,.block3_2,.block3_3,
.block4_1,.block4_2,.block4_3,.block4_4{
    width: 100%;
    float: none;
	margin: 10px auto;
	text-align: center;
}
.block2_1 img,.block2_2 img,
.block3_1 img,.block3_2 img,.block3_3 img,
.block4_1 img,.block4_2 img,.block4_3 img,.block4_4 img{
    width: 100%;
	margin: 0 auto;
	text-align: center;
}
}*/
/* *---------------------------------------------------------------------
テーブル
---------------------------------------------------------------------* */
.tableA{
	width:100%;
	border-collapse: collapse;
}
.tableA th,
.tableA td{
	padding:0.75em;
	vertical-align: middle;
	border:1px #e5e5e5 solid;
	text-align: center;
}
.tableA th{
        font-weight:bold;
        white-space: nowrap;
        background:orange;

}
