/* 全体 */
* {
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: #3d3d3d;
    font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-size: 24px;
}

body {
    width: 100%;
    background-color: #F2F9F5;
}

/* 文字の大きさ指定 */
p {
    font-size: 0.666rem;
}

h1 {
    height: 1.6rem;
    font-size: 1.333rem;
    font-family: "Kaisei Decol";
    text-align: left;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

h2 {
    font-size: 2rem;
    font-family: "Kaisei Decol";
    /* height: 58px; */
    text-align: justify;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 24px;
}

h3 {
    font-size: 1rem;
    /* height: 58px; */
    text-align: justify;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* コピーライト */
h4 {
    font-size: 0.5rem;
    text-align: center;
    margin-bottom: 10px;
    color: #3d3d3d;
    font-weight: lighter;
}

h5 {
    height: 1.6rem;
    font-size: 1.333rem;
    font-family: "Kaisei Decol";
    text-align: left;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

/* ナビゲーション li */
a {
    font-family: "Kaisei Decol";
    text-decoration: none;
    font-size: 0.8rem;
    text-align: center;
}

button {
    font-family: "Kaisei Decol";
    text-decoration: none;
    font-size: 0.5rem;
    text-align: center;
    border: none;
    background: transparent;
}


/* ヘッダー */
header {
    position: fixed;
    background-color: #EBD8DA;
    height: 80px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    z-index: 99;
}

.h1-parent {
    width: 80%;
    height: 1.6rem;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

header ul,
footer ul {
    height: 1.6rem;
    display: flex;
    list-style: none;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}


.menu {
    display: flex;
    justify-content: flex-end;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

main {
    height: auto;
    padding-top: 96px;
    margin-bottom: 80px;
}

.title p {
    font-size: 1rem;
    /* height: 58px; */
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 24px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

header ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.header-sub {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: center;
    width: 88%;
    flex-direction: column;
}

header li {
    align-items: center;
    text-align: center;
    display: flex;
    align-items: center;
}

header li p {
    margin-top: 10px;
    margin-bottom: 0px;
}

header div ul .link {
    font-size: 0.75rem;
}

header div ul .text {
    font-size: 0.666rem;
}

.text {
    padding-top: 8px;
}

.profile-link {
    color: #FFF;
    text-decoration: none;
    font-size: 0.75rem;
    /* 角丸に */
    border-radius: 15px;
    /* 影付け */
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.3);
    /* インラインブロック要素に変更 */
    display: inline-block;
    width: 284px;
    height: 34px;
    /* 文字を左右中央に */
    text-align: center;
    /* 文字を上下左右に */
    line-height: 34px;
    background-color: #2ca3a3;
}

.vector-icon {
    height: 36.14%;
    width: 2.69%;
    top: 33.69%;
    right: 0%;
    bottom: 30.17%;
    left: 97.31%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    padding-left: 16px;
    color: #3d3d3d;
}

/* 検索 */
.search,
.search2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: #fefffa;
    border: 1px solid #8b8b8b;
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.3);
    max-width: 1085px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin-top: 32px;
    margin-bottom: 32px;
    border-radius: 10px;
}

.accordion summary {
    cursor: pointer;
}

summary {
    padding-bottom: 10px;
}

form {
    padding-left: 10px;
    display: flex;
    flex-direction: row;
}



/* 検索のセレクトボックス */
.selectbox1,
.selectbox2,
.selectbox3,
.selectbox4 {
    /* 相対位置を指定 */
    position: relative;
}


.selectbox1::before,
.selectbox1::after,
.selectbox2::before,
.selectbox2::after,
.selectbox3::before,
.selectbox3::after,
.selectbox4::before,
.selectbox4::after {
    /* 絶対配置を指定 */
    position: absolute;
    /* 「:before」と「:after」擬似要素にコンテンツを挿入 */
    content: '';
    pointer-events: none;
}

/* プルダウンのvの表示 */
.selectbox1::after,
.selectbox2::after,
.selectbox3::after,
.selectbox4::after {
    /* 絶対配置を指定 */
    position: absolute;
    /* 上から64%の位置に設置 */
    top: 64%;
    /* 右から1remの位置に配置 */
    right: 1rem;
    /* translateは(横,縦)移動;、rotateは回転 */
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

select {
    /* デフォルトの値を消す */
    appearance: none;
    width: 6.66rem;
    height: 1.875rem;
    padding: 0.4rem 3rem 0.4rem 0.8rem;
    border: none;
    border-radius: 25px;
    background-color: #fefffa;
    color: #3d3d3d;
    font-size: 0.583rem;
    /* 枠内にカーソルが来たら指差しに変更 */
    cursor: pointer;
    margin-left: 15px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.3);
}

.selectbox {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.selectbox1::before {
    display: inline-block;
    right: 0;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0 25px 25px 0;
    background-color: #CFE9ED;
    position: absolute;
    /* 上から34%の位置に設置 */
    top: 34%;
}

/* クリックすると外枠を色付け */
.selectbox1 select:focus {
    outline: 2px solid #CFE9ED;
}

.selectbox2::before {
    display: inline-block;
    right: 0;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0 25px 25px 0;
    background-color: #EBD8DA;
    position: absolute;
    /* 上から34%の位置に設置 */
    top: 34%;
}

/* クリックすると外枠を色付け */
.selectbox2 select:focus {
    outline: 2px solid #EBD8DA;
}

.selectbox3::before {
    display: inline-block;
    right: 0;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0 25px 25px 0;
    background-color: #F1ECD8;
    position: absolute;
    /* 上から34%の位置に設置 */
    top: 34%;
}

/* クリックすると外枠を色付け */
.selectbox3 select:focus {
    outline: 2px solid #F1ECD8;
}

.selectbox4::before {
    display: inline-block;
    right: 0;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0 25px 25px 0;
    background-color: #d1dfcf;
    position: absolute;
    /* 上から34%の位置に設置 */
    top: 34%;
}

/* クリックすると外枠を色付け */
.selectbox4 select:focus {
    outline: 2px solid #d1dfcf;
}

/* 検索ボタンとリセットボタン */
.searchbox1 {
    line-height: 34px;
    display: flex;
    align-items: flex-end;
}

/* 検索ボタン */
.search-btn {
    font-size: 0.583rem;
    width: 90px;
    height: 34px;
    border: none;
    background-color: #DFD4E9;
    color: #3d3d3d;
    margin-left: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.3);
    /* 枠内にカーソルが来たら指差しに変更 */
    cursor: pointer;
    margin-bottom: 10px;
}

/* リセットボタン */
.reset-btn {
    font-size: 0.583rem;
    width: 80px;
    height: 24px;
    border: solid 1px #DFD4E9;
    text-decoration: none;
    background-color: #fefffa;

    color: #3d3d3d;
    padding: 0.1rem;
    margin-left: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.3);
    /* 枠内にカーソルが来たら指差しに変更 */
    cursor: pointer;
    margin-bottom: 10px;
    line-height: 24px;
    text-align: center;
}

.box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    max-width: 1085px;
    justify-content: space-around;
}

.item {
    background-color: rgba(249, 247, 249, 0.75);
    width: 282px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.thum {
    margin: 24px 5px;
    height: 150px;
    text-align: center;
}

.thum>img {
    max-width: 250px;
    /* トリミングせずに縦横比そのままで全体表示 */
    object-fit: contain;
}

.item p {
    text-align: left;
    margin-top: 10px;
    line-height: 1rem;
}

span {
    font-size: 0.5rem;
    width: 70px;
    height: 25px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    line-height: 25px;
}

.price-text {
    background-color: #d1dfcf;
}

.type-text {
    background-color: #CFE9ED;
}

.style-text {
    background-color: #EBD8DA;
}

.scene-text {
    background-color: #F1ECD8;
}

/* ダウンロードはこちら */
.dl-link {
    color: inherit;
    text-decoration: none;
    font-size: 0.666rem;
    border-radius: 15px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.3);
    width: 182px;
    height: 34px;
    display: inline-block;
    /* 文字を左右中央に */
    text-align: center;
    /* 文字を上下左右に */
    line-height: 34px;
    background-color: #DFD4E9;
    margin-top: 9%;
    margin-bottom: 5%;
    padding: 2px 10px;
}

/* トップへ戻るボタン */
html {
    scroll-behavior: smooth;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: #fefffa;
    border: solid 2px #DFD4E9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.3);
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

.menu2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 12%;
}

/* フッター */
footer {
    width: 100%;
    background-color: #EBD8DA;
    padding-bottom: 16px;
}

.footer-nav {
    padding-top: 32px;
    padding-left: 10%;
    display: flex;
    justify-content: space-between;
}

.footer-title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-title img {
    height: 3rem;
}

.icon-sns img {
    height: 32px;
    padding-top: 16px;
    padding-left: 16px;
}

.menu2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 12%;
}

header li {
    align-items: center;
    text-align: center;
    display: flex;
    align-items: center;
}

header li p {
    margin-top: 10px;
    margin-bottom: 0px;
}

/* ハンバーガー */
.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 80px;
    width: 80px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #EBD8DA;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #3d3d3d;
    position: absolute;
}

.menu-btn span:before {
    bottom: 8px;
}

.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

#menu-btn-check:checked~.menu-content {
    left: 21%;
    /*メニューを画面内へ*/
}

.menu-content {
    width: 253px;
    height: 370px;
    border-radius: 16px;
    position: fixed;
    top: 96px;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fefffa;
    transition: all 0.5s;
    /*アニメーション設定*/
}

.img-icon {
    max-width: 24px;
    white-space: nowrap;
    padding-right: 8px;
}

.comment {
    padding-top: 8px;
    padding-right: 64px;
    display: flex;
    align-items: center;
}

.menu-content ul {
    padding: 70px 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border: solid;
}

.menu-content ul li {
    list-style: none;
    display: block;
}

.div {
    position: relative;
    font-weight: 500;
    color: #dd8997;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 25.43px;
    flex-shrink: 0;
}

.div1 {
    position: relative;
    font-weight: 500;
    text-align: right;
    cursor: pointer;
}

.div2 {
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 25.43px;
    flex-shrink: 0;
    cursor: pointer;
}

.div4 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border-radius: 5px;
    background-color: #2ca3a3;
}

.div5 {
    position: absolute;
    height: 54.76%;
    width: 76.19%;
    top: 23.81%;
    left: 11.9%;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div3 {
    position: relative;
    width: 84px;
    height: 40px;
    cursor: pointer;
    color: #fff;
}

.nav {
    width: 169px;
    height: 216px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
}

.box1 {
    position: absolute;
    top: calc(50% - 110px);
    left: calc(50% - 94.5px);
    border-radius: 16px;
    background-color: #fefffa;
    border: 1px solid #8b8b8b;
    box-sizing: border-box;
    height: 264px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 10px;
}

.h4 {
    position: absolute;
    top: calc(50% - 154px);
    left: calc(50% - 47.5px);
    font-size: 1rem;
    font-weight: 500;
}

.nav-p {
    position: relative;
    width: 189px;
    height: 308px;
}

.box {
    position: relative;
    border-radius: 16px;
    background-color: #fefffa;
    border: 1px solid #8b8b8b;
    box-sizing: border-box;
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    padding: 28px 28px;
    text-align: center;
    font-size: 0.666rem;
    color: #3d3d3d;
    font-family: 'Kaisei Decol';
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 0.666rem;
    box-sizing: border-box;
    color: #3d3d3d;
    text-decoration: none;
    position: relative;
}

li {
    padding-right: 32px;
}

.menu-content ul li {
    font-size: 0.666rem;
}

.pink {
    color: #dd8997;
}

.inquiry {
    width: 110px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    background: #2ca3a3;
    border-radius: 5px;
    border: none;
    font-family: 'Kaisei Decol';
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* スマホメニュー内 */
.div-s {
    position: relative;
    font-weight: 500;
    color: #dd8997;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25.43px;
    flex-shrink: 0;
    font-family: 'Kaisei Decol';
    font-size: 20px;
}

.box1-s a {
    font-size: 16px;
}

.div1-s {
    position: relative;
    font-weight: 500;
    text-align: right;
    cursor: pointer;
    font-family: 'Kaisei Decol';
    color: #3d3d3d;
}

.div2-s {
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 25.43px;
    flex-shrink: 0;
    cursor: pointer;
    font-family: 'Kaisei Decol';
    color: #3d3d3d;
}

.div4-s {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border-radius: 5px;
    background-color: #2ca3a3;
}

.div5-s {
    position: absolute;
    height: 54.76%;
    width: 76.19%;
    top: 23.81%;
    left: 11.9%;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Kaisei Decol';
    color: #fff;
}

.inquiry2 {
    width: 110px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    border-radius: 5px;
    border: none;
    font-family: 'Kaisei Decol';
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div3-s {
    position: relative;
    width: 84px;
    height: 40px;
    cursor: pointer;
    color: #fff;
}

.nav-s {
    width: 169px;
    height: 216px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
}

.box1-s {
    position: absolute;
    top: calc(50% - 110px);
    left: calc(50% - 94.5px);
    border-radius: 16px;
    background-color: #ffffff;
    border: 1px solid #8b8b8b;
    box-sizing: border-box;
    height: 264px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 10px;
}

.h4-s {
    position: absolute;
    top: calc(50% - 154px);
    left: calc(50% - 47.5px);
    font-size: 24px;
    font-weight: 500;
    font-family: 'Kaisei Decol';
    color: #3d3d3d;
}

.nav-p-s {
    position: relative;
    width: 189px;
    height: 308px;
    display: flex;
}

.box-s {
    position: relative;
    border-radius: 16px;
    background-color: #fefffa;
    border: 1px solid #8b8b8b;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 31px 32px;
    text-align: center;
    font-size: 0.666rem;
    color: #3d3d3d;
    font-family: 'Kaisei Decol';
}


/* スマホの表示 */
@media screen and (max-width: 1024px) {

    .scroll {
        display: none;
    }

    /* ナビの非表示 */
    .menu,
    .menu2 {
        display: none;
    }

    * {
        font-size: 16px;
    }

    .container {
        flex-direction: column;
    }

    .section1 {
        padding: 96px 0px 16px 0px;
    }

    .section {
        padding: 16px 0px;
    }

    .section2 {
        padding: 16px 0px 32px 0px;
    }

    .btm {
        margin-top: 16px;
        height: 42px;
        width: 256px;
    }

    .btm a {
        font-size: 16px;
    }

    h3 {
        font-size: 1.333rem;
        padding-bottom: 16px;
    }

    .p_about,
    .p_concept,
    .p_work,
    .p_template {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .p1,
    .p2,
    .p3,
    .p4 {
        margin-left: 8px;
        width: 100%;
    }

    .img {
        padding-top: 16px;
        width: 30%;
    }

    .about,
    .concept,
    .work,
    .template {
        padding: 24px;
    }

    .inquiry {
        font-size: 16px;
    }
}

/* PCのみ */
@media screen and (min-width: 1025px) {

    /* ハンバーガーボタン */
    .hamburgerMenu {
        display: none;
        /*1025px以上では使用しない */
    }

    /* 検索ボックス */
    .search2 {
        display: none;
    }

    /* 改行しない */
    .kaigyo {
        display: none;
    }
}

/* タブレット・スマホ用スタイル */
@media screen and (max-width:900px) {

    #container {
        width: 80%
    }

    .mayumaru-img {
        width: 257px;
        height: 80px;
    }

    .creator-img {
        width: 103px;
        height: 41px;
    }

    hr {
        margin-top: -18px;
    }

    header ul {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .header-sub {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .profile-link {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 1rem;
        border-radius: 15px;
        box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.3);
        display: inline-block;
        max-width: 90%;
    }

    main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .creator-link {
        color: inherit;
        text-decoration: none;
        font-size: 0.8rem;
        border-radius: 15px;
        box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.3);
        display: inline-block;
        width: 235px;
        height: 25px;
        line-height: 25px;
    }

    .text {
        font-size: 0.8rem;
    }

    h1 {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 1.333rem;
        padding-bottom: 16px;
    }

    h3 {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 10px;
    }

    .search {
        display: none;
        /* margin: 10px;
        padding: 0px; */
    }

    .search2 {
        margin: 32px 10px 24px 10px;
        padding: 10px 0px 0px 0px;
        width: 288px;
    }

    .header ul {
        display: flex;
        justify-content: space-around;
        padding-top: 0px;
    }

    .header-sub li {
        margin-bottom: 0px;
        padding-right: 0%;
        font-size: 24px;
    }

    .header-sub {
        padding-bottom: 0px;
    }

    .comment {
        padding-right: 64px;
    }

    .container li {
        margin-bottom: 25px;
    }

    form {
        padding-left: 10px;
        display: block;
        flex-direction: row;
        /* チェック！ */
    }

    /* .accordion {
        max-width: 900px;
        margin-bottom: 7px;
    }

    .accordion summary::-webkit-details-marker {
        display: none;
    }

    .accordion[open] summary::after {
        transform: rotate(225deg);
    } */

    .accordion p {
        margin: 0;
        padding-top: 12px;
        color: #3d3d3d;
        transition: transform .5s, opacity .5s;
    }

    /* .accordion[open] p {
        transform: none;
        opacity: 1;
    } */

    .selectbox {
        display: block;
        text-align: center;
    }

    .selectbox1,
    .selectbox2,
    .selectbox3,
    .selectbox4 {
        text-align: center;
        margin-bottom: 10px;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        /* line-height: 47px; */
    }

    .selectbox1::before,
    .selectbox2::before,
    .selectbox3::before,
    .selectbox4::before {
        top: 0%;
    }

    .selectbox1::after,
    .selectbox2::after,
    .selectbox3::after,
    .selectbox4::after {
        top: 47%;
    }

    .searchbox {
        width: 100%;
        margin: 20px auto;
        text-align: center;
        margin: 10px auto;
        justify-content: center;
    }

    .item {
        width: 280px;
        margin-left: 0px;
        margin-bottom: 10px;
        padding: 20px;
        text-align: center;
    }

    .item p {
        font-size: 0.8rem;
        text-align: left;
        margin-left: 6px;
        margin-top: 10px;
    }


    .box {
        margin-left: 0px;
        justify-content: space-evenly;
    }

    .thum {
        margin: 6px 0px;
        max-height: 150px;
        text-align: center;
    }

    span {
        margin-right: 5px;
        font-size: 0.666rem;
    }

    .dl-link {
        font-size: 0.8rem;
        margin-top: 16px;
        margin-bottom: 8px;
        width: 182px;
        padding: 0%;
    }

    .icon-sns img {
        height: 24px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
    }

    .footer-nav {
        padding-top: 32px;
        display: flex;
        justify-content: center;
        padding-left: 0%;
    }
}

.field {
    justify-content: space-evenly;
    display: flex;
    align-items: flex-end
}

.field p,
.field a {
    font-size: 0.6rem;
}