﻿@charset "utf-8";

/* =================================================================
		Reset Styles
================================================================= */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	color: #000000;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

/* Base Styles */
body{
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif;
}

img{
	border: none;
	vertical-align: bottom;
}

table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

label{
	cursor: pointer;
}

input,
select,
textarea{
	padding: 2px;
}

ol,ul{
	list-style: none;
}

a,
input{
	outline: none;
}

/*	Basic Text Link	*/
a {
	color: #0054D2;	text-decoration: underline;
}

a:link {
	color: #0054D2;	text-decoration: underline;
}
a:visited {
	color: #0054D2;	text-decoration: underline;
}
a:hover {
	color: #0054D2;	text-decoration: none;
}
a:focus {
	color: #333333;	text-decoration: underline;
}
a:active {
	color: #0054D2;	text-decoration: underline;
}

.switch{
	display: none;
}
.mb0 {margin-bottom: 0 !important;}
@media screen and (min-width: 768px) {
	.pc{
		display: block;
	}
	.sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pc{
		display: none;
	}
	.sp {
		display: block;
	}
}


/* =================================================================
		Body
================================================================= */
body{
}


img{
	max-width: 100%;
}

/* =================================================================
		Wrapper
================================================================= */
#wrapper{
	max-width:800px;
	margin:0 auto;
}

#contents{
	padding: 10px 10px 100px;
}
@media screen and (max-width: 767px) {
	
	#contents{
		padding-bottom: 50px;
	}	
	
}
/* =================================================================
		Header
================================================================= */
#header{
	background-color: #71CDD8;
	text-align: center;
	padding: 15px 0;
	margin: 0 0 5px 0;
}
@media screen and (max-width: 640px) {
#header img{
	width: 96px;
}
}

.tags{
	margin: 0 0 15px 0;
}
.tags li{
	background-color: #eee;
	display: inline-block;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	line-height: 1;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	padding: 4px 5px 3px;
}
.time{
	font-size: 12px;
	margin: 0 0 10px 0;
}

/* Headline
--------------------------------------------------------------- */
h1{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	padding: 10px 0 20px 0;
}
@media screen and (max-width: 640px) {
h1{
	font-size: 20px;
}
}
.company{
	font-size: 12px;
	margin: -15px 0 10px 0;
}

h2{
	background-color: #EBF7F7;
	border-left: #399 3px solid;
	font-size:18px;
	font-weight: bold;
	padding:17px 0 17px 16px;
	margin:0 0 17px 0;
}


/* =================================================================
	共通
================================================================= */
.section{
	margin: 0 0 30px 0;
}

p{
	font-size: 18px;
	line-height: 1.78;
	margin: 0 0 18px 0;
}
p.caption{
	background-color: #e7e7e7;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 5px 7px 10px;
	margin: 0 0 15px 0;
}
@media screen and (max-width: 640px) {
p.caption{
	font-size: 18px;
	padding: 5px 5px 5px 8px;
}
}

.image{
	border: #E7E7E7 1px solid;
}

.bdr{
	border: #E7E7E7 1px solid;	
}

.note{
	font-size: 14px;
	margin: -10px 0 18px 0;
}


strong{
	background-color: #FC0;
	padding: 0 3px;
}

.caution{
	color: #DA0000;
	font-weight: bold;
}

.link a{
	display:block;
	background:#3EB034 url(../../img/arrow.png) no-repeat right center;
	background-size: 21px 17px;
	color:#fff;
	font-size:18px;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	border-radius:8px;
	padding:12px 25px;
	margin:0 20px 30px 20px;
}

.link_txt{
	text-align: right;
}
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin: 0 0 15px 0;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.list{
	background-color: #ffe9cd;
	border-radius: 6px;
	padding: 10px 10px;
	margin: 0 5px 20px 5px;
}


.jikkan_box{
	position: relative;
	padding-bottom: 30px;
}

.jikkan_txt01{
	position: absolute;
	top: 50px;
	left:310px;
	letter-spacing: -0.1em;
}
.jikkan_txt01a{
	font-size: 45px;
	line-height: 1;
	margin-bottom: 0;
}
.jikkan_txt01a .brown{
	color: #b53235;
	font-weight: bold;
}
.jikkan_txt01a .num{
	font-size: 130%;
}

.jikkan_txt01b{
	font-size: 31px;
	line-height: 1.4;
}

.jikkan_txt02{
	position: absolute;
	top: 216px;
    left:310px;
    font-size: 20px;
    line-height: 1.8;
}
.jikkan_note{
	font-size: 13px;
	padding: 0 15px;
}
.jikkan_note li{
	line-height: 1.8;
}

.img_note{
	font-size: 10px;
	margin-top: -8px;
}


.ep_name{
	color: #fff;
	background-color: #249191;
	display: inline-block;
	padding: 5px 15px 3px;
}
.ep_inn{
	padding: 0 10px;
}

.what{}

.what_inn{
	background-image: url("../../img/what02.jpg");
	background-size: 100%;
	background-repeat: repeat-y;
	padding: 15px 40px;
}

.what .what_ttl{
	color: #249191;
	text-align: center;
	font-size: 26px;
	margin-bottom: 25px;
}
.what .what_ttl span{
	border-bottom: 1px solid #249191;
	padding-bottom: 10px;
}
.what .what_txt{
	margin: 0;
	font-size: 16px;
}
.what .what_txt span{
	font-weight: bold;
	color: #d80005;
}

.egao_list {
	margin: 0 0 18px;
}
.egao_list li{
	font-weight: bold;
	color: #d80005;	
	line-height: 1.78;
}
@media screen and (max-width: 767px) {
	
	.jikkan_box{
		padding-bottom: 15px;
	}
	.jikkan_txt01{
		left: auto;
		right: 1%;
		top: 6%;
		
	}

	.jikkan_txt01a{
		font-size: 6.3vw;
		margin-bottom: 1%;
	}
	.jikkan_txt01b{
		font-size: 4vw;
		line-height: 1.5;
	}
	.jikkan_txt02{
		left: auto;
		right: 17%;
		font-size: 3.5vw;
		top: 35%;
	}
	.jikkan_note{
		font-size: 3vw;
		margin-top: 10%;
	}
	
	.what_inn{
		padding: 6% 5%;
	}
	.what .what_ttl{
		font-size: 18px;
	}
	.egao_list li{
		padding-left: 1em;
		text-indent: -1em;
		font-size: 18px;
	}
	
}

/* review
--------------------------------------------------------------- */
.mt40 {
	margin-top: 40px;
}

p.image.arrow {
	border: none;
}

.review_wrap {
	border: 10px solid #7d7d7d;
	padding: 0 15px;
}

.review_box  {
	margin: 30px 0;
}

.review_box span.icon img {
	width: 32px;
}

.review_box span.star img {
	width: 110px;
	padding-bottom: 4px;
}

.review_ttl {
	color: #DA0000;
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0;
}

.review_txt span{
	background: linear-gradient(transparent 25%,#f5cb45 25%) 0 -5px;
}

.marker{
	background: linear-gradient(transparent 60%,#fff600 60%) 0 -5px;
}


@media screen and (max-width: 767px) {
	.user_name {
		font-size: 1.1rem;
	}
}


/* reason
--------------------------------------------------------------- */
.reason_ttl,
.reason_box01,
.reason_box02,
.reason_box03 {
	position: relative;
}

.reason_ttl img,
.reason_box01 img,
.reason_box02 img,
.reason_box03 img {
	width: 100%;
}

.reason_ttl .txt01 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.1em;
	position: absolute;
	top: 76%;
	left: 50%;
	transform: translateX(-50%);
}
.reason_ttl .txt02 {
	color:#de2662;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 84%;
	width: 100%;
	font-size: 35px;
	padding-left: 8%;
	
}
.reason_ttl .txt02 span {
	letter-spacing: -0.05em;
}
.reason_ttl .txt02 span.zero {
	font-size: 200%;
}
.reason_ttl .txt02 span.percent {
	font-size: 120%
}

.reason_box01 p.box_ttl {
	color: #421301;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: -0.1em;
	position: absolute;
	top: 11%;
	left: 27%;
}
.reason_box01 p.box_ttl span {
	color: #de2662;
}
.reason_box01 .voice01 {
	width: 267px;
	color: #362222;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	position: absolute;
	top: 57%;
	left: 13%;
}
.reason_box01 .voice02 {
	width: 285px;
	color: #362222;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	position: absolute;
	top: 51%;
	left: 52%;
}
.reason_box01 .voice01 span,
.reason_box01 .voice02 span {
		color: #de2662;
}

.reason_box02 p.box_ttl {
	color: #421301;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: -0.1em;
	position: absolute;
	top: 13%;
	left: 27%;
}
.reason_box02 p.box_ttl span {
	color: #de2662;
}
.reason_box02 .voice01 {
	width: 265px;
	color: #362222;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	position: absolute;
	top: 61%;
	left:15%;
}
.reason_box02 .voice02 {
	width: 265px;
	color: #362222;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	position: absolute;
	top: 53%;
	left: 53.5%;
}
.reason_box02 .voice01 span,
.reason_box02 .voice02 span {
		color: #de2662;
}

.reason_box03 p.box_ttl {
	color: #421301;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: -0.1em;
	position: absolute;
	top: 11%;
	left: 23%;
}
.reason_box03 p.box_ttl span {
	color: #de2662;
}
.reason_box03 .voice01 {
width: 265px;
    color: #362222;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    position: absolute;
    top: 50%;
    left: 14%;
}
.reason_box03 .voice02 {
width: 275px;
    color: #362222;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    position: absolute;
    top: 44%;
    left: 54%;
}
.reason_box03 .voice01 span,
.reason_box03 .voice02 span {
		color: #de2662;
}

.reason_box .voice01 span,
.reason_box .voice02 span{
	background: linear-gradient(transparent 60%, #f1de08 60%);
}

@media screen and (max-width: 767px) {
	.reason_ttl .txt01 {
		font-size: 2.4vw;
		line-height: 1.1;
		top: 74.5%;
	}
	.reason_ttl .txt02 {
		top: 89%;
		left: 33%;
		width: auto;
		padding: 0;
	}
	.reason_ttl .txt02 span {
		font-size: 4vw;
		letter-spacing: -1px;
		vertical-align: bottom;
	}
	.reason_ttl .txt02 span.zero {
		font-size: 8vw;
		line-height:1;
	}
	.reason_ttl .txt02 span.percent {
		font-size: 6vw;
		line-height:1.1;
	}

	.reason_box01 p.box_ttl {
		font-size: 5vw;
		line-height: 1.2;
		letter-spacing: -1px;
		top: 7%;
		left: 34%;
	}
	.reason_box01 p.box_ttl span {
		font-size: 7vw;
	}
	.reason_box01 .voice01 {
		width: 55%;
		font-size: 3vw;
		top: 37.5%;
		left: 16.8%;
	}
	.reason_box01 .voice02 {
		width: 60%;
		font-size: 3vw;
		top: 69.5%;
		left: 24%;
	}

	.reason_box02 p.box_ttl {
		font-size: 5vw;
		line-height: 1.2;
		letter-spacing: 0;
		top: 8%;
		left: 34%;
	}
	.reason_box02 p.box_ttl span {
		font-size: 7vw;
	}
	.reason_box02 .voice01 {
		width: 55%;
		font-size: 3vw;
		top: 42.5%;
		left: 16%;
	}
	.reason_box02 .voice02 {
		width: 58%;
		font-size: 3vw;
		top: 72.5%;
		left: 26%;
	}

	.reason_box03 p.box_ttl {
		font-size: 5vw;
		line-height: 1.2;
		letter-spacing: -2px;
		top: 7%;
		left: 34%;
	}
	.reason_box03 p.box_ttl span {
		font-size: 7vw;
	}
	.reason_box03 .voice01 {
		width: 55%;
		font-size: 3vw;
		font-weight: bold;
		top: 35%;
		left: 16%;
	}
	.reason_box03 .voice02 {
		width: 58%;
		font-size: 3vw;
		top: 64.5%;
		left: 25%;
	}
}


.try_list li{
	font-size: 18px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.7;
}

.btn_top{
	text-align: center;
	background-image: url("../../img/img14.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;

}
.btn_top p{
	font-size: 25px;
	line-height: 1.5;
	font-weight: bold;
	
}
.btn{
	width: 715px;
	height: 188px;
	max-width: 100%;
	margin: auto auto 18px;
}
.btn a{
	background-image: url("../../img/btn_pc.png");
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
    font-size: 34px;
    padding: 0 180px 0 100px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	transition: 0.4s;
}
.btn a .yellow{
	font-size: 140%;
	color: #f6ff00;
	font-weight: bold;
}
.btn a:hover{
	opacity: 0.7;
}


@media screen and (max-width: 767px) {
	
	
	.btn_top p{
		font-size: 5vw;
	}
	.btn{
		width: 93.6vw;
		height: 36.8vw;
	}
	.btn a{
		background-image: url("../../img/btn_sp.png");
		font-size: 4.3vw;
		padding: 0 0 0 11vw;
	}
	.btn a .txt02{
		font-size: 7vw;
		margin-top: 1vw;
		display: block;
	}
	.btn a .yellow{
		font-size: 10vw;
		display: block;
		line-height: 1.1;
	}
	
}

/* =================================================================
		Footer
================================================================= */
#footer{
	background-color: #CCC;
	text-align: center;
	padding: 20px 15px 15px;
}
#footer p{
	color: #333;
	font-size: 14px;
	margin: 0;
}

#footer-links{
}
#footer-links p.image{
	float: left;
	width: 35%;
	padding: 0 0 0 1%;
}
#footer-links h3{
	float: right;
	width: 60%;
	padding: 0 1% 0 0;
}


#trackingtags{
	display: none;
}



/* =================================================================
		Clearfix
================================================================= */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}





