@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;
}
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;
	/* padding-top: 100px; */
}
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{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #000;
	padding: 10px 30px;
	transition: all .3s;
}
header.active{
	padding: 0 30px;
}
header .wrap{
	width: 100%;
	max-width: 1130px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .menu_wrap{
	height: 80px;
	flex-grow: 1;
}
header .logo{
	position: relative;
	left: 0;
	transform: translateY(-50%);
}
header nav .gnavi{
	display: flex;
	justify-content: right;
}
header nav .gnavi > li{
	height: 60px;
	line-height: 60px;
}
header nav .gnavi > li+li{
	margin-left: 30px;
}
header nav .gnavi > li > a{
	display: block;
	color: #fff;
	font-size: 1.3rem;
	position: relative;
	transition: all .3s;
}
header nav .gnavi > li > a::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 30%;
	transform: translateX(-50%);
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #fff;
	transition: all .3s;
	opacity: 0;
}
header nav .gnavi > li > a.active::before,
header nav .gnavi > li > a:hover::before{
	opacity: 1;
	bottom: 0;
}
 */

header{
	padding: 5px 0;
	background: #000;
}
header .obi img{
	float: left;
	margin: 20px 0 0 0;
}
header .tel{
	float: right;
	text-align: center;
	padding: 10px 0;
}
header .tel .tel-link{
	display: inline-block;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.0;
	color: #fff;
	background: url(../img/icon_tel.png) 0 center no-repeat;
	margin: 0 0 6px;
	padding: 0 0 0 30px;
}
header .tel p{
	font-size: 1.4rem;
	line-height: 1.0;
	color: #fff;
}

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 {
	padding: 25px 0 40px 0;
	background-position: right top 15px;
	background-repeat: no-repeat;
	background-size: auto 737px;
	background-image: url( ../img/fv_bg.jpg);
	height: auto;
}
main #fv .bg .wrap {
	padding-top:0;
	padding-bottom: 0;
}
main #fv h2 {
	text-align: center;
}
main #fv h2 .red {
	color: #e30019;
}
main #fv .img {
	width: 40%;
	text-align: left;
	position: relative;
	padding-left: 10px;
	align-self: flex-end;
	left: -5px;
	top: 0;
	
}

@media screen and (max-width: 1400px){
	
	#fv .flex{
		justify-content: flex-start;
	}
	#fv .flex .box{
		/* width: 60%; */
	}
	main #fv .img {
		width: 16%;
	}
}
@media screen and (max-width: 1020px){
	main #fv .bg .wrap > .box {
		width: 53%;
	}
	
	#fv .flex .box{
		width: 53%;
	}
	
	main #fv .img {
		top: 0;
	}
}

main #fv .box {
	width: 100%;
	max-width: 710px;
}

main #fv .txt {
	margin: 22px 0;
	font-size: 20px;
	line-height: 1;
	text-align: center;
}

main #fv .txt strong {
	display: block;
	margin-bottom: 20px;
	color: #e50213;
	font-size: 31px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

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 {
	margin-top: 44px;
	font-size: 14px;
	line-height: 1.64;
	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: 22px;
	text-align: center;
}
main #fv .tegaki img{
	max-width: 450px;
/*	width: 62%;*/
}
main #fv .tegaki2 img{
	max-width: 590px;
}
main #fv .btn{
	width: 100%;
	text-align: center;
}

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 {
	margin-bottom: 35px;
	font-size: 24px;
}
main #introduction .txt02 span {
	display: inline-block;
	margin-right: 10px;
	color: #e50213;
}

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: 60px;
	line-height: 1.0;
	font-weight: bold;
}
main .cta .price span {
	color: #bebebe;
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
	text-decoration: line-through;
}
main .cta .price span.souryou {
	color: #fff;
	font-size: 4.5rem;
	font-weight: bold;
	text-decoration: none;
}
main .cta .btn {
	margin: 30px auto;
	display: block;
}
main .cta .attention{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
main .cta .attention p{
	text-align: left;
}
main .cta .attention p a{
	color: #fff;
}

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 (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 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;
		/* padding-top: 60px; */
	}
	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;
	}
	.wrap{
		width: 100%;
		padding: 0 3%;
	}
	.fixed {
		position:fixed;
		top:0;
		left:0;
		width:100%;
	}

	/* header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background-color: transparent;
		border-bottom: none;
		padding: 0;
		margin: 0;
		z-index: 999;
	}
	header.active {
		padding: 0;
	}
	header .wrap{
		width: 100%;
		height: 60px;
		padding: 0;
		display: block;
		position: relative;
		min-width: inherit;
	}
	header .menu_wrap{
		float: none;
		width: 100%;
		height: 60px;
		position: relative;
		background: #000;
		z-index: 999;
		box-sizing: border-box;
		padding: 0;
	}
	header .logo{
		position: absolute;
		left: 3%;
		height: 70%;
	}
	header .logo img{
		height: 100%;
		width: auto;
	}
	header .menu-trigger{
		display: block;
		position: fixed;
		top: 15px;
		right: 3%;
		width: 30px;
		height: 30px;
		z-index: 999;
	}
	header .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}
	header .menu-trigger span:nth-of-type(1) {
		top: 15%;
	}
	header .menu-trigger span:nth-of-type(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	header .menu-trigger span:nth-of-type(3) {
		bottom: 15%;
	}
	header.navOpen .menu-trigger span:nth-of-type(1) {
		top: 50%;
		transform: translateY(-50%)rotate(-45deg);
	}
	header.navOpen .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	header.navOpen .menu-trigger span:nth-of-type(3) {
		bottom: 50%;
		transform: translateY(50%)rotate(45deg);
	}
	header nav{
		opacity: 0;
		width: 100%;
		padding: 0;
		position: static;
		overflow-y: auto;
		max-height: calc(90vh - 60px);
		transform: translateY(-100%);
		transition: transform .3s;
	}
	header.navOpen nav{
		opacity: 1;
		transform: translateY(0);
	}
	header .nav_wrap{
		background: #000;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		position: relative;
		margin: 0;
	}
	header nav .gnavi{
		float: none;
		margin: 0;
		padding: 2% 0;
		display: block;
	}
	header nav .gnavi > li{
		display: block;
		float: none;
		height: auto;
		position: relative;
	}
	header nav .gnavi > li+li{
		margin: 0;
	}
	header nav .gnavi > li > a{
		background: transparent;
		display: block;
		color: #fff;
		font-size: 3.5vw;
		line-height: 1;
		padding: 1em 5%;
		position: relative;
	}
	header nav .gnavi > li > a.active::before,
	header nav .gnavi > li > a:hover::before{
		display: none;
	} */
	header .logo{
		width: 150px;
	}
	header .obi img{
		width: 100%;
		display: block;
	    float: none;
		max-width: 160px;
		margin-top: 0;
	}
	header .tel .tel-link {
	    font-size: 1.8rem;
	    padding: 0 0 0 15px;
	    background-size: contain;
	}
	header .tel .tel-link a,
	header .tel .tel-link span{
		color: #fff;
		text-decoration: none;
	}
	header .tel .tel-link a:hover{
		text-decoration: none;
	}
	header .tel {
	    float: none;
	    text-align: right;	
	    padding: 10px 0 5px;
	}
	header .tel{
		display: block;
		margin-left: auto;
	}
	header .tel p{
		font-size: 1rem;
		line-height: 1.6;
	    text-align: right;	
	}

	main .section-ttl {
		font-size: 3.5rem;
	}

	main #fv{
		padding-top: 0;
	}
	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 {
		margin-top: 22px;
		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: 4rem;
	}
	main .cta .price span {
		font-size: 2.5rem;
	}
	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.5rem;
		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:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.voice-area ul li img{
	width: 117px;
	max-width: inherit;
	margin-right: 20px;
}
.voice-area ul li .txt{
	width: calc(100% - 117px;);
}
.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 2.0em;
	line-height: 2;
}
.index_box1 ul li:after,
.index_box2 ul li:after{
	display: block;
	content: '';
	position: absolute;
    top: 0.5em;
    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: 50px;
	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: 2.6rem;
}

#fv img{
	max-width: 100% !important;
}

/* .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: 10px;
	display: block;
}

#mokuji{
	padding-bottom: 62px;
}
.mokuji_att{
	margin-top: 15px;
	/* margin-left: 23px; */
}

.ip{
	display: none;
}
@media screen and (max-width : 1200px){
	main #fv .img{
		right: 10px;
		left: 0;
		text-align: right;
	}
}

@media screen and (max-width : 1024px){

	main #fv .img{
		right: 10px;
		left: 0;
		text-align: right;
		width: 15%;
	}
	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 .txt strong {
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 1.25;
	}

	main #fv .img{
		width: 18%;
		position: static;
		top: 0;
		left: 0;
		right: 0;
	}

	
	.index_box1 ul,
	.index_box2 ul {
		float: none!important;
		width: 100%!important;
	}
	#mokuji .bg h3{
		padding: 30px 10px 25px 10px;
	}
	#mokuji .bg h3 span{
		font-size: 3.5rem;
		line-height: 1.35;
	}
	main #fv .tegaki,
	main #fv .btn{
		margin-left: 0;
	}
	.mokuji_att{
		margin-top: 25px;
		margin-left: 0;
	}
	.voice-area ul li{
		display: block;
	}
	.voice-area ul li:nth-of-type(2){
		padding-left: 20px;
	}
	.voice-area ul li img{
		width: auto;
		height: auto;
		margin: auto;
		display: block;
		margin-bottom: 25px
	}
	.voice-area ul li .txt{
		width: 100%;
	}
	.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;
	}
	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: auto 737px;
		background-position: right -20vw top;
	}
}
@media screen and (max-width: 768px){
	

	main #fv .bg {
		background-position: right top -20vw;
		padding: 50px 0 25px;
		background-image: url(../img/fv_bg.jpg);
	}
	main #fv .flex .img{
		margin: 15px 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: 50px;
		margin-bottom: 40px;
	}
	#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 .img{
		width: 27%;
	}
	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.jpg);

	}
	#fv .attention.left{
		float: none;
	}
	main #fv h2{
		font-size: 3.2rem;
	}
	main #fv .txt{
		font-size: 1.2rem;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	main #fv .txt strong {
		font-size: 1.6rem;
	}
	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;
	}
}

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;
	}
}


/*-----------------------

 スマホFV修正1217

-------------------------*/


@media screen and (max-width: 768px){

	main #fv .bg {
		padding: 30px 0 25px;
		background-size: 100vw auto;
		background-position: right -22vw top 30px;
	}
	main #fv .flex .img{
		width: 26%;
		margin: 0 0 4%;
	}
}




/*-------------------------
present_img
---------------------------*/

#why{
	padding-bottom: 0!important;
}

.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;
	}
}


/*-------------------------
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;
}
@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;
	}
}