/**
 *
 *	Apply Style： style
 *	Style Name： /css/welcome/style.css
 *
 */

/**
 *
 *	レスポンシブスタイル
 *
 */

@media all and (max-width: 767px) {
/*------------------------------------------
 *	sec-welcome
------------------------------------------*/
.tit-page {
	background: url(/images/welcome/bg_page_mobile.jpg) center center no-repeat;
	background-size: cover;
	height: 175px;
}

.sec-welcome {
	margin: 0 0 60px;
}

.sec-welcome .tit {
	font-size: 2.4rem;
	text-align: center;
	max-width: inherit;
	margin: -15px auto 10px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0 10px;
}

.sec-welcome .tit-en {
	font-size: 1.4rem;
	text-align: center;
	font-family: "メイリオ",Meiryo,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	max-width: inherit;
	color: #ff8f62;
	margin: 0 auto;
	letter-spacing: 0.05em;
	padding: 0 10px;
}

/*------------------------------------------
 *	sec-beginner
------------------------------------------*/
.sec-beginner {
	max-width: inherit;
	margin: 0 auto;
	padding: 32px 10px 62px;
}

.sec-beginner .tit-beginner {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 27px 0 0;
	background: url(/images/welcome/ico_beginner.svg) center 0 no-repeat;
	background-size: 15px 22px;
	text-align: center;
	position: relative;
	letter-spacing: 0.05em;
	margin: 0 0 30px;
}

.sec-beginner .tit-beginner::before {
	background-color: #57d5b4;
	bottom: -12px;
	content: "";
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 25px;
}

.sec-beginner .summary {
	font-size: 1.4rem;
	color: #222;
	text-align: left;
	line-height: 1.6;
	margin: 0 0 20px;
}

.sec-beginner .contents-beginner {
	display: block;
}

.sec-beginner .contents-beginner .bring {
	width: 100%;
	padding: 16px 10px 20px;
	border: 1px solid #d9d9d9;
	background: url(/images/welcome/bg_bring_mobile.png) right bottom no-repeat;
	background-size: 100px 94px;
	box-sizing: border-box;
	margin: 0 0 15px;
}

.contents-beginner .bring h4 {
	text-align: center;
	font-weight: bold;
	margin: 0 0 12px;
	font-size: 1.4rem;
}

.contents-beginner .bring .txt-bring {
	width: 100%;
	color: #222222;
	padding: 0 0 15px;
	background: url(/images/welcome/border.png) left bottom repeat-x;
	background-size: 4px 2px;
	line-height: 1.4;
}

.contents-beginner .bring .list-bring {
	margin: 16px 0 0;
}

.contents-beginner .bring .list-bring li {
	color: #222;
	font-size: 1.3rem;
	padding: 0 0 0 15px;
	background: url(/images/common/ico_footprint.svg) 0 center no-repeat;
	background-size: 11px 10px;
	margin: 10px 0 0;
}

.contents-beginner .emergency {
	width: 100%;
}

.contents-beginner .emergency .txt-emergency {
	padding: 13px 30px;
	background: #ff955c;
	border-radius: 10px;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	line-height: 1.4;
	font-weight: bold;
}

.contents-beginner .emergency .txt-emergency::before {
	background: url(/images/welcome/ico_balloon_mobile.png) 0 0 no-repeat;
	background-size: 19px 12px;
	content: "";
	display: block;
	height: 12px;
	right: 22px;
	position: absolute;
	bottom: -12px;
	width: 19px;
	z-index: 2;
}

.contents-beginner .emergency .img-sp {
	display: block;
	padding: 0 43px;
	margin: 7px auto 0;
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

/*------------------------------------------
 *	sec-flow
------------------------------------------*/
.sec-flow {
	padding: 0 10px 60px;
	position: relative;
	background: #c1f8e9;
}

.sec-flow::before {
	width: 90px;
	height: 90px;
	border-radius: 90px;
	background: #c1f8e9;
	display: block;
	content: "";
	position: absolute;
	top: -25px;
	left: 50%;
	margin: 0 0 0 -45px;
}

.sec-flow .sec-in {
	max-width: inherit;
	margin: 0 auto;
	position: relative;
}

.sec-flow .sec-in .bg-flow {
	display: none;
}

.sec-flow .tit-flow {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 49px 0 0;
	background: url(/images/welcome/ico_stethoscope.svg) 51% 0 no-repeat;
	background-size: 31px 32px;
	text-align: center;
	position: relative;
	letter-spacing: 0.05em;
	margin: 0 0 33px;
	transform: translateY(-4px);
}

.sec-flow .tit-flow::before {
	background-color: #57d5b4;
	bottom: -12px;
	content: "";
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 25px;
}

.sec-flow .contents-flow {
	display: flex;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
	flex-wrap: wrap;
	width: 100%;
}

.sec-flow .contents-flow .list-flow {
	width: 100%;
	margin: 0 0 19px;
}

.sec-flow .contents-flow .img {
	order: 2;
	margin: 0 auto;
}

.contents-flow .list-flow li {
	padding: 35px 0 0;
	background: url(/images/welcome/ico_triangle.svg) center 11px no-repeat;
	background-size: 18px 16px;
}

.contents-flow .list-flow li:first-child {
	padding: 0;
	background: none;
}

.contents-flow .list-flow .flow {
	width: 100%;
	background: #fff;
	border: 2px solid #7fceb9;
	border-radius: 30px;
	padding: 10px 0 12px;
	text-align: center;
	box-shadow: 0 1px 3px 0 rgba(11, 4, 7, 0.1);
	font-size: 1.4rem;
	box-sizing: border-box;
	font-weight: bold;
	line-height: 1;
}

.contents-flow .list-flow p {
	width: 100%;
	margin: 5px auto 0;
	color: #222;
	line-height: 1.4;
	font-size: 1.3rem;
	padding: 0 5px;
}

/*	sp用表示コンテンツ	*/
.sec-welcome .emergency .img-sp {
	display: block;
}

.sec-welcome .img-sp {
	display: block;
}

/*	非表示コンテンツ	*/
.sec-welcome .emergency .img-pc {
	display: none;
}

.sec-welcome .img-pc {
	display: none;
}
}
