@charset "UTF-8";

.flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

a:visited {
	text-decoration: none;
	color: #000;
}

h2.title img {

}

.top5 {
	margin-top: 5px;
}

.top7 {
	margin-top: 7px;
}

.top10 {
	margin-top: 10px;
}

.top15 {
	margin-top: 15px;
}

.top17 {
	margin-top: 17px;
}

.top30 {
	margin-top: 30px;
}

a {
	text-decoration: none;
	background: transparent;
	color: #000;
	outline: 0;
}

html {
	background-color: #33302a;
	font-size: 62.5%;
	min-width: 980px;
}

body {
	color: #333;
	font-size: 13px;
	font-size: 1.3em;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background-color: #fff;
	min-width: 980px;
}

/* pc */
.sp {
	display: none;
}

.pc {
	display: block;
}

.contents {
	width: 960px;
	margin: 0 auto;
}

.header .header-pc .logo {
	width: 170px;
	background-position: right center;
	background-repeat: no-repeat;
}

.header .header-pc .header-list {
	text-align: center;
	margin-left: 60px;
}

.header .header-pc .header-list .item {
	text-align: center;
	border-left: 1px dotted;
}

.header .header-pc .header-list .item.tel {
	width: 188px;
}

.header .header-pc .header-list .item.mail {
	width: 260px;
}

.header .header-pc .header-list .item.mobile {
	width: 275px;
}

.header .header-pc .header-list .item.mobile .inner {
	margin: 5px auto 0;
	width: 239px;
	position: relative;
}

.header .header-pc .header-list .item.mobile .inner .qr {
	position: absolute;
	top: -3px;
	right: -25px;
}

.nav .nav-pc {
	background-color: #33302a;
}

.nav .nav-pc .nav-list {

}

.nav .nav-pc .nav-list .item {

}

.nav .nav-pc .nav-list .item.home {
	background: url("../img/base/menu_home_ov.png") no-repeat center top;
	width: 66px;
	height: 51px;
}

.nav .nav-pc .nav-list .item.taigu {
	background: url("../img/base/menu_treatment_ov.png") no-repeat center top;
	width: 153px;
	height: 51px;
}

.nav .nav-pc .nav-list .item.flow {
	background: url("../img/base/menu_flow_ov.png") no-repeat center top;
	width: 153px;
	height: 51px;
}

.nav .nav-pc .nav-list .item.tainyu {
	background: url("../img/base/menu_experience_ov.png") no-repeat center top;
	width: 153px;
	height: 51px;
}

.nav .nav-pc .nav-list .item.qa {
	background: url("../img/base/menu_q&a_ov.png") no-repeat center top;
	width: 80px;
	height: 51px;
}

.nav .nav-pc .nav-list .item.nikkyu {
	background: url("../img/base/menu_daily-wage_ov.png") no-repeat center top;
	width: 153px;
	height: 51px;
}

.nav .nav-pc .nav-list .item.my-no {
	background: url("../img/base/menu_my-number_ov.png") no-repeat center top;
	width: 202px;
	height: 51px;
}

.nav .nav-pc .nav-list .item a {
	display: block;
	width: 100%;
	height: 100%;
}

.nav .nav-pc .nav-list .item a:hover {
	opacity: 0;
}

.page {

}

.page .page-header {
	background-color: #FF6C88;
	height: 90px;
	box-sizing: border-box;
}

.page .page-header .title {
	padding: 10px;
}

.page .page-body {
	text-align: center;
}

.page .page-body .section {
	border-bottom: 1px dashed #D3D3D3;
	padding-bottom: 15px;
}

.entry-form {
	text-align: center;
}

.entry-form .banner .line, .entry-form .banner .mail {
	margin: 15px auto 0;
	position: relative;
}

.entry-form .banner .line .qr-line {
	position: absolute;
	right: 3%;
	top: 8%;
}

.entry-form .banner .line .line-id {
	position: absolute;
	left: 20%;
	bottom: 13%;
	color: #ff6c88;
	font-size: 18px;
}

.entry-form .banner .mail .qr-mail {
	position: absolute;
	top: 1%;
	right: 1%;
}

.entry-form .banner .mail .address {
	position: absolute;
	left: 60%;
	bottom: 7%;
	color: #ff6c88;
	font-size: 16px;
}

.entry-form .form-table {
	width: 900px;
	margin: 0 auto;
}

.entry-form .form-table .label {
	width: 200px;
	text-align: center;
	background-color: #FF6C88;
	color: #FFFFFF;
}

.entry-form .form-table .value {
	text-align: left;
	background-color: #E4E4E4;
}

.entry-form .form-table .label, .entry-form .form-table .value {
	border-bottom: #959595 solid 1px;
	padding: 10px;
	height: 30px;
	vertical-align: top;
}

.entry-form .form-table input[type="text"] {
	width: 100%;
	height: 100%;
}

.entry-form .form-table textarea {
	width: 100%;
	height: 150px;
}

.entry-form .form-button {
	background-color: #ff6c88;
	border: none;
	color: #ffffff;
	font-size: 25px;
	box-sizing: border-box;
	padding: 5px 20px;
	border-radius: 10px;
}

.entry-form .form-button:before {
	content: '＞ ';
	display: inline;
}

.footer {
	background-color: #303028;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	padding-bottom: 10px;
}

.footer .footer-nav {
	border-top: 1px solid #333;
	text-align: center;
	background-color: white;
	padding-top: 30px;
}

.footer .footer-nav ul:after {
	content: '';
	display: block;
	clear: both;
}

.footer .footer-nav li {
	font-size: 13px;
	width: 14%;
	text-align: left;
}

.footer .footer-nav li:before {
	content: '>';
	color: #333333;
}

.footer .footer-nav li a {
	margin-left: 4px;
}

.footer .footer-nav li {
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 20px;
}

.footer .copyright {
	line-height: 140%;
}

@media print , screen and (max-width:768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.sp-w100 {
		width: 100%;
	}
	.sp-w80 {
		width: 80%;
	}
	html, body {
		width: 100%;
		min-width: 320px;
	}
	.contents {
		padding: 0;
		width: 100%;
		min-width: 320px;
	}
	.header {
		height: 51px;
	}
	.header .header-sp {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		height: 49px;
		width: 100%;
		background-color: #FFFFFF;
		box-shadow: 0px 3px 0 0 rgba(0, 0, 0, 0.3);
		min-width: 320px;
	}
	.header .header-sp img {
		height: 49px;
	}
	.header .header-sp .header-nav-sp {
		margin-left: auto;
	}
	.header .header-sp .header-nav-sp img {
		float: left;
	}
	.header .header-sp .nav-sp-left {
		display: none;
		cursor: pointer;
		position: fixed;
		left: 0;
		top: 0;
		width: 50px;
		z-index: 100;
	}
	.header-sp .nav-sp-left img {
		width: 50px;
	}
	.nav .nav-sp {
		display: none;
		width: 100%;
		position: absolute;
		left: 0;
		top: 60px;
		background-color: #33302a;
	}
	.nav .nav-sp .contents {
		border-right: #fff 10px solid;
		border-left: #fff 10px solid;
		box-sizing: border-box;
	}
	.nav .nav-sp li {
		position: relative;
		color: #fff;
		border-bottom: #5a564f 1px solid;
	}
	.nav .nav-sp li a {
		display: block;
		padding: 15px 10px;
		color: #fff;
	}
	.page .page-header {
		height: 45px;
	}
	.page .page-header h2.title {
		width: 100%;
		box-sizing: border-box;
		padding: 5px;
	}
	.page .page-header h2.title img {
		height: 33px;
	}
	.entry-form .msg {
		text-align: left;
		line-height: 180%;
	}
	.entry-form .form-table {
		width: 100%;
	}
	.entry-form .form-table .label, .entry-form .form-table .value {
		display: block;
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		height: auto;
	}
	.footer .footer-nav {
		border-top: none;
		text-align: center;
		background-color: white;
		padding: 0;
	}
	.footer .footer-nav ul {
		border-top: #e5e5e5 1px solid;
	}
	.footer .footer-nav li {
		white-space: nowrap;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		height: 32px;
		border-right: #e5e5e5 1px solid;
		border-bottom: #e5e5e5 1px solid;
		font-size: 11px;
		font-size: 1.1rem;
		margin: 0;
		text-align: left;
	}
	.footer .footer-nav li:before {
		display: none;
	}
	.footer .footer-nav li a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 10px 15px;
		box-sizing: border-box;
		margin: 0;
	}
}

/* .flow */
.page-flow .page-body .contents {
	width: 867px;
}

.page-flow .step3, .page-flow .step4 {
	position: relative;
}

.page-flow .step3 .button-entry {
	position: absolute;
	left: 20%;
	bottom: 3%;
}

.page-flow .step3 .button-line {
	position: absolute;
	right: 20%;
	bottom: 3%;
}

.page-flow .step4 .button-advice img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3%;
	margin: auto;
}

@media print , screen and (max-width:768px) {
	.page-flow .page-body .contents {
		width: 100%;
	}
	.page-flow .step4 .button-advice img {
		bottom: 3%;
	}
	.page-flow .step3 .button-entry, .page-flow .step3 .button-line {
		bottom: 3%;
		width: 40%;
	}
	.page-flow .step3 .button-entry img, .page-flow .step3 .button-line img {
		width: 100%;
	}
	.page-flow .step3 .button-entry {
		left: 5%;
	}
	.page-flow .step3 .button-line {
		right: 5%;
	}
}
/* /.flow */

/* taigu */
.page-taigu {

}

.page-taigu .tiagu-nav-list {

}

.page-taigu .tiagu-nav-list .item {
	width: 135px;
	height: 135px;
	border: 1px solid #FFCDD3;
	margin: -1px 0 0 -1px;
}

.page-taigu .tiagu-nav-list .item a:hover {
	opacity: 0;
}

.page-taigu .tiagu-nav-list .item.nav1 {
	background-image: url("../img/treatment/nav1_ov.png");
}

.page-taigu .tiagu-nav-list .item.nav2 {
	background-image: url("../img/treatment/nav2_ov.png");
}

.page-taigu .tiagu-nav-list .item.nav3 {
	background-image: url("../img/treatment/nav3_ov.png");
}

.page-taigu .tiagu-nav-list .item.nav4 {
	background-image: url("../img/treatment/nav4_ov.png");
}

.page-taigu .tiagu-nav-list .item.nav5 {
	background-image: url("../img/treatment/nav5_ov.png");
}

.page-taigu .tiagu-nav-list .item.nav6 {
	background-image: url("../img/treatment/nav6_ov.png");
}

.page-taigu .tiagu-nav-list .item.nav7 {
	background-image: url("../img/treatment/nav7_ov.png");
}

.page-taigu .tiagu-nav-list .item.nav8 {
	background-image: url("../img/treatment/nav8_ov.png");
}

.page-taigu .tiagu-nav-list .item.nav9 {
	background-image: url("../img/treatment/nav9_ov.png");
}

.page-taigu .tiagu-nav-list .item.nav10 {
	background-image: url("../img/treatment/nav10_ov.png");
}

.page-taigu .tiagu-nav-list .item.nav11 {
	background-image: url("../img/treatment/nav11_ov.png");
}

@media print , screen and (max-width:768px) {
	.page-taigu .tiagu-nav-list {
		width: 95%;
		margin: 0 auto;
		text-align: center;
	}
	.page-taigu .tiagu-nav-list .item {
		background-size: 100% 100%;
		width: 75px;
		height: 75px;
		display: inline-block;
	}
	.page-taigu .tiagu-nav-list .item.pc {
		display: none;
	}
}