@charset "UTF-8";

/* ブラウザ設定リセット ######################################## */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del,ins {
	text-decoration:none;
}
li {
	list-style:none;
	margin:0;
	padding:0;
	line-height:1px;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input,button,textarea,select,optgroup,option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
.clr {
	clear:both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
img {
    width: 100%;
    height: auto;
	border:none;
}

/* ######################################## */

.menu_view,
.pc_view,
.pc_menu {
    display: none;
}

/* body ######################################## */

body {
	margin:0px;
	padding:0 0 0 0;
	color:#000;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background:#fff;
	position:relative;
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

/* ############################################## */

.header {
    width: 100%;
    padding: 2% 4% 4% 4%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index:103;
}
.header figure {
    width: 22.13%;
	margin:0 0 0 0;
}
.header h1,
.header p {
	font-size: 10px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}
.sp_menu_show {
    width: 100%;
    height: 1px;
}

/* ############################################## */

.drawer-menu ul {
    padding-top: 32%;
    text-align: center;
}
.drawer-menu li {
    margin-bottom: 6%;
}
.drawer-menu li a {
	font-size: 35px;
    line-height: 1;
    font-weight: bold;
    color: #00164D;
    text-decoration: none;
}
.active {
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}


/*20/06/30 追加 ↓*/

    .box{
    padding:10px 10px;
    margin:0 0 70px;
    border:solid 1px #808AA6;
    display:flex;
    flex-directon:column;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;

}
.box_txt1{
    text-align: center;
    color:#808AA6;
    font-size:14px;

}
.box_title{
    text-align: center;
    color:#00164D;
    font-weight: bold;
    font-size:1em;
    margin:10px 0 15px;
}

.box_txt2{
    text-align: left;
    font-size:12px;
    color:#808AA6;
    margin:15px 0 20px;
}
.box_btn{
    padding:15px 0 15px;
    }
.box_btn img{
    width:90%;
    height:auto;
    margin:0 auto;
    display:block;

}
a[href*="tel:"] {
text-decoration: none;
color:#4C5C82;
}


/*20/06/30 追加 ↑*/


/*20/07/22 追加 ↓*/
.main_img dd {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0px;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.30);
    line-height: 1.3 !important;
}
/*20/07/22 追加 ↑*/


.fixed {
    position: fixed !important;
    top: 0px;
    left: 0;
    z-index: 9998;
	background: #00164D;
    -webkit-animation: slidein 0.3s linear 0.1s;
}
@-webkit-keyframes slidein {
	0%{
		opacity:1;
        margin-top: 0px;
	}
	100% {
		opacity:1;
        margin-top: 0px;
	}
}

/* ############################################## */

#scrollUp {
    bottom:20px;
    right: 20px;
	width:35px;
	height:36px;
	background:url(../sp_img/common/pagetop.png) no-repeat;
    background-size: cover;
	text-indent:-9876px;
}

/* ############################################## */

.footer_wrap {
	width: 100%;
	background: #00164D;
	padding: 8% 6%;
    box-sizing: border-box;
}
.footer {
	width: 100%;
	margin: 0 auto;
}
.footer dt img {
    width: 28%;
    padding-bottom: 2%;
}
.footer dd {
	font-size: 14px;
	line-height: 1;
	color: #fff;
	margin-bottom: 2.5%;
}
.footer_txt_01 {
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 7%;
}
.footer_txt_02 {
	font-size: 10px;
	line-height: 1;
	color: #fff;
	margin-bottom: 0px;
}
.footer div {
	text-align: left;
    margin-bottom: 10%;
}
.footer div dl {
	float: left;
    width: 20%;
	vertical-align: top;
}
.footer div dl:last-child {
    margin-right: 0;
}
.footer div dt {
	margin-bottom: 5.5%;
	text-align: left;
}
.footer div dd {
	margin-bottom: 10.5%;
	text-align: left;
}
.footer div dt a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	line-height: 1;
	font-weight: bold;
}
.footer div dd a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	line-height: 1;
}

/* ############################################## */

.copyright {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    background: #1243b0;
}
.copyright p {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 3px;
    font-family: 'Fjalla One', sans-serif;
    color: #fff;
}

/* ############################################## */

.topic_pass {
    width: 92%;
    margin: 5.5% auto 10% auto;
}
.topic_pass li {
    display: inline;
    font-size: 12px;
    line-height: 1;
	color: #808AA6;
}
.topic_pass li:after {
    content: ">";
    margin: 0 10px;
}
.topic_pass li:last-child:after {
    content: "" !important;
    margin: 0 10px;
}
.topic_pass li a:link,
.topic_pass li a:visited,
.topic_pass li a:hover,
.topic_pass li a:active {
    color: #808AA6;
    text-decoration: underline;
}

/* ############################################## */

/* ローディングの背景部分のCSS */
.loader{
  background:#fff;
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:50;
}

/* ローディングのアニメーション部分のCSS (https://projects.lukehaas.me/css-loaders/) */
.loader-animation,
.loader-animation:before,
.loader-animation:after {
  background:#00164D;
  -webkit-animation:load1 1s infinite ease-in-out;
  animation:load1 1s infinite ease-in-out;
  width:1em;
  height:4em;
}
.loader-animation {
  height:10px;
  left:50%;
  margin:-5px 0 0 -5px;
  position:absolute;
  top:50%;
  width:10px;
  color:#00164D;
  text-indent:-9999em;
  font-size:10px;
  -webkit-transform:translateZ(0);
  -ms-transform:translateZ(0);
  transform:translateZ(0);
  -webkit-animation-delay:-0.16s;
  animation-delay:-0.16s;
}
.loader-animation:before,
.loader-animation:after {
  position:absolute;
  top:0;
  content:'';
}
.loader-animation:before {
  left:-1.5em;
  -webkit-animation-delay:-0.32s;
  animation-delay:-0.32s;
}
.loader-animation:after {
  left:1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow:0 0;
    height:4em;
  }
  40% {
    box-shadow:0 -2em;
    height:5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow:0 0;
    height:4em;
  }
  40% {
    box-shadow:0 -2em;
    height:5em;
  }
}
