@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Noto+Sans+JP:400,700&display=swap');



/* 基本設定
-------------------------------------------------------------- */
body {
    font-family: 'Montserrat', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 95%;
    color: #3d4347;
}

a {
    color: #3d4347;
}

a:hover,
a:active {
    color: #00C473;
}

a#scrollUp {
    background: #3d4347;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
.post .linkBtn input[type="submit"] {
    /*background: #00C473;*/
    transition: all .3s;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.post .linkBtn input[type="submit"]:hover {
    background: #00ace9;
}

br.spbr {
    display: none;
}

img.pc {
    display: block;
}

img.sp {
    display: none;
}

/*contact select*/
span.se-serv .wpcf7-list-item {
    text-align: left;
    width: 155px;
    border-radius: 4px;
    border: solid 1px #0068b7;
    margin: 10px 10px 10px 0 !important;
    font-size: 14px;
    padding: 16px 0 15px 11px;
    box-sizing: border-box;
}

span.se-serv .wpcf7-list-item.first {
    border: 1px solid #00C473;
}

.serv-list {
    display: flex;
    justify-content: normal;
}

.serv-list .col {
    width: 140px;
    font-size: 12px;
    padding: 0 0 0 11px;
    box-sizing: border-box;
    margin-right: 15px;
}

@media only screen and (max-width: 640px) {
    span.se-serv .wpcf7-list-item {
        display: inline-block;
        text-align: left;
        width: 45%;
        border-radius: 4px;
        border: solid 1px #0068b7;
        margin: 2% !important;
        font-size: 14px;
        padding: 20px 0 15px 11px;
        box-sizing: border-box;
    }

    .serv-list .col {
        width: 45%;
        font-size: 12px;
        padding: 0 0 0 11px;
        box-sizing: border-box;
        margin-right: 15px;
        margin: 0 2% 2% 2%;
    }

    .post table.responsive.clear th {
        padding: 1.5rem 5px 5px 5px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="date"],
    input[type="url"],
    input[type="number"],
    textarea {
        height: auto;
    }

    select {
        height: 23px;
    }

    input[type="submit"],
    input[type="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 {
        display: none;
    }

    input[type="submit"]::focus,
    input[type="button"]::focus {
        outline-offset: -2px;
    }

    span.se-serv .wpcf7-list-item.last {
        width: 94%;
    }
}

@media only screen and (max-width: 640px) {
    body {
        font-size: 85%;
    }

    br.pcbr {
        display: none;
    }

    br.spbr {
        display: block;
    }

    img.pc {
        display: none;
    }

    img.sp {
        display: block;
    }

    body #header .logo,
    .contact {
        position: relative;
        z-index: 3;
    }
}

/* ヘッダー・フッター・ぱんくず
-------------------------------------------------------------- */

#header .logo {
    padding-right: 2%;
}

#header .logo img {
    max-width: 160px;
}

#header .inner {
    width: 100%;
}

#header-layout {
    width: 100%;
    background-color: #ffffff;
    padding: 10px 2%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 92%;
}

#header .header-nav_wrap {
    width: 65%;
    display: flex;
    align-items: center;
}

nav.header-gnav {
    text-align: left;
}

nav.header-gnav ul li {
    padding-right: 25px;
}

nav.header-gnav a {
    color: #231816;
}

@media only screen and (max-width: 1320px) {
    nav.header-gnav {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    #header-layout {
        flex-direction: column;
    }
}

.header-gnav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-weight: bold;
}

.headerNav {
    text-align: right;
    background: #3d4347;
    padding: 2px 10px;
}

.headerNav li {
    display: inline-block;
    font-size: 85%;
    margin: 0 10px;
}

.headerNav li a {
    color: #fff;
    position: relative;
    padding-left: 1.2em;
}

.headerNav li a::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
}

.headerNav li a:hover,
.headerNav li a:active {
    text-decoration: underline;
}

#headerTel,
.headerMail,
.headerLogin,
.header-sme {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

#headerTel {
    background: url(images/tel_icon.png) no-repeat left center;
    background-size: 50px 40px;
    padding-left: 60px;
    margin-right: 1.2%;
    text-align: left;
}

#header .contact {
    width: 65%;
    padding: 0;
}

.header-sme img {
    width: 100%;
    height: auto;
    max-width: 14.5vw;
}

.sticky-header .header-sme img {
    max-width: 10vw;
}

#header .contact .tel {
    font-family: 'Montserrat', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 200%;
    font-weight: bold;
    line-height: 1;
    color: #231816;
    letter-spacing: 0.02em;
}

#header .contact .tel a {
    color: #231816;
}

#header .add {
    color: #231816;
    font-size: 80%;
}

#header .contact .add {
    margin-bottom: 0;
}

.headerMail {
    margin-right: 1.2%;
}

.headerMail a {
    display: block;
    background: #00c473;
    padding: 6px 20px;
    border-radius: 50px;
    font-weight: bold;
    transition: all .3s;
}

.headerLogin a {
    display: block;
    background: #231816;
    padding: 9px 20px;
    border-radius: 50px;
    font-weight: bold;
    transition: all .3s;
    color: #00c473;
}

#fv .headerMail {
    margin-right: 0;
    display: block;
    max-width: 400px;
}

#fv .headerMail a {
    text-align: center;
    background: #fbba00;
}

#fv .headerMail a:hover {
    background: #fb9800;

}

#fv .headerMail a:hover span,
#fv .headerMail a:active span {
    color: #231816;
}

@media only screen and (max-width: 1099px) {
    #fv .headerMail {
        max-width: 327px;
    }
}

@media only screen and (max-width: 959px) {
    #fv .headerMail {
        max-width: 280px;
    }
}

@media only screen and (max-width: 559px) {
    #fv .headerMail {
        max-width: 230px;
    }
}

.fv_txt .headerLogin a {
    border: 1px solid #00C473;
}

.headerLogin a:hover {
    background: #00ff96;
    color: #fff;
}

.headerMail a:hover,
.headerMail a:active {
    background: #00ff96;
}

.headerMail a span {
    display: inline-block;
    background: url(images/mail_icon.png) no-repeat left center;
    background-size: 26px;
    padding: 4px 0px 4px 36px;
    color: #231816;
}

.headerMail a:hover span,
.headerMail a:active span {
    color: #fff;
}

.foot-menu {
    border-bottom: none;
    border-top: 1px solid #ccc;
    padding: 20px;
}

.foot-menu ul {
    text-align: center;
}

.foot-menu ul li {
    font-size: 100%;
    display: inline-block;
    vertical-align: text-top;
    text-align: left;
    padding: 5px 0;
    margin-left: 15px;
    background: url(images/arrow.png) no-repeat 0 9px;
    font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.foot-menu ul li::before {
    display: none;
}

.foot-menu ul li:last-child {
    border-right: none;
}

.foot-menu ul li a {
    padding: 0 10px;
    font-weight: bold;
}

@media only screen and (max-width: 1100px) {
    #header .header-nav_wrap {
        width: auto;
    }

    #header .contact {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media only screen and (max-width: 959px) {

    #header .logo {
        display: block;
        text-align: left;
        line-height: 1.0;
        padding: 0 0 10px 0;
    }

    #header .contact {
        display: block;
        text-align: right;
    }

    #headerTel,
    .headerMail,
    .header-sme {
        display: none;
    }

    .fv_txt .headerMail {
        display: inline-block;
    }

    .fv_txt .headerLogin {
        display: none;
    }

    #head-serices {
        padding: 0;
    }

    #header ul {
        padding: 5px;
    }

    #header-layout {
        flex-direction: row;
        justify-content: space-between;
    }

    #header .contact .headerLogin {
        width: auto;
    }

    #header .contact .headerLogin a {
        width: auto;
    }
}

/*
@media (orientation: landscape) and (max-width: 959px) {
   #header-layout {
      flex-direction: column;
   }
}*/


@media only screen and (max-width: 640px) {

    #header-layout {
        width: 100%;
        padding: 10px 5%;
    }

    .headerNav {
        display: none;
    }

    #header .contact {
        width: 100%;
        padding: 0;
    }

    .headerMail {
        display: block;
        padding: 0 0 10px 0;
    }

    #header .logo img {
        max-height: none;
        max-width: 60%;
    }

    .mobile #header .logo img {
        max-width: 30%;
    }

    .headerLogin {
        width: 100%;
    }

    .headerLogin a {
        width: 100%;
        box-sizing: border-box;
        padding: 7px 30px;
    }

    #headerTel {
        display: table;
        margin: 0 auto;
        max-width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        background-size: 40px;
        padding-left: 52px;
        background-position: 10px center;
    }

    #header .contact .tel {
        font-size: 226%;
    }

    #header .add {
        font-size: 90% !important;
    }

    .foot-menu {
        padding: 20px;
        margin: 0 auto;
        box-sizing: border-box;
        width: 100%;
    }

    .foot-menu ul {
        padding: 0;
    }

    .foot-menu ul li {
        padding: 0 10px;
        font-size: 80%;
    }

    .foot-menu ul li a {
        padding: 0;
    }

    #copyright {
        padding-bottom: 84px;
    }

    #headerTel {
        display: none;
    }

    .headerMail {
        display: none;
    }
}

/*sticky*/
#header-layout {
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.sticky-header #header-layout {
    /*position: fixed;*/
    z-index: 1;
    background: #ffffff;
    top: 0;
}

.mobile.sticky-header #header-layout {
    position: relative;
}

/*.admin-bar.sticky-header #header-layout{
  top: 26px;
}*/

/* SPフッタータブメニュー
-------------------------------------------------------------- */
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar {
    background-color: #fbba00;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li p.icon,
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li p.menu_name {
    color: #3d4347;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li {
    border-left: 1px dashed #3d4347;
}



/* 見出し
-------------------------------------------------------------- */
h1.title,
.post h1,
.post h2,
section.widget h2,
h2.bottom-loop,
h2.top-loop,
.post h3,
.post h4 {
    -webkit-font-smoothing: antialiased;
    line-height: 1.25;
}

h1.title,
.post h1 {
    font-size: 220%;
    margin: 0 auto 60px;
    padding: 0;
    border: none;
    background: none;
    text-align: center;
    color: #3d4347;
    font-weight: bold;
}

.home h1.title,
.home .post h1 {
    font-size: 170%;
}

h1.title b,
.post h1 b {
    display: block;
    font-size: 125%;
}

/*h1 span*/
.post span.heads {
    padding-left: 0;
    font-weight: normal;
    font-size: 2rem;
}

.post span.headdotted {
    color: #00C473;
    background: url(images/onayami_title_deco.png) no-repeat center bottom;
    padding-bottom: 8px;
    background-size: 70%;
}

/*h1 border*/
.post h1.title_border {
    display: flex;
    align-items: center;
}

.post h1.title_border.front-top {
    padding-bottom: 60px;
}

.post h1.title_border:before,
.post h1.title_border:after {
    content: "";
    flex-grow: 1;
    height: 3px;
    background: #444;
    display: block;
}

.post h1.title_border:before {
    margin-right: .4em;
}

.post h1.title_border:after {
    margin-left: .4em;
}

.post h1.title_border.white {
    color: #fff;
}

.post h1.title_border.white:before,
.post h1.title_border.white:after {
    background: #fff;
}

.post h1.title_border.green {
    color: #00c473;
}

.post h1.title_border.green:before,
.post h1.title_border.green:after {
    background: #00c473;
}

.post h2 {
    background: none;
    border: none;
    padding: 0;
    margin: 0 auto 20px;
    font-size: 150%;
    font-weight: bold;
    border-radius: 0;
}

.post h2::before,
.post h2::after {
    content: none;
}

.post h3 {
    border: none;
    font-size: 120%;
    font-weight: bold;
    padding: 0;
    margin: 0 auto 15px;
}

.post h3.title_subborder {
    display: flex;
    align-items: center;
    font-size: 200%;
}

.post h3.title_subborder:before,
.post h3.title_subborder:after {
    content: "";
    flex-grow: 1;
    height: 5px;
    background: #444;
    display: block;
}

.post h3.title_subborder:before {
    margin-right: .4em;
}

.post h3.title_subborder:after {
    margin-left: .4em;
}

.post h3.title_subborder.white {
    color: #fff;
}

.post h3.title_subborder.white:before,
.post h3.title_subborder.white:after {
    background: #fff;
}

.post h4 {
    font-size: 150%;
    font-weight: bold;
    border: none;
    padding: 2em 0;
}

@media only screen and (max-width: 1024px) {
    .post h1.title_border.front-top {
        padding-bottom: 0px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 640px) {

    h1.title,
    .post h1 {
        font-size: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .home h1.title,
    .home .post h1 {
        font-size: 110%;
    }

    h1.title b,
    .post h1 b {
        display: block;
        font-size: 150%;
        letter-spacing: -0.03em;
    }

    .post h1.title_border span {
        max-width: 85%;
        padding-bottom: 15px;
    }

    .post span.headdotted {
        padding-bottom: 4px;
    }

    .post h2 {
        font-size: 140%;
    }

    .post h3.title_subborder span {
        max-width: 50%;
    }

    h1.title,
    .post h1 {
        margin-bottom: 0;
    }

    .post h1.title_border.front-top {
        padding-bottom: 30px;
    }
}

/* ギャラリー・画像
-------------------------------------------------------------- */
.post_img img,
.post2b_img img,
.post4b_img img {
    border: none !important;
    padding: 0;
}

.post img.aligncenter,
.post img.alignright,
.post img.alignleft,
.post img.alignnone {
    background: none;
    border: none !important;
    padding: 0;
}

.post img.aligncenter {
    margin: 0 auto 15px;
}

.post img.alignright {
    margin: 0 0 15px 20px;
}

.post img.alignleft {
    margin: 0 20px 15px 0;
}

@media only screen and (max-width: 640px) {

    .post img.alignright,
    .post img.alignleft {
        margin: 0 auto 15px;
    }
}

/* コンテンツ
-------------------------------------------------------------- */
.post {
    border: none;
    margin-bottom: 0;
}

.post p {
    padding-bottom: 0;
    margin-bottom: 15px;
}

.post table,
.post table.clear {
    width: 100%;
    font-size: 100%;
}

.post table th,
.post table td {
    text-align: left;
    vertical-align: middle;
}

.post table.responsive th,
.post table.responsive td {
    line-height: 1.5;
}

.home .post ul,
.home .post ol,
.page-ren-test .post ul,
.page-ren-test .post ol {
    margin: 0 auto;
}

/* -------------------------------
フロントページ共通
------------------------------- */
.home #content,
.page-template-page-toplp #content {
    padding: 0;
}

.post section {
    padding: 75px 0;
}

.page-template-page-toplp>section {
    padding: 0;
}

.home #content>section {
    padding: 0;
}

.post .wrapper_box {
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.post .wrapper_box.w1240 {
    max-width: 1280px;
}

.post .wrapper_box.w1100 {
    max-width: 1100px;
    padding: 0;
}

.post .fukidashi {
    background: #fff;
    text-align: center;
    padding: 45px 0;
}

.post .fukidashi.p0 {
    padding: 0;
}

.post .fukidashi.green {
    background: transparent;
    margin: 100px auto -20px auto;
    padding: 20px 0;
}

.post .fukidashi p {
    display: table;
    margin: 0 auto;
    font-size: 185%;
    line-height: 1.25;
    background-image: url(images/fukidashi_left.png), url(images/fukidashi_right.png);
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
    padding: 0 100px;
}

.post .fukidashi p b,
.post .fukidashi p strong {
    font-size: 135%;
}

.post .fukidashi .underline {
    background: linear-gradient(transparent 60%, #fbba00 60%);
}

.post .arrow {
    position: relative;
}

.post .arrow::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 8%;
    width: 100%;
    height: 48px;
    position: absolute;
    top: 100%;
    left: 0;
}

.post .arrow.arrow_white::before {
    background-image: url(images/arrow_white.png);
}

.post .arrow.arrow_navy::before {
    background-image: url(images/arrow_navy.png);
}

@media only screen and (max-width: 1099px) {
    .post .fukidashi p {
        background-size: 8%;
        padding: 0 8%;
    }

    .post .wrapper_box.w1100 {
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 640px) {
    .post .arrow::before {
        background-size: 30%;
    }

    .post .fukidashi {
        padding: 40px 0;
    }

    .post .fukidashi p {
        font-size: 130%;
        line-height: 1.4;
    }

    .post section {
        padding: 45px 0;
    }
}

/* メインビジュアル
-------------------------------------------------------------- */
#fv {
    width: 100%;
    /*height: 100vh;*/
    height: 1070px;
    background: url(/wp-content/uploads/kv_bg-1.png) bottom center no-repeat;
    background-size: cover;
    padding: 0;
}

#fv .fv_inner {
    width: 100%;
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    padding-top: 120px;
}

#fv .fv_inner .main_ttl {
    width: 50%;
    max-width: 550px;
    animation: animation01 0.5s ease-out 2.5s;
    animation-fill-mode: both;
    margin: 0 0 20px 0;
}

#fv .fv_inner .main_ttl img {
    border: none;
    padding: 0;
}

#fv .fv_inner .main_read {
    font-size: 54px;
    line-height: 1.3;
    letter-spacing: 0.03em;
    font-weight: bold;
    color: #fff;
    animation: animation01 0.5s ease-out 3s;
    animation-fill-mode: both;
}

.main_read_size1 {
    font-size: 22px;
}

.main_read_size2 {
    font-size: 48px;
}

.main_line {
    width: 100%;
    max-width: 50%;
    height: 2px;
    background-color: #fff;
    animation: bar-animation 2s ease-out 3.5s;
    animation-fill-mode: both;
    z-index: 1;
}

.main_kv {
    position: absolute;
    content: "";
    top: 120px;
    right: 4%;
    width: 58%;
    max-width: 618px;
    z-index: 2;
    animation: animation01 0.5s ease-out 2s;
    animation-fill-mode: both;
}

.main_kv img {
    border: none;
    padding: 0;
}

@keyframes animation01 {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
        filter: blur(10px);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        filter: blur(0);
    }
}

@keyframes bar-animation {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

@media only screen and (max-width: 1099px) {
    #fv {
        height: auto;
    }

    #fv:after {
        content: "";
        display: block;
        padding-top: 50%;
    }

    #fv .fv_inner {
        width: 90%;
    }

    .post .fukidashi.green {
        margin: 100px auto 0px auto;
    }

    #fv .fv_inner .main_read {
        font-size: 44px;
    }

    .main_read_size1 {
        font-size: 18px;
    }

    .main_read_size2 {
        font-size: 38px;
    }

    .main_line {
        max-width: 65%;
    }

    .main_kv {
        right: 0;
        width: 58%;
    }
}

@media only screen and (max-width: 959px) {
    #fv .fv_inner {
        width: 90%;
    }

    #fv .fv_inner .main_ttl {
        margin-bottom: 0;
    }

    #fv .fv_inner .main_read {
        font-size: 38px;
    }

    .post .fukidashi.green {
        margin: 30px auto 0px auto;
    }

    .main_read_size1 {
        font-size: 14px;
    }

    .main_read_size2 {
        font-size: 32px;
    }

    .main_line {
        display: none;
    }

    .main_kv {
        width: 70%;
    }
}

@media only screen and (max-width: 768px) {
    #fv:after {
        padding-top: 80%;
    }

    #fv .fv_inner {
        width: 90%;
        padding-top: 90px;
    }

    #fv .fv_inner .main_ttl {
        width: 70%;
        margin-bottom: 0;
    }

    #fv .fv_inner .main_read {
        font-size: 38px;
    }

    .main_read_size1 {
        font-size: 14px;
    }

    .main_read_size2 {
        font-size: 32px;
    }

    .main_line {
        display: none;
    }

    .main_kv {
        width: 100%;
        top: 260px;
    }

    .main_kv img {
        content: url(/wp-content/uploads/kv-zoom-sp.png);
    }

    .ren-kv .main_kv img {
        content: url(/wp-content/uploads/fv_illust.png);
    }

    /*.main_kv {
      width: 84%;
   }*/
}

@media only screen and (max-width: 559px) {
    #fv:after {
        padding-top: 95%;
    }

    #fv .fv_inner {
        padding-top: 60px;
    }

    #fv .fv_inner .main_ttl {
        width: 80%;
        margin-bottom: 0;
    }

    #fv .fv_inner .main_read {
        font-size: 30px;
    }

    .main_read_size1 {
        font-size: 13px;
    }

    .main_read_size2 {
        font-size: 28px;
    }

    .main_kv {
        width: 88%;
        top: 210px;
    }
}


/*renewal入れ替え時なんらかの処置が必要な箇所*/
.page-sample-page #content {
    padding: 0;
}

.page-sample-page #MESY_FTMFM_footer-tab-menu-all-wrapper {
    display: none;
}

.page-sample-page.sticky-header .scroll-fix {
    display: none;
}

.page-sample-page .post .fukidashi.green {
    background: 0 0;
    margin: 40px auto -20px auto;
    padding: 20px 0;
}

.post .ren-wrapper .cv ul li.cv_mail p {
    width: 46%;
}

@media only screen and (max-width: 768px) {
    .post .ren-wrapper .cv ul li.cv_mail p {
        width: 100%;
    }
}

/*renewal-layout*/
.ren-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

#main-contents {
    width: 1420px;
    width: 74.6195%;
}

.mobile #main-contents {
    width: 100%;
}

#sub-contents {
    width: 500px;
    width: 25.3805%;
    background: aqua;
}

/*renewal-front-form*/
section.front-form {
    position: sticky;
    top: 0;
    background: #ffffff;
    height: 100vh;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    padding: 2vw 2vw;
    box-sizing: border-box;
}

.sticky-header section.front-form {
    background: #00c473;
    padding-top: 110px;
}

section.front-form h2 {
    color: #00c473;
}

.sticky-header section.front-form h2 {
    color: #ffffff;
}

.from-box {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px 25px;
}

.sticky-header .from-box {
    border: 1px solid #00c473;
}

/*marketo*/
.from-box form {
    width: 100% !important;
    font-size: 14px !important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
    height: 1.5em;
    color: #00c473;
}

.mktoFormRow label {
    width: 100% !important;
    font-family: 'Montserrat', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mktoFormRow input {
    width: 100% !important;
    font-family: 'Montserrat', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mktoFormRow p a {
    color: #00c473;
}

.mktoFormRow p a:hover {
    text-decoration: underline;
}

.mktoGutter.mktoHasWidth {
    display: none;
}

.mktoFieldDescriptor.mktoFormCol {
    width: 100%;
}

.mktoFieldWrap.mktoRequiredField {
    width: 100%;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #aeb0b6 !important;
    border-radius: inherit;
}

.mktoForm input[type=checkbox]+label:before,
.mktoForm input[type=radio]+label:before {
    box-shadow: none !important;
}

span.mktoButtonWrap.mktoGlow {
    margin: 0 !important;
}

.mktoButtonRow {
    text-align: center !important;
    margin: 0 auto !important;
    width: 100%;
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
    box-shadow: none !important;
}

h3.about_pp {
    color: #00c473;
    text-align: center;
    border-bottom: 1px solid;
    /* padding-bottom: 0.25em; */
    display: table;
    padding: 0 0.5em 0.25em 0.5em;
    font-family: 'Montserrat', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 100;
    font-size: 14px;
    margin: 0 auto 5px auto;
}

.mktoForm .mktoFieldWrap {
    width: 100%;
}

.mktoHtmlText.mktoHasWidth {
    width: 100% !important;
}

.mktoForm .mktoFormCol {
    width: 100% !important;
    margin-bottom: 0.6rem !important;
    min-height: auto !important;
}

.mktoForm p {
    text-align: center !important;
    font-size: 12px;
    font-family: 'Montserrat', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
}

label#LblField2__c {
    width: auto !important;
}

.mktoOffset {
    display: none;
}

/*radio*/
.mktoForm .mktoRadioList>label {
    margin: 0 !important;
    width: 50% !important;
    height: 2em;
    font-weight: 600;
    color: #3d4347;
}

.mktoForm .mktoRadioList {
    padding-left: 20px !important;
    width: 100% !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.mktoForm input[type=radio] {
    display: none;
}

.mktoForm .mktoFormRow:nth-of-type(9) .mktoFieldWrap {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 480px) {
    .mktoForm .mktoCheckboxList {
        width: auto !important;
    }
}

/*submit*/
.mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
    background: #ffc318 !important;
    background-image: linear-gradient(to bottom, #ffc318, #ffc318) !important;
    background-color: #ffc318 !important;
    border: none !important;
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 60px;
    font-size: 18px !important;
    font-family: 'Montserrat', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    padding: 0;
    transition: all .3s;
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover {
    background: #fff700 !important;
    color: #231816;
}

/*marketo-under*/
p.switch {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem
}

.sticky-header p.switch {
    color: #ffffff;
    margin-bottom: 0.2rem;
    margin-top: 0.3rem;
}

p.switch:before,
p.switch:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #d8d8d8;
    display: block;
}

p.switch:before {
    margin-right: .5em;
}

p.switch:after {
    margin-left: .5em;
}

.front-dwnd a.btn {
    background: #ffffff !important;
    border: 3px solid #00c473;
    display: block;
    width: 88%;
    border-radius: 10px;
    /* height: 80px; */
    font-size: 18px !important;
    box-sizing: border-box;
    color: #00c473;
    font-weight: bold;
    padding: 1.0rem 1.5rem;
    margin: 0 auto;
    transition: all .3s;
}

.front-dwnd a.btn:hover {
    background: #00ff96 !important;
    color: #fff;
}

/*-------------renewal-kv------------------*/
.ren-kv #fv .fv_inner .main_read {
    font-style: italic;
}

.ren-kv #fv {
    width: 100%;
    /*height: 100vh;
  height: 970px;*/
    height: 51.734vw;
    background: url(/wp-content/uploads/fv_texture.png) bottom center no-repeat, linear-gradient(to right, #16cbd7, #00c473);
    background-size: cover;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.ren-kv #fv .fv_inner {
    width: 100%;
    max-width: 1420px;
    position: relative;
    margin: 0 auto;
    /* padding-top: 120px; */
    /*height: 970px;*/
    height: 51.734vw;
    box-sizing: border-box;
    /*padding: 190px 30px 120px 95px;*/
    padding: 10vw 30px 9vw 5vw;
}

.ren-kv #fv:before {
    content: '';
    background: url(/wp-content/uploads/ren-logo_mark.png);
    position: absolute;
    display: block;
    width: 38.5vw;
    height: 38vw;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -46px;
    background-position: right bottom;
}

.ren-kv .main-bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -37%;
    z-index: 1;
    /*width: 1300px;*/
    width: 69.334vw;
}

.ren-kv .main-bg img {
    padding: 0;
    border: none;
    z-index: 1;
}

.ren-kv #fv .fv_inner .main_ttl {
    width: 50%;
    /*max-width: 450px;*/
    max-width: 24.0vw;
    animation: animation01 0.5s ease-out 3.0s;
    animation-fill-mode: both;
    margin: 70px 0 0 0;
}

.ren-kv #fv .fv_inner .main_ttl img {
    border: none;
    padding: 0;
}

.ren-kv #fv .fv_inner .main_read {
    /*font-size: 91px;*/
    font-size: 5vw;
    line-height: 1.25;
    letter-spacing: 0.03em;
    font-weight: bold;
    color: #fff;
    animation: animation01 0.5s ease-out 2.5s;
    animation-fill-mode: both;
}

.ren-kv .main_kv {
    position: absolute;
    content: "";
    top: inherit;
    right: 2.5vw;
    width: 76%;
    /*max-width: 750px;*/
    max-width: 40vw;
    z-index: 2;
    animation: animation01 .5s ease-out 2s;
    animation-fill-mode: both;
    bottom: -55px;
}

.ren-kv .main_kv img {
    border: none;
    padding: 0;
}

.ren-kv .main_read_size1 {
    /*font-size: 27.5px;*/
    font-size: 1.5vw;
    letter-spacing: 0.015em;
}

.ren-kv .main_read_size2 {
    /*font-size: 75px;*/
    font-size: 4vw;
}

@media only screen and (max-width: 1024px) {
    .ren-wrapper {
        flex-direction: column;
    }

    #main-contents {
        width: 100%;
    }

    #sub-contents {
        display: none;
    }

    .mobile #sub-contents {
        position: fixed;
        width: 100%;
        z-index: 10;
        top: 0;
    }

    section.front-form {
        width: 100%;
    }

    br.pcbr1024 {
        display: none;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .ren-kv .main-bg {
        width: 80vw;
    }

    .ren-kv #fv:before {
        width: 55vw;
        height: 50.5vw;
    }

    .ren-kv #fv .fv_inner .main_read {
        font-size: 4.2vw;
    }

    .ren-kv #fv .fv_inner .main_ttl {
        width: 100%;
        max-width: 30vw;
    }

    .ren-kv #fv .fv_inner {
        padding: 10vw 30px 9vw 11vw;
    }

    .ren-kv .main_read_size1 {
        font-size: 1.9vw;
    }
}

@media only screen and (max-width: 768px) {
    .ren-kv #fv {
        height: 70vh;
        min-height: 500px;
    }

    .ren-kv #fv .fv_inner {
        height: 70vh;
        min-height: 500px;
        padding: 5vw 0;
        box-sizing: border-box;
    }

    .ren-kv .main-bg {
        bottom: -2vw;
        transform: translate(50%, 0%);
        top: inherit;
        right: 50%;
        max-width: 310px;
    }

    .ren-kv .main_kv {
        bottom: -5vw;
        width: 100%;
        max-width: 55vw;
        right: 5vw;
    }

    .ren-kv #fv .fv_inner .main_ttl {
        display: none;
    }

    .ren-kv .main-bg img {
        content: url(/wp-content/uploads/ren-sp.png);
    }

    .ren-kv #fv .fv_inner .main_read {
        font-size: 10.8vw;
        text-align: center;
        z-index: 3;
        position: relative;
        text-shadow: none;
    }

    .ren-kv .main_read_size1 {
        font-size: 5vw;
    }

    .ren-kv .main_read_size2 {
        font-size: 9vw;
    }

    .ren-kv #fv:before {
        width: 90vw;
        height: 80vw;
        left: 50%;
        transform: translateX(-50%);
        background-position: center bottom;
    }

    /*mobile popup*/
    .mobile .sticky-header section.front-form {
        padding-top: 5vw;
    }

    .mobile section.front-form {
        background: #00c473;
        overflow-x: auto;
    }

    .mobile section.front-form h2 {
        font-size: 125%;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #ffffff;
        padding-top: 0.5rem;
    }

    .mobile .popup_content .popup_close:before {
        content: '◀';
        margin-right: 10px;
        font-size: 8px;
    }

    .mobile .from-box {
        padding: 10px;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 414px) and (max-width: 768px) {
    .ren-kv #fv .fv_inner .main_read {
        text-shadow: #111111 0 0 2px;
    }
}

.mobile .front-dwnd {
    margin-bottom: 9.5rem;
}

/*sp popup*/
.mobile #all {
    z-index: auto;
}

body.show_popup {
    overflow: hidden;
    height: 100%;
}

#popup_mask,
.popup_content {
    opacity: 0;
    transition: .5s;
    display: none;
}

body.show_popup #popup_mask {
    opacity: .5;
}

body.show_popup .popup_content {
    opacity: 1;
}

#popup_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    z-index: 100;

}

.popup_trigger {
    cursor: pointer;
}

.popup_content {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    min-height: 100vh;
    width: 100vw;
    overflow-y: scroll;
}

.popup_content .popup_close {
    font-size: 14px;
    cursor: pointer;
    position: fixed;
    left: 1em;
    bottom: 10px !important;
    color: #333;
    display: flex;
    align-items: center;
}

/*footer-fixmenu*/
.footer-fixmenu {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    z-index: 2;
    padding: 5px;
    box-sizing: border-box;
}

.footer-fixmenu ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}

.footer-fixmenu ul li {
    text-align: center;
    padding: 0.5rem;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    border-left: 4px solid #fff;
    line-height: 1.2rem;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-fixmenu ul li.trial {
    background: #ffc318;
    width: 50%;
    color: #ffffff;
    border-radius: 5px;
}

.footer-fixmenu ul li.trial a {
    color: #ffffff;
}

.footer-fixmenu ul li.tels {
    background: #3d4347;
}

.footer-fixmenu ul li.docs {
    background: #16cbd7;
}

.footer-fixmenu ul li a {
    color: #ffffff;
    display: block;
}

.footer-fixmenu ul li:first-child {
    border-left: 0px;
}

/* -------------------------------
フロントページ｜userlist
------------------------------- */
ul.user-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}

ul.user-list li {
    border-bottom: 0;
    width: 20%;
    padding: 0.35rem 2rem;
    box-sizing: border-box;
}

section.user-area {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.post ul.user-list li img.aligncenter {
    margin: 0 auto;
}

ul.user-list li:nth-child(1) img {
    max-width: 141px;
    /*lotte gfr*/
}

ul.user-list li:nth-child(2) img {
    max-width: 62.5px;
    /*cj*/
}

ul.user-list li:nth-child(3) img {
    max-width: 141px;
    /*lg*/
}

ul.user-list li:nth-child(4) img {
    max-width: 70px;
    /*3m*/
}

ul.user-list li:nth-child(5) img {
    max-width: 120px;
    /*dong*/
}

ul.user-list li:nth-child(7) img {
    max-width: 90px;
    /*nexen*/
}

ul.user-list li:nth-child(8) img {
    max-width: 140px;
    /*amore pacific*/
}

ul.user-list li:nth-child(10) img {
    max-width: 120px;
    /*studio*/
}

ul.user-list li:nth-child(12) img {
    max-width: 120px;
    /*chuco*/
}

ul.user-list li:nth-child(15) img {
    max-width: 110px;
    /*pago*/
}

ul.user-list li:nth-child(16) img {
    max-width: 120px;
    /*lex*/
}

@media only screen and (max-width: 959px) {
    section.user-area {
        width: 95%;
    }

    ul.user-list li {
        width: 25%;
        padding: .35rem 4vw;
        box-sizing: border-box;
    }

    ul.user-list li img {
        width: 100%;
        height: auto;
    }

    ul.user-list li:nth-child(2) img {
        max-width: 35px;
    }

    ul.user-list li:nth-child(4) img {
        max-width: 45px;
    }

    ul.user-list li:nth-child(7) img {
        max-width: 55px;
    }

    ul.user-list li:nth-child(12) img {
        max-width: 55px;
    }
}

/* -------------------------------
フロントページ｜onayami
------------------------------- */
.post .onayami {
    background-repeat: repeat;
    background: url(../../uploads/onayami_back.png);
    padding-bottom: 0;
}

.post .onayami .wrapper_box.bg_illust {
    /*background: url(../../uploads/onayami_illust.png) no-repeat center bottom;*/
    padding-bottom: 150px;
}

.post .onayami .balloon {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 25px;
    width: 60%;
    padding: 3% 2%;
    display: inline-block;
    position: relative;
    font-size: 110%;
}

.post span.text_bold {
    font-weight: bold;
    font-size: 1.5rem;
}

.post .onayami .balloon p {
    margin: 0;
    line-height: 1.6;
}

.post .onayami .balloon.bleft {
    float: left;
}

.post .onayami .balloon.bright {
    float: right
}

.post .onayami .balloon.bleft::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 120px;
    bottom: -14px;
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.post .onayami .balloon.bright::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 120px;
    bottom: -14px;
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

/* -------------------------------
フロントページ｜追加お悩み
------------------------------- */
section#troubles {
    background: #f7f7f7;
    margin: 0 auto 0 auto;
    padding: 5rem 0 5rem 0;
}

.post .troubles h2 {
    font-size: 2.3rem;
    line-height: 1.6;
    margin: 0 auto 5rem;
    color: #00c473;
}

.post .troubles h2 span.sub-catch {
    font-size: 1.5rem;
    color: #231816;
}

.troubles_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.troubles_box .case-box {
    width: 30%;
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 5rem;
    box-shadow: 0px 0px 19px 1px #efefef;
    display: flex;
    flex-wrap: wrap;
}

p.case-ttl {
    background: #00c473;
    color: #ffffff;
    display: table;
    border-radius: 50px;
    padding: 0.5rem 2.4rem;
    position: relative;
    top: -15px;
    font-weight: bold;
    font-size: 1.0rem;
    letter-spacing: 0.10rem;
    line-height: 1;
    margin: 0 auto;
}

.troubles_ttl {
    padding: 0 2rem;
    box-sizing: border-box;
    width: 100%;
}

.troubles_ttl h3 {
    color: #00c473;
    margin: 1rem auto;
    font-size: 1.4rem;
    line-height: 1.6;
}

.troubles_voice {
    padding: 0 2rem 2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}

.troubles_voice:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #FFFFFF;
    top: 100%;
    left: 50%;
}

.troubles_voice .col-txt {
    width: 63%;
    text-align: left;
    position: relative;
    background: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #00C473;
    color: #666666;
    font-size: 13px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-right: 2%;
}

.troubles_voice .col-txt:after,
.troubles_voice .col-txt:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    left: 100%;
    top: 50%;
}

.troubles_voice .col-txt:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 7px;
    border-right-width: 7px;
    margin-top: -7px;
    border-left-color: #FFFFFF;
}

.troubles_voice .col-txt:before {
    border-color: rgba(0, 196, 115, 0);
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 8px;
    border-right-width: 8px;
    margin-top: -8px;
    margin-left: 0px;
    border-left-color: #00C473;
}

.troubles_voice .col-img {
    width: 35%;
}

.post .troubles_voice .col-img img.aligncenter {
    margin: 0 auto;
}

.troubles_result {
    padding: 2rem;
    box-sizing: border-box;
    background: #00c473;
    color: #ffffff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    min-height: 250px;
}

.troubles_result h3 {
    font-weight: 600;
    border-bottom: 1px dotted;
    padding-bottom: .8rem;
}

.troubles_result p {
    font-weight: 600;
    line-height: 2.0;
    text-align: left;
}

/*even*/
.even p.case-ttl {
    background: #16cbd7;
}

.even .troubles_ttl h3 {
    color: #16cbd7;
}

.even .troubles_result {
    background: #16cbd7;
}

.even .troubles_voice .col-txt {
    border: 1px solid #16cbd7;
}

.even .troubles_voice .col-txt:before {
    border-left-color: #16cbd7;
}

@media only screen and (max-width: 1023px) {
    .troubles_box .case-box {
        width: 48%;
    }

    section#troubles {
        margin: 5rem auto 0 auto;
        padding: 5rem 0 0 0;
    }

    .post .troubles h2 {
        font-size: 1.8rem;
        margin: 0 auto 2.5rem;
    }

    .post .troubles h2 span.sub-catch {
        font-size: 1.0rem;
    }

    .troubles_ttl h3 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 640px) {
    .post .onayami .balloon {
        width: 86%;
        padding: 5%;
    }

    .post span.text_bold {
        font-size: 1rem;
    }

    .post .onayami .balloon.bleft::before {
        left: 40px;
    }

    .post .onayami .balloon.bright::before {
        right: 40px;
    }

    .post .onayami .wrapper_box.bg_illust {
        background-size: 100%;
    }

    .post .onayami .wrapper_box.bg_illust {
        padding-bottom: 130px;
    }

    .post .onayami .balloon p {
        line-height: 1.4;
    }

    .troubles_box .case-box {
        width: 100%;
    }

    .troubles_result {
        min-height: auto;
    }

    .post .troubles h2 {
        font-size: 125%;
    }
}

p.troubles_result_title.white {
    font-size: 2.0rem;
    line-height: 1.5;
}

p.troubles_result_title.white b {
    display: block;
}

@media only screen and (max-width: 1023px) {
    p.troubles_result_title.white {
        font-size: 2.0rem;
    }
}

@media only screen and (max-width: 768px) {
    p.troubles_result_title.white {
        font-size: 1.25rem;
    }
}

/* -------------------------------
フロントページ｜CV
------------------------------- */
.post .cv {
    background: #3d4347;
    color: #fff;
    text-align: center;
    padding-bottom: 0;
}

.post .cv .wrapper_box {
    background: url(../../uploads/cv_bg.png) no-repeat;
    padding-bottom: 60px;
}

.post .cv ul {
    display: table;
    width: 100%;
}

.post .cv ul li {
    display: table-cell;
    vertical-align: middle;
    border: none;
    box-sizing: border-box;
    padding: 0 10px;
}

.post .cv ul li.cv_tel {
    width: 40%;
}

.post .cv ul li.cv_tel p {
    display: inline-block;
    background: url(images/icon_tel_white.png) no-repeat left center;
    background-size: 75px;
    padding-left: 80px;
    line-height: 1.2;
    font-size: 110%;
}

.post .cv ul li.cv_tel a {
    color: #ffffff;
    font-weight: bold;
    font-size: 290%;
    display: inline-block;
}

.post .cv ul li.cv_mail {
    width: 60%;
}

.post .cv ul li.cv_mail p {
    display: inline-block;
    vertical-align: top;
    width: 30.0%;
    margin: 0 1%;
    font-size: 0.8rem;
    line-height: 1.5;
}

.post .cv ul li.cv_mail a {
    background: #fff71d;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 130%;
    letter-spacing: 0.05em;
    padding: 15px 5px;
    box-sizing: border-box;
    border-radius: 30px;
    margin-bottom: 5px;
    color: #3d4347;
    transition: all .3s;
}

.post .cv ul li.cv_mail a.trial {
    background: #00c473;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 130%;
    letter-spacing: 0.05em;
    padding: 15px 5px;
    box-sizing: border-box;
    border-radius: 30px;
    margin-bottom: 5px;
    color: #ffffff;
    transition: all .3s;
}

.post .cv ul li.cv_mail a.req {
    background: #16cbd7;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 130%;
    letter-spacing: 0.05em;
    padding: 15px 5px;
    box-sizing: border-box;
    border-radius: 30px;
    margin-bottom: 5px;
    color: #fff;
    transition: all .3s;
}

.post .cv ul li.cv_mail a .icon_mail {
    display: inline-block;
    background: url(images/icon_mail.png) no-repeat left center;
    background-size: 24px;
    padding-left: 30px;
}

.post .cv ul li.cv_mail a:hover,
.post .cv ul li.cv_mail a:active {
    background: #fff700;
}

.post .cv ul li.cv_mail a.trial:hover,
.post .cv ul li.cv_mail a.trial:active {
    background: #00ff96;
}

.post .cv ul li.cv_mail a.req:hover,
.post .cv ul li.cv_mail a.req:active {
    background: #00efff;
}

@media only screen and (max-width: 1239px) {
    .post .cv ul {
        display: block;
    }

    .post .cv ul li {
        display: block;
        margin: 0 auto;
    }

    .post .cv ul li.cv_tel,
    .post .cv ul li.cv_mail {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 799px) {
    .post .cv ul li.cv_mail p {
        display: block;
        width: 100%;
        margin: 0 auto 10px;
    }
}

@media only screen and (max-width: 640px) {
    .post .cv ul li.cv_tel p {
        background-size: 50px;
        padding-left: 55px;
    }

    .post .cv ul li.cv_tel a {
        font-size: 250%;
    }

    .post .cv ul li.cv_mail a {
        font-size: 120%;
    }

    .post .cv .wrapper_box {
        padding-bottom: 40px;
    }
}

/* -------------------------------
フロントページ｜voice
------------------------------- */
.post .voice {
    background-color: #b9ebde;
}

.post ul.human_box {
    display: flex;
    flex-wrap: wrap;
}

.post ul.human_box li {
    width: 25%;
    box-sizing: border-box;
    padding: 0 1%;
    border: none;
}

.post ul.human_box li .illust,
.post ul.human_box li .illust img {
    margin: 0 auto;
}

.post ul.human_box li .illust img {
    width: 71%;
}

.post ul.human_box li .box {
    background: #fff;
    box-sizing: border-box;
    padding: 0 18px 10px;
    text-align: left;
    min-height: 180px;
}

.post ul.human_box li .box p b {
    color: #00C473;
    font-size: 115%;
    letter-spacing: -0.02em;
}

/*new voice2021*/
ul.human_box_s {
    display: flex;
    flex-wrap: wrap;
    height: 420px;
}

.human_box_s li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 1%;
    border: none;
    position: relative;
}

.col_thumb img {
    padding-bottom: 0;
}

.post .col_thumb img.aligncenter {
    margin: 0 auto;
}

.col_thumb img {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.col_thumb {
    width: 75%;
}

.col_desc {
    background: rgb(255 255 255 / 90%);
    padding: 2rem 2rem 1rem;
    box-sizing: border-box;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    position: absolute;
    bottom: 0px;
    width: 70%;
    right: 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

span.jgreen {
    color: #00c473;
    font-size: 115%;
    letter-spacing: -.02em;
    font-weight: bold;
}

p.voice-ttls {
    font-size: 135%;
    color: #3d4347;
    font-weight: bold;
}

p.voice-induct {
    background: #00c473;
    color: #fff;
    font-weight: 900;
    border-radius: 50vh;
    display: table;
    padding: 0 2rem 0 2rem;
    margin: 0 auto 1rem auto;
}

@media only screen and (max-width: 959px) {
    ul.human_box_s {
        height: auto;
    }

    .col_desc {
        position: relative;
        width: 100%;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .col_thumb {
        width: 100%;
    }

    .col_thumb img {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media only screen and (max-width: 640px) {
    .post ul.human_box li {
        width: 50%;
    }

    .post ul.human_box li .box {
        padding-left: 12px;
        padding-right: 12px;
        min-height: 215px;
    }

    .post ul.human_box li .illust img {
        width: 100%;
        max-width: 150px;
    }

    ul.human_box_s {
        flex-direction: column;
    }

    .human_box_s li {
        width: 100%;
    }

    .voice a.Btns.small {
        margin: 0 auto;
    }

    p.voice-ttls {
        font-size: 110%;
    }

    span.jgreen {
        font-size: 100%;
    }

    p.voice-induct {
        font-size: 90%;
    }
}

/* -------------------------------
フロントページ｜about
------------------------------- */
.post .about {
    background: url(../../uploads/about_bg.jpg) no-repeat center;
    background-size: cover;
}

section.about .point_box {
    margin-top: 4%;
}

.post h2.point {
    background: #3d4347;
    color: #fff;
    border-radius: 30px;
    padding: 10px 5px;
    box-sizing: border-box;
    font-size: 130%;
    letter-spacing: 2px;
    margin-bottom: -20px;
    width: 70%;
}

.post .text_border {
    background: #fff;
    width: 100%;
    padding: 4% 3% 3% 3%;
    margin: 0 auto;
    box-sizing: border-box;
}

.post .text_border p {
    background: url(../../uploads/line.png) repeat bottom left;
    line-height: 40px;
    margin: 0 20px;
}

.post span.boldtag {
    color: #00C473;
    font-size: 145%;
    font-weight: bold;
}

@media only screen and (max-width: 640px) {
    section.about .point_box {
        margin-top: 30px;
    }

    .post .text_border {
        padding: 8% 0 5% 0;
    }

    .post .text_border p {
        text-align: left;
        line-height: 25px;
        background-size: auto 25px;
        background-position: top left;
    }

    .post h2.point {
        font-size: 120%;
    }
}

/* -------------------------------
フロントページ｜merit
------------------------------- */
.post .merit {
    background: url(images/bg_stripe.png) repeat;
    padding-top: 0;
    padding-bottom: 0;
}

.post .merit h1 {
    background: #00C473;
    color: #fff;
    padding: 45px 20px;
}

.post .merit h2 {
    color: #00C473;
    font-size: 250%;
    line-height: 1.5;
    margin-bottom: 5%;
}

.post section.merit h4 {
    font-weight: bold;
    font-size: 150%;
    border-left: none;
    border-bottom: none;
    padding: 0;
    margin: 0 auto 15px auto;
    color: #00C473;
}

.post .merit ul li {
    list-style: none;
    display: flex;
    position: relative;
    border: none;
    margin-bottom: 30px;
}

.post .merit ul li .number {
    background: #00C473;
    color: #ffffff;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    line-height: 1.2;
    font-size: 150%;
    font-weight: bold;
}

.post .merit ul li .number span {
    font-size: 200%;
    display: contents;
}

.post .merit ul li .text {
    width: 60%;
    box-sizing: border-box;
    padding: 0 2%;
    text-align: left;
}

.post .merit ul li .img {
    width: 25%;
}

@media only screen and (max-width: 640px) {
    .post .merit h1 {
        padding: 24px 20px;
    }

    .post .merit h2 {
        font-size: 150%;
        padding-top: 45px;
    }

    .post .merit ul li {
        display: block;
    }

    .post .merit ul li .number,
    .post .merit ul li .text,
    .post .merit ul li .img {
        display: block;
        width: 100%;
    }

    .post .merit ul li .img .sp50 {
        max-width: 50%;
        margin: 0 auto;
    }

    .post .merit ul li .number {
        font-size: 100%;
    }

    .post .merit ul li .number span {
        margin-left: 5px;
        display: inline-block;
    }

    .post section.merit h4 {
        text-align: center;
        font-size: 130%;
    }
}

/* -------------------------------
フロントページ｜reason
------------------------------- */
.post .reason {}

.post .reason ul {
    display: flex;
    flex-wrap: wrap;
}

.post .reason ul li {
    width: 32%;
    margin: 0 0 0 2%;
    border: none;
    background: #fff;
    line-height: 1.4;
    padding-bottom: 10px;
}

.post .reason ul.reason_card li b {
    color: #fbba00;
    margin: 0 5px;
    font-size: 150%;
}

.post .reason ul li:nth-child(3n + 1) {
    margin-left: 0;
}

.post .reason h2 {
    background: #00C473;
    color: #fff;
    padding: 30px 20px;
    position: relative;
    font-size: 150%;
    min-height: 120px;
    border-radius: 20px;
}

.post .reason h2::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(2, 133, 180, 0);
    border-top-color: #00C473;
    border-width: 12px;
    margin-left: -12px;
    visibility: visible;
}

.post .reason ul li p {
    padding: 14px 7%;
    text-align: left;
    line-height: 1.6;
}

@media only screen and (max-width: 1100px) {
    .post .reason h2 {
        font-size: 2.0vw;
        min-height: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .post .reason ul {
        display: block;
    }

    .post .reason ul li,
    .post .reason ul li:nth-child(3n + 1) {
        margin: 0 auto 20px;
        width: 100%;
    }

    .post .reason h2 {
        font-size: 120%;
        padding: 20px;
    }
}

/* -------------------------------
フロントページ｜messageここから
------------------------------- */

.post .message {
    max-width: 1100px;
    margin: 0 auto 0 auto;
    display: flex;
    padding: 0 0 75px 0;
}

.post .next-message {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.post .next-message.pre2 {
    padding: 2rem 0 0 0;
}

.post .message .message_box_r {
    order: 2;
    width: 50%;
    box-sizing: border-box;
    padding-left: 4%;
}

.post .message .message_box_r h1 {
    color: #00C473;
    font-size: 248%;
    text-align: left;
    margin-bottom: 40px;
}

.post .next-message .message_box {
    padding: 40px;
    box-sizing: border-box;
}

.post .next-message .wrapper_box h1.mb-headline {
    margin: 30px auto 0px auto;
    letter-spacing: 0.20rem;
}

.post .next-message .wrapper_box h1.mb-headline b {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00c473;
    padding-top: .25em;
}

.post .next-message .wrapper_box h1.mb-headline b:before,
.post .next-message .wrapper_box h1.mb-headline b:after {
    content: "";
    flex-grow: 1;
    height: 3px;
    background: #00c473;
    display: block;
}

.post .next-message .wrapper_box h1.mb-headline b:before {
    margin-right: .5em;
}

.post .next-message .wrapper_box h1.mb-headline b:after {
    margin-left: .4em;
}

.post .next-message .message_box2 h1.mb-headline {
    margin: 30px auto 0px auto;
    letter-spacing: 0.20rem;
}

.post .next-message .message_box .message_txt {
    padding: 35px 40px 40px 40px;
    box-sizing: border-box;
    color: #ffffff;
}

.post .next-message .message_box2 .message_txt {
    padding: 80px 40px 40px 40px;
    box-sizing: border-box;
}

.post .next-message .message_box .message_txt h2 {
    color: #ffffff;
    font-size: 248%;
    text-align: center;
    margin-bottom: 40px;
}

.post .next-message .message_box2 .message_txt h2 {
    font-size: 248%;
    text-align: center;
    margin-bottom: 40px;
}

.post .message .message_box_r h1 span,
.post .next-message .message_box h2 span,
.post .next-message .message_box2 h2 span {
    position: relative;
}

.post .message .message_box_r h1 span:before,
.post .next-message .message_box h2 span:before,
.post .next-message .message_box2 h2 span:before {
    position: absolute;
    content: "";
    width: 44px;
    height: 84px;
    background: url(/wp-content/uploads/message_img02.png) top left no-repeat;
    background-size: 44px 84px;
    left: -5%;
    bottom: 12%;
}

.post .message .message_box_r p {
    line-height: 2.6;
}

.post .next-message .message_box p,
.post .next-message .message_box2 p {
    line-height: 2.6;
    text-align: center;
}

.post .message .message_box_l {
    order: 1;
    width: 50%;
}

.post .message .message_box_l img {
    border: none;
    padding: 0;
    width: 100%;
    /*margin-top: -100px;*/
}

@media only screen and (max-width: 1366px) {
    .post .message {
        width: 90%;
    }
}

@media only screen and (max-width: 1024px) {
    .post .message {
        width: 90%;
    }

    .post .message .message_box_l img {
        margin-top: -40px;
    }

    /*.post .message .message_box_r h1 span:before,
  .post .next-message .message_box h2 span:before{
      left: -33%;
      bottom: 56%;
   }*/
}

@media (orientation: landscape) and (max-width: 1024px) {
    .post .message {
        padding: 75px 0 0 0;
    }
}

@media only screen and (max-width: 959px) {

    .post .message {
        display: block;
        padding: 75px 0 30px 0;
    }

    .post .message .message_box_r,
    .post .message .message_box_l {
        width: 100%;
    }

    .post .message .message_box_r {
        padding-left: 0;
    }

    .post .message .message_box_r h1,
    .post .next-message .message_box h2,
    .post .next-message .message_box2 h2 {
        text-align: center;
    }

    .post .message .message_box_r h1 span:before,
    .post .next-message .message_box h2 span:before,
    .post .next-message .message_box2 h2 span:before {
        left: -9%;
        bottom: -30%;
    }

    .post .message .message_box_l {
        width: 70%;
        margin: 0 auto;
        padding-top: 40px;
    }

    .post .message .message_box_l img {
        margin-top: 0;
    }

    .post .next-message .message_box .message_txt h2,
    .post .next-message .message_box2 .message_txt h2 {
        font-size: 145%;
    }

}

@media only screen and (max-width: 559px) {
    .post .message {
        display: block;
        padding: 0;
    }

    .post .message .message_box_r h1 {
        font-size: 200%;
        margin-bottom: 20px;
    }

    .post .next-message .message_box h2,
    .post .next-message .message_box2 h2 {
        font-size: 200%;
        margin-bottom: 20px;
    }

    .post .message .message_box_r h1 span:before,
    .post .next-message .message_box h2 span:before,
    .post .next-message .message_box2 h2 span:before {
        position: absolute;
        content: "";
        width: 22px;
        height: 42px;
        background: url(/wp-content/uploads/message_img02.png) top left no-repeat;
        background-size: 22px 42px;
        left: -3%;
        bottom: 32%;
    }

    .post .message .message_box_r p {
        line-height: 2.0;
    }

    .post .next-message .message_box p,
    .post .next-message .message_box2 p {
        line-height: 2.0;
    }

    .post .message .message_box_l {
        width: 90%;
    }

    .post .next-message .message_box .message_txt,
    .post .next-message .message_box2 .message_txt {
        padding: 40px 10px 30px 10px;
    }

    .post .next-message .message_box,
    .post .next-message .message_box2 {
        padding: 10px;
    }
}

@media only screen and (max-width: 360px) {

    .post .message .message_box_r h1 span:before,
    .post .next-message .message_box h2 span:before,
    .post .next-message .message_box2 h2 span:before {
        left: -6%;
        bottom: 67%;
    }
}

/* -------------------------------
フロントページ｜旧features

.post .features {
   background: #52edad70 url(../../uploads/features_bg.png) no-repeat right bottom;
   background-size: 35%;
   color: #000000;
   padding-bottom: 140px;
}
.post .features h2 {
   display: table;
   min-height: 2em;
   text-align: center;
   vertical-align: middle;
   margin: 20px auto 0;
   font-size: 130%;
}
.post .features_card {
   display: flex;
   flex-wrap: wrap;
}
.post .features_card li {
   width: 18.4%;
   margin: 0 0 30px 2%;
   border: 2px solid #000;
   box-sizing: border-box;
   border-radius: 10px;
   background: #52edad3b;
}
.post .features_card li:nth-child(5n + 1) {
   margin-left: 0;
}
.post .features_card li p {
   padding: 0 10px;
   box-sizing: border-box;
   font-size: 95%;
   text-align: left;
   margin-bottom: 25px;
   line-height: 1.4;
}
@media only screen and (max-width: 640px) {
   .post .features h2 {
      font-size: 115%;
   }
   .post .features_card li {
      width: 49%;
      margin: 0 0 15px 2%;
   }
   .post .features_card li:nth-child(5n + 1) {
      margin-left: 2%;
   }
   .post .features_card li:nth-child(2n + 1) {
      margin-left: 0;
   }
   .post .features_card li img {
      padding: 0 10px;
      box-sizing: border-box;
      width: 80%;
   }
   .post .features {
      background: #00C473 url(../../uploads/features_bg.png) no-repeat right bottom;
      background-size: 70%;
   }
}
------------------------------- */

/* -------------------------------
フロントページ｜新featuresここから
------------------------------- */

/*reset*/
.post .features img {
    border: none;
    padding: 0;
}

.post .features p {
    margin-bottom: 0;
}



.post .features {
    padding-bottom: 0;
}

.post #features {
    /*max-width: 1200px;*/
    margin: 0 auto;
    color: #3d4347;
}

/*
.post .features h1.title_border:before, .post .features h1.title_border:after {
   content: "";
   flex-grow: 1;
   height: 5px;
   background: #00c473;
   display: block;
}
.post .features h1.title_border:before, .post .features h1.title_border:after {
   height: 0px;
}*/

.post .features .features_wrap01,
.post .features .features_wrap02,
.post .features .features_wrap03 {
    padding: 0 0 120px 0;
}

.post .features .features_boxWrap {
    max-width: 1024px;
    margin: 0 auto;
    margin-bottom: 75px;
    position: relative;
}

.post .features_box01 {
    width: 100%;
    max-width: 1024px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin: 0 auto;
}


.post .features_box01_inner_l {
    width: 48%;
    display: flex;
    flex-direction: column;
}

/*
.post .features_wrap01 .features_boxWrap:after {
   position: absolute;
   content: "";
   width: 4000px;
   height: 260px;
  background: #41e5a1;
  background: -moz-linear-gradient(90deg,rgba(65,229,161,1)0,rgba(91,201,187,1)55%);
  background: -webkit-linear-gradient(90deg,rgba(65,229,161,1)0,rgba(91,201,187,1)55%);
  background: linear-gradient(90deg,rgba(65,229,161,1)0,rgba(91,201,187,1)55%);
   left: 44%;
   top: 120%;
   -webkit-transform-origin: 0 0;
   -webkit-transform: rotate(-30deg) translate(0%,0) scaleY(1);
   transform-origin: 0 0;
   transform: rotate(-29deg) translate(0%,0) scaleY(1);
   z-index: 0;
}
*/
.post .features_wrap01 .features_boxWrap h1 {
    background: url(images/features_talkroom.png) top right no-repeat;
    background-size: 60%;
}

.post .features_wrap02 .features_boxWrap h1 {
    background: url(images/features_filemanager.png) top right no-repeat;
    background-size: 70%;
}

/*.post .features_wrap05 .features_boxWrap:after {
   position: absolute;
   content: "";
   width: 4000px;
   height: 260px;
  background: #41e5a1;
  background: -moz-linear-gradient(90deg,rgba(65,229,161,1)0,rgba(91,201,187,1)55%);
  background: -webkit-linear-gradient(90deg,rgba(65,229,161,1)0,rgba(91,201,187,1)55%);
  background: linear-gradient(90deg,rgba(65,229,161,1)0,rgba(91,201,187,1)55%);
   left: 44%;
   top: 120%;
   -webkit-transform-origin: 0 0;
   -webkit-transform: rotate(-30deg) translate(0%,0) scaleY(1);
   transform-origin: 0 0;
   transform: rotate(-29deg) translate(0%,0) scaleY(1);
   z-index: 0;
}
.post .features_wrap05{
  background: #f7f7f7;
  overflow: hidden;
  padding: 120px 0 0 0;
}*/
.post .features_wrap06 {
    background: #ffffff;
    overflow: hidden;
    padding: 0 0 0 0;
}

.post .features_wrap05 .features_boxWrap h1 {
    background: url(/wp-content/uploads/features_webmeeting.png) top right no-repeat;
    background-size: 70%;
}

.post .features_wrap06 .features_boxWrap h1 {
    background: url(/wp-content/uploads/features_filemanager-1.png) top right no-repeat;
    background-size: 70%;
}

.post .features_wrap07 .features_boxWrap h1 {
    background: url(images/features_security.png) top right no-repeat;
    background-size: 60%;
}

section.features_wrap07 {
    padding: 75px 0 0 0;
}

.post .features_boxWrap h1 {
    position: relative;
}

.post .features_boxWrap h1,
.post .features_wrap03 h1 {
    width: 100%;
    text-align: left;
    font-size: 38px;
    margin: 0 0 30px 0;
    color: #00c473;
    position: relative;
}

.post .features_boxWrap h1 img,
.post .features_wrap03 h1 img {
    height: 70px;
    width: auto;
    padding-bottom: 20px;
}

.post .features_boxWrap h1 span,
.post .features_wrap03 h1 span {
    display: block;
    position: relative;
    z-index: 2;
}

.post .features_wrap01 .features_boxWrap h1:after {
    content: '';
    background: url(/wp-content/uploads/jicon01-1.png);
    width: 110px;
    height: 147px;
    background-size: cover;
    bottom: 0;
    left: 230px;
    position: absolute;
}

.post .features_wrap02 .features_boxWrap h1:after {
    content: '';
    background: url(/wp-content/uploads/jicon02-1.png);
    width: 49px;
    height: 146px;
    background-size: cover;
    bottom: 0;
    left: 355px;
    position: absolute;
}

.post .features_wrap03 .features_box01_inner_l.fb_left h1:after {
    content: '';
    background: url(/wp-content/uploads/jicon03-1.png);
    width: 77px;
    height: 148px;
    background-size: cover;
    bottom: 0;
    right: 40px;
    z-index: 1;
    position: absolute;
}

.post .features_wrap03 .features_box01_inner_l.fb_right h1:after {
    content: '';
    background: url(/wp-content/uploads/jicon04-1.png);
    width: 171px;
    height: 134px;
    background-size: cover;
    bottom: 0;
    right: 0;
    z-index: 1;
    position: absolute;
}

.post .features_wrap05 .features_boxWrap h1:after {
    content: '';
    background: url(/wp-content/uploads/jicon05-1.png);
    width: 129px;
    height: 148px;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 200px;
}

/*.post .features_wrap06 .features_boxWrap h1:after {
  content: '';
  background: url(/wp-content/uploads/jicon06-1.png);
  width: 145px;
    height: 148px;
    background-size: cover;
    bottom: 0;
    left: 339px;
  position: absolute;
}*/
.post .features_wrap07 .features_boxWrap h1:after {
    content: '';
    background: url(/wp-content/uploads/jicon06-1.png);
    width: 145px;
    height: 148px;
    background-size: cover;
    bottom: 0;
    left: 339px;
    position: absolute;
}

.post .featur es_box01_inner_l h2 {
    font-size: 22px;
    margin: 0 0 18px 0;
    line-height: 1.5;
}

.post .features_box01_inner_l h2 {
    margin: 0 0 20px;
}

.post .features_box01_inner_l p {
    line-height: 2;
}

.post .features_box01_inner_r {
    width: 48%;
    margin-top: -120px;
    z-index: 1;
}

.post .features_box01_inner_r {
    position: relative;
}

.post .features_box01_inner_r img {
    width: 100%;
    -moz-box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #eee !important;
    box-sizing: border-box;
}

.post .features_wrap01 .features_box01_inner_r:before {
    content: '';
    background: url(/wp-content/uploads/jicon01-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 121px;
    height: 215px;
    bottom: -55px;
    z-index: 100;
    right: -18px;
    position: absolute;
}

.post .features_wrap02 .features_box01_inner_r:before {
    content: '';
    background: url(/wp-content/uploads/jicon02-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 157px;
    height: 215px;
    bottom: -55px;
    z-index: 100;
    right: -18px;
    position: absolute;
}

.post .features_wrap03 .fb_left .features_box01_inner_1col:before {
    content: '';
    background: url(/wp-content/uploads/jicon03-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 110px;
    height: 138px;
    bottom: -5px;
    z-index: 100;
    left: 0;
    position: absolute;
}

.post .features_wrap03 .fb_right .features_box01_inner_1col:before {
    content: '';
    background: url(/wp-content/uploads/jicon04-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 110px;
    height: 138px;
    bottom: -5px;
    z-index: 100;
    left: 0;
    position: absolute;
}

.post .features_wrap05 .features_box01_inner_r:before {
    content: '';
    background: url(/wp-content/uploads/web-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 645px;
    height: 145px;
    position: absolute;
    bottom: -5px;
    z-index: 100;
    left: -120px;
}

.post .features_wrap07 .features_box01_inner_r:before {
    content: '';
    background: url(/wp-content/uploads/jicon06-2v1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 170px;
    bottom: -75px;
    z-index: 100;
    right: -18px;
    position: absolute;
}

.post .features_box01_inner_r video {
    width: 100%;
    -moz-box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #eee !important;
}

.post .features_box01_inner_r div.pr {
    position: relative;
}

.post .features_box01_inner_r div.pr p {
    position: absolute;
    top: 0;
    left: 0;
}

.post .features_box01_inner_r div.pr p img.white {
    opacity: 0.0;
}

.post .features_box01_inner_r div.pr p a:hover img.white {
    opacity: 0.3;
}

.post .features_box01_inner_r div.pr p img.clear {
    display: none;
}

@media only screen and (max-width: 959px) {
    .post .features_wrap01 .features_boxWrap h1:after {
        left: 50%;
        transform: translateX(85px);
        width: 9.5vw;
        height: 12.5vw;
    }

    .post .features_wrap02 .features_boxWrap h1:after {
        left: 50%;
        transform: translateX(120px);
        width: 4.1vw;
        height: 12.5vw;
        position: absolute;
    }

    .post .features_wrap03 .features_box01_inner_l.fb_left h1:after {
        left: 50%;
        transform: translateX(135px);
        width: 6.2vw;
        height: 12vw;
    }

    .post .features_wrap03 .features_box01_inner_l.fb_right h1:after {
        left: 50%;
        transform: translateX(125px);
        width: 16.2vw;
        height: 12vw;
    }

    .post .features_wrap05 .features_boxWrap h1:after {
        left: 50%;
        transform: translateX(80px);
        width: 13.5vw;
        height: 15.5vw;
    }

    .post .features_wrap07 .features_boxWrap h1:after {
        left: 50%;
        transform: translateX(115px);
        width: 12.3vw;
        height: 12.5vw;
    }
}

@media only screen and (max-width: 640px) {
    .post .features_box01_inner_r div.pr p img.white {
        display: none !important;
    }

    .post .features_box01_inner_r div.pr p a:hover img.white {
        display: none !important;
    }

    .post .features_box01_inner_r div.pr p img.clear {
        opacity: 0.0 !important;
    }
}





.post .features_box02 {
    position: relative;
    width: 100%;
}

.post .features_box02_inner {
    /*max-width: 1100px;*/
    display: flex;
    justify-content: space-between;
    padding: 40px 30px 36px 30px;
    background: #f7f7f7;
}

.post .features_box02_inner li {
    border: none;
    width: 22%;
    text-align: center;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.post .features_box02_inner li h3 {
    font-size: 18px;
    color: #00c473;
    order: 2;
}

.post .features_box02_inner li .features_box02_inner_icon {
    order: 1;
    height: 55px;
    margin-bottom: 30px;
}

.post .features_box02_inner li .features_box02_inner_txt {
    text-align: left;
    font-size: 14px;
    order: 3;
}

/*.post .features_wrap02 .features_boxWrap:after {
   position: absolute;
   content: "";
   width: 4000px;
   height: 260px;
  background: #41e5a1;
  background: -moz-linear-gradient(90deg,rgba(65,229,161,1)0,rgba(91,201,187,1)55%);
  background: -webkit-linear-gradient(90deg,rgba(65,229,161,1)0,rgba(91,201,187,1)55%);
  background: linear-gradient(90deg,rgba(65,229,161,1)0,rgba(91,201,187,1)55%);
   left: 92%;
   top: 30%;
   -webkit-transform-origin: 0 0;
   -webkit-transform: rotate(-30deg) translate(0%,0) scaleY(1);
   transform-origin: 0 0;
   transform: rotate(29deg) translate(0%,0) scaleY(1);
   z-index: 0;
}*/

.post .features_wrap03 {
    margin-bottom: 0;
}

.post .features_wrap03 .features_box01_inner_l {
    padding: 0;
    margin-bottom: 0;
}

.post .features_wrap03 .features_box01 {
    margin-bottom: 0;
}

.post .features_wrap03 .features_box01_inner_1col {
    width: 96%;
    margin-bottom: 40px;
    position: relative;
}

.post .features_box01_inner_1col img {
    width: 100%;
    -moz-box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #eee !important;
}

.post .features_box01_inner_1col video {
    width: 100%;
    -moz-box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #eee !important;
}


.post .features_box01_inner_1col div.pr {
    position: relative;
}

.post .features_box01_inner_1col div.pr p {
    position: absolute;
    top: 0;
    left: 0;
}

.post .features_box01_inner_1col div.pr p img {
    opacity: 0;
}

.post .features_box01_inner_1col div.pr p a:hover img {
    opacity: 0.3;
}



@media only screen and (max-width: 1320px) {
    #header .contact {
        width: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    .post .features {
        width: 90%;
        margin: 0 auto;
    }

    .post .features_box02_inner {
        padding: 6%;
        box-sizing: border-box;
    }
}

@media (orientation: landscape) and (max-width: 1024px) {

    /* FV */
    #mainImg .main_kv {
        width: 50%;
        top: 16%;

    }

    #mainImg .main_ttl {
        width: 48%;
    }
}

@media only screen and (max-width: 959px) {

    .post .features_wrap01 .features_boxWrap:after,
    .post .features_wrap02 .features_boxWrap:after,
    .post .features_wrap05 .features_boxWrap:after,
    .post .features_wrap06 .features_boxWrap:after,
    .post .features_wrap07 .features_boxWrap:after {
        display: none;
    }

    .post .features {
        padding-bottom: 60px;
    }

    .post #features {
        margin-bottom: 0px;
    }

    .post .features .features_wrap01,
    .post .features .features_wrap02,
    .post .features .features_wrap03 {
        padding-bottom: 60px;
    }

    .post .features .features_wrap05 {
        background: none;
        overflow: inherit;
        padding-bottom: 0;
        padding-top: 0;
    }

    .post .features .features_wrap06 {
        background: none;
        overflow: inherit;
        padding-bottom: 0;
        padding-top: 60px;
    }

    .post .features_wrap01 .features_boxWrap h1,
    .post .features_wrap02 .features_boxWrap h1,
    .post .features_wrap05 .features_boxWrap h1,
    .post .features_wrap06 .features_boxWrap h1,
    .post .features_wrap07 .features_boxWrap h1 {
        background: none;
    }

    .post .features_boxWrap h1,
    .post .features_wrap03 h1 {
        text-align: center;
        font-size: 25px;
        margin: 0 0 30px 0;
    }

    .post .features_boxWrap h1 img,
    .post .features_wrap03 h1 img {
        height: 40px;
        width: auto;
        padding-bottom: 20px;
    }

    .post .features .features_box01_inner_r {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .post .features_wrap01 .features_box01_inner_r:before {
        width: 20vw;
        height: 36vw;
        bottom: -5px;
        right: 0;
    }

    .post .features_wrap02 .features_box01_inner_r:before {
        width: 22.5vw;
        height: 31vw;
        bottom: 0;
        right: 0;
    }

    .post .features_wrap03 .fb_left .features_box01_inner_1col:before {
        width: 14.5vw;
        height: 22vw;
        bottom: -5px;
        right: 0;
    }

    .post .features_wrap03 .fb_right .features_box01_inner_1col:before {
        width: 14.5vw;
        height: 22vw;
        bottom: -5px;
        right: 0;
    }

    .post .features_wrap05 .features_box01_inner_r:before {
        width: 76vw;
        height: 17.2vw;
        bottom: -55px;
        left: 0;
    }

    .post .features_wrap06 .features_box01_inner_r:before {
        width: 25vw;
        height: 26.2vw;
        bottom: -40px;
        left: 0;
    }

    .post .features_wrap07 .features_box01_inner_r:before {
        width: 25vw;
        height: 26.2vw;
        bottom: -40px;
        left: 0;
    }

    .post .features_box01 {
        width: 100%;
        flex-direction: column;
    }

    .post .features_box01_inner_l,
    .post .features_box01_inner_r {
        width: 100%;
    }

    .post .features_wrap01 .features_box01,
    .post .features_wrap02 .features_box01,
    .post .features_wrap05 .features_box01,
    .post .features_wrap06 .features_box01,
    .post .features_wrap07 .features_box01 {
        flex-direction: column-reverse;
    }

    .post .features_box01_inner_l h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .post .features_wrap05 .features_box01_inner_l h2,
    .post .features_wrap06 .features_box01_inner_l h2,
    .post .features_wrap07 .features_box01_inner_l h2 {
        margin-top: 2rem;
    }

    .post .features .features_boxWrap {
        margin-bottom: 40px;
    }

    .post .features_box02_inner {
        flex-wrap: wrap;
        padding: 6%;
        box-sizing: border-box;
    }

    .post .features_box02_inner li {
        width: 47%;
        padding: 0;
    }

    .post .features_box02_inner li:first-child,
    .post .features_box02_inner li:nth-child(2) {
        margin-bottom: 6%;
    }

    .post .features_box02_inner li h3 {
        font-size: 15px;
    }

    .post .features_box02_inner li .features_box02_inner_txt {
        font-size: 12px;
        line-height: 1.5;
    }

    .post .features_box02_inner li .features_box02_inner_icon {
        margin-bottom: 18px;
    }

    .post .features_wrap03 .features_box01_inner_l:first-child {
        margin-bottom: 60px;
    }

    .post .features_wrap03 .features_box01_inner_1col {
        width: 100%;
    }

}

/* -------------------------------
フロントページ｜price
------------------------------- */
.post .price h2#price {
    display: block;
    font-size: 300%;
    text-align: left;
}

.post .price p.desc {
    text-align: left;
    font-size: 120%;
    line-height: 1.5em;
    padding-bottom: 10px;
}

.post .price table thead th {
    background: #fff;
}

.post table td {
    text-align: center;
}

.post .price table tbody tr:nth-child(even) th,
.post .price table tbody tr:nth-child(even) td {
    background: #fff;
}

.post .price table tbody tr:nth-child(odd) th,
.post .price table tbody tr:nth-child(odd) td {
    background: #f6f5f1;
}

.post .price table h2 {
    font-weight: normal;
}

.post .price h3 {
    font-size: 140%;
    border-left: none;
    border-bottom: none;
}

.post .price.price-wrap {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 50px auto;
    padding: 5%;
    overflow: auto;
    border-radius: 20px;
    background: #ffffff;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
}

.post .price.price-wrap p {
    margin-bottom: 0;
    line-height: 1.2;
}

.post .price p.price {}

.post .price p.price b {
    font-size: 300%;
    margin-left: 5px;
}

.post .price table .premium h2,
.post .price table .premium h3,
.post .price table .premium .price {
    color: #00ace9;
}

.post .price table .premium .strage {
    background: #00ace9;
    color: #fff;
}

.post .price table .enterprice h2,
.post .price table .enterprice h3,
.post .price table .enterprice .price {
    color: #0068b7;
}

.post .price table .enterprice .strage {
    background: #0068b7;
    color: #fff;
}

.post .price table .free h2,
.post .price table .free h3,
.post .price table .free .price {
    color: #00C473;
}

.post .price table .free .strage {
    background: #00C473;
    color: #fff;
}

.post table th.premium,
.post table th.enterprice,
.post table th.free {
    width: 26%;
    padding: 35px 10px 10px 10px;
    text-align: center;
    vertical-align: top;
}

.post table th.premium p,
.post table th.enterprice p,
.post table th.free p {
    margin-bottom: 20px;
}

.post table th.free h2 {
    color: #00C473;
    margin-bottom: 15px;
}

.post table th.premium h2 {
    color: #00ace9;
    margin-bottom: 15px;
}

.post table th.enterprice h2 {
    color: #0068b7;
    margin-bottom: 15px;
}

.post .price p.strage {
    padding: 15px 10px;
    box-sizing: border-box;
    border-radius: 30px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.post table small {
    font-size: 80%;
}

.post table a.f-cvBtn {
    background: #0b925a;
    display: inline-block;
    width: 80%;
    font-weight: bold;
    font-size: 100%;
    letter-spacing: 0.05em;
    padding: 10px 5px;
    box-sizing: border-box;
    border-radius: 30px;
    margin-bottom: 5px;
    color: #ffffff;
    transition: all .3s;
}

.post table a:hover.f-cvBtn,
.post table a:active.f-cvBtn {
    background: #00ff96;
}

a img.Qborder {
    padding: 0 0 0 5px;
    border: 0;
    vertical-align: bottom;
}

table.pricetable p {
    font-size: 13px;
}

@media print,
screen and (max-width: 1024px) {
    .table_scroll {
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }

    .table_scroll::-webkit-scrollbar {
        height: 4px;
    }

    .table_scroll::-webkit-scrollbar-thumb {
        background: #aaa;
    }

    .table_scroll::-webkit-scrollbar-track {
        background: #444144;
    }

    table.pricetable {
        table-layout: auto;
        font-size: 90%;
    }

    table.pricetable th,
    table.pricetable td {
        white-space: nowrap;
        padding: 6px 10px;
    }

    .post .price p.price b {
        font-size: 250%;
    }
}

.post .price table thead th.h-j1,
.post .price table thead th.h-t1,
.post .price table thead th.h-s1,
.post .price table thead th.h-c1 {
    width: 18%;
}

th.h-j1 h2,
th.h-t1 h2,
th.h-s1 h2,
th.h-c1 h2 {
    text-align: center;
    padding-top: 20px;
}

th.h-j1 h2 {
    color: #00C473;
}

th.h-t1 h2 {
    color: #111111;
}

th.h-s1 h2 {
    color: #14ae0e;
}

th.h-c1 h2 {
    color: #cd0a0a;
}

@media print,
screen and (max-width: 1024px) {
    .post .price h2#price {
        font-size: 145%;
    }

    .post .price p.desc {
        font-size: 100%;
        line-height: 1.2;
    }
}

/* -------------------------------
フロントページ｜flow
------------------------------- */
.post .flow {
    background: #e2e8ec;
}

.post .flow ol {
    counter-reset: number;
    display: flex;
    margin-top: 45px;
    flex-wrap: wrap;
    margin: 45px auto 0;
}

.post .flow ol li {
    list-style: none;
    position: relative;
    background: #fff;
    width: 22%;
    margin: 0 0 30px 4%;
    border: none;
    font-weight: bold;
    color: #00C473;
    font-size: 125%;
    box-sizing: border-box;
    padding: 25px 10px 20px;
    box-shadow: 0 6px 10px rgba(61, 67, 71, 0.1);
}

.post .flow ol li:nth-child(4n + 1) {
    margin-left: 0;
}

.post .flow ol li::before {
    counter-increment: number;
    content: "STEP 0"counter(number);
    position: absolute;
    width: 100%;
    text-align: center;
    top: -15px;
    left: 0;
    color: #3d4347;
    font-size: 130%;
}

.post .flow ol li::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(177, 188, 195, 0);
    border-left-color: #b1bcc3;
    border-width: 10px;
    margin-top: -12px;
}

.post .flow ol li:last-child::after {
    content: none;
}

@media only screen and (max-width: 640px) {
    .post .flow ol li {
        width: 48%;
        font-size: 115%;
    }

    .post .flow ol li:nth-child(2n + 1) {
        margin-left: 0;
    }

    .post .flow ol li::before {
        font-size: 115%;
        top: -10px;
    }

    .post .flow ol li img {
        width: 70%;
    }
}

/* -------------------------------
フロントページ｜support
------------------------------- */
section.support {
    background: #41e5a1;
    background: -moz-linear-gradient(90deg, rgba(65, 229, 161, 1)0, rgba(91, 201, 187, 1)55%);
    background: -webkit-linear-gradient(90deg, rgba(65, 229, 161, 1)0, rgba(91, 201, 187, 1)55%);
    background: linear-gradient(90deg, rgba(65, 229, 161, 1)0, rgba(91, 201, 187, 1)55%);
}

section.support.cta {
    margin: 5rem auto 0 auto;
}

section.support.mb5 {
    margin-bottom: 5rem !important;
}

section.support p {
    padding: 10px 0;
    color: #ffffff;
    text-align: center;
}

section.support p.cautions {
    padding: 10px 0;
    text-align: right;
}

.support-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    padding: 0;
}

.support-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto 0;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 20px 10px;
    width: 140px;
    height: 140px;
}

.support-item {
    margin: 20px auto 0;
    padding: 33px 27px;
    width: 240px;
    height: 240px;
    box-sizing: border-box;
}

.support-icon {
    color: #fff;
    text-align: center;
}

.support-icon img {
    width: 45px;
    height: auto;
}

.support-category {
    margin-top: 10px;
    padding-bottom: 8px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.support-category {
    margin-top: 15px;
    padding-bottom: 10px;
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .support-item {
        width: 180px;
        height: 180px;
    }

    section.support.mb5 {
        margin-bottom: 1.5rem !important;
    }
}

@media only screen and (max-width: 640px) {
    .post .support-icon img {
        width: 12vw;
    }

    .post .support-icon img.aligncenter {
        margin: 0 auto;
    }

    .support-item {
        width: 28vw;
        height: 28vw;
    }

    .post .support-item h3 {
        font-size: 3.2vw;
    }

    .support-wrap {
        margin-top: 0px;
    }
}

/* -------------------------------
フロントページ｜faq
------------------------------- */
.post .faq {
    background: #b9ebde;
}

.post .faq dl {
    text-align: left;
}

.post .faq dl dt {
    background: #fff;
    font-size: 130%;
    position: relative;
    padding: 15px 10px 15px 55px;
    margin-bottom: 15px;
}

.post .faq dl dt::before {
    content: "Q.";
    color: #00C473;
    font-size: 150%;
    position: absolute;
    left: 15px;
    top: 12px;
}

.post .faq dl dd {
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 0 45px;
}

.post .faq dl dd::before {
    content: "A.";
    font-weight: bold;
    font-size: 150%;
    color: #5e8d99;
    position: absolute;
    left: 15px;
    top: 0;
}

@media only screen and (max-width: 640px) {

    .post .faq,
    .post .flow {
        padding: 40px 0 20px 0;
    }

    .post .faq dl dt {
        font-size: 115%;
        padding: 15px 20px 15px 46px;
    }

    .post .faq dl dt::before {
        font-size: 140%;
        left: 13px;
        top: 15px;
    }

    .post .faq dl dd::before {
        font-size: 140%;
    }
}

/* -------------------------------
プライバシーポリシー
------------------------------- */
.post .ol_privacy li {
    list-style: none;
}

/* -------------------------------
特商法・会社概要
------------------------------- */
#company_c table {
    margin-bottom: 45px;
}

#company_c table td {
    text-align: left;
}

.post table.tbl td {
    text-align: left;
}

/* -------------------------------
サイトマップ
------------------------------- */
.post ul#sitemap_list li {
    margin-bottom: 15px;
}

.post ul#sitemap_list ul {
    margin-top: 10px;
}

.post ul#sitemap_list ul li {
    margin-bottom: 5px;
}

.post ul#sitemap_list ul li:before {
    content: "-";
    display: inline-block;
    margin-right: 0.5em;
}

/* -------------------------------
フォーム 共通
------------------------------- */
.wpcf7-form .option {
    color: #fff;
    margin-left: 0.5em;
    font-size: 90%;
    padding: 0.2em 0.6em;
    display: inline-block;
    float: right;
    font-weight: normal;
}

.wpcf7-form .must {
    color: #ff0a0a;
    font-size: 80%;
    background: none;
    float: none;
    margin-left: 0;
}

.span .must {
    color: #ff0a0a;
    font-size: 80%;
    background: none;
    float: none;
    margin-left: 0;
}

.wpcf7-form .option {
    background: #ababab;
}

.wpcf7-form .notice {
    font-size: 90%;
}

.wpcf7-form input.wpcf7-free-text {
    display: inline-block;
    width: 65%;
}

.wpcf7-form .must.nf {
    float: none;
}

.wpcf7-form .submit {
    text-align: center;
}

.wpcf7-form input[type=submit] {
    font-size: 110%;
    padding: 10px 20px;
    display: block;
    width: 100%;
    background: #00C473;
}

.wpcf7-form input[type=submit]:hover {
    cursor: pointer;
    background: #00ace9;
}

.wpcf7-form span.wpcf7-not-valid-tip {
    color: #c34242;
}

.wpcf7-form div.wpcf7-validation-errors {
    background: #fffde0;
}

.wpcf7-form label:hover {
    cursor: pointer;
}

.wpcf7-form p.small-txt {
    font-size: 90%;
}

textarea {
    resize: vertical;
}

.post .captcha {
    text-align: center;
    background: #fff;
    padding: 10px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="url"],
input[type="number"],
select,
textarea {
    margin-bottom: 5px;
}

@media only screen and (max-width: 640px) {
    input[type="checkbox"] {
        width: 18px;
        height: 18px;
        vertical-align: middle;
    }

    .wpcf7-form .wpcf7-list-item {
        display: inline-block;
    }

    span.wpcf7-list-item-label {
        vertical-align: middle;
    }

    .wpcf7-form .must,
    .wpcf7-form .option {
        float: none;
    }
}

.post #company_a table th {
    width: 30%;
}

.post #company_a table th,
.post #company_a table td {
    text-align: left !important;
}

@media only screen and (max-width: 640px) {
    .post #company_a table {
        width: 100% !important;
    }

    .post #company_a table th,
    .post #company_a table td {
        width: 100% !important;
        box-sizing: border-box;
        display: block;
        height: auto;
        border-top: none;
        border-right: none;
        border-left: none;
    }

    .post #company_a table tr:last-child td:last-child {
        border-bottom: none;
    }

    .post #company_a table th,
    .post #company_a table td {
        text-align: center;
    }
}

/*trial*/
.post .flow-blue {
    background: #e2e8ec;
}

.post .flow-white {
    background: #ffffff;
}

.trial-area {
    /*display: flex;
    justify-content: space-between;*/
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}

.trial-area .col2 {
    width: 48%;
}

.kiyaku-scroll {
    height: 600px;
    overflow-y: scroll;
    padding: 20px;
    background: #11111117;
    font-size: 90%;
    line-height: 1.4em;
    margin: 15px;
    text-align: left;
}

.kiyaku-scroll h3 {
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

#post-606 .post .fukidashi h2 b,
#post-536 .post .fukidashi h2 b {
    font-size: 135%;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

#post-606 .post table td,
#post-536 .post table td {
    text-align: left;
}

/*scrollbar*/
.kiyaku-scroll::-webkit-scrollbar {
    width: 15px;
}

.kiyaku-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f2f2f2;
}

.kiyaku-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #1111118a;
}

ol.des-dell {
    background: aliceblue;
    margin: 0;
    text-align: left;
    padding: 20px 20px 10px 40px;
    border-radius: 15px;
    box-sizing: border-box;
}

ol.des-dell li {
    border-bottom: none;
}

@media only screen and (max-width: 1023px) {

    .page-id-606 #content.wide,
    .page-id-536 #content.wide {
        width: 100%;
    }

    .page-id-606 .post,
    .page-id-536 .post {
        padding: 0;
    }
}

@media only screen and (max-width: 800px) {
    .trial-area {
        flex-direction: column;
    }

    .trial-area .col2 {
        width: 100%;
    }
}


.comic-pc {
    margin: 0 auto;
    max-width: 800px;
}

/*v*/
.scroll-fix {
    position: fixed;
    bottom: -100%;
    right: 0;
    transition: all .3s;
}

.sticky-header .scroll-fix {
    opacity: 1.0;
    bottom: 0;
    z-index: 3;
}

.animated:hover {
    animation: bounce .5s infinite;
}

.page-id-536 .scroll-fix,
.page-id-537 .scroll-fix,
.page-id-219 .scroll-fix,
.page-id-74 .scroll-fix {
    display: none;
}

/*.sticky-header .scroll-fix:hover img{
  opacity: 1.0;
}*/
@media only screen and (max-width: 959px) {
    .sticky-header .scroll-fix {
        bottom: 56px;
        right: -65px;
    }

    .sticky-header .scroll-fix img {
        width: 65%;
    }
}

@media only screen and (max-width: 414px) {
    .sticky-header .scroll-fix {
        right: -115px;
    }

    .sticky-header .scroll-fix img {
        width: 45%;
    }
}

/*b#merit{
    margin-top: -150px;
    padding-top: 150px;
}

h1#price,
h1#comparison{
    margin-top: -150px;
    padding-top: 150px;
}*/

/*footer-VWS-series*/
#footerLogo {
    clear: both;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}

.float #footerLogo {
    padding-top: 35px;
}

#footerLogo img {
    max-width: 150px;
    height: auto;
}

body.footlogo-nonfix #footerLogo img {
    max-height: inherit;
}

.footcaption {
    clear: both;
    font-size: 85%;
    margin: 0 auto;
    padding-top: 35px;
    text-align: center;
}

#copyright {
    background: #2c2c2c;
}

.copyright {
    clear: both;
    padding: 35px 5px;
    text-align: center;
    font-style: normal;
    font-size: 110%;
    zoom: 1;
    color: #525252;
    font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#copyright .inner {
    display: flex;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    vertical-align: middle;
    justify-content: space-between;
    align-items: center;
}

.fix-copyright {
    text-align: center;
    font-style: normal;
    font-size: 85%;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#footer .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
}

#footer {
    clear: both;
    padding: 10px 0 35px 0;
    background: #ffffff
        /*#3d4347*/
    ;
    border-bottom: 0;
    overflow: auto;
}

#footer ul {
    margin: 0 auto;
    text-align: center;
    font-size: 100%;
    padding: 35px 0;
}

#footer ul ul {
    padding-bottom: 0;
    width: auto;
    padding-top: 10px;
    padding-left: 10px;
}

#footer ul li {
    font-size: 100%;
    display: inline-block;
    vertical-align: text-top;
    text-align: left;
    padding: 5px 0;
    margin-left: 15px;
    margin-right: 0;
    background: url(images/arrow.png) no-repeat 0 9px;
    font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#footer ul li a {
    display: block;
    padding: 0 0 0 12px;
    overflow: hidden;
    color: #333333;
}

#footer ul li a:hover {
    color: #0068b7;
    text-decoration: none;
}

#footer ul li li {
    display: block;
    padding: 0;
    margin-left: 5px;
    background: url(images/arrow.png) no-repeat 0 6px;
}

#footer ul li li a {
    padding: 0 0 0 8px;
}

*:first-child+html #footer ul li {
    display: inline;
}

*:first-child+html #footer ul ul,
*:first-child+html #footer ul li li a,
*:first-child+html #footer ul li li {
    display: none;
}

@media only screen and (max-width: 640px) {
    #footerLogo img {
        max-width: 35%;
        height: auto;
    }
}

@media only screen and (max-width: 640px) {
    .float #footerLogo {
        float: none;
        margin: 0 auto;
    }

    #footer .inner {
        width: 100%;
    }

    #footer ul {
        border-top: 1px solid #383838;
        text-align: center;
        margin: 20px 0;
        padding: 0;
    }

    #footer ul ul {
        padding: 0;
        margin: 0;
        display: none;
    }

    #footer ul li {
        margin: 0;
        background: url(images/arrow.png) no-repeat 8px 13px;
        padding: 10px;
        border-bottom: 1px solid #383838;
        border-right: 1px solid #383838;
        width: 50%;
        float: left;
        box-sizing: border-box;
    }

    #footer ul li a {
        font-size: 90%;
    }

    #footer ul li:nth-child(2n) {
        border-right: none;
    }

    .copyright {
        padding: 20px 5px;
    }

    .copylogo img {
        max-height: 25px;
    }
}

/***/
.mt3 {
    margin-top: 3rem !important;
}

.mt4 {
    margin-top: 4rem !important;
}

.mt5 {
    margin-top: 5rem !important;
}

.wrapper_box.bg_illust h1.title_border:before,
.wrapper_box.bg_illust h1.title_border:after {
    content: '';
    background: none;
}

.post .white_bg {
    background: #ffffff;
}

@media only screen and (max-width: 640px) {
    .mt5 {
        margin-top: 5% !important;
    }

    .post .onayami .wrapper_box.bg_illust {
        padding-bottom: 0px;
    }
}

[data-ruby] {
    position: relative;
}

[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -0.8em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.4em;
    letter-spacing: 0.30em;
}

/*
 * トライアルフォーム
 */
#enter_account {
    display: none;
}

#enter_account #btn_wrapper {
    position: relative;
    height: 30px;
    margin-bottom: 10px;
}

#enter_account .count_change {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    transition: 0.3s;
}

#enter_account .count_change:hover {
    opacity: 0.7;
}

#enter_account #account_plus {
    background-color: #2A588B;
    left: 0;
}

#enter_account #account_minus {
    background-color: #C34242;
    right: 0;
}

.hide_form {
    display: none;
}

#enter_account p.alert {
    color: #f20b0b;
    font-size: 12px;
}

#no_mail_address {
    display: none;
}

#enter_account #accounts {
    margin: 0;
}

.human-count input {
    width: calc(100% - 2em);
    display: inline;
}

/*sticky-header*/
#header {
    overflow: inherit;
}

body.mobile.sticky-header .site-header {
    z-index: 100;
    position: relative;
}

body:not(.mobile).sticky-header .site-header {
    position: fixed;
    width: 100%;
    left: 0;
    -webkit-backface-visibility: hidden;
    background: rgba(255, 255, 255, 1.00);
    z-index: 100;
}

body:not(.mobile).sticky-header .site-header.navbg {
    background: rgba(255, 255, 0.80);
}

body:not(.mobile).admin-bar.sticky-header .site-header,
.admin-bar.sticky-header .hide-site-header {
    top: -125px;
}

body:not(.mobile).sticky-header .site-header {
    top: -125px;
    transform: translateY(125px);
    -ms-transform: translateY(125px);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

body:not(.mobile).hide-sticky-header .site-header {
    top: -3.82rem;
    animation: goUp 0.8s;
    -webkit-animation: goUp 0.8s;
}

body:not(.mobile).sticky-header .type-img a,
.hide-sticky-header .type-img a {
    line-height: 3.82rem;
}

body:not(.mobile).sticky-header .site-branding img,
.hide-sticky-header .site-branding img {}

body:not(.mobile).sticky-header .site,
.hide-sticky-header .site {
    padding-top: 5rem;
}

body:not(.mobile).sticky-header .panel ul li {
    margin: 0 10px;
}

/*VWS-headerシリーズ*/
#head-serices {
    margin: 0 auto;
    /*max-width: 1240px;*/
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sticky-header #head-serices {
    display: none;
}

#head-serices ul {
    display: flex;
}

#head-serices ul li {}

#head-serices ul li a b {
    font-weight: normal;
    color: #125fa3;
    font-size: 90%;
}

#head-serices ul li a {
    display: inline-block;
    padding: 0px 12px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#head-serices ul li a:hover {
    background: #00a8a3;
}

#head-serices ul li a b:hover {
    color: #ffffff;
}

#head-serices ul li a span,
#head-serices ul li a b {
    font-size: 13px;
    display: inherit;
}

#head-serices ul li a {
    position: relative;
}

#head-serices ul li a:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 4px;
    height: 15px;
    transform: translateY(-50%);
}

#head-serices ul li.head_jandi a:after {
    background-color: #00c473;
}

#head-serices ul li.head_workflow a:after {
    background-color: #DDD500;
}

#head-serices ul li.head_kintai a:after {
    background-color: #7fc5d6;
}

#head-serices ul li.head_akerun a:after {
    background-color: #202020;
}

#head-serices ul li.head_hayakyu a:after {
    background-color: #00b9ef;
}

#head-serices ul li.head_sfa a:after {
    background-color: #0e32a0;
}

#head-serices ul li.head_sai a:after {
    background-color: #ff9600;
}

#head-serices ul li.head_voi a:after {
    background-color: #009fde;
}

#head-serices ul li.head_wifi a:after {
    background-color: #006DEF;
}

#head-serices ul li.head_prosapo a:after {
    background-color: #34b1e9;
}

#head-serices ul li.head_blog a:after {
    background-color: #0068b7;
}

#head-serices ul li.head_legal a:after {
    background-color: #000A4F;
}

.head-c {
    font-size: 0.7rem;
    display: flex;
}

.head-c .col {
    margin: 0 0.5rem;
}

.head-c .col a {
    text-decoration: underline;
    padding-bottom: 3px;
    color: rgba(0, 97, 200, 1.00);
}

.head-c .col a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    #head-serices {
        padding: 0.5rem 0;
        box-sizing: border-box;
    }

    #head-serices ul {
        display: none;
    }

    .head-c {
        justify-content: center;
        width: 100%;
    }
}

/*シリーズ別Footer*/
#footer .foot-service {
    overflow: auto;
}

#footer .foot-service ul {
    padding-top: 15px;
    display: flex;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
}

#footer .foot-service li a {
    text-align: center;
    font-weight: bold;
    font-size: 1.15rem;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    color: #ffffff;
}

#footer .foot-service ul li {
    text-align: center;
    font-weight: bold;
    padding: 1.5em;
    box-sizing: border-box;
    border-radius: 15px;
    background: #0068b7;
    min-height: 128px;
    max-width: 200px;
    width: 100%;
}

#footer .foot-service ul li:first-child {
    margin-left: 0;
}

#footer .foot-service ul li a:hover {
    color: #ffff00;
}

.foot-service ul li a span {
    display: block;
    font-size: 0.7em;
}

p.footer-ttl {
    text-align: center;
    color: #333;
    position: relative;
    display: table;
    padding: 0 65px;
    font-size: 1.2em;
    margin: 0 auto;
}

p.footer-ttl:before,
p.footer-ttl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #333;
}

p.footer-ttl:before {
    left: 0;
}

p.footer-ttl:after {
    right: 0;
}

@media only screen and (max-width: 800px) {
    .foot-service ul li a span {
        font-size: 1.7vw;
    }
}

@media only screen and (max-width: 640px) {
    #footer .foot-service ul {
        flex-wrap: wrap;
        border: none;
        width: 96%;
        margin: 2% auto;
    }

    #footer .foot-service ul li {
        margin: 2%;
        width: 46%;
        border: none;
    }

    #footer .foot-service ul li:first-child {
        margin: 2%;
    }
}

#footer .foot-service ul li .sns {
    display: flex;
    justify-content: center;
    margin: 0.5rem 0 0 0;
}

#footer .foot-service ul li .sns a {
    padding: 0;
}

#footer .foot-service ul li .sns .icon {
    padding: 0 10px;
}

#footer .foot-service ul li .sns .icon:last-child {
    padding-left: 0;
}


.page-template-page-nosidebar-fullwidth h1.title.first {
    margin: 2rem auto;
}

.page-template-page-nosidebar-fullwidth .post section.trial_box,
.page-template-page-lp .post section.trial_box {
    padding: 0 0 75px 0;
}

.page-template-page-nosidebar-fullwidth .post section.contact_box,
.page-template-page-lp .post section.contact_box {
    padding: 0 0 75px 0;
}

p span.must {
    font-size: 90%;
    color: #ff0a0a;
}

.wpcf7-form .wpcf7-textarea {
    max-width: 100%;
    max-height: 150px;
}

.post table.clear th,
.post table.clear td {
    padding: 5px;
    box-sizing: border-box;
}

.wrapper_box.tiral_bg {
    background: #e3ffea;
    max-width: 700px;
    border-radius: 20px;
    padding: 1rem 0;
}

.wrapper_box.tiral_bg p {
    margin-bottom: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}

/*video*/
.mejs-mediaelement {
    background: #ffffff;
}

.mejs-controls {
    display: none !important;
}

.mejs-overlay-button {
    background-color: rgba(0, 196, 115, 0.5) !important;
}


/*column用*/

.post_text.post_text70 p.time {
    background-color: #0f7469 !important;
}

div.column div.foot-menu {
    display: none;
}

div.column aside#sidebar {
    display: none;
}

div.column h1 {
    font-size: 22px;
    text-align: left;
    padding: 20px 10px;
    border-left: 10px solid #35b49d;
    box-shadow: 1px 1px 1px 1px #e1e1e1;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    margin-bottom: 20px;
}

div.column h2 {
    font-size: 18px;
    padding: 20px 10px;
    border-left: 8px solid #00c473;
}

div.column h2.headline {
    font-size: 22px;
    text-align: left;
    padding: 20px 10px;
    border-left: 10px solid #35b49d;
    box-shadow: 1px 1px 1px 1px #e1e1e1;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    margin-bottom: 20px;
    background: #ffffff;
    font-weight: 800;
}

div.column h3 {
    font-size: 15px;
    background-color: #ffffff;
    padding: 12px 10px;
    border-left: 8px solid #ccf2eb;
    box-shadow: 1px 1px 1px 1px #e1e1e1;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.single h3 {
    color: #252525;
    font-size: 18px;
    background-color: #fff;
    padding: 12px 15px;
    border-left: 8px solid #35b49d;
    margin: 30px auto;
}

.single h2 {
    font-size: 20px;
    font-weight: 700;
    background-color: #eeeded;
    padding: 20px 20px;
    border-left: 8px solid #35b49d;
    margin: 50px auto;
}

.archive div.column h1 {
    padding: 0;
    border: none;
    margin: 0 0 2rem 0;
    box-shadow: 0 0 0;
}

.archive div.column h1 img {
    width: 100%;
    height: auto;
    max-width: 710px;
}

.archive div.column h1.main-head {
    border-left: 0;
    padding: 0;
    border: none;
    box-shadow: 0 0 black;
}

.post .post_img .movie_iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.movie_iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.post_link {
    width: 100%;
}

.column li.clearfix {
    border-bottom: 0;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column ul.post {
    padding: 0;
}

.column .post .post_img iframe {
    border-radius: 15px;
}

.column li.clearfix .post_img {
    width: 45%;
}

.column .post_text70 {
    width: 50.0%;
}

.column #content {
    padding: 4rem 0;
}

section#text-2 {
    margin-bottom: 0;
}

section#text-2 div.textwidget {
    display: none;
}

.side-cat p {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 125%;
    background-color: #35b49d;
    color: #FFF;
}

.side-new p {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 125%;
    background-color: #35b49d;
    color: #FFF;
}

.side-toc p {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 125%;
    background-color: #35b49d;
    color: #FFF;
}

.side-search_title p {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 125%;
    background-color: #35b49d;
    color: #FFF;
}

div.head_cat {
    width: 90%;
    margin: 0 auto;
    height: auto;
}

div.head_cat div.list {
    float: left;
    background-color: #35b49d;
    color: #fff;
    font-weight: bold;
    font-size: 80%;
    padding: 5px 20px;
    margin-right: 10px;
    border-radius: 5px;
}

.archive .textwidget {
    display: none;
    padding: 0;
}

.archive section#text-3 {
    margin-bottom: 0;
}

.aligncenter.backtotop {
    margin-top: 5rem;
}

input#searchsubmit {
    background: #0f7469 !important;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

#toc_container {
    box-sizing: border-box;
    width: 100%;
    border-top: 0px;
    border-bottom: 4px solid #35b49d;
    border-left: 4px solid #35b49d;
    border-right: 4px solid #35b49d;
    border-radius: 0px 0px 10px 10px;
    font-size: 120%;
}

.tax-column_cat .scroll-fix,
.post-type-archive-column .scroll-fix,
.single-column .scroll-fix {
    display: none;
}

@media only screen and (max-width: 640px) {
    .column #content .post_img {
        width: 90%;
        max-width: 450px;
    }

    .guide #content .post_img {
        width: 100%;
        max-width: 450px;
    }

    .guide li.clearfix {
        flex-direction: column;
        padding: 1rem 0;
        margin-bottom: 0;
    }

    .column li.clearfix {
        flex-direction: column;
        padding: 0 0 0.5rem 0;
        margin-bottom: 0;
    }

    #content .post_text70 {
        max-width: 450px;
        padding: 1rem 0;
        width: 90%;
    }

    .guide #content .post_text70 {
        width: 100%;
    }

    .column #content {
        padding: 2rem 0;
    }

    div.column h2 {
        font-size: 1.0rem;
        padding: 0;
        border-left: 4px solid #00c473;
    }

    .guide #content .post_img img {
        max-width: 100%;
        width: 100%;
    }

    h2.cat-loop.mobi {
        overflow: inherit;
        text-overflow: inherit;
        white-space: inherit;
        padding: 0 0 0 10px;
        font-size: 16px;
    }

    li.clearfix.mobi {
        border: 1px solid #cccccc;
        padding: 1rem;
        box-sizing: border-box;
        border-radius: 10px;
        margin-bottom: 1.5rem;
    }

    div.guide h2 {
        font-size: 1.0rem;
        padding: 0;
        border-left: 4px solid #00c473;
    }

    .column .post_link {
        font-size: 0.7rem;
    }

    .column .post .post_img iframe {
        border-radius: 8px;
    }
}

/*guide*/
.heading {
    background: #231816;
    color: #ffffff;
    padding: 1rem 0;
    box-sizing: border-box;
}

.heading-inner {
    max-width: 1400px;
    margin: 0 auto;
    width: 95%;
}

.heading h1 {
    font-weight: bold;
    font-size: 1.6rem;
}

body.right-sidebar #wrapper {
    position: relative;
}

body.right-sidebar #wrapper #sidebar {
    margin-top: 4rem;

}

#sidebar {
    float: right;
    width: 265px;
    margin-bottom: 20px;
    padding-top: 25px;
}

#sidebar p,
#sidebar h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 125%;
    background-color: #35b49d;
    color: #fff;
    border-radius: 5px;
    margin: 0;
}

#wrapper {
    width: 100%;
    max-width: 1400px;
}

.guide #content {
    float: left;
    margin-top: 25px;
    width: calc(100% - 320px);
}

.guide .post {
    padding: 10px 0;
}

.guide .post table {
    border: 1px solid #D9D9D9;
}

.guide .post table p {
    margin-bottom: 0;
}

.guide ul li {
    border-bottom: 0;
    padding: 2rem 0 2rem 0;
}

.post_link {
    text-align: right;
}

.post-type-archive-movie .post_link {
    text-align: left;
}

.post_link a {
    color: #35b49d;
    border: 1px solid #35b49d;
    padding: 0.5rem 2rem;
    border-radius: 50vh;
    box-sizing: border-box;
    margin: 0 auto;
}

.post_link a:hover {
    background: #35b49d;
    color: #ffffff;
}

/* 画像 */
.guide .post img.aligncenter {
    margin: 0 auto 30px;
}

/* 見出し */
div.guide h1.title {
    color: #252525;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    line-height: 1.4;
    padding: 20px 25px;
    border-left: 10px solid #35b49d;
    margin-bottom: 20px;
}

div.guide h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 20px 20px;
    border-left: 8px solid #35b49d;
    margin: 50px auto;
}

div.guide h3 {
    color: #252525;
    font-size: 18px;
    background-color: #fff;
    padding: 12px 15px;
    border-left: 8px solid #d3e6f7;
    margin: 30px auto;
}

div.guide h3:before {
    content: none;
}

/* カテゴリー */
.archive div.guide h2 {
    margin: 0 auto 20px;
}

div.guide div.head_cat {
    margin: 0 auto 10px;
    height: auto;
    overflow: hidden;
}

div.guide div.head_cat div.list {
    float: left;
    background-color: #307ecc;
    color: #fff;
    font-weight: 700;
    font-size: 80%;
    padding: 8px 20px;
    margin-top: 5px;
    margin-right: 10px;
    border-radius: 5px;
    line-height: 1.6em;
}

.single-guide #content {
    margin-top: 25px;
    width: calc(100% - 320px);
}

@media only screen and (max-width: 959px) {

    .guide #content,
    .archive #sidebar,
    .single #sidebar {
        float: none;
        width: 95%;
    }

    .single-guide #content {
        margin: 0px auto 0 auto;
        width: 95%;
    }
}

@media only screen and (max-width: 768px) {
    .heading h1 {
        font-size: 1.2rem;
    }
}

.post img {
    padding: 0;
    border: none;
}

/* -------------------------------
フロントページ｜CV
------------------------------- */
.column-ftcta h2 {
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0 auto 20px;
    font-size: 160%;
    font-weight: 700;
    border-radius: 0;
}


.column-ftcta .cv {
    background: #3d4347;
    color: #fff;
    text-align: center;
    padding-bottom: 0;
    padding-top: 75px
}

.column-ftcta .cv .wrapper_box {
    background: url(../../uploads/cv_bg.png) no-repeat;
    padding-bottom: 60px;
}

.column-ftcta .cv .wrapper_box {
    max-width: 1240px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.column-ftcta .cv .wrapper_box.w1240 {
    max-width: 1280px;
}

.column-ftcta .cv ul {
    display: table;
    width: 100%;
    margin: 0;
}

.column-ftcta .cv ul li {
    display: table-cell;
    vertical-align: middle;
    border: none;
    box-sizing: border-box;
    padding: 0 10px;
}

.column-ftcta .cv ul li.cv_tel {
    width: 36%;
}

.column-ftcta .cv ul li.cv_tel p {
    display: inline-block;
    background: url(images/icon_tel_white.png) no-repeat left center;
    background-size: 75px;
    padding-left: 80px;
    line-height: 1.2;
    font-size: 110%;
}

.column-ftcta .cv ul li.cv_tel a {
    color: #00C473;
    font-weight: bold;
    font-size: 290%;
    display: inline-block;
}

.column-ftcta .cv ul li.cv_mail {
    width: 64%;
}

.column-ftcta .cv ul li.cv_mail p {
    display: inline-block;
    vertical-align: top;
    width: 45.0%;
    margin: 0 1%;
    font-size: 0.8rem;
    line-height: 1.5;
}

.column-ftcta .cv ul li.cv_mail a {
    background: #fbba00;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 130%;
    letter-spacing: 0.05em;
    padding: 15px 5px;
    box-sizing: border-box;
    border-radius: 30px;
    margin-bottom: 5px;
    color: #3d4347;
    transition: all .3s;
}

.column-ftcta .cv ul li.cv_mail a.trial {
    background: #00c473;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 130%;
    letter-spacing: 0.05em;
    padding: 15px 5px;
    box-sizing: border-box;
    border-radius: 30px;
    margin-bottom: 5px;
    color: #3d4347;
    transition: all .3s;
}

.column-ftcta .cv ul li.cv_mail a.req {
    background: #0068b7;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 130%;
    letter-spacing: 0.05em;
    padding: 15px 5px;
    box-sizing: border-box;
    border-radius: 30px;
    margin-bottom: 5px;
    color: #fff;
    transition: all .3s;
}

.column-ftcta .cv ul li.cv_mail a .icon_mail {
    display: inline-block;
    background: url(images/icon_mail.png) no-repeat left center;
    background-size: 24px;
    padding-left: 30px;
}

.column-ftcta .cv ul li.cv_mail a:hover,
.post .cv ul li.cv_mail a:active {
    background: #fb9800;
}

.columnt-ftcta .cv ul li.cv_mail a.trial:hover,
.post .cv ul li.cv_mail a.trial:active {
    background: #00ff96;
}

.column-ftcta .cv ul li.cv_mail a.req:hover,
.post .cv ul li.cv_mail a.req:active {
    background: #00a8a3;
}

@media only screen and (max-width: 1239px) {
    .column-ftcta .cv ul {
        display: block;
    }


    .columnt-ftcta .cv ul li {
        display: block !important;
        margin: 0 auto;
    }

    .post .column-ftcta .cv ul li {
        display: block !important;
    }

    .column-ftcta .cv ul li.cv_tel,
    .post .cv ul li.cv_mail {
        display: block !important;
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 799px) {
    .column-ftcta .cv ul li.cv_mail p {
        display: block;
        width: 100%;
        margin: 0 auto 10px;
    }
}

@media only screen and (max-width: 640px) {
    .column-ftcta .cv ul li.cv_tel p {
        background-size: 50px;
        padding-left: 55px;
    }

    .column-ftcta .cv ul li.cv_tel a {
        font-size: 250%;
    }

    .column-ftcta .cv ul li.cv_mail a {
        font-size: 120%;
    }

    .column-ftcta .cv .wrapper_box {
        padding-bottom: 40px;
    }
}

/*body.post-type-archive-column aside#sidebar{display:none;}
body.post-type-archive-column div.foot-menu{display:none;}
body.post-type-archive-column div#content{width:100% !important;}*/

.Btns {
    background: #1b998b;
    display: inline-block;
    border-radius: 50px;
    padding: 1em 4.8em 1em 4.5em;
    line-height: 1.25;
    box-shadow: 0px 2px 0px #0f7469;
    transition: all .1s;
    position: relative;
    top: 0;
    box-sizing: border-box;
}

a.Btns {
    color: #ffffff;
}

.voice a.Btns.small {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    font-size: 95%;
    padding: 0.7em 4.5em;
    box-sizing: border-box;
}

.Btns.small:hover,
.Btns.small:active {
    box-shadow: none;
    top: 2px;
    background: #1b998b;
}

.Btns.small::after,
.Btns.small::after {
    border-right-color: #1c2d4f;
    border-bottom-color: #1c2d4f;
}

.home .post4b {
    border: 0;
    padding: 0 0 2rem;
    text-align: left;
}

.home .post4b li {
    border-bottom: 0 !important;
}

.home .post4b_link {
    float: none;
}

.home p.time {
    background-color: #00c473;
    padding: .3rem;
    font-size: .8rem;
}

@media only screen and (max-width: 640px) {
    #content .post4b_img {
        margin: 0 auto .5rem auto;
    }

    h2.cat-loop {
        margin: 10px auto;
    }

    #content .post4b_text70 {
        max-width: 300px;
    }

    #content .post4b_img img {
        max-width: 100%;
    }
}

.vlog ul.post4b {
    border: 1px solid #cccccc;
    padding: 1.5rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
    border-radius: 15px;
}

section.support a {
    color: #ffff00;
}

section.support a:hover {
    text-decoration: underline;
}

@media print,
screen and (min-width: 769px) {
    br.pcnone {
        display: none !important;
    }
}

@media print,
screen and (max-width: 768px) {
    br.spnone {
        display: none !important;
    }

    .spleft p {
        text-align: left !important;
    }

    .spleft th,
    .spleft td {
        text-align: left !important;
    }
}

/*joblabo対処*/
.trial-banner img {
    width: 100%;
    height: auto;
    max-width: 375px;
}

.trial-banner2 img {
    width: 100%;
    height: auto;
    max-width: 375px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.single #MESY_FTMFM_footer-tab-menu-all-wrapper,
.archive #MESY_FTMFM_footer-tab-menu-all-wrapper {
    display: none;
}

.hs-pagination {
    justify-content: flex-start !important;
    margin-bottom: 2rem;
}

.wp-pagenavi {
    margin-bottom: 2rem;
}

.hs-pagination__link {
    margin-right: 2px !important;
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}

.hs-pagination__link--number.hs-pagination__link--active,
.wp-pagenavi span.current {
    background: #35b49d;
    border: none;
    border-radius: 50vh;
    font-weight: 700;
    display: flex;
    height: 35px;
    width: 35px;
    padding: 0;
    justify-content: center;
    pointer-events: none;
}

.hs-pagination__link--number,
.wp-pagenavi a,
.wp-pagenavi span {
    padding: .5rem .90rem;
    border-radius: 50vh;
    text-decoration: none;
    border: 1px solid #BFBFBF;
    margin: 2px;
    display: flex;
    height: 26px;
    width: 22px;
    padding: 0 !important;
    justify-content: center;
}
#hs_cos_wrapper_widget_1736154610933 .hs-pagination__link--next,
#hs_cos_wrapper_widget_1736154610933 .hs-pagination__link--prev{
  width: 17px;
  height: 26px;
  border-radius: 50vh;
  padding: 0;
  justify-content: center;
}
#hs_cos_wrapper_widget_1736154610933 .hs-pagination__link--next svg,
#hs_cos_wrapper_widget_1736154610933 .hs-pagination__link--prev svg
{
  display: none;
}

#hs_cos_wrapper_widget_1736154610933 .hs-pagination__link--next:after{
  content: "»";
  font-size: 15.2px;
}
#hs_cos_wrapper_widget_1736154610933 .hs-pagination__link--prev:after{
  content: "«";
  font-size: 15.2px;
}

@media print,
screen and (max-width: 414px) {

    section#widget_sp_image-3,
    section#widget_sp_image-4 {
        display: none;
    }
}

/*menu trigger
--------------------------------------------------------*/
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 13;
}

.menu-trigger p.menutr {
    position: absolute;
    bottom: -82%;
    font-size: 80%;
    color: #f8d4da;
    z-index: 3;
}

#menu-trigger.active p.menutr {
    display: none;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    border-radius: 0px;
}

.menu-trigger span:nth-of-type(1) {
    top: 2.5px;
}

.menu-trigger span:nth-of-type(2) {
    top: 10.5px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.fix-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fix-menu ul li {
    letter-spacing: 0.15em;
    padding: 5px 0;
}

.fix-menu ul li a {
    color: #ffffff;
    font-weight: bold;
}

.fix-menu ul li a b {
    position: relative;
}

.fix-menu ul li {
    position: relative;
}

.fix-menu ul li a:hover {
    text-decoration: none;
}

.fix-menu ul li a b:before {
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -2px;
    left: -2px;
    margin-top: -1px;
    background-color: #FFFFFF;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*menu trigger fix
--------------------------------------------------------*/
.menu-trigger-fix,
.menu-trigger-fix span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 13;
}

.menu-trigger-fix {
    position: fixed;
    width: 25px;
    height: 22px;
    right: 19px;
    top: 58px;
}

.sticky-header .menu-trigger-fix {
    top: 25px;
}

.menu-trigger-fix span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00c473;
    border-radius: 0px;
}

.sticky-header .menu-trigger-fix span {
    background-color: #00c473;
}

.menu-trigger-fix span:nth-of-type(1) {
    top: 0;
}

.menu-trigger-fix span:nth-of-type(2) {
    top: 9.5px;
}

.menu-trigger-fix span:nth-of-type(3) {
    bottom: 0;
}

/*menu trigger effect
--------------------------------------------------------*/
#menu-trigger::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    border: none;
    margin: 0;
    transition: all .75s;
    background: transparent;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transform: translate(-50%, -50%);
}

#menu-trigger.active::after {
    background: rgba(0, 0, 0, 0.00);
}

#menu-trigger.active span:nth-of-type(1) {
    transform: translateY(8.5px) rotate(-45deg);
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    -moz-transform: translateY(8.5px) rotate(-45deg);
    -ms-transform: translateY(8.5px) rotate(-45deg);
    background-color: #fff;
}

#menu-trigger.active span:nth-of-type(2) {
    left: 60%;
    opacity: 0;
    animation: active-menu12-bar02 .8s forwards;
    -webkit-animation: active-menu12-bar02 .8s forwards;
    -moz-animation: active-menu12-bar02 .8s forwards;
    -ms-animation: active-menu12-bar02 .8s forwards;
}

@-webkit-keyframes active-menu12-bar02 {
    100% {
        height: 0;
    }
}

@keyframes active-menu12-bar02 {
    100% {
        height: 0;
    }
}

#menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
    -webkit-transform: translateY(-7px) rotate(45deg);
    -moz-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    background-color: #fff;
}

#menu-trigger.active::after {
    animation: menu12-circle .4s .25s forwards;
    -webkit-animation: menu12-circle .4s .25s forwards;
    -moz-animation: menu12-circle .4s .25s forwards;
    -ms-animation: menu12-circle .4s .25s forwards;
}

@-webkit-keyframes menu12-circle {
    0% {
        border-color: transparent;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
    }

    25% {
        border-color: transparent #fff transparent transparent;
    }

    50% {
        border-color: transparent #fff #fff transparent;
    }

    75% {
        border-color: transparent #fff #fff #fff;
    }

    100% {
        border-color: #fff;
        transform: rotate(-680deg);
        -webkit-transform: rotate(-680deg);
        -moz-transform: rotate(-680deg);
        -ms-transform: rotate(-680deg);
    }
}

@keyframes menu12-circle {
    0% {
        border-color: transparent;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
    }

    25% {
        border-color: transparent #fff transparent transparent;
    }

    50% {
        border-color: transparent #fff #fff transparent;
    }

    75% {
        border-color: transparent #fff #fff #fff;
    }

    100% {
        border-color: #fff;
        transform: rotate(-680deg);
        -webkit-transform: rotate(-680deg);
        -moz-transform: rotate(-680deg);
        -ms-transform: rotate(-680deg);
    }
}

@media print,
screen and (max-width: 767px) {
    .menu-trigger {
        top: 21px;
        width: 18px;
        height: 16px;
        right: 25px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0px;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 6.5px;
    }

    .side-open #right-panel {
        padding-top: 13px;
    }
}

@media print,
screen and (max-width: 767px) {
    #menu-trigger.active span:nth-of-type(1) {
        transform: translateY(7px) rotate(-45deg);
        -webkit-transform: translateY(7px) rotate(-45deg);
        -moz-transform: translateY(7px) rotate(-45deg);
        -ms-transform: translateY(7px) rotate(-45deg);
        background: rgba(255, 255, 255, 1.00);
    }

    #menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-12px) rotate(45deg);
        -webkit-transform: translateY(-12px) rotate(45deg);
        -moz-transform: translateY(-12px) rotate(45deg);
        -ms-transform: translateY(-12px) rotate(45deg);
        background: rgba(255, 255, 255, 1.00);
    }
}

/* メインコンテンツ
--------------------------------------------------------*/
#all {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
}

/* サイドオープン時にメインコンテンツを覆う部分
--------------------------------------------------------*/
.overlay {
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.overlay::after {
    content: "";
    visibility: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255, 255, 255, 0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0, 0, 0, .7);
}

.side-open .overlay::after {
    visibility: visible;
    color: rgba(255, 255, 255, .8);
}

/* サイドメニュー ※リストのスタイルは省略
--------------------------------------------------------*/
#right-panel {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 150px;
    text-align: left;
    background: #29B26E;
    z-index: 12;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
}

/* sme-iconを最下部に設置用 */
#right-panel .panel-inner {
    position: relative;
    min-height: 100%;
    padding-bottom: 80px;
    box-sizing: border-box;
}

/* サイドメニューオープン
--------------------------------------------------------*/
.side-open #right-panel {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    width: 100%;
    overflow: auto;
    position: fixed;
    height: 100%;
}

.panel ul li {
    position: relative;
}

.panel ul li a {
    display: block;
    text-align: center;
    padding: 10px 20px;
}

.panel ul li a {
    color: #ffffff;
    font-size: 18px;
}

nav#mainNav .panel ul li a b {
    font-weight: 600;
}

section.widget_sp_image img {
    height: auto;
}

section.widget {
    border: none;
}

section.widget li {
    margin: 0 5px 0 0;
    border-bottom: 1px dashed #dcdcdc;
}

.side-cat p,
.side-search_title p {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 125%;
    background-color: #35b49d;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 0;
}

.mobile section.widget_sp_image {
    display: none;
}

@media only screen and (max-width:479px) {
    .panel ul li {
        margin: 5px 15px;
    }

    .panel ul li:first-child {
        margin-top: 30px;
    }
}

/*movie-sp*/
@media only screen and (max-width:479px) {
    .litebox-overlay .litebox-close {
        display: inherit !important;
    }
}

/*corona-trial*/
#corona-trial {
    background: url(/wp-content/uploads/corona-bg.jpg);
    background-size: cover;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100%;
    z-index: 10;
}

#corona-trial .desc {
    text-align: center;
    padding: 0.5rem;
    box-sizing: border-box;
    font-size: 0.8rem;
    color: #ffffff;
}

#corona-trial .desc a {
    background: #00c473;
    color: #ffffff;
    transition: all .3s;
    padding: 0.25rem 2rem;
    border-radius: 50px;
    position: relative;
    margin-left: 1rem;
}

#corona-trial .desc a:hover {
    background: #00ff96;
}

#corona-trial .desc a:hover img {
    opacity: 1.0;
}

.mobile.sticky-header #corona-trial {
    position: fixed;
}

@media only screen and (max-width:640px) {
    span.sp-none {
        display: none;
    }
}

/* scroll-logo */
.scroll-logo {
    display: inline-block;
    vertical-align: middle;
    padding-top: 15px;
}

.scroll-logo-fix .scroll-logo img {
    width: auto;
    height: 37px;
}

.sticky-header .scroll-logo {
    display: inline-block;
    padding-top: 0
}

@media only screen and (max-width:1023px) {
    .scroll-logo {
        display: inline;
        position: relative;
        vertical-align: middle;
        padding-left: 15px;
    }

    .scroll-logo-fix .scroll-logo img {
        max-height: 55px;
    }

    .sticky-header .scroll-logo {
        display: inline;
        position: relative;
        vertical-align: middle;
    }
}

@media only screen and (max-width:640px) {
    .home .scroll-logo {
        padding-top: 0;
    }
}

/*head-login*/

.panel ul.head-login {
    padding: 1px 0;
}

.panel ul.head-login li {
    margin: 15px 0;
    padding: 0 5px;
    box-sizing: border-box;
}

.panel ul.head-login li a {
    background: #0068b7;
    color: #ffffff;
    font-size: 180%;
    display: block;
    max-width: 234px;
    width: 80vw;
    text-align: center;
    margin: 0 auto;
    padding: 0.8rem 0.5rem;
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .4);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.panel ul.head-login li a:hover {
    background: #00a8a3;
}

@media screen and (max-width: 1023px) {

    .panel ul.head-login li a {
        background: #186B89;
    }

    .panel ul.head-login li a {
        background: #186B89;
        color: #ffffff;
        font-size: 16px;
        display: block;
        max-width: 234px;
        width: 80vw;
        text-align: center;
        margin: 0 auto;
        padding: 11px 30px 10px;
        box-sizing: border-box;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, .4);
    }

    .panel ul.head-login li a:hover {
        opacity: .5;
    }

    .panel ul.head-login li.yellow-button a {
        background: #EA9E06;
    }

    .panel ul.head-login li.white-button a {
        background: #fff;
        color: #29B26E;
    }

}

/* sme-icon */
@media only screen and (max-width:1300px) {
    .sme-icon img {
        max-width: 14.5vw;
        height: auto;
    }
}

@media only screen and (min-width:1024px)and (max-width:1200px) {
    .sme-icon {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    .sme-icon img {
        max-width: 250px;
        height: auto;
    }
}

@media only screen and (max-width:1023px) {
    .panel .panel-inner .sme-icon {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .panel .panel-inner .sme-icon img {
        max-width: 160px;
    }
}

/*sp-service-list*/
p.service-name {
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    display: table;
    margin: 0 auto;
    padding: 0.25rem 0.5rem;
    box-sizing: border-box;
    margin-top: 1rem;
    margin-bottom: 1.2rem;
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
}

.sp-service-list {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto 1.5rem;
    justify-content: space-between;
    gap: 3vw 2%;
}

.sp-service-list div[class^="col"] {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
}

.sp-service-list .col2 {
    width: 47%;
    background: #ffffff;
    padding: 1.0rem;
    box-sizing: border-box;
    border-radius: 5px;
}

.sp-service-list img {
    width: 100%;
}

.sp-service-list .col2 {
    align-items: center;
    display: flex;
    margin: 0 auto;
}

.sp-service-list .col2-center {
    margin-left: auto;
    margin-right: auto;
}

.sp-service-list .col1 {
    background: #ffffff;
    padding: 0.5rem 0.5rem 0 0.5rem;
    box-sizing: border-box;
    border-radius: 5px;
}

/*table-sp*/
.table-pc-none table.pricetable {
    margin-bottom: 0;
}

.cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 1.5rem auto;
    color: #ffffff;
}

.cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.cp_actab label {
    font-weight: bold;
    line-height: 3;
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    cursor: pointer;
    margin: 0 0 1px 0;
    background: #00c473;
    border: 1px solid #00c473;
    box-sizing: border-box;
}

.cp_actab input[type=checkbox]:checked+label {
    background: #ffffff;
    color: #00c473;
}

.sp_prem_price .cp_actab label {
    background: #00ace9;
    border: 1px solid #00ace9;
}

.sp_enter_price .cp_actab label {
    background: #0068b7;
    border: 1px solid #0068b7;
}

.sp_prem_price .cp_actab input[type=checkbox]:checked+label {
    background: #ffffff;
    color: #00ace9;
}

.sp_enter_price .cp_actab input[type=checkbox]:checked+label {
    background: #ffffff;
    color: #0068b7;
}

.cp_actab span.closed {
    display: inherit;
}

.cp_actab span.opened {
    display: none;
}

.cp_actab input[type=checkbox]:checked+label span.closed {
    display: none;
}

.cp_actab input[type=checkbox]:checked+label span.opened {
    display: inherit;
}

.cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    color: #333333;
    background: #ffffff;
}

.cp_actab .cp_actab-content p {
    margin: 1em;
}

/* :checked */
.cp_actab input:checked~.cp_actab-content {
    max-height: 150em;
}

.sp_free_price .cp_actab input:checked~.cp_actab-content {
    border: 3px solid #00c473;
    padding: .5rem;
    box-sizing: border-box;
}

.sp_prem_price .cp_actab input:checked~.cp_actab-content {
    border: 3px solid #00ace9;
    padding: .5rem;
    box-sizing: border-box;
}

.sp_enter_price .cp_actab input:checked~.cp_actab-content {
    border: 3px solid #0068b7;
    padding: .5rem;
    box-sizing: border-box;
}

/* Icon */
.cp_actab label::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}

.cp_actab input[type=checkbox]+label::after {
    content: '+';
}

.cp_actab input[type=checkbox]:checked+label::after {
    transform: rotate(315deg);
}

/*}*/

.table-pc-none {
    display: none;
}

.table-sp-none {
    display: inherit;
}

@media only screen and (max-width:768px) {
    .table-pc-none {
        display: inherit;
    }

    .table-sp-none {
        display: none;
    }
}

/*SME*/
.sme-section {
    padding-top: 35px;
    width: 96%;
    margin: 0 auto;
}

.sme-section img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

@media only screen and (max-width: 640px) {
    .sme-section {
        padding-top: 0;
    }

    .sme-section img {
        width: 80%;
        max-width: 400px;
        height: auto;
        margin: 2rem auto;
    }
}

.comm_flex {
    display: flex;
    justify-content: space-between;

}

.comm_flex .col4 {
    width: 23%;
    margin-right: 2%;
    max-height: 210px;
}

.comm_flex .col4:last-child {
    margin-right: 0%;
}

.comm_flex img {
    padding: 0;
    border: 0;
    width: 100%;
    max-width: 251px;
}

@media only screen and (max-width: 768px) {
    .comm_flex {
        flex-wrap: wrap;
        max-width: 540px;
        margin: 0 auto;
    }

    .comm_flex .col4 {
        width: 48%;
        margin-right: 0;
        max-height: inherit;
        max-width: 251px;
        margin-bottom: 3vw;
    }

    .post .next-message {
        padding: 0 0 0;
    }

    section#troubles {
        margin: 0 auto;
    }
}

/*sp case adjust*/
.sp_contents {
    padding-bottom: 2.5rem;
    display: none;
}

.pc_contents {
    display: inherit;
}

@media only screen and (max-width: 768px) {
    .sp_contents {
        display: inherit;
    }

    .pc_contents {
        display: none;
    }
}

.accordion-wrap {
    background: #ffffff;
    border-radius: 30px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 19px 1px #efefef;
}

.accordion-item {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.accordion-header {
    transition: ease-in-out 100ms;
    padding: 10px;
    box-sizing: border-box;
}

.accordion-text {
    width: 100%;
    display: none;
    padding: 1.5rem;
    /*border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;*/
}

.fa {
    transition: ease-in-out 300ms;
}

.rotate-fa {
    transform: rotate(180deg);
}

.accordion-header .fa {
    float: right;
    line-height: 35px;
}

.accordion-gold {
    color: #ddba4d;
}

.accordion-no-bar {
    border-bottom: 0;
}

.accordion-item .troubles_voice .col-img {
    width: 15%;
}

.accordion-item .troubles_voice .col-txt {
    width: 75%;
    margin-right: 0;
    margin-left: 2%;
    padding: 3.2vw;
}

.accordion-item .troubles_voice .col-txt:after,
.accordion-item .troubles_voice .col-txt:before {
    left: 0;
    right: 100%;
    transform: rotate(180deg);
    transform-origin: left;
}

.accordion-item .troubles_voice {
    padding: 0;
}

.accordion-wrap .troubles_result h3:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 50px;
    border-right-width: 50px;
    margin-left: -50px;
    border-top-color: #fff;
    top: 100%;
    left: 50%;
}

.accordion-wrap .troubles_result h3 {
    position: relative;
    border-bottom: 0;
    margin-bottom: 2rem;
}

p.acc_ans b {
    display: block;
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center;
    color: #3d4347;
}

.movie-frame {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin: 2rem auto;
}

.movie-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.25rem;
    box-shadow: 0 0px 50px 0 rgb(0 0 0 / 12%);
}

p.ctaBtn {
    max-width: 500px;
    margin: 0 auto;
}

p.ctaBtn span {
    display: inline-block;
    background: url(//vws-biz.com/wp-content/themes/mrp04-child/images/mail_icon.png) no-repeat left center;
    background-size: 26px;
    padding: 4px 0 4px 36px;
    color: #231816;
}

p.ctaBtn a {
    background: #fbba00;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 130%;
    letter-spacing: .05em;
    padding: 20px 5px;
    box-sizing: border-box;
    border-radius: 40px;
    margin-bottom: 5px;
    color: #3d4347;
    transition: all .3s;
}

p.ctaBtn a:hover {
    background: #ff0;
}

@media only screen and (max-width: 768px) {
    section.support.cta {
        margin: 5rem auto 0 auto;
    }

    .cta p.troubles_result_title.white b {
        display: inherit;

    }

    .cta p.troubles_result_title.white {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

/*onayami-movie*/
.post .onayami-area {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.post .onayami-area .fukidashi {
    background: none;
    padding: 10px;
}

.post .onayami-area .message_box {
    padding: 40px 40px 80px 40px;
    box-sizing: border-box;
    border-radius: 3rem;
}

.post .onayami-area .message_box h1.mb-headline {
    margin: 30px auto 0px auto;
    letter-spacing: 0.20rem;
    color: #00c473;
}

.post .onayami-area .message_box .message_txt {
    padding: 35px 40px 40px 40px;
    box-sizing: border-box;
}

.post .onayami-area .message_box .message_txt h2 {
    font-size: 248%;
    text-align: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .post .onayami-area .message_box {
        padding: 20px;
    }

    .movie-frame iframe {
        border-radius: 1rem;
    }
}

/*h1に元のh2のスタイルに変更*/
.archive div.column h1 {
    border: none;
    margin: 0 0 2rem;
    font-size: 22px;
    text-align: left;
    padding: 20px 10px;
    border-left: 10px solid #35b49d;
    box-shadow: 1px 1px 1px 1px #e1e1e1;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    margin-bottom: 20px;
    background: #fff;
    font-weight: 800;
}

.mainimg {
    margin: 0 0 2rem 0;
}

.mainimg picture img {
    width: 100%;
    height: auto;
    max-width: 710px;
}

/*webiner*/
section.webiner-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 0 150px 0;
}

section.webiner-area .col-img {
    width: 48%;
}

section.webiner-area .col-txt {
    width: 48%;
    text-align: left;
}

.post .fukidashi .col-txt p {
    display: inherit;
    background: none;
    font-size: inherit;
    padding: inherit;
}

p.webiner-head {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    color: #00c473;
    margin-bottom: 0.2rem !important;
    text-align: center;
}

p.webiner-sub {
    color: #00c473;
    font-weight: 600 !important;
    text-align: center;
    background: #ffff00 !important;
    padding: 0.2rem 1rem !important;
    display: table !important;
    margin: 0 auto 0.2rem auto !important;
    border-radius: 15px !important;
}

p.webiner-catch {
    text-align: center;
    display: table;
    margin: 0 auto;
    padding: 0.5rem !important;
    font-weight: 600 !important;
}

p.webiner-catch:before {
    margin-right: 0.3rem;
    content: "＼";
    font-weight: bold;
}

p.webiner-catch:after {
    margin-left: 0.3rem;
    content: "／";
    font-weight: bold;
}

ul.webiner-list {
    list-style: disc;
    background: #dcfff1;
    border-radius: 15px;
    padding: 1rem 1rem 1rem 2.5rem;
    box-sizing: border-box;
    margin-bottom: 1rem !important;
}

ul.webiner-list li {
    margin: 0 0 0.5rem 0;
    border-bottom: none;
}

ul.webiner-list li:last-child {
    margin-bottom: 0;
}

@media print,
screen and (max-width: 1024px) {
    section.webiner-area {
        flex-direction: column;
    }

    section.webiner-area .col-img {
        width: 100%;
    }

    section.webiner-area .col-txt {
        width: 100%;
        max-width: 710px;
    }
}

@media print,
screen and (max-width: 768px) {
    p.webiner-head {
        font-size: 1.2rem !important;
    }

    ul.webiner-list {
        font-size: 0.8rem !important;
    }

    section.webiner-area {
        padding: 0 15px 4rem 15px;
        box-sizing: border-box;
    }
}

/*vlog*/
#vlog-area {
    background: #efefef;
    padding: 1% 0;
}

.page-vws-hayakyu #vlog-area,
.page-akerun #vlog-area {
    padding: 6rem 0 2rem 0;
}

ul.vision_rss.jandi-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.vision_rss.jandi-ul li {
    width: 30%;
    margin-bottom: 2rem;
    background: #fff;
    padding: 2%;
    box-sizing: border-box;
}

ul.vision_rss.jandi-ul li:nth-child(3n+2):last-child {
    margin-right: calc(30% + (((100% - (30% * 3)) / 2) * 1));
}

ul.vision_rss.jandi-ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

ul.vision_rss.jandi-ul li a .eyecatch {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

ul.vision_rss.jandi-ul li a .eyecatch img {
    width: 100%;
    max-width: 420px;
}

ul.vision_rss.jandi-ul li a .title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    color: #0068b7;
    font-size: 1.2rem;
    font-weight: 600;
}

ul.vision_rss.jandi-ul li a .date {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0.1rem 0.5rem;
    background: #0068b7;
    border-radius: 5px;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.5rem 0;
}

@media only screen and (max-width: 1200px) {
    ul.vision_rss.jandi-ul {
        width: 95%;
        margin: 0 auto;
        justify-content: space-evenly;
    }

    /* ul.vision_rss.jandi-ul li {
    width: 40%;
  }
  ul.vision_rss.jandi-ul li:nth-child(3n+2):last-child {
      margin-right: 0;
  }*/
}

@media only screen and (max-width: 1024px) {
    #vlog-area {
        padding: 2rem 0;
    }

    p.aligncenter {
        margin: 2% auto;
    }
}

@media only screen and (max-width: 640px) {
    ul.vision_rss.jandi-ul li {
        width: 95%;
        padding: 15px;
        box-sizing: border-box;
        margin: 10px auto;
        max-width: 420px;
    }

    ul.vision_rss.jandi-ul li:nth-child(3n+2):last-child {
        margin-right: inherit;
    }

    #vlog-area {
        padding: 1.5rem 0;
    }

    .page-vws-hayakyu #vlog-area,
    .page-akerun #vlog-area {
        padding: 3rem 0 2rem 0;
    }

    #vlog-area h1.title span {
        font-size: 2.0rem;
    }

    #vlog-area h1.title span.subcatch {
        font-size: 0.9rem;
        padding-left: 0;
        display: block;
    }

    ul.vision_rss.morebiz-ul {
        padding: 1.5rem 0 0 0;
    }

    ul.vision_rss.morebiz-ul li {
        margin: 0 1.5rem 1.5rem 1.5rem;
    }
}

#breadcrumb {
    background-color: #35b49d;
}

#breadcrumb ul {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 1em;
}

/*gnav-sub*/
.init-bottom {
    position: relative;
}

.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -4px;
    position: relative;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 260px;
    background: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    flex-direction: column;
}

li:hover ul.menu__second-level {
    top: 30px;
    visibility: visible;
    opacity: 1;
}

ul.menu__second-level li {
    padding: 0.5rem 1rem;
    box-sizing: border-box;
}

ul.menu__second-level li:hover {
    background: #00c473;
}

ul.menu__second-level li:hover a {
    color: #fff;
}

/*お役立ち情報追加後の調整*/
@media only screen and (max-width: 1630px) {
    #header .contact {
        width: 51%;
    }

    .header-sme img {
        max-width: 10.5vw;
    }
}

@media only screen and (max-width: 1460px) {
    .header-sme {
        display: none;
    }

    #header .contact {
        width: 41%;
    }
}

@media only screen and (max-width: 1320px) {
    #header .contact {
        width: 100%;
    }

    .header-sme {
        display: inline-block;
    }
}

@media only screen and (max-width: 959px) {
    .header-sme {
        display: none;
    }
}

/*資料請求*/
.request_inner {
    max-width: 600px;
    margin: 0 auto;
}

.req-flex {
    display: flex;
    justify-content: space-between;
}

.req-flex .wpcf7-form {
    padding: 0;
}

table.responsive.noborder {
    border-top: 0;
    border: none;
}

table.responsive.noborder td {
    border-right: 0;
    border-bottom: 0;
    text-align: left;
    background: none;
    border: none;
}

.wpcf7-form .wpcf7-textarea {
    max-width: 100%;
}

p.cont-head {
    background: #e1e1e1;
    padding: 5px 10px;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
}

.req-flex .col-img {
    width: 45%;
}

.req-flex .col-txt {
    width: 55%;
}

section.req-banner {
    background: aliceblue;
    padding: 3rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.req-banner img {
    border: 1px solid #0068b7;
    border-radius: 15px;
    width: 100%;
    height: auto;
    max-width: 350px;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #ffffff;
}

section.req-banner .jnd_box img {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.des-img {
    text-align: center;
}

section.req-banner .des-img {
    margin: 0 2rem;
}

@media only screen and (max-width: 768px) {
    .req-flex {
        flex-direction: column;
        padding-top: 2rem;
    }

    .req-flex .col-img {
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }

    .req-flex .col-txt {
        width: 95%;
        margin: 0 auto;
    }

    .post table.responsive th,
    .post table.responsive td {
        text-align: left;
        line-height: 1.6;
    }

    .wpcf7-form .wpcf7-text,
    .wpcf7-form .wpcf7-textarea,
    .wpcf7-form-control.wpcf7-select {
        margin-top: 10px;
    }

    .wpcf7-form .wpcf7-list-item {
        padding: 6px 0;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="date"],
    input[type="url"],
    input[type="number"],
    select,
    textarea {
        height: auto;
    }

    section.req-banner {
        flex-direction: column;
    }

    section.req-banner .des-img {
        margin: 0 auto 2rem auto;
    }
}

/* 追加 */
label.frontLabel.frontHasWidth {
    height: 1.5em;
    color: #00c473;
    text-align: left;
    float: left;
    font-weight: bold;
    width: 100%;
}

.frontForm input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #ffc318 !important;
    background-image: linear-gradient(to bottom, #ffc318, #ffc318) !important;
    background-color: #ffc318 !important;
    border: none !important;
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 60px;
    font-size: 18px !important;
    font-family: 'Montserrat', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    padding: 0;
    transition: all .3s;
}

.frontForm input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #fff700 !important;
    color: #231816;
}

.frontFormRow span.wpcf7-list-item {
    text-align: left;
    float: left;
    width: 40%;
    font-weight: 600;
}

.frontFormRo span.wpcf7-list-item-label {
    font-weight: 600;
}

.frontForm .small-txt {
    text-align: center !important;
    font-size: 12px;
    font-family: 'Montserrat', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
}

.frontForm .small-txt a {
    color: #00c473;
}

.frontForm .small-txt a:hover {
    border-bottom: #00c473 1px solid;
}

.frontFormRow input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #aeb0b6 !important;
    border-radius: inherit;
    -webkit-appearance: none;
    background-color: #fff;
    line-height: 1.5em;
    color: #000;
    border: 1px solid #aeb0b6;
    padding: 0.2em 0.3em;
    box-shadow: 0px 0px 10px 2px #afd5f7;
    min-height: 1.9em;
}

.frontForm span.must {
    float: right;
}

.frontForm .wpcf7-form {
    padding: 0px !important;
}

.frontForm .wpcf7-form span.wpcf7-not-valid-tip {
    display: inline-table;
}

@media only screen and (max-width: 768px) {
    .frontForm span.must {
        float: left;
        padding: 0 5px 0 0;
    }

    .frontForm .wpcf7-form .wpcf7-list-item {
        padding: 0 !important;
    }
}

/* footer画像 */
.footer_imgbox {
    display: flex;
}

.footer_img img.aligncenter {
    padding: 29px;
}

.sme-icon img {
    height: auto;
    max-width: 230px;
}

.spsme-icon img {
    height: auto;
}

.footer_imgbox {
    max-width: 800px;
    margin: 0 auto;
}

.footer_imgbox img {
    max-width: 350px;
}

@media only screen and (max-width: 959px) {

    #widget_sp_image-2,
    #widget_sp_image-5 {
        position: static !important;
    }
}

@media only screen and (max-width: 768px) {
    .footer_imgbox {
        display: block;
    }

    .spfooter_imgbox {
        background: #fff;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .footer_imgbox {
        margin: 2rem auto;
    }

    .footer_imgbox img {
        max-width: 250px;
        margin: 0 auto;
    }

    .post_link,
    .post_contents {
        display: none;
    }

    div.guide h2 {
        overflow: inherit !important;
        text-overflow: inherit !important;
        white-space: inherit !important;
        padding: 0 0 0 10px !important;
        font-size: 16px;
         !important border-left: 8px solid #35b49d !important;
        margin: 0 auto 20px !important;
    }

    div.guide h2 a {
        font-size: 16px;
    }

    .guide li.clearfix {
        border: 1px solid #cccccc !important;
        padding: 1rem !important;
        box-sizing: border-box !important;
        border-radius: 10px !important;
        margin-bottom: 1.5rem !important;
    }
    .guide .post{
      padding-bottom: 0 !important;
    }
    .hs-pagination{
      justify-content: flex-start;
    }
}

@media only screen and (min-width: 769px) {
  .post .time a{
    pointer-events: none;
  }
}

.blog-list .side-toc {
    display: none;
}
.guide ul li:last-child{
  padding-bottom: 15px;
}