@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

p {
    font-size: 17px;
}


body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* ヘッダー */
.top_head {
    display: flex;
    justify-content: space-around;
}

.c-header {
    background-color: #ffffff;
    box-sizing: border-box;
    padding-top: 30PX;
    width: 100%;

}

.c-header__list {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 0;
    background-color: #0140a0;
    margin: 0 auto;
}

.c-header__list-item {
    list-style: none;
    text-decoration: none;
}

.c-header__list-link {
    color: #ffffff;
    font-weight: bold;
    display: block;
    margin-left: 50px;
    text-decoration: none;
    padding: 20px;
}

.c-header__list-link:hover {
    filter: opacity(0.6);
}

.c-hamburger-menu {
    position: relative;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 3;

}

@media screen and (max-width: 750px) {

    .topheader_logo img {
        width: 150px;
    }

    .topheader_tel img {
        width: 150px;
    }

    .c-header {
        padding: 10px;
    }


    .c-hamburger-menu__list {
        background-color: #0140a0;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        left: 0;
        padding: 5px;
        position: absolute;
        transform: translateX(100%);
        transition: 0.3s;
        top: 100%;
        width: 100%;

    }

    #hamburger:checked~.c-hamburger-menu__list {
        transform: translateX(0%);
        transition: 0.3s;
    }
}

.c-hamburger-menu__input {
    display: none;
}

.c-hamburger-menu__bg {
    cursor: pointer;
    display: none;
    height: 100vh;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#hamburger:checked~.c-hamburger-menu__bg {
    display: block;
}

.c-hamburger-menu__button {
    display: none;
}

@media screen and (max-width: 750px) {
    .c-hamburger-menu__button {
        background-color: #0140a0;
        border-radius: 2px;
        border: 2px solid #0140a0;
        align-items: center;
        appearance: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        float: right;
        gap: 5px;
        height: 35px;
        justify-content: center;
        width: 38px;
    }
}

.c-hamburger-menu__button-mark {
    background-color: #ffffff;
    display: block;
    height: 3px;
    transition: 0.3s;
    width: 25px;

}

@media screen and (max-width: 750px) {
    #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
        transform: translate(2px, 1px) rotate(45deg);
        transform-origin: 0%;
    }

    #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
        opacity: 0;
    }

    #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
        transform: translate(2px, 3px) rotate(-45deg);
        /* カスタマイズしてください */
        transform-origin: 0%;
        /* カスタマイズしてください */
    }
}

/* ヘッダー */


/* トップ　キャンペーンバナー表示枠 */
.campaign_box {
  margin: 0 auto;
  max-width: 1100px;
}
.campaign_box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* トップ　キャンペーンバナー表示枠 */



/* 無料スクリーニング */
.toppage2_title {
    margin: 20px 0 40px;
}

.toppage2_title h3 {
    text-align: center;
    border: 2px solid #0080bb;
    width: 40%;
    margin: 0 auto;
    color: #0080bb;
    letter-spacing: 5px;
}
.toppage1_title {
    text-align: center;
    border: 2px solid #0140a0;
    width: 40%;
    margin: 196px auto 20px;
    color: #0140a0;
    letter-spacing: 5px;
}
.result_box {
    display: flex;
    justify-content: center;
}

.result_box dl {
    background-color: rgb(240, 240, 240);
    margin: 20px 10px;
    padding: 20px 10px;
    width: 450px;
    border-radius: 5px;
}

.result_box dl dt {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.result_box dl dd .result_pickup {
    background-color: #979797;
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
    margin: 18px 10px;
    border-radius: 5px;
}

@media screen and (max-width:767px) {
    .toppage {
        display: block;

    }

    .toppage2_title h3 {
        width: 80%;
    }
    .toppage1_title {
        width: 80%;
    }
    .result_box {
        display: block;

    }

    .result_box dl {
        width: 90%;
        margin: 10px auto;
    }
}

要素 {
}
@media screen and (max-width: 750px) {
  .toppage1_title {
    margin: 98px auto 20px;

  }
}
/* 無料スクリーニング */


/* 取扱商品一覧 */
.product_nav {
    margin-top: 30px;
}
@media screen and (max-width: 750px){
    .product_nav {
      margin-top: 20px;
    }
}
.product_nav h3 {
    text-align: center;
    border: 2px solid #0140a0;
    width: 20%;
    margin: 0 auto;
    color: #0140a0;
    letter-spacing: 5px;
}

.product_1 ul li {
    width: 51%;
    background: url(../img/vision.png);
    padding: 20px;
    margin: 30px auto;
    border: 2px solid #000;
    background-repeat: no-repeat;
    background-size: cover;
}

.product_1 ul a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.product_1 a:hover {
    opacity: 0.8;
    position: relative;
    z-index: 2;
}

.productbox {
    border: 2px solid #fff;
    padding: 20px;
    text-align: center;
    font-size: 40px;
}

.productbox .productbox_pickup {
    font-size: 22px;
    display: block;
}

.product_2 ul {
    display: flex;
    justify-content: center;
}


.product_2 a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.product2_1 {
    background: url(../img/treasure2.png);
    background-repeat: no-repeat;
    padding: 20px;
    border: 2px solid #000;
    list-style: none;
    width: 450px;
}

.product_2 a:hover {
    opacity: 0.7;

}

.product2_2 {
    width: 450px;
    background: url(../img/treasure1.png);
    background-repeat: no-repeat;
    padding: 20px;
    margin-left: 30px;
    border: 2px solid #000;
    list-style: none;

}


.product2_3 {
    background: url(../img/gate.png);
    background-repeat: no-repeat;
    padding: 20px;
    border: 2px solid #000;
    list-style: none;
    width: 450px;
    margin-top: 20px;
}


.product2_4 {
    width: 450px;
    background: url(../img/product.png);
    background-repeat: no-repeat;
    padding: 20px;
    margin-left: 30px;
    border: 2px solid #000;
    list-style: none;
    margin-top: 20px;
}

@media screen and (max-width:767px) {
    .productbox {
      padding: 5px;
      font-size: 26px;
      height: 65px;
    }
    .productbox .productbox_pickup {
      font-size: 16px;
    }
    .product_nav h3 {
        width: 80%;

    }

    .product_1 ul li {
        width: 90%;
        padding: 10px;
        margin: 20px auto 0;
    }

    .product_2 ul {
        display: block;

    }

    .product2_1 {
        width: 90%;
        padding: 10px;
        margin: 10px auto;
    }

    .product2_2 {
        width: 90%;
        padding: 10px;
        margin: 10px auto;
    }

    .product2_3 {
        width: 90%;
        padding: 10px;
        margin: 10px auto;
    }

    .product2_4 {
        width: 90%;
        padding: 10px;
        margin: 10px auto 0;
    }

}
/* 取扱商品一覧 */



/* LINEバナー */
.line_bunner {
    width: 50vw;
    margin: 0 auto;
}

.line_bunner h4 {
    text-align: center;
    background-color: #d8f0f7;
    background-size: cover;
    padding: 10px;
}

.line {
text-align: center;
    padding: 20px 0;
}

.line_box p {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.line_box h5 {
    color: #e21111;
    font-size: 24px;
    text-align: center;
}

.line_box a {
    text-decoration: none;

}

.line_box .line_move {
    color: #fff;
    background-color: #00B900;
    padding: 15px 50px;
    margin: 10px ;
    font-size: 23px;
}

.line_move:hover {
    background-color: #53ee53af;
}


/* LINE誘導バナー */

.line_btn {
    width: 70%;
    margin-top: 2%;
    animation-name:updown; 
    animation-delay:0s;   
    animation-duration: 2.3s;  
    animation-timing-function: ease-in-out;  
    animation-iteration-count: infinite; 
    transition: 1s;
  }
  .line_btn:hover{
    opacity: 0.4;
    transition: 0.5s;
  }

  .sp_n{
    display: block;
  }
  @keyframes updown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-15px);
    }
    100% {
      transform: translateY(0);
    }
  }

@media screen and (max-width:768px) {
    .line_bunner {
        width: 90vw;
    }

    .line {
        display: block;

    }

    .line .line_url {
        text-align: center;
    }
    .line_btn{
        width: 95%;
    }

    .sp_n{
        display:flex;
      }
}

/* LINEバナー */

/* フッターナビ */

.navigation {
    margin-top: 50px;
}

.navigation nav ul {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.navigation nav ul li {
    margin-bottom: 20px;
    padding-right: 30px;
    list-style: none;
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.navigation nav ul a {
    text-decoration: none;
}

.navigation nav ul li:hover {
    color: rgb(14, 156, 192);
}

.toppage_bottom {
    background-color: #0140a0;
    color: #fff;
    padding: 40px;
}

@media screen and (max-width:767px) {
    .navigation nav ul {
        display: block;
        text-align: center;
    }

    .navigation nav ul li {
        padding-right: 0px;
        margin-bottom: 10px;
    }
}

/* フッターナビ */


/* VISIONページトップ */

.productpage_top {
    margin-top: 166px;
    background: url(../img/vision.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.productpage_title {
    border: 1px solid #fff;
    width: 350px;
    margin: 0 auto;
    text-align: center;

}

.productpage_title h4 {
    letter-spacing: 5px;
    font-weight: normal;
    font-size: 23px;
    padding: 10px;
    line-height: 30px;
}

.productpage_top p {
    text-align: center;
    margin: 30px 0;
    font-size: 30px;
}

.productpage_top h2 {
    font-size: 7vw;
    text-align: center;
    letter-spacing: 15px;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .productpage_top {
        max-width: 100%;
        margin-top:93px;
        padding: 10px;
    }

    .productpage_top h2 {
        font-size: 20vw;
        text-align: center;
        letter-spacing: 15px;
        margin-bottom: 30px;

    }

}

/* VISIONページトップ */



/* 商品ページ　本文 */

.productpage_1 {
    padding: 50px 0;

}

.productpage_1 h4 {
    text-align: center;
    margin: 0 auto;
    background-color: #0095da;
    color: #ffffff;
    width: 300px;
    padding: 5px;
}

.productpage_1 p {
    text-align: center;
    padding: 20px;
    font-size: 20px;
}

.productpage_text textarea {
    width: 50%;
    height: 15vh;
    text-align: left;
    border: 2px solid #000;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    padding: 20px;
    line-height: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.productpage_2 {
    background: url(../img/vision.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px 0;
    padding: 30px;
}

.productpage_2 h3 {
    background-color: #fffffffa;
    color: #0140a0;
    padding: 10px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}



.summary {
    margin: 0 auto;
}

.summary tr th {
    padding: 8px 100px;
    background-color: #3d3d3d;
    text-align: center;
    color: #fff;
    font-size: 22px;

}

.summary tr td {
    padding: 8px 100px 8px 20px;
    background-color: #f1f1f1;
    text-align: left;
    font-size: 22px;
}

.productpage_1 button {
    display: flex;
    margin: 20px auto;
    background-color: #0080bb;
    color: #ffffff;
    padding: 10px 100px;
    font-size: 20px;
    border: none;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.productpage_1 button:hover {
    background-color: #0080bb9f;
}

.product_check {
    text-align: center;
    margin: 20px 0;
    font-size: 20px;
}

input[type=checkbox] {
    transform: scale(1.5);
    margin-right: 10px;
}


.button {
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #0140a0;
    font-weight: bold;
    margin: 20px auto;
    display: block;
    width: 25%;
    padding: 10px 30px;
    font-size: 25px;
    border-radius: 5px;
}

.button:hover {
    background-color: #0141a091;
}

.button-cre {
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #0095da;
    font-weight: bold;
    margin: 20px auto;
    display: block;
    width: 25%;
    padding: 10px 30px;
    font-size: 25px;
    border-radius: 5px;
}

.button-cre:hover {
    background-color: #0095da91;
}
.summary tr td .vision_name {
    display: none;
}
.btnField {
  text-align: center;
}
.btnField a{
  display:inline-block;
  margin: 20px 15px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .btnField a{
    width: 70%;
    margin: 20px auto;
    display:block;
  }
}
@media screen and (max-width:767px) {
    .productpage_text textarea {
        width: 80%;
        height: 30vh;
    }

    .summary tr th {
        padding: 15px;
        background-color: #3d3d3d;
        text-align: center;
        color: #fff;
        font-size: 18px;

    }

    .summary tr td {
        padding: 10px;
        background-color: #f1f1f1;
        text-align: left;
        font-size: 18px;
    }

    .summary tr td .vision_name {
        display: block;
    }

    .button {
        margin: 10px auto;
        width: 90%;
        padding: 10px;
        font-size: 20px;
    }
    .button-cre {
        margin: 10px auto;
        width: 90%;
        padding: 10px;
        font-size: 20px;
    }
    .btnField a{
        display: block;
        margin:10px auto;
    }
}

/* 商品ページ　本文 */


/* Treasure2 */



/* treasure2ページトップ */


.productpage_top_treasure2 {

    background: url(../img/treasure2.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: 166px;
}


.productpage_title2 {
    border: 1px solid #fff;
    width: 350px;
    margin: 0 auto;
    text-align: center;
}

.productpage_title2 h4 {
    letter-spacing: 5px;
    font-weight: normal;
    font-size: 23px;
    padding: 10px;
    line-height: 30px;
}

.productpage_top_treasure2 p {
    text-align: center;
    margin: 30px 0;
    font-size: 30px;
}

.productpage_top_treasure2 h2 {
    font-size: 7vw;
    text-align: center;
    letter-spacing: 15px;
    margin-bottom: 30px;

}

@media screen and (max-width:767px) {
    .productpage_top_treasure2 {
        max-width: 100%;
        padding: 10px;
        margin-top: 93px;
    }

    .productpage_top_treasure2 h2 {
        font-size: 20vw;
        text-align: center;
        letter-spacing: 15px;
        margin-bottom: 30px;

    }
}


/* treasure2ページトップ */

/* 商品概要treasure2 */
.productpage_2_treasure2 {
    background: url(../img/treasure2.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px 0;
    padding: 30px;

}

.productpage_2_treasure2 h3 {
    background-color: #ffffff;
    color: #0140a0;
    padding: 10px;
    width: 200px;
    margin: 0 auto;
    text-align: center;

}


/* 商品概要treasure2 */



/* バックテスト結果 */

.backtest {
    display: flex;
    justify-content: center;

}

.backtest dl {
    background-color: #ececec;
    margin: 20px 10px;
    padding: 10px;
    width: 25vw;
}

.backtest dl dt {
    font-weight: bold;
}

.backtest dl dd {
    font-size: 15px;
}

.backtest dl dd .backtest_text {
    background-color: #979797;
    color: #fff;
    font-size: 12px;
    padding: 3px 15px;
    margin-right: 10px;
    border-radius: 5px;
}

.backtest dl .backtest_pickup {
    text-align: right;
    font-weight: bold;
    color: #e21111;
    font-size: 28px;
}


@media screen and (max-width:767px) {
    .backtest {
        display: block;
        justify-content: center;
    }

    .backtest dl {
        margin: 15px auto;
        padding: 10px;
        width: 90%;
    }
}



/* バックテスト結果 */

/* Treasure2 */



/* Treasure1 */



/* treasure1ページトップ */


.productpage_top_treasure1 {
    background: url(../img/treasure1.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 30px;
    margin-top: 166px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



.productpage_title1 {
    border: 1px solid #fff;
    width: 350px;
    margin: 0 auto;
    text-align: center;

}

.productpage_title1 h4 {
    letter-spacing: 5px;
    font-weight: normal;
    font-size: 23px;
    padding: 10px;
    line-height: 30px;
    text-align: center;
}

.productpage_top_treasure1 p {
    text-align: center;
    margin: 30px 0;
    font-size: 35px;
}

.productpage_top_treasure1 h2 {
    font-size: 7vw;
    text-align: center;
    letter-spacing: 15px;
    margin-bottom: 30px;

}

.count-up.count-size {
    font-size: 200px;
}

@media screen and (max-width:767px) {
    .productpage_top_treasure1 {
        max-width: 100%;
        padding: 10px;
        margin-top: 93px;
    }

    .productpage_top_treasure1 h2 {
        font-size: 20vw;
        text-align: center;
        letter-spacing: 15px;
        margin-bottom: 30px;

    }
}

/* treasure1ページトップ */

/* 商品概要treasure2 */
.productpage_2_treasure1 {
    background: url(../img/treasure1.png);
    background-position: 5%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px 0;
    padding: 30px;
}

.productpage_2_treasure1 h3 {
    background-color: #ffffff;
    color: #0140a0;
    padding: 10px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}


/* 商品概要treasure2 */




/* treasuregateページトップ */


.productpage_top_treasuregate {
    background: url(../img/gate.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    color: #fff;
    padding: 30px;
    margin-top: 166px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.productpage_title_gate {
    border: 1px solid #fff;
    width: 350px;
    margin: 0 auto;
    text-align: center;

}

.productpage_title_gate h4 {
    letter-spacing: 5px;
    font-weight: normal;
    font-size: 23px;
    padding: 10px;
    line-height: 30px;
}

.productpage_top_treasuregate p {
    text-align: center;
    margin: 30px 0;
    font-size: 35px;
}

.productpage_top_treasuregate h2 {
    font-size: 7vw;
    text-align: center;
    letter-spacing: 15px;
    margin-bottom: 30px;

}

.count-up.count-size {
    font-size: 200px;
}

@media screen and (max-width:767px) {

    .productpage_top_treasuregate {
        max-width: 100%;
        padding: 10px;
        margin-top:93px;
    }

    .productpage_title_gate h2 {
        font-size: 20vw;
        text-align: center;
        letter-spacing: 15px;
        margin-bottom: 30px;

    }
}

/* treasuregateページトップ */

/* 商品概要treasuregate */
.productpage_2_treasuregate {
    background: url(../img/gate.png);
    background-position: 5%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px 0;
    padding: 30px;
}

.productpage_2_treasuregate h3 {
    background-color: #ffffff;
    color: #0140a0;
    padding: 10px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}


/* 商品概要treasuregate */





/* productページトップ */


.productpage_top_product {
    background: url(../img/product.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 166px;
    color: #fff;
    padding: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.productpage_title_product {
    border: 1px solid #fff;
    width: 350px;
    margin: 0 auto;
    text-align: center;

}

.productpage_title_product h4 {
    letter-spacing: 5px;
    font-weight: normal;
    font-size: 23px;
    padding: 10px;
    line-height: 30px;
}

.productpage_top_product p {
    text-align: center;
    margin: 30px 0;
    font-size: 35px;
}

.productpage_top_product h2 {
    font-size: 7vw;
    text-align: center;
    letter-spacing: 15px;
    margin-bottom: 30px;

}

.count-up.count-size {
    font-size: 200px;
}

@media screen and (max-width:767px) {
    .productpage_top_product {
        max-width: 100%;
        padding: 10px;
        margin-top: 93px;
    }

    .productpage_title_product h2 {
        font-size: 20vw;
        text-align: center;
        letter-spacing: 15px;
        margin-bottom: 30px;

    }
}

/* productページトップ */


/* 商品概要product*/
.productpage_2_product {
    background: url(../img/product.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px 0;
    padding: 30px;
}

.productpage_2_product h3 {
    background-color: #ffffff;
    color: #0140a0;
    padding: 10px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}


/* 商品概要product */

/* 銀行振込ページ */

.purchase_top {
    background: url(../img/product_background.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:166px;
}

.purchase_top h2 {
    text-align: center;
    padding: 80px;
    font-size: 35px;
    color: #fff;
}

.purchase_text {
    padding: 40px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.purchase_text p {
    text-align: left;
    display: inline-block;
    font-size: 20px;

}

.purchase_text1 {
    display: block;
    text-align: center;

}

.purchase_text1 h4 {
    margin-top: 20px;
}

.purchase_text2 {
    text-align: left;
    display: inline-block;
}

.purchase_1 h3 {
    text-align: center;
    font-size: 25px;
    border: 2px solid #0080bb;
    padding: 5PX;
    margin: 20px auto;
    color: #0080bb;
    width: 80%;
}

.purchase_1 table {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    border-collapse: collapse;
}

.purchase_1 table th {
    width: 45%;
    font-size: 20px;
    border-bottom: 1px solid #cecece;
    padding: 15px;
}

.purchase_1 table td {
    width: 40%;
    font-size: 20px;
    border-bottom: 1px solid #cecece;

}

.purchase_2 {
    margin-top: 80px;
}

.purchase_2 h3 {
    text-align: center;
    font-size: 25px;
    border: 2px solid #0080bb;
    padding: 5PX;
    margin: 20px auto;
    color: #0080bb;
    width: 80%;
}

.purchase_2 table {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    border-collapse: collapse;
}

.purchase_2 table th {
    width: 45%;
    font-size: 20px;
    border-bottom: 1px solid #cecece;
    padding: 15px;
}

.purchase_2 table td {
    width: 40%;
    font-size: 20px;
    border-bottom: 1px solid #cecece;

}

.purchase_3 {
    margin: 80px 0;
    text-align: center;
    display: block;
}

.purchase_3 h3 {
    text-align: center;
    font-size: 25px;
    border: 2px solid #0080bb;
    padding: 5PX;
    margin: 20px auto;
    color: #0080bb;
    width: 80%;
}

.purchase_3 p {
    text-align: left;
    display: inline-block;
    font-size: 16px;
    padding: 0 20px;
}

@media screen and (max-width:767px) {
    .purchase_top{
       margin-top: 93px;
    }
    .purchase_top h2 {

        padding: 40px 0;
        font-size: 30px;

    }

    .purchase_1 table {
        width: 90%;
        padding: 5px;

    }

    .purchase_1 table th {
        width: 45%;
        padding: 10px;
        font-size: 16px;
    }

    .purchase_1 table td {
        width: 45%;
        padding: 10px;
        font-size: 16px;
    }

    .purchase_2 {
        margin-top: 30px;
    }

    .purchase_2 table {
        width: 90%;
        padding: 5px;

    }

    .purchase_2 table th {
        width: 45%;
        padding: 10px;
        font-size: 16px;
    }

    .purchase_2 table td {
        width: 45%;
        padding: 10px;
        font-size: 16px;
    }
}

/* 銀行振込ページ */



/* AI GENTLEMANとは　始まり */
.infomation {
    margin-top: 166px;
}

.infomation .infomation_title h2 {
    background-image: url(../img/information_top.png);
    background-size: 100% auto;
    text-align: center;
    padding: 70px 0;
    font-size: 40px;
    color: #FFF;
}

.infomation .infomation_1 {

    text-align: center;
    padding-top: 70px;
}

.infomation .infomation_1 h6 {
    font-size: 20px;
}

.infomation .infomation_1 h2 {
    font-size: 40px;

}

.infomation .infomation_1 p {
    padding: 20px 0;
    font-size: 20px;
}

.infomation .infomation_1 img {
    padding: 30px 0;
}


.infomation_2 .infomation_2_title {
    background-color: #fff;
}

.infomation_2 .infomation_2_top {
    background-image: url(../img/infomation_box2.png);
    background-size: cover;
    padding: 100px;
    text-align: center;
}

.infomation_2 .infomation_2_top h3 {
    font-size: 30px;
    width: 350px;
    background-color: #0616faa6;
    margin: 0 auto;
    color: #FFF;
}

.infomation_2 .infomation_2_title {
    text-align: center;
    padding-top: 100px;
}

.infomation_2 .infomation_2_title .infomation_box img {
    margin: 30px 0;
}

.infomation_2 .infomation_2_title .infomation_box .infomation_2_box1 {
    display: flex;
    justify-content: center
}

.infomation_2 .infomation_2_title .infomation_2_box1 .infomation_2_textbox .infomation_text1 {
    color: #000;
    text-align: left;
    margin: 30px 20px;
}

.infomation_2 .infomation_2_title .infomation_2_box1 .infomation_2_textbox .infomation_text2 {
    color: #000;
    text-align: left;
    margin: 50px 20px;
}

.infomation_2 .infomation_2_title .infomation_2_box1_3 img {
    margin: 10px;
}

.infomation_2 .infomation_2_title .infomation_2_box1_4 img {
    margin: 10px;
}

.infomation_2 .infomation_2_title h4 {
    text-align: center;
    color: #000;
    font-size: 20px;
    padding: 70px 0;
}


.infomation_3 {

    text-align: center;
}

.infomation_3 .infomation_3_top {
    background-image: url(../img/information_top2.png);
    background-size: cover;
    padding: 100px;
    text-align: center;
}

.infomation_3 .infomation_3_top h3 {
    font-size: 30px;
    width: 350px;
    background-color: #0616faa6;
    margin: 0 auto;
    color: #fff;
}

.infomation_3 .infomation_3_box .infomation_3_title {
    display: block;
    text-align: center;
}


.infomation_3 .infomation_3_box img {
    padding: 100px 0;
}


.infomation_3 .infomation_3_box p {

    text-align: left;
    display: inline-block;
    line-height: 40px;
    font-size: 20px;
}

.infomation_3 .infomation_3_box .infomation_3_content1 {
    text-align: center;
    margin-top: 50px;
}

.infomation_3 .infomation_3_box .infomation_3_content1 h3 {
    background-color: #000000a6;
    width: 568px;
    margin: 0 auto;
    color: #FFF;
}

.infomation_3 .infomation_3_box .infomation_3_content1 .content1_box1 {
    display: flex;
    justify-content: center;

}

.infomation_3 .infomation_3_box .infomation_3_content1 .content1_box1 img {
    padding: 0;
    border: 1px solid #000000a6;

}

.infomation_3 .infomation_3_box .infomation_3_content1 .content1_box1 h5 {
    padding: 12px;
    background-color: #ffffff;
    color: #000;
    font-size: 18px;
    border: 1px solid #000000a6;
    text-align: left;
}

.infomation_3 .infomation_3_box .infomation_3_content2 {
    text-align: center;
    margin-top: 50px;
}

.infomation_3 .infomation_3_box .infomation_3_content2 h3 {
    background-color: #000000a6;
    width: 568px;
    margin: 0 auto;
    color: #FFF;

}

.infomation_3 .infomation_3_box .infomation_3_content2 .content1_box2 {
    display: flex;
    justify-content: center;

}

.infomation_3 .infomation_3_box .infomation_3_content2 .content1_box2 img {
    padding: 0;
    border: 1px solid #000000a6;
    background-color: #def3fc;
}

.infomation_3 .infomation_3_box .infomation_3_content2 .content1_box2 h5 {
    padding: 12px 49px;
    background-color: #ffffff;
    color: #000;
    font-size: 18px;
    border: 1px solid #000000a6;
    text-align: left;
}


.infomation_3 .infomation_3_box h4 {
    font-size: 25px;
    padding: 70px;
}





.infomation_4 .infomation_4_title {
    background-color: #fff;
}

.infomation_4 .infomation_4_top {
    background-image: url(../img/infomation_box2.png);
    background-size: cover;
    padding: 100px;
    text-align: center;
}

.infomation_4 .infomation_4_top h3 {
    font-size: 30px;
    width: 350px;
    background-color: #0616faa6;
    margin: 0 auto;
    color: #fff;
}

.infomation_4 .infomation_4_title {
    text-align: center;
    padding-top: 100px;
}

.infomation_4 .infomation_4_title .infomation_box img {
    margin: 60px 0;
}

.infomation_4 .infomation_4_title .infomation_box4 img {
    padding: 40px 0;
}

.infomation_4 .infomation_4_title .infomation_box4 .infomation_4_box1 {
    display: flex;
    justify-content: center
}

.infomation_4 .infomation_4_title .infomation_4_box1 .infomation_4_textbox .infomation_text4-1 {
    color: #000;
    text-align: left;
    margin: 30px 20px;
}

.infomation_4 .infomation_4_title .infomation_4_box1 .infomation_4_textbox .infomation_text4-2 {
    color: #000;
    text-align: left;
    margin: 50px 20px;
}



.infomation_4 .infomation_4_title h4 {
    text-align: center;
    color: #000000;
    font-size: 40px;
    padding: 70px 0;
}

.infomation_4 .infomation_4_title .infomation_box5 img {
    border: 16px solid #eeeeee;
}

.infomation_4 .infomation_4_title .infomation_box5 p {
    color: #000;
    padding-top: 50px;
    font-size: 20px;

}
/*クレジット*/
.money {
    margin-top: 166px;
}
.money_title h2 {
    background-image: url(../img/money_top.png);
    background-size: 100% auto;
    background-position: left top 30%;
    text-align: center;
    padding: 70px 0;
    font-size: 40px;
    color: #FFF;
}
.money_1 {
    text-align: center;
    line-height: 1.8;
    padding-top: 40px;
}
.spbr {
    display: none;
}
/*クレジット*/

.content5 {

    text-align: center;
    margin: 100px 0;
}


.content5 .content5_box1 img {
    padding: 80px 0;
}

.content5 .content5_box1 .review_box1 {
    display: flex;
    justify-content: center;
    text-align: left;
    margin-bottom: 50px;
}

.content5 .content5_box1 .review_box1 .content5_review_1 {
    border: #000 1px solid;
    padding: 20px 50px;
    margin-right: 70px;
}

.content5 .content5_box1 .review_box1 .content5_review_2 {
    border: #000 1px solid;
    padding: 20px 50px;

}

.content5 .content5_box1 .review_box2 {
    display: flex;
    justify-content: center;
    text-align: left;
    margin-bottom: 100px;
}

.content5 .content5_box1 .review_box2 .content5_review_3 {
    border: #000 1px solid;
    padding: 20px 60px;
    margin-right: 70px;
}

.content5 .content5_box1 .review_box2 .content5_review_4 {
    border: #000 1px solid;
    padding: 20px 60px;

}

.content5 .content5_box1 h3 {
    font-size: 35px;
}

.infomation_content6 {
    background-color: #fff;
    color: #000;
}

.infomation_content6 .infomation_content6_1 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding: 40px 0;
}


.infomation_content6 .infomation_content6_1 .content6_1_box {
    background-image: url(../img/campaign.jpg);
    width: 380px;
    height: 300px;
    padding-top: 10px;
    margin-right: 20px;

}

.infomation_content6_1 .content6_1_box .content6_1_box1_1 {
    background-color: #ffffffb8;
    text-align: center;
    padding-top: 100px;
    width: 300px;
    height: 280px;
    margin: 0 auto;

}

.infomation_content6_1 .content6_1_box a {
    text-decoration: none;
    color: #000000;
}

.infomation_content6_1 .content6_1_box .content6_1_box1_1:hover {
    background-color: #ffffffee;

}

.infomation_content6_1 .content6_1_box .content6_1_box1_1 h4 {
    color: #000;
    margin-bottom: 30px;
    font-size: 20px;
    padding-top: 20px;
}


.infomation_content6_1 .content6_1_box .content6_1_box1_1 p a {

    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding-top: 20px;
}

.infomation_content6_1 .content6_1_box .content6_1_box1_1:hover p {
    color: #fc0202;
    font-weight: bold;
}


.infomation_content6_1 .content6_1_box p {
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
}



.infomation_content6 .infomation_content6_1 .content6_2_box a {
    text-decoration: none;
    color: #000;
}

.infomation_content6 .infomation_content6_1 .content6_2_box {
    background-image: url(../img/eigyou2.jpg);
    width: 380px;
    height: 300px;
    padding-top: 10px;
    margin-right: 20px;

}

.infomation_content6_1 .content6_2_box .content6_2_box1_2 {
    background-color: #ffffffb8;
    text-align: center;
    padding-top: 100px;
    width: 300px;
    height: 280px;
    margin: 0 auto;

}

.infomation_content6_1 .content6_2_box .content6_2_box1_2:hover {
    background-color: #ffffffee;

}

.infomation_content6_1 .content6_2_box .content6_2_box1_2 h4 {
    color: #000;
    margin-bottom: 30px;
    font-size: 20px;
    padding-top: 20px;
}


.infomation_content6_1 .content6_2_box .content6_2_box1_2 a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding-top: 20px;
}

.infomation_content6_1 .content6_2_box .content6_2_box1_2:hover p {
    color: #fc0202;
    font-weight: bold;
}

.infomation_content6_1 .content6_2_box p {
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
}

.infomation_content6 {
    padding: 100px 0;
}

.infomation_content6 h3 {
    border-bottom: #000000 2px solid;
    margin: 0 auto;
    font-size: 30px;
    width: 650px;
    padding-top: 30px 0;
    text-align: center;

}

.infomation_content7 {
    background-color: #fff;
    color: #000;
}

.infomation_content7 h3 {
    border-bottom: #000000 2px solid;
    margin: 0 auto;
    font-size: 30px;
    width: 650px;
    padding-top: 30px 0;
    text-align: center;

}

.infomation_content7 .infomation_content7_1 {
    padding: 100px 0;
    text-align: center;

}



.infomation_content7 .infomation_content7_1 img {
    border: 1px solid #000000;
}


.infomation_content7 .infomation_content7_1 h5 a {
    text-decoration: none;
    color: #000;
}

.infomation_content7 .infomation_content7_1 p a:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.infomation_content7 .infomation_content7_1 h5 {
    position: relative;
    left: 1120px;
    bottom: 60px;
    background-color: #ffffffd8;
    width: 150px;
    border: 1px solid #000000d3;
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}

.infomation_content7 .infomation_content7_1 h5:hover {
    opacity: 0.7;
    transition: 0.3s;
}

@media screen and (max-width:767px) {
    .infomation {
        margin-top: 93px;
    }
    .infomation .infomation_title h2 {
        font-size: 30px;
        padding: 20px 0px;
        background-size: cover;

    }

    .infomation .infomation_1 {
        padding: 30px 10px;
    }

    .infomation .infomation_1 h6 {
        font-size: 14px;
    }

    .infomation .infomation_1 h2 {
        font-size: 20px;
    }

    .infomation .infomation_1 p {
        padding: 10px 0;
        font-size: 17px;
    }

    .infomation .infomation_1 img {
        max-width: 80%;
        padding: 0px;
    }

    /* infomation2 始まり */
    .infomation_2 .infomation_2_top {
        padding: 30px;

    }

    /* infomation2 終わり */

    .infomation_2 .infomation_2_top h3 {
        font-size: 25px;
        width: 70%;
    }

    .infomation_2 .infomation_2_title {
        padding-top: 20px;
    }

    .infomation_2 .infomation_2_title .infomation_box img {
        margin: 20px 0;
        max-width: 90%;
    }

    .infomation_2 .infomation_2_title .infomation_box .infomation_2_box1 {
        display: block;

    }

    .infomation_2 .infomation_2_title .infomation_2_box1 .infomation_2_textbox .infomation_text1 {
        margin: 10px;
    }

    .infomation_2 .infomation_2_title .infomation_2_box1 .infomation_2_textbox .infomation_text2 {
        margin: 10px;
    }

    .infomation_2 .infomation_2_title h4 {
        padding: 30px 0;
        text-align: 18px;
    }

    /* 特徴2　始まり */
    .infomation_3 .infomation_3_top h3 {
        font-size: 25px;
        width: 70%;
    }

    .infomation_3 .infomation_3_top {
        padding: 30px;
    }

    .infomation_3 .infomation_3_box {
        padding: 20px;
    }

    .infomation_3 .infomation_3_box img {
        margin: 20px 0;
        max-width: 90%;
        padding: 0;
    }

    .infomation_3 .infomation_3_box p {
        margin: 10px;
        line-height: 25px;
        font-size: 13px;
    }

    .infomation_3 .infomation_3_box .infomation_3_content1 {
        margin-top: 20px;
    }

    .infomation_3 .infomation_3_box .infomation_3_content1 h3 {
        width: 80%;
        margin: 0 auto;
    }

    .infomation_3 .infomation_3_box .infomation_3_content1 .content1_box1 img {
        width: 40%;
        margin: 0;
    }

    .infomation_3 .infomation_3_box .infomation_3_content1 .content1_box1 h5 {
        padding: 5px;
        font-size: 12px;
        width: 40%;
    }

    .infomation_3 .infomation_3_box .infomation_3_content2 h3 {
        width: 80%;
        margin: 0 auto;
    }

    .infomation_3 .infomation_3_box .infomation_3_content2 .content1_box2 img {
        width: 40%;
        margin: 0;

    }

    .infomation_3 .infomation_3_box .infomation_3_content2 .content1_box2 h5 {
        padding: 5px;
        font-size: 12px;
        width: 40%;
    }

    .infomation_3 .infomation_3_box h4 {
        font-size: 20px;
        padding: 40px 0;
    }

    /* 特徴2　終わり */

    /* 特徴3　始まり */
    .infomation_4 .infomation_4_top {
        padding: 30px;
    }

    .infomation_4 .infomation_4_top h3 {
        font-size: 25px;
        width: 70%;
    }

    .infomation_4 .infomation_4_title {
        padding: 20px;
    }

    .infomation_4 .infomation_4_title .infomation_box4 img {
        margin: 0 auto;
        max-width: 90%;
        padding: 0;
    }

    .infomation_4 .infomation_4_title .infomation_box4 .infomation_4_box1 {
        display: block;

    }

    .infomation_4 .infomation_4_title .infomation_4_box1 .infomation_4_textbox .infomation_text4-1 {
        margin: 10px;
    }

    .infomation_4 .infomation_4_title .infomation_4_box1 .infomation_4_textbox .infomation_text4-2 {
        margin: 10px;
    }

    .infomation_4 .infomation_4_title .infomation_box5 img {
        max-width: 100%;
        margin: 20px 0;
    }

    .infomation_4 .infomation_4_title .infomation_box5 p {
        font-size: 16px;
        padding: 0px;
    }

    .infomation_4 .infomation_4_title h4 {
        padding: 40px 0;
        font-size: 20px;
    }

    /* 特徴3　終わり */
    /*クレジット　始まり*/
    .money {
        margin-top: 93px;
    }
    .money_title h2 {
        font-size: 30px;
        padding: 20px 0px;
        background-size: cover;
    }
    .money_1 {
        padding: 20px 10px 0px;
    }
    .spbr {
        display: block;
    }
    /*クレジット　終わり*/
    /* 個人レビュー　始まり */
    .content5 .content5_box {
        display: flex;
        max-width: 100%;
        margin: 0;

    }

    .content5 {
        margin: 20px 10px;
    }

    .content5 .content5_box img {
        width: 25%;
    }

    .content5 .content5_box1 img {
        max-width: 90%;
        padding: 20px 0;
    }

    .content5 .content5_box1 .review_box1 {
        display: block;
        margin-bottom: 10px;
    }

    .content5 .content5_box1 .review_box1 .content5_review_1 {
        padding: 10px;
        margin: 10px;
    }

    .content5 .content5_box1 .review_box1 .content5_review_2 {
        padding: 10px;
        margin: 10px;
    }

    .content5 .content5_box1 .review_box2 {
        display: block;
        margin-bottom: 10px;
    }

    .content5 .content5_box1 .review_box2 .content5_review_3 {
        padding: 10px;
        margin: 10px;

    }

    .content5 .content5_box1 .review_box2 .content5_review_4 {
        padding: 10px;
        margin: 10px;
    }

    .content5 .content5_box1 h3 {
        font-size: 20px;
        margin: 40px 0;
    }

    /* 個人レビュー　終わり */

}

/* AI GENTLEMANとは　終わり */



/* 利用者情報 */

.memberpage {
    text-align: center;
    padding: 40px 0;
    margin-top: 166px;
}


.member_page {
    background-color: #f3f3f3;
    width: 90%;
    margin: 20px auto;
    padding: 30px;
}

.memberpage_box table {
    margin: 0 auto;
    padding: 30px;

}

.memberpage_box table tr td {
    text-align: left;
    padding: 8px 40px;
    font-size: 20px;
    line-height: 2.5rem;

}

.memberpage_box table tr td input[type=text] {
    background-color: #fff;
    padding: 0px 60px 0px 5px;
    width: 100%;
    border: 1px solid #a8a8a8;
}

.memberpage_box table tr td input[type=name] {
    background-color: #fff;
    padding: 0px 60px 0px 5px;
    width: 100%;
    border: 1px solid #a8a8a8;
}

.memberpage_box table tr td input[type=email] {
    background-color: #fff;
    padding: 0px 60px 0px 5px;
    width: 100%;
    border: 1px solid #a8a8a8;
}

.memberpage_box table tr td input[type=tel] {
    background-color: #fff;
    padding: 0px 60px 0px 5px;
    width: 100%;
    border: 1px solid #a8a8a8;
}

.memberpage_box table tr td select {
    background-color: #ebebeb;
    padding: 0px 60px 0px 5px;
    width: 100%;
    border: 1px solid #a8a8a8;
}

.submit {
    background-color: #0080bb;
    color: #fff;
    padding: 1vh 8vw;
    font-size: 25px;
    font-weight: bold;
    margin-top: 5px;
}

.submit:hover {
    background-color: #0080bba1;
}

@media screen and (max-width:767px) {
    .memberpage{
        margin-top: 93px;
        padding: 20px 0;
    }
    .memberpage_box table tr td {
        float: left;
    }

    .memberpage_box table tr td {
        line-height: 1rem;

    }

    .memberpage_box table tr td input[type=tel] {
        width: 100%;
    }

    .memberpage_box table {
        margin: 0px;
        padding: 0px;
    }

}

/* 利用者情報 */

/* 問い合わせ */

.inquiry {
    background: url(../img/inquiry.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10%;
    padding: 80px;
    margin-top: 166px;
}

.inquiry_top h2 {
    text-align: center;
    color: #363636;
    font-size: 45px;
}

.inquiry_box {
    padding: 30px;
}

.inquiry_box p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.inquiry_table {
    margin: 20px auto;
    padding: 30px;
    text-align: center;
}

.inquiry_table dl {
    margin: 20px;
    font-size: 18px;
}


.inquiry_table dl dd input {
    padding: 10px;
    font-size: 18px;
    width: 30vw;
    background-color: #ebebeb;
    border: none;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.inquiry_table dl dd textarea {
    width: 30vw;
    height: 20vh;
    padding: 10px;
    font-size: 18px;
    border: none;
    background-color: #ebebeb;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.inquiry_table a button {
    background-color: #0080bb;
    font-size: 25px;
    color: #fff;
    padding: 10px 100px;
    border: none;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

.inquiry_table a button:hover {
    background-color: #0080bba1;
}

@media screen and (max-width:767px) {
    .inquiry {
        padding: 20px;
        margin-top:93px;
    }

    .inquiry_box {
        padding: 10px;
    }

    .inquiry_table {
        margin: 20px auto;
        padding: 5px;
    }

    .inquiry_table dl dd input {
        width: 100%;
        font-size: 15px;
    }

    .inquiry_table dl dd textarea {
        width: 100%;
        height: 25vh;
        font-size: 15px;
    }

    .inquiry_table a button {
        font-size: 20px;
        padding: 10px 50px;
    }

}

/* 問い合わせ */


/* メールBOX */
.mail_page {
    background-color: #eeecec;
    margin-top: 166px;
}

.mailbox {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
}

.mailbox_page {
    padding-top: 60px;
    margin-top: 166px;
}

.mailbox_page h2 {
    text-align: center;
    letter-spacing: 10px;
}

.mailpage_list {
    text-align: left;

}

.list_mail {
    text-align: left;
    padding: 20px 30px;
    list-style: none;
    letter-spacing: 3px;
}


.list_mail a {
    color: #000;
    text-decoration: none;
}

.list_mail a:hover {
    color: #00000056;
}

.list_group {
    border-bottom: 1px solid #979797;
    width: 80%;
    margin: 25px auto;

}

.list_group .date {
    font-size: 15px;

}

.list_group .date img {
    padding-right: 5px;
}

.list_group_text .listgroup_mail {
    font-size: 20px;
}

.list_group_text .listgroup_mail .list_group_pickup {
    padding: 4px 10px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background-color: #c4c4c4;
}
.list_group_detail {
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width:767px) {
    .mail_page {
        margin-top: 93px;
    }
    
    .mailbox_page {
        margin-top: 93px;
        padding-top: 0;
    }

    .list_mail {
        padding: 8px;
    }

    .list_group_text .listgroup_mail {
        font-size: 17px;
        text-align: center;
    }

    .mailbox {
        width: 100%;

    }
}

/* メールBOX */


/* ご利用規約 */


/* ロゴ */

.header_top {
    background-color: #fff;
    background-size: cover;
    padding: 30px 0;
    width: 80%;
    margin: 0 auto;
}

.header_logo {
    padding-left: 10%;
}

/* ロゴ */


.rule h4 {
    padding-left: 30px;
    padding-bottom: 30px;
}

.rule_body {
    background-color: #dfdede;
}

.rule_top h2 {
    text-align: center;
}

.rule_top {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 30px;
}

.rule_top dl {
    margin: 20px 0;
    padding: 0px 30px;
}

.rule_top dl dt {
    font-weight: bold;
    font-size: 20px;
}

.rule_top dl dd {
    line-height: 35px;
}

/* ご利用規約 */

/* 個人情報保護方針 */



.personal_body {
    background-color: #dfdede;

}

.personal_top h2 {
    text-align: center;

}

.personal_top {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 30px;
}

.personal_top dl {
    margin: 20px 0;
    padding: 0px 30px;
}

.personal_top dl dt {
    font-weight: bold;
    font-size: 20px;
}

.personal_top dl dd {
    line-height: 35px;
}

/* 個人情報保護方針 */


/* 特定商取引法 */

.commerce_body {
    background-color: #dfdede;
}

.commerce_top h2 {
    text-align: center;
}

.commerce_top {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    text-align: left;
}

.commerce_top table {
    padding: 20px 80px;
}

.commerce_top table tr th {
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;

}

.commerce_top table tr td {
    font-size: 18px;
    padding-left: 20px;
    line-height: 30px;
    border-bottom: 1px solid #e7e7e7;
}

.commerce_top p {
    padding-left: 90px;
    padding-bottom: 30px;
}

@media screen and (max-width:767px) {
    .commerce_top table {
        padding: 10px;
    }

    .commerce_top table tr td {
        padding-left: 0;
    }

    .commerce_top p {
        padding-left: 10px;
    }
}

/* 特定商取引法 */





@media screen and (max-width:767px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }
}
.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #ebebeb;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
}

 input[type="checkbox"].check {
    display: none;
} 
input[type="checkbox"]:checked + .label_a {
    background: #0080bb;/* マウス選択時の背景色を指定する */
    color: #fff; /* マウス選択時のフォント色を指定する */
    }

input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
    }
    input[type="radio"]:checked + label {
    background: #0080bb;/* マウス選択時の背景色を指定する */
    color: #fff; /* マウス選択時のフォント色を指定する */
    }

    .label {
    display: inline-block; /* ブロックレベル要素化する */
    margin: 5px auto; /* ボックス外側の余白を指定する */
    width: 100px; /* ボックスの横幅を指定する */
    height: 45px; /* ボックスの高さを指定する */
    padding-left: 5px; /* ボックス内左側の余白を指定する */
    padding-right: 5px; /* ボックス内御右側の余白を指定する */
    color: #333; /* フォントの色を指定 */
    text-align: center; /* テキストのセンタリングを指定する */
    line-height: 45px; /* 行の高さを指定する */
    cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
    border: 1px solid #cccccc;/* ボックスの境界線を実線で指定する */
    background: #ebebeb;
    border-radius: 5px; /* 角丸を指定する */
    }
    .label_a {
        display: inline-block; /* ブロックレベル要素化する */
        margin: 5px auto; /* ボックス外側の余白を指定する */
         /* ボックスの横幅を指定する */
        height: 45px; /* ボックスの高さを指定する */
        padding-left: 12px; /* ボックス内左側の余白を指定する */
        padding-right: 12px; /* ボックス内御右側の余白を指定する */
        color: #333; /* フォントの色を指定 */
        text-align: center; /* テキストのセンタリングを指定する */
        line-height: 45px; /* 行の高さを指定する */
        cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
        border: 1px solid #cccccc;/* ボックスの境界線を実線で指定する */
        background: #ebebeb;
        border-radius: 5px; /* 角丸を指定する */
        }
/* 提供実績とご感想 */
.u-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 40px;
  }
}
.l-index__result__list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}
.l-index__result__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 440px) {
  .l-index__result__list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-index__result__list li:last-child {
  margin-bottom: 0em;
}
.l-index__result__list__left {
  margin-right: 1.5em;
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-index__result__list__left {
    margin-right: 0em;
    margin-bottom: 1em;
    max-width: 100%;
  }
}
.l-index__result__list__left p {
  background: #333331;
  color: #fff;
  font-size: 125%;
  padding: 0.25em 0.5em;
}
.l-index__result__list__left dl {
  border-bottom: solid 1px #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-index__result__list__left dl dt,
.l-index__result__list__left dl dd {
  padding: 1em;
}
.l-index__result__list__left dl dd strong {
  color:  #f09c0d;
  font-size: 187.5%;
}
.l-index__result__list__right {
  background: #FFFCDB;
  padding: 1.5em;
  max-width: 520px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-index__result__list__right {
    max-width: 100%;
  }
}
.l-index__result__list__right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
}
.l-index__result__list__right dl dt {
  margin-right: 1.5em !important;
  max-width: 82px;
  width: 100%;
}
.l-index__result__btn {
  margin: 0 auto;
  width: 400px;
}
@media screen and (max-width: 440px) {
  .l-index__result__list__right dl dt {
    max-width: 40px;
  }
  .l-index__result__list__right dl dt img {
    width: 40px;
    height: 40px;
  }
}
.l-index__result__list__right dl dd {
  font-size: 125%;
}
.l-index__result__list__right p {
  font-size: 112.5%;
}
.l-index__result__btn {
  max-width: 80%;
}
.l-index__result__btn a {
  font-size: 112.5%;
}
}
.c-common_btn {
  width: 100%;
}
.c-common_btn a,
.c-common_btn button {
  background: #0080bb;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  text-align: center;
  padding: 10px;
  position: relative;
  text-decoration: none;
}
.c-common_btn a:hover,
.c-common_btn button:hover {
  opacity: 0.4;
  transition: 0.5s;
}
.c-common_btn a svg,
.c-common_btn button svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  max-width: 30px;
  width: 100%;
  z-index: 1;
}
.c-common_btn a p,
.c-common_btn button p {
  position: relative;
  z-index: 1;
}
.l-result_page__pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-result_page__pager__list li {
  text-align: center;
  list-style: none;
  margin-right: 1em;
  max-width: 50px;
  width: 100%;
}
.l-result_page__pager__list li:last-child {
  margin-right: 0em;
}
.l-result_page__pager__list li a,
.l-result_page__pager__list li span {
  border: solid 1px #cccccc;
  display: block;
  padding: 0.5em;
}
.l-result_page__pager__list li a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}
.l-result_page__pager__list li a:hover {
  background: #0080bb;
  color: #fff;
}
.l-result_page__pager__list li span {
  background: #0080bb;
  color: #fff;
}
/* 提供実績とご感想 */


