@charset "utf-8";

/*
1カラムページCSS
*/

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

	.pcNone{
		display:none;
	}
}

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

	.tabNone{
		display:none;
	}

}



@media screen and (min-width:1px) and (max-width:767px) {

.spNone{
	display:none;
}

}


/*-------------------------------------
　基本スタイル　
-------------------------------------*/



body {
	font-size: 18px;
	background-color: #FFF;
	color: #333; /* フォントカラーの設定 */
	font-family: "Meiryo UI","メイリオ",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 100%; /* 基本フォントサイズの設定 */
}

html,
body {
	margin: 0px;
	padding: 0px;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

p {
	margin-bottom: 30px;
}



/*-------------------------------------
　リンクアニメーション
-------------------------------------*/
/*------　リンクカラー　------*/
a:link,
a:visited,
a:active {
	color:#1e73be;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

/*------　画像リンク透過　------*/
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*-------------------------------------
　アイコンフォント
-------------------------------------*/
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-sitemap:before {
	content: "\f0e8";
}

/*-------------------------------------
　1カラムページ
-------------------------------------*/
/*------　背景　------*/
#onecol {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

/*-------------------------------------
　メイン（1カラムLP　通常画像）
-------------------------------------*/
/*------　サイドシャドウ　------*/
#onelp {
	font-size: 18px;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	background-color: #FFF;
}

/*------　サイドライン　------*/
#onelpL {
	font-size: 18px;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #FFF;
}

/*------　サイド装飾なし　------*/
#onelpN {
	font-size: 18px;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
}

/*-------------------------------------
　メイン（1カラムLP　ワイド画像）
-------------------------------------*/
/*------　サイドシャドウ　------*/
#onelpw {
	font-size: 18px;
	width: 900px;
	margin: 20px auto;
	padding: 0;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	background-color: #FFF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 20px;
}

/*------　サイドライン　------*/
#onelpLw {
	font-size: 18px;
	width: 900px;
	margin: 20px auto;
	padding: 0;
	border: 1px solid #999;
	background-color: #FFF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/*------　サイド装飾なし　------*/
#onelpNw {
	font-size: 18px;
	width: 900px;
	margin: 20px auto;
	padding: 0;
	background-color: #FFF;
}

/*-------------------------------------
　ヘッダー画像（1カラムLP　通常画像）
-------------------------------------*/
.headerimg img {
	max-width: 100%;
}

/*-------------------------------------
　ヘッダー画像（1カラムLP　ワイド画像）
-------------------------------------*/
.headerimgw  {
	width: 100%;
	padding: 0;
	margin: 0;
}

.headerimgw img  {
	max-width: 100%;
	padding: 0;
	margin: 0px auto 10px;
	display: block;
}

/*-------------------------------------
　見出し
-------------------------------------*/
.onecont h1,
.onecontw h1 {
	display: none;
}

.onecont h2,
.onecontw h2 {
	color: #fff;
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
	text-shadow:1px 1px 2px #333;
	padding:10px 10px 8px 20px;
	margin: 0 0 20px;
	background: #1e73be;
	box-shadow: 0px 2px 2px #333;
	-moz-box-shadow: 0px 2px 2px #333;
	-webkit-box-shadow: 0px 2px 2px #333;
}

.onecont h3,
.onecontw h3 {
	font-size: 25px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	margin: 0 0 20px;
	padding:5px 5px 5px 15px;
	background: #1e73be;
}

.onecont h4,
.onecontw h4 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 20px;
	padding:5px 5px 5px 10px;
	border-left: 10px solid #1e73be;
	background: #DDD;
}

.onecont h5,
.onecontw h5 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 20px;
	padding:5px 5px 2px 15px;
	border-bottom: 3px solid #1e73be;
	background: #EEE;
}

/*-------------------------------------
　コンテンツ
-------------------------------------*/
.onecont,
.onecontw {
	width: 800px;
	line-height: 1.6;
	margin: 0 auto;
}

.onecont section,
.onecontw section {
	padding-top: 30px;
}

/*-------------------------------------
　画像の配置
-------------------------------------*/
/*------ 指定なし　------*/
#onecol img.alignnone {
	margin: 0 0 20px 0;
	padding: 0;
}

#onecol img.alignnoneb {
	padding: 2px;
	border: 1px solid #CCC;
	margin: 0 10px 10px 0;
}

/*------ 右寄せ　------*/
#onecol img.alignright {
	padding: 4px;
	margin: 0 0 10px 10px;
	float: right;
}

#onecol img.alignrightb {
	padding: 2px;
	border: 1px solid #CCC;
	margin: 0 0 10px 10px;
	float: right;
}

/*------ 左寄せ　------*/
#onecol img.alignleft {
	padding: 4px;
	margin: 0 10px 10px 0;
	float: left;
}

#onecol img.alignleftb {
	padding: 2px;
	border: 1px solid #CCC;
	margin: 0 10px 10px 0;
	float: left;
}

/*------ センター配置　------*/
#onecol img.aligncenter {
	padding: 4px 0;
	margin: 0px auto 10px;
	display: block;
}

#onecol img.aligncenterb {
	padding: 2px;
	border: 1px solid #CCC;
	margin: 0px auto 10px;
	display: block;
}

/*------ 配置クリヤー　------*/
.cl {
	clear: both;
}

/*-------------------------------------
　フッター
-------------------------------------*/
/*------　フッターエリア　------*/
#onefooter {
	font-size: 12px;
	color: #333;
	margin: 30px auto 0;
	padding-bottom: 10px;
	text-align: center;
}

/*-------------------------------------
　文字装飾
-------------------------------------*/
p.check01 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 20px 10px 10px;
	padding: 5px 0 0 30px;
	border-bottom: 1px dotted #CCC;
	background: url(lp_img/check01.png) no-repeat 0;	
}

p.check02 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 20px 10px 10px;
	padding: 5px 0 0 30px;
	border-bottom: 1px dotted #CCC;
	background: url(lp_img/check02.png) no-repeat 0;	
}

p.check03 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 20px 10px 10px;
	padding: 5px 0 0 30px;
	border-bottom: 1px dotted #CCC;
	background: url(lp_img/check03.png) no-repeat 0;	
}

p.check04 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 20px 10px 10px;
	padding: 5px 0 0 30px;
	border-bottom: 1px dotted #CCC;
	background: url(lp_img/check04.png) no-repeat 0;	
}

p.check05 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 20px 10px 10px;
	padding: 5px 0 0 30px;
	border-bottom: 1px dotted #CCC;
	background: url(lp_img/check05.png) no-repeat 0;	
}

p.check06 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 20px 10px 10px;
	padding: 5px 0 0 30px;
	border-bottom: 1px dotted #CCC;
	background: url(lp_img/check06.png) no-repeat 0;	
}

p.check07 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 20px 10px 10px;
	padding: 5px 0 0 30px;
	border-bottom: 1px dotted #CCC;
	background: url(lp_img/check07.png) no-repeat 0;	
}

p.check08 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 20px 10px 10px;
	padding: 5px 0 0 30px;
	border-bottom: 1px dotted #CCC;
	background: url(lp_img/check08.png) no-repeat 0;	
}

p.check09 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 20px 10px 10px;
	padding: 5px 0 0 30px;
	border-bottom: 1px dotted #CCC;
	background: url(lp_img/check09.png) no-repeat 0;	
}

p.check10 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 20px 10px 10px;
	padding: 5px 0 0 30px;
	border-bottom: 1px dotted #CCC;
	background: url(lp_img/check10.png) no-repeat 0;	
}

p.check11 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 20px 10px 10px;
	padding: 5px 0 0 30px;
	border-bottom: 1px dotted #CCC;
	background: url(lp_img/check11.png) no-repeat 0;	
}

.redb16 {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}

.redb18 {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}

.redb21 {
	color: #FF0000;
	font-size: 21px;
	font-weight: bold;
}

.redb24 {
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
}

.redb26 {
	color: #FF0000;
	font-size: 26px;
	font-weight: bold;
}

.redb28 {
	color: #FF0000;
	font-size: 28px;
	font-weight: bold;
}

.redb30 {
	color: #FF0000;
	font-size: 30px;
	font-weight: bold;
}

.blueb16 {
	color: #0066FF;
	font-size: 16px;
	font-weight: bold;
}

.blueb18 {
	color: #0066FF;
	font-size: 18px;
	font-weight: bold;
}

.blueb21 {
	color: #0066FF;
	font-size: 21px;
	font-weight: bold;
}

.blueb24 {
	color: #0066FF;
	font-size: 24px;
	font-weight: bold;
}

.blueb26 {
	color: #0066FF;
	font-size: 26px;
	font-weight: bold;
}

.blueb28 {
	color: #0066FF;
	font-size: 28px;
	font-weight: bold;
}

.blueb30 {
	color: #0066FF;
	font-size: 30px;
	font-weight: bold;
}

.yellowbg {
	background: #ffff00;
}

.red {
	color: #FF0000;
}

.redline {
	color: #FF0000;
	text-decoration: underline;
}

.redb {
	color: #FF0000;
	font-weight: bold;
}

/*-------------------------------------
　ボックス
-------------------------------------*/
.boxstyle01 {
	margin: 20px 10px;
	padding: 20px 30px;
	border: 1px solid #CCC;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 10px 6px -6px #666;
	-moz-box-shadow: 0 10px 6px -6px #666;
	-webkit-box-shadow: 0 10px 6px -6px #666;
	overflow: auto;
}

span.review {
	font-size: 18px;
	font-weight: bold;
	line-height: 2.5;
	border-bottom: 1px dotted #CCC;
}

.boxstyle02 {
	padding: 5px 10px;
	background: #ff0030;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius 3px;
	-webkit-border-radius: 3px;
	text-shadow: -1px -1px #aa3030;
	border: 2px dashed #fff;
	-moz-box-shadow: 0 0 0 4px #ff0030, 1px 1px 4px 3px rgba(10,10,0,.5);
	-webkit-box-shadow: 0 0 0 4px #ff0030, 1px 1px 4px 3px rgba(10,10,0,.5);
	box-shadow: 0 0 0 4px #ff0030, 1px 1px 6px 3px rgba(10,10,0,.5);
}

.boxstyle03 {
	padding: 5px 10px;
	background: #0066FF;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius 3px;
	-webkit-border-radius: 3px;
	text-shadow: -1px -1px #aa3030;
	border: 2px dashed #fff;
	-moz-box-shadow: 0 0 0 4px #0066FF, 1px 1px 4px 3px rgba(10,10,0,.5);
	-webkit-box-shadow: 0 0 0 4px #0066FF, 1px 1px 4px 3px rgba(10,10,0,.5);
	box-shadow: 0 0 0 4px #0066FF, 1px 1px 6px 3px rgba(10,10,0,.5);
}

/*-------------------------------------
　テーブル
-------------------------------------*/
.onecont table,
.onecontw table {
	border: 0px solid #fff;
	border-collapse: collapse;
	border-spacing: 0;
}

.onecont table th,
.onecontw table th {
	text-align: left;
	font-weight: bold;
	border: 3px solid #FFF;
	padding: 10px;
}

.onecont table td,
.onecontw table td {
	border: 3px solid #FFF;
	padding: 10px;
}

/*-------------------------------------
　ページトップへ
-------------------------------------*/
div.tothetop {
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 1500;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

div.tothetop a,
div.tothetop a:visited {
	display: block;
	color: #fff;
	padding: 10px 13px;
	margin: 0;
	background: #666;
	border: 1px solid #fff;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
	border-radius: 10px; 
}

div.tothetop a:hover {
	color: #FFF;
}

.fa-chevron-up {
	font-size: 21px;
}

/*-------------------------------------
	YouTube
-------------------------------------*/
.youtube {
	text-align: center;
}


/*************
/* メールフォーム
*************/
.wpcf7-form	{
	background-color: #FFF;	/*ボックスの背景色を白に指定*/
	padding: 10px;	/*ボックス内の余白を20pxに指定*/
	border-radius: 10px
}	/*ボックスを角丸に指定*/


::selection {
  background-color: #99CCFF;
  color: #000;
}

::-moz-selection {
  background-color: #99CCFF;
  color: #000;
}


.form {
	width: 100%;
	margin: 0px;
}

.form th {
	width: 30%;
	background: #F3f3f3;
	text-align: left;
	vertical-align: middle;
}

.form td {
	background: #F0F6FF;
	text-align: left;
	vertical-align: middle;
}



.form_test {
	margin: 15px 5px;
        font-size: 17px;
}

.form_red {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin: 30px 0;
}

.hissu {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

#go {
	text-align: center;
}


input[type=submit]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:50%;
   height:50px;
   font-size:20px;
   padding:0 3px;
   margin:5px;
   cursor:pointer;
   color:#333;
   font-weight:bold;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
}


  
span.wpcf7-list-item {
display: block;
}



/*------------------------------------------------------------
 幅899px以下
------------------------------------------------------------*/
@media only screen and (max-width: 899px){
/*-------------------------------------
　画像
-------------------------------------*/
.headerimg img,
.onecont img,
.headerimgw img,
.onecontw img {
	max-width: 100%;
	height: auto;
}

/*-------------------------------------
　メイン（1カラムLP）
-------------------------------------*/
/*------　サイドシャドウ　------*/
#onelp,
#onelpw {
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*------　サイドライン　------*/
#onelpL,
#onelpLw {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*------　サイド装飾なし　------*/
#onelpN,
#onelpNw {
	margin: 0;
	padding: 0;
}

/*-------------------------------------
　コンテンツ幅
-------------------------------------*/
#onelp .onecont,
#onelpL .onecont,
#onelpN .onecont,
#onelpw .onecont,
#onelpLw .onecont,
#onelpNw .onecont {
	width:95%;
}

/*-------------------------------------
　フッター
-------------------------------------*/
/*------　フッターエリア　------*/
#onefooter {
	padding-bottom: 50px;
}

/*-------------------------------------
	YouTube（レスポンシブ対応）
-------------------------------------*/
section .youtube {
	position: relative;
	width: 100%;
	padding-top: 55.25%;
}

section .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}

/*------------------------------------------------------------
 幅648px以下
------------------------------------------------------------*/
@media only screen and (max-width: 648px){

/*-------------------------------------
　テーブル
-------------------------------------*/
.onecont table,
.onecontw table {
	border: 2px solid #fff;
	border-collapse: collapse;
	border-spacing: 0;
}

.onecont table th,
.onecontw table th {
	text-align: left;
	font-weight: bold;
	border: 3px solid #fff;
	padding: 10px;
/*	background: #EAEAEA; */
/*	border-bottom: solid 1px #B0B0B0; */
}

.onecont table td,
.onecontw table td {
	border: 3px solid #fff;
	padding: 10px;
}


/*************
/* メールフォーム
*************/
.form {
	width: 100%;
	margin: 0px;
}

.form th {
	width: 30%;
	background: #F4F4F4;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}

.form td {
	background: #F0F6FF;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 10px;
	box-sizing: border-box;
}


.form th,
.form td{
        width: 100%;
        display: block;
    }


.form_test {
	width:100%;
        font-size: 18px;
}



.form_red {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin: 30px 0;
}

.hissu {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

#go {
	text-align: center;
}

input[type=submit]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:50%;
   height:50px;
   font-size:17px;
   padding:0 3px;
   margin:5px;
   cursor:pointer;
   color:#333;
   font-weight:bold;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
}


span.wpcf7-list-item {
display: block;
}



/*-------------------------------------
　見出し
-------------------------------------*/
.onecont h2,
.onecontw h2 {
	font-size: 16px;
	padding:10px 5px 8px 10px;
	margin: 0 0 20px;
}

.onecont h3,
.onecontw h3 {
	font-size: 16px;
	margin: 0 0 20px;
	padding:5px 5px 5px 10px;
}

.onecont h4,
.onecontw h4 {
	font-size: 16px;
	margin: 0 0 20px;
	padding:5px 5px 5px 10px;
}

.onecont h5,
.onecontw h5 {
	font-size: 16px;
	margin: 0 0 20px;
	padding:5px 5px 2px 10px;
}

/*-------------------------------------
　タイトルバーの調整
-------------------------------------*/
.onecont .boxstyle01 h2,
.onecontw .boxstyle01 h2 {
	margin: 0 0 20px;
}

.onecont .boxstyle01 h3,
.onecontw .boxstyle01 h3 {
	margin: 0 0 20px;
}

.onecont .boxstyle01 h4,
.onecontw .boxstyle01 h4 {
	margin: 0 0 20px;
}

.onecont .boxstyle01 h5,
.onecontw .boxstyle01 h5 {
	margin: 0 0 20px;
}

/*-------------------------------------
　画像の配置
-------------------------------------*/
/*------ 右寄せ　------*/
#onecol img.alignright {
	float: none;
	margin: 0px auto 10px;
	display: block;
}

#onecol img.alignrightb {
	float: none;
	margin: 0px auto 10px;
	display: block;
}

/*------ 左寄せ　------*/
#onecol img.alignleft {
	float: none;
	margin: 0px auto 10px;
	display: block;
}

#onecol img.alignleftb {
	float: none;
	margin: 0px auto 10px;
	display: block;
}

/*-------------------------------------
　ボックス
-------------------------------------*/
.boxstyle01 {
	margin: 20px 0;
	padding: 10px 15px;
}

/*-------------------------------------
　ページトップへ
-------------------------------------*/
div.tothetop {
	right: 0;
	bottom: 0;
	width: 100%;
}

div.tothetop a,
div.tothetop a:visited {
	border: none;
	-webkit-border-radius: 0;  
	-moz-border-radius: 0;
	border-radius: 0; 
}
}

/*QandA
*****************/
.qanda_pointer{
 cursor:pointer;
 margin-bottom:0.5em;
 line-height:150%;
}

.qanda_midashi{
  font-size:100%;
  font-weight:bold;
  line-height:150%;
  margin-left: 1em;
  text-indent: -0.5em;
}

.summer2018 p {
  padding:0 1em;
}