@charset "utf-8";
/* CSS Document */


/*
【ベースデザイン】
改変する際は、十分にご注意ください。
*/


/*=============================================

リセット

=============================================*/
body, p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 100%;
}

/*=============================================

ベース

=============================================*/
#container {
	text-align: center;
}

header {
	width: 100%;
	display: block;
}

header #eye-catch {
	text-align: center;
	max-width: 1000px;
	height:auto;
	margin: 0 auto;
}


#eye-catch{
	width: 100%;
	height:auto;
}

header h1 {
	padding: 0px;
	background: none;
}

#main {
	text-align: left;
	margin: 0px auto;
	background: #fff;

	max-width: 1000px;

}

section.col {
	margin-bottom: 80px;
}

/*フロート*/
.f-right {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
}

.f-left {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}

/*ボタン*/
.btn {
	text-align: center;
}

.btn img:hover {
	opacity: 0.6;
}

/*//===============
*クリアフィックス
=================*/
.clearfix,
.border,
.border-benefit,
.border-apply {
	clear: both;
}

.clearfix:before,
.clearfix:after,
.border:before,
.border:after,
.border-benefit:before,
.border-benefit:after,
.border-apply:before,
.border-apply:after {
    content: "";
    display: table;
}

.clearfix:after,
.border:after,
.border-benefit:after,
.border-apply:after {
    clear: both;
}


/*=============================================

文字、画像

=============================================*/
/*ベース*/
p, a, h1, h2, h3, h4, h5, h6, li, th, td, dt, dd, address, label, input, textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 170%;
}

p, a, li, th, td, dt, dd {
	font-size: 1.1em;
}

p {
	line-height: 180%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 07;
    opacity: 0.7;
}

#container img,
#container iframe {
	max-width: 830px;
}

/*装飾*/
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.large {
	font-size: 2.0em;
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0041ff;
}

.green {
	color: #00a207;
}

.bg-text {
	background: #FDFFD6;
}

img.border {
	border: 1px solid #ccc;
	padding: 0px;
	margin-bottom: 0px;
}

/*見出し*/
h1 {
	font-size: 1.6em;
	color: #000;
	text-align: center;
	background: none;
}

h2 {
	font-size: 2.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 15px 20px;
	color: #fff;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 40px;
	background: #000;
}

h3 {
	margin-top: 0px;
    padding: 10px 15px;
    margin-bottom: 30px;
    font-size: 1.7em;
	margin-top: 0px;
    border: 3px solid #000;
	border-left: 8px solid #000;
}

h3.brt-title {
	padding-right: 0px;
	padding-left: 40px;
	border: none;
	border-bottom: 4px solid #000;
	background: url(../img/bg_brt-title.png) no-repeat left center;

}

h3 img {
	vertical-align: middle;
	margin-right: 10px;
	display: block;
	float: left;
}

h4 {
    border-left: 5px solid #000;
    border-bottom: 2px solid #000;
    padding-left: 10px;
	padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 1.4em;
}

h5 {
    border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin: 0px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

h6 {
    border-bottom: 1px dotted #000;
	padding-bottom: 5px;
	margin: 0px;
    margin-bottom: 10px;
    font-size: 1.2em;
}


/*=============================================

リスト、テーブル

=============================================*/
ul, dl, table {
	padding: 0px;
	margin: 0px;
}

/*リスト*/
ul li {
	list-style-position: inside;
	margin-bottom: 10px;
}

ul.brt-list li {
    list-style: none;
    padding-left: 32px;
    background: url(../img/bg_brt-list.png) left center no-repeat;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
}

/*テーブル*/
table {
    width: 97%;
    border-top: 1px solid #949494;
    border-left: 1px solid #949494;
    word-break: break-all;
    word-wrap: break-word;
    border-spacing: 0;
    border-collapse: collapse;
}

thead th {
    background-color: #4a4a4a;
    color: #fff;
    text-align: center;
}

th, td {
    padding: 10px 15px;
    border-right: 1px solid #949494;
    border-bottom: 1px solid #949494;
	font-size: 1.05em;
}

th {
    background-color: #ebf3fb;
    font-weight: bold;
    text-align: left;
}

td {
	background-color: #fff;
}

th img {
	vertical-align: middle;
	margin-right: 15px;
}

table.non-border,
table.non-border th,
table.non-border td {
	border: none;
	padding: 0px;
	vertical-align: top;
	margin: 0px;
}

table.non-border {
	margin-bottom: 30px;
	width: 100%;
}

table.non-border .v-btm {
	vertical-align: bottom;
	width: 300px;
	text-align: center;
}


/*=============================================

囲み枠

=============================================*/
.border,
.border-benefit,
.border-apply {
	padding: 30px;
	background: #fff;
	margin-bottom: 30px;
}

.border,
.border-benefit {
	border: 5px double #000;
}

.border-apply {
	border: 10px ridge #555555;
}

.border h3 {
	border: none;
	border-bottom: 2px solid #000;
	padding: 0px;
	padding-bottom: 10px;
}

.border-benefit h3 {
	border: none;
	border-bottom: 2px solid #000;
    padding: 0px;
    margin-bottom: 20px;
    font-size: 1.22em;
	padding-bottom: 15px;
	padding-left: 40px;
	background: url(../img/bg_present.png) no-repeat left top;
}


/*=============================================

メルマガ登録・商品購入

=============================================*/
h3.apply-title {
	font-size: 2.0em;
	text-align: center;
    border: none;
	border-bottom: 3px solid #000;
	padding: 0px;
    margin-bottom: 0px;
    padding-bottom: 15px;
	margin-bottom: 50px;
}

/*メルマガ登録*/
.opt-in-form {
	width: 500px;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
}

.opt-in-form .input label {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 8px;
}

.opt-in-form .input input {
	margin-bottom: 20px;
	padding: 5px 8px;
	border-radius: 5px;
	width: 85%;
	font-size: 1.2em;
	border: 1px solid #000;
	background: #fff;
}

.opt-in-form .required input {
	background: #fff!important;
}

.opt-in-form .submit input {
	width: 85%;
	background-color: #00c104;
	padding:10px;
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 10px;
	border-bottom: 5px solid #007502;
	text-shadow: -2px -2px 0px #000000;
	margin: 10px 0px;
}

.opt-in-form .submit input:hover {
	background: #00de05;
	cursor: pointer;
}

/*商品購入*/
.service-price,
.service-buy {
	text-align: center;
}

.service-price {
    margin: 0px;
	margin-bottom: 50px;
}

p.price {
    font-size: 5em;
    font-weight: bold;
    color: #FF0004;
	line-height: 100%;	
}

p.price span {
	font-size: 0.6em;
}

.service-buy {
	margin-bottom: 50px;
}

.service-buy a {
	background-color: #00c104;
	padding: 15px;
	font-size: 3em;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	width: 80%;
	border-radius: 10px;
	border-bottom: 5px solid #007502;
	text-shadow: -2px -2px 0px #000000;
}

.service-buy a:hover {
	background: #00de05;
	text-decoration: none;
}


/*お支払い留意事項*/
.service-note {
	padding: 0px;
	padding: 20px;
	padding-bottom: 12px;
	background-color: #fffcec;
	border: dotted 1px #000;
	margin: 30px auto;
	margin-bottom: 10px;
	max-width: 555px;
	width: 80%;
}

.service-note p {
	margin-bottom: 10px;
	font-size: 0.88em;
}

.service-note ul {
	margin: 0px;
}

.service-note li {
	font-size: 0.88em;
	margin-bottom: 5px;
}


/*=============================================

フッター

=============================================*/
footer {
	width: 100%;
	min-height: 30px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #000;
}

.utility-menu,
.footer p,
.footer a,
.footer address {
	color: #fff;
}

.footer address {
	font-style: normal;
}

.utility-menu a {
	font-size: 0.88em;
	text-decoration: none;
}

.utility-menu a:hover {
	text-decoration: underline;
}

/*=============================================

レスポンシブ

=============================================*/
.respo-iframe {
	position: relative;
	padding: 0px;
	width: 100%;
	padding-top: 56.25%!important;
	max-width: 830px;
	max-height: 500px;
	text-align: center;
}

.respo-iframe iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-width: 830px;
	max-height: 500px;
}

@media screen and (max-width:899px) {
header {
	margin: 0px auto;
	width: auto;
	height: auto;
}

h1 img {
	width: 100%;
	height: auto;
}

.respo-image img {
	width: 100%;
	height: auto;
}

iframe {
	width: 100%;
}

#main {
	width: auto;
	border: none;
}
}

@media only screen and (max-width:862px) {
h1 img,
h2 img,
img.respo,
.service-price img,
.service-buy img {
	width: 100%;
	height: auto;
}

table img {
	display: block;
	margin: 10px auto;
}

}

@media screen and (max-width:635px) {
h3.apply-title {
	font-size: 1.5em;
}

.opt-in-form .input label,
.opt-in-form .input input {
	font-size: 1.0em;
}

.opt-in-form .submit input {
	font-size: 1.5em;
}

p.price {
	font-size: 3em;
}

.service-buy a {
	font-size: 2em;
}

}

@media screen and (max-width:590px) {
.count.foot form input {
	font-size: 1.0em;
	word-wrap: break-word;
	width: 100%;
}
}

@media screen and (max-width:539px) {
.f-right {
	float: none;
	margin: 0px;
	margin-bottom: 15px;
	text-align: center;
}

.f-left {
	float: none;
	margin: 0px;
	margin-bottom: 15px;
}
}
