@charset "utf-8";

.list_anchor_tags{
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.contactwrap-md{
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
}
.display-lg{
  display: none;
}
.contactwrap-md{
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .h1s{
    padding:  0 15px;
  }
}
@media screen and (min-width: 768px) {
  .display-lg{
    display: block;
  }
  .contactwrap-lg{
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .contactwrap-md{
    padding: 0 25px;
  }
}

.intro{
  margin: 50px auto;
}
@media screen and (min-width: 768px) {
  .intro{
    margin: 100px auto;
  }
}

.borderbox{
  border: 1px solid #C2C2C2;
  border-radius: 4px;
  padding: 30px 20px;
  margin-bottom: 50px;
}
.borderbox .lead{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.borderbox .lead h3 {
  max-width: 550px;
  width: 100%;
  color: #152c81;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 30px;
}
.borderbox .lead h3::before {
  position: absolute;
  content: "";
  background: #152c81;
  left: 0px;
  bottom: -0.5px;
  width: 10px;
  height: 2px;
}
.borderbox .lead h3::after {
  position: absolute;
  content: "";
  background: #707070;
  opacity: 0.16;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.borderbox .lead h3.malti{
  display: flex;
  justify-content: center;
  align-items: center;
}
.borderbox .lead h3 .malti-logo{
  max-width: 140px;
  max-height: 39px;
}
.borderbox .catch {
  color: #152c81;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto 30px;
}
.borderbox .sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 30px;
}
.borderbox .text{
  color: #152c81;
  font-weight: 700;
  line-height: 1.4;
}
.borderbox .bunrui{
  height: 45px;
}
.borderbox a{
  color: #065FD4;
  line-height: 1.7;
  border-bottom: 1px solid #065FD4;
}
.borderbox .bunrui{
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}
.borderbox .bunrui:nth-of-type(n+2){
  margin-top: 30px;  
}
.borderbox .bunrui p{
  color: #152c81;
  font-weight: 700;
}
.borderbox .h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #152c81;
  font-size: 22px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 30px;
}
.borderbox .h5::before, .borderbox .h5::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #152c81;
}
@media screen and (max-width: 767px) {
  .borderbox .lead h3.malti{
    flex-direction: column;
  }
  .borderbox .lead h3 .malti-logo{
    margin-bottom: 10px;
  }
  .borderbox .sub {
    line-height: 20px;
  }
  .borderbox .bunrui p{
    font-size: 15px;
  }
  .borderbox .h5::before, .borderbox .h5::after {
    width: 14px;
  }
}
@media screen and (min-width: 768px) {
  .borderbox{
    padding: 50px min(10%,100px);
  }
  .borderbox .lead h3 {
    font-size: 35px;
  }
  .borderbox .lead h3.malti{
    column-gap: 10px;
  }
  .borderbox .lead h3 .malti-logo{
    display: inline;
  }
  .borderbox .catch {
    font-size: 24px;
    text-align: center;    
  }
  .borderbox .sub {
    font-size: 20px;
    text-align: center;
  }
  .borderbox .bunrui{
    height: 60px;
  }
  .borderbox .bunrui p{
    font-size: 22px;
  }
  .borderbox .h5 {
    font-size: 34px;
    gap: 18px;
    margin-top: 80px;
  }
}

.lineup{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 15px;
}
.lineup .col{
  align-self: baseline;
  margin-top: 30px;
  font-size: 14px;
}
.lineup .col:first-of-type {
  margin-top: 20px;
}
.lineup .col p{
  margin: 20px auto 0;
}
@media screen and (max-width: 599px) {
  .lineup{
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .lineup::after {
    display: block;
    content: "";
    width: calc( (100% - 15px) / 2 );
  }  
  .lineup .col {
    width: calc( (100% - 15px) / 2 );
  }
}
@media screen and (min-width: 768px) {
  .lineup::after {
    display: block;
    content: "";
    width: calc( (100% - 30px) / 3 );
  }  
  .lineup .col {
    width: calc( (100% - 30px) / 3 );
    margin-top: 40px;
    font-size: 15px;
  }
  .lineup .col:first-of-type {
    margin-top: 30px;
  }
}
.linkbox{
  background-color: #F5F5F5;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px auto;
}
.linkbox .title{
  margin-bottom: 0; 
  color: #152c81;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 20px;
}
.linkbox .title + p{
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .linkbox{
    margin: 100px auto;
  }
  .linkbox .title{
    font-size: 24px;
  }
}

.samplebox-wrap{
  background: #fffff8;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(39, 56, 116, .16);
  box-shadow: 0px 0px 10px 0px rgba(39, 56, 116, .16);  
  margin: 50px auto;
}
.samplebox-line {
  width: 100%;
  height: 7px;
  background-color: #2F4C9C;
  border-radius: 4px 4px 0 0;
  position: relative;
}
.samplebox-line::after{
  position: absolute;
  content: "";
  background-image: url("images/samplebox-line.png");
  background-size: cover;
  width: 100%;
  height: 7px;
  border-radius: 4px 4px 0 0;
  opacity: 0.7;
}
.samplebox{
  padding: 30px min(10%,100px);
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}
.samplebox .colL{
  margin: 0 auto 40px;
}
.samplebox .colR{
  margin: 0 auto;
}
.samplebox .colL img{
  max-width: 305px;
  max-height: 292px;
  margin: 0 auto;
}
.samplebox .titlebox{
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
}
.samplebox .title{
  color: #152c81;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.samplebox .titlebox + p{
  margin: 0 auto;
  line-height: 1.7;
}
.samplebox .contact{
  font-size: 16px;
  font-weight: 700;
  margin: 40px auto 20px;
}
.samplebox ul{
  list-style: none;
  padding-left: 0;
  margin: 40px auto 0;
}
.samplebox ul li{
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.samplebox ul li:not(:last-of-type){
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .samplebox{
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .samplebox-wrap{
    margin: 100px auto;
  }
  .samplebox .colL{
    margin: 30px auto 40px;
  }
  .samplebox .colR{
    margin: 30px auto;
  }
  .samplebox .titlebox{
    margin-bottom: 30px;
  }
  .samplebox .title{
    font-size: 30px;
  }
  .samplebox .contact{
    font-size: 18px;
  }
  .samplebox ul li{
    font-size: 14px;
  }
}

.subtitle{
  color: #152C81;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .subtitle{
    font-size: 24px;
  }
}
.faq{
  margin-bottom: 100px;
}
.faqbox{
  border: 1px solid #C2C2C2;
  border-radius: 4px;
  padding: 20px;
}
.faqbox:not(:last-of-type){
  margin-bottom: 40px;
}
.faqboxInner{
  display: flex;
  align-items: flex-start;
}
.faqboxInner:first-of-type{
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .faq{
    margin-bottom: 200px;
  }
  .faqbox{
    padding: 30px min(10%,100px);
  }
  .faqboxInner:first-of-type{
    align-items: center;
  }
}
.faqboxInner:first-of-type{
  border-bottom: 1px solid #ebedf2;
}
.faqboxInner:last-of-type{
  margin-top: 20px;
}
.faqboxInner > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 37px;
  height: 37px;
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .faqboxInner > img {
    width: 50px;
    height: 50px;
    margin-top: 0px;
  }
}
.faqboxInner .question{
  color: #152c81;
  font-size: 18px;
  font-weight: 700;
  margin-left: 13px;
  line-height: 1.4;
}
.faqboxInner .question p{
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .faqboxInner .question{
    font-size: 25px;
    line-height: 1.2;
    margin-left: 20px;
  }
}
.faqboxInner .answer{
  margin-left: 13px;
}
.faqboxInner .answer p{
  line-height: 1.7;
  margin: 0 auto;
}


/*-------------------------
        商品仕様
---------------------------*/

.title_lp + .sub {
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 30px;
}
.title_lp + .sub {
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .title_lp + .sub {
    font-size: 20px;
    text-align: center;
  }
}


.nav-wrap {
  max-width: 1460px;
  padding: 0 20px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .nav-wrap{
    padding: 0 16px;
  }
}

.gensen-nav {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ebedf2;
  padding-bottom: 40px;
  max-width: 1460px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gensen-nav {
    flex-wrap: wrap;
    margin-left: 0px;
    margin-top: -40px;
    padding-bottom: 30px;
  }
}
.gensen-nav-item {
  color: #152c81;
  position: relative;
  padding-right: 26.26px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .gensen-nav-item {
    width: calc( 100% / 2 );
    font-size: 14px;
    margin-left: 0px;
    margin-top: 24px;
    letter-spacing: 0;
  }
}
.gensen-nav-item + .gensen-nav-item {
  margin-left: 34px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .gensen-nav-item + .gensen-nav-item {
    margin-left: 34px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .gensen-nav-item + .gensen-nav-item {
    margin-left: 0px;
  }
}
.gensen-nav-item::after {
  position: absolute;
  content: url("../assets/images/icon/arrow-gray-w10-h5.svg");
  top: -2px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .gensen-nav-item::after {
    position: relative;
    top: -1px;
    left: 4px;
  }
}
.gensen-nav-item:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.gensen-nav-item:hover a {
  opacity: 1;
}

.titlestyle-02{
  background: #f2f7fd;
  border-radius: 3px 3px 0 0;
  display: flex;
}
.titlestyle-02 h3{  
  color: #152c81;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.titlestyle-02 .label{
  display: inline-block;
  background-color: #fff;
  color: #152c81;
  font-weight: 700;
  padding: 0 1.2em;
}
@media screen and (max-width: 767px) {
  .titlestyle-02{
    margin-bottom: 30px;
    padding: 17px 20px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .titlestyle-02 h3{
    font-size: 20px;
    letter-spacing: 0em;
    column-gap: 10px;
  }
  .titlestyle-02 h3 .malti-logo{
    max-width: 100px;
    max-height: auto;
  }
  .titlestyle-02 .label{
    height: 22px;
    border-radius: 11px;
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .titlestyle-02{
    height: 100px;
    margin-bottom: 50px;
    padding: 0 50px;
    justify-content: space-between;
    align-items: center;
  }
  .titlestyle-02 h3{  
    font-size: 34px;
    letter-spacing: 0.06em;
    column-gap: 20px;
  }
  .titlestyle-02 h3 .malti-logo{
    max-width: 140px;
    max-height: auto;
  }
  .titlestyle-02 .label{
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 40px;
  }
}

.borderbox-02{
  border: 1px solid #C2C2C2;
  border-radius: 4px;
}
.borderbox-02:not(:last-of-type){
  margin-bottom: 50px;
}
.borderbox-02 .innerbox{
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
}
.borderbox-02 .colR a{
  color: #065FD4;
  border-bottom: 1px solid #065FD4;
}
.borderbox-02 .colR .type{
  color: #152c81;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 20px;
}
.borderbox-02 .colR .title{
  color: #152c81;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.borderbox-02 .colR .title::before {
  position: absolute;
  content: "";
  background: #152c81;
  left: 0px;
  bottom: -0.5px;
  width: 10px;
  height: 2px;
}
.borderbox-02 .colR .title::after {
  position: absolute;
  content: "";
  background: #707070;
  opacity: 0.16;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.borderbox-02 .colR .sub{
  line-height: 1.7;
}
.borderbox-02 .colR .glayback{
  background-color: #F5F5F5;
  color: #152c81;
  font-weight: 700;
  margin: 30px auto 20px;
  padding-left: 20px;
}
.borderbox-02 .colR .blueback{
  background-color: #F2F7FD;
  padding: 20px;
  margin: 30px auto 40px;
}
.borderbox-02 .colR .blueback p{
  line-height: 1.7;
  margin: 0;
}
.borderbox-02 .colR .blueback p:not(:last-of-type){
  margin-bottom: 20px;
}
.borderbox-02 .colR .outofstock{
  color: #e6960b;
  font-weight: 500;
  margin-top: 20px;
}
.borderbox-02 .colR .spec{
  margin-bottom: 20px;
}
.borderbox-02 .colR .spec td{
  line-height: 1.7;
  padding-bottom: 10px;
}
.borderbox-02 .colR .spec td:first-of-type{
  padding-right: 5px;
}
.borderbox-02 .colR .spec img{
  margin: 0 auto;
}
.borderbox-02 .colR .spec img.ill-hole{
  width: 37px;
}
.borderbox-02 .colR .spec img.ill-cut{
  width: 63px;
}
.borderbox-02 .colR .mf{
  line-height: 1.8;
  margin-bottom: 30px;
}
.borderbox-02 .colR .hukusya{
  margin-bottom: 30px;
}
.borderbox-02 .colR .kome{
  line-height: 1.4;
  margin-bottom: 30px;
}
.borderbox-02 .howto{
  margin-top: 20px;
}
.borderbox-02 .bunrui{
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}
.borderbox-02 .bunrui:nth-of-type(n+2){
  margin-top: 30px;  
}
.borderbox-02 .bunrui p{
  color: #152c81;
  font-weight: 700;
}
.borderbox-02 .p-single__table tr:first-of-type{
  border: 0 none;
}

@media screen and (max-width: 767px) {
  .borderbox-02{
    padding: 0 0 30px;
  }
  .borderbox-02:last-of-type{
    margin-bottom: 100px;
  }
  .borderbox-02 .innerwrap{
    padding: 0 20px;
  }
  .borderbox-02 .innerbox{
    flex-direction: column;
  }
  .borderbox-02 .innerbox:not(:last-of-type){
    margin-bottom: 50px;
  }
  .borderbox-02 .colL{
    margin-bottom: 40px;
  }
  .borderbox-02 .colL img{
    max-width: 305px;
    width: 100%;
  }
  .borderbox-02 .colR .hukusya img{
    max-width: 468px;
    width: 100%;
  }
  .borderbox-02 .colR p{
    font-size: 14px;
  }
  .borderbox-02 .colR .type{
    font-size: 14px;
  }
  .borderbox-02 .colR .title{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .borderbox-02 .colR .glayback{
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .borderbox-02 .p-single__table{
    margin-bottom: 20px;
  }
  .borderbox-02 .howto img{
    max-width: 305px;
    margin: 0 auto;
  }
  .borderbox-02 .bunrui{
    height: 45px;
  }
  .borderbox-02 .bunrui p{
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .borderbox-02{
    padding: 0 0 50px;
  }
  .borderbox-02:last-of-type{
    margin-bottom: 200px;
  }
  .borderbox-02 .innerwrap{
    padding: 0 min(10%,100px);
  }
  .borderbox-02 .innerbox:not(:last-of-type){
    margin-bottom: 80px;
  }
  .borderbox-02 .innerbox > div{
    width: calc( (100% - 50px) / 2 );
  }
  .borderbox-02 .innerbox > div.howto{
    width: 100%;
  }
  .borderbox-02 .colR p{
    font-size: 15px;
  }
  .borderbox-02 .colR .type{
    font-size: 16px;
  }
  .borderbox-02 .colR .title{
    font-size: 34px;
    margin-bottom: 30px;
  }
  .borderbox-02 .colR .glayback{
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .borderbox-02 .p-single__table{
    margin-top: 40px;
  }
  .borderbox-02 .colR .tigai{
    text-align: right;
  }
  .borderbox-02 .bunrui{
    height: 60px;
  }
  .borderbox-02 .bunrui p{
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .borderbox-02 .p-single__table{
    margin-bottom: 20px;
  }
}

.borderbox-02 .colR .point{
  margin-bottom: 20px;
}
.borderbox-02 .colR .point p{
  color: #152c81;
  font-weight: 700;
  line-height: 1.7;
  position: relative;
}
.borderbox-02 .colR .point p::after {
  position: absolute;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .borderbox-02 .colR .point p {
    padding-left: 20px;
    font-size: 14px;
  }  
  .borderbox-02 .colR .point p::after {
    content: url("../assets/images/check-sp.svg");
    top: -1px;
  }
}
@media screen and (min-width: 768px) {
  .borderbox-02 .colR .point p {
    padding-left: 25px;
    font-size: 16px;
  }
  .borderbox-02 .colR .point p::after {
    content: url("../assets/images/check.svg");
    top: -2px;
  }
}


.borderbox .lead h3.malti{
  display: flex;
  justify-content: center;
  align-items: center;
}
.borderbox .lead h3 .malti-logo{
  max-width: 140px;
  max-height: 39px;
}

@media screen and (max-width: 767px) {
  .borderbox .lead h3.malti{
    flex-direction: column;
  }
  .borderbox .lead h3 .malti-logo{
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .borderbox .lead h3.malti{
    column-gap: 10px;
  }
  .borderbox .lead h3 .malti-logo{
    display: inline;
  }
}


 /*-------------------------
        対応ソフト（アップ前）
---------------------------*/

.preopen{
  display: flex;
  justify-content: center;
  margin: 50px auto 200px;
}
.preopen p{
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .preopen p{
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .preopen p{
    font-size: 18px;
  }
}


 /*-------------------------
        対応ソフト
---------------------------*/

.yokoku{
  font-size: 1.2em;
  min-height: 300px;
  display: flex;
  justify-content: center;
}

.tablewrap{
  padding-bottom: 5px;
  margin: 30px auto 200px;
  overflow-y: auto;
  width: 100%;
}
@media screen {
  .tablewrap{
    height: min( 80vh, 800px );
  }
  .tablewrap::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .tablewrap::-webkit-scrollbar-track {
    background-color: #ebedf2;
  }
  .tablewrap::-webkit-scrollbar-thumb {
    background-color: #152c81;
    border-radius: 50px;
  }
  .tablewrap::-webkit-scrollbar-corner {
    background-color: #ebedf2;
  }
}

.tablewrap table{
  border-collapse: separate;
  border-spacing: 0;
  max-width: 1200px;
  width: 100%;
  border: 0 none;
}
.tablewrap table tr th{
  font-size: 13px;
  font-weight: 700;
  padding: 13.5px 15px 15px;
  min-width: 64px;
}
.tablewrap table tr:first-of-type th{
  vertical-align: middle;
}
.tablewrap table tr:first-of-type th:last-of-type{
  min-width: 68px;
}
.tablewrap table tr td{
  position: relative;
  font-size: 15px;
  line-height: 1.375;
  padding: 15px;
}
.tablewrap table tr td:last-of-type{
  font-size: 13px;
  padding: 15px 14px;
  vertical-align: middle;
}
.tablewrap table tr td:not(.sticky_com):not(.sticky_row){
  border-bottom: 1px solid #c7cad5;
}
.tablewrap table tr td:not(.sticky_com):not(.sticky_row){
  border-right: 1px solid #c7cad5;
}

  
/* 見出し固定 */
.tablewrap table tr th{
  white-space: nowrap;
}

.sticky_row{
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-right: none;
  border-left: none;
  z-index: 2;
}
.sticky_row::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #c7cad5;
  border-bottom: 1px solid #c7cad5;
  border-left: 1px solid #c7cad5;
  background-color: #fff;
  z-index: -1;
}

.sticky_com{
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
  border-left: none;
  z-index: -1;
}
.sticky_com::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #c7cad5;
  border-left: 1px solid #c7cad5;
  background-color: #fff;
  z-index: -2;
}

.sticky_col{
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
  border-left: none;
  z-index: 10;
}
.tablewrap table tr:nth-of-type(2) .sticky_col{
  top: 65px;
  z-index: 1;
}
.sticky_col::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #c7cad5;
  border-right: 1px solid #c7cad5;
  border-bottom: 1px solid #c7cad5;
  background-color: #e3ebfa;
  z-index: -1;
}
.tablewrap table tr:nth-of-type(2) .sticky_col::before{
  border-top: none;
}
.tablewrap table tr:first-of-type .sticky_col:first-of-type::before{
  border-right: none;
  border-left: 1px solid #c7cad5;
}

.sticky_cross{
  position: sticky;
  top: 0;
  left: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  z-index: 20;
}
.sticky_cross::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #c7cad5;
  border-right: 1px solid #c7cad5;
  border-bottom: 1px solid #c7cad5;
  border-left: 1px solid #c7cad5;
  background-color: #e3ebfa;
  z-index: -1;
}

.tablewrap table tr:first-of-type th:nth-of-type(-n+2){
  min-width: 150px;
}

  
/* 青丸が入る場合 */
.tablewrap table tr td.check{
  vertical-align: middle;
}
.tablewrap table tr td.check div{
  background-color: #152c81;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  margin: 0 auto;  
}

@media print{
  .l-header2__bg{
    display: none;
  }
  .c-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-breadcrumbs li {
    line-height: 1.8;
  }
  .pagetop{
    display: none;
  }
  .tablewrap table{
    margin-bottom: 100px;
  }
  .sticky_row::before{
    border-bottom: 1px solid #c7cad5;
  }
}

