@charset "UTF-8";
.home-service-slider__title span{
  font-size: 1.6rem;
  display: block;
}
/* ======================================================
 * home-service-customer__list
====================================================== */
.home-service-customer__list{
margin: 40px auto auto;
display: flex;
justify-content: space-between;
/* max-width: 950px; */
}
.home-service-customer__list .home-service-slider__item{
  width: 100%;
}
.home-service-customer__list .home-service-slider__item:last-child{
  border-right: 1px solid #cccccc;
}
.home-service-customer__item{
  display: flex;
  border: 1px solid #cccccc;
  width: 49%;
}
.home-service-customer__image{
    overflow: hidden;
}
.home-service-customer__item .home-service-slider__detail{
  padding: 20px 30px;
}

.flex-align-start {
  align-items: flex-start!important;
}
.home-other-sns {
  margin-top: 0px;
  width: 33%;
}
.home-other-sns div.bnr01 {
  margin: 0 0 16px auto;
}
.home-other-sns div.bnr01 img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .home-other-sns {
    width: calc(100% + 30px);
    padding-top: 10px;
    margin-top: 10px;
  }
  .home-other-sns .not_fb a {
    width:100%;
  }
  .home-other-sns .not_fb a:after {
    display: none;
  }

  .home-service-customer__list{
  margin-top: 20px;
  display: block;
  }
  .home-service-customer__list:nth-of-type(2){
  margin-top: 10px;
  display: block;
  }
  .home-service-customer__item{
    width: 100%;
    flex-direction: column;
  }
  .home-service-customer__item + .home-service-customer__item{
    margin-top: 10px;
  }
  .home-service-customer__list .home-service-slider__item{
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-bottom: 20px;
  }  
  .home-service-customer__list .home-service-slider__image{
    border-left: 1px solid #cccccc;
  }  
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .home-c-icon--login03:before {
    width: 56px;
    height: 56px;
  }
  .home-c-icon--login04:before {
    width: 56px;
    height: 56px;
  }
  .home-c-icon--login06:before {
    width: 56px;
    height: 56px;
  }
  .home-mv-slider-wrap .home-carousel__control-wrap {
    bottom: 15px;
  }
  .home-mv-login .home-webservice {
    padding: 15px 20px 18px;
  }
  .home-mv-login .home-webservice .home-linklist {
    margin-top: 5px;
  }
  .home-mv-login .home-webservice .home-webservice__maintitle {
    margin: 0 auto 6px;
    width: 263px;
  }
  .home-mv-login-card {
    padding: 7px 20px;
  }
  .home-mv-login-card__detail {
    font-size: 1.6rem;
  }
  .home-mv-login-card__detail .home-u-color-01 {
    font-size: 2.2rem;
  }
  .home-mv-login-card-v2__detail {
    font-size: 2rem;
  }
  .home-mv-login-card-v2__small {
    font-size: 1.6rem;
  }
  .home-other-layout {
    flex-wrap: wrap;
  }
  .home-other-layout__item:nth-child(1), .home-other-layout__item:nth-child(2) {
    width: 48%;
  }
  .home-other-layout.has3large .home-other-layout__item {
    width: 31%;
  }

  .home-other-layout__item:nth-last-of-type(1) {
    margin: 40px 0 0;
    width: 100%;
  }
  /* .home-other-layout__item:nth-child(1), .home-other-layout__item:nth-child(2), .home-other-layout__item:nth-last-of-type(1) {
    width: calc(33.3333% - 26px);
  } */
  .home-other-layout__item:nth-last-of-type(1) {
    margin: 40px 0 0;
    width: 100%!important;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .home-other-layout__item:nth-last-of-type(1) .home-other-bnr {
    justify-content: flex-start;
    width: 60%;
    gap: 10px;
  }
  .home-other-layout__item:nth-last-of-type(1) .home-other-bnr > li {
    margin-left: 0;
    width: calc(33.33% - 8px);
  }
  .home-other-bnr > li:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
}
/* ======================================================
 * home-msacare-banner
====================================================== */
.home-msacare-banner a{
  width: 1200px;
  height: 396px;	
  margin: 10px auto 0;
  overflow: hidden;
  border: 1px solid #cccccc;
  display: inline-block;
 }
.home-msacare-banner a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.home-msacare-banner a:hover {
  opacity: 0.8;
}
.msacare-pc { display: block !important; }
.msacare-sp { display: none !important; }

@media screen and (max-width: 767px) {
	.home-msacare-banner{
 	  text-align: center;
	}

	.home-msacare-banner a{
	  max-width: 400px;
	  width: 100%;
	  height:auto;
	  margin: 0 auto;
	  overflow: hidden;
	}
	.msacare-pc { display: none !important; }
	.msacare-sp { display: block !important; }
}

@media screen and (min-width: 1501px) {
  .home-other-layout.has3large {
    flex-wrap: wrap;
  }
  .home-other-layout.has3large .home-other-layout__item:nth-last-of-type(1) {
    margin: 40px 0 0;
    width: 100%!important;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .home-other-layout.has3large .home-other-layout__item:nth-last-of-type(1) .home-other-bnr {
    justify-content: flex-start;
    width: 60%;
    gap: 10px;
    max-width: 927px;
  }
  .home-other-layout.has3large .home-other-layout__item:nth-last-of-type(1) .home-other-bnr > li {
    margin-left: 0;
    width: calc(33.33% - 8px);
  }

}

.--info_txt{
  color: red;
}
@media screen and (max-width: 767px) {
  .home-service-slider__title span.--info_txt{
    font-size: 1.2rem;
  }
}
.usasitelogin-frame-inner-box1{
  margin: 0 auto;
  padding: 40px 40px 0;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
	.usasitelogin-frame-inner-box1{
		width: 100%;
	}
}
.usasitelogin-button-box {
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3019607843);
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
	.usasitelogin-button-box {
	  max-width: 100%;
	  padding: 10px 0;
	  font-size: 1.3rem;
	}
}
.usasitelogin-button-box-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.usasitelogin-button-box-inner-text {
  font-size: 2rem; 
	font-weight: 600;
  text-align: center;
  transform: translateY(4px);
}
@media screen and (max-width: 767px) {
	.usasitelogin-button-box-inner-text {
	  font-size: 1.3rem;
    margin-top: 0;
	}
}
.usasitelogin-button-box-link-box{
	margin: auto;	
  display: flex;
  align-items: center;
}
.usasitelogin-button-box-link {
  display: block;
  width: 100%;
  height: 100%;
}
.usasitelogin-button-box-link-img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .usasitelogin-button-box-link-box{
    flex-direction: column;
  }
	.usasitelogin-button-box-link-img {
	  max-width: 200px;
    margin: 0;
	}
	.usasitelogin-button-box-link-img img{
	  width: 100%;
	}	
}
.usasitelogin-button-box-link-icon {
  margin: 10px;
  width: 30px;
  text-align: center;
}
.usasitelogin-button-box-link-icon img{
	width: 100%;
}
@media screen and (max-width: 767px) {
	.usasitelogin-button-box-link-icon {
	  max-width: 20px;
	}
}
