@charset "UTF-8";

html {
    font-size: 62.5%;
	scroll-padding-top: 70px;
}

body {
	color: #333;
	background: #FFF;
	font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Meiryo UI", "Yu Gothic", YuGothic, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.6rem;
}

/* リンクの設定 */
a {
	color: #006DD9;
	text-decoration: none;
	border: none;
}

a:visited {
	color: #006DD9;
	text-decoration: none;
}

a:active {
	color: #006DD9;
	text-decoration: none;
}

a:hover {
	color: #006DD9;
	text-decoration: underline;
}


/* 設定 */
/* ------------------------------
   common
------------------------------ */

body {
	/*
	background: -webkit-repeating-linear-gradient(90deg,#fcfcfc 0,#fcfcfc 2px,#f6f6f6 2px,#f6f6f6 4px,#fbfbfb 4px,#fbfbfb 5px);
	background: -o-repeating-linear-gradient(90deg,#fcfcfc 0,#fcfcfc 2px,#f6f6f6 2px,#f6f6f6 4px,#fbfbfb 4px,#fbfbfb 5px);
	background: repeating-linear-gradient(90deg,#fcfcfc 0,#fcfcfc 2px,#f6f6f6 2px,#f6f6f6 4px,#fbfbfb 4px,#fbfbfb 5px);
	*/
}


/* 最大幅 */
.acms-container {
	max-width: 1280px;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
	.sitemap_box:first-child p {
		padding-left: 10px;
	}
}

/* mobile navi */

.m_nav_wrap {
	margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
	.mobile-navbar-list {
		font-size: 1.8rem;
		text-align: left;
	}
}

/* ------------------------------
　　スライダー
------------------------------ */
.top_slider {
	margin: 0;
}

.site-logo {
	width: 250px;
}

.slick-initialized .slick-slide {
	display: block;
	opacity: 0;
	transition: opacity .5s linear;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	opacity: 1;
/*	pointer-events: none;*/
}

.main-slider-text-inner {
	text-align: left;
	padding: 0;
}

.main-slider-main-copy {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-style: normal;
	color: #FFFFFF;
	line-height: 1em;
	vertical-align: middle;
	padding: 0;
}

.main-slider-side-copy {
	margin-top: 11px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-style: normal;
	color: #FFFFFF;
	line-height: 1em;
	vertical-align: middle;
	padding: 0;
}

.copybg1 {
	background-color: rgba(0,51,153,0.50);
	display: inline-block;
	padding: 2px 0 5px 35px;
	margin: 0;
}
.copybg2 {
	background-color: rgba(68,52,43,0.50);
	display: inline-block;
	padding: 2px 0 5px 35px;
	margin: 0;
}
.copybg3 {
	background-color: rgba(0,51,0,0.50);
	display: inline-block;
	padding: 2px 0 5px 35px;
	margin: 0;
}
.copybg4 {
	background-color: rgba(255,182,193,1.00);
	display: inline-block;
	padding: 2px 0 5px 35px;
	margin: 0;
}

@media screen and (min-width: 1024px) {
	.head-wrapper .acms-container {
		max-width: 1440px;		
	}
	.head_inner {
		position: fixed;
		z-index: 9998;
		background: #FFFFFF;
		width: 100%;
		border-bottom: 1px #CCCCCC solid;
	}
	.header {
		height: 70px;
		margin: 0 auto;
	}
	.header-logo {
		display: table-cell;
		width: 20%;
	}
	.header-stack .header-logo {
		display: block;
		width: 100%;
	}
	.header-nav {
		display: table-cell;
		width: calc(80% - 32px);;
	}
	.header-ctrl {
		display: table-cell;
		/*width: 125px;*/
		width: 32px;
		vertical-align: middle;
	}
	.header-stack .header-nav {
		display: block;
		width: 100%;
		margin: 0 0 15px 0;
	}

	#fontSize {
		margin-left: 10px;
		padding: 0;
		height: 30px;
		line-height: 30px;
		list-style: none;
		overflow: hidden;
	}

	#fontSize li {
		float: left;
		margin: 0 5px 0 0;
		padding: 0;
		line-height: 30px;
	}

	#fontSize li:last-child {
		margin-right:0;
	}

	#fontSize li a {
		text-decoration: none;
		display: block;
	}
}

.fix-height {
	height: 300px;
	/* はじめのちらつき防止 */
	overflow: hidden;
	/* はじめのちらつき防止 */
}


@media screen and (max-width: 1023px) {
	.top_slider {
		margin: 0;
	}
	.header {
		height: 50px;
	}
	.header-logo {
		margin: 0;
		padding: 0;
	}
	.ph-header-logo {
		position: fixed;
		width: 250px;
		top:5px;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 0;
		z-index: 10000;
	}
	.site-name {
		font-size: 0;
		margin: 0;
		padding: 0;
	}
	.header-ctrl {
		display: none;
	}
	.site-header {
		border: none;
	}
}

@media screen and (max-width: 767px) {
	.site-logo {
		width: 220px;
	}
	.ph-header-logo {
		width: 220px;
	}
}

@media screen and (min-width: 1024px) {
	.main-slider-image {
		height: calc(100vh - 70px);
	}
	.fix-height {
		height: calc(100vh - 70px);
		/* はじめのちらつき防止 */
	}
}

@media screen and (max-width: 1023px) {
	.main-slider-image {
		height: calc(25vh - 50px);
	}
	.fix-height {
		height: calc(25vh - 50px);
		/* はじめのちらつき防止 */
	}
}

@media screen and (min-width: 1024px) {
	.head-wrapper {
		height: 70px;
		width: 100%;
		/*
		background: -webkit-repeating-linear-gradient(90deg,#fcfcfc 0,#fcfcfc 2px,#f6f6f6 2px,#f6f6f6 4px,#fbfbfb 4px,#fbfbfb 5px);
		background: -o-repeating-linear-gradient(90deg,#fcfcfc 0,#fcfcfc 2px,#f6f6f6 2px,#f6f6f6 4px,#fbfbfb 4px,#fbfbfb 5px);
		background: repeating-linear-gradient(90deg,#fcfcfc 0,#fcfcfc 2px,#f6f6f6 2px,#f6f6f6 4px,#fbfbfb 4px,#fbfbfb 5px);
		*/
		top:0 !important;
	}
}

/* NAVIGATION */
@media (min-width: 1024px) {

	.navbar {
		display: inline-block;
		vertical-align: middle;
	}
	.navbar > ul {
		float: right;
		padding: 0;
		list-style: none;
	}
	.header-stack .navbar > ul {
		display: table;
		float: none;
		width: 100%;
		table-layout: fixed;
		border-right: 1px solid #EEE;
	}
	.navbar li {
		position: relative;
		float: left;
		margin: 0 10px;
		text-align: center;
		vertical-align: middle;
	}
	.header-stack .navbar li.navbar-btn {
		padding: 0 10px;
	}
	.header-stack .navbar li {
		display: table-cell;
		float: none;
		border-left: 1px solid #EEE;
	}
	.navbar li ul {
		/* 二階層目 */
		position: absolute;
		left: 0;
		display: none;
		min-width: 200px;
	}
	.navbar li li {
		margin: 0;
	}
	.header-stack .navbar li li {
		display: block;
		border: 0;
	}
	.navbar li a {
		/* 一階層目のリンクのみ */
		padding: 5px 0 0 0;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		transition: border .25s ease-out;
	}
	.navbar li a:hover,
	.navbar li a:focus,
	.navbar li a:active {
		color: #333;
		background: transparent;
	}
	.header-stack .navbar li a {
		display: block;
		padding: 10px;
		font-size: 16px;
	}
	.navbar li.stay a {
		/* 一階層目のリンクのみ */
		border-bottom: 4px solid #E40050;
	}
	.navbar li.stay a.btn-attention {
		border: 0;
	}
	.navbar li:hover ul {
		/* 二階層目 */
		z-index: 10000;
		display: block;
		animation: .8s fade-in;
	}
	.navbar li:hover a {
		/* 一階層目のリンクのみ */
		border-bottom: 4px solid #E40050;
	}
	.navbar li:hover a.btn-attention {
		border: 0;
	}
	.navbar li:hover li a {
		border: 0;
	}
	.navbar li li {
		/* 二階層目以降 */
		display: block;
		float: none;
		text-align: left;
		background: #E40050;
		border: 0;
		border-top: 1px solid #910021;
	}
	.navbar li li:first-child {
		border: 0;
	}
	.navbar li li a {
		margin: 0;
		padding: 10px 15px;
		color: #FFF;
		border: 0;
	}
	.navbar li li a:hover {
		color: #FFF;
		background: #ff4687;
		transition: background .25s ease-out;
		border: 0;
	}
}

.navbar a.btn-attention {
	/* ボタン（色付き） */
	background: #E40050;
	color: #FFF;
	font-weight: 400;
	line-height: 1.3em;
	border: 0;
	display: inline-block;
	padding: 6px 15px;
	border-radius: 15px;
	font-size: 1.4rem;
}
.navbar a.btn-attention:hover,
.navbar a.btn-attention:visited {
	color: #FFF;
	text-decoration: none;
}
.navbar a.btn-attention:focus,
.navbar a.btn-attention:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.navbar a.btn-attention:hover {
	color: #FFF;
	background-color: #F4407F;
	background-image: linear-gradient(to bottom, #E40050, #F4407F);
	border: 0;
}
.navbar a.btn-attention:active,
.navbar a.btn-attention:focus {
	background: #F4407F;
}

/* TOP MENU */

.smryboxwrap {
}

@media screen and (max-width: 767px) {
	.smryboxwrap {
		margin-top: 20px;
	}
}
.topsmry {
	display: flex;
	flex-wrap:wrap;
	border-top: 1px #CCC solid;
	border-left: none;
}

.smrybox {
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
}

.smrybox:nth-child(4),
.smrybox:nth-child(8),
.smrybox:nth-child(12) {
	border-right: none;
}

.smrybox {
	width: calc(25% - 1px);
}

/*
.smrybox:nth-child(10) {
	width: calc(50% - 1px);
}
*/

.smrybox a {
	display: block;
}

.smrybox img {
	width: calc(100% - 1px);
	max-width: calc(100% - 1px);
	display: block;
}

@media screen and (max-width: 767px) {
	.topsmry {
		display: block;
	}

	.smrybox {
		width: 100%;
	}

	/*	.smrybox {
		width: calc(50% - 1px);
	}
	.smrybox:nth-child(10) {
		width: calc(50% - 1px);
	}
	*/
}

/*
.smrybox h3 {
	margin: 21px 0 5px 0;
	padding: 0;
	font-size: 14px;
	overflow: hidden;
}


@media screen and (max-width: 1023px) {
		.smrybox h3 {
		margin: 11px 0 5px 0;
	}
}

@media screen and (max-width: 767px) {
		.smrybox h3 {
		margin: 21px 0 5px 0;
	}
}

.smrybox p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #999;
	overflow: hidden;
}
*/


/*
.headline-item {
	float: left;
	width: 50%;
}

@media screen and (max-width: 1023px) {
	.headline-item {
		float: none;
		width: auto;
	}
}
*/

/* top_info */
.info_sct .module-header {
	border-bottom: none;
}

.info_sct {
	margin-top:30px; 
}

.info_title {
	max-width: 360px;
}

@media screen and (max-width: 767px) {
	.info_title {
		max-width: 260px;
	}
}

a.module-index-link {
	font-size: 12px;
	background: #FFFFFF;
	padding: 5px 7px 5px 7px;
	display: inline-block;
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 7px;
}

a.module-index-link:hover {
	background: #ECECEC;
	transition: 0.5s;
}

.headline-dat {
	color: #666666;
}

.info_sct .headline-item {
	background-image: url("../../images/common/arrow.png");
	background-size: 9px 10px;
	background-repeat: no-repeat;
	background-position: right 5px bottom 50%;
}

.acms-label {
	background: none;
	border: none;
	font-weight: bold;
}

.headline-title {
	margin: 0 10px 0 0;
	font-size: 1.4rem;
}


.headline-link:hover {
	padding: 10px;
	background-color:rgba(222,222,222,0.5);
}

/* TOP BANNER */
.top_banner {
	padding: 5px;
}
.top_banner img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* PAGES */
.topicpath {
	margin-bottom: 0;
	padding: 10px 0;
	background: none;
	border-bottom: 1px #CCCCCC solid;
}

.main {
	float: right;
	padding: 30px 30px 0 30px;
}

.side {
	padding-top: 20px;
}

@media screen and (min-width: 768px) {
	.main {
		border-left: 1px #B2B2B2 solid;
	}
	.side {
		padding-right: 0;
	}
	.spdng {
		padding-right: 10px;
	}
}

@media screen and (max-width: 767px) {
	.main {
		border-left: none;
	}
	.side {
		padding-right: 10px;
	}
	.spdng {
		padding-right: 0;
	}
	.blank_img {
		display: none !important;
	}
}

.cntr_clm {
	margin: 0 auto;
	padding: 30px 30px 0 30px;
}

/* SUB */
.category_header {
	margin-bottom: 20px;
	padding: 20px 0;
	border-bottom: 5px #CCC solid;
}

.category_header h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-size: 2.7rem;
	margin: 0 0 7px 0;
}

.category_header h2 .sps {
	letter-spacing: -5px;
}

.category_header p {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	font-size: 1.0rem;
	color: #333333;
	letter-spacing: 0.3em;
}

.category_header h2.dflt {
	letter-spacing:inherit;
}

@media screen and (max-width: 480px) {
	.category_header {display: none;}
}

 .acms-icon-arrow-small-right {
	 color: #B2B2B2;
	 vertical-align: bottom;
}

.mdl_header .acms-icon-arrow-small-right {
	margin: 0 0 0 0;	
}

/* モバイルナビゲーション */
.m_nav_wrap  .acms-icon-arrow-small-right {
	 color: #B2B2B2;
	 vertical-align: middle;
}

.acms-list-group {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    border-top: none;
}

.acms-list-group-item {
	border-bottom: none;
}

@media screen and (min-width: 768px) {
	/* リスト */
	a.list-link.acms-list-group-item {
		padding: 10px 20px 10px 10px;
		transition: padding .15s ease-out;
	}
	a.list-link.acms-list-group-item:hover {
		padding: 10px 10px 10px 20px;
		transition: padding .25s ease-out;
	}
	/* ラベルがあったとき */
	a.list-link.acms-list-group-label-parent {
		padding: 10px 30px 10px 10px;
		transition: padding .15s ease-out;
	}
	a.list-link.acms-list-group-label-parent:hover {
		padding: 10px 30px 10px 20px;
	}
}

.side_nav_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.side_nav_list li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.0rem;
	font-weight: 500;
}

.aragas_side .side_nav_list li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
}

.side_nav_list li a {
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 10px 10px 10px 0;
	transition: padding .15s ease-out;
}

.side_nav_list li a:hover {
	text-decoration: none;
	color: #333333;
	padding: 10px 0 10px 10px;
	background: #EEEEEE;
	transition: padding .15s ease-out, background-color .25s linear;
}

.side_u_arw {
	position:relative;
	padding: 0em 0 0 1.2em;
}

.side_u_arw:before {
	position:absolute;
	content:'';
	top: 6px;
	left: 5px;
	height:0;
	width:0;
	border-style: solid;
	border-width: 9px 0 9px 10px;
	border-color: transparent transparent transparent #333333;
	
}

/* MAIN */

/* ------------------------------
　　カテゴリイメージ
------------------------------ */
.index-title-wrapper {
	position: relative;
	display: table;
	width: 100%;
	height: 166px;
	color: #FFF;
	background: url(../../images/bg_other.jpg?v=2019101895357) #333 no-repeat center;
	background-size: cover;
}

.index-title-filter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
}

.index-title-inner {
	position: relative;
	display: table-cell;
	padding: 15px 0;
	vertical-align: middle;
}

.index-title {
	margin: 0 0 10px 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	display: none;
}
.index-title a {
	color: #FFF;
}

.index-description {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.5;
}



@media (min-width: 768px) {
	.index-title-wrapper {
		height: 294px;
	}
}

@media (min-width: 1024px) {
	.index-title-wrapper {
		height: 375px;
	}
}

.page-title-filter {
	background: none;
}

.pgwr {
	position: relative;
	width: 100%;
	padding-top: 41.7%; /* = height ÷ width × 100 */
}

.page-title-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 166px;
	background: url(../../images/bg_other.jpg?v=2019101895357) #333 no-repeat center;
	background-size: cover;
}


.page-title-wrapper img {
	max-width: 100%;
	height: auto;
}

.main-inner {
	max-width: 940px;
}

@media (min-width: 768px) {
	.page-title-wrapper {
		height: 375px;
	}
}


/* ------------------------------
　　カテゴリイメージ下のメニュー
------------------------------ */
.main_nav_wrap {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap :wrap;
	justify-content:flex-start;
}

.main_nav_btn {
	width: 170px;
	max-width: 170px;
	margin: 5px 5px 0 0;
	padding:0 0 0 ;
	border: 1px #CCCCCC solid;
	position: relative;
}

.main_nav_btn:hover::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #CCCCCC;
	transition: border .25s ease-out;
	position: absolute;
    z-index: 100;
}

.main_nav_btn:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1023px) {
	.main_nav_wrap {
		flex-wrap :wrap;
		justify-content:flex-start;
	}
}

@media screen and (max-width: 458px) {
	.main_nav_wrap {
		margin: 0;
		flex-wrap :wrap;
		justify-content: space-between;
	}
	.main_nav_btn {
		width: calc(50% - 15px);
		margin: 6px 0;
	}
}

.main_nav_btn a,
.main_nav_btn a:hover,
.main_nav_btn a:active,
.main_nav_btn a:visited {
	padding: 15px 5px 15px 3px;
	display: block;
	text-decoration: none;
	color: #333;
}

/*
.m_nav_icon {
	position: absolute;
	top:15px;
	left: 3px;
}

.m_nav_title {
	padding-left: 1em;
	width: 100%;
}

.main_nav_flex {
	display: flex;
	justify-content: flex-start;
}
*/

.m_n_pd {
	padding-left: 1em;
    text-indent: -0.5em;
}

/* ------------------------------
　　エントリー
------------------------------ */


.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
    text-align: center;/*モバイル端末表示時の画像の配置調整*/
}

.page-title-under .page-title {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 3.0rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin: 10px 0;
	padding: 0;
}

.acms-page-header {
	border: none;
}

.dr_name {
	margin: 15px 0 0 0;
	font-weight: 600;
	font-size: 2.1rem;
	padding: 30px 0 10px;
}

.aragas_entry .dr_name {
	margin: 15px 0 0 0;
	padding: 5px 0;
	font-family: "A-OTF リュウミン Pr6N","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.7rem;
	line-height: 1.75em;
	font-weight: 500;
	color: rgba(0,0,0,1.00);
}

.aragas_entry .dr_name a {
	pointer-events: none;
}

.dr_name a,
.dr_name a:link,
.dr_name a:hover,
.dr_name a:visited,
.dr_name a:active {
	text-decoration: none;
	color: #333333;
}

.entr_date {
	font-size: 1.2rem;
	padding:30px 0 0 0 !important;
	margin: 0 0 5px 0 !important;
	text-align: right;
	border-top: 1px #CCCCCC solid;
}

.entr_date:first-child {
	border: none;
}

.entr_date + .dr_name {
	margin: 3px 0 0 0;
	font-weight: 600;
	font-size: 2.1rem;
	padding: 0 0 10px;
}

.pg_name {
	margin: 15px 0 0 0;
	font-weight: 600;
	font-size: 2.1rem;
	padding: 30px 0 10px;
	color: rgba(0,0,0,0.60)
}

.pg_name a,
.pg_name a:link,
.pg_name a:hover,
.pg_name a:visited,
.pg_name a:active {
	text-decoration: none;
	color: rgba(0,0,0,0.60)
}

#sim_ttl {
	margin: 15px 0 0 10px;
	font-weight: 600;
	font-size: 2.1rem;
	padding: 30px 0 10px;
	color: #333333;
	border: none;
	font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Meiryo UI", "Yu Gothic", YuGothic, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

.read_copy_wrap p {
	font-size: 1.5rem;
	line-height: 1.8em;
}

.privacy-m {
	margin-top: 10px;
	font-size: 1.4rem;
}

.att {
	padding-left: 2em;
	text-indent: -2em;
}

.entry-title {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	border-bottom: 5px #B2B2B2 solid;
	padding: 20px 0 10px;
	margin-bottom: 30px;
}

.entry-info {
	font-size: 1.4rem;
}

/*非表示ユニット*/
.hideen_unit {
	display: none;
}

/* カテゴリーと新着ラベル */
.entry-category,
.entry-new {
	font-size: 1.4rem;
}

/* タイトル */
.entry-column h2 {
	margin: 0 10px 20px 10px;
	padding: 20px 0 7px 0;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5em;
	border: none;
	border-bottom: #ef8337 dotted 1px;
	color: #ef8337;
}
.entry-column h2.zero_top_pdg {
	margin: 0 10px 20px 10px;
	padding: 0 0 7px 0;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5em;
	border: none;
	border-bottom: #ef8337 dotted 1px;
	color: #ef8337;
}
.entry-column h2.args {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 600;
	line-height: 1.5em;
	border: none;
	border-bottom:none;
    margin: 15px 0 0 0;
    font-size: 2.0rem;
    padding: 10px;
    color: rgba(0, 0, 0, 1.00);
}
/*
.entry-column h2#orng_hdwd {
	margin: 0 10px 20px 10px;
	padding: 20px 0 7px 0;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5em;
	border: none;
	border-bottom: rgba(233,84,107,1.00) dotted 1px;
	color: rgba(233,84,107,1.00);
}
*/

#top_headline-covid19_headline {
	margin: 0 10px 20px 10px;
	padding: 0 0 7px 0;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	border: none;
	border-bottom: rgba(233,84,107,1.00) dotted 1px;
	color: rgba(233,84,107,1.00);
}

.entry-column h3 {
	margin: 0 10px 20px 10px;
	padding: 0;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5em;
	background: none;
	color: rgba(111,75,62,1.00);
}
.entry-column h4 {
	margin: 0 10px 20px 10px;
	padding: 10px 5px;
	font-weight: 500;
	font-size: 1.6rem;
	background: #EEEEEE;
}

.entry-column h5 {
	margin: 0 10px 10px 10px;
	padding: 5px 0;
	font-weight: 500;
	font-size: 1.6rem;
	color: rgba(111,75,62,1.00);
}

.entry-column h5.hdw_ryu_min {
	margin: 0 10px 0 5px;
	padding: 5px 0;
	font-family: "A-OTF リュウミン Pr6N","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.5rem;
	line-height: 1.75em;
	font-weight: 500;
	color: rgba(0,0,0,1.00);
}
.entry-column h5.hdw_min {
	margin: 0 10px 10px 10px;
	padding: 5px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.2rem;
	line-height: 1.75em;
	font-weight: 500;
	color: rgba(111,75,62,1.00);
}

.entry-column h6 {
	margin: 0 10px;
	padding: 5px 0;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.75em;
}

span.add_title {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	font-size: 1.0rem;
	color: #333333;
	letter-spacing: 0.3em;
	padding-left: 20px;
}

span.add_txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	color: #333333;
	padding-left: 5px;
}


/* 本文 */
.entry-column p {
	font-size: 1.5rem;
	line-height: 1.75em;
	margin-bottom: 20px;
	font-weight: 300;
}

.entry-column p.r__d {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.7rem;
	line-height: 1.75em;
	margin-bottom: 20px;
	font-weight: 500;
	color: rgba(111,75,62,1.00);
}

.entry-column p.summary-detail {
	font-size: 1.4rem;
}

.entry-column p.no_mrg {
	margin-bottom: 0;
}
.txt_r {
	text-align: right;
}

.cntr_txt {
	text-align: center;
}

.entry_tel::before {
	content: "Tel.";
	font-family: objektiv-mk1, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.4rem !important;
}

.entry_tel {
	font-family: objektiv-mk1, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2.0rem !important;
	position: relative;
}

.entry_fax::before {
	content: "Fax.";
	font-family: objektiv-mk1, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.4rem !important;
}

.entry_fax {
	font-family: objektiv-mk1, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2.0rem !important;
	position: relative;
}
.entry_mail::before {
	content: "Mail.";
	font-family: objektiv-mk1, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.2rem !important;
}

.entry_mail {
	font-family: objektiv-mk1, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.7rem !important;
	position: relative;
}

.entry_mail a,
.entry_mail a:link,
.entry_mail a:hover,
.entry_mail a:visited,
.entry_mail a:active {
	color:#333333;
	text-decoration: none !important;
}


.entry_tel + .entry_fax {
	margin-top: -20px;
}
.entry_fax + .entry_mail {
	margin-top: -20px;
}
.entry_tel + .entry_mail {
	margin-top: -20px;
}

/* テーブル */

.wsps {
	white-space: nowrap;
}

.tbl_s_txt {
	font-size: 1.2rem;
}

.entry-column table {
	border-collapse: collapse;
}

@media screen and (max-width: 767px) {
	.dsp_n {
		display: none;
	}
}

.entry-column th,
.entry-column td {
	font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
	.entry-column th,
	.entry-column td {
		font-size: 1.5rem;
	}
}

.entry-column .std_tbl tr:nth-child(odd) {
	background: none;
}

.entry-column .std_tbl table,
.entry-column .std_tbl th,
.entry-column .std_tbl td {
	border-collapse: collapse;
}
.entry-column .std_tbl th,
.entry-column .std_tbl td {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}
.entry-column .std_tbl th {
	background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
	.entry-column .std_tbl th,
	.entry-column .std_tbl td {
		padding-left: 0;
	}
	.entry-column .std_tbl th:first-child {
		padding-top: 1em;
	}
	.entry-column .std_tbl td:last-child {
		padding-bottom: 1em;
	}
	.entry-column .std_tbl table {
		border-top: 1px solid #CCCCCC;
	}
	.entry-column .std_tbl tr {
		border-bottom: 1px solid #CCCCCC;
	}
}

.entry-column .crs_tbl tr:nth-child(odd) {
	background: none;
}

.entry-column .crs_tbl table,
.entry-column .crs_tbl th,
.entry-column .crs_tbl td {
	border-collapse: collapse;
}
.entry-column .crs_tbl th,
.entry-column .crs_tbl td {
	border: 1px solid #CCCCCC;
}
.entry-column .crs_tbl th {
	background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {


.crs_tbl .acms-table-scrollable td,
.crs_tbl .acms-table-scrollable th,
.crs_tbl .js-table-unit-scroll-hint td,
.crs_tbl .js-table-unit-scroll-hint th {
    display: table-cell!important;
	white-space:normal;
	}	

}

.entry-column .crs_pc_tbl tr:nth-child(odd) {
	background: none;
}

.entry-column .crs_pc_tbl table,
.entry-column .crs_pc_tbl th,
.entry-column .crs_pc_tbl td {
	border-collapse: collapse;
}
.entry-column .crs_pc_tbl th,
.entry-column .crs_pc_tbl td {
	border: 1px solid #CCCCCC;
}
.entry-column .crs_pc_tbl th {
}

@media screen and (max-width: 767px) {
	.entry-column .crs_pc_tbl th,
	.entry-column .crs_pc_tbl td {
		border: none;
	}
	.crs_pc_tbl .acms-table-scrollable td,
	.crs_pc_tbl .acms-table-scrollable th,
	.crs_pc_tbl .js-table-unit-scroll-hint td,
	.crs_pc_tbl .js-table-unit-scroll-hint th {
		display: table-cell!important;
		white-space:normal;
	}	

}

/* テーブル（HTML編集モード用） */

.division_table {
	table-layout: fixed;
}

.dvsn_cell_150 {
	min-width: 100px;
}

.dvsn_indnt {
	margin: 0 0 10px 10px !important;
}

/* step table */
.entry-column .arw_tbl tr:nth-child(odd) {
	background: none;
}

.entry-column .arw_tbl table,
.entry-column .arw_tbl th,
.entry-column .arw_tbl td {
	border-collapse: separate;
	border-spacing: 0px 20px;
}

.entry-column .arw_tbl th {
	border-top: 2px solid #d38020;
	border-bottom: none;
	border-left: none;
	border-right: none;
	vertical-align: middle;
	position: relative;
	width: 80px;
	background-color: #d38020;
	color: white;
	text-align: center;
	padding: 20px 0;
}

.entry-column .arw_tbl td {
	border: 2px solid #d38020;
	border-radius: 0 5px 5px 0;
	vertical-align: middle;
	text-align: left;
	width: calc(100% - 80px);
	background-color: #FFF;
	padding: 20px;
}

.entry-column .arw_tbl th:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #d38020 transparent transparent transparent;
	border-width: 20px 40px 0 40px;
}

/* step table color change */
.entry-column .arw_tbl th.brwnth {
	border-top: 2px solid #855d3f;
	background-color: #855d3f;
}

.entry-column .arw_tbl td.brwntd {
	border: 2px solid #855d3f;
}

.entry-column .arw_tbl th.brwnth:after {
	border-color: #855d3f transparent transparent transparent;
}

/* list in a cell */
.indntblok {
	padding-left:1em;
	text-indent:-1em;
}

@media screen and (max-width: 768px) {
	.entry-column .arw_tbl th,
	.entry-column .arw_tbl td {
		display: table-cell;
	}
}


/* リスト */
.entry-column ul li {
	font-size: 1.5rem;
	line-height: 1.75em;
	font-weight: 300;
}

.entry-column ul.astrsk li {
	list-style: none;
	position: relative;
}

.entry-column ul.astrsk li::before {
	content: "";
	background: url("../../images/common/astrsk.png") no-repeat;
	background-size: 1em;
	height: 1em;
	width: 1em;
	position: absolute;
	top: 0.4em;
	left: -1.3em;
}
.entry-column ul.astrsk2 li {
	list-style: none;
	position: relative;
	font-size: 1.3rem;
	line-height: 1.75em;
	font-weight: 300;
}


.entry-column ul.astrsk2 li::before {
	content: "";
	background: url("../../images/common/astrsk.png") no-repeat;
	background-size: 1em;
	height: 1em;
	width: 1em;
	position: absolute;
	top: 0.3em;
	left: -1.3em;
}

/* 番号付きリスト */
.entry-column ol li {
	font-size: 1.5rem;
	line-height: 1.75em;
	font-weight: 300;
}

.entry-column ol.splt_ol li {
	margin: 0 0 1em 0;
}

/* 定義リスト */
.entry-column dl {
	font-size: 1.5rem;
	line-height: 1.75em;
	font-weight: 300;
}

.entry-column dt {
	font-size: 1.5rem;
	line-height: 1.75em;
	font-weight: 300;
}

.entry-column dd {
	font-size: 1.5rem;
	line-height: 1.75em;
	font-weight: 300;
}

/* 引用 */
.entry-column blockquote {
	font-size: 1.5rem;
	line-height: 1.75em;
	font-weight: 300;
}

/* ユニット */
.entry-column .caption {
	font-size: 1.3rem;
}


.entry-column a:link {
	text-decoration: underline;
}
.entry-column a:hover,
.entry-column a:focus,
.entry-column a:active {
	text-decoration: none;
}
.entry-column a:visited {
	color: #006DD9;
	text-decoration: underline;
}

/* SMALL FONTS */
/* タイトル */
.small_txt h2 {
	font-size: 1.8rem;
}

.small_txt h3 {
	font-size: 1.6rem;
}
.small_txt h4 {
	font-size: 1.4rem;
}

.small_txt h5 {
	font-size: 1.4rem;
}

.small_txt h6 {
	font-size: 1.3rem;
}

.small_txt span.add_title {
	font-size: 1.0rem;
}

.small_txt span.add_txt {
	font-size: 1.1rem;
}

/* 本文 */
.small_txt p {
	font-size: 1.3rem;
}

.small_txt p.r__d {
	font-size: 1.4rem;
}

.small_txt p.summary-detail {
	font-size: 1.2rem;
}

.small_txt .entry_tel::before {
	font-size: 1.2rem !important;
}

.small_txt .entry_tel {
	font-size: 2.0rem !important;
}

.small_txt .entry_fax::before {
	font-size: 1.2rem !important;
}

.small_txt .entry_fax {
	font-size: 2.0rem !important;
}



/* テーブル */

.small_txt th,
.small_txt td {
	font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
	.small_txt th,
	.small_txt td {
		font-size: 1.3rem;
	}
}

/* リスト */
.small_txt ul li {
	font-size: 1.3rem;
}

/* 番号付きリスト */
.small_txt ol li {
	font-size: 1.3rem;
}

/* 定義リスト */
.small_txt dl {
	font-size: 1.3rem;
}

.small_txt dt {
	font-size: 1.3rem;
}

.small_txt dd {
	font-size: 1.3rem;
}

/* 引用 */
.small_txt blockquote {
	font-size: 1.3rem;
}


/* SNSシェアボタン */
.share-item [class*="acms-icon"] {
	font-size: 2.2rem;
}

/* 続きを読むボタン */
.continue-link {
	font-size: 1.6rem;
}

/* FOOTER ABOVE */
.accs_info p {
	line-height: 1.5em;
	font-size: 1.4rem;
}

.smc {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	vertical-align: middle;
}

.smcn {
	margin-left: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 2.0rem;
	vertical-align: middle;
}

.h_name {
	color: #630;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 2.4rem;
}

.sitemap_tel {
	font-family: objektiv-mk1, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
	.sitemap_tel a {
		pointer-events:none;
		text-decoration: none;
		color: #333333;
	}
}

.nm_wrap {
	margin-bottom: 0;
}
.ggl_wrap {
	position: relative;
	display: inline-block;
	padding-right: 63px;
	margin-top: 0;
}
.ggl_map {
	position: absolute;
	right: 0;
	bottom: 5px;
}

/* FOOTER ABOVE2 */
.accs_info2 {
	padding-top: 30px;
}

.abv2_logo img {
	margin-top: 3px;
	max-width: 170px;
}

.abv2_wrap {
	display: flex;
}

@media screen and (max-width: 767px) {
	.abv2_wrap {
		display: block;
	}
}

.abv2_inner1 {
	margin-right: 20px;
}

.abv2_inner1,
.abv2_inner2 {
	line-height: 1.8em;
	vertical-align: middle;
	font-size: 1.3rem;
	margin-bottom: 0;
}

.abv2_inner1 .h_name {
	letter-spacing: 0.1em;
}

.abv2_inner1 .h_name,
.abv2_inner2 .h_name {
	font-weight: bold;
	font-size: 1.4rem;
	vertical-align: middle;
	color: #333333;
}

.abv2_list1 {
	color: #FEC380;
	ertical-align: middle;
	font-size: 1.2rem;
}

.abv2_r_title {
	margin: 0;
	font-weight: bold;
	font-size: 1.4rem;
	vertical-align: middle;
	color: #333333;
	background: url("../../images/common/abv2_icon.png") no-repeat 0 1px;
	padding-left: 27px;
	line-height: 25px;
}

.above_footer2,
.abv2_r_wrap {
	position: relative;
	height: 125px;
}

.above_footer2_inner,
.abv2_r_inner {
	position: absolute;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.abv2_r_title {
		margin: 20px 0 10px;
	}
	.above_footer2,
	.abv2_r_wrap {
		position: inherit;
		height: auto;
	}

	.above_footer2_inner,
	.abv2_r_inner {
		position: inherit;
		bottom: inherit;
		left: inherit;
	}
}

.abv2_r_txt {
	line-height: 1.8em;
	vertical-align: middle;
	font-size: 1.3rem;
	margin: 0;
}

.abv2_tel {
	font-size: 1.4rem;
	margin: 0;
}

.teltime {
	ertical-align: middle;
	font-size: 1.2rem;
	margin: 5px 0 0 -5px;
	line-height: 1.8em;
}

/* FOOTER2 */
.footer_wrapper2 {
	background: #999999;
	margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {

	.footer_wrapper2 .f_col_wrap {
		margin: 0 auto;
		padding: 10px 0 0 0;
		max-width: 1280px;
		display: flex;
		justify-content: space-between;
	}

	.footer_wrapper2 .foot_navbar ul {
		padding: 0;
		margin: 3px 0 0 0;
		list-style: none;
		font-size: 1.2rem;
	}
	.footer_wrapper2 .foot_navbar li {
		float: left;
		margin: 0;
		padding: 0 1em;
		text-align: center;
		vertical-align: middle;
		border-left: 1px #FFFFFF solid;
	}
	.footer_wrapper2 .foot_navbar li:last-child {

		border-right: 1px #FFFFFF solid;
	}
	.footer_wrapper2 .foot_navbar li a,
	.footer_wrapper2 .foot_navbar li a:link,
	.footer_wrapper2 .foot_navbar li a:hover,
	.footer_wrapper2 .foot_navbar li a:visited,
	.footer_wrapper2 .foot_navbar li a:active {
		color: #FFFFFF;
	}
	.copyright_txt {
		margin-top: 3px;
		font-size: 1.2rem;
		color: #FFFFFF;
		text-align: right;
	}
}

@media screen and (max-width: 767px) {

	.footer_wrapper2 .f_col_wrap {
		display: block;
	}
	
	.f_col {

	}
	
	.footer_wrapper2 .foot_navbar ul {
		padding: 20px 10px 10px 10px;
		margin: 0;
		list-style: none;
		font-size: 1.2rem;
		text-align: center;
	}
	.footer_wrapper2 .foot_navbar li {
		float: none;
		margin: 0;
		padding: 0 1em;
		text-align: center;
		vertical-align: middle;
		border-left: none;
		line-height: 1.5em;
	}
	/*
	.footer_wrapper2 .foot_navbar ul:after {
		content: "";
		clear: both;
		display: block;
	}
	*/
	.footer_wrapper2 .foot_navbar li:last-child {
		border-right: none;
	}
	.footer_wrapper2 .foot_navbar li a,
	.footer_wrapper2 .foot_navbar li a:link,
	.footer_wrapper2 .foot_navbar li a:hover,
	.footer_wrapper2 .foot_navbar li a:visited,
	.footer_wrapper2 .foot_navbar li a:active {
		color: #FFFFFF;
	}
	.copyright_txt {
		text-align: center;
		margin: 0;
		padding: 10px 0;
		font-size: 1.2rem;
		color: #FFFFFF;
	}
}

/* sitemap */
.sitemapwrap {
	/*
	background: #FFFFFF;
	*/
}

.sitemap_link {
	display: flex;
	flex-wrap:wrap;
}

.sitemap_box {
	border-right: 1px #CCC solid;
}

.sitemap_box a {
	text-decoration: none;
	color: #000;
}

.sitemap_box:last-child {
	border-right: none;
}

.sitemap_box {
	width: calc(100% / 6 - 1px);
}

.sitemap_box .smc {
	font-size: 0.9em;
	padding-right: 7px;
}

.sitemap_box .smcn {
	font-size: 1.1em;
}

.sitemap_box .h_name {
	font-size: 1.2em;
	font-weight: bold;
}

.sitemapfld {
}

@media screen and (max-width: 1023px) {
	.sitemap_box {
		width: calc(100% / 3 - 1px);
	}

	.sitemap_box:nth-child(3),
	.sitemap_box:last-child {
		border-right: none;
	}

	.sitemap_box:nth-child(1),
	.sitemap_box:nth-child(2),
	.sitemap_box:nth-child(3) {
		border-bottom: 1px #CCC solid;
	}
}

@media screen and (max-width: 767px) {
	.sitemap_link  {
		display: none;
	}
}

.sitemaplist {
	list-style: none;
	margin: 0;
	padding: 0.5em;
	position: relative;
}


.sitemaplist li {
	line-height: 1.5;
	padding: 0 0.3em 0 2em;
	list-style-type: none;
	position:relative;
}

.sitemaplist li:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 11px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 50%;
	background-color: #000000;
}
 
.sitemaplist li:after {
	position:absolute;
	content:'';
	top: 3px;
	left: 14px;
	height:0;
	width:0;
	border-style: solid;
	border-width: 5px 5px 5px 9px;
	border-color: transparent transparent transparent #FFFFFF;
  }


.sitemaplist li li {
	line-height: 1.5;
	padding: 0 0.3em 0 0;
	list-style-type: none;
	position:relative;
}

.sitemaplist li li:before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 50%;
	background-color: #FFFFFF;
}

.sitemaplist li li:after {
	position:absolute;
	content:'';
	top: 0.2em;
	left: -9px;
	height:0;
	width:0;
	border-style: solid;
	border-width: 5px;
	border-color: transparent transparent transparent #000000;
  }

.sitemaplist li li li {
	line-height: 1.5;
	padding: 0 0.3em 0 0;
	list-style-type: none;
	position:relative;
}

.sitemaplist li li li:before {
	content: "";
	position: absolute;
	top: .1em;
	left: -10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 50%;
	background-color: #FFFFFF;
}

.sitemaplist li li li:after {
    content: "";
    position: absolute;
    top: 0.2em;
    left: -9px;
    width: 3px;
    height: 3px;
	background-color: #000000;
    border: 3px solid #FFFFFF;
    border-radius: 50%
}

/* footer */

.foot-wrapper {
	margin: 20px 0 0 0;
	background: #ef8338;
}

.ctccpy {
	margin: 0 auto;
	padding: 0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	font-style: normal;
	color: #000000;
}

.rdcpy {
	margin: 5px auto;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	font-style: normal;
	color: #000000;
}

.footer_link_wrap {
	margin: 0;
	padding: 0;
}

.footer_link {
	margin: 10px auto 3px;
	padding: 0;
	border: none;
	text-align: center;
}

.footer_link li {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	border-top: none;
	border-bottom: none;
	display: inline;
	line-height: 20px;
	white-space: nowrap;
}

.footer_link li .f_link_list {
	display: inline;
	border-bottom: none;
	padding: 0;
}

.footer_link li .f_link_list {
	text-decoration: none;
	color: #000000;
}

.footer_link li .f_link_list:hover {
	color: #FFFFFF;
	transition: 0.3s ;
}

#map {
	width: 100%;
	height: 400px;
	background-color: grey;
}

.accs_map {
	/*
	position: relative;
	width: 100%;
	padding-top: 62.5%;*/ /* = height ÷ width × 100 */
}

.accs_map img {
	max-width: 100%;
	height: auto;
}

.rsp img {
	max-width: 100%;
	height: auto;
}

/*
.accs_map iframe,
.accs_map object,
.accs_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/

.copyright {
	color: #000000;
}

/* モーダルコンテンツ */
.modal-wrapper {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 60px 10px;
	text-align: center
}

.modal-wrapper:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	width: 70%;
	max-width: 300px;
	padding: 30px 30px 15px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}


.modal-content .module-section {
	margin: 30px 0 50px 0;
}


/* モーダルコンテンツ内のsns */

.footer-sns-list {
	margin: 30px 0;
	padding: 0;
	list-style: none;
}

.footer-sns-list-item {
	margin: 0;
	padding: 5px;
	list-style: none;
	border-top: none;
	border-bottom: none;
	display: inline;
	text-align: center;
}
.footer-sns-list-item a:hover,
.footer-sns-list-item a:visited,
.footer-sns-list-item a:active,
.footer-sns-list-item a:focus {
	text-decoration: none;
}

/* 各種SNSボタン */
.footer-sns-list-item .footer-sns-list-facebook {
	/* Facebook */
	display: inline-block;
	width: 60px;
	height: 60px;
	color: #3f57a1;
	line-height: 1.5;
	text-align: center;
	font-size: 60px;
}
.footer-sns-list-item .footer-sns-list-facebook:before {
	vertical-align: middle;
}

.footer-sns-list-item .footer-sns-list-twitter {
	/* Twitter */
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #55ACEE;
	line-height: 1.5;
	text-align: center;
	font-size: 30px;
}
.footer-sns-list-item .footer-sns-list-twitter:before {
	vertical-align: middle;
}

.footer-sns-list-item .footer-sns-list-youtube {
	/* YouTube */
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #ff0012;
	line-height: 1.5;
	text-align: center;
	font-size: 55px;
}
.footer-sns-list-item .footer-sns-list-youtube:before {
	vertical-align: middle;
}

.f-sns-title {
	margin: 0 auto;
	padding: 30px 10px;
	border-bottom: 1px #CCCCCC solid;
}

.f-sns-title img {
	max-width: 100px;
}

/* シェアするボタン */
.footer_sns {
	margin: 10px auto 0;
	text-align: center;
}

.footer_sns img {
	max-width: 75px;
}

/* utility */

.cntr {
	text-align: center;
}

#today {
    padding-top: 70px;
    margin-top: -70px;
}

/* ユニット内のボタン */
.entry_red {
	color: #CC0000;
}

.entry_u {
	
}

.entry-column p.entry_arw1 {
	font-weight: bold;
}

.entry_arw1,
.entry_arw2 {
	padding-left: 1em;
}

.entry_arw1:hover,
.entry_arw2:hover {
	color: #666666;
	font-weight: bold;
}

.entry_arw1:link,
.entry_arw1:visited,
.entry_arw1:active,
.entry_arw2:link,
.entry_arw2:visited,
.entry_arw2:active {
	color: #333333 !important;
	font-weight: bold;
}

.entry_arw1 {
	background: url("../../images/common/arrow.png") no-repeat 0 3px;
}
.entry_arw2 {
	
}

.entry-btn-default {
	
}

.entry-btn-attention {
	
}

/* ユニット内のグループ */
@media screen and (min-width: 480px) {
	.ug-bg-color {
		padding: 25px 15px;
	}
	.ug-bg-border {
		padding: 10px 10px 0 10px;
	}
	.ug-bg-border-top {
		padding: 10px 10px 0 10px;
	}
}

.ug-bg-color {
	margin: 0 10px 25px 10px;
	padding: 20px 10px;
	background: #F5F5F5;
}

.ug-bg-border {
	margin: 0 10px 25px 10px;
	padding: 10px 10px 0 10px;
	border: 1px #CCC solid;
}

.ug-bg-border h3 {
	padding-bottom: 5px;
	border-bottom: 1px #CCC solid;
}


.ug-bg-border-top {
	margin: 0 10px 25px 10px;
	padding: 20px 10px;
	border-top: 3px #CCC solid;
}

.ug-bg-color h2,
.ug-bg-color h3,
.ug-bg-color h4,
.ug-bg-color p {
	color: #000000;
}

.separate_top {
	padding-top:20px; 
}

.separate_top_50 {
	padding-top:50px; 
}

/* DEPARTMENT */
.d_nav {
	margin: 10px;
	padding: 0;
	border: 1px #EEEEEE solid;
	position: relative;
}

.d_nav:hover {
	border: 1px #999999 solid;
}

.d_nav:hover::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 17px solid transparent;
    border-right: 17px solid #CCCCCC;
	transition: border .25s ease-out;
	position: absolute;
    z-index: 100;
}

.d_nav a,
.d_nav a:link,
.d_nav a:hover,
.d_nav a:visited,
.d_nav a:active {
	text-decoration: none;
	color: #333333;
}

.d_nav_txt {
	font-size: 1.4rem;
	line-height: 1.75em;
	padding: 0 20px 20px 20px;
	margin: 0;
}

.d_nav_ttl {
	ont-family: 'Noto Sans JP', sans-serif;
    font-size: 2.0rem;
    font-weight: 500;
	margin: 0;
	padding: 30px 20px 10px 20px;
	line-height: 1em;
}

.d_nav_arw {
	position:relative;
	padding: 0em 0 0 .8em;
}

.d_nav_arw:before {
	position:absolute;
	content:'';
	top: 3px;
	left: 2px;
	height:0;
	width:0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #999999;
	
}

/* フロート解除 */
@media screen and (max-width: 767px) {
	.side,
	.main {
		float: none;
	}
}


/*add220711*/
#video-area{
    position:inherit;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}


#video {
    /*天地中央配置*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    height: calc(100vh - 90px);
    min-height: 100%;
    min-width: 100%;
}
#video-area::after {
	content: "";
	display: block;
	height: calc(100vh - 70px);
}

.video_area + .acms-container + .smryboxwrap {
	margin: 0 0 0 0;
}

.mainv2 {
	background: #FFF;
	margin-top: calc(100vh - 90px);
}

@media screen and (max-width: 1023px) {
.video_area + .acms-container + .smryboxwrap {
	margin: 20px 0 0 0;
}
}

.footer-sns-list_v2 {
	margin: 17px 0;
	padding: 0;
	list-style: none;
}

/*
.top_video .column-iframe, .column-youtube {
	margin-top: 6px;
    padding-bottom: 36.25%;
    overflow: hidden;
}
*/
@media screen and (max-width: 767px) {
	.ico_map {
		margin: auto;
	}
	.icoMap {
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.ico_map {
		margin: 5px 0 0 0;
	}
	.icoMap {

	}
}

.crd_wrap {
	margin-top: 10px;
}
@media screen and (min-width: 768px) {
.crd_wrap img {
	max-width: 200px;
}
}

/*220809add top accs_banner*/
.acbnner_wrap {
	position: relative;
}

.accs_bnner a {
	position: absolute;
	left: 100px;
	top:0;
	background: #51321d ;
	line-height: 1em;
	font-size: 1.5rem;
	color: #FFF;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
	margin: 0 0 0 10px
}

.accs_bnner a,
.accs_bnner a:hover,
.accs_bnner a:active,
.accs_bnner a:visited {
	text-decoration: none;
	color: #fff;
}

.accs_bnner a:hover {
	background: #7a5a38;
}

.footer_above_icoMap {
	margin-top: 57px;
}

.img-area img {
	display: block;
	margin: auto;
	max-width: 100%;
}