@charset "utf-8";
/* CSS Document */
html { font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	font-size: 62.5%;
}
a {
	text-decoration: none;
	color: inherit;
}
body,html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	　-webkit-overflow-scrolling: touch;
   }
   
   /*
共通部分
*/

nav:after,header:after,div:after {
	content: "";
    clear: both;
    display: block;
}

.section {
	width: 100%;
}

/*
価格
*/

h1 {
	text-align: center;
	font-size:30px;
	color:#C22421;
	padding: 150px 0 70px;
}

@media (min-width:481px) and (max-width:960px){
	h1 {
	font-size:3em ;
	padding: 150px 0 40px;
}
}

@media screen and (max-width:480px){
	h1 {
	font-size:2.5em ;
	padding: 150px 0 40px;
}
}

div#price_header {
	width: 100%;
}

div#price_header ul {
	text-align: center;
}

div#price_header li {
	display: inline-block;
	
	font-size: 1.6rem;
	color: #C22421;
	letter-spacing: 3px;
	
	list-style: none;
	margin: 0 3%;
}

div#price_header a {
	color: #C22421;
}

@media (min-width:481px) and (max-width:960px){
	div#price_header li {
	font-size:1.5em ;
	padding:4% 0;
}
}

@media screen and (max-width:480px){
	div#price_header li {
	font-size:1.5em ;
	padding:7% 0; 
	margin:0 2%; 
}
}

/* 導入の流れ */
section.flow {
	height: 100vh;
}

@media screen and (max-width:960px){
	section.flow {
		height: auto;
	}
}
section.flow h2 {
	
}
section.flow h2#into {
	padding: 130px 0 30px;
	text-align: center;
	
	font-size:3rem;
	font-weight: bold;
	letter-spacing:.2em;
	color:#C22421;
}

@media (min-width:481px) and (max-width:960px){
section.flow h2#into {
	font-size: 2rem;
	padding: 80px 0 30px;
}
}

@media screen and (max-width:480px){
section.flow h2#into {
	font-size: 2rem;
	padding: 60px 0 30px;
}
}

section.flow dl#flow {
	text-align: center;
}

div.flowbox {
	display: inline-block;
	margin: 10px;
	padding: 40px 20px;
}
div.flowbox:hover {
	background-color: #C2242130;
	border-radius: 30px;
}
div.flow_headline {
	width: 15%;
	float: left;
}

@media (min-width:481px) and (max-width:960px){
div.flow_headline {
	width: 10%;
	float: left;
}
}

@media (max-width:480px){
div.flow_headline {
	width: 10%;
	float: left;
}
}

div.flow_content {
	width: 80%;
	float: right;
}

@media (min-width:481px) and (max-width:960px){
div.flow_content {
	width: 85%;
	float: right;
}
}

@media (max-width:480px){
div.flow_content {
	width: 85%;
	float: right;
}
}
.fadein {
	opacity: 0;
	animation: fadein 0.5s ease forwards;
}
@media (max-width:960px){
	.fadein {
		opacity: 1;
		animation: none;
	}
}
@keyframes fadein {
	100% {opacity: 1;}
}
.in1 {animation-delay: 0s;}
.in2 {animation-delay: 0s;}
.in3 {animation-delay: 0.5s;}
.in4 {animation-delay: 0.5s;}
.in5 {animation-delay: 1s;}
.in6 {animation-delay: 1s;}
.in7 {animation-delay: 1.5s;}


dl#flow dt {
	width: 80px;
	height: 80px;
	
	color: #ffffff;
	background-color: #C22421;
	border-radius: 50%;
	
	margin: 5% 0;

	text-align: center;
	
	font-family: Questrial;
	font-size: 1.6rem;
	line-height: 80px;
}

@media (min-width:481px) and (max-width:960px){
dl#flow dt {
	width: 60px;
	height: 60px;
	
	margin: 10% 0;
	
	font-size: 1.4rem;
	line-height: 60px;
}
}

@media screen and (max-width:480px){
dl#flow dt {
	width: 50px;
	height: 50px;
	
	margin: 10% 0;
	
	font-size: 1rem;
	line-height: 50px;
}
}

dl#flow dd {
	color: #C22421;
	
	width: 450px;
	padding: 2% 0 2% 2%;
	text-align: left;
	
	font-size: 1.6rem;
	font-weight: bold;
}

@media (min-width:481px) and (max-width:960px){
dl#flow dd {
	font-size: 1.4em;
	margin: 2% 0;
	padding: 0 0 2% 2%;
}
}

@media screen and (max-width:480px){
dl#flow dd {
	font-size: 1.2em;
	width: 300px;
}
}

dl#flow p {
	width: 450px;
	font-size: 1.5rem;
	padding:0 0 0 2%;  
	line-height: 1.8;
	text-align: left;
	}

@media (max-width:960px){
dl#flow p {
	font-size: 1.4rem;
}
}

@media screen and (max-width:480px){
dl#flow p {
	font-size: 1.0em;
	width: auto;
}
}

div.arrow {
	text-align: center;
	opacity: 0.4;
}

span.arrow_left {
	display: none;
}


@media screen and (max-width:480px){
div.arrow img{
	display: none;
}
	span.arrow_left {
	display: block;
	color: #C22421;
	transform: rotate(-90deg);
	width: 100%;
	}
}

.function a {
    display: block;
    padding: 3%;
    text-decoration: none;
    color: #000;
}

/* 価格体系 */
.pricesystem {
	height: 100vh;
}
@media screen and (max-width:960px){
	.pricesystem {
		height: auto;
	}
}
h2#price,
h2#price-sp {
	padding: 150px 0 40px;
	text-align: center;
	
	font-size:3rem;
	font-weight: bold;
	letter-spacing:.2em;
	color:#C22421;
}

@media (min-width:711px) and (max-width:960px){
h2#price,
h2#price-sp {
	font-size:2rem ;
	padding: 80px 0 40px;
}
}

@media screen and (max-width:710px){
h2#price,
h2#price-sp {
	font-size:2rem ;
	padding: 7% 0;
}
}

span.arrow_left {
	color: #C22421;
	transform: rotate(-90deg);
	width: 100%;
	}

div#Annotation,
div#Annotation-sp {
	width: 80%;
	margin: 0 auto;
	padding:1% 0 0 5%;
}

@media screen and (max-width:710px){
div#Annotation,
div#Annotation-sp {
	width: 85%;
	margin: 0 auto;
	padding: 0;
}
}

div#Annotation dl,
div#Annotation-sp dl {
	display: flex;
}

div#Annotation dt,
div#Annotation-sp dt {
	padding: 0 0 0.5%;
}


@media screen and (max-width:710px){
div#Annotation dt,
div#Annotation-sp dt {
	padding: 0;
}
}

div#Annotation dd,
div#Annotation-sp dd {
	font-size: 1.6rem;
	margin: 0.5% 3% 0 1%;
}

@media (min-width:711px) and (max-width:960px){
div#Annotation dd,
div#Annotation-sp dd {
	font-size:1.5rem ;
}
}

@media screen and (max-width:710px){
div#Annotation dd,
div#Annotation-sp dd {
	font-size:1.2rem ;
	padding-top: 5px;
}
}

.accordion-wrap{
	position: relative;
	border-bottom: 1px solid #707070;
	z-index: 1;
}
.accordion-wrap:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;/*テキストからの距離*/
  width: 0%;/*初期状態では下線非表示*/
  height: 10px;/*下線の高さ*/
  background: #C22421;/*下線の色*/
  z-index: -1;
  transition: all 0.4s;/*アニメーション速度*/
}
.accordion-wrap:after .accordion-item:hover{
	width: 100%;
}
.accordion-item{
	width: 70%;
	margin: 0 auto;
	cursor: pointer;
	
	padding: 45px 0;
	text-decoration: none;
}
@media screen and (max-width:710px){
	.accordion-item{
		width: 70%;
		margin: 0 auto;
		cursor: pointer;
		
		padding: 25px 0;
	}
}

.price_top {
	width: 80%;
	margin: 0 auto;
	cursor: pointer;
}

@media screen and (max-width:710px){
.price_top {
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
}
}

.accordion-header{
	float: right;
	width: 95%;
	
	font-size: 2.5rem;
	text-align: left;
	
	transition: ease-in-out 100ms;
}
.accordion-wrap:hover {
	background-color: #C2242140;
}
@media (min-width:711px) and (max-width:960px){
.accordion-header{
	width: 90%;
	font-size: 2.0em;
	padding: 1% 0 0;
}
}

@media screen and (max-width:710px){
.accordion-header{
	width: 90%;
	font-size: 1.5em;
	padding: 7px 0 0;
}
}

.accordion-content{
	width: 80%;
	margin: 0 auto;
  
  display: none;
  padding-bottom: 100px;
 }

table.system {
}
table.system tr {
}
table.system th {
	padding: 30px 0;
}
@media (min-width:711px) and (max-width:960px){
table.system th {
	padding: 25px 20px;
}
}

@media screen and (max-width:710px){
table.system th {
	padding: 20px 0;
}
}

table#fun_price th.price_pattern  h5 {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
}
@media (min-width:711px) and (max-width:960px){
table#fun_price th.price_pattern  h5 {
	font-size: 1.2rem;
}
}

@media screen and (max-width:710px){
table#fun_price th.price_pattern  h5 {
	font-size: 1rem;
}
}
table.system th h5 {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 2;
}

@media (min-width:711px) and (max-width:960px){
table.system th h5 {
	font-size: 1.5rem;
}
}

@media screen and (max-width:710px){
table.system th h5 {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.1rem
}
}

table.system td {
	width: 25%;
	text-align: center;
	vertical-align: middle;
}

table.system p {
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
}

@media (min-width:711px) and (max-width:960px){
table.system p {
	font-size: 1.3rem;
	letter-spacing: 0;
}
}

@media screen and (max-width:710px){
table.system p {
	font-size: 1.2rem;
}
}

td.all {
	text-align: center;
}

td.all p {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
}

@media (min-width:711px) and (max-width:960px){
td.all p {
	font-size: 1.5rem;
}
}

td.link a {
	color: #C22421;
}

th.price_pattern {
	color: #C22421;
}
 .rotate-ma{
	 transform: rotate(45deg);
 }

 .material-icons{
	 transition: ease-in-out 300ms;
 }
.md-18 {font-size: 18px;}
.accordion-header .ma{
 float: left;
 line-height: 35px;
 }

.accordion-no-bar{
 border-bottom: 0;
}
/* 奇数行のスタイル */
table.system tr:nth-child(odd){
  background-color:#F5DDDD;
}
 
/* 偶数行のスタイル */
table.system tr:nth-child(even){
  background-color:white;
}

section.pricesystem {
	display: block;
}

section.pricesystem-sp {
	display: none;
}

@media screen and (max-width:711px){
section.pricesystem {
	display: none;
}
}

@media screen and (max-width:710px){
section.pricesystem-sp {
	display: block;
}
}

.pricesystem-sp .swiper-wrapper {
  align-items: stretch;
}

.pricesystem-sp .swiper-slide {
	justify-content: center;
	align-items: center;
	height: auto;
	padding-bottom: 25px;
	width: 100%;
}

.pricesystem-sp .swiper-button-prev,
.pricesystem-sp .swiper-button-next {
	width:15px;
	top:20px; 

  fill: #666;
  stroke: none;
  stroke-width: 0;
  background-image: none;
  z-index: 10000;
	color: #ADADAD;
}

.pricesystem-sp .swiper-button-prev {
	width: 100%;
}

.pricesystem-sp .swiper-button-prev::after,
.pricesystem-sp .swiper-button-next::after {
	font-size: 15px;
}

.pricesystem-sp .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.pricesystem-sp .swiper-pagination-bullet-active {
  background: #666;
}

@media (min-width: 768px) {
  .pricesystem-sp .swiper-slide {
    padding: 50px;
  }

  .pricesystem-sp .swiper-button-prev,
  .pricesystem-sp .swiper-button-next {
    display: block;
  }

  .pricesystem-sp .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
}

/* 動作環境 */

section.operate {
	height: 100vh;
	margin: 0 auto 5%;
}

@media (min-width:491px) and (max-width:960px){
section.operate {
	width: 90%;
	height: auto;
	margin: 0 auto 5%;
}
}

@media screen and (max-width:490px){
section.operate {
	width: 95%;
	height: auto;
	margin: 0 auto 5%;
}
}

h2#req {
	padding: 200px 0 50px;
	text-align: center;
	
	font-size:3rem;
	font-weight: bold;
	letter-spacing:.2em;
	color:#C22421;

}

@media (min-width:491px) and (max-width:960px){
h2#req {
	font-size:2rem ;
}
}

@media screen and (max-width:490px){
h2#req {
	font-size:2rem ;
	padding: 5% 0;
}
}

div.req {
	width: 850px;
	margin: 0 auto;
}

@media (min-width:491px) and (max-width:960px){
div.req {
	width: 90%;
	margin: 0 auto;
}
}

@media screen and (max-width:490px){
div.req {
	width: 90%;
	margin: 0 auto;
}
}

section.operate dt {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 35px 30px;
	width: 40%;
	float: left;
	text-align: center;
}

@media (min-width:491px) and (max-width:960px){
section.operate dt {
	font-size: 1.5rem;
	width: 35%;
	padding: 30px 0;
}
}

@media screen and (max-width:490px){
section.operate dt {
	font-size: 1rem;
	width: 35%;
	padding: 25px 0;
}
}

section.operate dd {
	font-size: 1.6rem;
	padding: 35px 30px;
	width: 45%;
	float: right;
}

@media (min-width:491px) and (max-width:960px){
section.operate dd {
	font-size: 1.2rem;
	width: 50%;
	padding: 30px 0;

}
}

@media screen and (max-width:490px){
section.operate dd {
	font-size: 1rem;
	width: 50%;
	padding: 25px 0;

}
}

/* 奇数行のスタイル */
section.operate div.req:nth-child(odd){
  background-color:#F5DDDD;
}
 
/* 偶数行のスタイル */
section.operate div.req:nth-child(even){
  background-color:white;
}

/* フッターバナー */
section.banner {
	background-image: url("../images/pixta_64996460_M.png");
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	width: calc(15px + 100%);
	position: relative;
	right: 15px;
	margin: 200px 0 0;
	padding: 0 0 50px 8px;
}

@media screen and (max-width:480px){
section.banner {
	background-size: cover;
	background-repeat: no-repeat;
	right: 5px;
	margin: 100px 0 0;
	padding: 0;
	height: 280px;
}
}

div#ban_back {
	width: 90%;
	margin: auto;
}

p#ban_top {
	font-size:30px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3% 0 3% 8px;
	line-height: 1.5;
	text-align: center;
}

p#ban_top br#responsive {
	display: none;
}

@media (min-width:481px) and (max-width:960px){
p#ban_top {
	font-size:2em;
	padding: 5% 0;
}

p#ban_top br#responsive {
	display: block;
}
}

@media screen and (max-width:480px){
p#ban_top {
	font-size:2em;
	line-height: 1.4;
	padding: 10% 0 5%;
}
p#ban_top br#responsive {
	display: block;
}
}

p#ban_middle {
	font-size: 25px;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
	margin: 2% 0;
}

@media (min-width:481px) and (max-width:960px){
p#ban_middle {
	font-size: 1.8em;
	margin: 3% 0;
}
}

@media screen and (max-width:480px){
p#ban_middle {
	font-size: 1.8em;
	margin: 5% 0;
}
}

div#ban_contact {
	font-size: 1.8em;
	font-weight: bold;
	color: #ffffff;
	
	text-align: center;
	
	border: #FFFFFF 3px solid;
	border-radius: 50px;
	margin: 15px auto;
	width: 200px;
	line-height: 1.5;
	padding: 1%;
	transition-duration: 0.5s;
}
div#ban_contact:hover {
	transform: scale(1.1);
	opacity: 0.8;
}
div#ban_contact br.responsive {
	display: none;
}

@media (min-width:481px) and (max-width:960px){
div#ban_contact {
	font-size: 1.5em;

	border: #FFFFFF 2px solid;

	padding: 2%;
	margin: 10px auto;
}
}

@media screen and (max-width:480px){
div#ban_contact {
	font-size: 1em;

	border: #FFFFFF 2px solid;
	border-radius: 25px;
	width: 100px;
	
	padding: 2%;
	margin: 10px auto;
}
div#ban_contact br.responsive {
	display: block;
}
}

p#ban_bottom {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 0 0 3%;
	line-height: 1.5;
}

@media (min-width:481px) and (max-width:960px){
p#ban_bottom {
	font-size: 1.7em;
	padding: 0 0 3%;
}
}

@media screen and (max-width:480px){
p#ban_bottom {
	font-size: 1.2em;
	padding: 0 0 3%;
}
}

p#ban_bottom span {
	font-size: 30px;
}

@media (min-width:481px) and (max-width:960px){
p#ban_bottom span {
	font-size: 2em;
}
}

@media screen and (max-width:480px){
p#ban_bottom span {
	font-size: 2em;
}
}

div#ban_demo {
	text-align: center;
	font-weight: bold;
	font-size: 24px;

	box-sizing: border-box;
	opacity: 80%;
}

.btn:link,
.btn:visited{
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	top: 0;
	left: 0;
	padding: 3% 5%;
	line-height: 1.5;
	border-radius: 100px;
	display: inline-block;
	transition: all .5s;
}

@media (min-width:481px) and (max-width:960px){
div#ban_demo {
	font-size: 2em;
}
.btn:link,
.btn:visited{
	padding: 3% 5%;
	border-radius: 70px;
}
}
@media screen and (max-width:480px){
div#ban_demo {
	font-size: 1.5em;
}
.btn:link,
.btn:visited{
	line-height: 1.6;
	border-radius: 70px;
}
}

div#ban_demo br.responsive {
	display: none;
}

@media (min-width:481px) and (max-width:960px){
	div#ban_demo br.responsive {
	display: none;
}
}
	
@media screen and (max-width:480px){
div#ban_demo br.responsive {
	display: block;
}
}

.btn-white {
	background: #fff;
	color: #EC7373;
}

.btn:hover{
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	transform: translateY(-3px);
}

.btn::after{
	content: "";
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 100px;
	display: inline-block;
	z-index: -1;
	transition: all .5s;
}

.btn-white::after {
	background: #fff;
}

.btn-animation-1:hover::after {
	transform: scaleX(1.4) scaleY(1.6);
	opacity: 0;
}

@keyframes comeFromBottom{
	0%{
		opacity:0;
		transform: translateY(40px);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}


