@charset "utf-8";
/* CSS Document */


/**************************************************/
/*******　　全ページ共通ユーザー設定　　　*********/
/**************************************************/


/* body */
body {
	margin:0px;
	font-size:16px!important;
	min-width: 1200px; /* 横無限背景画像途切れ防止の為ページ最大幅設定 */
	/*font-family: 'Noto Sans Japanese', sans-serif!important;*/
	font-family: AvenirNextLTW01-Regular, Arial, AxisStd-Light, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-style: normal;
}

/*----------------------------------------------------*/ 
/*
------------------------------------------------------*/
.photo{
margin-top:-100px;
} 
.photo img{
margin-bottom:-20px;

}
.pg{
	line-height:1.8em;
	margin-top:-50px;
	color:#0080CC!important;
}
.top-b{
	margin: 0 0 10px 10px;
}
.foot-left .top-b {
	margin: 0;
}


.w2000{
	width: 2000px;
	margin:0 auto;
}
.w2000-2{
	width: 2000px;
	margin:0 auto;
	margin-bottom: -10px;
}
.w1000{
	width: 1000px;
	margin:0 auto!important;
}

/*----------------------------------------------------*/ 
/* ヘッダー
------------------------------------------------------*/ 
#HEAD{
	width: 100%;
	height: 110px;
	z-index: 9999!important;
	background-image: url("../img/head-bg.png");
	background-repeat: repeat-x;
	position: fixed;
}
#HDCONTENTS{
	width: 950px;
	margin:0 auto;
	position: relative;
	z-index: 9999!important;
	
}
.logo-box{
	position: absolute;
	margin: 15px 0 0 0;
}
h1{
	
}
.menu{
	position: relative;
	margin-top: -100px!important;
}
.nav-menu{
	width: 950px;
	margin:0 auto;
	z-index: 4!important;
	position: absolute;
	margin-top: -100px;
}
.nav-menu ul{
	padding: 0px!important;
	margin: 0px!important;
	z-index: 1;
}
.nav-menu ul li{
	list-style: none!important;
	float: left!important;
}
.bg-h{
	background-image: url("../img/hed_bg.png");
	background-repeat: repeat-x;
	height: 21px;
	margin-top: 110px;
	}

.hed-1{
	position: absolute;
	top:30px;
	left: 755px;
	background-image: url("../img/arrow-h.png");
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 10px;
	font-size: 12px;
}
.hed-2{
	position: absolute;
	top:55px;
	left: 755px;
	background-image: url("../img/arrow-h.png");
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 10px;
	font-size: 12px;
}
.bg-s1{
	position:absolute;
	z-index: 0;
	top: 0px;
	left: -20px;
}
.bg-s2{
	position:absolute;
	z-index: 0;
	top: 150px;
	right: -20px;
}
.b-01{
	position: relative;
	margin-top: 310px;
	float: right;
}
.b-02{
	position: relative;
	margin-top: 10px;
	float: right;
}
.tel{
	position: absolute;
	right: 0px;
	top:30px;
}
.point3{
	position: absolute;
	right: 0;
	top: 38px;
}
.point3 ul{
	padding: 0px;
	margin: 0px;
}
.point3 ul li{
	list-style: none;
	float: left;
}
.point3 ul li:nth-child(2){
	margin-left: 5px;
	margin-right: 5px;
}
.top-c{
	position:fixed;
	/* margin-right:80px!important; */
	/* margin-top:480px!important; */
	z-index: 9999!important;
	display:block;
	float:right!important;
	/* margin-left: 1114px; */
	top: 23%;
	right: 0%;
}
.top_temporary {
	position: absolute;
	right: 0;
	top:-240px;
}
.top_temporary ul li a {
	transition: .1s;
	display: block;
}
.top_temporary ul {
	position: absolute;
	left:10%;
	bottom: 8%;
	list-style: none;
	display: flex;
	justify-content: center;
	width: 80%;
	margin: 0;
	padding: 0;
	gap: 4%;
}


.top-c1{
	position: absolute;
	right: 0px;
	top:-720px!important;
	z-index: -1px;
}
.top-c2{
	position: absolute;
	left: -400px;
	top:-860px!important;
	z-index: -1px;
}
.top-c3{
	position: absolute;
	left: -100px;
	top:-720px!important;
	z-index: -1px;
}
.f-box{
	z-index:9999!important;
}
.relative{
	position: relative!important;
	display: block;
}
.bg-s1{
	position:absolute;
	z-index: 0;
	margin-top: -25px;
	left: -25px;
}

/*----------------------------------------------------*/ 
/* トップ
------------------------------------------------------*/
.bg-top1{
	background-color: #EAF6FD;
	padding-top: 30px!important;
	padding-bottom: 30px!important;
}

.title-n{
	font-size: 32px;
	padding-bottom: 0px;
	text-align: center;
	color: #0080CC;
	line-height: 1.0em;
	letter-spacing: 2px;
}
.title-n span{
	font-size: 16px;
	border-bottom: 2px #0080CC solid;
	padding-bottom: 5px;
	color: #333;
}

.news-box dl{
	clear: both;
}
.news-box dl dt{
	background-color:#0080CC;
	border: #CCCCCC solid 1px;
	text-align: center;
	color: #FFF;
	width: 140px!important;
	height: 80px;
	line-height: 80px;
	float: left;
}
.news-box dl dd{
	border-top: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	padding-left: 20px;
	height: 80px;
	line-height: 80px;
	float: left;
	background-color: #FFF;
	margin-left: 0px;
	width: 1060px;
}

.line-bottom{
	border-bottom: #CCCCCC solid 1px!important;
}
.box-1{
	margin-top: 30px;
}
.left-top-g{
	width: 29%;
	float: left;
}
.right-top-g{
	width: 69%;
	float: right;
}
.pre--t1{
	color: #0080CC;
	font-weight: bold;
	font-size: 14px;
	border-bottom: #0080CC solid 4px;
	width: 140px;
}
.pre-title-top{
	font-size: 24px!important;
	letter-spacing: 1px;
}
.pre-title-top span{
	font-size: 30px!important;
}
.p-top-left1{
	width: 49%;
	float: left;
}
.p-top-left1 img{
	width: 100%;
}

.p-top-right1{
	width: 49%;
	float: right;
}
.p-top-right1 img{
	width: 100%;
}
.p-top-right2{
	width: 49%;
	float: left;
}
.p-top-right2 img{
	width: 100%;
}
.p-top-left2{
	width: 49%;
	float: right;
}
.p-top-left2 img{
	width: 100%;
}
.p-top-left3{
	width: 39%!important;
	float: left;
	text-align: left;
}
.p-top-right3{
	width: 59%!important;
	float: right;
}
.mt-a{
	margin-top: 30px!important;
	clear: both;
}
.mt-b{
	margin-top: 60px!important;
	clear: both;
}
.mt-time{
	margin-top: -20px!important;
}
#main_slide{
	margin-top: 30px;
}
.top-bg-b{
	background-color: #303030;
}
.b-top1{
	position: relative;
	height: 280px;
	width: 380px;
	display: block;
	background-image: url("../img/company1.png");
	background-repeat: no-repeat;
	float: left;
}
.b-top2{
	position: relative;
	height: 280px;
	width: 380px;
	display: block;
	background-image: url("../img/company2.png");
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
}
.b-top3{
	position: relative;
	height: 280px;
	width: 380px;
	display: block;
	background-image: url("../img/company3.png");
	background-repeat: no-repeat;
	float: left;
}
.b-top1 a{
	height: 280px;
	width: 380px;
	display: block;
}
.b-top2 a{
	height: 280px;
	width: 380px;
	display: block;
}
.b-top3 a{
	height: 280px;
	width: 380px;
	display: block;
}
.text-t{
	position: absolute;
	bottom: 7px;
	left: 30px;
	color: #FFF;
}
.top-bg-b{
	min-height: 425px;
	padding-top: 10px;
}
.logo-bg{
	position: absolute;
	left: -370px;
	z-index: 9;
}
.pagetop{
	width: 60px;
	position: fixed;
	bottom: 0px;
	right: 0px;
}
.pr ul{
	padding: 0px;
	margin: 0px;

	
}
.pr ul li{
	list-style: none;
	background-image: url("../img/icon-c.png");
	background-repeat: no-repeat;
	padding-left: 36px;
	margin-bottom: 20px;
	height: 30px;
	line-height: 35px;
}
.access-t1{
	text-align: left;
	font-weight: bold;
}
.access-t2{
	clear: both!important;
	margin-top: 20px;
	margin-bottom: 10px;
}
.access-t2 ul{
	padding: 0px;
	margin: 0px;
	clear: both;
}

.access-t2 ul li{
	list-style: none;
	background-image: url("../img/icon2.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 20px;
	height: 30px;
	line-height: 35px;
	float: left;
	margin-right: 20px;
	color: #0080CC;
	font-weight: bold;
}
.access-t3{
	text-align: left;
}
.access-t3 ul{
	padding: 0px;
	margin: 0px;	
}

.access-t3 ul li{
	background-image: url("../img/icon3.png");
	background-repeat: no-repeat;
	list-style: none;
	color: #0668B5;
	font-weight: bold;
	padding-left: 30px;
	line-height: 30px;
	text-align: left;
}

.map{
	margin: 20px 0 0 0;
}
.title-g{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #0080CC;
	letter-spacing: 10px;
}
.menu-box{
	margin-top: 60px!important;
	
}
.menu-box ul{
	padding: 0px;
	margin: 0px;	

}
.menu-box ul li{
	list-style: none;
	text-align: center;
	border: solid 2px #0080CC;
	padding: 10px 20px;
	margin-right: 30px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	margin-bottom: 20px;
	letter-spacing: 3px;
	color: #0080CC;
	font-weight: bold;
	float: left;
}
.menu-box ul li:last-child{
	margin-right: 0px;
	
}
.flort-l{
	width: 1200px;
	margin-right: auto!important;
	margin-left: auto!important;
}

.event-t1{
	text-align: center;
	font-size: 50px;
	margin: 70px 0 20px 0;
	line-height: 1.4em;
	color: #BF716B;
	letter-spacing: 2px;
}
.event-t2{
	background-color: #BF716B;
	padding: 8px;
	font-size: 30px;
	text-align: center;
	letter-spacing: 2px;
	color: #FFF;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.top-1{
	margin-top: 40px!important;
}

#top_temporary {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	padding: 110px 0 0 0;
}

#top_temporary .photoimage {
	width: 337px;
	margin: 0;
	float: none;
}

#top_temporary .detail {
	width: 560px;
}

#top_temporary .detail .btn {
	margin: 0 0 0 auto;
	text-align: right;
}
#top_temporary .detail dl {
	border-radius: 10px;
	border: 1px solid #CCC;
	margin: 10px 0 0 0;
}

#top_temporary .detail dl dt {
	background: #C00;
	color: #FFF;
	padding: 10px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
}

#top_temporary .detail dl dd {
	padding: 10px 0 5px;
	text-align: center;
	margin: 0 10px;
}
#top_temporary .detail dl dd + dd {
	border-top: 1px solid #CCC;
	font-size: 12px;
}
#top_temporary .detail dl dd:last-child {
	border: none;
	padding: 0 0 10px 0;
}

#top_temporary .detail dl dd:last-child a {
	display: inline-block;
	background: #CC0000;
	padding: 5px 30px;
	border-radius: 50vh;
	color: #FFF;
	transition: 2s;
	font-weight: bold;
}

#top_temporary .detail dl dd:last-child a:hover {
	text-decoration: none;
	background: #000;
}

#preparation {
	padding-top: 120px;
	margin-top: 0 !important;
}

/*----------------------------------------------------*/ 
/* メイン画像
------------------------------------------------------*/

.main-photo{
	position: relative!important;
	z-index: 0;
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	height: 750px;
}
.catch{
	position: absolute!important;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:654px;
	height:167px;	

}
.item{
	z-index: 0!important;
}
.viewer ul li{
	list-style: none!important;
	z-index: -1;
}
.box-block{
	width: 950px;
	margin:0 auto;
	z-index: 9998!important;
	position: relative!important;
}
/*----------------------------------------------------*/ 
/* 汎用
------------------------------------------------------*/ 
section{
	margin: 0px!important;
	padding: 0px!important;
	clear: both!important;
}
.clearfix:after {
  clear: both!important;
  content: '';
  display: block!important;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
img{
	padding: 0px;
	margin: 0px;
}
a img:hover {
	opacity: 0.5 ;
	transition: 1.0s !important;
}

.blue{
	color: #323EA7;
}
.green{
	color: #0080CC;
}
.red2{
	color: #BF716B
}
.bg-green{
	background-color: #0080CC;
	color: #FFF;
}
.bold{
	font-weight: bold;
}
.relative{
	position: relative;
}
.text-left-1{
	text-align: left!important;
}
.text-left-1 tr th{
	text-align: left!important;
	padding-left: 10px;
}
.text-left-1 tr td{
	text-align: left!important;
	padding-left: 10px;
}

/*----------------------------------------------------*/ 
/* medical
------------------------------------------------------*/ 

#medtest {
	padding:100px 20px;
	border-bottom: 2px solid #0080CC;
	margin: 0 auto 40px;
}

#medtest .cut01 {
	float: right;
	padding: 0 0 20px 20px;
}

#medtest h2,#medtest h3 {
	font-weight: normal;
}

#medtest dl.med_test {
	margin-bottom: 40px;
}
#medtest dl.med_test dt {
	font-size: 24px;
	color: #0080CC;
	margin-bottom: 10px;
}

#medtest dl.med_test dd {
	padding-left: 48px;
	margin: 0;
}

#medtest .footcare {
	padding: 30px;
	background: #FFFCE3;
}

#medtest .footcare .sp {
	display: none;
}

#medtest .footcare ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#medtest .footcare li {
	margin-bottom: 8px;
	font-size: 16px;
	padding-left: 1em;
	text-indent: -1em;
}

#medtest .cutnailTitle {
	display: flex;
	justify-content: flex-start;
	gap:30px;
	align-items: flex-start;
	margin:30px 0;
}

#medtest .cutnailTitle h4 {
	font-size: 25px;
	color: #0080CC;
	font-weight: normal;
	margin: 0;
	border-bottom: 2px solid #0080CC; 
}

#medtest .cutnailTitle p {
	margin: 0;
}


#medtest .cutnail {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap:10%;
}

#medtest .cutnail li {
	width: 24%;
}

#medtest .cutnail li img {
	max-width: 100%;
}


/*----------------------------------------------------*/ 
/* footer
------------------------------------------------------*/ 

#pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

footer {
	padding: 0px;
	margin: 0px;
	margin-top: 80px;
	background-color: #EAF6FD!important;
	z-index: -1!important;
}
footer p{
	text-align: center;
}
.footer {
	padding: 0px;
	margin: 0px;
	margin-top: 80px;
	background-color: #EAF6FD!important;
	z-index: -1!important;
}
.footer p{
	text-align: center;
}
.foot1{
	margin: 40px 0 0px 0;
	float: left;
	width: 448px;	
}
.foot-menu{
	float: right;
	margin-top: 45px;
	/*width: 440px;*/
	z-index:1;
}
.foot-menu ul{
	padding: 0px;
	margin: 0px;
}
.foot-menu ul li{
	list-style: none;
	float: left;
	letter-spacing: 2px;
}

.foot-menu ul li a{
	color: #0080CC;
	text-decoration: none;
	font-size: 14px;
}

#foot-menu {
	padding: 1em 2em;
	text-align: center;
	background: #209DD9;
}

#foot-menu ul {
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}


#foot-menu ul li {
	position: relative;
	padding: 0;
	margin: 0;
}

#foot-menu ul li:after {
	content: "";
	width: 1px;
	height: 70%;
	background: #FFF;
	display: block;
	position: absolute;
	right: 0;
	top:15%;
}

#foot-menu ul li:first-child:before {
	content: "";
	width: 1px;
	height: 70%;
	background: #FFF;
	display: block;
	position: absolute;
	left: 0;
	top:15%;
}

#foot-menu ul li a {
	display: block;
	padding: 0 1em;
	color: #FFF;
}


.foot-u{
	background-color: #0080CC;
	text-align: center;
	height: 70px;
	color: #FFF;
	line-height: 70px;
	clear: both;
}
.foot-right{
	float: right;
	width: 382px;
	margin-bottom: 50px;
	z-index: 1;
}
.foot-right ul{
	padding: 0px;
	margin: 0px;
}
.foot-right ul li{
	list-style: none;
	float: left;
}
.foot-up{
	clear: both!important;
	margin-bottom: 20px!important;
	z-index:1!important;
}
.f{
	z-index:1;
}
.foot-left{
	width: 510px;
	float: left;
	
}
.title-time{
	background-image: url("../img/icon-c.png");
	background-repeat: no-repeat;
	padding-left: 42px;
	color: #0080CC;
	font-size: 24px;
}
.title-time span{
	float: right;
	background-color: #209DD9;
	padding: 2px 10px;
	color: #FFF;
	/*margin-top: -35px;*/
}
.foot-table{
	margin-top: 10px;
}
.foot-table tr td{
	text-align: center;
	color: #0080CC;
	border-top: #0080CC solid 1px;
	padding: 7px;
}
.f-1{
	color: #01B4ED!important;
	min-width: 52px!important;
	border-right: #0080CC solid 1px;
	font-size: 20px;
}
.f-2{
	/*border-left: #0080CC solid 1px;*/
	border-right: #0080CC solid 1px;
}
.f-3{
	border-bottom: #0080CC solid 1px;
}
.f-4{
	border-right: #0080CC solid 1px;
}
.f-w{
	background-color: #FFF!important;
}
.mf-text1{
	text-align: left;
	margin: 8px 0 12px 0;
	color: #0080CC;
}
.w950{
	width: 950px;
	margin:0 auto;
}
.top-title1{
	color: #0080CC;
	font-size: 20px;
	margin-bottom: 20px;
	z-index: 99!important;
	position: absolute;
	font-weight: bold;
}
.top-title2{
	color: #0080CC;
	font-size: 20px;
	z-index: 99!important;
	position: absolute;
	top: 210px;
}
.top-left1{
	width: 620px;
	float: left;
}
.top-right1{
	width: 280px;
	float: right;
}
.top-title4{
	width: 950px;
	margin:0 auto;
	margin-top: 70px;
	text-align: center;
}
.box-2{
	margin-top: 55px;
}
.photo-t1{
	float: right;
}
.photo-t2{
	float: left;
}
.left-1{
	float: left;
	width: 560px;
}
.left-2{
	float: right;
	width: 560px;
}
.title-l1{
	background-image: url(../img/icon-a.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 26px;
	color: #0080CC;
}

.title-l1-2{
	margin-top: 20px;
	background-image: url(../img/icon-a.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding-left: 24px;
	font-size: 18px;
	color: #0080CC;
}
.title-l2{
	color: #0080CC;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.title-l2-2{
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.title-l3{
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.title-l4{
	background-image: url(../img/arrow-t.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 26px;
	color: #0080CC;
}
.icon-top{
	background-image: url(../img/icon-ac.png);
	background-repeat: no-repeat;
	font-size: 18px;
	padding-left: 24px;
}
.icon-top2{
	background-image: url(../img/icon-ac2.png);
	background-repeat: no-repeat;
	font-size: 18px;
	padding-left: 24px;
	float: left;
	margin-right: 35px;
	margin-bottom: 20px;
}


/* news */

#newsContainer {
	background-color: rgba(255,255,255,0.8);
	padding: 15px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap:1rem 5%;
	justify-content: space-between;
}

#newsContainer h2.title {
	background-image: url(../img/icon-n.png);
	background-repeat: no-repeat;
	padding-left: 36px;
	font-size: 30px;
	color: #0080CC;
	margin: 0 0 .75em 0;
}

#newsContainer img {
	max-width: 100%;
	width: 100%;
}

#newsContainer * {
	float: none;
}
#newsContainer ul,
#newsContainer ol,
#newsContainer li,
#newsContainer dl,
#newsContainer dt,
#newsContainer dd,
#newsContainer p {
	padding: 0;
	margin: 0 0 1em 0;
	line-height: 1.5;
	list-style: none;
}

#newsContainer a {
	text-decoration: underline;
}

#newsContainer p:last-child {
	margin-bottom: 0;
}


#newsContainer .wide100 {
	width: 100%;
}

#newsContainer .mainColumn {
	width: 65%;
}

#newsContainer .subColumn {
	width: 30%;
}

#newsContainer .title {
	color: #0080CC;
	font-weight: 800;
}

#newsContainer .title2 {
	color: #0080CC;
	font-weight: 800;
	padding-left: .5em;
	border-left: 6px solid #01B4ED;
}


#newsContainer .line {
	border-bottom: 1px dashed #0080CC;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#newsContainer .upperline {
	border-top: 1px solid #0080CC;
	padding-top: 1em;
	margin-top: 1em;
}

#newsContainer .dotlist li {
	padding-left: 1em;
	text-indent: -1em;
}

#newsContainer strong.marker1 {
	background: linear-gradient(transparent 50%, #ffeced 50%);
	color: #C00;
}


/* ---- news */

.news-bg{
	background-color: rgba(255,255,255,0.8);
	padding: 15px;
}
.news-bg2{
	background-color: rgba(255,255,255,0.8);
	padding: 15px;
}
.news-title{
	background-image: url(../img/icon-n.png);
	background-repeat: no-repeat;
	padding-left: 36px;
	font-size: 30px;
	color: #0080CC;
	margin-bottom: 20px;
}
.news-l{
	border-top:#0080CC 1px solid;
	clear: both;
	display: block;
	height: 50px;
	line-height: 50px;
}
.news-l2{
	border-top:#0080CC 1px solid;
	clear: both;
	display: block;
	height: 125px;
	line-height: 50px;
}

.forCarUser {
	border-top:#0080CC 1px solid;
}


.forCarUser h2 {
	color: #0080CC;
	border-left: #01B4ED solid 7px;
	font-size: 18px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.forCarUser p {
	color: #0080CC;
	margin-bottom: 10px;
}
.forCarUser p.strong {
	font-weight: bold;
	background: url(../img/icon-a.png) no-repeat 0 0 / 18px auto;
	padding-left: 24px;
	font-size: 16px;
}



.day{
	color: #0080CC;
	width: 200px;
	float: left;
}
.naiyou{
	color: #0080CC;
	float: left;
}
.n-2{
	line-height: 1.8em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.n-3{
	line-height: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bg-n{
	padding-top: 50px;
	padding-bottom: 50px;
}
.bg-n3{
	padding-top: 50px;
	padding-bottom: 50px;
}
.news-last{
	border-bottom:#0080CC 1px solid;
	margin-bottom: 20px;
}

/* （インナーページ） */
.bg-top2{
	padding-top: 60px!important;
	padding-bottom: 30px!important;
}
.relative{
	position: relative!important;
}
.in-menu{
	position: absolute;
	top:450px;
}
.viewer-n {
	background-image: url(../img/main1-new.png);
	background-repeat: no-repeat;
	background-size:contain;
	min-height: 500px!important;
	margin-top: 0px!important;
	
}
.viewer-n2 {
	background-image: url(../img/main2.png);
	background-repeat: no-repeat;
	background-size:contain;
	min-height: 500px!important;
	margin-top: 0px!important;

}
.viewer-n3 {
	background-image: url(../img/main3.png);
	background-repeat: no-repeat;
	background-size:contain;
	min-height: 500px!important;
	margin-top: 0px!important;

}
.viewer-n4 {
	background-image: url(../img/main4-new.png);
	background-repeat: no-repeat;
	background-size:contain;
	min-height: 500px!important;
	margin-top: 0px!important;

}
.viewer-n5 {
	background-image: url(../img/main5.png);
	background-repeat: no-repeat;
	background-size:contain;
	min-height: 500px!important;
	margin-top: 0px!important;


}
.viewer-n6 {
	background-image: url(../img/main6.png);
	background-repeat: no-repeat;
	background-size:contain;
	min-height: 500px!important;
	margin-top: 0px!important;

}

.viewer-n7 {
	background-image: url(../img/main7.png);
	background-repeat: no-repeat;
	background-size:contain;
	min-height: 500px!important;
	margin-top: 0px!important;
}

.viewer-n8 {
	background-image: url(../img/main8.webp);
	background-repeat: no-repeat;
	background-size:contain;
	min-height: 500px!important;
	margin-top: 0px!important;
}

.viewer-n9 {
	background-image: url(../img/main9.webp);
	background-repeat: no-repeat;
	background-size:contain;
	min-height: 500px!important;
	margin-top: 0px!important;
}

.n-bg{
	background-color: rgba(255,255,255,0.8);
	padding: 0px;
}
.in-left-1{
	float: left!important;
	width: 300px;
}
.in-left-1 img{
	width: 300px;
}
.in-right-1{
	float: right;
	width: 570px;
}
.in-left-a{
	float: left;
	width: 950px;
}
.in-left-a2{
	float: left;
	width: 330px;
}
.in-left-2{
	width: 570px;
	float: left;
}
.in-left-3{
	width: 450px;
	float: left;
}
.in-right-2{
	float: right!important;
	width: 300px;
}
.in-right-3{
	float: right!important;
	width: 450px;
}

.in-right-2 img{
	width: 300px;
}
.title-l1n{
	font-size: 26px;
	color: #0080CC;
}
.title-l1-n{
	border-left: #01B4ED solid 7px;
	font-size: 26px;
	color: #0080CC;
	padding-left: 10px;
	margin-bottom: 20px;
}
.title-l1-n span{
	color: #01B4ED;
	font-size: 16px;
}
.mt-s{
	margin-top: -35px!important;
}
.news-last2{
	border-bottom:#0080CC 1px solid;
	margin-bottom: 20px;
	min-height: 100px;
}
.in-1{
	color: #333!important;
}
.in-2{
	text-align: center!important;
}
.mb-i1{
	margin-bottom: 35px;
}
.mt-in1{
	margin-top: 20px;
}
.in-foot{
	margin-top: 0px;
}
.mb0{
	margin-bottom: 0px!important;
}
.photo-c1{
	float: left;
}
.photo-c1 img{
	width: 445px;
	margin-bottom: -7px;
	
}
.right-c1{
	float: right;
	width: 460px;
	padding: 25px 25px 0 0;
}
.p-1{
	width: 275px;
	padding: 20px!important;
	float: left;
	background-color: rgba(255,255,255,0.8);
	padding: 0px;
	min-height: 250px;
}
.p-2{
	width: 275px;
	padding: 20px!important;
	float: left;
	margin-left: 62px;
	margin-right: 62px;
	background-color: rgba(255,255,255,0.8);
	padding: 0px;
	min-height: 250px;
}
.mt-c1{
	margin-top: 30px;
}
.f-a{
	font-size: 16px!important;
}
.c-p04,
.c-p05,
.c-p06{
	float: left;
}
.w-3{
	width: 278px;
	margin: 25px 0 35px 0;
}
.c-p05{
	margin-left: 58px;
	margin-right: 58px;
}
.mt-re{
	margin-top: 60px;
}
.mt-re2{
	margin-top: 60px;
	width:315px;
	float:left;
}

.ce {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:60px 0
}

.ce .mt-re2 {
	width: 30%;
	margin-top: 0;
	float: none;
}

.ce .mt-re2 .in-left-a2{
	width: auto;
	float: none;
}


.ce .mt-re2 .title-l2-2 img {
	width: 100%;
	max-width: 100%;
	float: none;
}

.title-l2-2 img{
	width:280px;
}
.l-left{
	text-align: left!important;
	float: left;
}
.ac-text1{
	color: #0080CC;
}
.ac-text2{
	font-size: 32px;
}
.ac-l{
	margin-top: -150px;
}
.ac-box{
	width: 210px;
	float: left;
}
.ac-box img{
	width: 210px;
}
.ac-arrow{
	margin-left: 8px;
	margin-right: 8px;
	float: left;
	margin-top: 50px;
}
.tk-b{
	margin-bottom: 80px;
}
.title-top-a{
	color: #0080CC;
	font-weight: bold;
}
/* （HDCONTENTS01 タブレット表示） */
@media only screen and (max-width: 1020px) and (min-width: 768px) {
	#wrap{
		padding-left: 0%;
		padding-right: 0%;
		overflow: hidden;
	}
	#HEAD{
		padding-left: 2%;
		padding-right: 2%;
	}
	.w1200{
		width: 100%;
	}
	.tel{
		margin-right: 2%;
	}
	.news-box dl dd{
	width: 1012px;
}
	.img-w{
		width: 100%;
	}
.viewer-n {
	background-image: url(../img/main1.png);
	background-repeat: no-repeat;
	background-size:contain;
	min-height: 370px!important;
	margin-top: 70px!important;
	
}
.viewer-n2 {
	background-image: url(../img/main2.png);
	background-repeat: no-repeat;
	background-size:contain;
	min-height: 370px!important;
	margin-top: 70px!important;
}
.viewer-n3 {
	background-image: url(../img/main3.png);
	background-repeat: no-repeat;
	background-size:contain;
	min-height: 370px!important;
	margin-top: 70px!important;
}
.viewer-n4 {
	background-image: url(../img/main4.png);
	background-repeat: no-repeat;
	background-size:contain;
	min-height: 370px!important;
	margin-top: 70px!important;
}
.viewer-n5 {
	background-image: url(../img/main5.png);
	background-repeat: no-repeat;
	background-size:contain;
	min-height: 370px!important;
	margin-top: 70px!important;
}
.viewer-n6 {
	background-image: url(../img/main6.png);
	background-repeat: no-repeat;
	background-size:contain;
	min-height: 370px!important;
	margin-top: 70px!important;
}
}
,naiyou a{
	color:#0080CC!important;
	width:100%;
}
.pay{
	width:140px;
	margin-bottom:20px;
	float:right;
	font-size:13px;
}
.pay img{
	width:140px;
	margin-bottom:5px;
	float:right;
}
.pay p{
	font-size:13px;
}
.top-b{
	float:left;
}
.card img{
	width:510px;
}