@charset "UTF-8";

/* reset css
---------------------------------------------------------------------------- */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: bottom;
    background: transparent;
}

body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/* common class
---------------------------------------------------------------------------- */
* {
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #45230b;
    display: block;
    font-family: 'Kiwi Maru', serif;
    /* 300 400 500 */
    font-size: 18px;
    padding: 0;
    width: 100%;
}

@media screen and (max-width:767px) {
    body {
        font-size: 4.26vw;
    }
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity .3s;
}

a:hover {
    opacity: .7;
    transition: .3s ease;
}

img {
    max-width: 100%;
    margin: 0px;
}

ul li,
ol li {
    list-style-type: none;
}

@media screen and (min-width:768px) {
    .pc-none {
        display: none !important;
    }
}

@media screen and (max-width:767px) {
    .sp-none {
        display: none !important;
    }
}



/* css parts
---------------------------------------------------------------------------- */
.inner-wide {
    margin: 0 auto;
    width: 1200px;
}

@media screen and (max-width:767px) {
    .inner-wide {
        margin: 0 auto;
        width: 100%;
    }
}

.inner {
    margin: 0 auto;
    width: 1000px;
}

@media screen and (max-width:767px) {
    .inner {
        margin: 0 auto;
        padding: 0 5.33vw;
        width: 100%;
    }
}

.link-box a {
    align-items: center;
    background: #f74e5e url("../../images/arr_order.png") right 42px center /22px auto no-repeat;
    border-radius: 42px;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    height: 84px;
    justify-content: center;
    margin: 0 auto;
    width: 430px;
}

@media screen and (max-width:767px) {
    .link-box a {
        background: #f74e5e url("../../images/arr_order.png") right 6.4vw center /3.46vw auto no-repeat;
        border-radius: 7.33vw;
        font-size: 5.06vw;
        height: 14.66vw;
        width: 80vw;
    }
}

.link-box2 a {
    align-items: center;
    background: #51290e url("../../images/arr_go.png") right 42px center /22px auto no-repeat;
    border-radius: 42px;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    height: 84px;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 60px;
    width: 430px;
}

@media screen and (max-width:767px) {
    .link-box2 a {
        background: #51290e url("../../images/arr_go.png") right 6.4vw center /3.46vw auto no-repeat;
        border-radius: 7.33vw;
        font-size: 5.06vw;
        height: 14.66vw;
        width: 80vw;
    }
}

.link-box3 a {
    align-items: center;
    background: #51290e url("../../images/arr_go.png") right 40px center /20px auto no-repeat;
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    height: 68px;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 60px;
    width: 720px;
}

@media screen and (max-width:767px) {
    .link-box3 a {
        background: #51290e url("../../images/arr_go.png") right 4.8vw center /4.8vw auto no-repeat;
        border-radius: 2vw;
        font-size: 4.8vw;
        height: 24.66vw;
        width: 90vw;
        text-align: center;
        line-height: 5.8vw;
    }
}

.generic-box {
    margin: 20px auto 60px;
}

.link-box.detail a {
    align-items: center;
    background: #f8d14a url("../../images/arr_detail.png") right 28px center /14px auto no-repeat;
    border-radius: 32px;
    color: #51290e;
    font-size: 26px;
    height: 68px;
    margin: 0 auto;
    width: 320px;
}

@media screen and (max-width:767px) {
    .link-box.detail a {
        background: #f8d14a url("../../images/arr_detail.png") right 28px center /14px auto no-repeat;
        border-radius: 7.33vw;
        font-size: 5.06vw;
        height: 14.66vw;
        width: 72vw;
    }
}

.sec-title h2 {
    position: relative;
    font-size: 36px;
    margin-bottom: 25px;
}

.sec-title h2::before {
    position: absolute;
    top: -24px;
    left: 120px;
    content: '';
    background: url("../../images/img_title_left.png") top left no-repeat;
    background-size: contain;
    width: 120px;
    height: 104px;
}

.sec-title h2::after {
    position: absolute;
    top: -24px;
    right: 120px;
    content: '';
    background: url("../../images/img_title_right.png") top left no-repeat;
    background-size: contain;
    width: 120px;
    height: 104px;
}

@media screen and (max-width:767px) {
    .sec-title h2 {
        position: relative;
        font-size:5.6vw;
        margin-bottom: 3vw;
    }

    .sec-title h2::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background: url("../../images/img_title_left.png") top left no-repeat;
        background-size: contain;
        width: 16vw;
        height: 13.866vw;
    }

    .sec-title h2::after {
        position: absolute;
        top: 0;
        right: 0;
        content: '';
        background: url("../../images/img_title_right.png") top left no-repeat;
        background-size: contain;
        width: 16vw;
        height: 13.866vw;
    }

    .sec-title img {
        width: 48vw;
        text-align: center;
    }
}

/* （共通）商品お届けまでの流れ
---------------------------------------------------------------------------- */
.order-flow-wrap {
    margin-bottom: 60px;
}

@media screen and (max-width:767px) {
    .order-flow-wrap {
        margin-bottom: 13.33vw;
    }
}

.order-flow-wrap dl {
    align-items: center;
    background: #fdf2d1;
    border: 4px solid #fff;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, .1);
    display: flex;
    height: 90px;
    margin-left: 47px;
    padding: 0 0 0 60px;
    position: relative;
}

@media screen and (max-width:767px) {
    .order-flow-wrap dl {
        align-items: flex-start;
        border: .53vw solid #fff;
        border-radius: 2.4vw;
        box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .1);
        height: auto;
        margin-left: 0;
        padding: 8.66vw 3.73vw 2.66vw;
    }
}

.order-flow-wrap dl dt {
    align-items: center;
    border-radius: 23px;
    color: #fff;
    display: flex;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Barlow', sans-serif;
    justify-content: center;
    height: 46px;
    margin-right: 16px;
    width: 46px;
}

@media screen and (max-width:767px) {
    .order-flow-wrap dl dt {
        align-items: center;
        border-radius: 3.06vw;
        font-size: 4vw;
        height: 6.13vw;
        margin-right: 2.66vw;
        width: 6.13vw;
    }
}

.order-flow-wrap dl dt .icon {
    top: clas(50% - 47px);
    left: -62px;
    position: absolute;
    width: 94px;
}

@media screen and (max-width:767px) {
    .order-flow-wrap dl dt .icon {
        top: -7.3vw;
        left: calc(50% - 7.3vw);
        width: 14.6vw;
    }
}

.order-flow-wrap dl dt.bg-p {
    background: #f77783;
}

.order-flow-wrap dl dt.bg-g {
    background: #99c11e;
}

.order-flow-wrap dl dt.bg-y {
    background: #f8d14a;
}

.order-flow-wrap dl dt.bg-b {
    background: #51290e;
}

.order-flow-wrap dl dd {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    flex: 1;
}

@media screen and (max-width:767px) {
    .order-flow-wrap dl dd {
        display: block;
        font-size: 4.53vw;
        line-height: 1.5;
        flex: 1;
    }
}

.order-flow-wrap dl dd .txt-box {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    flex-wrap: wrap;
    text-align: left;
    width: 520px;
}

@media screen and (max-width:767px) {
    .order-flow-wrap dl dd .txt-box {
        display: block;
        font-size: 4vw;
        margin-left: -8.33vw;
        margin-top: 1.33vw;
        width: auto;
    }
}

.order-flow-wrap dl dd .txt-box a {
    text-decoration: underline;
}

.order-flow-wrap dl dd .txt-box .txt-bg {
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #f6c416 50%, #f6c416 100%)
}

.order-flow-wrap dl dd .txt-box .fnt-s {
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .order-flow-wrap dl dd .txt-box .fnt-s {
        font-size: 4vw;
    }
}

.order-flow-wrap .deco-arrdown {
    display: block;
    height: 18px;
    margin: 13px auto;
    width: 48px;
}

@media screen and (max-width:767px) {
    .order-flow-wrap .deco-arrdown {
        display: block;
        height: 2.4vw;
        margin: 1.73vw auto 9.53vw;
        width: 6.4vw;
    }
}

.order-flow-wrap .deco-arrdown.arr-p {
    background:
        linear-gradient(to top left, transparent 50%, #f77783 50.5%) no-repeat top right/50% 100%,
        linear-gradient(to top right, transparent 50%, #f77783 50.5%) no-repeat top left/50% 100%;
}

.order-flow-wrap .deco-arrdown.arr-g {
    background:
        linear-gradient(to top left, transparent 50%, #99c11e 50.5%) no-repeat top right/50% 100%,
        linear-gradient(to top right, transparent 50%, #99c11e 50.5%) no-repeat top left/50% 100%;
}

.order-flow-wrap .deco-arrdown.arr-y {
    background:
        linear-gradient(to top left, transparent 50%, #f8d14a 50.5%) no-repeat top right/50% 100%,
        linear-gradient(to top right, transparent 50%, #f8d14a 50.5%) no-repeat top left/50% 100%;
}

.order-info-txt {
    display: flex;
    justify-content: space-between;
    margin-top: 58px;
}

@media screen and (max-width:767px) {
    .order-info-txt {
        margin-top: 8vw;
    }
}

.order-info-txt p {
    align-items: center;
    border-top: 1px solid #51290e;
    border-bottom: 1px solid #51290e;
    color: #51290e;
    display: flex;
    font-size: 28px;
    font-weight: 500;
    height: 80px;
    justify-content: center;
    width: 460px;
}

@media screen and (max-width:767px) {
    .order-info-txt p {
        font-size: 3.73vw;
        height: 10.66vw;
        width: 42.6vw;
    }
}

.del-wrap {
    background: #99c11e;
    border-radius: 28px;
    margin: 0 auto;
    width: 1000px;
    padding: 40px;
}

@media screen and (max-width:767px) {
    .del-wrap {
        border-radius: 3.73vw;
        padding: 4vw;
        width: auto;
    }
}

.del-wrap h3 {
    align-items: center;
    background: #fff;
    border-radius: 30px;
    color: #99c11e;
    display: flex;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-size: 34px;
    font-weight: bold;
    height: 60px;
    justify-content: center;
    margin: 0 auto 22px;
    padding-bottom: .2em;
    width: 350px;
}

@media screen and (max-width:767px) {
    .del-wrap h3 {
        border-radius: 4vw;
        font-size: 4.53vw;
        height: 8vw;
        margin-bottom: 2.66vw;
        padding-left: 0;
        width: auto;
    }
}

.del-wrap .flx-box {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:767px) {
    .del-wrap .flx-box {
        display: block;
    }
}

.del-wrap .flx-box .cont-box {
    background: #fff;
    border-radius: 24px;
    padding: 30px 25px 25px;
    letter-spacing: -.08em;
    width: 300px;
    text-align: center;
}

@media screen and (max-width:767px) {
    .del-wrap .flx-box .cont-box {
        border-radius: 3.2vw;
        padding: 5.13vw;
        margin-top: 4vw;
        width: 100%;
    }
}

.del-wrap .flx-box .cont-box h4 {
    border-bottom: 1px solid #bfbfbf;
    color: #51290e;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.35;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

@media screen and (max-width:767px) {
    .del-wrap .flx-box .cont-box h4 {
        font-size: 4.53vw;
        padding-bottom: 2.66vw;
        margin-bottom: 2.66vw;
    }
}

.del-wrap .flx-box .cont-box p {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .02em;
    text-align: left;
}

@media screen and (max-width:767px) {
    .del-wrap .flx-box .cont-box p {
        font-size: 4vw;
        letter-spacing: -.02em;
    }
}

.del-wrap .flx-box .cont-box p span {
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .del-wrap .flx-box .cont-box p span {
        font-size: 4vw;
    }
}

/* header
---------------------------------------------------------------------------- */
header {
    background: url("../../images/bg-upper.png") center bottom;
}

@media screen and (max-width:767px) {
    header {
        background: url("../../images/bg-upper.png") center bottom /100vw auto;
    }
}

header .header-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 8px 0 18px;
}

@media screen and (max-width:767px) {
    header .header-wrap {
        align-items: flex-end;
        flex-wrap: wrap;
        padding: 0 0 2.66vw 5.33vw;
    }
}

header .header-wrap h1 {
    order: 2;
    color: #51290e;
    font-size: 20px;
    margin: 0 50px 0 auto;
}

@media screen and (max-width:767px) {
    header .header-wrap h1 {
        font-size: 4vw;
        order: 3;
        margin: 0;
        padding: 4.6vw 0;
        width: 100%;
    }
}


header .header-wrap nav {
    order: 3;
}

@media screen and (max-width:767px) {
    header .header-wrap nav {
        order: 2;
    }
}

header .header-wrap p {
    order: 1;
    width: 142px;
}


@media screen and (max-width:767px) {
    header .header-wrap p {
        width: 22.66vw;
        margin-left: 33.34vw;
    }
}
header .header-wrap .tel-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;

}

header .header-wrap .tel-box {
    align-items: center;
    color: #51290e;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media screen and (max-width:767px) {
    header .header-wrap .tel-box {
        background: #51290e url("../../images/sp-header-tel.png") center center /4vw auto no-repeat;
        border-bottom-left-radius: 1.33vw;
        font-size: 10px;
        height: 14.66vw;
        text-indent: -9999px;
        width: 14.66vw;
    }
}

header .header-wrap .tel-box .telnum {
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 34px;
}

header .header-wrap .tel-box .telnum .label {
    font-size: 24px;
}

header .header-wrap .tel-box .notice {
    font-size: 11px;
}

header .link-box {
    padding-left: 38px;
}

@media screen and (max-width:767px) {
    header .link-box {
        padding-left: 0;
    }
}

header .link-box a {
    background: #f74e5e;
    border-radius: 23px;
    font-size: 15px;
    font-weight: 400;
    height: 46px;
    width: 210px;
}

@media screen and (max-width:767px) {
    header .link-box a {
        background: #f74e5e url("../../images/sp-header-mail.png") center center /5.73vw auto no-repeat;
        border-radius: 0;
        font-size: 10px;
        text-indent: -9999px;
        height: 14.66vw;
        width: 14.66vw;
    }
}
 /*　ハンバーガーボタン　*/
 .hamburger,nav.globalMenuSp {
    display: none;
    }
     @media screen and (max-width: 480px) {
    .hamburger {
        display : block;
        position: absolute;
        z-index : 3;
        left: 10px;
        top   : 12px;
        width : 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
      }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #555;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition   : 0.5s ease-in-out;
    transition        : 0.5s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    background : #fff;
    -webkit-transform: rotate(315deg);
    -moz-transform   : rotate(315deg);
    transform        : rotate(315deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background : #fff;
    -webkit-transform: rotate(-315deg);
    -moz-transform   : rotate(-315deg);
    transform        : rotate(-315deg);
  }
  
  nav.globalMenuSp {
    display: none;
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #fff;
    background: rgba(0,0,0,0.7);
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
  
  }
}

/* footer
---------------------------------------------------------------------------- */
footer .inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 75px 0;
}

@media screen and (max-width:767px) {
    footer .inner {
        justify-content: center;
        flex-direction: column;
        padding: 16vw 0;
    }
}

footer .inner .logo {
    width: 164px;
}

@media screen and (max-width:767px) {
    footer .inner .logo {
        margin-bottom: 4vw;
        width: 33.6vw;
    }
}

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

@media screen and (max-width:767px) {
    footer .inner nav {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

footer .inner nav ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

@media screen and (max-width:767px) {
    footer .inner nav ul {
        align-items: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 12vw;
    }
}

footer .inner nav ul li {
    border-left: 1px solid #000;
    color: #000;
    font-size: 15px;
    margin-left: 25px;
    padding-left: 25px;
}

@media screen and (max-width:767px) {
    footer .inner nav ul li {
        border: none;
        display: inline-block;
        font-size: 4vw;
        margin-left: 0;
        padding-left: 0;
        text-align: center;
    }

    footer .inner nav ul li a {
        display: inline-block;
        padding: 3.33vw 0;
    }
}

footer .inner nav ul li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

footer .inner small {
    color: #000;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
}

@media screen and (max-width:767px) {
    footer .inner small {
        font-size: 4vw;
    }
}

/* top block01
---------------------------------------------------------------------------- */
.top .block01 {
    background: url("../../images/bg-upper.png") center top;
}

@media screen and (max-width:767px) {
    .top .block01 {
        background: url("../../images/bg-upper.png") center top /100vw auto;
    }
}

.top .block01 .slide-wrap {
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width:767px) {
    .top .block01 .slide-wrap {
        padding: 0 2.66vw;
    }
}

.top .block01 .slide-wrap .slide-box .slide {
    border-top-left-radius: 62px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 62px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    width: 1200px;
}

@media screen and (max-width:767px) {
    .top .block01 .slide-wrap .slide-box .slide {
        height: 106.66vw;
        border-top-left-radius: 12vw;
        border-top-right-radius: 5.06vw;
        border-bottom-right-radius: 12vw;
        border-bottom-left-radius: 5.06vw;
        width: calc(100vw - 5.32vw);
        margin: 0 .66vw;
    }
}

.top .block01 .slide-wrap .slide-box .slide img {
    height: 640px;
    object-fit: cover;
    object-position: center;
    width: 1200px;
}

@media screen and (max-width:767px) {
    .top .block01 .slide-wrap .slide-box .slide img {
        height: 106.66vw;
        object-fit: cover;
        object-position: center;
        width: calc(100vw - 5.32vw);
    }
}

.top .block01 .slide-wrap .inner-wide {
    position: relative;
}

.top .block01 .slide-wrap h2.slide-title {
    bottom: 133px;
    color: #fff;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-size: 52px;
    line-height: 1.4;
    left: 100px;
    position: absolute;
}

@media screen and (max-width:767px) {
    .top .block01 .slide-wrap h2.slide-title {
        bottom: 17.33vw;
        font-size: 7.73vw;
        line-height: 1.4;
        left: 2.66vw;
        position: absolute;
    }
}

.top .block01 .slide-wrap h2.slide-title span {
    background: #51290e;
    padding: 8px 20px;
}

@media screen and (max-width:767px) {
    .top .block01 .slide-wrap h2.slide-title span {
        padding: 2vw 2.66vw;
        letter-spacing: -.08em;
    }
}

/* slide setting */
.slide-arr {
    align-items: center;
    background: #f74e5e;
    border-radius: 50%;
    display: flex;
    height: 60px;
    justify-content: center;
    position: absolute;
    top: 280px;
    width: 60px;
    z-index: 1;
}

@media screen and (max-width:767px) {
    .slide-arr {
        height: 10.66vw;
        top: 48vw;
        width: 10.66vw;
    }
}

.slide-arr.prev::before,
.slide-arr.next::before {
    background: url("../../images/slide_arr.png") center center /contain no-repeat;
    content: "";
    display: block;
    height: 24px;
    width: 15px;
}

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

    .slide-arr.prev::before,
    .slide-arr.next::before {
        background: url("../../images/slide_arr.png") center center /contain no-repeat;
        height: 4.26vw;
        width: 2.66vw;
    }
}

.slide-arr.prev {
    left: -20px;
}

.slide-arr.next {
    right: -20px;
    transform: rotate(180deg);
}

@media screen and (max-width:767px) {
    .slide-arr.prev {
        left: 2.66vw;
    }

    .slide-arr.next {
        right: 2.66vw;
    }
}

.slide-arr.next::before {
    position: relative;
    left: -2px;
}

.slide-dot {
    display: flex;
    justify-content: center;
    padding-top: 33px;
}

@media screen and (max-width:767px) {
    .slide-dot {
        padding-top: 5.33vw;
    }
}

.slide-dot li {
    font-size: 0;
}

.slide-dot li button {
    border-radius: 50%;
    background: #f8d14a;
    border: none;
    font-size: 0;
    height: 10px;
    padding: 0;
    margin: 0 18px;
    text-indent: -9999px;
    width: 10px;
}

@media screen and (max-width:767px) {
    .slide-dot li button {
        height: 2.66vw;
        margin: 0 2.66vw;
        width: 2.66vw;
    }
}

.slide-dot li.slick-active button {
    background: #f74e5e;
}

.slick-slide:not([tabindex="0"]) {
    opacity: 1;
}

.top .block01 .inner .bnr-area {
    margin-top: 26px;
    text-align: center;
}

.top .block01 .inner .sub-lead-box {
    display: flex;
    justify-content: space-between;
    padding: 90px 0;
}

@media screen and (max-width:767px) {
    .top .block01 .inner .sub-lead-box {
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        padding: 13.33vw 0;
    }
}

.top .block01 .inner .sub-lead-box .txt-box p {
    color: #45230b;
    font-weight: 500;
    line-height: 1.33;
    padding: 10px 0;
}

@media screen and (max-width:767px) {
    .top .block01 .inner .sub-lead-box .txt-box p {
        color: #45230b;
        font-size: 4vw;
        line-height: 1.41;
        letter-spacing: -.04em;
        padding: 2vw 0;
        text-align: center;
    }

    .top .block01 .inner .sub-lead-box figure {
        margin-top: 8vw;
        width: 68.8vw;
    }
}

/* top block02
---------------------------------------------------------------------------- */
.top .block02 {
    background: url("../../images/bg_mid.png") center top;
    padding: 85px 0 115px;
}

@media screen and (max-width:767px) {
    .top .block02 {
        background: url("../../images/bg_mid.png") center top /100vw auto;
        padding: 16vw 0;
    }
}

.top .block02 .sec-title {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width:767px) {
    .top .block02 .sec-title {
        margin-bottom: 12vw;
        text-align: center;
        width: 100%;
    }
}

.top .block02 .point-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width:767px) {
    .top .block02 .point-wrap {
        display: block;
        justify-content: space-between;
    }
}

.top .block02 .point-wrap .point-box {
    align-items: center;
    background: url("../../images/bg-upper.png") center top /480px auto repeat;
    border-radius: 16px;
    box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, .1);
    color: #211815;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 50px;
    padding: 30px;
    position: relative;
    width: 490px;
}

@media screen and (max-width:767px) {
    .top .block02 .point-wrap .point-box {
        background: url("../../images/bg-upper.png") center top /80vw auto repeat;
        border-radius: 4vw;
        box-shadow: 0px 0px 6.66vw .66vw rgba(0, 0, 0, .1);
        height: auto;
        margin-top: 9.86vw;
        padding: 8vw 4.66vw 5.33vw;
        width: auto;
    }
}

.top .block02 .point-wrap .point-box h3 {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -20px;
}

@media screen and (max-width:767px) {
    .top .block02 .point-wrap .point-box h3 {
        top: -4vw;
    }
}

.top .block02 .point-wrap .point-box h3 span {
    align-items: center;
    background: #99c11e;
    color: #000;
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    height: 40px;
}

@media screen and (max-width:767px) {
    .top .block02 .point-wrap .point-box h3 span {
        font-size: 4.53vw;
        height: 8vw;
    }
}

.top .block02 .point-wrap .point-box h3 .label-l {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-right: 4px;
    width: 150px;
}

.top .block02 .point-wrap .point-box h3 .label-r {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 80px;
}

@media screen and (max-width:767px) {
    .top .block02 .point-wrap .point-box h3 .label-l {
        border-top-left-radius: 4vw;
        border-bottom-left-radius: 4vw;
        margin-right: .66vw;
        width: 25.33vw;
    }

    .top .block02 .point-wrap .point-box h3 .label-r {
        border-top-right-radius: 4vw;
        border-bottom-right-radius: 4vw;
        width: 16vw;
    }
}

.top .block02 .point-wrap .point-box h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
}

@media screen and (max-width:767px) {
    .top .block02 .point-wrap .point-box h4 {
        font-size: 4.53vw;
        line-height: 1.5;
    }
}

.top .block02 .point-wrap .point-box p {
    border-top: 1px solid #606060;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 15px;
    padding: 12px 4px 0;
}

@media screen and (max-width:767px) {
    .top .block02 .point-wrap .point-box p {
        border-top: 1px solid #606060;
        font-size: 4vw;
        line-height: 1.5;
        margin-top: 2.66vw;
        padding: 1.78vw 0 0;
    }
}

/* top block03
---------------------------------------------------------------------------- */
.top .block03 {
    padding: 120px 0 40px;
}

@media screen and (max-width:767px) {
    .top .block03 {
        padding: 16vw 0 4vw;
    }
}

.top .block03 .sec-title {
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (max-width:767px) {
    .top .block03 .sec-title {
        margin-bottom: 13.33vw;
    }

    .top .block03 .sec-title img {
        width: 66.93vw;
    }
}

.top .block03 .cont-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top .block03 .cont-wrap .cont-box {
    position: relative;
    margin-bottom: 80px;
}

@media screen and (max-width:767px) {
    .top .block03 .cont-wrap .cont-box {
        margin-bottom: 12vw;
    }
}

.top .block03 .cont-wrap .cont-box figure {
    border: 4px solid #f5f5f5;
    border-radius: 18px;
    height: 280px;
    margin-bottom: 30px;
    overflow: hidden;
    object-fit: cover;
    width: 460px;
}

@media screen and (max-width:767px) {
    .top .block03 .cont-wrap .cont-box figure {
        border: .53vw solid #f5f5f5;
        border-radius: 2.4vw;
        height: auto;
        margin-bottom: 8vw;
        object-fit: none;
        width: auto;
    }
}

.top .block03 .cont-wrap .cont-box .title-box {
    align-items: center;
    display: flex;
    margin-bottom: 44px;
    padding: 0 4px;
}

@media screen and (max-width:767px) {
    .top .block03 .cont-wrap .cont-box .title-box {
        margin-bottom: 6.66vw;
        padding: 0;
    }
}

.top .block03 .cont-wrap .cont-box .title-box h3 {
    align-items: center;
    border-right: 1px solid #51290e;
    border-left: 1px solid #51290e;
    display: flex;
    font-size: 34px;
    line-height: 34px;
    justify-content: center;
    width: 196px;
}

@media screen and (max-width:767px) {
    .top .block03 .cont-wrap .cont-box .title-box h3 {
        font-size: 6.4vw;
        line-height: 7.46vw;
        width: 30.86vw;
    }
}

.top .block03 .cont-wrap .cont-box .title-box h3 span {
    font-size: 38px;
    font-family: 'Barlow', sans-serif;
}

@media screen and (max-width:767px) {
    .top .block03 .cont-wrap .cont-box .title-box h3 span {
        font-size: 7.2vw;
    }
}

.top .block03 .cont-wrap .cont-box .title-box p {
    color: #211815;
    font-size: 15px;
    line-height: 1.2;
    padding-left: 30px;
}

@media screen and (max-width:767px) {
    .top .block03 .cont-wrap .cont-box .title-box p {
        flex: 1;
        font-size: 4vw;
        padding-left: 4vw;
    }
}

.top .block03 .cont-wrap .icon {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 113px;
}

@media screen and (max-width:767px) {
    .top .block03 .cont-wrap .icon {
        top: -.66vw;
        left: -.66vw;
        width: 23.06vw;
    }
}

/* top block04
---------------------------------------------------------------------------- */
.top .block04 {
    background: url("../../images/bg-upper.png") center top;
    border-top: 256px solid #fff;
    padding: 0 0 120px;
}

@media screen and (max-width:767px) {
    .top .block04 {
        background: url("../../images/bg-upper.png") center top /100vw auto;
        border-top: none;
        padding: 0 0 16vw;
    }
}

.top .block04 .inner-wide {
    margin-top: -256px;
}

@media screen and (max-width:767px) {
    .top .block04 .inner-wide {
        margin-top: 0;
    }
}

.top .block04 .inner-wide figure {
    margin-bottom: 120px;
}

.top .block04 .inner-wide figure img {
    border-radius: 24px;
}

@media screen and (max-width:767px) {
    .top .block04 .inner-wide figure {
        margin-bottom: 16vw;
    }

    .top .block04 .inner-wide figure img {
        border-radius: 0;
    }
}

.top .block04 .sec-title {
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (max-width:767px) {
    .top .block04 .sec-title {
        margin-bottom: 8vw;
    }
}

.top .block04 .inner .cont-box p a {
    text-decoration: underline;
}


/* sub block01
---------------------------------------------------------------------------- */
.sub .outer-bg01 {
    background: url("../../images/bg-upper.png") center top;
}

@media screen and (max-width:767px) {
    .sub .outer-bg01 {
        background: url("../../images/bg-upper.png") center top /100vw auto;
    }
}

@media screen and (max-width:767px) {
    .sub .block01 .inner-wide {
        padding: 0 2.66vw;
    }
}

.sub .block01 .mv-box {
    position: relative;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box {
        position: static;
    }
}

.sub .block01 .mv-box figure {
    border-top-left-radius: 62px;
    border-bottom-right-radius: 62px;
    overflow: hidden;
    height: 520px;
    width: 1200px;
}

.sub .block01 .mv-box figure img {
    object-fit: cover;
    height: 520px;
    width: 1200px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box figure {
        border-top-left-radius: 12vw;
        border-top-right-radius: 5.06vw;
        border-bottom-right-radius: 0;
        overflow: hidden;
        height: 84vw;
        width: 100%;
    }

    .sub .block01 .mv-box figure img {
        height: 84vw;
        object-fit: cover;
        width: 100%;
    }
}

.sub .block01 .mv-box .course-dsp {
    background: #fff;
    box-shadow: 0px 0px 40px 3px rgba(0, 0, 0, .15);
    border: 4px solid #f5f5f5;
    border-top-left-radius: 48px;
    border-bottom-right-radius: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 434px;
    padding: 0 35px;
    position: absolute;
    right: 100px;
    top: calc(50% - 217px);
    width: 380px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp {
        background: url("../../images/bg-upper.png") center top /100vw auto;
        box-shadow: none;
        border: none;
        border-top-left-radius: 6.4vw;
        border-bottom-right-radius: 0;
        height: auto;
        padding: 8vw 2.66vw 0 9.33vw;
        position: relative;
        margin: -25.6vw 0 0 auto;
        right: 0;
        top: 0;
        width: 88.66vw;
    }
}

.sub .block01 .mv-box .course-dsp .title-box {
    border-bottom: 1px dashed #000;
    margin-bottom: 25px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .title-box {
        margin-bottom: 3vw;
    }
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .title-box .title {
        align-items: flex-end;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
}

.sub .block01 .mv-box .course-dsp .title-box .title .label {
    color: #010101;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .title-box .title .label {
        font-size: 2.93vw;
        margin-bottom: 0;
    }
}

.sub .block01 .mv-box .course-dsp .title-box .title .h2-border {
    border-left: 1px solid #23344e;
    border-right: 1px solid #23344e;
    display: inline-block;
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .title-box .title .h2-border {
        border-left: 1px solid #23344e;
        border-right: 1px solid #23344e;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 4.93vw;
        padding: 0 3.46vw;
    }
}

.sub .block01 .mv-box .course-dsp .title-box .title h2 {
    color: #f74e5e;
    display: block;
    font-size: 48px;
    line-height: 40px;
    vertical-align: bottom;
    position: relative;
    top: -5px;
    padding: 0 20px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .title-box .title h2 {
        font-size: 7.46vw;
        line-height: 6.5vw;
        top: -2px;
        padding: 0;

    }
}

.sub .block01 .mv-box .course-dsp .title-box .title h2 span {
    font-family: 'Barlow', sans-serif;
    position: relative;
    top: 3px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .title-box .title h2 span {
        font-size: 8.53vw;
        top: 0;
    }
}

.sub .block01 .mv-box .course-dsp .title-box .lead-txt {
    color: #211815;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .title-box .lead-txt {
        font-size: 4vw;
        margin: 3vw 0;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .price {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box {
        display: flex;
        flex-direction: column;
    }

    .sub .block01 .mv-box .course-dsp .price-box .price {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        width: auto;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .price .price-info {
    align-items: flex-end;
    color: #f74e5e;
    font-family: 'Barlow', sans-serif;
    display: flex;
    font-size: 48px;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box .price .price-info {
        font-size: 7.46vw;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .price .price-info02 {
    align-items: flex-end;
    color: #f74e5e;
    font-family: 'fot-tsukubrdgothic-std', sans-serif;
    display: flex;
    font-size: 44px;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box .price .price-info02 {
        font-size: 7.06vw;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .price .price-info .label,
.sub .block01 .mv-box .course-dsp .price-box .price .price-info02 .label {
    align-items: center;
    background: #f6c416;
    border-radius: 15px;
    color: #211815;
    display: flex;
    font-family: 'Kiwi Maru', serif;
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    justify-content: center;
    margin-right: 12px;
    margin-bottom: 6px;
    padding: 0 10px;

}

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

    .sub .block01 .mv-box .course-dsp .price-box .price .price-info .label,
    .sub .block01 .mv-box .course-dsp .price-box .price .price-info02 .label {
        border-radius: 3.33vw;
        font-size: 4vw;
        height: 6.66vw;
        margin-right: 2vw;
        margin-bottom: .33vw;
        padding: 0 2vw;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .price .price-info .yen {
    color: #211815;
    font-family: 'Kiwi Maru', serif;
    font-size: 24px;
    font-weight: 500;
    vertical-align: bottom;
    margin-left: 12px;
    margin-bottom: 6px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box .price .price-info .yen {
        font-size: 4vw;
        margin-left: 1.6vw;
        margin-bottom: .66vw;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .notice {
    color: #211815;
    font-size: 14px;
    margin-top: 8px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box .notice {
        color: #211815;
        font-size: 4vw;
        margin-top: 0;
        margin-bottom: 5.33vw;
        text-indent: -1em;
        padding-left: 1em;
        line-height: 1.5;
    }
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box .info {
        align-items: center;
        display: flex;

        width: auto;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .info .info-lead {
    align-items: center;
    background: #f6c416;
    border-radius: 15px;
    color: #211815;
    display: inline-block;
    font-family: 'Kiwi Maru', serif;
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    justify-content: center;
    margin: 20px 0 15px;
    padding: 0 10px;
    width: auto;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box .info .info-lead {
        border-radius: 2.4vw;
        color: #211815;
        font-size: 3.7vw;
        height: auto;
        line-height: 1.25;
        margin: 0 3vw 0 0;
        padding: .66vw 3vw;
        width: 34.66vw;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .info .info-txt {
    align-items: center;
    color: #211815;
    display: flex;
    font-size: 18px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box .info .info-txt {
        font-size: 3.7vw;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .info .info-txt::before {
    background: linear-gradient(to bottom left, transparent 50%, #f74e5e 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, transparent 50%, #f74e5e 50.5%) no-repeat bottom right/100% 50%;
    content: "";
    display: block;
    height: 16px;
    margin: 3px 10px 0 0;
    width: 10px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box .info .info-txt::before {
        height: 3vw;
        margin: .33vw 2vw 0 0;
        width: 2vw;
    }
}

/* sub block02
---------------------------------------------------------------------------- */
.sub .block02 {
    padding: 120px 0;
}

@media screen and (max-width:767px) {
    .sub .block02 {
        padding: 16vw 0;
        position: relative;
        z-index: 1;
    }

    .sub .block02::before {
        /*background: #fff;*/
        content: "";
        height: 57.33vw;
        position: absolute;
        bottom: 0;
        width: 100vw;
        z-index: 0
    }

    .sub .block02 .inner {
        position: relative;
    }
}

.sub .block02 .sec-title {
    text-align: center;
}

.text-red {
    color: red;
}

.text-red02 {
    color: red;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 2rem;
}
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}

@media screen and (max-width:767px) {
    .sub .block02 .sec-title {
        margin-bottom: 2.66vw;
    }
}

.sub .block02 p.sub-lead {
    color: #51290e;
    font-size: 18px;
    line-height: 1.5;
    margin: 40px 0 0;
    text-align: center;
}

@media screen and (max-width:767px) {
    .sub .block02 p.sub-lead {
        color: #51290e;
        font-size: 4vw;
        margin: 40px 0 0;
        text-align: center;
    }
}

.sub .block02 p.sub-lead02 {
    color: #51290e;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 60px 0;
    text-align: center;
}

@media screen and (max-width:767px) {
    .sub .block02 p.sub-lead02 {
        color: #51290e;
        font-size: 4vw;
        margin: 0 0 60px 0;
        text-align: center;
    }
}

.sub .block02 .temp-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap {
        margin-bottom: 8vw;
    }
}

.sub .block02 .temp-wrap .tempbox {
    margin-top: 104px;
    width: 470px;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap .tempbox {
        margin-top: 13.86vw;
        width: auto;
    }
}

.sub .block02 .temp-wrap .tempbox .title-box {
    border-top: 3px solid #fae18a;
    border-left: 3px solid #fae18a;
    border-right: 3px solid #fae18a;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    position: relative;
    height: 24px;
    margin-bottom: 40px;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap .tempbox .title-box {
        border-top: .8vw solid #fae18a;
        border-left: .8vw solid #fae18a;
        border-right: .8vw solid #fae18a;
        border-top-left-radius: 4.8vw;
        border-top-right-radius: 4.8vw;
        position: relative;
        height: 4.8vw;
        margin-bottom: 13vw;
    }
}

.sub .block02 .temp-wrap .tempbox .title-box h3 {
    align-items: flex-end;
    background: url("../../images/sub_label_bg.png") center center /contain no-repeat;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    height: 70px;
    position: absolute;
    text-align: center;
    left: calc(50% - 120px);
    padding-bottom: 15px;
    top: -50px;
    width: 240px;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap .tempbox .title-box h3 {
        font-size: 3.2vw;
        height: 13.33vw;
        left: calc(50% - 22.665vw);
        padding-bottom: 2.66vw;
        top: -8.4vw;
        width: 45.33vw;
    }
}

.sub .block02 .temp-wrap .tempbox .title-box h3 span {
    font-family: 'Barlow', sans-serif;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    top: 3px;
    padding-left: 10px;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap .tempbox .title-box h3 span {
        font-size: 4.8vw;
        top: 2px;
        padding-left: 1.33vw;
    }
}

.sub .block02 .temp-wrap .tempbox .title-box p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    position: absolute;
    bottom: -25px;
    width: 100%;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap .tempbox .title-box p {
        font-size: 4vw;
        bottom: -10vw;
    }
}

.sub .block02 .temp-wrap .tempbox .title-box p span {
    font-family: 'Barlow', sans-serif;
    margin-right: 14px;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap .tempbox .title-box p span {
        display: block;
        font-family: 'Barlow', sans-serif;
        margin-right: 0;
        text-align: center;
    }
}

.sub .block02 .temp-wrap .tempbox figure {
    border-radius: 12px;
    box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, .15);
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap .tempbox figure {
        border-radius: 1.6vw;
        box-shadow: 0px 0px 2.16vw 3px rgba(0, 0, 0, .15);
    }
}

.sub .block02 .temp-wrap .tempbox.last figure {
    align-items: center;
    box-shadow: none;
    display: flex;
    justify-content: center;
    margin-top: -20px;
    padding: 0 16px;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap .tempbox.last figure {
        margin-top: -2.66vw;
        padding: 0 2.13vw;
    }
}

.sub .block02 .course-select-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

@media screen and (max-width:767px) {
    .sub .block02 .course-select-area {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 10vw;
    }
}

@media screen and (max-width:767px) {
    .sub .block02 .course-select-area .select-btn {
        margin-bottom: 3vw;
    }
}

.sub .block02 .course-select-area .select-btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 50px;
    font-weight: 800;
    font-size: 20px;
    background: #f89e99;
    border-radius: 48px;
    border: 2px solid #000;
}

@media screen and (max-width:767px) {
    .sub .block02 .course-select-area .select-btn a {
        font-size: 5vw;
        padding: 2.6vw 3.8vw;
    }
}

.sub .block02 .course-select-area a.active {
    background: #000;
    color: #fff;
}

.sub .block02 .cta-area {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
    padding: 0 30px;
}

@media screen and (max-width:767px) {
    .sub .block02 .cta-area {
        flex-direction: column;
        margin-top: 12vw;
        padding: 0;
    }
}

/* sub block03
---------------------------------------------------------------------------- */
.sub .block03 {
    background: url(../../images/bg_mid.png) center top;
    padding: 120px 0;
}

@media screen and (max-width:767px) {
    .sub .block03 {
        background: url(../../images/bg_mid.png) center top /100vw auto;
        padding: 16vw 0;
    }
}

.sub .block03 .sec-title {
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (max-width:767px) {
    .sub .block03 .sec-title {
        margin-bottom: 8vw;
    }

    /*.sub .block03 .sec-title img {
        width: 78.4vw;
    }*/
}

.sub .block03 .sub-lead {
    border-top: 1px solid #51290e;
    border-bottom: 1px solid #51290e;
    margin-bottom: 44px;
    padding: 12px 0;
}

@media screen and (max-width:767px) {
    .sub .block03 .sub-lead {
        margin-bottom: 9.33vw;
        padding: 4vw 0;
    }
}

.sub .block03 .sub-lead p {
    color: #51290e;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}

@media screen and (max-width:767px) {
    .sub .block03 .sub-lead p {
        font-size: 4vw;
        text-align: left;
    }
}

.sub .block03 .cont-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub .block03 .cont-wrap .cont-box {
    margin-bottom: 50px;
    width: 470px;
}

@media screen and (max-width:767px) {
    .sub .block03 .cont-wrap .cont-box {
        margin-bottom: 8vw;
        width: auto;
    }
}

.sub .block03 .cont-wrap .cont-box figure {
    border: 6px solid #f5f5f5;
    border-radius: 18px;
    box-shadow: 0px 0px 40px 3.6px rgba(0, 0, 0, .1);
    overflow: hidden;
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .sub .block03 .cont-wrap .cont-box figure {
        border: .8vw solid #f5f5f5;
        border-radius: 2.4vw;
        box-shadow: 0px 0px 5.33vw 2px rgba(0, 0, 0, .1);
        margin-bottom: 3vw;
    }
}

.sub .block03 .cont-wrap .cont-box p {
    line-height: 1.5;
    text-align: center;
}

@media screen and (max-width:767px) {
    .sub .block03 .cont-wrap .cont-box p {
        font-size: 4vw;
        letter-spacing: -.04em;
    }
}

.sub .block03 .table-wrap {
    border: 2px solid #51290e;
    border-radius: 18px;
    margin-bottom: 24px;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap {
        border: 1px solid #51290e;
        border-radius: 2.4vw;
        margin-bottom: 4vw;
    }
}

.sub .block03 .table-wrap table {
    color: #010101;
    width: 100%;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap table {
        display: flex;
        justify-content: space-between;
    }
}

.sub .block03 .table-wrap table th,
.sub .block03 .table-wrap table td {
    height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 25%;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap tr {
        display: block;
        width: 100%;
    }

    .sub .block03 .table-wrap thead,
    .sub .block03 .table-wrap tbody {
        display: block;
        width: 50%;
    }

    .sub .block03 .table-wrap thead {
        border-right: 1px solid #51290e;
    }

    .sub .block03 .table-wrap table th,
    .sub .block03 .table-wrap table td {
        align-items: center;
        display: flex;
        justify-content: center;
        position: relative;
        height: 9.86vw;
        width: 100%;
    }
}

.sub .block03 .table-wrap table th {
    background: #e8e8e8;
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap table th {
        font-size: 4vw;
        ;
    }
}

.sub .block03 .table-wrap table td {
    font-size: 20px;
    border-left: 1px solid #51290e;
    background: #fff;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap table td {
        border-top: 1px solid #51290e;
    }
}

.sub .block03 .table-wrap table tbody th,
.sub .block03 .table-wrap table tbody td {
    border-top: 1px solid #51290e;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap table tbody th {
        border-top: none;
    }

    .sub .block03 .table-wrap table td {
        border-left: none;
    }
}

.sub .block03 .table-wrap table thead td {
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap table thead td {
        font-size: 4vw;
    }
}

.sub .block03 .table-wrap table thead td span {
    background: #da0758;
    border-radius: 14px;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    margin-right: 15px;
    padding: 0 15px 3px;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap table thead td span {
        background: #da0758;
        border-radius: 2.66vw;
        font-size: 4vw;
        margin-right: 15px;
        padding: 0 1.78vw 3px;
        position: absolute;
        left: .66vw;
    }
}

.sub .block03 .table-wrap table tbody td {
    font-size: 22px;
    font-weight: 500;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap table tbody td {
        font-size: 3.46vw;
    }
}

.sub .block03 .notice {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (max-width:767px) {
    .sub .block03 .notice {
        font-size: 4vw;
        text-align: left;
    }
}

.sub .block03 .link-box {
    margin-top: 64px;
}

@media screen and (max-width:767px) {
    .sub .block03 .link-box {
        margin-top: 9.33vw;
    }
}

.sub .block03 .tbl-title {
    color: #010101;
    font-size: 28px;
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap.table02 tbody {
        width: 100%;
    }

    .sub .block03 .table-wrap.table02 tbody tr {
        display: flex;
        flex-wrap: wrap;


    }
}

.sub .block03 .table-wrap.table02 th {
    border: none;
    border-bottom: 1px solid #51290e;
    border-right: 1px solid #51290e;
    width: 14.4%;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap.table02 th {
        align-items: center;
        display: flex;
        justify-content: center;
        font-size: 4vw;
        width: 24%;
    }
}

.sub .block03 .table-wrap.table02 td {
    border: none;
    border-bottom: 1px solid #51290e;
    border-right: 1px solid #51290e;
    font-size: 20px;
    padding-left: 16px;
    text-align: left;
    width: 35.6%;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap.table02 td {
        align-items: center;
        border-right: none;
        display: flex;
        flex-wrap: wrap;
        font-size: 4vw;
        justify-content: flex-start;
        text-align: left;
        width: 76%;
    }
}

.sub .block03 .table-wrap.table02 tr:last-child td span {
    display: block;
    font-size: 14px;
    width: 100%;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap.table02 tr:last-child td span {
        display: block;
        font-size: 4vw;
        width: 100%;
    }
}

.sub .block03 .table-wrap.table02 tr:last-child th,
.sub .block03 .table-wrap.table02 tr:last-child td {
    border-bottom: none;
}

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

    .sub .block03 .table-wrap.table02 tr:last-child th,
    .sub .block03 .table-wrap.table02 tr:last-child td {
        border-bottom: 1px solid #51290e;
    }

    .sub .block03 .table-wrap.table02 tr:last-child th:nth-of-type(2) {
        border-bottom: none;
    }

    .sub .block03 .table-wrap.table02 tr:last-child td:last-child {
        border-bottom: none;
    }
}

.sub .block03 .table-wrap.table02 tr td:last-child {
    border-right: none;
}

/* sub block04
---------------------------------------------------------------------------- */
.sub .block04 {
    padding: 120px 0;
}

@media screen and (max-width:767px) {
    .sub .block04 {
        padding: 16vw 0;
    }
}

.sub .block04 .sec-title {
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (max-width:767px) {
    .sub .block04 .sec-title {
        margin-bottom: 8vw;
    }

    /*.sub .block04 .sec-title img {
        width: 83.33vw;
    }*/
}

.sub .block04 .link-box {
    margin-top: 80px;
}

@media screen and (max-width:767px) {
    .sub .block04 .link-box {
        margin-top: 10.66vw;
    }
}

.sub .block04 .flx-box .cont-box p a {
    text-decoration: underline;
}

/* sub block05
---------------------------------------------------------------------------- */
.sub .block05 {
    background: url(../../images/bg_mid.png) center top;
    padding: 120px 0;
}

@media screen and (max-width:767px) {
    .sub .block05 {
        background: url(../../images/bg_mid.png) center top /100vw auto;
        padding: 16vw 5.33vw;
    }
}

.sub .block05 .sec-title {
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (max-width:767px) {
    .sub .block05 .sec-title {
        margin-bottom: 8vw;
    }

    /*.sub .block05 .sec-title img {
        width: 66.66vw;
    }*/
}

.sub .block05 .inner {
    background: url("../../images/bg-upper.png") center top;
    border: 4px solid #f0f0f0;
    border-radius: 18px;
    padding: 80px 76px;
}

@media screen and (max-width:767px) {
    .sub .block05 .inner {
        background: url("../../images/bg-upper.png") center top /100vw auto;
        border: 2px solid #f0f0f0;
        border-radius: 2.4vw;
        padding: 8vw;
    }
}

.sub .block05 dl {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .sub .block05 dl {
        display: block;
        margin-bottom: 30px;
    }
}

.sub .block05 .block05-caption {
    flex-direction: column;
    align-items: flex-end;
}

.sub .block05 dl dt {
    align-items: center;
    display: flex;
    width: 350px;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dt {
        width: 100%;
    }
}

.sub .block05 dl dd {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.sub .block05 dl dd .select-box {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.sub .block05 dl dd .select-box span {
    width: 160px;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dd .select-box span {
        display: none;
    }
}

.sub .block05 dl dd input,
.sub .block05 dl dd select,
.sub .block05 dl dd textarea {
    border: 1px solid #c5c5c5;
    border-radius: 20px;
    background: #f8f8f8;
    font-size: 18px;
}

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

    .sub .block05 dl dd input,
    .sub .block05 dl dd select,
    .sub .block05 dl dd textarea {
        border-radius: 4.66vw;
        font-size: 3.2vw;
    }
}

.sub .block05 dl dt,
.sub .block05 dl dd {
    color: #000;
    font-weight: 500;
}

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

    .sub .block05 dl dt,
    .sub .block05 dl dd {
        font-size: 4vw;
        margin-bottom: 3.2vw;
    }
}

.sub .block05 dl dt::before {
    background: #f6c416;
    border-radius: 6px;
    content: "";
    display: block;
    height: 12px;
    margin-top: 2px;
    margin-right: 20px;
    width: 12px;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dt::before {
        border-radius: 1.2vw;
        height: 2.4vw;
        margin-top: 1px;
        margin-right: 2.4vw;
        width: 2.4vw;
    }
}

.sub .block05 dl dt span {
    background: #f74e5e;
    border-radius: 8px;
    color: #fff;
    line-height: 36px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 40px 0 auto;
    padding: 0 10px;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dt span {
        border-radius: 1.06vw;
        line-height: 5.33vw;
        font-size: 3.2vw;
        margin: 0 0 0 auto;
        padding: 0 1.6vw;
    }
}

.sub .block05 dl.oth-box {
    align-items: flex-start;
}

.sub .block05 dl.oth-box dt {
    padding-top: 12px;
}

@media screen and (max-width:767px) {
    .sub .block05 dl.oth-box dt {
        padding-top: 0;
    }
}

.sub .block05 dl dd input {
    height: 40px;
    padding: 0 1em;
    width: 100%;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dd input {
        height: 9.33vw;
    }
}

.sub .block05 dl dd input.qty {
    width: 160px;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dd input.qty {
        width: 33.33vw;
    }
}

.sub .block05 dl dd select {
    height: 40px;
    padding: 0 1em;
    width: 160px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dd select {
        height: 9.33vw;
        padding: 0 1em;
        width: 33.33vw;
    }

    .sub .block05 dl dd .day select {
        width: 21.33vw;
    }
}

.sub .block05 dl dd select.couse-num.hide {
    background: #c9c9c9;
}

.sub .block05 dl dd .slct-label {
    position: relative;
}

.sub .block05 dl dd .slct-label::after {
    background:
        linear-gradient(to top left, transparent 50%, #606060 50.5%) no-repeat top right/50% 100%,
        linear-gradient(to top right, transparent 50%, #606060 50.5%) no-repeat top left/50% 100%;
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 4px);
    height: 8px;
    width: 14px;
    pointer-events: none;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dd .slct-label::after {
        right: 2.66vw;
        top: calc(50% - .73vw);
        height: 1.46vw;
        width: 2.93vw;
    }
}

.sub .block05 dl dd textarea {
    padding: 1em;
    height: 120px;
    width: 100%;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dd textarea {
        height: 29.33vw;
    }
}

.sub .block05 .block05-caption-text {
    flex-direction: column;
    margin-top: -15px;
    font-size: 15px;
    line-height: 1.3em;
}

.sub .block05 .block05-caption-text span {
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .sub .block05 .block05-caption-text {
        margin-top: 2vw;
        font-size: 3.8vw;
    }

    .sub .block05 .block05-caption-text span {
        font-size: 3vw;
    }
}

.sub .block05 .form-btn {
    display: flex;
    justify-content: center;
}

@media screen and (max-width:767px) {
    .sub .block05 .form-btn {
        flex-direction: column-reverse;
    }
}

.sub .block05 .btn-type01 {
    align-items: center;
    background: #f74e5e url(../../images/arr_form.png) right 42px center /12px auto no-repeat;
    border-radius: 42px;
    border: none;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    height: 84px;
    justify-content: center;
    margin: 60px 20px 0;
    outline: none;
    width: 430px;
    transition: .3s ease;
}

@media screen and (max-width:767px) {
    .sub .block05 .btn-type01 {
        background: #f74e5e url(../../images/arr_form.png) right 6.13vw center /1.86vw auto no-repeat;
        border-radius: 7.33vw;
        font-size: 3.73vw;
        height: 14.66vw;
        margin: 6.66vw 0 0;
        outline: none;
        width: 100%;
        transition: .3s ease;
    }
}

.sub .block05 .btn-type01:hover {
    opacity: .7;
    cursor: pointer;
}

/* check */
.sub .block05 .form-title {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .sub .block05 .form-title {
        font-size: 5.06vw;
        margin-bottom: 4.8vw;
    }
}

.sub .block05 .form-notice {
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width:767px) {
    .sub .block05 .form-notice {
        font-size: 4vw;
        margin-bottom: 4.8vw;
    }
}

.sub .block05 .conf dl dt {
    width: 256px;
}

@media screen and (max-width:767px) {
    .sub .block05 .conf dl dt {
        width: 100%;
    }
}

.sub .block05 .conf dl dd p {
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width:767px) {
    .sub .block05 .conf dl dd p {
        font-size: 4vw;
        padding-left: 4.8vw;
    }
}

.sub .block05 .conf .btn-type01 {
    width: 400px;
}

@media screen and (max-width:767px) {
    .sub .block05 .conf .btn-type01 {
        width: 100%;
    }
}

.sub .block05 .conf .btn-type01.back {
    background: #51290e url(../../images/arr_form_back.png) left 42px center /12px auto no-repeat;
}

@media screen and (max-width:767px) {
    .sub .block05 .conf .btn-type01.back {
        background: #51290e url(../../images/arr_form_back.png) left 6.13vw center /1.86vw auto no-repeat;
    }
}

/* sub block06
---------------------------------------------------------------------------- */
.sub .block06 {
    background: url(../../images/bg-upper.png) center bottom;
    padding: 10px 0;
}

@media screen and (max-width:767px) {
    .sub .block06 {
        background: url(../../images/bg-upper.png) center bottom /100vw auto;
        padding: 1.33vw 0;
    }
}

.sub .block06 .advice-wrap {
    margin: 0 auto;
    width: 1000px;
}

@media screen and (max-width:767px) {
    .sub .block06 .advice-wrap {
        width: 100%;
    }
}

.sub .block06 .advice-wrap h2 {
    background: url("../../images/advice_title_bg.png") right top no-repeat;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-size: 36px;
    font-weight: bold;
    height: 267px;
    display: flex;
    text-align: center;
    padding-top: 50px;
    padding-left: 70px;
}

@media screen and (max-width:767px) {
    .sub .block06 .advice-wrap h2 {
        background: url("../../images/advice_title_bg_sp.png") right 1.33vw top /contain no-repeat;
        font-size: 4vw;
        height: 31.26vw;
        display: flex;
        justify-content: flex-start;
        text-align: center;
        padding: 5.4vw 0 0 15.78vw;
    }
}

.sub .block06 .photo-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
}

@media screen and (max-width:767px) {
    .sub .block06 .photo-wrap {
        flex-direction: column;
        margin-bottom: 0;
    }
}

.sub .block06 .photo-wrap .photo-box {
    position: relative;
    width: 460px;
}

@media screen and (max-width:767px) {
    .sub .block06 .photo-wrap .photo-box {
        margin-bottom: 8.66vw;
        width: auto;
    }
}

.sub .block06 .photo-wrap .photo-box .detail {
    border-radius: 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 auto;
    padding-left: 256px;
    height: 260px;
    width: 430px;
}

@media screen and (max-width:767px) {
    .sub .block06 .photo-wrap .photo-box .detail {
        border-radius: 2.4vw;
        height: auto;
        padding: 6vw 0 4.5vw;
        width: calc(100% - 4vw);
    }

    .sub .block06 .photo-wrap .photo-box.ok .detail {
        margin: 0 0 0 auto;
    }

    .sub .block06 .photo-wrap .photo-box.ng .detail {
        margin: 0 auto 0 0;
    }
}

.sub .block06 .photo-wrap .photo-box.ok .detail {
    background: #f74e5e;
}

.sub .block06 .photo-wrap .photo-box.ng .detail {
    background: #269ff3;
}

.sub .block06 .photo-wrap .photo-box .detail p {
    font-family: 'Barlow', sans-serif;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 38px;
}

@media screen and (max-width:767px) {
    .sub .block06 .photo-wrap .photo-box .detail p {
        font-size: 6.4vw;
        margin-bottom: 3.2vw;
    }

    .sub .block06 .photo-wrap .photo-box.ok .detail p {
        padding-left: 52.26vw;
    }

    .sub .block06 .photo-wrap .photo-box.ng .detail p {
        padding-left: 25.33vw;
    }
}

.sub .block06 .photo-wrap .photo-box .detail ul li {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
}

@media screen and (max-width:767px) {
    .sub .block06 .photo-wrap .photo-box .detail ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }

    .sub .block06 .photo-wrap .photo-box.ok .detail ul {
        margin-left: 34.13vw;
        width: 48.8vw;
    }

    .sub .block06 .photo-wrap .photo-box.ng .detail ul {
        margin-left: 4vw;
        width: 52.66vw;
    }

    .sub .block06 .photo-wrap .photo-box .detail ul li {
        font-size: 3.2vw;
        font-weight: 500;
        padding: 1vw 0;
        width: 50%;
    }

    .sub .block06 .photo-wrap .photo-box .detail ul li:nth-child(1) {
        order: 1;
        width: 47%
    }

    .sub .block06 .photo-wrap .photo-box .detail ul li:nth-child(2) {
        order: 3;
        width: 47%
    }

    .sub .block06 .photo-wrap .photo-box .detail ul li:nth-child(3) {
        order: 2;
        width: 53%
    }

    .sub .block06 .photo-wrap .photo-box .detail ul li:nth-child(4) {
        order: 4;
        width: 53%
    }
}

.sub .block06 .photo-wrap .photo-box .detail ul li::before {
    content: "";
    font-size: 0;
    display: block;
    margin: 2px 10px 0 0;
    height: 16px;
    width: 16px;
}

@media screen and (max-width:767px) {
    .sub .block06 .photo-wrap .photo-box .detail ul li::before {
        content: "";
        font-size: 0;
        display: block;
        margin: 2px 1.33vw 0 0;
        height: 10px;
        width: 10px;
    }
}

.sub .block06 .photo-wrap .photo-box.ok .detail ul li::before {
    background: url("../../images/advice_ok_mark.png") center center /contain no-repeat;
}

.sub .block06 .photo-wrap .photo-box.ng .detail ul li::before {
    background: url("../../images/advice_ng_mark.png") center center /contain no-repeat;
}

.sub .block06 .photo-wrap .photo-box figure {
    border-radius: 18px;
    position: absolute;
    overflow: hidden;
    top: -30px;
    left: 0;
}

@media screen and (max-width:767px) {
    .sub .block06 .photo-wrap .photo-box figure {
        border-radius: 2.4vw;
        top: -4vw;
        left: 0;
        width: 30.66vw;
    }

    .sub .block06 .photo-wrap .photo-box.ng figure {
        left: auto;
        right: 0;
    }
}

.sub .block06 .notice-wrap {
    margin-bottom: 100px;
}

@media screen and (max-width:767px) {
    .sub .block06 .notice-wrap {
        margin-bottom: 14.66vw;
    }
}

.sub .block06 .notice-wrap .flx-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .sub .block06 .notice-wrap .flx-box {
        display: block;
        margin-bottom: 2.66vw;
    }
}

.sub .block06 .notice-wrap .flx-box p {
    align-items: flex-end;
    color: #000;
    font-weight: 500;
    display: flex;
    padding-left: 30px;
    width: 50%;
}

@media screen and (max-width:767px) {
    .sub .block06 .notice-wrap .flx-box p {
        flex-wrap: wrap;
        color: #000;
        font-size: 4vw;
        line-height: 1.5;
        padding-left: 0;
        margin-bottom: 2.66vw;
        width: auto;
    }
}

.sub .block06 .notice-wrap .flx-box p::before {
    background: #000;
    border-radius: 50%;
    content: "";
    font-size: 0;
    display: block;
    margin: 2px 8px 0 0;
    height: 16px;
    width: 16px;
}

@media screen and (max-width:767px) {
    .sub .block06 .notice-wrap .flx-box p::before {
        margin: 0 1.33vw 0 0;
        position: relative;
        top: -1.33vw;
        height: 2.66vw;
        width: 2.66vw;
    }
}

.sub .block06 .notice-wrap .flx-box p span {
    font-size: 14px;
}

@media screen and (max-width:767px) {
    .sub .block06 .notice-wrap .flx-box p span {
        font-size: 4vw;
    }
}

.sub .block06 .notice-wrap .flx-box p:nth-child(2) {
    padding-left: 70px;
}

@media screen and (max-width:767px) {
    .sub .block06 .notice-wrap .flx-box p:nth-child(2) {
        padding-left: 0;
    }
}

.sub .block06 .notice-wrap ul li {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 2;
    padding-left: 30px;
}

@media screen and (max-width:767px) {
    .sub .block06 .notice-wrap ul li {
        font-size: 4vw;
        padding-left: 1em;
        line-height: 1.5;
        text-indent: -1em;
    }
}

/* sub block07
---------------------------------------------------------------------------- */
.sub .block07 {
    background: url(../../images/bg-upper.png) center top;
    padding: 0;
}

@media screen and (max-width:767px) {
    .sub .block07 {
        background: url(../../images/bg-upper.png) center top /100vw auto;
        padding: 0;
    }

    .sub .block07 .inner {
        padding: 0 2.66vw;
    }
}

.sub .block07 h2 {
    color: #51290e;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 45px;
}

@media screen and (max-width:767px) {
    .sub .block07 h2 {
        font-size: 5.06vw;
        margin-bottom: 8vw;
    }
}

.sub .block07 .fq-wrap dl {
    align-items: center;
    background: #facd32;
    border-radius: 45px;
    display: flex;
    justify-content: space-between;
    padding: 5px 5px 5px 15px;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .sub .block07 .fq-wrap dl {
        border-radius: 3.2vw;
        display: block;
        padding: 2.66vw;
        margin-bottom: 4vw;
    }
}

.sub .block07 .fq-wrap dl dt {
    align-items: center;
    color: #211815;
    display: flex;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .sub .block07 .fq-wrap dl dt {
        font-size: 4vw;
        margin-bottom: 2.13vw;
    }
/* add */
    .sub .block07 .fq-wrap dl dt {
        display: grid;
        grid-template-columns: 8vw 1fr;
        column-gap: 2.66vw;
    }
}

.sub .block07 .fq-wrap dl dt span {
    align-items: center;
    background: #fff;
    border-radius: 30px;
    display: flex;
    height: 60px;
    justify-content: center;
    margin-right: 20px;
    width: 60px;
}

@media screen and (max-width:767px) {
    .sub .block07 .fq-wrap dl dt span {
        border-radius: 4vw;
        font-size: 4vw;
        height: 8vw;
/* add */
        /*margin-right: 2.66vw;*/
        margin-right: 0;
        padding-bottom: .66vw;
        width: 8vw;
    }
}

.sub .block07 .fq-wrap dl dd {
    align-items: center;
    background: #fff;
    border-radius: 40px;
    color: #000;
    display: flex;
    font-size: 16px;
    line-height: 1.25;
    min-height: 80px;
    padding: 10px;
    width: 530px;
}

@media screen and (max-width:767px) {
    .sub .block07 .fq-wrap dl dd {
        align-items: flex-start;
        border-radius: 3.2vw;
        font-size: 4vw;
        height: auto;
        padding: 2.66vw 1.86vw;
        width: 100%;
    }
}

.sub .block07 .fq-wrap dl dd span {
    align-items: center;
    background: #51290e;
    border-radius: 30px;
    color: #fff;
    display: flex;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    margin-right: 16px;
    width: 60px;
}

@media screen and (max-width:767px) {
    .sub .block07 .fq-wrap dl dd span {
        border-radius: 4vw;
        font-size: 3.46vw;
        height: 8vw;
        margin-right: 2.13vw;
        width: 8vw;
    }

    .sub .block07 .fq-wrap dl dd p {
        align-items: center;
        display: flex;
        flex: 1;
        min-height: 8vw;
    }
}
@media screen and (max-width:767px) {
    .sub .block07 .fq-wrap dl dd p {
        display: block;
    }
}

.sub .block07 .notice-wrap {
    display: flex;
    justify-content: space-between;
    margin: 150px 0 100px;
}

@media screen and (max-width:767px) {
    .sub .block07 .notice-wrap {
        display: block;
        margin: 14.66vw 0;
        padding: 0 2.66vw;
    }
}

.sub .block07 .notice-wrap h3 {
    color: #51290e;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-size: 38px;
    font-weight: 700;
    width: 300px;
}

@media screen and (max-width:767px) {
    .sub .block07 .notice-wrap h3 {
        font-size: 5.06vw;
        margin-bottom: 4vw;
        width: auto;
    }
}

.sub .block07 .notice-wrap .txt-box {
    color: #211815;
    flex: 1;
}

.sub .block07 .notice-wrap .txt-box p {
    margin-bottom: 30px;
    line-height: 1.5;
}

@media screen and (max-width:767px) {
    .sub .block07 .notice-wrap .txt-box p {
        font-size: 4vw;
        margin-bottom: 5.33vw;
    }
}

.sub .block07 .notice-wrap .txt-box ul {
    margin-bottom: 10px;
    line-height: 1.25;
}

.sub .block07 .notice-wrap .txt-box ul li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
}

@media screen and (max-width:767px) {
    .sub .block07 .notice-wrap .txt-box ul {
        margin-bottom: 2.66vw;
    }

    .sub .block07 .notice-wrap .txt-box ul li {
        font-size: 4vw;
        text-indent: -1em;
        padding-left: 1em;
    }
}

.sub .block07 .notice-wrap .txt-box p.small {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.5;
}

@media screen and (max-width:767px) {
    .sub .block07 .notice-wrap .txt-box p.small {
        font-size: 4vw;
        text-indent: -1em;
        padding-left: 1em;
    }
}

.sub .block07 .other-wrap {
    background: #f77783;
    padding: 70px 0;
}

@media screen and (max-width:767px) {
    .sub .block07 .other-wrap {
        padding: 9.33vw 5.33vw;
    }
}

.sub .block07 .other-wrap a {
    align-items: center;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 28px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1000px;
}

@media screen and (max-width:767px) {
    .sub .block07 .other-wrap a {
        border: 1px solid #fff;
        border-radius: 3.73vw;
        height: 33.06vw;
        width: auto;
    }
}

.sub .block07 .other-wrap .label {
    width: 50%;
}

@media screen and (max-width:767px) {
    .sub .block07 .other-wrap .label {
        top: 8vw;
        position: relative;
        width: calc(100% - 37.33vw);
    }
}

.sub .block07 .other-wrap .label-txt {
    background: #f8d14a;
    color: #000;
    display: block;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    margin-left: 65px;
    margin-bottom: 16px;
    position: relative;
    text-align: center;
    width: 300px;
}

@media screen and (max-width:767px) {
    .sub .block07 .other-wrap .label-txt {
        font-size: 4vw;
        height: auto;
        line-height: 1.25;
        margin-left: 0;
        margin-bottom: 0;
        padding: .3em .7em;
        top: -16vw;
        left: 5.06vw;
        position: absolute;
        text-align: left;
        width: auto;
    }
}

.sub .block07 .other-wrap .label-txt::before {
    content: "";
    display: block;
    background: linear-gradient(to top left, transparent 50%, #f8d14a 50.5%) no-repeat top right/50% 100%,
        linear-gradient(to top right, transparent 50%, #f8d14a 50.5%) no-repeat top left/50% 100%;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 6px);
    width: 15px;
    height: 10px;
}

.sub .block07 .other-wrap a p {
    align-items: center;
    color: #000;
    display: flex;
    flex: 1;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}

.sub .block07 .other-wrap a figure {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .sub .block07 .other-wrap a figure {
        border-top-left-radius: 3.73vw;
        border-bottom-left-radius: 3.73vw;
        overflow: hidden;
        height: 100%;
        width: 37.33vw;
    }

    .sub .block07 .other-wrap a figure img {
        object-fit: cover;
        object-position: left center;
        height: 100%;
    }

    .sub .block07 .other-wrap a p {
        font-size: 4vw;
        line-height: 1.5;
        text-align: left;
        width: 100%;
    }
}

.sub .block07 .other-wrap a p::after {
    background: url("../../images/bnr_arr.png") center center /contain no-repeat;
    content: "";
    display: block;
    height: 30px;
    margin-top: -60px;
    margin-left: 30px;
    width: 33px;
}

@media screen and (max-width:767px) {
    .sub .block07 .other-wrap a p::after {
        background: url("../../images/bnr_arr.png") center center /contain no-repeat;
        content: "";
        display: block;
        height: 4.26vw;
        margin-top: -16vw;
        margin-left: 4vw;
        width: 2.66vw;
    }
}

/* title */
main .cmn-page-title {
    font-size: 42px;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width:767px) {
    main .cmn-page-title {
        font-size: 6.4vw;
    }
}

main .cmn-page-title span {
    display: inline-block;
    border-bottom: 4px solid #ffe896;
    padding-bottom: 17px;
}

@media screen and (max-width:767px) {
    main .cmn-page-title span {
        border-bottom: .4vw solid #ffe896;
        padding-bottom: 2.66vw;
    }
}

main .cmn-page-title {
    padding: 60px 0 47px;
}

@media screen and (max-width:767px) {
    main h.cmn-page-title {
        padding: 8vw 0 5.33vw;
    }
}

.cmn-bg-w {
    background: #fff;
}

/* プライバシーポリシー 
---------------------------------------------------------------------------- */

.cmn-wrap01 {
    margin: 0 auto;
    max-width: 1040px;
    padding: 0 20px 90px;
    width: 100%;
}

@media screen and (max-width:767px) {
    .cmn-wrap01 {
        padding: 0 5.33vw 8.66vw;
        width: 100%;
    }
}

.cmn-cont-inner02 {
    border-radius: 16px;
    padding: 4.8% 6.73%;
}

@media screen and (max-width:767px) {
    .cmn-cont-inner02 {
        border-radius: 2.13vw;
        padding: 6vw;
    }
}

main .cmn-wrap01 p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 25px;
    padding: 0 10px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 p {
        font-size: 2.93vw;
        padding: 0 1.33vw;
        margin-bottom: 3.33vw;
    }
}

main .cmn-wrap01 p.sub-lead {
    padding: 0;
}

main .cmn-wrap01 p.last {
    margin-bottom: 0;
}

main .cmn-wrap01 h3 {
    background: url("../../images/icn_flag.png") left 5px center / 33px auto no-repeat;
    border-top: 1px solid #ffe896;
    border-bottom: 1px solid #ffe896;
    font-size: 18px;
    font-weight: normal;
    margin: 36px 0 21px;
    padding-left: 50px;
    height: 50px;
    line-height: 50px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 h3 {
        background: url("../../images/icn_flag.png") left 0 center / 5.33vw auto no-repeat;
        font-size: 3.73vw;
        margin: 6.66vw 0 4vw;
        padding-left: 6.66vw;
        height: 9.33vw;
        line-height: 9.33vw;
    }
}

main .cmn-wrap01 h3 span.num {
    color: #000;
    font-weight: bold;
    padding-right: 30px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 h3 span.num {
        padding-right: 4vw;
    }
}

main .cmn-wrap01 h3 span.num .fnt-l {
    font-size: 32px;
    position: relative;
    padding: 0 5px;
    top: -4px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 h3 span.num .fnt-l {
        font-size: 5.06vw;
        padding: 0 .66vw;
        top: -.26vw;
    }

    main .cmn-wrap01 h3.sp-height {
        background: url("../../images/icn_flag.png") left 0 top 3.14vw / 5.33vw auto no-repeat;
        display: flex;
        line-height: normal;
        height: auto;
        padding: 2.66vw 0 2.66vw 6.66vw
    }

    main .cmn-wrap01 h3.sp-height span.num {
        white-space: nowrap;
        margin-top: -2vw;
    }

    main .cmn-wrap01 h3.sp-height span.num .fnt-l {
        top: .66vw;
    }
}

main .cmn-wrap01 ol li {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ol li {
        padding-left: 1.33vw;
    }
}

main .cmn-wrap01 ol.num li::before {
    color: #ff8767;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: bold;
    content: "";
    width: 30px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ol.num li::before {
        font-size: 4.26vw;
        width: 4.66vw;
    }
}

main .cmn-wrap01 ol.num li:nth-child(1)::before {
    content: "1.";
}

main .cmn-wrap01 ol.num li:nth-child(2)::before {
    content: "2.";
}

main .cmn-wrap01 ol.num li:nth-child(3)::before {
    content: "3.";
}

main .cmn-wrap01 ol.num li:nth-child(4)::before {
    content: "4.";
}

main .cmn-wrap01 ol.num li:nth-child(5)::before {
    content: "5.";
}

main .cmn-wrap01 ol.num li:nth-child(6)::before {
    content: "6.";
}

main .cmn-wrap01 ol.num li:nth-child(7)::before {
    content: "7.";
}

main .cmn-wrap01 ol.num li:nth-child(8)::before {
    content: "8.";
}

main .cmn-wrap01 ol.num li:nth-child(9)::before {
    content: "9.";
}

main .cmn-wrap01 ol.num li:nth-child(10)::before {
    content: "10.";
}

main .cmn-wrap01 ol.num li:nth-child(11)::before {
    content: "11.";
}

main .cmn-wrap01 ol.num li:nth-child(12)::before {
    content: "12.";
}

main .cmn-wrap01 ol.num li:nth-child(13)::before {
    content: "13.";
}

main .cmn-wrap01 ol.num li.no-num::before {
    content: "";
}

main .cmn-wrap01 ol li p {
    width: calc(100% - 30px);
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ol li p {
        width: calc(100% - 5vw);
    }
}

main .cmn-wrap01 ol li:last-child p {
    margin-bottom: 0;
}

main .cmn-wrap01 ol li p.mb {
    margin-bottom: 25px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ol li p.mb {
        margin-bottom: 3.33vw;
    }
}

main .cmn-wrap01 ol li p.pl {
    padding-left: 40px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ol li p.pl {
        padding-left: 5.66vw;
        width: 100%;
    }
}

main .cmn-wrap01 ul.ind-01 li {
    display: flex;
    font-size: 13px;
    line-height: 1.5;
    margin-left: 10px;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ul.ind-01 li {
        font-size: 2.93vw;
        margin-left: 0;
        margin-bottom: 1em;
        text-indent: -1em;
        padding-left: 1em;
    }
}

main .cmn-wrap01 ul.ind-num,
main .cmn-wrap01 ul.ind-dot {
    font-size: 13px;
    margin-bottom: 2em;
    width: 100%;
}

main .cmn-wrap01 ul.ind-num {
    margin-top: -25px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ul.ind-num {
        margin-top: -2.33vw;
    }
}

main .cmn-wrap01 ol.num ul.ind-num li::before,
main .cmn-wrap01 ol.num ul.ind-dot li::before {
    content: none;
}

main .cmn-wrap01 ol.num ul.ind-num li {
    line-height: 1.5;
    margin-left: 50px;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ol.num ul.ind-num li {
        font-size: 2.93vw;
        margin-left: 5.33vw;
        text-indent: 0;
        padding-left: 0;
    }
}

main .cmn-wrap01 ol.num ul.ind-dot li {
    line-height: 1.5;
    margin-left: 40px;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ol.num ul.ind-dot li {
        margin-left: 5.33vw;
        font-size: 2.93vw;
        text-indent: 0;
        padding-left: 0;
    }
}

main .cmn-wrap01 p.date {
    text-align: right;
    margin: 2em 0 0;
}

/* page transaction
------------------------------------------------------------------------------*/
main .transaction dl {
    border-top: 1px solid #cbcbcb;
    display: flex;
    font-size: 15px;
}

@media screen and (max-width:767px) {
    main .transaction dl {
        display: block;
        font-size: 2.933vw;
    }
}

main .transaction dl:nth-child(1) {
    border-top: 1px solid #ffe896;
}

main .transaction dl:last-child {
    border-bottom: 1px solid #ffe896;
}

main .transaction dl dt {
    font-weight: bold;
    line-height: 1.8;
    padding: 14px 70px 14px 20px;
    width: 270px;
}

@media screen and (max-width:767px) {
    main .transaction dl dt {
        font-size: 3.73vw;
        line-height: 1.5;
        padding: 4vw 0 0 2.66vw;
    }
}

main .transaction dl dd {
    flex: 1;
    line-height: 1.5;
    padding: 16px 0 16px 20px;
}

@media screen and (max-width:767px) {
    main .transaction dl dd {
        padding: 1.33vw 2vw 4vw;
    }
}

main .transaction dl dd p {
    margin-bottom: .8em;
}

main .transaction .flx-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.8em;
}

main .transaction .flx-box .title-box {
    font-weight: bold;
    margin-top: 20px;
}

@media screen and (max-width:767px) {
    main .transaction .flx-box .title-box {
        font-size: 3.2vw;
        width: 100%;
    }

    main .transaction .flx-box p.title-box {
        margin-bottom: 0;
    }
}

main .transaction .flx-box .txt-box {
    flex: 1;
}

@media screen and (max-width:767px) {
    main .transaction .flx-box .txt-box {
        width: 100%;
    }
}

main .transaction .flx-box .txt-box p {
    margin-bottom: 1em;
}

main .transaction .flx-box .txt-box p span {
    font-size: 11px;
}

@media screen and (max-width:767px) {
    main .transaction .flx-box .txt-box p span {
        font-size: 3.2vw;
    }
}

main .transaction ul {
    padding: 20px 0;
}

@media screen and (max-width:767px) {
    main .transaction ul {
        padding: 2.66vw 0;
    }
}

main .transaction ul li {
    font-size: 13px;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width:767px) {
    main .transaction ul li {
        font-size: 2.66vw;
        text-indent: 0;
        padding-left: 0;
    }
}

main .transaction p:last-child,
main .transaction .flx-box:last-child,
main .transaction .flx-box .txt-box p:last-child {
    margin-bottom: 0;
}

main .transaction .flx-box figure {
    width: calc(25% - 5px);
}

@media screen and (max-width:767px) {
    main .transaction .flx-box figure {
        margin-top: 2.66vw;
        width: calc(50% - 1.33vw);
    }
}
.Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
  @media screen and (max-width: 480px) {
    .Form {
      margin-top: 40px;
    }
  }
  .Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 480px) {
    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
  }
  .Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
  }
  .Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
    }
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
  }
  .Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #5bc8ac;
    color: #fff;
    font-size: 14px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
  }
  .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Input {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #5bc8ac;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
  }
  @media screen and (max-width: 480px) {
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
  }
  

  main .cmn-wrap02 h3 {
    background: url("../../images/icn_mail.png") left 5px center / 33px auto no-repeat;
    border-top: 1px solid #ffe896;
    font-size: 18px;
    font-weight: normal;
    margin: 36px 0 21px;
    padding-left: 50px;
    height: 50px;
    line-height: 50px;
}

