@charset "utf-8";
/* CSS Document */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {
	vertical-align: top;
}

ul, li {
	list-style: none;
}


/*==================================== 
Base Setting 
=====================================*/
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	background: url(../image/body_bg.gif) top repeat-x;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

/* Clear-fix */
.clear-fix:after, .inner:after  {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.sp-off { display: inline-block;}
.sp-on { display: none;}

/*===============================
================================*/

#wrapper {
	width: 100%;
	min-width: 900px;
	background: url(../image/bg_top.png) top center no-repeat;
	overflow: hidden;
}
.container {
	width: 900px;
	margin: 0 auto;
}
/*===============================
Header 
===============================*/
#ctn-top {
	width: 100%;
	min-width: 900px;
	background: #D4145A;
	color: #fff;
}
#ctn-top .title-top {
	font-size: 15px;
	padding: 5px 0px;
}
#ctn-header .container {
	position: relative;
}
#ctn-header {
	height: 423px;
	margin-bottom: 25px;
}
#ctn-header .main-img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -847px;
}

/*===========================
Main
============================*/
#ctn-main {
	width: 900px;
	margin: 0 auto;
}

.hdg-lv1-01 {
	font-size: 30px;
	margin: 10px 0 40px;
}

#breadcrumbs {
	margin: 5% 0;
	font-size: 70%;
}

.sec-content {
	width: 900px;
	margin: 0 auto;
}
.blk-post {
	width: 870px;
	margin: 0 auto 35px;
	overflow: hidden;
}
.blk-post .blk-post_image {
	width: 141px;
	float: left;
	text-align: center;
}
.blk-post.image-left .blk-post_image {
	float: left;
}
.blk-post.image-right .blk-post_image {
	float: right;
}
.blk-post .blk-post_content {
	width: 729px;
	overflow: hidden;
}
.blk-post.image-left .blk-post_content {
	float: right;
}
.blk-post.image-right .blk-post_content {
	float: left;
}
.blk-post .blk-post_content .blk-post_content-inner {
	width: 651px;
	min-height: 85px;
	border: 1px solid #6BC7F1;
	border-radius: 10px;
	padding: 25px;
	position: relative;
	background: #fff;
}
.blk-post .blk-post_content .blk-post_content-inner:before {
	content: "";
	width: 27px;
	height: 25px;
	display: block;
	background: url(../image/conner_left.png) top left no-repeat;
	position: absolute;
	top: 65px;
	z-index: 1;
}
.blk-post.image-left .blk-post_content .blk-post_content-inner {
	float: right;
}
.blk-post.image-right .blk-post_content .blk-post_content-inner {
	float: left;
}
.blk-post.image-left .blk-post_content .blk-post_content-inner:before {
	background: url(../image/conner_left.png) top left no-repeat;
	left: -27px;
}
.blk-post.image-right .blk-post_content .blk-post_content-inner:before {
	background: url(../image/conner_right.png) top left no-repeat;
	right: -26px;
}



/* blk-checkpoint
========================*/
.blk-checkpoint {
	width: 894px;
	margin: 0 auto 30px;
	border: 3px solid #26C5FF;
	border-radius: 10px;
	background: #EBF8FF;
	padding: 20px 0;
}
.blk-checkpoint h2 {
	font-size: 31px;
	color: #26C5FF;
	text-align: center;
	margin-bottom: 20px;
}
.blk-checkpoint .blk-checkpoint_image {
	width: 130px;
	float: right;
	margin-right: 20px;
}
.blk-checkpoint .blk-checkpoint_content {
	width: 665px;
	float: left;
	margin-left: 30px;
	line-height: 42px;
	background: url(../image/bg_dot.png) top repeat;
}

/* sec-email
==========================*/
.sec-email {
	width: 760px;
	margin: 0 auto;
	background: #291305;
	color: #fff;
	padding: 20px 70px;
}
.sec-email h2 {
	font-size: 27px;
	text-align: center;
	margin-bottom: 10px;
}
.sec-email_form  {
	padding-top: 15px;
	overflow: hidden;
	text-align: right;
}
.sec-email_form .txt-field {
	width: 510px;
	height: 38px;
	display: block;
	float: left;
	font-size: 19px;
	font-weight: bold;
	color: #B3B3B3;
	background: #FFF9F0;
	border: 0;
	float: left;
	padding: 0 20px;
}
.sec-email_form p {
	display: inline;
}
.sec-email_form .btn-submit {
	width: 185px;
	height: 40px;
	display: block;
	float: right;
	text-indent: -9999px;
	border: 0;
	background: url(../image/btn_01.png) top left no-repeat;
}
.sec-email_form .btn-submit:hover {
	cursor: pointer;
}


/* sec-list
==============================*/
.sec-list {
	width: 896px;
	margin: 65px auto 0;
	border: 2px solid #291305;
	position: relative;
	padding: 110px 0 0 0;
}
.sec-list .sec-list_inner {
	margin: 0 25px 35px 45px;
	background: url(../image/figure_08.png) bottom right no-repeat;
}
.sec-list h2 {
	position: absolute;
	top: -50px;
	left: -35px;
}


.list-link li {
	display: block;
	font-size: 15px;
	background: url(../image/ico_01.png) left 3px no-repeat;
	padding-left: 45px;
	margin-bottom: 10px;
}
.list-link li a {
	color: #0071BC;
}
.list-link ul {
	margin-top: 10px;
}
.list-link ul li {
	padding-left: 35px;
	background: url(../image/ico_02.png) 25px 5px no-repeat;
}



/* Footer
================================*/
#ctn-footer {
	min-width: 900px;
	height: 257px;
	background: url(../image/bg_footer.jpg) bottom repeat-x;
	border-bottom: 50px solid #D4145A;
	border-top: 60px solid #291305;
	margin-top: 60px;
}
#ctn-footer .container {
	position: relative;
}
#ctn-footer .footer-info {
	width: 534px;
	height: 384px;
	position: absolute;
	top: -90px;
	left: -30px;
}


@media screen and (max-width: 640px) {
.sp-off { display: none}
.sp-on { display: inline-block;}
body {
	background: none;
}
#wrapper {
	width: 100%;
	min-width: 0;
	overflow: hidden;
	margin: 0 auto;
	background: url(../image/bg-bot_sp.png) no-repeat bottom center;
	background-size: 100%;
}
.container {
	width: 100%;
	margin: 0 auto;
}
/*===============================
Header 
===============================*/
#ctn-top {
	width: 100%;
	min-width: 0;
}
#ctn-top .title-top {
	font-size: 12px;
	text-align: center;
}
#ctn-header .container {
	position: static;
}
#ctn-header {
	height: auto;
	margin-bottom: 25px;
}
#ctn-header .main-img {
	position: static;
	margin: 0;
}
/*===========================
Main
============================*/
#ctn-main {
	width: 100%;
}
.hdg-lv1-01 {
	margin: 1% 0 3%;
	font-size: 17px;
	border-top: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	padding: 15px 0;
}
.sec-content {
	width: 96%;
	margin: 0 auto;
}
.blk-post {
	width: 100%;
	overflow: hidden;
	margin-bottom: 2%;
	position: relative;
}
.blk-post .blk-post_image {
	width: 15%;
	float: left;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.blk-post .blk-post_image img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}
.blk-post.image-left .blk-post_image {
	float: left;
}
.blk-post.image-left .blk-post_image img {
	left: 0;
}
.blk-post.image-right .blk-post_image {
	float: right;
	right: 0;
}
.blk-post.image-right .blk-post_image img {
	right: 0;
}
.blk-post .blk-post_content {
	width: 85%;
	overflow: hidden;
	display: table-cell;
}
.blk-post.image-left .blk-post_content {
	float: right;
}
.blk-post.image-right .blk-post_content {
	float: left;
}
.blk-post .blk-post_content .blk-post_content-inner {
	width: 85%;
	min-height: 50px;
	font-size: 12px;
	border: 1px solid #6BC7F1;
	border-radius: 10px;
	padding: 4%;
	position: relative;
	background: #fff;
}
.blk-post .blk-post_content .blk-post_content-inner:before {
	content: "";
	width: 12px;
	height: 20px;
	display: block;
	background: url(../image/conner_left.jpg) top left no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 1;
}
.blk-post.image-left .blk-post_content .blk-post_content-inner {
	float: right;
}
.blk-post.image-right .blk-post_content .blk-post_content-inner {
	float: left;
}
.blk-post.image-left .blk-post_content .blk-post_content-inner:before {
	background: url(../image/conner_left_sp.jpg) top left no-repeat;
	left: -12px;
}
.blk-post.image-right .blk-post_content .blk-post_content-inner:before {
	background: url(../image/conner_right_sp.jpg) top left no-repeat;
	right: -12px;
}



/* blk-checkpoint
========================*/
.blk-checkpoint {
	width: 94%;
	margin: 70px auto 20px;
	border: 3px solid #26C5FF;
	border-radius: 10px;
	background: #EBF8FF;
	padding: 20px 0;
	position: relative;
}
.blk-checkpoint h2 {
	font-size: 21px;
	color: #26C5FF;
	text-align: left;
	margin-bottom: 5%;
	margin-left: 5%;
}
.blk-checkpoint .blk-checkpoint_image {
	width: 70px;
	position: absolute;
	top: -50px;
	right: 2%;
}
.blk-checkpoint .blk-checkpoint_content {
	width: 91%;
	margin: 0 4% 0 5%; 
	line-height: 27px;
	background: url(../image/bg_dot_sp.png) top repeat;
	font-size: 12px;
}

/* sec-email
==========================*/
.sec-email {
	width: 94%;
	margin: 0 auto;
	background: #291305;
	color: #fff;
	padding: 5% 3% 7%;
}
.sec-email h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 3%;
}
.sec-email_form  {
	padding-top: 15px;
	overflow: hidden;
	text-align: right;
}
.sec-email_form .txt-field {
	width: 96%;
	padding: 0 2%;
	height: 30px;
	float: none;
	font-size: 15px;
	font-weight: bold;
	color: #B3B3B3;
	background: #FFF9F0;
	border: 0;
	margin-bottom: 3%;
}
/*.sec-email_form .txt-button{
	width: 100%;
}*/

.sec-email_form .btn-submit {
	width: 293px;
	height: 40px;
	margin: 0 auto;
	float: none;
	background: url(../image/btn_01_sp.png) top left no-repeat;
}

/* sec-list
==============================*/
.sec-list {
	width: 94%;
	margin: 23% auto 0;
	border: 2px solid #291305;
	position: relative;
	padding: 11% 0 0 0;
}
.sec-list .sec-list_inner {
	margin: 0 3% 4% 3%;
	background: none;
}
.sec-list h2 {
	position: absolute;
	top: 0;
	left: -4%;
	margin-top: -27%;
}
.sec-list h2 img{
	width: 100%;
}

.list-link li {
	display: block;
	font-size: 12px;
	background: url(../image/ico_01.png) left 1px no-repeat;
	padding-left: 25px;
	margin-bottom: 2%;
	min-height: 19px;
}
.list-link li a {
	color: #0071BC;
}
.list-link ul {
	margin-top: 10px;
}
.list-link ul li {
	padding-left: 35px;
}

/* Footer
================================*/
#ctn-footer {
	border: 0;
	height: auto;
	width: 100%;
	min-width: 0;
	margin-top: 7%;
	background: none;
}
#ctn-footer .container,
#ctn-footer .footer-info {
	width: 100%;
	height: auto;
	position: static;
}
#ctn-header .main-img img,
.blk-post .blk-post_image img,
.blk-checkpoint .blk-checkpoint_image img,
#ctn-footer .footer-info img {
	width: 100%;
}
}


