/*** -----------------------------------------------------------------------------*/

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);*/


/*
font-family: 'Viga', sans-serif;
font-family: 'Montserrat Subrayada', sans-serif;
font-family: 'Archivo Black', sans-serif;
font-family: 'Chivo', sans-serif;
font-family: 'Dhurjati', sans-serif;

*/


body {
  background-color: #212121;
}

/*****common*****************************************/

html {
    overflow-y:scroll;
 }

body {
	margin: 0;
	padding: 0;
    background: #fff;
	color: #1D1D1D;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight:300;
}

p{
	line-height: 1.6;
	font-size: 120%;
	margin: 0 0 16px;
	text-indent: 0em;
	text-align: left;
	padding: 0 ;
}

.hero-content{
	padding: 250px 0 250px 0;
	background-size: cover;
	text-align: center;
}


.hero-text{
	font-family: 'Noto Sans Japanese', serif;
	text-shadow: 0 0 10px #fff, 0 0 4px #fff, 0 0 2px #fff;
	line-height: 2.5;
	padding: 0 0 0 0;
}


.hero{
	margin: 0 auto;	
	}
/*
.hero-text h1{
	text-shadow: 0 0 10px #98BDC7, 0 0 4px #98BDC7, 0 0 2px #98BDC7;
	font-size: 300%;
	font-weight: bold;
	color: #FFFEFE;
	padding-bottom: 10px;
	}
*/

.hero-text p{
	/*border-top: solid 5px rgba(255,255,255,0.8) ;*/
	padding-top: 15px; 
	text-shadow: 0 0 10px #000000, 0 0 4px #000000, 0 0 2px #000000;
	font-size: 370%;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	}

h1{
	font-family: "a-otf-futo-go-b101-pr6n";
	font-weight: bold;
	font-size: 270%;
	line-height: 1.2;
	color: #383838;
	text-align: center;
	text-shadow: 0 0 7px #ffffff, 0 0 4px #ffffff, 0 0 2px #ffffff;
	}
	
h1 span{
	font-family: "a-otf-futo-go-b101-pr6n";
	display: block;
	font-weight: bold;
	font-size: 40%;
	}
	
h1#page-h1{
	font-family: "a-otf-futo-go-b101-pr6n";
	font-weight: bold;
	font-size: 120%;
	line-height: 1.2;
	color: #383838;
	}	
	

h2{
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 300;
	font-size: 200%;
	line-height: 1.2;
	color: #1D1D1D;
	margin: 20px 0 26px;
	padding: 0 0 20px 0;
	text-align: center;
}


h2 span{
	display: block;
	padding-top: 7px;
	font-weight: normal;
	font-size: 50%;
	/*border-top: solid 1px #3E3E3E;*/
	}



h3{
	font-family: 'Noto Sans Japanese', serif;
	font-weight:400;
	font-size: 150%;
	line-height: 1.6;
	}


img{
	max-width: 100%;
	height: auto;
	}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}

.page-h1{
	padding: 25px 0;
	}

.navbar-nav i,table i,dl i,.panel-title i{
	padding-right: 0.5em;
	}


/*=====================bootstrap reset======*/

.navbar {
    margin-bottom: 0;
    margin: 0;
    border: none;
	border-radius: 0px;
}

.navbar-default{
	background: #083061;
	}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 1.6;
	display: block;
	margin: 0 auto;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand{
	margin: 0 ;
	}


.container>.navbar-header{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	}
	
.navbar-header p {
    display: inline-block;
	padding: 15px 0 0 0;
	margin: 0 auto;	
	text-align: center;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
    clear: both;
}

#header .container,
#topicpass .container,
#footer .container{
	padding: 0 15px;	
	}


.container{
	padding: 32px 15px;	/*side15px bs-default*/
	}
	
.container2{
	padding: 0px;	/*side15px bs-default*/
	}
	
.separator{
	border: none;
	border-bottom: 1px dotted #ccc;
	max-width: 100%;
}

.btn-group-lg>.btn, .btn-xlg {/*
  padding: 24px 22px;
  font-size: 160%;
  line-height: 1.3333333;
  border-radius: 3px;*/
}

.presentation-container{
	text-align: center;
	}

.presentation-container h2 {/*
    font-family: 'Noto Sans Japanese', serif;
    font-size: 300%;
    color: #5d5d5d;
    font-weight: 200;*/
}

.presentation-container p {/*
    font-size: 130%;
    font-weight: 200;*/
}

a,
a:focus,
a:hover,
a:active,
a:visited{
	text-decoration: none;
	}
	
#footer,
.content{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	}

/*====================================header==========*/

.navbar-header h1 {
	font-size: 20px;
	font-weight: bold;
    display: block;
	padding: 15px 0;
	margin: 0 ;
}

.h1_style{	
	padding: 0 15px;
	background: #083061;
	position: relative;
	top: 3px;
	border-bottom: solid 3px #ffab00;
} 


.logo{
    margin: 0 auto;
	text-align: center;
	}	
	
	
.content{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	/*background: #fff;*/
	}	

.content_cl{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	}

.content-b{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	/*background: #083061;*/
	background: url(img/gpattern.png)repeat;
	/*color: #ffffff;*/
	border-bottom: solid 1px #dadada;
	}
	
.content-ltg{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	background: #f7f7f7;
	}
	
.content-g{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	background: url(img/checkered.png) repeat;
	}		
	


.siteimg{
	background: rgb(9, 71, 178) url(img/siteimg4.jpg) center top no-repeat;
	background-size:cover;
	}

#header-content{/*
	text-align: center;*/
}

#header-content .siteimg{
	background: url(img/siteimg.jpg) top left no-repeat;
	background-size: cover;
}


.phonenumber{
	font-size: 250%;
	font-weight: 400;
	margin-top: 10px;
	text-align: right;
}

.phonenumber a:link,
.phonenumber a:visited{
color: #FFF;
}

.phonenumber a:hover,
.phonenumber a:focus,
.phonenumber a:active{
color: #ffab00;
}

.phonenumber i{
padding-right: 5px;
}

#header .btn{
margin-top: 15px;
}

#header .btn i{
padding-right: 5px;
}

.btn_style{
display: block;
font-size: 130%;
line-height: 1.8;
}


/*====================================footer==========*/


#footer{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	background: #083061;
	color: /*#C7D1DE*/#fff;
	}
	
	
#footer li{
	line-height: 1.6;
	list-style: none;
	}
	
#footer a:link,
#footer a:active,
#footer a:visited{
  color: #fff;
  text-decoration: none;
}

/*お問い合わせリンク*/
#footer_bg1 a:link,
#footer_bg1 a:visited{
	display: block;
	background: #0c2f7d;
	padding: 100px 0px 110px 0px;
	max-height: 270px;
	margin-left: -15px;
	margin-right: -15px
	}
	
#footer_bg1 a:hover,
#footer_bg1 a:active{
	background: #1744a9;
	}
	
/*ページトップリンク*/
#footer_bg2 a:link,
#footer_bg2 a:visited{
	display: block;
	background: #057596;
	padding: 100px 0px 110px 0px;
	max-height: 270px;
	margin-left: -15px;
	margin-right: -15px
	}
	
#footer_bg2 a:hover,
#footer_bg2 a:active{
	background: #0c8ca9;
	}


	
#address3 dt{
	display: block;
	font-size: 115%;
	font-weight: normal;
	padding: 30px 0 20px 0;
	}


#copyright{
	font-size: 85%;
	border-top: dotted 1px #FBFBFB;
	padding-top: 15px;
	padding-bottom: 20px;
	}
		

p.footer_info{
	font-size: 120%;
	font-weight: 200;
	text-align: center;
	}

.footer_info i{
	display: block;
	font-size: 300%;
	}

i.fa-envelope-o{
	font-size: 220%;
	padding-bottom: 15px;
}











/*====================================contents==========*/


/* index.html */


.menuindex{
/*width: 100%;
position: relative;
top: -60px;*/
}


.aw-con{
	/*font-family: "aw-conqueror-inline";*/
	font-family: 'Montserrat Subrayada', sans-serif;
	font-size: 400%;
	margin-top: 30px;
	}

.aw-con span{
	display: block;
    padding-top: 7px;
    font-weight: 500;
    font-size: 50%;
    margin-bottom: 20px;
    /*border-top: solid 1px #3E3E3E;*/
	}
	
.index_box{
width: 90%;
margin: 0 auto;
background: #FFF;
border: solid 1px #ccc;
margin-bottom: 20px;
}

.index_box h3{
text-align: center;
font-size: 130%
}

.index_box p{
font-size: 90%;
padding: 0 25px;
}

.index_box a:link,
.index_box a:visited{
color: #000;
}

.index_box a:hover,
.index_box a:active{
color: #337ab7;
}


.address_p{
	width:95%;
	background:#5D5D5D;
	padding: 3px;
	text-align: center;
	margin-bottom: 30px; 
	color:#fff; 
	}

#address dt,
#address2 dt{
	display: block;
	font-size: 130%;
	font-weight: normal;
	padding: 5px 0 5px 0;
	}

#address dd,
#address2 dd{
	font-size: 110%;
	line-height: 1.6;
	}
	
iframe{
	max-width: 100%;
	margin: 0 auto;
	}

#policy_title p{
	font-size: 260%;
	font-weight: 400;
	}


#policy_title h3 {
border-bottom: double 3px #999;
margin-bottom: 30px;
}

#policy_title img{
margin-bottom: 30px;
}


.index_h2{
font-size: 130%;
text-align: left;
}


.top_h3{
	font-family: "a-otf-futo-go-b101-pr6n";
	font-weight:400;
	font-size: 320%;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	margin:0;
	}
	
.top_h3 a:link,
.top_h3 a:visited{
	text-decoration: none;
	color: #fff;
	}
	
.top_h3 a:hover,
.top_h3 a:active{
	color: #2F3F5B;
	text-shadow: 0 0 10px #fff, 0 0 4px #fff, 0 0 2px #fff;
	}	
	

	
.top_h3 span{
	display: block;
	font-weight: bold;
	font-size: 34%;
	}

.top_h3 span a:link,
.top_h3 span a:visited{
	color: #fff;
}

.top_h3 span a:hover,
.top_h3 span a:active{
	color: #2F3F5B;
	text-shadow: 0 0 10px #fff, 0 0 4px #fff, 0 0 2px #fff;
}


.access-dl{
	line-height: 1.6;
	}

.access-dl dt{
	padding: 8px 0;
	}



.btn-group-lg>.btn, .btn-xlg {
  padding: 24px 22px;
  font-size: 160%;
  line-height: 1.3333333;
  border-radius: 3px;
}


.btn-group-lg>.btn, .btn-lg {
    font-size: 170%;
}


.dep_content{
margin-top: 60px;
padding-bottom: 80px;
}

.h3midashi{
	margin:0 ;
	padding: 0;
	text-align: center;
	font-size: 600%;
	font-weight: 400;
	line-height: 1.0;
	color:#6d6d6d;
}

.berline{
	display:block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #a90c0c;
	padding: 4px 0 8px 0;
	margin-bottom: 10px;
}

.bertext{}

.caption{
display: block;
font-size: 80%;
text-align: center;
padding-top: 5px;
}


.maparea{
width: 100%;
}


.br{
display: inline;
}


#h2_sub{
padding:0;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif!important;
font-size: 30%;
}



/*--table--*/
.table-condensed .total-element{
	text-align: right;
	font-weight: bold;
	padding: 5px 5px 3rem 5px !important;
}









/* company.html */
/*
.page_top{
	background: url(img/page_top.jpg) top;
	border-bottom:solid 2px #3660C4;
	border-top:solid 2px #3660C4;
	}

.content_blue{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	background: #0000ff;
	}

.company_bg{
	background: url(img/company_bg.png) top left no-repeat;
	}

.company_h2{
	font-family: 'Noto Sans Japanese', serif;
	margin: 0 auto;
	padding: 5px 0 40px 0;
	text-align: center;
	margin-bottom: 60px;
	font-size: 320%;
	font-weight: 300;
	background: url(img/btm_line.png) bottom center no-repeat;
	}


.dl-horizontal dt {
    width: 190px;
    text-align: left;
	padding:0 0 10px;
}

.dl-horizontal dt span{
	display: inline-block;
	padding: 1px 18px;
	font-size:100%;
	background: #94B3C9;
	border-radius: 12px;
	color: #fff;	
}

.dl-horizontal dd {
	margin: 0 ;
	padding:0 0 10px;
	margin-left: 190px;
}

.dl-horizontal dd ol{
	padding: 0 0 0 24px;
	line-height: 1.6;
	}
	
.dl-horizontal dd ul{
	padding: 0;
	list-style: none;
	line-height: 1.4;
	}
.isotext{
	font-size: 98%;
	padding-top: 5px;
	font-weight: bold;
	color: #416387;
	}

.iso_img{
	box-shadow:rgba(208, 210, 212, 0.62) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(208, 210, 212, 0.62) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(208, 210, 212, 0.62) 0px 0px 6px 3px;
	}

span.sp{
	display: inline-block;
	padding-left: 2.5em;
	}

span.sp2{
	display: inline-block;
	padding-left: 3.4em;
	}

span.sp3{
	display: inline-block;
	padding-left: 3.7em;
	}

*/







/* contact.html */

.page_top4{
	background: url(img/page_top4.jpg) top;
	border-bottom:solid 2px #3660C4;
	border-top:solid 2px #3660C4;
	}

.wpcf7 form{
	padding: 38px 0;
}

.form-group{
	float: left;
	margin: 0 0 16px;
	width: 100%;
	}
	
.form-group p{
	font-weight: normal;
	}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}



span.required,
.form-group label span.required {
    background: #ffab00;
    color: #fff;
    line-height: 1.6;
    padding: 0 10px;
    margin: 0 8px;
    border-radius: 6px;
    vertical-align: middle;
    display: inline-block;
    font-size: 80%;
}



.form-group .in_name{ width: 18.5em;}
.form-group .in_tel{width: 10.5em;}
.form-group .in_mail{width: 16.5em;}
.form-group .in_text1{ width: 26.8em; height: 8.5em;}


p.contact_message{
	margin: 0 0 32px;
	padding: 0 2% 16px;
	clear: both;
}

.form-group p label{
	width: 28%;
	margin : 0 2% 0 0 ;
	padding: 0;
	float: left;
	clear:none;
	font-weight: normal;
}

.form-group p label + span{
	width: 70%;
	margin: 0 0;
	padding: 0;
	float: left;
	clear:none;
	display : inline-block;
	}

.form-group p label + span.form-extra{
	margin: 0 0 16px;
}

.buttons-area-confirm,
.submit-button,
#qcheck {
	margin: 0 0 0 30%;
	}
	
form.wpcf7-form p.buttons-area-confirm,
form.wpcf7-form p.submit-button{
	padding: 0;
	}

.buttons-area-confirm input,
.submit-button input{
	margin: 0 10px 0 0;
	padding: 14px 0;
	width: 120px;
	font-size: 120%;
	border-radius: 4px;
	background: rgba(255,255,255,1.00);
	box-shadow: 0 0 3px rgba(158,158,158,1.00);
	border: none;
	}


form.wpcf7-form p.buttons-area .wpcf7-submit {
    margin: 0;
}






.error-messages {
	margin: 0 0 22px 22px;
	padding: 0;
	}

.error-messages li{
	color: red;
	margin: 0 0 3px;
	}


/*--送信時--*/
.wpcf7 .wpcf7-mail-sent-ok {
    border: none;
	}

.thanks_area{
	padding-bottom: 280px;
	}

















/* product.html */
/*
.product_contnr{
	padding-bottom: 80px;
	}

.page_top3{
	background: url(img/page_top3.jpg) top;
	border-bottom:solid 2px #3660C4;
	border-top:solid 2px #3660C4;
	}

.product_h2{
	font-family: 'Noto Sans Japanese', serif;
	margin: 0 auto;
	padding: 5px 0 40px 0;
	text-align: center;
	margin-bottom: 60px;
	font-size: 320%;
	font-weight: 300;
	background: url(img/btm_line.png) bottom center no-repeat;
	}

.seihin_text{
	font-size: 120%;
	line-height: 1.6;
	width: 370px;
	}

.seihin_text2{
	width: 350px;
	font-size: 115%;
	line-height: 1.7;
	}

.product_item{
	text-align: right;
	padding-right: 30px;
	}

.table-condensed{
	width: 90%;
	margin: 0 auto;
	max-width: 1024px;
	margin-top: 15px;
	}

*/








/* strangth.html */
/*
.bg_style01{
	background: #C7E6ED;
	}

.bg_style02{
	background: #F8F8F8;
	}

.page_top2{
	background: url(img/page_top2.jpg) top;
	border-bottom:solid 2px #3660C4;
	border-top:solid 2px #3660C4;
	}


h2.strangth_top{
	font-family: 'Noto Sans Japanese', serif;
	font-weight: bold;
	font-size: 320%;
	line-height: 1.2;
	color: #383838;
	padding: 0 0 20px 0;
	text-align: center;
	}


.strength_box{
	text-align: center;
	font-size: 140%;
	border: solid 1px #DFDFDF;
	line-height: 1.6;
	padding: 20px 0;
	height: 100px;
	}


.strangth_h2{
	font-family: 'Noto Sans Japanese', serif;
	margin: 0 auto;
	padding: 5px 0 40px 0;
	text-align: center;
	margin-bottom: 60px;
	font-size: 320%;
	font-weight: 300;
	background: url(img/btm_line.png) bottom center no-repeat;
	}

.strength_panel{
	padding: 15px 25px;

	}

.panel_title{
	text-align: center;
	font-size: 220%;
	}

.panel_title span{
	display: block;
    width: 57px;
    margin: 0 auto;
    font-size: 70%;
    font-weight: 400;
    padding: 10px 0 5px 0;
    border: solid 2px #7D8794;
    background: #7D8794;
    color:#fff;
    border-radius: 40px;
    line-height: 1.7;
	margin-bottom: 10px;
	}


#strangth_list li{
	display: block;
    margin-bottom: 5px;
    border: solid 3px #EBEBEB;
	background: #fff;
    line-height: 1.6;
    font-size: 120%;
    text-indent: 0em;
    text-align: left;
    padding: 13px 0;
    text-align: center;
	}


dl.strength_3{
	line-height: 1.6;
    font-size: 120%;
    }

dl.strength_3 dt{
	font-family: 'Noto Sans Japanese', serif;
	margin-top: 25px;
	padding-bottom: 20px;
	font-size: 250%;
	text-align: center;
	}
*/






	
/*------responsibe------------*/


@media screen and (min-width: 767px) {

.navbar-nav {
    float: none;
    margin: 0 auto;
	text-align: center;
}

.navbar-nav>li {
    float: none;
	width: 17%;
	padding: 10px 0;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
}

.nav>li {
    display: inline-block;
}


}


@media screen and (min-width: 768px) and (max-width: 991px) {

.navbar-nav>li {
    float: none;
	/*width: 17%;*/
	width: inherit;
	padding: 10px 0;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
}

}



@media screen and (max-width: 1400px) {

.br{
display: block;
}

}




@media screen and (max-width: 1199px) {

.seihin_text {
    font-size: 120%;
    padding: 0;
    line-height: 1.6;
    width: auto;	
}

.product_item {
    text-align: center;
    padding-right: 0px;
}



}







@media screen and (max-width: 1024px) {

.hero-content{
	padding: 200px 0 200px 0;
	background-size: cover;
	text-align: center;
}

}







@media screen and (max-width: 991px) {
	
.hero-content {
    padding: 160px 0 160px 0;
    background-size: cover;
    text-align: center;
}	

.h3midashi{
	margin:0 ;
	padding: 0;
	text-align: center;
	font-size: 500%;
	font-weight: 400;
	line-height: 1.0;
	color:#6d6d6d;
	margin-bottom: 25px;
}

#policy_title p {
    font-size: 230%;
    font-weight: 400;
}

h1{
	font-size: 250%;
}

.br{
display: inline-block;
}

}









@media screen and (max-width: 900px) {

h3{
	font-family: 'Noto Sans Japanese', serif;
	font-weight:400;
	font-size: 150%;
	line-height: 2.3;
	text-align: center;
	/*border-bottom: dotted 1px #666;*/
	}

.dl-horizontal {
width: 60%;
margin: 0 auto;
}







}






@media screen and (max-width: 767px) {

.hero-content {
 padding: 120px 0 120px 0;
 background-size: cover;
 text-align: center;
}	

h1{
	font-size: 210%;
}

.index_h2{
font-size: 120%;
text-align: left;
}

.dl-horizontal {
width: 90%;
margin: 0 auto;
}

.phonenumber{
	font-size: 250%;
	font-weight: 400;
	margin-top: 10px;
	text-align: center;
}

.btn_style{
display: block;
font-size: 130%;
line-height: 1.8;
margin-bottom: 15px; 
}

.dep_content{
margin-top: 30px;
padding-bottom: 60px;
}

.index_box{
width: 85%;
margin: 0 auto;
background: #FFF;
border: solid 1px #ccc;
margin-bottom: 20px;
}

.index_box p{
font-size: 100%;
padding: 0 25px;
text-align: center;
}

.h3midashi{
margin:0 ;
padding: 0;
text-align: center;
font-size: 500%;
font-weight: 400;
line-height: 1.0;
color:#6d6d6d;
margin-bottom: 30px;
}


.address_p{
	width:95%;
	margin: 0 auto;
	background:#5D5D5D;
	padding: 3px;
	text-align: center;
	margin-bottom: 30px; 
	color:#fff; 
	}
	
#address dd,
#address2 dd{
	font-size: 110%;
	line-height: 1.6;
	width: 95%;
	margin: 0 auto; 
	}	

.access-dl{
	line-height: 1.6;
	width: 95%;
	margin: 0 auto;
	padding-bottom : 15px;
	}

#footer_bg1 a:link,
#footer_bg1 a:visited {
    display: block;
    background: #37B3E2;
    padding: 20px 0px 1px 0px;
    max-height: 260px;
    margin-left: -15px;
    margin-right: -15px;
}

#footer_bg1{
	display: none;
}

#footer_bg2 a:link,
#footer_bg2 a:visited{
	display: block;
	background: #057596;
	padding: 10px 0px 10px 0px;
	max-height: 100px;
	margin-left: -15px;
	margin-right: -15px
	}
	
#footer_bg2 a:hover,
#footer_bg2 a:active{
	background: #0c8ca9;
	}
	
	
	
/*-----------------------------------------*/

.dl-horizontal dt {
    float: left;
    width: 200px;
    overflow: hidden;
    clear: left;
    text-align: left;
	padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin: 0;
    padding: 0 0 8px;
    margin-left: 200px;
}

.company_h2 {
    font-family: 'Noto Sans Japanese', serif;
    margin: 0 auto;
    padding: 5px 0 30px 0;
    text-align: center;
    margin-bottom: 25px;
    font-size: 290%;
    font-weight: 300;
    background: url(img/btm_line.png) bottom center no-repeat;
}

.com_setubiImg{
	margin: 0 auto;
	text-align: center;
	width: 70%;
	}

.seihin_text{
	width: 370px;
    margin: 0 auto;
    font-size: 120%;
    padding: 5px 0 10px 0;
    line-height: 1.6;
    text-align: center;
}

/*-----------------------------------------*/


.table-condensed {
    max-width: 370px;
    margin: 0 auto;
}



.product_contnr {
    padding-bottom: 0px;
}

.product_h2{
	font-family: 'Noto Sans Japanese', serif;
    margin: 0 auto;
    padding: 5px 0 30px 0;
    text-align: center;
    margin-bottom: 25px;
    font-size: 290%;
    font-weight: 300;
    background: url(img/btm_line.png) bottom center no-repeat
	}

/*-----------------------------------------*/

.form-group p {
    margin: 0 0 0;
}

.form-group p label {
    width: 100%;
    margin: 0 0 6px;
    float: none;
}

.form-group p label + span {
    width: 100%;
    float: none;
}

/*-----------------------------------------*/






	
	




}


@media screen and (max-width: 600px) {

.index_box p{
font-size: 100%;
padding: 0 25px;
text-align: left;
}

.btn-group-lg>.btn, .btn-lg {
font-size: 140%;
}

.br{
display: block;
}


}



@media screen and (max-width: 560px) {	

#policy_title p {
    font-size: 165%;
    font-weight: 400;
}

.com_setubiImg{
	margin: 0 auto;
	text-align: center;
	width: 90%;
	}
	
.index_box{
width: 95%;
margin: 0 auto;
background: #FFF;
border: solid 1px #ccc;
margin-bottom: 20px;
}

	
/*-------------------------------*/

.dl-horizontal dt {
    float: left;
    width: 190px;
    overflow: hidden;
    clear: left;
    text-align: left;
    padding-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin: 0;
    padding: 0 0 8px;
    margin-left: 190px;
}

.com_setubiImg {
    margin: 0 auto;
    text-align: center;
    width: 85%;
}


/*-------------------------------*/

.product_item {
    text-align: center;
    /* padding-right: 0px; */
}

.product_item {
    text-align: right;
    padding-right: 0px;
}


}






@media screen and (max-width: 480px) {
	
	
.container {
    padding: 15px 15px;
}	


.hero-text h1 {
    text-shadow: 0 0 10px #98BDC7, 0 0 4px #98BDC7, 0 0 2px #98BDC7;
    font-size: 270%;
    font-weight: bold;
    color: #FFFEFE;
    padding-bottom: 10px;
}

.hero-text p {
    /*border-top: solid 5px rgba(255,255,255,0.8);*/
    padding-top: 15px;
    text-shadow: 0 0 10px #98BDC7, 0 0 4px #98BDC7, 0 0 2px #98BDC7;
    font-size: 140%;
    font-weight: bold;
    color: #ffffff;
}

/*---------------------------------------*/

.dl-horizontal dt {
    /*float: left;*/
    width: auto;
    overflow: hidden;
    clear: left;
    text-align: left;
    padding-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
	clear: both;
    margin: 0;
    padding: 0 0 12px 5px;
    margin-left: 0px;
}

.com_setubiImg {
    margin: 0 auto;
    text-align: center;
    width: 90%;
}


.product_h2 {
    font-family: 'Noto Sans Japanese', serif;
    margin: 0 auto;
    padding: 5px 0 30px 0;
    text-align: center;
    margin-bottom: 35px;
    font-size: 250%;
    font-weight: 300;
    background: url(img/btm_line.png) bottom center no-repeat;
}


.btn-group-lg>.btn, .btn-lg {
font-size: 110%;
}



}


@media screen and (max-width: 430px) {

.btn-group-lg>.btn, .btn-lg {
font-size: 100%;
}

.aw-con{
	/*font-family: "aw-conqueror-inline";*/
	font-family: 'Montserrat Subrayada', sans-serif;
	font-size: 350%;
	margin-top: 30px;
	}


}



@media screen and (max-width: 390px) {

.btn-group-lg>.btn, .btn-lg {
font-size: 90%;
}

.phonenumber{
font-size: 170%;
font-weight: 400;
margin-top: 10px;
text-align: center;
}

.aw-con{
	/*font-family: "aw-conqueror-inline";*/
	font-family: 'Montserrat Subrayada', sans-serif;
	font-size: 300%;
	margin-top: 30px;
	}


}
	


@media print {

}









