@charset "utf-8";
/* CSS Document */
.wf-notosansjapanese {
    font-family: "Noto Sans Japanese";
}

.servicePage {

}

.w1024 {
    width: 1024px;
    margin: 0 auto;
    padding: 70px 0;
}

header {
    height: 82px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    box-shadow: 0px 8px 4px -4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 8px 4px -4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 8px 4px -4px rgba(0, 0, 0, 0.08);
    z-index: 10;
}

#hedaderInner {
    width: 1040px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#hedaderInner nav {
    width: 1060px;
}
#hedaderInner nav > ul > li:first-child {
    margin-left: 10px;
}

header nav {
}

header nav ul {
    font-size: 13px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header nav ul li {
    margin-right: 20px;
    font-weight: bold;
}

header nav ul li:last-child {
    margin-right: 0;
}

header nav ul li a:link,
header nav ul li a:visited,
header nav ul li a:active {
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #333;
    transition: all .3s;
    position: relative;
}

header nav ul li a:hover {
    color: #00A1F5;
}

header nav ul li:not(:last-child) a:link::after,
header nav ul li:not(:last-child) a:visited::after,
header nav ul li:not(:last-child) a:active::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #00A1F5;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

header nav ul li:not(:last-child) a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}


header nav ul li a.contactBtn {
    margin-right: 0;
    width: 140px;
    height: 44px;
    line-height: 44px;
    color: #fff;
}

header #siteLogo {
    font-size: 1em;
    line-height: 1em;
    margin-top: 28px;
}

/* 東証ロゴ */
#mothers {
    width: 158px;
    height: 44px;
    margin: 19px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#mothers img {
    width: 39px;
    height: 44px;
    margin: 0 5px 0 0;
}

#mothers p {
    font-size: 10px;
    line-height: 14px;
}

#mainV {
    width: 100%;
    height: 462px;
    padding-top: 82px;
    background: url(../images/bgMainV.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

#mainV .w1024 {
    padding: 0;
    height: 330px;
    height: 380px;
    position: relative;
}

#mainV .w1024 .contactBtn {
    margin: 33px 0 0 0;
    width: 300px;
}

/* 舞の海さん */
#mainoumi {
    width: 551px;
    height: 366px;
    position: absolute;
    right: 0;
    top: 14px;
}

.mainoumiTxt {
    position: absolute;
    right: 112px;;
    bottom: 6px;
    z-index: 1;
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0 1px #ffffff, 0 2px 1px #ffffff, -2px 0 1px #ffffff, 0 -2px 1px #ffffff;
}

.mainoumiTxt span {
    font-size: .7em;
}

#openRate {
    width: 234px;
    height: 234px;
    position: absolute;
    right: 418px;
    bottom: -109px;
    z-index: 0;
    animation-name: slideIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    opacity: 0;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(50%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}


#catchCopy {
    width: 542px;
    font-size: 26px;
    font-weight: bold;
    color: #00A1F5;
    padding-top: 25px;
}

/* お問い合わせボタン */
.contactBtn {
    display: block;
    width: 360px;
    line-height: 60px;
    margin-top: 19px;
    padding: 0 20px;
    height: 60px;
    text-align: center;
    font-weight: normal;
    border: none;
    font-size: 13px;
    border-radius: 30px;
    letter-spacing: .075em;
    background-image: linear-gradient(to right, #FAB823, #F9A315, #F68D0C, #EE5F13);
    /*box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);*/
    transition: all .3s;
}

.nonactive {
    background-image: none;
    background-color: #dedede;
}

/* ヘッダーの問い合わせボタンだけ調整 */
header nav ul li a.contactBtn:link,
header nav ul li a.contactBtn:visited,
header nav ul li a.contactBtn:active {
    margin-top: -11px;
}

a.contactBtn {
    color: #fff;
}
/* 価格 */
.pricecard {
	margin-top: 10px;
	background-color: rgba(255,255,2555,0.8);
	border-radius: 24px;
	width: 286px;
	height: 164px;
	-webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
.pricecard::before {
	 content: "";
	border-radius: 24px;
	opacity: 0.8;

}
.pricecard img {
	width: 100%;
	height: auto;
}

/*  */
.ctaArea {
	padding: 20px 0;
	position: relative;
	z-index: 1;
}
/* NEWS & TOPICS */
#news {
	margin: 0 auto 20px;
	padding: 20px;
	background: #fff;
}
#news h2 {
	color: #00A1F5;
	font-weight: bold;
	padding: 0 0 1em 0;
}

#news dl {
}
#news dt {
	float: left;
	margin-bottom: 1em;
}

#news dd {
	margin: 0 0 1em 8em;
}
#news dd a {
	color: #333;
	text-decoration: underline;
	padding-right: 1.5em;
}
#news dd a[target=_blank] {
	background: url("../images/exlink.svg") no-repeat right center;
	background-size: 12px 12px;
}
/* トップページのコンテンツ */
#topContent {

}

#topContent h2 {
    border: none;
    text-align: center;
    font-size: 30px;
    margin: 0 0 50px;
    padding: 0;
    font-weight: bold;
    color: #00A1F5;
}

/* SMSハンターについて */
#aboutHunter {
    background-color: #fff;
}

#aboutHunter p {
    font-size: 15px;
    margin-bottom: 40px;
}

#aboutHunter .w1024 div {
    text-align: center;
}

/* 選ばれる3つの理由 */
#reason {
    background-color: #f8f7f7;
}

#reason_01,
#reason_02,
#reason_03,
#reason_04,
#reason_05,
#reason_06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 120px;
}
/* CTAボタンを追加 */
#reason_03 {
	margin-bottom: 30px;
}
#reason_03 + .ctaArea {
	margin-bottom: 60px;
}
#reason_06 {
	margin-bottom: 60px;
}

#reason_01 img,
#reason_03 img,
#reason_05 img {
    margin-left: 120px;
}

#reason_02 img,
#reason_04 img,
#reason_06 img {
    margin-right: 120px;
}

#reason img {
    display: block;
}

.reasonTxt h3 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}

.reasonTxt h3 sup {
    font-size: 0.6em;
}

.reasonTxt p {
    font-size: 15px;
}


.reasonTxt p.caption {
    font-size: .8em;
    margin-top: 1em;
}

#reason .contactBtn {
    margin: 0 auto;
}

/* 特徴 */
#feature {
    background-color: #fff;
	margin-bottom: 50px;
}

#feature ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

#feature ul li {
    width: 260px;
    margin-bottom: 100px;
    text-align: center;
}

#feature ul li img {
    width: 120px;
    height: 120px;
}

.svgIcon {
    fill: #00A1F5;
}

#feature ul li:nth-child(4) img {
    width: 210px;
    height: 120px;
}

#feature ul li:nth-child(9) img {
    width: 210px;
    height: 120px;
}

#feature ul li:nth-child(10) img {
    width: 210px;
    height: 120px;
}
#feature ul li:last-child {
    margin-bottom: 50px;
}
#feature h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 20px;
    color: #00A1F5;
}

#feature p {
    font-size: 14px;
}
#feature .w1024 {
	padding: 70px 0 0;
}
#feature .ctaArea {
	padding-bottom: 60px;
}
/* 営業ツールとしてのSMS */
#salesTools h3 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}
#salesTools h3 + p {
    margin: 0;
    padding: 0 0 50px;
    font-size: 15px;
}
#salesTools hr{
    height: 0;
    margin: 0 auto;
    padding: 0;
    border: 0;
    margin-bottom: 50px;
    width: 80%;
    border-bottom: 1px solid #ccc;
}
#salesTools h3 + p:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

/* お問い合わせ */
#contactArea {
    background-color: #fff;
    scroll-margin-top: 50px;
}

.contactBtn {
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.contactBtn:hover {
    opacity: .8;
}

#contactForm {
}

#contactForm table th,
#contactForm table td {
    vertical-align: top;
}

#contactForm table th {
    padding-right: 2em;
}

#contactForm table td {
    padding-bottom: 2em;
    width: auto;
    width: 800px;
}

#contactForm .must {
    color: #fff;
    padding: 2px 6px;
    margin-left: 10px;
    background-color: crimson;
    font-size: 0.7em;
    float: right;
}

#contactForm input[type="text"],
#contactForm input[type="tel"],
#contactForm input[type="email"],
#contactForm input[type="url"],
#contactForm textarea {
    width: 100%;
}

.privacyPolicy {
    text-align: center;
    padding-bottom: 2em;
}

#contactArea .alert p {
    font-size: 15px;
    margin: 0 170px 10px;
}

/* デフォルトのチェックボックスを非表示にする */
#contactForm input[type="checkbox"] {
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
}

#contactForm input[type="checkbox"] + span {
    font-size: 15px;
}

#contactForm input[type="checkbox"] + span::before {
    display: inline-block;
    content: '';
    width: 1rem;
    height: 1rem;
    border: 1px solid #acacac;
    border-radius: 3px;
    margin-right: .5rem;
    vertical-align: sub;
}

#contactForm input[type="checkbox"]:checked + span::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%230bd' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 2px;
}

/* 運営会社 */
.servicePage #about {
    width: 100%;
    margin-top: -30px;
}

.servicePage #about tr {
    border-bottom: 1px solid #acacac;
}

.servicePage #about th {
    border-right: 1px solid #acacac;
    padding: 10px;
    line-height: 1.7;
}

.servicePage #about td {
    padding: 10px;
    line-height: 1.6;
}

.servicePage #about .t_midashi {
    font-weight: bold;
    margin: 1em 0 5px;
    border-bottom: 1px solid #d0d0d0;
}

.servicePage #about a:link,
.servicePage #about a:visited,
.servicePage #about a:active {
    float: right;
    color: rgba(0, 161, 245);
    font-weight: normal;
    transition: .3s;
}

.servicePage #about tr:nth-child(3) a {
    float: none;
}

.servicePage #about a:hover {
    opacity: .8;
}

.servicePage #about .fa-chevron-right {
    margin-left: 5px;
    color: rgba(0, 161, 245);
}

/* 個人情報について */
.privacyInfo {
    line-height: 1.8;
}

.privacyInfo h2 {
    border-bottom: 1px solid #acacac;
    padding: 0 30px 30px 30px;
    font-weight: bold;
    font-size: 15px;
}

.privacyInfo h3,
.privacyInfo h4 {
    font-weight: bold;
}

.privacyInfo .sectionTitle {
    padding: 0 0 0.5em;
    font-weight: bold;
    margin: 1em 0 5px;
    border-bottom: 1px solid #d0d0d0;
}

.privacyInfo .privacyText {
}

.privacyInfo .privacyIndentText {
    margin: 0;
    padding: 0 0 10px 1.0em;
    text-indent: -1.0em;
}

.privacyInfo ul {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 20px;
    margin-left: 20px;
}

.privacyInfo ul:last-child {
    margin-bottom: 0;
}

.privacyInfo ul li {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    list-style: circle;
    word-break: break-all;
}

.privacyInfo .privacyLink {
    text-align: right;
}

a#toTop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}

a#toTop::before {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 14px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
/*-----------------------------------------

tablet用

-------------------------------------------*/
@media (min-width: 641px) and (max-width: 768px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    #wrapper {
        width: 1024px;
    }
}

/*-----------------------------------------

スマホ用

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

    .sp {
        display: block;
    }

    #side {
        margin-top: 30px;
    }

    #siteLogo {
        height: auto;
    }

    #hedaderInner {
        position: relative;
    }

    header nav {
        display: none;
    }

    #hedaderInner {
        width: 90%;
    }

    header #siteLogo {
        font-size: 1em;
        line-height: 1em;
        margin: 30px 0 0 0;
    }

    #siteLogo {
        height: auto;
        width: 43%;
    }

    #siteLogo img {
        width: 100%;
    }

    #mothers {
        width: 50%;
    }

    #mothers p {
        font-size: 3vw;
    }

    .w1024 {
        width: 94%;
        padding: 3%;
    }

    #mainV {
        height: auto;
        background-position: center 82px;
        background-size: 100%;
        padding-bottom: 0;
    }

    #mainV .w1024 {
        width: 100%;
        padding: 0;
        min-height: 500px;
        background: url("../images/mainoumi_sp.jpg") #fff no-repeat center top;
        background-size: cover;
		height: auto;
    }

    #mainV .w1024 .contactBtn {
        width: 90%;
        margin: 1em auto 0;
        top: 200px;
    }

    #smartPhone {
        width: 200px;
        height: 162px;
        right: 5px;
        top: 42px;
        animation: none;
        opacity: .7;
    }

    /* 舞の海さん */
    #mainoumi {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
    }

    #mainoumi img {
        width: 100%;
        height: auto;
    }

    .mainoumiTxt {
        position: relative;
        right: 1em;
        bottom: 0;
        text-align: right;
        margin-top: 1em;
    }
	#news dl dt {
		width: 100%;
		float: none;
		margin-bottom: .5em;
	}
	#news dl dd {
		width: 100%;
		margin: 0 0 1.5em 0;
	}
    #topContent {

    }

    #topContent h2 {
        font-size: 6vw;
        margin: 0 0 1em;
    }

    #catchCopy {
        width: 90%;
        font-size: 5.5vw;
        line-height: 1.4;
        padding: 190px 5% 0;
        margin: 0;
        text-shadow: 3px 3px #ffffff, 3px 2px #ffffff, 3px 1px #ffffff, 3px 0 #ffffff, 3px -1px #ffffff, 3px -2px #ffffff, 3px -3px #ffffff, -3px 3px #ffffff, -3px 2px #ffffff, -3px 1px #ffffff, -3px 0 #ffffff, -3px -1px #ffffff, -3px -2px #ffffff, -3px -3px #ffffff, 2px 3px #ffffff, 2px -3px #ffffff, -2px 3px #ffffff, -2px -3px #ffffff, 1px 3px #ffffff, 1px -3px #ffffff, -1px 3px #ffffff, -1px -3px #ffffff, 0 3px #ffffff, 0 -3px #ffffff;
    }
	.pricecard {
		margin: 10px auto 0;
		width: 70%;
		height: auto;
	}
	.pricecard img {
		width: 100%;
	}

    #openRate {
        display: none;
    }

    /* SMSハンターについて */
    #aboutHunter img {
        width: 100%;
        height: auto;
        margin: 0 auto 30px;
    }
    #aboutHunter .ctaArea.sp {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
    .servicePage #side {
        width: 100%;
        height: auto;
        position: relative;
    }

    .servicePage #side img {
        width: 50%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .servicePage #main section {
        margin: 0 auto;
        padding: 5%;
        width: 90%;
        max-width: 100%;
    }

    #main {
        min-width: 100%;
        padding-top: 30px;
    }
	#reason .w1024{
		padding-bottom: 50px;
	}
    #reason_01,
    #reason_02,
    #reason_03,
    #reason_04,
    #reason_05,
    #reason_06 {
        display: block;
        margin-bottom: 30px;
    }
	#reason_03 + .ctaArea {
	 margin-bottom: 40px;
	}
    #reason_01 img, #reason_03 img, #reason_05 img {
        margin-left: 0;
        width: 100%;
        height: auto;
        margin: 20px auto 60px;
    }
	#reason_03 img {
		margin: 20px auto;

	}
    #reason_02 img, #reason_04 img, #reason_06 img {
        margin-right: 0;
        width: 100%;
        height: auto;
        margin: 20px auto 60px;
    }

    .reasonTxt h3 {
        font-size: 5vw;
    }

    /* お問い合わせボタン */
    .contactBtn {
        width: 100%;
        width: 90%;
        margin-bottom: 20px;
    }

    #feature ul li {
        margin-bottom: 30px;
        width: 100%;
    }
    #feature h3 {
        margin: 10px 0 5px;
    }

    #contactArea {
        scroll-margin-top: 82px;
    }

    #contactArea table {
        display: block;
    }

    #contactArea table th,
    #contactArea table td {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
    }

    #contactArea table td input {
        margin: .5em 0 2em;
    }

    #contactForm .must {
        float: none;
    }

    #contactForm input[type="text"],
    #contactForm input[type="tel"],
    #contactForm input[type="email"],
    #contactForm input[type="url"],
    #contactForm textarea {
        max-width: 100%;
        min-width: 86vw;
        margin: .5em auto 2em;;
    }

    .servicePage #main #privacyArea1 {
        margin-bottom: 2em;
    }

    #privacyArea1 .sectionInner,
    #privacyArea2 .sectionInner {
        padding: 0;
        font-size: 4vw;
    }

    #privacyArea2 .pageTitle,
    #privacyArea1 .sectionTitle,
    .privacyInfo .sectionTitle,
    #privacyArea1 h4,
    #privacyArea1 h5 {
        font-size: 4vw;
        border-bottom: none;
    }

    .privacyText,
    .privacyInfo ul {
        font-size: 4vw;
    }

    #privacyArea1 h2,
    #privacyArea2 h2 {
        font-size: 6vw;
        padding: 0px 0 5px;
        margin-bottom: 10px;
    }

    /* 運営会社 */
    #companyinfo h2 {
        font-size: 6vw;
        padding: 0px 0 5px;
        margin-bottom: 10px;
    }

    #companyinfo .sectionInner {
        padding: 0;
    }

    #companyinfo tr {
        bottom: none;
    }

    #companyinfo th,
    #companyinfo td {
        font-size: 4vw;
        display: block;
        bottom: none;
    }

    .servicePage #about {
        margin-top: 0;
    }

    #companyinfo #about th {
        border-right: none;
        background-color: #eee;
        padding: 0.3em 1em;
    }

    #companyinfo #about .t_midashi {
        margin: 1em 0;
    }

    #companyinfo .address {
        display: block;
    }

    .servicePage #about tr {
        border: none;
    }

    .servicePage #about a:link,
    .servicePage #about a:visited,
    .servicePage #about a:hover,
    .servicePage #about a:active {
        display: block;
        width: 100%;
        margin: .5em 0;
    }

    footer {
        border-top: none;
    }

    footer ul {
        font-size: 4vw;
    }

    footer #copy {
        font-size: 3vw;
    }
}
/**
 * 2023-05-16 フッター拡張
 */
/*--------------------------------------
footer
--------------------------------------*/
footer {
    padding: 1em 0 2em;
    border-top: 1px solid #acacac;
    font-size: 11px;
}

footer #footerNaviArea{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1024px;
    padding: 1em 0 2em;
    margin: 0 auto;
}
footer ul{
    padding: 0;
    text-align: left;
}
footer ul li{
    display: block;
    border-left: none;
}
footer ul li:first-child{
    border-left: none;
}
#footerNaviArea li a{
    display: block;
    padding: 2px 0;
}
footer .growth{
    width: 30%;
    border-left: #a1a1a1 solid 1px;
    padding: 1em 0 0 2em;
}
footer .pmark {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: left;
}
footer .pmark img{
    height: 48px;
    width: 48px;
    display: block;
    margin: 0 10px 0 0;
}
footer .pmark p{
    margin: 0px;
    padding: 0px;
    text-align: justify;
}
.listTitle{
    font-weight: bold;
    margin: 0 0 5px;
}
footer #copy {
    text-align: center;
    font-size: 9px;
}
.btn__login {
    cursor: pointer;
    margin: 0 5px;
    color: #FFF;
    font-weight: bold;
    display: block;
    width: 100px;
    line-height: 45px;
    padding: 0 20px;
    height: 45px;
    text-align: center;
    border: none;
    font-size: 13px;
    border-radius: 30px;
    letter-spacing: .075em;
    background-image: linear-gradient(to right, #81D4FA, #4FC3F7, #29B6F6, #00A1F5);
}
.btn__login:hover {
    opacity: .8;
}
.btn__login-text:hover, .btn__login-text:visited, .btn__login-text:link, .btn__login-text:active {
    color: #FFF;
}
@media only screen and (max-width: 640px){
    .sp-none{
        display: none !important;
    }
}

@media only screen and (max-width: 640px){
    /*--------------------------------------
    footer
    --------------------------------------*/
    footer{
        padding-top: 0;
    }
    footer #footerNaviArea{
        display: block;
        padding: 0 0 1em;
    }
    footer .growth{
        width: 100%;
        border-left: none;
        padding: 1em;
    }
    .listTitle{
        display: none;
    }
    footer #footerNaviArea li a{
        display: block;
        border-bottom: 1px solid #acacac;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        padding: 0 0 0 1em;
        position: relative;
        width: 100%;
    }
    footer #footerNaviArea li a::after{
        position: absolute;
        top: 50%;
        right: 1em;
        width: 0.5em;
        height: 0.5em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
        content: "";
    }
}

/* 以下、20 周年記念ロゴ用 */
#hedaderInner .logo20th.pc,
#hedaderInner .logo20th.sp {
    display: none;
}

@media only screen and (min-width: 641px){
    #hedaderInner .logo20th.pc {
        display: block;
        width: 120px;
        height: 44px;
        margin: 18px 0 0 10px;
    }
}

@media only screen and (max-width: 640px){
    #mainV {
        position: relative;
    }

    #mainV .logo20th.sp {
        position: absolute;
        top: 100px;
        right: 5%;
        display: block;
        width: 12%;
        height: auto;
        margin: 0;
    }
}
/* 20 周年記念ロゴ用 ここまで */
