/* はじめての方へ */
#shintoshin h2{
	margin-left: auto!important;
	margin-right: auto!important;
}
#shintoshin h3{
	font-size: 36px;
    font-weight: normal;
    line-height: 2;
}
#shintoshin  h3.center {
	text-align: center;
	margin: 100px 0 40px;
}
@media (max-width: 767px) {
    #shintoshin h3{
        font-size: 28px;
        line-height: 1.6;
    }
	#shintoshin  h3.center {
		margin: 10% 0 5%;
	}
}
@media (max-width: 500px) {
    #shintoshin h3{
        font-size: 6vw;
        text-align: center;
        line-height: 2;
    }
}
#shintoshin .text-box.center p {
    text-align: center;
}
@media (max-width: 767px) {
    #shintoshin .text-box.center p {
        text-align: left;
    }
	 #shintoshin .text-box.center .br,
	#shintoshin .text-box.center .warp{
        display: inline;
    }
}
#sub-page_box.guide-bg{
    background: url(../images/guide-bg.jpg),#fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
#shintoshin .guide-flex .box{
    display: flex;
    justify-content: space-between;
}
#shintoshin .guide-flex .box + .box{
    margin-top: 140px;
}
#shintoshin .guide-flex .box .content{
    max-width: 620px;
    width: 52%;
}
#shintoshin .guide-flex .box .img-box{
    max-width: 500px;
    width: 42%;
}
#shintoshin .guide-flex .box h3{
    font-size: 36px;
    font-weight: normal;
    line-height: 2;
}
#shintoshin .guide-flex .box:nth-child(even){
    flex-direction: row-reverse;
}
#shintoshin .guide-cv{
    background: url(../images/info-box-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    padding: 20px 0;
    margin-top: 160px;
    border: 1px solid #beae8e;
}
#shintoshin .guide-cv .guide-cv-flex{
    max-width: 1050px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#shintoshin .guide-cv .guide-cv-flex .l-box{
    max-width: 320px;
    width: 30%;
}
#shintoshin .guide-cv .guide-cv-flex .r-box{
    max-width: 670px;
    width: 64%;
    display: flex;
    flex-direction: column;
    justify-content: center;
align-items: flex-start;
}
#shintoshin .guide-cv .guide-cv-flex .l-box p{
    background: url(../images/ellipse-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 320px;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #0d463f;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP','メイリオ',serif;
}
#shintoshin .guide-cv .guide-cv-flex .r-box .info{
    font-size: 22px;
    color: #333333;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP','メイリオ',serif;
    margin: 0;
	text-align: left;
}
#shintoshin .guide-cv .guide-cv-flex .r-box .info .small{
	font-size: 18px;
	display: inline-block;
}
#shintoshin .guide-cv .guide-cv-flex .r-box .flex-box{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
	width: 100%;
}
#shintoshin .guide-cv .guide-cv-flex .r-box .flex-box .tel{
    max-width: 360px;
    color: #0f5753;
    font-size: 20px;
    letter-spacing: 0.1em;
    position: relative;
    display: flex;
}
#shintoshin .guide-cv .guide-cv-flex .r-box .flex-box .tel .tel-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#shintoshin .guide-cv .guide-cv-flex .r-box .flex-box .tel .tel-number {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.12em;
    white-space: nowrap;
}
#shintoshin .guide-cv .guide-cv-flex .r-box .flex-box .tel::before {
    content: "";
    background: url(../images/tel_icon.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 3.2em;
    height: 3.2em;
    display: block;
    margin-right: 10px;
    position: relative;
    top: 0.2em;
}
#shintoshin .guide-cv .guide-cv-flex .r-box .flex-box .cv-line{
    max-width: 280px;
    width: 40%;
    height: 78px;
    border: 0;
    padding: 1px;
    color: #fff;
    background: linear-gradient(to right, #01a478 0%, #0b3a38 100%);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
}
#shintoshin .guide-cv .guide-cv-flex .r-box .flex-box .tel .tel-info{
    text-align: center;
}
#shintoshin .guide-section h2{
    margin: 200px 0 100px;
}
#shintoshin .guide-section h2::before{
    content: "Medical Safety \AMeasures";
	font-size: 120px;
	white-space: pre;
}
#shintoshin .guide-section h2.before-no::before{
    display: none;
}
@media (max-width: 767px) {
    #shintoshin .guide-section h2::before{
        font-size: 11vw;
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    #shintoshin .guide-section h2::before{
        font-size: 10.5vw;
        margin-bottom: 15px;
    }
}
#shintoshin .guide-flex-bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
#shintoshin .guide-flex-bottom::after {
	content:"";
  display: block;
  width:32%;
}
#shintoshin .guide-flex-bottom .box{
    max-width: 580px;
    width: 32%;
    border-radius: 10px;
    padding: 50px 0;
    position: relative;
    background-color: #efebe6;
	margin-bottom: 2%;
}
#shintoshin .guide-flex-bottom .box .count{
    color: #d2cbc2;
    font-size: 140px;
    position: absolute;
    top:15px;
    left: 50px;
    font-family: "Cormorant",'Noto Serif CJK JP','Noto Serif JP','メイリオ',serif;
    line-height: 0;
}
#shintoshin .guide-flex-bottom .box .icon{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(to right, #01a478 0%, #0b3a38 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
#shintoshin .guide-flex-bottom .box .icon img{
    width: 50%;
}
#shintoshin .guide-flex-bottom .box p.title{
    text-align: center;
    font-size: 32px;
    color: #0d463f;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP','メイリオ',serif;
    margin: 30px 15px 30px;
	line-height: 1.6;
	
}
#shintoshin .guide-flex-bottom .box p.text{
    margin: 0 auto;
    width: 80%;
    font-size: 18px;
	padding-top: 25%;
}
@media(max-width:1194px) and (min-width:768px){
    #shintoshin .guide-flex .box + .box{
        margin-top: 100px;
    }
    #shintoshin .guide-flex .box .content{
        width: 55%;
    }
    #shintoshin .guide-flex .box .img-box{
        width: 42%;
    }
    #shintoshin .guide-flex .box h3{
        font-size: 30px;
    }
    #shintoshin .guide-cv{
        padding: 25px 0;
        margin-top: 120px;
    }
    #shintoshin .guide-cv .guide-cv-flex{
        width: 94%;
    }
    #shintoshin .guide-cv .guide-cv-flex .l-box p{
        background: url(../images/ellipse-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 280px;
        height: 280px;
        font-size: 28px;
    }
    #shintoshin .guide-cv .guide-cv-flex .r-box{
        width: 60%;
    }
    #shintoshin .guide-cv .guide-cv-flex .r-box .info{
        font-size: 18px;
    }
	#shintoshin .guide-cv .guide-cv-flex .r-box .info .small {
		font-size: 16px;
	}
    #shintoshin .guide-cv .guide-cv-flex .r-box .flex-box{
        margin-top: 30px;
        display: block;
    }
    #shintoshin .guide-cv .guide-cv-flex .r-box .flex-box .tel{
        font-size:2vw;
        max-width: none;
        justify-content: center;
    }
    #shintoshin .guide-cv .guide-cv-flex .r-box .flex-box .tel .tel-number {
        font-size:4.5vw;
    }
    #shintoshin .guide-cv .guide-cv-flex .r-box .flex-box .cv-line{
        max-width: none;
        width: 100%;
        height: 68px;
        font-size: 18px;
        margin: 20px auto 0;
    }
    #shintoshin .guide-section h2{
        margin: 150px 0 80px;
    }
    #shintoshin .guide-flex-bottom .box{
        width: 49%;
        padding: 40px 0;
    }
    #shintoshin .guide-flex-bottom .box .count{
        font-size: 90px;
        top:0;
        left: 10px;
    }
    #shintoshin .guide-flex-bottom .box .icon{
        width: 120px;
        height: 120px;
    }
    #shintoshin .guide-flex-bottom .box p.title{
        font-size: 26px;
        margin: 25px 15px 25px;
    }
    #shintoshin .guide-flex-bottom .box p.text{
        font-size: 16px;
		padding-top: 12%;
    }
	#shintoshin .guide-flex-bottom .box .icon{
		width:100px;
		height: 100px;
	}
}
@media (max-width:767px) {
    #shintoshin .guide-flex .box{
        display: block;
    }
    #shintoshin .guide-flex .box + .box{
        margin-top: 12%;
    }
    #shintoshin .guide-flex .box .content{
        max-width: none;
        width: 100%;
    }
    #shintoshin .guide-flex .box .img-box{
        max-width: none;
        width: 100%;
        margin-top: 5%;
    }
    #shintoshin .guide-flex .box h3{
        font-size: 28px;
        line-height: 1.6;
    }
    #shintoshin .guide-cv{
        background: url(../images/info-box-bg-sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center right;
        padding: 0 0 5vw;
        margin-top: 15%;
    }
    #shintoshin .guide-cv .guide-cv-flex{
        width: 85%;
        display: block;
    }
    #shintoshin .guide-cv .guide-cv-flex .l-box{
        max-width: none;
        width: 100%;
    }
    #shintoshin .guide-cv .guide-cv-flex .r-box{
        max-width: none;
        width: 100%;
    }
    #shintoshin .guide-cv .guide-cv-flex .l-box p{
        background: url(../images/ellipse-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 200px;
        font-size: 28px;
        margin: 0 auto;

    }
    #shintoshin .guide-cv .guide-cv-flex .r-box .info{
        font-size: 18px;
        margin-top: -40px;
    }
    #shintoshin .guide-cv .guide-cv-flex .r-box .flex-box{
        margin-top: 30px;
        display: block;
    }
    #shintoshin .guide-cv .guide-cv-flex .r-box .flex-box .tel{
        max-width: none;
        font-size: 2.5vw;
        letter-spacing: 0.1em;
        position: relative;
        display: flex;
        justify-content: center;
    }
    #shintoshin .guide-cv .guide-cv-flex .r-box .flex-box .tel .tel-number {
        font-size: 5.5vw;
    }
    #shintoshin .guide-cv .guide-cv-flex .r-box .flex-box .cv-line{
        max-width: none;
        width: 100%;
        height: 10vw;
        font-size: 3vw;
        margin: 5% auto 0;
    }
    #shintoshin .guide-section h2{
        margin: 20% 0 10%;
    }
    #shintoshin .guide-flex-bottom{
        display: block;
    }
    #shintoshin .guide-flex-bottom .box{
        max-width: none;
        width: 100%;
        padding: 30px 0;
        margin-bottom: 5%;
    }
    #shintoshin .guide-flex-bottom .box .count{
        font-size: 100px;
        top:15px;
        left: 30px;
    }
    #shintoshin .guide-flex-bottom .box .icon{
        width: 80px;
        height: 80px;
    }
    #shintoshin .guide-flex-bottom .box p.title{
        font-size: 26px;
        margin: 20px 0 20px;
    }
    #shintoshin .guide-flex-bottom .box p.text{
        font-size: 16px;
		padding-top: 12%;
    }
	#shintoshin .guide-cv .guide-cv-flex .r-box .info{
		font-size: 16px!important;
	}
	#shintoshin .guide-cv .guide-cv-flex .r-box .info .small {
		font-size: 14px;
	}
}
@media (max-width:500px) {
    #shintoshin .guide-flex .box h3{
        font-size: 6vw;
		text-align: center;
		line-height: 2;
    }
	#shintoshin .guide-flex .box .img-box{
		margin-bottom:80px;
		margin-top: 30px!important;
	}

    #shintoshin .guide-flex-bottom .box .count{
        font-size: 70px;
        top:15px;
        left: 20px;
    }
    #shintoshin .guide-flex-bottom .box .icon{
        width: 60px;
        height: 60px;
    }
    #shintoshin .guide-flex-bottom .box p.title{
        font-size: 22px;
        margin: 20px 15px 20px;
    }
	#shintoshin .guide-cv .guide-cv-flex .l-box p{
		font-size: 6vw;
		height: 150px;
		margin-bottom: 20px;
	}
	#shintoshin .guide-cv .guide-cv-flex .r-box .info{
		font-size: 14px!important;
	}
	#shintoshin .guide-cv .guide-cv-flex .r-box .info .small {
		font-size: 12px;
	}
	#shintoshin .guide-cv .guide-cv-flex .r-box .flex-box .tel .tel-number{
		font-size: 8vw;
	}
	#shintoshin .guide-cv .guide-cv-flex .r-box .flex-box .tel{
		font-size: 4vw;
	}
	#shintoshin .guide-cv .guide-cv-flex .r-box .flex-box .cv-line{
		font-size: 14px;
		padding: 30px 5px;
		margin:15px auto 30px;
	}
	#shintoshin .guide-flex-bottom .box p.text{
		font-size: 14px;
	}
}




#shintoshin .guide-flex-bottom.flex02 .box {
	width: 49%;
	margin-bottom: 3%;
	background: #f3f3f3;
}
@media (max-width: 767px) {
    #shintoshin .guide-flex-bottom.flex02 .box {
        max-width: none;
        width: 100%;
        padding: 30px 0;
        margin-bottom: 5%;
    }
}
#shintoshin .guide-flex-bottom.flex02 .box p.text {
	padding-top: 0;
}

#shintoshin .sub_content-box.mt200 .box {
	margin-top: 100px;
}
@media (max-width: 767px) {
	#shintoshin .sub_content-box.mt200 .box {
		margin-top: 0;
	}
    #shintoshin .sub_content-box.mt200 .box {
        display: flex;
		flex-direction: column-reverse;
		margin: 10% 0 5%;
    }
}
@media (max-width: 500px) {
	#shintoshin .sub_content-box.mt200 .img-box {
		margin-bottom: 0;
	}
}