@charset "UTF-8";
/*
Theme Name:narts-test
Theme URI:http://www.narts.jp/
Description:脳楽習ブランドサイト用
Author:NARTS
Author URI:http://www.narts.jp/
Version:1.0
*/
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}
.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
.alignleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}

/* CSS Document */

/* CSSリセット */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { 
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers  */ article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; 
}

body {
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #000000;
	background-color: #f5f7fa;
}
img {
	vertical-align: bottom;
} 
a:hover img {
	opacity: 0.7;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
		filter: alpha(opacity = 60);
	transition: all 0.4s;
}
a {
	text-decoration: none;
	color: #435ea9;
}
a:hover {
	text-decoration: none;
	color: #0E2D96;
	transition: 0.3s all;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
	z-index: 20;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}




/* ここからコンテンツ */
header {
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
}
header.sub-top {
	height: 150px;
	display: block;
	border-top: 15px solid #435ea9;
/*	background-image: url(images/img_homes.png); 無効化（6/23）*/
	background-position: bottom -1px left;
	background-repeat: repeat-x;
}
.logo {
	display: Block;
	text-indent: 1em;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	z-index: 99;
	position: relative;
	text-shadow: 0 0 4px #ffffff;
}
.Toggle{
	display: none;
}
nav ul {
	float: right;
	display: inline-block;
	margin-top: 30px;
	z-index: 98;
	position: relative;
}
nav li {
	float:left;
	margin-right: 2em;
	font-weight: bold;
	font-size: 14px;
/*	text-shadow: 0 0 10px #ffffff; */
}

nav li:last-child a {
	background-color: #CF0003;
	color: #ffffff;
	padding: 6px 16px 6px 16px;
	border-radius: 20px;
		-webkit-border-radius: 20px;
}
.pc-menu li:last-child a:hover {
	color: #FFFF00;
}
.sp-menu {
	display: none;
}
.header-copy {
	color: #435ea9;
	z-index: 97;
	position: absolute;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.8em;
	margin-top: 0vh;
	top: 40vh;
	left: 50px;
	width: 500px;
	text-shadow: 0 0 5px #ffffff;
}
.sub-copy {
	color: #000000;
	background-color: rgba(255,255,255,0.6);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35em;
	position: absolute;
	width: 311px;
	height: auto;
	padding: 1em;
	box-sizing: border-box;
	z-index: 96;
	left: 50px;
	bottom: 40px;
}
.back-color {
	background-color: rgba(218,231,250,0.5);
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 2;
}
.back-movie {
	z-index: 1;
	position: absolute;
	top:0px;
	left: 0px;
	overflow: hidden;
	object-fit: cover;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
}

#main-area h2 {
	color: #435ea9;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 60px;
	padding-left: 2em;
	padding-right: 2em;
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
/*
#main-area h2::before {
	content: url(images/leaf-left.png);
	position: relative;
	top: 15px;
}
#main-area h2::after {
	content: url(images/leaf-right.png);
	position: relative;
	top: 15px;
}
*/

#main-area {
	display: block;
	padding-top: 70px;
	width: 100%;
}
#main-area p {
	font-size: 17px;
	line-height: 1.8em;
	margin-bottom: 0.8em;
}
#main-area p.medal {
	margin-bottom: 5em;
}
#sub-page{

}
.inner {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
h3.center-position {
	text-align: center;
	margin-bottom: 30px;
}
.top_p {
	width: 73%;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.four-box, .top-2-box ul li {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 0px;
	max-width: 1100px;
	box-sizing: border-box;
/*	border: #435ea9 4px solid; */
	background-image: url(images/four-back2.jpg);
	background-position: center center;
	display: block;
}
.top-2-box ul li p:first-child {
	width: 548px;
}
.top-2-box ul li p.button {
	z-index: 15;
	display: block;
	position: relative;
	width: 240px;
	height: 39px;
	right: -860px;
	top: 180px;
	margin-bottom: 0 !important;
	line-height: 1.5em !important;
}
.top-2-box ul li a.inquiry {
	display: block;
	color: #ffffff;
	background-color: #118f00;
	width: 240px;
	height: 39px;
	box-sizing: border-box;
	padding-top: 8px;
	padding-left: 32px;
	padding-right: 15px;
	padding-bottom: 10px;
	letter-spacing: 5px;
	font-size: 22PX;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif;
	font-weight: 700;
	background-image: url(images/right-allow.png);
	background-repeat: no-repeat;
	background-position: center left 14px;
	position: absolute;
}
.four-box div:first-child {
	display: block;
	width: 548px;
	height: 248px;
	padding-top: 36px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 36px;
	box-sizing: border-box;
	float: left;
}
.four-box div:last-child {
	display: block;
	width: 551px;
	float: right;
	position: relative;
}
.four-box h4 {
	font-size: 46px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif;
	font-weight: 700;
	color:#435ea9;
	margin-bottom: 30px;
	line-height: 1.2em;
	letter-spacing: -1px;
}
.top-2-box ul li h4 {
	font-size: 44px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif;
	font-weight: 700;
	color:#435ea9;
	margin-bottom: 20px;
	line-height: 1.2em;
	letter-spacing: -1px;
}
.top-2-box ul li h4, .top-2-box ul li p.w548 {
	width: 548px;
	padding-left: 2%;
	padding-top: 2%;
	box-sizing: border-box;
	float: left;
}
.four-box h4 span, .top-2-box ul li h4 span {
	color:#d11200;
}
.four-box p {
	font-size: 15px;
	line-height: 1.8em;
}
.top-2-box ul li p.copy-4 {
	font-size: 15px;
	line-height: 1.8em;
	width: 548px;
	padding-top: 0;
	padding-left: 2%;
	box-sizing: border-box;
}
.top-2-box ul li img {
	float: right;
	position: relative;
	right: 0px;
}
.four-box img {
	float: left;
	position: relative;
	right: 0px;
}
.four-box a.contact {
	display: block;
	color: #ffffff;
	float: right;
	background-color: #118f00;
	width: 240px;
	height: 39px;
	box-sizing: border-box;
	padding-top: 8px;
	padding-left: 32px;
	padding-right: 15px;
	padding-bottom: 10px;
	position: absolute;
	letter-spacing: 5px;
	font-size: 22PX;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif;
	font-weight: 700;
	background-image: url(images/right-allow.png);
	background-repeat: no-repeat;
	background-position: center left 14px;
	right: 0;
	top: 187px;
}
.four-box a.contact:hover, .top-2-box ul li p.button a.inquiry:hover {
	background-color: #00c210;
	transition: all 0.3s;
}
.four-box-shadow {
	margin-bottom: 75px;
}
.top-2-box ul li img.four-box-shadow {
	margin-bottom: 0;
}
.medal {
	text-align: center;
	width: 212px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 110px;
}
.kinou-kasan .top_p {
	width: 100%;
	box-sizing: border-box;
}
.kasan {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.5em;
}
.center-position {
	text-align: center;
}
#main-area .top-frame {
	border: 3px #aaa double;
	padding: 0.7em;
	font-size: 14px;
	line-height: 1.4em;
}
.kasan-sample {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kinou-kasan {
	width: 32%;
	background-color: #f0f0f0;
	margin-bottom: 1.5em;
	padding: 1em 1.5em 1em 1.5em;
	box-sizing: border-box;
}
.kasan-sample .kinou-kasan:last-child {
	width: 100%;
	background-color: #f0f0f0;
	margin-bottom: 5.5em;
}
.kinou-kasan .top-h4 { 
	min-height: 3em;	
}
.kasan-sample .kinou-kasan:last-child .top-h4 { 
	min-height: 1em;	
}
.top-h4 {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 700;
	color: #435ea9;
	margin-bottom: 1.0em;
	margin-top: 1.0em;
}

.free-test {
	display: block;
	font-size: 44px;
	text-align: center;
	font-weight:800;
	color: #d6210f;
}
.free-test span.black {
	color: #000000;
	font-weight: 300;
}
.free-test span.blue {
	color: #435ea9;
	font-weight: 800;
}
.free-test span.red {
	color: #d6210f;
	font-weight: 300;
}
.pc {
 	display: block;
}
.smart {
	display: none;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
#main-area p.can {
	font-size: 44px;
	font-weight: 800;
	color: #d6210f;
	height: auto;
	margin-bottom: 30px;
}
.price {
	color: #db0000;
	font-size: 139px !important;
	font-weight: 800;
	display: block;
	height: 100px;
	line-height: 1em !important;
	margin-bottom: 70px;
}
.price-table {
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 73%;
}
.price-table tr {
	border-bottom: 1px solid #777777;
}
.price-table tr th, .price-table tr td {
	padding-bottom: 5px;
	padding-top: 12px;
}
.price-table tr th {
	width: 12%;
	text-align: left;
}
.price-table tr td.d2 {
	width: 15%;
}
.price-table tr td.d2 {
	width: 20%;
}
.price-table tr td.d3 {
	width: 50%;
}
.price-table tr td.d4 {
	text-align: right;
	color: #435ea9;
	font-weight: bold;
	width: auto;
}
.price-table tr td.d4 span, .price-table tr td.d3 span {
	font-weight: 400;
	font-size: 70%;
}
.kasan-table {
	margin-bottom: 2.5em;
	border: #000 solid 1px;
}
.kasan-table .rps {
	display: none;
}
.kasan-table tr {
	margin-bottom: 0px !important;
}
.kasan-table th, .kasan-table td {
	padding: 0.5em;
	vertical-align: middle;
	text-align: center !important;
}
.kasan-table td {
	color: #c50016;
	font-weight: 700;
}
#main-area .price-table-comment {
	font-size: 14px;
	color: #555555;
	text-align: center;
	margin-bottom: 60px;
}
#main-area .price-table-comment span {
	font-size: 15px;
	font-weight: 600;
}
#main-area p.request {
	height: 4em;
	margin-top: 10px;
	display: block;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif;
	font-weight: 700;
	line-height: 3em;
	margin-bottom: 80px;
}
.request a {
	color: #ffffff;
	background-color: #009c0d;
	padding: 25px;
	font-size: 22px;
}
.request a:hover {
	background-color: #00c210;
	transition: all 0.3s;
}

#main-area #customer-voice {
	width :100%;
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-self: flex-start;
}
#main-area #customer-voice .c-group {
	width: 47%;
	display: block;
	margin-right: 6%;
	position: relative;
	margin-bottom: 20px;
}
#main-area #customer-voice .c-group:nth-child(even) {
	margin-right: 0%;
}
#main-area #customer-voice .c-group img {
	width: 50%;
	height: auto;
	z-index: 10;
	position: absolute;
}
#main-area #customer-voice .c-group ul, #main-area #customer-voice .c-group p {
	width: 53%;
	height: auto;
	min-height: 273px;
	font-size: 15px;
	padding: 1em;
	padding-left: 2.3em;
	box-sizing: border-box;
	float: right;
	display: block;
	margin-bottom: 40px;
	z-index: 12;
	background-color: rgba(255,255,255,0.5);
	background-image: url(images/oblique-lightblue.png);
	position: relative;
	top: 20px;
	right: 0;
}
#main-area #customer-voice .c-group ul li {
	list-style-type: disc;
}
#main-area #customer-voice .c-group ul li:last-child, #main-area #customer-voice .c-group p:last-child span {
	list-style-type: none;
/*	text-align: right; */
	font-size: 13px;
}

h3.news {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.2em;
}
span.red {
	color: #d6210f;
}
#top-news {
	width: 100%;
	display: block;
	margin-bottom: 40px;
}
#top-news dl dt.taxonomy {
	width:4em;
	max-width: 5em;
	line-height: 1.35;
	padding: 2px 6px 2px 6px;
	float:left;
	color: #ffffff;
	background-color: #435ea9;
	font-size: 13px;
	line-height: 1;
	position: relative;
	top: 3px;
	margin-right: 1em;
}
#top-news dl dt.taxonomy a {
	color: #ffffff;
}
#top-news dt.date {
	float: left;
	margin-right: 1.5em;
	width: 9em;
	margin-bottom: 5px;
}
#top-news dd {
	color: #435ea9;
	border-bottom: 1px dashed #555555;
	width: 100%;
	box-sizing: border-box;
	padding-left: 10.5em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

#top-news a.log {
	display: inline-block;
	padding-top: 8px;
	padding-left: 32px;
	padding-right: 15px;
	padding-bottom: 10px;
	color: #ffffff;
	background-image: url(images/right-allow.png);
	background-repeat: no-repeat;
	background-position: center left 14px;
	position: relative;
	right: 0;
	background-color: #118f00;
	width: 200px;
	box-sizing: border-box;
}
#top-news a.log:hover {
	background-color: #00c210;
	transition: all 0.3s;
}

#main-area p.tiny {
	font-size: 13px;
}


/* 新着などの記事シングルページ */
.post_time {
	font-size: 15px;
	margin-bottom: 25px;
}
/* /news のページ表示 */
.pagination {
	text-align: center;
	padding: 30px 0;
}
a.page-numbers, .pagination .current {
	background: #FFFFFF;
	border: solid 1px #435ea9;
	font-size: 14px;
	padding: 5px 10px 5px 10px;;
	margin: 0;
	text-decoration: none;
}
.pagination .current {
	background: #435ea9;
	border: solid 1px #435ea9;
	color: #FFFFFF;
}



/* お問い合わせバナー */
div#contact {
	display: flex;
	justify-content: center;
}
#contact div {
	width: 320px;
	height: 120px;
	box-sizing: border-box;
	padding: 10px 30px 10px 30px;
	text-align: center;
	border: 1px solid #97A4C9;
	background-color: #ffffff;
	display: block;
	margin-right: 1em;
}
#contact div:last-child {
	margin-right: 0em;
}
#contact div p:first-child {
	color: #79C980;
	font-size: 15px;
	letter-spacing: 2px;
	margin: 0 0 20px 0;
	line-height: 1em;
}
#contact div p:nth-child(2){
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1em;
}
#contact div p:nth-child(3) {
	font-size: 13px;
	color: #636363;
}
#contact div:nth-child(2) p:nth-child(2) {
	margin-top: 30px;
	height: 25px;
	margin-bottom: 8px;
	display: block;
}
#contact div:nth-child(2) p:nth-child(2) a {
	color: #ffffff;
	background-color: #435EA9;
	border-radius: 5px;
		-webkit-border-radius: 5px;
	max-width: 258px;
	padding: 8px 40px 8px 40px;
}
#contact div:nth-child(2) p:nth-child(2) a img {
	position: relative;
	bottom: 1px;
	margin-right: 0.5em;
}

footer {
	margin-top: 70px;
	width: 100%;
	background-color: #ccdaff;
	padding-top: 35px;
	padding-bottom: 23px;
	background-image: url(images/footer-logo.png);
	background-repeat: no-repeat;
	background-position: bottom 10px right 10px;
}
.footer-menu {
	text-align: center;
	font-weight: bold;
}
.footer-name {
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	margin-top: 30px;
	margin-bottom: 20px;
}
.footer-adress {
	font-size: 13px;
	text-align: center;
}


/*************************************************
　　　ここから下層ページ用
*************************************************/
.sub-page-title {
	text-align: center;
}
#sub-page h2 {
	color: #435ea9;
	line-height: 1.35em;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 5px;
	margin-bottom: 50px;
	padding-left: 1em;
	padding-right: 1em;
	border-bottom: 3px solid #111111;
	display: inline-flex;
	width: auto;
	margin-left: auto;
	margin-right: auto;
/*	background-image: url(images/leaf-left.png), url(images/leaf-right.png); 6/23 削除*/
	background-repeat: no-repeat, no-repeat;
	background-position: left 5% center, right 5% center;
	box-sizing: border-box;
}
#sub-page H3 {
	font-size: 22pt;
	line-height: 1.35em;
	height: auto;
	margin-bottom: 20px;
	font-weight: 700;
	color: #435ea9;
	border-bottom: 1px dotted #db0000;
	display: block;
}
#sub-page h4 {
	font-size: 18px;
	font-weight: 800;
	color: #435ea9;
	margin-bottom: 10px;
}
#sub-page h5 {
	font-size: 17px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
#sub-page p {
	font-size: 17px;
	line-height: 1.8em;
	margin-bottom: 0.8em;
}
#sub-page p sup {
	vertical-align: top;
	font-size: smaller;
	position: relative;
	top: -0.6em;

}
#sub-page img {
	max-width: 100%;
	height: auto
}
#sub-page ul li {
	list-style-type: disc;
	margin-left: 1.3em;
	margin-bottom: 5px;
}
#sub-page .frex-box {
	display: inline-block;
	width: 100%;
}
#sub-page .frex-item01 {
	flex-basis: 109px;
	float: left;
}
#sub-page .frex-item02 {
	width: calc(100% - 119px);
	float: right;
}
#sub-page table {
	width:100%;
	border-collapse:collapse;
	margin:1em 0;
	font-size: 15px;
}
#sub-page th, #sub-page td {
	text-align:left;
	padding:.5em;
	border:1px solid #fff;
}
#sub-page th {
	background-color: #435EA9;
	background-image: url(images/tr_back.png);
	background-position: center center;
	background-repeat: repeat-x;
	color:#fff;
	font-weight: 700;
}
#sub-page td {
	background-color: #dce3f5;
}
#sub-page tr:nth-child(even) td {
	background:#dce3f5;
}
#sub-page tr:nth-child(odd) td {
	background:#f2f6ff;
}

/* 写真キャプション */
#sub-page p.wp-caption-text {
	font-size: 13px;
}

/* 空のテーブルを透明に */
#sub-page th.empty {
	background-color: #F5F7FA;
}

/* シリーズページのサブナビゲーション */
#sub-page .green-circle {
	display: flex;
		display: -webkit-flex;
	flex-wrap: wrap;
	margin-top: 3.5em;
	margin-bottom: 2em;
	justify-content: space-between;
}
#sub-page .green-circle a.series {
	background-color: #118F00;
	border-radius: 50%;
	width: 260px;
	height: 260px;
	margin-bottom: 30px;
	transition: all 0.3s;
	text-align: center;
	padding-top: 165px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 24px;
	line-height: 1.2em;
	color: #ffffff;
}
#sub-page .green-circle a.series:nth-child(4) {
	margin-right: 0px;
	display: none;
}
#sub-page .green-circle a:nth-child(1) {
	background-image: url(images/sr_it.png), url(images/arrow_down.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top 40px center, center bottom 12px;
}
#sub-page .green-circle a:nth-child(2) {
	background-image: url(images/sr_print.png), url(images/arrow_down.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top 40px center, center bottom 12px;
}
#sub-page .green-circle a:nth-child(3) {
	background-image: url(images/sr_gymnastics.png), url(images/arrow_down.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top 40px center, center bottom 12px;
}
#sub-page .green-circle a:nth-child(4) {
	background-image: url(images/sr_card.png), url(images/arrow_down.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top 40px center, center bottom 12px;
	display: none;
}
#sub-page .green-circle a.series:hover {
	background-color: #7fb455;
}
#sub-page .green-circle a:hover {
	background-position: top 40px center, center bottom 0px;
	transition: all 0.3s;
}
/* IT脳楽習での説明 */
#sub-page div.kind {
	width: 100%;
	height: auto;
	display: flex;
		display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
#sub-page div.reverse {
	flex-direction: row-reverse;
}
#sub-page div.kind2 {
	width: 100%;
	height: auto;
	display: flex;
		display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 50px;
}
#sub-page div.kind .text, #sub-page div.kind2 .text {
	width: 52%;
}
#sub-page div.kind .text2 {
	width: 45%;
	background-color: #F3F2EA;
	padding: 1em;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
#sub-page .text2 p:first-child {
	font-size: 20px;
	font-weight: 700;
	color: #C44951;
	padding-left: 8px;
	border-left: 5px solid #C44951;
}
#sub-page .text2 p:last-child {
	font-size: 15px;
}
#sub-page .it-cloud {
	background-image: url(images/pic_cloud.png);
	background-size: 75%;
	background-position: bottom 1em right 1em;
}
#sub-page div.kind3 {
	width: 100%;
	height: auto;
}
#sub-page div.kind .text3 {
	width: 100%;
	min-height: 340px;
	display: flex;
		display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
}
#sub-page .it-system {
	background-image: url(images/it_system01.png);
/*	background-size: 75%; */
	background-position: bottom 1em right 2em;
}
#sub-page .text3 p:first-child {
	font-size: 27px;
	font-weight: 700;
	color: #C44951;
	padding-left: 8px;
	border-left: 5px solid #C44951;
}


#sub-page .red-circle {
	display: flex;
		display: -webkit-flex;
	flex-wrap: nowrap;
	margin-top: 3.5em;
	margin-bottom: 3.5em;
	justify-content: space-between;
	align-items: flex-start;
}
#sub-page .photo-back-print {
	width: 55%;
	background-image: url(images/ph_print_img01s.jpg);
	background-size: cover;
}
#sub-page .photo-back-print02 {
	width: 45%;
	background-image: url(images/ph_print_img02a.jpg);
	background-size: cover;
	background-position: center center;
}
#sub-page .photo-back-print03 {
	width: 45%;
	background-image: url(images/ph_print_img03.jpg);
	background-size: cover;
}
#sub-page .photo-back-print04 {
	width: 45%;
	background-image: url(images/ph_print_img04.jpg);
	background-size: cover;
}
#sub-page .enkaku tr th {
	vertical-align: middle;
}

#sub-page div.comment p {
	background-color: #f3f2ea;
	padding: 1em;
	border: 1px solid #55b47f;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 14px;
}
#sub-page div.comment p span.name {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
}
.wp-image-343 {
	display: none;
}

/*******************************
  YouTube
*******************************/
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	text-align: center;
}
.youtube iframe, .youtube object, .youtube embed {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*******************************
　　　　　レスポンシブ対応
*******************************/

@media only screen and (max-width: 1099px) {
.inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.top-2-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: auto;
}
.top-2-box ul li h4 {
	font-size: 46px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif;
	font-weight: 700;
	color:#435ea9;
	margin-bottom: 30px;
	line-height: 1.2em;
	letter-spacing: -1px;
}
.frame-wrapper__video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom: 50px;
}
.frame-wrapper__video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/**** Webからのサンプル ****/
.top-2-box ul {
    width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.top-2-box ul li {
    width: 47%;
    background-image: url(images/four-back2.jpg);
	background-position: center center;
    list-style: none;
    padding-bottom: 50px;
    margin-bottom: 30px;
    position: relative;
	box-shadow: 0px 6px 3px -2px rgba(0,0,0,0.2);
	transition: all 0.3s;
}
.top-2-box ul li:first-child {
    margin-right: auto;
}
.top-2-box ul li h4 {
	font-size: 35px;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 20px;
	z-index: 2;
	display: block;
	padding-left: 6%;
	padding-right: 6%;
}
.top-2-box ul li h4 span {
	color: #d11200;
}
.top-2-box ul li h4, .top-2-box ul li p.w548 {
	width: 100%;
	box-sizing: border-box;
}
.top-2-box ul li p.copy-4 {
	padding-left: 5%;
	padding-right: 5%;
    z-index: 2;
	display: block;
}
.top-2-box ul li img {
    width:100%;
	height: auto;
    margin: 0;
    padding: 0;
	float: none;
/*	position: absolute; */
/*	bottom: 45px; */
}

.top-2-box ul li p.button {
	text-align: center;
	height: 45px;
    display: block;
    width:100%;
	box-sizing: border-box;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
    bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.top-2-box ul li p.button a.inquiry {
	display: block;
	color: #ffffff;
	float: none;
	background-color: #118f00;
	height: 45px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	letter-spacing: 5px;
	font-size: 22PX;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif;
	font-weight: 700;
	background-image: none;
	top: 0;
	right: 0;
	width: 100%;
	position: absolute;
}

/**** サンプルここまで　****/


.four-box {
	margin-left: 0;
	margin-right: 5.9%;
	width: 47%;
	max-width: 47%;
	min-height: 300px;
	background-position: top center;
	transition: all 0.3s;
	margin-bottom: 30px;
	box-shadow: 0px 6px 3px -2px rgba(0,0,0,0.2);
	position: relative;
	padding: 0 0 0 0;
	display: flex;
	flex-direction: column;
	align-content: space-between;
}
.four-box-right {
	margin-right: 0px;
}
.four-box-shadow {
	display: none;
}
.four-box div:first-child {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: none;
	display: block;
	position: relative;
	align-self: flex-start;
}
.four-box h4, .top-2-box ul li h4 {
	font-size: 35px;
	text-align: center;
	margin-bottom: 20px;
	display: block;
	position: static;
	width: 100%;
}
.four-box p {
	display: block;
	position: static;
	width: 100%;
}
.four-box div:last-child {
	width: 100%;
	display: block;
	height: auto;
	float: none;
	margin-top: 0px;
	position: relative;
	bottom: 0;
	align-self: flex-end;
}
.four-box div:last-child img {
	width: 100%;
	max-width: 100%;
	height: auto;
	float: none;
	display: block;
	position: static;
}
.four-box a.contact, .top-2-box ul li div.contact-box p.button a.inquiry {
	text-align: center;
	float: none;
	background-color: #118f00;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 5px;
	font-size: 22PX;
	background-image: none;
	position: static;
	padding-top: 8px;
	right: 0;
	top: 0;
	bottom: 0px;
}
#main-area #customer-voice {
	width :100%;
	margin-bottom: 60px;
	display: flex;
}
#main-area #customer-voice .c-group {
	width: 47%;
	display: block;
	margin-right: 6%;
	position: relative;
	box-sizing: border-box;
	background-image: url(images/oblique-lightblue.png);
	padding: 1em;
	background-color: rgba(255,255,255,0.3);
}
#main-area #customer-voice .c-group:last-child {
	margin-right: 0%;
}
#main-area #customer-voice .c-group img {
	width: 47%;
}
#main-area #customer-voice .c-group ul, #main-area #customer-voice .c-group p {
	width: 53%;
	padding-left: 1.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	position: relative;
	background-image: none;
	background-color: rgba(255,255,255,0.7);
	float: right;
}
#main-area #customer-voice .c-group ul {
	position: relative;
}
.price-table {
	font-size: 18px;
	width: 100%;
}
#sub-page .green-circle {
	justify-content: space-around;
}
#sub-page .red-circle img {
	width: 30%;
	margin-right: 4.5%;
	max-width: 100%;
	height: auto;
}
#sub-page .red-circle img:last-child {
	margin-right: 0;
}

#sub-page div.kind .text3 {
	height: 380px;
}

} /* ←レスポンシブ */




/* グロナビ窓 */

@media only screen and (max-width: 850px) {
img {
	max-width: 100%;
	height: auto;
}
.logo {
	display: Block;
	text-indent: 1em;
	float: none;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	position: relative;
	text-shadow: 0 0 4px #ffffff;
	padding-top: 30px;
	margin-top: 0;
}
nav ul li:last-child a {
	background-color: transparent;
	color: #000000;
	padding: 0px;
	border-radius: 0px;
		-webkit-border-radius: 0px;
}
nav.NavMenu {
	position: fixed; /*表示位置を固定*/
	z-index: 100; /*重ね順を変更*/
	top: 0; /*表示位置を指定*/
	left: 0; /*表示位置を指定*/
	background: #fff;/*背景を白にする*/
	color: #000; /*文字色を黒にする*/
	text-align: center; /*テキストを中央揃え*/
	width: 100%; /*全幅表示*/
	transform: translateY(-100%); /*ナビを上に隠す*/
	transition: all 0.6s; /*アニメーションの時間を指定*/
}
nav ul {
	background-color: #CCCCCC; /*背景をグレーにする*/
	width: 100%;
	margin-top: 0px;
	padding: 0px;
}
nav.NavMenu ul li {
	font-size: 1.1em;
	font-weight: 400;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #333;
	float: none;
}

nav.NavMenu ul li:last-child {
	padding-bottom: 0;
	border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

nav.NavMenu ul li a {
	display: block; /*クリックできる領域を広げる*/
	color: #000;
	padding: 1em 0;
}

nav.NavMenu.active {
	transform: translateY(0%);
}
.Toggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 48px;
    cursor: pointer;
    z-index: 101;
	background-color: #ffffff;
	border: 1px solid #000000;
}
.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
    left: 6px;
}
.Toggle span:nth-child(1) {
    top: 9px;
}
.Toggle span:nth-child(2) {
    top: 18px;
}
.Toggle span:nth-child(3) {
    top: 27px;
}
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 「メニュー」の文字を追加 */
.Toggle p {
	font-size: 7.5px;
	position: absolute;
	top: 34px;
	left: 0px;
	line-height: 8px;
	letter-spacing: -1.5px;
	text-align: center;
	width: 100%;
}

.header-copy {
	display: block;
	position: relative;
	font-size: 20px;
	line-height: 1.6em;
	margin-top: 2em;
	top: 15vh;
	left: 0px;
	width: 90%;
	text-shadow: 0 0 5px #ffffff;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}
.sub-copy {
	font-size: 15px;
	position: absolute;
	width: 90%;
	padding: 1em;
	box-sizing: border-box;
	margin-left: 5%;
	margin-right: 5%;
	bottom: 20px;
	left: 0px;
}
.pc {
	display: none;
}
.smart {
	display: block;
}
.price-table {
	font-size: 17px;
	width: 100%;
}

div#contact {
	flex-direction: column;
}
div#contact div, #contact div:last-child {
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}
	
#sub-page div.kind .text3 {
	width: 100%;
	min-height: 340px;
	height: 460px;
	justify-content: flex-start;
	
}
#sub-page .it-system {
	background-image: url(images/it_system01.png);
/*	background-size: 75%; */
	background-position: bottom 1em right 1em;
}
#sub-page .text3 p:first-child {
	font-size: 23px;
	font-weight: 700;
	color: #C44951;
	padding-left: 8px;
	border-left: 5px solid #C44951;
}

#sub-page .frex-item01 {
	flex-basis: auto;
	float: none;
	text-align: center;
}
#sub-page .frex-item02 {
	width: 100%;
	float: none;
}
#sub-page .frex-box {
	display: block;
}
#sub-page table.enkaku th, #sub-page table.enkaku td {
	display:block;
	max-width: 100% !important;
	width: 100% !important;
	box-sizing: border-box;
}
#sub-page img.alignleft {
	float: none;
	display: block;
}

/* TOPページのレスポンシブ850修正 */
#main-area .top-frame {
	border: 3px #aaa double;
	padding: 0.7em;
	font-size: 14px;
	line-height: 1.4em;
}
.kasan-sample {
	flex-wrap: no-wrap;
	justify-content: space-between;
	flex-direction: column;
}
.kinou-kasan {
	width: 100%;
}
.kinou-kasan .top-h4 { 
	min-height: 1em;	
}
#main-area #customer-voice .c-group img {
	position:relative;
	width: 100%;
}
#main-area #customer-voice .c-group ul, #main-area #customer-voice .c-group p {
	width: 100%;
	margin-bottom: 10px;
}

	

} /* ←レスポンシブ 850 */

@media only screen and (max-width: 700px) {
#sub-page div.kind .text3 {
	height: 600px;
}
	
} /* レスポンシブ 850　ココマデ */


@media only screen and (max-width: 600px) {
.top_p {
	width: 100%;
}
.top-2-box ul {
	display: block;
}
.top-2-box ul li h4 {
	font-size: 35px;
	text-align: center;
	margin-bottom: 20px;
	display: block;
	position: static;
}
.top-2-box ul li p {
	padding-bottom: 45px;
}
.top-2-box ul li {
	width: 100%;
	padding-bottom: 0;
	margin-right: 0;
	padding-top: 0px;
}
.top-2-box ul li img {
    width:100%;
	height: auto;
    margin:0;
    padding:0;
	position: relative;
	bottom: 0px;
}
.top-2-box ul li p.button {
	text-align: center;
	height: 45px;
    display: block;
    width:100%;
	box-sizing: border-box;
	position: absolute;
	top: auto;
	left: 0px;
	right: 0px;
    bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}
.four-box {
	width: 100%;
	max-width: 100%;
	float: none;
	margin-right: 0px;
}
.four-box-right {
	float: none;
	margin-right: 0;
}.four-box div:first-child {
	height: auto;
	min-height: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: none;
}
.medal {
	margin-bottom: 60px;
}
.free-test{
	line-height: 1.3em;
}

#main-area #customer-voice {
	display: block;
}
#main-area #customer-voice .c-group {
	width: 100%;
	display: block;
	margin-right: 0%;
	position: relative;
	margin-bottom: 1em;
}
#main-area #customer-voice .c-group img {
	width: 100%;
	height: auto;
}
#main-area #customer-voice .c-group ul, #main-area #customer-voice .c-group p {
	width: 100%;
	height: auto;
	min-height: auto;
	padding-left: 0em;
	padding-right: 0em;
	margin-top: 1em;
	padding-bottom: 0em;
	box-sizing: border-box;
	float: none;
	display: block;
	margin-bottom: 0%;
	background-color: none;
	background-image: none;
	position: relative;
	top: 0%;
	right: 0px;
}
#main-area #customer-voice .c-group ul li {
	list-style-type: disc;
	margin-left: 1.1em;
}

table.price-table th, table.price-table td, table.price-table tr td.d2, table.price-table tr td.d3, table.price-table tr td.d4 {
	display: block;
	text-align: center;
	width: 100%;
	border-top: 1px dotted #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	box-sizing: border-box;
}
	
 table.price-table tr {
	border-bottom: 4px solid #000000;
	background-color: #ffffff;
	margin-bottom: 6px;
	display: block;
	box-sizing: border-box;
}
table.price-table tr th {
	border-top: 1px solid #000000;
}
table.price-table tr td.d4 {
	color: #435ea9;
	background-color: #e9ecf7;
	display: block;
}
.kasan-table .rps {
	display: block;
}

#top-news dd {
	display: block;
	padding-left: 0;
}
#top-news dl dt.taxonomy, #top-news dl dt.date {
	float:none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}
#top-news dd {
	text-align: center;
	padding-bottom: 0.3em;
}

.text-right {
	text-align: center;
}
footer {
	margin-top: 40px;
	padding-top: 20px;
	background-image: none;
}
.footer-menu {
	display: none;
}

#sub-page div.kind {
	width: 100%;
	height: auto;
	display: flex;
		display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
	flex-direction: column;
}
#sub-page div.reverse {
	flex-direction: row-reverse;
}
#sub-page div.kind2 {
	width: 100%;
	height: auto;
	display: flex;
		display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 50px;
}
#sub-page div.kind .text, #sub-page div.kind2 .text {
	width: 100%;
}
#sub-page div.kind .text2 {
	width: 100%;
	background-color: #F3F2EA;
	padding: 1em;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
#sub-page .text2 p:first-child {
	font-size: 20px;
	font-weight: 700;
	color: #C44951;
	padding-left: 0px;
	border-left: none;
	border-top: 5px solid #C44951;
}
#sub-page .it-cloud {
	background-size: 55%;
}

#sub-page .photo-back-print {
	width: 100%;
	height: 260px;
}
#sub-page .photo-back-print02 {
	width: 100%;
	height: 260px;
}
#sub-page .photo-back-print03 {
	width: 100%;
	height: 260px;
}
#sub-page .photo-back-print04 {
	width: 100%;
	height: 260px;
}
#sub-page .align-photo {
	display: block;
	width: 100%;
	height: auto;
}
#sub-page .red-circle {
	flex-wrap: wrap;
	flex-direction: column;
	margin-top: 3.5em;
	margin-bottom: 3.5em;
	justify-content: space-between;
	align-items: flex-start;
}
#sub-page .red-circle img {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 1.5em;
}
#sub-page .red-circle img:last-child {
	margin-right: auto;
}
	
#sub-page table.taisou-table th, #sub-page table td {
	display: block;
	text-align: center;
}
#sub-page table.taisou-table tbody tr:first-child td:first-child {
	display: none;
}
#sub-page table.taisou-table tbody tr:first-child td {
	color: #ffffff;
	background-color: #435ea9;
}
#sub-page table.taisou-table tbody tr td:last-child {
	margin-bottom: 1em;
}
#sub-page table.taisou-table tr:nth-child(even) td, #sub-page table.taisou-table tr:nth-child(odd) td {
	background: #dce3f5;
}

#sub-page div.kind .text3 {
	height: 610px;
}
#sub-page .it-system {
	background-size: 92%;
	background-position: bottom center;
}
.wp-image-343 {
	display: block;
}
.wp-image-341 {
	display: none;	
}


} /* ←レスポンシブ 600 */


/* 縦が狭いときのヘッダページ */
@media only screen and (max-height: 375px) {
header {
	width: 100%;
	height: 470px;
}
.back-color {
	position: absolute;
	width: 100%;
	height: 470px;
}
.back-movie {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 470px;
	display: flex;
}
.sub-copy {
	font-size: 15px;
	position: relative;
	width: 90%;
	padding: 1em;
	box-sizing: border-box;
	margin-left: 5%;
	margin-right: 5%;
	bottom: -110px;
	left: 0px;
}
#sub-page .it-system {
	background-position: bottom center;
	background-size: cover;
}



} /* ←レスポンシブ */


/***** Webフォーム  *****/
#sub-page .wpcf7-form p {
	font-size: 14px;
	color: #444;
}
#sub-page .wpcf7-form p span {
	font-size: 13px;
	color: #bf0000;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea {
	padding:1.5%;
	box-shadow:inset 1px 1px 5px rgba(0, 0, 0, .05);
	background:#FCFCFC;
	border:#94c98d 1px solid;
	color:#333;
	font-family:"Droid Sans", sans-serif;
	font-size:15px;
	max-width: 100%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus {
	background:#FFF;
	border:#94c98d 1px solid;
	color:#333;
	outline: none;
}

textarea {
	font-size:17px;
}

input[type=submit],
input[type=reset],
input[type=button] {
	padding:8px 60px;
	border-radius:15px;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	background-color: #38a800; 
	border:none;
	border-bottom:#DDD 1px solid;
	color:#ffffff;
	font-family:"Open Sans", sans-serif;
	font-size:15px;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
	box-shadow:#aaa 0 0 5px;
	transition: all 0.3s;
	background-color: #2a7f00;
}

input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
	background: linear-gradient(to bottom,  #3dce00 0%,#59ba00 50%,#2a7f00 51%,#4faa00 100%);
		background: #3dce00;
		background: -moz-linear-gradient(top,  #3dce00 0%, #59ba00 50%, #2a7f00 51%, #4faa00 100%);
		background: -webkit-linear-gradient(top,  #3dce00 0%,#59ba00 50%,#2a7f00 51%,#4faa00 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dce00', endColorstr='#4faa00',GradientType=0 ); /* IE6-9 */
}


/* 脳トレ絵カードは、未完成につき非表示 */
.top-2-box .illust-card {
	display: none;
}

/******* インスタグラム整形 *******/
#sb_instagram {
	margin-bottom: 35px !important;
}