@charset "UTF-8";
body {
    width: 100%;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #190202;
    line-height: 1.75;
    height: 100%;
    /* background: url(../img/diagonal.jpg); */
    background-size: 1%;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-size: 1.4em;
    /* font/chromeバグ対応 */
    position: relative;
    right: 0;
    overflow-x: hidden;
    background: #eee;
    box-shadow: 7px 7px 3px 2px #888888;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

ul li {
    list-style: none;
    position: relative;
}

ul {
    padding: 0;
    margin: 0;
}

dl {
    margin: 0;
    padding: 0;
}

dl dd {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}


/* フォントサイズ調整（文字サイズ指定はremを使用すること） */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: 100%;
    margin: 0;
    /* margin-bottom: 15px; */
}

html {
    font-size: 62.5%;
    /* 1em=10pxとなるよう調整 */
}

h3 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 5% 2%;
    background: url(../img/bg_img.jpg);
}

h3 span {
    font-weight: 900;
}


/*タブ（共通）*/

.tab {
    overflow: hidden;
}

.hide {
    display: none;
}

#wapper {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 3px 0px #d1d1d1;
}


/*ドロップダウンソース（共通）*/

#arrow {
    width: 20px;
    height: 20px;
    fill: #fff;
    position: absolute;
    top: 18px;
    right: 15px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.dropdown div {
    list-style: none;
    position: relative;
    /* min-height: 1px; */
}

.submenu {
    display: none;
}

.dropdown_toggle #arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*ドロップダウン装飾*/

.dropdown>li {
    padding: 10px;
}

.submenu a {
    display: block;
    color: #fff;
    text-decoration: none;
    /* padding:10px; */
}

.submenu a:hover {
    background: rgba(255, 255, 255, .1);
}


/*---------キービジュアル---------*/

#keyVis {
    background: url(../img/keyvis.jpg) no-repeat;
    background-position: center center;
    background-size: 106%;
    min-height: 250px;
    position: relative;
    box-shadow: 0px -4px 6px -2px #777779 inset;
}

#keyVis img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 13%;
    left: 0px;
    margin: auto auto;
    width: 92%;
}


/*---------説明会の内容を見る---------*/

.button {
    background: url(../img/bg_img.jpg);
    position: relative;
    height: 111px;
    /* margin-bottom: 10%; */
}

.button img.btnText {
    margin: 0 auto;
    padding: 4% 0 0;
    width: 90%;
}

.button a {
    display: inline-block;
}

.button .toSeminar_cover {
    position: relative;
}

.button .toSeminar {
    width: 66%;
    max-width: 100%;
    height: 47%;
    background: linear-gradient(#f29dc3, #ec75aa);
    border-radius: 9px;
    box-shadow: 0px 5px 0px 0px #d24482;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: -20%;
    left: 0px;
    margin: auto auto;
    transition: 0.13s;
    text-align: center;
}

.button .toSeminar:after {
    content: "";
    clear: both;
    display: block;
}

.button .toSeminar img {
    float: left;
    display: inline-block;
    margin-top: 2%;
    margin-left: 15%;
}

.button .toSeminar p {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-top: 5%;
    margin-left: 1%;
}


/*---------ローソンは他のコンビニとどう違うの？---------*/

.title {
    text-align: center;
    border-bottom: solid 3px #247ecb;
    margin-top: 10%;
    margin-bottom: 10px;
}

.title img {
    display: inline;
    position: relative;
    top: 5px;
    width: 15%;
}

.title h2 {
    color: #0068be;
    font-size: 1.6rem;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
}

.ac-container {
    width: 97%;
    margin: 0 auto;
}

.ac-container .dropdown {
    border: solid 1px #0068be;
}

.ac-container h3 {
    border-bottom: solid 2px #0068be;
}

.ac-container h3 span {
    font-weight: 900;
}

.compCover {
    border-bottom: 2px solid #0068be;
}

.compCover .comp_text {
    width: 95%;
    margin: 5% auto;
}

.compCover .comp_text p span {
    color: #ff3434;
}

.compCover .comp_text img {
    width: 90%;
    margin: 5% auto;
}


/* ローソンだからできる加盟支援制度 */

#kameishien {
    margin: 0 auto 10%;
    box-shadow: 2px 2px 2px 0px #b3b1b0;
    border-radius: 10px 10px 0 0;
    width: 97%;
}


/*タブ*/

#kTab:after {
    content: "";
    clear: both;
    display: block;
}

#kTab .kTab_contents a {
    width: 49.75%;
    display: block;
    float: left;
}

#kTab li {
    opacity: 0.3;
}

#kTab li.kSelect,
#oTab li.oSelect {
    opacity: 1;
}

#kTab li:hover {
    opacity: 1;
}

#kTab .kTab_contents a.kTab02 {
    margin-left: 0.5%;
}

#kTab .kTab_contents h4 {
    color: #fff;
    background: url(../img/bg_img.jpg);
    margin: 0;
    font-size: 1.5rem;
    text-align: center;
    padding: 11% 0 0;
    border-radius: 10px 10px 0 0;
    min-height: 59px;
    line-height: 1.5;
}

#kTab .kTab_contents p {
    color: #fff;
    font-size: 1.4rem;
    background-color: #3487d0;
    margin: 0;
    width: 78, 5%;
    padding: 5%;
    font-weight: 700;
    min-height: 74px;
}

#kTab .kTab_contents p span {
    font-weight: 900;
}


/*コンテンツ*/

.fcOwnerIntern_contents,
#kTab_2 {
    width: 100%;
    border: solid 2px #3487d0;
    box-sizing: border-box;
    padding-bottom: 5%;
}

#kContents h3 {
    width: 94%;
    margin: 5% auto 4%;
    max-width: 100%;
}


/*FCオーナー・インターン制度/コンテンツ*/

.fcOwnerIntern_contents img.fcOwnerIntern_01 {
    margin: 1% auto 0;
    width: 98%;
}

.fcOwnerIntern_contents .text {
    text-align: center;
}

.fcOwnerIntern_contents p.fcOwnerIntern_top,
p.support_top {
    color: #fff;
    font-size: 1.3rem;
    background: #6eb4ef;
    padding: 2% 3%;
    line-height: 1.5;
    font-weight: 300;
}

.fcOwnerIntern_contents p {
    color: #646875;
    font-size: 1.2rem;
    font-weight: 700;
}

.fcOwnerIntern_contents p span {
    color: #ee5d94;
    font-weight: 900;
}

.fcOwnerIntern_contents .text h5 {
    color: #247fcb;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.fcOwnerIntern_contents .text h5 span {
    color: #ee5d94;
}

.fcOwnerIntern_contents .about_intern {
    width: 94%;
    margin: 20px auto;
    max-width: 100%;
}

.fcOwnerIntern_contents .about_intern:after {
    content: "";
    clear: both;
    display: block;
}

.fcOwnerIntern_contents .about_intern img {
    width: 90%;
}

.fcOwnerIntern_contents .about_intern p {
    width: 95%;
    margin-left: 3%;
}


/*3つのメリット*/

.melit {
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
}

.melit h4 {
    color: #247fcb;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 0;
    margin-top: 6%;
    line-height: 1.5;
}

.melit h4 span {
    color: #ec74a9;
}

.melit_title {
    width: 98%;
    border: solid 2px #2781cc;
    margin: 0 auto 1%;
    max-width: 100%;
    box-sizing: border-box;
}

.melit_title #arrow {
    width: 29px;
    height: 20px;
    fill: #237fca;
    position: absolute;
    top: 1.1em;
    right: 6px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.melit_title h5 {
    color: #646770;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 10px;
    border-bottom: dashed 3px #2781cc;
}

.melit_title p {
    color: #2781cc;
    font-size: 2.3rem;
    line-height: 1.3;
    font-weight: 900;
    text-align: center;
}

.melit_top {
    background: #d5ebfc;
    padding: 1%;
    /* border-bottom: solid 2px #2781cc; */
}

.melit_top:after {
    content: "";
    clear: both;
    display: block;
}

.melit_top p {
    float: left;
    width: 85%;
}

.melit_top img {
    float: right;
    width: 10%;
}

.melit_contents {
    background: #fff;
}

.melit_contents p {
    color: #646770;
    width: 96%;
    margin: 0 auto;
}

.melit_contents img {
    width: 95%;
    margin: 2%;
}

.melit_contents .kamei_housyoukin p {
    width: 90%;
    text-align: center;
    border: solid 1px #2781cc;
    margin-bottom: 3%;
}

.melit_contents .kamei_housyoukin p span {
    font-size: 1.5rem;
}

.melit h6 {
    color: #247fcb;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    border: none;
    padding-top: 20px;
    margin-bottom: 35px;
}

.melit h6 span {
    color: #ec74a9;
}

.melit p {
    font-size: 1.2rem;
    text-align: left;
    padding: 4% 0 4% 1%;
}


/*メリット2*/

.merit_02 table {
    color: #646770;
    width: 98%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.merit_02 table caption {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    line-height: 1;
    margin-top: 17px;
}

.merit_02 table tr th {
    font-size: 1.2rem;
    background: #b6dbfc;
    padding: 3px 3% 3px 3%;
}

.merit_02 table tr td {
    font-size: 1.2rem;
    background: #d5ebfc;
    padding: 1%;
}


/*メリット3*/

.merit_03text {
    width: 98%;
    margin: 0 auto;
    text-align: center;
    /* padding: 20px 0; */
}

.merit_03text p {
    font-size: 1.4rem;
    text-align: center;
    padding: 2% 0;
}

.merit_03text p strong {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 5%;
}


/*開業までのステップ*/

.step_toOpen {
    width: 98%;
    margin: 0 auto 5%;
    position: relative;
}

.step_toOpen a {
    width: 35%;
    text-align: center;
    color: #fff;
    padding: 1% 14%;
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.5;
    background: #6cb3ef;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0px #241106;
    position: absolute;
    top: 42vw;
    left: 25.5%;
}


/*経営・生活のサポート/コンテンツ*/

#kTab_2 h3 {
    border-bottom: solid 2px #0068be;
    margin-bottom: 0px;
}

.support_contents_cover {
    width: 95%;
    margin: 2% auto 2%;
    max-width: 100%;
}

.kensyu_title {
    border: solid 2px #247fcb;
    background: #fff;
    margin-bottom: 1%;
}

.kensyu_title .ttl {
    color: #fff;
    text-align: center;
    background: #247fcb;
}

.kensyu_title .text_area:after {
    content: "";
    clear: both;
    display: block;
}

.kensyu_title .text_area img {
    float: left;
    width: 50%;
    margin: 0;
}

.kensyu_title .text_area p {
    font-size: 1.1rem;
    float: left;
    width: 50%;
    padding: 1%;
    margin: 0;
    box-sizing: border-box;
}

.support_contents_cover img {
    width: 100%;
    margin: 0 auto 3%;
}

.support_contents_cover:after {
    content: "";
    clear: both;
    display: block;
}

.support_contents_cover h6 {
    color: #646875;
    font-size: 1.5rem;
    border-bottom: solid 2px #ee5d94;
    margin: 4% auto 3%;
}

.support_contents_cover .kensyu_support{
    margin: 0 0 20px;

}

.support_contents_cover .kensyu_support p{
    margin: 5px 0 0;
}

.support_contents_cover .kensyu_support p span{
    color: #0068b8;
    font-size: 1.2;
    font-weight: bold;
}

.support_contents_cover .kensyu_support dl{
    margin: 5px 0 0;

}

.support_contents_cover .kensyu_support dl dt{
    color: #0068b8;
    font-size: 1.2;
    font-weight: bold;
}

.support_contents_cover .kensyu_support dl dd{
    margin: 0 0 10px;
}

.support_contents_cover .kensyu_image {
    margin: 20px auto 10px;
    width: 95%;
}

.support_contents_cover .kensyu_image:after {
    content: "";
    clear: both;
    display: block;
}

.support_contents_cover .kensyu_image img {
    float: left;
    width: 32.5%;
}

.support_contents_cover .kensyu_image img.kensyu {
    margin-left: 1%;
}

.support_contents h3 span {
    color: #fff;
    background: #ffff00;
    display: block;
}

.riyouowner_cover {
    width: 95%;
    margin: 0 auto;
}

h3 span.min {
    font-size: 2rem;
    margin-left: 30px;
}

.bosyu:after {
    content: "";
    clear: both;
    display: block;
}

.bosyu,
.ikusei {
    background: #247fcb;
}

.ikusei:after {
    content: "";
    clear: both;
    display: block;
}

.teichaku:after {
    content: "";
    clear: both;
    display: block;
}

.bosyu img,
.ikusei img,
.teichaku img {
    float: left;
    width: 20%;
}

.bosyu .text,
.ikusei .text,
.teichaku .text {
    width: 80%;
    background: #d5ebfc;
    float: left;
    min-height: 125px;
}

.bosyu .text p,
.ikusei .text p,
.teichaku .text p {
    width: 90%;
    margin: 0 auto;
    font-size: 1rem;
}

.bosyu .text p.blue,
.ikusei .text p.blue,
.teichaku .text p.blue {
    color: #247fcb;
    font-size: 1.2rem;
    font-weight: 900;
    margin-top: 10px;
}

.teichaku {
    /* height: 600px; */
    background: #247fcb;
    margin-bottom: 70px;
}

.teichaku .text {
    height: 100%;
    background: #d5ebfc;
}

.teichaku .text img {
    width: 91%;
    margin-top: 5%;
    margin-left: 3%;
}

.support_contents_cover img.arrow {
    width: 18%;
    margin: 5px auto;
}

.fukushikai_cover:after {
    content: "";
    clear: both;
    display: block;
}

.fukushikai_cover img {
    float: left;
    width: 35%;
    margin-left: 2%;
}

.fukushikai_cover dl {
    width: 60%;
    float: left;
    margin-left: 5px;
}

.fukushikai_cover dl dd {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 3%;
    background: url(../img/aomaru.png) no-repeat;
    background-position: 0px 3px;
    background-size: 4%;
    padding-left: 13px;
}

.point {
    width: 94%;
    margin: 30px auto;
    border: solid 4px #d5ebfc;
}

.point img {
    padding: 1% 40%;
    background: #d5ebfc;
    width: 20%;
}

.point p {
    width: 85%;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 2% auto;
}

.point p span {
    font-size: 1.3rem;
}

.riyouowner_cover:after {
    content: "";
    clear: both;
    display: block;
}

.riyouowner_cover img {
    float: left;
    width: 34%;
}

.riyouowner_cover dl {
    width: 64%;
    float: left;
    margin-left: 2%;
}

.riyouowner_cover dl dd {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 3%;
    background: url(../img/aomaru.png) no-repeat;
    background-position: 0px 3px;
    background-size: 4%;
    padding-left: 13px;
}


}
.housyou {
    width: 67%;
    float: left;
}
.housyou p {
    font-size: 1.2rem;
    line-height: 1.5;
}
.housyou img {
    width: 45%;
    margin-bottom: 1%;
    margin-left: 2%;
    float: right;
}
.housyou_ms {
    background: #fdead1;
    padding: 2%;
    margin-top: 2%;
    border-radius: 5px;
    font-size: 1.1rem;
    float: right;
    box-sizing: border-box;
}
.housyou_ms p.ms_top {
    border-bottom: 1px solid #190202;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.housyou_ms p.ms_top span {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
}
.communication {
    width: 100%;
    background: #eaf6fd;
    padding: 2%;
    margin: 0 auto;
    border-radius: 10px;
    border: 2px solid #66c5f2;
    box-sizing: border-box;
}
.communication:after {
    content: "";
    clear: both;
    display: block;
}
.communication_cover {
    width: 90%;
    margin: 0 auto 6%;
}
.communication_cover:last-child {
    margin: 0 auto 3%;
}
.communication_cover:after {
    content: "";
    clear: both;
    display: block;
}
.communication_cover img {
    width: 50%;
    margin-left: 2%;
    margin-bottom: 1%;
    float: right;
}
.communication_cover img.chokkoubin {
    width: 35%;
}
.communication_cover p {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}
.communication_cover p.blue {
    margin: 7px 0;
    font-size: 1.5rem;
    font-weight: 900;
    color: #247fcb;
    line-height: 1.2;
}

/* オーナーの主な仕事と先輩オーナーインタビュー */
h2.title_min {
    font-size: 1.6rem;
}
#aboutOwner {
    width: 95%;
    margin: 0 auto 10%;
    box-shadow: 2px 2px 2px 0px #b3b1b0;
    border-radius: 10px 10px 0 0;
}

/* オーナーセクションタブ */
#oTab:after {
    content: "";
    clear: both;
    display: block;
}
#oTab .oTab_contents a {
    width: 49.75%;
    display: block;
    float: left;
}
#oTab li {
    opacity: 0.3;
}
#oTab li.select {
    opacity: 1;
}
#oTab li:hover {
    opacity: 1;
}
#oTab .oTab_contents a.oTab02 {
    margin-left: 0.5%;
}
#oTab .oTab_contents h4 {
    color: #fff;
    background: url(../img/bg_img.jpg);
    margin: 0;
    font-size: 1.5rem;
    text-align: center;
    padding: 9% 0 7%;
    border-radius: 10px 10px 0 0;
}
#oTab .oTab_contents p {
    color: #fff;
    font-size: 1.6rem;
    background-color: #3487d0;
    margin: 0;
    width: 77.6.8%;
    padding: 20px 37px 21px 39px;
    font-weight: 700;
}
#oTab .oTab_contents p span {
    font-weight: 900;
}

/* オーナーセクションコンテンツ */
#oContents .work_contents,
#oContents .interview {
    width: 100%;
    border: solid 2px #3487d0;
    box-sizing: border-box;
}
p.work_contents_top {
    color: #fff;
    font-size: 1.3rem;
    background: #6eb4ef;
    padding: 2% 3%;
    line-height: 1.5;
    font-weight: 300;
}

/*オーナーの主な仕事*/
#oContents h4 {
    width: 95%;
    margin: 1% auto;
    color: #247fcb;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: left;
}
#oContents h4 span {
    color: #ec74a9;
}
#oContents h3 {
    width: 95%;
    margin: 5% auto;
    border-bottom: solid 2px #0068be;
}
.work_cover,
.sv_cover {
    width: 95%;
    margin: 2% auto;
}
.work_cover h6,
.sv_cover h6 {
    color: #646875;
    font-size: 1.3rem;
    border-bottom: solid 2px #ee5d94;
    margin: 4% auto 3%;
}
.ownersWork {
    height: 90px;
    margin-bottom: 10px;
}
.ownersWork_cover:after {
    content: "";
    clear: both;
    display: block;
}
.ownersWork_cover img {
    width: 30%;
    float: left;
}
.ownersWork_cover .ownersWork_text {
    width: 68%;
    margin-left: 1%;
    float: left;
}
.ownersWork_cover .point img {
    padding: 1% 40%;
    background: #d5ebfc;
    width: 20%;
}
.svWork {
    margin-bottom: 10px;
}
.svWork:after {
    content: "";
    clear: both;
    display: block;
}
.svWork img {
    width: 30%;
    float: left;
}
.svWork_text {
    width: 68%;
    margin-left: 1%;
    float: left;
}
.work_cover .ownersWork p,
.sv_cover .svWork p {
    font-size: 1.1rem;
    line-height: 1.5;
}
.work_cover .ownersWork p.blue,
.sv_cover .svWork p.blue {
    font-size: 1.3rem;
    font-weight: 900;
    color: #247fcb;
    line-height: 1.2;
    border-left: solid 5px #ec74a9;
    padding-left: 5px;
    margin-bottom: 2%;
}

/*ミステリー・ショッパー制度*/
    dl.msSystem{
        width: 94%;
        margin: 30px auto;
    }
    dl.msSystem dt{
        height: 28px;
        line-height: 28px;
        font-size: 1.5rem;
        font-weight: bold;
        border-left: solid 5px #1663b5;
        padding: 0 0 0 16px;
        margin: 0 0 10px 0;
    }
    dl.msSystem dd{
        font-size: 1.2rem;
    }
    dl.msSystem dd span{
        font-weight: bold;
    }

/*先輩オーナーインタビュー*/
.interview_01,
.interview_02 {
    width: 95%;
    margin: 4% auto;
    border: solid 3px #247fcb;
    background: #d5ebfc;
}
.int_contents {
    padding-bottom: 30px;
}
#oContents .interview p.interview_title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    background: #247fcb;
    text-align: center;
    padding: 16px 0;
}
#oContents .interview p.interview_title span {
    font-size: 1rem;
}
.int_top {
    width: 95%;
    margin: 0 auto;
}
.int_top:after {
    content: "";
    clear: both;
    display: block;
}
.int_top img {
    /* float: left; */

    width: 78%;
    margin: 1% auto;
}
.int_top .int_top_right {
    width: 100%;
    padding: 20px;
    /* float: right; */

    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}
.int_top .int_top_right h6 {
    color: #333333;
    font-size: 1.3rem;
    padding-left: 5px;
    border-bottom: solid 1px #247fcb;
    margin-bottom: 2%;
}
.int_top .int_top_right p {
    font-size: 1.2rem;
    font-weight: 700;
    color: #247fcb;
    line-height: 1.5;
    margin-bottom: 2%;
}
.int_top_store {
    width: 95%;
}
.int_top_store:after {
    content: "";
    clear: both;
    display: block;
}
.int_top_store img {
    float: left;
    width: 18%;
}
.int_top .int_top_right .int_top_store p {
    float: left;
    color: #333;
    font-size: 1.2rem;
    margin-top: 6%;
    margin-left: 3%;
    width: 79%;
}
.int_cont_cover {
    width: 95%;
    margin: 0 auto;
}
.int_cont_cover:after {
    content: "";
    clear: both;
    display: block;
}
.int_cont_cover p {
    font-size: 1.1rem;
    font-weight: 500;
    width: 95%;
    margin: 0 auto;
}
.int_cont_cover p span {
    color: #fe4848;
}
.int_cont_cover img {
    width: 60%;
}

/*フランチャイズシステム、加盟条件・契約タイプ*/
#fcsystem {
    width: 95%;
    margin: 0 auto 10%;
}
#fcsystem h3 {
    font-size: 1.5rem;
    border-bottom: solid 2px #0068be;
}
.kameijohken {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.kameijohken img.new {
    width: 50px;
    position: absolute;
    top: -15px;
    left: -5px;
}
.kameijohken:after {
    content: "";
    clear: both;
    display: block;
}
.kameijohken img {
    float: left;
    margin: 1% 1% 1% 1%;
    width: 48%;
}
.kameijohken_cover {
    border-bottom: solid 2px #0068be;
}
.kameijohken,
.kameitype_cover {
    padding: 1%;
    border: solid 2px #0068be;
    box-sizing: border-box;
}

/*NEW加盟店サポート制度のご案内*/
.new_support {
    width: 95%;
    margin: 0 auto;
}
.new_support .new_support_inner {
    margin-top: 5px;
}
.n_s_i_inner {
    margin-bottom: 10px;
}
.n_s_i_inner p {
    margin: 3px 0;
}
.n_s_i_inner p strong {
    color: #006699;
}
/*加盟タイプタブ*/
.kameitype {
    width: 95%;
    margin: 0 auto;
}
.tTab {
    width: 100%;
}
.tTab:after {
    content: "";
    clear: both;
    display: block;
}
.tTab_contentsL {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.tTab_contentsR {
    float: right;
    width: 50%;
}
.cntype {
    background: #ff9626;
    width: 100%;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 5% 3% 10%;
    float: left;
    display: block;
    min-height: 110px;
    box-sizing: border-box;
}
.cntype h4 {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1%;
}
.cntype p {
    color: #ff9626;
    background: #fff;
    font-size: 1.3rem;
    width: 95%;
    margin: 0 auto;
}
.b4type {
    background: #fc6e63;
    width: 100%;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 5% 3% 9%;
    float: right;
    display: block;
    min-height: 110px;
    box-sizing: border-box;
}
.b4type h4 {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 5px;
}
.b4type p {
    color: #fc6e63;
    background: #fff;
    font-size: 1.2rem;
    width: 95%;
    margin: 0 auto;
}
#tTab_1 {
    border: 3px solid #ff9626;
    padding-bottom: 35px;
    box-shadow: 2px 2px 2px 0px #b3b1b0;
}
#tTab_1 h5 {
    color: #fff;
    background: #ff9626;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
    padding: 2% 0;
}
#tContents .cntype_contents {
    position: relative;
}
#tContents .cntype_contents p {
    color: #247fcb;
    font-size: 1.3rem;
    font-weight: 900;
    text-align: center;
}
#tContents .cntype_contents img {
    width: 95%;
    margin: 0 auto;
}
#tContents .cntype_contents h6 {
    color: #646875;
    font-size: 1.3rem;
    border-bottom: solid 2px #ee5d94;
    margin: 4% auto 3%;
    width: 95%;
}
#tContents .cntype_contents p.chusyaku {
    width: 95%;
    margin: 1% auto;
    font-size: 1rem;
    line-height: 1.2;
    color: #333;
    text-align: left;
    font-weight: 100;
}
#tContents .cntype_contents p.tenkyohishien {
    width: 95%;
    margin: 5% auto;
    font-size: 1.2rem;
    color: #777;
    border: 2px solid #fd9ec2;
    padding: 0 1%;
    box-sizing: border-box;
}
#tContents .cntype_contents p.tenkyohishien span {
    color: #ee5d94;
    font-size: 1.8rem;
    font-weight: 900;
}
#tContents .cntype_contents p.tenkyohishien small {
    font-size: 0.7rem;
}
#tContents .cntype_contents p.step {
    color: #777;
    font-size: 1.2rem;
    width: 95%;
    margin: 0 auto;
}
#tContents .cntype_contents .toseminar {
    position: relative;
}
#tContents .cntype_contents a {
    width: 22%;
    text-align: center;
    color: #fff;
    padding: 1% 2%;
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.5;
    background: #6cb3ef;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0px #241106;
    position: absolute;
    top: 14.5%;
    left: 67.5%;
}
.button_cover {
    position: relative;
}
#tTab_2 {
    border: 3px solid #fc6c61;
    padding-bottom: 35px;
    box-shadow: 2px 2px 2px 0px #b3b1b0;
}
#tTab_2 h5 {
    color: #fff;
    background: #fc6c61;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
    padding: 2% 0;
}
#tContents .cntype_contents a.fc_b4_button {
    width: 20%;
    color: #fff;
    padding: 1% 2%;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.5;
    display: block;
    background: #6cb3ef;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0px #241106;
    text-align: center;
    position: absolute;
    top: 14.5%;
    left: 70%;
    transition: 0.15s;
}

/*説明会のご案内*/
.bt_button {
    background: url(../img/bg_img.jpg);
    position: relative;
    padding: 1% 0;
    height: 450px;
    width: 100%;
}
.setsumeikai img {
    width: 100%;
    margin: 0 auto;
}
.setsumeikai {
    width: 95%;
    margin: 0 auto;
    border: 7px solid #fd81b0;
    background: #fff;
    position: relative;
}
.setsumeikai .area {
    width: 100%;
    height: 140px;
    margin: 0 auto;
    /* padding-top: 1%; */

    padding-bottom: 3%;
}
.setsumeikai .area:after {
    content: "";
    clear: both;
    display: block;
}
.setsumeikai .area .areabtn {
    width: 31.5%;
    height: 30%;
    background: linear-gradient(#f29dc3, #ec75aa);
    border-radius: 5px;
    box-shadow: 0px 4px 0px 0px #d24482;
    text-align: center;
    float: left;
    margin: 1% 0.9%;
    position: relative;
}
.setsumeikai .area .areabtn p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-top: 14%;
    /* margin-left: 1%; */

    margin-bottom: 0%;
    width: 85px;
}
.bt_button .toSeminar_wrap {
    position: relative;
}
.bt_button img.btnText {
    margin: 0 auto;
    padding: 22px 0 0;
}
.bt_button a {
    display: inline-block;
}
.bt_button .toSeminar {
    width: 64%;
    height: 55px;
    background: linear-gradient(#f29dc3, #ec75aa);
    border-radius: 9px;
    box-shadow: 0px 5px 0px 0px #d24482;
    position: absolute;
    top: 97px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto auto;
    transition: 0.13s;
}
.bt_button .toSeminar:after {
    content: "";
    clear: both;
    display: block;
}
.bt_button .toSeminar img {
    float: left;
    display: inline-block;
    margin-top: 12px;
    margin-left: 133px;
}
.bt_button .toSeminar p {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    margin-left: 14%;
    width: 69%;
}

/*フッター*/
footer .copyright {
    margin: 240px auto 20px;
    text-align: center;
    color: #22549a;
}
