@charset "UTF-8";
/* CSS Document */
/*===================================================
	画面用CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	TOP
///////////////////////////////////////////////////////////*/
.topMain .topKvContainer {
  position: relative;
  height: 900px;
  padding: 40px 20px;
  background: url(https://www.lacorolle.com/system_panel/uploads/images/top_kv_01.png) center no-repeat;
  background-size: cover;
}
.topMain .topKvContainer .kvWrap {
  max-width: 1640px;
  margin: 0 auto;
}
.topMain .topKvContainer h1 {
  display: none;
}
.topMain .topKvContainer .kvItem {
  position: absolute;
  right: 5%;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #ffffff;
  z-index: 1;
}
.topMain .topKvContainer .kvTtlBox .kvTtl {
  text-align: right;
}
.topMain .topKvContainer .kvTtlBox .kvTtl p {
  display: inline;
  padding: 0.2em 0.5em;
  font-size: 45px;
  line-height: 1.5;
  background: #505050;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.topMain .topKvContainer .kvTtlBox.sp {
  display: none;
}
.topMain .topKvContainer .kvList {
  max-width: 600px;
  max-width: 700px;
  margin: 40px 0 0;
}
.topMain .topKvContainer .kvList .ul {
  display: flex;
  justify-content: space-between;
}
.topMain .topKvContainer .kvList .ul .li {
  width: 33.3333333333%;
}
.topMain .topContactPanel {
  position: relative;
  margin: -80px 0 80px;
  padding: 0 20px;
}
.topMain .topContactPanel .topContactBox {
  max-width: 800px;
  margin: 0 auto;
  padding: 15px 20px;
  color: #ffffff;
  text-align: center;
  background: #b6942e;
}
.topMain .topContactPanel .topContactBox .ttl {
  margin: 0 0 10px;
  font-size: 24px;
}
.topMain .topContactPanel .topContactBox .itemBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}
.topMain .topContactPanel .topContactBox .itemBox .tel {
  width: 50%;
}
.topMain .topContactPanel .topContactBox .itemBox .tel a {
  display: inline-block;
  padding: 0 0 0 35px;
  font-size: 34px;
  color: #ffffff;
  background: url(https://www.lacorolle.com/system_panel/uploads/images/top_icon_tel.png) left center no-repeat;
  background-size: 25px auto;
}
.topMain .topContactPanel .topContactBox .itemBox .tel > p {
  font-size: 16px;/*14*/
}
.topMain .topContactPanel .topContactBox .itemBox .contact {
  width: 40%;
}
.topMain .topContactPanel .topContactBox .itemBox .contact a {
  display: block;
  max-width: 260px;
  padding: 10px;
  font-size: 18px;/*14*/
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #333333;
}
.topMain .topContactPanel .topContactBox .itemBox .contact a p {
  display: inline-block;
  padding: 0 0 0 35px;
  background: url(https://www.lacorolle.com/system_panel/uploads/images/top_icon_mail.png) left center no-repeat;
  background-size: 25px auto;
}
.topMain .topSection {
  margin: 0 0 200px;
  text-align: center;
}
.topMain .topSection .ttl {
  margin: 0 0 40px;
  font-size: 30px;
}
.topMain .topSection .listPanel {
  margin: 0 0 40px;
  padding: 0 0 100px;
  background: url(https://www.lacorolle.com/system_panel/uploads/images/top_top_bg_arrow.png) center bottom no-repeat;
  background-size: cover;
}
.topMain .topSection .listPanel .list {
  max-width: 1500px;
  margin: 0 auto;
}
.topMain .topSection .listPanel .list .ul .txt {
  position: relative;
  width: calc(100% - 20px);
  margin: -20px auto 0;
  padding: 10px 20px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .topMain .topSection .listPanel .list .ul {
    display: flex;
    justify-content: space-between;
  }
  .topMain .topSection .listPanel .list .ul .li {
    width: calc(33.3333333333% - 20px);
  }
}
.topMain .topSection .messageBox {
  font-size: 30px;
}
.topMain .topSection .messageBox .marker {
  display: inline;
  background: linear-gradient(transparent 60%, #b6942e 60%);
}
.topMain .sec01 {
  margin: 0 0 200px;
}
.topMain .sec01 .listBox {
  max-width: 1500px;
  margin: 0 auto;
}
.topMain .sec01 .listBox .list .ul .txt {
  padding: 5px 10px;
  text-align: center;
}
#voice {
    padding-top: 150px;
    margin-top: -150px;
}
@media (min-width: 768px) {
  .topMain .sec01 .listBox .list .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -50px 0 0 -50px;
  }
  .topMain .sec01 .listBox .list .ul .li {
    width: calc(33.3333333333% - 50px);
    margin: 50px 0 0 50px;
  }
}
.topMain .sec01 .btnMore {
  margin: 40px auto 0;
}
.topMain .sec01 .contactPanel {
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 20px;
  color: #ffffff;
  background: #0a0a0a;
}
.topMain .sec01 .contactPanel .dl {
  max-width: 1000px;
  margin: 0 auto;
}
.topMain .sec01 .contactPanel .dl .dt {
  margin: 0 0 15px;
  font-size: 30px;
}
.topMain .sec01 .contactPanel .dl .dd .txt {
  font-size: 16px;/*14*/
}
@media (min-width: 768px) {
  .topMain .sec01 .contactPanel .dl .dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .topMain .sec01 .contactPanel .dl .dd .btnContact {
    width: 260px;
  }
}
.topMain .sec02 {
  padding: 0 0 200px;
}
.topMain .sec02 .topTxt {
  margin: 0 0 40px;
  text-align: center;
}
.topMain .sec02 .secBoxList {
  max-width: 1380px;
  margin: 0 auto 100px;
}
.topMain .sec02 .secBoxList .secBox {
  position: relative;
}
.topMain .sec02 .secBoxList .secBox + .secBox {
  margin: 60px 0 0;
}
.topMain .sec02 .secBoxList .secBox .photo {
  max-width: 600px;
}
.topMain .sec02 .secBoxList .secBox .txtBox {
  max-width: 860px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 0 18px rgba(182, 178, 165, 0.2);
}
.topMain .sec02 .secBoxList .secBox .txtBox .inner {
  max-width: 750px;
  width: 77%;
}
.topMain .sec02 .secBoxList .secBox .txtBox .ttl {
  max-width: 550px;
  margin: 0 0 15px;
  font-size: 30px;
}
@media (min-width: 768px) {
  .topMain .sec02 .secBoxList .secBox:nth-child(odd) .photo {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 50%;
  }
  .topMain .sec02 .secBoxList .secBox:nth-child(odd) .txtBox {
    width: 60%;
  }
  .topMain .sec02 .secBoxList .secBox:nth-child(even) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .topMain .sec02 .secBoxList .secBox:nth-child(even) .photo {
    position: absolute;
    top: 30px;
    right: 53%;
    width: 50%;
  }
  .topMain .sec02 .secBoxList .secBox:nth-child(even) .txtBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    padding: 30px 30px 30px 90px;
  }
}
.topMain .sec02 .listBox {
  max-width: 1200px;
  margin: 0 auto;
}
.topMain .sec02 .listBox .list .ul .li a {
  display: block;
  padding: 20px 30px;
  font-size: 24px;
  color: #ffffff;
}
.topMain .sec02 .listBox .list .ul .li a p {
  max-width: 460px;
  margin: 0 auto;
  padding: 15px 60px 15px 0;
  background: url(https://www.lacorolle.com/system_panel/uploads/images/top_sec02_list_arrow.png) right 5px center no-repeat;
  background-size: 60px auto;
  transition: 0.6s;
}
.topMain .sec02 .listBox .list .ul .li:nth-child(1) a {
  background: url(https://www.lacorolle.com/system_panel/uploads/images/top_sec02_list_01.png) no-repeat;
  background-size: cover;
}
.topMain .sec02 .listBox .list .ul .li:nth-child(2) a {
  background: url(https://www.lacorolle.com/system_panel/uploads/images/top_sec02_list_02.png) no-repeat;
  background-size: cover;
}
.topMain .sec02 .listBox .list .ul .li:nth-child(3) a {
  background: url(https://www.lacorolle.com/system_panel/uploads/images/top_sec02_list_03.png) no-repeat;
  background-size: cover;
}
.topMain .sec02 .listBox .list .ul .li:nth-child(4) a {
  background: url(https://www.lacorolle.com/system_panel/uploads/images/top_sec02_list_04.png) no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .topMain .sec02 .listBox .list .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -40px 0 0;
  }
  .topMain .sec02 .listBox .list .ul .li {
    width: calc(50% - 20px);
    margin: 40px 0 0;
  }
  .topMain .sec02 .listBox .list .ul .li a:hover p {
    background: url(https://www.lacorolle.com/system_panel/uploads/images/top_sec02_list_arrow.png) right center no-repeat;
    background-size: 60px auto;
  }
}
/*.topMain .newsSection {
  padding: 0 0 120px;
}*/
.topMain .newsSection .newsBox {
  max-width: 1200px;
  margin: 0 auto;
}
.topMain .newsSection .newsBox .dl {
  display: flex;
  line-height: 2;
}
.topMain .newsSection .newsBox .dl + .dl {
  margin: 15px 0 0;
}
.topMain .newsSection .newsBox .dl .dt {
  width: 160px;
}

/*////////////////////////////////////////////////////////////
	oem
///////////////////////////////////////////////////////////*/
.oemMain .pageKvPanel {
  background: url(https://www.lacorolle.com/system_panel/uploads/images/oem_kv.png) center no-repeat;
  background-size: cover;
}
.oemMain .topSection {
  padding: 100px 0;
  text-align: center;
}
.oemMain .topSection .ttl {
  margin: 0 0 10px;
  font-size: 30px;
}
.oemMain .topSection .txt {
  margin: 0 0 30px;
}
.oemMain .topSection .linkList {
  max-width: 900px;
  margin: 0 auto;
}
.oemMain .topSection .linkList .ul .li {
  width: 270px;
  padding: 7px 10px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;/*15*/
  border: 1px solid #030303;
  background: url(https://www.lacorolle.com/system_panel/uploads/images/btn_more_arrow.png) right 15px center no-repeat;
  background-size: 5px auto;
  transition: 0.6s;
}
@media (min-width: 768px) {
  .oemMain .topSection .linkList .ul {
    display: flex;
    justify-content: space-between;
  }
  .oemMain .topSection .linkList .ul .li:hover {
    background: url(https://www.lacorolle.com/system_panel/uploads/images/btn_more_arrow.png) right 10px center no-repeat;
    background-size: 5px auto;
  }
}
.oemMain .sec01 {
  padding: 0 0 200px;
}
.oemMain .sec01 .secBoxList {
  max-width: 1400px;
  margin: 0 auto;
}
.oemMain .sec01 .secBox + .secBox {
  margin: 80px 0 0;
}
.oemMain .sec01 .secBox .txtBox .ttlBox {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.oemMain .sec01 .secBox .txtBox .ttlBox .num {
  margin: 0 20px 0 0;
  font-size: 50px;
  font-weight: bold;
}
.oemMain .sec01 .secBox .txtBox .ttlBox .ttl {
  font-size: 30px;
}
@media (min-width: 768px) {
  .oemMain .sec01 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .oemMain .sec01 .secBox .photo {
    width: 45%;
  }
  .oemMain .sec01 .secBox .txtBox {
    width: 50%;
  }
  .oemMain .sec01 .secBox:nth-child(even) {
    flex-direction: row-reverse;
  }
  .oemMain .sec01 .secBox:nth-child(even) .txtBox {
    padding: 0 0 0 5%;
  }
}
.oemMain .sec01 .contactPanel {
  max-width: 900px;
  margin: 100px auto 0;
  padding: 20px;
  color: #ffffff;
  text-align: center;
  background: #0a0a0a;
}
.oemMain .sec01 .contactPanel .dl {
  max-width: 1000px;
  margin: 0 auto;
}
.oemMain .sec01 .contactPanel .dl .dt {
  margin: 0 0 15px;
  font-size: 30px;
}
.oemMain .sec01 .contactPanel .dl .dd .txt {
  font-size: 16px;/*14*/
}
.oemMain .sec01 .contactPanel .dl .dd .btnContact {
  margin: 20px auto 0;
}
.oemMain .sec02 {
  padding: 0 0 200px;
}
.oemMain .sec02 .secBox {
  position: relative;
  padding: 0 0 60px;
}
.oemMain .sec02 .secBox .leftBox .ttlBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 0 18px rgba(182, 178, 165, 0.2);
}
.oemMain .sec02 .secBox .leftBox .ttlBox .icon {
  width: 30px;
}
.oemMain .sec02 .secBox .leftBox .ttlBox .ttl {
  width: calc(100% - 50px);
  font-size: 20px;
  text-align: center;
}
.oemMain .sec02 .secBox .rightBox {
  padding: 5px 0 0;
}
@media (min-width: 768px) {
  .oemMain .sec02 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .oemMain .sec02 .secBox .leftBox {
    width: 240px;
  }
  .oemMain .sec02 .secBox .rightBox {
    width: calc(100% - 260px);
  }
  .oemMain .sec02 .secBox:not(:last-child) .leftBox:after {
    content: "";
    position: absolute;
    left: 65px;
    bottom: 0;
    width: 40px;
    height: 100%;
    background: #e1e1e1;
  }
  .oemMain .sec02 .secBox .leftBox.arrow:after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 0;
    width: 90px;
    height: 70px;
    background: url(https://www.lacorolle.com/system_panel/uploads/images/oem_sec02_flow_arrow.png) no-repeat;
    background-size: 100% auto;
  }
}
.oemMain .sec02 .contactItem {
  max-width: 540px;
  margin: 30px 0 0;
}
.oemMain .sec02 .contactItem .itemBox .tel a {
  display: inline-block;
  padding: 0 0 0 25px;
  font-size: 26px;
  background: url(https://www.lacorolle.com/system_panel/uploads/images/oem_sec02_tel.png) left center no-repeat;
  background-size: 18px auto;
}
.oemMain .sec02 .contactItem .itemBox .tel > p {
  font-size: 16px;/*13*/
}
.oemMain .sec02 .contactItem .itemBox .btnContact {
  max-width: 260px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .oemMain .sec02 .contactItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .oemMain .sec02 .contactItem > * {
    width: 50%;/*48*/
  }
}
.oemMain .sec03 {
  padding: 0 0 200px;
}
.oemMain .sec03 .secBoxList {
  margin: 0 0 100px;
}
.oemMain .sec03 .secBox {
  border: 1px solid #1c1c1c;
}
.oemMain .sec03 .secBox + .secBox {
  margin: 30px 0 0;
}
.oemMain .sec03 .secBox .ttlBox {
  display: flex;
  padding: 10px 60px 10px 20px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  background: url(https://www.lacorolle.com/system_panel/uploads/images/accord_plus.png) right 20px center no-repeat #3f3f3f;
  background-size: 25px auto;
}
.oemMain .sec03 .secBox .ttlBox.active {
  background: url(https://www.lacorolle.com/system_panel/uploads/images/accord_minus.png) right 20px center no-repeat #3f3f3f;
  background-size: 25px auto;
}
.oemMain .sec03 .secBox .ttlBox .icon {
  margin: 0 10px 0 0;
  color: #bababa;
}
.oemMain .sec03 .secBox .txtBox {
  padding: 10px 50px;
  letter-spacing: 0;
}
.oemMain .sec03 .secBox .txtBox p + p {
  margin: 20px 0 0;
}
.oemMain .sec03 .listBox {
  max-width: 1200px;
  margin: 0 auto;
}
.oemMain .sec03 .listBox .list .ul .li a {
  display: block;
  padding: 20px 30px;
  font-size: 24px;
  color: #ffffff;
}
.oemMain .sec03 .listBox .list .ul .li a p {
  max-width: 460px;
  margin: 0 auto;
  padding: 15px 60px 15px 0;
  background: url(https://www.lacorolle.com/system_panel/uploads/images/top_sec02_list_arrow.png) right 5px center no-repeat;
  background-size: 60px auto;
  transition: 0.6s;
}
.oemMain .sec03 .listBox .list .ul .li:nth-child(1) a {
  background: url(https://www.lacorolle.com/system_panel/uploads/images/top_sec02_list_02.png) no-repeat;
  background-size: cover;
}
.oemMain .sec03 .listBox .list .ul .li:nth-child(2) a {
  background: url(https://www.lacorolle.com/system_panel/uploads/images/top_sec02_list_04.png) no-repeat;
  background-size: cover;
}
.oemMain .sec03 .listBox .list .ul .li:nth-child(3) a {
  background: url(https://www.lacorolle.com/system_panel/uploads/images/knit_link_bg_02.png) no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .oemMain .sec03 .listBox .list .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -40px 0 0;
  }
  .oemMain .sec03 .listBox .list .ul .li {
    width: calc(50% - 20px);
    margin: 40px 0 0;
  }
  .oemMain .sec03 .listBox .list .ul .li a:hover p {
    background: url(https://www.lacorolle.com/system_panel/uploads/images/top_sec02_list_arrow.png) right center no-repeat;
    background-size: 60px auto;
  }
}

/*////////////////////////////////////////////////////////////
	knit
///////////////////////////////////////////////////////////*/
.knitMain .pageKvPanel {
  background: url(https://www.lacorolle.com/system_panel/uploads/images/knit_kv.png) center no-repeat;
  background-size: cover;
}
.knitMain .photoList .ul .li .photoBox .ttl {
  padding: 5px 10px;
  color: #ffffff;
  text-align: center;
  background: #272727;
}
.knitMain .photoList .ul .li .txt {
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  .knitMain .photoList .ul {
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0 0 -30px;
  }
  .knitMain .photoList .ul .li {
    width: calc(25% - 30px);
    margin: 60px 0 0 30px;
  }
  .knitMain .photoList .ul .li .photoBox .photo {
    position: relative;
    height: 200px;
  }
  .knitMain .photoList .ul .li .photoBox .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.knitMain .sec01 {
  padding: 100px 0 200px;
}
.knitMain .sec01 .topTxt {
  margin: 0 0 60px;
  text-align: center;
}
.knitMain .sec01 .secBoxList {
  margin: 0 0 100px;
}
.knitMain .sec01 .secBoxList .secBox + .secBox {
  margin: 80px 0 0;
}
.knitMain .sec01 .secBoxList .secBox .secTtl {
  margin: 0 0 40px;
  text-align: center;
}
.knitMain .sec01 .secBoxList .secBox .secTtl h3 {
  display: inline-block;
  font-size: 34px;
  background: linear-gradient(transparent 80%, #b6942e 80%);
}
.knitMain .sec01 .contactPanel {
  max-width: 900px;
  margin: 100px auto 0;
  padding: 30px 20px;
  color: #ffffff;
  text-align: center;
  background: #0a0a0a;
}
.knitMain .sec01 .contactPanel .dl {
  max-width: 1000px;
  margin: 0 auto;
}
.knitMain .sec01 .contactPanel .dl .dt {
  margin: 0 0 15px;
  font-size: 30px;
}
.knitMain .sec01 .contactPanel .dl .dd .txt {
  font-size: 14px;
}
.knitMain .sec01 .contactPanel .dl .dd .btnContact {
  margin: 20px auto 0;
}
.knitMain .sec02 {
  padding: 0 0 200px;
}
.knitMain .sec02 .contactPanel {
  max-width: 1000px;
  margin: 100px auto 0;
  padding: 30px 60px;
  color: #ffffff;
  background: #0a0a0a;
}
.knitMain .sec02 .contactPanel .dl {
  max-width: 1000px;
  margin: 0 auto;
}
.knitMain .sec02 .contactPanel .dl .dt {
  margin: 0 0 15px;
  font-size: 30px;
}
.knitMain .sec02 .contactPanel .dl .dd .txt {
  font-size: 16px;/*14*/
}
.knitMain .sec02 .contactPanel .dl .dd .btnContact {
  margin: 20px 0 0;
}
.knitMain .sec02 .message {
  margin: 40px 0 100px;
  font-size: 24px;
  text-align: center;
}
.knitMain .sec02 .listBox {
  max-width: 1200px;
  margin: 0 auto;
}
.knitMain .sec02 .listBox .list .ul .li a {
  display: block;
  padding: 20px 30px;
  font-size: 24px;
  color: #ffffff;
}
.knitMain .sec02 .listBox .list .ul .li a p {
  max-width: 460px;
  margin: 0 auto;
  padding: 15px 60px 15px 0;
  background: url(https://www.lacorolle.com/system_panel/uploads/images/top_sec02_list_arrow.png) right 5px center no-repeat;
  background-size: 60px auto;
  transition: 0.6s;
}
.knitMain .sec02 .listBox .list .ul .li:nth-child(1) a {
  background: url(https://www.lacorolle.com/system_panel/uploads/images/knit_link_bg_01.png) no-repeat;
  background-size: cover;
}
.knitMain .sec02 .listBox .list .ul .li:nth-child(2) a {
  background: url(https://www.lacorolle.com/system_panel/uploads/images/knit_link_bg_02.png) no-repeat;
  background-size: cover;
}
.knitMain .sec02 .listBox .list .ul .li:nth-child(3) a {
  background: url(https://www.lacorolle.com/system_panel/uploads/images/knit_link_bg_03.png) no-repeat;
  background-size: cover;
}
.knitMain .sec02 .listBox .list .ul .li:nth-child(4) a {
  background: url(https://www.lacorolle.com/system_panel/uploads/images/knit_link_bg_04.png) no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .knitMain .sec02 .listBox .list .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -40px 0 0;
  }
  .knitMain .sec02 .listBox .list .ul .li {
    width: calc(50% - 20px);
    margin: 40px 0 0;
  }
  .knitMain .sec02 .listBox .list .ul .li a:hover p {
    background: url(https://www.lacorolle.com/system_panel/uploads/images/top_sec02_list_arrow.png) right center no-repeat;
    background-size: 60px auto;
  }
}

/*////////////////////////////////////////////////////////////
	company
///////////////////////////////////////////////////////////*/
.companyMain .pageKvPanel {
  background: url(https://www.lacorolle.com/system_panel/uploads/images/company_kv.png) center no-repeat;
  background-size: cover;
}
.companyMain .sec01 {
  padding: 120px 0;
  color: #ffffff;
  background: #1a1a1a;
}
.companyMain .sec01 .txt {
  margin: 0 0 30px;
}
.companyMain .sec01 .name p {
  display: inline-block;
}
.companyMain .sec01 .name .em {
  margin: 0 0 0 10px;
  font-size: 24px;
}
.companyMain .sec02 {
  padding: 120px 0 60px;
}
.companyMain .sec02 .secBox .ttl {
  padding: 10px;
  font-size: 18px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 18px rgba(182, 178, 165, 0.2);
}
.companyMain .sec02 .secBox + .secBox {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .companyMain .sec02 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .companyMain .sec02 .secBox .ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
  }
  .companyMain .sec02 .secBox .txt {
    width: 70%;
  }
}
.companyMain .sec03 {
  padding: 60px 0 120px;
}
.companyMain .sec03 .infoBox {
  padding: 0 0 60px;
}
.companyMain .sec03 .infoBox .dl {
  line-height: 2;
}
.companyMain .sec03 .infoBox .dl .dt {
  padding: 15px 20px;
  border-bottom: 1px solid #b6942e;
}
.companyMain .sec03 .infoBox .dl .dd {
  padding: 15px 20px;
  border-bottom: 1px solid #4a4433;
}
.companyMain .sec03 .infoBox .dl .dd a {
  display: inline-block;
}
.companyMain .sec03 .infoBox .dl .dd .logo {
  width: 160px;
}
@media (min-width: 768px) {
  .companyMain .sec03 .infoBox .dl {
    display: flex;
    justify-content: space-between;
  }
  .companyMain .sec03 .infoBox .dl .dt {
    width: 220px;
  }
  .companyMain .sec03 .infoBox .dl .dd {
    width: calc(100% - 222px);
  }
}
.companyMain .sec04 {
  padding: 60px 0 120px;
}
.companyMain .sec04 .historyBox .dl .dt {
  padding: 10px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  background: #333333;
}
.companyMain .sec04 .historyBox .dl + .dl {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .companyMain .sec04 .historyBox .dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .companyMain .sec04 .historyBox .dl .dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
  }
  .companyMain .sec04 .historyBox .dl .dd {
    width: 70%;
  }
}

/*////////////////////////////////////////////////////////////
	contact
///////////////////////////////////////////////////////////*/
.contactMain .pageKvPanel {
  background: url(https://www.lacorolle.com/system_panel/uploads/images/contact_kv.png) center no-repeat;
  background-size: cover;
}
.contactMain .sec01 {
  padding: 120px 0;
}
.contactMain .sec01 .topTxt {
  margin: 0 0 40px;
  text-align: center;
}
.contactMain .sec02 {
  padding: 60px 0 120px;
}
.contactMain .sec02 .telBox {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
  color: #ffffff;
  text-align: center;
  background: #0a0a0a;
}
.contactMain .sec02 .telBox .tel {
  display: inline-block;
}
.contactMain .sec02 .telBox .tel a {
  display: inline-block;
  padding: 0 0 0 25px;
  font-size: 34px;
  color: #ffffff;
  background: url(https://www.lacorolle.com/system_panel/uploads/images/footer_contact_tel.png) left center no-repeat;
  background-size: 20px auto;
}
.contactMain .sec02 .telBox > p {
  margin: 0 0 0 20px;
  display: inline-block;
}

/*////////////////////////////////////////////////////////////
	form
///////////////////////////////////////////////////////////*/
.formMain {
  /* 入力項目
  --------------------------------------*/
  /*テキストボックス・メール・電話*/
  /*テキストエリア*/
}
.formMain .contactForm input[type=text],
.formMain .contactForm input[type=email],
.formMain .contactForm input[type=tel] {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-size: 16px;
  border: 1px solid #e6dddd;
  background: #f5f3f3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formMain .contactForm textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e6dddd;
  background: #f5f3f3;
  resize: none;
}
.formMain .contactForm input[type=text]:focus,
.formMain .contactForm input[type=email]:focus,
.formMain .contactForm input[type=tel]:focus,
.formMain .contactForm textarea:focus {
  outline: 0;
  border: 2px solid #90cefd;
}
.formMain .btnSubmitBox {
  max-width: 240px;
  max-width: 300px;
  margin: 40px auto 0;
}
.formMain .contactForm button[type=submit] {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  padding: 13px 10px;
  /*font-size: 15px;*/
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 0;
  border: 1px solid #030303;
  background: url(https://www.lacorolle.com/system_panel/uploads/images/btn_more_arrow.png) right 10px center no-repeat #ffffff;
  transition: 0.6s;
}
.formMain .contactForm button[type=submit][disabled] {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.formMain .contactForm .form {
  padding: 0 0 60px;
}
.formMain .contactForm .form .checkList .ul {
  padding: 12px 0 0;
}
.formMain .contactForm .form .checkList .ul + .ul {
  margin: 10px 0 0;
}
.formMain .contactForm .form .checkList .ul .li + .li {
  margin: 10px 0 0;
}
.formMain .contactForm .form .checkList01 .ul .li {
  display: inline-block;
}
.formMain .contactForm .form .checkList01 .ul .li + .li {
  margin: 0 0 0 10px;
}
.formMain .contactForm .form .checkList01 .checkItem {
  display: inline-block;
  padding: 0 5px 0 0;
}
.formMain .contactForm .form .checkList01 .checkItem + input {
  display: inline-block;
  width: 150px;
}
.formMain .contactForm .form .checkList01 .otherTxt {
  display: inline-block;
}
.formMain .contactForm .form .checkItem + .checkItem {
  margin-top: 10px;
}
.formMain .contactForm .form .checkItem > label {
  position: relative;
  display: block;
}
.formMain .contactForm .form .checkItem input {
  position: absolute;
  opacity: 0;
}
.formMain .contactForm .form .checkItem span {
  display: block;
  padding-left: 25px;
  position: relative;
}
.formMain .contactForm .form .checkItem span::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #e6dddd;
  background: #f5f3f3;
}
.formMain .contactForm .form .checkItem input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
}
.formMain .contactForm .form .checkItem.agreeCheck > label {
  display: inline-block;
}
.formMain .contactForm .form .radioList01 .list {
  display: inline-block;
  margin: 0 20px 0 0;
}
.formMain .contactForm .form .radioList01 .otherTxt {
  display: inline-block;
}
.formMain .contactForm .form .radioBox {
  padding: 10px 0;
}
.formMain .contactForm .form .radioBox .radio {
  position: relative;
  display: inline-block;
}
.formMain .contactForm .form .radioBox input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.formMain .contactForm .form .radioBox label {
  position: relative;
  padding: 5px 0 5px 35px;
}
.formMain .contactForm .form .radioBox label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto 0;
  border-radius: 50%;
  border: 1px solid #090908;
  background: #ffffff;
  box-sizing: border-box;
}
.formMain .contactForm .form .radioBox input[type=radio]:checked + label:before {
  border: 8px solid #ee7800;
}
.formMain .contactForm .form .postalBox {
  margin: 0 0 5px;
}
.formMain .contactForm .form .postalBox input {
  width: 90px;
}
.formMain .contactForm .form .postalBox input + .span {
  display: inline-block;
  margin: 0 5px;
}
.formMain .contactForm .form .postalBox .postalTxt {
  display: inline-block;
  margin: 0 5px;
}
.formMain .contactForm .form .postalBox + input + input {
  margin: 5px 0;
}
.formMain .contactForm .form .selectBox {
  display: inline-block;
  width: 200px;
}
.formMain .contactForm .form .selectBox select {
  display: block;
  width: 100%;
  padding: 11px 20px;
  font-size: 16px;
  color: #000000;
  line-height: 1.5em;
  border-radius: 0;
  border: 1px solid #deebe4;
  border-radius: 15px;
  background: #f7f7f7;
  background-size: 10px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formMain .contactForm .form .selectBox + .span {
  display: inline-block;
  margin: 0 5px;
}
.formMain .contactForm .formBox + .formBox {
  margin-top: 60px;
}
.formMain .contactForm .formBox > .dl {
  position: relative;
  display: flex;
  width: 100%;
}
.formMain .contactForm .formBox > .dl.line > .dt {
  vertical-align: top;
}
.formMain .contactForm .formBox > .dl > .dt {
  overflow: hidden;
  width: 280px;
  margin: 0 2px 0 0;
  padding: 20px 10px;
  border-bottom: 1px solid #886e56;
}
.formMain .contactForm .formBox > .dl > .dt .span {
  display: inline-block;
  min-width: 165px;
  margin-right: 10px;
  padding: 0 0 0 5px;
  vertical-align: middle;
}
.formMain .contactForm .formBox > .dl > .dt .em {
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  color: #ffffff;
  vertical-align: middle;
  background: #333333;
}
.formMain .contactForm .formBox > .dl > .dt .small {
  font-size: 12px;
}
.formMain .contactForm .formBox > .dl > .dt .aside {
  margin-top: 10px;
}
.formMain .contactForm .formBox > .dl > .dt .aside p {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .formMain .contactForm .formBox > .dl > .dt .span {
    float: left;
  }
  .formMain .contactForm .formBox > .dl > .dt .em {
    float: right;
  }
}
.formMain .contactForm .formBox > .dl > .dd {
  position: relative;
  width: calc(100% - 282px);
  padding: 10px 20px;
  border-bottom: 1px solid #4a4433;
}
.formMain .contactForm .formBox .datePanel {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
.formMain .contactForm .formBox .datePanel + .datePanel {
  margin: 10px 0 0;
}
.formMain .contactForm .formBox .datePanel > * {
  display: flex;
  align-items: center;
}
.formMain .contactForm .formBox .datePanel input {
  width: 70px;
  border-radius: 15px;
}
.formMain .contactForm .formBox .datePanel .selectBox {
  width: 70px;
}
.formMain .contactForm .formBox .datePanel .dateTtl {
  margin: 0 10px 0 0;
}
.formMain .contactForm .formBox .datePanel .dateTxt {
  margin: 0 5px;
}
.formMain .contactForm .formBox .addressBox .dl,
.formMain .contactForm .formBox .dateBox .dl {
  display: table;
  width: 100%;
}
.formMain .contactForm .formBox .addressBox .dl + .dl,
.formMain .contactForm .formBox .dateBox .dl + .dl {
  margin-top: 10px;
}
.formMain .contactForm .formBox .addressBox .dl .dt,
.formMain .contactForm .formBox .dateBox .dl .dt {
  display: table-cell;
  width: 60px;
  vertical-align: middle;
}
.formMain .contactForm .formBox .addressBox .dl .dd,
.formMain .contactForm .formBox .dateBox .dl .dd {
  display: table-cell;
  vertical-align: middle;
}
.formMain .contactForm .formBox .ageInput input {
  display: inline-block;
  width: 120px;
  margin: 0 5px 0 0;
}
.formMain .contactForm .formBox .ageInput > p {
  display: inline-block;
}
.formMain .contactForm .formBox .meetingBox {
  margin: 0 0 20px;
}
.formMain .contactForm .formBox .meetingBox .radioList {
  display: inline-block;
}
.formMain .contactForm .formBox .meetingBox .radioList .list {
  display: inline-block;
  margin: 0 20px 0 0;
}
.formMain .contactForm .formBox .dateBox + .dateBox {
  margin: 10px 0 0;
}
.formMain .contactForm .formBox .dateBox + .txt {
  margin: 10px 0 0;
}
.formMain .contactForm .formBox .dateBox input[type=text] {
  width: 90px;
}
.formMain .contactForm .formBox .dateBox .em {
  display: inline-block;
}
.formMain .contactForm .formBox .dateBox .span {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.formMain .contactForm .formBox .dateBox .radioList {
  display: inline-block;
  margin: 0 0 0 40px;
}
.formMain .contactForm .formBox .dateBox .radioList .list {
  display: inline-block;
  margin: 0 20px 0 0;
}
.formMain .contactForm .formBox .caution {
  margin-top: 10px;
  color: #d20000;
  line-height: 2;
}
.formMain .contactForm .formBox .telBox {
  padding: 10px 10px 40px;
  font-size: 0;
  font-weight: 400;
  text-align: left;
  line-height: 2;
}
.formMain .contactForm .formBox .telBox > * {
  display: inline-block;
  font-size: 14px;
}
.formMain .contactForm .formBox .telTxt {
  padding: 10px 10px 0;
}
.formMain .contactForm .formBox .privacy {
  padding: 10px;
}
.formMain .contactForm .formBox .privacy > p {
  margin: 0 0 20px;
  text-align: left;
}
.formMain .contactForm .formBox .privacy .agreeBox {
  overflow: scroll;
  height: 500px;
  padding: 20px;
  text-align: left;
  border: 1px solid #e6dddd;
  background: #f5f3f3;
}
.formMain .contactForm .formBox .privacy .agreeBox .box + .box {
  margin: 30px 0 0;
}
.formMain .contactForm .formBox .privacy .agreeBox .box .link a {
  display: inline-block;
}
.formMain .contactForm .formBox .privacy .agreeBox p {
  line-height: 2;
}
.formMain .contactForm .formBox .privacy .agreeBox .tel p,
.formMain .contactForm .formBox .privacy .agreeBox .tel a {
  display: inline-block;
}
.formMain .contactForm .formBox .privacy + .checkItem {
  margin: 40px 0;
  text-align: center;
}
.formMain .contactForm .fileUploadBox .ttl {
  margin: 0 0 10px;
  line-height: 2;
}
.formMain .contactForm .fileUploadBox .fileArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formMain .contactForm .fileUploadBox .fileArea + .fileArea {
  margin: 10px 0 0;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile {
  position: relative;
  width: 28%;
  font-size: 16px;
  color: #b4d2be;
  text-align: center;
  border: 1px solid #41ab6d;
  background: #ffffff;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile p {
  padding: 12px 10px;
}
.formMain .contactForm .fileUploadBox .fileArea > p,
.formMain .contactForm .fileUploadBox .fileArea .fileTxt {
  width: 70%;
}
.formMain .contactForm .fileUploadBox .fileArea .fileTxt p {
  display: inline-block;
}
.formMain .contactForm .fileUploadBox .fileArea .fileTxt .fileName {
  margin: 0 10px 0 0;
}
.formMain .contactForm .fileUploadBox .fileArea .fileTxt .attention {
  font-size: 13px;
  color: #54765f;
}
.formMain .contactForm .fileUploadBox .txt {
  line-height: 2;
}
.formMain .contactForm .aside {
  margin: 10px 0 0;
}
.formMain .contactForm .fileUploadTitleBox {
  margin: 60px 0 30px;
}
.formMain .contactForm .fileUploadTitleBox .fileUploadTitle {
  position: relative;
  max-width: 440px;
  margin: 0 0 20px;
}
.formMain .contactForm .fileUploadTitleBox .fileUploadTitle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000000;
}
.formMain .contactForm .fileUploadTitleBox .fileUploadTitle p {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 30px;
  font-weight: bold;
  background: #ffffff;
}

/*////////////////////////////////////////////////////////////
	complete
///////////////////////////////////////////////////////////*/
.complete {
  padding: 60px 0 100px;
}
.complete .txt {
  margin: 0 0 40px;
  text-align: center;
  line-height: 3;
}
.complete .btnMore {
  margin: 0 auto;
}


