@charset "UTF-8";

html {
    font-family: "ヒラギノ角ゴ Pro", "HiraKakuPro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;

    background-color: #fff;

    margin: 0;

    padding: 0;

    height: 100%;
}

body {
    font-family: "ヒラギノ角ゴ Pro", "HiraKakuPro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;

    background-color: #fff;

    margin: 0;

    padding: 0;

    min-height: 100%;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    min-height: 100vh;
}

ul {
    margin: 0;

    padding-left: 20px;

    font-size: 14px;

    color: #333;
}

ul li {
    padding: 4px 0;

    line-height: 1.5;
}

ol {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
}

h1,
h2,
h3,
h4 {
    margin: 0;

    color: #333;

    line-height: 1.2;
}

p {
    margin: 0;

    color: #333;

    line-height: 1.5;

    font-size: 14px;
}

a {
    color: #0097e0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

p a {
    color: #0097e0;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    text-decoration: none;
}

p a:hover {
    text-decoration: none;

    opacity: 0.7;
}

dl {
    color: #333;
}

h2 {
    position: relative;

    padding: 12px 0 12px 30px;

    font-size: 16px;
}

h2.sub {
    position: relative;

    padding: 14px 0 14px 30px;

    font-size: 16px;

    color: #333;
}

h2.sub::before {
    content: "";

    width: 14px;

    height: 14px;

    position: absolute;

    top: 14px;

    left: 3px;

    background-color: #ffc20e;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);
}

h2.sub span.red {
    color: #f00;
}

h3 {
    text-align: center;

    font-size: 14px;

    padding: 10px 0 5px 0;
}

h3:first-child {
    padding-top: 0;
}

h4 {
    font-size: 14px;

    padding: 10px 0 5px 0;
}

h4:first-child {
    padding-top: 0;
}

.title {
    background-color: #6eb659;
    height: 90px;
}

.title .page_title {
    max-width: 1100px;
    width: 100%;
    height: 90px;
    background: url("../img/page_title-deco.png") no-repeat center right / auto 100%;
    margin: 0 auto;
    padding-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.notice {
    font-size: 14px;
    color: #555;
    margin-top: 20px;
}

.title .page_title h2 {
    color: #fff;

    font-size: 24px;

    line-height: 1;

    padding: 15px 0 14px 20px;
}

.title .page_title p {
    position: absolute;

    right: 0;

    padding: 12px 20px 12px 0;

    font-size: 16px;

    font-weight: bold;

    color: #fff;
}

.member_id {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: bold;
}

@media (max-width: 1279px) {
    .title .page_title {
        background: url("../img/page_title-deco.png") no-repeat center right 2% / auto 100%;
    }
}

@media (max-width: 736px) {
    .title .page_title {
        width: 100%;

        -webkit-box-sizing: border-box;

        box-sizing: borvder-box;
    }

    .title .page_title h2 {
        font-size: 17px;

        padding-left: 0;
    }

    .member_id {
        font-size: 12px;
        padding-right: 10px;
    }
}

.app-btn {
    width: 48%;
}

.app-btn img {
    width: 100%;
    transition: all 0.3s;
}

.app-btn a:hover img {
    opacity: 0.7;
}

/* ボタンここまで */

.pcnone {
    display: none;
}
#wrap {
    width: 100%;
    min-width: 920px;
}
@media (max-width: 736px) {
    #wrap {
        width: 100%;
        min-width: 100%;
    }
}
@media (max-width: 736px) {
    .pcnone {
        display: block;
        z-index: 100;
    }
    .spnone {
        display: none;
    }
}
.flexheader {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 1000px;
    margin: 0 auto;
}
.hamburger {
    margin: 3.1% 0 0 0;
    left: 9.34vw;
    width: 4.4vw;
}

header .flexheader .line1 h1 {
    width: 220px;
    line-height: 1;
}
.flexheader .line1 img {
    width: 100%;
}
.flexheader a {
    font-weight: bold;
    font-size: 14px;
    color: #1c1c1c;
    text-decoration: none;
}
header .flexheader .line1 {
    margin-top: 0.4%;
    padding-right: 29px;
}
header .flexheader .line2,
header .flexheader .line3,
header .flexheader .line4,
header .flexheader .line5 {
    padding: 10px 10px;
}
header .flexheader .line6 {
    padding: 0px 0px 0px 90px;
}
header .flexheader .line6 a {
    background: #6eb659;
    color: #fff;
    width: 120px;
    padding: 12px 0;
    border-radius: 8px;
    display: block;
    text-align: center;
}
@media screen and (max-width: 799px) {
    header .inner {
        margin-top: 1.4%;
    }
}
.splogin {
    display: none;
}
@media screen and (max-width: 799px) {
    .splogin {
        display: block;
        width: 5.5vw;
        position: absolute;

        z-index: 0;

        top: 1.5vw !important;
        right: 1.5vw !important;
    }
    .splogin a {
        display: block;
    }
    .splogin img {
        width: 100%;
        height: auto;
    }
}

.mainimag {
    width: 100%;
    background: #fff;
    line-height: 1;
    font-size: 0;
    position: relative;
}
.mainimag img {
    width: 100%;
    height: auto;
}
.mainimag .tabs {
    width: 23.76%;
    position: absolute;

    top: 81.54%;
    right: 21.16%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.mainimag .tabs p {
    width: 49.2%;
}
.greenarea {
    background: #e7f7e2;
    overflow: hidden;
}

.bannerarea {
    display: flex;
    width: 100vw;
    height: 86px;
    overflow: hidden;
    padding: 1% 0;
}
.bannerarea.sp {
    display: none;
}
@media screen and (max-width: 799px) {
    .bannerarea {
        padding: 6% 0 4%;
    }
    .compnay_banners {
        height: 86px;
    }
    .bannerarea.pc {
        display: none;
    }
    .bannerarea.sp {
        display: flex;
    }
}
.bannerarea img {
    width: auto;
    height: 100%;
}

header {
    padding: 24px 0;

    position: relative;
}

@media (max-width: 736px) {
    header {
        width: calc(100% - 32px);

        padding: 16px;
    }
}

header .inner {
    max-width: 1100px;

    width: 100%;

    margin: 0 auto;

    position: relative;
}

header h1 {
    width: 428px;

    margin: 0 auto;
}

header .icon {
    width: 35px;

    position: absolute;

    top: 50%;

    right: 60px;

    transform: translateY(-50%);
}

.hamburger {
    display: none;

    width: 30px;

    height: 18px;

    font: inherit;

    overflow: visible;

    margin: 0;

    padding: 0;

    cursor: pointer;

    transition-timing-function: linear;

    transition-duration: 0.15s;

    transition-property: opacity, filter;

    text-transform: none;

    color: inherit;

    border: 0;

    background-color: transparent;

    position: fixed;

    top: 26px;

    /*right: 16px;*/

    left: 16px;

    z-index: 101;
}

.hamburger-box {
    display: block;

    width: 100%;

    height: 100%;

    position: relative;
}

.hamburger-inner {
    display: block;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 100%;

    height: 2px;

    transition-timing-function: ease;

    transition-duration: 0.3s;

    transition-property: transform;

    background-color: #000;

    position: absolute;

    left: 0;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;

    content: "";
}

.hamburger-inner:before {
    top: 8px;
}

.hamburger-inner:after {
    top: 16px;
}

.hamburger.is-active .hamburger-inner {
    transform: translate(0, 8px) rotate(45deg);
}

.hamburger.is-active .hamburger-inner:before {
    opacity: 0;
}

.hamburger.is-active .hamburger-inner:after {
    transform: translate(0, -16px) rotate(-90deg);
}

@media (max-width: 736px) {
    header h1 {
        width: 180px;

        margin: 0 auto;
    }

    header .inner {
        width: 100%;
    }

    header .icon {
        width: 25px;

        right: 16px;
    }

    .hamburger {
        display: block;
    }
}

#navbar {
    display: none;

    width: 100%;

    height: 100vh;

    box-sizing: border-box;

    overflow: hidden auto;

    background-color: #fff;

    padding: 80px 20px 120px;

    position: fixed;

    top: 0;

    left: 0;

    transition: all 0.3s;

    z-index: 100;

    opacity: 0;

    visibility: hidden;

    transition: all 0.5s ease-in-out;
}

#navbar ul {
    list-style: none;

    padding-left: 0;
}

#navbar ul li {
    border-bottom: 1px solid #000;

    padding: 0;
}

#navbar ul li a {
    display: block;

    text-decoration: none;

    color: #000;

    font-size: 16px;

    line-height: 24px;

    padding: 10px 0;

    position: relative;
}

#navbar ul li a:after {
    content: "";

    width: 7px;

    height: 7px;

    border-top: 1px solid #000;

    border-right: 1px solid #000;

    box-sizing: border-box;

    position: absolute;

    top: 17px;

    right: 3px;

    transform: rotate(45deg);
}

.navOpen #navbar {
    opacity: 1;

    visibility: visible;
}

@media (max-width: 736px) {
    #navbar {
        display: block;
    }
}

.top {
    border-bottom: solid 6px #ffc20e;

    width: 100%;
}

.wrapper {
    max-width: 1100px;

    width: 100%;

    margin: 0 auto;

    padding: 35px 0;

    -webkit-box-flex: 1;

    -webkit-flex-grow: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;
}

@media (max-width: 736px) {
    .wrapper {
        width: 100%;

        -webkit-box-sizing: border-box;

        box-sizing: border-box;

        padding: 20px 20px 40px 20px;
    }
}

.wrapper p {
    padding-bottom: 10px;
}

.norton {
    border: solid 1px #ffc20e;
}

.norton p {
    font-size: 14px;

    text-align: center;
}

.norton .nortonP {
    display: block;

    width: 1100px;

    text-align: center;

    padding-bottom: 30px;
}

.norton .nortonP h2 {
    font-size: 16px;

    padding-left: 0px;
}

.norton .nortonP h2::before {
    display: none;
}

@media (max-width: 736px) {
    .norton .nortonP {
        display: block;

        width: 100%;

        padding-bottom: 10px;
    }

    .norton .nortonP h2 {
        font-size: 15px;
    }
}

.norton .status1 {
    width: 42px;

    font-size: 6px;

    padding: 2px;

    margin: 0 0 6px 2px;

    border: solid 1px #09d12f;

    color: #09d12f;
}

.norton .status2 {
    width: 42px;

    font-size: 6px;

    padding: 2px;

    margin: 0 0 6px 3px;

    border: solid 1px #f26;

    color: #f26;
}

.member {
    margin-top: 30px;

    padding-bottom: 20px;

    text-align: center;

    border: solid 1px #ffc20e;
}

@media (max-width: 736px) {
    .member {
        margin-top: 10px;
    }
}

.member h2 {
    font-size: 16px;

    padding-left: 0px;
}

.member h2::before {
    display: none;
}

@media (max-width: 736px) {
    .member h2 {
        font-size: 14px;
    }
}

.member .btn_w {
    margin-bottom: 10px;
}

.member .change {
    display: inline-block;
}

.member .change a {
    display: inline-block;

    font-size: 14px;

    color: #333;
}

.member .change a:hover {
    color: #ffc20e;
}

.member2 {
    margin-bottom: 30px;

    padding-bottom: 20px;

    text-align: center;

    border: solid 1px #ffc20e;
}

@media (max-width: 736px) {
    .member2 {
        margin-bottom: 10px;
    }
}

.member2 h2 {
    font-size: 16px;

    padding-left: 0px;
}

.member2 h2::before {
    display: none;
}

@media (max-width: 736px) {
    .member2 h2 {
        font-size: 14px;
    }
}

.member2 .btn_w {
    margin-bottom: 10px;
}

.myPage .nortonP {
    display: block;

    width: 1100px;

    text-align: center;

    padding-bottom: 30px;
}

.myPage .nortonP h2 {
    font-size: 16px;

    padding-left: 0px;
}

.myPage .nortonP h2::before {
    display: none;
}

@media (max-width: 736px) {
    .myPage .nortonP {
        display: block;

        width: 100%;

        padding-bottom: 30px;
    }

    .myPage .nortonP h2 {
        font-size: 14px;
    }
}

.myPage .nortonP .status1 {
    width: 42px;

    font-size: 6px;

    padding: 2px;

    margin: 0 0 6px 2px;

    border: solid 1px #09d12f;

    color: #09d12f;
}

.myPage .nortonP .status2 {
    width: 42px;

    font-size: 6px;

    padding: 2px;

    margin: 0 0 6px 3px;

    border: solid 1px #f26;

    color: #f26;
}

.myPage p {
    font-size: 8px;
}

.text {
    padding-bottom: 16px;
}

.text p span.red {
    color: #f00;
}

.text p span.bold {
    font-weight: bold;
}

footer {
    color: #fff;
    background: #6eb659;
}
@media (max-width: 736px) {
    footer {
        padding-bottom: 21vw;
    }
}
footer a {
    color: #fff;
}

footer .menu {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

#footerlogo {
    width: 280px;
    margin: 3% auto 2%;
}

@media (max-width: 736px) {
    #footerlogo {
        width: 71.7vw;
        margin: 5% auto 10%;
    }
}

#footerlogo img {
    width: 100%;
    height: auto;
}

.menuList {
    list-style: none;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 6%;
}

@media (max-width: 736px) {
    .menuList {
        display: block;
    }
}

.menuList li {
    padding: 0 1%;
}

footer .menu .menuBox ul li a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

footer .menu .menuBox ul li a:hover {
    text-decoration: underline;
}

@media (max-width: 736px) {
    ul.menuList {
        padding: 0;
    }
    .menuList li {
        width: 100%;
        padding: 0%;
        margin-bottom: 3%;
    }
    .menuList li a {
        width: 100%;
        text-align: center;
        font-size: 4.1vw;
    }
}

footer small p {
    background-color: #fff;

    color: #6eb659;

    text-align: center;

    font-size: 10px;

    line-height: 26px;

    padding: 2px 0;
}

#pagetop {
    width: 100px;
    position: absolute;
    top: 30px;
    right: 0;
    cursor: pointer;
}

#pagetop img {
    width: 100%;
    height: auto;
}

@media (max-width: 736px) {
    footer {
        text-align: center;

        padding: 20px 0 0;
    }

    footer .menu {
        display: block;

        box-sizing: border-box;

        padding: 0 20px 20px;

        width: 100%;
    }

    footer .menu img {
        width: 220px;
    }

    footer .menu .menuBox .menuList {
        display: block;

        width: 100%;

        font-size: 14px;
    }

    #pagetop {
        width: 50px;
        top: auto;
        right: 20px;
        bottom: 20px;
    }
}

/* === === */

.cl-pink {
    color: #e95383;
}

.cl-yellow {
    color: #fdd000;
}

.cl-green {
    color: #6eb659;
}

.cl-gray {
    color: #cccccc;
}

/* === === */

.form-style {
    padding: 45px 0 140px;
}

.form-login {
    /*padding-top: 140px;*/

    padding-top: 45px;
}

.form-style .inner {
    width: 340px;

    margin: 0 auto;
}

.form-style .inner_sub {
    padding-top: 50px;
}

.form-style h3 {
    text-align: left;

    font-weight: normal;

    font-size: 16px;

    line-height: 30px;

    padding: 0 0 30px;
}

.form-style input[type="text"],
.form-style input[type="email"],
.form-style input[type="password"],
.form-style input[type="date"] {
    display: block;

    width: 100%;

    background-color: #fff;

    border: 1px solid #5b5b5b;

    font-size: 14px;

    line-height: 30px;

    border-radius: 5px !important;

    outline: none;

    -webkit-appearance: none;

    -moz-appearance: none;

    box-sizing: border-box;

    padding: 8px 8px;
}

.form-style input:disabled {
    background: #eee;
}

.form-style dl {
    margin: 0;
}

.form-style dl + dl {
    padding-top: 20px;
}

.form-style dl dt {
    font-size: 17px;

    line-height: 20px;
}

.form-style dl dt small {
    display: block;

    font-size: 12px;
}

.form-style dl dd {
    margin-left: 0;

    padding-top: 15px;

    word-break: break-all;
}

.form-style dl dd.top-4 {
    padding-top: 4px;
}

.license-key {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.license-key input {
    text-align: center;
    text-transform: uppercase;
}

.license-key span {
    margin: 0 2px;
}

.form-style button,
.form-style .button a {
    display: block;

    width: 100%;

    background-color: #6eb659;

    border: 1px solid #6eb659;

    color: #fff;

    font-size: 18px;

    line-height: 30px;

    border-radius: 5px !important;

    outline: none;

    -webkit-appearance: none;

    -moz-appearance: none;

    box-sizing: border-box;

    text-align: center;

    margin-top: 55px;

    padding: 8px 0;

    cursor: pointer;

    transition: all 0.3s;

    text-decoration: none;
}

.form-style button:hover,
.form-style .button a:hover {
    opacity: 0.7;

    text-decoration: none;
}

.form-style button.cancel,
.form-style .button a.cancel {
    background-color: #fff;
    border: 1px solid #e95383;
    color: #e95383;
}

.form-style button.inactive,
.form-style .button a.inactive {
    background-color: #ccc;
    border: 1px solid #ccc;
    pointer-events: none;
    color: #fff;
}

.form-style .button_reg {
    margin-top: 32px;
}

.form-style .button_mypage a,
.form-style .button_mypage_down a {
    background-color: #6eb659;
    border: 1px solid #6eb659;
    color: #fff;
    margin-top: 10px;
}

.form-style .button_mypage button.confirm,
.form-style .button_mypage_down button.confirm {
    margin-top: 10px;
    background-color: #6eb659;
    border: 1px solid #6eb659;
    color: #fff;
}

.form-style .button_mypage button.cancel,
.form-style .button_mypage_down button.cancel {
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #e95383;
    color: #e95383;
}

.form-style .button_mypage button.cancel_fix,
.form-style .button_mypage_down button.cancel_fix {
    margin-top: 10px;
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #777;
    pointer-events: none;
}

/*.form-style .button_mypage_down a{
   margin-bottom: -40px;
}*/

.form-style .txt {
    max-width: 1100px;

    width: 100%;

    font-size: 14px;

    line-height: 24px;

    padding-bottom: 20px;

    margin: 0 auto;
}

.form-style .txt-green {
    font-size: 14px;

    line-height: 24px;

    color: #6eb659;

    text-align: center;

    padding: 15px 0 0;
}

.form-style .txt-red {
    color: #f50004;
}

.form-style .check label {
    margin-top: 40px;
    display: flex;
    align-items: baseline;
    cursor: pointer;
}

.form-style .txt .bold {
    font-weight: bold;
}

.form-style .licensekey button {
    margin: 0 0 10px 0;
}

.notification-box {
    position: relative;
    border: 3px solid #f50004;
    margin-bottom: 20px;
}

.notification-box .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 25%;
    padding: 0 10px;
    line-height: 1;
    font-size: 16px;
    background-color: #ffffff;
    color: #f50004;
    font-weight: bold;
}

.notification-box .inner {
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
}

.form-style .box {
    padding: 10px;
    width: 100%;
    height: 200px;
    overflow: scroll;
    border: 1px #cccccc solid;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-style .check label input[type="checkbox"] {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    margin-right: 8px;
    width: 15px;
    height: 15px;
}

.form-style .check label span {
    position: relative;
    display: block;
    line-height: 160%;
    font-size: 15px;
}

.form-style .btn-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 736px) {
    .form-style {
        padding: 0 20px 60px;
    }

    .form-login {
        padding-top: 40px;
    }

    .form-style h3 {
        font-size: 15px;
    }

    .form-style .inner {
        width: 100%;
    }

    .form-style dl dt {
        font-size: 15px;
    }

    .form-style button {
        font-size: 18px;
    }

    .form-style .txt {
        width: 100%;
    }
}

/* === === */

.form-cancellation dl {
    border-bottom: 1px solid #c8c8c8;

    padding-bottom: 20px;
}

.form-cancellation dl + dl {
}

.form-cancellation dl.wrapper-ios {
    margin: 8px 0 0 0;
    padding: 12px;
    border: 2px solid #cccccc;
    box-sizing: border-box;
}

.form-cancellation dl.wrapper-android {
    margin: 8px 0 4px 0;
    padding: 12px;
    border: 2px solid #6eb659;
    box-sizing: border-box;
}

.form-cancellation dl dd .center {
    justify-content: center;
}

/* === === */

.login2 {
}

.login2 dl + dl {
    padding-top: 40px;
}

.login2 dl dt {
    font-size: 16px;
}

.login2 dl dd a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
}

.login2 dl dd a:hover {
    opacity: 0.7;
}

.login2 .type1 dt span {
    color: #e95383;
}

.login2 .type1 dd {
}

.login2 .type2 dt span {
    color: #fd7e00;
}

.login2 .type3 {
}

.login2 .type3 dt span {
    color: #8e8e8e;
}

.login2 .type3 dd a {
    /*background-color: #6eb659;*/
    background: -webkit-linear-gradient(top, #dbdbdb, #8e8e8e);
    background: -o-linear-gradient(top, #dbdbdb, #8e8e8e);
    background: linear-gradient(top, #dbdbdb, #8e8e8e);
    background: -ms-linear-gradient(top, #dbdbdb, #8e8e8e);
    border: solid 1px #8e8e8e;
    border-radius: 3px;
    text-decoration: none;
    text-shadow: 0 0 3px #4c4c4c;
    text-align: center;
    padding: 15px 0;
}

.login2 .type4 {
}

.login2 .type4 dt span {
    color: #0085c6;
}

.login2 .type4 dd a {
    /*background-color: #0097e0;*/
    background: -webkit-linear-gradient(top, #2dafe2, #0085c6);
    background: -o-linear-gradient(top, #2dafe2, #0085c6);
    background: linear-gradient(top, #2dafe2, #0085c6);
    background: -ms-linear-gradient(top, #2dafe2, #0085c6);
    border: solid 1px #0085c6;
    border-radius: 3px;
    text-decoration: none;
    text-shadow: 0 0 3px #4c4c4c;
    text-align: center;
    padding: 15px 0;
}

@media (max-width: 736px) {
    .login2 .inner {
        max-width: 340px;
        width: 100%;
        margin: 0 auto;
    }

    .login2 dl + dl {
        padding-top: 30px;
    }

    .login2 dl dt {
        font-size: 14px;
    }
}

/* === === */
.member_information {
    padding: 45px 0 140px;
}

.member_information .inner {
    width: 340px;
    margin: 0 auto;
}

.member_information table {
    width: 100%;
    border-collapse: collapse;
}

.member_information table th,
.member_information table td {
    vertical-align: middle;
    border-bottom: 1px solid #c8c8c8;
    padding: 20px 0;
}

.member_information table th {
    text-align: left;
}

.member_information table th p {
    padding-bottom: 0;
}

.member_information table td {
    width: 80px;
}

.member_information table td button {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #6eb659;
    color: #6eb659;
    font-size: 16px;
    line-height: 30px;
    border-radius: 5px !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
}

.member_information table td button:hover {
    background-color: #6eb659;
    color: #fff;
}

.member_information .txt-c {
    font-size: 18px;
    text-align: center;
    padding-top: 40px;
}

.member_information .btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
}

.member_information .btn-group li {
    width: 45%;
}

.member_information .btn-group button {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    border-radius: 5px !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
}

.member_information .nonmar button {
    margin-top: 6px;
}

.member_information .btn-group button.confirm {
    background-color: #6eb659;
    border: 1px solid #6eb659;
    color: #fff;
}

.member_information .btn-group button.cancel {
    background-color: #fff;
    border: 1px solid #e95383;
    color: #e95383;
}

.member_information .btn-group button.cancel_fix {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #777;
    pointer-events: none;
}

.member_information .btn-group button:hover {
    opacity: 0.7;
}

.member_information .btn-group button.cancel_fix:hover {
    opacity: 1;
}

@media (max-width: 736px) {
    .member_information {
        padding: 0 20px 60px;
    }

    .member_information .inner {
        width: 100%;
    }
}

/* === === */
.mailform {
    padding: 45px 0 140px;
}

.mailform .inner {
    width: 340px;
    margin: 0 auto;
}

.mailform input[type="text"],
.mailform input[type="tel"],
.mailform input[type="email"],
.mailform input[type="password"],
.mailform textarea {
    display: block;
    width: 100%;
    border: 1px solid #5b5b5b;
    background-color: #fafafa;
    box-sizing: border-box;
    line-height: 22px;
    border-radius: 5px !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    padding: 4px 10px;
}

.mailform textarea {
    height: 150px;
}

.mailform label {
    display: block;
    cursor: pointer;
}

.mailform label input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.mailform label input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.wrapper-select {
    padding-top: 20px;
}

.select-box {
    overflow: hidden;
    width: 90%;
    text-align: center;
}
.select-box select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box.select {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #5b5b5b;
    border-radius: 5px;
    background-color: #fafafa;
}
.select-box.select::before {
    position: absolute;
    top: 0.8em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}
.select-box.select select {
    padding: 8px 38px 8px 8px;
    color: #666666;
}

.radio {
    padding-left: 20px;
    position: relative;
}

.radio .mask {
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
}

.radio input {
    display: none;
}

.radio .mask:after {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.radio input:checked ~ .mask:after {
    display: block;
}

.checkbox {
    padding-left: 20px;
    position: relative;
}

.checkbox .mask {
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 1px solid #000;
    position: absolute;
    top: 3px;
    left: 0;
}

.checkbox input {
    display: none;
}

.checkbox .mask:after {
    content: "";
    display: none;
    width: 3px;
    height: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 4px;
}

.checkbox input:checked ~ .mask:after {
    display: block;
}

.mailform p {
    color: #333;
    padding-bottom: 0;
}

.mailform dl {
    margin: 0;
}

.mailform dl.m-top {
    margin-top: 40px;
}

.mailform dl dt {
    font-size: 16px;
    line-height: 24px;
}

.mailform dl dd {
    color: #333;
}

.mailform .txt dd {
    margin-left: 16px;
    padding-top: 10px;
}

.mailform .input {
    margin: 0;
    padding-top: 40px;
}

.mailform .input dd {
    margin-left: 0;
}

.mailform .input dd p {
    padding-top: 20px;
}

.mailform button {
    display: block;
    width: 100%;
    background-color: #6eb659;
    border: 1px solid #6eb659;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    border-radius: 5px !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    text-align: center;
    margin-top: 40px;
    padding: 8px 0;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
}
.mailform button:hover {
    background-color: #fff;
    color: #6eb659;
}
@media (max-width: 736px) {
    .mailform {
        padding: 0 20px 60px;
    }

    .mailform .inner {
        width: 100%;
    }

    .mailform .txt p {
        font-size: 13px;
    }
}

.regist_comp .txt {
    max-width: 1100px;
    width: 100%;
    font-size: 16px;
    line-height: 29px;
    padding-bottom: 0px;
    margin: 30px auto 0 auto;
}

@media (max-width: 736px) {
    .regist_comp .txt {
        font-size: 14px;
    }
}

.pass_re h3 {
    padding-bottom: 0;
}

.pass_re .h3_re {
    padding-top: 40px;
}

.area-question ul {
    padding-left: 0;
}

.area-question ul.liststyle {
    padding-left: 18px;
}

.area-question ul.liststyle a {
    display: block;
    color: #333;
}

ul {
    padding: 0;
}

ul .question {
    list-style: none;
}

ul .question a {
    display: block;
    padding-left: 32px;
    color: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

ul .question p {
    padding-left: 32px;
    color: #333;
}

ul .question::before {
    position: absolute;
    content: "Q";
    display: inline-block;
    width: 19px;
    height: 23px;
    margin-right: 6px;
    padding: 1px 0 0 5px;
    font-family: Futura, "Century Gothic", Arial, sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #fff;
    background-color: #79b2ff;
    border-radius: 50%;
}

ul .answer {
    list-style: none;
}

ul .answer p {
    padding-left: 32px;
    color: #333;
}

ul .answer::before {
    position: absolute;
    content: "A";
    display: inline-block;
    width: 16px;
    height: 20px;
    padding: 0 0 2px 6px;
    font-family: Futura, "Century Gothic", Arial, sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #fff;
    background-color: #f482ad;
    border-radius: 50%;
}

.flow_ctn .flow {
    position: relative;
    padding-left: 30px;
    counter-increment: listStyle;
}

.flow_ctn .flow:last-child {
    padding-bottom: 10px;
}

.flow_ctn .flow::before {
    content: counter(listStyle, decimal) ".";
    position: absolute;
    padding-top: 20px;
    left: 0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.flow_ctn .flow h5 {
    margin: 0;
    padding: 20px 0 10px 0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.flow_ctn .flow h5 a {
    color: #333;
}

.flow_ctn .flow figure img {
    width: 68%;
    border: 1px solid #d8d8d8;
}

@media (min-width: 736px) {
    .flow_ctn .flow figure img {
        width: 260px;
    }
}

dl .bold {
    font-weight: bold;
}

dl .red {
    color: #e95383;
}

.mailform .section {
    margin: 20px 0 30px;
}

.mailform .section p {
    margin: 4px 0;
    padding-bottom: 0;
}

.mailform .section p.bold {
    font-weight: bold;
}

.mailform .section p .bold {
    font-weight: bold;
}

.mailform .section p.right {
    text-align: right;
}

.mailform .section p a {
    text-decoration: underline;
}

.mailform .section .item {
    margin: 14px 0;
}

.policy h3 {
    margin-bottom: 20px;
    padding: 0;
    font-weight: bold;
    text-align: center;
}

.policy .section {
    margin: 20px 0 30px;
}

.policy .section p {
    margin: 4px 0;
    padding-bottom: 0;
}

.policy .section p.bold {
    font-weight: bold;
}

.policy .section p .bold {
    font-weight: bold;
}

.policy .section p.right {
    text-align: right;
}

.policy .section p a {
    text-decoration: underline;
}

.policy .section .item {
    margin: 14px 0;
}

.policy table {
    margin-bottom: 10px;
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.policy table th,
.policy table td {
    vertical-align: middle;
    border-bottom: 1px solid #c8c8c8;
    padding: 10px 0;
    text-align: center;
}

.policy table th.left {
    text-align: left;
}

.policy .newold_tablearea table {
    margin-top: 20px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    width: 100%;
}
.policy .newold_tablearea table th {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    font-size: 14px;
    text-align: center;
}

.policy .newold_tablearea table td {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    font-size: 13px;
    padding: 1%;
    text-align: left;
}

.policy dl {
    font-size: 14px;
}

.policy dl dt {
    margin: 30px 0 8px;
    font-size: 14px;
    font-weight: bold;
}

.policy dl dd {
    margin: 4px 0;
    padding-top: 0;
}

.policy .underline {
    text-decoration: underline;
}

.about .form-style {
    margin: 0 auto;
    padding: 0 0 20px 0;
    width: 340px;
}

.about .form-style p {
    margin: 0 auto;
    width: 340px;
}

.about .inner-about {
    margin-top: 40px;
}

.about .inner-about p {
    padding-top: 40px;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 736px) {
    .about .inner-about p {
        font-size: 14px;
    }
}

.about .center .image {
    text-align: center;
}

.about img {
    width: 160px;
    height: 160px;
    text-align: center;
}

ul {
    padding-left: 20px;
}

.about ul li {
    font-size: 16px;
    list-style: disc;
}

@media (max-width: 736px) {
    .about ul li {
        font-size: 14px;
    }
}

.about .tablesarea ul {
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1%;
}
@media (max-width: 736px) {
    .about .tablesarea ul {
        padding-left: 0;
    }
}
.about .tablesarea ul li {
    width: 10%;
    border: solid #6eb659 1px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    font-size: 14px;
    text-align: center;
}
.about .tablesarea ul li.th {
    background: #ddf4d6;
}
.about .tablesarea ul li.th2 {
    background: #6eb659;
    color: #fff;
    font-weight: bold;
}
.about .tablesarea ul li.td {
    font-size: 22px;
    color: #707070;
}
@media (max-width: 736px) {
    .about .tablesarea ul li {
        width: 32%;
        min-height: 32px;
        font-size: 14px;
    }
    .about .tablesarea ul li.td {
        font-size: 14px;
    }
}
.about .tablesarea ul:last-child {
    margin-bottom: 8%;
}
