@charset "utf-8";
/* 
CSS Information
 File name:      style.css
 Author:         Administrator
 Style Info:     /index.php
----------------------------------------------------- */
/* 
***********************************/
#wrapper {
	background-color: #1656f7;
	color: #707070;
}
h3,
h2 {
	font-size: 100%;
}
#content section {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}
#content .ttl-line {
	position: relative;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
#content .ttl-line::before,
#content .ttl-line::after {
	content: "";
	display: block;
	width: 130px;
	height: 2px;
	background-color: #b8b8b8;
	position: absolute;
	top: 50%;
	left: 0;
}
#content .ttl-line::after {
	left: auto;
	right: 0;
}

.pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 80px;
	bottom: 20px;
	background-color: #8797a5;
	border-radius: 50%;
	overflow: hidden;
}
.pagetop a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.pagetop a::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
	position: absolute;
	top: 40%;
	left: 35%;
	rotate: 135deg;
}
.btn-fpack {
	width: 200px;
	position: fixed;
	right: 10px;
	bottom: 100px;
}
.img-sp {display: none;}


/* topimg
***********************************/
header .box {
	height: 0;
	margin: 0 auto;
	padding-top: calc(790 / 1920 * 100%);
	background: url(/images/i18n/main_bg.png) center top no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
}
header .box .txt {
	position: absolute;
	/*top: 15%;*/
	top: 11%;
	left: 15%;
}
header .box .txt .s-1 {
	font-size: 1.5vw;
	letter-spacing: 2px;
	font-weight: normal;
}
header .box .txt .s-2 {
	letter-spacing: 1px;
}
header .box .txt h2 {
	padding: 15px 0;
	font-size: 2.3vw;
	letter-spacing: 3px;
}
header .box .price {
	padding: 20px 0;
	font-size: 2.7vw;
	font-weight: bold;
}
header .box .price span {
	padding: 0 5px;
	font-size: 4vw;
}
header .box .btnbox {
	position: absolute;
	top: 65%;
	left: 15%;
}
header .box .btnbox a {
	display: inline-block;
	width: 220px;
	margin-right: 20px;
	padding: 10px 0px;
	color: #fff;
	font-size: 116%;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	background-color: #f83dad;
	border: 2px solid #fb90d0;
}



/* sec01
***********************************/
#sec01 .pink {
	padding: 50px 0 80px;
	background-color: #f83dad;
	color: #fff;
	text-align: center;
}
#sec01 .pink h3 {
	margin-bottom: 20px;
	font-size: 24px;
	letter-spacing: 2px;
}
#sec01 .pink p {
	width: 69%;
	margin: 0 auto;
	font-size: 21px;
	text-align: left;
	line-height: 2;
}
#sec01 .white {
	padding: 100px 0 80px;
	background-color: #fff;
}
#sec01 .white .box {
	width: 85%;
	margin: 0 auto 100px;
}
#sec01 .white .box h3 {
	margin-bottom: 80px;
	color: #4841f5;
	font-size: 35px;
	letter-spacing: 2px;
	text-align: center;
}
#sec01 .white .box:nth-of-type(1) p {
	width: 88%;
	margin: 0 auto;
	font-size: 23px;
	letter-spacing: 2px;
}
#sec01 .white .box:nth-of-type(1) p span {font-weight: bold;}
#sec01 .white .box .flex {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
#sec01 .white .box .flex figure {
	width: 40%;
}
#sec01 .white .box .flex .right {
	width: 60%;
}
#sec01 .white .box .flex .right .txt {padding-left: 50px;}
#sec01 .white .box .flex .right .txt .ttl {
	margin-bottom: 25px;
	color: #707070;
	font-weight: bold;
	font-size: 25px;
	position: relative;
}
#sec01 .white .box .flex .right .txt .ttl::before {
    content: "";
    display: block;
    width: 47px;
    height: 40px;
    position: absolute;
    left: -50px;
    background: url(./images/icon_check.png) center top no-repeat;
}
#sec01 .white .box .flex .right .txt div {
	margin-bottom: 50px;
	font-size: 20px;
}
#sec01 .white .box .flex .right .listbox ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: space-between;
	list-style: none;
}
#sec01 .white .box .flex .right .listbox ul li {
	width: calc(100% / 3 - 15px);
	margin-bottom: 15px;
	padding: 15px 0;
	text-align: center;
	border: 1px solid #707070;
	color: #707070;
}
#sec01 .white .box .flex.flex2 {
	gap: 30px;
}
#sec01 .white .box .flex.flex2 figure {
	width: 55%;
	padding: 10px;
	background-color: #e8eef2;
	box-shadow: 3px 3px 13px rgba(0,0,0,0.1);
}
#sec01 .white .box .flex.flex2 .txt {
	width: 45%;
}
#sec01 .white .box .flex.flex2 .txt .ttl {
	margin-bottom: 25px;
	font-size: 25px;
	font-weight: bold;
}
#sec01 .white .box .flex.flex2 .txt div {font-size: 20px;}


/* system
***********************************/
#system {
	padding: 75px 0;
	background-color: #f3f3f3;
	color: #707070;
	text-align: center;
}
#system h3 {
	margin-bottom: 80px;
	color: #4841f5;
	font-size: 35px;
	letter-spacing: 2px;
	text-align: center;
}
#system .box p {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 3px;
}
#system .box .ttl-line {
	width: 620px;
	margin: 50px auto;
}
#system .box .price {
	font-size: 60px;
	font-weight: bold;
}
#system .box .price .yen {
	position: relative;
	display: inline-block;
	width: auto;
	margin-left: 5px;
	font-size: 35px;
}
#system .box .price .yen .zei {
	position: absolute;
	top: -8px;
	left: 2px;
	font-size: 15px;
	font-weight: normal;
}
#system ul {
	position: relative;
	left: 30px;
	width: 370px;
	margin: 0 auto 50px;
	padding: 0 0 0 30px;
	list-style: none;
	text-align: left;
	font-size: 21px;
}
#system ul li {
	position: relative;
	margin-bottom: 15px;
}
#system ul li::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(./images/icon_check2.png) center top no-repeat;
	background-size: auto 100%;
	position: absolute;
	left: -35px;
}

/* contact
***********************************/
#contact {
	padding: 115px 0 300px;
	background-color: #fff;
}
#contact h3 {
	margin-bottom: 80px;
	color: #4841f5;
	font-size: 35px;
	letter-spacing: 2px;
	text-align: center;
}
#contact .txt {
	width: 60%;
	margin: 0 auto 30px;
}
#contact .formbox {
	width: 60%;
	margin: 0 auto;
}
#contact dl dt {
	margin-bottom: 10px;
	font-size: 18px;
}
#contact dl dd {margin-bottom: 40px;}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"],
textarea {
	width: 100%;
	padding: 10px 5px;
	border: 1px solid #707070;
}
#contact label {
	display: inline-block;
	min-width: 150px;
	margin-right: 25px;
	padding-left: 35px;
	position: relative;
	line-height: 30px;
}
#contact label::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #b3cfe6;
	position: absolute;
	left: 0;
}
#contact label input:checked::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 50%;
	background-color: #8797a5;
}
#contact ul.err_msg {color: #f83dad;}
#contact textarea {margin-top: 15px;}
#content .btn-send {text-align: center;}
#content .btn-send input[type="submit"] {
	display: inline-block;
	width: 220px;
	padding: 10px 0px;
	color: #fff;
	font-size: 116%;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	background-color: #f83dad;
	border: 2px solid #fb90d0;
	cursor: pointer;
}
.grecaptcha-badge {
	visibility: hidden;
}
.recaptcha_policy {
	margin-top: 10px;
	text-align: center;
	font-size: 0.7rem !important;
	color: #999;
	padding-top: 5px;
}
.recaptcha_policy > a {
	color: #a4cff5;
	text-decoration: none;
}
.recaptcha_policy > a:hover {
	text-decoration: underline;
}

/* */





/* SP用
***********************************/
@media (max-width: 767px) {

#content section {
	width: 100%;
	max-width: 100%;
}
.img-pc {display: none;}
.img-sp {display: block;}
#content .ttl-line {font-size: 15px;}
#content .ttl-line::before, #content .ttl-line::after {
	width: 20%;
}

#header .box {
	height: auto;
	padding: 30px 20px;
	background: url(./images/bg_sp.png) right center;
	background-size: auto 100%;
}
#header .box .txt {
	position: relative;
	top: 0;
	left: 0;
}
#header .box .txt .s-1 {	font-size: 14px;}
#header .box .txt .s-2 {	font-size: 13px;}
#header .box .txt .s-2 br {display: none;}
#header .box .txt h2 {
	padding: 10px 0;
	font-size: 18px;
	text-wrap: auto;
	letter-spacing: 0px;
}
#header .box .txt .price {
	padding-top: 0;
	font-size: 20px;
}
#header .box .txt .price span {font-size: 30px;}
#header .btnbox {
	position: relative;
	top: 0;
	left: 0;
}
#header .box .btnbox a {
	min-width: 40%;
	width: auto;
	font-size: 15px;
	padding: 5px 10px;
}
#header .img-sp {
	display: block;
	padding-top: 15px;
}

/* sec01 -------------------- */
#sec01 .pink {
	padding: 50px 20px;
}
#sec01 .pink h3 {
	margin-bottom: 15px;
	font-size: 20px;
	letter-spacing: 0;
}
#sec01 .pink p {
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
}
#sec01 .white {
	padding: 50px 20px;
}
#sec01 .white .box {
	width: 100%;
	margin: 0 auto 50px;
}
#sec01 .white .box h3,
#contact h3,
#system h3 {
	margin-bottom: 20px;
	font-size: 22px;
	letter-spacing: 0;
}
#sec01 .white .box:nth-of-type(1) p,
#sec01 .white .box .flex.flex2 .txt .ttl {
	width: 100%;
	font-size: 100%;
	letter-spacing: 0;
}
#sec01 .white .box:nth-of-type(1) p span {
	display: block;
	text-align: center;
}
#sec01 .white .box:nth-of-type(1) br {display: none;}
#sec01 .white .box .flex {	display: block;}
#sec01 .white .box .flex .right,
#sec01 .white .box .flex.flex2 .txt,
#sec01 .white .box .flex figure {width: 100%;}
#sec01 .white .box .flex .right .txt {padding-left: 0;}
#sec01 .white .box .flex .right .txt .ttl {
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 100%;
}
#sec01 .white .box .flex .right .txt div {
	margin-bottom: 30px;
	font-size: 100%;
}
#sec01 .white .box .flex .right .txt .ttl::before {
	width: 27px;
	height: 23px;
	background-size: 100% auto;
	left: 0;
}
#sec01 .white .box .flex .right .listbox {margin-top: 40px;}
#sec01 .white .box .flex .right .listbox ul {
	gap: 0;
	font-size: 13px;
}
#sec01 .white .box .flex .right .listbox ul li {
	width: calc(100% / 3 - 6px);
	margin-bottom: 10px;
	padding: 5px 0;
}
#sec01 .white .box .flex.flex2 .txt .ttl {margin-bottom: 10px;}
#sec01 .white .box .flex.flex2 .txt div {font-size: 100%;}
#sec01 .white .box .flex.flex2 figure {
	width: 100%;
	margin-top: 20px;
}


/* system -------------------- */
#system {padding-bottom: 40px;}
#system .box p {
	margin-bottom: 0px;
	font-size: 20px;
}
#system .box .price {
	font-size: 50px;
}
#system .box .ttl-line {
	width: 75%;
	margin: 10px auto 30px;
}
#system ul {
	width: 80%;
	left: 0;
	font-size: 16px;
}


/* contact -------------------- */
#contact {
	padding-top: 50px;
}
#contact .txt {width: 90%;}
#contact .formbox {width: 80%;}
#contact label {
	min-width: 40%;
	margin-bottom: 10px;
}

.btn-fpack {
	width: 150px;
}
.pagetop {
	width: 50px;
	height: 50px;
	right: 60px;
}
.pagetop a::before {
	width: 15px;
	height: 15px;
}

}
/* */
