@charset "UTF-8";
/*=============================================================
#base
=============================================================*/

@import url("/css/common.css");


@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500|Noto+Serif+JP:500');

.font01{font-family: 'Noto Sans JP', sans-serif;font-weight: 500;}
.font02{font-family: 'Noto Serif JP', sans-serif;font-weight: 500;}



html, body {
  position: relative;
  height: 100%;
		font-size: 62.5%;
}



body {
    color: #000;
    background-color: #fff;
    font-family: 'Noto Sans JP',"メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    margin: 0 auto;
}


main {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
}


.contents {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 200px;
				overflow: hidden;
}




.sp-only {
    display: none;
}



p {
    line-height: 1.7;
}

.img-max {
    max-width: 100%;
    height: auto;
}





/* ------------------------------------------------------------
link
------------------------------------------------------------ */
a,a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*マウスオーバー時ゆっくり透過*/
.fade {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.fade:hover {
    opacity: 0.4;
    filter: alpha(opacity=90);
}
@keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}




/*=============================================================
head
=============================================================*/

#head h1 {
    position: fixed;
    width: 100%;
    z-index: 3000;
    color: #fff;
    font-size: 1.4rem;
    text-align: left;
    background-color: #00245d;
    padding: 5px 10px;
}


#head #menu {
    position: fixed;
    width: 200px;
    z-index: 2000;
    height: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px gray;
}

#head #menu h2 {
    width: 160px;
    margin: 70px auto 50px auto;
}


#head #menu h3{
width: 160px;
margin: 0px auto;
padding-top: 50px;
padding-bottom: 20px;
}






/* ------------------------------------------------------------
gnav
------------------------------------------------------------ */


#gnav ul {
    border-top: 1px solid #dddddd;
    margin-bottom: 30px;
}


#gnav li {
    border-bottom: 1px solid #dddddd;
}

#gnav li a {
    display: block;
    font-size: 1.3rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-align: left;
    background: url("../images/icon-nav.png") 90% 50% no-repeat;
        background-size: auto;
    background-size: 9px auto;
    padding: 20px;
}


#gnav li a:hover{
text-decoration: none;
}


#gnav li.se_bt a {
letter-spacing: -0.05em;
font-size: 1.2rem;
}


/* ------------------------------------------------------------
sp btn
------------------------------------------------------------ */

#panel-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 150000;
    width: 50px;
    height: 50px;
    text-align: center;
}
#panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 1px;
    margin: -1px 0 0 -23px;
    background: #000;
    transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    background: #000;
    transition: .3s;
}
#panel-btn-icon:before {
    margin-top: -10px;
}
#panel-btn-icon:after {
    margin-top: 10px;
}
#panel-btn .close-btn {
    background: transparent;
}
#panel-btn .close-btn:before, #panel-btn .close-btn:after {
    background: #000;
    margin-top: 0;
}
#panel-btn .close-btn:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
#panel-btn .close-btn:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}



/* ------------------------------------------------------------
main
------------------------------------------------------------ */



#mainPt {
    width: 100%;
    height: 630px;
    background: url("../images/main.jpg") 0 0 no-repeat;
        background-size: auto;
    background-size: cover;
    position: relative;
}

#mainPt .inner {
    position: absolute;
    top: 150px;
    right: 60px;
    display: inline-block;
    box-sizing: border-box;
    color: #fff;
    text-align: left;
    background-color: rgba(0,36,93,0.8);
    background-size: cover;
    padding: 40px;
}


#mainPt .inner h2 {
    font-size: 3.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
}




#mainPt .inner p {
    font-size: 1.6rem;
}


.contents-box .inner {
width: 80%;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

.contents-b {
}

.contents-b .left {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding: 50px;
}



.contents-b .right  {
    float: right;
    width: 40%;
    box-sizing: border-box;
    padding: 30px;
}



/* ------------------------------------------------------------
fnav
------------------------------------------------------------ */
#fnav{
  margin-bottom:50px;
}
#fnav ul{
  text-align:left;
}
#fnav ul li {
    display: inline-block;
    border-right:1px solid #fff;
    text-align: center;
}
#fnav ul li a{
  display:block;
  color: #fff;
  font-size: 1.2rem;
  padding:0 10px;
}
#fnav ul li a:hover{
  text-decoration: underline;
}
#fnav ul li:last-child{
  border-right:none;
}




/*=============================================================
footer
=============================================================*/

#foot {
    clear: both;
    overflow: hidden;
    color: #fff;
    background-color: #242424;
    text-align: left;
    padding: 30px 50px 10px 50px;
}


#foot .inner {
padding-left: 200px;
}

#foot .copy{
  color: #9a9a9a;
  font-size: 1.2rem;
}



/* ------------------------------------------------------------
page-top
------------------------------------------------------------ */
#page-top a{
  font-family: "FontAwesome";
  display:block;
  width: 50px;
  height: 50px;
  color:#fff;
  background-color:#242424;
  text-align:center;
  line-height:50px;
  border-radius:50%;
  position: fixed;
  right: 15px;
  bottom: 100px;
}

#page-top a i {
padding-top: 15px;
}


	/* ------------------------------------------------------------
	page-title
	------------------------------------------------------------ */

	.page-title h1{
		color: #fff;
		font-size: 3.8rem;
		padding-top: 80px;
		text-align: center;
	}

	.page-nav{
font-size: 1.2rem;
text-align: left;
border-bottom: 1px solid #dddddd;
padding-top: 40px;
padding-bottom: 10px;
margin-bottom: 30px;
	}


.contents .inner_Ot {
width: 84%;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}





section {
    clear: both;
    overflow: hidden;
}



.cmn-title01 {
    position: relative;
    font-size: 2.5rem;
    line-height: 1.1;
    padding-left: 15px;
    margin-bottom: 30px;
				padding-top: 30px;
}

.cmn-title01:before {
    background: #00245d;
    content: "";
    width: 4px;
    height: 25px;
    left: 0;
    top: 4px;
    position: absolute;
				margin-top: 30px;
}

.wrapper p {
line-height: 1.7;
}

.cmn-list {
    margin-left: 1em;
}

.cmn-list li {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.5;
    margin-bottom: 10px;
}

.text-right {
    text-align: right;
}

.text-min {
    font-size: 70%;
}

.mb30 {
    margin-bottom: 30px;
}

.cmn-title02 {
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 10px;
}


.pdf-list li {
    margin-bottom: 30px;
}

.pdf-list li a {
    display: block;
    background: url(../images/pdf-icon.png) 98% 50% no-repeat;
        background-size: auto;
    background-size: 30px auto;
    border: 1px dashed #ccc;
    padding: 20px 45px 20px 20px;
}


.pdf-list li a:hover {
    text-decoration: none;
    background-color: #eef8ff;
}


#sitemap .root {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

#sitemap .root dt {
    font-size: 18px;
    padding-top: 34px;
    padding-bottom: 34px;
    padding-left: 2px;
    font-weight: 500;
    margin: 0px;
}

#sitemap .root dt:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("../images/sitemap_arrow.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding-right: 20px;
    padding-left: 0px;
    margin-top: -4px;
    vertical-align: middle;
}

#sitemap .root dd {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 40px;
				background-image: url("../images/sitemap_arrow2.png");
    background-position: left center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    background-repeat: no-repeat;
}



/* ==========================================================================
pc
  ========================================================================== */
@media screen and (min-width: 1040px) {
body {
  min-width:1040px;
  height:100%;
}
.sp-only {
 display: none;
}
.tablet-only {
 display: none;
}
.pc-none {
 display: none;
}

#head h1 .text {
display: block;
}

#head h1 .image {
display: none;
}

	.page-title{
		height: 200px;
		background: url("../images/page-title.jpg") 50% 100% no-repeat;
		background-size: 100% auto;
	}


.cmn-box01 {
    margin-bottom: 70px;
				padding-top: 30px;
}




.cmn-box02 {
    margin-bottom: 300px;
}

#sitemap .root {
 margin-bottom: 100px;
}

}
/* ==========================================================================
tablet
========================================================================== */
@media screen and (max-width:1039px) {
.pc-only {
 display: none;
}
.sp-only {
 display: none;
}
.wrapper {
    padding: 0 15px;
}

.contents-b .left {
    float: none;
    width: 100%;
				padding: 40px;
}

.contents-b .right {
    float: none;
    width: 100%;
}

#head h1 .text {
display: block;
}

#head h1 .image {
display: none;
}


	.page-title{
		height: 200px;
		background: url("../images/page-title.jpg") 50% 100% no-repeat;
		background-size: 160% auto;
	}


.cmn-box01 {
    margin-bottom: 70px;
				padding-top: 30px;
}

.cmn-box02 {
    margin-bottom: 300px;
}

#sitemap .root {
 margin-bottom: 100px;
}

}
/* ==========================================================================
sp
========================================================================== */
@media screen and (max-width: 749px) {

body {
  font-size: 1.2rem;
}
.wrap {
	overflow: hidden;
}
.sp-only {
 display: block;
}
.sp-none {
	display: none;
}
.pctablet {
	display: none;
}
.tablet-only {
 display: none;
}
.wrapper {
    padding: 0 15px;
}


#head h1 {
position: fixed;
width: 100%;
padding: 8px 10px;
}


#head h1 .text {
display: block;
font-size: 0.9rem;
padding-bottom: 5px;
}

#head h1 .image {
display: block;
}




#head #menu{
position: relative;
width: 100%;
height: auto;
overflow: hidden;
box-shadow: none;
}
#head #menu h2{
float: left;
width: 130px;
margin: 5px 0 10px 15px;
}


.lock-menu{
position: fixed !important;
}
.lock-menu2{
padding-top: 50px !important;
}
.lock-menu3{
padding-top: 50px !important;

}

	/* ------------------------------------------------------------
nav SP
	------------------------------------------------------------ */
/*menu*/
.menuSp{
    height: 20px;
    position: fixed;
    right: 20px;
    top: 44px;
    width: 30px;
    z-index: 5000;
				background-color: #00245d;
}
.menuSp__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menuSp__line--center{
    top: 9px;
}
.menuSp__line--bottom{
    bottom: 0;
}
.menuSp__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menuSp__line--center.active{
    transform:scaleX(0);
}
.menuSp__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
/*gnav*/
.gnavSp{
    background: rgba(0,0,0,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnavSp__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
				text-align: center;
}
.gnavSp__menu__item{
    margin: 40px 0;
}
.gnavSp__menu__item a{
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    padding: 40px;
    text-decoration: none;
    transition: .5s;
}
.gnavSp__menu__item a:hover{
    color: #666;
}




/* ------------------------------------------------------------
contents
------------------------------------------------------------ */

#mainPt {
height: 400px;
}



#mainPt .inner {
padding: 20px;
top: 130px;
right: 0;
}


#mainPt .inner h2 {
    font-size: 2rem;
}

#mainPt .inner p {
    font-size: 1.2rem;
}


.contents{
width: 100%;
box-sizing: border-box;
padding: 0 0 0 0;
}

.contents-box .inner {
width: 100%;
}

.contents .inner_Ot {
width: 100%;
}

.contents-b {
padding-top: 60px;
}


.contents-b .left {
    float: none;
    width: 100%;
				padding: 20px;
}


.cmn-title01 {
    font-size: 1.8rem;
    line-height: 1.3;
    padding-left: 10px;
    margin-bottom: 15px;
				padding-top: 80px;
				margin-top: -30px;
}

.cmn-title01:before {
    width: 3px;
    height: 18px;
    left: 0;
    top: 3px;
			margin-top: 80px;
}

.cmn-title02 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}


.cmn-box01 {
    margin-bottom: 30px;
}


.cmn-box02 {
    margin-bottom: 40px;
}

.group {
    background-color: #e8ebed;
    text-align: center;
    padding: 20px 0;
}

.group img {
    max-width: 200px;
}



#sitemap .root {
 margin-bottom: 20px;
}



/* ------------------------------------------------------------
footer
------------------------------------------------------------ */
#foot{
  padding: 20px 15px 10px 15px;
}
#foot .copy{
  font-size: 1.0rem;
}

#foot .inner {
padding-left: 0;
}


/* ------------------------------------------------------------
fnav
------------------------------------------------------------ */
#fnav{
  margin-bottom:30px;
}
#fnav ul{
  text-align:left;
}
#fnav ul li {
    display: block;
    border-right:none;
    border-bottom: 1px solid #333;
    text-align: left;
}
#fnav ul li a{
  display:block;
  color: #fff;
  font-size: 1.2rem;
  padding:10px;
}
#fnav ul li a:hover{
  text-decoration: underline;
}
#fnav ul li:last-child{
  border-right:none;
}
/* ------------------------------------------------------------
page-top
------------------------------------------------------------ */
#page-top a{
  width: 30px;
  height: 30px;
  line-height:30px;
  right: 10px;
  bottom: 25px;
}

#page-top a i {
padding-top: 9px;
}

	/* ------------------------------------------------------------
	page-title
	------------------------------------------------------------ */
	.page-title{
		height:  auto;
		background-size: 180% auto;
		padding-top: 90px;
	}
	.page-title h1{
		font-size: 2.0rem;
		padding: 40px 0;
	}
	.page-nav{
		font-size: 1.0rem;
		margin-bottom: 15px;
	}


}

