@charset "UTF-8";

/* Block
----------------------------------------------------------------------------- */
.readBox {
    margin-bottom: 2em;
}

.section {
    margin: 2.5em 0;
}

/* Side Navi (Only the lower help)
----------------------------------------------------------------------------- */
aside .tipsNavi {
    position: relative;
    margin-bottom: 2em;
    border: 1px solid #CCCCCC;
}

aside .tipsNavi :last-child {
    margin-bottom: 0;
}


aside .tipsNavi a {
    display: block;
    padding: 10px 32px 10px 10px;
    background-color: #F2F7ED;
    color: #2C653C;
}

aside .tipsNavi a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.5rem;
    width: 12px;
    height: 12px;
    margin-top: -.6rem;
    border: 2px solid #2C653C;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}

aside .tipsNavi a:hover {
    background-color: #fbfff7;
    text-decoration: none;
}

aside .tipsNavi h2 {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: .5rem;
    font-size: 1.4rem;
    line-height: 1.4;
}

aside .tipsNavi h2::before,
aside .tipsNavi h2::after {
    content: '';
    display: block;
    position: absolute;
}

aside .tipsNavi h2::before {
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 2px solid #2C653C;
    border-radius: 100%;
}

aside .tipsNavi h2::after {
    top: 9px;
    left: 14px;
    width: 2px;
    height: 10px;
    background-color: #2C653C;
    transform: rotate(-45deg);
}

aside .tipsNavi p {
    margin-top: .5rem;
    color: #666666;
    font-size: 1.2rem;
    font-weight: normal;
}


/* FAQ
============================================================================= */

/* FAQ Nav
----------------------------------------------------------------------------- */
.faqNav {
    margin: 1.5em 2em 0 2em;
    overflow: hidden;
    zoom: 1;
}

.twoClm:after {
    content: " ";
    clear: both;
    display: block;
}

.twoClm ul {
    float: left;
    width: 300px;
    margin: 0;
    list-style: none;
}

ul.faqList {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

ul.faqList:nth-child(even) {
    margin-left: 24px;
}

ul.faqList li {
    position: relative;
    padding-left: 14px;
}

ul.faqList li::after {
    content: '';
    display: block;
    position: absolute;
    top: 1.1rem;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -.5rem;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #999999;
}

/* FAQ Menu
----------------------------------------------------------------------------- */
.faqMenu {
    margin: 2em 0;
    padding: 0 20px;
    border-bottom: 2px dotted #CCCCCC;
}

.faqMenu dt {
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.faqMenu dd {
    margin-bottom: 2rem;
}

.faqMenu dd + dt {
    padding-top: 2rem;
    border-top: 1px dotted #CCCCCC;
}

.faqMenu h3:not([class]) {
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.faqMenu ul {
    margin: 0!important;
    padding-left: 0;
    list-style: none;
}

.faqMenu ul + .more {
    display: flex;
    justify-content: flex-end;
    margin-top: 2.5rem;
}


.faqMenu .more .naviLink {
    margin: 0;
}

.faqMenu ul li {
    position: relative;
    margin-bottom: .75rem!important;
    padding-left: 2.4rem;
}

.faqMenu ul li:last-child {
    margin-bottom: 0;
}

.faqMenu ul li::after {
    content: 'Q';
    display: inline-block;
    position: absolute;
    top: -.2rem;
    left: 0;
    width: 1.5em;
    color: #E04542;
    font-size: 1.6rem;
    font-weight: bold;
}

/* QA List
----------------------------------------------------------------------------- */
.qaBlock {
    margin: 2em 0;
    padding: 0 10px;
}

.qaBlock h2 {
    margin-bottom: 1em;
    font-size: 1.6rem;
}

.qaBox {
    margin: 1em 0;
    border: 1px solid #cccccc;
}

div.qaBox + div.pagetop {
    margin-top: 1em;
}

.qaList {
    margin-bottom: 0;
}

.qaList > dt {
    position: relative;
    margin-bottom: 0;
    padding: 1.5rem 1rem 1.5rem 3.6rem;
    background-color: #F2F2F2;
    font-weight: bold;
    font-size: 1.4rem;
}

.qaList > dt::after {
    content: 'Q';
    display: inline-block;
    position: absolute;
    top: .5em;
    left: 1.2rem;
    width: 1.5em;
    color: #E04542;
    font-size: 2rem;
    font-weight: bold;
}

.qaList > dd {
    position: relative;
    margin-bottom: 0;
    padding: 2.5rem 1rem 2.5rem 3.6rem;
}

.qaList > dd::after {
    content: 'A';
    display: inline-block;
    position: absolute;
    top: 1.1em;
    left: 1.2rem;
    width: 1.5em;
    color: #2D4D90;
    font-size: 2rem;
    font-weight: bold;
}

.qaList > dd :last-child {
    margin-bottom: 0;
}

.qaList > dd h3:not([class]),
.qaList dd h4:not([class]) {
    margin-bottom: .75rem;
    font-size: 1.4rem;
}

.qaList >  dd h4 + ol:not([class]),
.qaList dd h4 + ul:not([class]) {
    margin-top: 0;
}


/* NoticeBlock
----------------------------------------------------------------------------- */
.noticeBlock {
    margin-bottom: 2em;
    padding: 10px;
    border: 2px solid #FFDEDE;
}

.noticeBlock :last-child {
    margin-bottom: 0;
}

.noticeBlock h2,
.noticeBlock h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
}

/* StepBlock
----------------------------------------------------------------------------- */
.stepBlock {
    padding-left: 4rem;
}

.stepBlock li {
    margin-bottom: 0;
    padding: 3rem 0;
    border-bottom: 1px dotted #CCCCCC;
}

.stepBlock li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.stepBlock li:first-child {
    padding-top: 0;
}

.stepBlock li h3 {
    font-size: 100%;
    font-weight: normal;
}

.stepBlock li .image {
    display: inline-block;
    border: 1px solid #CCCCCC;
}

/* Cancel Account
----------------------------------------------------------------------------- */
main.cancel_app {
    width: 63rem;
    padding-bottom: 2rem;
}

.cancelAccount {
    margin: 2rem 0;
    padding: 1rem 0;
    border: 1px solid #333333;
    border-width: 1px 0;
}

.cancelAccount h2 {
    padding: .5rem;
    font-size: 1.4rem;
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
}

.cancelAccount .sendAdd {
    margin-bottom: 2rem;
    font-size: 1.2rem;
}

.cancelAccount .date {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    text-align: right;
}

.cancelAccount .inkan {
    margin: 0 3rem 0 0;
    text-align: right;
}

.cancelAccount .cancelDate {
    font-size: 1.3rem;
}

.cancelAccount .cancelDate span {
    display: inline-block;
    min-width: 4rem;
    margin: 0 .2rem;
    border-bottom: 1px solid #333333;
}

.cancelAccount .cancelDate span:first-child {
    min-width: 7rem;
}

.cancelAccount .agree {
    text-align: center;
}

.cancel_app .entryField {
    width: 100%;
    border: 1px solid #999999;
    border-collapse: collapse;
}

.cancel_app .entryField + .entryField {
    margin-top: 1.5rem;
}

.cancel_app .entryField th,
.cancel_app .entryField td {
    padding: 6px 10px;
    border: 1px solid #999999;
}

.cancel_app .entryField thead th {
    text-align: center;
}

.cancel_app .entryField tbody th {
    width: 30%;
}

.cancel_app .entryField td {
    line-height: 2rem;
}

.cancelAccount .excerpt {
    margin-top: 2rem;
}

.cancelAccount .excerpt h3,
.cancelAccount .excerpt p {
    margin-bottom: .5rem;
    font-size: 1.2rem;
}

@media print {
    main.cancel_app {
        width: 75rem;
    }

    #privacy {
        display:none;
    }
}

/* PARTS
============================================================================= */

/* iframe
----------------------------------------------------------------------------- */
.iframe iframe {
    padding: 0;
    border: 1px solid #999999;
    color: #333333;
}


/* Table
----------------------------------------------------------------------------- */
/* faqTable */
.faqTable {
    margin-bottom: 2rem;
}
.faqTable table {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
}

.faqTable table caption {
    margin-bottom: .5em;
    font-weight: bold;
}

.faqTable table thead th {
    padding: .6rem .8rem;
    border: 1px solid #CCCCCC;
    background-color: #F1F1F1;
    text-align: center;
}

.faqTable table tbody th,
.faqTable table tbody td {
    padding: 1rem .8rem;
    border: 1px solid #CCCCCC;
    font-size: 1.4rem;
    text-align: left;
}

.faqTable table tbody th :last-child,
.faqTable table tbody td :last-child {
    margin-bottom: 0;
}

.faqTable table tbody th {
    background-color: #F9F9F3;
    white-space: nowrap;
}

table .nowrap {
    white-space: nowrap;
}


/* List
----------------------------------------------------------------------------- */
/* List */
.qaBox ol.large > li,
.qaBox ul.large > li {
    margin-bottom: 1.5rem;
}

/* Note List */
.noteList > li {
    margin-bottom: 1.25rem;
}

.noteList > li > h3 {
    margin-bottom: .5rem;
    font-size: 1.4rem;
}

/* Person List */
.typeList {
    margin: 3rem 0;
    padding-left: 0;
    list-style: none;
}

.qaBox .typeList:first-of-type {
    margin-top: 0;
}

.typeList > li {
    margin-bottom: 2.5rem;
}

.typeList h3 {
    position: relative;
    margin-bottom: .5rem!important;
    padding: 1rem .6rem 0 3.8rem;
    background-color: #F9F9F3;
    border-bottom: 1px solid #2D4D90;
    color: #2D4D90;
    font-size: 1.4rem;
}

.typeList h3::before,
.typeList h3::after {
    content: '';
    display: block;
    position: absolute;
}

.typeList h3::before {
    bottom: 11px;
    left: 1.2rem;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 2px solid #2D4D90;
}

.typeList h3::after {
    bottom: 0;
    left: .8rem;
    height: 12px;
    width: 22px;
    border: 0 solid #2D4D90;
    border-radius: 12px 12px 0 0;
    border-width: 2px 2px 0 2px;
}

.typeList h3 + :not(.typeDetail) {
    margin-top: 1em;
}

.typeList .typeDetail {
    padding-left: .8rem;
    color: #666666;
    font-size: 1.2rem;
    font-weight: normal;
}

.typeList h4 {
    margin-bottom: .5rem;
}

/* Notice List */
.noticeList {
    padding-left: 0;
    list-style: none;
    font-size: 1.2rem;
}
.noticeList li {
    position: relative;
    padding-left: 2.5rem;
}
.noticeList li::before {
    content: "\203B";
    position: absolute;
    top: 0;
    left: .3rem;
    width: 2em;
}

/* Notice No. List */
ol.noteNo {
	padding-left: 0;
	list-style: none;
}

ol.noteNo li {
	counter-increment: num;
	position: relative;
	padding-left: 2.4rem;
}

ol.noteNo li::before {
	content: "\203B" counter(num) "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2.5rem;
}


/* TEXT
----------------------------------------------------------------------------- */
.textRed {
    padding: 0 4px;
    color: #FF0000;
}

.textGreen {
    padding: 0 4px;
    color: #339933;
}

p.note {
    position: relative;
    padding-left: 2rem;
    color: #666666;
}

p.note::after {
    content: "\203B";
    position: absolute;
    top: 0;
    left: .3rem;
    width: 2em;
}


/* LINK
----------------------------------------------------------------------------- */
/* Link List, NaviLink */
.linkList li,
.naviLink {
    position: relative;
    padding-left: 2rem;
}

.linkList,
.naviLink {
    margin-bottom: 2.5rem;
}

.linkList li {
    margin-bottom: .5rem;
}

.linkList li::before,
.linkList li::after,
.naviLink::before,
.naviLink::after {
    content: '';
    display: block;
    position: absolute;
}

.linkList li::before,
.naviLink::before {
    top: .25em;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #3D4453;
}

.linkList li::after,
.naviLink::after {
    top: .55em;
    left: .25rem;
    width: 6px;
    height: 6px;
    border: 2px solid #FFFFFF;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}

/* Query List, Query */
.queryList {
    margin: 2rem 0 2.5rem 0;
}

.queryList dt {
    font-weight: bold;
}

.queryList ul {
    padding-left: 0;
    list-style: none;
}

.queryList ul li a,
a.query {
    position: relative;
    padding-left: 2rem;
}

.queryList ul li a::after,
a.query::after {
    content: 'Q';
    display: block;
    position: absolute;
    top: -.2em;
    left: 0;
    width: 1.5em;
    color: #E04542;
    font-size: 1.6rem;
    font-weight: bold;
}

/* Popup */
a.popup {
    display: inline-block;
    position: relative;
    padding-right: 18px;
    margin-right: 4px;
}

a.popup::before,
a.popup::after {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    border: 1px solid #2c3840;
}

a.popup::before {
    right: 0;
    margin-top: -2px;
}

a.popup::after {
    right: 4px;
    margin-top: -6px;
}

/* Login */
span.login {
    position:relative;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 .4rem -.2em 0;
    border: 2px solid #008DC9;
    line-height: 1;
}

span.login::before,
span.login::after {
    content: '';
    display: block;
    position: absolute;
}

span.login::before {
    top: 2px;
    right: -2px;
    width: 8px;
    height: 8px;
    border: 2px solid #FFFFFF;
    border-width: 2px 0;
    background-color: #008DC9;
}

span.login::after {
    top: 1px;
    left: 3px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-width:0;
    border-right-color: #008DC9;
}

/* Icon Image */
img.icon {
    display: inline-block;
    margin: 0 .5rem;
    line-height: 1;
    vertical-align: middle;
}

/* SATORI FORM
----------------------------------------------------------------------------- */
.satori__submit_group {
    margin: 1em;
    text-align: center;
}

.satori__submit_group #satori__submit_confirm,
.satori__custom_form .satori__btn {
    min-width: 24rem!important;
}

.satori__custom_form input[type="button"] + input[type="button"] {
    margin: 0 1.5rem!important;
}

.satori__submit_group #satori__submit_confirm:hover,
.satori__custom_form .satori__btn:hover {
    background-color: #00A1B9!important;
    opacity: 1!important;
}

.satori__input_group.error input[type=email],
.satori__input_group.error input[type=number],
.satori__input_group.error input[type=password],
.satori__input_group.error input[type=tel],
.satori__input_group.error input[type=text],
.satori__input_group.error input[type=url],
.satori__input_group.error textarea {
    border-color: #FF8585!important;
}

.satori__input_group .satori__error_messages {
    color: #FF8585!important;
}

.satori__custom_form .satori__btn {
    padding: .5rem 4rem!important;
    background-color: #2C3840!important;
    border-radius: 50rem!important;
    color: #FFFFFF!important;
}

.satori__custom_form .satori__require {
    background: #00A1B9!important;
    color: #FFFFFF!important;
    font-size: 1.2rem!important;
}

.satori__custom_form .satori__not_require {
    background: #FFFFFF!important;
    border: 1px solid #00A1B9;
    color: #00A1B9!important;
    font-size: 1.2rem!important;
}

.satori__custom_form .satori__input_group input[type="text"],
.satori__custom_form .satori__input_group input[type="email"],
.satori__custom_form .satori__input_group textarea {
    box-shadow: none!important;
}

.satori__custom_form .satori__input_group input[type=radio]:checked+label,
.satori__custom_form .satori__input_group input[type=checkbox]:checked+label {
    color: #045BC8!important;
}

.satori__custom_form .satori__input_group input[type="text"]:focus,
.satori__custom_form .satori__input_group input[type="email"]:focus,
.satori__custom_form .satori__input_group textarea:focus {
    border-color: #045BC8!important;
}

.satori__custom_form .satori__input_group  label:first-child {
    color: #000000!important;
}

.satori__custom_form a {
    color: #00A1B9!important;
}

.satori__custom_form a:hover {
    text-decoration: underline!important;
}

