@charset "utf-8";
/*
Theme Name: Assist Human Relations
Theme URI: http://assist-relation.com/
Author: Design Unique Market
Description: Hiroko Miyashita official web site.
Version: 20201220
*/

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

	Index

--------------------

1. Common & Reset
2. Header
	2-1. Header
	2-2. Search Form
	2-3. Global Navi
3. Footer
4. Order
5. Sidebar
	5-1. Common
	5-2. Ranking
	5-3. Category
	5-4. Tag Cloud
	5-5. Month Archive
	5-6. Search
6. Toppage
7. MainContents
	7-1. Common
	7-2. Page
		7-2-1. Profile
		7-2-2. Contact
	7-3. Archive & Single

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


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

	1. Common & Reset

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

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, time, select, input {
	color: #333;
	font-family: "Zen Maru Gothic", serif;
}

p, li, th, td, dt, dd {
	font-size: 1.8rem;
}

header, .innerBox, #column2 {
	width: 980px;
	margin: 0 auto;
}
@media screen and (max-width: 667px) {
	.innerBox, #column1, #column2 {
		width: 94%;
	}
}

#column2 {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 667px) {
	#column2 { flex-direction: column; }
}

section { padding: 6rem 0; }
@media screen and (max-width: 667px) {
	section { padding: 4rem 0; }
}

h2 {
	padding: 0 0 5.4rem;
	font-size: 3.2rem;
	text-align: center;
	line-height: 1.3;
}
@media screen and (max-width: 667px) {
	h2 {
		font-size: 2.6rem;
		padding: 0 0 2.4rem;
	}
}

li { list-style: none; }

p {
	font-size: 1.6rem;
	line-height: 1.7;
}

.f12 { font-size: 1.2rem; }
.f14 { font-size: 1.4rem; }
.f16 { font-size: 1.6rem; }
.f18 { font-size: 1.8rem; }

.gry { color: #999; }

a { text-decoration: none; }

.sp { display: none; }
@media screen and (max-width: 667px) {
	.sp { display: block; }

	img { width: 100%; height: auto; }
	img.icImg, img.emoji { width: auto; }
}

/* Img layout */
.alignright {
	float: right;
	margin: 0 0 4rem 4rem;
}

.alignleft {
	float: left;
	margin: 0 4rem 4rem 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 4rem;
}
@media screen and (max-width: 667px) {
	.alignright, .alignleft, .aligncenter {
		float: none;
		margin: 0 auto 2rem;
	}
	picture .alignright, picture .alignleft, picture .aligncenter {
		margin: 0 auto;
	}
}



/* DL */
main dl {
	margin: 0 0 4rem;
	border-top: 1px solid #f6f6f6;
}

main dt, main dd {
	padding: 1.5rem 2rem;
	font-size: 1.8rem;
}
@media screen and (max-width: 667px) {
    main dt, main dd { padding: 1.5rem 1rem; }
}

main dt {
	clear: both;
	float: left;
}
@media screen and (max-width: 667px) {
    main dt { float: none; }
}

main dd {
	border-bottom: 1px solid #f6f6f6;
	padding-left: 240px;
}
@media screen and (max-width: 667px) {
    main dd { padding: 0 1rem 1.5rem; }
}

main dd input[type="text"], main dd input[type="email"], main dd textarea {
    width: 96%;
    padding: 1.5rem 2rem;
}





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

	2. Header

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

/* --- 2-1. Header --- */
header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 2rem;
}
.headerLogo {
	width: 369px;
}
.headerLogo img {
	max-width: 100%;
}
@media screen and (max-width: 667px) {
	header {
		width: 94%;
		margin: 0 auto;
		padding: 0 3%;
	}

	.headerLogo {
		width: 80%;
		margin: 2rem 0 1.5rem;
	}
}

.headerInfo {
	display: flex;
	align-items: center;
}
.headerInfo li { padding-left: 1.5rem; }
.headerInfo li:not(:first-child) { padding-top: 0.5rem; }
@media screen and (max-width: 667px) {
	.headerInfo { width: 100%; }
	.headerInfo li:first-child { margin-bottom: 2rem; }
	.headerInfo li:not(:first-child) { display: none; }
	.headerInfo li {
		width: 100%;
		height: 30px;
		padding: 0;
	}
}


/* --- 2-2. Search Form --- */
#s {
	width: 360px;
	padding: 0.5rem 2rem 0.5rem 4rem;
	background: url("images/ic_search.png") 10px center no-repeat;
	background-color: #e6e6e6;
	border-radius: 20px;
}
@media screen and (max-width: 667px) {
	#s {
		width: 100%;
		margin: 0;
		padding: 0.5rem 5% 0.5rem 10%;
	}
}

::placeholder { color: #999; }


/* --- 2-3. Global Navi --- */
nav {
	width: 100%;
	margin: 2rem 0 3rem;
}

nav ul { display: flex; }

nav li {
	border-left: 1px dashed #ccc;
}
nav li:last-child { border-right: 1px dashed #ccc; }

nav a {
	width: 180px;
	display: block;
	padding: 1rem 0;
	font-family: "Zen Maru Gothic", serif;
	color: #333;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}

nav a:hover { color: #6ce2dc; }

nav li:first-child a {
	width: 80px;
	padding: 2rem 0;
}

nav a span {
	display: block;
	color: #e6e6e6;
	font-size: 1.3rem;
}

nav a:hover span { color: #cadff0; }



/* --- スマホ用 Navi --- */
@media screen and (max-width: 667px) {
	.drawer-menu li {
		font-size: 1.2rem;
		padding: 1rem;
		border-bottom: 1px solid #ccc;
	}

	header nav { margin: 0; }

	header nav ul { display: block; }
	.navbtn {
		background: transparent url(images/btn.png) no-repeat 0 0;
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 1rem;
		right: 1rem;
		cursor: pointer;
		z-index: 200;
        /* margin-bottom: 1rem; */
	}
	.peke { background-position: -50px 0; }
	.drawr {
		display: none;
		background-color: rgba(0, 136, 204, 0.9);
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
		padding: 5rem 0 1rem;
		z-index: 100;
	}
	header nav li {
		width: 100%!important;
		border-bottom: 1px dotted #aaa;
		border-left: none;
	}
	header nav li:first-child { display: none; }
	header nav li:last-child { border-right: none; }
	header nav li a {
		display: block;
        width: auto;
		padding: 1rem;
		color: #fff;
		font-size: 1.3rem;
        text-align: left;
	}
}



/* --- 2-3. Breadcrumb --- */
#breadcrumb { background-color: #f3f3f3; }
@media screen and (max-width: 667px) {
	#breadcrumb { display: none; }
}

#breadcrumb a {
	color: #999;
	border-bottom: none!important;
}

#breadcrumb ul {
	display: flex;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
}

#breadcrumb li {
	margin: 0 1rem 0 0;
	padding: 1.5rem 0;
	color: #999;
	font-size: 1.2rem;
	background: none;
}

#breadcrumb li:after {
	content: ">";
	padding: 0 0 0 1rem;
	position: relative;
	top: -1px;
}

#breadcrumb li:last-child:after {
	content: "";
	padding: 0;
}

#breadcrumb li span span {
	display: none;
}



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

	3. Footer

==================== */
footer {
	padding: 6rem 0;
	background-color: #fff;
	border-top: 1px solid #f6f6f6;
}
@media screen and (max-width: 667px) {
	footer { padding: 4rem 0; }
}

footer .innerBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footerLogo {
	width: 369px;
	margin-bottom: 3rem;
}
.footerLogo img {
	max-width: 100%;
}
@media screen and (max-width: 667px) {
	.footerInfo { width: 100%; }
	.footerLogo {
		width: 50%;
		margin: 0 auto 1rem;
		text-align: center;
	}
}

footer ul {
	display: flex;
	flex-wrap: wrap;
	width: 480px;
}
@media screen and (max-width: 667px) {
	footer ul {
		width: 100%;
		flex-direction: column;
		margin: 0 auto 1rem;
	}
}

footer li {
	width: 240px;
	margin: 0 0 0.5rem;
	padding: 0 0 0 1.5rem;
	background: url("images/arrow_grn.png") 0 12px no-repeat;
}
@media screen and (max-width: 667px) {
	footer li { width: 100%; }
}

footer li a {
	color: #333;
	font-size: 1.4rem;
}

footer .copy {
	width: 100%;
	font-size: 1.2rem;
	text-align: right;
}

/* --- footer FB --- */
footer .fbContainer {
	width: 500px;
	margin-bottom: 1rem;
}
@media screen and (max-width: 667px) {
	footer .fbContainer {
		width: 100%!important;
	}
}



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

	4. Order

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

/* 4-1. Front page */
.topOrder {
	background: url("images/top_od_bg.png") repeat;
}

.topOrder .innerBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
	padding: 3rem;
	border: 1px solid #6ce2dc;
	background: url("images/top_od_tit_bg.jpg") center top no-repeat;
	background-color: #fff;
}
@media screen and (max-width: 667px) {
	#topPage .topOrder .innerBox {
		width: 94%;
		margin: 0 auto;
		padding: 3rem 3%;
		background-image: none;
	}
}

.topOrder h2 {
	order: 2;
	margin: 0 auto 3rem;
	padding: 0;
	text-align: center;
}
@media screen and (max-width: 667px) {
	.topOrder h2 { margin: 0 auto 1rem; }
}

.topOrder .orderCatch {
	order: 1;
	margin: 0 auto 2rem;
	padding: 0;
	text-align: center;
}
@media screen and (max-width: 667px) {
	.topOrder .orderCatch { margin: 0 auto 1rem; }
}

.topOrder .top2column {
	order: 3;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 3rem;
}
@media screen and (max-width: 667px) {
	.topOrder .top2column { flex-direction: column; }
}

.top2column div:first-child {
	width: 580px;
	margin: 0 3rem 0 0;
}
@media screen and (max-width: 667px) {
	.top2column div:first-child {
		width: 100%;
		margin: 0;
	}
}

.topOrder .point {
	display: flex;
	justify-content: space-between;
	margin: 0 0 2.4rem;
}
@media screen and (max-width: 667px) {
	.topOrder .point { margin: 0 0 1rem; }
	.topOrder .point li { margin: 0 0.5rem 0 0; }
	.topOrder .point li:last-child { margin: 0; }
}

.top2column .step { border-top: 1px dashed #ccc; }
@media screen and (max-width: 667px) {
	.top2column .step { margin: 0 0 2rem; }
}

.top2column .step li {
	padding: 1.6rem 2rem;
	border-bottom: 1px dashed #ccc;
}

.top2column .step li span {
	margin: 0 1em 0 0;
	color: #6ce2dc;
}


/* Order Right */
.top2column h3 {
	position: relative;
	text-align: center;
}
@media screen and (max-width: 667px) {
	.top2column h3 {
		width: 80%;
		margin: 0 auto;
	}
}

.topOrder .bene {
	margin: -4.5rem 0 0;
	padding: 6rem 3rem 1rem;
	background: url("images/single_od_bene_bg.png") repeat;
}

.topOrder .bene li {
	margin: 0 0 1.3rem;
}

.topOrder .order5min {
	order: 4;
	width: 100%;
	margin: 0 auto 2rem;
	text-align: center;
}

.topOrder .order5min span {
	padding: 1rem 3rem;
	background: url("images/single_od_fuki_left.png") left center no-repeat, url("images/single_od_fuki_right.png") right center no-repeat;
}


/* Form */
.topOrder form {
	order: 5;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.topOrder input[type="text"] {
	width: 49%;
	margin: 0 0 1.5rem;
	padding: 2.6rem 2rem;
	font-size: 1.6rem;
	background-color: #fff;
	border: 1px solid #ddd;
}
@media screen and (max-width: 667px) {
	.topOrder input[type="text"] { width: 100%; }
}

::-webkit-input-placeholder { color:#ccc; }
:-ms-input-placeholder { color:#ccc; }
::placeholder{ color:#ccc; }

.topOrder input[type="submit"] {
	width: 920px;
	margin: 0 auto 2.3rem;
	padding: 3.3rem 0 2.8rem;
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	background-image: linear-gradient(0deg, #33cc00, #66ff00);
	border-radius: 10px;
	cursor: pointer;
}
@media screen and (max-width: 667px) {
	.topOrder input[type="submit"] {
		width: 100%;
		padding: 1.2rem 0;
		font-size: 2.6rem;
	}
}



/* 4-2. Single page */
.order {
	display: flex;
	flex-direction: column;
	padding: 3rem;
	border: 1px solid #6ce2dc;
	background: url("images/single_od_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 667px) {
	.order {
		padding: 2rem;
		background: none;
	}
}

#column2 main .order h2 {
	order: 2;
	margin: 0 0 3rem;
	padding: 0;
	border: none;
	border-image: none;
}
@media screen and (max-width: 667px) {
	#column2 main .order h2 { margin: 0 0 1rem; }
}

.order .orderCatch {
	order: 1;
	margin: 0 0 1.2rem;
	padding: 0;
}

.mainContents main .order picture {
	margin: 0;
}

#column2 main .step, #column2 main .point, #column2 main .attention, #column2 main .order li {
	background: none!important;
}


@media screen and (max-width: 667px) {
	.order .point {
		order: 3;
		display: flex;
		justify-content: space-between;
		margin: 0 0 1rem;
		padding: 0;
	}

	.order .point li {
		margin: 0 0.5rem 0 0;
		padding: 0;
	}
	.order .point li:last-child { margin: 0; }
}

#column2 main .order .step {
	order: 3;
	margin: 0 0 3rem;
	padding: 0;
	border-top: 1px dashed #ccc;
}
@media screen and (max-width: 667px) {
	#column2 main .order .step { order: 4; }
}

.order .step li {
	padding: 1rem 2rem;
	border-bottom: 1px dashed #ccc;
}

.order .step span {
	margin: 0 1em 0 0;
	color: #6ce2dc;
}

#column2 main .order h3 {
	order: 4;
	margin: 0;
	padding: 0;
	text-align: center;
	border-left: 0;
	border-image: none;
	position: relative;
}
@media screen and (max-width: 667px) {
	#column2 main .order h3 {
		order: 5;
		width: 80%;
		margin: 0 auto;
	}
}

#column2 main .order .benefit {
	order: 5;
	display: flex;
	justify-content: space-between;
	margin: -3rem 0 3rem;
	padding: 5rem 3rem 2.3rem;
	background: url("images/single_od_bene_bg.png") repeat;
}
@media screen and (max-width: 667px) {
	#column2 main .order .benefit {
		order: 6;
		flex-direction: column;
	}
}

#column2 main .order .benefit li {
	margin: 0;
	padding: 0;
}

.order .order5min {
	order: 6;
	margin: 0 auto 2rem!important;
	text-align: center;
}
@media screen and (max-width: 667px) {
	.order .order5min { order: 7; }
}

.order .order5min span {
	padding: 0 3rem;
	background: url("images/single_od_fuki_left.png") left center no-repeat, url("images/single_od_fuki_right.png") right center no-repeat;
}

.order form { order: 7; }
@media screen and (max-width: 667px) {
	.order form { order: 8; }
}

#column2 main .order .attention, .topOrder .attention {
	order: 8;
	margin: 0;
	padding: 0;
}

#column2 main .order .attention li:before, .topOrder .attention li:before {
	content: "※";
}

#column2 main .order .attention li, .topOrder .attention li {
	color: #999;
	margin: 0 0 0.5rem;
	padding: 0 0 0 1em;
	font-size: 1.2rem;
	text-indent: -1em;
}

#column2 main .order .attention li:last-child, .topOrder .attention li:last-child {
	margin: 0;
}


/* Form */
.order input[type="text"] {
	width: 100%;
	margin: 0 0 1.5rem;
	padding: 1rem;
	font-size: 1.6rem;
	background-color: #fff;
	border: 1px solid #ddd;
}

::-webkit-input-placeholder { color:#ccc; }
:-ms-input-placeholder { color:#ccc; }
::placeholder{ color:#ccc; }

.order input[type="submit"] {
	width: 580px;
	height: 100px;
	margin: 0 auto 2.3rem;
	padding: 2.4rem 0 2.8rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: url("images/single_od_btn.png") center top no-repeat;
	cursor: pointer;
}
@media screen and (max-width: 667px) {
	.order input[type="submit"] {
		width: 100%;
		height: 5.6rem;
		padding: 0;
		font-size: 1.6rem;
		font-weight: normal;
		background-size: 100%;
	}
}


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

	5. Sidebar

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

/* --- 5-1. Common --- */
#sidebar {
	width: 300px;
	margin: 0 0 0 4rem;
}
@media screen and (max-width: 667px) {
	#sidebar {
		width: 100%;
		margin: 0 auto;
	}
}

#sidebar .widget { margin-bottom: 40px; }

#sidebar a { color: #333; }
#sidebar a figure { margin-right: 1rem; }

#sidebar time {
    color: #999;
    font-size: 1.2rem;
	letter-spacing: 1px;
}
@media screen and (max-width: 667px) {
    aside #sidebar { display: block; }
}

#sidebar ul { margin-bottom: 2rem; }

#sidebar li { border-bottom: 1px solid #e9e9e9; }

#sidebar h2 {
    color: #6ce2dc;
    font-size: 1.8rem;
    font-weight: normal;
	text-align: left;
    padding: 2px 15px 10px 3rem;
    background-image: url("images/ic_side_cate.png");
    background-repeat: no-repeat;
    background-position: 0 5px;
    border-bottom: 1px solid #e9e9e9;
}

#sidebar .sideNewposts h2 { background-image: url("images/ic_side_newpost.png"); }
#sidebar .popular-posts h2 { background-image: url("images/ic_side_ranking.png"); }
#sidebar .sideVoice h2 { background-image: url("images/ic_side_result.png"); }
#sidebar .widget_tag_cloud h2 { background-image: url("images/ic_side_tag.png"); }

#sidebar .txtBox p {
	font-size: 1.4rem;
	line-height: 1.3;
}

#sidebar .more { text-align: right; }

#sidebar .more a {
    display: inline-block;
	color: #6ce2dc;
    font-size: 1.2rem;
    padding: 0.3rem 2.4rem;
    border: 1px solid #6ce2dc;
    background: url("images/arrow_s_grn.png") 64px center no-repeat;
}

#sidebar li a:hover, #sidebar .more a:hover, #sidebar .sub-menu li a:hover {
	background-color: rgba(108, 226, 220, 0.05);
}



/* --- 5-2. Ranking --- */
.popular-posts { counter-reset: wpp-ranking; }

.popular-posts ul { position: relative; }

.popular-posts .wpp-list li { margin-bottom: 0; }

.popular-posts li { counter-increment: rankingBox; }

.popular-posts li a {
    display: flex;
    flex-direction: row-reverse;
	justify-content: space-between;
    padding: 14px 15px;
}
@media screen and (max-width: 667px) {
    .popular-posts ul li { justify-content: space-between; }
}

.popular-posts li:before {
	position: absolute;
	left: 15px;
 	width: 18px;
	height: 18px;
	float: left;
	content: counter(rankingBox, decimal);
	margin-top: 14px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
	background-color: #777;
	opacity: 0.999;
}

.popular-posts ul li:nth-child(1):before { background-color:#daa520; }
.popular-posts ul li:nth-child(2):before { background-color:#ddd; }
.popular-posts ul li:nth-child(3):before { background-color:#a0522d; }


.sideNewposts li a, .sideVoice li a {
    display: flex;
    flex-direction: row-reverse;
	justify-content: flex-end;
    padding: 14px 15px 8px;
}

.popular-posts .liboxRight, .sideNewposts .liboxRight {
    width: 180px;
}
@media screen and (max-width: 667px) {
    .popular-posts .liboxRight, .sideNewposts .liboxRight {
        width: 200px;
    }
}

.popular-posts li p,
.sideNewposts .liboxRight p,
.sideVoice p {
    font-size: 1.4rem;
}
@media screen and (max-width: 667px) {
    .popular-posts li p { font-size: 1.4rem; }
    .popular-posts li p,
    .sideNewposts .liboxRight p,
    .sideVoice p {
        margin-bottom: 1rem;
    }
}

.popular-posts li .views, .popular-posts li .timeDate {
	display: inline;
	color: #999;
	font-size: 1.1rem;
}

.popular-posts li .views {
	margin: 0 1rem 0 0;
	padding: 0 1rem 0 0;
	border-right: 1px solid;
}

#sidebar time {
    color: #999;
    font-size: 1.1rem;
}

.popular-posts li picture,
.sideNewposts li picture,
.sideVoice picture {
    margin: 0 20px 0 0;
    line-height: 0;
}

.wpp-thumbnail {
    margin: 0!important;
}
@media screen and (max-width: 667px) {
    .wpp-thumbnail, .sideVoice li img, .sideNewposts li img {
        width: 10rem;
    }
}


/* --- 5-3. Category --- */
.categories li {
	font-size: 1.4rem;
	border-bottom: 1px solid #e9e9e9;
}

.categories li a {
    display: block;
    padding: 10px 10px 10px 26px;
    background: url("images/arrow_s_grn.png") 15px 17px no-repeat;
}

.categories li a:hover { background-color: #f9f9f9; }

#sidebar .sub-menu li {
	border-bottom: none;
}

#sidebar .sub-menu { margin-bottom: 0; }
#sidebar .sub-menu li:last-child { padding-bottom: 0; }

#sidebar .sub-menu li a {
	padding: 1rem 1rem 1rem 5rem;
	background: url("images/side_li_subcat.png") 35px 20px no-repeat;
}


/* --- 5-4. Tag Cloud --- */




/* --- 5-5. Month Archive --- */
.widget_archive h2 { margin-bottom: 10px; }

.selectWrap {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0;
	background-color: #f9f9f9;
	border-radius: 2px;
}

.selectWrap::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #b4b3b3;
    border-right: solid 2px #b4b3b3;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}

.selectWrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    font-size: 1.2rem;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 10px;
    border-radius: 2px;
}

select::-ms-expand {
    display: none;
}




/* --- 5-6. Search --- */
#searchSide form {
	display: flex;
	margin: 0 0 4rem;
}

#sSide {
	width: 250px;
	height: 36px;
	padding: 0.4rem 1rem;
	font-size: 1.6rem;
	background-color: #f3f3f3;
}
@media screen and (max-width: 667px) {
	#sSide {
		width: 86%;
	}
}



/* --- 5-7. Ohter bunner --- */
#sidebar ul.otherBn li {
	margin: 0 0 1rem;
	border-bottom: none;
}

#sidebar ul.otherBn li img {
	line-height: 0;
}

#sidebar ul.otherBn li a:hover {
	background-color: transparent;
}

#sidebar ul.otherBn li a:hover img {
	opacity: 0.7;
}



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

	6. Top Page

==================== */
/*
#topPage { background: url("images/top_catch_bg.jpg") center top no-repeat; }
*/
@media screen and (max-width: 667px) {
	#topPage { background: none; }

	#topPage .innerBox {
		width: 100%;
		margin: 0;
		padding: 0 3%;
	}

	#topPage > .innerBox:first-child {
		background: url("images/top_catch_bg_sp.jpg") right top no-repeat;
		background-size: cover;
	}
}

#topPage h1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 5rem 0 1.4rem;
}
@media screen and (max-width: 667px) {
	#topPage h1 {
		margin: 0 auto 1rem;
		padding: 1rem 0 0;
	}
}

#topPage h1 picture:first-child { margin: 0 0 2rem; }
@media screen and (max-width: 667px) {
	#topPage h1 picture:first-child { margin: 0 0 1rem; }
}

#topPage > div.innerBox ul {
	display: flex;
	justify-content: flex-start;
	margin: 0 0 2.3rem;
}
@media screen and (max-width: 667px) {
	#topPage > div.innerBox ul {
		width: 80%;
		margin: 0 0 1rem;
	}
}

#topPage > div.innerBox li { margin: 0 1rem 0 0; }
@media screen and (max-width: 667px) {
	#topPage > div.innerBox li { margin: 0 0.5rem 0 0; }
}

#topPage .siteTitle { margin: 0 0 4.2rem; }
@media screen and (max-width: 667px) {
	#topPage .siteTitle {
		margin: 0;
		padding: 0 0 2rem;
	}
}

#topPage .catchSub {
	padding: 2rem 0 1.1rem;
	text-align: center;
	background: #6ce2dc;
}
@media screen and (max-width: 667px) {
	#topPage .catchSub { padding: 2rem 3% 1.1rem; }
}


/* topMv */
#topPage .topMv {
	position: relative;
	overflow: hidden;
}
#topPage .topMv-slide .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#topPage .topMv-slide .slick-slide img {
	transform: scale(1.15);
	transition: transform 10s;
}
#topPage .topMv-slide .slick-active img {
	transform: scale(1);
}
#topPage .topMvCatch {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
}
#topPage .topMvCatch .innerBox {
	height: 100%;
}
#topPage .topMvCatchText {
	text-align: right;
	margin-top: 80px;
}
#topPage .topMvCatchText .text01,
#topPage .topMvCatchText .text02,
#topPage .topMvCatchMain {
	font-family: "Zen Maru Gothic", serif;
	color: #e6b422;
	font-weight: bold;
}
#topPage .topMvCatchText .text01 {
	font-size: 3.8rem;
}
#topPage .topMvCatchText .text02 {
	font-size: 2.6rem;
}

#topPage .topMvCatchMain {
	font-size: 4.3rem;
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#topPage .only-sp {
	display: none;
}

@media screen and (max-width: 667px) {
	/*
	#topPage .topMv {
		height: 80vw;
	}
	*/
	#topPage .topMv-slide,
	#topPage .topMv-slide div {
		height: 100%;
	}
	#topPage .topMvCatch {
		width: 96%;
	}
	#topPage .topMvCatchText {
      text-align: right;
      padding-top: 15vw;
	  margin-top: 0;
	}
	#topPage .topMvCatchText .text01 {
		font-size: min(5vw, 3.5rem);
	}
	#topPage .topMvCatchText .text02 {
		font-size: min(3.6vw, 2.5rem);
	}
	#topPage .topMvCatchMain {
		text-align: right;
		font-size: min(5.4vw, 3.58rem);
		top: auto;
		left: auto;
		right: 0;
		bottom: 15px;
		transform: none;
	}
	#topPage .only-sp {
		display: inline-block;
	}

}

/* topSecTitle */
.topSecTitle {
	font-family: "Zen Maru Gothic", serif;
	color: #e6b422;
	font-size: 3.2rem;
	font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.topSecTitle i {
	display: block;
	width: 43px;
	height: 55px;
	margin: 0 auto 15px;
	background: url("images/ttl_icon.png") no-repeat center center / 100% auto;
}

@media screen and (max-width: 667px) {
	.topSecTitle {
		font-size: 2.4rem;
	}
	.topSecTitle i {
		width: 32px;
		height: 42px;
		margin-bottom: 10px;
	}

}

/* topFeature */
.topFeature {
	background: #f6f6f6;
}
.topFeatureList {
	display: flex;
	justify-content: space-between;
	gap: 5%;
	margin-top: 20px;
}
.topFeatureList .box {
	flex: 1;
}
.topFeatureList .box-in {
	border: 3px solid #6ce2dc;
	border-radius: 20px;
	padding: 30px 20px;
	height: 100%;
	background: #fff;
	position: relative;
}
.topFeatureList .box-in::before {
	content: "";
	display: inline-block;
	width: 56px;
	height: 56px;
	background: url("images/circle_check.png") no-repeat center center / 100% auto;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	transform: translate(-50%, -50%);
}
.topFeatureList .box-ttl {
	font-family: "Zen Maru Gothic", serif;
	color: #e6b422;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	min-height: calc(2em * 1.5);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 20px;
}
.topFeatureList .box-text {
	font-family: "Zen Maru Gothic", serif;
	line-height: 1.5;
	margin-top: 20px;
}

@media screen and (max-width: 667px) {
	.topFeatureList {
		flex-wrap: wrap;
		gap: 30px;
	}
	.topFeatureList .box {
		flex: auto;
		width: 100%;
	}
	.topFeatureList .box-in {
		padding: 20px 16px;
		border-width: 2px;
	}
	.topFeatureList .box-in::before {
		width: 40px;
    height: 40px;
	}
	.topFeatureList .box-ttl {
		font-size: 1.8rem;
		min-height: initial;
	}

}


/* topProfile */
.topProfile {
	background: #f6f6f6;
	overflow: hidden;
}
.topProfile-contents {
	max-width: 710px;
	border: 3px solid #6ce2dc;
	border-radius: 20px;
	padding: 40px 60px 40px 30px;
	height: 100%;
	background: #fff;
	position: relative;
}
.topProfile-img {
	width: 364px;
	position: absolute;
	right: -320px;
	top: 50%;
	transform: translateY(-50%);
}
.topProfile-img img {
	max-width: 100%;
}
.topProfile-head {
	display: inline-block;
	border-bottom: 3px solid #e6b422;
	padding-left: 55px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}
.topProfile-head::before {
	content: "";
	display: block;
	width: 38px;
	height: 52px;
	background: url("images/ashiato_yel.png") no-repeat center center / 100% auto;
	position: absolute;
	left: 0;
	top: 5px;
}
.topProfile-head .head-position,
.topProfile-head .head-ttl {
	font-family: "Zen Maru Gothic", serif;
	color: #e6b422;
	font-weight: 500;
}
.topProfile-head .head-position {
	font-size: 1.4rem;
}
.topProfile-head .head-ttl {
	font-size: 2.4rem;
}
.topProfile-text {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
}
.topProfile-text > * {
	font-family: inherit;
	font-weight: inherit;
}

@media screen and (max-width: 667px) {
	.topProfile-contents {
		padding: 30px 16px;
	}
	.topProfile-head {
		display: block;
		border-width: 2px;
		padding-left: 40px;
	}
	.topProfile-head::before {
		width: 30px;
    height: 40px;
	}
	.topProfile-head .head-position {
		font-size: 1.3rem;
	}
	.topProfile-head .head-ttl {
		font-size: 2rem;
	}
	.topProfile-head .head-ttl .en {
		font-size: 1.3rem;
	}
	.topProfile-img {
		position: static;
		transform: none;
		max-width: 300px;
		width: 70%;
		margin: 0 auto 30px;
	}
}


/* topSec01 */
.topSec01 {
	padding: 6rem 0 0;
	background-color: #f6f6f6;
}
@media screen and (max-width: 667px) {
	.topSec01 { padding: 4rem 0; }
}

.topSec01 .innerBox {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 0 0 6rem;
	background: url("images/top_sec01_img.png") left bottom no-repeat;
}
@media screen and (max-width: 667px) {
	.topSec01 .innerBox {
		width: 94%;
		padding: 0 3% 3rem;
		background-image: none;
	}
}

.topSec01 h2 span {
    padding-top: .4em;
	font-size: 2rem;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1em .2em;
    background-image: radial-gradient(.10em .10em at center center, #11ac9d, #11ac9d 100%,transparent);
}
@media screen and (max-width: 667px) {
	.topSec01 h2 span { font-size: 1.8rem; }
}

.topSec01 ul, .topSec01 p { width: 600px; }
@media screen and (max-width: 667px) {
	.topSec01 ul, .topSec01 p { width: auto; }
}

.topSec01 ul { margin: 0 0 3rem; }

.topSec01 li {
	padding: 1.5rem 0 1.5rem 6rem;
	font-size: 2rem;
	font-weight: bold;
	background: url("images/check_blu.png") 20px 20px no-repeat;
	border-top: 1px dashed #ccc;
}
@media screen and (max-width: 667px) {
	.topSec01 li {
		padding: 1.5rem 0 1.5rem 4rem;
		font-size: 1.8rem;
		background-position: 10px 20px;
		background-size: 4%;
	}
}

.topSec01 li:last-child { border-bottom: 1px dashed #ccc; }


/* topSec02 & 03 & 04 */
.topSec02 { background: url("images/top_sec02_bg.png") left top repeat; }
.topSec03 { background: url("images/top_sec03_bg.jpg") center bottom no-repeat; }
.topSec04 { background: url("images/top_sec04_bg.png") repeat; }

.topSec03 { background-size: cover; }

.topSec02 h2 span {
	display: block;
	width: 340px;
	margin: 0 auto;
	padding: 0.4rem 0 0.8rem;
	font-size: 2rem;
	font-weight: normal;
	background: url("images/top_sec02_left.png") left top no-repeat, url("images/top_sec02_right.png") right top no-repeat;
}
@media screen and (max-width: 667px) {
	.topSec02 h2 span {
		width: 74%;
		font-size: 1.6rem;
	}
}

.topSec02 ul, .topSec03 ul, .topSec04 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 667px) {
	.topSec02 ul {
		width: 90%;
		margin: 0 auto;
	}
}

.topSec03 ul { margin-bottom: 2rem; }
@media screen and (max-width: 667px) {
	.topSec03 ul { margin: 0 auto; }
}

.topSec03 ul:after {
	content: "";
	display: block;
	width: 300px;
	height: 0;
}

.topSec04 ul { margin-bottom: 5.4rem; }
@media screen and (max-width: 667px) {
	#topPage .topSec04 ul {
		width: 90%;
		margin: 0 auto 2.4rem;
	}
}

.topSec02 li, .topSec03 li, .topSec04 li {
	width: 300px;
}
@media screen and (max-width: 667px) {
	.topSec02 li {
		width: 100%;
		margin-bottom: 2rem;
	}
	.topSec02 li:last-child { margin-bottom: 0; }

	.topSec03 li, .topSec04 li { width: 48%; }
}

.topSec02 li a, .topSec03 li a, .topSec04 li a {
	display: flex;
	flex-direction: column;
	font-size: 1.8rem;
	font-weight: bold;
}

.topSec03 li { margin: 0 0 3.6rem; }
@media screen and (max-width: 667px) {
	.topSec03 li { margin: 0 0 2.6rem; }
}

.topSec02 li a > p, .topSec03 li a > p, .topSec04 li a p { order: 2; }
@media screen and (max-width: 667px) {
	.topSec02 li a > p, .topSec03 li a > p, .topSec04 li a p {
		margin-bottom: 0.5rem;
	}
}
.topSec03 li div, .topSec04 li time { order: 3; }
.topSec02 li figure, .topSec03 li figure, .topSec04 li figure { order: 1; }

.topSec04 li { width: 300px; text-align: center; }
@media screen and (max-width: 667px) {
	.topSec04 li { width: 100%; }
}

.topSec04 li p, .topSec04 li time { text-align: left; }

.topSec03 p.cat {
	display: inline;
	margin: 0 1em 0 0;
	padding: 0 1em 0 0;
	color: #6ce2dc;
	font-size: 1.4rem;
	font-weight: normal;
	border-right: 1px solid #999;
}
@media screen and (max-width: 667px) {
	.topSec03 p.cat {
		display: block;
		margin: 0;
		padding: 0;
		line-height: 1.3;
		border-right: none;
	}
}

.topSec03 time, .topSec04 time {
	display: inline;
	color: #999;
	font-size: 1.4rem;
	font-weight: normal;
}

.topSec02 figure, .topSec03 figure, .topSec04 figure {
	margin-bottom: 0.5rem;
}

.topSec04 figure img {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	object-fit: cover;
}

main .more {
	width: 400px;
	margin: 0 auto;
}
@media screen and (max-width: 667px) {
	main .more { width: 70%; }
}

main .more a {
	display: block;
	padding: 1.4rem 0;
	color: #6ce2dc;
	font-size: 1.8rem;
	text-align: center;
	border: 1px solid #6ce2dc;
	border-radius: 5px;
}

main .more a:hover {
	color: #fff;
	background-color: #6ce2dc;
}



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

	7. MainContents

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

/* --- 7-1. Common --- */
#contentsArea { background: url("images/common_bg_pc.png") center top no-repeat; }
@media screen and (max-width: 667px) {
/* 	#contentsArea { padding-top: 2rem; }*/
}

.mainContents main p, .mainContents main div {
	margin: 0 0 3rem;
	font-size: 1.8rem;
}

.mainContents main picture {
	display: block;
	margin: 0 0 4rem;
}

.mainContents main ul {
	margin: 0 0 4rem;
	padding: 4rem 4rem 3rem;
	background-color: rgba(108,226,220,0.05);
}
@media screen and (max-width: 667px) {
	.mainContents main ul { padding: 3rem 3rem 2rem; }
}

.mainContents main li {
	margin: 0 0 1rem;
	padding: 0 0 0 1em;
	font-size: 1.8rem;
	background: url("images/li_mark.png") 0 10px no-repeat;
}

blockquote {
	margin: 0 0 4rem;
	padding: 4rem;
	font-size: 1.8rem;
	line-height: 1.7;
	background: url("images/bg_blockquote.png") 20px 20px no-repeat;
	background-color: #f6f6f6;
}

#column1 main a, #column2 main a {
	color: #6ce2dc;
	border-bottom: 1px solid;
}

#column1 main a:hover, #column2 main a:hover {
	color: #444;
}

#column1 main strong, #column2 main strong {
	background:-webkit-linear-gradient(transparent 60%, rgba(108,226,220, 0.15) 60%);
	background:-o-linear-gradient(transparent 60%, rgba(108,226,220, 0.15) 60%);
	background:linear-gradient(transparent 60%, rgba(108,226,220, 0.15) 60%);
}


/* --- 7-2. Page --- */
#column1, #column1 .innerBox { margin: 0 auto; }

#column1 main  {  padding: 0 0 6rem; }

#column1 main section {
	margin: 0 0 6rem;
	padding: 0;
}

#column1 main h1 {
	margin: 0 0 6rem;
	padding: 6rem 0;
	color: #fff;
	font-size: 3.2rem;
	text-align: center;
	background: url("images/h_bg_base.png") center top no-repeat;
}
@media screen and (max-width: 667px) {
	#column1 main h1 {
		margin: 0 0 4rem;
		padding: 3rem 0;
		font-size: 2.8rem;
		background-position: right top;
		background-size: cover;
	}
}

#column1 main h1 span {
	display: block;
	padding: 0;
	font-size: 1.4rem;
	font-weight: normal;
}
@media screen and (max-width: 667px) {
	#column1 main h1 span { font-size: 1.6rem; }
}

/* #column1 h1 { background-image: url("images/h_bg_base.png"); }
#column1 .profilePage h1 { background-image: url("images/h_bg_profile.png"); }
#column1 .contactPage h1 { background-image: url("images/h_bg_contact.png"); }
#column1 .trialsessionPage h1 { background-image: url("images/h_bg_trial.png"); } */

#column1 h2 {
	margin: 0 0 6rem;
	padding: 0;
	font-size: 2.8rem;
	line-height: 1.5;
	text-align: center;
}
@media screen and (max-width: 667px) {
	#column1 h2 {
		margin: 0 0 3rem;
		font-size: 2.6rem;
	}
}

#column1 h2 span {
	display: block;
	font-size: 2rem;
	font-weight: normal;
}

#column1 h3 {
	margin: 0 0 4rem;
	padding: 1rem 0 1rem 2rem;
	font-size: 2rem;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left: 4px solid;
	border-image: linear-gradient(to bottom, #6ce2dc 0%, #00cccc 100%);
	border-image-slice: 1;
}

#column1 h4 {
	margin: 0 0 3rem;
	font-size: 2rem;
}

.txtLeft, .txtRight {
	display: flex;
	justify-content: space-between;
}

.txtRight { flex-direction: row-reverse; }
@media screen and (max-width: 667px) {
	.txtLeft, .txtRight { flex-direction: column; }
}

.profilePage dl { border-top: 1px solid #eee; }

.profilePage dt {
	width: 200px;
	float: left;
	clear: both;
	padding: 1.5rem 2rem 1.4rem;
}
@media screen and (max-width: 667px) {
	.profilePage dt {
		width: 100%;
		float: none;
	}
}

.profilePage dd {
	width: 980px;
	padding: 1.5rem 2rem 1.4rem 20rem;
	border-bottom: 1px solid #eee;
}
@media screen and (max-width: 667px) {
	.profilePage dd {
		width: auto;
		padding: 0 2rem 1.4rem;
	}
}


/* - 7-2-2. Contact - */
.formArea {
	padding: 6rem;
	background-color: rgba(246,246,246,0.8);
}
@media screen and (max-width: 667px) {
	.formArea { padding: 4rem 3rem; }
	form > p br { display: none; }
}

.formArea dl {
	margin: 0 0 4rem;
	border-top: 1px solid #ddd;
}

.formArea dt:after {
	content: "必須";
	position: relative;
	margin: 0 0 0 1em;
	padding: 0.2rem 0.5rem;
	color: #fff;
	font-size: 1rem;
	background-color: #e00;
	top: -3px;
}

.formArea dd { border-bottom: 1px solid #ddd; }

.formArea input, textarea { background-color: #fff; }

.formArea .btn { margin-bottom: 0; }

.formArea .btn input {
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 2rem 0;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background-color: #6ce2dc;
	border: 1px solid #6ce2dc;
	border-radius: 5px;
	cursor: pointer;
}
@media screen and (max-width: 667px) {
	.formArea .btn input { width: 100%; }
}

.formArea .btn input:hover {
	color: #6ce2dc;
	background-color: #fff;
}


/* --- 7-3. Archive & Single --- */
#column2 { margin: 3.2rem auto 6rem; }
@media screen and (max-width: 667px) {
	#column2 { margin: 1rem auto 0; }
}

#column2 main { width: 640px; }
@media screen and (max-width: 667px) {
	#column2 main {
		width: 100%;
		margin-bottom: 3rem;
	}
}

#column2 main h1 {
	margin: 0 0 2rem;
	color: #333;
	font-size: 2.8rem;
}

#column2 main h1.catTit {
	padding: 0 0 0 4rem;
	font-size: 2rem;
	font-weight: normal;
	background: url("images/ic_main_cate.png") 0 4px no-repeat;
}

#column2 main .pageCat {
	display: inline-block;
	margin: 0 1rem 2rem 0;
	padding: 0;
	line-height: 1;
}

#column2 .pageSns a, #column2 .pageNavi a, #column2 .related_post a,
#column1 picture a, #column2 picture a {
	border: none;
}

#column2 .pageCat a {
	padding: 0.5rem 1rem;
	color: #fff;
	font-size: 1.2rem;
	background-color: #6ce2dc;
	border: 1px solid #6ce2dc;
}

#column2 .pageCat a:hover {
	color: #6ce2dc;
	background-color: #fff;
}

.related_post a img { display: block; }
@media screen and (max-width: 667px) {
	.related_post a img { margin-bottom: 0.5rem; }
}

#column2 main time {
	display: inline-block;
	margin: 0 0 2rem 0;
	color: #999;
	font-size: 1.2rem;
}

#column2 main h2 {
	position: relative;
	margin: 0 0 4rem;
	padding: 0 0 2rem;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: left;
	border-image: linear-gradient(to right, #6ce2dc  0%, #00cccc 100%) 1/0 0 4px 0;
	border-style: solid;
}

#column2 main h3 {
	margin: 0 0 4rem;
	padding: 1rem 0 1rem 2.5rem;
	font-size: 2rem;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 4px solid;
	border-image: linear-gradient(to bottom, #6ce2dc  0%, #00cccc 100%);
	border-image-slice: 1;
}

#column2 main h4 {
	margin: 0 0 4rem;
	padding: 0 0 1rem;
	font-size: 2rem;
	border-bottom: 1px dashed #6ce2dc;
}

.mainContents main .pageTag, .mainContents main .pageSns {
	display: flex;
	background: transparent;
}

.mainContents main .pageTag {
	flex-wrap: wrap;
}

.mainContents .pageSns li:before, .mainContents .pageTag li:before { display: none; }
.mainContents .pageSns li, .mainContents .pageTag li {
	margin-left: 0;
	padding: 0;
	text-indent: 0;
	background: none;
}

.mainContents .pageTag {
	margin: 0 0 4rem;
	padding: 0;
}

.mainContents .pageTag li { margin: 0 0.5rem 0 0; }

.pageTag li a {
	padding: 0.5rem 1.5rem 0.5rem 2.8rem;
	color: #aaa!important;
	font-size: 1rem;
	background: url("images/ic_main_tag.png") 10px 6px no-repeat;
	border: 1px solid #aaa;
}

.pageTag li a:hover { background-color: rgba(108,226,220,0.05); }

.mainContents .pageSns {
	padding: 0;
}

.mainContents .pageSns li {
	margin: 0 2rem 0 0;
	padding: 0;
	background: none;
}



/* --- archive List --- */
#column2 h1.listH1 {
	margin: 0 0 2rem;
	padding: 0 0 0 3rem;
	font-size: 2rem;
	font-weight: normal;
	background: url("images/ic_main_cate.png") 0 5px no-repeat;
}

#column2 ul.mainList {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ddd;
	background: none;
}

#column2 ul.mainList li {
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 667px) {
	#column2 ul.mainList li {
		width: auto;
		margin: 0 auto;
	}
}

#column2 .mainList li a {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding: 2rem;
	border-bottom: none;
}
@media screen and (max-width: 667px) {
	#column2 .mainList li a {
		flex-direction: column;
	}
}

#column2 .mainList li a:hover { background-color: rgba(0, 170, 136, 0.05); }

#column2 ul.mainList li:before { content: ""; }

#column2 ul.mainList h2 {
	margin: 0 0 0.5rem;
	padding: 0;
	font-size: 2rem;
	font-weight: bold;
	border: none;
}

.mainContents ul.mainList h2:before, .mainContents ul.mainList h2:after {
	display: none;
}

#column2 .mainList time {
	margin: 0 1rem 0 0;
	padding: 0 1rem 0 0;
	color: #999;
	font-size: 1.4rem;
	letter-spacing: 1px;
	border-right: 1px solid #ddd;
}

.mainContents li p.listCat {
	display: inline;
	margin: 0;
	padding: 0;
	color: #6ce2dc;
	font-size: 1.4rem;
}

.mainContents ul.mainList picture {
	margin: 0 2rem 0 0;
	line-height: 0;
}
@media screen and (max-width: 667px) {
	.mainContents ul.mainList picture {
		width: 100%;
		margin: 0 auto 1rem;
	}
}




/* --- Page Navi --- */
.pageNavi {
	display: flex;
	margin: 0 0 4rem;
	border: 1px solid #e9e9e9;
}

.mainContents .pageNavi p {
	width: 50%;
	margin: 0;
	padding: 2rem;
	font-size: 1.6rem;
	line-height: 1.5;
}

.mainContents .pageNavi p:first-child {
	border-right: 1px solid #e9e9e9;
}

#column2 .pageNavi p span {
	color: #444;
	font-size: 1.2rem;
}

#column2 .pageNavi p a { color: #444; }
#column2 .pageNavi p a:hover { color: #6ce2dc; }


/* --- Recommend List --- */
#column2 main h3.related_post_title {
	margin: 0 0 3rem;
	padding: 1rem 0 1rem 3rem;
	font-weight: normal;
	background: url("images/ic_main_recommend.png") left center no-repeat;
	border-bottom: 1px solid #e9e9e9;
	border-left: none;
	border-image: none;
}

#column2 main .related_post {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	background: transparent;
}

#column2 main .related_post li {
	width: 310px;
	margin: 0 0 2rem;
	padding: 0;
	background: none;
}
@media screen and (max-width: 667px) {
	#column2 main .related_post li {
		width: 48%;
		line-height: 1.3;
	}
}

#column2 .related_post li:before {
	display: none;
}

#column2 .related_post a {
	color: #444;
	font-size: 1.6rem;
	line-height: 1.5;
	border-bottom: none;
}

#column2 .related_post a:hover {
	color: #6ce2dc;
}