@charset "UTF-8";

p { margin-top: 0;}

article { clear: both;}

section {
	width: 980px;
	background: #fff;
	margin: 0 auto;
}

.inner {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 100px 100px;
	width: 980px;
}

h1 { margin: 0;}

h2 {
	color: #f15a25;
	font-size: 180%;
	margin: 0 0 15px;
}

h3 {
	font-size: 120%;
	margin: 0 0 15px;
}

.normal_box {
	box-sizing: border-box;
	border: solid 1px #e7202c;
	padding: 15px 20px;
	margin-bottom: 20px;
}

.buy_button a {
	box-sizing: border-box;
	display: block;
	background: #f90;
	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;
}

.buy_button a:after {
	content:" >";
	display: block;
	position: absolute;
	top: 0.5em;
	right: 20px;
}

.app_button a {
	box-sizing: border-box;
	display: block;
	background: #f90;
	border-radius: 7px;
	color: #fff;
	font-weight: 600;
	padding: 15px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	width: 90%;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.app_button a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.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;
}


@media screen and (max-width: 800px) {
h2 {
	font-size: 6vw;
	text-align: center;
}

section { width: 100%;}

.inner {
	width: 100%;
	padding: 0 5% 80px;
}

.buy_button a {
	padding: 15px;
	width: 100%;
}

.buy_button a:after { top: 0.8em;}

.pc_img { display: none;}
.sp_book { display: block;}

.cop {
	float: none;
	display: block;
	margin: 10px auto 1px;
	width: 100%;
}
}


/* 動画特典プレゼント
   ========================================================================== */
.contents {	background: #fdfadb;}

.contents .inner {
	padding-top: 20px;
	padding-bottom: 40px;
}

.ct_box,
.ct_ttl { text-align: center;}

.ct_ttl br { display: none;}

.ct_child {
	box-sizing: border-box;
	background: #fff;
	border: solid 5px #f15a25;
	border-radius: 15px;
	margin-bottom: 20px;
	box-shadow: 0 0 1px #f15a25;
}

.ct_child h3 {
	background: #f15a25;
	border: none;
	border-radius: 10px 0 15px 0;
	color: #fff;
	display: inline;
	font-size: 110%;
	padding: 10px 20px;
}

.ct_child img {
	display: block;
	width: 98%;
	margin: 1px auto 10px;
}

.ct_present {
	color: #f15a25;
	font-weight: 600;
	font-size: 120%;
	margin-bottom: 5px;
}

.vimeo {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 30px;
}

.vimeo iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.yt_img {
	margin-bottom: 20px;
	width: 100%;
}

.dk_box { text-align: center;}

.dk_child {
	box-sizing: border-box;
	background: #fff;
	border: solid 5px #f15a25;
	border-radius: 15px;
	margin: auto auto 30px;
	text-align: left !important;
	width: 90%;
}

.dk_child h3 {
	background: #f15a25;
	border: none;
	border-radius: 10px 0 15px 0;
	color: #fff;
	display: inline;
	font-size: 110%;
	padding: 10px;
}

.dk_child img {
	display: block;
	width: 75%;
	margin: auto auto 10px;
}

hr {
	border: none;
	border-bottom: solid 1px #fac5b5;
	margin: 60px auto 50px;
}

.bgw_txt {
	font-size: 90%;
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {
.contents br { display: none;}

.ct_ttl br { display: block !important;}

.ct_present { font-size: 110%;}

.ct_child h3 {
	font-size: 3vw;
	margin-bottom: 10px;
}

.dk_child {	width: 100%;}

.dk_child h3 { font-size: 3vw;}

.dk_child img {
	width: 90%;
	margin-top: 10px;
}

.ct_box { text-align: left;}

.bgw_txt { font-size: 3.3vw;}
}


/* 本の概要
   ========================================================================== */
.ranking {
	padding-top: 40px;
	padding-bottom: 20px;
}

 .rank_ttl {
 	font-size: 150%;
 	font-weight: 600;
 	text-align: center;
 	line-height: 1.7;
}

.rank_ttl span {
	color: #fff;
	background: #b09051;
	padding: 5px 7px;
}

.rank_img {
 	display: block;
 	margin: auto;
 	width: 65%;
 }

.rank_jt {
	font-size: 90%;
	text-align: center;
	margin: 10px auto 30px;
}

.rank_box {
	box-sizing: border-box;
	border: double 3px #b09051;
	margin: auto;
	padding: 10px;
	width: 80%;
	text-align: center;
	display: block;
	background: url(../image/trophy.png) no-repeat right 17px bottom 7px / 18%;
}

.rank_box p {
	background: #b09051;
	color: #fff;
	font-size: 120%;
	font-weight: 600;
	padding: 2px 5px;
	margin-bottom: 10px;
}

.rank_get {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 110%;
}

.rank_get li {
	text-align: left;
}

.rank_list p {
	text-align: center;
	margin-top: 10px;
}

.rank_list span {
	background: #b09051;
	color: #fff;
	padding: 2px;
}


@media screen and (max-width: 800px) {
.rank_ttl { font-size: 3.6vw;}

.rank_img { width: 85%;}

.rank_jt { font-size: 2vw;}

.rank_box {
	width: 90%;
	font-size: 3.6vw;
	background: none;
}

.rank_get {
	font-size: 3.2vw;
}
}


/* 目次
   ========================================================================== */
.introduction p {
	font-weight: 600;
	margin-bottom: 3px;
}

.introduction .int_maeato {
	font-weight: normal;
	margin-bottom: 20px;
}

.introduction ul {
	font-size: 90%;
	margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
.introduction p,
.introduction ul { font-size: 90%;}
}


/* プロフィール
   ========================================================================== */
.profile .inner {
	overflow: hidden;
	padding-bottom: 50px;
}

.profile h3 {
	font-size: 110%;
	margin-bottom: 5px !important;
}

.profile p { font-size: 90%;}

.pro_img {
	width: 35%;
	float: right;
	margin: 0 0 25px 25px;
}

@media screen and (max-width: 800px) {
.profile h3 {
	font-size: 100%;
	text-align: center;
}

.pro_img {
	width:60%;
	float: none;
	display: block;
	margin: 0 auto 25px;
}

.profile p { font-size: 80%;}
}


/*  書籍紹介＆目次&購入
   ========================================================================== */
.hysho .inner { padding-bottom: 40px;}

.hys_box {
	box-sizing: border-box;
	background: #e6e6e6;
	padding: 20px;
	overflow: hidden;
}

.hys_rightbox {
	float: right;
	width: 500px;
}

.hys_ttl {
	color: #e7202c;
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 20px;
}

.hys_price {
	font-size: 90%;
	margin-top: 20px;
}

.hys_leftbox { width: 200px;}

.hys_bookimg {
	width: 200px;
	margin-bottom: 5px;
}

.hys_button a {	width: 100%;}
.hys_button a:after { content: "";}

@media screen and (max-width: 800px) {
.hys_box { padding: 20px;}

.hys_rightbox {
	float: none;
	width: 100%;
}

.hys_price { margin-bottom: 20px;}

.hys_price br {	display: none;}

.hys_leftbox {
	width: 100%;
	text-align: center;
}

.hys_bookimg { width: 80%;}

.hys_button a:after { content:" >";}
}


/*  お申込み
   ========================================================================== */
.application { text-align: center;}

.app_day3 {	background: #fdfadb;}

.application .inner { padding-bottom: 40px;}

.decimal {
	list-style-position: inside !important;
	margin: 0 auto 30px;
	padding: 0;
}

.appli {
	color: #f00;
	font-weight: 600;
	font-size: 150%;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.5;
}

.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%;
}

.amazon_btn a {
	box-sizing: border-box;
	display: block;
	background: #fbc98b;
	border: solid 1px #9b5807;
	border-radius: 7px;
	padding: 15px 10px 2px;
	text-align: center;
	margin-bottom: 20px !important;
}

.amazon_btn img { width: 30%;}

.amazon_btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.quiz_box {
	box-sizing: border-box;
	background: #fff;
	border: solid 3px #f15a25;
	border-radius: 15px;
	margin: auto auto 30px;
	text-align: center;
	padding: 10px;
}

.quiz_box p {
	margin-bottom: 0;
}

.quiz_box .qttl {
	font-weight: 600;
}

@media print, screen and (max-width: 800px) {
.amazon_btn img { width: 60%;}

.application { text-align: left;}

.application br { display: none;}
}


/*------------------------------------
 フォーム
--------------------------------------*/
.form {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}

.form td {
	box-sizing: border-box;
	padding-bottom: 10px;
}

.form td.do1 { text-align: center;}

.form td.mail {
	width: 40%;
	padding-right: 1%;
}

.form td.name {
	width: 30%;
	padding-right: 1%;
}

.form td.submit { width: 30%;}

.form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	border: solid 1px #ccc;
	background: #fff;
	-webkit-appearance: none;
}

.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: 30px 5px;
	background: #e4101c;
	color: #fff;
	font-size: 170%;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	border: solid 1px #fff;
	border-radius: 7px;
	-webkit-appearance: button;
}

.sub_btn input:hover {
	cursor: pointer;
 	opacity: 0.6;
	transition: 0.8s;
}

.form_txt li {
	font-size: 70%;
	margin-left: 1em;
	text-indent: -1em;
}

.form_end {
	color: #e4101c;
	margin: 0 auto 20px;
	padding: 10px;
	text-align: center;
	font-size: 180%;
	font-weight: 600;
}

.form label {
	display: inline-block;
	float: left;
	font-weight: 600;
	margin-bottom: 7px;
}

@media print, screen and (max-width: 800px) {
.form td.mail {
	width: 1000%;
	padding-right: 0;
}

.form td.name {
	width: 100%;
	padding-right: 0;
}

.sub_btn input { font-size: 6vw;}
}


/* プリント非表示
   ========================================================================== */
@media print {
footer { display: none !important;}
}