@charset 'UTF-8';
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1.15;
	background-color: #f4f0f2;
	color: #333533;
}

body.loading .org__global_header:after{
    content:'';
    display:block;
/*    width:100%;*/
    padding:100px;
}

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

nav ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}[v-cloak] {
    display: none !important
}

.wrapper {
    margin: 0 auto
}
.svg-wrapper.svg-logo {
    padding-top: 28.616%;
    width: 87px;
    margin: 0 auto;
    fill: #FFF;
}
.svg-wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 599px) {
    .wrapper {
        width: auto
    }
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
    .wrapper {
        width: auto
    }
}

@media only screen and (min-width: 960px) {
    .wrapper {
        width: 860px
    }
}

.contents {
    padding-top: 30px
}

@media only screen and (max-width: 599px) {
    .contents {
        padding: 15px 8px 0
    }
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
    .contents {
        width: auto;
        padding: 30px 16px 0
    }
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333533;
}
html {
    -webkit-text-size-adjust: 100%;
    margin: 0 !important;
    color: #000;
    background-color: #f6f6f6;
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    word-wrap: break-word;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    text-transform: none !important;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 599px) {
    body {
        word-break: break-all
    }
}

/*
h1,h2,h3,h4 {
    text-align: justify
}
*/

a {
    display: inline-flex;
    border-bottom: 1px dotted #005D8F;
    padding: 0 4px;
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    color: #005D8F;
    text-decoration: none
}

a img {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}

a:hover {
    color: #EAB700;
    border-bottom: 1px dotted #EAB700
}

a.image {
    border-bottom: none;
    padding: 0
}

a.image:hover {
    border-bottom: none
}

a.image:hover img {
    opacity: .5
}

p {
    line-height: 1.9;
    margin-bottom: 18px;
    color: #141414
}

ul,ol {
    list-style: none
}

fieldset>legend {
    float: left;
    width: 100%
}

fieldset>.inner {
    clear: both
}

input::-webkit-input-placeholder {
    color: #bbb;
    font-weight: normal
}

input::-moz-placeholder {
    color: #bbb;
    font-weight: normal
}

input:-ms-input-placeholder {
    color: #bbb;
    font-weight: normal
}

::-ms-clear,::-ms-clear {
    display: none
}

#ui-datepicker-div .ui-datepicker-header a:not(:hover) {
    border-bottom: 0
}

#ui-datepicker-div .ui-datepicker-header a:hover {
    cursor: pointer
}

#ui-datepicker-div .ui-datepicker-calendar a {
    line-height: 1.6
}

.a__base {
    background-color: #ffffff
}

@media only screen and (min-width: 600px) {
    .a__base {
        padding: 20px 40px
    }
}

@media only screen and (max-width: 599px) {
    .a__base {
        padding: 20px 10px
    }
    
}

.a__banner {
    text-align: center
}

.a__banner a {
    display: inline-block;
    border-bottom: none
}

.a__banner a img {
    width: 100%;
    height: auto
}

.a__banner a:hover img {
    opacity: .7
}

.a__enhanced {
    font-weight: bold
}

.a__sub {
    display: block
}

@media only screen and (min-width: 600px) {
    .a__sub {
        font-size: 1rem;
        font-weight: bold
    }
}

@media only screen and (max-width: 599px) {
    .a__sub {
        font-size: 0.825rem;
        font-weight: bold;
        color: #444
    }
}

.m__radio {
    border: 1px solid #707070
}

.m__radio>ul {
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    background-color: #CEE0E8
}

.m__radio>ul li:last-child .nested:before {
    height: 100%
}

.m__radio>ul>li {
    margin: 0 !important;
    width: auto !important;
    border-bottom: 1px solid #D1D1D1;
    list-style: none;
    background-color: white
}

.m__radio>ul>li:last-child {
    border-bottom: none
}

.m__radio>ul>li>label {
    display: block;
    position: relative;
    margin: 0;
    line-height: 1.2;
    cursor: pointer;
    font-weight: bold;
    color: #333;
    -moz-transition: padding, 0.3s;
    -o-transition: padding, 0.3s;
    -webkit-transition: padding, 0.3s;
    transition: padding, 0.3s;
    min-height: 19px;
}

@media only screen and (min-width: 600px) {
    .m__radio>ul>li>label {
        padding: 11px 10px 11px 40px
    }
}

@media only screen and (max-width: 599px) {
    .m__radio>ul>li>label {
        padding: 12px 10px 12px 40px;
/*        font-size: 0.875rem;*/
        font-size: 1rem;
        line-height: 1.5
    }
}

.m__radio>ul>li>label:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 50%;
    margin-top: -10px;
    border: 1px solid #D1D1D1;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: white;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    z-index: 3
}

.m__radio>ul>li>label:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 15px;
    top: 50%;
    margin-top: -5px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: white;
    z-index: 4
}

@media only screen and (min-width: 600px) {
    .m__radio>ul>li>label:hover:before {
        border-color: #ff9f9f
    }
}

.m__radio>ul>li>.nested {
    position: relative;
    display: block;
    max-height: 0;
    padding: 0 10px 0 40px;
    overflow: hidden;
    transition: all .3s;
    background-color: #f8fdff
}

.m__radio>ul>li>.nested:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 1px;
    border-left: 2px dotted #EAB700;
    z-index: 2
}

@media only screen and (max-width: 599px) {
    .m__radio>ul>li>.nested.open {
        max-height: 250em;
        padding: 10px 10px 20px 25px
    }

    .m__radio>ul>li>.nested:before {
        left: 10px
    }

    .m__radio>ul>li>.nested .a__fields.phone input {
        width: 44px
    }
}

@media only screen and (min-width: 600px) {
    .m__radio>ul>li>.nested.open {
        max-height: 150em;
        padding: 10px 10px 20px 40px
    }

    .m__radio>ul>li>.nested:before {
        left: 20px
    }
}

.m__radio>ul>li>input {
    position: relative;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    z-index: -10
}

.m__radio>ul>li>input[type=radio]:checked+label {
    background-color: #ffecec
}

.m__radio>ul>li>input[type=radio]:checked+label:after {
    background-color: #ff9f9f
}

.m__radio>ul>li>input[type=radio]:disabled+label {
    color: #BABABA;
    background-color: #e8e8e8;
    pointer-events: none
}


.m__radio .a__alternative {
    display: none;
    padding: 15px 5px 5px;
    background-color: #CEE0E8
}


.m__radio.invalid {
    border-color: #fff
}

.m__radio.invalid>ul {
    transition: all .5s;
    background-color: #ff9f9f
}

.m__radio li.invalid>input[type=radio]:checked+label {
    background: rgba(221,116,116,0.3)
}

.m__radio li.invalid .nested {
    background: rgba(221,116,116,0.03)
}

/*.a__field,select {*/
select {
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    z-index: 10;
    font-size: 1.3rem;
    background: #fff;
    cursor: pointer;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    height:50px;
}

@media only screen and (min-width: 600px) {
/*    .a__field,select {*/
    select {
        padding: 12px 10px 12px 55px
    }
}

@media only screen and (max-width: 599px) {
/*    .a__field,select {*/
    select {
        padding: 12px 10px 12px 40px;
        font-size: 1rem
    }
}



/*
.a__field.text,select.text {
    box-sizing: border-box;
    padding: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #D1D1D1
}

.a__field.text{
	cursor:auto;
}

.a__field.text:hover,select.text:hover {
    box-shadow: none
}

.a__field.text>input,select.text>input {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px 8px;
    line-height: 1.2;
    border: 0;
    background-color: white;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.a__field.text>input:hover,select.text>input:hover {
    -moz-box-shadow: #EAB700 0 0 6px inset;
    -webkit-box-shadow: #EAB700 0 0 6px inset;
    box-shadow: #EAB700 0 0 6px inset;
    background-color: #FDFFC9;
    border: 0
}

.a__field.freetext,select.freetext {
    padding: 10px;
    line-height: 1.5;
    font-weight: normal
}

.a__field.freetext.invalid,select.freetext.invalid {
    background: #fff
}

@media only screen and (min-width: 600px) {
    .a__field.freetext,select.freetext {
        max-width: 600px;
        font-size: 1.2rem
    }
}

@media only screen and (max-width: 599px) {
    .a__field.freetext,select.freetext {
        max-width: 600px;
        font-size: 1rem
    }
}

.a__field.select,select.select {
    box-sizing: border-box;
    padding: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #D1D1D1
}

@media only screen and (min-width: 600px) {
    .a__field.select,select.select {
        max-width: 600px
    }
}

.a__field.select:hover,select.select:hover {
    box-shadow: none
}

.a__field.select>.a__select,select.select>.a__select {
    padding-right: 0
}

.a__field.select>.a__select select,select.select>.a__select select {
    border: 0;
    border-radius: 0
}

.a__field .a__caption,select .a__caption {
    border-top: 1px dotted white;
    padding-top: 6px;
    padding-left: 6px;
    margin-top: 6px;
    font-size: 0.8rem;
    color: #535353
}

.a__field .a__select,select .a__select {
    padding-bottom: 0
}
*/
select, select:hover, select:focus, select:active {
	outline: none;
}
.a__select select.invalid {
    background: #fff;
    border-color: #ff9f9f
}
.a__select select {
	background: transparent;
	padding: 12px;
}
.a__select {
    box-sizing: border-box;
    display: block;
    position: relative;
	border: 1px solid #ededed;
}
.a__select:after {
    content: "\ea12";
	text-align: center;
    width: 52px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
	font: normal normal normal 1em/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	line-height: 52px;
	z-index: 1;
}

@media only screen and (max-width: 599px) {
/*    .a__select {
        margin-bottom: 20px
    }
*/
}

.a__select:last-child {
    padding-bottom: 0
}

@media only screen and (max-width: 599px) {
    .a__select:last-child {
        margin-bottom: 0
    }
}

.a__select:before {
}

@media only screen and (min-width: 600px) {
    .a__select:before {
	    top: 13px;
	    left: 22px;
    }
}

@media only screen and (max-width: 599px) {
    .a__select:before {
    }
}



.a__select.j__error {
    background-color: #ff9f9f
}


.a__select .a__help-toggle {
    position: absolute;
    right: 40px;
    top: 12px
}

@media only screen and (max-width: 599px) {
    .a__select .a__help-toggle {
        display: none
    }
}

.a__required {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    line-height: 1.2
}

.a__required:before {
    content: "\5FC5\9808";
    position: absolute;
    display: inline-block;
    padding: 4px 4px 2px 8px;
    background-color: #e36f8a;
    color: #fff;
    font-weight: bold;
    font-size: 0.6rem;
    letter-spacing: 4px;
    z-index: 10;
    margin-right: 8px;
    top: 0;
    left: 0
}

.no_top_pad {
	padding-top: 0 !important;
}
select:not(.selected) {
	color: #bbb;
}
select.selected {
    color: #333533;
}
.a__base.sectioning {
    padding-bottom: 32px;
}
.m__form-item {
}
.m__form-item + .m__form-item {
    padding-top: 32px;
}

.m__form-item:last-child {
    padding-bottom: 0;
}
.m__form-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: 1px;
    position: relative;
}
.m__form-item label:not(.checkbox-styled):not(.no-tri):before {
	content: "";
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid rgba(210,158,167,1);
	border-left-color: rgb(210,158,167);
	border-left-color: rgba(210,158,167,1);
	margin-right: 5px;
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.m__form-item label.label_required:after, label.required:after {
    content: "\5FC5\9808";
    font-size: .75rem;
    font-weight: 600;
    background: rgb(203,116,143);
    background: rgba(203,116,143,1);
    color: #FFF;
    line-height: 1;
    padding: 5px 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-left: 12px;
}
.thax_wrap .m__form-item label:not(.checkbox-styled):not(.no-tri):before {
	content: none;
}
.thax_wrap .org__apply h2 {
	font-weight: 600;
	text-align: center;
	padding: 20px 5px 15px 5px;
}
.m__form-item label .a__sub {
    margin-bottom: 4px;
    font-weight: bold
}

.m__form-item.child {
    position: relative;
    margin: 0 0 0 48px;
    padding-bottom: 20px !important
}

.m__form-item.child:before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 100%;
    border-width: 0 0 1px 1px;
    border-style: dotted;
    border-color: #D1D1D1;
    left: -24px;
    top: -48px
}

.m__address-set {
    background: none;
    opacity: 1
}

.m__address-set:before {
    content: none
}


.m__address-set.j__disabled input,.m__address-set.j__disabled select,.m__address-set.j__disabled .a__field {
    pointer-events: none;
    cursor: default
}

.a__address-guidance {
    z-index: 10;
    display: none;
    padding-left: 28px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #A51C40
}

.a__fields {
    box-sizing: border-box;
}

.a__fields_inner {
    box-sizing: border-box;
}

.a__result {
    padding:5px;
    line-height:1.2;
	font-size:90%;
}
.a__result table{
	width:100%;
}
.a__result table td.price{
	text-align:right;
	padding-right: 10px;
}
.a__result table td.price span{
	padding:5px 0;
	display:block;
}
.a__result table tr.detail_padding td:first-child span{
	padding-left:20px;
}
.a__result table.inner td:last-child{
    width:100px;
}
@media only screen and (max-width: 599px) {
	.m__form-item label.label_required:after, label.required:after {
	position: absolute;
    right: 0;
}
	.a__result > table,
	.a__result > table > tbody,
	.a__result > table > tbody > tr,
	.a__result > table > tbody > tr > td{
        display:block;
        width:100%;
        padding-bottom:5px;
    }
	.a__result table tr.detail_padding td:first-child span{
		padding-left:0;
	}
	.a__result table td.price > span{
		border-bottom:1px solid #eee;
	}
	.a__result table td.price table.inner{
		display:inline;
	}
}

.a__fields>input[type=text],
.a__fields>input[type=tel],
.a__fields>input[type=email],
.a__fields>input[type=url] {
    padding: 10px;
    text-align: center;
    border-radius: 0;
    line-height: 1.2;
    background-color: white;
    border: 0;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}

.a__fields>input[type=text]:hover,
.a__fields>input[type=tel]:hover,
.a__fields>input[type=email]:hover,
.a__fields>input[type=url]:hover{
    -moz-box-shadow: #EAB700 0 0 6px inset;
    -webkit-box-shadow: #EAB700 0 0 6px inset;
    box-shadow: #EAB700 0 0 6px inset;
    background-color: #FDFFC9;
}

.a__fields.text>input {
    box-sizing: border-box;
    text-align: left;
    width: 100%;
}


.a__fields.name {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.a__fields.name .inner {
    position: relative;
    display: inline-block/9;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
/*    background: #D1D1D1;
    border: 5px solid #D1D1D1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: all .5s*/
}

.a__fields.name .inner:first-child {
    margin-right: 10px
}

.a__fields.name .inner .a__caption {
    padding-top: 6px;
    padding-left: 6px;
    margin-top: 6px;
    border-top: 1px dotted white;
    font-size: 0.8rem;
    color: #535353
}
.a__fields.name .inner input, textarea {
	    border: 1px solid #ededed;
}
.a__fields.name .inner input {
    box-sizing: border-box;
    z-index: 10;
    width: 100%;
    padding: 10px;
    border-radius: 0;
    background: #fff;
    text-align: left;
    line-height: 1.2;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s
}

.a__fields.name .inner input:hover {
    -moz-box-shadow: #EAB700 0 0 6px inset;
    -webkit-box-shadow: #EAB700 0 0 6px inset;
    box-shadow: #EAB700 0 0 6px inset;
    background-color: #FDFFC9;
    border: 0
}

.a__fields.name .inner.invalid {
    background: #ff9f9f;
    border-color: #ff9f9f
}

.a__fields.name .inner.invalid .a__caption {
    color: #fff
}


@media only screen and (min-width: 600px) {
    .a__fields.name .inner {
        width: 200px
    }
}


/*
.a__fields.postcode,.a__fields.mail-check,.a__fields.birth {
    box-sizing: border-box;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #D1D1D1
}
*/

@media only screen and (max-width: 599px) {
    .a__fields.postcode,.a__fields.mail-check {
        width: auto
    }
}

/*
.a__fields.postcode>input,.a__fields.mail-check>input {
    border-radius: 0;
    text-align: center;
    padding: 10px;
    line-height: 1.2;
    background-color: white;
    border: 0;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s
}
*/

@media only screen and (max-width: 599px) {
    .a__fields.postcode>input,.a__fields.mail-check>input {
        width: 80px
    }
}

@media only screen and (min-width: 600px) {
    .a__fields.postcode>input,.a__fields.mail-check>input {
        width: 130px
    }
}

/*
.a__fields.postcode>input:hover,.a__fields.mail-check>input:hover {
    -moz-box-shadow: #EAB700 0 0 6px inset;
    -webkit-box-shadow: #EAB700 0 0 6px inset;
    box-shadow: #EAB700 0 0 6px inset;
    background-color: #FDFFC9;
    border: 0
}
*/

.a__fields.postcode>input.local,.a__fields.mail-check>input.local {
    width: 35%;
    min-width: 75px;
    text-align: right
}

@media only screen and (max-width: 599px) {
    .a__fields.postcode>input.local,.a__fields.mail-check>input.local {
        font-size: 1rem
    }
}

.a__fields.postcode>input.domain,.a__fields.mail-check>input.domain {
    width: 35%;
    min-width: 75px;
    text-align: left
}

@media only screen and (max-width: 599px) {
    .a__fields.postcode>input.domain,.a__fields.mail-check>input.domain {
        font-size: 1rem
    }
}

.a__fields.postcode .sub,.a__fields.mail-check .sub {
    font-size: 16px;
    color: #535353
}

/*
.a__fields.street {
    box-sizing: border-box;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #D1D1D1
}
*/

@media only screen and (max-width: 599px) {
    .a__fields.street {
        width: auto
    }
}

/*
.a__fields.street>input {
    padding: 10px;
    text-align: center;
    border-radius: 0;
    line-height: 1.2;
    background-color: white;
    border: 0;
}
*/

@media only screen and (max-width: 599px) {
    .a__fields.street>input {
        width: 100px;
        border: 2px solid #D1D1D1
    }
}

@media only screen and (min-width: 600px) {
    .a__fields.street>input {
        width: 130px
    }
}

/*
.a__fields.street>input:hover {
    -moz-box-shadow: #EAB700 0 0 6px inset;
    -webkit-box-shadow: #EAB700 0 0 6px inset;
    box-shadow: #EAB700 0 0 6px inset;
    background-color: #FDFFC9;
}
*/

/*
.a__fields.phone {
    box-sizing: border-box;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #D1D1D1
}
*/

/*@media only screen and (max-width: 599px) {
    .a__fields.phone {
        width: auto
    }
}*/

/*
.a__fields.phone>input {
    padding: 10px;
    text-align: center;
    border-radius: 0;
    line-height: 1.2;
    background-color: white;
    border: 0;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s
}
*/

/*@media only screen and (max-width: 599px) {
    .a__fields.phone>input,.a__fields.birth>select {
        width: 60px;
		width: 100%;
        font-size: 1.065rem
    }
}*/

@media only screen and (min-width: 600px) {
    .a__fields.phone>input,.a__fields.birth>select {
        width: 130px
    }
}

/*
.a__fields.phone>input:hover {
    -moz-box-shadow: #EAB700 0 0 6px inset;
    -webkit-box-shadow: #EAB700 0 0 6px inset;
    box-shadow: #EAB700 0 0 6px inset;
    background-color: #FDFFC9;
    border: 0
}
*/

/*
.a__fields.credit-card {
    box-sizing: border-box;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #D1D1D1
}
*/

@media only screen and (max-width: 599px) {
    .a__fields.credit-card {
        width: auto
    }
}

@media only screen and (min-width: 600px) {
    .a__fields.credit-card {
        max-width: 600px
    }
}

/*
.a__fields.credit-card>input {
    padding: 10px;
    text-align: center;
    border-radius: 0;
    line-height: 1.2;
    background-color: white;
    border: 0;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s
}
*/

@media only screen and (max-width: 599px) {
    .a__fields.credit-card>input {
        width: 60px;
        font-size: 1.065rem;
        padding: 10px 5px
    }
}

@media only screen and (min-width: 600px) {
    .a__fields.credit-card>input {
        width: 100px
    }
}

/*
.a__fields.credit-card>input:hover {
    -moz-box-shadow: #EAB700 0 0 6px inset;
    -webkit-box-shadow: #EAB700 0 0 6px inset;
    box-shadow: #EAB700 0 0 6px inset;
    background-color: #FDFFC9;
    border: 0
}
*/

/*
.a__fields.expiration-date {
    box-sizing: border-box;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #D1D1D1
}
*/

@media only screen and (max-width: 599px) {
    .a__fields.expiration-date {
        width: auto
    }
}

@media only screen and (min-width: 600px) {
    .a__fields.expiration-date {
        max-width: 600px
    }
}

/*
.a__fields.expiration-date>.a__select {
    display: inline-block;
    width: 200px;
    padding: 0;
    border-radius: 0;
    background-color: #D1D1D1;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s
}
*/

@media only screen and (min-width: 600px) {
    .a__fields.expiration-date>.a__select {
        width: 200px
    }
}

@media only screen and (max-width: 599px) {
    .a__fields.expiration-date>.a__select {
        font-size: 1.065rem;
        width: 50%;
        margin-bottom: 0
    }
}

/*
.a__fields.expiration-date>.a__select:hover {
    -moz-box-shadow: #EAB700 0 0 6px inset;
    -webkit-box-shadow: #EAB700 0 0 6px inset;
    box-shadow: #EAB700 0 0 6px inset;
    background-color: #FDFFC9;
    border: 0
}
*/

/*
.a__fields.birthday {
    display: block;
    margin-bottom: 30px;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media only screen and (max-width: 599px) {
    .a__fields.birthday {
        width: auto
    }
}

@media only screen and (min-width: 600px) {
    .a__fields.birthday {
        max-width: 600px
    }
}

.a__fields.birthday .inner {
    position: relative;
    display: inline-block/9;
    width: 135px;
    margin-right: 10px;
    background: #D1D1D1;
    border: 5px solid #D1D1D1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: all .5s
}

@media only screen and (max-width: 599px) {
    .a__fields.birthday .inner {
        width: auto
    }
}

.a__fields.birthday .inner .a__select {
    padding: 0 0 0 0
}

.a__fields.birthday .inner .a__select>select {
    padding: 7px 10px 7px 40px;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

@media only screen and (max-width: 599px) {
    .a__fields.birthday .inner .a__select>select {
        padding: 9px 10px 8px 10px;
        font-size: 1.065rem
    }
}

@media only screen and (max-width: 599px) {
    .a__fields.birthday .inner .a__select {
        margin-bottom: 0
    }

    .a__fields.birthday .inner .a__select:before {
        display: none
    }
}

.a__fields.birthday .inner .a__select:before {
    top: 12px;
    left: 12px
}

.a__fields.birthday .inner .a__select:hover:before {
    top: 16px;
    left: 12px
}

.a__fields.birthday .inner:first-child {
    width: 290px
}

@media only screen and (max-width: 599px) {
    .a__fields.birthday .inner:first-child {
        width: auto
    }
}

.a__fields.birthday .inner:last-child {
    margin-right: 0
}

.a__fields.birthday .inner.invalid {
    background: #ff9f9f;
    border-color: #ff9f9f
}

.a__fields.birthday .inner.invalid .a__caption {
    color: #fff
}
*/

.a__fields .sub {
    vertical-align: sub;
    font-size: 0.8rem;
    color: #535353
}

.a__fields .a__caption {
    border-top: 1px dotted white;
    padding-top: 6px;
    padding-left: 6px;
    margin-top: 6px;
    font-size: 0.8rem;
    color: #535353
}

.a__fields.invalid {
    background: #ff9f9f;
    border-color: #ff9f9f
}

.a__fields.invalid .sub {
    color: #fff
}

.a__fields.invalid .a__caption {
    color: #fff
}

.a__fields.invalid .a__select {
    background-color: #ff9f9f
}

.a__fields.invalid select {
    border-radius: 0;
    border-color: #ff9f9f
}

.gas .a__label,.a__label.gas,.m__plan-detail.gas .monthly-price thead th {
    background-color: #0891DB;
    color: #fff
}

.a__label {
    display: inline-block;
    margin: 0 5px;
    padding: 0 17px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 30px
}
.site_wrapper {
    width: 100%;
    overflow: hidden;
}

/* ########### header ########### */
i.icon.icon-priority-low.right-arrow {
	-webkit-transform: rotateZ( -90deg );
    transform: rotateZ( -90deg );
}
.icon.icon-priority-low.right-arrow::before {
    margin-right: -2px;
    display: block;
}
.icon_link .link_txt {
    margin-left: 6px;
}
header {
	position: relative;
    width: 100%;
    z-index: 1;
	padding: 0 24px;
}
header > div:not(.splash) {
	position: relative;
	z-index: 2;
}
header > .splash {
	position: absolute;
	z-index: 1;
	top: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	display: none !important;
}
header:after {
    content: "";
    width: 150%;
    display: block;
    position: absolute;
    height: 200%;
    bottom: 28%;
    left: -45%;
    background: rgb(218,191,195);
	background: rgba(218,191,195,1);
    z-index: 0;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: 122% center;
    -ms-transform-origin: 122% center;
    transform-origin: 122% center;
}
header, header:after {
	background: rgb(215,180,185);
	background: rgba(215,180,185,1);
}
header:after {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2c0c7+0,daafb7+33,d29ea7+66,ca8c98+100 */
background: #e2c0c7; /* Old browsers */
background: -moz-linear-gradient(45deg,  #e2c0c7 0%, #daafb7 33%, #d29ea7 66%, #ca8c98 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #e2c0c7 0%,#daafb7 33%,#d29ea7 66%,#ca8c98 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #e2c0c7 0%,#daafb7 33%,#d29ea7 66%,#ca8c98 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c0c7', endColorstr='#ca8c98',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background: linear-gradient(-45deg, #e2c0c7, #daafb7, #d29ea7, #ca8c98);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}
.head_flex {
    height: 320px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.top_head {
    padding: 20px 0 10px;
    border-bottom: 1px solid #FFF;
}
.top_head a {
	padding: 0;
	color: inherit;
	text-decoration: none;
	border-bottom: none;
	position: relative;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	color: #FFF;
}
.top_head a * {
	color: inherit;
}
header h1 {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 32px;
}
header h1 .small {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 1;
    margin-bottom: 18px;
    display: block;
}
/*@media only screen and (min-width: 600px) {
    .org__global_header {
        padding: 30px 0 14px;
        border-bottom: 8px solid #0e3f81
    }
}*/

header .logo {
    /*display: inline-block;*/
	text-align: center;
    border-bottom: none
}
.top_head .back_act {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translate(0%, -50%);
}

.center_logo {
    text-align: center;
}

.logo_brand {
    display: inline-block;
}
h1 {
	text-align: center;
	color: #333533;
}

h1 span:after {
	content: '\A';
	white-space: pre;
}
@media only screen and (min-width: 1200px) {
	header:after {
	    width: 180%;
    height: 250%;
    bottom: 40%;
    left: -60%;
	}
}
@media only screen and (min-width: 600px) {
	header {
		padding: 0;
	}
    header .logo img {
		margin-bottom: 1rem;
        width: auto;
        height: auto
    }
	
	h1 {
		line-height: 1.7rem;
		font-size: 1.625rem;
	}

	h1 span {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width: 599px) {
    header .logo img {
        width: 65px;
        height: auto;
    }
	
	h1 {
		line-height: 1.3rem;
		font-size: 1.07rem;
		padding: 6px 0;
	}

	h1 span {
		font-size: 0.7rem;
	}
	header:after {
		
	}
}

/* ########### / header ########### */


/* ########### footer ########### */

footer {
    margin-top: 45px;
	padding: 4px 0;
    background: rgb(218,191,195);
    background: rgba(218,191,195,1);
	font-size: 10px;
	text-align: center;
	color: #fff;
}

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

/*@media only screen and (min-width: 600px) {
    footer {
        padding: 4px 0;
    }
}

@media only screen and (max-width: 599px) {
    footer {
        padding: 4px 0;
    }
}*/

.org__global_footer #footer-nav-secondary-list {
    overflow: hidden
}

@media only screen and (min-width: 600px) {
    .org__global_footer #footer-nav-secondary-list {
        float: left;
        width: 60%
    }
}

@media only screen and (max-width: 599px) {
    .org__global_footer #footer-nav-secondary-list {
        float: none;
        width: auto;
        margin-bottom: 25px
    }
}

.org__global_footer #footer-nav-secondary-list ul {
    font-size: 0
}

@media only screen and (min-width: 600px) {
    .org__global_footer #footer-nav-secondary-list ul {
        margin-left: -16px;
        margin-top: -15px
    }
}

@media only screen and (max-width: 599px) {
    .org__global_footer #footer-nav-secondary-list ul {
        margin-left: -11px;
        margin-top: -10px
    }
}

.org__global_footer #footer-nav-secondary-list ul li {
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid #333
}

@media only screen and (min-width: 600px) {
    .org__global_footer #footer-nav-secondary-list ul li {
        margin-top: 15px;
        font-size: 12px
    }
}

@media only screen and (max-width: 599px) {
    .org__global_footer #footer-nav-secondary-list ul li {
        margin-top: 10px;
        font-size: 10px
    }
}

.org__global_footer #footer-nav-secondary-list a {
    border-bottom: none;
    color: #333;
    text-decoration: none
}

.org__global_footer #footer-nav-secondary-list a:hover {
    color: #999
}

@media only screen and (min-width: 600px) {
    .org__global_footer #footer-copyright {
        float: right;
        width: 40%
    }
}

@media only screen and (max-width: 599px) {
    .org__global_footer #footer-copyright {
        float: none;
        width: auto
    }
}

.org__global_footer #footer-copyright p {
    margin-bottom: 0;
    font-size: 10px;
    text-align: right;
    color: #333
}

/* ########### / footer ########### */


.gas .a__label,.a__label.gas,.m__plan-detail.gas .monthly-price thead th {
    background-color: #0891DB;
    color: #fff
}


/*header {
    margin-top: 20px
}*/

header .a__title {
    display: block
}



@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}



.org__pre-apply_header {
    position: relative;
    margin-bottom: 20px
}

.org__pre-apply_header h1 {
    border-bottom: 3px solid #ff9f9f;
    padding-bottom: 6px;
    font-weight: normal
}

.org__pre-apply_header h1 .a__sub {
    display: block;
    font-weight: bold;
    font-size: 1rem;
    color: #464646
}

@media only screen and (max-width: 599px) {
    .org__pre-apply_header h1 {
        font-size: 1.07rem
    }

    .org__pre-apply_header h1 .a__sub {
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 600px) {
    .org__pre-apply_header h1 {
        font-size: 1.625rem
    }

    .org__pre-apply_header h1 .a__sub {
        margin-bottom: 4px
    }
}


.org__pre-apply_header .a__base.sectioning {
    margin-bottom: 40px
}


.org__pre-apply_header .a__base.sectioning>.a__caution_text {
    color: #C42525;
    font-weight: bold;
    line-height: 1.4
}

.org__pre-apply_header .a__base.sectioning>.a__caution_text.hide {
    display: none
}

.org__pre-apply_header .a__base.sectioning>.a__caution_text.hide.visible {
    display: block
}


.org__pre-apply_header .apply-list {
    clear: both;
    margin: 10px 0;
    font-weight: bold;
    font-size: 1.13rem;
    line-height: 1.8
}

.org__pre-apply_header .apply-list li {
    position: relative;
    border-bottom: 1px dotted #888;
    padding: 5px 5px 5px 32px
}

.org__pre-apply_header .apply-list li:before {
    position: absolute;
    top: 10px;
    left: 5px;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    text-align: right;
    content: "";
    color: #33A779
}


.org__pre-apply_header .link {
    display: inline-block;
    margin: 10px 0
}

.org__pre-apply_header .link:after {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    text-align: right;
    content: "";
    margin-left: 5px;
    font-weight: normal
}

.org__pre-apply_header .link a {
    color: #005D8F
}



.show {
    transition: all .3s;
    opacity: 1
}

.show-enter,.show-leave {
    opacity: 0
}

.org__apply-header {
    margin-bottom: 30px
}

.org__apply-header .a__base {
    margin-bottom: 25px
}

.org__apply {
    margin-bottom: 40px
}

.org__apply input {
    font-size: 1.2rem
}
.checkbox-styled_wrap {
	position: relative;
	display: inline-block;
}
label.checkbox-styled {
	display: inline-block;
	position: relative;
	margin: 0;
	color: rgba(203,116,143,1);
	border: 1px solid rgba(203,116,143,1);
	line-height: 1;
	padding: 1rem 2rem;
	font-size: 1.25rem;
	border-radius: 32px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
	transition: all, 0.3s;
}
label.checkbox-styled span {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(203,116,143,1);
	margin-right: 10px;
	transition: all, 0.3s;
	position: relative;
}
.checkbox-styled_wrap input:checked + label.checkbox-styled span {
	border-color: #FFF;
}
.checkbox-styled_wrap input + label.checkbox-styled span:before {
	content: "\f00c";
	color: #FFF;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	z-index: 1;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.checkbox-styled_wrap input:checked + label.checkbox-styled span:before {opacity: 1;}
.checkbox-styled_wrap input[type="checkbox"] {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.checkbox-styled_wrap input[type="checkbox"]:hover  + label.checkbox-styled {
	background: rgba(203,116,143,1);
	color: #FFF;
}
.checkbox-styled_wrap input[type="checkbox"]:hover  + label.checkbox-styled span {
	border-color: #FFF;
}
.checkbox-styled_wrap input:checked + label.checkbox-styled {
	color: #FFF;
    background: rgba(203,116,143,1);
}
.org__apply .m__form-item:not(:last-child) {
/*    margin-bottom: 35px*/
}
.confirm02 .m__form_inner {
	border-bottom: 1px solid #ededed;
}
.m__form_inner {
}
.confirm02 .confirm-cust-info .m__form-item {
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 1rem;
	
}
.confirm02 .confirm-cust-info .m__form-item:nth-child(even) {
	border-right: none;
}
.confirm02 .confirm-cust-info .m__form-item:last-child {
	border-bottom: none;
}
.org__apply .m__form-item>.a__sub {
    box-sizing: border-box;
    width: 100%
}


.org__apply .m__form-item .radio-cover {
    max-width: 650px;
    box-sizing: border-box
}
@media only screen and (min-width: 600px) {
	.confirm02 .confirm-cust-info .m__form-item {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	}
	.m__form_inner {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
}
@media only screen and (max-width: 599px) {
	.confirm02 .confirm-cust-info .m__form-item  {

	}
	.confirm02 .confirm-cust-info .m__form-item label {
		margin: 0;
		padding: 0 12px 0 0;
		-ms-flex-preferred-size: 120px;
		flex-basis: 120px;
		max-width: 105px;
		border-bottom: none;
	}
	.confirm02 .confirm-cust-info .confirm_data {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		font-size: .9rem;
	}
	.confirm02 .confirm-cust-info .m__form-item label span {
		display: inline-block;
		text-indent :0.4rem;
		margin-left :-0.4rem;
	}
}
@media only screen and (min-width: 960px) {
    .org__apply .m__form-item .radio-cover {
        padding: 0 50px 20px 0
    }
}

@media only screen and (max-width: 599px) {
    .org__apply .m__form-item .radio-cover {
        padding: 0 0 20px 0
    }
}

.org__apply .m__form-item .radio-cover:last-child {
    padding-bottom: 0
}



.org__apply .a__sub {
    position: relative;
    margin-bottom: 5px;
    font-weight: normal
}

.org__apply .a__sub:not(.a__required) {
    margin-left: 3px;
    padding-left: 12px;
    border-left: 4px solid #FFB85D
}


.org__apply .m__radio {
    position: relative
}


.org__apply .m__radio ul li .nested {
    display: block;
    max-height: 0;
    padding: 0 10px 0 40px;
    overflow: hidden;
    transition: all .3s
}

.org__apply .m__radio ul li .nested.open {
    max-height: 4000px;
    padding: 10px 10px 20px 40px;
    transition: all .6s
}

.org__apply .error_list {
    margin: 5px 0;
    color: #C42525;
    font-size: 0.88rem
}


.org__apply .error_list li {
    margin-left: 1.2rem;
    font-weight: bold
}

.org__apply .error_list li+li {
    margin-top: 3px
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center
}



.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

/* bp */

.m__radio {
    border: none;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #D1D1D1;
}
.m__radio>ul {
    background-color: transparent;
    padding: 5px;
}


.m__radio .a__caption{
	border-top: 1px dotted white;
	padding-top: 6px;
	padding-bottom:6px;
	padding-left: 6px;
	font-size: 0.8rem;
	color: #535353;
}


@media only screen and (min-width: 600px){
	.sub__fields.phone>input {
	    width: 130px;
	}
	.sub__fields.phone {
	    max-width: 600px;
	}
}


@media only screen and (max-width: 599px){
	.sub__fields.phone {
	    width: auto;
	}
	.sub__fields.phone>input {
	    width: 60px;
	    font-size: 1.065rem;
	}
}

.sub__fields.phone {
    box-sizing: border-box;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #D1D1D1;
}
.sub__fields.phone>input {
    padding: 10px;
    text-align: center;
    border-radius: 0;
    line-height: 1.2;
    background-color: white;
    border: 0;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}

select {
	font-size:1rem;
}

.a__button {
    position: relative;
    box-sizing: border-box;
    display: block;
    top: 0;
    padding: 20px;
    border: 2px solid ;
    border-color: #E92687;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: bold;
    background-color: #ffecec;
    color: #E92687;
    cursor: pointer;
    transition: all, 0.3s;
}
.a__button:hover {
	    color: #EAB700;
    border-color: #EAB700;
    background-color: #FDFFC9
}
.a__button[disabled],
.a__button.readonly {
    border-color: #aaa;
    background-color: #ccc;
    color: #aaa;
    cursor: default;
}
button:disabled, button[disabled] {
    background: #f8f8f8 !important;
    color: #CCC !important;
}
.m__pagetail_cta {
    text-align: center
}

.m__pagetail_cta .a__button {
    margin: 0 auto;
}

@media only screen and (max-width: 599px) {
    .m__pagetail_cta .a__button {
        min-width: 75%
    }
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
    .m__pagetail_cta .a__button {
        min-width: 50%
    }
}

@media only screen and (min-width: 960px) {
    .m__pagetail_cta .a__button {
        min-width: 35%
    }
}

.m__pagetail_cta .a__button:after {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: 0;
    top: 50%;
    margin-top: -20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    display: inline-block;
    content: "\f054";
    font-size: 40px;
    color: #E92687;
}


.m__pagetail_cta .confirm-button:after {
	color: #FFEDF0;
}

.m__pagetail_cta .a__button:hover:after {
	color: #EAB700;
}

.m__pagetail_cta .confirm-button:hover:after {
	color: #EAB700;
}

.m__pagetail_cta .a__button[disabled]:before,
.m__pagetail_cta .a__button.readonly:before {
    color: #aaa;
}

@media only screen and (max-width: 599px) {
    .m__pagetail_cta .a__button:before {
        left: 10px
    }
}

/*.m__pagetail_cta {
    height: 150px
}*/

/*@media only screen and (max-width: 599px) {
    .m__pagetail_cta {
        height: 170px
    }
}*/


@media only screen and (min-width: 600px){
	.a__button {
	    max-width: 400px;
	}
}


.bdt_dashed{
	border-top:1px dashed #999;
	padding-top:30px;
}

.scroll_text_box{
	overflow-y:scroll;
	padding:0 14px;
	background-color:#f6f6f6;
	line-height:1.5;
	font-size:12px;
	height:200px;
	width:100%;
	border:1px solid #aaa;
	-webkit-overflow-scrolling: touch;
}

.birth .a__select{
	display:inline-block;
}

/*
@media only screen and (min-width: 600px){
	.birth .a__select:before {
	    top: 13px;
	    left: 22px;
	}
}
*/

.birth .a__select select{
	width:auto;
}



.head_flex .stepBar {
    margin-top: 62px;
    margin-bottom: 0;
}

/*@media only screen and (max-width: 768px) {
	.stepBar {
		display:none;
	}
}*/
ol.stepBar {
	width: 100%;
    max-width: 860px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
	position: relative;
}
ol.stepBar:before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	top: 54px;
	left: 0;
	background: rgb(232,214,213);
	background: rgba(232,214,213,1);
	display: block;
	z-index: 0;
}
.stepBar .step.current:before, .stepBar .step.done:before {
    content: "" !important;
    height: 2px;
    width: 50%;
    position: absolute;
    top: 54px;
    left: 0;
    background: #333533;
    display: block;
    z-index: -1;
}
.stepBar .step.done:before {
	width: 100%;
}
.stepBar .step {
	text-align: center;
	padding: 0 2rem;
	position: relative;
	z-index: 1;
	flex: 1;
	padding-top: 24px;
}
.stepBar .step:first-child:after, .stepBar .step:last-child:after {
    content: "" !important;
    width: 10px;
    height: 10px;
    display: block;
    background: rgb(232,214,213);
    background: rgba(232,214,213,1);
    position: absolute;
    top: 50px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.stepBar .step.done:after {
	background: #333533;
}
.stepBar .step:first-child:after {
    left: 0;
}
.stepBar .step:last-child:after {
    right: 0;
}
.stepBar .step.current:first-child:after {
	 background: #333533;
}
.icon-step {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: rgba(232,214,213,1);
	border: 1px solid rgba(232,214,213,1);
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	    background: #e2c0c7;
    background: -moz-linear-gradient(45deg, #e2c0c7 0%, #daafb7 33%, #d29ea7 66%, #ca8c98 100%);
    background: -webkit-linear-gradient(45deg, #e2c0c7 0%,#daafb7 33%,#d29ea7 66%,#ca8c98 100%);
    background: linear-gradient(45deg, #e2c0c7 0%,#daafb7 33%,#d29ea7 66%,#ca8c98 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c0c7', endColorstr='#ca8c98',GradientType=1 );
    background: linear-gradient(-45deg, #e2c0c7, #daafb7, #d29ea7, #ca8c98);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}

.icon-step i {
    font-size: 32px;
    color: inherit;
}

.step .st_tx {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.step.current .st_tx {
    color: #333533;
}
.step .st_tx:before {
    content: none;
}
.current .icon-step, .done .icon-step  {
    background: #333533;
    border-color: #333533;
    color: #FFF;
}
.stepBar .step:not(.current) {
    color: #f4f0f2;
}

.step:not(.current):not(.done) .title-step nobr, .step:not(.current):not(.done) .st_tx {
    color: rgba(232,214,213,1);
}
.step.current:last-child {
	
}
.done .icon-step i {
	opacity: .2;
}
span.check-box {
    display: inline-block;
    border: 1px solid #000;
    position: relative;
    width: 16px;
    height: 16px;
	margin-left: 8px;
}

.check-box input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    margin: 0;
    top: 0;
    left: 0;
}
/*@media only screen and (min-width: 600px) {*/
	.stepBar span:before {
		content: '\A';
		white-space: pre;
	}
/*}*/

@media only screen and (max-width: 599px) {
	.title_head + .stepBar {
		margin-top: 32px;
	}
	.stepBar .step {
		line-height: 16px;
		padding: 24px 12px 0;
	}
	header {
		padding: 0;
	}
	.head_flex {
		padding-left: 15px;
		padding-right: 15px;
	}
	.head_flex.thax_head {
    height: 180px;
    }
/*	.stepBar span {
		display: none;
	}*/
}
.stepBar .step:before, .stepBar .step:after {
	
}

main.contents {
    position: relative;
    z-index: 1;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 80px;
}

main.contents section {
    position: relative;
    z-index: 1;
	background: #FFF;
}
.form-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #FFF;
    z-index: 99;
	    -webkit-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.1);
}

.form-foot button.a__button {
    border: none;
    border-radius: 0px;
    width: 180px;
}

.form-foot .form_info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px 20px;
}

.form_info .form-shop-booked, .form_info .form-date-booked, .form-foot button.a__button{
    font-size: 1.15rem;
}
.form-date-booked {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    margin-bottom: 8px;
	letter-spacing: 2px;
}

.form-date-booked .ja {
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
	    font-size: 80%;
	    margin-right: 6px;
}
.form-foot button.a__button {
    border: none;
    border-radius: 0px;
    width: 180px;
    background: rgb(210,158,167);
    background: rgba(210,158,167,1);
    color: #FFF;
    font-weight: 400;
}
.form-foot button.a__button:hover, .form-foot button.a__button:focus, .form-foot button.a__button:active {
	background: rgb(203,116,143);
	background: rgba(203,116,143,1);
}
.form-date-booked:before, .form-shop-booked:before {
	color: rgb(203,116,143);
	color: rgba(203,116,143,1);
	display: inline-block;
	font: normal normal normal 32px/1 'lacoco';
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.5rem;
	margin-right: 10px;
}
.form-shop-booked:before {
    content: "\ea22"; 
}
.form-date-booked:before {
    content: "\ea1c"; 
}

.form_info .form-shop-booked, .form_info .form-date-booked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.form-shop-booked {
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",ãƒ¡ã‚¤ãƒªã‚ª,Meiryo,sans-serif;
}
@media only screen and (max-width: 857px) {
	header:after {
		width: 200%;
    bottom: 0;
    left: -100%;
	}
}
@media only screen and (max-width: 599px) {
    .org__global_header {
        padding: 18px 10px 12px;
        border-top: 6px solid #0e3f81;
        border-bottom: 1px solid #e5e5e5
    }
	.form-foot button.a__button {
		width: 120px;
		padding: 0 12px;
	}
	.form-foot .form_info {
		    padding: 12px 16px;
	}
	.stepBar .step:before, .stepBar .step:after {
		
	}
	
	.stepBar .step {
		
	}
}
.stepBar.step4 .step {
  
}
.stepBar.step5 .step {
  
}

.page_lead_text{
	padding:0 0 20px 0;
	line-height:1.5;
	font-size:14px;
}

.confirm_data {
}

.confirm_data table{
/*	border-top:1px dashed #999;
	border-bottom:1px dashed #999; */
	width:100%;
}

.confirm_data table th,.confirm_data table td{
	padding:12px 8px;
	text-align:left;
}

.confirm_data table tr:nth-child(odd){
	background-color:#fff;
}
.confirm_data table th{
	font-weight:normal;
}

@media only screen and (max-width: 599px) {
	.confirm_data table th,.confirm_data table td{
		display:block;
	}
	.confirm_data table td{
		text-align:right;
	}
	.confirm_data table th.installment{
		padding-left:8px;
	}
}

.confirm_data table tr.brd_t{
	border-top:1px dashed #666;
}

.confirm_data table tr.brd_b{
	border-bottom:1px dashed #666;
}
 

.org__apply h2 {
	border-bottom: 1px solid #ededed;
	position: relative;
	padding: 20px 5px 15px 65px;
	font-size: 24px;
	line-height: 60px;
	font-weight: 400;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",ãƒ¡ã‚¤ãƒªã‚ª,Meiryo,sans-serif;
	color: rgb(203,116,143);
	color: rgba(203,116,143,1);
}
.thax_wrap .org__apply h2 i {
	color: rgb(203,116,143);
	color: rgba(203,116,143,1);
	margin-right: 12px;
	font-size: 140%;
	vertical-align: middle;
}
.org__apply h2:after {
	
}
.org__apply h2 span.num {
    position: absolute;
    background: #000;
    color: #FFF;
    font-size: 32px;
    width: 64px;
    height: 64px;
    text-align: center;
    left: -15px;
    top: 50%;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-family: 'Cardo', serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    align-items: center;
}
.org__apply h2 span.num * {
	color: #FFF;
}
.org__apply h2 span.num .st_tx {
	font-size: 12px;
	line-height: 1;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.org__apply h2 span.num .ns {
    
	font-size: 32px;
	line-height: 1;
	font-family: 'Cardo', serif;
}
.m__pagetail_previous{
	margin:-24px 0 20px 0;
}

.m__pagetail_previous .a__button {
    position: relative;
    box-sizing: border-box;
    display: block;
    top: 0;
    padding: 10px 20px 10px 50px;
    border:none;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: bold;
    background-color: #aaa;
    color: #ffffff;
    cursor: pointer;
    transition: all, 0.3s;
}

.m__pagetail_previous .a__button:hover{
	opacity:0.7;
}


.m__pagetail_previous .a__button:before {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 50%;
    margin-top: -10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    display: inline-block;
    text-align: right;
    content: "\f137";
    font-size: 20px;
    color: #ffffff;
    text-align: center
}

.message{
	line-height:1.6;
	font-size:13px;
}

.attention{
	padding: 20px 40px;
	background-color: #ffecec;
	border: 5px solid;
	border-color: #ff9f9f;
	line-height:1.6;
	margin:30px auto;
}

.attention .tel{
	display:block;
	font-weight:bold;
	font-size:21px;
}

.attention .tel:before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: right;
	content: "\f098";
	font-size: 16px;
	margin-right:5px;
	color:#ff9f9f;
}
section.form-box {
    -webkit-box-shadow: 0 50px 90px -60px rgba(0,0,0,.3);
    box-shadow: 0 50px 90px -60px rgba(0,0,0,.3);
}
@media only screen and (max-width: 599px) {
	.message{
		font-size:15px;
	}
	.fs_20{
		font-size:16px;
	}
	.attention{
		padding: 20px 20px;
	}
	.attention dd{
		font-size:15px;
	}
}


.a__checkbox-important {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 16px 0 6px;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 5px solid #ff9f9f;
    background: #fff
}

.a__checkbox-important label {
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 8px;
    padding-left: 55px;
    -moz-transition: color, 0.3s;
    -o-transition: color, 0.3s;
    -webkit-transition: color, 0.3s;
    transition: color, 0.3s
}

.a__checkbox-important label:before {
    content: "";
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    top: 0;
    bottom:0;
    margin:auto 0;
    left: 10px;
    border: 2px dotted #ff9f9f;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s
}

.a__checkbox-important label:after {
    position: absolute;
    top: -15px;
    left: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    display: inline-block;
    text-align: right;
    content: "\f00c";
    font-size: 26px;
    color: #ff9f9f;
    opacity: 0;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s
}

.a__checkbox-important input[disabled]+label:before {
	background-color:#D1D1D1;
    border: 2px dotted #aaa;
}



.a__checkbox-important label:hover {
    color: #ff9f9f
}

.a__checkbox-important label:hover:before {
    border: 2px solid #ff9f9f;
    background-color: #ffecec
}

.a__checkbox-important input[type="checkbox"] {
/*    display: none*/
	opacity:0;
	position:absolute;
}

.a__checkbox-important input[type="checkbox"]:checked+label:before {
    border: 2px solid #ff9f9f
}

.a__checkbox-important input[type="checkbox"]:checked+label:after {
    top: -5px;
    left: 20px;
    opacity: 1
}

.a__checkbox-important.invalid {
    border-color: #D1D1D1;
}

.org__apply .a__checkbox-important {
    cursor: default
}

.org__apply .a__checkbox-important.a__required {
    position: relative;
    display: block;
    max-width: 640px;
    padding-right: 5px;
    padding-left: 5px;
    border-left-width: 50px
}

.org__apply .a__checkbox-important.a__required>label {
    cursor: pointer
}

.org__apply .a__checkbox-important.a__required>label:before {
    top: 50%;
    margin-top: -16px
}

.org__apply .a__checkbox-important input[type="checkbox"]:checked+label:after {
    top: 50%;
    margin-top: -13px
}

.org__apply .a__checkbox-important+.terms_title {
    margin-top: 45px
}

.social_login{
	display:table;
	width:100%;
	box-sizing: border-box;
}

@media only screen and (max-width: 599px) {
	.social_login > div{
		display:block;
		text-align:center;
	}

	.social_login > div:first-child{
		margin-bottom:50px;
	}
}

@media only screen and (min-width: 600px){
	.social_login > div{
		display:table-cell;
		text-align:center;
	}
}

.social_login > div a{
	display:block;
	width:90%;
	margin:16px;auto;
	padding:21px 5px;
	border:none;
	color:#000;
	transition: all 0.2s ease-out;
}

.social_login > div a.mail{
	border:1px solid #ff9f9f;
	background-color:#fff;
	position:relative;
	border-radius:3px;
}

.social_login > div a.mail:before{
	position:absolute;
	top:0;
	left:15px;
	height:30px;
	bottom:0;
	margin:auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 1;
	display: inline-block;
	content: "\f1fa";
	font-size: 30px;
	color: #ff9f9f;
}

.social_login > div a.facebook{
	border:1px solid #4267b2;
	background-color:#fff;
	background-image:url(../images/icon_fb.png);
	background-repeat:no-repeat;
	background-position:left 14px center;
	border-radius:3px;
}

.social_login > div a.line{
	border:1px solid #00b900;
	background-color:#fff;
	background-image:url(../images/icon_ln.png);
	background-repeat:no-repeat;
	background-position:left 14px center;
	border-radius:3px;
}

.social_login > div a.yahoo{
	border:1px solid #ff0033;
	background-color:#fff;
	background-image:url(../images/icon_yh.png);
	background-repeat:no-repeat;
	background-position:left 16px center;
	border-radius:3px;
}

.social_login > div a.facebook:hover{
	background-color:#d1daec;
}

.social_login > div a.line:hover{
	background-color:#c1eec1;
}

.social_login > div a.yahoo:hover{
	background-color:#ffd7df;
}

.social_login > div a.mail:hover{
	background-color:#ffe5e5;
}

/*
.a__fields.family,
.a__fields.income {
    box-sizing: border-box;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #D1D1D1;
}
*/

@media only screen and (max-width: 599px) {
    .a__fields.family>input,.a__fields.income>input {
        width: 145px;
        border: 2px solid #D1D1D1
    }
}

@media only screen and (min-width: 600px){
	.a__fields.family>input,.a__fields.income>input {
	    width: 130px;
	}
}

/*
.a__fields.family>input,
.a__fields.income>input {
    padding: 10px;
    text-align: center;
    border-radius: 0;
    line-height: 1.2;
    background-color: white;
    border: 0;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}

.a__fields.family>input:hover,
.a__fields.income>input:hover {
    -moz-box-shadow: #EAB700 0 0 6px inset;
    -webkit-box-shadow: #EAB700 0 0 6px inset;
    box-shadow: #EAB700 0 0 6px inset;
    background-color: #FDFFC9;
}
*/

@media only screen and (max-width: 599px) {
    .a__fields.sensor>input {
        width: 145px;
        border: 2px solid #D1D1D1
    }
}

@media only screen and (min-width: 600px){
	.a__fields.sensor>input {
	    width: 130px;
	}
}


.t_red{
	color:#ff0000;
}

.mailsend_alert{
	color:#ff0000;
	text-align:center;
	margin-bottom:30px;
	font-size:18px;
}

.mailsend_alert:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 1;
	display: inline-block;
	text-align: right;
	content: "\f071";
	font-size: 20px;
	color: #ff9f9f;
}

#page_confirm label,
#page_complete label{
	color:#999;
}

.fs_20{ font-size:20px;}


.validation_error,
.address_error{
	color:#f1666f;
	font-weight:bold;
	margin-top:8px;
}

.validation_error:before,
.address_error:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 1;
	display: inline-block;
	text-align: right;
	content: "\f35b";
	font-size: 20px;
	margin-right:4px;
}

select::-ms-expand {
    display: none;
}


#page_simulation .loading{
    content:'';
    display:block;
/*    width:100%;*/
    background:rgba(0,0,0,0) no-repeat center url("../images/preloader.gif");
    padding:100px;
}

.alert_area{
	line-height:1.6;
}
input[readonly],
input[readonly]+label,
select.readonly{
	color:#ccc !important;
}




#agree_service_area,
#agree_credit_area{
	box-sizing: border-box;
}


#agree_service_area h5,
#agree_credit_area h5 {
	font-size: 18px;
	text-align:center;
}

#agree_service_area p,
#agree_credit_area p{
	margin:5px 0 5px 0;
	line-height:1.8;
	color:#333533;
}

#agree_service_area .koumoku_header,
#agree_credit_area .koumoku_header {
	font-weight: bold;
	font-size: 1.1em;
	margin: 20px 0 0 0;
}

#agree_service_area .joubun ,
#agree_credit_area .joubun {
	display: flex;
	/* margin:15px 0 5px 0; */
	margin:5px 0 5px 15px;
}
#agree_service_area .joubun span:nth-child(1),
#agree_credit_area .joubun span:nth-child(1){
	white-space: nowrap;
	/* padding-right:10px; */
	padding-right:5px;
}

#agree_service_area .joubun span.short:nth-child(1),
#agree_credit_area .joubun span.short:nth-child(1){
	padding-right:0;
}

#agree_service_area .title,
#agree_credit_area .title {
	color:#cb748f;
	padding:15px 0 0 0;
	font-size:115%;
	font-weight:bold;
}

#agree_service_area table,
#agree_service_area td,
#agree_service_area th ,
#agree_credit_area table,
#agree_credit_area td,
#agree_credit_area th {
	border: 1px solid #595959;
	border-collapse: collapse;
}

#agree_service_area td,
#agree_credit_area td{
	padding: 10px 20px;
}

#agree_service_area dl,
#agree_credit_area dl {
	width: auto;
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	display: flex;
	font-size: 100%;
}
#agree_service_area dl dl,
#agree_credit_area dl dl{
	margin-left:0px;
}

#agree_service_area dl > dt,
#agree_credit_area dl > dt {
	margin-right: 10px;
	white-space: nowrap;
}

#agree_service_area dl > dd,
#agree_credit_area dl > dd {
	width: auto;
	margin-left: 0;
}
	
#agree_service_area div.kiyaku_table,
#agree_credit_area div.kiyaku_table{
	margin:15px 5px 15px 20px;
}

.step-head {
	text-align: center;
	color: #E92687;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 1.5rem;
}

@media only screen and (max-width: 599px) {
	.step-head {
		font-size: 1rem;
		margin-bottom: 2px;
	}
}

.calender {
	padding: 0;
	overflow-x: auto;
	    background: #f8f8f8;
}

.cal-row {
	overflow: hidden;
	padding: 0;
}

.cal-cell {
	float: left;
	margin-bottom: 1px;
	margin-right: 1px;
	width: calc((100% - 8px) / 8);
	height: 24px;
	text-align: center;
	padding: 5px 0;
	font-size: 0.7rem;
	background-color: #FFF;
	box-sizing: content-box;
	transition: all, 0.3s;
}

.cal-month>.cal-time {
	margin-bottom: 0;
	height: 0.7rem;
}
.cal-header>.cal-time {
	margin-top: 0;
	height: 0.7rem;
}

.cal-cell_null {
	height: calc(3.5rem + 2px);
}

.cal-cell_1 {
	width: calc((100% - 16px) / 8);
	height: 0.7rem;;
}

.cal-cell_6 {
	width: calc((100% - 16px) / 8 * 6 + (2px * (6 - 1)));
	height: 0.7rem;;
}
span.date, .cal-time > .cal-status {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: .95rem;
}
.cal-time > .cal-status {
	font-size: 1rem;
}
/*.cal-row .free {
	background-color: #FFF;
}*/
.cal-row .busy {
	background: #f8f8f8;
}
.cal-row .cal-cell{
	transition: all, 0.3s;
}
.cal-row .cal-cell:hover{
	background: rgb(250,230,234);
	background: rgba(250,230,234,1);
}
.cal-row .cal-cell.cal-time:hover,
.cal-header.cal-row .cal-cell{
	background: #fff;
}
.cal-row .cal-cell.busy:hover{
	background: #f8f8f8;
}
.cal-header .cal-cell {
	    height: 35px;
    padding: 4px 0;
	/*background-color: #FFF;*/
}
.cal-header .cal-cell.saturday,
.cal-header .cal-cell.saturday span{
	color:#428da2;
	/* background:#effbfe; */
}
.cal-header .cal-cell.sunday,
.cal-header .cal-cell.holiday,
.cal-header .cal-cell.sunday span,
.cal-header .cal-cell.holiday span{
	color:#a61b1b;
	/* background:#fff3f3; */
}
.cal-header:after {
    content: "";
    clear: both;
    display: block;
}
/*
.sunday {
	background-color: #ffecec;
}
.cal-header .sunday {
	color: #FF0000;
}
.saturday {
	background-color: #cceeff;
}
.cal-header .saturday {
	color: #0000ff;
}
*/
/*.cal-time {
	color: #666666;
	margin: 0;
}*/
.cal-time>.cal-status {
	margin: 0;
}

.cal-cell .sunday,
.cal-cell .holiday {
	color: #FF6666;
}
.cal-cell .saturday {
	color: #6666FF;
}


.cal-status {
	margin: 0;
	font-size: 1rem;
	line-height: 24px;
}

.cal-row .free .cal-status {
	
}
.cal-row .busy .cal-status {
}
.cal-status.albu, .cal-status.free {
	color: rgba(223,189,191,1);
}
.cal-status.albu {
    font-size: 2.6rem;
    line-height: 1rem;
	
}
.cal-status.busy {
	opacity: .3;
}
.cal-row .free .cal-status,
.cal-row .albu .cal-status{
	cursor:pointer;
}

/*.cal-nav {
	height: 2.1rem;
	padding: 0.7rem 0 0;
	background-color: #FFF;
}*/
.a__base.sectioning.form-cal {
    padding: 0;
}
.cal_nav {
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	-webkit-justify-content: space-between;
  justify-content: space-between;
}
.cal_nav {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.calender + .cal_nav {
    border-top: none;
}
.cal-nav div {
	width: calc(50% - 2px);
	padding: 0;
}
.cal_prev {
	text-align: left;
}

.cal_next {
	text-align: right;
}

.cal-button {
	margin: 0;
	padding: 0;
	height: 2rem;
	text-align: center;
	border: none;
	width: 5rem;
	font-weight: normal;
	background: #f8f8f8;
	transition: all, 0.3s;
}
button.cal-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	cursor:pointer;
}
.cal_prev button:before, .cal_next button:after {
	content: "\ea12";
	font: normal normal normal 1em/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: inline-block;
}

.cal_prev button {
}
.cal_prev button:before {
	padding-top: 0.5rem;
	-webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cal_next button {
}
.cal_next button:after {
	padding-top: 0.5rem;
	-webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.confirm-button {
	background: #333533;
	color: #FFF;
}

.cal-button:hover, .step3-back:hover, .confirm-button:hover {
    background: #333533;
	color: #FFF;
}
button.cal-button.disabled{
	background:#dddddd;
	color:#b7b7b7;
	cursor:text;
}
.cal-cell.selected {
    background: rgba(223,189,191,1);
}
.cal-cell.selected .cal-status {
    color: #FFF !important;
}
@media (min-width: 768px) {
	.cal-button {
		height: 3rem;
    width: 8rem;
    font-size: .95rem;
	}
}
.title_head h1 {
    font-size: 2rem;
    letter-spacing: 1px;
}
input[type="date"] {
	-webkit-appearance: none;
}
main.contents section.org__apply {
    margin-bottom: 0;
}
.m__form-button {
	text-align: center;
}
.step3-back {
	margin: 0 0 0 auto;
	padding: 0 12px;
	height: 3rem;
	text-align: center;
	color: #FFF;
	width: auto;
	/* border-radius: 18px; */
	/* border-top-right-radius: 0px; */
	/* border-bottom-right-radius: 0px; */
	font-weight: normal;
	background-color: #333533;
	transition: all, 0.3s;
	font-size: .85rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
}
.step3-back:before {
	    padding-right: 8px;
	content: "\ea0d";
	display: inline-block;
	font: normal normal normal 32px/1 'lacoco';
	font-size: 1.25rem;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.form-label-area:before {
	content: "\ea21";
	display: inline-block;
    font: normal normal normal 32px/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 1.5rem;
	margin-right: 0.3rem;
}

.form-label-shop:before {
	content: "\ea22";
    display: inline-block;
    font: normal normal normal 32px/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    margin-right: 0.3rem;
}
.form-label-date:before {
	content: "\ea1c";
    display: inline-block;
    font: normal normal normal 32px/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    margin-right: 0.3rem;
}
.form-label-time:before {
	content: "\ea23";
    display: inline-block;
    font: normal normal normal 32px/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    margin-right: 0.3rem;
}
.a__fields.name .inner input, textarea, .a__fields>input[type=text], .a__fields>input[type=tel], .a__fields>input[type=email], .a__fields>input[type=url] {
    border: 1px solid #ededed;
}
.a__fields.birth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}

.a__fields.birth > .a__select {
    flex: 1;
}

.a__fields.birth > .a__select > select {
    width: 100%;
}
.form-label {
}

.form-label {
	position: relative;
	width: 100%;
}

.form-label:before {
}


.form-shop-list {
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.form-shop-item {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    border-radius: 32px;
    background: #FFF;
    margin: 0 0 5px 0;
    padding: 12px 24px;
    font-size: 1rem;
	cursor:pointer;
	transition: all, 0.3s;
}

.form-shop-item:hover{
	background: rgb(250,230,234);
	background: rgba(250,230,234,1);
}

.form-shop-item {
	margin-left: 5px;
}
.form-shop-list .current {
	border-color: rgb(210,158,167);
	border-color: rgba(210,158,167,1);
	background: rgb(210,158,167);
	background: rgba(210,158,167,1);
	color: #FFF;
}
/*
.form-shop-item:after {
	position: absolute;
	top: 50%;
	margin-top: -0.6rem;
	padding: 0 0.4rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	color: inherit;
	font-size: 1.2rem;
}
.form-shop-list .current:after {
	color: #FFF;
}*/

.form-date-head {
	width: 100%;
	background-color: #E92687;
	color: #FFF;
	padding: 1rem 0;
	text-align: center;
}

.form-date-shop {
	margin-top: 0.3rem;
	font-size: 1.7rem;
	font-weight: bold;
}

.form-cal {
	padding-top: 0;
}

.form-cal .m__form-item {
}

/*.form-birthday select {
	width: calc(100% / 3);
}*/

.form-item-note, .form-item-note * {
	margin-top: 0.5rem;
	color: #F00;
	font-size: 0.75rem;
	line-height: 1rem;
}
.form-item-note span {
	font-weight: 600;
}
.form-item-note span {
	display: inline-block;
	font-size: 0.8rem;
	margin-bottom: 0.2rem;
}

.form-policy-input {
	margin-top: 0.5rem;
	text-align: center;
}
.org__apply h4 {
    font-size: .85rem;
    letter-spacing: 2px;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid;
}
.fs_inner {
    border: 1px solid #ededed;
}
.org__apply .fs_inner h4 {
	background: rgba(203,116,143,1);
	border-color: rgba(203,116,143,1);
	padding: 1rem;
	color: #FFF;
	font-size: 1.15rem;
	margin: 0;
}
.org__apply .fs_inner h4:before {
	content: "";
	margin-right: 5px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.confirm01.org__apply .fs_inner h4:before {
	    content: "\f274";
}
.confirm02.org__apply .fs_inner h4:before {
	content: "\f2bd";
}
.confirm-label > label {
    font-size: .85rem;
    margin-bottom: 12px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}

.confirm-label:not(:last-child) {
    margin-bottom: 24px;
}
.confirm-label > label:before {
    font-size: 140%;
}
.confirm-bookinfo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.confirm-bookinfo-block > .confirm-label {
    flex: 1;
    margin: 0;
    padding: 1.5rem 1rem;
}
.confirm-bookinfo-block > .confirm-label {
	border-bottom: 1px solid #ededed;
}
.confirm-bookinfo-block > .confirm-label:not(:last-child){
	border-right: 1px solid #ededed;
}
.confirm-book-info {
	border: 1px solid #E92687;
	margin-bottom: 0.7rem;
}

.confirm-book-shop {
}

.confirm-book-shop div {
}
.confirm-label > div {
	font-weight: 700;
}

.confirm-book-dt-data, .confirm_data, .confirm_data * {
    color: rgba(203,116,143,1);
    font-weight: 600;
}
.confirm-book-dt {
	color: #E92687;
	overflow:  auto;
}

.confirm-book-dt>div {
	float: left;
	margin-top: 0.5rem;
	text-align: center;
	height: 100%;
}

.confirm-book-date {
	width: 65%;
}
.confirm-book-time {
	width: 35%;
}

.confirm-book-dt-data {
	margin: 0.5rem 0;
	font-weight: bold;
	font-size: 1.1rem;
}
.confirm-book-date .confirm-book-dt-data {
	padding-left: 0.1rem;
}

.confirm-cust-info .m__form-item {
	padding-top: 0;
}

.confirm-cust-info .confirm_data {
}
.confirm-cust-info .m__form-item label {
    border-bottom: 1px solid #ededed;
    padding-bottom: 6px;
	font-size: .85rem;
}
.confirm-cust-info .m__form-item + .m__form-item {
    margin-top: 0;
}
.confirm01.org__apply {
    margin-bottom: 0;
}
.confirm02.org__apply .m__form-item label.label_required:after, .confirm02.org__apply label.required:after {
    content: none;
}
.confirm-book-dt-data {
	font-size: 1.2rem;
}
/*Validation*/
.a__select.validate-error {
    background: #f2e3e6;
    border-color: rgba(203,116,143,1);
}
.validate-error input {
    background: #f2e3e6 !important;
    border-color: rgba(203,116,143,1) !important;
}
span.erorr-msg {
    border: 1px solid rgba(203,116,143,1);
    background: rgba(203,116,143,1);
    color: #FFF;
    font-weight: 600;
    padding: 4px 12px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-top: 1em;
    font-size: 13px;
    line-height: 1;
    animation-name: floating;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
span.erorr-msg:before {
	content: "";
	border-style: solid;
	border-width: 0em .75em 1em 0.75em;
	border-color: transparent transparent rgba(203,116,143,1) transparent;
	bottom: 100%;
	content: "";
	position: absolute;
	margin-left: -0.25em;
	top: -0.5em;
	left: 50%;
	transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
	-webkit-transform: scale(.6) translate(-50%, -50%);
	transform: scale(.6) translate(-50%, -50%);
}
label + span.erorr-msg {margin-top: 0;margin-bottom: 1em;}
label + span.erorr-msg:before {
	border-color: rgba(203,116,143,1) transparent transparent transparent;
	border-width: 1em .75em 0em 0.75em;
	top: auto;
	bottom: -1.2em;
}
label.validate-error {
    color: rgba(203,116,143,1) !important;
    font-weight: 600;
}
label.validate-error small {
	color: rgba(203,116,143,1) !important;
}
@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}
/*Thank you*/
.thax_head .title_head {
    text-align: center;
	position: relative;
}

.thax_head h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 3rem;
    color: #FFF;
}

.thax_head h1 + h3.subt {
    font-size: 1.45rem;
    margin-top: 24px;
}
.heart-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -20%);
    z-index: -1;
}
#heart {
    position: relative;
    width: 100px;
    height: 90px;
    animation: heartbeat 1s infinite;
    margin:0 auto
}
#heart:before,
#heart:after {
    position: absolute;
    content: "";
    left: 50px;
    top: 0;
    width: 50px;
    height: 80px;
	background: rgb(203,116,143);
    background: rgba(203,116,143,1);
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
         -o-transform-origin: 0 100%;
            transform-origin: 0 100%;
}
#heart:after {
    left: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin :100% 100%;
}
.thx_notice ul {font-size: 13px;}
.thx_notice ul li {
    padding-left: 24px;
    position: relative;

}
.thx_notice ul li + li {
    margin-top: 12px;
}
.thx_notice ul li:before {
    content: "・";
    position: absolute;
    left: 0;
}

.thx_text_box a {
    color: rgba(203,116,143,1);
    border-bottom: 1px solid rgba(203,116,143,1);
    font-weight: 600;
}
.thx_text_box a:hover {
    opacity: .7;
}

.thx_text p {
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
}
.thx_text p+ p {
    margin-top: 15px;
}
.thx_text_box {
    max-width: 580px;
    margin: 0 auto;
}

.thx_text {
    margin-bottom: 24px;
}

.thx_notice {
    border: 1px solid rgba(203,116,143,1);
    padding: 2rem;
}
@media only screen and (max-width: 599px) {
	.thax_wrap .a__base {
    	padding: 20px 10px;
    }
    .thax_wrap .thx_text {
    	padding: 0 24px;
    }
    .thx_text p {
    	font-size: 14px;
    }
    .thx_text p br {
    	display: none;
    }
    .thx_notice {
    	padding: 2rem 1rem;
    }
    .thx_notice ul li {
    	padding-left: 12px;
    }
	.confirm-bookinfo-block {
		    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	}
	.confirm-bookinfo-block > .confirm-label {
		width: 100%;
	}
	.confirm-bookinfo-block > .confirm-label + .confirm-label {
		margin-top: 0;
	}
	.confirm-bookinfo-block > .confirm-label, .confirm02 .confirm-cust-info .m__form-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-align-items: center;
		align-items: center;
		padding: 1rem 12px;
	}
	.confirm-label > label {
		margin: 0;
		padding-right: 12px;
		-ms-flex-preferred-size: 110px;
		flex-basis: 110px;
		max-width: 110px;
	}
	.confirm-book-dt-data {
		margin: 0;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

@media only screen and (max-width: 768px) {
	_::-webkit-full-page-media, _:future, :root .cal-status.albu {
		font-size: 1.4rem;
    	line-height: 1rem;
		display:inline-block;
		padding-top:4px;
	}
}

.underage_alert{
	display: block;
	padding:15px 12px;
	font-size: 0.8rem;
	line-height: 1rem;
	border:4px solid #cb748f;
	border-radius:4px;
	margin:10px 0 0 0;
}

.underage_alert strong{
	display: block;
	color:#cb748f;
	font-size:1rem;
	padding-bottom:12px;
}

.underage_alert a{
	position: relative;
    display: inline-block;
	border:1px solid  rgb(210,158,167);
	background: rgb(210,158,167);
	background: rgba(210,158,167,1);
    border-radius: 32px;
    margin: 0 0 5px 0;
    padding: 8px 24px 8px 24px;
	transition: all, 0.3s;
	margin:10px 0 0 0;
	color:#fff;
	font-size: 1rem;
}

.underage_alert a:hover{
	opacity:0.5;
}

/* .underage_alert a:before {
	padding:0 8px 0 0;
	margin:0;
	content: "\ea0e";
	display: inline-block;
	font: normal normal normal 32px/1 'lacoco';
	font-size: 1rem;
	line-height:0;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	top:15px;
	left:18px;
} */

br.sp_only{
	display:none;
}

@media only screen and (max-width: 599px) {
	br.sp_only{
		display:inherit;
	}
}
