@charset "UTF-8";

/*共通*/

*{
	line-height: 0;
	margin: 0;
	padding: 0;
}

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

li {
	list-style: none;
}

body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
/*	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
*/
}

a:link,
a:visited,
a:hover,
a:active {
	color:#fff;
}

a:hover img.hoverimg {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}

/* PC用 */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

/* SP用 */
@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

/* タブレットサイズ：769以上～999以下 */
@media screen and (min-width: 769px) and (max-width: 999px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

/** pagetop **/
.pagetop {
	position: fixed;
	right: 1%;
	bottom: -200px;	
}
	.pagetop img {
		width: 80%;
}

/* スマホサイズ：768以下 */
@media screen and (max-width: 768px) {
.pagetop {
	position: fixed;
	right: -20px;
	bottom: -200px;	
}
	.pagetop img {
		width: 70%;
}
}

/* スマホサイズ：480以下 */
@media screen and (max-width: 480px) {
.pagetop {
	position: fixed;
	right: -40px;
	bottom: -200px;	
}
	.pagetop img {
		width: 50%;
}
}

/** blink ボタンの明滅 **/
.blink {
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}

/** header **/
header {
	background: #fff;
	color: #000;
}
header .main-nav {
	display: flex;
	padding: 18px;
}
header .main-nav li:first-child {
	margin-right: auto;
}
header .sp {
	display: none;
}

/* スマホサイズ：999以下 */
@media screen and (max-width: 999px) {
	header .pc {
		display: none;
	}
	header .main-nav-sp li:first-child {
		margin-right: auto;
	}
	header .main-nav-sp {
		display: flex;
	}
	header .main-nav-sp ul {
	}
	header .main-nav-sp li.logo img {
		padding-top: 10%;
		padding-left: 5%;
		vertical-align:middle
	}
	header .sp .main-nav-sp li.tel {
		width: 15%;
		text-align: right;
		background-color: #081538;
		padding: 2% 2%;
	}
	header .sp .main-nav-sp li.trial {
		width: 15%;
		text-align: right;
		background-color: #9d996e;
		padding: 2% 2%;
	}
	header .sp .main-nav-sp a {
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		display: block;
	}
	header .sp .main-nav-sp li.tel img {
		width: 30%;
		padding-top: 3%;
	}
	header .sp .main-nav-sp li.trial img {
		width: 50%;
		padding-top: 3%;
	}
}

/* タブレットサイズ：769以上～999以下 */
/*@media screen and (max-width: 1000px) {
	header .sp {
		display: none;
	}
	header .main-nav li img {
		width: 80%;
	}
	header .main-nav .tel {
		text-align: right;
	}
}

/** Margin/Padding **/
.mgB10 {
  margin-bottom: 10px;
}
.mgB20 {
  margin-bottom: 20px;
}
.mgB30 {
  margin-bottom: 30px;
}
.mgB40 {
  margin-bottom: 40px;
}
.mgB50 {
  margin-bottom: 50px;
}
.mgB60 {
  margin-bottom: 60px;
}

.mgT10 {
  margin-top: 10px;
}
.mgT20 {
  margin-top: 20px;
}
.mgT30 {
  margin-top: 30px;
}
.mgT40 {
  margin-top: 40px;
}
.mgT50 {
  margin-top: 50px;
}
.mgT60 {
  margin-top: 60px;
}

.pdT10 {
  padding-top: 10px;
}
.pdT20 {
  padding-top: 20px;
}
.pdT30 {
  padding-top: 30px;
}
.pdT40 {
  padding-top: 40px;
}
.pdT50 {
  padding-top: 50px;
}
.pdT60 {
  padding-top: 60px;
}

.pdB10 {
  padding-bottom: 10px;
}
.pdB20 {
  padding-bottom: 20px;
}
.pdB30 {
  padding-bottom: 30px;
}
.pdB40 {
  padding-bottom: 40px;
}
.pdB50 {
  padding-bottom: 50px;
}
.pdB60 {
  padding-bottom: 60px;
}

/** main **/
#main {
	background-color: #000;
}
#main img {
	margin: 0 auto;
}

/** contents **/
#contents {
/*	width: 1080px;*/
	text-align: center;
	margin: 0 auto;
	display: block;
}
#contents p.txt {
	width: 708px;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	margin: 0 auto;
}

/* スマホサイズ：768以下 */
@media screen and (max-width: 768px) {
	#contents p.txt {
		width: 90%;
		font-size: 20px;
		line-height: 30px;
	}
	#contents p.arrow img {
		width: 20%;
	}
}


/** about-b **/
#about-b {
	background-color: #081538;
}
#about-b img {
	margin: 60px 0;
}

/* スマホサイズ：768以下 */
@media screen and (max-width: 768px) {
	#about-b img,
	#about-w img {
		width: 90%;
	}
}


/** fee **/
#fee {
	background-color: #081538;
}
#fee .btn_trial {
	margin-bottom: 40px;
}
#fee .btn_trial,
#fee .btn_shop {
	width: 580px;
}
#fee .btn_shop {
	margin-bottom: 100px;
}

/* スマホサイズ：768以下 */
@media screen and (max-width: 768px) {
	#fee img {
		width: 90%;
	}
	#fee .btn_trial,
	#fee .btn_shop {
		width: 90%;
}
}


/** detail **/
#detail {
	background-image: url("images/bg_check.gif");
	background-repeat : repeat;
}

#detail .btn_detail {
	width: 580px;
	margin: 60px 0 120px;
}
#detail p.detail_txt {
	width: 708px;
	font-size: 24px;
	line-height: 34px;
	text-align: left;
	margin: 0 auto;
}

/* スマホサイズ：768以下 */
@media screen and (max-width: 768px) {
	#detail img {
		width: 90%;
	}
	#detail .btn_detail {
		width: 90%;
	}
	#detail p.detail_txt {
		width: 90%;
	}
}

/** voice **/
#voice {
	background-image: url("images/bg_check.gif");
	background-repeat : repeat;
	padding-bottom: 50px;
}
#voice p.ttl{
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	color: #042147;
	margin-bottom: 10px;
}
#voice dl {
	width: 780px;
	padding-bottom: 40px;
}
#voice dl .sp{
	display: none;
}
#voice dl.voicebox01,
#voice dl.voicebox02,
#voice dl.voicebox03 {
	position: relative;
	margin: 0 auto;
	background-repeat : no-repeat;
	height: 470px;
}
#voice dl.voicebox01 {
	background-image: url("images/voice_waku1.jpg");
}
#voice dl.voicebox02 {
	background-image: url("images/voice_waku2.jpg");
}
#voice dl.voicebox03 {
	background-image: url("images/voice_waku3.jpg");
}
#voice dl dt {
	position: absolute;
	margin: auto;
	top: 6%;
	right: 0;
	bottom: 0;
	left: 0;
	width: 640px;
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
}
#voice dl dd {
	position: absolute;
	margin: auto;
	top: 35%;
	right: 0;
	bottom: 0;
	left: 0;
	width: 640px;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	text-align: left;
}

/* スマホサイズ：768以下 */
@media screen and (max-width: 768px) {
	#voice dl {
		width: 100%;
		padding-bottom: 40px;
	}
	#voice dl .pc {
		display: none;
	}
	#voice .sp p img {
		padding-bottom: 30px;
		width: 90%;
	}
}

/* タブレットサイズ：769以上～999以下 */
@media screen and (min-width: 769px) and (max-width: 999px) {
	#voice dl .pc {
		display: none;
	}
	#voice .sp p img {
		padding-bottom: 30px;
		width: 80%;
	}
}


/** comic **/
#comic {
	background-color: #33689e;
	padding-bottom: 120px;
}

/* スマホサイズ：768以下 */
@media screen and (max-width: 768px) {
	#comic img {
		width: 90%;
	}
}


/** footer **/
footer #foot {
	background-color: #1e1e1e;
	color: #fff;
	padding: 4% 0 2%;
	margin: 0 auto;
	text-align: center;
}

footer #foot p {
	font-size: 16px;
	line-height: 28px;
}
footer #foot p.logo {
	margin: 20px 0 40px;
}
footer #foot p.txt {
	color: #fff;
	font-size: 20px;
}
footer #foot p span {
	font-size: 20px;
	font-weight: bold;
}
footer #foot hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #7a7a7a;
	height: 1px;
	margin: 2% 0;
}
footer #foot p.copyright {
	font-size: 16px;
}

/* スマホサイズ：768以下 */
@media screen and (max-width: 768px) {
	footer #foot p.logo {
		margin: 10px 0 20px;
	}
	footer #foot p.logo img {
		width: 50%;
	}
	footer #foot p.txt {
		font-size: 16px;
	}
}
