@charset "UTF-8";
body,
html {
  height: 100%;
  margin: auto;
	font-size: 110%;
	scroll-behavior: smooth;
	letter-spacing: 2px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

p {
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.7;
}

.inner {
	box-sizing: border-box;
	margin: auto;
	padding: 70px 0;
	width: 980px;
}

section .inner {}

section:nth-of-type(even) {	background: #eff8fd;}

h2 {
	color: #0175c2;
	font-size: 210%;
	line-height: 1.5;
	margin: auto auto 30px;
	text-align: center;
}

h3 {
	font-size: 150%;
	line-height: 1.5;
	margin: auto auto 10px;
}

section p {	line-height: 2;}

section p:last-child { margin-bottom: 0;}

.normal_box {
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 20px;
}

.bg {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-bg {
	background: #ffdb01;
	background-size: 50%;
  background-attachment: fixed;
  background-position: center;
	background-blend-mode: lighten;
	color: #000;
}

.scrollbox { background-color: #fff;}

.vm_box {
	background: #000;
	color: #fff;
	text-align: center;
	width: 100%;
	padding-top: 56.25%;
  position :relative;	
}

.vm_box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.vm_img {
	display: block;
	margin: auto auto 20px;
	width: 90%;
}


@media screen and (max-width: 800px) {
body,
html {
	font-size: 100%;
	background: none;
}

h2 {
	font-size: 8vw;
	text-align: center;
}

h3 { font-size: 6vw;}

.inner {
	padding: 40px 3%;
	width: 100%;
	text-align: left;
}

section .inner { font-size: 110%;}
section .inner br { display: none;}

.vm_img {
	margin: auto auto 20px;
	width: 100%;
}
}


/* header

   ========================================================================== */
header {
	background: #d3effd;
}

.hdr_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;	
	gap: 0 40px;
	text-align: left;
	margin: auto;
	padding: 20px 0 50px;
	width: 900px;
}

h1 { width: 35%;}

h1 img { width: 100%;}

.hdr_right { width: 50%;}

/*
.hdr_cp1 {
	display: inline-block;
	background: #148ecf;
	color: #fff;
	font-weight: 600;
	font-size: 130%;
	padding: 5px 0 5px 5px;
	margin: 10px auto !important;
	text-align: center;
	letter-spacing: 2px;
}
*/

.hdr_cp1 {
	box-sizing: border-box;
	background: url(../image/huki.png) right top / 100% 70% no-repeat;
	height: 110px;
	color: #fff;
	font-weight: 600;
	font-size: 120%;
	line-height: 1.3;
	padding: 22px 0 0 57px;
	margin-left: -30px;
	margin-bottom: -25px;
	width: 350px;
}

.hdr_cp2 {
	font-weight: 600;
	font-size: 330%;
	margin-bottom: 15px !important;	
	line-height: 1.1;
	letter-spacing: 4px;
}

.hdr_cp2 b {
	vertical-align: 13%;
}

.hdr_cp3 {
	font-weight: 600;
	line-height: 1.3;
}

.hdr_cp3 b {
	color: #0175c2;
	font-size: 140%;
}

.hdr_box {
	box-sizing: border-box;
	background: #fff;
	border: solid 2px #000;
	border-radius: 5px;
	padding: 15px 10px;
	width: 85%;
	clear: both;
	margin-top: -25px;
}

.hdr_box p {
	font-size: 70%;
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {
.hdr_inner {
	box-sizing: border-box;
	padding: 20px 3%;
	width: 100%;
}

h1 {
	margin: auto 10%;
	width: 55%;
}

.hdr_right { width: 100%;}

.hdr_cp1 {
	background: #0087cb;
	font-size: 5vw;
	position: absolute;
	margin: auto;
	top: 4%;
	right: 13%;
	writing-mode: vertical-rl;
	padding: 5px;
	width: auto;
	height: auto;
}

.hdr_cp2 {
	width: 100% !important;
	font-size: 6.5vw;
	line-height: 1.4;	
	letter-spacing: 1px;
	text-align: center;
}

.hdr_cp2 br:nth-last-of-type(1),
.hdr_cp2 br:nth-last-of-type(2) {
	display: none !important;
}

.hdr_cp2 b { vertical-align: 0;}

.hdr_cp3 {
	text-align: center;
	width: 100% !important;
	font-size: 3.8vw;
	letter-spacing: 1px;	
}

.hdr_box {
	width: 90%;
	margin-top: -10px;	
	padding: 10px;	
}
}



/* 本書で解決できる6つの時間の悩み

   ========================================================================== */
.dr_box { overflow: hidden;}

.dr_list {
	margin-bottom: 20px;
	width: 70%;
	float: left;
}

/*
.dr_list li {
	box-sizing: border-box;
	background: #d3effd;
	border-radius: 7px;
	padding: 7px 10px 7px 1.5em;
	margin-bottom: 10px;
	text-indent: -1.1em;
}
*/

.dr_img {
	width: 20%;
	margin: 30px 5% 0;
	float: right;
}

.dr_list li {
  position: relative;
  padding: 10px 20px;
  background-color: #d3effd;;
  border-radius: 10px;
	margin-bottom: 13px;
}

.dr_list li::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(85deg);
  right: -15px;
  top: 40%;
  border-left: 20px solid #d3effd;;
  border-top: 20px solid #d3effd;;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.dr_list li:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  right: -25px;
  top: 60%;
  border-left: 25px solid #fff;;
  border-top: 25px solid #fff;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}


@media screen and (max-width: 800px) {
.dr_list {
	width: 100%;
	float: none;
}

.dr_img {
	display: block;
	width: 33%;
	margin: -20px auto 20px;
	float: none;
}
}



/* 本書で解決できる6つの時間の悩み

   ========================================================================== */
.j6_left {
	width: 70%;
	float: left;
}

.j6_left li {
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 5px;
}

.j6_left li b {
	color: #ee7a00;
}

.j6_img {
	width: 25%;
	float: right;
}

.j6_list {
	clear: both;
	box-sizing: border-box;
	border: solid 3px #0175c2;
	border-radius: 5px;
	padding: 15px;
	display: inline-block;
}

.j6_list dt {
	font-weight: 600;
}

.j6_list dd {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}

.j6_list dd:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}


@media screen and (max-width: 800px) {
.j6_left {
	margin-bottom: 10px;
	width: 100%;
	float: none;
}

.j6_left li {
	font-size: 100%;
}

.j6_img {
	display: block;
	width: 45%;
	margin: 20px auto;
	float: none;
}

.j6_list {
	display: block;
}
}



/* 「行動」「選択」「未来設計」を変える、時間戦略ツール多数公開！

   ========================================================================== */
.tool { margin: 0 10%;}

.tool dt { font-weight: 600;}

.tool dd { margin: 0 0 20px;}

@media screen and (max-width: 800px) {
.tool { margin: 0;}
}



/* リアルな声多数！

========================================================================== */
.rlkoe_box {
	box-sizing: border-box;
	background: #fff;
	border-radius: 30% 70% 35% 65% / 50% 50% 50% 50%;
	box-shadow: 0 0 5px #d3effd, 0 0 5px #d3effd, 0 0 5px #d3effd, 0 0 5px #d3effd;
	padding: 20px 0 20px 70px;
	margin: auto 0 20px;
	width: 73%;
}

.rlkoe_box:nth-of-type(2) { margin-left: 10%;}
.rlkoe_box:last-of-type {
	margin-left: 25%;
	margin-bottom: 0;
}

.rlkoe_box p {
	text-indent: -1.1em;
	padding-left: 1em;
	margin-bottom: 0;
	font-size: 110%;
}

.rlkoe_box p:last-child {
	color: #0087cb;
	text-align: right;
	margin-right: 13%;
}

@media screen and (max-width: 800px) {
.rlkoe_box {
	width: 100%;
	margin-bottom: 10px;
}

.rlkoe_box {
	font-size: 90%;
	padding: 30px 40px 20px 20px;
}

.rlkoe_box p {
	font-size: 100%;
	line-height: 1.8;
}

.rlkoe_box p:last-child {
	text-align: right;
	margin-right: 0;
}

.rlkoe_box:nth-of-type(2),
.rlkoe_box:last-of-type {
	margin-left: 0;

}
}



/* あなたの時間を“誰かのため”ではなく、

   ========================================================================== */
.bg_01 { background: #138dce !important;}

.flex_box11 {
	display: flex;
	justify-content: center;
}

.flex_box11 .item11 {
	color: #fff;
	font-size: 120%;
	text-align: center;
	width: 65%;
}

.item21 {	width: 20%;}

.item21 img { width: 100%;}


@media screen and (max-width: 800px) {
.flex_box11 {	flex-flow: column;}

.flex_box11 .item11 {
	font-size: 110%;
	width: 100%;
}

.item21 {
	display: block;
	margin: 20px auto auto;
	width: 50%;
}
}


/* 著者プロフィール

   ========================================================================== */
.pf_box {}

.pf_img {
	float: right;
	margin: 0 0 20px 30px;
	width: 25%;
}

.pf_box p { font-size: 90%;}

.pf_author1 {
	font-size: 90% !important;
	font-weight: 600;	
	margin-bottom: 0;
}

.pf_author {
	font-size: 140% !important;
	font-weight: 600;
	margin-bottom: 5px;
}

.pf_author span { font-size: 70%;}

.pf_link a { word-break: break-all !important;}


@media print, screen and (max-width: 800px) {
.pf_img {
	display: block;
	float: none;
	margin: auto auto 10px;
	width: 60%;
}
}



/* 次の無料特典をプレゼント！

========================================================================== */
.item_ttl {	margin-bottom: 5px;}

.flex_box {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.flex_box .item1 { width: 25%;}

.flex_box .item1 img {
	width: 100%;
}

.flex_box .item2 { width: 68%;}

.flex_box .item2 dl {	margin: 0;}

.flex_box .item2 dt {
	color: #138dce;
	font-size: 130%;
	font-weight: 600;
}

.flex_box .item2 dt b {
	display: inline-block;
	background: url(../image/hukidshi.png) 0 0 / 100% 100% no-repeat;
	color: #fff;
	font-size: 90%;
	padding: 0 40px 5px 10px;
	margin-right: 7px;
}

.flex_box .item2 dt span {
	background: #ee7a00;
	color: #fff;
	font-size: 80%;
	padding: 0 5px;
	letter-spacing: 2px;
	margin-left: 8px;
}

.flex_box .item2 dd {
	margin: 5px 0 20px !important;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}

.flex_box .item2 dd:last-of-type {
	margin: 0 !important;
	padding-bottom: 0;
	border-bottom: none;
}

 
@media screen and (max-width: 800px) {
.flex_box {	flex-flow: column;}

.flex_box .item1 {
	width: 50%;
	margin: auto;
}

.flex_box .item2 { width: 100%;}

.flex_box .item2 dt {

}

.flex_box .item2 dt b {
	margin-right: 65%;
	font-size: 80%;
}

.flex_box .item2 dt span {
	font-size: 60%;
	letter-spacing: 1px;
	vertical-align: 2px !important;
}
}


/* いまなら期間限定で

   ========================================================================== */
.bg_02 { text-align: center;}

.bg_02 h2 { margin-bottom: 10px;}

.bg_02 p { text-align: center !important;}

.pro_box2 {
	box-sizing: border-box;
	border: solid 1px #138dce;
	padding: 20px;
	margin: auto;
	width: 85%;	
}

.pro_box2 p {
	font-size: 90%;
	margin-bottom: 15px;
	text-align: left !important;
}

.pro_box2 .author2 {
	font-size: 100%;
	font-weight: 600;
}

.pro_box2 .author2 span {	font-size: 90%;}


@media screen and (max-width: 800px) {
.bg_02 p { font-size: 95%; !important;}

.bg_02 .txt_large { font-size: 120%; !important;}

.bg_02 .txt_mid { font-size: 100%; !important;}

.pro_box2 {
	width: 100%;
	font-size: 80%;
	padding: 15px;	
}
}



/* form
   ========================================================================== */
.cp_box {
	background: #d3effd;
	font-size: 90% !important;
}

.cp_box h2 br { display: none;}

.cp_kikan {
	margin: auto auto 10px !important;
	width: 80%;
}

.cp_kikan li {
	border: solid 2px #000;
	background: #fff;
	display: block;
	padding: 10px;
	position: relative;
}

.cp_kikan li br { display: none;}

.cp_kikan li:first-child {
	background: #0175c2;
	border-bottom: none;
	color: #fff;
	font-weight: 600;
	padding: 3px 10px;	
}

.cp_kikan li:last-child {
	border-top: none;
}

.ol_box {
	text-align: center;
	display: block;
}

.cp_box .ollist {
	padding-left: 0;
	list-style: none;
	display: inline-block;
	margin: 0;
}

.cp_box .ollist li {
	text-align: left;
}

.form_box {
	text-align: center;
	padding-bottom: 40px !important;
}

.app_quiz {
	background: #fff;
	border: solid 2px #000;
	padding: 5px 10px;
	margin: 20px auto;
}

.app_quiz p { margin-bottom: 0;}

.appli {
	font-weight: 600;
	font-size: 170%;
	line-height: 1.4;
	position: relative;
	margin-bottom: 0;
	text-align: center;
}

.amazon_btn {
	box-sizing: border-box;
	margin: auto auto 20px !important;
	padding: 0;
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}

.amazon_btn li {
	width: 49%;
	width: 70%;
	margin: auto auto 1%;
}

.amazon_btn li img {
	width: 50%;
	width: 40%;
}

.amazon_btn a {
	box-sizing: border-box;
	display: block;
	background: #f9ce99;
	border: solid 1px #5d3126;
	padding: 15px 10px 3px;
	text-align: center;
}

.amazon_btn a:hover {
	/*opacity: 0.7;*/
	transition: 0.3s;
	background: #f7bd75;
}

.form {
	list-style: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.form li { text-align: left;}

.form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	border: solid 1px #666;
	border-radius: 0;
	background: #fff;
	-webkit-appearance: none;
}

.form input::-webkit-input-placeholder { color: #ccc;}
.form input::-moz-placeholder {	color: #ccc;}
.form input::-ms-input-placeholder { color: #ccc;}
.form input::placeholder { color: #ccc;}

.form input:focus::-webkit-input-placeholder { color: transparent;}
.form input:focus::-moz-placeholder {	color: transparent;}
.form input:focus::-ms-input-placeholder { color: transparent;}
.form input:focus::placeholder { color: transparent;}

input:focus {
	background: #ffc;
	transition: 0.3s;
}

.sub_btn {
	margin: 15px auto 20px;
	text-align: center;
}

.sub_btn input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	width: 100%;
	margin: auto;
	padding: 30px 0;
	background: #0175c2;
	border: solid 1px #000;
	border-radius: 0;
	color: #fff;
	letter-spacing: 5px;
	font-size: 200%;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: button;
}

.sub_btn input:hover {
	cursor: pointer;
 	opacity: 0.6;
	transition: 0.8s;
}

.frm_list {
	font-size: 70%;
	text-align: left;
}

.frm_list a:hover {
	color: #f00;
	text-decoration: none;
}

.frm_list2 {
	color: #d71718;
	font-weight: 600;
	font-size: 90%;
	text-align: left;
	margin-bottom: 30px !important;
}

.frm_end {
	color: #d71718;
	font-size: 300%;
	font-weight: 600;
}

@media print, screen and (max-width: 800px) {
.cp_box h2 br { display: block !important;}

.cp_box .ollist {	display: block;}

.form_box {
	text-align: left;
	padding-bottom: 20px !important;
}

.form_box br { display: none;}

.cp_kikan {
	width: 100%;
	text-align: center;
	font-size: 110%;
}

.cp_kikan li {
	padding: 10px 20px;
}

.cp_kikan li br { display: block;}

.cp_kikan li:first-child {
	box-sizing: border-box;
	display: block;
	margin: 0;
	width: 100%;
	border-bottom: 0;
}

.cp_kikan li:last-child {
	display: block;
}

.cp_kikan li br { display: block;}

.appl_box {
	border: solid 5px #000;
	margin: 0 2%;
	width: 96%;
	text-align: left;
}

.appl_box br { display: none;}

.amazon_btn li {
	width: 100%;
	margin-bottom: 10px;
}

.amazon_btn li img { width: 60%;}

.form li:nth-of-type(3) { width: 100%;}
.form li:nth-of-type(4) {	width: 100%; text-align: left;}
.form li:nth-of-type(5) { width: 100%;}

.app_ttl {
	display: block;
	width: 5em;
	text-align: center;
}

.appli {
	font-size: 6vw;
	text-align: center;
}

.sub_btn input { font-size: 7vw;}

.frm_end {
	font-size: 6vw;
	text-align: center;
}

.frm_blk {
	text-align: center !important;
}

.frm_blk br {
	display: block !important;
}
}



/* footer
   ========================================================================== */
footer {
	clear: both;
	background: #fff;
	font-size: 60%;
	padding: 15px 15px 1px;
	overflow: hidden;
}

.ftr_link {
	float: right;
	margin: auto auto 10px;
}

.ftr_link a,
.ftr_link a:active,
.ftr_link a:visited {
	color: #333;
	text-decoration: underline;
}

.ftr_link a:hover {
	color: #F00 !important;
}

.ftr_box {
	float: left;
	margin-bottom: 10px;
}

.ftr_box p { margin-bottom: 2px;}

.ftr_company {
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 5px !important;
}

footer br {	display: none;}

@media screen and (max-width: 800px) {
footer {
	font-size: 2.2vw;
	text-align: center;
	padding-top: 20px;
}

.ftr_link,
.ftr_box {
	float: none;
	font-size: 2.2vw;
	margin-bottom: 10px;
}

.ftr_company {
	font-size: 3vw;
}

footer br {	display: block;}
}



/* 申し込むボタン
   ========================================================================== */
.apply_box {
	box-sizing: border-box;
	width: 100%;
	margin: auto;
	padding: 15px;
	background: rgba(0,0,0,0.8);
	position: fixed;
	bottom: 0;
}


.btn {
	text-align: center;
	margin: auto;
}

.btn a {
	display: inline-block;
	background: #0175c2;
	border: solid 2px #000;
	border-radius: 5px;
	color: #fff;
	font-size: 110%;
	padding: 10px 40px;
	text-decoration: none;
	letter-spacing: 5px;
}

.btn a:hover {
	transition: 0.3s;
	opacity: 0.7;
}

.page-top {
  height: 45px;
  width: 45px;
  position: fixed;
  right: 10px;
  bottom: 17px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
	transition: 0.5s;
}



/* common
   ========================================================================== */
.w100 { width: 100%;}
.w70 { width: 70%; margin: auto; display: block;}
.w50 { width: 50%;}
.w45 { width: 45%;}
.w40 { width: 40%;}
.w30 { width: 30%;}


.txt_mid {
	font-size: 130%;
	line-height: 1.6;
}

.txt_large {
	font-size: 160%;
	line-height: 1.5;
}

.txt_exlarge {
	font-size: 220%;
	line-height: 1.5;
}

/*▼*/
.dli-caret-down {
  display: block;
  vertical-align: middle;
  color: #0075c1;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
	font-size: 500%;
	transform: scale(1.5, 0.4);
	margin: auto;
	position: relative;
}

.dlicd03 { margin: -30px auto auto;}

.block {
  opacity: 0;
  transition: all 1.5s;
}

.blockl {
  opacity: 0;
  transition: all 1.5s;
	transform: translateX(20px);
}

.blockr {
  opacity: 0;
  transition: all 1.5s;
	transform: translateX(40px);
}

.fadeIn {
	opacity: 1;
	transform: translateY(0px);
	transform: translateX(0px);
}


@media print, screen and (max-width: 800px) {
.btn { text-align: left;}

.btn a {
	width: 70vw;
	font-size: 100%;
	padding: 10px;
	text-align: center;
}

.txt_exlarge { font-size: 8vw;}
.txt_large { font-size: 6.5vw;}
.txt_mid { font-size: 5.5vw;}


.txt_large br,
.txt_mid br { display: none;}
}