@charset "utf-8";
/*ローカルフォント*/
@font-face {
    font-family: "NotoSansJP";
    src: url("font/NotoSansJP-Regular.otf") format("opentype");
    font-weight: normal;
}
@font-face {
    font-family: "NotoSansJP";
    src: url("font/NotoSansJP-Bold.otf") format("opentype");
    font-weight: bold;
}
@font-face {
    font-family: "cassannet";
    src: url("font/Cassannet_Plus_Regular.otf") format("opentype");
}
@font-face {
    font-family: "websymbol";
    src: url("font/WebSymbols-Regular.otf") format("opentype");
}

/*初期設定*/
html {
    font-size: 62.5%;
    font-family: 'Hiragino Sans', 'NotoSansJP', 'Meiryo', sans-serif;
    font-weight: normal;
    color: #333333;
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
table,
th,
td {
    border: 2px solid #111111;
    border-collapse: collapse;
}
newline {
    display: none;
}
/*色指定*/
.iro_r {
    color: #ff0000;
}
.bg_iro_g {
    background-color: #dddddd;
}
/*フォント指定*/
p { font-size: 2.0rem; }
.fs56 { font-size: 5.6rem; }
.fs40 { font-size: 4.0rem; }
.fs28 { font-size: 2.8rem; }
.fs24 { font-size: 2.4rem; }
.fs20 { font-size: 2.0rem; }
.fc_w { color: #ffffff; }
.fc_r { color: #ff0000; }

.wrap {
    width: 100%;
    margin: 0 auto;
    padding: 15rem 0 0 0;
    text-align: center;
}
.headline {
    display: inline-block;
    padding: 0 0 5.8rem 0;
    border-bottom: 2px solid #333333;
}
/*お問合せへ移動*/
.jamp_wrap {
    margin: 15.0rem auto;
}
.btn {
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
}
.jamp_inquiry {
    overflow: hidden;
    padding: 1.5rem 6rem;
    color: #ffffff;
    background: #333333;
}
.btn_text {
    position: relative;
    display: inline;
}
.jamp_inquiry:before {
    position: absolute;
    top: 0;
    left: 3.0rem;
    width: 120%;
    height: 200%;
    content: '';
    transition: all .5s ease-in-out;
    transform: translateX(-8.6%) translateY(21.7%) rotate(-9.2deg);
    background: #000000;
}
.jamp_inquiry:hover:before {
    transform: translate(0,100%) rotate(-9.2deg);
}
.jamp_inquiry:hover {
    text-shadow: 0 0 0.5rem #93c2eb;
    }
/*トップへ移動*/
.jamp_top {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 999;
    cursor: pointer;
    border-radius: 1.0rem;
}
.jamp_top:hover:before {
    opacity: 0.9;
}
.jamp_top::before {
    content: ":";
    font-family: websymbol;
    color: #333333;
    opacity: 0.5;
    font-size: 8.0rem;
    transition: 0.5s;
}
/*ヘッダー*/
header {
    max-width: 1260px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#header_name {
    line-height: 15rem;
    font-size: 4.4rem;
    font-family: cassannet;
}
.top_a:link,
.top_a:visited,
.top_a:hover,
.top_a:active {
	color: inherit;
}
h1 {
    height: 13rem;
    margin: 2.0rem 0 0 0;
    font-size: 2.0rem;
    line-height: 1.5em;
}
/*introduction_1st*/
#introduction_1st {
    width: 100%;
    padding: 0 0 25rem 0;
    border-top: 10px solid #ff0000;
    border-bottom: 10px solid #ff0000;
    background-image: url("image/introduction_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
}
.intro1_h2 {
    display: inline-block;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}
.intro1_h2 span {
    font-size: 14.4rem;
    vertical-align:-15%;
}
.intro1_p {
    font-weight: bold;
    margin: 10.4rem 0 0 0;
    color: #ffffff;
}
.intro1_ul {
    counter-reset: int1;
}
.intro1_li::before {
    position: absolute;
    width: 9.5rem;
    top: 0px;
    left: 0px;
    padding: 0.5rem 0 10.0rem 0.5rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
    background-color: #333333;
    color: #ffffff;
    counter-increment: int1;
    content: "0"counter(int1);
    font-family: cassannet;
    font-size: 4.2rem;
}
.intro1_li {
    position: relative;
    overflow: hidden;
    max-width: 940px;
    width: 75%;
    padding: 2.5rem 0 2.5rem 10.0rem;
    text-align: left;
    margin: 3.6rem auto;
    font-weight: bold;
    background-color: #ffffff;
}
/*introduction_2nd*/
#introduction_2nd_contents {
    position: relative;
    text-align: left;
    max-width: 1260px;
    width: 85%;
    margin: 13.5rem auto 0;
}
.intro2_h3::before {
    display: inline-block;
    width: 5.4rem;
    height: 5.4rem;
    line-height: 5.4rem;
    vertical-align:-20%;
    border-radius: 50%;
    content: "!";
    background-color: #ff0000;
    color: #ffffff;
    font-size: 4.8rem;
    text-align: center;
    margin: 0 1.6rem 0 0;
}
.intro2_wrap {
    max-width: 850px;
    width: 65%;
}
.intro2_p {
    display: inline-block;
    margin: 0 0 2.0rem 0;
    border-bottom: 2px solid #ff0000;
}
.intro2_ul {
    margin: 0 0 9.0rem 0;
}
.intro2_li {
    margin: 2.2rem 0;
}
.intro2_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    background-image: url("./image/WEB_Design_01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.intro2_img::before {
    display: block;
    content: " ";
    padding-top: 108%;
}
/*development_1st*/
#development_1st {
    width: 100%;
    margin: 6.0rem 0 0 0;
    padding: 7.0rem 0 9.0rem 0;
    background-image: url("image/development_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
}
.devel1_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    counter-reset: dev1;
    max-width: 1560px;
    width: 90%;
    margin: 7.0rem auto 0;
}
.devel1_li::before {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 9.0rem;
    padding: 0.5rem 0 10rem 0.5rem;
    clip-path: polygon(0 0, 100% 0, 55% 100%, 0% 100%);
    background-color: #333333;
    color: #ff0000;
    counter-increment: dev1;
    content: "0"counter(dev1);
    font-family: cassannet;
    font-size: 4.2rem;
}
.devel1_li {
    position: relative;
    overflow: hidden;
    width: 40%;
    min-width: 550px;
    padding: 1rem 0 2rem 10.0rem;
    text-align: left;
    margin: 0.5rem 2.0rem 0;
    background-color: #ffffff;
}
/*development_2nd*/
.devel2_ul {
    counter-reset: dev2;
}
.devel2_li {
    padding: 6.5rem 0;
}
.devel2_flag::before {
    display: block;
    width: 180px;
    font-size: 13.0rem;
    color: #ff0000;
    counter-increment: dev2;
    content: "0"counter(dev2);
    font-family: cassannet;
}
.devel2_flag {
    display: flex;
    align-content: center;
    vertical-align: middle;
    max-width: 1560px;
    width: 85%;
    margin: 0 auto;
}
.devel2_part_wrap {
    display: block;
    align-self: center;
    text-align: left;
    padding: 0 0 0 0.5rem;
}
.devel2_part_p {
    font-weight: bold;
    border-bottom: 2px solid #ff0000;
    margin: 0 0 1.0rem 0;
}
.devel2_content {
    display: flex;
    max-width: 1560px;
    width: 85%;
    margin: 0 auto;
    box-sizing: border-box;
}
.devel2_spacer {
    display: block;
    max-width: 167.5px;
    width: 13.2vw;
    flex-shrink: 0;
}
.devel2_content_p {
    width: 40%;
    text-align: left;
    margin: 0 12.5px;
}
.devel2_content_img {
    width: 40%;
    text-align: center;
    margin: 0 12.5px;
}
.devel2_content_img img{
    width: 100%;
}
.reverse {
    flex-direction : row-reverse;
}
/*twist*/
#twist {
    width: 100%;
    padding: 15.0rem 0;
    border-top: 10px solid #777777;
    border-bottom: 10px solid #777777;
    background-image: url("./image/WEB_Design_02.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
}
.twist_headline {
    position: relative;
    display: inline-block;
    color: #ff0000;
    padding: 0 0 5.8rem 0;
    border-bottom: 2px solid #ffffff;
}
.twist_headline::after {
    position: absolute;
    top: -50%;
    left: 105%;
    content: "/";
    color: #ff0000;
    font-family: websymbol;
    font-size: 15.0rem;
    float: right;
}
.twist_p {
    max-width: 1260;
    width: 80%;
    margin: 9.0rem auto 0;
    font-weight: bold;
    color: #ffffff;
    line-height: 2em;
}
/*conclusion*/
.concl_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1260px;
    width: 80%;
    margin: 7.0rem auto 15.0rem;
}
.concl_li {
    margin: 1.2rem 1.0rem;
    max-width: 400px;
    width: 30%;
}
.concl_li_circle {
    position: relative;
    width: 100%;
    border-radius: 50%;
    border: 1px solid #111111;
}
.concl_li_circle::before {
    display: block;
    content: " ";
    padding-top: 100%;
}
.concl_img1,
.concl_img2,
.concl_img3 {
    position: absolute;
    top: 10%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 60%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.concl_img1::before,
.concl_img2::before,
.concl_img3::before {
    display: block;
    content: " ";
    padding-top: 100%;
}
.concl_img1 {
    background-image: url("./image/WEB_Design_04.png")
}
.concl_img2 {
    background-image: url("./image/WEB_Design_05.png")
}
.concl_img3 {
    background-image: url("./image/WEB_Design_06.png")
}
.concl_li_h3 {
    position: absolute;
    top: 73%;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 2.8rem;
}
.concl_li_p {
    text-align: left;
    margin: 2.0rem 0 0 0;
}
.concl_content_p {
    max-width: 1260px;
    width: 80%;
    text-align: left;
    margin: 0 auto;
    line-height: 2em;
}
/*area_1st*/
#area_1st {
    background-color: #dddddd;
    padding: 1px 0 1px 0;
    width: 100%;
}
.area_wrap {
    max-width:1260px;
    width: 80%;
    margin: 0 auto;
}
.area_headline {
    margin: 11.5rem auto 0;
    padding: 0 0 5.8rem 0;
    border-bottom: 3px solid #ff0000;
}
.triangle {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin: -0.2rem auto 8.0rem;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #ff0000;
    content: " ";
}
.area_dl {
    margin: 0 auto;
}
.area_dd {
    margin: 0 0 2.4em 0;
}
.area_img {
    width: 79%;
    margin: 8.0rem auto 0;
    background-image: url("./image/WEB_Design_07.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.area_img::before {
    display: block;
    content: " ";
    padding-top: 108%;
}
/*plan*/
.plan_table_wrap {
    max-width: 1260px;
    width: 90%;
    margin: 10.0rem auto 3.0rem;
    display: flex;
    justify-content: space-between;
}
.plan_table {
    width: 32%;
    max-width: 425px;
    margin: 5.0rem 0;
}
.plan_th_type {
    padding: 1.6rem 0;
    background-color: #ff0000;
    color: #ffffff;
}
.plan_th_fee {
    padding: 1.6rem 0;
    background-color: #333333;
    color: #ffffff;
}
.plan_td {
    height: 15.0rem;
    font-weight: bold;
    padding: 0 0 0 0.5rem;
}
.plan_cont {
    font-weight: normal;
}
.text_in_p {
    text-indent: 1rem;
}
.text_in_m {
    text-indent: -1rem;
}
.plan_wrap {
    display: flex;
}
.plan_ans {
    display: block;
    flex-shrink: 0;
    width: 1.2em;
}
.maru,
.sankaku,
.batu {
    display: block;
    position: relative;
}
.maru::after,
.sankaku::after,
.batu::after {
    content: " ";
    position: absolute;
    z-index: 10;
}
.maru::before,
.sankaku::before,
.batu::before {
    position: absolute;
    content: " ";
    background: #ff0000;
    width: 100%;
    z-index: 5;
}
.maru::after {
    width: 70%;
    padding-top: 70%;
    border-radius: 50%;
    top: 1.8rem;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
}
.maru::before {
    top: 1.8rem;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 100%;
    border-radius: 50%;
}
.sankaku::after {
    width: 60%;
    padding-top: 60%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 40%);
    clip-path: polygon(50% 6.7%, 0 93.3%, 100% 93.3%);
    background: #ffffff;
}
.sankaku::before {
    padding-top: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    clip-path: polygon(50% 6.7%, 0 93.3%, 100% 93.3%);
}
.batu::after {
    top: 1.5rem;
    left: 0;
    width: 100%;
    padding-top: 15%;
    background: #ff0000;
    transform: rotate(-45deg);
}
.batu::before {
	top: 1.5rem;
    left: 0px;
    padding-top: 15%;
    transform: rotate(-135deg);
}
.plan_term {
    text-align: center;
    font-weight: normal;
}
.plan_p {
    width: 80%;
    font-weight: bold;
    margin: 0 auto 14.0rem;
}
/*inquiry*/
#inquiry {
    width: 100%;
    background-color: #dddddd;
    padding: 15.0rem 0;
}
.inquiry_wrap {
    width: 80%;
    margin: 0 auto;
    padding: 5.0rem 0 10.0rem;
    background-color: #ffffff;
}
.inqui_headline {
    font-weight: bold;
    text-align: center;
}
.inqui_p {
    max-width: 620px;
    width: 85%;
    margin: 0 auto;
}
.inqui_form {
    display: table;
    max-width: 960px;
    width: 77%;
    margin: 4.0rem auto 10.0rem;
    font-family: inherit;
}
.inqui_dl {
	display:table-row;
    flex-wrap: wrap;
    width: 100%;
    margin: 4.0rem auto;
}
.inqui_dt {
    display:table-cell;
    width: 45%;
    padding: 2.5rem 0;
    font-weight: bold;
    text-align: center;
    background-color: #dddddd;
}
.ver_al_m {
    vertical-align: middle;
}
.inqui_coution {
    float: right;
    padding: 0 2.0rem;
    margin: 0 0.5rem 0 0 ;
    text-align: center;
    border-radius: 0.5rem;
}
.required {
    background-color: #ffffff;
    color: #ff0000;
    border: 2px solid #ff0000;
}
.any {
    background-color: #ffffff;
    color: #00a0e9;
    border: 2px solid #00a0e9;
}
.inqui_dd {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 0.5rem;
}
.inqui_dt_text {
    display: table-cell;
}
.input {
    width: 95%;
    border: 2px solid #111111;
    padding: 0 0 0 0.5rem;
    margin: 0 0 0 0.5rem;
    font-family: inherit;
}
#name,
#kana,
#company,
#bureau,
#address,
#location,
#tel,
#mail,
#mail_check {
    height: 2em;
}
#detail {
    height: 12em;
    margin: 1.8rem 0 0 0.5rem;
}
.n_enter {
    margin: -0.3rem 0 0 1rem;
}
.submit_inp,
.submit_a,
.submit_b {
    padding: 1.5rem;
    display: block;
    margin: 10px auto;
    font-weight: bold;
    text-align: center;
    border-radius: 1rem;
    transition: all 0.3s;
    background-color: #ffffff;
}
.submit_inp {
    width: 280px;
    color: #ff0000;
    border: 2px solid #ff0000;
}
.submit_inp:hover {
    background-color: #ff0000;
    color: #ffffff;
}
.submit_a {
    width: 245px;
    color: #00a0e9;
    border: 2px solid #00a0e9;
}
.submit_a:hover {
    background-color: #00a0e9;
    color: #ffffff;
}
.submit_b {
    width: 245px;
    color: #ff0000;
    border: 2px solid #ff0000;
}
.submit_b:hover {
    background-color: #ff0000;
    color: #ffffff;
}
/*qanda*/
.qanda_headline {
    font-family: cassannet;
    font-size: 6.0rem;
}
.and {
    font-family: NotoSansJP;
}
.qanda_dl {
    max-width: 1260px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
}
.qanda_dt {
    display: flex;
    margin: 5.0rem 0 0 0;
}
.qanda_dd {
    display: flex;
    padding: 0 0 5.0rem 0;
}
.dd_border {
    border-bottom: 2px solid #1d50a2;
}
.balloon_q,
.balloon_a {
    position: relative;
    display: block;
    margin: 0.2em 1.5rem 0.2em 0;
    padding: 0 0.5rem;
    width: 9.0rem;
    height: 9.0rem;
    line-height: 9.0rem;
    text-align: center;
    font-size: 6.0rem;
    border-radius: 50%;
    box-sizing: border-box;
    color: #ffffff;
    font-family: cassannet;
    flex-shrink: 0;
}
.balloon_q::before,
.balloon_a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2.5rem;
    margin-top: -1.5rem;
    border: 1.5rem solid transparent;
    z-index: 0;
    vertical-align: -0.2em;
    flex-shrink: 0;
}
.balloon_q {
    background: #111111;
}
.balloon_q::before {
    border-left: 1.5rem solid #111111;
}
.balloon_a {
    background: #ff0000;
}
.balloon_a::before {
    border-left: 1.5rem solid #ff0000;
}
.qanda_wrap {
    align-self: center;
}
.qq {
    font-weight: bold;
}
/*area_2nd*/
#area_2nd {
    margin: 10.0rem 0 0 0;
    background-image: url("./image/WEB_Design_03.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    color: #ffffff;
}
.area2_wrap {
    padding: 1px 0;
    max-width: 1260px;
    width: 80%;
    margin: 0 auto;
}
/*footer*/
.footer_wrap {
    text-align: center;
    width: 100%;
    background-color: #111111;
    color: #ffffff;
    padding: 0 0 5.0rem 0;
}
.footer_t{
    padding: 5.0rem 0 0 0;
}
.footer_logo::before {
    display: inline-block;
    content:" ";
    width: 62px;
    height: 56px;
    vertical-align: -20%;
    background-image: url("./image/WEB_Design_08.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}
.footer_at {
    width: 100%;
    padding: 0.5rem 0 1.5rem 0;
    color: #0000cc;
    text-align: center;
}



/*confirm*/
.confirm_wrap {
    width: 100%;
    padding: 10.0rem 0;
    background: #dddddd;
    border-top: 10px solid #ff0000;
}
.submit_wrap {
    max-width: 1260px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.tac {
    text-align: center;
}
/*send*/
.send_wrap {
    width: 100%;
    padding: 10.0rem 0;
    background: #dddddd;
    border-top: 10px solid #ff0000;
}
.send_message_wrap {
    max-width: 1260px;
    margin: 0 auto;
    width: 80%;
}
.send_title {
    width: 100%;
    margin: 0 auto 3.0rem;
    text-align: center;
}
.send_message {
    width: 100%;
    margin: 0 auto 2rem;
}
.send_note {
    max-width: 1260px;
    width: 80%;
    margin: 5rem auto;
    border: 2px solid #ff0000;
    background: #ffffff;
    padding: 1.0rem;
}
/*メディアクエリ*/
@media screen and (max-width: 1260px) {
    .twist_headline {
        font-size: 4.8rem;
    }
    .twist_headline::after {
        font-size: 10.0rem;
        top: -30%;
    }
}
@media screen and (max-width: 960px) {
    /*　画面が960px以下　*/
    html { font-size: 56%; }
    .fs56 { font-size: 3.2rem; }
    .fs40 { font-size: 3.0rem; }
    .fs28 { font-size: 2.4rem; }
    .intro2_wrap {
        width: 100%;
    }
    .intro2_img::before {
        display: none;
    }
    .devel1_li {
        min-width: 350px;
    }
    .devel2_flag::before {
        width: auto;
    }
    .devel2_content {
        padding: 0 0 0 11.0rem;
    }
    .concl_ul {
        display: block;
    }
    .concl_li {
        margin: 5rem auto;
        width: 80%;
    }
    .plan_td {
        height: 12.0rem;
    }
    .inqui_dt {
        padding: 2rem 0.5rem;
    }
    .newline {
        display:block;
    }
    .reverse {
        flex-direction : row;
    }
    .devel2_content {
        flex-direction: column;
        padding: 0 0 0 18.0rem;
    }
    .devel2_spacer {
        display: none;
        margin: 18.0rem;
    }
    .devel2_content_img {
        order: 1;
        width: 100%;
        margin: 0;
    }
    .devel2_content_p {
        order: 2;
        width: 100%;
        margin: 1.0rem 0;
    }
    .twist_headline::after {
        font-size: 4.0rem;
        top: -5%;
    }
    .plan_table_wrap {
        display: block;
    }
    .plan_table {
        width: 80%;
        max-width: none;
        margin: 5.0rem auto;
    }
    .inqui_dl {
        display: block;
        margin: 0 auto;
    }
    .inqui_dt,
    .inqui_dd {
        display: block;
        margin: 0.5rem 0;
        width: 85%;
    }
    .inqui_dt {
        padding: 2rem;
        text-align: left;
        line-height: 2rem;
    }
    .input {
        width: calc(100% + 4rem);
        margin: 0 0 1rem -0.5rem;
        padding: 0 0 0 0.3rem;
    }
    .inqui_coution {
        float: none;
        margin: 1rem;
        padding: 0 0.8rem;
    }
    .n_enter {
        margin: -1.3rem 0 1rem 0;
    }
    #detail {
        margin: 0 0 1rem -0.5rem;
    }
    .line_c {
        display: none;
    }
}
@media screen and (max-width: 520px) {
    /*　画面が520px以下　*/
    h1 { font-size: 1.4rem; }
    #header_name { font-size: 3.2rem; }
    .intro1_h2 span { font-size: 5rem; }
    .fs56 { font-size: 2.2rem; }
    .fs40 { font-size: 2.0rem; }
    .fs28 { font-size: 1.8rem; }
    .fs24 { font-size: 1.5rem; }
    .fs20 { font-size: 1.4rem; }
    .intro1_li {
        width: 65%;
    }
    .devel1_li {
        width: 100%;
        min-width: 0px;
    }
    .devel2_flag::before {
        font-size: 10rem;
    }
    .devel2_content {
        padding: 0 0 0 8.0rem;
    }
    .twist_headline::after {
        font-size: 3.0rem;
        top: -1%;
        left: 102%;
    }
    .plan_td {
        height: 10.0rem;
    }
    .maru::after,
    .maru::before {
        top: 1.2rem;
    }
    .batu::after,
    .batu::before {
        top: 1.0rem;
    }
    .balloon_q,
    .balloon_a {
        width: 6.0rem;
        height: 6rem;
        line-height: 6rem;
        font-size: 3.5rem;
    }
    .btn_wrap {
        display: block;
    }
    .submit {
        margin: 0.5rem auto;
    }
}
