@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:16px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.4;
	background:#fbfaf5 url(images/img_back.gif);
  -webkit-text-size-adjust: 100%;
}

.inner {
	position:relative;
	width:980px;
	margin:0 auto;
}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#fff;
}

nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	⁄zoom:1;
}
nav:after {
	content:'';
	display:block;
	clear:both;
}

/*================================================
 * 2017/07/03 修正前
#contents {
	overflow:hidden;
	width:980px;
	margin:2px auto;
	background:#fff;
	padding:14px;
}
 ================================================*/

#contents {
    overflow:hidden;
    width:980px;
    margin:2px auto;
    background:#fff;
    padding:14px;
}

@media screen and (max-width:767px) {
    #contents {
        margin:0 auto;
    }
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:68%;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:28%;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a {
	color:#1e50a2;		/* 瑠璃色 るりいろ */
	text-decoration:underline;
}
a:hover {
	color:#007b43;		/* 常磐色ときわいろ */
	text-decoration:none;
}
a.noline {
	color:#1e50a2;		/* 瑠璃色 るりいろ */
	text-decoration:none;
}
a.noline:hover {
	color:#007b43;		/* 常磐色ときわいろ */
	text-decoration:underline;
}

/*================================================
 * 2017/07/03 修正前
h1 {
	margin-top:0.1em;
	margin-bottom:0.25em;
	font-size:24px;
	color:#762f07;
	text-align:center;
}
 ================================================*/

h1 {
	font-size:24px;
	color:#762f07;
	text-align:center;
}

h2 {
	font-size:23px;
	margin-bottom:0.25em;
	color:#333;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight:bold;
}

h3 {
	margin-bottom:0.25em;
	padding:6px 16px 0px 16px;
	text-shadow:1px 1px 1px #aaa;
	color:#852e19;
	font-size:18px;
	font-weight:bold;
        border-radius:6px;
	box-shadow:0 1px 1px 0px #aaa;
	background:url(images/img_h3_back.gif);
}

h4 {
	margin-top:0.1em;
	margin-bottom:0.25em;
	font-size:24px;
	color:#762f07;
	text-align:center;
}

h5 {
	position:relative;
	margin-bottom:0.25em;
	padding-left:14px;
	color:#710000;
	font-size:20px;
	font-weight:bold;
	border-bottom:2px dotted #710000;
}
h5:before {
	content:"";
	margin-top:-14px;
	position:absolute;
	top:50%;
	left:0;
	width:8px;
	height:30px;
	background:#710000;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
}

b {
	font-weight:bold;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-top:1.5em;
	margin-bottom:1.5em;
	padding-left:0.6em;
	border:0px solid #ddd;
	border-left:2px solid #ddd;
	text-align:left;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}

dd {
	margin-bottom:1em;
}

table.mati {
	margin-bottom:0.5em;
	border-collapse:separate;
	border-spacing:10px;
	border:1px solid #aaa;
	font-size:26px;
	color:#666;
	line-height:1.1;
	text-align:center;
	vertical-align:middle;
	background:#fff
}
th.mati {
	padding:10px;
	border:1px solid #aaa;
	background:#eee;
}
td.mati {
	padding:0px;
	border:0px solid #aaa;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
/*	padding:4px 10px;  ヘッダーロゴ固定位置修正1/2 デフォルト　*/
/*	padding:4px;  ヘッダーロゴ固定位置修正1/2 2017/6/18まで　*/
	padding:0px;
}

.summary {
	position:absolute;
	top:0;
	right:10px;
	margin:0;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media screen and (min-width:768px) {
	nav {
		background:#fbfaf5;
		border-bottom:5px solid #e0ebaf;
		box-shadow:0 1px 3px #999;
		z-index:3;
	}
	nav ul {
		margin:0;
		padding:0;
	}
	nav li {
		position:relative;
		width:17%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
	}
	nav li:first-child {
		width:12%;
	}
	nav li:before {
		content:"";
		margin-top:-7px;
		position:absolute;
		top:50%;
		left:0;
		width:1px;
		height:14px;
		background:#e0ebaf;
	}
	nav li:last-child:after {
		content:"";
		margin-top:-7px;
		position:absolute;
		top:50%;
		right:0;
		width:1px;
		height:14px;
		background:#e0ebaf;
	}
	nav li:hover:before,
	nav li:hover + li:before, 
	nav li:last-child:hover:after,
	nav li li:before,
	nav li li:after {
		display:none;
	}
	nav li:last-child li {
		left:-40%;
	}
	nav li a {
		display:block;
		padding:10px 0;
		color:#762f07;
		font-weight:normal;
		text-decoration:none;
	}
	nav li ul {
		position:absolute;
		top:100%;
		left:0;
		margin:0;
		padding:0;
		border-radius:0 0 3px 3px;
		z-index:3;
	}
	nav li ul li {
		overflow:hidden;
		width:140%;
		height:0;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		-o-transition:.2s;
		-ms-transition:.2s;
		transition:.2s;
	}
	nav li li:first-child {
		width:140%;
	}
	nav li ul li a {
		padding:10px 15px;
		background:#e0ebaf;
		text-align:left;
		font-weight:normal;
	}
	nav li:hover > a {
		background:#e0ebaf;
		color:#762f07;
	}
	nav li:hover > a:hover {
		background:#ebd842;
	}

/* ↓追加★★★★★★★★★★★★★★★ */
	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}
/* ↑追加★★★★★★★★★★★★★★★ */

	.showNav {
		background:#e0ebaf !important;
	}

	.showSub {
		overflow:visible;
		height:42px;
		border-bottom:2px solid #e0ebaf;
	}
	.showSub:last-child {
		border-bottom:0;
	}
	.showSub:last-child a {
		border-radius:0 0 3px 3px;
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:15px;
	margin-bottom:12px;
	padding:2px;
	background:#f1f1f1;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu_new li {
	margin:0;
	padding:0;
	color:#762f07;
	list-style:none;
}
.submenu_new li a {
	display:block;
	padding:4px 6px;
	color:#762f07;
	border-bottom:2px dotted #ddd;
	text-decoration:none;
	background:#fbfaf5;
}
.submenu_new li a:hover {
	text-decoration:underline;
	background:#ebd842;
}

.submenu_basic li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu_basic li a:before {
	content:url(images/ic_00.png);
	margin:3px;
	position:relative;
	top:4px;
}
.submenu_basic li a {
	display:block;
	padding:4px 6px;
	color:#762f07;
	border-bottom:2px dotted #ddd;
	text-decoration:none;
	background:#fbfaf5;
}
.submenu_basic li a:hover {
	background:#ebd842;
}

.submenu_nazo li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu_nazo li a:before {
	content:url(images/ic_01.png);
	margin:3px;
	position:relative;
	top:4px;
}
.submenu_nazo li a {
	display:block;
	padding:4px 6px;
	color:#762f07;
	border-bottom:2px dotted #ddd;
	text-decoration:none;
	background:#fbfaf5;
}
.submenu_nazo li a:hover {
	background:#ebd842;
}

.submenu_quiz li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu_quiz li a:before {
	content:url(images/ic_02.png);
	margin:3px;
	position:relative;
	top:4px;
}
.submenu_quiz li a {
	display:block;
	padding:4px 6px;
	color:#762f07;
	border-bottom:2px dotted #ddd;
	text-decoration:none;
	background:#fbfaf5;
}
.submenu_quiz li a:hover {
	background:#ebd842;
}

.submenu_mati li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu_mati li a:before {
	content:url(images/ic_03.png);
	margin:3px;
	position:relative;
	top:4px;
}
.submenu_mati li a {
	display:block;
	padding:4px 6px;
	color:#762f07;
	border-bottom:2px dotted #ddd;
	text-decoration:none;
	background:#fbfaf5;
}
.submenu_mati li a:hover {
	background:#ebd842;
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:15px 0;
	overflow:hidden;
	background:#e0ebaf;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 12px;
	font-size:15px;
	text-align:center;
}
.footmenu a {
	color:#762f07;
	text-decoration:none;
}
.footmenu a:hover {
	color:#762f07;
	text-decoration:underline;
}

.copyright {
	clear:both;
	padding:10px 0;
	font-size:14px;
	text-align:center;
	color:#6c2c2f;
	background:#e6eae3;
}

/*================================================
 *  ページトップへの戻り
（2017-0510スムーススクロール使用中止）
 ================================================*/
/* .totop 削除 */

/*================================================
 *  クラス
 ================================================*/
.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.col_two_one {
	overflow:hidden;
}
.col_two_one ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_two_one li {
	list-style:none;
	float:left;
	width:44%;
	margin:0 2% 2% 0;
	padding:4px 10px 0px 14px; /* 上 右 下 左 */
	border:1px solid #ddd;
}
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
.col_two_one li img {
	width:100%;
	margin-bottom:0%;
}
.col_two_one li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80 )";
}

/*================================================
 *  ★↓なぞ森追加★★★★★★★★★★★★★★★
 ================================================*/
mark {
	font-weight:bold;
	background-color: #ffec47;	/* 菜の花色 */
}

.fit_img { 
	max-width:100%; 
	height:auto;
}

.socialWrap {
	padding:20px 0;
	text-align:center;
}
.socialWrap div {
	display:inline-block;
}
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

.txt_pagetop {
	color:#6c2c2f;
	font-size:14px;
	text-align:center;
	margin:2px;
	padding:2px;
	background:#fff;
}
.txt_pagetop-2 {
	color:#6c2c2f;
	font-size:16px;
	line-height:1.6;
	text-align:left;
	margin:15px;
	padding:2px 10px;
	background:#fff;
}
.txt_small {
	color:#6c2c2f;
	font-size:13px;
	text-align:center;
	margin:1px;
	padding:1px;
}
.txt_leadcopy1 {
	width:80%
	color:#6c2c2f;
	font-size:18px;
	line-height:1.6;
	text-align:left;
	margin:15px;
	padding:2px 10px;
	background:#fff;
}

.txt_furigana {
	color:#6c2c2f;
	font-size:18px;
	font-weight:bold;
}

.txt_q1 {
	font-size:22px;
	color:#38a1db;
}
.txt_q2 {
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:26px;
	color:#38a1db;
}
.txt_a1 {
	font-size:22px;
	color:#e95464;
}
.txt_a2 {
	font-size:28px;
	color:#e95464;
}
.txt_a3 {
	font-size:28px;
	color:#333;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height:1.3;
}

.txt_mincho1 {
	font-size:300%;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight:bold;
}
.txt_mincho2 {
	font-size:160%;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight:bold;
}
.txt_mincho3 {
	font-size:140%;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight:bold;
}

.txt_matigaikotae {
	color:#e95295;
	font-weight:bold;
}
.txt_kaidan {
	font-size:20px;
	color:#432f2f;
	font-weight:bold;
}

.txt_kanji {
	color:#000;
	font-size:250%;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	text-align:center;
}

.box_ga_kanren {			/* アドセンス関連コンテンツ（利用せず） */
	margin: 0px 0px 0px 0px;	/* 上右下左 */
	width: 68%;
	border: 1px solid #eee;
	text-align:center;
	vertical-align:middle;
}

.box_0 {
	margin-bottom:0.5em;
	padding:0.8em;
	border:1px solid #ddd;
}
.box_0-copyok {
	margin-bottom:0.5em;
	padding:0.8em;
	border:1px solid #ddd;
}
.box_q1 {
	margin-bottom:0.5em;
	padding:0.8em;
	border:1px solid #ddd;
	border-left:6px solid #38a1db;
}
.box_a1 {
	margin-bottom:0.5em;
	padding:1.5em 0.8em 1.5em 0.8em;
	border:1px solid #ddd;
	border-left:6px solid #e95464;
}

/*===== ヒント　こたえ　ボタン =====*/

.button_hint {
	color:#fff;
	font-weight:bold;
	font-size:20px;
	padding:6px 30px 6px 50px;
	box-shadow:0 1px 1px 0px #aaa;
	border-radius:0 12px 12px 12px / 0 12px 12px 12px;
	text-decoration:none;
	background:#f8b500 url(images/ic_roupe_24px.png) 20px 50% no-repeat;
	cursor:pointer;
}
.button_hint:hover {
	color:#fff;
	background-color:#f8cb00;
	border-radius:12px;
}
.button_kotae {
	color:#fff;
	font-weight:bold;
	font-size:20px;
	padding:6px 30px 6px 50px;
	box-shadow:0 1px 1px 0px #aaa;
	border-radius:0 12px 12px 12px / 0 12px 12px 12px;
	text-decoration:none;
	background:#ff6664 url(images/ic_roupe_24px.png) 20px 50% no-repeat;
	cursor:pointer;
}
.button_kotae:hover {
	color:#fff;
	background-color:#ff7f50;
	border-radius:12px;
}

.button_go {
	color:#fff;
	font-weight:bold;
	font-size:20px;
	padding:5px 8px 4px 12px;
	box-shadow:0px 1px 1px 0px #aaa;
	border-radius:26px;
	text-decoration:none;
	background:#38a1db;
	cursor:pointer;
}
.button_go:after {
	content:url(images/ic_ya_right.png);
	margin:3px;
	position:relative;
	top:8px;
}
.button_go:hover {
	color:#fff;
	padding:10px 8px 8px 12px;
	background-color:#38a7ff;
}
.button_back {
	color:#fff;
	font-weight:bold;
	font-size:20px;
	padding:5px 2px 4px 8px;
	box-shadow:0px 1px 1px 0px #aaa;
	border-radius:26px;
	text-decoration:none;
	background:#38a1db;
	cursor:pointer;
}
.button_back:before {
	content:url(images/ic_ya_left.png);
	margin:6px;
	position:relative;
	top:8px;
}
.button_back:hover {
	color:#fff;
	padding:5px 10px 4px 16px;
	background-color:#38a7ff;
}
.button_last {
	color:#fff;
	font-weight:bold;
	font-size:20px;
	padding:6px 30px 6px 50px;
	box-shadow:0 1px 1px 0px #aaa;
	border-radius:0 12px 12px 12px / 0 12px 12px 12px;
	text-decoration:none;
	background:#274a78 url(images/ic_roupe_24px.png) 20px 50% no-repeat;
	cursor:pointer;
}
.button_last:hover {
	color:#fff;
	background-color:#5a79ba;
	border-radius:12px;
}

.button_happa img{
  	transition: 0s;
	cursor:pointer;
}
.button_happa img:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

/*================================================
 *  ★↑なぞ森追加★★★★★★★★★★★★★★★
 ================================================*/


/* スライドショー全部差し替え★★★★★★ */
/*================================================
 *  スライドショー　（使用せず　削除）
 ================================================*/


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.lock {
		overflow:hidden;
/* 一行削除★height:100%;★★★★★ */
	}

	header {
		z-index:2;
		box-sizing:border-box;
/*================================================
		position:fixed;　ヘッダーロゴを固定する
		position:absolute;　ヘッダーロゴを固定しない
		top:0;	170703固定解除時削除
		left:0;　170703固定解除時削除
 ================================================*/
		width:100%;
/*================================================
		padding:15px 10px;　ヘッダーロゴ固定位置修正2/2　デフォルト
		padding:10px 4px;　ヘッダーロゴ固定位置修正2/2　2017/6/18まで
 ================================================*/
		padding:0px 4px;
	}

	.summary {
		position:relative;
		top:auto;
		right:auto;
		margin-top:15px;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}
	nav {
		background:#aacf53;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:53px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #eee;
		background:#93ca76;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#fff;
		text-decoration:none;
		background:#93ca76;
	}
	nav li a:hover {
		color:#fff;
		background:#aacf53;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#93ca76;
	}
	.subnav a:hover:after {
	  background:#aacf53;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:2;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
/* ↓追加★★★★★★★★★★★★★★★ */
		display:inline-block;
/* ↑追加★★★★★★★★★★★★★★★ */
		position:relative;
/*================================================
 * 2017/07/03 修正前
		width:30px;
		height:30px;
 ================================================*/
		width:34px;
		height:34px;
		border-radius:5%;
		background:#aacf53;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
/*================================================
 * 2017/07/03 修正前
		width:14px;
		height:2px;
 ================================================*/
		width:15px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#f1f1f1;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
/*================================================
 * 2017/07/03 修正前
		width:14px;
		height:2px;
 ================================================*/
		width:15px;
		height:2px;
		background:#f1f1f1;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
/* ↓修正★93%以上だと右の線が切れる★★★★★ */
		width:92%;
/* ↑修正★93%以上だと右の線が切れる★★★★★ */
	}
	.col_two_one li:nth-child(2n+1) {
		clear:both;
	}
}

