@charset "UTF-8";
body,
html {
	color: #000;
  height: 100%;
  margin: auto;
	font-size: 110%;
	scroll-behavior: smooth;
	letter-spacing: 1.5px;
	font-family: "Zen Maru Gothic", serif;
}

p {	margin: 0;}

.inner {
	box-sizing: border-box;
	margin: auto;
	padding: 80px 0;
	width: 800px;
}

.inner p:last-child { margin-bottom: 0;}

h2 {
	color: #ff5033;
	font-size: 150%;
	line-height: 1.6;
	margin: auto auto 30px;
	text-align: center;
}

h3 {
	color: #000;
	font-size: 150%;
	line-height: 1.5;
	margin: auto auto 10px;
}

.sp { display: none;}

.bg {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-bg {
	background: #eee;
	background-size: 50%;
  background-attachment: fixed;
  background-position: center;
	background-blend-mode: lighten;
}

section:nth-of-type(odd) { background-color: #e8e6c0;}

.imageBg {
	position: -webkit-fixed;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.block {
  opacity: 0;
  transition: all 1.5s;
}

.blockl {
  opacity: 0;
  transition: all 1.5s;
	/*transform: translateY(20px);*/
	transform: translateX(-10px);	
}

.blockr {
  opacity: 0;
  transition: all 1.5s;
	transform: translateX(10px);
}

.fadeIn {
	opacity: 1;
	transform: translateY(0px);
	transform: translateX(0px);
}


@media screen and (max-width: 800px) {
body,
html {
	font-size: 100%;
	background: none;
}

h2 {
	font-size: 6vw;
	line-height: 1.5;
	text-align: center;
}

h2 br { display: none !important;}

h3 { font-size: 6vw;}

.inner {
	padding: 40px 3%;
	width: 100%;
}

.pc { display: none;}
.sp { display: block;}


}



/* header

   ========================================================================== */
header {}

header .inner {
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 50px;
	width: 800px;
	position: relative;
}

.hdr_inner {
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 30px;
}

.hdr_inner .hitem1 { width: 28%;}
.hdr_inner .hitem1 img { width: 100%;}

.hdr_inner .hitem2 {
	margin-top: 10px;
	width: 63%;
}

h1 {
	text-align: center;
	font-size: 250% !important;
	margin: -20px auto 30px;
	line-height: 1.3;
}

h1 span {
	color: #ff5033 !important;
}

.hdr_day {
	font-size: 90%;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 10px !important;
	text-align: center;
	letter-spacing: 3px;
}

.hdr_day p { margin-bottom: 0;}

.hdr_day p:first-child {
	display: inline-block;
	border: solid 1px #000;
	font-size: 120%;
	padding: 3px;
}

.hdr_day b {
	color: #ff5033;
	font-size: 200%;
	font-weight: 600;
}

.hdr_box {
	background: #fff;
	border: solid 1px #000;
	border-radius: 5px;
	padding: 10px;
	font-size: 80%;
	text-align: left;
}

.hdr_box p {
	font-size: 90%;
	line-height: 1.7;
	margin-bottom: 0;
}


@media screen and (max-width: 800px) {
header {}

header .inner {
	width: 100%;
	padding-top: 20px;
}

.hdr_inner {
	flex-flow: column;
}

.hdr_inner .hitem1 { width: 47%;}
.hdr_inner .hitem2 { width: 100%;}

h1 {
	font-size: 200% !important;
	margin: -20px auto 20px;
}

.hdr_day {
	letter-spacing: 1px;
	margin: auto !important;
}
}



/* 本書をお買い上げいただいた読者には次の無料特典をプレゼント

========================================================================== */
.pre_all { background: #ff0 !important;}

.pre_ttl { font-size: 200% !important;}

.tokuten_box {
	box-sizing: border-box;
	background: #ff5033;
	border: solid 3px #000;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
	z-index: 10;
}

.tokuten_box::after {
	content: "|";
	font-size: 300%;
	text-align: center;
	margin: auto !important;
	position: absolute;
	right: 0;
	bottom: -75px;
	left: 0;
	z-index: 5;
	display: none;
}

.tokuten_box:last-of-type {
	margin-bottom: 0;
}

.tokuten_box:last-of-type::after {
	content: "";
}

.tokuten_inner {
	background: #fff;
	padding: 20px;
}

.tokuten_box h3 {
	font-size: 120%;
	margin: 10px auto 20px;
	padding-left: 95px;
	line-height: 1.5;
	position: relative;
}

.tokuten_box h3 span {
	display: inline-block;
	background: url(../image/maru_.png) no-repeat 0 0 / 100% 100%;
	color: #fff;
	font-size: 130%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	position: absolute;
	top: -20px;
	left: -15px;
}

.tokuten_box h3 b {
	font-size: 90% !important;
	background: linear-gradient(transparent 20%, #ffff00 20%);
}

.tk_buy {
	width: 25%;
	background: #fff;
	font-size: 90%;
	padding: 10px 10px 30px;
	line-height: 1.4;
	position: absolute;
	margin: auto;
	top: 30px;
	right: 20px;
}

.tk_buy img {
	width: 20%;
	margin-right: 10px;
	float: left;
	vertical-align: text-bottom;
}

.tk_buy p {
	font-weight: 600;
	font-size: 70%;
	margin: 20px 0 0 0;
}

.tk_buy5 {
  width: 42%;
  background: #fff;
  font-size: 90%;
  padding: 15px 10px 5px;
  line-height: 1.4;
  position: absolute;
  margin: auto;
  top: 20px;
  right: 20px;
	text-align: center;
}

.tk_buy5 img {
	width: 16%;
	margin: 0 0.5%;
}

.tk_buy5 p {
	clear: both;
	font-weight: 600;
	font-size: 70%;
}

.tokuten_img {
	display: -webkit-flex;
  display: flex;
	flex-direction: row;
  justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 1%;
	margin-top: 20px;
}

.tokuten_img img {
	box-sizing: border-box;
	border: solid 1px #ddd;
	width: 49.5%;
}

.tk_week {
	font-size: 90%;
	margin: 0;
}

.tk_week dt {
	font-weight: 600;
	margin-top: 20px;
}

.tk_week dd {
	font-size: 90%;
	margin: 0;
}

.tk_line {
	border: none;
	border-top: solid 1px #ccc;
	margin: 70px auto;
}

.form_ny {
	display: block;
	margin: 20px auto;
	text-align: center;
}

.form_ny ul {
	display: inline-block;
}

.form_ny li {
	text-align: left;
}


@media screen and (max-width: 800px) {
.pre_ttl { font-size: 8vw !important;}

.tokuten_box {
	padding: 10px;
}

.tokuten_box::after {
	font-size: 400%;
	bottom: -80px;
}

.tokuten_inner {
	padding: 10px;
}

.tokuten_inner br { display: none;}

.tokuten_box h3 {
	font-size: 110%;
	padding-left: 70px;
	margin: 10px auto 20px !important;
}

.tokuten_box h3 span {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 100%;
	top: -5px;
	left: -5px;
}

.tokuten_box h3 b {
	clear: both;
}

.tk_buy {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 1px;
	position: static;
	text-align: center;
	border-bottom: solid 1px #ff5033;
}

.tk_buy img {
	width: 10%;
	margin-right: 2%;
	float: none;
	display: inline-block;
}

.tk_buy p {
	font-size: 100%;
	display: inline-block;
	vertical-align: top;
}

.tk_buy5 {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 1px;
	position: static;
	text-align: center;
	border-bottom: solid 1px #ff5033;
}

.tk_buy5 img {
	width: 10%;
	margin: 0 1% 1%;
	float: none;
	display: inline-block;
}

.tk_buy5 p { font-size: 80%;}

.tokuten_img {
	flex-flow: column;
	gap: 10px 0;
}

.tokuten_img img {
	width: 100%;
}
}



/* “知る”だけではなく、“使える”事典！〜

========================================================================== */
.step_box {
	margin-bottom: 60px;
	position: relative;
}

.step_box:nth-of-type(3) {
	margin-bottom: 0 !important;
}

.step_box h3 {
	box-sizing: border-box;
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 130px;
	position: relative;
	width: 80%;
}

.step_box h3 span {
	display: inline-block;
	background: #ff5033;
	color: #fff;
	font-size: 90%;;
	font-weight: 600;
	padding: 1px 10px;
	letter-spacing: -1px;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 0;
}

.step_box:nth-child(4) h3 {
	padding-left: 25%;
}

.step_box:nth-child(4) h3 span {
	margin: auto !important;
	position: static;
}

.step_img {
	display: block;
	margin: auto auto 10px;
	width: 80%;
}

.step_orange1 {
	width: 110px;
	margin: auto;
	position: absolute;
	top: 150px;
	left: 205px;
	z-index: 10;
}

.step_orange2 {
	width: 170px;
	margin: auto;
	position: absolute;
	bottom: -190px;
	left: 30px;
	z-index: 10;
	transform: rotate(4deg);
}


@media screen and (max-width: 800px) {
.step_box {
	margin-bottom: 40px;
}

.step_box h3 {
	font-size: 100%;
	padding: 0;
}

.step_box h3 span {
	display: block;
	font-size: 120%;
	width: 55%;
	margin: auto auto 10px;
	position: static;
}

.step_box h3 br { display: none;}

.step_img {
	display: block;
	margin: auto auto 10px;
	width: 100%;
}

.step_box:nth-child(4) h3 {
	padding-left: 0 !important;
	margin: auto auto 20px;
	width: 100%;
}

.step_orange1 {
	width: 15vw;
	margin: auto;
	position: absolute;
	top: 45vw;
	left: 19vw;
}

.step_orange2 {
	width: 23vw;
	height: 90vw;
	bottom: -45vw;
	left: -2vw;
	transform: rotate(0deg);
}
}



/* ビジネスや子育て、日常に使える！

========================================================================== */
.bamen_ttl {
	display: block;
	width: 50%;
	margin: 40px auto 20px;
	text-align: center;
}

.bamen_box {
	list-style: none;
	margin: auto;
	padding: 0;
}

.bamen_box li {
	margin-bottom: 40px;
	overflow: hidden;
}

.bamen_box li:last-child {
	margin-bottom: 0;
}

.bamen_box li p:first-child {
	box-sizing: border-box;
	display: inline-block;
	background: #e6e4c8;
	border: solid 2px #000;
	float: left;
	font-size: 130%;
	font-weight: 600;
	padding: 2px 40px;
	margin-bottom: 10px;
	text-align: center;
	width: 62%;
}

.bamen_box li p:first-child span {
	display: block;
	letter-spacing: 4px;
	transform: scale(1, 1.2);
}

.bamen_box li img {
	width: 35%;
	float: right;
	margin: 0 0 20px 20px;
}

.bamen_box li p:last-child {
	display: inline-block;
	width: 62%;
	float: left;
}


@media screen and (max-width: 800px) {
.bamen_ttl {
	width: 80%;
}

.bamen_box li p:first-child {
	width: 100%;
	padding: 2px;
}

.bamen_box li img {
	display: block;
	width: 70%;
	float: none;
	margin: auto;
}

.bamen_box li p:last-child {
	display: block;
	width: 100%;
	float: none;
}
}



/* profile

========================================================================== */
.pro_box {
	display: -webkit-flex;
  display: flex;
	flex-direction: row;
  justify-content: space-between;
	flex-wrap: wrap;
}

.pro_img { width: 37%;}

.pro_img img {
	width: 100%;
	margin-top: -35px;
}

.pro_txt { width: 62%;}

.pro_ttl {
	font-size: 130% !important;
	font-weight: 600;
	margin-bottom: 10px;
}

.pro_box p,
.pro_box ul {
	font-size: 75%;
	margin-bottom: 0;
}

.pro_box li {	margin-bottom: 10px;}


@media screen and (max-width: 800px) {
.pro_box {
	flex-flow: column;
}

.pro_img {
	display: block;
	margin: 20px auto;
	width: 70%;
}

.pro_txt { width: 100%;}
}




/* form
   ========================================================================== */
.cp_box {
	background: #ff5033 !important;
	color: #fff;
	text-align: center;
}

.cp_box .inner {
	padding-bottom: 30px;
}

.cp_box h2 {
	color: #fff;
}

.cp_box p {	margin-bottom: 20px;}

.cp_kikan {
	box-sizing: border-box;
	background: #e8e6c0;
	border: double 4px #ff5033;
	padding: 10px;
	margin-bottom: 20px;
}

.cp_kikan p {
	color: #000;
	line-height: 1.4;
}

.cp_kikan p:first-child {
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 0;
	letter-spacing: 2px;
}

.cp_kikan p:nth-child(2) { margin-bottom: 7px;}
.cp_kikan p:nth-child(2) br { display: none !important;}

.cp_kikan b {
	font-size: 140%;
	font-weight: normal;
}

.cp_kikan p:last-child {
	font-size: 80%;
	margin-bottom: 5px;
}

.arrow_box {
	margin: 60px auto auto;
}

.arrow {
  width: 0;
  height: 0;
  border-style: solid;
}

.arrow.-bottom {
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 30px solid #000;
  border-bottom: 0;
}

.quiz p {
	color: #000;
	line-height: 1.6;
	margin-bottom: 0 !important;
}

.quiz p:first-child {
	font-weight: 600;
	margin-bottom: 0;
	letter-spacing: 2px;
}

.quiz p:last-child {
	color: #fff;
	margin-bottom: 20px !important;
}

.cp_list {
	font-size: 80%;
	text-align: left !important;
	margin-bottom: 20px !important;
}

.amazon_btn {
	box-sizing: border-box;
	margin: auto auto 20px !important;
	padding: 0;
	display: -webkit-flex;
  display: flex;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	justify-content: space-between;
}

.amazon_btn li {
	width: 49.5%;
	margin-bottom: 1%;
}

.amazon_btn li img { width: 50%;}

.amazon_btn a {
	box-sizing: border-box;
	display: block;
	background: #f9ce99;
	background: #fad9b1;
	border: solid 1px #000;
	padding: 15px 10px 3px;
	text-align: center;
	transition: 0.3s;
}

.amazon_btn a:hover {
	opacity: 0.7;
	background: #f7bd75;
}

.form {
	list-style: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.form li { text-align: left;}

.form input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	border: solid 1px #fff;
	background: #fff;
	-webkit-appearance: none;
	border-radius: 0;
}

.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: 20px auto;
	text-align: center;
}

.sub_btn a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #000;
	border-radius: 0;
	border: double 4px #ff5033;
	display: block;
	color: #fff;
	font-size: 230%;
	font-weight: 600;
	letter-spacing: 1px;
	margin: auto;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: button;
	width: 100%;
}

.sub_btn a:hover {
	cursor: pointer;
 	opacity: 0.6;
	transition: 0.8s;
}

.frm_list {
	font-size: 70%;
	text-align: left;
}

.marker {
	/*	
	display: inline;
  background: linear-gradient(transparent 80%, #d60033 80%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.3s;
	*/
	color: #000;
	font-weight: 600;
	font-size: 90%;
	margin: 30px auto !important;
	text-align: left;
	word-break: break-all;
}

/*.marker.on { background-size: 100% 100%;}*/


.marker span {
  background: linear-gradient(transparent 0%, #fff 0%);
}

.frm_end {
	color: #d60033;
	font-size: 300%;
	font-weight: 600;
}

.normal_box {
	box-sizing: border-box;
	border: solid 1px #fff;
	padding: 10px;
	margin-bottom: 20px;
}

.normal_box p::last-child { margin-bottom: 0 !important;}



@media print, screen and (max-width: 800px) {
.cp_box {
	text-align: left;
	padding-bottom: 20px !important;
}

.cp_box .inner {
	padding-bottom: 10px;
}

.cp_box br { display: none;}

.cp_box p {	margin-bottom: 20px;}

.cp_kikan p {
	text-align: center;
	margin-bottom: 0 !important;
}

.cp_kikan p:nth-child(2) { margin-bottom: 2px !important;}
.cp_kikan p:nth-child(2) br { display: block !important;}
.cp_kikan p:nth-child(3) { font-size: 65%;}

.arrow_box { margin-left: 26%;}

.arrow.-bottom {
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  border-top: 30px solid #000;
  border-bottom: 0;
}

.normal_box {
	text-align: center;
}

.quiz p {
	margin-bottom: 0;
	font-feature-settings: "palt";
	text-align: center;
}

.quiz p:first-child {
	font-size: 100% !important;
}

.amazon_btn {	flex-flow: column;}
.amazon_btn li { width: 100%;}
.amazon_btn li img { width: 40%;}

.sub_btn { border-radius: 0 !important;}

.sub_btn a {
	box-sizing: border-box;
	font-size: 180%;
	padding: 20px 0 !important;
  -webkit-appearance: none;
	border-radius: 0 !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_companybox {
	float: left;
	margin-bottom: 10px;
}

.ftr_companybox p { margin-bottom: 0;}

.ftr_company {
	font-size: 120% !important;
	font-weight: 600;
}

footer br {	display: none;}

@media screen and (max-width: 800px) {
footer {
	font-size: 2.5vw;
	text-align: center;
	padding-top: 10px;
}

.ftr_link,
.ftr_companybox {
	float: none;
	font-size: 90%;
	margin-bottom: 10px;
}

.ftr_company {
	font-size: 4vw;
	margin-bottom: 5px !important;
}

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;
	z-index: 100;
}

.btn {
	text-align: center;
	margin: auto;
}

.btn a {
	display: inline-block;
	background: #ff5033;
	border: solid 2px #000;
	border-radius: 5px;
	color: #fff;
	font-size: 110%;
	font-weight: 600;
	padding: 10px 40px;
	text-decoration: none;
}

.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: 200;
}

.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;
}

@media screen and (max-width: 800px) {
.btn a {
	font-size: 100%;
	padding: 10px;
}
}