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

/* Reset
----------------------------------------------------*/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table,th,td {font-size: 100%;line-height: 1.6;}
caption,th {text-align: left;font-weight: normal;}
object,embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
img,abbr,acronym,fieldset {border: 0;}
ul,li {list-style-type: none;}
img,a img{border:none;background:transparent;vertical-align:bottom;}

/* font
----------------------------------------------------*/
body {
	font: 62.5% Meiryo, arial, clean, verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333;
}
html>/**/body { font-size: 10px; } /* Except IE */
* html body { /* IE6用フォント指定 */
	font: 62.5% "ＭＳ Ｐゴシック", Meiryo, arial, clean, verdana, Osaka, sans-serif;
}

/*--- default */
body {
	text-align: center;
	background: url(../images/common/back.png) repeat 0 0;
}

/* Link
----------------------------------------------------*/
a {
	color: #00F;
}
a:hover {
	text-decoration: none;
}


/* float,clear
----------------------------------------------------*/
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}
.cf { /* clearfix */
	zoom: 1;
}
.cf:after {
	content:'';
	display: block;
	clear: both;
}


/* margin
---------------------------------------- */
.mt0 { margin-top:0 !important;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt30 { margin-top:30px;}
.mt40 { margin-top:40px;}
.mt50 { margin-top:50px;}
.mt60 { margin-top:60px;}

.mr10 { margin-right:10px;}
.mr15 { margin-right:15px;}
.mr20 { margin-right:20px;}
.mr30 { margin-right:30px;}

.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb25 { margin-bottom:25px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mb50 { margin-bottom:50px;}
.mb60 { margin-bottom:60px;}
.mb70 { margin-bottom:70px;}
.mb80 { margin-bottom:80px;}
.mb90 { margin-bottom:90px;}

.ml10 { margin-left:10px;}
.ml15 { margin-left:15px;}
.ml20 { margin-left:20px;}
.ml25 { margin-left:25px;}
.ml30 { margin-left:30px;}
.ml40 { margin-left:40px;}



/* padding
---------------------------------------- */
.pt10 { padding-top:10px;}

.pr10 { padding-right:10px;}

.pb20 { padding-bottom:20px;}
.pb90 { padding-bottom:90px;}

.pl10 { padding-left:10px;}




/* text
---------------------------------------- */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.txt_narrow {
	letter-spacing: -1px;
}
.txt_space {
	letter-spacing: 1px;
}
.txt_indent {
	text-indent: 1em;
}


/* その他
---------------------------------------- */
/*画像透過*/
a.imgHover:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}



/* wrapper
----------------------------------------------------*/
#wrapper {
	width: 100%;
	margin: 0 auto;
} 


/* header
----------------------------------------------------*/
#header {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	height: 150px;
	text-align: left;
}

/*  ========================= general */
#header .headTxt,
#header #logo,
#header #guideNav,
#header #globalNav,
#header #headInfo {
	position: absolute;
}

/*  ========================= header */
#header h1.headTxt {
	top: 0;
	left: 0;
	color: #333;
}
#header #logo {
	top: 30px;
	left: 0;
	width: 200px;
	height: 40px;
}
#header #guideNav {
	top: 10px;
	right: 0;
	width: 229px;
}
#header #guideNav li {
	padding-left: 0;
	float: right;
	margin-bottom: 10px;
}
#header #guideNav li a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
}
#header #guideNav li a:hover {
	color: #C11C05;
}
.header_login {
	background: url(../images/common/header_login_off.png) no-repeat 0 2px;
	padding-left: 20px !important;
}
.header_login:hover {
	background: url(../images/common/header_login_on.png) no-repeat 0 2px;
}
#header #guideNav li + li {
	margin-bottom: 0;
	margin-left: 20px;
}
#header #globalNav {
	top: 115px;
	left: 0;
	width: 900px;
	height: 35px;
}
#header #globalNav li {
	float: left;
}
#header #headInfo {
	top: 30px;
	right: 0;
}
#indexPage #pageImg {
	background: url(../images/main_back.png) repeat-x 0 bottom;
}
#indexPage #pageImg .main_inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#indexPage #pageImg .copy {
	position: absolute;
	top: 0;
	left: 0;
}
#indexPage #pageImg .riyoBtn,
#indexPage #pageImg .attention {
	position: absolute;
	background: #FFF;
	top: 160px;
	left: 0;
}
#indexPage #pageImg .move {
	position: absolute;
	top: 33px;
	left: 587px;
	background: url(../images/move_img.png);
	width: 491px;
	height: 282px;
}
#indexPage #pageImg .move:hover {
	background: url(../images/move_img_on.png);
	transition: .3s;
	curor: pointer;
	}
#indexPage #pageImg .attention {
	width: 542px;
}
#indexPage #pageImg .attention {
	font-size: 14px;
	border: 1px solid #BD1500;
	border-radius: 3px;
}
#indexPage #pageImg .attention dt {
	font-size: 20px;
	font-weight: bold;
	background: #BD1500;
	padding: 5px;
	color: #fff;
}
#indexPage #pageImg .attention dd {
	padding: 15px;
	text-align: left;
	line-height: 1.6;
}


/* content
---------------------------------------- */
#content {
	width: 100%;
	font-size: 120%;
}
p.gotop {
	clear: both;
	text-align: right;
	font-size: 0;
}


/* nav
---------------------------------------- */
#nav {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}


/* main
---------------------------------------- */
#main {
	width: 100%;
	padding-bottom: 20px;
	text-align: left;
	line-height: 1.6;
	background: #FFF;
}

/*  ========================= locus */
#content ol#locus {
	margin-bottom: 10px;
}
#content ol#locus li {
	display: inline;
	padding-left: 20px;
	background: url(../img/common/bg_locus.gif) no-repeat center left;
	line-height: 1;
}
#content ol#locus li.firstChild {
	padding-left: 0;
	background: none;
}


/* footer
---------------------------------------- */
#footer {
	width: 100%;
	border-top: 1px solid #CCC;
	background: #FFF;
}
#footer_inner {
	width: 1100px;
	margin: 0 auto;
	padding: 15px 0;
}
#footer #assistNav {
	text-align: center;
}
#footer #assistNav li {
	display: inline;
	padding-left: 10px;
	background: url(../img/common/bg_assist.gif) no-repeat center left;
}
#footer #assistNav li.firstChild {
	padding-left: 0;
	background: none;
}
#footer #copyright {
	float: left;
	font-size: 14px;
}
.footer_nav {
	float: right;
}
.footer_nav li {
	float: left;
	font-size: 14px;
}
.footer_nav li a {
	color: #333;
	text-decoration: none;
}
.footer_nav li a:hover {
	color: #C31900;
}
.footer_nav li + li {
	margin-left: 15px;
}


/* general
----------------------------------------------------*/
#content .last {
	margin-bottom: 0;
}

/*  ========================= text */
#content p {
	margin-bottom: 1em;
}
#content .emphasis {
	color: #f00;
	font-weight: bold;
}

/*  ========================= img */
#content .imgL {
	float: left;
	margin-right: 1em;
	margin-bottom: 0;
}
#content .imgLbtm {
	float: left;
	margin-right: 1em;
}
#content .imgR {
	float: right;
	margin-left: 15px;
	margin-bottom: 0;
}
#content .imgRbtm {
	float: right;
	margin-left: 1em;
}

/*  ========================= box */
.section {
	padding: 50px 0 60px 0;
	width: 100%;
	position: relative;
}
.section02 {
	width: 100%;
	position: relative;
}
.section_inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

/*  ========================= title */
#main h3 {
	margin-top: 40px;
	margin-bottom: 20px;
}
#main h4 {
	margin-top: 30px;
	margin-bottom: 15px;
}
#main h5 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#main h3.firstChild,
#main h4.firstChild,
#main h5.firstChild {
	margin-top: 0;
}

/*  ========================= table */
#main table {
}
#main table th,
#main table td {
}
#main table th {
}
#main table td {
}

/*  ========================= defalt list */
#main p.defList,
#main .defList li,
#main .defList dt {
	padding-left: 15px;
	background: url(../img/common/icon.gif) no-repeat 0 5px;
}
#main .defList dd {
	padding-left: 15px;
}

/*  ========================= attention */
#main p.attention,
#main .attention li,
#main .attention dt {
	padding-left: 15px;
	background: url(../img/common/icon_attention.gif) no-repeat 0 5px;
}
#main .attention dd {
	padding-left: 15px;
}

/*  ========================= text Link */
#main p.txtLink {
	margin-top: 5px;
	text-align: right;
}
#main p.txtLink a {
	display: block;
	padding-left: 20px;
	background: url(../img/common/icon_arrow.gif) no-repeat left center;
	/zoom: 1;
}


/* 01 index
----------------------------------------------------*/


















/* formPage
----------------------------------------------------*/
#contactPage form input,
#contactPage form select,
#contactPage form textarea {
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	vertical-align: middle;
}
#contactPage form .nonDeco {
	border: none;
	padding: 0;
	background: none;
}
#contactPage form textarea {
	font-size: 12px;
}


/* input width style
----------------------------------------------------*/
#contactPage form .input1 {
	width: 150px;
}
#contactPage form .input2 {
	width: 350px;
}
#contactPage form .input3 {
	width: 200px;
}
#contactPage form .input4 {
	width: 50px;
}
#contactPage form .input6 {
	width: 540px;
}


/* submit area style
----------------------------------------------------*/
#contactPage div#submit {
	margin-top: 30px;
	text-align: center;
}
#contactPage div#submit input {
	width: 150px;
	padding: 5px;
	border: solid 1px #ccc;
	background: #dfdfdf;
}


/* text style
----------------------------------------------------*/
#contactPage form p.attention {
	margin-bottom: 5px;
	padding-left: 0;
	background: none;
	color: #f00;
	text-align: right;
}
#contactPage form table em {
	margin-left: 2px;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	color: #f00;
}
#contactPage p.formError {
	color: #f00;
	text-align: center;
}
#contactPage p.formMessage {
	margin: 50px 0;
	text-align: center;
}

.sec01 {
	background: url(../images/sec01_back.png) no-repeat center 0;
	background-size: cover;
}
.sec01_dl {
}
.sec01_dl dt {
	text-align: center;
}
.sec01_dl dd {
	margin-top: 30px;
	text-align: center;
}
.sec01_dl dd + dd {
	margin-top: 10px;
}
.sec02 .backImg {
/*	background: url(../images/sec02_back_160810.png) no-repeat center bottom;
	background-size: cover;
	padding-bottom:50px;*/

}
.sec02 .section_inner {
	padding: 46px 0 0 0;
}
.sec02ar {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 0;
	left: 0;
}


.sec02Inner {
	width: 1000px;
	margin: 20px auto 0 auto;
}
.sec02Inner .sec02Text {
	width:455px;
	text-align:left;
	font-size:16px;
	margin:30px 0;
	
}
.sec02Inner .sec02Img {
	width:472px;
}


.sec10 {
	background: #F9F9F9;
}

.sec10Inner {
	width:1100px;
	margin:0 auto;
	text-align:center;
}

.sec10Inner h2 {
	margin:10px auto 30px auto;
}


.sec03 {
	background: #FFF;
}
/*.sec03 .section_inner {
	padding: 100px 0;
}*/
.sec03 dl {
	width: 520px;
}
.sec03 dl dt {
	margin-bottom: 10px;
}
.sec03 dl dd {
}
.sec03 dl dd + dt {
	margin-top: 30px;
}
.sec03 dl dd p {
	font-size: 16px;
}
.riyoBox {
	background: #FFF;
}
.section_ttl {
	text-align: center;
	margin-bottom: 55px;
}
.sec04 {
	background: url(../images/sec04_back.png) no-repeat center 0;
	background-size: cover;
}
.voiceBox {
	width: 1000px;
	margin: 0 auto 60px auto;
}
.voiceBox dl {
	padding-bottom: 10px;
	background: #FFF url(../images/voice_bottom.png) no-repeat 0 bottom;
	width: 310px;
	float: left;
}
.voiceBox dl + dl {
	margin-left: 35px;
}
.voiceBox dt {
}
.voiceBox dd {
	box-sizing: border-box;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 20px 20px 0 20px;
}
.voiceBox dd .voiceCopy {
	margin-bottom: 15px;
}
.voiceBox ul {
	margin-bottom: 10px;
}
.voiceBox ul li {
	float: left;
	background: url(../images/voice_icon01.png) no-repeat 0 0;
	padding-left: 43px;
}
.voiceBox ul li + li {
	background: url(../images/voice_icon02.png) no-repeat 0 0;
	margin-left: 8px;
}
.sec05 {
}
.sec05 .section_inner {
	width: 1000px;
}
.stepBox {
	margin: 20px 0 50px 0;
}
.stepBox dl + dl {
	margin-left: 30px;
}
.stepBox dl {
	border-left: 2px solid #C31900;
	float: left;
	padding-left: 10px;
}
.stepBox dt {
	font-size: 20px;
	color: #C31900;
}
.stepBox dd {
	font-size: 14px;
}
.sec06 {
	background: #EEE;
}
.sec06 .section_inner {
	width: 1000px;
}
.sec06 .price {
	background: url(../images/redkaku.png) no-repeat 0 20px;
	padding-left: 20px;
}
.sec06 .price span {
	font-size: 18px;
	display: inline-block;
	margin-left: 10px;
}
.sec06 .price span b {
	font-size: 30px;
}
.sec06 dl {
}
.sec06 dt {
	margin-bottom: 30px;
}
.sec06 dd {
}
.sec06 dd p {
	font-size: 16px;
}
.sec07 {
	background: #FFF;
}
#faq {
	margin-bottom: 50px;
}
#faq dl {
	background: url(../images/faq_q.png) no-repeat 0 0;
}
#faq dl + dl {
	margin-top: 30px;
}
#faq dt {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 15px 50px;
}
#faq dt span {
	display: block;
	margin-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#faq .open dt span {
}
#faq dd {
	font-size: 16px;
	background: url(../images/faq_a.png) no-repeat 15px 2px;
}
#faq dd span {
	margin-left: 70px;
	display: block;
}
#faq dd ol {
	margin: 15px 0;
}
#faq dd ol li {
	padding-left: 1.6em;
	text-indent: -1.6em;
}
#faq dd ol li + li {
	margin-top: 5px;
}
.sec08 {
	background: #FFF;
}
.sec08 table {
	width: 100%;
}
.sec08 table th {
	background: #C31900;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	border: 1px solid #FFF;
	font-size: 16px;
}
.sec08 table tr + tr th {
	border-top: none;
}
.sec08 table td {
	border-left: 1px solid #FFF;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 16px;
	padding: 10px 20px;
}
.sec08 table tr + tr td {
	border-top: none;
}
a,
a:hover {
	color: #C31900;
}
#faqPage h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 5px;
	border-bottom: 1px solid #C31900;
}
.socialbtn {
    position: absolute;
    z-index: 99;
    bottom: 20px;
}
.socialbtn ul li {
	float: left;
	margin-right: 10px;
	}
.social_btn li {
	float: left;
	margin-right: 10px;
	}
.social_btn li.last {
	margin-right: 0;
	}
ul.clearfix.social_btn {
    margin: 20px 0 0 670px;
}
.faq_btnlist li {
	/*float: left;
	width: 400px;*/
	display: inline-block;
	}
.faq_btnlist {
	/*width: 820px;*/
	margin: 0 auto;
	text-align: center;
	}
#faqPage #pageImg {
	border-bottom: 1px solid #ccc;
	}
.faq_ank {
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	background:url(../images/faq_ank.png) no-repeat left center;
	}
.terms_box p, 
.terms_box li {
	font-size: 14px;
	}
#content .terms_box p {
	margin-bottom: 30px;
	}	
.terms_box li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	}
.inline_content {
    width: 1000px;
    overflow: hidden;
}

@media all and (min-width: 0px) and (max-width: 768px) {
}

