@charset "UTF-8";
/*
    Theme Name: DX sentei
    Theme URI:
    Description: DXセンテイのテーマ
    Author: 株式会社ビジネスのかんさつ
    Author URI: https://dxsentei.com
    Version: 1.0
*/

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,800&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Noto+Serif+JP:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');


@keyframes topanimation {
    0% {
        transform:scale(0);
        opacity:0
    }
    10% {
        opacity:1
    }
    100% {
        transform:scale(1)!important
    }
}
html {
    font-family:sans-serif;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%
}
article,aside,details,figcaption,figure,footer,header,main,bmenu,menu,nav,section,summary {
    display:block
}
audio,canvas,progress,video {
    display:inline-block;
    vertical-align:baseline
}
audio:not([controls]) {
    display:none;
    height:0
}
[hidden],template {
    display:none
}
a {
    background-color:rgba(0,0,0,0);
    transition:.3s;
    color:inherit
}
abbr[title] {
    border-bottom:1px dotted
}
b,optgroup,strong {
    font-weight:700
}
h1 {
    font-size:2em
}
mark {
    color:#000;
    background:#ffd600
}
small {
    font-size:80%
}
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sup {
    top:-.5em
}
sub {
    bottom:-.25em
}
img {
    border:0;
    display:inline-block;
    height:auto;
    max-width:100%;
    width:100%;
    vertical-align:middle
}
svg:not(:root) {
    overflow:hidden
}
hr {
    box-sizing:content-box;
    background-color:#dae3ed;
    border:0;
    height:1px;
    margin-bottom:1.5em
}
code,kbd,pre,samp {
    font-family:monospace,monospace;
    font-size:1em
}
button,input,optgroup,select,textarea {
    color:inherit;
    font:inherit;
    margin:0
}
button,select {
    text-transform:none
}
button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance:button;
    cursor:pointer
}
button[disabled],html input[disabled] {
    cursor:default
}
button::-moz-focus-inner,input::-moz-focus-inner {
    border:0;
    padding:0
}
input[type=checkbox],input[type=radio] {
    box-sizing:border-box;
    padding:0
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height:auto
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance:none
}
textarea {
    overflow:auto;
    width:100%;
    height:239px;
    resize:vertical
}
table {
    border-collapse:collapse;
    border-spacing:0;
    margin:0 0 1em;
    table-layout:fixed;
    text-align:center;
    vertical-align:middle;
    width:100%
}
td,th {
    padding:0
}
*,:after,:before,html {
    box-sizing:border-box
}
body {
    margin:0;
    letter-spacing:.04em;
    background:#fff;
    font-feature-settings:"palt";
    letter-spacing:.1em
}
blockquote,q {
    quotes:"" ""
}
blockquote:after,blockquote:before,q:after,q:before {
    content:""
}
figure {
    margin:1em 0
}
.flex-col-sp {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.flex-col-sp_2>li {
    width:calc(50% - 5px)
}
.flex-col-sp_2_nmargin>li {
    width:50%
}
a:active,a:focus,a:hover {
    outline:0
}
.c-viewlinks {
    margin:30px 0 0;
    text-align:center
}
.js-hover:hover {
    opacity:1
}
li,ol,ul {
    list-style:none;
    margin:0;
    padding:0
}
dl,dl dd {
    margin:0
}
ol.list-num {
    padding-left:1.2em
}
ol.list-num>li {
    margin-bottom:10px;
    counter-increment:number;
    position:relative
}
ol.list-num>li::before {
    content:counter(number) ".";
    display:block;
    margin-left:-1em;
    position:absolute;
    top:0;
    left:0
}
th {
    font-weight:400
}
.table {
    margin-top:20px;
    border:1px solid #8897a7;
    text-align:center
}
.table dl dt {
    background-color:#f4f7fa;
    padding:10px
}
.table dl dd {
    padding:10px
}
.table--default {
    margin:0
}
.table--default dl {
    line-height:1.8
}
.table .table-list>li {
    margin-top:10px
}
.table .table-list>li:first-child {
    margin-top:0
}
.table .table-note {
    display:block;
    position:relative;
    font-size:10px
}
.table .table-note::before {
    content:"窶ｻ";
    display:inline-block
}
.table-ordered>li {
    width:100%;
    display:table;
    margin-bottom:15px;
    border:1px solid #f4f7fa;
    border-collapse:collapse
}
.table-ordered>li::before {
    display:none
}
.table-ordered>li .table-ordered__num {
    display:table-cell;
    width:35px;
    background-color:#f4f7fa;
    border:1px solid #f4f7fa;
    color:#f2f8ff;
    font-family:"Times New Roman";
    font-style:italic;
    font-size:18px;
    text-align:center;
    vertical-align:middle
}
.table-ordered>li .table-ordered__txt {
    display:table-cell;
    vertical-align:middle;
    padding:20px 10px;
    border:1px solid #f4f7fa
}
.table-ordered>li .table-ordered__txt .table-ordered__title {
    font-size:14px
}
.table-ordered>li .table-ordered__txt .table-ordered__txt--last {
    font-weight:700;
    font-size:19px
}
input[type=text] {
    border-radius:0;
    -webkit-appearance:none
}
button {
    overflow:visible;
    background-color:inherit;
    border:none
}
input[type=button],input[type=reset],input[type=submit] {
    border:#30363e;
    border-radius:3px;
    background:#30363e;
    color:#fff
}
input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
    border-color:#bcc8d6
}
input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus {
    border-color:#bcc8d6;
    outline:0
}
.form-submit {
    position:relative;
    width:100%;
    line-height:34px;
    padding:15px;
    display:inline-block;
    color:#fff;
    font-size:14px;
    font-weight:700
}
.submit-btn {
    position:relative
}
.submit-btn:after {
    content:"";
    display:block;
    top:50%;
    transform:translateY(-50%);
    font-family:"Font Awesome 5 Free";
    content:"��";
    position:absolute;
    right:10px;
    font-size:14px;
    color:#fff
}
input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
    width:100%;
    color:#30363e;
    border:1px solid #bcc8d6;
    padding:5px
}
input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus {
    color:#30363e;
    outline:#29878f solid 2px
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color:#8897a7
}
input::placeholder,textarea::placeholder {
    color:#8897a7
}
.search-block {
    position:relative
}
.search-block i {
    position:absolute;
    top:12px;
    left:12px;
    font-size:12px;
    color:#8897a7
}
textarea.textarea-min {
    height:100px
}
input {
    display:block;
    width:100%
}
input.input-year {
    width:30%;
    display:inline-block;
    margin-right:10px
}
input.input-day,input.input-month {
    width:15%;
    display:inline-block;
    margin:0 10px
}
input[type=radio] {
    display:none
}
.radio {
    padding-left:20px;
    position:relative
}
.radio:before {
    content:"";
    display:block;
    position:absolute;
    top:5px;
    left:0;
    width:15px;
    height:15px;
    border:1px solid #8897a7;
    border-radius:50%
}
input[type=radio]:checked+.radio:after {
    content:"";
    display:block;
    position:absolute;
    top:7px;
    left:2px;
    width:11px;
    height:11px;
    background:#29878f;
    border-radius:50%
}
input[type=checkbox] {
    display:none
}
.checkbox {
    padding-left:20px;
    position:relative
}
.checkbox:before {
    content:"";
    display:block;
    position:absolute;
    top:5px;
    left:0;
    width:15px;
    height:15px;
    border:1px solid #8897a7;
    border-radius:4px
}
input[type=checkbox]:checked+.checkbox:after {
    content:"";
    display:block;
    position:absolute;
    top:2px;
    left:5px;
    width:7px;
    height:14px;
    transform:rotate(40deg);
    border-bottom:3px solid #29878f;
    border-right:3px solid #29878f
}
.form-check-list>li {
    display:inline-block;
    margin-right:5px
}

body,button,input,select,textarea {
    color:#30363e;
    font-family:Inter,"Noto Sans JP",sans-serif;
    font-size:14px;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
h1,h2,h3,h4,h5,h6 {
    clear:both;
    margin:0
}
p {
    margin:0
}
cite,dfn,em,i {
    font-style:italic
}
blockquote {
    margin:0 1.5em
}
address {
    margin:0 0 1.5em
}
pre {
    background:#eaf0f6;
    font-family:"Courier 10 Pitch",Courier,monospace;
    font-size:.9375rem;
    line-height:1.4;
    margin-bottom:1.6em;
    max-width:100%;
    overflow:auto;
    padding:1.6em
}
code,kbd,tt,var {
    font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    font-size:.9375rem
}
abbr,acronym {
    border-bottom:1px dotted #697482;
    cursor:help
}
ins {
    background:#f2f8ff;
    text-decoration:none
}
big {
    font-size:125%
}
@font-face {
    font-family:slick;
    font-weight:400;
    font-style:normal
}
.grecaptcha-badge { visibility: hidden; }
.text-yellow{
    background:#fff;
    color: #d62626;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 4px;
    margin-right: 4px;
}

.rh-btnwrap--center {
    text-align:center
}

.rh-btn {
    text-align:center;
    text-decoration:none;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-direction:column;
    flex-direction:column;
    width:253px;
    padding:18px 0;
    line-height:1;
    transition:.2s;
    cursor:pointer
}
.rh-btn.rh-btn--border {
    color:#29878f;
    font-weight:700;
    border:1px solid #29878f;
    border-radius:4px;
    padding:16px 2px;
    text-align:center;
    background-color:#fff
}
.rh-btn.rh-btn--border:hover {
    color:#40a5ad;
    border:1px solid #40a5ad;
    box-shadow:0 1px 1px 0 rgba(0,0,0,.2);
    opacity:1;
    outline:0
}
.rh-btn.rh-btn--grayborder {
    border:1px solid #bcc8d6;
    border-radius:4px
}
.rh-btn.rh-btn--pink {
    color:#fff;
    background:#d62626;
    font-weight:700;
    border-radius:4px;
    text-align:center
}
.rh-btn.rh-btn--green {
    color:#fff;
    background:#29878f;
    font-weight:700;
    border-radius:4px;
    text-align:center
}
.rh-btn.rh-btn--blue {
    color:#fff;
    background:#29878f;
    font-weight:700;
    border-radius:4px;
    text-align:center
}
.rh-btn.rh-btn--white {
    background-color:#fff;
    color:#29878f
}
.rh-btn.rh-btn--line {
    font-weight:700;
    border:2px solid #fff;
    border-radius:4px;
    padding:16px 2px;
    text-align:center;
    color:#fff;
    background:rgba(0,0,0,0)!important
}
.rh-btn.rh-btn--arrow {
    position:relative
}
.rh-btn.rh-btn--arrow:after {
    position:absolute;
    font-weight:700;
    top:50%;
    right:8px;
    transform:translateY(-50%);
    content:">";
    font-family:"Font Awesome 5 Free"
}
.rh-btn.rh-btn--grayarrow:after {
    color:#bcc8d6
}
.rh-btn.rh-btn--grayarrow:hover:after {
    color:#29878f
}
.rh-btn.rh-btn--mini {
    padding:14px 0;
    width:194px;
    font-size:12px;
    font-weight:700
}
.rh-btn.rh-btn--mini--w-auto {
    width:auto
}
.rh-btn.rh-btn--middle {
    padding:14px 0;
    width:194px;
    font-size:12px;
    font-weight:700
}
.rh-btn.rh-btn--big {
    width:320px;
    padding:16px 0;
    font-size:16px
}
.rh-btn.rh-btn--480 {
    font-size:16px;
    letter-spacing:.08em;
    border-radius:.3em;
    font-weight:600;
    width:calc(100% - 40px);
    padding:20px 0
}
.rh-btn.rh-btn--465 {
    font-size:14px;
    letter-spacing:.08em;
    border-radius:.3em;
    font-weight:600;
    padding:20px 0;
    width:100%
}
.rh-btn.rh-btn--450 {
    width:450px
}
.rh-btn.rh-btn--400 {
    display:block;
    font-size:16px;
    letter-spacing:-.176px;
    font-weight:700;
    padding:12px 0;
    width:327px;
    max-width:100%;
    margin-inline:auto;
    line-height:1.5;
    margin-top:45px
}
.rh-btn.rh-btn--345 {
    width:345px;
    margin:20px auto 0;
    display:block
}
.rh-btn.rh-btn--100 {
    width:100%!important
}
.js-fadeIn {
    opacity:0
}
.is-fadeIn {
    animation-name:fadeInAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0
}
@keyframes fadeInAnime {
    from {
        opacity:0;
        transform:translateY(10px)
    }
    to {
        opacity:1;
        transform:translateY(0)
    }
}

.sec-tlt {
    font-size:26px;
    font-weight:700;
    text-align:center;
    line-height:1.1;
    letter-spacing:.04em;
    margin-bottom:64px;
    position:relative
}
.sec-tlt::before {
    content:"";
    position:absolute;
    left:50%;
    bottom:-21px;
    display:inline-block;
    width:50px;
    height:4px;
    transform:translateX(-50%);
    background-color:#29878f
}
h3.sec-tlth3 {
    font-size:18px;
    font-weight:600;
    text-align:left;
    line-height:1.8;
    letter-spacing:.1em;
    margin-bottom:26px;
    position:relative
}
h3.sec-tlth3 span.kome {
    font-size:10px;
}
p.sec-tltspan {
    font-size:10px;
    text-align:left;
    letter-spacing:.04em;
    margin-bottom:30px;
    position:relative
}
.sec-tltimg{
    text-align: center;
}
.sec-tlt--hight {
    line-height:1.6;
    word-break:auto-phrase
}
.sec-tlt .font-no {
    font-family:Inter,sans-serif;
    color:#29878f;
    font-size:40px
}
.sec-tlt--big {
    font-size:30px;
    line-height:54px;
}
.sec-tlt--big .font-no {
    font-size:60px
}
.sec-tlt--medium {
    font-size:20px;
    line-height:1.9
}
.sec-tlt--medium .font-no {
    line-height:1;
    vertical-align:text-top;
    margin-top:-10px;
    display:inline-block;
    font-size:35px
}
.sec-tlt--medium--style-01 {
    line-height:1.7;
    letter-spacing:4px;
    margin-bottom:10px!important
}
.sec-tlt .font-color-bule {
    color:#29878f
}
a.help {
    display:none;
    width:80px;
    height:80px;
    border-radius:50%;
    background:#29878f;
    position:fixed;
    bottom:40px;
    right:40px;
    z-index:1050;
    color:#fff;
    font-family:HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:40px;
    font-weight:700;
    text-decoration:none;
    text-align:center;
    line-height:1;
    padding-top:10px;
    box-shadow:0 4px 12px 0 rgba(0,0,0,.15);
    transition:.2s
}
a.help span {
    font-size:13px;
    display:block
}
a.help:hover {
    opacity:1;
    background:#fff;
    color:#29878f
}
.rh-mv-top {
    overflow:hidden
}
.rh-mv-top__mv-bg {
    position:relative;
    height:clamp(480px,150vw,700px);
    background-color:#29878f;
}
.rh-mv-top__mv-bg::before {
    content:"";
    display:block;
    width:100%;
    background-image:url(ds_img/dxsentei_mainimg_SP_R2.webp);
    background-size:contain;
    background-repeat:no-repeat;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    z-index:5
}
.rh-mv-top__spimg{
    width: 100%;
}
.rh-mv-top__container {
    text-align:center
}
.rh-mv-top__sub-lead {
/*    color:#29878f; */
    color:#fff;
    font-family:"Noto Sans JP";
    font-size:15px;
    font-style:normal;
    font-weight:700;
    line-height:1.4;
    letter-spacing: 0.2;
    padding-inline:16.5px;
    margin-bottom:16px;
}
.rh-mv-top__lead {
/*    color:#29878f; */
    color:#fff;
    font-family:"Noto Sans JP";
    font-size:40px;
    font-style:normal;
    font-weight:700;
    line-height:1.5;
    padding-inline:16.5px;
    margin-bottom:0px;
    letter-spacing: 0.10rem;
}
.rh-mv-top__lead>br {
    display:block
}
.rh-mv-top__text {
/*    color:#30363e; */
    color:#fff;
    font-family:"Noto Sans JP";
    font-size:18px;
    font-weight:700;
    padding-inline:16.5px;
    margin-top:28px;
    margin-bottom:32px;
    line-height:1.8;
}
.rh-mv-top__text span{
    line-height:1.6;
}
.rh-mv-top__btn {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-align:center;
    align-items:center;
    padding-inline:20px;
    margin-bottom:20px;
    gap:10px;
}
.rh-mv-top__btn a {
    width:100%;
    max-width:300px
}
.rh-mv-top__btn_flow {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    margin-bottom:10px;
}
.rh-mv-top__btn_flow a {
    padding:0px;
}
.rh-mv-top__btn_center {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-align:center;
    align-items:center;
    margin-top:10px;
    padding-bottom:20px;
}
.rh-mv-top__btn_center a {
    padding:0px;
}
.rh-mv-top__btn__sp-hide {
    display:none
}
.rh-mv-top__icon {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-inline:20px;
    position:relative
}
.rh-mv-top__icon:after {
    content:"";
    width:calc(100% + 40px);
    height:500px;
    position:absolute;
    top:20px;
    left:-20px;
    background-image:url(ds_img/index/bg_mv_sp_circle.svg);
    background-repeat:no-repeat;
    background-position:center top;
    background-size:768px;
    display:block
}
.rh-mv-top__icon__img {
    width:max(19.2vw,72px);
    aspect-ratio:1/1;
    border-radius:50%;
    background:rgba(252,253,255,.9);
    box-shadow:8px 11px 37px rgba(13,100,201,.07),inset 0 4px 20px #fff;
    position:relative;
    z-index:5
}
.rh-mv-top__icon__img>img {
    display:block;
    width:100%;
    height:auto
}
.rh-mv-top__icon__img:nth-child(2),.rh-mv-top__icon__img:nth-child(3) {
    position:relative;
    top:-23px
}
.mv {
    padding-top:38px;
    overflow:hidden
}
.mv__inner {
    padding:0 15px;
    position:relative
}
.mv__catch {
    font-size:36px;
    color:#29878f;
    letter-spacing:.08em;
    text-align:center
}
.mv__detail {
    margin-top:28px
}
.mv__cta {
    text-align:center;
    margin-top:25px
}
.mv__image {
    margin-top:40px;
    padding:0 22px
}
.mv__bajji {
    margin-bottom:27px
}
.mv__pc {
    padding:0 27px
}
.mv__btn .rh-btn {
    width:100%;
    border-width:2px;
    display:block
}
.mv__btn .rh-btn.rh-btn--border:hover {
    color:#40a5ad;
    border:2px solid #40a5ad;
    box-shadow:0 1px 2px 0 rgba(0,0,0,.2);
    opacity:1;
    outline:0
}
.mv__btn span {
    display:block;
    font-weight:700;
    text-align:center
}
.mv__btn+.mv__btn {
    margin-top:20px
}
.mv-note {
    margin-top:13px;
    margin-bottom:56px
}
.mv-note p {
    color:#697482;
    font-size:10px
}
.mv {
    overflow:hidden;
    position:relative;
    padding:0;
    width:100%
}
.mv img {
    width:100%;
    height:auto
}
.mv__cta {
    position:absolute;
    top:72%;
    left:5%;
    width:90%;
    text-align:center
}
.mv__cta span {
    display:block;
    margin-bottom:4px;
    color:#fff;
    font-weight:700;
    font-size:14px
}
.mv__cta span:after, .mv__cta span:before {
    position:relative;
    display:inline-block;
    font-family:"Font Awesome 5 Free";
    content:"��";
    font-size:14px;
    margin:-.2em .8em 0;
    vertical-align:middle;
    font-weight:900
}
.mv__btn .rh-btn {
    width:100%;
    background:#f42858;
    color:#fff;
    font-weight:700;
    border-radius:4px;
    text-align:center;
    display:block;
    font-size:14px;
    padding:14px 0;
    text-decoration:none
}
.mv__bajji {
    width:90%;
    margin:0 auto 40px
}
.mv__bajji img {
    width:100%;
    height:auto
}
 .mv {
    margin-bottom:30px
}

/* plan price */

.plan_about {
    display:flex;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 0 auto;
    flex-flow: wrap;
    justify-content: space-around;
        align-items: center;
}
.plan_about__list {
    width:calc(90%/2);
    max-width: 300px;
}
.plan_about__tlt {
    margin:16px auto 0 auto;
    text-align: center;
    background:#fff;
    color: #29878f;
    font-size: 18px;
    height: 140px;
    letter-spacing:.08em;
    border-radius:6px;
    border: 3px solid #29878f;
    font-weight:600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.plan_about__tlt_plus{
    width:calc(10%);
    max-width: 70px;
    text-align: center;
    font-weight:600;
    font-size: 30px;
    color: #29878f;
}




.c-price-table {
    margin-bottom:0;
    text-indent:0
}
.c-price-table tbody .c-price-table__cont:nth-child(2n) {
    background-color:#fafcfd
}
.c-price-table__headline {
    background-color:#dae6e6;
    padding:10px 15px;
    font-weight:700;
    font-size:14px;
    letter-spacing:.04em;
    line-height:22px;
    text-align:left
}
.c-price-table__cont {
    border-bottom:1px solid #dae6e6
}
.c-price-table__head {
    font-family:Inter,sans-serif;
    font-weight:400;
    font-size:14px;
    letter-spacing:.04em;
    line-height:1.8;
    padding:14px 12px 14px 14px;
    text-align:left
}
.c-price-table__body {
    padding:14px 10px;
    font-size:14px;
}
.c-price-table__body__text {
    color:#8897a7;
    font-size:12px
}
.c-price-table02 {
    margin-bottom:0
}
.c-price-table02__cont:nth-child(2n) {
    background-color:#fafcfd
}
.c-price-table02__cont:last-child {
    background-color:#fff;
    border-bottom:none
}
.c-price-table02__cont--shrink {
    height:24px
}
.c-price-table02__body {
    position:relative
}
.c-price-table02__body span, .c-price-table__body span {
    font-size:12px;
    display:block;
}
.c-price-table02__body.textsm, .c-price-table__body.textsm {
    font-size:12px;
    display:block;
    text-align: center;
}
.c-price-table03__body {
    display: block;
}
.c-price-table03__body span, .c-price-table__body span {
    font-size:12px;
    display:block;
}
.c-price-table03__body.textsm, .c-price-table02__body_all.textsm {
    font-size:12px;
    text-align: center;
}
.c-price-table03__body p, .c-price-table02__body_all p{
    display: block;
    text-align: center;
    font-size:12px;
    padding: 8px;
}
.rh-pricecard {
    margin:0 8px 20px
}
.rh-pricecard__card {
    border:1px solid #dae3ed;
    padding:40px 0 0;
    margin-bottom:38px;
    position:relative
}
.rh-pricecard__card--no-border {
    border:none
}
.rh-pricecard__card--plus {
    border:1px solid #dae3ed
}
.rh-pricecard__card--bus {
    border:1px solid #29878f;
    margin-bottom:0
}
.rh-pricecard__card--bus .rh-pricecard__wrap:first-child {
    margin-bottom:15px
}

.rh-pricecard__card--btn {
    display:block
}
.rh-pricecard__card--btn a {
    display:block;
    text-decoration:none;
    width:100%
}
.rh-pricecard__card--btn a:hover {
    color:#30363e
}
.rh-pricecard__card--btn .rh-pricecard__subttl {
    text-align:center;
    font-size:18px;
    line-height:1.4
}
.rh-pricecard__card--btn p {
    font-weight:700;
    font-size:16px;
    margin-bottom:24px;
    text-align:center
}
.rh-pricecard__card--btn ul {
    width:295px;
    margin:auto
}
.rh-pricecard__card--btn ul li {
    font-weight:700;
    font-size:16px;
    display:inline-block;
    position:relative;
    padding-left:35px
}
.rh-pricecard__card--btn ul li::before {
    content:"��";
    font-family:"Font Awesome 5 Free";
    display:block;
    font-weight:600;
    position:absolute;
    top:-7px;
    left:0;
    font-size:25px;
    color:#29878f
}
.rh-pricecard__card--btn ul li+li {
    margin-top:15px
}
.rh-pricecard__card--sp {
    display:block;
    padding:10px 30px;
    border:none
}
.rh-pricecard__card--sp .rh-pricecard__subttl {
    margin-bottom:20px;
    text-align:center
}
.rh-pricecard__card .rh-btn {
    font-size:16px;
    width:100%
}
.rh-pricecard__menu {
    margin-top:20px
}
.rh-pricecard__label {
    position:absolute;
    top:0;
    right:0;
    width:100px;
    height:100px;
    overflow:hidden
}
.rh-pricecard__comment {
    display:inline-block;
    position:absolute;
    font-weight:500;
    padding:7px 0;
    left:-21px;
    top:25px;
    width:170px;
    text-align:center;
    font-size:16px;
    line-height:16px;
    background:#29878f;
    color:#fff;
    transform:rotate(45deg);
    box-shadow:0 0 0 2px #29878f
}
.rh-pricecard__ttl {
    font-size:35px;
    font-family:Inter,sans-serif;
    font-weight:700;
    text-align:center;
    line-height:1.4;
    margin-bottom:28px;
    position:relative
}
.rh-pricecard__ttl span {
    font-size:13px;
    margin-bottom: 18px;
    padding:5px 14px;
    background: #29878f;
    color: #fff;
    border-radius: 20px;
    display:inline-block;
}
.rh-pricecard__ttl::before {
    content:"";
    position:absolute;
    left:50%;
    top:calc(100% + 14px);
    display:inline-block;
    width:30px;
    height:3px;
    transform:translateX(-50%);
    background-color:#29878f
}
.rh-pricecard__ttl--navy {
    color:#003c8c
}
.rh-pricecard__ttl--blue {
    color:#29878f
}
.rh-pricecard__subttl {
    font-size:16px;
    font-weight:700;
    text-align:center;
    line-height:1;
    margin-bottom:20px
}
.rh-pricecard__price {
    font-size:14px;
    font-weight:500;
    text-align:center;
    margin-bottom:30px
}
.rh-pricecard__price .mark {
    font-size:16px
}
.rh-pricecard__price .no {
    font-size:30px;
    letter-spacing:0;
    font-weight:700
}
.rh-pricecard__price .txt {
    font-size:18px;
    font-weight:700;
    display:inline-block;
    margin-top:10px
}
.rh-pricecard__price .small {
    display:block;
    font-size:10px;
    color:#8897a7;
    margin-top:-.5em
}
.rh-pricecard__box {
    background:#f4f7fa;
    padding:15px 15px 0
}
.rh-pricecard__wrap {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center;
    padding-bottom:15px
}
.rh-pricecard__term {
    font-size:13px;
    color:#697482
}
.rh-pricecard__desc {
    font-size:13px;
    font-weight:400;
    text-align:right;
    position:relative
}
.rh-pricecard__desc span {
    color:#8897a7;
    font-size:10px;
    display:block;
    margin-right:-.5em;
    margin-top:-1px
}
.rh-pricecard__lists {
    margin-bottom:10px;
    padding:0 30px
}
.rh-pricecard__list {
    font-size:13px;
    padding:14px 0;
    border-bottom:1px solid #dae3ed
}
.rh-pricecard__list span {
    font-size:10px;
    color:#8897a7
}
.rh-pricecard__list sup {
    color:#8897a7;
    top:0
}
.rh-pricecard__list .rh-pricecard__list__new {
    color:#fff;
    background-color:#f42859;
    display:inline-block;
    text-align:center;
    margin-left:15px;
    border-radius:2px;
    padding:0 6px;
    font-weight:500;
    letter-spacing:1px
}
.rh-pricecard__innote {
    font-size:10px;
    color:#8897a7;
    padding:0 30px
}
.rh-pricecard__lastnote {
    font-size:12px;
    color:#8897a7;
    margin-bottom:18px
}
.rh-pricecard__btn {
    padding:0 30px;
    margin-bottom:20px
}
.rh-pricecard__btnwrap {
    display:none
}
.rh-pricecard__btnwrap .rh-pricecard__btn {
    text-align:center;
    width:calc(33.333% - 40px);
    margin-bottom:38px
}
.rh-pricecard__btnwrap .rh-pricecard__btn a {
    width:100%
}
.rh-pricecard__note {
    font-size:10px;
    color:#8897a7;
    margin-bottom:40px
}
.rh-pricecard__note--top {
    font-size:14px;
    color:#30363e;
    text-align:center;
    margin-bottom:20px;
    line-height:1.4
}
.rh-pricecard__annotation {
    padding:16px 10px
}
.rh-pricecard__annotation-text {
    font-size:10px;
    font-weight:400;
    line-height:16px;
    letter-spacing:.04em;
    color:#8897a7
}
.rh-pricecard__accordion-btn {
    padding:20px 50px;
    text-align:center;
    cursor:pointer
}
.rh-pricecard__accordion-btn span {
    color:#30363e;
    font-weight:700;
    letter-spacing:.04em;
    line-height:22px;
    position:relative
}
.rh-pricecard__accordion-btn span::after {
    position:absolute;
    content:"��";
    font-family:"Font Awesome 5 Free";
    font-weight:700;
    top:50%;
    left:calc(100% + 20px);
    transform:translate(0,-50%) rotate(90deg);
    color:#dae3ed;
    transition:.3s
}
.rh-pricecard__accordion-btn span.is-active::after {
    transform:translate(0,-50%) rotate(270deg)
}
.rh-pricecard__remarks {
    font-weight:400;
    font-size:14px;
    line-height:1.6;
    letter-spacing:.04em;
    color:#8897a7;
    text-align:left;
    margin:18px 0 30px;
}


/* flow */
.flowcontentsarea{
    width: 90%;
    max-width: 600px;
    margin: 120px auto 0 auto;
}

.flowflowarea ul {
 list-style: none;
text-align: left;
}

.flowflowarea li {
 display: flex;
 gap: 32px;
}

.flowflowarea li>div {
 height: auto;
 position: relative;
}

.flowflowarea li>div::before {
 content: "";
 height: 100%;
 position: absolute;
 top: 0;
 left: 15px;
 border-right: solid 1px #213e4c;
 z-index: -100;
}

.flowflowarea li>div span {
 width: 32px;
 height: 32px;
 display: flex;
 justify-content: center;
 align-items: center;
 background-color: #213e4c;
 border-radius: 50%;
 color: white;
}

.flowflowarea dl, .flowflowarea dt, .flowflowarea dd {
 margin: 0;
 padding: 0;
}

.flowflowarea dt {
 font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.flowflowarea .flow-img {
 margin: 16px 0 50px 0;
}
.flowflowarea img {
 max-width: 240px;
    width: 100%;
 height: auto;
}
/* flow end */

.c-tab {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-bottom:50px
}
.c-tab__item {
    display:block;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-align:center;
    align-items:center;
    width:33.333%;
    outline:0;
    text-align:center;
    border-bottom:1px solid #dae3ed;
    padding:5px 10px;
    text-decoration:none
}
.c-tab__item span {
    font-weight:700
}
.c-tab__item.is-active {
    color:#29878f;
    background:#f4f7fa;
    border-bottom:2px solid #29878f
}
.c-tab__item a {
    text-decoration:none
}
.c-tab__wrap {
    display:none
}
.c-tab__wrap.is-current {
    display:block
}
.c-tab__wrap.first {
    margin-bottom:60px
}


.l-footer {
    color:#fff;
    background:#30363e;
    padding-bottom:40px;
    width:100%;
    margin-bottom:58px
}
.l-footer>.rh-container {
    padding:0
}
.footer a {
    text-decoration:none;
    cursor:pointer;
    color:#fff
}
.footer a:link {
    color:#fff
}
.footer__icon {
    margin-top:40px;
    padding:0 15px
}
.footer__logo {
    width:182px;
    margin:auto
}
.footer__sns {
    text-align:center;
    margin-top:20px
}
.footer__sns li {
    display:inline-block;
    width:32px
}
.footer__sns li+li {
    margin-left:20px
}
.footer__blank {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack:start;
    justify-content:flex-start;
    font-size:10px;
    margin-top:27px
}
.footer__blank li {
    padding-right:18px
}
.footer__blank li a {
    position:relative
}
.footer__blank li a:after {
    position:absolute;
    content:"";
    background:url(ds_img/common/blank@2x.png) 0 0/contain no-repeat;
    width:10px;
    height:7px;
    top:50%;
    transform:translateY(-50%);
    right:-15px
}
.footer__blank li a:hover {
    color:inherit
}
.footer__nav>li {
    font-weight:700;
    border-bottom:1px solid #49515a
}
.footer__nav>li>a {
    padding:20px 0 20px 15px;
    display:block
}
.footer__nochild a {
    color:#fff;
    display:block;
    position:relative
}
.footer__nochild a:after {
    position:absolute;
    content:"";
    background:url(ds_img/common/footer-arrow.svg) 0 0/contain no-repeat;
    width:7px;
    height:10px;
    top:50%;
    transform:translateY(-50%);
    right:15px
}
.footer__parent>a {
    color:#fff;
    position:relative;
    display:block
}
.footer__parent>a:after {
    position:absolute;
    content:"";
    background:url(ds_img/common/footer-plus.png) 0 0/contain no-repeat;
    width:12px;
    height:12px;
    top:50%;
    transform:translateY(-50%);
    right:13px
}
.footer__parent>a.close:after {
    background:url(ds_img/common/footer-border.png) no-repeat;
    width:10px;
    height:2px;
    right:15px
}
.footer__parent>a.u-sp-hide {
    pointer-events:auto
}
.footer__childs {
    display:none;
    font-weight:400;
    background:#394149;
    padding:0 30px;
    font-size:12px
}
.footer__childs a {
    color:#fff
}
.footer__childs>li {
    border-bottom:1px solid #49515a;
    padding:18px 0
}
.footer__childs>li:last-child {
    border-bottom:none
}
.footer__childs>li>a {
    position:relative;
    display:block
}
.footer__childs>li>a:after {
    position:absolute;
    content:"";
    background:url(ds_img/common/footer-arrow-small.svg) 0 0/contain no-repeat;
    width:6px;
    height:8px;
    top:8px;
    right:15px
}
.footer__childs>li>a.icon-open:after {
    background:url(ds_img/common/footer-border.png) no-repeat;
    width:10px;
    height:1;
    top:3px
}
.footer__grandchild {
    padding-left:1em
}
.footer__grandchild>li {
    margin-top:20px;
    line-height:2
}
.footer__copy {
    text-align:center;
    margin-top:18px
}
.footer__copy small {
    font-size:10px
}
.footer__copy small a {
    color:#fff;
    text-decoration:none
}
.footer-cv {
    padding:10px 15px;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index:100;
    background:#fff
}
.footer-cv__item {
    width:60%;
    margin:auto;
    min-width:240px
}
.footer-cv__item a {
    display:block;
    text-align:center;
    width:95%;
    color:#fff;
    background:#f42859;
    border-radius:4px;
    height:38px;
    line-height:38px;
    padding:0 20px;
    text-decoration:none
}
.footer-cv__item.aflp {
    width:80%
}
.ai .footer-cv,.now .footer-cv,.payment .footer-cv,.profit .footer-cv,.sa .footer-cv,.scan .footer-cv,.telework .footer-cv {
    display:none
}
.js-fixedSp {
    display:none
}


/* bmenu */

/* Navbar & Navmenu color */
:root {
  --background-navbar: rgba(41, 135, 143, 0.96);
}

/* Nav items */
.menu {
    list-style: none;
}
.menu li{
    padding: 5px 0;
}
.menu a {
  text-decoration: none;
  color: #fff;
}
.bmenu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
    left: 0;
  margin-top: 54px;
  padding: 0 0 0px 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger bmenu button */
.bmenu-btn:checked ~ .bmenu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.bmenu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
}

.bmenu li {
  border-bottom: 1px solid rgb(255, 255, 255);
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}
.bmenu li:last-child{
  border-bottom: none;
}

.bmenu-btn:checked ~ .bmenu a,
.bmenu-btn:checked ~ .bmenu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.bmenu-btn {
  display: none;
}

.bmenu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 14px 4px 14px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: #29878f;
  display: block;
  height: 1px;
  width: 24px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #29878f;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 8px;
}

.navicon:after {
  bottom: 8px;
}

/* Hamburger Menu Animation Start */
.bmenu-btn:checked ~ .bmenu-icon .navicon:before {
  transform: rotate(-45deg);
}

.bmenu-btn:checked ~ .bmenu-icon .navicon:after {
  transform: rotate(45deg);
}

.bmenu-btn:checked ~ .bmenu-icon:not(.steps) .navicon:before {
  top: 0;
}
.bmenu-btn:checked ~ .bmenu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.bmenu-btn:checked ~ .bmenu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 54px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}

/* bmenuここまで */


.gnav-btn {
    width:54px;
    height:54px;
    text-align:center;
    vertical-align:middle;
    position:absolute;
    top:0;
    right:0;
    z-index:10;
    cursor:pointer
}
.gnav-btn__container {
    width:54px;
    height:16px;
    position:relative;
    display:inline-block;
    top:50%;
    transform:translateY(-50%);
    left:0
}
.gnav-btn__container>span {
    position:absolute;
    width:21px;
    height:2px;
    left:15px;
    display:block;
    background-color:#29878f;
    transition:.4s
}
.gnav-btn__container>span:first-child {
    top:0
}
.gnav-btn__container>span:nth-child(2) {
    top:7px
}
.gnav-btn__container>span:nth-child(3) {
    bottom:0
}


.close .gnav-btn__container span:nth-of-type(1) {
    transform:translateY(7px) rotate(-45deg)
}
.close .gnav-btn__container span:nth-of-type(2) {
    left:50%;
    opacity:0;
    animation:.8s forwards active-menu-bar02
}
.close .gnav-btn__container span:nth-of-type(3) {
    transform:translateY(-7px) rotate(45deg)
}
@keyframes active-menu-bar02 {
    100% {
        height:0
    }
}
.gnav {
    display:none;
    position:fixed;
    top:54px;
    left:0;
    width:100vw;
    height:100vh;
    padding-top:9px;
    background-color:#fff;
    overflow-y:scroll;
    overflow-x:hidden;
    z-index:20
}
.gnav__inner {
    margin-bottom:440px
}
.gnav__lists {
    height:100%;
    padding:0 20px;
    position:relative
}
.gnav__list {
    display:block;
    border-bottom:1px solid #f4f7fa;
    position:relative
}
.gnav__list:last-child {
    border-bottom:none
}
.gnav__list:after {
    position:absolute;
    content:"";
    background:url(ds_img/common/arrow.svg) 0 0/contain no-repeat;
    width:8px;
    height:10px;
    top:27px;
    right:2px
}
.gnav__list.is-has-child {
    position:relative
}
.gnav__list.is-has-child:after {
    position:absolute;
    background:url(ds_img/common/gnav-plus.png) 0 0/contain no-repeat;
    width:12px;
    height:12px;
    top:25px;
    right:0
}
.gnav__list.is-has-child.active:after {
    position:absolute;
    background:url(ds_img/common/gnav-border.png) no-repeat;
    width:12px;
    height:2px;
    content:"";
    top:30px
}
.gnav__list.is-has-child ul {
    position:relative;
    left:0;
    top:0;
    width:100%;
    visibility:visible;
    opacity:1;
    display:none;
    transition:none;
    padding:0 25px;
    margin-bottom:20px
}
.gnav__list.is-has-child ul li {
    border-bottom:1px solid #f4f7fa;
    padding:20px 0;
    position:relative
}
.gnav__list.is-has-child ul li:last-child {
    border-bottom:none
}
.gnav__list.is-has-child ul li:after {
    position:absolute;
    content:"";
    background:url(ds_img/common/arrow-small.svg) 0 0/contain no-repeat;
    width:6px;
    height:7px;
    top:25px;
    right:2px
}
.gnav__list.is-has-child ul a {
    font-size:12px
}
.gnav__link {
    position:relative;
    display:block;
    text-decoration:none;
    transition:.3s
}
.gnav__link--top {
    font-weight:700;
    padding:20px 0
}
.gnav a,.gnav a:link {
    color:#30363e
}
.pc-gnav {
    display:none
}
.pc-gnav__lists {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    height:100%
}
.pc-gnav__list {
    line-height:84px
}
.pc-gnav__list:first-child .pc-gnav__link {
    margin-left:0
}
.pc-gnav__link {
    text-decoration:none;
    font-size:13px;
    font-weight:700;
    position:relative;
    margin:0 14px;
    display:block;
    letter-spacing:.01em
}
.pc-gnav__link--top {
    cursor:pointer;
    position:relative;
    margin-right:24px
}
.pc-gnav__link--top:after {
    position:absolute;
    content:"";
    background:url(ds_img/common/arrow-bottom.svg) 0 0/contain no-repeat;
    width:9px;
    height:5px;
    top:41px;
    right:-14px
}
.pc-gnav__link:before {
    content:"";
    position:absolute;
    bottom:25px;
    left:0;
    width:100%;
    height:2px;
    background:#29878f;
    transition:.3s;
    transform:scale(0,1);
    transform-origin:left top
}
.pc-gnav__link.active {
    opacity:1
}
.pc-gnav__link.active:before {
    transform:scale(1,1)
}
.pc-gnav a,.pc-gnav a:link {
    color:#30363e
}
.pc-child {
    position:absolute;
    top:83px;
    left:0;
    z-index:1200;
    width:100%;
    visibility:hidden;
    opacity:0;
    transition:.1s;
    line-height:1.4;
    height:auto;
    padding:30px 0 40px
}
.pc-child.active {
    visibility:visible;
    opacity:1
}
.pc-child__inner {
    width:1000px;
    margin:auto
}
.pc-child__lists {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.pc-child__lists li {
    width:calc(25% - 30px);
    border-bottom:1px solid #dae3ed;
    padding-bottom:20px
}
.pc-child__lists li:nth-child(n+5) {
    margin-top:20px
}
.pc-child__lists::after,.pc-child__lists::before {
    content:"";
    display:block;
    width:calc(25% - 30px)
}
.pc-child__lists::before {
    -ms-flex-order:1;
    order:1
}
.pc-child__link {
    text-decoration:none;
    font-size:14px;
    display:block;
    position:relative;
    transition:.3s
}
.pc-child__link:after {
    position:absolute;
    font-weight:700;
    color:#29878f;
    top:50%;
    right:0;
    transform:translateY(-50%);
    content:"��";
    font-family:"Font Awesome 5 Free"
}
.pc-child__link:hover {
    color:#29878f!important
}
.pc-child__p2 {
    display:-ms-flexbox;
    display:flex;
    border-left:2px solid #29878f
}
.pc-child__p2 .pc-child__lists {
    display:block;
    border-left:none
}
.pc-child__p2 .pc-child__lists li {
    margin-bottom:18px
}
.pc-child__p2 .pc-child__lists li:last-child {
    margin-bottom:0
}
.nav-cv {
    margin-left:auto
}
.nav-cv__lists {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.nav-cv__list a {
    font-size:13px;
    text-decoration:none;
    font-weight:700
}
.nav-cv__list a.login {
    color:#29878f;
    position:relative;
    padding-top:9px;
    display:inline-block
}
.nav-cv__list a.login:before {
    content:"";
    position:absolute;
    bottom:-7px;
    left:0;
    width:100%;
    height:2px;
    background:#29878f;
    transition:.3s;
    transform:scale(0,1);
    transform-origin:left top
}
.nav-cv__list a.login:hover {
    opacity:1
}
.nav-cv__list a.login:hover:before {
    transform:scale(1,1)
}
.nav-cv__list a.border {
    color:#29878f;
    border:1px solid #29878f;
    border-radius:4px;
    padding:0 10px;
    margin:0 8px 0 15px;
    transition:.2s;
    height:38px;
    display:inline-block;
    line-height:36px
}
.nav-cv__list a.border:hover {
    opacity:1;
    color:#40a5ad;
    border:1px solid #40a5ad;
    box-shadow:0 1px 1px 0 rgba(0,0,0,.2);
    outline:0
}
.nav-cv__list a.bg {
    color:#fff;
    background:#29878f;
    border-radius:4px;
    height:38px;
    display:inline-block;
    line-height:38px;
    padding:0 32px
}
.nav-cv__lists li.headline{
    padding-right:7px;
    margin-right:16px;
    border-right: #333 1px dotted;
    
}
.nav-cv__list--mid a.bg {
    padding:0 32px;
    margin-left:15px
}
.nav-cv__list--large a.bg {
    padding:0 64px;
    margin-left:15px
}
.overlay .overlay_parts {
    width:100%;
    height:100%;
    background:linear-gradient(to bottom,#fff 0,#fff 250px,rgba(0,0,0,.2) 0);
    z-index:900;
    position:fixed;
    top:0
}
.overlay .l-header {
    box-shadow:none
}
.l-header-wrap {
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:999;
    transition:.3s;
}
.l-header {
    position:relative;
    height:54px;
    padding:0 15px;
    background:#fff;
    box-shadow:0 2px 4px 0 rgba(0,0,0,.1)
}
.l-header__inner {
    height:100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center
}
.l-header .rh-container:after {
    content:"";
    clear:both;
    display:block
}
.l-header__logo {
    width:140px;
    display:initial;
    font-size:initial;
    margin-block-start:initial;
    margin-block-end:initial;
    margin-inline-start:initial;
    margin-inline-end:initial;
    font-weight:initial
}
.l-header__logo a {
    display:block;
    transition:.2s ease-out
}
.l-header__logo.review {
    width:200px
}
.l-header-simple {
    height:60px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding:0 20px;
    box-shadow:0 1px 1px 0 rgba(0,0,0,.2)
}
.l-header-simple__logo--img {
    width:132px
}
.contents-terms .footer-cv,.contents-terms .l-footer,.contents-terms .l-header {
    display:none!important
}
.rh-wrapper {
    margin:0 auto
}
.rh-container {
    margin:0 auto;
    padding:0 20px
}
.rh-container_nonp {
    margin:0 auto;
}
.rh-container:after {
    content:"";
    clear:both;
    display:block
}
.rh-main,.rh-main-case {
    margin-top:54px
}
.bmenu-open {
    height:100%;
    overflow:hidden
}
.sec-content {
    padding:30px 0
}
.sec-content.sec-content--white {
    background:#fff
}
.sec-content--blue {
    background:#f4f4f4
}
.sec-content.sec-content--light-blue {
    background:#fafcfd
}
.sec-content.sec-content--gray {
    background:#f4f7fa
}
.sec-content.sec-content--dark-blue {
    background:#29878f
}

.sec-content--feature {
        padding:90px 0 60px
}
.sec-content--whatds {
        padding:90px 0 60px
}

.service_feature_btn{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-align:center;
    align-items:center;
    padding-inline:20px;
    margin:56px auto 0 auto;
    text-align: center;
}
.service_feature_btn a{
    text-align: center;
    color: #fff;
    padding:24px 16px;
    text-decoration: none;
    background:#29878f;
    font-size: 18px;
    width:90%;
    max-width: 380px;
    letter-spacing:.08em;
    border-radius:.3em;
    font-weight:600
}

.sec-content {
    padding:60px 0
}
.sec-content--service {
    padding:30px 0
}
.page-content {
    padding:50px 0
}
.page-content .sec-tlt--big {
    font-size:20px
}
.page-content--min {
    padding:50px 0
}
.page-content--gray {
    background:#f4f7fa
}
.error404 .sec-content:nth-child(odd) {
    background:#fff
}
.error404 .error404__img {
    text-align:center;
    margin-bottom:40px
}
.error404 .error404__img img {
    width:160px
}
.error404 .error404__txt {
    text-align:center;
    margin-bottom:36px
}
.error404 .error404__txt .error404__title {
    font-size:18px;
    line-height:1.5;
    margin-bottom:23px
}
.blog-title,.post-type-archive-remedia-title,.tax-blog_category-title,.tax-blog_tag-title {
    font-size:22px;
    margin-bottom:30px
}
.blog .c-aside-pickup,.post-type-archive-remedia .c-aside-pickup,.single-remedia .c-aside-pickup,.tax-blog_category .c-aside-pickup,.tax-blog_tag .c-aside-pickup {
    background:0 0!important;
    box-shadow:none!important;
    padding:20px 0
}
.blog .c-pickup-list__img,.post-type-archive-remedia .c-pickup-list__img,.single-remedia .c-pickup-list__img,.tax-blog_category .c-pickup-list__img,.tax-blog_tag .c-pickup-list__img {
    border:1px solid #f4f7fa
}

.post-type-archive-remedia .page-content,.tax-blog_category .page-content,.tax-blog_tag .page-content {
    padding-top:35px
}

 .sec-content--cm {
    padding:50px 0
}
 .sec-content--cm .sec-tlt {
    font-size:30px;
    letter-spacing:1.2px;
    margin-bottom:64px
}
.sec-content--cm .sec-tlt>span {
    display:block;
    font-size:18px;
    font-weight:400;
    line-height:1.6;
    letter-spacing:.72px;
    margin-top:3px
}
.sec-content--cm .sec-tlt::before {
    bottom:-30px
}
.sec-content--cm__content {
    max-width:748px;
    overflow:hidden;
    margin:0 auto;
    border:1px solid #dae3ed
}
.sec-content--cm__content>iframe {
    display:block;
    width:100%;
    height:100%;
    aspect-ratio:16/9
}

/*
    main 左に自動scroll
*/
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity{
    width: 100%
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__wrap li{
    margin-left: 30px;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
@media only screen and (max-width: 1000px) {
.scroll-infinity__item {
  width: calc(100vw / 5);
}
}
@media only screen and (max-width: 800px) {
.scroll-infinity__item {
  width: calc(100vw / 4);
}
}
@media only screen and (max-width: 600px) {
.scroll-infinity__item {
  width: calc(100vw / 3);
}
}
.scroll-infinity__item>div.dxbox {
  width: 100%;
}
.dxbox {
    padding: 0.5em;
    margin-top: 30px;
    font-weight: bold;
    color: #29878f;/*文字色*/
    background: #FFF;
    border: solid 3px #29878f;/*線*/
    border-radius: 6px;/*角の丸み*/
    min-width: 160px;
    height: 180px;
    display: flex;
    text-align: center;
    align-items: center; /* 垂直方向の中央寄せ */
    justify-content: center; /* 水平方向の中央寄せ */
}
.dxbox p {
    margin: 0; 
    padding: 0;
    font-size:20px;
}


.top-review {
    padding:50px 0
}
.top-review__wrap {
    border-radius:4px;
    border:1px solid #dae3ed;
    background:#fff;
    padding:30px 18px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-align:center;
    align-items:center;
    gap:31px 0
}
.top-review__head {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    gap:8px
}
.top-review__head__img {
    width:70px
}
.top-review__head__img>img {
    width:100%;
    height:auto
}
.top-review__head__text__subttl {
    color:#1e1e1e;
    font-family:"Noto Sans JP";
    font-size:13px;
    font-style:normal;
    font-weight:700;
    line-height:150%;
    margin-bottom:8px
}
.top-review__head__text__ttl {
    color:#29878f;
    font-family:"Noto Sans JP";
    font-size:19px;
    font-style:normal;
    font-weight:700;
    line-height:100%
}
.top-review__btn {
    width:100%
}
.top-review__btn .rh-btn {
    display:block;
    width:92%;
    margin:0 auto
}
.award__bajji {
    margin:0 auto;
    padding:0 20px;
    width:800px;
    max-width:100%
}
.award__bajji img {
    width:100%
}
.award__tit-cont {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-direction:column;
    flex-direction:column;
    padding:0 20px
}
.award__tit {
    font-family:Roboto,"Noto Sans JP",sans-serif;
    font-size:9px;
    line-height:1.5;
    color:#697482;
    margin-left:0;
    margin-top:20px
}
.sec-content--award .award-performanselogo img {
    width:100%
}
.sec-content--award .sec-tlt {
    font-size:19px
}

/* ds_about */
.ds_about__img{
    margin:20px auto 60px auto;
    text-align: center;
}
.ds_about__img img{
    max-width: 94%;
    border-radius: 6px;
    max-width: 900px;
}

/* ds_problem */
ul.ds_problem{
    display: flex;
    flex-wrap: wrap;
}
li.ds_problem__list {
    width: 25%;
}
li.ds_problem__list:last-child {
    margin-bottom:0
}
li.ds_problem__list .ds_problem__cont {
    background:#fff;
    border-radius:6px;
    margin:10px 3% 0px 3%;
    padding:1em;
    position:relative
}
li.ds_problem__list .ds_problem__cont p.ds_problem__text{
    font-size:16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 14px;
}
li.ds_problem__list .ds_problem__cont .dxsenteinara{
    font-size:14px;
    color: #fff;
    border-radius: 4px;
    background: #29878f;
    text-align: center;
    font-weight: 600;
    margin-top: 24px;
    padding:6px;
}
li.ds_problem__list .ds_problem__cont p.ds_problem__text2{
    font-size:14px;
    text-align: center;
    font-weight: 400;
    margin-top: 12px;
}
li.ds_problem__cont img.ds_problem__img{
    width: 90%;
}
@media only screen and (max-width: 760px) {
li.ds_problem__list {
    width: 50%;
}
}

/* Q&A よくある質問 */
.qa-7 {
    max-width: 700px;
    margin: 10px auto 10px auto;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #29878f;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333;
    border-right: 3px solid #333333;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #a25050;
    line-height: 1.2;
    content: "A";
}

/* サービスの流れ　flow */
.flow_design09 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow09 {
  padding-left: 0;
  border-bottom: solid 1px ##e6e6e6;
}

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #e6e6e6;
}

.flow09 > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow09 > li .icon09 {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #29878f;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}

.flow09 > li .icon09::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow09 > li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 56px);
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.flow09 > li dl dd {
  margin: 0;
}

.flow09 > li dl dd span {
    font-size:12px;
    margin-right: 10px;
    margin-top: 14px;
    padding:5px 14px;
    background: #29878f;
    color: #fff;
    border-radius: 20px;
    display:inline-block;
    font-weight: 600;
}

.flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}





.feature__list {
    margin-bottom:35px
}
.feature__list:last-child {
    margin-bottom:0
}
.feature__img {
    width:200px;
    height:200px;
    background:#fff;
    border-radius:50%;
    margin:auto;
    position:relative
}
.feature__img img {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto
}
.usecase__img {
    width:100%;
    max-width:360px;
    margin:auto;
    margin-bottom: 40px;
    position:relative;
    border-radius:6px;
}
.usecase__img img {
}
.usecase__case {
    max-width:400px;
        width:100%;
}
.usecase__tlt {
    font-size:18px;
    text-align:center;
    margin-bottom:10px;
}
.usecase__txt {
    font-size:14px;
    text-align:center;
    margin-bottom:16px;
}
.feature_s01_bg{
    width: 100%;
    max-width: 1180px;
    margin:auto;
    padding: 40px 20px 20px 20px;
    background:#e1e9ef;
    border-radius:10px;
    text-align:center;
}
.feature_s01_bg img{
    max-width: 400px;
    margin-bottom: 30px;
    text-align:center;
}
.feature_s01__tlt {
    margin:16px auto 0 auto;
    text-align: center;
    background:#29878f;
    font-size: 18px;
    max-width: 400px;
    letter-spacing:.08em;
    border-radius:6px;
    font-weight:600;
    color: #fff;
    padding: 12px;
}
.feature_s01__txt {
    font-size:14px;
    text-align:left;
    margin:10px auto 16px auto;
    max-width: 400px;
    font-weight:600;
}
.feature_s01__img img{
    width: 100%;
}
.feature__case {
    max-width:400px;
        width:100%;
}
.feature__icon01 {
    width:106px
}
.feature__icon02 {
    width:106px
}
.feature__icon03 {
    width:106px
}
.feature__content {
    margin:29px auto 0;
    width:250px
}
.feature__tlt {
    font-size:18px;
    text-align:center;
    margin-bottom:1em
}
.sec-cta {
    padding:30px 20px;
}
.sec-cta__wrap {
    margin:0 auto;
    background:#fff;
    padding:30px 0 40px;
    border: 1px solid #aaa;
}
.sec-cta__title {
    font-size:20px;
    line-height:28px;
    text-align:center;
    margin-bottom:36px
}
.sec-cta__link {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-direction:column;
    flex-direction:column;
    gap:20px
}
.sec-cta__link__item {
    width:90%;
    max-width:300px
}
.sec-cta__link__item>a {
    width:100%;
    height:50px;
    font-size:14px;
    letter-spacing:.08em;
    border-radius:.3em;
    font-weight:600
}
.category-list {
    margin-top:45px
}
.category-list__bg {
    margin-bottom:30px
}
.c-faq {
    margin-bottom:40px
}
.reason{
}
.reason .feature_3service{
}
.separat_line{
    border: 0.5px solid #ccc;
    margin: 50px auto;
    width: 94%;
}
.feature_3service_no{
   width:70px;
   height:70px;
   border-radius:50%;
   background:#29878f;
    margin: auto;
}
.feature_3service_no p{
   text-align:center;
   line-height:66px;
    color: #fff;
    font-size:50px;
    font-weight: 600;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
h3.feature_3service_ttl{
    margin:16px auto 0 auto;
    text-align: center;
    background:#29878f;
    font-size: 22px;
    width:100%;
    max-width: 700px;
    letter-spacing:.08em;
    border-radius:10px;
    font-weight:600;
    color: #fff;
    padding: 14px;
}
p.feature_3service_p{
    margin:30px auto 30px auto;
    text-align: center;
    font-size: 16px;
    font-weight:600;
}
h3.feature_3service_ttl_sub{
    margin:16px auto 0 auto;
    text-align: center;
    background:#29878f;
    font-size: 16px;
    width:100%;
    max-width: 500px;
    letter-spacing:.08em;
    border-radius:6px;
    font-weight:600;
    color: #fff;
    padding: 12px;
}
.merit_content{
    margin: 60px auto;
}
h3.merit_ttl{
    background: #920783;
    padding: 8px 16px;
    text-align: center;
    margin: 30px auto;
    color: #fff;
    border-radius:16px;
    font-size: 16px;
    max-width: 500px;
}
.merit_img{
    text-align: center;
    margin: 30px auto;
}
.merit_img img{
    max-width: 300px;
    border-radius:8px;
}
.reason__wrap {
    padding:38px 10px 40px;
    margin-bottom:13px
}
.reason__wrap--rev {
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
}
.reason__wrap:last-of-type {
    margin-bottom:0
}
.reason__remarks-wrap {
    color:#697482;
    font-size:12px;
    font-weight:400;
    line-height:1.86
}
.reason__mark-wrap {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    gap:0 12px;
    margin:12px 0 24px
}
.reason__mark-wrap img {
    width:101px;
    height:auto
}
.reason__mark-wrap img:nth-child(3) {
    width:38px
}
.reason__subtxt--list>li {
    position:relative;
    padding-left:16px
}
.reason__subtxt--list>li::before {
    content:"";
    width:3px;
    height:3px;
    border-radius:50%;
    background-color:#697482;
    position:absolute;
    top:9px;
    left:4px
}
.reason__no {
    font-family:Inter,sans-serif;
    color:#8897a7;
    font-size:12px;
    display:block;
    padding-left:21px;
    position:relative;
    margin-bottom:10px;
    font-weight:700
}
.reason__no:before {
    position:absolute;
    content:"";
    height:2px;
    width:15px;
    background:#29878f;
    left:0;
    top:50%;
    transform:translateY(-50%)
}
.reason__tlt {
    font-size:30px;
    margin-bottom:15px
}
.reason__logo {
    width:50%;
    min-width:138px;
    max-width:280px;
    margin-bottom:15px
}
.reason__tag {
    background:#29878f;
    display:inline-block;
    color:#ffffff;
    font-size:11px;
    padding:7px 10px;
    line-height:1;
    margin-bottom:5px;
    margin-right:5px
}
.reason__tag:last-of-type {
    margin-bottom:18px;
    margin-right:0
}
.reason__txt {
    margin-bottom:36px;
    line-height:2;
    font-weight: 600;
  font-size: 16px;
}
ul.reason__txt_list {
  font-size: 22px;
  line-height: 2.0;
  list-style-type: none;
    font-weight: 600;
    margin-bottom:30px;
}
ul.reason__txt_list li{
    position: relative;
    padding-left: 25px;
    color: #29878f;
    padding-left: 32px;
}
 
ul.reason__txt_list li:before {
    content: "";
    position: absolute;
    top: .85em;
    left: 7.8px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 6px;
    height: 9px;
    border-right:  2px solid #29878f;
    border-bottom: 2px solid #29878f;
  }
 
ul.reason__txt_list li:after {
    content: "";
    position: absolute;
    top: .65em;
    left: 0;
    width: 21px;
    height: 21px;
    border: 2px solid #29878f;
    border-radius: 3px;
  }



.reason__img {
    margin-top:20px;
}
.reason__img img {
    border-radius: 6px;
}
/*
.reason__img {
    margin-bottom:30px
}
.reason__img--01 {
    margin-left:31px;
    margin-right:27px
}
.reason__img--02 {
    margin-left:40px;
    margin-right:32px
}
.reason__img--03,.reason__img--04 {
    margin-left:30px;
    margin-right:30px
}
.reason__img--05 {
    margin-left:20px;
    margin-right:20px
}
*/
.reason__btn {
    text-align:center
}
.reason__btns a {
    display:block;
    margin:auto
}
.reason__btns a+a {
    margin-top:10px
}



.price .rh-btnwrap {
    margin-top:35px
}



.u-c-black {
    color:#30363e!important
}
.u-c-white {
    color:#fff!important
}
.u-c-red {
    color:#f42859!important
}
.u-c-blue {
    color:#29878f!important
}
.u-c-navy {
    color:#003c8c!important
}
.u-cs-a {
    cursor:auto
}
.u-cs-p {
    cursor:pointer
}
.u-sp-hide {
    display:none!important
}
.u-sp-hide-pc-flex,.u-sp-hide-pc-grid {
    display:none
}
.u-320-hide,.u-sp-hide-i {
    display:none!important
}
.u-d-i {
    display:inline!important
}
.u-d-ib {
    display:inline-block!important
}
.u-d-b {
    display:block!important
}
.is-hidden {
    display:none!important;
    opacity:0!important
}
.is-show {
    animation:1s fadeIn
}
@keyframes fadeIn {
    0% {
        transform:translateY(20px);
        opacity:0
    }
    100% {
        transform:translateY(0);
        opacity:1
    }
}
.u-hide {
    display:none
}
.u-o-hidden {
    overflow:hidden
}
.u-mwide-300 {
    max-width: 300px;
}
.u-mwide-400 {
    max-width: 400px;
}
.u-mwide-500 {
    max-width: 500px;
}
.u-mwide-600 {
    max-width: 600px;
}
.u-mwide-700 {
    max-width: 700px;
}
.u-mwide-800 {
    max-width: 800px;
}
.u-mwide-900 {
    max-width: 900px;
}
.u-mwide-1000 {
    max-width: 1000px;
}
.u-fs-8 {
    font-size:8px!important
}
.u-fs-9 {
    font-size:9px!important
}
.u-fs-10 {
    font-size:10px!important
}
.u-fs-11 {
    font-size:11px!important
}
.u-fs-12 {
    font-size:12px!important
}
.u-fs-13 {
    font-size:13px!important
}
.u-fs-14 {
    font-size:14px!important
}
.u-fs-15 {
    font-size:15px!important
}
.u-fs-16 {
    font-size:16px!important
}
.u-fs-17 {
    font-size:17px!important
}
.u-fs-18 {
    font-size:18px!important
}
.u-fs-19 {
    font-size:19px!important
}
.u-fs-20 {
    font-size:20px!important
}
.u-fs-21 {
    font-size:21px!important
}
.u-fs-22 {
    font-size:22px!important
}
.u-fs-23 {
    font-size:23px!important
}
.u-fs-24 {
    font-size:24px!important
}
.u-fs-25 {
    font-size:25px!important
}
.u-fs-26 {
    font-size:26px!important
}
.u-fs-27 {
    font-size:27px!important
}
.u-fs-28 {
    font-size:28px!important
}
.u-fs-29 {
    font-size:29px!important
}
.u-fs-30 {
    font-size:30px!important
}
.u-fs-31 {
    font-size:31px!important
}
.u-fs-32 {
    font-size:32px!important
}
.u-fs-33 {
    font-size:33px!important
}
.u-fs-34 {
    font-size:34px!important
}
.u-fs-35 {
    font-size:35px!important
}
.u-fs-36 {
    font-size:36px!important
}
.u-fs-37 {
    font-size:37px!important
}
.u-fs-38 {
    font-size:38px!important
}
.u-fs-39 {
    font-size:39px!important
}
.u-fs-40 {
    font-size:40px!important
}
.f-s-small {
    font-size:12px
}
.u-mt-0 {
    margin-top:0!important
}
.u-mt-5 {
    margin-top:5px!important
}
.u-mt-10 {
    margin-top:10px!important
}
.u-mt-15 {
    margin-top:15px!important
}
.u-mt-20 {
    margin-top:20px!important
}
.u-mt-25 {
    margin-top:25px!important
}
.u-mt-30 {
    margin-top:30px!important
}
.u-mt-35 {
    margin-top:35px!important
}
.u-mt-40 {
    margin-top:40px!important
}
.u-mt-45 {
    margin-top:45px!important
}
.u-mt-50 {
    margin-top:50px!important
}
.u-mt-55 {
    margin-top:55px!important
}
.u-mt-60 {
    margin-top:60px!important
}
.u-mt-65 {
    margin-top:65px!important
}
.u-mt-70 {
    margin-top:70px!important
}
.u-mt-75 {
    margin-top:75px!important
}
.u-mt-80 {
    margin-top:80px!important
}
.u-mt-85 {
    margin-top:85px!important
}
.u-mt-90 {
    margin-top:90px!important
}
.u-mt-95 {
    margin-top:95px!important
}
.u-mt-100 {
    margin-top:100px!important
}
.u-mb-0 {
    margin-bottom:0!important
}
.u-mb-5 {
    margin-bottom:5px!important
}
.u-mb-10 {
    margin-bottom:10px!important
}
.u-mb-15 {
    margin-bottom:15px!important
}
.u-mb-20 {
    margin-bottom:20px!important
}
.u-mb-25 {
    margin-bottom:25px!important
}
.u-mb-30 {
    margin-bottom:30px!important
}
.u-mb-35 {
    margin-bottom:35px!important
}
.u-mb-40 {
    margin-bottom:40px!important
}
.u-mb-45 {
    margin-bottom:45px!important
}
.u-mb-50 {
    margin-bottom:50px!important
}
.u-mb-55 {
    margin-bottom:55px!important
}
.u-mb-60 {
    margin-bottom:60px!important
}
.u-mb-65 {
    margin-bottom:65px!important
}
.u-mb-70 {
    margin-bottom:70px!important
}
.u-mb-75 {
    margin-bottom:75px!important
}
.u-mb-80 {
    margin-bottom:80px!important
}
.u-mb-85 {
    margin-bottom:85px!important
}
.u-mb-90 {
    margin-bottom:90px!important
}
.u-mb-95 {
    margin-bottom:95px!important
}
.u-mb-100 {
    margin-bottom:100px!important
}
.u-pt-0 {
    padding-top:0!important
}
.u-pt-5 {
    padding-top:5px!important
}
.u-pt-10 {
    padding-top:10px!important
}
.u-pt-15 {
    padding-top:15px!important
}
.u-pt-20 {
    padding-top:20px!important
}
.u-pt-25 {
    padding-top:25px!important
}
.u-pt-30 {
    padding-top:30px!important
}
.u-pt-35 {
    padding-top:35px!important
}
.u-pt-40 {
    padding-top:40px!important
}
.u-pt-45 {
    padding-top:45px!important
}
.u-pt-50 {
    padding-top:50px!important
}
.u-pt-55 {
    padding-top:55px!important
}
.u-pt-60 {
    padding-top:60px!important
}
.u-pt-65 {
    padding-top:65px!important
}
.u-pt-70 {
    padding-top:70px!important
}
.u-pt-75 {
    padding-top:75px!important
}
.u-pt-80 {
    padding-top:80px!important
}
.u-pt-85 {
    padding-top:85px!important
}
.u-pt-90 {
    padding-top:90px!important
}
.u-pt-95 {
    padding-top:95px!important
}
.u-pt-100 {
    padding-top:100px!important
}
.u-pb-0 {
    padding-bottom:0!important
}
.u-pb-5 {
    padding-bottom:5px!important
}
.u-pb-10 {
    padding-bottom:10px!important
}
.u-pb-15 {
    padding-bottom:15px!important
}
.u-pb-20 {
    padding-bottom:20px!important
}
.u-pb-25 {
    padding-bottom:25px!important
}
.u-pb-30 {
    padding-bottom:30px!important
}
.u-pb-35 {
    padding-bottom:35px!important
}
.u-pb-40 {
    padding-bottom:40px!important
}
.u-pb-45 {
    padding-bottom:45px!important
}
.u-pb-50 {
    padding-bottom:50px!important
}
.u-pb-55 {
    padding-bottom:55px!important
}
.u-pb-60 {
    padding-bottom:60px!important
}
.u-pb-65 {
    padding-bottom:65px!important
}
.u-pb-70 {
    padding-bottom:70px!important
}
.u-pb-75 {
    padding-bottom:75px!important
}
.u-pb-80 {
    padding-bottom:80px!important
}
.u-pb-85 {
    padding-bottom:85px!important
}
.u-pb-90 {
    padding-bottom:90px!important
}
.u-pb-95 {
    padding-bottom:95px!important
}
.u-pb-100 {
    padding-bottom:100px!important
}
.u-plr-20 {
    padding-left:20px!important;
    padding-right:20px!important

}
.u-fs-o {
    font-style:oblique!important
}
.u-td-u {
    text-decoration:underline!important
}
.u-fw-n {
    font-weight:400!important
}
.u-fw-b {
    font-weight:700!important
}

/* footer */
.aioseo-breadcrumbs{
    width: 94%;
    max-width: 1080px;
    margin: 20px auto 20px auto;
	color:#6c6c6c;
	font-size: 7px; font-size: 0.7rem;
}
footer {
	margin: 0px auto 0px auto;
	padding:4px;
	text-align:center;
	letter-spacing:0.1em;
	background-color:#333;
	color:#fff;
	font-size: 7px; font-size: 0.7rem;
}

#footer_kumi_area{
    margin: 50px auto 50px auto;
}
#footer_kumi_area a, p#footer_company_link a{
    color: #fff;
}

.footer_kumi_area_cont1 img{
    max-width: 220px;
    margin-bottom: 30px;
}
.footer_contact_btn{
    font-size: 0.7rem;
}
.footer_kumi_area_cont1, .footer_kumi_area_cont2, .footer_kumi_area_cont3{
    width: 86%;
    margin: 20px auto 30px auto;
}
.footer_kumi_area_cont2, .footer_kumi_area_cont3{
    text-align: left;
    line-height: 2.0rem;
}

/* footer_contact_btn */
.footer_contact_btn a{
	display: inline-block;
	width: 100%;
	max-width: 220px;
	height: auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding: 6px 16px;
	letter-spacing:0.1em;
	color: #fff;
	border: thin solid #fff;
}
.footer_contact_btn a::before,
.footer_contact_btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.footer_contact_btn a,
.footer_contact_btn a::before,
.footer_contact_btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.footer_contact_btn a:hover {
	color: #000;
	border: thin solid #fff;
	background-color: #999;
	-webkit-transition: all .7s;
	transition: all .7s;
}

p#footer_company_link{
	font-size: 5px; font-size: 0.5rem;
    margin: 30px auto;
}
p#footercopy{
	padding: 0;
	text-indent:0.8em;
    margin-bottom: 14px;
}
p#footercopyright{
	text-indent:0.8em;
    padding-bottom: 20px;
}

/******************/
/* footer.php */
/******************/

/* TOP kijiichiran */
#top_newsblog {
	margin: 0px auto 20px auto;
	width:92%;
	text-align:left;
}
	
#kijiichiran {
    font-size: 0.8rem;
}

#kijiichiran ul {
	float: none;
	padding: 16px 0px 12px 0px;
}

#kijiichiran ul li{
	margin-bottom:14px;
    min-height: 150px;
}

#kijiichiran .kijiichiran_thum .kijiichiran_thumimg{
	width: 36%;
	height: auto;
	max-width: 144px;
	max-height:120px;
	margin: 0 3% 0 0;
	float: left;
}

#kijiichiran .kijiichiran_thum img{
	width: 100%;
	height:auto;
	max-width: 144px;
	max-height:120px;
	float: left;
    border-radius: 6px;
}

#kijiichiran .kijiichiran_thum .kijiichiran_thumtext{
	width: 100%;
	height: auto;
	margin-top:0px;
}
	
#kijiichiran ul li .kijiichiran_date {
	margin: 4px 0 2px 0;
	float: none;
	font-size: 6px;
	font-size: 0.6rem;
	letter-spacing: 0.1em;
	color: #999;
}

#kijiichiran .kijiichiran_thum .kijiichiran_title {
	margin-top: 0px;
	color: #666;
	line-height:1.6em;
	overflow:auto; zoom:1;
    font-size: 1.0rem;
}

#kijiichiran ul li .kijiichiran_title a {
	text-decoration: none;
	color: #333;
    font-weight: bold;
}

#kijiichiran ul li .kijiichiran_title a:hover{
	color: #999;	
}

#kijiichiran ul li span {
	width: 7em; /*カゴテリー名による*/
	margin: 0;
	font-size: 5px;
	font-size: 0.6rem;
	padding: 2px 6px 2px 6px;
	text-align: center;
	float: none;
	color:#FFFFFF;
    border-radius: 2px;
}

#kijiichiran ul li span a{
	color:#FFFFFF;
	text-decoration:none;
}

ul li span.catlabel-kininaru {
	background-color: #c97586;
}

ul li span.catlabel-alternamusic{
	background-color: #C3BA59;
}

ul li span.catlabel-creativemind {
	background-color: #468EBB;
}

ul li span.catlabel-photography {
	background-color: #508249;
}

ul li span.catlabel-books {
	background-color: #D28124;
}

/* single */
.wid800{
    text-align: center;
    width: 92%;
    max-width: 800px;
    margin: 0 auto 0 auto;
}
.section_kiji {
    padding: 20px 0 80px 0;
    color: #333;
    text-align: left;;
}

#blogkiji h1{
	margin-top:30px;
	margin-bottom:6px;
	font-size: 14px; font-size: 1.4rem;
    font-weight: bold;
}
#blogkiji h1.strategykiji{
	font-size: 18px; font-size: 1.8rem;
}

.postkiji h2{
	margin-top:70px;
	margin-bottom:16px;
    padding-top:10px;
	padding-bottom:10px;
    padding-left: 16px;
    border-left: #29878f 10px solid;
    border-top: #29878f 1px solid;
	font-size: 13px; font-size: 1.3rem;
    font-weight: bold;
}
.postkiji h3{
	margin-top:40px;
	margin-bottom:16px;
	padding-top:4px;
	padding-bottom:4px;
    padding-left: 12px;
	font-size: 12px; font-size: 1.2rem;
    font-weight: bold;
    border-left: #29878f 4px solid;
}
.postkiji h4{
	font-size: 11px; font-size: 1.1rem;
	margin-top:16px;
	margin-bottom:10px;
}
#blogkiji h1 a, #blogkiji h2 a, #blogkiji h3 a{
    color: #333;
}

p.post-meta{
	margin-bottom:14px;
	font-size: 6px; font-size: 0.6rem;
}
p.post-meta span.kijino{
	margin-right:1px;
    letter-spacing: 1px;
    font-size: 7px;
	font-size: 0.7rem;
	letter-spacing: 0.1em;
	color: #29878f;
    font-weight: bold;
    font-style: italic;
}
p.post-meta span.kijino:before {
    content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #29878f;
    display: inline-block;
  top: 50%;
  left: 0;
  margin-top: -2px; 
    margin-right: 3px;
}
.postkiji{
	padding-bottom: 100px;
    padding-top: 20px;
}
.postkiji p{
    line-height: 1.8rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
    font-size: 9.5px; font-size: 0.95rem;
}
.postkiji p span{
    margin-bottom: 20px;
    margin-top: 0rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
}
.postkiji img{
	max-width:100%;
	height:auto;
    padding-top: 12px;
    padding-bottom: 12px;
}
.postkiji img.simg{
	max-width:300px !important;
	height:auto;
    padding-top: 12px;
    padding-bottom: 12px;
}
.postkiji p#footer-post-meta{
	margin-top:80px;
	margin-bottom:100px;
}

.postkiji blockquote{
    background-color: #f0f0f0;
    padding: 6px 20px;
    font-style: italic;
    margin: 10px 0;
}

.postkiji ul{
    padding-left: 10px;
}
.postkiji li{
    font-size: 9.5px; font-size: 0.95rem;
    line-height: 2.0rem;
}
.postkiji li:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #29878f;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    margin-right: 8px;
}
#toc_container ul{
    padding-left: 0px;
}
#toc_container li{
    font-size: 8px; font-size: 0.8rem;
    line-height: 1.6rem;
}
#toc_container li:before{
    display: none;
}

.postkiji li pre{
    position: relative;
    padding-left: 15px;
    margin: 10px 0;
    margin-left: 0;
}
.postkiji li pre:before{
    content: "";
    position: absolute;
    top: .1em;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 3px solid #8b6b4e;
    border-bottom: 3px solid #8b6b4e;
}
/* companyinfoarea */
.companyinfoarea{
    margin: 40px auto 80px auto;
}
.companyinfoarea table{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  text-align: center;
      width: 100%;
    font-size: 0.8rem;
}
.companyinfoarea table th,
.companyinfoarea table td{
  border: thin solid #ccc;
  padding: 1em 1em;
}
.companyinfoarea table th{
  background: #eee;
    width: 25%;
    line-height: 1.2;
}
.companyinfoarea table td{
    text-align: left;
    width: 75%;
    line-height: 2;
}

/* moviearea */
.moviearea{
  margin:60px auto;
}
.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
    width: 100%;
  overflow: hidden;
}

.youtube-container iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.moviearea p{
    margin-top: 8px;
    text-align: right;
    font-size: 0.6rem;
    color: #666;
}

/* 投稿者情報
-----------------------------------------*/
section.profile {
    width: 100%;
    border: 5px solid #f5f5f5;
    margin: 30px 0;
    padding: 20px 25px;
    box-sizing: border-box;
    background-color: #ddeaef;
    border: none;
    border-radius: 30px 10px;
}
section.profile .protitle {
    font-size: 14px;
    margin: 0;
    padding-bottom: 16px;
    font-weight: bold;
}
section.profile .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
section.profile .inner .left-side {
    width: 70px;
}
section.profile .inner .left-side img {
    border-radius: 50%;
}
section.profile .inner .right-side {
    width: calc(100% - 100px);
}
section.profile .inner .right-side .authorName {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
}
section.profile .inner .right-side .authorProfile p{
    font-size: 8px;font-size: 0.8rem;
    line-height: 1.6;
    margin: 0;
    color: #414141;
}
section.profile .inner .right-side a, section.profile .inner .right-side a:hover{
    font-weight: bold;
    font-size: 8px;font-size: 0.8rem;
    line-height: 1.6;
    margin-top: 4px;
    color: dodgerblue;
}
@media only screen and (max-width: 600px) {
    section.profile {
        padding: 15px;
    }
    section.profile .protitle {
        font-size: 14px;
    }
    section.profile .inner .left-side {
        width: 60px;
    }
    section.profile .inner .right-side .authorName {
        font-size: 14px;
    }
    section.profile .inner .right-side {
        width: calc(100% - 80px);
    }
    section.profile .inner .right-side .authorProfile p{
        font-size: 8px;font-size: 0.8rem;
    }
}
/* profile */
.profilearea{
  margin:0px auto 120px auto;
    text-align: left;
}
.profilearea img{
    width: 60%;
    max-width: 300px;
}
.profilearea p{
    color: #333;
    font-size: 0.8rem;
    line-height: 2.0;
}
/* 次の記事 前の記事 その5 */
/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
width:100%;
margin: 36px 0 24px;
padding:0;
display: table;
margin-bottom: 60px;
}
#prev_next #prev, #prev_next #next{
width: 50%;
padding:30px 10px 10px;
border-top:#ccc 1px solid;
border-bottom:#ccc 1px solid;
display: table-cell;
position:relative;
text-decoration:none;
}
#prev_next #prev p, #prev_next #next p{
font-size: 0.7rem;
line-height:1.5;
letter-spacing: 0.1rem;
}
#prev_next a{
color: #333;
font-weight: 600;
}
#prev_next #next p{
text-align: right;
}
#prev_next #prev:hover, #prev_next #next:hover{
background-color: rgba(238,238,238,0.7);
}
#prev_next #prev{
border-right:#ccc 1px solid;
}
#prev_next #prev_title, #prev_next #next_title{
font-size: 0.5rem;
top:-1em;
position:absolute; 
border: 1px #ccc solid;
background:#fff; 
text-align: center;
padding:3px;
letter-spacing: 0.1rem;
color:#666;
}
#prev_next #next_title{
right:10px;
}
#prev_next #prev img, #prev_next #next img{
margin:0 auto;
max-width:100px;
}
#prev_next #prev_no, #prev_next #next_no{
width: 50%;
padding:0 10px;
display: table-cell;
}
#prev_next #prev_no{
border-right:#ccc 1px solid;
}

/* media Queries タブレットサイズ */
@media only screen and (max-width: 780px) {
    #prev_next{}
    #prev_next #prev p, #prev_next #next p{
text-align: center;
}
#prev_next #prev, #prev_next #next{
}
}

/****************************************

          関連記事（Relation）

*****************************************/
#related-entries{
	margin-top:80px;
	margin-bottom:120px;
	margin:auto;
}

#related-entries h5{
}

#related-entries .related-entry{
  line-height:150%;
  clear: both;
}

#related-entries .related-entry-thumb {
  float: left;
  margin: 0 16px 10px 0;
}

#related-entries .related-entry-thumb img{
	max-width:90px;
	max-height:75px;
}

#related-entries .related-entry-content {
  margin-left: 120px;
  margin:10px 0 10px 0;
}

h4.related-entry-title{
    margin-bottom:5px;
	font-size: 8px; font-size: 0.8rem;
}

.related-entry-title a{
	color: #333;
	text-decoration: none;
}

.related-entry-title a:hover{
	color:#999;
}

.related-entry-snippet{
  margin:0 0 5px 0;
  line-height:1.2em;
	color:#999;
}

.related-entry-read{
	margin:0;
	color:#666;
	font-size: 7px; font-size: 0.7rem;
}
.related-entry-read a{
	color:#666;
}

/* pager */
/* new pager */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
#prevnext {
	max-width:720px;
    font-size:13px;
    line-height:1.8;
    margin:20px auto;
	padding:10px 0 10px 0;
    list-style: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font: 100 12px/1.2 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#prevnext .prev {
    float:left;
    line-height:1.4em;
	text-align:left;
	padding:10px 0 10px 0;
}
#prevnext .next {
    float:right;
	padding:10px 0 10px 0;
}

#prevnext a{
	color: #333;
}

#prevnext a:hover{
	color: #999;
}

/* contactform */
.wpcf7 {

}

.wpcf7-form label {
display: block;
margin-bottom: 22px;
font-size: 16px;
color: #333333;
}
.wpcf7-form .contact_ttl{
margin-bottom: 6px;
font-size: 14px;
    font-weight: 600;
}

.wpcf7-form .required {
background-color: #ff0000;
color: white;
padding: 2px 4px;
border-radius: 3px;
margin-left: 10px;
font-size: 8px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  padding: 6px 12px;
  background: #fafafa;
  color: #333;
    border: 1px solid #ddd;
border-radius: 4px;
}

.wpcf7-form .cf7__select {
  position: relative;
    border: none;
border-radius: 4px;
}

.wpcf7-form .cf7__select:before {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #454545;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.wpcf7-form .cf7__select select {
  width: 100%;
  padding: 6px 12px;
  background: #fafafa;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
    border: 1px solid #ddd;
border-radius: 4px;
}

.wpcf7-form input[type="submit"] {
background-color: #007BFF;
color: white;
cursor: pointer;
transition: background-color 0.3s ease;
border: none;
margin-top: 30px;
    font-weight: 600;
    padding: 20px auto;
    height: 40px;
border-radius: 4px;
}
.wpcf7-form input[type="submit"]:hover {
background-color: #0056b3;
}

.wpcf7-form .wpcf7-not-valid-tip {
color: #d10000;
font-size: 14px;
}
.wpcf7-form .wpcf7-mail-sent-ok {
color: #2b892b;
font-size: 16px;
margin-bottom: 20px;
}

.wpcf7-form .wpcf7-mail-sent-ok {
border: 1px solid #bbe8a7;
background-color: #bbe8a7;
}
.wpcf7-form .wpcf7-mail-sent-ng {
border: 1px solid #fdd4d4;
background-color: #fdd4d4;
}
.wpcf7-form .wpcf7-spam-blocked {
border: 1px solid #ffe8be;
background-color: #ffe8be;
}
.wpcf7-form .wpcf7-validation-errors {
border: 1px solid #f8f5c0;
background-color: #f8f5c0;
}



/* doc-download */
h1.docdl__title{
    text-align: center;
    font-size: 20px;
    margin: 0px auto;
    padding-top:70px
}
.formWrapper{
    margin: 60px auto;
}
.formWrapper__content{
    width: 92%;
    margin: 10px auto;
}
p.docdl__text{
    font-weight: 600;
}
.docdl__img{
    width: 100%;
    max-width: 540px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.doc_note{
    background: #e7f1f7;
    padding: 16px 20px;
    margin-top: 0px;
    margin-bottom: 30px;
border-radius: 4px;
  position: relative;
  display: inline-block;
    width: 100%;
}
.doc_note:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e7f1f7;
}
.doc_note p{
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}
.doc_note ul{
    line-height: 1.6rem;
    font-weight: 400;
}
.form-wrap{
    width: 92%;
    margin: 0px auto;
}
.form-wrap__inner{
background-color: #fff;
padding: 20px;
border-radius: 4px;
max-width: 600px;
margin: auto;
box-shadow: 2px 2px 10px #ccc;
}
.form-wrap__guideText{
    margin-bottom: 20px;
    font-size: 14px;
}

/* privacy policy */
.policy-wrap{
    width: 92%;
    margin: 0px auto;
}
.policy-wrap__inner{
background-color: #fff;
border-radius: 4px;
margin: auto;
}
.policy-wrap__inner h3{
    margin-bottom: 30px;
}
.policy-wrap__inner h4{
    margin-top: 20px;
    margin-bottom: 10px;
}
.policy-wrap__inner p{
    line-height: 1.6;
    font-size: 12px;
}

@media screen and (min-width:320px) {
    .rh-pricecard__note--top {
        font-size:12px;
        letter-spacing:.04em;
        line-height:1.6
    }
    .u-320-hide {
        display:block!important
    }
}
@media screen and (min-width:375px) {
    .government .government-introduction__img__achievement,.government .government-introduction__img__text {
        left:initial;
        right:50vw
    }
}
@media screen and (min-width:462px) {
    .top-review__head__text__subttl>br {
        display:none
    }
}
@media screen and (min-width:605px) {
    .rh-mv-top__sub-lead {
        font-size:19px
    }
    .rh-mv-top__lead>br {
        display:none
    }
}
@media screen and (min-width:768px) {
    img {
        width:auto
    }
    a:hover,a:hover img {
        opacity:.8
    }
    
    h3.sec-tlth3 {
    text-align:center
    }
    p.sec-tltspan {
    text-align:center;
    }
    
    .c-article {
        margin-bottom:58px;
        padding-bottom:10px
    }
    .c-article .tags__industry {
        font-size:16px;
        padding:7px 12px;
        letter-spacing:0
    }
    .c-article time {
        font-size:14px;
        padding-top:7px
    }
    .c-article__tags {
        margin-bottom:36px
    }
    .c-article__tags--header {
        width:calc(100% - 270px);
        margin-bottom:0;
        margin-left:20px;
        margin-top:0
    }
    .c-article__tag {
        padding:5px 17px
    }
    .c-article__ttl {
        font-size:32px;
        margin:11px 0 8px
    }
    .c-article__header {
        display:-ms-flexbox;
        display:flex
    }
    .c-article__thumbnail {
        margin:38px 0 70px
    }
    .c-article__thumbnail figcaption {
        margin-top:18px;
        font-size:12px
    }
    .c-article__content h2 {
        font-size:26px;
        margin-bottom:27px;
        margin-top:30px
    }
    .c-article__content h3 {
        font-size:22px;
        margin-bottom:27px;
        margin-top:30px
    }
    .c-article__content h4 {
        font-size:18px;
        margin-bottom:14px
    }
    .c-article__content h5 {
        font-size:16px
    }
    .c-article__content p {
        margin-bottom:40px
    }
    .c-article__content .t-column p {
        margin-top:40px;
        margin-bottom:0
    }
    .c-article__content .t-column div span {
        font-size:18px
    }
    .c-article__content__txt__border-box--gray {
        padding:17px 22px;
        margin:0
    }
    .c-article__content .c-book-info__image {
        margin-bottom:50px
    }
    .c-article__content figure {
        margin:30px 0
    }
    .c-article__content figure figcaption {
        margin-top:18px
    }
    .c-article__content ul {
        margin-bottom:55px
    }
    .c-article__content ol {
        margin-bottom:45px
    }
    .c-article__content .box {
        padding:30px 36px
    }
    .c-article__content blockquote {
        padding-left:33px;
        margin-bottom:30px
    }
    .c-article__content p+figure {
        margin:-30px 0 30px
    }
    .c-article__content figure+h3 {
        margin:60px 0 30px
    }
    .c-article__content figure+h4 {
        margin:60px 0 14px
    }
    .c-article #toc_container {
        padding:6px 40px 38px 37px;
        margin-bottom:50px;
        margin-top:52px
    }
    .c-article #toc_container .toc_title {
        font-size:18px;
        margin-top:24.5px
    }
    .c-article #toc_container li {
        margin-bottom:14px
    }
    .c-article__banner {
        margin:74px 0 70px
    }
    .single-info .c-article__ttl {
        font-size:32px;
        margin:32px 0 45px
    }
    .c-case-summary dl {
        padding:46px 0
    }
    .c-case-summary dl dt {
        font-size:24px;
        margin-bottom:20px
    }
    .c-case-summary dl dd {
        font-size:18px;
        padding-left:30px;
        margin-bottom:8px
    }
    .single-remedia .c-article-list__item {
        padding:30px 0
    }
    .rh-btn {
        width:280px;
        padding:22px 0
    }
    .rh-btn.rh-btn--border {
        padding:20px 2px
    }
    .rh-btn.rh-btn--arrow:after {
        right:17px
    }
    .rh-btn.rh-btn--grayarrow:after {
        right:10px
    }
    .rh-btn.rh-btn--mini {
        padding:15px 0;
        width:200px;
        font-size:14px
    }
    .rh-btn.rh-btn--middle {
        padding:15px 0;
        width:240px;
        font-size:14px
    }
    .rh-btn.rh-btn--big {
        width:315px;
        padding:24px 0;
        font-size:20px;
        display:-ms-inline-flexbox!important;
        display:inline-flex!important;
        -ms-flex-direction:column;
        flex-direction:column;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .rh-btn.rh-btn--480 {
        font-size:20px;
        width:480px;
        padding:25px 0
    }
    .rh-btn.rh-btn--465 {
        font-weight:900;
        font-size:18px;
        line-height:1.4;
        width:465px;
        padding:15px 0
    }
    .rh-btn.rh-btn--400 {
        font-size:20px;
        letter-spacing:-.22px;
        padding:16px 0;
        width:400px;
        margin-top:62px
    }
    .c-side {
        margin-top:0
    }
    .c-side__article {
        margin-bottom:60px
    }
    .c-side__list {
        margin-top:30px
    }
    .c-side__item {
        margin-bottom:28px
    }
    .c-side__img {
        width:100px
    }
    .c-side__cat-lists {
        margin-top:28px;
        margin-bottom:60px
    }
    .c-side__cat-list {
        font-size:14px
    }
    .c-side__tag-lists {
        margin-top:28px
    }
    .c-side__tag-list {
        font-size:13px;
        margin-right:4px;
        margin-bottom:13px
    }
    .post-type-archive-remedia .c-side__fixed,.single-remedia .c-side__fixed {
        position:sticky;
        top:120px;
        -ms-flex-item-align:end;
        align-self:flex-end
    }
    .post-type-archive-remedia .c-side__article--fixed,.single-remedia .c-side__article--fixed {
        margin:0
    }
    .c-card__list {
        width:400px!important;
        margin:0 20px
    }
    .c-card__content {
        padding:25px 18px
    }
    .c-card__tlt {
        font-size:18px
    }
    .c-card__txt {
        margin-bottom:24px
    }
    .c-card__logo {
        height:40px
    }
    .c-relatedcard {
        margin-bottom:40px;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .c-relatedcard::after {
        content:"";
        display:block;
        width:calc(25% - 30px);
        height:0
    }
    .c-relatedcard__item {
        width:calc(25% - 30px)
    }
    .c-relatedcard__content {
        padding:19px 15px
    }
    .c-relatedcard__tag {
        font-size:12px
    }
    .c-relatedcard__ttl {
        font-size:18px
    }
    .c-relatedcard__excerpt {
        font-size:14px
    }
    .c-case-banner {
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center;
        gap:34px;
        height:210px;
        padding:0;
        max-width:1000px;
        margin:60px auto!important
    }
    .c-case-banner::before {
        content:"";
        width:375px;
        height:100%;
        background-color:#f2f8ff;
        -webkit-clip-path:polygon(0 0,100% 0,72% 100%,0 100%);
        clip-path:polygon(0 0,100% 0,72% 100%,0 100%);
        position:absolute;
        left:0;
        top:0;
        z-index:1
    }
    .c-case-banner__img {
        position:relative;
        display:block;
        max-width:300px;
        z-index:2;
        top:-6px;
        margin-top:6px
    }
    .c-case-banner__img img {
        display:block;
        width:100%;
        height:auto
    }
    .c-case-banner__text {
        text-align:center;
        position:relative;
        z-index:2
    }
    .c-case-banner__text__ttl {
        font-size:21px!important;
        letter-spacing:.874px!important;
        line-height:1.6!important;
        margin-bottom:16px!important
    }
    .c-case-banner .rh-btn {
        font-size:12.48px;
        max-width:200px;
        height:42px;
        padding-right:10px
    }
    .c-case-banner .rh-btn::after {
        right:13px;
        top:51%
    }
    .c-case-summary {
        padding:30px 40px;
        margin:66px 0
    }
    .c-case-summary__title {
        font-size:18px!important;
        margin-bottom:10px!important
    }
    .c-case-summary__text {
        font-size:18px!important
    }
    .category-list {
        width:1000px;
        margin:auto
    }
    .category-list__tlt {
        font-size:28px;
        margin-bottom:35px
    }
    .category-list__bg {
        padding:44px 65px 32px
    }
    .category-list__cat {
        padding:8px 10px;
        margin:0 3px 12px
    }
    .category-list__cat a {
        font-size:14px
    }
    .c-download-top {
        display:-ms-flexbox;
        display:flex;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -ms-flex-align:center;
        align-items:center;
        width:758px;
        margin:100px auto 0
    }
    .c-download-top__subttl {
        font-size:15px;
        margin-bottom:0
    }
    .c-download-top__ttl {
        font-size:26px
    }
    .c-download-top__btn .rh-btn {
        width:253px;
        padding:22px 18px 22px 0;
        margin-top:0
    }
    .c-download-top.features .c-download-top__subttl {
        font-weight:700
    }
    .c-download-top.features.mid02 {
        margin:40px auto 0
    }
    .c-download {
        display:-ms-flexbox;
        display:flex;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -ms-flex-align:center;
        align-items:center;
        width:758px;
        margin:100px auto 0
    }
    .c-download__subttl {
        font-size:15px;
        margin-bottom:0
    }
    .c-download__ttl {
        font-size:26px
    }
    .c-download__btn .rh-btn {
        width:240px;
        padding:22px 0;
        margin-top:0
    }
    .c-download.tetori {
        margin:80px auto
    }
    .c-downloads__style-02 {
        padding:91px 0 126px!important
    }
    .c-faq {
        margin:0
    }
    .c-faq__question {
        font-size:20px;
        padding:40px 44px 40px 90px
    }
    .c-faq__question:before {
        left:44px
    }
    .c-faq__question:after {
        right:57px;
        width:20px;
        height:20px
    }
    .c-faq__question:hover {
        color:rgba(48,54,62,.8)
    }
    .c-faq__question:hover:after {
        background:url(ds_img/index/faq_open_hover.svg) no-repeat
    }
    .c-faq__question.close:hover:after {
        background:url(ds_img/index/faq_close.svg) no-repeat
    }
    .c-faq__answer {
        font-size:14px;
        padding:0 57px 50px 90px
    }
    .c-faq__answer:before {
        content:"A";
        position:absolute;
        left:44px;
        top:-5px;
        font-family:HelveticaNeueMedium,HelveticaNeue-Medium,"Helvetica Neue Medium",HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight:700;
        font-size:20px
    }
    .c-fixed-message {
        padding:5px 0
    }
    .c-fixed-message__close {
        right:20px;
        top:2px
    }
    .c-fixed-message__txt {
        font-size:14px;
        padding-right:0
    }
    .sec-tlt {
        font-size:40px;
        margin-bottom:64px
    }
    .sec-tlt::before {
        width:50px;
        bottom:-24px
    }
    .sec-tlt .font-no {
        font-size:60px;
        padding:0 9px
    }
    .sec-tlt--big {
        font-size:40px;
        margin-bottom:80px
    }
    .sec-tlt--medium {
        font-size:36px;
        margin-bottom:115px;
        line-height:2.4
    }
    .sec-tlt--medium .font-no {
        margin-top:-29px
    }
    .sec-tlt--medium--style-01 {
        line-height:1.4;
        margin-bottom:45px!important
    }
    .side-ttl {
        font-size:16px;
        line-height:20px;
        padding-left:11px
    }
    .sec-lead {
        font-size:18px;
        margin-bottom:75px
    }
    .sec-lead--mb {
        margin-bottom:60px
    }
    .sec-image {
        width:795px
    }
    a.help {
        bottom:50px
    }
    
    .rh-mv-top__mv-bg {
        background-image:url(ds_img/dxsentei_mainimg_PC_R3.webp);
        height:500px;
        background-position:center;
        background-size:cover
    }
    .rh-mv-top__mv-bg::before {
        content:none
    }
    .rh-mv-top__container {
        text-align:left;
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        left:100px;
        width:100%;
        max-width:560px
    }
    .rh-mv-top__sub-lead {
        margin-bottom:12px;
        padding-inline:0;
        font-size:19px
    }
    .rh-mv-top__lead {
        margin-bottom:20px;
        padding-inline:0;
        font-size:52px
    }
    .rh-mv-top__lead>br {
        display:block
    }
    .rh-mv-top__text {
        margin-top:30px;
        margin-bottom:50px;
        padding-inline:0;
        font-size:18px;
        line-height: 1.8;
    }
    .rh-mv-top__btn {
        -ms-flex-align:start;
        align-items:start;
        margin-bottom:0;
        padding-inline:0;
        gap:10px
    }
    .rh-mv-top__btn__sp-hide {
        display:block
    }
    .rh-mv-top__icon,.rh-mv-top__icon:after {
        display:none
    }
    .rh-mv-top__icon__img {
        max-width:107px
    }
    .mv {
        padding-top:0
    }
    .mv__inner {
        display:-ms-flexbox;
        display:flex;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        max-width:1280px;
        margin-bottom:100px
    }
    .mv__txt {
        margin-top:65px
    }
    .mv__catch {
        font-size:60px;
        text-align:left
    }
    .mv__detail {
        margin-top:30px;
        line-height:1.75
    }
    .mv__cta {
        margin-top:35px
    }
    .mv__image {
        display:block;
        margin-top:0;
        -ms-flex:1;
        flex:1;
        margin-left:40px;
        padding:0
    }
    .mv__bajji {
        position:absolute;
        width:530px;
        left:612px;
        top:55px
    }
    .mv__pc {
        -ms-flex:auto;
        flex:auto;
        margin-top:210px;
        margin-left:0;
        padding:0
    }
    .mv {
        overflow:hidden;
        position:relative;
        padding:0;
        width:100%
    }
    .mv__cta {
        position:absolute;
        top:67%;
        left:56%;
        width:34%;
        text-align:center;
        margin-top:0
    }
    .mv__cta span {
        font-weight:700;
        font-size:18px
    }
    .mv__cta span:after,.mv__cta span:before {
        position:relative;
        display:inline-block;
        font-family:"Font Awesome 5 Free";
        content:"��";
        font-size:18px;
        margin:-.2em .8em 0;
        vertical-align:middle;
        font-weight:900
    }
    .mv__btn .rh-btn {
        width:100%;
        background:#f42858;
        color:#fff;
        font-weight:700;
        border-radius:4px;
        text-align:center;
        display:block;
        font-size:18px;
        padding:18px 0;
        text-decoration:none;
        border:2px solid #f42858
    }
    .mv__btn .rh-btn:hover {
        background-color:#fff;
        border:2px solid #f42858;
        color:#f42858;
        opacity:1!important
    }
    .mv {
        margin-bottom:35px
    }
    .c-price-table02__headline {
        padding:6px 14px;
        background-color:#eaf0f6;
        text-align:left;
        font-weight:700;
        letter-spacing:.04em;
        line-height:25px;
        border-right:1px solid #bcc8d6
    }
    .c-price-table02__headline2 {
        padding:6px 14px;
        background-color:#e5eeef;
        text-align:left;
        font-weight:700;
        letter-spacing:.04em;
        line-height:25px;
        border-right:1px solid #dae6e6
    }
    .c-price-table02 {
        table-layout:auto
    }
    .c-price-table02:last-child .c-price-table02__cont:nth-child(2n) {
        background-color:#fafcfd
    }
    .c-price-table02:last-child .c-price-table02__cont:last-child,.c-price-table02__cont {
        border-bottom:1px solid #eaf0f6
    }
    .c-price-table02__head {
        line-height:25px;
        letter-spacing:.04em;
        text-align:left;
        padding:11px 16px;
        width:271px
    }
    .c-price-table02__head span {
        font-size: 14px;
    }
    .c-price-table02__body {
        border-left:1px solid #bcc8d6;
        width:calc((100% - 271px)/ 4)
    }
    .c-price-table03__body {
        border-left:1px solid #bcc8d6;
        width:calc((100% - 271px)/ 3)
    }
    .c-price-table02__body_all {
        border-left:1px solid #bcc8d6;
        width:calc((100% - 271px));
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .c-price-table02__body:last-child, .c-price-table03__body:last-child, .c-price-table02__body_all:last-child {
        border-right:1px solid #bcc8d6
    }
    .price__pc-table.sticky .c-price-table02__thead .c-price-table02__cont {
        display:block
    }
    .price__pc-table2{
        width: 1020px;
        margin: 0 auto 0 auto;
    }
    .price__pc-table.sticky .c-price-table02__cont {
        display:-ms-flexbox;
        display:flex
    }
    .price__pc-table.sticky .c-price-table02__body, .price__pc-table.sticky .c-price-table03__body  {
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .rh-pricecard {
        margin:0 0 30px;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .rh-pricecard.sticky {
        position:sticky;
        top:80px;
        left:0;
        z-index:10;
        padding-top:20px;
        background:linear-gradient(#fff calc(100% - 1em),rgba(255,255,255,0) 100%)
    }
    .rh-pricecard.sticky .rh-pricecard__card {
        padding:16px 0
    }
    .rh-pricecard.sticky .rh-pricecard__card .rh-pricecard__ttl {
        margin-bottom:30px
    }
    .rh-pricecard.sticky .rh-pricecard__card .rh-pricecard__note--top,.rh-pricecard.sticky .rh-pricecard__card .rh-pricecard__price {
        margin-bottom:10px
    }
    .rh-pricecard__card--no-border {
        padding-bottom:0;
        border-bottom:none;
        width:271px!important;
        background:linear-gradient(#fff calc(100% - 1em),rgba(255,255,255,0) 100%)
    }
    .rh-pricecard__card--another-border {
        border-color:#bcc8d6;
        width:calc((100% - 271px)/ 4)
    }
    .rh-pricecard__card--another-border2 {
        border-color:#bcc8d6;
        width:calc((100% - 271px)/ 3)
    }
    .rh-pricecard__card--no-bottom {
        border-bottom:none;
        border-right:none
    }
    .rh-pricecard__card--no-bottom:last-child {
        border-right:1px solid #bcc8d6
    }
    .rh-pricecard__card {
        margin-bottom:0;
        padding:26px 0 30px
    }
    .rh-pricecard__card--btn {
        margin:0 auto 60px;
        border:1px solid #29878f
    }
    .rh-pricecard__card--btn .rh-pricecard__subttl {
        margin-bottom:20px;
        font-size:20px
    }
    .rh-pricecard__card--btn p {
        margin-bottom:20px
    }
    .rh-pricecard__card--btn ul {
        text-align:center;
        width:100%
    }
    .rh-pricecard__card--btn ul li+li {
        margin-top:0;
        margin-left:20px
    }
    .rh-pricecard__card--sp {
        display:none
    }
    .rh-pricecard__menu {
        margin-top:0
    }
    .rh-pricecard__reverse-box {
        display:-ms-flexbox;
        display:flex;
        -ms-flex-direction:column-reverse;
        flex-direction:column-reverse
    }
    .rh-pricecard__ttl {
        font-size:24px;
        margin-bottom:34px
    }
    .rh-pricecard__subttl {
        font-size:20px;
        margin-bottom:25px
    }
    .rh-pricecard__price {
        font-size:17px;
        margin-bottom:18px;
        min-height:65px
    }
    .rh-pricecard__price .mark {
        font-size:17px
    }
    .rh-pricecard__price .no {
        font-size:28px;
        margin-right:3px
    }
    .rh-pricecard__price .txt {
        margin-top:0;
        line-height:1.5
    }
    .rh-pricecard__price .small {
        font-size:12px;
        margin-top:0
    }
    .rh-pricecard__box {
        margin-bottom:28px;
        padding:18px
    }
    .rh-pricecard__box--wide {
        padding:0;
        margin-bottom:0;
        background:#fafcfd
    }
    .rh-pricecard__box--wide .rh-pricecard__term {
        text-align:left;
        color:#30363e;
        font-size:16px;
        font-weight:700;
        letter-spacing:.04em;
        line-height:25px;
        padding:0 24px;
        width:271px
    }
    .rh-pricecard__box--wide .rh-pricecard__desc {
        border-left:1px solid #bcc8d6;
        padding:15px 0;
        text-align:center;
        height:100%;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center;
        -ms-flex-direction:column;
        flex-direction:column;
        width:calc((100% - 271px)/ 4)
    }
    .rh-pricecard__box--wide .rh-pricecard__desc:last-child {
        border-right:1px solid #bcc8d6
    }
    .rh-pricecard__box--wide .rh-pricecard__wrap {
        padding-bottom:0;
        height:56px
    }
    .rh-pricecard__box--wide .rh-pricecard__wrap--shrink {
        height:50px;
        background-color:#fff
    }
    .rh-pricecard__box--wide .rh-pricecard__wrap--shrink .rh-pricecard__desc,.rh-pricecard__box--wide .rh-pricecard__wrap--shrink .rh-pricecard__term {
        padding:0
    }
    .rh-pricecard__wrap {
        padding-bottom:10px
    }
    .rh-pricecard__term {
        font-size:14px
    }
    .rh-pricecard__desc {
        font-size:16px
    }
    .rh-pricecard__lastnote {
        margin-bottom:30px;
        font-size:14px
    }
    .rh-pricecard__btn {
        padding:0 25px;
        margin-bottom:0
    }
    .rh-pricecard__btn__link {
        height:45px;
        padding:0;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .rh-pricecard__btnwrap {
        display:-ms-flexbox;
        display:flex;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .rh-pricecard__btnwrap .rh-pricecard__btn {
        margin-bottom:60px
    }
    .rh-pricecard--mb-none {
        margin-bottom:0
    }
    .rh-pricecard__remarks {
        display:block;
        width: 1020px;
        margin: 30px auto 0 auto;
    }
    .rh-pricecard.js-priceLabel {
        display:none
    }
    .rh-pricecard.js-priceLabel.active {
        animation:.5s appear;
        display:-ms-flexbox;
        display:flex;
        position:fixed;
        z-index:100
    }
    .rh-pricecard.js-priceLabel.active .rh-pricecard__card {
        padding:20px 0
    }
    .rh-pricecard.js-priceLabel.active .rh-pricecard__card:not(:first-of-type) {
        background-color:#fff;
        border:none!important;
        border-right:1px solid #bcc8d6!important;
        border-bottom:1px solid #bcc8d6!important
    }
    .rh-pricecard.js-priceLabel.active .rh-pricecard__card:nth-of-type(2) {
        border-left:1px solid #bcc8d6!important
    }
    @keyframes appear {
        0% {
            opacity:0
        }
        100% {
            opacity:1
        }
    }
    .c-related-list {
        gap:18px 0
    }
    .c-related-list>li {
        padding-left:74px!important
    }
    .c-related-list>li::before {
        width:54px;
        height:28px;
        font-size:16px;
        line-height:28px
    }
    .c-single-header {
        background-repeat:no-repeat;
        background-size:cover;
        background-image:url(ds_img/info/single-header.jpg);
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align:center;
        align-items:center;
        height:120px;
        padding:0
    }
    .c-single-header img {
        display:none
    }
    .c-single-header__ttl {
        font-size:24px;
        margin-top:0
    }
    .c-single-header__subttl {
        font-size:12px;
        margin-top:10px
    }
    
 
    .l-footer {
        padding:76px 0 46px;
        max-width:100%;
        margin-bottom:0
    }
    .l-footer>.rh-container {
        width:1180px;
        margin:auto;
        padding:0 15px
    }
    .footer {
        display:-ms-flexbox;
        display:flex;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -ms-flex-direction:row-reverse;
        flex-direction:row-reverse
    }
    .footer__icon {
        padding:0;
        margin-top:0
    }
    .footer__logo {
        margin:0
    }
    .footer__sns {
        text-align:left;
        margin-top:37px
    }
    .footer__sns li {
        width:38px
    }
    .footer__sns li+li {
        margin-left:9px
    }
    .footer__blank {
        display:block;
        font-size:12px;
        padding-right:0;
        margin-top:40px
    }
    .footer__blank li {
        padding-right:0;
        margin-bottom:20px
    }
    .footer__inner {
        display:-ms-flexbox;
        display:flex;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -ms-flex:1;
        flex:1;
        margin-left:280px
    }
    .footer__nav {
        width:calc(33.333% - 20px);
        text-align:left
    }
    .footer__nav>li {
        border-bottom:none
    }
    .footer__nav>li>a {
        font-size:14px;
        padding:0
    }
    .footer__nav>li:not(:first-child) {
        margin-top:60px
    }
    .footer__nochild a:after {
        display:none
    }
    .footer__parent>a {
        pointer-events:none;
        margin-bottom:20px
    }
    .footer__parent>a:after {
        display:none
    }
    .footer__childs {
        display:block;
        padding:0;
        background:0 0
    }
    .footer__childs>li {
        border-bottom:none;
        padding:0
    }
    .footer__childs>li:last-child>a {
        padding-bottom:0
    }
    .footer__childs>li>a {
        padding-bottom:14px
    }
    .footer__childs>li>a:after {
        display:none
    }
    .footer__grandchild {
        padding-left:0;
        margin-bottom:14px
    }
    .footer__grandchild>li {
        margin-top:0;
        font-size:11px
    }
    .footer__copy {
        text-align:left
    }
    .l-footer-simple {
        margin-top:20px;
        padding-bottom:30px
    }
    .gnav-btn {
        display:none
    }
    .pc-gnav {
        display:block;
        margin-left:60px
    }
    .l-header-wrap {
        min-width:1180px;
    }
    .l-header {
        padding:0 10px 0 15px;
        height:83px;
        margin:auto
    }
    .l-header__inner {
        height:83px;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .l-header .rh-container {
        position:relative
    }
    .l-header__logo {
        line-height:1;
        width:180px;
        padding-top:0;
        margin-top:-5px
    }
    .l-header__logo.review {
        width:283px;
        margin:32px 0
    }
    .l-header-simple {
        background-color:#29878f;
        box-shadow:none;
        -ms-flex-pack:start;
        justify-content:start
    }
    .rh-wrapper {
        min-width:1180px
    }
    .rh-container {
        padding:0 15px;
        width:1000px
    }
    .rh-container--sidebar {
        width:1168px;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-align:stretch;
        align-items:stretch
    }
    .rh-container--sidebar::after {
        content:none
    }
    
    .rh-container--middle {
        width:1116px
    }
    .rh-container--small {
        width:1030px
    }
    .rh-container--single {
        width:830px
    }
    .rh-main,.rh-main-case {
        margin-top:84px
    }
    .sec-content {
        padding:90px 0
    }
    .sec-content--service {
        padding:60px 0
    }
    .sec-content--feature {
        padding:90px 0 120px
    }
    .sec-content--whatds {
        padding:90px 0 120px
    }
    .page-content {
        padding:120px 0
    }
    .page-content .sec-tlt--big {
        font-size:40px;
        margin-bottom:90px
    }
    .page-content--min {
        padding:100px 0 120px
    }
    .page-content__inner {
        margin-top:144px
    }
    .l-sidemain {
        width:780px;
        float:left
    }
    .l-side {
        width:300px
    }
    .error404 .error404__img {
        margin-bottom:60px
    }
    .error404 .error404__txt {
        margin-bottom:56px
    }
    .blog-title,.post-type-archive-remedia-title,.tax-blog_category-title,.tax-blog_tag-title {
        font-size:32px;
        margin-bottom:50px
    }
    .blog .c-pickup-list__img,.post-type-archive-remedia .c-pickup-list__img,.single-remedia .c-pickup-list__img,.tax-blog_category .c-pickup-list__img,.tax-blog_tag .c-pickup-list__img {
        width:130px
    }
    .single-remedia .page-content {
        padding-top:60px
    }
    .single-remedia .l-side {
        margin-top:0
    }
    .single-remedia .c-article-related-posts .c-article-list {
        margin-bottom:50px
    }
    .single-remedia .c-response .c-response-contact {
        padding:14px 30px 27px
    }
    .post-type-archive-remedia .page-content,.tax-blog_category .page-content,.tax-blog_tag .page-content {
        padding-top:60px
    }
    
 
    .sec-content--cm {
        padding:60px 0
    }
    .sec-content--cm .sec-tlt {
        font-size:40px;
        letter-spacing:1.6px
    }
    .sec-content--cm .sec-tlt>span {
        font-size:20px;
        letter-spacing:.8px
    }
    .top-review {
        padding:100px 0
    }
    .top-review__wrap {
        -ms-flex-direction:row;
        flex-direction:row;
        gap:0 54px;
        max-width:758px;
        margin:0 auto;
        padding:42px 30px
    }
    .top-review__head {
        gap:10px
    }
    .top-review__head__img {
        width:85px
    }
    .top-review__head__text__subttl {
        font-size:15px;
        margin-bottom:14px
    }
    .top-review__head__text__ttl {
        font-size:26px
    }
    .top-review__btn {
        -ms-flex:1;
        flex:1;
        width:auto
    }
    .top-review__btn .rh-btn {
        width:100%
    }
    .award {
        margin-top:76px
    }
    .award__bajji {
        margin:0 auto 30px;
        padding:0
    }
    .award__tit-cont {
        padding:0
    }
    .award__tit {
        font-family:Roboto,"Noto Sans JP",sans-serif;
        line-height:1.6;
        font-size:10px;
        margin-top:40px
    }
    .award-logo {
        max-width:1429px;
        margin:0 auto
    }
    .sec-content--award {
        padding-top:140px
    }
    .sec-content--award .sec-tlt {
        font-size:40px;
        margin-bottom:72px
    }
    .sec-content--price {
        padding-top:140px
    }
    .feature {
        display:-ms-flexbox;
        display:flex;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    h3.feature_3service_ttl{
        margin:16px auto 0 auto;
        text-align: center;
        background:#29878f;
        font-size: 26px;
        width:90%;
        max-width: 700px;
        letter-spacing:.08em;
        border-radius:50px;
        font-weight:600;
        color: #fff;
        padding: 14px;
    }
    p.feature_3service_p{
        margin:30px auto 30px auto;
        text-align: center;
        font-size: 16px;
        font-weight:600;
    }
    .feature__list {
        width:calc(33.333% - 50px);
        margin-bottom:0
    }
    .feature_s01_bg{
        padding: 50px 50px 4px 50px;
    }
    .feature__img {
        width:260px;
        height:260px
    }
    .feature__icon01 {
        width:110px
    }
    .feature__icon02 {
        width:110px
    }
    .feature__icon03 {
        width:110px
    }
    .feature__content {
        width:100%
    }
    .feature__tlt {
        font-size:24px;
        margin-bottom:30px
    }
    .usecase__tlt{
        font-size:24px; 
    }
    .sec-cta {
        padding:60px 0 60px
    }
    .sec-cta__wrap {
        width:1000px;
        padding:56px 80px 60px
    }
    .sec-cta__title {
        font-size:24px;
        font-weight:700;
        line-height:1.6;
        letter-spacing:.96px
    }
    .sec-cta__link {
        -ms-flex-direction:row;
        flex-direction:row;
        gap:56px
    }
    .sec-cta__link__item {
        max-width:454px
    }
    .sec-cta__link__item>a {
        height:60px;
        font-size:16px;
        font-weight:700;
        letter-spacing:.64px
    }
    .category-list {
        margin-top:95px
    }
    .category-list__bg {
        margin-bottom:40px
    }
    .c-faq {
        margin-bottom:60px
    }
    .p-case .slick-dots li:last-child,.p-case .slick-dots li:nth-last-child(2),.p-case .slick-dots li:nth-last-child(3) {
        display:none
    }
    .p-case {
        margin-top:130px
    }
    .reason {
        background:#fff;
        padding:20px 0px 0;
    }
    .reason__wrap {
        margin:0 auto 10px;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -ms-flex-align:center;
        align-items:center;
        padding:38px 10px 40px;
        width:1000px
    }
    .reason__mark-wrap {
        gap:0 25px;
        margin:0 0 32px
    }
    .reason__mark-wrap img {
        width:158px
    }
    .reason__mark-wrap img:nth-child(3) {
        width:60px
    }
    .reason__item {
        -ms-flex:1;
        flex:1;
        margin-right:87px
    }
    .reason__wrap--rev .reason__item {
        margin-left:87px;
        margin-right:0
    }
    .reason__no {
        font-size:14px;
        margin-bottom:14px
    }
    .reason__tlt {
        font-size:36px;
        line-height:1.5;
        margin-bottom:20px
    }
    .reason__logo {
        margin-bottom:25px;
        width:60%
    }
    .reason__tag {
        font-size:14px
    }
    .reason__tag:last-of-type {
        margin-bottom:37px
    }
    .reason__img {
        margin:0 auto
    }
    .reason__img--01 {
        width:475px
    }
    .reason__img--02 {
        width:450px
    }
    .reason__img--03 {
        width:470px;
        text-align:right;
        margin-right:20px
    }
    .reason__img--04 {
        width:479px
    }
    .reason__img--05 {
        width:477px
    }
    .reason__btn {
        text-align:left
    }
    .reason__btns a {
        display:inline-block
    }
    .reason__btns a+a {
        margin-left:10px;
        margin-top:0
    }
    

    .price .plan-flow {
        padding:75px 0 80px;
        margin-top:120px
    }
    .price .plan-flow__ttl {
        font-size:36px;
        margin-bottom:54px
    }
    .price .plan-flow__wrap {
        position:relative;
        width:1000px;
        margin:auto
    }
    .price .plan-flow__comment {
        margin:0;
        position:absolute;
        right:0;
        top:50%;
        transform:translateY(-50%)
    }
    .price .plan-flow__step1-2 {
        font-size:14px;
        padding-top:0
    }
    .price .plan-flow__step3 {
        font-size:20px;
        padding-right:1em;
        padding-top:0
    }
    .price .plan-flow__list {
        width:700px;
        margin:0 auto 44px;
        padding:27px 0;
        text-align:center
    }
    .price .plan-flow__list:before {
        top:-28px;
        width:25px;
        height:16px
    }
    .price .plan-flow__list--step3 {
        height:auto;
        margin-top:0
    }
    .price .plan-flow__list--step4 {
        margin-top:0
    }
    .price .plan-flow__list--step5 {
        padding:20px 0
    }
    .price .plan-flow__list dd {
        font-size:20px;
        margin-left:0;
        margin-right:0
    }
    .price .plan-flow__list dd span {
        font-size:12px;
        padding-top:0
    }
    .price .plan-flow__step {
        width:80px;
        height:80px;
        font-size:14px;
        padding-top:16px
    }
    .price .plan-flow__step span {
        font-size:24px
    }
    .price .plan-flow__step--check {
        padding-top:5px
    }
    .price .plan-flow__step--check img {
        padding:25px
    }
    .price .plan-flow__most>figure {
        width:342px;
        margin:25px auto 0
    }
    .price .plan-flow__txtbox {
        font-size:14px;
        width:700px;
        margin:auto
    }
    .price .plan-flow__txtbox p {
        margin-top:20px
    }
    .price .rh-btnwrap {
        margin-top:55px
    }
    

    
    .u-pc-hide {
        display:none!important
    }
    .u-sp-hide {
        display:block!important
    }
    .u-sp-hide-pc-flex {
        display:-ms-flexbox;
        display:flex
    }
    .u-sp-hide-pc-grid {
        display:grid
    }
    .u-sp-hide-i {
        display:inline-block!important
    }
    .u-hide {
        display:block
    }
}
@media screen and (min-width:768px)and (min-width:1280px) {
 
}
@media screen and (min-width:798px) {
    .table {
        display:table;
        margin-top:30px;
        text-align:left;
        border-collapse:collapse
    }
    .table dl {
        display:table-row
    }
    .table dl dd,.table dl dt {
        display:table-cell;
        padding:10px 25px;
        border:1px solid #8897a7
    }
    .table--min {
        width:500px
    }
    .table--min dl dt {
        width:170px
    }
    .table--default {
        margin:0
    }
    .table--default dt {
        width:180px;
        vertical-align:middle
    }
    .table .table-note {
        padding-left:1.5em;
        font-size:13px
    }
    .table .table-note::before {
        position:absolute;
        top:0;
        left:0
    }

    
    textarea {
        width:100%;
        height:294px
    }
    textarea.textarea-min {
        height:230px
    }
    input.input__min {
        width:290px
    }
    input.middle-width {
        width:325px
    }
    input.full-width {
        width:100%
    }
    input.full-width--670 {
        width:670px
    }
    .input-birth input[type=text] {
        float:inherit
    }
    input.input-year {
        width:113px
    }
    input.input-day,input.input-month {
        width:52px
    }
    input[type=text].input--inline {
        display:inline-block;
        width:90%
    }
    .form-check-list {
        padding:7px 0
    }
    .form-check-list>li {
        margin-right:10px
    }
    .single-article .post-section .mktoLabel {
        margin-bottom:0
    }
    body,button,input,select,textarea {
        font-size:16px
    }
    .c-article__writer__img img {
        width:100%
    }
    .f-s-small {
        font-size:16px
    }
        /* doc-download */
h1.docdl__title{
    text-align: center;
    font-size: 28px;
}
.formWrapper{
    margin: 90px auto;
    display:flex;
    max-width: 1000px;
}
.formWrapper__content{
    width: 37%;
    margin-right: 8%;
}
.docdl__img{
    width: 100%;
}
.doc_note{
}
.form-wrap{
    width: 54%;
}

#footer_kumi_area ul{
    text-align: left;
}
#footer_kumi_area ul li{
    line-height: 1.4rem;
    letter-spacing: 0.1;
}
    #footer_kumi_area{
        display: flex;
        width: 92%;
    }
    .footer_kumi_area_cont1{
    width: 46%;
    }
    .footer_kumi_area_cont2, .footer_kumi_area_cont3{
    width: 27%;
}
}
@media screen and (min-width:1230px) {
    .rh-mv-top__container {
        transform:translate(-50%,-50%);
        top:50%;
        left:calc(50% - min(19.5vw,265px))
    }
}
@media screen and (min-width:1280px) {
    .rh-mv-lp__inner {
        display:block;
        max-width:1235px;
        min-width:1235px;
        height:476px;
        margin:0 auto;
        padding:0;
        position:relative
    }
    .rh-mv-lp__txt {
        position:absolute;
        left:0;
        top:42px;
        margin-top:0
    }
    .rh-mv-lp__pc {
        position:absolute;
        top:138px;
        right:0;
        max-width:544px;
        width:544px;
        margin-top:0
    }
    .mv__inner {
        display:block;
        max-width:1365px;
        min-width:1365px;
        height:670px;
        margin:0 auto;
        padding:0;
        position:relative
    }
    .mv__txt {
        position:absolute;
        left:10px;
        top:35px;
        margin-top:0
    }
    .mv__pc {
        position:absolute;
        top:180px;
        right:9px;
        max-width:840px;
        width:840px;
        margin-top:0;
        padding:0 27px
    }
    
    
}
@media screen and (min-width:1325px) {
    .pc-gnav {
        margin-left:80px
    }
    .pc-gnav__link {
        margin:0 18px
    }
    .pc-gnav__link--top {
        margin-right:32px
    }
    .nav-cv__list a.login {
        padding-top:9px
    }
    .nav-cv__list a.border {
        margin:0 10px 0 17px
    }
    .nav-cv__list--mid a.bg {
        padding:0 32px
    }
    .nav-cv__list--large a.bg {
        padding:0 64px
    }
    .l-header-wrap {
        min-width:1325px;
    }
    .l-header {
        padding:0 15px 0 30px
    }
    .l-header__logo {
        width:200px
    }
    .l-header__logo.review {
        width:283px
    }
    .rh-wrapper {
        min-width:1325px
    }

    
}
@media screen and (max-width:798px) {

    
}
@media screen and (max-width:768px) {
    .c-article #toc_container a {
        font-size:14px
    }
    .c-article__writer__inner {
        padding:40px 25px
    }
    .c-article-prev_next {
        margin-top:50px
    }
    .article-block .wp-block-image>img,.c-article__content .wp-block-image>img {
        width:100%;
        height:auto
    }

    
    .rh-pricecard__wrap.pb-30 {
        padding-bottom:25px
    }
    .rh-pricecard__desc__abs {
        width:168px;
        position:absolute;
        top:22px;
        right:0
    }
    .blog .c-aside-pickupContent__title,.post-type-archive-remedia .c-aside-pickupContent__title,.single-remedia .c-aside-pickupContent__title,.tax-blog_category .c-aside-pickupContent__title,.tax-blog_tag .c-aside-pickupContent__title {
        width:calc(100% - 93px)
    }
}
@media screen and (max-width:735px) {
    .rh-btn.rh-btn--345,.rh-btn.rh-btn--450 {
        width:100%
    }
}
// ===============================================================
// チェックボックス
// ===============================================================
.wpcf7-list-item {
    display: block;
    line-height: 1;
}
.wpcf7-list-item + .wpcf7-list-item {
    margin-top: 8px;
}
input[type="checkbox"] {
    display: none;
}
.wpcf7-list-item-label {
    position: relative;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    display: inline-block;
}
.wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    border-top: 3px solid #3d8582;
    border-right: 3px solid #3d8582;
    transform: rotate(135deg);
    position: absolute;
    left: 5px;
    top: 4px;
}