@charset "UTF-8";
/* CSS Document */
/* ---------------------------------------------------------------------------------------------

　 サイト全体

--------------------------------------------------------------------------------------------- */
html {
margin:0;
padding:0;
overflow-y:scroll;
-moz-text-size-adjust:none;
-webkit-text-size-adjust:100%;
}
*{
margin:0;
padding:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
body {font-size:1em;
font-family: "Meiryo", "メイリオ", "ＭＳ　Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;font-style:normal;
line-height: 1.9;color: #333;-webkit-text-size-adjust: 100%;text-align: center;-webkit-font-smoothing: antialiased;/*チラつき防止*/}
.clearfix::after{content:" ";display:block;visibility:hidden;clear:both;height:0;line-height:0;}
* html .clearfix {height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}
.container{
max-width:1030px;
margin:0 auto;
padding:0;

}
@media only screen and (max-width: 1024px) {
body{line-height:1.7;}
.container {padding: 0 3%;margin: 0 auto;clear: both;max-width: 100%;overflow:hidden;}
}
@media only screen and (max-width: 767px) {
body{font-size:0.9em;}
}
/* a TEL */
a[href^="tel:"] {text-decoration:none;color:#3F3F3F;}
@media screen and (min-width: 768px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
color:#333;
}}
/* ------------------------------------- */
/*全体フェードイン
/* ------------------------------------- */
body {
 animation: fadeIn 1.5s ease 0s 1 normal;
-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
} 
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
0% {opacity: 0} /* 始め */
100% {opacity: 1} /* 終わり */
}
/*古いブラウザ用*/
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
/* ---------------------------------------------------------------------------------------------

　   リセット

--------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, p, div, dt, dd, dl, img, input, form, ul, li, span {
margin: 0;
padding: 0;
}
/* ------------------------------------- */
/* 画像
/* ------------------------------------- */
img{vertical-align:middle;border-style:none;border:0;-webkit-backface-visibility: hidden;}
a:hover img{opacity:0.8;filter:alpha(opacity=80);-ms-filter:"alpha( opacity=80 )";}
.resizeimage img {width: 100%;}
/* ------------------------------------- */
/* 文章
/* ------------------------------------- */
p {
text-align: justify;
}
/* ------------------------------------- */
/* 回りこみ解除
/* ------------------------------------- */
.clear {
clear:both;
}
html {/*スクロールバーを常に表示*/
overflow-y:scroll;
}
a img,
ol li img,
li img,
ul li img {/*上揃え*/
vertical-align: top;
text-align:center;
border-style:none;
}
img {
vertical-align: middle;
border: none;
max-width: 100%;
height: auto;
width /***/:auto;　/*IE8のみ適用*/
}

li,ol,ul{/*リストマークを消す*/
margin: 0;
padding: 0;
list-style-type: none;
}
ul ul{
margin-left: 1em;
}
/* ------------------------------------- */
/*フロート設定
/* ------------------------------------- */
.tex img.centered,.tex img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
clear:none;
}
.tex img.alignright,
.tex .alignright img{
margin-left:20px;
margin-right:0;
margin-bottom:20px;
display:inline;
clear:none;
}
.tex img.alignleft,
.tex .alignleft img {
margin-left:0;
margin-right:20px;
margin-bottom:20px;
display:inline;
clear:none;
}
.tex img.alignnone,
.tex .alignnone img {
margin-left:0;
margin-right:0;
margin-bottom:10px;
clear:none;
display:block;
}
.tex .alignright,.right {
float:right;
}
.tex .alignleft {
float:left;
}
@media only screen and (max-width:979px) {
.tex img.alignright,.tex img.alignleft,.tex img.alignnone,.tex img.aligncenter {clear:both;display:block;margin-left:auto;margin-right:auto;}
.tex .alignright {float:none;}
.tex .alignleft {float:none;}
.tex .aligncenter {clear:both;display:block;margin-left:auto;margin-right:auto;}}
/* ---------------------------------------------------------------------------------------------

　   リンク

--------------------------------------------------------------------------------------------- */
a {
color:#000;
text-decoration:none;
}
a:hover {
color:#848484;
text-decoration:none;
}
/* ---------------------------------------------------------------------------------------------

　info_NEW

--------------------------------------------------------------------------------------------- */
.info_box span,
.tag_box span{
width:80px;height:auto;float:left;margin:0 10px;z-index:9999;
padding: 1px;
text-align: center;
font-size: 0.8em;
color:#15318b;
border: 1px #15318b solid;
line-height: 1.8em;
}
.info_box:after,
.tag_box:after {
content: "";
display: block;
clear: both;
}
/* ---------------------------------------------------------------------------------------------

　 HEADER

--------------------------------------------------------------------------------------------- */
.icon {
  display: inline-flex!important;
  align-items: center;
}

#header {
box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
z-index: 99;
width: 100%;
position: fixed;
top: 0;
left: 0;
background: #fff;
}
#gNav a:hover {
color: #999;
}
nav li a {
font-size: 13px;
letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
background: #fff;
}
.sub-menu a:hover{
filter:alpha(opacity=80);
-moz-opacity:	0.5;
opacity:0.5;
transition: .3s ease-in-out;
}
@media only screen and ( max-width : 1024px ) {
#header {
padding: 10px 0;
height: 60px;
}
.h_logo {
width: 240px;
position: absolute;
top: 18px;
left: 10px;
z-index: 100;
}
#gNav .nav {
overflow-y: auto;
height: 100vh;
}
.mean-nav .container {
padding: 0;
}
nav li .fa {
display: none;
}
.h_logo span {
display:none
}
.icon{
display: inline-flex;
align-items: center;
}
.visible_pc {
	display: none;
}
}
@media print, screen and ( min-width : 1025px ) {
.visible_mobile {
	display: none;
}
#header {
height: 80px;
}
.h_logo img {
width: 280px;
}
.h_logo span {
font-size:12px;
padding-left:30px;
display: inline;
}
#h_top {
display: flex;
justify-content: space-between;
align-items: center;
}
#gNav ul {
position: relative;
display: flex;
}
#gNav li {
position: relative;
margin-right: 2em;
}
#gNav li:last-child {
margin-right: 0;
}
#gNav li i {
font-size: 16px;
margin-left: 5px;
}
#gNav li a {
position: relative;
display: block;
text-align: center;
line-height: 80px;
}
#gNav .sub-menu {
visibility: hidden;
opacity: 0;
z-index: 1;
display: block;
position: absolute;
top: 50px;
left: 50%;
margin-left: -100px;
width: 200px;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
#gNav .sub-menu a {
display: block;
border-bottom: none;
padding: 20px;
line-height: 1.2em;
}
#gNav .sub-menu a:hover:after {
content: none;
}
#gNav .sub-menu li {
display: block;
font-size: 16px;
padding: 0;
margin: 0;
}
#gNav .sub-menu li:last-child {
border-bottom: none;
}
#gNav ul > li:hover {
-webkit-transition: all .5s;
transition: all .5s;
}
#gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
}
#gNav li:hover ul.sub-menu {
top: 80px;
visibility: visible;
opacity: 1;
z-index: 9999;
}
#gNav li ul li:after {
content: none;
}
 #gNav li:hover ul.sub-menu a {
color: #000;
}
#gNav .sub-menu li a:hover {
background: #fff;
}
#gNav .contact_btn a:hover {
color: #fff;
}
/*メニュー下線*/
#gNav li a{
position: relative;
}
#gNav li.current a,
#gNav li a:hover{
color:#15318b;
}
#gNav li a::after {
content: '';
position: absolute;
bottom: 30%;
left: 0;
width: 100%;
height: 2px;
background:#15318b;
/*アニメーションの指定*/
transition: all .3s;
transform: scale(0, 1);
transform-origin: center top;
}
#gNav li.current a::after,
#gNav li a:hover::after {
transform: scale(1, 1);
}}
/* ---------------------------------------------------------------------------------------------

　 フッター

--------------------------------------------------------------------------------------------- */
#footer {
font-size: 14px;
background-color:#15318b;
color:#fff;
}
.f_box {
width: 100%;
padding: 20px 0;
margin: 0 auto;
text-align: center;
}
.f_box h5 {
font-weight: normal;
font-size: 120%;
display:block;
margin-bottom:10px
}
.f_box address {
font-style: normal;
font-size: 100%;
display:block
}
.copy {
text-align: center;
font-family: Verdana, “Droid Sans”;
font-size: 10px;
margin:10px 0
}
/*subメニュー*/
.sub {
padding: 20px 0 0 0;
width: 100%;
display: block;
color: #fff;
margin: 0 auto;
text-align:center;
z-index: 1;
}
.sub a {
color: #fff;
text-decoration: none;
}
.sub a:hover {
color: #fff;
text-decoration: none;
}
@media only screen and ( max-width : 767px ) {
.f_box address {font-size: 90%;}
.sub {display: none;}}
/*スマホ改行*/
@media screen and (min-width: 768px){
.br-sp {display: none; }}

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

　 table

--------------------------------------------------------------------------------------------- */
table{
  width: 100%;
  border-spacing: 0;
  font-size:.9em
}

table th{
  border-bottom: solid 1px #15318b;
  padding:1em;
  font-weight: normal;
  color:#15318b;
}

table td{
  border-bottom: solid 1px #ddd;
  padding:1em 1em 1em 2em;
}
@media only screen and ( max-width : 767px ) {
table{
  font-size:.8em;
  line-height: 1.7
}
table th{
  padding:1em 0;
}
table td{
  padding:1em 1em 1em 1em;
}}
/* ---------------------------------------------------------------------------------------------

　 お問い合わせ・ご相談はこちら

--------------------------------------------------------------------------------------------- */
#sec_bg_04{
text-align:center;
padding:40px 0 ;
background-color:#eaf4ff;
}
.section-four-h3{
padding:0 0 20px 0 ;
font-size: 1.1em;
line-height: 1.5em;
font-weight: 300;
letter-spacing:.05em;
color:#15318b;
}
.inq_boxA{
max-width:700px;
margin:0 auto}
.inq_boxA:after{content: "";display: block;clear: both}
.inq_box2{float: left;width: 45%;text-align:right;}
.inq_box3{float: right;width: 50%;border-left: 1px solid #15318b;text-align:right;}
.inq_boxA a:hover{
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
transition: .3s ease-in-out;
}
.button-mail {
text-align:center;
width:90%;
display: inline-block;
padding: 1.5em 1em;
font-size: 1em;
color: #fff;
text-decoration: none;
user-select: none;
transition: 0.4s ease;
background: rgb(21,49,139);
background: -moz-linear-gradient(90deg, rgba(21,49,139,1) 0%, rgba(72,158,226,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(21,49,139,1) 0%, rgba(72,158,226,1) 100%);
background: linear-gradient(90deg, rgba(21,49,139,1) 0%, rgba(72,158,226,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15318b",endColorstr="#489ee2",GradientType=1);
}
.button-mail:hover {
color: #fff;
}
.inq_box2 span{
text-align:right;
font-size:0.9em;
line-height: 0.9em;
}
.inq_box2 img{
margin-bottom:5px}
@media only screen and (max-width: 980px) {
#sec_bg_04{
padding:20px 0 ;
}
.inq_box2{
text-align:center;
font-size:0.8em;
line-height: 1.2em;}
.inq_box2 img{
margin-bottom:10px}
.button-mail {
padding: 0.7em 0em;
font-size: 0.8em;
}
}
/* ---------------------------------------------------------------------------------------------

　 pagetop

--------------------------------------------------------------------------------------------- */
.pagetop {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
}
.pagetop a {
display: block;
background-color: #ccc;
text-align: center;
color: #FFF;
font-size: 12px;
text-decoration: none;
padding: 12px 20px;
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
.pagetop a:hover {
display: block;
background-color: #333;
text-align: center;
color: #fff;
text-decoration: none;
}