@charset "UTF-8";


/* reset ---------------------------------------*/

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q::before,q::after{content:'';}
abbr{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
select,input,button,textarea{font-size:inherit;font-family:inherit;box-sizing: border-box;}
pre,code,kbd,samp{font-family:monospace;*font-size:108%;line-height:100%;}
figure{padding:0;margin:0;}
input[type="submit"],
input[type="button"],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {display: none;}
input[type="submit"]::focus,
input[type="button"]::focus,
button::focus {outline-offset: -2px;}


/* base ---------------------------------------*/

*{
    box-sizing:border-box;
    min-height: 0vw;
}

html,body{height:100%;}

body{
    -webkit-text-size-adjust: 100%;
    padding:0;
    margin: 0;
    font-family: 'IBM Plex Sans JP', 'Montserrat', sans-serif;
    font-feature-settings: "palt" 1;
    -webkit-font-feature-settings: "palt" 1;
    color:var(--text-color);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.8;
}

a{
    text-decoration: none;
    color:inherit;
    transition: 0.6s;
}

a:not(.btn):hover {
    opacity: 0.6;
}

img{
    vertical-align: bottom;
    line-height: 1;
    max-width:100%;
    height:auto;
}



/* common item ---------------------------------------*/

.clearfix::after,
.inner::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.ov-h{overflow: hidden;}

.font-xx{font-family:;}

.bg-xx{background-color:;}


/* browser adjust ---------------------------------------*/

@media all and (-ms-high-contrast:none){
    .foo { color: green }
}


/* mask icon ---------------------------------------*/

/*.icon-arrow{
    -webkit-mask-image: url('../img/common/arrow.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: contain;
    mask-image: url('../img/common/arrow.svg');
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: contain;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    background: #ff0000;
}
*/



/* layout ---------------------------------------*/

.voice-company,
.faq {
    background: var(--bg-color);
}

.inner{
    max-width:1200px;
    padding: 0 40px;
    margin:0 auto;
    text-align: center;
}


/*.overlay{display: none;}*/


/* color ---------------------------------------*/
:root {
    --text-color: #111111;
    --bg-color: #F4F9FB;
    --ac-color-blue: #095B86;
    --ac-color-pink: #E0445C;   
}



/* header ---------------------------------------*/

.header{
    background: #FFF;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9997;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.04);;
}

.header-inner{
    margin: 0 48px;
    position: relative;
    height: 88px;
}

.header-logo img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 151px;
    height: 32px;
    transition: 0.6s;
    z-index: 9998;
}

.header-logo:hover {
    opacity: 0.6;
}


.header-wrap {
    position: absolute;
    top: 50%;
    right: 48px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}


/* gnav ---------------------------------------*/

.gnav{
    display: flex;
    align-items: center;
}

.gnav-list{
    font-size: 14px;
    padding-right: 32px;
}

.gnav-list > li{
    color: var(--text-color);
    display: inline-block;
}

.gnav-list li:nth-of-type(n+2) {
    margin-left: 20px;
}

.gnav-list > li a{
    display: block;
    transition: 0.6s;
}

.gnav-list > li a:hover{
    opacity: 0.6;
}

#openmenu{
    display:none;
}


/* btn ---------------------------------------*/

.btn-wrapper li {
    display: inline-block;
}

.btn-wrapper li:first-of-type {
    margin-right: 12px
}

.btn-researcher {
    position: absolute;
    bottom: 150px;
    right: 48px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.5;
    width: 280px;
    height: 62px;
    border-radius: 4px;
    background-color: var(--ac-color-pink);
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border: 2px solid var(--ac-color-pink);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
    gap: 10px;
    padding-top: 2px;
}

.btn-blue {
    background-color: var(--ac-color-blue);
    border: 2px solid var(--ac-color-blue);
}


.gnav-btn {
    font-size: 14px;
    line-height: 1.8;
    width: 160px;
    height: 48px;
    gap: 0px;
}


.btn-icon-mail {
    -webkit-mask-image: url('../../img/coaresearcher_biz/index/icon_mail.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: contain;
    mask-image: url('../../img/coaresearcher_biz/index/icon_mail.svg');
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: contain;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    background: #fff;
    transition: 0.6s;
}

.btn-icon-download {
    -webkit-mask-image: url('../../img/coaresearcher_biz/index/icon_download.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: contain;
    mask-image: url('../../img/coaresearcher_biz/index/icon_download.svg');
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: contain;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    background: #fff;
    transition: 0.6s;
}

.btn-icon-arrow {
    -webkit-mask-image: url('../../img/coaresearcher_biz/index/icon_arrow-right.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: contain;
    mask-image: url('../../img/coaresearcher_biz/index/icon_arrow-right.svg');
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: contain;
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    width: 15px;
    background: #fff;
    transition: 0.6s;
}

.btn:hover {
    background-color:#fff;
    color: var(--ac-color-pink);
}

.btn:hover .btn-icon-mail,
.btn:hover .btn-icon-download {
    background: var(--ac-color-pink);
}

.btn-blue.btn:hover {
    background-color:#fff;
    color: var(--ac-color-blue);
}

.btn:hover .btn-icon-arrow {
    background: var(--ac-color-blue);
}


/* footer ---------------------------------------*/

.copyright {
    display: block;
    text-align: center;
    color: var(--text-color);
    font-size: 10px;
    padding: 31px 0;
}



/* section-title ---------------------------------------*/

.section-title {
    font-size: 40px;
    line-height: 1.5;
    color: var(--ac-color-blue);
    text-align: center;
    padding: 103px 0 40px;
}


/* kv ---------------------------------------*/

.kv {
    margin-top: 88px;
    position: relative;
    background-image: url(../../img/coaresearcher_biz/index/kv.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.kv-inner {
    max-width:1200px;
    padding: 150px 40px;
    margin: auto;
}

.kv-title {
    font-size: 36px;
    line-height: 1.5;
    padding-bottom: 36px;
}

.kv-title strong {
    display: block;
    font-size: 56px;
    /* padding-top: 26px; */
    padding-bottom: 20px;
}

.kv-title strong span {
    font-size: 32px;
    padding-left: 10px;
}

/* logo ---------------------------------------*/

.logoarea{
	padding: 20px 0 5px;
}

.logoarea-list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -15px;
}

.logoarea-list > li{
	width: 160px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.logoarea-list > li img{width:100%;}

/* logo ---------------------------------------*/

/* feature ---------------------------------------*/

.feature .inner .section-title {
    padding: 125px 0 30px;
}

.section-text {
    font-size: 18px;
    margin-bottom: 100px;
}

.feature-container {
    margin-bottom: 100px;
}

.feature-container:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 103px;
}

.feature-title {
    margin-bottom: 40px;
}

.feature-title h3 {
    font-size: 32px;
    line-height: 1.5;
}

.title-num {
    font-size: 40px;
    line-height: 1;
    color: var(--ac-color-blue);
    margin-bottom: 19px;
    font-family: 'Montserrat', sans-serif;
}

.feature-wrapper-02 {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.feature-wrapper-02 li{
    width: 48%;
    background: #fff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
}

.feature-wrapper-content {
    padding: 32px 40px;
}

.feature-wrapper-title{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.feature-wrapper-text{
    font-size: 14px;
}

.feature-wrapper-03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}

.feature-wrapper-03 li:first-of-type {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    margin-bottom: 40px;
    display: flex;
}

.single-img {
    width: 48%;
}

.single-text {
    width: 52%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.feature-wrapper-03 li:nth-of-type(n+2) {
    width: 32%;
    background: #fff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
}

.feature-wrapper-content-s {
    padding: 24px 32px;
}

/* movie ---------------------------------------*/
.movie {
    padding-bottom: 100px;
}

.movie .section-title {
    padding-top: 0;
}

.movie-wrapper {
    position: relative;
    width: 77%;
    height: 0;
    padding-top: 43%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.movie-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* cta ---------------------------------------*/

.cta {
    position: relative;
    background-image: url(../../img/coaresearcher_biz/index/bg_cta.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cta-inner {
    max-width:1200px;
    padding: 80px 40px;
    margin: auto;
    text-align: center;
}

.cta-title {
    font-size: 40px;
    line-height: 2;
    color: #fff;
    margin-bottom: 24px;
}

.cta-text {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 48px;
}


/* voice-company ---------------------------------------*/

.voice-wrapper {
    display: flex;
    flex-wrap: wrap;
/*    justify-content: center;*/
    text-align: left;
    padding-bottom: 60px;
    gap: 2%;
}

.voice-wrapper li {
    width: 32%;
    background: #fff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.voice-wrapper-text{
    font-size: 14px;
    padding: 24px 24px 8px;
}

.voice-wrapper-writer {
    font-size: 12px;
    text-align: right;
    padding: 0 24px 24px;
    display: block;
    margin-top: auto;
}

.voice-wrapper-link {
    display: block;
    transition: 0.6s;
}

.voice-wrapper-link figure {
    overflow: hidden;
}

.voice-wrapper-link figure img {
    transition: 0.6s;
}

.voice-wrapper-link:hover.voice-wrapper-link figure img {
    transform: scale(1.05);
}

.voice-wrapper-link-text {
    font-size: 20px;
    line-height: 1.8;
    padding: 24px 24px 20px;
}

.voice-wrapper-link-writer {
    font-size: 14px;
    line-height: 1.8;
    text-align: right;
    padding: 0 24px 20px;
}

.voice-wrapper-link-arrow {
    font-size: 14px;
    line-height: 1.8;
    color: var(--ac-color-blue);
    text-align: center;
    padding: 0 24px 24px;
}

.icon-arrow-write-circle {
    -webkit-mask-image: url('../../img/coaresearcher_biz/index/icon_arrow-right_circle.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: contain;
    mask-image: url('../../img/coaresearcher_biz/index/icon_arrow-right_circle.svg');
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: contain;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background: var(--ac-color-blue);
    transition: 0.6s;
    margin: 0 0 3px 4px;
}



/* voice-researcher ---------------------------------------*/


/* faq ---------------------------------------*/

.faq-inner {
    max-width:880px;
    padding: 0 40px;
    margin:0 auto;
    text-align: center;
}

.faq-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
    align-items: center;
}


.faq-wrapper li{
    width: 100%;
    background: #fff;
    padding: 32px 40px;
    margin-bottom: 20px;
    text-align: left;
}

.faq-wrapper li:last-of-type{
    margin-bottom: 0px;
}

.faq-question {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.faq-question h3{
    font-size: 20px;
    line-height: 1.5;
}

.faq-question-Q {
    font-size: 26px;
    line-height: 1;
    color: var(--ac-color-blue);
    font-family: 'Montserrat', sans-serif;
}



/* index animation ---------------------------------------*/

.animation, .animation-footer {
    transition: all 1.25s ease;
    opacity: 0;
    transform: translate(0,20px);
}

.animation.on, .animation-footer.on {
    opacity: 1;
    transform: translate(0,0);
}



/* pc only */
@media screen and (min-width: 900px){
    .sp{display: none !important;}
    .spbr{display: none;}
}


/* small pc 1*/
@media screen and (min-width: 900px) and (max-width: 1200px){

    .header-inner{
        margin: 0 40px;
    }

    .header-wrap {
        right: 40px;
    }

    .gnav{
        justify-content: right;
    }


    .gnav-list {
        padding-right: 20px;
        text-align: right;
    }


    .gnav .btn-wrapper li:first-of-type {
        margin-right: 6px
    }

    .gnav-btn {
        font-size: 14px;
        width: 140px;
    }

    .btn-researcher {
        right: 40px;
    }
}

/* small pc 2*/
@media screen and (min-width: 900px) and (max-width: 1100px){
    .header-logo img{
        width: 130px;
        height: 28px;
    }
}

/* tablet(header,kv only) */
@media screen and (min-width: 900px) and (max-width: 1050px){

    .header-inner{
        margin: 0 10px;
    }

    .header-wrap {
        right: 10px;
    }

    .gnav-list {
        padding-right: 6px;
    }

    .gnav-list li:nth-of-type(n+2) {
        margin-left: 10px;
    }

    .gnav .btn-wrapper li:first-of-type {
        margin-right: 0;
    }

    .gnav-btn {
        font-size: 12px;
        width: 120px;
    }

    .kv-title {
        font-size: 32px;
        line-height: 1.5;
        padding-bottom: 32px;
    }

    .btn-researcher {
        right: 10px;
    }

    .btn-blue {
        width: 260px;
    }
}


/* sp only */
@media screen and (max-width: 899px){

    /* common item ---------------------------------------*/

    .pc{display: none !important;}
    .pcbr{display: none;}


    /* layout ---------------------------------------*/

.feature {
    background: #fafafa;
}

.inner{
    padding: 0 20px;
}

    /* header ---------------------------------------*/


    .header-inner{
        margin: 0 16px;
        height: 48px;
    }

    .header-logo img{
        width: auto;
        height: 22px;
    }

        .header-wrap {
        display: contents;
    }

    #openmenu{
        display:block;
        width:48px;
        height:48px;
        overflow: hidden;
        position:absolute;
        right:-16px;
        top:0;
        z-index: 99999;
    }

    #openmenu span{
        content:'';
        display: block;
        width:16px;
        height:1px;
        background: var(--text-color);
        position: absolute;
        left:50%;
        transform: translateX(-50%);
        transition: all .25s ease;
    }

    #openmenu span:nth-child(1){top:17px;}
    #openmenu span:nth-child(2){top:23px;}
    #openmenu span:nth-child(3){top:29px;}

    #openmenu.is-open span:nth-child(1){
        transform:translateX(-50%) rotate(45deg);
        top:24px;
    }

    #openmenu.is-open span:nth-child(2){
        opacity:0;
    }

    #openmenu.is-open span:nth-child(3){
        transform:translateX(-50%) rotate(-45deg);
        top:24px;
    }

    .bodyfixed{
        position: fixed;
        width: 100%;
        height: 100%;
    }


    /* gnav ---------------------------------------*/

    .gnav{
        height: 100dvh !important;
        border:none;
        background: #fff;
        padding: 112px 0 0 40px;
        overflow:auto;
        z-index:100;
        position: absolute;
        left:0px;
        top:0px;
        width:100%;
        transition: all .25s ease;
        transform:translate3d(0,-100%,0);
        align-items: unset;
    }

    #gnav.is-active{
        transform:translate3d(0,0,0);
        opacity:1;
    }

    .gnav-list{
        padding-right: 0;
    }

    .gnav-list > li{
        display: block;
        margin-bottom: 28px;
    }

    .gnav-list li a {
        display: inline-block;
    }

    .gnav-list li:nth-of-type(n+2) {
        margin-left: 0;
    }

    .gnav .btn-wrapper {
        display: none;
    }

    /* btn ---------------------------------------*/

    .btn-wrapper {
        text-align: center;
    }

    .btn-wrapper li {
        display: block;
    }

    .btn-wrapper li:first-of-type {
        margin-right: 0;
        padding-bottom: 24px;
    }

    .btn {
        max-width: 335px;
        height: 54px;
        width: 100%;
        margin: auto;
    }

    .btn-researcher {
        position: unset;
        margin-top: 24px;
    }


    /* footer ---------------------------------------*/

    .copyright {
        padding: 24px 0 92px;
    }


    /* sp-bottom-cta ---------------------------------------*/

    .bottom-cta {
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        height: 68px;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        transition: all .75s ease;
        transform: translate(0,100%);
    }

    .bottom-cta.is-active{
        transform: translate(0,0);
    }

    .bottom-cta-inner {
        padding: 10px;
    }


    .bottom-btn-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 15px;
    }

    .bottom-btn-wrapper li{
        flex-grow: 1;
    }


    .bottom-btn {
        font-size: 16px;
        width: 100%;
        height: 48px;
        min-width: 170px;
    }


    .bottom-btn > .btn-icon-mail {
        height: 16px;
        width: 16px;
    }

    .bottom-btn > .btn-icon-download {
        height: 16px;
        width: 16px;
    }



    /* section-title ---------------------------------------*/

    .section-title {
        font-size: 32px;
        padding: 65px 0 26px;
    }


    /* kv ---------------------------------------*/


    .kv {
        margin-top: 48px;
        background-image: url(../../img/coaresearcher_biz/index/kv-sp.jpg);
        background-position: center top;
    }

    .kv-inner {
        padding: 45vw 20px 48px;
    }

    .kv-title {
        font-size: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    .kv-title strong {
        font-size: 44px;
        line-height: 1.5;
        padding-top: 0;
    }

    .kv-title strong span {
        font-size: 24px;
        line-height: 2;
        padding-left: 0;
    }

    /* logoarea ---------------------------------------*/

	.logoarea {
		padding: 20px 0 10px;
	}

	.logoarea-list{
		align-items: flex-start;
		margin-left: 0;
	}

	.logoarea-list > li{
		width: 31%;
		margin: 0 0 10px 3.5%;
	}

	.logoarea-list > li:nth-child(3n + 1){margin-left: 0;}

	/* logoarea ---------------------------------------*/

    /* feature ---------------------------------------*/

    .feature .inner .section-title {
        padding: 65px 0 24px;
    }

    .section-text {
        font-size: 16px;
        margin-bottom: 56px;
    }

    .feature-container {
        margin-bottom: 56px;
    }

    .feature-container:last-of-type {
        margin-bottom: 0px;
        padding-bottom: 64px;
    }

    .feature-title {
        margin-bottom: 20px;
        text-align: left;
        display: flex;
        gap: 20px;
    }

    .feature-title h3 {
        font-size: 24px;
    }

    .title-num {
        font-size: 36px;
        margin-bottom: 0px;
    }

    .feature-wrapper-02 {
        display: block;
    }

    .feature-wrapper-02 li{
        width: 100%;
    }

    .feature-wrapper-02 li:first-of-type{
        margin-bottom: 20px;
    }

    .feature-wrapper-content {
        padding: 20px;
    }

    .feature-wrapper-title{
        font-size: 18px;
        margin-bottom: 16px;
    }

    .feature-wrapper-03 {
        display: block;
    }

    .feature-wrapper-03 li:first-of-type,
    .feature-wrapper-03 li:nth-of-type(n+2) {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .feature-wrapper-03 li:last-of-type {
        margin-bottom: 0;
    }

    .single-img {
        width: 100%;
    }

    .single-text {
        width: 100%;
        display: block;
    }

    .feature-wrapper-content-s {
        padding: 20px;
    }

    /* movie ---------------------------------------*/
    .movie {
        background: #fafafa;
        padding-bottom: 60px;
    }

    .movie .section-title {
        padding-bottom: 40px;
    }

    .movie-wrapper {
        width: 100%;
        padding-top: 56%;
    }

    /* cta ---------------------------------------*/

    .cta {
        background-image: url(../../img/coaresearcher_biz/index/bg_cta-sp.png);
    }

    .cta-inner {
        padding: 64px 20px;
    }

    .cta-title {
        font-size: 28px;
        line-height: 1.6;
    }

    .cta-text {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 32px;
    }


    /* voice-company ---------------------------------------*/

    .voice-wrapper {
        flex-wrap: nowrap;
        justify-content: unset;
        padding-bottom: 20px;
        gap: 20px;
        overflow-x: scroll;
    }

    .voice-wrapper li {
        min-width: 300px;
        width: 100%;
        margin-bottom: 0;
    }

    .voice-wrapper-text {
        padding: 20px 20px 14px;
    }

    .voice-wrapper-writer {
        line-height: 1.6;
        padding: 0 20px 20px;
    }

    .voice-wrapper-link-text {
        font-size: 16px;
        padding: 20px 20px 10px;
    }

    .voice-wrapper-link-writer {
        font-size: 12px;
        padding: 0 20px 20px;
    }

    .scroll-padding {
        padding-bottom: 44px;
    }


    /* faq ---------------------------------------*/

    .faq-inner {
        padding: 0 20px;
    }

    .faq-wrapper {
        padding-bottom: 64px;
    }

    .faq-wrapper li {
        padding: 25px 20px 20px;
    }

    .faq-question h3 {
        font-size: 18px;
    }

    .faq-question-Q {
        font-size: 24px;
    }

    .faq-answer {
        font-size: 14px;
    }

}

/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px){

}