@charset "utf-8";


/* ------------------------------
    reset
------------------------------ */

html,body{
	height: 100%;
}
html{
	font-size: 62.5%;
	overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form{
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: メイリオ,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color: #000;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
*{
	box-sizing: border-box;
}
a{
	color: #000;
	text-decoration:none;
	outline: 1px solid transparent;
}
p.txt{
	font-size: 1.6rem;
	line-height: 1.8;
}
img{
	vertical-align: bottom;
	max-width: 100%;
}

/* ------------------------------
    base
------------------------------ */

body{
	position: relative;
	font-size: 1.0rem;
}
p,table,dl,ol {
	font-size: 1.4rem;
	line-height: 1.8;
}
.fade,
.blackfade{
	transition: all 0.3s ease;
}
.fade{
	opacity: 1;
}
.fade:hover{
	opacity: .6;
}
.blackfade{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #000;
}
.blackfade:hover{
	opacity: .4;
}
.full-img {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.full-img img {
	display: block;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 1400px;
}
.h-center{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.v-center{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.hv-center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.flex {
	display: flex;
	justify-content: space-between;
}
.left{
	float: left;
}
.right{
	float: right;
}
.center{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.wrap{
	width: 100%;
	max-width: 1140px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
#overlay {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
	z-index: 998;
}
#overlay.active {
	opacity: 1;
	pointer-events: auto;
}
section {
	position: relative;
}

/* ------------------------------
    contents
------------------------------ */
.header_top .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 950px;
	margin: 0 auto;
	padding: 10px 0;
}
.header_top .logo{
	line-height: 1;
	margin: 0 ;
	max-width: 191px;
	width: 30%;
}
.header_top .logo img{
	max-width: 100%;
}
.header_top .telwrap{
	text-align: center;
}
.header_top .telwrap .tel{
	margin-bottom: 5px;
	text-align: center;
}
.header_top .telwrap .time{
	font-size: 13px;
	margin-bottom: 0;
}
.header_navi{
	background: #173f3d;
}
.header_navi .wrap{
	max-width: 950px;
	margin: 0 auto;
}
.header_navi ul{
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
}
.header_navi ul li{
	flex: 1;
	position: relative;
}
.header_navi ul li:last-child::after,
.header_navi ul li::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 90%;
	background: #fff;
	transform: translateY(-50%);
	z-index: 1;
}
.header_navi ul li:last-child::after{
	left: auto;
	right: 0;
}
.header_navi ul li a{
	font-size: 16px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	transition: .3s;
	outline: 1px solid transparent;
}
.header_navi ul li a:hover{
	text-decoration: none;
	opacity: .7;
	outline: 1px solid transparent;
}
@media screen and (min-width: 768px) {
	.header_navi{
		display: block!important;
	}
}
@media screen and (max-width: 767px) {
	body.fixed{
		position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 100;
	}
	.header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		height: 50px;
		margin-bottom: 1px;
		z-index: 100;
	}
	.header_top .wrap{
		padding: 0 0 0 3%;
	}
	.header_top .logo{
		line-height: 0;
		width: 115px;
	}
	.header_top .logo img{
		max-width: 100%;
	}
	.header_top .sp_right{
		display: flex;
		justify-content: flex-end;
	}
	.header_top .tel{
		width: 50px;
	}
	.header_top .tel a{
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #ebebeb;
	}
	.header_top .menu-trigger{
		width: 50px;
		height: 50px;
		position: relative;
		background: #173f3d;
	}
	.header_top .menu-trigger span{
		position: absolute;
		left: 0;
		right: 0;
		width: 25px;
		height: 2px;
		background: #fff;
		margin: 0 auto;
	}
	.header_top .menu-trigger span:nth-child(1){
		top: 30%;
	}
	.header_top .menu-trigger span:nth-child(2){
		top: 50%;
		transform: translateY(-50%);
	}
	.header_top .menu-trigger span:nth-child(3){
		bottom: 30%;
	}
	.header_top .menu-trigger.active span:nth-child(1){
		top: 50%;
		transform: translateY(-50%) rotate(135deg);
	}
	.header_top .menu-trigger.active span:nth-child(2){
		opacity: 0;
	}
	.header_top .menu-trigger.active span:nth-child(3){
		top: 50%;
		bottom: auto;
		transform: translateY(-50%) rotate(-135deg);
	}
	.header_navi{
		background: #173f3d;
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		padding: 15px 0;
		max-height: calc(90vh - 50px);
		overflow-y: scroll;
		display: none;
	    z-index: 100;
	}
	.header_navi ul{
		display: block;
	}
	.header_navi ul li:last-child::after,
	.header_navi ul li::before{
		display: none;
	}
	.header_navi ul li a{
		width: 100%;
		height: 50px;
	}

	main{
		display: block;
		padding-top: 50px;
	}
}

main .section-ttl {
	font-size: 42px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

main #fv {
	background: #fff;
}
main #fv .bg {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url( ../img/fv_bg.png);
	height: auto;
}
main #fv .bg .wrap {
	padding: 104px 0;
	max-width: 950px;
	width: 92%;
}
main #fv h2 {
	margin-left: 30px;
	margin-bottom: 20px;
}
main #fv h2 .red {
	color: #e30019;
}
main #fv .img {
	width: 300px;
	text-align: left;
	position: absolute;
	align-self: flex-end;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 1400px){
	
	#fv .flex{
		justify-content: flex-start;
	}
	#fv .box{
		width: 60%;
	}
}
@media screen and (max-width: 1020px){

	#fv .box{
		width: 68%;
	}
	
	main #fv .img {
		width: 26%;
	}
	main #fv h2{
		margin-left: 0;
	}
}

main #fv .txt {
	font-size: 21px;
	line-height: 1;
	margin: 15px 6px 0;
}

main #fv.fv02 {
	background: url(../img/fv_bg02.jpg) no-repeat left center,#fff;
	background-size: auto 100%;
}
main #fv.fv02 .bg .wrap {
	padding-top: 5%;
	padding-bottom: 4%;
	background: url(../img/fv_img02.png) no-repeat;
	background-size: auto 100%;
	background-position: right bottom;
}
main #fv.fv02 .gray{
	background: #f3f3f3;
}

main .btn a {
	display: inline-block;
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	padding: 1em;
	background: #ffe147;
	border: 2px solid #ffb404;
	transition: background .3s;
	white-space: nowrap;
}
main .btn a:hover {
	background: #ffb404;
}
main .btn.green a {
	background: #4cb911;
	border: 2px solid #359900;
	color: #fff;
}
main .btn.green a:hover {
	background: #359900;
}
main #fv .attention {
	font-size: 14px;
	line-height: 1.4;
	padding: 0;
	text-shadow:
		#fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px
}
main #fv .tegaki {
	margin-bottom:5px;
	margin-left: 0;
	text-align: center;
}
main #fv .tegaki img{
	max-width: 450px;
/*	width: 62%;*/
}
main #fv .tegaki2 img{
	max-width: 547px;
}
main #fv .tegaki2 {
	margin-top: 20px;
}

main #fv .btn{
	display: block;
	margin-bottom: 15px;
	text-align: center;
}

main .btn a {
	border-radius: 5px;
}

main #indexfor .box {
	padding: 60px 0;
}
main #indexfor .box:nth-child(odd) {
	background: #f3f3f3;
}
main #indexfor .img {
	width: 40%;
	text-align: center;
}
main #indexfor .detail {
	width: 60%;
}
main #indexfor .detail h3 {
	color: #666;
	font-size: 16px;
	line-height: 1.2;
}
main #indexfor .detail h3 strong {
	color: #000;
	font-size: 40px;
}
main #indexfor .detail .note{
	font-size: 8px;
	margin-bottom: 20px;
}
main #indexfor .detail ul li {
	position: relative;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	padding-left: 1.5em;
}
main #indexfor .detail ul li+li {
	margin-top: 1em;
}
main #indexfor .detail ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-left: 2px #299f67 solid;
	border-bottom: 2px #299f67 solid;
	width: 1em;
	height: .5em;
	transform: rotate(-45deg);
}

main #introduction {
	padding: 40px 0 65px;
	/*background: #f3f3f3;*/
}

main #introduction .txt {
	color: #333333;
	font-size: 18px;
	line-height: 1.657;
}
main #introduction .txt02 {
	font-size: 20px;
}
main #introduction .txt strong {
	display: inline-block;
	color: #333;
	font-size: 180%;
	line-height: 1.8;
	margin-bottom: 1.5em;
}

main #author {
	padding: 60px 0;
	background-color: #f5f5f4;
}
main #author .profile .img {
	order: 2;
	padding-top: 50px;
}
main #author .profile .detail {
	width: 60%;
	padding-right: 50px;
}
main #author .profile h3 {
	color: #333;
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: .5em;
}
main #author .profile .name {
	color: #333;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 1em;
}
main #author .profile .name strong {
	font-size: 24px;
	font-weight: normal;
}
main #author .profile .txt,
main #author .tvinfo .txt{
	color: #666;
	font-size: 17px;
	line-height: 1.8;
}
main #author .tvinfo .txt span{
	font-weight: bold;
	font-size: 20px;
}
main #author .tvinfo h3,
main #author .book h3 {
	font-size: 36px;
	text-align: center;
	margin: 60px 0 60px;
}
main #why{
	padding-top: 60px;
	padding-bottom: 120px;
}
main #why2{
	padding-top: 30px;
	padding-bottom: 60px;
}
main #why .txt{
	margin-top: 30px;
}
main #why table,main #why2 table{
	border: 1px solid #000;
	width: 100%;
	border-collapse: collapse;
	margin-top: 30px;
}
main #why table th,
main #why table td,
main #why2 table th,
main #why2 table td{
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 8px 5px;
	border: 1px solid #000;
}
main #why table th:first-child,
main #why table td:first-child,
main #why2 table th:first-child,
main #why2 table td:first-child{
	width: 180px;
}
main #why table th:nth-child(2),
main #why table td:nth-child(2),
main #why2 table th:nth-child(2),
main #why2 table td:nth-child(2){
	width: 150px;
}
main #why table th:nth-child(3),
main #why table td:nth-child(3),
main #why2 table th:nth-child(3),
main #why2 table td:nth-child(3){
	width: 240px;
}
main #why table th:nth-child(4),
main #why table td:nth-child(4),
main #why2 table th:nth-child(4),
main #why2 table td:nth-child(4){
	width: 560px;
}
main #why table th,
main #why2 table th{
	background: #aaa;
	color: #fff;
	text-align: center;
}
main #why table td .red,
main #why2 table td .red{
	color: #ff0000;
}
main #why table td .bold,
main #why2 table td .bold{
	font-weight: bold;
}
main #why table td.ac,
main #why2 table td.ac{
	text-align: center;
}
main #why2 p{
	font-size: 1rem;
	margin-top: 10px;
}


main .cta {
	padding: 60px 0;
	background: #252525;
}
main .cta h2,
main .cta p {
	text-align: center;
	color: #fff;
}
main .cta h2 {
	margin-bottom: 0;
}
main .cta .txt {
	color: #f5f5f5;
	font-size: 14px;
	line-height: 1.6;
}
main .cta .price {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 15px;
	/* font-size: 60px;
	line-height: 1.0; */
	font-weight: bold;
}
main .cta .price span {
	color: #bebebe;
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	text-decoration: line-through;
	margin-bottom: 20px;
}
main .cta .price span.souryou {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	text-decoration: none;
}
main .cta .btn {
	margin: 10px auto 30px;
	display: block;
}

main #review {
	padding: 60px 0 10px;
}
main #review h2 span {
	display: block;
	color: #999;
	font-size: 16px;
	font-weight: normal;
	line-height: 3;
}
@media screen and (min-width: 768px){
	main .cta h2 {
		line-height: 0.5;
	}
}
@media screen and (max-width: 767px){
main #review .section-ttl {
    font-size: 2.8rem;
}
}

main #review .well{
	margin-top: 30px;
}
main #review .well {
    max-width: 705px;
    margin: 30px auto 0 auto;
}
main #review .well strong,main #review .well div{
	font-size: 1.4rem;
	    line-height: 1.42857143;
}

main .disclaimer{
	margin-bottom: 60px;
}
main .disclaimer p+p{
	margin-top: 20px;
}

footer{
	width: 100%;
	background: #ebebeb;
	padding: 30px 0;
	text-align: center;
}
footer .wrap{
	padding: 0 190px;
}
footer ul.menu{
	text-align: left;
	max-width: 100%;
	margin-bottom: 2em;
}
footer ul.menu > li{
	display: inline-block;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	margin-right: 20px;
}
footer ul.menu > li:last-child{
	margin-right: 0;
}
footer ul.menu > li a{
	color: #333;
}
footer ul.menu > li a:hover{
	cursor: pointer;
}
footer .txt{
	font-size: 14px;
	color: #333;
}

@media screen  and (min-width : 1025px){

	.tb{
/*		display:none!important;*/
	}

}

@media screen  and (max-width : 1024px){

	main #fv h2 {
		font-size: 7vw;
	}
	main #fv .txt {
		font-size: 2vw;
	}
	main #fv .btn {
		padding-left:0;
		text-align: left;
	}
	
	main #fv .btn a {
		white-space: normal;
		font-size: 2.8rem;
	}

	main #fv.fv02 .bg .wrap{
		background-size: auto 100%;
    	background-position: right 6% bottom;
	}

	main #indexfor .img {
		padding-right: 3%;
	}

	main #author .profile {
		display: block;
	}
	main #author .profile .img {
		order: 1;
		text-align: center;
		margin-bottom: 3%;
		padding-top: 0;
	}
	main #author .profile .detail {
		width: 100%;
		padding-right: 0;
	}

	footer .wrap{
		padding: 0 50px;
	}

}

@media screen  and (min-width : 768px){

	.sp{
		display:none!important;
	}

}

@media screen and (max-width : 767px){

	.pc{
		display:none!important;
	}
	.tb{
		display:none!important;
	}
	body{
		min-width:inherit;
	}
	img{
		max-width: 100%;
	}
	p{
		font-size: 1.8rem;
	}
	p.txt {
		font-size: 1.8rem;
		line-height: 1.8;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.full-img img {
		display: block;
		position: static;
		transform: translateX(0);
		width: 100%;
		min-width: inherit;
	}
	main #fv .bg .wrap {
		padding: 30px 0;
	}
	.fixed {
		position:fixed;
		top:0;
		left:0;
		width:100%;
	}

	main .section-ttl {
		font-size: 3.5rem;
	}

	main #fv .flex .img {
		margin: 5% 0 0;
	}
	main #fv .flex {
/*		display: block;*/
	}

	main #fv .bg {
		/*background-position: right 30% top 0;*/
	}
	main #fv h2 {
		font-size: 8vw;
	}
	main #fv .txt {
		margin: 4% 0;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	main #fv .btn a {
		font-size: 2.4rem;
	}
	main #fv .attention {
		font-size: 2.5vw;
	}

	main #fv.fv02 .bg .wrap {
		background-size: auto 100%;
    	background-position: right -11vh bottom;
	}
	main #fv.fv02 .flex .img {
		width: 50%;
	}


	main #indexfor .detail {
		width: 100%;
	}
	main #indexfor .detail h3 {
		font-size: 5vw;
		line-height: 1.4;
		text-align: center;
	}
	main #indexfor .detail h3 strong {
		font-size: 6vw;
	}
	main #indexfor .detail .note{
		font-size: 2.2vw;
	}
	main #indexfor .detail ul li {
		font-size: 3.5vw;
	}
	main #indexfor .flex {
		display: block;
	}
	main #indexfor .img {
		width: 80%;
		text-align: center;
		padding: 0;
		margin: 0 auto;
	}

	main #introduction .txt {
		font-size: 1.8rem;
	}

	main #author .profile .img img {
		width: 80%;
	}
	main #author .profile h3 {
		font-size: 3rem;
		text-align: center;
	}
	main #author .profile .name {
		font-size: 2rem;
	}
	main #author .profile .name strong {
		font-size: 2.5rem;
	}
	main #author .profile .txt {
		font-size: 1.7rem;
	}
	main #author .book h3 {
		font-size: 3rem;
		margin: 8% 0 6%;
	}
	main #why2{
		padding-top: 3%;
		padding-bottom: calc(3% + 30px);
	}
	main #why table th,
	main #why table td,
	main #why2 table th,
	main #why2 table td{
		font-size: 1.5rem;
		line-height: 1.8;
		padding: 8px 1%;
	}
	main #why table th:first-child,
	main #why table td:first-child,
	main #why2 table th:first-child,
	main #why2 table td:first-child{
		width: 20%;
	}
	main #why table th:nth-child(2),
	main #why table td:nth-child(2),
	main #why2 table th:nth-child(2),
	main #why2 table td:nth-child(2){
		width: 15%;
	}
	main #why table th:nth-child(3),
	main #why table td:nth-child(3),
	main #why2 table th:nth-child(3),
	main #why2 table td:nth-child(3){
		width: 25%;
	}
	main #why table th:nth-child(4),
	main #why table td:nth-child(4),
	main #why2 table th:nth-child(4),
	main #why2 table td:nth-child(4){
		width: 40%;
	}

	main #review .well strong,main #review .well div{
		font-size: 1.4rem;
		line-height: 1.42857143;
	}

	main .cta .txt {
		font-size: 1.8rem;
	}
	main .cta .price {
		font-size: 1.6rem;
		margin-top: 0;
	}
	main .cta .price span {
		font-size: 2.5rem;
	}
	main .cta .price .souryou {
		display:block;
	}
	main .cta img {
		width: 50%;
	}
	main .btn a {
		font-size: 2.5rem;
		line-height: 1.2;
	}

	main #review h2 span {
		font-size: 1.5rem;
		line-height: 1.6;
	}

	main .disclaimer{
		margin-bottom: 8%;
	}
	main .disclaimer p+p{
		margin-top: 3%;
	}

	footer .wrap{
		padding: 0 5%;
	}
	footer ul.menu > li{
		font-size: 1.45rem;
		margin-right: 1.5em;
	}
	footer .txt{
		font-size: 1.2rem;
	}

}


.pre_notes{
	font-size:2.4rem;
	font-weight:bold;
	margin:0 0 20px;
}
.pre_notes br{
	display:none;
}

@media screen and (max-width : 1200px){
	.pre_notes{
		line-height:1.4;
	}
	.pre_notes br{
		display:block;
	}
}
@media screen and (max-width : 767px){
	.pre_notes{
		font-size:1.4rem;
		line-height:1.4;
		margin:0 0 15px;
	}
}

.clear{
	clear:both;
}
/* ------------------------------
    clearfix
------------------------------ */

.cf,.clearfix{
  zoom:1;
}
.cf:after,.clearfix:after{
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}







#voice{
	background-color: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 20px;
}

.voice-area{
	width: 950px;
	max-width: 100%;
	margin: 20px auto 0;
}
.voice-area ul{
	margin: 0;
	padding: 0;
}
.voice-area ul li{
	border: 2px solid #5080be;
	margin-bottom: 20px;
	background: url(../img/voice_bg01.jpg) repeat;
    background-position: 0 6px;
	padding: 20px 20px 2px;
	list-style: none;
	display: flex;
	align-items: flex-start;
}
.voice-area ul li img{
	width: 140px;
	height: auto;
	margin-right: 20px;
}
.voice-area ul li p{
	    font-size: 1.8rem;
    line-height: 3rem;
}
.voice-area ul li p:first-child{
	padding-left: 1em;
	text-indent: -1em;
}
.voice-area ul li .name{
	font-weight: bold;
	text-align: right;
}
.voice-area ul li .note{
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
	margin-top: 0;
}

.txt_uline{
	text-decoration: underline;
}

#mokuji .bg {
    background-color: #333333;
	text-align: center;
	background-image: url(../img/mokuji_bar.png);
	background-size: cover;
}
#mokuji .bg h3 {
    padding: 88px 0 90px;
	text-align: center;
}
#mokuji .bg h3 span {
    text-align: center;
    font-size: 4.8rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
	color: #fff;
	font-weight: bold;
}

.index_box1 .left{
float: left;
width: 47%;
}
.index_box1 .right{
float: right;
width: 53%;
}
.index_box2{
	float: right;
	width: 48%;
}
.index_box1 p,
.index_box2 p{
	font-size: 1.8rem;
}
.index_box1 ul li,
.index_box2 ul li{
	font-size: 1.8rem;
	list-style-type: none;
	position: relative;
	text-align:left;
	margin: 0 0 0.3em 2.0em;
	line-height: 1.5;
}
.index_box1 ul li:after,
.index_box2 ul li:after{
	display: block;
	content: '';
	position: absolute;
    top: 0.4em;
    left: -1.2em;
	width: 13px;
	height: 13px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 100%;
}
.index_box1 p.index_chapter.end{
	border-left: none;
	padding-left: 23px;
}
.index_box1 p.index_chapter,
.index_box2 p.index_chapter {
	border-left: solid 4px #ed1c24;

	padding: 0 0 0 8px;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 30px;
	line-height: 1.45;
}
.index_box1 p.index_chapter span.smaller,
.index_box2 p.index_chapter span.smaller {
	font-size: 2.4rem;
}
.index_box1 p.index_chapter span.red,
.index_box2 p.index_chapter span.red {
	color: #ed1c24;
}
.index_box1 p.index_chapter span.note{
    font-size: 8px;
    font-weight: normal;
}
.boder {
 border-bottom: dotted 1px #CCC;
    margin-bottom: 1.5rem;
}

#fv img{
	max-width: 100% !important;
}


.voice-area ul li img{
	width: 117px;
}
/* .voice-area ul li:first-of-type img{
	width: 57px;
}
.voice-area ul li:last-of-type img{
	width: 117px;
}
.voice-area ul li:nth-of-type(2){
	padding-left: 114px;
} */
.voice-area ul li:last-of-type .note{
	margin-top: 20px;
}
.mt35{ margin-top: 35px !important;}
.mt50{ margin-top: 50px !important;}

#introduction img.right{
	margin-left: 50px;
	display: block;
}

#mokuji{
	padding-bottom: 62px;
}
.mokuji_att{
	margin-top: 25px;
	margin-left: 23px;
}

.ip{
	display: none;
}


@media screen and (max-width : 1024px){
	main #fv .attention{
	text-shadow: 
		#fff 2px 0px,  #fff -2px 0px,
		#fff 0px -2px, #fff 0px 2px,
		#fff 2px 2px , #fff -2px 2px,
		#fff 2px -2px, #fff -2px -2px,
		#fff 1px 2px,  #fff -1px 2px,
		#fff 1px -2px, #fff -1px -2px,
		#fff 2px 1px,  #fff -2px 1px,
		#fff 2px -1px, #fff -2px -1px;			
	}
	#introduction img.right{
		float: none;
		margin:25px auto;
		
	}
}

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

	main #fv h2 {
		margin: 0;
	}
	.index_box1 ul,
	.index_box2 ul {
		float: none!important;
		width: 100%!important;
	}
	#mokuji .bg h3{
		padding: 30px 0 25px;
	}
	#mokuji .bg h3 span{
		font-size: 3.5rem;
	}
	main #fv .tegaki,
	main #fv .btn{
		margin-left: 0;
	}
	.mokuji_att{
		margin-left: 0;
	}
	.voice-area ul li{
		display: block;
	}
	.voice-area ul li:nth-of-type(2){
		padding-left: 20px;
	}
	.voice-area ul li:first-of-type img,
	.voice-area ul li:last-of-type img{
		width: auto;
		margin: auto;
		display: block;
		margin-bottom: 25px
	}
	.voice-area{
		padding: 0 10px;
	}
	

}
@media screen and (max-width : 425px){
	
	.ip{
		display: block;
	}
	#mokuji .bg h3 span{
		font-size: 2.4rem;
	}
	.voice-area ul li p:first-child{
		padding-left: 0;
		text-indent: 0;
	}
	main #author .tvinfo h3, main #author .book h3,
	main #author .profile h3{
		font-size: 2.4rem;
	}
}
@media screen and (max-width : 375px){

	main .section-ttl{
		font-size: 2.4rem;
	}
	main .cta .price span.souryou{
		font-size: 2rem;
		display: block;
	}
	main #why table th, main #why table td, main #why2 table th, main #why2 table td{
		font-size: 1.1rem;
	}
	main .btn a{
		font-size: 2rem;
	}
}



@media screen and (max-width: 1200px){
	main #fv .bg {
		height: auto;
		background-size: cover;
		background-position: right top;
	}
}
@media screen and (max-width: 768px){
	

	main #fv .bg {
		
	}
	main #fv .flex .img{
		margin: 0;
	}
	main #fv .txt{
	text-shadow: 
		#fff 2px 0px,  #fff -2px 0px,
		#fff 0px -2px, #fff 0px 2px,
		#fff 2px 2px , #fff -2px 2px,
		#fff 2px -2px, #fff -2px -2px,
		#fff 1px 2px,  #fff -1px 2px,
		#fff 1px -2px, #fff -1px -2px,
		#fff 2px 1px,  #fff -2px 1px,
		#fff 2px -1px, #fff -2px -1px;	
		font-size: 1.6rem;
		margin-top: 20px;
	}
	#fv .flex{
		justify-content: flex-start;
	}
	#fv .flex .box{
		width: 60%;
	}
	main #fv .flex .img{
		width: 20%;
		text-align: left;
		
	}
}
@media screen and (max-width: 425px){

	main #fv .tegaki{
		width: 76%;
	}
	main #fv .btn{
		padding: 0;
		margin-bottom: 15px;
	}
	main #fv .txt{
		font-size: 1.4rem;
	}
	main #fv .btn a{
		font-size: 2rem;
	}
	main #fv .txt{
		margin-top: 25px;
	}
	#fv .flex .box{
		width: 69%;
	}
	/*main #fv .bg{
		background-position: right top -21vw;
		background-image: url( ../img/fv_bg_sp.jpg);
	}*/

	#fv .attention.left{
		float: none;
	}
	main #fv h2{
		font-size: 3.2rem;
	}
	main #fv .txt{
		margin-top: 10px;
	}
	main #fv .txt{
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	main #why{
		padding-top: 30px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 375px){
	main #fv .btn a{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 320px){
	
	main #fv .txt{
		font-size: 1.3rem;
	}
	main #fv .btn a{
		font-size: 1.6rem;
	}
	main #fv h2{
		font-size: 2.8rem;
	}
}

@media all and (-ms-high-contrast: none){


	.voice-area ul li:first-of-type img{
		width: 168px !important;
		height: 57px;
	}
}

main #why .section-ttl,
main #why3 .section-ttl{
	font-size: 3rem;
}
@media screen and (max-width: 375px){
	
	main #why .section-ttl,
	main #why3 .section-ttl{
		font-size: 2.8rem;
	}
}



/*-------------------------
present_img
---------------------------*/

.present_box{
	margin-top: 50px!important;
	display: flex;
	align-items: center;
}
.present_box ul{
	flex: 1;
	margin-left: 20px;
}
.present_box ul li{
	position: relative;
	padding-left: 40px;
	font-size: 1.6rem;
    line-height: 1.8;
}
.present_box ul li+li{
	margin-top: 15px;
}
.present_box ul li::before,
.present_box ul li::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.present_box ul li::before{
	width: 28px;
	height: 28px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000d48;
}
.present_box ul li::after{
	left: 10px;
	width: 3px;
	height: 3px;
	border: 6px solid transparent;
	border-left: 10px solid #fff;
}
.present_img{
	width: 50%;
	max-width: 400px;
	margin: auto;
}
.present_img img{
	max-width: 100%;
}
.presentarea{
	padding-bottom: 80px;
}
.presentarea p{
	font-size: 1.6rem;
    line-height: 1.8;
}
.presentarea p+p{
	margin-top: 35px;
}
.presentarea h3{
	font-weight: bold;
	color: #ff0000;
	font-size: 36px;
    text-align: center;
    margin: 60px 0 60px;
}

@media screen and (max-width: 768px){

	#why{
		/*padding-bottom: 0!important;*/
	}
	.present_box{
		margin-top: 5%!important;
		display: block;
	}
	.present_box ul{
		margin-left: 0;
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.present_box ul li{
		font-size: 1.8rem;
		line-height: 1.6;
		position: relative;
		padding-left: 30px;
	}
	.present_box ul li+li{
		margin-top: 10px;
	}
	.present_box ul li::before,
	.present_box ul li::after{
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: -2px;
	}
	.present_box ul li::before{
		width: 20px;
		height: 20px;
	}
	.present_box ul li::after{
		left: 8px;
		border: 4px solid transparent;
		border-left: 6px solid #fff;
	}
	.present_img{
		width: 80%;
		max-width: 400px;
		margin: auto;
	}

	.presentarea{
		padding-bottom: 5%;
	}
	.presentarea p{
		font-size: 1.8rem;
	    line-height: 1.8;
	}
	.presentarea p+p{
		margin-top: 4%;
	}
	.presentarea h3{
		font-size: 3rem;
	    margin: 50px 0 6%!important;
	}

}

.attention a{
	display: inline-block;
	position: relative;
}
.attention a:hover{
	text-decoration: none;
}
.attention a:hover::before{
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #337ab7;
}
.present_img span{
	font-size: 1.1rem;
	line-height: 1.4;
	display: inline-block;
}
@media screen and (max-width: 768px){
	main #fv .btn a{
		font-size: 2rem;
	}
	main #fv .btn a{
		padding: 1em .5em;
	}
}

/*add*/
.marker {
	background: linear-gradient(transparent 50%, #ffd200 50%);
	font-weight: bold;
}
.red {
	color: #e83d46;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

#point {
	background: #000 url("../img/bg_point.png") no-repeat center center;
	background-size: cover;
	padding: 40px 0;
}
#point h2 {
	color: #fff;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 25px;
	text-align: center;
}
#point .box {
	background: #fff;
	padding: 40px 20px 30px 20px;
	max-width: 1053px;
	margin: 0 auto;
}
#point li {
	font-size: 2.1rem;
	line-height: 1.5;
	margin: 0 0 15px;
	padding: 0 0 0 40px;
	position: relative;
}
#point li::before {
	background: url("../img/ico_check.png");
	background-size: cover;
	content: '';
	display: block;
	height: 24px;
	left: 0;
	top: 2px;
	position: absolute;
	width: 24px;
}

#point .wrap .strong {
	color: #cc0000;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.3;
	padding: 40px 0 30px;
	text-align: center;
}


#point_b {
	background: #000 url("../img/bg_point.png") no-repeat center center;
	background-size: cover;
	padding: 40px 0;
}
#point_b h2 {
	color: #fff;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 25px;
	text-align: center;
}
#point_b .box {
	background: #fff;
	padding: 40px 20px 30px 20px;
	max-width: 1053px;
	margin: 0 auto;
}
#point_b p {
	font-size: 18px;
	margin-bottom :25px;
}
#point_b .img {
	min-width: 405px;
	margin-right: 35px;
}
#point_b .flex {
	margin-bottom: 10px;
}


@media screen and (max-width: 768px){
	#point .flex, #point_b .flex {
		display: block;
	}
	#point h2, #point_b h2 {
		font-size: 2rem;
	}
	#point .wrap .strong {
		font-size: 2rem;
		padding: 20px 0;
	}
	#point li {
		font-size: 1.8rem;
	}
	#point li::before {
		top: -1px;
	}
	#point_b .img {
		min-width: auto;
		margin: 0 0 20px 0;
		text-align: center;
	}
}

main #introduction .txt {
	margin-bottom: 30px;
}
main #introduction .txt.font_l {
	font-size: 2.2rem;
}
#introduction .flex .img img {
	max-width: 250px;
}
#introduction .flex .img {
	text-align: center;
}

@media screen and (min-width: 768px) {
	main #introduction .section-ttl {
		font-size: 35px;
	}
	#introduction .flex .img {
		text-align: center;
		width: 45%;
	}
	#introduction .flex .txt_wrap {
		width:55%;
	}
	main #introduction .wrap {
		padding: 0 5%;
	}
	
}
@media screen and (max-width: 767px) {
	#introduction .flex {
		display: block;
	}
	#introduction .flex .img img {
		width: 50%;
	}

}
.attention {
	margin: 20px 0;
}


/*-------------------------
quality
---------------------------*/
.quality{
	margin-bottom: 80px;
}
.quality .secttl{
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
}
.quality .secttl span{
	font-size: 4rem;
}
.quality .list{
	display: flex;
	justify-content: space-between;
}
.quality .list li{
	width: 30%;
}
.quality .list li .img{
	text-align: center;
	margin-bottom: 15px;
}
.quality .list li .ttl{
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.quality .list li .ttl sup{
	font-size: 60%;
}
@media screen and (max-width: 768px){
	.quality{
		margin-bottom: 60px;
	}
	.quality .secttl{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.quality .secttl span{
		font-size: 32px;
	}
	.quality .list{
		display: block;
	}
	.quality .list li{
		width: 100%;
	}
	.quality .list li+li{
		margin-top: 20px;
	}
	.quality .list li .ttl{
		font-size: 20px;
	}
}

/*for ipad*/
@media screen and (max-width: 1020px) and (min-width: 376px){
	#fv br.pc {
		display: none;
	}
	#fv br.ip, #point br.ip, #point_b br.ip, #mokuji br.ip, #introduction br.ip {
		display: block;
	}
	#mokuji h3 {
		line-height: 2;
	}
}