@charset "UTF-8";
/*----- default -----*/

html {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #333;
	font-size:18px;
	line-height:1.6;
}
body {
	margin: 0;
	padding: 0;
	text-align: left;
	letter-spacing: 0;
}
a{
	color:#333;
}
form, input, p, img, ul, ol, li, dt, dd, dl, input, h1, h2, h3, h4, h5, h6, q {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: top;
}
form {
	background: none;
	border: none;
}
hr {
	display: none;
}
del {
	text-decoration: none;
}
em {
	font-style: normal;
}
i {
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
}
.clear-fix:after {
	content: "";
	display: table;
}
.clear-fix:after {
	clear: both;
}
.clear-fix {
 *zoom:1;
}
.w940 {
	width: 940px;
	margin: 0 auto;
}
.w980 {
	width: 980px;
	margin: 0 auto;
}
.bg_arrow{
	background: url(../img/arrow_bg.png) no-repeat;
	background-position:bottom center
}
.pt30{
	padding-top:30px;
}
.cvbtn_l{
	width:654px;
	margin:0 auto;
}
/*----- hd -----*/
#hd {
	min-height: 570px;
	/*background: url(../img/hd_bg.png) repeat-x #f1f8e1; */
	background-color: #f1f8e1;
	background-position:bottom center;
	padding-bottom:5px;
	border-top:solid 5px #009900;
}
#hd > div{
	position: relative;
}
#hd h1 {
	float: left;
	padding-top: 30px;
}
#hd .hd_txt{
	float: left;
	width:310px;
	margin:25px 0 0 10px;
	line-height:1.3;
}
#hd .tel {
	float: right;
	padding-top: 15px;
}

#hd h2 {
	float:left;
	margin: 80px 0 50px;
}
#hd .rate {
	float:left;
	width: 650px;
}
#hd .rate dl {
	width: 650px;
}
#hd .rate dl dt {
	float: left;
	width: 155px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #edf3b2;
	font-weight:bold;
}
#hd .rate dl dd{
	overflow: hidden;
	float: left;
	width: 490px;
	margin-left:5px;
	padding: 20px;
	box-sizing: border-box;
	background-color:#fff;
}
#hd .rate dl dd .rate_num{
	color:#009900;
	font-weight:bold;
}
.marquee{
	position: relative;
}
.marquee p{
	display: inline;
	padding-right:20px;
}
 /* マーキーの内容部分の高さ確保 */
.marquee::after {
  content: "";
  white-space: nowrap;
  display: inline-block;
}
/* マーキーさせたい部分(内側) */
.marquee > .marquee-inner {
  position: absolute;
  top: 0;
  white-space: nowrap;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
/* マウスオーバーでマーキーストップ */
.marquee > .marquee-inner:hover {
  animation-play-state: paused;
  cursor: default;
}
/** マーキーアニメーション */
@keyframes marquee {
    0% { left: 100%; transform: translate(0); }
  100% { left: 0; transform: translate(-100%); }
}
#hd .other_link{
	clear:both;
	width:260px;
	margin-top:5px;
	padding:10px 0 15px 0;
	background: url(../img/ico_arrow1.png) no-repeat;
	background-position:top 15px right 0;
}
#hd .other_link a,
#hd .other_link a:visited{
	color:#8fc31f;
	text-decoration:none;
}
#hd .other_link a:hover{
	text-decoration:underline;
}
#hd .hd_exchange{
	float:left;
	width:270px;
	margin:20px 0 0 20px;
	font-weight:bold;
}
#hd .hd_exchange .exchange_box h3 {
	border-radius:10px 10px 0 0;
	font-size: 16px;
	background:url(../img/ico_money.png) no-repeat top 7px right 10px #009900;
	background-size:32px;
	color:#fff;
	padding:15px 30px;
}
#hd .hd_exchange .exchange_box h3+div{
	padding:10px;
	border-radius:0 0 10px 10px;
	background:#fff;
}
#hd .hd_exchange .exchange_box select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(../img/ico_arrow4.png) no-repeat;
	background-position:right 10px top 50%;
	padding:10px 5px;
	border:2px solid #c9c9c9;
	border-radius:5px;
	width:100%;
	font-size: 12px;
	box-sizing:border-box;
}
#hd .hd_exchange .exchange_box input[type="text"]{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: none transparent;
	vertical-align: middle;
	color: inherit;
	text-indent: 0.01px;
	text-overflow: '';
	padding:10px 5px;
	border:2px solid #c9c9c9;
	border-radius:5px;
	width:90%;
	font-size: 12px;
	box-sizing:border-box;
}
#hd .hd_exchange .exchange_box ul li:last-child input{
	width:120px;
}
#hd .hd_exchange .exchange_box ul li{
	margin-bottom: 10px
}
#hd .hd_exchange .exchange_box ul li span{
	display:inline-block;
	margin:12px 0 0 5px;
	font-size:12px;
	text-align:right;
}
#hd .hd_exchange .exchange_box p.hd_cvbtn{
	margin-top:20px;
	text-align: center;
}
#hd .hd_exchange .exchange_box h4{
	width:100px;
	margin:-20px 0 10px 0;
	padding:5px;
	background-color:#8c2525;
	color:#fff;
	font-size:small;
	text-align:center;
}
#hd .hd_exchange .exchange_box .change_border{
	margin-top:20px;
	padding:10px;
	border:1px dotted #8c2525;
}
select::-ms-expand {
  display: none;
}
#hd .hd_exchange h3.recommend{
	margin-top:122px;
}
.recommend{
	width: 900px;
    min-height: 250px;
    margin: 10px auto 0;
}
#hd > div > div + div + p{
	margin:20px 0 50px;
}

/*----- discount -----*/
#discount{
	margin-bottom:120px;
}
#discount .lead{
	text-align:center;
	font-size:22px;
	margin:60px 0;
}
#discount ul li:nth-child(1),
#discount ul li:nth-child(3){
	float:left;
	width:468px;
	border-right:2px dotted #ccc;
	padding-bottom:20px;
}
#discount ul li:nth-child(2),
#discount ul li:nth-child(4){
	float:right;
	width:450px;
	padding-left:20px;
}
#discount ul li:nth-child(3),
#discount ul li:nth-child(4){
	border-top:2px dotted #ccc;
	padding-top:20px
}
#discount ul li:nth-child(3){
	clear:both;
}
#discount ul li dl{
	width:450px;
}
#discount ul li dl dd{
	padding:10px;
}
/*----- feature -----*/
#feature ul{
	margin:80px 0;
}
#feature ul li{
	width:250px;
	float:left;
}
#feature ul li:nth-child(2){
	margin:0 95px;
}
#feature ul li dl dd{
	padding:15px;
}
#feature ul li dl dd span{
	color:#fa8200;
	font-weight:bold;
}
/*----- exchange -----*/
#exchange .w980{
	margin-bottom:70px;
}
#exchange .day{
	float:left;
	font-size:24px;
}
#exchange .board{
	background: url(../img/exchange_bg.png) repeat-y top center;
	padding:30px 130px;
}
#exchange .day span{
	font-size:46px;
	font-weight:bold;
	margin-right:5px;
}
#exchange .note{
	float:right;
	text-align:right;
	font-size:14px;
	margin-top:40px;
}

#exchange .exchange_table{
	width:100%;
	border-top:solid 1px #ccc;
	border-collapse: collapse;
}
#exchange .exchange_table tr:nth-child(odd){
	background:#fff;
}
#exchange .exchange_table td{
	border-bottom:solid 1px #ccc;
	padding:10px 0;
}
#exchange .exchange_table td.flag{
	width:110px;
	text-align:center;
}
#exchange .exchange_table td.icon{
	width:200px;
	text-align:center
}
#exchange .exchange_table td.exbtn{
	width:227px;
}	
#exchange .exchange_table td.number{
	font-size:46px;
	font-weight:bold;
	text-align:center;
}
#exchange .exchange_table td p a{
	font-size:12px;
}
/*----- flow -----*/
#flow {
	padding: 70px 0 110px;
}
#flow ul{
	margin:80px 0;
}
#flow ul li{
	width:290px;
	border-radius:10px;
	float:left;
	background:#fff;
}
#flow ul li:nth-child(2){
	margin:0 35px;
}
#flow ul li dl dt{
	text-align:center;
	font-size:34px;
	line-height:1.0;
}
#flow ul li dl dt > span{
	font-size:18px;
	font-weight:bold;
}
#flow ul li:nth-child(1) dl dt{
	background: url(../img/flow_step1.png) no-repeat;
	background-position:top 20px left 20px;
	padding:70px 30px 30px 80px;
	height:30px;
}
#flow ul li:nth-child(2) dl dt{
	background: url(../img/flow_step2.png) no-repeat;
	background-position:top 20px left 20px;
	padding:50px 30px 30px 80px;
	height:50px;
}
#flow ul li:nth-child(3) dl dt{
	background: url(../img/flow_step3.png) no-repeat;
	background-position:top 20px left 20px;
	padding:50px 30px 30px 100px;
	height:50px;
}
#flow ul li dl dd{
	padding:15px;
	height:160px;
}
#flow ul li dl dd span{
	color:#fa8200;
	font-weight:bold;
}
#flow ul li:nth-child(1) dl dd{
	background: url(../img/flow_step1_bg.png) no-repeat;
	background-position:bottom 20px right 20px;
}
#flow ul li:nth-child(2) dl dd{
	background: url(../img/flow_step2_bg.png) no-repeat;
	background-position:bottom 20px right 20px;
}
#flow ul li:nth-child(3) dl dd{
	background: url(../img/flow_step3_bg.png) no-repeat;
	background-position:bottom 20px right 20px;
}

/*----- function -----*/
#voice {
	padding-top: 127px;
	background: url(../img/ct_bg_top.png) no-repeat top center;
}
#voice h3 {
	text-align: center;
	margin-bottom:60px;
}
#voice .voice1{
	background: url(../img/voice_bg1.png) no-repeat top center;
	min-height:412px;
	margin-bottom:15px;
}
#voice .voice2{
	background: url(../img/voice_bg2.png) no-repeat top center;
	min-height:412px;
	margin-bottom:15px;
}
#voice .voice3{
	background: url(../img/voice_bg1.png) no-repeat top center;
	min-height:412px;
	margin-bottom:80px;
}
#voice .voice1 .photo,
#voice .voice3 .photo{
	width:350px;
	float:left;
	padding:30px 0 0;
}
#voice .voice2 .photo{
	width:350px;
	float:right;
	padding:30px 0 0;
}
#voice .photo .ph{
	margin-bottom:10px;
}
#voice .photo .stxt{
	text-align:center;
	font-size:16px;
}
#voice .voice1 .txt,
#voice .voice3 .txt{
	width:550px;
	float:right;
	padding:30px 0 0;
}
#voice .voice2 .txt{
	width:550px;
	float:left;
	padding:30px 0 0;
}
#voice .txt .subtit{
	font-size:28px;
}
#voice .txt .name{
	margin:0 0 30px;
	font-weight:bold;
}
#voice .txt .detail{
	line-height:1.8;
}
#voice .txt .type{
	margin-top:40px;
	font-weight:bold;
}
#voice .txt .type p{
	background:#96d117;
	border-radius:5px;
	padding:5px 10px;
	display:inline-block;
	font-size:16px;
	color:#fff;
}
#voice .txt .type img{
	margin:0 10px;
}
#voice .txt span{
	color:#fa8200;
	font-weight:bold;
}

/*----- question -----*/
#question {
	background: url(../img/faq_bg.png);
}
#question h3 {
	text-align: center;
	padding:60px 0 20px;
}
#question dl {
	margin: 50px auto;
}
#question dt {
	background: url(../img/faq_q.png) no-repeat;
	font-size:28px;
	padding:40px 0 0 150px;
	height:74px;
	overflow:hidden;
}
#question dd {
	margin-bottom: 30px;
	padding: 20px 50px;
	background:#f4f2e7;
}
#question dd span {
	color:#fa8200;
	font-weight:bold;
}
#question .cvbtn_l{
	padding-bottom:50px;
}
/*----- another -----*/
#another h3 {
	text-align: center;
	padding:80px 0 0;
}
#another ul{
	margin:80px 0;
}
#another ul li{
	width:290px;
	float:left;
	position:relative
}
#another ul li a{
	text-decoration:none;
}
#another ul li:nth-child(2){
	margin:0 35px;
}
#another ul li dl dt{
	border-radius:10px 10px 0 0;
	padding:20px 0;
	background:#dbf659;
	text-align:center;
	font-size:28px;
	line-height:1.2;
	letter-spacing:-0.1em;
	color:#004831;
}
#another ul li dl dt p{
	font-size:38px;
}
#another ul li dl dd{
	padding:20px 20px 30px;
	border-radius:0 0 10px 10px ;
	background:#009900;
	color:#fff;
	height:100px;
}
#another ul li .icon{
	position:absolute;
	bottom:-25px;
	left:50%;
	margin-left:-25px;
}
/*----- footer -----*/
.pagetop {
	position: fixed;
	right: 30px;
	bottom: 20px;
}
#ft {
	padding: 30px 0;
	background:#009900;
}
#ft ul.ft1{
	display:table;
	width:100%;
}
#ft ul.ft1 li{
	display:table-cell;
	border-right:1px solid #fff;
	padding:10px 20px 10px 0;
}
#ft ul.ft1 li:nth-child(2){
	padding:10px 20px;
}
#ft ul.ft1 li:last-child{
	padding:10px 0 10px 20px;
	border-right:0;
}
#ft p.ft2{
	margin-top:20px;
	text-align:center;
}
#ft p.ft2 a{
	margin:0 10px;
}
#ft,#ft a {
	color: #fff;
}
#ft .copy{
	margin-top:30px;
	text-align:center;
	font-size:small;
}