@charset "Shift-JIS";
.gHeader {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 13px;
    margin-bottom: 45px;
}
.gHeader::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 4px;
    background-image: linear-gradient(left, #FED313 0%, #E61322 100%);
    background-image: -webkit-linear-gradient(left, #FED313 0%, #E61322 100%);
    left: 0;
}
.gHeader_inner {}
.gHeader_title {}
.gHeader_title > img {
    display: block;
}
.gPageTop {
    position: fixed;
    z-index: 100;
    bottom: 40px;
    right: 40px;
}
.gPageTop_button {
    width: 48px;
    height: 48px;
    display: block;
    border: 1px solid #e60012;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition-duration: .3s;
    transition-property: background-color, color;
    background: rgba(255, 255, 255, 0.8);
}
.gPageTop_button::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    border: 2px solid #e60012;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-bottom-color: transparent;
    border-left-color: transparent;
    left: 0;
    margin: auto;
    box-sizing: border-box;
    margin-top: -2px;
    transition-duration: .3s;
    transition-property: border-color;
}
.gFooter {
    position: relative;
    z-index: 1;
    padding: 26px 0 30px;
    margin-top: 60px;
}
.gFooter::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 4px;
    background-image: linear-gradient(90deg, #FED313 0%, #E61322 100%);
    background-color: #FED313;
    left: 0;
}
.gFooter_inner {}
.gFooter_text {
    font-size: 12px;
    text-align: center;
    margin-bottom: 27px;
}
.gFooter_logo {}
.gFooter_logo > img {
    display: block;
    margin: 0 auto;
}
.gStep {
    margin-bottom: 39px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.gStep::after {
    content: "";
}
.gStep_inner {
    margin: 0 -10px;
}
.gStep_oList {
    list-style: none;
    display: table;
    width: 100%;
}
.gStep_oList::after {
    content: "";
    display: block;
    clear: both;
}
.gStep_oList > li {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.gStep_oList-4col > li {
    width: 25%;
}
.gStep_oList-5col > li {
    width: 20%;
}
.gStep_oList > li:first-child {}
.gStep_oList > li:nth-child(2n+1) {}
.gStep_oList > li:nth-child(n+3) {}
.gStep_item {
    position: relative;
    z-index: 1;
}
/* #43567 */
.gStep_oList > li:not(:last-child) {
    border-right: 1px solid #ccc;
}
/* #43567 end */
.gStep_item::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
    transform: skewX(-12deg);
    -webkit-transform: skewX(-12deg);
}
.-current > .gStep_item::after {
    background: #e60012;
    border-left: none;
}
.-current + li > .gStep_item::after {
    border-left: none;
}
/* #43567 */
.gStep_item > b {
    display: block;
    line-height: 55px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #ccc;
    /* white-space: nowrap;
    width: 105px; */
    margin: auto;
    text-align: left;
    padding: 3%;
}
/* #43567 end */
.-current > .gStep_item > b {
    color: #fff;
}
.gPanel {
    display: block;
    margin: 0;
    font-size: 0;
    margin-bottom: 15px;
    cursor: pointer;
}
.gPanel-active {
    cursor: default;
}
.gPanel > [type="checkbox"] {
    display: none;
}
/* #42630 */
.gPanel_box {
    display: block;
    overflow: hidden;
    line-height: 1.6;
    margin: 0px 7px 0px 7px;
    position: relative;
    z-index: 1;
}
/* #42630 end */
.gPanel_box::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    transition-duration: .3s;
    transition-property: border-color, border-width;
}
.gPanel_box-active::after {
    border-color: #e60012;
    border-width: 2px;
}
[type="checkbox"]:checked + .gPanel_box {}
[type="checkbox"]:checked + .gPanel_box::after {
    border-color: #e60012;
    border-width: 2px;
}
.gPanel_cols {
    display: table;
    width: 100%;
}
.gPanel_cols::after {
    content: "";
    display: block;
    clear: both;
}
.gPanel_col {
    display: table-cell;
    vertical-align: middle;
}
.gPanel_col-no1 {
    background: #F3F3F3;
    white-space: nowrap;
    width: 50px;
    n: 0 13px;
    box-sizing: border-box;
    transition-duration: .3s;
    transition-property: background-color, color;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
[type="checkbox"]:checked + .gPanel_box .gPanel_col-no1 {
    background: #e60012;
}
.gPanel_mark {
    display: block;
    vertical-align: middle;
    border: 1px solid #aaa;
    width: 18px;
    height: 18px;
    background: #fff;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    transition-duration: .3s;
    transition-property: background-color, border-color;
    margin: 0 auto;
}
[type="checkbox"]:checked + .gPanel_box .gPanel_mark {
    border-color: #e60012;
    background: #e60012;
}
.gPanel_mark::after {
    content: "";
    display: block;
    width: 8px;
    height: 4px;
    border: 3px solid #fff;
    position: absolute;
    z-index: 1;
    border-top: none;
    border-right: none;
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    left: 0;
    right: 0;
    margin: auto;
    top: 3px;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
[type="checkbox"]:checked + .gPanel_box .gPanel_mark::after {
    opacity: 1;
}
.gPanel_label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
[type="checkbox"]:checked + .gPanel_box .gPanel_label {
    color: #fff;
}
.gPanel_col-no2 {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 130px;
}
.gPanel_inCols {
    display: table;
    width: 100%;
}
.gPanel_inCols::after {
    content: "";
    display: block;
    clear: both;
}
.gPanel_inCol {
    display: table-cell;
    vertical-align: middle;
}
.gPanel_inCol-no1 {
    width: 160px;
    padding-right: 20px;
    text-align: center;
}
.gPanel_inCol-no1 > img {}
.gPanel_inCol-no2 {
    padding-right: 40px;
}
.gPanel_title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.gPanel_title > strong{font-weight: inherit;font-size:  inherit;margin-left:  1em;}
.gPanel_text {
    display: block;
    font-size: 14px;
}
.gHeadMsg {}
.gHeadMsg_title {}
.gHeadMsg_text {}
.gHeadMsg_text-err {
    color: #d00;
}
.gHeadMsg_text > b {
    color: #e60012;
}
.gHeadMsg_text > img {
    vertical-align: middle;
    margin: 0 5px;
}
.gBack {}


.gHeader {
    padding-top: 10px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.gHeader::after {
    height: 2px;
}
.gHeader_inner {}
.gHeader_title {
    width: 100px;
    margin: 0 auto;
}
.gHeader_title > img {}
.gPageTop {
    right: 15px;
    bottom: 15px;
}
.gPageTop_button {
    width: 42px;
    height: 42px;
}
.gPageTop_button::after {}
.gFooter {
    padding: 23px 0 25px;
}
.gFooter::before {
    height: 2px;
}
.gFooter_inner {}
.gFooter_text {
    line-height: 1.4;
}
.gFooter_logo {
    width: 210px;
    margin: 0 auto;
}
.gFooter_logo > img {}
.gStep {
    border-radius: 5px;
    margin-bottom: 20px;
}
.gStep::after {}
.gStep_inner {
    margin: 0;
}
/* #43567 */
.gStep_oList {
    display: flex;
}
/* #43567 end */
.gStep_oList::after {}
.gStep_oList > li {
    display: block;
    width: auto;
}
/* #43567 */
.gStep_oList-4col > li {
    width: 25%;
}
.gStep_oList-5col > li {
    width: 20%;
}
/* #43567 end */
.gStep_oList > li:first-child {}
.gStep_oList > li:nth-child(2n+1) {}
.gStep_oList > li:nth-child(n+3) {}
.gStep_item {}
.gStep_item::after {
    border: none;
    transform: none;
    -webkit-transform: none;
}
/* #43567 */
.-current {
    background-color: #e60012;
}
.-current > .gStep_item::after {}
.-current + li > .gStep_item::after {}
.gStep_item > b {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
/* #43567 end */
.-current > .gStep_item > b {}
.gPanel {
    margin-bottom: 10px;
}
.gPanel-active {}
.gPanel > [type="checkbox"] {}
.gPanel_box {}
.gPanel_box::after {
    border-radius: 5px;
}
.gPanel_box-active::after {}
[type="checkbox"]:checked + .gPanel_box {}
[type="checkbox"]:checked + .gPanel_box::after {}
.gPanel_cols {
    display: block;
}
.gPanel_cols::after {}
.gPanel_col {
    display: block;
    width: auto;
    height: auto;
    padding: 10px;
}
.gPanel_col-no1 {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px 10px;
}
[type="checkbox"]:checked + .gPanel_box .gPanel_col-no1 {}
.gPanel_mark {}
[type="checkbox"]:checked + .gPanel_box .gPanel_mark {}
.gPanel_mark::after {}
[type="checkbox"]:checked + .gPanel_box .gPanel_mark::after {}
.gPanel_label {}
.gPanel_label > br {
    display: none;
}
[type="checkbox"]:checked + .gPanel_box .gPanel_label {}
.gPanel_col-no2 {}
.gPanel_inCols {
    display: block;
}
.gPanel_inCols::after {}
.gPanel_inCol {
    display: block;
    width: auto;
    padding: 0;
}
.gPanel_inCol-no1 {
    width: 100px;
    margin: 0 auto 10px;
}
.gPanel_inCol-no1 > img {}
.gPanel_inCol-no2 {}
.gPanel_title {
    font-size: 14px;
    padding-bottom: 7px;
    margin-bottom: 8px;
}

.gPanel_title > strong{
    display:  inline-block;
    vertical-align: middle;
    margin-left:  .5em;
}
.gPanel_text {
    font-size: 12px;
}
.gHeadMsg {}
.gHeadMsg_title {}
.gHeadMsg_text {
    font-size: 13px;
}
.gHeadMsg_text > b {}
.gHeadMsg_text > img {}
.gBack {}

.gFooter_text {
    font-size: 9px;
    margin-bottom: 14px;
}
.gFooter {
    margin-top: 50px;
}

a[onclick*=windowClose] {
    text-decoration: none;
}
.sect > div:not([class]) {
    height: auto !important;
}
.gBody.input .gHeadMsg_text,.gBody.confirm .gHeadMsg_text {
    display: none;
}
.privacy_text {
    display: none;
    margin-top: 10px;
}
.privacy .u-headline04 {
    margin-bottom: 0;
}
.privacy_title {
    position: relative;
}
.privacy_title::after {
	content: "";
	display: inline-block;
	border: 2px solid #e60012;
	width: 8px;
	height: 8px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	border-bottom: none;
	border-left: none;
	margin-left: 10px;
	position: absolute;
	right: -5px;
	top: 15%;
}
.privacy_title.open::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 23%;
}
img.gPanel_title_img {
    vertical-align: middle;
}
.textAlign_right {
    text-align: right;
    display: block;
}
form > span.textAlign_right {
    margin-top: 20px;
}
.sect.u-marginM > span.textAlign_right.mt-1em {
    margin-top: -10px;
    margin-bottom: 10px;
}
/* #42630 */
.gPanel_title02 {
    border-bottom: none;
    padding: 7px 0;
    margin: 8px 0;
}
/* #42630 end */

/* #43567 */
.gBody.select .gPanel_inCol-no2 .title_icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.gBody.select .gPanel_inCol-no2 .title_icons img {
    height: 45px;
    width: auto;
    margin-left: 5px;
    margin-bottom: 5px;
}
.gBody.select .gPanel_title_icons {
    font-size: 14px;
    font-weight: bold;
    margin: 8px 0px;
    padding-bottom: 7px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}
.gBody.input .u-table02 .-tdIn br.u-spInline {
    display: none;
}
.gBody.input #G01001k,
.gBody.input #G01001s,
.gBody.input #G02001k,
.gBody.input #G02001s {
    width: 36%
}
.gBody.input #G01001k,
.gBody.input #G02001k {
    margin-right: 2%;
}
.gBody.input #G03001 {
    width: 30%;
}
.gBody.input .-tdIn .form_dateWrap {
    width: 50%;
    vertical-align: baseline;
    display: inline-block;
    padding-left: 3%;
}
.gBody.input .-tdIn .form_dateWrap .u-selectWrap {
    width: 35%;
    min-width: auto;
}
.gBody.input .-tdIn .u-labelRadio[for*=R01001],
.gBody.input .-tdIn .u-labelCheck {
    display: inline-block;
    width: 48%;
}
.gBody.input .-tdIn .u-labelCheck:first-child {
    margin-right: 1%;
}
.gBody.input .u-table02 > tbody > tr > td > .-tdIn {
    padding-right: 0;
}
.gBody.confirm .gHeadMsg .cautionMsg-redbg {
    font-size: 16px;
    background: #e60012;
    color: #ffffff;
}
.gBody.confirm .gHeadMsg h3 {
    font-size: 15px;
}
/* #43567 end */