@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}img{vertical-align:bottom}

/* ===============================================
# common
=============================================== */
*{
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;} /* 10px */

body{
  padding: 0;
  word-wrap : break-word;
  overflow-wrap : break-word;
  color: #000;
  background-color: #f9f8ef;
  font-size:16px;
  font-size:1.6rem;
  font-weight: 500;
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.765;
  -webkit-text-size-adjust: 100%;
}
@keyframes PageIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes PageIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.wrapper{
  position: relative;  
  width: 100%;
}
.inner{
  position: relative;
}
a,
a:visited{
  text-decoration: none;
  color: #003c91;
}
img{
  max-width: 100%;
  vertical-align: bottom;
}
img[src*=".svg"] {
  width: 100%; 
}
.for_pc{
  display: block;
}
.for_sp{
  display: none;
}
span.for_pc,
br.for_pc,
img.for_pc{
  display: inline;
}
span.for_sp,
br.for_sp,
img.for_sp{
  display: none;
}
.clear{
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.flex{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
sup{
  vertical-align: top;
  font-size: 60%;
}
sub{
  vertical-align: baseline;
  font-size: 60%;
}
@media print,screen and (min-width :769px){
  .tellink{
    pointer-events: none;  
    text-decoration: inherit !important;
  }
  .flex_pc{
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width :768px){
  body{
    font-size:13px;
    font-size:1.3rem;  
    line-height: 1.667;
  }
  .wrapper{
  }
  img{
    width: 100%;
    height: auto;
  }
  .for_pc{
    display: none;
  }
  .for_sp{
    display: block;
  }
  span.for_pc,
  br.for_pc,
  img.for_pc{
    display: none;
  }
  span.for_sp,
  br.for_sp,
  img.for_sp{
    display: inline;
  }
}


/*
 マウスオーバー
----------------------------------------------------------- */
.ov{
  display:block;
}
.over{
  display:block;
}
@media screen and (min-width : 769px){
  .ov,
  .over{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .ov:hover{
    opacity: .7;
    text-decoration: none;
  }
}
/* ===============================================
# main
=============================================== */
main{
  display: block;
  padding-top: 50px;
  min-height: 100vh;
}
main .inner{
  max-width: 1400px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width :768px){
  main{
    padding-top: 25px;
  }
  main .inner{
    width: 94.6%;
    max-width:inherit;
    padding-right: 0;
    padding-left: 0;
  }
}


/* ===============================================
# footer
=============================================== */
#footer{
  padding: 27px 50px;
  background: #004d98;
  color: #fff;
  min-height: 200px;
}
#footer a{
  color: #fff; 
}
@media screen and (max-width :768px){
  #footer{
    padding: 8px 2.7%;
    min-height: 150px;
  }
}
/*aside_footer*/
#footer .aside_footer ul{
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  font-size: 14px;
  font-size: 1.4rem; 
  line-height: 1;
}
#footer .aside_footer ul li:nth-last-child(n+2){
  padding-right: 20px;
}
#footer .aside_footer ul li:nth-child(n+2){
  border-left: solid 1px #819ccd;
  padding-left: 20px;
}
#footer .aside_footer ul li a{
  padding: 6px 0;
  text-decoration: underline;
}
@media screen and (max-width :768px){
  #footer .aside_footer ul{
    max-width: inherit;
    -webkit-box-pack: start;
	  -ms-flex-pack: start;
	  justify-content: flex-start;
    margin-bottom: 20px;
  }
  #footer .aside_footer ul li:nth-last-child(n+2){
    padding-right:17.5px;
  }
  #footer .aside_footer ul li:nth-child(n+2){
    padding-left:17.5px;
  }
  #footer .aside_footer ul li a{
    padding: 8px 0;
  }
}
/*logo*/
#footer .logo{
  width: 336px;
  margin-right: 2.4%;
}
#footer .adr{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.714;
}
#footer .copy{
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (max-width :768px){
  #footer .logo{
    display: none;
  }
  #footer .adr{
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #footer .copy{
  }
}

/* ===============================================
# ページトップ
=============================================== */
#btn_go_top{
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 50;
  width: 5%;
  max-width: 77px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
#btn_go_top.on{
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#btn_go_top .inner{
  text-align: center;
}
#btn_go_top .bunko{
  position: relative;
  z-index: 55;
  margin-top: -8px;
}
#btn_go_top .back{
  position: absolute;
  left:-74%;
  bottom: 19px;
  z-index: 51;
  width: 100%;
  max-width: 69px;
}
#btn_go_top .top{
  margin: 0 auto;
}
@media screen and (max-width :768px){
  #btn_go_top{
    width: 15.4%;
    max-width: 60px;
  }
}
@media print{
  #btn_go_top{
    display: none;
  }
}