@charset "UTF-8";



/*localnav
-----------------------------------------------------------------------------------------*/
#localnav{
	background:#E6EDF5;
}
#localnav ul{
	margin:0 auto;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
}
#localnav  ul li{
	float:left;
	width:25%;
	font-size:14px;
	line-height:20px;
}
#localnav  ul li.syochu{
	width:30%;
}
#localnav  ul li a{
	line-height:20px;
	padding:10px 0 10px 27px;
	display:block;
	color:#000;
	background:url(images/localnav.png) left no-repeat;z
}
#localnav  ul li a.current,
#localnav  ul li a:hover{
	background:#4D7AB6 url(images/localnav_on.png) left no-repeat;
	color:#FFF;
}
@media screen and (max-width: 739px) {
	#localnav{display:none;}
}

/*ぱんくず
-----------------------------------------------------------------------------------------*/
#path{
	margin:0 auto;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}
#path p{
	font-size:12px;
	line-height:20px;
	letter-spacing:1px;
	color:#666666;
	text-align:right;
}
#path p a:hover{
	text-decoration:underline;
}
#path p strong{
	font-weight:normal;
}
@media screen and (max-width: 739px) {
	#path p{font-size:10px;padding:0 10px;}
}

/*article
article a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
div.movie{
	width:100%;
	margin:0 auto;
	position:relative;
	margin-bottom:20px;
	padding-top:30px;
	padding-bottom:56.25%;
	overflow:hidden;
}
div.movie iframe{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
-----------------------------------------------------------------------------------------*/
article{
	margin-top:30px;
}
article a{
	text-decoration:underline;
}
article a:hover{
	text-decoration:none;
}
article h1{
	font-size:35px;
	line-height:50px;
}
article h1 span{
	font-size:18px;
	color:#FFF;
	background:#000;
	margin-left:30px;
	padding:5px 15px;
	vertical-align:5px;
}
article li{
	line-height:28px;
}
article ol li,
article ul.dot li{
	margin:8px 0 8px 25px;
	list-style-type:decimal;
}
article ul.dot li{
	list-style-type:disc;
}
@media screen and (max-width: 739px) {
	article{margin-top:10px;}
	article h1{font-size:18px;line-height:28px;}
	article h1 span{margin-left:10px;padding:3px 8px;font-size:13px;vertical-align:2px;}
	article li{line-height:22px;}
	article ol li,
	article ul.dot li{margin:6px 0 6px 20px;}
}
/*-------------------------テーブル*/
article table{
	margin:10px 0;
	background:#FFF;
	width:100%;
}
article th,
article td{
	line-height:24px;
	padding:10px 15px;
	border:1px solid #CCC;
}
article th{
	background:#F1F1F1;
	text-align:center;
	white-space:nowrap;
}
@media screen and (max-width: 739px) {
	article th,
	article td{padding:4px 8px;line-height:20px;}
}
/*-------------------------イメージ位置*/
figure{
	display:block;
	text-align:center;
}
figure.center{
	margin:20px auto 0 auto;
}
figure.right{
	float:right;
	margin-left:40px;
}
figure.left{
	float:left;
	margin-right:40px;
}
@media screen and (max-width: 739px) {
	figure,
	figure.center,
	figure.right,
	figure.left{float:none;margin:10px auto;text-align:center;}
}


/*ページ共通クラス
-----------------------------------------------------------------------------------------*/
/*-------------------------sectionとframe*/
section{
	padding-top:50px;
	padding-bottom:50px;
}
h1 + section,
h1 + section.frame{
	padding-top:0;
	margin-top:30px;
}
@media screen and (max-width: 739px) {
	h1 + section,
	h1 + section.frame{margin-top:10px;}
	section,
	section.frame{padding:20px 10px;}
	section > .frame{padding:0;}
}
/*-------------------------背景カラー*/
h1 + section.bg{
	margin-top:30px;
	padding-top:50px;
}
.bg{
	background:#FFF7CA;
}
@media screen and (max-width: 739px) {
	h1 + section.bg{margin-top:10px;padding-top:20px;}
}
/*------------------------パソコンのみ改行*/
@media screen and (max-width: 739px) {
	.brpc br{display:none;}
}
/*-------------------------スマホのみ改行*/
.brsp br{
	display:none;
}
@media screen and (max-width: 739px) {
	.brsp br{display:inline;}
}
/*-------------------------明朝タイトル*/
.titlemin{
	font-size:45px;
	line-height:60px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-bottom:30px;
	text-align:center;
}
@media screen and (max-width: 739px) {
	.titlemin{font-size:20px;line-height:30px;padding:0;margin-bottom:10px;}
}
/*-------------------------ゴシックタイトル*/
.titlegos{
	font-size:36px;
	line-height:50px;
	text-align:center;
	margin-bottom:10px;
}
@media screen and (max-width: 739px) {
	.titlegos{font-size:20px;line-height:30px;margin-bottom:5px;}
}
/*-------------------------ライン付きタイトル*/
.titlebar{
	font-size:24px;
	line-height:36px;
	padding:30px 0 0 20px;
	background:url(images/titlebar.png) 0 34px no-repeat;
	border-top:1px solid #BBB;
	margin-bottom:10px;
}
@media screen and (max-width: 739px) {
	.titlebar{font-size:16px;line-height:24px;font-weight:bold;padding:12px 0 0 12px;background-size:5px 50px;background-position:0 14px;margin-bottom:5px;}
}
/*-------------------------ライン無しタイトル*/
.notitlebar{
	font-size:24px;
	line-height:36px;
	padding:30px 0 0 20px;
	background:url(images/titlebar.png) 0 34px no-repeat;
	margin-bottom:10px;
}
@media screen and (max-width: 739px) {
	.titlebar{font-size:16px;line-height:24px;font-weight:bold;padding:12px 0 0 12px;background-size:5px 50px;background-position:0 14px;margin-bottom:5px;}
}
/*-------------------------ボタンリンク*/
.btn{
	display:block;
	margin-top:10px;
	margin-bottom:5px;
	text-align:center;
	line-height:25px;
	padding:10px;
	width:320px;
	color:#000000;
	text-decoration:none;
	display:block;
	background:#F5C53A url(images/ya_btn.png) right no-repeat;
	box-shadow: 0 5px 0 #B8942C;
	-webkit-box-shadow: 0 5px 0 #B8942C;
	-moz-box-shadow: 0 5px 0 #B8942C;
	border-radius: 6px;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position:relative;
}
.btn img{
	margin-right:15px;
}
.btn:hover{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	top:5px;
}
@media screen and (max-width: 739px) {
	.btn{width:100%;padding:8px 0;line-height:23px;background-size:15px}
	.btn img{margin-right:8px;}
}
/*-------------------------morebtn*/
.morebtn{
	display:block;
	width:300px;
	line-height:50px;
	margin:0 auto;
	margin-top:20px;
	background:#FCEE21;
	color:#000000;
	font-weight:bold;
	letter-spacing:1px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	text-decoration:none;
	text-align:center;
}
.morebtn:hover{
		background:#B7A60F;
}
@media screen and (max-width: 739px) {
	.morebtn{width:240px;line-height:40px;margin-top:10px;}
}
/*-------------------------ポイント枠*/
.point{
	margin-top:30px;
	padding-bottom:20px;
}
.point.top{
	margin-top:0;
}
.point h4{
	color:#0070CB;
	font-size:20px;
	margin:15px 0 5px 0;
	font-weight:bold;
}
/*入れ子*/
.point .point{
	border-top:1px dashed #CCC;
	padding-top:30px;
}
.point .point h4{
	margin-top:0;
}
.point .point .point{
	padding:20px;
	margin-top:15px;
	border:none;
	background:#F1F2ED;
}
@media screen and (max-width: 739px) {
	.point{margin-top:20px;padding-bottom:0px;}
	.point h4{font-size:16px;}
	.point .point{padding-top:10px;}
	.point .point .point{padding:10px;margin-top:10px;}
}
/*-------------------------アコーディオン要素*/
article .accordionopen{
	cursor:pointer;
}
article .accordion{
	display:none;
}
article .accordion.open{
	display:block;
}


/*maincopy
-----------------------------------------------------------------------------------------*/
#maincopy{
	background:center top no-repeat;
}
#maincopy h2{
	font-size:36px;
	line-height:50px;
	margin-bottom:-5px;
}
#maincopy p{
	margin-top:20px;
}
#maincopy .btn{
	width:400px;
	line-height:40px;
}
@media screen and (max-width: 739px) {
	#maincopy{background-size:330px;background-position:top right;}
	#maincopy h2{font-size:18px;line-height:25px;height:100px;padding-right:120px;font-weight:bold;text-shadow: 1px 1px 2px #FFFFFF,-1px 1px 2px #FFFFFF,1px -1px 2px #FFFFFF,-1px -1px 2px #FFFFFF;margin-bottom:0;}
	#maincopy .btn{width:100%;line-height:25px;}
	#maincopy .btn img{width:25px;}
}


/*記事中の声
-----------------------------------------------------------------------------------------*/
.pointvoice{
	padding:50px 0;
	background:#0071BC;
	color:#FFF;
}
.pointvoice .frame{
	width:880px;
	padding-top:0;
	padding-bottom:0;
}
.pointvoice h2.mincho{
	font-size:48px;
	line-height:80px;
	text-align:center;
}
.pointvoice h2,
.pointvoice h3{
	font-size:36px;
	line-height:50px;
	margin-bottom:20px;
	text-align:center;
}
.pointvoice div p{
	line-height:35px;
	float:left;
	margin-right:400px;
}
.pointvoice div figure{
	float:right;
	margin:0;
	margin-left:-400px;
	width:400px;
	text-align:center;
}
.pointvoice div figure img{
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.pointvoice div figcaption{
	display:block;
	margin-top:10px;
}
.pointvoice div figcaption strong{
	display:block;
	font-size:30px;
	line-height:50px;
	color:#FCEE21;
}
.pointvoice div figcaption span{
	display:block;
	font-size:18px;
	line-height:30px;
	font-weight:bold;
}
.pointvoice div figcaption span + span{
	font-weight:normal;
}
@media screen and (max-width: 739px) {
	.pointvoice{padding:20px 10px;}
	.pointvoice .frame{width:auto;padding:0;}
	.pointvoice h2.mincho{font-size:24px;line-height:36px;}
	.pointvoice h2,
	.pointvoice h3{font-size:18px;line-height:30px;text-align:center;margin-bottom:5px;}
	.pointvoice div p{float:none;line-height:24px;margin-right:0;}
	.pointvoice div figure{float:none;margin:10px 0;width:auto;text-align:left;}
	.pointvoice div figure img{width:60px;float:left;}
	.pointvoice div figcaption{margin:0 0 0 70px;min-height:60px;}
	.pointvoice div figcaption strong{font-size:16px;line-height:30px;}
	.pointvoice div figcaption span,
	.pointvoice div figcaption span + span{font-size:12px;line-height:20px;}
}


/*先生
-----------------------------------------------------------------------------------------*/
/*お話*/
.hanasi{
	float:left;
	width:56%;
	padding-top:0;
}
.hanasi div.movie{
	width:100%;
	margin:0 auto;
	position:relative;
	margin-bottom:20px;
	padding-bottom:56.25%;
	overflow:hidden;
}
.hanasi div.movie iframe{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
.hanasi h3{
	font-size:26px;
	font-weight:bold;
	line-height:40px;
	color:#009245;	
}
.hanasi p,
.hanasi figure{
	margin-bottom:40px;
}
@media screen and (max-width: 739px) {
	.hanasi{float:none;padding:0;width:auto;}
	.hanasi h3{font-size:18px;line-height:30px;}
	.hanasi p,
	.hanasi figure{margin-bottom:20px;}
}
/*-------------------------プロフィール*/
.profile{
	float:right;
	width:390px;
	background:#000;
	color:#FFF;
	padding:0 25px 25px 25px;
	letter-spacing:1px;
}
.profile p,
.profile dt,
.profile dd{
	font-size:14px;
	line-height:22px;
}
.profile figure{
	margin:0 -25px;
}
.profile .name{
	margin-top:20px;
	font-size:30px;
	line-height:40px;
}
.profile .name span{
	display:block;
	font-size:14px;
	line-height:22px;
}
.profile .kana{
	letter-spacing:2px;
	margin-bottom:5px;
}
.profile .text{
	border-top:1px solid #FFF;
	padding-top:15px;
}
.profile dl{
	border-bottom:1px solid #FFF;
	margin:15px 0;
}
.profile dt{
	float:left;
	padding:10px 0;
}
.profile dd{
	border-top:1px solid #FFF;
	padding:10px 0;
	padding-left:90px;
}
.profile p.movie{
	margin:0;
	line-height:30px;
}
@media screen and (max-width: 739px) {
	.profile{float:none;margin:0 -10px -20px -10px;width:auto;padding:15px;}
	.profile figure{margin:0;}
	.profile figure img{width:100%;}
	.profile .kana{font-size:12px;}
	.profile p.movie{text-align:center;}
}




/*ページナビ
-----------------------------------------------------------------------------------------*/
div#pagenav{
	padding-top:20px;
	padding-bottom:40px;
}
aside#pagenav{
	padding-top:50px;
	padding-bottom:50px;
	border-top:5px solid #E6E6E6;
}
#pagenav h2{
	font-size:24px;
}
#pagenav ul{
	margin:0 -10px;
}
#pagenav li{
	float:left;
	width:50%;
	padding:10px;
}
#pagenav li a{
	display:block;
	border:1px solid #D5D5D5;
	height:182px;
	background:#FBFBF7 url(images/pagenav.png) right no-repeat;
	color:#000;
	text-decoration:none;
}
#pagenav li a:hover{
	background-color:#F1F1F1;
}
#pagenav li a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
#pagenav li a span.img{
	float:left;
}
#pagenav li a h2{
	font-size:18px;
	line-height:32px;
	letter-spacing:1px;
	margin:45px 30px 0 200px;
}
#pagenav li a span.copy{
	display:block;
	font-size:14px;
	line-height:24px;
	margin:10px 40px 0 200px;
}
#pagenav li img{
	width:180px;
	height:180px;
}
@media screen and (max-width: 739px) {
	div#pagenav{padding:10px 0px 0px 0px;}
	aside#pagenav{padding:5px 0px 0px 0px;}
	#pagenav h2{font-size:16px;line-height:40px;margin-left:10px;}
	#pagenav ul{margin:0;}
	#pagenav li{float:none;width:100%;padding:0;margin-bottom:-1px;}
	#pagenav li a{display:block;height:52px;background-size:12px 12px;}
	#pagenav li a span.img{width:50px;}
	#pagenav li a h2{font-size:14px;line-height:50px;letter-spacing:0;margin:0 15px 0 60px;}
	#pagenav li a span.copy{display:none;}
	#pagenav li img{width:auto;height:auto;}
}


/*イベント情報
-----------------------------------------------------------------------------------------*/
#event{
	padding-top:50px;
	border-top:5px solid #E6E6E6;
	padding-bottom:50px;
}
#pagenav + #event{
	padding-top:0;
	border-top:none;
}
#event h2.icon{
	font-size:24px;
	line-height:50px;
	color:#004097;
	letter-spacing:1px;
}
@media screen and (max-width: 739px) {
	#event,
	#pagenav + #event{padding-top:20px;padding-bottom:0;}
	#event h2.icon{font-size:18px;line-height:40px;font-weight:bold;margin-left:5px;}
	#event h2.icon img{width:40px;height:40px;}
}
/*-------------------------more*/
#event .more{
	margin-top:-40px;
	margin-bottom:40px;
}
#event .more a{
	float:right;
	font-size:14px;
	line-height:40px;
	background:#004097 url(images/ya_w.png) right no-repeat;
	padding:0 30px 0 15px;
	color:#FFF;
}
#event .more a:hover{
	background-color:#4D7AB6;
}
@media screen and (max-width: 739px) {
	#event .more{margin-bottom:45px;margin-right:5px;}
	#event .more a{border-radius:20px;background-size:15px;padding:0 22px 0 15px;font-weight:bold;}
	#event .more a span{display:none;}
}
/*-------------------------*/
#event ul{
	margin:0 -10px;
}
#event li.new > a:before{
	content:"　";
	width:40px;
	height:40px;
	background:url(images/new.png);
	background-size:100%;
	position:absolute;
	display:block;
	top:-1px;
	left:-1px;
}
#event li{
	float:left;
	width:25%;
	padding:10px;
}
#event li > a{
	display:block;
	background:#FBFBF7;
	border:1px solid #D5D5D5;
	padding:9px;
	line-height:24px;
	height:290px;
	position:relative;
	color:#000;
}
#event li > a:hover{
	background:#004097;
	border:1px solid #004097;
	color:#FFF;
}
#event li a span,
#event li a strong{
	display:block;
	line-height:22px;
}
#event li a span{
	font-size:10px;
	margin-top:5px;
	letter-spacing:1px;
}
#event li a strong{
	font-size:16px;
}
#event li a span:last-child{
	font-size:14px;
	margin-top:3px;
	letter-spacing:0;
}
@media screen and (max-width: 1020px) {
	#event ul{margin:0 -5px;padding-top:10px;}
	#event li{padding:0 5px;}
}
@media screen and (max-width: 739px) {
	#event ul{margin:0;padding:0;}
	#event li.new a:before{width:30px;height:30px;}
	#event li{float:none;width:auto;padding:0;margin-bottom:-1px;}
	#event li a{line-height:20px;min-height:80px;height:auto;}
	#event li a img{float:left;width:90px;}
	#event li a span{font-size:10px;position:absolute;right:9px;bottom:5px;}
	#event li a strong{font-size:16px;margin-left:100px;}
	#event li a span:last-child{font-size:12px;line-height:20px;margin-top:5px;left:110px;}
}



/*form
-----------------------------------------------------------------------------------------*/
#form{
	padding-top:30px;
	padding-bottom:50px;
}
@media screen and (max-width: 739px) {
	#form{padding:0 0 30px 0;}
}
/*-------------------------フォーム入力・結果枠*/
#form dl{
	border:1px solid #CCCCCC;
	border-top:none;
	background:#F1F1F1;
	margin-top:10px;
}
#form dt{
	float:left;
	width:250px;
	padding:15px;
	border-top:1px solid #CCCCCC;
}
#form dt em{
	float:right;
	padding:0 5px;
	background:#EF2E61;
	color:#FFF;
	font-size:14px;
}
#form dd{
	border-top:1px solid #CCCCCC;
	margin-left:250px;
	padding:15px;
	background:#FFFFFF;
}
#form dd p{
	font-size:14px;
	line-height:20px;
}
/*▼▼▼739px以下▼▼▼*/
@media screen and (max-width: 739px) {
	#form dl{background:none;}
	#form dt{float:none;width:auto;background:#F1F1F1;padding:5px 10px;}
	#form dd{padding:10px 10px;margin-left:0;border-top:none;}
}
/*▲▲▲739px以下▲▲▲*/

/*-------------------------フォーム部品*/
#form input[type="checkbox"],
#form input[type="radio"],
#form select{
	margin-right:5px;
}
#form input[type="text"],
#form input[type="tel"],
#form input[type="email"],
#form textarea{
	margin-right:5px;
	border:1px solid #999999;
	padding:3px;
}
#form textarea{
	width:100%;
	margin-right:0;
}
#form .radio label{
	margin-right:20px;
}
#form .zip input,
#form .adress1 input{
	width:120px;
}
#form .adress2 input,
#form .adress3 input{
	width:70%;
}
#form .item_tate .wpcf7-list-item{
	display:block;
}

/*▼▼▼739px以下▼▼▼*/
@media screen and (max-width: 739px) {
	#form input,
	#form select{font-size:16px;}
	#form input[type="text"],#form input[type="tel"],#form input[type="email"],#form textarea,#form .adress input{width:100%;margin-right:0;}
	#form .zip input{width:120px;}
	#form select{margin-right:0px;}
}
/*▲▲▲739px以下▲▲▲*/
/*-------------------------ご利用規約について*/
#form .kiyaku{
	border:1px solid #CCCCCC;
	padding:15px;
	background:#FFFFCC;
	margin-top:-1px;
}
#form .policy-box{
	border:1px solid #CCCCCC;
	padding:20px;
	background:#FFFFFF;
	margin-top:15px;
	height:200px;
	overflow-y:scroll;
}
#form .policy-box h2{
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#3366AC;
	border-left:5px solid #3366AC;
	padding:5px 10px;
}
#form .policy-box h3{
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
}
#form .policy-box p,
#form .policy-box li{
	font-size:14px;
	line-height:21px;
	margin-bottom:3px;
}
#form .txt_r{
	text-align:right;
	padding:15px 0;
}
/*▼▼▼739px以下▼▼▼*/
@media screen and (max-width: 739px) {
	#form .kiyaku{padding:10px 5px;margin:10px;}
	#form .kiyaku p{font-size:12px;line-height:20px;}
	#form .policy-box{padding:10px;margin-top:10px;}
	#form .policy-box h2{font-size:16px;line-height:20px;padding:0 5px;}
	#form .policy-box h3{font-size:12px;margin-top:10px;}
	#form .policy-box p,#form .policy-box li{font-size:12px;line-height:20px;margin-bottom:2px;}
	#form .txt_r{padding:10px 0;}
}
/*▲▲▲739px以下▲▲▲*/
/*-------------------------確認画面*/
#contents div.wpcf7-validation-errors{
	border:none;
	margin:20px 0;
	background:red;
	color:#FFF;
	padding:10px;
	text-align:center;
}
#form .wpcf7c-conf{
	background:#F1F1F1;
}
/*-------------------------ボタン*/
#form p.navbtn{
	margin-top:20px;
	text-align:center;
}
#form input[type="button"],
#form input[type="submit"]{
	border:none;
	line-height:30px;
	padding:10px;
	width:240px;
	margin:0 10px;
	color:#FFFFFF;
	background:#0071BC url(images/navbtn1.png) right no-repeat;
	box-shadow: 0 5px 0 #00558D;
	-webkit-box-shadow: 0 5px 0 #00558D;
	-moz-box-shadow: 0 5px 0 #00558D;
	border-radius: 6px;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position:relative;
}
#form input[type="button"]{
	background:#999999 url(images/navbtn2.png) left no-repeat;
	box-shadow: 0 5px 0 #666666;
	-webkit-box-shadow: 0 5px 0 #666666;
	-moz-box-shadow: 0 5px 0 #666666;
}
#form input[type="button"]:hover,
#form input[type="button"]:focus,
#form input[type="submit"]:hover,
#form input[type="submit"]:focus{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	top:5px;
}
@media screen and (max-width: 739px) {
#form input[type="button"],
#form input[type="submit"]{width:48%;margin:0 1%;}
}


/*送信完了
-----------------------------------------------------------------------------------------*/
#contents div.wpcf7-mail-sent-ok{
	border:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
}
#sendmail{
	padding:50px 0;
	width:640px;
	margin:30px auto 50px auto;
	border:10px solid #E6E6E6;
}
#sendmail h2{
	font-size:30px;
	line-height:50px;
	color:#CC0000;
}
#sendmail p{
	margin:20px 0 0 0;
}
#sendmail p a{
	margin:0 auto;
}
@media screen and (max-width: 739px) {
#sendmail{padding:30px 15px;width:auto;margin:0;border:none;}
#sendmail h2{font-size:20px;line-height:30px;font-weight:bold;}
#sendmail p{margin:15px 0 0 0;}
#sendmail p a{width:200px;}
}

/*SSLシール
-----------------------------------------------------------------------------------------*/
#ssl{
	width:620px;
	margin:20px auto;
	text-align:left;
	height:100px;
}
#ssl div{
	float:left;
	padding-right:30px;
}
#ssl p{
	font-size:14px;
	line-height:25px;
	color:#55555;
	padding-top:10px;	
}
@media screen and (max-width: 640px) {
	#ssl{width:auto;height:auto;margin:20px 10px;}
	#ssl div{float:none;padding:0;text-align:center;}
	#ssl p{font-size:12px;line-height:20px;}
}

/*contactform7ボタンを中央に調整
-----------------------------------------------------------------------------------------*/
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}

/* お問い合わせフォーム fieldsetのCSS打ち消し */
.fieldset-revert {
	border: none;
	margin: 0;
	padding: 0;
}


/*formの確認画面用
-----------------------------------------------------------------------------------------*/
#wpcf7cpcnf.confirmation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

#wpcf7cpcnf.confirmation table {
  max-width: 1060px;
}

#wpcf7cpcnf.confirmation th {
  width: 250px;
  border-right: none;
  font-size: 15px;
}
#wpcf7cpcnf.confirmation td {
  font-size: 16px;
  min-height: 35px;
}

#wpcf7cpcnf.confirmation th,
#wpcf7cpcnf.confirmation td {
  text-align: left;
}


@media screen and (max-width: 739px) {
  #wpcf7cpcnf.confirmation {
    padding: 0;
  }
  #wpcf7cpcnf.confirmation tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #wpcf7cpcnf.confirmation th {
    width: auto;
    border-bottom: none;
    border-right: 1px solid #CCC;
  }
  #wpcf7cpcnf.confirmation tr:not(:last-child) td {
    border-bottom: none;
  }
}
/* ボタン */
#wpcf7cpcnf button {
	border:none;
	line-height:30px;
	padding:10px;
	width:240px;
	margin:0 10px;
	color:#FFFFFF;
	background:#0071BC url(images/navbtn1.png) right no-repeat;
	box-shadow: 0 5px 0 #00558D;
	-webkit-box-shadow: 0 5px 0 #00558D;
	-moz-box-shadow: 0 5px 0 #00558D;
	border-radius: 6px;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position:relative;
}
#wpcf7cpcnf button:hover,
#wpcf7cpcnf button:focus{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	top:5px;
}
@media screen and (max-width: 739px) {
#wpcf7cpcnf button{width:150px}
}

/*floating_ban
-----------------------------------------------------------------------------------------*/
.floating_ban{
	position:fixed;
	right:0;
	top:250px;
	z-index:999;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 0.2em;
}
.floating_ban a{
	display:inline-block;
	background:#f7a100;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:1.1;
	padding:20px 20px 15px 20px;
	border-radius:10px 0 0 10px;
}
.floating_ban a:hover{
	background:#F78500;
}
.floating_ban a:before{
	position: relative;
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	margin-bottom: 10px;
	background: url("images/float_btn_icon.svg") no-repeat;
}
@media screen and (max-width: 739px){
.floating_ban{
	position: fixed;
    left: 3px;
	bottom:0;
	top:initial;
	z-index:1000;
	width:50%;
	-ms-writing-mode: initial;
	writing-mode: initial;
	text-orientation: initial;
}
.floating_ban a{
	display:block;
	line-height:30px;
	padding:10px 15px;
	border-radius:10px 10px 0 0;
	margin:0 10px;/*marginをとると横幅いっぱいに広がる*/
}
.floating_ban a:before{
	vertical-align: middle;
	padding-right:10px;
	margin-bottom:0px;
}
}

/*floating_ban2
-----------------------------------------------------------------------------------------*/
.floating_ban2{
	position:fixed;
	right:0;
	top:440px;
	z-index:999;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 0.2em;
}
.floating_ban2 a{
	display:inline-block;
	background:#00B900;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:1.1;
	padding:20px 20px 15px 20px;
	border-radius:10px 0 0 10px;
}
.floating_ban2 a:hover{
	background:#00913a;
}
.floating_ban2 a:before{
	position: relative;
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	margin-bottom: 10px;
	background: url("images/float_btn_icon2.svg") no-repeat;
}
@media screen and (max-width: 739px){
.floating_ban2{
	bottom:0;
	top:initial;
	z-index:999;
	width:50%;
	-ms-writing-mode: initial;
	writing-mode: initial;
	text-orientation: initial;
}
.floating_ban2 a{
	display:block;
	line-height:30px;
	padding:10px 15px;
	border-radius:10px 10px 0 0;
	margin:0 10px;/*marginをとると横幅いっぱいに広がる*/
}
.floating_ban2 a:before{
	vertical-align: middle;
	padding-right:10px;
	margin-bottom:0px;
}
}