<link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="style.css" type="text/css" media="screen">@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,

table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

/*body{
font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
/*
line-height:1.5;
-webkit-text-size-adjust: none;
*/
/*}
/* リンク設定
------------------------------------------------------------*/
/*a{color:#ffeddd;text-decoration:none;}
a:hover{opacity:.8;}
a:active, a:focus{outline:0;}
*/	

/* 全体
------------------------------------------------------------*/
/*
#wrapper{
margin:20px;
padding:0 1%;
width:98%;
position:relative;
}
*/

.inner{ 
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
/*
#header h1{
font-size:12px;
line-height:1.6;
font-weight:normal;
}

#header{
overflow:hidden;
padding:5px 0 0;
}

* html #header{height:1%;}

*/
/*************
/* ロゴ
*************/
/*
#header .logo{
float:left;
padding:20px 0;
}

.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
font-family:"Palatino Linotype", "Book Antiqua", Palatino,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.logo span{
font-size:12px;
font-weight:normal;
}

.info{
float:right;
padding:20px 0;
}

.tel strong{
font-size:20px;
font-weight:bold;
}
*/
/**************************
/* トップナビゲーション
**************************/
/*
ul#topnav{
clear:both;
overflow:hidden;
margin:0 auto 30px;
}

* html ul#topnav{height:1%;}

ul#topnav li{
float:left;
}

ul#topnav a{
width:144px;
font-size:12px;
display:block;
padding:5px 0 10px 10px;
color:#fff;
border-left:3px solid #fff;
}

ul#topnav li:last-child a{width:142px;}

ul#topnav li.active a,ul#topnav a:hover{border-color:#502124;}

*/
/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
clear:both;
line-height:0;
}

#mainBanner .inner{position:relative;}

#mainBanner img{
max-width:100%;
height:auto;
}
/*
.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:10px;
padding:5px 10px;
line-height:1.4;
z-index:100;
color:#502124;
background:url(images/tp.png);
}
*/
.Img .slogan{
left:auto;
right:10px;
}

.slogan h2{
padding-bottom:5px;
font-size:20px;
}

.slogan h3{
font-size:14px;
}


/**************************
/* グリッド
**************************/

.gridWrapper{
clear:both;
padding:20px 0;
overflow:hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}

.colDark,.colLight{
padding-bottom:10px;
}
/*
.grid h3{
padding:3px 0 3px 10px;
font-size:14px;
border-left:3px solid #7e1321;
}

.colDark h3{
border-left:3px solid #502124;
}

.grid p{
padding:5px 10px;
}

.grid ul{margin:5px 10px;}

#sub .grid ul{margin-bottom:20px;}

.grid li{
padding:5px 0;
list-style:inside;
border-top:1px solid rgba(0,0,0,1);
border-bottom:1px solid rgba(255,255,255,.1);
}

.grid li:first-child{border-top:0;}
.grid li:last-child{border-bottom:0;}

.gridWrapper img{
max-width:100%;
height:auto;
}
*/
/* フッター内のグリッド(3カラム) */
#footer .grid{
background:transparent;
}

#footer .col3 ul{margin:0 0 10px 5px;}

#footer .col3 li{
padding:0 7px 0 5px;
margin-bottom:3px;
list-style:none;
border-bottom:0;
display:inline-block;
border:0;
}


/*************
メイン コンテンツ
*************/
section.content{
margin-bottom:20px;
font-size:14px;
overflow:hidden;
}

* html section.content{height:1%;}

section.content article{
padding:10px;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

#main h3.heading{
padding:3px 0 3px 10px;
font-size:14px;
/*border-left:3px solid #7e1321;*/
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 1px;
}

.alignright{
float:right;
clear:right;
margin:3px 1px 10px 10px;
}

img.frame,#gallery img{
/*border:3px solid #502124;*/
}

#gallery .gridWrapper{padding:0;}
#gallery .grid{
	background:none;
}

#gallery img{
margin:5px;
}

section#gallery{overflow:visible;}


/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto 20px;
}

table.table th,table.table td{
padding:5px;
border:1px solid #7e1321;
}

table.table th{
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#000;
}

/*************
/* 共通画面サイズ
*************/
/* -- Over Area Add ----------------------------------------- */

/* -- Over Area End ----------------------------------------- */

/* PC用 */
/*@media only screen and (min-width:960px) {*/
@media screen and (min-width: 961px) {
.bodySMT01{
		display:none;
}
.res_font01{
	font-size:14px;
}
.cont_txt{
	float:left; 
	width:50%;
	margin-top:30px;
}
.cont_img{
	float:left; 
	width:50%;
	margin-top:30px;
}
#cont_left {
	float:left;
	width:780px;
	margin-top:10px;
}
#cont_left01 {
	float:left;
	width:780px;
	height:45px;
	margin-top:40px;
}
#cont_left01_ins{
	width:780px;
	line-height:28px;
	padding-bottom:30px;
	float:left;
	background-image:url(img/cont_b.png);
	
}
/* -- Footer Area Add ----------------------------------------- */
#footer_cover {
	clear:both;
	margin: 0 auto;
	width: 100%;
	min-width:1200px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	background: linear-gradient(#F9F9F9, #E0E0E0);
}
#footer {
	box-sizing: border-box;
	clear: both;
	font-weight:normal;	
	width: 1050px;
	margin: 0 auto;
}
#footer a {
	color:#464646;
}
#footer a:hover {
	color:#FFA000;
}
#footer p {
	font-size:12px;
}
#copyright {
	padding-top:20px;
	width:100%;
	min-width:1200px;
	background-color: #002566;
	color: #ffffff;
}
#copyright a {
	color:#ffffff;
}
#copyright a:hover {
	color:#FFA000;
	text-decoration: underline;
}

#copyright_inq {
	padding-top:20px;
	width:100%;
	min-width:1200px;

}
/* -- Footer Area End ----------------------------------------- */
/* -- Over Area Add ----------------------------------------- */
#over01{
	position: relative;
/*	background-image:url('../img/penb ack08.gif');*/
	margin: 0px auto 0 auto;
	padding-top:1px;
/*	background-color:#FCFCFC;*/
}
#over02{
	position: relative;
	width: 1150px;
/*	background-image:url('../img/gray01_1000.gif');*/
/*	background-repeat:repeat-y;*/
	background-color:#FFFFFF;
	margin: 0px auto 0 auto;
/*
	border-left:1px #F0F0F0 solid;
	border-right:1px #F0F0F0 solid;
*/
}
#over03{
	position: relative;
	margin: 0px auto 0 auto;
	padding-top:1px;
}
#over04{
	position: relative;
	width:100%;
/*	max-width:1150px;*/
	width: 1150px;
	background-color:#FFFFFF;
	margin: 0px auto 0 auto;
}
#wrapper01 {
	position: relative;
	width: 1050px;
	margin: 0px auto 0 auto;
	font-size:16px;
}
#wrapper02 {
	position: relative;
/*	max-width:1050px;*/
	width: 1050px;
	margin: 0px auto 0 auto;
	font-size:16px;
}
/*
#over04{
	position: relative;
	width:100%;
	width: 1150px;
	background-color:#FFFFFF;
	margin: 0px auto 0 auto;
}
#wrapper02 {
	position: relative;
	width: 1050px;
	margin: 0px auto 0 auto;
	font-size:16px;
}*/
/* -- Over Area End ----------------------------------------- */
	.headerSMT{
		display:none;
	}
	#footerSMT{
		display:none;
	}
	.pagenoSMT{
		display:none;
	}
	#main{
	float:left;
	width:780px;
	}

	#main_img{
	width:100%;
	height:200px;
	}
	
	#subpage #sub{
	float:right;
	width:220px;
	overflow:hidden;
	}
	
	/* グリッド */
	.col2{width:469px;padding-bottom:12px;}
	.col3{width:704px;}
	#gallery .grid{width:230px;}

}

/* スマートフォン 横(ランドスケープ) */
/*@media only screen and (max-width:640px){*/
@media only screen and (min-width: 641px) and (max-width: 960px) {
.bodySMT01{
		display:none;
}
.res_font01{
	font-size:14px;
}
.cont_txt{
	float:left; 
	width:50%;
	margin-top:30px;
}
.cont_img{
	float:left; 
	width:50%;
	margin-top:30px;
}
#cont_left {
	float:left;
	width:780px;
	margin-top:10px;
}
#cont_left01 {
	float:left;
	width:780px;
	height:45px;
	margin-top:40px;
}
#cont_left01_ins{
	width:780px;
	line-height:28px;
	float:left;
	padding-bottom:30px;
	background-image:url(img/cont_b.png);
	
}
/* -- Footer Area Add ----------------------------------------- */
#footer_cover {
	clear:both;
	margin: 0 auto;
	width: 100%;
	min-width:1200px;
	margin-top:100px;
	padding-top:0px;
	padding-bottom:0px;
	background: linear-gradient(#F9F9F9, #E0E0E0);
}
#footer {
	box-sizing: border-box;
	clear: both;
	font-weight:normal;	
	width: 1050px;
	margin: 0 auto;
}
#footer a {
	color:#464646;
}
#footer a:hover {
	color:#FFA000;
}
#footer p {
	font-size:12px;
}
#copyright {
	padding-top:20px;
	width:100%;
	min-width:1150px;
}
#copyright a {
	color:#464646;
}
#copyright a:hover {
	color:#FFA000;
	text-decoration: underline;
}

#copyright_inq {
	padding-top:20px;
	width:100%;
	min-width:1150px;

}
/* -- Footer Area End ----------------------------------------- */
/* -- Over Area Add ----------------------------------------- */
#over01{
	position: relative;
/*	background-image:url('../img/penb ack08.gif');*/
	margin: 0px auto 0 auto;
	padding-top:1px;
/*	background-color:#FCFCFC;*/
}
#over02{
	position: relative;
	width: 1150px;
/*	background-image:url('../img/gray01_1000.gif');*/
/*	background-repeat:repeat-y;*/
	background-color:#FFFFFF;
	margin: 0px auto 0 auto;
/*
	border-left:1px #F0F0F0 solid;
	border-right:1px #F0F0F0 solid;
*/
}
#over03{
	position: relative;
	margin: 0px auto 0 auto;
	padding-top:1px;
}
#over04{
	position: relative;
	width:100%;
/*	max-width:1150px;*/
	width: 1150px;
	background-color:#FFFFFF;
	margin: 0px auto 0 auto;
}
#wrapper01 {
	position: relative;
	width: 1050px;
	margin: 0px auto 0 auto;
	font-size:16px;
}
#wrapper02 {
	position: relative;
/*	max-width:1050px;*/
	width: 1050px;
	margin: 0px auto 0 auto;
	font-size:16px;
}
/*
#over04{
	position: relative;
	width:100%;
	width: 1150px;
	background-color:#FFFFFF;
	margin: 0px auto 0 auto;
}
#wrapper02 {
	position: relative;
	width: 1050px;
	margin: 0px auto 0 auto;
	font-size:16px;
}*/
/* -- Over Area End ----------------------------------------- */
	.headerSMT{
		display:none;
	}
	#footerSMT{
		display:none;
	}
	.pagenoSMT{
		display:none;
	}
	#main{
	float:left;
	width:780px;
	}

	#main_img{
	width:100%;
	height:200px;
	}
	
	#subpage #sub{
	float:right;
	max-width:220px;
	overflow:hidden;
	}
	
	/* グリッド */
	.col2{width:469px;padding-bottom:12px;}
	.col3{width:704px;}
	#gallery .grid{width:230px;}
}


/* スマートフォン 縦(ポートレート) */
/*@media only screen and (max-width:480px){*/
@media screen and (max-width: 640px) {
.res_font01{
	font-size:12px;
}
.cont_txt{
	float:left; 
	width:100%;
	margin-top:20px;
}
.cont_img{
	float:left;
	width:100%;
	margin-top:20px;
}
.smt_t{
	margin-top:15px;
}
.smt_l{
	margin-left:10px;
}
#cont_left {
	float:left;
	width:100%;
	margin-top:10px;
/*	border-bottom:solid 1px #cccccc;*/
}
#cont_left01 {
	float:left;
	width:100%;
	height:45px;
	margin-top:20px;
}
#cont_left01_ins{
	width:100%;
	line-height:28px;
	float:left;
	padding-bottom:30px;
	background-image:url(img/cont_b.png);
	
}
/* -- Over Area Add ----------------------------------------- */
#over01{
	position: relative;
/*	background-image:url('../img/penb ack08.gif');*/
	margin: 0px auto 0 auto;
	padding-top:1px;
/*	background-color:#FCFCFC;*/
}
#over02{
	position: relative;
	width: 100%;
/*	width: 1150px;*/
/*	background-image:url('../img/gray01_1000.gif');*/
/*	background-repeat:repeat-y;*/
	background-color:#FFFFFF;
	margin: 0px auto 0 auto;
/*
	border-left:1px #F0F0F0 solid;
	border-right:1px #F0F0F0 solid;
*/
}
#over03{
	position: relative;
	margin: 0px auto 0 auto;
	padding-top:1px;
}
#over04{
	position: relative;
	width:100%;
/*	width: 1150px;*/
	background-color:#FFFFFF;
	margin: 0px auto 0 auto;
}
#wrapper01 {
	position: relative;
	width: 100%;
	margin: 0px auto 0 auto;
	font-size:16px;
}
#wrapper02 {
	position: relative;
	width: 100%;
/*	width: 1050px;*/
	margin: 0px auto 0 auto;
	font-size:16px;
}
/* -- Over Area End ----------------------------------------- */
	.headerPC{
		display:none;
	}
	#sub{
		display:none;
	}
	#footerPC{
		display:none;
	}
	.pagenoPC{
		display:none;
	}
	#inq_btn{
		display:none;
	}
	.bodyPC01{
		display:none;
	}
	#main{
	float:left;
/*	width:640px;*/
	width:100%;
	}

	#main_img{
		display:none;
	}

	#header .logo{padding-top:10px;}
  .info{padding:10px 0;}
	ul#topnav li{width:50%;}

	ul#topnav li:nth-child(3n){
	width:50%;
	}	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}
	
	#mainBanner h2,#mainBanner h3{font-size:80%;}


/* -- SMT Header Style ----------------------------------------- */
#Header{
	border-top:3px solid #0000cd;
	padding:6px 5px 1px 4px;
	overflow:hidden;
	background-color:#fff;
	border-bottom:1px #000000 solid;
}
#Header h1{
	float:left;
	margin-top:6px;
}
#Header ul.h_nav{
	float:right;
	display:inline-block;
}
#Header ul.h_nav li{
	float:left;
	margin-right:6px;
}
#Header ul.h_nav li img{
	float:left;
	padding-bottom:0.2em;
}
#Header ul.h_nav li span{
	padding-left:0.1em;
	display:block;
	min-height:2em;
	margin:0 auto;
	font-size:75%;
}
#Header.top{
/*	-webkit-box-shadow:2px 2px 3px #ececec;
		-moz-box-shadow:2px 2px 3px #ececec;
			box-shadow:2px 2px 3px #ececec;*/
	box-shadow:0 1px 2px #b2aca6;
	-moz-box-shadow:0 1px 2px #b2aca6;/* Firefox */
	-webkit-box-shadow:0 1px 2px #b2aca6;/* webkit */
}

/* -- SMT Footer Style ----------------------------------------- */
#nav_contenner_b{
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
nav{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
footer{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* -----------------------------*/
/* ---		Nav style		--- */
/* -----------------------------*/
nav.Navi{
	margin-bottom:15px;
	text-align:center;
}
nav.Nav ul{
	display:inline-block;
	overflow:hidden;
}
nav.Nav ul li{
	text-align:center;
	width:80px;
	float:left;
	padding:4px 0;
}
nav.Nav ul li span{
	padding-top:0.3em;
	display:block;
	min-height:0.5em;
	width:75px;
	margin:0 auto;
	font-weight:bold;
	font-size:85%;
}
nav.Nav ul li img{
/*	-webkit-box-shadow:1px 2px 5px #f8d1d1;
		-moz-box-shadow:1px 2px 5px #f8d1d1;
		box-shadow:1px 2px 5px #f8d1d1;
	box-shadow:0 1px 2px #b2aca6;
	-moz-box-shadow:0 1px 2px #b2aca6;
	-webkit-box-shadow:0 1px 2px #b2aca6;*/
}
nav.Nav ul li a:visited{
	color:#000;
}

nav.Nav ul li a:link{
	color:#000;
}

/* -----------------------------*/
/* ---		Footer style	--- */
/* -----------------------------*/
footer#Footer{
}
footer#Footer ul{
/*	background:-webkit-gradient(linear,left top,left bottom,from(#e7e6e6),to(#fff));*/
	background:-webkit-gradient(linear,left top,left bottom,from(#0000cd),to(#9696ff));
	background:-webkit-linear-gradient(top, #0000cd, #9696ff);
	background:   -moz-linear-gradient(top, #0000cd, #9696ff);
	background:     -o-linear-gradient(top, #0000cd, #9696ff);
	background:        linear-gradient(top, #0000cd, #9696ff);
	background:-webkit-gradient(linear, left bottom, left top, from(#0000cd), to(#9696ff));
	margin-top:5px;
	padding-top:1px;
	text-align:center;
	border-top:1px solid #ccc;
}
footer#Footer ul li{
	color:#fff;
	font-size:85%;
	display:inline-block;
	width:30%;
	font-weight:bold;
}
footer#Footer ul li:nth-of-type(2){
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
footer#Footer ul li a{
	display:block;
	color:#fff;
}
footer#Footer ul li　img{
	float:left;
	padding-bottom:0.2em;
}
footer#Footer ul li　span{
	padding-left:0.5em;
	padding-bottom:0.5em;
	display:block;
	min-height:2em;
	margin:0 auto;
}

footer#Footer p.copyright{
/*	border-top:1px solid #ccc;*/
	border-top:1px solid #0000B0;
	background:#0000cd;
	color:#fff;
	font-size:80%;
	text-align:center;
	padding:5px 0;
}
footer#Footer p.copyright a{
	margin-top:2px;
	margin-bottom:2px;
	color:#fff;
}

}

/***20190611**/

@media (min-width:750px) {
.pcnone {
	display:none !important;
}
}
@media (min-width:0px) and (max-width:749px) {
.pcnone {
	display: block !important;
}
.spnone {
	display:none !important;
}
}

.lpNewbody {
	max-width:1050px; 
	left:0px; 
	top: 10px; 
	position:relative; 
}


.lpNewbody img {
	max-width:100%; 
	display: block;
}
@media (min-width:750px) {
.lpNewbody .spBody {
	display:none !important;
}
}
@media (min-width:0px) and (max-width:749px) {
.lpNewbody .spBody {
	display: block !important;
	padding-right: 15px;
	padding-left: 15px;
}
}

.lpNewbody .spBody .mt10 {
	margin-bottom:10px;
}
.lpNewbody .spBody .mt20 {
	margin-bottom:20px;
}


.lpNewbody .spBody .s_box01 {
	padding: 5px;
	box-shadow: 0 0 3px gray;
	margin-top: 25px;
	margin-bottom: 25px;
}
.lpNewbody .spBody .s_box01.pt2 {
	padding: 5px;
	box-shadow: 0 0 3px #e6e5e5;
	margin-top: 0px;
	margin-bottom: 25px;
}
.lpNewbody .spBody .btns {
	margin-bottom: 20px;
	padding-top: 20px;
}
.lpNewbody .spBody .btns a img {
	margin-right: auto;
	margin-left: auto;
	
}
.lpNewbody .spBody .s_box01 .telBox {
	border: 3px solid #1ea83b;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.lpNewbody .spBody .s_box01 .mailBox {
	border: 3px solid #e51f1e;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.lpNewbody .spBody .s_box01 .telBox img,
.lpNewbody .spBody .s_box01 .mailBox img {
	margin-bottom: 10px;
	
}

/**ページここから**/

body#entry{
	font-family: "メイリオ", 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
body#entry section.cont{
	font-size: 24px;
}
@media (min-width:0px) and (max-width:735px) {
body#entry{
	
}
body#entry section.cont{
	font-size: 14px !important;
}
}

.mb05 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.pdside10{
	padding-left: 10px;
	padding-right: 10px;
}
.t_center{
	text-align: center;
}
.red{
	color: #FF0000;
}
.white{
	color: #ffffff;
}
.txt80{
	font-size: 80%;
}
.img100 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
}
.img100_m0 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

section.links,
div.links {
	margin-top: -149px;
	padding-top: 134px;
	
}
@media (min-width:0px) and (max-width:735px) {
section.links,
div.links {
	margin-top: -60px;
	padding-top: 60px;
	
}
}
/*****/
@media (min-width:736px) {
.topmg{
	margin-top: 149px;
}
.topmg.sub{
	margin-top: 89px;
}
}

@media (min-width:0px) and (max-width:735px) {
.topmg,
.topmg.sub{
		margin-top: 60px;
}
}

section.cont {
    min-width: 1200px;
}
section .s_inner {
    width: 1200px;
    min-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
	box-sizing: border-box;
}
@media (min-width:0px) and (max-width:735px) {
section.cont {
    min-width: inherit;
}
section .s_inner {
	width: auto;
	min-width:inherit;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing:border-box;
	padding-top: 30px;
	padding-bottom: 30px;
}
}

section .s_inner .txtBox {
    padding-right: 20px;
    padding-left: 20px;
}
@media (min-width:0px) and (max-width:735px) {
section .s_inner .txtBox {
    padding-right: 10px;
    padding-left: 10px;
}
}

.bg01{
	background-color: #002566;
}

/*=================================================

header

==============================*/
@media (min-width:736px) {
#header-out {
    margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    margin-top: 0px;
    padding-top: 20px;
    width: 100%;
	min-width: 1200px;
	/**height: 149px;**/
    z-index: 4;
    position: fixed;
    top: 0px; 
	overflow: hidden;
	box-sizing: border-box;
	background-color: #ffffff;
}

#header {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

#header .logo {
    display: block;
    height: auto;
    width: 366px;
float: left;
margin-left: 10px;
margin-bottom: 20px;
}
#header .logo a img {
	display: none;
	
}
#header .logo a img.img {
	display: block;
	height: auto;
	width: 100%;
	
}
}

#header .logo a {
	color: #ffc30c;
}
#header .logo a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.is-scrolled{
	background-color: #ffffff;
}

@media (min-width:0px) and (max-width:735px) {
#header-out {
	height: 60px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	position: fixed;
	top: 0px;
	z-index: 5;
	padding: 0px;
	width: 100%;
	background-color: #ffffff;
}
#header {
	height: 60px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 2;
	overflow: hidden;
}

#header .logo {
	display: block;
	height: 25px;
	width: auto;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
#header .logo a img {
	display: none;
	
}
#header .logo a img.img {
	display: block;
	height: 100%;
	width: auto;
}
}



/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/

@media (min-width: 736px) {

#slide-header {
	height: 70px;
	position: relative;
	width: 70px;
	z-index: 6;
	right: 0px;
	top: 0px;
	margin-top: 0px;
	display: none;
	margin-right: 0px;
	float: right;
}
#slide-header .button {
	width: 70px;
	height: 70px;
	position: relative;
	display: block;
	top: 0px;
}

.menu-button-right {
	right: 0px;
}

#menu-nav {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}
#menu-button {
	vertical-align: bottom;
	float: right;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../img/menu_button.png);
	background-position: center top;
	background-size:70px;
	
	}
#menu-button.selected,
#menu-button:active {
    opacity: 1;
	background-repeat: no-repeat;
	background-image: url(../img/menu_button-on.png);
	background-position: center top;
	background-size:70px;
	z-index:4;
}
#menu-button-inner {
    width: 70px;
    height: 70px;
	z-index:4;
}

#gNavi {
	box-sizing: border-box;
	width: 100%;
	box-sizing: border-box;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	border-bottom: solid 1px #a5a5a5;
	border-top: solid 1px #a5a5a5;
	min-width: 1200px;
	background-color: #ffffff;
}

#gNavi ul {
	overflow: hidden;
/**display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
align-items:center;
flex-wrap: wrap;**/
	width: 1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#gNavi li {
	float: left;
	width: 20%;
	display: inline-block;
	box-sizing: border-box;
	border-left: solid 1px #a5a5a5;
}

#gNavi li:last-child {
	border-right: solid 1px #a5a5a5;
}
#gNavi li span {
	color: #efd0cf;
}
#gNavi a {
	white-space: nowrap;
	text-decoration: none;
	display: inline-block;
	padding: 20px 0px;
	font-weight: bold;
	display: block;
	text-align: center;
	background-image: url(img/icon-pagelink.png);
	background-repeat: no-repeat;
	background-position: center bottom 5px;
	color: #000000;
	font-size: 15px;
}
#gNavi a:hover,
#gNavi a:active {
	
    
	
}
}

/*-----スマホ用折り畳みメニュー------*/

@media (min-width:0px) and (max-width:735px) {
#gNavi li img {
	display: none;
	
	
}
#slide-header {
	height: 50px;
	position: fixed;
	width: 50px;
	z-index: 6;
	right: 5px;
	top: 5px;
	margin-top: 0px;
	display: block;
	margin-right: 0px;
}
#slide-header .button {
	width: 50px;
	height: 50px;
	position: relative;
	display: block;
	top: 5px;
}

.menu-button-right {
	right: 0px;
}

#menu-nav {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}
#menu-button {
	vertical-align: bottom;
	float: right;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(img/menu_button.png);
	background-position: center top;
	background-size:50px;
	}
#menu-button.selected,
#menu-button:active {
    opacity: 1;
	background-repeat: no-repeat;
	background-image: url(img/menu_button-on.png);
	background-position: center top;
	background-size:50px;
	z-index:4;
    /**background-color: #333333;**/
}
#menu-button-inner {
    width: 50px;
    height: 50px;
	z-index:4;
}

#gNavi {
	box-sizing: border-box;
	clear: both;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 5;
	padding-top: 70px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: rgba(0,123,187,0.50);
	top: 0px;
	box-sizing: border-box;
	
}

#gNavi ul {
	overflow: hidden;
	background-color: #FFF;
	padding: 10px;
	z-index: 5;
	position:relative;
}
#gNavi li {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #333;
}
#gNavi li span {
	color: #efd0cf;
	font-size: 90%;
}
#gNavi li:last-child {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #333;
}

#gNavi a {
	white-space: nowrap;
	text-decoration: none;
	display: block;
	line-height: 2em;
	height: 2em;
	padding: 5px;
	font-size: 16px !important;
	font-weight: bold;
	background-image: url(img/icon-pagelink.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #333;
	font-size: 0.8em;
}
#gNavi a:hover,
#gNavi a:active {

}
}


.mainvl{
	min-width: 1200px;
	background: url("img/main.png") no-repeat center top #002566;
	height: 560px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width:0px) and (max-width:735px) {
.mainvl{
	min-width: inherit;
	background: none;
	height: auto;
	position: relative;
}
}

.mainvl .mainSP{
	display: none;
}
.mainvl .mainBox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 40px;
	padding-left: 40px;
	box-sizing: border-box;
	
}
.mainvl .mainBox h1{
	color: #ffffff;
	border: solid 1px #ffffff;
	display: inline-block;
	padding: 20px 30px;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 20px;
}
.mainvl .mainBox .txt01{
	color: #ffffff;
	font-size: 60px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 20px;
	padding-left: 20px;
}
.mainvl .mainBox .txt02{
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
	line-height: 120%;
	padding-left: 20px;
}
@media (min-width:0px) and (max-width:735px) {
.mainvl .mainSP{
	max-width: 100%;
	display: block;
	position: relative;
	z-index: 0;
}
.mainvl .mainBox{
	width: 100%;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.mainvl .mainBox h1{
	border: solid 1px #ffffff;
	padding: 5px 15px;
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 80px;
}
.mainvl .mainBox .txt01{
	font-size: 32px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 10px;
	padding-left: 0px;
}
.mainvl .mainBox .txt02{
	color: #ffffff;
	font-size: 19px;
	font-weight: bold;
	line-height: 120%;
	padding-left: 0px;
}
}

.ttlsub01{
	color: #002566;
	font-size: 36px;
	padding-top: 10px;
	margin-bottom: 10px;
}
@media (min-width:0px) and (max-width:735px) {
.ttlsub01{
	font-size: 18px;
}
}
.ttlsub02{
	font-size: 26px;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
@media (min-width:0px) and (max-width:735px) {
.ttlsub02{
	font-size: 18px;
}
}

.ttl01{
	background: url("img/ttl01.png") no-repeat center top #002566;
	min-width: 1200px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}
.ttl01 .inner{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.ttl01 h2{
	color: #ffffff;
	font-size: 36px;
	padding-top: 65px;
	padding-left: 40px;
}
.ttlspBG{
	display: none;
}
@media (min-width:0px) and (max-width:735px) {
.ttl01{
	background: none;
	min-width: inherit;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}
.ttl01 .inner{
	width: 100%;
}
.ttlspBG{
	max-width: 100%;
	display: block;
	position: relative;
	z-index: 0;
}
.ttl01 h2{
	font-size: 19px;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
}

.ttl01sub{
	background: url("img/ttl01.png") no-repeat center top #002566;
	min-width: 1200px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.ttl01sub .inner{
	width: 1200px;
	padding-top: 20px;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
}
.ttl01sub h2{
	color: #ffffff;
	font-size: 36px;
	border: solid 1px #ffffff;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-right: 30px;
	display: inline-block;
}
.ttl01sub .ttlspBG{
	display: none;
}
@media (min-width:0px) and (max-width:735px) {
.ttl01sub{
	background: none;
	min-width: inherit;
	height: auto;
	position: relative;
	z-index: 0;
}
.ttl01sub .inner{
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
}
.ttl01sub .ttlspBG{
	max-width: 100%;
	display: block;
	position: relative;
	z-index: 0;
}
.ttl01sub h2{
	font-size: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	top: 15px;
	left: 10px;
	z-index: 1;
}
}

.ttl02{
	background: url("img/ttl02.png") no-repeat center top #002566;
	min-width: 1200px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}
.ttl02 .inner{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.ttl02 h2{
	color: #ffffff;
	font-size: 36px;
	padding-top: 65px;
	padding-left: 40px;
}
@media (min-width:0px) and (max-width:735px) {
.ttl02{
	background: none;
	min-width: inherit;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}
.ttl02 .inner{
	width: 100%;
}
.ttl02 h2{
	font-size: 19px;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
}

.ttl03{
	background: url("img/ttl03.png") no-repeat center top #002566;
	min-width: 1200px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}
.ttl03 .inner{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.ttl03 h2{
	color: #ffffff;
	font-size: 36px;
	padding-top: 65px;
	padding-left: 40px;
}
@media (min-width:0px) and (max-width:735px) {
.ttl03{
	background: none;
	min-width: inherit;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}
.ttl03 .inner{
	width: 100%;
}
.ttl03 h2{
	font-size: 19px;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
}

.ttl04{
	background: url("img/ttl04.png") no-repeat center top #002566;
	min-width: 1200px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}
.ttl04 .inner{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.ttl04 h2{
	color: #ffffff;
	font-size: 36px;
	padding-top: 65px;
	padding-left: 40px;
}
@media (min-width:0px) and (max-width:735px) {
.ttl04{
	background: none;
	min-width: inherit;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}
.ttl04 .inner{
	width: 100%;
}
.ttl04 h2{
	font-size: 19px;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
}

.tb01{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom: 30px;
}
.tb01 th{
	padding: 20px;
	font-size: 28px;
	width: 120px;
}
.tb01 td{
	padding: 20px;
}
@media (min-width:0px) and (max-width:735px) {
.tb01 th{
	padding: 10px;
	font-size: 16px;
	width: 70px;
}
.tb01 td{
	padding: 10px;
}
}

.ttl{
	color: #ffffff;
	font-size: 36px;
	padding-top: 0px;
	padding-bottom: 40px;
	padding-left: 40px;
	border-bottom: solid 1px #ffffff;
	margin-bottom: 40px;
}
@media (min-width:0px) and (max-width:735px) {
.ttl{
	font-size: 19px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}
}

.formbox{
	background-color: #ffffff;
	font-size: 19px;
	border-radius: 10px;
	overflow: hidden;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
.formbox.sub{
	padding-top: 20px;
}
@media (min-width:0px) and (max-width:735px) {
.formbox{
	font-size: 16px;
}
}

.ttlformsub{
	background-color: #DFDFDF;
	padding: 10px;
}

.ttlformsub2{
	background-color: #DFDFDF;
	padding: 10px 10px 10px 250px;
}
@media (min-width:0px) and (max-width:735px) {
.ttlformsub2{
	background-color: #DFDFDF;
	padding: 10px 10px 10px 20px;
}
}

table.contact {
	width: 100%;
	max-width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 19px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	border-collapse:collapse;
	border-spacing:0;
}
table.contact tr th {
	text-align: right;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 250px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	overflow: hidden;
}
table.contact tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

table.contact.sub tr th {
	border: solid 1px #000000;
}
table.contact.sub tr td {
	border: solid 1px #000000;
}
table.contact tr {
	padding-top: 10px;
	padding-bottom: 10px;
	/**border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;**/
}
table.contact tr:last-child {
	/**border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #E1E1E1;**/
}

table.contact tr td ul {
margin-bottom: 10px;
}
table.contact tr td ul li {
	margin-right: 10px;
	display: inline-block;
}

@media (min-width:0px) and (max-width:735px) {
table.contact {
	font-size: 14px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	table-layout: fixed;
	box-sizing: border-box;
	overflow: hidden;
}
table.contact.sub {
	width: 95%;
}
table.contact tr th {
	text-align: left;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	display: block;
	width: auto;
}
table.contact tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display:block;
}
table.contact.sub tr th {
	border: none;
}
table.contact.sub tr td {
	border: none;
}
table.contact.sub tr {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
}

table.contact tr td input,
table.contact tr td textarea,
table.contact tr td select {
	font-size: 16px;
}
@media (min-width:0px) and (max-width:735px) {
table.contact tr td input,
table.contact tr td textarea,
table.contact tr td select {
	font-size: 16px;
}
}

table.contact .radio01{
    transform:scale(1.5);
    margin-left: 15px;
    margin-right: 10px;
}
table.contact tr td input.pt01,
table.contact tr td select.pt01{
	line-height: 40px;
	height: 40px;
	width: 98%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
}
table.contact tr td input.pt02,
table.contact tr td select.pt02{
	line-height: 40px;
	height: 40px;
	width: 60%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
}
table.contact tr td input.pt03,
table.contact tr td select.pt03{
	line-height: 40px;
	height: 40px;
	width: 50%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
}
table.contact tr td input.pt04,
table.contact tr td select.pt04{
	line-height: 40px;
	height: 40px;
	width: 40%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
}
@media (min-width:0px) and (max-width:735px) {
table.contact tr td input.pt04,
table.contact tr td select.pt04{
	width: 45%;
}
}

table.contact tr td select.pt_select{
	line-height: 40px;
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-right: 5px;
	float: left;
}
table.contact tr td select.pt_select02{
	line-height: 40px;
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-right: 5px;
    margin-bottom: 10px;
	float: left;
}
@media (min-width:0px) and (max-width:735px) {
table.contact tr td select.pt_select02{
	line-height: 40px;
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-right: 5px;
    margin-bottom: 3px;
}
}

table.contact tr td textarea {
	font-size: 16px;
	min-height: 100px;
	width: 98%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
}
table.contact tr td textarea.pt2 {
	font-size: 16px;
	min-height: 100px;
	width: 80%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	line-height: 120%;
}

.contact .inputsContainer{
	
}
.contact .inputGroup{
	margin-bottom: 20px;
	overflow: hidden;
}

.contact .removeButton{
    padding: 2px 10px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    cursor: pointer;
	font-size: 20px;
	font-weight: bold;
}
.contact .removeButton:hover{
    background-color: #cccccc;
	color: #ffffff;
}
.contact #addButton{
    padding: 2px 10px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    cursor: pointer;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
.contact #addButton:hover{
    background-color: #6eb4fb;
	color: #ffffff;
}
.contact .hisu{
	color: #FFF;
	background-color: #f190a1;
	margin-left: 0px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	float: none;
	line-height: 40px;
}
.color_hisu{
	color: #FFF;
	background-color: #f190a1;
	padding: 2px 5px;
	margin-right: 5px;
	display: inline-block;
}
.contact .nini {
	color: #FFF;
	background-color: #a1a0ae;
	margin-left: 0px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	float: none;
	line-height: 40px;
}
.color_nini {
	color: #FFF;
	background-color: #a1a0ae;
	padding: 2px 5px;
	margin-right: 5px;
	display: inline-block;
}

.porcyBox {
	max-width:800px;
	display: block;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
}
.scrolBox {
	overflow-y: scroll;
	max-width: 980px;
	max-height: 200px;
	background-color: #FFF;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	border: solid 1px #d1d1d1;
}
.fbtn input {
	cursor: pointer;
	border: none;
	
}
.fbtn {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #DFDFDF;
	margin-top: 20px;
	margin-bottom: 0px;
}

@media (min-width:0px) and (max-width:735px) {
.fbtn {
	min-width: inherit;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
}
}

.btn01{
	text-align: center;
	background-color: #DC2272;
	color: #ffffff !important;
	font-weight: bold;
	display: inline-block;
	padding: 12px 0px 12px 0px;
	width: 250px;
	box-sizing: border-box;
	border-radius: 30px;
	font-size: 18px;
	margin: 5px;
}
@media (min-width:0px) and (max-width:735px) {
.btn01{
	text-align: center;
	background-color: #DC2272;
	color: #ffffff !important;
	font-weight: bold;
	display: inline-block;
	padding: 12px 25px 12px 25px;
	width: auto;
	border-radius: 30px;
	font-size: 15px;
	margin: 5px;
}
}

@media (min-width:0px) and (max-width:735px) {
.flex_sp{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap: wrap;
}
}

/*=================================================

go-top

==============================*/
#go-top {
	position: fixed;
	bottom: 130px;
	right: 30px;
	z-index: 4;
}
@media (min-width:0px) and (max-width:735px) {
#go-top {
	position: fixed;
	bottom: 50px;
	right: 0px;
	display: none;
}	
}
#go-top a {
	display: block;
	width: 80px;
}

#go-top a:hover {
	text-decoration: none;
}

#go-top span {
	display: block;
	height: 100px;
	width: 100px;
	transition: 0.2s ease-out;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	background-size: 100px auto;
	background-image: url(img/gotop.png);
	background-repeat: no-repeat;
	background-position: center center;
}
@media (min-width:0px) and (max-width:735px) {
#go-top span {
	display: block;
	height: 80px;
	width: 80px;
	transition: 0.2s ease-out;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	background-size: 80px auto;
	background-image: url(img/gotop.png);
	background-repeat: no-repeat;
	background-position: center center;
}
}
.t_indent{
    text-indent: -1em;
    padding-left: 1em;
}
.thanksttl{
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
}
@media (min-width:0px) and (max-width:735px) {
.thanksttl{
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
}
}