@charset "utf-8";

/* フォント */
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: url('fonts/NotoSerifJP-SemiBold.woff2') format('woff2'),
                 url('fonts/NotoSerifJP-SemiBold.woff') format('woff'),
                 url('fonts/NotoSerifJP-SemiBold.ttf')  format('truetype'),
                 url('fonts/NotoSerifJP-SemiBold.eot') format('embedded-opentype');
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NotoSansJP-Regular.woff2') format('woff2'),
                 url('fonts/NotoSansJP-Regular.woff') format('woff'),
                 url('fonts/NotoSansJP-Regular.ttf')  format('truetype'),
                 url('fonts/NotoSansJP-Regular.eot') format('embedded-opentype');
}
@font-face {
  font-family: "Cinzel SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url('fonts/Cinzel-VariableFont_wght.woff2') format('woff2'),
                 url('fonts/Cinzel-VariableFont_wght.woff') format('woff'),
                 url('fonts/Cinzel-VariableFont_wght.ttf')  format('truetype'),
                 url('fonts/Cinzel-VariableFont_wght.eot') format('embedded-opentype');
}
@font-face {
  font-family: "Helvetica Bold";
  font-style: normal;
  font-weight: 700;
  src: url('fonts/Helvetica-Bold-Font.woff2') format('woff2'),
                 url('fonts/Helvetica-Bold-Font.woff') format('woff'),
                 url('fonts/Helvetica-Bold-Font.ttf')  format('truetype'),
                 url('fonts/Helvetica-Bold-Font.eot') format('embedded-opentype');
}

/* 全体設定 */
html{
	line-height: inherit;
}
body{
	background-color: #fff;
	font-family: "Noto Sans JP", "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}
main{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
main.top{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
main section .inner {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
main.top section .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
main.top .sec01 .inner{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
main.top #approach .inner{
	padding: 0;
}
main p a{
	color: #4069A9;
	border-bottom: 1px solid;
}
main a:hover{
	opacity: 0.6;
}
main img{
	max-width: 100%;
	height: auto;
}
main p{
	font-size : 16px;
	line-height : 28px;
	letter-spacing : 1.12px;
	color : #4E4E4E;
	margin-bottom: 1rem;
}
.sec01{
	margin: 0-200%;
	padding: 20px 200%;
	background-color: #DAE7F0;
}
.object_fit_img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.f_right{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.f_left{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.cb{
	clear: both;
}
.pc1{
	display: block;
}
.sp1{
	display: none;
}
@media screen and (max-width: 768px){
	main{
		margin-bottom: 0;
	}
	.pc1{
		display: none;
	}
	.sp1{
		display: block;
	}
}
@media screen and (max-width: 500px){
	main section .inner{
	/*	padding-top: 50px; */
	}
}

/*ヘッダー */
header img{
	width: 100%;
	height: auto;
}
header img:hover{
	opacity: 0.6;
}
.header_top{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position:relative;
	z-index: 1;
	padding: 20px;
}
.logo_img img{
	max-width: 311px;
	width: 100%;
	height: auto;
}
.logo_btn{
	display: flex;
	flex-wrap: nowrap;
}
.logo_btn01, .logo_btn02{
	margin: 0 10px;
}
.logo_btn01 img{
	max-width: 281px;
	width: 100%;
	height: auto;
}
.logo_btn02 img{
	max-width: 322px;
	width: 100%;
	height: auto;
}
.gnavi{
	display:flex;
	flex-wrap: nowrap;
	font-family : "Noto Sans JP";
	font-size : 16px;
	line-height : 30.2px;
	letter-spacing : 4.64px;
	color : #4E4E4E;
	height: 60px;
	text-align: center;
	border-top: 1px solid #7E8080;
	border-bottom: 1px solid  #7E8080;
}
.gnavi span{
	margin-left: 50px;
}
.gnavi01, .gnavi02, .gnavi03, .gnavi04, .gnavi05, .gnavi06 {
	width: 20%;
	position: relative;
	font-size: 16px;
	letter-spacing: 2.88px;
	color: #333333;
	z-index: 1;
	line-height: 60px;
	margin: auto;
}
.gnavi01, .gnavi02, .gnavi03, .gnavi04, .gnavi05{
	border-right: 1px solid #7E8080;
}
.gnavi01::before, .gnavi02::before, .gnavi03::before, .gnavi04::before, .gnavi05::before{
	position: absolute;
	border-right: 1px solid #fff;
	content: "";
	display: block;
	height: 15px;
	top: 0;
	right: -1px;
}
.gnavi01::after, .gnavi02::after, .gnavi03::after, .gnavi04::after, .gnavi05::after {
	position: absolute;
	border-right: 1px solid #fff;
	content: "";
	display: block;
	height: 15px;
	bottom: 1px;
	right: -1px;
}
.gnavi01 a::before {
	position: absolute;
	content: '';
	background-image: url(/img/gnavi01_icon.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 31px;
	bottom: 12px;
	background-size: contain;
}
.gnavi02 a::before {
	position: absolute;
	content: '';
	background-image: url(/img/gnavi02_icon.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 31px;
	bottom: 12px;
	background-size: contain;
}
.gnavi03 a::before {
	position: absolute;
	content: '';
	background-image: url(/img/gnavi03_icon.png);
	background-repeat: no-repeat;
	width: 34px;
	height: 31px;
	bottom: 15px;
	background-size: contain;
	font-size: 14px;
}
.gnavi04 a::before {
	position: absolute;
	content: '';
	background-image: url(/img/gnavi04_icon.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 31px;
	bottom: 15px;
	background-size: contain;
}
.gnavi05 a::before {
	position: absolute;
	content: '';
	background-image: url(/img/gnavi05_icon.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 31px;
	bottom: 12px;
	background-size: contain;
}
.gnavi06 a::before {
	position: absolute;
	content: '';
	background-image: url(/img/gnavi06_icon.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 31px;
	bottom: 12px;
	background-size: contain;
}
.gnavi a:hover{
	opacity: 0.6;
}
@media screen and (max-width: 1250px){
	.gnavi{
		flex-wrap: wrap;
		height: 120px;
	}
	.gnavi01, .gnavi02, .gnavi03, .gnavi04, .gnavi05, .gnavi06{
		width: 33.33333%;
	}
	.gnavi03, .gnavi03::before, .gnavi03::after{
		border-right: inherit;
	}
}
@media screen and (max-width: 768px){
	.logo_img img{
		width: 80%;
	}
	.header_top{
		padding-top: 10px;
		padding-bottom: 0;
	}
}
@media screen and (max-width: 680px){
	.gnavi{
		height: 180px;
	}
	.gnavi01, .gnavi02, .gnavi03, .gnavi04, .gnavi05, .gnavi06{
		width: 50%;
	}
	.gnavi02, .gnavi04, .gnavi06,
	.gnavi02::before, .gnavi04::before, .gnavi06::before,
	.gnavi02::after, .gnavi04::after, .gnavi06::after{
		border-right: inherit;
	}
	.gnavi03{
		border-right: 1px solid #7E8080;
	}
	.gnavi03::before{
		position: absolute;
		border-right: 1px solid #fff;
		content: "";
		display: block;
		height: 15px;
		top: 0;
		right: -1px;
	}
	.gnavi03::after{
		position: absolute;
		border-right: 1px solid #fff;
		content: "";
		display: block;
		height: 15px;
		bottom: 0px;
		right: -1px;
	}
}
@media screen and (max-width: 500px){
	.gnavi{
		height: 360px;
	}
	.gnavi01, .gnavi02, .gnavi03, .gnavi04, .gnavi05, .gnavi06{
		width: 100%;
	}
	.gnavi01, .gnavi03, .gnavi05,
	.gnavi01::before, .gnavi03::before, .gnavi05::before,
	.gnavi01::after, .gnavi03::after, .gnavi05::after{
		border-right: inherit;
	}
}

/* ハンバーガーメニュー */
.mm-navbar.mm-navbar_sticky{
	display: none;
}
a.mm-navbar__title {
	background-color: #fff;
}
div#mm-1 {
	background-color: #fff;
}
li.mm-listitem {
    background-repeat: no-repeat;
    background-color: #4B80AB;
}
ul li.mm-listitem:after{
	border-color: #FFF;
	left: 0;
}
ul li ul li ul li.mm-listitem:after{
	border-color: #EDEDED;
	left: 0;
}
.mm-listitem_vertical>.mm-panel{
	padding: 0!important;
}
a.mm-listitem__text {
    font-family: "源ノ角ゴシック JP";
}
.mm-menu ul li a.mm-listitem__text{
	padding-top: 15px;
	color: #fff;
}
.mm-menu ul li a.mm-listitem__text{
	padding-left: 60px;
}
.mm-menu ul li ul li a.mm-listitem__text{
	color: #333;
	padding-left: 25px;
}
.mm-menu ul li.li_img  a.mm-listitem__text{
	padding:0;
}
a.mm-btn.mm-btn_next.mm-listitem__btn {
	padding-left: 0;
	border-left: 0;
	height: 52.8px;
	background-color: #4B80AB;
}
li.li_guide::before {
	position: absolute;
	content: '';
	background-image: url(/img/li01.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	top: 12px;
	left: 15px;
}
li.li_guide a{
	position: relative;
}
li.li_guide li a.mm-listitem__text::after{
	content: '';
}
li.li_patient::before {
    position: absolute;
    content: '';
    background-image: url(/img/li02.png);
    background-size: contain;
	background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 15px;
}
li.li_patient a{
	position: relative;
}
li.li_patient li a.mm-listitem__text::after{
	content: '';
}
li.li_medicalinfo::before {
    position: absolute;
    content: '';
    background-image: url(/img/li03.png);
    background-size: contain;
	background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 15px;
}
li.li_medicalinfo a{
	position: relative;
}
li.li_medicalinfo li a.mm-listitem__text::after{
	content: '';
}
li.li_dmc::before {
    position: absolute;
    content: '';
    background-image: url(/img/li04.png);
    background-size: contain;
	background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 15px;
}
li.li_dmc a{
	position: relative;
}
li.li_dmc li a.mm-listitem__text::after{
	content: '';
}
li.li_nurse::before {
    position: absolute;
    content: '';
    background-image: url(/img/li05.png);
    background-size: contain;
	background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 15px;
}
li.li_nurse a{
	position: relative;
}
li.li_nurse li a.mm-listitem__text::after{
	content: '';
}
li.li_recruit::before {
    position: absolute;
    content: '';
    background-image: url(/img/li06.png);
    background-size: contain;
	background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 17px;
}
li.li_recruit a{
	position: relative;
}
li.li_recruit li a.mm-listitem__text::after{
	content: '';
}
li.li_single{
	font-size: 15px;
}
li.li_single a{
	padding-left: 50px;
	padding-bottom: 0;
}
li.li_single::before{
    position: absolute;
}
li.li_single.mm-listitem::after{
	border-bottom:0;
}
li.li_img a{
	padding: 0;
}
li.li_img a.li_nb{
	border-left: 0;
}
li.li_img img{
	width: 100%;
	height: auto;
}
li.li_img::before{
	content: '';
}
.li_img.no_b a.mm-listitem__text,.li_img.no_b.mm-listitem:after{
	border: 0;
}
li.li_img.no_b.mm-listitem a.mm-listitem__text{
	padding-top: 0;
}
ul.mm-listview li ul li{
	background-color: #DEEBF4;
	font-family : "源ノ角ゴシック JP";
	color : #fff;
	font-size: 15px;
}
ul.mm-listview li ul li a.mm-btn.mm-btn_next.mm-listitem__btn{
	background-color: #DEEBF4;
}
ul.mm-listview li ul li ul li{
	background-color: #EFF5FB;
	color: #376480;
}
.menu-btn{
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
}
.openbtn1{
    position: relative;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-color: #4069A4;
}
.openbtn1 span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 18px;
	height: 4px;
	border-radius: 2px;
	background: #FFFFFF;
	width: 50%;
  }
.openbtn1 span:nth-of-type(1) {
  top:20px;
}
.openbtn1 span:nth-of-type(2) {
  top:32.5px;
}
.openbtn1 span:nth-of-type(3) {
  top:46px;
}
.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.openbtn1 p{
	margin-bottom: 0;
}
.lead{
  margin:20px 0 0 0;
}
.btn-block{
  width:200px;
  padding: 30px;
}
ul li .mm-btn:after, ul li .mm-btn:before{
	border-color: #fff;
}
ul li ul li .mm-btn:after, ul li ul li .mm-btn:before{
	border-color: #333;
}
a:hover.mm-listitem__text {
    opacity: 0.7;
}
@media screen and (max-width: 440px){
	#menu.mm-menu_offcanvas{
		width: 90%;
	}
	.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{
		-webkit-transform: translate3d(-90vw,0,0)!important;
	    transform: translate3d(-90vw,0,0)!important;
	}
}

/* スライダー */
li.slick-slide {
	margin:30px 20px;
}
li.slick-slide img {
	border-radius: 20px;
	border: 2px solid #E9E9E9;
}
.slick-prev, .slick-next{
	width: 53px;
	height: 53px;
}
button.slick-prev.slick-arrow{
	left: calc(50% - 450px);
    z-index: 1;
}
button.slick-next.slick-arrow{
	right: calc(50% - 450px);
}
.slick-prev::before {
    content: url(/images/previous_arrow.png);
}
.slick-next::before {
    content: url(/images/next_arrow.png);
}
.slick02 .slick-initialized .slick-slide{
	margin: auto;
}
.slick02 li.slick-slide img {
	border-radius: 0;
	border: inherit;
	margin: auto;
}
.footer-banner .inner .slick02 .slick-dots{
	display:none;
}
.footer-banner .inner .slick02.slick-dotted.slick-slider{
	margin-bottom: 0;
}
/*
@media screen and (max-width: 1300px){
	button.slick-prev.slick-arrow{
		left: 19%;
	}
	button.slick-next.slick-arrow{
		right: 19%;
	}
}
*/
@media screen and (max-width: 1100px){
	.footer-banner .inner .slick02 .slick-dots{
		position: absolute;
	    bottom: -25px;
	    display: block;
	    width: 100%;
	    padding: 0;
	    margin: 0;
	    list-style: none;
	    text-align: center;
	}
	.footer-banner .inner .slick02.slick-dotted.slick-slider{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 960px){
	li.slick-slide {
		margin:20px;
	}
	button.slick-prev.slick-arrow{
		left: 4%;
	}
	button.slick-next.slick-arrow{
		right: 4%;
	}
}
@media screen and (max-width: 768px){
	li.slick-slide img {
		border-radius: 10px;
	}
}

/* トップページ */
.covid_outer{
	border: 1px solid #CB692E;
	font-family: "Noto Serif JP";
	position: relative;
	margin: 50px 0;
}
.covid_outer::before{
	content: '';
	position: absolute;
	background-color: #EEE5A7;
	width: 30px;
	height: 100%;
	right:0;
	top: 0;
}
.covid_outer::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 600;
	color: #CB692E;
	right: 10px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.covid_inner{
	display: flex;
	flex-wrap: nowrap;
	padding: 22px;
}
.covid_img{
	padding: 0 20px;
}
.covid_img img{
	width:96px;
	height: auto;
}
.covid_desc{
	width: calc(100% - 150px);
}
.covid_title{
	color: #CB692E;
	font-size: 28px;
	letter-spacing : 0.84px;
}
.covid_title a{
	display: block;
}
.covid_text{
	font-size : 16px;
	line-height : 36px;
	color : #4E4E4E;
}
.outer01{
	background-color: #4069A0;
    min-height: 200px;
    display: flex;
    flex-wrap: nowrap;
}
.address01{
	background-image: url(/img/address01_bg.png);
    width: 100vw;
    min-height: 200px;
    display: flex;
    background-position: center center;
}
.address01_inner{
	max-width: 560px;
	width: 100%;
	min-height: 120px;
	margin: auto;
	display: flex;
	align-items: center;
}
.address01_middle{
	background-color: #fff;
	width: 100%;
}
.address01_inner dl{
	display: flex;
	max-width: 500px;
	flex-wrap: wrap;
	margin: 23px;
}
.address01_inner dt{
	width: 100px;
	position: relative;
	padding-left: 10px;
	font-size: 16px;
	letter-spacing: inherit;
}
.address01_inner dt::before{
	position: absolute;
	content: '';
	width: 3px;
	height: 20px;
	background-color: #40699F;
	left: 0;
	top: 2px;
}
.address01_inner dd{
	max-width: 400px;
	width: 100%;
	font-size: 16px;
	letter-spacing: inherit;
}
.search01{
	width: 100vw;
}
.search01_fx{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.search01 a:hover,
.search01 .btn01:hover:before, .search01 .btn01:hover:after,
.search01 .btn02:hover:before, .search01 .btn02:hover:after,
.search01 .btn03:hover:before, .search01 .btn03:hover:after{
	opacity: 0.6;
}
.search01 .btn01{
	max-width: 560px;
	width: 100%;
	height: 50px;
	background-color: #fff;
	margin: 40px auto 20px;
	position: relative;
}
.search01 .btn02{
	max-width: 270px;
	width: 100%;
	height: 50px;
	background-color: #fff;
	position: relative;
}
.search01 .btn03{
	max-width: 270px;
	width: 100%;
	height: 50px;
	background-color: #fff;
	margin-left: 20px;
	position: relative;
}
.search01 .btn01 a,.search01 .btn02 a,.search01 .btn03 a{
	display: block;
	height: 50px;
}
.search01 .btn01::before, .search01 .btn02::before, .search01 .btn03::before{
    content: '';
    position: absolute;
    background-color: #EEE5A7;
    width: 30px;
    height: 100%;
    right: 0;
    top: 0;
}
.search01 .btn01::after, .search01 .btn02::after, .search01 .btn03::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 600;
	right: 10px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	color: #4069A0;
	font-size: 20px;
}
.search01 .btn01 span, .search01 .btn02 span, .search01 .btn03 span{
	line-height: 50px;
	padding-left: 60px;
	position: relative;
}
.search01 .btn01 span::before{
	position: absolute;
	content: '';
	background-image: url(/img/search01.png);
	background-repeat: no-repeat;
	width: 29px;
	height: 29px;
	top: 0;
	bottom: 0;
	left: 20px;
}
.search01 .btn02 span::before{
	position: absolute;
	content: '';
	background-image: url(/img/search02.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 30px;
	top: -2px;
	bottom: 0;
	left: 20px;
}
.search01 .btn03 span::before{
	position: absolute;
	content: '';
	background-image: url(/img/search03.png);
	background-repeat: no-repeat;
	width: 27px;
	height: 23px;
	top: 0;
	bottom: 0;
	left: 20px;
}
#important{
	margin-bottom: 50px;
}
.important_inner{
	border: 1px solid #D2D5D7;
	border-radius: 20px;
	padding: 20px 0 20px;
}
.important_title{
	font-size : 28px;
	letter-spacing : 0.84px;
	color : #CB692E;
	padding-left: 90px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D2D5D7;
}
.important_title span{
	position: relative;
}
.important_title span::before{
	content:'';
	position: absolute;
	background-image: url(/img/important_icon.png);
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	left: -40px;
	top: 6px;
}
.important_info{
	padding: 20px 50px 10px;
}
.important_info a{
	display: block;
}
.important_info ul{
	display: flex;
	flex-wrap: nowrap;
}
.important_info ul li{
	margin: 5px 0;
	font-size: 16px;
	letter-spacing: inherit;
	line-height: inherit;
}
.important_info ul li.day{
	position: relative;
}
.important_info ul li.day::after{
	content: '･･････';
	margin-left: 20px;
	margin-right: 10px;
}
@media screen and (max-width: 1250px){
	.outer01{
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 50px;
	}
	.address01{
		max-width: 100%;
	}
}
@media screen and (max-width: 768px){
	.covid_title{
		font-family: "Noto Sans JP";
		font-size: 20px;
		font-weight: 600;
	}
	.covid_img{
		padding-left:0;
	}
	.covid_outer::before{
		background-color:#CF692E;
	}
	.covid_outer::after{
		color: #fff;
	}
	.important_inner{
		border-radius: 10px;
	}
	.important_title{
		text-align: center;
		padding-left: 30px;
		font-size:21px;
	}
	.important_title span::before{
		width: 21px;
		height: 21px;
		background-size: cover;
		left: -30px;
	}
	.important_info {
		padding: 20px;
	}
	.important_info ul{
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 600px){
	.outer01{
		padding-bottom: 0;
	}
	.address01_inner{
		margin: 20px;
	}
	.address01_inner dd{
		margin-bottom: 10px;
	}
	.search01{
		margin: 20px;
	}
	.search01 .btn01{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.search01_fx{
		flex-wrap: wrap;
	}
	.search01 .btn02{
		max-width: 560px;
		margin-bottom: 10px;
	}
	.search01 .btn03{
		max-width: 560px;
		margin-left: 0;
	}
}
@media screen and (max-width: 415px){
	.important_info ul li.day::after{
		content: '････････････････････････';
	}
}
@media screen and (max-width: 370px){
	.important_info ul li.day::after{
		content: '･･････';
	}
}

/* サイドバー */
.side-menu-toggle{
	position: relative;
	font-size: 18px;
	letter-spacing: 2.34px;
	color: #4069A0;
	background-color: #DAE7F0;
	padding: 20px;
	display: block;
	border-radius: 10px 0;
}
.side-menu-toggle::before{
	content: '';
	position:absolute;
	background-color: #4069A0;
	height: 40px;
	width: 4px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

ul.side-menu li{
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	letter-spacing: 1.4px;
	color: #333333;
	padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px dotted #B3B3B3;
    padding-right: 30px;
}
ul.side-menu li:first-child{
	border-top:2px dotted rgba(0, 0, 0, 0);
}
ul.side-menu li:last-child{
	border-bottom:2px dotted #B3B3B3;
}
ul.side-menu li::before{
	content: '';
	position: absolute;
	border-bottom: 2px dotted #B3B3B3;
	width: 0;
	left: 0;
	z-index: 1;
	top:0;
}

ul.side-menu li::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 600;
	right: 15px;
	top: 20px;
	display: flex;
	align-items: center;
	color: #4069A0;
	font-size: 20px;
}

ul.side-menu  li a{
	position:relative;
}
/*
ul.side-menu  li a::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 600;
	right: 10px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	color: #4069A0;
	font-size: 20px;
}
*/
ul.side-menu  li.plus{
	position:relative;
}
ul.side-menu  li.plus::after{
	position:absolute;
	font-family: "Font Awesome 5 Free";
    content: '\f067';
	font-weight: 600;
	right: 12px;
	top: 20px;
	display: flex;
	align-items: center;
	color: #4069A0;
	font-size: 18px;
}
ul.side-menu  li.plus.open::after{
	content: '\f068';
}
ul.side-menu  li.target{
	position:relative;
}
ul.side-menu  li.target::after{
	position:absolute;
	content: url(/img/target_icon.png);
	right: 10px;
}
ul.side-menu ul.side-menu-child{
	display:none;
	margin-left: -20px;
    margin-right: -30px;
}
ul.side-menu ul.side-menu-child li a::after{
	content: none;
}
ul.side-menu li ul.side-menu-child li{
	position: relative;
	background-color: #EBEBEB;
	background-position-x: inherit;
}
ul.side-menu li ul.side-menu-child li a{
	padding-right: 0;
}
ul.side-menu li ul.side-menu-child li:first-child{
	margin-top: 20px;
	border-top:2px dotted #B3B3B3;
}
ul.side-menu li ul.side-menu-child li:last-child{
	margin-bottom: -20px;
	border-bottom:0;
}
ul.side-menu li ul.side-menu-child li::before{
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	top: 0;
}
ul.side-menu li ul.side-menu-child li::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 600;
	right: 15px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	color: #4069A0;
	font-size: 20px;
}
.side-menu li a.current{
	background: linear-gradient(transparent 70%, #F1E8AA 90%);
}

/* 2カラムページ */
.main-visual{
	background-image: url(/img/eyecatch_title_bg.png);
	height: 225px;
	display: flex;
	text-align: center;
	background-position: center center;
    background-size: cover;
	margin: 0 -12.5%;
	padding: 0 12.5%;
}
.main-visual h1{
	font-family: "Noto Serif JP";
	font-size : 48px;
	letter-spacing : 3.84px;
	color : #333333;
	position: relative;
}
.content-box {
    width: calc(100% - 350px);
    padding: 20px 0 20px 10px;
}
.side-box {
	float: right;
    width: 320px;
    padding: 20px 15px 40px 0;
    counter-reset: side-li1;
    margin-top: 60px;
}
@media screen and (max-width: 1000px){
	.inner .content{
		display: flex;
		flex-wrap: wrap-reverse;
		width: 100%;
	}
	.side-box{
		float: inherit;
		width: 100%;
		padding: 0;
		margin-top:20px;
		margin-bottom: 20px;
	}
	.content-box{
		width: 100%;
		padding: 0;
	}
}
@media screen and (max-width: 768px){
	.main-visual h1{
		font-size: 36px;
	}
}
@media screen and (max-width: 500px){
	.main-visual h1{
		font-size: 30px;
	}
}

/* パンくずリスト */
.breadcrumbs{
	display: flex;
	flex-wrap: wrap;
	background-color: #FAFAFA;
	border-bottom: 1px solid #DAE2E8;
	z-index: 1;
	font-size : 14px;
	letter-spacing : 2.52px;
	color : #333333;
	padding: 15px 10px;
	/*background-image: url(/img/eyecatch_img.png);
	height: 225px; */
	background-position: center center;
    background-size: cover;
	margin: 0 -12.5%;
	padding: 0 12.5%;
}
.breadcrumbs a:hover{
	opacity: 0.6;
}
.breadcrumbs-list{
	position: absolute;
	top: 20px;
	display: flex;
	justify-content: center;
	font-size: 16px;
}
.breadcrumbs-list li{
	position: relative;
}
.breadcrumbs-list li::after{
	content: '/';
	margin: 0 10px;
}
.breadcrumbs-list li:last-child:after{
	content: none;
}
@media screen and (max-width: 768px){
	.breadcrumbs{
	/*	height: 15.7vw; */
	}
}

/* ページネーション */
.pagenation {
	margin: auto;
	padding-top: 50px;
	text-align: center;
}
.prev {
	font-family: "Noto Sans JP";
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2.34px;
	color: #333333;
	position: relative;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid;
	margin-right: 30px;
	padding-right: 5px;
}
.prev::before{
	font-family: "Font Awesome 5 Free";
	content: '\f104';
	font-weight: 600;
	position: absolute;
	left: 0;
}
.next{
	font-family: "Noto Sans JP";
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2.34px;
	color: #333333;
	position: relative;
	padding-right: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid;
	margin-left: 30px;
	padding-left: 5px;
}
.next::after{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 600;
	position: absolute;
	right: 0;
}
.page_num {
	font-family: "Noto Sans JP";
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid;
	margin-left: 10px;
	margin-right: 10px;
}
.page_num.current{
	color: #4069A9;
}
.prev{
	max-width: 80px;
	height: 40px;
}
.prev::before{
	top: 5px;
}
.next{
	max-width: 80px;
	height: 40px;
}
.next::after{
	top: 5px;
}
.prev.disabled,
.prev.disabled:hover,
.next.disabled,
.next.disabled:hover{
	border-bottom: none;
	width: 67px;
}
.prev.disabled::before,
.prev.disabled:hover::before,
.next.disabled::after,
.next.disabled:hover::after{
	content: none;
}
.prev.disabled button,
.prev.disabled:hover button,
.next.disabled button,
.next.disabled:hover button{
	display: none;
}
.pagenation{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.page_num_flex{
	display: flex;
	flex-wrap: nowrap;
}
.page_num_flex li{
    font-family: "Noto Sans JP";
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid;
    margin-left: 10px;
    margin-right: 10px;
    height: 40px;
}
.page_num_flex li.current{
	color: #4069A9;
}
.page_num_flex li:hover, .prev:hover, .next:hover{
	opacity: 0.6;
}
@media screen and (max-width: 768px){
	.prev {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 2.14px;
		padding-left: 15px;
		padding-bottom: 4px;
		border-bottom: 2px solid;
		margin-right: 10px;
		padding-right: 4px;
	}
	.next{
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 2.14px;
		padding-right: 15px;
		padding-bottom: 4px;
		border-bottom: 2px solid;
		margin-left: 10px;
		padding-left: 4px;
	}
	.page_num {
		font-size: 16px;
		line-height: 24px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 4px;
		border-bottom: 2px solid;
		margin-left: 5px;
		margin-right: 5px;
	}
}

/* 見出し */
.s_border::before{
	position: absolute;
	content: '';
	height: 1px;
	background-color: #4E4E4E;
	left: -1010px;
	width: 1000px;
	top:0;
	bottom:0;
	margin: auto;
}
.s_border::after{
	position: absolute;
	content: '';
	height: 1px;
	background-color: #4E4E4E;
	right: -1010px;
	width: 1000px;
	top:0;
	bottom:0;
	margin: auto;
}
h1.s_title{
	font-family : "Noto Serif JP";
	font-size : 28px;
	line-height : 1.7;
	letter-spacing : 0.84px;
	color : #4E4E4E;
	text-align: center;
	padding: 60px 50px 50px;
	border-left: 10px solid;
	border-right: 10px solid;
	position: relative;
	margin-top: 10px;
	margin-bottom: 40px;
}
.s_title::before {
	position: absolute;
	content: '';
	width: 9px;
	height: calc(100% - 2px);
	left: -9px;
	top: 1px;
	background-color: #DCE9F2;
}
.s_title::after{
	position: absolute;
	content: '';
	width: 9px;
	height: calc(100% - 2px);
	right: -9px;
	top: 1px;
	background-color: #DCE9F2;
}
.s_flex {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}
.s_date{
	font-family: "Noto Sans JP";
	font-size: 18px;
	color: #4E4E4E;
	margin-right: 10px;
}
.s_cat {
	font-family: "Noto Sans JP";
	font-size: 16px;
	letter-spacing: 1.6px;
	color: #4E4E4E;
	background-color: #fff;
	left: 10px;
	top: -1px;
	position: relative;
	padding-top: 3px;
	padding-left: 15px;
	border-radius: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
}
.s_breadcrumbs {
	font-family: "Noto Sans JP";
	font-size: 16px;
	letter-spacing: 1.28px;
	color: #4E4E4E;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.c_breadcrumbs ,.m_breadcrumbs{
	font-family: "Noto Sans JP";
	font-size: 16px;
	line-height: 30.2px;
	letter-spacing: 1.28px;
	margin-top: 20px;
	color: #4E4E4E;
}
h1.category_title{
	font-family: "Noto Serif JP";
	font-size : 48px;
	letter-spacing : 3.84px;
	color : #333333;
	margin: auto;
	margin-top: 20px;
	line-height: 70px;
}
main h2{
	font-family : "Noto Serif JP";
	font-size : 34px;
	letter-spacing : 1.02px;
	color : #4E4E4E;
	position: relative;
	margin: 70px 0 35px;
}
main h2::before {
	content: '';
	height: 1px;
	background-color: #4E4E4E;
	position: absolute;
	left: -1040px;
	width: 1000px;
	top: 21px;
}
main h2::after {
	content: '';
	background-image: url(/img/h2_icon.png);
	width: 35px;
	height: 34px;
	position: absolute;
	left: -50px;
	top: 7px;
}
main h2.top_h2{
	font-family: "Cinzel SemiBold";
}
main h2.top_h2 span{
	font-family: "Noto Sans JP";
	font-size : 18px;
	letter-spacing : 0.54px;
	margin-left: 10px;
}
main h3 {
	font-family: "Noto Serif JP";
	font-size: 28px;
	letter-spacing: 0.84px;
	color: #FFFFFF;
	background-color: #4069A9;
	width: 100%;
	padding: 20px 40px 20px 40px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
}
main h3::after {
	position: absolute;
	bottom: -15px;
	left: 40px;
	width: 0;
	height: 0;
	content: '';
	border-width: 15px 10px 0 10px;
	border-style: solid;
	border-color: #4069A9 transparent transparent transparent;
}
main h4 {
	font-family: "Noto Serif JP";
	font-size: 24px;
	letter-spacing: 0.72px;
	color: #4069A9;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #E3F0F9;
	padding: 16px 40px 10px 40px;
	border-bottom: 1px solid;
	position: relative;
}
main h4::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 100%;
	background-color: #89A2CA;
	left: 0;
	top: 0;
	z-index: 1;
}
main h4::after {
    position: absolute;
    content: '';
    width: 6px;
    height: calc(100% - 30px);
    background-color: #4069A9;
    left: 0;
    top: 31px;
    z-index: 1;
}
main h5 {
	font-family: "Noto Serif JP";
	font-size: 22px;
	letter-spacing: 0.66px;
	color: #4E4E4E;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	border-top: 1px solid #89A2CA;
	border-bottom: 1px solid #89A2CA;
	padding: 13px 40px 10px 40px;
}
main h5::before {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	border: 1px solid #89A2CA;
	left: 6px;
	top: 25px;
}
main h5::after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	border: 1px solid #95c1b0;
	left: 0;
	top: 20px;
}
main h6{
	font-family : "Noto Serif JP";
	font-size : 22px;
	letter-spacing : 0.66px;
	color : #4E4E4E;
	margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #4E4E4E;
    padding: 0 40px 3px 40px;
    position: relative;
}
main h6::before{
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	border: 1px solid #89A2CA;
	border-radius: 50%;
	left: 6px;
	top: 10px;
}
@media screen and (max-width: 1300px){
	main h2 {
		margin: 52.5px 0 26.25px 50px;
	}
}
@media screen and (max-width: 768px){
	.s_breadcrumbs {
		font-size: 14px;
	}
	h1.category_title{
		font-size : 36px;
		letter-spacing : 2.88px;
		margin-top: 15px;
		line-height: 52.5px;
	}
	h1.s_title{
		font-size : 21px;
		letter-spacing : 0.6375px;
		padding: 40px 30px;
	}
	main{
		padding: 0 20px;
	}
	main h2{
		font-size : 24px;
		letter-spacing : 0.756px;
	}
	main h2::before {
		top: 14px;
	}
	main h2::after {
		top: 0;
	}
	main h2.top_h2{
		display: grid;
		flex-wrap: wrap;
		margin-top: 50px;
		white-space: inherit;
		font-size: 29px;
	}
	main h2.top_h2 span{
		margin-left: 0;
		font-size: 16px;
		margin-top: -10px;
	}
	main h2.top_h2::before {
		top: 21px;
	}
	main h2.top_h2::after {
		top: 7px;
	}
	main h3 {
		font-size: 21px;
		letter-spacing: 0.63px;
		padding: 15px 30px 15px 30px;
		margin-top: 22.5px;
		margin-bottom: 37.5px;
	}
	main h3::after {
		bottom: -11.25px;
		left: 30px;
		border-width: 11.25px 7.5px 0 7.5px;
	}
	main h4 {
		font-size: 18px;
		letter-spacing: 0.54px;
		margin-top: 22.5px;
		margin-bottom: 22.5px;
		padding: 12px 30px 7.5px 30px;
	}
	main h4::before {
		width: 4.5px;
	}
	main h4::after {
	    width: 4.5px;
	    height: calc(100% - 22.5px);
	    top: 23.25px;
	}
	main h5 {
		font-size: 16.5px;
		letter-spacing: 0.495px;
		margin-top: 15px;
		margin-bottom: 15px;
		padding: 9.75px 30px 7.5px 30px;
	}
	main h5::before {
		width: 9px;
		height: 9px;
		left: 4.5px;
		top: 18.75px;
	}
	main h5::after {
		width: 9px;
		height: 9px;
		top: 15px;
	}
	main h6{
		font-size : 16.5px;
		letter-spacing : 0.495px;
		margin-top: 15px;
	    margin-bottom: 15px;
	    padding: 0 30px 2.25px 30px;
	}
	main h6::before{
		width: 9px;
		height: 9px;
		left: 4.5px;
		top: 7.5px;
	}
}

/* 画像関連 */
.wide_img{
	max-width: 1080px;
	max-height: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.wide_img img{
	max-width: 1080px;
	max-height: 500px;
	object-fit: cover;
	border-radius: 20px;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px){
	.wide_img{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.wide_img img{
		border-radius: 10px;
	}
}

/* slickボタン */
.slick_btn {
	display: flex;
	flex-wrap: nowrap;
	position: absolute;
	width: 100%;
	top: -40px;
	z-index: 2;
	left: 80%;
}
.slick_btn div{
	margin: 10px;
}
.slick_btn a:hover{
	opacity: 0.6;
}
@media screen and (max-width: 768px){
	.slick_btn {
		left: 65%;
	}
}
@media screen and (max-width: 415px){
	.slick_btn {
		left: 50%;
	}
}

/* 4列画像ボタン */
.block_four_outer{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 10px;
	margin-top: 20px;
}
.block_four_outer a{
	margin-bottom: 20px;
}
.block_four_inner{
	max-width: 288px;
	width: 100%;
	margin: 10px;
	position: relative;
	height: 100%;
	background-color: #fff;
}
.block_four_inner::before{
	position: absolute;
	content: '';
	background-color: #EEE5A7;
	height: 30px;
	width: 100%;
	bottom: 0;
    z-index: 1;
}
.block_four_inner::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4069A0;
	z-index: 1;
	left: 0;
    right: 0;
    bottom: 5px;
}
.block_four_img01{
	position: relative;
}
.block_four_img01::before{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 105px;
	height: 105px;
	border-radius: 105px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -52.5px;
}
.block_four_img01::after{
	position: absolute;
	content: '';
	background-image: url(/images/sec01_icon01.png);
	width: 48px;
	height: 62px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -31px;
	z-index: 1;
}
.block_four_img01 img{
	width: 100%;
}
.block_four_img02{
	position: relative;
}
.block_four_img02::before{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 105px;
	height: 105px;
	border-radius: 105px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -52.5px;
}
.block_four_img02::after{
	position: absolute;
	content: '';
	background-image: url(/images/sec01_icon02.png);
	width: 56px;
	height: 54px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -27px;
	z-index: 1;
}
.block_four_img02 img{
	width: 100%;
}
.block_four_img03{
	position: relative;
}
.block_four_img03::before{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 105px;
	height: 105px;
	border-radius: 105px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -52.5px;
}
.block_four_img03::after{
	position: absolute;
	content: '';
	background-image: url(/images/sec01_icon03.png);
	width: 53px;
	height: 57px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -28.5px;
	z-index: 1;
}
.block_four_img03 img{
	width: 100%;
}
.block_four_img04{
	position: relative;
}
.block_four_img04::before{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 105px;
	height: 105px;
	border-radius: 105px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -52.5px;
}
.block_four_img04::after{
	position: absolute;
	content: '';
	background-image: url(/images/sec01_icon04.png);
	width: 52px;
	height: 40px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -20px;
	z-index: 1;
}
.block_four_img04 img{
	width: 100%;
}
.block_four_desc{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 52.5px;
	background-color: #fff;
	position: relative;
}
.block_four_title{
	font-family: "Noto Serif JP";
	font-size : 23px;
	letter-spacing : 0.69px;
	color : #4E4E4E;
}
.block_four_text{
	font-size : 16px;
	line-height : 24px;
	letter-spacing : 0.98px;
	color : #4E4E4E;
	padding: 20px;
	padding-bottom: 30px;
}
@media screen and (max-width: 1270px){
	.block_four_outer{
		max-width: 930px;
		margin: auto;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 960px){
	.block_four_outer{
		max-width: 620px;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 768px){
/*
	.block_four_outer{
		max-width: 100%;
	}
	.block_four_inner{
		width: 100%;
		max-width: 100%;
		display: flex;
		margin-right: 20px;
		margin-top: 100px;
	}
	.block_four_img01,
	.block_four_img02,
	.block_four_img03,
	.block_four_img04{
		width: 100%;
	}
	.block_four_img01::before{
		bottom: inherit;
		top: -52.5px;
		left: inherit;
		right: -52.5px;
	}
	.block_four_img01::after{
		bottom: inherit;
		top: -20px;
		left: inherit;
		right: -18.5px;
	}
	.block_four_img02::before{
		bottom: inherit;
		top: -52.5px;
		left: inherit;
		right: -52.5px;
	}
	.block_four_img02::after{
		bottom: inherit;
		top: -20px;
		left: inherit;
		right: -23.5px;
	}
	.block_four_img03::before{
		bottom: inherit;
		top: -52.5px;
		left: inherit;
		right: -52.5px;
	}
	.block_four_img03::after{
		bottom: inherit;
		top: -20px;
		left: inherit;
		right: -30px;
	}
	.block_four_img04::before{
		bottom: inherit;
		top: -52.5px;
		left: inherit;
		right: -52.5px;
	}
	.block_four_img04::after{
		bottom: inherit;
		top: -20px;
		left: inherit;
		right: -26px;
	}
	.block_four_desc{
		width: 100%;
		margin-right: 20px;
	}
	.block_four_desc::before{
		left: -100%;
		width: 200%;
	}
	.block_four_desc::after{
		left: 0;
	}
	*/
}
@media screen and (max-width: 654px){
	.block_four_outer{
		max-width: 100%;
	}
	.block_four_inner{
		width: calc(46.3vw - 20px);
		margin: 10px;
	}
}
@media screen and (max-width: 415px){
	.block_four_inner{
		width: 100%;
		max-width: 100%;
		margin: 10px auto;
	}
	.block_four_desc{
		justify-content: flex-start;
	}
	.block_four_title{
		font-size: 20px;
		padding-left: 20px;
	}
}


/* 3列画像ボタン */
.block_three_outer{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 20px;
}
.block_three_inner{
	max-width: 388px;
	width: 100%;
	height: 100px;
	background-color: #fff;
	margin: 12px;
	display: flex;
	justify-content: center;
	position: relative;
}
.block_three_inner::before{
	position: absolute;
	content: '';
	background-color: #EEE5A7;
	height: 100%;
	width: 30px;
	right:0;
}
.block_three_inner::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 600;
	right: 10px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4069A0;
}
.block_three_inner a{
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
}
.block_three_title01{
	text-align: left;
	margin-left: 100px;
}
.block_three_title01 span{
	position: relative;
	font-size: 22px;
	letter-spacing: -0.66px;
	color: #4E4E4E;
	font-family: "Noto Serif JP";
	line-height: 100px;
}
.block_three_title01 span::before{
	position: absolute;
	content: '';
	background-image: url(/images/sec01_icon05.png);
	width: 50px;
	height: 38px;
	margin-left: -70px;
	top:0;
	bottom: 0;
}
.block_three_title02{
	margin-top: 25px;
	text-align: left;
	margin-left: 100px;
}
.block_three_title02 .main{
	position: relative;
    line-height:1;
    font-size: 22px;
	letter-spacing: -0.66px;
	color: #4E4E4E;
	font-family: "Noto Serif JP";
}
.block_three_title02 .main::before{
position: absolute;
    content: '';
    background-image: url(/images/sec01_icon06.png);
    width: 49px;
    height: 38px;
    margin-left: -67px;
    top: 10px;
    background-repeat: no-repeat;
}
.block_three_title02 .sub{
	  font-size : 16px;
	  line-height : 18px;
	  letter-spacing : 0.98px;
	  color : #CB692E;
}
.block_three_title03 span{
	position: relative;
}
.block_three_title03 span::before{
	position: absolute;
	content: '';
	background-image: url(/images/sec01_icon07.png);
	width: 37px;
	height: 47px;
	margin-left: -57px;
	top: -5px;
}
.block_three_inner:hover:before,.block_three_inner:hover:after{
	opacity: 0.6;
}
@media screen and (max-width: 860px){
	.block_three_outer{
		flex-wrap: wrap;
		max-width: 410px;
		margin: auto;
	}
}
@media screen and (max-width: 500px){
	.block_three_outer{
		max-width: 100%;
		margin-top: -12px;
	}
	.block_three_inner{
		max-width: 100%;
		margin: 12px auto;
	}
}

/* 3列画像 */
.row3_img{
	display: flex;
	flex-wrap: wrap;
	max-width: 1080px;
	justify-content: flex-start;
	margin: auto;
}
.row3_img img{
	margin: 10px;
	width: 100%;
    height: auto;
    max-width: 320px;
    max-height: 214px;
}
@media screen and (max-width: 1100px){
	.row3_img{
		max-width: 680px;
	}
}
@media screen and (max-width: 696px){
	.row3_img{
		justify-content: center;
	}
}
@media screen and (max-width: 400px){
    .row3_img{
		margin: 0 20px;
	}
}

/* 3列画像リンク */
.lb_3row_outer {
	max-width: 1280px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	padding: 50px 0;
	padding-left: 80px;
	position: relative;
	background-color: #fff;
	width: 100vw;
	height: auto;
	border-radius: 20px;
	margin-left: 180px;
}
.lb_3row_outer::before {
	background-size: contain;
	background-image: url(/img/pickup_img.png);
    background-repeat: no-repeat;
	content: '';
	height: 70px;
	left: -80px;
	position: absolute;
	top: -70px;
	width: 100%;
}
.lb_3row_outer a:hover img{
	opacity: 0.7;
}
.lb_3row_inner{
	width: 343px;
	margin: 30px 15px;
	position: relative;
}
.lb_3row_img img {
	width: 100%;
	max-width: 350px;
	max-height: 200px;
	height: 55.68vw;
}
.lb_3row_desc{
	width: 343px;
    background: #fff;
}
.lb_3row_text{
	margin-top: 10px;
	font-size: 15px;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	letter-spacing: 0.06em;
	line-height: 26px;
}
@media screen and (max-width: 1440px) {
	.lb_3row_outer {
		margin: 0;
		width: calc(100% - 20px);
		margin-left: 10px;
		justify-content: center;
		padding-left: 0;
	}
	.lb_3row_outer::before {
		height: 60px;
		left: 0;
		top: -60px;
	}
	.lb_3row_bg{
		height: 893px;
	}
	.lb_3row_inner{
		margin: 30px 10px;
	}
}
@media screen and (max-width: 1140px) {
	.lb_3row_outer {
		width: 810px;
		justify-content: flex-start;
		margin: auto;
		padding: 20px 40px;
	}
}
@media screen and (max-width: 860px) {
	.lb_3row_outer {
		width: 100%;
		max-width: 810px;
	}
	.lb_3row_inner {
		margin: 30px 10px;
		display: flex;
		width: 100%;
	}
	.lb_3row_img img {
		width: 100%;
		max-width: 250px;
		max-height: 150px;
		height: 55.68vw;
	}
	.lb_3row_desc{
		width: calc(100% - 250px);
	}
	.lb_3row_text{
		margin-top:0;
		margin-left: 20px;
	}
}
@media screen and (max-width: 600px) {
	.lb_3row_outer {
		max-width: calc(100% - 20px);
		justify-content: center;
	}
	.lb_3row_inner {
		max-width: 350px;
		margin: 15px 10px;
		display: block;
		width: 100%;
	}
	.lb_3row_img img {
		width: 100%;
		max-width: 350px;
		max-height: 200px;
		height: 55.68vw;
	}
	.lb_3row_desc {
	width: 343px;
	background: #fff;
	}
	.lb_3row_text {
		margin-top: 10px;
		margin-left: 0;
		font-size: 15px;
		font-weight: 500;
		color: rgba(0, 0, 0, 1);
		text-align: left;
		letter-spacing: 0.06em;
		line-height: 26px;
	}
}
@media screen and (max-width: 415px) {
	.lb_3row_outer {
		padding: 10px;
	}
	.lb_3row_img img {
		max-width: inherit;
		max-height: inherit;
	}
	.lb_3row_desc{
		width: 100%;
	}
}


/* 3列画像リンク1 */
.lb_3row_outer1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	position: relative;
}
.lb_3row_inner1 {
	width: 342px;
	margin: 30px 5px;
	position: relative;
}
.lb_3row_img1 img {
	width: 100%;
	max-width: 342px;
	max-height: 190px;
	height: 55.55%;
}
.lb_3row_desc1{
	width: 342px;
}
.lb_3row_text1 {
	margin-top: 30px;
	text-align: left;
	font-family: "Noto Sans JP";
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1.12px;
	color: #4E4E4E;
}
@media screen and (max-width: 1140px) {
	.lb_3row_outer1 {
		width: 710px;
		justify-content: flex-start;
		margin: auto;
	}
}
@media screen and (max-width: 860px) {
	.lb_3row_outer1 {
		width: 100%;
	}
	.lb_3row_inner1 {
		margin: 30px 10px;
		display: flex;
		width: 100%;
	}
	.lb_3row_img1{
		width: 250px;
	}
	.lb_3row_img1 img {
		width: 100%;
		max-width: 250px;
		max-height: 150px;
		height: 55.68vw;
	}
	.lb_3row_img1 .video iframe {
		width: 250px;
		max-height: 150px;
		height: 55.68vw;
	}
	.lb_3row_desc1{
		width: calc(100% - 250px);
	}
	.lb_3row_text1{
		margin-top:0;
		margin-left: 20px;
	}
}
@media screen and (max-width: 600px) {
	.lb_3row_outer1 {
		justify-content: center;
		padding: 10px 0;
	}
	.lb_3row_inner1 {
		max-width: 350px;
		margin: 0 0 30px;
		display: block;
		width: 100%;
	}
	.lb_3row_inner1:last-child {
		margin: 0;
	}
	.lb_3row_img1{
		width: 100%;
	}
	.lb_3row_img1 img {
		width: 100%;
		max-width: 350px;
		max-height: 200px;
		height: 55.68vw;
	}
	.lb_3row_img1 .video iframe{
		width: 100%;
    	max-height: 100%;
	}
	.lb_3row_desc1 {
	width: 343px;
	}
	.lb_3row_text1 {
		margin-top: 10px;
		margin-left: 0;
		font-size: 15px;
		font-weight: 500;
		color: rgba(0, 0, 0, 1);
		text-align: left;
		letter-spacing: 0.06em;
		line-height: 26px;
	}
}
@media screen and (max-width: 415px) {
	.lb_3row_img1 img {
		max-width: inherit;
		max-height: inherit;
	}
	.lb_3row_desc1{
		width: 100%;
	}
}

/* 4列画像リンク */
.lb_4row_outer{
	max-width: 1440px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    margin: 0 auto;
    position: relative;
}
.lb_4row_outer a:hover img{
	opacity: 0.7;
}
.lb_4row_inner{
	width: 247px;
	position: relative;
	background-color: #fff;
	margin: 10px;
}
.lb_4row_img img {
	border: 1px solid #DBDBDB;
	width: 100%;
	max-width: 247px;
	height: 70.37%;
}
.lb_4row_desc{
	width: 247px;
	padding: 10px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
.lb_4row_desc p{
	font-size : 18px;
	letter-spacing : 0.54px;
	color : #4E4E4E;
	margin-bottom: 0;
	text-align: left;
	position: relative;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: "Noto Serif JP";
}
.lb_4row_desc p.ap01{
	padding-left: 31px;
}
.lb_4row_desc p.ap01::before{
	background-image: url(/img/ap01_icon.png);
	content: '';
	position: absolute;
    width: 26px;
    height: 32px;
    margin-left: -31px;
}
.lb_4row_desc p.ap02{
	padding-left: 40px;
}
.lb_4row_desc p.ap02::before{
	background-image: url(/img/ap02_icon.png);
	content: '';
	position: absolute;
    width: 35px;
    height: 23px;
    margin-left: -40px;
    top: 3px;
}
.lb_4row_desc p.ap03{
	padding-left: 26px;
}
.lb_4row_desc p.ap03::before{
	background-image: url(/img/ap03_icon.png);
	content: '';
	position: absolute;
    width: 21px;
    height: 29px;
    margin-left: -26px;
}
.lb_4row_desc p.ap04{
	padding-left: 33px;
}
.lb_4row_desc p.ap04::before{
	background-image: url(/img/ap04_icon.png);
	content: '';
	position: absolute;
    width: 28px;
    height: 28px;
    margin-left: -33px;
}
.lb_4row_desc p.ap05{
	padding-left: 24px;
}
.lb_4row_desc p.ap05::before{
	background-image: url(/img/ap05_icon.png);
	content: '';
	position: absolute;
    width: 19px;
    height: 28px;
    margin-left: -24px;
}
.lb_4row_desc p.ap06{
	padding-left: 30px;
}
.lb_4row_desc p.ap06::before{
	background-image: url(/img/ap06_icon.png);
	content: '';
	position: absolute;
    width: 25px;
    height: 26px;
    margin-left: -30px;
    top: 3px;
}
.lb_4row_desc p.ap07{
	padding-left: 35px;
}
.lb_4row_desc p.ap07::before{
	background-image: url(/img/ap07_icon.png);
	content: '';
	position: absolute;
    width: 30px;
    height: 23px;
    margin-left: -35px;
    top: 5px;
}
.lb_4row_desc p.ap08{
	padding-left: 35px;
}
.lb_4row_desc p.ap08::before{
	background-image: url(/img/ap08_icon.png);
	content: '';
	position: absolute;
	width: 38px;
	height: 34px;
	margin-left: -42px;
	top: -2px;
}
.lb_4row_desc p.ap09{
	padding-left: 35px;
}
.lb_4row_desc p.ap09::before{
	background-image: url(/img/ap09_icon.png);
	content: '';
	position: absolute;
	width: 29px;
	height: 29px;
	margin-left: -42px;
	top: 1px;
}

@media screen and (max-width: 1105px) {
	.lb_4row_outer{
		max-width: 802px;
	}
}
@media screen and (max-width: 860px) {
	.lb_4row_outer{
		max-width: 540px;
	}
}
@media screen and (max-width: 592px) {
	.lb_4row_outer{
		width: 100vw;
	}
	.lb_4row_inner{
        max-width: 247px;
        width: 42vw;
        height: 90%;
	}
	.lb_4row_desc{
        max-width: 247px;
        width: 42vw;
	}
}


/* タブページ */
.tabs {
	position: relative;
	margin: 60px auto 0;
	max-width: 1200px;
}
.tabs input[name="tab_item"] {
	display: none;
}
.tabs input:checked + .tab_item {
	border-bottom: 4px solid #40699F;
}
.tabs .tab01_position {
	position: absolute;
	left: 0%;
}
.tabs .tab02_position {
	position: absolute;
	left: 17%;
}
.tabs .tab03_position {
	position: absolute;
	left: 34%;
}
.tabs .tab04_position {
	position: absolute;
	left: 51%;
}
.tabs .tab05_position {
	position: absolute;
	left: 68%;
}
.tabs .tab06_position {
	position: absolute;
	left: 85%;
}
.tabs .tab_item {
	display: block;
	float: left;
	text-align: center;
	width: calc(16.5% - 15px);
	height: 38px;
	border-bottom: 4px solid #E8E8E8;
	border-right: none;
	font-family : "Noto Sans JP";
	font-size : 18px;
	line-height : 36px;
	letter-spacing : 1.8px;
	color : #4E4E4E;
}
.tabs .tab_item:hover {
	opacity: 0.75;
}
.tabs .tab_content {
	display: none;
	padding-top: 38px;
}
.tabs .tab_content .news_border {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid;
	margin-top: -21px;
	padding-top: 20px;
}
.tabs #tab01:checked ~ #tab01_content,
.tabs #tab02:checked ~ #tab02_content,
.tabs #tab03:checked ~ #tab03_content,
.tabs #tab04:checked ~ #tab04_content,
.tabs #tab05:checked ~ #tab05_content,
.tabs #tab06:checked ~ #tab06_content  {
	display: block;
}
.list_col {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px dotted #B2B2B2;
	width: 100%;
	position: relative;
}
.list_col_img{
	margin-right: 30px;
}
.list_col_img img{
	width: 241px;
	height: auto;
}
.list_col_desc{
	width: 100%;
}
.list_col_desc a{
	display: block;
}
.list_flex{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	position: relative;
}
.list_flex::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 600;
	right: 10px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.list_date{
	font-family : "Noto Sans JP";
	font-size : 16px;
	color : #4E4E4E;
	margin: 0 15px 0 0;
	width: 100px;
}
.list_cat {
	font-family: "Noto Sans JP";
	font-size: 14px;
	letter-spacing: 1.4px;
	color: #4E4E4E;
	background-color: #D1D4D6;
	margin-bottom: 0;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 15px;
	height: 28px;
	width: 120px;
    text-align: center;
    margin-right: 50px;
}
.list_text{
	font-family : "Noto Sans JP";
	font-size : 16px;
	color : #4E4E4E;
	margin-right: 10px;
	width: calc(100% - 320px);
}
.detail_btn{
	position: relative;
	margin: auto;
}
 p.list_text a{
	color: inherit;
	border-bottom: inherit;
}
.list_text a:hover,.detail_btn a:hover{
	opacity: 0.7;
}
.list_btn_position{
	text-align: center;
	width: 100%;
}
.list_btn_position a:hover{
	opacity: 0.7;
}
.list_btn{
	width: 240px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #4E4E4E;
	text-align: center;
	position: relative;
	margin: auto;
	font-family: "Noto Sans JP";
	font-size: 16px;
	letter-spacing: 2.08px;
	color: #4E4E4E;
	margin-top: 50px;
	background-color: #fff;
}
.list_btn::after{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 600;
	right: 10px;
	position: absolute;
}
.top_btn{
	width: 240px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #4E4E4E;
	text-align: center;
	position: relative;
	margin: auto;
	font-family: "Noto Sans JP";
	font-size: 16px;
	letter-spacing: 2.08px;
	color: #4E4E4E;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #fff;
}
.top_btn::after{
	font-family: "Font Awesome 5 Free";
	content: '\f104';
	font-weight: 600;
	left: 10px;
	position: absolute;
}
.flexwrap{
	display: flex;
	flex-wrap: wrap;
}
.flexnowrap{
	display: flex;
	flex-wrap: nowrap;
}
.magn{
	margin-top: 30px;
}

/* ダウンロード */
.download a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f56d';
	font-weight: 600;
	margin-right: 0.4em;
}
.download a[href$=".zip"]::before {
	content: '\f1c6';
	color: #d65f01;
}
.download a[href$=".png"]::before {
	content: '\f1c5';
}
.download a{
	border-bottom: 1px solid;
	color: #4069A9;
}
.download a span{
	font-size: 0.8em;
}
.download ul{
	padding-top: 0.5em;
}
.download ul li{
	margin: 0.2em 0;
}

@media only screen and (max-width: 768px) {
	.tabs {
		margin: 0 auto;
	}
	.tabs .tab_item{
		font-size: 16px;
		height: 3rem;
		letter-spacing: 0.1em;
		line-height: 2.5rem;
		width: 49%;
	}
	.tabs .tab01_position {
		position: absolute;
		left: 0%;
	}
	.tabs .tab02_position {
		position: absolute;
		left: 51%;
	}
	.tabs .tab03_position {
		position: absolute;
		left: 0%;
		top: 40px;
	}
	.tabs .tab04_position {
		position: absolute;
		left: 51%;
		top: 40px;
	}
	.tabs .tab05_position {
		position: absolute;
		left: 0%;
		top: 80px;
	}
	.tabs .tab06_position {
		position: absolute;
		left: 51%;
		top: 80px;
	}
	.tabs .tab_content {
		padding-top: 50px;
	}
	.list_col{
		margin: 5px 0;
		padding: 5px 0;
	}
	.list_col_img{
		margin-right: 20px;
	}
	.list_text{
		margin-top: 10px;
		margin-right: 0;
		width: 100%;
	}
	.list_btn{
		margin: 20px 0 30px;
	}
	.magn{
		margin-top: 100px;
	}
	.list_flex::after{
		content: none;
	}
}

/* ポータルサイト画像 */
#portal{
	margin-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
#portal .pc1 img{
	max-width: 1081px;
	width: 100%;
	height:auto;
}
#portal .sp1 img{
	max-width: 670px;
	width: 100%;
	height:auto;
}

/* Apploach関連 */
#approach{
	margin: 0 -200%;
	padding: 10px 200% 50px;
	background-color: #EBEBEB;
}
@media screen and (max-width: 960px){
	#approach{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* snsボタン */
.row3_img1{
	display: flex;
	flex-wrap: nowrap;
	max-width: 1080px;
	justify-content: space-between;
	margin: auto;
}
.row3_img1 img{
	background: #ffffff;
	margin: 10px;
	margin-left: 0;
	width: 100%;
    height: auto;
    max-width: 344px;
    max-height: 62px;
}
.row3_img1 img.lastchild{
	margin-right: 0;
}
.row3_img1 a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 1080px){
	.row3_img1{
		flex-wrap: wrap;
		max-width: 360px;
	}
	.row3_img1 img.lastchild{
		margin-right: 10px;
	}
}
@media screen and (max-width: 696px){
	.row3_img1{
		justify-content: center;
	}
}
@media screen and (max-width: 400px){
	.row3_img1{
		margin: 0 20px;
	}
}

/* 4列画像リンク */
.bn04{
	width: 100%;
	max-width: 1100px;
	height: auto;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bn04 a:hover{
	opacity: 0.7;
}
.bn04 img {
	width: 100%;
	max-width: 257px;
	height: auto;
}
@media screen and (max-width: 1080px) {
	.bn04{
		max-width: 690px;
	    justify-content: center;
	}
	.bn04 img{
	    margin: 20px;
	}
}
@media screen and (max-width: 640px) {
	.bn04 img {
		width: 100%;
		height: auto;
		margin: 10px;
	}
}

/* 動画 */
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 342px;
	height: 100%;
	width: 100%;
	margin: auto;
}

/* フッター */
footer #footer-banner {
    width: 100%;
    height: 160px;
    background: #eeebe6;
}
footer a:hover{
	opacity: 0.7;
}
.footer-banner {
	width: 100%;
	background: #E4E4E4;
}
.footer-banner .inner {
    max-width: 1100px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: auto;
}
.footer-banner .inner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.footer-address{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    padding-bottom: 60px;
    border-bottom: 1px solid #DBDBDB;
}
.address_flex {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	justify-content: center;
	align-items: center;
}
.address{
	margin-top: 20px;
	margin-right: 40px;
}
.footer_logo{
	margin-left: 0;
	margin-bottom: 30px;
}
.footer_logo img{
	width: 100%;
	max-width: 360px;
	height: auto;
}
.footer-address dl{
	display: flex;
    max-width: 400px;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 10px;
}
.footer-address dt{
	position: relative;
	width: 100px;
	padding-left: 10px;
	font-family : "Noto Sans JP";
	font-size : 14px;
	color : #4E4E4E;
}
.footer-address dt::before{
	position: absolute;
	content: '';
	width: 3px;
	height: 20px;
	background-color: #40699F;
	left: 0;
}
.footer-address dd{
	width: 300px;
	font-family : "Noto Sans JP";
	font-size : 14px;
	line-height : 22px;
	letter-spacing : 0.98px;
	color : #4E4E4E;
	margin-bottom: 10px;
}

.footer-gmap-resize{
  width: 640px;
  height: 440px;
  overflow: hidden;
}

.footer-gmap-resize iframe{
  width: 100%;
  height: 860px;
  margin-top: -170px;
}

.footer_tel{
	margin-top: 10px;
	margin-bottom: 20px;
}
.btn_access{
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn_access button {
	position: relative;
	max-width: 360px;
	width: 100%;
	height: 50px;
	border: 1px solid #4E4E4E;
	padding-left: 20px;
}
.btn_access button::after{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 600;
	right: 10px;
	color: #4E4E4E;
	line-height: 50px;
}
.footer_link {
	display: flex;
	flex-wrap: wrap;
	max-width: 1120px;
	justify-content: flex-start;
	margin: auto;
	margin-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.footer_link div{
	width: 220px;
}
.footer_link h3{
	font-family: "Noto Sans JP";
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1.26px;
	color: #40699F;
	margin-top: 50px;
	padding-bottom: 0;
	border-bottom: inherit;
	padding-left: 0;
	margin-bottom: 10px;
}
.footer_link li{
	font-family : "Noto Sans JP";
	font-size : 14px;
	line-height : 34px;
	letter-spacing : 0.42px;
	color : #4E4E4E;
}
.footer_link li::before {
	content: "- ";
}
.copyright{
	height: 80px;
	background-color: #40699F;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
}
.copyright span{
	font-family : "Noto Sans JP";
	font-size : 14px;
	line-height : 24px;
	letter-spacing : 0.42px;
	color : #FFFFFF;
	position: relative;
	margin: auto;
}
@media screen and (max-width: 1100px){
	.address{
		margin: 20px auto;
	}
}
@media screen and (max-width: 1060px){
	footer iframe {
	    max-width: calc(100vw - 40px);
	    max-height: 56.25vw;
	    width: 100vw;
	}
}
@media screen and (max-width: 768px){
	.footer_logo{
		padding-left: 20px;
	}
	.footer-address{
		border: 0;
	}
	.footer-address dt{
		text-align: right;
		padding-right: 20px;
	}
	.footer-address dt::before{
		content: none;
	}
	.footer-address dd{
		width: calc(100% - 100px);
	}
  .footer-gmap-resize  {
    width: 90%;
    height:auto;
    overflow: hidden;
  }
  .footer-gmap-resize  iframe {
    width: 100%;
    margin-top: -170px;
  }
	.address_flex{
		margin-top: 30px;
	}
	.footer-address{
		padding-bottom: 30px;
	}
	.footer_link h3{
		margin-top: 30px;
	}
	.copyright{
		background-color: #fff;
	}
	.copyright span{
		color: #333333;
		padding: 0 20px;
	}
	.sp_footer_icon{
		display: flex;
		flex-wrap: nowrap;
		margin-top: 20px;
	}
	.sp_footer_icon img{
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 415px){
	.footer_logo img{
		width: 80%;
	}
	.btn_access{
		margin: 10px;
	}
  .footer-gmap-resize  {
    width: 90%;
    height:auto;
    overflow: hidden;
  }
  .footer-gmap-resize  iframe {
    width: 100%;
    margin-top: 0px;
  }
}

/* 診察案内 */
.medicalinfo-content {
  width: 100%;
  padding: 0 40px;
}
.medicalinfo-content .medicalinfo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6em;
}
.medicalinfo-list li {
  display: block;
  font-size: 16px;
  color: #000;
  max-width: 342px;
  width: 32%;
  margin-bottom: 20px;
  background-color: #fff;
 border: solid 2px #DB801D;
 position: relative;
}
.medicalinfo-list li::before{
	position: absolute;
	top: 0;
	right:0;
	background-color: #F8EFB1;
	content: '';
	width: 30px;
	height: 100%;
}
.medicalinfo-list li::after{
	position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 600;
    color: #CB692E;
    right: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.medicalinfo-list li.no-link {
  padding: 10px;
  padding-right: 40px;
}
.medicalinfo-list li.no-content {
  border: none;
}
.medicalinfo-list li:hover {
	opacity: 0.7;
}
.medicalinfo-list li.no-link:hover,
.medicalinfo-list li.no-content {
  background-color: #fff;
  opacity:1;
}
.medicalinfo-list li.no-content::before{
	content: none;
}
.medicalinfo-list li.no-content::after{
	content: none;
}
.medicalinfo-list li.c2 {

}
.medicalinfo-list li.c3 {
  width: calc( 96% + 4% - 25px );
}
.medicalinfo-list li>a {
  display: block;
  color: #000;
  padding: 19px 20px;
  padding-right: 50px;
}
.medicalinfo-list li:hover>a {

}
.medicalinfo-list li span {
  display: inline-block;
  color: #fff;
  margin-left: 10px;
  background-color: #CB692E;
  border-radius: 3px;
  margin-bottom: 2px;
}
.medicalinfo-list li span>a {
  display: block;
  font-size: 15px;
  color: #fff;
  height: calc( 100% - 4px );
  padding: 0 10px;
  border: solid 1px #CB692E;
  border-radius: 3px;
}
.medicalinfo-list li span>a:hover {

}
.medicalinfo-list li.last{
  border: none;
}
.medicalinfo-list li.last::before{
  content: none;
}
.medicalinfo-list li.last::after{
  content: none;
}
.medicalinfo-list li:hover.last {
  background-color: transparent;
}
@media screen and (max-width: 768px){
  .medicalinfo-content {
    margin: 0 40px;
    padding: 0;
  }
  .medicalinfo-content .medicalinfo-list {

  }
  .medicalinfo-list li {
    width: 49%;
  }
  .medicalinfo-list li.c2,
  .medicalinfo-list li.c3,
  .medicalinfo-list li.no-link {
  }
  .medicalinfo-list li span {
    display: block;
    margin: 5px 0;
  }
}
@media screen and (max-width: 600px){
	  .medicalinfo-list li {
	  	width: 100%;
	  	max-width: 100%;
	  }
	  .medicalinfo-list li.c2, .medicalinfo-list li.c3, .medicalinfo-list li.no-link{
	  	width: 100%;
	  }

}
/* トップページ重要なお知らせ目立つヤツ */
.notice01_outer{
	background-color: red;
	font-family: "Noto Serif JP";
	margin: 0 0 30px 0;
}
.notice01_inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 40px;
	position: relative;
}
.notice01_inner a::after{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 600;
	font-size: 24px;
	color: #EEE5A7;
	margin-left: 20px;
}
.notice01_box{
	color: #ffffff;
	font-size: 23px;
	letter-spacing : 0.84px;

}
.notice01_title{
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
	position: relative;
}
.notice01_title::before{
	font-family: "Font Awesome 5 Free";
	content: '\f06a';
	font-weight: 600;
	font-size: .8em;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	margin-left: -35px;
}
.notice01_box ul{
	list-style: unset;
}
@media screen and (max-width: 960px) {
	.notice01_outer{
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 768px) {
	.notice01_box{
		font-size: 20px;
	}
	.notice01_title{
		font-size: 25px;
	}
	.notice01_title::before{
		margin-left: -30px;
	}
}
/* トップページ重要なお知らせ目立つヤツ ここまで */

/* 患者支援センター */

.dmc_tel_caption {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}
.dmc_tel_caption span{
  font-size: 16px;
}
.dmc_tel{
  display: block;
  padding: 10px 0 10px 30px;
  font-weight: bold;
  width: 320px;
  background:#ddd;
  font-size:3rem;
  margin-bottom: 15px;
  color: #4E4E4E;
}
.dmc_tel span{
  font-size: 16px;
}
.dmc_tel_s{
  display: inline-block;
  padding: 10px 0 10px 30px;
  font-weight: bold;
  width: 230px;
  background:#ddd;
  font-size:2rem;
  margin-right: 10px;
  margin-bottom: 15px;
}

.dmc_column2 .column2{
  margin-top: 0px;
}
.dmc_column2 .column-item{
  text-align: center;
  margin-bottom: .5em;
}
.dmc_column2  .column-item .btn05{
  text-align: center;
  width: 320px;
}

@media screen and (max-width: 767px) {
.dmc_tel {
  width: auto;
  text-align:center;
  padding-left: 0px;
}
.dmc_column2  .column-item a{
  width: auto;
}
}

/* 患者支援センター  ここまで */
