@charset "UTF-8";

/* ---------------------------------------------------------------------------------------------
 * variables.css
--------------------------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------
 # Color
-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
 # Path
-----------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------
 * mixins.css
--------------------------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------
 # ribbon
-----------------------------------------------------------------------*/
.jp {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
    font-family: "Montserrat", sans-serif;
}

* {
    box-sizing: border-box;
    hanging-punctuation: allow-end;
}

.red {
    color: #eb0000 !important;
}

.btn_main {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
}

.btn_main a,
.btn_main .btn_inner {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #ffa800;
    border: 2px solid transparent;
    border-radius: 10em;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 1.1em;
    font-weight: normal;
    font-weight: bold;
    padding: 1em 2.6em 0.9em;
    position: relative;
    text-align: center;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 100%;
    z-index: 2;
}

.btn_main a .icon_arrow,
.btn_main a .icon_plus,
.btn_main .btn_inner .icon_arrow,
.btn_main .btn_inner .icon_plus {
    bottom: 0;
    margin: auto 0;
    position: absolute;
    right: 5%;
    top: 0;
}

.btn_main a .icon_plus::before,
.btn_main a .icon_plus::after,
.btn_main .btn_inner .icon_plus::before,
.btn_main .btn_inner .icon_plus::after {
    background: #a8a6a5;
}

.btn_main a:hover,
.btn_main .btn_inner:hover {
    opacity: 1;
}

.btn_main::after {
    background: #afafaf;
    border-radius: 10em;
    content: '';
    display: block;
    height: 100%;
    left: 0.2em;
    position: absolute;
    top: 0.2em;
    width: 100%;
    z-index: 1;
}

.btn_main:hover {
    opacity: 0.75;
}

.btn_main.blue01 a,
.btn_main.blue01 .btn_inner {
    background: #289baa;
}

.btn_main.blue02 a,
.btn_main.blue02 .btn_inner {
    background: #5a87c8;
}

.btn_main.blue03 a,
.btn_main.blue03 .btn_inner {
    background: #2caebd;
}

.btn_main.green01 a,
.btn_main.green01 .btn_inner {
    background: #289baa;
}

.btn_main.green02 a,
.btn_main.green02 .btn_inner {
    background: #2CAEBD;
}

.btn_main.btn_vertical {
    display: inline-block;
    vertical-align: middle;
}

.btn_main.btn_vertical a {
    padding: 2em 1.5em 3em;
}

.btn_main.btn_vertical a .btn_vertical_inner {
    display: inline-block;
    line-height: 1.1;
    margin: 0 auto;
    width: 1em;
}

.btn_main.btn_vertical a .icon_arrow {
    bottom: 1em;
    left: 50%;
    margin-left: -0.5em;
    right: 0;
    top: auto;
}

.icon_arrow {
    display: inline-block;
    height: 1.2rem;
    position: relative;
    vertical-align: middle;
    width: 1.2rem;
}

.icon_arrow::before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    border-radius: 5rem;
    content: '';
    display: block;
    height: 100%;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 100%;
}

.icon_arrow::after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom: 0.1em solid #ffa800;
    border-right: 0.1em solid #ffa800;
    bottom: 0;
    content: '';
    height: 30%;
    left: -1%;
    margin: auto;
    position: absolute;
    right: 0;
    top: -15%;
    transform: rotate(45deg);
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 30%;
}

@media screen and (max-width: 768px) {
    .icon_arrow::after {
        left: -10%;
    }
}

.icon_arrow.blue01::after {
    border-color: #289baa;
}

.icon_arrow.blue02::after {
    border-color: #5a87c8;
}

.icon_arrow.blue03::after {
    border-color: #2caebd;
}

.icon_arrow.green01::after {
    border-color: #289baa;
}

.icon_arrow.green02::after {
    border-color: #2CAEBD;
}

.icon_arrow.black::before {
    background: #fff;
}

.icon_arrow.black::before,
.icon_arrow.black::after {
    border-color: #333;
}

.icon_arrow.top::after {
    left: 0%;
    top: 15%;
    transform: rotate(-135deg);
}

.icon_arrow.right::after {
    left: -18%;
    top: -10%;
    transform: rotate(-45deg);
}

.pc-none {
    display: none;
}

@media screen and (max-width: 1032px) {
    .pc-none {
        display: inline-block;
    }
}

.sp-none {
    display: inline-block;
}

@media screen and (max-width: 900px) {
    .sp-none {
        display: none;
    }
}

.pc-only {
    display: inline-block;
}

@media screen and (max-width: 1032px) {
    .pc-only {
        display: none;
    }
}

.sp-only {
    display: none;
}

@media screen and (max-width: 900px) {
    .sp-only {
        display: inline-block;
    }
}

.tb-none {
    display: inline-block;
}

@media screen and (max-width: 1032px) {
    .tb-none {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .tb-none {
        display: inline-block;
    }
}

.tb-only {
    display: none;
}

@media screen and (max-width: 1032px) {
    .tb-only {
        display: inline-block;
    }
}

@media screen and (max-width: 900px) {
    .tb-only {
        display: none;
    }
}

.delay1 {
    animation-delay: 100ms;
}

.delay2 {
    animation-delay: 200ms;
}

.delay3 {
    animation-delay: 300ms;
}

.delay4 {
    animation-delay: 400ms;
}

.delay5 {
    animation-delay: 500ms;
}

.delay6 {
    animation-delay: 600ms;
}

.delay7 {
    animation-delay: 700ms;
}

.delay8 {
    animation-delay: 800ms;
}

.delay9 {
    animation-delay: 900ms;
}

.delay10 {
    animation-delay: 1000ms;
}

.inview {
    animation-play-state: running;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fadein.inview {
    opacity: 0;
}

.fadein.inview.on {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fadein;
    animation-timing-function: ease;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeup.inview {
    opacity: 0;
    transform: translateY(20px);
}

.fadeup.inview.on {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fadeup;
    animation-timing-function: ease;
}

@keyframes fadeup {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.rotatein.inview {
    transform: rotateX(-90deg);
}

.rotatein.inview.on {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: rotatein;
    animation-timing-function: ease;
}

@keyframes rotatein {
    0% {
        transform: rotateX(-90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.blur.inview {
    blur: 40px;
    filter: blur(40px);
}

.blur.inview.on {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: blur;
    animation-timing-function: ease;
}

@keyframes blur {
    0% {
        filter: blur(40px);
    }

    100% {
        filter: blur(0px);
    }
}

.swing.inview {
    transform-origin: bottom;
}

.swing.inview.on {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: swing;
    animation-timing-function: ease;
}

@keyframes swing {
    0% {
        transform: rotate(5deg);
    }

    10% {
        transform: rotate(-5deg);
    }

    20% {
        transform: rotate(3deg);
    }

    27% {
        transform: rotate(-3deg);
    }

    33% {
        transform: rotate(1deg);
    }

    37% {
        transform: rotate(-1deg);
    }

    40% {
        transform: rotate(0deg);
    }
}

.bound.inview.on {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: bound;
    animation-timing-function: ease;
}

@keyframes bound {
    0% {
        transform: translateY(0px);
    }

    15% {
        transform: translateY(-5px);
    }

    30% {
        transform: translateY(0px);
    }

    40% {
        transform: translateY(-3px);
    }

    50% {
        transform: translateY(0px);
    }

    55% {
        transform: translateY(-1px);
    }

    60% {
        transform: translateY(0px);
    }
}

button:not([disabled]) > b {
    display: block;
    margin: auto;
    position: absolute;
    text-align: center;
}

button:not([disabled]) > i.spinner {
    opacity: 0;
}

button[disabled] > i.spinner {
    opacity: 1;
}

button[disabled] > b {
    display: none;
}

.btn02 {
    background: black;
    border-radius: 0px;
    color: white;
    display: block;
    height: 50px;
    margin: 0 auto;
    position: relative;
    transition: 0.5s;
    width: 180px;
}

@media screen and (max-width: 900px) {
    .btn02 {
        width: 180px;
    }
}

@media screen and (max-width: 900px) and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 900px) and (max-width: 737px) and (orientation: landscape) {
    .btn02 {
        height: 50px;
        margin: 30px auto 0;
        width: 230px;
    }
}

.btn02:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.btn.arrow {
    position: relative;
}

.btn.arrow::after {
    border-right: solid 2px white;
    border-top: solid 2px white;
    content: "";
    height: 5px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    z-index: 1;
}

.spinner {
    -webkit-animation: spinner 1.3s infinite linear;
    animation: spinner 1.3s infinite linear;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 1em;
    margin: auto;
    position: relative;
    text-indent: -9999em;
    transform: scale(0.55);
    width: 1em;
}

@keyframes spinner {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

/* popup */
.popup {
    margin: 100px auto;
    min-height: 500px;
    padding: 0px;
    position: relative;
    width: 100%;
}

.mfp-content {
    max-width: 940px;
}

.mfp-close-btn-in .mfp-close {
    background: url(../img/top/popup_close_btn@2x.png) no-repeat;
    background-size: 52px;
    height: 52px;
    opacity: 1;
    overflow: hidden;
    padding-top: 52px;
    top: -67px;
    width: 52px;
}

/*---------------------------------------------
    ページ内共通部分
---------------------------------------------*/
.text-red {
    color: #cc0033;
}

/*---------------------------------------------
    詳細コンテンツ
---------------------------------------------*/
.detailContent_inner {
    background-color: #fff;
    border-radius: 31px;
    overflow: hidden;
}

.detailContent_Title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #eb5505;
    border-radius: 31px 31px 0 0;
    color: #fff;
    font-size: 30px;
    height: 84px;
    letter-spacing: 0.05em;
    line-height: 91px;
    padding: 0 45px;
}

.detailContent_wrapImage {
    background: #fff;
    padding: 50px 40px 0 40px;
}

.detailContent_wrapFlex {
    -webkit-flex: 1;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detailContent_wrapFlex--R {
    border-radius: 10px;
    flex: 0 0 56%;
    margin: 0 12px 0 0;
    max-width: 56%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.graph_box {
    background: #fdf03c;
    border-radius: 10px 0 0 10px;
    display: table;
    height: 100%;
    width: 100%;
}

.graph_box_item {
    display: table-cell;
    height: 100%;
    position: relative;
}

.graph_box_item p {
    z-index: 2;
}

.graph_box_item:first-child {
    min-width: 34%;
    width: 34%;
}

.graph_box_item:first-child::before {
    background: #fa9646;
    content: '';
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.graph_box_item:last-child {
    background: #ebebeb;
    border-radius: 0 10px 10px 0;
    vertical-align: middle;
}

.detailContent_img {
    display: block;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    /* padding: 0 12px 0 0; */
    width: 280px;
}

.detailContent_img img {
    display: inline-block;
}

.detailContent_ten1,
.detailContent_ten2,
.detailContent_ten3,
.detailContent_ten4 {
    position: absolute;
    z-index: 1;
}

.detailContent_ten1 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    left: 46px;
    top: 25px;
}

.detailContent_ten1 span {
    font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
}

.detailContent_ten2 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    left: 110px;
    top: 70px;
}

.detailContent_ten2 span {
    font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
}

.detailContent_ten2:before {
    border-top: 2px solid #fff;
    bottom: 0;
    content: '';
    margin: auto;
    position: absolute;
    right: 17px;
    top: 0;
    transform: rotate(-45deg);
    width: 30px;
}

.detailContent_ten3 {
    font-size: 26px;
    font-weight: bold;
    /* display: inline-block; */
    margin-right: 24px;
    text-align: center;
    top: 144px;
    width: 100%;
}

.detailContent_ten4 {
    color: #eb0000;
    font-size: 28px;
    font-weight: bold;
    left: 0;
    text-align: center;
    top: 165px;
    width: 100%;
}

.detailContent_ten4 span {
    font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
    font-size: 52px;
    margin-right: 6px;
}

.detailContent_img2 {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.detailContent_wrapFlex--L {
    flex: 0 0 42%;
    max-width: 42%;
    padding: 0 0 0 10px;
}

.detailContent_wrapFlex--L img {
    border: 2px solid #afafaf;
}

.detailContent_wrapList {
    background: #fff;
}

.detailContent_wrapList {
    box-sizing: border-box;
    display: none;
    overflow: hidden;
    padding: 2em 50px 1.5em 50px;
}

.detailContent_list__Single,
.detailContent_list__Double {
    float: left;
}

.detailContent_listFlex {
    -ms-flex-pack: space-between;
    -webkit-box-pack: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.detailContent_BlackTitleSingle,
.detailContent_BlackTitle {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #555;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.detailContent_list01,
.detailContent_list02,
.detailContent_list03,
.detailContent_list04,
.detailContent_list05 {
    border: solid 2px #555;
    border-radius: 10px;
    position: relative;
}

.detailContent_list01,
.detailContent_list02,
.detailContent_list03,
.detailContent_list04 {
    margin: 0 2px 0 2px;
}

.detailContent_list01 {
    width: 340px;
}

.detailContent_list02,
.detailContent_list03,
.detailContent_list04 {
    width: 205px;
}

.detailContent_list05 {
    width: 180px;
}

.row4-pattern.detailContent_list01 {
    width: 377px;
}

.row4-pattern.detailContent_list02 {
    width: 168px;
}

.row4-pattern.detailContent_list03 {
    width: 168px;
}

.row4-pattern.detailContent_list04 {
    margin-right: 0;
    width: 168px;
}

.detailContent_listFlex--L,
.detailContent_listFlex--R {
    box-sizing: border-box;
    text-align: center;
    width: 50%;
}

.detailContent_listFlex--L {
    border-right: solid 2px #dcdcdc;
}

.detailContent_bottomYellowSingle,
.detailContent_bottomYellow {
    background: #fdf03c;
    border-radius: 0 0 10px 10px;
    color: #eb0000;
    font-size: 15px;
    font-weight: bold;
    height: 60px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding: 10px 0 0 0;
    text-align: center;
}

.detailContent_listL--Text01 {
    font-size: 12px;
    line-height: 1.25;
    padding: 1.8rem 0 1.8rem 0;
    position: relative;
}

.detailContent_listL--Text01::after {
    border-bottom: dotted 2px #555;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 80%;
}

.detailContent_listL--Text02 {
    font-size: 12px;
    line-height: 1.25;
    padding: 1.8rem 0 1.8rem 0;
}

.detailContent_listL----getsugaku {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.detailContent_TextSingle {
    height: 208px;
}

.detailContent_TextSingle .table {
    display: table;
    height: 100%;
    width: 100%;
}

.detailContent_TextSingle .table .table_inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.detailContent_TextSingle .table .table_inner.center {
    text-align: center;
}

.detailContent_TextSingle .table .table_inner strong {
    display: block;
    font-size: 14px;
    padding: 0;
    text-align: center;
}

.detailContent_TextSingle .table .table_inner strong.font_big {
    font-size: 18px;
}

.detailContent_TextSingle .table .table_tr {
    display: table-row;
}

.detailContent_TextSingle .table .table_tr .table_inner {
    height: auto;
    padding: 0.5rem 0;
    position: relative;
}

.detailContent_TextSingle .table .table_tr .table_inner::after {
    border-bottom: dotted 2px #555;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 80%;
}

.detailContent_TextSingle .table .table_tr:last-child .table_inner::after {
    display: none;
}

.detailContent_TextSingle .table li {
    font-size: 14px;
    margin-bottom: 1em;
    padding-left: 1em;
    position: relative;
}

.detailContent_TextSingle .table li::before {
    content: '・';
    left: 0;
    position: absolute;
    top: 0;
}

.detailContent_TextSingle .table li:last-child {
    margin-bottom: 0;
}

.detailContent_list01 .detailContent_listFlex--L .detailContent_BlackTitle {
    border-radius: 7px 0 0 0;
}

.detailContent_list01 .detailContent_listFlex--R .detailContent_BlackTitle {
    border-radius: 0 7px 0 0;
}

.detailContent_BlackTitleSingle--2Row {
    line-height: 16px;
    padding: 5px 0 0 0;
}

.detailContent_BlackTitleSingle {
    border-radius: 7px 7px 0 0;
}

.detailContent_list02 .detailContent_TextSingle,
.detailContent_listR--Text01 {
    font-size: 14px;
    font-weight: bold;
    height: 208px;
    letter-spacing: 0.05em;
    line-height: 200px;
    text-align: center;
}

.detailContent_list02 .detailContent_TextSingle2 {
    box-sizing: border-box;
    font-size: 11px;
    font-size: 11px;
    font-weight: bold;
    font-weight: bold;
    height: 208px;
    letter-spacing: 0.05em;
    letter-spacing: 0.028em;
    line-height: 1.6;
    padding: 0 1rem 1rem;
}

.detailContent_list02 .detailContent_TextSingle2 strong {
    display: block;
    font-size: 14px;
    padding: 1em 1em;
    text-align: center;
}
.detailContent_list02 .detailContent_TextSingle2 strong span {
    font-size: 20px;
}

.detailContent_list03 .detailContent_TextSingle,
.detailContent_list04 .detailContent_TextSingle {
    box-sizing: border-box;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.028em;
    padding: 9px 8px 0 8px;
}

.detailContent_list05 .detailContent_TextSingle {
    font-size: 11px;
    font-weight: bold;
    height: 128px;
    letter-spacing: 0.05em;
    line-height: 137px;
    text-align: center;
}

.detailContent_wrapButton {
    background: #fff;
    padding: 2em 0 70px 0;
    text-align: center;
}

.detailContent_wrapButton .btn_main {
    margin: 0 auto;
    width: 70%;
}

.detailContent_firstRank {
    background: #eb5505;
    border-radius: 100%;
    color: #fff;
    font-size: 11px;
    height: 34px;
    left: -5px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 34px;
}

.detailContent_firstRank span {
    font-size: 16px;
    position: relative;
    top: 1px;
}

.detailContent_list_showButton {
    height: 40px;
    margin: 20px 20px 0;
    /* padding: 20px 20px 0; */
    position: relative;
}

.detailContent_list_showButton p {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.detailContent_list_showButton p a {
    background-color: #e6e6e6;
    color: #333;
    display: block;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 40px;
    text-align: center;
}

.detailContent_list_showButton p a span {
    position: relative;
}

.detailContent_list_showButton p a span:before {
    -webkit-transform: rotate(135deg);
    border: 0px;
    border-right: solid 1px #333;
    border-top: solid 1px #333;
    content: '';
    height: 7px;
    margin-top: -7.5px;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: rotate(135deg);
    width: 7px;
}

.detailContent_list_showButton .btn01 {
    z-index: 2;
}

.detailContent_list_showButton .btn02 {
    z-index: 1;
}

.detailContent_list_showButton .btn02 {
    height: auto;
}

.detailContent_list_showButton .btn02 a span:before {
    -webkit-transform: rotate(-45deg);
    margin-top: -3.5px;
    transform: rotate(-45deg);
}

.detailContent_list_showButton.show .btn01 {
    display: none;
}

.detailContent_list_btn_web {
    padding: 2em 20px 2em;
}
