@charset "UTF-8";

body{
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	/*font-size:14px;*/
	color:#333;
}

p{
	margin: 0 0 0.5em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea{
	padding:.5em;
}

input[type="text"]{
	width:300px;
}

input[type="email"]{
	width:400px;
}

input[type="submit"]{
	padding: 10px;
}

textarea{
	width:600px;
}

.site-header{
	background-color: #faf;
}

.site-header-conts{
	padding: 0;
}

.main-image{
	background-color: #1c71fd;
}

.sub-conts .section-wrap .section-in{
	padding:10px 15px 10px;
	background: #f5f5f5;
	border: 1px solid #dcdcdc;
}

.sub-conts .section-wrap .section-in .section-title,
.sub-conts .section-wrap .article-header .section-title{
	margin: 0 0 20px;
	padding: 10px 0 10px 10px;
	font-weight: normal;
	font-size: 1em;
	border: none;
	color:#2477fc;
	border-bottom: 3px solid #2477fc;
}

.video_container{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inq_button, .wpcf7-submit{
  position: relative;
  margin:10px auto;
  width:90%;
  text-align: center;
	font-size: 18px;
	color: #050505;
  text-decoration: none;
  font-size:20px;
  font-weight: bold;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#fab937 0%,
		#ffe682 50%,
		#ffe682 50%,
		#fab937);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fab937),
		color-stop(0.50, #ffe682),
		color-stop(0.50, #ffe682),
		to(#fab937));
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	border: 4px solid #f5943f;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.inq_button a,
.wpcf7-submit a{
  text-decoration: none;
	display:block;
}

.item_in1{
	margin: 2px 0;
	padding: 5px 5px;
	float: left;
	width: 30%;
	text-align: right;
	clear:both;
	box-sizing: border-box;
}

.item_in2{
	margin: 2px 0;
	padding: 5px 5px;
	float: left;
	width: 70%;
	border-bottom: dotted 1px #62481C;
	box-sizing: border-box;
}

.item_in3{
	margin: 2px 0;
	padding: 5px 5px;
	float: left;
	width: 100%;
	clear:both;
}

.frame_box {
  display: inline-flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  width:100%;
}

.box_menu {
  width: 33.33%;
  padding: 14px;
  box-sizing: border-box;
  text-align: center;
}

.frame_half{
	margin: 5px;
	padding: 0;
	float:left;
	width:48%;
}

.frame_half_in{
	padding: 10px;
	border:2px dotted #f4a460;
	border-radius: 10px;
}

.frame_31{
	margin: 2px;
	padding: 0;
	float:left;
	width:32%;
}

.frame_32{
	margin: 2px 2px 30px;
	padding: 0;
	float:left;
	width:64%;
}

.frame_31_in1{
	padding: 10px 10px 0;
}

.frame_31_in2{
	padding: 10px 10px 0;
	border:2px dotted #f4a460;
	border-radius: 10px;
}

.frame_41{
	padding: 3px;
	float:left;
	width:25%;
	box-sizing: border-box;
}

.fr_caution {
 width: 90%;
 margin: 30px auto 20px;
 padding: 30px 20px 0;
 border: 3px solid #aaa;
 position: relative;
 border-radius: 3px;
}

.fr_caution_title {
 position: absolute;
 top: -13px;
 left: 20px;
 padding: 0 5px;
}

.fr_caution_title .fa {
 margin-right: 5px;
}

.caution {
 background-color: #ff4500;
 border: 2px solid #ff4500;
 color: #fff;
 border-radius: 5px;
}

.fr_caution_red {
 border-color: #ff4500;
}

.manseki{
	margin: 3px 0 40px;
	padding: 10px 0;
	float: left;
	width: 100%;
	font-size: 20px;
	color:#fff;
	text-align: center;
	border:3px solid #696969;
	border-radius: 30px;
	background: #a9a9a9;
	clear:both;
}

.btn_100{
	margin: 3px 0 40px;
	padding: 10px 0;
	float: left;
	width: 100%;
	font-size: 20px;
	color:#fff;
	text-align: center;
	border:3px solid #ff7f50;
	border-radius: 30px;
	background: linear-gradient(to bottom, #ee82ee, #ff69b4);
	clear:both;
}

.btn_100:hover{
	background: linear-gradient(to bottom, #ffb6c1, #ff69b4);
}

.btn_100_2{
	margin: 3px 0;
	padding: 10px 0;
	float: left;
	width: 100%;
	font-size: 20px;
	color:#fff;
	text-align: center;
	border:2px solid #8b4513;
	border-radius: 30px;
	background: linear-gradient(to bottom, #f4a460, #d2691e);
	clear:both;
}

.btn_100_2:hover{
	background: linear-gradient(to bottom, #ffd700, #daa520);
}

.btn_app{
	margin: 2px 0;
	padding: 15px 10px;
	width: 100%;
	color:#fff;
	text-align: left;
	font-size: 18px;
	border:3px solid #6495ed;
	border-radius: 30px;
	background: linear-gradient(to bottom, #6495ed, #4169e1);
	box-sizing: border-box;
	clear:both;
}

.btn_app:hover{
	background: linear-gradient(to bottom, #1e90ff, #4169e1);
}

.btn_manseki{
	margin: 2px 0;
	padding: 10px 10px;
	width: 100%;
	color:#fff;
	text-align: left;
	font-size: 18px;
	border:2px solid #555;
	border-radius: 30px;
	background: linear-gradient(to bottom, #999, #333);
	box-sizing: border-box;
	clear:both;
}

.button{
	padding: 15px 120px;font-size: 14px;
	border-radius: 8px;
}
