@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*
Theme Name: system affiliate2.0メンバーズ用テンプレート
Theme URI: http://www.unlimited-club.com/
Description: system affiliateメンバーズ用テンプレートです。
Author: UNLIMITED CLUB
Author URI: http://www.unlimited-club.com/
Version: 1.0.0
.
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
.
*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;padding: 0;
}
html {
  overflow-x: hidden;
}
body { 
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	background: #FFF;
	box-sizing: border-box;
	overflow-x: hidden;
}
p{
	margin: 0 100px;
	font-size: 18px;
	line-height: 180%;
	text-align: left;
	word-break: break-all;
}
.post-password-form {
	margin-top: 50px;
}
.pc_pre{ display: block;}
.sp_pre{ display: none;}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

a{
	color: #0645ad;
	text-decoration:underline; }
a:hover{
	color: #ff8000;
	text-decoration:underline; }
a[target="_blank"]:after{
	content:url("img/3608.png");
	margin:0 7px 0 7px;
}
a.imglink[target="_blank"]:after{
	content: "";
	margin: 0;
}
a[target="_blank"]:has(img):after{
	content: none !important;
	margin: 0 !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.aka { color: #ff0000; }
.ao { color: #0000cc; }
.mizu { color: #0066FF; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.green { color: #009900}
.black { color: #333}
.white { color: #FFF}

.size8 { font-size: 8px; }
.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }
.size24 { font-size: 24px; }
.size26 { font-size: 26px; }
.size28 { font-size: 28px; }
.size32 { font-size: 32px; }
.size36 { font-size: 36px; }
.size42 { font-size: 42px; }
.size48 { font-size: 48px; }
.size60 { font-size: 60px; }
.size72 { font-size: 72px; }

.b { font-weight: bold; }
.strong{ font-weight: bold; }
.em{ font-weight: bold; }
.yline { background: #FFFF00; }
.center {
	text-align: center;
	padding: 5px 0px 0px 0px; }
.left {
	text-align: left;
	padding: 5px 5px 0px 0px; }
.right {
	text-align: right;
	padding: 5px 0px 0px 5px; }
.to_link {
	margin: 20px 0px 0px 0px;
	text-align: right; }
.to_link_r {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	text-align: right; }
blockquote {
	width: 750px;
	font-size: 16px;
	line-height: 180%;
	margin: 15px auto;
	padding: 30px 0;
	text-align: right;
	border: 1px solid #CCC;
	color: #212121;
	box-shadow: 1px 1px 2px rgba(204, 204, 204, 0.9), 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	background: #F7F7F7 url("image/blockquote.png") no-repeat scroll 0px 0px;
	clear: both;
}
blockquote p {
	margin-left: 50px;
	margin-right: 50px;
}
.text-right {
	font-size: 8px;
	color: #3d3737;
	text-align: right;
	padding-bottom: 10px;
	line-height: 130%;
}
.sample_page {
	line-height:180%;
	text-align:right;
	text-justify:inter-ideograph; 
	margin: -20px 90px 30px;
	padding:0;
}
.wave {
	background:url(img/wave-orange.png) bottom repeat-x;
	background-size: 20px;
}
.line-yellow {background: #fff799;}
.line-h-yellow {background: linear-gradient(transparent 40%, #fff799 50%);}
.line-hh-yellow {background: linear-gradient(transparent 70%, #fff799 50%);}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 間隔調整 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.midashi {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.margin-bottom5 { margin-bottom: 5px;}
.margin-bottom10 { margin-bottom: 10px;}
.margin-bottom15 { margin-bottom: 15px;}
.margin-bottom20 { margin-bottom: 20px;}
.margin-bottom25 { margin-bottom: 25px;}
.margin-bottom30 { margin-bottom: 30px;}
.margin-bottom35 { margin-bottom: 35px;}
.margin-bottom40 { margin-bottom: 40px;}
.margin-bottom45 { margin-bottom: 45px;}
.margin-bottom50 { margin-bottom: 50px;}
.margin-bottom60 { margin-bottom: 60px;}
.margin-bottom70 { margin-bottom: 70px;}
.margin-bottom80 { margin-bottom: 80px;}
.margin-bottom90 { margin-bottom: 90px;}
.margin-bottom100 { margin-bottom: 100px;}

.margin-top5 { margin-top: 5px;}
.margin-top10 { margin-top: 10px;}
.margin-top15 { margin-top: 15px;}
.margin-top20 { margin-top: 20px;}
.margin-top25 { margin-top: 25px;}
.margin-top30 { margin-top: 30px;}
.margin-top35 { margin-top: 35px;}
.margin-top40 { margin-top: 40px;}
.margin-top45 { margin-top: 45px;}
.margin-top50 { margin-top: 50px;}

.padding-bottom5 { padding-bottom: 5px;}
.padding-bottom10 { padding-bottom: 10px;}
.padding-bottom15 { padding-bottom: 15px;}
.padding-bottom20 { padding-bottom: 20px;}
.padding-bottom25 { padding-bottom: 25px;}
.padding-bottom30 { padding-bottom: 30px;}
.padding-bottom35 { padding-bottom: 35px;}
.padding-bottom40 { padding-bottom: 40px;}
.padding-bottom45 { padding-bottom: 45px;}
.padding-bottom50 { padding-bottom: 50px;}

.padding-top5 { padding-top: 5px;}
.padding-top10 { padding-top: 10px;}
.padding-top15 { padding-top: 15px;}
.padding-top20 { padding-top: 20px;}
.padding-top25 { padding-top: 25px;}
.padding-top30 { padding-top: 30px;}
.padding-top35 { padding-top: 35px;}
.padding-top40 { padding-top: 40px;}
.padding-top45 { padding-top: 45px;}
.padding-top50 { padding-top: 50px;}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

img{
	max-width: 100%;
	*width: auto;
	height: auto;
	border: none;
	margin: 0;
	padding: 0; }
a img {
	border: none; }
.imgl {
	padding: 0px 20px 20px 40px;
	float: left; }
.imgr {
	padding: 0px 125px 20px 20px;
	float: right; }
table.func-box p.imgl {
	margin: 0;
	padding: 0 20px 20px 110px;
	float: left; }
table.func-box p.imgr {
	margin: 0;
	padding: 0 110px 20px 10px;
	float: right; }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タイマー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.timer {
	min-width: 950px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #03326D;
}
.timer_in {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
}
.timer_in, x:-moz-any-link {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0;
}
#CDT, #CDT2 {
	font-size: 50px;
	color: #eee;
	margin: 0px 0 50px;
	font-weight: bold;
}
#CDT .bbt, #CDT2 .bbt{
    font-size: 50px;
    padding-bottom: 20px;
}
#CDT .number-wrapper, #CDT2 .number-wrapper {
	margin: 10px;
	position: relative;
}
#CDT .number, #CDT2 .number {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #000;
	background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
	background-image: -o-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
	background-image: -moz-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
	background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
	background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 0 12px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border: 1px solid #555;
	-moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
	-moz-text-shadow: 0 3px 3px #000000;
	-webkit-text-shadow: 0 3px 3px #000000;
	text-shadow: 0 3px 3px #000000;
}
#CDT .line, #CDT2 .line {
	position: absolute;
	width: 100%;
	height: 1px;
	top: 52%;
	left: 0;
	background: #000;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#banner{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background: #0F223F url(img/baner_back.png) top repeat-x;
	background-size: contain;
}
#banner img{
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#menu-container {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0 0;
}
.movie_box{
	width: 820px;
	padding: 100px 10px 0;
	margin: 0 auto 0;
	background: #EEEEEE url(img/movie_box.png) center 20px no-repeat;
	border: #BBBBBB 1px solid;
	border-radius: 10px;
	text-align: left;
	display: block;
	box-sizing: border-box;
}
ul#primary-menu, ul#primary-menu2, ul#primary-menu0 {
	margin: 0 0 20px;
}
ul#primary-menu0 li {
	width:100%;
	padding: 2% 5%;
	margin: 0;
	box-sizing: border-box;
}
ul#primary-menu li.coming, ul#primary-menu2 li.coming, ul#primary-menu0 li.coming  {
	width:39%;
	height: 88%;
	margin: 0 1% 0 0;
	padding: 2% 5%;
	list-style-type: none;
	color: #fff;
	font-size: 24px;
	font-weight:bold;
	text-align:center;
	background: #3B5998;
	background-image: -webkit-linear-gradient(top, #333 0%, #000 100%);
	background-image: -moz-linear-gradient(top, #333 0%, #000 100%);
	background-image: -ms-linear-gradient(top, #333 0%, #000 100%);
	background-image: -o-linear-gradient(top, #333 0%, #000 100%);
	background-image: linear-gradient(top, #333 0%, #000 100%);
	border-radius: 5px;  
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	box-shadow: 0px 3px 0px #000;
		-moz-box-shadow: 0px 3px 0px #000;
		-webkit-box-shadow: 0px 3px 0px #000;
	float: left;
}
ul#primary-menu li:nth-child(2n), ul#primary-menu2 li:nth-child(2n), 
ul#primary-menu li.coming:nth-child(2n), ul#primary-menu2 li.coming:nth-child(2n) {
	margin-right: 0;
}
ul#primary-menu li a, ul#primary-menu2 li a, ul#primary-menu0 li a {
	width: 100%;
	height: auto;
	color: #000080;
	display: block;
	overflow: hidden;
	clear: both;
	font-size: 22px;
	margin-left: 120px;
	font-weight:bold;
	text-align:left;
	text-decoration: none;
}
ul#primary-menu li a:hover, ul#primary-menu li:first-child a:hover, 
ul#primary-menu2 li a:hover, ul#primary-menu2 li a:first-child:hover, 
ul#primary-menu0 li a:hover {
	color:#FF8800;
}
ul#primary-menu li.coming:hover, ul#primary-menu2 li.coming:hover {
	color:#fff;
	background:#10418E;
	background: -moz-linear-gradient(top, #000 0%, #333 100%);
	background: -webkit-linear-gradient(top, #000 0%, #333 100%);
	background: linear-gradient(top, #000 0%, #333 100%);
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

ul#primary-menu li, ul#primary-menu2 li, ul#primary-menu0 li {
	width: 100%;
	min-height: 80px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 60px;
	font-size: 24px;
	font-weight:bold;
	text-align:left;
	clear: both;
	border-radius: 5px;
	box-sizing: border-box;
}
ul#primary-menu0 li a{
	width: 100%;
	min-height: 80px;
	height: auto;
	margin: 0;
	padding: 0 0 0 160px;
	list-style-type: none;
	line-height: 80px;
	font-size: 22px;
	background: #f5f5f5 url(img/btn_001.png) center left no-repeat;
	background-size: cover;
	border-radius: 5px;
	box-sizing: border-box;
	float: left;
}
ul#primary-menu0 li a:hover{
	background: #f5f5f5 url(img/btn_001_a.png) center left no-repeat;
	background-size: cover;
	color:#FF8800;
}
ul#primary-menu li:first-child a{
	width: 100%;
	min-height: 80px;
	height: auto;
	margin: 0;
	padding: 0 0 0 160px;
	list-style-type: none;
	line-height: 80px;
	font-size: 22px;
	background: #f5f5f5 url(img/btn_002.png) center left no-repeat;
	background-size: cover;
	border-radius: 5px;
	box-sizing: border-box;
	float: left;
}
ul#primary-menu li:first-child a:hover{
	background: #f5f5f5 url(img/btn_002_a.png) center left no-repeat;
	background-size: cover;
	color:#FF8800;
}
ul#primary-menu li a{
	width: 100%;
	min-height: 80px;
	height: auto;
	margin: 20px 0 0;
	padding: 0 0 0 160px;
	list-style-type: none;
	line-height: 80px;
	font-size: 22px;
	background: #f5f5f5 url(img/btn_003.png) center left no-repeat;
	background-size: cover;
	border-radius: 5px;
	box-sizing: border-box;
	float: left;
}
ul#primary-menu li a:hover{
	background: #f5f5f5 url(img/btn_003_a.png) center left no-repeat;
	background-size: cover;
	color:#FF8800;
}
ul#primary-menu2 li:first-child a{
	width: 100%;
	min-height: 80px;
	height: auto;
	margin: 0;
	padding: 0 0 0 160px;
	list-style-type: none;
	line-height: 80px;
	font-size: 22px;
	background: #f5f5f5 url(img/btn_004.png) center left no-repeat;
	background-size: cover;
	border-radius: 5px;
	box-sizing: border-box;
	float: left;
}
ul#primary-menu2 li:first-child a:hover{
	background: #f5f5f5 url(img/btn_004_a.png) center left no-repeat;
	background-size: cover;
	color:#FF8800;
}
ul#primary-menu2 li a{
	width: 100%;
	min-height: 80px;
	height: auto;
	margin: 20px 0 0;
	padding: 0 0 0 160px;
	list-style-type: none;
	line-height: 80px;
	font-size: 22px;
	background: #f5f5f5 url(img/btn_005.png) center left no-repeat;
	background-size: cover;
	border-radius: 5px;
	box-sizing: border-box;
	float: left;
}
ul#primary-menu2 li a:hover{
	background: #f5f5f5 url(img/btn_005_a.png) center left no-repeat;
	background-size: cover;
	color:#FF8800;
}
ul#primary-menu li.comming02, ul#primary-menu li.comming03,
ul#primary-menu2 li.comming04, ul#primary-menu2 li.comming05{
	width: 100%;
	min-height: 80px;
	height: auto;
	margin: 0;
	padding: 0 0 0 160px;
	list-style-type: none;
	line-height: 80px;
	font-size: 22px;
	background: url(img/btn_0002.png) no-repeat center;
	background-size: cover;
	border-radius: 5px;
	box-sizing: border-box;
	float: left;
}
ul#primary-menu li.comming03{
	background: url(img/btn_0003.png) no-repeat center;
	background-size: cover;
	margin-top: 20px;}
ul#primary-menu2 li.comming04{
	background: url(img/btn_0004.png) no-repeat center;
	background-size: cover;}
ul#primary-menu2 li.comming05{
	background: url(img/btn_0005.png) no-repeat center;
	background-size: cover;
	margin-top: 20px;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 新ナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#menu-box-new{
	width: 780px;
	margin: 0 auto;
	padding: 20px 0;
}
.movie_box01{
	width: 820px;
	padding: 10px 10px 30px;
	margin: 0 auto 0;
	background: #EEEEEE;
	border: #BBBBBB 1px solid;
	border-radius: 10px;
	text-align: left;
	display: block;
	box-sizing: border-box;
}
ul#navi-menu001, ul#navi-menu002, ul#navi-menu000 {
	margin: 0 0 16px;
}
ul#navi-menu000 li {
	width:100%;
	padding: 2% 5%;
	margin: 0;
	box-sizing: border-box;
}
ul#navi-menu001 li.coming, ul#navi-menu002 li.coming, ul#navi-menu000 li.coming, ul#navi-menu004 li.coming  {
	width:39%;
	height: 88%;
	margin: 0 1% 0 0;
	padding: 2% 5%;
	list-style-type: none;
	color: #fff;
	font-size: 24px;
	font-weight:bold;
	text-align:center;
	background: #3B5998;
	background-image: -webkit-linear-gradient(top, #333 0%, #000 100%);
	background-image: -moz-linear-gradient(top, #333 0%, #000 100%);
	background-image: -ms-linear-gradient(top, #333 0%, #000 100%);
	background-image: -o-linear-gradient(top, #333 0%, #000 100%);
	background-image: linear-gradient(top, #333 0%, #000 100%);
	border-radius: 5px;  
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	box-shadow: 0px 3px 0px #000;
		-moz-box-shadow: 0px 3px 0px #000;
		-webkit-box-shadow: 0px 3px 0px #000;
	float: left;
}
ul#navi-menu001 li:nth-child(2n), ul#navi-menu002 li:nth-child(2n), 
ul#navi-menu001 li.coming:nth-child(2n), ul#navi-menu002 li.coming:nth-child(2n) {
	margin-right: 0;
}
ul#navi-menu li a, ul#navi-menu2 li a, ul#navi-menu0 li a {
	width: 100%;
	height: auto;
	color: #000080;
	display: block;
	overflow: hidden;
	clear: both;
	font-size: 22px;
	margin-left: 120px;
	font-weight:bold;
	text-align:left;
	text-decoration: none;
}
ul#navi-menu li a:hover, ul#navi-menu li:first-child a:hover, 
ul#navi-menu2 li a:hover, ul#navi-menu2 li a:first-child:hover, 
ul#navi-menu0 li a:hover {
	color:#FF8800;
}
ul#navi-menu li.coming:hover, ul#navi-menu2 li.coming:hover {
	color:#fff;
	background:#10418E;
	background: -moz-linear-gradient(top, #000 0%, #333 100%);
	background: -webkit-linear-gradient(top, #000 0%, #333 100%);
	background: linear-gradient(top, #000 0%, #333 100%);
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

ul#navi-menu000 li, ul#navi-menu004 li{
	width: 100%;
	min-height: 60px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 60px;
	font-size: 24px;
	font-weight:bold;
	text-align:left;
	clear: both;
	border-radius: 5px;
	box-sizing: border-box;
}
ul#navi-menu001 li, ul#navi-menu002 li {
    display: flex;
}
ul#navi-menu001 li:first-child , ul#navi-menu001 li:nth-child(2n),
ul#navi-menu002 li:first-child , ul#navi-menu002 li:nth-child(2n) {
	width: 48%;
	min-height: 100px;
	height: auto;
	margin: 0 1%;
	padding: 0;
	list-style-type: none;
	font-size: 20px;
	font-weight:bold;
	text-align:left;
	clear: both;
	border-radius: 5px;
	box-sizing: border-box;
    display: inline-block;
}
ul#navi-menu001 li:nth-child(2n), ul#navi-menu002 li:nth-child(2n) {
    float: right;
}
ul#navi-menu000 li a{
	width: 98%;
	min-height: 60px;
	height: auto;
	margin: 0 1%;
	padding: 0 0 0 160px;
	list-style-type: none;
	line-height: 80px;
	font-size: 22px;
	background: #f5f5f5 url(img/btn_00001.png) center left no-repeat;
	background-size: cover;
	border-radius: 5px;
	box-sizing: border-box;
    color: #FFF;
    text-decoration: none;
	box-shadow: 3px 3px 0 #cccccc;
	float: left;
}
ul#navi-menu000 li a:hover{
	background: #f5f5f5 url(img/btn_00001_a.png) center left no-repeat;
	background-size: cover;
	color:#FF8800;
	text-decoration: underline;
}
ul#navi-menu001 li:first-child a, ul#navi-menu001 li:nth-child(2n) a,
ul#navi-menu002 li:first-child a, ul#navi-menu002 li:nth-child(2n) a{
    width: 100%;
    min-height: 100px;
    margin: 0;
    padding: 20px 10px 10px 90px;
    border-radius: 5px;
    list-style-type: none;
	line-height: 30px;
	font-size: 20px;
    color: #FFF;
    text-decoration: #FFF;
	background: #f5f5f5 url(img/btn_00002.png) center left no-repeat;
	background-size: cover;
    border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 3px 3px 0 #cccccc;
    display: inline-block;
}
ul#navi-menu001 li:nth-child(2n) a{
    background: #f5f5f5 url(img/btn_00003.png) center left no-repeat;
}
ul#navi-menu002 li:first-child a{
    background: #f5f5f5 url(img/btn_00004.png) center left no-repeat;
}
ul#navi-menu002 li:nth-child(2n) a{
    background: #f5f5f5 url(img/btn_00005.png) center left no-repeat;
}
ul#navi-menu001 li:first-child a:hover{
	background: #f5f5f5 url(img/btn_00002_a.png) center left no-repeat;
	background-size: cover;
	color:#FF8800;
	text-decoration: underline;
}
ul#navi-menu001 li:nth-child(2n) a:hover{
	background: #f5f5f5 url(img/btn_00003_a.png) center left no-repeat;
	background-size: cover;
	color:#FF8800;
	text-decoration: underline;
}
ul#navi-menu002 li:first-child a:hover{
	background: #f5f5f5 url(img/btn_00004_a.png) center left no-repeat;
	background-size: cover;
	color:#FF8800;
	text-decoration: underline;
}
ul#navi-menu002 li:nth-child(2n) a:hover{
	background: #f5f5f5 url(img/btn_00005_a.png) center left no-repeat;
	background-size: cover;
	color:#FF8800;
	text-decoration: underline;
}
ul#navi-menu004 li a{
	width: 98%;
	min-height: 60px;
	height: auto;
	margin: 0 1%;
	padding: auto;
	text-align: center;
	list-style-type: none;
	line-height: 80px;
	font-size: 22px;
	background: #f5f5f5 url(img/btn_0006.png) center left no-repeat;
	background-size: cover;
	border-radius: 5px;
	box-sizing: border-box;
    text-shadow: 2px 2px 0 #195B37;
    color: #FFF;
    text-decoration: none;
	box-shadow: 3px 3px 0 #cccccc;
	float: left;
}
ul#navi-menu004 li a:hover{
	background: #f5f5f5 url(img/btn_0006_a.png) center left no-repeat;
	text-shadow: none;
	background-size: cover;
	color:#FF8800;
	text-decoration: underline;
}
ul#navi-menu001 li.comming002, ul#navi-menu001 li.comming003,
ul#navi-menu002 li.comming004, ul#navi-menu002 li.comming005{
	width: 48%;
    min-height: 100px;
    margin: 0 1%;
    padding: 20px 10px 10px 90px;
    border-radius: 5px;
    list-style-type: none;
	line-height: 70px;
	font-size: 18px;
	color: #999;
	background: #f5f5f5 url(img/btn_00002_c.png) center left no-repeat;
    border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 3px 3px 0 #cccccc;
    display: inline-block;
}
ul#navi-menu001 li.comming003{
	background: #f5f5f5 url(img/btn_00003_c.png) center left no-repeat;}
ul#navi-menu002 li.comming004{
	background: #f5f5f5 url(img/btn_00004_c.png) center left no-repeat;}
ul#navi-menu002 li.comming005{
	background: #f5f5f5 url(img/btn_00005_c.png) center left no-repeat;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* スペース区切り設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#box_s1-mukashi {
	width: 100%;
	max-height: 400px;
	background: #1e3a5a;
	padding: 0;
	margin: 0;
}
#box_s1 {
	width: 100%;
	max-height: 400px;
	background: url(img/head_back.png);
	background-size: cover;
	padding: 0;
	margin: 0;
}
#box_s2 {
	width: 100%;
	background-color: #FFF;
	padding: 0px 0 0;
}
#box_s3 {
	width: 100%;
	background-color: #FFF;
	padding: 80px 0 50px;
}
#box_s4 {
	width: 100%;
	background-color: #EFEFEF;
	margin: 0;
	box-shadow:0px 3px 5px -3px #ccc inset;
		-moz-box-shadow:0px 3px 5px -3px #ccc inset;
		-webkit-box-shadow:0px 3px 5px -3px #ccc inset;
}
#box_s5 {
	width: 100%;
	background-color: #FFF;
	padding: 0;
	margin-top: 0;
}
#box_s6 {
	width: 100%;
	background-color: #FFF;
	padding: 0;
}

#box_s7 {
	width: 100%;
	background-color: #EFEFEF;
	padding: 50px 0;
	margin: 0 auto;
	background: url(img/about_lit.png) no-repeat center;
	overflow: hidden;
}
#box_s77 {
	width: 100%;
	background-color: #EFEFEF;
	padding: 50px 0;
	background: url(img/about_lit2.png) no-repeat center right;
	overflow: hidden;
}
#box_s8 {
	width: 100%;
	background-color: #FFF;
	background-attachment: fixed;
	background-position: center top; 
}
#box_s9, #box_s10 {
	width: 100%;
	background: url(img/form_bg.png) repeat;
	padding: 0;
}
#box_com {
	width: 100%;
	background-color: #FFF;
	padding: 30px 0 0;
}
#box_s1_in, #box_s2_in, #box_s3_in, #box_s5_in, #box_s6_in {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#box_s4_in {
	width: 1000px;
	margin: 0 auto;
}
#box_s7_in, #box_s77_in {
	width: 1000px;
	margin: 0 auto;
}
h3.tsi{
	display: none;
}
#box_s8_in {
	width: 1000px;
	margin: 20px auto;
	padding: 80px 0;
	background: #FFF;
}
#box_s9_in, #box_s10_in {
	width: 1200px;
    padding: 80px 0;
	margin: 0 auto;
}
#box_com_in {
	width: 800px;
	margin: 0 auto;
	padding: 40px 0 20px;
	border-top: 3px solid #f0f0f0;
}
@media screen and (max-width:1000px){
#box_s1, #box_s2, #box_s3, #box_s5, #box_s6, 
#box_s4, #box_s7, #box_s77, #box_s8,#box_s9n, 
#box_s10,
#box_s1_in, #box_s2_in, #box_s3_in, #box_s5_in, #box_s6_in, 
#box_s4_in, #box_s7_in, #box_s77_in, #box_s8_in,#box_s9_in, 
#box_s10_in {
	width: 100%;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
}
#box_com_in {
	width: 90%;
}
}
#box_s1_in p, #box_s2_in p, #box_s3_in p, #box_s4_in p, #box_s5_in p, #box_s6_in p, #box_s7_in p, #box_s8_in p {
	padding: 0 25px;
}
#box_s7_in p, #box_s77_in p {
	padding: 0 125px 0 25px;
}
/* h2 {
	font-size:48px;
  	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#333;
	position: relative;
	padding: .5em .75em;
	background-color: #EBEEF2;
	font-weight: bold;
	line-height:1.3;
	text-align:center;
	margin: 0 0 80px;
} */
#title_logo{
	background:#000;
}
#title_logo .logop{
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	width:1000px;
	margin:0 auto;
}
h2 {
	font-size:44px;
	color:#333;
	position: relative;
	padding: .5em .75em;
	background: url(img/title.png) repeat;
	font-weight: bold;
	line-height:1.3;
	text-align:center;
	margin: 0 0 80px;
}
h2::after {
	position: absolute;
	top: 100%;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 25px solid #E2E2E2;
}
h2#present1, h2#present2 {
	background-color: #E2E2E2;
}
h2#present1::after, h2#present2::after {
	border-top: 25px solid  #E2E2E2;
}
h2.h2_tit::after, h2.h2_tit_1::after{
	border-top: 25px solid #CACACA;
}
h2.h2_tit{
	font-size: 50px;
	color: #0D1216;
	position: relative;
	padding:.5em 1em 1em;
	background-color: #E9E9E9;
	background-image: url(./img/h2_tit.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
h2.h2_tit_1{
	font-size: 50px;
	color: #0D1216;
	position: relative;
	padding:.5em 1em 1.8em;
	background-color: #E9E9E9;
	background-image: url(./img/h2_tit.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
h2 .movie_top, h2 .movie_top_1{
	font-size:28px;
	color:#FFF;
	border-radius: 10px;
	padding: 10px 6px 7px 16px;
	background:#011D35;
	margin-bottom: 25px;
	display: inline-block;
	width: auto;
	letter-spacing: 0.2em;
}
h2 .movie_top_1{
	margin-bottom: 50px;
}
h2.h2_pre, h2.h2_pre_2, h2.h2_pre_3, h2.h2_pre_4, h2.h2_pre_5{
	background-color: #00315d;
	background-image: url(./img/h2_pre.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
 	color: transparent;
}
h2.h2_pre_2{
	background-image: url(./img/h2_pre_2.png);
}
h2.h2_pre_3{
	background-image: url(./img/h2_pre_3.png);
}
h2.h2_pre_4{
	background-image: url(./img/h2_pre_4.png);
}
h2.h2_pre_5{
	background-image: url(./img/h2_pre_5.png);
}
@media screen and (max-width: 960px){
h2.h2_pre, h2.h2_pre_2, h2.h2_pre_3, h2.h2_pre_4, h2.h2_pre_5{
	background-color: #00315d;
	background-image: url(./img/h2_pre_no.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
 	color: #FFF;
	padding:20px 5%;
    font-size: 35px;
}}
@media screen and (max-width: 795px){
h2.h2_pre, h2.h2_pre_2, h2.h2_pre_3, h2.h2_pre_4, h2.h2_pre_5{
	padding:20px 5%;
    font-size: 30px;
}}
@media screen and (max-width: 480px) {
  h2.h2_pre, h2.h2_pre_2, h2.h2_pre_3, h2.h2_pre_4, h2.h2_pre_5{
    padding:20px 2%;
    font-size: 22px;
}}
h2.h2_pre::after, h2.h2_pre_2::after, 
h2.h2_pre_3::after, h2.h2_pre_4::after, h2.h2_pre_5::after {
	position: absolute;
	top: 100%;
	left: 50%;
	content: "";
	width: 0;
	height: 0;
	border:20px solid transparent;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: transparent;
	border-top:25px solid #00315d;
}
.midashi {
  	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#333;
	font-weight: bold;
	line-height:1.3;
	text-align:center;
}
h3 {
	text-align: left;
	margin: 10px 0 30px 125px;
}
h5 {
	font-size: 18px;
	text-align: left;
	margin: 10px 0;
}
.raa-box {
	width:800px;
	margin: 2rem auto 20px;
	padding: 25px;
	font-size: 1em;
	line-height: 1.8;
	text-align: left;
	border-radius: 5px;
	border: 2px #D7DAE3 solid;
	background: #FAFAFC;
	background-size: 20%, contain;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#box_s_video .raa-box p {
	margin-top: 0.7%;
}
@media screen and (max-width: 900px){
.raa-box {
	width: 84%;
	margin: 0 7%;
	padding: 5%;
}}
.raa-box p.racome_s{
	background: #d6dae7;
	margin: 0 0 20px 0;
	padding: 9px 10px 7px 12px;
	font-size: 18px;
 	font-weight: bold;
  	color: #333;
	text-shadow: none;
  	position: relative;
  	border-radius: 4px;
}
.raa-box p {
	line-height: 1.8;
	font-size: 1em;
	font-weight: 500;
	text-align: left;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 660px){
.raa-box {
	width: 94%;
	margin: 5% 3% 0;
	padding: 5% 5% 2%;
	box-sizing: border-box;
}
.raa-box p {
	margin-bottom: 5%;
}}

/* 今回の動画で学べること */

#learning-box {
  width: 70%;
  margin: 0.5rem auto 4rem;
  padding: 1.5rem 1rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  text-align: left;
}
#learning-box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;              /* ← アイコンと文字のスキマ */
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;      /* スマホ時の折り返し対策 */
  margin: 0 0 30px;
}
#learning-box .icon {
  font-size: 1.6em;
  color: #e63946;
  flex-shrink: 0;
}
#learning-box .title-text {
  display: inline-block;
}
#learning-box ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-bottom: 1rem;
}
#learning-box ul li {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 10%;
  margin-bottom: 0.6em;
  text-indent: 0;
}
#learning-box .note {
  font-size: 0.9rem;
  color: #444;
  margin: 2rem auto 10px;
	text-align: center;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインエリア設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#wrapper{
	width: 100%;
	margin: 0;
	padding: 0;
}
#in_box{
	width: 950px;
	margin: 0 auto;
	padding: 50px 0 0;
	box-shadow: 0 0 10px #999999;
	background: #FFFFFF;
}
#wrapper #in_box p img.mds{
	width: 800px;
	margin: 20px 25px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#box_s_video{
	width: 100%;
	margin: 0;
}
.video {
	width: 80%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	border: 5px solid #333;
	background: #333;
}
.video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 100%;
	overflow: hidden;
}
.video-wrap iframe,　.video-wrap object,　.video-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1100px){
.video {
	width: 90%;
	margin: 0 5%;
	box-sizing: border-box;
}}
@media screen and (max-width: 660px){
.video {
	width: 94%;
	margin: 0 3%;
	border: 5px solid #333;
}}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サンキューページ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#attention {
	margin:50px 10% 20px;
	padding: 30px 20px 30px 110px;
	background:#eeeeee url(img/attention.png) 15px 35px no-repeat;
	border:1px #cccccc solid;
	box-shadow:1px 1px 0 #FFF inset;
	box-sizing: border-box;
	clear: both;
}
#attention2 {
	margin:0 10% 50px;
	padding: 20px 20px 15px 110px;
	background:#eeeeee url(img/attention2.png) 15px 15px no-repeat;
	border:1px #cccccc solid;
	box-shadow:1px 1px 0 #FFF inset;
	clear: both;
}
#attention p {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}
#attention2 p {
	font-size: 18px;
	margin: 0 0 20px;
}
#attention h3{
	color:#f60;
	margin:0 0 9px;
	padding:6px 0 3px 10px;
	background: none;
	border:none;
	border-top:3px #555 double;
	border-bottom:3px #555 double;
	box-shadow:0 1px 0 #fefefe;
	text-shadow:none;
}
.box {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
	margin: 20px 0;
	padding: 10px;
}
h4 {
	font-size: 24px;
	color: #AD0000;
	text-align: left;
	border-bottom: 1px solid #ccc;
	margin:50px 125px 20px;
	padding: 2px 10px 5px 30px;
	background: url(img/a_point_00_red.png) left 7px no-repeat;
}
.easy_mode_button a {
	width: 700px;
	height: 100px;
	line-height: 104px;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 20px auto 40px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	display: block;
	overflow: hidden;
	clear: both;
	background: url(img/btn.png) center no-repeat;
	background-size: contain;
}
.easy_mode_button a:hover {
	background: url(img/btn_o.png) center no-repeat;
	background-size:contain;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* よくあるご質問 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

div.q_menu{
	font-size: 20px;
    color: #255F99;
	font-weight: bold;
	padding: 20px 40px 20px 50px;
	margin: 0 90px;
	background: #EEEEEE url(img/Q.png) 10px 15px no-repeat;
	border: #BBBBBB 1px solid;
	box-shadow: 1px 1px 0 #FFF inset;
	text-align: left;
}
div.a_menu{
	font-size: 18px;
	list-style:none;
    padding:20px 20px 20px 50px;
	margin:0 90px 50px;
	background:#EEEEEE url(img/A.png) 10px 15px no-repeat;
	border:#BBBBBB 1px solid;
	border-top:#255F99 2px solid;
	box-shadow:1px 1px 0 #FFF inset;
	text-align: left;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フレンド申請 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.friend{
	width: 80%;
	border: solid 1px #BBBBBB;
	padding: 0 0 25px;
	margin: 0px 10% 25px;
	overflow: hidden;
	display: block;
}
.friend img{
	width: 90%;
	padding: 25px 5% 0;
}
#line{
	width: 90%;
	margin: 20px 5% 0;
	overflow: hidden;
	display: block;
}
#left1{
	float: left;
	background-image: url(img/line01_1.jpg);
	background-repeat:no-repeat;
	width: 30%;
	height: 125px;
	padding: 155px 0px 0px;
}
#left1 img{
	width: 80%;
	padding: 0 10% 0;
}
#left_center{
	float: left;
	background-repeat:no-repeat;
	margin: 0 35px;
}
#left_center img{
	width: 100%;
	padding: 0;
	margin: 0;
}
.left{
	float: left;
	margin-left: 19px;
}
#left2{
	float: right;
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(img/line01_3.jpg);
	background-repeat:no-repeat;
	width: 30%;
	height: 125px;
	font-size: 17px;
	/*font-weight: bold;*/
	line-height: 18px;
	padding: 180px 0px 0px 0px;
}
img.gazo{
	width: 70%;
	margin: 10px 12% 0;
	padding: 0;
}
img.gazo20, img.gazo30{
	width: auto;
	margin: 30px auto 0;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメント */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.comments-box {
	zoom: 1;
	margin: 30px 0 0;
	padding: 0;
	text-align: left;
}
.text {
    border: 1px solid #CCC;
    padding: 2px;
    color: #777;
    width: 200px;
}

/* コメントフレーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

ol.commentlist li div.vcard {

}
ol.commentlist a:link {
	text-decoration: none;
}
ol.commentlist li div.vcard cite.fn a.url {
	text-decoration: none;
	margin-left: 10px;
	float: left;
}
ol.commentlist {
	margin: 10px 10px;
	padding: 0;
	background: #fff;
}
ol.commentlist li {
	margin: 10px 20px;
	padding: 20px;
	list-style-type: none;
}
ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
	color: #222;
	padding-left: 10px;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #95AAC5;
}
ol.commentlist li div.vcard img.avatar {
	padding: 10px 0;
	border: 1px solid #CCC;
}
ol.commentlist li div.vcard img.photo {
	padding: 2px;
	background: #fff;
	border: 1px solid #CCC;
	float: left;
}
ol.commentlist li div.vcard span.says {
	display: none;
}
ol.commentlist li p {
	margin: 15px 0 10px 0;
	line-height: 1.4em;
}
ol.commentlist li div.reply {
    background: #f8f8f8;
    color: #333;
    width: 33px;
    margin: 10px 0 0 0;
    padding: 2px 5px 2px 5px;
    line-height: 16px;
    border: 1px solid #e9e9e9;
	display: none;
}
ol.commentlist li div.reply a {
    color: #333 !important;
}
ol.commentlist li div.reply a:hover {
    color: red !important;
    text-decoration: none;
}
ol.commentlist li ul.children li {
	margin: 20px 0 0 20px;
	padding: 10px;
	background: #fff;
	border: 1px #EAEAEA solid;
}
ol.commentlist li ul.children li li.alt {
	background: #F7F7F7;
}
ol.commentlist li ul.children li.depth-2 {
	background: #F6F6F6;
}
ol.commentlist li ul.children li.depth-3 {
	background: #EFEFEF;
}
ol.commentlist li ul.children li.depth-4 {
	background: #EAEAEA;
}
ol.commentlist li ul.children li.depth-5 {
	background: #FFF;
}
ol.commentlist li ul.children li.depth-6 {
	background: #F9F9F9;
}

/* コメントエリア */
.comment-meta
{
    background: none;
    clear: both;
}
.comments-box .commentlist li {
    box-shadow: none;
	border-bottom: 1px dotted #CCC;
	padding: 20px 0;
}

/* コメント文字エリア */
.comment-meta-list{
    margin: -40px 0 0 20px;
}

/* コメント文字エリア */
.comment-meta-list .comment-author-name,
.comment-meta-list .comment-title,
.comment-meta-list .comment-date{
    height: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    color: #333;
    float: left;
}
.comment-content {
    margin: 45px 0 15px 0;
    font-size: 18px;
    color: #333;
    clear: both;
}
.comment-content p,
ol.commentlist li p {
	font-size: 16px;
	line-height: 180%;
	color: #333;
	padding: 10px 0 0;
	margin: 0;
	clear: both;
}
.comment-date .comment-reply {
    width: 65px;
    height: 10px;
    display: block;
    color: #333;
    font-weight: bold;
    margin: 0;
    padding: 1px 0 10px;
    text-decoration: none;
    clear: both;
}
.comment-date .comment-reply a {
    color: #333;
    padding: 2px 5px;
    background: #DDD;
    border-radius: 2px;
}
.comment-date .comment-reply a:hover {
    color: #FF8800;
    background: #FFF;
}

/* コメント文字エリア */
ol.commentlist li ul.children li.depth-2 .comment-author-name,
ol.commentlist li ul.children li.depth-2 .comment-title,
ol.commentlist li ul.children li.depth-2 .comment-date {
    height: 0;
    margin: 0;
    border: none;
    background: none;
    box-shadow: none;
    float: left;
}
.comment-meta-list .comment-author-name,
ol.commentlist li ul.children li.depth-2 .comment-author-name {
    margin: 0 0 0 35px;
}
.comment-meta .children {
    margin: 10px 0 0;
    clear: bth;
}
.comment-author-name {
    font-weight: bold;
    font-style: normal;
}
.commentmetadata {
	display: none;
    clear: bth;
}
.comment-awaiting-moderation {
	display: none;
}

/* コメントフォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#respond {
	width: 100%;
	position: static;
	margin: 0 0 40px;
	padding: 0 0 40px;
	overflow: hidden;
	text-align: left;
	border-bottom: 2px solid #f0f0f0;
}
#respond p {
	font-size: 15px;
	margin: 0; 
}
#respond input[type="text"] {
	display: block;
	height: 20px;
}
#respond input[type="text"],
#respond textarea {
	border: 2px solid #ccc;
	padding: 20px 10px;
	font-size: 15px;
	margin: 10px 0;
	background: #F6F6F6;
	border-radius: 5px;  
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}
#respond input#submit {
	font-size: 18px;
	color: #fff;
	background: #62A200;
	padding: 20px 40px;
	margin: 20px auto 10px;
	display: block;
	box-shadow: 0px 3px 0px #355800;
		-moz-box-shadow: 0px 3px 0px #355800;
		-webkit-box-shadow: 0px 3px 0px #355800;
	border: none;
	border-radius: 5px;
	font-weight: bold;
}
#respond input#submit:hover{
	background: #8DBB46;
	box-shadow: 0px 1px 0px #355800;
		-moz-box-shadow: 0px 1px 0px #355800;
		-webkit-box-shadow: 0px 1px 0px #355800;
	transform: translate3d(0, 3px, 0);
}
#comform input,
#comform select,
#comform textarea {
	padding: 0.5em;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* その他 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 注意点
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul.checkbox1 {
	margin:20px 0 20px;
	padding:5px 125px;
}
ul.checkbox1 li {
	list-style:none;
	font-size:17px;
	line-height:150%;
	text-align:left;
	font-weight:bold;
	margin: 0 0 5px;
	padding:0 30px 3px;
	background: url(img/checkbox1.gif) no-repeat left 3px;
}

/* 注意点
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.attention {
	margin: 30px 80px 70px;
	padding: 20px 20px 10px;
	border: 2px solid #CCC;
	border-radius: 4px;
	position: relative;
}
.attention::before {
	font-size: 14px;
	background-color: #EEEEEE;
	color: #333;
	content: "　代理登録について　";
	font-weight: bold;
	left: 20px;
	top: -10px;
	position: absolute;
}
.attention p {
	margin: 0;
	font-size: 13px;
	line-height: 180%;
	text-align: left;
}

/* サイト更新日
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.newday {
	font-size:14px;
	color:#000040;
	line-height:100%;
	text-align:center;
	margin:50px auto 0;
	padding:0 0 20px;
	overflow: hidden;
}

/* その他
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul.mark {
	margin: 0px 20px 0px 20px;
	padding: 0;
}
ul.mark li {
	list-style: none;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	margin: 0;
	padding: 5px 0px 0px 30px;
	background: url(img/mark.gif)  no-repeat left center;
}
td {
	padding: 5px;
}
input, textarea, select {
	font-family: sans-serif;
	font-weight: normal;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 個人情報保護方針 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#policy {
	width:300px;
	margin:30px auto 50px;
}
#policy p {
	font-size:14px;
	line-height:170%;
	text-align:justify;
	text-justify:inter-ideograph;
	line-break:strict;
	text-indent:0em;
	margin:0 0 1em 0;
}
#policy h1 {
	font-size:22px;
	line-height:150%;
	text-align:left;
	margin:0 0 40px;
	padding:0 0 5px;
	border-bottom:#cccccc solid 2px;
}
#policy .m2 {
	font-size:18px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	background:#f0f0f0;
	margin:40px 0 15px 0;
	padding:10px;
}
#policy .m3 {
	font-size:16px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	border-bottom:#cccccc solid 1px;
	margin:20px 0 10px;
	padding:0 0 5px;
}
#body-foot-p {
	padding:50px 0;
}
#body-foot-p p {
	color:#333333;
	font-size:12px;
	line-height:200%;
	text-align:center;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#fotter{
	width: 100%;
	background-color: #333333;
	border-top: 2px solid #5A5A56;
	overflow: hidden;
}
#fotter_content{
	width: 100%;
	font-size: 12px;
	color: #ffffff;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #333333;
	position: relative;
}
#fotter_content ul{
	font-size:12px;
	float: left;
	margin:0 auto;
	padding: 0 0 10px;
	position: relative;
	left: 50%;
}
#fotter_content li {
	list-style-type: none;
	float: left;
	margin:0;
	padding: 3px 20px 0;
	position: relative;
	left: -50%;
	background: none;
}
#fotter_content a { 
	color: #ffffff;
	text-decoration: none;
}
#fotter_content a:hover {
	color: #FFA500;
	text-decoration: underline;
}
#fotter_content p {
	width: 70%;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0;
	background: url(image/foot-line.png)  repeat-x top;
	clear: both;
}
                                                                               
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ダウンロードページ用 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#pre20{
	width: 800px;
	background: #FFFFFF;
	margin: 0px auto 0;
	overflow: hidden;
	clear: both;
}
#pre20 p{
	margin: 0 10px;
}
#pre20 p.icon{
	margin: 0 10px 10px;
	color: #0055A0;
	font-weight: bold;
	font-size: 16px;
}
h3.dl_pa{
    width: 100%;
    margin: 0;
    text-align: left;
    color: #FFFFFF;
    padding: 10px 20px;
	margin: 20px 0 30px;
    box-sizing: border-box;
    font-size: 26px;
    border-radius: 3px;
    background: #0052A4;
	clear: both;
}
h4.toku{
    width: 100%;
    margin: 0;
    text-align: left;
    color: #333;
    padding: 10px 20px;
	margin: 20px 0 30px;
    box-sizing: border-box;
    font-size: 20px;
    border-radius: 3px;
    background: #F2EDEA;
	clear: both;
}
.dl_box0, .dl_box1, .dl_box2, .dl_box3, .dl_box4, .dl_box5, .dl_box6, .dl_box7, .dl_box8, .dl_box9, .dl_box10, .dl_box11, .dl_box12, .dl_box13, .dl_box14, .dl_box15, .dl_box16, .dl_box17, .dl_box18, .dl_box19, .dl_box20, .dl2_box0, .dl2_box1, .dl2_box2, .dl2_box3, .dl2_box4, .dl2_box5, .dl2_box6, .dl2_box7, .dl2_box8, .dl2_box9, .dl2_box10, .dl2_box11, .dl2_box12, .dl2_box13, .dl2_box14, .dl2_box15, .dl2_box16, .dl2_box17, .dl2_box18, .dl2_box19, .dl2_box20, .dl2_box21, .dl2_box22, .dl2_box23, .dl2_box24, .dl2_box25, .dl2_box26, .dl2_box27, .dl3_box0, .dl3_box1, .dl3_box2, .dl3_box3, .dl3_box4, .dl3_box5, .dl3_box6, .dl3_box7, .dl3_box8, .dl3_box9, .dl3_box10, .dl3_box11, .dl3_box12, .dl3_box13, .dl3_box14, .dl3_box15, .dl3_box16, .dl3_box17, .dl3_box18, .dl3_box19, .dl3_box20, .dl3_box21, .dl3_box22, .dl3_box23, .dl3_box24, .dl4_box0, .dl4_box1, .dl4_box2, .dl4_box3, .dl4_box4, .dl4_box5, .dl4_box6, .dl4_box7, .dl4_box8, .dl4_box9, .dl4_box10, .dl4_box11, .dl4_box12, .dl4_box13, .dl4_box14, .dl4_box15, .dl4_box16, .dl4_box17, .dl4_box18, .dl4_box19, .dl4_box20, .dl4_box21, .dl4_box22, .dl4_box23, .dl4_box24, .dl5_box0, .dl5_box1, .dl5_box2, .dl5_box3, .dl5_box4, .dl5_box5, .dl5_box6, .dl5_box7, .dl5_box8, .dl5_box9, .dl5_box10, .dl5_box11, .dl5_box12, .dl5_box13, .dl5_box14, .dl5_box15, .dl5_box16, .dl5_box17, .dl5_box18, .dl5_box19, .dl5_box20, .dl5_box21, .dl5_box22, .dl5_box23, .dl5_box24, .dl5_box25{
    width: 94%;
    min-height: 200px;
    margin: 40px 3%;
    background: #FFFFFF url(img/dlimg000.png) left top no-repeat;
    padding: 0 0 30px 180px;
    text-align: left;
    box-sizing: border-box;
	font-size: 18px;
}
.dl_box1{ background: #FFFFFF url(img/dlimg001.png) left top no-repeat; }
.dl_box2{ background: #FFFFFF url(img/dlimg002.png) left top no-repeat; }
.dl_box3{ background: #FFFFFF url(img/dlimg003.png) left top no-repeat; }
.dl_box4{ background: #FFFFFF url(img/dlimg004.png) left top no-repeat; }
.dl_box5{ background: #FFFFFF url(img/dlimg005.png) left top no-repeat; }
.dl_box6{ background: #FFFFFF url(img/dlimg006.png) left top no-repeat; }
.dl_box7{ background: #FFFFFF url(img/dlimg007.png) left top no-repeat; }
.dl_box8{ background: #FFFFFF url(img/dlimg008.png) left top no-repeat; }
.dl_box9{ background: #FFFFFF url(img/dlimg009.png) left top no-repeat; }
.dl_box10{ background: #FFFFFF url(img/dlimg010.png) left top no-repeat; }
.dl_box11{ background: #FFFFFF url(img/dlimg011.png) left top no-repeat; }
.dl_box12{ background: #FFFFFF url(img/dlimg012.png) left top no-repeat; }
.dl_box13{ background: #FFFFFF url(img/dlimg013.png) left top no-repeat; }
.dl_box14{ background: #FFFFFF url(img/dlimg014.png) left top no-repeat; }
.dl_box15{ background: #FFFFFF url(img/dlimg015.png) left top no-repeat; }
.dl_box16{ background: #FFFFFF url(img/dlimg016.png) left top no-repeat; }
.dl_box17{ background: #FFFFFF url(img/dlimg017.png) left top no-repeat; }
.dl_box18{ background: #FFFFFF url(img/dlimg018.png) left top no-repeat; }
.dl_box19{ background: #FFFFFF url(img/dlimg019.png) left top no-repeat; }
.dl_box20{ background: #FFFFFF url(img/dlimg020.png) left top no-repeat; }

.dl2_box1{ background: #FFFFFF url(img/dl2img001.png) left top no-repeat; }
.dl2_box2{ background: #FFFFFF url(img/dl2img002.png) left top no-repeat; }
.dl2_box3{ background: #FFFFFF url(img/dl2img003.png) left top no-repeat; }
.dl2_box4{ background: #FFFFFF url(img/dl2img004.png) left top no-repeat; }
.dl2_box5{ background: #FFFFFF url(img/dl2img005.png) left top no-repeat; }
.dl2_box6{ background: #FFFFFF url(img/dl2img006.png) left top no-repeat; }
.dl2_box7{ background: #FFFFFF url(img/dl2img007.png) left top no-repeat; }
.dl2_box8{ background: #FFFFFF url(img/dl2img008.png) left top no-repeat; }
.dl2_box9{ background: #FFFFFF url(img/dl2img009.png) left top no-repeat; }
.dl2_box10{ background: #FFFFFF url(img/dl2img010.png) left top no-repeat; }
.dl2_box11{ background: #FFFFFF url(img/dl2img011.png) left top no-repeat; }
.dl2_box12{ background: #FFFFFF url(img/dl2img012.png) left top no-repeat; }
.dl2_box13{ background: #FFFFFF url(img/dl2img013.png) left top no-repeat; }
.dl2_box14{ background: #FFFFFF url(img/dl2img014.png) left top no-repeat; }
.dl2_box15{ background: #FFFFFF url(img/dl2img015.png) left top no-repeat; }
.dl2_box16{ background: #FFFFFF url(img/dl2img016.png) left top no-repeat; }
.dl2_box17{ background: #FFFFFF url(img/dl2img017.png) left top no-repeat; }
.dl2_box18{ background: #FFFFFF url(img/dl2img018.png) left top no-repeat; }
.dl2_box19{ background: #FFFFFF url(img/dl2img019.png) left top no-repeat; }
.dl2_box20{ background: #FFFFFF url(img/dl2img020.png) left top no-repeat; }
.dl2_box21{ background: #FFFFFF url(img/dl2img021.png) left top no-repeat; }
.dl2_box22{ background: #FFFFFF url(img/dl2img022.png) left top no-repeat; }
.dl2_box23{ background: #FFFFFF url(img/dl2img023.png) left top no-repeat; }
.dl2_box24{ background: #FFFFFF url(img/dl2img024.png) left top no-repeat; }
.dl2_box25{ background: #FFFFFF url(img/dl2img025.png) left top no-repeat; }
.dl2_box26{ background: #FFFFFF url(img/dl2img026.png) left top no-repeat; }
.dl2_box27{ background: #FFFFFF url(img/dl2img027.png) left top no-repeat; }

.dl3_box1{ background: #FFFFFF url(img/dl3img001.png) left top no-repeat; }
.dl3_box2{ background: #FFFFFF url(img/dl3img002.png) left top no-repeat; }
.dl3_box3{ background: #FFFFFF url(img/dl3img003.png) left top no-repeat; }
.dl3_box4{ background: #FFFFFF url(img/dl3img004.png) left top no-repeat; }
.dl3_box5{ background: #FFFFFF url(img/dl3img005.png) left top no-repeat; }
.dl3_box6{ background: #FFFFFF url(img/dl3img006.png) left top no-repeat; }
.dl3_box7{ background: #FFFFFF url(img/dl3img007.png) left top no-repeat; }
.dl3_box8{ background: #FFFFFF url(img/dl3img008.png) left top no-repeat; }
.dl3_box9{ background: #FFFFFF url(img/dl3img009.png) left top no-repeat; }
.dl3_box10{ background: #FFFFFF url(img/dl3img010.png) left top no-repeat; }
.dl3_box11{ background: #FFFFFF url(img/dl3img011.png) left top no-repeat; }
.dl3_box12{ background: #FFFFFF url(img/dl3img012.png) left top no-repeat; }
.dl3_box13{ background: #FFFFFF url(img/dl3img013.png) left top no-repeat; }
.dl3_box14{ background: #FFFFFF url(img/dl3img014.png) left top no-repeat; }
.dl3_box15{ background: #FFFFFF url(img/dl3img015.png) left top no-repeat; }
.dl3_box16{ background: #FFFFFF url(img/dl3img016.png) left top no-repeat; }
.dl3_box17{ background: #FFFFFF url(img/dl3img017.png) left top no-repeat; }
.dl3_box18{ background: #FFFFFF url(img/dl3img018.png) left top no-repeat; }
.dl3_box19{ background: #FFFFFF url(img/dl3img019.png) left top no-repeat; }
.dl3_box20{ background: #FFFFFF url(img/dl3img020.png) left top no-repeat; }
.dl3_box21{ background: #FFFFFF url(img/dl3img021.png) left top no-repeat; }
.dl3_box22{ background: #FFFFFF url(img/dl3img022.png) left top no-repeat; }
.dl3_box23{ background: #FFFFFF url(img/dl3img023.png) left top no-repeat; }
.dl3_box24{ background: #FFFFFF url(img/dl3img024.png) left top no-repeat; }

.dl4_box1{ background: #FFFFFF url(img/dl4img001.png) left top no-repeat; }
.dl4_box2{ background: #FFFFFF url(img/dl4img002.png) left top no-repeat; }
.dl4_box3{ background: #FFFFFF url(img/dl4img003.png) left top no-repeat; }
.dl4_box4{ background: #FFFFFF url(img/dl4img004.png) left top no-repeat; }
.dl4_box5{ background: #FFFFFF url(img/dl4img005.png) left top no-repeat; }
.dl4_box6{ background: #FFFFFF url(img/dl4img006.png) left top no-repeat; }
.dl4_box7{ background: #FFFFFF url(img/dl4img007.png) left top no-repeat; }
.dl4_box8{ background: #FFFFFF url(img/dl4img008.png) left top no-repeat; }
.dl4_box9{ background: #FFFFFF url(img/dl4img009.png) left top no-repeat; }
.dl4_box10{ background: #FFFFFF url(img/dl4img010.png) left top no-repeat; }
.dl4_box11{ background: #FFFFFF url(img/dl4img011.png) left top no-repeat; }
.dl4_box12{ background: #FFFFFF url(img/dl4img012.png) left top no-repeat; }
.dl4_box13{ background: #FFFFFF url(img/dl4img013.png) left top no-repeat; }
.dl4_box14{ background: #FFFFFF url(img/dl4img014.png) left top no-repeat; }
.dl4_box15{ background: #FFFFFF url(img/dl4img015.png) left top no-repeat; }
.dl4_box16{ background: #FFFFFF url(img/dl4img016.png) left top no-repeat; }
.dl4_box17{ background: #FFFFFF url(img/dl4img017.png) left top no-repeat; }
.dl4_box18{ background: #FFFFFF url(img/dl4img018.png) left top no-repeat; }
.dl4_box19{ background: #FFFFFF url(img/dl4img019.png) left top no-repeat; }
.dl4_box20{ background: #FFFFFF url(img/dl4img020.png) left top no-repeat; }
.dl4_box21{ background: #FFFFFF url(img/dl4img021.png) left top no-repeat; }
.dl4_box22{ background: #FFFFFF url(img/dl4img022.png) left top no-repeat; }
.dl4_box23{ background: #FFFFFF url(img/dl4img023.png) left top no-repeat; }
.dl4_box24{ background: #FFFFFF url(img/dl4img024.png) left top no-repeat; }

.dl5_box1{ background: #FFFFFF url(img/dl5img001.png) left top no-repeat; }
.dl5_box2{ background: #FFFFFF url(img/dl5img002.png) left top no-repeat; }
.dl5_box3{ background: #FFFFFF url(img/dl5img003.png) left top no-repeat; }
.dl5_box4{ background: #FFFFFF url(img/dl5img004.png) left top no-repeat; }
.dl5_box5{ background: #FFFFFF url(img/dl5img005.png) left top no-repeat; }
.dl5_box6{ background: #FFFFFF url(img/dl5img006.png) left top no-repeat; }
.dl5_box7{ background: #FFFFFF url(img/dl5img007.png) left top no-repeat; }
.dl5_box8{ background: #FFFFFF url(img/dl5img008.png) left top no-repeat; }
.dl5_box9{ background: #FFFFFF url(img/dl5img009.png) left top no-repeat; }
.dl5_box10{ background: #FFFFFF url(img/dl5img010.png) left top no-repeat; }
.dl5_box11{ background: #FFFFFF url(img/dl5img011.png) left top no-repeat; }
.dl5_box12{ background: #FFFFFF url(img/dl5img012.png) left top no-repeat; }
.dl5_box13{ background: #FFFFFF url(img/dl5img013.png) left top no-repeat; }
.dl5_box14{ background: #FFFFFF url(img/dl5img014.png) left top no-repeat; }
.dl5_box15{ background: #FFFFFF url(img/dl5img015.png) left top no-repeat; }
.dl5_box16{ background: #FFFFFF url(img/dl5img016.png) left top no-repeat; }
.dl5_box17{ background: #FFFFFF url(img/dl5img017.png) left top no-repeat; }
.dl5_box18{ background: #FFFFFF url(img/dl5img018.png) left top no-repeat; }
.dl5_box19{ background: #FFFFFF url(img/dl5img019.png) left top no-repeat; }
.dl5_box20{ background: #FFFFFF url(img/dl5img020.png) left top no-repeat; }
.dl5_box21{ background: #FFFFFF url(img/dl5img021.png) left top no-repeat; }
.dl5_box22{ background: #FFFFFF url(img/dl5img022.png) left top no-repeat; }
.dl5_box23{ background: #FFFFFF url(img/dl5img023.png) left top no-repeat; }
.dl5_box24{ background: #FFFFFF url(img/dl5img024.png) left top no-repeat; }
.dl5_box25{ background: #FFFFFF url(img/dl5img025.png) left top no-repeat; }

.dl_box0 p,.dl_box1 p, .dl_box2 p, .dl_box3 p, .dl_box4 p, .dl_box5 p, .dl_box6 p, .dl_box7 p, .dl_box8 p, .dl_box9 p, .dl_box10 p, .dl_box11 p, .dl_box12 p, .dl_box13 p, .dl_box14 p, .dl_box15 p, .dl_box16 p, .dl_box17 p, .dl_box18 p, .dl_box19 p, .dl_box20 p,.dl2_box1 p,.dl2_box2 p,.dl2_box3 p,.dl2_box4 p,.dl2_box5 p,.dl2_box6 p,.dl2_box7 p,.dl2_box8 p,.dl2_box9 p,.dl2_box10 p,.dl2_box11 p,.dl2_box12 p,.dl2_box13 p,.dl2_box14 p,.dl2_box15 p,.dl2_box16 p,.dl2_box17 p,.dl2_box18 p,.dl2_box19 p,.dl2_box20 p,.dl2_box21 p,.dl2_box22 p,.dl2_box23 p,.dl2_box24 p,.dl2_box25 p,.dl2_box26 p,.dl2_box27 p,.dl3_box1 p,.dl3_box2 p,.dl3_box3 p,.dl3_box4 p,.dl3_box5 p,.dl3_box6 p,.dl3_box7 p,.dl3_box8 p,.dl3_box9 p,.dl3_box10 p,.dl3_box11 p,.dl3_box12 p,.dl3_box13 p,.dl3_box14 p,.dl3_box15 p,.dl3_box16 p,.dl3_box17 p,.dl3_box18 p,.dl3_box19 p,.dl3_box20 p,.dl3_box21 p,.dl3_box22 p,.dl3_box23 p,.dl3_box24 p,.dl3_box25 p,.dl3_box26 p,.dl3_box27 p,.dl4_box1 p,.dl4_box2 p,.dl4_box3 p,.dl4_box4 p,.dl4_box5 p,.dl4_box6 p,.dl4_box7 p,.dl4_box8 p,.dl4_box9 p,.dl4_box10 p,.dl4_box11 p,.dl4_box12 p,.dl4_box13 p,.dl4_box14 p,.dl4_box15 p,.dl4_box16 p,.dl4_box17 p,.dl4_box18 p,.dl4_box19 p,.dl4_box20 p,.dl4_box21 p,.dl4_box22 p,.dl4_box23 p,.dl4_box24 p,.dl4_box25 p,.dl4_box26 p,.dl4_box27 p,.dl5_box1 p,.dl5_box2 p,.dl5_box3 p,.dl5_box4 p,.dl5_box5 p,.dl5_box6 p,.dl5_box7 p,.dl5_box8 p,.dl5_box9 p,.dl5_box10 p,.dl5_box11 p,.dl5_box12 p,.dl5_box13 p,.dl5_box14 p,.dl5_box15 p,.dl5_box16 p,.dl5_box17 p,.dl5_box18 p,.dl5_box19 p,.dl5_box20 p,.dl5_box21 p,.dl5_box22 p,.dl5_box23 p,.dl5_box24 p,.dl5_box25 p,.dl5_box26 p,.dl5_box27 p{
    margin: 0;
    font-size: 18px;
    line-height: 160%;
}
.dlb_btn a{
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(180deg,#0052A4,#001B75); 
    border-radius: 5px;
    float: right;
}
div.dlb_btn_b a{
	width: 50%;
    color: #fff;
    margin: 0 auto;
    padding: 20px 50px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(180deg,#009E90,#006976); 
    border-radius: 3px;
	clear: both;
	display: block;
}
.dlb_btn a:hover, .dlb_btn_b a:hover{
    color: #fff;
    background: linear-gradient(180deg,#FF8800,#FB3F1E); 
}
.design5, .design5-a, .design5-p, .design5-m, .design5-s, .design5-i, .design5-l {
	margin: 15px 0;
	padding: 20px 20px 20px 80px;
	border-radius: 5px;
	position: relative;
	display: block;
}
.design5:before {
	font-family: "FontAwesome";
	content: '\f058';
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -15px;
}
.design5-a:before {
	font-family: "FontAwesome";
	content: '\f071';
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -15px;
}
.design5-m:before {
	font-family: "FontAwesome";
	content: '\f044';
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -15px;
}
.design5-p:before {
	font-family: "FontAwesome";
	content: '\f0a6';
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -15px;
}
.design5-s:before {
	font-family: "FontAwesome";
	content: '\f005';
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -15px;
}
.design5-i:before {
	font-family: "FontAwesome";
	content: '\f05a';
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -15px;
}
.design5-l:before {
	font-family: "FontAwesome";
	content: '\f0eb';
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -15px;
}
.d5blue {
	border-style: solid;
	border-color: #95ccff;
	background: #F9FFFF;
}
.d5blue:before {
	color: #95ccff;
}
.d5orange {
	border-style: solid;
	border-color: #FBBD52;
	background: #FFFFEB;
}
.d5orange:before {
	color: #FBBD52;
}
.d5red {
	border-style: solid;
	border-color: #CE4E2F;
	background: #FFFAFA;
}
.d5red:before {
	color: #CE4E2F;
}
.d5black {
	border-style: solid;
	border-color: #555;
	background: #fffcfc;
}
.d5black:before {
	color: #555;
}
.d5green {
	border-style: solid;
	border-color: #008000;
	background: #f9fffa;
}
.d5green:before {
	color: #008000;
}
.d5pink {
	border-style: solid;
	border-color: #FF69B4;
	background: #FFFAFA;
}
.d5pink:before {
	color: #FF69B4;
}
.d5navy {
	border-style: solid;
	border-color: #334977;
	background: #fcfdff;
}
.d5navy:before {
	color: #334977;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 登録用フォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.list_form {
	margin: 10px 100px;
}
.list_form table.form { 
	width: 100%;
	border-collapse: collapse;
	border-spacing: 10px;
	margin: 0;
	padding: 0;
	border: none;
	table-layout: fixed;
	box-sizing: border-box;
}
.list_form table tr {
    margin: 0;
    padding: 0;
    border: none;
	border: 1px #69D173 solid;
	word-wrap: break-word;
}
.list_form table td.left1 {
	width: 20%;
	font-weight: bold;
	padding: 12px 20px;
	color: #FFFFFF;
	background: #0F9D58;
	white-space: nowrap;
	box-sizing: content-box;
}
.list_form table td.right1 { 
	width: 80%;
	text-align:left;
	vertical-align:top;
	padding:12px 10px 12px 10px;
	border: none;
	box-sizing: border-box;
	background: #E6F9E5;
}
.list_form table td.right1 ul {
    display: block;
    margin:  10px 0 0;
    padding: 0 10px 0 30px;
}
.list_form table td.right1 li {
    margin:  0 0 10px;
    padding: 0;
	word-break:break-all;
}
.list_form table input.lll, .list_form table input.rrr{
	width: 40%;
	font-size: 14px;
    padding: 10px;
	margin-right: 10px;
	box-sizing: border-box;
	border: 2px #FFFFFF solid;
}
.list_form table input{
	width: 83%;
	font-size: 14px;
    padding: 10px;
	box-sizing: border-box;
	border: 2px #FFFFFF solid;
}
.list_form input.list_btn{
	width: 60%;
	height: 60px;
	margin: 10px 20%;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 6px;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 2px #FFFFFF solid;
	box-shadow: 0 0 6px #CCCCCC;
	box-sizing: border-box;
	text-shadow: 1px 1px 0 #0F9D58;
	background: linear-gradient(to bottom, #0F9D58, #0F9F58); 
}
.list_form input.list_btn:hover{
	color: #FFFFFF;
	text-shadow: 1px 1px 0 #FF8305;
	background: -moz-linear-gradient(top, #FFB900, #FF8305);
	background: -webkit-linear-gradient(top, #FFB900, #FF8305);
	background: linear-gradient(to bottom, #FFB900, #FF8305); 
}
.disabled-btn{
	width: 60%;
	height: 60px;
	margin: 10px 20%;
	font-size: 18px;
	text-align: center;
}
.list_form table input.checkbox01{
	width: 20px;
	margin: 20px 5px 5px;
    padding: 0;
	box-sizing: border-box;
	border: none;
}
.design5-a ul.t_a {
    display: block;
    margin:  10px 0 0;
    padding: 0 10px 0 30px;
}
.design5-a ul.t_a li {
    margin:  0 0 10px;
    padding: 0;
	word-break:break-all;
	text-align: left;
	line-height: 1.8em;
}



#llc_comments_button {
	padding: 10px 20px;
}

/* みるめもボックス */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

mirumemo
.mbo p {
	margin: 0 0 0.5em;
	padding: 0;
}
.mbo ul,
.mbo ol {
	margin: 0.75em 0;
	padding: 0 0.1em 0 1.5em;
}
.mbo p:last-child,
.mbo ul:last-child,
.mbo ol:last-child {
	margin: 0;
}
.mbo li {
	margin: 5px 0;
	padding: 0;
}








/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社 7th-floor All rights Reserved.
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */