/*
---
---------------------------------------------------------------------------*/
.sub-headerImg-wrapper {
	padding: calc(52px + 2rem + 3rem) 0rem 3rem;
}
h1 {
	font-size: 2rem;
	text-align: center;
	padding: 0 1rem;
}
h1 span {
	display: block;
	font-size: 1rem;
}

.page__lead__wrapper {
	padding-top: 3rem;
}
	.page__lead__wrapper.page__thumbnail {
		max-width: calc(1180px + 2rem)!important;
	}
		.page__lead__wrapper.page__thumbnail > div {
			background-size: cover;
			background-repeat: no-repeat;
			background-position: top center;
			padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
			position: relative;
		}
			.page__lead__wrapper.page__thumbnail > div > p {
				position: absolute;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
				background-color: rgba(255,255,255,.8);
				font-size: 1.1rem;
				margin-top: 0;
				max-width: 720px;
				padding: 30px;
				width: 100%;
			}


/*
---
---------------------------------------------------------------------------*/
.breadcrumbs{
	font-size: 1.4rem;
	padding: 1em 1em 0;
	color: #888;
}
.breadcrumbs > span{
	display: inline-block;
	vertical-align: middle;
}
.breadcrumbs a{
	color: inherit;
	color: #888;
}
.breadcrumbs a:hover{
	color: #EB7E56;
}


/*
---
---------------------------------------------------------------------------*/
section {
	padding-top: 3rem;
	padding-bottom: 4rem;
	position: relative;
}
.sub-headerImg-wrapper + section.section-bg-white,
section.section-bg-white + section.section-bg-white {
	padding-top: 0;
}
section.section-bg-colored {
	overflow: hidden;
	color: #fff;
}
section.section-bg-colored:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 200%;
	height: 200%;
}
section.section-bg-colored:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200%;
	height: 200%;
}
section.section-gradient-green {
	background-color: #0a9e46;
}
section.section-gradient-green:before {
	background-image: radial-gradient(circle, rgba(159,229,92,1) 0%, rgba(159,229,92,0) 50%);
}
section.section-gradient-green:after {
	background-image: radial-gradient(circle, rgba(159,229,92,1) 0%, rgba(159,229,92,0) 50%);
}
section.section-gradient-blue {
	background-color: #177da5;
}
section.section-gradient-blue:before {
	background-image: radial-gradient(circle, rgba(173,188,196,1) 0%, rgba(173,188,196,0) 50%);
}
section.section-gradient-blue:after {
	background-image: radial-gradient(circle, rgba(173,188,196,1) 0%, rgba(173,188,196,0) 50%);
}

.section__hen__wrapper {
	position: absolute;
	-webkit-text-stroke: 2px #ddd;
	color: transparent;
	font-weight: 500;
	font-size: 8rem;
	top: 0;
	right: 0;
	line-height: 1;
	opacity: .3;
}
section.section-bg-colored .section__hen__wrapper {
	-webkit-text-stroke-color: #fff;
}
.contents_body-sb {
	position: relative;
	z-index: 1;
	max-width: calc(1072px + 2rem);
}

section.section-bg-colored .btn-a:hover {
	color: #444;
	background-color: #fff;
}
section.section-bg-colored .btn-a:hover:before {
	background-image: url("../images/arrow-36x10-white-next.png");
}
section.section-bg-colored .btn-a {
	background-color: transparent;
	border-color: #fff;
}


/*
---
---------------------------------------------------------------------------*/
h2 {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 3rem;
}
h2:after {
	display: block;
	content: '';
	width: 240px;
	border-top: 1px solid #004fa2;
	margin: 1.25rem auto 0;
}
section.section-bg-colored h2:after {
	border-top-color: #fff;
}
section.section-bg-colored h2 {
	color: #fff;
}
section.section-bg-select h2:after {
	border-top-color: inherit;
}


/*
---
---------------------------------------------------------------------------*/
hr{
	display: block;
	border-width: 1px 0 0;
	border-color: #ddd;
}
.hr_dotted hr{
	border-style: dashed;
}


/*
---
---------------------------------------------------------------------------*/
.listlink_wrp{
	margin-top: 1.5em;
}
.listlink_wrp a{
	display: block;
	padding: 15px 15px 15px 26px;
	color: inherit;
	border-style: dashed;
	border-color: #ddd;
	border-width: 1px 0 0;
	position: relative;
	background-image: url(../images/arrow_6x10_keycolor_border_left.png);
	background-position: 10px 20px;
	background-repeat: no-repeat;
	-webkit-background-size: 6px 10px;
	background-size: 6px 10px;
}
.listlink_wrp a:last-child{
	border-bottom-width: 1px;
}
.listlink_wrp a:hover{
	background-color: rgba(9, 73, 174, 0.05);
}

.listlink_wrp a[href$=".pdf"]{
	padding-right: 52px;
}
.listlink_wrp a[href$=".pdf"]:after{
	content: '';
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/Adobe_PDF_file_icon_32x32.png);
	background-repeat: no-repeat;
	-webkit-background-size: 32px auto;
	background-size: 32px auto;
}


/*
---page anchor
---------------------------------------------------------------------------*/


/*
---category.php
---------------------------------------------------------------------------*/


.noarticle{
	padding: 100px 15px;
	background-color: #f5f5f5;
	text-align: center;
}

.pager{
	margin-top: 2em;
}
.pager-arrows{
	float: left;
}
.pager-arrows svg{
	vertical-align: middle;
}
.pager-arrows a,
.pager-arrows span{
	width: 35px;
	height: 35px;
	padding: 0;
	background-color: rgba(68, 129, 186, 0.75);
	background-image: url(../images/arrow_6x10_wht_border_left.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 6px 10px;
	background-size: 6px 10px;
	display: inline-block;
	margin-right: 5px;
	text-align: center;
}
.pager-arrows span{
	opacity: 0.25;
}

.pager-arrows > :first-child{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}


.pager-arrows a:hover{
	background-color: rgba(68, 129, 186, 1);
}

.pager select[name="sp_paginate_links"]{
	float: right;
	width: 300px;
	box-sizing: border-box;
	margin: 0 auto;
	display: block !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding:5px 36px 5px 10px;
	border:1px solid #ccc;
	border-radius:3px;
	cursor:pointer;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	background-image: url(../images/icon_select_open.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px auto;
}
.pager select[name="sp_paginate_links"]::-ms-expand{
	display: none;
}


/*
---single.php
---------------------------------------------------------------------------*/

.singleArticle-catList{
	padding: 10px 15px 15px;
	clear: both;
	background-color: #efefef;
}
.singleArticle-catList a{
	display: inline-block;
	padding: 10px;
	background-color: #2980B4;
/*	border-radius: 3px;*/
	margin: 5px 5px 0 0;
	font-size: 0.5rem;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #2980B4;
}
.singleArticle-catList a:hover{
	background-color: #fff;
	color: #2980B4;
}

.singleArticle-con{
}

.singleArticle-con table,
.singleArticle-con table th,
.singleArticle-con table td{
	width: auto !important;
	height: auto !important;
}


.singleArticle-date{
	line-height: 1;
	display: table;
	border-collapse: collapse;
	margin-top: 30px;
}
.singleArticle-date span{
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
.singleArticle-date span:first-child{
	border-style: solid;
	border-color: #4d4d4d;
	border-width: 0 1px;
}

.singleArticle-btn{
	padding-top: 2rem;
	border-top: 1px solid #ddd;
}

.sigle-pastPost-alert{
	padding: 15px;
	border: 1px solid #BF0000;
	background-color: #fff0f0;
	color: #BF0000;
	margin-bottom: 2em;
}

h2.singleArticle-h2:after {
	margin-left: 0;
}
h2.singleArticle-h2 {
	text-align: left;
}

.single__meta__time {
	flex-shrink: 0;
	padding-right: 2rem;
	padding-top: .25rem;
	color: #888;
	font-size: .85rem;
}
.single__meta__wrapper {
}
.single__meta__cat {
	flex-grow: 1;
	margin-right: -.5rem;
}
.single__meta__cat a:hover {
	color: #4481ba;
	background-color: transparent;
}
.single__meta__cat a {
	display: block;
	background-color: #4481ba;
	border: 1px solid #4481ba;
	color: #fff;
	font-size: .5rem;
	padding: 0.4rem 0.5rem;
	line-height: 1;
	border-radius: 100vh;
	margin: 0 .5rem .5rem 0;
}


/*
---mw wp form
---------------------------------------------------------------------------*/
.mw_wp_form{
/*	margin: 30px 0;*/
}
.mw_wp_form > :first-child{
	margin-top: 0 !important;
}
.mw_wp_form > :last-child{
	margin-bottom: 0 !important;
}
.mw_wp_form strong{
	color: #2293B1;
}
.mw_wp_form table{
	width: 100%;
}
.mw_wp_form table th,
.mw_wp_form table td{
	vertical-align: middle;
}
.mw_wp_form table th{
	width: 280px;
}

.mw_wp_form table th[colspan="2"]{
	background-color: #2293B1;
	color: #fff;
	border-left-color: #2293B1;
	border-right-color: #2293B1;
}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="email"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding:5px;
	border:1px solid #ccc;
	border-radius:3px;
	display:inline-block;
	box-sizing:border-box;
	max-width:100%;
	width: 100%;
}
.mw_wp_form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding:5px 36px 5px 10px;
	border:1px solid #ccc;
	border-radius:3px;
	cursor:pointer;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	background-image: url(../images/icon_select_open.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px auto;
	min-width:150px;
}
.mw_wp_form select::-ms-expand {
  display: none;
}

.mw_wp_form input[type="submit"],
.mw_wp_form input[type="button"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	max-width: 320px;
	width: 100%;
	margin: 10px auto 0;
	padding: 15px 30px;
	text-align: center;
	color: #fff;
	border-width: 0;
	background-image: url(../images/arrow_right_wht_6x11.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;
	background-color: #094AB1;
	transition: all .5s;
	border-radius: 5px;
}
.mw_wp_form input[type="submit"]:hover,
.mw_wp_form input[type="button"]:hover{
	background-color: #2980B4;
	color: #fff;
}

.mw_wp_form input[type="submit"].back{
	background-color: #f2f2f2;
	color:inherit;
	border:1px solid #ddd;
	padding:10px 15px;
	background-image: none;
}
.mw_wp_form input[type="submit"].back:hover{
	background-color: #fff;
}

.mw_wp_form .error{
	margin-top: 5px;
	width: auto;
}

.mw_wp_form input.zip,
.mw_wp_form input.tel{
	width:6em;
}
.mw_wp_form input.shorttxt{
	width:6em;
}
.mw_wp_form input.longtxt{
	width:100%;
}
.mw_wp_form textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:1px solid #ccc;
	border-radius:3px;
	padding:5px;
	box-sizing:border-box;
	display:block;
	width:100%;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
.mw_wp_form label.error{
	display:block;
	background-color: #B43032;
	color:#fff;
	padding:5px 10px;
	margin-top:5px;
	border-radius:3px;
}
.mwform-checkbox-field input[type="checkbox"]{
	vertical-align:middle;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}
.mw_wp_form .horizontal-item{
	margin-right:30px;
	display:inline-block;
	padding:5px 0;
}

.mw_wp_form #graduated-year{
	width: 5em;
}

.mw_wp_form_confirm .conf_non{
	display: none !important;
}

.mw_wp_form table .nameField{
	display: inline-block;
}
.mw_wp_form table td .nameField:first-child{
	margin-right: 1em;
}
.mw_wp_form table .nameField input{
	width: 10em;
}

.mw_wp_form input#event,
.mw_wp_form input#eventtime{
	display: block;
	padding: 0;
	border: none;
}


/*
---サイトマップ
---------------------------------------------------------------------------*/
.sitemap .sm_wrp{
	overflow: hidden;
}
.sitemap .menu_global li{
	margin: 0;
	padding: 0;
}
.sitemap .menu_global li:before{
	display: none;
}
.sitemap .menu_global a{
	display: block;
	color: inherit;
}
.sitemap .menu_global{
	margin: 0 -10px;
}
.sitemap .menu_global:after{
	content: '';
	display: table;
	clear: both;
}
.sitemap .menu_global > li{
	float: left;
	width: calc(99.99% / 3);
	padding: 0 10px;
}
.sitemap .menu_global > li:nth-of-type(n+4){
	padding-top: 1.5em;
}
.sitemap .menu_global > li:nth-of-type(3n+1){
	clear: both;
}
.sitemap .menu_global > li > a{
	background-color: rgba(41, 128, 180, 0.15);
	padding: 15px 36px 15px 15px;
	position: relative;
}
.sitemap .menu_global > li > a:hover{
	background-color: rgba(41, 128, 180, 1);
	color: #fff;
}
.sitemap .menu_global .sub-menu{
	padding-top: 0.5em;
	margin: 0;
}

.sitemap .menu_global .sub-menu > li{
}
.sitemap .menu_global .sub-menu > li > a{
	background-image: url(../images/icon_triangle_6x8_gray.png);
	-webkit-background-size: 6px 8px;
	background-size: 6px 8px;
	background-position: 10px 0.9em;
	background-repeat: no-repeat;
	padding: 0.5em 0 0.5em 26px;
}
.notouch .sitemap .menu_global .sub-menu > li > a:hover{
	background-position: 20px 0.9em;
	color: #2980B4;
}

.sitemap .menu_global > li.other{
	clear: both;
	float: none;
	width: auto;
}
.sitemap .menu_global > li.other > a{
	display: none;
}
.sitemap .menu_global > li.other .sub-menu{
	padding: 15px;
	background-color: #f5f5f5;
}
.sitemap .menu_global > li.other .sub-menu li{
	display: inline-block;
}
.sitemap .menu_global > li.other .sub-menu li:nth-of-type(n+2){
	margin-left: 1.5em;
}


/*
---準備中
---------------------------------------------------------------------------*/
.under_construction{
	text-align: center;
	padding: 100px 0;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	font-size: 2.4rem;
	background-color: #f5f5f5;
}


/*
---
---------------------------------------------------------------------------*/
h3 {
	font-size: 1.3rem;
	margin-top: 3rem;
	font-weight: 400;
}
h4 {
	font-size: 1.2rem;
	margin-top: 2rem;
	font-weight: 400;
}
h5 {
	font-size: 1.2rem;
	margin-top: 2rem;
	font-weight: 400;
}
h6 {
	font-size: 1.1rem;
	margin-top: 2rem;
	font-weight: 400;
}


.contents_body p {
    margin-top: 2rem;
}
.contents_body p + p{
/*    margin-top: 20px;*/
}

.contents_body ul,
.contents_body ol{
	margin: 2rem 0 0;
}
.contents_body ul > li,
.contents_body ol > li{
	padding: 0 0 0 1.5em;
	position: relative;
	margin-top: 1rem;
}
.contents_body ul > li:first-child,
.contents_body ol > li:first-child{
	margin-top: 0;
}
.contents_body ul > li:before,
.contents_body ol > li:before{
	content:"\0030fb";
	position: absolute;
	left: 0;
	top: 0;
}
.contents_body ul.caution{
	margin: 1rem 0 0 0.5em;
}
.contents_body ul.caution > li{
	font-size: 0.85em;
	margin-top: 1em;
}
.contents_body ul.caution > li:before{
	content:"\00203b";
	background-image: none;
}
.contents_body ol{
	counter-reset:li;
}
.contents_body ol > li:before{
	counter-increment:li;
	content:counter(li) ":";
	text-align: right;
	width: 2em;
	left: -1em;
/*	color: #3071B7;*/
	color: inherit;
	background-image: none;
}
.contents_body ol.num_caution{
	margin: 1rem 0 0 0.5em;
}
.contents_body ol.num_caution > li{
	font-size: 0.85em;
	margin-top: 1em;
}
.contents_body ol.num_caution > li:before{
	content:"\00203b"counter(li);
}

.contents_body table{
	margin: 2.5rem 0 0;
	background-color: #fff;
}
.contents_body th,
.contents_body td{
	padding: 1rem;
	border: 1px solid #ddd;
	word-break: break-all;
	color: #444;
}
.contents_body th > :first-child,
.contents_body td > :first-child{
	margin-top: 0 !important;
}
.contents_body th > :last-child,
.contents_body td > :last-child{
	margin-bottom: 0 !important;
}
.contents_body th{
	background-color: #d5e5f1;
}
.contents_body td{
}
.table_layout_fix{
	width: 100%;
	table-layout: fixed;
}


/*
---
---------------------------------------------------------------------------*/
.authForm {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.authForm__pass {
    position: relative;
    padding-left: 140px;
}
.authForm__pass + .authForm__pass {
	margin-top: 10px;
}
.authForm__pass span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.authForm__pass input {
    display: block;
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    border: 1px solid #ddd;
}
.authForm input[type="submit"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 200px;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    background-color: #eee;
}
.authForm__caution {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.authForm__caution ul.caution {
	margin-left: 0;
}


/*
---
---------------------------------------------------------------------------*/
.common__editor__wrapper a:hover img {
	opacity: .5;
}


/*
---
---------------------------------------------------------------------------*/
.online__movie__inner {
	display: block;
	color: inherit;
}
.online__movie__thumb:before {
	content: '';
	display: block;
	padding-bottom: 56.25%;
	background-color: #000;
}
a:hover .online__movie__thumb img {
	transform: translateY(-50%) scale(1.25);
}
.online__movie__thumb img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	opacity: .75;
}
.online__movie__thumb:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/icon-youtubeplay-88x62.png");
	background-size: 60px auto;
}
.online__movie__thumb {
	position: relative;
	overflow: hidden;
}

@media only screen and (min-width: 768px) {
	.online__movie__wrapper.col2 .online__movie__item {
		margin-left: 0.25rem;
		margin-right: 0.25rem;
	}
}


/*
---
---------------------------------------------------------------------------*/
.sponsor__platinum__inner:hover {
	opacity: .5;
}
.sponsor__platinum__inner {
	display: block;
}

.sponsor__gold__inner:hover {
	background-color: #4481ba;
	color: #fff;
}
.sponsor__gold__inner:hover:before {
	border-color: transparent transparent transparent #fff;
}
/*.sponsor__gold__inner:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #444444;
	top: 50%;
	right: .5rem;
	transform: translateY(-50%);
}*/
.sponsor__gold__inner {
	display: flex;
	height: 100%;
	background-color: #f2f2f2;
	align-items: center;
	padding: .5rem 1.5rem .5rem .5rem;
	position: relative;
	color: #444;
}

.sponsor__kojin__inner {
	display: flex;
	height: 100%;
	border-bottom: 4px solid #f2f2f2;
	align-items: flex-end;
	padding: 0rem .5rem .5rem;
}

.gazou .sponsor__gold__inner {
	padding: 0;
}
.sponsor__gold__flex .lightblue {
	border-bottom: 4px solid rgb(116,163,180);
	border-left: 8px solid rgb(116,163,180);
}
.sponsor__gold__flex .blue {
	border-bottom: 4px solid rgb(72,109,146);
	border-left: 8px solid rgb(72,109,146);
}
.sponsor__gold__flex .bluegreen {
	border-bottom: 4px solid rgb(72,146,146);
	border-left: 8px solid rgb(72,146,146);
}
.sponsor__gold__flex .green {
	border-bottom: 4px solid rgb(76,160,90);
	border-left: 8px solid rgb(76,160,90);
}
.sponsor__gold__flex .red {
	border-bottom: 4px solid rgb(146,72,72);
	border-left: 8px solid rgb(146,72,72);
}


/*
---
---------------------------------------------------------------------------*/
.ddemo__intro__text {
	padding-right: 2rem;
}
.ddemo__intro__link {
	flex-shrink: 0;
	width: 400px;
}

.ddemo__handbook__wrapper {
}
.ddemo__handbook__flex {
}
.ddemo__handbook__link:hover {
	opacity: .5;
}
.ddemo__handbook__link {
	width: 160px;
	max-width: 30%;
	flex-shrink: 0;
}
.ddemo__handbook__text {
	padding: 0rem 0rem 0rem 2rem;
}


/*
---
---------------------------------------------------------------------------*/
.tour__link__wrapper a:hover {
	opacity: .5;
}


/*
---
---------------------------------------------------------------------------*/
.hiroba__ppc__wrapper {
	margin-bottom: 5rem;
}
.hiroba__ppc__link {
	flex-shrink: 0;
	max-width: 50%;
}
.hiroba__ppc__text {
	padding-left: 2rem;
}


/*
---
---------------------------------------------------------------------------*/
.article_blk-article + .article_blk-article {
	border-top-width: 0;
}
.article_blk-article {
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 0;
}
.article_blk-a:hover:before {
	transform-origin: left center;
	transform: scaleX(1);
}
.article_blk-a:before {
	content: '';
	position: absolute;
	z-index: -1;
	background-color: #edf5f9;
	width: 100%;
	height: 100%;
	transform-origin: right center;
	transform: scaleX(0);
	left: 0;
	top: 0;
	transition: transform .5s;
}
.article_blk-a {
	display: flex;
	align-items: center;
	padding: 1rem;
	color: inherit;
	position: relative;
	z-index: 1;
}
.article_blk-thumb:before {
	content: '';
	display: block;
	padding-bottom: 66.6666666666%;
}
.article_blk-thumb {
	align-self: flex-start;
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
	width: 140px;
}
.article_blk-textBox {
	padding-left: 1rem;
}
.article_blk-firstwrapper {
	display: flex;
}
.article_blk-date {
	width: 120px;
	flex-shrink: 0;
	font-size: .85rem;
}
.article_blk-btags span {
	display: block;
	margin-right: .5rem;
	line-height: 1;
	padding: 4px .5rem;
	color: #888;
	border: 1px solid;
	background-color: #fff;
	font-size: .75rem;
}
.article_blk-btags {
	display: flex;
	flex-wrap: wrap;
	margin-right: -0.5rem;
}
.article_blk-title {
	margin-top: .5rem;
}



/*
---
---------------------------------------------------------------------------*/
.organizer__wrapper {
	
}
	.organizer__wrapper .inner {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 15px;
	}
		.organizer__wrapper .inner .organizer-block {
			display: flex;
			flex-wrap: wrap;
			border: 1px solid #ddd;
			padding: 20px;
			width: calc((100% / 3) - 10px );
		}
			.organizer__wrapper .inner .organizer-block .img-area {
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
				margin: 0 auto;
				position: relative;
				padding-top: calc(100% - 20px);
				width: 66.67%;
			}
			/*.organizer__wrapper .inner .organizer-block .img-area::before {
				content: '';
			}*/
			.organizer__wrapper .inner .organizer-block .txt-area {
				text-align: center;
				width: 100%;
			}
				.organizer__wrapper .inner .organizer-block .txt-area > p {
					margin-top: 10px;
				}

.organizer-link-field {
	padding: 10px 0 0;
}
	.organizer-link-field .organizer-link:hover:before {
		background-image: url("../images/arrow-36x10-blue-next.png");
		right: -.5rem;
	}
	.organizer-link-field .organizer-link:before {
		content: '';
		width: 36px;
		height: 10px;
		background-image: url("../images/arrow-36x10-white-next.png");
		background-size: 100% auto;
		bottom: 50%;
		right: .5rem;
		position: absolute;
	}
	.organizer-link-field .organizer-link:hover {
		color: #2b7bb8;
		background-color: transparent;
	}
	.organizer-link-field .organizer-link {
		display: block;
		background-color: #2b7bb8;
		position: relative;
		color: #fff;
		padding: 1rem 3rem;
		text-align: center;
		max-width: 240px;
		border: 1px solid #2b7bb8;
		margin-left: auto;
		margin-right: auto;
	}


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


@media only screen and (max-width: 767px) {
	
	
	/*
	---mw wp form
	---------------------------------------------------------------------------*/
	.mw_wp_form table .nameField{
		display: block;
	}
	.mw_wp_form table td .nameField:first-child{
		margin: 0 0 5px;
	}


	/*
	---category.php
	---------------------------------------------------------------------------*/
	.pager select[name="sp_paginate_links"]{
		width: 150px;
	}
	
	
	/*
	---single.php
	---------------------------------------------------------------------------*/
	.singleArticle-catList{
		padding: 5px 10px 10px 10px;
	}
	.singleArticle-catList a{
		text-decoration: none;
		font-size: 1.2rem;
		padding: 5px;
	}
	.single__meta__time {
		padding-right: 1rem;
	}
	
	
	/*
	---
	---------------------------------------------------------------------------*/
	.listlink_wrp a[href$=".pdf"]{
		padding-right: 40px;
	}
	.listlink_wrp a[href$=".pdf"]:after{
		width: 20px;
		height: 20px;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}


	/*
	---準備中
	---------------------------------------------------------------------------*/
	.under_construction{
		padding: 50px 0;
		font-size: 1.8rem;
	}
	
	
	/*
---
---------------------------------------------------------------------------*/
	.contents_body table{
		font-size: 0.5rem;
	}
	.contents_body th,
	.contents_body td{
		padding: 0.25rem;
	}
	.contents_body table.table_smp_block,
	.contents_body table.table_smp_block tbody,
	.contents_body table.table_smp_block tr{
		display: block;
	}
	.contents_body table.table_smp_block{
		font-size: inherit;
		border-bottom: 1px solid #ddd;
	}
	.contents_body table.table_smp_block th,
	.contents_body table.table_smp_block td{
		display: block !important;
		width: auto !important;
		padding: 1rem;
		border-bottom-width: 0;
	}


/*
---
---------------------------------------------------------------------------*/
	.authForm__pass {
	    padding-left: 0;
	}
	.authForm__pass span {
	    position: relative;
	    display: block;
	    transform: none;
	}


/*
---
---------------------------------------------------------------------------*/
	.sub-headerImg-wrapper {
		padding: calc(40px + 2rem + 3rem) 0rem 3rem;
	}
	.section__hen__wrapper {
    font-size: 4rem;
	}
	.page__lead__wrapper {
		padding-top: 2rem;
	}
		.page__lead__wrapper.page__thumbnail > div {
			padding-top: 100%;
		}
			.page__lead__wrapper.page__thumbnail > div > p {
				position: absolute;
				font-size: 1rem;
				margin-top: 0;
			}


/*
---
---------------------------------------------------------------------------*/
	.online__movie__thumb:after {
		background-size: 40px auto;
	}
	.online__movie__title.mt1 {
		font-size: 0.85rem;
	}


/*
---
---------------------------------------------------------------------------*/
	.sponsor__gold__inner {
		font-size: .85rem;
	}
	.sponsor__kojin__inner {
		font-size: .85rem;
	}


/*
---
---------------------------------------------------------------------------*/
	.ddemo__intro__text {
		width: 100%;
		padding: 0 0 1rem;
		text-align: center;
	}
	.ddemo__intro__link {
		width: 100%;
	}
	.ddemo__handbook__text {
		padding-left: 1rem;
		padding-top: 0rem;
	}


/*
---
---------------------------------------------------------------------------*/
	.hiroba__ppc__flex {
		flex-wrap: wrap;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.hiroba__ppc__link {
		max-width: none;
		width: 100%;
		text-align: center;
	}
	.hiroba__ppc__text {
		width: 100%;
		padding: 2rem 0 0;
	}


/*
---
---------------------------------------------------------------------------*/
	.article_blk-thumb {
		width: 90px;
	}
	.article_blk-firstwrapper {
		display: block;
	}
	.article_blk-btags {
		margin-right: -.25rem;
		margin-top: .25rem;
	}
	.article_blk-btags span {
		font-size: 0.5rem;
		padding: 0.25rem;
		margin: .25rem .25rem 0 0;
	}
	.article_blk-a {
		padding: 1rem 0.5rem;
	}


/*
---
---------------------------------------------------------------------------*/
	.organizer__wrapper .inner .organizer-block {
		width: calc((100% / 2) - 8px );
	}
	.organizer-link-field .organizer-link {
		padding: 1rem 3rem 1rem 2rem;
	}


}


@media only screen and (max-width: 500px) {
	.organizer__wrapper .inner .organizer-block {
		width: 100%;
		padding: 15px
	}
}



