@charset "UTF-8";
html { scroll-behavior: smooth;}

p { margin-top: 0;}

article {	clear: both;}

section {
	width: 980px;
	background: #fff;
	margin: 0 auto 100px;
}

.inner {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 80px;
	width: 100%;
}

h1 { margin: 0;}

h2 {
	color: #00b8cc;
	font-size: 150%;
	margin: 0 0 15px;
}

.cs {
	border-bottom: solid 2px #00b8cc;
	padding-bottom: 20px;
	margin: auto auto 20px;
	text-align: center;
}

h3 {
	border-bottom: solid 1px #111;
	font-size: 120%;
	padding: 0 0 7px;
	margin: 40px 0 15px;
}

h3 br { display: none;}

.normal_box {
	box-sizing: border-box;
	border: solid 1px #24ade3;
	padding: 15px 20px;
	margin-bottom: 20px;
}

.white_box {
	box-sizing: border-box;
	background: #fff;
	padding: 15px 20px;
	margin-bottom: 20px;	
}

.buy_button a {
	box-sizing: border-box;
	display: block;
	background: #000;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	width: 80%;
	position: relative;
	-webkit-font-smoothing: antialiased;	
}

.buy_button a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

@media screen and (max-width: 800px) {
h3 br { display: block !important;}

section {
	width: 100%;
	margin: 0 auto 50px;
}

.inner {	padding: 0 5%;}

.buy_button a {
	padding: 15px;
	width: 100%;
}
}

/* 内容紹介
   ========================================================================== */
.slider_box {	margin-bottom: 40px;}

.slider_box	 .inner {	padding: 0;}

.slider3 {
  display: grid;
	grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.8em;
	list-style: none;
	margin: 0 0 0.4em;
	padding: 0;
}

.slider3 img {	width: 100%;}

.slider4 {
  display: grid;
	grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.8em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.slider4 img { width: 100%;}

.slidertxt { 
	display: block;
	margin: auto auto 20px;
}

.heart {	margin-bottom: 40px;}

.heart p {
	color: #001871;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 130%;
	text-align: center;
}

.contents .inner { padding-top: 20px;}

.cp_ttl {
	font-size: 130%;
	font-weight: 600;
	text-align: center;
}

.cp_img {
	float: right;
	margin:  0 0 10px 10px;
	width: 340px;
}

@media screen and (max-width: 800px) {
.slider_box	 .inner {	padding: 0 5%;}

.slider3 {
  display: grid;
	grid-template-columns: 1fr;
  grid-gap: 0.4em 0.8em;
}

.slider3 li {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}

.slider4 {
  display: grid;
	grid-template-columns: 1fr 1fr;
  grid-gap: 0.4em 0.8em;
}
	
.slider4 li {
	width: 100%;
	padding: 0;
}

.slidertxt { width: 100%;}

.heart br { display: none;}

.contents br { display: none;}

.cp_ttl {	font-size: 120%;}

.cp_ttl br {	display: block !important;}

.cp_img {
	display: block;
	float: none;
	margin:  auto auto 10px;
	width: 100%;
}
}


/* プレゼント
   ========================================================================== */
.pre_appli {
	color: #000;
	text-align: center;
}

.pre_appli span { background: #ff0;}

.present_box {
	clear: both;
	border: solid 2px #00b8cc;
	padding: 15px;
	margin-bottom: 20px;
	overflow : hidden;
}

.present_ttl {
	font-size: 130%;
	margin: 0 0 10px;
	text-align: center;
	border: none;
}

.present_ttl strong {
	background: #c4dde4;
	padding: 5px;;
	margin-right: 10px;
}

.present_box p {	margin-bottom: 5px;}

.present_img {
	display: block;
	float: right;
	width: 170px;
	width: 210px;
	margin: 0 0 10px 20px;
}

@media screen and (max-width: 800px) {
.present_img {
	float: none;
	width: 200px;
	margin: 0 auto 20px;
}
}


/*  お申込み、フォーム
   ========================================================================== */
.application {
	background: rgba(196,221,228,0.5);
	text-align: center;
}

.application .inner {
	padding-top: 20px;
	padding-bottom: 10px;
}

.decimal {
	list-style-position: inside !important;
	margin: 0 auto 30px;
}

.appli {
	color: #ff4682;
	font-weight: 600;
	font-size: 150%;
	margin-bottom: 5px;
}

.appli:after {
	display: block;
	content:"▼";
	font-size: 200%;
	transform: scale(3,0.7);
	-moz-transform: scale(3,0.7);
	-webkit-transform: scale(3,0.7);
	line-height: 1;
	margin: -5px auto 0;
	width: 23.333333333%;
}

.box_buy {
  display: grid;
  /*grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));*/
	grid-template-columns: 1fr 1fr;
  grid-gap: 0.8em;
	padding: 0;
}

.box_buy  li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.box_buy  li a {
	list-style-type: none;
	display: block;
	border: solid 1px #846a29;
	border-radius: 3px;	
	background: rgba(251,214,118,0.7);
	box-sizing: border-box;
  min-width: 0;
  padding: 1em 1em 0.7em;
	text-align: center;
	line-height: 1;
}

.box_buy a:hover {
	text-decoration: none;
	background: #fdb867;
	transition: 0.3s;
}

.kquiz {
	border: solid 1px #ccc;
	color: #333;
	font-size: 90%;
	padding: 8px;
	margin: 15px 0;
}

.kquiz .qttl {	color: #002958;}

.kquiz p { margin-bottom: 0 !important;}

.form {
	box-sizing: border-box;
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}

.form td {
	box-sizing: border-box;
	padding-bottom: 10px;
}

.form input {
	box-sizing: border-box;
	border-radius: 5px;
	border: solid 1px #ccc;
	background: #fff;
	padding: 10px;
	width: 100%;
	line-height: 1.5;
}

.form input::-webkit-input-placeholder {
	color: #ccc;
	font-weight: normal;
}

.form input:-ms-input-placeholder {
	color: #ccc;
	font-weight: normal;
}

.form input::-moz-placeholder {
	color: #ccc;
	font-weight: normal;
}

input:focus { background: #ffe;}

.f_color {
	color: #f7f141;
	font-weight: 600;
}

.sub_btn {
	margin: 10px 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: 0 auto;
	padding: 20px 5px;
	background: #ff4682;
	color: #fff;
	font-size: 150%;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	border: solid 1px #fff;
	border-radius: 7px;
	-webkit-appearance: button;
	-webkit-font-smoothing: antialiased;	
}

.sub_btn input:hover {
	cursor: pointer;
 	opacity: 0.7;
	transition: 0.5s;
}

.form_end {
	color: #f93d8b;
	margin: 0 auto 30px;
	padding:  10px;
	text-align: center;
	font-size: 200%;
	font-weight: 600;
}

@media print, screen and (max-width: 800px) {
.box_buy {
  grid-template-columns: 1fr;	
  grid-gap: 0;
}

.form td {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	text-align: left;
}

.application { text-align: left;}

.application h2 { text-align: center !important}

.appli {	text-align: center;}
}


/* プロフィール
   ========================================================================== */
.profile .inner {	overflow: hidden;}

.pro_ttl {	margin-bottom: 10px;}

.pro_name {
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 5px;
}

.pro_img {
	width: 380px;
	float: right;
	margin: 0 0 10px 10px;
}

@media screen and (max-width: 800px) {
.pro_img { 
	float: none;
	display: block;
	margin: 0 auto 25px;
	width: 80%;
}
}


/*  書籍紹介＆目次&購入
   ========================================================================== */
.hysho {
	background: #ffe5ed;
	padding-top: 40px;
	width: 100%;
}
	
.hys_inner {
	display: grid;
  grid-template-columns: 230px 1fr;
  grid-gap: 2em;
	width: 980px;
}

.hys_left {
	grid-column-start: 1;	
	text-align: center;
}

.hys_ttl {
	color: #00b8cc;
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1.6;
}

.hys_ttl span {	font-size: 80%;}

.hys_bookimg {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: auto auto 10px;
}

.hys_price {
	font-size: 90%;
	margin-bottom: 5px !important;
}

.hys_button a,
.hys_hajimeni a {
	display: block;
	box-sizing: border-box;
	background: #ff4682;
	color: #fff;
	font-size: 120%;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;	
	width: 100%;
}

.hys_hajimeni a {	background: #0078ff !important;}

.hys_button a:hover,
.hys_hajimeni a:hover {
	text-decoration: none;
	opacity: 0.8;
	transition: 0.3s;
}

.hys_button a:after { content:"";}

.hys_arrow { font-weight: 600;}

.hys_arrow:after {
	display: block;
	content:"▼";
	font-size: 170%;
	transform: scale(3,0.7);
	-moz-transform: scale(3,0.7);
	-webkit-transform: scale(3,0.7);
	line-height: 1;
	margin: 0 auto -10px;
	width: 23.333333333%;
}

.hys_right dl {
	box-sizing: border-box;
	margin: 0 0 20px;
	width: 100%;
	border-bottom: solid 1px #ccc;
}

.hys_right dt {
	padding: 0 50px 1px 10px;
	position: relative;
	transition: 0.3s;
}

.hys_right dt::after {
	content:"\02228";
	position: absolute;
	top: 7%;
	right: 10px;
	margin: auto;
	font-size: 90%;
}

.hys_right dt:hover {
	cursor: pointer;
	opacity: 0.9;
}

.active { background:;}

.hys_right dt.active::after {	content:"\02227";}

.hys_right dd {
	background: #;
	margin: 0 0 0 10px;
	padding: 0 0 20px;
}

.hys_ttl1 {	font-size: 110%;	font-weight: 600; margin: 0 0 10px;}/* パート */
.part1 { margin: 0 0 10px 10px;}
.hys_ttl2 { margin: 0 0 10px;}/* 章 */

.index_ul1,
.index_ul2 {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	margin-left: 1em;
	font-size: 90%;
}

.ex {	list-style-position: inside; color: #00b8cc;}

.hys_btn {
	grid-row-start: 3;
	grid-column-start: 1 /3;
	text-align: center;
}

.hys_link {
	background: #fff;
	padding-top: 40px;
}

.hy1 {
	margin: auto;
	width: 820px;
}

@media screen and (max-width: 800px) {
.hys_inner { width: 100%;}

.hysho .inner { grid-template-columns: 1fr;}

.hys_bookimg {	width: 80%;}

.hys_left { grid-row-start: 3;}
.hys_right { grid-row-start: 2;}

.hys_arrow {
	font-size: 110%;
	margin-top: 10px;
}

.hy1 {
	margin: -10px auto 0;
	width: 100%;
}
}


/* facebook
   ========================================================================== */
.fb_back {
	box-sizing: border-box;
	background: #fff;
	font-size: 90%;
	padding: 20px;
	margin: 40px auto;
	width: 820px;
}

.fb_btn a {
	display: block;
	background: #ff9317;
	border-radius: 5px;
	color: #fff;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	position: relative;
}

.fb_btn a:after {
	content:" >";
	display: block;
	position: absolute;
	top: 25%;
	right: 20px;
}

.fb_btn a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.facebook-comment,
.fb-comments, 
.fb-comments iframe,
.fb-comments iframe[style],
.fb-comments span,
.fb-comments span[style] {
  width: 100% !important; 
}

.fb_txt {
	font-size: 130%;
	font-weight: 600;
	margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
.fb_back {
	width: 90%;
	margin: 30px 5% 30px;
}

.fb_btn a {	padding: 15px 30px;}
}


/* youtube
   ========================================================================== */
.yt {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.yt iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.yt_video {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
}

.yt_video img {
	width:100%;
	height:auto;
}

.yt_video::before {
	position: absolute;
	content: "▶︎";
	color: #fff;
	font-size: 150%;
	top: 50%;
	left: 50%;
	transform : translate(-50%,-50%);
	opacity: .90;
	transition: 0.2s;
	background: #333;
	padding: 3px 20px;
	border-radius: 8px;
}

.yt_video img:hover {	cursor: pointer;}
.yt_video:hover::before {	background: #f00;
}
