@charset "UTF-8";

/* フォント指定 */
@font-face {
  font-family: 'A-OTF-ShinGoPro';
  font-style: normal;
  font-weight: 700;
  src: url('../font/shin_go_B.woff') format('woff'),
       url('../font/shin_go_B.otf') format('opentype');
}

@font-face {
  font-family: 'A-OTF-ShinGoPro';
  font-style: normal;
  font-weight: 500;
  src: url('../font/shin_go_M.woff') format('woff')
       url('../font/shin_go_M.otf') format('opentype');
}

@font-face {
  font-family: 'A-OTF-ShinGoPro';
  font-style: normal;
  font-weight: 300;
  src: url('../font/shin_go_R.woff') format('woff'),
       url('../font/shin_go_R.otf') format('opentype');
}

h1,
form {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 0em;
}

.container {
    font-family: 'A-OTF-ShinGoPro', 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: .05em;
}

a {
    text-decoration: none;
}

img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

li{
    line-height: 1.5em;
    padding-bottom: .5em;
    list-style-type: disc;
}

section {
    padding: 2em 0;
    justify-content: center;
}

.center {
    text-align: center;
}

.aline-right {
    text-align: right;
}

.color-gy {
    color: #333;
}

.color-bl {
    color: #004ba3;
}

.diet-bl {
    color: #0071b1;
}

.aging-or {
    color: #f7931e;
}

.flora-pk {
    color: #dc5a68;
}

.important {
    color: #e60020;
}

.container {
    margin: 92px auto 0;
}

hr.line-dot {
    border-top: 1px dashed gray;
    border-bottom: none;
}

/*----------*/
/*  header  */
/*----------*/

    .header {
        display: block;
        width: 100%;
        height: 76px;
        position: fixed;
        top: 0;
        z-index: 100;
        box-shadow: 0px 1px 2px #ccc;
        background: #fff;
        padding: 0 2%;
        box-sizing: border-box;
    }

    .header-inner {
        max-width: 1000px;
        margin: 1em auto;
    }

    .header-logo-a {
        width: 200px;
    }

    .header-logo-b {
        width: 154px;
        margin-left: 1em;
    }

    .img-main {
        width: 100vw;
    }

    .main-title {
        margin-right: 1em;
        display: inline-block;
        color: #005FA3;
        font-weight: normal;
        font-size: 14px;
        text-align: left;
        line-height: 1.4em;
	width:250px;
    }

    .botton-request:hover {
        opacity: .6;
    }

/*----------*/
/* OEM 共通 */
/*-----------*/

    .item-mark {
        display: inline-block;
        font-size: 14px;
        margin-top: 1em;
        padding: .4em 1em;
        color: #fff;
        border-radius: 4px;
    }

    .item-mark-diet {
        background-color: #0071b1;
    }

    .item-mark-flora {
        background-color: #dc5a68;
    }

    .item-mark-aging {
        background-color: #f7931e;
    }


/*------------*/
/* フォーム部分 */
/*------------*/

    .form-wrap {
        position: relative;
    }

    .form-inner {
        background: rgba(0, 150, 223, .1);
        margin: 70px auto;
        padding: 50px 5%;
        max-width: 840px;
        box-sizing: border-box;
        text-align: left;
    }

    label {
        display: block;
        font-size: 18px;
    }

    .label-item {
        margin: 30px 0 0;
    }

    input,
    select {
        margin: 6px 0 0;
        padding: 0 1%;
        width: 100%;
        height: 30px;
        border-radius: 5px;
        box-sizing: border-box;
        border: 1px solid #B3B3B3;
        -moz-box-shadow: inset 1px 4px 6px -6px rgba(0,0,0,0.5);
        -webkit-box-shadow: inset 1px 4px 6px -6px rgba(0, 0, 0, 0.5);
        box-shadow: inset 1px 4px 6px -6px rgba(0,0,0,0.5);
    }

    .form-postal {
        width: 30%;
    }

    textarea {
        margin: 6px 0 30px;
        padding: 6px 1%;
        width: 100%;
        height: 120px;
        border-radius: 5px;
        box-sizing: border-box;
        border: 1px solid #B3B3B3;
        -moz-box-shadow: inset 1px 4px 6px -6px rgba(0,0,0,0.5);
        -webkit-box-shadow: inset 1px 4px 6px -6px rgba(0, 0, 0, 0.5);
        box-shadow: inset 1px 4px 6px -6px rgba(0,0,0,0.5);
    }

    /* WebKit, Blink, Edge */
    ::-webkit-input-placeholder {
        color:#ccc;
        font-size: 14px;
    }
    /* Internet Explorer 10-11 */
    :-ms-input-placeholder {
        color:#ccc;
        font-size: 14px;
    }
    /* Others */
    ::placeholder{
        color:#ccc;
        font-size: 14px;
    }

    .error {
        color: #f22222;
    }
    .small-text {
        font-size: 16px;
    }

    .required {
        margin: 0 0 0 20px;
        background: #f22222;
        font-size: 18px;
        color: #fff;
        padding: 6px;
        border-radius: 5px;
        font-size: 14px;
    }

    .form .button-submit {
            width: 540px;
            border: none;
            background-color: #fff;
    }

    .form .button-submit:hover {
        opacity: .6;
    }

    .detail .top-img-wrap {
        overflow: visible;
    }

    .bg-form {
        margin: -40px 0 0;
    }

    .main-bottom img {
        width: 100vw;
    }

/*-------------*/
/* フォーム遷移後 */
/*-------------*/
    .complete {
        background: rgba(0, 95, 163, .5);
    }

    .message-wrap {
        margin: 100px auto;
        display: block;
        background: #fff;
        padding: 100px 5%;
        max-width: 600px;
        text-align: center;
    }

    .message-title {
        margin: 0 0 30px;
        font-size: 22px;
    }

    .message-text {
        margin: 0 0 20px;
        font-size: 14px;
    }

    .return {
        margin: 30px 0 0;
        display: inline-block;
        background: #005FA3;
        color: #fff;
        width: 200px;
        line-height: 30px;
        font-size: 16px;
        border-radius: 5px;
    }

/*-----------------*/
/* トップへ戻るボタン */
/*----------------*/

    #page-top {
        width: 50px;
        height: 50px;
        position: fixed;
        right: 2%;
        bottom: 10px;
        background: #005FA3;
        opacity: 0.6;
        border-radius: 50%;
        z-index: 1000;
    }

    #page-top a {
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        text-decoration: none;
    }

    #page-top a::before{
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f0d8';
        font-size: 25px;
        color: #fff;
        position: absolute;
        width: 25px;
        height: 25px;
        top: -6px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }


@media screen and (min-width: 751px) {

    .sp {
        display: none;
    }

    .content {
        max-width: 1000px;
        margin: 0 auto;
    } 

    .header-left {
        float: left;
        padding-top: .2em;
    }

    .header-right {
        float: right;
    }

/*--------*/
/*  main  */
/*--------*/

    .top-img-wrap {
        position: relative;
    }
/*
    .top-img-wrap {
        background: #fff url("../images/img_main.png") no-repeat center center / cover;
        height: 420px;
    }
*/
    .aline-right {
        position: absolute;
        width: 520px;
        top: 4em;
        right: 6em;
    }


/*----------*/
/*  nayami  */
/*----------*/

    .nayami {
        ////background: url("../images/nayami_woman.png"), linear-gradient(to right, #eaeeef, #fff 25%, #fff 75%, #eaeeef);
        background-repeat: no-repeat;
        background-position: /* woman */right bottom;
        padding: 3em 0;
        background-size: contain;
        overflow: hidden;
        position: relative;
    }

    .nayami-text {
        width: 60%;
        text-align:center;
        margin:0 auto;
    }

    .nayami h3 {
        font-size: 44px;
        font-weight: 500;
        margin-bottom: 1em;
    }

    .nayami-list-wrap {
        font-size: 28px;
        line-height: 1.5em;
        margin-top: .5em;
    }

    .nayami ul{
      list-style-image: url(../images/list_icon.png);
      padding-left: 38px;
    }

    .nayami img {
        float: right;
        position: absolute;
        bottom: 0;
        padding-left: 1em;
    }

/*---------*/
/*  merit  */
/*---------*/

    .catch {
        margin: 1em 0;
        text-align: center;
    }

    .catch-01 {
        font-size: 40px;
        font-weight: 500;
        line-height: 2em;
    }

    span.catch-01-a {
        font-size: 1.5em;
    }

    span.catch-01-b {
        color: #00a5da;
    }

    .merit-box img {
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .5);
        margin: 1em 0;
    }

/*---------------------------*/
/*  area-gene / area-beauty  */
/*---------------------------*/

    .kit-image {
        margin-top: 4em;
    }

    .catch-02 {
        color: #1b1464;
        font-size: 46px;
        font-weight: 500;
        line-height: 1.8em;
    }

    .catch-02-a {
        font-size: 1.2em;
    }

    .catch-02-b {
        font-size: 1.5em;
    }

    .catch-03 {
        font-size: 46px;
        font-weight: 500;
        line-height: 1.9em;
    }

    .catch-03-a {
        font-size: 1.2em;
    }

    .catch-03-b {
        font-size: 1.5em;
    }

    .about-inner {
        display: flex;
        justify-content: space-around;
    }

    ul.list-wrap {
        padding-left: 1.3em;
    }

    .flex-item {
        width: 45%;
    }

    .flex-item h3 {
        margin: 3em 0;
    }

    .flex-item h4 {
        font-size: 28px;
        font-weight: 500;
        color: #808080;
        padding-bottom: 1em;
    }

    span.text-large {
        font-size:  1.3em;
    }

    .list-wrap {
        font-size: 24px;
    }

    .about-beauty p {
        font-size: 18px;
        line-height: 1.6em;
    }

/*-----------*/
/*  example  */
/*-----------*/

    .example {
        background-color: #f0f0f0;
        text-align: center;
    }

    .example h2 {
        font-size: 46px;
        font-weight: 500;
        margin: 1em 0 1.5em;
        line-height: 1.4em;
    }

    .flex-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .item-box {
        width: 25%;
        margin-bottom: 2em;
    }

    .item-box h3 {
        margin-top: 1em;
        font-size: 20px;
        font-weight: 500;
        color: #4d4d4d;
    }

/*--------*/
/*  plan  */
/*--------*/

    .plan h2 {
        font-size: 60px;
        font-weight: 500;
        margin-bottom: .8em;
    }

    .plan .title p {
        font-size: 32px;
        line-height: 1.2em;
    }

    .plan .note {
        font-size: 18px;
    }

    .plan-wrap {
        overflow: hidden;
        margin: 4em 0;
    }

    .plan-01 {
        width: 48%;
        float: left;
    }

    .plan-02 {
        width: 48%;
        float: right;
    }

    .flow-plan h3 {
        color: #fff;
        font-size: 46px;
        font-weight: 500;
        padding: .5em 0;
    }

    .flow-otegaru-plan h3 {
        background-color: rgb(34, 181, 115);
    }

    .flow-shikkari-plan h3 {
        background-color: rgb(0, 113, 181);
    }

    img.flow-image {
        width: 940px;
        margin: 4em 0;
    }

    .flow-box-wrap {
        padding: 0 4%;
    }

    .flow-box {
        margin: 50px auto;
        padding: 30px;
        max-width: 1000px;
        border: 1px solid #c1c1c1;
        text-align: left;
    }

    .flow-box p {
        margin: 8px 0;
    }

    .plan .number {
        margin: 0 10px 0 0;
        text-align: center;
        display: inline-block;
        width: 30px;
        line-height: 30px;
        color: #fff;
        font-weight: bold;
        border-radius: 5px;
        vertical-align: top;
    }

    .plan .green {
        background: #44AF35;
    }

    .plan .orange {
        background: #F7931E;
    }

    .plan .pink {
        background: #EC88AF;
    }

    .plan .top-img-wrap {
        margin-top: 80px;
    }

    .flow-box-text {
        width: calc(100% - 60px);
        display: inline-block;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.3em;
    }

    .flow-box .note {
        font-size: 15px;
    }

/*---- voice ----*/

    .flow-otegaru-plan .voice {
        background-color: rgba(34, 181, 115, .1);
    }

    .flow-shikkari-plan .voice {
        background-color: rgba(0, 113, 181, .1);
    }

    .voice-inner {
        max-width: 80%;
        margin: 0 auto;
        padding: 3em 0;
    }

    .voice-inner img {
        margin: 1em 0 2em;
    }

    .voice h4 {
        font-size: 24px;
        color: #808080;
        margin-bottom: 1em;
    }

    .flow-otegaru-plan h5 {
        font-size: 60px;
        color: rgb(34, 181, 115);
    }

    .flow-shikkari-plan h5 {
        font-size: 60px;
        color: rgb(0, 113, 181);
    }

    .voice p {
        text-align: left;
        font-size: 26px;
        font-weight: 300;
        line-height: 1.6em;
        margin: 1em 0 2em;
    }

/*-----------*/
/*  request  */
/*-----------*/

    .request {
        text-align: center;
    }

    .request p {
        font-size: 32px;
        font-weight: 700;
    }

    .request img {
        margin: 2em 0 4em;
    }

/*-------*/
/*  FAQ  */
/*-------*/

    .faq {
        margin: 0 auto;
        padding: 2em 4%;
        max-width: 900px;
    }

    .faq h2 {
         font-size: 46px;
         font-weight: 500;
         text-align: center;
         margin-bottom: 1em;
    }

    .faq .sub-title {
        margin: 0 0 50px;
    }

    .icon-q img,
    .icon-a img {
        vertical-align: top;
        margin: -4px 8px 0 0;
    }

    .faq p {
        line-height: 2em;
    }

    .box-faq-q {
        margin-bottom: 1em;
    }

    .box-faq-a {
        margin-bottom: 4em;
    }

    .text-q {
        width: calc(100% - 60px);
        display: inline-block;
        font-size: 26px;
        font-weight: 500;
        color: #005FA3;
    }

    .text-a {
        margin: 6px 0 0;
        width: calc(100% - 60px);
        display: inline-block;
        font-size: 18px;
        font-weight: 300;
        color: #333;
    }

    .text-a a {
        text-decoration: underline;
    }

    .text-a a:hover {
        opacity: .6;
    }

/*-------*/
/*  OEM  */
/*-------*/

    .oem-list {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }

    .oem-list img {
       width: 100%;
    }

    ul.oem-list li{
        list-style: none;
        width: 45%;
        padding: 5px 15px;
    }

    .oem-item-box h3 {
        font-size: 26px;
        font-weight: 500;
        padding-bottom: .5em;
        border-bottom: solid 3px;
        margin-bottom: 1em;
    }

    .oem-item-box p {
        text-align: left;
        margin: 1em 0 5em;

    }


/*--------*/
/* detail */
/*--------*/

    .detail {
        margin: 2em 0 0;
        text-align: center;
        position: relative;
    }

    .detail h2 {
        font-size: 46px;
        font-weight: 500;
        color: #e60020;
        margin-bottom: 1em;
    }

    .detail-text {
        margin: 0 auto;
        padding: 2em 1em 0;
        max-width: 840px;
        font-size: 20px;
        font-weight: 300;
        text-align: left;
    }


/*---------*/
/* footer */
/*---------*/
    footer {
        padding: 40px 0;
        background: #005FA3;
        text-align: center;
    }

    footer a:hover {
        opacity: .7;
    }

    .logo-lab {
        margin: 0 30px 50px;
        width: 180px;
    }

    .logo-fineseed {
        margin: 0 30px 50px;
        width: 130px;
    }

    small {
        display: block;
        color: #fff;
        font-size: 12px;
    }


}


/*--------------------------- PC〜スマホ間調整 --------------------------*/
@media screen and (min-width:751px) and (max-width: 960px) {

    .sp {
        display: none;
    }

    .content {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 3%;
    }

    .header-inner {
        max-width: 900px;
        margin: 1em auto;
    }

    .header-left {
        float: left;
        width: 45%;
        text-align: left;
    }

    .header-logo-a {
        width: 50%;
    }

    .header-logo-b {
        width: 40%;
    }

    .header-right {
        float: right;
        width: 55%
    }

    .main-title {
        font-size: 13px;
        margin-right: 1%;
    }

    .header-right img {
        width: 50%;
    }

    .catch,
    .detail h2 {
        font-size: 200%;
    }

    .nayami h3 {
        font-size: 36px;
    }

    .nayami-text {
        width: 70%;
    }

    ul.nayami-list-wrap {
        font-size: 24px;
        width: 80%;
    }

    .nayami {
        padding: 2em 0 1em;     
    }

}

/*-------------------------------- スマホ -------------------------------*/
@media screen and (max-width: 750px) {

    .pc {
        display: none;
    }

    .content {
        margin: 0 auto;
        padding: 0 3%;
    } 

    section {
        padding: 1em 0;
        justify-content: center;
    }

/*----------*/
/*  header  */
/*----------*/
    .header {
	height:92px;
    }

    .header-inner {
        max-width: 370px;
        margin: 1em auto;
        text-align: center;
    }

    .header-logo-a {
        width: 50%;
    }

    .header-logo-b {
        width: 40%;
    }

    .main-title {
        font-size: 12px;
        padding-top: .8em;
    }

    .top-img-wrap {
        position: relative;
    }

    .botton-request-sp {
        width: 100%;
        text-align: center;
        bottom: 10%;
	padding:15px 0 0;
    }

    .botton-request-sp img {
        max-width: 92%;
    }


/*----------*/
/*  nayami  */
/*----------*/

    .nayami {
        //background: url("../images/nayami_woman.png"), linear-gradient(to right, #eaeeef, #fff 25%, #fff 75%, #eaeeef);
        background-repeat: no-repeat;
        background-position: /* woman */right bottom;
        overflow: hidden;
        position: relative;
        text-align: center;
        background-size: 90%, 100%;
    }

    section.nayami .content {
        overflow: hidden;
    }

    .nayami h3 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 1em;
    }

    .nayami-text {
        width: 65%;
	text-align:center;
	margin:0 auto;
    }

    .nayami-list-wrap {
        font-size: 14px;
        line-height: 1.5em;
        margin-top: .5em;
    }

    .nayami ul {
      list-style-image: url(../images/sp/list_icon.png);
      padding-left: 20px;
    }

    .nayami-list-wrap {
        text-align: left;
        background-size: 1px;
        position: relative; /* 文字が画像の上に重なる */
        z-index: 20; /* 文字が画像の上に重なる */
    }

    .nayami img {
        width: 35%;
        position: absolute;
        right: 4%;
        bottom: 0;
        z-index: 0; /* 画像が文字の下に */
    }

/*---------*/
/*  merit  */
/*---------*/

    .catch {
        margin: 1em 0;
        text-align: center;
    }

    .catch-01 {
        font-size: 19px;
        font-weight: 500;
        line-height: 2em;
    }

    span.catch-01-a {
        font-size: 1.2em;
        letter-spacing: -.03em;
    }

    span.catch-01-b {
        color: #00a5da;
    }

    .merit-box img {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
        margin: .5em 0;
    }

/*---------------------------*/
/*  area-gene / area-beauty  */
/*---------------------------*/

    .kit-image {
        margin-top: 2em;
    }

    .kit-image-aging {
        margin-top: 4em;
    }

    .catch-02 {
        color: #1b1464;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.8em;
    }

    .catch-02-a {
        font-size: 1.2em;
    }

    .catch-02-b {
        font-size: 1.3em;
    }

    .catch-03 {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.9em;
    }

    .catch-03-a {
        font-size: 1.2em;
    }

    .catch-03-b {
        font-size: 1.5em;
    }
/*
    .about-inner {
        display: flex;
        justify-content: space-around;
    }
*/
    ul.list-wrap {
        padding-left: 1.3em;
    }

    .flex-item h3 {
        margin: 2em 0;
    }

    .flex-item h4 {
        font-size: 19px;
        line-height: 1.4em;
        font-weight: 500;
        color: #808080;
        padding-bottom: 1em;
    }

    span.text-large {
        font-size:  1.3em;
    }

    .list-wrap {
        font-size: 16px;
    }

/*-----------*/
/*  example  */
/*-----------*/

    .example {
        background-color: #f0f0f0;
        text-align: center;
    }

    .example h2 {
        font-size: 23px;
        font-weight: 500;
        margin: .5em 0 1em;
        line-height: 1.4em;
    }

    .flex-wrap {
        display: flex;
        justify-content: space-between; /* 余白の均等 */
        flex-wrap: wrap;
    }

    .item-box {
        width: 24%;
        margin-bottom: 2em;
    }

    .item-box h3 {
        margin-top: 1em;
        font-size: 12px;
        line-height: 1.4em;
        font-weight: 500;
        color: #4d4d4d;
    }

/*--------*/
/*  plan  */
/*--------*/

    .plan h2 {
        font-size: 26px;
        line-height: 1.4em;
        font-weight: 500;
        margin-bottom: .8em;
    }

    .plan .title p {
        font-size: 16px;
        line-height: 1.2em;
    }

    .plan .note {
        font-size: 12px;
    }

    .plan-wrap {
        overflow: hidden;
        margin: 2em 0;
    }

    .plan-01 {
        width: 49%;
        float: left;
    }

    .plan-02 {
        width: 49%;
        float: right;
    }

    .flow-plan h3 {
        color: #fff;
        font-size: 23px;
        font-weight: 500;
        padding: .5em 0;
    }

    .flow-otegaru-plan h3 {
        background-color: rgb(34, 181, 115);
    }

    .flow-shikkari-plan h3 {
        background-color: rgb(0, 113, 181);
    }

    img.flow-image {
        width: 940px;
        margin: 2em 0;
    }

    .flow-box {
        /*margin: 1em auto;*/
        padding: 0 10px 20px;
        max-width: 370px;
        /*border: 1px solid #c1c1c1;*/
        text-align: left;
    }

    .flow-box p {
        margin: 8px 0;
    }

    .plan .number {
        /*margin: 0 10px 0 0;*/
        text-align: center;
        display: inline-block;
        width: 18px;
        line-height: 18px;
        color: #fff;
        font-weight: bold;
        border-radius: 3px;
        vertical-align: top;
    }

    .plan .green {
        background: #44AF35;
    }

    .plan .orange {
        background: #F7931E;
    }

    .plan .pink {
        background: #EC88AF;
    }

    .plan .top-img-wrap {
        margin-top: 80px;
    }

    .flow-box-text {
        width: calc(100% - 30px);
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
    }
/*
    .flow-box .note {
        font-size: 15px;
    }
*/

/*---- voice ----*/

    .flow-otegaru-plan .voice {
        background-color: rgba(34, 181, 115, .1);
    }

    .flow-shikkari-plan .voice {
        background-color: rgba(0, 113, 181, .1);
    }

    .voice-inner {
        margin: 0 auto;
        padding: 2em 1em;
    }

    .voice-inner img {
        margin: 1em 0 2em;
    }

    .voice h4 {
        font-size: 18px;
        color: #808080;
        margin-bottom: 1em;
    }

    .flow-otegaru-plan h5 {
        font-size: 30px;
        font-weight: 500;
        color: rgb(34, 181, 115);
    }

    .flow-shikkari-plan h5 {
        font-size: 30px;
        font-weight: 500;
        color: rgb(0, 113, 181);
    }

    .voice p {
        text-align: left;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.6em;
        margin: 1em 0 2em;
    }

/*-----------*/
/*  request  */
/*-----------*/

    .request {
        text-align: center;
    }

    .request p {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6em;
    }

    .request img {
        margin: 1em 0 2em;
    }

/*-------*/
/*  FAQ  */
/*-------*/

    .faq {
        margin: 0 auto;
        padding: 2em 4%;
        max-width: 900px;
    }

    .faq h2 {
         font-size: 23px;
         font-weight: 500;
         text-align: center;
         margin-bottom: 1em;
    }

    .icon-q img,
    .icon-a img {
        width: 24px;
        vertical-align: top;
        margin: -2px 4px 0 0;
    }
/*
    .box-faq-q {
        margin: 0 0 6px;
    }
*/
    .faq p {
        line-height: 1.8em;
        /*width: calc(100% - 30px);*/
        display: inline-block;
    }

    .text-q {
        margin: 0 0 20px;
        width: calc(100% - 40px);
        display: inline-block;
        font-size: 20px;
        font-weight: 500;
        color: #005FA3;
    }

    .text-a {
        margin: 6px 0 20px;
        width: calc(100% - 40px);
        display: inline-block;
        font-size: 15px;
        font-weight: 300;
        color: #333;
    }

    .text-a a {
        text-decoration: underline;
    }

/*-------*/
/*  OEM  */
/*-------*/
    /*
    .oem-list {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        display: -ms-flexbox;
        display: flex;
    }

    .oem-list li{
        display: inline-block;  /* 横並びにする指定 
        list-style: none;
       /*  height: 450px;  /* 横スクロールする範囲の高さを指定 */
 /*   }

    .oem-item-box {
       padding: 4% 4% 0; 
    }

    .oem-item-box h3 {
        width: 280px;
        font-size: 16px;
        font-weight: 500;
        padding-bottom: .5em;
        border-bottom: solid 3px;
        margin-bottom: 1em;
    }

    .oem-item-box p {
        text-align: left;
        margin: 1em 0 1.5em;
    }
*/

    .oem h2 {
        padding-top: 20px;
    }

    .swiper-container {
       max-width: 90%;
       margin: 0 auto;
    }

    .swiper-container h3 {
        font-size: 16px;
        font-weight: 500;
        padding-bottom: .5em;
        border-bottom: solid 3px;
        margin: 1em auto;
        text-align: center; 
    }

    .swiper-container p {
        text-align: left;
       margin: 1em 0 1.5em;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after  {
        color: #ccc;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px !important;
    }
    
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px !important;
    }

    .swiper-wrapper {
        display: flex;
        flex-direction: column;
        transform: translate3d(0px,0,0) !important;
    }

/*--------*/
/* detail */
/*--------*/

    .detail {
        text-align: center;
    }

    .detail h2 {
        font-size: 23px;
        line-height: 1.4em;
        color: #e60020;
        font-weight: 500;
        text-align: center;
        padding-top: 1em;
    }

    .detail-text {
        padding: 0 4%;
        font-size: 15px;
        line-height: 1.6em;
        text-align: left;
    }

    img.down-arrow {
        width: 60%;
        margin: 10px 0;
    }

    .form-inner {
        margin: 30px auto;
        padding: 20px 5%;
        box-sizing: border-box;
        text-align: left;
    }

    label {
        font-size: 14px;
    }

    .required {
        margin: 0 0 0 10px;
        background: #f22222;
        font-size: 12px;
        color: #fff;
        padding: 6px;
        border-radius: 5px;
    }

    .form .button-submit {
        width: 90%;
        border: none;  
    }


/*-----------------*/
/* フォーム遷移後 SP */
/*----------------*/

    .complete {
        background: rgba(0, 95, 163, .5);
    }

    .message-wrap {
        margin: 70px 5%;
        display: block;
        background: #fff;
        padding: 40px 5%;
        width: 90%;
        text-align: center;
        box-sizing: border-box;
    }

    .message-title {
        margin: 0 0 30px;
        font-size: 20px;
    }

    .message-text {
        font-size: 13px;
        text-align: left;
    }

    .return {
        margin: 30px 0 0;
        display: inline-block;
        background: #005FA3;
        color: #fff;
        width: 200px;
        line-height: 30px;
        font-size: 16px;
        border-radius: 5px;
    }

/*---------*/
/* footer */
/*---------*/
    footer {
        padding: 40px 0;
        background: #005FA3;
        text-align: center;
    }

    footer a:hover {
        opacity: .7;
    }

    .logo-lab {
        width: 120px;
    }

    .logo-fineseed {
        margin-left: 1em; 
        width: 100px;
    }

    small {
        display: block;
        margin-top: 2em;
        color: #fff;
        font-size: 14px;
    }

}
