@charset "UTF-8";

html,
body {
	height: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue",Arial,'Noto Sans JP', "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-feature-settings: "palt"1;
	-webkit-font-feature-settings: "palt"1;
	color: #303434;
	letter-spacing:0.08em;
	font-weight:300;
}

/* default */

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: break-all;
	font-size: inherit;
	width: 100%;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

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

abbr {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	*font-size: 100%;
}

legend {
	color: #000;
}

select,input,button,textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre,code,kbd,samp {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

.aligncenter {
	text-align: center;
}

figure {
	padding: 0;
	margin: 0;
}

img {
	vertical-align: bottom;
	line-height: 1;
	max-width: 100%;
	height: auto;
}

input[type="submit"],input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,input[type="button"]::focus {
	outline-offset: -2px;
}

a {
	text-decoration: none;
	color: #000;
	transition: all .25s ease;
}

a:hover {}

* {
	box-sizing: border-box;
}


/* common item ---------------------------------------*/

.clearfix::after,.inner::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	.foo {
		color: red
	}

	/* IE11 */
}

@media all and (-ms-high-contrast:none) {
	.foo {
		color: green
	}

	/* IE10〜Edge */
}


/* layout ---------------------------------------*/

.wrapper {
	padding: 35px 20px;
	min-height: calc(100% - 216px);
}

.inner {
	max-width: 800px;
	margin: 0 auto;
}

.section {
	margin-bottom: 50px;
}

.ov-h {
	overflow: hidden;
}

.overlay {
	display: none;
}



/* header ---------------------------------------*/

header {position: relative;}

.header-inner {
	height: 50px;
	margin: 0 auto;
	position: relative;
}

.header-logo {
	display: block;
	background-size: 100%;
	width: 90px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.header-menu {
	position: absolute;
	right: 0px;
	top: 17px;
}

.header-menu.is-member {top:10px;}

.header-menu-list {
	font-size: 0px;
	text-align: right;
}

.header-menu-list-item {
	font-size: 13px;
	display: inline-block;
	line-height: 1.0;
	margin: 0 10px;
}

.header-menu-list-item a {
	display: block;
	color: #6a7676;
	position:relative;
}

.header-menu-list-item .has-info{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #F79C20;
	border-radius:50%;
	position:absolute;
	right: 3px;
	top: 0px;

}



/* footer ---------------------------------------*/

footer {
	background: #15b7b7;
	padding: 30px 20px 20px;
	color: #fff;
}

.footer-inner {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom: 20px;
}

.footernav{width: calc(100% - 150px);}

.footernav-list{
}
.footernav-list > li{
	line-height: 1;
	margin-bottom: 15px;
	font-size:12px;
}
.footernav-list > li a{
	color: #fff;
}

.footer-logo{
	width: 150px;
}

.copyright {
	display: block;
	font-size: 10px;
}



/* bg ---------------------------------------*/

.bg-dot{
	background: url(../img/bg_dot.png) repeat left top;
	background-size: 33px;
}


/* grid ---------------------------------------*/

.l-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.l-col-1,
.l-col-2,
.l-col-2-4,
.l-col-3,
.l-col-4,
.l-col-5,
.l-col-6,
.l-col-7,
.l-col-8,
.l-col-9,
.l-col-10,
.l-col-11,
.l-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.l-col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.l-col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.l-col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.l-col-2-4 {
	flex: 0 0 20%;
	max-width: 20%;
}

.l-col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.l-col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.l-col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.l-col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.l-col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.l-col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.l-col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.l-col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.l-col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.l-col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}


/* margin ---------------------------------------*/

.mt-0 {
	margin-top: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-75 {
	margin-top: 75px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-85 {
	margin-top: 85px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mt-95 {
	margin-top: 95px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-75 {
	margin-bottom: 75px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-85 {
	margin-bottom: 85px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-95 {
	margin-bottom: 95px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mb-110 {
	margin-bottom: 110px !important;
}

.mb-120 {
	margin-bottom: 120px !important;
}

.mb-130 {
	margin-bottom: 130px !important;
}

.mb-140 {
	margin-bottom: 140px !important;
}


/* width ---------------------------------------*/

.wid-10per {
	width: 10% !important;
}

.wid-15per {
	width: 15% !important;
}

.wid-20per {
	width: 20% !important;
}

.wid-25per {
	width: 25% !important;
}

.wid-30per {
	width: 30% !important;
}

.wid-40per {
	width: 40% !important;
}

.wid-50per {
	width: 50% !important;
}

.wid-60per {
	width: 60% !important;
}

.wid-70per {
	width: 70% !important;
}

.wid-80per {
	width: 80% !important;
}

.wid-100per {
	width: 100% !important;
}

.wid-300 {
	width: 300px !important;
}


/* title ---------------------------------------*/

.title-page {
	font-weight: 600;
	font-size: 23px;
	line-height: 1.7;
	text-align:center;
}

.title-section {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.5;
}

.title-block {
	font-weight: 600;
	font-size: 1.0rem;
	line-height: 1.5;
}

.title-paragraph {
	font-weight: 600;
	font-size: .6rem;
	line-height: 1.5;
}

.title-small {
	font-weight: 600;
	font-size: .7rem;
	line-height: 1.5;
}

.title-complete{
	font-weight: 600;
	font-size: 27px;
	line-height: 1.7;
	text-align:center;
}

.title-line{
	overflow: hidden;
	text-align:center;
}

.title-line span{
	display: inline-block;
	position:relative;
	color: #6A7676;
	font-size:13px;
}

.title-line span::before,
.title-line span::after{
	display:block;
	content:'';
	background:#6A7676;
	background-size:100%;
	width:300px;
	height:1px;
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
}

.title-line span::before{
	left: -330px;
}
.title-line span::after{
	right: -330px;
}

/* text ---------------------------------------*/

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.text-lead{
	font-size:16px;
	color: #6A7676;
	line-height: 1.7;
}

.text-bold {
	font-weight: 600;
}

.text-red {
	color: #aa0000 !important;
}


.text-ellipsis-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-ellipsis-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-ellipsis-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

@media all and (-ms-high-contrast:none) {
	.text-ellipsis-2 {
		height: 3.2em;
	}

	/* IE10〜Edge */
	.text-ellipsis-3 {
		height: 4.7em;
	}

	/* IE10〜Edge */
}

.text-ellipsis-count::after {
	content: '…';
}

.text-link {
	text-decoration: underline;
	font-size:13px;
}

.text-link:hover {
	text-decoration: none;
}


/* -------------------- pankuzu --------------------- */

.pankuzu {
	border-bottom: 1px solid #ddd;
}

.pankuzu-list {}

.pankuzu-list>li {
	display: inline-block;
	font-size: 13px;
}

.pankuzu-list>li a,
.pankuzu-list>li span {
	display: block;
	padding: 0px 30px 0px 10px;
	line-height: 40px;
	position: relative;
}

.pankuzu-list>li a {
	text-decoration: none;
}

.pankuzu-list>li a::after {
	display: block;
	content: '';
	width: 25px;
	height: 25px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	transform: rotate(45deg) translate(0, -50%);
	position: absolute;
	right: 10px;
	top: 45%;
}

.pankuzu-list>li span {}


/* list ---------------------------------------*/

.list {}

.list li {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.73;
	position: relative;
	padding-left: 15px;
	letter-spacing: 0.1em;
}

.list li:last-child {
	margin-bottom: 0;
}

.list li::before {
	display: block;
	content: '';
	background: #2A619B;
	background-size: 100%;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 11px;
}

ul.list-simple li {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.73;
	position: relative;
	padding-left: 10px;
}

ul.list-simple li::before {
	display: block;
	content: '';
	background: #222;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 13px;
}

ol.list-simple {
	padding-left: 15px;
}

ol.list-simple li {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.73;
	position: relative;
	list-style-type: decimal;
}

ol.list-simple li::before {}

.table-blue .list-simple li {
	margin-bottom: 5px;
}

.noticelist li {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 12px;
	line-height: 1.8;
}


/* btn ---------------------------------------*/

.btn {
	display: inline-block;
	min-width: 320px;
	padding: 0px 30px;
	border-radius:50px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	border: 2px solid #F79C20;
	background-color: #FFF9F0;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #F79C20;
	font-weight: 600;
	cursor: pointer;
	position:relative;
	font-size:16px;
	box-shadow:0px 2px 5px rgba(0,0,0,0.3);
	height: 56px;
}

.btn span{
	position:absolute;
	left:0%;
	top:50%;
	transform:translate(0%,-50%);
	width: 100%;
}

.btn small{
	display: block;
	font-size:12px;
	font-weight:300;
	margin-bottom: 4px;
}

.btn::after{
	display:block;
	content:'';
	background:url('../img/btn_icon.svg') no-repeat left top;
	background-size:100%;
	width:22px;
	height:22px;
	position:absolute;
	right:20px;
	top:50%;
	transform:translate(0,-50%);
}

.btn:hover {
}

.btn-facebookid{
	display: inline-block;
	min-width: 320px;
	padding: 0px 30px;
	border-radius:50px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	border: 2px solid #1877F2;
	background-color: #1877F2;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	position:relative;
	font-size:15px;
	height: 56px;
}

.btn-facebookid span{
	position:absolute;
	left:0%;
	top:50%;
	transform:translate(0%,-50%);
	width: 100%;
}

.btn-facebookid img{
	position:absolute;
	left: 15px;
	top: 8px;
}

.btn-googleid{
	display: inline-block;
	min-width: 320px;
	padding: 0px 30px;
	border-radius:50px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	border: 2px solid #B3BEBE;
	background-color: #fff;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #303434;
	font-weight: 600;
	cursor: pointer;
	position:relative;
	font-size:15px;
	height: 56px;
}

.btn-googleid span{
	position:absolute;
	left:0%;
	top:50%;
	transform:translate(0%,-50%);
	width: 100%;
}

.btn-googleid img{
	position:absolute;
	left: 15px;
	top: 8px;
}


/* -------------------- table --------------------- */

.table-horizontal {
	font-size: 14px
}

.table-horizontal thead th,
.table-horizontal thead td {
	background: #767676;
	color: #fff;
	line-height: 1.94;
	padding: 3px 4px;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	text-align: center;
	white-space: nowrap;
}

.table-horizontal tbody th,
.table-horizontal tbody td {
	line-height: 1.75;
	padding: 6px 8px;
	background: #fff;
	border: 1px solid #dbdbdb;
}

.table-horizontal tbody th {
	text-align: center;
}

.table-horizontal tbody td.td-grouptitle {
	font-weight: 600;
	text-align: center;
	background: #DCE3E8;
	color: #484848;
}

.table-horizontal.is-zebra tbody tr:nth-child(2n) th,
.table-horizontal.is-zebra tbody tr:nth-child(2n) td {
	background: #F4F4F4;
}

.table-vertical {
	border-top: 1px solid #DBDBDB;
}

.table-vertical th {
	text-align: left;
	padding: 16px;
	background: #F4F4F4;
	vertical-align: top;
	font-weight: 600;
	border-bottom: 1px solid #DBDBDB;
	color: #333;
	line-height: 1.6;
	text-align: left;
	min-width: 145px;
	vertical-align: middle;
}

.table-vertical td {
	text-align: left;
	padding: 16px 16px;
	vertical-align: top;
	border-bottom: 1px solid #DBDBDB;
	line-height: 1.6;
	color: #484848;
}

.table-horizontal td a,
.table-vertical td a {
	color: #0078C6;
}

.table-horizontal td a:hover,
.table-vertical td a:hover {
	text-decoration: underline;
}

.table-vertical td small {
	line-height: 1.3;
	display: inline-block;
	font-size: 12px;
}


/* modal ---------------------------------------*/

.modal-wrapper {
	display: none;
}

.modal {
	background: #fff;
	border-radius:15px;
}

.modal-inner {
	width: 100%;
	padding: 30px;
}

.modal .title-page{text-align: left;}

.modal-inner-manual {
	text-align: center;
}

.modal-inner-manual iframe {
	width: 600px;
	height: 500px
}

.modal-inner-close {
	position: absolute;
	right: 10px;
	top: 10px;
}


/* form ---------------------------------------*/

.form-content{margin-bottom: 15px;}

.form-content-name{
	font-size:12px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.form-notice{
	font-size:13px;
	color: #6A7676;
	line-height: 1.8;
	margin-bottom: 5px;
}

.form-notice a{
	color: inherit;
	text-decoration:underline;
}

.form-text {
	padding: 18px 18px;
	border: 2px solid #B3BEBE;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: none;
	border-radius: 8px;
	font-size:15px;
}

.form-text:focus-within{
	border: 2px solid #15b7b7;
	box-shadow:0px 3px 5px rgba(0,0,0,0.2);
}

.form-select {
	width: 100%;
	padding: 8px 10px;
	font-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: url('../img/icon_select.png') 97% 50% no-repeat;
	background-size: 8px 36px;
	border-radius: 0;
	outline: none;
}

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

.form-radio {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	font-size: 14px;
	position: relative;
}

.form-radio label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 25px;
	position: relative;
	vertical-align: top;
}

.form-radio input[type="radio"] {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}

.form-radio label::before {
	display: block;
	content: '';
	border: 1px solid #aaa;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.form-radio input:checked+label::after {
	display: block;
	content: '';
	background: #2A619B;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translate(0, -50%);
}

.form-radio input:disabled+label {
	opacity: 0.7;
}

.form-checkbox {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	font-size: 14px;
	position: relative;
}

.form-checkbox label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 30px;
	position: relative;
	vertical-align: top;
}

.form-checkbox input[type="checkbox"] {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}

.form-checkbox label::before {
	display: block;
	content: '';
	border: 1px solid #aaa;
	border-radius: 2px;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.form-checkbox input:checked+label::after {
	display: block;
	content: '';
	background: #2A619B;
	border-radius: 1px;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translate(0, -50%);
}

.form-checkbox input:disabled+label {
	opacity: 0.7;
}

.form-textarea {
	padding: 13px 5px;
	border: 1px solid #999;
	width: 100%;
	box-sizing: border-box;
	height: 80px;
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}

::placeholder {color: #B3BEBE;}

.toggle-switch {
	position: relative;
	width: 60px;
	height: 30px;
	margin: auto;
	display: inline-block;
}

.toggle-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}

.toggle-switch label {
	width: 60px;
	height: 30px;
	background: #ccc;
	position: relative;
	display: inline-block;
	border-radius: 30px;
	transition: 0.1s;
	box-sizing: border-box;
}

.toggle-switch label::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: 0.1s;
}

.toggle-input:checked+label {
	background-color: #4BD865;
}

.toggle-input:checked+label::after {
	left: 30px;
}

.form-submit{
	text-align:center;
	padding-top: 10px;
}

.must {
	color: #aa0000;
}


/* confirm ---------------------------------------*/



/* complete ---------------------------------------*/

.complete-section{padding: 80px 0 0;}


/* accordion ---------------------------------------*/

.accordion {}

.accordion-title {
	position: relative;
	display: inline-block;
	padding-right: 50px;
	cursor: pointer;
}

.accordion-title:hover {
	color: #2A619B;
	text-decoration: underline;
}

.accordion-title::after {
	display: block;
	content: '';
	border-bottom: 3px solid #2A619B;
	border-right: 3px solid #2A619B;
	width: 10px;
	height: 10px;
	margin-top: -17px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: rotate(45deg);
	transition: all .25s ease;
}

.accordion-title.is-open::after {
	transform: rotate(225deg);
}

.accordion-body {
	display: none;
}


/* tab ---------------------------------------*/

.tab {}


/* pcのみ */
@media screen and (min-width: 769px) {}





/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px) {}