@charset "utf-8";

/* =========================================================
 column
========================================================= */
.column_contents * {
	box-sizing: border-box;
}
.column_contents ul,
.column_contents ol {
	padding-left: 20px;
	margin-bottom: 1em;
}
.column_contents ul > li {
	list-style-type: disc;
}
.column_contents ol > li {
	list-style-type: decimal;
}


/* header
--------------------------------------------------------- */
.column_header {
	margin-top: 20px;
	margin-bottom: 50px;
}
#main_column .column_main_title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.4;
	border-bottom: 3px solid #d00;
}


/* body
--------------------------------------------------------- */
.column_body {
	font-size: 15px;
	line-height: 1.8;
}
.column_body h2 {
	position: relative;
	padding-bottom: 0.5em;
	margin-top: 80px;
	margin-bottom: 30px;
	font-size: 1.6rem;
	font-weight: normal;
	border-bottom: 2px solid #ccc;
}
.column_body h2:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 30%;
	border-bottom: 2px solid #d00;
}
.column_body h2:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid #fff;
	border-radius: 6px;
}
.column_body h3 {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.4;
	border-left: 2px solid #d00;
}
.column_body h2 + h3 {
	margin-top: 0;
}
.column_body h4 {
	padding: 0.5em 1em;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 1.2rem;
	font-weight: normal;
	border-left: 2px solid #d00;
	background-color: #ececec;
}
.column_body h5 {
	padding-bottom: 0.5em;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 1.2rem;
	font-weight: normal;
	border-bottom: 2px solid #ccc;
}
.column_body p {
	margin-bottom: 1em;
}
.column_body em {
	color: #d00;
	font-style: normal;
}
.column_body img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: block;
	margin-bottom: 2em;
}
.column_body hr {
	width: 70%;
	height: 1px;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
	border: 0;
	background-color: #ccc;
}
.column_body .column_box_01 {
	padding: 1.5em;
	background-color: #efefef;
}

.column_body .column_movie {
	position:relative;
	width:100%;
	padding-top:56.2%;
}

.column_body .column_movie iframe {
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}

.column_body-related-information {
  background-color:#f2f2f2;
  border-radius:4px;
  padding:14px;
}

.column_body-related-information p {
  font-weight: bold;
  margin:0;
  padding:0;
}

.column_body-related-information ul {
  margin:0;
  padding:0;
}

.column_body-related-information ul li::marker {
  content: none;
}


/* column_faq
--------------------------------------------------------- */
.column_faq {
	margin-top: 70px;
}
.column_faq__contents {
	display: flex;
	margin-left: 0;
}
.column_faq__contents:before {
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	font-size: 36px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	box-sizing: border-box;
}
.column_faq__body {
	flex: 1;
	padding: 1.5em;
}
.column_faq__body p:last-child {
	margin-bottom: 0;
}
.column_faq > .column_faq__q:nth-child(n + 2) {
	border-top: 1px solid #ccc;
	padding-top: 50px;
}
.column_faq__q {
	margin-top: 50px;
	margin-bottom: 20px;
}
.column_faq__q .column_faq__body {
	background-color: #e2fcff;
}
.column_faq__q:before {
	content: 'Q,';
	color: #4e8baf;
}
.column_faq__a:before {
	content: 'A,';
	color: #c76262;
}
.column_faq__a .column_faq__body {
	background-color: #fde9e9;
}


/* table
--------------------------------------------------------- */
.column_body table {
	width: 100%;
	border-collapse: collapse;
	font-size: inherit;
}
.column_body th,
.column_body td {
	padding: 15px;
	text-align: left;
	border: 1px solid #ccc;
}
.column_body th {
	vertical-align: middle;
	font-size: inherit;
	line-height: 1.4;
	background-color: #efefef;
}
.column_body td {
	vertical-align: top;
	font-size: inherit;
}
.column_body .column_table_title_01 {
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-size: 16px;
	font-weight: bold;
}
.column_body .column_table_width_01 {
	width: 100px;
}
.column_body .column_table_width_02 {
	width: 200px;
}
.column_body .column_table_width_03 {
	width: 50px;
}
.column_body .column_table_width_04 {
	width: 80px;
}
.column_body .column_table_width_05 {
	width: 300px;
}
.column_body .column_table_bg_em {
	background-color: #fffcc3;
}
.column_body .column_table_text_right {
	text-align: right;
}
.column_body .column_table_text_center {
	text-align: center;
}


/* column_recommend
--------------------------------------------------------- */
.column_recommend {
	position: relative;
}
.column_recommend:before {
	content: '';
	display: block;
	width: 70%;
	height: 1px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	background-color: #ccc;
}
.column_recommend__contents:nth-child(n + 2) {
	margin-top: 60px;
}
.column_recommend__title {
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.4;
	border-bottom: 2px solid #d00;
}
.column_recommend ul {
	padding-left: 0;
}
.column_recommend ul li {
	list-style-type: none;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #acacac;
}


/* document
--------------------------------------------------------- */
.column-document-bunner {
  margin-top: 60px;
  padding: 15px 15px 15px 0;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
}
.column-document-bunner p {
  margin: 0 auto;
  font-weight: bold;
  color: #08af7b;
}
.column-document-bunner a {
  width: 450px;
}
.column-document-bunner a img {
  margin: 0;
}


/* footer
--------------------------------------------------------- */
.column_footer {
	margin-top: 60px;
}


/* post-title-list
--------------------------------------------------------- */
.post-title-list {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 60px;
	margin-bottom: 60px;
	border: 4px solid #efefef;
}
.post-title-list__title {
	position: relative;
	margin-bottom: 10px;
	font-size: 18px;
	text-align: center;
}
.post-title-list__title:after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	margin-right: auto;
	margin-left: auto;
	background-color: #d00;
}
.post-title-list__title_inner {
	position: relative;
}
.post-title-list__nav {
	position: absolute;
	top: 5px;
	left: 60px;
	width: 80px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
	background-color: #efefef;
	cursor: pointer;
}
.post-title-list__nav:hover {
	text-decoration: underline;
}
.post-title-list__nav:after {
	content: '表示';
}
.post-title-list__nav.post-title-list--active:after {
	content: '非表示';
}
.post-title-list__body {
	position: relative;
	overflow: hidden;
}
.post-title-list__body_inner {
	padding-top: 20px;
}
.post-title-list ul {
	font-size: 13px;
}
.post-title-list .nest-level-0 {
	padding-left: 20px;
	margin-bottom: 0;
	counter-reset: nest_level_0;
}
.post-title-list .nest-level-0 > li {
	position: relative;
	margin-bottom: 1em;
	list-style-type: none;
}
.post-title-list .nest-level-0 > li:last-child {
	margin-bottom: 0;
}
.post-title-list .nest-level-0 > li:after {
	counter-increment: nest_level_0;
	content: counter(nest_level_0);
	position: absolute;
	left: -20px;
	top: -3px;
	color: #333;
	font-size: 1.2em;
}
.post-title-list .nest-level-1 {
	margin-top: 5px;
}


/* =========================================================
 index
========================================================= */
.column_index_box_01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column_index_linkbox_01 {
	position: relative;
	width: 48%;
	margin-bottom: 40px;
	border: 2px solid #e6e6e6;
}
.column_index_linkbox_01__title {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 120px;
	padding: 20px;
	color: #1a1a1a;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	border-top: 2px solid #d00;
	background-color: #f6f6f6;
}
.column_index_linkbox_01__body {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 90px;
	padding-left: 20px;
	color: #333;
	font-size: 14px;
}
.column_index_linkbox_01__footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
}
.column_index_linkbox_01__footer a {
	color: #fff;
}
.column_index_linkbox_01__footer a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.column_index_linkbox_01__btn {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	background-color: #d00;
}
.column_index_linkbox_01__btn .lsf-icon {
	margin-left: 5px;
}


/* =========================================================
 display
========================================================= */
#main_column .u-show_sm {
	display: none;
}
@media screen and (min-width: 568px) {
	#main_column .u-show_sm {
		display: block;
	}
}
#main_column .u-hide_sm {
	display: block;
}
@media screen and (min-width: 568px) {
	#main_column .u-hide_sm {
		display: none;
	}
}


/* =========================================================
 text
========================================================= */
#main_column .u-text_left {
	text-align: left;
}
#main_column .u-text_center {
	text-align: center;
}
#main_column .u-text_right {
	text-align: right;
}
#main_column .u-text_small {
	font-size: 0.7em;
}


/* =========================================================
 space
========================================================= */
#main_column .u-mx_auto {
	margin-right: auto;
	margin-left: auto;
}
#main_column .u-mt_0 {
	margin-top: 0;
}
#main_column .u-mr_0 {
	margin-right: 0;
}
#main_column .u-mb_0 {
	margin-bottom: 0;
}
#main_column .u-ml_0 {
	margin-left: 0;
}

#main_column .u-mt_0_5 {
	margin-top: 0.5em;
}
#main_column .u-mr_0_5 {
	margin-right: 0.5em;
}
#main_column .u-mb_0_5 {
	margin-bottom: 0.5em;
}
#main_column .u-ml_0_5 {
	margin-left: 0.5em;
}

#main_column .u-mt_1 {
	margin-top: 1em;
}
#main_column .u-mr_1 {
	margin-right: 1em;
}
#main_column .u-mb_1 {
	margin-bottom: 1em;
}
#main_column .u-ml_1 {
	margin-left: 1em;
}

#main_column .u-mt_1_5 {
	margin-top: 1.5em;
}
#main_column .u-mr_1_5 {
	margin-right: 1.5em;
}
#main_column .u-mb_1_5 {
	margin-bottom: 1.5em;
}
#main_column .u-ml_1_5 {
	margin-left: 1.5em;
}

#main_column .u-mt_2 {
	margin-top: 2em;
}
#main_column .u-mr_2 {
	margin-right: 2em;
}
#main_column .u-mb_2 {
	margin-bottom: 2em;
}
#main_column .u-ml_2 {
	margin-left: 2em;
}


#main_column .u-mt_3 {
	margin-top: 3em;
}
#main_column .u-mr_3 {
	margin-right: 3em;
}
#main_column .u-mb_3 {
	margin-bottom: 3em;
}
#main_column .u-ml_3 {
	margin-left: 3em;
}
