body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
dl,
dd,
figure,
ol,
ul,
p,
pre {
    margin: 0;
    padding: 0;
    font-weight: lighter
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

article,
aside,
details,
figure,
figcaption,
footer,
header,
main,
nav,
section {
    display: block
}

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

li {
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

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

tr {
    vertical-align: top
}

th,
td {
    padding: 0
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

* {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none
}

@font-face {
    font-family: "wB";
    src: url("../fonts/mplus-1c-bold-sub-sub.eot");
    src: url("../fonts/mplus-1c-bold-sub.eot?#iefix") format("embedded-opentype"), url("../fonts/mplus-1c-bold-sub.woff") format("woff"), url("../fonts/mplus-1c-bold-sub.ttf") format("truetype")
}

@font-face {
    font-family: "wM";
    src: url("../fonts/mplus-1c-medium-sub.eot");
    src: url("../fonts/mplus-1c-medium-sub.eot?#iefix") format("embedded-opentype"), url("../fonts/mplus-1c-medium-sub.woff") format("woff"), url("../fonts/mplus-1c-medium-sub.ttf") format("truetype")
}

@font-face {
    font-family: "wL";
    src: url("../fonts/mplus-1c-light-sub.eot");
    src: url("../fonts/mplus-1c-light-sub.eot?#iefix") format("embedded-opentype"), url("../fonts/mplus-1c-light-sub.woff") format("woff"), url("../fonts/mplus-1c-light-sub.ttf") format("truetype")
}

body {
    background: #edf1f2;
    color: #797979;
    font-family: "メイリオ", "Meiryo", "Meiryo UI", "Hiragino Kaku Gothic ProN", 'Helvetica Neue', 'Hiragino Sans', '游ゴシック  Medium', sans-serif, Roboto;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    line-height: 1.5;
    letter-spacing: 0;
    overflow: visible !important;
    overflow-wrap: break-word;
    position: relative;
    word-break: break-all;
    word-wrap: break-word;
    width: 100%;
    z-index: 0
}

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

a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent
}

a img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 480px) {
    a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
    }
}

a:hover,
a:focus {
    color: #198256;
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

a.girlName {
    text-decoration: underline
}

a.girlName:hover,
a.girlName:active {
    text-decoration: none
}

.new {
    position: absolute;
    display: block
}

.newIcon {
    background: red;
    color: white;
    display: inline-block;
    font-family: "wM";
    font-size: 11px;
    padding: 2px 5px;
    margin-bottom: 3px;
    text-align: center
}

.blinking {
    -webkit-animation: blink 0.8s ease-in-out infinite alternate;
    -moz-animation: blink 0.8s ease-in-out infinite alternate;
    animation: blink 0.8s ease-in-out infinite alternate
}

@-webkit-keyframes blink {
    0% {
        opacity: 0.2
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0.2
    }

    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 0.2
    }

    100% {
        opacity: 1
    }
}

.blinkingSlow {
    -webkit-animation: blink 1.2s ease-in-out infinite alternate;
    -moz-animation: blink 1.2s ease-in-out infinite alternate;
    animation: blink 1.2s ease-in-out infinite alternate
}

@-webkit-keyframes bg-color {
    0% {
        background-color: #ed83a4
    }

    50% {
        background-color: #00cd93
    }

    100% {
        background-color: #ed83a4
    }
}

@keyframes bg-color {
    0% {
        background-color: #ed83a4
    }

    50% {
        background-color: #00cd93
    }

    100% {
        background-color: #ed83a4
    }
}

@-webkit-keyframes bd-color {
    0% {
        border-color: #ed83a4
    }

    50% {
        border-color: #00cd93
    }

    100% {
        border-color: #ed83a4
    }
}

@keyframes bd-color {
    0% {
        border-color: #ed83a4
    }

    50% {
        border-color: #00cd93
    }

    100% {
        border-color: #ed83a4
    }
}

@-webkit-keyframes menu-color {
    0% {
        background-color: #00cd93
    }

    50% {
        background-color: #24dca8
    }

    100% {
        background-color: #00cd93
    }
}

@keyframes menu-color {
    0% {
        background-color: #00cd93
    }

    50% {
        background-color: #24dca8
    }

    100% {
        background-color: #00cd93
    }
}

@-webkit-keyframes mypageProf {
    0% {
        background-color: #ff5462
    }

    50% {
        background-color: #f00
    }

    100% {
        background-color: #ff5462
    }
}

@keyframes mypageProf {
    0% {
        background-color: #ff5462
    }

    50% {
        background-color: #f00
    }

    100% {
        background-color: #ff5462
    }
}

h3.subTtl {
    margin: 0 0 20px;
    padding: 50px 0 0;
    width: 100%;
    text-align: center;
    font-family: "wM";
    color: white;
    background: url("../img/mask.png") center top no-repeat;
    background-size: 90px
}

h3.subTtl span {
    display: block;
    font-size: 24px
}

h3.subTtl span:nth-of-type(2) {
    font-size: 12px;
    color: #9a9a9a;
    font-family: "メイリオ", "Meiryo", "Meiryo UI", "Hiragino Kaku Gothic ProN", helvetica, sans-serif
}

@media screen and (max-width: 480px) {
    h3.subTtl {
        background-size: 70px;
        padding: 35px 0 0
    }

    h3.subTtl span {
        display: block;
        font-size: 20px
    }

    h3.subTtl span:nth-of-type(2) {
        font-size: 11px;
        color: #9a9a9a;
        font-family: "メイリオ", "Meiryo", "Meiryo UI", "Hiragino Kaku Gothic ProN", helvetica, sans-serif
    }
}

.logo {
    font-family: "wL"
}

.moreBtnArea {
    padding: 0 0 40px;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 767px) {
    .moreBtnArea {
        padding: 0 0 20px
    }
}

.moreBtn {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    background: #ed83a4;
    color: white;
    font-size: 20px;
    max-width: 320px;
    margin: 0 auto 40px;
    padding: 20px 15px 15px;
    text-align: center;
    width: 100%
}

.moreBtn:hover {
    opacity: 0.8;
    color: white
}

@media screen and (max-width: 767px) {
    .moreBtn {
        font-size: 20px;
        margin: 0 auto 20px;
        max-width: 640px;
        width: 90%;
        padding: 20px 20px 15px
    }
}

@media screen and (max-width: 480px) {
    .moreBtn {
        font-size: 18px;
        width: 90%
    }
}

#page-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    font-size: 77%;
    z-index: 999
}

@media screen and (max-width: 767px) {
    #page-top {
        right: 20px
    }
}

#page-top a {
    background: transparent;
    text-decoration: none;
    color: white;
    width: 60px;
    padding: 0;
    text-align: center;
    display: block;
    -webkit-tap-highlight-color: transparent
}

@media screen and (max-width: 480px) {
    #page-top a {
        width: 60px
    }
}

#page-top a:hover {
    opacity: 0.8;
    text-decoration: none;
    background: transparent
}

@media screen and (max-width: 767px) {
    #page-top a:hover {
        opacity: 1.0
    }
}

#wrap {
    position: relative;
    z-index: 0
}

.bannerLink {
    display: block;
    overflow: hidden;
    width: 100%
}

.bannerLink:hover {
    opacity: 0.8
}

.bannerLink:hover img {
    transform: scale(1.05, 1.05)
}

@media screen and (max-width: 767px) {
    .bannerLink:hover {
        opacity: 1.0
    }

    .bannerLink:hover img {
        transform: scale(1, 1)
    }
}

.bannerLinkS {
    display: block;
    margin: 0 auto 10px;
    overflow: hidden;
    text-align: center;
    width: 100%
}

@media screen and (min-width: 961px) {
    .bannerLinkS {
        display: none
    }
}

.bgFx {
    position: fixed;
    top: 0
}

header#header1 {
    background: white;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999
}

header#header1 .hdInner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 0;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    width: 100%
}

@media screen and (max-width: 767px) {
    header#header1 .hdInner {
        padding: 10px 0
    }
}

@media screen and (max-width: 480px) {
    header#header1 .hdInner {
        padding: 6px 0
    }
}

header#header1 .hdInner .logoArea {
    width: 50%
}

@media screen and (max-width: 999px) {
    header#header1 .hdInner .logoArea {
        padding: 0 0 0 2%
    }
}

@media screen and (max-width: 480px) {
    header#header1 .hdInner .logoArea {
        width: 45%
    }
}

header#header1 .hdInner .logoArea .hdLogo {
    margin: 0;
    max-width: 220px;
    text-align: left;
    width: 100%;
    vertical-align: middle
}

@media screen and (max-width: 767px) {
    header#header1 .hdInner .logoArea .hdLogo {
        max-width: 180px
    }
}

header#header1 .hdInner .logoArea .hdLogo a {
    display: block
}

header#header1 .hdInner .hdSpv {
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 10px 0 0;
    text-align: right;
    vertical-align: middle;
    width: 50%
}

@media screen and (max-width: 767px) {
    header#header1 .hdInner .hdSpv {
        padding: 5px 0 0
    }
}

@media screen and (max-width: 480px) {
    header#header1 .hdInner .hdSpv {
        width: 55%
    }
}

header#header1 .hdInner .hdSpv .hdSpvLink {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s;
    background: linear-gradient(to right, rgb(230, 30, 77) 0%, rgb(227, 28, 95) 50%, rgb(215, 4, 102) 100%);
    color: #fff;
    display: inline-block;
    font-family: "メイリオ", "Meiryo", "Meiryo UI", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Sans", "游ゴシック  Medium", sans-serif, Roboto;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.0;
    padding: 8px 10px 5px;
    text-align: center
}

header#header1 .hdInner .hdSpv .hdSpvLink:hover {
    background: #f5afc5
}

@media screen and (max-width: 480px) {
    header#header1 .hdInner .hdSpv .hdSpvLink {
        font-size: 15px;
        padding: 6px 7px 6px
    }
}

@media screen and (max-width: 330px) {
    header#header1 .hdInner .hdSpv .hdSpvLink {
        font-size: 14px;
        padding: 6px 7px 6px
    }
}

header#header1 .hdInner .hdSpv .hdSpvLink:before {
    background: url("../img/r-arrow.png");
    background-size: contain;
    display: inline-block;
    content: "";
    margin: 0 5px 0 0;
    height: 15px;
    width: 15px
}

@media screen and (max-width: 999px) {
    header#header1 .hdInner .hdSpv .hdSpvLink {
        margin: 0 4% 0 0
    }
}

#main {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0
}

#main .mainBg {
    background: white;
    margin: 0 auto;
    margin-top: 0px;
    padding: 0;
    width: 100%
}

mg60 {
    margin-top: 60px;
}

pd30 {
    padding-top: 30px;
}
#main .mainBg.gray {
    background: #E5E5E5
}

#main .mainBg.blue {
    background: #638dc2
}

#main .mainBg .membership {
    background: rgba(0, 0, 0, 0.9);
    box-sizing: border-box;
    display: block;
    padding: 77px 0 8px;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 767px) {
    #main .mainBg .membership {
        padding: 67px 0 8px
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .membership {
        padding: 57px 0 8px
    }
}

#main .mainBg .membership .cs {
    color: white;
    display: inline-block;
    font-family: "メイリオ", "Meiryo", "Meiryo UI", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Sans", "游ゴシック  Medium", sans-serif, Roboto;
    font-size: 16px;
    margin: 0 10px 0 0;
    text-align: left
}

@media screen and (max-width: 380px) {
    #main .mainBg .membership .cs {
        font-size: 13px
    }
}

#main .mainBg .membership .cs .number {
    color: #ffe7a9;
    font-family: "M PLUS 1p";
    font-size: 24px;
    font-weight: 500;
    padding: 0 3px 0 0
}

@media screen and (max-width: 380px) {
    #main .mainBg .membership .cs .number {
        font-size: 18px
    }
}

@media screen and (max-width: 350px) {
    #main .mainBg .membership .cs .number {
        font-size: 16px
    }
}

#main .mainBg .membership .cs .numberW {
    color: #f5d1d7;
    font-family: "M PLUS 1p";
    font-size: 24px;
    font-weight: 500;
    padding: 0 3px 0 0
}

@media screen and (max-width: 380px) {
    #main .mainBg .membership .cs .numberW {
        font-size: 18px
    }
}

@media screen and (max-width: 350px) {
    #main .mainBg .membership .cs .numberW {
        font-size: 16px
    }
}

#main .mainBg .topImage {
    background: url("../img/top-image.jpg?=20200619-2") no-repeat;
    background-size: cover;
    background-position: top 40% left 70%;
    box-sizing: border-box;
    height: 600px;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 767px) {
    #main .mainBg .topImage {
        background-position: top 0 left 70%;
        height: 480px
    }
}

@media screen and (max-width: 680px) {
    #main .mainBg .topImage {
        height: 380px
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .topImage {
        background-position: top 0 left 70%;
        height: 320px
    }
}

@media screen and (max-width: 360px) {
    #main .mainBg .topImage {
        background-position: top 0 left 66%;
        height: 340px
    }
}

#main .mainBg .topImage .topImageInner {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    width: 100%
}

#main .mainBg .topImage .topImageInner .imageLogo {
    position: absolute;
    top: 60px;
    left: 0;
    width: 400px
}

@media screen and (max-width: 999px) {
    #main .mainBg .topImage .topImageInner .imageLogo {
        padding: 0 0 0 3%
    }
}

@media screen and (max-width: 680px) {
    #main .mainBg .topImage .topImageInner .imageLogo {
        top: 20px;
        width: 300px
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .topImage .topImageInner .imageLogo {
        top: 10px;
        width: 270px
    }
}

@media screen and (max-width: 360px) {
    #main .mainBg .topImage .topImageInner .imageLogo {
        top: 10px;
        width: 260px
    }
}

#main .mainBg .topImage .topImageInner .imagePhone {
    bottom: 0;
    display: block;
    position: absolute;
    right: 0;
    width: 200px
}

#main .mainBg .topImage .topImageInner .imageTxt {
    color: white;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    top: 220px;
    text-align: center;
    -webkit-text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.9);
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.9);
    left: 0;
    width: 400px
}

@media screen and (max-width: 999px) {
    #main .mainBg .topImage .topImageInner .imageTxt {
        padding: 0 0 0 3%
    }
}

@media screen and (max-width: 680px) {
    #main .mainBg .topImage .topImageInner .imageTxt {
        font-size: 28px;
        top: 120px;
        width: 300px
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .topImage .topImageInner .imageTxt {
        font-size: 20px;
        line-height: 1.3;
        top: 105px;
        padding: 0 0 0 3%;
        text-align: left;
        width: 240px
    }
}

@media screen and (max-width: 360px) {
    #main .mainBg .topImage .topImageInner .imageTxt {
        font-size: 22px;
        top: 100px
    }
}

#main .mainBg .topImage .topImageInner .imageTxt span {
    display: inline-block
}

#main .mainBg .topImage .topImageInner .imageTxt span.last {
    display: block
}

@media screen and (max-width: 350px) {
    #main .mainBg .topImage .topImageInner .imageTxt span.last {
        display: inline-block
    }
}

#main .mainBg .mainInner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 0 40px;
    width: 100%
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner {
        padding: 0 0 20px
    }
}

#main .mainBg .mainInner .whatsAikatsu {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .whatsAikatsu {
        padding: 20px 0
    }
}

#main .mainBg .mainInner .whatsAikatsu h2 {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    background: #ed83a4;
    display: block;
    font-size: 0;
    height: auto;
    margin: 0 auto;
    padding: 10px 0 7px;
    position: relative;
    width: 36%
}

@media screen and (max-width: 767px) {
    #main .mainBg .mainInner .whatsAikatsu h2 {
        width: 50%
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .whatsAikatsu h2 {
        width: 60%
    }
}

#main .mainBg .mainInner .whatsAikatsu h2 .subTtl {
    display: block;
    color: white;
    font-family: "M PLUS 1p";
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 767px) {
    #main .mainBg .mainInner .whatsAikatsu h2 .subTtl {
        font-size: 32px
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .whatsAikatsu h2 .subTtl {
        font-size: 28px
    }
}

@media screen and (max-width: 360px) {
    #main .mainBg .mainInner .whatsAikatsu h2 .subTtl {
        font-size: 24px
    }
}

#main .mainBg .mainInner .whatsAikatsu .aikatsuTxt {
    display: block;
    color: black;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    text-align: left;
    width: 94%
}

@media screen and (max-width: 767px) {
    #main .mainBg .mainInner .whatsAikatsu .aikatsuTxt {
        font-size: 18px;
        width: 90%
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .whatsAikatsu .aikatsuTxt {
        border-bottom: 1px #ddd solid;
        font-size: 16px
    }
}

#main .mainBg .mainInner .whatsAikatsu .aikatsuTxt span {
    display: block;
    font-family: "M PLUS 1p";
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0 0 15px;
    text-align: left
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .whatsAikatsu .aikatsuTxt span {
        font-size: 20px
    }
}

#main .mainBg .mainInner .whatsAikatsu .aikatsuTxt span span {
    display: inline;
    color: #fd407b
}

#main .mainBg .mainInner .topArea {
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px 2%;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .topArea {
        padding: 20px 2% 0
    }
}

#main .mainBg .mainInner .topArea .topAreaInner {
    text-align: center;
    margin: 0 auto;
    width: 100%
}

#main .mainBg .mainInner .topArea .topAreaInner span {
    color: #444;
    display: inline-block;
    font-family: "M PLUS 1p";
    font-size: 46px;
    font-weight: bold
}

#main .mainBg .mainInner .topArea .topAreaInner span.image {
    width: 300px
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .topArea .topAreaInner span.image {
        width: 180px
    }
}

#main .mainBg .mainInner .topArea .topAreaInner span.image img {
    width: 100%
}

@media screen and (max-width: 767px) {
    #main .mainBg .mainInner .topArea .topAreaInner span {
        font-size: 36px
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .topArea .topAreaInner span {
        font-size: 26px
    }
}

#main .mainBg .mainInner .topArea .topAreaTxt {
    display: block;
    padding: 8px 0 0;
    width: 100%
}

#main .mainBg .mainInner .topArea .topAreaTxt span {
    color: #8b8b8b;
    display: inline-block;
    font-family: "M PLUS 1p";
    font-size: 21px;
    font-weight: normal;
    width: auto
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .topArea .topAreaTxt span {
        font-size: 18px
    }
}

#main .mainBg .mainInner .topArea .work1 {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0
}

#main .mainBg .mainInner .topArea .work1 .left {
    text-align: center;
    width: 43%
}

@media screen and (max-width: 850px) {
    #main .mainBg .mainInner .topArea .work1 .left {
        width: 39%
    }

    #main .mainBg .mainInner .topArea .work1 .left img {
        width: 80%
    }
}

#main .mainBg .mainInner .topArea .work1 .center {
    color: black;
    text-align: center;
    width: 14%
}

@media screen and (max-width: 850px) {
    #main .mainBg .mainInner .topArea .work1 .center {
        width: 13%
    }
}

#main .mainBg .mainInner .topArea .work1 .right {
    text-align: center;
    padding: 0 0 0 8%;
    width: 43%
}

@media screen and (max-width: 850px) {
    #main .mainBg .mainInner .topArea .work1 .right {
        padding: 0 0 0 3%;
        text-align: left;
        width: 47%
    }
}

#main .mainBg .mainInner .topArea .brandTxt {
    display: block;
    width: 100%
}

#main .mainBg .mainInner .topArea .brandTxt span {
    color: #ed83a4;
    font-family: "M PLUS 1p";
    font-size: 40px;
    font-weight: 700;
    width: auto
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .topArea .brandTxt span {
        font-size: 30px
    }
}

@media screen and (max-width: 380px) {
    #main .mainBg .mainInner .topArea .brandTxt span {
        font-size: 28px
    }
}

@media screen and (max-width: 360px) {
    #main .mainBg .mainInner .topArea .brandTxt span {
        font-size: 26px
    }
}

#main .mainBg .mainInner .itemArea {
    margin: 0 auto 20px;
    text-align: left;
    width: 90%
}

#main .mainBg .mainInner .itemArea .itemName {
    color: #222;
    display: block;
    font-family: "M PLUS 1p";
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 5px;
    width: 100%
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .itemArea .itemName {
        font-size: 21px
    }
}

#main .mainBg .mainInner .itemArea .itemName .line {
    color: #49bd49
}

#main .mainBg .mainInner .itemArea .itemName .tel {
    color: #ed83a4
}

#main .mainBg .mainInner .itemArea .itemName .twitter {
    color: #1da1f2
}

#main .mainBg .mainInner .itemArea .itemDtl {
    display: block;
    font-family: "メイリオ", "Meiryo", "Meiryo UI", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Sans", "游ゴシック  Medium", sans-serif, Roboto;
    font-size: 16px;
    padding: 0 0 30px;
    width: 100%
}

#main .mainBg .mainInner .itemArea .itemDtl.black {
    color: #333;
    font-size: 18px
}

@media screen and (max-width: 767px) {
    #main .mainBg .mainInner .itemArea .itemDtl.black {
        font-size: 16px
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .itemArea .itemDtl.black {
        font-size: 14px
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .itemArea .itemDtl {
        font-size: 14px
    }
}

#main .mainBg .mainInner .itemArea .itemDtl:last-of-type {
    padding: 0
}

#main .mainBg .mainInner .itemArea .itemDtl span {
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: bold
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .itemArea .itemDtl span {
        font-size: 16px
    }
}

#main .mainBg .mainInner .itemArea .itemDtl span.itemAtt {
    color: #f47983;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 0
}

#main .mainBg .mainInner .itemArea .itemDtl a {
    color: #ed83a4;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline
}

#main .mainBg .mainInner .itemArea .itemDtl a:hover {
    text-decoration: none
}

#main .mainBg .mainInner .defoArea {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 2% 20px;
    margin-top: 80px;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .defoArea {
        padding: 0 3% 30px;
        margin-top: 80px;
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner {
    text-align: center;
    margin: 0 auto;
    width: 100%
}

#main .mainBg .mainInner .defoArea .defoAreaInner .iphoneArea {
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 767px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .iphoneArea {
        width: 80%
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .iphoneArea {
        width: 70%
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .imageArea {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    width: 100%
}

#main .mainBg .mainInner .defoArea .defoAreaInner .sanan {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    width: 100%
}

#main .mainBg .mainInner .defoArea .defoAreaInner .sanan li {
    font-family: "Noto Serif JP", serif;
    font-size: 68px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.0;
    margin: 0 0 30px;
    text-align: center;
    width: 24%
}

@media screen and (max-width: 680px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .sanan li {
        margin: 0 auto 0;
        width: 100%
    }
}

@media screen and (max-width: 680px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .sanan li {
        font-size: 58px
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .sanan li.anzen {
    color: #ff94b6
}

#main .mainBg .mainInner .defoArea .defoAreaInner .sanan li.anshin {
    color: #ffa218
}

#main .mainBg .mainInner .defoArea .defoAreaInner .sanan li.antei {
    color: #8bcfde
}

#main .mainBg .mainInner .defoArea .defoAreaInner .sanan li span {
    color: #111;
    font-size: 50px
}

@media screen and (max-width: 680px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .sanan li span {
        font-size: 40px
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .sanan li:nth-of-type(even) {
    background: none;
    color: #797979;
    font-family: "M PLUS 1p";
    font-size: 22px;
    font-style: normal;
    line-height: 1.4;
    margin: 0 auto 30px;
    padding: 13px 0 0;
    text-align: left;
    width: 76%
}

@media screen and (max-width: 680px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .sanan li:nth-of-type(even) {
        font-size: 20px;
        margin: 0 auto 20px;
        width: 90%
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .sanan li:nth-of-type(even) {
        font-size: 18px;
        margin: 0 auto 20px;
        width: 90%
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .workFlow {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%
}

#main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowLeft {
    width: 49%;
    margin: 0 2% 0 0
}

@media screen and (max-width: 767px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowLeft {
        width: 100%;
        margin: 0 auto
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowLeft .flowLeftInner {
    margin: 0 auto;
    position: relative;
    width: 100%
}

#main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowLeft .flowLeftInner li {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #4cc4e8;
    color: white;
    font-family: "M PLUS 1p";
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0;
    position: relative;
    text-align: center;
    margin: 0 auto 70px
}

#main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowLeft .flowLeftInner li:after {
    bottom: -59px;
    content: "\f13a";
    color: #ef82b6;
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    left: 48%
}

#main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowLeft .flowLeftInner li .step {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #357fa0;
    color: white;
    font-family: "M PLUS 1p";
    font-size: 18px;
    font-weight: 600;
    left: 0;
    min-width: 70px;
    position: absolute;
    padding: 2px 3%;
    top: -18px;
    width: auto
}

#main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowLeft .flowLeftInner li .step span {
    font-size: 14px
}

#main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowLeft .flowMatch {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #ef82b6;
    color: white;
    margin: 30px auto 0;
    padding: 20px 3%;
    position: relative;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 600px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowLeft .flowMatch {
        width: 100%
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowLeft .flowMatch .step {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #e6569b;
    color: white;
    font-family: "M PLUS 1p";
    font-size: 18px;
    font-weight: 600;
    left: 0;
    min-width: 70px;
    position: absolute;
    padding: 2px 3%;
    top: -18px;
    width: auto
}

#main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowLeft .flowMatch .step span {
    font-size: 14px
}

#main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowLeft .flowMatch .matchingTxt {
    display: inline-block;
    font-family: "M PLUS 1p";
    font-size: 26px;
    font-weight: 700;
    width: auto;
    vertical-align: middle
}

#main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowLeft .flowMatch .matchingImg {
    display: inline-block;
    max-width: 200px;
    width: auto;
    vertical-align: middle
}

#main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowRight {
    background: #eee;
    padding: 20px 2%;
    width: 49%;
    text-align: left;
        color:#000000
}

@media screen and (max-width: 767px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowRight {
        margin: 20px auto 0;
        width: 100%
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowRight .flowSub {
    border-bottom: 1px #ddd solid;
    color: #222;
    font-family: "M PLUS 1p";
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto 10px;
    padding: 0 0 10px;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowRight .flowSub {
        font-size: 18px
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowRight .flowList {
    list-style-type: disc;
    padding: 0 0 0 10%;
    width: 100%
}

#main .mainBg .mainInner .defoArea .defoAreaInner .workFlow .flowRight .flowList li {
    color: #222;
    font-family: "メイリオ", "Meiryo", "Meiryo UI", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Sans", "游ゴシック  Medium", sans-serif, Roboto;
    font-size: 16px;
    text-align: left;
    padding: 0 0 5px;
    width: 100%
}

#main .mainBg .mainInner .defoArea .defoAreaInner .defoTxt {
    display: block;
    padding: 30px 0 20px;
    width: 100%
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .defoTxt {
        padding: 10px 0 10px
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .defoTxt span {
    color: #ed83a4;
    display: inline-block;
    font-family: "M PLUS 1p";
    font-size: 26px;
    font-weight: bold;
    width: auto
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .defoTxt span {
        font-size: 22px
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .defoTxt.flow span {
    color: yellow
}

#main .mainBg .mainInner .defoArea .defoAreaInner .defoTxtUnder {
    display: block;
    margin: 0 auto;
    padding: 8px 0 0;
    text-align: left;
    width: 90%
}

#main .mainBg .mainInner .defoArea .defoAreaInner .defoTxtUnder span {
    color: #8b8b8b;
    display: inline-block;
    font-family: "M PLUS 1p";
    font-size: 20px;
    font-weight: normal;
    width: auto
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .defoTxtUnder span {
        font-size: 16px
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowTop {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto 40px;
    text-align: center;
    width: 100%
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowTop li {
    text-align: center;
    width: 50%
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowTop li span {
    color: #ed83a4;
    display: block;
    font-family: "M PLUS 1p";
    font-size: 26px;
    font-weight: 500;
    padding: 0 0 20px;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 600px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowTop li span {
        font-size: 21px
    }
}

@media screen and (max-width: 490px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowTop li span {
        font-size: 15px;
        font-weight: 600
    }
}

@media screen and (max-width: 360px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowTop li span {
        font-size: 13px
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowTop li:nth-of-type(2) span {
    color: #23bfae
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowTop li img {
    max-width: 100px;
    width: 80%
}

@media screen and (max-width: 490px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowTop li img {
        max-width: 80px
    }
}

@media screen and (max-width: 380px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowTop li img {
        max-width: 70px
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto 30px;
    position: relative;
    width: 100%
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.customer .right {
    width: 13%
}

@media screen and (max-width: 600px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.customer .right {
        width: 15%
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.customer .right {
        width: 17%;
        padding: 0 0 0 4%
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.customer .center {
    width: 67%
}

@media screen and (max-width: 600px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.customer .center {
        width: 85%
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.customer .center {
        width: 83%
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.customer .left {
    width: 20%
}

@media screen and (max-width: 600px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.customer .left {
        display: none;
        width: 0
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.adviser {
    margin-bottom: 50px
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.adviser .left {
    width: 13%
}

@media screen and (max-width: 600px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.adviser .left {
        width: 15%
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.adviser .left {
        width: 17%
    }

    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.adviser .left .flowIcon {
        margin: 0
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.adviser .center {
    width: 67%
}

@media screen and (max-width: 600px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.adviser .center {
        width: 85%
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.adviser .center {
        width: 83%
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.adviser .right {
    width: 20%
}

@media screen and (max-width: 600px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase.adviser .right {
        display: none;
        width: 0
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .left {
    text-align: left;
    width: 10%
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .left .flowIcon {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    height: 68px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 0;
    text-align: center;
    width: 68px
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .left .flowIcon img {
    width: 100%
}

@media screen and (max-width: 800px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .left .flowIcon {
        height: 60px;
        width: 60px
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .left .flowIcon {
        height: 46px;
        width: 46px
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: white;
    padding: 15px 2%;
    position: relative;
    width: 80%
}

@media screen and (max-width: 520px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center {
        padding: 15px 4%
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center .qs {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #8fb13c;
    color: white;
    font-family: "M PLUS 1p";
    font-size: 18px;
    font-weight: 600;
    left: 0;
    min-width: 70px;
    position: absolute;
    padding: 2px 3%;
    top: -18px;
    width: auto
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center .qs span {
    font-size: 14px
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center .number {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ef82b6;
    color: white;
    font-family: "M PLUS 1p";
    font-size: 18px;
    font-weight: 600;
    left: 0;
    min-width: 70px;
    position: absolute;
    padding: 2px 3%;
    top: -18px;
    width: auto
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center .number span {
    font-size: 14px
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center:before {
    background: url("../img/flow3-1.png?=20200419");
    background-size: contain;
    content: "";
    height: 25px;
    left: -19px;
    position: absolute;
    top: 0;
    width: 32px
}

@media screen and (max-width: 800px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center:before {
        height: 20px;
        width: 26px
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center:after {
    background: none
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center .main {
    color: #222;
    font-family: "メイリオ", "Meiryo", "Meiryo UI", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Sans", "游ゴシック  Medium", sans-serif, Roboto;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    padding: 4px 0 0;
    text-align: left;
    width: 100%
}

@media screen and (max-width: 900px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center .main {
        font-size: 18px
    }
}

@media screen and (max-width: 520px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center .main {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center .main {
        font-family: "メイリオ", "Meiryo", "Meiryo UI", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Sans", "游ゴシック  Medium", sans-serif, Roboto;
        font-size: 16px;
        width: 100%
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center .main span {
    display: block;
    font-family: "メイリオ", "Meiryo", "Meiryo UI", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Sans", "游ゴシック  Medium", sans-serif, Roboto;
    font-size: 18px
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center .main .mainStaff {
    box-sizing: border-box;
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 5%;
    width: 100%
}

@media screen and (max-width: 999px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center .main .mainStaff {
        margin: 0 0 0 4%;
        padding: 0 0 0 5%;
        width: 95%
    }
}

@media screen and (max-width: 520px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center .main .mainStaff {
        margin: 0;
        padding: 0 0 0 8%;
        width: 100%
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center .main .mainStaff li {
    color: #222;
    font-family: "M PLUS 1p";
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    text-align: left
}

@media screen and (max-width: 900px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center .main .mainStaff li {
        font-size: 20px
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center .main .mainStaff li {
        font-family: "メイリオ", "Meiryo", "Meiryo UI", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Sans", "游ゴシック  Medium", sans-serif, Roboto;
        font-size: 16px
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center .main .overlay-btn-sample p {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #ed83a4;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    margin: 10px 0 0;
    padding: 10px 20px;
    text-align: center
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center.staff {
    background: #d6ed9e
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center.staff:after {
    background: url("../img/flow3-2.png");
    background-size: contain;
    content: "";
    height: 25px;
    right: -19px;
    position: absolute;
    top: 0;
    width: 32px
}

@media screen and (max-width: 800px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center.staff:after {
        height: 20px;
        width: 26px
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .center.staff:before {
    background: none
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .right {
    text-align: right;
    width: 10%
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .right .flowIconWoman {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    background: white;
    height: 68px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 68px
}

@media screen and (max-width: 800px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .right .flowIconWoman {
        height: 60px;
        width: 60px
    }
}

@media screen and (max-width: 480px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .right .flowIconWoman {
        height: 46px;
        width: 46px
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .flowBase .right .flowIconWoman img {
    width: 100%
}

#main .mainBg .mainInner .defoArea .defoAreaInner .matching {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #ef82b6;
    color: white;
    margin: 30px auto 10px;
    padding: 20px 3%;
    text-align: center;
    width: 80%
}

@media screen and (max-width: 600px) {
    #main .mainBg .mainInner .defoArea .defoAreaInner .matching {
        width: 100%
    }
}

#main .mainBg .mainInner .defoArea .defoAreaInner .matching .matchingTxt {
    display: inline-block;
    font-family: "M PLUS 1p";
    font-size: 26px;
    font-weight: 400;
    width: auto;
    vertical-align: middle
}

#main .mainBg .mainInner .defoArea .defoAreaInner .matching .matchingImg {
    display: inline-block;
    max-width: 200px;
    width: auto;
    vertical-align: middle
}

#main h2 {
    color: #1d1d1d;
    font-family: "メイリオ", "Meiryo", "Meiryo UI", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Sans", "游ゴシック  Medium", sans-serif, Roboto;
    font-weight: bold;
    padding: 50px 0;
    position: relative;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 767px) {
    #main h2 {
        padding: 35px 0
    }
}

@media screen and (max-width: 480px) {
    #main h2 {
        padding: 30px 0
    }
}

@media screen and (max-width: 320px) {
    #main h2 {
        padding: 20px 0
    }
}

#main h2.wt {
    color: white
}

#main h2 .subTtlWrap {
    position: relative;
    display: inline-block;
    background-color: transparent;
    border-bottom: dotted 3px #d2d2d2;
    padding: 16px 0;
    min-width: 320px;
    max-width: 100%;
    text-align: center
}

#main h2 .subTtlWrap span {
    display: inline-block;
    font-size: 38px;
    line-height: 1.3
}

@media screen and (max-width: 767px) {
    #main h2 .subTtlWrap span {
        font-size: 36px
    }
}

@media screen and (max-width: 480px) {
    #main h2 .subTtlWrap span {
        font-size: 26px
    }
}

@media screen and (max-width: 380px) {
    #main h2 .subTtlWrap span {
        font-size: 24px
    }
}

@media screen and (max-width: 360px) {
    #main h2 .subTtlWrap span {
        font-size: 18px
    }
}

#main h2 .subTtlWrap span.one {
    display: block
}

#main h2 .subTtlWrap span.ossSub {
    display: inline-block;
    font-size: 36px;
    line-height: 1.3
}

@media screen and (max-width: 767px) {
    #main h2 .subTtlWrap span.ossSub {
        font-size: 32px
    }
}

@media screen and (max-width: 480px) {
    #main h2 .subTtlWrap span.ossSub {
        font-size: 24px
    }
}

@media screen and (max-width: 380px) {
    #main h2 .subTtlWrap span.ossSub {
        font-size: 22px
    }
}

@media screen and (max-width: 360px) {
    #main h2 .subTtlWrap span.ossSub {
        font-size: 18px
    }
}

#main h2 .subTtlWrap span.sananSub {
    display: inline-block;
    font-size: 38px;
    line-height: 1.3
}

#main h2 .subTtlWrap span#easy {
    display: inline-block;
    margin: -80px 0 0;
    padding: 80px 0 0
}

#main h2 .subTtlWrap span.workSubIn {
    color: #222;
    display: inline-block;
    font-size: 40px;
    font-family: "メイリオ", "Meiryo", "Meiryo UI", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Sans", "游ゴシック  Medium", sans-serif, Roboto;
    font-weight: bold;
    line-height: 1.3
}

@media screen and (max-width: 767px) {
    #main h2 .subTtlWrap span.workSubIn {
        font-size: 36px
    }
}

@media screen and (max-width: 480px) {
    #main h2 .subTtlWrap span.workSubIn {
        font-size: 26px
    }
}

@media screen and (max-width: 380px) {
    #main h2 .subTtlWrap span.workSubIn {
        font-size: 24px
    }
}

@media screen and (max-width: 320px) {
    #main h2 .subTtlWrap span.workSubIn {
        font-size: 18px
    }
}

#main h2 .subTtlWrap .textBase {
    color: #1d1d1d;
    display: block;
    font-size: 26px;
    padding: 20px 0 10px;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 640px) {
    #main h2 .subTtlWrap .textBase {
        font-size: 22px
    }
}

@media screen and (max-width: 480px) {
    #main h2 .subTtlWrap .textBase {
        font-size: 20px
    }
}

@media screen and (max-width: 380px) {
    #main h2 .subTtlWrap .textBase {
        font-size: 16px
    }
}

@media screen and (max-width: 360px) {
    #main h2 .subTtlWrap .textBase {
        font-size: 14px
    }
}

#main h2 .subTtlWrap .textBase span {
    font-size: 26px;
    display: block
}

@media screen and (max-width: 640px) {
    #main h2 .subTtlWrap .textBase span {
        font-size: 22px
    }
}

@media screen and (max-width: 580px) {
    #main h2 .subTtlWrap .textBase span {
        font-size: 20px
    }
}

@media screen and (max-width: 480px) {
    #main h2 .subTtlWrap .textBase span {
        font-size: 20px
    }
}

@media screen and (max-width: 380px) {
    #main h2 .subTtlWrap .textBase span {
        font-size: 18px
    }
}

@media screen and (max-width: 360px) {
    #main h2 .subTtlWrap .textBase span {
        font-size: 16px
    }
}

#main h2 .subTtlWrap .textBase span span {
    display: inline-block
}

#main .topAreaTxt {
    display: block;
    padding: 8px 0 0;
    width: 100%
}

#main .topAreaTxt span {
    color: #8b8b8b;
    display: inline-block;
    font-family: "M PLUS 1p";
    font-size: 21px;
    font-weight: normal;
    width: auto
}

@media screen and (max-width: 480px) {
    #main .topAreaTxt span {
        font-size: 18px
    }
}

#main .textBase {
    color: #8b8b8b;
    display: block;
    font-size: 26px;
    padding: 0 0 30px;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 640px) {
    #main .textBase {
        font-size: 22px
    }
}

@media screen and (max-width: 480px) {
    #main .textBase {
        font-size: 20px
    }
}

@media screen and (max-width: 380px) {
    #main .textBase {
        font-size: 16px
    }
}

@media screen and (max-width: 360px) {
    #main .textBase {
        font-size: 14px
    }
}

#main .textBase span {
    display: inline-block
}

#main .textBaseL {
    color: #8b8b8b;
    display: block;
    font-size: 22px;
    padding: 0 0 30px;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 640px) {
    #main .textBaseL {
        font-size: 20px
    }
}

@media screen and (max-width: 480px) {
    #main .textBaseL {
        font-size: 18px
    }
}

@media screen and (max-width: 380px) {
    #main .textBaseL {
        font-size: 16px
    }
}

@media screen and (max-width: 360px) {
    #main .textBaseL {
        font-size: 13px
    }
}

#main .textBaseL span {
    display: inline-block
}

#main .textBaseLT {
    color: #8b8b8b;
    display: block;
    font-size: 22px;
    padding: 30px 0 0px;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 640px) {
    #main .textBaseLT {
        font-size: 20px
    }
}

@media screen and (max-width: 480px) {
    #main .textBaseLT {
        font-size: 18px
    }
}

@media screen and (max-width: 380px) {
    #main .textBaseLT {
        font-size: 16px
    }
}

@media screen and (max-width: 360px) {
    #main .textBaseLT {
        font-size: 13px
    }
}

#main .textBaseLT span {
    display: inline-block
}

footer {
    background: #1b1b1b;
    color: white;
    margin: 0;
    padding: 0 0 30px;
    position: relative;
    text-align: center;
    width: 100%
}

footer .footerInner {
    padding: 60px 0 0;
    margin: 0 auto;
    width: 1200px;
    text-align: center
}

footer .footerInner:after {
    content: "";
    display: block;
    clear: both
}

@media screen and (max-width: 1199px) {
    footer .footerInner {
        width: 100%
    }
}

footer .footerInner .footerMain {
    border-bottom: 1px #313131 solid;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    width: 100%
}

@media screen and (max-width: 1199px) {
    footer .footerInner .footerMain {
        float: none;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    footer .footerInner .footerMain {
        border-bottom: 1px #313131 solid;
        padding-bottom: 30px;
        margin-bottom: 30px
    }
}

footer .footerInner .footerMain .logo {
    margin: 0 auto 15px;
    position: relative;
    text-align: center;
    width: 300px
}

footer .footerInner .footerMain .logo:before {
    background: url("../img/logomarkgr.png");
    background-size: contain;
    content: "";
    height: 38px;
    left: 22px;
    position: absolute;
    top: 15px;
    width: 38px
}

@media screen and (max-width: 480px) {
    footer .footerInner .footerMain .logo:before {
        left: -7%
    }
}

footer .footerInner .footerMain .logo span {
    color: #03a678;
    display: block;
    font-size: 40px;
    line-height: 1.3;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 200px
}

footer .footerInner .footerMain .logo span:after {
    content: "®";
    color: white;
    font-size: 14px;
    position: absolute;
    right: -16px;
    bottom: 0
}

footer .footerInner .footerMain .logo span:nth-of-type(2) {
    color: #ed83a4;
    font-size: 16px;
    padding: 5px 0 0;
    width: 100%
}

footer .footerInner .footerMain .logo span:nth-of-type(2):after {
    content: ""
}

footer .footerInner .footerMain .logo span:nth-of-type(3) {
    font-size: 25px;
    width: 100%
}

footer .footerInner .footerMain .logo span:nth-of-type(3):after {
    content: ""
}

@media screen and (max-width: 480px) {
    footer .footerInner .footerMain .logo {
        width: 220px
    }
}

footer .footerInner .footerMain .footerShopInfo {
    margin: 0 auto 30px;
    width: 100%;
    text-align: center
}

footer .footerInner .footerMain .footerShopInfo .tel {
    color: #ed83a4;
    display: block;
    font-family: "M PLUS 1p";
    font-size: 22px;
    font-weight: 600;
    margin-right: 10px;
    text-align: center
}

@media screen and (max-width: 767px) {
    footer .footerInner .footerMain .footerShopInfo .tel {
        display: none
    }
}

footer .footerInner .footerMain .footerShopInfo .tel span {
    font-size: 22px;
    padding-left: 5px
}

footer .footerInner .footerMain .footerShopInfo .tel span i {
    margin-right: 5px
}

footer .footerInner .footerMain .footerShopInfo .telSmart {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ed83a4;
    color: white;
    display: block;
    font-family: "M PLUS 1p";
    font-size: 22px;
    font-weight: 600;
    margin: 0 auto 5px;
    max-width: 270px;
    padding: 8px 2%;
    width: 100%;
    text-align: center
}

footer .footerInner .footerMain .footerShopInfo .telSmart i {
    margin-right: 5px
}

@media screen and (min-width: 768px) {
    footer .footerInner .footerMain .footerShopInfo .telSmart {
        display: none
    }
}

@media screen and (max-width: 480px) {
    footer .footerInner .footerMain .footerShopInfo .telSmart {
        font-size: 18px;
        max-width: 220px
    }
}

footer .footerInner .footerMain .footerShopInfo .telSmart:hover {
    background: #03a678
}

footer .footerInner .footerMain .footerShopInfo .sales {
    display: inline-block;
    font-family: "メイリオ", "Meiryo", "Meiryo UI", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Sans", "游ゴシック  Medium", sans-serif, Roboto;
    font-size: 16px;
    margin: 0 auto 10px;
    text-align: center
}

@media screen and (max-width: 767px) {
    footer .footerInner .footerMain .footerShopInfo .sales {
        display: block
    }
}

footer .footerInner .footerMain .footerShopInfo .sales span {
    display: block;
    font-size: 16px;
    padding-right: 5px
}

@media screen and (max-width: 480px) {
    footer .footerInner .footerMain .footerShopInfo .sales span {
        font-size: 14px
    }
}

footer .footerInner .footerMain .footerShopInfo .sales span span {
    display: inline-block;
    font-size: 14px
}

@media screen and (max-width: 480px) {
    footer .footerInner .footerMain .footerShopInfo .sales span span {
        font-size: 12px
    }
}

footer .footerInner .footerMain .fotterAddress {
    font-size: 14px;
    margin-bottom: 60px;
    text-align: center
}

footer .footerInner .footerMain .fotterAddress .address {
    display: inline-block
}

@media screen and (max-width: 480px) {
    footer .footerInner .footerMain .fotterAddress {
        font-size: 12px;
        margin: 0 auto 30px;
        width: 94%
    }
}

footer .footerInner .footerCopyArea {
    margin: 0 auto;
    width: 1100px
}

@media screen and (max-width: 1199px) {
    footer .footerInner .footerCopyArea {
        float: none;
        width: 100%
    }
}

footer .footerInner .footerCopyArea .footerTxt {
    color: #7e7e7e;
    display: block;
    font-size: 12px;
    margin: 0 auto 40px;
    text-align: left;
    width: 96%
}

@media screen and (max-width: 1199px) {
    footer .footerInner .footerCopyArea .footerTxt {
        text-align: left;
        width: 80%
    }
}

footer .footerInner .footerCopyArea .copy {
    color: #7e7e7e;
    display: block;
    font-size: 12px;
    padding: 20px 0 0;
    text-align: center;
    width: 100%
}

footer .footerInner .footerCopyArea .copy a {
    color: #7e7e7e;
    text-decoration: underline
}

footer .footerInner .footerCopyArea .copy a:hover {
    color: #03a678;
    text-decoration: none
}

@media screen and (max-width: 767px) {
    footer .footerInner .footerCopyArea .copy {
        font-size: 11px;
        margin: 0 auto;
        width: 90%
    }
}

@media screen and (max-width: 767px) {
    footer .footerInner .footerCopyArea .copy {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 10px
    }
}

form .selectGp {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
    background-color: transparent;
    background-repeat: no-repeat
}

form .selectGp:after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-top: 4px solid #999;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

form .selectGp select {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: white;
    border: 1px #ddd solid;
    font-size: 16px;
    min-height: 36px;
    outline: none;
    padding: 5px 10px;
    position: relative;
    z-index: 0
}

form .selectGp select:focus {
    outline: 0;
    box-shadow: 0px 0px 0px 2px #25d3fc inset;
    -moz-box-shadow: 0px 0px 0px 2px #25d3fc inset;
    -webkit-box-shadow: 0px 0px 0px 2px #25d3fc inset
}

form .selectSortGp {
    border-radius: 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat
}

form .selectSortGp:after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-top: 4px solid #999;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

form .selectSortGp select {
    border-radius: 0;
    background: #f0f0f0;
    border: none;
    font-size: 14px;
    min-height: 20px;
    outline: none;
    padding: 10px 10px;
    position: relative;
    z-index: 0
}

form .selectSortGp select:focus {
    outline: 0;
    box-shadow: 0px 0px 0px 2px #25d3fc inset;
    -moz-box-shadow: 0px 0px 0px 2px #25d3fc inset;
    -webkit-box-shadow: 0px 0px 0px 2px #25d3fc inset
}

form .checkGp {
    margin-top: 3px
}

@media screen and (max-width: 480px) {
    form .checkGp {
        text-align: center
    }
}

form .checkGp .checkBox {
    display: inline-block;
    margin-bottom: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #eee;
    font-size: 12px
}

form .checkGp .checkBox input {
    display: none
}

form .checkGp .checkBox label {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    padding: 5px 8px;
    border: 1px solid #ccc
}

form .checkGp .checkBoxCtgry {
    display: inline-block;
    margin-bottom: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #eee;
    font-size: 12px
}

form .checkGp .checkBoxCtgry input {
    display: none
}

form .checkGp .checkBoxCtgry label {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    padding: 5px 8px;
    border: 1px solid #ccc
}

form .checkGp input:checked + label {
    color: #fff;
    background: #ed83a4;
    border: 1px solid #ed83a4
}

form .checkGp2 {
    margin-top: 3px
}

@media screen and (max-width: 480px) {
    form .checkGp2 {
        text-align: center
    }
}

form .checkGp2 .checkBox2 {
    display: inline-block;
    margin-bottom: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #eee;
    font-size: 12px
}

form .checkGp2 .checkBox2 input {
    display: none
}

form .checkGp2 .checkBox2 label {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #eee;
    cursor: pointer;
    padding: 5px 8px;
    border: 1px solid #ccc
}

form .checkGp2 input:checked + label {
    color: #fff;
    background: #ed83a4;
    border: 1px solid #ed83a4
}

form .checkGp3 {
    margin-top: 3px
}

@media screen and (max-width: 480px) {
    form .checkGp3 {
        text-align: center
    }
}

form .checkGp3 .checkBox {
    display: inline-block;
    margin-bottom: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #eee;
    font-size: 12px
}

form .checkGp3 .checkBox input {
    display: none
}

form .checkGp3 .checkBox label {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    padding: 5px 8px;
    border: 1px solid #ccc
}

form .checkGp3 input:checked + label {
    color: #fff;
    background: #ed83a4;
    border: 1px solid #ed83a4
}

form .checkGpPlay {
    margin-top: 3px
}

@media screen and (max-width: 480px) {
    form .checkGpPlay {
        text-align: center
    }
}

form .checkGpPlay .checkBox {
    display: inline-block;
    margin-bottom: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #eee;
    font-size: 12px
}

form .checkGpPlay .checkBox input {
    display: none
}

form .checkGpPlay .checkBox label {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    padding: 5px 8px;
    border: 1px solid #ccc
}

form .checkGpPlay .checkBox label span {
    color: #111
}

form .checkGpPlay .checkBox label span span {
    color: #f47983
}

form .checkGpPlay input:checked + label {
    color: #fff;
    background: #ed83a4;
    border: 1px solid #ed83a4
}

form .checkGpPlay input:checked + label span {
    color: white
}

form .checkGpPlay input:checked + label span span {
    color: #ffff92
}

form .checkGpPlay input:checked + label span .aitork {
    color: white
}

form .radioGp {
    margin-top: 3px
}

@media screen and (max-width: 480px) {
    form .radioGp {
        text-align: left
    }
}

form .radioGp .radioBox {
    display: inline-block;
    margin-bottom: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #eee;
    font-size: 12px
}

form .radioGp .radioBox input {
    display: none
}

form .radioGp .radioBox label {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    padding: 5px 8px;
    border: 1px solid #ccc
}

form .radioGp input:checked + label {
    color: #fff;
    background: #ed83a4;
    border: 1px solid #ed83a4
}

form .radioGp2 {
    margin-top: 3px
}

@media screen and (max-width: 480px) {
    form .radioGp2 {
        text-align: center
    }
}

form .radioGp2 .radioBox2 {
    display: inline-block;
    margin-bottom: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #eee;
    font-size: 12px
}

form .radioGp2 .radioBox2 input {
    display: none
}

form .radioGp2 .radioBox2 label {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    padding: 5px 8px;
    border: 1px solid #ccc
}

form .radioGp2 input:checked + label {
    color: #fff;
    background: #ed83a4;
    border: 1px solid #ed83a4
}

form .starBase {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end
}

@media screen and (max-width: 480px) {
    form .starBase {
        justify-content: center
    }
}

form .starBase input[type='radio'] {
    display: none
}

form .starBase label {
    position: relative;
    padding: 10px 0 0;
    color: gray;
    cursor: pointer;
    font-size: 45px
}

form .starBase label .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    color: gray
}

form .starBase label:hover {
    color: #ffcc00
}

form .starBase label:hover ~ label {
    color: #ffcc00
}

form .starBase input[type='radio']:checked ~ label {
    color: #ffcc00
}

form input[type="text"] {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fffaff;
    border: 1px #ddd solid;
    box-sizing: border-box;
    color: #666;
    font-size: 16px;
    height: 40px;
    padding: 10px;
    width: 100%
}

form input[type="text"]:focus {
    outline: 0;
    background: white;
    box-shadow: 0px 0px 0px 2px #ed83a4 inset;
    -moz-box-shadow: 0px 0px 0px 2px #ed83a4 inset;
    -webkit-box-shadow: 0px 0px 0px 2px #ed83a4 inset
}

form input[type="text"]::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal
}

form input[type="text"]:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal
}

form input[type="text"]::-moz-placeholder {
    color: #ccc;
    font-weight: normal
}

form input[type="tel"],
form input[type="email"] {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fffaff;
    border: 1px #ddd solid;
    box-sizing: border-box;
    color: #666;
    font-size: 16px;
    height: 40px;
    padding: 10px;
    width: 100%
}

form input[type="tel"]:focus,
form input[type="email"]:focus {
    outline: 0;
    background: white;
    box-shadow: 0px 0px 0px 2px #ed83a4 inset;
    -moz-box-shadow: 0px 0px 0px 2px #ed83a4 inset;
    -webkit-box-shadow: 0px 0px 0px 2px #ed83a4 inset
}

form input[type="tel"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal
}

form input[type="tel"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal
}

form input[type="tel"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder {
    color: #ccc;
    font-weight: normal
}

form input[type="password"] {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fffaff;
    border: 1px #ddd solid;
    box-sizing: border-box;
    color: #666;
    font-size: 16px;
    height: 40px;
    padding: 10px;
    width: 100%
}

form input[type="password"]:focus {
    outline: 0;
    background: white;
    box-shadow: 0px 0px 0px 2px #ed83a4 inset;
    -moz-box-shadow: 0px 0px 0px 2px #ed83a4 inset;
    -webkit-box-shadow: 0px 0px 0px 2px #ed83a4 inset
}

form input[type="password"]::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal
}

form input[type="password"]:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal
}

form input[type="password"]::-moz-placeholder {
    color: #ccc;
    font-weight: normal
}

form input[type="password"],
form [type=number] {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fffaff;
    border: 1px #ddd solid;
    box-sizing: border-box;
    color: #666;
    font-size: 16px;
    height: 40px;
    padding: 10px;
    width: 100%
}

form input[type="password"]:focus,
form [type=number]:focus {
    outline: 0;
    background: white;
    box-shadow: 0px 0px 0px 2px #ed83a4 inset;
    -moz-box-shadow: 0px 0px 0px 2px #ed83a4 inset;
    -webkit-box-shadow: 0px 0px 0px 2px #ed83a4 inset
}

form input[type="password"]::-webkit-input-placeholder,
form [type=number]::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal
}

form input[type="password"]:-ms-input-placeholder,
form [type=number]:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal
}

form input[type="password"]::-moz-placeholder,
form [type=number]::-moz-placeholder {
    color: #ccc;
    font-weight: normal
}

form textarea {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #fffaff;
    border: 1px #ddd solid;
    box-sizing: border-box;
    color: #666;
    font-size: 16px;
    padding: 10px;
    width: 100%
}

form textarea:focus {
    outline: 0;
    background: white;
    box-shadow: 0px 0px 0px 2px #ed83a4 inset;
    -moz-box-shadow: 0px 0px 0px 2px #ed83a4 inset;
    -webkit-box-shadow: 0px 0px 0px 2px #ed83a4 inset
}

form textarea::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal
}

form textarea:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal
}

form textarea::-moz-placeholder {
    color: #ccc;
    font-weight: normal
}

form input[type="submit"] {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ed83a4;
    box-sizing: border-box;
    border: none;
    color: white;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    text-align: center
}

form input[type="submit"]:active {
    background: #ed83a4
}

form input[type="reset"] {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: black;
    box-sizing: border-box;
    border: none;
    color: white;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    text-align: center
}

form input[type="reset"]:active {
    background: #333
}

.formBox {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f0f0f0;
    border-bottom: 1px #ddd solid;
    box-sizing: border-box;
    color: #222;
    font-size: 16px;
    margin: 0 auto;
    max-width: 750px;
    padding: 30px 40px 40px;
    text-align: left;
    width: 100%
}

.formBox:after {
    content: "";
    display: block;
    clear: both
}

@media screen and (max-width: 767px) {
    .formBox {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px
    }
}

@media screen and (max-width: 480px) {
    .formBox {
        padding: 20px 8% 20px
    }
}

.formBox h3.formSubTtl {
    border-bottom: 1px #ccc dotted;
    font-size: 26px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 480px) {
    .formBox h3.formSubTtl {
        font-size: 22px
    }
}

@media screen and (max-width: 350px) {
    .formBox h3.formSubTtl {
        font-size: 20px
    }
}

.formBox .formLeft {
    float: left;
    margin: 0 2% 20px 0;
    text-align: left;
    width: 35%
}

.formBox .formLeft select {
    min-width: 100px
}

@media screen and (max-width: 767px) {
    .formBox .formLeft {
        margin: 0 0 20px;
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .formBox .formLeft div {
        text-align: center
    }
}

.formBox .formLeft2 {
    float: left;
    margin: 0 2% 20px 0;
    text-align: left;
    width: 35%
}

.formBox .formLeft2 select {
    min-width: 100px
}

@media screen and (max-width: 767px) {
    .formBox .formLeft2 {
        margin: 0 0 20px;
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .formBox .formLeft2 div {
        text-align: center
    }
}

.formBox .formCenter {
    float: left;
    margin: 0 2% 20px 0;
    text-align: left;
    width: 35%
}

.formBox .formCenter select {
    min-width: 100px
}

@media screen and (max-width: 767px) {
    .formBox .formCenter {
        margin: 0 0 20px;
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .formBox .formCenter div {
        text-align: center
    }
}

.formBox .formRight {
    float: right;
    margin: 0 0 20px;
    text-align: left;
    width: 26%
}

.formBox .formRight select {
    min-width: 73px
}

@media screen and (max-width: 767px) {
    .formBox .formRight {
        margin: 0 0 20px;
        width: 100%
    }

    .formBox .formRight select {
        min-width: 100px
    }
}

@media screen and (max-width: 480px) {
    .formBox .formRight div {
        text-align: center
    }
}

.formBox .formHarfLeft {
    float: left;
    margin: 0 0 30px 0;
    text-align: left;
    width: 49%
}

.formBox .formHarfLeft select {
    width: 100%
}

.formBox .formHarfLeft label {
    width: 100%
}

@media screen and (max-width: 767px) {
    .formBox .formHarfLeft {
        float: none;
        min-width: 260px
    }
}

.formBox .formHarfRight {
    float: right;
    margin: 0 0 30px 0;
    text-align: left;
    width: 49%
}

@media screen and (max-width: 767px) {
    .formBox .formHarfRight {
        float: none;
        min-width: 260px
    }
}

.formBox .formMiddle {
    float: none;
    clear: both;
    margin-bottom: 10px;
    width: 100%
}

.formBox .formBtn {
    float: none;
    margin: 30px 0 0;
    text-align: center;
    width: 100%
}

.formBox span.formTtl {
    display: block;
    margin-bottom: 3px
}

@media screen and (max-width: 480px) {
    .formBox span.formTtl {
        margin-bottom: 5px
    }
}

.formSortBox {
    background: black;
    margin: 0 auto 40px;
    max-width: 750px;
    text-align: right;
    width: 100%
}

.formSortBox .sortTtl {
    display: inline-block;
    color: #ccc;
    font-size: 13px;
    margin-right: 20px;
    position: relative;
    text-align: right
}

.formSortBox .sortTtl:before {
    content: "";
    background: url("../img/icon_az.png");
    background-size: contain;
    height: 14px;
    left: -30px;
    position: absolute;
    top: 2px;
    width: 17px
}

.formSortBox .sortSelectBox {
    display: inline-block
}

#pager {
    margin: 0 auto 40px;
    width: 100%;
    text-align: center
}

#pager li {
    display: inline-block;
    text-align: center
}

#pager li:last-child {
    color: white;
    display: block;
    padding: 10px 0 0;
    text-align: center;
    font-size: 13px
}

#pager li a {
    background: #f0f0f0;
    color: #222;
    display: block;
    padding: 10px;
    font-size: 14px;
    min-width: 46px
}

#pager li a:hover {
    background: #00b7ee;
    color: white
}

#pager li a.active {
    background: #00b7ee;
    color: white
}

#pager li a.none {
    opacity: 0.6
}

#pager li a.none:hover {
    background: #f0f0f0;
    color: #222
}

.txtRed {
    color: #f47983;
    font-size: 16px;
    font-weight: bold
}

.overlayall-sample {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: scroll;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9)
}

.overlayall-sample .overlayBox {
    color: #FFF;
    display: block;
    height: 100%;
    text-align: center;
    font-size: 30px;
    width: 100%
}

.overlayall-sample .overlayBox ul {
    display: table;
    height: 100%;
    margin: 0 auto;
    max-width: 640px;
    width: 96%
}

.overlayall-sample .overlayBox ul li {
    display: table-row;
    height: 100%;
    width: 100%
}

.overlayall-sample .overlayBox ul li .inner {
    display: table-cell;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    vertical-align: middle
}

.overlayall-sample .overlayBox ul li .inner::before {
    background: #ed83a4;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    content: "× 閉じる";
    font-family: "M PLUS 1p";
    font-size: 20px;
    font-weight: 500;
    line-height: 1.0;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 5%;
    right: 0
}

.overlayall-sample .overlayBox ul li .inner img {
    height: auto;
    width: 100%
}

#banner {
    display: none
}

#bannerin {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    text-align: center
}

#bannerin .inner {
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999
}

#bannerin .inner .ftInner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 0;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    width: 100%
}

@media screen and (max-width: 999px) {
    #bannerin .inner .ftInner {
        padding: 0
    }
}

#bannerin .inner .ftInner #closebanner {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #111;
    color: white;
    cursor: pointer;
    font-family: "M PLUS 1p";
    font-size: 22px;
    font-weight: 600;
    height: 26px;
    left: 0;
    line-height: 1.0;
    padding: 0 auto;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 26px;
    z-index: 999
}

@media screen and (max-width: 480px) {
    #bannerin .inner .ftInner #closebanner {
        top: -5px;
        left: -2px
    }
}

#bannerin .inner .ftInner a {
    display: block;
    padding: 8px 0;
    text-align: center;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    vertical-align: middle
}

#bannerin .inner .ftInner a.line {
    background: #00b900
}

#bannerin .inner .ftInner a.line:hover {
    background: #49bd49
}

#bannerin .inner .ftInner a.tel {
    background: #ed83a4
}

#bannerin .inner .ftInner a.tel:hover {
    background: #ea94af
}

#bannerin .inner .ftInner a.twitter {
    background: #1da1f2
}

#bannerin .inner .ftInner a.twitter:hover {
    background: #3fadf1
}

#bannerin .inner .ftInner a .logo {
    display: inline-block;
    width: 30%;
    vertical-align: middle
}

#bannerin .inner .ftInner a .logo img {
    margin: 0 auto;
    width: 50%
}

@media screen and (max-width: 500px) {
    #bannerin .inner .ftInner a .logo img {
        width: 66%
    }
}

#bannerin .inner .ftInner a .logoTxt {
    color: white;
    display: inline-block;
    font-family: "M PLUS 1p";
    font-size: 22px;
    font-weight: 700;
    padding: 0 2%;
    text-align: left;
    width: auto;
    vertical-align: middle
}

@media screen and (max-width: 890px) {
    #bannerin .inner .ftInner a .logoTxt {
        font-size: 18px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #bannerin .inner .ftInner a .logoTxt {
        display: block;
        text-align: center
    }
}

@media screen and (max-width: 500px) {
    #bannerin .inner .ftInner a .logoTxt {
        font-family: "メイリオ", "Meiryo", "Meiryo UI", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Sans", "游ゴシック  Medium", sans-serif, Roboto;
        font-size: 16px
    }
}

@media screen and (max-width: 360px) {
    #bannerin .inner .ftInner a .logoTxt {
        font-size: 14px
    }
}

.indexLoginBox {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.92);
    margin: 0 auto;
    max-width: 900px;
    padding: 0 0 20px;
    width: 100%;
    z-index: 10
}

@media screen and (max-width: 1159px) {
    .indexLoginBox {
        margin: 0 auto 20px
    }
}

@media screen and (max-width: 767px) {
    .indexLoginBox {
        width: 100%
    }
}

.indexLoginBox form {
    margin: 0;
    text-align: center;
    width: 100%
}

.indexLoginBox form .formTop {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #000;
    color: white;
    font-family: "M PLUS 1p";
    font-size: 30px;
    font-weight: 600;
    margin: 30px auto 30px;
    padding: 10px 4%;
    position: relative;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 1000px) {
    .indexLoginBox form .formTop {
        width: 80%
    }
}

@media screen and (max-width: 480px) {
    .indexLoginBox form .formTop {
        font-size: 24px
    }
}

.indexLoginBox form .formTop span {
    display: inline-block
}

.indexLoginBox form .formTop:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #000
}

.indexLoginBox form .formTop .formTopTxt {
    color: #bbb9ae;
    display: block;
    font-family: "M PLUS 1p";
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 10px;
    text-align: center
}

.indexLoginBox form .txInner {
    padding: 30px 0 0;
    position: relative;
    width: 100%;
    z-index: 0
}

@media screen and (max-width: 480px) {
    .indexLoginBox form .txInner {
        padding: 20px 0 0
    }
}

.indexLoginBox form .txInner label.indexlogin {
    background: transparent;
    border: none;
    border-radius: 0;
    color: #666;
    display: block;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
    text-align: center;
    width: 86%
}

@media screen and (max-width: 480px) {
    .indexLoginBox form .txInner label.indexlogin {
        width: 100%
    }
}

.indexLoginBox form .txInner label.indexlogin .iconArea {
    display: block;
    font-size: 14px;
    margin: 0 auto;
    text-align: left;
    width: 70%
}

@media screen and (max-width: 480px) {
    .indexLoginBox form .txInner label.indexlogin .iconArea {
        width: 85%
    }
}

.indexLoginBox form .txInner label.indexlogin .iconArea i {
    font-size: 16px;
    margin: 0 5px 0 0
}

.indexLoginBox form .txInner label.indexlogin .iconArea .required {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f15b5b;
    color: white;
    display: inline-block;
    font-size: 11px;
    margin: 0 0 0 5px;
    padding: 1px 5px;
    text-align: center;
    vertical-align: top
}

.indexLoginBox form .txInner label.indexlogin .formAtt {
    color: #969696;
    display: block;
    font-size: 11px;
    margin: 0 auto;
    padding: 0 0 5px;
    text-align: left;
    width: 70%
}

@media screen and (max-width: 480px) {
    .indexLoginBox form .txInner label.indexlogin .formAtt {
        width: 85%
    }
}

.indexLoginBox form .txInner label.indexlogin:before {
    border: none;
    content: "";
    height: 0;
    margin: 0;
    position: static;
    width: 0;
    z-index: 1
}

.indexLoginBox form .txInner input[type=text],
.indexLoginBox form .txInner input[type=password],
.indexLoginBox form .txInner input[type=number],
.indexLoginBox form .txInner input[type=tel],
.indexLoginBox form .txInner input[type=email] {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #fffaff;
    border: 1px #e2e2e2 solid;
    border-radius: 6px;
    font-size: 16px;
    height: auto;
    margin: 0 auto;
    padding: 8px 3% 6px;
    width: 70%
}

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

    .indexLoginBox form .txInner input[type=text],
    .indexLoginBox form .txInner input[type=password],
    .indexLoginBox form .txInner input[type=number],
    .indexLoginBox form .txInner input[type=tel],
    .indexLoginBox form .txInner input[type=email] {
        width: 85%
    }
}

.indexLoginBox form .txInner input[type=text]:focus,
.indexLoginBox form .txInner input[type=password]:focus,
.indexLoginBox form .txInner input[type=number]:focus,
.indexLoginBox form .txInner input[type=tel]:focus,
.indexLoginBox form .txInner input[type=email]:focus {
    outline: 0;
    background: white;
    box-shadow: 0px 0px 0px 2px #ed83a4 inset;
    -moz-box-shadow: 0px 0px 0px 2px #ed83a4 inset;
    -webkit-box-shadow: 0px 0px 0px 2px #ed83a4 inset
}

.indexLoginBox form .txInner input[type=text]::-webkit-input-placeholder,
.indexLoginBox form .txInner input[type=password]::-webkit-input-placeholder,
.indexLoginBox form .txInner input[type=number]::-webkit-input-placeholder,
.indexLoginBox form .txInner input[type=tel]::-webkit-input-placeholder,
.indexLoginBox form .txInner input[type=email]::-webkit-input-placeholder {
    color: #b9b9b9;
    font-size: 12px;
    font-weight: normal
}

.indexLoginBox form .txInner input[type=text]:-ms-input-placeholder,
.indexLoginBox form .txInner input[type=password]:-ms-input-placeholder,
.indexLoginBox form .txInner input[type=number]:-ms-input-placeholder,
.indexLoginBox form .txInner input[type=tel]:-ms-input-placeholder,
.indexLoginBox form .txInner input[type=email]:-ms-input-placeholder {
    color: #b9b9b9;
    font-size: 12px;
    font-weight: normal
}

.indexLoginBox form .txInner input[type=text]::-moz-placeholder,
.indexLoginBox form .txInner input[type=password]::-moz-placeholder,
.indexLoginBox form .txInner input[type=number]::-moz-placeholder,
.indexLoginBox form .txInner input[type=tel]::-moz-placeholder,
.indexLoginBox form .txInner input[type=email]::-moz-placeholder {
    color: #b9b9b9;
    font-size: 12px;
    font-weight: normal
}

.indexLoginBox form .txInner input[type=submit] {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #383838;
    border: 1px #e2e2e2 solid;
    border-radius: 6px;
    color: #e2ffe5;
    height: 70px;
    margin: 0 auto;
    padding: 10px 5% 10px;
    width: 90%
}

.indexLoginBox form .txInner input[type=submit]:active {
    background: #484848
}

.indexLoginBox form .txInner input.indexSubmit {
    font-family: "M PLUS 1p";
    font-size: 30px;
    font-weight: 400
}

.indexLoginBox form .txInner input[type=button] {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #383838;
    border: 1px #e2e2e2 solid;
    border-radius: 6px;
    color: #fff6ba;
    height: 70px;
    margin: 0 auto;
    padding: 10px 5% 10px;
    width: 90%
}

.indexLoginBox form .txInner input[type=button]:focus {
    border: none;
    outline: none
}

.indexLoginBox form .txInner input[type=button]:active {
    border: none;
    background: #484848;
    outline: none
}

.indexLoginBox form .txInner input.indexButton {
    font-family: "M PLUS 1p";
    font-size: 30px;
    font-weight: 400
}

.indexLoginBox form .txInner .testBtn {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ea94af;
    border: 1px #e2e2e2 solid;
    border-radius: 6px;
    color: white;
    display: block;
    font-family: "M PLUS 1p";
    font-size: 24px;
    font-weight: 700;
    height: 70px;
    max-width: 300px;
    margin: 0 auto;
    padding: 18px 0 10px;
    width: 90%
}

.indexLoginBox form .txInner .testBtn:active {
    background: #ea94af
}

.indexLoginBox form .kiyaku {
    background: #efefef;
    border: 1px #dedede solid;
    color: #6b6b6b;
    font-size: 11px;
    padding: 15px 3% 12px;
    margin: 30px auto 0px;
    text-align: left;
    width: 90%
}

.indexLoginBox form .kiyaku p {
    display: block;
    margin-bottom: 3px
}

.indexLoginBox form .kiyaku p span {
    display: inline-block
}

.indexLoginBox form .kiyaku p span a {
    color: #ed83a4;
    text-decoration: underline
}

.indexLoginBox form .kiyaku p span a:hover {
    text-decoration: none
}

.indexLoginBox form .kiyaku p span a:visited {
    color: #ed83a4
}

.indexLoginBox form .preparation {
    display: block;
    padding: 20px 0 0;
    text-align: center;
    width: 100%;
    vertical-align: middle
}

.indexLoginBox form .preparation label {
    border: none
}

.indexLoginBox form .preparation input[type=checkbox] {
    display: none
}

.indexLoginBox form .preparation .labelPP {
    position: relative;
    padding: 0 0 0 40px
}

.indexLoginBox form .preparation .labelPP:hover:after {
    border-color: #0171bd
}

.indexLoginBox form .preparation .labelPP:after,
.indexLoginBox form .preparation .labelPP:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%
}

.indexLoginBox form .preparation .labelPP:after {
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 6px
}

.indexLoginBox form .preparation .labelPP:before {
    left: 21px;
    margin-top: -7px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #0171bd;
    border-bottom: 3px solid #0171bd;
    transform: rotate(45deg);
    opacity: 0
}

.indexLoginBox form .preparation input[type=checkbox]:checked + .labelPP:before {
    opacity: 1
}

.indexLoginBox form .preparation input:checked + label {
    color: #222;
    border: 0
}

.indexLoginBox form .forget {
    display: block;
    padding: 20px 0 0;
    text-align: center;
    width: 100%;
    text-align: center
}

.indexLoginBox form .forget a {
    color: #ed83a4;
    display: inline-block;
    text-decoration: underline
}

.indexLoginBox form .forget a:hover {
    opacity: 0.7;
    text-decoration: none
}

.tabs {
    margin-top: 50px;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .tabs {
        min-height: 1px
    }
}

.tab_item {
    width: calc(100%/2);
    height: 80px;
    background-color: #d9d9d9;
    font-size: 14px;
    text-align: center;
    color: #000;
    display: block;
    float: left;
    text-align: center;
    font-weight: normal;
    padding: 5px 0 0;
    transition: all 0.2s ease
}

.tab_item:hover {
    opacity: 0.75
}

@media screen and (max-width: 480px) {
    .tab_item {
        height: 70px;
        font-size: 14px
    }
}

.tab_item.lineTab {
    background-color: #eee;
}

.tab_item.lineTab .tabImage {
    opacity: 0.5
}

.tab_item.telTab {
    background-color: #cccccc;
    border: 2px solid #ccc;
}

.tab_item.telTab .tabImage {
    opacity: 0.5
}

.tab_item.twitterTab {
    background-color: #33759e;
    border-bottom: 3px solid #1da1f2
}

.tab_item.twitterTab .tabImage {
    opacity: 0.5
}

.tab_item .tabImage {
    display: block;
    text-align: center
}

.tab_item .tabImage img {
    min-width: 10px;
    width: 10%
}

@media screen and (max-width: 767px) {
    .tab_item .tabImage img {
        width: 15%
    }
}

@media screen and (max-width: 480px) {
    .tab_item .tabImage img {
        width: 18%
    }
}

input[name="tab_item"] {
    display: none
}

.tab_content {
    display: none;
    padding: 0;
    clear: both;
    overflow: hidden
}

.tab_content .formTopComment {
    color: #808080;
    display: block;
    font-size: 12px;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: left;
    width: 90%
}

.tab_content .tabFlowSub {
    color: #111;
    display: block;
    font-family: "M PLUS 1p";
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    padding: 20px 0 15px;
    text-align: left;
    width: 90%
}

.tab_content .tabFlowSub.next {
    border-top: 8px #c5c5c5 solid;
    margin: 20px auto 0
}

.tab_content .tabFlowTxt {
    color: #333;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 90%
}

.tab_content .tabList {
    background: #f0f0f0;
    display: block;
    list-style-type: decimal;
    margin: 30px auto;
    padding: 15px 15px 15px 40px;
    width: 90%
}

.tab_content .tabList li {
    color: #111;
    font-size: 14px;
    text-align: left;
    width: 100%
}

.tab_content .lineLink {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #ffffff;
    color: #000000;
    border: 2px solid #000;
    display: block;
    font-family: "M PLUS 1p";
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    margin-top: 60px;
    max-width: 340px;
    padding: 10px;
    text-align: center;
    width: 100%
}

.tab_content .twitterLink {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #1da1f2;
    color: white;
    display: block;
    font-family: "M PLUS 1p";
    font-size: 26px;
    font-weight: 700;
    margin: 30px auto 0;
    max-width: 300px;
    padding: 10px;
    text-align: center;
    width: 100%
}

.tab_content .flowLeftInner {
    margin: 30px auto 0;
    max-width: 600px;
    position: relative;
    width: 90%
}

.tab_content .flowLeftInner li {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #4cc4e8;
    color: white;
    font-family: "M PLUS 1p";
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0;
    position: relative;
    text-align: center;
    margin: 0 auto 70px
}

.tab_content .flowLeftInner li:after {
    bottom: -59px;
    content: "\f13a";
    color: #ef82b6;
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    left: 48%
}

.tab_content .flowLeftInner li .step {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #357fa0;
    color: white;
    font-family: "M PLUS 1p";
    font-size: 18px;
    font-weight: 600;
    left: 0;
    min-width: 70px;
    position: absolute;
    padding: 2px 3%;
    top: -18px;
    width: auto
}

.tab_content .flowLeftInner li .step span {
    font-size: 14px
}

.tab_content .flowMatch {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #ef82b6;
    color: white;
    margin: 30px auto 0;
    max-width: 600px;
    padding: 20px 3%;
    position: relative;
    text-align: center;
    width: 90%
}

@media screen and (max-width: 600px) {
    .tab_content .flowMatch {
        width: 90%
    }
}

.tab_content .flowMatch .step {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #e6569b;
    color: white;
    font-family: "M PLUS 1p";
    font-size: 18px;
    font-weight: 600;
    left: 0;
    min-width: 70px;
    position: absolute;
    padding: 2px 3%;
    top: -18px;
    width: auto
}

.tab_content .flowMatch .step span {
    font-size: 14px
}

.tab_content .flowMatch .matchingTxt {
    display: inline-block;
    font-family: "M PLUS 1p";
    font-size: 26px;
    font-weight: 700;
    width: auto;
    vertical-align: middle
}

.tab_content .flowMatch .matchingImg {
    display: inline-block;
    max-width: 200px;
    width: auto;
    vertical-align: middle
}

#line:checked ~ #line_content,
#tel:checked ~ #tel_content,
#twitter:checked ~ #twitter_content {
    display: block
}

.tabs input:checked + .tab_item {
    background-color: #03a678;
    color: #fff
}

.tabs input:checked + .lineTab {
    background-color: #ffffff;
    border: 2px solid #000;
    font-weight: bold;
    color: #000
}

.tabs input:checked + .lineTab .tabImage {
    opacity: 1.0
}

.tabs input:checked + .telTab {
    background-color: #ccc;
    font-weight: bold;
    color: #000
}

.tabs input:checked + .telTab .tabImage {
    opacity: 1.0
}

.tabs input:checked + .twitterTab {
    background-color: #1da1f2;
    color: #fff
}

.tabs input:checked + .twitterTab .tabImage {
    opacity: 1.0
}

#sliderSP {
    display: none;
    padding: 20px 0 0
}

@media screen and (max-width: 767px) {
    #sliderSP {
        display: block
    }
}

#sliderPC {
    display: block;
    padding: 20px 0 30px
}

@media screen and (max-width: 767px) {
    #sliderPC {
        display: none
    }
}

#sliderPC .pcFivem {
    border: 1px #f1f1f1 solid;
    margin: 0 auto 12px;
    width: 33%
}

#sliderPC .pcTopList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%
}

#sliderPC .pcTopList li {
    border: 1px #f1f1f1 solid;
    width: calc(98% / 3)
}
