/*--------------------------------------------------------------
. Section
--------------------------------------------------------------*/


.section{
	width: 100%;
	padding:50px 10px 50px;
	background-color:#FFF;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
@media screen and (max-width: 480px){
	.section{
		padding:20px 10px;
	}
}
.section:nth-child(even){
	background-color:#f4f4f4;
}
.section > div{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.section > div img{
	display:block;
	width:100%;
	height:auto;
}
.section p{
	color:#323232;
	line-height:2.0;
	text-indent:0;	
	text-align:justify;	
	margin:0 auto 1.8em;
	font-size:18px;
	margin-left:0 !important;
}
.section > div > p{
}
@media screen and (max-width: 768px){
	.section p{
		line-height:1.9;
		font-size:17px;
	}
}
@media screen and (max-width: 480px){
	.section p{
		line-height:1.9;
		font-size:17px;
	}
}






.transparent{
	background-color:transparent;
}


.section-image{
	position:relative;
	width:100%;
	max-width:none;
	padding: 0;
	padding-top:30%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}


.fixed-bg{
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	z-index:1;
}


.section-image .section-image-content{	
	position:absolute;
	display:flex;
	justify-content:center;
	align-items:center;	
	width:100%;
	height:100%;
	top:0;
	left:0;
}




.section-image-half{
	width:50%;
	padding:25% 0 0;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}




.section-image-athird{
	width:33.333%;
	padding:25% 0 0;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}




/*--------------------------------------------------------------
# Headline
--------------------------------------------------------------*/


.chapter-content{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.chapter-content-half{
	width:48%;
	margin-bottom:0px;
}
.chapter-content-20{
	width:18%;
}	
.chapter-content-30{
	width:28%;
}	
.chapter-content-33{
	width:32%;
	margin-bottom:20px;
}
.chapter-content-40{
	width:35%;
}		
.chapter-content-60{
	width:55%;
}		
.chapter-content-70{
	width:68%;
}
.chapter-content-80{
	width:78%;
}
@media screen and (max-width: 768px) {
	.chapter-content-half{
		width:100%;
	}
	.chapter-content-20{
		width:100%;
	}	
	.chapter-content-30{
		width:100%;
	}	
	.chapter-content-33{
		width:100%;
	}	
	.chapter-content-40{
		width:100%;
	}		
	.chapter-content-60{
		width:100%;
	}		
	.chapter-content-70{
		width:100%;
	}	
	.chapter-content-80{
	width:100%;
	}	
}


.chapter-content img{
	display:block;
	width:100%;
	margin:0 auto 30px;
}






/*--------------------------------------------------------------
. Subhead
--------------------------------------------------------------*/


.subhead{
	font-size:40px;
	color:#FFF;
	text-align:center;
	margin-bottom:30px;
	line-height: 1.6;
	font-weight: bold;
}
.subhead br.break{
	display:none;
}
@media screen and (max-width: 768px){
	.subhead{
		font-size:25px;
	}
}
@media screen and (max-width: 480px){
	.subhead{
		font-size:25px;
	}
	.subhead br.break{
		display:inline;
	}
}

.subhead1{
	font-size:30px;
	color:#000;
	text-align:center;
	margin-bottom:30px;
	line-height: 1.6;
	font-weight: bold;
}
.subhead1 br.break{
	display:none;
}
@media screen and (max-width: 768px){
	.subhead1{
		font-size:22px;
	}
}
@media screen and (max-width: 480px){
	.subhead1{
		font-size:22px;
	}
	.subhead1 br.break{
		display:inline;
	}
}


.subhead2{
	/* font-size:53px; */
	color:red;
	text-align:center;
	margin-bottom:30px;
	line-height: 1.6;
	font-weight: bold;
}
.subhead2 br.break{
	display:none;
}
@media screen and (max-width: 768px){
	.subhead2{
		font-size:23px !important;
	}
}
@media screen and (max-width: 480px){
	.subhead2{
		font-size:23px !important;
	}
	.subhead2 br.break{
		display:inline;
	}
}


.subhead3{
	font-size:26px;
	color:#000;
	text-align:center;
	margin-bottom:30px;
	line-height: 1.6;
	font-weight: bold;
}
.subhead3 br.break{
	display:none;
}
@media screen and (max-width: 768px){
	.subhead3{
		font-size:18px;
	}
}
@media screen and (max-width: 480px){
	.subhead3{
		font-size:18px;
	}
	.subhead3 br.break{
		display:inline;
	}
}

.subhead4{
	font-size:30px;
	color:red;
	text-align:center;
	margin-bottom:30px;
	line-height: 1.6;
	font-weight: bold;
}
.subhead4 br.break{
	display:none;
}
@media screen and (max-width: 768px){
	.subhead4{
		font-size:25px;
	}
}
@media screen and (max-width: 480px){
	.subhead4{
		font-size:25px;
	}
	.subhead4 br.break{
		display:inline;
	}
}


.serif{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}




/*--------------------------------------------------------------
. Bullet List
--------------------------------------------------------------*/


        .bullet-list {
            width: 100%;
            /* max-width:700px; */
            margin: 0 auto 30px;
            list-style-type: none;
            padding: 30px 20px;
        }


        .bullet-list li {
        	color:#4e4e4e;
            min-height: 30px;
            /* font-size:1.2rem; */
            margin-bottom: 1em;
            padding-left: 2.0em;
            background-size: 30px 30px;
            background-repeat: no-repeat;
            background-position: top left;
            background-image:url(//www.karaurilab.com/LP/old3mistakes/images/icon-face.png);
        }

        .bullet-list-chk {
            width: 100%;
            /* max-width:700px; */
            margin: 0 auto 30px;
            list-style-type: none;
            padding: 30px 20px;
        }


        .bullet-list-chk li {
        	color:#4e4e4e;
            min-height: 30px;
            /* font-size:1.2rem; */
            margin-bottom: 1em;
            padding-left: 2.0em;
            background-size: 26px 34px;
            background-repeat: no-repeat;
            background-position: top left;
            background-image:url(//www.karaurilab.com/LP/old3mistakes/images/check-green.png);
        }
        .bullet-list-cursor {
            width: 100%;
            /* max-width:700px; */
            margin: 0 auto 30px;
            list-style-type: none;
            padding: 0px 20px;
        }


        .bullet-list-cursor li {
        	color:#4e4e4e;
            min-height: 30px;
            /* font-size:1.2rem; */
            margin-bottom: 1em;
            padding-left: 2.0em;
            background-size: 26px 34px;
            background-repeat: no-repeat;
            background-position: top left;
            background-image:url(//www.karaurilab.com/LP/old3mistakes/images/icon-cursor.png);
        }

.mb0 {	margin-bottom: 0px !important;}


table.type2 {
	border-collapse: separate;
	border-spacing: 0px;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto;
	font-size: 75%;
	width: 870px;
}
	
table.type2 th {
	padding: 10px 0 5px 0;
	vertical-align: middle;
	font-weight: bold;
	background: #D3D3D3;
	border-right: 1px solid #fff;
	border-top: 1px solid #999;
}
	
table.type2 td {
	padding: 20px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background: #fff;
	vertical-align: middle;
}


table.type2 th:nth-child(1){
	width: 25%;
	padding: 10px 0 5px 0;
	border-left: 1px solid #999;
}	


table.type2 td:nth-child(1){
	width: 25%;
	padding: 10px;
	border-left: 1px solid #999;
}	


table.type2 th:nth-child(2){
	width: 18%;
	padding: 10px;
}	


table.type2 td:nth-child(2){
	width: 18%;
	padding: 10px;
}
	
table.type2 th:nth-child(3){
	width: 20%;
	padding: 10px;
}	


table.type2 td:nth-child(3){
	width: 20%;
	padding: 10px;
}


table.type2 th:nth-child(4){
	width: 35%;
	padding: 10px;
	border-right: 1px solid #999;
}	


table.type2 td:nth-child(4){
	width: 35%;
	padding: 10px;
	text-align: left;
	border-right: 1px solid #999;
}


        @media screen and (max-width: 480px) {
        	.bullet-list {
       		    width: 100%;
        	    /* max-width:700px; */
        	    margin: 0 auto 30px;
        	    list-style-type: none;
        	    padding: 30px 0px;
        }
            .bullet-list li {
                /* font-size:1.1rem !important; */
                background-size: 29px 29px !important;
                padding-left: 2.0em !important;
                color:#4e4e4e;
            }
         	.bullet-list-chk {
       		    width: 100%;
        	    /* max-width:700px; */
        	    margin: 0 auto 30px;
        	    list-style-type: none;
        	    padding: 30px 0px;
        }
            .bullet-list-chk li {
                /* font-size:1.1rem !important; */
                background-size: 26px 34px !important;
                padding-left: 2.0em !important;
            }
        }
         	.bullet-list-cursor {
       		    width: 100%;
        	    /* max-width:700px; */
        	    margin: 0 auto 60px;
        	    list-style-type: none;
        	    padding: 0px 0px;
        }
            .bullet-list-cursor li {
                /* font-size:1.1rem !important; */
                background-size: 26px 34px !important;
                padding-left: 2.0em !important;
            }
        }

        @charset "utf-8";


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


html,body {
	height: 100%;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
*, *::before, *::after {
	box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	color: #000;
	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;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
input, button, textarea  {

	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}
a {
	color: #000;
	text-decoration:none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}


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


body {
	min-width: 1040px;
	font-size: 1.0rem;
	text-align: left;
}
section {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}
main section .wrap {
	padding-top: 80px;
	padding-bottom: 80px;
}
.wrap {
	width: calc(890px + 60px);
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}
p,th,td,dt,dd,li {
	font-size: 1.8rem;
	line-height: 1.6;
}
p.txt {
	font-size: 1.8rem;
	line-height: 1.6;
}
.fade,
.blackfade {
	transition: opacity 0.3s ease;
	transform: translateZ(0)rotate(0.0001deg);
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden;
}
.fade img {
	outline: 1px solid transparent;
	transform: translateZ(0)rotate(0.0001deg);
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden;
}
.fade:hover {
	opacity: .6;
	cursor: pointer;
}
.h-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)translateZ(0);
}
.v-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)translateZ(0);
}
.hv-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)translateZ(0);
}
.flex {
	display: flex;
	justify-content: space-between;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.white {
	color: #fff;
}
.red {
	color: #fd0000;
}
.blue {
	color: #00b7f1;
}
.bg-gray {
	background: #f2f2f2;
}
.bg-blue {
	background: #1b324a;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 80%;
}
.ttl_udl {
	position: relative;
	font-size: 4.0rem;
	line-height: 1.2;
	font-weight: bold;
	padding-bottom: .5em;
	margin-bottom: 1em;
	text-align: center;
}
.ttl_udl::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 100px;
	transform: translateX(-50%);
	border-bottom: 5px solid #00b7f1;
}
.ttl_bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	font-size: 4.0rem;
	line-height: 1.2;
	font-weight: bold;
	padding: 1em 0;
}
.ttl_bg .big {
	font-size: 4.8rem;
}
.ttl_bg .small {
	font-size: 2.4rem;
}
.ttl_bdr {
	position: relative;
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: bold;
	padding-left: 1em;
	padding-bottom: 5px;
	margin-bottom: 1em;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}
.ttl_bdr::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: calc(100% - 5px );
	width: 100%;
	border-left: 5px solid #00b7f1;
}
.ttl_bdr span {
	font-size: 1.8rem;
}


/* ------------------------------
    header
------------------------------ */


header {
	position: fixed;
	width: 100%;
	z-index: 1000;
	background: #122233;
	box-shadow: 0 3px 10px rgba(0,0,0,.8);
	top:0;
	left:0;
}
header .wrap {
	max-width: 1040px;
	width: auto;
	padding: 0;
}
header .menu_wrap {
	height: 60px;
	flex-grow: 1;
}
header .logo {
	position: relative;
	left: 30px;
	transform: translateY(-60%);
}
header .txt {
	font-size: 1.4rem;
	right: 30px;
}
header .txt img {
	margin-bottom: .2em;
}




/* ------------------------------
    main
------------------------------ */


/* mv */


#mv {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#mv .wrap {
	width: 1000px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#mv .catch {
	margin-bottom: 3%;
}
#mv .flex {
	align-items: flex-start;
}
#mv .flex .ttl{
	margin-top: 4%;
}
#mv .flex .txt {
	font-size: 3.4rem;
	line-height: 1.2;
	margin: 5% 0 3%;
	color: #2a2b27;
}
#mv .img {
	padding-left: 5%;
}


/* sec01 */


#sec01 .big {
	font-size: 4.0rem;
	line-height: 1.2;
	margin-bottom: 1em;
}
#sec01 .flex .txt {
	text-justify: inter-ideograph;
	text-align: justify;
	padding-right: 0%;
}
#sec01 .flex .img {
	flex-shrink: 0;
	font-size: 1.4rem;
	line-height: 1.4;
}
#sec01 .flex .img img {
	margin-top: 2em;
	margin-bottom: 3%;
}
#sec01 .flex .img img:first-child {
	margin-top: 0;
}


/* sec03 */


#sec03 .box {
	margin-top: 50px;
}
#sec03 .box + .box {
	margin-top: 80px;
}
#sec03 .box .ttl {
	font-size: 3.0rem;
	line-height: 1.2;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: .6em;
}
#sec03 .box .ttl .num {
	font-size: 6.0rem;
	line-height: 1;
	margin-right: 2%;
}
#sec03 .box .txt {
	text-justify: inter-ideograph;
	text-align: justify;
}
#sec03 .box .img {
	flex-shrink: 0;
	margin-left: 3%;
}
#sec03 .small {
	font-size: 1.4rem;
	margin-top: 2em;
}


/* sec04 */


#sec04 .sp-none.img {
	margin-right: 2em;
}
#sec04 .txt {
	text-justify: inter-ideograph;
	text-align: justify;
}


/* sec05 */


#sec05 .wrap {
	width: 1020px;
}
#sec05 .flex {
	flex-wrap: wrap;
}
#sec05 .box {
	width: 48%;
}
#sec05 .box:nth-of-type(2) {
	order: 3;
	margin-top: 50px;
}
#sec05 .box:nth-of-type(3) {
	order: 2;
}
#sec05 .box:nth-of-type(4) {
	order: 4;
	margin-top: 50px;
}
#sec05 .box h4 {
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: .3em;
}
#sec05 .box ul li {
	font-size: 1.5rem;
	line-height: 1.6;
	text-indent: -1.5em;
	padding-left: 1.5em;
}


/* sec06 */


#sec06 .ttl_bdr {
	border-bottom: none;
	font-size: 2.4rem;
}
#sec06 .ttl_bdr::before {
	border-left-width: 7px;
}
#sec06 .box + .box {
	margin-top: 60px;
}
#sec06 .txt span {
	display: block;
}


/* sec07 */


#sec07 .box + .box {
	margin-top: 80px;
}
#sec07 .box .img {
	flex-shrink: 0;
	margin-left: 3%;
}
#sec07 .box .txt {
	text-justify: inter-ideograph;
	text-align: justify;
}


/* sec08 */


#sec08 .box {
	margin-top: 80px;
}


/* optin */


.box.optin .txt {
	text-justify: inter-ideograph;
	text-align: justify;
}
.box.optin .btn {
	margin-top: 40px;
}
.btn.mt50{
	margin-top: 50px;
}


/* sec_profile */


.sec_profile > div + div {
	margin-top: 80px;
}
.sec_profile .profile,
.sec_profile .author {
	display: flex;
}
.sec_profile .left_block {
	width: 35%;
	order: 1;
}
.sec_profile .right_block {
	width: 65%;
	padding-left: 5%;
	order: 2;
}
.sec_profile .name .big {
	font-size: 3.0rem;
	margin-bottom: .3em;
	padding-left: 20px;
}
.sec_profile .name .txt {
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 1.5em;
}
.sec_profile .name .ttl_udl {
	font-size: 4.8rem;
	text-align: left;
	padding-bottom: .3em;
	margin-bottom: 20px;
	padding-left: 20px;
}
.sec_profile .name .ttl_udl .small {
	font-size: 2.4rem;
	font-weight: normal;
	vertical-align: middle;
}
.sec_profile .name .ttl_udl::before {
	width: 100%;
}
.sec_profile .txt .small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.4;
}
.sec_profile .profile h3 {
	font-size: 2.0rem;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
.sec_profile .profile .book ul li {
	font-size: 1.2rem;
}
.sec_profile .profile .book ul li img {
	margin-bottom: .5em;
}
.sec_profile .profile .media .txt {
	font-size: 1.2rem;
}
.sec_profile .performance .flex {
	justify-content: flex-start;
	align-items: center;
}
.sec_profile .performance li + li {
	margin-top: 30px;
}
.sec_profile .performance h3 {
	font-size: 2.4rem;
	margin-bottom: .5em;
}
.sec_profile .performance .img {
	margin-right: 5%;
	flex-shrink: 0;
}
.sec_profile .performance .small {
	font-size: 1.4rem;
	margin-top: 2em;
}




/* ------------------------------
    footer
------------------------------ */


footer {
	background: #000;
	padding: 30px 0;
	text-align: center;
}
footer ul.menu > li {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.8;
	position: relative;
}
footer ul.menu > li::after {
	content: '丨';
	color: #fff;
	margin-left: .5em;
	margin-right: .5em;
}
footer ul.menu > li:last-child::after {
	display: none;
}
footer ul.menu > li a {
	color: #fff;
}
footer .copy {
	font-size: 1.2rem;
	line-height: 1.8;
	color: #fff;
}




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


	.pc-none {
		display:none!important;
	}


}


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


	body {
		min-width:inherit;
	}
	.wrap {
		width: 100%!important;
		padding-left: 3%;
		padding-right: 3%;
	}


	/* ------------------------------
		header
	------------------------------ */


	header .logo {
		position: absolute;
		left: 3%;
		height: 60%;
		transform: translateY(-55%);
	}
	header .logo img {
		width: auto;
		height: 100%;
	}


	/* ------------------------------
		main
	------------------------------ */


	#mv .flex .txt {
		font-size: 3.0rem;
	}


	#sec01 .flex .img {
		max-width: 35%;
	}


	#sec03 .box .ttl {
		font-size: 2.8rem;
	}
	#sec03 .box .img {
		flex-shrink: 0;
		width: 30%;
	}


	#sec04 .sp-none.img {
		margin-bottom: 1em;
		max-width: 30%;
	}


	#sec05 .ttl_bg {
		font-size: 2.4rem;
	}


	#sec07 .box .img {
		max-width: 30%;
	}


	.sec_profile .name .big {
		font-size: 2.4rem;
	}
	.sec_profile .name .txt {
		font-size: 2.0rem;
	}


}


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


	.tb-none {
		display:none!important;
	}


}


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


	.sp-none {
		display:none!important;
	}
	body {
		min-width:inherit;
	}
	.wrap {
		width: 100%;
		padding: 0 3%;
	}
	p,th,td,dt,dd,li {
		font-size: 4vw;
	}
	p.txt {
		font-size: 4vw;
		line-height: 1.8;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}


	main section .wrap {
		padding-top: 10%;
		padding-bottom: 10%;
	}
	.ttl_udl {
		font-size: 6vw;
		padding-bottom: .8em;
	}
	.ttl_udl::before {
		width: 30%;
		border-width: 3px;
	}
	.ttl_bg {
		font-size: 6vw;
	}
	.ttl_bg .big {
		font-size: 7vw;
	}
	.ttl_bg .small {
		font-size: 4vw;
	}
	.ttl_bdr {
		font-size: 5vw;
	}
	.ttl_bdr span {
		font-size: 4vw;
	}


	/* ------------------------------
		header
	------------------------------ */


	header,
	header .wrap,
	header .menu_wrap {
		width: 100%;
		height: 40px;
	}
	header {
		background: #434343;
		padding: 0;
		margin: 0;
		z-index: 999;
	}
	header .wrap {
		padding: 0;
		display: block;
		position: relative;
		min-width: inherit;
	}
	header .menu_wrap {
		position: relative;
		z-index: 999;
		padding: 0;
	}
	header .logo {
		height: 60%;
	}


	/* ------------------------------
		main
	------------------------------ */


	/* mv */


	#mv .wrap {
		padding-top: 5%;
		padding-bottom: 10%;
	}
	#mv .flex .ttl{
		width: 117%;
	}
	#mv .flex .txt {
		font-size: 4.5vw;
		width: 100%;
	}
	#mv .flex .btn{
		width: 100%;
	}
	#mv .img {
		max-width: 35%;
		margin-top: 30%;
	}


	/* sec01 */


	#sec01 .big {
		font-size: 5vw;
	}
	#sec01 .flex {
		display: block;
	}
	#sec01 .flex .img {
		max-width: 100%;
		font-size: 3vw;
		text-align: center;
		margin-top: 5%;
	}
	#sec03 .box .ttl {
		font-size: 5vw;
	}
	#sec03 .box .ttl .num {
		font-size: 10vw;
	}
	#sec01 .flex .img img {
		width: 60%;
	}


	/* sec03 */


	#sec03 .box {
		display: block;
		margin-top: 8%;
	}
	#sec03 .box + .box {
		margin-top: 10%;
	}
	#sec03 .box .img {
		margin: 5% 0 0;
		max-width: 100%;
		width: 100%;
	}


	/* sec04 */


	#sec04 img {
		width: 60%;
	}


	/* sec05 */


	#sec05 .ttl_bg {
		font-size: 5vw;
	}
	#sec05 .flex {
		display: block;
	}
	#sec05 .box {
		width: 100%;
	}
	#sec05 .box + .box {
		margin-top: 8%!important;
	}
	#sec05 .box h4 {
		font-size: 3.5vw;
		margin-top: 1.5em;
	}
	#sec05 .box ul li {
		font-size: 3.5vw;
	}


	/* sec06 */


	#sec06 .ttl_bdr {
		font-size: 4.5vw;
	}
	#sec06 .ttl_bdr::before {
		border-left-width: 5px;
	}
	#sec06 .box + .box {
		margin-top: 8%;
	}


	/* sec07 */


	#sec07 .box + .box {
		margin-top: 10%;
	}
	#sec07 .flex {
		display: block;
	}
	#sec07 .box .img {
		margin: 5% auto 0;
		max-width: 60%;
	}


	/* sec08 */


	#sec08 .box {
		margin-top: 10%;
	}


	/* optin */


	.box.optin .btn {
		margin-top: 5%;
	}
	.btn.mt50{
		margin-top: 5%;
	}


	/* sec_profile */


	.sec_profile > div + div {
		margin-top: 10%;
	}
	.sec_profile .profile,
	.sec_profile .author {
		display: block;
	}
	.sec_profile .left_block {
		width: 100%;
	}
	.sec_profile .right_block {
		width: 100%;
		padding-left: 0;
	}
	.sec_profile .right_block .img {
		width: 60%;
		margin: 5% auto;
	}
	.sec_profile .name .big {
		font-size: 5vw;
		padding-left: 3%;
	}
	.sec_profile .name .txt {
		font-size: 4.5vw;
		padding-left: 3%;
		margin-bottom: 1.5em;
	}
	.sec_profile .name .ttl_udl {
		font-size: 8vw;
		padding-bottom: .3em;
		margin-bottom: .5em;
		padding-left: 3%;
	}
	.sec_profile .name .ttl_udl .small {
		font-size: 4vw;
	}
	.sec_profile .txt .small {
		font-size: 3vw;
	}
	.sec_profile .profile h3 {
		font-size: 5vw;
	}
	.sec_profile .profile .book ul li {
		font-size: 3.5vw;
	}
	.sec_profile .profile .media .txt {
		font-size: 3.5vw;
	}
	.sec_profile .performance .flex {
		align-items: flex-start;
	}
	.sec_profile .performance li + li {
		margin-top: 8%;
	}
	.sec_profile .performance h3 {
		font-size: 5vw;
		line-height: 1.2;
	}
	.sec_profile .performance .img {
		width: 25%;
		margin-right: 3%;
	}
	.sec_profile .performance .small {
		font-size: 3vw;
	}




	/* ------------------------------
		footer
	------------------------------ */


	footer {
		padding: 5% 0;
	}
	footer ul.menu > li {
		font-size: 3vw;
	}
	footer .copy {
		text-align: center;
		font-size: 2.5vw;
	}


}




/* ------------------------------
    clearfix
------------------------------ */


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


        @media only screen and (max-width: 767px) {
            * { font-size: 16.5px; }
	    p,th,td,dt,dd,li {
	      font-size: 16.5px;
	    }
	    p.txt {
	      font-size: 16.5px;
	      line-height: 1.9;
    	}


table.type2 {
	border-collapse: separate;
	border-spacing: 0px;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto;
	font-size: 10%;
  width: 98%;
  margin: 0px auto;
}
	
table.type2 th {
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	background: #D3D3D3;
	border-right: 1px solid #fff;
	border-top: 1px solid #999;
	font-size: 10%;
}
	
table.type2 td {
	padding: 20px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background: #fff;
	vertical-align: middle;
	font-size: 10%;
}


table.type2 th:nth-child(1){
	width: 25%;
	padding: 10px;
	border-left: 1px solid #999;
}	


table.type2 td:nth-child(1){
	width: 25%;
	padding: 10px;
	border-left: 1px solid #999;
	text-align: left;
}	


table.type2 th:nth-child(2){
	width: 25%;
	padding: 10px;
}
	
table.type2 td:nth-child(2){
	width: 25%;
	padding: 10px;
}
	
table.type2 th:nth-child(3){
	width: 20%;
	padding: 10px;
}
	
table.type2 td:nth-child(3){
	width: 20%;
	padding: 10px;
}
	
table.type2 th:nth-child(4){
	width: 30%;
	padding: 10px;
	border-right: 1px solid #999;
}	


table.type2 td:nth-child(4){
	width: 30%;
	padding: 10px;
	border-right: 1px solid #999;
	text-align: left;
}
        }




.sp-header{
    background: #122233;
    display: flex;
    padding: 2px;
    position: fixed;
    justify-content: space-between;
    width: 100%;
}








/*--------------------------------------------------------------
.Pricing Table
--------------------------------------------------------------*/




.pricing-table{
	width:100%;
	border-collapse:collapse;
	background-color:#FFF;
}
.pricing-table th,
.pricing-table td{
	border:solid 1px #000;
	padding:15px;	
	font-size:14px;
}
.pricing-table th{
	background-color:#DADADA;
	text-align:center;
	font-weight:bold;
}
.pricing-table td:first-child{
	width:25%;
}
.pricing-table td:nth-child(2){
	width:25%;
	text-align:center;
}
.pricing-table td:nth-child(3){
	width:25%;
	text-align:center;
}
.pricing-table td:nth-child(4){
	width:25%;
	text-align:left;
}
@media screen and (max-width: 480px){
	.pricing-table th,
	.pricing-table td{
		padding:15px 8px;
		font-size:11px;
	}
}










/*--------------------------------------------------------------
.Offer Table
--------------------------------------------------------------*/




.offer-table{
	width:100%;
	border-collapse:collapse;
	background-color:#FFF;
}
.offer-table th,
.offer-table td{
	border:solid 1px #000;
	padding:15px;	
}
.offer-table th{
	background-color:#DADADA;
}
.offer-table td:first-child{
	width:50%;
}
.offer-table td:nth-child(2){
	width:20%;
	text-align:right;
}
.offer-table td:nth-child(3){
	width:30%;
	text-align:right;
}
@media screen and (max-width: 480px){
	.offer-table th,
	.offer-table td{
		padding:15px 8px;
		font-size:11px;
	}
}






/*--------------------------------------------------------------
. Table
--------------------------------------------------------------*/


.table{
	border-collapse:collapse;
	margin-bottom:30px;
	width:100%;	
}
.table th, .table td{
	border:solid 1px #656565;
	padding:20px;
	line-height:1.4;
	font-size:1.2em;
}
.table th{
	background-color:#F9F4ED;
}


.table td{
	width:80%;
	font-size:12px;
	color:#000;
	text-align:left;
	vertical-align:middle;
}
@media screen and (max-width: 480px){
	.table{
		
	}
	.table th{
	font-size:9px;
	}
	.table td{
	font-size:12px;
	}
}






/*--------------------------------------------------------------
. Product Table
--------------------------------------------------------------*/


.product-table{
	display:flex;
	justify-content:space-between;
	background-color:#FFF;
}
.product-table > div{
}
.product-table .product-header{
	padding:10px;
	background-color:#353535;
}
.product-table .product-content{
	padding:20px 10px;
}
.product-table .product-content p{
	font-size:13px;
	line-height:1.7;
	color:#656565;
	margin-bottom:1em;
}
.product-image{
	border-radius:5px 0 0 5px;
	width:30%;
	overflow:hidden;
	border-top:solid 1px #D0D0D0;
	border-bottom:solid 1px #D0D0D0;
	border-left:solid 1px #D0D0D0;
}
.product-detail{
	width:40%;
	border:solid 1px #D0D0D0;
}
.product-price{
	border-radius:0 5px 5px 0;
	width:30%;
	overflow:hidden;
	border-top:solid 1px #D0D0D0;
	border-bottom:solid 1px #D0D0D0;
	border-right:solid 1px #D0D0D0;
}
.product-image-content{
	width:100%;
	height:85%;
	display:flex;	
	padding:10px;
	align-items:center;
	justify-content:space-between;
}
.product-image-content img{
	display:block;
	width:100%;
	margin:0 auto;
}
.product-table .product-detail-content{
	padding:20px;
}
.product-detail-title,
.product-image-title,
.product-price-title{
	font-size:12px;
	color:#FFF;
	font-weight:normal;
	text-align:center;
}
.product-price-content{
	width:100%;
	height:95%;
	display:flex;	
	padding:10px;
	align-items:center;
	justify-content:space-between;
}
.price-container{
	width:100%;
	margin:0 auto;
}
.price-container .price{
	text-align:center;
	font-size:16px;
	color:#656565;
}
.price-container .price .tax{
	font-size:10px;
	color:#858585;
}


@media screen and (max-width: 768px){
	.product-table{
		display:block;
	}
	.product-image{
		width:100%;
		margin-bottom:20px;
		border-radius:5px;
		border:solid 1px #D0D0D0;
	}
	.product-detail{
		width:100%;
		margin-bottom:20px;
		border-radius:5px;
		border:solid 1px #D0D0D0;
	}
	.product-price{
		width:100%;
		margin-bottom:20px;
		border-radius:5px;
		border:solid 1px #D0D0D0;
	}
}




/*--------------------------------------------------------------
. faq
--------------------------------------------------------------*/




.faq{
	padding:30px;
	border:solid 1px #DADADA;
	border-radius:5px;
	width:100%;
	margin:0 auto 30px;
	background-color:#FFF;
	box-sizing:border-box;
}
.faq *{
	box-sizing:border-box;
}
.faq .faq-header{
	background-color:transparent !important;
	margin-bottom:20px;
}
.faq .faq-question{
	padding:15px 0 0;
	font-size:20px;
	color:#111;
	padding-left:20px;
	background-size:50px;
	min-height:10px;
	background-repeat:no-repeat;
	background-image:url('admin/images/question-icon.svg');
	font-weight:bold;
	text-align:left;
	background-position:left center;
}
.faq .faq-answer{
	font-size:16px;
	line-height:1.7;
	color:#333;
	padding-left:20px;
	background-repeat:no-repeat;
	background-image:url('admin/images/answer-icon.svg');
	background-size:50px;
	min-height:80px;	
}
@media screen and (max-width: 480px) {
	.faq{
		padding:10px;
		border-radius:4%;
	}
	.faq .faq-header{
	}
	.faq .faq-question{
		font-size:15px;
		background-size:35px;
		padding-left:5px;
	}
	.faq .faq-answer{
		background-size:35px;
		font-size:14px;
		padding-left:5px;
	}
}

	
	
	.button-sub{
		color:#FFF;
		background-color:#19BB03;
		border-radius: 10px;
		max-width: 95%;
		width:600px;
		max-height: 60px;
		line-height: 62px;
		height:100px;
		text-align: center;
		margin:0 auto;
	    font-size:0;
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/*基本の吹き出し*/
.balloon{
  position: relative;
  background: #009bc7;
  padding: 2em;
}
.balloon:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #009bc7 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.balloon-bk{
  position: relative;
  background: #000656;
  padding: 2em;
}
.balloon-bk:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000656 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.balloonf{
  position: relative;
  background: #F4F4F4;
  padding: 2em;
}
.balloonf:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #F4F4F4 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.balloon-section{
	width: 100%;
	padding:0px 0px 30px !important;
	background-color:#FFF;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:ce
	max-width: 100% !important;
}
.testimonials{
	padding:30px;
	background-color:#ebf6ed;
	margin-bottom:30px;
	border-radius:4%;
}
.testimonials p {
	line-height:2.0;
	font-size:16px;
}
.testi-art{
	float:left;
	margin-right:30px;
	max-width:95px !important;
	border-radius:50%;
}
@media screen and (max-width: 480px){
	.testi-art{
		max-width:90px !important;
		margin-right:20px;
		border-radius:50%;
	}
}
.annotation{
	font-size:12px !important;
	color:gray !important;
	margin-bottom:0 !important;
}
.annotation30{
	font-size:14px !important;
	color:#696969 !important;
	margin-bottom:10px !important;
}
.dots {
position: relative;
padding-top: 0.5em;
}
 
.dots::before {
position: absolute;
content: "";
width: 0.2em;
height: 0.2em;
border-radius: 50%;
background-color: #48bc07;
top: 0;
left: 50%;
transform: translate(-50%, 0);
}
@media screen and (max-width: 480px){
	.dots{
		font-size:22px !important;
	}
}
strong{
	color:red;
	font-weight:bold;
}
@media screen and (max-width: 480px){
	strong{
		font-size:18px !important;
		color:red !important;
		font-weight:bold;
	}
}
	.topcatch{
		color:#ff7800 !important;
		font-size:35px !important;
		font-weight:bold;
		text-align:center !important;
		margin-bottom:30px !important;
	}
	.underline{
		text-decoration:underline;
		font-weight:bold;
		color:#3b3b3b;
		font-size:18px !important;
	}
@media screen and (max-width: 480px){
	.topcatch{
		font-size:30px !important;
		margin-bottom:20px !important;
		line-height:1.5 !important;
	}
}

.Circlebox{
	border-radius:20px;
	background-color:#FFF;
	display:inline-block;
}
.leftCircle{
	position:relative;
	float:left;
	margin-right:24px;
	height:140px;
	width:140px;
	border-radius:50%;
	background:#FFF;
	color:#F00;
	text-align:center;
	border:2px solid #f00;
	margin-bottom:30px;
}
.Cicletxt{
	line-height:4;
	font-size:20px;
}
.num{
	font-size:32px;
	font-weight:bold;
}
.midashi{
	font-size:30px !important;
	font-weight: bold;
	margin-bottom:30px !important;
	color:#000 !important;
	line-height:1.7 !important;
}

@media screen and (max-width: 480px){
.leftCircle{
	position:relative;
	float:left;
	margin-right:24px;
	height:100px;
	width:100px;
	border-radius:50%;
	border:1px solid #000;
	background:#FFF;
	color:#48bc07;
	text-align:center;
	border:2px solid #f00;
	}
	.Cicletxt{
	line-height:3.2;
	font-size:18px;
	color:#f00;
	}
	.num{
	font-size:22px;
	color:#f00;
	font-weight:bold;
	}
	.midashi{
	font-size:22px !important;
	font-weight:bold;
	margin:0 auto 30px !important;
	padding-top:0px;
	}
}
.merit{
	color:#48bc07;
	padding:5px 8px;
	background-color:#FFF;
	font-size:50px;
}
.tags{
	background-color:#48bc07;
	border-radius: 8px 0 0 8px;
	color: #fff;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 2em 0 3em;
	position: relative;
	font-size:30px;
	font-weight:bold;
	left:-10px;
	top:-8px;
}
.tags::before {
	border: 30px solid transparent;
	border-left-color: #48bc07;
	border-right-width: 0;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: -30px;
	top: 0;
	width: 0;
}

.tags::after {
	background: #3fa307;
	border-radius: 8px 0 0 8px;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 12px;
}
.tags-midahi{
	font-weight:bold;
	font-size:35px !important;
	color:#48bc07 !important;
	padding:10px 30px;
	margin-bottom:0 !important;
	line-height: 1.7 !important;
}
@media screen and (max-width: 480px){
	.merit{
	color:#48bc07;
	padding:5px 8px;
	background-color:#FFF;
	font-size:30px;
	}
	.tags{
		font-size:24px;
		font-weight:bold;
		left:-10px;
		top:-8px;
	}
	.tags-midahi{
	font-weight:bold;
	font-size:22px !important;
	color:#48bc07 !important;
	padding:10px 20px;
	margin-bottom:0 !important;
	}
}

.contents{
	padding:30px 30px 0;
	background-color:#f4f4f4;
	margin-bottom:30px;
}
.contents-midashi{
	font-size:22px !important;
	color:#000656 !important;
	font-weight:bold;
	line-height:1.8 !important;
}
.icon{
	width:80% !important;
}
.icon2{
	width:100% !important;
}
.icon3{
	width:100% !important;
}
.price{
	font-weight:bold;
	font-size:38px !important;
	color:red !important;
	text-align:center !important;
	margin-bottom:10px !important;
}
.cta-button{
	color:#FFF !important;
	font-weight:bold;
	text-align:center !important;
	padding:10px 0 10px;
	font-size:28px !important;
	line-height:1.7 !important;
}
@media screen and (max-width: 480px){
	.contents{
		padding:30px 20px 0;
		background-color:#f4f4f4;
		margin-bottom:30px;
	}
	.contents-midashi{
		font-size:22px !important;
		color:#000656 !important;
		font-weight:bold;
	}
	.icon{
		width:40% !important;
	}
	.icon2{
		width:70% !important;
	}
	.icon3{
		width:90% !important;
	}
.price{
	font-weight:bold;
	font-size:30px !important;
	color:red !important;
	text-align:center !important;
	margin-bottom:20px !important;
	}
.cta-button{
	color:#FFF !important;
	font-weight:bold;
	text-align:center !important;
	padding:10px 5px 10px;
	font-size:22px !important;
	line-height:1.7 !important;
}
}
.furueru {
	animation: furueru 2s infinite;
}

@keyframes furueru {
	0% {
		transform: translate(10px, 0px);
	}

	5% {
		transform: translate(-10px, 0px);
	}

	10% {
		transform: translate(10px, 0px);
	}

	15% {
		transform: translate(-10px, 0px);
	}

	20% {
		transform: translate(10px, 0px);
	}

	25% {
		transform: translate(-10px, 0px);
	}

	30% {
		transform: translate(0px, 0px);
	}
}