@charset "utf-8";


/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
	position: relative;
}
.inner {
	padding: 0 20px;
}

@media (max-width: 767px) {
.inner {
	padding: 0 15px;
}
}


/* header
----------------------------------------------- */
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 20px;
	background: rgba(255,255,255,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
	z-index: 90;
}
#header .headerbg {
	padding: 0 20px;
	background: #fff;
}
#header .headerin {
	max-width: 1440px;
	margin: 0 auto;
	padding: 10px 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#header .headerleft {
	margin-right: 10px;
	position: relative;
	z-index: 90;
}
#header .headerlogo {
	margin-bottom:5px;
}
#header .headercap {
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #707070;
	margin-bottom: 5px;
	position: relative;
}
#header .headermess {
	padding: 15px 75px 0 0;
	display: flex;
	align-items: flex-start;
	position: relative;
	z-index: 90;
}
#header .headercta {
	margin-right: 15px;
}
#header .headercta a {
	display: block;
	background: #0a57a4 /*#FF6F00*/;
	padding: 0 10px;
	border: 1px #0a57a4 /*#FF6F00*/ solid;
}
#header .headercta .ctatxt {
	background: url(../img/common/mail_header.png) 0 center no-repeat;
	font-size: clamp(1.25rem, 0.633rem + 0.96vw, 1.5rem);
	display: flex;
	height: 38px;
	align-items: center;
	letter-spacing: 0;
	color: #fff;
	font-weight: 900;
	line-height: 1.1;
	padding-left: 40px;
	white-space:nowrap;
}
#header .headercta a:hover {
	background: #fff;
}
#header .headercta a:hover .ctatxt {
	background: url(../img/common/mail_header_on.png) 0 center no-repeat;
	color: #0a57a4;/*#FF6600*/
	
}

#header .headertel a {
	display: block;
	background: #0a57a4;/*#FF6600*/
	padding: 0 10px;
	border: 1px #0a57a4/*#FF6600*/ solid;
}
#header .headertel .teltxt {
	background: url(../img/common/tel_header.png) 0 center no-repeat;
	font-size: clamp(1.5rem, 0.574rem + 1.45vw, 1.875rem);
	display: flex;
	height: 38px;
	align-items: center;
	letter-spacing: 0;
	color: #fff;
	font-weight: 900;
	line-height: 1.1;
	padding-left: 35px;
	white-space:nowrap;
}
#header .headertel a:hover {
	background: #fff;
}
#header .headertel a:hover .teltxt {
	background: url(../img/common/tel_header_on.png) 0 center no-repeat;
	color: #0a57a4;/*#FF6600*/
}
@media (max-width: 1024px) {
#header .headermess {
	padding: 0 50px 0 0;
}
#header .headercta {
	display: none;
}
#header .headertel {
	display: none;
}
}
@media (max-width: 767px) {
#header {
	padding: 0 10px;
}
#header .headerbg {
	padding: 0 10px;
}
#header .headerin {
	height: 110px;
	padding: 0;
	align-items: center;
	position: relative;
}
#header .headerleft {
	margin: 0;
	width: 100%;
}
#header .headercap {
	font-size: min(8px,2.13vw);
	margin-bottom: 5px;
	max-width: calc(100vw - 80px);
	position: relative;
	line-height: 1.25;
	z-index: 100;
}
#header .headerlogo {
	text-align: center;
	position: relative;
	z-index: 100;
}
#header .headerlogo img {
	width: 230px;
}
#header .headermess {
	padding: 0;
	position: static;
}
#header .headermess .messcont {
	display: none;
}
}

/* dropdown-menu
----------------------------------------------- */
.navbar-toggle {
	position: fixed;
	right: 50%;
	transform: translateX(720px);
	top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 102;
	border: 1px #0a57a4/*#FF6600*/ solid;
	cursor: pointer;
	background: #0a57a4;/*#FF6600*/
}
@media(hover: hover) {
.navbar-toggle:hover {
	border: 1px #0a57a4 /* #0a57a4 */ solid;
	cursor: pointer;
	background: #FFF;
}
.navbar-toggle:hover .toggle-menu span {
	background-color: #0a57a4;/*#0a57a4*/
}
.navbar-toggle:hover .toggle-txt {
	color: #0a57a4;/*#0a57a4*/
}
.navbar-toggle.on:hover {
	background: #0a57a4;/*#0a57a4*/
}
.navbar-toggle.on:hover .toggle-txt {
	color: #FFF;
}
.navbarbox .navlink .linklist li a:hover {
	color: #505050/*#0a57a4*/;
	border-bottom: 1px #505050 dotted /*#0a57a4 solid*/;
}
}
@media (max-width: 1440px) {
.navbar-toggle {
	right: 20px;
	transform: translateX(0);
}
}
.navbar-toggle .toggle-txt {
	font-size: 8px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin-top: 2px;
	text-align: center;
	letter-spacing: 0.1em;
}
.navbar-toggle .toggle-txt .open {
	display: block;
}
.navbar-toggle .toggle-txt .close {
	display: none;
}
.navbar-toggle.on .toggle-txt .open {
	display: none;
}
.navbar-toggle.on .toggle-txt .close {
	display: block;
}
.navbar-toggle .toggle-menu {
	width: 40px;
	height: 40px;
	position: relative;
	padding:5px;
}
.navbar-toggle .toggle-menu span {
	position: absolute;
	display: inline-block;
	transition: all .4s;
	left: 5;
	background-color: #FFF;
	width: 30px;
	height: 1.5px;
}
.navbar-toggle .toggle-menu span:nth-of-type(1) {
}
.navbar-toggle .toggle-menu span:nth-of-type(2) {
	top:13px;
}
.navbar-toggle .toggle-menu span:nth-of-type(3) {
	top:22px;
}
.navbar-toggle.on .toggle-menu span {
	background-color: #fff;
}
.navbar-toggle.on {
	background: #0a57a4;/*#FF8800*/
}
.navbar-toggle.on .toggle-menu span:nth-of-type(1) {
	top:12px;
	transform: translateY(6px) rotate(-45deg);
}
.navbar-toggle.on .toggle-menu span:nth-of-type(2) {
	opacity: 0;
}
.navbar-toggle.on .toggle-menu span:nth-of-type(3) {
	top: 24px;
	transform: translateY(-6px) rotate(45deg);
}
.navbar-collapse {
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: #FFF;
	display: block;
	z-index: 99;
	transition: all .5s;
}
.navbar-collapse.on {
	right: 0px;
}
.navbarbox {
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.navbarbox::-webkit-scrollbar{
	display: none;
}
.navbarbox {
	scrollbar-width: none;
}
.navbarbox .navlink {
	padding:0 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 90px 20px;
	background: #FFF;

}
.navbarbox .navlink .linklist {
	width: 100%;
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
}
.navbarbox .navlink .linklist li {
}
.navbarbox .navlink .linklist li:nth-child(4n) {
	margin-right: 0;
}
.navbarbox .navlink .linklist li a {
	display: block;
	border-bottom: 1px #0a57a4/*#FF8800*/ solid;
	padding: 30px 20px 5px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: left;
	color: #0a57a4;/*#FF8800*/
}
@media (max-width: 1024px) {
.navbarbox .navlink {
	padding: 80px 20px 100px;
}
.navbarbox .navlink .linklist {
}
.navbarbox .navlink .linklist li {
}
.navbarbox .navlink .linklist li:nth-child(4n) {
	margin-right: 0;
}
.navbarbox .navlink .linklist li a {
}
}
@media (max-width: 767px) {
.navbar-toggle {
	top: 15px;
	right: 15px;
}
.navbar-toggle .toggle-menu {
}
.navbar-collapse {
	width: min(90%, 400px);
	height: 100vh;
	top: 0;
}
.navbar-toggle .toggle-menu span {
}
.navbar-toggle .toggle-menu span:nth-of-type(1) {
}

.navbar-toggle .toggle-menu span:nth-of-type(2) {
}

.navbar-toggle .toggle-menu span:nth-of-type(3) {
}
.navbar-toggle.on .toggle-menu span:nth-of-type(1) {
	top:6px;
	transform: translateY(6px) rotate(-45deg);
}

.navbar-toggle.on .toggle-menu span:nth-of-type(2) {
	opacity: 0;
}
.navbar-toggle.on .toggle-menu span:nth-of-type(3) {
	top: 18px;
	transform: translateY(-6px) rotate(45deg);
}
	
	
	
.navbar-collapse {
	height: 100vh;
	top: 0;
}
.navbarbox .navlink {
	display: block;
	padding: 10px 45px 20px;
}
.navbarbox .navlink .linklist {
	width: 100%;
	max-width: none;
	display: flex;
	justify-content: space-between;
}
.navbarbox .navlink .linklist li {
}
.navbarbox .navlink .linklist li a {
	font-size: min(3.125vw, 16px);
}
}
@media (max-width: 320px) {
.navbar-collapse {
	width: 90%;
}

.navbarbox .navlink .linklist {
}
.navbarbox .navlink .linklist li {
}
.navbarbox .navlink .linklist li a {
	font-size: 10px;
}
}



/* footer
----------------------------------------------- */
#footer {
	background: #ebf5f5/*#FFFFE2*/;
	padding:  80px 20px 20px;/*160px 20px 20px;*/
	color: #0a57a4;/*#0a57a4*/
	position: relative;
}
#footer:before {
	position: absolute;
	content: "";
	background: url(../img/common/line_footer.png) center center repeat-x;
	width: 100%;
	height: 34px;
	left: 0;
	bottom: calc(100% - 10px);
	z-index: 1;
}
#footer .footerlogo {
	text-align: center;
	margin-bottom: 45px;
}
#footer .footerlogo a {
	display: inline-block;
}
#footer .footerin {
	max-width: 1080px;/* 1200px;*/
	margin: 0 auto;
}
#footer .footername {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 40px;
}
#footer .footername .namelar {
	font-size: 28px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.075em;
	margin-bottom:15px;
}
#footer .footername .namesml {
	font-weight: 500;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0;
}
#footer .footertit {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
}
#footer .footermt {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#footer .footermt .footermess {
	width: 44%;
}
#footer .footermt .footeraddr {
	line-height: 1.375;
	margin-bottom: 35px;
}
#footer .footermt .footercont .footertit {
	margin-bottom: 5px;
}
#footer .footermt .footercont .conttxt {
	line-height: 1.5;
}
#footer .footermt .footertime {
	width: 45%;
}
#footer .footermt .footertime .timebox {
	width: 100%;
	margin-bottom: 10px;
}
#footer .footermt .footertime .timebox th,
#footer .footermt .footertime .timebox td {
	padding: 15px 0;
}
#footer .footermt .footertime .timebox th {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
	width: 10%;
}
#footer .footermt .footertime .timebox tr+tr th,
#footer .footermt .footertime .timebox tr+tr td {
	border-top: 1px #707070 solid;
}
#footer .footermt .footertime .timebox th.thtit {
	width: 30%;
	text-align: left;
	font-weight: 700;
}
#footer .footermt .footertime .timebox td {
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}
#footer .footermt .footertime .timebox td.tdtit {
	text-align: left;
	font-size: 24px;
	font-weight: 600;
}
#footer .footermt .footertime .datebox {
	line-height: 1.7;
}
#footer .footermt .footertime .datebox .datelar {
	display: block;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.35;
}
#footer .footerbnr {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
#footer .footerbnr li {
	margin: 0 10px;/*0 12px;*/
	width: 310px;/*370px; バナーの幅 */
}
#footer .footerbnr li a {
	display: flex;
	background: #0a57a4;/*#0a57a4*/
	height: 60px;/*70px;*/
	align-items: center;
	padding: 0 10px;/* 0 15px;*/
	justify-content: flex-start;
	color: #fff;
	font-size: 28px;/*39px*/
	font-weight: 700;
	letter-spacing: 0;
}
#footer .footerbnr li a img {
	margin-right: 25px;
}
#footer .footerbnr li a:hover {
	background: #3b7db3/*#BB834A*/;
}
#footer .footerbnr .bnrcta {
	font-size:  32px; /*36px;*/
	letter-spacing: 0.1em;
}
#footer .footerbnr .bnrtel {
	letter-spacing: 0.1em;
}
#footer .footerbnr .bnrtel img {
	margin-right: 10px;/* 20px;*/
}
#footer .footerbnr .bnrmap {
	
}
#footer .footernavi {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
#footer .footernavi li {
	margin: 0 clamp(6px,0.5vw,10px);/*  clamp(10px,1vw,32px)*/

}
#footer .footernavi li a {
	display: block;
	border-bottom: 1px #0a57a4/*#0a57a4*/ solid;
	padding: 0 6px 5px;/*0 12px 5px*/　
	font-size: clamp(6px,0.3vw,10px);/*clamp(10px,1vw,14px)*/
	font-weight: 700;
	color: #0a57a4;/*#0a57a4*/
	line-height: 1.4;
	letter-spacing: 0.03em;/* 0.05em*/
	text-align: center;
}
#footer .footernavi li a:hover {
	color: #505050;
	border-bottom: 1px #505050 solid;
}
#footer .footerbtm {
	padding-bottom: min(120px,6.25vw);
	position: relative;
}
#footer .footerbtm .leftdec {
	position: absolute;
	left: 20px;
	bottom: 0;
	max-width: 30%;
	z-index: 0;
}
#footer .footerbtm .rightdec {
	position: absolute;
	right: -20px;
	bottom: min(30px,1.5625vw);
	max-width: 27%;
	z-index: 0;
}
#footer .footerlink {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}
#footer .footerlink li {
	margin: 50px 7px 0;
}
#footer .copyright {
	text-align: center;
	font-size: 10px;
	color: #2C2C2C;
	letter-spacing: 0;
	font-weight: 700;
	position: relative;
	z-index: 1;
}
#footer .footerclover {
	text-align: center;
	position: relative;
	z-index: 1;
}
#footer .pagetop {
	position: fixed;
	right: 40px;
	bottom: 20px;
	z-index: 3;
}
#footer .pagetop a {
	display: flex;
	border: 1px #707070 solid;
	width: 80px;
	height: 80px;
	background: #fff;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #707070;
	font-size: 10px;
	letter-spacing: 0.075em;
	font-family: " メイリオ"," ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Meiryo, Osaka, MS PGothic," sans-serif";
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
#footer .pagetop a .arrow {
	display: block;
	width: 26px;
	height: 26px;
	transform: rotate(135deg);
	margin-bottom: -5px;
	border-left: 2px #707070 solid;
	border-bottom: 2px #707070 solid;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
#footer .pagetop a:hover {
	border: 1px #0a57a4/*#FF9900*/ solid;
	color:#0a57a4;/*#FF6600*/
}
#footer .pagetop a:hover .arrow {
	border-left: 2px #0a57a4/*#FF9900*/  solid;
	border-bottom: 2px #0a57a4/*#FF9900*/  solid;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}


@media (min-width: 1440px) {
#footer .pagetop {
	right:calc(50% - 700px);
}
}
@media (max-width: 1250px) {
#footer .footerbnr li a {
	font-size: 30px;
}
#footer .footerbnr .bnrcta {
	font-size: 28px;
}
}
@media (max-width: 1024px) {
#footer .footerbnr {
	flex-direction: column;
	align-items: center;
}
#footer .footerbnr li {
	margin: 10px 0;
}
#footer .footernavi li {
	margin: 0 10px;
}
#footer .footernavi li a {
	padding: 0 6px 5px;
}
#footer .footermt .footermess {
	width: 46%;
}
#footer .footermt .footertime {
	width: 50%;
}
#footer .pagetop {
	right: 20px;
	bottom: 20px;
}
}
@media (max-width: 767px) {
#footer {
	padding: 50px 20px 60px;
}
#footer:before {
	position: absolute;
	content: "";
	background: url(../img/common/line_footer_sp.png) center center repeat-x;
	width: 100%;
	height: 18px;
	left: 0;
	bottom: calc(100% - 8px);
	z-index: 1;
}
#footer .footerlogo {
	margin-bottom: 20px;
}
#footer .footerlogo img {
	width: 178px;
}
#footer .footername {
	margin-bottom: 25px;
}
#footer .footername .namelar {
	font-size: min(18px,4.8vw);
	margin-bottom: 25px;
}
#footer .footername .namesml {
	font-size: 13px;
}
#footer .footertit {
	font-size: 13px;
}
#footer .footermt {
	display: block;
}
#footer .footermt .footermess {
	width: auto;
}
#footer .footermt .footeraddr {
	font-size: 12px;
	margin-bottom: 20px;
}
#footer .footermt .footercont .footertit {
	margin-bottom: 2px;
}
#footer .footermt .footercont .conttxt {
	font-size: 12px;
}
#footer .footermt .footertime {
	width: auto;
	margin-top: 40px;
}
#footer .footermt .footertime .timebox {
	width: 100%;
	margin-bottom: 5px;
}
#footer .footermt .footertime .timebox th,
#footer .footermt .footertime .timebox td {
	padding: 10px 0;
}
#footer .footermt .footertime .timebox th {
	font-size: 13px;
}
#footer .footermt .footertime .timebox th.thtit {
	width: 30%;
}
#footer .footermt .footertime .timebox td {
	font-size: 10px;
}
#footer .footermt .footertime .timebox td.tdtit {
	font-size: 10px;
	font-weight: 400;
}
#footer .footermt .footertime .datebox {
	font-size: 10px;
}
#footer .footermt .footertime .datebox .datelar {
	font-size: 13px;
}
#footer .footermt .footertime .datebox .timeclose {
	font-size: 12px;
}
#footer .footerbnr {
	display: none;
}
#footer .footernavi {
	display: none;
}
#footer .footerbtm {
	margin-top: 35px;
	padding-bottom: min(70px,18.6vw);
}
#footer .footerbtm .leftdec {
	left: -10px;
	max-width: none;
	width: min(120px,32vw);
}
#footer .footerbtm .rightdec {
	bottom: 0;
	max-width: none;
	width: min(105px,28vw);
}
#footer .footerlink {
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#footer .footerlink li {
	margin: 0 10px 25px;
	max-width: none;
}
#footer .footerlink li img {
	max-width:100%;
}
#footer .pagetop {
	display: none;
}
}

#footer .comfix {
	display: none;
}
@media (max-width: 767px) {
#footer .comfix {
	display: flex;
	position: fixed;
	justify-content: space-between;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
#footer .comfix li {
	width: 33%;
}
#footer .comfix li a {
	display: flex;
	background: #0a57a4;/*#FF9900*/ ;
	height: 50px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 1.5;
	font-family: " メイリオ"," ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Meiryo, Osaka, MS PGothic," sans-serif";
	letter-spacing: 0;
}
#footer .comfix li a:hover,
#footer .comfix li a:active {
	background: #4a81bb /*#BB834A*/;
}
}


/* anchor
----------------------------------------------- */
.anchor {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 110px;
	margin-top: -110px;
	z-index: 0;
}
@media (max-width: 767px) {
.anchor {
	padding-top: 55px;
	margin-top: -55px;
}
}


/* comnavi
----------------------------------------------- */
.comnavi {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.comnavi li {
	margin: 0 min(16px,1.0vw);/* 0 min(33px,1.7vw)*/
}
.comnavi li a {
	display: block;
	border-bottom: 1px #0a57a4/*#FF9900*/  solid;
	color: #10c989;/*#FF9900*/;
	padding: 0 12px 7px;
}
.comnavi li a:hover {
	color: #485e75; /*BB834A;*/
	border-bottom: 1px #0a57a4/*#0a57a4*/ solid;
}
.comnavi li .navitxt {
	display: block;
	font-size: clamp(10px,0.5vw,14px);/* clamp(10px,1vw,18px);*/
	line-height: 1.35;
	text-align: center;
	font-weight: 700;
	margin-top: 3px;
}
.comnavi li .naviico {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 35px;
}

@media (max-width: 1024px) {
.comnavi {
	display: none;
}
}



/* H
----------------------------------------------- */
.hdl {
	background: url(../img/common/line_hdl.png) center bottom no-repeat;
	display: flex;
	justify-content: center;
	padding: 0 0 15px;
	margin-bottom: 110px;
}
.hdl .hdlin {
	min-width: 400px;
	text-align: center;
	color: #0a57a4;/*#FF6600*/
	padding: 0 80px;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	position: relative;
}
.hdl .hdlin:before {
	position: absolute;
	content: "";
	background: url(../img/common/left_leaf.png) center center no-repeat;
	left: 0;
	top: 0;
	width: 38px;
	height: 100%;
	z-index: 0;
}
.hdl .hdlin:after {
	position: absolute;
	content: "";
	background: url(../img/common/right_leaf.png) center center no-repeat;
	right: 0;
	top: 0;
	width: 42px;
	height: 100%;
	z-index: 0;
}


@media (max-width: 767px) {
.hdl {
	background: url(../img/common/line_hdl_sp.png) center bottom no-repeat;
	display: flex;
	justify-content: center;
	padding: 0 0 10px;
	margin-bottom: 70px;
}
.hdl .hdlin {
	min-width: inherit;
	padding: 0 35px;
	font-size: 26px;
	font-weight: 700;
}
.hdl .hdlin:before {
	display: none;
}
.hdl .hdlin:after {
	display: none;
}
}




/* teaser
----------------------------------------------- */
.teaser {
	padding: 130px 20px 50px;
	background: url(../img/common/bg_main.png) center center no-repeat;
	background-size: cover;
}
.teaser .teaserin {
	padding: 0 12.5%;
	position: relative;
}
.teaser .decleft {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 11%;
	z-index: 0;
}
.teaser .decright {
	position: absolute;
	top: 20px;
	right: 0;
	max-width: 12%;
	z-index: 0;
}
.teaser .teaserimg {
	text-align: center;
}
.teaser .teasercont {
	font-size: 80px;
	letter-spacing: 0.12em;
	font-weight: 700;
}
.teaser .teasergray {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #707070;
	z-index: 0;
}
.teaser .teaserwhite {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	transform: translate(-2px,-2px);
	z-index: 0;
}
.teaser .teaserbtm {
	display: none;
}

@media (max-width: 1024px) {
.teaser .teasercont {
	font-size: 60px;
	letter-spacing: 0.12em;
}
}
@media (max-width: 767px) {
.teaser {
	margin: 0 auto 10px;
}
.teaser {
	background: url(../img/common/bg_main_sp.png) center center no-repeat;
	background-position-y: 0px;
}
.teaser .teaserin {
	padding: 0 15px;
}
.teaser .decleft {
	display: none;
}
.teaser .decright {
	display: none;
}
.teaser .teasercont {
	font-size: 23px;
	letter-spacing: 0.12em;
}
.teaser .teaserwhite {
	transform: translate(-1px,-1px);
}
.teaser .teaserbtm {
	display: block;
	padding: 0 15px;
	margin-top: 10px;
	text-align: left;
}

}



/* top
----------------------------------------------- */
.topmain {
	padding: 130px 20px 20px;
	background: url(../img/top/bg_main.webp) center center no-repeat;
	background-size: cover;
}
.topmain .mainbox {
/*	max-width: 1442px;*/
	max-width: 1216px;
	margin: 0 auto;
	position: relative;
}
.topmain .mainbox .maintxt {
	position: absolute;
	left: 2%;
	top: 14%;
	color: #FF6600;
	text-align: center;
	font-size: 41px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: 700 /*400*/;
	text-shadow: 0 2px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff;
	z-index: 1;
}
.topmain .mainslider .slick-dots {
	display: flex;
	justify-content: center;
	margin-top: 5px;
}
.topmain .mainslider .slick-dots li {
	margin: 0 8px;
	font-size: 0;
	padding: 0;
}
.topmain .mainslider .slick-dots li button {
	text-indent: -9999px;
	font-size: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	border: 1px #707070 solid;
	background: #fff;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.topmain .mainslider .slick-dots li.slick-active button {
	background: #707070;
}

@media (max-width: 1440px) {
.topmain .mainbox .maintxt {
	font-size: 2.85vw;
}
}
@media (max-width: 767px) {
.topmain {
	padding: 90px 15px 0;
	background: url(../img/top/bg_main_sp.webp) center center no-repeat;
	background-size: cover;
}
.topmain .mainbox .maintxt {
	position: static;
	left: auto;
	top: auto;
	font-size: 20px;
	letter-spacing: 0.05em;
}
.topmain .mainslider .slick-dots {
	margin-top: 10px;
}
.topmain .mainslider .slick-dots li {
	margin: 0 5px;
}
.topmain .mainslider .slick-dots li button {
	width: 10px;
	height: 10px;
}
}


.tophd {
	background: url(../img/common/line_hdl.png) center bottom no-repeat;
	display: flex;
	justify-content: center;
	padding: 0 0 5px;
}
.tophd .tophdin {
	min-width: 410px;
	text-align: center;
	color: #0a57a4 /*#FF6F00*/;
	padding: 0 100px;
	font-size: 46px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
	position: relative;
}
.tophd .tophdin:before {
	position: absolute;
	content: "";
	background: url(../img/top/dec_tiac01.png) center center no-repeat;
	left: 0;
	top: 0;
	width: 67px;
	height: 100%;
	z-index: 0;
}
.tophd .tophdin:after {
	position: absolute;
	content: "";
	background: url(../img/top/dec_tiac02.png) center center no-repeat;
	right: 0;
	top: 0;
	width: 64px;
	height: 100%;
	z-index: 0;
}


@media (max-width: 767px) {
.tophd {
	max-width: 346px;
	margin: 0 auto;
	background: url(../img/top/line_hd_sp.png) center bottom no-repeat;
	background-size: 100% auto;
	display: flex;
	justify-content: center;
	padding: 0 0 10px;
}
.tophd .tophdin {
	min-width: inherit;
	padding: 0 40px;
	font-size: 40px;
	font-weight: 500;
}
.tophd .tophdin:before {
	display: none;
}
.tophd .tophdin:after {
	display: none;
}
}

.topnews {
	margin: 20px 0 180px;
	padding: 0 20px;
	position: relative;
}
.topnews .tnewsdec01 {
	position: absolute;
	left: 40px;
	top: -45px;
	z-index: 0;
}
.topnews .tnewsdec02 {
	position: absolute;
	right: 25px;
	bottom: 25px;
	z-index: 0;
}
.topnews .tnewsinner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.topnews .tophd {
	margin-bottom: 5px;
}
.topnews .tnewslist li {
	border-bottom: 1px #B7B7B7 solid;
	letter-spacing: 0;
	padding: 20px 0;
	line-height: 1.5;
}
.topnews .tnewslist .tnewsdate {
	font-weight: 700;
	color: #0a57a4 /*#0a57a4*/ ;
	font-size: 18px; /* 追加 */
}
.topnews .tnewslist .tnewslink a {
	display: inline-block;
	font-weight: 700;
	color: #707070;
	position: relative;
	font-size: 20px; /* 追加 */
}
.topnews .tnewslist .tnewslink a:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #FF6600;
	opacity: 0;
	transition: transform .3s;
}
.topnews .tnewslist .tnewslink a:hover:before {
	opacity: 1;
	transition: transform .3s;
}
.topnews .tnewsmore {
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
}
.topnews .tnewsmore a {
	display: block;
	/* font-size: 13px; */
	letter-spacing: 0;
	color: #707070;
	font-weight: 700;
	padding-left: 20px;
	position: relative;
}
.topnews .tnewsmore a:before {
	position: absolute;
	content: "";
	left: 0;
	top:50%;
	transform:translateY(-50%);
	border-left:12px #FF6600 solid;
	border-right:0;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	z-index: 1;
}
.topnews .tnewsmore a:hover:before {
	border-left:12px #0a57a4 solid;
}
@media (max-width: 767px) {
.topnews {
	margin: 15px 0 80px;
	padding: 0 15px;
}
.topnews .tnewsdec01 {
	position: static;
	left: auto;
	top: auto;
	text-align: left;
	margin-bottom: 50px;
}
.topnews .tnewsdec02 {
	position: static;
	text-align: right;
	right: auto;
	bottom: auto;
	margin-top: 60px;
	padding: 0 15px;
	z-index: 0;
}
.topnews .tophd {
	margin-bottom: 50px;
}
.topnews .tnewsmore {
	margin-top: 25px;
}
.topnews .tnewsmore a {
	font-size: 14px;
}
}

.topabt {
	background: #FCFCEA;
	padding: 135px 20px 170px;
	position: relative;
	background-image: url(https://www.oroshimachi-dc.com/wp-content/themes/large-pop/img/top/flower_about.png);
	background-position:right bottom;
	background-repeat: no-repeat;
}
.topabt:before {
	position: absolute;
	content: "";
	background: url(../img/common/pop_com.png) center center repeat-x;
	left: 0;
	top: 0;
	width: 100%;
	height: 34px;
	transform: translateY(-50%);
	z-index: 0;
}
.topabt:after {
	position: absolute;
	content: "";
	background: url(../img/common/pop_com.png) center center repeat-x;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 34px;
	transform: translateY(50%);
	z-index: 0;
}
.topabt .tabtinner {
	max-width: 960px;/*1160px*/
	margin: 0 auto;
	/*position: relative;*/ 
	z-index: 1;
	/* background-color: powderblue; */ 

}
.topabt .tophd {
	margin-bottom: 105px;
}
.topabt .tabtbox {
	display: flex;
	align-items: center;
}
.topabt .tabtbox .tabtimg {
	flex-shrink: 0;
	align-self: flex-start;
	margin-right: 6%;
}
.topabt .tabtbox .tabtcont {
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.1em;
}
.topabt .tabtflower {
	position: absolute;
	right: 0;
	bottom: -18px;
	max-width: 100%;
	z-index: 0;
}

@media (max-width: 767px) {
.topabt {
	padding: 40px 15px 90px;
	position: relative;
	background-image: url(https://www.oroshimachi-dc.com/wp-content/themes/large-pop/img/top/flower_about2.png);
	background-size: cover;
	background-position:right bottom;
	background-repeat: no-repeat;
	
}
.topabt:before {
	background: url(../img/common/pop_com_sp.png) center center repeat-x;
	height: 18px;
}
.topabt:after {
	position: absolute;
	content: "";
	background: url(../img/common/pop_com_sp.png) center center repeat-x;
	height: 18px;
}
.topabt .tophd {
	margin-bottom: 70px;
}
.topabt .tabtbox {
	flex-direction: column;
	align-items: center;
}
.topabt .tabtbox .tabtimg {
	align-self: center;
	margin: 0 0 40px;
}
.topabt .tabtflower {
	right: -30px;
	bottom: 0;
}
}

.topnavi {
	padding: 200px 20px 80px;
}
.topnavi .navilist {
	max-width: 1450px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.topnavi .navilist li {
	max-width: 23%;
}
.topnavi .navilist .naviitem {
	display: block;
	color: #0a57a4 /* #FF9A03 */;
}
.topnavi .navilist .naviimg {
	text-align: center;
	margin-bottom: 20px;
}
.topnavi .navilist .navitit {
	text-align: center;
	font-size: 36px;
	letter-spacing: 0;
	font-weight: 700;
	line-height: 1.5;
}
.topnavi .navilist .naviitem:hover {
	color: #505050 /*#0a57a4*/;
}
@media (max-width: 1024px) {
.topnavi .navilist {
	flex-wrap: wrap;
	margin-bottom: -60px;
}
.topnavi .navilist li {
	max-width: none;
	width: 45%;
	margin-bottom: 60px;
}
}
@media (max-width: 767px) {
.topnavi {
	padding: 60px 15px 25px;
}
.topnavi .navilist li {
	width: 49%;
}
.topnavi .navilist .naviimg {
	margin-bottom: 10px;
}
.topnavi .navilist .navitit {
	font-size: 18px;
}
}

.toptiac {
	padding: 80px 20px 160px;
}
.toptiac .tiacbox {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 0 180px;
	position: relative;
}
.toptiac .tiacbox .boxinner {
	width: 45%;
	position: relative;
	z-index: 1;
}
.toptiac .tophd {
	background: url(../img/top/line_tiac.png) center bottom no-repeat;
	padding: 0 0 10px;
	margin-bottom: 55px;
}
.toptiac .tophd .tophdin {
	min-width: 410px;
}
.toptiac .tophd .tophdin:before {
	background: url(../img/top/dec_tiac01.png) center center no-repeat;
	width: 67px;
}
.toptiac .tophd .tophdin:after {
	background: url(../img/top/dec_tiac02.png) center center no-repeat;
	width: 64px;
}
.toptiac .contentcont {
	width: 100%;
	margin-bottom:35px;
}
.toptiac .contenttit {
	display:block;
	color: #018277 /* #AC6200 */;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom:15px;
}
.toptiac .toptime {
	width: 100%;
}
.toptiac .toptime td {
	border-top: 1px #707070 solid;
}
.toptiac .toptime th,
.toptiac .toptime td {
	padding: 15px 0;
	vertical-align: middle;
	text-align: center;
}
.toptiac .toptime th {
	font-size: 21px;
	line-height: 1.5;
	color: #2C2C2C;
	width: 10.5%;
}
.toptiac .toptime td {
	font-size: 14px;
	color: #018277 /* #AC6200 */;
	font-weight: 500;
}
.toptiac .toptime th.thtit {
	text-align: left;
	color: #018277 /* #AC6200 */;
	width: 26.5%;
	font-weight: 700;
}
.toptiac .toptime td.tdtit {
	text-align: left;
	font-size: 17px;
	color: #2C2C2C;
	padding-left: 10px;
	padding-right: 10px;
}
.toptiac .topdate {
	margin-top: 35px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	color: #2C2C2C;
	letter-spacing: 0.05em;
}
.toptiac .topdate .datelar {
	display: block;
	line-height: 1.4;
	font-size: 21px;
	font-weight: 700;
	color: #018277 /* #AC6200 */;
}
.toptiac .topdate .timeclose {
	font-size: 16px;
}
.toptiac .topmap iframe {
	width: 100%;
	height: 270px;
}
.toptiac .mapbtn {
	max-width: 200px;
	margin: 25px auto 0;
}
.toptiac .mapbtn a {
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #018277 /* #FF9407 */;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.toptiac .mapbtn a:hover {
	background: #BB834A;
}
.toptiac .toptrain {
	margin-top: 45px;
}
.toptiac .toptrain li+li {
	margin-top: 25px;
}
.toptiac .toptrain .traintit {
	border-bottom: 1px #004195 dashed;
	padding: 0 0 5px;
	display: flex;
	align-items: center;
	/* font-size: 14px; */
	color: #018277 /* #FFA200 */;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 5px;
}
.toptiac .toptrain .traintit .titico {
	flex-shrink: 0;
	width: 35px;
	display: block;
	font-size: 0;
}
.toptiac .toptrain .traintxt {
	line-height: 1.75;
}
.toptiac .tiacdec {
	position: absolute;
	left: 4%;
	bottom: 0;
	z-index: 0;
}
@media (max-width: 1024px) {
.toptiac .tiacbox {
	display: block;
	padding: 0;
}
.toptiac .tiacbox .boxinner {
	width: auto;
}
.toptiac .tiacbox .boxinner+.boxinner {
	margin-top: 50px;
}
.toptiac .tiacdec {
	position: static;
	left: auto;
	bottom: auto;
	margin-top: 60px;
}
}
@media (max-width: 767px) {
.toptiac {
	padding: 25px 15px 80px;
}
.toptiac .tophd {
	background: url(../img/top/line_hd_sp.png) center bottom no-repeat;
	background-size: 100% auto;
	padding: 0 0 10px;
	margin-bottom: 50px;
}
.toptiac .tophd .tophdin {
	min-width: inherit;
}
.toptiac .contenttit {
	font-size: 16px;
}
.toptiac .contenttxt {
	font-size: 14px;
}
.toptiac .toptime th,
.toptiac .toptime td {
	padding: 10px 0;
}
.toptiac .toptime th {
	font-size: 14px;
	width: 10%;
}
.toptiac .toptime td {
	font-size: 10px;
}
.toptiac .toptime th.thtit {
	font-size: 16px;
	width: 30%;
}
.toptiac .toptime td.tdtit {
	font-size: 12px;
	padding-left: 0;
	padding-right: 0;
}
.toptiac .topdate {
	margin-top: 20px;
	font-size: 12px;
}
.toptiac .topdate .datelar {
	font-size: 16px;
}
.toptiac .topdate .timeclose {
	font-size: 14px;
}
.toptiac .topmap iframe {
	width: 100%;
	height: 36vw;
}
.toptiac .mapbtn {
	max-width: 120px;
	margin: 10px auto 0;
}
.toptiac .mapbtn a {
	height: 20px;
	font-size: 11px;
}
.toptiac .toptrain {
	margin-top: 30px;
}
.toptiac .toptrain li+li {
	margin-top: 10px;
}
.toptiac .toptrain .traintit {
	border-bottom: 1px #0a57a4 dashed;
	font-size: 16px;
	margin-bottom: 10px;
}
.toptiac .toptrain .traintit .titico {
	width: 30px;
}
.toptiac .toptrain .traintxt {
	font-size: 14px;
	padding-left: 25px;
}
.toptiac .tiacdec {
	padding: 0 20px;
}
.toptiac .tiacdec img {
	width: 150px;
}
}
@media (max-width: 320px) {
.tophd .tophdin {
	font-size: 32px;
}
}



/* breadcrumbs
----------------------------------------------- */
.breadcrumbs {
	max-width: 1460px;
	padding: 0 15px;
	margin: 0 auto 20px;
	color: #2C2C2C;
}
.breadcrumbs a {
	color: #2C2C2C;
}
.breadcrumbs .breadin {
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs .arrow {
	margin: 0 1em;
}

@media (max-width: 767px) {
.breadcrumbs {
	font-size: 12px;
	margin: 0 auto 65px;
}
}



/* decoration
----------------------------------------------- */
.comdecor01 {
	position: absolute;
	top: 80px;/*160px*/
	left: 40px;
	z-index: 0;
}
.comdecor02 {
	position: absolute;
	top: 520px;
	right: 25px;
	z-index: 0;
}
.comdecor03 {
	position: absolute;
	z-index: 0;
}
.comdecor04 {
	position: absolute;
	z-index: 0;
}

@media (max-width: 1024px) {
.comdecor01 {
	display: none;
}
.comdecor02 {
	position: static;
	top: auto;
	right: auto;
	text-align: right;
	margin-top: 50px;
	padding: 0 5px;
}
.comdecor03 {
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin: 0 0 70px -15px;
}
.comdecor04 {
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: right;
	margin: 75px -15px 0 0;
}
}



/* comsns
----------------------------------------------- */
.comsns {
	max-width: 1460px;
	margin: 200px auto 0;
	position: relative;
	z-index: 1;
}
.comsns .snslist {
	display: flex;
}
.comsns .snslist li {
	width: 50px;
	margin-right: 10px;
}
@media (max-width: 1024px) {
.comsns {
	margin: 70px auto 0;
}
}
@media (max-width: 767px) {
.comsns {
	margin: 70px -20px 0;
}
.comsns .snslist li {
	width: 30px;
	margin-right: 5px;
}
}






/* doctor
----------------------------------------------- */
.docleader {
	padding: 0 30px 250px;
	position: relative;
}
.docleader .leaderinner {
	max-width: 1095px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.docleader .leaderinner .leaderbox {
	display: flex;
	align-items: flex-start;
}
.docleader .leaderinner .leaderimg {
	width: 32%;
	text-align: center;
	margin-right: 9%;
}
.docleader .leaderinner .leadercap {
	text-align: center;
	display: block;
	margin-top: 25px;
	font-size: 18px;
	font-weight: 500;
	color: #BB834A;
	letter-spacing: 0.075em;
	line-height: 1.5;
}
.docleader .leaderinner .leadercont {
	flex: 1;
}
.docleader .leaderinner .leadertxt {
	
}

@media (max-width: 1024px) {
.docleader {
	padding: 0 30px 100px;
	position: relative;
}
.docleader .leaderinner .leaderimg {
	margin-right: 5%;
}
}
@media (max-width: 767px) {
.docleader {
	padding: 0 30px 70px;
}
.docleader .leaderinner .leaderbox {
	display: block;
	padding: 0 5px;
}
.docleader .leaderinner .leaderimg {
	width: auto;
	margin: 0 0 70px;
}
.docleader .leaderinner .leadercap {
	margin-top: 15px;
	font-size: 12px;
	letter-spacing: 0.075em;
}
}

.dochistory {
	background: url(../img/doctor/bg_history.png) right bottom no-repeat #FCFCEA;
	padding: 125px 30px 110px;
	position: relative;
}
.dochistory:before {
	position: absolute;
	content: "";
	background: url(../img/common/pop_com.png) center center repeat-x;
	left: 0;
	top: 0;
	width: 100%;
	height: 34px;
	transform: translateY(-50%);
	z-index: 0;
}
.dochistory:after {
	position: absolute;
	content: "";
	background: url(../img/common/pop_com.png) center center repeat-x;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 34px;
	transform: translateY(50%);
	z-index: 0;
}
.dochistory .historyin {
}
.dochistory .historycont {
	display: flex;
	justify-content: center;
}
.dochistory .historytxt {
}

@media (max-width: 1024px) {
.dochistory {
	background: url(../img/doctor/bg_history.png) right bottom no-repeat #FCFCEA;
	background-size: 90% auto;
}
}
@media (max-width: 767px) {
.dochistory {
	padding: 50px 30px 75px;
}
.dochistory:before {
	background: url(../img/common/pop_com_sp.png) center center repeat-x;
	height: 18px;
}
.dochistory:after {
	position: absolute;
	content: "";
	background: url(../img/common/pop_com_sp.png) center center repeat-x;
	height: 18px;
}
}

.docquali {
	padding: 235px 30px 390px;
	position: relative;
}
.docquali .comdecor03 {
	top: 100px;
	left: 75px;
}
.docquali .comdecor04 {
	right: 120px;
	bottom: 90px/*130px*/;
}
.docquali .qualiinner {
	position: relative;
}
.docquali .qualicont {
	display: flex;
	justify-content: center;
}
.docquali .qualitxt {
}

@media (max-width: 1024px) {
.docquali {
	padding: 100px 30px;
}
.docquali .qualicont {
	margin-bottom: 100px;
}
}
@media (max-width: 767px) {
.docquali {
	padding: 80px 30px;
}
.docquali .qualicont {
	margin-bottom: 75px;
}
}

/* news list
----------------------------------------------- */
.newslist {
	margin: 20px 0 180px;
	padding: 0 20px;
	position: relative;
}
.newslist .tnewsdec01 {
	position: absolute;
	left: 40px;
	top: -45px;
	z-index: -1;
}
.newslist .tnewsdec02 {
	position: absolute;
	right: 25px;
	bottom: 25px;
	z-index: 0;
}
.newslist .tnewsinner {
	max-width: 1095px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.newslist .tophd {
	margin-bottom: 5px;
}
.newslist .tnewslist li {
	border-bottom: 1px #B7B7B7 solid;
	letter-spacing: 0;
	padding: 20px 0;
	line-height: 1.5;
}
.newslist .tnewslist .tnewsdate {
	font-weight: 700;
	color: #0a57a4 /*#0a57a4*/;
}
.newslist .tnewslist .tnewslink a {
	display: inline-block;
	font-weight: 700;
	color: #707070;
	position: relative;
	font-size: 18px; /*追加*/
}
.newslist .tnewslist .tnewslink a:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #FF6600;
	opacity: 0;
	transition: transform .3s;
}
.newslist .tnewslist .tnewslink a:hover:before {
	opacity: 1;
	transition: transform .3s;
}
.newslist .tnewsmore {
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
}
.newslist .tnewsmore a {
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	color: #707070;
	font-weight: 700;
	padding-left: 20px;
	position: relative;
}
.newslist .tnewsmore a:before {
	position: absolute;
	content: "";
	left: 0;
	top:50%;
	transform:translateY(-50%);
	border-left:12px #0a57a4 /*#FF6F00*/ solid;
	border-right:0;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	z-index: 1;
}
.newslist .tnewsmore a:hover:before {
	border-left:12px #0a57a4 /*#0a57a4*/  solid;
}
@media (max-width: 1024px) {
.newslist .tnewsdec01 {
	display: none;
}
}
@media (max-width: 767px) {
.newslist {
	margin: 15px 0 80px;
	padding: 0 15px;
}
.newslist .tnewsdec01 {
	position: static;
	left: auto;
	top: auto;
	text-align: left;
	margin-bottom: 50px;
}
.newslist .tnewsdec02 {
	position: static;
	text-align: right;
	right: auto;
	bottom: auto;
	margin-top: 60px;
	padding: 0 15px;
	z-index: 0;
}
.newslist .tophd {
	margin-bottom: 50px;
}
.newslist .tnewsmore {
	margin-top: 25px;
}
.newslist .tnewsmore a {
	font-size: 14px;
}
}


/* news detail
----------------------------------------------- */
.newsdetail {
	padding: 0 30px 390px;
	position: relative;
}
.newsdetail .detailinner {
	max-width: 980px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.newsdetail .post-body {
	font-family: 'Zen Maru Gothic', serif;

}
.newsdetail .post-body h2 {
	color: #0a57a4 /*#0a57a4*/ ;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.075em;
	border-bottom: 1px #0a57a4 /*#0a57a4*/  solid;
	border-left: 8px #0a57a4 /*#0a57a4*/  solid;
	padding: 5px 20px;
	margin-bottom: 30px;/* 50px;新規追加 */
}*/
}
.newsdetail .post-body div {
	font-size: 16px;/*新規追加*/
}
.newsdetail .postback {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}
.newsdetail .postback a {
	display: flex;
	align-items: center;
	color: #0a57a4 /*#0a57a4*/ ;
	line-height: 1.5;
	font-weight: 500;
}
.newsdetail .postback a img {
	margin-right: 20px;
}

@media (max-width: 1024px) {
.newsdetail {
	padding: 0 30px 100px;
	position: relative;
}
}
@media (max-width: 767px) {
.newsdetail {
	padding: 0 30px 80px;
}
.newsdetail .post-body h2 {
	margin-bottom: 80px;
}
.newsdetail .postback {
	margin-top: 60px;
}
}





/* access
----------------------------------------------- */
.accguide {
	padding: 0 30px 360px;
	position: relative;
}
.accguide .comdecor04 {
	right: 120px;
	bottom: 130px;
}
.accguide .guideinner {
	max-width: 1460px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.accguide .guidemap iframe {
	width: 100%;
	height: 650px;
}
.accguide .guidebox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 15px;
	margin-bottom: 90px;
}
.accguide .guidebox li {
	width: 29%;
}
.accguide .guidebox .guidetit {
	color: #0a57a4 /*#FF6F00*/;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 15px;
}
.accguide .guidebox .guidetxt {
	line-height: 1.5;
}
.accguide .guidemap {
	margin-bottom: 100px;
}
.accguide .guidemess {
	padding: 0 15px;
}
.accguide .guidemess li {
	display: flex;
	align-items: center;
	font-size: 18px;
	letter-spacing: 0.075em;
}
.accguide .guidemess li+li {
	margin-top: 10px;
}
.accguide .guidemess .messtit {
	width: 75px;
	flex-shrink: 0;
	font-weight: 500;
	color: #0BAC86;
}
.accguide .guidemess .messtxt {
	
}

@media (max-width: 1024px) {
.accguide {
	padding: 0 30px 100px;
}
.accguide .guidebox li {
	width: 30%;
}
.accguide .comdecor04 {
	display: none;
}
}
@media (max-width: 767px) {
.accguide {
	padding: 0 30px 70px;
}
.accguide .guidemap {
	margin: 0 -30px 60px;
}
.accguide .guidemap iframe {
	height: 270px;
}
.accguide .guidebox {
	display: block;
	padding: 0;
	margin-bottom: 80px;
}
.accguide .guidebox li {
	width: auto;
}
.accguide .guidebox li+li {
	margin-top: 40px;
}
.accguide .guidemess {
	padding: 0;
}
.accguide .guidemess li {
	flex-wrap: wrap;
	font-size: 16px;
}
.accguide .guidemess li+li {
	margin-top: 10px;
}
.accguide .guidemess .messtit {
	font-size: 16px;
	font-weight: 700;
	color: #0a57a4 /*#FF6F00*/;
	margin: 5px 0;
}
.accguide .guidemess .messtxt {
	font-size: 14px;
	margin: 5px 0;
}
}





/* contact
----------------------------------------------- */
.ctabox {
	padding: 0 30px 360px;
	position: relative;
}
.ctainner {
	max-width: 870px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.ctainner .ctadet {
	display: flex;
	justify-content: center;
	margin-bottom: 130px;
}
.ctainner .ctadet .dettxt {
	line-height: 1.5;
}
.ctabox .comdecor03 {
	left: 75px;
	top: 1700px;
}
.ctabox .comdecor04 {
	right: 120px;
	bottom: 130px;
}
.ctainner .formbox {
	
}
.ctainner .formhd {
	color: #0a57a4 /*#FF6F00*/;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 50px;
}
.ctainner .formlist li+li {
	margin-top: 40px;
}
.ctainner .formlist .formtit {
	font-size: 24px;
	color: #0a57a4 /*#FF6F00*/;
	font-weight: 700;
	line-height: 1.5;
	padding: 5px 0 5px 20px;
	border-left: 10px #0a57a4 /*#FF6F00*/ solid;
	margin-bottom: 25px;
}
.ctainner .formlist .formin {
	padding: 0 0 0 30px;
	font-size: 24px;
	line-height: 1.5;
}
.ctainner .formlist input[type=text],
.ctainner .formlist input[type=email],
.ctainner .formlist input[type=tel] {
	background: #fff;
	border: 1px #707070 solid;
	height: 54px;
	padding: 5px 15px;
	letter-spacing: 0;
	line-height: 1.5;
	width: 72%;
	font-family: 'Zen Maru Gothic', serif;
}
.ctainner .formlist input.wmid {
	width: 38%;
}
.ctainner .formlist input.wsml {
	width: 20%;
}
.ctainner .formlist textarea {
	background: #fff;
	border: 1px #707070 solid;
	height: 260px;
	padding: 5px 15px;
	letter-spacing: 0;
	line-height: 1.5;
	width: 72%;
	font-family: 'Zen Maru Gothic', serif;
}
.ctainner .formlist .formname+.formname {
	margin-top: 15px;
}
.ctainner .formlist .formname {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.ctainner .formlist .formname input {
	margin-right: 40px;
}
.ctainner .formlist .formname .namecap {
	color: #FF9900 /* #FF9900*/;
}
.ctainner .formlist .formsex {
	display: flex;
	align-items: center;
}
.ctainner .formlist .formsex label {
	margin-right: 1em;
}
.ctainner .formlist .formsex input {
	width: 20px;
	height: 20px;
	border: 1px #707070 solid;
	background: #fff;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.ctainner .formlist .formsex input:checked:before {
	position: absolute;
	content: "";
	background: #707070;
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}
.ctainner .formlist .formcode {
	display: flex;
	align-items: center;
}
.ctainner .formlist .formcode input {
	margin: 0 1em;
}
.ctainner .formlist select {
	width: 24%;
	background: url(../img/contact/arrow_select.png) right 10px center no-repeat #fff;
	border: 1px #707070 solid;
	height: 54px;
	padding: 5px 35px 0 15px;
	letter-spacing: 0;
	line-height: 1.5;
	font-family: 'Zen Maru Gothic', serif;
}
.ctainner .formlist .formaddr+.formaddr {
	margin-top: 20px;
}
.ctainner .formlist .formaddr .addrtit {
	color: #4a81bb /*#BB834A*/;
	margin-bottom: 5px;
	letter-spacing: 0;
	display: block;
}
.ctainner .formlist .formaddr .addrcap {
	font-size: 16px;
	color: #018277 /* #FF9900*/;
	line-height: 1.6;
	display: block;
}
.ctainner .formlist .formaddr .addrcap.capother {
	display: inline-block;
}
.ctainner .formlist .formtel {
}
.ctainner .formlist .formtel .telline {
	margin: 0 0.8em;
	display: inline-block;
}
.ctainner .formlist .formmail {
	
}
.ctainner .formlist .formmail .mailtxt {
	display: block;
	margin: 7px 0 13px;
}
.ctainner .formlist .formmail .mailtxt .mailsml {
	font-size: 16px;
	letter-spacing: 0.1em;
	display: block;
}
.ctainner .formnote {
	padding: 20px 0 0 30px;
	font-size: 24px;
	letter-spacing: 0;
	color: #2C2C2C;
	font-weight: 700;
	line-height: 1.5;
}
.ctainner .formbtn {
	padding: 0 30px;
	margin-top: 70px;
}
.ctainner .formbtn input[type=submit] {
	background: #D6D6D6;
	border: 1px #707070 solid;
	text-align: center;
	font-size: 24px;
	letter-spacing: 0;
	font-weight: 400;
	width: 150px;
	height: 54px;
	font-family: 'Zen Maru Gothic', serif;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.mw_wp_form_input .confirmnote{
 display: none;
}
.mw_wp_form_confirm .inputnote{
 display: none;
}
@media (max-width: 1024px) {
.ctabox {
	padding: 0 30px 100px;
}
.ctabox .comdecor03 {
	display: none;
}
.ctabox .comdecor04 {
	display: none;
}
}
@media (max-width: 767px) {
.ctabox {
	padding: 0 30px 70px;
}
.ctainner .ctadet {
	margin-bottom: 50px;
	padding: 0 5px;
}
.ctainner .ctadet .dettxt {
	font-weight: 500;
}
.ctainner .formbox {
	margin: 0 -15px;
}
.ctainner .formhd {
	margin-bottom: 25px;
}
.ctainner .formlist li+li {
	margin-top: 25px;
}
.ctainner .formlist .formtit {
	font-size: 14px;
	padding: 1px 0 1px 10px;
	border-left: 5px #018277 /* #FF6600 */ solid;
	margin-bottom: 15px;
}
.ctainner .formlist .formin {
	padding: 0 0 0 15px;
	font-size: 12px;
}
.ctainner .formlist input[type=text],
.ctainner .formlist input[type=email],
.ctainner .formlist input[type=tel] {
	height: 30px;
	padding: 2px 10px;
	width: 100%;
}
.ctainner .formlist input.wmid {
	width: 50%;
}
.ctainner .formlist input.wsml {
	width: 25%;
}
.ctainner .formlist textarea {
	height: 130px;
	padding: 5px 10px;
	width: 100%;
}
.ctainner .formlist .formname+.formname {
	margin-top: 10px;
}
.ctainner .formlist .formname input {
	margin-right: 20px;
}
.ctainner .formlist .formname .namecap {
	color: #4a81bb /*#BB834A*/;
}
.ctainner .formlist .formsex input {
	width: 10px;
	height: 10px;
	margin-right: 3px;
}
.ctainner .formlist .formsex input:checked:before {
	width: 5px;
	height: 5px;
}
.ctainner .formlist .formcode input {
	margin: 0 0.5em;
}
.ctainner .formlist .formcode .txtlar {
	font-size: 18px;
}
.ctainner .formlist select {
	width: 30%;
	background: url(../img/contact/arrow_select.png) right 5px center no-repeat #fff;
	background-size: 13px auto;
	height: 30px;
	padding: 5px 20px 0 10px;
}
.ctainner .formlist .formaddr+.formaddr {
	margin-top: 10px;
}
.ctainner .formlist .formaddr .addrtit {
	font-weight: 500;
	color: #0a57a4 /*#0a57a4*/ ;
}
.ctainner .formlist .formaddr .addrcap {
	font-size: 10px;
	color: #4a81bb /*#BB834A*/;
}
.ctainner .formlist .formaddr .addrcap.capother {
	display: block;
}
.ctainner .formlist .formtel .teltxt {
	display: inline-block;
	font-weight: 500;
}
.ctainner .formlist .formmail .mailtxt {
	margin: 20px 0 5px;
	font-weight: 500;
}
.ctainner .formlist .formmail .mailtxt .mailsml {
	font-size: 10px;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.ctainner .formnote {
	padding: 10px 0 0 15px;
	font-size: 11px;
}
.ctainner .formbtn {
	padding: 0 14px;
	margin-top: 30px;
}
.ctainner .formbtn input[type=submit] {
	font-size: 11px;
	letter-spacing: 0;
	width: 78px;
	height: 28px;
}
}





/* XXXXXX
----------------------------------------------- */

@media (max-width: 1024px) {

}
@media (max-width: 767px) {

}








/* ページ汎用
----------------------------------------------- */
.section01 {
	padding: 0 30px 350px;/*0 30px 250px;*/
	position: relative;
}
@media (max-width: 1024px) {
.section01 {
	padding: 0 30px 100px;
}
}
@media (max-width: 767px) {
.section01 {
	padding: 0 30px 70px;
}
}
.section02 {
	background: url(../img/common/bg_history.png) right bottom no-repeat #FCFCEA;
	padding: 125px 30px 110px;
	position: relative;
}
.section02:before {
	position: absolute;
	content: "";
	background: url(../img/common/pop_com.png) center center repeat-x;
	left: 0;
	top: 0;
	width: 100%;
	height: 34px;
	transform: translateY(-50%);
	z-index: 0;
}
.section02:after {
	position: absolute;
	content: "";
	background: url(../img/common/pop_com.png) center center repeat-x;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 34px;
	transform: translateY(50%);
	z-index: 0;
}
@media (max-width: 1024px) {
.section02 {
	background: url(../img/common/bg_history.png) right bottom no-repeat #FCFCEA;
	background-size: 90% auto;
}
}
@media (max-width: 767px) {
.section02 {
	padding: 50px 30px 75px;
}
.section02:before {
	background: url(../img/common/pop_com_sp.png) center center repeat-x;
	height: 18px;
}
.section02:after {
	position: absolute;
	content: "";
	background: url(../img/common/pop_com_sp.png) center center repeat-x;
	height: 18px;
}
}
.section03 {
	padding: 150px 30px 200px; /*235px(上) 30px（左右） 390px(下)*/	
	position: relative;
}
.section03 .comdecor03 {
	top: 00px;/* 500px*/
	left: 75px;
}
.section03 .comdecor04 {
	right: 120px;
	bottom: 130px;
}
@media (max-width: 1024px) {
.section03 {
	padding: 100px 30px;
}
}
@media (max-width: 767px) {
.section03 {
	padding: 80px 30px;
}
}

/*新規追加*/
.section04 {
	padding: 150px 30px 0px; /* 235px 30px 390px;*/
	position: relative;
}
.section04 .comdecor03 {
	top: 0px;/*500px;*/
	left: 75px;
}
.section04 .comdecor04 {
	right: 120px;
	bottom: 130px;
}
@media (max-width: 1024px) {
.section04 {
	padding: 100px 30px;
}
}
@media (max-width: 767px) {
.section04 {
	padding: 80px 30px;
}
}

/* /新規追加/ */






.contentinner {
	max-width: 1095px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.contentinner .contentbox {
	display: flex;
	align-items: flex-start;
}
.contentinner .margin {
	margin-bottom: 100px;

}
.contentinner .contentimg {
	width: 32%;
	max-width: 650;/*新規追加*/
	text-align: center;
	margin-right: min(9%, 36px);
}
.contentinner .contentcap {
	text-align: center;
	display: block;
	margin-top: 25px;
	font-size: 18px;
	font-weight: 500;
	color: #BB834A;
	letter-spacing: 0.075em;
	line-height: 1.5;
}
.contentinner .contentcont {
	flex: 1;
}
.contentinner .contenttxt {
	
}
@media (max-width: 1024px) {
.contentinner .contentimg {
	margin-right: 5%;
}
}
@media (max-width: 767px) {
.contentinner .contentbox {
	display: block;
	padding: 0 5px;
}
.contentinner .contentimg {
	width: auto;
	margin: 0 0 70px;
}
.contentinner .contentcap {
	margin-top: 15px;
	font-size: 12px;
	letter-spacing: 0.075em;
}
}


.section01 .comdecor01 {
	position: absolute;
	top: 160px;
	left: 40px;
	z-index: 0;
}
.section01 .comdecor02 {
	position: absolute;
	top: 520px;
	right: 25px;
	z-index: 0;
}
.section03 .comdecor03 {
	position: absolute;
	z-index: 0;
}
.section03 .comdecor04 {
	position: absolute;
	z-index: 0;
}

/* 新規追加  */
.section04 .comdecor04 {
	position: absolute;
	z-index: 0;
}
/* /新規追加/  */

@media (max-width: 1024px) {
.section01 .comdecor01 {
	display: none;
}
.section01 .comdecor02 {
	position: static;
	top: auto;
	right: auto;
	text-align: right;
	margin-top: 50px;
	padding: 0 5px;
}
.section03 .comdecor03 {
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin: 0 0 70px -15px;
}
.section03 .comdecor04 {
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: right;
	margin: 75px -15px 0 0;
}
	
/* 新規追加  */
.section04 .comdecor03 {
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin: 0 0 70px -15px;
}
.section04 .comdecor04 {
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: right;
	margin: 75px -15px 0 0;
}	
/* /新規追加/  */
	
}

/* 診療科目・アクセス
----------------------------------------------- */
.accessinner {
	max-width: 1095px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 0 40px;
	color: #0a57a4;
}
.accessinner .contentbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:center;
}
.accessinner .margin {
	margin-bottom: 100px;
}
.accessinner .contentcont {
	width: 100%;
}
.accessinner .contenttit {
	display:block;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom:15px;
}
.accessinner .contenttxt {
	font-size: 18px;
}
.accessinner .contenttime {
	width: 100%;
}
.accessinner .contenttime .timebox {
	width: 100%;
	margin-bottom: 10px;
}
.accessinner .contenttime .timebox th,
.accessinner .contenttime .timebox td {
	padding: 30px 0;
}
.accessinner .contenttime .timebox th {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
	width: 10%;
}
.accessinner .contenttime .timebox tr+tr th,
.accessinner .contenttime .timebox tr+tr td {
	border-top: 1px #707070 solid;
}
.accessinner .contenttime .timebox th.thtit {
	width: 30%;
	text-align: left;
	font-weight: 700;
}
.accessinner .contenttime .timebox td {
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}
.accessinner .contenttime .timebox td.tdtit {
	text-align: left;
	font-size: 24px;
	font-weight: 600;
}
.accessinner .contenttime .datebox {
	line-height: 1.7;
}
.accessinner .contenttime .datebox .datelar {
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.35;
}
@media (max-width: 767px) {
.accessinner {
	padding: 0;
}
.accessinner  .contentcont .margin {
	margin-bottom: 30px;
}
.accessinner .contenttit {
	font-size: 20px;
	margin-bottom: 15px;
}
.accessinner .contenttxt {
	font-size: 16px;
}
.accessinner .contenttime {
	/* width: auto; */
	margin-top: 40px;
}
.accessinner .contenttime .timebox {
	width: 100%;
	margin-bottom: 5px;
}
.accessinner .contenttime .timebox th,
.accessinner .contenttime .timebox td {
	padding: 10px 0;
}
.accessinner .contenttime .timebox th {
	font-size: 16px;
}
.accessinner .contenttime .timebox th.thtit {
	width: 30%;
}
.accessinner .contenttime .timebox td {
	font-size: 14px;
}
.accessinner .contenttime .timebox td.tdtit {
	font-size: 14px;
	font-weight: 400;
}
.accessinner .contenttime .datebox {
	font-size: 16px;
}
.accessinner .contenttime .datebox .datelar {
	font-size: 18px;
}
}

