@charset "UTF-8";
/********************************************************************************

maqe-section.css　

********************************************************************************/
/*============================================================
  CSS変数
*============================================================*/
main {
    --ini-color: #1E2023;   /*基本テキスト色*/
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 for PC
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #1E2023;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*============================================================
  ヘッダー
*============================================================*/
.maqe-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 64px;
}
.maqe-header-logo {
    width: 33%;
}
.maqe-header-logo a {
    display:block;
}
.maqe-header-logo img {
    height:auto;
    max-width: calc(100% - 16px - 16px);
    margin: 8px 16px;
 }
.maqe-header-menu{
    width:calc(100% - 216px);
    margin-right: 16px;
    display: flex;
}
.maqe-header-globalnavi {
    margin-right: 20px;
    margin-left: auto;
    text-align: right;
}
.maqe-header-globalnavi-pagename {
    width: auto;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    color: #1E2023;
}
.maqe-header-globalnavi-pagename a {
    display: inline-block;
    padding: 0 12px;
    line-height: 48px;
}
.maqe-header-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.maqe-header-btn1 {
    width: 120px;
    line-height: 48px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
}
.maqe-header-btn1 a {
    display:block;
    font-size: inherit;
    font-weight: inherit;
}
.maqe-header-btn1 span {
    font-size: inherit;
    font-weight: inherit;
}
.maqe-header-btn2 {
    width: 120px;
    line-height: 48px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    margin-right:16px;
}
.maqe-header-btn2 a {
    display:block;
    font-size: inherit;
    font-weight: inherit;
}
.maqe-header-btn2 span{
    font-size: inherit;
    font-weight: inherit;
}
.maqe-sp-manu-btn {
    display: none;
}

/*============================================================
  フッター
*============================================================*/
footer.add-footer-bnr {
    padding-bottom: 60px;
}
.maqe-footer {
    width: 100%;
}
.maqe-footer-copyright {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 60px;
}
.maqe-footer-copyright span {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
}
/* TOPページのみ プライバシーポリシー&会社概要リンク
---------------------------------------- */
.top-footer {
    background-color: rgb(30, 32, 35);
}
.top-footer-inner {
    color: #fff;
    text-align: center;
}

/*============================================================
  セクション共通
*============================================================*/
/* 上下余白あり
---------------------------------------- */
.maqe-section-area .section {
    padding: 72px 0;
    background-color: #F1F1F1;
}
/* 上下余白なし
---------------------------------------- */
.maqe-section-area .section-no-margin {
    background-color: #F1F1F1;
}
.maqe-section-area .inner {
    max-width: 992px;
    padding: 0 16px;
    margin: 0 auto;
}
.maqe-section-area .page-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 140%;
}
.maqe-section-area .sec-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 140%;
    margin-bottom: 32px;
    text-align: center;
}
.maqe-section-area .box-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
}
.maqe-section-area .icon.fill {
    font-variation-settings:
        'FILL' 100,
        'wght' 100,
        'GRAD' 200,
        'opsz' 48
}
.maqe-section-area .hidden-section {
    display: none;
}
.maqe-section-area ul li {
	list-style-type: disc;
}
.maqe-section-area ol li {
	list-style-type: decimal;
}
/*============================================================
  トップページ用メインビジュアル
*============================================================*/
/* 共通
---------------------------------------- */
.maqe-mainvisual {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: table;
    aspect-ratio: 1280 / 760;
    /* min-height: 760px; */
}
.maqe-mainvisual .info {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 0 80px;
    height: 100%;
}
.maqe-mainvisual .info .catch {
    font-weight: bold;
    font-size: 56px;
    line-height: 1.4;
    margin-bottom: 48px;
}
.maqe-mainvisual .info .lead {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 48px;
}
/* 文章（左）
---------------------------------------- */
::-webkit-full-page-media, :future, :root .maqe-mainvisual[data-type="01"] {
    height: 100dvh;
}
::-webkit-full-page-media, :future, :root .maqe-mainvisual[data-type="01"] .info {
    height: auto;
}
.maqe-mainvisual[data-type="01"] .info .parts-btn {
    margin-left: 0;
}
/* 文章（右）
---------------------------------------- */
::-webkit-full-page-media, :future, :root .maqe-mainvisual[data-type="02"] {
    height: 100dvh;
}
.maqe-mainvisual[data-type="02"] .info {
    padding-left: calc(50% - 37px);
}
::-webkit-full-page-media, :future, :root .maqe-mainvisual[data-type="02"] .info {
    height: auto;
}
.maqe-mainvisual[data-type="02"] .info .parts-btn {
    margin-left: 0;
}
/* 文章（中央）
---------------------------------------- */
::-webkit-full-page-media, :future, :root .maqe-mainvisual[data-type="03"] {
    height: 100dvh;
}
.maqe-mainvisual[data-type="03"] .info {
    padding: 0 max(16px,calc((100% - 677px) / 2));
    text-align: center;
}
::-webkit-full-page-media, :future, :root .maqe-mainvisual[data-type="02"] .info {
    height: auto;
}
/* スライドショー（文章中央）
---------------------------------------- */
.maqe-mainvisual[data-type="04"] {
    background-image: unset;
    display: block;
    padding: 0;
    position: relative;
}
/* スライダー*/
.maqe-mainvisual[data-type="04"] .slider {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.maqe-mainvisual[data-type="04"] .slick-slider .slick-track,
.maqe-mainvisual[data-type="04"] .slick-slider .slick-list {
    height: 100%;
}
.maqe-mainvisual[data-type="04"] .slider .slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.maqe-mainvisual[data-type="04"] .slider .slick-dots {
    bottom: 16px;
}
.maqe-mainvisual[data-type="04"] .slider .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 8px;
}
.maqe-mainvisual[data-type="04"] .slider .slick-dots li button {
    width: 16px;
    height: 16px;
    padding: 0;
}
.maqe-mainvisual[data-type="04"] .slider .slick-dots li button:before {
    width: 16px;
    height: 16px;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
}
.maqe-mainvisual[data-type="04"] .slider .slick-dots li.slick-active button:before {
    color: #000;
}
/* 情報 */
.maqe-mainvisual[data-type="04"] .info-wrap {
    display: table;
    aspect-ratio: 1280 / 760;
    width: 100%;
    padding: 72px 0;
    position: relative;
}
 ::-webkit-full-page-media, :future, :root .maqe-mainvisual[data-type="04"] .info-wrap {
    height: 100dvh;
}
.maqe-mainvisual[data-type="04"] .info-wrap .info {
    padding: 0 max(16px,calc((100% - 677px) / 2));
    text-align: center;
}
::-webkit-full-page-media, :future, :root .maqe-mainvisual[data-type="04"] .info-wrap .info {
    display: table-cell;
    vertical-align: middle;
    height: auto;
}
/* 画像配置（左）
---------------------------------------- */
.maqe-mainvisual[data-type="05"] {
    padding: 0;
    display: block;
}
.maqe-mainvisual[data-type="05"] .info {
    display: block;
    height: 100%;
    aspect-ratio: 1 / 1;
    padding: 0;
    margin: 0 auto 0 80px;
    position: relative;
}
.maqe-mainvisual[data-type="05"] .info .image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.maqe-mainvisual[data-type="05"] .info .image-add-button{
    position: absolute;
    top: 280px;
    left: 130px;
}
.maqe-mainvisual[data-type="05"] .info .image.hidden-section {
    display: none;
}

/* 画像配置（右）
---------------------------------------- */
.maqe-mainvisual[data-type="06"] {
    padding: 0;
    display: block;
}
.maqe-mainvisual[data-type="06"] .info {
    display: block;
    height: 100%;
    aspect-ratio: 1 / 1;
    padding: 0;
    margin: 0 80px 0 auto;
    position: relative;
}
.maqe-mainvisual[data-type="06"] .info .image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.maqe-mainvisual[data-type="06"] .info .image-add-button {
    position: absolute;
    top: 280px;
    right: 250px;
}
.maqe-mainvisual[data-type="06"] .info .image.hidden-section {
    display: none;
}
/* 画像配置（中央）
---------------------------------------- */
.maqe-mainvisual[data-type="07"] {
    padding: 0;
    display: block;
}
.maqe-mainvisual[data-type="07"] .info {
    display: block;
    height: 100%;
    aspect-ratio: 1 / 1;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
.maqe-mainvisual[data-type="07"] .info .image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.maqe-mainvisual[data-type="07"] .info .image-add-button{
    position: absolute;
    top: 280px;
    right: 250px;
}
.maqe-mainvisual[data-type="07"] .info .image.hidden-section {
    display: none;
}

/*============================================================
  文章/画像
*============================================================*/
/*  画像（縦幅フルサイズ）
---------------------------------------- */
.maqe-image[data-type="no-top-bottom-margin"] {
    text-align: center;
}
.maqe-image[data-type="no-top-bottom-margin"] .image {
    display: inline-block;
    margin: auto;
}
.maqe-image[data-type="no-top-bottom-margin"] .image img {
    max-width: 100%;
}
.maqe-image[data-type="no-top-bottom-margin"] .image .icon {
    font-size: 360px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.maqe-image[data-type="no-top-bottom-margin"] .image .icon.font-awesome-icon{
    font-size: 250px;
    text-align: center;
}
.maqe-image[data-type="no-top-bottom-margin"] .image .maqe-iframe { 
    width: 560px; 
    height: 315px; 
} @media (max-width: 560px) { 
    .maqe-image[data-type="no-top-bottom-margin"] .image .maqe-iframe { 
        width: 100%; 
        height: auto; 
        min-width: 360px; 
        min-height: 202px; 
        aspect-ratio: 16 / 9; 
    }
}

/* text-image共通
---------------------------------------- */
.maqe-text-image .image .icon {
    font-size: 360px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
}
.maqe-text-image .image .icon.font-awesome-icon {
    font-size: 250px;
    width: 360px;
    text-align: center;
}

.maqe-text-image .inner .lead,
.maqe-text-image .inner .sec-title {
    line-height: 1.4;
}
/* 文章のみ
---------------------------------------- */
.maqe-text-image[data-type="01"] .lead {
    margin-bottom: 32px;
}
/* 画像のみ
---------------------------------------- */
.maqe-text-image[data-type="03"] .image {
    margin-bottom: 32px;
}
/* 文章 & 画像（中央）
---------------------------------------- */
.maqe-text-image[data-type="05"] .lead {
    margin-bottom: 32px;
}
.maqe-text-image[data-type="05"] .lead2 {
    margin-bottom: 32px;
}
.maqe-text-image[data-type="05"] .image {
    margin-bottom: 32px;
}
/* 文章 & 画像（画像右）
---------------------------------------- */
.maqe-text-image[data-type="07"] .parts-boxes {
    gap: 40px;
}
.maqe-text-image[data-type="07"] .box-info {
    width: 440px;
}
.maqe-text-image[data-type="07"] .box-info .sec-title {
    text-align: left;
}
.maqe-text-image[data-type="07"] .box-info .lead {
    margin-bottom: 32px;
}
.maqe-text-image[data-type="07"] .box-info .parts-btn {
    margin: 0;
}
.maqe-text-image[data-type="07"] .box-image {
    flex: 1;
}
.maqe-text-image[data-type="07"] .image .icon {
    font-size: 33vw;
    width: 300px;
}
.maqe-text-image[data-type="07"] .image .icon.font-awesome-icon {
    font-size: 25vw;
    width: 300px;
}
/* 文章 & 画像（画像左)
---------------------------------------- */
.maqe-text-image[data-type="09"] .parts-boxes {
    gap: 40px;
}
.maqe-text-image[data-type="09"] .box-info {
    width: 440px;
}
.maqe-text-image[data-type="09"] .box-info .sec-title {
    text-align: left;
}
.maqe-text-image[data-type="09"] .box-info .lead {
    margin-bottom: 32px;
}
.maqe-text-image[data-type="09"] .box-info .parts-btn {
    margin: 0;
}
.maqe-text-image[data-type="09"] .box-image {
    flex: 1;
}
.maqe-text-image[data-type="09"] .image .icon {
    font-size: 33vw;
    width: 300px;
}
.maqe-text-image[data-type="09"] .image .icon.font-awesome-icon {
    font-size: 25vw;
    width: 300px;
}

/* 文章 & 画像（画像右フル画像)
---------------------------------------- */
.maqe-text-image[data-type="12"] {
    padding: 0;
}
.maqe-text-image[data-type="12"] .parts-boxes {
    min-height: 480px;
    gap: 40px 0;
}
.maqe-text-image[data-type="12"] .box-info {
    flex: 1;
}
.maqe-text-image[data-type="12"] .box-info .box-info-inner {
    width: 100%;
    padding: 0 40px;
    margin-top: 70px;
    margin-bottom: 70px;
}
.maqe-text-image[data-type="12"] .box-info .sec-title {
    text-align: left;
}
.maqe-text-image[data-type="12"] .box-info .lead {
    margin-bottom: 32px;
}
.maqe-text-image[data-type="12"] .box-info .parts-btn {
    margin: 0;
}
.maqe-text-image[data-type="12"] .box-image {
    flex: 1;
}
.maqe-text-image[data-type="12"] .box-image img:not(.plus):not(.close){
    width: 100%;
}
/* 文章 & 画像（画像左フル画像)
---------------------------------------- */
.maqe-text-image[data-type="14"] {
    padding: 0;
}
.maqe-text-image[data-type="14"] .parts-boxes {
    min-height: 480px;
    gap: 40px 0;
}
.maqe-text-image[data-type="14"] .box-info {
    flex: 1;
}
.maqe-text-image[data-type="14"] .box-info .box-info-inner {
    width: 100%;
    padding: 0 40px;
    margin-top: 70px;
    margin-bottom: 70px;
}
.maqe-text-image[data-type="14"] .box-info .sec-title {
    text-align: left;
}
.maqe-text-image[data-type="14"] .box-info .lead {
    margin-bottom: 32px;
}
.maqe-text-image[data-type="14"] .box-info .parts-btn {
    margin: 0;
}
.maqe-text-image[data-type="14"] .box-image {
    flex: 1;
}
.maqe-text-image[data-type="14"] .box-image img:not(.plus):not(.close){
    width: 100%;
}
/*============================================================
  リスト
*============================================================*/
/* 共通
---------------------------------------- */
.maqe-list .image .icon {
    font-size: 272px;
    display: block;
    width:272px;
}
.maqe-list .image .icon.font-awesome-icon {
    font-size: 214px;
    display: block;
    width: 272px;
    text-align: center;
}

.maqe-list .lead,
.maqe-list .lead2,
.maqe-list .box-title,
.maqe-list .sec-title {
    line-height: 1.4;
}
/* 画像リスト（横並び）
---------------------------------------- */
.maqe-list[data-type="01"] .lead {
    margin-bottom: 32px;
}
.maqe-list[data-type="01"] .lead2 {
    margin-bottom: 32px;
}
.maqe-list[data-type="01"] .parts-boxes {
    gap: 32px 72px;
    margin-bottom: 32px;
}
.maqe-list[data-type="01"] .parts-boxes .box {
    width: 272px;
}
.maqe-list[data-type="01"] .parts-boxes .image img {
    width: 100%;
}
.maqe-list[data-type="01"] .parts-boxes .info {
    padding: 24px 0;
}
.maqe-list[data-type="01"] .parts-boxes .box-title {
    margin-bottom: 16px;
    text-align: center;
}
.maqe-list[data-type="01"] .image .icon.font-awesome-icon {
    font-size: 214px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 272px;
    height: 272px;
}

/* ※アイテムが2の倍数で2列表示させる場合 */
.maqe-list[data-type="01"][data-cnt="two-columns"] .parts-boxes {
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
}

.maqe-list[data-type="01"] .box .image .modal-edit-close img {
    width: auto;
}

/* カードリスト（各リストにリンク設定可能）
---------------------------------------- */
.maqe-list[data-type="03"] .lead {
    margin-bottom: 32px;
}
.maqe-list[data-type="03"] .lead2 {
    margin-bottom: 32px;
}
.maqe-list[data-type="03"] .parts-boxes {
    gap: 32px 24px;
    margin-bottom: 32px;
}
.maqe-list[data-type="03"] .parts-boxes .box {
    width: 304px;
    border-radius: 4px;
    background-color: #fff;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.24));
}
.maqe-list[data-type="03"] .parts-boxes .box[onclick] {
    cursor: pointer;
}
.maqe-list[data-type="03"] .parts-boxes .box .image img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.maqe-list[data-type="03"] .parts-boxes .box .info {
    padding: 16px;
}
.maqe-list[data-type="03"] .parts-boxes .box .info .box-title {
    margin-bottom: 8px;
}
.maqe-list[data-type="03"] .image .icon {
    font-size: 200px;
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.maqe-list[data-type="03"] .image .icon.font-awesome-icon {
    font-size: 160px;
    display: block;
    width: 200px;
    text-align: center;
}
.maqe-list[data-type="03"] .image .icon.font-awesome-icon {
    font-size: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.maqe-list[data-type="03"] .box .image .modal-edit-close img {
    width: auto;
}

/* ※アイテムが2の倍数で2列表示させる場合 */
.maqe-list[data-type="03"][data-cnt="two-columns"] .parts-boxes {
    max-width: 632px;
    margin-left: auto;
    margin-right: auto;
}

/* 画像リスト（画像交互表示）
---------------------------------------- */
.maqe-list[data-type="05"] .lead {
    margin-bottom: 32px;
}
.maqe-list[data-type="05"] .lead2 {
    margin-bottom: 32px;
}
.maqe-list[data-type="05"] .parts-boxes-lrsw {
    margin-bottom: 32px;
}
.maqe-list[data-type="05"] .box {
    gap: 16px 32px;
    margin-bottom: 48px;
}
.maqe-list[data-type="05"] .box:last-child {
    margin-bottom: 0;
}
.maqe-list[data-type="05"] .box .image {
    width: 360px;
}
.maqe-list[data-type="05"] .box .image img {
    width: 100%;
    border-radius: 4px 0 0 4px;
}

.maqe-list[data-type="05"] .box .image .modal-edit-close img {
    width: auto;
}


.maqe-list[data-type="05"] .box:nth-child(even) .image img {
    border-radius: 0 4px 4px 0;
}
.maqe-list[data-type="05"] .box .info {
    flex: 1;
}
.maqe-list[data-type="05"] .box .info .box-title {
    margin-bottom: 16px;
}
.maqe-list[data-type="05"] .image .icon {
    margin-left: auto;
    margin-right: auto;
}

.maqe-list[data-type="05"] .list-delete-button,
.maqe-list[data-type="05"] .list-delete-button-pointed {
    top: -30px;
    right: -20px;
}
/* Q & A
---------------------------------------- */
.maqe-list[data-type="07"] .lead {
    margin-bottom: 32px;
}
.maqe-list[data-type="07"] .lead2 {
    margin-bottom: 32px;
}
.maqe-list[data-type="07"] .qa-list {
    margin-bottom: 32px;
}
.maqe-list[data-type="07"] .box {
    padding: 24px;
    margin-bottom: 24px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.maqe-list[data-type="07"] .box:last-child {
    margin-bottom: 0;
}
.maqe-list[data-type="07"] .box .question {
    position: relative;
    padding: 10px 0 0 72px;
    margin-bottom: 24px;
}
.maqe-list[data-type="07"] .box .answer {
    position: relative;
    padding: 12px 0 0 72px;
}
.maqe-list[data-type="07"] .box .question:before,
.maqe-list[data-type="07"] .box .answer:before {
    --qa-icon-width: 48px;
    --qa-icon-color: #000;
    content: "";
    display: inline-block;
    width: var(--qa-icon-width);
    height: var(--qa-icon-width);
    position: absolute;
    top: 0;
    left: 0;

    background-blend-mode: multiply;
    background-color: var(--qa-icon-color);
    mask-size: var(--qa-icon-width) auto;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: var(--qa-icon-width) auto;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}
.maqe-list[data-type="07"] .box .question:before {
    mask-image: url(../../images/section/icon-q.svg);
    -webkit-mask-image: url(../../images/section/icon-q.svg);
    }
.maqe-list[data-type="07"] .box .answer:before {
    mask-image: url(../../images/section/icon-a.svg);
    -webkit-mask-image: url(../../images/section/icon-a.svg);

}
/* 番号リスト（画像あり）
---------------------------------------- */
.maqe-list[data-type="09"] .lead {
    margin-bottom: 32px;
}
.maqe-list[data-type="09"] .lead2 {
    margin-bottom: 32px;
}
.maqe-list[data-type="09"] .num-list {
    margin-bottom: 32px;
    counter-reset: listnum;
}
.maqe-list[data-type="09"] .box {
    gap: 0 64px;
    counter-increment: listnum;
    margin-bottom: 48px;
}
.maqe-list[data-type="09"] .box:last-child {
    margin-bottom: 0;
}
.maqe-list[data-type="09"] .box .image {
    width: 120px;
}
.maqe-list[data-type="09"] .box .image img {
    width: 100%;
}
.maqe-list[data-type="09"] .box .info {
    flex: 1;
}
.maqe-list[data-type="09"] .box .info .num-title {
    margin-bottom: 24px;
}
.maqe-list[data-type="09"] .box .info .num-title::before {
    content: counter(listnum, decimal-leading-zero);
    display: inline-block;
    font-weight: bold;
    font-size: 72px;
    line-height: 100%;
    vertical-align: middle;
    padding: 0 24px 12px 0;
}
.maqe-list[data-type="09"] .image .icon {
    font-size: 120px;
    display: block;
    width: 120px;
}
.maqe-list[data-type="09"] .image .icon.font-awesome-icon {
    font-size: 100px;
    display: block;
    width: 120px;
    text-align: center;
}
/* 番号リスト（画像なし）
---------------------------------------- */
.maqe-list[data-type="11"] .lead {
    margin-bottom: 32px;
}
.maqe-list[data-type="11"] .lead2 {
    margin-bottom: 32px;
}
.maqe-list[data-type="11"] .num-list {
    margin-bottom: 32px;
    counter-reset: listnum;
}
.maqe-list[data-type="11"] .box {
    gap: 0 64px;
    counter-increment: listnum;
    margin-bottom: 48px;
}
.maqe-list[data-type="11"] .box:last-child {
    margin-bottom: 0;
}
.maqe-list[data-type="11"] .box::before {
    content: counter(listnum, decimal-leading-zero);
    display: inline-block;
    width: 86px;
    font-weight: bold;
    font-size: 72px;
    line-height: 100%;
}
.maqe-list[data-type="11"] .box .info {
    flex: 1;
}
.maqe-list[data-type="11"] .box .info .box-title {
    margin-bottom: 24px;
}
/* 料金表
---------------------------------------- */
.maqe-list[data-type="13"] .lead {
    margin-bottom: 32px;
}
.maqe-list[data-type="13"] .lead2 {
    margin-bottom: 32px;
}
/* リストセクションおすすめタイトル */
/* リストセクション削除領域 */
.maqe-list[data-type="13"] .box {
    position: relative;
}
.maqe-list a.js-box-link {
    display: block;
    height: 100%;
    position: relative;
    cursor: default;
}
.maqe-list .stress-container {
    min-height: 0.7rem;
    white-space: nowrap;
}
.maqe-list .stress-title {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 16px;
    background-color:rgb(10, 196, 221);
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    line-height: 130%;
}
.maqe-list .stress-title p {
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
}
.maqe-list[data-type="13"] .parts-boxes {
    display: flex;
    flex-wrap: nowrap;
    gap: 32px 4px;
    margin-bottom: 32px;

}
.maqe-list[data-type="13"] .parts-boxes .box {
    width: 304px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #EDEDED;
    padding-left: 20px;
    padding-right: 20px;
}
.maqe-list[data-type="13"] .parts-boxes .box .image img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.maqe-list[data-type="13"] .parts-boxes .box .info {
    padding: 16px 0;
}
.maqe-list[data-type="13"] .parts-boxes .box .info .box-title {
    text-align: center;
    font-size: 20px;
}
.maqe-list[data-type="13"] .parts-boxes .box .info .price {
    margin-bottom: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
}
.maqe-list[data-type="13"] .parts-boxes .box .info .price p {
    line-height: 3rem;
}
.maqe-list[data-type="13"] .parts-boxes .box .info .price p,
.maqe-list[data-type="13"] .parts-boxes .box .info .box-title p {
    font-weight: bold;
}
.maqe-list[data-type="13"] .parts-boxes .box .info .lead {
    margin-bottom: 8px;
    text-align: center;
    font-size: 16px;
}
.maqe-list[data-type="13"] .image .icon {
    font-size: 200px;
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.maqe-list[data-type="13"] .parts-boxes .box .parts-btn {
    margin-top: 30px;
    min-width: 75%;
}
.maqe-list[data-type="13"] .parts-boxes .box .parts-btn a,
.maqe-list[data-type="13"] .parts-boxes .box .parts-btn .button-label{
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
}
.maqe-list[data-type="13"] .modal-edit-section-button {
    left: -150px;
    top: 60px;
}
.maqe-list[data-type="13"] .box .stress-title.text-selected .trumbowyg-box {
    display: table-caption;
}
/* ※アイテムが4つの場合 */
.maqe-list[data-type="13"][data-cnt="4"] .parts-boxes {
    gap: 32px 8px;
}
.maqe-list[data-type="13"][data-cnt="4"] .parts-boxes .box {
    width: calc(25% - 16px);
}
.maqe-list[data-type="13"][data-cnt="4"] .image .icon {
    width: 182px;
    font-size: 182px;
}
/* ※アイテムが5つの場合 */
.maqe-list[data-type="13"][data-cnt="5"] .parts-boxes {
    gap: 32px 4px;
}
.maqe-list[data-type="13"][data-cnt="5"] .parts-boxes .box {
    width: calc(20% - 12px);
}
.maqe-list[data-type="13"][data-cnt="5"] .image .icon {
    width: 138px;
    font-size: 138px;
}
/* ※アイテムが2の場合 */
.maqe-list[data-type="13"][data-cnt="2"] .parts-boxes {
    max-width: calc(608px + 4%);
    gap: 32px 4%;
    margin-left: auto;
    margin-right: auto;
}
/* 画像リスト（画像左）
---------------------------------------- */
.maqe-list[data-type="14"] .lead {
    margin-bottom: 32px;
}
.maqe-list[data-type="14"] .lead2 {
    margin-bottom: 32px;
}
.maqe-list[data-type="14"] .parts-boxes-image-left {
    margin-bottom: 32px;
}
.maqe-list[data-type="14"] .box {
    gap: 16px 32px;
    margin-bottom: 48px;
}
.maqe-list[data-type="14"] .box:last-child {
    margin-bottom: 0;
}
.maqe-list[data-type="14"] .box .image {
    width: 360px;
}
.maqe-list[data-type="14"] .box .image img {
    width: 100%;
    border-radius: 4px 0 0 4px;
}
.maqe-list[data-type="14"] .box:nth-child(even) .image img {
    border-radius: 0 4px 4px 0;
}
.maqe-list[data-type="14"] .box .info {
    flex: 1;
}
.maqe-list[data-type="14"] .box .info .box-title {
    margin-bottom: 16px;
}
.maqe-list[data-type="14"] .image .icon {
    margin-left: auto;
    margin-right: auto;
}

.maqe-list[data-type="14"] .list-delete-button,
.maqe-list[data-type="14"] .list-delete-button-pointed {
    top: -30px;
    right: -20px;
}

.maqe-list[data-type="14"] .box .image .modal-edit-close img {
    width: auto;
}

/* 画像リスト（画像右）
---------------------------------------- */
.maqe-list[data-type="15"] .lead {
    margin-bottom: 32px;
}
.maqe-list[data-type="15"] .lead2 {
    margin-bottom: 32px;
}
.maqe-list[data-type="15"] .parts-boxes-image-right {
    margin-bottom: 32px;
}
.maqe-list[data-type="15"] .box {
    gap: 16px 32px;
    margin-bottom: 48px;
}
.maqe-list[data-type="15"] .box:last-child {
    margin-bottom: 0;
}
.maqe-list[data-type="15"] .box .image {
    width: 360px;
}
.maqe-list[data-type="15"] .box .image img {
    width: 100%;
    border-radius: 4px 0 0 4px;
}
.maqe-list[data-type="15"] .box:nth-child(even) .image img {
    border-radius: 0 4px 4px 0;
}
.maqe-list[data-type="15"] .box .info {
    flex: 1;
}
.maqe-list[data-type="15"] .box .info .box-title {
    margin-bottom: 16px;
}
.maqe-list[data-type="15"] .image .icon {
    margin-left: auto;
    margin-right: auto;
}

.maqe-list[data-type="15"] .list-delete-button,
.maqe-list[data-type="15"] .list-delete-button-pointed {
    top: -30px;
    right: -20px;
}

.maqe-list[data-type="15"] .box .image .modal-edit-close img {
    width: auto;
}


/*============================================================
  表（データ構造）
*============================================================*/
/* 表
---------------------------------------- */
.maqe-table[data-type="01"] .lead {
    margin-bottom: 32px;
}
.maqe-table[data-type="01"] .lead2 {
    margin-bottom: 32px;
}
.maqe-table[data-type="01"] .parts-table {
    margin-bottom: 32px;
}

.maqe-table .sec-title,
.maqe-table .row-dt,
.maqe-table .row-dd {
    line-height: 1.4;
}
/*============================================================
  SNS
*============================================================*/
/* twitter
---------------------------------------- */
.maqe-sns[data-type="twitter"] .lead {
    text-align: center;
    margin-bottom: 32px;
}
.maqe-sns[data-type="twitter"] .embed-wrap {
    max-width: 750px;
    text-align: center;
    margin: 0 auto 32px auto;
}
/* facebook
---------------------------------------- */
.maqe-sns[data-type="facebook"] .lead {
    text-align: center;
    margin-bottom: 32px;
}
.maqe-sns[data-type="facebook"] .embed-wrap {
    max-width: 500px;
    text-align: center;
    margin: 0 auto 32px auto;
}
.maqe-sns[data-type="facebook"] .embed-wrap > .fb-page {
    width: 100%;
}
.maqe-sns[data-type="facebook"] .embed-wrap > .fb-page > span,
.maqe-sns[data-type="facebook"] .embed-wrap iframe {
    width: 100% !important;
}

/*============================================================
  表（データ構造）
*============================================================*/
/* 表
---------------------------------------- */
.maqe-table[data-type="01"] .parts-table {
    margin-bottom: 32px;
}

/*============================================================
  アクセス
*============================================================*/
/* 共通
---------------------------------------- */
.maqe-access .sec-title,
.maqe-access .lead{
    line-height: 1.4;
}
/* 文章 & 地図（地図右）
---------------------------------------- */
.maqe-access[data-type="01"] .parts-boxes {
    gap: 40px;
}
.maqe-access[data-type="01"] .info {
    width: 360px;
}
.maqe-access[data-type="01"] .info .sec-title {
    text-align: left;
}
.maqe-access[data-type="01"] .info .lead {
    margin-bottom: 32px;
}
.maqe-access[data-type="01"] .info .parts-btn {
    margin-left: 0;
}
.maqe-access[data-type="01"] .map {
    flex: 1;
}
.maqe-access[data-type="01"] .map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
}
/* 文章 & 地図（地図左）
---------------------------------------- */
.maqe-access[data-type="03"] .parts-boxes {
    gap: 40px;
}
.maqe-access[data-type="03"] .info {
    width: 360px;
}
.maqe-access[data-type="03"] .info .sec-title {
    text-align: left;
}
.maqe-access[data-type="03"] .info .lead {
    margin-bottom: 32px;
}
.maqe-access[data-type="03"] .info .parts-btn {
    margin-left: 0;
}
.maqe-access[data-type="03"] .map {
    flex: 1;
}
.maqe-access[data-type="03"] .map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
}
/* 文章 & 地図（中央）
---------------------------------------- */
.maqe-access[data-type="05"] .lead {
    margin-bottom: 40px;
}
.maqe-access[data-type="05"] .map {
    margin-bottom: 32px;
}
.maqe-access[data-type="05"] .map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 960 / 720;
}
.maqe-access[data-type="05"] .lead2 {
    margin-bottom: 32px;
}

/*============================================================
  CTA
*============================================================*/
/* 共通
---------------------------------------- */
.maqe-cta .catch,
.maqe-cta .lead {
    line-height: 1.4;
}
/* 文章（中央）& 背景画像あり
---------------------------------------- */
.maqe-cta[data-type="01"] {
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.maqe-cta[data-type="01"] .catch {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.6;
    margin-bottom: 32px;
}
.maqe-cta[data-type="01"] .lead {
    margin-bottom: 32px;
}
/* 文章（中央）
---------------------------------------- */
.maqe-cta[data-type="02"] {
    color: #fff;
    text-align: center;
    background-color: #3D3D3D;
}
.maqe-cta[data-type="02"] .catch {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.6;
    margin-bottom: 32px;
}
.maqe-cta[data-type="02"] .lead {
    margin-bottom: 32px;
}
/* 文章 & 画像（画像左）
---------------------------------------- */
.maqe-cta[data-type="04"] {
    color: #fff;
    background-color: #3D3D3D;
}
.maqe-cta[data-type="04"] .parts-boxes {
    gap: 32px 40px;
}
.maqe-cta[data-type="04"] .image {
    width: 400px;
}
.maqe-cta[data-type="04"] .info {
    flex: 1;
}
.maqe-cta[data-type="04"] .info .catch {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 32px;
}
.maqe-cta[data-type="04"] .info .lead {
    margin-bottom: 32px;
}
.maqe-cta[data-type="04"] .info .parts-btn {
    margin-left: 0;
}

/*============================================================
  問い合わせフォーム maqu-section-form.cssに記載
*============================================================*/
/* □ */
/* .maqe-section-area .maqe-form[data-type="01"] .custom-checkbox .checkmark {
    top: 0px;
} */

/*============================================================
  無料プラン吸着バナー
*============================================================*/
#bnr-forFreePlan {
    width: 100%;
    background: rgba(30, 32, 35, 0.72);
    position: fixed;
    left: 0;
    bottom: -100%;
    z-index: 15;
    transition: bottom 0.5s;
}
/* 吸着時 */
#bnr-forFreePlan.scrolled {
    bottom: 0;
}
#bnr-forFreePlan a{
    display: block;
    padding: 16px;
}
#bnr-forFreePlan .bnr-info {
    display: flex;
    width: fit-content;
    color: #FFFFFF;
    margin: 0 auto;
}
#bnr-forFreePlan .bnr-info .bnr-info-text {
    font-size: 16px;
    font-weight: 700;
}
#bnr-forFreePlan .bnr-info-image{
    vertical-align:middle;
    margin-right: 8px;
}
#bnr-forFreePlan .bnr-info .bnr-info-button {
    margin-left: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    width: 150px;
    text-align: center;
}
#bnr-forFreePlan .bnr-info .bnr-info-button span {
    font-size: 14px;
    font-weight: 400;
}

/*============================================================
  画面タイトル（下層用）
*============================================================*/
/* 見出しのみ
---------------------------------------- */
.maqe-screen-title[data-type="02"] {
    padding: 40px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.maqe-screen-title[data-type="02"] .screen-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
}
/* 見出しのみ & 背景画像あり
---------------------------------------- */
.maqe-screen-title[data-type="04"] {
    padding: 132px 0;
    background-image: url(../images/section/screen-title-03-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.maqe-screen-title[data-type="04"] .screen-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
}

/*
　問い合わせフォーム maqu-section-form.cssに記載
------------------------------------------*/

/*============================================================
  HTML/CSS埋め込み
*============================================================*/
/* 横幅指定あり
---------------------------------------- */
.maqe-embed-html[data-type="01"] {
    white-space: pre-wrap;
    width: 100%;
}
/* 横幅フル
---------------------------------------- */
.maqe-embed-html[data-type="02"] {
    white-space: pre-wrap;
    padding: 0;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 for Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1024px) {
    /*============================================================
      トップページ用メインビジュアル
    *============================================================*/
    /* mainvisual共通
    ---------------------------------------- */
    .maqe-mainvisual .info {
        padding: 0 24px;
    }

    /*============================================================
      リスト
    *============================================================*/
    /* 料金表
    ---------------------------------------- */
    .maqe-list[data-type="13"] .parts-boxes {
        gap: 32px 24px;
        margin-bottom: 32px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }
    .maqe-list[data-type="13"][data-cnt="4"] .parts-boxes .box,
    .maqe-list[data-type="13"][data-cnt="5"] .parts-boxes .box {
        width: 304px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 992px) {
    /*============================================================
      リスト
    *============================================================*/
    /*画像リスト（画像交互表示）
    ---------------------------------------- */
    .maqe-list[data-type="05"] .box .image {
        width: 36%;
    }

    /*============================================================
      アクセス
    *============================================================*/
    /* 文章 & 地図（地図右）
    ---------------------------------------- */
    .maqe-access[data-type="01"] .info {
        width: 100%;
    }
    .maqe-access[data-type="01"] .info .sec-title {
        text-align: center;
    }
    .maqe-access[data-type="01"] .info .parts-btn {
        margin-left: auto;
    }
    .maqe-access[data-type="02"] .info .sec-title {
        text-align: center;
    }
    /* 文章 & 地図（地図左）
    ---------------------------------------- */
    .maqe-access[data-type="03"] .info {
        width: 100%;
    }
    .maqe-access[data-type="03"] .info .sec-title {
        text-align: center;
    }
    .maqe-access[data-type="03"] .info .parts-btn {
        margin-left: auto;
    }

    .maqe-access[data-type="04"] .info .sec-title {
        text-align: center;
    }
    /*============================================================
      CTA
    *============================================================*/
    /* 背景色　左：画像　右：キャッチコピー / 文章 / CTA
    ---------------------------------------- */
    .maqe-cta[data-type="04"] .image {
        width: 40%;
    }
    /* 背景色　左：画像　右：キャッチコピー / CTA
    ---------------------------------------- */
    .maqe-cta[data-type="05"] .image {
        width: 40%;
    }

 }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 for SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    .maqe-section-area.maqe-header-display{
        padding-top:64px ;
    }
    /*============================================================
      ヘッダー
    *============================================================*/
    .maqe-header{
        height:64px;
        padding: 8px;
        position:fixed;
        top: 0;
        right: 0;
        z-index: 20;
    }
    .maqe-header-logo{
        width: inherit;
    }
    .maqe-header-logo img{
        max-height:40px;
        max-width:calc(100% - 16px);
        margin: 8px;
    }
    .maqe-header-menu{
        position: fixed;
        top: 64px;
        right: -100%;
        z-index: -1;
        width: 100%;
        height: calc(100% - 64px);
        padding-top: 16px;
        padding-bottom: 16px;
        background: rgba(255, 255, 255, 0.8);
        margin: 0;
        overflow-y:scroll;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        display: block;
    }
    .sp-nav-open .maqe-header-menu{
        right: 0;
    }
    .maqe-header-globalnavi {
        text-align: center;
    }
    .sp-nav-open .maqe-header-globalnavi {
        right: 0;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 16px;
    }
    .maqe-header-globalnavi-pagename {
        display: block;
        width: 100%;
    }
    .maqe-header-globalnavi-pagename a {
        display:block;
        line-height: 48px;
        width: 100%;
        white-space: nowrap;
        border-radius: 4px;
    }
    .maqe-header-btn{
        display: block;
        padding: 0 8px;
    }
    .maqe-sp-manu-btn{
        display: inherit;
    }
    .maqe-header-btn2{
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .maqe-header-btn1{
        width: 100%;
    }
    .maqe-sp-manu-btn{
        display: block;
        width: 48px;
        height: 48px;
        background:#fff;
        position:relative;
    }
    .maqe-sp-manu-btn span{
        display:block;
        width:18px;
        height:2px;
        background:#000;
        border-radius: 3px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        transform-origin:center center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .maqe-sp-manu-btn span:first-child{
        top: calc(50% - 4px);
    }
    .maqe-sp-manu-btn span:last-child{
        top: calc(50% + 4px);
    }
    .sp-nav-open .maqe-sp-manu-btn span:first-child{
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .sp-nav-open .maqe-sp-manu-btn span:last-child{
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .section-outer{
        padding-top: 64px;
        margin-top: -64px;
    }

    /*============================================================
      トップページ用メインビジュアル
    *============================================================*/
    /* mainvisual共通
    ---------------------------------------- */
    .maqe-mainvisual {
        aspect-ratio: unset;
    }
    .maqe-mainvisual .info {
        padding: 0 16px;
        text-align: center;
    }
    /* 文章（左）
    ---------------------------------------- */
    ::-webkit-full-page-media, :future, :root .maqe-mainvisual[data-type="01"] {
        height: auto;
    }
    ::-webkit-full-page-media, :future, :root .maqe-mainvisual[data-type="01"] .info {
        height: 100%;
    }
    .maqe-mainvisual[data-type="01"] .info .parts-btn {
        margin-left: auto;
    }
    /* 文章（右）
    ---------------------------------------- */
    ::-webkit-full-page-media, :future, :root .maqe-mainvisual[data-type="02"] {
        height: auto;
    }
    .maqe-mainvisual[data-type="02"] .info {
        padding-left: 16px;
    }
    ::-webkit-full-page-media, :future, :root .maqe-mainvisual[data-type="02"] .info {
        height: 100%;
    }
    .maqe-mainvisual[data-type="02"] .info .parts-btn {
        margin-left: auto;
    }
    /* 文章（中央）
    ---------------------------------------- */
    ::-webkit-full-page-media, :future, :root .maqe-mainvisual[data-type="03"] {
        height: auto;
    }
    ::-webkit-full-page-media, :future, :root .maqe-mainvisual[data-type="03"] .info {
        height: 100%;
    }
    /* スライドショー（文章中央）
    ---------------------------------------- */
    .maqe-mainvisual[data-type="04"] .info-wrap {
        aspect-ratio: unset;
    }
    ::-webkit-full-page-media, :future, :root .maqe-mainvisual[data-type="04"] .info-wrap {
        height: auto;
    }
    .maqe-mainvisual[data-type="04"] .info-wrap .info {
        width: 100%;
    }
    ::-webkit-full-page-media, :future, .maqe-mainvisual[data-type="04"] .info-wrap .info {
        height: 100%;
    }
    /* 画像配置（左）
    ---------------------------------------- */
    .maqe-mainvisual[data-type="05"] .info {
        margin: 0 20%;
    }
    .maqe-mainvisual[data-type="05"] .info .image {
        min-height: 100vh;
        min-height: 100dvh;
    }
    /* 画像配置（右）
    ---------------------------------------- */
    .maqe-mainvisual[data-type="06"] .info {
        margin: 0 20%;
    }
    .maqe-mainvisual[data-type="06"] .info .image {
        min-height: 100vh;
        min-height: 100dvh;
    }
    /* 画像配置（中央）
    ---------------------------------------- */
    .maqe-mainvisual[data-type="07"] .info {
        margin: 0 20%;
    }
    .maqe-mainvisual[data-type="07"] .info .image {
        min-height: 100vh;
        min-height: 100dvh;
    }

    /*============================================================
     文章/画像
    *============================================================*/
    /* 文章 & 画像（画像右）
    ---------------------------------------- */
    .maqe-text-image[data-type="07"] .box-info {
        width: 100%;
    }
    .maqe-text-image[data-type="07"] .box-info .sec-title {
        text-align: center;
    }
    .maqe-text-image[data-type="07"] .box-info .parts-btn {
        margin: 0 auto;
    }
    .maqe-text-image[data-type="07"] .box-image .image img {
        width: 100%;
    }
    .maqe-text-image[data-type="08"] .box-info .sec-title {
        text-align: center;
    }
    .maqe-text-image[data-type="08"] .box-image .image img {
        width: 100%;
    }
    /* 左：画像　右：見出し / 文章
    ---------------------------------------- */
    .maqe-text-image[data-type="09"] .box-info {
        width: 100%;
    }
    .maqe-text-image[data-type="09"] .box-info .sec-title {
        text-align: center;
    }
    .maqe-text-image[data-type="09"] .box-info .parts-btn {
        margin: 0 auto;
    }
    .maqe-text-image[data-type="09"] .box-image .image img {
        width: 100%;
    }

    /* 文章 & 画像（画像右フル画像)
    ---------------------------------------- */
    .maqe-text-image[data-type="12"] {
        padding: 72px 0;
    }
    .maqe-text-image[data-type="12"] .parts-boxes {
        min-height: unset;
        flex-direction: column;
    }
    .maqe-text-image[data-type="12"] .box-info .box-info-inner {
        padding: 0 16px;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .maqe-text-image[data-type="12"] .box-info .sec-title {
        text-align: center;
    }
    .maqe-text-image[data-type="12"] .box-info .parts-btn {
        margin: 0 auto;
    }
    /* 文章 & 画像（画像左フル画像)
    ---------------------------------------- */
    .maqe-text-image[data-type="14"] {
        padding: 72px 0;
    }
    .maqe-text-image[data-type="14"] .parts-boxes {
        min-height: unset;
        flex-direction: column;
    }
    .maqe-text-image[data-type="14"] .box-info .box-info-inner {
        padding: 0 16px;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .maqe-text-image[data-type="14"] .box-info .sec-title {
        text-align: center;
    }
    .maqe-text-image[data-type="14"] .box-info .parts-btn {
        margin: 0 auto;
    }
    /*============================================================
      リスト
    *============================================================*/
    /* 画像リスト（画像交互表示）
    ---------------------------------------- */
    .maqe-list[data-type="05"] .box .image {
        width: 100%;
    }
    /* Q & A
    ---------------------------------------- */
    .maqe-list[data-type="07"] .box .question {
        padding: 0 0 0 40px;
    }
    .maqe-list[data-type="07"] .box .answer {
        position: relative;
        padding: 2px 0 0 40px;
    }
    .maqe-list[data-type="07"] .box .question:before,
    .maqe-list[data-type="07"] .box .answer:before {
        --qa-icon-width: 32px;
    }
    /* 番号リスト（画像あり）
    ---------------------------------------- */
    .maqe-list[data-type="09"] .box {
        /* vwだと編集画面であまりにも崩れすぎるので一旦全て％で統一 */
        /* 編集側でメディアクエリでの切り替え方法を変更した場合戻すことが可能 */
        /* gap: 0 6.45vw; */
        gap: 0 6.45%;
    }
    .maqe-list[data-type="09"] .box .image {
        width: 12%;
    }
    .maqe-list[data-type="09"] .box .info .num-title::before {
        /* vwだと編集画面であまりにも崩れすぎるので一旦全て％で統一 */
        /* 編集側でメディアクエリでの切り替え方法を変更した場合戻すことが可能 */
        /* font-size: 7.25vw;
        padding: 0 2.42vw 1.2vw 0; */
        font-size: 144%;
        padding: 0 2.42% 1.2% 0;
    }


    /* 番号リスト（画像なし）
    ---------------------------------------- */
    .maqe-list[data-type="11"] .box {
        /* vwだと編集画面であまりにも崩れすぎるので一旦全て％で統一 */
        /* 編集側でメディアクエリでの切り替え方法を変更した場合戻すことが可能 */
        /* gap: 0 6.45vw; */
        gap: 0 6.45%;
    }
    .maqe-list[data-type="11"] .box::before {
        /* vwだと編集画面であまりにも崩れすぎるので一旦全て％で統一 */
        /* 編集側でメディアクエリでの切り替え方法を変更した場合戻すことが可能 */
        /* width: 8.67vw;
        font-size: 7.25vw; */
        width: 8.67%;
        font-size: 200%;
    }

    /*============================================================
      CTA
    *============================================================*/
    /* 背景色　左：画像　右：キャッチコピー / 文章 / CTA
    ---------------------------------------- */
    .maqe-cta[data-type="04"] .image {
        width: 100%;
    }
    .maqe-cta[data-type="04"] .image img {
        width: 100%;
    }
        .maqe-cta[data-type="04"] .info .catch {
        text-align: center;
    }
    .maqe-cta[data-type="04"] .info .parts-btn {
        margin-left: auto;
    }
    /* 背景色　左：画像　右：キャッチコピー / CTA
    ---------------------------------------- */
    .maqe-cta[data-type="05"] .image {
        width: 100%;
    }
    .maqe-cta[data-type="05"] .image img {
        width: 100%;
    }
    .maqe-cta[data-type="05"] .info .catch {
        text-align: center;
    }
    .maqe-cta[data-type="05"] .info .parts-btn {
        margin-left: auto;
    }
    /* 番号リスト（画像あり）
    ---------------------------------------- */
    .maqe-list[data-type="09"] .image .icon {
        font-size: 14vw;
        display: block;
        width: 90px;
    }
    .maqe-list[data-type="09"] .image .icon.font-awesome-icon {
        font-size: 12vw;
        display: block;
        width: 90px;
        text-align: left;
        padding-left: 7px;
    }

    /*============================================================
      無料プラン吸着バナー
    *============================================================*/
    #bnr-forFreePlan a{
        padding:8px;
    }
    #bnr-forFreePlan .bnr-info {
        display:block;
    }
    #bnr-forFreePlan .bnr-info .bnr-info-text {
        text-align:center;
        font-size:12px;
        line-height:16px;
        margin-bottom:8px;
    }
    #bnr-forFreePlan .bnr-info-image{
        width:12px;
        margin-right: 4px;
    }
    #bnr-forFreePlan .bnr-info .bnr-info-button{
        width:100%;
        line-height:16px;
        margin:0;
    }
    #bnr-forFreePlan .bnr-info .bnr-info-button span {
        font-size:12px;
    }

    /*============================================================
      HTML/CSS埋め込み
    *============================================================*/
    /* 横幅指定あり
    ---------------------------------------- */
    .maqe-embed-html[data-type="01"] .inner {
        padding: 0 8px;
        margin: 0 auto;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
    }
    .maqe-embed-html[data-type="01"] iframe {
        width: 100%;
        max-width: 100%;
    }
    /* 横幅フル
    ---------------------------------------- */
    .maqe-embed-html[data-type="02"] {
        padding: 0 8px;
        margin: 0 auto;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
    }
    .maqe-embed-html[data-type="02"] iframe {
        width: 100%;
        max-width: 100%;
    }
}
