@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;font-style: normal;}body{line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
	margin:0 auto;
	font-size:0.9em;
	color: #333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6em;
	-webkit-text-size-adjust: 100%;
}

#contents {
	padding: 150px 0 30px 0; /* 固定ヘッダー用の余白 */
}

img {
	vertical-align:middle;
}

a:link    { color:#0000ff; text-decoration:none;}
a:visited { color:#800080; text-decoration:none;}
a:hover   { color:#ff0000; text-decoration:underline;}
a:active  { color:#ff0000; text-decoration:underline;}


table.gift {
	width:100%;
	margin:0 auto 10px ;
}

table.gift thead th {
	background:#ff9000;
	font-weight:bold;
	font-size:1.8em;
	color:#fff;
	padding:15px;
}

table.gift th {
	padding:20px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ff9000;
	background:#ffd6a0;
	font-weight:bold;
	white-space:nowrap;
	font-size:1.5em;
}
table.gift td {
	padding:20px;
	border:1px solid #ff9000;
	background:#ffeed9;
}
table.gift td img {
	max-width:100%;
	display:block;
	margin: 20px auto 0;
}

table.gift td strong {
	font-weight:bold;
	font-size:1.5em;
}
table.gift td strong.big {
	color:red;
	font-size:5em;
	display:block;
	margin:20px 0;
}
table.gift td strong.up {
	color:red;
	font-size:1em;
}


table.basic {
	width:100%;
	margin:0 auto 10px ;
	font-size:1.2em;
}

table.basic th {
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #cccccc;
}
table.basic td {
	padding:10px;
	border:1px solid #cccccc;
	background:#fff;
}


table.gift td strong {
	font-weight:bold;
	font-size:1.5em;
}
table.gift td strong.big {
	color:red;
	font-size:5em;
	display:block;
	margin:20px 0;
}
table.gift td strong.up {
	color:red;
	font-size:1em;
}

.sentence {
	line-height:180%;
	font-size:1.3em;
}

.sentence.bigger {
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
}


.btn a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding:0.5em 1.2em;
	font-weight:bold;
	font-size:1.2em;
	border-radius: 5px;         /* css3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;    /* Firefox */
}

.btn a::before,
.btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn a,
.btn a::before,
.btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn a:link    { color:#ffffff; text-decoration:none; background:#95ad5c;}
.btn a:visited { color:#ffffff; text-decoration:none; background:#95ad5c;}
.btn a:hover   { color:#ffffff; text-decoration:none; background:#ff8cba;}
.btn a:active  { color:#ffffff; text-decoration:none; background:#ff8cba;}


.btn-gra a {
	padding:10px 30px;
	text-align:center;
	display:inline-block;
	font-size:15pt;
	font-weight:bold;
	border:1px solid #cccccc;
	color: rgb(76, 76, 76);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(237, 237, 237);
	background: -moz-linear-gradient(90deg, rgb(237, 237, 237) 30%, rgb(255, 255, 255) 70%);
	background: -webkit-linear-gradient(90deg, rgb(237, 237, 237) 30%, rgb(255, 255, 255) 70%);
	background: -o-linear-gradient(90deg, rgb(237, 237, 237) 30%, rgb(255, 255, 255) 70%);
	background: -ms-linear-gradient(90deg, rgb(237, 237, 237) 30%, rgb(255, 255, 255) 70%);
	background: linear-gradient(0deg, rgb(237, 237, 237) 30%, rgb(255, 255, 255) 70%);
}

.btn-gra a:link    { color:#009bdb; text-decoration:none;}
.btn-gra a:visited { color:#009bdb; text-decoration:none;}
.btn-gra a:hover   { color:#40c7ff; text-decoration:none;}
.btn-gra a:active  { color:#40c7ff; text-decoration:none;}

/*================================================
 *  ヘッダー
 ================================================*/

#header {
	position:fixed;
	width:100%;
	padding:0;
	height: 100px;
	z-index:999;
	background:#fff;
	border-bottom:1px solid #f5f5f5;
}
#header-in {
	width:1000px;
	margin:0 auto;
	padding:10px 0 ;
}
#header h1 {
	float:left;
	padding:10px 0 0 0;
}

#header ul {
	float:right;
}

#header ul li {
	float:left;
	margin:0 0 0 10px;
}


/*================================================
 *  メインコンテンツ
 ================================================*/
#visual {
	text-align:center;
}

.time {
	text-align:center;
	margin:50px auto ;
}
.time p {
	font-weight:bold;
	font-size:2em;
}

.area-contact {
	width:1000px;
	text-align:center;
	margin:0 auto 80px;
}
.area-contact ul {
	margin:0 auto 30px;
}
.area-contact ul li {
	float:left;
	margin:0 10px;
}

.box {
	width:1000px;
	margin:0 auto 80px;
}

h2.hl-big {
	text-align:center;
	margin:0 auto 2em;
}

ol.step {
	list-style:none;
	margin: 0 auto 20px;
}
ol.step li {
	color:#fff;
	padding:30px 20px;
	width:260px;
	float:left;
	margin: 0 50px 0 0 ;
	text-align:center;
}
ol.step li:last-child {
	margin: 0 ;
}

ol.step li dl {
	margin: 20px 0 0 0 ;
}

ol.step li dl dt {
	font-weight:bold;
	font-size:1.5em;
	margin:0 0 5px 0;
}
ol.step li dl dd {
	font-weight:bold;
	font-size:1.1em;
	text-align:left;
}
.step .step1 { background:#00a6eb; }
.step .step2 { background:#1071df; }
.step .step3 { background:#1241b7; }

ul.btn-gift {
	list-style:none;
}
ul.btn-gift li {
	margin:0 auto 20px;
	text-align:center;
}
ul.btn-gift li p {
	text-align:right;
	margin:10px 50px 0 0 ;
}

ul.btn-gift li p:after {
	font-family:FontAwesome;
	content:" \f061";
}

ol.reason {
	list-style:none;
}

ol.reason li {
	margin:0 0 20px 0;
}
ol.reason li:last-child {
	margin:0 ;
}

ol.reason li p {
	margin:10px 0 0 170px;
	font-weight:bold;
	font-size:1.6em;
	line-height:130%;
}

dl.qa {
	width:50%;
	float:left;
}

dl.qa dt {
	font-weight:bold;
	color:#29810c;
	font-size:1.3em;
	line-height:150%;
	padding:0 1.5em 0 2em;
	text-indent:-2em;
}

dl.qa dt:before {
	font-weight:bold;
	color:#29810c;
	background:#c8ffad;
	padding:2px 5px;
	content:"Ｑ" ;
	margin:0 0.5em 0 0;
}
dl.qa dd {
	padding:1em 1em 1em 2em;
	text-indent:-2em;
	font-size:1.3em;
	line-height:150%;
}
dl.qa dd:before {
	font-weight:bold;
	color:#ff6600;
	background:#ffdfad;
	padding:5px;
	content:"Ａ" ;
	margin:0 0.5em 0 0;
}
.hl-basic {
	font-weight:bold;
	font-size:1.8em;
	margin:0 0 0.5em 0;
}
.tl {
	font-weight:bold;
	font-size:1.2em;
	margin:0 0 0.5em 0;
}

dl.basic {
	margin:0 0 20px 0;
}
dl.basic dt {
	font-weight:bold;
	color:#006;
	font-size:medium;
}
dt.kstit{
	color:#006;
	font-size:medium;
}
dl.basic dd {
	padding:0 0 10px 0;
	font-size:1.2em;
}

/* ===================================================================
section_6 contact form
=================================================================== */
#link-contact {
	margin-top: -150px; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 150px; /* 打ち消し用のパディング */
}
.form_font_01{
	font-weight:bold;
	font-size:30px;
	color:#fa3f68;
}
.form_font_02{
	font-weight:bold;
	font-size:24px;
}
.form_container{
	width:800px;
	margin:0 auto;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700;
}
.require{
	font-size:80%;
	color:#FF0004;
}
.form-control {
	display: block;
	width: 98%;
	padding: 1%;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}


textarea.form-control {
	height: auto
}
.form-group {
	padding: 10px 20px ;
	background:#f5f5f5;
}

.contact-btn{
	font-size:18px;
	padding:10px;
	width:200px;
	margin:15px auto 0;
	cursor: pointer;
}
.ttl {
	color: #fff ;
	margin:15px 0 5px;
	background:#555;
	padding:5px 10px;
	font-weight:bold;
}
.ttl:before {
	color: #fff ;
	font-family:FontAwesome;
	content:" \f058";
	padding:0 5px 0 0;
}


/* フッター
*****************************************************/
#footer ul{
    padding:15px 0 25px;
    text-align:center;
}

#footer li{
    display:inline-block;
    padding: 5px 16px;
    border-left:1px dotted #d5d5d5;
}
*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
    text-decoration:none;
    color:#fff;
}

#footer li a:hover{color:#999;}

#footer ul ul{display:none;}

#copyright{
    clear:both;
    padding:10px 0 37px;
    text-align:center;
    color:#000;
    font-size:10px;
}

/*================================================
 *  ページトップスクロール
 ================================================*/

.go-top {
	position: fixed;
	bottom: 1em;
	right: 1em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
	border-radius: 5px ;         /* css3 */
	-webkit-border-radius: 5px ; /* Safari,Google Chrome */
	-moz-border-radius: 5px ;    /* Firefox */
	font-weight:bold;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.go-top:link    { color:#fff; text-decoration:none;background:#777;}
.go-top:visited { color:#fff; text-decoration:none;background:#777;}
.go-top:hover   { color:#fff; text-decoration:none;background:#444;}
.go-top:active  { color:#fff; text-decoration:none;background:#444;}



/*================================================
 *  タブレット／スマートフォン向けデザイン
 ================================================*/

@media screen and (max-width: 768px) {
	/* 768px以下用（タブレット （Google Nexus10 800px対応）／スマートフォン用）の記述 */
	body {
		box-sizing:border-box;
		width:100%;
	}
	#contents {
		width:100%;
		padding: 20px 0;
	}

	/* ヘッダーメニュー */
	#header {
		width:90%;
		text-align:center;
		margin:0 auto;
		padding:10px 0 0;
		position:static;
		height:auto;
	}
	#header-in {
		width:100%;
	}
	#header h1 {
		float:none;
		margin:0 auto 20px;
		padding:0;
	}
	#header ul {
		float:none;
	}
	#header ul li {
		float:none;
		margin:0 auto 10px;
	}
	#header ul li img {
		max-width:100%;
	}

	/* メインメニュー */
	#visual img {
		max-width:100%;
	}
	.time {
		margin:30px auto ;
	}
	.time p {
		font-size:1em;
	}
	.area-contact {
		width:80%;
		margin:0 auto 40px;
	}
	.area-contact ul {
		margin:0 auto 10px;
	}
	.area-contact ul li {
		float:none;
		margin:0 auto 10px;
	}
	.area-contact img {
		max-width:100%;
	}
	.box {
		width:95%;
		margin:0 auto 40px;
	}
	h2.hl-big img {
		max-width:100%;
	}
	.hl-basic {
		font-size:1.5em;
	}

	ol.step li {
		width:80%;
		padding:10% 5%;
		float:none;
		margin: 0 auto 20px;
	}
	ol.step li img {
		max-width:100%;
	}
	ol.step li:last-child {
		margin: 0 auto 20px;
	}
	.per100 {
		max-width:100%;
	}
	
	.scroll{
	overflow: auto;　　　　/*tableをスクロールさせる*/
	white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
	}
	.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
	 height: 5px;
	}
	.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
	 background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
	 background: #BCBCBC;
	}
	
	
	p.tright {
		text-align:left;
	}
	
	ul.btn-gift li img {
		max-width:100%;
	}
	ul.btn-gift li p {
		text-align:left;
		margin:10px 0 0 0 ;
	}
	ol.reason li img {
		max-width:100%;
	}
	ol.reason li p {
		margin:10px 0 0 0;
		font-size:1.3em;
	}
	dl.qa {
		width:100%;
		float:none;
	}
	.form_container{
		width:95%;
	}
	ul.sp-none {
		display:none !important;
	}

}