@charset "UTF-8";
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:inherit;
	font-size:100%;
	vertical-align:baseline;
}

html {
	line-height:1;
}

ol, ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
}

q, blockquote {
	quotes:none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content:"";
	content:none;
}

a img {
	border:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display:block;
}

/**
 * override
 */
@media print, screen and (min-width:800px) {
	html {
		font-size:112.5%;
		line-height:1.89em;
	}

	body {
		position:relative;
		-webkit-text-size-adjust:100%;
	}

	a {
		color:#997a5c;
		text-decoration:none;
	}

	a:hover {
		text-decoration:underline;
	}

	img {
		vertical-align:bottom;
	}

	input[type='text'],
	input[type='email'],
	input[type='tel'],
	input[type='number'],
	input[type='password'],
	select,
	textarea {
		width:100%;
		height:48px;
		position:relative;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		margin:0;
		padding:7px 5px 5px 18px;
		background:#fff;
		border:1px solid #ccc;
		font-size:16px;
		line-height:18px;
		cursor:text;
	}

	select {
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		-moz-appearance:none;
		-webkit-appearance:none;
		background:url("../img/icon-pulldown.png") no-repeat 100% 50%;
	}

	label {
		display:inline-block;
		position:relative;
		-moz-user-select:-moz-none;
		-ms-user-select:none;
		-webkit-user-select:none;
		user-select:none;
		vertical-align:middle;
		cursor:pointer;
	}
	label input[type="radio"],
	label input[type="checkbox"] {
		margin:-3px 8px 0 0;
		vertical-align:middle;
	}

	input[type='button'],
	input[type='submit'] {
		width:100%;
		height:64px;
		position:relative;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		margin:0;
		padding:7px 8px;
		background:#a6917c;
		border:0;
		color:#fff;
		font-size:18px;
		line-height:20px;
		text-decoration:none;
		vertical-align:middle;
		cursor:pointer;
	}
}
@media only screen and (max-width:799px) {
	html {
		font-size:75%;
		line-height:1.83em;
	}

	body {
		position:relative;
		-webkit-text-size-adjust:100%;
	}

	a {
		color:#997a5c;
		text-decoration:none;
	}

	a:hover {
		text-decoration:underline;
	}

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

	input[type='text'],
	input[type='email'],
	input[type='tel'],
	input[type='number'],
	input[type='password'],
	select,
	textarea {
		width:100%;
		height:28px;
		position:relative;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		margin:0;
		padding:5px 5px 5px 10px;
		background:#fff;
		border:1px solid #ccc;
		font-size:16px;
		line-height:18px;
		cursor:text;
	}

	select {
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		-moz-appearance:none;
		-webkit-appearance:none;
		background:url("../sp_img/icon-pulldown.png") no-repeat 100% 50%;
		-moz-background-size:31px auto;
		-o-background-size:31px auto;
		-webkit-background-size:31px auto;
		background-size:31px auto;
		font-size:12px;
	}

	label {
		display:inline-block;
		position:relative;
		-moz-user-select:-moz-none;
		-ms-user-select:none;
		-webkit-user-select:none;
		user-select:none;
		vertical-align:middle;
		cursor:pointer;
	}
	label input[type="radio"],
	label input[type="checkbox"] {
		margin:-3px 8px 0 0;
		vertical-align:middle;
	}

	input[type='button'],
	input[type='submit'] {
		width:100%;
		height:44px;
		position:relative;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		margin:0;
		padding:7px 8px;
		background:#a6917c;
		border:0;
		color:#fff;
		font-size:13px;
		line-height:18px;
		text-decoration:none;
		vertical-align:middle;
		cursor:pointer;
	}
}
/**
 * globalheader
 */
@media print, screen and (min-width:800px) {
	.globalheader {
		/*height:200px;*/
		height:160px;
		position:relative;
	}
	.globalheader .maintitle {
		position:absolute;
		left:50%;
		/*top:44px;*/
		top:20px;
		margin:0 0 0 -209px;
	}
	.globalheader .menu {
		position:absolute;
		left:14px;
		/*top:25px;*/
		top:0px;
	}
	.globalheader .utilities {
		width:142px;
		height:70px;
		position:absolute;
		right:29px;
		top:65px;
	}
	.globalheader .utilities .english {
		float:left;
	}
	.globalheader .utilities .facebook {
		float:right;
	}
	.globalheader nav {
		width: 100%;
		position: absolute;
		bottom: 1px;
		left: 0;
		background-color: #a6917c;
	}
	.globalheader nav ul {
		display:table;
		width: 984px;
		margin: 0 auto;
	}
	.globalheader nav ul li {
		position:relative;
		display: table-cell;
		padding-right:4px;
	}
	.globalheader nav ul li:after{
		content: "|";
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -17px;
		width:4px;
		height: 34px;
		color: #8d7865;
		font-size: 14px;
		text-align:center;
		text-shadow: 2px 2px 2px #b9a48f;
	}
	.globalheader nav ul li:last-child:after{
		content:'';
		display:none;
		width:0px;
	}
	.globalheader nav ul li a{
		display: table-cell;
		width:500px;
		padding: 11px;
		font-size: 18px;
		color: #fff;
		text-align:center;
		vertical-align:middle;
		white-space:nowrap;
		background:transparent;
	}
	.globalheader nav ul li a:hover{
		text-decoration:none;
		background:#bcad9d;
	}
	.globalheader nav ul .menu-cal {
		position: relative;
	}
	.globalheader nav ul .menu-cal:hover .sub-menu {
		top: 56px;
		visibility: visible;
		opacity: 1;
	}
	.globalheader nav ul li .sub-menu {
		position: absolute;
		top: 56px;
		width: 100%;
		border-top: solid 1px #fff;
		background: #a6917c;
		transition: all .2s ease;
		visibility: hidden;
		opacity: 0;
		z-index: 100;
	}
	.globalheader nav ul li .sub-menu li {
		display: block;
		padding-right: 0;
	}
	.globalheader nav ul li .sub-menu li:after {
		content: "";
		width: 0;
		display: none;
	}
}
@media only screen and (max-width:799px) {
	.globalheader {
		height:69px;
		position:relative;
	}
	.globalheader .maintitle {
		width:190px;
		position:absolute;
		right:0;
		left:0;
		top:22px;
		margin:0 auto;
	}
	.globalheader .menu {
		width:45px;
		position:absolute;
		left:12px;
		top:12px;
	}
	.globalheader .utilities {
		display:none;
	}
}
/**
 * localheader
 */
@media print, screen and (min-width:800px) {
	.localheader {
		margin:0 0 23px 0;
	}
	.localheader .titlearea {
		min-height:80px;
		background:#b6a595 url("../img/bg-titlearea.gif") repeat 50% 0;
	}
	.localheader .titlearea .title{
		position:relative;
		font-family:'NotoSansCJKjp-Medium';
		width:100%;
		max-width:984px;
		margin:0 auto;
		padding:16px 0;
		color:#fff;
		font-size:36px;
		line-height:40px;
		font-weight:normal;
	}
	.localheader .titlearea .title span.status_badge{
		position:absolute;
		top:50%;
		left: -110px;
		display:block;
		width:100px;
		height:100px;
		margin-top:-50px;
		color:#fff;
		font-size:18px;
		text-align:center;
		line-height:100px;
		background:#500;

		border-radius:50%;
		box-shadow:0 2px 0 rgba(0,0,0,0.2);
	}
	.localheader .navigations {
		font-family:'NotoSansCJKjp-Medium';
		margin-top:1px;
		background:#b3aaa1;
	}
	.localheader .navigations .navigations-inner {
		width:100%;
		max-width:984px;
		display:table;
		margin:0 auto;
	}
	.localheader .navigations .inner {
		color:#fff;
		font-size:14px;
		line-height:28px;
	}
	.localheader .navigations .upper {
		width:168px;
		max-width:228px;
		display:table-cell;
		vertical-align:middle;
		background:#99918a;
	}
	.localheader .navigations .upper .inner {
		width:100%;
		display:block;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:12px;
		text-align:center;
	}
	.localheader .navigations .upper .toggle {
		display:none;
	}
	.localheader .navigations .upper.active .inner {
		color:#d9d5d0;
	}
	.localheader .navigations .lower {
		display:table-cell;
		padding:8px 0 10px 24px;
		vertical-align:middle;
		line-height:1.0;
	}
	.localheader .navigations .lower li {
		margin-right:17px;
		display:inline-block;
		line-height:1.0;
	}
	.localheader .navigations .lower .active .inner {
		color:#d9d5d0;
	}
}
@media only screen and (max-width:799px) {
	.localheader {
		margin:0 0 10px 0;
	}
	.localheader .titlearea {
		min-height:50px;
		padding:0 12px;
		background:#b6a595 url("../sp_img/bg-titlearea.gif") repeat 50% 0;
		-moz-background-size:150px auto;
		-o-background-size:150px auto;
		-webkit-background-size:150px auto;
		background-size:150px auto;
	}
	.localheader .titlearea .title {
		width:auto;
		margin:0 auto;
		padding:13px 0;
		color:#fff;
		font-size:18px;
		line-height:24px;
	}
	.localheader .navigations {
		margin-top:1px;
		background:#b3aaa1;
	}
	.localheader .navigations .inner {
		color:#fff;
		font-size:13px;
		line-height:20px;
	}
	.localheader .navigations .navigations-inner.opened .upper .toggle {
		background:url("../sp_img/icon-minus-white.png") no-repeat 50% 50%;
		-moz-background-size:12px auto;
		-o-background-size:12px auto;
		-webkit-background-size:12px auto;
		background-size:12px auto;
	}
	.localheader .navigations .upper {
		position:relative;
		background:#99918a;
	}
	.localheader .navigations .upper .inner {
		width:100%;
		display:block;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:12px;
	}
	.localheader .navigations .upper .toggle {
		width:44px;
		height:44px;
		position:absolute;
		right:0;
		top:0;
		display:block;
		background:url("../sp_img/icon-plus-white.png") no-repeat 50% 50%;
		-moz-background-size:12px auto;
		-o-background-size:12px auto;
		-webkit-background-size:12px auto;
		background-size:12px auto;
	}
	.localheader .navigations .upper.active .inner {
		color:#d9d5d0;
	}
	.localheader .navigations .lower {
		display:none;
		padding:0 12px;
		line-height:1.0;
	}
	.localheader .navigations .lower li {
		display:block;
		padding:12px 0;
		line-height:1.0;
	}
	.localheader .navigations .lower li + li {
		border-top:1px solid #d9d5d0;
	}
	.localheader .navigations .lower .active .inner {
		color:#d9d5d0;
	}
}
/**
 * maincontents(basic)
 */
@media print, screen and (min-width:800px) {
	body {
		color:#666;
		font-family:'NotoSansCJKjp-Regular';
	}

	.maincontents {
		position: relative;
		width:100%;
		max-width:984px;
		margin:0 auto 60px;
	}
	.maincontents img {
		max-width:100%;
		height:auto;
	}
	.maincontents > h2:first-child {
		margin-top:75px;
		margin-bottom:28px;
	}
	.maincontents h2 {
		color:#000;
		font-family:'NotoSansCJKjp-Medium';
		margin:28px 0 25px 0;
		padding-left:25px;
		font-size:24px;
		line-height:34px;
		background:url("../img/icon-header2.png") no-repeat 0 0.35em;
		font-weight:normal;
	}
	.maincontents h2.news-title {
		font-size: 30px;
		text-align: center;
		font-weight: bold;
		background: none;
		padding: 0;
	}
	.maincontents h3 {
		color:#000;
		font-family:'NotoSansCJKjp-Bold';
		margin:21px 0 5px 0;
		padding-left:25px;
		font-size:18px;
		line-height:34px;
		background:url("../img/icon-header3.png") no-repeat 0 0.45em;
		font-weight:normal;
	}
	.maincontents h3.ttl {
		margin-top:43px;
	}
	.maincontents h4 {
		color:#000;
		font-family:'NotoSansCJKjp-Bold';
		margin:25px 0 20px;
		font-size:88.8%;
	}
	.maincontents p {
		font-size:16px;
		line-height:30px;
	}
	.maincontents .important {
		color:#e60012;
	}
	.maincontents a[target="_blank"]:after {
		font-family:'NotoSansCJKjp-Medium';
		content:'';
		display:inline-block;
		width:12px;
		height:12px;
		margin-left:10px;
		background:url("../img/icon-blank-brown.png") no-repeat center center;
	}
	.maincontents a[target="_blank"].button:after {
		background:url("../img/icon-blank-white.png") no-repeat center center;
	}
	.maincontents a.icon-arrow,
	.maincontents a[href$=".pdf"] {
		font-family:'NotoSansCJKjp-Medium';
		padding-left:18px;
		background:url("../img/icon-arrow-brown.png") no-repeat 0 0.1em;
	}
	.maincontents a.icon-arrow span,
	.maincontents a[href$=".pdf"] span {
		font-size:88.9%;
	}
	.maincontents a.url {
		word-break:break-all;
	}
	.maincontents a.button {
		font-family:'NotoSansCJKjp-Medium';
		max-width:480px;
		display:block;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		margin:24px 0 0 0;
		padding:19px 5px;
		background:#a6917c;
		text-align:center;
		color:#fff;
		font-size:18px;
		line-height:24px;
	}
	.maincontents a.button:before {
		width:18px;
		height:18px;
		content:'';
		display:inline-block;
		margin:-4px 2px 0 0;
		background:url("../img/icon-arrow-white.png") no-repeat 50% 50%;
		vertical-align:middle;
	}
	.maincontents a.button:hover {
		text-decoration:none;
	}
	.maincontents .links li {
		margin-top:10px;
	}
	.maincontents .links a {
		padding-left:18px;
		background:url("../img/icon-arrow-brown.png") no-repeat 0 0.1em;
	}
	.maincontents table {
		width:100%;
		border:1px solid #ccc;
		table-layout:fixed;
	}
	.maincontents table th, .maincontents table td {
		padding:12px 14px;
		border:1px solid #ccc;
		font-size:16px;
		line-height:24px;
		vertical-align:top;
	}
	.maincontents table th {
		width:115px;
		background:#f2ece6;
		text-align:center;
	}
	.maincontents table td {
		border-right:0;
		border-left:0;
	}
	.maincontents dl {
		margin-top:21px;
		font-size:77.7%;
		line-height:1.5;
	}
	.maincontents dl dt {
		font-family:'NotoSansCJKjp-Bold';
	}
	.maincontents p.attention {
		padding-left:1.5em;
		text-indent:-1.5em;
		margin-top:21px;
		font-size:77.7%;
		line-height:1.5;
	}
	.maincontents p.attention + p.attention {
		margin-top:0;
	}
	.maincontents p.attention:before {
		content:'※ ';
	}
	.maincontents p.no {
		padding-left:1.0em;
		text-indent:-1.0em;
	}

	.pc-only {
		display:block;
	}

	.sp-only {
		display:none !important;
	}
}
@media only screen and (max-width:799px) {
	body {
		color:#666;
		font-family:sans-serif;
	}

	.maincontents {
		position: relative;
		width:auto;
		margin:0 auto 45px auto;
		padding:0 12px;
	}
	.maincontents img {
		max-width:100%;
		height:auto;
	}
	.maincontents > h2:first-child {
		margin-top:9px;
		margin-bottom:25px;
	}
	.maincontents h2 {
		color:#000;
		margin:40px 0 21px 0;
		padding-left:16px;
		font-size:15px;
		line-height:22px;
		background:url("../sp_img/icon-header2.png") no-repeat -2px 0.3em;
		-moz-background-size:14px auto;
		-o-background-size:14px auto;
		-webkit-background-size:14px auto;
		background-size:14px auto;
		font-weight:normal;
	}
	.maincontents h3 {
		color:#000;
		margin:21px 0 2px 0;
		padding-left:16px;
		font-size:12px;
		line-height:22px;
		background:url("../sp_img/icon-header3.png") no-repeat -2px 0.3em;
		-moz-background-size:14px auto;
		-o-background-size:14px auto;
		-webkit-background-size:14px auto;
		background-size:14px auto;
		font-weight:bold;
	}
	.maincontents h4 {
		color:#000;
		margin-top:30px;
	}
	.maincontents p {
		font-size:12px;
		line-height:22px;
	}
	.maincontents p + p {
		margin-top:26px;
	}
	.maincontents img + p {
		margin-top:7px;
	}
	.maincontents .important {
		color:#e60012;
	}
	.maincontents a[target="_blank"]:after {
		content:'';
		display:inline-block;
		width:12px;
		height:12px;
		margin-left:8px;
		background:url("../sp_img/icon-blank-brown.png") no-repeat center center;
		background-size:12px 12px;
	}
	.maincontents a[target="_blank"].button:after {
		background:url("../sp_img/icon-blank-white.png") no-repeat center center;
		background-size:12px 12px;
	}
	.maincontents a.icon-arrow,
	.maincontents a[href$=".pdf"] {
		padding-left:12px;
		background:url("../sp_img/icon-arrow-brown.png") no-repeat 0 0.05em;
		-moz-background-size:9px auto;
		-o-background-size:9px auto;
		-webkit-background-size:9px auto;
		background-size:9px auto;
	}
	.maincontents a.icon-arrow span,
	.maincontents a[href$=".pdf"] span {
		font-size:77.0%;
	}
	.maincontents a.url {
		word-break:break-all;
	}
	.maincontents a.button {
		display:block;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		margin:12px 0 0 0;
		padding:13px 5px;
		background:#a6917c;
		text-align:center;
		color:#fff;
		font-size:13px;
		line-height:18px;
	}
	.maincontents a.button:before {
		width:9px;
		height:14px;
		content:'';
		display:inline-block;
		margin:-2px 1px 0 0;
		background:url("../sp_img/icon-arrow-white.png") no-repeat 50% 50%;
		-moz-background-size:9px auto;
		-o-background-size:9px auto;
		-webkit-background-size:9px auto;
		background-size:9px auto;
		vertical-align:middle;
	}
	.maincontents a.button:hover {
		text-decoration:none;
	}
	.maincontents .links li {
		margin-top:5px;
	}
	.maincontents .links a {
		padding-left:9px;
		background:url("../img/icon-arrow-brown.png") no-repeat 0 0.2em;
		-moz-background-size:9px auto;
		-o-background-size:9px auto;
		-webkit-background-size:9px auto;
		background-size:9px auto;
	}
	.maincontents table {
		width:100%;
		margin:25px 0 0 0;
		border:1px solid #ccc;
	}
	.maincontents table th, .maincontents table td {
		width:100%;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		display:block;
		padding:3px 14px;
		border-top:1px solid #ccc;
		font-size:12px;
		line-height:22px;
		vertical-align:top;
	}
	.maincontents table th {
		padding-left:7px;
		padding-right:7px;
		background:#f2ece6;
		text-align:center;
	}
	.maincontents table tr:first-child th {
		border-top:0;
	}
	.maincontents table td {
		padding:12px 14px;
	}
	.maincontents table td + td {
		border-top:0;
	}
	.maincontents dl {
		font-size:83.8%;
		line-height:1.7;
	}
	.maincontents p.attention:before {
		content:'※ ';
	}

	.pc-only {
		display:none !important;
	}

	.sp-only {
		display:block;
	}
}
/**
 * Adjacent sibiling margin
 */
@media print, screen and (min-width:800px) {
	.maincontents p + h2 {
		margin-top:67px;
	}
	.maincontents p + p {
		margin-top:40px;
	}
	.maincontents p + iframe {
		margin-top:28px;
	}
	.maincontents p + table {
		margin-top:32px;
	}
	.maincontents p + .twocolumns {
		margin-top:-8px;
	}
	.maincontents p + .block-img {
		margin-top:71px;
	}
	.maincontents p.framed {
		margin-top:18px;
		padding:9px 16px;
		border:1px solid #ccc;
	}
	.maincontents > p + ul {
		margin-top:26px;
	}
	.maincontents h2 + .block-img {
		margin-top:0;
	}
	.maincontents h2 + .twocolumns {
		margin-top:-25px;
	}
	.maincontents h3 + table {
		margin-top:16px;
	}
	.maincontents h3 + .twocolumns {
		margin-top:-2px;
	}
	.maincontents h3 + .block-img {
		margin-top:0;
	}
	.maincontents img + p {
		margin-top:32px;
	}
	.maincontents table + h2 {
		margin-top:67px;
	}
	.maincontents table + h3 {
		margin-top:72px;
	}
	.maincontents table + .twocolumns {
		margin-top:0;
	}
	.maincontents table + .twocolumns a.button {
		margin-top:0;
	}
	.maincontents > ul + h2 {
		margin-top:67px;
	}
	.maincontents > ul + .twocolumns {
		margin-top:0;
	}
	.maincontents .twocolumns + h2 {
		margin-top:74px;
	}
	.maincontents .twocolumns.pattern01 + h2 {
		margin-top:37px;
	}
	.maincontents .twocolumns + h3 {
		margin-top:42px;
	}
	.maincontents .twocolumns + p {
		margin-top:24px;
	}
	.maincontents .twocolumns + .column {
		margin-top:21px;
	}
	.maincontents .twocolumns + .twocolumns {
		margin-top:23px;
	}
	.maincontents .twocolumns + .categorylinks {
		margin-top:47px;
	}
	.maincontents .twocolumns.graph + h3 {
		margin-top:69px;
	}
	.maincontents .column h3 {
		margin-top:0;
	}
	.maincontents .link-nav + h2 {
		margin-top:74px;
	}
	.maincontents .link-nav + h3 {
		margin-top:42px;
	}
	.maincontents .link-nav + p {
		margin-top:42px;
	}
	.maincontents .block-img + ul {
		margin-top:21px;
	}
	.maincontents .block-img + h2 {
		margin-top:75px;
	}
	.maincontents .block-img.pattern02 + h2 {
		margin-top:67px;
	}
	.maincontents .block-three-img + h2 {
		margin-top:76px;
	}
	.maincontents .link-list + h2 {
		margin-top:74px;
	}
	.maincontents .link-list + .link-list {
		margin-top:24px;
	}
}
@media only screen and (max-width:799px) {
	.maincontents h2 + .link-nav.top {
		margin-top:0;
	}
	.maincontents h3 + .ul.flow {
		margin-top:13px;
	}
	.maincontents p + .categorylinks {
		margin-top:45px;
	}
	.maincontents p + .twocolumns {
		margin-top:24px;
	}
	.maincontents p + .twocolumns.fixed {
		margin-top:7px;
	}
	.maincontents .twocolumns + .twocolumns {
		margin-top:26px;
	}
	.maincontents p.framed {
		margin-top:10px;
		padding:7px 10px;
		border:1px solid #ccc;
	}
	.maincontents > p + ul {
		margin-top:17px;
	}
	.maincontents .link-nav + p {
		margin-top:21px;
	}
	.maincontents .block-img + ul {
		margin-top:21px;
	}
	.maincontents .link-nav.btn-scroll + .link-nav.btn-scroll {
		margin-top:0;
	}
}
/**
 * block-img
 */
@media print, screen and (min-width:800px) {
	.maincontents .block-img {
		overflow:hidden;
		margin-top:40px;
	}
	.maincontents .block-img h3 {
		margin:0;
		background-position:0 center;
	}
	.maincontents .block-img h3 + .plan {
		margin-top:7px;
	}
	.maincontents .block-img h3 a {
		display:inline-block;
		padding-right:23px;
		background:url("../img/icon-arrow-black2.png") no-repeat right 0.45em;
		color:#000;
	}
	.maincontents .block-img .img {
		float:left;
		margin-right:24px;
	}
	.maincontents .block-img .txt {
		overflow:hidden;
	}
	.maincontents .block-img .plan {
		min-height:47px;
	}
	.maincontents .block-img .plan:before {
		font-family:'NotoSansCJKjp-Medium';
		content:'直近の予定';
		display:block;
		float:left;
		margin:0 16px 0 0;
		padding:10px 20px;
		text-align:center;
		background:#bfa386;
		color:#fff;
		font-size:77.7%;
		line-height:1;
	}
	.maincontents .block-img .plan ul {
		overflow:hidden;
	}
	.maincontents .block-img.right .img {
		float:right;
		margin-right:0;
	}
	.maincontents .block-img.right .txt {
		padding-right:24px;
	}
	.maincontents .block-img.pattern02 h3 {
		margin-top:40px;
	}
}
@media only screen and (max-width:799px) {
	.maincontents .block-img {
		position:relative;
		overflow:hidden;
		margin-top:24px;
	}
	.maincontents .block-img h3 {
		margin:0;
	}
	.maincontents .block-img h3 a {
		display:inline-block;
		padding-right:13px;
		background:url("../sp_img/icon-arrow-black2.png") no-repeat right 0.55em;
		-webkit-background-size:5px 9px;
		background-size:5px 9px;
		color:#000;
	}
	.maincontents .block-img .img {
		width:65px;
		float:left;
		margin-right:12px;
		margin-top:6px;
	}
	.maincontents .block-img .txt {
		padding-left:77px;
	}
	.maincontents .block-img .plan {
		overflow:hidden;
	}
	.maincontents .block-img .plan:before {
		content:'直近の予定';
		display:table;
		margin-top:6px;
		padding:4px 7px;
		background:#bfa386;
		color:#fff;
		font-size:55.5%;
		line-height:1;
	}
	.maincontents .block-img .plan ul {
		margin-top:6px;
	}
	.maincontents .block-img.blank-ttl {
		padding-top:0;
	}
	.maincontents .block-img.pattern01 .img {
		float:none;
	}
	.maincontents .block-img.pattern01 .txt p {
		margin-top:10px;
	}
	.maincontents .block-img.pattern02 {
		margin-top:0;
		padding-top:0;
	}
	.maincontents .block-img.pattern02 h3 {
		position:static;
		margin-top:26px;
	}
	.maincontents .block-img.pattern02 .img {
		width:auto;
		float:none;
		margin-right:0;
		margin-bottom:15px;
	}
	.maincontents .block-img.pattern02 .img img {
		width:100%;
		height:auto;
	}
	.maincontents .block-img.pattern02 .txt {
		padding-left:0;
	}
	.maincontents .block-img.pattern02 .txt + .img {
		margin-top:15px;
	}
}
/**
 * ul.block-three-img
 */
@media print, screen and (min-width:800px) {
	.maincontents ul.block-three-img {
		overflow:hidden;
		margin:30px 0 0 -24px;
	}
	.maincontents ul.block-three-img li {
		width:33.3%;
		float:left;
		padding-left:24px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.maincontents ul.block-three-img + p {
		margin-top:40px;
	}
}
@media only screen and (max-width:799px) {
	.maincontents ul.block-three-img {
		overflow:hidden;
		margin:16px 0 0 -12px;
	}
	.maincontents ul.block-three-img li {
		width:50%;
		float:left;
		margin-top:12px;
		padding-left:12px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.maincontents ul.block-three-img li img {
		max-width:none;
		width:100%;
		height:auto;
	}
	.maincontents ul.block-three-img + p {
		margin-top:26px;
	}
}
/**
 * threecolumns
 */
@media print, screen and (min-width:800px) {
	.maincontents .threecolumns {
		margin:-24px 0 0 65px;
		overflow:hidden;
		*zoom:1;
	}
	.maincontents .threecolumns .column {
		width:280px;
		float:left;
		margin:24px 0 0 24px;
	}
	.maincontents .threecolumns .column .button {
		width:100%;
	}
}

/**
 * twocolumns
 */
@media print, screen and (min-width:800px) {
	.maincontents .twocolumns {
		margin:-24px 0 0 -24px;
		overflow:hidden;
		*zoom:1;
	}
	.maincontents .twocolumns .column {
		width:480px;
		float:left;
		margin:24px 0 0 24px;
	}
	.maincontents .twocolumns .column table {
		font-size:75%;
	}
	.maincontents .twocolumns.pattern01 {
		margin-top:-17px;
	}
	.maincontents .twocolumns .twocolumns .column {
		width:228px;
	}
	.maincontents p + .twocolumns.fixed {
		margin-top:-8px;
	}
}
@media only screen and (max-width:799px) {
	.maincontents .twocolumns.fixed {
		overflow:hidden;
		margin-left:0;
	}
	.maincontents .twocolumns.fixed .column {
		width:50%;
		float:left;
	}
	.maincontents .twocolumns.fixed .column .img {
		display:block;
		padding-right:6px;
	}
	.maincontents .twocolumns.fixed .column + .column {
		float:right;
	}
	.maincontents .twocolumns.fixed .column + .column .img {
		padding-right:0;
		padding-left:6px;
	}
	.maincontents .twocolumns + p {
		margin-top:12px;
	}
	.maincontents .twocolumns + h3 {
		margin-top:23px;
	}
	.maincontents .twocolumns.pattern01, .maincontents .twocolumns.pattern02 {
		margin-top:8px;
	}
	.maincontents .twocolumns.pattern01 .column, .maincontents .twocolumns.pattern02 .column {
		margin-top:0;
	}
	.maincontents .twocolumns.pattern01 .column:first-child .button, .maincontents .twocolumns.pattern02 .column:first-child .button {
		margin-top:0;
	}
	.maincontents .twocolumns .twocolumns {
		margin-bottom:24px;
	}
}
/**
 * column
 */
@media print, screen and (min-width:800px) {
	.maincontents .twocolumns h3 {
		margin-bottom:16px;
	}
	.maincontents .twocolumns h4 {
		margin-top:15px;
		margin-bottom:0;
	}
	.maincontents .twocolumns h4 + dl {
		margin-top:15px;
	}
	.maincontents .twocolumns dl.column {
		margin-top:38px;
	}
	.maincontents .twocolumns.graph {
		position:relative;
	}
	.maincontents .twocolumns.graph p.attention {
		position:absolute;
		bottom:56px;
		left:24px;
	}
	.maincontents .column ul.link-list {
		margin-top:8px;
	}
	.maincontents .column h2 {
		margin-bottom:10px;
	}
	.maincontents dl.column {
		line-height:1.8;
	}
	.maincontents dl.column dt {
		font-family:'NotoSansCJKjp-Bold';
		font-size:128%;
	}
	.maincontents dl.column dt span {
		font-family:'NotoSansCJKjp-Regular';
	}
	.maincontents dl.column dd {
		font-size:128%;
	}
	.maincontents dl.column table {
		border:0;
	}
	.maincontents dl.column table td {
		padding:0;
		border:0;
		font-size:128%;
		line-height:1.89;
	}
}
@media only screen and (max-width:799px) {
	.maincontents .twocolumns.graph p.attention {
		margin-top:29px;
	}
	.maincontents .twocolumns.graph .column {
		margin-top:10px;
	}
	.maincontents .twocolumns.graph .column + .column {
		margin-top:29px;
	}
	.maincontents .column ul.link-list {
		margin-top:21px;
	}
	.maincontents .column h4 + dl {
		margin-top:9px;
	}
	.maincontents .column dl {
		margin-top:21px;
	}
	.maincontents .column p.attention {
		padding-left:1.5em;
		text-indent:-1.5em;
		margin-top:23px;
	}
	.maincontents .column p.attention + p.attention {
		margin-top:0;
	}
	.maincontents .column p.attention:before {
		content:'※ ';
	}
	.maincontents .column p.no {
		padding-left:1.0em;
		text-indent:-1.0em;
	}
	.maincontents .column table {
		margin-top:9px;
	}
	.maincontents dl.column {
		line-height:1.8;
		font-size:100%;
	}
	.maincontents dl.column table {
		margin-top:0;
		border:0;
	}
	.maincontents dl.column table td {
		display:table-cell;
		width:auto;
		padding:0;
		border:0;
	}
	.maincontents dl.column table tr td:first-child {
		width:72px;
	}
	.maincontents dl.column + dl.column {
		margin-top:29px;
	}
}
/**
 * form-element
 */
@media print, screen and (min-width:800px) {
	.maincontents .form-sampleimage {
		width:480px;
		margin:0 auto;
		padding:0 0 74px 0;
	}
	.maincontents .form-sampleimage img {
		max-width:100%;
	}
	.maincontents .form-element {
		width:100%;
		min-height:48px;
		margin-top:32px;
		margin:24px 0;
		overflow:hidden;
		*zoom:1;
	}
	.maincontents .form-element:first-child {
		margin-top:32px;
	}
	.maincontents .form-element.hidden {
		display:none;
	}
	.maincontents .form-element .label {
		width:228px;
		float:left;
		display:block;
		margin:7px 24px 0 0;
		text-align:right;
		vertical-align:top;
	}
	.maincontents .form-element .required {
		color:#e60012;
		font-size:13px;
		vertical-align:middle;
	}
	.maincontents .form-element .input {
		width:480px;
		float:left;
		display:block;
		margin:0;
		vertical-align:top;
	}
	.maincontents .form-element .input input[type="text"].short,
	.maincontents .form-element .input input[type="email"].short {
		width:228px;
	}
	.maincontents .form-element .input input[type="text"].middle,
	.maincontents .form-element .input input[type="email"].middle {
		width:228px;
	}
	.maincontents .form-element .input input[type="text"].char,
	.maincontents .form-element .input input[type="email"].char {
		width:60px;
		display:inline-block;
	}
	.maincontents .form-element .input textarea {
		height:8em;
		resize:none;
	}
	.maincontents .form-element .input label {
		margin-top:7px;
	}
	.maincontents .form-element .input label + label {
		margin-left:36px;
	}
	.maincontents .form-element .input p {
		margin-top:16px;
		font-size:14px;
		line-height:22px;
	}
	.maincontents .form-element .input-zip br {
		display:none;
	}
	.maincontents .form-element .input-zip .card_zip,
	.maincontents .form-element .input-zip .card2_zip,
	.maincontents .form-element .input-zip .my_zip,
	.maincontents .form-element .input-zip .zip {
		width:228px;
		float:left;
		display:block;
	}
	.maincontents .form-element .input-pulldown select {
		float:left;
	}
	.maincontents .form-element .input-pulldown select + select {
		margin-left:24px;
	}
	.maincontents .form-element .input-pulldown .wpcf7-form-control-wrap ~ .wpcf7-form-control-wrap {
		display:inline-block;
		margin-left:24px;
	}
	.maincontents .form-element .input-pulldown .pulldown1,
	.maincontents .form-element .input-pulldown .pulldown2 {
		width:228px;
	}
	.maincontents .form-element .input-pulldown-event select {
		height:64px;
		padding-top:15px;
		padding-bottom:13px;
		font-weight:bold;
		font-size:18px;
		line-height:24px;
	}
.maincontents .form-element .input-radio {
    position: relative;
    padding-bottom: 30px;
    text-align: right;
}
	.maincontents .form-element .input-radio .wpcf7-form-control-wrap {
		position:static;
	}
	.maincontents .form-element .input-radio .wpcf7-not-valid-tip {
		display:none;
	}
	.maincontents .form-element .input-radio .wpcf7-form-control-wrap:first-child .wpcf7-not-valid-tip {
		width:480px;
		display:block;
		position:absolute;
		left:0;
		bottom:0;
	}
	.maincontents .form-element .input-radio.vertical span.wpcf7-list-item {
		display:block;
	}
	.maincontents .form-element .input-radio.vertical label {
		padding-left:20px;
	}
	.maincontents .form-element .input-radio.vertical label input[type="radio"] {
		position:absolute;
		left:0;
		top:7px;
	}
	.maincontents .form-element .ordered-checklist {
		margin-top:7px;
		padding-left:1.5em;
		list-style-type:decimal;
	}
	.maincontents .form-element .ordered-checklist > li {
		position:relative;
		vertical-align:middle;
	}
	.maincontents .form-element .ordered-checklist > li + li {
		margin-top:8px;
	}
	.maincontents .form-element .ordered-checklist .additional br {
		display:none;
	}
	.maincontents .form-element .radio-defaultvalue-hidden {
		display:none;
	}
	.maincontents .form-element .ordered-checklist .prefix {
		width:50px;
		position:absolute;
		left:0;
		top:0;
		margin-top:15px;
	}
	.maincontents .form-element .ordered-checklist .prefix ~ .content {
		padding-left:50px;
	}
	.maincontents .form-element .ordered-checklist label {
		margin-top:0;
	}
	.maincontents .form-element .ordered-checklist label + label {
		margin-left:1em;
	}
	.maincontents .form-element .ordered-checklist label + input[type="text"],
	.maincontents .form-element .ordered-checklist label + input[type="email"] {
		margin-top:8px;
	}
	.maincontents .form-element .submit {
		width:480px;
		display:block;
		margin:0 auto;
	}
	.maincontents .form-element .wpcf7-form-control-wrap + br {
		display:none;
	}
	.maincontents .form-message-after {
		margin-top:68px;
	}
}
@media only screen and (max-width:799px) {
	.maincontents .form-sampleimage {
		margin:0 auto;
		padding:0 0 19px 0;
	}
	.maincontents .form-sampleimage img {
		max-width:100%;
	}
	.maincontents .form-element {
		width:100%;
		margin:12px 0;
		overflow:hidden;
		*zoom:1;
	}
	.maincontents .form-element:first-child {
		margin-top:16px;
	}
	.maincontents .form-element.hidden {
		display:none;
	}
	.maincontents .form-element .label {
		display:block;
	}
	.maincontents .form-element .required {
		color:#e60012;
		font-size:9px;
		vertical-align:middle;
	}
	.maincontents .form-element .input {
		display:block;
		margin:0;
	}
	.maincontents .form-element .input input[type="text"].short,
	.maincontents .form-element .input input[type="email"].short {
		width:72px;
	}
	.maincontents .form-element .input input[type="text"].middle,
	.maincontents .form-element .input input[type="email"].middle {
		width:142px;
	}
	.maincontents .form-element .input input[type="text"].char,
	.maincontents .form-element .input input[type="email"].char {
		width:60px;
		display:inline-block;
	}
	.maincontents .form-element .input textarea {
		height:8em;
		resize:none;
	}
	.maincontents .form-element .input label + label {
		margin-left:18px;
	}
	.maincontents .form-element .input p {
		margin-top:7px;
		font-size:10px;
		line-height:18px;
	}
	.maincontents .form-element .input-zip br {
		display:none;
	}
	.maincontents .form-element .input-zip .card_zip,
	.maincontents .form-element .input-zip .card2_zip,
	.maincontents .form-element .input-zip .my_zip,
	.maincontents .form-element .input-zip .zip {
		width:142px;
		float:left;
		display:block;
	}
	.maincontents .form-element .input-pulldown select {
		float:left;
	}
	.maincontents .form-element .input-pulldown select + select {
		margin-left:12px;
	}
	.maincontents .form-element .input-pulldown .wpcf7-form-control-wrap ~ .wpcf7-form-control-wrap {
		display:inline-block;
		margin-left:12px;
	}
	.maincontents .form-element .input-pulldown .pulldown1,
	.maincontents .form-element .input-pulldown .pulldown2 {
		width:142px;
	}
	.maincontents .form-element .input-pulldown-event select {
		height:44px;
		padding-top:13px;
		padding-bottom:13px;
		font-weight:bold;
		font-size:12px;
		line-height:18px;
	}
	.maincontents .form-element .input-radio {
		position:relative;
		padding-bottom:20px;
	}
	.maincontents .form-element .input-radio .wpcf7-form-control-wrap {
		position:static;
	}
	.maincontents .form-element .input-radio .wpcf7-not-valid-tip {
		display:none;
	}
	.maincontents .form-element .input-radio .wpcf7-form-control-wrap:first-child .wpcf7-not-valid-tip {
		width:auto;
		display:block;
		position:absolute;
		left:0;
		bottom:0;
	}
	.maincontents .form-element .input-radio.vertical span.wpcf7-list-item {
		display:block;
	}
	.maincontents .form-element .input-radio.vertical label {
		padding-left:20px;
	}
	.maincontents .form-element .input-radio.vertical label input[type="radio"] {
		position:absolute;
		left:0;
		top:4px;
	}
	.maincontents .form-element .ordered-checklist {
		margin-top:7px;
		padding-left:1.5em;
		list-style-type:decimal;
	}
	.maincontents .form-element .ordered-checklist > li {
		position:relative;
		vertical-align:middle;
	}
	.maincontents .form-element .ordered-checklist .additional br {
		display:none;
	}
	.maincontents .form-element .ordered-checklist .prefix {
		width:50px;
		position:absolute;
		left:0;
		top:0;
		margin-top:16px;
	}
	.maincontents .form-element .ordered-checklist .prefix ~ .content {
		padding-left:32px;
	}
	.maincontents .form-element .ordered-checklist label {
		margin-top:0;
	}
	.maincontents .form-element .ordered-checklist label + label {
		margin-left:1em;
	}
	.maincontents .form-element .ordered-checklist label + input[type="text"],
	.maincontents .form-element .ordered-checklist label + input[type="email"] {
		margin-top:8px;
	}
	.maincontents .form-element .submit {
		display:block;
		margin:0 auto;
	}
	.maincontents .form-element .wpcf7-form-control-wrap + br {
		display:none;
	}
	.maincontents .form-message-after {
		margin-top:45px;
	}
	.maincontents .form-element .radio-defaultvalue-hidden {
		display:none;
	}
}
/**
 * link-list
 */
@media print, screen and (min-width:800px) {
	.maincontents .link-list .link-list {
		margin-left:18px;
	}
}
/**
 * table.profiles
 */
@media print, screen and (min-width:800px) {
	table.profiles {
		width:800px;
	}
	table.profiles tr > *:first-child {
		width:20px;
		text-align:center;
	}
	table.profiles tr > *:nth-child(2) {
		width:80px;
		text-align:center;
	}
	table.profiles tr > *:nth-child(3) {
		width:auto;
	}
	table.profiles td {
		padding:16px 15px 16px 16px;
		border:1px solid #ccc;
		vertical-align:middle;
	}
	table.profiles td .position,
	table.profiles td .note {
		display:block;
		font-size:87.5%;
	}
	table.profiles td .name {
		display:block;
		font-size:112.5%;
	}
}
@media only screen and (max-width:799px) {
	table.profiles tr th {
		border:1px solid #ccc;
		vertical-align:middle;
	}
	table.profiles tr > * {
		display:table-cell;
		width:auto;
	}
	table.profiles tr > *:first-child {
		width:76px;
		text-align:center;
	}
	table.profiles tr > *:first-child img {
		width:61px;
		height:auto;
	}
	table.profiles tr > *:nth-child(2) {
		width:76px;
		text-align:center;
	}
	table.profiles tr > *:nth-child(3) {
		width:auto;
	}
	table.profiles td {
		padding:25px 7px;
		border:1px solid #ccc;
		vertical-align:middle;
	}
	table.profiles td .position,
	table.profiles td .note {
		display:block;
		font-size:87.5%;
	}
	table.profiles td .name {
		display:block;
		font-size:112.5%;
	}
}
/**
 * table.pass-rate
 */
@media print, screen and (min-width:800px) {
	.maincontents table.pass-rate td {
		border:1px solid #ccc;
		text-align:center;
	}
}
@media only screen and (max-width:799px) {
	.maincontents table.pass-rate {
		margin-top:7px;
	}
	.maincontents table.pass-rate tr > * {
		display:table-cell;
		width:33.3%;
		border:1px solid #ccc;
		text-align:center;
	}
	.maincontents table.pass-rate td {
		padding-top:3px;
		padding-bottom:3px;
	}
	.maincontents table.pass-rate + h3 {
		margin-top:27px;
	}
}
/**
 * table.interval-threecolumns
 */
@media print, screen and (min-width:800px) {
	.maincontents table.interval-threecolumns tr > * {
		width:33.3%;
		border:1px solid #ccc;
	}
	.maincontents table.interval-threecolumns tr > *:first-child {
		vertical-align:middle;
		text-align:left;
	}
}
@media only screen and (max-width:799px) {
	.maincontents table.interval-threecolumns {
		table-layout:fixed;
	}
	.maincontents table.interval-threecolumns tr > * {
		display:table-cell;
		width:33.3%;
		border:1px solid #ccc;
	}
	.maincontents table.interval-threecolumns tr > *:first-child {
		vertical-align:middle;
		text-align:left;
	}
}
/**
 * pass-type
 */
@media print, screen and (min-width:800px) {
	.maincontents table.pass-type tr th:before {
		content:'';
		display:inline-block;
		width:13px;
		height:14px;
		margin-right:3px;
	}
	.maincontents table.pass-type tr:nth-child(1) th:before {
		background:#cc5252;
	}
	.maincontents table.pass-type tr:nth-child(2) th:before {
		background:#cc8866;
	}
	.maincontents table.pass-type tr:nth-child(3) th:before {
		background:#ccb366;
	}
	.maincontents table.pass-type tr:nth-child(4) th:before {
		background:#7db37d;
	}
	.maincontents table.pass-type tr:nth-child(5) th:before {
		background:#408070;
	}
	.maincontents table.pass-type tr:nth-child(6) th:before {
		background:#1262b3;
	}
	.maincontents table.pass-type tr:nth-child(7) th:before {
		background:#7860bf;
	}
	.maincontents table.pass-type tr:nth-child(8) th:before {
		background:#993d8a;
	}
	.maincontents table.pass-type tr:nth-child(9) th:before {
		background:#b3b3b3;
	}
}
@media only screen and (max-width:799px) {
	.maincontents table.pass-type {
		border:1px solid #ccc;
		margin-top:0;
	}
	.maincontents table.pass-type tr th {
		display:table-cell;
		width:64px;
		padding:2px;
		border:1px solid #ccc;
		vertical-align:middle;
	}
	.maincontents table.pass-type tr th:before {
		content:"";
		display:inline-block;
		width:10px;
		height:10px;
		margin-right:2px;
	}
	.maincontents table.pass-type tr:first-child td {
		border-top:0;
	}
	.maincontents table.pass-type tr:nth-child(1) th:before {
		background:#cc5252;
	}
	.maincontents table.pass-type tr:nth-child(2) th:before {
		background:#cc8866;
	}
	.maincontents table.pass-type tr:nth-child(3) th:before {
		background:#ccb366;
	}
	.maincontents table.pass-type tr:nth-child(4) th:before {
		background:#7db37d;
	}
	.maincontents table.pass-type tr:nth-child(5) th:before {
		background:#408070;
	}
	.maincontents table.pass-type tr:nth-child(6) th:before {
		background:#1262b3;
	}
	.maincontents table.pass-type tr:nth-child(7) th:before {
		background:#7860bf;
	}
	.maincontents table.pass-type tr:nth-child(8) th:before {
		background:#993d8a;
	}
	.maincontents table.pass-type tr:nth-child(9) th:before {
		background:#b3b3b3;
	}
	.maincontents table.pass-type td {
		padding:2px 9px;
	}
}
/**
 * flow
 */
@media print, screen and (min-width:800px) {
	.maincontents ul.flow li {
		padding:12px 0;
		border:1px solid #ccc;
		text-align:center;
		font-size:88.8%;
		line-height:1.5;
	}
	.maincontents ul.flow li:nth-child(2n) {
		width:100%;
		height:24px;
		padding:0;
		border:0;
		background:url("../img/icon-arrow-black1.png") no-repeat center center;
	}
	.maincontents ul.flow li:last-child {
		background:#f2ece6;
	}
	.maincontents ul.flow li.large {
		display:table;
		width:100%;
		height:99px;
		padding:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.maincontents ul.flow li.large > span {
		display:table-cell;
		vertical-align:middle;
	}
}
@media only screen and (max-width:799px) {
	.maincontents ul.flow li {
		padding:11px 0 10px;
		border:1px solid #ccc;
		line-height:1.8;
		text-align:center;
	}
	.maincontents ul.flow li:nth-child(2n) {
		height:20px;
		padding:0;
		border:0;
		background:url("../sp_img/icon-arrow-black1.png") no-repeat center center;
		-webkit-background-size:15px 9px;
		background-size:15px 9px;
	}
	.maincontents ul.flow li:last-child {
		background:#f2ece6;
	}
	.maincontents ul.flow h3 + .flow {
		margin-top:7px;
	}
}
/**
 * categorylinks
 */
@media print, screen and (min-width:800px) {
	.maincontents p + .categorylinks {
		margin-top:47px;
	}
	.maincontents .categorylinks {
		margin:-24px 0 0 -24px;
		overflow:hidden;
		*zoom:1;
	}
	.maincontents .categorylinks li {
		width:480px;
		float:left;
		margin:24px 0 0 24px;
		background:#a6917c;
		color:#fff;
	}
	.maincontents .categorylinks .inner {
		min-height:120px;
		padding:16px 20px 6px 20px;
		display:block;
		color:#fff;
		text-decoration:none;
	}
	.maincontents .categorylinks h3 {
		color:#fff;
		font-family:'NotoSansCJKjp-Medium';
		margin:0;
		padding:0;
		background:none;
	}
	.maincontents .categorylinks p {
		margin-top:3px;
		font-size:16px;
		line-height:24px;
	}
	.maincontents .categorylinks a.inner {
		background:url("../img/icon-arrow-white.png") no-repeat 17px 24px;
	}
	.maincontents .categorylinks a.inner h3 {
		padding-left:17px;
	}
}
@media only screen and (max-width:799px) {
	.maincontents .categorylinks {
		margin:0;
	}
	.maincontents .categorylinks li {
		width:auto;
		margin:12px 0 0 0;
		background:#a6917c;
		color:#fff;
	}
	.maincontents .categorylinks .inner {
		min-height:91px;
		padding:11px 15px 8px 15px;
		display:block;
		color:#fff;
		text-decoration:none;
	}
	.maincontents .categorylinks h3 {
		margin:0;
		padding:0;
		background:none;
		color:#fff;
		font-weight:normal;
	}
	.maincontents .categorylinks p {
		margin-top:0;
		font-size:12px;
		line-height:22px;
	}
	.maincontents .categorylinks a.inner {
		background:url("../sp_img/icon-arrow-white.png") no-repeat 13px 16px;
		-moz-background-size:9px auto;
		-o-background-size:9px auto;
		-webkit-background-size:9px auto;
		background-size:9px auto;
	}
	.maincontents .categorylinks a.inner h3 {
		padding-left:9px;
	}
}
/**
 * link-nav
 */
@media print, screen and (min-width:800px) {
	.maincontents .link-nav {
		overflow:hidden;
		height:60px;
		font-size:88.8%;
	}
	.maincontents .link-nav li {
		display:table;
		height:100%;
		float:left;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		text-align:center;
	}
	.maincontents .link-nav li.active a, .maincontents .link-nav li.active .empty {
		border-color:#a6917c;
		background:#a6917c;
		color:#fff;
	}
	.maincontents .link-nav li a, .maincontents .link-nav li .empty {
		display:table-cell;
		vertical-align:middle;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		border-right:1px solid #ccc;
		text-decoration:none;
		color:#000;
	}
	.maincontents .link-nav li a:hover {
		border-color:#a6917c;
		background:#a6917c;
		color:#fff;
	}
	.maincontents .link-nav li:first-child a, .maincontents .link-nav li:first-child .empty {
		border-right:0;
	}
	.maincontents .link-nav li:first-child a, .maincontents .link-nav li:first-child .empty, .maincontents .link-nav li:nth-child(2) a, .maincontents .link-nav li:nth-child(2) .empty {
		border-left:1px solid #ccc;
	}
	.maincontents .link-nav li:first-child.active a, .maincontents .link-nav li:first-child.active .empty, .maincontents .link-nav li:nth-child(2).active a, .maincontents .link-nav li:nth-child(2).active .empty {
		border-left-color:#a6917c;
	}
	.maincontents .link-nav.twocolumns {
		margin-left:0;
	}
	.maincontents .link-nav.twocolumns li {
		width:50%;
	}
	.maincontents .link-nav.threecolumns li {
		width:33.3%;
	}
	.maincontents .link-nav.fivecolumns li {
		width:20%;
	}
	.maincontents .link-nav.sixcolumns li {
		width:16.6%;
	}
	.maincontents .link-nav.tencolumns.top {
		margin-top:68px;
	}
	.maincontents .link-nav.tencolumns li {
		width:10%;
	}
	.maincontents .link-nav.top {
		margin-top:32px;
	}
	.maincontents .link-nav.bottom {
		margin-top:80px;
	}
	.maincontents .link-nav.btn-scroll + .link-nav.btn-scroll {
		margin-top:-1px;
	}
	.maincontents .link-nav.threecolumns-links li a, .maincontents .link-nav.threecolumns-links li .empty {
		width:100%;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding-right:10px;
		padding-left:10px;
		text-align:center;
	}
}
@media only screen and (max-width:799px) {
	.maincontents .link-nav {
		overflow:hidden;
		height:45px;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		border-left:1px solid #ccc;
		-webkit-transition:height .25s ease-out;
		-moz-transition:height .25s ease-out;
		transition:height .25s ease-out;
	}
	.maincontents .link-nav li {
		display:table;
		width:100%;
		height:44px;
		border-top:1px solid #ccc;
	}
	.maincontents .link-nav li a, .maincontents .link-nav li .empty {
		display:table-cell;
		vertical-align:middle;
		padding-left:15px;
		color:#000;
	}
	.maincontents .link-nav li:first-child a, .maincontents .link-nav li:first-child .empty {
		background:url("../sp_img/icon-pulldown.png") no-repeat right center;
		background-size:31px 28px;
	}
	.maincontents .link-nav li.active {
		display:none;
	}
	.maincontents .link-nav.open.twocolumns {
		height:90px;
	}
	.maincontents .link-nav.open.threecolumns {
		height:135px;
	}
	.maincontents .link-nav.open.fivecolumns {
		height:225px;
	}
	.maincontents .link-nav.open.sixcolumns {
		height:270px;
	}
	.maincontents .link-nav.open.tencolumns {
		height:450px;
	}
	.maincontents .link-nav.top {
		margin-top:45px;
	}
	.maincontents .link-nav.bottom {
		margin-top:30px;
	}
	.maincontents .link-nav.tencolumns li {
		width:20%;
	}
	.maincontents .link-nav.tencolumns li:nth-child(10n+6) a, .maincontents .link-nav.tencolumns .empty {
		border-left:0;
	}
	.maincontents .link-nav.btn-scroll {
		overflow:hidden;
		height:auto;
	}
	.maincontents .link-nav.btn-scroll li {
		float:left;
		text-align:center;
	}
	.maincontents .link-nav.btn-scroll li a, .maincontents .link-nav.btn-scroll li .empty {
		padding-left:0;
		padding-right:0;
		border-left:1px solid #ccc;
	}
	.maincontents .link-nav.btn-scroll li:first-child a, .maincontents .link-nav.btn-scroll li:first-child .empty {
		border-left:0;
		background:transparent;
	}
	.maincontents .link-nav.btn-scroll.threecolumns li {
		width:33.3%;
	}
	.maincontents .link-nav.btn-scroll.link-nav + .link-nav.btn-scroll {
		margin-top:-1px;
	}
	.maincontents .link-nav.threecolumns-links li a, .maincontents .link-nav.threecolumns-links li .empty {
		width:100%;
		min-height:5.5em;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		display:block;
		padding-right:5px;
		padding-left:5px;
		text-align:center;
	}
}
/**
 * profileblock
 */
@media print, screen and (min-width:800px) {
	.maincontents .profileblock {
		margin-top:12px;
		padding-top:1px;
	}
	.maincontents .profileblock + .profileblock {
		margin-top:24px;
	}
	.maincontents .profileblock h3 {
		margin-top:-9px;
		margin-bottom:0;
	}
}
@media only screen and (max-width:799px) {
	.maincontents .profileblock {
		margin-top:24px;
		padding-top:1px;
	}
	.maincontents .profileblock + .profileblock {
		margin-top:10px;
	}
	.maincontents .profileblock h3 {
		margin-top:-5px;
		margin-bottom:0;
	}
}
/**
 * programblock
 */
@media print, screen and (min-width:800px) {
	.maincontents .programblock {
		margin:-40px 0 0 0;
		padding-top:1px;
		overflow:hidden;
		*zoom:1;
	}
	.maincontents .programblock p {
		min-width:40%;
		margin:40px 0 0 0;
	}
}
@media only screen and (max-width:799px) {
	.maincontents .programblock {
		margin-top:0;
		padding-top:1px;
	}
}
/**
 * block-news
 */
@media print, screen and (min-width:800px) {
	.maincontents.block-news .date {
		margin-left:5px;
		font-size:14px;
		font-family:'NotoSansCJKjp-Regular';
		line-height:22px;
	}
	.maincontents.block-news p .icon-arrow {
		display:inline-block;
		margin-top:9px;
		background-position:0 .35em;
	}
}
@media only screen and (max-width:799px) {
	.maincontents.block-news .date {
		margin-left:2px;
		font-size:10px;
		font-weight:normal;
		line-height:16px;
	}
	.maincontents.block-news p .icon-arrow {
		display:inline-block;
		margin-top:5px;
		background-position:0 .35em;
	}
}
/**
 * block-news-detail
 */
@media print, screen and (min-width:800px) {
	.maincontents.block-news-detail .block-news-date {
		display:block;
		text-align:right;
		margin:40px 0;
		font-size:16px;
		line-height:30px;
	}
	.maincontents.block-news-detail p + p {
		margin-top:22px;
	}
}
@media only screen and (max-width:799px) {
	.maincontents.block-news-detail .block-news-date {
		display:block;
		text-align:right;
		margin:20px 0;
		font-size:12px;
		line-height:22px;
	}
}
/**
 * block-corporate-list
 */
@media print, screen and (min-width:800px) {
	.maincontents .block-corporate-list .twocolumns {
		margin-top:40px;
	}
	.maincontents .block-corporate-list .column {
		font-size:88.8%;
		margin-top:28px;
		padding-bottom:7px;
		border-bottom:1px solid #ccc;
	}
}
@media only screen and (max-width:799px) {
	.maincontents .block-corporate-list .column {
		margin-top:0;
		font-size:108%;
	}
	.maincontents .block-corporate-list .column a,
	.maincontents .block-corporate-list .column .nolink {
		display:block;
		padding-top:28px;
		padding-bottom:7px;
		border-bottom:1px solid #ccc;
		background-position:left 2.4em;
	}
}
/**
 * block-seminar-list
 */
@media print, screen and (min-width:800px) {
	.maincontents .block-seminar-list table th {
		vertical-align:middle;
	}
}
@media only screen and (max-width:799px) {
	.maincontents .block-seminar-list table th {
		vertical-align:middle;
	}
}
/**
 * block-examine
 */
@media print, screen and (min-width:800px) {
	.maincontents .block-cbs-examine p + table {
		margin-top:16px;
	}
	.maincontents .block-cbs-examine table + h3 {
		margin-top:21px;
	}
}
/**
 * accessmap
 */
@media print, screen and (min-width:800px) {
	.accessmap {
		width:100%;
		height:600px;
		margin-top:25px;
	}
}
@media only screen and (max-width:799px) {
	.accessmap {
		width:100%;
		height:150px;
		margin-top:25px;
	}
}
/**
 * books
 */
@media print, screen and (min-width:800px) {
	table.books tr th {
		width:135px;
	}
}
@media only screen and (max-width:799px) {
	table.books {
		margin-top:9px;
	}
	table.books tr th, table.books tr td {
		width:100%;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		display:block;
		padding:3px 14px;
		border-top:1px solid #ccc;
		font-size:12px;
		line-height:22px;
		vertical-align:top;
	}
	table.books tr td {
		padding:12px 14px;
	}
}
/**
 * sidebar
 */
@media print, screen and (min-width:800px) {
	.sidebar {
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		z-index:100;
		display:none;
	}
	.sidebar .sidebar-overlay {
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		z-index:1;
		background:#fff;
		background:rgba(255, 255, 255, 0.8);
		opacity:0;
	}
	.sidebar .sidebar-menu {
		width:80px;
		position:absolute;
		left:14px;
		top:25px;
		z-index:3;
	}
	.sidebar .sidebar-contents {
		width:400px;
		height:100%;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		position:absolute;
		left:-400px;
		top:0;
		z-index:2;
		padding:144px 24px 24px 24px;
		background:#a6917c;
		color:#fff;
		text-align:center;
	}
	.sidebar .sidebar-contents .home .inner {
		width:62px;
		height:62px;
		display:block;
		margin:0 auto;
		padding:0;
	}
	.sidebar .sidebar-contents ul {
		border-top:1px solid #bcad9d;
	}
	.sidebar .sidebar-contents ul li {
		border-bottom:1px solid #bcad9d;
	}
	.sidebar .sidebar-contents ul .inner {
		display:block;
		padding:15px 0;
		font-size:22px;
		line-height:32px;
		color:#fff;
	}
	.sidebar .sidebar-contents ul .inner:hover {
		background:#bcad9d;
		text-decoration:none;
	}
}
@media only screen and (max-width:799px) {
	.sidebar {
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		z-index:100;
		display:none;
	}
	.sidebar .sidebar-overlay {
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		z-index:1;
		background:#fff;
		background:rgba(255, 255, 255, 0.8);
		opacity:0;
	}
	.sidebar .sidebar-menu {
		width:45px;
		position:absolute;
		left:12px;
		top:12px;
		z-index:2;
	}
	.sidebar .sidebar-contents {
		width:100%;
		height:100%;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		position:absolute;
		left:-100%;
		top:0;
		z-index:1;
		padding:69px 12px 12px 12px;
		background:#a6917c;
		color:#fff;
		text-align:center;
	}
	.sidebar .sidebar-contents .home .inner {
		width:50px;
		height:50px;
		display:block;
		margin:0 auto;
		padding:0;
	}
	.sidebar .sidebar-contents ul {
		border-top:1px solid #bcad9d;
	}
	.sidebar .sidebar-contents ul li {
		border-bottom:1px solid #bcad9d;
	}
	.sidebar .sidebar-contents ul .inner {
		display:block;
		padding:10px 0;
		font-size:20px;
		line-height:30px;
		color:#fff;
	}
}
/**
 * globalfooter
 */
@media print, screen and (min-width:800px) {
	.globalfooter {
		padding:35px 0 32px 0;
		border-top:1px solid #f2ece6;
	}
	.globalfooter .globalfooter-inner {
		width:100%;
		max-width:984px;
		margin:0 auto;
		*zoom:1;
	}
	.globalfooter .globalfooter-inner:after {
		content:"\0020";
		display:block;
		height:0;
		clear:both;
		overflow:hidden;
		visibility:hidden;
	}
	.globalfooter .footerlinks {
		margin:-35px auto 0 auto;
		padding:0 0 28px 0;
		font-size:14px;
		line-height:24px;
		text-align:center;
	}
	.globalfooter .footerlinks .groups {
		width:480px;
		display:inline-block;
		margin:35px 0 0 0;
		vertical-align:top;
		text-align:left;
	}
	.globalfooter .footerlinks .group {
		width:228px;
		float:left;
	}
	.globalfooter .footerlinks .group + .group {
		margin-left:24px;
	}
	.globalfooter .footerlinks .category {
		width:228px;
	}
	.globalfooter .footerlinks .category + .category {
		margin-top:10px;
	}
	.globalfooter .footerlinks .category .upper .toggle {
		display:none;
	}
	.globalfooter .footerlinks .category .lower {
		padding:0 0 0 14px;
	}
	.globalfooter .footerlinks .category .lower li {
		margin-top:2px;
	}
	.globalfooter .footerlinks .category-other .lower {
		padding-left:0;
	}
	.globalfooter .footerlinks .category-other .lower li {
		margin-top:0;
	}
	.globalfooter .footerlinks .category-other .lower li + li {
		margin-top:10px;
	}
	.globalfooter .footerinfo {
		overflow:hidden;
		*zoom:1;
	}
	.globalfooter .address {
		float:left;
	}
	.globalfooter .copyright {
		float:right;
		padding:46px 0 0 0;
	}
}
@media only screen and (max-width:799px) {
	.globalfooter {
		/*padding:0 0 35px 0;*/
		padding:0 0 0px 0;
		border-top:1px solid #f2ece6;
		*zoom:1;
	}
	.globalfooter:after {
		content:"\0020";
		display:block;
		height:0;
		clear:both;
		overflow:hidden;
		visibility:hidden;
	}
	.globalfooter .globalfooter-inner {
		width:auto;
		margin:0 auto;
		text-align:center;
	}
	.globalfooter .footerlinks {
		padding:0 12px 28px 12px;
		font-size:13px;
		line-height:24px;
		text-align:left;
	}
	.globalfooter .footerlinks .category {
		border-bottom:1px solid #f2ece6;
	}
	.globalfooter .footerlinks .category.opened .upper .toggle {
		background:url("../sp_img/icon-minus-brown.png") no-repeat 50% 50%;
		-moz-background-size:12px auto;
		-o-background-size:12px auto;
		-webkit-background-size:12px auto;
		background-size:12px auto;
	}
	.globalfooter .footerlinks .category .inner {
		display:block;
		padding:10px 10px 10px 0;
	}
	.globalfooter .footerlinks .category .upper {
		position:relative;
	}
	.globalfooter .footerlinks .category .upper .toggle {
		width:44px;
		height:44px;
		position:absolute;
		right:0;
		top:0;
		padding:0;
		display:block;
		background:url("../sp_img/icon-plus-brown.png") no-repeat 50% 50%;
		-moz-background-size:12px auto;
		-o-background-size:12px auto;
		-webkit-background-size:12px auto;
		background-size:12px auto;
	}
	.globalfooter .footerlinks .category .lower {
		padding:0 0 0 14px;
		display:none;
	}
	.globalfooter .footerlinks .category .lower li {
		margin-top:2px;
		border-top:1px solid #f2ece6;
	}
	.globalfooter .footerlinks .category .titleonly .inner:after {
		display:none;
	}
	.globalfooter .footerlinks .category-other {
		border-bottom:0;
	}
	.globalfooter .footerlinks .category-other .lower {
		padding-left:0;
		display:block;
	}
	.globalfooter .footerlinks .category-other .lower li {
		margin-top:0;
		border-top:0;
		border-bottom:1px solid #f2ece6;
	}
	.globalfooter .address {
		width:255px;
		margin:37px auto 0 auto;
	}
	.globalfooter .copyright {
		width:272px;
		margin:32px auto 0 auto;
	}
}
/**
 * form styles (wordpress contact form 7)
 */
.maincontents div.wpcf7-response-output {
	margin:0;
	padding:0;
	border:0;
}
@media print, screen and (min-width:800px) {
	.maincontents div.wpcf7-response-output {
		margin-top:40px;
	}
}
@media only screen and (max-width:799px) {
	.maincontents div.wpcf7-response-output {
		margin-top:24px;
	}
}
.maincontents div.wpcf7-validation-errors {
	color:#e60012;
}
.maincontents span.wpcf7-not-valid-tip {
	float:left;
	color:#e60012;
}
.maincontents form.sent .form-container {
	display:none;
}
.maincontents .form-container-complete {
	display:none;
}
.maincontents form.sent .form-container-complete {
	display:block;
}
@media print, screen and (min-width:800px) {
	.maincontents .form-text-other {
		margin-top:10px;
	}
}




/* 改修追加
*************************************************************/
.maincontents p .alignright{
	float:right;
	margin:0.5em 0 0.5em 1em;
}
.maincontents p .alignleft{
	float:left;
	margin:0.5em 1em 0.5em 0;
}
.maincontents p .aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* 参加者の声
*************************************************************/
@media print, screen and (min-width:800px){
	.maincontents .profileblock + h2{margin-top:67px;}
}

/* カレンダー
*************************************************************/
#event_calendar_wrap{margin-bottom:40px;}
#event_calendar_wrap #calendar_nav{margin-bottom:20px;}
#event_calendar_wrap #calendar_nav ul,
#event_calendar_wrap #calendar_nav li{
	color:#000;
	font-family:'NotoSansCJKjp-Medium';
	border:none;
	border-collapse:collapse;
	border-spacing:0;

	table-layout:fixed;
	word-break:break-all;
	box-sizing:border-box;
}
#event_calendar_wrap #calendar_nav ul{
	display:table;
	width:100%;
	height:60px;
	font-size:88.8%;
	margin:0 auto;
	border-top:1px solid #b3aaa1;
	border-left:1px solid #b3aaa1;
}
#event_calendar_wrap #calendar_nav li{
	display:table-cell;
	width:16.66666666666667%;
	height:60px;
	vertical-align:middle;
	text-align:center;
	border-right:1px solid #b3aaa1;
	border-bottom:1px solid #b3aaa1;
	background:#fff;
}

#event_calendar_wrap #calendar_nav li.current{
	color:#fff;
	background:#a6917c;
}
#event_calendar_wrap #calendar_nav li a{
	display:table-cell;
	width:300px;
	height:60px;
	color:inherit;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	line-height:60px;

	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
}
#event_calendar_wrap #calendar_nav li a:hover{
	color:#fff;
	text-decoration:none;
	background:#b3a190;
}

#event_calendar_wrap .event_calendar{
	display:none;
	background:#fff;
}
#event_calendar_wrap .event_calendar:first-child{display:block;}
#event_calendar_wrap .event_calendar table,
#event_calendar_wrap .event_calendar table th,
#event_calendar_wrap .event_calendar table td{
	color:#000;
	font-family:'NotoSansCJKjp-Medium';
	font-size:12px;
	line-height:1.4;
	border:none;
	border-collapse:collapse;
	border-spacing:0;

	table-layout:fixed;
	word-break:break-all;
}
#event_calendar_wrap .event_calendar table{
	width:100%;
	margin:0 auto;
	background:#fff;
	border-top:1px solid #000;
	border-left:1px solid #000;
}
#event_calendar_wrap .event_calendar table th,
#event_calendar_wrap .event_calendar table td{
	width:14.28571428571429%;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
#event_calendar_wrap .event_calendar table th{
	padding:8px;
	color:#fff;
	font-size:26px;
	text-align:center;
	vertical-align:middle;
	line-height:1.2;
	background:#b3aaa1;
}
#event_calendar_wrap .event_calendar table td{
	height:101px;
	padding:6px 8px;
	padding-bottom:2px;
}
#event_calendar_wrap .event_calendar table td span.date{
	display:block;
	padding-bottom:4px;
	line-height:1.2;
}
#event_calendar_wrap .event_calendar table td a{
	display:block;
	font-size:11px;
	margin-bottom:4px;
}

@media only screen and (max-width: 799px){
	#event_calendar_wrap .event_calendar table,
	#event_calendar_wrap .event_calendar table th,
	#event_calendar_wrap .event_calendar table td{

	}
	#event_calendar_wrap .event_calendar table th,
	#event_calendar_wrap .event_calendar table td{
		display:table-cell;
	}
	#event_calendar_wrap .event_calendar table th{
		padding:4px;
		font-size:16px;
	}
	#event_calendar_wrap .event_calendar table td{
		padding:2px;
		font-family:'NotoSansCJKjp-Regular';
		font-size:10px;
	}
	#event_calendar_wrap .event_calendar table td a{
		overflow:hidden;
		width:92%;
		height:1.6em;
		font-size:10px;
		color:#fff;
		background:#b3aaa1;
		padding:0 4%;
		line-height:1.5;
	}
}

.maincontents #top_calendar{
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 20px 30px;
	background: #d9d1c8;
}
.maincontents #top_calendar .calendar_close_btn{
	width:80px;
	font-size:16px;
	margin:0 auto;
}
.maincontents #top_calendar .calendar_close_btn a{
	display:block;
	padding:4px 10px;
	color:#fff;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	line-height:1.2;
	background:transparent;
	border:1px solid #fff;

	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
}
.maincontents #top_calendar .calendar_close_btn a:hover{
	color:#fff;
	background:#a6917c;
	border:1px solid #a6917c;
}

.index-block .about{position:relative;}
.index-block .about .calendar_btn{
	position:absolute;
	top:0;
	right:0;
	width:11em;
	text-align:center;
}
.index-block .about .calendar_btn a{
	display:block;
	width:100%;
	padding:0.7em 0;
	color:#fff;
	text-align:center;
	line-height:1.2;
	background:#a6917c;

	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
}
.index-block .about .calendar_btn a:hover{
	color:#a6917c;
	background:#fff;
}

/* エッセイコンテスト
*************************************************************/
.grandprix {
	padding: 30px 0;
}
.grandprix h3 {
	background: none;
	font-size: 22px;
}
.grandprix h4 {
	width: 90%;
	padding: 10px;
	margin: 0 auto 20px;
	border: solid 1px #000;
	text-align: center;
}
.grandprix .signature {
	margin-top: 0;
	text-align: right;
}
@media only screen and (max-width: 799px){
	.grandprix h3 {
		background: none;
		font-size: 16px;
	}
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}



/**
 * 秘書会議
 */
@media print, screen and (min-width:800px) {
	h2.jsah2 {
		background: #a6917c;
		width: auto;
		padding: 10px;
		color: #fff;
	}
}
@media only screen and (max-width:799px) {
	h2.jsah2  {
		background: #a6917c;
		width: auto;
		padding: 10px;
		color: #fff;
	}
}


@media print, screen and (min-width:800px) {
	.ml-180-01 {
	margin-left: 180px
	}
}
@media only screen and (max-width:799px) {
	.ml-180-01  {
		margin-left:10px
	}
}


@media print, screen and (min-width:800px) {
	.ml-180-02 {
	margin-left: 30px
	}
}
@media only screen and (max-width:799px) {
	.ml-180-02  {
		margin-left:0px
	}
}



.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}
 
.clearfix {
    zoom:1;/*for IE 5.5-7*/
}


/*秘書会議*/

@media print, screen and (min-width:800px) {

.ul-conference-01 {
 background: #fff;
	margin: 10px auto;
	text-align: center;
}

.ul-conference-01 li {
	border-radius: 8px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
 display: inline-block;
	background: #fff;
	width: 46%;
	padding: 10px;
	border: 1px #a6917c solid;
	margin-left:10px;
}

.ul-conference-01 li:first-child {
	margin-left:3px;
}

.ul-conference-01 .txt strong {
 font-weight: bold;
	color: #a6917c;
}

.ul-conference-01 .txt p {
text-align: left;
margin: 30px 0px 5px;
padding: 0 15px;
}

.ul-conference-01 h2.jsah2 {
margin: 5px 0px 20px;
}



.ul-conference-02 {
 background: #fff;
	margin: 10px auto;
	text-align: center;
 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;
}

.ul-conference-02 li {
	border-radius: 8px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
 display: inline-block;
	background: #fff;
	/*width: 290px;*/
	width: 30%;
	padding: 10px;
	border: 1px #a6917c solid;
	vertical-align: top;
	margin-left:10px;
}

.ul-conference-02 li:first-child {
	margin-left:8px;
}

.ul-conference-02 .txt strong {
 font-weight: bold;
	color: #a6917c;
}

.ul-conference-02 .txt p {
text-align: left;
margin: 30px 0px 5px;
padding: 0 15px;
}

.ul-conference-02 h2.jsah2 {
margin: 5px 0px 20px;
font-size: 18px;
font-weight: bold;
}

	}




@media only screen and (max-width:799px) {

.ul-conference-01 {
 background: #fff;
	margin: 10px auto;
	text-align: center;
}
	
	.ul-conference-01 img, .ul-conference-02 img {
width: 70%;
}

.ul-conference-01 li {
	border-radius: 8px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
 display: inline-block;
	background: #fff;
	width: 86%;
	padding: 10px;
	border: 1px #a6917c solid;
	margin-left:0px;
	margin-top: 20px;
}

.ul-conference-01 li:first-child {
	margin-left:0px;
}

.ul-conference-01 .txt strong {
 font-weight: bold;
	color: #a6917c;
}

.ul-conference-01 .txt p {
text-align: left;
margin: 30px 0px 5px;
padding: 0 15px;
}

.ul-conference-01 h2.jsah2 {
margin: 5px 0px 20px;
}



.ul-conference-02 {
 background: #fff;
	margin: 5px auto 20px;
	text-align: center;
 display: inline-block;
 -webkit-box-lines:multiple;
 -moz-box-lines:multiple;
 -webkit-flex-wrap:nowrap;
 -moz-flex-wrap:nowrap;
 -ms-flex-wrap:nowrap;
 flex-wrap:nowrap;
}

.ul-conference-02 li {
	border-radius: 8px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
 display: inline-block;
	background: #fff;
	width: 86%;
	padding: 10px;
	border: 1px #a6917c solid;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 10px;
}

.ul-conference-02 li:first-child {
	margin-left:0px;
}

.ul-conference-02 .txt strong {
 font-weight: bold;
	color: #a6917c;
}

.ul-conference-02 .txt p {
text-align: left;
margin: 30px 0px 5px;
padding: 0 15px;
}

.ul-conference-02 h2.jsah2 {
margin: 5px 0px 20px;
font-size: 12px;
font-weight: normal;
}

	}


@media print, screen and (min-width:800px) {
	h2.jsah3 {
		background: #a6917c;
		width: auto;
		padding: 10px;
		color: #fff;
		text-align: center;
	}
	
	.fsm01 {
		font-size: 14px;
	}
	
		/*カレンダーページ*/
		.m-link-01 {
		display: none;
	}
	
}
@media only screen and (max-width:799px) {
	h2.jsah3  {
		background: #a6917c;
		width: auto;
		padding: 10px;
		color: #fff;
		text-align: center;
		margin: 40px 0 5px;
	}
	
	.fsm01 {
		font-size: 10px;
		line-height:0.8em;
	}
	
	.fsm02 {
		display: none;
	}
		
}


/* 秘書会議2017レポート */

@media print, screen and (min-width:800px) {
	
.report-2017 {
/*width: 	984px;*/
width: 	900px;
margin: 20px auto 150px;
	}
	
	.report-2017 .box {
 margin: 20px 20px 0px;
	}
	
	.report-2017 img.photo-01 {
 width: 250px;
	}	
	
	.report-2017 .left {
	width: 530px;	
 float: left;
	margin: 0px 0px 0px 0px; 
	}
	
	.report-2017 .right {
/*	width: 442px;*/
		width: 270px;
 float: right;
	margin: 0px 0 0px 0px; 
	}
	
	.report-2017 .left1 {
	width: 270px;
 float: left;
	margin: 0px 0px 0px 0px; 
	}
	
	.report-2017 .right1 {
/*	width: 442px;*/
 width: 550px;
 float: right;
	margin: 0px 0 0px 0px; 
	}
	
	.report-2017 .left2 {
	width: 530px;	
 float: left;
	margin: 0px 0px 0px 0px; 
	}
	
	.report-2017 .right2 {
/*	width: 442px;*/
	width: 270px;
 float: right;
	margin: 0px 0 0px 0px; 
	}
	
	
		.report-2017 .left3 {
	width: 400px;	
 float: left;
	margin: 0px 0px 0px 0px; 
	}
	
	.report-2017 .right3 {
/*	width: 442px;*/
		width: 400px;
 float: right;
	margin: 0px 0 0px 0px; 
	}
	
	
	
	
	.report-2017 figure {
 text-align: left;
	/*width: 60%;*/
	margin: 0 auto 0;
	}

	.report-2017 .left1 figure {
 text-align: left;
	}
	
	.report-2017 .right2 figure {
 text-align: left;
	}
	
		.report-2017 .left3 figure {
 text-align: center;
	margin: 0 auto 0;
	}
	
		.report-2017 .right3 figure {
 text-align: center;
	margin: 0 auto 0;
	}
	
	
	
	
	
	.report-2017 figcaption {
	text-align: center;
	font-size: 70%;
 margin: 0px auto 0px;
		
 /*text-align: center;
	font-size: 80%;
	font-weight: bold;
 background: #a89888;
 margin: 15px auto 20px;
	color: #fff;
	display: block;
	width: 106%;*/
	}
	
		.report-2017 img {
  width: 250px;
			
/*		background: fff;
		border: 1px #ddd solid;
		padding: 10px;
 	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);*/ /*横方向　下方向　ぼかし　広がり　色 */						
			
	}
	
/*.report-2017 p {
font-size: 100%;
line-height: 2em;
	}
	
.report-2017 .box-01 {
 margin: 20px 0px 20px;
	}
	
.report-2017 .box-01 figure {
 text-align: center;
	width: 30%;
	margin: 0 0px 0;
	float: left;
	}
	
.report-2017 .box-01 figure:nth-child(2) {
	margin: 0 40px 0;
	}
		
.report-2017 .box-01 figcaption {
 text-align: center;
	font-size: 80%;
	font-weight: bold;
 background: #a89888;
 margin: 15px auto 20px;
	color: #fff;
	display: block;
	width: 106%;
	}*/
	
	.grid-box {
  display: grid;
  grid-gap: 12px;
		grid-template-columns: 320px 320px 320px;
  grid-template-rows: auto;
		width: 	984px;
  margin: 20px auto 150px;
}
	
	.grid-item {
  background: #fff;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #a89888;
}
	
	.grid-item h3 {
  background: #a89888;
  padding: 5px;
  /*border-radius: 8px;*/
  font-weight: bold;
		color: #fff;
		text-align: center;
		margin: 0 auto 0;
}
	
	.grid-item h4 {
  background: #f2ece0;
  padding: 8px;
  font-weight: bold;
		color: #333;
		text-align: center;
		margin: 0 auto 0;
		line-height: 1.4em;
}

	.grid-item h5 {
		font-size: 85%;
	/*	font: 85%	"游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 ProN","Hiragino Mincho ProN","ipaexm",ipaexm,serif;*/
  padding: 5px;
  font-weight: bold;
		color: #333;
		text-align: center;
		margin: 10px auto 20px;
		min-height: 80px;
}
	
	.grid-item h5 span {
		font-size: 120%;
	/*	font: 120%	"游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 ProN","Hiragino Mincho ProN","ipaexm",ipaexm,serif;*/
}		
	
	.grid-item p {
		
}			
	
.grid-item img {
width: 270px;
margin: 5px auto 5px;
display: block;
/*width: 94%;
background: fff;
border: 1px #ddd solid;
padding: 8px;
box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); 横方向　下方向　ぼかし　広がり　色 
margin: 10px auto 10px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;*/
}	
	
.mt-01{
	margin-top: 150px;
}
	
.ttl-report-2017{
	background: #b3aaa1;
	background: #d1c9c1;
	border: 1px solid #68615b;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #68615b;
	border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}	
	
	


.s-ul li img.w50 {
	width: 50%;
}
	
.s-ul li img.w40 {
	width: 40%;
}	
	
.s-ul li img.w30 {
	width: 30%;
}	
	
	
}





/* 秘書会議2017レポート */

@media print, screen and (max-width:799px) {
	
	.report-2017 .right {
	width: auto;
 float: none;
	margin: 0px 0 0px 0px; 
	}
	
	.report-2017 .left {
	width: auto;	
 float: none;
	margin: 0px 0px 0px 0px; 
	}

	.report-2017 	figure {
 text-align: center;
 margin: auto;
	width: 80%;
	}
		
	.report-2017 figcaption {
 text-align: center;
	font-size: 80%;
 margin: 0px auto 0px;
		
	/*text-align: center;
	font-size: 80%;
	font-weight: bold;
 background: #a89888;
 margin: 15px auto 20px;
	color: #fff;*/	
	}
	
		.report-2017 img {
		width: 95%;
		margin: 10px auto 0px;
		display: block;
			
		/*background: fff;
		border: 1px #ddd solid;
		padding: 6px;
 	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); 横方向　下方向　ぼかし　広がり　色 			
		width: 95%;
		margin: 10px auto 0px;
		display: block;*/	
			
	}
	
		.report-2017 p {
		width: 90%;
		margin: 0 auto 0;
	}
		
	.grid-item {
  background: #fff;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #a89888;
		margin-top: 20px;
}
	
	.grid-item h3 {
  background: #a89888;
  padding: 5px;
  font-weight: bold;
		color: #fff;
		text-align: center;
		margin: 0 auto 0;
}
	
	.grid-item h4 {
  background: #f2ece0;
  padding: 8px;
  font-weight: bold;
		color: #333;
		text-align: center;
		margin: 0 auto 0;
		line-height: 1.4em;
}
	
	.grid-item h4 br {
 /* display: none;*/
}	

	.grid-item h5 {
	/*	font: 85%	"游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 ProN","Hiragino Mincho ProN","ipaexm",ipaexm,serif;*/
		font-size: 85%;
  padding: 5px;
  font-weight: bold;
		color: #333;
		text-align: center;
		margin: 10px auto 10px;
}
	
	.grid-item h5 span {
		/*font: 120%	"游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 ProN","Hiragino Mincho ProN","ipaexm",ipaexm,serif;*/
		font-size: 120%;
	/*	line-height: 1.5em;*/
}		
		
.grid-item img {
width: 84%;
margin: 10px auto 10px;
display: block;
/*display: block;
width: 84%;
background: fff;
border: 1px #ddd solid;
padding: 6px;
box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); 横方向　下方向　ぼかし　広がり　色 
margin: 10px auto 10px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;	*/
}	
	

.ttl-report-2017{
	background: #b3aaa1;
	background: #d1c9c1;
	border: 1px solid #68615b;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #68615b;
	border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}		
	
}




/* 月例会（東京） */

@media print, screen and (min-width:800px) {
	
.mtko-box-01 {
margin: 20px auto 10px;
border: 1px solid #ddd;
padding: 0px 15px 20px;
	}
	
	.mtko-box-01 .mr-10 {
		margin-right: 10px;
	}

	}


@media print, screen and (max-width:799px) {
	
.mtko-box-01 {
margin: 20px auto 10px;
border: 1px solid #ddd;
padding: 0px 15px 20px;
	}
	
	.mtko-box-01 .mr-10 {
		margin-right: 10px;
	}
	
	}




/* 50thロゴ-2018/05/01 */
	@media print, screen and (min-width:800px){
	.logo_50th{
		display: inline-block;
		text-align: right;
		margin: 0px 15px 10px 120px;
	}	
	}
		
@media only screen and (max-width:799px){
	.logo_50th{
		display: inline;
		text-align: right;
		margin: 0px 0px 0px 5px;
		position: absolute;
		right: -80px;
		top: 0px;
	}

	.logo_50th img{
		width: 40%;
	}	
	}
/* 50thロゴ-2018/05/01 */


.acceptance-box{
	margin: 10px auto;
	text-align: center;
	}	

.description-box{
	margin: 10px auto;
	}	


/* 今月の言葉 2018/05/10 */
	@media print, screen and (min-width:800px){

.maincontents .h2-speech {
padding-left: 0;
margin: 28px auto 25px auto;
text-align: center;
background: none;
font-size: 34px;
}
	
.maincontents .h3-speech {
text-align: right;
background: none;
margin-right: 10px;
}	
	
.h3-speech .spf-14 {
font-size: 14px; 
}		

.ul-speech {
float: right;
}
	
.ul-speech li {
float: left;
}	
	
.clb {
clear: both; 
}	
	
.p-speech-r {
	text-align: right;
}
		
.ul-speech-01 {
width: 100%;
margin: 200px auto 50px!important;
}
	
.ul-speech-01 li:nth-child(1) {
float: left;
}	
		
.ul-speech-01 li:nth-child(2) {
float: right;
}

.maincontents .tbl-message th:nth-child(1){
width: 55px;
}
	
.maincontents .tbl-message th:nth-child(2){
width: 195px;
}
	
.maincontents .tbl-message td:nth-child(2){
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;	
}
	
.maincontents .tbl-message td:nth-child(3){
border-right: 1px solid #ccc;
}	

.maincontents .tbl-message a.button {
 margin: 0px 0 0 0;
 padding: 8px 5px;
 font-size: 16px;
}
		

	}
		
@media only screen and (max-width:799px){

.maincontents .h2-speech {
padding-left: 0;
margin: 28px auto 25px auto;
text-align: center;
background: none;
font-size: 34px;
line-height: 1.3em;
}
	
.maincontents .h3-speech {
text-align: center;
background: none;
margin-right: 10px;
}	
	
.h3-speech .spf-14 {
font-size: 12px; 
}		

.ul-speech {
float: none;
}
	
.ul-speech li {
float: none;
text-align: center;
}	
	
.clb {
clear: both; 
}	
	
.p-speech-r {
	text-align: right;
}	
	
.ul-speech-01 {
width: 100%;
margin: 50px auto 50px;
}
	
.ul-speech-01 li:nth-child(1) {
float: none;
}	
		
.ul-speech-01 li:nth-child(2) {
float: none;
margin-top: 15px;
}
	
.maincontents .tbl-message th:nth-child(1){
width: 100%;
}
	
.maincontents .tbl-message th:nth-child(2){
width: 100%;
}
	
.maincontents .tbl-message td:nth-child(2){
border-right: none;
border-left: none;
padding: 5px 14px;
}
	
.maincontents .tbl-message td:nth-child(3){
border-right: none;
padding: 5px 14px;
}	

.maincontents .tbl-message a.button {
 margin: 0px 0 0 0;
 padding: 8px 5px;
 font-size: 16px;
}
	
	}
/* 今月の言葉 2018/05/10 */

/* ニュース NEWアイコン 2018/05/17 */
.new-icon {
color: #fff; background:#cc3333; padding: 3px 8px; border-radius: 6px; font-size: 85%; margin-right: 10px;
}






/**************************
/* footer追加
**************************/

@media print, screen and (min-width:800px){
	
	.globalfooter{
		border-top:0;
		background: #ece8e4;
	}
	
	.globalfooter a{
	 color: #000;
	}	
	
.footer-bnr-area{
margin: 100px auto 100px;
text-align: center;
}
	
.footer-bnr-area a{
display: inline-block;
width: 260px;
background: #a6917c;
color: #fff;
border-radius: 6px;
padding: 10px;
margin: 0 60px 0px 60px;
background-image: url(../img/top/top_aroow.png);
background-repeat: no-repeat;
background-position: 98% center;
background-size:auto 50%;
}
	
.footer-bottom-box{
	background: #a6917c;
	width: 100%;
	margin: 0 auto 0;
	padding: 40px 0 50px;
	}
	
.footer-bottom{
	width: 1200px;
	margin: 0px auto 0px;
	}
	
.footer-bottom .address{
	float: left;
	}
	
.footer-bottom .copyright{
	float: right;
	padding: 46px 0 0 0;	
	}
	
	}	


@media only screen and (max-width:799px){
	
		.globalfooter{
		border-top:0;
		background: #ece8e4;
	}
	
	.globalfooter a{
	 color: #000;
	}
	
.footer-bnr-area{
margin: 40px auto 40px;
text-align: center;
width: 80%;
}
	
.footer-bnr-area a{
display: inline-block;
width: 100%;
background: #a6917c;
color: #fff;
border-radius: 6px;
padding: 10px;
margin: 0 0px 10px 0px;
background-image: url(../img/top/top_aroow.png);
background-repeat: no-repeat;
background-position: 98% center;
background-size:auto 40%;
}
	
.footer-bottom-box{
	background: #a6917c;
	width: 100%;
	margin: 0 auto 0;
	padding: 20px 0 30px;
	}
	
.footer-bottom{
	width: 100%;
	margin: 0px auto 0px;
	text-align: center;
	}
	
	.footer-bottom img{
	width: 80%;
	}
	
.footer-bottom .address{
	float: none;
	}
	
.footer-bottom .copyright{
	float: none;
	padding: 0px 0 0 0;	
	}
	
	}	


/*===============================

20180807 CBSクラブ http://www.hishokyokai.or.jp/cbs/club/

===============================*/

.kouryukai_img li {
    width: 50% !important;
}

/*===============================

20180817 TOP BNR設置

===============================*/
.top_topics {
    margin: 0 0 40px 0;
}
.top_topics img{
	width: 100%;
}

/*===============================

20180823 全国秘書会議2018 【第26回】　協賛

===============================*/
.s-ul li {
	width: 220px; text-align: center; margin:40px 10px 40px; 
	display: inline-block;
 vertical-align: middle;
	font-size: 75%;
}
	
.s-ul li img {
	margin-bottom: 30px;
	width: 60%;
}	
	
.s-ul li img.w50 {
	width: 50%;
}
	
.s-ul li img.w40 {
	width: 40%;
}	
	
.s-ul li img.w30 {
	width: 30%;
}				
	
.maincontents .s-ul li a.icon-arrow, .maincontents a[href$=".pdf"] {
    background: none;
    font-family: "NotoSansCJKjp-Medium";
    padding-left: 0px;
}

#sponsorship.mt-01 {
    margin-top: 50px;
}
.maincontents h2.sponsorship_h2 {
    color: #000;
    font-family: 'NotoSansCJKjp-Medium';
    margin: 0;
    font-size: 32px;
    line-height: 34px;
    background: none;
    font-weight: normal;
    text-align: center;
}
.maincontents h3.sponsorship_h3 {
    color: #000;
    font-family: 'NotoSansCJKjp-Bold';
    margin: 0;
    padding-left: 0;
    font-size: 32px;
    line-height: 57px;
    background: none;
    font-weight: normal;
    text-align: center;
}
.maincontents p.sponsorship_p {
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 50px;
    color: #b3aaa1;
}

#sponsorship .tit_bar {
    background: #b6a595 url(../img/bg-titlearea.gif) repeat 50% 0;
    color: #fff;
    text-align: center;
    padding: 0px 0;
}
#sponsorship .s-ul li img {
    margin-bottom: 30px;
    width: 100%;
}
#sponsorship .s-ul li {
    width: 220px;
    height: 230px;
    text-align: center;
    margin: 40px 10px 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 75%;
    border: 1px solid #ccc;
    padding: 1%;
    box-sizing: border-box;
}
#sponsorship .s-ul.mini_list li {
    width: 173px;
    height: 224px;
}

@media only screen and (max-width:799px) {
.s-ul li {
	width: 85%;
	text-align: center;
	margin:40px 30px 40px; 
	display: inline-block;
 vertical-align: middle;
	font-size: 80%;
}	
	
	.maincontents .s-ul li a.icon-arrow, .maincontents a[href$=".pdf"] {
   background:none;
		 padding-left: 0px;
}	
#sponsorship .s-ul li {
    width: 90%;
    height: auto;
    text-align: center;
    margin: 20px 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 100%;
    border: 1px solid #ccc;
    padding: 3%;
    box-sizing: border-box;
}
#sponsorship .s-ul{
	text-align: center;
}
#sponsorship .s-ul li img {
    margin-bottom: 0px;
    width: 70%;
}
.maincontents h3.sponsorship_h3 {
    color: #000;
    font-family: 'NotoSansCJKjp-Bold';
    margin: 0;
    padding-left: 0;
    font-size: 22px;
    line-height: 57px;
    background: none;
    font-weight: normal;
    text-align: center;
}
#sponsorship .s-ul.mini_list li {
    width: 49%;
    height: 145px;
}
}	

/*===============================

20180905 全国秘書会議2018 【第26回】　終了コメント

===============================*/

.comment {
    text-align: center;
}

.comment p{
    background: #b3aaa1;
    background: #d1c9c1;
    border: 1px solid #68615b;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #68615b;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

/*===============================

20181105 全国秘書会議 2018（第26回） 開催報告
https://www.hishokyokai.or.jp/jsaconf2018_report/

===============================*/
div#report_2018.report-2017 .box .left {
    width: 550px;
    float: left;
    margin: 0px 0px 0px 0px;
}
div#report_2018.report-2017 .box .right1 {
    width: 100%;
    float: none;
    margin: 0px 0 0px 0px;
}
div#report_2018.report-2017 .box .left2 {
    width: 550px;
    float: left;
    margin: 0px 0px 0px 0px;
}
div#report_2018.report-2017 .right3 {
    width: 30%;
    float: none;
    margin: 0px 12px;
    display: inline-block;
}
div#report_2018.report-2017 .left3 {
    width: 30%;
    float: none;
    margin: 0px 0px 0px 0px;
}
.report-2017 img.photo-01 {
    width: 100%;
}
.report-2017 .right {
    width: 370px;
    float: right;
    margin: 0px 0 0px 0px;
}
.report-2017 img {
    width: 100%;
}
.report-2017 .left1 {
    width: 370px;
    float: left;
    margin: 0px 30px 0px 0px;
}
.report-2017 .right2 {
    width: 370px;
    float: right;
    margin: 0px 0 0px 0px;
}
@media only screen and (max-width:799px) {
div#report_2018.report-2017 .box .left {
    width: 100%;
    float: none;
    margin: 20px 0px 30px 0px;
}
.report-2017 .right {
    width: 100%;
    float: none;
    margin: 0px 0 0px 0px;
}
.report-2017 figure {
    text-align: center;
    margin: auto;
    width: 100%;
}
.report-2017 .left1 {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.report-2017 p {
    width: 100%;
    margin: 0 auto 0;
}
div#report_2018.report-2017 .box .left2 {
    width: 100%;
    float: none;
    margin: 20px 0px 0px 0px;
}
.report-2017 .right2 {
    width: 100%;
    float: none;
    margin: 30px 0 0px 0px;
}
div#report_2018.report-2017 .right3 {
    width: 100%;
    float: none;
    margin: 20px 0;
    display: block;
}
.report-2017 figcaption {
    text-align: center;
    font-size: 14px;
    margin: 0px auto 0px;
}
}

/*===============================

20181105 全国秘書会議 2018（第26回） セッション報告
https://www.hishokyokai.or.jp/jsaconf2018_sessionreport/

===============================*/
#report_2018.report-2017 {
    width: 100%;
    margin: 0;
}
#report_2018 .grid-box {
    display: block;
    grid-gap: 12px;
    grid-template-columns: none;
    grid-template-rows: none;
    width: 100%;
    margin: 0 0 0 0;
}
#report_2018 .grid-item {
    background: #fff;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #a89888;
    margin-bottom: 50px;
}
#report_2018 .grid-item h5 {
    font-size: 85%;
    /* font: 85%	"游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 ProN","Hiragino Mincho ProN","ipaexm",ipaexm,serif; */
    padding: 5px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 10px auto 20px;
    min-height: auto;
}
#report_2018 .grid-item img {
    width: 50%;
    margin: 11px auto 5px;
    display: block;
}
.maincontents a.button {
    font-family: 'NotoSansCJKjp-Medium';
    width: 49%;
    max-width: inherit;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 24px 0 0 0;
    padding: 19px 5px;
    background: #a6917c;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
@media only screen and (max-width:799px) {
.maincontents a.button {
    font-family: inherit;
    width: 100%;
    max-width: inherit;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 24px 0 0 0;
    padding: 19px 5px;
    background: #a6917c;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
#report_2018 .grid-item img {
    width: 100%;
    margin: 11px auto 5px;
    display: block;
}
}

.sstnname {
    font-size: 26px !important;
    margin-top: 20px !important;
    display: block;
}



/*20190307 slider 差し替え*/
.slider_pc{

}
.slider_sp{
	display: none;
}

@media only screen and (max-width:799px) {
.slider_sp{
	display: block;
}
.slider_pc{
	display: none;
}
}

.block-news-wrap .block-news h2.news-title {
    color: #fff;
    font-family: 'NotoSansCJKjp-Medium';
    margin: 0 0 22px;
    padding: 8px 0;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 34px;
    background: #847362;
}
.block-news-wrap.clearfix .block-news .link-list .date {
    width: 15%;
    padding: 0px 4px;
    color: #000;
    background: #fbffdf;
    border-radius: 10px;
    margin: 0 13px 0 0;
    text-align: center;
}
.block-news-wrap.clearfix .block-news .link-list li {
    margin: 0 0 24px 0;
    border-left: 4px #ececec solid;
    border-bottom: 1px #ececec solid;
    box-sizing: border-box;
    padding: 0 0px 4px 8px;
}
.block-news-wrap.clearfix .block-news .link-list .title {
    width: 80%;
}
@media only screen and (max-width:799px) {
.maincontents-box-01 ul a {
    color: #fff;
    display: inline-block;
    width: 100%;
    background: #a6917c;
    border-radius: 6px;
    padding: 10px;
    margin: 0 0 10px 0px;
    background-image: url(../img/top/top_aroow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 40%;
}
.maincontents-box-01 ul a {
    color: #fff;
    display: inline-block;
    width: 100%;
    background: #a6917c;
    border-radius: 6px;
    padding: 10px;
    margin: 0 0 10px 0px;
    background-image: url(../img/top/top_aroow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 40%;
    box-sizing: border-box;
}
.block-news-wrap.clearfix .block-news .link-list a {
    padding-left: 0;
    background: url(../sp_img/icon-arrow-brown.png) no-repeat 0 0.05em;
    -moz-background-size: 9px auto;
    -o-background-size: 9px auto;
    -webkit-background-size: 9px auto;
    background-size: 0;
    box-sizing: border-box;
    width: 100%;
    display: block;
}
}
