@charset "utf-8";

input[type="checkbox"]{
  display: none;
}


img {
  width: 100%;
  height: auto;
}
.content {
  padding-top: 0;
}
.contentInr {
  padding: 60px 0 0;
}
.ttlLv2 {
  margin-top: 0;
}
.wrapper {
  margin-top: 117px;
  margin-top:136px;
}

/*	header
------------------------------*/
.gHeaderWrapper {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 10000;
}

/*	slider
------------------------------*/
.hero-top {
	width: 1500px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
	position: relative;
}


/*	thirdPoint
------------------------------*/
.thirdPoint {
  width: 100%;
  background: #fff7dc;
}
.thirdPoint .thirdPointInr {
  width: 1000px;
}
.point {
  display: flex;
  width: 1000px;
  justify-content: space-between;
}
.pointBox {
  width: 313px;
  padding: 30px 25px;
  background: #fff;
  position: relative;
}
.pointBox:first-child .pointArea > figure {
 margin-top: 20px;
}
.pointBox:nth-child(3) {
  padding-top: 63px;
}
.pointBox .flagBox .inr {
  font-size: 2rem;
}
.pointBox .flagNumber {
  left: 0px;
}
.thirdPoint figure {
  text-align: center;
}
.thirdPoint figure > img {
  width: auto;
}
.thirdPoint figure > figcaption {
  padding: 25px 0;
  color: #ea5504;
  font-size: 2rem;
  font-weight: bold;
}

/*	service
------------------------------*/
.service {
  width: 100%;
  background: #fff;
}
.service .contentArea {
  width: 1000px;
  padding: 35px 45px;
  border: 2px solid #969bb7;
}
.service .desTxt {
  margin-bottom: 40px;
  text-align: center;
}
.service .tab {
  display: flex;
  width: 1000px;
  justify-content: space-between;
}
.service .mainArea {
  padding-top: 0;
	margin-top: 0;
}
.service .tab li {
  width: 330px;
  height: 70px;
  padding-top: 24px;
  background: #efefef;
  text-align: center;
  position: relative;
  vertical-align: middle;
  color: #354187;
  font-weight: bold;
  cursor: pointer;
	margin-bottom: 0;
	padding-left: 0;
}
.service .tab li.current {
  background: #354187;
  color: #fff;
}
.service .tab li.current:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #354187;
}
.service .contentArea > p:first-child {
  margin-bottom: 20px;
  text-align: center;
}
.service .contentArea ul {
  width: 100%;
}
.service .stripeBoxList .itemInr {
  height: 127px;
}
.stripeBoxList .itemInr dt {
  width: 25%;
  vertical-align: middle;
}
.hasSpace:nth-child(2) .col dt {
  height: 72px;
  text-align: center;
}
.stripeBoxList .itemInr .itemTxt {
  padding-left: 15px;
}
.service .stripeBoxList .itemInr .itemName {
  color: #ea5504;
  font-weight: bold;
}

/*	contact
------------------------------*/
.contact {
  background: #efefef;
}
.contact .contentInr {
	width: 100%;
  display: flex;
  padding: 30px 0;
  justify-content: center;
}
.contact .linkBtn {
  width: 370px;
  margin-right: 0;
  margin-bottom: 0;
  padding: 25px 0;
  font-size: 2.0rem;
  font-weight: bold;
  border: 0;
  color: #fff;
  position: relative;
}
.contact .linkBtn span {
  display: inline-block;
  width: auto;
	padding: 0 45px 0 55px;
}
.contact .trial .linkBtn {
  background: #f07a38;
}
.contact .trial .linkBtn span {
  padding: 0 45px 0 85px;
}
.contact .trial .linkBtn:hover {
  background: #f89862;
}
.contact .document{
	padding: 0 50px;
}
.contact .document .linkBtn {
  background: #354187;
}
.contact .document .linkBtn:hover {
  background: #6c7ac9;
}
.contact .trial .linkBtn .inr {
  background: url(/images/ico_btn_pc.png)no-repeat center left;
	height: 28px;
}
.contact .document .linkBtn .inr {
  background: url(/images/ico_btn_file.png)no-repeat center left;
	height: 28px;
}
.contact .trial .linkBtn .inr::after,
.contact .document .linkBtn .inr::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -5px;
}
.contact .whitepaper .linkBtn{
	background: #fff;
	color: #354187;
	border: solid 1px #354187;
}
.contact .whitepaper .linkBtn span{
	padding: 0 10px 0 40px;
}
.contact .whitepaper .linkBtn:hover {
  background: #e8effd;
}
.contact .whitepaper .linkBtn .inr {
  background: url(/images/ico_btn_whitepaper.png)no-repeat center left;
	height: 28px;
}

/*	information
------------------------------*/
.information .tab {
  display: flex;
  width: 750px;
  border-top: 1px solid #354187;
  border-right: 1px solid #354187;
}
.information .tab li {
  width: 150px;
  height: 50px;
  padding-top: 15px;
  background: #fff;
  text-align: center;
  position: relative;
  vertical-align: middle;
  color: #aaa;
  font-weight: bold;
  border-top: 4px solid #aaa;
  border-left: 1px solid #354187;
  cursor: pointer;
	margin-bottom: 0;
	padding-left: 0;
}
.information .tab li:hover {
  background: #edf0fe;
  transition: all 0.2s linear;
}
.information .tab li.current {
  background: #fff;
  color: #354187;
  border-top: 4px solid #354187;
  border-right: 1px solid #354187;
  border-left: 1px solid #354187;
	padding-left: 0;
}
.information .mainArea {
  padding-top: 0;
	margin-top: 0;
}
.information .contentArea {
  height: 450px;
  border: 1px solid #354187;
  padding: 30px;
  overflow-y: auto;
}
.information dl {
  display: flex;
  padding: 20px 0;
  vertical-align: middle;
}
.information dl:nth-child(n+2) {
  border-top: 1px solid #eee;
}
.information dl:last-of-type {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.information dt {
  display: flex;
  padding-top: 3px;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.information dt span {
  margin-left: 18px;
  vertical-align: middle;
}
.information dd {
  width: 678px;
  vertical-align: middle;
  margin-left: 20px;
}
.information dd a:hover {
  text-decoration: underline;
}
.information .Tag {
  display: block;
  width: 100px;
  height: 21px;
  padding-top: 2px;
  font-size: 1.2rem;
  text-align: center;
}
.information .Tag.service {
  color: #006ed5;
  border: 1px solid #006ed5;
}
.information .Tag.maintenance {
  color: #478900;
  border: 1px solid #478900;
}
.information .Tag.seminar {
  color: #b57300;
  border: 1px solid #b57300;
}
.information .Tag.important {
	border: 1px solid #e60012;
	color: #e60012;
}
.information .Tag.webinar {
	border: 1px solid #ed67a7;
	color: #e83e8e;
}
.information .linkBtn {
  display: block;
  width: 460px;
  margin: 40px auto 0;
  padding: 25px 32px;
  font-size: 2rem;
  font-weight: bold;
  border: 1px solid #354187;
  color: #354187;
  border-radius: 4px;
  position: relative;
}
.information .linkBtn.all {
  display: inline-block;
  min-width: 114px;
  width: 114px;
  padding: 5px 10px;
  margin: 0;
  font-size: 1.6rem;
}
.information .linkBtn.all .inr::after {
  position: absolute;
  top: 0px;
  right: 10px;
}
.information .operation .linkBtn .inr {
  display: inline-block;
  width: auto;
	padding: 6px 50px 2px 50px;
  background: url(/images/ico_btn_setting.png)no-repeat center left;
}
.information .operation .linkBtn.blank .inr{
	padding: 6px 15px 2px 50px;
}
.information .operation .linkBtn .inr::after,
.etcLink  .linkBtn .inr::after {
  width: 12px;
  height: 12px;
  border-right: 2px solid #354187;
  border-bottom: 2px solid #354187;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -3px;
}

/*	etcBox
------------------------------*/
.etcBox {
  width: 100%;
  height: 300px;
  margin: 60px auto 0;
  background: #f7f7f7;
}
.etcBox .etcInr {
  display: flex;
  width: 1000px;
  margin: 0 auto;
}
.etcBox a {
  color: #000;
}
.etcBox figure > img {
  width: auto;
}
.etcBox .etcArea {
  width: 480px;
  height: 300px;
  padding: 20px 8px;
  text-align: center;
  background: #efefef;
}
.etcBox .etcArea.lightGray {
  background: #f7f7f7;
}
.etcBox figure > figcaption {
  padding: 25px 0;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}

/*	columnBox
  ------------------------------*/
.columnBox{
	margin-bottom: 30px;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 60px;
}
.columnBox .columnTtl{
	margin-top: 10px;
	text-align: center;
}
/* .columnBox .col {
  position: relative;
}
.columnBox .colom_3col .col:nth-of-type(1)::before {
  content: "1";
}
.columnBox .colom_3col .col:nth-of-type(2)::before {
  content: "2";
}
.columnBox .colom_3col .col:nth-of-type(3)::before {
  content: "3";
}
.columnBox .col::before {
  position: absolute;
  background: #354187;
  color: #fff;
  padding: 0.3em 0.7em;
  border-radius: 50%;
  font-size: 14px;
  top: -13px;
  left: -11px;
  z-index: 9999;
} */
.columnBox .col a{
	color: #000;
}
.columnBox .col img {
  height: 200px;
  object-fit: cover;
}

.columnBox .col img:hover {
	opacity: 0.8;
}



/*	etcLink
------------------------------*/
.etcLink .contentInr {
  display: flex;
  padding: 40px 0;
  justify-content: space-around;
}
.etcLink .linkBtn {
  width: 392px;
  margin-right: 0;
  margin-bottom: 0;
  padding: 25px 0;
  font-size: 2rem;
  font-weight: bold;
  border: 1px solid #354187;
  position: relative;
}
.etcLink .linkBtn .inr {
  display: inline-block;
  width: auto;
	padding: 3px 35px 3px 50px;
}
.etcLink  .linkBtn.blank .inr{
	padding: 3px 15px 3px 50px;
}
.etcLink .magazine .linkBtn .inr {
  background: url(/images/ico_btn_mail.png)no-repeat center left;
}
.etcLink .treatment .linkBtn .inr {
  background: url(/images/ico_btn_ticket.png)no-repeat center left;
}
.etcLink .column .linkBtn .inr {
  background: url(/images/ico_btn_memo.png)no-repeat center left;
}
.etcLink .magazine .linkBtn .inr::after,
.etcLink .treatment .linkBtn .inr::after {
  top: 44%;
	right: 30px;
}

/*	loginArea
------------------------------*/
.loginArea {
  display: table;
  width: 100%;
  margin-top: 55px;
}
.loginArea .contentInr {
  padding-top: 40px;
}
.loginArea .ttlLv2 {
  margin-top: 0;
}
.loginArea .ttlLv2 + p {
  margin-bottom: 40px;
}
.loginArea .loginBox {
  width: 652px;
  display: table-cell;
  padding: 50px 45px;
  color: #fff;
  background: #354187;
}
.loginBox h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}
.loginInputArea li{
	padding-left: 0;
}
.loginInputArea .formTable {
  margin-bottom: 20px;
}
.loginInputArea .inputLabel {
  display: inline-block;
  width: 100px;
  margin-right: 16px;
  text-align: right;
}
.loginInputArea label + input {
  width: 370px;
  padding: 11px 15px 10px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #cccccc;
	font-size: 1.6rem;
}
.loginInputErrMsgArea input[type="password"] {
  color: #000000 !important;
}
.loginInputErrMsgArea > div {
  color: orange;
  margin-bottom:12px;
}
.textboxErr {
    background-color: #ffc0cb !important;
}
.removeMessage {
  text-align:center;
}
.selectList {
  margin-top: 50px;
}
.selectList > li {
  display: inline-block;
  padding: 10px 0;
  text-align: left;
  font-size: 1.4rem;
}
.selectList > li.groupware {
  display: block;
  width: 100%;
  position: relative;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.selectList .otherService {
  width: 100%;
}
.selectList .otherService.accordionBtn {
  display: block;
  text-align: left;
  line-height: 2;
  color: #fff;
  cursor: pointer;
  background: url(/images/btn_accordion_open.jpg)no-repeat;
  background-position: right center;
}
.selectList .otherService.accordionBtn.open {
  background: url(/images/btn_accordion_close.jpg)no-repeat;
  background-position: right center;
}
.accordionInr.selectList {
  display: none;
  margin-top: 0;
  padding-top: 0;
}
.accordionInr.selectList li {
  display: inline-block;
  padding: 10px 0;
}
.accordionInr.selectList li:first-child,
.accordionInr.selectList li:nth-child(3n+1){
  width: 33%;
}
.accordionInr.selectList li:nth-child(2),
.accordionInr.selectList li:nth-child(3n+2){
  width: 27%;
}
.accordionInr.selectList li:nth-child(3n){
  width: 30%;
}
.optionSelectList.selectList {
  margin-top: 0;
  padding-top: 0;
}
.optionSelectList.selectList li {
  display: inline-block;
  padding: 10px 0;
}
.optionSelectList.selectList li:first-child,
.optionSelectList.selectList li:nth-child(3n+1){
  width: 33%;
}
.optionSelectList.selectList li:nth-child(2),
.optionSelectList.selectList li:nth-child(3n+2){
  width: 27%;
}
.optionSelectList.selectList li:nth-child(3n){
  width: 30%;
}
/* MM追記分ここから */
.selectList label {
  display: inline-block;
  cursor: pointer;
}
.selectList label span {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}
.selectList label span::before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  background: #cccccc;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: none;
  z-index: 3;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.selectList label input[type='radio']:checked + span::before {
  background: #f07a38;
}
/* MM追記分ここまで */
.loginArea .settingBox {
  display: table-cell;
  width: 348px;
  padding: 35px 45px;
  background: #fff7dc;
}
.loginMemory {
  margin-top: 50px;
  text-align: center;
}
.loginMemory label {
  display: inline-block;
}
.loginMemory label span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}
.loginMemory input[type='checkbox'] + span::before {
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid #cccccc;
  content: '';
  cursor: pointer;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.loginMemory label input[type='checkbox'] + span::after {
  display: inline-block;
  width: 12px;
  height: 18px;
  position: absolute;
  top: -2px;
  left: 6px;
  border: 2px solid #cccccc;
  border-width: 0 5px 3px 0;
  content: '';
  opacity: 0;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}
.loginMemory label input[type='checkbox']:checked + span::after {
  opacity: 1;
  pointer-events: none;
}
.loginSubMemory {
  margin-top: -15px;
  margin-bottom: 20px;
  margin-left: 120px;
  text-align: left;
}
.loginSubmit {
  margin-top: 30px;
  text-align: center;
}
.loginSubmit input {
  width: 370px;
  margin:  0 auto;
  padding: 20px 0 19px;
  color: #fff;
	font-size: 1.6rem;
  font-weight: bold;
  background: #f07a38;
	border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.loginSubmit input:hover {
  background: #f7a476;
}

/*	settingBox
------------------------------*/
.settingBox li {
  margin-bottom: 30px;
	padding-left: 0;
}
.settingBox h3 {
  margin-bottom: 10px;
}
.settingBox .linkBtn {
  width: 277px;
  margin-right: 0;
  font-weight: bold;
  border: 1px solid #354187;
  background: #fff;
  position: relative;
  height: auto;
  display: inline-block;
  padding: 0;
  padding: 10px 0;
}
.settingBox .linkBtn span {
  display: inline-block;
  width: auto;
	padding: 5px 5px 4px 45px;
  font-size: 1.6rem;
}
.management .linkBtn .inr {
	padding: 5px 5px 5px 45px;
  background: url(/images/ico_btn_member.png)no-repeat center left;
}
.manual .linkBtn .inr {
  background: url(/images/ico_btn_manual.png)no-repeat center left;
}
.status .linkBtn .inr {
  background: url(/images/ico_btn_setting.png)no-repeat center left;
}
.smartphone .linkBtn .inr {
  background: url(/images/ico_btn_browser.png)no-repeat center left;
}
.tel.linkBtn {
  padding: 10px 0;
}
.tel.linkBtn .inr {
  padding: 0;
  line-height: 1;
}
.tel.linkBtn .inr::after {
  display: none;
}
.tel.linkBtn .inr .telNum {
  font-size: 2.3rem;
  padding: 0;
  letter-spacing: 0.1rem;
  display: block;
}
.tel.linkBtn .inr .time {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0;
}
.settingBox .linkBtn .introduce span {
  display: inline-block;
  width: auto;
	padding: 5px 5px 4px 5px;
  font-size: 1.6rem;
  color: #354187;
}
.linkBtn .introduce .inr .title {
  font-size: 2.3rem;
  padding: 0;
  letter-spacing: 0.1rem;
  display: block;
}
.linkBtn .introduce .inr .text {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0;
}

/*	optionArea
------------------------------*/
.optionArea {
  background: #ececec;
  margin-top: 40px;
  padding: 30px 40px;
}
.optionArea .btnArea {
  display: none;
}
.optionArea h3 {
  font-size: 2rem;
}
.optionArea .ttl.accordionBtn {
  display: block;
  text-align: left;
  line-height: 2;
  color: #333333;
  cursor: pointer;
  background: url(/images/btn_accordion_open.jpg)no-repeat;
  background-position: right center;
  background-size: 30px;
}
.optionArea .ttl.accordionBtn.open {
  background: url(/images/btn_accordion_close.jpg)no-repeat;
  background-position: right center;
  background-size: 30px;
}
.optionArea .linkBtnList {
  margin-top: 40px;
  letter-spacing: -0.4em;
}
.optionArea .linkBtnList.colm3 li {
  display: inline-block;
  width: 280px;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 40px;
  font-size: 1.6rem;
}
.optionArea .linkBtnList.colm3 li:hover {
  background: #edf0fe;
}
.optionArea .linkBtnList.colm3 li:last-child {
  margin-right: 0;
}












@media screen and (max-width: 736px) {
  .contentInr {padding: 0;}
  .ttlLv2 {margin-top: 0;}
  .wrapper {
    margin-top: 92px;
  }
  /*	mainVisual
  ------------------------------*/
  .mainVisual {
    height: 150px;
    padding: 55px 0;
  }
  .visualInr {
    width: 100%;
    padding: 0 15px;
  }
  .mainTtl {
    width: 100%;
  }
  .mainTtl span {
    width: 30%;
    padding: 5px 15px;
    display: inline-block;
    margin-right: 2.7%;
  }
  .mainTtl span:last-child {
    margin-right: 0;
  }
  .mainTtl span > img {
    vertical-align: middle;
    width: 100%;
  }
  .mainTtl span:last-child > img {
    width: 81%;
  }

  /*	thirdPoint
  ------------------------------*/
  .thirdPoint .contentInr {
    padding: 30px 10px 35px 10px;
  }
  .point {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .pointBox {
    width: 100%;
    margin-bottom: 60px;
  }
  .pointBox:last-child {
    margin-bottom: 0;
  }

  /*	service
  ------------------------------*/
  .service .contentInr {
    padding: 30px 10px 35px 10px;
  }
  .service .contentArea {
    width: 100%;
    padding: 20px 10px;
  }
  .service .tab {
    width: 100%;
  }
  .service .tab li {
    width: 32%;
    height: 62px;
    padding: 10px 0;
    font-size: 1.5rem;
    display: inline-block;
		margin-bottom: 0;
  }
  .service .contentArea ul {
    width: 100%;
  }
  .service .contentArea ul li {
    width: 100%;
  }
  .service .contentArea ul li:nth-child(2n) {
    margin-left: 0;
    margin-top: 15px;
  }
  .service .contentArea ul li:nth-of-type(n+3) {
    margin-top: 15px;
  }
  .service .contentArea ul li .listInr {
    display: table;
    padding: 15px 40px 15px 8px;
  }
  .service .stripeBoxList .itemInr dt {
    width: 25%;
    padding-right: 0;
  }
  .service .stripeBoxList .itemInr .itemName {
    font-size: 1.4rem;
  }

  /*	contact
  ------------------------------*/
  .contact {
    margin-top: 0;
  }
  .contact .contentInr {
    display: block;
    text-align: center;
    padding: 35px 10px;
  }
  .contact .linkBtn {
    width: 100%;
    font-size: 1.6rem;
  }
  .contact .linkBtn span {
    padding: 0 45px 0 40px;
  }
  .contact .trial .linkBtn {
    margin-bottom: 0;
  }
  .contact .trial .linkBtn span {
    padding: 5px 45px 3px 68px;
  }
  .contact .document{
    padding: 20px 0;
  }
  .contact .document .linkBtn span {
    padding: 5px 45px 3px 45px;
  }
	.contact .whitepaper .linkBtn{
		width: 100%;
	}
	.contact .whitepaper .linkBtn{
		width: 100%;
	}
	
  /*	information
  ------------------------------*/
  .information .contentInr {
    padding: 30px 10px 40px;
  }
  .information .tab {
		display: table;
		text-align: center;
		width: 100%;
  }
  .information .tab li {
    display: table-cell;
		vertical-align: middle;
    font-size: 1.2rem;
    padding: 5px 0;
  }
  .information .contentArea {
    padding: 10px;
  }
  .information dl {
    display: block;
  }
  .information dl:first-child {
    padding-top: 10px;
  }
  .information dl:last-of-type {
    margin-bottom: 10px;
  }
  .information dt, .information .Tag {
    display: inline-block;
  }
  .information dd {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    font-size: 1.4rem;
  }
  .information .linkBtn {
    width: 100%;
    font-size: 1.6rem;
    padding: 12px;
  }
  .information .linkBtn.all {
    min-width: 90px;
    width: 90px;
    font-size: 1.4rem;
  }
  /*	etcBox
  ------------------------------*/
  .etcBox {
    height: auto;
    margin-top: 0;
  }
  .etcBox .etcInr {
    display: block;
    width: 100%;
  }
  .etcBox .etcArea {
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }
	
	

  /*	etcLink
  ------------------------------*/
  .etcLink .contentInr {
    display: block;
    padding: 30px 15px;
    text-align: center;
  }
  .etcLink .magazine .linkBtn {
    margin-bottom: 25px;
  }
  .etcLink .linkBtn {
    width: 100%;
    font-size: 1.6rem;
    padding: 12px;
  }

  /*	loginArea
  ------------------------------*/
  .loginArea {
    display: block;
    margin-top: 0;
  }
  .loginArea .ttlLv2 {
    width: 100%;
    margin-top: 0;
    font-size: 2.2rem;
  }
  .loginArea .ttlLv2 + p {
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .loginArea .loginBox {
    display: block;
    width: 100%;
    padding: 50px 10px;
  }
  .loginArea .settingBox {
    display: block;
    width: 100%;
    padding: 50px 10px;
  }
  .loginInputArea .formTable {
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .loginInputArea .inputLabel {
    display: block;
    width: 100%;
    text-align: left;
  }
  .loginInputArea label + input {
    width: 100%;
  }
  .selectList {
    padding-left: 10px;
  }
  .accordionInr.selectList {
    margin-top: 0;
    padding-left: 0;
  }
  .accordionInr.selectList li:first-child {
    margin-left: 0;
  }
  .accordionInr.selectList li:first-child, .accordionInr.selectList li:nth-child(3n+1),
  .accordionInr.selectList li:nth-child(2), .accordionInr.selectList li:nth-child(3n+2),
  .accordionInr.selectList li:nth-child(3n) {
    display: inline-block;
    width: 48.5%;
    vertical-align: top;
    text-align: left;
    margin-bottom: 0;
  }
  .optionSelectList.selectList {
    margin-top: 0;
    padding-left: 0;
  }
  .optionSelectList.selectList li:first-child {
    margin-left: 0;
  }
  .optionSelectList.selectList li:first-child, .optionSelectList.selectList li:nth-child(3n+1),
  .optionSelectList.selectList li:nth-child(2), .optionSelectList.selectList li:nth-child(3n+2),
  .optionSelectList.selectList li:nth-child(3n) {
    display: inline-block;
    width: 48.5%;
    vertical-align: top;
    text-align: left;
    margin-bottom: 0;
  }
  .settingBox .linkBtn {
    width: 100%;
  }
  .tel.linkBtn .inr .telNum {
    font-size: 2.2rem;
  }
  .loginMemory {
    margin-top: 30px;
  }
  .loginMemory + .loginMemory {
    margin-top: 15px;
  }
  .loginMemory label {
    width: 170px;
    text-align: left;
  }
  .loginSubMemory {
    margin-top: -15px;
    margin-bottom: 20px;
    margin-left: 10%;
    text-align: left;
  }
  .loginSubmit input {
    width: 100%;
  }
  .optionArea {
    padding: 30px 10px;
    margin: 0 0 40px 0;
  }
  .optionArea h3 {
    padding-right: 44px;
    font-size: 1.5rem;
  }
  .optionArea .linkBtnList.colm3 li {
    width: 48%;
    min-width: 0;
    padding: 10px 0;
    margin-right: 2%;
    font-size: 1.4rem;
  }
  .optionArea .linkBtn .inr::after {
    right: 7px;
  }
  .optionArea .linkBtnList.colm3 li:nth-child(2n) {
    margin-right: 0;
		margin-top: 0;
  }
	
	/*	columnBox
  ------------------------------*/
.columnBox{
	padding: 30px 15px;
}
	
	
/*	slider
------------------------------*/
.hero-top {
	max-width: 100%;
}
.hero-top img {
	min-height: 220px;
	opacity: 0;
}
.hero-top .slick-slide {
	height: 25vh;
}
.hero-top .slide01 {
	background: url("/images/top_slide05_sp.jpg") no-repeat center top;
	background-size: contain;
}
.hero-top .slide02 {
	background: url("/images/top_slide01_sp.jpg") no-repeat center top;
	background-size: contain;
}
.hero-top .slide03 {
	background: url("/images/top_slide02_sp.jpg") no-repeat center top;
	background-size: contain;
}
.hero-top .slide04 {
	background: url("/images/top_slide03_sp.webp") no-repeat center top;
	background-size: contain;
}
.hero-top .slide05 {
	background: url("/images/top_slide04_sp.jpg") no-repeat center top;
	background-size: contain;
}
.hero-top .slide06 {
	background: url("/images/top_slide06_sp.jpg") no-repeat center top;
	background-size: contain;
}
}