@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, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;
}

ol, ul {list-style: none;}
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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
	-webkit-text-size-adjust: none;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 20px;
	line-height: 1.8em;
	background-position: center top;
	background-attachment: fixed;
	background-color: #FFF;
	font-weight: 500;	
}	

body img{
		clear: both;
	text-align: center;
	z-index: 0;
	background-position: center;
	}

iframe {
	border: 1px solid #09224a;
}

/* リンク設定
------------------------------------------------------------*/
a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #fff;
}

a:hover, a:active{
	outline: none;
	color: #FFFFCC;
}



.pr a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.pr input:hover{
filter: alpha(opacity=50);
-ms-filter: alpha(opacity=50);
opacity: 0.5;
}


.footer a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #fff !important;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}




/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
	margin: 0 auto;
	width: 1000px;

}


#wrapper2, .inner{
	margin: 0 auto;
	width: 1000px;
	background-color: #0000A0;
}



#header{
overflow:hidden;
}

#content{
	width: 1000px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #FFF;
}

#sidebar{
float:left;
width:233px;
padding:22px 0 50px;
}

#footer-all{
	background-color: #09224a;
	
} 

#footer{
	clear: both;
	color: #fff !important;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 25px;
	background-color: #09224a;
	font-size: 18px;
} 
#footer2{
	clear: both;
	color: #000 !important;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 25px;
	background-color: #f5e5c3;
	font-size: 14px;
	
} 


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
font-size:80%;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:20px 5px 15px;
color: #515151;
font-size:160%;
font-weight:bold;
}



/* トップページ　メイン画像
----------------------------------*/
#mainImg{
	clear: both;
	text-align: center;
	z-index: 0;
	background-position: center;
	height: 816px;
	background-image: url(img/head-bg.jpg);
	background-repeat: repeat;
	margin-bottom:-35px;
}	



.post{
	background: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}

.toppage{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 25px;
	margin-top: 0px;
}





/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
color:#000;
border:1px solid #d5d5d5;
border-bottom:0;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

.dateLabel{
text-align:right;
font-weight:bold;
color:#858585;
}

.post p{padding-bottom:9px;}

.post ul{margin: 0 0 0px 0px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
	padding-bottom: 50px;
	font-size: 200%;
	font-weight: bold;
	color: #FFF;
	background-image: url(img/footer-titile-bg.png);
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center;
		letter-spacing: 0.1em;
}

.post h3{
margin:10px 0;
font-size:100%;
font-weight:normal;
color:#2e2c2c;

}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px;
	border: medium solid #09224a;
}

.post table th{
padding:10px;
border: #787878 solid;
border-width: 0 0 2px 2px;
}

.post table td{
	padding: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
	text-align: right;

}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}


.img-img{
	max-width: 100%;
	height: auto;
	padding-bottom: 15px;
	padding-left: 20px;
}
.text-text img{
	max-width:100%;height:auto;
padding-bottom: 15px;
}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}




/* フッター
*****************************************************/
#footer ul{
padding:15px 0 25px;
text-align:center;
}

#footer li{
display:inline-block;
padding: 5px 16px;
border-left:1px dotted #d5d5d5;
}
*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
text-decoration:none;
color:#fff;
}

#footer li a:hover{color:#999;}

#footer ul ul{display:none;}

#copyright{
	clear: both;
	text-align: center;
	color: #09224a;
	font-size: 14px;
}



/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, .inner{width:100%;}

	#header{width:96%;padding:0 2%;}
	
	.contact{padding:10px 0 10px;}

  nav#mainNav{width:95%;}

	nav#mainNav ul{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:100%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:100%;
	float:none;
	margin:0 auto;
	padding:0px 0;
	}
	
	.banner{width:100%;margin:0 auto;text-align:center;}
  p.banner img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}
	
	#footer li{margin-bottom:10px;}
	
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	body{background-position:0 -25px;font-family: "Noto Sans CJK JP Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
		font-weight: bold;
	}
	#header h1{color:#333;}
	#header h2 img{max-width:90%;}
	nav#mainNav{width:98%;}
	#header{text-align:center;}
	#header h2,.contact{float:none;}
	.contact{padding:0 0 20px;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	
	.toppage{
	padding-top: 10px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
	margin-top: -15px;
}


}





/* ---------------------------------------------------------------------
枠
--------------------------------------------------------------------- */



#text-text{
	clear: both;
	text-align: center;
	z-index: 0;
	background-position: center;
	height: 460px;
	background-color: #f05a5b;
}	

.bg_half {
	clear: both;
	text-align: center;
	z-index: 0;
	background-position: center;
	height: 2350px;
    background: linear-gradient(to right, #fced86 0%, #fced86 50%, #b5ddd4 50%, #b5ddd4 100%);
}

#text-text2{
	clear: both;
	text-align: center;
	z-index: 0;
	background-position: center;
	height: 520px;
	background-color: #f8e9d2;
}

#form {
	line-height: 30px;
	font-size: 18px;
	padding: 5%;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
}

#text-form {
	line-height: 30px;
	font-size: 18px;
	padding: 5%;
	margin-top: 10px;
	color: #09224a;
	background-color: #e6e6e6;

}

.checkbox {

	text-align: left;
}



#text-footer {
	width: 1000px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;

}




@media only screen and (max-width: 644px){
#text-text {
	line-height: 30px;
	font-size: 18px;
	padding: 5%;
	margin-top: 10px;
}



}





/* ---------------------------------------------------------------------
コンテンツ１
--------------------------------------------------------------------- */

.section0 {
    position: relative;
    padding: 10rem 0 0rem;
	background-position: center;
}

.section0:before {
    position: absolute;
    display: block;
    content: "";
    top: 0rem;

    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform-origin: left center;
    transform: skew(0deg, -5deg);
}


.section00 {
    position: relative;
    padding: 0rem 0 0rem;
	background-position: center;
}

.section00:before {
    position: absolute;
    display: block;
    content: "";
    top: 5rem;
    left: 0;
    width: 100%;
    height: 110%;
    z-index: -1;
    transform-origin: left center;
    transform: skew(0deg, -5deg);
}



.section {
    position: relative;
    padding: 18rem 0 0rem;
	background-position: center;
}



.section2 {
    position: relative;
	 padding: 0rem 0 0rem;
    background-position: center;
}

.section:before {
    position: absolute;
    display: block;
    content: "";
    top: 15rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform-origin: left center;
    transform: skew(0deg, -5deg);
}


.hello_inner {
	text-align: center;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: -80px ;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px ;
	padding-left: 0px;
}

.hello_inner2 {
	text-align: center;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: -12px ;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px ;
	padding-left: 0px;
}

.hello_inner3 {
	text-align: center;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: -300px ;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px ;
	padding-left: 0px;
}

.hello_inner4 {
	text-align: center;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: -300px ;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px ;
	padding-left: 0px;
}

.hello_inner7 {
	text-align: center;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: -10px ;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px ;
	padding-left: 0px;
}

.hello0:before {
    background: #f8e9d2;
}


.hello:before {
    background: #f97069;
}

.hello2:before {
	background-color: #70b6bb;
}

.hello3:before {
	background-color: #fcee86;;
}

.hello4:before {
	background-color: #d5eed1;
}
.hello5:before {
	background-color: #f96f68;
}

.hello6:before {
	background-color: #f7e9d2;
}

.hello7:before {
	background-color: #6aaecc;
}

.hello8:before {
	background-color: #fced86;
}

.hello9:before {
	background-color: #f97068;
}

.hello10:before {
	background-color: #ffddd4;
}

.hello11:before {
	background-color: #d5eed1;
}

.hello12:before {
	background-color: #d5eed1;
}

.hello13:before {
	background-color: #f8e9d2;
}

.hello14 {
	background-image: url(img/p-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}


.hello7:before {
	background-color: #6aaecc;
}


/* ---------------------------------------------------------------------
テキスト
--------------------------------------------------------------------- */

.s01-text {
  position: relative;/*相対配置*/
  }
  
.s01-text img {
	margin-top: -100px;
  }

.s01-text p {
	position: absolute;/*絶対配置*/
	color: white;/*文字は白に*/
	top: 59%;
	left: 76%;
	-ms-transform: translate(-60%,-70%);
	-webkit-transform: translate(-60%,-70%);
	transform: translate(-60%,-70%);
	margin: 0;
	padding: 0;
	right: -10%;
	text-align: left;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0.1em;
  }



.s02-text {
  position: relative;/*相対配置*/
  }

.s02-text p {
	position: absolute;
	top: 12%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding-bottom: 95px;
	font-size: 17px;
	color: #FFF;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 0px;
	background-position: center;
	line-height: 150%;
	letter-spacing: 0.1em;
	width: 750px;
}



.s02-text h2{
	position: absolute;
	top: 3%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding-bottom: 95px;
	font-size: 180%;
	color: #FFF;
	background-image: url(img/titile2-bg.png);
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 150%;
	letter-spacing: 0.1em;
	width: 750px;
	font-weight: 700;		
		
}



.s04-text {
  position: relative;/*相対配置*/
  margin:0 auto;
  text-align:center;
  width:1100px;
}
 
.s04-text img.kyara{
	position:absolute;
	top:-100px;
	left:0;
}


.s04-text h2{
	padding-bottom: 60px;
	font-size: 180%;
	background-image: url(img/titile4-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 150%;
	letter-spacing: 0.05em;
	font-weight: 700;
	margin-bottom:30px;	
}

.s04-text p {
	font-size: 17px;	
	color: #003;
	margin-bottom: 30px;
	line-height: 30px;
	letter-spacing: 0.1em;
	text-align: left;
}


.s04-2-text img {
	position: relative;/*相対配置*/
	top: -200px;
	clip: rect(-250px,auto,auto,auto);
  }
  
.s04-2-text {
  position: relative;/*相対配置*/
  }
  
.s04-2-text p {
	position: absolute;
	top: -20%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 17px;
	
	color: #003;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 50px;
	line-height: 30px;
	letter-spacing: 0.1em;
	width: 1080px;
	text-align: left;
}



.s04-2-text h2{
	position: absolute;
	top: 0%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding-bottom: 95px;
	font-size: 180%;
		
	color: #0A234B;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 150%;
	letter-spacing: 0.1em;
	width: 850px;
		font-weight: 700;	

}	



.s06-text {
  position: relative;/*相対配置*/
  }
  
.s06-text p {
	position: absolute;
	top: 10%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 17px;
	
	color: #423129;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 30px;
	letter-spacing: 0.1em;
	width: 1065px;
	text-align: left;
}


  
.s07-text {
  position: relative;/*相対配置*/
  }
  


.s07-text h2{
	position: absolute;
	top: 8%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding-bottom: 95px;
	font-size: 180%;
		
	color: #fff;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 150%;
	letter-spacing: 0.1em;
	width: 1000px;
		font-weight: 700;	

}	

.s07-2-text {
  position: relative;/*相対配置*/
  }
  
.s07-2-text img {
	position: relative;/*相対配置*/
	top: 90px;
	clip: rect(-250px,auto,auto,auto);
  }
  
  
.s07-2-text h2{
	position: absolute;
	top: 18%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding-bottom: 95px;
	font-size: 180%;
	color: #fff;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 150%;
	letter-spacing: 0.1em;
	width: 1000px;
	font-weight: 700;	
}	



.s09-text {
  position: relative;/*相対配置*/
  }
  
.s09-text p {
	position: absolute;
	top: 57%;
	left: 55%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 17px;
	color: #003;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 50px;
	line-height: 30px;
	letter-spacing: 0.1em;
	width: 1080px;

}

.s09-text h2{
	position: absolute;
	top: 26%;
	left: 53%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding-bottom: 95px;
	font-size: 180%;
	color: #0A234B;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 150%;
	letter-spacing: 0.1em;
	width: 850px;
	font-weight: 700;	
}	


.s13-text {
  position: relative;/*相対配置*/
  }
  
.s13-text p {
	position: absolute;
	top: 55%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 17px;
	color: #423129;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 30px;
	letter-spacing: 0.1em;
	width: 1100px;
	text-align: left;

}

.s13-text h2{
	position: absolute;
	top: 10%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding-bottom: 95px;
	font-size: 180%;
			font-weight: bold;
	color: #95512a;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 170%;
	letter-spacing: 0.1em;
	width: 850px;
		font-weight: 700;	

}

/* ---------------------------------------------------------------------
テキスト装飾
--------------------------------------------------------------------- */
 
.bra-text{
	background-color: #945029;
}

.ye-text{
	background-color: #fff26e;

}

.ye-text10{
	background-color: #fff26e;
	padding-right: 10px;
	padding-left: 10px;
}
.ye-text10{
	font-size: 14px;
}

.text30{
	font-size: 30px;
}

.text28{
	font-size: 28px;
	line-height: 50px;
}



/* ---------------------------------------------------------------------
テキスト-SP
--------------------------------------------------------------------- */
@media only screen and (max-width: 644px){

p{
font-size:11px !important;
}

#footer h2{
	font-size: 20px;
}

p#copyright{
	font-size: 9px!important;
}

.pcnone{
	display:none;
}


.s01-text {
  position: relative;/*相対配置*/
  }
  
.s01-text img {
	margin-top: 0px;
  }
  
.s01-text p {
	position: absolute;/*絶対配置*/
	color: white;/*文字は白に*/
	top: 28%;
	left: 61%;
	-ms-transform: translate(-60%,-70%);
	-webkit-transform: translate(-60%,-70%);
	transform: translate(-60%,-70%);
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 50%;
	line-height: 15px;
	letter-spacing: 0.1em;
	width: 95%;
  }



.s02-text {
  position: relative;/*相対配置*/
  margin:50px auto 30px auto;
  }

.s02-text p {
	font-size: 50%;
	color: #FFF;
	margin:0;
	padding:0;
	background-position: center;
	line-height: 20px;
	letter-spacing: 0.1em;
	width:95%;
}

.s02-text h2{
	padding:0;
	padding-bottom:30px;
	margin:0;
	font-size: 80%;
	color: #FFF;
	background-image: url(img-sp/titile2-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 150%;
	letter-spacing: 0.1em;
	width:95%;
}


.s04-text2 {
  margin:50px auto 30px auto;
  text-align:center;
}

.s04-text2 h2{
	padding-bottom:30px;
	margin:0 auto 15px auto;
	font-size: 75%;
	color: #0A234B;
	line-height: 150%;
	letter-spacing: 0.01em;
	width: 95%;
	background-image: url(img-sp/titile2-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.s04-text2 p {
	font-size: 50%;
	color: #003;
	line-height: 16px;
	letter-spacing: 0.1em;
	width: 95%;
	text-align: left;
	margin:0 auto 20px auto;
}

.s04-text2 h3{
	font-size: 75%;
	color: #0A234B;
	line-height: 150%;
	letter-spacing: 0.01em;
	margin-top:30px;
	margin-bottom:5px;
}




.s06-text {
  position: relative;/*相対配置*/
  }
  
.s06-text p {
	position: absolute;
	top: 16%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 50%;
	color: #423129;
	line-height: 19px;
	width: 95%;
	text-align: left;
}


  
.s07-text {
  position: relative;/*相対配置*/
  }
  


.s07-text h2{
	position: absolute;
	top: 15%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 90%;
	color: #fff;
	background-position: center;
	line-height: 150%;
	letter-spacing: 0.1em;
	width: 95%;
	font-weight: bold;
}	

.s07-2-text {
  position: relative;/*相対配置*/
  }
  
.s07-2-text img {
	position: relative;/*相対配置*/
	top: 75px;
	clip: rect(-250px,auto,auto,auto);
	margin-bottom: 30px;
	padding-bottom: 40px;
  }
  
  
.s07-2-text h2{
	position: absolute;
	top: 15%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 90%;
	color: #fff;
	background-position: center;
	line-height: 150%;
	letter-spacing: 0.1em;
	width: 95%;
	font-weight: bold;
}	




.s09-text {
  position: relative;/*相対配置*/
  }
  
.s09-text p {
	position: absolute;
	top: 48%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 50%;
	color: #003;
	line-height: 15px;
	width: 95%;

}



.s09-text h2{
	position: absolute;
	top: 24%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 85%;
	color: #0A234B;
	line-height: 150%;
	letter-spacing: 0.1em;
	width: 95%;
}	


.s13-text2 {
  position: relative;/*相対配置*/
  margin:50px auto 50px auto;
  }
  
.s13-text2 p {
	font-size: 50%;
	color: #423129;	
	line-height: 15px;
	letter-spacing: 0.1em;
	width: 95%;
	text-align: left;
	margin:0 auto;
}

.s13-text2 h2{
	font-size: 70%;
	color: #95512a;
	line-height: 23px;
	width: 95%;
	font-weight:bold;
	margin:0 0 20px 0;
}


#contactsp img{
	margin:0;
	padding:0;
	line-height:0;
vertical-align: bottom;
}




/* ---------------------------------------------------------------------
テキスト装飾
--------------------------------------------------------------------- */
 
.bra-text{
	background-color: #945029;
}

.ye-text{
	background-color: #fff26e;

}

.ye-text10{
	font-size: 6px !important;
}

.text30{
	font-size: 30px;
}

.text28{
	font-size: 12px;
	line-height: 20px;
}



  }
  
  
  
/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
 

/* 左右上下の配置プラン２ */


.f-w{
	color: #FFFFFF;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 10px;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-left: 0%;
	padding-top: 5px;
	padding-right: 10%;
	padding-left: 10%;
	width: 80%;
	text-align: left;
}
 
.rwdBox2 {
	width: 100%;

}

/* モバイル表示 */
@media only screen and (max-width : 640px){
    .rwdBox2 img{
        max-width:100%;
    }
}
 
/* PC表示 */
@media only screen and (min-width : 641px){
    .rwdBox2{
        overflow:auto;
    }
    .leftTop2{
	float: left;
	width: 45%;
	padding-right: 4%;
    }
    .rightBottom2{
	width: 45%;
	overflow: auto;
    }
}




/* ---------------------------------------------------------------------
スマホ　ｃｓｓ
--------------------------------------------------------------------- */


@media only screen and (max-width: 644px){


/* ---------------------------------------------------------------------
コンテンツ１
--------------------------------------------------------------------- */

.section0 {
    position: relative;
    padding: 10rem 0 0rem;
	background-position: center;
}

.section0:before {
    position: absolute;
    display: block;
    content: "";
    top: 0rem;

    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform-origin: left center;
    transform: skew(0deg, -5deg);
}


.section00 {
    position: relative;
    padding: 0rem 0 0rem;
	background-position: center;
}

.section00:before {
	position: absolute;
	display: block;
	content: "";
	top: -2rem;
	left: 0;
	width: 100%;
	height: 110%;
	z-index: -1;
	transform-origin: left center;
	transform: skew(0deg, -5deg);
}



.section {
    position: relative;
    padding: 5rem 0 0rem;
	background-position: center;
}



.section2 {
    position: relative;
	 padding: 0rem 0 0rem;
    background-position: center;
}

.section:before {
    position: absolute;
    display: block;
    content: "";
    top: 6rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform-origin: left center;
    transform: skew(0deg, -5deg);
}


.hello_inner {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -80px ;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px ;
	padding-left: 0px;
}

.hello_inner2 {
	text-align: center;
	margin-top: -13px;
	margin-right: 0px;
	margin-bottom: -12px ;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px ;
	padding-left: 0px;
}

.hello_inner3 {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -80px ;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px ;
	padding-left: 0px;
}

.hello0:before {
    background: #f8e9d2;
}


.hello:before {
    background: #f97069;
}

.hello2:before {
	background-color: #70b6bb;
}

.hello3:before {
	background-color: #fcee86;;
}

.hello4:before {
	background-color: #d5eed1;
}
.hello5:before {
	background-color: #f96f68;
}

.hello6:before {
	background-color: #f7e9d2;
}

.hello7:before {
	background-color: #6aaecc;
}

.hello8:before {
	background-color: #fced86;
}

.hello9:before {
	background-color: #f97068;
}

.hello10:before {
	background-color: #ffddd4;
}

.hello11:before {
	background-color: #d5eed1;
}

.hello12:before {
	background-color: #d5eed1;
}

.hello13:before {
	background-color: #f8e9d2;
}

.hello14 {
	
	background-position: top;
}


.hello7:before {
	background-color: #6aaecc;
}


.bg_half-sp {
	clear: both;
	text-align: center;
	z-index: 0;
	background-position: center;
    background: linear-gradient(to right, #fced86 0%, #fced86 50%, #b5ddd4 50%, #b5ddd4 100%);
}

 .hello14sp {
	background-color: #f05a5b;
}

#text-text3{
	clear: both;
	text-align: center;
	background-position: center;
	background-color: #f8e9d2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#text-form-sp {
	line-height: 30px;
	font-size: 12px;
	padding: 5%;
	margin-top: 10px;
	color: #09224a;
	background-color: #e6e6e6;
	font-weight: bold;
	margin-right: 3%;
	margin-left: 3%;
	line-height:160%;
}

#text-form2-sp {
	line-height: 30px;
	font-size: 12px;
	padding: 5%;
	margin-top: 10px;
	color: #09224a;
	font-weight: bold;
	line-height:160%;
}


.f-w2{
	color: #FFFFFF;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 10px;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-left: 0%;
	padding-top: 5px;
	padding-right: 3%;
	padding-left: 3%;
	width: 80%;
	text-align: left;
	font-weight: normal;
}

.post table{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px;
	border: medium solid #09224a;
}

.post table th{
padding:10px;
border: #787878 solid;
border-width: 0 0 2px 2px;
}

.post table td{
	padding: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
	text-align: right;
	font-weight: bold;
}

#form {
	line-height: 30px;
	font-size: 15px;
	padding: 5%;
	margin-top: 10px;
	color: #09224a;
	font-weight: bold;
}


.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}

.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

}

/* ---------------------------------------------------------------------
フォント
--------------------------------------------------------------------- */

.b-b{
	font-weight: bold;
}

.black{color:#000000;}
.black-b{color:#000000;font-weight: bold;}
.black-b-u{color:#000000;font-weight: bold; bold;text-decoration: underline;}
.black10-b{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	word-break: break-all;
	line-height: 16px;
}

.black-b-y{color:#000000;font-weight: bold;background:#FFFF99;}
.black-b-y-u{color:#000000;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}



.red{color:#CA0000;}
.red-b{color:#CA0000;font-weight: bold;}
.red-b-u{color:#CA0000;font-weight: bold;text-decoration: underline;}
.red-b-y{
	color: #CA0000;
	font-weight: bold;
	background: #FFFF99;
}
.red-b-y-u{color:#CA0000;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}


.blue{color:#0000FF;}
.blue-b{color:#0000FF;font-weight: bold;}
.blue-b-y{color:#0000FF;font-weight: bold;background:#FFFF99;}
.blue-b-y-u{color:#0000FF;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}


.gray{color:#999999;}

.ore{color:#CA0000;}

.black14{color:#000000;font-size:14px ;line-height: 20px !important;}


    .fb-b{color:#09224a;font-size:28px;font-weight: bold;}
	.fb-b-y{color:#000000;font-size:28px;font-weight: bold;background:#FFFF99;}
	.fr-b{color:#CA0000;font-size:28px;font-weight: bold;}
	.fr-b-y{color:#CA0000;font-size:28px;font-weight: bold;background:#FFFF99;}
	.fb-b-u{color:#000000;font-size:28px;font-weight: bold; bold;text-decoration: underline;}
	.fb-b-y-u{color:#000000;font-size:28px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
	.fr-b-u{color:#CA0000;font-size:28px;font-weight: bold; bold;text-decoration: underline;}
	.fr-b-y-u{color:#CA0000;font-size:28px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
	
	.fb32-b{color:#000000;font-size:32px;font-weight: bold;}
	.fb32-b-y{color:#000000;font-size:32px;font-weight: bold;background:#FFFF99;}
	.fr32-b{color:#CA0000;font-size:32px;font-weight: bold;}
	.fr32-b-y{color:#CA0000;font-size:32px;font-weight: bold;background:#FFFF99;}
	.fb32-b-u{color:#000000;font-size:32px;font-weight: bold; bold;text-decoration: underline;}
	.fb32-b-y-u{color:#000000;font-size:32px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
	.fr32-b-u{color:#CA0000;font-size:32px;font-weight: bold; bold;text-decoration: underline;}
	.fr32-b-y-u{color:#CA0000;font-size:32px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}

@media only screen and (max-width: 644px){
	
	.fb-b{color:#000000;font-size:22px;font-weight: bold;}
	.fb-b-y{color:#000000;font-size:22px;font-weight: bold;background:#FFFF99;}
	.fr-b{color:#CA0000;font-size:22px;font-weight: bold;}
	.fr-b-y{color:#CA0000;font-size:22px;font-weight: bold;background:#FFFF99;}
	.fb-b-u{color:#000000;font-size:22px;font-weight: bold;text-decoration: underline;}
	.fb-b-y-u{color:#000000;font-size:22px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
	.fr-b-u{color:#CA0000;font-size:22px;font-weight: bold;text-decoration: underline;}
	.fr-b-y-u{color:#CA0000;font-size:22px;font-weight: bold;background:#FFFF99; text-decoration: underline;}

	.fb32-b{color:#000000;font-size:28px;font-weight: bold;}
	.fb32-b-y{color:#000000;font-size:28px;font-weight: bold;background:#FFFF99;}
	.fr32-b{color:#CA0000;font-size:28px;font-weight: bold;}
	.fr32-b-y{color:#CA0000;font-size:28px;font-weight: bold;background:#FFFF99;}
	.fb32-b-u{color:#000000;font-size:28px;font-weight: bold;text-decoration: underline;}
	.fb32-b-y-u{color:#000000;font-size:28px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
	.fr32-b-u{color:#CA0000;font-size:28px;font-weight: bold; bold;text-decoration: underline;}
	.fr32-b-y-u{color:#CA0000;font-size:28px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
	}
	
	





/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}




/*============================================================================
*
*ぶるぶる
*
============================================================================*/
.buruburu {
    -webkit-animation:buruburu 0.1s infinite linear alternate;
    animation:buruburu 0.5s infinite linear alternate;
}

@-webkit-keyframes buruburu {
    0% {-webkit-transform:translate(0, 0) rotate(-3deg);}
    50% {-webkit-transform:translate(0, -1px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(3deg);}
}

@keyframes buruburu {
    0% {transform:translate(0, 0) rotate(-3deg);}
    50% {transform:translate(0, -1px) rotate(0deg);}
    100% {transform:translate(0, 0)rotate(3deg);}
}


/*============================================================================
*
*バウンド
*
============================================================================*/
.item_text{
  animation: key1 .3s ease infinite alternate;
}

@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}

/*============================================================================
*
*リンク透明化
*
============================================================================*/
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


input:hover{
filter: alpha(opacity=50);
-ms-filter: alpha(opacity=50);
opacity: 0.5;
}


.bt a:hover {
position: relative;
top: 2px;
left: 2px;
text-decoration: none;
}



/*==============================================================================================
*
* QaSection
*
==============================================================================================*/

.qa {
	padding: 50px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 768px) {
.qa {
	padding: 5%;
	position: relative;
	z-index: 1;
}
}



li {
  list-style: none;
}

#QaSection {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
}
#QaSection h2 {
  text-align: center;
  margin-bottom: 30px;
}
#QaSection li {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 10px;
}
#QaSection li:last-child {
  margin-bottom: 0;
}
#QaSection li .box {
  position: relative;
}
#QaSection li .box .icon {
  width: 33px;
  height: 33px;
  background: #000000;
  border-radius: 33px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  position: absolute;
}
#QaSection li .box h3, #QaSection li .box p {
  padding-left: 40px;
}
#QaSection li .box h3 {
	font-size: 21px;
	line-height: 1.5em;
	padding-top: 1px;
	font-weight: bold;
}
#QaSection li .box p {
  padding-top: 5px;
}
#QaSection li .box p a {
  color: #559a1a;
  text-decoration: underline;
}
#QaSection li .box.answer {
  margin-top: 13px;
}
#QaSection li .box.answer .icon {
	background-color: #D80C18;
}
@media screen and (max-width: 768px) {
  #QaSection li {
    padding: 20px 15px;
  }
  #QaSection li:last-child {
    margin-bottom: 0;
  }
  #QaSection li .box {
    position: relative;
  }
  #QaSection li .box .icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 8px;
    font-size: 13px;
  }
  #QaSection li .box h3, #QaSection li .box p {
    padding-left: 36px;
  }
  #QaSection li .box h3 {
    font-size: 18px;
  }
  #QaSection li .box p {
    font-size: 14px;
  }
  #QaSection li .box.answer {
    margin-top: 13px;
  }
  #QaSection li .box.answer .icon {
    background: #d90000;
  }
}

#QaSection {
	background-color: #000;
	margin-top: -15px;
}
@media screen and (max-width: 768px) {
  #QaSection h2 img {
    width: 150px;
    height: auto;
  }
}
#QaSection li {
  border: 1px solid #d9d9d9;
  background: #FFFFFF;
}
#QaSection .question .icon {
  background: #000 !important;
}
#QaSection .answer .icon {
	background-color: #000;
}
#QaSection .question.box {
  border-bottom: 1px dotted #c4c4c4 !important;
  padding-bottom: 15px;
}
#QaSection p {
  line-height: 1.8em;
  font-size: 16px;
}



/*============================================================================
*
*追尾バナー
*
============================================================================*/
#fixbnr{
 position:fixed;
 bottom:10px;
 right:50px;
 z-index:999;
}
#fixbnr img{
width:210px;
}

#fixbnr{
 position:fixed;
 bottom:10px;
 right:50px;
 z-index:999;
}
#fixbnr img{
width:210px;
}

@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }


#fixbnr{
 position:fixed;
 bottom:10px;
 right:10px;
 z-index:999;}

#fixbnr img{
width:100px;}

}


/*============================================================================
*
*流れるメニュー
*
============================================================================*/
ul.infiniteslide1{
	width:100%;
}

ul.infiniteslide1 li img{
	height:241px;
}


@media only screen and (max-width: 750px) {



ul.infiniteslide1 li img{
margin-bottom:30px;
}

ul.infiniteslide1 li img{
	height:150px;
}

}


/*============================================================================
*
*流れるメニュー
*
============================================================================*/

.hissu {
	background-color: #f96f68;
	font-size: 14px;
	color: #000;
	border-radius: 4px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}	float: left;	display: block;






@media screen and (min-width: 621px) {
/* PC用のスタイル記述 */

.inner1100{
width:1100px;



}

}