@charset "UTF-8"; 

body {
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", 
	"Hiragino Kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", sans-serif;
	color: #000;
	background: #f0f0f0;
}
p {
	margin: 0;
	padding: 0;
}

ul,li {
	list-style: none;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/*共通*/

p.tec {
	text-align: center;
}

/*ヘッダー*/
#headerBg  {
	width: 100%;
	height: 210px;
	background: #f0f0f0;
	background-image: url(../img/cmn_grad.png);
	background-repeat: repeat-x;
}
#headerBox {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
}
#navi {
	width: 1000px;
	padding-top: 40px;
}
#navi ul {
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
}
#navi ul li {
	display: inline;
	padding-right: 42px;
}
#navi ul li:last-child {
	padding-right: 0;
}
#navi ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #505050;
	padding: 10px;
}
#navi ul li a:hover {
	background: #d7d7d7;
}
#navi ul li.active {
	font-size: 14px;
	font-weight: bold;
	color: #505050;
	background: #d7d7d7;
	padding: 10px ;
	margin-right: 42px;
}

/*フッター*/
#footerBg  {
	width: 100%;
	background: #808080;
}
#footerBox {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
}
#f-navi {
	width: 1000px;
}
#f-navi ul {
	display: inline-block;
	padding: 25px 0  0;
	margin: 0;
}
#f-navi ul li {
	display: inline;
	padding-right: 52px;
}
#f-navi ul li:last-child {
	padding-right: 0;
}
#f-navi ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#f-navi ul li a:hover {
	text-decoration: underline;
}
#footerBox>p {
	font-size: 12px;
	color: #fff;
	padding-top: 25px;
}

/*トップページ*/
#topImg {
	width: 100%;
	min-width: 1200px;
	height: 644px;
	position: relative;
	background-image: url(../img/top_main-img.jpg);
	background-position: center center;
}
#topImg .imgOnBox_orange {
	width: 100%;
	height: 90px;
	position: absolute;
	top:260px;
	left:0;
	background-color: rgba(249,185,0,0.5);
}
#topImg .imgOnBox_orange>p {
	padding-top: 7px;
}
#topImg .imgOnBox_gray {
	width: 100%;
	height: 34px;
	position: absolute;
	top:350px;
	left:0;
	background-color: rgba(60,60,60,0.6);
}
#topImg .imgOnBox_gray>p {
	font-size: 16px;
	color: #fff;
	padding-top: 7px;
}
#orangeBg {
	width: 100%;
	background: #f9b900;
}
#grayBg {
	width: 100%;
	background: #f0f0f0;
	background-image: url(../img/cmn_grad.png);
	background-repeat: repeat-x;
}
#topOrderBox {
	width: 1200px;
	height: 460px;
	margin: 0 auto;
	position: relative;
}
#topAppealBox {
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	position: relative;
}
#topAppealBox .gray-circle {
	position: absolute;
	bottom: -40px;
	left: 560px;
	z-index: 1;
}
#topFlowBox {
	width: 1200px;
	height: 380px;
	margin: 0 auto;
	position: relative;
}
#topFlowBox .detail a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	position: absolute;
	right: 100px;
	bottom: 45px;
}
#topFlowBox .detail a:hover {
	text-decoration: underline;
}
#topCaseBox {
	width: 1200px;
	margin: 0 auto;
	height: 245px;
}
#topCaseBox  a:hover {
	opacity: 0.6;
}
#topOrderBox .orange-circle,
#topFlowBox .orange-circle,
#topCaseBox .orange-circle,
#flowTopBox .orange-circle,
#faqTopBox .orange-circle {
	position: absolute;
	bottom: -40px;
	left: 560px;
	z-index: 1;
}
#topAppealBox p,
#topCaseBox p {
	padding-top: 75px;
}
.btn {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 46px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
.btn a:hover {
	opacity: 0.6;
}

/*流れページ*/
#flowTopBox {
	width: 1200px;
	margin: 0 auto;
	height: 200px;	
	padding-top: 50px;
	position: relative;
}
#flowTopBox p.flowTopText {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #000;
	padding-top: 20px;
}
#flowMainBox,
#faqMainBox {
	width: 1000px;
	padding-top: 80px;
	margin: 0 auto;
	overflow: hidden;
}
#flowMainBox .a:hover {
	opacity: 0.6;
}
#flowTextBox {
	width: 870px;
	margin-top: 50px;
	padding: 25px 0 25px 130px;
	background: #fff;
	position: relative;
}
#flowTextBox .num,
#faqTextBox .num {
	position: absolute;
	top:-15px;
	left: 30px;
}
#flowTextBox p.fwb,
#faqTextBox p.fwb {
	font-size: 22px;
	color: #000;
	padding-bottom: 5px;
}
#flowTextBox p,
#faqTextBox p{
	font-size: 14px;
	line-height: 28px;
}

/*ご質問ページ*/
#faqTopBox {
	width: 1200px;
	margin: 0 auto;
	height: 480px;	
	padding-top: 50px;
	position: relative;
}
#faqTopTextBox {
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
}
#faqTopTextBox img {
	float: left;
}
#faqTopTextBox a  {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-bottom: 30px;
	padding-left: 80px;
	display: block;
}
#faqTopTextBox a:hover {
	opacity: 0.6;
}
#faqTextBox {
	width: 840px;
	margin-top: 50px;
	padding: 25px 30px 25px 130px;
	background: #fff;
	position: relative;
}
#faqTextBox p.fwb {
	font-weight: bold;
}

/*お問い合わせページ*/
#formBg {
	width: 1000px;
	overflow: hidden;
	background: #f9b900;
	margin: 0 auto;	
}
#formBg .formTitle {
	width: 1000px;
	height: 88px;
}
#formBg .formTitle p {
	text-align: center;
	padding-top: 28px;
}
#formBoxBg {
	width: 986px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}
#formBoxBg .formBox {
	width: 900px;
	margin: 0 auto;
	padding: 25px 0 30px;
	overflow: hidden;
}
#formBoxBg .formBox p {
	color: #505050;
}
span.red {
	color: red;
}
p.hissu {
	font-size: 16px;
	padding-bottom: 34px;
}
p.check {
	font-size: 13px;
	text-align: center;
}
p.accept {
	font-size: 16px;	
	text-align: center;	
	padding-top: 30px;	
}
table.form {
	width: 900px;
}
table.form th {
	width: 230px;
	font-size: 16px;
	color: #505050;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
table.form td {
	width: 670px;
	padding-bottom: 34px;
	text-align: left;
	vertical-align: top;
}
input[type=text] {
	width: 365px;
}
textarea {
	width: 600px;
	height: 132px;	
}
.confirm {
	padding: 40px 0 20px;
}
input#confirmSubmit {
	font-size: 16px;
	color: #fff;
	padding: 17px 40px;
	background: #505050;
	margin: 0 auto;
	border: none;
	display: block;
}
input#confirmSubmit:hover {
	opacity: 0.6;
}
#formBoxBottom {
	width: 1000px;
	height: 47px;
	margin: 0 auto;
}
p.pvTitle  {
	text-align: center;
	padding: 80px 0 50px;
}
#privacyBox {
	width: 940px;
	margin: 0 auto 70px;
	padding: 30px 0 30px 30px;
	overflow: hidden;
	background: #fff;
}
#privacyBox > iframe {
	width: 940px;
	height: 320px;	
	display: block;
}

/*特定商取引、利用規約ページ*/
#ag_comBg {
	width: 1000px;
	overflow: hidden;
	background: #f9b900;
	margin: 0 auto;	
}
#ag_comBg .Title {
	width: 1000px;
	height: 88px;
}
#ag_comBg .Title p {
	text-align: center;
	padding-top: 28px;
}
#ag_comBoxBg {
	width: 986px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}
#ag_comBoxBg .comBox {
	width: 900px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
table.company {
	width: 898px;
	border: 1px solid #a9a9a9;
}
table.company th {
	width: 225px;
	font-size: 16px;
	color: #808080;
	font-weight: normal;
	text-align: left;
	padding-left: 30px;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	background: #f0f0f0;
}
table.company td {
	font-size: 16px;
	line-height: 24px;
	color: #808080;
	padding: 23px 0 23px 30px;
	text-align: left;
	border-left: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9
}
.bottomCom {
	width: 1000px;
	height: 7px;
	background: #f9b900;	
	margin: 0 auto 70px;	
}
#ag_comBoxBg .agreeBox {
	width: 920px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}
#ag_comBoxBg .agreeBox p {
	font-size: 12px;
	line-height: 24px;
	color: #505050;
}
.bottomAg {
	width: 1000px;
	height: 7px;
	background: #f9b900;	
	margin: 0 auto;	
}
.goTop {
	padding: 40px 0 60px;
}
.goTop p {
	text-align: center;
}
.goTop a {
	font-size: 16px;
	color: #fff;
	padding: 17px 40px;
	background: #505050;
}
.goTop a:hover {
	opacity: 0.6;
}

/*メール確認画面ページ*/
#headerBg02  {
	width: 100%;
	height: 180px;
	background: #f0f0f0;
	background-image: url(../img/cmn_grad.png);
	background-repeat: repeat-x;
}
#formWrap {
	width:1000px;
	margin:0 auto;
	color:#505050;
	line-height:24px;
	font-size:16px;
}
table.formTable{
	width:898px;
	margin:0 auto;
	background: #fff;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border: 1px solid #a9a9a9;
	padding:20px 0 20px 30px;
}
table.formTable th{
	width:230px;
	font-weight:normal;
	background:#f0f0f0;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
input#formSubmit,
input#formBack {
	font-size: 16px;
	color: #fff;
	padding: 17px 40px;
	margin: 40px 30px 0 0;
	background: #505050;
	display: inline-block;
	border: none;
}
input#formBack {
	margin-right: 0;	
}
input#formSubmit:hover,
input#formBack:hover {
	opacity: 0.6;
}

/*送信完了ページ*/
#thanksBox {
	width: 1000px;
	margin: 0 auto;
}
.thanksTitle {
	font-size: 24px;
	font-weight: bold;
}
#thanksBox p {
	font-size: 16px;
	text-align: center;
	color: #505050;
	line-height: 30px;	
}
.backbtn {
	padding-top: 80px;
}
.backbtn p {
	text-align: center;
}
.backbtn a {
	font-size: 16px;
	color: #fff;
	padding: 17px 40px;
	background: #505050;
}
.backbtn a:hover {
	opacity: 0.6;
}
