@charset "utf-8";


/* Reset

-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;

}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
html {
	color: #333;
	-webkit-text-size-adjust: none;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 170%;
}
/* -------------------------------------------------------------- */
html,body{
	width: 100%;
	overflow-x: hidden;
}
body {
	color: #333;
	-webkit-text-size-adjust: none;

}
#wrapper11{
	width: 100%;
	overflow-x: hidden;
}
/* リンク設定
------------------------------------------------------------*/
a{
	color: #FF9200;
	text-decoration: none;
}
a:hover{
	color: #FFB469;
}
a:active, a:focus {outline:0;}

a:hover img
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

section.content article{

overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

.pc{
	display: block;
}
.sp{
	display: none;
}

/*-----------------------------
 header
-----------------------------*/
#header {
	width: 100%;
	
	}
#header .inner {
	width: 1100px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-bottom: 10px;
	position: relative;
}
#header h1 {
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 5px;
	float: left;
	margin-top: 5px;
	width: 100%;
	left: 0px;
	top: 0px;
	display: block;
}
#header #logo {
	font-size: 10px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	float: left;
	width: 335px;
	margin-top: 15px;
}
#header .header_tel {
	width: 250px;
	float: right;
}
#header .header_tel ul{
	margin-bottom: 5px;
}
#header .header_tel ul li{
	margin-bottom: 5px;
}
/*-----------------------------
 header（全画面表示の場合）
-----------------------------*/

#head_logo {
	height: 80px;
	width: 300px;
	float: left;
}
#head_tel {
	height: 80px;
	width: 210px;
	float: right;
}



/*-----------------------------
  スライド部分（全画面表示の場合）
-----------------------------*/
h1{
	font-size: 0.9em;
	color: #666;
}
.top_copy{
	width: 560px;
	height: 100px;
	position: absolute;
	top: 170px;
	left: 40px;
}

/*-----------------------------
メイン コンテンツ
-----------------------------*/

#container{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;

	}

#main_img{
	width: 100%;
	height: 420px;
	background-image: url(../images/main_img_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-top: 3px solid #FFA12A;
	position: relative;
}
#main_img .copy{
	width: 850px;
	height: 130px;
	top: 129px;
	right: 53px;
	position: absolute;
}
#main_img_kasou{
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center top;
	border-top: 3px solid #FFA12A;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../common/main_kasou_bg.png);
}
#main_img_kasou .copy{
	top: 210px;
	position: absolute;
	left: 50%;
	margin-left: 290px;
}


/*-----------------------------
 Gloval Navi
-----------------------------*/

#gnavi {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../common/gnavi_bg.png);
	text-align: center;
	padding-top: 13px;
	height: 35px;
	margin-bottom: 50px;
	background-repeat: repeat-x;
	background-position: left center;
}
#gnavi ul {
}
#gnavi ul li {
	display: inline;
	color: #FFFFFF;
}
#gnavi ul li a {
	padding-right: 30px;
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 16px;
}
.kasou_gnav{
	top: 354px!important;
}
.fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

/*-----------------------------
 Concept
-----------------------------*/
#concept{
	border: 3px solid #1d1769;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 40px;	
}
#concept .text{
	display: none;
}


/*-----------------------------
 Sideカラム
-----------------------------*/

#side {
	float: right;
	width: 350px;
}
#side .contact{
	background-image: url(../common/contact_bg.png);
	height: 50px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 95px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background-color: transparent;
}
#side .banner {
	margin-bottom: 10px;
}
#side .banner ul {

}
#side .banner ul li {
	margin-bottom: 10px;

}
#side_kasou {
	float: right;
	width: 280px;
}
#side_kasou .contact{
	background-image: url(../common/contact_bg2.png);
	height: 50px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 65px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#side_kasou .banner {
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
#side_kasou .banner ul {

}
#side_kasou .banner ul li {
	margin-bottom: 10px;

}

#side .text_link {
	margin-bottom: 10px;
	background-image: url(../common/information_ttl.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
}
#side .text_link ul {

}

#side #whatsnew {
	margin-bottom: 30px;
	background-color: #F9F9F9;
	padding-top: 46px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 1px solid #CFCFCF;
	background-image: url(../images/topics_ttl.jpg);
	background-repeat: no-repeat;
}
#side #whatsnew dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;

}
#side #whatsnew dt {
	width: 100px;
	font-size: 0.9em;
	font-weight: bold;
}
#side #whatsnew dd {
	width: 328px;
	font-size: 0.9em;
}


/*-----------------------------------------------------------
mainカラム
------------------------------------------------------------*/

#main {
	float: left;
	width: 720px;
}
#main.kasou{
	width: 800px;
}
#main .access {
}
#main .access .flow {
	margin-bottom: 30px;
}
#main .access .flow .box {
	float: left;
	width: 340px;
	padding: 5px;
}
#main .access .flow .box .image {
	margin-bottom: 7px;

}
#main .access .flow .box .txt {

}


#main .access .flow .arrow {
	float: left;
	width: 25px;
	vertical-align: middle;
	display: table-cell;
	margin-top: 50px;
}
#main h2 {
	font-size: 16px;
	background-image: url(../common/h2_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 26px;
	height: 34px;
	margin-bottom: 25px;
	line-height: 2.3em;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main h3 {
	font-size: 14px;
	vertical-align: middle;
	display: block;
	padding-left: 26px;
	height: 34px;
	margin-bottom: 25px;
	line-height: 2.3em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #001B4D;
	border-bottom: 1px solid #001B4D;
	border-right: 1px solid #001B4D;
	border-left-style: solid;
	border-left-width: 4px;
	text-align: left;
}
#a{
	margin-top: -110px;
	padding-top: 110px;
}
#b{
	margin-top: -110px;
	padding-top: 110px;
}
#c{	margin-top: -110px;
	padding-top: 110px;
	}
#d{	margin-top: -110px;
	padding-top: 110px;}
#main .category {

}
#main .col1 {
	margin-bottom: 40px;
}

#main .col1 .image {
	margin-bottom: 5px;
}
#main .col1 .txt {

}

#main .col2 {
	margin-bottom: 20px;
}
#main .col2 .ttl{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	border-left: 4px solid #FF9015;
	padding-left: 12px;
	line-height: 100%;
}
#main .col2 .box {
	width: 350px;
	margin-right: 10px;
	float: left;
	position: relative;
}

#main .col2 .box a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -2000px;

	}


#main .col2 .box a:hover{
	background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
	
#main .col2 .box .waku {
	border: 3px solid #1d1769;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 18px;
	box-sizing: border-box;
	height: 190px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}
#main .col2 .box a{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;

	}
#main .col2 .box a:hover{
	 background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;

	}
#main .col2 .box .waku ul {}
#main .col2 .box .waku ul li{
	margin-bottom: 8px;
	line-height: 100%;
}
#main .col2 .box .waku .img{
	float: none;
	position: absolute;
	right: 15px;
	top: 30px;
}
#main .col2 .box .waku .img2{
    float: none;
    position: absolute;
    right: 20px;
    top: 55px;
}
#main .col2 .txt {
	font-size: 12px;
}
#main .col3 {
	margin-bottom: 20px;
}
#main .col3 .box {
	margin-right: 10px;
	float: left;
	width: 243px;
}
#main .col3 .box:last-child {
	width: 243px;
	margin-right: 0px;
	float: left;
}
#main .col3 .box .image {
	margin-bottom: 5px;
}
#main .col3 .txt {
	font-size: 0.9em;
	line-height: 150%;
}
#main .col4 {
	margin-bottom: 20px;
}
#main .col4 .box {
	margin-right: 10px;
	float: left;
	width: 180px;
}
#main .col4 .box:last-child {
	width: 180px;
	margin-right: 0px;
	float: left;
}
#main .col4 .box .image {
	margin-bottom: 5px;
}
#main .col4 .txt {
	font-size: 0.8em;
	line-height: 130%;
}
#main section.business{}
#main section.business .img{
	width: 250px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
} 
#main .contact {
	margin-top: 20px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../common/contact_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding-top: 50px;
	padding-left: 350px;
	padding-right: 50px;
	padding-bottom: 20px;
	border: 1px solid #666;
}
#main .enlarge {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FEBABA;
	padding: 20px;
	background-color: #FEF4F1;
}

#main .col_leftimage {
}
section.toiawase dl{
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px dotted #CBCBCB;
}
section.toiawase dt{
	width: 170px;
	float: left;
	font-size: medium;
	margin-bottom: 7px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
section.toiawase dd{
	float: left;
	font-size: medium;
	width: 500px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
section.company dl{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	border-left: 5px solid #FF7E00;
	background-image: url(../images/dl_bg.png);
	background-repeat: repeat-y;
	border-bottom: 1px dotted #D9D9D9;
	border-top: 1px dotted #D9D9D9;
	border-right: 1px dotted #D9D9D9;
}
section.company dt{
	width: 140px;
	float: left;
	font-size: medium;
	;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
section.company dd{
	float: right;
	font-size: medium;
	width: 500px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.form_style{
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	width: 450px;
}

section.business #accordion dd{
	line-height: 170%;
	font-weight: normal;
	text-align: left;
}
section.business #accordion dd .title{
	line-height: 170%;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 15px;
	padding-bottom: 4px;
	background-image: url(../images/tab_head_hover.png);
	color: #FFFFFF;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	clear: both;
}

section.business #accordion dd .cont{
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	width: 440px;
	float: left;
}
section.business #accordion dd .cont2{
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	width: 720px;
}

section.business #accordion dd .subtitle{
	font-size: 18px;
	font-weight: bold;
	color: #8A080A;
	text-align: left;
	border-left: 3px solid #8B0002;
	line-height: 100%;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
}

section.business #accordion dd .item{
	margin-bottom: 7px;
	text-align: left;
	background-image: url(../images/list1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
section.business #accordion dd .image{
	width: 250px;
	float: right;
	margin-right: 40px;
}
/*-----------------------------
 pagetop/breadcrumb
-----------------------------*/
.pagetop {
	width: 1050px;
	margin-bottom: 0px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.breadcrumb {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
}
.breadcrumb a {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.breadcrumb a:hover {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #ff9933;
	text-decoration: none;
}


/*-----------------------------
 footer
-----------------------------*/
#footer {
	width: 100%;
	margin-bottom: 0px;
	background-image: url(../common/footer_bg.png);
	background-repeat: repeat-x;
	border-top: 3px solid #FFA12A;
}


#footer .inner {
	width: 900px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer .logo {
	font-size: 10px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	width: 100px;
	float: left;
	margin-right: 35px;
}
#footer .footer_address {
	float: left;
	color: #FFFFFF;
	padding-top: 25px;
}

#footer .footer_icon {
	float: right;
	color: #FFFFFF;
	padding-top: 25px;
	width: 250px;
}
#footer .footer_icon ul {
	text-align: center;
}
#footer .footer_icon ul li{
	margin-right: 15px;
	float: left;
}

#footer_copyright {
	clear: both;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
}


#footer .foot_link {
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}

#footer .footlink ul {
	text-align: center;

}
#footer .foot_link li {
	margin-right: 10px;
	display: inline;
	font-size: 12px;
}
#footer .foot_link li a {
	margin-right: 10px;
	display: inline;
	font-size: 12px;
	color: #FFFFFF;
}
#footer .foot_link li a:hover {
	margin-right: 10px;
	display: inline;
	color: #FFE26C;
}


/* メールフォーム確認画面
------------------------------------------------------------*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

@media only screen and (min-width:481px){
button.drawer-hamburger {
	display: none;
	width: 0px;
	height: 0px;
}
}
@media only screen and (max-width:480px){

.sp{
	display: block;
}
.pc{
	display: none!important;
}


/*-----------------------------
 header
-----------------------------*/
img{
	width: 100%;
	height: auto;
}
#header {
	width: 100%;
	margin-bottom: 0px;	
	}
#header .inner {
	width: 100%;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	padding-bottom: 0px;
}
#header h1 {
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 5px;
	float: left;
	margin-top: 5px;
	width: 100%;
	left: 0px;
	top: 0px;
	display:none;
}
#header #logo {
	font-size: 10px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	float: none;
	width: 70%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#header .header_tel{
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF4E4;
	padding-top: 10px;
	padding-bottom: 17px;
	border-top: 3px solid #FFA12A;
}
#header .header_tel .inner{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
#header .header_tel ul{
	margin-bottom: 5px;
}
#header .header_tel ul li{
	margin-bottom: 5px;
}

/*-----------------------------
 ナビ表示
-----------------------------*/
.spmenu{
	display: block;
}
#gnavi {
	display: none;
	}
/*-----------------------------
  スライド部分（全画面表示の場合）
-----------------------------*/
h1{
	font-size: 0.9em;
	color: #666;
}
/*-----------------------------
メイン コンテンツ
-----------------------------*/

#container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;

	}

#main_img{
	width: 100%;
	height: 80px;
	background-image: url(../images/main_img_bg_sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-top: 3px solid #FFA12A;
	position: relative;
	padding-top: 240px;
	margin-bottom: 30px;
}
#main_img .copy{
	width: 92%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-bottom: 0px;
	height: auto;
	top: auto;
	left: auto;
	padding-right: auto;
	padding-left: auto;
	right: auto;
}
#main_img_kasou{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	border-top: 3px solid #FFA12A;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../common/main_kasou_sp_bg.png);
	padding-top: 180px;
	padding-bottom: 20px;
	height: auto;
}
#main_img_kasou .copy{
	width: 45%;
	position: static;
	margin-left: auto;
	margin-right: auto;
}


/*-----------------------------
 Gloval Navi
-----------------------------*/
#gnavi {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../common/headbg.png);
	text-align: center;
	padding-top: 13px;
	height: 35px;
	margin-bottom: 50px;
}
#gnavi ul {
}
#gnavi ul li {
	display: inline;
	color: #FFFFFF;
}
#gnavi ul li a {
	padding-right: 30px;
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 16px;
}
.kasou_gnav{
	top: 354px!important;
}
.fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

/*-----------------------------
 Concept
-----------------------------*/
#concept{
	border: 3px solid #1d1769;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 70px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	background-image: url(../images/concept_ttl_sp.png);
	background-position: center top;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}
#concept img{
	display: none;
}
#concept .text{
	display: block;
	font-size: medium;
}
	#concept .text .img{
    display: block;
    text-align: center;
}	
	#concept .text .img img{
    display: block;
    text-align: center;
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-width: 0px;
    border-style: none;
}	
	#concept .text .img2 img{
    display: block;
    text-align: center;
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-width: 0px;
    border-style: none;
}		
	
/*-----------------------------
 Sideカラム
-----------------------------*/

#side {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#side .contact{
	height: auto;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	display: block;
	background-color: #FFF4E4;
	width: 100%;
	background-image: none;
	border-top: 3px solid #FFA738;
	border-bottom: 3px solid #FFA738;
}
#side .contact ul{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
#side .contact ul li{
	margin-bottom: 5px;

}

#side .banner {
	margin-bottom: 10px;
}
#side .banner ul {
	padding-top: 0px;
}
#side .banner ul li {
	margin-bottom: 10px;

}
#side_kasou {
	float: right;
	width: 280px;
}
#side_kasou .contact{
	background-image: url(../common/contact_kasou_bg.png);
	height: 50px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 75px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#side_kasou .banner {
	margin-bottom: 10px;
}
#side_kasou .banner ul {

}
#side_kasou .banner ul li {
	margin-bottom: 10px;

}

#side .text_link {
	margin-bottom: 10px;
	background-image: url(../common/information_ttl.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
}
#side .text_link ul {

}

#side #whatsnew {
	margin-bottom: 30px;
	background-color: #F9F9F9;
	padding-top: 46px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 1px solid #CFCFCF;
	background-image: url(../images/topics_ttl.jpg);
	background-repeat: no-repeat;
	width: 96%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
#side #whatsnew dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;

}
#side #whatsnew dt {
	width: 100px;
	font-size: medium;
	font-weight: bold;
}
#side #whatsnew dd {
	width: 328px;
	font-size: medium;
}

/*-----------------------------------------------------------
mainカラム
------------------------------------------------------------*/

#main {
	float: none;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#main .access {
}
#main .access .flow {
	margin-bottom: 30px;
}
#main .access .flow .box {
	float: left;
	width: 340px;
	padding: 5px;
}
#main .access .flow .box .image {
	margin-bottom: 7px;

}
#main .access .flow .box .txt {

}


#main .access .flow .arrow {
	float: left;
	width: 25px;
	vertical-align: middle;
	display: table-cell;
	margin-top: 50px;
}
#main h2 {
	font-size: 16px;
	background-image: url(../common/h2_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	display: block;
	padding-left: 26px;
	height: 34px;
	margin-bottom: 25px;
	line-height: 2.3em;
	color: #FFFFFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#main h3 {
	font-size: small;
	vertical-align: middle;
	display: block;
	padding-left: 10px;
	margin-bottom: 25px;
	line-height: 2.3em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #001B4D;
	border-bottom: 1px solid #001B4D;
	border-right: 1px solid #001B4D;
	border-left-style: solid;
	border-left-width: 4px;
	text-align: left;
	width: 96%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#main .category {

}
#main .col1 {
	margin-bottom: 40px;
}

#main .col1 .image {
	margin-bottom: 5px;
}
#main .col1 .txt {

}

#main .col2 {
	margin-bottom: 20px;
	width: 100%;
}
#main .col2 .ttl{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	border-left: 4px solid #FF9015;
	padding-left: 12px;
	line-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
#main .col2 .box {
	width: 90%;
	margin-right: auto;
	float: none;
	position: relative;
	margin-left: auto;
}

#main .col2 .box a{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-2000px;
	}


#main .col2 .box a:hover{
	background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
	
#main .col2 .box .waku {
	border: 3px solid #1d1769;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 18px;
	box-sizing: border-box;
	height: auto;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	position: relative;
}

#main .col2 .box .waku ul {}
#main .col2 .box .waku ul li{
	margin-bottom: 8px;
	line-height: 100%;
	font-size: medium;
}
#main .col2 .box .waku .img{
	float: none;
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
	top: auto;
	padding-left: 0px;
	left: auto;
	right: auto;
}
#main .col2 .box .waku .img2{
    float: none;
    position: relative;
    top: auto;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 45%;
    right: 0px;
    left: 0px;
}
#main .col2 .txt {
	font-size: 12px;
}
#main .col3 {
	margin-bottom: 20px;
}
#main .col3 .box {
	margin-right: 10px;
	float: left;
	width: 243px;
}
#main .col3 .box:last-child {
	width: 243px;
	margin-right: 0px;
	float: left;
}
#main .col3 .box .image {
	margin-bottom: 5px;
}
#main .col3 .txt {
	font-size: 0.9em;
	line-height: 150%;
}
#main .col4 {
	margin-bottom: 20px;
}
#main .col4 .box {
	margin-right: 10px;
	float: left;
	width: 180px;
}
#main .col4 .box:last-child {
	width: 180px;
	margin-right: 0px;
	float: left;
}
#main .col4 .box .image {
	margin-bottom: 5px;
}
#main .col4 .txt {
	font-size: 0.8em;
	line-height: 130%;
}
#main section.business .img{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	padding-left: 0px;
}
#main .contact {
	margin-top: 20px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../common/contact_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding-top: 50px;
	padding-left: 350px;
	padding-right: 50px;
	padding-bottom: 20px;
	border: 1px solid #666;
}

section.toiawase dl{
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px dotted #CBCBCB;
	width: 100%;
}
section.toiawase dt{
	width: 100%;
	float: none;
	font-size: medium;
	margin-bottom: 7px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
section.toiawase dd{
	float: none;
	font-size: medium;
	width: 100%;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
section.company dl{
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-left-width: 0px;
	border-left-style: none;
	background-image: none;
}
section.company dt{
	width: 100%;
	float: left;
	border-left: 3px solid #FF6719;
	font-size: medium;
	margin-bottom: 7px;
	background-color: #DBDBDB;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
section.company dd{
	float: left;
	font-size: medium;
	width: 100%;
	background-color: #fff;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.form_style{
	padding: 10px;
	font-size: medium;
	width: 85%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	color: #686868;
}

section.business #accordion dd{
	line-height: 170%;
	font-weight: normal;
	text-align: left;
}
section.business #accordion dd .title{
	line-height: 170%;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 15px;
	padding-bottom: 4px;
	background-image: url(../images/tab_head_hover.png);
	color: #FFFFFF;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	clear: both;
}

section.business #accordion dd .cont{
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	width: 440px;
	float: left;
}
section.business #accordion dd .cont2{
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	width: 720px;
}

section.business #accordion dd .subtitle{
	font-size: 18px;
	font-weight: bold;
	color: #8A080A;
	text-align: left;
	border-left: 3px solid #8B0002;
	line-height: 100%;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
}

section.business #accordion dd .item{
	margin-bottom: 7px;
	text-align: left;
	background-image: url(../images/list1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
section.business #accordion dd .image{
	width: 250px;
	float: right;
	margin-right: 40px;
}
/*-----------------------------
 pagetop/breadcrumb
-----------------------------*/
.pagetop {
	width: 20%;
	margin-bottom: 0px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.breadcrumb {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
}
.breadcrumb a {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.breadcrumb a:hover {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #ff9933;
	text-decoration: none;
}


/*-----------------------------
 footer
-----------------------------*/
#footer {
	width: 100%;
	margin-bottom: 0px;
	background-image: url(../common/footer_bg.png);
	background-repeat: repeat-x;
	border-top: 3px solid #FFA12A;
}


#footer .inner {
	width: 100%;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer .logo {
	font-size: 10px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	width: 20%;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#footer .footer_address {
	float: none;
	color: #FFFFFF;
	padding-top: 25px;
	width: 100%;
	text-align: center;
}
#footer_copyright {
	clear: both;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	font-size: x-small;
}


#footer .foot_link {
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
	display: none;
}

#footer .footlink ul {
	text-align: center;

}
#footer .foot_link li {
	margin-right: 10px;
	display: inline;
	font-size: 12px;
}
#footer .foot_link li a {
	margin-right: 10px;
	display: inline;
	font-size: 12px;
	color: #FFFFFF;
}
#footer .foot_link li a:hover {
	margin-right: 10px;
	display: inline;
	color: #FFE26C;
}

#footer .footer_icon {
	float: none;
	color: #FFFFFF;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-top: 25px;
}
#footer .footer_icon ul {
	text-align: center;
}
#footer .footer_icon ul li{
	margin-right: 7px;
	float: left;
	margin-left: 7px;
}
/* メールフォーム確認画面
------------------------------------------------------------*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
	
	
	}
