@charset "utf-8";

/* CSS Document */

/*----------------------------------------------------
 リセット
----------------------------------------------------*/


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

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

html { overflow-y: scroll; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, {
margin: 0;
padding: 0;
}

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

ol, ul { list-style: none; }

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

caption, th { text-align: left; }

a:focus { outline: none; }

img{ vertical-align:middle; }

img {
	max-width: 100% ;
	height:auto ;
}
ul, menu, dd, dir{
	margin:0;
	padding:0;
}
ul,ol{
	margin:0;
	-webkit-padding-start:0;
	-moz-padding-start:0;
	-o-padding-start:0;
	-ms-padding-start:0;
}

body{
	min-width:1000px;
}

.gs h3{
	width:80%;
	padding:20px;
	text-align:left;
	margin:30px auto;
	line-height:1.4;
font-size:20px;
background: #C00;
color:#fff;
}

.gsHead{

	border-top:3px double #999;
	border-bottom:3px double #999;
	padding:20px;
	font-size:30px;
	color:#fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(69,72,77) 0%, rgb(0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgb(69,72,77) 0%,rgb(0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgb(69,72,77) 0%,rgb(0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 0px #000;
	letter-spacing:0.5em;

}
section{
	width:80%;
	text-align:left;
	font-size: 16px;
}

/*----------------------------------------------------
 共通
----------------------------------------------------*/


body {
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background:#fff;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
	-webkit-text-size-adjust : 100%;
	overflow:hidden;/* スクロール時横幅全体表示 */
}
a{
	color:#313131;
}

a:hover{
	opacity:0.8;
}
/* IEイメージ枠なし */
a img {
	border-style:none;
}



/*----------------------------------------------------
 header
----------------------------------------------------*/

header{
	width:100%;
	background:url(img/head_bg.png) 0 0 repeat-x;
	height:189px;
	
}

header div{
	width:1030px;
	margin:0 auto;
	position:relative;
}

header h1{
	position:absolute;
	top:0;
	left:0;
}

header img.tel{
	position:absolute;
	top:0;
	right:0;
}

header img.step{
	position:absolute;
	top:80px;
	left:300px;
}


/*----------------------------------------------------
 contents
----------------------------------------------------*/
#main{
	width:986px;
	min-height:500px;
	margin:30px auto;
}

#main .left_col{
	width:660px;
	float:left;
	margin-right:12px;
}

#main_end{
	width:650px;
	min-height:500px;
	margin:30px auto;
}
.name{
	width:660px;
	/* [disabled]height:55px; */
	background:url(img/name_bg.png) 0 0 no-repeat;
	padding-left: 40px;
	line-height: 55px;
	margin-bottom: 10px;
}
.name p{
	position:absolute;
	top:12px;
	left:50px;
	width:570px;
	margin-bottom:10px;
}
#main .right_col{
	float:left;
}

.confirm{
	width:314px;
	height:249px;
	background:url(img/confirm.png) 0 0 no-repeat;
}


.confirm p{
	padding:0 0 0 100px;
	text-align:left;
	width:180px;
	font-size:16px;
	line-height: 100%;
}
.confirm p:first-child{
	line-height: 100%;

}

.confirm p span{
	display:inline-block;
	margin-left:10px;
}
	

/*----------------------------------------------------
 footer
----------------------------------------------------*/


footer {
	clear:both;
	border:0;
	width:100%;
	bottom:0;
	height:249px;
	background:url(img/foot_bg.png) 0 0 repeat-x;
}

footer div{
	width:980px;
	margin:0 auto;
	padding-top:60px;
}

footer + p{
	text-align:center;
	font-size:13px;
}



/*----------------------------------------------------
 clearfix
----------------------------------------------------*/

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}




th {
    background-color: #f9f9f9;
    border-bottom-color: #dddddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #BFBFBF;
    border-left-style: solid;
    border-left-width: 3px;
    border-right-color: #dddddd;
    border-right-style: solid;
    border-right-width: 1px;
    font-size: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    vertical-align: middle;
    width: 150px;
}
th.bgnone {
    background-color: #fff;
}
.requisite th {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f9f9f9;
    background-image: url("./img/icon.jpg");
    background-origin: padding-box;
    background-position: 20px 80%;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-left-color: #134A82;
    border-left-style: solid;
    border-left-width: 3px;
    padding-left: 10px;
}

.requisite thback {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f9f9f9;
    background-image: url("./img/icon.jpg");
    background-origin: padding-box;
    background-position: 90px center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-left-color: #134A82;
    border-left-style: solid;
    border-left-width: 3px;
    padding-left: 10px;
}
.requisite.individual th {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #eeeeee;
    background-image: url("./img/icon_requisite2.png");
    background-origin: padding-box;
    background-position: 165px center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-left-color: #888888;
    border-left-style: solid;
    border-left-width: 3px;
    padding-left: 10px;
}
.individual input, .individual textarea {
    background-color: #dddddd;
    color: #aaaaaa !important;

}
.requisite.individual input[type="radio"], .requisite.individual input[type="checkbox"], .requisite.individual select {
    opacity: 0.4;
}
td {
    background-color: #ffffff;
    border-bottom-color: #dddddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
tr.form_lang td {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
dl dt {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
dl dd {
    border-bottom-color: #dddddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
dl dd.last {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
}
dl dt span {
    font-weight: bold;
    padding-left: 5px;
}


table.type02 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.type02 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.type02 td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.tdpad {
	padding: 15px 20px;
}

.example{
	color: #999;
}

input, select, option{
	padding: 5px;
	font-size: 15px;
    border: 1px solid #dddddd;
}

button{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    vertical-align: baseline;
}


#btn_postcode{
	background: #F3CD70;
	border: 1px solid blue;
}

input[type="submit"], input[type="reset"], input[type="button"], button{
  cursor: pointer;
}

.btn_blue1,
.btn_blue2,
.btn_orange{
	margin:0 auto 0px;
	display:block;
	text-align:center;
	text-decoration:none;
	width:450px;
	padding:20px;
	border-radius:4px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	box-shadow:4px 4px #ccc;

}
.btn_box strong{
	font-size:24px;
	line-height:1.4;
}

.btn_blue1,
.btn_blue2{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5bbdff+2,33adff+100 */
background: rgb(91,189,255); /* Old browsers */
background: -moz-linear-gradient(top, rgb(91,189,255) 2%, rgb(51,173,255) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(91,189,255) 2%,rgb(51,173,255) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(91,189,255) 2%,rgb(51,173,255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bbdff', endColorstr='#33adff',GradientType=0 ); /* IE6-9 */
text-shadow:1px 0px 0px #0033CC;
}

.btn_orange{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
background: rgb(255,168,76); /* Old browsers */
background: -moz-linear-gradient(top, rgb(255,168,76) 0%, rgb(255,123,13) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(255,168,76) 0%,rgb(255,123,13) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(255,168,76) 0%,rgb(255,123,13) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	text-shadow:1px 0px 0px #FF3300;
	margin-bottom:30px;

}

.movieSize{
	width: 640px;
	height: 360px;
}

.bold{
	font-weight: bold;
}



.gs h5 {
  position: relative;
  padding: 1em 0;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 20px;
}
.gs h5::before,
.gs h5::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.gs h5::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.gs h5::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.floatLeft{
	width: 200px;
	float: left;
}

.halfFormSize{
	width: 140px;
}

.FormSize{
	width: 90%;
}

#sf{
	display: none;
}


.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

@media screen and (max-width : 1028px){
/* ここにスマホの記述 */



#pc{
	display: none;
}
#sf{
	display: block;
}
.floatLeft{
	width: 100%;
	float: none;
}

.halfFormSize{
	width: 90%;
}


.movieSize{
	width: 90%;
}

body{
	min-width:300px;
}

#main{
	width:100%;
}

#main .left_col{
	width:auto;

	float:none;
	margin: 0;

}

#main .right_col{
	display: none;
}

#main_end{
	width: 96%;
}

.confirm{
	display: none;
}

.name{
	width: 90%;
	/* [disabled]height:55px; */
	background:url(img/name_bg.png) 0 0 no-repeat;
	padding-left: 40px;
	line-height: 55px;
	margin-bottom: 10px;
}

header{
	width:100%;
	background: none;
	border-top: 3px solid #000360;
}

header div{
	width: 100%;
	margin:0 auto;
	position:relative;
}
header img.step{
	position:relative;
	top:auto;
	left: auto;
	margin: 0 auto;
}

#stepImg{
	text-align: center;
	background: #F5F5F5;
}

header img.tel{
	position:relative;
	top:auto;
	left:auto;
}


footer div{
	width:100%;
	margin:0 auto;
	padding-top:60px;
}

.TelImg{
	display: none;
}


th {
    width: 130px;
}

.gs h3{
	width:90%;
	padding:20px;
	text-align:left;
	margin:30px auto;
	line-height:1.4;
font-size:20px;
background: #C00;
color:#fff;
}

section{
	width:90%;
	text-align:left;
	font-size: 16px;
}

.table_form table{
	width: 100%;
}

.table_form th,
.table_form td{
	width: 94%;
	display: block;
}

.requisite th {
    background-position: 100px 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-left-color: #134A82;
    border-left-style: solid;
    border-left-width: 3px;
    padding-left: 10px;
}



}