@charset "utf-8";
@import url('common.css');
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size:80%;
}
body {
	margin: 0;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	background:#f0f0f0 url(./img/bodybg.jpg) repeat-x center top;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=8);
	-ms-filter: "alpha(opacity=8)";
}
a img {
	border:0;
}
img {
	max-width: 100%;
	height: auto;
	text-align: center;
}
/* ----------------------
	 Header
 ---------------------- */

.header {
}
.header-inner {
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
}
/* ----------------------
	 Container
 ---------------------- */

.header-inner, .container, .footer-inner {
	max-width: 900px
}
#container {
	border: 1px solid rgba(0,0,0,.2);
	border-top-color:    rgba(0,0,0,.1);
	border-bottom-color: rgba(0,0,0,.3);
	background: #fff;
	background: -webkit-linear-gradient (top, #fff 50%, #fafafa 100%);
	background: linear-gradient( to bottom, #fff 50%, #fafafa 100%);
	box-shadow: rgba(0,0,0,.1) 0 2px 3px;
}
.container:before, .container:after {
	content: "";
	display: table
}
.container:after {
	clear: both
}
.container {
	margin: 10px auto 20px;
	position: relative;
}
.container.frame {
	padding: 10px 50px;
	background:#FFFFFF;
}
.container > *:first-child {
	margin-top: 0 !important
}
/* ----------------------
	Footer
 ---------------------- */

.footer {
	clear: both;
	overflow: hidden;
	margin-right: -1em;
	margin-left: -1em;
	padding-top: 10px;
}
.footer-inner:before, .footer-inner:after {
	content: "";
	display: table
}
.footer-inner:after {
	clear: both
}
.footer-inner {
	margin: 0 auto;
	padding: 0 0 10px;
 *zoom: 1
}
.footer address {
	text-align:center;
}
.footer address, .footer p {
	margin: 0;
	color: #666;
	font-style: normal;
	font-size: 60%;
	line-height: 1.333;
}
/* ----------------------
	Box
 ---------------------- */
 
.indent p {
	margin-left:80px;
	margin-bottom:2.3em;
	line-height:200%;
}
*[class*="box--"]:before, *[class*="box--"]:after {
	content: "";
	display: table
}
*[class*="box--"]:after {
	clear: both
}
*[class*="box--"] {
 *zoom: 1;
}
*[class*="box--"] {
	margin: 1.333em auto;
	padding: 25px;
	/* oldie */
	position: relative;
	zoom: 1;
	behavior: url(img/PIE.htc);
}
.sub *[class*="box--"] {
	padding: 20px;
}
*[class*="box--"] > :first-child {
	margin-top: 0;
}
*[class*="box--"] > :last-child {
	margin-bottom: 0;
}
*[class*="box--"] > *[class*="box--"] {
	border-radius: 0;
}
*[class*="box--"] > ul, *[class*="box--"] > ol {
	padding: 0 1.333em;
}
*[class*="box--"] {
	border-radius: 5px;
	color: #555;
	text-align: left;
}
[class*="box--"] li {
	margin-left:20px;
	margin-top:20px;
}
.box--box {
	border: 1px solid rgba(0,0,0,.2);
	background: #fefefe;
	box-shadow: 0 1px 2px rgba(0,0,0,.10);
	margin:10px auto;
	padding:30px 70px;
}
.box--large {
	border: 1px solid rgba(0,0,0,.2);
	border-top-color:    rgba(0,0,0,.1);
	border-bottom-color: rgba(0,0,0,.3);
	background: #fff;
	background: -webkit-linear-gradient (top, #fff 50%, #fafafa 100%);
	background:         linear-gradient( to bottom, #fff 50%, #fafafa 100%);
	box-shadow: rgba(0,0,0,.1) 0 1px 3px;
	/* oldie */
	position: relative;
	zoom: 1;
	-pie-background: linear-gradient(#fff 50%, #fafafa 100%);
	-pie-box-shadow: 0 1px 3px #ccc;
	behavior: url(img/PIE.htc);
}
.box--medium {
	border: 1px solid rgba(0,0,0,.2);
	background: #F8FBFC;
}
.box--small {
	border: 1px solid rgba(0,0,0,.2);
	background: #fff;
}
.box--small2 {
	border: 1px solid rgba(0,0,0,.2);
	background: #fff;
}
.box--small2 p {
	margin:0 0 0.8em 0;
	padding:0;
	line-height:1.4em;
	font-size:94%;
}
.box--ss {
	border: 1px solid rgba(0,0,0,.2);
	background: #fff;
	margin:10px 60px;
}
/* Box - Box title　*/

*[class*="box--"] > *[class*="box__title"] {
	margin: -25px -25px 25px;
	padding: 1.25em 1.25em 1.1em;
	text-align: left;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.333;
	/* oldie */
	position: relative;
	zoom: 1;
	behavior: url(img/PIE.htc);
}
*[class*="box--"] > .box__title--small {
	margin: -25px -25px 25px;
	padding: .75em 1em;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.333;
}
.sub *[class*="box--"] > *[class*="box__title"] {
	margin: -20px -20px 20px;
	padding: 1em 1em .9em;
	font-size: 15px;
	font-size: 1.5rem;
}
.sub *[class*="box--"] > .box__title--small {
	margin: -20px -20px 20px;
	padding: .75em 1em;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
}
*[class*="box--"] > .box__title .box__title__box {
	display: block;
	float: left;
	margin: -.25em .75em 0 0;
	padding: .6em 1em .4em;
	text-align: left;
	letter-spacing: 1px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.1;
}
.box--large > .box__title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.333;
}
.box--large > .box__title--small {
	font-size: 16px;
	font-size: 1.6rem;
}
.box--medium > .box__title {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.333;
}
.box--medium > .box__title--small {
	font-size: 15px;
	font-size: 1.5rem;
}
.box--small > .box__title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.333;
}
.box--small > .box__title--small {
	font-size: 14px;
	font-size: 1.4rem;
}
/* Box - Box title2 */
	
*[class*="box--"] > *[class*="box__title"] {
	border-radius: 5px 5px 0 0;
}
*[class*="box--"] > *[class*="box--"] > *[class*="box__title"] {
	border-radius: 0;
}
*[class*="box--"] > .box__title--small {
}
*[class*="box--"] > .box__title .box__title__box {
	border-radius: 2px;
	background: #777;
	box-shadow: 0 1px 2px rgba(0,0,0,.25) inset;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
/* large */

.box--large > .box__title, .box--large > .box__title--small {
	border-bottom: 1px #ccc solid;
	background: #f0f0f0;
	background: -webkit-linear-gradient (top, #fcfcfc 0%, #ededed 100%);
	background:         linear-gradient( to bottom, #fcfcfc 0%, #ededed 100%);
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	font-weight: normal;
	/* oldie */
	position: relative;
	zoom: 1;
	-pie-background: linear-gradient(#fcfcfc 0%, #ededed 100%);
	behavior: url(img/PIE.htc);
}
.box--large > .box__title .box__title__box {
	background: #777;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
}
/* medium */

.box--medium > .box__title, .box--medium > .box__title--small {
	border-bottom: 1px solid #ddd;
	background: #333;
	background: -webkit-linear-gradient (top, #555 0%, #333 100%);
	background:         linear-gradient( to bottom, #555 0%, #333 100%);
	color: #eee;
	text-shadow: 0 -1px 0 rgba(0,0,0,.75);
	font-weight: normal;
	/* oldie */
	position: relative;
	zoom: 1;
	-pie-background: linear-gradient(#555 0%, #333 100%);
	behavior: url(img/PIE.htc);
}
.box--medium > .box__title .box__title__box {
	background: #f3f3f3;
	color: #333;
	text-shadow: 0 -1px 1px rgba(255,255,255,1);
}
/* small */

.box--small > .box__title, .box--small > .box__title--small {
	background: #e6e6e6;
	background: -webkit-linear-gradient (top, #f3f3f3 0%, #eaeaea 100%);
	background:         linear-gradient( to bottom, #f3f3f3 0%, #eaeaea 100%);
	color: #222;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	font-weight: normal;
	/* oldie */
	position: relative;
	zoom: 1;
	-pie-background: linear-gradient(#e6e6e6 0%, #ddd 100%);
	behavior: url(img/PIE.htc);
}
.box--small > .box__title .box__title__box {
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.5) inset;
	color: #333;
	text-shadow: 0 -1px 1px rgba(255,255,255,1);
}
/* Box - Header group　*/
	 

*[class*="box--"] > .box__hgroup {
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.box__hgroup:before, .box__hgroup:after {
	content: "";
	display: table
}
.box__hgroup:after {
	clear: both
}
.box__hgroup {
*zoom: 1
}
*[class*="box--"] > h4 {
	margin: 0 0 10px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.618;
	color:#FFFFFF;
}
*[class*="box--"] > .box__hgroup h4 small {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}
*[class*="box--"] > .box__hgroup span {
	margin: 0 0 0px;
	padding:3px 10px;
	color: #fff;
	text-align: left;
	font-size: 18px;
	font-weight:bold;
	background:#990000;
}
/* ----------------------
	Backgrond Box
 ---------------------- */


*[class*="bgcolor--"] {
	margin: 50px -50px;
	padding: 50px;
}
*[class*="bgcolor--"] > :first-child {
	margin-top: 0;
}
*[class*="bgcolor--"] > :last-child {
	margin-bottom: 0;
}
*[class*="bgcolor--"] > .bgcolor__head {
	margin: 2em auto 0 auto;
	font-weight: normal;
	font-size: 24px;
	font-size: 2.4rem;
 line-height: 1.;
}
*[class*="bgcolor--"] > .bgcolor__head {
	margin-top: -1em !important;
	margin-left: -1em !important;
}
.bgcolor--stitle {
	background: #eee;
	padding:26px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2) inset;
}
.bgcolor--stitle p {
	color: #555;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	letter-spacing: 1px;
	font-weight:bold;
	font-size:180%;
}
.bgcolor--large {
	border-top: 1px solid #333;
	border-bottom: 1px solid #777;
	background: #454545;
}
.bgcolor--large > .bgcolor__head {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.8);
	letter-spacing: 1px;
}
.bgcolor--medium {
	background: #eee;
	box-shadow: 0 1px 2px rgba(0,0,0,.2) inset;
}
.bgcolor--medium > .bgcolor__head {
	color: #000;
	text-shadow: 0 1px 1px rgba(255,255,255,.6);
}
.bgcolor--small {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ededed;
	background: #f0f0f0 url(img/bg.png);
}
.bgcolor--small > .bgcolor__head {
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}
/* ----------------------
	サブキャッチ
 ---------------------- */
 
.stitle {
	margin: 30px -50px;
	padding: 20px 50px;
	background: #ddd;
	box-shadow: 0 1px 2px rgba(0,0,0,.2) inset;
	font-size:20px;
}
.box-scach {
	border: 1px solid rgba(0,0,0,.2);
	background: #fff;
	padding:10px 15px 0 15px;
	marign:0;
}
/* ----------------------
	Check Box どくろver
 ---------------------- */

.bg_checkbox li {
	position: relative;
	display: inline-block;
	margin: 0 0 1.5em 0px;
	padding: 0;
	color:#000000;
	line-height: 1.5em;
	/*IE8以下*/
	list-style:none\9
}
.bg_checkbox input {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	/*IE8以下*/
	width: 30px\9;
	height: 30px\9;
}
.bg_checkbox input[type="checkbox"] + label {
	display: block;
	background-image: url(img/ch1.png);
	background-size: 50px;
	background-position: left 0px;
	background-repeat: no-repeat;
	padding: 0px 0 30px 60px;
	/*IE8以下*/
	background-image:none\9;
}
.bg_checkbox .one input[type="checkbox"] + label {
	padding: 5px 0 25px 60px;
}
.bg_checkbox input[type="checkbox"]:checked + label {
	background-image: url(img/ch2.png);
}
/* ----------------------
	Check Box　どんよりver 1
 ---------------------- */
 
 .bgcolor--check1 {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ededed;
	background: #f0f0f0 url(img/bg.png);
	margin-top:-45px;
	padding-top:18px;
}
.bgcolor--check1 > .bgcolor__head {
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}
.checktitle {
	margin: 0px 0;
	padding: 0px 50px;
	background: #777;
	border:1px solid #e6e6e6;
	color:#fff;
	font-size:34px;
}
.chec-after {
	margin:0 0 10px 0;
	padding: 0px 50px;
	background: #777;
	border:1px solid #e6e6e6;
	color:#fff;
	text-align:center;
	font-size:22px;
	font-weight:bold;
}
.tensuu {
	border:solid 1px #ccc;
	text-align:center;
	padding:8px 0;
	margin:10px 60px;
	background:#eee;
	font-weight:bold;
	font-size:90%;
}
.c-t {
	margin: 20px 0;
	padding: 5px 20px;
	border:1px dotted #999;
	border-left:8px solid #aaa;
	font-size:110%;
	font-weight:bold;
	color:#666;
}
.bg_checkbox2 li, .bg_checkbox3 li, .bg_checkbox4 li {
	position: relative;
	display: inline-block;
	margin: 0 0 0.3em 0px;
	padding: 0;
	color:#000000;
	line-height:30px;
	width: 100%;
	height: 100%;
	/*IE8以下*/
	list-style:none\9
}
.bg_checkbox2 input, .bg_checkbox3 input, .bg_checkbox4 input {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	/*IE8以下*/
	width: 30px\9;
	height: 30px\9;
}
.bg_checkbox2 input[type="checkbox"] + label, .bg_checkbox3 input[type="checkbox"] + label, .bg_checkbox4 input[type="checkbox"] + label {
	display: block;
	background-image: url(img/ch1.png);
	background-size: 50px;
	background-position: left 0px;
	background-repeat: no-repeat;
	padding: 0px 0 15px 60px;
	/*IE8以下*/
	background-image:none\9;
}
.bg_checkbox2 input[type="checkbox"]:checked + label {
	background-image: url(img/donyori1.png);
}
.bg_checkbox3 input[type="checkbox"]:checked + label {
	background-image: url(img/donyori2.png);
}
.bg_checkbox4 input[type="checkbox"]:checked + label {
	background-image: url(img/donyori3.png);
}
