@charset "utf-8";

* {
    transition:all 0.3s;
}

body{
    background-color: #fff;
    color: #000200;
    font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size:18px;
    font-feature-settings : "palt" 1;
    letter-spacing: 1px;
    line-height: 1.8;
}
.wrapper{
    position: relative;
}
.inner {
    max-width: 1418px;
    padding: 0 125px;
    margin: auto;
}
.srcrolls {
    opacity:0;
    position:relative;
    top:100px;
}
.element {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: transform 1s, opacity 1s, visibility 1s;
}
.is-fadein {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.common-ttl-h2{
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: max(70px, min(5.6vw,30px) );
    font-size: clamp(30px,5.6vw,70px);
    line-height:1.3;
}
.common-ttl-h2 .ttl-txt{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
}
.common-ttl-h2 .ttl-txt .ttl-img{
    max-width: 65px;
    display: inline-block;
    margin-left: 25px;
}
.common-ttl-h2 .icon-left{
    max-width: 55px;
    margin-right: 30px;
}
.common-ttl-h2 .icon-right{
    margin-left: 30px;
    max-width: 45px;
}
.common-ttl-h2 img.animation{
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    max-width: 100%;
}
.common-ttl-h2 img.keyframe-py {
    animation-name: poyopoyo;
}
@keyframes poyopoyo {
    0%, 40%, 60%, 80% {
        transform: scale(1.0);
    }
    50%, 70% {
        transform: scale(0.85);
    }
}
.common-ttl-h2 img{
    width: 100%;
}
.sub-ttl-txt{
    text-align: center;
    font-size: max(30px, min(4vw,20px) );
    font-size: clamp(20px,4vw,30px);
    padding-top: 20px;
}
.slider img {
    width: 100%;
    height: auto;
}
.single-item {
    max-width: 600px;
    margin: 0 auto 50px;
}
.slick-prev::before, .slick-next::before {
    font-size: 24px;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
    right: 20px;
    z-index: 99;
}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
    left: 15px;
    z-index: 100;
}
.single-item .slick-prev::before,
.single-item .slick-next::before {
    color: #666;
}
.slick-dots {
    bottom:-25px;
}
.only-1300pc{
    display:block;
}
.only-pc{
    display:block;
}
.only-sp{
    display:none;
}
.only-750pc{
    display:block;
}
.only-750sp{
    display:none;
}
.only-minsp{
    display:none;
}
.only-maxpc{
    display:block;
}
.only-midpc{
    display:block;
}
.only-midsp{
    display:none;
}
.only-minpc{
    display:block;
}
.only-400pc{
    display:block;
}
.only-400sp{
    display:none;
}
.fcW {
    color:#fff !important;
}
.fcR {
    color:#E64D07 !important;
}

/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    transition: .6s ease-out;
    z-index: 999;
}
.header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 10px 30px;
    background-color: #e25000;
}
.header .header-inner h1{
    max-width: 400px;
    flex: 1;
}
.header .header-inner h1 img{
    width: 100%;
}
.header .header-inner .nav {
    display: flex;
    align-items: center;
    color: #fff;
}
.header .header-inner .nav a {
    /* font-size: 20px; */
    font-weight: 700;
    margin-left: 10px;
    background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 0) 3px no-repeat;
    transition: 0.4s;
    border-right: solid 1px #fff;
    padding-right: 10px;
    white-space: nowrap;
}
.header .header-inner .nav .login-link {
    background: #fadd50;
    color: #000000;
    padding-right: 0;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    border-right: none;
    margin-right: 0;
    margin-left: 10px;
    box-shadow: 0px 0px 12px 0 rgba(100, 100, 100, 0.12), 0px 0px 12px 0px rgba(100, 100, 100, 0.04);
    width: 100%;
    text-align: center;
}
.header .header-inner .nav .link-mypg {
    background: #2d3b75;
    margin-left: 10px;
    color: #ffffff;
}
.header .header-inner .nav a:last-child {
    border-right: none;
}
.menu-btn {
    display: none;
}
.header .header-inner .nav-sp {
    display: none;
}
.header.scroll {
    background: rgb(226 80 0 / 0.8);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* floating icon */
.floating-icon{
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 98;
    max-width: 200px;
}
.floating-icon img{
    width: 100%;
}

/* heading */
.heading-wrap{
    text-align: center;
    background: #ffdd1c;
    padding: 30px 15px;
}
.heading-wrap h1{
    max-width: 606px;
    margin: 0 auto;
}
.heading-wrap h1 img{
    width: 100%;
}

/* movie */
.movie{
    margin-top: 100px;
}
.movie-video img{
    width: 100%;
    height: 100%;
}
.movie-video video{
    background: #d7d7d7;
    width: 100%;
    height: 100%;
}
.movie-ytb{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.movie-ytb video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* flow */
.flow-txt-repeat{
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 12px 0 8px;
}
.flow-txt-repeat div{
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
}
.flow-txt-repeat div:nth-child(odd) {
    animation: loop 50s -25s linear infinite;
}
.flow-txt-repeat div:nth-child(even) {
    animation: loop2 50s 25s linear infinite;
}
.flow-txt-repeat img{
    width: 100%;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

/* start */
/* .start-wrap{
  text-align: center;
  background-color: #ffdd1c;
  padding: 100px 15px 80px;
  background-image: radial-gradient(#fcd600 20%, transparent 20%), radial-gradient(#fcd600 20%, transparent 20%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
} */
.start-wrap{
    text-align: center;
    background-color: #e25003;
    padding: 100px 15px 80px;
    background-image: url(../img/bg_dot_01.png);
    background-repeat: inherit;
    position: relative;
}
.start-wrap .mv-menu-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.start-wrap .mv-menu-wrap li{
    margin: 0 15px 0 15px;
    max-width: 168px;
}
/*.start-wrap .mv-menu-wrap li img{*/
/*    width: 100%;*/
/*}*/
.start-wrap h2{
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: max(35px, min(4vw,18px) );
    font-size: clamp(18px,4vw,35px);
    color: #fff;
    margin-top: 50px;
}
.start-wrap > p{
    padding-top: 50px;
    font-size: 25px;
    line-height: 2;
}
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.start-wrap .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}
.start-wrap .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
}
.start-wrap .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0s both;
}
.start-wrap .scroll-infinity__item {
    width: 178px;
    margin: 20px 20px 0 20px;
}
.start-wrap .wd3{
    width: 354px;
}
.start-wrap .scroll-infinity__item>img {
    width: 100%;
}
.start .repeat-txt{
    background-color: #FEDF17;
    padding: 10px 0 5px;
}
.start .repeat-txt p{
    background-color: #FEDF17;
    background-image: url(../img/loop_text.png);
    background-size: contain;
    background-repeat: repeat;
    height: 30px;
}
/* .start p.textbox {
    font-size: max(24px, min(3vw,16px) );
    font-size: clamp(16px,3vw,24px);
    line-height: 2;
    color: #DC5100;
    text-align: center;
    padding: 70px 15px;
} */
.start p.textbox {
    font-size: max(24px, min(3vw,16px) );
    font-size: clamp(16px,3vw,24px);
    line-height: 2;
    color: #ffffff;
    text-align: center;
    padding: 30px 15px 70px;
}
.start-period{
    background: #e25000;
    border-radius: 100vh;
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    color: #fff;
    padding: 10px 15px;
}
.start-period p{
    font-size: 35px;
    font-weight: 600;
}
.start-period p span{
    font-size: 30px;
    font-weight: 600;
}

/* youtube */
.ytb-wrap{
    padding: 150px 15px;
}
.ytb-wrap-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.ytb-wrap-item li{
    margin: 10px;
    width: calc(100% / 2 - 20px);
}
.ytb-wrap-item li img{
    width: 100%;
}
.ytb-wrap-item li h2{
    display: flex;
    justify-content: center;
}
.ytb-wrap-item li div{
    width: 100%;
    height: auto;
}
.ytb-wrap-item li div video{
    width: 100%;
}

/* feature */
#feature {
    background: url(../img/bg_graph.png) top left repeat;
}
.feature-wrap{
    width:100%;
    max-width:1800px;
    margin:0 auto;
    padding: 150px 15px 100px;
    position: relative;
}
.feature-wrap .feature-wrap-item{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:start;
    margin-top:50px;
}
.feature-wrap .feature-wrap-item li{
    width:32%;
    max-width:400px;
    display:flex;
    justify-content: center;
    flex-wrap:wrap;
    margin-bottom:30px;
}
.feature-wrap .feature-wrap-item li > img{
    width:80%;
}
.feature-wrap .feature-wrap-item li h3 {
    width: 100%;
    text-align: center;
    font-size: max(35px, min(2.8vw,20px) );
    font-size: clamp(20px,2.8vw,35px);
    font-weight: bold;
    color: #E25303;
    line-height: 1.4;
    margin-top: 20px;
}
.feature-wrap .feature-wrap-item li > p {
    text-align: center;
    font-size: max(20px, min(1vw,18px) );
    font-size: clamp(18px,1vw,20px);
    margin-top: 10px;
    max-width: 390px;
    width: 100%;
}
.feature-wrap .feature-wrap-item .note{
    font-size: 14px;
}
.feature-wrap .feature-wrap-item .note-color{
    color: #E25303;
}
.feature-attention {
    /* font-size: 85%; */
    color: #888;
}

/* tool */
.tool-wrap{
    background-color: #ECECEC;
    padding: 150px 15px 80px;
}
/* .tool-wrap .common-ttl-h2{
    max-width: 1280px;
} */
.tool-wrap .tool-wrap-item {
    width: 100%;
    /* max-width: 1000px; */
    padding: 40px 70px;
    background-color: #fff;
    border-radius: 40px;
    margin: 0 auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:start;
    position:relative;
    z-index:2;
    border: 5px solid #E24F00;
}
.tool-wrap .tool-wrap-item li {
    width:20%;
    /* max-width:140px; */
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:start;
    margin-bottom:25px;
}
.tool-wrap .tool-wrap-item li p.imgbox {
    width:170px;
    height:170px;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:#FFF5BC;
    line-height:1;
    border-radius:50%;
}
.tool-wrap .tool-wrap-item li p.imgbox img.size1 {
    object-fit: scale-down;
    height:110px;
}
.tool-wrap .tool-wrap-item li p.imgbox img.size2 {
    object-fit: scale-down;
    height:120px;
}
.tool-wrap .tool-wrap-item li p.imgbox img.size3 {
    object-fit: scale-down;
    width:120px;
}
.tool-wrap .tool-wrap-item li p.textbox {
    width:100%;
    margin-top:10px;
    text-align:center;
    /* font-size:90%; */
    font-weight:500;
}
.tool-wrap .tool-wrap-item li p.textbox span {
    font-size:65%;
}
.tool-wrap .tool-wrap-item li.attention {
    width:100%;
    padding-top:15px;
    margin-bottom:0;
    justify-content:end;
}
.tool-wrap .tool-wrap-item li.attention p {
    font-size:80%;
    text-align:right;
    margin-right:-40px;
    font-weight:500;
}
.tool-wrap .tool-wrap-item li.ttl {
    width: 100%;
    text-align: center;
}
.tool-wrap .tool-wrap-item li.ttl p {
    font-weight: bold;
    color: #E64D07;
    font-size: 180%;
}
.tool-wrap .dubble {
    width:100%;
    max-width:1300px;
    margin:60px auto 0;
    position:relative;
}
.tool-wrap .dotbg {
    width:100%;
    height:100%;
    background:url(../img/bg_dot_02.png) top left repeat;
    border-radius:40px;
    overflow:hidden;
    padding:0;
    position:absolute;
    bottom:-25px;
    right:-25px;
    z-index:1;
}
p.tool-attention {
    width:100%;
    /* max-width:1000px; */
    margin:50px auto;
    font-size:80%;
    text-align: center;
}

/* advantages */
/* #advantages h2 img {
    max-width:1400px;
    margin:0 auto;
} */
.advantages-wrap{
    padding: 150px 15px;
}
ul.merit-lists {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:start;
    margin-top:100px;
}
ul.merit-lists li {
    width:30%;
}
ul.merit-lists li .adv-merit-img {
    display:flex;
    justify-content:center;
    margin-bottom:-7px;
}
ul.merit-lists li .adv-merit-ttl {
    text-align:center;
    border-radius:20px 20px 0 0;
    background-color:#FFDD1D;
    color:#E25000;
    padding:15px;
    font-size: max(28px, min(4vw,20px) );
    font-size: clamp(20px,4vw,28px);
    font-weight:bold;
}
ul.merit-lists li .adv-merit-txt {
    text-align:center;
    border-radius:0 0 20px 20px;
    color:#FFF;
    background-color:#E25000;
    padding:25px;
    line-height:1.8
}

[data-ruby] {
    position: relative;
    font-weight:bold;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 6px;
    right: 0;
    margin: auto;
    font-size: 125%;
    letter-spacing: 13px;
    font-weight:normal;
}
.adv-subttl{
    font-weight: bold;
    text-align: center;
    color: #D6540A;
    margin: 80px auto 30px;
    font-size: max(30px, min(4vw,20px) );
    font-size: clamp(20px,4vw,30px);
    max-width: 800px;
}
.adv-subttl img{
    width: 100%;
}
.adv-txt{
    text-align:center;
    margin-bottom:30px;
}
.adv-graph img{
    width: 100%;
}


/* plan */
/* #plan h2 img {
    max-width:700px;
    margin:0 auto;
} */
.plan-wrap{
    padding: 150px 15px;
    background-color: #E25000;
}
.plan-wrap .sub-ttl-txt{
    color: #fff;
  }
.planboard {
    position: relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:start;
    width:100%;
    /* max-width:1100px; */
    margin:80px auto 20px;
    border-radius: 10px;
    background-color: #000;
    padding: 50px 15px 15px;
}
.planboard h3 {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    width: 70%;
    background-color: #000;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    border-radius: 40px;
    margin-bottom: 20px;
    /* padding: 10px; */
    line-height: 1.8;
    padding: 10px;
}
.planboard .subs-color{
    color: #c92a21;
}
.planboard .trial {
    width:32%;
    background-color:#FEFCE7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.planboard .trial .ttlblock {
    background-color:#dcdcc8;
    padding: 30px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/* .planboard .trial .ttlblock p {
    color:#E25000;
} */
.planboard .trial .plantools,
.planboard .trial .planprice {
    border-bottom:5px solid #FEED8B;
}
.planboard .planprice,
.planboard .plantools {
    padding:30px 20px;
}
.planboard .ttlblock p,
.planboard .planprice p {
    font-weight:bold;
}
.planboard .standard {
    width:32%;
    background-color:#FFF9DD;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.planboard .standard .ttlblock {
    background-color:#FFDD1D;
    padding: 30px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.planboard .standard .plantools,
.planboard .standard .planprice {
    border-bottom:5px solid #FFDD1C;
}
.planboard .business {
    width:32%;
    background-color:#FCE5D9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.planboard .business .ttlblock {
    background-color:#d2240a;
    padding: 30px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.planboard .business .ttlblock p {
    color:#fff;
}
.planboard .business .plantools,
.planboard .business .planprice {
    border-bottom:5px solid #E15002;
}
.planboard .ttlblock p.subttl {
    font-size: max(25px, min(1vw,18px) );
    font-size: clamp(18px,1vw,25px);
    text-align:center;
}
.planboard .ttlblock p.ttl {
    font-size: max(35px, min(3.5vw,20px) );
    font-size: clamp(20px,3.5vw,35px);
    text-align:center;
    line-height:1.3;
}
.planboard .planprice p.subs {
    font-size: max(38px, min(4vw,20px) );
    font-size: clamp(20px,4vw,38px);
    text-align:center;
    /* font-weight:500; */
}
.planboard .planprice p.price {
    font-size: max(65px, min(4.5vw,30px) );
    font-size: clamp(30px,4.5vw,65px);
    color:#DB0008;
    text-align:center;
    font-weight:bold;
    line-height:1;
}
.fontKoulen {
    font-family: 'Koulen', cursive;
}
.planboard .planprice p.price span.pricetype {
    font-size:40%;
    font-weight:bold;
}
.planboard .planprice p.price span.assist {
    font-size: 17%;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: sub;
    padding-left: 3px;
}
.planboard .plantools .subs {
    font-size: max(25px, min(3vw,18px) );
    font-size: clamp(18px,3vw,25px);
    text-align:center;
    font-weight:500;
}
.planboard .plantools .toolnum {
    font-size: max(65px, min(6vw,30px) );
    font-size: clamp(30px,6vw,65px);
    text-align:center;
    line-height:1;
}
.planboard .plantools .toolnum .tooltype {
    font-size:50%;
    font-weight:500;
}
.subtexts {
    margin:50px auto;
    font-weight:bold;
    text-align:center;
    font-size: max(28px, min(4vw,18px) );
    font-size: clamp(18px,4vw,28px);
    color: #fff;
}
.plans {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    width:100%;
    /* max-width:1100px; */
    margin:0 auto;
}
.plans .planwrap {
    width:49%;
}
.plans .planwrap .planblock,
.plans .planwrap .options {
    border:4px solid #2B3A79;
    position:relative;
    background-color: #fff;
}
.plans .planwrap .options .optionprice span{
    font-size: 14px;
}
.plans .planwrap .planblock {
    padding:30px 30px 10px;

}
.plans .planwrap .planblock .contractspan {
    background-color:#2B3A79;
    color:#fff;
    font-size:130%;
    padding:5px 20px;
    /* margin: -75px auto 0; */
    /* width: 300px; */
    text-align: center;
    border-radius: 40px;
    position: absolute;
    top: -30px;
    left: 22%;
    right: 22%;
}
.plans .planwrap .planblock .subtext {
    color:#2B3A79;
    text-align:center;
    /* padding-top:10px; */
    font-size:130%;
    font-weight:500;
}
.plans .planwrap .planblock .planname {
    color:#2B3A79;
    text-align:center;
    font-size:200%;
    font-weight:bold;
    /* line-height:1; */
    margin-bottom:20px;
}
.plans .planwrap .planblock .planconts {
    display:flex;
    justify-content:space-between;

}
.plans .planwrap .planblock .planconts li {
    width:32%;
}
.plans .planwrap .planblock .planconts li .planttl {
    padding:3px;
    border-top:2px solid #2B3A79;
    border-bottom:2px solid #2B3A79;
    text-align:center;
    color:#2B3A79;
    font-size: 100%;
    font-weight: 500;
}
.plans .planwrap .planblock .planconts li .planprice {
    color:#2B3A79;
    text-align:center;
    font-size: 140%;
    font-weight: 500;
    line-height: 2;
}
.plans .planwrap .planblock .planconts li .planprice span{
    font-size: 14px;
}
.plans .planwrap .options {
    padding:50px 40px 40px;
    margin-top:60px;
}
.plans .planwrap .options .contractspan {
    background-color:#2B3A79;
    color:#fff;
    font-size:160%;
    padding:5px 20px;
    /* margin: -75px auto 0; */
    /* width: 250px; */
    text-align: center;
    border-radius: 40px;
    position: absolute;
    top: -30px;
    left: 28%;
    right: 28%;
}
.plans .planwrap .options p {
    text-align:center;
    color:#2B3A79;
    font-size: 140%;
    font-weight: 500;
}
.plans .planwrap .options .optiontext {
    font-size:200%;
    text-align:center;
    font-weight:bold;
    /* padding-top:20px; */
}
a.plan-hvr:hover {
    opacity: 0.7;
}
.plans .links{
    max-width: 500px;
    margin: 50px auto;
    width: 100%;
}
.plans .links a{
    background-color: #fff;
    padding: 20px;
    font-size: 180%;
    font-weight: 600;
    display: block;
    text-align: center;
    color: #DE5401;
}
.plans .links a:hover{
    opacity: 0.7;
}
.plan-guideline .smpttl {
    margin-top: 50px;
    color: #fff;
    font-size: max(28px, min(4vw,18px) );
    font-size: clamp(18px,4vw,28px);
    padding-top: 0;
    font-weight: bold;
}
.plan-guideline .plansample {
    width:90%;
    max-width:1000px;
    margin:30px auto 45px;
}
.plan-guideline .plansample .samplettl {
    padding:15px 25px;
    text-align:center;
    font-size: max(26px, min(3vw,18px) );
    font-size: clamp(18px,3vw,26px);
    font-weight:bold;
    color:#DB5100;
    background-color:#FFDD1D;
    position:relative;
    border-radius:20px 20px 0 0;
}
.plan-guideline .plansample .samplettl span {
    display:inline-block;
    position:absolute;
    top:15px;
    left:20px;
    background-color:#E25000;
    color:#FFDD1D;
    font-weight:bold;
    padding: 0 20px;
    border-radius: 50px;
}
.plan-guideline .plansample .sampletxt {
    padding:45px 20px 35px;
    text-align:center;
    font-size: max(30px, min(4vw,22px) );
    font-size: clamp(22px,4vw,32px);
    font-weight:bold;
    position:relative;
    border-radius:0 0 20px 20px;
    background-color:#FFF7C6;
    line-height: 1.4;
}
.plan-guideline .plansample .sampletxt span {
    color:#D02608;
    font-size: max(35px, min(4vw,26px) );
    font-size: clamp(26px,4vw,35px);
    font-weight:bold;
}
.plan-guideline .guidelinetxt {
    text-align: center;
    padding-top: 20px;
    font-size: max(26px, min(4vw,20px) );
    font-size: clamp(20px,4vw,26px);
    color: #fff;
}


/* pre-booking */
.pre-booking-wrap{
    background-color: #e25000;
    padding: 100px 15px;
}
/* #pre-booking h2 img {
    max-width:850px;
    margin:0 auto;
} */
.pre-booking-wrap .inner {
    width:100%;
    /* max-width:1100px; */
}
.pre-booking-wrap .inner .discounts {
    width:100%;
    position:relative;
    background-color:#fff;
    border-radius:40px;
    margin:50px auto 0;
    padding:40px;
}
.pre-booking-wrap .inner .discounts .points {
    width:180px;
    height:180px;
    background-color:#FFDD1D;
    color:#DF5100;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 10px 20px;
    font-size:600%;
    font-weight:bold;
    border-radius:50%;
    position:absolute;
    top:-40px;
    left:-40px;
}
.pre-booking-wrap .inner .discounts .points span {
    font-size:35%;
    font-weight:bold;
    writing-mode: vertical-rl;
    line-height:0.8;
    padding-top: 15px;
}
.pre-booking-wrap .inner .discounts h3 {
    font-size: max(70px, min(2vw,26px) );
    font-size: clamp(26px,4vw,70px);
    text-align:center;
    color:#2B3A79;
    font-weight:bold;
    margin-bottom:20px;
}
.pre-booking-wrap .inner .discounts p {
    font-size: max(35px, min(2vw,20px) );
    font-size: clamp(18px,2.4vw,35px);
    font-weight:600;
    text-align:center;
}
.pre-booking-wrap .inner .discounts p span.marker {
    font-weight:600;
    display:inline-block;
    padding:0 10px;
    margin:0 auto;
    background: linear-gradient(to top, #FFDD1D 40%, transparent 40%);
}
.pre-booking-wrap .inner .discounts p.infos {
    font-size:260%;
    color:#E05000;
    margin-top:50px;
}
.pre-booking-wrap .inner .discounts p.bigfonts {
    font-weight:bold;
    font-size:1000%;
    line-height:0.8;
    margin:30px auto;
    font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color:#E05000;
}
.pre-booking-wrap .inner .discounts p.bigfonts span {
    font-weight:bold;
    font-size:40%;
}
.booking-attention {
    color:#fff;
    font-size:125%;
    margin-top:10px;
}

/* guide */
.guide {
    background:url(../img/bg_dot_03.png) top left repeat;
}
/* .guide .common-ttl-h2{
    max-width:1280px;
    margin:0 auto;
} */
.guide-wrap{
    padding: 150px 15px;
}
.tab-001 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 60px auto 0;
}
.tab-001 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fedd38;
    color: #fff;
    font-size: max(22px, min(4vw,18px) );
    font-size: clamp(18px,4vw,22px);
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.tab-001 > label:hover {
    opacity: .8;
}
.tab-001 > label:nth-of-type(2) {
    background-color: #e25000;
}
.tab-001 > label:nth-of-type(3) {
    background-color: #2a397a;
}
.tab-001 input {
    display: none;
}
.tab-001 > div {
    display: none;
    width: 100%;
    padding: 30px 10px;
    background-color: #fedd39;
}
.tab-001 label:has(:checked) {
    background-color: #fedd38;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #000;
}
.tab-001 label:has(:checked) + div {
    display: block;
}
.quickwrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.quickwrap li{
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 10px 30px 10px;
    align-items: center;
    background-color: #fff;
    padding: 30px 10px;
    text-align: center;
    position: relative;
}
.quickwrap li .common-ttl-h3{
    font-size: max(22px, min(4vw,18px) );
    font-size: clamp(18px,4vw,22px);
    font-weight: bold;
    line-height: 1.2;
    color: #e25003;
}
.quickwrap li:last-child{
    background-color: #d2240a;
}
.quickwrap li:last-child .common-ttl-h3{
    color: #fff;
}
.quickwrap li > div{
    max-width: 150px;
}
.quickwrap li > div img{
    width: 100%;
}
.quickwrap li p{
    font-size: 16px;
}
.quickwrap li .allow-box{
    position: absolute;
    top: 50%;
    right: -14%;
    transform: translate(0, -50%);
    z-index: 2;
}

/* faq */
.faq {
    background-color:#ECECEC;
}
/* .faq .common-ttl-h2{
    max-width:400px;
    margin:0 auto;
} */
.faq-wrap{
    padding: 150px 15px;
}
.faqlist-wrap {
    margin: 50px auto 0;
    max-width: 500px;
    width: 100%;
}

.faq-list:not(:first-child) {
    margin-top: 20px;
}
.faq-ttl {
    padding: 50px 10px 30px 10px;
    text-align: center;
    font-size: max(26px, min(4vw,20px) );
    font-size: clamp(20px,4vw,26px);
    font-weight: bold;
}
.faq-subttl {
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 20px 40px 20px 80px;
    position: relative;
    font-size: max(26px, min(4vw,20px) );
    font-size: clamp(18px,4vw,20px);
    font-weight: bold;
}
.faq-subttl:before {
    position: absolute;
    display: flex;
    content: 'Q';
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background-color: #e25000;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    font-family: ui-serif;
}
/* .faq-subttl:after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
} */
.faq-subttl.open:after {
    transform: rotate(-45deg);
    top: 45%;
}
.faq-txt {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    display: none;
    padding: 20px 40px;
}
.faq-tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin:100px 0 0;
  }
.faq-tab-wrap:after {
    content: '';
    width: 100%;
    display: block;
}
.faq-tab-label {
    background: #e25003;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 15px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    z-index: 1;
    cursor: pointer;
    flex: 1;
  }
.faq-tab03{
    background: #e87333;
}
.faq-tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
.faq-tab-switch:checked+.faq-tab-label {
    background: #ffffff;
    color: #000;
    border-left: solid 2px #e25003;
    border-top: solid 2px #e25003;
    border-right: solid 2px #e25003;
    font-size: 20px;
  }
.faq-tab-switch:checked+.faq-tab-label+.faq-tab-content {
    height: auto;
    overflow: auto;
    padding: 50px;
    opacity: 1;
    transition: .5s opacity;
    border-left: solid 2px #e25003;
    border-right: solid 2px #e25003;
    border-bottom: solid 2px #e25003;
    background: #fff;
  }
.faq-tab-switch {
    display: none;
}
.faq-tab-wrap .toggle {
    display: none;
}
.faq-tab-wrap .Label {
    padding: 1em;
    display: block;
    color: #e25000;
    border-bottom: solid 3px #e25000;
    padding-left: 0;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}
.faq-tab-wrap .Label span{
    background: #ffdd1c;
    color: #e25003;
    padding: 7px 16px;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 25px;
}
.faq-tab-wrap .Label::before{
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid #e25000;
    border-right: 3px solid #e25000;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc( 50% - 3px );
    right: 20px;
    transform: rotate(135deg);
}
.faq-tab-wrap .Label,
.faq-tab-wrap .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.faq-tab-wrap .content {
    height: 0;
    margin-bottom:10px;
    padding:0 20px;
    overflow: hidden;
    font-size: 20px;
}
.faq-tab-wrap .toggle:checked + .Label + .content {
    height: auto;
    padding:20px ;
    transition: all .3s;
}
.faq-tab-wrap .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
}

/* contact */
.contact-wrap{
    background-color: #ffdd1c;
    padding: 100px 15px 80px;
}
.contact-wrap p.links a {
    background-color:#fff;
    padding:30px;
    font-size:210%;
    font-weight:600;
    display:block;
    text-align:center;
    color:#DE5401;
}
.contact-wrap p.links a:hover {
    opacity:0.7;
}
.contact-wrap p.times {
    text-align:center;
    font-size:120%;
    margin-top:30px;
}

/* company */
.company-wrap{
    background-color: #e25000;
    padding: 100px 15px 80px;
}
.company-wrap .company-searvice{
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-wrap .company-searvice li{
    max-width: 150px;
    border-radius: 100vh;
    margin: 10px;
    background-color: #fff;
    border: solid 2px #dcdcdc;
}
.company-wrap .company-searvice li img{
    width: 100%;
}
.company-wrap .company-address{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.company-wrap .company-address img{
    max-width: 225px;
    width: 100%;
}
.company-wrap .company-address p{
    font-size: 15px;
    padding-top: 20px;
    color: #fff;
}
.company-wrap .company-link{
    padding-top: 70px;
    color: #fff;
}
.company-wrap .company-link > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.company-wrap .company-link > div dt, .company-wrap .company-link > div dd{
    max-width: 345px;
    width: 100%;
    font-size: 15px;
}
.company-wrap .company-link > div dd a{
    padding-left: 5px;
}
.company-wrap .company-sns{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.company-wrap .company-sns li{
    max-width: 40px;
    margin: 10px;
}
.company-wrap .company-sns li img{
    width: 100%;
}
.company-wrap .company-sns li a:hover{
    opacity: 0.7;
}

/* banner */
.banner-wrap{
    display: flex;
    align-items: center
}
.banner-wrap li{
    width: calc(100% / 5);
}
.banner-wrap li img{
    width: 100%;
}
.banner-wrap li a{
    display: block;
}
.banner-wrap li a:hover{
    opacity: 0.7;
    transition: 2s;

}
/* privacy */
.privacy-wrap{
    padding: 100px 15px 90px;
}
.privacy-wrap .privacy-item{
    width: 100%;
    margin: 0 auto;
}
.privacy-wrap .privacy-contents{
    display: none;
    padding: 100px 0;
}
.privacy-wrap .privacy-ttl {
    position: relative;
    cursor: pointer;
}
.privacy-wrap .privacy-ttl img{
    width: 58%;
}
.privacy-wrap .privacy-ttl::after {
    border-right: solid 5px rgb(0, 0, 0);
    border-top: solid 5px rgb(0, 0, 0);
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 10%;
    bottom: 36%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 30px;
}
.privacy-wrap .privacy-ttl.open::after {
    top: 45%;
    transform: rotate(-45deg);
}
.privacy-wrap .privacy-contents .common-ttl-h3{
    text-align: center;
    font-size: max(27px, min(2.5vw,20px) );
    font-size: clamp(20px,2.5vw,27px);
    padding-bottom: 20px;
    cursor: pointer;
}
.privacy-wrap .privacy-contents .privacy-txt{
    text-align: center;
}
.privacy-wrap .privacy-contents dt{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 40px;
    font-size: max(25px, min(2.5vw,18px) );
    font-size: clamp(18px,2.5vw,25px);
}
.privacy-wrap .privacy-contents dd{
    text-align: center;
}

/* マイページ */
.current-status .cs-wrap{
    margin-top: 100px;
    padding: 10px;
}
.current-status .cs-change-wrap{
    margin-top: 70px;
}
.current-status .cs-wrap-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.current-status .cs-wrap-item .item-breadcrumb{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 14px;
}
.current-status .cs-wrap-item .item-breadcrumb li a{
    color: #b1b1b1;
}
.current-status .cs-wrap-item .item-breadcrumb li:not(:last-of-type)::after{
    content: ">";
    margin: 0 .6em;
    color: #777;
}
.current-status .cs-wrap-item .item-icon{
    display: flex;
    align-items: center;
}
.current-status .cs-wrap .user-pic{
    max-width: 40px;
    width: 100%;
}
.current-status .cs-wrap .user-name{
    padding-left: 10px;
}
.current-status .cs-wrap .item-loggingin p{
    font-size: 14px;
    color: #666;
}
.user .user-wrap{
    background: #ececec;
    padding: 30px 20px;
}
.user .user-wrap dl{
    display: flex;
    align-items: center;
}
.user .user-wrap dl dt .user-pic{
    width: 100%;
}
.user .user-wrap dl dd{
    margin-left: 20px;
    font-size: 16px;
}
.user .user-wrap dl dd .user-name{
    font-size: 18px;
    font-weight: bold;
}
.user .user-wrap dl dd .user-name span{
    font-weight: bold;
    padding-right: 5px;
}
.user .user-wrap dl dd .user-id{
    color: #b1b1b1;
}
.user .user-wrap dl dd .user-id span{
    background-color: #e8e7e7;
    border-radius: 5px;
    padding: 0 2px;
    margin-right: 2px;
    font-size: 12px;
}
.mypage .mypage-wrap{
    padding: 70px 0;
}
.mypage .mypage-wrap .inner{
    padding: 0 50px;
}
.mypage .mypage-wrap-item{
    display: flex;
    overflow: hidden;
    max-width: 1400px;
    width: 100%;
}
.mypage .mypage-list {
    margin-right: 50px;
}
.mypage .mypage-list-wrap {
    width: 260px;
    margin-bottom: 50px;
}
.mypage .mypage-list-wrap li a {
    color: #2e2e2e;
    display: block;
    padding: 15px;
    border: 1px solid rgba(204,200,196,.8);
    font-size: 20px
}
.mypage .mypage-list-wrap li a:hover{
    background-color: #fbf4e9;
}
.mypage .mypage-list-wrap li.current a {
    border: solid 1px #e25300;
    background-color: #fbf4e9;
}
.mypage .mypage-contents{
    width: 100%;
    overflow: hidden;
}
.mypage .mypage-contents .contract-tab-wrap {
    display: flex;
    flex-wrap: wrap;
}
.mypage .mypage-contents .contract-tab-wrap:after {
    content: '';
    width: 100%;
    display: block;
}
.mypage .mypage-contents .contract-tab-label {
    white-space: nowrap;
    text-align: left;
    position: relative;
    order: -1;
    z-index: 1;
    z-index: 1;
    cursor: pointer;
    width: auto;
    font-size: 20px;
    padding: 10px 10px 0 10px;
    padding-left: 4px;
    color: #666;
    font-size: 22px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 3px;
    margin-left: 3px;
    background-color: #ececec;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: solid 5px #ececec;
    max-width: 300px;
    width: 100%;
    text-align: center;
}
.mypage .mypage-contents .contract-tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.mypage .mypage-contents .contract-tab-switch:checked+.contract-tab-label {
    font-size: 22px;
    font-weight: bold;
    border-bottom: solid 5px #e25000;
    background: #e15100;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}
.mypage .mypage-contents .contract-tab-switch:checked+.contract-tab-label+.contract-tab-content {
    height: auto;
    overflow: auto;
    padding: 15px 5px;
    opacity: 1;
    transition: .5s opacity;
    padding-top: 0;
}
.mypage .mypage-contents .contract-tab-switch {
    display: none;
}
.mypage .mypage-contents .contract-tab-wrap .toggle {
    display: none;
}
.mypage .mypage-contents .contract-tab-wrap .Label {
    padding: 1em;
    display: block;
    color: #e25000;
    border-bottom: solid 3px #e25000;
    padding-left: 0;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}
.mypage .mypage-contents .contract-tab-wrap .Label span{
    background: #ffdd1c;
    color: #e25003;
    padding: 7px 16px;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 25px;
}
.mypage .mypage-contents .contract-tab-wrap .Label::before{
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid #e25000;
    border-right: 3px solid #e25000;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc( 50% - 3px );
    right: 20px;
    transform: rotate(135deg);
}
.mypage .mypage-contents .contract-tab-wrap .Label,
.mypage .mypage-contents .contract-tab-wrap .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.mypage .mypage-contents .contract-tab-wrap .content {
    height: 0;
    margin-bottom:10px;
    padding:0 20px;
    overflow: hidden;
    font-size: 20px;
}
.mypage .mypage-contents .contract-tab-wrap .toggle:checked + .Label + .content {
    height: auto;
    padding:20px ;
    transition: all .3s;
}
.mypage .mypage-contents .contract-tab-wrap .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
}
.mypage .mypage-contents .contract-form{
    padding-top: 30px;
}
.mypage .mypage-contents .contract-form > div{
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc9c4;
    display: flex;
}
.mypage .mypage-contents .contract-form > div dt{
    color: #333;
    font-weight: bold;
    font-size: 20px;
    width: 30%;
}
.mypage .mypage-contents .contract-form > div dd{
    width: 70%;
}
.mypage .mypage-contents .contract-form > div .user_password input[type=password] {
    border: none;
    padding-left: 0 !important;
}
.mypage .mypage-contents .contract-form > div .user_request{
    word-break: break-word;
}
.mypage .mypage-contents .contract-form > div .user_mail{
    display: flex;
    flex-direction: column;
}
.mypage .mypage-contents .contract-form > div .user_mail .attention{
    font-size: 14px;
    color: #7c7c7c;
    line-height: 1.6;
}
.mypage .mypage-contents .profile-editform .user_mail{
    display: flex;
    flex-direction: column;
}
.mypage .mypage-contents .profile-editform .user_mail .box{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 14.6px 20px;
    color: #7e7e7e;
    font-size: 16px;
}
.mypage .mypage-contents .profile-editform .user_mail .attention{
    font-size: 14px;
    color: #7c7c7c;
    line-height: 1.6;
}
.mypage .mypage-contents .order-btn{
    margin-top: 40px !important;
}
.progressbar{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.progressbar .item{
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after{
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar .item:not(:last-child)::before{
    margin-left: 1px;
    border-left-color: #FFF;
}
.progressbar .item.active {
    z-index: 1;
    background: #e25300;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #e25300;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}
.mypage .mypage-contents .order-wrap h2{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
}
.mypage .mypage-contents .order-wrap .update{
    color: #e25005;
    font-size: 16px;
    padding: 2px 10px;
    display: inline-block;
}
.mypage .mypage-contents .order-wrap .order-wrap-item{
    padding: 50px 10px;
    position:relative;
}
.mypage .mypage-contents .order-wrap .order-wrap-item .notorder{
    background-color:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    display:none;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:0;
    left:0;
    z-index:9;
}
.mypage .mypage-contents .order-wrap .order-wrap-item .notorder p{
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mypage .mypage-contents .order-wrap .order-wrap-item .endsubsc{
    background-color:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    display:none;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:0;
    left:0;
    z-index:9;
}
.mypage .mypage-contents .order-wrap .order-wrap-item .endsubsc p{
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mypage .mypage-contents .order-wrap .order-wrap-item .cannotorder{
    background-color:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    /* display:none; */
    align-items:center;
    justify-content:center;
    position:absolute;
    top:0;
    left:0;
    z-index:9;
}
.mypage .mypage-contents .order-wrap .order-wrap-item .cannotorder p{
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mypage .mypage-contents .category-ttl h3{
    margin-bottom: 15px;
    padding-bottom: 8px;
    color: #666;
    font-size: 22px;
    border-bottom: 1px solid #ccc9c4;
    font-weight: bold;
}
.mypage .mypage-contents .order-wrap span.his{
    display:inline-block;
    padding:1px 3px;
    color:#fff;
    font-weight:bold;
    background-color:#d00;
    font-size:14px;
    margin-left:8px;
}
.mypage .mypage-contents .order-wrap .order-wrap-item .attention{
    font-size: 16px;
    padding-top: 0;
    font-weight: normal;
}
.mypage .mypage-contents .order-wrap .order-wrap-item .attention.alert{
    color:#f00;
    font-weight:bold;
}
.mypage .mypage-contents .order-wrap .order-wrap-item .attention a {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
.mypage .mypage-contents .order-wrap .order-wrap-category{
    margin-bottom: 50px;
}
.mypage .mypage-contents .order-wrap .order-wrap-category:last-child{
    margin-bottom: 0;
}
.mypage .mypage-contents .order-wrap .order-plan p{
    text-align: left;
    padding: 15px 5px 0;
    padding-top: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.mypage .mypage-contents .order-wrap .order-plan .user_plan{
    color: #e25003;
}
.mypage .mypage-contents .order-wrap .order-tool ul {
    display: flex;
    align-items: center;
    padding: 15px 5px 15px 0;
    flex-wrap: wrap;
}
.mypage .mypage-contents .order-wrap .order-tool ul li{
    padding: 0 5px;
}
.mypage .mypage-contents .order-wrap .order-tool ul li label{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 5px 10px;
    border: 1px solid #8d8d8d;
    border-radius: 3px;
    border: 1px solid #d25b27;
    border-radius: 3px;
    background-color: #ffe6db26;
    cursor: pointer;
    margin-bottom: 0.4em;
    padding-left: 5px;
}
.mypage .mypage-contents .order-wrap .order-tool ul li .radio{
    padding: 5px 15px;
}

.mypage .mypage-contents .order-wrap .order-tool .toollist li input[type="radio"]{
    accent-color: #e25000;
    inline-size: 1.2rem;
    block-size: 1.2rem;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents{
    padding: 15px 5px;
    margin-top: 30px;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents{
    padding: 15px 5px;
    margin-top: 0;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents h5{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents dl{
    display: flex;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents dl > div{
    margin: 10px;
    max-width: 250px;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents dl dt img{
    width: 100%;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents dl dd ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 3px;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents dl dd ul li{
    margin: 3px;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents dl dd ul input {
    display: none;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents dl dd ul label {
    display: inline-block;
    padding: 0 9px;
    background-color: #ececec;
    color: #444;
    border: 1px solid;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 0.4em;
    white-space: nowrap;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents dl dd ul input:checked + label {
    color: #fff;
    background-color: #e25000;
    font-weight: 700;
    border: 1px solid #000;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents .scroll_content {
    display: flex;
    max-width: 800px;
    margin: 20px auto 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-left: 0;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents .scroll_content li {
    width: 24%;
    padding: 8px;
    margin: 3px;
    flex-shrink: 0;
    list-style: none;
    padding-bottom: 0;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents .scroll_content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents .scroll_content::-webkit-scrollbar {
    height: 12px;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents .scroll_content::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 6px;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents .scroll_content::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 6px;
}
/* .mypage .mypage-contents .order-wrap .order-tool .toollist-contents .tool-standard{
    display: flex;
    margin-top: 20px;
    align-items: flex-end;
} */
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents .tool-standard{
    display: flex;
    margin-top: 20px;
    align-items: flex-end;
    max-width: 800px;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-left: 0;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents .tool-standard li{
    /* max-width: 100px; */
    /* width: 100%; */
    /* min-width: 100px;
    margin: 7px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents .tool-standard li p{
    max-width: 500px;
    width: 100%;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents .tool-standard li label{
    display: flex;
    align-items: center;
    align-self: baseline;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 5px 10px;
    border: 1px solid #8d8d8d;
    border-radius: 3px;
    border: 1px solid #d25b27;
    border-radius: 3px;
    background-color: #ffe6db26;
    cursor: pointer;
    margin-bottom: 0.4em;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 10px;
    width: auto;
}
.mypage .mypage-contents .order-wrap .order-tool .toollist-contents .tool-standard li input[type="radio"]{
    accent-color: #e25000;
    inline-size: 1.2rem;
    block-size: 1.2rem;
    margin-left: 0;
}
@media screen and (max-width: 450px) {
    .mypage .mypage-contents .order-wrap .order-tool .toollist-contents .scroll_content li {
    width: 70%;
  }
}
.mypage .mypage-contents .order-wrap .tool-size{
    margin-top: 40px;
}
.mypage .mypage-contents .order-wrap .tool-size img{
    width: 100%;
}
.mypage .mypage-contents .order-wrap .tool-print .attention {
    padding-left: 5px;
}
.mypage .mypage-contents .order-wrap .order-form{
    width: 100%;
    margin: 16px 0px 16px 0px;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
    word-break: break-all;
}
.mypage .mypage-contents .order-wrap .order-form .formgroup {
    width:100%;
    padding:20px;
    border:1px solid #ccc;
    border-radius:8px;
    background-color:#f1f1f1;
}
.mypage .mypage-contents .order-wrap .order-form .formgroup input[type='text'],
.mypage .mypage-contents .order-wrap .order-form .formgroup input[type='email'] {
    background-color:#fff;
}
.mypage .mypage-contents .order-wrap .order-form dt{
    padding: 15px 5px;
    text-align: left;
    color: #333;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
    padding-bottom: 0;
}
.mypage .mypage-contents .order-wrap .order-form dd{
    text-align: left;
    padding: 15px 5px;
    padding-top: 5px;
}
.mypage .mypage-contents .order-wrap .order-form dd input[type="text"], input[type="tel"], input[type="email"] {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 20px;
    color: #000;
    font-size: 16px;
}
.mypage .mypage-contents .order-wrap .order-form ul label {
    display: inline-block;
    padding: 0 9px;
    color: #444;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 0.4em;
    white-space: nowrap;
    border: 1px solid #d25b27;
    border-radius: 3px;
    background-color: #ffe6db26;
}
.mypage .mypage-contents .order-wrap .order-form ul input:checked + label {
    color: #fff;
    background-color: #e25000;
    font-weight: 700;
    border: 1px solid #000;
}
.mypage .mypage-contents .order-wrap .order-form dd .toollist {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    padding: 15px 5px 15px 0;
}
.mypage .mypage-contents .order-wrap .order-form dd .toollist li{
    padding: 0 5px;
}
.mypage .mypage-contents .order-wrap .order-form dd .toollist li.question{
    width:100%;
}
.mypage .mypage-contents .order-wrap .order-form dd .toollist li.question a {
    color:#4085ED;
    text-decoration:underline;
    font-size:14px;
    font-weight:bold;
}
.mypage .mypage-contents .order-wrap .order-form dd .toollist li.question a span.ques {
    display:inline-block;
    margin-right:5px;
    border-radius:50%;
    padding:4px 7px;
    color:#fff;
    background-color:#4085ED;
    font-weight:bold;
    line-height:1;
}
.mypage .mypage-contents .order-wrap .order-form dd .toollist li label{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-left: 3px;
}
.mypage .mypage-contents .order-wrap .order-form dd .toollist li label .chat-radio{
    padding-right: 0;
}
.mypage .mypage-contents .order-wrap .order-form dd .toollist li input[type="radio"]{
    accent-color: #e25000;
    inline-size: 1.2rem;
    block-size: 1.2rem;
}
.mypage .mypage-contents .order-wrap .order-form dd textarea {
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    border: solid 1px #ccc;
    font-size: 16px;
    height:initial;
}
.mypage .mypage-contents #inputFile {
    position: relative;
    padding: 180px 0 70px;
    text-align: center;
    margin-bottom: 20px;
}
.mypage .mypage-contents #dropArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 0 0;
    border: 2px dashed #cccccc;
    background: rgba(22, 165, 191, 0);
    transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.mypage .mypage-contents #dropArea.dragover {
    border: 2px solid #16a5bf;
    background: rgba(22, 165, 191, 0.6);
}
.mypage .mypage-contents #uploadFile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    max-width: 300px;
    height: 80px;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}

.mypage .mypage-contents #inputFileWrap {
    position: relative;
    display: inline-block;
}

.mypage .mypage-contents #btnInputFile,
.mypage .mypage-contents #btnChangeFile {
    display: table;
    width: 300px;
}

.mypage .mypage-contents #btnChangeFile {
    display: none;
}


.mypage .mypage-contents #btnInputFile span,
.mypage .mypage-contents #btnChangeFile span {
    position: relative;
    z-index: 2;
    display: table-cell;
    width: 150px;
    height: 70px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #333;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
}

.mypage .mypage-contents #upFileWrap.selected #btnInputFile {
    display: none;
}

.mypage .mypage-contents #upFileWrap.selected #btnChangeFile {
    display: table;
}
.mypage .mypage-contents .order-btn {
    background-color: #d15a25;
    max-width: 250px;
    margin: 30px auto;
}
.mypage .mypage-contents .order-btn .btn{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    background: none;
    border: none;
    width: 100%;
    padding: 20px 10px;
}
.mypage .mypage-contents .edit-btn-wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.mypage .mypage-contents .edit-btn-wrap .order-btn{
    margin: 30px 10px;
    width: 100%;
}
.mypage .mypage-contents .edit-btn-wrap .btn-edit{
    background-color: #bbb;
}
.mypage .mypage-contents .plan-change-form .plan-list{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.mypage .mypage-contents .plan-change-form .plan-list li{
    margin: 10px;
    width: 30%;
}
.mypage .mypage-contents .plan-change-form .plan-list li label{
    box-shadow: 0px 0px 12px 0 rgba(100, 100, 100, 0.12), 0px 0px 12px 0px rgba(100, 100, 100, 0.04);
    border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    position:relative;
}
.mypage .mypage-contents .plan-change-form .plan-list li label .checks {
    display:none;
    position:absolute;
    top:-10px;
    right:-10px;
    line-height:1;
    padding:2px;
    background-color:#fff;
    border-radius:50%;
}
.mypage .mypage-contents .plan-change-form .plan-list li label .checks i {
    font-size:200%;
    color:#E25000;
}
.mypage .mypage-contents .plan-change-form .plan-list li .plan-name{
    background: #2c3b75;
    padding: 20px 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    line-height: 1.4;
}
.mypage .mypage-contents .plan-change-form .plan-list li .plan-name span{
    font-size: 12px;
    color: #fef4c2;
}
.mypage .mypage-contents .plan-change-form .plan-list li .plan-name h3{
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.mypage .mypage-contents .plan-change-form .plan-list li .plan-detail{
    padding: 10px 20px;
}
.mypage .mypage-contents .plan-change-form .plan-list li .plan-detail dl{
    border-bottom: dashed 1px #ececec;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 1.6;
}
.mypage .mypage-contents .plan-change-form .plan-list li .plan-detail dl:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.mypage .mypage-contents .plan-change-form .plan-list li .plan-detail dt{
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}
.mypage .mypage-contents .plan-change-form .plan-list li .plan-detail dd{
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    color: #333333;
    font-size: 16px;
}
.mypage .mypage-contents .plan-change-form .plan-list li .plan-detail dd span{
    font-size: 10px;
}
.mypage .mypage-contents .plan-change-form .plan-list li .plan-detail dd:last-child{
    padding-bottom: 0;
}
.mypage .mypage-contents .plan-change-form .plan-list input[type=radio]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mypage .mypage-contents .plan-change-form .plan-list input[type=radio]:checked+label{
    border: 2.5px solid #e25000;
    border-radius: 10px;
    color: #333;
    font-weight: normal;
}
.change-attention{
    padding-top: 40px;
    font-size: 14px;
    text-align: center;
}
.change-attention a{
    color: #0842a0;
    text-decoration: underline;
}
.mypage .mypage-contents .plan-request-form{
    padding-top: 30px;
}
.mypage .mypage-contents .plan-request-form p{
    text-align: center;
}
.mypage .mypage-contents .production-item-wrap{
    padding-top: 20px;
}
.mypage .mypage-contents .production-item-wrap li{
    box-shadow: 0px 0px 12px 0 rgba(100, 100, 100, 0.12), 0px 0px 12px 0px rgba(100, 100, 100, 0.04);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}
.mypage .mypage-contents .production-item-wrap li .item-btn-wrap{
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}
.mypage .mypage-contents .production-item-wrap li .proofok-txt{
    font-size: 14px;
    margin: 5px 0 10px;
}
.mypage .mypage-contents .production-item-wrap li .item-btn-wrap .btn-dl{
    background-color: #1b8658;
    padding: 5px 15px;
    border-radius: 3px;
    box-shadow: 0px 0px 12px 0 rgba(100, 100, 100, 0.12), 0px 0px 12px 0px rgba(100, 100, 100, 0.04);
    color: #fff;
    margin-right: 10px;
}
.mypage .mypage-contents .production-item-wrap li .item-btn-wrap .btn-dl:hover{
    opacity: 0.7;
}
.mypage .mypage-contents .production-item-wrap li .item-btn-wrap .btn-proof{
    background-color: #2c3b75;
    padding: 5px 15px;
    border-radius: 3px;
    box-shadow: 0px 0px 12px 0 rgba(100, 100, 100, 0.12), 0px 0px 12px 0px rgba(100, 100, 100, 0.04);
    color: #fff;
}
.mypage .mypage-contents .production-item-wrap li .item-btn-wrap .btn-proof:hover{
    opacity: 0.7;
}
.mypage .mypage-contents .production-item-wrap li .item-btn-wrap{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.mypage .mypage-contents .production-item-wrap .scroll-tbl{
    overflow-x: scroll;
}
.mypage .mypage-contents .production-item-wrap li table{
    border-collapse: collapse;
    width: 100%;
}
.mypage .mypage-contents .production-item-wrap li table th,
.mypage .mypage-contents .production-item-wrap li table td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
  white-space: nowrap;
}
.mypage .mypage-contents .production-item-wrap li table th{
    background: #ececec;
    font-size: 14px;
}

/* .mypage .mypage-contents .production-item-wrap li{
   margin: 10px;
   margin-bottom: 30px;
   border: solid 1px #333;
}
.mypage .mypage-contents .production-item-wrap li .production-tool{
    background-color: #ececec;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mypage .mypage-contents .production-item-wrap li .complete-btn button{
    background: #888;
    padding: 1px 25px;
    border-radius: 3px;
    width: 100%;
    display: block;
    color: #505050;
    pointer-events: none;
}
.mypage .mypage-contents .production-item-wrap li .btn-active button {
    background: #fa5661;
    font-weight: bold;
    color: #ffffff;
    pointer-events: unset;
    cursor: pointer;
}
.mypage .mypage-contents .production-item-wrap li .btn-active button:hover {
    opacity: 0.7;
}
.mypage .mypage-contents .production-item-wrap li .production-tool .user_tool{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.mypage .mypage-contents .production-item-wrap li .item-box-wrap{
    display: flex;
    padding: 10px;
}
.mypage .mypage-contents .production-item-wrap li .production-detail{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    width: 85%;
}
.mypage .mypage-contents .production-item-wrap li .production-detail > div{
    width: calc(100% / 2 - 20px);
    padding: 5px 0;
    display: flex;
}
.mypage .mypage-contents .production-item-wrap li .production-detail > div dt{
    background: #ececec;
    padding: 2px 10px;
    border-radius: 2px;
    margin-right: 10px;
    width: 117px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
}
.mypage .mypage-contents .production-item-wrap li .production-dlbtn{
    width: 20%;
    background: #e15103;
    align-self: baseline;
}
.mypage .mypage-contents .production-item-wrap li .production-dlbtn .dlbtn{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    background: none;
    border: none;
    width: 100%;
    padding: 10px;
} */
.mypage .mypage-contents .newsletter-cancel-form{
    padding-top: 30px;
}
.mypage .mypage-contents .newsletter-cancel-form .newsletter-wrap-category p{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding: 10px;
}
.mypage .mypage-contents .subsc-delete-form{
    padding-top: 30px;
}
.mypage .mypage-contents .subsc-delete-form .subsc-txt{
    text-align: center;
}
.mypage .mypage-contents .subsc-delete-form .delete-checkbox{
    max-width: 700px;
    width: 100%;
    margin: 30px auto;
    background: #ececec;
    padding: 15px;
}
.mypage .mypage-contents .subsc-delete-form .delete-checkbox li{
    margin: 10px;
}
.mypage .mypage-contents .subsc-delete-form .delete-checkbox li label{
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
}
.mypage .mypage-contents .subsc-delete-form .delete-checkbox li input[type="checkbox"]{
    accent-color: #e25000;
    inline-size: 1.2rem;
    block-size: 1.2rem;
    margin-right: 3px;
}
.only-sp580{
    display: none;
}

/* スタートガイド */
.strat-flow{
    margin-top: 100px;
}
.strat-flow .strat-flow-wrap{
    padding: 50px 0 100px;
}
.strat-flow .strat-flow-wrap h2{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
}
.strat-flow .strat-flow-item {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.strat-flow .strat-flow-item  ul {
    padding-left: 0;
    border-bottom: solid 1px #E1E8ED;
}
.strat-flow .strat-flow-item  ul > li {
    list-style-type: none;
    display: flex;
    padding: 20px 0;
    border-top: solid 1px #E1E8ED;
}
.strat-flow .strat-flow-item  ul > li a{
    color: #0842a0;
    text-decoration: underline;
}
.strat-flow .strat-flow-item  ul > li:first-child {
    border-top: none;
}
.strat-flow .strat-flow-item  ul > li dl dt {
    font-size: 1.2em;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 10px;
}
.strat-flow .strat-flow-item ul > li .flow-num {
    line-height: 1;
    font-size: 2em;
    font-weight: bold;
    color: #E26B5D;
    text-align: center;
    width: 70px;
    position: relative;
    margin-top: 0;
}
.strat-flow .strat-flow-item ul > li .flow-num::before {
    content: 'STEP';
    font-size: 0.3em;
    display: block;
    margin-bottom: 3px;
    letter-spacing: 1px;
}
.strat-flow .strat-flow-item ul > li .flow-num::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #858585;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    margin: auto;
}
.strat-flow .strat-flow-item ul > li dl dd {
    margin: 0;
}
.strat-flow .strat-flow-item ul > li dl dd .plan-img{
    max-width: 300px;
    margin: 20px 0;
}
.strat-flow .strat-flow-item ul > li dl dd .plan2{
    max-width: 1000px;
}
.strat-flow .strat-flow-item ul > li dl dd .plan3{
    max-width: 600px;
}
.strat-flow .strat-flow-item ul > li dl dd .plan4{
    max-width: 500px;
}
.strat-flow .strat-flow-item ul > li dl dd .plan5{
    max-width: 600px;
}
.strat-flow .strat-flow-item ul > li dl dd .plan-img img{
    width: 100%;
}
.strat-flow .strat-flow-item ul > li dl {
    width: calc(100% - 70px);
    margin-top: 0.8em;
}
.order-flow .order-flow-wrap{
    padding: 0 0 100px;
}
.order-flow .order-flow-wrap h2{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
}
.order-flow-item {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    margin: 30px auto;
}
.order-flow-item ul {
    padding-left: 0;
}
.order-flow-item ul > li {
    list-style-type: none;
    border: 2px solid #e26b5d;
    padding: 20px;
    border-radius: 20px;
}
.order-flow-item ul > li:not(:last-child) {
    margin-bottom: 40px;
    position: relative;
}
.order-flow-item ul > li:not(:last-child)::after {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    width: 0;
    height: 0;
    bottom: -53px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-top-color: #e26b5d;
}
.order-flow-item ul > li dl dt {
    font-size: 1.3em;
    font-weight: bold;
    border-bottom: 2pt dashed #ccc;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
.order-flow-item ul > li .order-icon {
    color: #e26b5d;
    margin-right: 0.5em;
    font-weight: bold;
}
.order-flow-item ul > li dl dd {
    margin: 0;
}
.order-flow-item ul > li dl dd .order-img{
    max-width: 600px;
    margin: 20px 0;
}
.order-flow-item ul > li dl dd .order5{
    max-width: 500px;
}
.order-flow-item ul > li dl dd .order-img img{
    width: 100%;
}

/* マイページログイン */
.limiter {
    width: 100%;
    margin: 0 auto;
}
.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #e25000;
    z-index: 1;
}
.container-login::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mypage-login {
    margin: 20px auto;
    max-width: 450px;
    width: 100%;
}
.mypage-login .login-screen {
    background-color: #FFF;
    padding: 50px 20px;
    border-radius: 5px
}

.mypage-login .app-title {
    text-align: center;
    padding-bottom: 30px;
}
.mypage-login .login-form {
    text-align: center;
}
.mypage-login .control-group {
    margin-bottom: 20px;
}
.mypage-login input {
    text-align: center;
    background-color: #ECF0F1;
    border: 2px solid transparent;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 200;
    padding: 20px 0;
    max-width: 350px;
    transition: border .5s;
    width: 100%;
}
.mypage-login input:focus {
    border: 2px solid #fedf17;
    box-shadow: none;
}
.mypage-login .btn {
    border: 2px solid transparent;
    background: #e25003;
    font-size: 16px;
    line-height: 25px;
    padding: 20px 0;
    text-decoration: none;
    text-shadow: none;
    border-radius: 3px;
    box-shadow: none;
    transition: 0.25s;
    display: block;
    max-width: 350px;
    width: 100%;
    margin: 30px auto 0;
}
.mypage-login .btn:hover {
    opacity: 0.7;
}
.mypage-login .login-link {
    font-size: 12px;
    color: #444;
    display: block;
    margin-top: 12px;
}

/* footer */
.footer-wrap{
    background-color: #000000;
    padding: 20px 15px;
}
footer p {
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.error-message{
    color: #ff2c6d;
}

/* カード情報 */
dialog.alert{
    background: #fafafa;
    border-radius: 4px;
    height: 130px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
    max-width: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
dialog.alert button{
    background: #2154a2;
    color: #fff;
    padding: 0 15px;
    margin-top: 10px;
    border-radius: 3px;
    display:block;
}

@media (min-width: 768px) {

}

@media (min-width: 992px){

}
