/* ===================================================

  下層共通（スマホ用）

=====================================================*/
* {
	box-sizing: border-box;
}
.page.introduce h1::after {
    content: 'INTRODUCE';
}
.pc_only{
	display: none;
}

.sp_only{
	display: block;
}


.full_img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#lower_wrap{
	width: 95%;
	margin: 0 auto;
}


/* ページタイトル */
#h2_title{
	margin-top: 6vw;
	margin-bottom: 25px;
}
#h2_title .full_wrapper {
    position: relative;
    width: 100%;
}

#h2_title .full_img {
	background: url(../../images/record/bg_result.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position:center;
}

#h2_title .m_center {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	padding-top: 13%;
}

#h2_title h2 {
	color: #0b0b0b;
	font-size: 2.0em;
	margin-bottom: 10px;
	text-shadow: 3px 3px 5px #fff,
    -3px 3px 5px #fff,
    3px -3px 5px #fff,
    -3px -3px 5px #fff;
}
#h2_title #result_text{
	width: 100%;
}

#h2_title #result_text img{
	width: 100%;
}

#result_text_left{
    width: 30%;
    margin: 0 auto;
}
#result_text_left img{
	width: 100%;
	height: auto;
}
#h2_title #result_text p{
    font-weight: bold;
    line-height: 140%;
    font-size: 0.9em;
    margin-top: 5px;
}
/* ご紹介制度追加 */
#main_photo1 img{
	width:100%;
}

#main_photo2{
	background:url(../../introduce/images/main02_sp.jpg) no-repeat;
	background-size:100%;
	padding-top:180px;
}
#benefit{
	width:100%;
	margin:0 auto;
}
#benefit img{
	width:95%;
	margin:0 auto;
}

#contents .article p{
	font-size: 1.1em;
}
#contents .article p span{
	font-weight: bold;
}

#contents .article .big{
	font-weight: bold;
	font-size: 1.4em;
}
#around{
	width:100%;
	margin:0 auto;
	margin-bottom:40px;
	padding:15px 0;
	background:#dff0e7;
	padding:30px 20px;

}
.aroundbody{
	background:#fff;
	margin:0 auto;
	border-radius:30px;
	padding:20px;
}
.h3_around{
	color:#4f9674;
	font-size: 1.8em;
	padding: 10px 0 15px;
	text-align:center;
	border-bottom:solid 2px #4f9674;
	font-weight: bold;
	margin:0 auto;
	line-height:1.2;
}
#around ul{
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
	padding-left:20px;
}
#around ul li{
	padding:10px 0 0;
	text-align:left;
	font-size:1.2em;
	line-height:1.5;
	font-weight:bold;
	color:#724701;
	list-style:disc;
}

#step{
	margin-bottom:30px;
}
.step{
	position: relative;
	display: flex;
	margin-top:20px;
	margin-bottom:60px;
}
#step :nth-child(4){
	margin-bottom:20px;
}
.step:nth-child(2):after,.step:nth-child(3):after{
	content: "";
	position: absolute;
	bottom: -45px;
	left: 45%;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #4f9674 transparent transparent transparent;
	border-width: 25px 25px 0 25px;
}

.step .step_title{
	font-size: 1.1em;
	width:20%;
	text-align:center;
	background-color:#4f9674;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.step .step_txt{
	width:80%;
	border:1px solid #4f9674;
	padding:15px 10px;

}
.step .step_txt p{
	font-size: 1.1em!important;
}
.step .step_txt span{
	font-weight:bold;

}
#step_info{
	width:100%;
	margin:0 auto;
	padding:10px;
	background:#dff0e7;
}
#step_info .tel_title{
	font-size: 1.2em;
	width:100%;
	text-align:center;
	color:#000;
	align-items: center;
	border:1px solid #4f9674;
	background:#fff;
	margin:0 auto;
}
#step_info .tel_title p{
	line-height:1.2em;
	padding:10px;
	text-align:center;
}
#step_info .info_tel{
	font-size: 1.2em;
	width:100%;
	padding:10px 0 0;
}
#step_info .info_tel p{
	text-align:center;
}
#step_info .info_tel p .tel-link {
	font-weight: normal;
}
.step .step_txt p.step_tel{
	margin-top:5px;
}
.step .step_txt .step_tel span{
	display: inline-block;
	border: 1px solid #4f9674;
	padding:3px 15px;
	color: #fff;
	background: #4f9674;
	margin-top: 10px;
}
.step .step_txt .step_tel span a{
	color: #fff;
}
.pc-il {
	display: none;
}
#content2 .article {
	margin-bottom: 2rem;
}
.tel {
	pointer-events: auto;
	font-weight: bold;
}
