@charset "utf-8";

/** 共通
---------------------------------------- */
li{
  list-style-type: none;
}
a{
  color: #136a1f;
}
img{
  display: block;
}
#pagetop a{
  background-color:#136a1f;
}
body{
  font-family:"MPLUSRounded1c-3";
  color:#323232;
  background-color:#FFF;
}
strong{
  font-family:"MPLUSRounded1c-5";
}

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

  /** ページ全体
  ---------------------------------------- */
  .base{
    width:100%;
    min-width:1240px;
  }
  .wrap{
    width:1200px;
    margin:0 auto;
  }
  body{
    font-size:16px;font-size:1.6rem;
    line-height:1.6;
  }

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

  #header{
    padding: 40px 0;
  }

  /** Header
  ---------------------------------------- */
  #headerpc_area{
    background-color: #fff;
  }
  #headerpc_area .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_area .logo{
    width: 240px;
  }
  #headerpc_area .menulist{
    width: 890px;
    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_area .menulist li{
    width: 140px;
    font-family:"MPLUSRounded1c-4";
    font-size:18px;font-size:1.8rem;
  }
  #headerpc_area .menulist  .parent:nth-child(2){
    width: 180px;
  }
  
  #headerpc_area .menulist .parent > a{
    color: #555;
    display: block;
    text-align: center;
    padding: 6px 0px;
    text-decoration: none;
    border-right:solid 1px #000000;
    width: 100%;
    -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_area .menulist .parent:first-child > a{
    border-left:solid 1px #000000;
  }
  #headerpc_area .menulist li{
    position: relative;
    z-index: 21;
  }
  #headerpc_area .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_area .menulist li ul li{
    border-top:solid 1px #dfdfdf;
    width: 100%;
  }
  #headerpc_area .menulist li ul li:nth-child(1){
    border:none;
  }
  #headerpc_area .menulist li ul li a{
    display: block;
    font-size:14px;font-size:1.4rem;
    text-decoration: none;
    padding: 16px 0;
  }
  #headerpc_area .menulist li:hover ul{
    visibility: visible;
    opacity: 1;
  }


  /** Main
  ---------------------------------------- */
  #main h1{
    margin-top: 40px;
    text-align: center;
    font-size:32px;font-size:3.2rem;
    font-family:"MPLUSRounded1c-4";
  }
  #contents-img img{
    margin: 0 auto;
    width: 100%;
  }
  .imgsp{
    display: none;
  }

  .sectiontitle{
    background-color: #136a1f;
    padding: 6px 10px;
    font-size:24px;font-size:2.4rem;
    color: #fff;
    font-family:"MPLUSRounded1c-4";
  }



  /** Footer
  ---------------------------------------- */
  #footer_area{
    background-color: #f0f0f0;
    margin-top: 80px;
  }
  #footer_area a{
    text-decoration: none;
  }
  #footer_area #footer_contents{
    font-size:16px;font-size:1.6rem;
    text-align: center;
    padding: 40px 0;
  }
  #footer_area #footer_link{
    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: center;justify-content: center;-ms-flex-pack: center;
  }
  #footer_area #footer_link li{
    margin: 0 10px;
  }
  #footer_area #footer_link li a{
    color: #323232;
  }
  #footer_area #footer_logo img{
    margin: 40px auto 0 auto;
    width: 240px;height: auto;
  }
  #footer_area dt{
    margin-top: 20px;
    font-size:20px;font-size:2.0rem;
  }
  #footer_area #copyright{
    text-align: center;
    background-color: #136a1f;
    color: #FFF;
    padding: 10px 0;
    font-size:14px;font-size:1.4rem;
  }


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

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


  /** Header
  ---------------------------------------- */
  #header{
    padding: 20px 0;
  }
  #headersp_area .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_area .headersp_main .headersp_logo{
    width: 180px;
  }
  #headersp_area .headersp_main .headersp_menubtn{
    line-height: 1;
    text-align: center;
    font-size:12px;font-size:1.2rem;
    color: #555;
  }
  #headersp_area .bhline1,
  #headersp_area .bhline2,
  #headersp_area .bhline3{
    background-color: #555;
  }


  /** Drawermenu
  ---------------------------------------- */
  #drawermenu_head{
    padding: 20px 0 0 0;
  }
  #drawermenu_area{
    background-color: #fff;
  }
  #drawermenu_area .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_area .headersp_main .headersp_logo{
    width: 180px;
  }
  #drawermenu_area .style1{
    margin: 20px 20px 20px 20px;
    padding: 10px 20px;
    border:solid 1px #c8c8c8;
    border-radius:10px;
  }
  #drawermenu_area .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_area .style1 > li{
    border-top:solid 1px #c8c8c8;
  }
  #drawermenu_area .style1 > li:first-child{
    border-top:none;
  }
  #drawermenu_area .style1 li ul{
    padding: 0 4px 10px 4px;
  }
  #drawermenu_area .style1 li li{
    border-top:solid 1px #c8c8c8;
  }
  #drawermenu_area .style1 li > li:first-child{
    border-top:none;
  }
  #drawermenu_area .style1 li li a{
    font-size:14px;font-size:1.4rem;
    padding: 14px 20px;
  }
  #drawermenu_area .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:"MPLUSRounded1c-4";
  }
  #contents-img img{
    margin: 0 auto;
    width: 100%;
  }
  .imgpc{
    display: none;
  }
  .sectiontitle{
    background-color: #136a1f;
    padding: 6px 10px;
    font-size:20px;font-size:2.0rem;
    color: #fff;
    font-family:"MPLUSRounded1c-4";
  }


  /** Footer
  ---------------------------------------- */
  #footer_area{
    background-color: #f0f0f0;
    margin-top: 40px;
  }
  #footer_area a{
    text-decoration: none;
  }
  #footer_area #footer_contents{
    text-align: center;
    padding: 40px 0;
  }
  #footer_area #footer_link{
    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;
  }
  #footer_area #footer_link li{
    width: 48%;
    margin-bottom: 10px;
    border:solid 1px #8c8c8c;
    border-radius:5px;
  }
  #footer_area #footer_link a{
    margin: 4px;
    display: block;
    padding: 4px;
  }
  #footer_area #footer_logo img{
    margin: 20px auto 0 auto;
    width: 180px;height: auto;
  }
  #footer_area dt{
    margin-top: 20px;
    margin-bottom: 6px;
    font-size:16px;font-size:1.6rem;
  }
  #footer_area #copyright{
    text-align: center;
    background-color: #136a1f;
    color: #FFF;
    padding: 10px 0;
    font-size:12px;font-size:1.2rem;
  }


}
