@charset "utf-8";
/* CSS Document */

@import url("form_style.css");

/* =================================================
全称セレクタ
================================================= */

*{
	margin:0;
	padding:0;
	border:none;
}

/* =================================================
全体指定
================================================= */

body {
	color:#fff;
	background:#000;
}

/* =================================================
リンク
================================================= */

a{
	text-decoration:none;
}

a:link{
	color:#fc466b;
}

a:visited{
	color:#fc466b;
}

a:hover {
	color:#bf4e9a;
}

a:active {
	color:#fc466b;
}

/* =================================================
文字
================================================= */

/*recaptcha*/
.recaptcha_policy{text-align:left;}
.grecaptcha-badge { visibility: hidden; }


/* =================================================
その他
================================================= */

hr {
	display:none;
}

/* =================================================
ヘッダー
================================================= */

header{
	display: table;
	width: 100%;
}

.inner{
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}

header h2{
	margin:0px 0px 40px;
	font-size:160%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

p.h_copy{
	display:inline-block;
	padding:25px;
	background:#fc466b;
	color:#fff;
	font-size:240%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* ナビ======= */

nav{
	width:100%;
	float:left;
}

#menuList {
	display: none;
}

#rwdMenuWrap {
	width: 100%;
	position: fixed;
	z-index: 20;
}

#rwdMenuWrap img.logo{
	width: 150px;
	margin-top: 28px;
	margin-left:18px;
}

#rwdMenuWrap #switchBtnArea {
	width: 100%;
	height: 100px;
	position: relative;
	background-color: rgba(0,0,0,0.5);
}

#rwdMenuWrap #switchBtnArea #switchBtn {
	top: 28px;
	right: 23px;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	border-radius: 10px;
	margin-right: 0px;
}

#rwdMenuWrap #switchBtnArea #switchBtn span {
	left: 20%;
	width: 60%;
	height: 4px;
	display: block;
	position: absolute;
	background-color: #fff;
	border-radius: 5px;
	transition: all 0.2s linear;
}

#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
	top: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
	top: 18px;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
	bottom: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#rwdMenuWrap ul {
	width: 100%;
	display: none;
	margin: 0;
	padding: 0;
}

#rwdMenuWrap ul li {
	width: 100%;
	border-bottom: #fff 1px solid;
}

#rwdMenuWrap ul li:last-child{
	border-bottom: #000 1px solid;
}

#rwdMenuWrap ul li a {
	padding: 15px 20px;
	text-align: left;
	display: block;
	background: #000;
	color:#fff;
	position: relative;
	text-decoration:none;
}

#rwdMenuWrap ul li:last-child a:link{
	background: #fc466b;
	color:#fff;
}

#rwdMenuWrap ul li a:after {
	content: '';
	margin-top: -4px;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	color: #888;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	position: absolute;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#rwdMenuWrap #switchBtnArea.set-background {
	background: -webkit-gradient(-135deg,from(#fc466b), to(#3f5efb));
	background: -moz-linear-gradient(-135deg, #fc466b, #3f5efb);
	background: linear-gradient(-135deg, #fc466b, #3f5efb);
}

/*ボタン背景色
#switchBtn{
	background: -webkit-gradient(-135deg,from(#fc466b), to(#3f5efb));
	background: -moz-linear-gradient(-135deg, #fc466b, #3f5efb);
	background: linear-gradient(-135deg, #fc466b, #3f5efb);
}*/

#rwdMenuWrap #switchBtnArea.set-background #switchBtn{
	background:rgba(255,255,255,0);
}

.h_contact{
	top: 14px;
	right: 80px;
	display: block;
	position: absolute;
}


#rwdMenuWrap #switchBtnArea.set-background .h_contact{
	display:none;
}

img.h_contact_ban{
	width:69px;
}

img.h_contact_ban_space{
	margin:0px 7px;
}

/* =================================================
コンテンツ
================================================= */

#c1,#c5{
	width:100%;
	padding:80px 0px;
	background: -webkit-gradient(-135deg,from(#fc466b), to(#3f5efb));
	background: -moz-linear-gradient(-135deg, #fc466b, #3f5efb);
	background: linear-gradient(-135deg, #fc466b, #3f5efb);
}

.c1_main,.c5_main{
	margin:auto;
	width:1000px;
	padding:40px;
	box-sizing:border-box;
	background:rgba(255,255,255,0.6);
	color:#000;
	text-align:center;
}

img.c1_logo{
	vertical-align: middle;
	margin-right:5px;
}

p.c1_text{
	margin:20px 0px;
}

.c1_kyoutyou{
	color:#fc466b;
	font-size:120%;
	font-weight:bold;
}

p.c1_text:nth-of-type(3){
	margin-bottom:0px;
}

/*
p.c1_img{
	margin:40px 0px 0px;
}
*/

.c1_img_shop{
	display:flex;
	list-style-type:none;
	width:800px;
	margin:20px auto 0px;
}

span.c1_img_text {
	margin-bottom: 10px;
	display: block;
	color: #fc466b;
	font-weight: bold;
}

span.c1_color{
	color:#fc466b;
}

#c2{
	width: 100%;
	background: #000 url(../images/c2_bg.jpg) no-repeat left center;
	background-size: 50%;
	padding:80px 0px;
}

.c2_main{
	width:50%;
	margin-left:auto;
	padding:0px 40px;
	box-sizing:border-box;
	text-align:center;
}

#c2 h2{
	display: inline;
	background: linear-gradient(transparent 50%, #3f5efb 50%);
	line-height: 55px;
	font-size: 180%;
}

#c2 ul{
	margin:40px auto 0px;
	list-style-type: none;
}

#c2 ul li{
	font-size: 140%;
	margin-bottom:10px;
	text-decoration: underline;
}

#c2 ul li:last-child{
	margin-bottom:0px;
}

#c2 ul li:before{
	content: '\2713';
}

#c2 ul li a{
	color:#fff;
}

#c3{
	width: 100%;
	background: #000 url(../images/c3_bg.jpg) no-repeat center;
	background-size: cover;
	padding:80px 0px;
}

#c3 h2{
	text-align:center;
	font-size: 160%;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#c3 ul{
	width:1000px;
	margin:40px auto 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
}

#c3 ul li h4{
	text-align:center;
	margin-bottom:10px;
}

#c3 ul li {
	width: 490px;
	padding:25px;
	box-sizing:border-box;
	margin-right:20px;
	margin-bottom:20px;
	background: -webkit-gradient(-135deg,from(#fc466b), to(#3f5efb));
	background: -moz-linear-gradient(-135deg, #fc466b, #3f5efb);
	background: linear-gradient(-135deg, #fc466b, #3f5efb);
}


#c3 ul li:nth-child(3),#c3 ul li:nth-child(4){
	margin-bottom:0px;
}

#c3 ul li:nth-child(2),#c3 ul li:nth-child(4){
	margin-right:0px;
}

#c3 dl{
	margin:40px auto 0px;
	width:1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: -webkit-gradient(-135deg,from(#fc466b), to(#3f5efb));
	background: -moz-linear-gradient(-135deg, #fc466b, #3f5efb);
	background: linear-gradient(-135deg, #fc466b, #3f5efb);
	color:#fff;
	padding:25px;
	box-sizing:border-box;
}

#c3 dl dt{
	text-align:center;
	width:250px;
}

#c3 dl dd{
	width: 750px;
	padding-left:25px;
	box-sizing:border-box;
	font-size: 85%;
	line-height: 26px;
}

#c3 dl dd a{
	color:#fff;
	font-weight: bold;
	text-decoration: underline;
}


#c4{
	padding:80px 0px;
	text-align:center;
}

#c4 h2,#c5 h2,#c6 h2,#contact h2{
	text-align:center;
	font-size: 160%;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}


.c4_check{
	width:1000px;
	margin:40px auto 0px;
	display: flex;
	justify-content: center;
	align-items: center;    /* 4 */
}

#c4 h3{
	display: flex;          /* 2 */
	justify-content: center;/* 3 */
	align-items: center;    /* 4 */
	background: -webkit-gradient(-135deg,from(#fc466b), to(#3f5efb));
	background: -moz-linear-gradient(-135deg, #fc466b, #3f5efb);
	background: linear-gradient(-135deg, #fc466b, #3f5efb);
	text-align:center;
	font-size: 140%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height: 45px;
	border-radius: 50%;
}

span.c4_str{
	font-size:120%;
}

.c4_comment{
	width:750px;
	padding-left: 80px;
	box-sizing: border-box;
	text-align:left;
}

#c4 h4{
	margin:40px 0px 20px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height: 55px;
	font-size: 180%;
}

.c4_money_h4{
	display: inline-block;
	background: linear-gradient(transparent 50%, #fc466b 50%);
}

#c4 ul{
	margin:40px auto 0px;
	list-style-type: none;
}

#c4 ul li{
	margin-bottom:40px;
}

h4.c4_support{
	display: inline-block;
	color:#fae826;
	background: #000 !important;
	border-bottom:5px solid #fae826;
	padding:0px 10px 5px 10px;
}

span.c4_line{
	text-decoration: underline;
	font-weight: bold;
}

#c4 ul.c4_support_list{
	margin:40px auto;
	width:1000px;
	display: flex;
	justify-content: space-between;
}

#c4 ul.c4_support_list li{
	margin-bottom:0px !important;
}

h4.c4_health{
	background: linear-gradient(transparent 50%, #329b56 50%) !important;
}

img.c4_health_ban{
	margin:40px 0px;
}

img.c4_room{
	border:5px solid #fff;
	margin: 20px auto;
}

/*バック一覧*/

.c4_backitiran{
	margin:120px auto 80px;
	width:500px;
	padding:40px;
	background:#fae826;
	color:#000000;
	box-sizing:border-box;
}

.c4_backitiran_h4{
	margin:0px !important;
	background:#fae826 !important;
}

.c4_backitiran_list{
	margin:0px !important;
}

.c4_backitiran_list li{
	margin:15px !important;
	font-size:32px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*ポイントシステム*/

.c4_pointsystem{
	margin-bottom:60px;
}

.c4_pointsystem h4{
	color:#fae826 !important;
}

.c4_pointsystem_span{
	color:#fff !important
}

.c4_pointsystem_text{
}

.c4_pointsystem_text_big{
	font-size: 120%;
	font-weight: bold;
	color:#fae826 !important;
}

.c4_pointsystem_img{
	margin:40px auto;
}

.c4_pointsystem_list_img{
	width:550px;
}

.c4_money_bg{
	width: 100%;
    background: #000 url(../images/c4_money_bg_img.webp) no-repeat center;
    background-size: cover;
    padding: 80px 0px;
}

/*graph*/

.c4_graph{
	margin:80px auto;
}

.c4_graph_text{
}

.c4_graph_text_big{
	font-size: 120%;
	font-weight: bold;
	color:#fae826 !important;
}

.c4_graph_img{
	margin:40px auto;
}

.c4_graph_img_1{
	width:450px;
}

.c4_graph_melit{
	margin:40px auto;
}

.c4_graph_melit_img{
	width: 450px;
}


.c5_main{
	background:#fff !important;
	text-align:left;
}

#c5 table{
	margin:40px auto 0px;
	padding: 0px 20px;
	box-sizing: border-box;
}

#c5 table th{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:140%;
	width:30%;
	text-align:left;
	border-bottom:1px dotted #333;
	padding:20px 0px;
}

#c5 table td{
	width:70%;
	border-bottom:1px dotted #333;
	padding:20px 0px;
}

#c5 ul{
	list-style-type: none;
}

#c5_hissu{
	display:flex;
	flex-wrap: wrap;
}

#c5_hissu li{
	margin-right:10px;
	background: linear-gradient(transparent 50%, #fae826 50%);
}

.c5_taigu{
	display:flex;
	flex-wrap: wrap;
}

.c5_taigu li{
    position: relative;
    width: calc(30% - 0px);
	text-align:center;
    border-radius: 50%;
    line-height: 24px;
}

.c5_taigu li:before {
    content: "";
    display: block;
    padding-top: 70%;
}
.c5_taigu_naka{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 90%;
}

.c5_taigu_icon{
	width:65px;
	margin-bottom:5px;
}

.c5_taigu_icon2,.c5_taigu_icon3,.c5_taigu_icon5{
	margin-bottom:10px;
}



#c5 ul#c5_hissu{
	margin:0px 0px 10px;
}

span.c5_red{
	color:#d61b2c;
}

#c6{
	padding:80px 0px;
}

#c6 h2,#contact h2{
	color:#fff;
}

#c6 dl{
	margin:40px auto 0px;
	width:1000px;
}

#c6 dl dt{
	background:#fc466b;
	color:#fff;
	box-sizing:border-box;
	padding:10px 20px;
}

#c6 dl dd{
	background:#fff;
	color:#000;
	box-sizing:border-box;
	padding:10px 20px;
	font-size: 90%;
}

/* メールフォームデザイン */

#contact{
	width: 100%;
	padding-top:80px;
	background: #000 url(../images/contact_bg.png) no-repeat top center;
	background-size: 100%;
}

#contact h2{
	margin:0px auto 40px;
}

img.contact_line{
	padding:40px 0px 20px;
}

/*
#regist_mail table, #regist_mail tbody, #regist_mail tr, #regist_mail td {
    display: block;
    width: 100%;
}

#regist_mail table th{
	display:block;
	width:100%;
	background: -webkit-gradient(-135deg,from(#fc466b), to(#3f5efb));
	background: -moz-linear-gradient(-135deg, #fc466b, #3f5efb);
	background: linear-gradient(-135deg, #fc466b, #3f5efb);
	color: #FFF;
}

#regist_mail td input, #regist_mail td textarea,#regist_mail td select{
	width: 100%;
	color: #666;
	border: 1px #333 solid;
}

メルアド幅調整

#regist_mail td select.select-mail{
	background:#fff url(../images/contact_yaji.png) no-repeat;
	background-size:10px 5px;
	background-position: 90% center;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

ボタンの色調整


#regist_mail .submitbtn{
	display: block;
}

#regist_mail .submitbtn,.fileUploder .btn{
	cursor: pointer;
	background: -webkit-gradient( linear, left top, left bottom, from(#fae826), to(#fae826));
	background: transparent -moz-linear-gradient(center top , #fae826 0%, #fae826) repeat scroll 0% 0%;
	border:1px solid #fae826;
	color:#333;
}

必須項目

.must {
	background-color: #fae826;
	color:#000;
	padding: 3px 5px;
	vertical-align: middle;
}
#regist_mail td input.custom_error, #about_regist_mail td input.custom_error{
	background:#fc466b;
	color:#fff;
}

#item_b3_error,#e_item09,#e_item18,#e_item08,#e_item01{
	display:block;
	width:100%;
	color:#fc466b;
	text-align:center;
}

注意事項

.mail-d{
	font-size:80%;
	color:#fff;
	background-color:#fc466b;
	text-align:center;
	line-height: 24px;
}

#regist_mail h3{
	text-align:center;
}

div.contact_thanks{
	text-align:left;
	color:#fff;
}*/

/* =================================================
フッター
================================================= */

footer{
	font-size:90%;
	text-align:center;
	padding:40px 0px;
}


/* =================================================
フロート解除
================================================= */

.cf:before,
.cf:after {
content: " ";
display: table;
}
 
.cf:after {
clear: both;
}
 
.cf {
*zoom: 1;
}

/* =================================================
フッター
================================================= */




/*パソコン
================================================= */

@media screen and (min-width:1025px){

	/* =================================================
	全体指定
	================================================= */

	body {
		font-size:18px;
		line-height:2em;
		font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		overflow-y: scroll;
		overflow-x: hidden;
		height: 100%;
	}

	html {
		scrollbar-arrow-color:#313a39;
		scrollbar-face-color:#313a39;
		scrollbar-3dlight-color:#313a39;
		scrollbar-darkshadow-color:#313a39;
		scrollbar-highlight-color:#313a39;
		scrollbar-shadow-color:#313a39;
		scrollbar-track-color:#fff;
		height: 100%;
	}

	img {
		max-width: 100%;
		height: auto;
		width: auto;
		vertical-align: bottom;
	}

	br.pc{
		display:none;
	}


	/* =================================================
	ヘッダー
	================================================= */

	header{
		width:100%;
		height:85vh;
		background: #fff url(../images/h_bg.jpg) no-repeat center;
		background-size:cover;
	}

	/* =================================================
	コンテンツ
	================================================= */

	img.c3_point1,img.c3_point2,img.c3_point3{
		margin-bottom:10px;
	}

	img.c3_point4{
		margin-bottom: 22px;
		margin-top: 10px;
	}

	#c4 h3{
		width:250px;
		height:250px;
	}



/* メールフォームデザイン

	#regist_mail{
		width: 1000px;
		margin:auto;
	}

	#regist_mail table{
		margin:40px auto;
	}

	#regist_mail table th{
		font-size: 140%;
		padding: 15px 0px;
	}

	#regist_mail table td{
		margin: 30px auto;
	}

	#regist_mail td input, #regist_mail td textarea,#regist_mail td select,.fileUploder .btn{
		margin:auto;
		font-size: 28px;
		padding: 25px;
		box-sizing:border-box;
	}

	#regist_mail td textarea{
		margin:20px auto 0px;
		height: 200px;
		resize: none;
	}


メルアド幅調整

	#regist_mail td select.select-mail{
		width: 39%;
		padding: 20px 25px;
	}

	#regist_mail td input.input-mail{
		width: 60%;
	}

写メ添付調整

	#regist_mail td input.p_size{
		width: 74%;
	}

	.fileUploder{
		position:relative;
		margin-bottom:20px;
	}

	.fileUploder .txt{
		position:relative;
		padding:6px 10px;
		width:145px;
		vertical-align:bottom;
		font-size:16px;
	}

	.fileUploder .uploader{
		display:none;
	}

	.fileUploder .btn{
		width: 25%;
		text-align: center;
		padding: 21px 25px;
	}

質問項目調整

	.check{
		margin: 20px auto 0px;
		text-align: left;
		width: 325px;
	}

	.check input{
		display: none;
	}

	.check label{
		display: inline-block;
		position: relative;
		cursor: pointer;
		margin-left: 20px;
		padding: 10px 20px;
		border-radius: 2px;
		color: #3e4956;
		font-size: 22px;
		text-align: center;
		line-height: 1;
	}

	.check label:before{
		position: absolute;
		content: "";
		top: 50%;
		left: -10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #bdc3c7;
		border-radius: 50%;
	}

	.check input[type="radio"]:checked + label:after {
		position: absolute;
		content: "";
		top: 50%;
		left: -4px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-radius: 50%;
		background: #879c18;
	}


ボタンのサイズ調整

	#regist_mail .submitbtn{
		width:100%;
		margin:0px auto 20px;
		padding:40px 0px;
		font-size: 240%;
		font-weight: bold;
	}

必須項目

	.must {
		margin-left: 10px;
	}

	#regist_mail td input.custom_error, #about_regist_mail td input.custom_error{
		margin: 0px auto 0px;
	}

注意事項

	.mail-d{
		margin:20px auto;
		width:500px;
		padding:10px;
		box-sizing:border-box;
	}

	.c6_tel {
		margin: 60px 0px 0px;
		background: #fff url(../images/contact_tel.png) no-repeat center;
		width: 1000px;
		height: 250px;
		position: relative;
	}

	span.form_tel_space{
		position: absolute;
		bottom: 94px;
		right: 40px;
		font-size: 66pt;
		font-weight: bold;
	}

	a.c6_tel_num{
			color:#fff;
	}

	span.form_tel_smp{
			display:none;
	}

	img.contact_thanks{
		margin: 40px 0px;
	}

	div.contact_thanks{
		font-size:16px;
		padding:25px;
		box-sizing:border-box;
	}*/


	/* =================================================
	フッター
	================================================= */


}



/* タブレット端末
================================================= */

@media screen and (min-width:737px) and (max-width:1024px){

	/* =================================================
	全体指定
	================================================= */

	body {
		font-size:18px;
		line-height:2em;
		font-family:'PT Serif',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		overflow-y: scroll;
		overflow-x: hidden;
		height: 100%;
	}

	html {
		scrollbar-arrow-color:#333;
		scrollbar-face-color:#333;
		scrollbar-3dlight-color:#333;
		scrollbar-darkshadow-color:#333;
		scrollbar-highlight-color:#333;
		scrollbar-shadow-color:#333;
		scrollbar-track-color:#fff;
		height: 100%;
	}

	img {
		max-width: 100%;
		height: auto;
		width: auto;
		vertical-align: bottom;
	}

	span.pc,br.pc{
		display:none;
	}

	/* =================================================
	文字
	================================================= */


	/* =================================================
	ヘッダー
	================================================= */

	header{
		width:100%;
		height:85vh;
		background: #fff url(../images/h_bg.jpg) no-repeat center;
		background-size:cover;
	}

	#rwdMenuWrap img.logo{
		margin-top: 28px;
	}

	img.logo{
		width:280px;
	}

	header h2 {
		margin: 20px 0px;
		font-size: 140%;
	}

	p.h_copy {
		padding: 15px;
		font-size: 180%;
	}


	/* =================================================
	コンテンツ
	================================================= */


	#c1{
		padding:40px 0px;
	}

	img.c1_logo{
		width:30%;
	}

	.c1_main{
		width:80%;
		padding:25px;
	}

	p.c1_text br.smp{
		display:none;
	}

	p.c1_text{
		text-align:left;
	}

	.c1_img_shop{
		width:100%;
	}

/*
	p.c1_img{
		margin:20px 0px 0px;
	}

	img.c1_img{
		width:33%;
	}

	img.c1_img4{
		width:100%;
	}
*/

	#c2{
		background: #000 url(../images/c2_bg.jpg) no-repeat top center;
		background-size: cover;
		padding: 40px 0px;
	}

	.c2_main{
		width:80%;
		padding:0px;
		margin:auto;
	}

	#c2 h2{
		line-height: 45px;
		font-size: 140%;
	}

	#c3 ul{
		width:80%;
		margin:20px auto 0px;
	}

	#c3 ul li h3{
		margin-bottom:10px;
	}

	#c3 ul li {
		width: 48%;
		padding:15px;
		font-size:90%;
		line-height: 30px;
	}

	img.c3_point1{
		width:20%;
		margin-bottom:5px;
	}

	img.c3_point2{
		width:20%;
		margin-bottom:5px;
	}

	img.c3_point3{
		width:23%;
		margin-bottom:5px;
	}

	img.c3_point4{
		width:37%;
		margin-bottom:5px;
	}

	#c3 dl{
		margin:20px auto 0px;
		width:79%;
	}

	#c3 dl dt{
		width:25%;
	}

	#c3 dl dd{
		width:75%;
	}

	#c4{
		padding:40px 0px;
	}


	.c4_check{
		width:80%;
		margin:20px auto 0px;
	}

	#c4 h3{
		width: 360px;
		height: 200px;
		font-size: 140%;
		line-height: 45px;
	}

	span.c4_str{
		font-size:120%;
	}

	.c4_comment{
		padding-left: 40px;
	}

	#c4 ul{
		width:80%;
		margin:20px auto 0px;
		list-style-type: none;
	}

	#c4 ul li{
		margin-bottom:20px;
	}

	img.c4_money_model{
		width:100%;
	}

	#c4 ul.c4_support_list {
		width:80%;
	}

	#c4 ul.c4_support_list li {
		width:30%;
	}

	img.c4_health_ban{
		margin:20px 0px;
		width:80%;
	}

	img.c4_room{
		width: 80%;
	}

	/*バック一覧*/

	.c4_backitiran{
		margin-bottom:70px;
	}

	.c4_backitiran_list{
		width:100% !important;
	}

	.c5_main{
		width:80%;
	}

	#c5 table{
		width:100%;
    	padding: 0px 20px;
	}

	#c5 table th{
    	width: 23%;
		font-size:100%;
	}

	#c5 table td {
	    width: 77%;
	}

	/*概要待遇*/

	.c5_taigu{
		width:100%;
	}

	.c5_taigu li{
	    width: calc(33% - 0px);
	}

	.c5_taigu li:before{
    padding-top: 100%;
	}

	.c5_taigu_icon{
		width:50px;
	}

	.c5_taigu_naka{
    	font-size: 80%;
	}

	#c6{
		padding:40px 0px;
	}

	#c6 dl{
		width:80%;
	}

/* メールフォームデザイン */

	#contact{
		padding-top:40px;
	}

/*	img.contact_line{
		width:100%;
		padding:40px 0px 20px;
	}

	#regist_mail{
		width: 80%;
		margin:auto;
	}

	#regist_mail table{
		margin:20px auto;
	}

	#regist_mail table th{
		font-size: 140%;
		padding: 15px 0px;
	}

	#regist_mail table td{
		margin: 30px auto;
	}

	#regist_mail td input, #regist_mail td textarea,#regist_mail td select,.fileUploder .btn{
		margin:auto;
		font-size: 28px;
		padding: 25px;
		box-sizing:border-box;
	}

	#regist_mail td textarea{
		margin:20px auto 0px;
		height: 200px;
		resize: none;
	}


メルアド幅調整

	#regist_mail td select.select-mail{
		width: 39%;
		padding: 20px 25px;
	}

	#regist_mail td input.input-mail{
		width: 60%;
	}

写メ添付調整

	#regist_mail td input.p_size{
		width: 74%;
	}

	.fileUploder{
		position:relative;
		margin-bottom:20px;
	}

	.fileUploder .txt{
		position:relative;
		padding:6px 10px;
		width:145px;
		vertical-align:bottom;
		font-size:16px;
	}

	.fileUploder .uploader{
		display:none;
	}

	.fileUploder .btn{
		width: 25%;
		padding: 21px 25px;
		text-align: center;
	}

質問項目調整

	.check{
		margin: 20px auto 0px;
		text-align: left;
		width: 325px;
	}

	.check input{
		display: none;
	}

	.check label{
		display: inline-block;
		position: relative;
		cursor: pointer;
		margin-left: 20px;
		padding: 10px 20px;
		border-radius: 2px;
		color: #3e4956;
		font-size: 22px;
		text-align: center;
		line-height: 1;
	}

	.check label:before{
		position: absolute;
		content: "";
		top: 50%;
		left: -10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #bdc3c7;
		border-radius: 50%;
	}

	.check input[type="radio"]:checked + label:after {
		position: absolute;
		content: "";
		top: 50%;
		left: -4px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-radius: 50%;
		background: #879c18;
	}


ボタンのサイズ調整

	#regist_mail .submitbtn{
		width:100%;
		margin:0px auto 20px;
		padding:40px 0px;
		font-size: 240%;
		font-weight: bold;
	}

必須項目

	.must {
		margin-left: 10px;
	}

	#regist_mail td input.custom_error, #about_regist_mail td input.custom_error{
		margin: 0px auto 0px;
	}

 注意事項

	.mail-d{
		margin:20px auto;
		width:500px;
		padding:10px;
		box-sizing:border-box;
	}

	.c6_tel{
		margin:20px auto 0px;
		background: -webkit-gradient(-135deg,from(#fc466b), to(#3f5efb));
		background: -moz-linear-gradient(-135deg, #fc466b, #3f5efb);
		background: linear-gradient(-135deg, #fc466b, #3f5efb);
		width:100%;
		padding:5px;
		box-sizing:border-box;
		text-align:center;
	}

	.c6_tel_main{
		background: rgba(0,0,0,0.6);
		color:#fff;
		padding:10px;
		box-sizing:border-box;
	}

	span.form_tel_space{
		display:block;
		font-size: 200%;
		font-weight: bold;
	}
	span.form_tel_smp{
		font-size: 120%;
		font-weight: bold;
	}
	a.c6_tel_num{
		color:#fff;
	}

	img.contact_thanks{
		width:50%;
		margin: 40px 0px;
	}

	div.contact_thanks{
		margin:auto;
		width:100%;
		box-sizing:border-box;
	}*/

	/* =================================================
	フッター
	================================================= */


}



/*スマホ
================================================= */

@media screen and (min-width:0px) and (max-width:736px){


	/* =================================================
	全体指定
	================================================= */

	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	html{
		font-size: 62.5%;
		height: 100%;
	}

	body {
		width:100%;
		font-size: 1.3rem;
		line-height:1.7em;
		font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		overflow-x: hidden;
		-webkit-text-size-adjust: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	img {
		height: auto;
		width: auto;
		vertical-align: bottom;
    	max-width: 100%;
	}
	br.smp{
		display:none;
	}


	/* =================================================
	ヘッダー
	================================================= */

	header{
		width:100%;
		background: #fff url(../images/h_bg.jpg) no-repeat center;
		background-size:cover;
		padding:100px 0px 40px;
	}

	#rwdMenuWrap img.logo{
		width: 120px;
		margin-top: 14px;
		margin-left: 10px;
	}

	#rwdMenuWrap #switchBtnArea{
		height: 60px;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn {
		top: 10px;
		right: 10px;
	}

	.h_contact{
		display: none;
	}

	img.logo{
		width:50%;
	}

	header h2 {
		width:90%;
		margin: 0px auto 20px;
		font-size: 120%;
	}

	p.h_copy {
		display: block;
		width: 90%;
		margin: auto;
		padding: 10px;
		font-size: 140%;
		box-sizing:border-box;
	}

	/* =================================================
	コンテンツ
	================================================= */

	#c1{
		padding:40px 0px;
	}

	#c1 h2{
		font-size:120%;
	}

	.c1_main{
		width:90%;
		padding:20px;
	}

	img.c1_logo {
		width: 60%;
	}

	p.c1_text{
		margin:10px 0px;
		text-align:left;
	}

	.c1_kyoutyou{
    	font-size: 115%;
	}


	.c1_img_shop{
		flex-wrap: wrap;
		width:100%;
	}

	.c1_img_shop li{
		width:50%;
	}

/*
	p.c1_img {
		margin: 20px 0px 0px;
	}

	img.c1_img{
		width:33%;
	}

	img.c1_img4{
		width:100%;
	}
*/

	#c2{
		background: #000 url(../images/c2_bg.jpg) no-repeat center;
		background-size: cover;
		padding: 40px 0px;
	}

	.c2_main{
		width:90%;
		padding:0px;
		margin:auto;
	}

	#c2 h2{
		line-height: 30px;
		font-size: 140%;
	}

	#c2 ul{
		margin:20px auto 0px;
	}

	#c3 h2{
		margin:0px auto 20px;
		width:90%;
	}

	#c3 {
		padding: 40px 0px;
	}

	#c3 ul{
		width:90%;
		margin:15px auto 0px;
	}

	#c3 ul li h3{
		margin-bottom:5px;
	}

	#c3 ul li {
		width:100%;
		padding:10px;
		font-size:90%;
		line-height: 20px;
		margin:0px auto 10px;
	}

	#c3 ul li:last-child{
		margin-bottom:0px;
		margin-top:10px;
	}

	img.c3_point1{
		width:16%;
		margin-bottom:5px;
	}

	img.c3_point2{
		width:15%;
		margin-bottom:5px;
	}

	img.c3_point3{
		width:18%;
		margin-bottom:5px;
	}

	img.c3_point4{
		width:21%;
		margin-bottom:5px;
	}

	#c3 dl{
		margin:20px auto 0px;
		width:90%;
		padding: 10px;
		display:block;
	}

	#c3 dl dt{
		width:100%;
		text-align:center;
	}

	img.c3_gentleman,img.c3_health{
		width:50%;
	}

	#c3 dl dd{
		width:100%;
		padding-left: 0px;
	}

	#c3 dl dd h3{
		text-align:center;
		margin-top:5px;
		margin-bottom:10px;
		font-size: 90%;
	}

	#c4{
		padding:40px 0px;
	}

	#c4 h2{
		margin:auto;
		width:90%;
	}

	.c4_check {
		display: block;
		width: 90%;
		margin: 20px auto 0px;
		text-align:center;
	}

	#c4 h3{
		margin:0px auto 20px;
		padding:30px 25px;
		font-size: 140%;
		line-height: 28px;
		display:inline-block;
	}

	.c4_comment{
		width:100%;
		padding-left:0px;
		text-align:left;
	}

	#c4 h4{
		margin:20px auto 10px;
		line-height: 40px;
		font-size: 160%;
	}

	.c4_money_h4{
		display: inline-block;
		background: linear-gradient(transparent 60%, #fc466b 60%);

	}

	p.c4_money_com{
		margin:auto;
		width:90%;
	}

	#c4 ul{
		width:90%;
		margin:20px auto 0px;
		list-style-type: none;
	}

	#c4 ul li{
		margin-bottom:10px;
	}

	img.c4_money_model{
		width:100%;
	}

	#c4 ul.c4_support_list {
		width: 95%;
		margin-bottom:20px;
	}

	#c4 ul.c4_support_list li {
		width: 32.5%;
		margin-bottom:0px !important;
	}

	img.c4_support_img{
		width:100%;
	}

	img.c4_health_ban{
		margin:20px 0px;
		width:90%;
	}

	img.c4_room{
		border: 3px solid #fff;
		margin: 10px auto;
		width: 90%;
	}

	/*バック一覧*/

	.c4_backitiran{
		margin: 40px auto 20px;
		width:80%;
    	padding: 20px;
	}

	.c4_backitiran_list{
		width:100% !important;
	}

	.c4_backitiran_list li{
    	font-size: 22px;
    	margin: 15px 0px !important;
	}

	/*ポイントシステム*/
	.c4_pointsystem{
		margin:40px auto;
	}

	.c4_graph_img{
		margin:20px auto;
	}

	.c4_pointsystem_list_img{
		width: 95%;
	}

	/*給与例*/

	.c4_money_bg{
		padding:0px 0px 40px;
	}

	/*グラフ*/

	.c4_graph{
		margin:40px auto;
	}

	.c4_graph_img_1{
		width: 60%;
	}
	.c4_graph_melit_img{
		width: 80%;
	}

	#c5{
		padding:40px 0px;
	}

	.c5_main{
		width:95%;
		padding: 20px 10px;
	}

	#c5 table{
		margin:20px auto 0px;
		width:100%;
		padding:0px;
	}

	#c5 table th{
		font-size:105%;
    	width: 20%;
	}

	#c5 table td {
    	width: 80%;
	}

	.c5_taigu li{
	    width: calc(33% - 0px);
    	line-height: 16px;
	}

	.c5_taigu li:before {
	    padding-top: 100%;
	}

	.c5_taigu_icon {
	    width: 42px;
	}

	.c5_taigu_icon2, .c5_taigu_icon3, .c5_taigu_icon5 {
    margin-bottom: 7px;
	}

	.c5_taigu_naka{
    	font-size: 84%;
	}


	#c6{
		padding:40px 0px;
	}

	#c6 dl{
		width:95%;
	}

	#c6 dl dt{
		padding:5px 10px;
	}

	#c6 dl dd{
		padding:5px 10px;
	}

	#contact h2 {
		margin: 0px auto 20px;
	}

/* メールフォームデザイン */

	#contact{
		padding-top:40px;
		text-align:center;
	}

/*	img.contact_line{
		width:90%;
		margin:20px 0px 10px;
		padding:0px !important;
	}

	#regist_mail{
		width: 100%;
		margin:auto;
	}

	img.form_h4_img,img.form_h4_2{
		margin-botoom:20px;
	}

	#regist_mail table{
		margin:20px auto;
	}

	#regist_mail table th{
		font-size: 120%;
		padding:10px 0px;
	}

	#regist_mail table td{
		margin:15px 0px;
		text-align: center;
	}

	#regist_mail td input, #regist_mail td textarea,#regist_mail td select,.fileUploder .btn ,#regist_mail .submitbtn{
		width:95%;
		margin:auto;
		font-size: 16px;
		padding: 10px;
		box-sizing:border-box;
	}

	#regist_mail td textarea{
		margin:15px auto 0px;
		height: 120px;
		resize: none;
	}


メルアド幅調整

	#regist_mail td select.select-mail{
		width: 49%;
		padding: 7px 10px;
	}

	#regist_mail td input.input-mail{
		width: 44%;
	}

	@-moz-document url-prefix() {
	    .content select {
	        background:none;
	        background-color: #FFF;
	    }
	}


写メ添付調整

	#regist_mail td input.p_size {
	    width: 65%;
	}

	.fileUploder{
		position:relative;
		margin-bottom:20px;
	}

	.fileUploder .txt{
		position:relative;
		padding:6px 10px;
		width:145px;
		vertical-align:bottom;
	}

	.fileUploder .btn{
		width: 28%;
	}

	.fileUploder .uploader{
		display:none;
	}


 質問項目調整


	.check{
		margin: 10px 0px 0px;
		text-align: left;
		width: 95%;
	}

	.check input{
		display: none;
	}

	.check label{
		display: inline-block;
		position: relative;
		cursor: pointer;
		margin-left: 20px;
		padding: 10px 20px;
		border-radius: 2px;
		color: #3E4956;
		font-size: 14px;
		text-align: center;
		line-height: 1;
	}

	.check label:before{
		position: absolute;
		content: "";
		top: 50%;
		left: -10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #bdc3c7;
		border-radius: 50%;
	}

	.check input[type="radio"]:checked + label:after {
		position: absolute;
		content: "";
		top: 50%;
		left: -4px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-radius: 50%;
		background: #879c18;
	}

ボタンのサイズ調整

	#regist_mail .submitbtn{
		font-size: 140%;
		font-weight: bold;
		margin:0px auto 10px;
		padding:15px 0px;
	}

 必須項目

	.must {
		margin-left: 5px;
	}

	#item_b3_error,#e_item09,#e_item18,#e_item08,#e_item01{
		margin: 10px auto 0px;
	}

	#regist_mail td input.custom_error, #about_regist_mail td input.custom_error{
		margin: 0px auto 0px;
	}


 注意事項

	.mail-d{
		margin:15px auto 0px;
		width:95%;
		padding:5px;
		box-sizing:border-box;
	}

	.c6_tel{
		margin:20px auto 0px;
		background: -webkit-gradient(-135deg,from(#fc466b), to(#3f5efb));
		background: -moz-linear-gradient(-135deg, #fc466b, #3f5efb);
		background: linear-gradient(-135deg, #fc466b, #3f5efb);
		width:95%;
		padding:5px;
		box-sizing:border-box;
		text-align:center;
	}

	.c6_tel_main{
		background: rgba(0,0,0,0.6);
		color:#fff;
		padding:10px;
		box-sizing:border-box;
	}

	span.form_tel_space{
		display:block;
		font-size: 200%;
		font-weight: bold;
	}
	span.form_tel_smp{
		font-size: 120%;
		font-weight: bold;
	}
	a.c6_tel_num{
		color:#fff;
	}

	img.contact_thanks{
		width:50%;
		margin: 20px 0px;
	}

	div.contact_thanks{
		margin:auto;
		width:95%;
		padding:10px;
		box-sizing:border-box;
	}*/

	/* =================================================
	フッター
	================================================= */



}
