/*
Theme Name: LOGITECH v1.7
Description: LOGITECH Design
Version: 1.7
*/

.grecaptcha-badge {
	bottom: 80px !important;
}

/*==============================
お問い合わせ
================================*/
#contact-form .page-content .header{
  background: #eee;
}

#contact-form .contents-inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#contact-form{
  padding: 16px;
  font-size: 16px;
}

#contact-form .mwform-checkbox-field label,
#contact-form .mwform-radio-field label{
  font-weight: bold;
}

#contact-form .flex-between{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contact-form .flex-reverse {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

#contact-form .form-wrap {
  margin: auto;
  max-width: 1000px;
}

#contact-form .table {
  border-top: solid 1px #ddd;
  margin-bottom: 40px;
  width: 100%;
}

#contact-form .table td,
#contact-form .table th {
  border-bottom: solid 1px #ddd;
  font-weight: bold;
  padding: 20px 0;
  line-height: 2;
  vertical-align: top;
}

#contact-form .table th {
  padding-right: 48px;
  width: 300px;
  text-align: left;
}

#contact-form .table input[type="text"],
#contact-form .table input[type="email"] {
  border: solid 1px #E3E3E3;
  background: #F7F7F7;
  border-radius: 2px;
  padding: 7px;
}

#contact-form .table .required {
  color: #BA0015;
  border: solid 1px #BA0015;
  border-radius: 2px;
  font-size: 14px;
  padding: 2px 8px;
}

#contact-form .table .inner > .horizontal-item {
  width: 49%;
  margin-left: 0;
}

#contact-form .table .inner .block p {
  margin-right: 10px;
  width: 32px;
  text-align: right;
}

#contact-form .table .inner .block input[type="text"]{
  width: calc(100% - 42px);
  flex: 1;
  font-size: 16px;
}

#contact-form .table input[type=radio] {
  display: none;
}

#contact-form .table .radio-btn {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

#contact-form .table .radio-btn::before {
  background: #F7F7F7;
  border: 1px solid #E3E3E3;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

#contact-form .table .radio-btn::after {
  background: #BA0015;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}

#contact-form .table input[type=radio]:checked + .radio-btn::after {
  opacity: 1;
}

/*
  * inputをdisplay: noneするとhtml5バリデーションは有効だが、エラー表示がされない
  * #recruitment-entry領域のみSSGformなので、html5バリデーションを利用したい
  * -> ~/recruitment/css/以下で次のチェックボックス周りをキャンセル
 */
#contact-form .table input[type=checkbox] {
  display: none;
}

#contact-form .table .checkbox-btn + span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

#contact-form .table .checkbox-btn + span::before {
  background: #F7F7F7;
  border: 1px solid #E3E3E3;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

#contact-form .table .checkbox-btn + span::after {
  border-right: 3px solid #BA0015;
  border-bottom: 3px solid #BA0015;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

#contact-form .table input[type=radio]:checked + span::after,
#contact-form .table input[type=checkbox]:checked + span::after {
  opacity: 1;
}

#contact-form .table .xs {
  width: 50px;
}

#contact-form .table .sm {
  width: 150px;
}

#contact-form .table .lg {
  width: 100%;
}

#contact-form .table .box {
  border: solid 1px #E3E3E3;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
  overflow-y: scroll;
  height: 400px;
  font-weight: normal;
  line-height: 1.7;
}

#contact-form .table .box .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 17px;
}

#contact-form .table .box .text {
  margin-bottom: 42px;
}

#contact-form .table .box .text02 {
  margin-bottom: 20px;
}

#contact-form .table .box .list li {
  margin-bottom: 20px;
  list-style-type: decimal;
  margin-left: 20px;
}

#contact-form .btn {
  background: #c75862;
  background: -moz-linear-gradient(-45deg,  #c75862 0%, #ba0015 100%);
  background: -webkit-linear-gradient(-45deg,  #c75862 0%,#ba0015 100%);
  background: linear-gradient(135deg,  #c75862 0%,#ba0015 100%);
  border-radius: 25px;
  color: white;
  display: block;
  font-weight: bold;
  line-height: 50px;
  margin: 0 auto 40px;
  text-align: center;
  width: 200px;
  height: unset;
  border: none;
  transition:all .3s;
}

#contact-form .btn02 {
  background: #ccc;
  border-radius: 25px;
  color: #333;
  display: block;
  font-weight: bold;
  line-height: 50px;
  margin: 0 auto 40px;
  text-align: center;
  width: 200px;
  transition:all .3s;
}


#contact-form .btn:hover,
#contact-form .btn02:hover{
  opacity: .7;
}

#contact-form .confirm_box {
  justify-content: space-between;
  margin: auto;
  width:500px;
}

#contact-form .confirm_box .button_box{
	width:200px;
}

#contact-form .err_text {
	color: #BA0015;
}

#contact-form .agree-text{
  transition: all .3s;
}

#contact-form .agree-text:hover{
  opacity: .7;
}

@media screen and (max-width: 767px) {

  #contact-form{
    padding: 16px 0;
  }

  #contact-form .contents-inner{
    padding: 0 20px;
  }
  
  #contact-form .table .required {
    font-size: 12px;
  }

  #contact-form .table td,
  #contact-form .table th {
    display: block;
    font-size: 14px;
  }

  #contact-form .table th {
    border-bottom: none;
    padding-right: 0;
    padding-bottom: 10px;
    width: 100%;
  }

  #contact-form .table td {
    padding-top: 10px;
  }

  #contact-form .table .box .title {
    font-size: 18px;
  }

  #contact-form .table .box .text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  #contact-form .btn02,
  #contact-form .btn {
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  #contact-form .confirm_box {
    display: block;
    text-align: center;
    width:100%;
  }

  #contact-form .confirm_box .button_box{
    width:100%;
    display: block;
  }
  
  #contact-form .table .checkbox-btn + span {
    padding: 5px 20px 5px 30px;
  }
}

/* confirm  */
.mw_wp_form_confirm #contact-form .required,
.mw_wp_form_confirm #contact-form .agree-text{
  display: none;
}

/* thanks */
#contact-form .thanks-content{
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}

#contact-form .thanks-content .back-btn-box{
  background: #ccc;
  border-radius: 25px;
  color: #333;
  display: block;
  font-weight: bold;
  line-height: 50px;
  margin: 30px auto 40px;
  text-align: center;
  width: 200px;
  transition: all .3s;
}

#contact-form .thanks-content .back-btn-box:hover{
  opacity: .7;
}

#contact-form .thanks-content .back-btn{
  color: #000;
}


@media screen and (max-width: 767px) {
  #contact-form .thanks-content{
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
  }
}


#contact-form .error-alert{
  text-align:center;
  color:#BA0015;
  border:1px solid #BA0015;
  padding:5px;
  margin-bottom:10px;
}



/*==============================
サービス
================================*/
#service .service-section {
  padding: 60px 0;
  margin: 0 20px;
  border-bottom: 1px solid #d5d5d5;
  }

#service .service-section.is-case {
  border-bottom: 3px solid #333;
  margin-bottom: 20px;
  }

#service .service-section:last-child {
  border-bottom: none;
  }

#service .service-title {
  font-size: 3rem;
  margin-bottom: 40px;
  }

#service .service-lead, .service-title {
  text-align: center;
  font-weight: 700;
  }

#service .service-lead {
  font-size: 2.4rem;
  margin-bottom: 30px;
  line-height: 1.8;
  }

#service .service-message {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.25;
  }

#service .service-policy {
  margin-top: 30px;
  }

#service .service-policy-img {
  width: 100%;
  height: auto;
  }

#service .service-list-text {
  margin-top: 30px;
  }

#service .service-list-text-item {
  position: relative;
  font-size: 1.4rem;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
  }

#service .service-list-text-item:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #0f5faf;
  position: absolute;
  left: 0;
  top: 6px;
  }

#service .service-region {
  text-align: center;
  margin: 40px 0;
  }

#service .service-region-img {
  width: 100%;
  height: auto;
  }

#service .service-sub-lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
  }

#service .service-text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 10px;
  }

#service .service-text-em {
  font-weight: 700;
  }

#service .service-system-block {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 20px;
  }

#service .service-system-block:nth-child(2) {
  margin-top: 35px;
  }

#service .service-system-block:last-child {
  margin-bottom: 0;
  }

#service .service-system-img-item {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  }

#service .service-system-content {
  background-color: #eff2f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 20px;
  }

#service .service-system-lead {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  }

#service .service-system-text {
  font-size: 1.4rem;
  line-height: 1.6;
  }

#service .service-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 30px;
  }

#service .service-overview-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  background-color: #eff2f4;
  padding: 15px 10px 20px;
  }

#service .service-overview-lead {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  }

#service .service-overview-img {
  max-width: 217px;
  width: 100%;
  height: auto;
  }

#service .service-overview-plus {
  font-size: 4.3rem;
  font-weight: 700;
  margin: 0 5px;
  }

#service .service-list {
  background-color: #eff2f4;
  padding: 30px;
  position: relative;
  display: block;
  }

#service .service-list-arrow {
  position: absolute;
  width: 77px;
  height: auto;
  right: 0;
  left: 0;
  top: -20px;
  margin: auto;
  }

#service .service-list-item {
  margin: 0 0 20px;
  padding-bottom: 25px;
  background-color: #fff;
  }

#service .service-list-item:last-child {
  margin-bottom: 0;
  }

#service .service-list-img {
  width: 100%;
  height: auto;
  }

#service .service-list-lead {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 25px 0;
  }

#service .service-feature {
  padding: 0 0 0 10vw;
  }

#service .service-feature-text {
  font-size: 1.4rem;
  text-indent: -15px;
  padding-left: 15px;
  margin-bottom: 5px;
  line-height: 1.6;
  }

#service .service-feature-text:last-child {
  margin-bottom: 0;
  }

#service .service-case {
  margin: 30px auto 40px;
  }

#service .service-case-item {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
  }

#service .service-case-item:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #0f5faf;
  position: absolute;
  left: 0;
  top: 6px;
  }

#service .service-case-img {
  text-align: center;
  }

#service .service-case-img-item {
  width: 100%;
  max-width: 920px;
  height: auto;
  }

#service .service-lineup{
  display: block;
  }
  
#service .service-lineup-column:first-child{
  border: none;
  }
  
#service .service-lineup-column {
  margin-bottom: 50px;
  border: none;
  }

#service .service-lineup-column:last-child {
  margin-bottom: 0;
  }

#service .service-lineup-head {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eff2f4;
  padding: 45px 0 50px;
  }

#service .service-lineup-icon {
  text-align: center;
  margin-bottom: 20px;
  }

#service .service-lineup-icon-img {
  height: 43px;
  width: auto;
  }

#service .service-lineup-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  }

#service .service-lineup-block {
  margin: 30px 0;
  }

#service .service-lineup-lead {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  }
#service .service-lineup-item {
  display: block;
  }

#service .service-lineup-img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  }

#service .service-lineup-text {
  font-size: 1.4rem;
  line-height: 1.6em;
  }

@media screen and (min-width: 768px) {
  #service .service-section {
    padding: 80px 20px;
    max-width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  #service .service-section:last-child {
    padding-bottom: 0;
  }

  #service .service-title {
    font-size: 4rem;
    margin-bottom: 60px;
  }
  
  #service .service-lead {
    font-size: 2.8rem;
  }
  
  #service .service-message {
    font-size: 1.6rem;
  }

  #service .service-policy {
    margin-top: 70px;
  }
  
  #service .service-list-text-item {
    font-size: 1.6rem;
  }

  #service .service-list-text-item:before {
    top: 7px
  }

  #service .service-region {
    margin: 50px 0;
  }

  #service .service-region-img {
    max-width: 740px;
  }

  #service .service-sub-lead {
    font-size: 2rem;
  }

  #service .service-text {
    font-size: 1.6rem;
    padding: 0 20px;
  }

  #service .service-system-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }

  #service .service-system-block:nth-child(2) {
    margin-top: 60px;
  }

  #service .service-system-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  #service .service-system-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 50px;
  }

  #service .service-overview-item {
    max-width: 346px;
    padding: 25px 0 30px;
  }

  #service .service-overview-lead {
    font-size: 2rem;
  }

  #service .service-overview-plus {
    font-size: 6rem;
    margin: 0 10px;
  }

  #service .service-list {
    background-color: #eff2f4;
    padding: 40px 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #service .service-list-item {
    margin: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
  }

  #service .service-feature {
    padding: 0 10px;
  }

  #service .service-case {
    max-width: 620px;
    margin: 50px auto 80px;
  }

  #service .service-case-item {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1;
  }

  #service .service-case-item:before {
    top: 3px;
  }

  #service .service-case-img-item.is-en {
    max-width: 680px;
  }

  #service .service-lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  #service .service-lineup-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  #service .service-lineup-column .service-lineup-block {
    padding-left: 30px;
  }

  #service .service-lineup-column:first-child {
    border-right: 1px solid #707070;
  }

  #service .service-lineup-column:first-child .service-lineup-block {
    padding-right: 30px;
    padding-left: 0;
  }

  #service .service-lineup-head {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eff2f4;
    padding: 45px 0 50px;
  }

  #service .service-lineup-title {
    font-size: 2.8rem;
  }

  #service .service-lineup-block {
    margin: 50px 0;
  }

  #service .service-lineup-lead {
    margin-bottom: 35px;
  }

  #service .service-lineup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  #service .service-lineup-item:last-child {
    margin-bottom: 0;
  }

  #service .service-lineup-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    width: 140px;
    height: auto;
    margin-right: 15px;
  }

  #service .service-lineup-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
/*==============================
物流倉庫360°ギャラリー
================================*/
#gallery .gallery-map-img {
  margin: 60px auto 0;
  padding: 0 20px;
  }

#gallery .gallery-map-img-item {
  width: 100%;
  height: auto;
  }

#gallery .gallery-section {
  padding: 55px 0;
  margin: 0 20px;
  border-bottom: 3px solid #333;
  }

#gallery .gallery-section:last-child {
  border-bottom: none;
  }

#gallery .gallery-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 60px;
  }

#gallery .gallery-list {
  margin-bottom: 25px;
  }

#gallery .gallery-list-item {
    position: relative;
    height: 223px;
    margin-bottom: 1px;
  }

#gallery .gallery-list-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  }

#gallery .gallery-list-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  left: 0;
  }

#gallery .gallery-list-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  }

#gallery .gallery-data {
  padding-bottom: 30px
  }

#gallery .gallery-data-block {
  margin-bottom: 30px;
  }

#gallery .gallery-data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  }

#gallery .gallery-data-item:last-child {
  margin-bottom: 0;
  }

#gallery .gallery-data-lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  }

#gallery .gallery-data-text {
  font-size: 1.4rem;
  line-height: 1.75;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  }

#gallery .gallery-data-text-item {
  text-indent: -15px;
  padding-left: 15px;
  }

#gallery .gallery-map iframe {
  height: 220px;
  }

#gallery .gallery-drawing {
  border-top: 1px solid #d5d5d5;
  padding-top: 60px;
  }

#gallery .gallery-drawing-block {
  margin-bottom: 40px;
  }

#gallery .gallery-drawing-block:last-child {
  margin-bottom: 0;
  }

#gallery .gallery-drawing-lead {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
  }

#gallery .gallery-drawing-img {
  max-width: 680px;
  margin: 0 auto 20px;
  }

#gallery .gallery-drawing-img-item {
  width: 100%;
  height: auto;
  }

#gallery .gallery-drawing-img-note {
  font-size: 1.2rem;
  text-align: right;
  display: block;
  margin-top: 10px;
  }

#gallery .gallery-drawing-list {
  max-width: 680px;
  margin: 0 auto;
  }

#gallery .gallery-drawing-item {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
  padding-left: 20px;
  margin-bottom: 5px;
  }

#gallery .gallery-drawing-item:before {
content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #0f5faf;
  position: absolute;
  left: 0;
  top: 6px;
  }

#gallery .gallery-drawing-note {
  font-size: 1.2rem;
  }

#gallery .gallery-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  }

#gallery .gallery-point-block {
  margin-bottom: 10px;
  padding: 10px 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  background: #eff2f4;
  }

#gallery .gallery-point-lead {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  }

#gallery .gallery-point-img {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }

#gallery .gallery-point-img img {
  max-width: 30%;
  }

#gallery .gallery-point-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.5;
  }

#gallery .gallery-point-item {
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 1.4rem;
  position: relative;
  }

#gallery .gallery-point-item:before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  }

#gallery .gallery-point-item:last-child {
  margin-bottom: 0;
  }

#gallery .gallery-office {
  margin-top: 40px;
  }

#gallery .gallery-office + .gallery-office, .gallery-office-block + .gallery-office-block {
  margin-top: 20px;
  }

#gallery .gallery-office-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  }

#gallery .gallery-office-img-item {
  width: calc(50% - 5px);
  margin-bottom: 10px;
  }

#gallery .gallery-office-img-item:nth-child(odd) {
  margin-right: 5px;
  }

#gallery .gallery-office-img-item:nth-child(2n) {
  margin-left: 5px;
  }

#gallery .gallery-office-item {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 5px;
  }

@media screen and (min-width: 768px) {
  #gallery .gallery-map-img {
    max-width: 1000px;
    margin: 100px auto 0;
  }

  #gallery .gallery-section {
    padding: 100px 20px;
    max-width: 1000px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
  }

  #gallery .gallery-title {
    font-size: 4rem;
  }

  #gallery .gallery-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 60px;
  }

  #gallery .gallery-list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: auto;
  }

  #gallery .gallery-list-img {
    height: auto;
  }

  #gallery .gallery-list-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }

  #gallery .gallery-data {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #gallery .gallery-data-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 60px;
  }

  #gallery .gallery-data-item {
    margin-bottom: 30px;
  }

  #gallery .gallery-data-text {
    font-size: 1.6rem;
  }

  #gallery .gallery-map iframe {
    height: 315px;
  }
  
  #gallery .gallery-drawing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
  }

  #gallery .gallery-drawing.is-col2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #gallery .gallery-drawing-block {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  #gallery .is-col2 .gallery-drawing-block {
    margin-bottom: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }

  #gallery .gallery-drawing-block:nth-child(2) {
    margin-left: 60px;
  }
  #gallery .is-col2 .gallery-drawing-block:nth-child(2) {
    margin-left: 0;
  }

  #gallery .gallery-drawing-img {
    max-width: 680px;
  }

  #gallery .gallery-drawing-item {
    font-size: 1.6rem;
  }

  #gallery .gallery-point-block {
    margin-bottom: 20px;
    padding: 15px 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }

  #gallery .gallery-point-lead {
    font-size: 2rem;
  }

  #gallery .gallery-point-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
  }

  #gallery .gallery-point-img {
    height: auto !important;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
  }

  #gallery .gallery-point-img img {
    max-width: 50%;
  }

  #gallery .gallery-point-list {
    width: calc(100% - 80px);
    height: auto !important;
    padding-left: 20px;
    line-height: 1.5;
  }

  #gallery .gallery-point-item {
    padding-left: 0;
    list-style-type: disc;
    font-size: 1.6rem;
  }
  
  #gallery .gallery-point-item:before {
    content: none;
  }

  #gallery .gallery-point-item::marker {
    font-size: 1.4rem;
  }

  #gallery .gallery-office + .gallery-office {
    margin-top: 30px;
  }

  #gallery .gallery-office.is-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
  
  #gallery .is-col2 .gallery-office-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-top: 0;
  }

  #gallery .gallery-office-img {
    margin-right: -30px;
    margin-bottom: 10px;
  }

  #gallery .gallery-office-img-item {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 0;
  }
  
  #gallery .gallery-office-img-item:nth-child(odd){
    margin-right: 30px;
  }
  
  #gallery .gallery-office-img-item:nth-child(2n){
    margin-left: 0;
  }
  
  #gallery .is-col4 .gallery-office-img-item {
    width: calc(25% - 30px);
  }

  #gallery .gallery-office-item {
    font-size: 1.6rem;
    padding-left: 20px;
  }

  #gallery .gallery-office-item:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #0f5faf;
    position: absolute;
    left: 0;
    top: 6px;
  }
}


/*==============================
プライバシーポリシー
================================*/
#privacy .privacy-title {
  margin: 60px 0
}
#privacy .privacy-title-text {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700
}
#privacy .privacy-section {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto 80px
}
#privacy .privacy-item {
  margin-bottom: 30px
}
#privacy .privacy-text {
  line-height: 1.8;
  font-size: 1.4rem
}
#privacy .privacy-list {
  margin-bottom: 30px
}
#privacy .privacy-list-item {
  margin-bottom: 15px;
  line-height: 1.8;
  font-size: 1.4rem
}
#privacy .privacy-lead {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 50px
}
#privacy .privacy-text-sub {
  padding-left: 20px;
  line-height: 1.8;
  font-size: 1.4rem
}


@media screen and (min-width: 768px) {
  #privacy .privacy-title-text {
    font-size: 4rem;
  }
  #privacy .privacy-lead {
    font-size: 3rem;
  }
}

.index-casestudy-title {
	line-height: 3rem;
}

.index-casestudy-outline-lead {
    line-height: 2rem;
}

.news-detail .news-contents img.alignleft {
	margin: 0 60px 0 0;
}

/*==============================
seminar-20220120
================================*/

#seminar-20220120{
  font-size: 16px;
}

#seminar-20220120 .seminar{
  margin-bottom: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
}

#seminar-20220120 .seminar img{
  width: 100%;
}

#seminar-20220120 .seminar-ib{
  display: inline-block;
}

#seminar-20220120 .seminar-main{
  color: #fff;
}

#seminar-20220120 .seminar-main-content.contents-inner{
  padding: 40px 20px 140px;
  background: url(https://logi-tech.co.jp/_cms/wp-content/uploads/seminar20220120_main_bg_sp.png)no-repeat;
  background-size: cover;
}

#seminar-20220120 .seminar-main-date{
  padding-bottom: 26px;
  font-size: 20px;
  font-weight: bold;
}

#seminar-20220120 .seminar-main-date .week{
  margin: 0 10px 0 5px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: normal;
  border: solid 1px #FFF;
}

#seminar-20220120 .seminar-main-ttl{
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 1.23;
  font-weight: 700;
  border-bottom: solid 3px #fff;
  letter-spacing: .136em;
}

#seminar-20220120 .seminar-main-subttl{
  margin-bottom: 30px;
  letter-spacing: .1em;
}

#seminar-20220120 .seminar-main-subttl .small{
  margin: 30px 0 14px;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

#seminar-20220120 .seminar-main-img{
  margin: 0 -20px;
}

#seminar-20220120 .seminar-overview{
  position: relative;
  margin-top: -125px;
  padding: 0 20px;
}

#seminar-20220120 .seminar-overview::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(199,205,209);
  background: linear-gradient(90deg, rgba(224,227,229,1) 0%, rgba(255,255,255,1) 50%, rgba(224,227,229,1) 100%);
  z-index: -1;
}

#seminar-20220120 .seminar-overview-txt{
  padding: 24px 15px;
  background: rgb(56,103,144);
  background: linear-gradient(315deg, rgba(56,103,144,1) 0%, rgba(47,72,123,1) 100%);
  font-weight: 400;
  line-height: 2;
}

#seminar-20220120 .seminar-contents-box:first-of-type{
  margin-bottom: 46px;
  padding-bottom: 40px;
  border-bottom: solid 1px #D5D5D5;
}

#seminar-20220120 .seminar-contents{
  padding: 60px 0;
  background: rgb(199,205,209);
  background: linear-gradient(90deg, rgba(224,227,229,1) 0%, rgba(255,255,255,1) 50%, rgba(224,227,229,1) 100%);
}

#seminar-20220120 .seminar-subttl{ 
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
  text-align: center; 
}

#seminar-20220120 .seminar-contents-ttl-num{
  position: relative;
  display: block;
  width: 82px;
  margin: 0 auto;
  color: #2F487B;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}

#seminar-20220120 .seminar-contents-ttl-num::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 36px 0 0;
  border-color: rgba(56,103,144,.5) transparent transparent transparent;
  top: -10px;
  left: 0;
  z-index: 0;
}

#seminar-20220120 .seminar-contents-ttl-num .num{
  display: block;
  margin-top: 2px;
  font-size: 32px;
  text-align: center;
}

#seminar-20220120 .seminar-contents-ttl-txt{
  display: block;
  margin: 24px 0 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}

#seminar-20220120 .seminar-contents-img{
  padding: 0 16px;
}

#seminar-20220120 .seminar-contents-list{
  margin-top: -40px;
  padding: 60px 16px 24px;
  background-color: #fff;
}

#seminar-20220120 .seminar-contents-item{
  position: relative;
  margin-bottom: 20px;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

#seminar-20220120 .seminar-contents-item:last-of-type{
  margin-bottom: 0;
}

#seminar-20220120 .seminar-contents-item::before{
  position: absolute;
  content: "";
  background-color: #0F5FAF;
  width: 12px;
  height: 12px;
  left: 0;
  top: 6px;
}

#seminar-20220120 .seminar-movie{
  position: relative;
  padding: 60px 0;
}

#seminar-20220120 .seminar-movie .index-movie-item{
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

#seminar-20220120 .seminar-movie .index-movie-item:last-of-type{
  margin-bottom: 0;
}

#seminar-20220120 .seminar-movie .index-movie-youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#seminar-20220120 .seminar-movie .index-movie-youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}

#seminar-20220120 .seminar-movie .btn-primary{
  margin: 40px auto 0;
}

#seminar-20220120 .seminar-form-txt{
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}

#seminar-20220120 .seminar #form ._form{
  padding: 60px 0 40px;
}

#seminar-20220120 .seminar-form-people{
  display: inline-block;
  padding-left: 1em;
}

#seminar-20220120 .seminar-contact{
  padding: 60px 20px;
  background-color: #EEEEEE;
}

#seminar-20220120 .seminar-contact .seminar-subttl{
  font-size: 24px;
}

#seminar-20220120 .seminar-contact-content{
  display: flex;
  flex-wrap: wrap;
}

#seminar-20220120 .seminar-contact-ttl{
  width: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

#seminar-20220120 .seminar-contact-ttl:last-of-type{
  margin-bottom: 0;
}

#seminar-20220120 .seminar-contact-txt{
  width: calc(100% - 70px);
  font-size: 16px;
  font-weight: 400;
}

#seminar-20220120 .contents-inner{
  width: 100%;
  padding: 0 20px;
}

@media screen and (min-width: 768px)/*---------------------------------------*/{

#seminar-20220120 .seminar-ib{
  display: inline-block;
}

#seminar-20220120 .seminar-main-wrap{
  color: #fff;
  background: url(https://logi-tech.co.jp/_cms/wp-content/uploads/seminar20220120_main_bg_pc-scaled.jpg)no-repeat;
  background-size: cover;
  overflow: hidden;
}

#seminar-20220120 .seminar-main-content{
  padding: 90px 20px 370px;
}

#seminar-20220120 .seminar-main-content.contents-inner{
  max-width: 1040px;
  position: relative;
  z-index: 0;
  background: none;
  padding: 90px 20px 370px;
}

#seminar-20220120 .seminar-main-content-txt{
  width: 60vw;
}

#seminar-20220120 .seminar-main-date{
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  font-size: 28px;
}

#seminar-20220120 .seminar-main-date .week{
  margin: 2px 24px 0 10px;
  padding: 2px 5px;
  font-size: 14px;
}

#seminar-20220120 .seminar-main-ttl{
  width: 630px;
  padding-bottom: 20px;
  font-size: 56px;
  letter-spacing: .07em;
  border-bottom: 3px solid #fff;
}

#seminar-20220120 .seminar-main-subttl .small{
  margin: 70px 0 24px;
  font-size: 24px;
}

#seminar-20220120 .seminar-main-subttl{
  max-width: 590px;
}

#seminar-20220120 .seminar-main-img{
  width: 44vw;
  max-width: 600px;
  margin-right: calc(50% - 50vw - 46px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#seminar-20220120 .contents-inner {
  margin: auto;
  max-width: 1000px;
  }
  
  #seminar-20220120 .seminar-contact-ttl{
  width: inherit;
  margin: 0;
  }
  
  #seminar-20220120 .seminar-contact-txt{
  width: inherit;
  }
  
  #seminar-20220120{
  margin-bottom: -200px;
  }





#seminar-20220120 .seminar-overview{
  margin-top: -285px;
}

#seminar-20220120 .seminar-overview::before{
  background: linear-gradient(90deg, rgba(219,223,225,1) 0%, rgba(255,255,255,1) 50%, rgba(219,223,225,1) 100%);
}

#seminar-20220120 .seminar-overview-txt{
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 2.25;
}

#seminar-20220120 .seminar-contents{
  padding: 80px 20px 100px;
  background: linear-gradient(90deg, rgba(219,223,225,1) 0%, rgba(255,255,255,1) 50%, rgba(219,223,225,1) 100%);
}

#seminar-20220120 .seminar-contents .contents-inner{
  padding: 0 20px;
}

#seminar-20220120 .seminar-contents-box:first-of-type{
  margin-bottom: 60px;
  padding-bottom: 60px;
}

#seminar-20220120 .seminar-contents-ttl{
  display: flex;
  flex-wrap: wrap;
  width: 61%;
  min-width: calc(100% - 342px);
  justify-content: space-between;
  margin-bottom: 30px;
}
#seminar-20220120 .seminar-subttl{ 
  margin-bottom: 60px;
  font-size: 40px;
}

#seminar-20220120 .seminar-contents-main{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#seminar-20220120 .seminar-contents-ttl-num{
  padding-top: 10px;
}

#seminar-20220120 .seminar-contents-ttl-num::before{
  top: 0;
}

#seminar-20220120 .seminar-contents-ttl-txt{
  width: calc(100% - 112px);
  font-size: 20px;
  margin: 0;
  text-align: inherit;
}

#seminar-20220120 .seminar-contents-img{
  width: 39%;
  max-width: 342px;
}

#seminar-20220120 .seminar-contents-list{
  width: 668px;
  margin-top: -72px;
  padding: 24px 30px;
}



#seminar-20220120 .seminar-contents-item{
  font-size: 16px;
}

#seminar-20220120 .seminar-contents-item::before{
  top: 7px;
}

#seminar-20220120 .seminar-movie{
  padding: 100px 20px 0
}

#seminar-20220120 .seminar-movie .contents-inner{
  border-bottom: 3px solid #333333;
}

#seminar-20220120 .seminar-movie .index-movie-list{
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

#seminar-20220120 .seminar-movie .index-movie-item{
  flex: 0 0 49%;
}

#seminar-20220120 .seminar-movie .btn-primary{
  margin: 40px auto 100px;
}

#seminar-20220120 .seminar #form ._form{
  padding: 100px 16px 60px;
}

#seminar-20220120 .seminar-contact{
  padding: 80px 20px;
}

#seminar-20220120 .seminar-contact .seminar-subttl{
  font-size: 28px;
}

#seminar-20220120 .seminar-contact-content{
  max-width: 810px;
  margin: 0 auto;
  justify-content: space-between;
}

#seminar-20220120 .seminar-contact-txt{
  margin-left: -40px;
}

#seminar-20220120 .seminar-contact-ttl{
  width: inherit;
  
}
}
@media screen and (max-width: 1024px)/*---------------------------------------*/ {
#seminar-20220120 .seminar-main-img{
  top: 220px;
  }
}

/*==============================
seminar form
================================*/

#seminar-20220120 #form ._form .table {
  border-top: solid 1px #ddd;
  margin-bottom: 40px;
  width: 100%;
}

#seminar-20220120 #form ._form .table td,
#seminar-20220120 #form ._form .table th {
  border-bottom: solid 1px #ddd;
  font-weight: bold;
  padding: 20px 0;
  line-height: 2;
  vertical-align: top;
}

#seminar-20220120 #form ._form .table td,
#seminar-20220120 #form ._form .table th {
  border-bottom: solid 1px #ddd;
  font-weight: bold;
  padding: 20px 0;
  line-height: 2;
  vertical-align: top;
}

#seminar-20220120 #form ._form .table th {
  padding-right: 48px;
  width: 300px;
  text-align: left;
}

#seminar-20220120 .flex-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#seminar-20220120 #form ._form .table .required {
  color: #BA0015;
  border: solid 1px #BA0015;
  border-radius: 2px;
  font-size: 14px;
  padding: 2px 8px;
}

#seminar-20220120 #form ._form .table input[type="text"] {
  border: solid 1px #E3E3E3;
  background: #F7F7F7;
  border-radius: 2px;
  padding: 7px;
}

#seminar-20220120 #form ._form .table .lg {
  width: 100%;
}

#seminar-20220120 #form ._form .form-wrap .contents-inner{
padding: 0;
}

#seminar-20220120 #form ._form .table .checkbox-btn {
  display: none;
}

#seminar-20220120 .mwform-checkbox-field-text::before{
  background: #F7F7F7;
  border: 1px solid #E3E3E3;
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 5px;
  margin-top: -8px;
  top: 50%;
}

#seminar-20220120 .mwform-checkbox-field-text{
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  font-weight: 700;
}

#seminar-20220120 .mwform-checkbox-field-text::after{
  border-right: 3px solid #BA0015;
  border-bottom: 3px solid #BA0015;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

#seminar-20220120 #form ._form .table input[type=checkbox]:checked + .mwform-checkbox-field-text::after{
  opacity: 1;
}

#seminar-20220120 #form ._form .btn {
  background: #c75862;
  background: -moz-linear-gradient(-45deg,  #c75862 0%, #ba0015 100%);
  background: -webkit-linear-gradient(-45deg,  #c75862 0%,#ba0015 100%);
  background: linear-gradient(135deg,  #c75862 0%,#ba0015 100%);
  border-radius: 25px;
  color: white;
  display: block;
  font-weight: bold;
  line-height: 50px;
  margin: 0 auto 40px;
  text-align: center;
  width: 200px;
  height: unset;
  border: none;
}

#seminar-20220120 .seminar-movie:before{
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 3px;
  background-color: #333;
  left: 20px;
  bottom: 0;
}


@media screen and (max-width: 767px)/*---------------------------------------*/{
  #seminar-20220120 #form ._form .table .required {
    font-size: 12px;
  }
  
  #seminar-20220120 #form ._form .table td {
    padding-top: 10px;
  }
  
  #seminar-20220120 #form ._form .table td,
  #seminar-20220120 #form ._form .table th {
    display: block;
    font-size: 14px;
  }
  
  #seminar-20220120 #form ._form .table th {
    border-bottom: none;
    padding-right: 0;
    padding-bottom: 10px;
    width: 100%;
  }
  
  #seminar-20220120 #form ._form .btn{
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px)/*---------------------------------------*/{

#seminar-20220120 .flex-between {
	display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}

#seminar-20220120 #form ._form .form-wrap {
  margin: auto;
  max-width: 1000px;
}

#seminar-20220120 #form ._form .table {
  border-top: solid 1px #ddd;
  margin-bottom: 40px;
  width: 100%;
}

#seminar-20220120 #form ._form .table th {
  padding-right: 48px;
  width: 300px;
  text-align: left;
}

#seminar-20220120 #form ._form .table .required {
  color: #BA0015;
  border: solid 1px #BA0015;
  border-radius: 2px;
  font-size: 14px;
  padding: 2px 8px;
}

#seminar-20220120 #form ._form .table input[type="text"] {
  border: solid 1px #E3E3E3;
  background: #F7F7F7;
  border-radius: 2px;
  padding: 7px;
}

#seminar-20220120 #form ._form .table .lg {
  width: 100%;
}

#seminar-20220120 a:hover {
  opacity: .8;
}

#seminar-20220120 .seminar-movie:before{
  display: none;
}

#seminar-20220120 #form ._form .btn:hover{
opacity: .8;
}

}

/*==============================
seminar confirm
================================*/
#seminar-20220120-confirm .table{
border-top: solid 1px #ddd;
margin-bottom: 40px;
width: 100%;
}

#seminar-20220120-confirm .table th{
border-bottom: none;
padding-right: 0;
padding-bottom: 10px;
width: 100%;
}

#seminar-20220120-confirm .flex-between{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#seminar-20220120-confirm .table td{
padding-top: 10px;
}

#seminar-20220120-confirm .table td, #seminar-20220120-confirm .table th{
border-bottom: solid 1px #ddd;
font-weight: bold;
padding: 20px 0;
line-height: 2;
vertical-align: top;
}

#seminar-20220120-confirm .form-wrap{
margin: auto;
max-width: 1000px;
}

#seminar-20220120-confirm .page-title{
line-height: 2;
}

#seminar-20220120-confirm .contents-inner{
width: 100%;
max-width: 1000px;
margin: 0 auto;
}

#seminar-20220120-confirm .confirm_box{
justify-content: space-between;
margin: auto;
width: 500px;
}

#seminar-20220120-confirm .flex-reverse{
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
}

#seminar-20220120-confirm .btn, #seminar-20220120-confirm .submitBack{
font-size: 14px;
line-height: 40px;
margin: 0 auto 20px;
}

#seminar-20220120-confirm .btn{
background: linear-gradient(135deg,  #c75862 0%,#ba0015 100%);
border-radius: 25px;
color: #fff;
display: block;
font-weight: bold;
margin: 0 auto 40px;
text-align: center;
width: 200px;
height: unset;
border: none;
transition: all .3s;
}

#seminar-20220120-confirm .back.btn02{
background: #ccc;
border-radius: 25px;
color: #333;
display: block;
font-weight: bold;
line-height: 50px;
margin: 0 auto 40px;
text-align: center;
width: 200px;
transition: all .3s;
border: none;
}

#seminar-20220120-confirm .required, #seminar-20220120-confirm .agree-text{
display: none;
}

#seminar-20220120-confirm .btn:hover, #seminar-20220120-confirm .back.btn02:hover{
opacity: .8;
cursor: pointer;
}


@media screen and (max-width: 767px)/*---------------------------------------*/{
#seminar-20220120-confirm .table td{
display: block;
font-size: 14px;
}

#seminar-20220120-confirm .table td, #seminar-20220120-confirm .table th{
display: block;
font-size: 14px;
}

#seminar-20220120-confirm .table th{
border-bottom: none;
padding-right: 0;
padding-bottom: 10px;
width: 100%;
}

#seminar-20220120-confirm .contents-inner{
padding: 0 20px 16px;
}

#seminar-20220120-confirm .confirm_box{
display: block;
text-align: center;
width: 100%;
}

#seminar-20220120-confirm .btn, #seminar-20220120-confirm .back.btn02{
font-size: 14px;
line-height: 40px;
margin-bottom: 20px;
}

}

@media screen and (min-width: 768px)/*---------------------------------------*/{
#seminar-20220120-confirm .table th{
padding-right: 48px;
width: 300px;
text-align: left;
}

#seminar-20220120-confirm .contents-inner{
font-size: 16px;
padding: 16px;
}

#seminar-20220120-confirm .btn{
font-size: 16px;
}
}

/*==============================
seminar thanks
================================*/
#seminar-20220120-thanks .thanks-content{
font-size: 14px;
line-height: 1.5;
padding: 0 20px;
}

#seminar-20220120-thanks .back-btn-box{
background: #ccc;
border-radius: 25px;
color: #333;
display: block;
font-weight: bold;
line-height: 50px;
margin: 20px auto 100px;
text-align: center;
width: 200px;
transition: all .3s;
}

@media screen and (max-width: 767px)/*---------------------------------------*/{


}
@media screen and (min-width: 768px)/*---------------------------------------*/{
#seminar-20220120-thanks .thanks-content{
font-size: 16px;
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding: 0;
}

#seminar-20220120-thanks .sp-br{
display: none;
}

#seminar-20220120-thanks .back-btn-box{
margin-top: 50px;
}

}






.header.ver1{
  position: relative;
}

.header-menu-item.logipale-link{
  width: 220px;
  margin-top: 50px;
}

.header-menu-item.logipale-link a img{
  width: 100%;
  height: auto;
}

.header-logo-link{
  background: url(https://logi-tech.co.jp/_cms/wp-content/uploads/logo_logitech.png) no-repeat 0 0;
  width: 188px;
  height: 23px;
  background-size: contain;
}

.is-open .header-logo-link, .page-top .header-logo-link{
  background-image: url(https://logi-tech.co.jp/_cms/wp-content/uploads/logo_camcom.png);
}

.footer-menu.logipale-link{
  justify-content: center;
}
.footer-menu.project-link{
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}
.footer-menu.project-link > a {
  width: 220px;
  display: block;
}
.footer-menu.project-link > a:hover {
  opacity: 0.7
}
.footer-menu.project-link > a > img {
  width: 100%;
}
.footer-logipale-link{
  width: 220px;
}

.footer-logipale-link img{
  width: 100%;
  height: auto;
}


@media screen and (min-width: 737px) and (max-width: 1024px){
  .header-menu-item{
    margin: 0 10px;
  }

}

@media screen and (min-width: 768px){
  .header-menu-item.logipale-link{
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  
  .header-menu-item.logipale-link a{
    width: 220px;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all .3s;
  }
  
  .header-menu-item.logipale-link a:hover{
    opacity: .7;
  }
  .header-logo-link{
    width: 377px;
    max-width: 36%;
    height: 46px;
  }
  
  .footer-menu.logipale-link{
    width: 640px;
    margin: 0 auto;
    transition: all .3s;
  }
  
  .footer-menu.logipale-link:hover{
    opacity: .7;
  }
  
  .footer-logipale-link{
    justify-content: flex-start;
    display: block;
  }
  
  .footer-logipale-link img{
    width: 220px
  }
}

@media screen and (max-width: 736px){
  .index-company-block{
    padding: 40px 20px;
  }
}