@charset "UTF-8";

/* modal
----------------------------------------------------------------- */

.content {
  margin: 0 auto;
  padding: 40px;
}

.modal {
  display: block;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1040px;
  padding: 0 20px;
}
@media only screen and (max-width: 640px) {
  .modal__content {
    width: 100%;
  }
}

.red {
  color: #E42626;
}

.fwb {
  font-weight: bold;
}

.modal-warning-01 {
  text-align: center;
  border: 2px solid #E42626;
  background: #FFF;
  padding: 15px 0;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .modal-warning-01 {
    font-size: 12px;
    text-align: left;
    padding: 10px;
  }
}
.modal-warning-02 {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #1b365d;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0em;
}
.modal-permission-ttl {
  background: #1B365D;
  text-align: center;
  padding: 10px;
  color: #FFF;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0em;
}
@media only screen and (max-width: 640px) {
  .modal-permission-ttl {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0em;
  }
}
.modal-permission-wrap {
  background: #FFF;
  height: 410px;
  overflow-y: scroll;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .modal-permission-wrap {
    height: 50vh;
  }
}
.modal-permission-wrap .btn {
  font-size: 14px;
}
.modal-permission-textArea {
  padding: 30px 50px;
}
@media only screen and (max-width: 640px) {
  .modal-permission-textArea {
    padding: 10px;
  }
}
.modal-permission-textArea > ol > li {
  line-height: 1.6;
  margin-bottom: 30px;
}
.modal-permission-textArea > ol > li dt {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
.modal-permission-list-child {
  counter-reset: my-counter;
}
.modal-permission-list-child li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .modal-permission-list-child li {
    margin-bottom: 10px;
  }
}
.modal-permission-list-child.number-02 li:before {
  counter-increment: my-counter;
  content: "2-" counter(my-counter);
  position: absolute;
  top: 0;
  left: 0;
}
.modal-permission-list-child.number-03 li:before {
  counter-increment: my-counter;
  content: "3-" counter(my-counter);
  position: absolute;
  top: 0;
  left: 0;
}

.m-warning {
  background: #F2F2F2;
  padding: 20px 25px;
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .m-warning {
    padding: 10px;
    margin-top: 10px;
  }
}
.m-warning .txt {
  padding-left: 30px;
}
.m-warning.shipping {
  margin: 50px auto;
}
.m-warning.shipping .ttl {
  width: 120px;
  text-align: center;
  padding-right: 30px;
}
.m-warning.shipping .txt {
  border-left: 1px solid #1b365d;
  padding-left: 30px;
}
@media only screen and (max-width: 640px) {
  .m-warning.shipping {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 640px) {
  .m-warning .ic img {
    width: 50px;
    flex-shrink: 1;
  }
}

.is-fixed {
  position: fixed;
  width: 100%;
}

html {
  overflow-y: scroll;
}


/* 共通
----------------------------------------------------------------- */

html, body {
  /* height: 100%; */
}

.pt20 {
  padding-top: 20px !important;
}

.fs-mini {
  font-size: 12px;
}

.under a {
  transition: .2s;
}
.under a:hover {
  opacity: .7;
}
.under-contents h1 {
  font-size: 36px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-bottom: 30px;
}
.under h1 span {
  display: block;
  font-size: 20px;
  margin-bottom: 25px;
}
.under-contents {
  width: 100%;
  padding: 80px 0 100px;
}
.under-contents table .small {
  font-size: 84%;
}
.under .m-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.under .m-wrap .img {
  width: 340px;
  padding-right: 50px;
  box-sizing: border-box;
}

.under .m-wrap .img img {
  width: 100%;
  margin-bottom: 15px;
}
.under .m-wrap .adobe-warning-bnr img {
  width: 100%;
}
.under .m-wrap .adobe-warning-txt {
  font-size: 12px;
  padding-right: 30px;
}
.under .m-download {
  justify-content: space-between;
  text-align: center;
  margin-top: 30px;
}
.under .m-download dt {
  background: #F2F2F2;
  border-bottom: 1px solid #C1B9B9;
  border-top: 1px solid #C1B9B9;
  padding: 8px 0;
  line-height: 1.5;
}
.under .m-download dd {
  padding-top: 20px;
}
.under .m-download.col-02 dl {
  width: 48%;
}
.under .m-download.w-100 dl {
  width: 100%;
}
.under .m-download .link-multi a {
  margin-right: 70px;
}
.under .m-download .link-multi a:last-child {
  margin-right: 0;
}
.under .m-mainArea {
  width: calc(100% - 340px);
}
.under .m-mainArea .type-name {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #C1B9B9;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.under .inqiry {
  background: #F2F2F2;
}
.under .inqiry .inner {
  padding: 70px 0;
}
.under .inqiry .btn {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.under.rk.is-fixed section {
  position: inherit;
}
.under.rk.is-fixed section.inqiry {
  top: 100vh;
}
.under.rk.is-fixed footer {
  display: none;
}
.under.kadai .m-mainArea {
  margin: 20px auto;
}

.table-type01 {
  width: 100%;
  border-top: 1px solid #C1B9B9;
  margin-bottom: 80px;
}
.table-type01 th {
  border-right: 1px solid #C1B9B9;
  width: 30%;
}
.table-type01 th,
.table-type01 td {
  text-align: left;
  font-weight: normal;
  padding: 10px 20px;
  border-bottom: 1px solid #C1B9B9;
  line-height: 1.5;
  box-sizing: border-box;
}
.table-type01 tr:nth-child(odd) {
  background: #F2F2F2;
}

.btn {
  background: #1B365D;
  color: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 400px;
  padding: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.075em;
  transition: .2s;
  margin: 0 auto;
  border-radius: 3px;
}

.btn-white {
  border: 1px solid #1B365D;
  background: #fff;
  color: #1B365D;
}


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

  .under-contents h1 {
    margin-bottom: 20px;
  }

  .under h1 span {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
  }

  .under-contents {
    padding: 25px 0 35px;
  }

  .under .m-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverce;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .under .m-wrap .img {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .under .m-wrap .img img {
    width: 60%;
  }

  .under .m-wrap .adobe-warning-txt {
    line-height: 1.5;
  }

  .under .m-wrap .adobe-warning-bnr {
    width: 50%;
    margin: 10px auto;
  }

  .under .m-download .link-multi a {
    margin: 0;
  }

  .under .m-download img {
    width: 40px;
  }

  .under .m-mainArea {
    width: 100%;
    font-size: 14px;
  }

  .under .inqiry .inner {
    padding: 30px 0;
  }

  .table-type01 th {
    background: #F2F2F2;
    border-right: none;
  }

  .table-type01 th,
  .table-type01 td {
    display: block;
    width: 100%;
    padding: 5px 10px;
  }

  .table-type01 tr:nth-child(odd) {
    background: none;
  }

  .table-type01 {
    margin-bottom: 30px;
  }

  .btn {
    width: 90%;
  }

}


/* features wrap */

#features-wrap {
  width: 1000px;
  margin: 80px auto 0;
  padding-top: 60px;
  border-top: 1px solid #1B365D;
}

#features-wrap .grid_4 {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}

/* 本体・別売品の組み合わせ参考例 */

#features-wrap .features_download {
  display: flex;
  align-items: center;
}

#features-wrap .features_download .m-wrap {
  display: block;
  width: 100%;
  margin-top: 12%;
}

#features-wrap .features_download .link-multi {
  position: relative;
  display: flex;
  justify-content: space-around;
}

#features-wrap .features_download .link-multi.link-multi_line::after {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  background: #ccc;
}

#features-wrap .features_download .link-multi_box {
  width: 46%;
}

#features-wrap .features_download .link-multi p {
  display: block;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 16px;
}

#features-wrap .features_download .link-multi .download_link {
  display: flex;
  justify-content: center;
}

#features-wrap .features_download .link-multi a {
  margin: 0 9px;
}



/* feature_3 */

#features-wrap #feature_3 h2 {
  font-size: 32px;
  font-weight: bold;
}

#features-wrap #feature_3 .pattern {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 0px 60px;
  width: 100%;
  margin: 50px auto 0px;
}

#features-wrap #feature_3 .pattern .box {
  display:contents;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0px;
  margin-bottom: 50px;
}

#features-wrap #feature_3 .pattern img {
  width: 100%;
}

#features-wrap #feature_3 .pattern .h_pattern .txt_01 {
  width: fit-content;
  padding: 4px 12px 6px;
  margin-bottom: 2px;
  background-color: #1b365d;
  line-height: 1;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
}

#features-wrap #feature_3 .pattern .h_pattern .txt_02 {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  font-size: 21px;
  font-weight: bold;
}

#features-wrap #feature_3 .pattern .h_pattern .txt_02 span {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  border: 1px solid #000;
  padding: .2em .4em .3em;
  margin-left: 10px;
}

#features-wrap #feature_3 .pattern .example .h {
  font-size: 15px;
  font-weight: bold;
}

#features-wrap #feature_3 .pattern .example .txt {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.5;
}

#features-wrap #feature_3 .pattern .img {
  display: block;
  /* width: 70%; */
  width: 64%;
  margin: 15px auto;
}

#features-wrap #feature_3 .pattern .img--100p {
  width: 100%;
}

#features-wrap #feature_3 .pattern .example_name {
  margin-top: 2px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}

#features-wrap #feature_3 .pattern .annotation_list_1em {
  margin-top: 6px;
  line-height: 1.6;
} 

#features-wrap #feature_3 .options {
  display: grid;
  grid-template-rows: auto 1fr;
}

#features-wrap #feature_3 .options_list {
  display: grid;
  grid-template-rows: 1fr auto;
  background-color: #F2F2F2;
  border-radius: 6px;
}

#features-wrap #feature_3 .options_list > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 5px 12px;
  padding: 18px 18px 10px;
}

#features-wrap #feature_3 .options_list > ul li {
  /* subgridに対応していないスマホ環境のため、jsで高さ調整 */
  /*display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;*/
}

#features-wrap #feature_3 .options_list > ul li .option_name {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.4;
}

#features-wrap #feature_3 .options_list > ul li .option_img {
  margin-bottom: 15px;
}

#features-wrap #feature_3 .options_list > ul .option_annotation {
  margin-top: 8px;
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-size: 11px;
  line-height: 1.5;
}

#features-wrap #feature_3 .options_list .options_price {
  padding: 2px 0 20px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

#features-wrap #feature_3 .options_list .options_notice {
  font-size: 12px;
  line-height: 1.6;
  padding: 10px 20px 20px;
}

#features-wrap #feature_3 .annotation_txt {
  margin-top: -10px;
  margin-bottom: 20px;
  color: #ea0000;
  font-size: 19px;
  font-weight: bold;
}

#features-wrap #feature_3 .grid_3-4 .grid_3-4_img {
  grid-column: 1/2;
  grid-row: 1/2;
}

#features-wrap #feature_3 .grid_3-4 .features_download {
  grid-column: 1/2;
  grid-row: 2/3;
}

#features-wrap #feature_3 .grid_3-4 .options {
  grid-column: 2/3;
  grid-row: 1/3;
}


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

  /* features wrap */

  #features-wrap {
    width: 100%;
    margin: 50px auto 0;
    padding: 30px 4% 0;
    box-sizing: border-box;
  }

  :where(#features-wrap) :where(.feature_body) p {
    font-size: 15px;
  }

  #features-wrap .grid_4 {
    display: grid;
    gap: 24px;
    grid-template-columns: none;
  }

  /* feature_3 */

  #features-wrap #feature_3 h2 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  #features-wrap #feature_3 .pattern {
    grid-template-columns: 1fr;
    gap: 0px 20px;
    width: 100%;
    margin: 30px auto 0px;
  }

  #features-wrap #feature_3 .pattern .box {
    gap: 0px;
    margin-bottom: 40px;
  }

  #features-wrap #feature_3 .pattern .h_pattern .txt_01 {
    padding: 3px 9px 4px;
    font-size: 12px;
    margin-bottom: 5px;
  }

  #features-wrap #feature_3 .pattern .h_pattern .txt_02 {
    display: block;
    padding-bottom: 6px;
    font-size: 17px;
    line-height: 1.5;
  }

  #features-wrap #feature_3 .pattern .h_pattern .txt_02 span {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    border: 1px solid #000;
    margin: 4px 0 0 0;
  }

  #features-wrap #feature_3 .pattern .example .h {
    font-size: 13px;
  }

  #features-wrap #feature_3 .pattern .example .txt {
    margin-bottom: 8px;
    font-size: 12px;
  }

  #features-wrap #feature_3 .pattern .img {
    width: 70%;
    margin: 8px auto 0;
  }

  #features-wrap #feature_3 .pattern .img.img--100p {
    width: 70%;
    margin: 8px auto;
  }

  #features-wrap #feature_3 .pattern .example_name {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.5;
  }

  #features-wrap #feature_3 .pattern .annotation_list_1em {
    margin-top: 6px;
    line-height: 1.5;
  } 
  
  #features-wrap #feature_3 .options_list > ul {
    padding: 20px 16px 8px 20px;
  }
  
  #features-wrap #feature_3 .options_list > ul li .option_name {
    font-size: 12px;
  }
  
  #features-wrap #feature_3 .options_list > ul li .option_img {
    margin-bottom: 18px;
  }
  
  #features-wrap #feature_3 .options_list > ul .option_annotation {
    margin-top: 10px;
    font-size: 10px;
  } 

  #features-wrap #feature_3 .options_list .options_price {
    font-size: 14px;
  }

  #features-wrap #feature_3 .options_list .options_notice {
    font-size: 11px;
    padding: 0 20px 20px;
  }

  #features-wrap #feature_3 .annotation_txt {
    font-size: 16px;
    line-height: 1.6;
  }


  /* 本体・別売品の組み合わせ参考例 */

  #features-wrap .features_download {
    margin-bottom: 16px;
  }

  #features-wrap .features_download .m-wrap {
    display: block;
    width: 100%;
    margin-top: 0;
  }

  #features-wrap .m-download dd {
    margin-top: -10px;
  }

  #features-wrap .features_download .link-multi {
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  #features-wrap .features_download .link-multi_box {
    width: 46%;
  }

  #features-wrap .features_download .link-multi p {
    display: block;
    font-size: 13px;
    margin-bottom: 14px;
  }

  #features-wrap .features_download .link-multi .download_link {
    display: flex;
    justify-content: center;
  }

  #features-wrap .features_download .link-multi a {
    margin: 0 6px 0;
  }

  /* 【自立仕様】 */

  #features-wrap #feature_3 .pattern .grid_3-4 {
    margin-bottom: 0;
  }

  #features-wrap #feature_3 .pattern .grid_3-4 .grid_3-4_img {
    grid-column: auto;
    grid-row: auto;
  }
  
  #features-wrap #feature_3 .pattern .grid_3-4 .features_download {
    grid-column: auto;
    grid-row: auto;
  }
  
  #features-wrap #feature_3 .pattern .grid_3-4 .options {
    grid-column: auto;
    grid-row: auto;
  }

  #features-wrap #feature_3 .pattern .grid_3-4 .features_download .link-multi {
    justify-content: center;
  }

}