@charset "utf-8";
/*  style　[  共通 ]
=================================================================== */
body{
  background: #fff;
}



.box-wrap {
  max-width: 960px;
  margin: 0 auto;
 /* -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);*/
}
.box-table {
  display: table;
  margin: 0 auto;
}
/* ～959px以下____________________________________________________ */
@media screen and (max-width: 959px) {

}

/*.box-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
}*/

/*----------------------------------------------
   header
---------------------------------------------*/

header {
  border-top: #0f55b6 4px solid;
 /*background: url(../images/01.jpg) no-repeat center center;
  background-size: cover;
  min-height: 250px;
   position: relative;*/
}


#areaHeader {
 /* background-color: rgba(255,255,255,0.5);*/
  height: 90px;
  width: 100%;
  /*z-index: 999!important;*/
  
}

.flex-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  
}
.header-box {
  justify-content: space-between;
}
.item {
  }

h1 {
  padding: 5px 0 0 0;
}
h1 img {
    width: auto;
    vertical-align: middle;
   height: 80px!important;
}



/*
.phone {
  font-size: 1.9em;
  font-weight: 700;
  text-align: right;
  color: #fff;
  text-shadow:2px 1px 1px #aaa;
}
.bg-phone {
  background-color: rgba(45,113,55,0.4);
  display: inline-block;
  padding: 15px 20px 10px 20px;
  border-radius: 0 0 10px 10px;
}
*/


@media screen and (min-width:768px) and ( max-width:991px) {
    /*　画面サイズが768pxから991pxまではここを読み込む　*/
/*.phone {
  font-size: 1.1em;
  font-weight: bold;
}
  */
 h1 img {
    width: 100%;
    vertical-align: middle;
  }
  
  
}




/*----------------------------------------------
   nav
---------------------------------------------*/

nav {
  background-color: #1256b7;
background-image: linear-gradient(180deg, #1256b7 0%, #00a7e8 81%);
  border: #1357B7 1px solid;
  border-radius: 5px;
margin-top: 5px;
}
nav ul {
  margin: 0 auto;
  list-style: none;
}
nav ul li {
  width: 16.6%;
  text-align: center;
  font-size: 14px;
  border-right: #1357B7 1px solid;
}
nav ul li:last-child {
  width: 17%;
  text-align: center;
  border-right: none;
}
nav ul li a {
  color: #fff!important;
  display: block;
  padding: 10px 0;
}
nav ul li a:hover {
  color: #00a7e8!important;
  background-color: #fff;
  text-decoration: none;
}
nav ul li:first-child a:hover {
  border-radius: 4px 0 0 4px;
}
nav ul li:last-child a:hover {
  border-radius: 0 4px 4px 0;
}
nav ul li a.active {
  color: #00a7e8!important;
  background-color: #fff;
  text-decoration: none;
}
nav ul li:first-child a.active {
  border-radius: 4px 0 0 4px;
}
nav ul li:last-child a.active {
  border-radius: 0 4px 4px 0;
}


/*----------------------------------------------
   contents
---------------------------------------------*/
.contents {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2em auto!important;
}
main {
  width: 70%;
}
aside {
  width: 25%;
}

/*----------------------------------------------
   section
---------------------------------------------*/
section {
  margin: 2em auto;
  border: 1px solid rgba(255,175,88,0.5);
  padding: 1em 0.5em 2em 0.5em;
  border-radius: 5px;
}

/* ～959px以下____________________________________________________ */
@media screen and (max-width: 959px) {
.main {
  width: 96%;
  margin: 0 auto;
}
}
.mainbox {
  width: 98%;
  margin: 0 auto;
}


/*----------------------------------------------
   見出し
---------------------------------------------*/
/* h2 */
h2.main_h2 {
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: rgba(0,165,231,0.1);/*背景色*/
  border-bottom: solid 3px #1053B5;/*下線*/
}

/* h3 */
h3 {
  border-bottom: double 5px #ffaf58;
  font-size: 1.3em;
  padding: 0 0 5px 5px;
  margin: 0 0 1em 0;
}
/* h4 */
h4{
  border-bottom: dotted 3px #ffaf58;
  font-size: 1.1em;
  padding: 0 0 5px 5px;
  margin: 1em 0 ;
}
/* h5 */
h5{
  font-size: 1.0em;
  padding: 0 0 0 5px;
  margin: 1em 0;
  font-weight: 600;
}

/*----------------------------------------------
   aside
---------------------------------------------*/
.side_h2 {
  font-size: 1.2em;
  border: solid 1px #1053B5;
  text-align: center;
  padding: 10px 0;
}
.sideMenu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(0,165,231,0.1);/*背景色*/
  border: solid 1px #1053B5;
}

.sideMenu li{
  padding: 8px 5px;
  border-bottom: dashed 1px #1053B5;/*下線*/
}
.sideMenu li:last-child{
  border-bottom: none;/*下線*/
}
.sideMenu li a{
  display: block;
}
/*----------------------------------------------
   footer
---------------------------------------------*/
footer {
  background-color: rgba(2,161,229,0.2);
  padding: 30px 0 15px 0;
  margin: 0;
}
address span {
  display: block;
  margin: 1em 0;
}


.copyright {
  font-size: 0.8em;
  text-align: center;
  color: #666;
}

/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
}
