@charset "utf-8";

/*
        Theme Name: クリニクラウン
        Theme URI: 
	Description: クリニクラウンのサイトテーマ
	Version: 1.0
	Author: クリニクラウン
*/

/*** サイト全体 ***/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
}

body, header, h1, h2, h3, p, ol, ul, li, dl, dt, dd, section, article, footer, div, table, th, td, a {
	margin: 0;
	padding: 0;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	-o-box-sizing : border-box;
	-ms-box-sizing : border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	color: #333;
	line-height: 1.4;
}

header, nav, article, aside, section, footer {
　　display: block;
}

from, input, textarea, address {
	box-sizing: border-box;
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
}

ul, oi {
	list-style: none;
}

small {
	font-size: 100%;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	transition: 0.2s;
}

a img:hover {
	opacity: 0.7;
	transition: 0.2s;
}

a.notra img:hover {
	opacity: 1;
	transition: none;
}

.c-inner600 {
	width: 96%;
	max-width: 600px;
	margin: 0 auto;
}

.c-inner900 {
	width: 96%;
	max-width: 900px;
	margin: 0 auto;
}

.c-inner1000 {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}

.c-inner1200 {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

.column-2,
.column-3,
.column-4,
.column-5 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-align-center {
	align-items: center;
}

img.w100 {
	width: 100%;
	height: auto;
}

/* 簡易文字css */
.red {
	color: #F00;
}

.bold {
	font-weight: bold;
}

/* スマホ用コンテンツ用 */
.sp-cont {
	display: none;
}

/*** ヘッダー ***/
header {
	padding: 30px 0 14px;
}

/*ロゴ部分*/
header .logo {
	width: 96%;
	max-width: 607px;
}

header .logo h1,
header .logo p {
	line-height: 0;
}
/*ロゴ部分 ここまで*/

/*リンク集*/
header #h-nav {
	width: 96%;
	max-width: 511px;
}

header #h-nav #h-info {
	width: 96%;
	max-width: 370px;
}

header #h-nav #h-info .info01 {
	margin-bottom: 8px;
	align-items: baseline;
}

header #h-nav #h-info .info01 .text-link {
	width: 100%;
	max-width: 234px;
}

header #h-nav #h-info .info01 .text-link li,
header #h-nav #h-info .info01 .text-link li a {
	line-height: 0;
}

header #h-nav #h-info .info01 .text-link li a:hover {
	border-bottom: 1px solid #666;
}

header #h-nav #h-info .info01 .sns {
	width: 100%;
	max-width: 116px;
}

header #h-nav #h-info .info02 li:first-child {
	margin-right: 8px;
}

header #h-nav #h-info .info02 li:nth-child(2) {
	margin-right: auto;
}
/*リンク集 ここまで*/

/*gnav 赤帯*/
#gnav .pc-cont {
	background: url(images/gnav-bg01.png) repeat-x center center;
	background-size: cover;
}

#gnav .pc-cont > ul {
	background: url(images/gnav-bg02.png) no-repeat right top;
	position: relative;
}

#gnav .pc-cont > ul > li {
	background: url(images/gnav-bg02.png) no-repeat left top;
	text-align: center;
}

#gnav .pc-cont > ul > li:first-child {
	width: 29%;
}

#gnav .pc-cont > ul > li:nth-child(2) {
	width: 16%;
}

#gnav .pc-cont > ul > li:nth-child(3) {
	width: 18%;
}

#gnav .pc-cont > ul > li:nth-child(4) {
	width: 17%;
}

#gnav .pc-cont > ul > li:last-child {
	width: 20%;
}

#gnav .pc-cont > ul > li .layer01 a {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 0;
	display: block;
	transition: 0.2s;
}

#gnav .pc-cont > ul > li .layer01 a:hover {
	opacity: 0.7;
	transition: 0.2s;
}

#gnav .pc-cont > ul > li .layer01 a:hover img {
	opacity: 1;
	transition: 0;
}
/*gnav 赤帯 ここまで*/

/*gnav マウスオーバー*/
#gnav .pc-cont .layer02 {
	width: 100%;
	margin-top: 2px;
	padding: 30px;
	background: #fff;
	border: 8px solid #39207C;
	justify-content: flex-end;
	flex-direction: row-reverse;
	display: flex;
	position: absolute;
	left: 0;
	z-index: 10;
}

#gnav .pc-cont .layer02 .layer02-inner.box01 {
	width: 60%;
}

#gnav .pc-cont .layer02 .layer02-inner.box01 .title {
	margin-bottom: 20px;
	padding: 4px 0 4px 32px;
	background: url(images/arrow03.png) no-repeat left center;
	font-size: 120%;
	text-align: left;
        font-weight: bold;
	color: #39207C;
}

#gnav .pc-cont .layer02 .layer02-inner.box01 ul {
	margin-left: 12px;
}

#gnav .pc-cont .layer02 .layer02-inner.box01 ul li {
	width: 50%;
	margin-bottom: 24px;
	padding-left: 24px;
	background: url(images/arrow04.png) no-repeat left center;
	text-align: left;
}

#gnav .pc-cont .layer02 .layer02-inner.box02 {
	width: 40%;
	max-width: 343px;
	margin-right: 30px;
}

#gnav .pc-cont .layer02 .layer02-inner.box02 img {
	width: 100%;
	height: auto;
}
/*gnav マウスオーバー ここまで*/
/*** ヘッダー ここまで ***/

/*** フッター ***/
/*クリニクラウンを応援する！！*/
#support {
	padding: 40px 0 32px;
	background: url(images/footer_support-bg01.png) repeat-x left top;
	background-size: contain;
}

#support .c-inner1000 {
	background: url(images/footer_support-bg02.png) no-repeat center top;
}

#support h1 {
	margin-bottom: 10px;
	text-align: center;
}

#support h1 img {
	width: 100%;
	max-width: 545px;
	height: auto;
}

#support h1 + p {
	margin-bottom: 70px;
	text-align: center;
}

#support h1 + p img {
	width: 100%;
	max-width: 554px;
	height: auto;
}

#support ul li {
	width: 50%;
	max-width: 295px;
	margin-bottom: 40px;
	opacity: 0;
}

#support ul li.on {
	opacity: 1;
	transition: 1s;
}

#support ul li:nth-child(2).on {
	animation-delay: 0.3s
}

#support ul li:nth-child(3).on {
	animation-delay: 0.5s
}

#support ul li:nth-child(4).on {
	animation-delay: 0.7s
}

#support ul li:nth-child(5).on {
	animation-delay: 0.9s
}

#support ul li:nth-child(6).on {
	animation-delay: 1.1s
}

/*トップページ用のアニメーション
.index #support ul li {
	opacity: 0;
}

.index #support ul li.on {
	opacity: 1;
	transition: 1s;
}

.index #support ul li:nth-child(2).on {
	animation-delay: 0.3s
}

.index #support ul li:nth-child(3).on {
	animation-delay: 0.5s
}

.index #support ul li:nth-child(4).on {
	animation-delay: 0.7s
}

.index #support ul li:nth-child(5).on {
	animation-delay: 0.9s
}

.index #support ul li:nth-child(6).on {
	animation-delay: 1.1s
}
*/
/*トップページ用のアニメーション ここまで*/

#support ul li img {
	width: 100%;
	height: auto;
}
/*クリニクラウンを応援する！！ ここまで*/

/*SNSリンク集*/
#sns-area {
	padding: 52px 0 132px;
	background-color: rgba(244, 244, 244, 0.7);
	background-image: url(images/footer_sns-bg01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#sns-area ul li:not(:last-child) {
	margin-bottom: 8px;
}
/*SNSリンク集 ここまで*/

/*フッター ナビ*/
footer #f-nav-wrap a {
	color: #fff;
}

footer #f-nav-wrap a:hover {
	text-decoration: underline;
}

footer #f-nav-wrap {
	padding: 20px 0 0;
	background-color: #D0161C;
}

footer #f-nav-wrap #f-nav {
	padding-bottom: 180px;
	background-image: url(images/footer_nav-img01.png),
	                  url(images/footer_nav-img02.png);
	background-repeat: no-repeat,
	                   no-repeat;
	background-position: left bottom 20px,
	                     right bottom 20px;
}

footer #f-nav-wrap #f-nav .layer01 .head {
	margin-bottom: 16px;
	padding-left: 32px;
	background: url(images/arrow01.png) no-repeat left center;
	font-size: 105%;
	font-weight: bold;
}

footer #f-nav-wrap #f-nav .layer01 .layer02 li:not(:last-child) {
	margin-bottom: 16px;
}

footer #f-nav-wrap #f-nav .layer01 .layer02 li a {
	font-size: 90%;
}
/*フッター ナビ ここまで*/

/*フッター 住所・コピーライトなど*/
footer #f-info {
	background: url(images/footer_f-info-bg01.png) repeat-x top center;
}

footer #f-info .box01 {
	padding: 88px 0 20px;
}

footer #f-info .box01 .column-2 {
	align-items: flex-end;
}

footer #f-info .box01 #f-logoadd {
	width: 100%;
	max-width: 506px;
}

footer #f-info .box01 #f-logoadd .logo {
	margin-bottom: 8px;
}

footer #f-info .box01 #f-logoadd .logo img {
	width: 100%;
	max-width: 339px;
	height: auto;
}

footer #f-info .box01 #f-logoadd .address-wrap {
	font-size: 85%
}

footer #f-info .box01 #f-logoadd .address-wrap p:first-child {
	margin-bottom: 10px;
}

footer #f-info .box01 #f-logoadd .address-wrap p:first-child a {
	margin-left: 0.5em;
	color: #330066;
}

footer #f-info .box01 #f-logoadd .address-wrap address .column-3 {
	justify-content: flex-start;
}

footer #f-info .box01 #f-logoadd .address-wrap address .column-3 li:not(:last-child) {
	margin-right: 1em;
}

footer #f-info .box01 #f-logoadd .address-wrap address .column-3 li:first-child a {
	pointer-events: none;
}

footer #f-info .box01 #f-logoadd .address-wrap address .column-3 li:last-child a {
	text-decoration: underline;
}

footer #f-info .box01 .logo-list {
	width: 100%;
	max-width: 552px;
}

footer #f-info .box02 {
	padding: 12px 0;
	background: #39207C;
}

footer #f-info .box02 p {
	line-height: 1.6;
	text-align: center;
	font-size: 85%;
	color: #fff;
}
/*フッター 住所・コピーライトなど ここまで*/
/*** フッター ここまで ***/

/*** 上へ移動ボタン ***/
#move-top {
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #fff;
	border-radius: 50%;
	line-height: 0;
	position: fixed;
	right: 2%;
	bottom: 1%;
	z-index: 100;
}

#move-top:hover {
	cursor: pointer;
	opacity: 0.7;
	transition: 0.2s;
}
/*** 上へ移動ボタン ここまで ***/

/*ブログトップ クリニクラウンニュース ＋ クリニクラウンジャーナル ＋ レポート */
.home #gnav {
	margin-bottom: 60px;
}

.home .contents {
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.wp-links {
	margin-bottom: 70px;
}

.wp-links h1 {
	margin-bottom: 20px;
	text-align: center;
}

.wp-links ul {
	margin-bottom: 40px;
	justify-content: flex-start;
}

.wp-links ul li {
	width: 50%;
	max-width: 284px;
	position: relative;
}

.wp-links ul li:not(:last-child) {
	margin-right: 21px;
}

.wp-links ul li .pict {
	width: 100%;
	max-height: 188px;
	overflow: hidden;
	margin-bottom: 10px;
}

.wp-links ul li .pict img {
	width: 100%;
	height: auto;
}

.wp-links ul li h2 {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 110%;
}

.wp-links ul li .wrap {
	position: absolute;
	bottom: 0;
}

.wp-links ul li .wrap time {
	margin-right: 1em;
	color: #D0151B;
	font-size: 80%;
}

.wp-links ul li .wrap .post-categories {
	margin-bottom: 0;
	display: flex;
	justify-content: flex-start;
}

.wp-links ul li .wrap .post-categories li {
	width: inherit;
	max-width: inherit;
	position: relative;
}

.wp-links ul li .wrap .post-categories li:not(:last-child) {
	margin-right: 0;
	padding-right: 0.5em;
}

.wp-links ul li .wrap .post-categories li a {
	color: #2C1473;
	font-size: 80%;
}

.wp-links ul li .wrap .post-categories li a:hover {
	text-decoration: underline;
}

.wp-links p:last-child {
	text-align: center;
}

.wp-links p:last-child img {
	width: 100%;
	max-width: 213px;
	height: auto;
}

.home #sns-area.contents {
	margin-bottom: 0;
}
/* ブログトップ クリニクラウンニュース ＋ クリニクラウンジャーナル ここまで*/

/* ブログトップ クリニクラウンニュース*/
.CCnews {
	border-bottom: 1px solid #ccc;
}

.CCnews h1 img {
	width: 100%;
	max-width: 435px;
	height: auto;
}

.CCnews ul li .pict {
	box-shadow: 5px 5px 2px #77BA0A;
}
/* ブログトップ クリニクラウンニュース ここまで*/

/* ブログトップ クリニクラウンジャーナル */
.CCjournal {
	border-bottom: 1px solid #ccc;
}

.CCjournal h1 img {
	width: 100%;
	max-width: 476px;
	height: auto;
}

.CCjournal ul li .pict {
	box-shadow: 5px 5px 2px #76B7F9;
}
/* ブログトップ クリニクラウンジャーナル ここまで*/

/* ブログトップ クリニクラウンレポート */
.CCreport h1 img {
	width: 100%;
	max-width: 465px;
	height: auto;
}

.CCreport ul li .pict {
	box-shadow: 5px 5px 2px #F9D559;
}
/* ブログトップ クリニクラウンレポート ここまで*/

/* 記事一覧ページ ＋ 個別ページ */
.archive .n-tm .post-categories,
.single .n-tm .post-categories {
	margin-left: 0.5em;
	display: inline-block;
}

.archive .n-tm .post-categories li,
.single .n-tm .post-categories li {
	position: relative;
	display: inline-block;
}

.archive .n-tm .post-categories li:not(:last-child),
.single .n-tm .post-categories li:not(:last-child) {
	padding-right: 0.5em;
}

.archive .n-tm .post-categories li a,
.single .n-tm .post-categories li a {
	color: #2C1473;
	font-size: 80%;
}
/* 記事一覧ページ ここまで */

/*** サブページ共通 ***/
.red {
	color: #F00;
}

.bold {
	font-weight: bold;
}

.disc-list {
	/*・付きリスト*/
	margin-left: 1.5em;
	list-style: disc;
}

.disc-list li:not(:last-child) {
	margin-bottom: 16px;
}
/*ヘッダー*/

/*ヘッダー ここまで*/

/*パンくずリスト*/
#breadcrumbs {
	margin: 8px auto 16px;
	display: flex;
}

#breadcrumbs li:not(:last-child) {
	padding-right: 1.5em;
	position: relative;
}

#breadcrumbs li:not(:last-child)::after {
	content: ">";
	position: absolute;
	top: 2px;
	right: 0.75em;
}

#breadcrumbs li.this {
	padding: 4px 8px;
	background: #87C227;
	border-radius: 10px;
	font-size: 90%;
	color: #fff;
}

#breadcrumbs li a {
	display: block;
	padding: 4px 8px;
}

#breadcrumbs li.other a {
	font-size: 90%;
}
/*パンくずリスト ここまで*/

/*メイン画像共通*/
#first-view {
	margin-bottom: 30px;
	text-align: center;
}
/*
#first-view {
	margin-bottom: 30px;
	padding: 160px 0;
	background-size: cover;
	text-align: center;
}

#first-view p {
	padding: 4px 24px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	text-align: center;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: normal;
	font-size: 180%;
	color: #fff;
	display: inline-block;
}
*/
/*メイン画像共通 ここまで*/

/*メイン画像（写真未使用）*/
#first-view.nopict {
	padding: 160px 0 52px;
	background: #FDF7F0 url(images/sub_firstview01.png) no-repeat center 40px;
	/*
	background-size: auto;
	*/
}

#first-view.nopict p {
	padding: 0;
	background: transparent;
	font-size: 160%;
	color: #333;
	display: block;
}
/*メイン画像（ロゴのみ） ここまで*/

/* メイン画像（ジャーナルページ）*/
.post-type-archive-journal #first-view.nopict,
.single-journal #first-view.nopict {
	padding: 32px 0;
	background: #FDF7F0;
}

.post-type-archive-journal #first-view.nopict p:first-child,
.single-journal #first-view.nopict p:first-child {
	margin-bottom: 20px;
	font-size: 110%;
	color: #333;
	font-family: 'Kosugi Maru', sans-serif;
}

.post-type-archive-journal #first-view.nopict p:last-child img,
.single-journal #first-view.nopict p:last-child img {
	width: 100%;
	height: auto;
}

.post-type-archive-journal #first-view.nopict.journal p:last-child,
.single-journal #first-view.nopict.journal p:last-child {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
/* メイン画像（ジャーナルページ）ここまで */

/* ブログ枠など */
.offset-top {
	margin-bottom: 60px;
}

.n-tm {
	width: 100%;
	max-width: 900px;
	margin-bottom: 40px;
}

.n-tm .contents,
.n-tm > article {
	margin-bottom: 40px;
	padding: 16px;
	background: #FDF7EF;
	border-radius: 10px;
}

.n-tm .contents .title-wrap,
.n-tm > article .title-wrap {
	margin-bottom: 16px;
}

.n-tm .contents .title-wrap h2,
.n-tm > article .title-wrap h2 {
	margin-bottom: 8px;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
}

.n-tm .contents h3,
.n-tm > article h3 {
	margin: 2em 0 8px;
}

.n-tm .contents .title-wrap .post-date,
.n-tm > article .title-wrap .post-date {
	margin-bottom: 16px;
	font-size: 90%;
}

.n-tm article > p {
	margin-bottom: 2em;
	overflow: hidden; /*ライター区切り線*/
}

.n-tm article > p a {
	color: #87C227;
	text-decoration: underline;
}

.n-tm article > p a:hover {
	color: #f60;
	text-decoration: none;
}

.n-tm .contents .content-link,
.n-tm > article .content-link {
	margin-bottom: 0;
}

.n-tm .contents .content-link a,
.n-tm > article .content-link a {
	padding: 8px 12px;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
}

.post-type-archive-news .n-tm .contents .content-link a:hover {
	background: #76B7F9;
	text-decoration: none;
	transition: 0.2s;
}

.post-type-archive-journal .n-tm > article .content-link a:hover {
	background: #77BA0A;
	text-decoration: none;
	transition: 0.2s;
}
/* ブログ枠など ここまで */

/* アーカイブページ */
.n-tm .contents .more-link {
	color: #D0161C;
}
/* アーカイブページ ここまで */

/* サイドバー無しアーカイブページ */
.n-tm.no-sidebar {
	margin: 0 auto 40px;
}
/* サイドバー無しアーカイブページ ここまで */

/* 個別ページ */
.single .n-tm .post-navi {
	margin: 48px 0 16px;
}

.single .n-tm .post-navi ul {
	display: flex;
}

.single .n-tm .post-navi ul #next {
	padding-right: 2em;
	position: relative;
}

.single .n-tm .post-navi ul #next::after {
	content: "|";
	position: absolute;
	right: 0.8em;
}

.single .n-tm .list-link {
	display: inline-block;
}

.single .n-tm .list-link a {
	padding: 8px 12px;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
}

.single-news .n-tm .list-link a:hover {
	background: #76B7F9;
	text-decoration: none;
	transition: 0.2s;
}

.single-journal .n-tm .list-link a:hover {
	background: #77BA0A;
	text-decoration: none;
	transition: 0.2s;
}
/* 個別ページ ここまで */

/* サイドバーなしアーカイブページ */

/* 404 */
.error404 .offset-top {
	margin-top: 60px;
}

.error404 .offset-top .n-tm .no-archive {
	text-align: center;
}
/* 404 ここまで */

/* メディア掲載・受賞歴・募金の実践紹介 */
.post-type-archive-medialist .n-tm dl,
.post-type-archive-awards .n-tm dl,
.post-type-archive-akahana_fund .n-tm dl,
.post-type-archive-gacha_fund .n-tm dl {
	margin-bottom: 30px;
	justify-content: flex-start;
}

.post-type-archive-medialist .n-tm dl dt,
.post-type-archive-awards .n-tm dl dt,
.post-type-archive-akahana_fund .n-tm dl dt,
.post-type-archive-gacha_fund .n-tm dl dt {
	width: 15%;
	max-width: 7.5em;
	padding: 8px 1em 8px 8px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	color: #f60;
}

.post-type-archive-medialist .n-tm dl dd,
.post-type-archive-awards .n-tm dl dd,
.post-type-archive-akahana_fund .n-tm dl dd,
.post-type-archive-gacha_fund .n-tm dl dd {
	width: 85%;
	padding: 8px 8px 8px 0;
	border-bottom: 1px solid #ccc;
}

.post-type-archive-medialist .wp-pagenavi a, 
.post-type-archive-medialist .wp-pagenavi span,
.post-type-archive-awards .wp-pagenavi a, 
.post-type-archive-awards .wp-pagenavi span,
.post-type-archive-akahana_fund .wp-pagenavi a, 
.post-type-archive-akahana_fund .wp-pagenavi span,
.post-type-archive-gacha_fund .wp-pagenavi a, 
.post-type-archive-gacha_fund .wp-pagenavi span {
	border: 1px solid #fff;
}
/* メディア掲載一覧 ここまで */

/* 固定ページ 支援者・支援企業一覧 */
.supporter h2 {
	margin-bottom: 24px;
	padding-left: 38px;
	background: url(images/icon_red_big02.png) no-repeat left center;
}

.supporter h2 + ul {
	margin: 0 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.supporter h2 + ul li {
	width: 50%;
	padding: 0 1em 16px 0;
	margin-bottom: 24px;
	border-bottom: 1px dashed #f5b2ac;
	color: #26190C;
}

.supporter h2 + ul li img {
	max-width: 100%;
	height: auto;
}

.supporter h2 + ul li a {
	display: block;
	margin: 4px 0;
	text-decoration: underline;
	color: #26190C;
}
/* 固定ページ 支援者・支援企業一覧 ここまで */

/* サイドバー */
#sidebar {
	width: 100%;
	max-width: 270px;
}

#sidebar .widget-area {
	margin-bottom: 20px;
}

#sidebar .widget-area h2 {
	margin-bottom: 8px;
	padding: 8px;
	background: url(images/gnav-bg01.png) repeat-x center center;
	background-size: cover;
	font-size: 110%;
	font-weight: normal;
	color: #fff;
	font-family: 'Kosugi Maru', sans-serif;
}

#sidebar .widget-area h2 + ul {
	padding: 8px;
}

#sidebar .widget-area h2 + ul li {
	padding-bottom: 8px;
	border-bottom: 1px solid #FDF7EF;
	font-size: 90%;
}

#sidebar .widget-area h2 + ul li:not(:last-child) {
	margin-bottom: 8px;
}

#sidebar .widget-area h2 + select {
	width: 100%;
	padding: 8px;
	font-size: 90%;
}
/* サイドバー ここまで */

/* その他細部 */
.title01 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D0161C;
	text-align: center;
	font-size: 160%;
}

.title02 {
	margin-bottom: 24px;
	padding-left: 38px;
	background: url(images/icon_red_big02.png) no-repeat left center;
	font-size: 130%;
}
/* その他細部 ここまで */
/*** サブページ共通 ここまで ***/

/*** ipad pro ***/
@media screen and (max-width:1024px) {
	/*** ヘッダー ***/
	/*ロゴ部分*/
	header .logo {
		margin: 0 auto 10px;
	}
	/*ロゴ部分 ここまで*/
	
	/*リンク集*/
	header #h-nav {
		margin: 0 auto;
	}
	/*リンク集 ここまで*/	
	
	/*gnav 赤帯*/
	#gnav .pc-cont > ul {
		width: 100%;
	}
	/*gnav 赤帯 ここまで*/
	/*** ヘッダー ここまで ***/
	
	/*** フッター ***/
	/*フッター 住所・コピーライトなど*/
	footer #f-info .box01 #f-logoadd {
		margin: 0 auto 40px;
	}
	
	footer #f-info .box01 .logo-list {
		margin: 0 auto;
	}
	/*フッター 住所・コピーライトなど ここまで*/
	/*** フッター ここまで ***/
	
	/*** 上へ移動ボタン ***/
	#move-top:hover {
		opacity: 1;
		transition: 0s;
	}
	/*** 上へ移動ボタン ここまで ***/
	
	/*ブログトップ クリニクラウンニュース ＋ コンテンツ03 クリニクラウンジャーナル*/
	.wp-links ul,
	.wp-links ul {
		width: 100%;
		max-width: 650px;
		margin: 0 auto  30px;
		justify-content: space-around;
	}
	
	.wp-links ul li,
	.wp-links ul li {
		margin-bottom: 30px;
	}

	.wp-links ul li:not(:last-child) {
		margin-right: 0;
	}

	.wp-links ul li .wrap .post-categories {
		width: inherit;
	}

	.wp-links ul li .wrap .post-categories li {
		margin-bottom: 0;
	}

	/*ブログトップ クリニクラウンニュース ＋ コンテンツ03 クリニクラウンジャーナル ここまで*/
	/*** サブページ共通 ***/
	/* ブログ枠など */
	.n-tm {
		max-width: 670px;
		margin: 0 auto 40px;
	}

	.wp-pagenavi {
		text-align: center;
	}
	/*** サブページ共通 ここまで ***/

	/* メディア掲載・受賞歴・募金の実践紹介 */
	.post-type-archive-medialist .n-tm dl dt,
	.post-type-archive-awards .n-tm dl dt,
	.post-type-archive-akahana_fund .n-tm dl dt,
	.post-type-archive-gacha_fund .n-tm dl dt {
		width: 25%;
	}

	.post-type-archive-medialist .n-tm dl dd,
	.post-type-archive-awards .n-tm dl dd,
	.post-type-archive-akahana_fund .n-tm dl dd,
	.post-type-archive-gacha_fund .n-tm dl dd {
		width: 80%;
	}
	/* メディア掲載一覧 ここまで */
}

/***  ipad  ***/
@media screen and (max-width:780px) {	
	/*** ヘッダー ***/	
	/*gnav 赤帯*/
	#gnav .pc-cont {
		height: inherit;
		background: none;
	}

	#gnav .pc-cont > ul {
		height: inherit;
		justify-content: flex-start;
	}

	#gnav .pc-cont > ul > li {
		height: 70px;
	}

	#gnav .pc-cont > ul > li:nth-child(2),
	#gnav .pc-cont > ul > li:nth-child(4) {
		width: 50%;
		background: url(images/gnav-bg01.png) repeat-x center center;
		background-size: cover;
	}
	
	#gnav .pc-cont > ul > li:first-child,
	#gnav .pc-cont > ul > li:nth-child(3),
	#gnav .pc-cont > ul > li:last-child {
		width: 50%;
		background-image: url(images/gnav-bg02.png),
		                  url(images/gnav-bg01.png);
		background-repeat: no-repeat,
		                   repeat-x;
		background-position: right top,
		                     center center;
		background-size: 4px auto,
		                 cover;
	}
	/*gnav 赤帯 ここまで*/
	
	/*gnav マウスオーバー*/
	#gnav .pc-cont .layer02 {
		padding: 16px;
	}
	
	#gnav .pc-cont .layer02 .layer02-inner.box01 {
		width: 56%;
	}
	
	#gnav .pc-cont .layer02 .layer02-inner.box01 .title {
		margin-bottom: 20px;
		padding: 4px 0 4px 32px;
		background: url(images/arrow03.png) no-repeat left center;
		font-size: 120%;
		text-align: left;
	}

	#gnav .pc-cont .layer02 .layer02-inner.box02 {
		margin-right: 16px;
	}	
	/*gnav マウスオーバー ここまで*/	
	/*** ヘッダー ここまで ***/
	
	/*** フッター ***/
	/*クリニクラウンを応援する！！*/
	#support ul {
		max-width: 630px;
		margin: 0 auto;
	}
	/*クリニクラウンを応援する！！ ここまで*/

	/*SNSリンク集*/
	#sns-area .facebook.pc-cont {
		max-width: 500px;
		margin: 0 auto 50px;
	}
	
	#sns-area ul {
		max-width: 379px;
		margin: 0 auto;
	}
	/*SNSリンク集 ここまで*/

	/*フッター ナビ*/
	footer #f-nav-wrap #f-nav {
		max-width: 640px;
		justify-content: flex-start;
	}

	footer #f-nav-wrap #f-nav .layer01 {
		width: 30%;
		margin-bottom: 56px;
	}
	
	footer #f-nav-wrap #f-nav .layer01:nth-child(2) {
		width: 40%;
	}
	
	footer #f-nav-wrap #f-nav .layer01:nth-child(3) {

	}
	/*フッター ナビ ここまで*/
	/*** フッター ここまで ***/
	
	/*** トップページ ***/
	
	/*** トップページ ここまで ***/
	
	/*** サブページ共通 ***/
	/* ブログ枠など */
	.n-tm {
		max-width: inherit;
	}

	#sidebar {
		max-width: 380px;
		margin: 0 auto;
	}
	/*** サブページ共通 ここまで ***/

	/* 固定ページ 支援者・支援企業一覧 */
	.supporter h2 + ul li {
		width: 49%;
	}
	/* 固定ページ 支援者・支援企業一覧 ここまで */
		
}
	
/***  スマートフォン  ***/
@media screen and (max-width: 580px) {	
	/*** 共通 ***/
	.pc-cont {
		display: none;
	}
	
	.sp-cont {
		display: block;
	}
	/*** 共通 ここまで ***/
	
	/*** ヘッダー ***/
	header {
		width: 100%;
		padding: 14px 0 10px;
		background: #fff;
		border-bottom: 1px solid #CCC;
		position: fixed;
		top: 0;
		z-index: 10;
	}
	
	#header-inner {
		display: block;
	}
	
	/*ロゴ部分*/
	header .logo {
		margin: 0 auto;
		display: block;
	}
	
	header .logo h1 {
		max-width: 196px;
		margin: 0;
	}

	header .logo p {
		display: none;
	}
	
	header .logo h1 img {
		width: 100%;
		height: auto;
	}
	/*ロゴ部分 ここまで*/
	
	/*gnav枠*/
	#gnav {
	}
	/*gnav枠 ここまで*/
	/*gnav ハンバーガー*/
	#sp-menu-button p {
		width: 45px;
		height: 48px;
		padding: 1%;
		background: #D0161C;
		border-radius: 10px;
		position: fixed;
		top: 10px;
		right: 4%;
		z-index: 10;
	}

	#sp-menu-button .lines {
		width: 60%;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 13px;
		left: 20%;
		transition-duration: 0.5s;
	}
	
	#sp-menu-button .line02 {
		top: 23px;
	}
	
	#sp-menu-button .line03 {
		top: 33px;
	}
	
	#sp-menu-button .lines.on {
		transition-duration: 0.5s;
	}
	
	#sp-menu-button .line01.on {
		transform: rotate(45deg);
		top: 23px;
	}
	
	#sp-menu-button .line02.on {
		opacity: 0;
	}
	
	#sp-menu-button .line03.on {
		transform: rotate(-45deg);
		top: 23px;
	}
	/* メニュー開閉ボタンが一緒の場合 ここまで */
	/*ハンバーガー ここまで*/
	
	/*gnav*/
	#gnav .sp-cont .layer02 {
		width: 100%;
		height: 100vh;
		padding: 4%;
		background-color: rgba(208, 22, 28, 0.9);
		position: fixed;
		top: -100vh;
		z-index: 10;
		overflow-y: scroll;
	}
	
	#gnav .sp-cont .layer02 a {
		color: #fff;
		display: block;
	}
	
	#gnav .sp-cont .layer02 > ul > li:not(:last-child) {
		margin-bottom: 24px;
		padding-bottom: 16px;
		border-bottom: 1px solid #fff;
	}
	
	#gnav .sp-cont .layer02 > ul > li > p {
		margin-bottom: 12px;
	}
	
	#gnav .sp-cont .layer02 > ul > li > ul li:not(:last-child) {
		margin-bottom: 10px;
	}
	
	#gnav .sp-cont .layer02 > ul > li > ul li a {
		padding-left: 20px;
		background: url(images/arrow01.png) no-repeat left center;
		background-size: 10px 10px;
	}
	/*gnav ここまで*/
	/*** ヘッダー ここまで ***/
	
	/*** フッター ***/
	/*クリニクラウンを応援する！！*/
	#support h1 + p {
		margin-bottom: 35px;
	}
	
	#support ul {
		width: 100%;
		max-width: 221px;
		margin: 0 auto 40px;
		display: block;
	}

	#support ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	
	#support ul li:nth-child(2).on,
	#support ul li:nth-child(3).on,
	#support ul li:nth-child(4).on,
	#support ul li:nth-child(5).on,
	#support ul li:nth-child(6).on {
		animation-delay: 0.2s
	}
	/*クリニクラウンを応援する！！ ここまで*/

	/*SNSリンク集*/
	#sns-area .facebook.sp-cont {
		width: 100%;
		max-width: 310px;
		margin: 0 auto 40px;
	}
	
	#sns-area ul {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	
	#sns-area ul li:not(:last-child) {
		margin-bottom: 20px;
	}
	
	#sns-area ul li img {
		width: 100%;
		height: auto;
	}
	/*SNSリンク集 ここまで*/

	/*フッター ナビ*/
	footer #f-nav-wrap #f-nav {
		padding-bottom: 80px;
		background-size: 45%, 45%;
		display: block;
	}
	
	footer #f-nav-wrap #f-nav .layer01,
	footer #f-nav-wrap #f-nav .layer01:nth-child(2) {
		width: 100%;
		max-width: 13em;
		margin: 0 auto 56px;
	}
	/*フッター ナビ ここまで*/

	/*フッター 住所・コピーライトなど*/
	footer #f-info .box01 {
		padding: 40px 0 24px;
	}
	
	footer #f-info .box01.stopper {
		/*上へ戻るボタンの位置固定用*/
		position: relative;
	}
	
	footer #f-info .box01 #f-logoadd .address-wrap p:first-child {
		margin-bottom: 20px;
	}
	
	footer #f-info .box01 #f-logoadd .address-wrap p:first-child a {
		margin-top: 4px;
		margin-left: 0;
		font-weight: bold;
		text-decoration: underline;
		display: block;
	}
	
	footer #f-info .box01 #f-logoadd .address-wrap address .column-3 {
		display: block;
	}
	
	footer #f-info .box01 #f-logoadd .address-wrap address .column-3 li:not(:last-child) {
		margin-bottom: 10px;
	}
	
	footer #f-info .box01 #f-logoadd .address-wrap address .column-3 li:first-child a {
		pointer-events: auto;
		text-decoration: underline;
	}
	
	footer #f-info .box01 .logo-list {
		max-width: 164px;
		display: block;
	}
	
	footer #f-info .box01 .logo-list li:not(:last-child) {
		margin-bottom: 32px;
	}
	
	footer #f-info .box02 p {
		text-align: left;
	}
	
	footer #f-info .box02 p small {
		margin-top: 16px;
		display: block;
	}
	/*フッター 住所・コピーライトなど ここまで*/	
	/*** フッター ここまで ***/
	
	/*** 上へ移動ボタン ***/
	#move-top {
		width: 45px;
		height: 45px;
	}
	
	#move-top.stop {
		/*上へ戻るボタンがコピーライト内に入らないようにする*/
		position: absolute;
	}
	
	#move-top img {
		width: 100%;
		height: auto;
	}
	/*** 上へ移動ボタン ここまで ***/

	/*ブログトップ クリニクラウンニュース ＋ コンテンツ03 クリニクラウンジャーナル*/
	.wp-links ul,
	.wp-links ul {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	
	.wp-links ul li,
	.wp-links ul li {
		width: 100%;
		margin: 0 auto 30px;
	}

	.wp-links ul li:not(:last-child) {
		margin: 0 auto 30px;
	}
	
	.wp-links ul li h2,
	.wp-links ul li h2 {
		margin-bottom: 4px;
	}
	
	.wp-links ul li .wrap,
	.wp-links ul li .wrap {
		position: relative;
		justify-content: flex-start;
	}

	.wp-links ul li .wrap .post-categories {
		margin: 0;
	}
	/*ブログトップ クリニクラウンニュース ＋ コンテンツ03 クリニクラウンジャーナル ここまで*/

	/*** サブページ共通 ***/
	/*パンくずリスト*/
	#breadcrumbs {
		display: block;
	}

	#breadcrumbs li:not(:last-child)::after {
		top: 0;
	}
	/*パンくずリスト ここまで*/

	/*メイン画像共通*/
	#first-view {
		margin-bottom: 120px;
	}

	/*メイン画像（クリニクラウンジャーナル）*/
	.post-type-archive-journal #first-view.nopict p:first-child {
		width: 17em;
		margin: 0 auto 20px;
	}

	/* ブログ枠など */
	.column-2.offset-top {
		margin: 60px auto;
		display: block;
	}
	
	/*パンくずリスト*/
	#breadcrumbs li:not(:last-child) {
		padding-right: 1em;
	}

	#breadcrumbs li:not(:last-child)::after {
		top: 25%;
		right: 0.5em;
	}
	/*パンくずリスト ここまで*/

	/*記事中のリンクタグ調整*/
	.n-tm article > p a {
		overflow-wrap: break-word;
	}
	/*** サブページ共通 ここまで ***/

	/* メディア掲載・受賞歴・募金の実践紹介 */
	.post-type-archive-medialist .n-tm dl,
	.post-type-archive-awards .n-tm dl,
	.post-type-archive-akahana_fund .n-tm dl,
	.post-type-archive-gacha_fund .n-tm dl {
		display: block;
	}

	.post-type-archive-medialist .n-tm dl dt,
	.post-type-archive-awards .n-tm dl dt,
	.post-type-archive-akahana_fund .n-tm dl dt,
	.post-type-archive-gacha_fund .n-tm dl dt {
		width: inherit;
		max-width: inherit;
		margin-bottom: 4px;
		padding: 0;
		border-bottom: none;
	}

	.post-type-archive-medialist .n-tm dl dd,
	.post-type-archive-awards .n-tm dl dd,
	.post-type-archive-akahana_fund .n-tm dl dd,
	.post-type-archive-gacha_fund .n-tm dl dd {
		width: inherit;
		margin-bottom: 8px;
		padding: 0 0 8px 0;
	}

	.post-type-archive-medialist .wp-pagenavi a, 
	.post-type-archive-medialist .wp-pagenavi span,
	.post-type-archive-awards .wp-pagenavi a, 
	.post-type-archive-awards .wp-pagenavi span,
	.post-type-archive-akahana_fund .wp-pagenavi a, 
	.post-type-archive-akahana_fund .wp-pagenavi span,
	.post-type-archive-gacha_fund .wp-pagenavi a, 
	.post-type-archive-gacha_fund .wp-pagenavi span {
		border: 1px solid #ccc;
	}
	/* メディア掲載一覧 ここまで */

	/* 個別ページ */
	.single .n-tm .post-navi ul #next::after {
		top: 25%;
	}

	.single .n-tm .list-link {
		display: block;
		text-align: center;
	}
	/* 個別ページ ここまで */

	/* 固定ページ 支援者・支援企業一覧 */
	.supporter h2 + ul {
		display: block;
		padding: 16px 16px 16px 2.5em;
	}

	.supporter h2 + ul li {
		width: 100%;
	}

	.supporter h2 + ul li:last-child {
		margin-bottom: 0;
	}
	/* 固定ページ 支援者・支援企業一覧 ここまで */
}