@charset "utf-8";

div#top_mess,
div#crew,
div#mess,
div#rec,
div#kyujin {
	max-width:680px; 
	padding: 0 0 100px 100px;
}
div#top_mess p,
div#mess p {
	margin-bottom: 20px;
	line-height: 2em;
}
div#top_mess div#base {
	margin-bottom: 30px;
	color: #1d80a2;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
div#top_mess div#base h1 {
	margin-bottom: 20px;
	font-size: 140%;
	font-weight: 700;
}
div#top_mess div#base p {
	margin-bottom: 0;
	font-size: 110%;
	font-weight: 700;
}
div#top_mess img {
	width: 680px;
	height: 400px;
}
div#crew_img {
	display: flex;
	margin-bottom: 50px;
}
div#crew_img div {
	margin-left: 50px;
}
div#crew_img img {
		width: 367px;
		height: 252px;
	}
div#crew_img div p#p01 {
	margin-bottom: 10px;
	color: #1d80a2;
	font-size: 110%;
	font-weight: bold;
}
div#talk_box h2 {
	width: 100%;
	height: 40px;
	margin-bottom: 40px;
	padding: 10px 0 0 10px;
	color: white;
	font-size: 110%;
	font-weight: bold;
	background: #1d80a2;
}

/*/// 吹き出し ///*/
.talk {
margin-bottom: 40px;
}
.talk figure img {
width: 100%;
height: 100%;
border-radius: 50%;
margin: 0;
}
/* 画像の下のテキスト */
.talk-imgname {
padding: 5px 0 0;
color: #1d80a2;
font-size: 10px;
text-align: center;
}
p.talk-text {
margin: 0 0 8px;
}
p.talk-text:last-child {
margin-bottom: 0px;
}
/* 回り込み解除 */
.talk:after,.talk:before {
clear: both;
content: "";
display: block;
}
/* 左画像 */
.talk-Limg {
float: left;
width: 109px;
height:109px;
}
/* 左からの吹き出しテキスト */
.talk-Ltxt {
top: 10px;
color: #1d80a2;
position: relative;
margin-left: 130px;
padding: 1.2em;
border: 3px solid #1d80a2;
background-color: #fff;
border-radius: 5px;
}
/* 左の三角形を作る */
.talk-Ltxt:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #1d80a2;
top: 30px;
left: -20px;
}
.talk-Ltxt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 30px;
left: -16px;
}
div#mess p a {
	color: #1d80a2;
}
div#wb_box {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 50px;
	padding: 20px;
	line-height: 50px;
	border: #1d80a2 3px solid;
	background-color: white;
}
div#wb_box p {
	margin: 10px 0 0 0;
	font-weight: 700;
}
div#wb_box p#tel a {
	padding-left: 25px;
	color: #1d80a2;
	font-size: 200%;
	font-weight: 900;
	background: url("../images/tel_blue.png") no-repeat center left;
}

div#rec h2 {
	height: 40px;
	color: #1d80a2;
	margin-bottom: 30px;
	padding: 0 0 0 10px;
	font-size: 150%;
	font-weight: 700;
	border-left: #1d80a2 5px solid;
}
div#rec p.text_box {
	margin-bottom: 50px;
	line-height: 2em;
}
div#crew p.dot_star,
div#rec p.dot_blue,
div#rec p.dot_red {
	margin-bottom: 0.8em;
	padding-left: 20px;
	position:relative;
}
div#crew p.dot_star:last-of-type {
	margin-bottom: 50px;
}
div#crew p.dot_star::before {
	content:"★";
	position:absolute;
	left:0;
	top:0;
	color: #1d80a2;
}
div#rec p.dot_blue::before,
div#rec p.dot_red::before {
	content:"●";
	position:absolute;
	left:0;
	top:0;
}
div#rec p.dot_blue::before {
	color: #1d80a2;
}
div#rec p.dot_red::before {
	color: #eb5b67;
}
div#rec p.dot_red {
	color: #eb5b67;
	font-weight: 500;
}
div#rec p.dot_red span {
	color: black;
	font-weight: normal;
}
div#rec ul {
	margin-bottom: 0.8em;
	margin-left: 2.5em;
	/*font-family: 'Barlow', sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-align: left;
}
div#rec ul li {
	list-style-position: outside;
}

div#form p {
	margin-bottom: 20px;
	padding: 10px 12px 0 10px;
	background-color: #c2d9e3;
}
div#form p img {
	margin-right: 5px;
}
div#form p img,
div#form p label,
div#form p input {
	display: inline-block;
	margin-bottom: 10px;
}

div#form p input {
	width: 100%;
	height: 30px;
}

div#form p textarea {
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
}
div#form p#select img {
	margin-bottom: 15px;
}
div#form p select {
	appearance: none;
  -webkit-appearance: none;
	margin: 0 0 10px 10px;
	padding: 5px 25px 5px 15px;
	font-size: 105%;
	background: #fff url(../images/arrow_down.png) no-repeat right 5px center / 10px auto;
}
div#policy {
	overflow:auto;
	max-width: 680px;
	height:150px;
	margin-bottom: 50px;
	padding:20px;
	border:1px solid #000;
	background-color: white;
	color:#000;
}
div#policy p {
	background-color: white;
}
div#policy p span {
	font-weight: 700;
}
p#button {
	width: 100%;
	text-align: center;
}
p#button input {
	width: 260px;
	padding: 10px 0;
	color: #1d80a2;
	font-weight: 700;
	border: 5px solid #1d80a2;
	background-color: #ffffff;
	cursor: pointer;
}
p#button input:hover {
	color: #ffffff;
	background: #1d80a2;
}

/*// 確認画面 //*/
div#c_form div {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #c2d9e3;
}
div#c_form div p:not(:last-child) {
	margin: 5px 5px 15px 5px;
}
div#c_form div p:not(:nth-child(odd)) {
	padding: 5px;
	background-color: white;
}

/*// 送信完了画面 //*/
div#e_form {
	text-align: center;
}
div#e_form button {
	width: 260px;
	margin-left: 50px;
	padding: 10px 0;
	color: #1d80a2;
	font-weight: 700;
	border: 5px solid #1d80a2;
	background-color: #ffffff;
	cursor: pointer;
}
div#e_form button:hover {
	color: #ffffff;
	background: #1d80a2;
}

@media screen and (max-width:800px) {
	div#top_mess,
	div#crew,
	div#mess,
	div#rec,
	div#kyujin {
		padding-left: 30px;
		padding-right: 30px;
	}
	div#top_mess {
		text-align: center;
	}
	div#top_mess div#base h1,
	div#top_mess p {
		text-align: left;
	}
	div#top_mess img {
		width: 335px;
		height: 197px;
	}
	div#crew_img {
		display: block;
		text-align: center;
	}
	div#crew_img img {
		width: 335px;
		height: 230px;
		margin-bottom: 10px;
	}
	div#crew_img div {
		margin-left: 0;
	}
	div#crew_img p {
		text-align: left;
	}
	div#mess p {
		line-height: 1.5em;
	}
	div#wb_box {
		display: block;
		width: auto;
		height: auto;
		padding: 0;
		text-align: center;
	}
	div#wb_box p#tel {
		margin-bottom: 10px;
	}
	div#rec {
		text-align: center;
	}
	div#rec p {
		text-align: left;
	}
	div#rec h2 {
		text-align: left;
	}
}

@media screen and (max-width:410px) {
	div#top_mess img {
		width: 315px;
		height: 185px;
	}
	div#crew_img img {
		width: 315px;
		height: 216px;
	}
	div#wb_box p {
		font-size: 90%;
	}
}
