@charset "UTF-8";

/* CSS Document */

@media screen and (max-width: 640px) {
html, body {
    margin: 0;
    padding: 0;
    height: 100%;/* overflow-x: hidden; */
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
    vertical-align: top;
    width: 100%;
}
.for_pc {
    display: none;
}
/* topContents */

#topContents {
    background: url(../img_sp/0_header_bg.png) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
 background-position: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
 .top_image{
  padding-top:60px;
 }


 
 /*contents*/
.contents {
    margin: 5%;
    line-height: 1.5em;
}
/*font regulation*/
.contents h2 {
    margin-top:40px;
 line-height: 1.3em;
    height: auto;
    border-bottom: 3px solid #228f6d;
    font-size: 5vw;
    color: #228f6d;
    font-weight: bold;
}
.contents h3 {
    height: auto;
 padding-bottom: 20px;
    font-size: 5vw;
    margin-top: 30px;
    color: #228f6d;
 line-height: 1.5em;
}
.contents .contents_text {
    font-size: 4vw;
    line-height: 1.8em;
    color: #666;
    margin: 0 0 20px 0;
}
.contents .contents_text a {
    color: #228f6d;
}
.contents .contents_text .ps_red {
    color: #ff6363;
}
 
 
 
 
 
 
 
/*footer*/
#footer {
    margin-top: 20px;
    padding: 0 0 20px 0;
    width: 100%;
    background-color: #228f6d;
    color: #fff;
    font-size: 3vw;
}
#footer .footer_bt {
    padding: 20px 0;
    margin: 0 5%;
    width: 90%;
}
#footer .footer_bt img {
    width: 48%;
}
#footer .footer_bt a:hover {
    opacity: 0.8;
}
/*戻るボタン*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
    z-index: 1;
}
#page-top a {
    background: #228f6d;
    border: solid 1px #55ba99;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
#page-top a:hover {
    text-decoration: none;
    background: #228f6d;
}
 
 hr{
  border:0;border-top:1px solid #acacac;
  margin: 40px 0 20px; 0;
 }
 
.slicknav_menu {
    display:block;
    position: fixed;
    width: 100%;
    top: 0;
}
 
 .anchorLink {
    position: relative;
    top: -65px;
}

}
