@charset "utf-8";

/** 共通
---------------------------------------- */
li{
  list-style-type: none;
}
a{
  color: #333;
}
img{
  display: block;
}
#pagetop a{
  background-color:#17375e;
}

@media print,screen and (min-width : 501px){

  /** ページ全体
  ---------------------------------------- */
  .base{
    width:100%;
    min-width:1240px;
  }
  .wrap{
    width:1200px;
    margin:0 auto;
  }
  body{
    font-family:"GenShinGothic-3";
    font-size:16px;font-size:1.6rem;
    color:#333;
    line-height:1.6;
    background-color:#FFF;
  }
  strong{
    font-family:"GenShinGothic-6";
  }

  .headersp{ 
    display:none; 
  }
  .drawermenu{ 
    display:none; 
  }

  #header{
    margin-top: 40px;
  }

  /** Header
  ---------------------------------------- */
  #headerpc_t01{
    background-color: #fff;
  }
  #headerpc_t01 .wrap{
    display:-webkit-box;display:-moz-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;
    -webkit-justify-content :space-between;justify-content: space-between;-ms-flex-pack: justify;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  }
  #headerpc_t01 .logo{
    width: 240px;
  }
  #headerpc_t01 .menulist{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
    line-height: 1.2;
    position: relative;
    z-index: 20;
  }
  #headerpc_t01 .menulist .parent > a{
    font-family:"GenShinGothic-6";
    color: #555;
    display: block;
    text-align: center;
    padding: 6px 14px;
    text-decoration: none;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
  }
  #headerpc_t01 .menulist i{
    font-size:20px;font-size:2.0rem;
  }
  #headerpc_t01 .menulist li{
    position: relative;
    z-index: 21;
  }
  #headerpc_t01 .menulist li ul{
    position: absolute;
    z-index: 22;
    width:300px;
    background: rgba(255,255,255,0.9);
    margin-left:-150px;
    left:50%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
    border:solid 1px #b4b4b4;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
    padding: 10px;
    border-radius:10px;
  }
  #headerpc_t01 .menulist li ul li{
    border-top:solid 1px #dfdfdf;
  }
  #headerpc_t01 .menulist li ul li:nth-child(1){
    border:none;
  }
  #headerpc_t01 .menulist li ul li a{
    display: block;
    font-size:14px;font-size:1.4rem;
    text-decoration: none;
    padding: 16px 0;
  }
  #headerpc_t01 .menulist li:hover ul{
    visibility: visible;
    opacity: 1;
  }


  /** Main
  ---------------------------------------- */
  #main{
    margin: 40px 0;
  }
  #main h1{
    text-align: center;
    font-family:"GenShinGothic-6";
    font-size:32px;font-size:3.2rem;
    color: #1d2087;
  }
  #contents-img{
    margin-top: 20px;
  }
  #contents-img img{
    margin: 0 auto;
    width: 100%;
  }
  .imgsp{
    display: none;
  }
  .h2title{
    font-family:"GenShinGothic-6";
    font-size:24px;font-size:2.4rem;
    margin-bottom: 10px;
  }


  /** Footer
  ---------------------------------------- */
  #footer{
    background-color: #f0f0f0;
  }
  #footer #footer_contents{
    padding: 80px 0;
  }
  #footer #footer_contents .fb{
   display:-webkit-box;display:-ms-flexbox;display:flex;
   -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
   -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  }
  #footer #footer_logo img{
    margin: 0px auto 20px auto;
    width: 240px;height: auto;
  }
  #footer #footer_link ul{
    display:-webkit-box;display:-ms-flexbox;display:flex;
  }
  #footer #footer_link li a{
    font-size:14px;font-size:1.4rem;
    font-family:"GenShinGothic-6";
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
    border-right:solid 1px #000000;
    width: 100px;
    text-align: center;
  }
  #footer #footer_link li:first-child a{
    border-left:solid 1px #000000;
  }
  #footer #copyright{
    text-align: right;
    margin-top: 10px;
    font-size:14px;font-size:1.4rem;
    font-family:"GenShinGothic-6";
  }


}
@media screen and (max-width : 500px){

  /** ページ全体
  ---------------------------------------- */
  .wrap{
    margin: 0 20px;
  }
  body{
    font-family:"GenShinGothic-3";
    font-size:14px;font-size:1.4rem;
    color:#333;
    line-height:1.4;
    background-color:#FFF;
  }
  strong{
    font-family:"GenShinGothic-6";
  }
  .headerpc{ 
    display:none; 
  }
  .globalmenu{ 
    display: none; 
  }
  #ost-headersp_basic .bhline1,
  #ost-headersp_basic .bhline2,
  #ost-headersp_basic .bhline3{
    background-color: #555;
  }


  /** Header
  ---------------------------------------- */
  #header{
    margin-top: 20px;
  }
  #headersp_t01 .headersp_main{
    display:-webkit-box;display:-moz-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;
    -webkit-justify-content :space-between;justify-content: space-between;-ms-flex-pack: justify;
    -webkit-align-items: center;-ms-flex-align: center;align-items: center;
  }
  #headersp_t01 .headersp_main .headersp_logo{
    width: 180px;
  }
  #headersp_t01 .headersp_main .headersp_menubtn{
    line-height: 1;
    text-align: center;
    font-size:12px;font-size:1.2rem;
    color: #555;
  }
  #headersp_t01 .bhline1,
  #headersp_t01 .bhline2,
  #headersp_t01 .bhline3{
    background-color: #555;
  }


  /** Drawermenu
  ---------------------------------------- */
  #drawermenu_head{
    padding: 20px 0 0 0;
  }
  #drawermenu_t01{
    background-color: #fff;
  }
  #drawermenu_t01 .headersp_main{
    display:-webkit-box;display:-moz-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;
    -webkit-justify-content :space-between;justify-content: space-between;-ms-flex-pack: justify;
    -webkit-align-items: center;-ms-flex-align: center;align-items: center;
  }
  #drawermenu_t01 .headersp_main .headersp_logo{
    width: 180px;
  }
  #drawermenu_t01 .style1{
    margin: 20px 20px 20px 20px;
    padding: 10px 20px;
    border:solid 1px #c8c8c8;
    border-radius:10px;
  }
  #drawermenu_t01 .style1 a{
    text-decoration: none;
    font-size:16px;font-size:1.6rem;
    display: block;
    padding: 14px 0;
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  }
  #drawermenu_t01 .style1 > li{
    border-top:solid 1px #c8c8c8;
  }
  #drawermenu_t01 .style1 > li:first-child{
    border-top:none;
  }
  #drawermenu_t01 .style1 li ul{
    padding: 0 4px 10px 4px;
  }
  #drawermenu_t01 .style1 li li{
    border-top:solid 1px #c8c8c8;
  }
  #drawermenu_t01 .style1 li > li:first-child{
    border-top:none;
  }
  #drawermenu_t01 .style1 li li a{
    font-size:14px;font-size:1.4rem;
    padding: 14px 20px;
  }
  #drawermenu_t01 .style1 li i{
    font-size:12px;font-size:1.2rem;
  }
  .style2{
    margin: 20px 0px 20px 0px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
  }
  .leftaligned-buttonstyle .menulist{
    margin-top: 20px;
  }
  .style2 li{
    border-radius:5px;
    margin-top: 10px;
  }
  .style2 a{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
    padding: 14px;
    text-decoration: none;
    border:solid 1px #c8c8c8;
    border-radius:5px;
  }
  .style2 li ul{
    margin: 0 20px;
    padding-bottom: 14px;
  }

  /** Main
  ---------------------------------------- */
  #main h1{
    margin-top: 20px;
    text-align: center;
    font-size:26px;font-size:2.6rem;
    font-family:"GenShinGothic-6";
    color: #1d2087;
  }
  #contents-img{
    margin-top: 20px;
  }
  #contents-img img{
    margin: 0 auto;
    width: 100%;
  }
  .imgpc{
    display: none;
  }
  
  .h2title{
    font-size:20px;font-size:2.0rem;
    font-family:"GenShinGothic-6";
  }




  /** Footer
  ---------------------------------------- */
  #footer{
    margin-top: 40px;
    background-color: #f0f0f0;
  }
  #footer #footer_contents{
    padding: 40px 0;
  }
  #footer #footer_logo img{
    margin: 0px auto 20px auto;
    width: 160px;height: auto;
  }
  #footer #footer_link ul{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    margin-top: 10px;
  }
  #footer #footer_link li a{
    font-size:14px;font-size:1.4rem;
    font-family:"GenShinGothic-6";
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
    border-right:solid 1px #000000;
    text-align: center;
  }
  #footer #footer_link li:first-child a{
    border-left:solid 1px #000000;
  }
  #footer #copyright{
    text-align: center;
    margin-top: 20px;
    font-size:12px;font-size:1.2rem;
    font-family:"GenShinGothic-6";
  }





}
