/* common
------------------------------------------------- */
.background-wide {
	width: 100vw;
	margin: 0 calc(50% - 50vw) 0;
	padding: 60px 0;
}
.bg_col01 {
	background: #f1efe0;
}
.bg_col02 {
	background: #ff7d61;
}
.box_shadow {
	box-shadow: 0 0 14px rgba(0, 0, 0, .6);
}

.btn_style {
	display: inline-block;
	width: 80%;
	max-width: 380px;
	line-height: 60px;
	background: #00a97a;
	border-radius: 37px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .9);
	font-size: 21px;
	color: #fff;
	text-align: center;
}

.slider-3 .slick-prev, .slick-next {
	width: 51px !important;
	height: 79px !important;
	z-index: 1;
}
.slider-3 .slick-prev::before {
	display: inline-block !important;
	content: "";
	width: 51px;
	height: 79px;
	background: url(../img/top/arrow_left.png) center center no-repeat;
	background-size: 100% auto;
	color: none !important;
}
.slider-3 .slick-next::before {
	display: inline-block;
	content: "";
	width: 51px;
	height: 79px;
	background: url(../img/top/arrow_right.png) center center no-repeat;
	background-size: 100% auto;
	color: none !important;
}
.slider-3 .slick-prev {
	left: 5px !important;
}
.slider-3 .slick-next {
	right: 5px !important;
}

.fnt_min {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	color: #5B5857;
}


/* section_visual
------------------------------------------------- */
.mv {
  background:none;
  position:relative;
  z-index: 99;
  padding-top: 125px;
}

.mv div,
.mv ul{
  opacity : 1;
}

.mv .inner {
	width: 100%;
	height: 684px;
	text-align:center;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:cover;
}
.mv .inner .innerarea {
	position: relative;
	width: 1200px;
	height: 684px;
	margin: 0 auto;
}
.mv .inner .innerarea .catch {
	position: absolute;
	right: 0;
	top: 80px;
	width: 700px;
	text-align: left;
	line-height: 2.35em;
	font-size: 1.2em;
	letter-spacing: 2px;
	font-weight: 500;
}
.mv .inner .innerarea .catch img {
	width: 100%;
	max-width: 665px;
	margin-bottom: 1.5rem;
}
.mv .inner .innerarea .oisogi {
	position: absolute;
	right: 0;
	bottom: 35px;
	width: 244px;
	height: 249px;
}
.mv .inner .innerarea .oisogi img {
	width: 100%;
	height: auto;
}
.mv .inner .innerarea .main_pr {
	position: absolute;
	left: 0;
	bottom: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.mv .inner .innerarea .main_pr li {
	display: inline-block;
	width: 171px;
	margin-right: 15px;
}
.mv .inner .innerarea .main_pr li:last-child {
	margin-right: 0;
}
.mv .inner .innerarea .main_pr li img {
	width: 100%;
	height: auto;
}


/* section01
------------------------------------------------- */
.section01 {
  text-align:center;
  padding-bottom:80px;
  margin-bottom:100px;
  border-bottom: 1px solid #cccccc;
}
.section01 h2 {
  margin-bottom:40px;
  font-size: 42px;
}
.section01 .txt {
  font-size: 18px;
  line-height: 2.3em;
}

/* section02
------------------------------------------------- */
.section02 {
  text-align:center;
  margin: 80px 0;
}
.section02 ul.onayami {
	display: flex;
	width: 1200px;
	margin: 40px auto 0 auto;
	justify-content: space-between;
}
.section02 ul.onayami li {
	display: inline-block;
	width: 335px;
	margin: 0;
}
.section02 ul.onayami li img {
	width: 100%;
	height: auto;
}
.section02 .omakase {
/*
	position: relative;
	background-image: url(../img/top/section02_head.),url(../img/top/section02_bg.jpg);
	background-position: center top,center top;
	background-repeat: no-repeat,no-repeat;
	background-size: 100% 120px,auto auto;
*/
	padding-top: 0;
	background-image: url(../img/top/section02_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto auto;
	overflow: hidden;
}
.section02 .omakase .down {
	filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .1));
}
.section02 .omakase .down span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(tan(60deg) * 100px / 2);
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.section02 .omakase .doc {
	display: block;
	width: 50%;
	min-width: 600px;
	margin: 120px auto;
	padding: 60px 30px;
	background: rgba(255,255,255,0.9);
	line-height: 2.35em;
	font-size: 1.1em;
	font-weight: 500;
}
.section02 .omakase .doc .img {
	display: block;
	margin: 0 auto 36px auto;
	text-align: center;
}
.section02 .omakase .doc .img img {
	width: 100%;
	max-width: 480px;
	height: auto;
}

/* endingsupport
------------------------------------------------- */
ul.endingsupport {
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto 40px auto;
	text-align:center;
}
ul.endingsupport li {
	display: inline-block;
	width: 48%;
}
ul.endingsupport li .ph {
	display: block;
}
ul.endingsupport li .ph img {
	display: block;
	width: 100%;
	height: auto;
}
ul.endingsupport li .ph img.left {
	border-radius: 0 14px 14px 0;
}
ul.endingsupport li .ph img.right {
	border-radius: 14px 0 0 14px;
}
ul.endingsupport li .txt {
	position: relative;
	width: 80%;
	margin: -160px auto 0 auto;
	padding: 40px 60px;
	background: #fff;
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
}
ul.endingsupport li .txt h4 {
	margin-bottom: 24px;
	color: #00a97a;
	font-size: 36px;
	text-align: center;
	font-weight: 600;
}
ul.endingsupport li .txt .btn_detail {
	display: table;
	width: 100%;
	margin-top: 24px;
	text-align: center;
	border-collapse: separate;
	border-spacing: 20px 0;
}
ul.endingsupport li .txt .btn_detail a {
	display: table-cell;
	margin: 0 5px;
	padding: 0 30px;
	line-height: 60px;
	background: #00a97a;
	border-radius: 37px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .9);
	font-size: 21px;
	color: #fff;
}

/* omakase_service
------------------------------------------------- */
.omakase_service {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 40px;
	background: #f0efdf;
	border-radius: 26px;
}
.omakase_service h4 {
	margin-bottom: 24px;
	color: #00a97a;
	font-size: 36px;
	text-align: center;
	font-weight: 600;
}
.omakase_service h4::before {
	display: inline-block;
	content: "";
	background: url(../img/top/omakase_service_icon.png);
	width: 63px;
	height: 84px;
	margin-right: 10px;
	color: #00a97a;
	vertical-align: middle;
}
.omakase_service ul {
	/* display: flex; */
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 2em auto;
	text-align:center;
}
.omakase_service ul li {
	display: inline-block;
	/* width: 31%; */
	background-color: #fff;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 40% auto;
	border-radius: 8px;
}
.omakase_service ul li.svc_01 {
	background-image: url(../img/top/omakase_service_bg01.jpg);
}
.omakase_service ul li.svc_02 {
	background-image: url(../img/top/omakase_service_bg02.jpg);
}
.omakase_service ul li.svc_03 {
	background-image: url(../img/top/omakase_service_bg03.jpg);
}
.omakase_service ul li.svc_04 {
	background-image: url(../img/top/omakase_service_bg04.jpg);
}
.omakase_service ul li.svc_05 {
	background-image: url(../img/top/omakase_service_bg05.jpg);
}
.omakase_service ul li a,
.omakase_service ul li span {
	position: relative;
	display: block;
	padding: 0 40px 0 45%;
	line-height: 120px;
	font-size: 21px;
	font-weight: 500;
	color: #5b5857;
	text-align: left;
}
.omakase_service ul li a::after {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/cmn/icon_arrow.png);
	top: 54px;
	right: 20px;
	width: 12px;
	height: 18px;
}

.endingsupport_btn {
	display: block;
	width: 1200px;
	max-width: 800px;
	margin: 60px auto 0 auto;
	text-align: center;
}
.endingsupport_btn a {
	display: block;
	margin: 0;
	padding: 16px 40px;
	line-height: 1.25em;
	background: #00a97a;
	border-radius: 60px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .9);
	font-size: 33px;
	color: #ffff00;
	font-weight: 600;
}
.endingsupport_btn a span {
	display: block;
	font-size: 24px;
	color: #fff;
}


/* section03
------------------------------------------------- */
.section03 {
  text-align:center;
  height: 426px;
  background: url(../img/top/bg_section03.jpg) no-repeat top center;
  margin-bottom:110px;
  padding-top: 90px;
}
.section03 h3 {
  margin-bottom:10px;
  font-size: 34px;
}
.section03 .txt {
  font-size: 16px;
  line-height: 2.3em;
  margin-bottom:20px;
}

/* section04
------------------------------------------------- */
.section04 {
  text-align:center;
  width: 1200px;
  margin: 80px auto;
}
.section04 h3 {
  margin-bottom: 80px;
  font-size: 40px;
}
.section04 ul.section_plan {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	width: 100%;
	margin: 0;
}
.section04 ul.section_plan li {
	position: relative;
	display: inline-block;
    width: 31%;
    padding: 0 0 40px 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    text-align: center;
}
.section04 ul.section_plan li .ph {
  margin-bottom: 20px;
}
.section04 ul.section_plan li .ph img {
  width:100%;
  height:auto;
}
.section04 ul.section_plan li .txt {
	font-size: 21px;
	line-height: 1.5em;
	margin-bottom: 24px;
	color: #5b5857;
}
.section04 ul.section_plan li .prc {
  margin-bottom: 20px;
}
.section04 ul.section_plan li .prc img {
	width: 100%;
	max-width: 330px;
	height:auto;
}
.section04 .btn_detail {
	position: absolute;
	bottom: -30px;
	left: 10%;
	display: inline-block;
	width: 80%;
	line-height: 60px;
	background: #00a97a;
	border-radius: 37px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .9);
	font-size: 21px;
	color: #fff;
}


/* section05
------------------------------------------------- */
.section05 {
  text-align:left;
	width: 1080px;
  margin: 0 auto 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid #cccccc;
}
.section05.report {
  margin: 0 auto 90px;
  padding-bottom: 0;
  border-style: none;
  padding-bottom: 90px;
  border-bottom: 1px solid #cccccc;
}

section.section05.fuhou{

  border-bottom: none;
}

.section05 h3 {
	margin-bottom: 30px;
	font-size: 34px;
	text-align:center;
}
.section05 .inner {
	margin-bottom: 70px;
}
.section05 .unit {
	width: 247.5px;
	margin-right: 29px;
	float: left;
	font-size: 15px;
}
.section05 .unit:last-child {
	margin-right: 0;
}
.section05 .unit .ph {
	margin-bottom: 10px;
}
.section05 .unit .ph img {
	width: 100%;
  height: auto;
}
.section05 .unit .date {
	margin-bottom: 10px;
	width: 100%;
}
.section05 .unit ul.icon_category {
	float: left;
	margin-right: 10px;
}
.section05 .unit .day {
	float: left;
}
.section05 .unit .tit {
	text-decoration: underline;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.section05 .btn_wrapper {
	margin: 0 auto;
  /* width: 670px; */
  width: 320px;
}
.section05 .btn_wrapper li {
	float: left;
	width: 320px;
}
.section05 .btn_wrapper li:last-child {
	float: right;
}
.section05 .bnr_fuhou {
	text-align: center;
}

/* section06
------------------------------------------------- */
.section06 {
	width: 1200px;
	margin: 0 auto 80px auto;
	padding-top: 80px;
}
.section06 h3 {
	width: 100%;
	margin-bottom: 40px;
	font-size: 40px;
	text-align: center;
}
.section06 .area {
	display: flex;
	width: 100%;
	padding: 50px;
	background: #f1efe0;
	border-radius: 14px;
	justify-content: space-between;
}
.section06 .area_ise {
	width: 600px;
	padding-right: 105px;
	border-right: solid 1px #dddddd;
	box-sizing: content-box;
}
.section06 .area_matsusaka {
	width: 290px;
}
.section06 .area .sub {
display: block;
	margin: 0 auto;
	padding: 0 0 3px 0;
	border: solid 2px #00a97a;
	border-radius: 40px;
	font-size: 24px;
	color: #00a97a;
	text-align: center;
	width: 160px; 
	font-weight: 600;
	line-height: 40px;
}
.section06 .area ul {
	width: 100%;
	margin: 0 auto;
}
.section06 .area ul li {
	display: inline-block;
	width: 285px;
	margin: 24px 24px 0 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.section06 .area ul li:nth-child(2n) {
	margin-right: 0;
}
.section06 .area ul li .ph img {
	width: 100%;
	height: auto;
	border-radius: 8px 8px 0 0;
}
.section06 .area ul li .name {
	padding: 24px 20px;
}
.section06 .area ul li .name span {
	display: block;
	margin-bottom: 10px;
	font-size: 1.25em;
}
.section06 .junbi {
	width: 100%;
	margin-top: 50px;
	padding: 50px;
	background: #f1efe0;
	border-radius: 14px;
}
.section06 .junbi .sub {
	display: block;
	margin: 0 auto 40px auto;
	font-size: 27px;
	color: #5c5857;
	text-align: center;
	font-weight: 600;
}
.section06 .junbi .sub::before {
	display: inline-block;
	content: "";
	width: 36px;
	height: 30px;
	margin-right: 14px;
	background: url("../img/top/icon_check.png") center center no-repeat;
	background-size: auto;
	background-size: 100% auto;
	overflow: hidden;
}
.section06 .junbi ul {
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
.section06 .junbi ul li {
	display: inline-block;
	width: 31%;
	margin: 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.section06 .junbi ul li .ph img {
	width: 100%;
	height: auto;
	border-radius: 8px 8px 0 0;
}
.section06 .junbi ul li .name {
	display: table;
	height: 120px;
	margin: 0 auto;
	padding: 20px;
	justify-content: center;
	text-align: center;
}
.section06 .junbi ul li .name span {
	display: table-cell;
	margin-bottom: 10px;
	font-size: 1.25em;
	line-height: 1.5em;
	color: #00a97a;
	vertical-align: middle;
	font-weight: 600;
}

/* section07
------------------------------------------------- */
.section07 {
  text-align:center;
  height: 426px;
  background: url(../img/top/bg_section07.jpg) no-repeat top center;
  margin-bottom:110px;
  padding-top: 90px;
}
.section07 h3 {
  margin-bottom:10px;
  font-size: 34px;
}
.section07 .txt {
  font-size: 16px;
  line-height: 2.3em;
  margin-bottom:20px;
}

/* section08
------------------------------------------------- */
.section08 {
  width: 1050px;
  padding-bottom: 110px;
  margin:0 auto 110px;
  border-bottom: 1px solid #cccccc;
}
.section08 h3 {
  margin-bottom: 40px;
  font-size: 34px;
  text-align:center;
}
.section08 .box_l {
  width: 685px;
  float: left;
}
.section08 .box_l li {
  margin-bottom: 37px;
}
.section08 .box_l li:last-child,
.section08 .box_r li:last-child {
  margin-bottom: 0;
}
.section08 .box_r {
  width: 300px;
  float: right;
}
.section08 .box_r li {
  margin-bottom: 18px;
}
.section08 .box_r li.txt {
  margin-top: -15px;
  padding: 0 10px;
  text-align: left;
}


/* section10
------------------------------------------------- */
.section10 {
  width: 1080px;
  margin:0 auto;
  text-align:left;
}
.section10 h3 {
  padding: 10px 0;
  font-size: 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px dotted #cccccc;
}
.section10 .unit {
  border-bottom: 1px dotted #cccccc;
}
.section10 .unit a {
  padding: 15px 0;
  display: block;
  width: 100%;
}
.section10 .unit:last-child {
  border-style: none;
}
.section10 .unit ul.icon_category {
  float: left;
  width: 80px;
}
.section10 .unit .day {
  font-size: 15px;
  float: left;
  width: 160px;
}
.section10 .unit .tit {
  text-decoration: underline;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  width: 250px;
  font-size: 15px;
}
.section10 .unit .txt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: right;
  width: 580px;
  font-size: 15px;
}


/* top_gojokai
------------------------------------------------- */
.top_gojokaiarea {
	padding: 100px 0;
}
.top_gojokai {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
.top_gojokai .leftbox {
	width: 38%;
	color: #fff;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.75em;
}
.top_gojokai .leftbox .img {
	margin: 0 auto 30px auto;
}
.top_gojokai .leftbox .img img {
	width: 100%;
	height: auto;
}
.top_gojokai .leftbox .img img.sub {
	max-width: 406px;
}
.top_gojokai .leftbox .img img.main {
	max-width: 420px;
}
.top_gojokai .rightbox {
	width: 60%;
	text-align: center;
}
.top_gojokai .rightbox .title {
	position: relative;
	display: inline-block;
	width: 80%;
	margin: 0 auto 30px auto;
	border: solid 2px #ffff00;
	border-radius: 30px;
	line-height: 50px;
	color: #ffff00;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.top_gojokai .rightbox .title:before {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #ff7d61;
	z-index: 2;
}

.top_gojokai .rightbox .title:after {
	content: "";
	position: absolute;
	bottom: -27px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #ffff00;
	z-index: 1;
}
.top_gojokai .rightbox ul {
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	justify-content: space-between;
	flex-wrap:wrap;
}
.top_gojokai .rightbox ul li {
	display: inline-block;
	width: 31%;
	margin: 0;
	padding: 60px 20px;
	background: #fff;
	border-radius: 16px;
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.35em;
}
.top_gojokai .rightbox ul li .num {
	display: block;
	width: 116px;
	height: 116px;
	margin: 0 auto 20px auto;
	background: #f1efe0;
	border-radius: 58px;
	font-size: 51px;
	color: #ff7d61;
	line-height: 116px;
	font-family: " source-han-serif-japanese",������, YuMincho, "�q���M�m���� ProN W3", "Hiragino Mincho ProN", HG����E, "�l�r �o����", "�l�r ����", serif;
}
.top_gojokai .rightbox ul li span {
	color: #ff7d61;
}
.gojokai_btn {
	margin-top: 60px;
	text-align: center;
}
.gojokai_btn .btn_style {
	background: #fff;
	color: #ff7d61;
}


/* top_voicearea
------------------------------------------------- */
.top_voicearea {
	padding: 120px 0;
	background: url(../img/top/voice_bg.jpg) right 5% bottom -5% no-repeat;
	background-size: 360px auto;
}
.top_voicearea h3 {
	width: 100%;
	margin-bottom: 40px;
	font-size: 40px;
	text-align: center;
}
.top_voicearea ul {
	width: 98%;
	margin: 0 auto;
	padding: 0;
}
.top_voicearea ul.voicelist .slick-list .slick-track > li {
	display: inline-block;
	width: 300px;
	margin: 0 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.top_voicearea ul.voicelist li .ph {
	display: block;
	height: 270px;
	border-radius: 8px 8px 0 0;
}
.top_voicearea ul li .doc {
	display: block;
	margin: 0 auto;
	padding: 20px;
}
.top_voicearea ul.voicelist li .doc .title {
	margin-top: 5px;
	font-size: 1.2em;
	line-height: 1.35em;
	color: #00a97a;
	font-weight: 600;
}
.top_voicearea ul.voicelist li ul {
	display: block;
	margin-top: 10px;
	padding: 0;
	background: none;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
}
.top_voicearea .more_btn {
	margin-top: 60px;
	text-align: center;
}

.top_voicearea ul .slick-list {
	padding: 10px 0;
}


/* top_faq
------------------------------------------------- */
.top_faq {
	padding: 100px 0;
}
.top_faq h3 {
	margin: 0 auto 40px auto;
	font-size: 40px;
	text-align: center;
}
.top_faq h4 {
	margin: 50px auto 20px auto;
	font-size: 24px;
	color: #00a97a;
	text-align: center;
	font-weight: 600;
}
.top_faq dl.accordion_dl {
	width: 1200px;
}


/* top_eventarea
------------------------------------------------- */
.top_eventarea {
	padding: 100px 0;
}
.top_eventarea h3 {
	width: 100%;
	margin-bottom: 40px;
	font-size: 40px;
	text-align: center;
}
.top_eventarea ul {
	width: 98%;
	margin: 0 auto;
	padding: 0;
}
.top_eventarea ul li {
	display: inline-block;
	width: 300px;
	margin: 0 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.top_eventarea ul li .ph {
	display: block;
	border-radius: 8px 8px 0 0;
}
.top_eventarea ul li .ph img {
	width: 100%;
	height: auto;
}
.top_eventarea ul li .doc {
	display: block;
	margin: 0 auto;
	padding: 20px;
}
.top_eventarea ul li .doc .title {
	margin-top: 5px;
	font-size: 1.2em;
	line-height: 1.35em;
	color: #00a97a;
	font-weight: 600;
}
.top_eventarea .more_btn {
	margin-top: 60px;
	text-align: center;
}

.top_eventarea ul .slick-list {
	padding: 10px 0;
}


/* top_photoarea
------------------------------------------------- */
.top_photoarea {
	display: flex;
	height: 450px;
	margin-bottom: 120px;
	padding: 0;
	overflow: hidden;
	align-items: center;
}
.top_photoarea ul {
	display: flex;
	margin: 0;
	padding: 0;
	animation: loop-slide 60s infinite linear 1s both;
}
.top_photoarea li {
	display: block;
	width: 300px;
	height: 400px;
	margin-right: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 16px;
}
.top_photoarea li:nth-child(even) {
	margin-top: 50px;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


/* top_newsarea
------------------------------------------------- */
.top_newsarea {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
.top_newsarea .news,
.top_newsarea .column {
	width: 48%;
}
.top_newsarea h4 {
	margin-bottom: 24px;
	color: #5b5857;
	font-size: 36px;
	text-align: center;
	font-weight: 600;
}
.top_newsarea h4::before {
	display: inline-block;
	content: "";
	width: 36px;
	height: 38px;
	margin-right: 10px;
	color: #00a97a;
}
.top_newsarea .news h4::before {
	background: url(../img/top/top_newsarea_news.png) center center no-repeat;
	background-size: 100% auto;
}
.top_newsarea .column h4::before {
	background: url(../img/top/top_newsarea_column.png) center center no-repeat;
	background-size: 100% auto;
}
.top_newsarea ul.newslist {
	padding: 40px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.top_newsarea ul.newslist > li {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: dotted 2px #e5e5e5;
}
.top_newsarea ul.newslist > li.more {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	text-align: right;
}
.top_newsarea ul.newslist > li.more a {
	color: #00a97a;
}
.top_newsarea ul.newslist > li.more a::after {
	display: inline-block;
	content: "";
	width: 8px;
	height: 13px;
	margin-left: 10px;
	background: url(../img/cmn/icon_arrow.png) center center no-repeat;
	background-size: 100% auto;
	vertical-align: middle;
}
.top_newsarea ul.newslist .day {
	display: inline-block;
	vertical-align: middle;
}
.top_newsarea ul.newslist li ul {
	display: inline-block;
	padding: 0;
	background: none;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
}
.top_newsarea ul.newslist .title {
	display: block;
	margin-top: 5px;
}
.top_newsarea ul.newslist .title a {
	color: #00a97a;
	font-weight: 600;
}


/* top_footbnr
------------------------------------------------- */
.top_footbnr {
	padding: 0;
}
.top_footbnr ul {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	justify-content: space-between;
	border-top: dotted 2px #dddddd;
}
.top_footbnr ul li {
	display: inline-block;
	width: 31%;
	margin: 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.top_footbnr ul li .ph img {
	width: 100%;
	height: auto;
	border-radius: 8px 8px 0 0;
}
.top_footbnr ul li .name {
	display: block;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	font-size: 1.25em;
	line-height: 1.5em;
	color: #00a97a;
	font-weight: 600;
}