.pc{
  display: block;
}
@media screen and (max-width: 639px) {
  .pc{
    display: none;
  }
}

.sp{
  display: none;
}
@media screen and (max-width: 639px) {
  .sp{
    display: block;
  }
}

.c5-popup {
  padding: 40px;
}

.c5-display__pc {
  display: block;
}

.c5-display__sp {
  display: none;
}

.c5-over {
  overflow: hidden;
}

.c5-text {
  float: left;
  width: 40% !important;
}

.c5-txtblock{
  background: #f9fefe;
  padding: 30px;
  line-height: 2;
}

@media screen and (max-width: 639px) {
  .c5-txtblock .s5-heading1{
    /*text-align: left;*/
  }
}

.c5-heading3{
  font-size: 23px;
  margin: auto;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .c5-heading3{
    font-size: 16px;
    margin: auto;
    text-align: left;
  }
}

/*.c5-bordered_blue{
  border: solid 2px #154c9c;
  padding: 20px;
  width: 80%;
  text-align: center;
  display: block;
  margin: 20px auto;
}*/

@media screen and (max-width: 639px) {
  /*.c5-bordered_blue{
    border: solid 2px #154c9c;
    padding: 20px;
  }*/
  .c5-heading3{
    text-align: center;
  }
}

.c5-image {
  display: inherit;
}

.c5-image img {
  max-width: 100%;
}

.c5--row__col3_bg{
  width: 2% !important;
}

.c5-table tr th {
  text-align: left;
  font-weight: normal !important;
}

.c5-table span {
  display: block;
  width: 237px;
  text-align: right;
}

@media screen and (max-width: 1110px) {
  .c5-text {
    width: 30% !important;
  }
}

@media screen and (max-width: 639px) {
  .c5-display__pc {
    display: none !important;
  }
  .c5-display__sp {
    display: block !important;
  }
  .c5-text {
    float: inherit;
    width: 100% !important;
  }
  .c5-image {
    float: inherit;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.c5-label-wrap {
  float: right;
}

.c5-label-wrap {
  float: right;
}

.c5-label+.c5-label {
  margin-left: 5px;
}

span.c5-label {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 2px 5px 1px;
}

span.c5-label.c5-label--yuryo {
  background: #f26b88;
  border: solid 1px #f26b88;
}

span.c5-label.c5-label--muryo {
  background: #22c083;
  border: solid 1px #22c083;
}

span.c5-label.c5-label--douji {
  background-color: #fff;
  border: solid 1px #5887AB;
  color: #5887AB;
}

span.c5-label.c5-label--tanpin {
  border: double #83838f 3px;
  color: #83838f;
}

span.c5-label.c5-label--blue {
  background: #5887ab;
  border: solid 1px #5887ab;
}

span.c5-label.c5-label--blueLarge {
  background: #5887ab;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 10px;
  font-weight: normal;
}

.c5-block {
  font-size: 16px;
  font-size: 1rem;
  font-family: sans-serif;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 0 60px;
}

@media screen and (max-width: 639px) {
  .c5-block {
    padding: 0;
    margin-bottom: 50px;
  }
}

.c5-tel {}

.c5-tel__inner {
  display: inline-flex;
  table-layout: fixed;
  margin: 0 auto;
}

.c5-tel__left, .c5-tel__right {
  display: table-cell;
  width: 50%;
  padding: 20px 10px;
  /*border: 3px solid #888;*/
  margin-right: 3px;
}

.c5-tel__left {
  border-right: none;
}

.c5-tel p {
  margin-top: 0;
}

.c5-tel strong {
  font-weight: bold;
}

.c5-tel__text01 {
  margin-bottom: 5px;
}

.c5-tel__text02 {
  margin-bottom: 5px;
}

.c5-tel__text03 {}

.c5-tel__text04 {}

@media screen and (max-width: 639px) {
  .c5-tel__inner {
    width: auto;
    display: block;
  }
  .c5-tel__left, .c5-tel__right {
    width: auto;
    display: block;
    padding: 10px 25px;
    margin-bottom: 5px;
  }
}

.c5-flow {
  text-align: center;
}

.c5-flow p {
  margin: 0 auto 10px;
}

.c5-flow__item {
  /*background-color: #f3f4f6;*/
  /*border-radius: 10px;*/
  background-image: url("../images/flow_item_bg.jpg");
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 45px;
}

.c5-flow__item:last-child {
  margin-bottom: 0;
}

.c5-flow__item:last-child:before,
.c5-flow__item:last-child:after {
  content: none;
}

.c5-flow__item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -58px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 30px solid #888;
  border-left: 30px solid #0000ff00;
  border-bottom: 20px solid #00800000;
  border-right: 30px solid #ffff0000;
}

.c5-flow__item:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 25px solid #fff;
  border-left: 25px solid #0000ff00;
  border-bottom: 10px solid #00800000;
  border-right: 25px solid #ffff0000;
  z-index: 10;
}

.c5-mustList {
  letter-spacing: -6px;
  margin: 0 -15px;
}

.c5-mustList__item {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 24.999%;
  padding: 0 15px;
  box-sizing: border-box;
}

.c5-mustList__image {
  margin-bottom: 10px;
}

.c5-mustList__image img {
  max-width: 100%;
}

.c5-mustList__text {
  text-align: center;
}

.c5-mustList__text p {
  margin: 0;
}

@media screen and (max-width: 639px) {
  .c5-mustList__item {
    width: 50%;
    margin-bottom: 15px;
  }
}

.c5-productsList {
  letter-spacing: -6px;
  margin: 0 -15px;
}

.c5-productsList__item {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  max-width: 300px;
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

.c5-productsList__image {
  margin-bottom: 10px;
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.c5-productsList__image:hover {
  opacity: 0.7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.c5-productsList__image:hover .c5-productsList__text {
  opacity: 0.7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.c5-productsList__text:hover {
  opacity: 0.7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.c5-productsList__text:hover .c5-productsList__image {
  opacity: 0.7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.c5-productsList__image img {
  max-width: 100%;
}

.c5-productsList__text {
  text-align: left;
}

.c5-productsList__text p {
  margin: 0;
}

.c5-productsList__name {
  font-size: 14px;
  font-size: .875rem;
}

.c5-productsList__model {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 8px 0;
}

@media screen and (max-width: 639px) {
  .c5-productsList__item {
    width: 50%;
    margin-bottom: 15px;
  }
  .c5-productsList__name {
    font-size: .85714rem;
  }
  .c5-productsList__model span {
    font-size: 12px;
  }
  .c5-productsList__model {
    font-size: 1.14286rem;
  }
}

.c5-list {
  list-style: none;
  padding: 0;
}

.c5-list li {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}

.c5-fw--normal {
  font-weight: normal;
}

.c5-general--mb5 {
}

@media screen and (max-width: 639px) {
	.c5-general--mb5 {
	  margin-bottom: 5px;
	}
}


/* 180410 追加分 */


.c5-ex{
  position: relative;
  width: 12px;
  display: inline-block;
}

.c5-ex::after{
  content: "*";
  position: absolute;
  top: 0;
  margin-top: -16px;
  left: 0;
  font-size: 20px;
}

.c5-font-n{
  font-weight: normal !important;
}

/*181025 追加 */
.c5-caution_list{
  border: #c93434 1px solid;
    padding: 0px 20px 20px 20px;
}

.c5-miti:hover{
  cursor: pointer;
  opacity: .6;
}

.mbnone{
  margin-bottom: 0 !important;
}

.c5-colorWhite__text{
  color: white !important;
}

.c5-colorBlue__text{
  color: #154c9c !important;
}

.c5-bgcolor__orange{
  background-color: #FF8000 !important;
}

.c5-display{
  display: inline-block !important;
}

.c5-bgcolor__white{
  background-color: white;
  display: inline-block;
}

@media screen and (max-width: 639px) {
  .c5-bgcolor__white{
    display: block;
  }
}

.c5-colorblack__text{
  color: black;
}

.c5-underline{
  text-decoration: underline;
}

.c5-btnsize{
  font-size: 30px;
}



.c5-bgOrange{
  background-color: #ed6d02;
  /*margin: 0 6.3%;*/
  padding: 30px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 639px) {
  .c5-bgOrange{
    /*margin: 0 7.5%;*/
    padding: 20px;
  }
}

.s5-row__col2-image img{
  width: 100%;
}

