@charset "UTF-8";
/* common */
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  line-height: 170%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #000;
  min-width: 384px;

}


.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* contents_box */
#wrapper {
	display: block;
  width: 100%;
  margin: 0 auto;
}
/* h1〜h5 */
h1 {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #000;
  width: 80%;
}
h2 {
  text-align: center;
  font-size: 140%;
  padding: 0 0 50px;
  letter-spacing: 1px;
  color: #000;
}
h2 span {
  font-size: 60%;
  padding-top: 0.5em;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  display: block;
  color: #aaa;
}
h3 {
  position: relative;
  font-size: 130%;
  margin-bottom: 1em;
  line-height: 1.2em;
  letter-spacing: 1px;
  color: #000;
}

h4 {
  margin-bottom: 1em;
}
h5 {
  font-size: 80%;
  line-height: 1.2em;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
/* others */
img {
  width: 100%;
}
a {
  color: #0089D3;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover {
  color: #a2d0e7;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a img {
  border: none;
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
ul {
  list-style: none;
}
p {
  padding: 0 0 1em;
}
p.btn_detail, p.btn_detail_blue {
  display: block;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
p.btn_detail a, p.btn_detail_blue a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px 10px 80px;
  font-size: 90%;
  background: url("../img/common/bg_detail.png") repeat-y left bottom;
  color: #fff;
}
p.btn_detail_blue a {
  background: url("../img/common/bg_detail_blue.png") repeat-y left bottom;
}
p.btn_detail a:hover {
  background-position: 20px bottom;
  color: #E3FFD6;
}
p.btn_detail_blue a:hover {
  background-position: 20px bottom;
  color: #DCFEFF;
}
.img_right {
  padding: 0 0 20px;
  text-align: center;
}
.img_left {
  padding: 0 0 20px;
  text-align: center;
}
iframe {
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
}
.pagetop {
  clear: both;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  background-image:
    -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #006FAA), color-stop(1, #002C69));
  background-image: -o-linear-gradient(right, #006FAA 0%, #002C69 100%);
  background-image: -moz-linear-gradient(right, #006FAA 0%, #002C69 100%);
  background-image: -webkit-linear-gradient(right, #006FAA 0%, #002C69 100%);
  background-image: -ms-linear-gradient(right, #006FAA 0%, #002C69 100%);
  background-image: linear-gradient(to right, #006FAA 0%, #002C69 100%);
}
.pagetop img {
  width: 44px;
  padding: 50px 0;
}
.pagetop a:hover {
  opacity: 1;
}
.pagetop a:hover img {
  padding: 40px 0 60px;
}

/*Header */
header {
  height: 250px;
  font-size: 90%;
  position: absolute;
  z-index: 5;
  width: 100%;
}
header a {
  color: #555;
}
header a:hover {
  color: #a2d0e7;
}
#logo {
  text-align: left;
  margin-bottom: 20px;
}
header div {
  background: #fff;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
#h_link {
  position: absolute;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  display: block;
  font-size: 90%;
  display: none;
}
ul#h_link li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul#h_link li a {
  padding: 20px;
  text-decoration: none;
  border-left: #aaa 1px solid;
}
/*contents*/
.contents {
  background: #f3f3f3;
  padding: 30px 0;
}
footer {
	background: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
footer div {
  position: relative;
}
/* footer_nav */
.footer_nav {
  font-size: 90%;
  text-align: center;
  background: #ddd;
}
.footer_nav li {
  line-height: 1em;
}
.footer_nav li a {
  display: block;
  padding: 20px 0;
  margin: 0 0 5px;
  color: #000;
  text-decoration: none;
  border-bottom: #aaa 1px dotted;
}
#btn_nav {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  padding: 0;
  z-index: 999999;
}
#btn_nav img {
  width: 60px;
  height: 60px;
}
#nav, #nav_sp {
  display: none;
  position: fixed;
  background: #fff url("../img/common/logo.png") no-repeat 0 10px;
  background-size: 60%;
  width: 100%;
  top: 0;
  height: 100%;
  margin: 0 auto;
  padding-top: 100px;
  z-index: 9999999;
}
ul#nav li a, #nav_sp li a {
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid #1374b4;
  text-decoration: none;
  text-align: left;
  line-height: 1.2em;
  color: #000;
  padding-left: 50px;
  color: #1374b4;
}
ul#nav li:first-child a {
  border-top: 1px solid #1374b4;
}
ul#nav {
  display: none;
}
address {
  padding: 30px 0;
  font-style: normal;
}
.img_center {
  text-align: center;
}
h5 {
  padding: 0 0 20px;
}
#copyright {
  text-align: center;
  background-image:
    -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #006FAA), color-stop(1, #002C69));
  background-image: -o-linear-gradient(right, #006FAA 0%, #002C69 100%);
  background-image: -moz-linear-gradient(right, #006FAA 0%, #002C69 100%);
  background-image: -webkit-linear-gradient(right, #006FAA 0%, #002C69 100%);
  background-image: -ms-linear-gradient(right, #006FAA 0%, #002C69 100%);
  background-image: linear-gradient(to right, #006FAA 0%, #002C69 100%);
  color: #fff;
  padding-top: 10PX;
  font-size: 80%;
}
p#footer_logo {
	padding-top: 20px;
}
#pagetop img {
  width: 20px;
}
p#footer_logo img {
  width: 100px;
}
#pagetop img {
  width: 60px;
}
.flex_box {
  margin: 20px;
}
table {
  width: 100%;
}
th, td {
  background: #292f2d;
  padding: 10px 20px;
  text-align: left;
  font-weight: normal;
  font-size: 90%;
}
/*spNav*/
nav.menu {
  width: 40px;
  height: 50px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 999999999;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #006FAA), color-stop(1, #002C69));
  background-image: -o-linear-gradient(right, #006FAA 0%, #002C69 100%);
  background-image: -moz-linear-gradient(right, #006FAA 0%, #002C69 100%);
  background-image: -webkit-linear-gradient(right, #006FAA 0%, #002C69 100%);
  background-image: -ms-linear-gradient(right, #006FAA 0%, #002C69 100%);
  background-image: linear-gradient(to right, #006FAA 0%, #002C69 100%);
}
nav .menu1 {
  width: 30px;
  height: 4px;
  background-color: #fff;
  top: 12px;
  position: absolute;
  border-radius: 4px;
}
nav .menu2 {
  width: 30px;
  height: 4px;
  background-color: #fff;
  top: 23px;
  position: absolute;
  border-radius: 4px;
}
nav .menu3 {
  width: 30px;
  height: 4px;
  background-color: #fff;
  top: 35px;
  position: absolute;
  border-radius: 4px;
}
nav .menu1, nav .menu2, nav .menu3 {
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out; /* Opera */
  -moz-transition: all 0.5s ease-out; /* Firefox */
  -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.5s ease-out; /* IE */
}
nav .menuclick1 {
  top: 23px;
  -o-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
}
nav .menuclick2 {
  background-color: rgba(255, 255, 255, 0);
}
nav .menuclick3 {
  top: 23px;
  -o-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
}
.text_box {
  padding: 0 5% 50px;
}
.flex_box div {
  padding: 10px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: #ddd 1px solid;
  text-align: center;
}
.flex_box img {
  margin: 0 auto;
  display: block;
}
.fade {
  position: relative;
  opacity: 0;
  top: 50px;
	left: 0px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.fade_down {
  position: relative;
  opacity: 0;
  left: -50px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.fade2 {
  opacity: 1;
  top: 0px;
	left: 0;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.button_contents {
  text-align: center;
}
.button_contents a {
  font-size: 100%;
  width: 70%;
  margin: 0 auto;
  display: block;
  background: #00356A;
  color: #fff;
  padding: 20px 30px;
  text-decoration: none;
  border-radius: 4px;
}
.button_contents a span {
  font-size: 80%;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  display: block;
  color: #78AFD4;
}
.button_contents a:hover {
  background-color: #bbb;
  color: #00356A;
}
.blue {
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #006FAA), color-stop(1, #002C69));
  background-image: -o-linear-gradient(right, #006FAA 0%, #002C69 100%);
  background-image: -moz-linear-gradient(right, #006FAA 0%, #002C69 100%);
  background-image: -webkit-linear-gradient(right, #006FAA 0%, #002C69 100%);
  background-image: -ms-linear-gradient(right, #006FAA 0%, #002C69 100%);
  background-image: linear-gradient(to right, #006FAA 0%, #002C69 100%);
  color: #fff;
}



.topic_bg::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-image:url(../img/common/bg_topic.jpg);
background-size:cover;
}


.topic {

  padding: 100px 20px;
}
.topic div{
	background: #fff;
	padding: 0 0 20px;
}
#contact {
  padding: 50px 0;
}
#contact img {
  width: 40%;
}
footer div {
  margin: 0;
  padding: 20px 2%;
}
#sp_banner {
  margin: 0 3% 50px;
  width: 94%;
}
#banner {
  display: none;
}
.pixel_icon {
	width: 33px;
  position: relative;

  margin-top: -50px;
  text-align: right;
}
.bg_white{background: #fff;}

	padding-left: 2em;
}
.ul,.ol{
padding: 0 0 2em;
	display: block;
}
.ul li{
list-style: disc;
	margin-left: 3em;
}
ol li{
	margin-left: 3em;
}
.only_sp{
	display: block;
}
.only_pc{
	display: none;
}
.center{
	text-align: center;
}
/*---------*/
/*--768px--*/
/*---------*/


@media screen and (min-width : 768px) {
	
body{
min-width: 1300px;
	width: 100%;
}
  h2 {
    font-size: 160%;
  }
  body {
    font-size: 16px;

  }
  .menu {
    display: none;
  }
  img {
    width: auto;
  }

  /* header */
  header {
    background: #fff;
    height: 100px;
  }
  #logo {
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 2%;
    border: none;
  }
  #logo img {
    width: 300px;
  }
  ul#h_link {
    position: absolute;
    right: 0;
    top: 20px;
    padding: 20px;
    text-align: right;
    display: block;
    display: table;
  }
  ul#h_link li {
    display: table-cell;
    vertical-align: middle;
  }
  #contact img {
    width: 200px;
  }
  h1 img {
    padding: 10px;
    width: 300px;
  }
  h3, h4 {}
  h5 {}
  /* g_nav */
  #btn_nav {
    display: none;
  }
	

	
  nav {}
  ul#nav {
	min-width: 1300px;
    background: #005d9b;
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background-color: transparent;
    border: none;

  }
  ul#nav li {
    border: none;
    text-align: center;
    width: 25%;
	  font-size: 1;
	  
  }
  ul#nav li a {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    margin: 0;
    padding: 25px 0;
    display: block;
    border: none;
    background: #002C69;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    height: auto;
    font-size: 0.8em;
    letter-spacing: 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999999;
  }
  ul#nav li:first-child a {
    border: none;
  }
  ul#nav a:hover, ul#nav li.current a {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #fff;
    background: #2698cd;
    border: none;
  }
  #nav_sp {
    display: none;
  }
  ul#nav ul#sub {
    display: block;
    width: 100%;
  }
  ul#sub li {
    display: inline;
    border-bottom: #5498c9 1px solid;
  }
  ul#sub li a {
    text-align: left;
    display: block;
    padding: 20px;
    padding-left: 20%;
  }
  .current ul#sub li a {
    background: #005d9b;
  }
  li.current ul#sub li a:hover {
    background: #005d9b;
  }
  ul#sub li:last-child a {
    border-bottom: none;
  }
  /* main_contents */
  /* footer_nav */
  /* footer */
  footer {
    font-size: 90%;
  }
  footer div {
    padding: 20px 10%;
    margin: 0;
  }
  .footer_nav {
    width: auto;
    text-align: center;
    padding: 10px;
  }
  .footer_nav li {
    display: inline;
    line-height: 1.5em;
    border-right: 1px solid #000;
    font-size: 100%;
  }
  .footer_nav li a {
    border-bottom: none;
    border-left: none;
    padding: 0 10px;
    display: inline-block;
  }
  .img_right {
    float: right;
    padding: 0 0 20px 20px;
 position: relative;

  }
  .img_left {
    float: left;
    padding: 0 20px 20px 0;
	  position: relative;

  }
	.img_left img,
	.img_right img{
	max-height: 100%;
	}

  .flex_box {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-pack: distribute;
    -moz-flex-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .flex_box div {
    width: 400px;
    margin: 0;
    border: none;
    font-size: 85%;
    font-weight: normal;
    line-height: 1.4em;
    position: relative;
  }
  .flex_box div img {
    width: 100%;
  }
  .box3 div {
    width: 100%;
  }
  p.com_name {
    text-align: right;
  }
  .right {
    float: right;
  }
  .left {
    float: left;
  }
  #address {
    width: 500px;
    padding: 20px 0;
    float: right;
  }
  #spec {
    width: 720px;
    float: left;
    padding: 50px 0;
  }
  #f_banner {
    width: 430px;
    float: right;
    padding: 50px 0;
  }
  .g_nav {
    position: relative;
    width: 100%;
    z-index: 9999999;
  }
  .pos_top {
    position: fixed;
    top: -100px;
  }
  .fixed {
    position: fixed;
    top: 20px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .button_contents a {
    width: 50%;
  }
  .topic {
    background-attachment: fixed;
  }

  #banner {
    display: block;
    margin: 0 3% 50px;
    width: 94%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-pack: distribute;
    -moz-flex-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  #banner div {
    padding: 20px;
    margin: 0;
    width: 40%;
  }
  #banner img {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #sp_banner {
    display: none;
  }
	

	.blue div{
	max-width: 1300px;
		padding: 	1em 0;
		margin: 0 auto;
	}
	.blue .flex{
		padding: 0;
		  display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-flex-pack:distribute;
    -moz-flex-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    -moz-justify-content:space-around;
    justify-content:space-around;
		
	}
	.blue .flex div{
		width: 47%;
		display: table-cell;
		vertical-align: middle;
	}
	.blue .flex img{
		width: 100%;
	}
	.inner{
		min-width: 1300px;
		width: 100%;
	}
	.blue .flex div.flex_text{
	padding-top: 4%;
	
	}
	
	.ul li,ol li{
	margin-left: 1em;
}
.only_sp{
		display: none!important;
	}
	.only_pc{
		display: block;
	}

}