@charset "UTF-8";
body { background: #fefef6;}

p {
	margin-top: 0;
	margin-bottom: 30px;
}

article { clear: both;}

section {
	width: 980px;
	background: #fff;
	margin: 0 auto;
}

.inner {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 100px 80px;
	width: 980px;
}

h1 { margin: 0;}

h2 {
	color: #5d3126;
	font-size: 150%;
	margin: 0 0 15px;
}

h3 {
	border-bottom: solid 1px #111;
	font-size: 120%;
	padding: 0 0 7px;
	margin: 40px 0 15px;
}

.normal_box {
	box-sizing: border-box;
	padding: 15px;
	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: #ee8593;
	border: solid 1px #fff;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	padding: 10px;
	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;
}

.app_button a:after {
	content:" ∨";
	display: block;
	position: absolute;
	top: 0.6em;
	top: 2.2em;
	right: 20px;
	font-size: 60%;
}


@media screen and (max-width: 800px) {
section { width: 100%;}

.inner {
	width: 100%;
	padding: 0 5% 80px;
}

.buy_button a {
	padding: 15px;
	width: 100%;
}

.buy_button a:after { top: 0.8em;}

.app_button a {	padding: 15px;}
}



/* 内容紹介
   ========================================================================== */
.contents {}

.contents .inner { padding-top: 20px;}

.day_box {
	background: #9cc8e1;
	padding-bottom: 50px;
}

.tk_ttl {
	margin: auto auto 20px;
	text-align: center;
}

.tk_ttl span {
	background: #fff;
	border: solid 2px #5d3126;
	color: #5d3126;
	font-size: 170%;
	font-weight: 600;
	padding: 2px 10px;
}

.tk_sttl {
	font-size: 130%;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}

.tk_img1 {
	clear: both;
	display: block;
	margin: auto auto 20px;
	width: 100%;
}

.tk_img2 {
	clear: both;
	display: block;
	margin: auto auto 20px;
	width: 84%;
}

.thumbnail {
	float: right;
	margin: 0 00 20px 20px;
	width: 250px;
}

@media screen and (max-width: 800px) {
.contents br { display: none;}

.thumbnail {
	display: block;
	float: none;
	margin: auto auto 30px;
	width: 60%;
}

.tk_img2 {
	clear: both;
	display: block;
	margin: auto auto 20px;
	width: 90%;
}

.tk_sttl { text-align: left;}
}



/* まえがき
   ========================================================================== */
.introduction {}

.int_ttl { margin-bottom: 10px;}

.int_box {
	border: solid 2px #5d3126;
	margin-bottom: 20px;
}

.int_hline {
	color: #5d3126;
	font-weight: 600;
	margin-bottom: 8px;
}



/* プロフィール
   ========================================================================== */
 .profile .inner { overflow: hidden;}

.pro_ttl { margin-bottom: 10px;}

.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 {}

.app_daybox {
	background: #9cc8e1;
	text-align: center;
}

.application .inner { padding-bottom: 40px;}

.app_ttl {
	padding: 30px 0 20px;
	text-align: center;
}

.app_ttl span {
	background: #fff;
	border: solid 2px #5d3126;
	color: #5d3126;
	font-weight: 600;
	padding: 2px 10px;
}

.decimal {
	list-style-position: inside !important;
	margin: 0 auto 30px;
}

.appli {
	color: #5d3126;
	font-weight: 600;
	font-size: 150%;
	margin-bottom: 5px;
	line-height: 1.7;
}

.appli:after {
	display: block;
	content:"▼";
	font-size: 200%;
	transform: scale(3,0.5);
	-moz-transform: scale(3,0.5);
	-webkit-transform: scale(3,0.5);
	line-height: 1;
	margin: auto;
	width: 23.333333333%;
}

.amazon_btn {
	margin-bottom: 20px;
	list-style: none;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}

.amazon_btn li {
	float: left;
	width: 49.5%;
}

.amazon_btn a {
	box-sizing: border-box;
	display: block;
	background: #f9ce99;
	border: solid 1px #5d3126;
	border-radius: 5px;
	padding: 13px 10px 2px;
}

.amazon_btn li:nth-of-type(1) {	margin-right: 1%;}

.amazon_btn a:hover {
	/*opacity: 0.7;*/
	transition: 0.3s;
	background: #f7bd75;
}

@media print, screen and (max-width: 800px) {
.application br { display: none;}

.amazon_btn li {
	box-sizing: border-box;
	float: none;
	width: 100%;
	margin-bottom: 10px;
}

.amazon_btn li:nth-of-type(1) {	margin-right: 0;}

.decimal {
	list-style-position: inside !important;
	margin-left: -10%;
}
}


/*-----------
 フォーム
---------------------------------------------------------------*/
.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: 10px;
	border-radius: 5px;
	border: solid 1px #ccc;
	background: #fff;
	-webkit-appearance: none;
}

.form input::-moz-placeholder {
	color: #aaa;
	font-weight: normal;
}

.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: #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: #ee8593;
	color: #fff;
	font-size: 170%;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	/*border: solid 1px #ee8593;*/
	border: solid 2px #fff;
	border-radius: 5px;
	-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: #f93d8b;
	margin: 0 auto 40px;
	padding:  10px;
	text-align: center;
	font-size: 200%;
	font-weight: 600;
}

@media print, screen and (max-width: 800px) {
.form td {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 2px;
}

.form td.do1 {
	margin-left: 10px;
	text-align: left;
}
}


/* footer
   ========================================================================== */
footer {
	clear: both;
	border-top: solid 1px #ddd;
	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;}
}