@charset "utf-8";

/* ======================================================
基本の設定はHP共通の設定を使用してイレギュラー部分のみ追記
・カテゴリートップにサイドメニュー表示
・見出し用アイコン
・本文内の画像配置、罫線など
====================================================== */

@font-face {
    font-family: "Font Awesome";
    src: url("../../fonts/fontawesome-webfont.ttf") format("truetype");
}

#headerSection {
    position: relative;
    width: 100%;
    min-width: 250px;
    overflow: hidden;
}

#headerSection .headerSectionBg {
    width: 740px;
}

#headerSection .headerSectionFg{
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 1;
}
#headerSection .headerSectionFg .headerSectionFgMaintxt{
    color: #FFF;
    font-family: 'Shippori Mincho', serif;
    font-size: 40px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1), 0 0 10px rgba(168, 168, 168, 1);
    border-right: solid #2d771fee;
    padding-right: 1em;
}
#headerSection .headerSectionFg .headerSectionFgSubtxt{
    margin-top: 1.5em;
}

#detailArea{
    font-size: 16px;
}

.howto-kabunushi a {
    text-decoration: underline;
}

.howto-kabunushi {
    background: #f4f5fa;
    padding: 15px;
    margin: 40px 0;
}

.howto-kabunushi p.ttl-l {
    color: #224394;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 10px;
}

.howto-kabunushi p.ttl-m {
    border-bottom: 1px solid #3b3b3d;
    color: #3b3b3d;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 20px;
}

.howto-kabunushi .members {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.howto-kabunushi .steps {
    margin-bottom: 20px;
}

.howto-kabunushi .steps p {
    margin-bottom: 5px;
}

.howto-kabunushi span.ttl {
    font-weight: bold;
    font-size: 14px;
}

.howto-kabunushi .screen {
    float: left;
    width: 400px;
    margin-bottom: 10px;
    margin-right: 20px;
    text-align: center;
}

.howto-kabunushi .screen img {
    max-width: 400px;
}

.howto-kabunushi .operation {
    float: left;
    width: 280px;
}

.howto-kabunushi .operation p {
    margin-bottom: 10px;
}

.howto-kabunushi .operation span.red {
    font-weight: bold;
    color: red;
}

.howto-kabunushi .operation span.bold {
    font-weight: bold;
}

.howto-kabunushi .operation p.s-01 {
    margin-top: 45px;
}

.howto-kabunushi .members .screen {
    width: 160px;
}

.howto-kabunushi .members .screen img {
    width: 160px;
}

.howto-kabunushi .members p {
    font-size: 1.4rem;
}

.howto-kabunushi .members p.ttl-l {
    font-size: 16px;
}

.howto-kabunushi .arrow {
    text-align: center;
    width: 400px;
    margin-bottom: 10px;
}

#slideSection {
    position: relative;
    width: 100%;
    min-width: 250px;
    overflow: hidden;
}
#slideSection .photoSlide {
    width: 740px;
}
#slideSection .photoSlide .swiper02 .swiper-wrapper {
    transition-timing-function: linear;
}
#slideSection .photoSlide .swiper02 .swiper-wrapper img{
    width: 185px;
    height: 150px;
    object-fit: cover;
}

/*===============
PC用調整
================*/
@media only screen and (min-width: 1122px),
print {
    #detailArea1 {
        margin-top: 15px;
        border: 1px solid #8bb95b;
        background: url(/ir/kabunushi/img/index-bg01.png) repeat-x 0 0;
    }

    #detailArea1 .inner {
        padding: 20px;
    }

    #detailArea1 h3 {
        padding: 10px 0;
        background: #8bb95b;
        text-align: center;
    }

    #detailArea1 h3>span {
        padding: 0 90px;
        color: #fff;
        font-weight: bold;
        font-size: 2.2rem;
        background-image: url(/ir/kabunushi/img/index-ic01.png), url(/ir/kabunushi/img/index-ic02.png);
        background-repeat: no-repeat;
        background-position: 0 center, 100% center;
    }

    #detailArea1 .figureCol01>div {
        margin-right: 30px;
        width: 380px;
        float: left;
    }

    #detailArea1 .figureCol01>figure {
        padding-right: 50px;
        float: right;
    }
}

/*===============
タブレット用調整
================*/
@media only screen and (min-width: 768px) and (max-width: 1121px),
print {}

/*===============
スマホ用調整
================*/
@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    #headerSection .headerSectionBg {
        width: 100%;
    }

    #headerSection .headerSectionFg {
        right: auto;
        left: 5%;
    }
    
    #headerSection .headerSectionFg .headerSectionFgMaintxt{
        font-size: 22.5px;
        line-height: 1.5;
    }

    #detailArea{
        font-size: 14px;
    }

    .howto-kabunushi .steps span.search img {
        max-width: 250px;
        margin: 0 auto;
    }

    .howto-kabunushi p.ttl-l {
        font-size: 1.6rem;
    }

    .howto-kabunushi .screen {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .howto-kabunushi .operation p.s-01 {
        text-align: center;
        margin-top: 10px;
    }

    .howto-kabunushi .operation {
        float: none;
        width: auto;
    }

    .howto-kabunushi .arrow {
        width: 15px;
        margin: 10px auto;
    }

    .howto-kabunushi .members .screen {
        width: auto;
    }

    .howto-kabunushi .members p {
        font-size: 1.2rem;
    }

    .howto-kabunushi .members p.indent {
        padding-left: 1.5em;
        text-indent: -1.5em;
    }


    #detailArea1 {
        margin-top: 10px;
        border: 1px solid #8bb95b;
        background: url(/ir/kabunushi/img/index-bg01.png) repeat-x 0 0;
    }

    #detailArea1 .inner {
        padding: 15px;
    }

    #detailArea1 h3 {
        padding: 10px 0;
        background-color: #8bb95b;
        text-align: center;
    }

    #detailArea1 h3>span {
        padding: 0 50px;
        color: #fff;
        font-weight: bold;
        font-size: 1.6rem;
        background-image: url(/ir/kabunushi/img/index-ic01.png), url(/ir/kabunushi/img/index-ic02.png);
        background-repeat: no-repeat;
        background-position: 2% center, 98% center;
        background-size: 40px auto;
    }

    #detailArea1 .figureCol01 {
        margin-top: 15px;
    }

    #detailArea1 .figureCol01>figure {
        text-align: center;
    }

    #detailArea1 .figureCol01>figure img {
        max-width: 234px;
    }

    #detailArea1 .figureCol01>div {
        margin-top: 10px;
    }
}