@charset "UTF-8";
/*base -----------------------------------------------*/
.c5-cs_inner {
  max-width: 1040px;
  margin: 0 auto;
}

.c5-cs_inner__s {
  max-width: 840px;
  margin: 0 auto;
}

.c5-cs_header {
  max-width: 1200px;
  margin: 0 auto 100px auto;
}

.c5-cs_subsection {
  /*margin-bottom: 80px;*/
	margin-bottom: 50px;
}

.c5-is__sp {
  display: none;
}

/*MV -----------------------------------------------*/
.c5-cs_mv {
  display: table;
  width: 100%;
}
.c5-cs_mv > div {
  display: table-cell;
}
.c5-cs_mv__text {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  padding: 20px;
}
.c5-cs_mv__img {
  width: 66.7%;
}
.c5-cs_mv__img img {
  width: 100%;
  /*for IE11*/
}
.c5-cs_mv__logo {
  text-align: center;
  margin-bottom: 2.5vw;
}
.c5-cs_mv__name {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
}
.c5-cs_mv__name_min {
  font-size: 20px;
}

/*block -----------------------------------------------*/
.c5-cs_section {
  padding: 0 15px;
  /*margin-bottom: 100px;*/
  margin-bottom: 50px;
}
.c5-cs_section .c5-cs_block__ttl {
  margin-left: -15px;
  margin-right: -15px;
}

.c5-cs_profile {
  /*padding: 60px 0;*/
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}
.c5-cs_profile__img {
  flex: 0 1 180px;
 margin-right: 20px;
}
.c5-cs_profile__text {
  /*flex: 0 1 36%;*/
  flex: 0 1 30%;
  margin: auto 0;
}
.c5-cs_profile__ttl {
  margin-bottom: 0px !important;
  font-weight: bold;
  font-size: 17px;
}

.c5-cs_box__border + p {
  margin-top: 1.8em;
}

.c5-cs_box__border {
  border: 1px solid #ccc;
  padding: 16px 40px;
}

.c5-cs_colswrap {
  overflow: hidden;
}

.c5-cs_floatimg_r {
  float: right;
  margin: 0 0 20px 40px;
  max-width: 400px;
}

.c5-cs_floatimg_l {
  float: left;
  margin: 0 40px 20px 0;
  max-width: 400px;
}

.c5-cs_cols {
  display: flex;
}
@media screen and (min-width: 768px) {
  .c5-cs_cols.pc_reverse {
    flex-direction: row-reverse;
  }
  .c5-cs_cols.pc_reverse .c5-cs_cols__img {
    margin-left: 0;
    margin-right: 40px;
  }
}
.c5-cs_cols__text {
  flex: 0 1 56%;
}
.c5-cs_cols__img {
  margin-left: 40px;
  flex: 0 1 400px;
}
.c5-cs_cols__caption {
  font-size: 12px;
  padding-top: 10px;
  line-height: 1.4;
  margin-bottom: 0 !important;
}

.c5-cs_productCols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c5-cs_productCols .c5-cs_product {
  display: flex;
  flex: 0 1 50%;
}
.c5-cs_productCols .c5-cs_product__img {
  margin: 0 0 20px 0;
}
.c5-cs_productCols--col3,
.c5-cs_productCols--col4 {
  justify-content: center;
}
.c5-cs_productCols--col3 .c5-cs_product {
  display: flex;
  flex: 0 1 calc(100% / 3);
}
.c5-cs_productCols--col4 .c5-cs_product {
  display: flex;
  flex: 0 1 25%;
}

.c5-cs_product {
  display: flex;
  /*margin-bottom: 60px;*/
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
}
.c5-cs_product__img {
  /*flex: 0 1 45%;*/
  flex: 0 1 235px;
  margin-right: 40px;
}
.c5-cs_product__text {
  /*flex: 0 1 50%;*/
  flex: 0 1 260px;
}
/*ytv追記*/
  .c5-cs_product__text p:first-child {
    margin-bottom: 5px !important;
  }
/*(終)ytv追記*/
.c5-cs_product__ttl {
  font-weight: bold;
  font-size: 18px;
}

/*title -----------------------------------------------*/
.c5-cs_mainttl {
  text-align: center;
  font-family: "ＭＳ 明朝", "MS Mincho", sans-serif;
  line-height: 1.5;
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 3px;
}

.c5-cs_block__ttl {
  text-align: center;
  background-color: #f9f8f8;
  padding: 40px 15px;
  /*margin-bottom: 80px;*/
  margin-bottom: 50px;
}

.c5-cs_title {
  font-size: 28px;
  font-family: "ＭＳ 明朝", "MS Mincho", sans-serif;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
}

/*txt -----------------------------------------------*/
.c5-cs_txt__question {
  font-weight: bold;
}

.c5-cs__tborder {
  padding-top: 30px;
  position: relative;
}
.c5-cs__tborder::before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .c5-cs_mv__name {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .c5-cs_subsection {
    margin-bottom: 40px;
  }

  .c5-cs_header {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .c5-cs_mv {
    display: flex;
    flex-wrap: wrap;
  }
  .c5-cs_mv > div {
    display: block;
    flex: auto;
  }
  .c5-cs_mv__text {
    width: auto;
    order: 2;
    padding: 50px 15px;
    border: 1px solid #ccc;
  }
  .c5-cs_mv__img {
    width: auto;
    order: 1;
    text-align: center;
  }
  .c5-cs_mv__logo {
    margin-bottom: 30px;
  }
  .c5-cs_mv__logo.alpha img {
    max-width: 50px;
  }
  .c5-cs_mv__logo.biz {
    line-height: 1;
    margin-bottom: 20px;
  }
  .c5-cs_mv__logo.biz img {
    max-width: 75px;
  }
  .c5-cs_mv__logo.vlogcam img {
    max-width: 200px;
  }
  .c5-cs_mv__name {
    font-size: 20px;
  }
  .c5-cs_mv__name_min{
	font-size: 18px;
  }

  .c5-cs_cols {
    display: block;
  }
  .c5-cs_cols + p,
  .c5-cs_cols + * {
    margin-top: 40px;
  }
  .c5-cs_cols__img {
    margin: 24px 0 0 0;
    text-align: center;
  }

  .c5-is__pc {
    display: none;
  }

  .c5-is__sp {
    display: block;
  }

  .c5-cs_block__ttl {
    margin-bottom: 40px;
    padding: 20px 15px;
  }

  .c5-cs_mainttl {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .c5-cs_title {
    font-size: 18px;
  }

  .c5-cs_section {
    margin-bottom: 40px;
    padding: 0;
  }
	
 /*ytv追記*/	
 .c5-cs_productCols .c5-cs_product {
  display: block;
  flex: 0 1 49%;
 }
/*（終）ytv追記*/

  .c5-cs_productCols {
    display: block;
  }

  .c5-cs_product {
    display: block;
    margin-bottom: 40px;
  }
  .c5-cs_product__img {
    margin: 60px 0 20px 0;
    text-align: center;
  }
  .c5-cs_product__img img {
    max-width: 60%;
  }
  .c5-cs_product__text {
    text-align: center;
  }
  .c5-cs_profile {
    display: block;
    padding: 30px 0;
  }
  .c5-cs_profile__img {
    margin: 0 0 30px 0;
    text-align: center;
  }

  .c5-cs__tborder {
    padding-top: 20px;
  }
  .c5-cs__tborder::before {
    width: 30px;
  }

  .c5-cs_colswrap {
    display: flex;
    flex-wrap: wrap;
    + p,
    + .c5-cs_colswrap{
      margin-top: 30px !important;
    }
  }

  .c5-cs_floatimg_r,
  .c5-cs_floatimg_l {
    float: none;
    margin: 20px auto 0 auto;
    order: 1;
    max-width: 500px;
  }
}


/*ytvより追加*/
.c5-alpha-contents .c5-cs_section p {
	margin: 0 0 16px 0;
}

/*footer*/
.c5_cs_footer{
	background:#f9f8f8;
	padding: 30px 40px;
}

.c5_cs_ft_row{
	display: table;
    width: 80%;
	margin: 0 auto;
    table-layout: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c5_cs_ft_btn{
	width:60%;
	color: #fff;
	max-width: 500px;
}

ul.c5_cs_toc{
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding: 20px 10px;
	color:#585858;
}

ul.c5_cs_toc li a{
	color:#585858;
}

ul.c5_cs_toc li a:hover{
	color:#da5c08;
}
.c5-cs_colsimg {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
}
.c5-cs_colsimg > div {
  flex: 0 1 calc(50% - 30px);
  margin: 0 15px;
}
.c5-cs_prbox {
  max-width: 600px;
  margin: 0 auto 60px auto;
  padding: 25px;
  border: 2px solid #cccccc;
  text-align: center;
}
.c5-cs_prbox .thumb {
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
	.c5_cs_footer{
	padding: 30px 20px;
	}
	.c5_cs_ft_btn{
	width:90%;
	}
	.c5_cs_ft_row{
    width: 100%;
	}
  .c5-cs_colsimg {
    display: block;
    margin: 0;
  }
  .c5-cs_colsimg > div {
    margin: 0 0 20px 0;
  }
  .c5-cs_prbox {
    padding: 15px;
  }
}

/* #35215 added */
.c5-inquiryBtn{
  border: solid 1px #cccccc;
  border-radisu: 1px;
  background: #e4e7ec;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  min-width: 220px;
  min-height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: .2em 1em;
  text-decoration: none!important;
  color: inherit!important;
}
.c5-mvBtns{
  display: flex;
  grid-gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
/*  flex-direction: row-reverse;*/
}

.c5-cs_hov_orange a{
    color: #231815;
}
.c5-cs_hov_orange a:hover{
    color: #da5c08;
}
@media screen and (min-width: 769px) {
  .c5-floating-btn:has(+ .c5-popupBox) {
    top: 34%;
  }
}
.c5-popupBox {
  max-width: 320px;
  border-radius: 8px;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);
  padding: 15px;
  position: fixed;
  z-index: 999;
  right: 70px;
  bottom: -300px;
  /*animation: show 0.45s ease;*/
  transition: 0.45s ease;
  visibility: hidden;
  opacity: 0;
  p {
    margin: 0 0 0.5em;
    &:last-child {
      margin-bottom: 0;
    }
  }
  &.show {
    visibility: visible;
    opacity: 1;
    bottom: 90px;
  }
}
@keyframes show {
    from {
      opacity: 0;
      bottom: 0;
    }
    to {
      opacity: 1;
      bottom: 90px;
    }
}
.c5-popupBox__head {
  font-weight: bold;
}
.c5-popupBox__txt {
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .c5-popupBox {
    display: none;
  }
}
.c5-popupBox__close {
  border: none;
  outline: none;
  position: absolute;
  top: -12px;
  right: -12px;
  display: block;
  line-height: 1;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
}

