@charset "UTF-8";
/*
Theme Name: SANGO Child
Theme URI: https://saruwakakun.design
Description: SANGOへようこそ！テーマの設定方法は<a href="https://saruwakakun.com/sango">カスタマイズガイド</a>を参照してください。
Author: SARUWAKA / ohga
Author URI: https://saruwakakun.com
Template: sango-theme
Version: 1.3.1
Text Domain: sango
License URI: https://saruwakakun.design/term
-------------------------------------------------*/


body {
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
	color: #000 !important;
}

br.pc {
	display: block;
}
br.sp {
	display: none;
}
@media only screen and (max-width: 767px) {
	br.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
}

/* ヘッダー *******************************/
.header {
	position: fixed !important;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: none !important;
	border-bottom: 1px solid #000;
}
#logo, #logo img {
	height: 80px !important;
}
.desktop-nav li a {
	height: 80px !important;
	font-size: 16px !important;
	line-height: 80px !important;
}
.desktop-nav li:after {
	bottom: 10px !important;
	height: 2px !important;
	background-color: #09478B !important;
}

/* フッター *******************************/
footer.footer {
	background-color: #09478B;
	color: #fff !important;
}
footer.footer .ft_widget {
	margin: 20px 0;
}
footer.footer .ft_widget .textwidget address {
	font-size: 16px;
	font-style: normal;
}
footer.footer .ft_widget .textwidget p {
	font-size: 16px;
	line-height: 1.83;
}
footer.footer .ft_widget .textwidget p a {
	color: #fff;
}
footer.footer .f_bottom .ft_widget .textwidget p {
	text-align: center;
}
@media only screen and (min-width: 768px) {
	footer.footer .fblock {
		margin: 0;
	}
	footer.footer .fblock.f_left {
		width: 45%;
	}
	footer.footer .fblock.f_right {
		float: right;
		width: 45%;
	}
	footer.footer .fblock.f_bottom {
		width: 100%;
	}
}

footer.footer #footer-menu {
	background-color: #09478B !important;
}
footer.footer .copyright {
	color: #fff !important;
}


/* 記事ページ **********************************/
/*下ボーダー（2カラー）#1見出し*/
#inner-content .hh01 {
	position: relative;
	padding-bottom: .5em !important;
	border-bottom: 4px solid #ccc !important;
}
#inner-content .hh01:after {
	position: absolute !important;
	bottom: -4px !important;
	left: 0 !important;
	z-index: 2 !important;
	content: '' !important;
	width: 20% !important;
	height: 4px !important;
	background-color: #3498db !important;
}
/*マーク#1見出し*/
#inner-content .hh02 {
	position: relative;
	padding: 0 .5em .5em 1.7em !important;
	border-bottom: 1px solid #ccc !important;
}
#inner-content .hh02:after {
	position: absolute !important;
	top: .4em !important;
	left: .4em !important;
	z-index: 2 !important;
	content: '' !important;
	width: 12px !important;
	height: 12px !important;
	background-color: #ccc !important;
	-webkit-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}


/* トップページ **********************************/
/* メインビジュアル *******************************/
body.home div#content {
	padding-top: 81px;
	padding-left: 0px;
	padding-right: 0px;
}
body.home div#content .wrap {
	padding-left: 30px;
	padding-right: 30px;
}
body.home .page-forfront .mainvisual {
	position: relative;
	margin-bottom: 50px;
}
body.home .page-forfront .mainvisual p {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 31px 0;
	width: 100%;
	height: 202px;
	background-color: rgba(9, 71, 139, 0.5);
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 70px;
	text-shadow: 0 0 10px #09478B;
	font-family: "ゴシックMB101 B";
}

@media only screen and (max-width: 767px) {
	body.home .page-forfront .mainvisual p {
		padding: 12px 0;
		height: 95px;
		font-size: 24px;
		line-height: 35px;
	}
}

/* 挨拶 *******************************/
body.home div#content .entry-content {
	margin-bottom: 100px;
	margin-top: 100px;
}
body.home div#content .entry-content > p:nth-child(1),
body.home div#content .entry-content > p:nth-child(2) {
	font-family: "A1明朝";
	font-weight: bold;
	
}
body.home div#content .entry-content > p:nth-child(1),
body.home div#content .entry-content > p:nth-child(2),
body.home div#content .entry-content > p:nth-child(3) {
	margin-bottom: 20px;
	line-height: 1.5;
}

@media only screen and (min-width: 768px) {
	body.home div#content .entry-content p:nth-child(3) ~ p {
		font-size: 120%;
	}
}
@media only screen and (max-width: 767px) {
	body.home div#content .entry-content {
		margin-bottom: 50px;
		margin-top: 50px;
	}
	body.home div#content .entry-content > p:nth-child(1),
	body.home div#content .entry-content > p:nth-child(2),
	body.home div#content .entry-content > p:nth-child(3) {
		margin-bottom: 5px;
	}
}

/* セミナー *******************************/
#top_seminar {
	background-color: #09478B;
}
#top_seminar h4 p, #top_seminar h4 span {
	color: #fff;
}
#top_seminar h4 a {
	color: #fff;
}
@media only screen and (max-width: 768px) {
	#top_topics h4 a {
		right: 30px;
	}
}
#top_topics ul li a p:nth-child(2) {
	color: #000;
}

/* セミナー・トピックス共通 *******************************/
#top_seminar, #top_topics {
	padding-bottom: 100px;
	padding-top: 100px;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	#top_seminar, #top_topics {
		padding-bottom: 50px;
		padding-top: 50px;
	}
}
#top_seminar h4, #top_topics h4 {
	position: relative;
	margin-top: 0;
	text-align: center;
}
#top_seminar h4 p, #top_topics h4 p {
	margin: 0;
	font-size: 30px;
}
#top_seminar h4 span, #top_topics h4 span {
	font-size: 18px;
	font-family: 'Times New Roman', Times, 'serif';
}
#top_seminar h4 a, #top_topics h4 a {
	position: absolute;
	right: calc(4% + 30px);
	top: 20px;
}
#top_seminar ul, #top_topics ul {
	margin: 0 auto;
	width: 1180px;
}
@media only screen and (max-width: 1180px) {
	#top_seminar ul, #top_topics ul {
		width: 96%;
	}
}
#top_seminar ul li, #top_topics ul li {
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    #top_seminar ul li, #top_topics ul li {
        margin-bottom: 10px;
    }
}
#top_seminar ul li:last-child, #top_topics ul li:last-child {
	margin-bottom: 0;
}
#top_seminar ul li a, #top_topics ul li a {
	display: table;
	position: relative;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	#top_seminar ul li a, #top_topics ul li a {
		display: block;
	}
}
#top_seminar ul li a {
	background-color: #fff;
}
#top_topics ul li a {
	background-color: #E9ECEF;
}
#top_seminar ul li a:after, #top_topics ul li a:after {
	position: absolute;
	right: 0;
	top: calc(50% - 18px);
	content: "＞";
	font-size: 36px;
	font-weight: bold;
}
#top_seminar ul li a p, #top_topics ul li a p {
	display: table-cell;
	vertical-align: top;
	color: #000;
}
@media only screen and (max-width: 767px) {
	#top_seminar ul li a p, #top_topics ul li a p {
		display: block;
	}
}
#top_seminar ul li a p:nth-child(1), #top_topics ul li a p:nth-child(1) {
	margin: 0;
	padding: 10px;
	width: 50%;
}
#top_seminar ul li a p:nth-child(1) img, #top_topics ul li a p:nth-child(1) img {
	width: 100%;
	vertical-align: middle;
}
#top_seminar ul li a:hover p:nth-child(1) img, #top_topics ul li a:hover p:nth-child(1) img {
	opacity: 0.5;
}
@media only screen and (max-width: 767px) {
	#top_seminar ul li a p:nth-child(1), #top_topics ul li a p:nth-child(1) {
		margin-bottom: 10px;
		width: 100%;
	}
}
#top_seminar ul li a p:nth-child(2), #top_topics ul li a p:nth-child(2) {
	padding: 20px 5% 20px 3%;
	width: 50%;
	/*background: url(/wp/wp-content/uploads/2018/01/mark.png) no-repeat 10% 35px;
	background-size: 68px 51.5px;*/
}
@media only screen and (max-width: 767px) {
	#top_seminar ul li a p:nth-child(2), #top_topics ul li a p:nth-child(2) {
		padding: 5%;
		/*background: url(/wp/wp-content/uploads/2018/01/mark.png) no-repeat 5% 35px;*/
	}
}
#top_seminar ul li a p:nth-child(2) > span, #top_topics ul li a p:nth-child(2) > span {
	display: block;
}
#top_seminar ul li a:hover p:nth-child(2) > span, #top_topics ul li a:hover p:nth-child(2) > span {
	text-decoration: underline;
}
#top_seminar ul li a p:nth-child(2) > span:nth-child(1), #top_topics ul li a p:nth-child(2) > span:nth-child(1) {
	/*margin-left: 90px;*/
	font-size: 16px;
	font-weight: bold;
}
#top_seminar ul li a p:nth-child(2) > span:nth-child(1) > span, #top_topics ul li a p:nth-child(2) > span:nth-child(1) > span {
	font-size: 24px;
}
#top_seminar ul li a p:nth-child(2) > span:nth-child(1) > span.cat {
	margin-left: 10px;
	padding: 4px;
	background-color: #dc143c;
	font-size: 14px;
	color: #fff;
}
#top_topics ul li a p:nth-child(2) > span:nth-child(1) > span.cat {
	margin-left: 10px;
	padding: 4px;
	background-color: #252525;
	font-size: 14px;
	color: #fff;
}
#top_seminar ul li a p:nth-child(2) > span:nth-child(1) > span.cat:nth-child(4),
#top_topics ul li a p:nth-child(2) > span:nth-child(1) > span.cat:nth-child(4) {
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
	#top_seminar ul li a p:nth-child(2) > span:nth-child(1) > span.cat,
	#top_topics ul li a p:nth-child(2) > span:nth-child(1) > span.cat {
		margin: 0;
	}
}
#top_seminar ul li a p:nth-child(2) > span:nth-child(2), #top_topics ul li a p:nth-child(2) > span:nth-child(2) {
	margin: 0 0 20px /*90px*/;
	font-size: 20px;
	font-weight: bold;
}
#top_seminar ul li a p:nth-child(2) > span:nth-child(3), #top_topics ul li a p:nth-child(2) > span:nth-child(3) {
	padding-top: 20px;
	border-top: 1px solid #252525;
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	#top_seminar ul li a p:nth-child(2), #top_topics ul li a p:nth-child(2) {
		margin-left: 0;
		padding-right: 45px;
		width: 100%;
		background-size: 34px 25.75px;
	}
	#top_seminar ul li a p:nth-child(2) > span:nth-child(1), #top_topics ul li a p:nth-child(2) > span:nth-child(1) {
		/*margin-left: 45px;*/
		font-size: 14px;
	}
	#top_seminar ul li a p:nth-child(2) > span:nth-child(2), #top_topics ul li a p:nth-child(2) > span:nth-child(2) {
		margin: 0 0 5px /*45px*/;
		font-size: 18px;
	}
}
#top_seminar p.forList, #top_topics p.forList {
    margin: 50px auto 0;
    width: 200px;
    height: 50px;
}
#top_seminar p.forList a, #top_topics p.forList a {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}
#top_seminar p.forList a:hover, #top_topics p.forList a:hover {
    opacity: 0.5;
}
#top_seminar p.forList a {
    background-color: #fff;
}
#top_topics p.forList a {
    background-color: #09478B;
    color: #fff;
}


/* 他ページ **********************************/
/* スタート部分 *******************************/
@media only screen and (min-width: 1030px) {
	.archive .wrap, .category .wrap {
		width: 92%;
	}
}
.archive #content, .category #content, .single #content, .page #content {
	margin-top: 0 !important;
	padding-top: 101px;
}
@media only screen and (min-width: 768px) {
	.archive #content, .category #content, .single #content, .page #content {
		margin-top: 0 !important;
		padding-top: 121px;
	}
}
.page-title:after, .article-footer {
	display: none !important;
}
/* サイドフォーム *******************************/
aside #notfix #text-4 {
	background: none;
}
aside #notfix #text-4 .textwidget {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFD4A9;
}
aside #notfix #text-4 .textwidget > p {
	margin: 0.5em !important;
	color: #000 !important;
}
aside #notfix #text-4 .textwidget > p:nth-child(1) {
	margin-bottom: 10px;
	text-align: center;
}
aside #notfix #text-4 .textwidget > p:nth-child(1) span {
	display: block;
}
aside #notfix #text-4 .textwidget > p:nth-child(1) span:nth-child(1) {
	font-size: 20px !important;
	font-weight: bold;
}
aside #notfix #text-4 .textwidget > p:nth-child(1) span:nth-child(2) {
	font-size: 10px !important;
	font-family: 'Times New Roman', Times, 'serif';
}
aside #notfix #text-4 .textwidget > p:nth-child(2) {
	margin-bottom: 10px;
	font-size: 16px !important;
}
aside #notfix #text-4 .textwidget > form:nth-child(3) {
	margin: 0.5em;
}
aside #notfix #text-4 .textwidget > form:nth-child(3) p {
	width: calc(100% - 1em);
	font-size: 16px !important;
	color: #000 !important;
}
aside #notfix #text-4 .textwidget > form:nth-child(3) p input {
	width: 100% !important;
	background-color: #fff;
	border: 1px solid #BBBBBB;
}
aside #notfix #text-4 .textwidget > form:nth-child(3) .g-recaptcha {
	margin: 0.5em 0;
	width: calc(100% - 1em);
}
aside #notfix #text-4 .textwidget > form:nth-child(3) .g-recaptcha div,
aside #notfix #text-4 .textwidget > form:nth-child(3) .g-recaptcha div iframe {
	width: 100% !important;
}
aside #notfix #text-4 .textwidget > form:nth-child(3) input[type="submit"] {
	margin: 0.5em 0 !important;
	width: calc(100% - 1em);
	height: 32px;
	background-color: #EF8633;
	border: none;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
}
/* サイドバナー *******************************/
aside #notfix #text-5 {
	background: none;
}
aside #notfix #text-5 .textwidget {
	padding: 0;
}
aside #notfix #text-5 .textwidget a {
	display: block;
	margin-top: 10px;
	width: 100%;
}
aside #notfix #text-5 .textwidget a img {
	width: 100%;
}
/* 黒字 *******************************/
.single-title, .page-title, .entry-title, .entry-meta, .prnx , .prnx p {
	color: rgba(0, 0, 0, 1) !important;
}
/* 一覧ページリスト *******************************/
.cat-name {
	background: none !important;
}
.cat-name a {
	display: inline-block;
	margin-right: 5px;
	padding: 0 10px;
	border-radius: 14px;
	background-color: #0066bf;
	color: #fff;
}


/* LP, アンケート **********************************/
/* ヘッダー *******************************/
body.page-template-questionnaire .header {
	position: static !important;
	background-color: #EAEDF2 !important;
}
body.single-events #inner-content, body.page-template-questionnaire #inner-content {
	width: 100%;
}
body.single-events .catchcopy, body.page-template-questionnaire .catchcopy {
	display: inline-block;
	margin: 8px 0 0 50px;
	width: auto;
	height: 72px;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	vertical-align: bottom;
}
body.single-events #main, body.page-template-questionnaire #main {
	padding-bottom: 100px;
	background-color: #fff;
}
@media only screen and (min-width: 769px) {
	body.single-events #inner-content {
		margin: 0 auto;
		width: 800px;
	}
	body.page-template-questionnaire #inner-content {
		margin: 0 auto;
		width: 1000px;
	}
	body.single-events #main, body.page-template-questionnaire #main {
		padding-left: 10px;
		padding-right: 10px;
	}
}
body.single-events #main .page-wrap article.container .row p:first-child, body.page-template-questionnaire #main .page-wrap article.container .row p:first-child {
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	body.single-events .catchcopy, body.page-template-questionnaire .catchcopy {
		margin: 0 0 8px 0;
		height: auto;
		font-size: 14px;
		line-height: 24px;
	}
}

/* フッター *******************************/
body.page-template-questionnaire .fblock.first {
	width: 100% !important;
}
body.page-template-questionnaire .footer .ft_widget {
	margin: 0 !important;
}
body.page-template-questionnaire .fblock.first .textwidget:after {
	content: " ";
	display: block;
	clear: both;
}
body.page-template-questionnaire .fblock.first .textwidget p:nth-child(1) {
	margin-bottom: 40px;
	padding-left: 70px;
	width: 45%;
	float: left;
}
body.page-template-questionnaire .fblock.first .textwidget address:nth-child(2) {
	width: 50%;
	float: right;
}
body.page-template-questionnaire .fblock.first .textwidget p:nth-child(3) {
	width: 50%;
	float: right;
}
@media only screen and (max-width: 767px) {
	.fblock.first .textwidget p:nth-child(1) {
		padding-left: 55px !important;
		width: auto !important;
		float: none !important;
	}
	.fblock.first .textwidget address:nth-child(2) {
		width: auto !important;
		float: none !important;
	}
	.fblock.first .textwidget p:nth-child(3) {
		width: auto !important;
		float: none !important;
	}
}


/* セミナー一覧ページ **********************************/
@media only screen and (min-width: 1030px) {
	#archive_header {
		margin: 0 0 1.5em 0 !important;
	}
}
img.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.post-type-archive-events #main .seminar_list {
	margin: 0 0 100px 0;
}
.post-type-archive-events #main .seminar_list li {
	margin-bottom: 30px;
}
.post-type-archive-events #main .seminar_list li:last-child {
	margin-bottom: 0;
}
.post-type-archive-events #main .seminar_list li a {
	display: block;
	position: relative;
	width: 100%;
	background-color: #fff;
}
.post-type-archive-events #main .seminar_list li a p {
	color: #000;
}
.post-type-archive-events #main .seminar_list li a p:nth-child(2) {
	margin: 0;
	padding: 0 10px 10px;
	width: 100%;
}
.post-type-archive-events #main .seminar_list li a p:nth-child(2) img {
	width: 100%;
	vertical-align: middle;
}
.post-type-archive-events #main .seminar_list li a:hover p:nth-child(2) img {
	opacity: 0.5;
}
@media only screen and (max-width: 767px) {
	.post-type-archive-events #main .seminar_list li a p:nth-child(2) {
		margin-bottom: 10px;
		padding: 0 10px 10px;
		width: 100%;
	}
}
.post-type-archive-events #main .seminar_list li a p:nth-child(1) {
	padding: 20px 5% 0 3%;
	width: 100%;
	/*background: url(/wp/wp-content/uploads/2018/01/mark.png) no-repeat 10% 35px;
	background-size: 68px 51.5px;*/
}
@media only screen and (max-width: 767px) {
	.post-type-archive-events #main .seminar_list li a p:nth-child(1) {
		padding: 5%;
		/*background: url(/wp/wp-content/uploads/2018/01/mark.png) no-repeat 5% 35px;*/
	}
}
.post-type-archive-events #main .seminar_list li a p:nth-child(1) > span {
	display: block;
}
.post-type-archive-events #main .seminar_list li a:hover p:nth-child(1) > span {
	text-decoration: underline;
}
.post-type-archive-events #main .seminar_list li a p:nth-child(1) > span:nth-child(1) {
	/*margin-left: 90px;*/
	font-size: 20px;
	font-weight: bold;
}
.post-type-archive-events #main .seminar_list li a p:nth-child(1) > span:nth-child(1) > span {
	font-size: 28px;
}
.post-type-archive-events #main .seminar_list li a p:nth-child(1) > span:nth-child(1) > span.cat {
	margin-left: 10px;
	margin-top: -3px;
	padding: 4px;
	background-color: #dc143c;
	font-size: 14px;
	color: #fff;
}
.post-type-archive-events #main .seminar_list li a p:nth-child(1) > span:nth-child(1) > span.cat:nth-child(4) {
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
	.post-type-archive-events #main .seminar_list li a p:nth-child(1) > span:nth-child(1) > span.cat {
		margin: 0;
	}
}
.post-type-archive-events #main .seminar_list li a p:nth-child(1) > span:nth-child(2) {
	font-size: 24px;
	font-weight: bold;
}
.post-type-archive-events #main .seminar_list li a p:nth-child(1) > span:nth-child(3) {
	padding-top: 20px;
	border-top: 1px solid #252525;
	font-size: 20px;
}
@media only screen and (max-width: 767px) {
	.post-type-archive-events #main .seminar_list li a p:nth-child(1) {
		margin-left: 0;
		padding: 5% 5% 0;
		width: 100%;
		background-size: 34px 25.75px;
	}
	.post-type-archive-events #main .seminar_list li a p:nth-child(1) > span:nth-child(1) {
		/*margin-left: 45px;*/
		font-size: 14px;
	}
	.post-type-archive-events #main .seminar_list li a p:nth-child(1) > span:nth-child(2) {
		margin: 0 0 5px /*45px*/;
		font-size: 18px;
	}
}

.past_events {
	padding: 20px;
	border-top: 3px solid #0066bf;
	background-color: #fff;
}
.past_events h3 {
	margin-top: 0px;
	padding-left: 10px;
	border-left: 10px solid #0066bf;
}
.past_events ul li {
	display: flex;
	justify-content: space-between;
}
.past_events ul li:not(:last-child) {
	border-bottom: 1px dotted #0066bf;
}
.past_events ul li p:nth-child(1) {
	width: 40%;
}
.past_events ul li p:nth-child(2) {
	width: 55%;
}
