@charset "utf-8";
/*------------------------------------------------------------
    汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
    content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 1000px;
}
/*------------------------------------------------------------
    com-btn
------------------------------------------------------------*/
.com-btn {
    margin: 0 auto 76px;
    text-align: center;
    width: 650px;
}
.com-btn a {
    vertical-align: top;
    display: inline-block;
}
.com-btn a .on {
    display: none;
}
.com-btn a:hover .on {
    display: block;
}
.com-btn a:hover .off {
    display: none;
}
/*------------------------------------------------------------
    com-tel-box
------------------------------------------------------------*/
.com-tel-box {
    margin-bottom: 160px;
    padding: 17px 15px 44px;
    border: 1px solid #cbcbcb;
    background: url("../../img/common/bg01.jpg") no-repeat center center / cover;
}
.com-tel-box .ttl {
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.com-tel-box .ttl span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.com-tel-box .ttl span::after {
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: 2px;
    background: #fdf510;
    z-index: -1;
    content: '';
}
.com-tel-box .arrow {
    margin-bottom: 29px;
    text-align: center;
}
.com-tel-box .tel {
    margin: 0 auto;
    width: 450px;
}
.com-tel-box .tel a {
    padding: 13px 10px 11px;
    display: block;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;
    box-shadow: 4px 5px 0 #cfdadf;
}
.com-tel-box .tel a:hover {
    opacity: 0.7;
}
.com-tel-box .tel .txt01 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #e80505;
}
.com-tel-box .tel .num {
    margin-bottom: 12px;
}
.com-tel-box .tel .time {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*------------------------------------------------------------
    head-line01
------------------------------------------------------------*/
.head-line01 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.03em;
}
.head-line01 .blue-txt {
    color: #151e7f;
}
.head-line01 .line-txt {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.head-line01 .line-txt::after {
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fdf510;
    z-index: -1;
    content: '';
}
.head-line01 .dot-txt {
    display: inline-block;
    position: relative;
}
.head-line01 .dot-txt::before {
    margin-left: -4px;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 50%;
    top: -6px;
    border-radius: 50%;
    background: #d3000e;
    content: '';
}
/*------------------------------------------------------------
    head-line02
------------------------------------------------------------*/
.head-line02 {
    margin-bottom: 44px;
    padding: 3px 16px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    border-left: 6px solid #d3000e;
    background-image: -moz-linear-gradient(90deg, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 100%);
}
@media all and (-ms-high-contrast:none) {
    .head-line02 {
        padding: 10px 16px 0;
        line-height: 1.1;
    }
}
/*------------------------------------------------------------
    head-line03
------------------------------------------------------------*/
.head-line03 {
    margin-bottom: 9px;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.08em;
}
.head-line03 .en {
    margin-top: 6px;
    display: block;
    color: #0e3670;
    font-size: 14px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.2em;
}
.head-line03 .en::before {
    margin-top: -3px;
    margin-right: 25px;
    width: 48px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    background: #0e3670;
    content: '';
}
.head-line03 .en::after {
    margin-top: -3px;
    margin-left: 25px;
    width: 48px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    background: #0e3670;
    content: '';
}

/*------------------------------------------------------------
利用規約
------------------------------------------------------------*/
.p-privacy {
    margin-bottom: 122px;
    margin-top: -20px;
}

.p-privacy__inner {
    width: 1000px;
    margin: 0 auto;
    font-family: "メイリオ",sans-serif;
    font-size: 1.3rem
}

.p-privacy__ttl {
    padding-top: 20px
}

.p-privacy__list li {
    padding-bottom: 20px
}

.p-privacy__list li:last-child {
    padding: 0
}

.p-privacy .u-pd01 {
    padding-bottom: 20px
}

.p-privacy .p-privacy01__banner {
    margin: 14px auto 0
}

.p-privacy .p-privacy01 .p-privacy__inner {
    margin: 30px auto 75px
}

.p-privacy .p-privacy02 {
    padding-top: 20px
}

.p-privacy .p-privacy02__banner {
    margin: 0 auto
}

.p-privacy .p-privacy02 .p-privacy__inner {
    margin: 30px auto 36px
}
