﻿/*
171220　トライブ

color1 #9c3
coloe2 #f0c
color3 #40C0CB
*/

@charset "utf-8";

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

html { overflow: auto; }
body { overflow: hidden; }

html {
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
			-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
		 -moz-box-sizing: inherit;
					box-sizing: inherit;
}

body {
	font-size: 15px;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

h1,h2,h3,h4,h5,h6,p,ul,ol {
	margin-top: 0;
}

ul,
ol {
	margin: 0 0 1em 1.3333em;
	padding-left: 0;
	text-align: left;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

table {
	border-collapse: collapse;
}

figure {
	border: 0;
	margin-right: 0;
	margin-left: 0;
}

fieldset {
	border: 0;
}

input,
textarea {
	font-family: monospace;
}

@media(max-width: 640px) {
	html,body{
		width: 100%;
		min-width: 100%;
		font-size: 100%;
		-webkit-text-size-adjust: 100%;
		    -ms-text-size-adjust: 100%;
	}
}

/* ==========================================================================
	 全体
	 ========================================================================== */

body {
	background: #fff;
}

/* リンク
	 ========================================================================== */

a,
a:hover {
	color: #1A0DAB;
	text-decoration: underline;
}

a:hover, 
a:focus {
	text-decoration: none;
}

a:active {
	color: #CC3434;
	text-decoration: none;
}

/* ==========================================================================
	 ヘッダー
	 ========================================================================== */

.header {
	background: #000 url(img/header-bg-img.jpg) no-repeat center top;
	background-size: cover;
}

.header-inner {
	text-align: center;
	padding: 50px 0;
}

.header__catch-1 {
	margin: 50px auto;
}

.header__timer {
	margin: 25px auto;
}

.header__btn {
	margin: 25px auto 50px;
}

/* ==========================================================================
	 レイアウト
	 ========================================================================== */

.main-wrapper {
	background: #000 url("img/body-bg-img.jpg") no-repeat center top fixed;
	background-size: cover;
}
/* メインエリアの枠 */

.l-main {
	margin: 0 auto;
	width: 960px;
	background-color: #fff;
	background-color: rgba(255,255,255,.95);
	padding: 50px;
	padding-top: 0;
}

@media(max-width: 800px) {
	.l-main {
		width: 100%;
		padding: 0 20px;
	}
}

@media(max-width: 640px) {
	.l-main {
		padding: 0 20px;
	}
}

.l-main-inner {
}

/* グリッド */

.l-grid {
	margin: 20px 0 20px -20px;
	font-size: 0;
}

.l-grid__unit {
	display: inline-block;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	padding: 0 0 0 20px;
	vertical-align: top;
	font-size: 14px;
	font-size: 1.4rem;
}
	.l-grid__unit img {
		max-width: 100%;
	}

.l-grid__unit.l-grid__unit--50per { width: 50% }
.l-grid__unit.l-grid__unit--33per { width: 33.333% }
.l-grid__unit.l-grid__unit--25per { width: 25% }
.l-grid__unit.l-grid__unit--20per { width: 20% }

/* クリア */

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

@media(max-width: 640px) {
	.l-grid {
		margin: 0;
	}
	.l-grid__unit {
		padding: 0;
		margin-bottom: 15px; 
		width: 100% !important;
	}
}

/* グリッド */

.l-wide {
	margin-left: -100%;
	margin-right: -100%;
	padding-left: 100%;
	padding-right: 100%;
}

/* ==========================================================================
	 タイポグラフィー
	 ========================================================================== */

.main p,
.main li {
	font-size: 19px;
	line-height: 1.75;
}

.main p {
	margin: 0 0 1.25em;
}

.main > p strong {
}

.main ul {
	margin-left: 3em;
}

@media(max-width: 640px) {
	.main p,
	.main li {
		font-size: 15px;
	}
}

/* 小見出し
	 ========================================================================== */

.main > h3 {
	position: relative;
	margin: 50px -50px;
	padding: 50px 0;
  background-image: -moz-linear-gradient( 0deg, rgb(202,39,251) 0%, rgb(252,19,105) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(202,39,251) 0%, rgb(252,19,105) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(202,39,251) 0%, rgb(252,19,105) 100%);
	color: #fff;
	text-align: center;
	font-size: 39px;
	line-height: 1.333;
	font-weight: normal;
	letter-spacing: .1em;
	text-indent: .1em;

	margin-left: -100%;
	margin-right: -100%;
	padding-left: 50%;
	padding-right: 50%;
}
	.main > h3:first-child {
		margin-top: 0;
	}

.main > h3 > strong {
	color: #ff0;
}

.main > div > h3 {
	margin: 50px auto;
	padding: 1em 0;
	color: rgba(0,0,0,.8);
	text-align: center;
	font-size: 36px;
	line-height: 1.333;
}

@media(max-width: 640px) {
	.main > h3 {
		font-size: 21px;
		margin: 20px;
		margin-left: -20px;
		margin-right: -20px;
		padding: 20px;
	}
}

.main > h4:not([class]) {
	margin: 50px 0;
	padding: 1em 0 0;
	border-top: 1px solid #ccc;
	color: #ef188e;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.333;
}

.main > h4:not([class]) > strong {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: .75em;
}

.main > .box > h4:not([class]) {
	margin: 0 0 50px;
	padding: 1em 0 0;
	border-top: 1px solid #ccc;
	color: #ef188e;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.333;
}

.main > .box >  h4:not([class]) > strong {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: .75em;
}

/* キャプション
	 ========================================================================== */

.main 
.caption {
	font-size: 15px;
	color: #666;
	line-height: 1.5;
	margin: .333em 0;
}

/* 追伸
	 ========================================================================== */

.main 
.ps {
	margin-top: 100px;
	margin-bottom: 50px;
	margin-right: -100%;
	margin-left: -100%;
	padding-top: 50px;
	padding-right: 100%;
	padding-bottom: 50px;
	padding-left: 100%;

	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #333;
	text-align: center;
	font-weight: normal;
	font-size: 36px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

/* 写真の位置
	 ========================================================================== */

img.image-align--center {
	max-width: 100%;
	margin: 50px auto;
	display: block;
}

img.image-align--right {
	float: right;
	max-width: 33%;
	margin: 5px 0 1em 1em;
}

/* 写真の位置
	 ========================================================================== */

img.photo--iguchi {
	float: right;
	max-width: 33%;
	margin: 5px 0 1em 1em;

	width: 200px;
}

/* ==========================================================================
	 五つの約束
	 ========================================================================== */

.five-promise {
		margin: -50px;
}


/* ==========================================================================
	 成功を妨げていた問題
	 ========================================================================== */


h4.barrier {
	margin: 50px 0 50px;
	padding-top: 1em;
	border-top: 1px solid #ccc;
	text-align: center;
	font-weight: normal;
	font-size: 42px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	line-height: 1.25;
}

h4.barrier > strong {
	display: inline-block;
	margin-bottom: .75em;
	padding: .5em .75em;
	background-image: -moz-linear-gradient( 0deg, rgb(20,133,204) 0%, rgb(31,196,143) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(20,133,204) 0%, rgb(31,196,143) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(20,133,204) 0%, rgb(31,196,143) 100%);
	color: #fff;
	text-indent: 2px;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 21px;
	line-height: 1;
}

/* ==========================================================================
	 ギフト
	 ========================================================================== */

.gift {
	margin: 50px auto;
	padding: 50px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.333);
}
.gift > *:last-child {
	margin-bottom: 0;
}

.gift__wrapper {
	margin: -50px;
	padding: 1px 50px;
	background: #000 url("img/gift-bg-img.jpg") no-repeat center top;
	background-size: contain;
}

.gift h4 {
	margin: 0 0 45px;
	padding: 1em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 36px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	line-height: 1.25;
}

.gift h4 > strong {
	display: inline-block;
	margin-bottom: 1em;
	padding: .75em 1em;
	border-radius: 3px;
  background-image: -moz-linear-gradient( 0deg, rgb(252,19,108) 0%, rgb(253,123,35) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(252,19,108) 0%, rgb(253,123,35) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(252,19,108) 0%, rgb(253,123,35) 100%);
	color: #fff;
	text-indent: 2px;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
}

/* ==========================================================================
	 特典
	 ========================================================================== */

.bonus {
	margin: 50px auto;
	padding: 50px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.333);
}
.bonus > *:last-child {
	margin-bottom: 0;
}

.bonus__wrapper {
	margin: -50px;
	padding: 1px 50px;
	background: #000 url("img/bonus-bg-img.jpg") no-repeat center top;
	background-size: contain;
}

.bonus h4 {
	margin: 0 0 45px;
	padding: 1em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 39px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	line-height: 1.25;
}

.bonus h4 > strong {
	display: inline-block;
	margin-bottom: .75em;
	padding: .75em 1em;
	border-radius: 3px;
  background-image: -moz-linear-gradient( 0deg, rgb(252,19,108) 0%, rgb(253,123,35) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(252,19,108) 0%, rgb(253,123,35) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(252,19,108) 0%, rgb(253,123,35) 100%);
	color: #fff;
	text-indent: 2px;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 21px;
	line-height: 1;
}

.bonus h4 > small {
	display: inline-block;
	margin-top: .25em;
	font-weight: normal;
}

/* ==========================================================================
	 バナー
	 ========================================================================== */

.banner-body {
	margin: 50px -50px -50px;
}

/* ==========================================================================
	 スケジュール
	 ========================================================================== */

.schedule > h4 {
    margin-bottom: 1em;
    font-size: 21px;
    line-height: 1;
}

.schedule > h4 > span {
    margin-right: .5em;
    padding: .5em 1em;
    border-radius: 9999px;
    background-color: #ef188e;
    color: #fff;
    vertical-align: text-top;
    font-size: 18px;;
}

table.schedule__table {
    margin: 25px auto 50px;
	width: 100%;
    border-top: 1px solid rgba(0,0,0,.1);
}

table.schedule__table td {
    padding: 1em 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    vertical-align: top;
    font-size: 18px;
}

table.schedule__table tr > :first-child {
    padding-right: 1em;
    width: 10%;
    white-space: nowrap;
}
table.schedule__table tr > :first-child img {
    max-width: none;
    width: 210px;
    height: auto;
}

table.schedule__table tr > :nth-child(2) {
    padding-right: 1em;
    width: 10%;
    white-space: nowrap;
}

table.schedule__table tr > :nth-child(3) {
    font-weight: bold;
}

/* ==========================================================================
	 申し込み
	 ========================================================================== */

.order {
	padding: 50px 0;
}

/* ボタン
	 ========================================================================== */

.order-btn__wrapper {
	margin: 50px auto 0;
}

.order-btn {
	display: block;
	text-align: center;
	margin: 0 auto 20px;
}

.order-btn:active {
}

.order-btn__wrapper p.order-btn__note {
	text-align: center;
	font-size: 15px;
}

/* ==========================================================================
	 チェックリスト
	 ========================================================================== */

ul.m-checklist {
	list-style-type: none;
	margin: 50px 0 50px 1em;
	padding: 0;
}

ul.m-checklist > li {
	padding-left: 33px;
	background: url("img/m-checklist.png") no-repeat 0 6px;
	margin-bottom: 6px;
}

ul.m-checklist > li:last-child {
}

/* ==========================================================================
	 囲み
	 ========================================================================== */

.box {
	margin: 50px auto;
	padding: 50px;
	border: 1px solid rgba(0,0,0,.1);
	background-color: rgba(0,0,0,.0333);
	border-radius: 2px;
}

.box > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* ==========================================================================
	 講師紹介
	 ========================================================================== */

.speaker__wrapper {
	margin: -50px;
	padding: 50px;
	border-top: 1px solid #ddd;
	background-color: #f3f3f3;
}

.speaker__unit {
	border-top: 1px solid #ddd;
	padding: 50px;
	margin-bottom: 50px;
	background-color: #fff;
}
	.speaker__unit:last-child { margin-bottom: 0 }
	.speaker__unit > *:last-child { margin-bottom: 0 }

.main 
.speaker__catch {
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
	color: #40C0CB;
	margin-bottom: 21px;
}

.main 
.speaker__name-j {
	font-size: 42px;
	line-height: 1;
	font-weight: normal;
	color: #9c3;
	margin-bottom: 9px;
	letter-spacing: 6px;
}

.main 
.speaker__name-e {
	font-size: 21px;
	line-height: 1;
	font-weight: normal;
	color: #999;
	margin-bottom: 39px;
}

.speaker__photo {
	width: 240px;
	float: right;
	margin: 0 0 25px 25px;
	z-index: 1;
	position: relative;
}

.speaker p {
	font-size: 16px;
}

@media(max-width: 640px) {
	.speaker__photo {
		width: 100%;
		float: none;
		margin: 0 0 25px;
	}
}

/* ==========================================================================
	 特典テーブル
	 ========================================================================== */

.bonus-table {
	margin: 50px auto;
	width: 100%;
	border-collapse: collapse;
}

.bonus-table th,
.bonus-table td {
	padding: 21px 21px;
	text-align: center;
	font-size: 18px;
	line-height: 1.333;
}

.bonus-table th {
	width: 20%;
	background: #333;
	background: -webkit-linear-gradient       (top, #444, #222);
	background:         linear-gradient( to bottom, #444, #222);
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
}

.bonus-table td {
	border: 1px solid #ccc;
	background: rgba(255,255,255,.93);
	color: #000;
}
.bonus-table tr:nth-child(odd) td {
	background: rgba(255,255,255,.95);
}

.bonus-table td.bonus-table__item-td {
	width: 40%;
	text-align:left;
}
.bonus-table td.bonus-table__check-td {
	color: #390;
	font-size: 27px;
}
.bonus-table td.bonus-table__check-td.vip {
	color: #f06;
}
.bonus-table td.bonus-table__price-td {
	font-weight: bold;
}

/* ==========================================================================
	 価格テーブル
	 ========================================================================== */

.price-table {
	margin: 50px auto;
	width: 100%;
	border-collapse: collapse;
}

.price-table th,
.price-table td {
	padding: 24px 21px;
	text-align: center;
	font-size: 18px;
	line-height: 1.333;
}

.price-table th {
	width: 20%;
	background: #333;
	background: -webkit-linear-gradient       (top, #444, #222);
	background:         linear-gradient( to bottom, #444, #222);
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
}

.price-table td {
	border: 1px solid #ccc;
	background: rgba(255,255,255,.95);
	color: #000;
}

.price-table td.price-table__item-td {
	width: 40%;
}

.price-table tr.normal td {
	font-size: 21px;
	color: #666;
}

.price-table tr.fast td {
/*	font-size: 21px;
	color: #666;
	font-weight: bold;*/
	font-size: 24px;
	color: #f06;
	font-weight: bold;
}


.price-table tr.very-fast td {
	font-size: 24px;
	color: #f06;
	font-weight: bold;
}

/* ==========================================================================
	 詳細
	 ========================================================================== */

.overview {
	margin: 0 -50px -50px;
	padding: 50px;
	background-color: #333;
	color: #fff;
}

.overview__img {
	float: right;
}

.overview > h4 {
	margin-right: 330px;
	font-size: 21px;
	border-top: 1px solid #e31db2;
	padding: 1em 0 0;
	line-height: 1.5;
}

.overview > h5 {
	margin-right: 330px;
	font-size: 18px;
	margin: 0 0 1em;
	padding: 0;
}

.overview > p {
	margin-right: 330px;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.75;
}

.overview > iframe {
	margin-top: 20px;	
}

/* ==========================================================================
	 推薦
	 ========================================================================== */
.suisen {
	border: 4px solid #f33;
	border-top-style: none;
	padding: 10px 40px 35px 40px ;
	margin: 0 20px 80px 0;
}

/* ==========================================================================
	 よくある質問
	 ========================================================================== */

.faq__wrapper {
}
	.faq__wrapper > *:first-child {
		margin-top: 0;
		padding-top: 0;
	}

.faq__q {
	padding: 30px 30px 25px 65px;
	border: 1px solid #ddd;
	background: #f8f8f8 url("img/faq-q.png") no-repeat 21px 21px;
}

.faq__q h4 {
	margin: -1px 0 0;
	padding: 0;
	color: #333;
	text-align: left;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.333;
}

.faq__a {
	margin: 0 auto 20px;
	padding: 20px 30px 20px 65px;
	border: 1px solid #ddd;
	border-top-width: 0;
	background: #fff url("img/faq-a.png") no-repeat 21px 21px;
}

.faq__a p,
.faq__a li {
	font-size: 18px;
}

.faq__a p {
	margin: 3px 0 12px;
	text-align: left;
	line-height: 1.75;
}

/* a本文 */

.faq__a h5 {
	font-size: 20px;
	line-height: 1.333;
	margin: 6px 0 15px;
	padding: 0;
}

.faq__a ul {
	margin: 0 0 30px 45px;
}

.faq__a p strong {
	font-size: 100%;
}

@media(max-width: 640px) {
	.faq__q h4 {
		font-size: 15px;
	}
	.faq__a p,
	.faq__a li {
		font-size: 15px;
	}
}

/* ==========================================================================
	 メルマガ登録
	 ========================================================================== */

.m-optin__wrapper {
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	background: #EEF1E8;
	margin: 50px auto 0;
	padding: 0 0;
	margin-left: -100%;
	margin-right: -100%;
	padding-left: 100%;
	padding-right: 100%;
}

.m-optin__unit {
	margin: 50px auto;
	padding: 50px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	color: #333;
}
	.m-optin__unit *:first-child { margin-top: 0; }

/* 見出し */

p.m-optin__catch {
	margin: 30px auto 30px;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.333;
}

/* ボタン前見出し */

p.m-optin__catch {
	margin: 30px auto 30px;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 27px;
	line-height: 1.333;
}

p.m-optin__catch strong {
	color: #f00;
}

p.m-optin__catch s {
	margin-right: 0.5em;
	color: #666;
	font-size: 80%;
}

/* フォーム */

.m-optin form {
	background: rgba(0,0,0,.05);
	padding: 50px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}

.m-optin input[type="text"] {
	display: block;
	padding: .25em;
	width: 100%;
	color: #666;
	font-size: 21px;
	line-height: 1;
	margin-bottom: 30px;
}

/* ボタン */

.m-optin__button {
	margin: 0 auto;
	text-align: center;
}

.m-optin__button > * {
	display: block;
	padding: .9em 1.2em;
	width: 100%;
	border: 1px solid rgba(0,0,0,.33);
	border-radius: 5px;
	background-color: #9c3;
	background-image: url("img/bg-g-light.svg"); /* light */
	background-position: center bottom;
	background-origin: border-box;
	background-size: contain;
	background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,.2), inset 0 -2px rgba(0,0,0,.1), inset 0 1px rgba(255,255,255,.2);
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px rgba(0,0,0,.5);
	font-weight: bold;
	font-size: 27px;
	line-height: 1;
}

.m-optin__button > *:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	-ms-filter: "alpha(opacity=90)";
	filter: alpha(opacity=90);
}

.m-optin__button > *:active {
	top: 1px;
	box-shadow: inset 0 2px 2px rgba(0,0,0,.3);
}

@media(max-width: 640px) {
	.m-optin__wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.m-optin__unit {
		margin: 0 auto;
		padding: 20px;
	}
	p.m-optin__catch {
		font-size: 21px;
	}
	.m-optin form {
		padding: 20px;
	}
	.m-optin input[type="text"] {
		margin-bottom: 20px;
	}
	.m-optin__button > * {
		font-size: 18px;
	}
}

/* ==========================================================================
	 フッター
	 ========================================================================== */

.l-footer {
	overflow: hidden;
	margin: 100px auto 0;
}
.footer_logo {
	float: right;
	margin-bottom: 10px;
}

.footer_menu {
	float: left;
	clear: both;
	color: #ccc;
	font-size: 12px;
}

.footer_copyright {
	float: right;
}

.footer a {
	color: #666;
}

.footer address {
	color: #666;
	font-style: normal;
	font-size: 12px;
}

@media(max-width: 800px) {
	.l-footer {
		margin: 20px auto 0;
	}
	.footer_menu {
		float: none;
		margin-bottom: 1em;
		text-align: center;
	}

	.footer_copyright {
		float: none;
		text-align: center;
	}
}

/* ==========================================================================
	 このページの先頭へ戻る
	 ========================================================================== */

.m-back-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	clear: both;
	text-align: right;
}

.m-back-to-top a {
	display: block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAABhlBMVEUAAADMzMzd3d2AgIDd3d3d3d3c3Nzb29vc3NzV1dXc3Nzc3Nzd3d3d3d3c3Nzb29vc3Nzc3Nze3t7c3NzW1tbb29vd3d3d3d3d3d3c3Nzc3Nzf39/d3d3d3d3b29va2trc3NzGxsbb29vc3Nzd3d3d3d3c3Nzc3Ny/v7/c3Nzd3d3c3NzR0dHY2Njc3Nzc3Nzc3Nzc3Nzc3Nzb29vY2Nja2trc3Nzc3NzZ2dnc3Nze3t7d3d3c3Nzc3Nzc3NzX19fc3Nzc3Nzc3Nzd3d3b29vc3Nzc3Nzb29vV1dXd3d3c3NzV1dXd3d3c3Nzc3Nzd3d3c3Nzc3Nzd3d3d3d3c3Nzc3Nzb29vc3Nzd3d3d3d3d3d3c3Nzd3d3d3d3////o6Oj9/f329vbm5ub8/Pz5+fn4+Pj+/v7w8PDj4+Py8vLx8fHv7+/i4uL4+fnk5OTs7Ozd3d339/ekpqrt7e3u7u6doKS3ubzLzM6+wMLr6+vf39/6+vrl5uexs7bR09WqrbDr7O3e3+Ej3aiqAAAAXnRSTlMACuEC35y4FXYMFunx9NtH60j0px9NeHCUUCT+WchcKewJB2y70VjzCKjX2gsh1m2Yk9yPDUXV5RTG79DjkL0g+eTinV3FHUYS3r8G7d2+b/KZ4NK3dZ5RSlJ3SVq5/bnMpQAAAw1JREFUeF6t2WVz4lAUgOGDU6SFFipABaruLluVdXe58eBWddl/vjPMMGXTJpwk9/0Bz6ebKydQp6X53va+Ce9gafP1m/6+9t75JTCeJTy7GuUvkpwosERmr0QuecFHV2fDFiOaranFzydF8igxyftbmmw6uYY2eyojEJWETMHe1gD44l8CTJloVmYC7jjWG7AyIqmbyFgHUFzoc4ojqLiUM1Tf6/IdywSZfOzrAu2GdnIS0ZGU+zqk5XmWGZboimWWPere+EyR6K44M67mdS9miYGyi91Pe5G1NDFUei3ylOdqTBKDZRpdj71XnUfEcEedCVDmYIiJGIfS68qxZkA2p1jhIZ9ETCX5QlCb85iYLOus9QZSsllQTsUePIuVI6bjrBao5mYIhRh31WsIiDRAsad6KkwyhErMJFSyvZDogJLdVgGbUoRShWAFbMnQAjPDlTXTLNACheYxAOjgCbX4DgCYStIDk1MAMCoigPztXwwojgJ4LhHe9eHJyV0eIV56IMjjPJzI/4LWIspDisVWcGQwHlZMO+AZh/DQIvcWRq4QHlq8GgGvgPDQouCF9yzKuztEiewglHBe/honlmAT5/2Ha4I9LM7Diewg2AU1774K3FQAlCh44ZPqsjmt8RTirfqy0VjYhw+eUjxXA7mX4EirgWcPnlK8Vv/0NDaH/GnVU4pnWptDkNfYVW/O8kTR/fmpxl7Lf0dtsPguPQCNIg7AHgHwgfIhRf8YHaN90MMw5asIBAuUL0s2O63r3Ecb5Qvnu+qVuIfulZj+pR0s1rJ5r1zzrIAYjYfPb6jJmTULZv9AbRvmH4+KycOu2eftLuUH+A4oS5gbEQw9NcTIUB1iAES2jI5ZtiIqg6BtY4Og7W5QaX/ByKhqYR9Ue76nf5i29xw0SkzrHfdNJ0C7bys6BpLZlR9Qt5BTx8h0AzDFsEPdGCCLuwOMpM1JTOBnHPDNtdkLdQbjcxRH982K0T02S3i9P8oX05woyITIgsili3y0fz1sAeO5Diq/P/ylkt870dfee+AC7f4Bnw1DMsoy0tsAAAAASUVORK5CYII=") no-repeat center center;
	background-size: contain;
	line-height: 100px;
}

.m-back-to-top a:active {
	outline: 0 none black;
}


/* 強調文字
	 ========================================================================== */

.a-bold {
	font-weight: bold;
}

.a-big {
	font-size: 21px;
	line-height: 1.333;
}

.a-big1 {
	font-size: 27px;
	line-height: 1.333;
}

.a-big2 {
	font-size: 33px;
	line-height: 1.333;
}

.a-marker {
	padding: 5px 0;
	background: #FFEB3B;
	background: linear-gradient(transparent 50%, #FFEB3B 50%) repeat scroll 0% 0% transparent;
}

.a-red {
	color: #f00;
}

.a-underline {
	text-decoration: underline;
}

.a-serif {
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

.a-red-underline {
	color: #f00;
	text-decoration: underline;
}

.a-red-marker {
	padding: 5px 0;
	background: #FFEB3B;
	background: linear-gradient(transparent 50%, #FFEB3B 50%) repeat scroll 0% 0% transparent;
	color: #f00;
}

.a-red-underline-marker {
	padding: 5px 0;
	background: #FFEB3B;
	background: linear-gradient(transparent 50%, #FFEB3B 50%) repeat scroll 0% 0% transparent;
	color: #f00;
	text-decoration: underline;
}
