@charset "UTF-8";

/*-------- Customer Agent --------*/
.c-customer_agent .c-strength {
  font-size: 16px;
  line-height: 1.75;
  font-weight: normal;
}

@media screen and (max-width: 896px) {
  .c-customer_agent .c-strength {
    font-size: 13px;
    line-height: 1.53;
    margin: 0 15px 37px;
  }

  .c-customer_agent .c-strength--text {
    font-size: 12px;
    line-height: 1.417;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.c-customer_agent .c-strength_more {
  margin-top: 22px;
}

.c-customer_agent .c-strength_more .c-btn {
  font-size: 14px;
  line-height: 1;
  width: 408px;
  font-weight: normal;
}

@media screen and (max-width: 896px) {
  .c-customer_agent .c-strength_more .c-btn {
    width: 100%;
    font-size: 12px;
    padding: 15px 10px 16px;
    font-weight: bold;
  }
}

.c-customer_agent .c-titleBlockBig {
  padding: 3px 0 3px 18px;
  font-size: 16px;
}

@media screen and (max-width: 896px) {
  .c-customer_agent .c-titleBlockBig {
    line-height: 1.42;
    padding: 8px 0;
  }
}

.c-customer_agent .c-strengthContact .c-btn {
  width: 300px;
}

@media screen and (max-width: 896px) {
  .c-customer_agent .c-strengthContact .c-btn {
    width: 100%;
  }
}

/*-- Customer Agent 1 */
.c-customer_agent1 {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 2.25;
  color: #000;
}

@media screen and (max-width: 896px) {
  .c-customer_agent1 {
    font-size: 13px;
    line-height: 1.53;
    margin: 0 15px 25px;
  }
}

/*-- Customer Agent 2 */
.c-customer_agent2 {
  text-align: left;
  display: flex;
}

@media screen and (max-width: 896px) {
  .c-customer_agent2 {
    margin: 0 15px;
    flex-wrap: wrap;
    /*
    flex-direction: column;
    */
    justify-content: space-between;
  }
}

.c-customer_agent2_item {
  margin-right: 13px;
  width: 210px;
}
.c-customer_agent2_item:last-child {
  margin-right: 0;
}
.c-customer_agent2_item a {
  background-color: #050001;
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 14px;
  line-height: 2.57;
  align-items: center;
  padding: 20px 0 9px;
  font-weight: bold;
}
@media screen and (min-width: 896px) {
.c-customer_agent2_item a:hover {
  opacity: 0.8;
}
}
@media screen and (max-width: 896px) {
  .c-customer_agent2_item:last-child {
    margin-bottom: 0;
  }
  .c-customer_agent2_item {
    width: 48%;
    margin: 10px 0 0 0;
  }
  .c-customer_agent2_item:nth-child(1) ,
  .c-customer_agent2_item:nth-child(2) {
    margin: 0 0 0 0;
  }
  .c-customer_agent2_item a {
    flex-direction: row;
    line-height: 1;
    font-size: 13px;
    padding: 13px 0 14px 0;
    justify-content: center;
  }
}

.c-customer_agent2_item img {
  width: 57px;
  display: inline-block;
  margin-bottom: 5px;
}

@media screen and (max-width: 896px) {
  .c-customer_agent2_item img {
    width: 42px;
    margin: 0 0 2px 0;
    margin-right: 30px;
  }
}

/*-- Customer Agent 3 */
.c-customer_agent3 {
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  margin: 30px 0 30px;
  display: flex;
  padding: 30px 50px 30px 30px;
  color: #000;
  line-height: 2;
}

@media screen and (max-width: 896px) {
  .c-customer_agent3 {
    margin: 30px 15px;
    flex-direction: column;
    padding: 21px 15px 25px;
  }
}

.c-customer_agent3 h1,
.c-customer_agent3 h2,
.c-customer_agent3 h3,
.c-customer_agent3 h4,
.c-customer_agent3 h5,
.c-customer_agent3 h6 {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-bottom: 11px;
}

@media screen and (max-width: 896px) {
  .c-customer_agent3 h1,
  .c-customer_agent3 h2,
  .c-customer_agent3 h3,
  .c-customer_agent3 h4,
  .c-customer_agent3 h5,
  .c-customer_agent3 h6 {
    font-size: 17px;
    line-height: 1;
    display: table;
  }
}

.c-customer_agent3 img {
  width: 38px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: bottom;
}

@media screen and (max-width: 896px) {
  .c-customer_agent3 img {
    width: 28px;
    margin-right: 15px;
    display: table-cell;
  }

  .c-customer_agent3 span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.23;
  }
}

.c-customer_agent3_content {
  width: 530px;
  font-weight: normal;
  font-size: 14px;
  padding-right: 70px;
}

@media screen and (max-width: 896px) {
  .c-customer_agent3_content {
    width: 100%;
    padding-right: 0;
    font-size: 13px;
    line-height: 1.53;
  }
}

.c-customer_agent3_img {
  width: 270px;
}

@media screen and (max-width: 896px) {
  .c-customer_agent3_img {
    width: 100%;
    margin: 8px 0 26px;
  }
}

.c-customer_agent3_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-right: 0;
}

/*-- Customer Agent 4 */
.c-customer_agent4 {
  display: flex;
  margin-top: 40px;
}

@media screen and (max-width: 896px) {
  .c-customer_agent4 {
    margin: 30px 15px;
    flex-direction: column;
  }
}

.c-customer_agent4_item {
  width: 420px;
  margin-left: 39px;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  border-left: 6px solid #ff0000;
  font-weight: normal;
  font-size: 15px;
  color: #000;
  padding: 12px 0 12px 14px;
}

.c-customer_agent4_item a {
  display: block;
  text-decoration: none;
}
.c-customer_agent4_item a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 896px) {
  .c-customer_agent4_item {
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
    padding: 9px 0 9px 11px;
    border-left: 3px solid #ff0000;
  }
}

.c-customer_agent4_item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 896px) {
  .c-customer_agent4_item:last-child {
    margin-bottom: 0;
  }
}

.c-customer_agent4_item h1,
.c-customer_agent4_item h2,
.c-customer_agent4_item h3,
.c-customer_agent4_item h4,
.c-customer_agent4_item h5,
.c-customer_agent4_item h6 {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 5px;
}

@media screen and (max-width: 896px) {
  .c-customer_agent4_item h1,
  .c-customer_agent4_item h2,
  .c-customer_agent4_item h3,
  .c-customer_agent4_item h4,
  .c-customer_agent4_item h5,
  .c-customer_agent4_item h6 {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}

.c-customer_agent4_item strong {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  color: #ff0014;
  margin-right: 6px;
}
.c-customer_agent4_item span {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  color: #ff0014;
  margin-right: 6px;
}

@media screen and (max-width: 896px) {
  .c-customer_agent4_item strong {
    font-size: 17px;
    line-height: 1;
  }
  .c-customer_agent4_item span {
    font-size: 17px;
    line-height: 1;
  }
}

/*-------- Customer --------*/
.c-customer {
  width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .c-customer {
    width: 100%;
  }
}

.c-customer .c-titleBlock {
  padding: 6px 0 6px 18px;
}

/*-- Customer 1 */
.c-customer1 {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  text-align: left;
  margin: 30px 0 0;
}
.c-customer1:first-child {
  margin: 0;
}
@media screen and (min-width: 896px) {
    .c-customer1.is-bt {
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 896px) {
  .c-customer1 {
    padding-bottom: 30px;
  }
  .c-customer1.is-ver2 {
    padding-bottom: 0;
    margin: 30px 15px;
  }
  .c-customer1.is-ver2:first-child {
    padding-bottom: 0;
    margin: 0 15px 30px;
  }
}

.c-customer1_top {
  background-color: #ff0000;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 14px 30px 15px;
}

@media screen and (max-width: 896px) {
  .c-customer1_top {
    font-size: 12px;
    line-height: 1.5;
    padding: 11px 15px 12px 15px;
  }
}

.c-customer1_content {
  padding: 25px 30px;
}

@media screen and (max-width: 896px) {
  .c-customer1_content {
    padding: 25px 15px 0;
  }
}

.c-customer1_top small {
  font-weight: bold;
}

.c-customer1_top h1,
.c-customer1_top h2,
.c-customer1_top h3,
.c-customer1_top h4,
.c-customer1_top h5,
.c-customer1_top h6 {
  font-size: 28px;
  line-height: 1.285;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .c-customer1_top h1,
  .c-customer1_top h2,
  .c-customer1_top h3,
  .c-customer1_top h4,
  .c-customer1_top h5,
  .c-customer1_top h6 {
    font-size: 16px;
    line-height: 1.1875;
  }
}

.c-customer1_content {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.714;
}

@media screen and (max-width: 896px) {
  .c-customer1_content {
    font-size: 13px;
    line-height: 1.38;
  }
}

.c-customer1_table {
  margin-top: 17px;
}

@media screen and (max-width: 896px) {
  .c-customer1_table {
    margin-top: 23px;
  }
}

.c-customer1_table label {
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  padding-left: 0;
  margin-left: -8px;
  margin-bottom: 2px;
  display: inline-block;
}

@media screen and (max-width: 896px) {
  .c-customer1_table label {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.c-customer1_table table {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 896px) {
  .c-customer1_table table {
    width: 100%;
    display: table;
    margin-bottom: 15px;
  }

  .c-customer1_table table.c-pc {
    display: none;
  }
}

.c-customer1_table th {
  background-color: #000;
  color: #fff;
  text-align: center;
}

.c-customer1_table td {
  border-collapse: collapse;
  border: 1px solid #b3b3b3;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5625;
  color: #4f4f4f;
  padding: 12px 5px;
  background-color: #fff;
}

@media screen and (max-width: 896px) {
  .c-customer1_table td {
    text-align: left;
    font-size: 13px;
    line-height: 2.5;
  }
}

.c-customer1_table th {
  border-color: #fff;
  border-left: 1px solid #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.53;
  padding: 7px 10px;
}


@media screen and (max-width: 896px) {
  .c-customer1_table th {
    font-size: 12px;
    line-height: 1.5;
    padding: 19px 0 20px;
  }
}

.c-customer1_table th:first-child {
  border-left: 0;
}

.c-customer1_table tr td:first-child {
  background-color: #f3f3f3;
  color: #ff0014;
  line-height: 1.625;
}


@media screen and (max-width: 896px) {
  .c-customer1_table tr td:first-child {
    color: #000;
  }
}

.c-customer1_table tr td:last-child {
  font-weight: normal;
  color: #000;
  text-align: left;
  padding: 12px 17px;
}

.c-customer1_table tr td.c-customer1_number {
  font-weight: bold;
  color: #4f4f4f;
}

@media screen and (max-width: 896px) {
  .c-customer1_table tr td:last-child {
    line-height: 1.53;
    text-align: center;
  }
}

.c-customer1_bottom {
  padding: 0 30px 30px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 896px) {
  .c-customer1_bottom {
    padding: 0 15px 0;
  }
}

.c-customer1_img {
  width: 135px;
}

.c-customer1_text {
  width: 685px;
  padding-left: 40px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 896px) {
  .c-customer1_text {
    width: 100%;
    padding-left: 0;
    font-size: 13px;
    line-height: 1.384;
    margin-left: -5px;
  }
  .c-customer1_textBreak {
    display: inline-block;
    padding-left: 9px;
  }
}

.c-customer1_bottom a {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.56;
  color: #0036ff;
  margin-top: 24px;
}
.c-customer1_bottom a:hover {
  text-decoration: underline;
}

.c-customer1_bottom .c-sp {
  display: none;
}

.c-customer1_flt {
  width: 100%;
}
.c-customer1_flt a {
  float: right;
}

@media screen and (max-width: 896px) {
  .c-customer1_bottom .c-pc {
    display: none;
  }

  .c-customer1_bottom .c-sp {
    display: inline-block;
  }

  .c-customer1_bottom a.c-btn {
    text-align: center;
    margin-top: 11px;
    margin-bottom: 0;
    border-radius: 0;
    font-weight: normal;
  }
}

.c-customer1_bottom i {
  font-size: 13px;
  vertical-align: middle;
  color: #0149ac;
}

/*-- Customer 2 */
.c-customer2 {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  text-align: left;
  border-left: 9px solid #ff0000;
  padding: 30px 30px 33px 21px;
  margin: 30px 0;
  display: flex;
}

@media screen and (max-width: 896px) {
  .c-customer2 {
    flex-direction: column;
    border-left: 0;
    border-top: 2px solid #ff0000;
    padding: 15px 15px 15px;
    margin: 30px 15px;
  }
}

.c-customer2_cat {
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
  border-radius: 14px;
  display: inline-block;
  text-align: center;
  margin-bottom: 23px;
  padding: 0 15px;
}

@media screen and (max-width: 896px) {
  .c-customer2_cat {
    padding: 0 10px;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.84;
    margin-bottom: 13px;
  }
}

.c-customer2_left {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.625;
  width: 410px;
  padding-right: 30px;
}

@media screen and (max-width: 896px) {
  .c-customer2_left {
    width: 100%;
    font-size: 13px;
    line-height: 1.384;
    padding-right: 0;
  }
}

.c-customer2_left h1,
.c-customer2_left h2,
.c-customer2_left h3,
.c-customer2_left h4,
.c-customer2_left h5,
.c-customer2_left h6 {
  font-weight: bold;
  color: #ff0000;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 14px;
}

@media screen and (max-width: 896px) {
  .c-customer2_left h1,
  .c-customer2_left h2,
  .c-customer2_left h3,
  .c-customer2_left h4,
  .c-customer2_left h5,
  .c-customer2_left h6 {
    font-size: 17px;
    margin-bottom: 11px;
  }
}

.c-customer2_info {
  background-color: #fff;
  margin-top: 12px;
}

.c-customer2_info p {
  border: 1px solid #c0c0c0;
  padding: 7px 11px;
  border-top: 0;
}

@media screen and (max-width: 896px) {
  .c-customer2_info p {
    padding: 11px 10px;
  }
}

.c-customer2_info_head {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1.57;
  padding: 4px 0 5px 11px;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .c-customer2_info_head {
    font-size: 13px;
    line-height: 1.384;
    padding: 6px 0 7px 10px;
  }
}

.c-customer2_right {
  width: 410px;
}

@media screen and (max-width: 896px) {
  .c-customer2_right {
    width: 100%;
  }
}

.c-customer2_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 896px) {
  .c-customer2_button {
    margin-left: -15px;
    margin-top: 15px;
  }
}

.c-customer2_button a.c-btn {
  display: inline-block;
  min-width: auto;
  text-align: center;
  padding: 21px 0;
  font-size: 18px;
  line-height: 1.22;
  width: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  .c-customer2_button a.c-btn {
    font-size: 12px;
    line-height: 1.167;
    padding: 14px 0 15px;
  }
}

.c-customer2_right_item {
  width: 194px;
  margin-bottom: 20px;
  font-size: 0;
}

@media screen and (max-width: 896px) {
  .c-customer2_right_item {
    width: 50%;
    padding-left: 15px;
  }
}

.c-customer2_button .c-customer2_buttonFull {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .c-customer2_button .c-customer2_buttonFull {
    margin-bottom: 0;
  }

  .c-customer2_button .c-customer2_buttonFull + .c-customer2_buttonFull {
    margin-top: 20px;
  }
}
.c-customer2_right_info {
  margin: 0 0 10px 0;
}
.c-customer2_right_info:last-child {
  margin: 0 0 0 0;
}

@media screen and (max-width: 896px) {
  .c-customer2_right_info {
    margin: 10px 0 0 0;
    text-align: right;
  }
}

.c-customer2_right_info a {
  font-weight: normal;
  font-size: 16px;
  color: #0036ff;
  line-height: 1.25;
}
.c-customer2_right_info a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 896px) {
  .c-customer2_right_info a {
    font-size: 15px;
    line-height: 1.33;
  }
}

.c-customer2_right_info h1,
.c-customer2_right_info h2,
.c-customer2_right_info h3,
.c-customer2_right_info h4,
.c-customer2_right_info h5,
.c-customer2_right_info h6 {
  font-size: 16px;
  line-height: 1.375;
  color: #000;
  font-weight: normal;
  margin-bottom: 14px;
}

@media screen and (max-width: 896px) {
  .c-customer2_right_info h1,
  .c-customer2_right_info h2,
  .c-customer2_right_info h3,
  .c-customer2_right_info h4,
  .c-customer2_right_info h5,
  .c-customer2_right_info h6 {
    font-size: 15px;
    line-height: 1.33;
    margin: 25px 0 9px;
  }

  .c-customer2_right_info i {
    margin-left: 15px;
    font-size: 14px;
  }
}

/*-- Customer 3 */
.c-customer3 {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.67;
  padding: 25px 150px;
  color: #0036ff;
  margin: 30px 0;
}

@media screen and (max-width: 896px) {
  .c-customer3 {
    margin: 0 15px;
    padding: 15px 10px;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.67;
    text-align: center;
  }

  .c-customer3 span {
    color: #000;
  }
}

/*-- Customer 4 */
.c-customer4 {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  color: #000;
  padding: 22px 30px;
}

.c-customer4_top {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875;
  text-align: left;
  border-bottom: 1px solid #ff0014;
  padding-bottom: 13px;
}

@media screen and (max-width: 896px) {
  .c-customer4 {
    margin: 0 15px;
    padding: 15px 10px;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.67;
    text-align: center;
  }

  .c-titleBlock-sp
  {
	 margin: 30px 15px 0px;
     font-size:14px;
  }

  .c-customer4_top {
	   line-height: 120%;
	}

}


.c-customer3 a, .c-customer4_top a {
  color: #0036ff;
}

.c-customer4_top small {
  font-size: 14px;
  line-height: 2.14;
  color: #000;
}

.c-customer4_top h1,
.c-customer4_top h2,
.c-customer4_top h3,
.c-customer4_top h4,
.c-customer4_top h5,
.c-customer4_top h6 {
  font-size: 24px;
  line-height: 1.25;
  color: #ff0014;
  display: inline-block;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .c-customer4_top h1,
  .c-customer4_top h2,
  .c-customer4_top h3,
  .c-customer4_top h4,
  .c-customer4_top h5,
  .c-customer4_top h6 {
    font-size: 18px;
    line-height: 1.8;
  }
}
.c-customer4_content {
  display: flex;
  text-align: left;
  padding: 20px 0;
}

@media screen and (max-width: 896px) {
  .c-customer4_content {
    flex-direction: column;
    padding:20px 0px 0px;
  }

.c-customer4_top h3 {
  font-size: 18px;
  display:block;
  margin: 10px 0px 10px;
}

.c-customer4_top small {
   line-height: 150%;
}


}
.c-customer4_content dt,
.c-customer4_content h1,
.c-customer4_content h2,
.c-customer4_content h3,
.c-customer4_content h4,
.c-customer4_content h5,
.c-customer4_content h6 {
  font-weight: bold;
  font-size: 14px;
  line-height: 2.15;
  color: #fff;
  border-radius: 15px;
  background-color: #ff0014;
  padding-left: 20px;
  margin-bottom: 10px;
}



.c-customer4_content .c-customer4_headOrange {
  background-color: #ff7200;
}

.c-customer4_content .c-customer4_headBlue {
  background-color: #0154bc;
}

.c-customer4_left {
  width: 293px;
}

.c-customer4_left .c-customer4_phoneNumber {
  margin-right: 0;
}

@media screen and (max-width: 896px) {
  .c-customer4_left {
    width: 100%;
  }

.c-customer4_content h3 {
  text-align:center;
  padding-left: 0px;
}

}

.c-customer4_right {
  width: 527px;
  padding-left: 30px;
}



@media screen and (max-width: 896px) {
  .c-customer4_right {
    width: 100%;
    padding-left: 0;
  }
}

.c-customer4_phone {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.875;
}

@media screen and (max-width: 896px) {
  .c-customer4_phone {
    text-align: left;
  }
}

.c-customer4_phone + h1,
.c-customer4_phone + h2,
.c-customer4_phone + h3,
.c-customer4_phone + h4,
.c-customer4_phone + h5,
.c-customer4_phone + h6 {
  margin-top: 8px;
}

.c-customer4_phone .c-customer4_phoneNumber {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

.c-customer4_phone label {
  font-size: 16px;
  line-height: 1.375;
  width: 92px;
  text-align: right;
  display: inline-block;
}

.c-customer4_phone * {
  vertical-align: middle;
  margin-right: 10px;
}

.c-customer4_left_text {
  font-size: 14px;
  font-weight: normal;
  line-height: 2.14;
  text-align: right;
  width: 268px;
}
@media screen and (max-width: 896px) {
	.c-customer4_phone label
	{
		  width: 60px;
		  text-align: left;
		  display: inline-block;
	}
	.c-customer4_left_text {
	    text-align: left;
	}
}
.c-customer4_bottom {
  border-top: 1px solid #ff0014;
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding-top: 27px;
}

@media screen and (max-width: 896px) {
  .c-customer4_bottom {
    flex-direction: column;
	padding-top: 20px;
  }

  .c-customer4_phone .c-customer4_phoneText {
	 display:block;
     width:100%;
  }

}

.c-customer4_bottom_left {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}

.c-customer4_bottom_right {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.875;
  color: #000;
}
@media screen and (max-width: 896px) {
	.c-customer4_bottom_left
	{
	   font-size: 18px;
	}
	.c-customer4_bottom_right
	{
		 font-size: 13px;
		 ine-height:150%;
	}

	.c-customer4_bt {
		text-align: center;
		margin:20px 0px 20px
	}

	.c-customer4_bt_no_marg
	{
		margin:20px 0px 0px
	}


}

.strength_dl {
  margin: 0 0 40px 0;
}
.strength_dl:last-child {
  margin: 0 0 0 0;
}
.strength_dl dt {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 0 40px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.strength_dl dt span {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  margin: -15px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  background: #ff0014;
  border-radius: 30px;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.strength_dl dd {
  font-size: 14px;
}

.page_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
}
.page_btn li {
  width: 220px;
  text-align: center;
  margin: 20px 20px 0 0;
}
.page_btn li:nth-child(-n+3) {
    margin: 0 20px 0 0;
}
.page_btn li:nth-child(3n) {
    margin: 20px 0 0 0;
}
.page_btn li:nth-child(3) {
    margin: 0;
}
.page_btn li a {
    display:block;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    padding: 5px 0 3px 0;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #d6d6d6;
    border-radius: 23px;
    -ms-border-radius: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    background: url("../images/customer/btn_arw_red.png") no-repeat center right 16px;
}
.page_btn li a span {
  display: block;
  font-size: 11px;
  line-height: 1.2;
}
@media (min-width: 896px) {
  .page_btn li a:hover {
      opacity: 0.8;
      /*color: #fff;
      border: 2px solid #ff0014;
      background: #ff0014 url("../images/customer/btn_arw_red_on.png") no-repeat center right 16px;*/
  }
}
.page_cv {
  text-align: center;
}
.page_cv .c-strengthContact_top {
  padding: 40px 0 0;
  border-bottom: none;
  border-top: 1px solid #d2d2d3;
}
.c-customer_agent .page_cv .c-btn {
  width: 300px;
}
.page_cv .c-strengthContact_phone {
  padding: 0;
}
.page_cv .c-strengthContact_bottom {
  padding: 35px 0 0;
}
.page_cv .c-strengthContact_item {
  width: 31%;
}
.page_cv .c-strengthContact_item:nth-child(1),
.page_cv .c-strengthContact_item:nth-child(2) {
  width: 31%;
}

@media screen and (max-width: 896px) {
  .strength_dl {
    margin: 0 0 30px 0;
  }
  .strength_dl dt {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.6;
  }
  .strength_dl dt span {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    margin: -12.5px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    background: #ff0014;
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 2px 0 0 0;
  }
  .strength_dl dd {
    font-size: 12px;
  }
  .page_btn {
    display: block;
    padding: 30px 0;
  }
  .page_btn li {
    width: 100%;
    margin: 15px 0 0;
  }
  .page_btn li:nth-child(-n+3) {
      margin: 0;
  }
  .page_btn li:nth-child(2),
  .page_btn li:nth-child(3) {
    margin: 15px 0 0;
  }
  .page_btn li a {
    line-height: 1.2;
    font-size: 15px;
    padding: 6px 0 5px 0;
    border: 1px solid #d6d6d6;
    background: url("../images/customer/sp/btn_arw_red.png") no-repeat center right 23px;
    background-size: 5px auto;
    -ms-background-size: 5px auto;
    -moz-background-size: 5px auto;
    -webkit-background-size: 5px auto;
  }
  .page_btn li a span {
    width: 100%;
    font-size: 12px;
  }
  .page_cv .c-strengthContact_top {
    padding: 30px 0 0;
  }
  .c-customer_agent .page_cv .c-btn {
    width: 100%;
  }
  .page_cv .c-strengthContact_bottom {
    padding: 30px 0 0;
  }
  .page_cv .c-strengthContact_item {
    width: 100%;
  }
  .page_cv .c-strengthContact_item:nth-child(1),
  .page_cv .c-strengthContact_item:nth-child(2) {
    width: 100%;
  }

}

/*取扱職種の範囲等の明示 rule.html*/

.rule-blockText {
  font-weight: normal;
  line-height: 1.75;
  background-color: #fff;
  text-align: left;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
}
.rule-blockText .sttl {
  font-size: 26px;
  line-height: 1.6;
  text-align: center;
  border-bottom: 2px solid #ff0000;
  padding: 30px 0;
  font-weight: bold;
}

.sttl_wrap {
    padding: 0 30px;
  }

.rule_wrap {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 50px;
}
.rule-ttl {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.rule-ttl span {
    line-height: 1;
    display: block;
    padding: 0 0 0 12px;
    border-left: 4px solid #ff0000;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.rule-attn {
    font-size: 12px;
    line-height: 1.6;
}

@media screen and (max-width: 896px) {
.rule-blockText {
    font-size: 13px;
    line-height: 1.53;
  }
.rule-blockText .sttl {
    font-size: 15px;
    line-height: 1.28;
    text-align: center;
    padding: 30px;
  }
.sttl_wrap {
    padding: 0 20px;
  }

.rule_wrap {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 25px;
    }
.rule-ttl {
    font-size: 16px;
}
.rule-ttl span {
    line-height: 1;
    display: block;
    padding: 0 0 0 6px;
    border-left: 2px solid #ff0000;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.rule-attn {
    font-size: 10px;
    line-height: 1.6;
}

}


.cutCmp_in {
    padding: 30px 22px 30px 0;
}
.cutCmpDet_wrap {
    float: left;
    width: 600px;
}
.cutCmp_wrap.is-cam .cutCmpDet_wrap {
    width: 550px;
}
.cutCmpDetTtl_wrap {
    background: #eb6d9a;
    position: relative;
    height: 96px;
    display: table;
    width: 100%;
}
.cutCmpDetTtl_wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: -32px;
    z-index: 9;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 0 48px 32px;
    border-color: transparent transparent transparent #eb6d9a;
}
.cutCmpDetTtl-tls {
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 9;
    width: 92px;
    height: 64px;
    margin: -32px 0 0 0;
    background: #ffffff;
    border-radius: 6px;
    color: #ff0201;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    display: table;
    font-weight: bold;
}
.cutCmpDetTtl-tls span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    padding: 4px 0 0 0;
}
.cutCmpDetTtl-ttl {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
    padding: 0 0 0 140px;
}
.cutCmpDetTtl-ttl .is-fss {
    font-size: 16px;
}
.cutCmpDetTtl-ttl .is-fsm {
    font-size: 25px;
}
.cutCmpDet_in {
    padding: 22px 0 0 30px;
}
.cutCmpDet-day {
    border-top: 2px solid #eb6d9a;
    border-bottom: 2px solid #eb6d9a;
    font-weight: bold;
    padding: 7px 0 5px 0;
    margin: 0 0 15px 0;
    font-size: 18px;
    text-align: center;
}
.cutCmpDet-txt {
    color: #000;
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.cutCmpDet_wrap.is-ver2 .cutCmpDet-txt {
    font-size: 17px;
}
.cutCmp_wrap.is-cam .cutCmpDet-txt {
    color: #000;
}
.cutCmp_wrap.is-or .cutCmpDet-txt {
    color: #000;
}
.cutCmp_wrap.is-bl .cutCmpDet-txt {
    color: #0090d6;
}
.cutCmpDet-txt .is-clr_pk {
    color: #fd1625;
}
.cutCmp_wrap.is-cam .cutCmpDet-txt .is-clr_pk {
    color: #ff0000;
}
.cutCmp_wrap.is-or .cutCmpDet-txt .is-clr_pk{
    color: #e12020;
}
.cutCmpDet-subtxt {
    position: relative;
    padding-left: 16px;
    margin-top: 15px;
} 
.cutCmpDet-subtxt span {
  position: absolute;
  left: 0;
}
.cutCmpDet_in dl {
    margin: 0 0 18px 0;
    width: 100%;
    display: table;
}
.cutCmpDet_in dl:last-child {
    margin: 0 0 0 0;
}
.cutCmpDet_in dl dt {
    background: #0090d6;
    border-radius: 6px;
    width: 155px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
}
.cutCmpDet_in dl dt.clr {
    background: #fd1221;
    font-size: 16px;
}
.cutCmpDet_wrap.is-ver2 .cutCmpDet_in dl dt {
    height: 38px;
}
.cutCmp_wrap.is-or .cutCmpDet_in dl dt {
    background: #0faf9e;
    height: 38px;
    /*
    background: #e12020;
    */
}
.cutCmpDet_in dl dd {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 0 10px;
}
.cutCmpDet_wrap.is-ver2 .cutCmpDet_in dl dd {
    font-size: 13px;
}
.cutCmp_wrap.is-cam .cutCmpDet_wrap.is-ver2 .cutCmpDet_in dl dd {
    font-size: 20px;
    padding: 0 0 0 20px;
    font-weight: bold;
}
.cutCmpDet_in dl dd.is-rel {
    position: relative;
}
.cutCmpDet_in dl dd .is-clr_pk {
    color: #fd1625;
    font-weight: bold;
}
.cutCmpDet-stx {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0 0 1em;
    position: relative;
}
.cutCmpDet-stx .is-cm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.cutCmpDet-stx .is-tdu {
    text-decoration: underline;
}
.rcmd_box {
    position: absolute;
    top: -30px;
    right: -80px;
    z-index: 10;
}
.rcmd_box.is-ver2 {
    top: 4px;
}
.rcmd_box .txt {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: #0090d6;
    padding: 10px;
    border-radius: 5px;
}
.cutCmp_wrap.is-or .rcmd_box .txt {
  background: #f3992b;
}
.rcmd_box .txt:before {
    content: "";
    position: absolute;
    display: block;
    bottom: -14px;
    left: 10px;
    transform: rotate(10deg);
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #0090d6 transparent transparent transparent;
}
.cutCmp_wrap.is-or .rcmd_box .txt:before {
  border-color: #f3992b transparent transparent transparent;
}
.cutCmpImg_wrap {
    float: right;
    width: 200px;
}
.cutCmp_wrap.is-cam .cutCmpImg_wrap {
    width: 250px;
}
.cutCmpImg-img a {
    display: block;
}
@media screen and (min-width: 896px) {
.cutCmpImg-img a:hover {
    opacity: 0.7;
}
}
.cutCmpBtn_wrap {
    background: #eb6d9a;
    padding: 20px 0;
}
.cutCmpBtn-btn {
    margin: 0 auto;
    width: 316px;
    background: #ffffff;
    border-radius: 7px;
}
.cutCmpBtn-btn .c-btn {
    border: 1px solid #ffffff;
    width: 316px;
    height: 65px;
    font-size: 18px;
    padding: 21px 0;
    margin: 0;
}
@media screen and (min-width: 896px) {
.cutCmpBtn-btn .c-btn:hover {
    opacity: 0.7;
}
}
.cutCmpBtn-btn .c-btn.is-red {
    color: #ffffff;
    background: rgb(255, 4, 20);
    background: linear-gradient(0deg, rgb(255 4 20) 0%, rgb(251 34 48) 100%);
    border-radius: 6px;
}
@media screen and (max-width: 896px) {
    .cutCmp_in {
        padding: 0 0 0 0;
    }
    .cutCmpDet_wrap {
        float: none;
        width: auto;
    }
    .cutCmp_wrap.is-cam .cutCmpDet_wrap {
        width: auto;
    }
    .cutCmpDetTtl_wrap {
        background: #eb6d9a;
        position: relative;
        height: auto;
        display: block;
        width: auto;
        padding: 50px 15px 12px 15px;
    }
    .cutCmpDetTtl_wrap:after {
        display: none;
    }
    .cutCmpDetTtl-tls {
        position: absolute;
        top: 15px;
        left: 50%;
        z-index: 9;
        width: 137px;
        height: 25px;
        margin: 0 0 0 -68.5px;
        background: #ffffff;
        font-size: 14px;
        line-height: 1;
    }
    .cutCmpDetTtl-tls span {
        padding: 4px 0 0 0;
    }
    .cutCmpDetTtl-ttl {
        display: block;
        color: #ffffff;
        font-size: 20px;
        line-height: 1.2;
        font-weight: bold;
        padding: 0 0 0 0;
        font-feature-settings: "palt";
    }
    .cutCmpDet_wrap.is-ver2 .cutCmpDetTtl-ttl {
        text-align: center;
    }
    .cutCmpDetTtl-ttl .is-fss {
        font-size: 12px;
    }
    .cutCmpDetTtl-ttl .is-fsm {
        font-size: 18px;
    }
    .cutCmpDet_in {
        padding: 20px 15px 20px 15px;
    }
    .cutCmpDet-day {
        font-size: 16px;
    }
    .cutCmpDet-txt {
        font-size: 16px;
        line-height: 1.6;
        font-feature-settings: "palt";
    }
    .cutCmpDet_wrap.is-ver2 .cutCmpDet-txt {
        font-size: 16px;
    }
    .cutCmpDet-subtxt {
        margin-top: 10px;
        padding-left: 15px;
    }
    .cutCmpDet_in dl {
        margin: 0 0 20px 0;
        width: auto;
        display: block;
    }
    .cutCmpDet_in dl dt {
        background: #0090d6;
        border-radius: 6px;
        width: 100%;
        display: block;
        font-size: 13px;
        padding: 8px 0;
        line-height: 1;
        margin: 0 0 12px 0;
    }
    .cutCmpDet_in dl dt.is-ver2 {
        margin: 0 0 40px 0;
    }
    .cutCmpDet_in dl dt.clr {
        font-size: 13px;
    }
    .cutCmpDet_wrap.is-ver2 .cutCmpDet_in dl dt {
        height: auto;
    }
    .cutCmp_wrap.is-or .cutCmpDet_in dl dt {
        height: auto;
    }
    .cutCmpDet_in dl dd {
        display: block;
        line-height: 1.6;
        font-size: 13px;
        padding: 0 0 0 0;
    }
    .cutCmpDet-stx {
        font-size: 12px;
    }
    .rcmd_box {
        top: -30px;
        right: 0;
    }
    .rcmd_box.is-ver2 {
      top: -30px;
  }
    .rcmd_box .txt {
        font-size: 12px;
        padding: 8px 10px;
    }
    .rcmd_box .txt:before {
        bottom: -9px;
        left: 34px;
        border-width: 12px 12px 0 0;
    }
    .rcmd_box.is-ver2 .txt:before {
      bottom: -54px;
      left: 55px;
      border-width: 58px 12px 0 0;
  }
    .cutCmpImg_wrap {
        float: none;
        width: 250px;
        margin: 0 auto;
        padding: 0 0 20px 0;
    }
    .cutCmpBtn_wrap {
        padding: 20px 15px;
    }
    .cutCmpBtn-btn {
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
        background: none;
        border-radius: 7px;
    }
    .cutCmpBtn-btn .c-btn {
        border: 1px solid #ffffff;
        width: 100%;
        height: auto;
        font-size: 12px;
        padding: 15px 0;
        margin: 0;
    }
}

.agtCmp_wrap {
    font-size: 14px;
    line-height: 1.85;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
    text-align: left;
    font-weight: normal;
    margin: 0 0 30px 0;
}
.agtCmpTp_wrap {
    padding: 25px 30px 30px 25px;
}
.agtCmpTp_det {
    float: left;
    width: 547px;
    text-align: center;
}
.agtCmpTp-ttl {
    margin: 0 0 10px 0;
}
.agtCmpTp_img {
    padding: 15px 0 0 0;
    float: right;
    width: 250px;
    text-align: center;
}
.agtCmpTp-img a {
    display: block;
}
@media screen and (min-width: 896px) {
    .agtCmpTp-img a:hover {
        opacity: 0.7;
    }
}
.agtCmpBtn_wrap {
    border-top: 1px solid #d2d2d3;
    padding: 20px;
}
.agtCmpBtn-btn {
    margin: 0 0 20px 0;
    text-align: center;
}
.agtCmpBtn-btn .c-btn {
    margin: 0;
    width: 316px;
    padding: 17px 0;
    font-size: 16px;
}
.agtCmpBtn-btn.is-ver2 {
    margin: 0;
}
.agtCmp-exbtn {
    text-align: center;
    line-height: 1;
    padding: 0 0 0 30px;
}
.agtCmp-exbtn a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
}
@media screen and (min-width: 896px) {
    .agtCmp-exbtn a:hover {
        color: #ea0000;
    }
}
.agtCmp-exbtn span {
    position: relative;
}
.agtCmp-exbtn span:before {
    content: "重要";
    padding: 5px 9px 3px 9px;
    border: 2px solid #ea0000;
    line-height: 1;
    color: #ea0000;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: -55px;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.agtCmp-exbtn span:after {
    content: '';
    background-image: url(../images/customer/dec_arw.png);
    display: inline-block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: -15px;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.agtCmp-exbtn .is-sps {
    display: inline;
}
@media screen and (max-width: 896px) {
    .agtCmp_wrap {
        font-size: 13px;
        line-height: 1.8;
        margin: 0 15px 37px;
    }
    .agtCmpTp_wrap {
        padding: 15px 20px 20px 17px;
    }
    .agtCmpTp_det {
        float: none;
        width: auto;
    }
    .agtCmpTp-det img {
        max-width: 305px;
    }
    .agtCmpTp-ttl {
        margin: 0 0 8px 0;
    }
    .agtCmpTp_img {
        float: none;
        width: auto;
        padding: 15px 0 0 0;
    }
    .agtCmpTp-img {
        margin: 20px 0 0 0;
    }
    .agtCmpBtn_wrap {
        padding: 20px 15px;
    }
    .agtCmpBtn-btn {
        margin: 0 0 0 0;
    }
    .agtCmpBtn-btn .c-btn {
        width: auto;
        padding: 12px 0 11px 0;
        font-size: 12px;
    }
    .agtCmp-exbtn {
        padding: 0 0 0 0;
    }
    .agtCmp-exbtn a {
        border: 2px solid #ea0000;
        font-size: 10px;
        display: table;
        height: 30px;
        width: 100%;
        box-sizing: border-box;
    }
    .agtCmp-exbtn span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 0 0 0 20px;
    }
    .agtCmp-exbtn span:before {
        content: "重要";
        padding: 3px 6px 1px 6px;
        border: none;
        background: #ea0000;
        color: #ffffff;
        font-size: 10px;
        position: absolute;
        top: 50%;
        left: 10px;
        border-radius: 10px;
    }
    .agtCmp-exbtn span:after {
        content: '';
        background-image: url(../images/customer/dec_arw.png);
        background-size: 4px auto;
        display: inline-block;
        width: 4px;
        height: 7px;
        position: absolute;
        top: 50%;
        right: 8px;
    }
    .agtCmp-exbtn .is-sps {
        display: none;
    }
}
@media screen and (max-width: 374px) {
    .agtCmp-exbtn a {
        height: 40px;
        line-height: 1.3;
    }
    .agtCmp-exbtn .is-sps {
        display: block;
    }
}
.cutCmp_wrap.is-capa {
    margin: 0 0 30px 0;
}
.cutCmp_wrap.is-cam .cutCmpDetTtl_wrap {
    background: #0090d6;
}
.cutCmp_wrap.is-cam .cutCmpDetTtl_wrap:after {
        border-color: transparent transparent transparent #0090d6;
}
.cutCmp_wrap.is-or .cutCmpDetTtl_wrap {
    background: #f3992b;
}
.cutCmp_wrap.is-or .cutCmpDetTtl_wrap:after {
        border-color: transparent transparent transparent #f3992b;
}
.cutCmp_wrap.is-bl .cutCmpDetTtl_wrap {
    background: #0090d6;
}
.cutCmp_wrap.is-bl .cutCmpDetTtl_wrap:after {
        border-color: transparent transparent transparent #0090d6;
}
.cutCmp_wrap.is-cam .cutCmpDetTtl-ttl .is-fsm {
    font-size: 24px;
}
.cutCmp_wrap.is-cam .cutCmpDetTtl-ttl {
    font-size: 24px;
    padding: 0 0 0 120px;
}
.cutCmp_wrap.is-cam .cutCmpDetTtl-tls {
    width: 85px;
    font-size: 14px;
    left: 15px;
}
.cutCmp_wrap.is-cam .cutCmpDet_in dl {
    margin: 0 0 10px 0;
}
.cutCmp_wrap.is-cam .c-customer1_table {
    margin-top: 10px;
}
.cutCmp_wrap.is-cam .c-customer1_table th {
    font-size: 12px;
    padding: 7px 0;
    background-color: #dff3ff;
    color: #000;
    border: 1px solid #b3b3b3;
    border-collapse: collapse;
}
.c-customer1_table .is-wid1 {
    width: 70px;
}
.c-customer1_table .is-wid2 {
    width: 114px;
}
.cutCmp_wrap.is-cam .c-customer1_table th:first-child {
    border-left: 1px solid #b3b3b3;
}
.cutCmp_wrap.is-cam .c-customer1_table tr td {
    padding: 12px 0;
}
.cutCmp_wrap.is-cam .c-customer1_table tr td:last-child {
    font-weight: bold;
    text-align: center;
}
.cutCmp_wrap.is-cam .c-customer1_table tr td:first-child {
    width: 70px;
    font-size: 14px;
    color: #eb6d9a;
    background-color: #fbfbfb;
}
.cutCmp_wrap.is-cam .cutCmpBtn_wrap {
    background: #0090d6;
}
.cutCmp_wrap.is-or .cutCmpBtn_wrap {
    background: #f3992b;
}
.cutCmp_wrap.is-bl .cutCmpBtn_wrap {
    background: #0090d6;
}
.plan-fs {
    font-size: 13px;
    margin: 5px 0 25px 0;
}

@media screen and (max-width: 896px) {
    .cutCmp_wrap.is-capa {
        margin: 0 0 25px 0;
    }
    .cutCmp_wrap.is-cam .cutCmpDetTtl-ttl .is-fsm {
        font-size: 18px;
    }
    .cutCmp_wrap.is-cam .cutCmpDetTtl-ttl {
        font-size: 20px;
        padding: 0;
    }
    .cutCmp_wrap.is-cam .cutCmpDetTtl-tls {
        width: auto;
        padding: 0 10px;
        left: 50%;
    }
    .cutCmp_wrap.is-cam .c-customer1_table tr td {
        padding: 12px 5px;
    }
    .cutCmp_wrap.is-cam .c-customer1_table tr td:first-child {
        width: auto;
    }
    .cutCmp_wrap.is-cam .cutCmpDet_wrap.is-ver2 .cutCmpDet_in dl dd {
        font-size: 18px;
        padding: 0 0 0 0;
        text-align: center;
    }
    .plan-fs {
        font-size: 12px;
        margin: -5px 0 25px 0;
    }
}
/*20211102*/
.cutCmpDet_in dl.blk {
    display: block;
}
.cutCmpDet_in dl.blk dt {
    display: inline-block;
    float: left;
    padding: 12px 0 10px 0;
}
.cutCmpDet_in dl.blk dd {
    display: block;
    padding: 0 0 0 165px;
}
.cutCmpDet_table {
    width: 405px;
}
.cutCmpDet_table tr th {
    width: 40%;
    height: 36px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    border: 1px solid #b3b3b3;
    background: #f3f3f3;
    text-align: center;
    box-sizing: border-box;
}
.cutCmpDet_table tr:first-child th {
    border: 3px solid #ff0000;
    border-right: 1px solid #b3b3b3;
}
.cutCmpDet_table tr.ntrlz th {
    border: 1px solid #b3b3b3;
}
.cutCmpDet_table tr.rcmd th {
    border: 3px solid #ff0000;
    border-right: 1px solid #b3b3b3;
}
.cutCmpDet_table tr td {
    width: 60%;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
    border: 1px solid #b3b3b3;
    text-align: center;
}
.cutCmpDet_table tr:first-child td {
    border: 3px solid #ff0000;
    border-left: none;
}
.cutCmpDet_table tr.ntrlz td {
    border: 1px solid #b3b3b3;
    font-size: 17px;
}
.cutCmpDet_table tr.rcmd td {
    border: 3px solid #ff0000;
    border-left: none;
}
.cutCmpDet_table tr td span {
    font-size: 13px;
}
@media (max-width:896px) {
    .cutCmpDet_table {
        width: 100%;
    }
    .cutCmpDet_table tr th {
        width: 35%;
        font-size: 13px;
        padding: 0 5px;
    }
    .cutCmpDet_table tr td {
        width: 65%;
        font-size: 16px;
        padding: 0 5px;
    }
    .cutCmpDet_table tr td span {
        font-size: 12px;
    }
}
.ctmrInfo-txt {
    font-size: 14px;
    margin: 0 0 20px 0;
}
.ctmrInfo-txt:last-child {
    margin: 0 0 0 0;
}
.ctmrInfo-txt.is-rgt {
    text-align: right;
}
.ctmrInfo-ttl {
    text-align: center;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #f80000;
}
@media (max-width:896px) {
    .ctmrInfo-txt {
        font-size: 13px;
    }
    .c-strength h3.ctmrInfo-ttl {
        font-size: 14px;
    }
}
@media screen and (min-width: 896px) {
  .agtCmpTp_wrap.is-agtCmpTp-txt {
    padding: 25px 30px 10px 25px;
  }
}
.agtCmpTp-txt {
  font-size: 14px;
  padding: 0 0 30px 25px;
}
@media screen and (max-width: 896px) {
  .agtCmpTp-txt {
    font-size: 13px;
    padding: 0 15px 15px;
  }
}
.is-ptj .cutCmp_wrap.is-bl .cutCmpDetTtl_wrap:after {
    border-width: 55px 0 55px 32px;
}
.is-ptj .cutCmp_wrap.is-bl .cutCmpDet-txt {
    color: #000;
    margin: 0;
}
.is-ptj .cutCmpDet-txt .is-clr_pk {
    font-size: 22px;
}
.is-ptj .cutCmpDet_in .is-fss {
    font-size: 14px;
    margin-bottom: 20px;
}
.is-ptj .cutCmpDet_table tr:first-child th,
.is-ptj .cutCmpDet_table tr:first-child td {
    border: 1px solid #b3b3b3;
}
.is-ptj .cmpcaption_wrap {
    text-align: left;
}
.is-ptj .cutCmpDet_in dl dt {
    line-height: 1.5;
}
.is-ptj .cutCmpDet_in dl dd {
    font-size: 13px;
}
.cmpcaption_wrap {
    margin: 20px 0 10px;
    position: relative;
}
.cmpcaption-txt {
    font-size: 21px;
    font-weight: bold;
    padding-left: 120px;
}
.cmpcaption-txt span {
    position: relative;
}
.cmpcaption-txt span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #0090d6;
    opacity: 0.2;
}
.is-ptj .rcmd_box {
    top: -5px;
    left: 0;
    right: auto;
}
.is-ptj .rcmd_box .txt:before {
    bottom: 9px;
    right: -12px;
    left: auto;
    transform: rotate(-85deg);
    border-color: #f3992b transparent transparent transparent;
}
.is-ptj .rcmd_box .txt {
    font-size: 14px;
    background: #f3992b;
}
@media screen and (min-width: 897px) {
    .is-ptj .cutCmp_wrap.is-bl .cutCmpDetTtl_wrap {
        height: 110px;
    }
    .is-ptj .cutCmpDetTtl-ttl {
        font-size: 25px;
    }
}
@media screen and (max-width: 896px) {
    .is-ptj .rcmd_box {
        left: 0;
    }
    .is-ptj .cutCmpDet_in .is-fss {
        font-size: 13px;
    }
    .cmpcaption-txt {
        font-size: 16px;
        padding-left: 95px;
    }
    .is-ptj .rcmd_box .txt:before {
        right: -10px;
    }
    .is-ptj .rcmd_box .txt {
        font-size: 11px;
    }
    .cutCmpDet_table.is-ver2 tr td {
        font-size: 15px;
    }
    .cutCmpDet_in dl dd.is-ver2 {
        font-size: 15px;
    }
}
.cutCmpDet_in dl dd.is-ver2 {
    font-size: 18px;
    font-weight: bold;
}
.cutCmpDetast-txt {
    font-size: 13px;
    padding-top: 8px;
}

