@charset "utf-8";

/*****************************************************
	Sub Page Header / Introduction
*****************************************************/
/* --- Intro Area --- */
.page-intro {
	padding: 0 16px 16px;
}

.page-title {
	margin: 40px auto 0;
	font-size: 36px;
	line-height: 1.4;
	text-align: center;
}

.page-title::after {
	content: "";
	display: block;
	width: 124px;
	height: 5px;
	margin: 16px auto 0;
	background-color: #4BB9C3;
	border-radius: 3px;
}

.page-title__top {
	display: block;
	margin-bottom: 8px;
	color: #888;
	font-size: 18px;
	font-weight: 300;
}

.page-title__bot {
	display: block;
	margin-top: 12px;
	color: #888;
	font-size: 20px;
	font-weight: 300;
}

.page-explain {
	margin-top: 48px;
	padding: 0 0 24px;
	text-align: center;
}

/* ** Media Queries ** */
@media (min-width: 768px) {
	.page-title {
		margin: 40px auto 16px;
	}

	.page-explain {
		padding: 16px 0 40px;
	}
}

@media (min-width: 1200px) {
	.page-title {
		margin: 40px auto 0;
		font-size: 46px;
	}

	.page-title::after {
		margin: 28px auto 0;
	}

	.page-intro {
		width: 100%;
		max-width: 1200px;
		margin: auto;
		padding: 0;
	}

	.page-explain {
		padding: 16px 0 0;
	}
}

/*****************************************************
	Content Layout
*****************************************************/
.bg-gray_cloud {
	background-color: #f3f3f3;
	background-image: url("../img/img_cloud.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.cont-max,
.cont-mid,
.cont-thin,
.cont-min {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 32px 0 48px;
	z-index: 100;
}

/* ** Media Queries ** */
@media (min-width: 768px) {

	.cont-max,
	.cont-mid,
	.cont-thin,
	.cont-min {
		width: 100%;
	}

	.cont-max {
		padding: 40px 16px 48px;
	}

	.cont-mid {
		padding: 40px 24px 48px;
	}

	.cont-thin {
		padding: 40px 32px 48px;
	}

	.cont-min {
		padding: 40px 48px 48px;
	}

	.cont-inner {
		padding-right: 48px;
		padding-left: 48px;
	}
}

@media (min-width: 1200px) {

	.cont-max,
	.cont-mid,
	.cont-thin,
	.cont-min {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	.cont-max {
		padding: 48px 0;
	}

	.cont-mid {
		padding: 48px 48px;
	}

	.cont-thin {
		padding: 56px 72px;
	}

	.cont-min {
		max-width: 1100px;
		padding: 48px 0;
	}

	.cont-mmin {
		width: 100%;
		max-width: 840px;
		margin: 0 auto;
		padding: 30px 0;
	}
}

/* --- NewsList --------------------------------------*/
.newslist__wrap {
	display: flex;
	flex-direction: column;
}

.newslist__box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 4px;
	padding: 16px 24px;
	color: #555;
	background-color: #fff;
}

.newslist__box:hover,
.newslist__box:active {
	color: #222;
	background-color: #C5E4E7;
}

.newslist-category {
	min-width: 100px;
	margin-right: 24px;
}

.newslist-date {
	margin-right: 40px;
}

.newslist-title {
	margin-top: 8px;
}

.news-article__inner {
	width: 90%;
	margin: 0 auto;
	padding: 32px 0 48px;
}

.news-article-info {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 16px 0;
	border-top: solid 3px #666;
	border-bottom: solid 3px #666;
}

.news-article-info li {
	list-style-type: none;
}

.news-article-info li:first-child {
	margin-right: 20px;
}

.news-article__date {
	margin-left: 24px;
}

.news-article__detail {
	margin-bottom: 32px;
	padding-bottom: 24px;
	border-bottom: solid 3px #666;
}

/* ** Media Queries ** */
@media (min-width: 768px) {

	.newslist__area,
	.news-article__inner {
		width: 100%;
		padding: 40px 48px 64px;
	}

	.news-article__detail {
		padding-bottom: 32px;
	}
}

@media (min-width: 960px) {
	.newslist-category {
		flex-grow: 0;
		min-width: 120px;
		font-size: 14px;
	}

	.newslist-title {
		margin-top: auto;
	}

	.news-article__detail {
		padding-bottom: 48px;
	}
}

@media (min-width: 1200px) {

	.newslist__area,
	.news-article__inner {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 64px 80px;
	}

	.newslist-title {
		margin-top: 0;
	}

	.news-article__detail {
		margin-bottom: 48px;
	}
}

/* --- Case --------------------------------------*/
.case-list-box:not(:first-child) {
	margin-top: 56px;
}

.case-list-box {
	display: flex;
	flex-direction: column-reverse;
}

.case-list-box:first-child {
	margin-top: 0;
}

.case-list__info {
	margin-top: 16px;
}

.case-list__corp {
	margin: 0;
}

.case-list__school {
	margin: 8px auto;
	font-size: 32px;
	line-height: 48px;
}

.case-list__school-sub {
	display: block;
	font-size: 16px;
}

.case-list__school-other {
	margin: 0;
	font-size: 3.5vw;
}

.case-list__goodpoint {
	padding: 16px 24px 16px 36px;
	text-align: left;
	color: #fff;
	font-weight: 600;
	background-color: #4BB9C3;
	border-radius: 24px;
}

.case-list__goodpoint li {
	margin-top: 8px;
}

.case-list__product {
	margin: 16px auto;
	padding-top: 8px;
	border-top: dotted 1px #333;
}

.case-list__product-title {
	margin-bottom: 0;
	font-weight: 600;
}

.case-list__product-name {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	text-align: left;
}

.case-list__product-name li {
	list-style-type: none;
}

.case-list__product-name li::after {
	content: "｜";
	display: inline-block;
}

.case-list__product-name li:last-child::after {
	content: none;
}

/* --- Case Detail --- */
.case-detail-box {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 56px;
}

.case-detail-box:first-child {
	margin-top: 0;
}

.case-detail__info {
	margin-top: 16px;
}

.case-detail__school {
	margin: 8px auto;
	font-size: 32px;
	line-height: 48px;
}

.case-detail__school-sub {
	display: block;
	font-size: 16px;
}

.case-detail__school-other {
	font-size: 3.5vw;
}

.case-detail__goodpoint {
	font-weight: 600;
}

.case-detail__goodpoint {
	padding: 16px 24px 16px 36px;
	text-align: left;
	color: #fff;
	font-weight: 600;
	background-color: #4BB9C3;
	border-radius: 24px;
}

.case-detail__goodpoint li {
	margin-top: 8px;
}

.case-detail__product {
	margin: 16px auto;
	padding-top: 8px;
	border-top: dotted 1px #333;
}

.case-detail__product-title {
	margin-bottom: 8px;
	font-weight: 600;
}

.case-detail__product-name {
	margin: 24px 0 0;
	padding: 0;
	text-align: left;
}

/* .case-detail__product-name a { margin-left:16px; } */

.case_figcaption {
	display: block;
	max-width: 70%;
	margin-left: 3em;
	padding: 16px 20px;
	color: #73503C;
	font-size: 14px;
	border: solid 1px #73503C;
	background-color: #fff;
	border-radius: 16px;
	text-align: left;
}

/* ** Media Queries ** */
@media (min-width: 768px) {
	.case-list-box {
		flex-direction: row;
		align-items: center;
	}

	.case-list__info {
		text-align: left;
	}

	.case-list__goodpoint {
		margin-top: 32px;
	}

	.case-list__school-sub {
		display: inline-block;
	}

	.case-list__school-other {
		font-size: 16px;
	}

	.case-list__product {
		border: none;
	}

	.case-list__product-name {
		justify-content: flex-start;
		margin-top: 8px;
	}

	.case-list__photo {
		width: 100%;
		max-width: 250px;
		margin-left: 16px;
	}

	/* --- Case Detail --- */
	.case-detail__school-sub {
		display: inline-block;
	}

	.case-detail__school-other {
		font-size: 16px;
	}

	.case-detail__product {
		border: none;
	}

	.case-detail__photo img {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 960px) {
	.case-list__photo {
		width: 50%;
		max-width: 50%;
	}

	/* --- Case Detail --- */
	.case-detail-box {
		flex-direction: row;
		/* align-items: center; */
		margin-top: 56px;
	}

	.case-detail__info {
		width: 50%;
	}

	.case-detail__photo {
		width: 50%;
		max-width: 50%;
		margin-left: 16px;
	}
}

@media (min-width: 1200px) {
	.case-list-box:not(:first-child) {
		margin-top: 72px;
	}

	.case-list__photo {
		width: 100%;
		max-width: 590px;
		margin-left: 40px;
	}

	/* --- Case Detail --- */
	.case-detail__photo {
		width: 100%;
		max-width: 590px;
		margin-left: 40px;
	}
}

/* --- Seminar List --------------------------------------*/
.seminarlist__wrap {
	display: flex;
	flex-direction: column;
}

.seminarlist-head {
	display: flex;
	padding: 16px 32px;
	background-color: #C5E4E7;
}

.seminarlist__box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 4px;
	padding: 16px 32px;
	background-color: #F3F3F3;
}

.seminarlist__box:hover,
.seminarlist__box:active {
	color: #111;
	background-color: #C5E4E7;
}

.seminarlist-head-title {
	flex-grow: 0;
	min-width: auto;
}

.seminarlist-head-date,
.seminarlist-head-status {
	display: none;
}

.seminarlist-title {
	min-width: 100%;
	margin-bottom: 8px;
}

.seminarlist-date {}

.seminarlist-date::after {
	content: "｜";
}

.seminarlist-status {}

.seminar-batch {
	position: absolute;
	top: -55px;
	right: 0;
	width: 25%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* --- Seminar Article --- */
.seminar-intro>.cont-max {
	padding-top: 0;
}

.seminar-title {
	margin-top: 48px;
}

.seminar-title img {
	max-width: 100%;
	height: auto;
}

.seminar-appeal {
	border: solid 1px #4BB9C3;
}

.seminar-appeal__title {
	margin: 0;
	padding: 16px;
	color: #fff;
	text-align: center;
	background-color: #4BB9C3;
}

.seminar-appeal__txt {
	padding: 16px 32px;
}

.seminar-intro .add-info {
	max-width: 1100px;
	margin: 0 auto 40px;
	padding: 40px;
	border: solid 3px #3b9ca5;
}

/* Color */
.seminar-cat-genba .seminar-appeal {
	border: solid 1px #8ba25b;
}

.seminar-cat-genba .seminar-appeal__title {
	background-color: #8ba25b;
}

/* .seminar-cat-genba a:link,
.seminar-cat-genba a:visited {
	color: #03487e;
	text-decoration: underline;
} */

.seminar-cat-genba a:hover,
.seminar-cat-genba a:active {
	color: #8ba25b;
}

.seminar-cat-unei .seminar-appeal {
	border: solid 1px #15497C;
}

.seminar-cat-unei .seminar-appeal__title {
	background-color: #15497C;
}

/* .seminar-cat-unei a:link,
.seminar-cat-unei a:visited {
	color: #03487e;
	text-decoration: underline;
} */

.seminar-cat-unei a:hover,
.seminar-cat-unei a:active {
	/* color: #01345c; */
}

.seminar-cat-omakase .seminar-appeal {
	border: solid 1px #a88500;
}

.seminar-cat-omakase .seminar-appeal__title {
	background-color: #a88500;
}

.seminar-cat-omakase a:link,
.seminar-cat-omakase a:visited {
	color: #cca200;
	text-decoration: underline;
}

.seminar-cat-omakase a:hover,
.seminar-cat-omakase a:active {
	color: #a88500;
}


.seminar_details {
	width: 100%;
	max-width: 1100px;
	margin: 16px auto;
}

.seminar_details-title {
	margin: 0;
	padding: 8px 0;
	color: #fff;
	text-align: center;
	background-color: #4BB9C3;
}

.seminar_details-txt {
	padding: 0 16px;
}

.seminar_details-txt h5 {
	margin: 8px 0 0;
}

.seminer_flow-title {
	margin-bottom: 32px;
	border-bottom: dashed 1px #888;
	font-size: 22px;
	text-align: center;
}

.seminer_flow-txt {}

.seminar_faq_answer {
	width: 100%;
	margin: 0 auto 64px;
	padding: 24px 24px;
	border-top: solid 1px #c0c0c0;
}

/* ** Media Queries ** */
@media (min-width: 768px) {

	.seminarlist__area,
	.seminar-article__inner {
		width: 100%;
		padding: 40px 48px 64px;
	}

	.seminarlist-head-title {
		flex-grow: 3;
	}

	.seminarlist-head-date {
		flex-grow: 1;
		display: inline-block;
		min-width: 150px;
		text-align: center;
	}

	.seminarlist-head-status {
		flex-grow: 0;
		display: inline-block;
		min-width: 100px;
		text-align: center;
	}

	.seminarlist-title {
		flex-grow: 3;
		min-width: auto;
		margin-bottom: 0;
	}

	.seminarlist-date {
		width: 220px;
		text-align: center;
	}

	.seminarlist-date::after {
		content: none;
	}

	.seminarlist-status {
		min-width: 110px;
		text-align: center;
	}

	/* --- Seminar Article --- */
	.seminar-cat-genba .seminar-intro {
		background:
			url("../img/bg_slide_01.svg") no-repeat top 270px left -75px,
			url("../img/bg_slide_02.svg") no-repeat top 180px right 160px,
			url("../img/bg_slide_03.svg") no-repeat top 280px right -100px,
			url("../img/cha_birds.png") no-repeat top 200px left 50px;
		background-size: auto auto, auto auto, auto auto, 180px auto;
	}

	.seminar-cat-unei .seminar-intro {
		background:
			url("../img/bg_slide_01.svg") no-repeat top 270px left -75px,
			url("../img/bg_slide_02.svg") no-repeat top 180px right 160px,
			url("../img/bg_slide_03.svg") no-repeat top 280px right -100px,
			url("../img/illust_tokage.png") no-repeat top 170px left 0px;
		background-size: auto auto, auto auto, auto auto, 400px auto;
	}

	.seminar-cat-omakase .seminar-intro {
		background:
			url("../img/bg_slide_01.svg") no-repeat top 270px left -75px,
			url("../img/bg_slide_02.svg") no-repeat top 180px right 160px,
			url("../img/bg_slide_03.svg") no-repeat top 280px right -100px;
		background-size: auto auto, auto auto, auto auto;
	}

	.seminar-title {
		/* width: 60%; */
		max-width: 65%;
		margin-right: auto;
		margin-left: auto;
	}

	/* User Voice */
	.user-voice-wrap {
		position: relative;
		margin-bottom: 40px;
	}

	.user-voice-wrap::before {
		content: "”";
		position: absolute;
		top: -80px;
		left: 50%;
		transform: translateX(-50%);
		margin: auto;
		color: #DC64AA;
		font-size: 80px;
		font-weight: 600;
	}

	.user-voice-wrap::after {
		content: "”";
		position: absolute;
		bottom: -95px;
		left: 50%;
		transform: translateX(-50%);
		margin: auto;
		color: #DC64AA;
		font-size: 80px;
		font-weight: 600;
	}
}

@media (min-width: 960px) {
	.seminarlist-category {
		flex-grow: 0;
		min-width: 120px;
	}

	.seminarlist-title {
		margin-top: auto;
	}

	.seminar-batch {
		position: absolute;
		top: -15px;
		right: 0;
	}

	.seminar-article__detail {
		padding-bottom: 48px;
	}

	.seminer_flow-title {
		margin-bottom: 0;
		border-bottom: 0;

		margin-right: 48px;
		border-right: dashed 1px #666;
	}

	.seminar_faq_answer {
		width: 94%;
	}

	.seminar_details-title {
		max-width: 220px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.seminar-appeal {
		margin-left: 0;
	}
}

@media (min-width: 1024px) {
	.seminar-appeal {
		margin-left: 48px;
	}
}

@media (min-width: 1200px) {
	.seminar-cat-genba .seminar-intro {
		background:
			url("../img/bg_slide_01.svg") no-repeat top 270px left -75px,
			url("../img/bg_slide_02.svg") no-repeat top 180px right 160px,
			url("../img/bg_slide_03.svg") no-repeat top 280px right -100px,
			url("../img/cha_birds.png") no-repeat top 250px left 200px;
		background-size: auto auto, auto auto, auto auto, 250px auto;
	}

	.seminarlist__area,
	.news-article__inner {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 64px 80px;
	}

	.seminarlist-title {
		margin-top: auto;
	}

	.seminar-article__detail {
		margin-bottom: 48px;
	}
}

/* --- FAQ List --------------------------------------*/
.faqlist__wrap {
	display: flex;
	flex-direction: column;
}

.faqlist__box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 4px;
	padding: 16px 32px 16px 24px;
	background-color: #f2f2f2;
}

.faqlist__box:hover,
.faqlist__box:active {
	background-color: #C5E4E7;
}

.faqlist__box::after {
	content: ">";
	display: inline-block;
	position: absolute;
	right: 24px;
}

.faqlist-category {
	font-weight: 600;
}

.faqlist-question {
	display: block;
}

/* --- Support Bottom Area --- */
.sup_ad {
	width: 100%;
	padding: 40px 24px;
	background-color: #F1F1F1;
}

/* --- Answer --- */
.faq-answer {
	flex-grow: 3;
	padding: 0 16px;
}

.faq-answer__title {}

.faq-answer__text {}

/* ** Media Queries ** */
@media (min-width: 768px) {
	.faqlist__box {
		padding: 16px 32px;
	}

	.faqlist__box::after {
		right: 32px;
	}

	.faq-answer {
		padding: 0 32px;
	}
}

@media (min-width: 960px) {
	.faqlist-category {}

	.faqlist-question {
		display: inline;
		margin-left: 16px;
	}
}

@media (min-width: 1200px) {
	.faqlist__box {
		padding: 16px 40px;
	}

	.faq-answer {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 48px;
	}

	.faqlist__box::after {
		right: 40px;
	}

	.sup_ad__inner {
		width: 100%;
		max-width: 1200px;
		margin: auto;
	}
}

/* --- Contact --------------------------------------*/
/*　From　*/
input {
	padding: 8px 16px;
	border: solid 1px #ccc;
}

textarea {
	width: 100%;
	padding: 16px;
	border: solid 1px #ccc;
}

.mailform dt {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 25px 0px 15px;
	border-top: solid 1px #dddddd;
	font-size: 14px;
	font-weight: bold;
	color: #4bb9c3;
}

.mailform dd {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 21px 0;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
}

.mailform dd input[type="text"] {
	padding: 8px 12px;
	width: 90%;
}

.form-product-list span {
	flex-grow: 3;
	flex-basis: 48%;
	padding: 8px;
}

.mailform .mwform-checkbox-field.horizontal-item {
	display: block;
	margin: 0;
}

.mwform-tel-field input[type="text"].tell,
.mwform-zip-field input[type="text"].p-postal-code {
	width: 22%;
}

.mailform textarea.msg {
	width: 90%;
}

.mw_wp_form .submit,
.mw_wp_form .reset,
.mw_wp_form .submitBack {
	width: 25%;
	min-width: 200px;
	height: auto;
	padding: 20px 0;
	text-decoration: none;
	color: #4BB9C3;
	border: solid 3px #4BB9C3;
	border-radius: 48px;
	background: transparent;
	cursor: pointer;
	transition: .3s;
}

.mw_wp_form .submit:hover,
.mw_wp_form .reset:hover,
.mw_wp_form .submitBack:hover {
	font-weight: 600;
	background-color: #edf1e4;
}

.mw_wp_form .submit {
	margin-bottom: 8px;
}

.mw_wp_form_preview .reset {
	display: none;
}

@media (min-width: 768px) {
	.mw_wp_form {
		margin-bottom: 60px;
	}

	.mwform-tel-field input[type="text"].tell,
	.mwform-zip-field input[type="text"].p-postal-code {
		width: 15%;
	}

	.mw_wp_form .submit {
		margin-bottom: 0;
		margin-right: 16px;
	}
}

@media (min-width: 1024px) {
	.mw_wp_form {
		margin-bottom: 100px;
	}

	.mailform dt {
		float: left;
		width: 220px;
	}

	.mailform dd {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: -webkit-calc(100% - 220px);
		width: calc(100% - 220px);
		padding: 20px 0;
		border-top: solid 1px #dddddd;
	}

	.mwform-tel-field input[type="text"].tell,
	.mwform-zip-field input[type="text"].p-postal-code {
		padding: 8px 12px;
		width: auto;
	}

	.mailform .inputarea-col {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.mailform label:nth-child(odd) {
		margin-right: 1%;
	}

	.mailform input[type="checkbox"] {
		padding: 8px 5px;
	}

	.mailform input[type="checkbox"]:checked {
		padding: 8px 5px;
		border: solid 1px #f3f6fc;
		background-color: #f3f6fc;
	}

	.form-product-list span {
		flex-grow: 3;
		flex-basis: 48%;
		padding: 8px;
	}

	.mw_wp_form .horizontal-item+.horizontal-item {
		margin-left: 0;
	}

	.mw_wp_form .error {
		padding-left: 8px;
	}
}

/**/
.tel-daihyo {
	width: 100%;
	max-width: 680px;
	margin: 24px auto;
	padding: 40px 0;
	text-align: center;
	background-color: #C5E4E7;
}

.tel-daihyo__number {
	margin: 0;
	font-size: 26px;
}

.tel-daihyo__text {
	display: inline-block;
	margin-top: 24px;
	font-size: 16px;
	line-height: 0;
}

.address-box {
	width: 100%;
	max-width: 680px;
	margin: 0 auto 8px;
	padding: 24px;
	background-color: #E3EEEF;
}

.address-box__name {
	font-size: 18px;
	margin: 0 0 0.5em;
}

.address-box__add {
	margin: 8px 0;
}

.address-box__fax {
	margin: 0;
}

/* ** Media Queries ** */
@media (min-width: 768px) {
	.tel-daihyo__number {
		font-size: 30px;
	}
}

/* --- About Us --------------------------------------*/
.about-message {
	width: 90%;
	margin: auto;
}

/* ** Media Queries ** */
@media (min-width: 1024px) {
	.about-message {
		max-width: 850px;
		margin: auto;
	}

	.about-message h2 {
		margin-bottom: 64px;
	}
}

/*****************************************************
	Blog
*****************************************************/
.blog-list__recent-box {
	margin-bottom: 48px;
}

.blog-list__latest {
	margin-bottom: 48px;
	padding-bottom: 16px;
}

.blog-list__recent {
	margin-top: 40px;
}

.blog-thumb img {
	width: 100% !important;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	transition: .3s;
}

.blog-thumb:hover img,
.blog-thumb:active img {
	opacity: 0.75;
}

.blog-article__info {
	padding: 16px 8px;
}

.blog-article__category {
	display: inline-block;
	min-width: 90px;
	margin-top: 18px;
	padding: 2px 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 14px;
	background-color: #4BB9C3;
}

.blog-article__date {
	margin-top: 32px;
}

.entry-mailmagazine {
	display: inline-block;
	margin: 32px auto 0;
	padding: 8px 24px;
	color: #DC64AA;
	font-size: 15px;
	text-align: center;
	border: solid 2px #DC64AA;
	border-radius: 40px;
	line-height: 1.1;
}

.entry-mailmagazine p {
	display: inline-block;
	margin: 8px 0;
}

.entry-mailmagazine p .ten {
	font-style: normal;
}

/* --- aside --- */
.blog-aside {
	margin: 0;
	padding: 0 24px;
	background-color: #f0f0f0;
}

.blog-aside__box:not(:first-child) {
	margin-top: 60px;
}

.aside-title {
	position: relative;
	font-size: 1.25em;
	;
	line-height: 1.3em;
}

.aside-title::after {
	content: "";
	position: absolute;
	top: -12px;
	display: block;
	width: 56px;
	height: 4px;
	margin: 0;
	background-color: #4BB9C3;
	border-radius: 3px;
}

.blog-aside__banner-link:link,
.blog-aside__banner-link:visited {
	position: relative;
	display: block;
	margin-top: 8px;
	padding: 16px 56px 16px 32px;
	color: #fff;
	font-size: 18px;
	border: solid 3px #298891;
	background-color: #4BB9C3;
}

.blog-aside__banner-link:hover,
.blog-aside__banner-link:active {
	border: solid 3px #298891;
	background-color: #3b9ca5;
}

.blog-aside__banner-link::after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-family: ServeIcon;
	content: "\f026";
	display: inline-block;
	min-width: 24px;
	min-height: 24px;
	padding-left: 8px;
	color: #fff;
	font-size: 22px;
	font-style: normal;
}

.blog-aside .widget_text a img {
	transition: .3s;
}

.blog-aside .widget_text a:hover img,
.blog-aside .widget_text a:active img {
	opacity: 0.75;
}

/* --- Search --- */
.search-input {
	padding: 12px 20px;
	border-radius: 24px;
	border: solid 2px #4BB9C3;
}

.search-but {
	margin-left: 8px;
	padding: 12px 20px;
	border-radius: 24px;
	color: #fff;
	background-color: #4BB9C3;
	border: solid 2px #4BB9C3;
	transition: .3s;
}

.search-but:hover,
.search-but:active {
	background-color: #3b9ca5;
	border: solid 2px #3b9ca5;
}

.screen-reader-text {
	display: none;
}

/* article Detail */
.related-article {
	margin: 48px 0;
}

.related-article__detail {
	padding: 15px 0 25px;
	border-top: solid 1px #ccc;
}

.related-article__detail:not(:last-of-type) {
	border-bottom: solid 1px #ccc;
}

.related-article__thumb img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .3s;
}

.related-article__detail:hover .related-article__thumb img,
.related-article__detail:active .related-article__thumb img {
	opacity: 0.7;
}

.related-article__category {
	display: inline-block;
	min-width: 90px;
	margin-top: 8px;
	padding: 2px 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 14px;
	background-color: #4BB9C3;
}

.related-article__title {
	font-size: 20px;
}

/* ** Media Queries ** */
@media (min-width: 768px) {
	.blog-list__latest {
		border-bottom: solid 1px #ccc;
	}

	.blog-list__recent {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.blog-list__recent-box {
		flex: 0 1 48%;
	}

	/* --- article Detail --- */
	.related-article__detail {
		display: flex;
	}

	.related-article__thumb {
		max-width: 220px;
	}

	.related-article_info {
		margin-left: 24px;
	}

	.related-article__category {
		margin-top: 0;
	}

	.related-article__title {
		margin: 4px 0 0;
	}

	.related-article__date {
		margin: 4px 0;
		font-size: 14px;
	}

	.related-article__text {
		margin: 0;
		font-size: 15px;
	}
}

@media (min-width: 1024px) {
	.layout-blog {
		display: flex;
		justify-content: space-between;
	}

	.blog-list {
		width: 100%;
	}

	.blog-article__title {
		font-size: 1.45rem;
		line-height: 1.5;
	}

	.blog-aside {
		margin-left: 40px;
		max-width: 280px;
		background-color: transparent;
	}

	.blog-list__latest .blog-article__title {
		font-size: 30px;
	}

	.entry-mailmagazine {
		display: block;
		position: absolute;
		top: 0;
		right: 16px;
		max-width: 240px;
		margin: 0 auto;
		padding: 16px 24px;
		color: #fff;
		font-size: 15px;
		text-align: center;
		background-color: #DC64AA;
		border: 0;
		border-radius: 0 0 24px 24px;
		line-height: 1.1;
	}

	.entry-mailmagazine p {
		margin: 0 0 4px;
	}

	.entry-mailmagazine p span {
		display: block;
	}

	.entry-mailmagazine p .ten {
		display: none;
	}

	/* --- article Detail --- */
	.related-article__thumb {
		max-width: 240px;
	}
}

/*****************************************************
	Parts
*****************************************************/
/* --- Bread Crumb ------------- */
.bread {
	display: none;
}

@media (min-width: 960px) {
	.bread {
		display: flex;
		align-items: center;
		max-width: 1200px;
		margin: 0 0 0 16px;
		padding: 16px 0;
	}

	.bread li {
		list-style-type: none;
		font-size: 14px;
	}

	.bread li::after {
		content: ">";
		display: inline-block;
		padding: 0 6px;
		font-size: 16px;
	}

	.bread li:last-child:after {
		content: none;
		padding: 0;
	}
}

/* --- Card -------------------- */
.card-area {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* 3 Card */
.card-box,
.card-box-free {
	flex-grow: 3;
	margin-top: 8px;
	padding: 40px 32px;
	color: #fff;
	text-align: center;
	background-color: #40949B;
}

.card-box:first-child {
	margin-top: 0;
}

/* Card Title */
.card-box__title {
	margin-top: 0;
	font-size: 24px;
	line-height: 30px;
}

.card-box__title-sub {
	display: block;
}

/* Bread */
.bread li a:link,
.bread li a:visited {
	color: #333;
}

.bread li a:hover,
.bread li a:active {
	color: #666;
}

/* ** Media Queries ** */
@media (min-width: 768px) {
	.card-area {
		flex-direction: row;
	}

	/* 3 Card */
	.card-area .card-box {
		min-width: 32%;
		margin-top: 0;
		margin-left: 16px;
		padding: 32px 24px;
	}

	.card-box:first-child {
		margin-left: 0;
	}

	/* Card Free Box */
	.card-area .card-box-free {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-top: 0;
		margin-right: 14px;
		margin-bottom: 16px;
		padding: 32px 24px;
	}

	.card-box__title {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.bread {
		margin: 0;
	}
}

/* --- Search -------------------- */
.searchform input[type="text"] {
	width: 50%;
	border: solid 2px #4BB9C3;
	border-radius: 32px;
}

.searchform input[type="submit"],
.searchform button[type="submit"] {
	padding: 8px 16px;
	color: #fff;
	border: 0;
	border-radius: 32px;
	background-color: #4BB9C3;
}

/* --- Plugin Test ------------------ */
.c-accordion__item {
	margin: .5em 0;
}

.c-accordion__item .c-accordion__title {
	margin: 0;
}

.c-accordion__item .c-accordion__title:after {
	right: 24px;
	color: #777;
	font-weight: 600;
}

.accordion_title-list .c-accordion__title {
	position: relative;
	padding: 16px 32px;
}

.accordion_title-list .c-accordion__title::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 13px;
	height: 13px;
	background-color: #4BB9C3;
	border-radius: 100%;
}

.accordion_title-list .c-accordion__title:hover {
	text-decoration: underline;
}

.accordion_title-bar .c-accordion__title {
	position: relative;
	padding: 16px 32px;
	background-color: #F3F3F3;
}

.accordion_title-bar .c-accordion__title:hover,
.accordion_title-bar .c-accordion__title[aria-expanded="true"] {
	background-color: #C5E4E7;
}

/*****************************************************
	IE用調整
*****************************************************/
/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {

	.swiper-button-next,
	.swiper-button-prev {
		font-feature-settings: normal;
	}

}

/* for IE11 */
@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	.case-list__info,
	*::-ms-backdrop,
	.seminar-intro {
		width: 100%;
	}

	*::-ms-backdrop,
	.swiper-button-next,
	.swiper-button-prev {
		font-feature-settings: normal;
	}
}

/* END */
