/* font */
@font-face{ 
    font-family: 'hel_i';
    src: url('../fonts/hel_i.ttf') format('truetype');
}
.hel_i{
    font-family: 'hel_i',sans-serif;
    font-weight: 500;
}

body {
    position: relative;
    min-width: 1000px;
    width: 100%;
    word-wrap: break-word;
}
body{
    position: relative;

    color: #231815;
    /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; */
    font-family: 'Noto Sans JP' ,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    /* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;

    word-break: break-all;
    -webkit-text-size-adjust: none;
    line-break: strict;
    overflow-wrap: break-word;

    /* overflow-x: hidden; */

    background-color: #ebeee8;
}

body * {
    box-sizing : border-box;
  }


.mincho{
    font-family: 'Noto Serif JP', serif;
}

img{
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}


.wrap{
    max-width: 980px;
    margin: 0 auto;
}



section{
	position: relative;
    padding: 99px 5%;
}

.cont_incont{
    position: relative;
    max-width: 750px;
    margin: 0 auto;
}

b, strong, .bold{
	/* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; */
    font-weight: 600;
}

p{
	margin: 0;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

table{
    border-collapse: collapse;
}


h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    letter-spacing: 0.05rem;
}

a{
    text-decoration: none;
    transition: all 500ms;
}
a:hover{
    transition: all 500ms;
}


@media screen and (max-width: 767px){
    html {
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
    }
    body {
        min-width: 320px;
        background-size: 300px;
    }

    section {
        padding: 50px 5%;
    }
}

/* pagetop start */
#pagetop {
    position: fixed;
    right: 10px;
    bottom: 170px;
    margin: 0;
    z-index: 100;
}
#pagetop a {
    position: relative;
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    background: #4487b0;
    transition: opacity .6s ease;
    color: #FFF;
    align-items: center;
    text-decoration: none;
    /* font-size: 32px; */
    border-radius: 100%;
}
img.page_img {
    width: 55%;
}
#pagetop a:hover {
    opacity: .6;
}
@media screen and (max-width:767px) {
	#pagetop {
		position: fixed;
        right: 10px;
        bottom: 120px;
		margin: 0;
		opacity: .9;
		z-index: 99;
	}
	#pagetop a {
		width: 45px;
		height: 45px;
	}

    .flow_cont h3 {
        font-size: 20px;
    }
}

.mb_0{
    margin-bottom: 0!important;
}
.mt_0{
    margin-top: 0!important;
}
.pb_0{
    padding-bottom: 0;
}
.pt_0{
    padding-top: 0!important;
}

.bk_wh{
    background-color: #FFF;
}

._ce{
    text-align: center;
}

/* PC/SP start */
.pc{
}
.sp{
    display: none;
}
@media screen and (max-width: 767px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
/* PC/SP end */