@charset "utf-8";

/********** 1 共通 **********/

#main_body div.detail_table_center {
	clear: both;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
}
#main_body div.detail_writing {
	clear: both;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
}
#main_body div.detail_map {
	clear: both;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
}
#main_body div.detail_free {
	clear: both;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
}
#main_body div.detail_free>:nth-child(2) {
	margin-top: 0px;
}
#main_body div.detail_image_normal {
	clear: both;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
}
#main_body div.detail_image_left {
	text-align: left;
	margin: 15px 0px;
	padding: 0px;
}
#main_body div.detail_image_center {
	text-align: center;
	margin: 15px 0px;
	padding: 0px;
}
#main_body div.detail_image_right {
	text-align: right;
	margin: 15px 0px;
	padding: 0px;
}

#main_body div.detail_h2 {
	clear: both;
	width: 100%;
}
#main_body div.detail_h3 {
	clear: both;
	width: 100%;
}

hr.hr_1 {
	clear: both;
	height: 1px;
	border-top: 2px dotted #999999;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 15px 0px;
}
hr.hr_2 {
	clear: both;
	height: 1px;
	border-top: 1px solid #333333;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 15px 0px;
}
hr.hr_3 {
	clear: both;
	height: 1px;
	border-top: 1px solid #ff0000;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 15px 0px;
}

/* リンク */
.detail_link {
	margin: 1em 0px;
}

.link_l {
	margin: 1em 0px;
}

.detail_free .external_link_text,
.link_l .external_link_text {
	display: inline;
}

/* 画像 */
.detail_img_left {
	text-align: left;
}
.detail_img_center {
	text-align: center;
}
.detail_img_right {
	text-align: right;
}

/* 添付ファイル */
.detail_file {
	margin: 1em 0px;
}

div[class^="detail_"] a[href^="/uploaded/attachment/"]:before,
div[class^="file_"] a[href^="/uploaded/life/"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_etc.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".pdf"]:before,
div[class^="detail_"] a[href$=".PDF"]:before,
div[class^="file_"] a[href$=".pdf"]:before,
div[class^="file_"] a[href$=".PDF"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_pdf.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".xls"]:before,
div[class^="detail_"] a[href$=".XLS"]:before,
div[class^="file_"] a[href$=".xls"]:before,
div[class^="file_"] a[href$=".XLS"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_xls.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".xlsx"]:before,
div[class^="detail_"] a[href$=".XLSX"]:before,
div[class^="file_"] a[href$=".xlsx"]:before,
div[class^="file_"] a[href$=".XLSX"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_xlsx.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".doc"]:before,
div[class^="detail_"] a[href$=".DOC"]:before,
div[class^="file_"] a[href$=".doc"]:before,
div[class^="file_"] a[href$=".DOC"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_doc.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".docx"]:before,
div[class^="detail_"] a[href$=".DOCX"]:before,
div[class^="file_"] a[href$=".docx"]:before,
div[class^="file_"] a[href$=".DOCX"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_docx.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

.file_pdf, .file_pdf2, .file_excel, .file_word, .file_etc {
	margin: 1em 0px;
}

/* 移行時に紛れ込んだ見出しの中のspace.gifを消す */
#main_body div[class*="detail_"] img[src*="space.gif"] {
	display: none !important;
}

/* 画像サイズ */
/*
#main_body div[class*="detail"] img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}
*/

/* iframeの最大サイズ */
#main_body iframe {
	width: 100%;
}

/* preタグ */
div[class^="detail_"] pre {
	white-space: pre-wrap;
	word-break: break-word;
	font-family: monospace, sans-serif;
}

/* アンカーリンク */
div[class^="detail_"] a:not([href]) {
	display: inline-block;
	text-decoration: none !important;
	max-width: 100%;
}
div[class^="detail_"] a:not([href]):empty {
	display: block;
}
div[class^="detail_"] a:not([href]):hover {
	color: inherit;
}

/* ワープロライクのフロート対応 */
div[class^="detail_"]:before,
div[class^="detail_"]:after {
	content: "";
	display: none;
}
div[class^="detail_"]:after {
	clear: both;
}
div[class^="detail_"] {
	zoom: 1;
}

#main_body hr.cf {
	border: none;
	margin: 20px 0px 0px;
}
#main_body hr.cf + h2, #main_body hr.cf + h3, #main_body hr.cf + h4, #main_body hr.cf + h5, #main_body hr.cf + h6 {
	margin-top: 0px;
}

/* プレビュー編集モード調整用 */
.preview_body .detail_free ul,
.preview_body .detail_free ol {
	margin: 1em 0px !important;
	padding-left: 40px;
}

.status_bar div {
	font-size: 2rem !important;
}

.sticky #keep_page,
.sticky #osusume_banner {
	display: block;
}


/********** 2 定型登録 **********/

/* 共通 */
#main_body div.detail_free.detail_teikei_text p:first-child {
	margin-top: 0;
}
.detail_teikei {
	display: table;
	width: 100%;
}

.detail_teikei_column {
	display: table-row;
}

.detail_teikei_column > div {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 20px;
}

#main_body .detail_teikei .detail_teikei_img img {
	max-width: none;
}

#main_body .detail_teikei_column > div.detail_teikei_img + div.detail_teikei_text {
	padding-left: 20px;
}
#main_body .detail_teikei_column > div.detail_teikei_text:first-child {
	padding-right: 20px;
}
/* 共通ここまで */

/* パターン1 */
.detail_teikei1 .detail_teikei_img {
	text-align: center;
	margin: 20px 0;
}
#main_body div.detail_teikei1 .detail_teikei_img  img {
	max-width: 100%;
}
/* パターン1ここまで */

/* パターン2 */
#main_body div.detail_teikei2 .detail_teikei_img  img {
	max-width: 700px;
}
/* パターン2ここまで */

/* パターン3 */
#main_body div.detail_teikei3 .detail_teikei_img  img {
	max-width: 700px;
}
/* パターン3ここまで */


/********** 3 個別設定 **********/

#main_body .detail_free p,
#main_body .detail_writing {
	line-height: 1.8;
}

/* お問い合わせ先 */
#section_footer {
	clear: both;
	margin: 30px 0px 0px;
}
#section_footer h2,
#main_body #section_footer h2 {
	margin: 0px;
	padding: 25px 20px;
	background: #ece4dd;
	border-left: none;
	border-bottom: 1px solid #ffffff;
	font-size: 2rem;
}
#section_footer_detail {
	padding: 30px 20px 20px;
	background: url(/img/common/qmark.png) no-repeat right bottom #ece4dd;
}
#section_footer_detail span {
	display: inline-block;
	margin-right: 1em;
}
#section_footer_detail div.sf_email {
	margin-top: 10px;
}

/* 評価エリア */
#hyouka_area_box {
	clear: both;
	background: #f5f5f5;
	margin: 30px 0px 0px;
}
#hyouka_area_box .system_box {
	padding: 20px;
}
#hyouka_area_box .system_box h2,
#main_body #hyouka_area_box .system_box h2 {
	margin: 0px;
	padding: 0px 0px 20px;
	background: none;
	border: none;
	font-size: 2.2rem;
}

.hyouka_box_detail {
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}
.hyouka_box_detail:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}
.hyouka_box_detail  fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.hyouka_box_detail  fieldset legend {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
}
.hyouka_box_detail  span {
	display: inline-block;
	margin: 0px 5px 5px 0px;
}
.hyouka_box_detail  span input {
	margin: 4px;
	vertical-align: middle;
}

#hyouka_area_submit {
	padding: 20px 0px 0px;
}
#hyouka_area_submit input {
	display: inline-block;
	min-width: 25%;
	border: none;
	background: #e6e6e6;
	color: #000000;
	line-height: 2rem;
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
}
#hyouka_area_submit input:hover {
	background: #f5f5f5;
}

/* 重要なお知らせ */
#detail_side_important .link_box {
	vertical-align: middle;
}
#detail_side_important span a,
#detail_side_important .link_box a {
	color: #ffffff;
}
#detail_side_important {
	color: #ffffff;
	width: 100%;
	display: table;
	background: #a02628;
}
#detail_important_ttl h2 {
	margin: 0px;
	padding: 30px 0px 32px 33px;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
}
#detail_side_important > div {
	display: table-cell;
	vertical-align: top;
}
#detail_important_ttl {
	width: 230px;
	color: #ffffff;
}
#detail_important_list ul {
	margin: 0px;
	padding: 30px 0px 26px 20px;
	list-style: none;
}
.article_section {
	display: none;
}
#detail_side_important > div#detail_important_list {
	vertical-align: middle;
	color: #ffffff;
	width: 798px;
}
#detail_important_list ul li {
	width: 100%;
	display: table;
	padding: 4px 0px 10px;
}
#detail_important_list ul li a {
	color: #ffffff;
	font-weight: 600;
}
#detail_important_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
#detail_important_list ul li > span.article_date {
	width: 10.5em;
}
#detail_side_important > div.link_box {
	vertical-align: top;
	padding-top: 35px;
	text-align: center;
}
/* おすすめコンテンツ */
#detail_side_osusume {
	background: url(/img/common/osusume_background.png);
}
#detail_side_osusume h2 {
	margin: 0px;
	text-align: center;
	color: #00748e;
	padding: 20px;
	font-size: 2rem;
	font-weight: bold;
}
#detail_side_osusume ul {
	margin: 0px;
	padding: 0px 40px 40px;
	list-style: none;
}
#detail_side_osusume ul li {
	padding-bottom: 20px;
}
#detail_side_osusume ul li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
#detail_side_osusume ul li div {
	width: 100%;
	display: block;
	background: linear-gradient(to bottom,#cce5e5 66%, #35808c 73%);
}
#detail_side_osusume ul li div .osusume_link {
	display: block;
	padding: 10px 10px 10px 27px;
	background: #35808c;
}
#detail_side_osusume ul li div > span.osusume_img img {
	width: 100%;
	height: auto;
	margin: 0px;
}
#detail_side_osusume ul li div span.osusume_img:after {
	content: '';
	padding: 10px 0px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0px;
	background: linear-gradient(to bottom,rgba(204, 229, 229, 0.1) 0%, #35808c 89%);
}
span.osusume_img {
	position: relative;
	display: block;
	min-height: 120px;
	background: #cce5e5;
}
#detail_side_osusume span img:empty {
	height: 120px;
}
.osusume_link {
	position: relative;
	color: #ffffff;
}
.osusume_link a {
	color: #ffffff;
}
#detail_side_osusume ul li div span.osusume_link:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #ffffff;
	position: absolute;
	left: 10px;
	top: 18px;
}
/* カウントダウン */
#count_down_area {
	width: 98%;
	max-width: 1100px;
	margin: 0px auto;
	text-align: right;
}
#count_down_area  > div {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 5px 20px;
	padding: 3px 30px 3px 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
	position: relative;
}

.detail_countdown .dcd_box .dcd_title {
	display: inline-block;
	vertical-align: top;
	background: #cc0000;
	color: #ffffff;
	font-size: 1.3rem;
	line-height: 1.6rem;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 2px 8px;
	margin-right: 10px;
	position: relative;
}
.detail_countdown .dcd_box .dcd_title:before {
	content: '';
	width: 0px;
	height: 0px;
	border: 6px solid transparent;
	border-right-width: 3px;
	border-left-color: #cc0000;
	position: absolute;
	top: 50%;
	right: -9px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.detail_countdown .dcd_box .dcd_count {
	font-weight: bold;
	color: #cc0000;
	margin-left: 20px;
	margin-right: 10px;
	position: relative;
}
.detail_countdown .dcd_box .dcd_count:before {
	content: '';
	display: block;
	width: 3px;
	height: 1.4em;
	border: 1px solid #cc0000;
	border-right: none;
	position: absolute;
	left: -10px;
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.detail_countdown .dcd_box .dcd_count:after {
	content: '';
	display: block;
	width: 3px;
	height: 1.4em;
	border: 1px solid #cc0000;
	border-left: none;
	position: absolute;
	right: -10px;
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.detail_countdown .dcd_box .dcd_count span {
	margin-left: 0.3em;
	margin-right: 0.3em;
}

.detail_countdown button.clear_cd {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_keep_clear.png) no-repeat center center #333333;
	background-size: 10px 10px;
	color: #ffffff;
	line-height: 1;
	border-radius: 100%;
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 0px;
}
.detail_countdown button.clear_cd:hover {
	opacity: 0.8;
}
#important_noticest_area {
	width: 1100px;
	margin: 30px auto 0px;
}
/*目的*/
.detail_free ul {
	list-style: none;
}
.detail_free ul li {
	padding: 0 0 0 20px;
	position: relative;
}
.detail_free ul li::before {
	content: "";
	color: #007c7d;
	font-weight: bold;
	width: 0.5em;
	height: 0.5em;
	background-color: #007c7d;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 7px;
}
.detail_free ul ul > li::before {
	content: "";
	color: #007c7d;
	font-weight: bold;
	width: 0.3em;
	height: 0.3em;
	border-radius: 50%;
	border: 2px solid #007c7d;
	background-color: #ffffff;
	position: absolute;
	left: 0px;
	top: 7px;
}
.detail_free ul ul ul > li::before {
	content: "";
	color: #007c7d;
	font-weight: bold;
	width: 0.4em;
	height: 0.4em;
	border: 0;
	background-color: #007c7d;
	border-radius: 0;
	position: absolute;
	left: 0px;
	top: 7px;
}
.detail_free ol {
}
.detail_free ol li {
}
.detail_free ol > li:before {
}
#kanren_link {
	border: 1px solid #a17a57;
	margin-bottom: 10px;
}
#kanren_link h2 {
	color: #956942;
	font-size: 2rem;
	text-align: center;
	margin: 0px 7rem;
	padding: 2rem 0px;
	border-bottom: 1px solid #a17a57;
}
#kanren_link ul {
	padding: 20px 34px 10px;
	margin: 0px;
}
#kanren_link ul li {
	padding: 0px 0px 16px 20px;
	list-style-type: none;
	position: relative;
}
#kanren_link ul li:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #000029;
	position: absolute;
	top: 3px;
	left: 0px;
}
/*sns button*/
#sns_button_twitter a {
	position: relative;
	height: 20px;
	display: flex;
	box-sizing: border-box;
	padding: 1px 10px 1px 30px;
	background-color: #1b94de;
	background-repeat: no-repeat;
	background-color: #1b94de;
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
	background-position: -20px;
	border-radius: 3px;
	font-size: 11px;
	color: #ffffff;
	background-size: 70px 17px;
	text-decoration: none;
	vertical-align: none;
}
#sns_button_twitter a {

}
/* タブレット（対応不要の場合は記述を削除） */
@media screen and (max-width: 1099px) {
	/* 画像サイズ */
	#main_body div[class*="detail"] img {
		max-width: 100%;
		height: auto !important;
		vertical-align: top;
	}
	/*.detail_free ul ul ul > li::before {
		content: "\220E";
	}*/
	#important_noticest_area {
		width: 100%;
	}
	#detail_important_ttl {
		min-width: 180px;
	}
	#detail_important_ttl h2 {
		padding: 30px 0 32px 20px;
	}
	span.osusume_img {
		min-height: 90px;
	}
	#detail_side_important > div#detail_important_list {
		width: 70%;
	}
	.link_box {
		min-width: 65px;
	}
}
/* タブレット ここまで */
div#osusume_contents_area {
display: block !important;
}