@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: 980px;
}

h1 { margin: 0;}

h2 {
	color: #111;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;	
	font-size: 150%;
	margin: 0 0 15px;
}

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: #fe46bc;
	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;
}

.app_button a {
	box-sizing: border-box;
	display: block;
	background: #f25a95;
	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;	
}

.app_button a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.app_button a:after {
	content:" ∨";
	display: block;
	position: absolute;
	top: 0.6em;
	right: 20px;
}

.sp_book {
	display: none;
	margin: 0 auto 50px;
}

.sp_img {
	display: block;
	margin: 0 auto 30px;
}

.cop {
	float: right;
	margin: 0 0 10px 10px;
	width: 370px;
}

.sp_img { display: none;}

@media screen and (max-width: 800px) {
h2 {
	font-size: 130%;
	margin: 0 auto 30px;
	text-align: center; 
}

h3 br { display: block !important;}

section {
	width: 100%;
	margin: 0 auto 50px;
}

.inner {
	width: 100%;
	padding: 0 5%;
}

.buy_button a {
	padding: 15px;
	width: 100%;
}

.buy_button a:after {	top: 0.8em;}

.pc_img { display: none !important;}
.sp_img { display: block;}

.cop {
	float: none;
	display: block;
	margin: 10px auto 1px;
	width: 100%;
}
}


/* 内容紹介
   ========================================================================== */
.contents { margin-bottom: 40px;}

.contents .inner {	padding-top: 20px;}

.cp_ttl {
	font-size: 120%;
	font-weight: 600;
	text-align: center;
}

.bg_thimnail {
	float: right;
	width: 40%;
	margin: 0 0 40px 20px;
}

@media screen and (max-width: 800px) {
.contents br { display: none;}

.cp_ttl {	text-align: left;}

.cp_ttl br {	display: block !important;}

.bg_thimnail {
	float: none;
	display: block;
	margin: auto auto 30px;
	width: 70%;
}
}


/*  目次
   ========================================================================== */
.hysho {
	background: #96cee6;
	margin-bottom: 30px;
	width: 100%;
}

.hysho .inner {
	box-sizing: border-box;
	padding: 40px 80px;
	width: 960px;	
}

.hys_box {
	display: grid;
	grid-template-columns: 240px 1fr;
	grid-gap: 30px;
}

.hys_left { 
  grid-column-start: 1;
	text-align: center;
}

.hys_right {  grid-column-start: 2;}

.hys_bottom {
	background: #fff;
	border: solid 2px #000;
	padding: 5px;
}

.hys_bin {
	border: solid 1px #000;
	padding: 10px;
}

.hys_bookimg {	width: 100%;}

.hys_ttl {
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 3px;
}

.hys_button a {
	box-sizing: border-box;
	display: block;
	background: #897750;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	text-align: center;
}

.hys_button a:hover {
	opacity: 0.8;
	transition: 0.3s;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hys_list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.hys_list li {	margin-bottom: 3px;}

@media screen and (max-width: 800px) {
.hysho .inner {
	padding: 40px 5%;
	width: 100%;
}

.hys_box {
	display: grid;
	grid-template-columns: 1fr;
}

.hys_ttl { display: none;}

.hys_bookimg { width: 80%;}

.hys_right {  grid-column-start: 1;}
}


/* プレゼント
   ========================================================================== */
.present_box {
	margin-bottom: 10px;
	text-align: center;
}

.present_box img {	width: 100%;}

.pre_ttl {
	font-size: 130%;
	font-weight: 600;
}

.pre_appli {
	color: #009bde;
	font-weight: 600;
	font-size: 150%;
	margin-bottom: 15px;
}

.pre_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%;
}

@media screen and (max-width: 800px) {
.present_box {
	width: 100%;
}
}


/* プロフィール
   ========================================================================== */
.pro_ttl {	margin-bottom: 10px !important;}

.pro_name {
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 5px;
}

.pro_img { 
	float: right;
	margin: 0 0 25px 25px;
}

@media screen and (max-width: 800px) {
.pro_img { 
	float: none;
	display: block;
	margin: 0 auto 25px;
}
}


/*  お申込み
   ========================================================================== */
.application {
	background: #96cee6;
	text-align: center;
}

.application .inner {
	padding-top: 20px;
	padding-bottom: 10px;
}

.decimal {
	list-style-position: inside !important;
	margin: 0 auto 30px;
}

.appli {
	color: #897750;
	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 {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
}

.box_buy li a {
	box-sizing: border-box;
	display: block;
	background: rgba(251,214,118,0.7);
	border: solid 1px #846a29;
	border-radius: 3px;
	color: #000;
	width: 49%;
	float: left;
	margin: 0 1% 1% 0;
	padding: 20px 0 7px;
	transition: 0.3s;
}

.box_buy a:hover {
	text-decoration: none;
	background: #fdb867;
}

.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;}

@media print, screen and (max-width: 800px) {
.application {	text-align: left;}

.appli {	text-align: center;}

.box_buy li a {
	width: 100%;
	float: none;
	text-align: center;
	margin: 0 0 7px;
}
}


/*------------------------------------
 フォーム
--------------------------------------*/
.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%;	
}

.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: #009bde;
	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.3s;
}

.form_end {
	color: #fff;
	margin: 0 auto 30px;
	padding: 10px;
	text-align: center;
	font-size: 240%;
	font-weight: 600;
}

@media print, screen and (max-width: 800px) {
.form td {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	text-align: left;
}
}


/* 序文
   ========================================================================== */
.jobin {
	background: #eee;
	padding-top: 50px;
	padding-bottom: 30px;	
	margin-bottom: 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;
}


/* footer
   ========================================================================== */
footer {
	clear: both;
	border-top: solid 1px #009bde;
	background: #fff;
	color: #333;
	font-size: 80%;
	padding: 15px 15px 5px;
	overflow: hidden;
}

.ftr_link {
	float: right;
	margin: 0 auto 10px;
	font-size: 90%;
}

.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: 15px;
}

.ftr_companybox p { margin-bottom: 0;}

.company {
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 5px;
}

.bdr_top1 { border-top: solid 1px #eee;}

@media screen and (max-width: 800px) {
footer {
	font-size: 80%;
	text-align: center;
}

.ftr_link,
.ftr_companybox {
	float: none;
	font-size: 90%;
	margin-bottom: 10px;
}
}

/* プリント非表示
   ========================================================================== */
@media print {
	footer { display: none !important;}
}