@charset "UTF-8";
/*書式設定
----------------------------------*/
@font-face {
  font-family: "Yu Mincho";
  src: local(Yu Mincho Medium),
       local(Yu Mincho);
  font-weight: 500;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

body{
	margin: 0;
	padding: 0;
	border: 0 none;
	font-size:18px;
	color: #333333;
	font-family: 'Noto Sans Japanese', sans-serif, "游ゴシック体", "Yu Gothic", YuGothic;
	line-height:1.5em;
	background:#FFFFFF;
}

.font_yumin { font-family:"游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;}
.font_sawago { font-family: "Sawarabi Gothic", 'Noto Sans Japanese', sans-serif, "游ゴシック体", "Yu Gothic", YuGothic; }

/*floatの解除*/
.clearfix:after { 
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#ffff61;
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.contents {
	max-width: 990px;
	margin: 0 auto;
	font-size: 16px;
}

.ver_pc { display: block; }
.ver_sp { display: none; }
.br_pc { display: block; }
.br_sp { display: none; }
.txtBoximg_sp { display: none; }
.imgBox .scl_arrow { display: none; }
.cpBox_sp { display: none; }

#sp_menuBox { display: none; }
.navi { display: none; }

/* header */
header {padding: 0;}
header .headBox {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
header .headBox .titleBoxwrap {
	width: 100%;
	margin: auto;
	background-image: url(../images/head_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 25px;
}
header .headBox .titleBoxwrap .titleBox {
	position: relative;
	margin: auto;
	max-width: 1107px;
	height: 505px;
}
header .headBox .titleBoxwrap .titleBox img {
	width: 100%;
	height: auto;
}
header .headBox .titleBoxwrap .titleBox .request_btn {
	width: 392px;
	position: absolute;
	bottom:58px;
	right: 0;
	background-color: #00a3dd;
	border: 1px solid #00a3dd;
}
header .headBox .titleBoxwrap .titleBox .request_btn a {
	display: flex;
  	justify-content: center;
  	align-items: center;
  	height: 100%;
}
header .headBox .titleBoxwrap .titleBox .request_btn a p {
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	color:#fff;
	padding: 10px 0;
}
header .headBox .titleBoxwrap .titleBox .request_btn:hover {
	background-color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
header .headBox .titleBoxwrap .titleBox .request_btn:hover a p {
	color:#00a3dd;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
#menuBoxwrap {
	width: 100%;
}
.menuBox {
	width: 100%;
	background-color: #00a3dd;
}
.menuBox .menu {
	max-width: 990px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 15px 0;
}
.menuBox .menu li {
	border-right: 1px solid #fff;
	padding: 5px 4%;
}
.menuBox .menu li:first-child {
	padding-left: 0;
}
.menuBox .menu li:last-child {
	border-right: none;
	padding-right: 0;
}
.menuBox .menu li a {
	font-size: 16px;
	line-height: 1em;
	color: #fff;
	display: block;
}
.menuBox .menu li a:hover {
	color:#ffff61;
}


/* main */
section {
	padding:50px 0; 
}
.periodBoxwrap {
	width: 100%;
	border: 1px solid #ff5e80;
	margin:auto;
	box-sizing: border-box;
}
.periodBoxwrap .periodBox {
	font-size: 22px;
	text-align: center;
	border:1px solid #ff5e80;
}
.periodBoxwrap .periodBox .period_left {
	width: 48%;
	float: left;
	display: block;
	background-color: #ff5e80;
	color: #fff;
	height: 60px;
	line-height: 60px;
}
.periodBoxwrap .periodBox .period_right {
	padding-left: 49%;
	display: block;
	color: #000;
	height: 60px;
	line-height: 60px;
	text-align: left;
}
.elementBox {
	width: 100%;
	margin: 40px auto 0;
	border:2px solid #00a3dd;
	box-sizing: border-box;
}
.elementBox .titleBox {
	width: 100%;
	padding: 15px 0;
	background-color: #00a3dd;
	color:#fff;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
}
.elementBox .priceBox {
	width: 100%;
	padding: 40px 0 30px;
	color:#ff5e80;
	font-size: 36px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
}
.elementBox .priceBox .priceBox_inline {
	display: inline-block;
	vertical-align: middle;
}
.elementBox .priceBox .large {
	font-size: 54px;
}
.elementBox .priceBox .bottom {
	display: inline-block;
	vertical-align: bottom;
}
.elementBox .priceBox .nomal {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px; 
}
.elementBox .priceBox .small {
	font-size: 24px;
}
.elementBox .priceBox .arrow {
	width: 0;
  	height: 0;
	border-top: 8px solid transparent;
  	border-bottom: 8px solid transparent;
  	border-left: 14px solid #8f8f8f;
  	margin: 0 15px 0 10px;
  	display: inline-block;
}
.request_btnBoxwrap {
	width: 100%;
	padding: 30px 0 20px;
	background-color: #ccedf8;

}
.request_btnBoxwrap .request_btnBox {
	width: 100%;
	margin: 0 auto;
}
.request_btnBoxwrap .request_btnBox .request_btn2 {
	width: 100%;
	background-color: #ff5e80;
	margin-bottom: 20px;
	border:2px solid #ff5e80;
	box-sizing: border-box;
}
.request_btnBoxwrap .request_btnBox .request_btn2  a {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 34px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	padding: 13px 0;
}
.request_btnBoxwrap .request_btnBox .request_btn2 a:hover {
	background-color: #fff;
	color: #ff5e80;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.request_btnBoxwrap .request_btnBox .request_btn3 {
	width: 100%;
	margin: auto;
	margin-bottom: 10px;
	background-color: #fff;
	border:2px solid #ff5e80;
	box-sizing: border-box;
}
.request_btnBoxwrap .request_btnBox .request_btn3 a span {
	position: relative;
	width: 100%;
	margin:auto;
	display: block;
	color: #ff5e80;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}
.request_btnBoxwrap .request_btnBox .request_btn3 a span:after {
	content: '';
	width: 8px;
  	height: 8px;
  	border: 2px solid;
  	border-color: #ff5e80 #ff5e80 transparent transparent;
  	transform: rotate(45deg);
	display: block;
	position: absolute;
	top: 25px;
	right: 20px;
}
.request_btnBoxwrap .request_btnBox .request_btn3 a:hover span {
	background-color: #ff5e80;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.request_btnBox .request_btn3 a:hover span:after {
	border-color: #fff #fff transparent transparent;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.greyBgwrap {
	background-color: #eeeeee;
	padding:100px 0; 
}
.balloonBox {
	width: 100%;
	background-color: #00a3dd;
	position: relative;
}
.balloonBox:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #00a3dd;
}
.balloonBox h2{
	color: #ffff61;
	font-size: 50px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	padding: 45px 0;
}
.balloonBox .font_size {
	font-size: 42px;
}
.balloonBox2 {
	margin-top: 80px;
}
.txtBox {
	margin-top: 40px; 
	padding: 35px;
	background-color:#fff; 
	line-height: 2em;
}
.txtBox span {
	font-size: 12px;
}
.txtBoxwrap {
	margin: auto;
	margin-top: 80px;
	width: 100%;
}
.txtBoxwrap h3 {
	width: 100%;
	padding-left: 45px;
	font-size: 32px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #00a3dd;
	margin-bottom: 20px;
	position: relative;
}
.txtBoxwrap h3:before {
	content: "";
	position: absolute;
	top:3px;
	left: 0;
	background-image: url(../images/circle.png);
	width: 34px;
	height: 34px;
}
.txtBoxwrap .txtBox2 {
	margin: 0;
	padding: 35px;
}
.imgBox img{
	width: 100%;
	height: auto;
}
.imgBox1 {
	width: 57%;
	margin: 20px auto 0;
}
.imgBox2 {
	width: 94%;
	margin: 40px auto 0;
}
.txtBoxwrap .txtBox_left {
	float: left;
	width: 65%;
}
.txtBoxwrap .txtBox_left .name {
	font-size: 28px;
	line-height: 1em;
	font-weight: bold;
	display: block;
}
.txtBoxwrap .txtBox_right {
	float: right;
	width: 30%;
	text-align: right;
}
.txtBoxwrap .txtBox_right img {
	width: auto;
	height: 475px;
}
.cpBox {
	width: 94%;
	margin: 40px auto 0; 
}
.cpBox tr {
	border-bottom: 1px solid #eeeeee; 
}
.cpBox tr th {
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-color: #00a3dd;
	width: 22%;
	padding: 35px 0;
}
.cpBox tr td {
	font-size: 18px;
	line-height: 2em;
	width: 78%;
	padding: 35px 0 35px 35px;
	text-align: left;
	vertical-align: middle;
	background-color: #fff;
}
.cpBox tr .top {
	vertical-align: top;
}
.cpBox tr td span {
	padding: 4px 8px;
	background-color:#ff5e80;
	color: #fff;
}
.cpBox tr td a {
	text-decoration: underline;
}
.cpBox tr td a:hover {
	color: #00a3dd;
}
.cpBox tr td ul li{
    padding-left: 1em;
    text-indent: -1em;
 }
.cpBox tr td ul .indent_none{
 	padding-left: 0em;
    text-indent: 0em;
 }

/* footer */
footer {
	width: 100%;
	margin: 0 auto;
	background-color: #00a3dd;
}
footer .footBox {
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
	color: #fff;
}
footer .footBox .footBox_left {
	float: left;
	text-align: left;
	font-size: 14px;
	font-weight: bold; 
	line-height: 3em;
	color:#fff;
}
footer .footBox .footBox_left li {
	text-decoration: underline;
}
footer .footBox .footBox_left .deco_none {
	text-decoration: none;
}
footer .footBox .footBox_left a {
	color:#fff;
}
footer .footBox .footBox_left a:hover {
	color:#ffff61;
}
footer .footBox .footBox_right {
	float: right;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
}
footer .footBox .footBox_right .tel_txt {
	font-size: 16px;
}
footer .footBox .footBox_right .telBox {
	padding: 5px 0 10px;
	margin: 0 auto;
}
footer .footBox .footBox_right .telBox img {
	width: 54px;
	height: 30px;
	padding-top: 5px;
}
footer .footBox .footBox_right .telBox .tel_num {
	font-size: 34px;
	vertical-align: text-top;
}
footer .footBox .footBox_right p {
	display: inline;
}

footer .footBox .copy {
	padding-top: 30px;
}

