@charset "utf-8";
/* CSS Document */

body {
	/*font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;	text-align: left;*/
    line-height: 1.3;
	height:100%;
	display:block;
}

#contswrap {
	font-size: 62.5% !important;
	width: 94%;
	text-align: left;
	margin: 10px auto 0;
	text-align: center;
}
#contswrap h1 {
	background: #414C9A 0 0 no-repeat;
	color: #fff;
	margin: 0 0 5%;
	font-size: 3.2em;
	font-weight: normal;
	padding: 1.5%;
}
#contswrap .headline {
	color: #414C9A;
	font-size: 2.4em;
	border-left: 10px solid #414C9A;
	position: relative;
	padding: 5px 0 5px 10px;
	margin: 0 0 2%;
	text-align: left;
}
#contswrap .headline:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #414C9A;
}
#contswrap .subhead {
	background: #414C9A 0 0 no-repeat;
	color: #fff;
	font-size: 1.6em;
	text-align: left;
	padding: 2%;
	margin: 0 0 2%;
}
#contswrap .lead {
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: 1px solid #333;
	text-align: left;
	margin: 0 0 2%;
	padding: 0 0 1%;
}
#contswrap .center {
	text-align: center;
}
#contswrap .mb-0 {
	margin-bottom: 0 !important;
}
#contswrap .mb-3p {
	margin-bottom: 3% !important;
}
#contswrap p {
	text-align: left;
	font-size: 1.6em;
	margin: 0 0 3%;
}
#contswrap ol li {
	padding-left: 1em;
	text-indent: -1em;
}
#contswrap li {
	text-align: left;
	font-size: 1.6em;
	margin: 0 0 1%;
}
#contswrap .section {
	margin: 0 0 8%;
}
#contswrap .section-last {
	margin: 0 0 3%;
}
#contswrap .content {
	margin: 0;
}
#contswrap .content-box {
	border: 2px dotted #ccc;
	margin-bottom: 5%;
	padding: 2%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#contswrap .bd-b {
	border-bottom: 1px solid #dadada;
	margin: 0 0 5%;
}
#contswrap .col6 {
	margin-bottom: 5%;
}
#contswrap .col4 {
	margin-bottom: 5%;
}
#contswrap .col8 {
	margin-bottom: 5%;
}
#contswrap .col12 {
	margin-bottom: 5%;
}
/*-----	iframe -----*/
#contswrap .movieWraper {
    position: relative;
    width: 70%;
    margin: 0 auto;
}
#contswrap .iframeWrap {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
#contswrap iframe {
    position: absolute;
    top: 0;
    left: 0;
}
/*-----	attention -----*/
#contswrap .attention {
    border: solid 1px #cacaca;
    background: #f2f2f2;
    padding: 2%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#contswrap .attention li {
	padding-left: 1em;
	text-indent: -1em;
}
/*-----	btn -----*/
#contswrap .btn {
	text-align: center;
	margin: 0 0 25px;
}
#contswrap .btn div {
	display: none;
}




@media only screen and (max-width: 639px) {
#contswrap {
	width: 94%;
}
/*-----	iframe -----*/
#contswrap .movieWraper {
    width: calc(100% - 10px);
    margin: 0 auto;
}
/*-----	btn -----*/
#contswrap .btn input {
	display: none;
}
#contswrap .btn div {
	display: inline;
}
#contswrap .btn div {
	text-align: center !important;
}
#contswrap .btn a{
	text-align: center !important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	padding: 10px 23px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #ededed) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #f9f9f9 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ededed');
	background-color:#ededed;
	color: #574c38;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}
}


@media only screen and (min-width: 768px) {
#contswrap {
	width: 768px;
}
}
