@charset "utf-8";
html, body {
    width: 100%;
}
body {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
    color: #333;
    font-family: 'ゴシックMB101 R', 'Gothic MB101 Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    min-width: 1200px;
    position: relative;
}
b {
    font-family: 'ゴシックMB101 B', 'Gothic MB101 Bold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
em {
    font-family: 'ゴシックMB101 DB', 'Gothic MB101 DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
/*全体*/
#container {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.pc_only {
}
.sp_only {
    display: none;
}
/*======================
header
=====================*/
#header_SP {
    display: none;
}
#header {
    width: 100%;
    position: relative;
}
#header .wrap {
    overflow: hidden;
    width: 100%;
    height: 70px;
    background-color: #FFF;
    display: block;
    /*-webkit-box-shadow: 3px 3px 3px #6A6A6A;
    box-shadow: 3px 3px 3px #6A6A6A;*/
    position: fixed;
    z-index: 100;
}
#header .wrap .logo {
    float: left;
    width: 350px;
    margin-top: 10px;
    margin-left: 15px;
}
#header .wrap .bt_box {
    float: right;
    overflow: hidden;
}
#header .wrap .bt_box li {
    float: left;
}
#header .wrap .bt_box li a {
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    height: 60px;
    display: inline-block;
    overflow: hidden;
}
#header .wrap .bt_box li.tel a {
    width: 200px;
    font-size: 14px;
    line-height: 160%;
    background-color: #0B68B2;
    background-image: url(../images/tel.png);
    background-size: auto 20px;
    padding-top: 10px;
    background-position: center 35px;
    text-align: center;
}
#header .wrap .bt_box li.tel a small {
    font-size: 12px;
}
#header .wrap .bt_box li.mail a {
    width: 200px;
    font-size: 15px;
    line-height: 160%;
    background-color: #CB0918;
    background-image: url(../images/icon_mail_wh.png);
    background-size: auto 20px;
    padding: 10px 20px 0 50px;
    background-position: 32px center;
    text-align: center;
}
#header .wrap .bt_box li.mail .big{
    font-size: 24px;
}
#header .wrap .bt_box li.mail a:hover {
    background-color: #FCD535;
    color: #CB0918;
}
#header .wrap .skyers {
    margin-top: 15px;
    float: right;
    font-size: 12px;
    line-height: 160%;
    margin: 12px 10px 0 0;
}
#header .wrap .skyers a {
    color: #0A68B2;
}
#header .pc_navi {
    background-color: #F1F1F1;
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 99;
    margin-top: 70px;
    -webkit-box-shadow: 3px 3px 3px #6A6A6A;
    box-shadow: 3px 3px 3px #6A6A6A;
}
#header .wrap .anniversary {
    margin-top: 16px;
    float: right;
    color: #0B68B2;
    font-size: 14px;
    line-height: 100%;
    border: 1px solid #0B68B2;
    padding: 8px 8px 8px 20px;
    margin: 16px 8px 0 0;
    background-image: url(../images/hd_anniversary.png);
    background-size: auto 18px;
    background-position: 4px center;
}
#header .pc_navi ul {
    overflow: hidden;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #CCC;
    box-sizing: border-box;
}
#header .pc_navi li {
    /*width: 24.5%;*/
    width: 19.9%;
    float: left;
    font-size: 16px;
    line-height: 100%;
    font-weight: bold;
    font-family: 'A1ゴシック B', 'A1 Gothic B', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    border-right: 1px solid #CCC;
    height: 50px;
}
#header .pc_navi li a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #333;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-top: 18px;
}
#header .pc_navi li b {
    display: inline-block;
}
#header .pc_navi li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    color: #FCD535;
    font-size: 18px;
    padding-right: 7px;
    display: inline-block;
}
#header .pc_navi li:hover {
    color: #CB0918;
    border-bottom: 5px solid #0A68B2;
}
/*======================
アンカーズレ対策
======================*/
:target:before {
    content: "";
    display: block;
    height: 150px;/* ヘッダの高さ*/
    margin-top: -150px;
}
#QA {
    display: block;
    margin-top:-150px;
    padding-top:150px;
}
/*======================
contents共通
=====================*/
.contents {
    width: 100%;
    padding-top: 120px;
}
.inner {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
#top {
}
#page section:last-child {
    padding-bottom: 50px;
}
/*======================
下層共通
=====================*/
.box_wh {
    background-color: #FFF;
    padding: 30px;
}
/*見出し・吹き出し*/
.fukidashi_wrap {
    padding: 50px 0px;
}
.fukidashi {
    position: relative;
    display: block;
    margin: 0px auto 50px auto;
    padding: 30px 0px;
    width: 600px;
    color: #333;
    font-size: 36px;
    line-height: 100%;
    background: #FFF;
    border: solid 3px #333;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    font-family: 'A1ゴシック B', 'A1 Gothic B', sans-serif;
    letter-spacing: 3px;
}
#page .fukidashi_wrap {
    padding: 0px 0px 0px 0px !important;
}
.fukidashi:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}
.fukidashi:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #333;
    z-index: 1;
}
.fukidashi p {
    margin: 0;
    padding: 0;
}
/*センター見出し*/
.cap_center {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    font-family: 'A1ゴシック B', 'A1 Gothic B', sans-serif;
}
/*======================
ぱんくず
=====================*/
.breadcrumb-list {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    background-color: #FFF;
    margin-top: 10px;
    margin-bottom: 5px;
}
.breadcrumb-list ul {
    overflow: hidden;
    position: relative;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5px;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.breadcrumb-list li {
    display: inline;
    float: left;
    color: #333;
    line-height: 140%;
    margin-right: 5px;
}
.breadcrumb-list a {
    color: #0B68B2;
    padding-right: 5px;
    line-height: 160%;
}
.breadcrumb-list a:hover {
    color: #000;
    text-decoration: underline;
}
/*======================
ボタン
=====================*/
.bt {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*リンク用ボタン　赤*/
.css_btn_class {
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    background-color: #CB0918;
    color: #fff;
    display: inline-block;
    line-height: 160%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'A1ゴシック B', 'A1 Gothic B', sans-serif;
    letter-spacing: 3px;
    transition: 0.5s;
    -webkit-box-shadow: 7px 7px 7px 0px #666666;
    box-shadow: 7px 7px 7px 0px #666666;
}
.css_btn_class:hover {
    background-color: #888;
    color: #FFF;
}
/*リンク用ボタン　白*/
.css_btn_class_wh {
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    background-color: #fff;
    color: #CB0918;
    display: inline-block;
    line-height: 160%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'A1ゴシック B', 'A1 Gothic B', sans-serif;
    letter-spacing: 3px;
    transition: 0.5s;
    -webkit-box-shadow: 7px 7px 7px 0px #666666;
    box-shadow: 7px 7px 7px 0px #666666;
}
.css_btn_class_wh:hover {
    background-color: #FCD535;
    color: #CB0918;
}
/*リンク用ボタン　青*/
.css_btn_class_b {
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    background-color: #0B68B2;
    color: #fff;
    display: inline-block;
    line-height: 160%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'A1ゴシック B', 'A1 Gothic B', sans-serif;
    letter-spacing: 3px;
    transition: 0.5s;
    -webkit-box-shadow: 7px 7px 7px 0px #666666;
    box-shadow: 7px 7px 7px 0px #666666;
}
.css_btn_class_b:hover {
    background-color: #FCD535;
    color: #333;
}
/*リンク用ボタン　黄*/
.css_btn_class_y {
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    background-color: #FCD535;
    color: #333;
    display: inline-block;
    line-height: 160%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'A1ゴシック B', 'A1 Gothic B', sans-serif;
    letter-spacing: 3px;
    transition: 0.5s;
    -webkit-box-shadow: 7px 7px 7px 0px #666666;
    box-shadow: 7px 7px 7px 0px #666666;
}
.css_btn_class_y:hover {
    background-color: #0B68B2;
    color: #fff;
}
/*リンク用ボタン　グレー*/
.css_btn_class_g {
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    background-color: #888;
    color: #FFF;
    display: inline-block;
    line-height: 160%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'A1ゴシック B', 'A1 Gothic B', sans-serif;
    letter-spacing: 3px;
    transition: 0.5s;
    -webkit-box-shadow: 7px 7px 7px 0px #666666;
    box-shadow: 7px 7px 7px 0px #666666;
}
.css_btn_class_g:hover {
    background-color: #CCC;
    color: #fff;
}
/*リンク用ボタン罫線　赤*/
.css_btn_class_kei {
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    background-color: #FFF;
    color: #CB0918;
    display: inline-block;
    line-height: 160%;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid #CB0918;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'A1ゴシック B', 'A1 Gothic B', sans-serif;
    letter-spacing: 3px;
    transition: 0.5s;
}
.css_btn_class_kei:hover {
    background-color: #888;
    color: #FFF;
    border: 2px solid #888;
}
/*======================
LINK&CONTACT
======================*/
#link_box {
    overflow: hidden;
}
#link_box li {
    float: left;
    width: 33.3%;
    text-align: center;
    font-weight: bold;
    font-family: 'A1ゴシック B', 'A1 Gothic B', sans-serif;
    position: relative;
}
#link_box li:after {
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 20px;
    content: "";
    display: inline-block;
    width: 4em;
    height: 4em;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/arrow_btm_yellow.png);
    background-size: auto 25px;
    background-repeat: no-repeat;
    background-position: center 0px;
}
#link_box li .wh_box {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin: 40px auto;
    padding: 15px;
    background-color: rgba(255,255,255,0.80);
    display: block;
    text-decoration: none;
    color: #333;
    height: 260px;
}
#link_box li .wh_box b {
    display: block;
    font-size: 36px;
    padding-bottom: 15px;
}
#link_box li .wh_box small {
    display: block;
    font-size: 18px;
    line-height: 140%;
}
#link_box li.icon_case {
    background-image: url(../images/ft_case_bg.jpg);
    background-size: cover;
}
#link_box li.icon_case b {
    background-image: url(../images/ft_case.png);
    background-size: auto 80px;
    background-position: center 20px;
    padding-top: 120px;
}
#link_box li.icon_price {
    background-image: url(../images/ft_price_bg.jpg);
    background-size: cover;
}
#link_box li.icon_price b {
    background-image: url(../images/ft_price.png);
    background-size: auto 80px;
    background-position: center 20px;
    padding-top: 120px;
}
#link_box li.icon_QA {
    background-image: url(../images/ft_QA_bg.jpg);
    background-size: cover;
}
#link_box li.icon_QA b {
    background-image: url(../images/ft_QA.png);
    background-size: auto 70px;
    background-position: center 20px;
    padding-top: 120px;
}
#contact_box {
    overflow: hidden;
    height: 200px;
}
#contact_box li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 20px 0px 15px 0px;
}
#contact_box li a {
    text-decoration: none;
    color: #FFF;
}
#contact_box li b {
    font-size: 20px;
    display: block;
}
#contact_box li small {
    font-size: 14px;
    line-height: 250%;
}
#contact_box li.mail .bt {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#contact_box li.mail .bt .css_btn_class_wh {
    line-height: 140%;
    background-image: url(../images/icon_mail.png);
    background-size: auto 25px;
    background-position: 20px center;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#contact_box li.mail .bt .css_btn_class_wh b {
    text-align: left;
    padding-left: 80px;
    font-size: 18px;
}
#contact_box li.tel .tel_img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    border-top: 1px solid #FFFFFF;
    padding-top: 20px;
    margin-top: 15px;
    padding-bottom: 11px;
}
#contact_box li.tel .tel_img img {
    width: auto;
    height: 100%;
}
#contact_box li.tel a:hover {
    opacity: 1.00; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=100); /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
    -khtml-opacity: 1.00; /* Safari 1.x */
    -moz-opacity: 1.00; /* FF lt 1.5, Netscape */
}
/*======================
footer
======================*/
.pagetop {
    text-align: center;
    bottom: 80px;
    right: 20px;
    position: fixed;
    z-index: 99;
}
.pagetop img {
    width: 40px;
}
footer {
   margin-bottom: 30px;
}
footer a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
footer .wrap {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 20px;
}
footer .wrap .logo {
    float: left;
    width: 120px;
    margin-right: 30px;
}
footer .wrap ul {
    float: right;
    padding-top: 25px;
}
footer .wrap ul li {
    float: left;
    font-weight: bold;
    margin-right: 30px;
}
footer .wrap ul li:before {
    content: ' ►';
    float: left;
    margin: 0 10px 0 0;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    font-size: 14px;
    color: #CCC;
}
footer .wrap ul li a {
    text-decoration: none;
    color: #333;
}
footer .wrap ul li a:hover {
    text-decoration: underline;
    color: #CB0817;
}
footer .group {
    background-color: #F1F1F1;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .group dl {
    overflow: hidden;
    margin-bottom: 10px;
}
footer .group dl a {
    color: #333;
}
footer .group dt {
    float: left;
    font-weight: bold;
    color: #888;
    border: 1px solid #888;
    font-size: 14px;
    line-height: 100%;
    padding: 7px 10px 5px 10px;
    margin-right: 20px;
    width: 150px;
    text-align: center;
}
footer .group dd {
    float: left;
    margin-right: 30px;
    position: relative;
}
footer .group dd a {
    padding-right: 40px;
}
footer .group dd a:after {
    position: absolute;
    right: 0%;
    content: "";
    display: inline-block;
    width: 2em;
    height: 1.5em;
    background-image: url(../images/icon_blank.png);
    background-size: auto 15px;
    background-repeat: no-repeat;
    background-position: left center;
}
footer .group .links dd {
    font-size: 12px;
}
footer .group .links dd a {
    padding-right: 30px;
}
footer .group .links dd a:after {
    position: absolute;
    right: 0%;
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    background-image: url(../images/icon_blank.png);
    background-size: auto 15px;
    background-repeat: no-repeat;
    background-position: left center;
}
footer .wrap2 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .wrap2 .left {
    float: left;
    width: 30%;
}
footer .wrap2 .left ul {
    overflow: hidden;
}
footer .wrap2 .left li {
    float: left;
    margin-right: 30px;
    font-size: 14px;
}
footer .wrap2 .left li a {
    color: #333;
}
#copyright {
    text-align: left;
    font-size: 10px;
    color: #888;
}
footer .wrap2 .right {
    float: right;
    width: 65%;
}
footer .wrap2 .right .kome {
    font-size: 12px;
    text-align: right;
}

footer .copy{
    background: #005aab;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0;
    font-size: 10px;
}
/*PCでのみtelリンクイベントを無効にする*/
.tel a {
    cursor: default;
    pointer-events: none;
}
/*PCでのみtelリンクイベントを無効にする*/

/*下部固定ボタン*/
#ft_bt_box {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 99999999;
}
#ft_bt_box li.mail {
    width: 100%;
}
#ft_bt_box li.mail a {
    width: 100%;
    background-color: rgba(203,9,24,0.8);
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    padding: 10px 0 0 0;
}
#ft_bt_box li.mail a:hover {
    background-color: rgba(252,213,53,0.8);
    color: #CB0918;
}
#ft_bt_box li.mail a b {
    position: relative;
    line-height: 2.0em;
    font-size: 28px;
    padding: 1em 0 0 3em;
}
#ft_bt_box li.mail a b:before {
    position: absolute;
    left: 0%;
    content: "";
    display: inline-block;
    width: 3em;
    height: 2.0em;
    background-image: url(../images/icon_mail_wh.png);
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: 30px 20px;
}
#ft_bt_box li.mail a:hover b:before {
    background-image: url(../images/icon_mail.png);
}
#ft_bt_box li.mail a span{
    font-size: 14px;
    padding: 0 0 10px 30px;
    display: inline-block;
}
