/* content-wrapper-main-header
--------------------------------------------------------- */
/* ----- content-wrapper-main-header-title ----- */
/* content-wrapper-main-header-title */
.content-wrapper-main-header-title {
	margin: 0 0 10px;
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-header-title {
		margin: 0 0 8px;
	}
}
body#index .content-wrapper-main-header-title {
	padding: 8px 10px;
	background: #f1f1f1;
}

/* content-wrapper-main-header-title h1, h2 */
.content-wrapper-main-header-title h1,
.content-wrapper-main-header-title h2 {
	font-size: 2.4rem;
	line-height: 150%;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-header-title h1,
	.content-wrapper-main-header-title h2 {
		font-size: 2rem;
		line-height: 140%;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-header-title h1,
	.content-wrapper-main-header-title h2 {
		font-size: 1.9rem;
		line-height: 135%;
	}
}


/* ----- content-wrapper-main-header-content ----- */
/* content-wrapper-main-header-content p */
.content-wrapper-main-header-content p {
	color: #999;
	font-size: 1.2rem;
	text-align: right;
	margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-header-content p {
		font-size: 1.1rem;
	}
}
.content-wrapper-main-header-content p:last-child {
	margin-bottom: 0;
}
.content-wrapper-main-header-content p.text-right {
	text-align: right;
}



/* content-wrapper-main-body-adver
--------------------------------------------------------- */
/* ----- content-wrapper-main-body-adver ----- */
.content-wrapper-main-body-adver {
	margin: 20px auto;
	overflow: hidden !important;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-adver {
		max-width: 640px;
	}
}
@media screen and (max-width: 668px) {
	.content-wrapper-main-body-adver {
		max-width: 440px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-adver {
		max-width: 260px;
	}
}
@media screen and (max-width: 360px) {
	.content-wrapper-main-body-adver {
		max-width: 200px;
	}
}



/* content-wrapper-main-body-title
--------------------------------------------------------- */
/* ----- content-wrapper-main-body-title ----- */
.content-wrapper-main-body-title {
	margin: 30px 0 10px;
}
.content-wrapper-main-body-title:first-child {
	margin-top: 10px;
}

.content-wrapper-main-body-title h3 {
	color: #333;
	font-size: 1.6rem;
	padding: 0 0 0 10px;
	border-left: 3px solid #333;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-title h3 {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-title h3 {
		font-size: 1.3rem;
	}
}



/* content-wrapper-main-body-thumb
--------------------------------------------------------- */
.content-wrapper-main-body-thumb {
	max-height: 300px;
	display: flex;
	align-items: center;
	margin: 0 auto 30px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-thumb {
		max-height: 250px;
		margin: 0 auto 25px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-thumb {
		max-height: 150px;
		margin: 0 -15px 20px;
	}
}



/* content-wrapper-main-body-info
--------------------------------------------------------- */
/* ----- content-wrapper-main-body-info ----- */
.content-wrapper-main-body-info {
	margin: 0 0 20px;
	padding: 10px 10px 7px;
	border: 1px solid #ffd073;
	background: #fffff0;
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-info {
		padding: 10px 5px 7px;
	}
}

/* content-wrapper-main-body-info-message */
.content-wrapper-main-body-info-message {
	margin: 0 0 5px;
}
.content-wrapper-main-body-info-message p {
	font-size: 1.3rem;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-info-message p {
		font-size: 1.1rem;
	}
}
.content-wrapper-main-body-info-message p span {
	display: inline-block;
}

/* content-wrapper-main-body-info-title */
.content-wrapper-main-body-info-title h2 {
	color: #333;
	font-size: 2.4rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-info-title h2 {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-info-title h2 {
		font-size: 1.6rem;
	}
}



/* content-wrapper-main-body-content
--------------------------------------------------------- */
/* ----- h ----- */
/* h2 */
.content-wrapper-main-body-content h2 {
	color: #fff;
	font-size: 2rem;
	margin: 70px 0 20px;
	padding: 15px 15px 15px;
	background: #333;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content h2 {
		margin: 65px 0 20px;
		padding: 15px 12px 15px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content h2 {
		font-size: 1.8rem;
		line-height: 150%;
		margin: 60px 0 20px;
		padding: 15px 10px 15px;
	}
}
.content-wrapper-main-body-content h2:first-child {
	margin-top: 0;
}

/* h3 */
.content-wrapper-main-body-content h3 {
	font-size: 2rem;
	margin: 45px 0 18px;
	padding: 10px 0 10px 15px;
	border-left: 3px solid #333;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content h3 {
		margin: 40px 0 18px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content h3 {
		font-size: 1.8rem;
		margin: 35px 0 18px;
	}
}

/* h4 */
.content-wrapper-main-body-content h4 {
	font-size: 1.6rem;
	margin: 30px 0 18px;
	padding: 0 0 3px;
	border-bottom: 1px solid #666;
}

/* h5 */
.content-wrapper-main-body-content h5 {
	font-size: 1.6rem;
	margin: 25px 0 10px;
}


/* ----- button,input,select,textarea ----- */
.content-wrapper-main-body-content button,
.content-wrapper-main-body-content input,
.content-wrapper-main-body-content select,
.content-wrapper-main-body-content textarea {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	border: none;
	background: transparent;
}


/* ----- a.btn,input,button ----- */
.content-wrapper-main-body-content a.btn,
.content-wrapper-main-body-content input[type="submit"],
.content-wrapper-main-body-content button {
	width: 100%;
	max-width: 460px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 10px auto 20px;
	padding: 8px 10px;
	border-radius: 5px;
	border: none;
	background: #25c04a;
	-webkit-transition: background-color 0.15s linear;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content a.btn,
	.content-wrapper-main-body-content input[type="submit"],
	.content-wrapper-main-body-content button {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content a.btn,
	.content-wrapper-main-body-content input[type="submit"],
	.content-wrapper-main-body-content button {
		font-size: 1.3rem;
	}
}
.content-wrapper-main-body-content a.btn:hover,
.content-wrapper-main-body-content input[type="submit"]:hover,
.content-wrapper-main-body-content button:hover {
	background: #1d953a;
}


/* ----- input,textarea ----- */
.content-wrapper-main-body-content input,
.content-wrapper-main-body-content textarea {
	width: 100%;
	font-size: 1.3rem;
	padding: 15px 20px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
}


/* ----- table ----- */
.content-wrapper-main-body-content table {
	width: 100%;
	margin: 0 0 15px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.content-wrapper-main-body-content table p {
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content table p {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content table p {
		font-size: 1.2rem;
	}
}

.content-wrapper-main-body-content table thead th {
	color: #fff;
	font-size: 1.6rem;
	vertical-align: middle;
	padding: 8px 10px;
	border: 1px solid #ddd;
	background: #666;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content table thead th {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content table thead th {
		font-size: 1.2rem;
		padding: 5px 5px;
	}
}

.content-wrapper-main-body-content table tbody tr th {
	width: 120px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 8px 10px;
	border: 1px solid #ddd;
	background: #f3f3f3;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content table tbody tr th {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content table tbody tr th {
		width: auto;
		min-width: 80px;
		font-size: 1.2rem;
		padding: 5px 5px;
	}
}

.content-wrapper-main-body-content table tbody tr td {
	font-size: 1.6rem;
	text-align: left;
	word-break : break-all;
	vertical-align: middle;
	padding: 8px 10px;
	border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content table tbody tr td {
		font-size: 1.4rem;
		padding: 12px 10px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content table tbody tr td {
		font-size: 1.2rem;
		padding: 5px 5px;
	}
}


/* ----- p ----- */
.content-wrapper-main-body-content p {
	font-size: 1.6rem;
	line-height: 180%;
	margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content p {
		font-size: 1.4rem;
		margin: 0 0 12px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content p {
		font-size: 1.6rem;
		margin: 0 0 10px;
	}
}
.content-wrapper-main-body-content p:last-child {
	margin-bottom: 0;
}


/* ----- a ----- */
.content-wrapper-main-body-content a.link {
	font-size: 1.3rem;
	padding: 0 0 0 10px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content a.link {
		font-size: 1.2rem;
		margin: 0 0 12px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content a.link {
		font-size: 1.1rem;
		margin: 0 0 10px;
	}
}

.content-wrapper-main-body-content a.link:before {
	font-size: 1.7rem;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: -1px;
	left: 0;
	content: "\f0da";
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content a.link:before {
		font-size: 1.6rem;
		top: 0;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content a.link:before {
		font-size: 1.4rem;
		top: -1px;
	}
}


/* ----- img ----- */
.content-wrapper-main-body-content img {
	margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content img {
		margin: 18px auto;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content img {
		margin: 15px auto;
	}
}


/* ----- wp-caption ----- */
/* wp-caption */
.content-wrapper-main-body-content .wp-caption {
	width: auto !important;
	max-width: 100%;
	margin: 15px 0;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content .wp-caption {
		margin: 25px 0;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content .wp-caption {
		margin: 20px 0;
	}
}

/* wp-caption img */
.content-wrapper-main-body-content .wp-caption img {
	margin: 0 auto;
}

/* wp-caption p */
.content-wrapper-main-body-content .wp-caption p {
	font-size: 1.2rem;
	text-align: center;
	margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content .wp-caption p {
		font-size: 1.1rem;
		margin: 8px 0 0;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content .wp-caption p {
		font-size: 1rem;
		margin: 5px 0 0;
	}
}


/* ----- wp-caption ----- */
/* ul */
.content-wrapper-main-body-content ul {
	margin: 20px 0 20px 25px;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content ul {
		margin: 18px 0 18px 22px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content ul {
		margin: 15px 0 15px 20px;
	}
}

/* ul li */
.content-wrapper-main-body-content ul li {
	font-size: 1.6rem;
	list-style-type: disc;
	margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content ul li {
		font-size: 1.4rem;
		margin: 0 0 7px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content ul li {
		font-size: 1.6rem;
		margin: 0 0 5px;
	}
}
.content-wrapper-main-body-content ul li:last-child {
	margin-bottom: 0;
}


/* ----- ol ----- */
/* ol */
.content-wrapper-main-body-content ol {
	list-style-type: decimal;
	margin: 15px 0 15px 25px;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content ol {
		margin: 12px 0 12px 22px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content ol {
		margin: 10px 0 10px 20px;
	}
}

/* ol li */
.content-wrapper-main-body-content ol li {
	font-size: 1.6rem;
	margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content ol li {
		font-size: 1.4rem;
		margin: 0 0 5px;
	}
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content ol li {
		font-size: 1.6rem;
	}
}
.content-wrapper-main-body-content ol li:last-child {
	margin-bottom: 0;
}


/* ----- dl ----- */
/* dl */
.content-wrapper-main-body-content dl {
	margin: 20px 0 20px;
	background: #f3f3f3;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content dl {
		margin: 30px 0 30px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content dl {
		margin: 20px 0 20px;
	}
}

/* dl span */
.content-wrapper-main-body-content dl span {
	display: block;
}

/* dl dt */
.content-wrapper-main-body-content dl dt {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 20px 10px;
	padding: 20px 0 10px;
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content dl dt {
		font-size: 1.3rem;
		margin: 0 15px 8px;
		padding: 15px 0 8px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content dl dt {
		font-size: 1.4rem;
		margin: 0 15px 8px;
		padding: 10px 0 8px;
	}
}

/* dl dd */
.content-wrapper-main-body-content dl dd {
	font-size: 1.4rem;
	line-height: 180%;
	padding: 10px 20px;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content dl dd {
		font-size: 1.3rem;
		padding: 5px 15px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content dl dd {
		font-size: 1.4rem;
		padding: 5px 10px;
	}
}
.content-wrapper-main-body-content dl dd:last-child {
	padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content dl dd:last-child {
		padding-bottom: 25px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content dl dd:last-child {
		padding-bottom: 20px;
	}
}


/* ----- dl.dl-style-02 ----- */
/* dl.dl-style-02 */
.content-wrapper-main-body-content dl.dl-style-02 {
	background: #fff;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content dl.dl-style-02 {
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content dl.dl-style-02 {
	}
}

/* dl.dl-style-02 span */
.content-wrapper-main-body-content dl.dl-style-02 span {
}

/* dl.dl-style-02 dt */
.content-wrapper-main-body-content dl.dl-style-02 dt {
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content dl.dl-style-02 dt {
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content dl.dl-style-02 dt {
	}
}

/* dl.dl-style-02 dd */
.content-wrapper-main-body-content dl.dl-style-02 dd {
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content dl.dl-style-02 dd {
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content dl.dl-style-02 dd {
	}
}


/* ----- blockquote ----- */
/* blockquote */
.content-wrapper-main-body-content blockquote {
	margin: 30px 0;
	padding: 20px 20px 20px 55px;
	background: #f3f3f3;
	position: relative;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content blockquote {
		padding: 15px 15px 15px 45px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content blockquote {
		padding: 15px 15px 15px 38px;
	}
}

/* blockquote:before */
.content-wrapper-main-body-content blockquote:before {
	color: #ccc;
	font-size: 5rem;
	font-family: sans-serif;
	line-height: 1;
	display: inline-block;
	position: absolute;
	top: 18px;
	left: 20px;
	vertical-align: middle;
	content: "“";
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content blockquote:before {
		font-size: 4.2rem;
		top: 13px;
		left: 18px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content blockquote:before {
		font-size: 4rem;
		top: 15px;
		left: 15px;
	}
}

/* blockquote p */
.content-wrapper-main-body-content blockquote p {
	font-size: 1.6rem;
	margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content blockquote p {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content blockquote p {
		font-size: 1.4rem;
	}
}
.content-wrapper-main-body-content blockquote p:last-child {
	margin-bottom: 0;
}
.content-wrapper-main-body-content blockquote p.text-right {
	color: #999;
	font-size: 1.2rem;
	text-align: right;
}
.content-wrapper-main-body-content blockquote p.text-right a {
	color: #999;
}


/* ----- iframe ----- */
.content-wrapper-main-body-content iframe {
	width: 100%;
	height: 350px;
	display: block;
	margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content iframe {
		height: 380px;
		margin: 18px auto;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content iframe {
		height: 200px;
		margin: 15px auto;
	}
}



/* content.layout-02 content-wrapper-main-body-content
--------------------------------------------------------- */
.content.layout-02 .content-wrapper-main-body > div {
	margin-bottom: 40px;
}
.content.layout-02 .content-wrapper-main-body > div:last-child {
	margin-bottom: 0;
}

.content.layout-02 .content-wrapper-main-body h2,
.content.layout-02 .content-wrapper-main-body h2:first-child {
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.content.layout-02 .content-wrapper-main-body h2,
	.content.layout-02 .content-wrapper-main-body h2:first-child {
		margin-top: 30px;
	}
}

.content.layout-02 .content-wrapper-main-body h3 {
	font-size: 1.7rem;
	margin: 20px 0 8px;
	padding: 2px 0 0 10px;
	border-left: 3px solid #333;
}
@media screen and (max-width: 768px) {
	.content.layout-02 .content-wrapper-main-body h3 {
		font-size: 1.6rem;
		margin: 28px 0 12px;
	}
}
@media screen and (max-width: 480px) {
	.content.layout-02 .content-wrapper-main-body h3 {
		font-size: 1.4rem;
		margin: 25px 0 10px;
	}
}

.content.layout-02 .content-wrapper-main-body h4 {
	font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
	.content.layout-02 .content-wrapper-main-body h4 {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	.content.layout-02 .content-wrapper-main-body h4 {
		font-size: 1.3rem;
	}
}
.content.layout-02 .content-wrapper-main-body h4 a {
	display: block;
}
.content.layout-02 .content-wrapper-main-body h4 a i {
	font-size: 1.2rem;
	margin: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
	.content.layout-02 .content-wrapper-main-body h4 a i {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 480px) {
	.content.layout-02 .content-wrapper-main-body h4 a i {
		font-size: 1rem;
	}
}

.content.layout-02 .content-wrapper-main-body-content img {
	margin-top: 0;
}

.content.layout-02 .content-wrapper-main-body-content table tbody tr td {
	padding: 8px 10px 3px;
}
@media screen and (max-width: 768px) {
	.content.layout-02 .content-wrapper-main-body-content table tbody tr td {
		padding: 12px 10px 5px;
	}
}
@media screen and (max-width: 480px) {
	.content.layout-02 .content-wrapper-main-body-content table tbody tr td {
		padding: 10px 10px 3px;
	}
}
.content.layout-02 .content-wrapper-main-body-content table tbody tr td a {
	line-height: 100%;
}

.content.layout-02 div:has(> iframe) {
	margin: auto !important;
}
.content.layout-02 .content-wrapper-main-body iframe {
	margin-bottom: 0;
}



/* content-wrapper-main-body-list
--------------------------------------------------------- */
/* ----- h ----- */
/* h2 */
.content-wrapper-main-body-list h2 {
	color: #fff;
	font-size: 1.8rem;
	margin: 50px 0 20px;
	padding: 10px 15px 8px;
	background: #333;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-list h2 {
		font-size: 1.6rem;
		margin: 45px 0 20px;
		padding: 10px 12px 10px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-list h2 {
		font-size: 1.4rem;
		margin: 40px 0 20px;
		padding: 8px 10px 8px;
	}
}

/* p.title-style-01 */
.content-wrapper-main-body-list p.title-style-01 {
	font-size: 1.7rem;
	font-weight: bold;
	margin: 35px 0 18px;
	padding: 2px 0 0 10px;
	border-left: 3px solid #333;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-list p.title-style-01 {
		font-size: 1.6rem;
		margin: 30px 0 18px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-list p.title-style-01 {
		font-size: 1.4rem;
		margin: 25px 0 18px;
	}
}


/* ----- ul ----- */
.content-wrapper-main-body-list ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -1px;
	padding: 20px;
	border: 1px solid #eee;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-list ul li {
		padding: 15px;
	}
}

.content-wrapper-main-body-list ul li h3 {
	font-size: 1.8rem;
	line-height: 150%;
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-list ul li h3 {
		font-size: 1.6rem;
	}
}

.content-wrapper-main-body-list ul li h3 a {
	line-height: 150%;
}

.content-wrapper-main-body-list ul li.adver {
	display: block;
	margin-bottom: 0;
	margin: 20px auto;
	padding: 0;
	border: none;
	position: relative;
	z-index: 0;
	overflow: hidden !important;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-list ul li.adver {
		max-width: 640px;
	}
}
@media screen and (max-width: 668px) {
	.content-wrapper-main-body-list ul li.adver {
		max-width: 440px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-list ul li.adver {
		max-width: 260px;
	}
}
@media screen and (max-width: 360px) {
	.content-wrapper-main-body-list ul li.adver {
		max-width: 200px;
	}
}
.content-wrapper-main-body-list ul li:last-child {
	margin-bottom: 0;
}
.content-wrapper-main-body-list ul li.adver iframe {
	z-index: 0;
}


/* ----- list-thumb ----- */
/* content-wrapper-main-body-list-thumb */
li.layout-01 .content-wrapper-main-body-list-thumb {
	width: 200px;
	/* text-align: center; */
	overflow: hidden;
}
/* @media screen and (max-width: 480px) {
	.content-wrapper-main-body-list-thumb {
		width: auto;
		position: absolute;
		top: 16px;
		left: 15px;
	}
} */
@media screen and (max-width: 560px) {
	li.layout-01 .content-wrapper-main-body-list-thumb {
		width: 160px;
	}
}
@media screen and (max-width: 480px) {
	li.layout-01 .content-wrapper-main-body-list-thumb {
		width: 100%;
		height: 172px;
		margin: 0 0 10px;
	}
}
@media screen and (max-width: 375px) {
	li.layout-01 .content-wrapper-main-body-list-thumb {
		height: 152px;
	}
}
li.layout-01 .content-wrapper-main-body-list-thumb a {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding-top: 56.25%;
	position: relative;
}
li.layout-01 .content-wrapper-main-body-list-thumb a img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
}
/* @media screen and (max-width: 480px) {
	.content-wrapper-main-body-list-thumb a img {
		height: 172px;
	}
}
@media screen and (max-width: 375px) {
	.content-wrapper-main-body-list-thumb a img {
		height: 152px;
	}
} */

/* content-wrapper-main-body-list-thumb-img */
.content-wrapper-main-body-list-thumb-img {
	width: 100%;
	margin: 0 auto 5px;
}


/* ----- list-content ----- */
/* content-wrapper-main-body-list-content */
.content-wrapper-main-body-list-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
li.layout-01 .content-wrapper-main-body-list-content {
	width: calc(100% - 200px - 20px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media screen and (max-width: 560px) {
	li.layout-01 .content-wrapper-main-body-list-content {
		width: calc(100% - 160px - 20px);
	}
}
@media screen and (max-width: 480px) {
	li.layout-01 .content-wrapper-main-body-list-content {
		width: 100%;
	}
}

/* content-wrapper-main-body-list-content-title */
.content-wrapper-main-body-list-content-title {
	width: 100%;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-list-content-title {
		margin-bottom: 8px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-list-content-title {
		margin-bottom: 8px;
	}
}
.content-wrapper-main-body-list-content-title h4 {
	font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-list-content-title h4 {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-list-content-title h4 {
		font-size: 1.3rem;
	}
}
.content-wrapper-main-body-list-content-title h4 a {
	display: block;
}
.content-wrapper-main-body-list-content-title h4 a i {
	font-size: 1.2rem;
	margin: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-list-content-title h4 a i {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-list-content-title h4 a i {
		font-size: 1rem;
	}
}

/* content-wrapper-main-body-list-content-domain */
/* .content-wrapper-main-body-list-content-domain {
	width: 48%;
} */

/* content-wrapper-main-body-list-content-date */
.content-wrapper-main-body-list-content-date {
	width: 70px;
	margin: 2px 15px 2px 0;
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-list-content-date {
		width: auto;
	}
}
.content-wrapper-main-body-list-content-date p {
	color: #666;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-list-content-date p {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-list-content-date p {
		font-size: 1rem;
	}
}

/* content-wrapper-main-body-list-content-category */
.content-wrapper-main-body-list-content-category {
	margin: 0 10px 0 0;
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-list-content-category {
		margin: 2px 10px 2px 0;
	}
}
.content-wrapper-main-body-list-content-category p a {
	font-size: 1rem;
	font-weight: bold;
	display: inline-block;
	padding: 1px 5px 0;
	/* border: 1px solid #555; */
	border: 1px solid #8cb5db;
}
.content-wrapper-main-body-list-content-category p a:hover {
	color: #fff;
	border-color: #3070ac;
	/* background: #333; */
	background: #3070ac;
}

/* content-wrapper-main-body-list-content-tag */
.content-wrapper-main-body-list-content-tag {
	margin: 0 15px 0 0;
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-list-content-tag {
		margin: 2px 15px 2px 0;
	}
}
.content-wrapper-main-body-list-content-tag p a {
	font-size: 1.1rem;
	font-weight: bold;
	display: inline-block;
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-list-content-tag p a {
		font-size: 1rem;
	}
}

/* content-wrapper-main-body-list-content-detail */
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-list-content-detail {
		margin: 2px 15px 2px 0;
	}
}
.content-wrapper-main-body-list-content-detail p a {
	font-size: 1rem;
	font-weight: bold;
	display: block;
	padding: 1px 5px 0;
	border-radius: 5px;
	/* border: 1px solid #555; */
	border: 1px solid #8cb5db;
}
.content-wrapper-main-body-list-content-detail p a:hover {
	color: #fff;
	border-color: #3070ac;
	/* background: #333; */
	background: #3070ac;
}

/* content-wrapper-main-body-list-btn */
.content-wrapper-main-body-list-btn {
	margin: -1px 0 0;
	padding: 20px;
	border: 1px solid #eee;
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-list-btn {
		padding: 15px;
	}
}
.content-wrapper-main-body-list-btn a.btn,
.content-wrapper-main-body-list-btn input[type="submit"],
.content-wrapper-main-body-list-btn button {
	width: 100%;
	max-width: 460px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	padding: 8px 5px;
	border-radius: 5px;
	border: none;
	background: #25c04a;
	-webkit-transition: background-color 0.15s linear;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-list-btn a.btn,
	.content-wrapper-main-body-list-btn input[type="submit"],
	.content-wrapper-main-body-list-btn button {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-list-btn a.btn,
	.content-wrapper-main-body-list-btn input[type="submit"],
	.content-wrapper-main-body-list-btn button {
		font-size: 1.2rem;
	}
}
.content-wrapper-main-body-list-btn a.btn:hover,
.content-wrapper-main-body-list-btn input[type="submit"]:hover,
.content-wrapper-main-body-list-btn button:hover {
	background: #1d953a;
}
.content-wrapper-main-body-list-btn a.btn span,
.content-wrapper-main-body-list-btn input[type="submit"] span,
.content-wrapper-main-body-list-btn button span {
	display: inline-block;
}


/* ----- content-wrapper-main-footer ----- */
.content-wrapper-main-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0;
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-footer {
		flex-wrap: wrap;
		justify-content: center;
		margin: 20px auto 0;
	}
}

.content-wrapper-main-footer a.btn {
	width: 100%;
	max-width: 460px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 10px auto 20px;
	padding: 8px 10px;
	border-radius: 5px;
	border: none;
	background: #25c04a;
	-webkit-transition: background-color 0.15s linear;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-footer a.btn {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-footer a.btn {
		font-size: 1.3rem;
	}
}
.content-wrapper-main-footer a.btn:hover {
	background: #1d953a;
}

/* content-wrapper-main-footer-box:nth-child(1) */
/* .content-wrapper-main-footer-box:nth-child(1) {
	margin: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-footer-box:nth-child(1) {
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 0 0 -38px;
	}
}
.content-wrapper-main-footer-box:nth-child(1) ul {
	display: flex;
	align-items: center;
}
.content-wrapper-main-footer-box:nth-child(1) ul li {
	font-size: 1.4rem;
	margin: 0 2px;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-footer-box:nth-child(1) ul li {
		font-size: 1.3rem;
	}
} */
/* content-wrapper-main-footer-box:nth-child(1) */
.content-wrapper-main-footer-box:nth-child(1) {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-footer-box:nth-child(1) {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
}
.content-wrapper-main-footer-box:nth-child(1) span {
	width: 32px;
	height: 32px;
	font-weight: bold;
	line-height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-footer-box:nth-child(1) span {
		display: none;
	}
}
.content-wrapper-main-footer-box:nth-child(1) span.current {
	color: #fff;
	background: #333;
}
.content-wrapper-main-footer-box:nth-child(1) a {
	width: 32px;
	height: 32px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: -1px;
	border: 1px solid #333;
	transition: 0.25s;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-footer-box:nth-child(1) a {
		display: none;
	}
}
.content-wrapper-main-footer-box:nth-child(1) a:hover {
	color: #fff;
	background: #333;
}
.content-wrapper-main-footer-box:nth-child(1) a.prev,
.content-wrapper-main-footer-box:nth-child(1) a.next {
	width: 32px;
	height: 32px;
	font-size: 1.6rem;
	line-height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-footer-box:nth-child(1) a.prev,
	.content-wrapper-main-footer-box:nth-child(1) a.next {
		align-items: initial;
		line-height: 30px;
	}
}
.content-wrapper-main-footer-box:nth-child(1) a.prev {
	margin: 0 30px 0 0;
}
.content-wrapper-main-footer-box:nth-child(1) a.next {
	margin: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-footer-box:nth-child(1) a.prev {
		margin: 0 auto 0 0;
	}
	.content-wrapper-main-footer-box:nth-child(1) a.next {
		margin: 0 0 0 auto;
	}
}



/* content-wrapper-related
--------------------------------------------------------- */
/* ----- content-wrapper-related ----- */
.content-wrapper-related {
	display: none;
	/* margin: 20px 0 0;
	padding: 15px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,.12), 0 1px 2px 0 rgba(0,0,0,.24);
	background: #fff; */
}


/* ----- content-wrapper-related-header-title ----- */
/* content-wrapper-related-header-title */
.content-wrapper-related-header-title {
	margin: 0 0 10px;
}
@media screen and (max-width: 480px) {
	.content-wrapper-related-header-title {
		margin: 0 0 8px;
	}
}


/* ----- content-wrapper-related-body-list ----- */
.content-wrapper-related-body-list ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 2px;
	border: 1px solid #eee;
}
.content-wrapper-related-body-list ul li:last-child {
	margin-bottom: 0;
}

/* content-wrapper-related-body-list-thumb */
.content-wrapper-related-body-list-thumb {
	width: 70px;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.content-wrapper-related-body-list-thumb {
		width: 55px;
	}
}
/* content-wrapper-related-body-list-thumb-img */
.content-wrapper-related-body-list-thumb-img i {
	font-size: 3rem;
}
@media screen and (max-width: 480px) {
	.content-wrapper-related-body-list-thumb-img i {
		font-size: 2rem;
	}
}
/* content-wrapper-related-body-list-thumb-title */
.content-wrapper-related-body-list-thumb-title p {
	font-size: 1rem;
	text-align: center;
}

/* content-wrapper-related-body-list-content */
.content-wrapper-related-body-list-content {
	width: calc(100% - 70px - 10px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media screen and (max-width: 480px) {
	.content-wrapper-related-body-list-content {
		width: calc(100% - 55px - 10px);
	}
}

/* content-wrapper-related-body-list-content-title */
.content-wrapper-related-body-list-content-title {
	width: 100%;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.content-wrapper-related-body-list-content-title {
		margin-bottom: 8px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-related-body-list-content-title {
		margin-bottom: 5px;
	}
}
.content-wrapper-related-body-list-content-title h3 {
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.content-wrapper-related-body-list-content-title h3 {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-related-body-list-content-title h3 {
		font-size: 1.6rem;
	}
}
.content-wrapper-related-body-list-content-title h3 a {
	display: block;
}
.content-wrapper-related-body-list-content-title h3 a i {
	font-size: 1.2rem;
	margin: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
	.content-wrapper-related-body-list-content-title h3 a i {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-related-body-list-content-title h3 a i {
		font-size: 1rem;
	}
}

/* content-wrapper-related-body-list-content-date */
.content-wrapper-related-body-list-content-date {
	width: 70px;
	margin: 0 15px 0 0;
}
@media screen and (max-width: 480px) {
	.content-wrapper-related-body-list-content-date {
		width: 100%;
	}
}
.content-wrapper-related-body-list-content-date p {
	color: #666;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.content-wrapper-related-body-list-content-date p {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-related-body-list-content-date p {
		font-size: 1rem;
	}
}

/* content-wrapper-related-body-list-content-tag */
.content-wrapper-related-body-list-content-tag {
	margin: 0 15px 0 0;
}
@media screen and (max-width: 480px) {
	.content-wrapper-related-body-list-content-tag {
		margin: 5px 15px 0 0;
	}
}
.content-wrapper-related-body-list-content-tag p a {
	font-size: 1.1rem;
	font-weight: bold;
	display: inline-block;
}

/* content-wrapper-related-body-list-content-detail */
@media screen and (max-width: 480px) {
	.content-wrapper-related-body-list-content-detail {
		margin: 5px 15px 0 0;
	}
}
.content-wrapper-related-body-list-content-detail p a {
	font-size: 1rem;
	display: block;
	padding: 1px 5px 0;
	border-radius: 5px;
	border: 1px solid #8cb5db;
}
.content-wrapper-related-body-list-content-detail p a:hover {
	color: #fff;
	border-color: #3070ac;
	background: #3070ac;
}



/* style
--------------------------------------------------------- */
/* ----- menu-style-01 ----- */
.menu-style-01 {
	margin: 15px 0 15px;
	padding: 20px 28px 18px;
	border: 1px solid #d8890b;
}
@media screen and (max-width: 768px) {
	.menu-style-01 {
		margin: 15px 0 30px;
	}
}
@media screen and (max-width: 480px) {
	.menu-style-01 {
		padding: 15px 20px 12px;
	}
}

.menu-style-01 p {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
	.menu-style-01 p {
		font-size: 1.3rem;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 480px) {
	.menu-style-01 p {
		font-size: 1.4rem;
	}
}

.menu-style-01 > ul {
	margin: 0 -20px 0 0;
}
.menu-style-01 > ul > li {
	list-style-type: none;
	margin: 0 20px 10px 0;
	padding: 0 0 0 18px;
	position: relative;
}
@media screen and (max-width: 480px) {
	.menu-style-01 > ul > li {
		padding: 0 0 0 18px;
	}
}
.menu-style-01 > ul > li:before {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: -2px;
	left: 0;
	content: "\f0d7";
}
/* @media screen and (max-width: 768px) {
	.menu-style-01 > ul > li:before {
		top: -2px;
	}
} */
@media screen and (max-width: 480px) {
	.menu-style-01 > ul > li:before {
		top: -4px;
	}
}
.menu-style-01 > ul li a {
	line-height: 150%;
	display: block;
}
@media screen and (max-width: 480px) {
	.menu-style-01 > ul li a {
		font-size: 1.5rem;
	}
}
.menu-style-01 > ul > li > ul {
	margin: 7px 0 0 15px;
}
.menu-style-01 > ul > li > ul > li {
	list-style-type: disc;
	margin: 0 0 3px;
}
.menu-style-01 > ul > li > ul > li > a {
	line-height: 150%;
	display: block;
}


/* ----- message-style-01 ----- */
.message-style-01 {
	margin-bottom: 20px;
	padding: 12px;
	background: #f6f6f6;
}

.message-style-01 p {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.message-style-01 p {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 480px) {
	.message-style-01 p {
		font-size: 1rem;
	}
}
.message-style-01 p:last-child {
	margin-bottom: 0;
}

.message-style-01 ul {
}
.message-style-01 ul li {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.message-style-01 ul li {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 480px) {
	.message-style-01 ul li {
		font-size: 1rem;
	}
}


/* ----- message-style-02 ----- */
.message-style-02 {
	margin-bottom: 20px;
	padding: 12px;
	border: 2px solid #f6f6f6;
}

.message-style-02 p {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.message-style-02 p {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	.message-style-02 p {
		font-size: 1.2rem;
	}
}
.message-style-02 p:last-child {
	margin-bottom: 0;
}

.message-style-02 ul {
	margin: 5px 0 5px 25px;
}
.message-style-02 ul li {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.message-style-02 ul li {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	.message-style-02 ul li {
		font-size: 1.2rem;
	}
}


/* ----- table-style-01 ----- */
table.table-style-01 {
}
table.table-style-01 thead tr th {
}
table.table-style-01 tbody tr th {
	width: 150px;
}
table.table-style-01 tbody tr td {
}


/* ----- table-style-02 ----- */
table.table-style-02 {
	border: none;
	border-left: 1px solid #ddd;
}
table.table-style-02 thead tr th {
	color: #333;
	border: 1px solid #ddd;
	background: #eee;
}
table.table-style-02 tbody tr td {
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
	table.table-style-02 tbody tr td {
        font-size: 1rem;
	}
}
table.table-style-02 tbody tr td a {
	display: block;
}
table.table-style-02 tbody tr td a img {
	width: auto;
	max-height: 25px;
	margin: 0 auto 5px;
}
table.table-style-02 tbody tr td a p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 0 !important;
}


/* ----- table-style-03 ----- */
table.table-style-03 {
	border: none;
	border-left: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
	table.table-style-03 tbody tr {
		display: flex;
		flex-wrap: wrap;
	}
}
table.table-style-03 tbody tr.layout-col2 td {
	width: 100%;
}
table.table-style-03 tbody tr.layout-col2 td {
	width: 50%;
}
table.table-style-03 tbody tr.layout-col3 td {
	width: 33.3%;
}
table.table-style-03 tbody tr.layout-flex td {
	width: calc(100% / 4);
}
table.table-style-03 thead tr th {
	color: #333;
	border: 1px solid #ddd;
	background: #eee;
}
table.table-style-03 tbody tr td {
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
	table.table-style-03 tbody tr td {
        width: calc(50% + 1px);
        font-size: 1rem;
        margin-top: -1px;
        margin-left: -1px;
	}
}
table.table-style-03 tbody tr td a {
	display: block;
}
table.table-style-03 tbody tr td a img {
	width: 100%;
	margin: 0 auto 5px;
}
table.table-style-03 tbody tr td a p {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 0 !important;
}


/* ----- layout-flex ----- */
:root {
	--layout-flex-width-col2: 50%;
	--layout-flex-width-col3: 33.3%;
	--layout-flex-width-col4: 25%;
}
@media screen and (max-width: 480px) {
	:root {
		--layout-flex-width-col3: 50%;
		--layout-flex-width-col4: 50%;
	}
}

ul.layout-flex {
	display: flex;
	flex-wrap: wrap;
}
ul.layout-flex {
	margin: 0 -1px -1px 0;
}
ul.layout-flex li {
	height: 100%;
	font-size: 1.4rem;
	list-style-type: none;
	text-align: center;
	margin-bottom: -1px;
	border: 1px solid #ddd;
	border-right: none;
}
ul.layout-flex.col2 li { width: var(--layout-flex-width-col2);}
ul.layout-flex.col3 li { width: var(--layout-flex-width-col3);}
ul.layout-flex.col4 li { width: var(--layout-flex-width-col4);}
ul.layout-flex.col2 li:nth-of-type(2n) { width: calc(var(--layout-flex-width-col2) - 1px); margin-right: 0; border-right: 1px solid #ddd;}
ul.layout-flex.col3 li:nth-of-type(3n) { width: calc(var(--layout-flex-width-col3) - 1px); margin-right: 0; border-right: 1px solid #ddd;}
@media screen and (max-width: 480px) {
	ul.layout-flex.col3 li:nth-of-type(2n) { width: calc(var(--layout-flex-width-col3) - 1px); margin-right: 0; border-right: 1px solid #ddd;}
	ul.layout-flex.col3 li:nth-of-type(3n) { width: var(--layout-flex-width-col3); border-right: none;}
}
ul.layout-flex.col4 li:nth-of-type(4n) { width: calc(var(--layout-flex-width-col4) - 1px); margin-right: 0; border-right: 1px solid #ddd;}
@media screen and (max-width: 480px) {
	ul.layout-flex.col4 li:nth-of-type(2n) { width: calc(var(--layout-flex-width-col4) - 1px); margin-right: 0; border-right: 1px solid #ddd;}
	ul.layout-flex.col4 li:nth-of-type(4n) { margin-right: -1px; border-right: none;}
}

ul.layout-flex li:last-child {
	border-right: 1px solid #ddd !important;
}

ul.layout-flex li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.layout-flex li a div {
	max-height: 6.5vw;
	overflow: hidden;
}
@media screen and (max-width: 1000px) {
	ul.layout-flex li a div {
		max-height: 10vw;
	}
}
@media screen and (max-width: 768px) {
	ul.layout-flex li a div {
		max-height: 15vw;
	}
}
@media screen and (max-width: 480px) {
	ul.layout-flex li a div {
		max-height: 18vw;
	}
}
ul.layout-flex li div img {
	width: 100%;
	margin: 0 auto;
}
ul.layout-flex li p {
	font-size: 1.3rem;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0 !important;
}


/* ----- iframe ----- */
.content-wrapper-main-body-content .iframe-style-01 {
	width: 100%;
	height: 900px;
	display: block;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.content-wrapper-main-body-content .iframe-style-01 {
		height: 1000px;
	}
}
@media screen and (max-width: 480px) {
	.content-wrapper-main-body-content .iframe-style-01 {
		height: 1100px;
	}
}



/* adver
--------------------------------------------------------- */
/* ----- post-wrapper-adver ----- */
.post-wrapper-adver-01,
.post-wrapper-adver-02 {
	width: 100%;
	margin: 30px auto 30px;
}
@media screen and (max-width: 768px) {
	.post-wrapper-adver-01,
	.post-wrapper-adver-02 {
		max-width: 640px;
		margin: 40px auto 40px;
	}
}
@media screen and (max-width: 668px) {
	.post-wrapper-adver-01,
	.post-wrapper-adver-02 {
		max-width: 440px;
	}
}
@media screen and (max-width: 480px) {
	.post-wrapper-adver-01 {
		max-width: 260px;
		margin: 30px auto 30px;
	}
	.post-wrapper-adver-02 {
		max-width: 260px;
		margin: 30px auto 50px;
	}
}
@media screen and (max-width: 360px) {
	.post-wrapper-adver-01,
	.post-wrapper-adver-02 {
		max-width: 200px;
	}
}
.post-wrapper-adver-01 iframe,
.post-wrapper-adver-02 iframe {
	z-index: 0;
}



/* Simple Memberships
--------------------------------------------------------- */
/* ----- membership-join / membership-login  ----- */
body#membership-join section.breadcrumbs,
body#membership-join .content-wrapper-sub,
body#membership-join aside,
body#membership-login section.breadcrumbs,
body#membership-login .content-wrapper-sub,
body#membership-login aside {
	display: none;
}
body#membership-join main {
	width: 100%;
	max-width: 550px;
	margin: auto;
}
body#membership-login main {
	width: 100%;
	max-width: 450px;
	margin: auto;
}
body#membership-join .membership-profile main,
body#membership-login .membership-profile main {
	max-width: 550px;
}
body#membership-join .content-wrapper-main,
body#membership-login .content-wrapper-main {
	width: 100%;
}
body#membership-join .content-wrapper-main article,
body#membership-login .content-wrapper-main article {
	padding: 40px 60px;
}
@media screen and (max-width: 480px) {
	body#membership-join .content-wrapper-main article,
	body#membership-login .content-wrapper-main article {
		padding: 30px 20px;
	}
}
body#membership-join .content-wrapper-main-header,
body#membership-login .content-wrapper-main-header {
	margin: 0 0 30px;
	padding: 0;
	border: none;
}
@media screen and (max-width: 480px) {
	body#membership-join .content-wrapper-main-header,
	body#membership-login .content-wrapper-main-header {
		margin: 0 0 20px;
	}
}
body#membership-join .content-wrapper-main-header-title,
body#membership-login .content-wrapper-main-header-title {
	margin: 0;
}
body#membership-join .content-wrapper-main-header-title h1,
body#membership-login .content-wrapper-main-header-title h1 {
	text-align: center;
}
body#membership-join .content-wrapper-main-header-content,
body#membership-login .content-wrapper-main-header-content {
	display: none;
}
/* body#membership-join .formError,
body#membership-login .formError {
	display: none !important;
} */

/* swpm-login-action-msg */
body#membership-join .swpm-login-action-msg span,
body#membership-login .swpm-login-action-msg span {
	color: #ef485d;
}

body#membership-join #swpm_message,
body#membership-login #swpm_message {
	/* color: #ef485d; */
	margin: 0 0 20px;
}
@media screen and (max-width: 480px) {
	body#membership-join #swpm_message,
	body#membership-login #swpm_message {
		margin: 0 0 10px;
	}
}
body#membership-join #swpm_message *,
body#membership-login #swpm_message * {
	/* color: #ef485d; */
	font-size: 1.4rem !important;
}
@media screen and (max-width: 480px) {
	body#membership-join #swpm_message *,
	body#membership-login #swpm_message * {
		font-size: 1.3rem !important;
	}
}
body#membership-join #swpm_message ul,
body#membership-login #swpm_message ul {
	margin: 10px 0 10px 25px;
}
body#membership-join .swpm-pw-reset-widget-form *,
body#membership-login .swpm-pw-reset-widget-form * {
	font-size: 1.4rem
}
@media screen and (max-width: 480px) {
	body#membership-join .swpm-pw-reset-widget-form *,
	body#membership-login .swpm-pw-reset-widget-form * {
		font-size: 1.3rem;
	}
}


/* ----- membership-join > membership-registration ----- */
body#membership-join .swpm-registration-widget-form table {
	border: none;
}
body#membership-join .swpm-registration-widget-form table tbody tr {
	display: none;
}
body#membership-join .swpm-registration-widget-form table tbody tr.swpm-registration-username-row,
body#membership-join .swpm-registration-widget-form table tbody tr.swpm-registration-email-row,
body#membership-join .swpm-registration-widget-form table tbody tr.swpm-registration-password-row,
body#membership-join .swpm-registration-widget-form table tbody tr.swpm-registration-password-retype-row {
	display: flex;
	flex-wrap: wrap;
}
body#membership-join .swpm-registration-widget-form table tbody tr td {
	width: 100%;
	margin: 0 0 -1px;
	padding: 15px;
}
@media screen and (max-width: 480px) {
	body#membership-join .swpm-registration-widget-form table tbody tr td {
		padding: 12px;
	}
}
body#membership-join .swpm-registration-widget-form table tbody tr td:nth-of-type(1) {
	background: #f9f9f9;
}
body#membership-join .swpm-registration-widget-form .swpm-registration-submit-section {
	margin: 20px 0 0;
}
@media screen and (max-width: 480px) {
	body#membership-join .swpm-registration-widget-form .swpm-registration-submit-section {
		margin: 10px 0 0;
	}
}
body#membership-join input[type="text"],
body#membership-join input[type="password"] {
	width: 100%;
	font-size: 1.6rem;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid #aaa;
}
@media screen and (max-width: 480px) {
	body#membership-join input[type="text"],
	body#membership-join input[type="password"] {
		font-size: 1.3rem;
	}
}
body#membership-join .swpm-registration-widget-form .swpm-registration-submit-section input {
	margin: 0;
}


/* ----- membership-login > swpm-login-form ----- */
body#membership-login .swpm-login-form-inner > div:first-child {
	margin-top: 0;
}
body#membership-login .swpm-login-form-inner > div:last-child {
	margin-bottom: 0;
}
body#membership-login .swpm-username-label,
body#membership-login .swpm-password-label {
	margin: 20px 0 5px;
}
body#membership-login input[type="text"],
body#membership-login input[type="password"] {
	width: 100%;
	font-size: 1.6rem;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid #aaa;
}
@media screen and (max-width: 480px) {
	body#membership-login input[type="text"],
	body#membership-login input[type="password"] {
		font-size: 1.3rem;
	}
}
body#membership-login .swpm-remember-me {
	display: flex;
	align-items: center;
	margin: 20px 0 5px;
}
body#membership-login .swpm-login-widget-form input[type="checkbox"] {
	margin: 6px 8px 0 0;
}
body#membership-login .swpm-login-submit {
	margin: 20px 0 30px;
}
body#membership-login .swpm-login-submit input[type="submit"] {
	margin: 0;
}
body#membership-login .swpm-login-action-msg {
	margin: 20px 0 0;
}
body#membership-login .swpm-forgot-pass-link {
	display: none;
}
body#membership-login .swpm-join-us-link {
	display: none;
}

body#membership-login .swpm-join-us-membership-join {
	margin: 30px 0 0;
}
@media screen and (max-width: 480px) {
	body#membership-login .swpm-join-us-membership-join {
		margin: 20px 0 0;
	}
}
body#membership-login .swpm-join-us-membership-join * {
	font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
	body#membership-login .swpm-join-us-membership-join * {
		font-size: 1.3rem;
	}
}

body#membership-login .swpm-join-us-contact {
	font-size: 1.4rem;
	margin: 30px 0 0;
}
@media screen and (max-width: 480px) {
	body#membership-login .swpm-join-us-contact {
		margin: 20px 0 0;
	}
}
body#membership-login .swpm-join-us-contact * {
	font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
	body#membership-login .swpm-join-us-contact * {
		font-size: 1.3rem;
	}
}


/* ----- membership-login > swpm-pw-reset ----- */
body#membership-login .swpm-pw-reset-email {
	margin: 0 0 5px;
}
body#membership-login .swpm-pw-reset-email-input {
	margin: 0;
}
body#membership-login .swpm-pw-reset-submit-button {
	margin: 20px 0 0;
}
body#membership-login .swpm-pw-reset-submit-button input[type="submit"] {
	margin: 0;
}


/* ----- membership-login > swpm-login-widget-logged ----- */
body#membership-login .swpm-login-widget-logged > div > div {
	width: 100%;
	margin: 0 0 -1px;
	padding: 15px;
	border: 1px solid #ddd;
}
body#membership-login .swpm-login-widget-logged > div > div:nth-of-type(1) {
	font-weight: normal;
	background: #f9f9f9;
}
body#membership-login .swpm-login-widget-logged .swpm-edit-profile-link {
	margin: 20px 0 0;
}
body#membership-login .swpm-login-widget-logged .swpm-logged-logout-link {
	margin: 10px 0 0;
}


/* ----- membership-login > membership-profile ----- */
body#membership-login .swpm-edit-profile-form {
}
body#membership-login .swpm-edit-profile-form table {
	border: none;
}
body#membership-login .swpm-edit-profile-form table tbody tr {
	display: none;
}
body#membership-login .swpm-edit-profile-form table tbody tr.swpm-profile-username-row,
body#membership-login .swpm-edit-profile-form table tbody tr.swpm-profile-email-row,
body#membership-login .swpm-edit-profile-form table tbody tr.swpm-profile-membership-level-row {
	display: flex;
	flex-wrap: wrap;
}
body#membership-login .swpm-edit-profile-form table tbody tr.swpm-profile-email-row {
	pointer-events : none;
}
body#membership-login .swpm-edit-profile-form table tbody tr.swpm-profile-email-row input {
	padding: 0;
	border: none;
}
body#membership-login .swpm-edit-profile-form table tbody tr td {
	width: 100%;
	margin: 0 0 -1px;
	padding: 15px;
}
body#membership-login .swpm-edit-profile-form table tbody tr td:nth-of-type(1) {
	background: #f9f9f9;
}
body#membership-login .swpm-edit-profile-form p.swpm-edit-profile-submit-section {
	display: none;
}
body#membership-login .swpm-edit-profile-form p.swpm-edit-profile-submit-section input {
	margin: 0;
}

body#membership-login .swpm-edit-profile-contact {
	margin: 30px 0 0;
}
@media screen and (max-width: 480px) {
	body#membership-login .swpm-edit-profile-contact {
		margin: 20px 0 0;
	}
}

body#membership-login .swpm-edit-profile-unsubscribe {
	margin: 20px 0 0;
}
@media screen and (max-width: 480px) {
	body#membership-login .swpm-edit-profile-unsubscribe {
		margin: 10px 0 0;
	}
}





