@charset "UTF-8";
/*========================================
Reset
========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, mark {
background: none repeat scroll 0 0 transparent;
border: 0 none;
font-size: 100%;
font-style: normal;
font-weight: inherit;
margin: 0;
padding: 0;
vertical-align: baseline;
outline: none;
}

html {
line-height: 1;
}

code {
line-height: 1.2;
}

ol, ul, li {
list-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}

q, blockquote {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: none;
}

ins {
text-decoration: none;
}

del {
text-decoration: line-through;
}

q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}

picture {
line-height: 1;
}

img {
border: none;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
display: block;
}

h1, h2, h3, h4, h5, h6, p, div {
word-wrap: break-word;
}

button, input, textarea, select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0;
margin: 0;
border: none;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
background-color: transparent;
display: block;
outline: none;
}

::-moz-focus-inner {
border: 0px;
}

select::-ms-expand {
display: none;
}

*:focus {
outline: none;
}

/*========================================
Base
========================================*/
html {
width: 100%;
height: 100%;
font-size: 12px;
box-sizing: border-box;
scroll-behavior: smooth;
}

*, *:before, *:after {
box-sizing: border-box;
}

body {
width: 100%;
height: 100%;
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
font-size: 15px;
line-height: 1.8;
background: rgba(var(--bodybg));
color: rgba(var(--bodytxt));
-webkit-text-size-adjust: 100%;
letter-spacing: 0.1em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'palt';
}

body {
user-select: text !important;
-moz-user-select: text !important;
-webkit-user-select: text !important;
-ms-user-select: text !important;
}

input, button, textarea, select {
font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans','游ゴシック  Medium',  meiryo, sans-serif;
font-size: 15px;
color: inherit;
}

img {
vertical-align: top;
max-width: 100%;
width: auto;
height: auto;
-webkit-user-drag: none;
user-drag: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-user-drag: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-touch-callout: none;
-moz-user-select: none;
touch-callout: none;
user-select: none;
}

a {
text-decoration: none;
cursor: pointer;
color: rgba(var(--bodytxt));
transition-property: background-color, opacity;
transition-duration: 0.2s;
transition-timing-function: linear;
}
@media screen and (min-width: 960px) {
a:hover {
opacity: 0.75;
}
}

@media(min-width: 768px){
a[href^="tel:"]{
pointer-events: none;
text-decoration: none!important;
}
}

small {
font-size: 0.85rem;
}

sup,
sub {
font-size: .6em;
}

sup {
vertical-align: top;
}

sub {
vertical-align: bottom;
}	

b {
font-weight: bold;
}

/*========================================
Common
========================================*/
body {
display: flex;
flex-direction: column;
}

.color01 {
background: rgba(var(--subcolor));
color: rgba(var(--subtxt));
}

.color02 {
background: rgba(var(--maincolor));
color: rgba(var(--maintxt));
}

.header {
background: rgba(var(--subcolor));
color: rgba(var(--subtxt));
border-bottom: 2px solid rgba(var(--maincolor));
height: 60px;
padding: 10px 0.5em;
/*
text-align: center;
*/
position: relative;

display: flex;
align-items: center;
/*
justify-content: center;;
*/
}


.logo {
max-width: 50%;
order: 2;
}

.logo a {
height: 40px;
}

.tvlogo {
height: 14px;
order: 4;
position:absolute;
top:23px;
right:10px;
cursor:pointer;
}

.tvlogo a {
height: 14px;
}

.logo a, .tvlogo a {
display: flex;
align-items: center;
}

.logo img, .tvlogo img {
max-width: 100%;
max-height: 100%;
}

.header-ttl {
display: inline-block;
color: #fff;
line-height: 1;
text-shadow: #fff 0 0 14px;
}

.header-ttl h1 {
font-size: 1.7em;
font-weight: bold;
}


.header-back {
font-size: 0;
order: 1;
}

.header-back a {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
}

.header-back a:before {
content: '';
display: block;
width: 12px;
height: 12px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
transform: rotate(-135deg);
}


[class^="status"] {
font-size: 85%;
text-align: center;
line-height: 1;
padding: 0.5em;
margin-right: auto;
margin-left: 1em;
order: 3;
}

.status-ok {
background: #1F95D4;
color: #fff;
border: 1px solid;
}

.status-ng {
background: #dc2a2a;
border: 1px solid #fff;
}

main.main {
flex: 1;
}

main.main > section {
width: calc(100% - 30px);
max-width: 1100px;
margin: 0 auto 60px;
padding-top: 24px;
}

section h3 {
font-weight: bold;
margin-bottom: 40px;
}

.pagettl {
font-size: 140%;
font-weight: bold;
text-align: center;
margin: 1.5em 0;
}

.pageback {
width: calc(100% - 30px);
margin: 1em auto;
font-size: 90%;
text-align: left;
}

.pageback a {
display: inline-flex;
align-items: center;
color: inherit;
opacity: 0.5;
}

.pageback a:before {
content: '';
display: block;
width: 0.7em;
height: 0.7em;
border-top: solid 2px;
border-right: solid 2px;
transform: rotate(-135deg);
margin-right: 0.3em;
margin-bottom: 0.2em;
}

.contact-btn a {
display: block;
background: rgba(var(--maincolor));
color: rgba(var(--maintxt));
padding: 1em;
border-radius: 2em;
text-align: center;
margin-top: 1em;
}


.footer {
margin-top: auto;
padding: 40px 0;
background: rgba(var(--bodytxt));
color: rgba(var(--bodybg));
text-align: center;
}

.footer a {
color: inherit;
opacity: 0.75;
}

.foot-contact {
margin-bottom: 40px;
}

.footer-ttl {
display: inline-block;
font-weight: bold;
margin-bottom: 0.5em;
}




/*========================================
Toppage
========================================*/
#topslide {
margin: 1.3em 0;
}

#topslide.passive .swiper-wrapper {
justify-content: center;
}

#topslide li {
width: auto;
max-width: 85%;
height: 280px;
margin: 0 5px;
display: flex;
align-items: center;	
}

#topslide a,#topslide span {
display: flex;
align-items: center;
width: 100%;
height: 100%;
}

#topslide img {
max-width: 100%;
max-height: 100%;
}


@media screen and (min-width: 769px) {
#topslide li {
max-width: 33%;
height: 400px;
margin: 0 10px;
}
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2em;
  margin-top: 0.5em;
}

.swiper-pagination-bullet {
  cursor: pointer;
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #666;
	opacity: 0.5;
  margin: 0 0.2em;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}


#full_dialog {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 10000;
width: 100% !important;
height: 100% !important;
background-color: rgba(0, 0, 0, 0.5);
text-align: center;
align-items: center;
justify-content: center;
padding: 8%;
animation: dialog 0.3s linear 0s;
}

#full_dialog img {
animation: dialog 0.3s linear 0s;
}

@keyframes dialog {
from {
	opacity: 0;
}
to {
	opacity: 1;
}
}	


.store {
background: rgba(var(--maincolor));
color: rgba(var(--maintxt));
display: flex;
align-items: center;
padding: 0.5em 1em;
}

.store-name {
font-weight: bold;
margin-right: auto;
width: calc(100% - 11em);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

.store-btn {
margin-left: 5px;
}

.store-btn a {
font-size: 90%;
display: inline-block;
color: inherit;
border: 1px solid;
background: inherit;
line-height: 1;
border-radius: 1em;
padding: 0.3em 0.6em;

}

.menu {
background: rgba(var(--subcolor));
color: rgba(var(--subtxt));
border-bottom: 1px solid rgba(var(--maincolor));
}

.menu ul{
display: flex;
justify-content: center;
text-align: center;
}

.menu li {
flex: 1 auto;
position: relative;
}

.menu li+li:before {
content: "";
position: absolute;
left: 0;
top: 25%;
height: 50%;
border-left: 1px solid;
opacity: 0.4;
}

.menu a {
display: block;
color: inherit;
padding: 1em 0.5em;
}

.information {
width: calc(100% - 30px);
max-width: 800px;
text-align: center;
background: rgba(var(--maincolor),0.1);
padding: 1em 0.5em;
margin: 30px auto 0;
}

.sec-txt {
text-align: center;
margin-bottom: 2em;
}

.guide-btn {
position: fixed;
right: 10px;
bottom: 10px;
z-index: 99;
}

.guide-btn a {
display: inline-block;
background: rgba(var(--maincolor));
color: rgba(var(--maintxt));
font-weight: bold;
text-align: center;
width: 70px;
height: 70px;
font-size: 13px;
line-height: 70px;
padding-top: 1.1em;
border-radius: 50%;
position: relative;
box-shadow: 0 1px 8px rgba(0,0,0,0.3);
}

.guide-btn svg {
position: absolute;
top: 1em;
left: 50%;
width: 1.8em;
vertical-align: middle;
margin-left: -0.9em;
fill: currentColor;
}

.icon-beginner {
position: absolute;
top: 1em;
left: 50%;
display: inline-block;
width: 1.3em;
height: 1.4em;
vertical-align: middle;
margin-left: -0.7em;
}

.icon-beginner::before,
.icon-beginner::after {
position: absolute;
top: 0;
content: "";
display: block;
width: 50%;
height: 100%;
border: 2px solid #fff;
border-bottom-width: 2px;
box-sizing: border-box;
}
.icon-beginner::before {
left: 0;
transform: skewY(45deg);
border-radius: .3em 0 0 .1em;
border-right: none;
}
.icon-beginner::after {
right: 0;
background: #fff;
transform: skewY(-45deg);
border-radius: 0 .3em .1em 0;
border-left: none
}




.cont-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

/*
.cont-list li,
.cont-list li img,
.cont-name {
border-radius: 8px;
}
*/

.cont-list li {
width: calc(50% - 8px);
margin-bottom: 24px;
position: relative;
}

/*
.cont-name {
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
color: #fff;
padding: 1.5em 0.5em 0;
background: linear-gradient(rgba(16, 16, 15, 0), rgba(16, 16, 15, 0.7));
}
*/

.cont-name {
background: rgba(var(--bodytxt));
color: rgba(var(--bodybg));
padding: 0.6em 0.3em;
line-height: 1.2;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}

.cont-tag {
background: rgba(var(--maincolor));
color: #fff;
padding: 0.4em 0.5em;
line-height: 1.2;
position:absolute;
top: -1em;
left: 0;
}

@media screen and (max-width: 768px) {
.cont-tag {
font-size: 85%;
}

.cont-name {
font-size: 85%;
min-height: 3.6em;
}

}

@media screen and (min-width: 769px) {
.cont-list {
justify-content: flex-start;
}

.cont-list li {
width: calc(33.33% - 40px);
margin: 20px;
}

}



/*========================================
Info
========================================*/
.info {
max-width: 800px;
margin: 0 auto;
}

.info a {
text-decoration: underline;
}

.info-name {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
font-size: 180%;
font-weight: bold;
}

.info-name span {
display: inline-block;
width: 80px;
height: 2px;
margin-top: 10px;
}

.info-name:after {
content: "基本情報";
display: block;
font-size: 12px;
font-weight: normal;
text-align: center;
margin-top: 10px;
}

.info-wrap {
text-align: center;
}

.info-wrap dl {
margin: 0 auto;
text-align: left;
padding: 15px;
background: #fff;
border-radius: 10px;
margin-bottom: 40px;
}

.info-wrap dt {
font-weight: bold;
position: relative;
}

.info-wrap dd {
}

.info-main {
text-align: center;
}

@media screen and (max-width: 768px) {
.info-wrap dt,.info-wrap dd {
padding-left: 0.5em;
padding-right: 0.5em;
}

.info-wrap dt:first-child {
border-top: 1px solid rgba(var(--bodytxt),0.2);
}

.info-wrap dt {
padding-top: 10px;
}

.info-wrap dd {
min-height: 2.7em;
padding-bottom: 10px;
border-bottom: 1px solid rgba(var(--bodytxt),0.2);
}

}

@media screen and (min-width: 769px) {
.info-name {
margin: 40px auto 20px;
}

.info-wrap {
font-size: 115%;
}

.info-wrap dl {
max-width: 560px;
display: flex;
flex-wrap: wrap;
}

.info-wrap dt,.info-wrap dd {
min-height: 2.7em;
padding: 1em 0.5em;
border-bottom: 1px solid rgba(var(--bodytxt),0.2);
}

.info-wrap dt:first-of-type,
.info-wrap dd:first-of-type {
border-top: 1px solid rgba(var(--bodytxt),0.2);
}


.info-wrap dt {
width: 10em;
float: left;
clear: both;
position: relative;
}

.info-wrap dt:after {
content: "";
position: absolute;
height: 70%;
right: 0.5em;
top: 15%;
border-right: 1px solid #E3E3E3;
}

.info-wrap dd {
width: calc(100% - 10em);
}

}

/*========================================
Outer
========================================*/
.outer-message {
font-size: 110%;
font-weight: bold;
color: #DB0003;
border: 2px solid #DB0003;
background: rgb(219, 0, 3, 0.1);
padding: 0.5em;
text-align: center;
margin-bottom: 20px;
}

.outer-txt {
text-align: center;
}

.outer-sec {
max-width: 560px;
margin: 40px auto 60px;
border: 1px solid rgba(var(--bodytxt),0.2);
padding: 8px;
position: relative;
counter-reset: number 0;
}

.outer-ttl {
background: rgba(var(--bodytxt));
color: rgba(var(--maintxt));
text-align: center;
padding: 0.5em;
border-radius: 4px;
margin-bottom: 10px;
}

.outer-ttl h3 {
margin: 0;
}

.outer-ttl p {
font-size: 80%;
line-height: 1;
}


.outer-box {
margin-top: 20px;
padding-left: 10px;
padding-right: 10px;
}

.outer-box + .outer-box {
border-top: 1px solid rgba(var(--bodytxt),0.2);
padding-top: 20px;
}

.outer-box h4 {
border-radius: 2em;
font-weight: bold;
text-align: center;
margin-bottom: 10px;

/*
display: flex;
align-items: center;
*/
font-size: 110%;
position: relative;
}

/*
.outer-box h4:before {
width: 1.7em;
height: 1.7em;
background: rgba(var(--bodytxt));
color: rgba(var(--bodybg));
display: flex;
justify-content: center;
align-items: center;
margin-right: 0.5em;
border-radius: 2px;
counter-increment: number 1;
content: counter(number) " ";
}
*/

.outer-guide {
background: rgba(var(--bodytxt),0.5);
color: rgba(var(--bodybg));
line-height: 1;
display: flex;
justify-content: center;
align-items: center;
font-size: 13px;
width: 1.7em;
height: 1.7em;
border-radius: 1em;
margin-left: auto;

position: absolute;
right: 0;
top: -0.5em;
}

.outer-table {
padding: 10px 5px;
background: rgba(var(--bodytxt),0.08);
margin: 10px auto 0;
}

.outer-table br {
display: none;
}

.outer-table span {
display: block !important;
width: 100% !important;
text-align: center !important;
}

.outer-table span:nth-of-type(3) {
margin-top: 10px;
}

.outer-table span:nth-of-type(odd) {
font-size: 80%;
}

.outer-table span:nth-of-type(even) {
line-height: 1;
font-size: 110%;
font-weight: bold;
color: rgba(var(--maincolor));
}

.outer-btn {
display: block;
width: 100%;
max-width: 200px;
background: rgba(var(--maincolor));
color: rgba(var(--maintxt));
text-align: center;
border-radius: 2em;
padding: 0.3em;
margin: 10px auto 0;
cursor: pointer;
}

.outer-box input {
max-width: 200px;
font-size: 16px;
font-weight: bold;
text-align: center;
padding: 0.5em;
border-radius: 4px;
border: 2px solid rgba(var(--bodytxt));
margin: 10px auto 0;
}

.outer-box input::placeholder{
color: rgba(var(--bodytxt),0.25);
}

.outer-aside {
text-align: center;
}

.outer-error {
margin-top: 10px;
color: #DB0003;
text-align: center;
}


.outer-sec:first-of-type .outer-box._gps {
font-size: 120%;
}


.outer-sec:first-of-type .outer-box._gps h4 {
text-align: center;	
width: 100%;
}

.outer-sec:first-of-type .outer-box._gps h4:before {
font-size: 75%;
}

.outer-sec:first-of-type .outer-box._gps p {
flex: 1 1 auto;
text-align: center;
}

.outer-sec:first-of-type .outer-box._gps .outer-btn {
padding: 1em 0.3em;
font-weight: bold;
}




/*========================================
Guide
========================================*/
.guide {
text-align: center;
margin-bottom: 0;
}

.guide-tab {
display: flex;
margin: 20px auto;
}

@media screen and (max-width: 768px) {
.guide-tab {
justify-content: space-between;
}
}

@media screen and (min-width: 769px) {
.guide-tab {
justify-content: center;
}
}

.guide-tab a {
background: rgba(var(--maincolor));
color: rgba(var(--maintxt));
line-height: 1;
width: 47%;
margin: 0 1%;
border-radius: 1.5em;
max-width: 240px;
padding: 0.6em 0;
position: relative;
}

.guide-tab a:after {
content: "▼";
position: absolute;
right: 1em;
}


.guide-sec {
counter-reset: subnumber 0;
max-width: 600px;
padding: 30px 0;
margin: 0 auto;
}

.guide-box {
position: relative;
}

.guide-ttl {
background: rgba(var(--maincolor));
color: rgba(var(--maintxt));
padding: 0.3em;
font-size: 130%;
font-weight: bold;
margin-bottom: 0;
position: relative;
}

.guide-subttl {
background: rgba(var(--bodytxt));
color: rgba(var(--bodybg));
padding: 0.3em;
display: flex;
align-items: center;
justify-content: center;
}

.guide-subttl:before {
width: 1.5em;
height: 1.5em;
background: rgba(var(--bodybg));
color: rgba(var(--bodytxt));
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
margin-right: 0.5em;
border-radius: 2px;
counter-increment: subnumber 1;
content: counter(subnumber) " ";
}

.guide-list {
border: 1px solid rgba(var(--bodytxt),0.2);
border-top: 0;
padding: 30px 8px 40px;
counter-reset: item;
}

.guide-list li {
display: flex;
align-items: center;
position: relative;
}

.guide-list li:not(:last-child):after {
position: absolute;
top: calc(100% + 1.5em);
left: 50%;
border: solid transparent;
content: "";
border-top-color: rgba(var(--bodytxt),0.2);
border-width: 1em;
margin-left: -1em;
}

.guide-list li+li {
margin-top: 4em;
}

.guide-img {
text-align: center;
}

.guide-txt {
text-align: left;
}

.guide-txt dt {
font-weight: bold;
margin-bottom: 0.5em;
}

.guide-txt dt:before {
counter-increment: item;
content: counter(item)'.';
padding-right: .5em;
}

.guide-txt a {
text-decoration: underline;
}

.guide-aside {
display: block;
width: 100%;
position: absolute;
left: 0;
padding-top: 0.5em;
}


@media screen and (max-width: 768px) {
	.guide-img {
	width: 100px;
	margin-right: 10px;
	}
	
	.guide-txt {
	width: calc(100% - 110px);
	}
	
	.guide-txt dd{
	font-size: 85%;
	}

}

@media screen and (min-width: 769px) {
	.guide-list {
	padding: 40px 20px;
	}

	.guide-img {
	width: 160px;
	margin-right: 20px;
	}

	.guide-txt {
	width: calc(100% - 170px);
	}
}


.contact-btn {
max-width: 560px;
margin: 0 auto;
}


.faq {
counter-reset: number 0;
position: relative;
text-align: center;
}


.faq-cate > dt {
font-weight: bold;
background: #eee;
padding: 0.5em;
margin-bottom: 1.5em;

display: none;
}

.faq-cate > dt:before {
counter-increment: number 1;
content: counter(number) ".";
}

.faq-list {
display: inline-block;
margin: 0 auto;
text-align: left;
}

.faq-list > div {
margin-bottom: 40px;
}

.faq-list dt {
font-weight: bold;
padding-left: 1.7em;
text-indent: -1.7em;
margin-bottom: 1em;
}

.faq-list dt:before {
content: "Q.";
margin-right: 0.5em;
}

.faq-list dd {
padding-left: 1.7em;
text-indent: -1.7em;
}

.faq-list dd:before {
content: "A.";
margin-right: 0.5em;
}

.faq-list dd a {
text-decoration: underline;
}

.contact {
text-align: center;
margin-bottom: 60px;
}


/*================================================
Form
================================================*/
.form {
  max-width: 640px;
  margin: 0 auto;
}
.form-txt {
  margin: 0.5em 0;
}
.form a {
  text-decoration: underline;
}
.form-field + .form-field {
  margin-top: 40px;
}
.form label {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.form._confirm label {
font-weight: bold;
}
.form-required, .form-any {
  display: inline-block;
  padding: 0 0.5em;
  margin-left: auto;
  color: #fff;
  font-size: 80%;
	order: 2;
}
.form-required {
  background: #bb2727;
}
.form-any {
  background: #ccc;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 0.6em;
  border: solid 1px rgba(var(--bodytxt),0.2);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
}
.form textarea {
  height: 8em;
}
.form input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 16px;
}
.form input:-ms-input-placeholder {
  color: #aaa;
  font-size: 16px;
}
.form input::-moz-placeholder {
  color: #aaa;
  font-size: 16px;
}
.form input::-ms-input-placeholder {
  color: #aaa;
  font-size: 16px;
}
.form input::placeholder {
  color: #aaa;
  font-size: 16px;
}
.form input:focus,
.form textarea:focus {
  border: solid 1px rgba(var(--bodytxt),0.5);
}
.form input[type=checkbox] {
  display: none;
}
.form input[type=checkbox] + label {
  cursor: pointer;
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .form input[type=checkbox] + label {
    padding: 1em 0 1em 2em;
  }
}
.form input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: solid 1px rgba(var(--bodytxt),0.2);
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
}
.form input[type=checkbox]:checked + label:before {
  border: solid 1px rgba(var(--bodytxt),0.8);
  background: #555;
}
.form input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 0.35em;
  top: -3px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 6px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form input[type=radio] {
  display: none;
}
.form input[type=radio] + label {
  padding: 1em 0 1em 30px;
  min-height: 40px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .form input[type=radio] + label {
    padding-left: 40px;
  }
}
.form input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(var(--bodytxt),0.2);
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
  margin-right: 0.5em;
}
.form input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  background: rgba(var(--bodytxt),0.6);
  border-radius: 50%;
}
.form-confirm {
  margin: 40px 0;
}
.form-error {
  display: block;
	width: 100%;
  font-size: 90%;
  color: #D00003;
  padding: 0.5em;
}
.form-btnbox {
  margin-top: 40px;
}
@media screen and (min-width: 961px) {
  .form-btnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
		flex-wrap: wrap;
  }
  .form-btnbox > div, .form-btnbox > input, .form-btnbox > button {
    margin: 0 40px !important;
  }
  .form-btnbox > div:first-of-type, .form-btnbox > input:first-of-type, .form-btnbox > button:first-of-type {
    margin-left: 0 !important;
  }
  .form-btnbox > div:last-of-type, .form-btnbox > input:last-of-type, .form-btnbox > button:last-of-type {
    margin-right: 0 !important;
  }
}
.form-btn {
width: 80%;
min-width: 160px;
max-width: 320px;
margin: 40px auto 0;
text-align: center;
padding: 1em 2em;
border-radius: 2em;
background: rgba(var(--maincolor));
color: rgba(var(--maintxt));
cursor: pointer;
}
.form-btn:focus {
border: none !important;
}
@media screen and (min-width: 961px) {
  .form-btn {
    width: auto;
  }
}
.form-btn._back {
  background: #aaa;
}



.contact .form {
margin-top: 5em;
}



/*========================================
Error
========================================*/
.error {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}


/*========================================
loading
========================================*/
.c-loading {
  display: none;
}
.c-loading._active {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20vh;
}
.c-loading div,
.c-loading div:before,
.c-loading div:after {
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: rgba(217, 217, 217, 0.5);
  -webkit-animation-name: bounce_circleG;
          animation-name: bounce_circleG;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
.c-loading div:before,
.c-loading div:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.c-loading div:before {
  left: -1.5em;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.c-loading div {
  position: relative;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.c-loading div:after {
  left: 1.5em;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes bounce_circleG {
  50% {
    background-color: #474747;
  }
}

@keyframes bounce_circleG {
  50% {
    background-color: #474747;
  }
}



/*========================================
Error
========================================*/
.error {
max-width: 800px;
padding: 0 30px;
margin: 10vh auto;
}

.error-ttl {
display: block;
margin-bottom: 1em;
font-size: 120%;
font-weight: bold;
}

.error-txt {
margin-bottom: 10vh;
}


