@charset "UTF-8";
/*$media_sp: "only screen and (max-width:640px)";
$media_tb: "only screen and (min-width:641px) and (max-width:1099px)";
$media_pc: "only screen and (min-width:1100px), print";*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, blockquote, th, td{
    margin: 0;
    padding: 0;
    border: none;
    font-weight: normal;
    font-style: normal;
    outline: none;
}

body{
   
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background-image: url(../img/top/haike.png) !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
	background-color: #;

}

@media only screen and (min-width: 993px), print {
  a:hover{
    color: #cb9722;
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    zoom: 1;
    text-decoration: none;
}

  a:hover img{
    opacity: 0.8;
}
}
@media only screen and (min-width: 993px), print {
  a, a:visited, a:focus{
  
    text-decoration: none;
    backface-visibility: hidden;
}
}

a:active{
	color: #cb9722;
	opacity: 0.7;
	filter: alpha(opacity=70);
	/* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";
	/* ie 8 */
    -moz-opacity: 0.7;
	/* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;
	/* Safari 1.x */
    zoom: 1;
	text-decoration: none;
}

a:focus{
    text-decoration: none;
}





.headerLogo{
    zoom: 1;
}

.headerLogo:after{
    display: block;
    clear: both;
    content: '';
}

h1{
    font-weight: bold;
    font-size: 1.5em;
    margin: 0 0 30px;
}

/*h2{
    font-weight: bold;
    font-size: 1.3em;
    margin: 0 0 15px;
}
*/
h3, h4, h5, h6{
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 0 10px;
    line-height: 1.5;
}

.panel-heading h1, .panel-heading h2, .panel-heading h3, .panel-heading h4, .panel-heading h5, .panel-heading h6{
    margin: 0;
    font-weight: normal;
    font-size: 1.0em;
}

.wysiwyg p{
    line-height: 1.8em;
    margin: 0 0 10px;
}
.wysiwyg h1{
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.8em;
    margin: 0 0 30px;
}
.wysiwyg h2{
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 0 0 15px;
}
.wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6{
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 0 10px;
}
.wysiwyg ul{
    padding: 0 0 10px 20px;
}
.wysiwyg ul li{
    line-height: 1.8em;
}

img{
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
}

input[type="button"], input[type="submit"], button, .btn{
    color: #1455b6;
    background: #fff;
    border: 3px solid #1455b6;
    padding: 10px 20px 10px;
    text-align: center;
    text-decoration: none;
    transition: .5s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: icomoon;
		font-weight:bold;
		width:60%;
}
@media only screen and (min-width: 993px), print {
  input[type="button"], input[type="submit"], button, .btn{
    font-size: 1.0em;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  input[type="button"], input[type="submit"], button, .btn{
    font-size: 1.0em;
}
}
@media only screen and (max-width: 767px) {
  input[type="button"], input[type="submit"], button, .btn{
    font-size: 1.0em;
}
}

.btn.focus, .btn:focus, .btn:hover{
    color: #569933;
    text-decoration: none;
	font-size:120%;
	font-weight:bold;
}

@media only screen and (min-width: 993px), print {
  input[type="button"]:hover, input[type="submit"]:hover, button:hover, .btn:hover{
    color: #fff;
    background: #569933;
    border: 3px solid #569933;
    text-decoration: none;
	font-weight:bold;
    opacity: 1;
    filter: alpha(opacity=100);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* ie 8 */
    -moz-opacity: 1;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
}
}

@media only screen and (min-width: 993px), print {
  input[type="button"]:hover span, input[type="submit"]:hover span, button:hover span{
    color: #fff;
}
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea{
    line-height: 1.8em;
    margin: 2px;
    padding: 5px 8px;
    border: 1px solid #B5AA96;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: .15s linear border;
    -moz-transition: .15s linear border;
    -ms-transition: .15s linear border;
    -o-transition: .15s linear border;
    transition: .15s linear border;
}

/*select{
    box-sizing: content-box;
    line-height: 1.8em;
    padding: 5px 20px 5px 8px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #535362;
    background: #fff;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    min-width: 150px;
}*/

.select-box{
    position: relative;
}
.select-box:before{
    display: block;
    content: " ";
    position: absolute;
    top: 39%;
    right: 10px;
    width: 10px;
    height: 10px;
    background: url(../img/kurasuma/sankaku.png) 0 0 no-repeat;
    background-size: 9px;
    pointer-events: none;
    z-index: 10;
}

textarea{
    resize: none;
    padding: 20px;
	    width: 100%;

}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
    border-top: none;
}

/*Webkit*/
::-webkit-input-placeholder{
    color: #ccc;
}

/*Firefox 19以降*/
::-moz-placeholder{
    color: #333;
}

/*Firefox 18以前*/
:-moz-placeholder{
    color: #333;
}

/*Windows IE*/
:-ms-input-placeholder{
    color: #ccc;
}

.pager li > a, .pager li > span{
    padding: 5px 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #d25f14;
}

/* //////////フォント/////////////// */
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before{
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.iconhome, .iconfolder, .iconcart, .iconcoin-yen, .iconphone, .iconcalendar, .iconuser, .iconsearch, .iconmenu, .iconstar-empty, .iconstar-full, .iconheart, .iconcross, .iconcheckmark, .iconcircle-up, .iconcircle-right, .iconcircle-down, .iconcircle-left, .icongoogle-plus2, .icongoogle-drive, .iconfacebook2, .iconinstagram, .icontwitter, .iconkey{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #FFF;
}

.iconhome:before{
    content: "\e907";
}

.iconfolder:before{
    content: "\e908";
}

.iconcart:before{
    content: "\e900";
}

.iconcoin-yen:before{
    content: "\e901";
}

.iconphone:before{
    content: "\e902";
}

.iconcalendar:before{
    content: "\e903";
}

.iconuser:before{
    content: "\e909";
}

.iconsearch:before{
    content: "\e904";
}

.iconkey:before{
    content: "\e917";
}

.iconmenu:before{
    content: "\e90a";
}

.iconstar-empty:before{
    content: "\e905";
}

.iconstar-full:before{
    content: "\e906";
}

.iconheart:before{
    content: "\e90d";
}

.iconcross:before{
    content: "\e90b";
}

.iconcheckmark:before{
    content: "\e90c";
}

.iconcircle-up:before{
    content: "\e90e";
}

.iconcircle-right:before{
    content: "\e90f";
}

.iconcircle-down:before{
    content: "\e910";
}

.iconcircle-left:before{
    content: "\e911";
}

.icongoogle-plus2:before{
    content: "\e912";
}

.icongoogle-drive:before{
    content: "\e913";
}

.iconfacebook2:before{
    content: "\e914";
}

.iconinstagram:before{
    content: "\e915";
}

.icontwitter:before{
    content: "\e916";
}

/*==================
 *header
 *==================*/
header{
    max-width: 1000px;
    margin: 0 auto;
    /*overflow: hidden;*/
}
header h1{
    margin: 0;
}
header img{
    max-width: 100%;
}
@media only screen and (min-width: 993px), print {
  header .global-navpc{
    padding: 20px 0 0;
	
}
}
header .global-navpc ul{
    list-style: none;
    overflow: hidden;
	
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  header .global-navpc ul{
    text-align: center;
}
}
header .global-navpc li a{
    float: left;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media only screen and (min-width: 992px), print {
  header .global-navpc li a{
    width: 142px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    background-size: 142px;
}
}

header .global-navpc .menu01 a{
	background-image:url(../img/common/menu01.png);
    
}
header .global-navpc .menu02 a{
    background-image:url(../img/common/menu02.png);
}
header .global-navpc .menu03 a{
    background-image:url(../img/common/menu03.png);
}
header .global-navpc .menu04 a{
    background-image:url(../img/common/menu04.png);
}
header .global-navpc .menu05 a{
    background-image:url(../img/common/menu05.png);
}
header .global-navpc .menu06 a{
    background-image:url(../img/common/menu06.png);
}
header .global-navpc .menu07 a{
    background-image:url(../img/common/menu07.png);
}







header .headersp-search .search-btn{
    font-family: 'icomoon';
}
header .headersp-box{
	background-color:#1455b6;
    padding: 5px 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    overflow: hidden;
	
}
header .headersp-box .accordion-heading{
    text-align: center;
	color:#FFF;
}
header .headersp-box .accordion-toggle:hover{
    text-decoration: none;
}
@media only screen and (max-width: 991px) {
  header .headersp-box .accordion-toggle{
    font-size: 1.5em;
    color: #ffffff;
    display: block;
    position: relative;
    padding: 3px 0px 5px 10px;
}
  header .headersp-box .accordion-toggle span{
    display: inline-block;
    padding: 3px 10px 0 5px;
    position: absolute;
    top: 5px;
    right: 0px;
}
}
@media only screen and (max-width: 921px) {
  header .headersp-box .headersp-search{
    text-align: right;
}
}
header .headersp-box input[type="text"]{
    width: 78%;
}
header .headersp-box input[type="submit"]{
    padding: 9px 20px;
}
header .headersp-nav ul{
    list-style: none;
}
header .headersp-nav ul li{
    border-bottom: 1px solid #FFF;
    background: #1455b6;
}
header .headersp-nav ul li a{
    display: block;
    padding: 10px 20px;
    color: #ffffff;
	font-weight:600;
}
header .headersp-nav ul li a:hover{
    text-decoration: none;
}
@media only screen and (min-width: 993px), print {
  header .logo{
    text-align: center;
}
}
@media only screen and (max-width: 767px) {
  header .logo{
    display: block;
    margin: 15px auto 10px;
    text-align: center;
    /*width: 70%;*/
    /*max-width: 250px;*/
}
  header .logo img{
    width: 100%;
}
}

.header-concept{
   
    font-weight: 400;
    padding: 5px 0 4px;
	color:#ffffff;
	font-size:11px;
	letter-spacing:0.5px;
}

.header-mypagenav{
    text-align: right;
}
.header-mypagenav p{
    margin: 0 0 5px;
}
.header-mypagenav ul{
    overflow: hidden;
}
.header-mypagenav ul li{
    display: inline-block;
    padding: 0 0 5px 10px;
}
.header-mypagenav ul li a{
    display: inline-block;
    color: #d25f14;
    padding: 5px 10px;
    border: solid #d25f14 1px;
    transition: .5s;
}
.header-mypagenav ul li a span{
    display: inline-block;
    padding: 0 0 0 10px;
}
@media only screen and (min-width: 993px), print {
  .header-mypagenav ul li a{
    cursor: pointer;
}
  .header-mypagenav ul li a:hover{
    text-decoration: none;
    color: #fff;
    background: #d25f14;
    border: 1px solid #d25f14;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* ie 8 */
    -moz-opacity: 1;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
}
  .header-mypagenav ul li a:hover span{
    color: #fff;
}
}
@media only screen and (max-width: 767px) {
  .header-mypagenav{
    padding: 0 10px;
}
  .header-mypagenav ul li a{
    padding: 5px 10px;
}
  .header-mypagenav ul li a:hover{
    text-decoration: none;
}
  .header-mypagenav ul li a span{
    font-weight: normal;
    display: inline-block;
    padding: 0 0 0 10px;
}
}

.header-attention{
    display: inline-block;
    text-align: center;
    background-color: #fc9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}
@media only screen and (min-width: 993px), print {
  .header-attention{
    font-size: 0.95em;
    margin: 15px 0 0;
}
}
@media only screen and (max-width: 767px) {
  .header-attention{
    margin: 10px auto;
    display: block;
    width: 90%;
}
}

.header-font{
    padding: 5px 10px 0 0;
}
.header-font p{
    display: inline-block;
}
.header-font .header-font-ul{
    display: inline-block;
}
.header-font .header-font-ul li{
    display: inline-block;
}
.header-font .header-font-ul .header-font-l, .header-font .header-font-ul .header-font-s{
    display: inline-block;
    padding: 5px;
    font-size: 0.9em;
    background: #ccc;
    cursor: pointer;
    color: #333;
}

.header-search-box{
    text-align: right;
}
@media only screen and (min-width: 993px), print {
  .header-search-box{
    padding: 15px 0 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header-search-box{
    padding: 10px 0 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header-tel{
    padding: 5px 0 0;
}
}

.global-navsp{
    margin: -1px 0 0;
}

/*==================
 *footer
 *==================*/
footer{
 	    background: url(../img/common/f2.png);
	background-repeat: repeat;
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: -20px;
    letter-spacing: 0.06em;
    height: auto;
    position: relative;
	color:#ffffff;
}
footer:after{
    content: " ";
    background-color: #;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -5px;
    right: 0;
}
footer .wrapper{
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
	padding-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  footer .wrapper{
    padding: 20px 10px;
}
}
@media only screen and (max-width: 767px) {
  footer .wrapper{
    padding: 20px 10px;
}
}
footer .footer-concept{
    font-size: 0.857em;
    font-weight: normal;
    padding: 0 0 10px;
	color:#ffffff;
}
footer #footerBar{
    position: relative;
    clear: both;
    line-height: 60px;

    font-size: 100%;
    text-align: center;

	   
    color: #fff;
}
footer #footerBar p{
    margin: 0;
}
@media only screen and (max-width: 767px) {
  footer #footerBar{
    text-align: left;
    line-height: 30px;
}
}
footer #footerBar #copyright{
    padding: 10px 0px 80px;
}
@media only screen and (max-width: 767px) {
  footer #footerBar #copyright{
    font-size: 0.7em;
    margin: 0 0 0 20px;
	      padding: 10px 0px 100px;
	color:#ffffff;
}
}
footer .sankaku2{
    background-image: url(../img/btn_arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    font-size: 0.929em;
    list-style: none;
    padding: 0 0 3px 15px;
	color:#ffffff;
}
footer .sankaku3{
    background-image: url(../img/arrow2.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    font-size: 0.929em;
    list-style: none;
    padding: 0 0 3px 8px;
	color:#ffffff;
}
@media only screen and (max-width: 767px) {
  footer .sankaku2{
    letter-spacing: -0.05px;
    background-position: 0px 5px;
    padding: 0 0 3px 15px;
	color:#ffffff;
}
}
footer .sankaku2 a,footer .sankaku3 a{
    color: #333;
	color:#ffffff;
}
@media only screen and (min-width: 993px), print {
  footer .sankaku2 a:hover{
    color:#493a31;
	text-decoration:none;
}
}

@media only screen and (max-width: 992px), print {
  footer .sankaku2 a:hover{
    color:#493a31;
	text-decoration:none;
}
}
@media only screen and (min-width: 993px), print {
  footer .footer-company{
    padding: 0px 0 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  footer .footer-company{
    text-align: center;
}
}
@media only screen and (max-width: 767px) {
  footer .footer-company{
    text-align: center;
}
  footer .footer-company .address{
    text-align: left;
    font-size: 0.8em;
}
  footer .footer-company img{
    max-width: 100%;
}
}
footer .footer-company .footer-company-title{
    font-weight: bold;
}
@media only screen and (min-width: 993px), print {
  footer .footer-company .footer-company-title{
    padding-top: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  footer .footer-company .footer-company-title{
    text-align: center;
}
}
@media only screen and (max-width: 767px) {
  footer .footer-company .footer-company-title{
    text-align: center;
}
}
footer .footer-nav{
    margin-top: 20px;
}
@media only screen and (min-width: 993px), print {
  footer .footer-nav .col-md-3{
    width: 26.5%;
}

}
footer #pagetop{
    position: absolute;
    top: 5px;
    right: 0px;
}
footer #pagetop a{
    display: block;
    width: 80px;
    height: 80px;
    background: url(../img/pagetop.png) no-repeat left top;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
  footer #pagetop a{
    width: 60px;
    height: 60px;
    -webkit-background-size: 60px 60px;
    -o-background-size: 60px 60px;
    background-size: 60px 60px;
}
}
@media only screen and (min-width: 993px), print {
  footer .footer-inquiry{
    padding: 0 0 0 30px;
    border-left: solid 0px #ccc;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  footer .footer-inquiry{
    padding: 0 0 0 10px;
    border-left: solid 1px #ccc;
}
}
footer .footer-inquiry img{
    max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  footer .footer-inquiry img{
    max-width: 95%;
}
}
footer .footer-inquiry a{
    display: block;
    margin: 0 auto;
    text-align: center;
}

/*=====================
 *default
 ======================*/
@media only screen and (min-width: 993px), print {
  .container{
    width: 1000px;
}
}

.content{
    min-height: 300px;
}
@media only screen and (min-width: 993px), print {
  .content{
    width: 1000px;
    margin: 15px auto 0;
}
}

.titleArea h2{
    font-weight: normal;
}
.titleArea .page_title{
    padding: 20px;
    text-align: center;
    background: #e4c19b;
    color: #fff;
}

.decoration-title{
    width: 60%;
    margin: 30px auto;
    text-align: center;
    font-size: 1.5em;
    position: relative;
    line-height: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .decoration-title{
    width: 70%;
    font-size: 1.3em;
}
}
@media only screen and (max-width: 767px) {
  .decoration-title{
    width: 70%;
    font-size: 1.2em;
}
}
.decoration-title:before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/kurasuma/mds_bg01.png) no-repeat left top;
    width: 53px;
    height: 30px;
}
@media only screen and (max-width: 767px) {
  .decoration-title:before{
    left: -55px;
}
}
.decoration-title:after{
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/kurasuma/mds_bg02.png) no-repeat left top;
    width: 53px;
    height: 30px;
}
@media only screen and (max-width: 767px) {
  .decoration-title:after{
    right: -55px;
}
}

.img-btn{
    display: inline-block;
}
.img-btn:hover{
    text-decoration: none;
}
@media only screen and (min-width: 993px), print {
  .img-btn .text{
    display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .img-btn .text{
    display: none;
}
}
@media only screen and (max-width: 767px) {
  .img-btn .text{
    color: #d25f14;
    background: #fff;
    border: 1px solid #d25f14;
    padding: 8px 15px 10px;
    text-align: center;
    text-decoration: none;
    transition: .5s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: icomoon;
}
}
@media only screen and (max-width: 767px) {
  .img-btn img{
    display: none;
}
}

.title-underline{
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    margin: 0 0 30px;
}

/*=====================
 * inquiry
 ======================*/
.contentInquiry{
    padding: 0 10px;
}

.inquiry-table-box{
    margin: 0 0 60px;
    border-bottom: solid 1px #ccc;
}

.agreement-box{
    background: #faefe7;
    padding: 20px 30px 30px;
    margin: 30px 0;
    position: relative;
}
.agreement-box .top-line{
    position: absolute;
    content: " ";
    width: 100%;
    height: 5px;
    top: -4px;
    left: 0;
    background-image: url("../img/kurasuma/inquiry-line.png");
}
.agreement-box .bottom-line{
    position: absolute;
    content: " ";
    width: 100%;
    height: 5px;
    bottom: -4px;
    left: 0;
    background-image: url("../img/kurasuma/inquiry-line.png");
}
.agreement-box:before{
    position: absolute;
    content: " ";
    width: 5px;
    height: 100%;
    top: 0;
    left: -2px;
    background-image: url("../img/kurasuma/inquiry-line02.png");
}
.agreement-box:after{
    position: absolute;
    content: " ";
    width: 5px;
    height: 100%;
    top: 0;
    right: -2px;
    background-image: url("../img/kurasuma/inquiry-line02.png");
}
@media only screen and (max-width: 767px) {
  .agreement-box{
    padding: 20px 20px 30px;
}
}
.agreement-box ul{
    list-style-type: decimal;
    padding: 0 0 0 20px;
    line-height: 1.8em;
    letter-spacing: 1.2px;
}
.agreement-box ul li{
    margin: 0 0 10px;
}
.agreement-box h4{
    text-align: center;
    margin: 0 0 15px;
    font-weight: bold;
    color: #d25f14;
}

.inquiry-tel-number{
    text-align: center;
    color: #ED8099;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin: 0 0 60px;
}
@media only screen and (min-width: 993px), print {
  .inquiry-tel-number{
    font-size: 2.5em;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inquiry-tel-number{
    font-size: 2.2em;
}
}
@media only screen and (max-width: 767px) {
  .inquiry-tel-number{
    font-size: 1.8em;
}
}

.agree-btn-on{
    display: none;
    text-align: center;
    margin: 40px auto 60px;
}

.agree-btn-off{
    display: inline-block;
    text-align: center;
    margin: 40px auto 60px;
}
@media only screen and (max-width: 767px) {
  .agree-btn-off .text{
    color: #ccc;
    border: 1px solid #ccc;
}
}

.agreeChkArea{
    text-align: center;
}
.agreeChkArea .agree-check-line{
    display: block;
    text-align: center;
}
.agreeChkArea .agree-check-line label{
    letter-spacing: 1.5px;
    font-size: 1.2em;
    padding: 0 0 0 20px;
    cursor: pointer;
}
.agreeChkArea .agree-check-line input[type="checkbox"]{
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    border-radius: 8px;
    background-color: #fff;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transform-origin: right bottom;
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform-origin: right bottom;
    -moz-transform: scale(1.5, 1.5);
    -webkit-border-radius: 0;
    border-radius: 0;
    border: solid 1px #333;
}

.supportArea .table > tbody > tr > th{
    position: relative;
    padding: 8px 40px 8px 8px;
}
@media only screen and (max-width: 767px) {
  .supportArea .table > tbody > tr > th{
    padding: 8px;
}
}
.supportArea table th, .supportArea table td{
    border-top: none;
}
@media only screen and (max-width: 767px) {
  .supportArea table th, .supportArea table td{
    display: block;
    width: 100%;
}
}
.supportArea table .table-radio input[type="radio"]{
    cursor: pointer;
    border: solid 1px #535362;
}
.supportArea table .table-radio label{
    cursor: pointer;
    padding: 0 0 0 20px;
    font-weight: normal;
}
.supportArea table .table-radio ul{
    list-style: none;
}
.supportArea table .table-radio ul li{
    margin: 0 0 10px;
}
.supportArea table textarea{
    width: 100%;
}
@media only screen and (min-width: 993px), print {
  .supportArea table input[type="text"]{
    width: 45%;
    margin: 0 20px 0 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .supportArea table input[type="text"]{
    width: 45%;
    margin: 0 20px 0 0;
}
}
@media only screen and (max-width: 767px) {
  .supportArea table input[type="text"]{
    width: 90%;
}
}
@media only screen and (min-width: 993px), print {
  .supportArea table .input-text-harf input[type="text"]{
    width: 30%;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .supportArea table .input-text-harf input[type="text"]{
    width: 30%;
}
}
@media only screen and (max-width: 767px) {
  .supportArea table .input-text-harf input[type="text"]{
    width: 40%;
}
}
@media only screen and (min-width: 993px), print {
  .supportArea table .select-box select{
    width: 41%;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .supportArea table .select-box select{
    width: 41%;
}
}
@media only screen and (max-width: 767px) {
  .supportArea table .select-box select{
    width: 82%;
}
}

.req{
    position: absolute;
    top: 12px;
    right: 20px;
    color: #ED8099;
    font-size: 0.8em;
    padding: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .req{
    position: static;
}
}

.form_flow ul{
    list-style: none;
    text-align: center;
}
.form_flow ul li{
    text-align: center;
    padding: 10px;
    font-weight: bold;
    width: 80%;
    border: solid 1px #d25f14;
    color: #d25f14;
    margin: 0 auto 30px;
    position: relative;
}
.form_flow ul li:before{
    content: "\e910";
    position: absolute;
    top: -28px;
    left: 47%;
    font-family: 'icomoon';
    font-size: 1.3em;
    font-weight: normal;
}
.form_flow ul .first:before{
    display: none;
}
.form_flow ul .select{
    color: #fff;
    background: #d25f14;
}

.alert-error{
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    color: #ED8099;
    border: 1px solid #ED8099;
}

.help-block{
    font-size: 0.8em;
}

/*=====================
 * カレンダー
 ======================*/
.calendar-year-title{
    margin: 30px 0 10px;
    font-size: 1.5em;
}

@media only screen and (max-width: 767px) {
  .calendar-page{
    padding: 0 10px;
}
}
.calendar-page .calender-month-table, .calendar-page .calender-year-table{
    background: #fff;
}
.calendar-page .calender-month-table ul, .calendar-page .calender-year-table ul{
    list-style: none;
    line-height: 1.5em;
    font-size: 0.9em;
    padding: 5px 0 0;
}
.calendar-page .calender-month-table ul li, .calendar-page .calender-year-table ul li{
    padding: 0 0 5px 55px;
    position: relative;
}
.calendar-page .calender-month-table ul li:before, .calendar-page .calender-year-table ul li:before{
    position: absolute;
    font-size: 0.6em;
    padding: 0 3px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 767px) {
  .calendar-page .calender-month-table ul li, .calendar-page .calender-year-table ul li{
    padding: 0 55px 5px 55px;
}
}
.calendar-page .calender-event:before{
    content: "イベント";
    background: #1eaa39;
    color: #fff;
}
.calendar-page .calender-check:before{
    content: "定期点検";
    background: #b40432;
    color: #fff;
}
.calendar-page .calender-year-table ul{
    margin: 10px 0 0;
}
.calendar-page .calender-year-table .year-month a{
    width: 100%;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    padding: 5px 20px;
    border: 1px solid #d25f14;
    color: #d25f14;
    display: block;
    transition: .5s;
}
.calendar-page .calender-year-table .year-month a:hover{
    text-decoration: none;
}
@media only screen and (min-width: 993px), print {
  .calendar-page .calender-year-table .year-month a:hover{
    color: #fff;
    background: #d25f14;
    border: 1px solid #d25f14;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* ie 8 */
    -moz-opacity: 1;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
}
}
@media only screen and (min-width: 993px), print {
  .calendar-page .calender-year-table th, .calendar-page .calender-year-table td{
    width: 25%;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .calendar-page .calender-year-table th, .calendar-page .calender-year-table td{
    width: 25%;
}
}
@media only screen and (max-width: 767px) {
  .calendar-page .calender-year-table th, .calendar-page .calender-year-table td{
    display: block;
}
}
.calendar-page .calender-month-table tr{
    min-width: 200px;
}
@media only screen and (max-width: 767px) {
  .calendar-page .calender-month-table th{
    width: 30%;
}
}
.calendar-page .calender-month-table td{
    position: relative;
}
@media only screen and (min-width: 993px), print {
  .calendar-page .calender-month-table .btn-position{
    position: relative;
    min-height: 42px;
    overflow: hidden;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .calendar-page .calender-month-table .btn-position{
    position: relative;
    min-height: 42px;
    overflow: hidden;
}
}
.calendar-page .calender-month-table ul{
    margin: 10px 0 0;
    width: 75%;
}
@media only screen and (max-width: 767px) {
  .calendar-page .calender-month-table ul{
    margin: 0;
    display: block;
    width: 100%;
}
}
.calendar-page .calender-month-table ul li{
    margin: 0 0 10px;
}
.calendar-page .calender-month-table ul li:before{
    top: 4px;
}
@media only screen and (max-width: 767px) {
  .calendar-page .calender-month-table ul li{
    margin: 0 0 15px;
}
  .calendar-page .calender-month-table ul li:before{
    top: 0;
}
}
@media only screen and (max-width: 767px) {
  .calendar-page .calender-month-table .btn{
    font-size: 0.8em;
    padding: 5px 10px;
}
}
.calendar-page .calender-month-table .btn-xs{
    margin: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .calendar-page .calender-month-table .btn-xs{
    position: absolute;
    width: 45px;
    top: 0;
    right: 0;
    margin: 0;
}
}
.calendar-page .calender-month-table .pull-right{
    position: absolute;
    right: 10px;
    bottom: 5px;
    border: 1px solid #1eaa39;
    color: #1eaa39;
}
@media only screen and (min-width: 993px), print {
  .calendar-page .calender-month-table .pull-right:hover{
    background: #1eaa39;
    color: #fff;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .calendar-page .calender-month-table .pull-right:hover{
    background: #1eaa39;
    color: #fff;
}
}
@media only screen and (max-width: 767px) {
  .calendar-page .calender-month-table .pull-right{
    position: static;
}
}
.calendar-page .calender-tip-list{
    background: transparent;
}
.calendar-page .calender-tip-list ul li{
    display: inline-block;
    margin: 0 20px 5px 0;
    padding: 0 0 5px 55px;
}
.calendar-page .calender-tip-list ul li:before{
    top: 0px;
}

/*=====================
 * ボタン設定　（PC用のみ画像）
 ======================*/
@media only screen and (min-width: 993px), print {
  input[type="submit"].submit_agreement{
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/kurasuma/nyuryokukakunin_.png") no-repeat;
    padding: 0;
    border: none;
    width: 240px;
    height: 41px;
}
}

/*=====================
 * 助っ人　class
 ======================*/
@media only screen and (min-width: 993px), print {
  .pc-br{
    display: block;
}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .tb-br{
    display: block;
}
}

@media only screen and (max-width: 767px) {
  .sp-br{
    display: block;
}
}

.font-bold{
    font-weight: bold;
}

.margintop10{
    margin: 10px 0 0;
}

.margintop30{
    margin: 30px 0 0;
}

.margintop60{
    margin: 60px 0 0;
}

.marginunder10{
    margin: 0 0 10px;
}

.marginunder30{
    margin: 0 0 30px;
}

.marginunder60{
    margin: 0 0 60px;
}


#gm {
  
    width: 100%;
    
    border-top: 3px solid #b6d118;
 border-bottom: #bcb8ac solid 1px;
    margin-bottom: 20px;
	 background: url(../img/common/ghaikei.png);
	 background: #ffffff;
}

#gm1 {
  
    width: 100%;
    background: url(../img/common/.png);
}

#gm ul {
  width: 1000px;
  margin: 0 auto;
  height: 57px;
 background: url(../img/common/gsen.png) no-repeat right center;
}

#gm li {
  display: block;
  float: left;
}

#gm li a {
  display: block;
  width: 142px;
  height: 57px;
  padding-top: 20px;
  background: url(../img/common/gsen.png) no-repeat left center;
  color: inherit;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color:#5d4c41;
}

#gm li.gm1 a {
	  display: block;
  width: 142px;
  height: 57px;
  padding-top: 20px;
  background:none;
  color: inherit;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color:#5d4c41;
}


#gm li.gm4 a {
	  display: block;
  width: 142px;
  height: 57px;
  padding-top: 20px;
  background:none;
  color: inherit;
  font-size: 12.2px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color:#5D4C41;
    background: url(../img/common/gsen.png) no-repeat left center;
}


#gm li.gm8 a {
	  display: block;
  width: 142px;
  height: 57px;
  padding-top: 20px;
  background: url(../img/common/gsen.png) no-repeat left center;

  color: inherit;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}



#gm li a span {
  font-size: 12px;
  color: #959595;
}

#gm li a:hover,
#gm li a:hover * {
  color: ##72bc1a;

  
}

#gm li.gm_sp {
  display: none;
}

#hhhgray{
	width:100%;
  background: #dbf1ff;

	padding-top:8px;
    padding-bottom:8px;
	background-repeat: repeat-x;
}
.hhhblack{
	width:100%;
	
	    background: #534741;background:#1455b6;
	padding-top:2px;
    padding-bottom:2px;
	background-repeat: repeat-x;
}

@media only screen and (max-width: 991px), print {
#gm {
	display:none;
}
}


@media only screen and (max-width: 991px), print {
	.hhhblack{
	display:none;
}
}


@media only screen and (min-width: 992px), print {
.logo{
    width: 340px;
    float: left;
    padding-top: 12px;
    padding-bottom: 15px;
}
	
.mail1{
	width:410px;
	float:right;
    padding-top:15px;
	padding-bottom:0px;		
}

.mail1 table{

}
}




@media only screen and (max-width: 991px), print {
.logo{
		width:96%;
		text-align:center;
		padding-top:10px
		position: relative;
    min-height: 1px;
	padding-left:20px;
  
	}
	
	.mail1{
	width:100%;
	text-align:center;
    padding-top:6px;
	padding-bottom:4px;	
	text-align:center;
	padding-left:20px;	
	padding-right:15px;	
}

.mail1 table {
	width:100%;
	
}
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.container{
	padding-right:0px;
	padding-left:0px;
	margin-right:auto;
	margin-left:auto
	color:#fffae8;
}

@media only screen and (max-width: 991px), print {
	
	.container{
	padding-right:10px;
	padding-left:10px;
	margin-right:auto;
	margin-left:auto
}

}

.haikeigray{
	background-color:#;width: 100%;
    background: #;
    padding-top: 18px;
    padding-bottom: 30px;
    background-repeat: repeat-x;
	}
	
.nakaback {
    background-color: #;
    color: #333333;
    margin: 15px;
    font-size: 15px;
    /* text-align: center; */
    font-weight: normal;
    height: auto;
	
}

.nakaback1{
	
	padding: px;
	padding-top:9px;
}
.nakamidasi{

font-size: 1.5rem;
    font-family: "GSanSerif-B",sans-serif,"typesquare";
font-size:24px;
padding-top:18px;
padding-bottom:-3px;
font-weight:bold;
text-align:center;
letter-spacing:1.2px;
    font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;

}
.saisinzyouhou{
	clear:both;
	padding-bottom:25px;
	
}
.saisin1{
	float:left;
	width:18%;
}

.saisin2{
	float:left;
	width:82%;
}

@media only screen and (max-width: 600px), print {
.saisinzyouhou{
	clear:both;
	padding-bottom:25px;
	margin-bottom:25px;
}
.saisin1{
	float:left;
	width:100%;
	
}

.saisin2{
	float:left;
	width:100%;

}
}


.sidekiback {
    background-color: #cb9722;
    color: #FFFFFF;
    padding: 15px 15px 4px 30px;
    font-size: 15px;
    /* text-align: center; */
    font-weight: 600;
    height: auto;
	text-align:center;
	line-height: 60px;
    letter-spacing: 0.9px;
	border: solid 1px #cccccc;
}

 .sidebackfutu {
    background-color: #ffffff;
    color: #333333;
    padding: 15px 15px 4px 30px;
    font-size: 85%;
    /* text-align: center; */
    font-weight: 600;
    height: auto;
	padding-left:10px;
	text-align:;
	line-height: 50px;
    letter-spacing: 0.9px;
	border: solid 1px #cccccc;
	background: url(../img/common/ya_off.png) no-repeat 200px 17px;
}

 .sidebackfutu a {
 background-color: #ffffff;
    color: #333333;
    padding: 15px 15px 4px 30px;
    font-size: 85%;
    /* text-align: center; */
    font-weight: 600;
    height: auto;
	padding-left:10px;
	text-align:;
	line-height: 50px;
    letter-spacing: 0.9px;
	

}





.sidebackfutu a:hover{
    background-color: #000000;
    color: #333333;
    
    font-size: 15px;
    /* text-align: center; */
    font-weight: 600;
    height: auto;
	text-align:center;
	line-height: 60px;
    letter-spacing: 0.9px;
	border: solid 1px #cccccc;
}

.pt20{
	padding-top:20px;
}

.daini {
    padding-top:25px;
    width: 100%;
	padding-bottom:25px;
	background-color:#000;
  
}

.dainimozi{
	color:#FFF;
	font-weight:bold;
	margin-left:10px;
	font-size:25px;
	    letter-spacing: 1.2px;
    font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.h2Sub {
    border-bottom: 1px dotted #bababa;
    padding: 0 0 15px 0;
    font-size: 28px;
}
.pagemidasi{
	color:#333333;
	font-weight:bold;
	margin-left:0px;
	font-size:20px;
	    letter-spacing: 1.2px;
		margin-top:20px;
			margin-bottom:20px;
    font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	
}	

address {
    margin-bottom: 0px;
    font-style: normal;
    line-height: 1.42857143;
}


.botan50 {
    width: 80%;
    float: left;
   position: relative;
    min-height: 1px;
  
    padding-right: 30px;
}


.botan51 {
    width: 20%;
    float: left;
   position: relative;
    min-height: 1px;
  
}

@media (max-width: 450px){
	
.botan50 {
    width: 100%;
    float: left;
   position: relative;
    min-height: 1px;
  
    padding-right: 0px;
}


.botan51 {
    width: 100%;
    float: left;
   position: relative;
    min-height: 1px;
  
}		
}

.mb25{
	padding-bottom:25px;
}

.mb30{
	padding-bottom:30px;
}

.iiimmm img{
	width:224px !important;
}
@media (max-width: 450px){
.iiimmm img{
	width:180px !important;
}
}

.flowya img{
	width:73px !important;
	text-align:center !important;
}

.nagareback{
	background:#;
	padding:10px;
	border:solid 1px #b3b3b3;
}
	
	
.mawari{
	background:#;
	padding:10px;
	border:solid 1px #b3b3b3;
	clear:both;
}
	
.abouthidari {
    width: 55%;
    float: left;
   position: relative;
    min-height: 1px;
  
    padding-right: 30px;
}


.aboutmigi  {
    width: 45%;
    float: left;
   position: relative;
    min-height: 1px;
  
}

@media (max-width: 450px){
	
.abouthidari {
    width: 100%;
    float: left;
   position: relative;
    min-height: 1px;
  
    padding-right: 0px;
}

.aboutmigi  {
    width: 100%;
    float: left;
   position: relative;
    min-height: 1px;
  
}		
}	
	.mawari1{
	background:#;
	padding:10px;

	clear:both;
}

.isomaku{
	width:489px;
}


@media (max-width: 500px){
	
.isomaku{
	width:100%;
}		
}

.kakomi{
	background:#f2f2f2;
	padding:15px;
	clear:both;
}

.kouzicath{
	font-size:22px;
	font-weight:bold;
	color:#cb9722;
	padding-bottom:3px;
}



.kouzisaisho1 {
    width: 72%;
    float: left;
   position: relative;
    min-height: 1px;
  
    padding-right: 15px;
}


.kouzisaisho2 {
    width: 28%;
    float: left;
   position: relative;
    min-height: 1px;
  
}

@media (max-width: 450px){
	
.kouzisaisho1{
    width: 100%;
    float: left;
   position: relative;
    min-height: 1px;
  
    padding-right: 0px;
}


.kouzisaisho2 {
    width: 100%;
    float: left;
   position: relative;
    min-height: 1px;
  
}		
}

.mawari1 {
    padding: 12px;
    border: solid 1px #b3b3b3;
    clear: both;
}




.eiseisekou1 {
    width: 50%;
    float: left;
   position: relative;
    min-height: 1px;
  
    padding-right: 15px;
}


.eiseisekou2 {
    width: 50%;
    float: left;
   position: relative;
    min-height: 1px;
  
}

@media (max-width: 450px){
	
.eiseisekou1{
    width: 100%;
    float: left;
   position: relative;
    min-height: 1px;
  
    padding-bottom: 10px;
}


.eiseisekou2 {
    width: 100%;
    float: left;
   position: relative;
    min-height: 1px;
     padding-bottom: 10px;
}		
}


.borderbtm {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    margin-bottom: 8px;
    margin-top: 10px;
}

.eiseikoumoku{
	 width: 100%;
    float: left;
   position: relative;
    min-height: 1px;
}

.kuroback {
    background-color: #000000;
    color: #FFFFFF;
    padding: 8px 0 4px 15px;
    font-size: 15px;
    /* text-align: center; */
    font-weight: bold;
    height: auto;
}

.midoriback {
   background-color: ;
    height: 32px;color: #4c5154;
    color: #0071BC;    clear: both;
	
    font-size: 18px;
    font-weight: bold;
    padding: 6px 0 0 4px;
    padding-left: 0px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
	    letter-spacing: 0.9px;
}

.wakushadowtop {
    margin: 0 0 4px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
    width: 100%;
}



.nenkan1 {
   
      width: 33%;
    float: left;
   position: relative;
    min-height: 1px;
  
    padding-right: 20px;
	margin-bottom:20px;
}


.nenkan2 {
 width: 30%;
    float: left;
   position: relative;
    min-height: 1px;
	margin-bottom:20px;
}

@media (max-width: 700px){
	
.nenkan1 {
   
      width: 100%;
    float: left;
   position: relative;
    min-height: 1px;
  
    padding-right: 15px;
	margin-bottom:20px;
}


.nenkan2 {
 width: 100%;
    float: left;
   position: relative;
    min-height: 1px;
	  padding-right: 15px;
	margin-bottom:20px;
}	
}


.shokai1{
  width:100%;
  border: 1px solid #cccccc;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.shokai1 th{
  padding: 6px 8px 5px;
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
text-align:center;
  overflow: hidden;
  font-style: normal;
  font-size: 13px;

  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #F4F4F4;
}
 
.shokai1 td{
padding: 5px 10px;
text-align:center;
vertical-align: top;
background-color: #ffffff;
border-top: solid 1px #cccccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
font-size: 13px;
border-right: solid 1px #cccccc;
}

.itinitinagare{
  width:100%;
  border: 1px solid #cccccc;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.itinitinagare th{
  padding: 6px 8px 5px;
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
text-align:center;
  overflow: hidden;
  font-style: normal;
  font-size: 13px;
text-align:center;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #F4F4F4;
}
 
.itinitinagare td{
padding: 5px 10px;
text-align:center;
vertical-align: top;
background-color: #ffffff;
border-top: solid 1px #cccccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
font-size: 13px;
border-right: solid 1px #cccccc;
text-align:center;
}




.mb35{
	padding-bottom:35px;
}

.mizuiroback {
    background-color: #008b6a;
    height: 38px;
	width:150px;
    color: #ffffff;
    font-size: 17px;
	text-align:center;
    font-weight: bold;
    padding: 7px 0 0 4px;
    padding-left: 10px;
	margin-bottom: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 0.9px;
	font-weight:600;
}


.kyuushokuback{
	width: 100%;
padding-top:10px;
    margin-top: px;
    background: url(../img/kyushoku/6.png) right no-repeat;

    margin-bottom: 10px;
}

.borderbottom {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
}

.mozi1 {
    
    font-weight: bold;
	color: #454545;
    margin-bottom: 15px;
}

.mb40{
	padding-bottom:40px;
}

.koumoku ul li {
    background-image: url(../img/sitemap/siteya.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 27px;
    list-style-type: none;

}

.koumoku ul li a{	color:#454545;
line-height:25px;
}

.kankeiseihyou{
	100%

}.kankeiseihyou table{

	text-align:center;width:467px;
}

.hidarinone{
}

@media (max-width:767px){
	.hidarinone{
		display:none;
}
}

@media (min-width:768px){
.hidarisita{
		display:none;
}
}

@media (max-width:767px){
	.hidarisita{
		
}
}

.qqq1{
    font-size: 15px;
	font-weight:bold;
    margin-bottom: 10px;
    letter-spacing: 2px;
position: relative;
    color: #72bc1a;
}

.aaa1{
	font-size: 13px;
    margin-bottom: 40px;
    line-height: 2;
    letter-spacing: 1px;
    position: relative;
}
.saisinwaku{
	background: #ddf5fb;
	border-radius: 6px;
	height: 230px;
	padding: 14px;
}
.aowaku{
	border: solid 1px #008CCE;
	border-radius: 0px;
	padding:15px;
}
.f1{
	    background: url(../img/common/f1.png) repeat-x ;
	height: 20px;
}
.bold{
	font-weight: bold;
}
.f16{
	font-size:16px;
}
.siro{
	color: #ffffff;
}
.ao{
	color:#0071BC;
}
.kuro{
	color:#3d4246;
}
.kon{
	color:#1455b6;
}
#fh5co-clients {
    padding: 0.3em 0;
    background: #1455b6;
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}
footer .hune{
	right:35px;
	bottom:160px;
	position: absolute;
	width:80px;
	z-index:1500;
}

@media (min-width: 768px){
.col-lg-30{
	width: 30%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-lg-70{
	width: 70%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}	
}
.kumo{
	position: relative;
	margin-top:-100px;
	max-width: 100%;
    max-height: 100%;
    height: auto;
    border: 0;
    line-height: 1;
    vertical-align: bottom;
}

.kumo{
position: absolute;
    bottom: 0;
    width: 100%;
}

#box {
    position: relative;
}

.bgao{
	background: #dbf1ff;
}

@media (min-width: 1511px){
.kamomehidari{
	position: absolute;
	left: 60px;
    top: 170px;
	  background: url(../img/top/kamomehidari.png)  ;
width: 200px;
	height: 140px;
	z-index:100000;
	
}
.taiyou{
	position: absolute;
	right: 90px;
    top: 620px;
	  background: url(../img/common/taiyou1.png) no-repeat ;
width: 211px;
	height: 199px;
	z-index:100000;
	
}	
.irasuto .migi{
			position: absolute;
	right: 0px;
    top: 850px;
	  background: url(../img/common/migi.png)  no-repeat;
width: 235px;
	height: 1186px;
	z-index:100000;
	}	
.irasuto .hidari{
			position: absolute;
	left: 0px;
    top: 850px;
	  background: url(../img/common/hidari.png)  no-repeat;
width: 235px;
	height: 1186px;
	z-index:100000;
	}		
	
}

@media only screen and (min-width: 1400px) and (max-width: 1510px) {
.kamomehidari{
	position: absolute;
	left: 10px;
    top: 110px;
	  background: url(../img/top/kamomehidari.png)  ;
width: 200px;
	height: 155px;
	z-index:100000;
	
}
.taiyou{
	position: absolute;
	right: 10px;
    top: 700px;
	  background: url(../img/common/taiyou1.png)  no-repeat;
width: 154px;
	height: 155px;
	z-index:100000;
	
}
.irasuto .migi{
			position: absolute;
	right: 0px;
    top: 850px;
	  background: url(../img/common/migi.png)  no-repeat;
width: 235px;
	height: 1186px;
	z-index:100000;
	}
.irasuto .hidari{
			position: absolute;
	left: 0px;
    top: 850px;
	  background: url(../img/common/hidari.png)  no-repeat;
width: 235px;
	height: 1186px;
	z-index:100000;
	}
	
}
@media (max-width: 1399px){
.kamomehidari{
display: none;
	
}
}

@media (min-width: 1200px){
.dainihaikei{
	background: url(../img/common/daini.png)  no-repeat;
	background-size:cover;
	height: 280px;
}
	.dainimozi{
		text-align: left;
		font-weight:bold;
	position: relative;
		padding-top:70px;
		font-size:34px;
		color:#1455b6;
	}		
}


@media only screen and (min-width: 992px) and (max-width: 1199px){
.dainihaikei{
	background: url(../img/common/daini.png)  no-repeat;
	background-size:cover;
	height: 200px;
}
	.dainimozi{
		text-align: left;
		font-weight:bold;
	position: relative;
		padding-top:50px;
		font-size:32px;
		color:#1455b6;
	}	
	
}

@media (max-width: 991px){
.dainihaikei{
	background: url(../img/common/dainisp.png)  no-repeat;
	background-size:cover;
	height: 180px;

}
	.dainimozi{
		text-align: center;
		font-weight:bold;
	position: relative;
		padding-top:60px;
		font-size:22px;
		color:#1455b6;
	}
}

.catch3{
	color: #0071BC;
    font-size: 18px;
	font-weight: bold;
}
.catch4{
	color: #1455b6;
    font-size: 18px;
	font-weight: bold;
}
.mizuiro{
	color: #0071BC;
}

.bold{
	font-weight: bold;
}

.kogetya{
	color:#534741;
}
.w72 {
    width: 72px !important;
}
.kosodatesien1 {
    background: url(../img/kosodatesien/tokei.png) 0 0 no-repeat;
        padding: 5px 5px 5px 40px;
    border-bottom: 1px solid #F29600;
    font-weight: bold;
    color: #555555;
    font-size: 110%;
    margin-bottom: 10px;
}
.kosodatesien1kiiro{
	   color: #F29600;
	font-weight: bold;
} 
.kosodatesien2 {
    background: url(../img/kosodatesien/tori.png) 0 0 no-repeat;
        padding: 5px 5px 5px 40px;
    border-bottom: 1px solid #4CB89A;
    font-weight: bold;
    color: #555555;
    font-size: 110%;
    margin-bottom: 10px;
}
.kosodatesien2kmidori{
	   color: #4CB89A;
	font-weight: bold;
} 
.kosodatesienpinku{
	color: #ea8c9b;	font-weight: bold;
}

.aka1 {
    color: #de0000;
}

.mousikominonagaere{
	color: #1455b6;
   background: #e1f6f7;
    font-weight: bold;
	border:solid 1px #1455b6;
	
}
@media only screen and (min-width: 992px) {
.mousikominonagaere p{
	vertical-align: middle;
	margin-top:17px;
	 font-size: 20px;
	    font-weight: bold;
}
}
@media only screen and (min-width: 400px) and (max-width: 991px){
.mousikominonagaere p{
	vertical-align: middle;
	margin-top:10px;
	    font-weight: bold;
	 font-size: 18px;
}	
}

.news1 {
    overflow: auto;
    clear: both;
    height: 220px;

    width: 100%;
    box-sizing: border-box;
}

.news1sen{
	

    margin-bottom: 10px;
color: #0071BC;
    clear: both;
    font-size: 18px;
    font-weight: bold;
	border-bottom:dotted 1px #2d98de;
	line-height: 35px;
}