@charset "utf-8";

/*
=======================================================
 Common
=======================================================	
*/

body, html {
	min-width: 1200px;
}

body {
	font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	margin:0;
	padding:0;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	height: 100%;
	font-weight: 400;
	text-align: justify;
	text-justify: inter-ideograph;
	position: relative;
}

*,
::before,
::after {
  box-sizing: border-box;
}

a {
	text-decoration: none;
	transition: opacity .3s ease;
}

a:hover {
	opacity: .8;
}

ul,ol,li {
	list-style: none;
}

.clearfix::after {
	content: '';
	display: table;
	clear: both;
}

em {
	font-style: normal;
	font-weight: 600;
	color: #1c295d;
	text-decoration: underline;
}

img {
	vertical-align: bottom;
}

@media screen and (min-width: 767px) {
	.sp {display: none !important}
}

/*
=======================================================
 Header
=======================================================	
*/

header {
	background: url(../img/pc/main_title_bg.jpg) center top no-repeat;
}

header .wrapper {
	position: relative;
	width: 1032px;
	height: 730px;
	margin: 0 auto;
}

h1 {
	padding-top: 14px;
}

header a {
	display: inline-block;
	position: absolute;
	right: 26px;
	bottom: 5px;
}


/*
=======================================================
 Main
=======================================================	
*/

.sect-01 {
	background: url(../img/pc/pattern01.png) center top repeat-y;
	padding: 25px 0 50px 0;
}

.heading {
	text-align: center;
}

.content {
	width: 1000px;
	margin: 0 auto;
}

.manga {
	width: 900px;
	margin: 0 auto;
	padding: 16px 0;
	text-align: center;
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0,0,0,.3);
}

.sect-01 .heading {
	margin-bottom: 50px;
}

.sect-02 {
	background: url(../img/pc/pattern02.png) center top no-repeat;
	background-size: auto 100% !important;
	padding-top: 32px;
}

.sect-02 .heading {
	margin-bottom: 20px;
}

.sect-03 {
	background: url(../img/pc/pattern01.png) center top repeat-y;
	padding: 45px 0 127px 0;
}

.course {
	margin: 32px 0;
	margin-right: 10px;
	padding: 25px 0;
	border: 10px solid #6fa333;
	border-radius: 10px;
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0,0,0,.3);
	}
	.course.regular {
		margin-top: 16px;
	}	
	
.course .heading {
	text-align: right;
	margin-right: -20px;
	}
	.regular .heading {
		margin-bottom: 10px;
	}
	.trial .heading {
		margin-bottom: 5px;
	}

.course.regular .detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 50px;
	margin-right: 20px;
}
	
.course.trial .detail {
	position: relative;
	margin-right: 40px;
	padding-left: 50px;
	padding-bottom: 43px;
}
	
.course.trial .detail picture:first-of-type img {
	display: block;
	margin-bottom: 20px;
}
	

.course.regular .detail picture+p {
	font-weight: 600;
	margin: 10px 0;
}

.course.regular .btn {
	margin-top: -12px;
	width: 258px;
}

.course.trial .btn {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	white-space: nowrap;
}
	
.course .btn a {
	display: inline-block;
	text-align: center;
	}
	.course.regular .btn a {
		width: 258px;
	}
	.course.trial .btn a {
		width: 197px;
	}

.course a img {
	width: 100%;
}
	
.course.regular p.note {
	font-size: 14px;
	line-height: 1.4;
	padding: 0 1em;
}

.course.trial p.note {
	min-width: 530px;
	border: 1px solid #000;
	border-radius: 4px;
	padding: 3px 12px;
	margin-top: 10px;
}

h2 {
	font-size: 44px;
	font-weight: 700;
	color: #fff;
	padding-top: 105px;
	text-align: center;
	height: 197px;
	line-height: 1;
	margin-top: -76px;
}

.big {
	font-size: 150%;
}

h3 {
	text-align: center;
}

.sect-04 h2 {
	background: url(../img/pc/title_point.png) center top no-repeat;
}

.sect-04 .container {
	background: url(../img/pc/pattern03.jpg) center top repeat-y;
	padding: 70px 0 120px 0;
}

.sect-04 .content>p {
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	line-height: 1.85;
	letter-spacing: 0;
}

.point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}

.point li:first-child {
	width: 298px;
}
.point li:nth-child(2) {
	width: 366px;
}
.point li:nth-child(3) {
	width: 294px;
}

.point li div {
	height: 345px;
}

.point li p {
	width: 285px;
	margin: 0 auto;
}

.sect-04 h3 {
	margin: 70px 0 20px 0;
}

.result {
	text-align: center;
}

.result img {
	margin-bottom: 40px;
}

.about {
	margin: 50px -18px;
	}
	.about-01 {
		height: 753px;
	}
	.about-02 {
		height: 592px;
	}
	
.about dt {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	padding: 135px 0 30px 0;
	letter-spacing: .08em;
	}
	.about-01 dt {
		background: url(../img/pc/about_bg01.png) center top no-repeat;
	}
	.about-02 dt {
		background: url(../img/pc/about_bg02.png) center top no-repeat;
	}

.about dt span {
	font-size: 120%;
	color: #ec1c24;
	display: inline-block;
	margin: 0 -.3em;
}

.about dd {
	background: url(../img/pc/about_bg.png) center bottom no-repeat;
	padding: 68px;
	padding-top: 0;
}

.about dd div {
	background: url(../img/pc/about_inner_bg.png);
	border-radius: 10px;
	box-shadow: 2px 2px 6px rgba(0,0,0,.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 30px 30px 50px;
}

.about dd p {
	padding-top: 20px;
	font-size: 18px;
	}
	.about-02 dd p {
		width: 50%;
	}

.about dd img {
	display: block;
	margin-left: 30px;
}

.sect-05 h2 {
	background: url(../img/pc/title_howto.png) center top no-repeat;
	padding-top: 122px;
	letter-spacing: .08em;
}

.small {
	font-size: 75%;
}

.sect-05 .container {
	background: url(../img/pc/pattern01.png) center top repeat-y;
}

.howto {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 80px 25px;
}

.howto li {
	width: 414px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 60px;
	box-shadow: 2px 2px 6px rgba(0,0,0,.3);
	position: relative;
	max-height: 319px;
	}
	.howto li:last-child {
		width: 100%;
		max-height: none;
	}
	
.step {
	position: absolute;
	top: -30px;
	left: -30px;
}

.desc-txt {
	background: url(../img/pc/step_head_bg.png);
	font-size: 26px;
	font-weight: 800;
	line-height: 1.38;
	color: #f6921e;
	text-align: center;
	padding: 10px 0;
	}
	.howto li:nth-child(4) .desc-txt {
		padding: 28px 0;
		text-indent: 1em;
	}
	
.desc-video {
	padding: 30px;
}

.desc-video p {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.desc-img {
	text-align: center;
	}
	.howto li:last-child .desc-img {
		padding-bottom: 20px;
	}

.sect-06 h2 {
	background: url(../img/pc/title_voice.png) center top no-repeat;
	letter-spacing: .08em;
}

h2 .icon {
	display: inline-block;
	padding-left: 68px;
}

.sect-06 h2 .icon {
	background: url(../img/pc/icon_voice.png) left bottom no-repeat;
}

.sect-06 .container {
	padding: 60px 0 30px;
	background: url(../img/pc/pattern04.png) center bottom no-repeat;
}

.sect-06 .content>p {
	font-size: 26px;
	font-weight: 600;
	text-align: center;
}

.sect-06 p.note {
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	margin-top: -5px;
}

.sect-07 h2 {
	padding: 0;
	background: #002f5e;
	margin-top: 0;
	height: auto;
}

.sect-07 h2 .icon {
	padding-top: 38px;
	padding-bottom: 38px;
	background: url(../img/pc/icon_message.png) left center no-repeat;
}

.sect-07 {
	background: url(../img/pc/pattern05.jpg) center top no-repeat;
}

.sect-07 .content {
	width: 100%;
	padding-bottom: 50px;
}

.message {
	width: 1200px;
	text-align: center;
	padding: 15px;
	background: url(../img/pc/message_bg.png) center top no-repeat;
	background-size: cover;
	border-radius: 10px;
	box-shadow: 2px 2px 6px rgba(0,0,0,.3);
	margin: 100px auto;
}

.innerbox {
	border: 4px solid #005dad;
	border-radius: 8px;
	padding: 71px;
	padding-bottom: 51px;
}

.message p {
	margin-top: 30px;
	font-family: 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 2.07;
	background: url(../img/pc/message_line.png) center bottom no-repeat;
}

.sect-08 {
	background: url(../img/pc/pattern01.png) center top repeat-y;
	padding-bottom: 90px;
}

.sect-08 h2 {
	padding: 0;
	background: #c0272d;
	margin-top: 0;
	height: auto;
}

.sect-08 h2 .icon {
	padding-top: 38px;
	padding-bottom: 38px;
	background: url(../img/pc/icon_order.png) left center no-repeat;
}

.sect-08 .heading {
	margin-top: 45px;
}

.order {
	margin: 32px 10px;
	padding: 25px 0;
	border: 10px solid #6fa333;
	border-radius: 10px;
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0,0,0,.3);
	position: relative;
	}
	.order.regular {
		margin-top: 16px;
		padding-bottom: 40px;
	}

.order .detail {
	padding-left: 30px;
	}
	.order.trial .detail {
		padding-left: 48px;
	}

.order .detail p {
	width: 238px;
	font-size: 15px;
	line-height: 1.5;
	margin-top: 10px;
	margin-left: 10px;
}

.order .form {
	position: absolute;
 right:30px;
	text-align: right;
	}
	.regular .form {
		bottom: 15px;
	}
	.trial .form {
		bottom: 65px;
	}
.order .form.comment-form-02{right:90px;text-align:center;}

.order .quantity {
	display: inline-block;
	/*padding-top: 10px;*/
 padding-top: 30px;
	vertical-align: top;
	margin-right: 10px;
	}
	.order.trial .quantity {
		padding-top: 30px;
		margin: 0;
	}

.order .quantity div {
	margin-top: 10px;
	text-align: left;
}

label {
	font-size: 19px;
	font-weight: 600;
	vertical-align: middle;
}

select::-ms-expand {
    display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #000;
	border-radius: 4px;
	font-size: 19px;
	font-weight: 600;
	padding: 4px 40px 4px 18px;
	background: url(../img/pc/select_arrow.png) 53px 7px no-repeat;
}

.order .btn {
	display: inline-block;
}


button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
}

.form p.note {
	font-size: 13px;
	width: 375px;
	line-height: 1.5;
	margin: 0 auto;
	text-align: left;
 color:#000;
}

.attention {
	border: 1px solid #ec1c24;
	border-radius: 4px;
	margin: 0 10px;
	padding: 10px 18px;
}

.attention p {
	font-size: 14px;
	line-height: 1.23;
}


/*
=======================================================
 Footer
=======================================================	
*/

footer {
	font: 14px/1.7 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
	background: #17479e;
    padding: 25px 40px;
}

.align-center {
	text-align: center;
}

.float-left {
	float: left;
}

footer p {
	color: #fff;
	font-size: 17px;
}

footer a {
	color: #fff;
}

footer p.fs13 {
	font-size: 13px;
	padding-top: 8px;
}


/*footer {
	background: #f6921e;
	text-align: center;
	color: #fff;
	padding: 15px 0;
}

address {
	font-size: 12px;
	font-style: normal;
}

.links {
	font-size: 14px;
	margin-bottom: 8px;
}

.links a {
	color: #fff;
}

.gotop a {
	display: block;
	width: 76px;
	height: 76px;
	border: 3px solid #f6921e;
	background: #fff url(../img/pc/gotop_arrow.svg) center center no-repeat;
	background-size: 26px 23px;
	border-radius: 50%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	position: fixed;
	bottom: 40px;
	right: 50px;
}*/