@charset "UTF-8";

/*======================================================
サイト共通の設定
======================================================*/

/*-----------------------------
フォントの設定
-----------------------------*/


html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
    overflow-y:scroll;
}

body {
	font-size: 1.2rem;/* 15px */
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";　//文字詰めの設定
}



/*　文字詰めの設定 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}


/*-----------------------------
共通の設定
-----------------------------*/

body {
	line-height: 1.5;
	color: #4C4948;
}

li, p{
    color:#333;
}

figcaption {
	font-size: 1.1rem;
}

/*clearfix*/

.cf:after {
  content: ""; 
  display: block; 
  clear: both;
 }

dl dt, dl dd{
    padding:0;
    margin:0;
}

img{
    max-width: 100%;
    height: auto;
    width /***/:auto;
}

.resize img{
    max-width: 100vw;
}

.tel-link a:link,.tel-link a:hover,.tel-link a:active{
    color:#01858d;
    text-decoration: none;
}

section,article{
    margin-bottom:3em;
}

.sentence{
    text-indent: 1em;
}

th{
    text-align: left;
    font-weight: normal;
}

/*-----　　禁則処理　　-----*/

p{ line-break: normal; }
p{ line-break: strict; }



/*-----------------------------
改行に関するcss
-----------------------------*/

/* スマホ・タブレットで改行しない */

@media screen and (max-width:768px){
    .s-nobr{
        display:none;
    }

}

/* パソコンで改行しない */

@media screen and (min-width:768px){
    .p-nobr{
        display:none;
    }

}

/*-----------------------------
表示に関するcss
-----------------------------*/


@media (max-width:768px){
    
    /*スマホのときだけ表示しない設定*/
    .s-none{
        display: none;
    }

    /* スマホのときだけ左寄せ */
    .s-left{
        text-align:left;    
    }
}

@media (min-width:769px){
    /* パソコン以上で表示しない */
    .pc-none{
        display: none;
    }
}


/*-----------------------------
リンク
-----------------------------*/

a:hover img{
    opacity: 0.6;
    filter: alpha(opacity=50);
    -webkit-transition:0.4s;
    transition: 0.4s;
}

a:link ,a:visited {
	color: #F08300;
	text-decoration:underline dotted;
}

a:hover{
	color: #007E53;
	text-decoration: none;
    text-decoration:underline dotted;
}


/*　この辺りにマージンだけとかフロートだけとか　*/



.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50{
    margin-bottom:50px !important;
}

.mb60{
    margin-bottom:60px !important;
}

.mb70{
    margin-bottom:70px !important;
}

.mb80{
    margin-bottom:80px !important;
}



.lh12{
    line-height: 1.2;
}

.lh15{
    line-height:1.5;
}

.alignleft {
	margin-right: 80px;
	margin-bottom: 20px;
	float: left;
}

.alignright {
	margin-left: 80px;
	margin-bottom: 20px;
	float: right;
}

.cl-r{
    clear:right;
}

.cl-l{
    clear:left;
}

.cl-b{
    clear:both;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.font10 {
	font-size: 1.0rem;
}

.font11{
    font-size:1.1rem;
}

.font12{
    font-size:1.2rem;
}

.font13{
    font-size:1.3rem;
}

.font14{
    font-size:1.4rem;
}

.font15{
    font-size:1.5rem;
}

.font16{
    font-size:1.6rem;
}

.font17{
    font-size:1.7rem;
}

.font18{
    font-size:1.8rem;
}

.font19{
    font-size:1.9rem;
}

.font20{
    font-size:2.0rem;
}

.font21{
    font-size:2.1rem;
}

.font22{
    font-size:2.2rem;
}

.font23{
    font-size:2.3rem;
}

.font24{
    font-size:2.4rem;
}

.font25{
    font-size:2.5rem;
}

.font26{
    font-size:2.6rem;
}

.font27{
    font-size:2.7rem;
}

.font28{
    font-size:2.8rem;
}



/*　よく使う色　*/

.yellow{
    color:#f59700 !important;
}

.pink{
    color:#ef2e73 !important;
}

.redb{
    color:#E60012;
    font-weight: bold;
}

.red{
    color:#E60012;
}

.blue{
    color:#3485f2;
}
