@charset "utf-8";
/*--------------------------------------------
ブレイクポイント　1024px/640px/360
--------------------------------------------*/
*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing:border-box;
}
html {
    font-size:62.5%;
    line-height: 1;
}
body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #333;
    background: #fff;
    text-align: left;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
    list-style: none;
}
h1, h2, h3, h4 {
    font-weight: 700;
}
img {
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
    max-width:100%;
    height:auto;
    vertical-align: bottom;
}
a {
    color:inherit;
    text-decoration:none;
    display: inline-block;
}
a:hover {
    opacity: 0.7;
}
.sp_only {
    display: none;
}
@media screen and (max-width:640px){
body {
    font-size: 1.6rem;
    line-height: 1.6;
    }
.sp_only {
    display: block;
    }
.pc_only {
    display: none;
    }
}
/*---font--*/
h2, .jpm {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
h1 {
    font-size:1.8rem;
    line-height:1;
    color:#131E6F;
}
h2 {
    font-size:3.0rem;
    font-weight:800;
    color: #6e4f3a;
    margin-bottom:50px;
}
h3 {
    font-size:3.0rem;
    color: #3bb277;
    margin-bottom:20px;
    padding:0 10px;
    text-align: left;
    border-bottom:3px solid #3bb277;
}
h3.tit_green {
    font-size:2.8rem;
    border-bottom:none;
    text-align: center;
    margin-bottom:10px;
}
h4 {
    font-size:1.8rem;
    text-align:left;
}
.note {font-size: 1.6rem;line-height: 1.5;}
.cap {font-size: 1.4rem;line-height: 1.5;}
.bold {font-weight: bold;}
.center { text-align:center;} 
.left { text-align:left; }
.red { color: #d9340a; }
.br_ajst {display: inline-block;}

@media (max-width: 1024px) {
h2 {
    font-size:2.8rem;
    letter-spacing: -0.02em;
    }
}
@media (max-width: 640px) {
h2 {
    font-size:1.8rem; 
    margin-bottom:30px;
    padding:0;
    }
h3 {
    font-size:2.2rem;
    padding:0 0 5px;
    }
h3.tit_green {
    font-size:1.8rem;
    border-bottom:none;
    text-align: center;
}
h4 {
    font-size:1.6rem;
    }
.note {font-size: 1.4rem; line-height: 1.3;}
}/*-fontメディアクエリここまで-*/

/*-----約物半角・文字詰め-----*/
.palt {font-feature-settings: "palt";}
.font-ls {letter-spacing: -0.05em;}
.yaku-han {letter-spacing: -0.4em;}
.right { text-align: right;}

/*--------PC電話番号リンク無効--------*/
@media screen and (min-width: 641px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}