@charset "utf-8";
/* CSS Document */

/*===============================
	base
================================*/
html {
    height: 100%;
    width: 100%;
}

body {
    font-family: "Roboto", "游ゴシック", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-feature-settings: "palt";
    color: #1F1F1F;
}

p {
    font-weight: bold;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #403a36;
    text-decoration: underline;
}

a:focus,
input:focus {
    outline: none;
}

a img:hover {
    opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
div {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

.mg_t10 {
    margin-top: 10px;
}

.mg_t30 {
    margin-top: 10px;
}

.mg_b20 {
    margin-bottom: 20px;
}

.thanks {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.thanks a {
    margin-top: 10px;
    color: #2f2f2f;
}

.thanks p {
    margin-top: 10px;
}

.thanks img {
    margin-top: 10px;
}

@media screen and (max-width: 900px) {
    .thanks {
        margin: 15px;
    }
}

@media screen and (min-width: 901px) {
    .sp_only {
        display: none;
    }
}

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

.wrapper {
    margin: 0 auto;
}

/*===============================
	Header
================================*/

header {
    margin: 0 auto;
}

.head_info {
    width: 100%;
    margin: 0 auto 20px;
    padding-top: 10px;
    text-align: center;
}

.head_info h1 {
    font-size: 75.5%;
    top: 1px;
    right: 5px;
}

.logo {
    width: 300px;
    margin-top: 20px;
}

.head_info .ico_list {
    position: absolute;
    top: 30px;
    right: 30px;
}

.head_info ul {
    display: flex;
    flex-flow: row;
}

.head_info .ico_list li {
    padding-left: 5px;
    display: inline;
}

.head_info .ico_list li:first-child {
    padding-left: 0;
}

.head_info .ico_list img {
    width: 45px;
}

@media screen and (max-width: 900px) {
    .head_info {
        padding-top: 7px;
    }

    .head_info h1 {
        background: #fff;
        padding: 10px;
        margin: 5px 0;
    }

    .logo {
        max-width: 200px;
    }

    .head_info .ico_list {
        top: 5px;
        right: 5px;
    }

    .head_info .ico_list .pc_only {
        display: none;
    }

    .head_info ul {
        display: flex;
    }
}

/* ### Firstview メイン画像*/

.main {
    height: auto;
    position: relative;
}

.main .lptext {
    margin: 12px 0;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

.main .lptext a {
    color: blue;
}

@media only screen and (max-width: 900px) {
    .main {}

    .main .lptext {
        margin: 7px 0;
        font-size: 16px;
    }

    .main .lptext a {
        color: blue;
    }


}

/* ### button*/

.more_btn a {
    display: block;
    width: 400px;
    margin: 32px auto;
    border-radius: 15px;
    color: #fff;
    background: #0ea579;
    text-align: center;
    padding: 22px 0 20px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    clear: both;
}

.more_btn a i {
    vertical-align: middle;
    padding-right: 8px;
    font-size: 24px;
}

.more_btn a:hover {
    background: #ea609e;
    color: #333;
    transition-duration: 0.2s;
    text-decoration: none;
}

.kekka_btn a {
    display: block;
    width: 400px;
    margin: 32px auto;
    border-radius: 15px;
    color: #fff;
    background: #ea5504;
    text-align: center;
    padding: 22px 0 20px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    clear: both;
}

.kekka_btn a:hover {
    background: #ccc;
    color: #333;
    transition-duration: 0.2s;
    text-decoration: none;
}

.oubo_btn a {
    display: block;
    width: 400px;
    margin: 32px auto;
    border-radius: 15px;
    color: #fff;
    background: #00C300;
    text-align: center;
    padding: 22px 0 20px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    clear: both;
}

.oubo_btn a:hover {
    background: #ccc;
    color: #333;
    transition-duration: 0.2s;
    text-decoration: none;
}

.pink_btn a {
    display: block;
    width: 400px;
    margin: 32px auto;
    border-radius: 15px;
    color: #fff;
    background: #f19ec2;
    text-align: center;
    padding: 22px 0 20px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    clear: both;
}

.pink_btn a:hover {
    background: #ccc;
    color: #333;
    transition-duration: 0.2s;
    text-decoration: none;
}

.top_btn a {
    display: block;
    width: 400px;
    margin: 32px auto;
    border-radius: 15px;
    border: 3px solid #808080;
    color: #808080;
    background: #fff;
    text-align: center;
    padding: 22px 0 20px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    clear: both;
}

.top_btn a:hover {
    background: #ccc;
    color: #333;
    transition-duration: 0.2s;
    text-decoration: none;
}


.tagbutton {
}

.tagbutton:hover {
    background: #FFCCCC;
    color: #808080;
    transition-duration: 0.2s;
    text-decoration: none;
}
/*-------------------------
QA box / pager / input_area / agearea
-------------------------*/
.qabox {
    width: 780px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}

.qabox img {
    padding-left: 30px;
}

.qabox img:hover {
    opacity: 0.6;
}

@media screen and (max-width: 764px) {
    .qabox {
        width: 100%;
        flex-direction: column;
    }

    .qabox img {
        padding-top: 20px;
        padding-left: 0px;
        width: 80%;
    }
}

.pager {
    width: 780px;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}

.pager a {
    color: #808080;
}

.pager a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 764px) {
    .pager {
        width: 100%;
    }
}


.input_area {
    width: 780px;
    color: #808080;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}

.input_area p {
    font-size: 22px;
    margin-top: 30px;
}

#text2 {
    font-size: 22px;
    height: 80px;
    width: 80%;
    /*flexの中で100%広げる*/
    margin-top: 10px;
    background-color: #ddd;
    border: 2px solid #ddd;
    /*枠線非表示*/
    outline: none;
    /*フォーカス時の枠線非表示*/
    box-sizing: border-box;
}

@media screen and (max-width: 764px) {
    .input_area {
        width: 100%;
    }
}


.age {
    width: 660px;
    margin: 0 auto;
    margin-top: 3%;
    padding-top: 10px;
}

.age_img_box {
    display: flex;
    width: 660px;
}

.age_img_box .age_1 {
    max-width: 50%;
}

.age_img_box .age_1 .age02_left {
    max-width: 305px;
    padding: 15px;
}

.age_img_box .age02_2 {
    max-width: 50%;
}

.age_img_box .age02_2 .age02_right {
    max-width: 305px;
    padding: 15px;
}

.age img:hover {
    opacity: 0.6;
}

@media screen and (max-width:768px) {
    .age {
        width: 100% !important;
        margin: 0 auto;
        padding: 0px;
        text-align: center;
    }

    .age_img_box {
        display: block !important;
        width: 100% !important;
    }

    .age_img_box .age_1,
    .age_img_box .age_2 {
        max-width: 100% !important;
        padding: 5px;
    }
}

.flex_tag-box {
    width: 780px;
    background-color: #eee;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 2%;
}

.flex_tag-item {
    padding: 10px;
    color: #808080;
    background-color: #ccc;
    margin: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    width: 170px;
    text-align: center;
}

@media screen and (max-width:768px) {
    .flex_tag-box {
        width: 100%;
        background-color: #eee;
        /* 背景色指定 */
        padding: 10px;
        /* 余白指定 */
        display: flex;
        /* フレックスボックスにする */
        flex-wrap: wrap;
        /* 折り返し指定 */
        margin: 0 auto;
    }

    .flex_tag-item {
        width: 45%;
    }

}

/*-------------------------
フッター
-------------------------*/
.footer {
    width: 100%;
    padding: 0px;
    background: #fff;
    color: #777;
    margin-bottom: 20px;
    clear: both;
}

.footer a {
    color: #2f2f2f;
    font-weight: bold;
}

.footer a:hover {
    text-decoration: none;
    background-color: #EB9B06;
}

.footer_inner {
    width: 1024px;
    margin: 0 auto;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
}

.footer_inner h4 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #444;
}

.footer_column1 {
    width: 250px;
    margin-right: 30px;
    padding-right: 30px;
}

.footer_column1 p {
    margin: 15px 0 10px;
    font-size: 14px;
}

.footer_column1 p strong {
    display: block;
    font-size: 24px;
}

.footer_column1 p strong:before {
    margin-right: 5px;
}

.contact_form a {
    margin-top: 5px;
    padding: 6px 10px;
    color: #FFFFFF;
    background: #2f2f2f;
    display: block;
    border: solid 1px #ccc;
    border-radius: 8px;
    position: relative;
    text-align: center;
}

.contact_form a:hover {
    background: #ff6600;
    text-decoration: none;
}

.contact_form a span:before {
    margin-right: 5px;
    vertical-align: -10%;
}

.footer_column2 {
    width: 250px;
    margin-right: 30px;
    padding-right: 30px;
    overflow: hidden;
    font-size: 14px;
}

.postage {
    margin-bottom: 20px;
}

.pay li {
    display: inline;
    font-size: 12px;
}

.pay li img {
    width: 80px;
}

.footer_column3 {
    width: 180px;
    margin-right: 30px;
    padding-right: 30px;
}

.footer_column3 li {
    margin-bottom: 5px;
}

.footer_column4 {
    width: 190px;
}

.footer_column3 .footer_column4 h4 {
    margin: 10px;
}

.footer_column4 li {
    margin-bottom: 5px;
}

.footer_inner2 {
    width: 1024px;
    margin: 30px auto 0;
    padding: 15px 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    display: table;
}

.footer_inner2 p {
    padding-left: 5px;
    display: table-cell;
    vertical-align: middle;
}

.footer_inner2 p img {
    width: 150px;
    opacity: 0.7;
}

.footer_inner2 ul {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.footer_inner2 ul li {
    display: inline;
    padding-left: 10px;
    margin-left: 10px;
    border-left: solid 1px #ddd;
    font-size: 12px;
}

.footer_inner2 ul li:first-child {
    border-left: none;
}

h4.red {
    color: #ff0000;
}

address {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 13px;
}

@media screen and (max-width: 900px) {
    .footer {
        padding: 15px 0 20px;
        color: #000;
    }

    .footer a {
        color: #000;
    }

    .footer_inner {
        width: 95%;
        margin: 10px;
        display: flex;
        flex-flow: column;
    }

    .footer_inner h4 {
        font-size: 18px;
    }

    .footer_column1 {
        width: 100%;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

    .footer_column1 p {
        font-size: 16px
    }

    .footer_column1 p strong {
        margin-bottom: 5px;
    }

    .footer_column1 p strong:before {}

    .contact_form a {
        margin-top: 10px;
        color: #FFFFFF;
    }

    .contact_form a:hover {}

    .contact_form a span:before {
        vertical-align: -20%;
    }

    .footer_column2 {
        width: 95%;
        margin-top: 15px;
    }

    .postage {}

    .pay li {}

    .pay li img {}

    .footer_column3 {
        width: 95%;
        margin-top: 15px;
    }

    .footer_column3 li {
        font-size: 14px;
        padding: 0 5px;
        display: inline-block;
        border-left: 1px dotted #000000;
    }

    .footer_column4 {
        width: 95%;
        margin-top: 15px;
    }

    .footer_column4 h3 {
        margin-bottom: 10px;
    }

    .footer_column4 li {
        font-size: 14px;
        padding: 0 5px;
        display: inline-block;
        border-left: 1px dotted #000000;
    }

    .footer_inner2 {
        width: 95%;
    }

    .footer_inner2 p {}

    .footer_inner2 p img {}

    .footer_inner2 ul {
        text-align: right;
    }

    .footer_inner2 ul li {
        display: inline-block;
    }

    .footer_inner2 ul li:first-child {
        border-left: solid 1px #ddd;
    }

    address {}
}

.footer_nav_wrapper {
    width: 100%;
    background: #FFFFFF;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #000;
}

.footer_nav_wrapper .footer_nav_list {
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin: 0;
}

.footer_nav_wrapper .footer_nav_list li {
    width: 21%;
}

.footer_nav_wrapper .footer_nav_list li img {
    vertical-align: top;
    width: 100%;
}

.footer_nav_wrapper .footer_nav_list li a {
    display: block;
    box-sizing: content-box;
    padding: 1rem;
    border: none;
}

@media screen and (max-width: 900px) {
    .footer_nav_wrapper .footer_nav_list {
        margin: 0px 0;
    }

    .footer_nav_wrapper .footer_nav_list li {
        width: 20%;
        box-sizing: border-box;
        border-right: 1px dashed #898989;
    }

    .footer_nav_wrapper .footer_nav_list li a {
        box-sizing: border-box;
        padding: 0.5rem 0.6rem;
    }

    .footer_nav_wrapper .footer_nav_list li:last-child {
        border-right: 0;
    }
}

/*===============================
	section
================================*/

.top_list {
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-flow: row;
    justify-content: center;
    background-repeat: repeat;
    background-image: url("../images/bg_img.png");
}

.top_list-left {
    padding: 15px 15px 0px 15px;
    border-bottom: 1px solid #000000;
}

.top_list-right {
    padding: 15px 15px 0px 15px;
    border-bottom: 1px solid #000000;
}

.top_slider {
    width: 100%;
    margin: 15px 0 50px 0;
}

.top_qa {
    width: 900px;
    margin: 0px auto;
    text-align: center;

}

.tag_qa {
    width: 900px;
    margin: 0px auto;
    margin-top: 7%;
    text-align: center;
    color: #808080;

}

.result_area {
    width: 900px;
    margin: 0px auto;
    text-align: center;

}

@media screen and (max-width: 796px) {
    .top_list {
        width: 100%;
        margin: 0px auto;
        display: flex;
        flex-flow: column;
    }

    .top_list-left {
        padding: 5px 5px 0px 5px;
    }

    .top_list-right {
        padding: 5px 5px 0px 5px;
    }

    .top_qa {
        width: 100%;
    }

    .tag_qa {
        width: 100%;
    }
    .result_area {
   width: 100%;
}

     .result_area .w80 {
         margin: 0 auto;
   width: 80%;
}

}

/*
================================*/
.breadcrumb {
    padding-left: 0;
    margin-left: 5px;
    margin-bottom: 15px;
}

.breadcrumb li {
    display: inline;
    /*横に並ぶように*/
    list-style: none;
    font-weight: bold;
    /*太字*/
}

.breadcrumb li:after {
    /* >を表示*/
    content: '>';
    padding: 0 3px;
    color: #EB9B06;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    font-size: 12px;
    color: #2f2f2f;
}

.breadcrumb li a:hover {
    background-color: #EB9B06;
}

/*===============================
	2column
================================*/

.container {
    width: 1024px;
    margin: 0 auto;
}

.left_content {
    width: 750px;
    float: left;
}

.right_content {
    width: 250px;
    float: left;
    margin-left: 24px;
    margin-bottom: 30px;
}

.right_content h2 {
    margin-bottom: 5px;
}

@media screen and (max-width: 900px) {
    .container {
        width: 100%;
        margin: 0 auto;
    }

    .left_content {
        width: 95%;
        float: none;
        margin: 10px;
    }

    .right_content {
        width: 95%;
        float: none;
        margin: 10px;
    }

    .right_content h2 {
        width: 100%;
        margin-bottom: 5px;
    }

    .right_content img {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 3px;
    }
}

#areafaq {
    width: auto;
    font-size: 16px;
    padding: 8px;
}

#areafaq h3 {
    font-size: 20px;
    margin: 24px 0 15px 0;
    color: #ff6600;
}

#areafaq dl {
    margin-bottom: 5px;
    font-size: 0.9rem;
}

#areafaq dt {
    font-weight: bold;
    color: #111;
    padding: 10px;
    background-color: #f0f0f0;
    box-sizing: border-box;
    margin: 10px 0 0px 0;
    line-height: 2.0rem;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
}

#areafaq dt:first-child {
    border-top: none;
}

#areafaq dt:before {
    content: "Q.";
    font-weight: bold;
    margin-right: 8px;
}

#areafaq dd {
    padding: 16px 16px 16px 30px;
    margin-bottom: 10px;
    line-height: 140%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#areafaq dd:first-line {
    font-weight: bold;
    color: #bf0000;
}

#areafaq dd:before {
    content: "A.";
    font-weight: bold;
    margin-right: 8px;
    margin-left: -21px;
}

table.table01 {
    width: 100%;
    border-right: #ccc solid 1px;
    border-collapse: collapse;
    margin-bottom: 30px;
}

table.table01 thead th {
    background: #111;
    color: #FFF;
    padding: 10px 15px;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
}

table.table01 thead th:last-child {
    border-right: #ccc solid 1px;
}

table.table01 tbody th {
    background: #ddd;
    color: #000;
    font-weight: bold;
    padding: 10px 15px;
    border-bottom: #ccc solid 1px;
    vertical-align: top;
}

table.table01 tbody tr:last-child th {
    border-bottom: #ccc solid 1px;
}

table.table01 tbody td {
    background: #FFF;
    padding: 10px 15px;
    border-left: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    vertical-align: top;
}

table.table01 a {
    color: #2f2f2f;
}

@media screen and (max-width: 768px) {
    .area03 {
        width: 100% !important;
        margin: 0 auto;
        padding: 15px;
    }

    .area03 p.title {
        text-align: center;
        font-weight: bold;
        font-size: 2rem;
        margin-top: 20px;
    }

    table.table01 thead {
        display: none;
    }

    table.table01 tbody th {
        display: block;
        font-size: 1.6rem;
    }

    table.table01 tbody td {
        display: block;
        font-size: 1.4rem;
    }

    table.table01 tbody td::before {
        content: attr(label);
        float: left;
        clear: both;
        font-weight: bold;
    }

    table.table01 tbody td p {
        padding-left: 6em;
    }
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 15px;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


.contents {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 30px;
}

.contents-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contents-box {
    margin-bottom: 2rem;
    width: 49%;
}

.contents-box img {
    display: block;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    width: 100%;
    height: auto;
}

.contents-box h2 {
    margin-bottom: 0.4rem;
    padding-bottom: 4px;
    font-size: 1.2rem;
    text-align: center;
    color: #ff6600;
    border-bottom: dashed 2px #2f2f2f;
}

@media screen and (max-width: 768px) {
    .contents {
        width: 100% !important;
        margin: 0 auto;
        padding: 0px;
    }

    .contents-wrap {
        flex-direction: column;
    }

    .contents-box {
        width: 100%;
        font-size: 1.1rem;
    }
}


.price {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #2f2f2f;
}

.price-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.price-box {
    margin-bottom: 1rem;
    width: 49%;
}

.price-box img {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
    height: auto;
}

.price-box h2 {
    margin-bottom: 0.2rem;
    font-size: 1.2rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .price {
        width: 100% !important;
        margin: 0 auto;
        padding: 0px;
    }

    .price-wrap {
        flex-direction: column;
    }

    .price-box {
        width: 100%;
        font-size: 1.4rem;
    }
}


*,
*:before,
*:after {
    box-sizing: border-box;
}

.col_4 {
    width: 100%;
    margin-top: 15px;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
}

.col_4 > div {
    width: 18%;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.menu_button {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 3em 3em;
    text-decoration: none;
    background-color: #FFF5E5;
    border: 3px dotted #ff6600;
    border-radius: 5px;
    transition: .4s;
    text-align: center;
}

.menu_button a {
    color: #2f2f2f;
}

@media screen and (max-width: 960px) {
    .col_4 > div {
        width: 33.33333%;
    }
}

@media screen and (max-width: 480px) {
    .col_4 > div {
        width: 44%;
    }
}


#areaprivacy {
    width: auto;
    font-size: 16px;
    padding: 8px;
}

#areaprivacy dl {
    margin-bottom: 5px;
    font-size: 0.9rem;
}

#areaprivacy dt {
    font-weight: bold;
    color: #111;
    padding: 10px;
    background-color: #f0f0f0;
    box-sizing: border-box;
    margin: 10px 0 0px 0;
    line-height: 2.0rem;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
}

#areaprivacy dt:first-child {
    border-top: none;
}

#areaprivacy dd {
    padding: 16px 16px 16px 30px;
    margin-bottom: 10px;
    line-height: 140%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}




.pagetitle {
    margin-bottom: 30px;
    padding: 1.0em 1em;
    text-decoration: none;
    color: #2f2f2f;
    border: dashed 1px #ff6600;
    background: #FFF5E5;
    border-radius: 3px;
    transition: .4s;
}

.pagetitle p {
    text-align: center;
    font-weight: bold;
}

.pagetitle a {
    color: #ff6600;
}

/* ### age キャッチ/説明/画像2列*/

.bg_color_aliceblue {
    background: #f0f8ff;
    margin-top: 5%;
}

.bg_color_orange {
    background: #FFFAF2;
    margin-top: 5%;
}

.age {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 10px;
}

.age a {
    color: #2f2f2f;
    text-decoration: underline;
    font-weight: bold;
}

.age_title {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    padding-top: 60px;
    padding-bottom: 25px;
}

.age_text {
    max-width: 700px;
    font-size: 1.1rem;
    color: #000;
    margin: 0px auto 30px;
}

.age_text strong {
    color: #3873a5;
    font-weight: bold;
    font-size: 1.3rem;
    background: linear-gradient(transparent 50%, yellow 50%);
}

.age_img_box {
    display: flex;
    max-width: 900px;
}

.age_img_box .age_1 {
    max-width: 50%;
}

.age_img_box .age_1 .age_left {
    max-width: 450px;
    padding: 15px;
}

.age_img_box .age_2 {
    max-width: 50%;
}

.age_img_box .age_2 .age_right {
    max-width: 450px;
    padding: 15px;
}

.age .coment {
    text-align: center;
    padding-bottom: 80px;
    color: #434343;
    font-weight: bold;
}

.age .coment a {
    color: #434343;
}

@media screen and (max-width:768px) {
    .age {
        width: 100% !important;
        margin: 0 auto;
    }

    .age_title {
        font-size: 1.4rem;
    }

    .age_text {
        max-width: 90% !important;
    }

    .age_img_box {
        display: block !important;
        width: 100% !important;
    }

    .age_img_box .age_1,
    .age_img_box .age_2 {
        max-width: 100% !important;
    }

    .cbs_movie_link {
        margin-top: 2rem;
        padding-bottom: 3rem;
        border-bottom: 3px solid #2b2b2b;
    }

    .price_image {
        padding: 0 1rem 1rem 1rem;

    }

    .age .coment {
        padding-bottom: 40px;
        font-size: 4vw !important;
    }


}

#page-top {
    position: fixed;
    bottom: 85px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

@media screen and (max-width: 900px) {
    #page-top {
        position: fixed;
        bottom: 80px;
        right: 10px;
        font-size: 77%;
    }

    #page-top a {
        background: rgba(0, 0, 0, 0.5);
        text-decoration: none;
        color: #fff;
        width: 60px;
        padding: 10px 0;
        text-align: center;
        display: block;
        border-radius: 5px;
    }

    #page-top a:hover {
        text-decoration: none;
        background: #999;
    }

}


/*-------------------------
　サイド固定
-------------------------*/

.linesc {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 50;
}

@media screen and (max-width: 900px) {
    .linesc {
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 50;
    }

}
