@charset "utf-8";
/* CSS Document */

body {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		color: #333;
		font-size: 16px;
		margin:0;
		background-image: url();
		background-color:#f0ebdc;
		background-repeat: repeat;
		box-sizing: border-box;
}

#container{
position:relative;
width:900px;
margin:0px auto;
border-right:3px solid #999;
border-left:1px solid #999;
background-color:#fff;
}

#topbar{
width:900px;
/*height:175px;*/
background-color:#fff;
}

#content{
	display: block;
	margin:0; 
	text-align: left;
	overflow:hidden;
}

#content .mlr{margin:0 50px;}
	
	#culom{
margin-top:15px;
}

#chara{ 
	width: 100%;
    border: solid 2px #E8E8E8;
    border-radius: 5px;
    background: #fff;
    position: relative;
    margin: 0 0 13px 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 40px;
	margin: 50px 0;
}

ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol ol{
  padding-left: 1em;
}
li{
  text-indent: -1.3em;
  padding-left: 1.3em;
	margin: 20px 0;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 1.3em;
	border-bottom: dashed 1px #848484;
}
li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding: 0.4em;
  font-weight: bold;
  color: #b40000;


}

.ttl {
    text-align: center;
    font-size: 35px;
    padding: 40px 0 40px;
    font-weight: bold;
    position: relative;
    background: #fff;
    margin: 40px 0;
    border: solid 1px #E0E0E0;
	box-shadow: 0 8px 0 #aaa;
}

.ttl:after {
    content: "";
	width: 0;
	height: 0;
    background-color: rgba(170, 170, 170, 0);
    background-repeat: no-repeat,repeat-x;
    background-position: bottom center;
	border: 40px solid transparent;
	border-top: 40px solid #aaa;
    position: absolute;
    bottom: -81px;
	left: 45%;
}

#s1 {
	background: #FFF3EF; padding-bottom: 80px;
}

#s1 .ttl {
	color: #DB732C;
	background-color: #fff;
	box-shadow: 0 8px 0 #DB732C;
	border: 1px solid #DB732C;
}

#s1 .ttl:after {
	border-top: 40px solid #DB732C;
	
}

#s2 {
	background: #DDD4FF; padding-bottom: 80px;
}


#s2 .ttl {
	color: #060C73;
	background-color: #fff;
	box-shadow: 0 8px 0 #060C73;
	border: 1px solid #060C73;
	margin-top: 0;
}

#s2 .ttl:after {
	border-top: 40px solid #060C73;
	
}

#s1 th , #s1 td , #s2 th , #s2 td {padding: 20px; border: 1px solid #444;}
#s1 th , #s2 th {
	background: #666; 
	width:30%; 
	color: #fff; 
	text-align: center; 
	font-size: 110%;
}

#s1 td , #s2 td {background: #fff;}


.mbox {background: #fff; border: solid #aaa 2px; margin: 60px auto; padding: 20px;}

	#qa {
		margin: 60px 0 0;
		padding: 20px 50px 60px;
		background-color: #E4FFE6;
		overflow:hidden;
	}
	#qa .in {
		border: solid 2px #00A0A8;
		margin-top: 40px;
		padding:20px 15px 20px 15px;
		background-color: #fff;
	}
	
	#qa h2 {
		font-size: 24px; 
		text-align:center; 
		background:#00A0A8; 
		padding:20px; 
		color: #fff;
		margin-bottom: 20px;
		
	}
	
	#qa dt{ 
		background: url(../img/iconq.jpg) no-repeat top left; 
		
		padding: 0px 0px 20px 45px; 
		font-size: 21px; 
		color: red; 
		font-weight: bold;
		border-bottom: dashed 2px #aaa;
}
		
	#qa dd{
		background: url(../img/icona.jpg) no-repeat top left; 
		margin: 20px 0 0;
		padding-left: 45px; 
		font-size: 17px ; 
		line-height: 2em;
	}

#form {
	width:800px;
}

#form table {
	width: 100%;
	letter-spacing: 1px;
}

tr,th,td{padding: 0; margin: 0; vertical-align: middle;}

#form th {
font-weight: normal;
width: 30%;
text-align: right;
padding: 15px 10px;
border: solid 1px #e6e0d4;
background-color: #f5f5dc;
}

#form td {
	font-weight: normal;
	font-size: 14px;
	padding: 15px 10px;
	border: solid 1px #e6e0d4;
}

.title {
font-weight: bold;
width: 800px;
text-align: center;
padding: 15px 10px;
border: solid 1px #e6e0d4;
background-color: #f5f5dc;
}

#shouhin {

}

#shouhin .ttl {
	border: solid 1px #54DC8A;
	box-shadow: 0 8px 0 #54DC8A;
}

#shouhin .ttl:after {
	border-top: 40px solid #54DC8A;	
}

#shouhin h3 {
	font-size: 26px;
	text-align: center;
	line-height: 1.8em;
	background: #54DC8A;
	margin: 60px auto 20px;
	padding: 10px 20px;
	color: #333;
		width: 750px;
/*		border-radius: 20px;*/
}

.pamphlet {
	text-align: center;
	line-height: 1.8em;
	background: #B5FFF2;
	margin: 40px auto;
	padding: 10px 10px 40px;
	color: #127A2E;
		width: 750px;
/*		border-radius: 20px;*/
}

.pamphlet h4 {
	padding: 10px 0;
	margin: 20px auto;
	width: 500px;
	font-size: 21px;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
	background: #1E8A4C;
	color: #fff;
/*	border-radius: 10px;*/
}


#bottom{
width: 903px;
height: 80px;
box-sizing: border-box;
padding: 10px;
background-color:#00A0A8;
border-right:3px solid #999;
border-left:1px solid #999;
}


td input {margin:5px 20px ; padding:6px; font-size: 14px; width:90%;} 
td textarea {margin:5px 20px ; padding:6px; font-size: 14px; width:90%;} 
.radio input {width: 15px; margin: 5px 20px ; vertical-align: -0.15em;}
#form .submit {width: 350px; font-size: 140%;}
#uComment1 , #uComment2 {
	margin: 20px; height: 2em;
}

.download{width:100%; height:200px; height: 150px; padding: 50px 0; margin:0 auto 60px; background-color: #FFF0CF; }
.submit{    
	display: block; 
	margin:30px auto; 
	width: 500px;
	text-align: center;
	background-color: #EC7631;
    box-shadow: 0 3px 0 #422C15;
    text-shadow: 0px -2px #422C15;
    position: relative;
    padding: 20px 30px;
    border-radius: 30px;
    font-size: 180%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.submit:active, .submit:hover {
	top: 3px;
	box-shadow: none;
	color:#fff;
}

.checkbox { width: 13px; margin: 10px;}

/*-----------行間------------*/
body,table,tr,td,p,ul,ol,li{
line-height:1.8em;
}
table {border-collapse: collapse;}

a {text-decoration: none;}
	p{
  text-indent: 1em;
}
	h1 {
	font-size: 26px;
	text-align: center;
	line-height: 1.8em;
	background: #00A0A8;
	margin: 0;
	padding: 30px 40px;
	color: #FFFFFF;
}

	

	.h1after {
	width: 0;
	height: 0;
	background: rgba(0,160,168,);
    background-repeat: no-repeat,repeat-x;
    background-position: bottom center;
	border: 50px solid transparent;
	border-top: 40px solid #00A0A8;
 	margin: 0 auto -30px;
}
	
.left_img {float: left;}
.left_img:after {clear: both;}
.right_img {float: right;}
.right_img:after {clear: both;}
.clear {clear:both;}

.mt40 {margin-top: 40px;}
.ml20 {margin-left: 20px;}

.hei120 {height:120px;}

.red { color:#BB0003; font-weight:bold;}
.orange { color: #D56619;}
.blue {color:#060C73;}

.liner {background: linear-gradient(transparent 0%, #F5EB5F 0%);}
.b {font-weight:bold;}
.u { text-decoration:underline;}
.t90 {font-size: 90%;}
.t110 { font-size: 110%;}

h3 {
	font-size: 25px;
	text-align: center;
	line-height: 1.8em;
	margin: 60px auto 20px;
	padding: 5px 16px;
	color: #fff;
	width: 700px;
	border-radius: 30px;
}

.bc_kantou{	background: #3E8F59;}
.bc_kansai{	background: #628F3E;}
