@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 {
	font-family:‘Helvetica Neue’, ‘Hiragino Kaku Gothic ProN’, ‘游ゴシック Medium’, ‘メイリオ’, meiryo, sans-serif;
	background: url(img/swirl_pattern.png) repeat;
	color:#333;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing:-0.01px;
	-webkit-text-size-adjust : 100% ;
		overflow-x: hidden;/* スクロール時横幅全体表示 */
}
a{
	color:#6D402E;
}


a:hover{
	color:#C21B35;
}
span{
	font-size:12px;
}


/*----------------------------------------------------
 contents
----------------------------------------------------*/


h1{
	width:980px;
	background:url(img/head.png) no-repeat;
	height:1982px;
	margin:0 auto 50px;
}

h1.pt2{
	background:url(img/head2.png) no-repeat;
	height:1755px;
}
#wrap{
	width:880px;
	margin:0px auto;
	padding:55px;
	background:#FFF;
}
h2{
	margin-bottom:50px;
}

h3{
	border-left:10px solid #6357A0;
	display:block;
	font-size:26px;
	font-weight:bold;
	color: #6357A0;
	line-height:1.2;
	padding-left:20px;
	margin-bottom:50px;
}


section{
	width:780px;
	margin:0 auto;
}
section p{
	margin-bottom:50px;
}

section.voice{
	border:5px solid #695CA6;
	margin-bottom:20px;
}
.voice h4{
	margin-bottom:30px;
}
.voice p{
	width:650px;
	margin:0 auto 30px;
	text-align:left;
	font-size:16px;
}
.voice dl{
	margin:20px auto;
	width:650px;
	text-align:left;
	border-left:5px solid #5B4E9C;
	padding-left:20px;
	line-height:1.2;
}

.voice dt,
.voice dd{
	font-weight:bold;
	font-size:18px;
}
.voice dd{
	text-decoration:underline;
}


.box,
.faq{
	padding:30px;
	background:#eee;
	margin-bottom:20px;
}
.faq{
	padding:30px 30px 10px;
}

.box h4,
.box h5,
.box h6{
	font-weight:bold;
	font-size:18px;
	border-bottom:1px dotted #999;
}
.box h4{
	margin-bottom:20px;
	font-size:20px;
}
.box h4:before{
	content: '\f301';
	color:#F60;
	vertical-align:middle;
	font: normal 30px Genericons;
}
.box h5{
	margin-bottom:20px;
	background:#333;
	color:#fff;
	padding:5px 10px;
	border-bottom:none;
	letter-spacing:0.05em;
}
h5.suport{
	background:#6357A0;
	font-size:20px;
	padding:10px;
}
h5.suport:before{
	content: '\f221';
	font: normal 30px Genericons;
	vertical-align:middle;
}

h5.suport span{
	font-size:16px;
}

.box h6{
	margin-bottom:20px;
}

.box h6:before{
	content: '\f429';
	vertical-align:middle;
	font: normal 25px Genericons;
	margin-right:5px;
	color:#F30;
}


.box dl,
.faq dl{
	margin:0 auto 30px;
	text-align:left;
}
.box dt{
	font-weight:bold;
	margin-bottom:10px;
	font-size:18px;
}

.faq dt,
.faq dd{
	margin-bottom:10px;
	text-indent:-2.5em;
	margin-left:2.5em;
}


.box dt:before{
	content: '\f418';
	vertical-align:middle;
	font: normal 30px Genericons;
	color:#F90;
}


.faq dt:before,
.faq dd:before{
	content:"Q";
	background: #69F;
	padding:2px 8px;
	color:#fff;
	vertical-align:middle;
	margin-right:10px;
}
.faq dd:before{
	content:"A";
	background:#F9C;
}

.box dd,
.faq dd{
	margin-bottom:10px;
}

.in{
	background:#FFF;
	padding:30px;
	margin:0 auto;
}

.box p{
	margin-bottom:30px;
}




.center{
	text-align:center;
	margin:30px auto;
}

.space{
	margin:30px auto 50px;
}

.left{
	float:left;
	margin:0 20px 20px 0;
}
.right{
	float:right;
	margin:0 0 20px 30px;
}


/*----------------------------------------------------
 list
----------------------------------------------------*/
.list1{
	width:450px;
	margin:30px 0;
	text-align:left;
	padding:20px;
	background:#FFC;
	border:3px solid #F90;
}

.list1 li{
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
}


/*----------------------------------------------------
 プロフィール
----------------------------------------------------*/

dl.pro{
	padding:30px;
	background:#EFEFEF;
	text-align:left;
	margin:0 auto 50px;
}


dl.pro dt{
	margin-bottom:30px;
}
dl.pro dd img{
	float:right;
}

dl.pro dd p{
	margin-bottom:30px;
	line-height:1.6;
	font-size:16px;
}

/*----------------------------------------------------
 申し込み
----------------------------------------------------*/

.sall,
.sall_2{
	width:780px;
	height:1543px;
	position:relative;
	margin:30px auto;
	background:url(img/btn_box.png) 0 0 no-repeat;
}
.sall_2{
	background:url(img/btn_box_2.png) 0 0 no-repeat;
	height:1264px;
}

.sall img,
.sall_2 img{
	position:absolute;
	top:1300px;
	left:135px;
}

.sall_2 img{
	top:980px;
}


/*----------------------------------------------------
 text
----------------------------------------------------*/

strong{
	font-weight:bold;
	font-size:17px;
}

.nomal{
	font-weight:normal;
}



.big{
	font-size:26px;
	display:block;
	margin:50px auto;
	line-height:1.4;
}


.under{
	text-decoration:underline;
}


.red{
	color:#F72428;
}
.black{
	color:#000;
}
.bg_red{
	color:#fff;
	background:#D50000;
}

.bg_yellow{
	background:#FF0;
}

small{
	font-size:13px;
	width:820px;
	text-align:right;
	margin:0 auto 30px;
	display:block;
}

/*----------------------------------------------------
 当社位置づけ
----------------------------------------------------*/
.text_box {
	color: #2f2f31;
	margin:0 auto 80px;
	text-align: center;
	width: 800px;
}
.text_box ul {
	background: #fff;
	padding: 0 20px;
}

.text_box ul li {
	color: #2f2f31;
	text-align: left;
}
.text_box ul li:last-child {
	font-size: 14px;
}
.text_box ul li p {
	border-left: 5px solid #2f2f31;
	color: #2f2f31;
	font-size: 15px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.text_box ul li table {
	margin-bottom: 10px;
	text-align: left;
}
.text_box ul li table, .text_box ul li th, .text_box ul li td {
	border: 1px solid #261e1b;
	font-size: 14px;
	padding: 5px;
}
.text_box ul li th {
	background: #DED38D;
	font-weight:bold;
	background-image: none;
}
.text_box ul li th, .text_box ul li td {
	text-align: center;
	vertical-align: middle;
	width: 20%;
}
.text_box ul li th.mini {
	background: #666;
	color: #fff;
	height: 20px;
	padding: 0;
}
.text_box ul li .long {
	text-align: left;
	width: 60%;
}




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



footer {
	margin:0 auto;
	bottom:0;
	padding:20px 0;
	text-align:center;
}


footer p{
	color:#fff;
	font-size:13px;
	padding-top:5px;
}




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

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

.clearfix {
	min-height: 1px;
}

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



/*----------------------------------------------------
 動画埋め込み用
----------------------------------------------------*/


.movie{
	margin:30px auto;
	width:600px;
	overflow:hidden;

}

.movie dl{
	width:270px;
	float:left;
	margin:0 40px 20px 0;
}
.movie dl dt{
	margin-bottom:10px;
}
.movie dl:nth-child(2n){
	margin-right:0;
}
.movie dl dd{
	font-size:14px;
	font-weight:bold;
	font-weight:bold;
}