@charset "utf-8";
/* CSS Document */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /*-- padding と border の幅を要素の幅と高さに含める --*/
  }



html , body{
	height: 100%;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	word-break : break-all;
}

header {
    position: reative;
	width: 100%;
}

#hed-photo {
    position:relative;
    width: 100%;
    background: rgb(245,239,226,1.0);
	 }

#hed-photo figure{
    position:relative;
	margin: -7px auto 0;
	top: 7px;
    width: 100%;
    max-width: 1280px;
}
#hed-photo figure figcaption{
	position: absolute;
	margin: 0;
	bottom: 7px;
	right: 0;
	padding: 5px 10px;
	text-align:center;
  	color: white;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	background: rgba(0, 0, 0, 0.3);
}


#hed-photo .title div {
	position: absolute;
	top: 20%;
	top: 15%;
	left: 50%;
	-ms-transform: translate(-50%,-50);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

  	color: white;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
    text-shadow: 1px 1px 5px rgba(0, 0, 102, 0.7);
}
#hed-photo .title div p {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.2em;
	font-weight: 800;
	text-align: center;
  }
#hed-photo figure figcaption{
	font-size: .8em;
  }


@media (min-width: 600px) {

#hed-photo .title div p {
	font-size: 1.6em;
 }
#hed-photo figure figcaption{
	font-size: 1.0em;
  }

  }

@media (min-width: 740px) {

#hed-photo .title div p {
	font-size: 2.0em;
 }

  }

@media (min-width: 960px) {

#hed-photo .title div p {
	font-size: 2.6em;
  }

}

@media (min-width: 1280px) {

#hed-photo .title div p {
	font-size: 3.6em;
  }

}



#hed-menu {
    position: reative;
	width: 100%;
}


.toggle_menu{display:block;float:left;width:50px;height:50px;line-height:50px;padding:0;background:0 0;border:0;text-align:center;cursor:pointer}

.toggle_menu i{display:block;font-size:28px;}



#wrapper {
    position: reative;
    width: 98%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: auto;
	background-color: #fff;
	}

#content {
    position: reative;
    width: 100%;
    max-width: 1260px;
    margin: auto;
    padding: 50px 1% 100px;
	background-color: #fff;
	font-size : 15px;
	line-height : 1.6;
	}


footer {
	clear: both;
	position: relative;
	width: 100%;
	background-color: #f8e6c5;
	}

  .footer_cont {
	width: 100%;
	max-width: 1260px;
	margin: auto;
	padding: 5px 15px;
	text-align: right;
	font-size: 0.9em;
	color: #640125;
	justify-content: space-between;
  }

a.exa1:link {	
	color: #640125;
	text-decoration: none;
}

  .copyright{
	width: 100%;
	background-color: #87c6d5;
	padding: 20px 0;
}
  .copyright p{
	width: 100%;
	max-width: 1260px;
	margin: auto;
	padding: 5px 0;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
}


/*----------------------------------------------*/

.name{
	margin: 0;
	padding: 0;
	text-align: center;
}
.name_jp{
	color:#333;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	text-shadow: 1px 1px #c0d3e5;
	text-align: center;
}

.name_en{
	color:#6f7d82;
	margin-left: 7px;
	padding: 0;
	font-size: 0.9em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

/*---------------------------------------*/
figure {
	position: relative;
	margin: auto;
	text-align: center;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
a img {	
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
a img:hover {	
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.shadow {
	box-shadow: 1px 1px 8px 1px rgba(0,0,0,.5)}



.radius1 {/* ----- kensab ----- */
  border-radius: 10px;
}
/*---------------------------------------*/

h1 {
	font-weight: bold;
	margin: 5px 0 20px;
	padding-bottom: 5px;
	color: #640125;
	text-align: center;
}

h2 {
	padding-top: 10px;
	text-align: center;
	color: #7b8d42;
	font-weight: normal;
}
h2:first-letter {
	color: #8a3319;
}
h2:after {
	content: "";
	display: block;
	margin: 3px auto 10px;
	width: 100px;
	height: 1px;
	background-color: #ccc;
}

h3 {
	font-size: 1.3em;
	color: #02A7B5;
	font-weight: normal;
	margin: 3px auto 10px;
}

.mi1 {
	position:relative;
	padding-left:30px;
	border-bottom:1px solid #ccc;
	color: #87c6d5;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 38px;
}
.mi1:before {
	content:''; 
	height:30px; 
	width:3px; 
	display:block; 
	background: #87c6d5; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:-3px; 
	left:8px;
}
.mi1:after {
	content:''; 
	height:3px; 
	width:13px; 
	display:block; 
	background: #f6ada7; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:3px; 
	left:5px;
}

.mi1-top {
	position:relative;
	padding-left:30px;
	border-bottom:1px solid #ccc;
	color: #00A8FF;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 28px;
}
.mi1-top:before {
	content:''; 
	height:20px; 
	width:3px; 
	display:block; 
	background:#00A8FF; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:-3px; 
	left:8px;
}
.mi1-top:after {
	content:''; 
	height:3px; 
	width:11px; 
	display:block; 
	background:#00A8FF; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:3px; 
	left:5px;
}

h4 {
	display: inline-block;
	padding: 5px 15px 2px;
	background: rgb(246,173,167,.5);
	font-weight: normal;
	border-radius:15px;
}


/*---------------------------------------*/
section p , .text p {
	text-indent: 1em;
	margin-bottom: 10px;
}

/*---------------------------------------*/

a img {	
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}

a img:hover {	
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
}

/*------------- リンク ----------------*/
a:link , a.bg:link , a.bg1:link , a.exa:link , a.exa1:link {	
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}

a:hover , a.bg:hover , a.bg1:hover , a.exa:hover , a.exa1:hover {	
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
}

/*--- リンク ---*/

a:link {	
	color: #0000cd;
	text-decoration: none;
}
a:visited {	
	color: #0000cd;
	text-decoration:none;
}
a:hover {	
	text-decoration: underline;
}
/*--- リンク　矢オレンジ ----*/
a.ya1:link {	
	color: #0000cd;
	text-decoration: none;
	background-image: url(../../jnsr-kyuoki24/img/ya1.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
}
a.ya1:visited {	
	color: #0000cd;
	text-decoration: none;
	background-image: url(../../jnsr-kyuoki24/img/ya1.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
}
a.ya1:hover {	
	text-decoration: none;
	background-image: url(../../jnsr-kyuoki24/img/ya1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
}


/*--- link ---*/
  a.yamaru{
	margin-left: 5px;
  }
  a.yamaru:before{
	content: "\f138";
	font-family:"FontAwesome";
	margin: 0 5px;
	color: #36c;
	font-size:.9em;
  }

/*--- dl 更新情報 ---*/
dl.niti{
	margin-left: 30px;
}
dl.niti dt , dl.niti dd {
	display: inline-block;
	padding: 5px 0;
}
dl.niti dt {
	color: #69849E;
	font-size: .8em;
}
dl.niti dd {
	margin-left: 10px;
}
/*--- dl 日程 ---*/
dl.nittei{
	margin-left: 30px;
}
dl.nittei dt , dl.nittei dd {
	display: inline-block;
	padding: 5px 0;
	vertical-align: top;
}
dl.nittei dt {
	color: #69849E;
	width: 150px;
}
dl.nittei dd {
	margin-left: 10px;
}


/*-------------------------------------*/
.pagetop {
	
	color: #8da266; 
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
.pagetop:hover {

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #f6ada7;

    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

/*-------------------------------------*/
.no-spam {
	display: none;
}

/*-------------------------------------*/
li {
	list-style-type: none;
    padding: 3px 0;
}

ul.disc  {
    margin-left: 40px;
}

ul.disc li  {
    list-style-type: disc;
}
ol.num {
    margin-left: 40px;
}
ol.num li {
    list-style-type: decimal;
}

ul.ma li , ol.ma li {
    padding: 10px 0;
}

ul.non li , ol.non li {
	list-style-type: none;
}

/*----------------------------------------------*/
.inline {
	display: inline-block;
    vertical-align: top;
}

ul.inline , ol.inline {
    vertical-align: top;
    letter-spacing: -.4em;
}
ul.inline li , ol.inline li {
	display: inline-block;
    letter-spacing: 0;
}

.inline-ma-r1 , .inline-ma-r2 , .inline-ma-r3 {
    letter-spacing: -.4em;
}
.inline-ma-r1 li , .inline-ma-r2 li , .inline-ma-r3 li {
	display: inline-block;
    letter-spacing: 0;
    padding: 3px 0;
}
.inline-ma-r1 li {
    margin-right: 10px;
}
.inline-ma-r2 li {
    margin-right: 20px;
}
.inline-ma-r3 li{
    margin-right: 30px;
}

.no-l , .no-r {
	float: left;
    padding: 5px 0;
}
.no-l {
	margin-right: 1%;
	width: 6%;
	text-align: right;
	color: #5C637E;
}
.no-r {
	width: 93%;
}

/*--------------------------*/
  .pdf:after ,
  .word:after ,
  .excel:after ,
  .powerpoint:after ,
  .zip:after {
  font-family: FontAwesome;
  padding-right: 3px;
  font-size: 1.5em;
	margin-left: 5px;
  }
  .pdf:after {
  content: '\f1c1';
  color: #BD0000;
  }
  .word:after {
  content: '\f1c2';
  color: #039;
  }
  .excel:after {
  content: '\f1c3';
  color: #690;
  }
  .powerpoint:after {
  content: '\f1c4';
  color: #CD4F39;
  }

/*----------------------------------------------*/
.btn1{/* top senmon */
    display: inline-block;
    margin: 5px 0;
    padding: 7px 10px;
    text-decoration: none;
    border-radius: 20px;
    background: #dedede;
}
a.btn1:link , a.btn1:visited{
    color: #0C1549;
    text-decoration: none
}

/*-------------------------------------*/
.m-auto {
	margin: auto;
}
.ma-t1 {
	margin-top: 10px;
}
.ma-t2 {
	margin-top: 20px;
}
.ma-t3 {
	margin-top: 30px;
}
.ma-t5 {
	margin-top: 50px;
}
.ma-b1 {
	padding-bottom: 10px;
}
.ma-l1 {
	margin-left: 1em;
}
.ma-l2 {
	margin-left: 20px;
}
.ma-l3 {
	margin-left: 30px;
}
.ma-l4 {
	margin-left: 40px;
}
.ma-l5 {
	margin-left: 50px;
}
.ma-r1 {
	margin-right: 10px;
}
.ma-x1 {
	margin: 0 10px;
}
/*-------------------------------------*/

.t-c {
	text-align: center;
}
.t-r {
	text-align: right;
}
.t-l {
	text-align: left;
}
.t-m { 
    vertical-align: middle;
}
/*----------------------------------------------*/

.co-1 {
	color: rgb(248,230,197);/*-#f8e6c5 ベージュ-*/
}
.co-2 {
	color: rgb(245,239,226);/*-#f5efe2 ホワイト-*/
}
.co-3 {
	color: rgb(246,173,167);/*-#f6ada7 ピンク-*/
}
.co-4 {
	color: rgb(135,198,213);/*-#87c6d5 ブルー-*/
}
.co-5 {
	color: rgb(128,162,102);/*-#80a266 グリーンー-*/
}
/*----------------------------------------------*/

.line_through {
  text-decoration: line-through;
  }
.red_through {
  color: red;
  text-decoration: line-through;
  }
.red_through span {
   color: black
  }
/*----------------------------------------------*/
.red {
  color: red;
  }
.aqure {
	color: #03AFAB;
  }
.rose {
	color: #BC2C6C;
}
.gray {
	color: #6D7EA3;
}
.blue {
	color: #4574A3;
	text-shadow: 1px 1px 1px #E6FFFF;/*- 青 -*/
}
.green {
	color: #02A7B5;
}

.f-s1 {
	font-size: .9em;
}
.f-s2 {
	font-size: .8em;
}
.f-l2 {
	font-size: 1.2em;
}
.f-l3 {
	font-size: 1.3em;
}
.f-l8 {
	font-size: 1.8em;
}
.f-l20 {
	font-size: 2.0em;
}
.f-b {
	font-weight: 600;
}
.f-u {
	text-decoration: underline;
}

/*----------------------------------------------*/
.col {
	clear: both;
	width: 100%;
}
hr {
    clear: both;
    border: hidden;
 }

/*------------------------------------*/
.line1b {
	border-bottom: 1px solid #c2d6ed;
}
.line02 {
    padding-top: 20px;
 }
.line03 {
    padding-top: 30px;
 }
.line05 {
    padding-top: 50px;
 }

.line11 {
    border-bottom: 2px dotted #ccc;
    padding-top: 10px;
    margin-bottom: 10px;
 }

/*---------------------------*/

.line15{
	position: relative;
	overflow: visible;
	width: 50%;
	margin: auto;
	text-align: center;
	color: #D2E3F4;
    border-bottom: 1px solid #B7D2EE;
    padding-top: 50px;
    margin-bottom: 50px;
}
.line15::after {
	position: absolute;
	top: 4.3em;
	left: 48%;
	display: inline-block;
	content: '○●○';
	background: #ffffff;
	font-size: 10px;
}


#news .infomation {
	margin: 0 10px;
	text-align: center;
	border-bottom: 3px solid rgba(234,232,242,.8);
}
#news .keisai {
	text-align: right;
	margin-right: 7px;
}
#news div {
    font-size: 0.8em;
}
#news ul {
    font-size: 1.0em;
    line-height: 1.3;
    text-align: center;
}

.wid100 {
    width: 100px;
}

#rei {
    width: 80%;
    margin: auto;
    line-height: 2.0;
    text-align: left;
}
#rei p {
    text-indent: 1em;
}

/*--------------------------*/
.waku1{
	display: inline-block;
	padding: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #D1D3E2;
	border-radius: 5px;
	background: rgb(135,198,213,.1);/*-#87c6d5 ブルー-*/
}

.waku2{
	display: inline-block;
	padding: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: rgb(128,162,102,.2);/*-#8da266 緑-*/
}
.waku3{
	padding: 7px;
	border: 1px solid #ccc;
	box-shadow: 2px 1px 2px #D1D3E2;
}
.waku4{
	padding: 7px;
	border: 1px solid #ccc;
}


/*------------------------------------*/
table {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
table th {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 7px 3px;
	text-align: center;
	font-weight: normal;
}
table td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 7px 3px;
	vertical-align: top;
}

table th , table thead th {
	color: #336;
	background-color: #CFD9EB;
}
table tbody th {
	color: #333;
	background-color: #D0E8E8;
}

table td ul li {
	padding: 2px 0;
  }

  .table tbody th ,
  .table1 tbody th ,
  .table1c tbody th ,
  .table2 tbody th {
	color: #333;
	background-color: #D0E8E8;
  }
  
  
    table {
	font-size: 1.0em;
  }
  .table1 tbody th {
    text-align: left;
  }
  .table1c tbody th {
    text-align: center;
  }
  .table2 tbody th {
    text-align: left;
  }
  .table2 tbody td {
    text-align: right;
  }


  th.wid150 {/*- endai -*/
    width: 150px;
  }
  
  
.table-exa{
    width: auto;
}
.table-exa th , .table-exa td {
    width: auto;
    padding: 7px 10px;
}
.table-exa td:first-child{
    width: 0;
    white-space: nowrap;
}


@media (max-width: 600px) {

  table {
	font-size: 0.9em;
}
  
  table tbody td {
    border-right: 1px solid #999;
  }

  .table , .table1 , .table1c , .table2 {
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .table thead ,
  .table1 thead ,
  .table1c thead,
  .table2 thead {
    display: none;
  }
  .table tr , .table1 tr {
    display: block;
  }
  .table tbody th , .table tbody td ,
  .table1 tbody th , .table1 tbody td ,
  .table1c tbody th , .table1c tbody td ,
  .table2 tbody th , .table2 tbody td {
    border-right: 1px solid #999;
    display: block;
    padding: 10px;
  }
  .table tbody th , .table tbody td {/*- table 右右 -*/
    text-align: right;
  }
  .table1 tbody th , .table1 tbody td ,
  .table1c tbody th , .table1c tbody td {/*- table1左左 -*/
    text-align: left;
  }
  .table2 tbody th {/*- table2左右 sensin_iryo , kensab -*/
    text-align: left;
  }
  .table2 tbody td {
    text-align: right;
  }
  .table td:before , .table1 td:before , .table1c td:before , .table2 td:before {
	content: attr(data-label);
	float: left;
	color: #336;
	font-weight: bold;
  }


}



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

.box1l , .box1r{
	float: none;
	width: 100%;
}


}


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

.box1l {
	float: left;
	width: 49%;
	vertical-align: top;
}
.box1r {
	float: right;
	width: 49%;
	vertical-align: top;
}

.wid-70 {/*- mousikomi -*/
    margin: auto;
    width: 60%;
    text-align: center;
}
.wid-86 p{/*- mousikomi -*/
    margin: auto;
    width: 86%;
}



}

