@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,picture,q,ruby,s,samp,section,small,span,strike,strong,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,*::before,*::after{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
=============================================== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;} /* 10px */
body{
  padding: 0;
  word-wrap : break-word;
  overflow-wrap : break-word;
  font-size:17px;
  font-size:1.7rem;
  font-weight: 400;
/*  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-animation: PageIn 1.3s ease 0s 1 normal;
  animation: PageIn 1.3s ease 0s 1 normal;*/
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast:none) {
/*	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}*/
}
@keyframes PageIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes PageIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.wrapper{
  width: 100%;
}
.inner{
  width: 100%;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
/*a,
a:link,
a:visited{
  color: #e60020;
}
a[href=""],a[href="#"] {
  pointer-events: none;
  text-decoration: none;
}*/
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img[src*=".svg"] {
  width: 100%;
}
button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #000;
  font-size:17px;
  font-size:1.7rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.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:flex;
}
.flex_center{
  display:-webkit-box;
  display:flex;
  -webkit-box-align: center;
	align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
legend[aria-hidden="true"]{
  display: none;
}
rt{
  font-size: 70%;
}
@media print,screen and (min-width :835px){
  .flex_pc{
    display:-webkit-box;
    display:flex;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width :1024px){
  .inner{
    width:94.6%;
  }
}
@media screen and (max-width :834px){
  body{
    font-size:14px;
    font-size:1.4rem;
  }
  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 (hover:hover) and (pointer: fine) {
  a,
  a *,
  .ov,
  .over{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .ov:hover{
    opacity: .7;
    text-decoration: none;
  }
}

/* ===============================================
# main
=============================================== */
main{
  position: relative;
  width: calc(100% - 60px);
  min-height: 680px;
  padding-top: 98px;
  margin: 0 0 0 auto;
  display: block;
}
main .wrap_contents{
  width: 100%;
  padding: 80px 110px 0 110px;
  margin: 0 auto;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
	-webkit-box-pack: justify;
	justify-content: space-between;
  z-index: 100;
}
main .wrap_left{
  -webkit-box-flex: 1;
  flex: 1;
  min-height: 680px;
  overflow: hidden;
}
main .main_contents{
  padding-bottom: 80px;
}
@media print,screen and (max-width :1280px) {
  main .wrap_contents{
    padding-right: 90px;
    padding-left: 30px;
  }
}
@media screen and (max-width :1024px){
  main{
    width: 100%;
    min-height: inherit;
    margin: 0;
    padding: 0;
  }
  main .wrap_contents{
    display: block;
    padding: 36px 0 50px;
  }
  main .wrap_left{
    width: 100%;
    min-height: inherit;
  }
  main .main_contents{
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
/*----------------------------------------*/
/*ローカルナビ                                 */
/*----------------------------------------*/
#lnav .js_nav li a{
  display:block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #000;
  padding: 20px 0 20px 15px;
  text-decoration: none;
}
#lnav .ttl_third:not(.acd) > a,
#lnav .fourth > li > a{
  padding-right: 50px;
  background: url("/assets/img/ico_arrow2_r.svg")no-repeat right 18px center;
  background-size: 8px auto;
}
#lnav .js_nav li a.active,
#lnav .js_nav li a.active+button{
  background-color: #e60020;
  color: #fff;
}
#lnav .ttl_third:not(.acd) > a.active,
#lnav .fourth > li > a.active{
  background-image: url("/assets/img/ico_arrow2.svg");
}

#lnav .js_nav li a[target="_blank"]{
  background-image: url("/assets/img/ico_blank.svg");
  background-size: 12px auto;
}
#lnav .js_nav li a.active[target="_blank"]{
  background-image: url("/assets/img/ico_blank2_white.svg");
}
@media (hover: hover) and (pointer: fine) {
  #lnav .js_nav li a:hover,
  #lnav .js_nav li button:hover{
    background-color: #fafafa;
  }
  #lnav .js_nav li a.active:hover,
  #lnav .open .ttl_third > a.active+button:hover{
    background-color: #ad0019;
  }
}
@media screen and (max-width :1024px) {
  #lnav .js_nav li a{
    padding: 19px 0 20px 2.7%;
  }
  #lnav .ttl_third:not(.acd) > a,
  #lnav .fourth > li > a{
    padding-right: 60px;
    background-position:right 25px center;
  }
}
/*ttl_third*/
#lnav .js_nav  > li{
  border-bottom: solid 1px #cacaca;
}
#lnav .ttl_third{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#lnav .ttl_third > a{
  -webkit-box-flex: 1;
  flex: 1;
  font-weight: bold;
}
#lnav .ttl_third.acd > button {
  width: 50px;
  height: auto;
  background-image: url("/assets/img/ico_acd_plus_red.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  padding: 0;
  margin: 0;
}
#lnav .ttl_third > button[aria-expanded="true"]{
  background-image: url("/assets/img/ico_acd_minus_red.svg");
}
#lnav .open .ttl_third > a{
  color: #e60020;
}
#lnav .ttl_third > a.active+button[aria-expanded="true"]{
  background-image: url("/assets/img/ico_acd_minus.svg");
}
#lnav .ttl_third > a.active+button[aria-expanded="false"]{
  background-image: url("/assets/img/ico_acd_plus.svg");
}
@media screen and (max-width :1024px) {
  #lnav .ttl_third.acd > button {
    width: 60px;
  }
}

/*fourth*/
#lnav .fourth{
  display: none;
}
#lnav .fourth > li{
  border-top: solid 1px #cacaca;
}
#lnav .fourth > li > a{
  padding-left: 29px;
}
@media screen and (max-width :834px) {
  #lnav .fourth > li > a{
    padding-left: 8.8%;
  }
}
/* ===============================================
# footer
=============================================== */
/*footer{
  padding: 50px 60px 38px;
}
footer .inner{
  width: 96%;
  max-width: 1600px;
}
footer .logo{
  width: 194px;
  margin-bottom: 30px;
}
@media screen and (max-width :834px){
  footer{
    padding: 20px 0 20px;
  }
  footer .inner{
    width: 95%;
  }
  footer .logo{
    width: 156px;
    margin-bottom: 27px;
  }
}

footer .box_adr{
  position: relative;
  padding-right: 140px;
}
footer .list_adr{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  max-width: 1243px;
}
footer .box_adr dl{
  padding-right: 1em;
}
footer .box_adr dt{
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
footer .box_adr dd{
  font-size: 14px;
  font-size: 1.4rem;
}
footer .box_adr dd .tel,
footer .box_adr dd .link{
  display: inline-block;
}
footer .box_adr dd .slash{
  display: inline-block;
  padding: 0 1em;
}
footer .box_adr dd a{
  color: #000;
  text-decoration: none;
  display: inline-block;
}
footer .box_adr .box_fbnr{
  width: 130px;
  position: absolute;
  right: 0;
  top:0;
}
@media print,screen and (max-width: 1300px) and (min-width: 1024px) {
  footer .box_adr dd .slash{
    display: none;
  }
  footer .box_adr dd .link{
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  footer .list_adr{
    display:block;
  }
  footer .list_adr dl:nth-child(n+2){
    margin-top: 0.6em;
  }
}
@media screen and (max-width :834px){
  footer .box_adr{
    padding: 0;
  }
  footer .box_adr dl{
    padding-right: 0;
  }
  footer .box_adr dt{
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer .box_adr dd{
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25;
  }
  footer .box_adr .box_fbnr{
    display: none;
  }
}
/*menu_siteinfo*/


/*footer .menu_siteinfo{
  margin-top: 60px;
}
footer .menu_siteinfo ul{
  flex-wrap: wrap;
}
footer .menu_siteinfo ul li{
  margin-right: 48px;
  margin-bottom: 10px;
  flex-shrink: 0;
}
footer .menu_siteinfo ul li:last-child{
  margin-right: 0;
}
footer .menu_siteinfo ul li a{
  text-decoration: none;
  color: #000;
  padding-left: 19px;
  font-size: 14px;
  font-size: 1.4rem;
  background: url("/assets/img/ico_arrow.svg")no-repeat left center;
  background-size: 14px auto;
}
@media screen and (max-width :834px){
  footer .menu_siteinfo{
    margin-top: 27px;
  }
  footer .menu_siteinfo ul li{
    width: 30%;
    margin: 0 0 15px;
    flex-shrink: 1;
  }
  footer .menu_siteinfo ul li:nth-child(3){
    flex-grow: 1;
  }
  footer .menu_siteinfo ul li:last-child{
    width: 66.66%;
  }
  footer .menu_siteinfo ul li a{
    padding-left: 17px;
    font-size: 12px;
    font-size: 1.2rem;
    background-size: 11px auto;
  }
}

footer .copyright{
  font-size: 12px;
  font-size: 1.2rem;
  color: #666666;
  margin-top: 35px
}
@media screen and (max-width :834px){
  footer .copyright{
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    margin-top:15px;
  }
}*/

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9998;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 15px;
    right: 15px;
  }
}
#pagetop.on {
  opacity: 1;
}

*/
/* ===============================================
# sec_bnr
=============================================== */
.sec_bnr{
  padding: 40px 15px;
  background: #f7f7f7;
}
.sec_bnr .inner{
  max-width: 1600px;
}
.sec_bnr ul{
  flex-wrap: wrap;
}
.sec_bnr ul li{
  width: 21.875%;
}
.sec_bnr ul li img{
  width: 100%;
}
@media print,screen and (min-width :835px) {
  .sec_bnr ul li{
    margin-left: 4.166%;
  }
  .sec_bnr ul li:nth-child(4n+1){
    margin-left: 0;
  }
  .sec_bnr ul li:nth-child(n+5){
    margin-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  .sec_bnr{
    padding:22px 0 22px;
  }
  .sec_bnr ul li{
    width: 49.3%;
    margin-left: 1.4%;
  }
  .sec_bnr ul li:nth-child(2n+1){
    margin-left: 0;
  }
  .sec_bnr ul li:nth-child(n+3){
    margin-top: 7px;
  }

  /*android*/
  .android .sec_bnr ul{
    display: block;
  }
  .android .sec_bnr ul li{
    margin: 20px auto 0!important;
  }
}
