


/*-----------top---------------*/
.index .pagevip{
    display: none;
}

.mainimgpanel {
    /*position: relative;*/
    /*height: auto;*/
    /*background: url(../../images/top/img_mainimg01.png) center center no-repeat;
    background-size: cover;*/
}
.mainimgpanel .tit {
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
    z-index: 2;
}
.mainimgpanel .tit img + img {
    margin-left: 40px;
}
.mainimgpanel .akamoji {
    position: absolute;
    top: 85%;
    left: 70px;
    transform: translateY(-50%);
    z-index: 3;
	float:left;
}
.mainimgpanel .information {
    width: 500px;
    background: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 35px;
    right: 70px;
    z-index: 2;
}
.mainimgpanel .information .title {
    text-align: center;
}
.mainimgpanel .information .title span {
    font-size: 20px;
    color: #04568c;
    margin-right: 15px;
}
.mainimgpanel .information .detil  {
    display: flex;
}
.mainimgpanel .information .detil .people {
    flex: 3;
    display: flex;
}
.mainimgpanel .information .detil .people div {
    flex: 1;
    text-align: center;
}
.mainimgpanel .information .detil .people .txt01 {
    font-size: 16px;
    color: #fff;
    background: #474545;
    padding: 5px 0;
}
.mainimgpanel .information .detil .people .txt02 {
    display: flex;
    height: 72%;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
}
.mainimgpanel .information .detil .list {
    flex: 1;
    padding: 15px 20px;
    border-top: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.mainimgpanel .information .bg01 {
    background: #d44450;
}
.mainimgpanel .information .bg02 {
    background: #dfcb22;
}
.mainimgpanel .information .bg03 {
    background: #007ed0;
}
.mainimgpanel .information .detil .list p + p {
    margin-top: 10px;
    text-align: center;
    color: #fff;
}
/*キャンペーンバナーの部分*/
.bnr_c{
	width: 1120px;
	height: 240px;
	position: relative;
	margin-bottom: 40px;
	
}
.bnr_d{
	margin-bottom: 20px;
}

.bnr_c_contents{
	display: flex;
}
.bnr_c_top{
	background-color: #008cd7;
	height: 51px;
}
.bnr_c_top img{
	margin: auto auto 10px 20%;
}
.bnr_c_top span{
	margin: auto auto auto 5%;
    color: white;
    font-size: 17px;
    letter-spacing: 7.05px;
}
.bnr_c_top span.big{
	margin-left: 0;
	font-size: 25px;
	font-weight: bold;
	line-height: 51px;
}

.bnr_c .kuwasiku{
	padding: 1px 10px 1px 22px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fdf642;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ffffff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ffffff),color-stop(.75, #ffffff), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
}
.bnr_c_contents_01{
	display: flex;
    width: 50%;
    padding: 16px 0 0 3%;
}
.bnr_c_contents_01 div:last-of-type{
	margin-left: 24px;
    text-align: center;
    line-height: 30px;
	margin-top: 15px;
}
.bnr_c_contents_01 div:last-of-type p:nth-of-type(2){
	font-size: 30px;	
    line-height: 40px;
}
.bnr_c_contents_01 div:last-of-type p:last-of-type{
	font-weight: inherit;
    text-align: initial;
    line-height: 16px;
    margin-left: 13px;
}
.bnr_c_contents_01 .big{
	font-size: 30px;
	color: #008cd7;
	margin-left: 19px;
}
.bnr_c_contents_02{
	display: flex;
	width: 50%;
	padding-top: 16px;
}
.bnr_c_contents_02 div:last-of-type{
	margin-left: 24px;
	text-align: center;
	margin-top: 20px;
}
.bnr_c_contents_02 div:last-of-type p:first-of-type{
	font-size: 30px;
	color: #008cd7;
	line-height: 25px;
}
.bnr_c_contents_02 div:last-of-type p:first-of-type .small{
	font-size: 16px;
}
.bnr_c_contents_02 div:last-of-type p:last-of-type{
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
}
.bnr_c_contents_02 .big{
	font-size: 30px;
	color: #008cd7;
	line-height: 40px;
}

	 .bnr_c a:hover {
		 text-decoration: none !important;
		 opacity: 0.6;
  }
.bnr_c a{
		 display: block;
	    margin-bottom: 40px;
  }
.zeibetu{
	color: #008cd7;
	font-size: 10px;
	padding-left: 2px;
	font-weight: normal;
}
	
@media screen and (max-width: 1120px) {
	.bnr_c {
    width: 100%;
}
	.bnr_c_contents_01 {
    width: 44%;
    padding: 16px 0 0 1%;
}
	.bnr_c_contents_02 {
    width: 56%;
}
	.bnr_c_contents_02 div:last-of-type p:first-of-type .small {
    font-size: 12px;
}
}


@media screen and (max-width: 1270px) {
    .mainimgpanel .akamoji {
        position: absolute;
        top: 85%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        z-index: 2;
        padding: 0 50px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 768px) {
    .mainimgpanel {
        /*height: 475px;*/
    }
    .mainimgpanel .tit {
        position: absolute;
        top: 40%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        z-index: 2;
        padding: 0 50px;
        box-sizing: border-box;
    }
    .mainimgpanel .tit img {
        display: block;
        margin: 0 auto;
    }
	.mainimgpanel .tit img:first-of-type {
        display: none;
    }
    .mainimgpanel .tit img + img {
        margin-left: 0;
        margin-top: 162px;
    }
    .mainimgpanel .akamoji {
        position: absolute;
        top: 82%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        z-index: 2;
        padding: 0 50px;
        box-sizing: border-box;
		line-height:1.2;
		text-align:center;
	}
    .mainimgpanel .information {
        width: 95%;
        background: rgba(255,255,255,0.8);
        position: absolute;
        bottom: 10px;
        right: 50%;
        transform: translateX(50%);
        z-index: 2;
    }
    .mainimgpanel .information .title {
        text-align: center;
        font-size: 13px;
    }
    .mainimgpanel .information .title span {
        font-size: 16px;
        margin-right: 10px;
    }
    .mainimgpanel .information .detil  {
        display: flex;
    }
    .mainimgpanel .information .detil .people {
        flex: 3;
        display: flex;
    }
    .mainimgpanel .information .detil .people div {
        flex: 1;
        text-align: center;
    }
    .mainimgpanel .information .detil .people .txt01 {
        font-size: 13px;
    }
    .mainimgpanel .information .detil .people .txt02 {
        font-size: 16px;
    }
    .mainimgpanel .information .detil .list {
        padding:  5px ;
        font-size: 12px ;
    }
    .mainimgpanel .information .detil .list p {
        font-size: 10px;
    }
    .mainimgpanel .information .detil .list p + p {
        margin-top: 5px;
        text-align: center;
        color: #fff;
    }
/*キャンペーンバナー部分*/	
	.bnr_c {
    width: 100%;
    height: auto;
}
	.bnr_c_top {
    height: auto;
}
	.bnr_c_top img {
    display: block;
    margin: 0 auto;
	padding-top: 8px;
	width: 180px;
}
	.bnr_c_top span {
    font-size: 10px;
    text-align: center;
	letter-spacing: 5.05px;
}
	.bnr_c_top .date{
	display: block;
	}
	.bnr_c_contents {
    display: block;
}
	.bnr_c_contents_01,.bnr_c_contents_02 {
    display: block;
    width: 100%;
	padding: 2%;
}
	.bnr_c_contents_01 div:first-of-type,.bnr_c_contents_02 div:first-of-type{
	width: 63px;
	}
	.bnr_c_contents_01 div:last-of-type {
    margin-left: auto;
    text-align: center;
    line-height: 16px;
    margin-top: -36px;
}
	.bnr_c_contents_02 div:last-of-type {
    margin-left: auto;
    margin-top: -28px;
}
	.bnr_c_contents_01 div:last-of-type p:last-of-type {
           font-size: 12px;
    text-align: center;
		padding-top: 2px;
}
	.bnr_c_contents_01 .big {
    font-size: 25px;
    margin-left: 11px;
}
	.bnr_c_contents_02 div:last-of-type p:last-of-type {
    margin-bottom: 17px;
}
	.bnr_c_contents_02 div:last-of-type p:first-of-type .small {
    font-size: 12px;
}
	.bnr_c_contents_02 div:last-of-type p:last-of-type {
    margin-top: 0px;
	font-weight: lighter;
}
	.bnr_c_contents_02 .big {
    font-size: 24px;
    line-height: 33px;
    font-weight: bold;
}
	.bnr_c_contents_02 div:last-of-type p:first-of-type {
    font-size: 23px;
}
	.bnr_c_top span.big {
    font-size: 20px;
    line-height: 37px;
}
.bnr_c a {
    display: block;
    margin-bottom: 20px;
}
	.bnr_c {
    margin-bottom: 0px;
}
	
	
	
	
	
	
	
	
	
	
}
.mainslider img {
    width: 100%;
}
.mainslider{
	    padding-top: 40px;
    background: #e6e6e6;
}



.topnews {
    background: #e6e6e6;
    padding: 60px 0 50px;
    /*position: relative;*/
}
.topnews .bg {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 2;
}
.topnews .tit {
    font-size: 24px;
    font-weight: bold;
}
.topnews .jscrollpane {
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.topnews .newslist {
    margin: 15px 0 35px;
}
.topnews .newslist li {
    padding: 10px 0;
    position: relative;
}
.topnews .newslist li + li {
    border-top: 1px solid #137bc3;
}
.topnews .newslist li::before {
    background: url(../../images/top/ico_arrow01.png) 0 0 no-repeat;
    width: 8px;
    height: 13px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    content: "";
    z-index: 2;
    position: absolute;
}
.topnews .newslist span {
    display: inline-block;
}
.topnews .newslist .date {
    font-size: 15px;
    font-weight: bold;
}
.topnews .newslist .cate.bg01 {
    background: #c83e48;
}
.topnews .newslist .cate.bg02 {
    background: #0070b9;
}
.topnews .newslist .cate.bg03 {
    background: #cbd20d;
}
.topnews .newslist .cate {
    font-size: 13px;
    background: #c83e48;
    width: 100px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    margin: 0 30px;
}
.topnews .newslist a {
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.topnews .jspTrack{
    background: none;
    border-right: 1px solid #137bc3;
}
.topnews .jspDrag {
    background: #137bc3;
}
.topnews .bnr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.newsslider img {
    margin: 0 auto;
}
.newsslider .slick-prev,
.newsslider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 2;
}
.newsslider .slick-prev {
    left: -10px;
    background: url(../../images/top/ico_prev.png) 0 0 no-repeat;
}
.newsslider .slick-next {
    background: url(../../images/top/ico_next.jpg) 0 0 no-repeat;
    right: -10px;
}
.newslist ul{
	padding-bottom: 600px;
}
@media screen and (max-width: 1120px) {
	.topnews .bnr {
    width: 100%;
}
	.newsslider{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
    .topnews {
        /*padding: 30px 0 25px;*/
		padding-top:5px;
    }
    .topnews .bg {
        position: absolute;
        bottom: 100%;
        left: 0;
        z-index: 2;
        width: 100%;
    }
    .topnews .tit {
        font-size: 20px;
    }
    .topnews .jscrollpane {
        height: 200px;
    }
    .topnews .newslist {
        margin: 15px 0 ;
    }
    .topnews .newslist li {
        padding-right: 20px;
		    padding-left: 11px;
    }
    .topnews .newslist li::before {
        right: 10px;
    }
    .topnews .newslist span {
        display: inline-block;
    }
    .topnews .newslist .date {
        font-size: 13px;
    }
    .topnews .newslist .cate {
        width:80px;
        font-weight: bold;
        padding:2px 0;
        margin: 0 0 0 10px;
    }
    .topnews .newslist a {
        margin-top: 10px;
        display: block;
        font-size: 13px;
    }
    .topnews .jspTrack{
        background: none;
        border-right: 1px solid #137bc3;
    }
    .topnews .jspDrag {
        background: #137bc3;
    }
    .topnews .bnr {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .topnews .bnr a {
        display: block;
    }
    .topnews .bnr a + a {
        margin-top: 20px;
    }
    .newsslider img {
        margin: 0 auto;
    }
    .newsslider .slick-prev,
    .newsslider .slick-next {
        width: 20px;
        height: 20px;
        z-index: 2;
    }
    .newsslider .slick-prev {
        left: -5px;
        background: url(../../images/top/ico_prev.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .newsslider .slick-next {
        background: url(../../images/top/ico_next.jpg) 0 0 no-repeat;
        background-size: 100%;
        right: -5px;
    }
}

.topinformation {
    padding: 60px 0 70px;
    overflow: hidden;
}
.topinformation .inner {
    position: relative;
}
.topinformation .logo {
    text-align: center;
}
.topinformation .tit01 {
    text-align: center;
    font-size: 28px;
    margin: 50px 0 60px;
    letter-spacing: 2px;
}
.topinformation .tit01 span {
    display: block;
    color: #007ed0;
}
.topinformation .tit01 span i {
    font-style: normal;
    font-size: 22px;
    color: #000;
}
.topinformation .inforbox {
    width: 515px;
}
.topinformation .tit02 {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 2px solid #008cd7;
    padding-bottom: 25px;
    line-height: 1.7;
}
.topinformation .tit02 span {
    color: #f93443;
}
.topinformation .txt {
    font-size: 18px;
    line-height: 2.2;
    padding: 30px 0 55px;
}
.topinformation .btn {
    display: block;
}
.topinformation .btn a {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #008cd7;
    text-decoration: none;
    padding: 20px 0;
    font-weight: bold;
    position: relative;
}
.topinformation .btn a::before {
    background: url(../../images/top/ico_arrow02.png) 0 0 no-repeat;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    content: "";
    z-index: 2;
    position: absolute;
}
.topinformation .img {
    position: absolute;
    right: -200px;
    bottom: -57px;
    width: 786px;
}
.staff_blog{
	    width: 540px;
    height: 170px;
}
.kyukai{
	    position: relative;
    width: fit-content;
    margin: auto;
}
.kyukai p{
	    position: absolute;
        bottom: 16px;
    right: 16px;
    color: #836646;
}
@media screen and (max-width: 1120px) {
	.topinformation .inforbox {
    width: 515px;
    margin-left: 331px;
}
	.topinformation .img {
    position: absolute;
    right: 153px;
    bottom: -4px;
    width: 507px;
}
	.topprogram .list li {
    width: 48%;
}
	
}
@media screen and (max-width: 768px) {
	.topinformation .inforbox {
    margin-left: 0px;
}
	   
    .topinformation {
        padding: 30px 0 ;
		background-color: #FFFFFF;
    }
	.slideContsR.show {
    transform: translate(11px, 0) !important;
}

    .topinformation .tit01 {
        font-size: 20px;
        margin: 25px 0 ;
        letter-spacing: 1px;
    }
    .topinformation .tit01 span i {
        font-size: 16px;
    }
    .topinformation .inforbox {
        width: 100%;
    }
    .topinformation .tit02 {
        font-size: 18px;
        border-bottom: 1px solid #008cd7;
        padding-bottom: 10px;
    }
    .topinformation .txt {
        font-size: 14px;
        line-height: 1.8;
        padding: 20px 0 ;
    }
    .topinformation .btn a {
        font-size: 16px;
        padding: 15px 0;
    }
    .topinformation .btn a::before {
        background: url(../../images/top/ico_arrow02.png) 0 0 no-repeat;
        width: 18px;
        height: 18px;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        content: "";
        z-index: 2;
        position: absolute;
    }
    .topinformation .img {
        position: inherit;
        right: auto;
        bottom: auto;
        text-align: center;
        margin-top: 15px;
		width: 100%;
    }
	.kyukai p {
    bottom: 25px;
    right: 61px;
    font-size: 12px;
		left: auto;
}
	/*.kyukai img{
		width: 430px;
		height: 120px;
	}*/
	.staff_blog {
    width: auto;
    height: auto;
}
	
	
}
@media screen and (max-width: 430px) {
	.kyukai p {
    right: auto;
		left: 38%;
}
	
	
}


#picbox {
    overflow:hidden;
}
#picbox ul li {
    position:relative;
    float:left;
}
@media screen and (max-width: 768px) {
    #picbox {
        overflow:hidden;
    }
    #picbox ul li {
        height: 160px;
        width: 220px;
    }
}



.topprogram {
    background-color: #e6e6e6;
    padding: 55px 0 60px;
}
.topprogram .programtit {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}
.topprogram .programtit:last-of-type {
    margin-top: 50px;
}
.topprogram .programtit span {
    display: inline-block;
    background: #0070b9;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform:uppercase;
    padding: 0 30px;
}
.topprogram .programtit:last-of-type span {
    background: #c83e48;
}


.topprogram .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topprogram .list li {
    width: 540px;
    margin-top: 40px;
}
@media screen and (max-width: 1120px) {
	.topprogram .list li {
    width: 48%;
}
	
}
.topprogram .list .programbox {
    position: relative;
}
.topprogram .list .programbox:hover .programinfo {
    display: block;
}
.programinfo {
    display: none;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.programcont {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    height: 100%;
}
.programcont::before {
    background: url(../../images/common/ico_arrow04.png) 0 0 no-repeat;
    width: 13px;
    height: 22px;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    content: "";
    z-index: 2;
    position: absolute;
}
.programcont .tit {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    padding: 25px 0;
}
.programcont .cate {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #0070b9;
    padding: 0 25px;
}
.topprogram .inner ul li:nth-of-type(3) .programcont .cate,.topprogram .inner ul li:nth-of-type(4) .programcont .cate {
    background: #c83e48;
}
.topprogram .list .programbox .link a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    padding: 10px 25px;
    position: relative;
}
.topprogram .list .programbox .link a.bg01 {
    background: #0070b9;
}
.topprogram .list .programbox .link a.bg02 {
    background: #c83e48;
}
.topprogram .list .programbox .link a::before {
    background: url(../../images/top/ico_arrow02.png) 0 0 no-repeat;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    content: "";
    z-index: 2;
    position: absolute;
}
.topprogram .list .txt {
    font-size: 16px;
    padding: 20px;
    background: #fff;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .topprogram {
        padding: 30px 0 ;
    }
    .topprogram .programtit {
        font-size: 20px;
    }
    .topprogram .programtit span {
        font-size: 14px;
        padding: 0 15px;
    }
    .topprogram .list {
        display: block;
    }
    .topprogram .list li {
        width: 100%;
        margin-top: 20px;
    }
    .topprogram .list .programbox:hover .programinfo {
        display: none;
    }
    .topprogram .list .programbox .link a {
        font-size: 14px;
        padding: 10px ;
    }
    .topprogram .list .programbox .link a::before {
        background: url(../../images/top/ico_arrow02.png) 0 0 no-repeat;
        background-size: 100%;
        width: 14px;
        height: 14px;
        right: 10px;
    }
    .topprogram .list .txt {
        font-size: 14px;
        padding: 10px;
    }
}

.topbnrsec {
    background: #318dd8;
    padding: 95px 0 70px;
}
.topbnrsec .bnrsec {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.topbnrsec .bnrsec .bnrbox01 p + p {
    margin-top: 20px;
}
.topbnrsec .bnrsec .bnrbox02 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .topbnrsec {
        padding: 45px 0 ;
    }
    .topbnrsec .bnrsec {
        display: block;
        margin-bottom: 15px;
    }
    .topbnrsec .bnrsec .bnrbox01 p + p {
        margin-top: 10px;
    }
    .topbnrsec .bnrsec .bnrbox02 {
        display: block;
        margin-top: 10px;
    }
    .topbnrsec .bnrsec .bnrbox02 p + p {
        margin-top: 10px;
    }
}



.topcompany {
    display: flex;
}
.topcompany > div {
    flex: 1;
}
.topcompany .companypanel .companybox {
    display: flex;
    justify-content: flex-end;
    padding: 30px 0 20px;
}
.topcompany .companypanel .img img {
    width: 100%;
}
.topcompany .companypanel .companybox .cont {
    width: 560px;
    box-sizing: border-box;
    padding-right: 50px;
}
.topcompany .companypanel .companybox .cont .logo {
    text-align: center;
}
.topcompany .companypanel .companybox .cont .add {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 35px 0;
    color: #000;
}
.topcompany .companypanel .companybox .cont .txt01 {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}
.topcompany .companypanel .companybox .cont .txt01 a {
    display: block;
    background: #313131;
    color: #fff;
    width: 190px;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
}
.topcompany .companypanel .companybox .cont .tab {
    width: 100%;
    margin: 20px 0 10px;
    border: none;
    font-weight: bold;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}
.topcompany .companypanel .companybox .cont .tab th {
    padding: 5px 0;
    width: 130px;
    background: none;
    border: none;
    border-top: 1px solid #cdcdcd;
}
.topcompany .companypanel .companybox .cont .tab th p {
    background: #c83e48;
    text-align: center;
    font-size: 15px;
    padding: 5px 0;
	color: #FFFFFF;
}
.topcompany .companypanel .companybox .cont .tab td {
    padding-left: 30px;
    border: none;
    font-display: 14px;
    border-top: 1px solid #cdcdcd;
}
.topcompany .companypanel .companybox .cont .note {
    font-size: 14px;
    color: #dd4450;
    text-align: center;
    font-weight: bold;
}
.topcompany .googlemap iframe {
    width: 100%;
    height: 100%;
}
.teikeisisetu{
	    width: fit-content;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .topcompany {
        display: block;
    }
    .topcompany .companypanel .companybox {
        display: block;
        padding: 15px 0 ;
    }
    .topcompany .companypanel .companybox .cont {
        width: 100%;
        padding: 0 10px;
		background-color: #fff;
    }
	.companybox{
		background-color: #fff;
	}
    .topcompany .companypanel .companybox .cont .add {
        font-size: 13px;
        padding: 15px 0;
    }
    .topcompany .companypanel .companybox .cont .txt01 {
        font-size: 14px;
        display: block;
        text-align: center;
    }
    .topcompany .companypanel .companybox .cont .txt01 a {
        margin: 10px auto 0;
        font-size: 13px;
    }
    .topcompany .companypanel .companybox .cont .tab {
        width: 100%;
        margin: 20px 0 10px;
        border: none;
        font-weight: bold;
        border-top: 1px solid #cdcdcd;
        border-bottom: 1px solid #cdcdcd;
    }
    .topcompany .companypanel .companybox .cont .tab,
    .topcompany .companypanel .companybox .cont .tab tbody,
    .topcompany .companypanel .companybox .cont .tab tr,
    .topcompany .companypanel .companybox .cont .tab th,
    .topcompany .companypanel .companybox .cont .tab td {
        display: block;
        width: 100%;
    }
    .topcompany .companypanel .companybox .cont .tab th {
        width: 100%;
    }
    .topcompany .companypanel .companybox .cont .tab th p {
        font-size: 13px;
        padding: 5px 0;
    }
    .topcompany .companypanel .companybox .cont .tab td {
        padding-left: 0;
        font-display: 13px;
        text-align: center;
    }
    .topcompany .companypanel .companybox .cont .note {
        font-size: 12px;
    }
    .topcompany .googlemap iframe {
        width: 100%;
        height: 260px;
    }
}


.topcontact {
    background: url(../../images/top/bg_top02.png) center center no-repeat;
    background-size: cover;
    padding: 50px 0 40px;
}
.topcontact .inner {
    max-width: 860px;
}
.topcontact .tit {
    font-size: 30px;
    text-align: center;
    color: #cf2431;
    font-weight: bold;
}
.topcontact .txt {
    text-align: center;
    font-size: 18px;
    margin: 20px 0 40px;
}
.topcontact .contactbtn {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.topcontact .contactbtn a {
    width: 429px;
}
@media screen and (max-width: 768px) {
    .topcontact {
        padding: 25px 0 ;
    }
    .topcontact .tit {
        font-size: 20px;
    }
    .topcontact .txt {
        font-size: 14px;
        margin: 20px 0 ;
    }
    .topcontact .contactbtn {
        display: block;
        width: 100%;
    }
    .topcontact .contactbtn a {
        width: 100%;
        display: block;
    }
    .topcontact .contactbtn a + a {
        margin-top: 15px;
    }
}



.topplaza {
    padding: 35px 0 45px;
    border-bottom: 1px solid #c9d2ce;
}
.topplaza .txt {
    font-size: 16px;
    color: #221815;
    text-align: center;
}
.topplaza .logo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}
.topplaza .logo img:last-of-type{
    width: 190px;
}
.topplaza .logo:last-of-type{
           width: auto;
    margin: 41px auto 0;
}
.topplaza .logo img:last-of-type.bld-logo{
	width: 150px;
}
.annai_main_contents04 {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 20px 0 30px;
}
	.annai_main_contents04 ul {
    padding: 0;
    margin: 0;
}
	.annai_main_contents04 ul li:nth-child(1) {
    float: left;
}
	.annai_main_contents04 .title {
    padding: 0 0 40px;
    text-align: center;
    font-size: 16px;
    line-height: 1.0;
    font-weight: bold;
}
	.annai_main_contents04 ul li:nth-child(2) {
    float: right;
}

.sisetu_satuei{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 20px 0 30px;
	margin-top: 20px;
}
	.sisetu_satuei ul {
    padding: 0;
    margin: 0;
		display: flex;
	justify-content: space-between;
}
	.sisetu_satuei .title {
    padding: 0 0 25px;
    text-align: center;
    font-size: 16px;
    line-height: 1.0;
    font-weight: bold;
}


@media screen and (max-width: 768px) {
    .topplaza {
        padding: 25px 0 ;
		background-color: #FFFFFF;
    }
    .topplaza .txt {
        font-size: 14px;
    }
    .topplaza .logo {
        display: block;
        text-align: center;
        margin-top: 15px;
        padding: 0 50px;
    }
	.topplaza .logo:last-of-type{
        width: auto;
    margin: auto;
		margin-top: 32px;
}
    .topplaza .logo img + img {
        margin-top: 32px;
    }
	.topplaza .logo img:last-of-type{
    margin: 32px auto;
    width: 190px;
    display: block;
}
	.sisetu_satuei ul {
		display: block;

}
	.sisetu_satuei .title {
    padding: 0 0 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
	.sisetu_satuei ul li:first-of-type{
		margin-bottom: 20px;	
	
}
	.sisetu_satuei ul li{
		width: fit-content;	
		margin: auto;
}
	.sisetu_satuei {
    width: 95%;
}
}



.topft {
    padding: 20px 0;
	background-color: #FFFFFF;
}
.topft:last-child {
    padding-bottom: 40px;
}
.topft .txt {
    font-size: 16px;
    color: #221815;
    text-align: center;
}
.topft .bnr {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.logo:last-of-type img{
	width: 78%;
}

@media screen and (max-width: 999px) {
.logo:last-of-type img{
	width: auto;
}

}

@media screen and (max-width: 768px) {
    .topft .txt {
        font-size: 14px;
		background-color: #FFFFFF;
    }
    .topft:last-child {
        padding-bottom: 20px;
    }
    .topft .bnr {
        display: block;
        text-align: center;
    }
    .topft .bnr a {
        display: block;
    }
    .topft .bnr a + a {
        margin-top: 15px;
    }
	.programbox img{
		width: 100%;
	}
	.bnrbox02 p{
		width: fit-content;
    margin: auto;
	}
	
}

/**************NEWS　リスト部分*************************/

/*ラベル*/
.accbox label {
    display: contents;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;
	font-size: 15px;
    color: #000;
}

/*ラベルホバー時*/
.accbox label:hover {
    opacity: 0.5;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}

.accshow p{
	padding-left: 240.5px;
	font-size: 16px;
	font-weight: normal;
}
.accbox ul li:hover{
	opacity: 0.5;
	transition: 0.8s;
}
.blog_bnr {
    width: 540px;
    height: 170px;
}
@media screen and (max-width: 1100px) {
	.blog_bnr {
    width: 540px;
    height: 154px;
	}
}
@media screen and (max-width: 999px) {
	.blog_bnr {
    width: auto;
    height: auto;
	}
}

@media screen and (max-width: 768px) {
.accshow p {
    padding-left: 0;
	font-size: 17px;
}
	.accbox label {
    display: block;
}
	.accshow p {
    padding-left: 0;
    font-size: 15px;
}
	.accbox ul li:hover{
	opacity: 1;
}
	.accbox label:hover {
    opacity: 1;
}
.bnrbox01 p a img{
		display: block;
		margin: auto;
	}
}
	

/* cautionArea=====*/
.cautionArea {
  border-top: solid 10px #eee;
  background-color:#fff;
}

.cautionArea_inner {
  box-sizing: border-box;
  width: 90%;
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
}

.caution_ttl {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
  border-bottom: solid 2px #333;
  padding: 0 0 1rem;
}
.caution_ttl span {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0 0 0 1rem;
}

.caution_copy {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  padding: 0 0 6rem;
}

.caution_itemList {
  margin: 0;
}

.caution_itemList_item {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  margin: 0 0 30px;
}

.caution_itemList_item_img {
  width: 15%;
}
.caution_itemList_item_img img {
  width: 100%;
  max-width: 80px;
  height: auto;
}

.caution_itemList_item_txt {
  width: 80%;
}

.caution_itemList_item_txt_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #1b9ce6;
  margin: 0;
}

.caution_itemList_item_txt_ttl span {
  font-size: 1.2rem;
}

.caution_itemList_item_txt_copy {
  font-size: 1.4rem;
  padding: 0.5rem 0 0;
}

@media screen and (min-width: 960px) {
  .cautionArea {
    padding: 60px 0;
	background-color:#fff;
  }

  .cautionArea_inner {
    padding: 0;
  }

  .caution_ttl {
    font-size: 3rem;
  }
  .caution_ttl span {
    display: inline-block;
    padding: 0 0 0 1rem;
  }

  .caution_itemList {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .caution_itemList_item {
    width: 48%;
    margin: 0 0 50px;
  }

  .caution_itemList_item_img {
    width: 20%;
  }

  .caution_itemList_item_txt {
    width: 75%;
  }

  .caution_itemList_item_txt_ttl {
    font-size: 2rem;
  }

  .caution_itemList_item_txt_ttl span {
    font-size: 1.4rem;
  }

  .caution_itemList_item_txt_copy {
    font-size: 1.8rem;
  }

}

/* featureArea=====*/
.featureArea {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  margin: 0;
  background: #eee url(/dosmart/noda/common/images/top/bg_featureArea.jpg) no-repeat center top;
  background-size: 250%;
}

.featureArea_inner {
  overflow: hidden;
}

.featureArea_harfset {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin: 15px auto;
  padding: 15px;
  max-width: 960px;
  background: #fff;
  border: 1px solid #1a2888;
  box-shadow: 8px 8px 0 #1a2888;
}

.featureArea_harfset_item {
  box-sizing: border-box;
  width: 100%;
  font-size: 1.3rem;
}

.featureArea_harfset_ttl {
  margin: 5px 0;
  line-height: 1.4;
  font-size: 1.6rem;
  color: #1a2888;
}

.featureArea_harfset_item img {
  width: 100%;
}

.featureArea_ttl {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff100;
  text-align: center;
}

.featureArea_ttl.black {
  color: #000;
}

.featureArea_ttl.blue {
  color: #1a2888;
}

.featureArea_caption {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.featureArea_caption .em {
  color: #fff100;
}

.featureArea_caption2 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 30px;
}

.featureArea_birdseyeview {
  position: relative;
  z-index: 0;
}

@media screen and (min-width:786px) {
  .featureArea_harfset:nth-child(2n+1){
    flex-direction: row-reverse;
  }

  .featureArea_harfset {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    margin: 40px auto;
    padding: 15px;
  }

  .featureArea_harfset_item {
    box-sizing: border-box;
    width: 50%;
    font-size: 1.6rem;
  }

  .featureArea_harfset_caption {
    padding: 0 15px;
  }

  .featureArea_harfset_ttl {
    font-size: 2.6rem;
  }

  .featureArea_harfset_item img {
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .featureArea {
    padding: 20px 0;
    background: #eee url(/dosmart/noda/common/images/top/bg_featureArea.jpg) no-repeat center top;
    background-size: auto;
  }

  .featureArea_ttl {
    margin-bottom: 15px;
    font-size: 5.7rem;
    line-height: 1.4;
    font-feature-settings: "palt";
  }

  .featureArea_caption {
    font-size: 3rem;
    font-feature-settings: "palt";
  }
  .featureArea_caption .em {
    color: #fff100;
  }
}

/* facilityArea===== */
.facilityArea {
  /*background: url("/dosmart/noda/common/images/top/bg_facilityArea.png") no-repeat center top;*/
  background-color:#fff;
  background-size: contain;
  box-sizing: border-box;
  padding: 30px 0;
}

.facility_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 20px 0;
}

.facility_ttl {
  font-size: 3rem;
  line-height: 1.4;
  /*color: #fff;*/
  text-align: center;
  margin: 0;
}

.facilityArea_img {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.facility_machineList {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 30px auto;
  padding: 0 20px;
}

.facility_machineList_table {
  width: 100%;
}

.facility_machineList_table th {
  width: 70%;
  background: #f0f0f0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  padding: 1rem;
}

.facility_machineList_table td {
  width: 30%;
  background: #f8f8f8;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: right;
  padding: 1rem;
}

.facility_sliderList_item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.bx-pager {
  display: none;
}

@media screen and (min-width: 960px) {
  .facilityArea {
    padding: 100px 0 0;
  }

  .facility_inner {
    padding: 30px 0 0;
  }

  .facility_ttl {
    max-width: 960px;
    font-size: 5.7rem;
    margin: 0 auto;
    padding: 0;
  }

  .facility_machineList {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px auto;
  }

  .facility_machineList_table {
    width: 49%;
  }

  .facility_machineList_table th {
    width: 80%;
    font-size: 1.8rem;
  }

  .facility_machineList_table td {
    width: 20%;
    font-size: 1.6rem;
  }
}

/* ctaArea=====*/
.ctaArea {
  box-sizing: border-box;
  padding: 50px 20px;
}

.btn_cta {
  box-sizing: border-box;
  display: block;
  width: 95%;
  max-width: 750px;
  margin: 0 auto;
  padding: 8px 8px 8px 25px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-bottom: 3px solid #cf0603;
  border-radius: 5px;
  background: #e6261a url(/dosmart/noda/common/images/top/icon_reserve.png) no-repeat 10px center;
  background-size: 18px;
}

.btn_cta_inner {
  display: block;
  padding-right: 20px;
  text-align: center;
  background: url(/dosmart/noda/common/images/top/btn_cta_arrow.png) no-repeat right center;
  background-size: 18px;
}

.tel_cta_wrap {
  text-align: center;
  margin: 20px 0 0;
}

.tel_cta {
  background: url(/dosmart/noda/common/images/top/icon_phone_circle.png) left center / 30px no-repeat;
  background-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 40px;
}
.tel_cta.tel:link {
  color: #111;
}

@media screen and (min-width: 960px) {
  .ctaArea {
    padding: 80px;
  }
  .btn_cta {
    padding: 8px 25px 8px 25px;
    font-size: 4.6rem;
    border-bottom: 4px solid #cf0603;
    border-radius: 5px;
    background: #e6261a url(/dosmart/noda/common/images/top/icon_reserve.png) no-repeat 20px center;
    background-size: 50px;
    transition: .3s;
  }

  .btn_cta:hover {
    background: #f2a831 url(/dosmart/noda/common/images/top/icon_reserve.png) no-repeat 20px center;
    background-size: 50px;
    border-bottom: 4px solid #d06200;
    transition: .3s;
  }

  .btn_cta_inner {
    padding-right: 40px;
    background: url(/dosmart/noda/common/images/top/btn_cta_arrow.png) no-repeat right center;
    background-size: 36px;
  }

  .tel_cta_wrap {
    margin: 40px 0 0;
  }

  .tel_cta {
    background-size: 48px;
    font-size: 5rem;
    padding: 0 0 0 60px;
  }
}

.annotation_text {
  width: 100%;
  max-width: 960px;
  font-size: 1.2rem;
  margin: 0 auto;
}
.annotation_text.center {
  text-align: center;
}
.annotation_text.em {
  color: #c00;
}
	