@charset "UTF-8";

@keyframes horizontal {
    0% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes vertical {
    0% {
        transform: translateY(-16px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* contents_block
----------------------------------------------------------*/
.contents:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 122px;
    background: url("wave.png") no-repeat center 0;
    background-size: 100% 122px;
    position: absolute;
    top: -122px;
    left: 0;
    right: 0;
}

.contents {
    position: relative;
    margin-top: 122px;
}

.contents-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 140px 0 140px;
}

.contents-inner::after {
    content: "";
    display: block;
    clear: both;
}

/* page title
----------------------------------------------------------*/
.pagetitle {
    margin: 0 auto;
    padding: 90px 0 90px;
    text-align: center;
}

.pagetitle h1 {
    width: 554px;
    height: 34px;
    background: url(privacy_tit_pc.png) no-repeat 0 0;
    background-size: 554px 34px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
}

.reprint-area h1 {
    width: 370px;
    height: 34px;
    background: url(reprint_tit_pc.png) no-repeat 0 0;
    background-size: 370px 34px;
}

.sitemap-area h1 {
    width: 223px;
    height: 33px;
    background: url(sitemap_tit_pc.png) no-repeat 0 0;
    background-size: 223px 33px;
}

.error-area h1 {
    width: 82px;
    height: 30px;
    background: url(error_tit_pc.png) no-repeat 0 0;
    background-size: 82px 30px;
}

.sponsorship-area h1 {
    width: 401px;
    height: 95px;
    background: url(sponsorship_tit_pc.png) no-repeat 0 0;
    background-size: 401px 95px;
}

/* info-block
----------------------------------------------------------*/
.info-block {
    background-color: #eff5e3;
    position: relative;
    padding: 50px 0 100px;
}

.info-block section,
.info-block .content-section {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 100px;
    font-size: 16px;
    font-size: 1.6rem;
}

.info-block section:last-child,
.info-block .content-section:last-child {
    margin-bottom: 0;
}

.info-block section .intro-ttl,
.info-block .content-section .intro-ttl {
    font-size: 20px;
    font-size: 2rem;
    color: #60a183;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.info-block section>p,
.info-block .content-section>p {
    margin-bottom: 30px;
}

.info-block section .last-text,
.info-block .content-section .last-text {
    margin-bottom: 0;
}

.info-block section h2,
.info-block .content-section h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.info-block section h2:after,
.info-block .content-section h2:after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #60a183;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.info-block section>ul,
.info-block section ol,
.info-block .content-section>ul,
.info-block .content-section ol {
    margin-top: 40px;
}

.info-block section>ul>li,
.info-block section ol>li,
.info-block .content-section>ul>li,
.info-block .content-section ol>li {
    margin-bottom: 40px;
    margin-left: 1em;
}

.info-block section>ul>li::after,
.info-block section ol>li::after,
.info-block .content-section>ul>li::after,
.info-block .content-section ol>li::after {
    content: "";
    display: block;
    clear: both;
}

.info-block section>ul>li>p,
.info-block section ol>li>p,
.info-block .content-section>ul>li>p,
.info-block .content-section ol>li>p {
    margin-bottom: 12px;
}

.info-block section>ul>li .info-tit,
.info-block section ol>li .info-tit,
.info-block .content-section>ul>li .info-tit,
.info-block .content-section ol>li .info-tit {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #60a183;
    margin-bottom: 16px;
}

.info-block section>ul li:last-child,
.info-block section ol li:last-child,
.info-block .content-section>ul li:last-child,
.info-block .content-section ol li:last-child {
    margin-bottom: 0;
}

.info-block section>ul li:before,
.info-block section ol li:before,
.info-block .content-section>ul li:before,
.info-block .content-section ol li:before {
    content: "・";
    display: inline-block;
    color: #60a183;
    float: left;
    margin-left: -1em;
}

.info-block section .no-box-list,
.info-block .content-section .no-box-list {
    margin-bottom: 40px;
}

.info-block section .no-box-list>li,
.info-block .content-section .no-box-list>li {
    margin-bottom: 4px;
}

.info-block section .no-box-list-no,
.info-block .content-section .no-box-list-no {
    margin-bottom: 40px;
    list-style-type: decimal;
}

.info-block section .no-box-list-no>li,
.info-block .content-section .no-box-list-no>li {
    margin-bottom: 4px;
    list-style-type: decimal;
    margin-left: 1.5em;
}

.info-block section .no-box-list-no>li:before,
.info-block .content-section .no-box-list-no>li:before {
    content: "";
    display: none;
    float: none;
}

.info-block section>ol,
.info-block .content-section>ol {
    list-style-type: decimal;
}

.info-block section>ol li:before,
.info-block .content-section>ol li:before {
    content: "";
}

.info-block section>ol a,
.info-block .content-section>ol a {
    color: #60a183;
}

.info-block section>ol a:hover,
.info-block .content-section>ol a:hover {
    text-decoration: underline;
}

.info-block section>ol ul li,
.info-block .content-section>ol ul li {
    margin-bottom: 20px;
}

.info-block section>ol ul li:last-child,
.info-block .content-section>ol ul li:last-child {
    margin-bottom: 0;
}

.info-block section .arrow-text-link,
.info-block .content-section .arrow-text-link {
    display: block;
}

.info-block section .attention-text,
.info-block .content-section .attention-text {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
}

.info-block section .border-box,
.info-block .content-section .border-box {
    border: 1px solid #60a183;
    padding: 20px 40px;
    box-sizing: border-box;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 10px;
}

.info-block section .border-box .box-tit,
.info-block .content-section .border-box .box-tit {
    color: #60a183;
    font-weight: bold;
    margin-bottom: 10px;
}

.info-block section .border-box .box-text,
.info-block .content-section .border-box .box-text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.info-block section .border-box ul li,
.info-block .content-section .border-box ul li {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 4px;
}

.info-block section .border-box ul li:last-child,
.info-block .content-section .border-box ul li:last-child {
    margin-bottom: 0;
}

.info-block section .border-box ul .dots-list,
.info-block .content-section .border-box ul .dots-list {
    margin-bottom: 40px;
}

.info-block section .border-box ul .dots-list::after,
.info-block .content-section .border-box ul .dots-list::after {
    content: "";
    display: block;
    clear: both;
}

.info-block section .border-box ul .dots-list>p,
.info-block .content-section .border-box ul .dots-list>p {
    margin-bottom: 12px;
}

.info-block section .border-box ul .dots-list .info-tit,
.info-block .content-section .border-box ul .dots-list .info-tit {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #60a183;
    margin-bottom: 16px;
}

.info-block section .border-box ul li:last-child,
.info-block .content-section .border-box ul li:last-child {
    margin-bottom: 0;
}

.info-block section .border-box ul li:before,
.info-block .content-section .border-box ul li:before {
    content: "・";
    display: inline-block;
    color: #60a183;
    float: left;
}

.info-block section .border-box ol li,
.info-block .content-section .border-box ol li {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 4px;
    list-style-type: decimal;
    margin-left: 2em;
}

.info-block section .border-box ol li:last-child,
.info-block .content-section .border-box ol li:last-child {
    margin-bottom: 0;
}

.info-block section .about-box li,
.info-block .content-section .about-box li {
    margin-left: 1em;
}

.info-block section .about-box li:before,
.info-block .content-section .about-box li:before {
    content: "・";
    display: inline-block;
    color: #60a183;
    float: left;
    margin-left: -1em;
}

.info-block section .info-sub-tit,
.info-block .content-section .info-sub-tit {
    margin-bottom: 10px;
    color: #60a183;
    font-weight: bold;
}

/* sitemap-block
----------------------------------------------------------*/
.sitemap-block .sitemap {
    margin: 0 auto;
    width: 1080px;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    -js-display: flex;
    display: flex;
}

.sitemap-block .sitemap>ul {
    width: 340px;
    position: relative;
    text-align: left;
    border-right: 1px dashed #60a183;
    padding: 40px 20px;
    box-sizing: border-box;
}

.sitemap-block .sitemap>ul>li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.sitemap-block .sitemap>ul>li a:hover {
    opacity: 0.5;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sitemap-block .sitemap>ul>li span {
    display: inline-block;
    margin-bottom: 10px;
}

.sitemap-block .sitemap>ul>li:last-child {
    margin-bottom: 0;
}

.sitemap-block .sitemap>ul .text-green a {
    color: #60a183;
    font-weight: bold;
}

.sitemap-block .sitemap>ul .text-green a:hover {
    opacity: 0.5;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sitemap-block .sitemap>ul ul {
    margin-left: 20px;
}

.sitemap-block .sitemap>ul ul li {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.sitemap-block .sitemap>ul ul li:last-child {
    margin-bottom: 0;
}

.sitemap-block .sitemap>ul:last-child {
    border-right: 0;
}

/* sponsorship
----------------------------------------------------------*/
.info-block .content-section .products {
    margin-bottom: 40px;
    background-color: #fff;
    padding: 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: flex;
}

.info-block .content-section .products::after {
    content: "";
    display: block;
    clear: both;
}

.info-block .content-section .products .content-left {
    float: left;
    width: 300px;
    margin-right: 30px;
}

.info-block .content-section .products .content-left .product-tit {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #60a183;
    margin-bottom: 20px;
    border-left: 2px solid #60a183;
    padding-left: 20px;
}

.info-block .content-section .products .content-left .product-img {
    width: 300px;
}

.info-block .content-section .products .content-left .product-img img {
    width: 100%;
    height: auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.info-block .content-section .products>ul {
    overflow: auto;
}

.info-block .content-section .products>ul li {
    margin-bottom: 12px;
}

.info-block .content-section .products>ul li p {
    display: block;
    margin-bottom: 2px;
    font-size: 15px;
    font-size: 1.5rem;
}

.info-block .content-section .products>ul li .tit {
    font-size: 16px;
    font-size: 1.6rem;
    color: #60a183;
    font-weight: bold;
    position: relative;
    margin-bottom: 6px;
}

.info-block .content-section .products>ul li .tit:before {
    content: "●";
    margin-right: 6px;
}

.info-block .content-section .products>ul li ul li {
    font-size: 15px;
    font-size: 1.5rem;
}

.info-block .content-section .products>ul li ul li span {
    font-size: 13px;
    font-size: 1.3rem;
    border: 1px solid #60a183;
    color: #fff;
    background-color: #60a183;
    font-weight: bold;
    padding: 2px 4px;
    letter-spacing: 0.05em;
}

.info-block .content-section .products>ul li .lot span {
    font-size: 16px;
    font-size: 1.6rem;
    color: #60a183;
    font-weight: bold;
}

.info-block .content-section .products>ul li:last-child {
    margin-bottom: 0;
}

.info-block .content-section .image {
    width: 100%;
}

.info-block .content-section .image img {
    width: 100%;
    height: auto;
}

.info-block .content-section .voice-list {
    margin-bottom: 30px;
    margin-top: 0;
}

.info-block .content-section .voice-list li {
    color: #60a183;
    font-weight: bold;
    margin-bottom: 6px;
}

.info-block .content-section .voice-list li:last-child {
    margin-bottom: 0;
}

.info-block .content-section .border {
    margin-bottom: 30px;
}

.info-block .content-section .border a {
    border: 1px solid #60a183;
    display: inline-block;
    padding: 30px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.info-block .content-section .border a .en {
    color: #60a183;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
    .info-block .content-section .border a:hover .en {
        text-decoration: none;
    }
}

.info-block .content-section .border-text {
    background-color: #fff;
    padding: 40px;
    text-align: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.info-block .content-section .border-text dl {
    margin-bottom: 40px;
}

.info-block .content-section .border-text dl dt {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    color: #60a183;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}

.info-block .content-section .border-text dl dt br {
    display: none;
}

.info-block .content-section .border-text dl dt:before,
.info-block .content-section .border-text dl dt:after {
    content: "";
    display: inline-block;
    background: url("line_baloon_tit.png") no-repeat 0 0;
    background-size: 10px 15px;
    width: 10px;
    height: 15px;
}

.info-block .content-section .border-text dl dt:before {
    transform: scale(-1, 1);
    margin-right: 15px;
}

.info-block .content-section .border-text dl dt:after {
    margin-left: 15px;
}

.info-block .content-section .border-text dl dd {
    text-align: left;
    border-top: 1px dashed #60a183;
    padding-top: 40px;
}

.info-block .content-section .border-text dl dd span {
    display: inline-block;
    padding: 6px 0 12px;
}

.info-block .content-section .border-text dl dd span a {
    color: #60a183;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
}

@media only screen and (min-width: 750px) {
    .info-block .content-section .border-text dl dd span a:hover {
        text-decoration: none;
    }
}

/* 緑ボタン
----------------------------------------------------------*/
.btn-area {
    display: block;
    text-align: center;
}

.btn-area .sponsor-btn1 {
    display: block;
    width: 400px;
    margin: 40px auto 40px;
}

.btn-area .sponsor-btn1 a {
    background-color: #fff;
    border: 2px solid #60a183;
    width: 400px;
    letter-spacing: 0;
    color: #60a183;
}

.btn-area .sponsor-btn1 a:after {
    background: url("big_right_arrow_gr.png") no-repeat 0 0;
    background-size: 18px 12px;
}

.btn-area .sponsor-btn1 a:hover {
    background-color: #60a183;
    color: #fff;
}

.btn-area .sponsor-btn1 a:hover:after {
    background: url("big_right_arrow.png") no-repeat 0 0;
    background-size: 18px 12px;
}

.btn-area .sponsor-btn1 a br {
    display: none;
}

.sponsor-btn {
    margin-bottom: 0 !important;
    margin-top: 60px;
}

.sponsor-btn a {
    width: 400px;
    letter-spacing: 0;
}

.sponsor-btn a br {
    display: none;
}

/* 404
----------------------------------------------------------*/
.error-block {
    text-align: center;
    padding: 0 0 160px;
}

.error-block p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}

/* mediaquery
----------------------------------------------------------*/
@media only screen and (max-width: 750px) {

    /* contents_block
  ----------------------------------------------------------*/
    .contents {
        margin-top: 0;
    }

    .contents:before {
        width: 100%;
        height: 40px;
        background: url("wave_sp.png") no-repeat center 0;
        background-size: 100% 40px;
        top: -40px;
    }

    .contents-inner {
        max-width: 100%;
        width: 100%;
        padding: 60px 20px 60px;
        box-sizing: border-box;
    }

    /* page title
  ----------------------------------------------------------*/
    .pagetitle {
        margin: 0 auto 70px;
        padding: 110px 0 0;
        text-align: center;
    }

    .pagetitle h1 {
        width: 335px;
        height: 80px;
        background: url(privacy_tit_sp.png) no-repeat 50% 50%;
        background-size: 335px 100px;
    }

    .reprint-area h1 {
        width: 335px;
        height: 48px;
        background: url(reprint_tit_sp.png) no-repeat 50% 50%;
        background-size: 335px 68px;
    }

    .sitemap-area h1 {
        width: 335px;
        height: 48px;
        background: url(sitemap_tit_sp.png) no-repeat 50% 50%;
        background-size: 335px 68px;
    }

    .error-area h1 {
        width: 335px;
        height: 48px;
        background: url(error_tit_sp.png) no-repeat 0 0;
        background-size: 335px 68px;
    }

    .sponsorship-area h1 {
        width: 335px;
        height: 100px;
        background: url(sponsorship_tit_sp.png) no-repeat 0 0;
        background-size: 335px 100px;
    }

    .sponsorship-contact-area h1 {
        width: 335px;
        height: 100px;
        background: url(sponsorship_contact_tit_sp.png) no-repeat 0 0;
        background-size: 335px 100px;
    }

    /* info-block
  ----------------------------------------------------------*/
    .info-block {
        padding: 30px 0 60px;
    }

    .info-block section,
    .info-block .content-section {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .info-block section .intro-ttl,
    .info-block .content-section .intro-ttl {
        font-size: 18px;
        font-size: 1.8rem;
        text-align: left;
        margin-bottom: 20px;
    }

    .info-block section p,
    .info-block .content-section p {
        margin-bottom: 20px;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .info-block section h2,
    .info-block .content-section h2 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 40px;
    }

    .info-block section>ul,
    .info-block section ol,
    .info-block .content-section>ul,
    .info-block .content-section ol {
        margin-top: 30px;
    }

    .info-block section>ul>li,
    .info-block section ol>li,
    .info-block .content-section>ul>li,
    .info-block .content-section ol>li {
        margin-bottom: 20px;
    }

    .info-block section>ul>li>p,
    .info-block section ol>li>p,
    .info-block .content-section>ul>li>p,
    .info-block .content-section ol>li>p {
        margin-bottom: 12px;
    }

    .info-block section>ul>li .info-tit,
    .info-block section ol>li .info-tit,
    .info-block .content-section>ul>li .info-tit,
    .info-block .content-section ol>li .info-tit {
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .info-block section .no-box-list,
    .info-block .content-section .no-box-list {
        margin-bottom: 20px;
    }

    .info-block section .no-box-list li,
    .info-block .content-section .no-box-list li {
        margin-bottom: 10px;
    }

    .info-block section .no-box-list-no,
    .info-block .content-section .no-box-list-no {
        margin-bottom: 20px;
    }

    .info-block section .no-box-list-no li,
    .info-block .content-section .no-box-list-no li {
        margin-bottom: 10px;
    }

    .info-block section .border-box,
    .info-block .content-section .border-box {
        padding: 20px 20px;
        display: inline-block;
        margin-top: 10px;
    }

    .info-block section .border-box .box-text,
    .info-block .content-section .border-box .box-text {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .info-block section .border-box ul li,
    .info-block .content-section .border-box ul li {
        margin-left: 1em;
    }

    .info-block section .border-box ul li:before,
    .info-block .content-section .border-box ul li:before {
        margin-left: -1em;
    }

    .info-block section .border-box ol li,
    .info-block .content-section .border-box ol li {
        margin-left: 2em;
    }

    /* sitemap-block
  ----------------------------------------------------------*/
    .sitemap-block .sitemap {
        width: 100%;
        display: block;
        -js-display: block;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .sitemap-block .sitemap>ul {
        width: 100%;
        border-right: 0;
        padding: 0;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .sitemap-block .sitemap>ul>li {
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 10px;
        line-spacing: 1.4;
    }

    .sitemap-block .sitemap>ul>li a:hover {
        opacity: 1;
    }

    .sitemap-block .sitemap>ul>li span {
        display: inline-block;
        margin-bottom: 10px;
    }

    .sitemap-block .sitemap>ul>li:last-child {
        margin-bottom: 0;
    }

    .sitemap-block .sitemap>ul .text-green a {
        color: #60a183;
        font-weight: bold;
    }

    .sitemap-block .sitemap>ul .text-green a:hover {
        opacity: 1;
    }

    .sitemap-block .sitemap>ul ul {
        margin-left: 20px;
    }

    .sitemap-block .sitemap>ul ul li {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .sitemap-block .sitemap>ul ul li:last-child {
        margin-bottom: 0;
    }

    .sitemap-block .sitemap>ul:last-child {
        border-right: 0;
        margin-bottom: 0;
    }

    .sitemap-block .sitemap>ul:first-child {
        border-bottom: 1px dashed #60a183;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    /* sponsorship
  ----------------------------------------------------------*/
    .info-block .content-section .products {
        margin-bottom: 20px;
        background-color: #fff;
        padding: 30px 20px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        display: block;
    }

    .info-block .content-section .products::after {
        content: "";
        display: block;
        clear: both;
    }

    .info-block .content-section .products .content-left {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .info-block .content-section .products .content-left .product-tit {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        color: #60a183;
        margin-bottom: 20px;
        border-left: 2px solid #60a183;
        padding-left: 20px;
    }

    .info-block .content-section .products .content-left .product-tit br {
        display: none;
    }

    .info-block .content-section .products .content-left .product-img {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .info-block .content-section .products .content-left .product-img img {
        width: 100%;
        height: auto;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    .info-block .content-section .products ul {
        overflow: auto;
        display: block;
        width: 100%;
    }

    .info-block .content-section .products ul li {
        margin-bottom: 12px;
    }

    .info-block .content-section .products ul li p {
        display: block;
        margin-bottom: 2px;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .info-block .content-section .products ul li .tit {
        font-size: 15px;
        font-size: 1.5rem;
        color: #60a183;
        font-weight: bold;
        position: relative;
        margin-bottom: 6px;
    }

    .info-block .content-section .products ul li .lot span {
        font-size: 15px;
        font-size: 1.5rem;
        color: #60a183;
        font-weight: bold;
    }

    .info-block .content-section .products ul li:last-child {
        margin-bottom: 0;
    }

    .info-block .content-section .voice-list {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .info-block .content-section .voice-list li {
        color: #60a183;
        font-weight: bold;
        margin-bottom: 6px;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .info-block .content-section .voice-list li:last-child {
        margin-bottom: 0;
    }

    .info-block .content-section .border {
        margin-bottom: 30px;
        width: 100%;
        box-sizing: border-box;
    }

    .info-block .content-section .border a {
        border: 1px solid #60a183;
        display: inline-block;
        padding: 20px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    .info-block .content-section .border a p {
        margin-bottom: 10px;
    }

    .info-block .content-section .border a .en {
        color: #60a183;
        font-weight: bold;
        text-decoration: underline;
        word-break: break-all;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 750px) and (min-width: 750px) {
    .info-block .content-section .border a:hover .en {
        text-decoration: none;
    }
}

@media only screen and (max-width: 750px) {
    .info-block .content-section .border-text {
        background-color: #fff;
        padding: 40px 20px 20px;
        text-align: center;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    .info-block .content-section .border-text dl dt {
        display: inline-block;
        font-size: 16px;
        font-size: 1.6rem;
        color: #60a183;
        font-weight: bold;
        margin-bottom: 20px;
        letter-spacing: 0;
        position: relative;
        padding: 0 20px;
    }

    .info-block .content-section .border-text dl dt br {
        display: block;
    }

    .info-block .content-section .border-text dl dt:before,
    .info-block .content-section .border-text dl dt:after {
        content: "";
        display: inline-block;
        background: url("line_baloon_tit.png") no-repeat 0 0;
        background-size: 10px 15px;
        width: 10px;
        height: 15px;
        position: absolute;
        bottom: 10px;
    }

    .info-block .content-section .border-text dl dt:before {
        transform: scale(-1, 1);
        margin-right: 15px;
        left: 0;
    }

    .info-block .content-section .border-text dl dt:after {
        margin-left: 15px;
        right: 0;
    }

    .info-block .content-section .border-text dl dd {
        text-align: left;
    }

    .info-block .content-section .border-text dl dd span {
        color: #60a183;
        font-weight: bold;
        text-decoration: underline;
        padding: 6px 0 12px;
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem;
    }

    /* 緑ボタン
  ----------------------------------------------------------*/
    .btn-area {
        display: block;
        text-align: center;
    }

    .btn-area .sponsor-btn1 {
        display: inline-block;
        margin: 0 auto 20px;
        width: 100%;
        max-width: 400px;
    }

    .btn-area .sponsor-btn1 a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
        position: relative;
    }

    .btn-area .sponsor-btn1 a:after {
        background: url("big_right_arrow_gr.png") no-repeat 0 0;
        background-size: 18px 12px;
    }

    .btn-area .sponsor-btn1 a:hover {
        background-color: #fff;
        color: #60a183;
    }

    .btn-area .sponsor-btn1 a:hover:after {
        background: url("big_right_arrow_gr.png") no-repeat 0 0;
        background-size: 18px 12px;
    }

    .btn-area .sponsor-btn1 a br {
        display: block;
    }

    .sponsor-btn {
        margin-top: 30px;
    }

    .sponsor-btn a {
        font-size: 14px;
        font-size: 1.4rem;
    }

    /* 404
  ----------------------------------------------------------*/
    .error-area {
        margin-bottom: 40px;
    }

    .error-block {
        text-align: center;
        padding: 0 20px 60px;
    }

    .error-block p {
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 0.1em;
    }
}

@media only screen and (max-width: 750px) and (max-width: 374px) {

    /* 緑ボタン
----------------------------------------------------------*/
    .sponsor-btn a {
        line-height: 1.4;
    }

    .sponsor-btn a br {
        display: block;
    }
}

@media only screen and (max-width: 374px) {
    .pagetitle h1 {
        width: 280px;
        height: 80px;
        background: url(privacy_tit_sp.png) no-repeat 50% 50%;
        background-size: contain;
    }

    .reprint-area h1 {
        width: 280px;
        height: 48px;
        background: url(reprint_tit_sp.png) no-repeat 50% 50%;
        background-size: contain;
    }

    .sitemap-area h1 {
        width: 280px;
        height: 48px;
        background: url(sitemap_tit_sp.png) no-repeat 50% 50%;
        background-size: contain;
    }
}