@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900);

@charset "UTF-8";

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Buttons
 *   1.5 Other Elements
 *        1.5.1 sns icon
 *        1.5.2 page top
 * 2. HEADER
 * 3. CONTENT
 * 4. FOOTER
 * 5. INTERACTIONS
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html,
body {
	overflow-x: hidden;
}
body {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
	background: #fff;
	color: #444444;
	line-height: 1.8;
	letter-spacing: 0.05em;
	overflow: hidden;
}
@media (max-width: 767.98px) {
    body {
        font-size: 14px;
        letter-spacing: 0;
    }
}

a {
    color: #444444;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #444444;
    text-decoration: underline;
}
a:focus {
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media (max-width: 767.98px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

hr {
     border-top: 1px solid #444444;
     margin-top: 20px;
     margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-weight: 600;
}

img {
    display: block;
}

main {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* 1.1  Margin
 * ------------------------------*/
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }

@media (max-width: 767.98px) {
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt10-xs {
        margin-top: 10px !important;
    }
    .mt20-xs {
        margin-top: 20px !important;
    }
    .mt30-xs {
        margin-top: 30px !important;
    }
    .mt40-xs {
        margin-top: 40px !important;
    }
    .mt50-xs {
        margin-top: 50px !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb10-xs {
        margin-bottom: 10px !important;
    }
    .mb20-xs {
        margin-bottom: 20px !important;
    }
    .mb30-xs {
        margin-bottom: 30px !important;
    }
    .mb40-xs {
        margin-bottom: 40px !important;
    }
    .mb50-xs {
        margin-bottom: 50px !important;
    }
}

/* 1.2 Text
 * ------------------------------*/
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
@media (max-width: 767.98px) {
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
}

.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #dd0000 !important;
}
.txt-green,
.txt-green a,
.txt-green a:hover {
    color: #338800 !important;
}
.txt-yellow,
.txt-yellow a,
.txt-yellow a:hover {
    color: #c38821 !important;
}

.txt-italic {
    font-style: italic !important;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.f10 { font-size: 10px !important; }
.f11 { font-size: 11px !important; }
.f12 { font-size: 12px !important; }
.f13 { font-size: 13px !important; }
.f14 { font-size: 14px !important; }
.f15 { font-size: 15px !important; }
.f16 { font-size: 16px !important; }
.f17 { font-size: 17px !important; }
.f18 { font-size: 18px !important; }
.f19 { font-size: 19px !important; }
.f20 { font-size: 20px !important; }
.f21 { font-size: 21px !important; }
.f22 { font-size: 22px !important; }
.f23 { font-size: 23px !important; }
.f24 { font-size: 24px !important; }
.f25 { font-size: 25px !important; }
@media (max-width: 991.98px) {
    .f18, .f19 {
        font-size: 16px !important;
    }
    .f20, .f21 {
        font-size: 17px !important;
    }
    .f22, .f23 {
        font-size: 18px !important;
    }
    .f24, .f25 {
        font-size: 20px !important;
    }
}
@media (max-width: 767.98px) {
    .f13, .f14 {
        font-size: 12px !important;
    }
    .f15, .f16 {
        font-size: 13px !important;
    }
    .f17, .f18 {
        font-size: 14px !important;
    }
    .f19, .f20, .f21 {
        font-size: 15px !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 16px !important;
    }
    .f15-xs {
        font-size: 15px !important;
    }
    .f14-xs {
        font-size: 14px !important;
    }
    .f13-xs {
        font-size: 13px !important;
    }
    .f12-xs {
        font-size: 12px !important;
    }
}

/* 1.3 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    line-height: 1.8;
    font-weight: 500;
}
@media (max-width: 767.98px) {
    h1, h2, h3, h4 {
        line-height: 1.6;
    }
}

/* 1.4 Buttons
 * ------------------------------*/
.btn {
    display: block;
    width: 100%;
    margin: 23px auto 0;
    border-radius: 0;
    font-size: 24px;
    font-weight: 600;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif !important;
    line-height: 1;
    padding: 20px 10px;
    box-sizing: border-box;
    border: none;
    color: #fff;
    background: #338800;
    outline: none;
    transition: all .3s;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
}
.btn:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #479c14;
}
.btn:focus {
    outline: none;
    overflow: hidden;
    text-decoration: none;
}
@media (max-width: 767.98px) {
    .btn {
        padding: 12px 10px;
        font-size: 20px;
    }
}

.btn-link {
    display: block;
    max-width: 320px;
    margin: 15px 0 0;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif !important;
    line-height: 1;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 2px solid #dadada;
    outline: none;
    transition: all .3s;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    color: #444444;
    background: #f5f5f5 url(../img/icon-arrow.png) 6px center no-repeat;
    background-size: 20px 20px;
}
.btn-link:hover {
    color: #444444;
    text-decoration: none;
    background-color: #dddddd;
}
.btn-link:focus {
    outline: none;
    overflow: hidden;
    text-decoration: none;
}
@media (max-width: 767.98px) {
    .btn-link {
        max-width: 250px;
        font-size: 14px;
        margin: 15px auto 0;
        padding: 8px 10px 7px;
    }
}

/* 1.5 Other Elements
 * ------------------------------*/
/* 1.5.1 sns Icon ------------*/
#sns-list {
    width: 50px;
    height: 150px;
    padding: 10px 10px 10px 10px;
    position: fixed;
    top: 120px;
    right: 0;
    margin: 0;
    background: #000;
    color: #fff;
    text-align: center;
    z-index: 10010 !important;
    box-sizing: border-box;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#sns-list .sub {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    font-family: "游ゴシック",YuGothic, sans-serif !important;
}

#sns-list .fa-facebook,
#sns-list .fa-twitter {
	font-size: 21px !important;
    color: #fff !important;
    margin-top: 20px;
    display: block;
}
#sns-list .fa-facebook:hover,
#sns-list .fa-twitter:hover {
    text-decoration: none !important;
    opacity: 0.8;
    transition: 0.5s;
}
@media only screen and (max-width: 767px) {
    #sns-list {
        display: none;
    }
}

.knt_general-set .icon_social {
    padding: 0;
    text-align: right;
}
.knt_general-set .icon_social .line {
    display: inline-block;
    line-height: 23px;
}
.knt_general-set .icon_social .line img {
    vertical-align: top;
}
.knt_general-set .icon_social iframe {
    max-width: 150px !important;
}
.knt_general-set .icon_social .twitter-share-button {
    height: 25px !important;
}

.social {
    margin: 0 auto;
    max-width: 400px;
}
.social .icon_social {
    position: relative;
    right: 0;
    top: 0;
    z-index: 3;
}
.knt_general-set,
.knt_general-set .icon_social .socialBoxON {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.knt_general-set .icon_social .socialBoxON {
	margin-bottom:30px;
}
.knt_general-set .icon_social .socialBoxON > iframe {
	margin:0 5px;
}

/* 1.5.2 page top ------------*/
#pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 91px;
    height: 91px;
    z-index: 1000;
    background: url(../img/pagetop.png) 50% 50% no-repeat;
    background-size: contain;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
}
#pagetop:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 991.98px) {
    #pagetop {
        width: 55px;
        height: 55px;
    }
}
@media (max-width: 767.98px) {
    #pagetop {
        right: 10px;
    }
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    width: 100%;
    height: 700px;
    margin: 0;
    padding: 0;
    z-index: 10;
    background: url(../img/main.jpg) center center no-repeat;
    background-size: cover !important;
    -webkit-animation: fadeIn 1s linear both;
    animation: fadeIn 1s linear both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
header .container {
    position: relative;
}
header .main-sub {
    width: 432px;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 0;
    -webkit-animation: fadeIn 1s linear both;
    animation: fadeIn 1s linear both;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
header .main-ttl {
    width: 585px;
    margin: 0;
    position: absolute;
    top: 220px;
    left: 0;
    -webkit-animation: fadeIn 1s linear both;
    animation: fadeIn 1s linear both;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
header .gentei {
    width: 187px;
    margin: 0;
    position: absolute;
    top: 480px;
    right: 0;
    -webkit-animation: fadeIn 1s linear both;
    animation: fadeIn 1s linear both;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    z-index: 10;
}
@media (max-width: 1199.98px) {
    header {
        height: 650px;
    }
    header .main-sub {
        top: 70px;
        width: 350px;
    }
    header .main-ttl {
        top: 210px;
        width: 485px;
    }
    header .gentei {
        top: 430px;
    }
}
@media (max-width: 991.98px) {
    header {
        height: 550px;
    }
    header .main-sub {
        top: 50px;
        width: 300px;
    }
    header .main-ttl {
        top: 170px;
        width: 420px;
    }
    header .gentei {
        top: 370px;
        width: 150px;
    }
}
@media (max-width: 767.98px) {
    header {
        background-image: url(../img/main-sp.jpg);
        height: 500px;
    }    
}
@media (max-width: 575.98px) {
    header {
        height: 350px;
    }
    header .main-sub {
        top: 20px;
        left: 20px;
        width: 240px;
    }
    header .main-ttl {
        top: 110px;
        left: 20px;
        width: 290px;
    }
    header .gentei {
        top: 265px;
        width: 110px;
        right: 15px;
    }
}
@media (max-width: 320.98px) {
    header .main-sub {
        width: 210px;
    }
    header .main-ttl {
        top: 100px;
        width: 260px;
    }
}

/*-------------------------------
 * 3. CONTENT
 * ----------------------------*/
/*----- Info -----*/
.info-wrap {
    margin: 0;
    padding: 50px 0 40px;
    background: #444444;
	color: #fff;
}
.info-wrap .sub {
    font-size: 24px;
    margin: 0 0 20px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif !important;
    font-weight: 600;
}
.info-wrap .txt {
    font-size: 18px;
}
@media (max-width: 991.98px) {
    .info-wrap .sub {
        font-size: 20px;
    }
    .info-wrap .txt {
        font-size: 17px;
    }
}
@media (max-width: 767.98px) {
    .info-wrap {
        padding: 22px 0 8px;
    }
    .info-wrap .sub {
        font-size: 17px;
    }
    .info-wrap .txt {
        font-size: 14px;
    }
}

/*----- Product -----*/
.product-wrap {
    margin: 0;
    padding: 50px 0 60px;
    background: #f5f5f5;
}
.product-wrap.under {
    padding: 70px 0;
}
.product-wrap .img-area {
    padding-right: 25px;
}
.product-wrap .txt-area {
    padding-left: 25px;
}
.product-wrap .sub {
    font-size: 24px;
    color: #8a6120;
    text-align: center;
    margin: 0 0 40px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif !important;
    font-weight: 600;
}
.product-wrap .subsub {
    font-size: 36px;
    margin: 15px 0;
    line-height: 1.4;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif !important;
    font-weight: 600;
}
.product-wrap .subsub span {
    font-size: 28px;
}
.product-wrap .txt {
    margin: 0;
    line-height: 1.8;
}
.product-wrap .bg-red {
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
    padding: 4px 5px 5px;
    background: #dd0000;
    margin: 0 0 20px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif !important;
    font-weight: 600;
}
@media (max-width: 1199.98px) {
    .product-wrap .subsub span {
        font-size: 24px;
    }
}
@media (max-width: 991.98px) {
    .product-wrap .img-area {
        padding-right: 15px;
    }
    .product-wrap .txt-area {
        padding-left: 15px;
    }
    .product-wrap .sub {
        font-size: 20px;
    }
    .product-wrap .subsub span {
        font-size: 18px;
    }
    .product-wrap .subsub {
        font-size: 28px;
    }
    .product-wrap .bg-red {
        font-size: 18px;
        padding: 4px 5px;
    }
}
@media (max-width: 767.98px) {
    .product-wrap {
        padding: 25px 0 35px;
    }
    .product-wrap.under {
        padding: 35px 0;
    }
    .product-wrap .sub {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .product-wrap .subsub span {
        font-size: 16px;
    }
    .product-wrap .img-area {
        padding: 0 40px;
    }
    .product-wrap .txt-area {
        margin-top: 25px;
        padding: 0 40px;
    }
    .product-wrap .subsub {
        font-size: 22px;
    }
    .product-wrap .txt {
        font-size: 12px;
    }
    .product-wrap .bg-red {
        font-size: 16px;
        padding: 2px 5px 1px;
        margin-bottom: 15px;
    }
}
@media (max-width: 320.98px) {
    .product-wrap .img-area,
    .product-wrap .txt-area {
        padding: 0 30px;
    }
    .product-wrap .subsub span {
        font-size: 14px;
    }
    .product-wrap .bg-red {
        font-size: 14px;
    }
}

/*----- Reason -----*/
.reason-wrap {
    padding: 40px 0;
    background: url(../img/bg-gold.jpg) top center no-repeat;
    background-size: cover;
    color: #000;
}
.reason-wrap .box {
    width: 950px;
    margin: 0 auto;
}
.reason-wrap .img {
    max-width: 900px;
}
.reason-wrap .subsub {
    font-size: 43px;
    text-align: center;
    margin: 20px 0 25px;
    line-height: 1.5;
    letter-spacing: 0;
}
.reason-wrap .txt {
    margin: 30px 0 0;
    text-align: center;
}
@media (max-width: 1199.98px) {
    .reason-wrap .box {
        width: 850px;
    }
    .reason-wrap .img {
        max-width: 800px;
    }
}
@media (max-width: 991.98px) {
    .reason-wrap .box {
        width: 100%;
    }
    .reason-wrap .img {
        max-width: 100%;
    }
    .reason-wrap .subsub {
        font-size: 35px;
    }
}
@media (max-width: 767.98px) {
    .reason-wrap {
        padding: 25px 0;
    }
    .reason-wrap .subsub {
        font-size: 22px;
        margin: 13px 0 10px;
    }
    .reason-wrap .txt {
        margin-top: 15px;
        font-size: 12px;
    }
}

/*----- Member -----*/
.member-wrap {
    padding: 50px 0 60px;
}
.member-wrap .box {
    width: 1050px;
    margin: 0 auto;
}
.member-wrap .sub {
    margin: 0 0 40px;
}
@media (max-width: 1199.98px) {
    .member-wrap .box {
        width: 950px;
    }
}
@media (max-width: 991.98px) {
    .member-wrap .box {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .member-wrap {
        padding: 25px 0 35px;
    }
    .member-wrap .sub {
        margin-bottom: 25px;
    }
    .member-wrap .sub img {
        max-width: 80%;
    }
}

.member-wrap .comment-box {
    width: 990px;
    margin: 30px auto 0;
}
.member-wrap .comment-box .subsub {
    font-size: 20px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif !important;
    color: #ff6072;
    margin: 0 0 10px;
    font-weight: 600;
}
.member-wrap .comment-box .gray-box {
    border-radius: 40px;
    padding: 20px 20px 10px;
    background: #f5f5f5;
    text-align: center;
    margin: 30px auto 0;
    position: relative;
}
.member-wrap .comment-box .gray-box .ten-left {
    width: 27px;
    position: absolute;
    margin: 0;
    top: 30px;
    left: 30px;
}
.member-wrap .comment-box .gray-box .ten-right {
    width: 29px;
    position: absolute;
    margin: 0;
    top: 30px;
    right: 30px;
}
@media (max-width: 1199.98px) {
    .member-wrap .comment-box {
        width: 890px;
    }
}
@media (max-width: 991.98px) {
    .member-wrap .comment-box {
        width: 100%;
    }
    .member-wrap .comment-box .subsub {
        font-size: 17px;
    }
}
@media (max-width: 767.98px) {
    .member-wrap .comment-box {
        margin-top: 20px;
    }
    .member-wrap .comment-box .subsub {
        font-size: 14px;
    }
    .member-wrap .comment-box .subsub img {
        max-width: 90%;
    }
    .member-wrap .comment-box .gray-box {
        border-radius: 20px;
        padding: 15px 15px 5px;
        margin-top: 15px;
    }
    .member-wrap .comment-box .gray-box .ten-left {
        width: 15px;
        top: 20px;
        left: 15px;
    }
    .member-wrap .comment-box .gray-box .ten-right {
        width: 17px;
        top: 20px;
        right: 15px;
    }
    .member-wrap .comment-box .txt {
        text-align: left !important;
        font-size: 13px;
    }
}

ul.member-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0;
}
ul.member-list li {
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    padding: 0 10px;
    margin: 0 0 10px;
}
ul.member-list.col2 {
    justify-content: center;
}
ul.member-list.col2 li {
    width: 45%;
    padding: 0 30px;
    margin-bottom: 30px;
}
ul.member-list li .subsub {
    font-size: 16px;
    margin: 10px 0 0;
}
ul.member-list li .subsub span {
    font-size: 20px;
}
ul.member-list.col2 li .subsub {
    font-size: 14px;
}
ul.member-list.col2 li .subsub span {
    display: inline;
    margin-left: 8px;
}
ul.member-list li .txt {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0;
}
ul.member-list li img {
    max-width: 80%;
}
ul.member-list.col2 li img {
    max-width: 100%;
}
@media (max-width: 1199.98px) {
    ul.member-list li .txt {
        font-size: 12px;
    }
}
@media (max-width: 767.98px) {
    ul.member-list {
        justify-content: center !important;
    }
    ul.member-list li {
        width: 33.333%;
        padding: 0 4px;
        margin-bottom: 0;
    }
    ul.member-list li:nth-of-type(1),
    ul.member-list li:nth-of-type(4),
    ul.member-list li:nth-of-type(7),
    ul.member-list li:nth-of-type(10),
    ul.member-list li:nth-of-type(13) {
        padding-left: 0;
        padding-right: 8px;
    }
    ul.member-list li:nth-of-type(3),
    ul.member-list li:nth-of-type(6),
    ul.member-list li:nth-of-type(9),
    ul.member-list li:nth-of-type(12) {
        padding-right: 0;
        padding-left: 8px;
    }
    ul.member-list.col2 li {
       width: 50%;
       padding: 0 8px;
       margin-bottom: 20px;
    }
    ul.member-list.col2 li:nth-of-type(odd) {
        padding-left: 0;
    }
    ul.member-list.col2 li:nth-of-type(even) {
        padding-right: 0;
    }
    ul.member-list li .subsub {
        font-size: 12px;
        margin: 10px 0 0;
    }
    ul.member-list li .subsub span {
        font-size: 13px;
    }
    ul.member-list.col2 li .subsub {
        font-size: 12px;
    }
    ul.member-list.col2 li .subsub span {
        margin-left: 5px;
    }
    ul.member-list li .txt {
        font-size: 10px;
    }
    ul.member-list li .f12 {
        font-size: 10px !important;
    }
    ul.member-list li img {
        max-width: 100%;
    }
}

.member-wrap .link-box {
    width: 990px;
    margin: 70px auto 0;
}
.member-wrap .link-box .img-area {
    padding-right: 20px;
}
.member-wrap .link-box .txt-area {
    padding-left: 20px;
}
.member-wrap .link-box .logo-pancierge {
    width: 80%;
    height: auto;
}
.member-wrap .link-box .subsub {
    margin: 0 0 5px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif !important;
    font-size: 18px;
    font-weight: 600;
}
.member-wrap .link-box .txt {
    font-size: 14px;
}
@media (max-width: 1199.98px) {
    .member-wrap .link-box {
        width: 890px;
    }
}
@media (max-width: 991.98px) {
    .member-wrap .link-box {
        width: 100%;
    }
    .member-wrap .link-box .img-area {
        padding-right: 15px;
    }
    .member-wrap .link-box .txt-area {
        padding-left: 15px;
    }
}
@media (max-width: 767.98px) {
    .member-wrap .link-box {
        margin-top: 35px;
    }
    .member-wrap .link-box .img-area img {
        max-width: 70%;
    }
    .member-wrap .link-box .subsub {
        text-align: center;
        font-size: 15px;
        margin: 15px 0 4px;
    }
    .member-wrap .link-box .txt {
        font-size: 13px;
    }
    .member-wrap .link-box .logo-pancierge {
        width: 60%;
    }
}

/*----- Report -----*/
.report-wrap {
    padding: 50px 0 40px;
    background: #5ec5e6;
}
.report-wrap .sub {
    margin: 0 0 20px;
}
.report-wrap .subsub {
    font-size: 18px;
    text-align: center;
    margin: 40px 0;
}
.report-wrap .ttl-img {
    width: 680px;
    margin: 40px auto 0;
}
@media (max-width: 991.98px) {
    .report-wrap .ttl-img {
        width: 580px;
    }
}
@media (max-width: 767.98px) {
    .report-wrap {
        padding: 25px 0;
    }
    .report-wrap .sub img {
        max-width: 70%;
    }
    .report-wrap .subsub {
        font-size: 15px;
        margin: 20px 0;
    }
    .report-wrap .ttl-img {
        max-width: 100%;
        margin-top: 20px;
    }
}

ul.report-list {
    width: 950px;
    margin: 0 auto;
}
ul.report-list li {
    width: 100%;
    display: table;
    margin: 0 0 20px;
    position: relative;
    font-family: "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6", sans-serif !important;
    font-weight: 600;
}
ul.report-list li a {
    display: block;
    padding: 6px;
    border-radius: 50px;
    background: #f5f5f5;
}
ul.report-list li a:hover {
    text-decoration: none;
    background: #dddddd;
    transition: 0.7s;
}
ul.report-list li .num {
    width: 130px;
    display: table-cell;
}
ul.report-list li .num span {
    display: block;
    width: 110px;
    border-radius: 50px;
    color: #fff;
    background: #dd0000;
    text-align: center;
    font-size: 18px;
}
ul.report-list li .txt {
    display: table-cell;
    font-size: 18px;
    padding-right: 50px;
}
ul.report-list li .icon {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    background: url(../img/icon-pdf.png)0 0 no-repeat;
    background-size: contain;
}
@media (max-width: 1199.98px) {
    ul.report-list {
        width: 850px;
    }
}
@media (max-width: 991.98px) {
    ul.report-list {
        width: 100%;
    }
    ul.report-list li .txt {
        font-size: 15px;
    }
    ul.report-list li .num {
        width: 105px;
    }
    ul.report-list li .num span {
        width: 90px;
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    ul.report-list li {
        margin-bottom: 15px;
    }
    ul.report-list li a {
        padding: 6px;
        border-radius: 10px;
    }
    ul.report-list li .txt {
        font-size: 13px;
        padding-right: 30px;
        line-height: 1.6;
    }
    ul.report-list li .num {
        width: 85px;
    }
    ul.report-list li .num span {
        width: 75px;
        font-size: 13px;
        border-radius: 40px;
        padding-top: 1px;
    }
    ul.report-list li .icon {
        width: 22px;
        height: 22px;
        right: 10px;
    }
}

/*----- Pantena -----*/
.pantena-wrap {
    padding: 50px 0 40px;
    text-align: center;
}
.pantena-wrap .sub {
    margin: 0 0 60px;
}
.pantena-wrap .txt-follow {
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.05em;
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
}
.pantena-wrap .txt {
    font-size: 18px;
    margin: -5px 0 10px;
}
.pantena-wrap ul.follow-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    margin: 60px auto 40px;
}
.pantena-wrap ul.follow-list li {
    width: 120px;
    padding: 0 20px;
    box-sizing: border-box;
}
@media (max-width: 767.98px) {
    .pantena-wrap {
        padding: 30px 0;
    }
    .pantena-wrap .sub {
        margin-bottom: 30px;
    }
    .pantena-wrap .sub img,
    .pantena-wrap .logo-pantena {
        max-width: 80%;
    }
    .pantena-wrap .txt-follow {
        font-size: 24px;
        line-height: 1;
    }
    .pantena-wrap .txt {
        font-size: 13px;
    }
    .pantena-wrap ul.follow-list {
        margin: 30px auto 20px;
    }
    .pantena-wrap ul.follow-list li {
        width: 110px;
    }
}

/*-------------------------------
 * 4. FOOTER
 * ----------------------------*/
footer {
    margin: 0;
    padding: 0 0 10px;
}
footer .copy {
    font-size: 15px;
    text-align: center;
    margin: 20px 0 0;
    font-family: "游ゴシック",YuGothic, sans-serif !important;
}
@media (max-width: 991.98px) {
    footer .copy {
        font-size: 13px;
    }
}
@media (max-width: 767.98px) {
    footer .copy {
        margin-top: 0;
        font-size: 11px;
    }
}

/*-------------------------------
 * 5. INTERACTIONS
 * ----------------------------*/
.opacity:hover {
  opacity: 0.75;
  transition: 0.7s;
}

/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*-------------------------------
 * 6. NOTICEBAR
 * ----------------------------*/
#knt_noticebar {
    background: #e7eaec;
    width: 100%;
    font-family: "游ゴシック",YuGothic, sans-serif !important;
}
#knt_noticebar p {
    background: url(/common/imgs/i-attention.gif) 3% no-repeat;
    color: #000;
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}
@media (max-width: 575.98px) {
    #knt_noticebar p {
        font-size: 11px;
    }
}
