﻿/* =========グローバル========= */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	background: none;
}
.article, .section, .nav, dl, ul, h2, div {
	overflow: initial;
}


/* ===ヘッダー ================ */
.header {
	padding: 0;
}
.header .article, .header .section, .header .nav, .header dl, .header ul, .header h2, .header div {
	padding: 0;
}
.header  .header_top {
	display: flex;
	padding: 10px 10px 5px 10px;
	box-sizing: border-box;
}
.header .page_control {
	float: none;
	margin: 0 0 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
}
.header .page_control > *:last-child {
	margin: 0 9px 0 0;
}


/* ヘッダー タイトル */
.header .title {
	flex: 1;
	margin: 0 auto 0 0;
	padding: 0;
	width: auto;
	height: 100%;
	text-align: left;
}
.header .title.site-center a {
	display: inline-block;
	max-width: none;
	width: auto;
	background-image: none;
	text-indent: 0;
}
.header .title.site-center a img {
	max-height: 54px;
	height: 100%;
	width: auto;
}


/* ヘッダー 文字の大きさ */
.header .page_control .accessibility_layout {
	display: inline-flex;
	align-items: center;
}
.header .page_control .controller {
	margin: 0 10px 0 20px;
	padding: 0;
}
.header .page_control .controller #UD .textsize_change dt {
	display: none;
}
.header ul.sub-nav {
	float: none;
	display: flex;
	align-items: center;
	margin: 0 15px 0 5px;
	font-size: 15.5px;
	width: auto;
	padding: 0;
}
.header ul.sub-nav li {
	float: none;
	display: inline-flex !important;
	align-items: center;
	margin: 0 0.6em 0 0 !important;
	height: auto;
}
.header ul.sub-nav li:after {
	content: "";
	display: block;
	width: 1px;
	height: 1em;
	border-right: 1px solid #040000;
	margin-left: 0.6em;
}
.header ul.sub-nav li:last-child:after {
	content: none;
}
.header ul.sub-nav li.contact, .header ul.sub-nav li.tel, .header ul.sub-nav li a {
	text-indent: 0;
}
.header ul.sub-nav li a {
	float: none;
	border: none;
	display: inline;
	height: auto;
	color: #040000;
	text-decoration: none;
}





@media screen and (max-width: 787px) {
}
@media screen and (max-width: 568px) {

}


/* ヘッダー 検索ボックス */
.header .page_control form.search {
  margin-top: 0;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.6em;
  width: auto;
  overflow: hidden;
  float: none;
}
.header .page_control form.search input[type="text"]{
  border: none;
  height: 2.0em;
}
.header .page_control form.search input[type="text"]:focus {
  outline: 0;
}
.header .page_control form.search input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome!important;
  font-size: 1.3em;
  border: none!important;
  background: none!important;
  color: #3879D9!important;
  position: absolute;
  width: 1.6em;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  outline : none;
}

.header .page_control form.search > div:first-child {
	display: none;
}
.header .page_control form.search > div {
	float: none;
	padding: 0;
	margin: 0;
}
.header .page_control form.search > div.box-search {
	width: 100%;
	height: 100%;
}
.header .page_control form.search input#search_txt {
	width: 60px;
	height: 100%;
	padding: 0;
	display: initial;
	float: none;
	border: none;
	outline: none !important;
	background: none;
}
.header .page_control form.search .box-search {
	position: relative!important;
	top: auto!important;
}
.header .page_control form.search .box-search:after {
	content: "";
	display: block;
	background-image: url('../../core/img/search-solid.png');
	background-size: 83%;
	background-repeat: no-repeat;
	background-position: right;
	pointer-events: none;
	font-size: 1.3em;
	width: 1.5em;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
.header .page_control form.search input.search_bt {
	display: initial;
	padding: 0;
	float: none;
	font-weight: normal;
}


/* ヘッダー 多言語 */
.header .page_control .language_btn {
	vertical-align: bottom;
	margin: 0 3px 0 0;
	padding: 0;
}
.header .page_control .language_btn a {
	font-size: 14px;
	line-height: 1.35;
	color: #fff;
	background-color: #959595;
	border: 1px solid #fff;
	vertical-align: bottom;
	text-indent: inherit;
	padding: 0.1em 0.9em 0.2em 0.9em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	cursor: pointer;
	width: 3.5em;
}
.header .page_control .language_btn a span {
	font-size: 80%;
}
.header .page_control .language_btn a:hover {
	opacity: 0.6!important;
}


/* メニュー */
.addmenu {
	display: none;
}


.header .nav {
	background-color: transparent;
	height: auto;
}
.header .nav > ul {
	justify-content: flex-end;
	margin: 0;
	padding: 0 20px 20px 0;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	font-size: 16px;
}
.header .nav > ul > li {
	float: none;
	width: auto;
	margin: 0 0.8em;
}
.header .nav > ul > li a {
	text-indent: 0;
	color: #000;
	text-decoration: none;
}
.header .nav > ul > li a:hover {
	opacity: 0.6!important;
	background: none!important;
}

.header .nav > ul > li.submenu {
	display: none;
}


@media screen and (min-width: 788px) {
	.header .page_control form.search input#search_txt:active {
		width: 260px;
	}
	.header .page_control form.search input#search_txt:hover {
		width: 260px;
	}

	.header .nav > ul {
		display: flex !important;
	}
}
@media screen and (max-width: 960px) {
	.header .page_control {
		flex-wrap: wrap;
	}
	.header .page_control .accessibility_layout {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.header .page_control form.search {
		margin-left: auto;
	}
	.header .page_control .controller {
		margin-right: 2px;
	}

	.header .nav {
		margin: 15px 0 0 0;
	}
	.header ul.sub-nav {
		margin-left: auto;
	}
	.header .nav > ul {
		justify-content: center;
	}
}
@media screen and (max-width: 787px) {

	.header .header_top {
		flex-flow: column;
	}

	/* ヘッダー SP タイトル */
	.header .title.site-center a img {
		max-height: none;
		width: 80%;
	}

	/* ヘッダー SP 検索ボックス */
	.header .page_control {
		margin: 2.5vw 0 0 auto;
		width: auto;
	}
	.header .page_control .accessibility_layout {
		margin: 0 2vw 0 0;
		width: auto;
	}
	.header .page_control form.search {
		font-size: 3.5vw;
	}
	.header .page_control form.search input#search_txt {
		font-size: 3.5vw;
		width: 32vw;
	}
	.header .page_control form.search > div.box-search {
		left: auto;
		right: auto;
	}

	/* ヘッダー SP 多言語 */
	.header .page_control .language_btn a {
		font-size: 3.5vw;
	}


	/* ヘッダー SP メニュー */
	.header ul.sub-nav {
		display: none;
	}

	.header .nav .menu_button {
		display: flex;
		justify-content: center;
    		align-items: center;
		width: 15vw;
		height: 15vw;
	}
	.header .nav .menu_button a {
		background-size: contain;
		width: 86%;
		height: 86%;
	}

	.header .nav > ul {
		background-color: rgb(211, 227, 255);
		font-size: 4.2vw;
	}
	.header .nav > ul > li {
		background-color: transparent;
		border-bottom: 2px solid rgb(93, 121, 169);
	}
	.header .nav > ul > li.submenu {
		display: inherit;
	}
}
/* ============================ */



/* =トップページ トップ画像==== */
#slider_layout {
	position: relative;
	padding: 0;
}
#slider_layout .article, #slider_layout .section, #slider_layout .nav, #slider_layout dl, #slider_layout ul, #slider_layout h2, #slider_layout div {
	padding: 0;
}

#slider_layout .bxslider {
	height: 320px;
	padding: 0;
	margin: 0;
}

#slider_layout .bxslider img {
	aspect-ratio: 1024 / 320;
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: top center;
	margin: 0 auto;
}

#slider_layout .top_img_front {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 2;
	display: flex;
}


#slider_layout .bx-controls-direction {
	display: none;
}


#slider .article, #slider .section, #slider .nav, #slider dl, #slider ul, #slider h2, #slider div {
	padding: 0px;
}
#slider .bx-wrapper {
	overflow: visible;
	border: none;
}
#slider ul {
	overflow: hidden;
}

#slider_layout .bx-wrapper {
	box-shadow: none !important;
}
#slider_layout .bx-viewport {
	overflow: hidden !important;
}

#slider_layout .bx-wrapper .bx-pager, #slider_layout .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 4px;
}




/* フロント 左 */

#slider_layout .top_img_front .top_img_front_left .top_photo_text1 {
	display: inline-block;
	pointer-events: none;
	margin: 25px 0 0 0;
}
#slider_layout .top_img_front .top_img_front_left .top_photo_text2 {
	display: inline-block;
	padding: 0.8em 0 0 2em;
	margin: -5px 0 0 0;
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	z-index: 2;
}


@media screen and (max-width: 787px) {
	#slider_layout .bxslider {
		height: 70vw;
		padding: 0;
		margin: 0;
	}
	#slider_layout .bxslider img {
		aspect-ratio: 1024 / 320;
		width: 100%;
		height: 70vw;
		object-fit: cover;
		object-position: 55% top;
	}

	#slider_layout .top_img_front {
		flex-wrap: wrap;
	}
	#slider_layout .top_img_front .top_img_front_left {
		width: 100%;
		height: 70vw;
	}
	#slider_layout .top_img_front .top_img_front_left .top_photo_text1 {
		margin: 2vw 0 0 0;
	}
	#slider_layout .top_img_front .top_img_front_left .top_photo_text1 img {
		width: 65vw;
		height: auto;
	}
	#slider_layout .top_img_front .top_img_front_left .top_photo_text2 {
		font-size: 3.4vw;
		padding: 1em 1.5em 1em 1.5em;
		margin: 0.6em 0.5em 0.6em 0.5em;
		background-color: #ffffff82;
		color: #000;
	}

}
/* ============================ */



/* =トップページ イベントリスト */
section#infomation .info_list {
	padding: 0;
/* 
	height: 300px;
	overflow-y: scroll;
 */
	border: 1px solid #dcdcdc;
	padding: 0.1em 1em 0.1em 1em;
	font-size: 1.1em;
}
section#infomation .info_list_layout {
	max-width: 900px;
	margin: 30px auto 0 auto;
	padding: 0;
	border: 1px solid #c7c7c7;
	padding: 1.4em 2.4em;
	box-sizing: border-box;
}
section#infomation .info_list_layout h2 {
	border-bottom: 3px solid #9e9e9e;
	font-size: 1.6em;
	padding: 0 0 0.2em 0.25em;
	font-weight: 500;
	color: #383838;
}
section#infomation .info_list_layout dl {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
	width: 100%;
	font-size: 1.1em;
}
section#infomation .info_list_layout dt {
	box-sizing: border-box;
	padding: 0.8em 0 0.5em 0;
	margin: 0 0 0 0;
	width: 8.5em;
	border-bottom: 1px solid #e7e7e7;
}
section#infomation .info_list_layout dd {
	box-sizing: border-box;
	padding: 0.8em 0 0.5em 0;
	margin: 0 0 0 0;
	width: 100%;
	max-width: calc(100% - 8.5em);
	border-bottom: 1px solid #e7e7e7;
}
section#infomation .info_list_layout dl > dt:last-of-type {
	border-bottom: none;
}
section#infomation .info_list_layout dl > dd:last-of-type {
	border-bottom: none;
}

section#infomation .info_list_layout .info_list_alllink {
	text-align: right;
	font-size: 1.3em;
	padding: 0.4em 0 0 0;
}



@media screen and (max-width: 787px) {
/* 
	section#infomation .info_list {
		height: 120vw;
	}
 */
	section#infomation .info_list_layout {
		margin: 10vw auto 0 auto;
	}
	section#infomation .info_list_layout h2 {
		font-size: 2em;
	}

	section#infomation .info_list_layout dl {
		flex-direction: column;
		font-size: 1.4em;
	}
	section#infomation .info_list_layout dt {
		border-bottom: none;
		padding-bottom: 0;
	}
	section#infomation .info_list_layout dd {
		padding-top: 0.4em;
		max-width: none;
		font-size: 80%;
	}

	section#infomation .info_list_layout .info_list_alllink {
		font-size: 1.4em;
		padding-top: 0.8em;
	}
}
/* ============================ */



/* =トップページ 一般の方へ==== */

section#general {
	margin: 30px 0 0 0;
	padding: 0;
}

section#general .general_layout {
	margin: 0 auto 0 auto;
/*	max-width: 1024px; */
	width: 100%;
}
section#general .general_layout .top_general_layout_back {
/*	max-width: 1024px; */
	background-image: url('../img/top_general_layout_back.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}


section#general .general_layout .top_general_layout_title {
	text-align: center;
	padding: 60px 0 0 0;
	margin: 0;
}

section#general .general_layout .top_general_btn_list {
	padding: 25px 0 0 0;
}
section#general .general_layout .top_general_btn_list ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 860px;
}
section#general .general_layout .top_general_btn_list ul li {
	padding: 0;
	margin: 0 0 28px 0;
	width: 33.33%;
	text-align: center;
}
section#general .general_layout .top_general_btn_list ul li a {
	display: inline-block;
	position: relative;
}
section#general .general_layout .top_general_btn_list ul li a:hover:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	border: 2px solid #FF73ED;
	background-color: #FF73ED12;
	border-radius: 22px;
}
section#general .general_layout .top_general_btn_list ul li img {
	width: 250px;
	height: auto;
}
section#general .general_layout .top_general_btn_list ul li a:hover img {
	opacity: 1;
}



@media screen and (max-width: 787px) {
	section#general {
		margin: 3vw 0 0 0;
	}
	section#general .general_layout .top_general_layout_back {
		padding-bottom: 2vw;
	}
	section#general .general_layout .top_general_layout_title {
		padding: 10vw 0 0 0;
	}
	section#general .general_layout .top_general_layout_title img {
		height: 10.5vw;
		width: auto;
	}
	section#general .general_layout .top_general_btn_list {
		padding: 2vw 0 0 0;
	}
	section#general .general_layout .top_general_btn_list ul {
		max-width: none;
	}
	section#general .general_layout .top_general_btn_list ul li {
		margin: 0 0 5vw 0;
		width: 43%;
	}
	section#general .general_layout .top_general_btn_list ul li:nth-child(2n) {
		margin-left: 4%;
	}
	section#general .general_layout .top_general_btn_list ul li img {
		width: 100%;
		height: auto;
	}
}
/* ============================ */




/* =トップページ 詳細リンク==== */
section#contents_link .contents_link_Layout {
	margin: 0 auto 0 auto;
	width: 100%;
	max-width: 1024px;
}

section#contents_link .contents_link_Layout .contents_link_title {
	margin: 50px 0 0 60px;
	padding: 0;
}
section#contents_link .contents_link_Layout .contents_link_list {
	margin: 0 0 0 136px;
}
section#contents_link .contents_link_Layout .contents_link_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
section#contents_link .contents_link_Layout .contents_link_list ul li {
	margin: 0 1.2em 1em 0;
}
section#contents_link .contents_link_Layout .contents_link_list ul li a {
	display: inline-block;
	background: #006BCE;
	background: linear-gradient(90deg,rgba(0, 107, 206, 1) 23%, rgba(48, 148, 215, 1) 100%);
	border-radius: 0.35em;
	color: #fff;
	font-size: 18px;
	padding: 0.3em 1.2em;
}
section#contents_link .contents_link_Layout .contents_link_list ul li a:hover {
	text-decoration: none;
	opacity: 0.6;
}
section#contents_link .contents_link_Layout .contents_link_list ul li.list_br {
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
}

section#contents_link .contents_link_Layout .contents_link_heading {
	margin: 5px 0 0.65em 130px;
	padding: 0 0 0.3em 0.1em;
	font-size: 18px;
	border-bottom: 1px solid #000;
	max-width: 754px;
}
section#contents_link .contents_link_Layout > .contents_link_heading:first-of-type {
	margin-top: 0;
}

section#contents_link .contents_link_Layout .contents_link_list ul li a.contents_sublink {
	display: inline-block;
	border-radius: 0.35em;
	color: #006BCE;
	background: #fff;
	font-size: 18px;
	padding: 0.3em 1.2em;
	border: 1px solid #000;
	margin-left: 0.8em;
	margin-right: 0.5em;
}
section#contents_link .contents_link_Layout .contents_link_list ul li a.contents_sublink:before {
	content: none;
}

section#contents_link .contents_link_Layout .accordion summary {
	list-style-position: outside;
	display: inline-block;
	margin-left: 130px;
	padding: 0 3em 0.5em 3em;
	cursor: pointer;
}
section#contents_link .contents_link_Layout .accordion summary:hover {
	opacity: 0.6;
}
section#contents_link .contents_link_Layout .accordion summary h4 {
	padding: 0;
	margin: 0;
}




@media screen and (max-width: 787px) {
	section#contents_link .contents_link_Layout .contents_link_title {
		margin: 10vw 0 0 3vw;
	}
	section#contents_link .contents_link_Layout .contents_link_title img {
		height: 14vw;
		width: auto;
	}
	section#contents_link .contents_link_Layout .contents_link_list {
		margin: 3vw 0 0 6vw;
	}
	section#contents_link .contents_link_Layout .contents_link_heading {
		margin: 3vw 0 0.65em 4vw !important;
		max-width: none;
		width: 90%;
		font-size: 4.2vw;
	}
	section#contents_link .contents_link_Layout .contents_link_list ul li {
		margin: 0 1.2em 1.2em 0;
	}
	section#contents_link .contents_link_Layout .contents_link_list ul li a {
		font-size: 4.2vw;
		padding: 0.7em 1.1em;
	}
	section#contents_link .contents_link_Layout .contents_link_list ul li a.contents_sublink {
		font-size: 4.2vw;
		padding: 0.7em 1.1em;
	}
}
/* ============================ */




/* =トップページ ボタンリンク== */
section#link_button .link_button_list {
	margin: 60px 0 0 0;
}
section#link_button .link_button_list ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
section#link_button .link_button_list li {
	padding: 0;
	margin: 0 2.5% 0 0;
	text-align: center;
}
section#link_button .link_button_list ul > li:last-child {
	margin-right: 0;
}
section#link_button .link_button_list li img {
	width: 250px;
	height: auto;
}



@media screen and (max-width: 787px) {
	section#link_button .link_button_list {
		margin: 12vw 0 0 0;
	}
	section#link_button .link_button_list li {
		margin: 0 0 4vw 0;
		width: 45%;
	}
	section#link_button .link_button_list ul > li:nth-child(2n) {
		margin-left: 4%;
	}
	section#link_button .link_button_list li img {
		width: 100%;
		height: auto;
	}
}
/* ============================ */




/* =トップページ イベントリスト */
section#events .events_list {
	padding: 0;
/* 
	height: 300px;
	overflow-y: scroll;
 */
	border: 1px solid #dcdcdc;
	padding: 0.1em 1em 0.1em 1em;
	font-size: 1.1em;
}
section#events .events_list_layout {
	max-width: 900px;
	margin: 60px auto 0 auto;
	padding: 0;
	border: 1px solid #c7c7c7;
	padding: 1.4em 2.4em;
	box-sizing: border-box;
}
section#events .events_list_layout h2 {
	border-bottom: 3px solid #9e9e9e;
	font-size: 1.6em;
	padding: 0 0 0.2em 0.25em;
	font-weight: 500;
	color: #383838;
}
section#events .events_list_layout dl {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
	width: 100%;
	font-size: 1.1em;
}
section#events .events_list_layout dt {
	box-sizing: border-box;
	padding: 0.8em 0 0.5em 0;
	margin: 0 0 0 0;
	width: 8.5em;
	border-bottom: 1px solid #e7e7e7;
}
section#events .events_list_layout dd {
	box-sizing: border-box;
	padding: 0.8em 0 0.5em 0;
	margin: 0 0 0 0;
	width: 100%;
	max-width: calc(100% - 8.5em);
	border-bottom: 1px solid #e7e7e7;
}
section#events .events_list_layout dl > dt:last-of-type {
	border-bottom: none;
}
section#events .events_list_layout dl > dd:last-of-type {
	border-bottom: none;
}

section#events .events_list_layout .events_list_alllink {
	text-align: right;
	font-size: 1.3em;
	padding: 0.4em 0 0 0;
}



@media screen and (max-width: 787px) {
/* 
	section#events .events_list {
		height: 120vw;
	}
 */
	section#events .events_list_layout {
		margin: 10vw auto 0 auto;
	}
	section#events .events_list_layout h2 {
		font-size: 2em;
	}

	section#events .events_list_layout dl {
		flex-direction: column;
		font-size: 1.4em;
	}
	section#events .events_list_layout dt {
		border-bottom: none;
		padding-bottom: 0;
	}
	section#events .events_list_layout dd {
		padding-top: 0.4em;
		max-width: none;
		font-size: 80%;
	}

	section#events .events_list_layout .events_list_alllink {
		font-size: 1.4em;
		padding-top: 0.8em;
	}
}
/* ============================ */



/* =トップページ 医師・医療スタッフの方へ==== */

section#expert {
	margin: 30px 0 0 0;
	padding: 0;
}

section#expert .expert_layout {
	margin: 0 auto 0 auto;
/*	max-width: 1024px; */
	width: 100%;
}
section#expert .expert_layout .top_expert_layout_back {
/*	max-width: 1024px; */
	background-image: url('../img/top_expert_layout_back.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}


section#expert .expert_layout .top_expert_layout_title {
	text-align: center;
	padding: 60px 0 0 0;
	margin: 0;
}

section#expert .expert_layout .top_expert_btn_list {
	padding: 25px 0 0 0;
}
section#expert .expert_layout .top_expert_btn_list ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 860px;
}
section#expert .expert_layout .top_expert_btn_list ul li {
	padding: 0;
	margin: 0 0 28px 0;
	width: 33.33%;
	text-align: center;
}
section#expert .expert_layout .top_expert_btn_list ul li a {
	display: inline-block;
	position: relative;
}
section#expert .expert_layout .top_expert_btn_list ul li a:hover:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	border: 2px solid #FF73ED;
	background-color: #FF73ED12;
	border-radius: 22px;
}
section#expert .expert_layout .top_expert_btn_list ul li img {
	width: 250px;
	height: auto;
}
section#expert .expert_layout .top_expert_btn_list ul li a:hover img {
	opacity: 1;
}



@media screen and (max-width: 787px) {
	section#expert {
		margin: 8vw 0 0 0;
	}
	section#expert .expert_layout .top_expert_layout_back {
		padding-bottom: 2vw;
	}
	section#expert .expert_layout .top_expert_layout_title {
		padding: 10vw 0 0 0;
	}
	section#expert .expert_layout .top_expert_layout_title img {
		height: 10.5vw;
		width: auto;
	}
	section#expert .expert_layout .top_expert_btn_list {
		padding: 2vw 0 0 0;
	}
	section#expert .expert_layout .top_expert_btn_list ul {
		max-width: none;
	}
	section#expert .expert_layout .top_expert_btn_list ul li {
		margin: 0 0 5vw 0;
		width: 43%;
	}
	section#expert .expert_layout .top_expert_btn_list ul li:nth-child(2n) {
		margin-left: 4%;
	}
	section#expert .expert_layout .top_expert_btn_list ul li img {
		width: 100%;
		height: auto;
	}
}
/* ============================ */




/* =トップページ 都道府県・市町村の取り組み== */
section#prefectures_support .prefectures_support_link {
	text-align: center;
	margin: 55px 0 55px 0;
}



@media screen and (max-width: 787px) {
	section#prefectures_support .prefectures_support_link {
		margin: 15vw 0 9vw 0;
	}
	section#prefectures_support .prefectures_support_link img {
		width: 96%;
		height: auto;
	}
}
/* ============================ */




/* =トップページ ボタンリンク2= */
section#link_button2 .link_button2_list {
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	max-width: 800px;
}
section#link_button2 .link_button2_list ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
section#link_button2 .link_button2_list li {
	padding: 0;
	margin: 0 0 30px 0;
	text-align: center;
	width: 33.33%;
}
section#link_button2 .link_button2_list ul > li:last-child {
	margin-right: 0;
}
section#link_button2 .link_button2_list li img {
	width: 240px;
	height: auto;
}



@media screen and (max-width: 787px) {
	section#link_button2 .link_button2_list li {
		width: 43%;
		margin: 2.5vw 0;
	}
	section#link_button2 .link_button2_list li img {
		width: 100%;
		height: auto;
	}
	section#link_button2 .link_button2_list ul > li:nth-child(2n) {
		margin-left: 4%;
	}
}
/* ============================ */




/* =トップページ リンクバナー== */
section#link_banner .link_banner_list {
	margin: 0 auto 0 auto;
	padding: 40px 0 40px 0;
	max-width: 800px;
}
section#link_banner .link_banner_list ul {
	list-style: none;
	padding: 0;
	margin: 0 auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
section#link_banner .link_banner_list li {
	padding: 0;
	margin: 0 15px;
	text-align: center;
}
section#link_banner .link_banner_list ul > li:last-child {
	margin-right: 0;
}
section#link_banner .link_banner_list li a {
	display: inline-block;
	height: 92px;
}
section#link_banner .link_banner_list li a.border_on {
	display: inline-block;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}
section#link_banner .link_banner_list li img {
	height: 100%;
	width: auto;
}



@media screen and (max-width: 787px) {
	section#link_banner .link_banner_list ul {
		flex-direction: column;
	}
	section#link_banner .link_banner_list li {
		margin: 3vw 0;
	}
}
/* ============================ */




/* =トップページ 最下部======== */
section#bottom .bottom_layout {
	background-color: #e4ecf1;
	margin: 0;
	padding: 28px 0 35px 0;
	text-align: center;
}

section#bottom .bottom_logo {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	padding: 0;
}
section#bottom .bottom_logo img {
	width: 320px;
	height: auto;
}

section#bottom .sns_icon {
	list-style: none;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
section#bottom .sns_icon li {
	margin: 0 10px;
}
section#bottom .sns_icon li a img {
	width: 45px;
	height: auto;
}



@media screen and (max-width: 787px) {
	section#bottom .bottom_logo {
		display: block;
		margin: 1vw 0 3.5vw 0;
	}
	section#bottom .bottom_logo img {
		width: 70%;
	}
	section#bottom .sns_icon li a img {
		width: 12vw;
	}
}
/* ============================ */




/* ===フッター ================ */
html body footer {
	background-color: #9fc6d8;
}

html body footer .nav {
	padding: 15px 0 25px 0;
}
html body footer .nav ul {
	list-style: none;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
html body footer .nav ul li {
	padding: 0;
}
html body footer .nav ul li:after {
	content: "";
	display: inline-block;
	border-right: 1px solid #000;
	height: 0.9em;
	vertical-align: middle;
	padding-right: 0.4em;
	margin-right: 0.4em;
	margin-bottom: 0.15em;
}
html body footer .nav ul li:last-child:after {
	content: none;
}
html body footer .nav ul li a {
	color: #000;
}
html body footer .nav ul li a:hover {
	text-decoration: none;
	opacity: 0.6;
}
html body footer .nav ul li.br_li {
	display: none;
}
html body footer .copyright {
	text-align: center;
	color: #000;
}



@media screen and (max-width: 787px) {
	html body footer .nav {
		padding: 3vw 0 4vw 0;
	}
	html body footer .nav ul {
		flex-wrap: wrap;
		font-size: 3.2vw;
	}
	html body footer .nav ul li.br_li {
		display: inherit;
		width: 100%;
		height: 1vw;
		visibility: hidden;
	}
	html body footer .nav ul li.br_li:after {
		content: none;
	}

	html body footer .copyright {
		font-size: 2.5vw;
		padding: 0 0 1vw 0;
	}
}
/* ============================ */





