@charset "utf-8";

/* 
============ */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: YakuHanJPs, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #333;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 60%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.0em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    /*outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;*/
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}


/* 共通
======================= */

:focus {
    outline: none;
}

.screen-reader-text {
    display: none;
}

.inner {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: calc( 980px + 30px);
    position: relative;
}

.inner-full {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: calc( 1200px + 30px);
    position: relative;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a img {
    transition: ease 0.2s;
}

a:not(.btn):hover img {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 1);
	transform: translateY(-2px);
}

.mb-80 {
    margin-bottom: 80px !important;
}

.sp-only {
    display: none;
}

.pc-only {
    display: block;
}

@media (max-width: 767px) {
    .sp-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
}



/* 共通 ヘッダーfix
======================= */

#header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 1000;
}

#MAIN {
    padding-top: 80px;
}


/* 共通ページタイトル部分
======================= */

.wrap-page-header {
    margin-bottom: 60px;
    padding: 50px 0 60px;
    background: #EA716F;
    text-align: center;
}

@media (max-width: 767px) {
    .wrap-page-header {
        margin-bottom: 20px;
        padding: 30px 0 40px;
    }
}

.page-title {
    margin: 0;
    font-size: 2rem;
    line-height: 1.4;
    color: #fff;
    position: relative;
    border-bottom: solid 3px #fff;
    display: inline;
}

@media (max-width: 767px) {
    .page-title {
        font-size: 1.85rem;
        line-height: 1.5;
    }
}

.page-lead-title {
    margin: 30px 0 0;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #fff;
    display: block;
}

@media (max-width: 840px) {
    .page-lead-title {
        margin: 30px 0 0 !important;
        font-size: 1rem !important;
    }
}


/* 共通 本文
======================= */

.basic .h1-title,
.basic .h2-title,
.entry-content h1,
.entry-content h2 {
    margin: 0 0 50px;
    font-size: 2rem;
    line-height: 1.3;
    border-bottom: solid 3px #1DA1F2;
}

@media (max-width: 767px) {
    .basic .h1-title,
    .basic .h2-title,
    .entry-content h1,
    .entry-content h2 {
        font-size: 1.5rem;
    }
}

.basic .h3-title,
.entry-content h3 {
    margin: 30px 0;
    font-size: 1.5rem;
    line-height: 1.3;
    border-bottom: solid 3px #C2D5DB;
}

.basic .h4-title,
.entry-content h4 {
    margin: 30px 0;
    font-size: 1.125rem;
    line-height: 1.3;
    border-bottom: solid 1px #C2D5DB;
}

@media (max-width: 767px) {
    .basic .h3-title,
    .basic .h4-title,
    .entry-content h3,
    .entry-content h4 {
        font-size: 1.125rem;
    }
}

.basic .h5-title,
.entry-content h5 {
    margin: 30px 0;
    font-size: 1.125rem;
    line-height: 1.3;
}

.basic pre,
.entry-content pre {
    margin: 24px 0;
    padding: 30px 30px 24px;
    font-size: 1rem;
    border: solid 1px #CCCCCC;
}

.basic dl,
.entry-content dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.basic dt,
.entry-content dt {
    margin-bottom: 20px;
    font-weight: bold;
    width: 30%;
}

.basic dd,
.entry-content dd {
    margin-bottom: 20px;
    width: calc( 70% - 20px);
}

.entry-content table {
    margin: 0 0 20px;
    width: 100%;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

.entry-content table th,
.entry-content table td {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 8px 10px 7px;
    word-break: break-all;
    min-width: 100px;
}

.entry-content ul,
.entry-content ol {
    margin-bottom: 30px;
}

.entry-content li>ul,
.entry-content li>ol {
    margin-left: 1rem;
    margin-bottom: 0;
}

.entry-content blockquote {
    background: #fbfbfb;
    padding: 16px 16px 1px;
    border-radius: 4px;
    color: #666;
}


/* 共通 ボタン
======================= */

.wrap-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.wrap-buttons.row a {
    margin: 10px 0px;
}

.wrap-buttons.row img {
    width: 100%;
    max-width: 450px;
}

.btn {
    margin: 0;
    padding: 16px 16px 16px 50px;
    width: 90vw;
    max-width: 340px;
    height: 60px;
    font-size: 1.25rem;
    line-height: 1.1;
    text-align: center;
    border: solid 3px #ccc;
    border-radius: 30px;
    background: #fff;
    display: block;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    position: relative;
    transition: ease 0.2s;
}

.btn:hover,
.btn:focus {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 1);
    text-decoration: none;
}

.btn:active {
    box-shadow: none !important;
    text-decoration: none;
}

.btn>.icon {
    width: 48px;
    height: 48px;
    background: #F5F5F5;
    border-radius: 24px;
    justify-content: center;
    display: inline-flex;
    position: absolute;
    top: 3px;
    left: 8px;
}

.btn>.icon img {
    width: 48px;
}
.btn-noshadow {
    box-shadow: none;
}

.btn-back {
    border: solid 3px #C2D5DB;
    display: block;
}

.btn-movie {
    margin: 0;
    padding: 8px 8px 6px 40px;
    width: 200px;
    height: 40px;
    font-size: 1rem;
    line-height: 1.1;
    text-align: center;
    color: #EB6A7A;
    border: solid 3px #EB6A7A;
    border-radius: 30px;
    background: #fff;
    display: block;
    position: relative;
}

.btn-movie>.icon {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 0;
    display: inline-flex;
    position: absolute;
    top: 1px;
    left: 14px;
}

.btn-regist-2 .icon {
    font-size: 1rem;
    padding: 14px 0 0 2px;
    letter-spacing: -0.04em;
    text-align: center;
    font-weight: bold;
}

.btn-price,
.btn-send,
.btn-download,
.btn-login2 {
    background: #EB6A7A;
    color: #fff;
    border-color: #EB6A7A;
}

.btn-login2 {
    padding: 16px;
}

.btn-price>.icon,
.btn-send>.icon,
.btn-download>.icon {
    background: #fff;
}

.btn-price:hover,
.btn-send:hover,
.btn-download:hover,
.btn-login2:hover,
.btn-price:focus,
.btn-send:focus,
.btn-download:focus,
.btn-login2:focus {
    color: #fff;
}

.btn-ichiran,
.btn-about,
.btn-docs,
.btn-contact {
    border-color: #EB6A7A;
    color: #ea716f;
}

.btn-ichiran:hover,
.btn-about:hover,
.btn-docs:hover,
.btn-contact:hover,
.btn-ichiran:focus,
.btn-about:focus,
.btn-docs:focus,
.btn-contact:focus {
    color: #ea716f;
}

.btn-regist-red {
    background: #E11E32;
    border-color: #E11E32;
    color: #fff;
}

.btn-regist-red:hover,
.btn-regist-red:focus {
    color: #fff;
}

.btn-regist-red .icon {
    font-size: 1rem;
    padding: 14px 0 0 2px;
    letter-spacing: -0.04em;
    color: #E11E32;
    background: #fff;
    text-align: center;
    font-weight: bold;
}

/* 共通料金プランご案内
======================= */
.h3-title strong {
    font-size: 2rem;
}

.wrap-price {
    margin-bottom: -1px;
    padding: 40px 0;
    background: #D5F5FF;
    position: relative;
}

.price-title-block {
    display: flex;
    justify-content: center;
    width: 100%;
}

.price-point {
    padding: 22px 0 0;
    width: 120px;
    height: 120px;
    background: #E11E32;
    border-radius: 60px;
    display: block;
    color: #fff;
    text-align: center;
}

.price-point .text1 {
    width: 100%;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.1;
    display: block;
}

.price-point .price {
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-point .text2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.75rem;
    line-height: 1.1;
    font-weight: bold;
    display: inline-block;
}

.price-point .text3 {
    font-size: 1.125rem;
    line-height: 1.2 !important;
    font-weight: bold;
    display: inline-block;
}

.point-title {
    padding-left: 10px;
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.point-title h3 {
    margin: 0 0 12px;
    font-size: 2rem;
    line-height: 1.2;
}

.point-title p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .point-title {
        width: calc(100% - 120px);
    }
    .point-title h3 {
        margin: 0 0 5px;
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .point-title p {
        margin: 0;
        font-size: 1rem;
        line-height: 1.2;
    }
}

.point-title p .att {
    color: #E11E32;
}

.point-title p .sub {
    font-size: 0.875rem;
}

.price-plan-block {
    margin: 40px 0 30px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .price-plan-block {
        flex-direction: column;
    }
}

.price-plan-block .plan-block {
    padding-top: 15px;
    width: calc( ( 100% - 60px) / 3);
    background: #fff;
    border-radius: 6px;
    text-align: center;
}

@media (max-width: 840px) {
    .price-plan-block .plan-block {
        width: calc( ( 100% - 30px) / 3);
    }
}

@media (max-width: 767px) {
    .price-plan-block .plan-block {
        width: 100%;
    }
    .price-plan-block .plan-block+.plan-block {
        margin-top: 15px;
    }
}

.plan-block .type-name {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: -0.04em;
}

.plan-block .type-name .icon {
    margin: 0 5px 0 0;
    position: relative;
    top: -4px;
}

@media (max-width: 840px) {
    .plan-block .type-name {
        font-size: 1.5rem;
    }
    .plan-block.type-osusume .type-name {
        font-size: 1.5rem;
        margin: 0;
    }
    .plan-block .type-lead {
        font-size: 0.875rem;
    }
}

.plan-block .type-price {
    margin: -10px 0 5px;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
}

.plan-block .type-price span {
    margin: 0 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.625rem;
    position: relative;
    top: 2px;
}

.plan-block .type-txt {
    margin: 0 0 15px;
    line-height: 1.4;
}

.plan-block.type-advanc .type-txt {
    margin: 0 0 10px;
    line-height: 1.4;
}

.plan-block.type-advanc .type-txt span {
    font-weight: bold;
}

/* 共通お役立ち資料
======================= */

.wrap-useful {
    margin: 30px 0 20px;
    padding-top: 30px;
    border-top: solid 1px #ccc;
}

@media (max-width: 767px) {
    .wrap-useful {
        margin-bottom: 20px;
        padding-top: 20px;
    }
}

.useful-title {
    margin: 0 0 50px;
    font-size: 2rem;
    line-height: 1.3;
    color: #000;
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .useful-title {
        margin: 0 0 15px;
        font-size: 1.5rem;
    }
}

.useful-block {
    display: flex;
    justify-content: space-between;
}

.useful-block div {
    width: calc( ( 100% - 60px) / 3);
}

@media (max-width: 840px) {
    .useful-block div {
        width: calc( ( 100% - 30px) / 3);
    }
}

@media (max-width: 767px) {
    .useful-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .useful-block div {
        width: 100%;
        margin: 11px 8px;
    }
}

.useful-block a img {
    width: 100%;
}


/* 共通CTAアイテム
======================= */

.wrap-cta {
    padding: 80px 0 70px;
    background: #EA716F;
    text-align: center;
}

@media (max-width: 767px) {
    .wrap-cta {
        padding: 40px 0 30px;
    }
}

.cta-title {
    margin: 0;
    font-size: 2rem;
    line-height: 1.3;
    color: #fff;
    border-bottom: solid 3px #E11E32;
    display: inline;
}

.cta-txt {
    margin: 20px 0 30px;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #fff;
    display: block;
}

@media (max-width: 840px) {
    .cta-txt {
        font-size: 1rem;
    }
}

.wrap-buttons+.wrap-buttons {
    margin-top: 20px;
}

.wrap-buttons.row a,
.wrap-cta .wrap-buttons a {
    margin: 5px 10px 10px;
}

.wrap-cta .btn {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .6);
}

.wrap-cta .btn-regist-2,
.login-lp .btn-regist-2 {
    border-color: #E11E32;
    color: #E11E32;
}

.wrap-cta .btn-regist-2 .icon,
.login-lp .btn-regist-2 .icon {
    background: #E11E32;
    color: #fff;
}

.wrap-cta .btn-docs,
.wrap-cta .btn-contact {
    border-color: #fff;
    color: #EB6A7A;
}


/* Qlipperとはページ
======================= */

.header-about {
    padding: 40px 0 0;
    position: relative;
    background: none;
}

@media (max-width: 840px) {
    .header-about {
        overflow: hidden;
    }
}

.header-about::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 110px;
    transform: skewY(-6deg);
    transform-origin: bottom left;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #EA716F;
}

@media (max-width: 767px) {
    .header-about::after {
        top: -20vh;
    }
}

.header-about .inner {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.header-about .page-title {
    font-size: 3.75rem;
}

@media (max-width: 767px) {
    .header-about .page-title {
        font-size: 2rem;
    }
}

.header-about .page-title .icon-q {
    position: relative;
    top: -4px;
    margin-right: 8px;
}

.header-about .page-lead-title {
    font-size: 1.5rem;
}

.border-color1 {
    border-color: #FF7700 !important;
}

.border-color2 {
    border-color: #1DA1F2 !important;
}

.border-color3 {
    border-color: #64C07D !important;
}

.bg-color1 {
    background-color: #FFC088 !important;
}

.bg-color11 {
    background-color: #F8F4E5 !important;
}

.bg-color2 {
    background-color: #80E1FF !important;
}

.bg-color21 {
    background-color: #D5F5FF !important;
}

.bg-color3 {
    background-color: #9FE2B1 !important;
}

.bg-color31 {
    background-color: #F1F9F5 !important;
}

.bg-color4 {
    background-color: #FFE6D1 !important;
}

.about-lists-block {
    margin: 0 0 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-lists-block .about-block {
    margin: 0 0 30px;
    padding: 0;
    width: calc( ( 100% - 60px) / 3);
    background: #fff;
    border-radius: 6px;
    text-align: left;
    position: relative;
}

@media (max-width: 840px) {
    .about-lists-block .about-block {
        width: calc( ( 100% - 30px) / 3);
    }
}

@media (max-width: 840px) {
    .header-about .page-title-block {
        width: 46%;
    }
    .header-about .wrap-header-movie {
        width: 52%;
    }
}

@media (max-width: 767px) {
    .header-about .inner {
        flex-direction: column;
    }
    .header-about .page-title-block {
        width: 100%;
        max-width: 767px;
        text-align: center;
    }
    .header-about .wrap-header-movie {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        max-width: 767px;
    }
}

@media (max-width: 767px) {
    .header-about .movie-view-block {
        width: 100%;
        max-width: 767px;
    }
    .header-about .movie-view-block img {
        width: 100%;
    }
}

.about-lists-block .about-block.full {
    width: 100%;
}

.about-block .about-block-thumb {
    margin: 0 0 10px;
    border-radius: 16px;
    background: #999;
    max-height: 164px;
    display: flex;
}

.about-block .about-block-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.about-block-thumb.medias {
    padding: 30px 15px 15px;
    flex-direction: column;
    max-height: none;
}

@media (max-width: 767px) {
    .about-block-thumb.medias {
        padding: 15px 15px 15px;
    }
}

.about-block-thumb.medias h4 {
    margin: 0 0 15px;
    text-align: center;
    font-size: 1.5rem;
    color: #707070;
}

@media (max-width: 767px) {
    .about-block-thumb.medias h4 {
        margin: 0 0 2px;
        font-size: 1.125rem;
    }
}

.about-block-thumb.medias .media-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about-block-thumb.medias .media-logos .logo {
    margin: 15px;
    display: block;
}

@media (max-width: 840px) {
    .about-block-thumb.medias .media-logos .logo {
        margin: 8px;
        width: calc( 25% - 16px);
        display: block;
    }
}

@media (max-width: 767px) {
    .about-block-thumb.medias .media-logos .logo {
        margin: 8px;
        width: calc( 50% - 16px);
        display: block;
    }
}

.about-block .about-title {
    padding: 4px;
    color: #000;
    text-align: center;
    border-radius: 16px;
}

.about-block .about-txt {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .about-lists-block .about-block {
        margin: 0 0 40px;
        padding: 0;
        width: 100%;
        display: flex !important;
        flex-direction: column;
    }
    .about-block .about-block-thumb {
        max-height: 100%;
        order: 2;
    }
    .about-block .about-title {
        order: 1;
    }
    .about-block .about-txt {
        order: 3;
    }
}


/* 動画ページ
======================= */

.header-movie {
    padding: 40px 0 0;
    position: relative;
    background: none;
}

.header-movie::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 110px;
    transform: skewY(-6deg);
    transform-origin: bottom left;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #EA716F;
}

@media (max-width: 767px) {
    .header-movie::after {
        bottom: 44vh;
    }
}

.header-movie .inner {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.header-movie .page-title {
    font-size: 3.75rem;
}

.header-movie .page-title .icon-q {
    position: relative;
    top: -4px;
    margin-right: 8px;
}

.header-movie .page-lead-title {
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    .header-movie .page-title {
        font-size: 2rem;
    }
}

.page-title-block {
    width: calc( 37% - 15px);
    max-width: 340px;
}

.wrap-header-movie {
    margin-top: 10px;
    width: calc( 63% - 15px);
    max-width: 600px;
}

@media (max-width: 840px) {
    .header-movie .page-title-block {
        width: 46%;
    }
    .header-movie .wrap-header-movie {
        width: 52%;
    }
}

@media (max-width: 767px) {
    .header-movie .inner {
        flex-direction: column;
    }
    .header-movie .page-title-block {
        width: 100%;
        max-width: 767px;
        text-align: center;
    }
    .header-movie .wrap-header-movie {
        margin-top: 10px;
        margin-bottom: 50px;
        width: 100%;
        max-width: 767px;
    }
}

.wrap-header-movie .movie-view-block {
    width: 100%;
}

.wrap-movie {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.wrap-movie+.wrap-movie {
    margin-top: 80px;
}

.movie-info-block {
    width: calc( 37% - 15px);
    max-width: 340px;
}

.movie-view-block {
    width: calc( 63% - 15px);
    max-width: 600px;
}

.movie-view-block .video_view {
    width: 100%;
}


.top-video-block {
	max-width: 600px;
	padding: 5px;
	border-radius: 10px;
}

@media (max-width: 840px) {
.top-video-block {
	width: 100%;
}
}


@media (max-width: 840px) {
    .movie-info-block {
        width: 46%;
    }
    .movie-view-block {
        width: 52%;
    }
}

@media (max-width: 767px) {
    .wrap-movie {
        flex-direction: column;
    }
    .movie-info-block {
        margin-bottom: 15px;
        width: 100%;
        max-width: 767px;
    }
    .movie-view-block {
        width: 100% !important;
        max-width: 767px !important;
    }
}

.movie-title {
    margin: 0 0 20px;
    padding: 10px;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #333;
    text-align: center;
    background: #C2D5DB;
    border-radius: 26px;
    display: block;
}

.movie-title span {
    display: inline-block;
}

@media (max-width: 767px) {
    .movie-title {
        font-size: 1.25rem;
    }
}

.movie-info-block .wrap-buttons {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .movie-info-block .wrap-buttons {
        justify-content: center;
    }
}
/* ChatGPTページ
======================= */

.header-ChatGPT {
    margin-bottom: 20px;
    padding: 20px 0 0;
    background: #EA716F;
    text-align: center;
    position: relative;
    background: none;
}

.header-ChatGPT .wrap-header-movie {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .header-ChatGPT {
        margin-bottom: 0px;
        padding: 30px 0 0px;
    }
}

.header-ChatGPT::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 80px;
    transform: skewY(-6deg);
    transform-origin: bottom left;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #78bbe6;
}

@media (max-width: 767px) {
    .header-ChatGPT::after {
        bottom: 24vh;
    }
}

.header-ChatGPT .inner {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.header-ChatGPT .page-title {
    font-size: 2.6rem;
}

.header-ChatGPT .page-title .icon-q {
    position: relative;
    top: -4px;
    margin-right: 8px;
}

.header-ChatGPT .page-lead-title {
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    .header-ChatGPT .page-title {
        font-size: 2rem;
    }
}

.page-title-block {
    width: calc( 37% - 15px);
    max-width: 340px;
}

.wrap-header-ChatGPT {
    margin-top: 0px;
    width: calc( 63% - 15px);
    max-width: 600px;
}

@media (max-width: 840px) {
    .header-ChatGPT .page-title-block {
        width: 46%;
    }
    .header-ChatGPT .wrap-header-movie {
        margin-top: 0px;
        width: 52%;
    }
}

@media (max-width: 767px) {
    .header-ChatGPT .inner {
        flex-direction: column;
    }
    .header-ChatGPT .page-title-block {
        width: 100%;
        max-width: 767px;
        text-align: center;
    }
    .header-ChatGPT .wrap-header-movie {
        margin-top: 0px;
        margin-bottom: 50px;
        width: 100%;
        max-width: 767px;
    }
}

.movie-view-block {
    width: calc( 63% - 15px);
    max-width: 600px;
}

.movie-view-block .video_view {
    width: 100%;
}


.top-video-block {
	max-width: 600px;
	padding: 5px;
	border-radius: 10px;
}

@media (max-width: 840px) {
.top-video-block {
	width: 100%;
}
}

.youtube-ChatGPT {
    width: 100%;
    aspect-ratio: 16/9;
}

.lead-block-chatgpt{
    font-size: 1.2rem;
}

.strong-chatgpt{
    color: #FF7700;
}

.seminar-block{
    margin: 0px auto 10px auto;
    text-align: center;
}

.seminar-block img {
    width: 90%;
    max-width: 900px;
}

.l-bottom .seminar-block {
    background-color: rgba(255, 255, 255, .8);
    margin: 0;
}

.l-bottom .seminar-block img {
    margin: 0px auto 10px auto ;
    width: 90%;
	max-width: 450px;
}

@media (max-width: 840px) {
    .l-bottom .seminar-block {
    background-color: #f3f3f3;
}
}
       
/* 無料アカウントページ
======================= */

.free-wrap-page-header {
    width: 100%;
    padding: 30px 10px;
    background: #1da1f2;
    text-align: center;
}

.free-wrap-page-header .page-title {
    margin: 0;
    font-size: 3rem;
    line-height: 1.4;
    color: #fff;
    position: relative;
    border-bottom: solid 3px #fff;
    display: inline;
}

.free-wrap-page-header .page-title .sp-words {
    display: none;
}

.free-wrap-page-header .big {
    font-size: 5rem;
}

.free-col-2 {
    width: 100%;
    padding: 20px 10px;
    background: #d5f5ff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.free-col-2 .left{
    width: 60%;
    max-width: 550px;
    text-align:right;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
}

.free-col-2 .left .h2-title {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    color: #1da1f2;
}

.free-col-2 h2 {
    font-size: 2rem;
    line-height: 1.5;
}

.free-col-2 h2:before {
    content:'';
    background-image: url(../images/check_white.svg);
    filter: invert(58%) sepia(100%) saturate(2915%) hue-rotate(175deg) brightness(98%) contrast(93%);
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-left: 50px;
}

.free-col-2 .left .lead {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    color: #707070;
}

.free-col-2 .right{
    width: 40%;
    max-width: 450px;
    display: flex;
    text-align:left;
    align-items: center;
    margin-right: auto;
    margin-left: 0;
}

.free-col-2 .right img {
    width: 100%;
    max-width: 450px;
    display: block;
}

.free-col-2 .right video {
    width: 100%;
    max-width: 450px;
    display: block;
}

@media (max-width: 840px) {
    .free-wrap-page-header .page-title .sp-words {
        display: inline;
    }
    .free-col-2 .left {
        width: 100%;
        max-width: 840px;
        text-align: center;
    }
    .free-col-2 .left .h2-title {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .free-col-2 .right {
        width: 100%;
        max-width: 840px;
        text-align: center;
    }
    .free-col-2 .right img {
        margin: auto;
    }
    .free-col-2 .right video {
        margin: auto;
    }
}

@media (max-width: 767px) {
    .free-wrap-page-header {
        padding: 20px 0 30px;
    }
    .free-wrap-page-header .page-title {
        font-size: 1.85rem;
        line-height: 1.5;
    }
    .free-wrap-page-header .page-title .sp-words {
        margin: 0;
        font-size: 1.85rem;
        line-height: 1.5;
    }
    .free-col-2 h2 {
        font-size: 1.5rem;
    }
    .free-col-2 .left .lead {
        font-size: 1.5rem;
    }
    .free-col-2 .right {
        width: 100%;
        max-width: 840px;
        text-align: center;
    }
    .free-col-2 .right img {
        margin: auto;
    }
    .free-col-2 .right video {
        margin: auto;
    }
}

/* 料金ページ
======================= */

.header-price {
    margin-bottom: 0;
    padding: 40px 0 80px;
    position: relative;
}

.header-price::after {
    content: "";
    width: 100%;
    height: 160px;
    background: #ea716f;
    display: block;
    position: absolute;
    top: 250px;
    z-index: -1;
}

@media (max-width: 840px) {
    .header-price {
        padding: 40px 0 40px;
    }
    .header-price::after {
        top: 180px;
    }
}

.header-price .page-title {
    font-size: 3.75rem;
}

@media (max-width: 767px) {
    .header-price .page-title {
        font-size: 2rem;
    }
}

.header-price .page-title .icon-q {
    position: relative;
    top: -4px;
    margin-right: 8px;
}

.header-price .page-lead-title {
    margin: 50px 0 0;
    font-size: 1.5rem;
}

.color-basic {
    background: #1DA1F2 !important;
}

.color-advance {
    background: #FF7700 !important;
}

.color-omakase {
    background: #E11E32 !important;
}

.wrap-price-list .price-plan-block {
    margin: 0 0 80px;
    display: flex;
    justify-content: space-between;
}

.wrap-price-list .price-plan-block .plan-block {
    padding: 20px 30px 30px;
    width: calc( ( 100% - 60px) / 2);
    background: #fff;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    display: flex;
    flex-direction: column;
}

@media (max-width: 840px) {
    .wrap-price-list .price-plan-block .plan-block {
        padding: 20px 12px 20px;
        width: calc( ( 100% - 30px) / 2);
    }
}

@media (max-width: 767px) {
    .wrap-price-list .price-plan-block .plan-block {
        width: 100%;
    }
}

.wrap-price-list .price-plan-block .type-basic {
    border-top: solid 10px #1DA1F2;
}

.wrap-price-list .price-plan-block .type-advance {
    border-top: solid 10px #FF7700;
}

.wrap-price-list .price-plan-block .type-osusume {
    border-top: solid 10px #E11E32;
}

.wrap-price-list .plan-block hr {
    margin: 14px 0;
    border: none;
    border-top: solid 1px#C2D5DB;
}

.wrap-price-list .plan-block .type-price+hr {
    margin-top: 0;
}

.wrap-price-list .type-name {
    margin: 0 -18px 0;
}

.wrap-price-list .type-osusume .type-name {
    margin: -5px -18px;
}

.wrap-price-list .plan-block .type-txt {
    text-align: left;
    margin: 4px 0;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
}

.wrap-price-list .plan-block.type-advance .type-txt {
    line-height: 1.4;
}

.wrap-price-list .plan-block .type-txt.sub {
    margin-bottom: 30px;
    font-size: 0.875rem;
}

.wrap-price-list .plan-block.type-advanc .type-txt span {
    font-weight: normal;
}

.wrap-price-list .wrap-buttons {
    margin-top: auto;
}

.wrap-price-list .btn-regist3 {
    margin: 20px 0 0 0;
    padding: 8px;
    max-width: 200px;
    height: 40px;
    font-size: 1rem;
    background: #E11E32;
    color: #fff;
    border-color: #E11E32;
    box-shadow: none;
}

.wrap-simulation .h3-title {
    border-color: #1DA1F2;
}

.simulation-block {
    margin-top: 50px;
}

.simulation-block:nth-child(2) {
    margin-top: 30px;
}

.simulation-title {
    margin: 0 0 10px;
    padding: 3px 10px;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: normal;
    background: #333;
    color: #fff;
}

.simulation-type {
    width: 100%;
    font-size: 0.875rem;
    text-align: center;
    border: solid 1px #707070;
    table-layout: fixed;
}

@media (max-width: 767px) {
    .simulation-type {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    /*スクロールバー全体の高さ*/
    .simulation-type::-webkit-scrollbar {
        height: 5px;
    }
    /*スクロールバー全体の背景*/
    .simulation-type::-webkit-scrollbar-track {
        background: #eee;
    }
    /*スクロールバーの動く部分*/
    .simulation-type::-webkit-scrollbar-thumb {
        background: #aaa;
        border: none;
    }
    /*スクロールバーの動く部分のホバー（マウスオーバー）*/
    .simulation-type::-webkit-scrollbar-thumb:hover {
        background: #999;
    }
}

.simulation-type th {
    padding: 2px;
    font-weight: normal;
    background: #ddd;
}

.simulation-type th.total {
    background: #FFE6D1;
}

.simulation-type td {
    padding: 10px 0;
    border-top: solid 1px #707070;
}

@media (max-width: 767px) {
    .simulation-type th {
        padding: 2px 10px;
    }
    .simulation-type td {
        padding: 6px 10px 10px;
    }
}

.simulation-type th+th,
.simulation-type td+td {
    border-left: solid 1px #707070;
}

.simulation-type .att {
    color: #f00;
}

.simulation-txt {
    margin: 0 0 8px;
    padding-left: 1rem;
    text-indent: -1rem;
    line-height: 1.3;
}

.simulation-type+.simulation-txt {
    margin-top: 16px;
}

.simulation-sub-txt {
    margin: 3px 0 0;
    font-size: 0.75rem;
    text-align: right;
}



// API リファレンスに利用する。--
.wrap-ref .h3-title {
    border-color: #1DA1F2;
}

.ref-block {
    margin-top: 50px;
}

.ref-block:nth-child(2) {
    margin-top: 30px;
}

.ref-title {
    margin: 0 0 10px;
    padding: 3px 10px;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: normal;
    background: #333;
    color: #fff;
}



.ref_type {
    width: 100%;
    font-size: 0.875rem;
    border: solid 1px #707070;
    table-layout: fixed;
}

@media (max-width: 767px) {
    .ref_type {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    /*スクロールバー全体の高さ*/
    .ref_type::-webkit-scrollbar {
        height: 5px;
    }
    /*スクロールバー全体の背景*/
    .ref_type::-webkit-scrollbar-track {
        background: #eee;
    }
    /*スクロールバーの動く部分*/
    .ref_type::-webkit-scrollbar-thumb {
        background: #aaa;
        border: none;
    }
    /*スクロールバーの動く部分のホバー（マウスオーバー）*/
    .ref_type::-webkit-scrollbar-thumb:hover {
        background: #999;
    }
}

.ref_type th {
    padding: 2px 2px 2px 15px;
    font-weight: normal;
    background: #ddd;
	width : 30%;
}

.ref_type th.total {
    background: #FFE6D1;
}

.ref_type td {
    padding: 10px 0 0 10px;
    border-top: solid 1px #707070;
}

@media (max-width: 767px) {
    .ref_type th {
        padding: 2px 10px;
    }
    .ref_type td {
        padding: 6px 10px 10px;
    }
}

.ref_type th+th,
.ref_type td+td {
    border-left: solid 1px #707070;
}

.ref_type .att {
    color: #f00;
}

.rel-txt {
    margin: 0 0 8px;
    padding-left: 1rem;
    text-indent: -1rem;
    line-height: 1.3;
}

.ref-type+.ref-txt {
    margin-top: 16px;
}

.ref-txt {
    margin: 0 0 8px;
    padding-left: 1rem;
    text-indent: -1rem;
    line-height: 1.3;
}

.ref-type+.ref-txt {
    margin-top: 16px;
}

.ref-sub-txt {
    margin: 3px 0 0;
    font-size: 0.75rem;
    text-align: right;
}



//-- API リファレンスに利用する。



/* Q＆A一覧ページ
======================= */

.header-qa {
    padding: 40px 0 40px;
    background: url(../images/header-img-qa.png) calc(50% + 20vw) bottom no-repeat #EA716F;
}

@media (max-width: 840px) {
    .header-qa {
        background-size: 70%;
        background-position: bottom 0 right -20vw;
    }
}

.header-qa.qa-article {
    padding: 40px 0 40px;
    background: url(../images/header-img-qa.png) calc(50% + 20vw) -90px no-repeat #EA716F;
}

@media (max-width: 840px) {
    .header-qa.qa-article {
        background-size: 60%;
        background-position: center right;
    }
}

@media (max-width: 767px) {
    .header-qa.qa-article {
        background-size: 65%;
        background-position: bottom right -20vw;
    }
}

.header-qa .inner {
    text-align: left;
}

@media (max-width: 767px) {
    .header-qa .inner {
        text-align: center;
    }
}

.header-qa .page-title {
    font-size: 3.75rem;
}

.header-qa .page-title .icon-qa {
    position: relative;
    top: -4px;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .header-qa .page-title {
        font-size: 2rem;
    }
    .header-qa .icon-qa {
        position: relative;
        top: -4px;
        margin-right: 8px;
    }
    .header-qa .icon-qa img {
        height: 2.4rem;
    }
}

.header-qa.qa-article .page-title {
    font-size: 2rem;
}

.header-qa.qa-article .icon-qa {
    position: relative;
    top: -4px;
    margin-right: 8px;
}

.header-qa.qa-article .icon-qa img {
    height: 2.4rem;
}

.header-qa .page-lead-title {
    font-size: 1.5rem;
}

.qa-list+.qa-list {
    margin-top: 10px;
}

.qa-list a {
    margin: 0;
    padding: 10px;
    color: #333;
    border: solid 1px #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    transition: ease 0.2s;
}

.qa-list a .icon-q {
    margin: 0 10px 0 0;
    font-family: Arial;
    font-weight: 700;
    font-size: 1.75rem;
    color: #F8E5E5;
    line-height: 1;
    background: #EB6A7A;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.qa-list a .icon-q+span {
    min-width: 200px;
    width: calc( 100% - 50px);
}

.qa-list a:hover {
    text-decoration: none;
    background: #f5f5f5;
}

.qa-article .h1-title {
    margin: 0 0 50px 0;
    border: none;
    display: flex;
    width: 100%;
    align-items: center;
}

.qa-article .icon-q {
    margin: 0 10px 0 0;
    font-family: Arial;
    font-weight: 700;
    font-size: 2.25rem;
    color: #fff;
    line-height: 1;
    background: #EB6A7A;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.qa-article .h1-title span+span {
    margin: 0 0 8px;
    padding: 0 !important;
    border-bottom: solid 3px #E9CBCB;
    width: calc( 100% - 70px);
    display: block;
}

.qa-article .qa-image {
    margin: 30px auto 30px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}


/* オウンドメディアページ
======================= */

.header-media {
    background: url(../images/header-img-media01.png) left bottom no-repeat, url(../images/header-img-media02.png) right bottom no-repeat, #EA716F;
}

@media (max-width: 767px) {
    .header-media {
        background: url(../images/header-img-media01.png) left bottom no-repeat, #EA716F;
        background-size: 120%;
    }
}

.wrap-media-lists {
    margin-bottom: 50px;
    margin-top: 50px;
}

.media-lists-title {
    margin: 20px 0 20px;
    font-size: 2rem;
    line-height: 1.3;
    color: #000;
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .media-lists-title {
        margin: 0 0 10px;
        padding-top: 50px;
        font-size: 1.5rem;
    }
}

.media-lists-block {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.media-lists-block .post-block {
    margin-bottom: 20px;
    margin-right: 29px;
    width: calc( ( 100% - 60px) / 3);
}

.media-lists-block .post-block:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 767px) {
    .media-lists-block .post-block {
        margin-bottom: 20px;
        margin-right: 15px;
        width: 100%;
    }
    .media-lists-block .post-block:nth-child(3n) {
        margin-right: 15px;
    }
    .media-lists-block .post-block:nth-child(2n) {
        margin-right: 0;
    }
}

.media-lists-block .post-block-thumb {
    margin: 0 0 10px;
    width: 100%;
    height: 160px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-lists-block .post-block-thumb img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    background: #f5f5f5;
}

.media-lists-block .post-block-thumb .cases {
    width: 306px;
    max-width: 100%;
    height: auto;
    display: block;
}

.post-block-info {
    margin-bottom: 12px;
    font-size: 0.75rem;
    color: #999;
}

.post-block-info .info-txt {
    margin: 0 0 6px;
}

.wrap-media-lists .post-block-info .cat-links a {
    margin-left: 16px;
    color: #999;
}

.wrap-media-lists .post-block-info .cat-links a+a {
    margin-left: 2px;
}

.post-block-extract .post-title {
    margin: 0 0 15px;
    line-height: 1.5;
    color: #333;
    word-wrap: break-word;
}

.post-block-extract .post-txt {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #333;
    word-wrap: break-word;
}
@media (max-width: 767px) {
    .post-block-extract .post-title {
        text-align: center;
    }
}

/* オウンドメディア ページネーション
======================= */

.navigation.pagination {
    width: calc( 100% - 30px);
    text-align: center;
}

@media (max-width: 767px) {
    .navigation.pagination {
        width: 100%;
    }
}

.navigation.pagination .nav-links {
    margin: 20px auto 0;
}

.navigation.pagination .nav-links a {
    border: solid 1px #ccc;
    padding: 10px 14px;
    margin-bottom: 4px;
    display: inline-block;
}

.navigation.pagination .nav-links .current {
    border: solid 1px #999;
    padding: 12px 14px;
}


/*　オウンドメディア　詳細ページ
======================= */

.inner.media-article {
    width: 680px;
}

@media (max-width: 767px) {
    .inner.media-article {
        width: 100%;
    }
}

.inner.media-article .post-block-thumb {
    margin-bottom: 40px;
    border: solid 1px;
}

.inner.media-article .post-block-thumb img {
    width: 100%;
    height: auto;
}

.inner.media-article .post-title {
    margin: 0 0 35px;
    font-size: 2rem;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .inner.media-article .post-title {
        margin: 0 0 35px;
        font-size: 1.5rem;
    }
}

.inner.media-article .post-block-info {
    margin: 0 0 35px;
    font-size: 0.875rem;
    line-height: 1.5;
}

.inner.media-article .post-block-info .info-txt span+span {
    margin-left: 16px;
}

.inner.media-article .post-block-info .info-txt a {
    color: #999;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content .wp-caption .wp-caption-text {
    margin: 10px 0 30px !important;
    font-size: 0.875rem;
    line-height: 1.3;
}

.entry-footer {
    margin: 0;
    border: none;
    border-bottom: solid 1px #ccc;
}

.entry-footer .tags {
    margin-bottom: 50px;
}

.entry-footer .tags a {
    border: solid 1px #ccc;
    border-radius: 4px;
    margin: 4px 0;
    padding: 8px 10px;
    font-size: 0.875rem;
    line-height: 1.1;
    color: #333;
    transition: ease 0.2s;
    display: inline-block;
}

.entry-footer .tags a::before {
    content: "#";
}

.entry-footer .tags a:hover {
    text-decoration: none;
    background: #ededed;
}

.entry-footer .tags a+a {
    margin-left: 8px;
}

.wrap-sns-share .sns-share-block {
    margin-bottom: 50px;
    display: block;
}

.wrap-sns-share .sns-share-block ul {
    display: flex;
}

.wrap-sns-share .sns-share-block ul li+li {
    margin-left: 8px;
}

.wrap-sns-share .sns-share-block ul a {
    display: block;
    width: 40px;
}

.post-navigation {
    padding: 10px 0;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}

.post-navigation .nav-links>.nav-next {
    margin-left: auto;
}

.post-navigation .nav-item {
    width: 220px;
    display: block;
    position: relative;
}

@media (max-width: 767px) {
    .post-navigation .nav-links {
        display: flex;
        flex-direction: column;
    }
    .post-navigation .nav-item {
        margin-bottom: 15px;
        width: 90%;
        display: block;
        position: relative;
    }
}

.post-navigation .nav-item.nav-previous {
    margin-left: 20px;
    position: relative;
}

.post-navigation .nav-item.nav-previous::before {
    content: "＜";
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
}

.post-navigation .nav-item.nav-next {
    margin-right: 20px;
    position: relative;
    text-align: right;
}

.post-navigation .nav-item.nav-next::after {
    content: "＞";
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
}

.post-navigation .nav-item a {
    color: #555;
}


/* WEBモニタリングとは
======================= */

.header-webmonitoring {
    background: url(../images/head-webmnt-bg1.png) left bottom no-repeat, url(../images/head-webmnt-bg2.png) right bottom no-repeat, #EA716F;
}

@media (max-width: 767px) {
    .header-webmonitoring {
        background: url(../images/head-webmnt-bg1.png) left bottom no-repeat, #EA716F;
        background-size: 120%;
    }
}

.webmonitoring {
    margin-bottom: 30px;
}

.webmonitoring .lead-block {
    margin-bottom: 20px;
    padding: 26px;
    background: #F8F4E5;
    border-radius: 16px;
}

.webmonitoring .lead-block p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .webmonitoring .lead-block p {
        font-size: 1rem;
        line-height: inherit;
    }
}

.webmonitoring .index-block {
    margin: 30px auto;
    padding: 20px 30px;
    width: 100%;
    max-width: 500px;
    background: #fff;
    border: solid 1px #C2D5DB;
    border-radius: 8px;
    display: block;
}

@media (max-width: 767px) {
    .webmonitoring .index-block {
        margin: 30px auto;
    }
}

.webmonitoring .index-block dl {
    flex-wrap: wrap;
}

.webmonitoring .index-block dt {
    margin: 0;
    width: 100%;
    border-bottom: solid 1px #FFC088;
}

.webmonitoring .index-block dt::before {
    content: "＞";
    transform: rotate(90deg);
    display: inline-block;
    font-size: 0.875rem;
    color: #FF7700;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.webmonitoring .index-block dt a {
    color: #333;
    transition: ease 0.2s;
}

.webmonitoring .index-block dt a:hover,
.webmonitoring .index-block dt a:focus {
    color: #999;
    text-decoration: none;
}

.webmonitoring .index-block dd {
    margin: 4px 0 0 3rem;
    width: 100%;
}

.webmonitoring .index-block dd+dt {
    margin-top: 10px;
}

.webmonitoring .h2-title {
    margin: 60px 0 50px 0;
    border: none;
    display: flex;
    width: 100%;
    align-items: center;
}

.webmonitoring .icon-number {
    margin: 0 10px 0 0;
    font-family: Arial;
    font-weight: 700;
    font-size: 2.25rem;
    color: #333;
    line-height: 1;
    background: #80E1FF;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.webmonitoring .h2-title span+span {
    margin: 0 0 8px;
    padding: 0 !important;
    border-bottom: solid 3px #1DA1F2;
    width: calc( 100% - 70px);
    display: block;
}

.webmonitoring .mark-yaji {
    margin: 10px 0 10px;
    padding-left: 1rem;
}

.webmonitoring .mark-yaji li {
    text-indent: -1rem;
    padding-left: 1rem;
}

.webmonitoring .mark-yaji li+li {
    margin: 6px 0 0;
}

.webmonitoring .mark-yaji li::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/icon-yaji-orange.svg) 0 0 no-repeat;
    display: inline-block;
}

.webmonitoring .sub {
    position: relative;
    font-size: 50%;
    line-height: 0;
    vertical-align: baseline;
}

.webmonitoring .sub {
    bottom: -.25em;
}

.contents_main {
	width: 100%;
	margin: 0 auto;
}

.contents_main p {
    font-size: 1.25rem;
}

.contents_main .mark-yaji {
    font-size: 1.25rem;
    margin: 10px 0 20px;
    padding-left: 1rem;
}

.contents_main .mark-yaji li {
    text-indent: -1rem;
    padding-left: 1rem;
}

.contents_main .mark-yaji li+li {
    margin: 6px 0 0;
}

.contents_main .mark-yaji li::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/icon-yaji-orange.svg) 0 0 no-repeat;
    display: inline-block;
}

.contents_main .h2-title-press {
    border-bottom: solid 3px #1DA1F2;
}


/* 配信サービス比較
======================= */
.wireservice_notes {
    padding: 5px;
    background: #ddd;
    border-radius: 16px;
}


/* プレスリリースポータル
======================= */
.portal-wrapper {
	background-color: #e8eced;
	border-top: 1px  solid #e0e4e5;
	border-bottom: 1px  solid #e0e4e5;
}

@media screen and (max-width: 840px) {
	.portal-wrapper {
	width: 100%;
	background-color: #fff;
	margin: 0px auto 0;
	}
}

.portal-inner {
	display: flex;
	width: 80%;
	background-color: #fff;
	margin: 0px auto 0;
}

@media screen and (max-width: 840px) {
	.portal-inner {
	width: 90%;
	background-color: #fff;
	margin: 0px auto 0;
	}
}

@media screen and (max-width: 840px) {
	.portal-inner {
	background-color: #fff;
	border-top: 0px  solid #e0e4e5;
	border-bottom: 0px  solid #e0e4e5;
	}
}


.keyvisual-wrapper {
	display: flex;
	justify-content: center;
 	align-items: center;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	height: 250px;
	background-image: url(../images/portal-keyvisual04.png);
	background-size: 100% 100%;
}


.keyvisual-wrapper .sp-only {
	margin: 20px auto 50px;
}

.keyvisual-title {
  letter-spacing: 0.4rem;
	width: auto;
	box-shadow: 4px 4px 4px #333;
}

.keyvisual-title img{
	vertical-align:bottom;
	display:inline-block;
	width:120px;
}

.keyvisual-title h1{
	display:inline-block;
	color: #333;
	margin: 0 auto;
	font-size: 3.1em;
	font-weight: 700;
}

.keyvisual-lead {
    width: 90%;
	background-color: #fff;
    margin: 0 auto;
    text-align: left;
	padding: 5px 0 10px;
}

.keyvisual-lead p {
	vertical-align: middle;
	padding: 10px 10px;
	font-size: 1.4em;
	color: #333;
}



.portal-menu {
	margin: 10px auto 50px;
}

.portal-menu .index-block {
	margin: 10px auto;
	background-color: #f3f3f3;
}

.index-portal dl dt {
	white-space: nowrap;
}

.pressrelease-portal-sectionbox {
	margin-bottom: 10px;
	border: 0;
	border-radius: 5px;
	padding: 8px;
	background-color: #;
}


.pressrelease-portal-sectionbox .wrap-media-lists {
	background-color: #;
	margin: 5px 0;
	padding: 0px 0 0;
}

.pressrelease-portal-sectionbox .post-block {
	margin: 0px 20px 0 0;
	padding: 0;
	background-color: #;
	border: 0;
	border-radius: 15px;
    width: calc( ( 100% - 60px) / 3);
}


.breadcrumb_box {
	display:block;
	width:75%;
	text-align:left;
	margin: 10px auto;
	padding: 10px 10px;
	font-size: 0.9rem;
	text-decoration: none;
	letter-spacing: 0rem;
}

.keyvisual-title .breadcrumb_box {
	margin: 0;
}

.keyvisual-title .breadcrumb_box a {
	color: #fff;
}

.breadcrumb_box li {
    display: inline-block;
}

.breadcrumb_box li::after {
    content: ">";
    padding: 0 5px;
    color: #b3b3b3;
}

.breadcrumb_box li:last-child::after {
    content: none;
}

.maincontents {
	display: block;
	margin-left: 95px;
	width: 100%;
}

@media screen and (max-width: 840px) {
.maincontents {
	margin: 0 auto;
	width: 100%;

}
}


.column-wrapper {
	display: flex;
	position: ;
}

@media screen and (max-width: 840px) {
	.column-wrapper {
		display: block;
	}
}

@media screen and (min-width: 840px) {
	.main-column {
	flex: 9;
}
}

.sidebar {
	flex: ;
	height: inherit;
	margin-left: 0px;
	padding: 25px 0px 20px 0px;
}

.sidebar-menu {
	height: 100%;
}

.sidebar-menu-fixed {
	position: sticky;
	top: 200px;
	height: 50px;
	z-index: 1;
}

.sidebar-menu li {
	top: 20px;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 5px;
}

.sidebar-menu a:hover {
	text-decoration: none;
}

.sidebar-menu li:hover {
	opacity: 0.6;
}

/* 
.hatena-share {
	display: block;
	width: 30px;
	height: 30px;
}
*/

.portal-contact-wrapper .post-block-thumb {
	background-color: #fff;
}

.portal-contact-wrapper .post-block {
	margin-bottom: 5px;
}

.sp-sns-wrapper {
	align-content: center;
	width: 35%;
	height: 40px;
	margin: 0 auto;
	padding: 1px;
}

.sp-sns-wrapper ol {
	display: flex;
	justify-content: center;
}

.sp-sns-wrapper li {
	width: 30px;
	height: 30px;
	margin: 0.5px 30px 0.5px 0;
}

.sp-sns-wrapper li:last-child {
	margin-right: 0;
}

.sp-sns-wrapper a {
	display: inline-block;
	text-align: center;

}

.sp-sns-wrapper a:hover {
	text-decoration: none;
}

.seminar-box {
	width: 60%;
	margin: 0 auto;
	padding: 15px;
	border: 5px solid #ffe100;
}

.seminar-box2 {
	width: 80%;
	margin: 0 auto;
	padding: 15px;
	border: 5px solid #ffe100;
}

.seminar_link {
	display: flex;
	justify-content: center;
}

.seminar_link li {
	margin: 0 10px;
}

.GoogleAdSense {
	width: 80%;
    max-width: 970px;
	margin: 0 auto;
	padding: 15px;
}

@media screen and (max-width: 840px) {
	.adsbygoogle {
		max-width: 300px;
	}
}

@media screen and (max-width: 840px) {
	.portal-contact-wrapper {
	height: auto;
	}
}

@media screen and (max-width: 840px) {
	.portal-contact-wrapper .media-lists-block .post-block {
    margin-bottom: 0px;
    margin-right: 1px;
    width: calc( ( 100% - 1px) / 3);
}
}

@media screen and (max-width: 840px) {
	.portal-contact-wrapper .post-block-thumb {
	width: 120px;
	margin: 0;
	padding: 0;
	}
}

@media screen and (max-width: 840px) {
	.portal-contact-wrapper post-block:nth-child(3n) {
		margin-right: 0;
	}
}



@media screen and (max-width: 840px) {
	.keyvisual-wrapper {
	height: 150px;
	}
}

@media screen and (max-width: 840px) {
	.keyvisual-title {
	margin: 0 auto 0px;
	width: 90%;
	text-align: left;
	font-size: 0.5rem;
	letter-spacing: 0rem;
	}
}

@media screen and (max-width: 840px) {
	.keyvisual-lead {
	width: 95%;
	font-size: 0.8rem;
	padding-bottom: 0px;
	}
}

@media screen and (max-width: 840px) {
	.top-image {
	width: 95%;
	}
}

@media screen and (max-width: 840px) {
    .index-portal dl{
		font-size: 0.8rem;
		white-space: nowrap;
}
}

@media screen and (max-width: 840px) {
	.pressrelease-portal-sectionbox {
		display: block;
	}
}

@media screen and (max-width: 840px) {
	.pressrelease-portal-sectionbox .media-lists-block {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 840px) {
	.pressrelease-portal-sectionbox .post-block {
		justify-content: flex-start;
		margin: 10px auto 0;
		width: 100%;
	}
}


@media screen and (max-width: 840px) {
	.pressrelease-portal-sectionbox .post-block-thumb {
		width: 100%;
		margin: 0 auto;
		justify-content:flex-start;
		background-color: #fff;
	}
}

@media screen and (max-width: 840px) {
	.pressrelease-portal-sectionbox .post-block:nth-child(3n) {
		margin-right: 0;
}
}

@media screen and (max-width: 840px) {
	.seminar_link {
	display: block;
	justify-content: left;
	}
}

@media screen and (max-width: 840px) {
	.seminar_link li {
	margin: 0 0 10px 0px;
	}
}

/* テンプレートページ
======================= */
.template-download-button {
	display:inline-block;
	width: auto;
	margin-bottom: 20px;
	padding: 30px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	background-color: #eb716f;
	border: 1px solid #;
	border-radius: 10px;
}

.template-download-button span {
	margin: 10px;
}

.template-download-button:hover {
	opacity: 0.6;
}


/* トップページ
======================= */

.header-toppage {
    padding: 40px 0 0;
    position: relative;
    background: none;
}

@media (max-width: 840px) {
    .header-toppage {
        overflow: hidden;
    }
}

.header-toppage::after {
    content: '';
    position: absolute;
    left: 0;
    top: -400px;
    transform: skewY(-6deg);
    transform-origin: bottom center;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #EA716F;
}

@media (max-width: 767px) {
    .header-toppage::after {
        top: -660px;
    }
}

.header-toppage .inner {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

@media (max-width: 767px) {
    .header-toppage .inner {
        flex-direction: column;
    }
}

.toppage-title {
    margin-top: 13px;
    display: flex;
    width: 500px;
    color: #fff;
    flex-wrap: wrap;
    align-items: flex-end;
    letter-spacing: -0.07em;
}

.toppage-title .size-1 {
    font-size: 3.75rem !important;
    line-height: 1.17;
}

.toppage-title .size-1>span {
    margin-right: -8px;
    margin-left: -8px;
}

.toppage-title .size-2 {
    font-size: 2.5rem !important;
    line-height: 1.25;
}

.toppage-title .size-3 {
    font-size: 4.375rem !important;
    line-height: 1;
    font-weight: 700;
}

.toppage-title .size-3::after {
    content: "";
    display: block;
    width: 102%;
    margin: -10px 0 0 0;
    border-bottom: solid 12px #E11E32;
}

@media (max-width: 767px) {
    .toppage-title {
        transform: scale( .8);
        position: relative;
        top: -30px;
        left: -10%;
    }
}

@media (max-width: 320px) {
    .toppage-title {
        transform: scale( .7);
        position: relative;
        top: -30px;
        left: -22%;
    }
}

.toppage-logo {
    margin-top: 0px;
    width: 450px;
}

@media (max-width: 767px) {
    .toppage-logo {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 840px) {
    .header-toppage .wrap-header-movie {
        margin-left: -60px;
    }
}

@media (max-width: 767px) {
    .header-toppage .wrap-header-movie {
        margin-left: 0;
        width: 100%;
    }
    .header-toppage .wrap-header-movie img {
        width: 100%;
    }
}

.toppage-lead-txt {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 1.25rem !important;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .toppage-lead-txt {
        margin: 0 15px;
        font-size: 1rem;
        letter-spacing: -0.5em;
    }
}

.wrap-top-client-lists {
    background: #F5F5F5;
    padding: 0 0 20px 0;
}

.client-lists-block {
    padding: 30px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 767px) {
    .toppage-lead-txt {
        margin: 0 15px 15px;
        font-size: 1rem !important;
        letter-spacing: -0.05em;
    }
}

.client-lists-block p {
    margin: 0;
    width: 100%;
}

.client-logos {
    width: 100%;
    display: flex;
    //display: block;
	align-items: flex-end;
    flex-wrap: wrap;
    //justify-content: space-between;
}

.client-logos .logo{
		margin: 30px 15px 0 15px;
		display:inline-block;
        max-width: 100%;
}

@media (max-width: 840px) {
    .client-logos div {
		margin: 10px 5px 0 0;
		display:inline-block;
		padding:0;
    }
}

@media (max-width: 767px) {
    .client-lists-block {
        padding: 8px 0;
        flex-direction: column;
        justify-content: center;
    }
	/*
    .client-lists-block p {
        margin: 0;
        width: 100%;
        text-align: center;
    }
	*/
    .client-logos {
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .client-logos div {
        margin: 8px;
        display: block;
        //width: calc( 50% - 16px);
        width: 100%;
    }
    .client-logos div img {
        max-width: 100%;
    }
}

.appeal-titel-block {
    padding: 80px 0 130px;
    background: url(../images/top-appeal01.png) left top no-repeat, url(../images/top-appeal02.png) right top no-repeat, #F8F4E5;
}

@media (max-width: 840px) {
    .appeal-titel-block {
        padding: 50px 0 130px;
        background: url(../images/top-appeal01.png) left top no-repeat, #F8F4E5;
    }
}

@media (max-width: 767px) {
    .appeal-titel-block {
        padding: 50px 0 80px;
        background: url(../images/top-appeal01.png) left top no-repeat, #F8F4E5;
    }
}

.appeal-title {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
}

.appeal-title b {
    color: #FF7700;
}

@media (max-width: 840px) {
    .appeal-title {
        margin-bottom: 15px;
        font-size: 1.5rem;
    }
}

.appeal-lead-txt {
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 840px) {
    .appeal-lead-txt {
        font-size: 1rem;
    }
}

.appeal-block .inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.appeal-block.appeal-2 .inner {
    flex-direction: row-reverse;
}

@media (max-width: 767px) {
    .appeal-block .inner {
        flex-direction: column;
    }
    .appeal-block.appeal-2 .inner {
        flex-direction: column;
    }
}

.appeal-block.appeal-1 {
    margin: 0 0 160px;
    position: relative;
}

.appeal-block.appeal-1::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 150px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 100vw solid #fff;
    display: block;
    position: absolute;
    top: -150px;
}

@media (max-width: 767px) {
    .appeal-block.appeal-1 {
        margin: 0 0 22vw;
        position: relative;
    }
    .appeal-block.appeal-1::before {
        border-top: 20vw solid transparent;
        border-bottom: 0 solid transparent;
        border-right: 100vw solid #fff;
        display: block;
        position: absolute;
        top: -20vw;
    }
}

.appeal-block.appeal-2 {
    background: #D5F5FF;
    position: relative;
}

.appeal-block.appeal-2::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 150px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 100vw solid #D5F5FF;
    display: block;
    position: absolute;
    top: -150px;
    z-index: -1;
}

.appeal-block.appeal-2::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 0150px solid transparent;
    border-left: 100vw solid #D5F5FF;
    display: block;
    position: absolute;
    bottom: -150px;
    z-index: -1;
}

@media (max-width: 767px) {
    .appeal-block.appeal-2::before {
        border-top: 20vw solid transparent;
        border-bottom: 0 solid transparent;
        border-left: 100vw solid #D5F5FF;
        top: -20vw;
    }
    .appeal-block.appeal-2::after {
        border-top: 0 solid transparent;
        border-bottom: 020vw solid transparent;
        border-left: 100vw solid #D5F5FF;
        bottom: -20vw;
    }
}

.appeal-block.appeal-3 {
    margin: 160px 0;
}

@media (max-width: 767px) {
    .appeal-block.appeal-3 {
        margin: 24vw 0;
    }
}

.appeal-txt {
    max-width: 475px;
}

.appeal-image {
    width: calc( 100% - 500px);
}

@media (max-width: 840px) {
    .appeal-txt {
        max-width: 42%;
    }
    .appeal-image {
        width: 55%;
    }
    .appeal-image img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .appeal-txt {
        max-width: 100%;
    }
    .appeal-image {
        width: 100%;
    }
    .appeal-image img {
        width: 100%;
    }
}

.appeal-block .appeal-txt .h-title {
    margin: 0 0 10px 0;
    border: none;
    display: flex;
    width: 100%;
    align-items: flex-end;
}

.appeal-txt .icon-number {
    margin: 0 10px 0 0;
    font-family: Arial;
    font-weight: 700;
    font-size: 8.125rem;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.appeal-1 .appeal-txt .icon-number {
    color: #FF7700;
}

.appeal-2 .appeal-txt .icon-number {
    color: #1DA1F2;
}

.appeal-3 .appeal-txt .icon-number {
    color: #64C07D;
}

.appeal-txt .h-title span+span {
    margin: 0 0 20px;
    padding: 0 !important;
    font-size: 2rem;
    line-height: 1.5;
    width: calc( 100% - 70px);
    display: block;
}

@media (max-width: 840px) {
    .appeal-txt .icon-number {
        font-size: 6.7rem;
    }
    .appeal-txt .h-title span+span {
        margin: 0 0 18px;
        font-size: 1.85rem;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .appeal-txt .icon-number {
        font-size: 5rem;
    }
    .appeal-txt .h-title span+span {
        margin: 0 0 15px;
        font-size: 1.5rem;
        line-height: 1.2;
    }
}

.appeal-1 .appeal-txt .h-title span+span {
    border-bottom: solid 3px #FF7700;
    margin-left: -10px;
}

.appeal-2 .appeal-txt .h-title span+span {
    border-bottom: solid 3px #1DA1F2;
}

.appeal-3 .appeal-txt .h-title span+span {
    border-bottom: solid 3px #64C07D;
}

.appeal-image img {
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.wrap-about.toppage {
    padding-bottom: 80px;
    position: relative;
}

.wrap-about.toppage::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 150px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 100vw solid #F1F9F5;
    display: block;
    position: absolute;
    top: -150px;
}

@media (max-width: 767px) {
    .wrap-about.toppage::before {
        border-top: 20vw solid transparent;
        border-bottom: 0 solid transparent;
        border-left: 100vw solid #F1F9F5;
        top: -20vw;
    }
}

.wrap-about.toppage .about-lists-block {
    margin: 0 0 10px;
}

.wrap-about.toppage .about-block {
    margin-bottom: 50px;
    background: none;
}

.wrap-about.toppage .about-block-thumb {
    margin-bottom: 30px;
    justify-content: center;
    background: none;
}

@media (max-width: 767px) {
    .wrap-about.toppage .about-block-thumb {
        margin-bottom: 10px;
    }
}

.wrap-about.toppage .about-block-thumb img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    background: #fff;
    display: block;
}

.wrap-about.toppage .about-block .about-txt {
    font-size: 0.875rem;
}

.wrap-medias {
    margin-top: 40px;
    margin-bottom: 40px;
}

.medias-title {
    margin: 0 0 60px;
    font-size: 2rem;
    line-height: 1.3;
    color: #000;
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .medias-title {
        margin: 0 0 15px;
        font-size: 1.5rem;
    }
}

.wrap-point {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrap-point .point-txt-block {
    margin-left: 40px;
    text-align: center;
}

.wrap-point .point-txt-block h4 {
    margin: 0;
    font-size: 2rem;
    line-height: 1.3;
}

.wrap-point .point-txt-block p {
    margin: 0;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: bold;
}

.wrap-point .point-txt-block p span {
    margin-left: 10px;
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: bold;
}

.wrap-point .point-lists {
    margin-left: 90px;
}

@media (max-width: 840px) {
    .wrap-point .point-lists {
        margin-top: 20px;
        margin-left: 0;
    }
}

.wrap-point .point-lists li::before {
    content: "▲";
    color: #E11E32;
    transform: rotate(90deg);
    display: inline-block;
}

.about-block-thumb.medias.toppage {
    margin: 10px 0 20px;
    background: none;
}

.wrap-news {
    margin: 80px 0;
    padding-top: 80px;
    border-top: solid 1px #ccc;
}

.news-lists-title {
    margin: 0 0 50px;
    font-size: 2rem;
    line-height: 1.3;
    color: #000;
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .news-lists-title {
        margin: 0 0 15px;
        font-size: 1.5rem;
    }
}

.news-lists li+li {
    margin-top: 26px;
}

.news-lists li {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.news-lists li .date {
    width: 120px;
}

.news-lists li .news-txt {
    width: calc( 100% - 140px);
}


/* header
======================= */

.wrap-header .inner-full {
    display: flex;
    justify-content: space-between;
}

.header-logo-block {
    display: inline-flex;
    align-items: center;
    max-width: 200px;
}

.wrap-header-nav {
    width: 80%;
    max-width: 1100px;
}

.header-logo-block img {
    height: 50px;
}

.header-logo-block a img {
    box-shadow: none !important;
	transform: none !important;
}

.regist-nav-links a:hover,
.regist-nav-links a:active {
    text-decoration: none;
}

.regist-nav-links .nav-link+.nav-link {
    margin-left: 8px;
}

.header-regist-block .regist-nav-links {
    display: flex;
    justify-content: flex-end;
}

.header-regist-block .regist-nav-links a {
    padding: 8px 8px 7px;
    font-size: 0.875rem;
    line-height: 1.1;
    text-align: center;
    border-radius: 0 0 6px 6px;
    width: 140px;
    display: block;
    transition: ease 0.2s;
}

.btn-login {
    color: #E11E32;
    border: solid 2px #E11E32;
    border-top: none;
}

.btn-login:hover,
.btn-login:active {
    color: #E11E32;
    background: #ffdddd;
}

.btn-regist {
    color: #fff;
    background: #E11E32;
    border: solid 2px #E11E32;
    border-top: none;
}

.btn-regist:hover,
.btn-regist:active {
    color: #fff;
    background: #e11e31bd;
    border-color: #e11e31bd;
}

.header-nav-block {
    margin-top: 6px;
}

.header-nav-block .main-nav-links {
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.header-nav-block .main-nav-links .nav-link {
    text-align: center;
}

.header-nav-block .main-nav-links .nav-link a {
    padding: 12px 0;
    font-size: 1rem;
    line-height: 1.1;
    color: #333;
    min-width: 60px;
    display: inline-block;
    letter-spacing: -0.04em;
}


/* footer
======================= */

footer {
    padding-top: 50px;
    border-top: solid 1px #ccc;
}

.wrap-footer-nav ul,
.wrap-footer-nav ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wrap-footer-nav {
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-logo img {
    width: 132px;
}

.wrap-footer-nav .nav-block {
    padding-right: 5px;
    width: 25%;
}

@media (max-width: 900px) {
    .wrap-footer-nav .nav-block {
        padding-right: 5px;
        width: auto;
        min-width: 20%;
    }
}

@media (max-width: 767px) {
    .wrap-footer-nav .nav-block {
        padding: 12px 16px;
        width: 50%;
    }
}

.wrap-footer-nav .nav-links+.nav-title {
    margin-top: 13px;
}

.wrap-footer-nav .nav-title {
    margin: 0 0 13px;
    font-size: 0.875rem;
    font-weight: bold;
}

.wrap-footer-nav .nav-link {
    margin: 0 0 13px;
    font-size: 0.875rem;
}

.wrap-footer-nav .nav-link+.nav-link {
    margin: 13px 0 0;
    font-size: 0.875rem;
}

.wrap-footer-nav .nav-link a {
    color: #333;
}

.btn-sns {
    width: 34px;
    display: inline-block;
}

.btn-sns-note {
    width: 28px;
    display: inline-block;
}

.btn-sns+.btn-sns {
    margin-left: 15px;
}

.copyright {
    padding: 20px 0;
    border-top: solid 1px #ccc;
    text-align: right;
}

.copyright p {
    margin: 0;
    font-size: 0.75rem;
}

.nav-link span{
    display: inline-block;
}

/* 共通 link-pagetop
======================= */

#link-pagetop {
    margin: 0;
    width: auto;
    font-size: 12px;
    text-align: center;
    position: fixed;
    display: none;
    z-index: 9999;
}

#link-pagetop a {
    text-decoration: none;
    display: block;
}

#link-pagetop a:hover {
    text-decoration: none;
}

#link-pagetop a svg {
    width: 40px;
    height: 40px;
    color: #333;
    transition: ease 0.2s;
}

#link-pagetop a svg:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

@media (min-width: 300px) {
    #link-pagetop {
        bottom: 146px;
        right: 25px;
    }
}

@media (min-width: 421px) {
    #link-pagetop {
        bottom: 110px;
    }
}

@media (min-width: 768px) {
    #link-pagetop {
        right: 4vw;
    }
}


/* header メインナビ　モバイル
======================= */

.wrap-header .btn-toggle {
    display: none;
}

@media (max-width: 840px) {
    .wrap-header .inner-full {
        height: 60px;
    }
    #main {
        padding-top: 60px;
    }
    .wrap-header-nav {
        padding: 0;
        width: 250px;
        height: 100vh;
        display: block;
        position: fixed;
        z-index: 99999;
        background: #fff;
        top: 0px;
        right: -250px;
        box-shadow: -1px 1px 1px rgba(0, 0, 0, 0);
    }
    .wrap-header-nav.open {
        padding: 10px 10px 90px !important;
        right: 0;
        box-shadow: -4px 1px 6px rgba(0, 0, 0, .15);
        /*overflow-y: scroll;*/
    }
    .wrap-header .btn-toggle {
        margin: 0;
        padding: 3px 0;
        width: 44px;
        font-size: 12px;
        line-height: 1.2;
        color: #333;
        text-decoration: none;
        text-align: center;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        z-index: 999;
        position: absolute;
        top: 8px;
        right: 15px;
        border: solid 1px #999;
        border-radius: 4px;
        transition: none;
        cursor: pointer;
    }
    .wrap-header .btn-toggle svg {
        width: 1.8rem;
        height: 1.8rem;
        margin: 0 0 -8px !important;
    }
    .wrap-header .btn-toggle.close-btn {
        margin: 0;
        padding: 0;
        width: 100vw;
        height: 100vh;
        font-size: 0;
        color: #fff;
        text-decoration: none;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        display: block;
        z-index: 9999;
        position: fixed;
        top: 0;
        right: 0;
        border-radius: 0;
    }
    .wrap-header .btn-toggle.close-btn svg {
        display: none;
    }
    .wrap-header .btn-toggle.close-btn:after {
        content: "✕";
        display: block;
        color: #fff;
        font-weight: normal;
        font-size: 30px;
        text-align: right;
        position: fixed;
        top: 20px;
        right: 260px;
    }
    .wrap-header-nav .main-nav-links {
        font-size: 1rem;
        font-weight: bold;
        display: block;
    }
    .wrap-header-nav .main-nav-links .nav-link {
        text-align: left;
    }
    .regist-nav-links .nav-link+.nav-link {
        margin: 15px 0;
    }
    .header-regist-block .regist-nav-links {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }
    .header-regist-block .regist-nav-links a {
        padding: 10px 8px 9px;
        font-size: 0.875rem;
        line-height: 1.1;
        text-align: center;
        border-radius: 6px;
        width: 100%;
        display: block;
        transition: ease 0.2s;
    }
    .btn-login {
        color: #E11E32;
        border: solid 2px #E11E32;
        border-top: solid 2px #E11E32;
    }
    .btn-regist {
        color: #fff;
        background: #E11E32;
        border: solid 2px #E11E32;
        border-top: solid 2px #E11E32;
    }
}


/* リスト ===== */

ul.f-list {
    margin: 24px 0;
    padding: 0 0 0 28px;
    list-style: disc;
}

ul.f-list li {
    margin: 16px 0;
}

ul.f-list ul {
    margin: 16px 0;
    padding: 0 0 0 28px;
    list-style: disc;
}

ul.f-list ol {
    margin: 16px 0;
    padding: 0 0 0 30px;
    list-style: decimal;
}

ul.f-disc {
    list-style: disc;
}

ul.f-disc ul {
    list-style: disc;
}

ul.f-circle {
    list-style: circle;
}

ul.f-circle ul {
    list-style: circle;
}

ul.f-square {
    list-style: square;
}

ul.f-square ul {
    list-style: square;
}

ul.f-none {
    list-style: none;
    padding-left: 0;
}

ul.f-none ul {
    list-style: none;
}

ol.f-list {
    margin: 24px 0;
    padding: 0 0 0 1.4rem;
    list-style: decimal;
}

ol.f-list li {
    margin: 16px 0;
}

ol.f-list ul {
    margin: 16px 0;
    padding: 0 0 0 28px;
    list-style: disc;
}

ol.f-list ol {
    margin: 16px 0;
    padding: 0 0 0 1.4rem;
    list-style: decimal;
}

ol.f-decimal {
    list-style: decimal;
}

ol.f-decimal ol {
    list-style: decimal;
}

ol.f-upper-alpha {
    list-style: upper-alpha;
}

ol.f-upper-alpha ol {
    list-style: upper-alpha;
}

ol.f-lower-alpha {
    list-style: lower-alpha;
}

ol.f-lower-alpha ol {
    list-style: lower-alpha;
}

ol.f-upper-roman {
    list-style: upper-roman;
}

ol.f-upper-roman ol {
    list-style: upper-roman;
}

ol.f-lower-roman {
    list-style: lower-roman;
}

ol.f-lower-roman ol {
    list-style: lower-roman;
}

dl.f-list {
    margin: 24px 0 8px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

dl.f-list dt {
    width: 20%;
    margin: 0 0 16px;
    padding: 0 16px 0 0;
    box-sizing: border-box;
}

dl.f-list dd {
    width: 80%;
    margin: 0 0 16px;
    padding: 0;
    box-sizing: border-box;
}


/* 囲み ===== */

.f-box {
    display: block;
    margin: 24px auto;
    padding: 8px 24px;
    border: 1px solid #c8c8c8;
    background-color: #fff;
}

.f-box-2 {
    background-color: #f2f2f2;
}

.f-box-3 {
    border-color: #e11e32;
    background-color: #e11e32;
    color: #fff;
}

.f-box-4 {
    border-color: #e11e32;
    background-color: #fdeef0;
    color: #e11e32;
}

.f-box-5 {
    border-color: #8ca50a;
    background-color: #f5fbd4;
    color: #8ca50a;
}

.f-box-6 {
    border-color: #139a1e;
    background-color: #c0f5c4;
    color: #139a1e;
}

.f-box-7 {
    border-color: #201196;
    background-color: #d8d4f3;
    color: #201196;
}

.f-box-8 {
    border-color: #bb841b;
    background-color: #efe0c4;
    color: #bb841b;
}

.f-box-9 {
    border-color: #0a6daf;
    background-color: #d2eafb;
    color: #0a6daf;
}


/* 利用規約
======================= */

.f-list.f-decimal.f-box {
    padding: 0 2rem 0 3rem;
}

.f-list.f-decimal.f-box dl.f-list dt {
    width: 20%;
    min-width: 130px;
}

.f-list.f-decimal.f-box dl.f-list dd {
    width: calc(100% - 130px);
    max-width: 80%;
}


/* 特定商取引法に基づく表記
======================= */

.basic.low .h3-title {
    margin: 44px 0 16px;
}


/* フォーム
======================= */

.inner.basic.form {
    margin-bottom: 80px;
    max-width: 600px;
}

.inner.basic.form dl {
    width: 100%;
    display: block;
}

.inner.basic.form dt {
    margin: 0 0 5px;
    width: 100%;
}

.inner.basic.form dd {
    width: 100%;
}

.inner.basic.form .form__label {
    margin: 0 0 3px;
    width: 100%;
}

.inner.basic.form .form__label input {
    width: 100%;
    border: solid 1px#ddd;
}

.inner.basic.form textarea {
    width: 100%;
    height: 100px;
    border: solid 1px #ddd;
}

.input__error-message,
.form__error-message {
    margin: 0;
    color: #E11E32;
}

.inner.basic.form .doui {
    margin: 20px 4px;
    display: inline-block;
}

.inner.basic.form .doui input {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}

.inner.basic.form input[name="mailmag"] {
    margin: 0 6px;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}

.inner.basic.form .kiyakubox {
    padding: 10px;
    border: solid 1px #FFC088;
    height: 100px;
    display: block;
    overflow: hidden;
    overflow-y: scroll;
    font-size: 0.8rem;
}

.inner.basic.form .kiyakubox .f-title {
    font-size: 0.8rem;
}

.form-bottom-box .alert {
    padding: 13px;
    border: solid 1px #E11E32;
    font-size: 0.875rem;
    line-height: 1.3;
}

.hissu {
    margin-left: 6px;
    color: #fff;
    font-size: 0.625rem;
    border-radius: 2px;
    padding: 1px 5px 1px;
    display: inline-block;
    background: #E11E32;
    font-weight: normal;
    position: relative;
    top: -1px;
}

.form-bottom-next-wrap,
.form-btn-next {
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
}

.login-form .form-btn-next {
    margin-top: 50px;
}

select.is-error,
textarea.is-error,
input[type='text'].is-error,
input[type='tel'].is-error,
input[type='email'].is-error,
input[type='date'].is-error,
input[type='month'].is-error,
input[type='search'].is-error,
input[type='password'].is-error,
input[type='button'].is-error,
input[type='submit'].is-error,
input[type='reset'].is-error,
input[type='number'].is-error {
    background-color: #fdeef0;
    border-color: #ea716f !important;
}

select.is-error:hover,
textarea.is-error:hover,
input[type='text'].is-error:hover,
input[type='tel'].is-error:hover,
input[type='email'].is-error:hover,
input[type='date'].is-error:hover,
input[type='month'].is-error:hover,
input[type='search'].is-error:hover,
input[type='password'].is-error:hover,
input[type='button'].is-error:hover,
input[type='submit'].is-error:hover,
input[type='reset'].is-error:hover,
input[type='number'].is-error:hover {
    background-color: #fdeef0;
    border-color: #ea716f;
}

.form .lead-block {
    margin: 0 0 50px 0;
    padding: 26px;
    background: #F8F4E5;
    border-radius: 16px;
    font-size: 1.25rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .form .lead-block p {
        font-size: 1rem;
        line-height: inherit;
    }
}



/* ログインページ
======================= */

.login::after {
    content: "";
    height: 380px;
    width: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
    background: url(../images/head-login-bg.png) 0 0 no-repeat, rgb(234, 113, 111);
    background: url(../images/head-login-bg.png) right 79px no-repeat, -moz-linear-gradient(top, rgb(234, 113, 111) 0%, rgb(234, 113, 111) 73%, rgb(255, 255, 255) 100%);
    background: url(../images/head-login-bg.png) right 79px no-repeat, -webkit-linear-gradient(top, rgb(234, 113, 111) 0%, rgb(234, 113, 111) 73%, rgb(255, 255, 255) 100%);
    background: url(../images/head-login-bg.png) right 79px no-repeat, linear-gradient(to bottom, rgb(234, 113, 111) 0%, rgb(234, 113, 111) 73%, rgb(255, 255, 255) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ea716f', endColorstr='#ffffff', GradientType=0);
}

@media (max-width: 840px) {
    .login::after {
        height: 360px;
        background: url(../images/head-login-bg.png) 0 0 no-repeat, rgb(234, 113, 111);
        background: url(../images/head-login-bg.png) right 59px no-repeat, -moz-linear-gradient(top, rgb(234, 113, 111) 0%, rgb(234, 113, 111) 73%, rgb(255, 255, 255) 100%);
        background: url(../images/head-login-bg.png) right 59px no-repeat, -webkit-linear-gradient(top, rgb(234, 113, 111) 0%, rgb(234, 113, 111) 73%, rgb(255, 255, 255) 100%);
        background: url(../images/head-login-bg.png) right 59px no-repeat, linear-gradient(to bottom, rgb(234, 113, 111) 0%, rgb(234, 113, 111) 73%, rgb(255, 255, 255) 100%);
    }
}

@media (max-width: 767px) {
    .login::after {
        margin-top: 550px;
        width: 100%;
        height: 360px;
        background: url(../images/head-login-bg.png) 0 0 no-repeat, rgb(234, 113, 111);
        background: url(../images/head-login-bg.png) right 0 no-repeat, -moz-linear-gradient(top, rgb(234, 113, 111) 0%, rgb(234, 113, 111) 73%, rgb(255, 255, 255) 100%);
        background: url(../images/head-login-bg.png) right 0 no-repeat, -webkit-linear-gradient(top, rgb(234, 113, 111) 0%, rgb(234, 113, 111) 73%, rgb(255, 255, 255) 100%);
        background: url(../images/head-login-bg.png) right 0 no-repeat, linear-gradient(to bottom, rgb(234, 113, 111) 0%, rgb(234, 113, 111) 73%, rgb(255, 255, 255) 100%);
        background-size: 140%;
    }
}

.login .inner-full {
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
}

.login .login-lp {
    padding-right: 30px;
    width: 50%;
}

.login .login-form {
    padding: 80px 30px 0;
    padding-bottom: 80px;
    width: 50%;
}

@media (max-width: 767px) {
    .login .inner-full {
        flex-direction: column;
    }
    .login .login-lp {
        padding-right: 0;
        width: 100%;
        order: 2;
    }
    .login .login-form {
        padding: 40px 0px 0;
        padding-bottom: 80px;
        width: 100%;
        order: 1;
    }
}

.login .login-lp .lp-title {
    margin: 70px 0 30px;
    font-size: 2rem;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
    .login .login-lp .lp-title {
        margin: -30px 0 30px;
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

.login .login-lp .inner {
    padding: 30px 30px 0;
    background: #fff;
    border-radius: 16px;
}

@media (max-width: 767px) {
    .login .login-lp .inner {
        padding: 30px 16px 0;
    }
}

.login .login-form .h3-title {
    border-color: #FF7700;
}

.login .point-lists-block {
    margin: 25px 0 30px;
    padding: 14px 20px;
    background: #F8F4E5;
    border-radius: 16px;
}

.login .point-lists-block ul {
    margin: 0;
}

.btn-lead-txt {
    margin: 0 0 20px;
}

.project-result-list {
  margin: 16px auto 0;
  padding: 0;
  list-style: none;
}
.project-result-list > .project-result-list__item:first-child {
  border-top: 1px dotted #6f6f6f;
}

.project-result-list__info {
  margin-top: 8px;
  display: flex;
}

.project-result-list__anchor:hover,
a.project-result-list__anchor:hover {
  background-color: #fefafa;
}

.project-result-list__anchor:hover .project-result-list__title,
a.project-result-list__anchor:hover .project-result-list__title {
  color: #e11e32;
}

.project-result-list__title {
  margin: 0;
  color: #923c3c;
  font-size: 1rem;
  font-weight: bold;
  transition: 0.3s color;
}


.project-result-list__url {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  color: #9a9a9a;
  margin-top: 8px;
  line-height: 1;
}


.project-result-list__item {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-bottom: 1px dotted #6f6f6f;
  font-size:1rem;
}

.docs{
    display:block;
	padding:20px 0 20px 0;
}

.doc_image{
    display:inline-block;
    width: 25%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    vertical-align:top;
}

.page_image{
    width:200px;
}

.doc_info{
  margin-top:10px;
  margin-bottom:10px;
  width: 70%;
  display: inline-block;
  background-color: #fff;
  transition: 0.3s background-color;
}

.docs{
    display:block;
}

.doc_image{
    display:inline-block;
    width: 25%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    vertical-align:top;
}

.page_image{
    width:80%;
}

.doc_info{
  margin-top:10px;
  margin-bottom:10px;
  width: 70%;
  display: inline-block;
  background-color: #fff;
  transition: 0.3s background-color;
}
.project-result-list__tweet {
  display:block;
  border-right: 1px solid #c8c8c8;
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 6px;
  padding-right: 8px;
  margin-right: 8px;
}

.project-result-list__media-name {
  font-size: 1rem;
  font-weight: bold;
  border-right: 1px solid #c8c8c8;
  padding-right: 8px;
  margin-right: 8px;
}

.project-result-list__date {
  font-size: 1rem;
  line-height: 1;
  padding-top: 6px;
  min-width: 400px;
}


.project-result-list__tweetnum {
  display:block;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
  padding-top: 10px;
  padding-right: 8px;
  margin-right: 8px;
}

.project-result-list__tweet img{
    width:18px;
}

/* プレスリリース徹底攻略ガイド
======================= */

/* contactus
======================= */
.wrap-page-header-contactus {
    margin-bottom: 30px;
    padding: 15px 0 0;
    background: #EA716F;
    text-align: center;
}

@media (max-width: 767px) {
    .wrap-page-header-contactus {
        margin-bottom: 10px;
        padding: 10px 0;
    }
}

.fuki_par *{
    box-sizing: border-box;
}

/* 親要素 */
.fuki_par{
    display: table;
    box-sizing: border-box;
    margin: 0 auto;
    width: 90%;
}

/* 子要素(左テキスト) */
.fuki_child_left{
    display: table-cell;
    vertical-align: top;
    width: 40%; /* お好みで */
    padding: 30px 0 0 0;
}

.fuki_child_right img{
    padding: 10px;
}

/* 子要素(右画像) */
.fuki_child_right{
    display: table-cell;
    width: 40%; /* お好みで */
    position: relative;
}

.fuki_child_text{
    border: #fff solid 4px;
    position: relative;
    background: #EA716F;
    padding: 12px 10px;
    border-radius: 13px;
    color: #fff;
    font-size: 1.2rem;
    text-align: left;
}

.fuki_child_text p:first-of-type{
    margin-top: 0;
}

.fuki_child_text p:last-of-type{
    margin-bottom: 0;
}

/* 吹き出しデザイン */
.fuki_child_text::before{
    border-left: 23px solid #fff;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    top: 10%;
    content: "";
    position: absolute;
    right: -23px;
}

.fuki_child_text::after{
    content: "";
    position: absolute;
    border-left: 24px solid #EA716F;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    top: 10%;
    right: -17px;
}

.fuki_child_left .page-lead-title{
    margin-top: 5px;
    text-align: right;
    font-size: 0.9em;
}

/* レスポンシブ対応 */
@media (max-width: 840px) {
    .fuki_child_left .page-lead-title{
        margin-top: 0;
        text-align: right;
        font-size: 0.8em;
    }
}
@media screen and (max-width: 767px){
    .fuki_par, .fuki_child_left, .fuki_child_right, .fuki_child_text{
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    
    .fuki_child_left{
        max-width: 400px;
    }
    
    .fuki_child_text{
        border-radius: 6px;
        background: #EA716F;
        border: solid 2px #fff;
    }
    .fuki_child_text::before{
        border: none;
    }
    
    .fuki_child_text::after{
        border: none;
    }

    .fuki_child_left .page-lead-title{
        margin-top: 0;
        padding: 0;
        text-align: center;
        font-size: 0.8em;
    }
}

.wrap-page-header.campaign{
    background-color: #fcb9c2;
    padding: 10px 0 0;
}
.campaign-lead{
    margin: -20px auto 0 auto;
    width: 80%;
    padding: 20px;
    background: #F8F4E5;
    border-radius: 16px;
    font-size: 1.25rem;
}
.campaign-del{
    color: red;
    font-weight:bold;
    text-decoration: line-through;
    text-decoration-style:double;
    text-decoration-color: #000;
}
.lead-center{
    margin: -20px auto 0 auto;
    font-size: 1.25rem;
    text-align: center;
}
