h1, h2, h3, h4, h5, h6, p, a, li {
    font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #777777;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.mincho {
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.mi {
    color: #00a199 !important;
}

h1 {
    font-size: 36px;
    color: #00a199;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
    line-height: 28px;
}

.p1 {
    font-size: 24px;
    line-height: 48px;
}

@media (max-width: 599px) {
    .p1 {
        font-size: 20px;
        line-height: 40px;
    }
}

.p2 {
    font-size: 20px;
    line-height: 40px;
}

@media (max-width: 599px) {
    .p2 {
        font-size: 16px;
        line-height: 28px;
    }
}

.p3 {
    font-size: 16px;
    line-height: 28px;
}

@media (max-width: 599px) {
    .p3 {
        font-size: 14px;
        line-height: 28px;
    }
}

.p4 {
    font-size: 14px;
    line-height: 28px;
}

@media (max-width: 599px) {
    .p4 {
        font-size: 12px;
        line-height: 24px;
    }
}

.p5 {
    font-size: 12px;
    line-height: 24px;
}

.body-container {
    margin: 0px auto;
    max-width: 1280px;
    width: 100%;
    padding: 0px 30px;
}

.policy-body {
    max-width: 768px;
    padding: 0px 30px;
}

@media (max-width: 599px) {
    /* ヘッダー全体 */
    .policy-body {
        max-width: 480px;
        padding: 0px 20px;
    }
}

.other-body {
    margin: 60px auto 0px;
}

@media (max-width: 599px) {
    .other-body {
        margin: 20px auto 0px;
    }
}

/*ここからWill be Happy*/
.goaisatu{
    margin-top: 80px;
}

@media (max-width: 599px) {
    .goaisatu{
        margin-top: 50px;
    }
}
/*ここまでWill be Happy*/

/*ここから4つのこだわり*/
div.kodawari-container {
    margin-top: 40px;
}

.kodawari-container h3 {
    margin-top: 20px;
}

.kodawari-container h4 {
    margin-top: 10px;
}

/*ここまで4つのこだわり*/

/*ここから会社概要*/
div.company-container {
    margin-top: 40px;
}

.company-container h3 {
    margin-top: 20px;
    font-weight: lighter;
}

.company-container h4 {
    margin-top: 10px;
}

.company-container th, .company-container td {
    padding: 0px 20px;
    border: #fff 5px solid;
    border-spacing: 0px;
    border-collapse: collapse;
}

.company-container th {
    text-align: center;
    background-color: #f0ebdb;
    min-width: 100%;
    font-weight: lighter;
}

@media (max-width: 500px) {
    .company-container th {
        font-size: 0.75em;
    }
}

.company-container td {
    padding: 20px 5px 0px 20px;
}

/*ここまで会社概要*/

/*ここからあゆみ*/
div.process-container {
    margin-top: 40px;
}

.process-container h4 {
    margin-top: 10px;
}

.process-table th, .process-table td {
    padding: 0px 20px;
    border: #777777 1px solid;
    border-spacing: 0px;
    border-collapse: collapse;
}

.process-table th {
    background-color: #fffaf2;
    min-width: 100%;
    white-space: nowrap;
}

.process-table td {
    padding: 10px 20px 10px 20px;
}

.process-table-mobile th, .process-table-mobile td {
    padding: 0px 10px;
    border: none;
    border-spacing: 0px;
    border-collapse: collapse;
}

.process-table-mobile th {
    background-color: #ddedeb;
    min-width: 10px;
}

.process-table-mobile td {
    padding: 20px 0px 0px 20px;
}

/*ここまであゆみ*/

/*ここから製品紹介ページ*/
#prod p.p2 {
    text-align: justify;
}

.prod-content {
    margin: 40px auto 0px;
}

.usual-content {
    margin: 40px auto 0px;
}

@media (max-width: 599px) {
    .usual-content {
        margin: 20px auto 0px;
    }
}

.prod-header-parent {
    padding: 0px;
}

.prod-header {
    border-left: 15px #00a199 solid;
    border-bottom: 1px #00a199 solid;
    padding-left: 10px;
    display: inline-block;
}

@media (max-width: 599px) {
    .prod-header {
        display: block;
    }
}

.prod-body-parent {
    margin-top: 10px;
}
/*ここまで製品紹介ページ*/


/*ここからサンプルセットお申込み*/
.sample_div {
    margin-top: 200px;
}

@media (max-width: 599px) {
    .sample_div {
        margin-top: 60px;
    }
}
/*ここまでサンプルセットお申込み*/


/*ここからHowTo*/
.center-elements {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

/*ここまでHowTo*/

/*ここからQA*/
.question-th {
    vertical-align: top;
    padding: 20px 0px;
}

.question-table tr.question-tr {
    border-bottom: #777777 solid 1px;
}

.question-table td {
    padding-left: 20px;
}

.question-table td h2, .question-table td h3, .question-table td p {
    margin: 30px 0px;
}

@media (max-width: 599px) {
    .question-table td {
        padding-left: 10px;
    }

    .question-table td h2, .question-table td h3, .question-table td p {
        margin: 20px 0px 10px;
    }
}

div.question {
    width: 60px;
    height: 60px;
    background-color: #00a199;
}

div.question h2, div.question h3 {
    margin: 30px 0px;
    color: #FFF !important;
}

div.answer {
    width: 60px;
    height: 60px;
    background-color: #f1a0b3;
}

div.answer h2, div.answer h3 {
    margin: 30px 0px;
    color: #FFF !important;
}

@media (max-width: 599px) {
    div.question {
        width: 40px;
        height: 40px;
    }

    div.answer {
        width: 40px;
        height: 40px;
    }
}

/*ここまでQA*/

/*ここからご愛用者の声*/
.customer-comment-r, .customer-comment-l {
    background-color: #fffaf2;
    margin: 40px auto 0px;
    padding: 30px;
}

.customer-comment-r {
    border-left: 20px #FFF solid;
}

.customer-comment-l {
    border-right: 20px #FFF solid;
}

@media (max-width: 599px) {
    .customer-comment-r, .customer-comment-l {
        padding: 20px;
    }

    .customer-comment-r {
        border-left: none;
    }

    .customer-comment-l {
        border-right: none;
    }
}

/*ここまでご愛用者の声*/

/*ここからトピックス*/
.topics-header-label1 {
    color: #704a2b;
}

.topics-header-label2 {
    border-left: 15px #00a199 solid;
    color: #00a199;
    padding-left: 10px;
    display: inline-block;
}

.topics-body {
    max-width: 900px;
    padding: 0px 30px;
}

@media (max-width: 599px) {
    .topics-header-label2 {
        display: block;
    }

    /* ヘッダー全体 */
    .topics-body {
        max-width: 480px;
        padding: 0px 20px;
    }
}
/*ここまでトピックス*/

/*ここからお客様の声*/
.voice-category-link {
    display: block;
    margin-bottom: 10px;
}

.voice-category-div {
    padding: 20px;
    width: 250px;
    border: #333333 solid 2px;
    position: absolute;
    z-index: 10000;
    background-color: #ffffff;
    left: calc(50% - 125px);
}

.voice-title-header {
    background-color: #c7dfde;
    padding: 8px 10px;
		margin-bottom: 10px;
}

.voice-body-div {
	margin:	10px 0 20px;
}

.slide-up {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}
.content-wrap {
    height: 400px;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.close-btn, .more-btn {
    display: block;
    width: 100%;
    padding: 80px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: -moz-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 60%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 60%
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 60%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0
    );
}
.close-btn {
    background: none;
}
.slide-up {
    height: 400px;
    padding-bottom: 0;
    overflow: hidden;
}
.slide-down {
    height: auto;
    overflow: visible;
    padding-bottom: 50px;
}
.more-btn p {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    background: #5082c8;
    padding: 5px 20px;
    border-radius: 20px;
}
.close-btn {
    padding:0;
}
.close-btn p {
    background: #aaa;
}

@media (max-width: 599px) {
    .content-wrap {
        height: 200px;
    }

    .slide-up {
        height: 200px;
    }

    .slide-down {
        height: auto;
    }
}
/*ここまでお客様の声*/

/*ここから画像のオーバーレイ処理*/

.header-image img {
    background: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}

figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

figure:hover::before {
    -webkit-animation: shine 2s;
    animation: shine 2s;
}

figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .5;
}

figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    opacity: 1;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/*ここまで画像のオーバーレイ処理*/

/*ここからサイドバー*/
h2.side-menu-header {
    font-size: 28px !important;
    margin-bottom: 30px;
}

h4.side-menu-header {
    font-size: 20px !important;
    margin-bottom: 25px;
}

ul.zdo_drawer_nav li:before { /*疑似要素*/
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 20px;
    height: 20px;
    background: #00a199;
    margin-right: 8px;
}

.side-menu {
    background-color: #fbfaf6;
}

/*ここまでサイドバー*/

/*ここからモーダル*/
.modal-lg {
    max-width: 700px;
}

.modal-content {
    border-radius: 2em;
}

.modal-header {
    background-color: #f7c6d1;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border: none;
    padding: 0.5rem;
}

.modal-header img {
    margin: 0px auto;
}

.modal-body {
    border-right: 6px #f7c6d1 solid;
    border-left: 6px #f7c6d1 solid;
    padding: 40px 60px;
}

.modal-body2 {
    border-right: 6px #f7c6d1 solid;
    border-left: 6px #f7c6d1 solid;
    padding: 20px 20px;
}

@media (max-width: 599px) {
    .modal-body {
        padding: 20px 40px;
    }

    .modal-body2 {
        padding: 10px;
    }
}

.modal-body .image-text img {
    max-width: 120px;
    margin: auto;
}

.modal-body .image-text-full img {
    margin: auto;
}

.modal-body .p2 {
    line-height: 32px;
}

@media (max-width: 599px) {
    .modal-body .p2 {
        line-height: 22px;
    }
}

.modal-footer {
    background-color: #f7c6d1;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border: none;
    padding: 0.5rem;
}

.modal-footer img {
    margin: 0px auto;
}

.modal.fade {
    transition-duration: 1.0s;
}

.modal.in {
    transition-duration: 1.0s;
}

.modal.fade .modal-dialog {
    transition-duration: 1.0s;
    transform: translate3d(0, 0, 0);
}

.modal.in .modal-dialog {
    transition-duration: 1.0s;
    transform: translate3d(0, 0, 0);
}

.prod-modal-title {
    border-left: #f7c6d1 8px solid;
    margin-top: 40px;
}

.prod-modal-image {
    margin-top: 40px;
}

.prod-modal-main-header1 {
    line-height: 40px;
}

.prod-modal-main-header2 {
    font-size: 22px;
    line-height: 36px;
}

.prod-modal-price {
    bottom: 0px;
    margin-bottom: 0px;
}

.prod-modal-mini-header {
    border-left: #f1a0b3 24px solid;
    margin-top: 40px;
    padding-left: 20px;
}

.prod-modal-body {
    margin-top: 20px;
}

@media (max-width: 599px) {
    .prod-modal-title {
        margin-top: 30px;
    }

    .prod-modal-main-header1 {
        line-height: 36px;
    }

    .prod-modal-main-header2 {
        line-height: 30px;
    }

    .prod-modal-image {
        margin-top: 30px;
    }

    .prod-modal-mini-header {
        border-left: #f1a0b3 20px solid;
        margin-top: 30px;
        padding-left: 15px;
    }

    .prod-modal-body {
        margin-top: 15px;
    }

}

/*ここまでモーダル*/

/*ここからコンタクトフォーム*/
div.contact-div {
    background-color: #eef7f7;
}

.required-mark {
    color: red;
}

.sub-form {
    display: inline-block;
    width: initial;
    margin-left: 1em;
}

.sub-form-label {
    margin-left: 1em;
    display: inline-block;
}
/*ここまでコンタクトフォーム*/


.wrapper_div {
    width: 100%;
    overflow: hidden;
}

button {
    padding: 0;
    border: none;
    background: transparent;
}

button::-moz-focus-inner {
    padding: 0;
    border: none;
}

button img {
    display: block;
}

button:moz-focusring {
    outline: 1px dotted #000;
}

.navbar-button-image {
    width: 50px;
}
