@charset "utf-8";

body {
	font-family: "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka,
		"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #f2f3f5;
	line-height: 1.5;
	text-align: justify;
}

.sp-item{display: block;}
.pc-item{display: none;}

@media screen and (min-width: 641px) {
	body {
		font-size: 18px;
		line-height: 1.7;
	}

.sp-item{display: none;}
.pc-item{display: block;}
}

/******************************
 lib
******************************/


h1 {
	margin-bottom: 1em;
}

h2 {
	color: #F30000;
	font-size: clamp(1.063rem, 0.551rem + 2.56vw, 1.75rem);
	font-weight: bold;
 line-height: 1.5;
	border-bottom: 2px solid #F30000;
 margin-bottom: 1.2em;
}

article {
	padding: 2em 0;
}

@media screen and (min-width: 641px) {
article {
	padding: 3em 0;
}
}

section + section {
	margin-top: 2em;
}
@media screen and (min-width: 641px) {
section + section {
	margin-top: 3.5em;
}
}

p {
	line-height: 1.7;
}

p + p {
	margin-top: 2em;
}

picture + p {
	padding-top: 1em;
}

img {
	max-width: 100%;
}

.ta-c {
	text-align: center;
}

.fs-s {
	font-size: 0.8em;
}

.fs-l {
	font-size: 1.2em;
}

.b {
	font-weight: bold;
}

.red {
	color: #F30000;
}

.hl {
	background: linear-gradient(transparent 60%, #FFFF00 60%);
}

.ul-red {
text-decoration: underline;
text-decoration-color: #F30000;
}

.mt15 {
	margin-top: 1.5em;
}
.mb15 {
	margin-bottom: 1.5em;
}

blockquote {
	position: relative;
	padding: 2em 1.5em 0.5em;
	box-sizing: border-box;
	background: #efefef;
	color: #333;
	font-size: 0.9em;
}
blockquote:before{
	display: inline-block;
	position: absolute;
	top: 13px;
	left: 15px;
	content: "\f10d";
	font-family: FontAwesome;
	color: #cfcfcf;
	font-size: 28px;
	line-height: 1;
	font-weight: 900;
}
blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}

blockquote cite {
	display: block;
	text-align: right;
	font-size: 0.8em;
}

blockquote + blockquote  {
	margin-top: 1.5em;
}

blockquote + p,
p + blockquote {
	margin-top: 2em;
}

.btn img:hover,
.btn-area a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/******************************
 contents
******************************/

.contents {
	width: min(100%, 750px);
	margin: 0 auto;
	background: #fff;
	border: 1px solid #CCCDCF;
	padding-bottom: 2.5em;
}


.wrap {
	width: min(94%, 680px);
	text-align: justify;
	margin: 0 auto;
}

.main {
	padding-top: 1.5em;
}
@media screen and (min-width: 641px) {
.main {
	padding-top: 2em;
}
}

.sec01 {
	margin-top: 1.5em;
}
@media screen and (min-width: 641px) {
.sec01 {
	margin-top: 2em;
}
}

.sec02 h3 {
	font-size: clamp(1.125rem, 0.846rem + 1.4vw, 1.5rem);
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin: 2em 0 1.2em;
}

.sec06 h3 {
	font-size: clamp(1.063rem, 0.551rem + 2.56vw, 1.75rem);
	font-weight: bold;
	text-align: center;
	margin-top: 1.5em;
}

.box-gray {
	background: #efefef;
	border: 1px solid #000;
	margin: 1.5em 0;

}
.box-yellow {
	background: #FFF9E3;
	margin: 1.5em 0;
}

.box-red {
	background: #FCEFEF;
	border: 1px solid #F30000;
	margin: 1.5em 0;
}

.box-inner {
	width: min(90%, 620px);
	margin: 0 auto;
	padding: 1em 0;
}

.box-voice {
	border: 1px solid #BABBBD;
	border-radius: 10px;
	padding: 1em 1.5em;
}
@media screen and (min-width: 641px) {
.box-voice {
	padding: 1em 2em;
}
}

.box-voice + .box-voice {
	margin-top: 1em;
}

.box-voice h3 {
	font-size: clamp(1rem, 0.442rem + 2.79vw, 1.75rem);
	font-weight: bold;
	margin-bottom: 0.5em;
}

@media screen and (min-width: 641px) {
.voice {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.voice-txt {
	width: 70%;
	margin-top: 0;
}

.voice-img {
	width: 25%;
}
}

.contents ul li {
	background: url(../images/check.png) no-repeat left 4px;
	padding-left: 2em;
	line-height: 2;
}

.contents .sec02 ul {
	padding: 1.5em;
}
.contents .sec02 ul li {
	background: none;
	padding: 0;
	/*font-weight: bold;*/
	line-height: 1.4;
}
.contents .sec02 ul li + li {
	margin-top: 1em;
}

.cta {
	text-align: center;
	margin-top: 1.5em;
}

.cta p + p {
	margin-top: 0.8em;
}

/******************************
 footer
******************************/

footer {
	background: #F30000;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	padding: 1.5em 0;
}

ul.footer-nav {
 max-width: 750px;
	margin: 0 auto;
	display: flex;
 flex-wrap: wrap;
 justify-content: center;
 padding-left: 0;
}

.footer-nav li {
	padding: 0.5em 2em;
}

.footer-nav li a:hover,
.footer-nav li a:focus {
color: #fff;
}

footer a {
	color: #fff;
	text-decoration: none;
}

/******************************
 terms,company
******************************/
.terms .main,
.company .main {
	width: 91%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2em;
	font-size: 14px;
}

.terms h1,
.company h1 {
	color: #F30000;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
}

.terms h2 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin-top: 1.5em;
	padding-bottom: 0.5em;
	border-bottom: none;
}

.company .table > :not(caption) > * > * {
    padding: 1.5rem 1rem;
}

.company th {
	background: #F7F7F7;
}

.link-none {
	pointer-events: none;
}

/******************************
 footer最下部固定
******************************/
html {
	height: 100%;
}
body {
	height: 100%;
}
footer {
	position: sticky;
	top: 100vh;
}
