@charset "UTF-8";
body {
	font-family: 'Hiragino Kaku Gothic Pro W3','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
body, p {
	line-height: 1.6;
}
.mgt20{margin-top: 20px !important;}
/*********************************

index.html

**********************************/

/*PC*/
@media screen and (min-width: 768px) {
/*headerArea*/
.headerArea {
    width: 100%;
    border-bottom: 6px solid #e6e6e6;
    background-color: #f4f1f2;
}
.headerInner {
    display:         flex;
    display:         flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 870px;
    height: 100%;
    min-height: 85px;
    margin: 0 auto;
    padding: 8px 35px 4px;
}
.headerLogo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
.headerLogo a {
    display: block;
}
.headerLogo a img {
    display: block;
    width: 100%;
}
.header-contact {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 224px;
    margin: 0 0 0 auto;
}
.header-contact-subtxt {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: auto;
    color: #fffd3f;
    font-size: 14px;
    text-align: center;
}
.header-contact-maintxt {
    display: block;
    position: absolute;
    top: 34px;
    left: 60px;
    margin: auto;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.header-contact-maintxt:before {
    position: absolute;
    top: -3px;
    bottom: 0;
    left: -45px;
    width: 31px;
    height: 23px;
    margin: auto;
    background: url(../img/icon_mail.png) no-repeat top left;
    background-size: 100%;
    content: '';
}
.header-contact-maintxt:after {
    position: absolute;
    top: -3px;
    right: -26px;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    content: '';
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
/*mainArea*/
.mainArea {
    display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: 460px;
    border-bottom: 10px solid #e6e6e6;
    background: url(../img/bg_mv.jpg) no-repeat center bottom;
    background-size: cover;

    justify-content: center;
    align-items: center;
}
.mainArea-mv {
    width: 100%;
    max-width: 632px;
    height: auto;
}
.mainArea-mv img {
    display: block;
    width: 100%;
}
/*contentArea*/
.contentTtl {
    font-size: 48px;
    text-align: center;
}
.secInner {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}
.contactBtn {
    display: block;
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    padding: 0 0 3px;
    background-color: rgba(0,0,0,.3);
}
.contactBtn a {
    display: block;
    position: relative;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: url(../img/bg_btn_blue.png) no-repeat top left;
    text-align: center;
}
.contactBtn a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 14px;
    height: 14px;
    margin: -12px 0 0;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    content: '';
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.contactBtn a span {
    display: inline-block;
    position: relative;
    padding: 0 78px;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
}
.contactBtn a span:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 43px;
    height: 40px;
    margin: -23px 0 0;
    background: url(../img/img_icon_good.png) no-repeat left center;
    background-size: 43px 40px;
    content: '';
}
.contactBtn a:hover {
    opacity: 1;
}
/*point*/
.point {
    padding: 60px 0 55px;
    background-color: #ffffee;
}
.point .secInner {
    padding: 0 35px;
}
.point .contentTtl {
    margin: 0 0 40px;
    color: #e60012;
}
.point .contentTtl-inner {
    position: relative;
    z-index: 0;
}
.point .contentTtl-inner:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    width: 51px;
    height: 80px;
    margin: auto;
    background: url(../img/icon_benesara.jpg) top left;
    background-size: 100%;
    content: '';
}
.pointCatch {
    margin: 0 0 33px;
    color: #505050;
    font-size: 21px;
}
.point-good {
	margin: 0 0 50px 0;
	font-size: 16px;
	color: #505050;
}
.point-good-ttl {
	font-weight: bold;
}
.pointList {
    margin: 0 0 40px;
}
.pointItem {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.pointItem + .pointItem {
    margin: 30px 0 0 0;
    padding: 35px 0 0;
    border-top: solid 1px #e6e6e6;
}
.pointItem figure {
    display: table-cell;
    width: 161px;
    vertical-align: middle;
}
.pointItem figure img {
    display: block;
    margin: 0 auto;
}
.pointItem dl {
    display: table-cell;
    width: auto;
    padding: 0 10px 0 15px;
    vertical-align: middle;
}
.pointC figure img {
    display: inline-block;
}
.pointC figure img + img {
    margin-left: 6px;
}
.pointItem dt {
    margin: 0 0 14px;
    color: #e06710;
    font-size: 30px;
}
.pointItem dd {
    font-size: 16px;
    line-height: 1.5;
}
.point .contactBtn.btn-style-shisa a {
    background: url(../img/bg_btn_red.png) no-repeat top left;
}
.contactBtn.btn-style-shisa span {
    position: relative;
    z-index: 0;
}
.contactBtn.btn-style-shisa span:before,
.contactBtn.btn-style-shisa span:after {
    position: absolute;
    top: -25px;
    bottom: 0;
    left: -20px;
    width: 78px;
    height: 75px;
    margin: auto;
    background: url(../img/img_shisa_left.png) no-repeat top left;
    background-size: 100%;
    content: '';
}
.contactBtn.btn-style-shisa span:after {
    right: -10px;
    left: auto;
    width: 77px;
    height: 74px;
    background: url(../img/img_shisa_right.png) no-repeat top left;
    background-size: 100%;
}

/*flow*/
.flow {
    padding: 70px 0 78px;
    background: url(../img/bg_flow.png) left top;
    background-size: 21px 21px;
}
.flow .contentTtl {
    margin: 0 0 40px;
    color: #fff600;
}
.flow-lead {
    margin: 0 0 69px 0;
    padding: 0 35px;
    color: #ffffff;
    font-size: 21px;
}
.flow-list {
    margin: 0 0 35px 0;
}
.flow-list li {
    display: table;
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 0 35px 32px;
}
.flow-list li:after {
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 21px;
    margin: auto;
    background: url(../img/img_flow_bar.png) no-repeat top center;
    background-size: auto 21px;
    content: '';
}
.flow-list li:last-child:after {
    display: none;
}
.flow-list li + li {
    margin: 66px 0 0 0;
}
.flow-list li dl {
    display: table-cell;
    width: 435px;
    vertical-align: top;
}
.flow-list li figure {
    display: table-cell;
    width: auto;
    padding-left: 60px;
    vertical-align: top;
}
.flow-list li:nth-child(2n) figure {
    padding-right: 60px;;
    padding-left: 0;
}
.flow-list li figure img {
    display: block;
    width: 100%;
    max-width: 373px;
}
.flow-list li dl dt {
    margin: 0 0 30px 0;
    color: #fff600;
    font-weight: normal;
    font-size: 30px;
    font-weight: bold;
}
.flow-list li dl dd {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.66;
}
.flow .contactBtn.btn-style-shisa a {
    background: url(../img/bg_btn_white.png) no-repeat top left;
}
.flow .contactBtn.btn-style-shisa a:after {
    border-top: 4px solid #0066d0;
    border-right: 4px solid #0066d0;
}
.flow .contactBtn.btn-style-shisa span {
    color: #c5031e;
}
/*review*/
.review {
    padding: 57px 20px 96px;
    background-color: #ffffed;
}
.review .secInner {
    padding: 0;
}
.review .contentTtl {
    margin: 0 0 70px 0;
}
.review .contentTtl span {
    position: relative;
    z-index: 0;
    color: #0082c5;
}
.review .contentTtl span:before,
.review .contentTtl span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -90px;
    width: 64px;
    height: 70px;
    margin: auto;
    background: url(../img/img_flower001.png) no-repeat top left;
    background-size: 100%;
    content: '';
}
.review .contentTtl span:after {
    right: -90px;
    left: auto;
}
.review-list {
    margin: 0 0 48px 0;
}
.review-list li {
    position: relative;
    z-index: 0;
    min-height: 230px;
    margin-left: 15px;
    padding: 30px 12px 30px 245px;
    border: solid 5px #f7e600;
    background-color: #ffffff;
}
.review-list li + li {
    margin-top: 50px;
}
.review-list li figure {
    position: absolute;
    top: -34px;
    left: -20px;
}
.review-list li figure img {
    display: block;
    width: 100%;
}
.review-list li dl dt {
    margin: 0 0 20px 0;
    color: #0082c5;
    font-size: 20px;
    font-weight: bold;
}
.review-list li dl dd {
    color: #222222;
    font-size: 15px;
    line-height: 1.6;
}
.review-btm-txt {
    margin: 0 0 55px 0;
    color: #222222;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.review .contactBtn.btn-style-shisa a {
    background: url(../img/bg_btn_red.png) no-repeat top left;
}
/*faq*/
.faq {
    padding: 67px 15px 50px;
    background-color: #008ae0;
}
.faq .contentTtl {
    margin: 0 0 34px;
    color: #ffffff;
    font-size: 48px;
}
.faq-cont dt {
    position: relative;
    z-index: 0;
    padding: 28px 60px 18px 65px;
    border-bottom: solid 1px #dcdbdc;
    background-color: #ffffff;
    color: #222222;
    font-size: 22px;
    line-height: 1.2;

    word-wrap: break-word;
}
.faq-cont dt:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 29px;
    height: 34px;
    margin: auto;
    background: url(../img/icon_q.png) no-repeat top left;
    content: '';
}
.faq-cont-plus {
    position: absolute;
    top: 0;
    right: 35px;
    bottom: 0;
    z-index: 0;
    width: 27px;
    height: 5px;
    margin: auto;
    background-color: #0098ff;
}
.faq-cont-plus:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0098ff;
    content: '';
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
            transform: rotate(90deg);
}
.faq-cont-plus.js-active {
    width: 27px;
    height: 5px;
}
.faq-cont-plus.js-active:before {
    display: none;
}
.faq-cont dt:hover {
    cursor: pointer;
}
.faq-cont dd {
    display: none;
    padding: 15px 67px 25px;
    border-top: solid 1px #dcdbdc;
    background-color: #eeeeee;
    font-size: 14px;
    line-height: 1.7;
    word-wrap: break-word;
}
.faq-cont .annotation {
	margin-left: 5px;
	font-size: 12px;
}
/*company*/
.company {
    padding: 66px 10px 40px;
    background-color: #ffffee;
}
.companyDet {
    position: relative;
    padding: 24px 34px 34px 28px;
    border: solid 3px #00abff;
    background-color: #ffffff;
}
.companyDetTtl {
    margin: 0 0 13px;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.2;
}
.companyLead {
    margin: 0 0 10px 0;
    font-size: 15px;
}
.companyDetLink {
    display: inline-block;
    margin: 0 0 30px;
    color: #005bac;
    font-size: 15px;
    line-height: 1.2;
    text-decoration: underline;
}
.OverviewItem {
    display: table;
}
.OverviewItem + .OverviewItem {
    margin-top: 10px;
}
.OverviewItem dt,
.OverviewItem dd {
    display: table-cell;
    font-size: 15px;
    line-height: 1.4;
    vertical-align: top;
}
.OverviewItem dt {
    padding: 0 0 0 0;
}
.OverviewItem:nth-child(-n+5) dt{
    width: 95px;
}
.OverviewItem:nth-child(6) dt,
.OverviewItem:nth-child(7) dt {
    width: 190px;
}
.companyDet figure {
    display: block;
    position: absolute;
    top: 36px;
    right: 25px;
    width: 30.4%;
    margin: 0;
}
.companyDet figure img {
    width: 100%;
}
/*contact*/
.contact {
    padding: 77px 10px 48px;
    background: url(../img/bg_footer.jpg) no-repeat top left;
    background-size: cover;
}
.contact .introBox {
    margin: 0 0 31px;
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
}
.contact .contactBtn.btn-style-shisa a {
    background: url(../img/bg_btn_red.png) no-repeat top left;
}
/*footerArea*/
.footerArea {
    padding: 16px 10px 17px;
    text-align: center;
}
.footerArea small {
    font-size: 14px;
    line-height: 1.2;
}

}
/*TABLET*/
@media screen and (max-width: 980px) {
.headerContact {
    position: absolute;
    top: 3px;
    right: 0;
    padding: 0 65px 0 0;
    background: url(../img/img_pic_operator.png) no-repeat right center;
    background-size: 63px auto;
}
.headerContact dt {
    font-size: 15px;
}
.headerContact .tel {
    font-size: 22px;
}
.headerContact .note {
    font-size: 11px;
}
}
/*SP*/
@media screen and (max-width: 767px) {
.sp-none {
    display: none !important;
}
/*headerArea*/
.headerArea {
    display: flex;
    width: 100%;
    border-bottom: 4px solid #e6e6e6;
    background-color: #f4f1f2;
    align-items: center;
}
.headerInner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 6px 12px 2px;

    align-items: center;
}
.headerLogo {
    width: 100%;
    max-width: 130px;
}
.headerLogo a {
    display: block;
}
.headerLogo a img {
    display: block;
    width: 100%;
}
.header-contact {
    display: block;
    position: relative;
    z-index: 0;
    width: 140px;
    margin: 0 0 0 auto;
}
.header-contact img {
    width: 100%;
    height: 48px;
}
.header-contact-subtxt {
    position: absolute;
    top: 6px;
    left: 14px;
    color: #fffd3f;
    font-size: 10px;
}
.header-contact-maintxt {
    display: block;
    position: absolute;
    top: 23px;
    left: 38px;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}
.header-contact-maintxt:before {
	position: absolute;
    top: -1px;
    left: -29px;
    width: 20px;
    height: 15px;
    background: url(../img/icon_mail.png) no-repeat top left;
    background-size: 100%;
    content: '';
}
.header-contact-maintxt:after {
	display: block;
    position: absolute;
    top: 2px;
    right: -14px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
/*mainArea*/
.mainArea {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	padding: 50px 15px;
    border-bottom: 4px solid #e6e6e6;
    background: url(../img/bg_mv.jpg) no-repeat center bottom;
    background-size: cover;

    justify-content: center;
    align-items: center;
}
.mainArea-mv {
    width: 100%;
    max-width: 632px;
    height: auto;
}
.mainArea-mv img {
    display: block;
    width: 100%;
}
/*contentArea*/
.contentTtl {
    font-size: 48px;
    text-align: center;
}
.secInner {
    width: 100%;
}
.contactBtn {
    display: block;
    width: 100%;
    padding: 0 0 2px;
    background-color: rgba(0,0,0,.3);
}
.contactBtn a {
    display: block;
    position: relative;
    width: 100%;
    padding: 15px;
    background-color: #0092ff;
    text-align: center;
}
.contactBtn a:after {
    display: block;
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.contactBtn a span {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
}
.contactBtn a span:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 43px;
    height: 40px;
    margin: -23px 0 0;
    background: url(../img/img_icon_good.png) no-repeat left center;
    background-size: 43px 40px;
    content: '';
}
/*point*/
.point {
    padding: 20px 0 20px;
    background-color: #ffffee;
}
.point .secInner {
    padding: 0 12px;
}
.point .contentTtl {
    margin: 0 0 12px;
    color: #e60012;
    font-size: 21px;
    line-height: 1.6;
}
.point .contentTtl-inner {
    position: relative;
    z-index: 0;
}
.point .contentTtl-inner:before {
    position: absolute;
    top: -4px;
    bottom: 0;
    left: -32px;
    width: 25px;
    height: 40px;
    margin: auto;
    background: url(../img/icon_benesara.png) no-repeat top left;
    background-size: 100%;
    content: '';
}
.pointCatch {
    margin: 0 0 20px;
    color: #505050;
    font-size: 13px;
    line-height: 1.6;
}
.point-good {
	margin: 0 0 30px 0;
	font-size: 12px;
	color: #505050;
}
.point-good-ttl {
	font-weight: bold;
}
.pointList {
	margin: 0 0 25px;
}
.pointItem {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.pointItem + .pointItem {
    margin: 10px 0 0 0;
    padding: 12px 0 0;
    border-top: solid 1px #e6e6e6;
}
.pointItem figure {
    display: table-cell;
    width: 20%;
    padding: 10px 10px 0 0;
    text-align: center;
    vertical-align: top;
}
.pointItem figure img {
    display: block;
    margin: 0 auto;
}
.pointItem dl {
    display: table-cell;
    width: auto;
    padding: 0;
    vertical-align: middle;
}
.pointA figure img {
    width: 100%;
    max-width: 161px;
    margin: 0 auto;
}
.pointB figure img {
    width: 100%;
    max-width: 161px;
    margin: 0 auto;
}
.pointC figure img {
    display: inline-block;
    width: 42%;
    max-width: 70px;
}
.pointC figure img + img {
    margin-left: 6px;
}
.pointItem dt {
    margin: 0 0 7px;
    color: #e06710;
    font-size: 15px;
    line-height: 1.5;
}
.pointItem dd {
    font-size: 13px;
    line-height: 1.5;
}
.point .contactBtn.btn-style-shisa a {
    background-color: #a80000;
}
.contactBtn.btn-style-shisa span {
    position: relative;
    z-index: 0;
}
.contactBtn.btn-style-shisa span:before,
.contactBtn.btn-style-shisa span:after {
    position: absolute;
    top: -25px;
    bottom: 0;
    left: -50px;
    width: 45px;
    height: auto;
    margin: auto;
    background: url(../img/img_shisa_left.png) no-repeat top left;
    background-size: 100%;
    content: '';
}
.contactBtn.btn-style-shisa span:after {
    right: -50px;
    left: auto;
    width: 45px;
    height: auto;
    background: url(../img/img_shisa_right.png) no-repeat top left;
    background-size: 100%;
}

/*flow*/
.flow {
    padding: 30px 0 30px;
    background: url(../img/bg_flow.png) left top;
    background-size: 11px auto;
}
.flow .contentTtl {
    margin: 0 0 15px 0;
    color: #fff600;
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
}
.flow-lead {
	margin: 0 0 32px 0;
    padding: 0 15px;
    color: #ffffff;
    font-size: 13px;
}
.flow-list {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 35px;
}
.flow-list li {
    display: table;
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 0 12px 15px;
}
.flow-list li:after {
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 12px;
    margin: auto;
    background: url(../img/img_flow_bar.png) no-repeat top center;
    background-size: auto 12px;
    content: '';
}
.flow-list li:last-child:after {
    display: none;
}
.flow-list li + li {
    margin: 40px 0 0 0;
}
.flow-list li dl {
    display: table-cell;
    width: 70%;
    vertical-align: top;
}
.flow-list li figure {
    display: table-cell;
    width: auto;
    width: 30%;
    padding-left: 10px;
    vertical-align: middle;
}
.flow-list li:nth-child(2n) figure {
    padding-right: 15px;
    padding-left: 0;
}
.flow-list li figure img {
    display: block;
    width: 100%;
    max-width: 373px;
}
.flow-list li dl dt {
    margin: 0 0 10px 0;
    color: #fff600;
    font-weight: normal;
    font-size: 15px;
    font-weight: bold;
}
.flow-list li dl dd {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.66;
}
.flow .contactBtn.btn-style-shisa {
    width: auto;
    margin: 0 15px;
}
.flow .contactBtn.btn-style-shisa a{
    background-color: #f5f5f5;
}
.flow .contactBtn.btn-style-shisa a:after {
    border-top: 2px solid #0066d0;
    border-right: 2px solid #0066d0;
}
.flow .contactBtn.btn-style-shisa span {
    color: #c5031e;
}
/*review*/
.review {
    padding: 30px 12px 30px;
    background-color: #ffffed;
}
.review .secInner {
    padding: 0;
}
.review .contentTtl {
    margin: 0 0 70px 0;
    font-size: 21px;
}
.review .contentTtl span {
    position: relative;
    z-index: 0;
    color: #0082c5;
}
.review .contentTtl span:before,
.review .contentTtl span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    width: 32px;
    height: 35px;
    margin: auto;
    background: url(../img/img_flower001.png) no-repeat top left;
    background-size: 100%;
    content: '';
}
.review .contentTtl span:after {
    right: -40px;
    left: auto;
}
.review-list {
    margin: 0 0 30px 0;
}
.review-list li {
    position: relative;
    z-index: 0;
    margin-left: 10px;
    padding: 20px 15px 20px 15px;
    border: solid 5px #f7e600;
    background-color: #ffffff;
}
.review-list li + li {
    margin-top: 53px;
}
.review-list li figure {
    position: absolute;
    top: -43px;
    left: -16px;
    width: 90px;
}
.review-list li figure img {
    display: block;
    width: 100%;
}
.review-list li dl dt {
    margin: 0 0 10px 0;
    min-height: 32px;
    padding-left: 73px;
    color: #0082c5;
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
}
.review-list li dl dd {
    color: #222222;
    font-size: 13px;
    line-height: 1.6;
}
.review-btm-txt {
    margin: 0 0 30px 0;
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.review .contactBtn.btn-style-shisa a {
    background-color: #a80000;
}
/*faq*/
.faq {
    padding: 25px 15px 25px;
    background-color: #008ae0;
}
.faq .contentTtl {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 21px;
}
.faq-cont dt {
    position: relative;
    z-index: 0;
    padding: 12px 39px 9px 43px;
    border-bottom: solid 1px #dcdbdc;
    background-color: #ffffff;
    color: #222222;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.4;
    word-wrap: break-word;
}
.faq-cont dt:before {
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 14px;
    width: 16px;
    height: 20px;
    margin: auto;
    background: url(../img/icon_q.png) no-repeat top left;
    background-size: 100%;
    content: '';
}
.faq-cont-plus {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    z-index: 0;
    width: 16px;
    height: 2px;
    margin: auto;
    background-color: #3091ff;
}
.faq-cont-plus:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3091ff;
    content: '';
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
            transform: rotate(90deg);
}
.faq-cont-plus.js-active {
    width: 16px;
    height: 2px;
}
.faq-cont-plus.js-active:before {
    display: none;
}
.faq-cont dt:hover {
    cursor: pointer;
}
.faq-cont dd {
    display: none;
    padding: 10px 50px 10px 50px;
    border-top: solid 1px #dcdbdc;
    background-color: #eeeeee;
    font-size: 12px;
    line-height: 1.6;
    word-wrap: break-word;
}
.faq-cont .annotation {
	font-size: 11px;
}
/*company*/
.company {
	padding: 24px 15px 20px;
    background-color: #ffffee;
}
.company .contentTtl {
    margin: 0 0 10px;
    color: #ffffff;
}
.companyDet {
    position: relative;
    padding: 20px 10px 15px;
    border: solid 2px #00abff;
    background-color: #ffffff;
}
.companyDetTtl {
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}
.companyLead {
    margin: 0 0 10px 0;
    font-size: 13px;
}
.companyDetLink {
    display: inline-block;
    margin: 0 0 14px;
    color: #005bac;
    font-size: 13px;
    line-height: 1.2;
}
.OverviewItem {
    margin-top: 10px;
}
.OverviewItem:first-child {
    margin-top: 0;
}
.OverviewItem dt,
.OverviewItem dd {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    vertical-align: top;
}
.OverviewItem dt {
    width: auto;
    padding: 0 10px 0 0;
    font-weight: bold;
}
/*contact*/
.contact {
    padding: 35px 10px 28px;
    background: url(../img/bg_footer.jpg) no-repeat top left;
    background-size: cover;
}
.contact .introBox {
    margin: 0 0 31px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}
.contact .contactBtn.btn-style-shisa a {
    background-color: #a80000;
}
/*footerArea*/
.footerArea {
    display: table;
    width: 100%;
    padding: 10px 10px 10px;
    text-align: center;
}
.footerArea small {
    display: table-cell;
    font-size: 7px;
    line-height: 1.2;
    vertical-align: middle;
}
}

/*********************************

contact.html

**********************************/
@media screen and (min-width: 768px) {
.contact_page .mainArea {
	height: 326px;
    border-bottom: 6px solid #e6e6e6;
}
.contact_form .contentTtl {
    margin: 0 0 38px 0;
	color: #c5031e;
	font-size: 48px;
}
.contact_form  {
    padding: 60px 0 30px;
    color: #222222;
}
.contact_form .secInner {
	padding: 0 35px;
}
/*----table----*/
.contact_form .form-box {
	width: 100%;
    margin-bottom: 50px;
	text-align: left;
}
.contact_form th {
	width: 30%;
    padding: 20px 23px;
	background-color: #eeeeee;
	border: solid 1px #bbbbbb;
	color: #f94100;
	font-size: 18px;
	line-height: 1.55;
	text-align: left;
}
.contact_form .required {
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 3px 3px;
	font-size: 14px;
	border-radius: 5px;
	color: #ffffff;
	background-color: #e00000;
}
.contact_form td {
    padding: 13px 24px;
	border: solid 1px #bbbbbb;
	font-size: 16px;
}
.contact_form .input-box {
	display: inline-block;
}
.contact_form .input-box + .input-box {
	margin-left: 20px;
}
.contact_form select {
	border: solid 1px #bbbbbb;
}
.contact_form input {
    padding: 0 8px;
	height: 38px;
	background-color: #feffeb;
	border: solid 1px #bbbbbb;
	font-size: 16px;
}
.contact_form input::-webkit-input-placeholder {
	color: #aaaaaa;
}
.contact_form input::-ms-input-placeholder {
	color: #aaaaaa;
}
.contact_form input::-moz-placeholder {
	color: #aaaaaa;
}
.contact_form .name .input-box {
	width: 49%;
}
.contact_form .name .input-box + .input-box {
	margin: 0;
	padding-left: 10px;
}
.contact_form .name td span {
    display: inline-block;
    width: 46px;
    margin-bottom: 10px;
}
.contact_form .tel input {
	width: 100%;
}
/*mail_address*/
.contact_form .mail_address input {
    width: 100%;
}
.contact_form .mail_address input + input{
    margin-top: 10px;
}
/*address*/
.contact_form .address .postal-code input {
	max-width: 100px;
}
.contact_form .address .postal-code .postal-mark {
	margin-right: 10px;
}
.contact_form .address .postal-code .hyphen {
	margin-right: 10px;
	margin-left: 10px;
}
.contact_form .address td div + div {
    margin-top: 12px;
}
.contact_form .address .address_01 select {
    width: 160px;
	height: 38px;
    background-color: #feffeb;
    font-size: 16px;
    padding: 0 0 0 5px;
}
.contact_form .address .address_02 input {
	width: 100%;
}
.contact_form .address .address_02 span {
	display: block;
	margin-top: 10px;
}
/*timing*/
.contact_form .timing select {
	width: 250px;
	height: 38px;
    background-color: #feffeb;
    font-size: 16px;
    padding: 0 0 0 5px;
}
/*reason*/
.contact_form .reason .note {
	display: block;
	margin-top: 5px;
	color: #222222;
	font-size: 16px;
}
.contact_form .reason input {
	height: auto;
    margin-right: 8px;
}
.contact_form .reason label {
	display: inline-block;
	margin: 10px 8px;
}
.contact_form .othertext-box {
	display: table;
	width: 100%;
}
.contact_form .othertext-box label {
	display: table-cell;
    padding: 0 8px;
    width: 98px;
}
.contact_form input.othertext {
	width: 100%;
	height: 38px;
	background-color: #fff;
}
/*know*/
.contact_form .know .note {
    display: block;
    margin-top: 5px;
    color: #222222;
    font-size: 16px;
}
.contact_form .know input {
	height: auto;
    margin-right: 8px;
}
.contact_form .know label {
	display: inline-block;
	margin: 10px 8px;
}
.contact_form .know .othertext-box label {
	display: table-cell;
    padding: 0 8px;
    width: 98px;
}
.contact_form .know input.othertext {
	width: 100%;
	height: 38px;
	background-color: #fff;
}
/*question*/
.contact_form .question textarea {
	width: 100%;
	max-width: 100%;
	min-height: 176px;
	padding: 10px;
	border: solid 1px #bbbbbb;
	border-radius: 1px;
	resize: none;
	font-family: 'Hiragino Kaku Gothic Pro W3','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
/*----table終わり----*/
.contact_form .form-btm-text {
	width: 100%;
	max-width: 730px;
    margin: 0 auto 24px;
	font-size: 16px;
	line-height: 1.5;
	color: #222222;
}
.contact_form .form-btm-text strong {
	font-weight: bold;
}
.contact_form .privacy {
	width: 100%;
	max-width: 730px;
	height: 156px;
    margin: 0 auto 63px;
	padding: 12px 12px 0 12px;
	overflow: auto;
	border: solid 1px #aaaaaa;
	color: #222222;
}
.contact_form .privacy p {
	font-size: 15px;
	margin-bottom: 20px;
    line-height: 1.3;
}
.contact_form .privacy dl dt {
	margin-bottom: 20px;
	font-size: 15px;
}
.contact_form .privacy dl dd {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.3;
}
.contact_form .privacy dl dd:last-child {
	margin-bottom: 0;
}
.contact_form .submitbtn {
	border: none;
}
.contact_form .submitbtn:hover {
	cursor: pointer;
}
.contact_form .submitbtn:focus {
    outline: none;
}
.contact_form .submitbtn a {
    background: url(../img/bg_btn_red.png) no-repeat top left;
}
}
@media screen and (max-width: 767px) {
.contact_form .contentTtl {
    margin: 0 0 30px 0;
	color: #c5031e;
	font-size: 21px;
}
.contact_form  {
    padding: 30px 0 20px;
    color: #222222;
}
.contact_form .secInner {
}
/*----table----*/
.contact_form .form-box {
	width: 100%;
    margin-bottom: 10px;
	text-align: left;
	overflow: hidden;
}
.contact_form th {
	display: block;
    padding: 6px 12px;
	background-color: #eeeeee;
	color: #f94100;
	font-size: 14px;
	line-height: 1.55;
	text-align: left;
}
.contact_form .required {
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 3px 3px;
	font-size: 12px;
	border-radius: 5px;
	color: #ffffff;
	background-color: #e00000;
}
.contact_form td {
    display: block;
    padding: 12px 12px 30px;
    font-size: 14px;
}
.contact_form .input-box {
	display: block;
}
.contact_form .input-box + .input-box {
	margin-top: 10px;
}
.contact_form input {
	padding: 7px 8px;
    background-color: #feffeb;
    border: solid 1px #bbbbbb;
    font-size: 14px;
}
.contact_form input::-webkit-input-placeholder {
	color: #aaaaaa;
}
.contact_form input::-ms-input-placeholder {
	color: #aaaaaa;
}
.contact_form input::-moz-placeholder {
	color: #aaaaaa;
}
.contact_form .name .input-box {
	display: table;
	width: 100%;
}
.contact_form .name input {
	display: table-cell;
	width: 100%;
}
.contact_form .name td span {
	display: table-cell;
    width: 40px;
}
.contact_form .tel input {
	width: 100%;
}
/*mail_address*/
.contact_form .mail_address input {
    width: 100%;
}
.contact_form .mail_address input + input{
    margin-top: 10px;
}
/*address*/
.contact_form .address .postal-code input {
	max-width: 100px;
}
.contact_form .address .postal-code .postal-mark {
	margin-right: 10px;
}
.contact_form .address .postal-code .hyphen {
	margin-right: 10px;
	margin-left: 10px;
}
.contact_form .address td div + div {
    margin-top: 12px;
}
.contact_form .address .address_01 select {
    background-color: #feffeb;
    font-size: 14px;
    padding: 6px 5px;
}
.contact_form .address .address_02 input {
	width: 100%;
}
.contact_form .address .address_02 span {
	display: block;
	margin-top: 10px;
}
/*timing*/
.contact_form .timing select {
    height: 31px;
    background-color: #feffeb;
    font-size: 14px;
    padding: 0 5px;
}
/*reason*/
.contact_form .reason td {
	padding-right: 6px;
	padding-left: 6px;
}
.contact_form .reason .note {
	display: block;
	margin-top: 5px;
	color: #222222;
    font-size: 13px;
}
.contact_form .reason input {
	height: auto;
    margin: 0px 8px 0px 0px;
}
.contact_form .reason label {
	display: inline-block;
    margin: 6px 8px;
	line-height: 1.4;
}
.contact_form .reason .othertext-box {
	width: 100%;
}
.contact_form .reason .othertext {
    width: 100%;
	background-color: #fff;
}
/*know*/
.contact_form .know td {
	padding-right: 6px;
	padding-left: 6px;
}
.contact_form .know .note {
    display: block;
    margin-top: 5px;
    color: #222222;
    font-size: 13px;
}
.contact_form .know input {
	height: auto;
    margin: 0 8px 0 0;
}
.contact_form .know label {
	display: inline-block;
    margin: 6px 8px;
	line-height: 1.4;
}
.contact_form .know .othertext-box {
	width: 100%;
}
.contact_form .know .othertext {
	width: 100%;
	background-color: #fff;
}
/*question*/
.contact_form .question textarea {
	width: 100%;
	max-width: 100%;
    min-height: 100px;
	padding: 10px;
	border-radius: 1px;
	resize: none;
	font-family: 'Hiragino Kaku Gothic Pro W3','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
/*----table終わり----*/
.contact_form .form-btm-text {
    width: 100%;
    margin: 0 auto 15px;
    padding: 0 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #222222;
}
.contact_form .form-btm-text strong {
	font-weight: bold;
}
.contact_form .privacy {
    height: 156px;
    margin: 0 12px 40px;
    padding: 12px 12px 0 12px;
    overflow: auto;
    border: solid 1px #aaaaaa;
    color: #222222;
    font-size: 12px;
}
.contact_form .privacy p {
	margin-bottom: 10px;
    line-height: 1.2;
}
.contact_form .privacy dl dt {
	margin-bottom: 10px;
	line-height: 1.2;
}
.contact_form .privacy dl dd {
	margin-bottom: 20px;
	line-height: 1.2;
}
.contact_form .privacy dl dd:last-child {
	margin-bottom: 0;
}
.contact_form .submit-box {
	padding: 0 12px;
}
.contact_form .submitbtn {
	border: none;
}
.contact_form .submitbtn:hover {
	cursor: pointer;
}
.contact_form .submitbtn a {
    background: url(../img/bg_btn_red.png) no-repeat top left;
}

}