﻿@charset "utf-8";

html{ scroll-behavior:smooth; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, img {
	margin: 0;
	padding:0;
	border: 0;
}
body {
	line-height: 2.0;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 14px;
	color:#333;
	background-image: url(../img/back.jpg);
	background-repeat:repeat;
	background-position:top center;
}
ol, ul {
	list-style: none;
}
a {
	color: #ff3c74;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}

strong { font-weight:normal; }

#Wrap {
	margin: 20px 0;
	padding:0;
	width: 100%;
}
#Wrapinner {
	margin: 0 auto;
	padding:0;
	width: 1220px;
}
/*スクロールここから*/
#rightScroll {
	float:right;
	width:210px;
}
#rightScroll ul {
	margin-bottom: 20px;

	border:#39b2f7 1px solid;
	border-bottom:none;
}
#rightScroll li {
	padding:10px;
	background-color: #eee;
	background: -moz-linear-gradient(top, #E3F0F8,#F1F5F7 50%,#96D4F8);
	background: -webkit-gradient(linear, left top, left bottom, from(#E3F0F8),color-stop(0.5, #F1F5F7),to(#96D4F8));
	border-bottom:#39b2f7 1px solid;
}
#rightScroll img {
	margin: 0 auto;
	padding:0;
	display:block;
	/* width: 190px; */
	/* height:160px; */
}
/*スクロールここまで*/


/* ヘッダー */
#headerWrap {
	margin: 0 auto;
	padding:0;
	width: 100%;
}


header {
	width: 100%;
	background: #643c3c;
}

header p {
	width: 1220px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	text-align: center;
}

header a {
	color: #fff;
	text-decoration: none;
}

header a:hover {
	color: #fff;
	text-decoration: underline;
}


#header {
	margin: 0 auto;
	padding:0;
	width: 1220px;
	height:200px;
}
#headerinner {
	position: relative;
	margin-left: 0 auto;
	padding:0;
	width: 990px;
	height:200px;
}
#headerinner h1 {
	position: absolute;
	left:0px;
	top: 20px;
}
#headerinner h1 img {
	width: 500px;
	height:160px;
}
#headerinner .tel {
	position: absolute;
	right:0px;
	top:  0px;
}
#headerinner .tel img {
	width: 450px;
	height:200px;
}
#headmenu {
	margin: 0 auto;
	padding:0;
	width: 1220px;
}
#headmenuinner {
	margin-left: 0 auto;
	padding:0;
	width: 990px;
	height: 52px;
	background-image: url(../img/menu_bg.jpg);
	background-repeat:no-repeat;
}
#headmenuinner ul {
	margin: 0 auto;
	padding:5px;
}
#headmenuinner li {
	float:left;
	margin: 0 auto;
	padding:0;
	width: 140px;
	height: 42px;
}
/* コンテンツ */
#Wrapleft {
	float:left;
	margin: 0 auto;
	padding:0;
	width: 990px;
}
#content {
	margin: 0 auto;
	padding:0;
	width: 100%;
}
#contentinner {
	margin: 0 auto;
	padding:0;
	width: 990px;
}
#contentinner h2 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color: #39b2f7;
}
/* コンテンツ左 */
#content_left {
	margin: 0 auto;
	padding:0;
}
#news {
	margin-bottom: 20px;
	padding:0;
}
#news p {
	padding:10px;
	width: auto;
	height: 500px;
	overflow: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-right: 1px solid #39b2f7;
	border-left: 1px solid #39b2f7;
	border-bottom: 1px solid #39b2f7;
	background-color:#fff;
}

#main {
	margin-bottom: 20px;
	padding:0;
}

#main img {
	width: 100%;
}

#point {
	margin-bottom: 20px;
	padding:0;
}
#point ul {
	margin: 0 auto;
	padding:0;

	font-size: 0;
}

#point ul li {
	/** padding-bottom: 20px; **/
	display: inline-block;
	margin-right: 10px;
	width: 323px;
}

#point ul li:last-child {
	margin-right: 0;
}

#point ul li img {
	display: block;
	width: 100%;
}
/* お仕事内容 */
#works {
	margin-bottom: 20px;
	padding:0;
}

#works img {
	width: 100%;
}

#faq {
	margin: 0 auto;
	padding:0;
}
#faq ul {
	padding:10px;
	width: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-right: 1px solid #ff3c74;
	border-left: 1px solid #ff3c74;
	border-bottom: 1px solid #ff3c74;
	background-color:#fff;
}
#faq ul li.faq_q {
	margin: 0 auto;
	padding:10px 10px 10px 80px;
	min-height:50px;
	background-color:#FFF0F5;
	font-weight: bold;
	background-image: url(../img/faq_q_bg.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}
#faq ul li.faq_a {
	margin: 0 auto;
	padding:10px 10px 10px 80px;
	min-height:50px;
	background-color:#F5FFFA;
	background-image: url(../img/faq_a_bg.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}
/* 報酬・待遇 */
#reward {
	margin-bottom: 20px;
	padding:0;
}

#reward img {
	width: 100%;
}

/* 【新】 待遇ページ */
#treatment {
	margin-bottom: 20px;
	padding:0;
}

#treatment img {
	width: 100%;
}


/* ▼ ▼ ▼ 新：体験談ページ ここから ▼ ▼ ▼ */
#chatlady {
	background: #fff;
}

#chatlady #interview {
	padding: 20px;
}

#chatlady #interview .photo {
	float: left;
	display: inline-block;

	width: 200px;
}

#chatlady #interview .photo img {
	width: 200px;
}

#chatlady #interview .data {
	float: right;
	display: inline-block;

	width: 730px;
}

#chatlady #interview .data {
	
}

#chatlady #interview .data p {
	
}

#chatlady #interview .data p span {
	font-size: 18px;
	color: #ff3c74;
}



#chatlady #interview .data table {
	width: 100%;
	border: 1px solid #acf6fd;
    border-spacing: 0;
}

#chatlady #interview .data table tr:last-child th,
#chatlady #interview .data table tr:last-child td {
	border-bottom: none;
}

#chatlady #interview .data table th,
#chatlady #interview .data table td {
	vertical-align: middle;
	border-bottom: 1px dashed #acf6fd;
}

#chatlady #interview .data table th {
	width: 25%;
	height: 45px;
	padding: 0 2%;
	background: #e5fdff;
	text-align: center;
	font-weight: normal;
}

#chatlady #interview .data table td {
	width: 75%;
	padding-left: 18px;
	background: #fff;
}


/* Q＆A */

#chatlady #interview .readmore-button-box {
   margin-top: 20px;   /* ボックスを上側に重ねる距離(長さ) */
	text-align: center;
}

#chatlady #interview .readmore-button-box a {
   background-color: #ff5fb2; /* ボタンの色(濃い赤) */
   color: white;              /* ボタンの文字色(白) */
   border-radius: 23px;       /* 角丸の半径 */
   padding: 12px 8px;     /* 内側の余白 */
   text-decoration: none;
}
#chatlady #interview .readmore-button-box a:hover {
   background-color: #FF8ECA;     /* ボタンにマウスが乗ったら明るい赤色に変化 */
}

#chatlady #interview .readmore-button-box i.fas.fa-chevron-circle-down {
	margin: 0 8px;
}

#chatlady #interview .Interviewinner {
	margin-top: 20px;
}

#chatlady #interview .Interviewinner .Inner-title {
	padding: 5px 2%;
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

	text-shadow:
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff;
}

#chatlady #interview .Interviewinner .Inner-title.process {
	color: #ff5fb2;
	background: #ffecf6;
}

#chatlady #interview .Interviewinner .Inner-title.about {
	color: #5087ec;
	background: #edf3ff;
}

#chatlady #interview .Interviewinner .Inner-title.health {
	color: #fca04f;
	background: #fdd3af;
}

#chatlady #interview .Interviewinner .Inner-title.money {
	color: #5dd142;
	background: #e6f7e2;
}

#chatlady #interview .Interviewinner .Inner-body {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#chatlady #interview .Interviewinner .qa-title {
	margin: 0 8px;
	padding: 15px 0 15px 44px;
	border-bottom: 1px dashed;
	line-height: 1.285;
	position: relative;
}

#chatlady #interview .Interviewinner .qa-title .icon {
	left: 5px;
}

#chatlady #interview .Interviewinner .qa-title .icon img {
	padding: 5px 0;
}

#chatlady #interview .Interviewinner.process-block .qa-title {
	border-color: #ffecf6;
	color: #ff5fb2;
}

#chatlady #interview .Interviewinner.process-block .icon {
	height: 26px;
	background: #ff5fb2;
}

#chatlady #interview .Interviewinner.about-block .qa-title {
	border-color: #edf3ff;
	color: #5087ec;
}

#chatlady #interview .Interviewinner.about-block .icon {
	background: #5087ec;
}

#chatlady #interview .Interviewinner.health-block .qa-title {
	border-color: #edf3ff;
	color: #fca04f;
}

#chatlady #interview .Interviewinner.health-block .icon {
	background: #fca04f;
}

#chatlady #interview .Interviewinner.money-block .qa-title {
	border-color: #edf3ff;
	color: #5dd142;
}

#chatlady #interview .Interviewinner.money-block .icon {
	background: #5dd142;
}

#chatlady #interview .Interviewinner .qa-body {
	padding: 15px 0 15px 52px;
	border-bottom: 1px solid #ccc;
	line-height: 1.285;
	position: relative;
}

#chatlady #interview .Interviewinner .qa-body .icon {
	background: #31d9e3;
	left: 13px;
}

#chatlady #interview .Interviewinner .qa-body .icon img {
	padding: 5px 0;
}

#chatlady #interview .Interviewinner .icon {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 3px;
	line-height: 25px;
	text-align: center;
	position: absolute;
	top: 10px;
}

#chatlady #interview p.voice {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #ff5fb2;
}

#chatlady #interview p.castTop {
	text-align: right;
}


#chatlady hr {
	width: 948px;
	margin: 0 auto;
	margin-bottom: 20px;
}
/* ▲ ▲ ▲ 新：体験談ページ ここまで ▲ ▲ ▲ */



/* 旧：体験談ページ ここから
#chatlady {
	margin: 0 auto;
	padding:0;
}
#chatlady ul {
	padding:0 10px 10px 10px;
	width: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-right: 1px solid #ff3c74;
	border-left: 1px solid #ff3c74;
	border-bottom: 1px solid #ff3c74;
	background-color:#fff;
}
#chatlady ul li {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #eaeaea;
	background-image: url(../img/chatlady_bg.jpg);
	background-repeat:no-repeat;
}
#chatlady ul li:last-child {
	padding-bottom:0px;
	border-bottom:0px;
}
#chatlady ul li div.lady_left {
	float: left;
	width: 200px;
}
#chatlady ul li div.lady_left dt img {
	margin-bottom: 20px;
	width: 100%;
	height:auto;
	background-color:#fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 5px solid #fff;
	-webkit-box-shadow:rgba(51, 51, 51, 0.3) 0px 0px 4px 1px;
	-moz-box-shadow:rgba(51, 51, 51, 0.3) 0px 0px 4px 1px;
	-ms-box-shadow:rgba(51, 51, 51, 0.3) 0px 0px 4px 1px;
	-o-box-shadow:rgba(51, 51, 51, 0.3) 0px 0px 4px 1px;
	box-shadow:rgba(51, 51, 51, 0.3) 0px 0px 4px 1px;
}
#chatlady ul li div.lady_left dd {
	border-bottom: 1px dotted #c0c0c0;
}
#chatlady ul li div.lady_right {
	float: right;
	width: 435px;
}
#chatlady ul li div.lady_right h4 {
	font-size: 32px;
	color: #ff3c74;
}
#chatlady ul li div.lady_right h5 {
	font-size: 18px;
	color: #39b2f7;
}
#chatlady ul li div.lady_right h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}
旧：体験談ページ ここまで */



/* キャンペーン */
#campaign1 {
	margin-bottom: 20px;
	padding:0;
}
#campaign1 ul {
	padding:10px;
	width: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-right: 1px solid #39b2f7;
	border-left: 1px solid #39b2f7;
	border-bottom: 1px solid #39b2f7;
	background-color:#fff;
}

#campaign1 ul li img {
	width: 100%;
	display: block;
}
#campaign2 {
	margin: 0 auto;
	padding:0;
}
#campaign2 ul {
	padding:10px;
	width: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-right: 1px solid #ff3c74;
	border-left: 1px solid #ff3c74;
	border-bottom: 1px solid #ff3c74;
	background-color:#fff;
}
#campaign2 ul li {
	padding-bottom:10px;
}
#campaign2 ul li:last-child {
	padding-bottom: 0px;
}
#campaign2 ul li img {
	width: 100%;
	display: block;
}
/* 寮完備 */
#dormitory1 {
	margin-bottom: 20px;
	padding:0;
}
#dormitory2 {
	margin: 0 auto;
	padding:0;
}
#dormitory2 ul {
	padding:10px;
	width: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-right: 1px solid #39b2f7;
	border-left: 1px solid #39b2f7;
	border-bottom: 1px solid #39b2f7;
	background-color:#fff;
}
#dormitory2 ul li.c1 {
	font-size: 16px;
	font-weight: bold;
	color: #39b2f7;
}
#dormitory2 ul li.c2 {
	color: #ff0000;
}
/* 応募フォーム */
#contact1 {
	margin-bottom: 20px;
	padding:0;
}
#contact2 {
	margin: 0 auto;
	padding:0;
}
#contact2inner {
	margin: 0 auto;
	padding:0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-right: 1px solid #39b2f7;
	border-left: 1px solid #39b2f7;
	border-bottom: 1px solid #39b2f7;
	background-color:#fff;
}
#contact2 table {
	margin: 0 auto;
	padding:0;
	width: 100%;
	border-collapse: collapse;
}
#contact2 table th {
	padding:10px;
	vertical-align:middle;
	text-align:right;
	width: 30%;
	font-weight:normal;
}
#contact2 table th .ex_essential {
	color:#FF69B4;
	font-weight:normal;
}
#contact2 table td {
	padding:10px;
	vertical-align:middle;
	text-align:left;
	width: 70%;
}
#contact2 table td label {
	cursor: pointer;
	display:inline-block;
	vertical-align:baseline;
}
#contact2 table td select#item,
#contact2 table td select#address01,
#contact2 table td select#city,
#contact2 table td select#maker {
	width:auto;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
#contact2 table td input[type=text] ,
#contact2 table td input[type=email] ,
#contact2 table td input[type=tel] {
	padding:1px;
	width:60%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	border: 1px solid #c0c0c0;
}
#contact2 table td input[type=file] {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
#contact2 table td textarea {
	padding:1px;
	width: 90%;
	height:200px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	border: 1px solid #c0c0c0;
}
#contact2 div.mod_form_btn {
	margin:0 0 10px 0;
	text-align:center;
	border-style:none;
}
#contact2 div.mod_form_btn input {
	border-style:none;
}
/* 運営会社情報 */
#company1 {
	margin-bottom: 20px;
	padding:0;
}
#company1 ul {
	padding:10px;
	width: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-right: 1px solid #39b2f7;
	border-left: 1px solid #39b2f7;
	border-bottom: 1px solid #39b2f7;
	background-color:#fff;
}
#company1 ul li b {
	font-size: 14px;
}
#company1 ul li p.c1 {
	color: #5d2e60;
	font-weight:bold;
}
#company1 ul li p.c2 {
	color: #2f5d03;
	font-weight:bold;
}
#company1 ul li p.c3 {
	color: #593c00;
	font-weight:bold;
}
#company1 ul li p.c4 {
	color: #0b6465;
	font-weight:bold;
}
#company1 ul li p.c5 {
	color: #ff0000;
	font-weight:bold;
}
#company1 ul li p.c6 {
	color: #fbb100;
	font-weight:bold;
}
#company1 ul li p.c7 {
	color: #0b0f65;
	font-weight:bold;
}
#company1 ul li p.c8 {
	color: #ff3c74;
	font-weight:bold;
}
#company1 ul li p.c9 {
	color: #6a6a6a;
	font-weight:bold;
}
#company2 {
	margin: 0 auto;
	padding:0;
}
#company2 ul {
	padding:10px;
	width: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-right: 1px solid #ff3c74;
	border-left: 1px solid #ff3c74;
	border-bottom: 1px solid #ff3c74;
	background-color:#fff;
}
#company2 ul li b {
	font-size: 14px;
}
/* コンテンツ右 */
#content_right {
	float: right;
	margin: 0 auto;
	padding:0;
	width: 300px;
}
#box1 {
	margin-bottom: 20px;
	padding:0;
}
#box1 ul {
	padding:10px;
	width: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-right: 1px solid #fe9400;
	border-left: 1px solid #fe9400;
	border-bottom: 1px solid #fe9400;
	background-color:#fff;
}
#box1 ul li img {
	width: 100%;
	display: block;
}
#box1 ul li b {
	font-size: 16px;
	color: #ff3c74;
}
#box1 ul li hr {
	border: none;
	border-top: 1px #fe9400 dotted;
	height: 1px;
}
#box1 ul li.c1 {
	font-size: 16px;
	font-weight:bold;
}

#box2 {
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #39b2f7;
}

#box2 p.item_large {
	margin-top: 20px;
	padding: 5px 10px;
	background: #39b2f7;
	color: #fff;
	border-radius: 6px;
}

#box2 ul {
	margin-top: 10px;
}

#box2 ul li {
	display: inline-block;
	margin-right: 20px;
	width: 299px;

	vertical-align: top;
}

#box2 ul li:last-child {
	margin-right: 0;
}

#box2 ul li img {
	width: 100%;
}
#box2 ul li b {
	font-size: 16px;
}



/* フッター */
#footer_aboutus {
	width: 1180px;
	margin: 0 auto 40px;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
}

#footer_aboutus p {
	margin-bottom: 20px;
}

#footer_aboutus p.AboutMilkyJam {
	font-family: 'Rampart One', cursive;
	font-size: 32px;
	font-weight: bold;
	color: #836ac6;

	line-height: 1;
}

#footer_aboutus p:last-child {
	margin-bottom: 0;
}


#footerWrap {
	margin-bottom: 20px;
	padding:0;
	width: 100%;
	height:100px;
	background-image: url(../img/footer_bg.png);
	background-repeat:repeat;
}
#footer {
	margin: 0 auto;
	padding:0;
	width: 1220px;
}
#footerinner {
	position: relative;
	margin-left: 0 auto;
	padding:0;
	width: 990px;
	height:100px;
	line-height:50px;
}





#footerinner ul li {display:inline-block;}
#footerinner ul li:after {content:"｜";}
#footerinner ul li:last-child:after {content:none;}

#footerinner ul li a{color:#333; text-decoration:none;}
#footerinner ul li a:hover{color:#333; text-decoration:underline;}
#footerinner ul li a:active, a:focus {outline: 0;}






#footerinner .copyright {
	margin: 0 auto;
	padding:0;
	position: absolute;
	left:0px;
	top: 50px;
}
#footerinner .copyright a {
	color:#333;
}
#footerinner .pagetop {
	margin: 0 auto;
	padding:0;
	position: absolute;
	right:0px;
	top:  30px;
}
