/*=====================*/
/* .forSP{
	display: none;
}
.forPC{
	display: block;
}
@media screen and (max-width:767px){
	.forSP{
		display: block;
	}
	.forPC{
		display: none;
	}
} */
.homerc * {
	box-sizing: border-box;
}

.homerc sup {
	line-height: 1em;
}

/* .homerc figure{
	display: block;
	margin:0;
	padding:0;
} */
.homerc .w20 {
	width: 17%;
}

.homerc .w30 {
	width: 26%;
}

.homerc .w50 {
	width: 48%;
}

.homerc .w70 {
	width: 70%;
}

.homerc .w80 {
	width: 80%;
}

.homerc .note07 {
	font-size: 0.7em !important;
}

.homerc .note08 {
	font-size: 0.8em !important;
}

/* .homerc .note {
	font-size: 1em !important;
} */
.homerc .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.homerc a.bold {
	text-decoration: underline !important;
}

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

.blue {
	color: #0074c0;
}

/*---------------------------------- contents ----------------------------------*/
/* #contents {
	width: 100%;
	padding-bottom: 54px;
	margin: 0 auto;
	font-size:1.3em;
	line-height: 1.8em;
} */
.hd {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	background-color: #f9f9f9;
}

.hdTitleArea {
	padding: 60px 1.5em;
}

.hdTitleArea .title {
	display: inline-block;
	min-width: 480px;
	font-size: min(2.2em, 4.8vw);
	line-height: 1em;
	text-align: center;
	margin-bottom: 1.2em;
	padding: 0.5em 1.5em;
	font-feature-settings: "palt";

	position: relative;
	background: #fff;
	border: 3px solid;
}

.hdTitleArea .title .downloadsite {
	font-size: .7em;
	height: 1em;
	display: inline-block;
	position: relative;
	margin-top: .5em;
}

.hdTitleArea .title .downloadsite::before,
.hdTitleArea .title .downloadsite::after {
	content: '';
	display: block;
	width: 2em;
	height: 0;
	margin: 0;
	padding: 0;
	border-top: 2px solid;
	position: absolute;
	top: 50%;
}

.hdTitleArea .title .downloadsite::before {
	left: -2.5em;
}

.hdTitleArea .title .downloadsite::after {
	right: -2.5em;
}

@media screen and (max-width:767px) {
	.hdTitleArea .title {
		min-width: auto;
		line-height: 1.5;
	}

	.main-img {
		width: 100%;
	}

	.main-img img {
		width: 100%;
		height: auto;
	}
}

.arrow_box:after,
.arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: transparent;
	border-top-color: #fff;
	border-width: 16px;
	margin-left: -16px;
}

.arrow_box:before {
	border-color: transparent;
	border-top-color: #0074c0;
	border-width: 20px;
	margin-left: -20px;
}

.hdTitleArea .lead {
	font-size: min(1.2em, 3.5vw);
	color: #222;
	line-height: 2;
	margin-bottom: 2em;
}

@media screen and (max-width:767px) {
	.hdTitleArea .lead {
		text-align: left;
	}
}

.entrycontents .inner {
	padding: 5em 1.5em;
	max-width: 960px;
	margin: 0 auto;
}

.co .title {
	text-align: center;
	font-size: min(1.6em, 4vw);
	line-height: 1.5;
	margin-bottom: 1em;
}

.co img {
	width: 100%;
	height: auto;
}

.intro .title-wrp {
	position: relative;
}

.intro .note-wrp {
	max-width: 700px;
	margin: 0 auto;
	text-align: left;
}

.intro .note-wrp .dotnote li::before {
	content: '';
	width: .5em;
	height: .5em;
	background-color: #222;
	border-radius: 100%;
	transform: translateY(.6em);
}

.mtop-2 {
	margin-top: 2em !important;
}

.fukidashi {
	font-size: min(1em, 3.2vw);
	position: absolute;
	top: -100px;
	right: 0;
	width: 11em;
	height: 11em;
	background-color: #0074c0;
	color: #fff !important;
	font-weight: bold;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@media screen and (max-width:767px) {
	.fukidashi {
		top: -160px;
		right: -10px;
	}
}

.homerc figure.screen {
	padding: 2em 2em 0;
}

@media screen and (max-width:767px) {
	.homerc figure.screen {
		padding: 2em 0 0;
	}
}

.homerc .screen-wrp .caption {
	text-align: center;
	display: block;
	width: 100%;
	font-size: min(1.15em, 3.5vw);
	font-weight: bold;
	margin: 1em auto 2em;
}

.controle {
	border: 1px solid #0074c0;
	padding: 2em 4em;
	border-radius: 5px;
	margin: 3em auto 0;
}

@media screen and (max-width:767px) {
	.controle {
		padding: 2em;
	}
}

.controle .title {
	font-size: min(1.3em, 5vw);
}

.controle .flex {
	width: 100%;
}

.controle .img-wrp {
	width: 48%;
	margin-bottom: 1em;
}

@media screen and (max-width:767px) {
	.controle .img-wrp {
		width: 100%;
	}
}

.controle .thumb {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	background-color: #f9f9f9;
	/* border:1px solid #ccc; */
	margin-bottom: 1em;
	position: relative;
}

.controle .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.controle .txt-box {
	width: 100%;
	margin-top: 1em;
}

.controle-description {
	color: #222;
	font-size: min(1.15em, 3.5vw);
}

.terms-wrp {
	padding: 1.5em;
	background-color: #f9f9f9;
	text-align: center;
}

.terms {
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: .9em;
	padding: 1.5em;
	height: 400px;
	overflow-y: scroll;
	margin: 2em auto 1em;
}

.terms .inner {
	padding: 1em;
	text-align: left;
}

.terms h3 {
	display: block;
	margin: 1em 0;
}

#terms .terms-wrp {
	display: none;
}

#terms.on .terms-wrp {
	/* display: block; */
}

/* checkbox*/
.checkbox-wrp {
	width: 100%;
	margin-top: 2em;
	text-align: center;
}

.checkbox-wrp input[type="checkbox"] {
	display: none;
}

.checkbox-wrp label {
	display: block;
	width: 10em;
	cursor: pointer;
	font-size: min(1.5em, 4vw);
	margin: 2em auto 0;
}

.checkbox-wrp .checkbox {
	display: block;
	position: relative;
	padding-left: 1.75em;
}

.checkbox-wrp .checkbox::after {
	content: '';
	display: block;
	position: absolute;
	top: -0.1em;
	left: 0;
	width: 1.1em;
	height: 1.1em;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
}

.checkbox-wrp label:hover .checkbox::after {
	border-color: #9cb5bf;
	transition: 0.2s;
}

.checkbox-wrp .checkbox::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0.15em;
	left: 0.25em;
	width: 0.65em;
	height: 0.35em;
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transform: rotate(-45deg) scale(0, 0);
	transform-origin: center center;
	border: 2px solid #4297bc;
	border-top-style: none;
	border-right-style: none;
}

/* === check box on ========= */
.checkbox-wrp input[type="checkbox"]:checked+label {
	display: block;
}

.checkbox-wrp input[type="checkbox"]:checked+label .checkbox::after {
	border-color: #9cb5bf;
}

.checkbox-wrp input[type="checkbox"]:checked+label .checkbox::before {
	transform: rotate(-45deg) scale(1, 1);
}

.download {
	min-height: 5em;
}

.download .inner {
	display: none;
}

.download .title {
	width: 100%;
	font-size: min(2em, 5vw);
	text-align: center;
	margin-bottom: 1em;
}

.download-wrp {
	width: 49%;
	border: 1px solid #ccc;
	padding: 1em;
	border-radius: 4px;
	text-align: center;
}

.download-wrp.type {
	width: 100%;
	border: none;
	margin: 0 auto;
}

@media screen and (max-width:767px) {
	.download-wrp.type {
		width: 100%;
	}
}

.download-wrp .dltitle {
	font-size: min(1em, 3.5vw);
	margin-bottom: 1em;
}

.download-wrp .btn-wrp {
	gap: 2%;
}

.download-wrp .btn-wrp .btn {
	/* width:32%; */
	width: 32%;
	background-color: #0074c0;
	color: #fff;
	font-size: min(1.2em, 4vw);
	font-weight: bold;
	border-radius: 4px;
	padding: .5em 1em;
	text-align: center;
}

.download-wrp.type .btn-wrp .btn {
	display: block;
	padding: 1em 2em;
	width: 48%;
}

@media screen and (max-width:767px) {
	.download-wrp.type .btn-wrp .btn {
		min-width: 100%;
		margin-bottom: 1em;
	}
}

.download-wrp .btn-wrp .btn.w100 {
	width: 100%;
}

.download-wrp .btn-wrp .btn.hide {
	display: none;
}

.support .support-btn-wrp .inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 800px;
}

.support .support-btn-wrp .icon {
	display: block;
	width: 70px;
	margin: 0 auto;
}

.support .support-btn-wrp .title {
	display: block;
	width: 100%;
	margin: 1em 0;
}

.support-btn-wrp .btn {
	display: block;
	width: 32%;
	border: 2px solid #0074c0;
	color: #0074c0;
	padding: 2em 1em;
	border-radius: 4px;
	text-align: center;
}

.support-btn-wrp .btn.w2 {
	width: 49%;
}

.support-btn-wrp .btn.supportbtn.w2 {
	width: 48%;
	margin: 1% 1% 5%;
	font-size: min(1.5em, 5vw);
}

@media screen and (max-width:767px) {

	.support-btn-wrp .btn.w2,
	.support-btn-wrp .btn {
		width: 100%;
		padding: 1em;
		margin-bottom: 1em;
		text-align: center;
	}

	.support-btn-wrp .btn.supportbtn.w2 {
		width: 100%;
	}
}

.support-btn-wrp .btn .icon {
	display: inline-block;
	width: 20%;
	margin: 0 auto 1em;
}

@media screen {
	.support-btn-wrp .btn .icon {
		width: 10%;
		margin: 0;
		margin-right: .5em;
		vertical-align: middle;
	}
}

.contact-wrp .inner {
	text-align: center;
	border: 1px solid #ccc;
	padding: 3em;
	border-radius: 5px;
	max-width: 600px;
	background-color: #f9f9f9;
}

.contact-wrp .inner .title {
	margin-bottom: 1.5em;
}

.contact-wrp .inner .subtitle {
	margin-bottom: 1em;
	font-size: min(1.3em, 4vw);
}

.contact-wrp .inner .tel-wrp {
	font-size: min(1.3em, 5vw);
	font-weight: bold;
	padding: 1em 0;
}

.contact-wrp .inner .tel-wrp .sml {
	font-size: .75em;
	margin-top: .5em;
}

.contact-wrp .inner .tel {
	font-size: min(1.8em, 5vw);
}

.contact-wrp .inner .time {
	font-size: min(1.2em, 3.5vw);
	font-weight: normal;
}


.terms ol {
	list-style-type: decimal;
	margin-left: 1.5em;
}

.terms ul {
	list-style: none;
}

.terms ol li,
.terms ul li {}

/* app */
.download-wrp.apptype {
	/* width:70%; */
	margin: 2em auto;
	border: none;
}

@media screen and (max-width:767px) {
	.download-wrp.apptype {
		width: 100%;
	}
}

.appbtn-wrp {
	width: 45%;
	margin-bottom: 1em;
}

@media screen and (max-width:767px) {
	.appbtn-wrp {
		width: 100;
	}
}

.appbtn-wrp p {
	font-size: min(1.1em, 4vw);
	font-weight: bold;
}

.appbtn-wrp .qr {
	width: 60%;
	margin: 1em auto;
}

.guide-wrp {
	margin: 3em auto 2em;
	padding-bottom: 2em;
}

@media screen and (max-width:767px) {
	.guide-wrp {
		width: 100%;
	}
}

.guide {
	margin: 1em auto;
}

.guide .title {
	font-size: min(1.2em, 5vw);
}

.guide-icon {
	width: 100px;
	margin: 0 auto;
}

.guide-icon img {
	width: 100%;
}

.contact-wrp {
	padding: 1em;
}