@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{
    background: #fcfcfc;
}

@media only screen and (min-width: 993px), print {
  a:hover{
    color: #b30331;
    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{
    color: #b30331;
    text-decoration: none;
    backface-visibility: hidden;
}
}

a:active{
    color: #b30331;
    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;
}

::selection{
    color: #fff;
    background: #7AA550;
}

::-moz-selection{
    color: #fff;
    background: #7AA550;
}

.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: #7AA550;
    background: #fff;
    border: 1px solid #7AA550;
    padding: 5px 15px 5px;
    text-align: center;
    text-decoration: none;
    transition: .5s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: icomoon;
}
@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.2em;
}
}
@media only screen and (max-width: 767px) {
  input[type="button"], input[type="submit"], button, .btn{
    font-size: 1.2em;
}
}

.btn.focus, .btn:focus, .btn:hover{
    color: #7AA550;
    text-decoration: none;
}

@media only screen and (min-width: 993px), print {
  input[type="button"]:hover, input[type="submit"]:hover, button:hover, .btn:hover{
    color: #fff;
    background: #7AA550;
    border: 1px solid #7AA550;
    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 {
  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 #535362;
    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;
}

.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: #7AA550;
}

/* //////////フォント/////////////// */
@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: #FF9698;*/
	/*夏*/
	/*color: #a2d622;*/
	/*秋*/
	color: #FFA33E;
	/*冬*/
	/*color: #8D71E0;*/
}

.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: 993px), print {
  header .global-navpc li a{
    width: 142.5px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    background-size: 142px;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  header .global-navpc li a{
    width: 14.2%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    background-size: 106px;
}
}
header .global-navpc .about a{
    background-image: url(../img/kurasuma/menu01.jpg);
}
header .global-navpc .lifecontent a{
    background-image: url(../img/kurasuma/menu02.jpg);
}
header .global-navpc .living a{
    background-image: url(../img/kurasuma/menu03.jpg);
}
header .global-navpc .maintenance a{
    background-image: url(../img/kurasuma/menu04.jpg);
}
header .global-navpc .senior a{
    background-image: url(../img/kurasuma/menu05.jpg);
}
header .global-navpc .question a{
    background-image: url(../img/kurasuma/menu06.jpg);
}
header .global-navpc .contact a{
    background-image: url(../img/kurasuma/menu07.jpg);
}
header .headersp-search .search-btn{
    font-family: 'icomoon';
}
header .headersp-box{
    padding: 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
header .headersp-box .accordion-heading{
    text-align: center;
}
header .headersp-box .accordion-toggle:hover{
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
  header .headersp-box .accordion-toggle{
    font-size: 1.5em;
		/*春*/
    /*color: #FF9698;*/
		/*夏*/
		/*color: #a2d622;*/
		/*秋*/
		color: #FFA33E;
		/*冬*/
		/*color: #8D71E0;*/
    display: block;
    position: relative;
    padding: 3px 30px 5px 10px;
}
  header .headersp-box .accordion-toggle span{
    display: inline-block;
    padding: 3px 0 0 5px;
    position: absolute;
    top: 5px;
    right: 0px;
}
}
@media only screen and (max-width: 767px) {
  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 #ccc;
    background: #f4f4f4;
}
header .headersp-nav ul li a{
    display: block;
    padding: 10px 20px;
    color: #333;
}
header .headersp-nav ul li a:hover{
    text-decoration: none;
}
@media only screen and (min-width: 993px), print {
  header .logo{
    text-align: right;
}
}
@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-size: 0.9em;
    font-weight: normal;
    padding: 5px 0 15px;
}

.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: #7AA550;
    padding: 5px 10px;
    border: solid #7AA550 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: #7AA550;
    border: 1px solid #7AA550;
    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-color: #f4f4f4;
    line-height: 1.5;
    margin-top: 60px;
    margin-bottom: -20px;
    letter-spacing: 0.06em;
    height: auto;
    position: relative;
}
footer:after {
	content: " ";
	/*春*/
	/*background-color: #FF9698;*/
	/*夏*/
	/*background-color: #a2d622;*/
	/*秋*/
	background-color: #FFA33E;
	/*冬*/
	/*background-color: #8D71E0;*/
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: -5px;
	right: 0;
}
footer .wrapper{
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}
@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;
}
footer #footerBar{
	position: relative;
	clear: both;
	line-height: 80px;
	font-size: 100%;
	text-align: center;
	/*春*/
	/*background-color: #FF9698;*/
	/*夏*/
	/*background-color: #a2d622;*/
	/*秋*/
	background-color: #FFA33E;
	/*冬*/
	/*background-color: #8D71E0;*/
	color: #fff;
}
footer #footerBar p{
    margin: 0;
}
@media only screen and (max-width: 767px) {
  footer #footerBar{
    text-align: left;
    line-height: 60px;
}
}
footer #footerBar #copyright{
    padding: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  footer #footerBar #copyright{
    font-size: 0.7em;
    margin: 0 0 0 20px;
}
}
footer .sankaku2{
    background-image: url(../img/common/yasirusi.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    font-size: 0.929em;
    list-style: none;
    padding: 0 0 10px 18px;
}
@media only screen and (max-width: 767px) {
  footer .sankaku2{
    letter-spacing: -0.05px;
    background-position: 0px 5px;
    padding: 0 0 15px 18px;
}
}
footer .sankaku2 a{
    color: #333;
}
@media only screen and (min-width: 993px), print {
  footer .sankaku2 a:hover{
    color: #eda93b;
}
}
@media only screen and (min-width: 993px), print {
  footer .footer-company{
    padding: 30px 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 .footer-nav .col-md-4{
    width: 40%;
}
}
footer #pagetop{
    position: absolute;
    top: 5px;
    right: 0px;
}
footer #pagetop a{
    display: block;
    width: 80px;
    height: 80px;
    background: url(../img/common/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 1px #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: #7AA550;
    background: #fff;
    border: 1px solid #7AA550;
    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: #7AA550;
}

.inquiry-tel-number{
    text-align: center;
    color: #b30331;
    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: #b30331;
    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 #7AA550;
    color: #7AA550;
    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: #7AA550;
}

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

.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 #7AA550;
    color: #7AA550;
    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: #7AA550;
    border: 1px solid #7AA550;
    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;
}








#conts dl.news {
	margin-bottom: 30px;
	padding: 14px 0 14px 17px;
	overflow-y: scroll;
	border: 1px dotted #895D24;
	background-color: #fff;
	height:200px;
}

#conts dl.news dt {
	margin-bottom: 4px;
	font-size: 13px;
	color:#7AA550;
}

#conts dl.news dt img {
	margin-left: 10px;
	display: inline-block;
	vertical-align: -1px;
}

#conts dl.news dd {
	padding-bottom: 10px;
	margin-bottom: 11px;
	font-size: 13px;
	background: url(../img/common/line01.png) repeat-x left bottom;
}

#conts .greeting {
	padding: 11px 13px 8px 17px;
	margin-bottom: 0;
	border-width: 3px;
}

#conts .greeting p {
	margin-top: 3px;
	float: left;
	width: 360px;
	font-size: 1.4em;
}
.page_title.row {
	font-size: 16px;
	color: #FFF;
	/*春*/
	/*background-color: #FF9698;*/
	/*夏*/
	/*background-color: #a2d622;*/
	/*秋*/
	background-color: #FFA33E;
	/*冬*/
	/*background-color: #8D71E0;*/
	text-align: center;
	padding: 10px;
}
.mds_brdrleft {
	font-size: 18px;
	font-weight: bold;
	color: #4D4D4D;
	border-left:#CCC solid 10px;
	padding:0 0 0 10px;
	line-height:160%;
	
}
.mds_brdrbtm {
	font-size: 14px;
	color: #895D24;
	border-bottom:#895D24 solid 1px;
	padding:0 0 0 0px;
	line-height:160%;
	
}

.q {
	background-image:url(../img/faq/q.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #7AA550;

	padding-left:30px;
}
.a {
	font-size: 14px;
	color: #333;
	float:left;
	
}