@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

/*======================top==========================*/
/*mv*/
.mv {
  position: relative;
  padding: 0 20px;
  background: url(../img/top/mv_slide1.jpg) center no-repeat;
  background-size: cover;
}
.mv:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: 340px;
  background: url(../img/top/bg_mv.png) 0 0 repeat-x;
  z-index: 2;
}
.mv .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 860px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 0 17px;
  z-index: 3;
}
.mv .inner .tit {
  font-size: 46px;
  line-height: 75px;
  color: #fff;
}
.mv .inner .tit span {
  display: inline-block;
  padding: 0 14px;
  background: #b20000;
  letter-spacing: -2px;
}
.mv .inner .tit span + span {
  margin: 12px 0 0;
}
.mv .inner .txt {
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  margin: 22px 0 35px;
  padding: 0 14px;
}
.mv .inner .comment {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .mv {
    padding: 0 12px;
    background: url(../img/top/mv_slide1_sp.jpg) center no-repeat;
    background-size: cover;
  }
  .mv:after {
    height: 272px;
    background: url(../img/top/bg_mv_sp.png) 0 0 repeat-x;
    background-size: auto 100%;
  }
  .mv .inner {
    height: 520px;
    max-width: 100%;
    margin: 0;
    padding: 0 0 11px;
  }
  .mv .inner .tit {
    font-size: 26px;
    line-height: 41px;
    text-align: justify;
  }
  .mv .inner .tit span {
    display: inline;
    padding: 0 11px;
    letter-spacing: -2px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  .mv .inner .txt {
    font-size: 13px;
    line-height: 19px;
    margin: 15px 0 30px;
    padding: 0 10px;
  }
  .mv .inner .comment {
    font-size: 8px;
  }
}

/*topintro*/
.topintro {
  padding: 60px 0 50px;
}
.topintro .box {
  display: flex;
  justify-content: space-between;
}
.topintro .box .item {
  width: 480px;
}
.topintro .box .item .content {
  padding: 24px 20px 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.topintro .box .item .content .txt1 {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
}
.topintro .box .item .content .price1 {
  display: flex;
  margin: 5px 0 0 12px;
}
.topintro .box .item .content .price1 .left {
  width: 192px;
  padding: 16px 0 0;
}
.topintro .box .item .content .price1 .left p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #b20000;
  border-radius: 4px;
}
.topintro .box .item .content .price1 .right {
  flex: 1;
  padding: 0 0 0 26px;
  font-size: 18px;
}
.topintro .box .item .content .price1 .right .big {
  font-size: 30px;
}
.topintro .box .item .content .price1 .right .ico {
  position: relative;
  margin: 0 5px 0 0;
}
.topintro .box .item .content .price1 .right .ico i {
  position: absolute;
  right: -3px;
  top: -10px;
  font-size: 10px;
  font-style: initial;
}
.topintro .box .item .content .price2 {
  display: flex;
  margin: 0px 0 0 12px;
}
.topintro .box .item .content .price2 .left {
  width: 192px;
  padding: 14px 0 0;
}
.topintro .box .item .content .price2 .left img {
  width: 100%;
}
.topintro .box .item .content .price2 .right {
  flex: 1;
  padding: 0 0 0 40px;
}
.topintro .box .item .content .price2 .right p {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #b20000;
  font-weight: 500;
  padding: 0 5px;
}
.topintro .box .item .content .price2 .right p:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 10px;
  background: #ffe400;
  z-index: -1;
}
.topintro .box .item .content .price2 .right .big {
  font-size: 36px;
}
.topintro .box .item .content .comment {
  font-size: 10px;
  line-height: 1;
  color: #3d3b3b;
  font-weight: 700;
  text-align: center;
  margin: 10px 0 0;
}
.topintro .box .item .content .inner {
  padding: 14px 8px 20px;
  border: 3px solid #b20000;
  border-radius: 8px;
  margin: 18px 0 0;
}
.topintro .box .item .content .inner .text1 {
  font-size: 16px;
  line-height: 22px;
  color: #b20000;
  text-align: center;
}
.topintro .box .item .content .inner .text2 {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  letter-spacing: -1px;
}
.topintro .box .item .img {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.topintro .box .item .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #b20000;
  margin: 20px 0 0;
}
.topintro .box .item .txt {
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  margin: 14px 0 0;
}
.topintro .btn {
  max-width: 460px;
  margin: 35px auto 0;
}
@media screen and (max-width: 1100px) {
  .topintro {
    padding: 40px 0 38px;
  }
  .topintro .box {
    display: block;
  }
  .topintro .box .item {
    width: 100%;
    padding: 0 0px;
  }
  .topintro .box .item + .item {
    margin: 40px 0 0;
  }
  .topintro .box .item .content {
    max-width: 285px;
    margin: 0 auto 27px;
    padding: 16px 15px 7px;
  }
  .topintro .box .item .content .txt1 {
    font-size: 12px;
    line-height: 21px;
  }
  .topintro .box .item .content .price1 {
    margin: 2px 0 0 7px;
  }
  .topintro .box .item .content .price1 .left {
    width: 115px;
    padding: 11px 0 0;
  }
  .topintro .box .item .content .price1 .left p {
    font-size: 11px;
    line-height: 16px;
    border-radius: 2px;
  }
  .topintro .box .item .content .price1 .right {
    padding: 0 0 0 16px;
    font-size: 12px;
  }
  .topintro .box .item .content .price1 .right .big {
    font-size: 20px;
  }
  .topintro .box .item .content .price1 .right .ico {
    margin: 0 3px 0 0;
  }
  .topintro .box .item .content .price1 .right .ico i {
    right: -2px;
    top: -7px;
    font-size: 8px;
  }
  .topintro .box .item .content .price2 {
    margin: 0px 0 0 7px;
  }
  .topintro .box .item .content .price2 .left {
    width: 115px;
    padding: 8px 0 0;
  }
  .topintro .box .item .content .price2 .right {
    padding: 0 0 0 24px;
  }
  .topintro .box .item .content .price2 .right p {
    font-size: 12px;
  }
  .topintro .box .item .content .price2 .right p:after {
    left: 0;
    bottom: 4px;
    height: 7px;
  }
  .topintro .box .item .content .price2 .right .big {
    font-size: 24px;
  }
  .topintro .box .item .content .comment {
    font-size: 8px;
    margin: 6px 0 0;
  }
  .topintro .box .item .content .inner {
    padding: 9px 5px 15px;
    border: 2px solid #b20000;
    border-radius: 4px;
    margin: 12px 0 0;
  }
  .topintro .box .item .content .inner .text1 {
    font-size: 11px;
    line-height: 15px;
  }
  .topintro .box .item .content .inner .text2 {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: -1px;
  }
  .topintro .box .item .img {
    max-width: 285px;
    margin: 0 auto 22px;
    display: flex;
  }
  .topintro .box .item .img img {
    width: 282px;
  }
  .topintro .box .item .tit {
    display: block;
    height: auto;
    font-size: 23px;
    line-height: 28px;
    margin: 0;
  }
  .topintro .box .item .txt {
    font-size: 13px;
    line-height: 18px;
    margin: 12px 0 0;
  }
  .topintro .btn {
    max-width: 100%;
    margin: 30px 0 0;
  }
}



/*topconsultation*/

.topconsultation {
  background-color: #b20000;
  color: #fff;
}

.topconsultation .in {
  padding: 105px 20px;
}

.topconsultation .ttl {
  font-size: 34px;
  text-align: center;
}

.topconsultation .subttl {
  font-size: 26px;
  text-align: center;
}

.topconsultation .area {
  background-color: #fff;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 20px;
  margin: 23px 0 0;
}

.topconsultation .box {
  display: flex;
  justify-content: center;
  gap: 27px;
  margin: 27px 0 0;
}

.topconsultation .box .item:first-child {
  width: 45%;
}

.topconsultation .box .item:last-child {
  width: 50%;
}

.topconsultation .merit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  font-size: 22px;
  font-weight: 300;
}

.topconsultation .text {
  font-size: 18px;
  font-weight: 300;
  margin: 44px 0 0;
}

.topconsultation .flow {
  margin: 41px 0 0;
}

.topconsultation .flow__ttl {
  font-size: 26px;
  text-align: center;
}

.topconsultation .flow__list {
  margin: 21px 0 0;
  display: flex;
  gap: 18px;
}

.topconsultation .flow__list__li {
  text-align: center;
  font-size: 24px;
  position: relative;
}

.topconsultation .flow__list__li .num {
  font-size: 14px;
  font-weight: bold;
}

.topconsultation .flow__list__li .img {
  position: relative;
}

.topconsultation .flow__list__li .img::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
  background-image: url('../img/top/flow_arrow.png');
  width: 10px;
  height: 16px;
}

.topconsultation .flow__list__li:first-child .img:before {
  display: none;
}

.topconsultation .flow__list__li .name {
  font-size: 18px;
  font-weight: 300;
  margin-top: 14px;
}

.topconsultation .invoice {
  padding: 30px 0;
  position: relative;
  font-size: 24px;
  text-align: center;
  margin: 41px 0 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.topconsultation .invoice::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: 53px;
  height: 53px;
  background-image: url('../img/top/invoice.png');
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1100px) {
  .topconsultation .ttl {
    font-size: 20px;
  }

  .topconsultation .subttl {
    font-size: 18px;
  }

  .topconsultation .merit {
    gap: 30px;
    font-size: 15px;
  }

  .topconsultation .text {
    font-size: 13px;
    margin: 30px 0 0;
  }

  .topconsultation .area {
    font-size: 14px;
  }

  .topconsultation .box {
    flex-direction: column;
  }

  
  .topconsultation .box .item img {
    width: 100%;
  }
  
  .topconsultation .box .item:first-child {
    width: 100%;
  }

  .topconsultation .box .item:last-child {
    width: 100%;
  }

  .topconsultation .flow__list {
    display: block;
    margin: 0;
    padding: 30px 0 20px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .topconsultation .flow__list__li {
    display: inline-block;
    width: 120px;
    margin-right: 0;
    vertical-align: top;
  }

  .topconsultation li + li {
    margin-left: 15px;
  }

  .topconsultation .flow__list__li .name {
    font-size: 16px;
  }

  .topconsultation .invoice {
    font-size: 18px;
  }
}

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

  .topconsultation .invoice {
    padding-left: 25px;
  }

  .topconsultation .invoice::before {
    left: 7px;
    width: 35px;
    height: 35px;
  }
}

/*topkey*/
		.topkey {
			background-color: #b20000;
			padding: 47px 0;
		}

		.topkey__contents__name {
			color: #ffffff;
			width: 33%;
			font-size: 20px;
			display: flex;
			align-items: center;
		}

		.topkey__contents {
			display: flex;
		}

		.topkey__contents__list {
			width: 67%;
			color: #b20000;
			font-size: 14px;
			font-weight: bold;
		}

		.topkey__contents__list ul{
			display: flex;
			flex-wrap: wrap;
			width: 100%;
		}

		.topkey__contents__list li{
			padding: 20px 0 20px 20px;
			width: calc(33% - 10px);
			margin-right: 10px;
			margin-bottom: 10px;
			background-color: #ffffff;
			display: flex;
			align-items: center;
		}

		.topkey__contents__list__inner {
			display: flex;
			align-items: center;
		}

		

		.topkey__contents__list li:nth-of-type(3n){
			margin-right: 0;
		}

		.topkey__contents__list li:nth-of-type(n+4){
			margin-bottom: 0;
		}

		.topkey__contents__list li span:nth-of-type(2n-1){
			width: 27px;
			display: inline-block;
			margin-right: 15px;
		}

		@media screen and (max-width:1100px) {
			.topkey__contents {
				display: flex;
				flex-direction: column;
			}
			.topkey__contents__name {
				width: 100%;
				display: block;
			}
			.topkey__contents__list {
				width: 100%;
				font-size: 11px;
				margin-top: 20px;
			}

			.topkey__contents__list li {
				width: calc(50% - 10px);
				padding: 10px 0 10px 10px;
			}

			.topkey__contents__list li:nth-of-type(3n) {
				margin-right: 10px;
			}

			.topkey__contents__list li:nth-of-type(n+4){
				margin-bottom: 10px;
			}

		}

/*topstrength*/
.topstrength {
  padding: 85px 0 65px;
  background: #ffeaea;
}
.bgwhite .topstrength,
.bgwhite.topstrength {
  background: #fff;
}
.topstrength .hd1 {
  margin-bottom: 30px;
}
.topstrength dl + dl {
  margin: 20px 0 0;
}
.topstrength dl {
  display: flex;
  height: 160px;
  overflow: hidden;
  border: 3px solid #b20000;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
}
.topstrength dt {
  width: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 28px;
  color: #f9f9f9;
  background: #b20000;
}
.topstrength dd {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 25px 0 38px;
}
.topstrength dd .txt1 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 10px;
}
.topstrength dd .txt2 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -1px;
}
.topstrength .box {
  margin: 75px 0 0;
  display: flex;
  justify-content: space-between;
}
.topstrength .box .item {
  width: 460px;
}
.topstrength .box .item .img {
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px;
}
.topstrength .box .item .txt1 {
  position: relative;
  font-size: 26px;
  line-height: 30px;
  color: #b20000;
  padding: 0 0 0 40px;
}
.topstrength .box .item .txt1 span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #b20000;
  border-radius: 4px;
}
.topstrength .box .item .txt2 {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  margin: 2px 0 0;
}
@media screen and (max-width: 1100px) {
  .topstrength {
    padding: 50px 0 60px;
  }
  .topstrength .hd1 {
    margin-bottom: 15px;
  }
  .topstrength dl + dl {
    margin: 15px 0 0;
  }
  .topstrength dl {
    display: block;
    height: auto;
    border: 2px solid #b20000;
    border-radius: 3px;
  }
  .topstrength dt {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 28px;
  }
  .topstrength dd {
    display: block;
    padding: 20px 10px 23px;
  }
  .topstrength dd .txt1 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 3px;
  }
  .topstrength dd .txt2 {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -1px;
  }
  .topstrength .box {
    margin: 48px 0 0;
    display: block;
  }
  .topstrength .box .item {
    width: 100%;
  }
  .topstrength .box .item + .item {
    margin: 40px 0 0;
  }
  .topstrength .box .item .img {
    border-radius: 4px;
    margin: 0 auto 25px;
    max-width: 285px;
  }
  .topstrength .box .item .img img {
    width: 100%;
  }
  .topstrength .box .item .txt1 {
    font-size: 18px;
    line-height: 33px;
    padding: 0 0 0 45px;
  }
  .topstrength .box .item .txt1 span {
    font-size: 21px;
    line-height: 33px;
    width: 33px;
    height: 33px;
    border-radius: 2px;
  }
  .topstrength .box .item .txt2 {
    font-size: 13px;
    line-height: 18px;
    margin: 8px 0 0;
  }
}

/*topunique*/
.topunique .inner {
			display: flex;
			align-items:center;
		}

		.topunique__img {
			width: 50%;
		}

		.topunique__img img{
			width: 100%;
		}

		.topunique__description {
			width: 50%;
			padding: 0 20px 0 70px;
		}

		.topunique__descritption__title {
			font-size: 36px;
			color: #b20000;
			line-height: 1;
		}

		.topunique__descritption__detail {
			font-size: 20px;
			margin-top: 34px;
			font-weight:bold;
		}

		@media screen and (max-width:1100px) {
			.topunique .inner {
				flex-direction: column;
			}

			.topunique__img {
				width: 100%;
			}

			.topunique__descritption__title {
				font-size: 28px;
			}

			.topunique__description {
				width: 100%;
				padding: 40px 20px;
			}

			.topunique__descritption__detail {
				font-size: 16px;
				margin-top: 20px;
			}
		}

/*topguide*/
.topguide {
  padding: 60px 0 75px;
}
.bggray .topguide,
.bggray.topguide {
  background: #f3f3f3;
}
.topguide .hd1 {
  margin-bottom: 8px;
}
.topguide ul {
  margin: 60px 0 0;
  display: flex;
}
.topguide li {
  width: calc((100% - 41px) / 3);
  margin-right: 20px;
}
.topguide li:last-child {
  margin-right: 0;
}
.topguide li .img {
  border-radius: 8px;
  overflow: hidden;
}
.topguide li .img img {
  width: 100%;
}
.topguide li .content {
  padding: 12px 0 0;
}
.topguide li .content .txt1 {
  font-size: 26px;
  text-align: center;
  line-height: 38px;
}
.topguide li .content .txt2 {
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  letter-spacing: -1px;
}
.topguide li .content .btn {
  margin: 22px 0 0;
}
@media screen and (max-width: 1100px) {
  .topguide {
    padding: 40px 0 40px;
  }
  .topguide .hd1 {
    margin-bottom: 5px;
  }
  .topguide ul {
    margin: 25px 0 0;
    display: block;
  }
  .topguide li {
    display: flex;
    width: 100%;
    margin-right: 0;
  }
  .topguide li + li {
    margin-top: 35px;
  }
  .topguide li:last-child {
    margin-right: 0;
  }
  .topguide li .img {
    width: 160px;
    border-radius: 4px;
  }
  .topguide li .img img {
    width: 100%;
  }
  .topguide li .content {
    flex: 1;
    padding: 0 0 0 20px;
  }
  .topguide li .content .txt1 {
    font-size: 18px;
    line-height: 1;
  }
  .topguide li .content .txt2 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -1px;
    margin: 5px 0 0;
  }
  .topguide li .content .btn {
    margin: 13px 0 0;
  }
}
/*toparea*/
.toparea {
  padding: 60px 0 110px;
  background: #f8f8f8;
}
.bgwhite .toparea,
.bgwhite.toparea {
  background: #fff;
}
.toparea .comcomment {
  margin: 4px 0 30px;
}
.toparea dl + dl {
  margin: 20px 0 0;
}
.toparea dt {
  font-size: 26px;
  line-height: 74px;
  color: #b20000;
  text-align: center;
  border: 3px solid  #b20000;
  border-radius: 37px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 28px center;
  background-image: url(../common/img/arw_pc_down_20x12.png);
  cursor: pointer;
}
.toparea dt.on {
  background-image: url(../common/img/arw_pc_up_20x12.png);
}
.toparea dd {
  display: none;
  font-size: 20px;
  line-height: 42px;
  text-align: justify;
  padding: 30px 0 40px;
}
@media screen and (max-width: 1100px) {
  .toparea {
    padding: 40px 0 60px;
  }
  .toparea .comcomment {
    margin: 2px 0 16px;
  }
  .toparea dl + dl {
    margin: 10px 0 0;
  }
  .toparea dt {
    font-size: 18px;
    line-height: 48px;
    border: 2px solid #b20000;
    border-radius: 26px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-image: url(../common/img/arw_sp_down_28x18.png);
    background-size: 14px auto;
    cursor: pointer;
  }
  .toparea dt.on {
    background-image: url(../common/img/arw_sp_up_28x18.png);
  }
  .toparea dd {
    display: none;
    font-size: 13px;
    line-height: 24px;
    padding: 15px 0 20px;
  }
}

/*topcase*/
.topcase {
  padding: 52px 0 65px;
}
.topcase .box {
  margin: 28px 0 0;
}
.topcase .box .item + .item {
  margin: 54px 0 0;
}
.topcase .box .item {
  display: flex;
}
.topcase .box .item .img {
  width: 500px;
  border-radius: 8px;
  overflow: hidden;
}
.topcase .box .item .content {
  flex: 1;
  padding: 0 0 0 60px;
}
.topcase .box .item .content .txt {
  font-size: 28px;
  line-height: 40px;
  color: #b20000;
  margin: 0 0 10px;
  text-align: center;
}
.topcase .box .item .content dl {
  border: 1px solid #b20000;
  border-radius: 4px;
  overflow: hidden;
}
.topcase .box .item .content dl + dl {
  margin: 10px 0 0;
}
.topcase .box .item .content dt {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #b20000;
}
.topcase .box .item .content dd {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 14px 22px;
}
.topcase .box .item .content dd.price {
  color: #b20000;
  text-align: center;
  padding: 10px 14px;
}
.topcase .box .item .content dd .big {
  font-size: 26px;
}
.topcase .btn {
  max-width: 460px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1100px) {
  .topcase {
    padding: 44px 0 58px;
  }
  .topcase .box {
    margin: 11px 0 0;
  }
  .topcase .box .item + .item {
    margin: 30px 0 0;
  }
  .topcase .box .item {
    display: block;
  }
  .topcase .box .item .img {
    width: 100%;
    max-width: 285px;
    margin: 0 auto;
    border-radius: 4px;
  }
  .topcase .box .item .img img {
    width: 100%;
  }
  .topcase .box .item .content {
    padding: 15px 0 0;
  }
  .topcase .box .item .content .txt {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 10px;
  }
  .topcase .box .item .content dl {
    border-radius: 2px;
  }
  .topcase .box .item .content dl + dl {
    margin: 15px 0 0;
  }
  .topcase .box .item .content dt {
    font-size: 13px;
    line-height: 32px;
  }
  .topcase .box .item .content dd {
    font-size: 13px;
    line-height: 18px;
    padding: 6px 12px 12px;
  }
  .topcase .box .item .content dd.price {
    padding: 10px 14px;
  }
  .topcase .box .item .content dd .big {
    font-size: 28px;
  }
  .topcase .btn {
    max-width: 100%;
    margin: 25px auto 0;
  }
}

/*topwords*/
.topwords {
  padding: 100px 0 108px;
  background: url(../img/top/bg_words.jpg) center no-repeat;
  background-size: cover;
}
.topwords .comcomment {
  margin: 25px auto 45px;
}
.topwords .btn {
  max-width: 460px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .topwords {
    padding: 46px 0 40px;
    background: url(../img/top/bg_words_sp.jpg) center no-repeat;
    background-size: cover;
  }
  .topwords .hd1 {
    font-size: 18px;
    line-height: 23px;
  }
  .topwords .comcomment {
    margin: 10px auto 18px;
  }
  .topwords .btn {
    max-width: 100%;
    margin: 0 auto;
  }
}

/*.topfaq*/
.topfaq {
  padding: 73px 0 80px;
  background: #f4f4f4;
}
.bgwhite .topfaq,
.bgwhite.topfaq {
  background: #fff;
}
.topfaq .box {
  margin: 40px 0 0;
}
.topfaq .box dl {
  background: #fff;
  color: #131313;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.topfaq .box dl + dl {
  margin: 20px 0 0;
}
.topfaq .box dt {
  position: relative;
  font-size: 22px;
  line-height: 40px;
  padding: 35px 64px 35px 95px;
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-image: url(../common/img/plus_32x32.png);
  cursor: pointer;
}
.topfaq .box dt.on {
  background-image: url(../common/img/minus_32x32.png);
}
.topfaq .box dt:before {
  position: absolute;
  content: "Q";
  width: 54px;
  height: 54px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 26px;
  line-height: 52px;
  color: #fff;
  background: #b20000;
  border-radius: 50%;
}
.topfaq .box dd {
  display: none;
  position: relative;
  font-size: 18px;
  line-height: 36px;
  padding: 10px 70px 26px 95px;
}
.topfaq .box dd:before {
  position: absolute;
  content: "A";
  width: 54px;
  height: 54px;
  left: 16px;
  top: 11px;
  text-align: center;
  font-size: 26px;
  line-height: 50px;
  color: #b20000;
  border-radius: 50%;
  border: 2px solid #b20000;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .topfaq {
    padding: 30px 0 60px;
  }
  .topfaq .box {
    margin: 16px 0 0;
  }
  .topfaq .box dl {
    border-radius: 4px;
  }
  .topfaq .box dl + dl {
    margin: 10px 0 0;
  }
  .topfaq .box dt {
    font-size: 13px;
    line-height: 18px;
    padding: 17px 31px 17px 48px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-image: url(../common/img/plus_32x32.png);
    background-size: 16px auto;
    cursor: pointer;
  }
  .topfaq .box dt.on {
    background-image: url(../common/img/minus_32x32.png);
  }
  .topfaq .box dt:before {
    width: 27px;
    height: 27px;
    left: 12px;
    font-size: 13px;
    line-height: 27px;
  }
  .topfaq .box dd {
    display: none;
    position: relative;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 10px 18px 48px;
  }
  .topfaq .box dd:before {
    width: 27px;
    height: 27px;
    left: 12px;
    top: 5px;
    font-size: 13px;
    line-height: 25px;
    border: 1px solid #b20000;
  }
}

/*.topvideo*/
.topvideo {
  padding: 60px 0 76px;
  background: #ffeaea;
}
.topvideo .box {
  max-width: 540px;
  margin: 24px auto 0;
}
.topvideo .box .inner {
  position: relative;
  height: 304px;
}
.topvideo .box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1100px) {
  .topvideo {
    padding: 36px 0 54px;
  }
  .topvideo .hd1 {
    font-size: 23px;
    line-height: 28px;
  }
  .topvideo .box {
    max-width: 375px;
    margin: 13px auto 0;
  }
  .topvideo .box .inner {
    height: 0;
    padding-bottom: 56.4%;
  }
}
/*topnews*/
.topnews {
  padding: 38px 0 95px;
}
.topnews.bggray {
  background: #f6f6f6;
}
.topnews ul {
  margin: 13px 0 0;
}
.topnews li {
  display: flex;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #bababa;
}
.topnews li:first-child {
  border-top: 1px solid #bababa;
}
.topnews li .time {
  width: 120px;
  box-sizing: border-box;
  border: 1px solid #7d7d7d;
  font-size: 14px;
  line-height: 26px;
  color: #7d7d7d;
  font-weight: 500;
  text-align: center;
  border-radius: 2px;
  letter-spacing: 1px;
}
.topnews li .txt {
  flex: 1;
  padding: 0 0 0 26px;
}
.topnews li .txt a {
  color: #303030;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.topnews li .txt a:hover {
  text-decoration: underline;
}
.topnews .btn {
  position: absolute;
  right: 20px;
  top: 13px;
}
.topnews .btn a {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #b20000;
  padding: 0 40px 0 0;
  background: url(../common/img/ico_pc_news_26x26.png) right center no-repeat;
}
.topnews .btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1100px) {
  .topnews {
    padding: 30px 0 67px;
  }
  .topnews ul {
    margin: 16px 0 0;
  }
  .topnews li {
    display: block;
    padding: 15px 0;
  }
  .topnews li .time {
    width: 70px;
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 1px;
  }
  .topnews li .txt {
    padding: 8px 0 0;
  }
  .topnews li .txt a {
    font-size: 13px;
    line-height: 18px;
  }
  .topnews .btn {
    right: 12px;
    top: 8px;
  }
  .topnews .btn a {
    font-size: 12px;
    line-height: 18px;
    padding: 0 25px 0 0;
    background: url(../common/img/ico_sp_news_36x36.png) right center no-repeat;
    background-size: 18px auto;
  }
}

/*======================reason==========================*/
/*reasonintro*/
.reasonintro {
  background: #ffeaea;
  padding: 108px 0 62px;
}
.reasonintro .hd1 {
  line-height: 42px;
}
.reasonintro .tags {
  margin: 15px 0 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
.reasonintro .tags span {
  display: inline-block;
  width: 165px;
  text-align: center;
  font-size: 28px;
  line-height: 42px;
  color: #fff;
  background: #b20000;
  border-radius: 4px;
  margin: 0 10px;
}
.reasonintro .imgwrap {
  max-width: 80%;
  margin: 25px auto 0;
}
.reasonintro .imgwrap .img img {
  width: 100%;
}
.reasonintro .imgwrap .imgtxt {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: right;
}
.reasonintro .txt {
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .reasonintro {
    padding: 60px 0 70px;
  }
  .reasonintro .hd1 {
    font-size: 23px;
    line-height: 28px;
    letter-spacing: -1px;
  }
  .reasonintro .tags {
    margin: 15px 0 0;
  }
  .reasonintro .tags span {
    width: 150px;
    font-size: 18px;
    line-height: 32px;
    border-radius: 2px;
    margin: 0 5px;
  }
  .reasonintro .imgwrap {
    max-width: 100%;
    margin: 20px 0 0;
  }
  .reasonintro .imgwrap .imgtxt {
    font-size: 12px;
    line-height: 21px;
  }
  .reasonintro .txt {
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: -1px;
  }
}
/*reasonpeace*/
.reasonpeace {
  padding: 60px 0 60px;
}
.reasonpeace .box {
  margin: 32px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.reasonpeace .box .item {
  width: calc((100% - 51px) / 3);
  margin-right: 25px;
}
.reasonpeace .box .item:nth-child(3n) {
  margin-right: 0;
}
.reasonpeace .box .item .img {
  text-align: center;
}
.reasonpeace .box .item .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60px;
  font-size: 28px;
  line-height: 30px;
  color: #b20000;
  font-weight: 500;
  margin: 40px 0 0;
}
.reasonpeace .box .item .txt {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  font-weight: 500;
  margin: 16px 0 0;
}
@media screen and (max-width: 1100px) {
  .reasonpeace {
    padding: 45px 0;
  }
  .reasonpeace .box {
    margin: 30px auto 0;
    display: block;
    max-width: 290px;
  }
  .reasonpeace .box .item {
    width: 100%;
    margin-right: 0;
  }
  .reasonpeace .box .item + .item {
    margin: 30px 0 0;
  }
  .reasonpeace .box .item .img img {
    width: 80px;
  }
  .reasonpeace .box .item .tit {
    display: block;
    height: auto;
    font-size: 16px;
    line-height: 23px;
    margin: 12px 0 0;
  }
  .reasonpeace .box .item .txt {
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    margin: 2px 0 0;
  }
}

/*======================company==========================*/
.companyintro {
  padding: 94px 0 196px;
}
.companyintro .box {
  border-top: 1px solid #b6dedd;
}
.companyintro .box dl {
  display: flex;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  border-bottom: 1px solid #ffeaea;
}
.companyintro .box dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 16px 0 16px 75px;
  box-sizing: border-box;
}
.companyintro .box dd {
  flex: 1;
  padding: 16px 0 16px 0;
}
@media screen and (max-width: 767px) {
  .companyintro {
    padding: 60px 0 90px;
  }
  .companyintro .box {
    border-top: none;
  }
  .companyintro .box dl {
    display: block;
    font-size: 13px;
    line-height: 18px;
    border-bottom: none;
    border-top: 1px solid #ffeaea;
  }
  .companyintro .box dt {
    width: 100%;
    padding: 8px;
    text-align: center;
    background: #f4f4f4;
    box-sizing: border-box;
  }
  .companyintro .box dd {
    padding: 8px 0;
    box-sizing: border-box;
  }
}

/*======================case==========================*/
/*case*/
.case {
  padding: 86px 0 100px;
}
.caselist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.caselist li {
  width: 47%;
  margin: 0 0 52px;
}
.caselist .img {
  display: block;
  border-radius: 8px;
  height: 300px;
  overflow: hidden;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.caselist .tit {
  font-size: 20px;
  line-height: 36px;
  color: #b20000;
  margin: 5px 0 10px;
}
.caselist .tit.black {
  color: #000000;
}
.caselist .tagbox {
  font-size: 20px;
  line-height: 28px;
  color: #b20000;
  padding: 10px 15px;
  border: 1px solid #b20000;
  border-radius: 4px;
  background: #fff;
}
.caselist .box {
  border: 1px solid #b20000;
  border-radius: 4px;
  background: #fff;
}
.caselist .box .sub {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #b20000;
}
.caselist .box .txt {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 10px 24px;
}
.caselist .box .txt .blue {
  color: #b20000;
}
.caselist .box .txt .big {
  font-size: 26px;
}
.caselist .col-2 {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}
.caselist .col-2 .item {
  width: 48.87%;
}
.caselist .col-2 .box .txt {
  text-align: center;
  padding: 12px 10px 12px;
}
@media screen and (max-width: 1100px) {
  .case {
    padding: 60px 0 60px;
  }
  .caselist {
    display: block;
  }
  .caselist li {
    width: 100%;
    margin: 0 0 40px;
  }
  .caselist .img {
    border-radius: 4px;
    height: 220px;
  }
  .caselist .tit {
    font-size: 16px;
    line-height: 28px;
  }
  .caselist .tagbox {
    font-size: 16px;
    line-height: 24px;
    padding: 6px 10px;
    border-radius: 2px;
  }
  .caselist .box {
    border-radius: 2px;
  }
  .caselist .box .sub {
    font-size: 14px;
    line-height: 28px;
  }
  .caselist .box .sub.small {
    font-size: 12px;
    white-space: nowrap;
  }
  .caselist .box .txt {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 5px 10px;
  }
  .caselist .box .txt .big {
    font-size: 20px;
  }
  .caselist .col-2 {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0;
  }
  .caselist .col-2 .item {
    width: 48.87%;
  }
  .caselist .col-2 .box .txt {
    text-align: center;
    padding: 10px 5px 10px;
  }
}

/*======================ihinseiri==========================*/
/*serviceflow*/
.serviceflow {
  padding: 60px 0 50px;
}
.serviceflow ul {
  display: flex;
  margin: 44px 0 0;
}
.serviceflow li {
  position: relative;
  width: calc((100% - 41px) / 5);
  margin-right: 10px;
}
.serviceflow li + li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 20px;
  left: -10px;
  top: 88px;
  background: url(../common/img/arw_right_10x20.png) 0 0 no-repeat;
}
.serviceflow li:last-child {
  margin-right: 0;
}
.serviceflow li .num {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
  color: #b20000;
  text-align: center;
  border-bottom: 3px solid #b20000;
}
.serviceflow li .img {
  text-align: center;
}
.serviceflow li .img img {
  background: #f3f3f3;
  border-radius: 50%;
}
.serviceflow li .tit {
  font-size: 22px;
  line-height: 30px;
  color: #222222;
  text-align: center;
  margin: 10px 0 0;
}
.serviceflow li .txt {
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  margin: 4px 0 0;
}
.serviceflow li .comment {
  font-size: 12px;
  line-height: 18px;
  color: #222222;
  margin: 10px 0 0;
}
@media screen and (max-width: 1100px) {
  .serviceflow {
    padding: 40px 0 30px;
  }
  .serviceflow ul {
    display: block;
    margin: 0;
    padding: 30px 0 20px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .serviceflow li {
    display: inline-block;
    width: 120px;
    margin-right: 0;
    vertical-align: top;
  }
  .serviceflow li + li {
    margin-left: 15px;
  }
  .serviceflow li + li:before {
    width: 10px;
    height: 20px;
    left: -11px;
    top: 48px;
    background: url(../common/img/arw_right_20x40.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .serviceflow li .num {
    top: -8px;
    width: 20px;
    font-size: 15px;
    line-height: 18px;
    border-bottom: 2px solid #b20000;
  }
  .serviceflow li .tit {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 0;
  }
  .serviceflow li .txt {
    font-size: 11px;
    line-height: 15px;
    margin: 3px 0 0;
    white-space: normal;
  }
  .serviceflow li .comment {
    font-size: 9px;
    line-height: 15px;
    margin: 5px 0 0;
    white-space: normal;
  }
}

/*ihinseiri_case*/
.ihinseiri_case {
  padding: 58px 0 30px;
  background: #f3f3f3;
}
.ihinseiri_case .hd1 {
  margin-bottom: 34px;
}
@media screen and (max-width: 1100px) {
  .ihinseiri_case {
    padding: 30px 0 20px;
  }
  .ihinseiri_case .hd1 {
    margin-bottom: 20px;
  }
}

/*ihinseiri_price*/
.ihinseiri_price {
  padding: 70px 0 95px;
  background: #ffeaea;
}
.bgwhite.ihinseiri_price {
  background: #fff;
}
.ihinseiri_price .hd1 {
  margin-bottom: 20px;
}
.ihinseiri_price .table {
  margin: 56px 0 0;
}
.ihinseiri_price .table table {
  width: 100%;
  border: 1px solid #b20000;
  font-size: 26px;
  color: #b20000;
  background: #fff;
}
.ihinseiri_price .table th {
  width: 50%;
  color: #fff;
  background: #b20000;
  height: 64px;
  text-align: center;
}
.ihinseiri_price .table td {
  width: 50%;
  border: 1px solid #b20000;
  height: 60px;
  text-align: center;
}
.ihinseiri_price.pricepage .table td:first-child {
  background: #f1f1f1;
  color: #000;
}
.ihinseiri_price .table td .small {
  font-size: 16px;
}
.ihinseiri_price .comment {
  font-size: 14px;
  line-height: 22px;
  padding-left: 13px;
  text-indent: -13px;
  margin: 20px 0 0;
  letter-spacing: -1px;
}
@media screen and (max-width: 1100px) {
  .ihinseiri_price {
    padding: 40px 0 40px;
  }
  .ihinseiri_price .hd1 {
    margin-bottom: 20px;
  }
  .ihinseiri_price .table {
    margin: 30px 0 0;
  }
  .ihinseiri_price .table table {
    font-size: 18px;
  }
  .ihinseiri_price .table th {
    height: 40px;
  }
  .ihinseiri_price .table td {
    height: 50px;
  }
  .ihinseiri_price .table td .small {
    font-size: 12px;
  }
  .ihinseiri_price .comment {
    font-size: 12px;
    line-height: 18px;
    padding-left: 12px;
    text-indent: -12px;
    margin: 20px 0 0;
    letter-spacing: -1px;
  }
}
/*troublesome*/
.troublesome {
  padding: 60px 0 80px;
}
.troublesome .hd1 {
  line-height: 46px;
}
.troublesome ul {
  margin: 30px 0 0;
}
.troublesome li {
  position: relative;
  font-size: 26px;
  line-height: 46px;
  padding: 20px 10px 20px 100px;
  background: #ffeaea;
  border-radius: 4px;
}
.troublesome li + li {
  margin: 15px 0 0;
}
.troublesome li:before {
  position: absolute;
  content: "";
  width: 42px;
  height: 42px;
  left: 25px;
  top: 50%;
  margin-top: -22px;
  background: url(../common/img/ico_troublesome.png) 0 0 no-repeat;
}
@media screen and (max-width: 1100px) {
  .troublesome {
    padding: 40px 0 40px;
  }
  .troublesome .hd1 {
    line-height: 30px;
  }
  .troublesome li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 10px 10px 50px;
    border-radius: 2px;
  }
  .troublesome li + li {
    margin: 15px 0 0;
  }
  .troublesome li:before {
    width: 21px;
    height: 21px;
    left: 14px;
    margin-top: -12px;
    background: url(../common/img/ico_troublesome.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}
/*ihinseiri_intro*/
.ihinseiri_intro {
  padding: 100px 0 80px;
  background: #ffeaea;
}
.ihinseiri_intro .comment {
  font-size: 26px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 0;
}
.ihinseiri_intro .comment .small {
  font-size: 14px;
  position: relative;
  top: -12px;
}
.ihinseiri_intro .box {
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 660px;
  color: #@charset "utf-8";
}
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

/*======================top==========================*/
/*mv*/
.mv {
  position: relative;
  padding: 0 20px;
  background: url(../img/top/mv_slide1.jpg) center no-repeat;
  background-size: cover;
}
.mv:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: 340px;
  background: url(../img/top/bg_mv.png) 0 0 repeat-x;
  z-index: 2;
}
.mv .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 860px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 0 17px;
  z-index: 3;
}
.mv .inner .tit {
  font-size: 46px;
  line-height: 75px;
  color: #fff;
}
.mv .inner .tit span {
  display: inline-block;
  padding: 0 14px;
  background: #b20000;
  letter-spacing: -2px;
}
.mv .inner .tit span + span {
  margin: 12px 0 0;
}
.mv .inner .txt {
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  margin: 22px 0 35px;
  padding: 0 14px;
}
.mv .inner .comment {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .mv {
    padding: 0 12px;
    background: url(../img/top/mv_slide1_sp.jpg) center no-repeat;
    background-size: cover;
  }
  .mv:after {
    height: 272px;
    background: url(../img/top/bg_mv_sp.png) 0 0 repeat-x;
    background-size: auto 100%;
  }
  .mv .inner {
    height: 520px;
    max-width: 100%;
    margin: 0;
    padding: 0 0 11px;
  }
  .mv .inner .tit {
    font-size: 26px;
    line-height: 41px;
    text-align: justify;
  }
  .mv .inner .tit span {
    display: inline;
    padding: 0 11px;
    letter-spacing: -2px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  .mv .inner .txt {
    font-size: 13px;
    line-height: 19px;
    margin: 15px 0 30px;
    padding: 0 10px;
  }
  .mv .inner .comment {
    font-size: 8px;
  }
}

/*topintro*/
.topintro {
  padding: 60px 0 50px;
}
.topintro .box {
  display: flex;
  justify-content: space-between;
}
.topintro .box .item {
  width: 480px;
}
.topintro .box .item .content {
  padding: 24px 20px 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.topintro .box .item .content .txt1 {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
}
.topintro .box .item .content .price1 {
  display: flex;
  margin: 5px 0 0 12px;
}
.topintro .box .item .content .price1 .left {
  width: 192px;
  padding: 16px 0 0;
}
.topintro .box .item .content .price1 .left p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #b20000;
  border-radius: 4px;
}
.topintro .box .item .content .price1 .right {
  flex: 1;
  padding: 0 0 0 26px;
  font-size: 18px;
}
.topintro .box .item .content .price1 .right .big {
  font-size: 30px;
}
.topintro .box .item .content .price1 .right .ico {
  position: relative;
  margin: 0 5px 0 0;
}
.topintro .box .item .content .price1 .right .ico i {
  position: absolute;
  right: -3px;
  top: -10px;
  font-size: 10px;
  font-style: initial;
}
.topintro .box .item .content .price2 {
  display: flex;
  margin: 0px 0 0 12px;
}
.topintro .box .item .content .price2 .left {
  width: 192px;
  padding: 14px 0 0;
}
.topintro .box .item .content .price2 .left img {
  width: 100%;
}
.topintro .box .item .content .price2 .right {
  flex: 1;
  padding: 0 0 0 40px;
}
.topintro .box .item .content .price2 .right p {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #b20000;
  font-weight: 500;
  padding: 0 5px;
}
.topintro .box .item .content .price2 .right p:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 10px;
  background: #ffe400;
  z-index: -1;
}
.topintro .box .item .content .price2 .right .big {
  font-size: 36px;
}
.topintro .box .item .content .comment {
  font-size: 10px;
  line-height: 1;
  color: #3d3b3b;
  font-weight: 700;
  text-align: center;
  margin: 10px 0 0;
}
.topintro .box .item .content .inner {
  padding: 14px 8px 20px;
  border: 3px solid #b20000;
  border-radius: 8px;
  margin: 18px 0 0;
}
.topintro .box .item .content .inner .text1 {
  font-size: 16px;
  line-height: 22px;
  color: #b20000;
  text-align: center;
}
.topintro .box .item .content .inner .text2 {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  letter-spacing: -1px;
}
.topintro .box .item .img {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.topintro .box .item .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #b20000;
  margin: 20px 0 0;
}
.topintro .box .item .txt {
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  margin: 14px 0 0;
}
.topintro .btn {
  max-width: 460px;
  margin: 35px auto 0;
}
@media screen and (max-width: 1100px) {
  .topintro {
    padding: 40px 0 38px;
  }
  .topintro .box {
    display: block;
  }
  .topintro .box .item {
    width: 100%;
    padding: 0 0px;
  }
  .topintro .box .item + .item {
    margin: 40px 0 0;
  }
  .topintro .box .item .content {
    max-width: 285px;
    margin: 0 auto 27px;
    padding: 16px 15px 7px;
  }
  .topintro .box .item .content .txt1 {
    font-size: 12px;
    line-height: 21px;
  }
  .topintro .box .item .content .price1 {
    margin: 2px 0 0 7px;
  }
  .topintro .box .item .content .price1 .left {
    width: 115px;
    padding: 11px 0 0;
  }
  .topintro .box .item .content .price1 .left p {
    font-size: 11px;
    line-height: 16px;
    border-radius: 2px;
  }
  .topintro .box .item .content .price1 .right {
    padding: 0 0 0 16px;
    font-size: 12px;
  }
  .topintro .box .item .content .price1 .right .big {
    font-size: 20px;
  }
  .topintro .box .item .content .price1 .right .ico {
    margin: 0 3px 0 0;
  }
  .topintro .box .item .content .price1 .right .ico i {
    right: -2px;
    top: -7px;
    font-size: 8px;
  }
  .topintro .box .item .content .price2 {
    margin: 0px 0 0 7px;
  }
  .topintro .box .item .content .price2 .left {
    width: 115px;
    padding: 8px 0 0;
  }
  .topintro .box .item .content .price2 .right {
    padding: 0 0 0 24px;
  }
  .topintro .box .item .content .price2 .right p {
    font-size: 12px;
  }
  .topintro .box .item .content .price2 .right p:after {
    left: 0;
    bottom: 4px;
    height: 7px;
  }
  .topintro .box .item .content .price2 .right .big {
    font-size: 24px;
  }
  .topintro .box .item .content .comment {
    font-size: 8px;
    margin: 6px 0 0;
  }
  .topintro .box .item .content .inner {
    padding: 9px 5px 15px;
    border: 2px solid #b20000;
    border-radius: 4px;
    margin: 12px 0 0;
  }
  .topintro .box .item .content .inner .text1 {
    font-size: 11px;
    line-height: 15px;
  }
  .topintro .box .item .content .inner .text2 {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: -1px;
  }
  .topintro .box .item .img {
    max-width: 285px;
    margin: 0 auto 22px;
    display: flex;
  }
  .topintro .box .item .img img {
    width: 282px;
  }
  .topintro .box .item .tit {
    display: block;
    height: auto;
    font-size: 23px;
    line-height: 28px;
    margin: 0;
  }
  .topintro .box .item .txt {
    font-size: 13px;
    line-height: 18px;
    margin: 12px 0 0;
  }
  .topintro .btn {
    max-width: 100%;
    margin: 30px 0 0;
  }
}



/*topconsultation*/

.topconsultation {
  background-color: #b20000;
  color: #fff;
}

.topconsultation .in {
  padding: 105px 20px;
}

.topconsultation .ttl {
  font-size: 34px;
  text-align: center;
}

.topconsultation .subttl {
  font-size: 26px;
  text-align: center;
}

.topconsultation .area {
  background-color: #fff;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 20px;
  margin: 23px 0 0;
}

.topconsultation .box {
  display: flex;
  justify-content: center;
  gap: 27px;
  margin: 27px 0 0;
}

.topconsultation .box .item:first-child {
  width: 45%;
}

.topconsultation .box .item:last-child {
  width: 50%;
}

.topconsultation .merit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  font-size: 22px;
  font-weight: 300;
}

.topconsultation .text {
  font-size: 18px;
  font-weight: 300;
  margin: 44px 0 0;
}

.topconsultation .flow {
  margin: 41px 0 0;
}

.topconsultation .flow__ttl {
  font-size: 26px;
  text-align: center;
}

.topconsultation .flow__list {
  margin: 21px 0 0;
  display: flex;
  gap: 18px;
}

.topconsultation .flow__list__li {
  text-align: center;
  font-size: 24px;
  position: relative;
}

.topconsultation .flow__list__li .num {
  font-size: 14px;
  font-weight: bold;
}

.topconsultation .flow__list__li .img {
  position: relative;
}

.topconsultation .flow__list__li .img::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
  background-image: url('../img/top/flow_arrow.png');
  width: 10px;
  height: 16px;
}

.topconsultation .flow__list__li:first-child .img:before {
  display: none;
}

.topconsultation .flow__list__li .name {
  font-size: 18px;
  font-weight: 300;
  margin-top: 14px;
}

.topconsultation .invoice {
  padding: 30px 0;
  position: relative;
  font-size: 24px;
  text-align: center;
  margin: 41px 0 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.topconsultation .invoice::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: 53px;
  height: 53px;
  background-image: url('../img/top/invoice.png');
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1100px) {
  .topconsultation .ttl {
    font-size: 20px;
  }

  .topconsultation .subttl {
    font-size: 18px;
  }

  .topconsultation .merit {
    gap: 30px;
    font-size: 15px;
  }

  .topconsultation .text {
    font-size: 13px;
    margin: 30px 0 0;
  }

  .topconsultation .area {
    font-size: 14px;
  }

  .topconsultation .box {
    flex-direction: column;
  }

  
  .topconsultation .box .item img {
    width: 100%;
  }
  
  .topconsultation .box .item:first-child {
    width: 100%;
  }

  .topconsultation .box .item:last-child {
    width: 100%;
  }

  .topconsultation .flow__list {
    display: block;
    margin: 0;
    padding: 30px 0 20px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .topconsultation .flow__list__li {
    display: inline-block;
    width: 120px;
    margin-right: 0;
    vertical-align: top;
  }

  .topconsultation li + li {
    margin-left: 15px;
  }

  .topconsultation .flow__list__li .name {
    font-size: 16px;
  }

  .topconsultation .invoice {
    font-size: 18px;
  }
}

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

  .topconsultation .invoice {
    padding-left: 25px;
  }

  .topconsultation .invoice::before {
    left: 7px;
    width: 35px;
    height: 35px;
  }
}

/*topkey*/
		.topkey {
			background-color: #b20000;
			padding: 47px 0;
		}

		.topkey__contents__name {
			color: #ffffff;
			width: 33%;
			font-size: 20px;
			display: flex;
			align-items: center;
		}

		.topkey__contents {
			display: flex;
		}

		.topkey__contents__list {
			width: 67%;
			color: #b20000;
			font-size: 14px;
			font-weight: bold;
		}

		.topkey__contents__list ul{
			display: flex;
			flex-wrap: wrap;
			width: 100%;
		}

		.topkey__contents__list li{
			padding: 20px 0 20px 20px;
			width: calc(33% - 10px);
			margin-right: 10px;
			margin-bottom: 10px;
			background-color: #ffffff;
			display: flex;
			align-items: center;
		}

		.topkey__contents__list__inner {
			display: flex;
			align-items: center;
		}

		

		.topkey__contents__list li:nth-of-type(3n){
			margin-right: 0;
		}

		.topkey__contents__list li:nth-of-type(n+4){
			margin-bottom: 0;
		}

		.topkey__contents__list li span:nth-of-type(2n-1){
			width: 27px;
			display: inline-block;
			margin-right: 15px;
		}

		@media screen and (max-width:1100px) {
			.topkey__contents {
				display: flex;
				flex-direction: column;
			}
			.topkey__contents__name {
				width: 100%;
				display: block;
			}
			.topkey__contents__list {
				width: 100%;
				font-size: 11px;
				margin-top: 20px;
			}

			.topkey__contents__list li {
				width: calc(50% - 10px);
				padding: 10px 0 10px 10px;
			}

			.topkey__contents__list li:nth-of-type(3n) {
				margin-right: 10px;
			}

			.topkey__contents__list li:nth-of-type(n+4){
				margin-bottom: 10px;
			}

		}

/*topstrength*/
.topstrength {
  padding: 85px 0 65px;
  background: #ffeaea;
}
.bgwhite .topstrength,
.bgwhite.topstrength {
  background: #fff;
}
.topstrength .hd1 {
  margin-bottom: 30px;
}
.topstrength dl + dl {
  margin: 20px 0 0;
}
.topstrength dl {
  display: flex;
  height: 160px;
  overflow: hidden;
  border: 3px solid #b20000;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
}
.topstrength dt {
  width: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 28px;
  color: #f9f9f9;
  background: #b20000;
}
.topstrength dd {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 25px 0 38px;
}
.topstrength dd .txt1 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 10px;
}
.topstrength dd .txt2 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -1px;
}
.topstrength .box {
  margin: 75px 0 0;
  display: flex;
  justify-content: space-between;
}
.topstrength .box .item {
  width: 460px;
}
.topstrength .box .item .img {
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px;
}
.topstrength .box .item .txt1 {
  position: relative;
  font-size: 26px;
  line-height: 30px;
  color: #b20000;
  padding: 0 0 0 40px;
}
.topstrength .box .item .txt1 span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #b20000;
  border-radius: 4px;
}
.topstrength .box .item .txt2 {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  margin: 2px 0 0;
}
@media screen and (max-width: 1100px) {
  .topstrength {
    padding: 50px 0 60px;
  }
  .topstrength .hd1 {
    margin-bottom: 15px;
  }
  .topstrength dl + dl {
    margin: 15px 0 0;
  }
  .topstrength dl {
    display: block;
    height: auto;
    border: 2px solid #b20000;
    border-radius: 3px;
  }
  .topstrength dt {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 28px;
  }
  .topstrength dd {
    display: block;
    padding: 20px 10px 23px;
  }
  .topstrength dd .txt1 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 3px;
  }
  .topstrength dd .txt2 {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -1px;
  }
  .topstrength .box {
    margin: 48px 0 0;
    display: block;
  }
  .topstrength .box .item {
    width: 100%;
  }
  .topstrength .box .item + .item {
    margin: 40px 0 0;
  }
  .topstrength .box .item .img {
    border-radius: 4px;
    margin: 0 auto 25px;
    max-width: 285px;
  }
  .topstrength .box .item .img img {
    width: 100%;
  }
  .topstrength .box .item .txt1 {
    font-size: 18px;
    line-height: 33px;
    padding: 0 0 0 45px;
  }
  .topstrength .box .item .txt1 span {
    font-size: 21px;
    line-height: 33px;
    width: 33px;
    height: 33px;
    border-radius: 2px;
  }
  .topstrength .box .item .txt2 {
    font-size: 13px;
    line-height: 18px;
    margin: 8px 0 0;
  }
}

/*topunique*/
.topunique .inner {
			display: flex;
			align-items:center;
		}

		.topunique__img {
			width: 50%;
		}

		.topunique__img img{
			width: 100%;
		}

		.topunique__description {
			width: 50%;
			padding: 0 20px 0 70px;
		}

		.topunique__descritption__title {
			font-size: 36px;
			color: #b20000;
			line-height: 1;
		}

		.topunique__descritption__detail {
			font-size: 20px;
			margin-top: 34px;
			font-weight:bold;
		}

		@media screen and (max-width:1100px) {
			.topunique .inner {
				flex-direction: column;
			}

			.topunique__img {
				width: 100%;
			}

			.topunique__descritption__title {
				font-size: 28px;
			}

			.topunique__description {
				width: 100%;
				padding: 40px 20px;
			}

			.topunique__descritption__detail {
				font-size: 16px;
				margin-top: 20px;
			}
		}

/*topguide*/
.topguide {
  padding: 60px 0 75px;
}
.bggray .topguide,
.bggray.topguide {
  background: #f3f3f3;
}
.topguide .hd1 {
  margin-bottom: 8px;
}
.topguide ul {
  margin: 60px 0 0;
  display: flex;
}
.topguide li {
  width: calc((100% - 41px) / 3);
  margin-right: 20px;
}
.topguide li:last-child {
  margin-right: 0;
}
.topguide li .img {
  border-radius: 8px;
  overflow: hidden;
}
.topguide li .img img {
  width: 100%;
}
.topguide li .content {
  padding: 12px 0 0;
}
.topguide li .content .txt1 {
  font-size: 26px;
  text-align: center;
  line-height: 38px;
}
.topguide li .content .txt2 {
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  letter-spacing: -1px;
}
.topguide li .content .btn {
  margin: 22px 0 0;
}
@media screen and (max-width: 1100px) {
  .topguide {
    padding: 40px 0 40px;
  }
  .topguide .hd1 {
    margin-bottom: 5px;
  }
  .topguide ul {
    margin: 25px 0 0;
    display: block;
  }
  .topguide li {
    display: flex;
    width: 100%;
    margin-right: 0;
  }
  .topguide li + li {
    margin-top: 35px;
  }
  .topguide li:last-child {
    margin-right: 0;
  }
  .topguide li .img {
    width: 160px;
    border-radius: 4px;
  }
  .topguide li .img img {
    width: 100%;
  }
  .topguide li .content {
    flex: 1;
    padding: 0 0 0 20px;
  }
  .topguide li .content .txt1 {
    font-size: 18px;
    line-height: 1;
  }
  .topguide li .content .txt2 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -1px;
    margin: 5px 0 0;
  }
  .topguide li .content .btn {
    margin: 13px 0 0;
  }
}
/*toparea*/
.toparea {
  padding: 60px 0 110px;
  background: #f8f8f8;
}
.bgwhite .toparea,
.bgwhite.toparea {
  background: #fff;
}
.toparea .comcomment {
  margin: 4px 0 30px;
}
.toparea dl + dl {
  margin: 20px 0 0;
}
.toparea dt {
  font-size: 26px;
  line-height: 74px;
  color: #b20000;
  text-align: center;
  border: 3px solid  #b20000;
  border-radius: 37px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 28px center;
  background-image: url(../common/img/arw_pc_down_20x12.png);
  cursor: pointer;
}
.toparea dt.on {
  background-image: url(../common/img/arw_pc_up_20x12.png);
}
.toparea dd {
  display: none;
  font-size: 20px;
  line-height: 42px;
  text-align: justify;
  padding: 30px 0 40px;
}
@media screen and (max-width: 1100px) {
  .toparea {
    padding: 40px 0 60px;
  }
  .toparea .comcomment {
    margin: 2px 0 16px;
  }
  .toparea dl + dl {
    margin: 10px 0 0;
  }
  .toparea dt {
    font-size: 18px;
    line-height: 48px;
    border: 2px solid #b20000;
    border-radius: 26px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-image: url(../common/img/arw_sp_down_28x18.png);
    background-size: 14px auto;
    cursor: pointer;
  }
  .toparea dt.on {
    background-image: url(../common/img/arw_sp_up_28x18.png);
  }
  .toparea dd {
    display: none;
    font-size: 13px;
    line-height: 24px;
    padding: 15px 0 20px;
  }
}

/*topcase*/
.topcase {
  padding: 52px 0 65px;
}
.topcase .box {
  margin: 28px 0 0;
}
.topcase .box .item + .item {
  margin: 54px 0 0;
}
.topcase .box .item {
  display: flex;
}
.topcase .box .item .img {
  width: 500px;
  border-radius: 8px;
  overflow: hidden;
}
.topcase .box .item .content {
  flex: 1;
  padding: 0 0 0 60px;
}
.topcase .box .item .content .txt {
  font-size: 28px;
  line-height: 40px;
  color: #b20000;
  margin: 0 0 10px;
  text-align: center;
}
.topcase .box .item .content dl {
  border: 1px solid #b20000;
  border-radius: 4px;
  overflow: hidden;
}
.topcase .box .item .content dl + dl {
  margin: 10px 0 0;
}
.topcase .box .item .content dt {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #b20000;
}
.topcase .box .item .content dd {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 14px 22px;
}
.topcase .box .item .content dd.price {
  color: #b20000;
  text-align: center;
  padding: 10px 14px;
}
.topcase .box .item .content dd .big {
  font-size: 26px;
}
.topcase .btn {
  max-width: 460px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1100px) {
  .topcase {
    padding: 44px 0 58px;
  }
  .topcase .box {
    margin: 11px 0 0;
  }
  .topcase .box .item + .item {
    margin: 30px 0 0;
  }
  .topcase .box .item {
    display: block;
  }
  .topcase .box .item .img {
    width: 100%;
    max-width: 285px;
    margin: 0 auto;
    border-radius: 4px;
  }
  .topcase .box .item .img img {
    width: 100%;
  }
  .topcase .box .item .content {
    padding: 15px 0 0;
  }
  .topcase .box .item .content .txt {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 10px;
  }
  .topcase .box .item .content dl {
    border-radius: 2px;
  }
  .topcase .box .item .content dl + dl {
    margin: 15px 0 0;
  }
  .topcase .box .item .content dt {
    font-size: 13px;
    line-height: 32px;
  }
  .topcase .box .item .content dd {
    font-size: 13px;
    line-height: 18px;
    padding: 6px 12px 12px;
  }
  .topcase .box .item .content dd.price {
    padding: 10px 14px;
  }
  .topcase .box .item .content dd .big {
    font-size: 28px;
  }
  .topcase .btn {
    max-width: 100%;
    margin: 25px auto 0;
  }
}

/*topwords*/
.topwords {
  padding: 100px 0 108px;
  background: url(../img/top/bg_words.jpg) center no-repeat;
  background-size: cover;
}
.topwords .comcomment {
  margin: 25px auto 45px;
}
.topwords .btn {
  max-width: 460px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .topwords {
    padding: 46px 0 40px;
    background: url(../img/top/bg_words_sp.jpg) center no-repeat;
    background-size: cover;
  }
  .topwords .hd1 {
    font-size: 18px;
    line-height: 23px;
  }
  .topwords .comcomment {
    margin: 10px auto 18px;
  }
  .topwords .btn {
    max-width: 100%;
    margin: 0 auto;
  }
}

/*.topfaq*/
.topfaq {
  padding: 73px 0 80px;
  background: #f4f4f4;
}
.bgwhite .topfaq,
.bgwhite.topfaq {
  background: #fff;
}
.topfaq .box {
  margin: 40px 0 0;
}
.topfaq .box dl {
  background: #fff;
  color: #131313;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.topfaq .box dl + dl {
  margin: 20px 0 0;
}
.topfaq .box dt {
  position: relative;
  font-size: 22px;
  line-height: 40px;
  padding: 35px 64px 35px 95px;
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-image: url(../common/img/plus_32x32.png);
  cursor: pointer;
}
.topfaq .box dt.on {
  background-image: url(../common/img/minus_32x32.png);
}
.topfaq .box dt:before {
  position: absolute;
  content: "Q";
  width: 54px;
  height: 54px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 26px;
  line-height: 52px;
  color: #fff;
  background: #b20000;
  border-radius: 50%;
}
.topfaq .box dd {
  display: none;
  position: relative;
  font-size: 18px;
  line-height: 36px;
  padding: 10px 70px 26px 95px;
}
.topfaq .box dd:before {
  position: absolute;
  content: "A";
  width: 54px;
  height: 54px;
  left: 16px;
  top: 11px;
  text-align: center;
  font-size: 26px;
  line-height: 50px;
  color: #b20000;
  border-radius: 50%;
  border: 2px solid #b20000;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .topfaq {
    padding: 30px 0 60px;
  }
  .topfaq .box {
    margin: 16px 0 0;
  }
  .topfaq .box dl {
    border-radius: 4px;
  }
  .topfaq .box dl + dl {
    margin: 10px 0 0;
  }
  .topfaq .box dt {
    font-size: 13px;
    line-height: 18px;
    padding: 17px 31px 17px 48px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-image: url(../common/img/plus_32x32.png);
    background-size: 16px auto;
    cursor: pointer;
  }
  .topfaq .box dt.on {
    background-image: url(../common/img/minus_32x32.png);
  }
  .topfaq .box dt:before {
    width: 27px;
    height: 27px;
    left: 12px;
    font-size: 13px;
    line-height: 27px;
  }
  .topfaq .box dd {
    display: none;
    position: relative;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 10px 18px 48px;
  }
  .topfaq .box dd:before {
    width: 27px;
    height: 27px;
    left: 12px;
    top: 5px;
    font-size: 13px;
    line-height: 25px;
    border: 1px solid #b20000;
  }
}

/*.topvideo*/
.topvideo {
  padding: 60px 0 76px;
  background: #ffeaea;
}
.topvideo .box {
  max-width: 540px;
  margin: 24px auto 0;
}
.topvideo .box .inner {
  position: relative;
  height: 304px;
}
.topvideo .box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1100px) {
  .topvideo {
    padding: 36px 0 54px;
  }
  .topvideo .hd1 {
    font-size: 23px;
    line-height: 28px;
  }
  .topvideo .box {
    max-width: 375px;
    margin: 13px auto 0;
  }
  .topvideo .box .inner {
    height: 0;
    padding-bottom: 56.4%;
  }
}
/*topnews*/
.topnews {
  padding: 38px 0 95px;
}
.topnews.bggray {
  background: #f6f6f6;
}
.topnews ul {
  margin: 13px 0 0;
}
.topnews li {
  display: flex;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #bababa;
}
.topnews li:first-child {
  border-top: 1px solid #bababa;
}
.topnews li .time {
  width: 120px;
  box-sizing: border-box;
  border: 1px solid #7d7d7d;
  font-size: 14px;
  line-height: 26px;
  color: #7d7d7d;
  font-weight: 500;
  text-align: center;
  border-radius: 2px;
  letter-spacing: 1px;
}
.topnews li .txt {
  flex: 1;
  padding: 0 0 0 26px;
}
.topnews li .txt a {
  color: #303030;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.topnews li .txt a:hover {
  text-decoration: underline;
}
.topnews .btn {
  position: absolute;
  right: 20px;
  top: 13px;
}
.topnews .btn a {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #b20000;
  padding: 0 40px 0 0;
  background: url(../common/img/ico_pc_news_26x26.png) right center no-repeat;
}
.topnews .btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1100px) {
  .topnews {
    padding: 30px 0 67px;
  }
  .topnews ul {
    margin: 16px 0 0;
  }
  .topnews li {
    display: block;
    padding: 15px 0;
  }
  .topnews li .time {
    width: 70px;
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 1px;
  }
  .topnews li .txt {
    padding: 8px 0 0;
  }
  .topnews li .txt a {
    font-size: 13px;
    line-height: 18px;
  }
  .topnews .btn {
    right: 12px;
    top: 8px;
  }
  .topnews .btn a {
    font-size: 12px;
    line-height: 18px;
    padding: 0 25px 0 0;
    background: url(../common/img/ico_sp_news_36x36.png) right center no-repeat;
    background-size: 18px auto;
  }
}

/*======================reason==========================*/
/*reasonintro*/
.reasonintro {
  background: #ffeaea;
  padding: 108px 0 62px;
}
.reasonintro .hd1 {
  line-height: 42px;
}
.reasonintro .tags {
  margin: 15px 0 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
.reasonintro .tags span {
  display: inline-block;
  width: 165px;
  text-align: center;
  font-size: 28px;
  line-height: 42px;
  color: #fff;
  background: #b20000;
  border-radius: 4px;
  margin: 0 10px;
}
.reasonintro .imgwrap {
  max-width: 80%;
  margin: 25px auto 0;
}
.reasonintro .imgwrap .img img {
  width: 100%;
}
.reasonintro .imgwrap .imgtxt {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: right;
}
.reasonintro .txt {
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .reasonintro {
    padding: 60px 0 70px;
  }
  .reasonintro .hd1 {
    font-size: 23px;
    line-height: 28px;
    letter-spacing: -1px;
  }
  .reasonintro .tags {
    margin: 15px 0 0;
  }
  .reasonintro .tags span {
    width: 150px;
    font-size: 18px;
    line-height: 32px;
    border-radius: 2px;
    margin: 0 5px;
  }
  .reasonintro .imgwrap {
    max-width: 100%;
    margin: 20px 0 0;
  }
  .reasonintro .imgwrap .imgtxt {
    font-size: 12px;
    line-height: 21px;
  }
  .reasonintro .txt {
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: -1px;
  }
}
/*reasonpeace*/
.reasonpeace {
  padding: 60px 0 60px;
}
.reasonpeace .box {
  margin: 32px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.reasonpeace .box .item {
  width: calc((100% - 51px) / 3);
  margin-right: 25px;
}
.reasonpeace .box .item:nth-child(3n) {
  margin-right: 0;
}
.reasonpeace .box .item .img {
  text-align: center;
}
.reasonpeace .box .item .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60px;
  font-size: 28px;
  line-height: 30px;
  color: #b20000;
  font-weight: 500;
  margin: 40px 0 0;
}
.reasonpeace .box .item .txt {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  font-weight: 500;
  margin: 16px 0 0;
}
@media screen and (max-width: 1100px) {
  .reasonpeace {
    padding: 45px 0;
  }
  .reasonpeace .box {
    margin: 30px auto 0;
    display: block;
    max-width: 290px;
  }
  .reasonpeace .box .item {
    width: 100%;
    margin-right: 0;
  }
  .reasonpeace .box .item + .item {
    margin: 30px 0 0;
  }
  .reasonpeace .box .item .img img {
    width: 80px;
  }
  .reasonpeace .box .item .tit {
    display: block;
    height: auto;
    font-size: 16px;
    line-height: 23px;
    margin: 12px 0 0;
  }
  .reasonpeace .box .item .txt {
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    margin: 2px 0 0;
  }
}

/*======================company==========================*/
.companyintro {
  padding: 94px 0 196px;
}
.companyintro .box {
  border-top: 1px solid #b6dedd;
}
.companyintro .box dl {
  display: flex;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  border-bottom: 1px solid #b6dedd;
}
.companyintro .box dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 16px 0 16px 75px;
  box-sizing: border-box;
}
.companyintro .box dd {
  flex: 1;
  padding: 16px 0 16px 0;
}
@media screen and (max-width: 767px) {
  .companyintro {
    padding: 60px 0 90px;
  }
  .companyintro .box {
    border-top: none;
  }
  .companyintro .box dl {
    display: block;
    font-size: 13px;
    line-height: 18px;
    border-bottom: none;
    border-top: 1px solid #b6dedd;
  }
  .companyintro .box dt {
    width: 100%;
    padding: 8px;
    text-align: center;
    background: #f4f4f4;
    box-sizing: border-box;
  }
  .companyintro .box dd {
    padding: 8px 0;
    box-sizing: border-box;
  }
}

/*======================case==========================*/
/*case*/
.case {
  padding: 86px 0 100px;
}
.caselist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.caselist li {
  width: 47%;
  margin: 0 0 52px;
}
.caselist .img {
  display: block;
  border-radius: 8px;
  height: 300px;
  overflow: hidden;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.caselist .tit {
  font-size: 20px;
  line-height: 36px;
  color: #b20000;
  margin: 5px 0 10px;
}
.caselist .tit.black {
  color: #000000;
}
.caselist .tagbox {
  font-size: 20px;
  line-height: 28px;
  color: #b20000;
  padding: 10px 15px;
  border: 1px solid #b20000;
  border-radius: 4px;
  background: #fff;
}
.caselist .box {
  border: 1px solid #b20000;
  border-radius: 4px;
  background: #fff;
}
.caselist .box .sub {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #b20000;
}
.caselist .box .txt {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 10px 24px;
}
.caselist .box .txt .blue {
  color: #b20000;
}
.caselist .box .txt .big {
  font-size: 26px;
}
.caselist .col-2 {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}
.caselist .col-2 .item {
  width: 48.87%;
}
.caselist .col-2 .box .txt {
  text-align: center;
  padding: 12px 10px 12px;
}
@media screen and (max-width: 1100px) {
  .case {
    padding: 60px 0 60px;
  }
  .caselist {
    display: block;
  }
  .caselist li {
    width: 100%;
    margin: 0 0 40px;
  }
  .caselist .img {
    border-radius: 4px;
    height: 220px;
  }
  .caselist .tit {
    font-size: 16px;
    line-height: 28px;
  }
  .caselist .tagbox {
    font-size: 16px;
    line-height: 24px;
    padding: 6px 10px;
    border-radius: 2px;
  }
  .caselist .box {
    border-radius: 2px;
  }
  .caselist .box .sub {
    font-size: 14px;
    line-height: 28px;
  }
  .caselist .box .sub.small {
    font-size: 12px;
    white-space: nowrap;
  }
  .caselist .box .txt {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 5px 10px;
  }
  .caselist .box .txt .big {
    font-size: 20px;
  }
  .caselist .col-2 {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0;
  }
  .caselist .col-2 .item {
    width: 48.87%;
  }
  .caselist .col-2 .box .txt {
    text-align: center;
    padding: 10px 5px 10px;
  }
}

/*======================ihinseiri==========================*/
/*serviceflow*/
.serviceflow {
  padding: 60px 0 50px;
}
.serviceflow ul {
  display: flex;
  margin: 44px 0 0;
}
.serviceflow li {
  position: relative;
  width: calc((100% - 41px) / 5);
  margin-right: 10px;
}
.serviceflow li + li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 20px;
  left: -10px;
  top: 88px;
  background: url(../common/img/arw_right_10x20.png) 0 0 no-repeat;
}
.serviceflow li:last-child {
  margin-right: 0;
}
.serviceflow li .num {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
  color: #b20000;
  text-align: center;
  border-bottom: 3px solid #b20000;
}
.serviceflow li .img {
  text-align: center;
}
.serviceflow li .img img {
  background: #f3f3f3;
  border-radius: 50%;
}
.serviceflow li .tit {
  font-size: 22px;
  line-height: 30px;
  color: #222222;
  text-align: center;
  margin: 10px 0 0;
}
.serviceflow li .txt {
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  margin: 4px 0 0;
}
.serviceflow li .comment {
  font-size: 12px;
  line-height: 18px;
  color: #222222;
  margin: 10px 0 0;
}
@media screen and (max-width: 1100px) {
  .serviceflow {
    padding: 40px 0 30px;
  }
  .serviceflow ul {
    display: block;
    margin: 0;
    padding: 30px 0 20px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .serviceflow li {
    display: inline-block;
    width: 120px;
    margin-right: 0;
    vertical-align: top;
  }
  .serviceflow li + li {
    margin-left: 15px;
  }
  .serviceflow li + li:before {
    width: 10px;
    height: 20px;
    left: -11px;
    top: 48px;
    background: url(../common/img/arw_right_20x40.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .serviceflow li .num {
    top: -8px;
    width: 20px;
    font-size: 15px;
    line-height: 18px;
    border-bottom: 2px solid #b20000;
  }
  .serviceflow li .tit {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 0;
  }
  .serviceflow li .txt {
    font-size: 11px;
    line-height: 15px;
    margin: 3px 0 0;
    white-space: normal;
  }
  .serviceflow li .comment {
    font-size: 9px;
    line-height: 15px;
    margin: 5px 0 0;
    white-space: normal;
  }
}

/*ihinseiri_case*/
.ihinseiri_case {
  padding: 58px 0 30px;
  background: #f3f3f3;
}
.ihinseiri_case .hd1 {
  margin-bottom: 34px;
}
@media screen and (max-width: 1100px) {
  .ihinseiri_case {
    padding: 30px 0 20px;
  }
  .ihinseiri_case .hd1 {
    margin-bottom: 20px;
  }
}

/*ihinseiri_price*/
.ihinseiri_price {
  padding: 70px 0 95px;
  background: #ffeaea;
}
.bgwhite.ihinseiri_price {
  background: #fff;
}
.ihinseiri_price .hd1 {
  margin-bottom: 20px;
}
.ihinseiri_price .table {
  margin: 56px 0 0;
}
.ihinseiri_price .table table {
  width: 100%;
  border: 1px solid #b20000;
  font-size: 26px;
  color: #b20000;
  background: #fff;
}
.ihinseiri_price .table th {
  width: 50%;
  color: #fff;
  background: #b20000;
  height: 64px;
  text-align: center;
}
.ihinseiri_price .table td {
  width: 50%;
  border: 1px solid #b20000;
  height: 60px;
  text-align: center;
}
.ihinseiri_price.pricepage .table td:first-child {
  background: #f1f1f1;
  color: #000;
}
.ihinseiri_price .table td .small {
  font-size: 16px;
}
.ihinseiri_price .comment {
  font-size: 14px;
  line-height: 22px;
  padding-left: 13px;
  text-indent: -13px;
  margin: 20px 0 0;
  letter-spacing: -1px;
}
@media screen and (max-width: 1100px) {
  .ihinseiri_price {
    padding: 40px 0 40px;
  }
  .ihinseiri_price .hd1 {
    margin-bottom: 20px;
  }
  .ihinseiri_price .table {
    margin: 30px 0 0;
  }
  .ihinseiri_price .table table {
    font-size: 18px;
  }
  .ihinseiri_price .table th {
    height: 40px;
  }
  .ihinseiri_price .table td {
    height: 50px;
  }
  .ihinseiri_price .table td .small {
    font-size: 12px;
  }
  .ihinseiri_price .comment {
    font-size: 12px;
    line-height: 18px;
    padding-left: 12px;
    text-indent: -12px;
    margin: 20px 0 0;
    letter-spacing: -1px;
  }
}
/*troublesome*/
.troublesome {
  padding: 60px 0 80px;
}
.troublesome .hd1 {
  line-height: 46px;
}
.troublesome ul {
  margin: 30px 0 0;
}
.troublesome li {
  position: relative;
  font-size: 26px;
  line-height: 46px;
  padding: 20px 10px 20px 100px;
  background: #ffeaea;
  border-radius: 4px;
}
.troublesome li + li {
  margin: 15px 0 0;
}
.troublesome li:before {
  position: absolute;
  content: "";
  width: 42px;
  height: 42px;
  left: 25px;
  top: 50%;
  margin-top: -22px;
  background: url(../common/img/ico_troublesome.png) 0 0 no-repeat;
}
@media screen and (max-width: 1100px) {
  .troublesome {
    padding: 40px 0 40px;
  }
  .troublesome .hd1 {
    line-height: 30px;
  }
  .troublesome li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 10px 10px 50px;
    border-radius: 2px;
  }
  .troublesome li + li {
    margin: 15px 0 0;
  }
  .troublesome li:before {
    width: 21px;
    height: 21px;
    left: 14px;
    margin-top: -12px;
    background: url(../common/img/ico_troublesome.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}
/*ihinseiri_intro*/
.ihinseiri_intro {
  padding: 100px 0 80px;
  background: #ffeaea;
}
.ihinseiri_intro .comment {
  font-size: 26px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 0;
}
.ihinseiri_intro .comment .small {
  font-size: 14px;
  position: relative;
  top: -12px;
}
.ihinseiri_intro .box {
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 660px;
  color: #b20000;
  font-weight: 500;
  text-align: center;
}
.ihinseiri_intro .box .item {
  position: relative;
  width: 200px;
  height: 200px;
  background: #fff;
  border: 3px solid #b20000;
  border-radius: 50%;
}
.ihinseiri_intro .box .item:nth-child(1) {
  padding: 48px 0 0;
}
.ihinseiri_intro .box .item:nth-child(2) {
  padding: 54px 0 0;
}
.ihinseiri_intro .box .item:nth-child(3) {
  padding: 66px 0 0;
}
.ihinseiri_intro .box .item .txt1 {
  font-size: 21px;
  line-height: 1;
}
.ihinseiri_intro .box .item .txt2 {
  font-size: 32px;
  line-height: 1;
  margin: 2px 0 0;
}
.ihinseiri_intro .box .item .txt3 {
  font-size: 28px;
  line-height: 1;
}
.ihinseiri_intro .box .item .txt4 {
  font-size: 36px;
  line-height: 1;
  margin: 7px 0 0;
}
.ihinseiri_intro .box .item .price {
  font-size: 28px;
  line-height: 1;
  padding: 0 0 0 20px;
}
.ihinseiri_intro .box .item .price .big {
  font-size: 82px;
}
.ihinseiri_intro .box .item .price .small {
  position: relative;
  font-size: 10px;
  top: -30px;
  left: -10px;
}
.ihinseiri_intro .box .item .smalltxt {
  position: absolute;
  font-size: 10px;
  line-height: 1;
  color: #000000;
  left: 0;
  right: 0;
  bottom: 12px;
}
@media screen and (max-width: 1100px) {
  .ihinseiri_intro {
    padding: 60px 0 10px;
  }
  .ihinseiri_intro .comment {
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0 0;
  }
  .ihinseiri_intro .comment .small {
    font-size: 10px;
    top: -12px;
  }
}
@media screen and (max-width: 767px) {
  .ihinseiri_intro .box {
    margin: 20px 0 0;
    display: block;
    max-width: 100%;
  }
  .ihinseiri_intro .box .item {
    width: 180px;
    height: 180px;
    border: 2px solid #b20000;
    margin: 0 auto 20px;
  }
  .ihinseiri_intro .box .item:nth-child(1) {
    padding: 44px 0 0;
  }
  .ihinseiri_intro .box .item:nth-child(2) {
    padding: 54px 0 0;
  }
  .ihinseiri_intro .box .item:nth-child(3) {
    padding: 60px 0 0;
  }
  .ihinseiri_intro .box .item .txt1 {
    font-size: 18px;
  }
  .ihinseiri_intro .box .item .txt2 {
    font-size: 28px;
  }
  .ihinseiri_intro .box .item .txt3 {
    font-size: 24px;
  }
  .ihinseiri_intro .box .item .txt4 {
    font-size: 30px;
    margin: 7px 0 0;
  }
  .ihinseiri_intro .box .item .price {
    font-size: 22px;
    padding: 0 0 0 20px;
  }
  .ihinseiri_intro .box .item .price .big {
    font-size: 68px;
  }
  .ihinseiri_intro .box .item .price .small {
    position: relative;
    font-size: 10px;
    top: -30px;
    left: -10px;
  }
  .ihinseiri_intro .box .item .smalltxt {
    position: absolute;
    font-size: 10px;
    line-height: 1;
    color: #000000;
    left: 0;
    right: 0;
    bottom: 12px;
  }
}

/*======================fuyouhin==========================*/
.fuyouhin.topstrength {
  padding: 100px 0 70px;
  background: #ffeaea;
}
@media screen and (max-width: 1100px) {
  .fuyouhin.topstrength {
    padding: 60px 0 40px;
  }
}

.fuyouhin_able.topstrength {
  padding: 100px 0 70px;
  background: #ffffff;
}

.fuyouhin_able.topstrength h2 {
  margin-bottom: 0;
  text-align: center;
  line-height: 1.166;
}

.fuyouhin_able .subttl {
  font-size:26px;
  text-align: center;
  line-height: 1.615;
}

.fuyouhin_able .note {
  font-size:14px;
  color: #ff0303;
  line-height: 2.28;
  text-align: center;
}

.fuyouhin_able .list__li {
  margin-top: 22px;
  display: flex;
}

.fuyouhin_able .item_left {
  background-color: #b20000;
  width: 378px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 26px;
}

.fuyouhin_able .item_left__ttl {
  font-size: 26px;
  line-height: 1.615;
  color: #fff;
}

.fuyouhin_able .item_left__btn a {
  background-color: #fff;
  color: #b20000;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 265px;
  height: 40px;
  position: relative;
}

.fuyouhin_able .item_left__btn a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url('../img/fuyouhin/img_arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 6px;
}

.fuyouhin_able .item_right {
  background-color: #ffeaea;
  width: calc(100% - 378px);
  padding: 55px 0 55px 23px;
}

.fuyouhin_able .item_right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}

.fuyouhin_able .item_right ul li {
  padding: 10px 24px;
  background-color: #fff;
  font-size: 21px;
  display: flex;
  align-items: center;
}

.fuyouhin_able .list__li:nth-child(2) .item_right {
  display: inline-block;
  padding: 30px 0 30px 23px;
}

.fuyouhin_able .list__li:nth-child(2) .item_right ul {
  display: block;
}

.fuyouhin_able .list__li:nth-child(2) .item_right ul li {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 8px;
}

.fuyouhin_able .list__li:nth-child(2) .item_right .text1 {
  margin-top: 10px;
  padding-left: 14px;
  font-size: 16px;
}

.fuyouhin_able .list__li:nth-child(2) .item_right .text2 {
  margin-top: 15px;
  font-size: 14px;
  padding-left: 14px;
}



.fuyouhin_able .list__li:nth-child(3) .item_right {
  padding: 30px 0 30px 23px;
}

.fuyouhin_able .list__li:nth-child(3) .item_right ul {
  gap: 7px 8px;
}

.fuyouhin_able .list__li:nth-child(3) .item_right ul li {
  font-size: 18px;
  padding: 10px 13px;
}

.fuyouhin_able .item_right ul li.fs17 {
  font-size: 17px;
}

@media screen and (max-width: 1100px) {
  .fuyouhin_able .subttl {
    font-size:13px;
  }

  .fuyouhin_able .note {
    font-size: 11px;
  }

  .fuyouhin_able .list__li {
    flex-direction: column;
}

  .fuyouhin_able .item_left {
    width: 100%;
    padding: 25px;
    gap: 15px;
  }

  .fuyouhin_able .item_left__ttl {
    font-size: 18px;
  }

  .fuyouhin_able .item_left__btn a {
    width: 200px;
    height: 30px;
  }

  .fuyouhin_able .item_right {
    width: 100%;
    padding: 22px 10px;
  }

  .fuyouhin_able .item_right ul {
    gap: 10px 20px;
  }

  .fuyouhin_able .item_right ul li {
    padding: 8px 24px;
    font-size: 13px;
  }

  .fuyouhin_able .item_right ul li.fs17 {
    font-size: 12px;
  }

  .fuyouhin_able .list__li:nth-child(2) .item_right ul li {
    font-size: 13px;
  }

  .fuyouhin_able .list__li:nth-child(2) .item_right .text1 {
    font-size: 12px;
  }

  .fuyouhin_able .list__li:nth-child(2) .item_right .text2 {
    font-size: 11px;
  }

  .fuyouhin_able .list__li:nth-child(3) .item_right ul li {
    font-size: 11px;
  }
}

/*fuyouhin_price*/
.fuyouhin_price {
  padding: 60px 0 70px;
  background: #f3f3f3;
}
.fuyouhin_price.bgblue {
  background: #ffeaea;
}
.fuyouhin_price ul {
  margin: 35px 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fuyouhin_price li {
  width: 47%;
  margin-bottom: 30px;
}
.fuyouhin_price li .img {
  margin: 0 0 23px;
  overflow: hidden;
  border-radius: 8px;
}
.fuyouhin_price li .img img {
  width: 100%;
}
.fuyouhin_price li .box {
  border: 1px solid #b20000;
  border-radius: 4px;
  background: #fff;
}
.fuyouhin_price li .box dl {
  display: flex;
  border-bottom: 1px solid #b20000;
}
.fuyouhin_price li .box dt {
  width: 50%;
  box-sizing: border-box;
  font-size: 26px;
  line-height: 68px;
  height: 68px;
  color: #fff;
  text-align: center;
  background: #b20000;
}
.fuyouhin_price li .box dd {
  width: 50%;
  font-size: 16px;
  color: #b20000;
  line-height: 68px;
  height: 68px;
  text-align: center;
  box-sizing: border-box;
}
.fuyouhin_price li .box dd .big {
  font-size: 36px;
}
.fuyouhin_price li .box .txt {
  font-size: 18px;
  line-height: 28px;
  padding: 15px;
}
.fuyouhin_price li .box .bigtxt {
  font-size: 26px;
  line-height: 45px;
  padding: 30px 15px;
  text-align: center;
}
.fuyouhin_price .comment {
  font-size: 12px;
  line-height: 20px;
  padding-left: 12px;
  text-indent: -12px;
}
.fuyouhin_price .sub {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  margin: 100px 0 15px;
}
.fuyouhin_price .subbox {
  background: #fff;
  padding: 23px 10px 40px 40px;
}
.fuyouhin_price .subbox .txt1 {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  color: #b20000;
}
.fuyouhin_price .subbox .txt2 {
  font-size: 14px;
  line-height: 21px;
}
.fuyouhin_price .subbox .txt3 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.fuyouhin_price .subbox .txt4 {
  font-size: 22px;
  font-weight: 500;
  color: #b20000;
}
.fuyouhin_price .subbox .txt5 {
  font-size: 18px;
}
.fuyouhin_price .subbox .inner {
  margin: 7px 0 0;
  display: flex;
  line-height: 36px;
}
.fuyouhin_price .tags {
  margin: 15px 0 0;
}
.fuyouhin_price .tags .item {
  display: inline-block;
  font-size: 18px;
  line-height: 35px;
  padding: 0 17px;
  background: #ffeaea;
  margin-right: 10px;
}
@media screen and (max-width: 1100px) {
  .fuyouhin_price {
    padding: 36px 0 40px;
  }
  .fuyouhin_price ul {
    margin: 10px 0 15px;
    display: block;
  }
  .fuyouhin_price li {
    width: 100%;
    margin-bottom: 30px;
  }
  .fuyouhin_price li .img {
    margin: 0 0 15px;
    border-radius: 4px;
  }
  .fuyouhin_price li .box {
    border-radius: 2px;
  }
  .fuyouhin_price li .box dt {
    font-size: 18px;
    line-height: 34px;
    height: 34px;
  }
  .fuyouhin_price li .box dd {
    font-size: 10px;
    line-height: 34px;
    height: 34px;
  }
  .fuyouhin_price li .box dd .big {
    font-size: 18px;
  }
  .fuyouhin_price li .box .txt {
    font-size: 13px;
    line-height: 19px;
    padding: 10px;
  }
  .fuyouhin_price li .box .bigtxt {
    font-size: 18px;
    line-height: 34px;
    padding: 15px 10px;
  }
  .fuyouhin_price .comment {
    font-size: 10px;
    line-height: 15px;
    padding-left: 10px;
    text-indent: -10px;
  }
  .fuyouhin_price .sub {
    font-size: 18px;
    line-height: 28px;
    margin: 60px 0 15px;
  }
  .fuyouhin_price .subbox {
    padding: 20px 15px 24px;
  }
  .fuyouhin_price .subbox .txt1 {
    font-size: 15px;
    line-height: 18px;
  }
  .fuyouhin_price .subbox .txt2 {
    font-size: 8px;
    line-height: 10px;
    margin: 5px 0 0;
  }
  .fuyouhin_price .subbox .txt3 {
    font-size: 13px;
    margin: 0;
  }
  .fuyouhin_price .subbox .txt4 {
    font-size: 15px;
    display: inline;
  }
  .fuyouhin_price .subbox .txt5 {
    font-size: 9px;
    display: inline;
  }
  .fuyouhin_price .subbox .inner {
    margin: 3px 0 0;
    display: block;
    line-height: 21px;
  }
  .fuyouhin_price .tags {
    margin: 13px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fuyouhin_price .tags .item {
    display: block;
    width: 150px;
    width: 47%;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 10px;
    white-space: nowrap;
  }
  .fuyouhin_price .tags .item:last-child {
    font-size: 10px;
  }
}
/*onepoint*/
.onepoint {
  padding: 55px 0 50px;
}
.onepoint .hd1 {
  margin-bottom: 4px;
}
.onepoint .box {
  margin: 22px 0 0;
  border: 1px solid #b20000;
}
.onepoint .box ul {
  display: flex;
  flex-wrap: wrap;
}
.onepoint .box li {
  display: flex;
  width: 50%;
  border-top: 1px solid #b20000;
  border-bottom: 1px solid #fff;
}
.onepoint .box li:nth-child(1),
.onepoint .box li:nth-child(2) {
  border-top: none;
}
.onepoint .box li:nth-last-child(1),
.onepoint .box li:nth-last-child(2) {
  border-bottom: 1px solid #b20000;
}
.onepoint .box li .tit {
  display: flex;
  width: 50%;
  font-size: 20px;
  line-height: 30px;
  height: 62px;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #b20000;
}
.onepoint .box li .tit.small {
  line-height: 20px;
  font-size: 16px;
}
.onepoint .box li .txt {
  width: 50%;
  font-size: 16px;
  line-height: 62px;
  height: 62px;
  color: #b20000;
  text-align: center;
}
.onepoint .box li .txt .big {
  font-size: 26px;
}
.onepoint .inner {
  padding: 18px 0;
  max-width: 690px;
  margin: 0 auto;
  display: flex;
}
.onepoint .inner .txt1 {
  width: 77px;
  font-size: 20px;
  line-height: 53px;
  height: 53px;
  color: #b20000;
  font-weight: 500;
  text-align: center;
  background: #ffeaea;
  margin: 0 17px 0 0;
}
.onepoint .inner .txt2 {
  flex: 1;
  font-size: 26px;
  line-height: 53px;
  height: 53px;
}
.onepoint .btn {
  max-width: 460px;
  margin: 35px auto 0;
}
@media screen and (max-width: 1100px) {
  .onepoint {
    padding: 32px 0 40px;
  }
  .onepoint .box {
    margin: 16px 0 0;
  }
  .onepoint .box ul {
    display: block;
  }
  .onepoint .box li {
    width: 100%;
    border-top: 1px solid #b20000;
    border-bottom: 1px solid #fff;
  }
  .onepoint .box li:nth-child(1) {
    border-top: none;
  }
  .onepoint .box li:nth-child(2) {
    border-top: 1px solid #b20000;
  }
  .onepoint .box li:nth-last-child(1) {
    border-bottom: 1px solid #b20000;
  }
  .onepoint .box li:nth-last-child(2) {
    border-bottom: 1px solid #fff;
  }
  .onepoint .box li .tit {
    font-size: 15px;
    line-height: 30px;
    height: 30px;
  }
  .onepoint .box li .txt {
    font-size: 10px;
    line-height: 30px;
    height: 30px;
  }
  .onepoint .box li .txt .big {
    font-size: 18px;
  }
  .onepoint .inner {
    padding: 10px;
    max-width: 100%;
    margin: 0;
    display: block;
  }
  .onepoint .inner .txt1 {
    width: 100%;
    font-size: 13px;
    line-height: 26px;
    height: 26px;
    margin: 0 0 5px;
  }
  .onepoint .inner .txt2 {
    font-size: 15px;
    line-height: 25px;
    height: auto;
    margin: 6px 0 0;
  }
  .onepoint .btn {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

.ihinseiri_case.fuyouhin {
  padding: 50px 0 70px;
}
.ihinseiri_case.fuyouhin .btn {
  max-width: 460px;
  margin: 10px auto 0;
}
@media screen and (max-width: 1100px) {
  .ihinseiri_case.fuyouhin {
    padding: 25px 0 25px;
  }
  .ihinseiri_case.fuyouhin .btn {
    max-width: 100%;
    margin: 10px auto 0;
  }
}

/*======================contact==========================*/
.lineprice {
  padding: 55px 0 54px;
  background: #f7f7f7;
}
.lineprice .hd1 {
  font-size: 30px;
}
.lineprice ul {
  margin: 42px auto 0;
  max-width: 776px;
  display: flex;
}
.lineprice li {
  position: relative;
  width: calc((100% - 200px) / 3);
  margin-right: 100px;
}
.lineprice li:last-child {
  margin-right: 0;
}
.lineprice li + li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 24px;
  left: -59px;
  top: 86px;
  background: url(../common/img/arw_right_12x24.png) 0 0 no-repeat;
}
.lineprice li .num {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
  color: #b20000;
  text-align: center;
  border-bottom: 3px solid #b20000;
}
.lineprice li .img {
  text-align: center;
}
.lineprice li .img img {
  background: #fff;
  border-radius: 50%;
}
.lineprice li .txt {
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  text-align: center;
  margin: 12px 0 0;
}
.lineprice li .btn {
  margin: 12px 0 0;
}
.lineprice li .btn a {
  display: flex;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 0 10px 0 45px;
  box-sizing: border-box;
  border-radius: 21px;
  background: url(../common/img/btn_line.png) left 7px center no-repeat #00b900;
}
@media screen and (max-width: 1100px) {
  .lineprice {
    padding: 50px 0 40px;
  }
  .lineprice .hd1 {
    font-size: 23px;
  }
  .lineprice ul {
    margin: 22px auto 0;
    max-width: 340px;
    display: block;
  }
  .lineprice li {
    display: flex;
    position: relative;
    width: 100%;
    margin-right: 0;
  }
  .lineprice li + li {
    margin: 47px 0 0;
  }
  .lineprice li + li:before {
    width: 27px;
    height: 14px;
    left: 64px;
    top: -40px;
    bottom: auto;
    background: url(../common/img/arw_down_54x28.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .lineprice li .num {
    top: -10px;
    left: 66px;
    transform: translateX(0);
    width: 26px;
    font-size: 19px;
    line-height: 25px;
    border-bottom: 3px solid #b20000;
  }
  .lineprice li .img {
    width: 155px;
    height: 155px;
  }
  .lineprice li .img img {
    background: #fff;
    border-radius: 50%;
  }
  .lineprice li .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 17px;
  }
  .lineprice li .txt {
    font-size: 18px;
    line-height: 23px;
    color: #222222;
    text-align: left;
    margin: 0;
  }
  .lineprice li .btn {
    margin: 12px 0 0;
  }
  .lineprice li .btn a {
    height: 32px;
    font-size: 13px;
    line-height: 15px;
    padding: 0 10px 0 35px;
    box-sizing: border-box;
    border-radius: 16px;
    background: url(../common/img/btn_line_sp.png) left 9px center no-repeat
      #00b900;
    background-size: 26px auto;
  }
}
/*contactwrap*/
.contactwrap {
  padding: 76px 0 100px;
}
.contactwrap .hd1 {
  font-size: 30px;
}
.contactwrap .comment {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin: 5px 0 45px;
}
.contactwrap .thanksbtn {
  margin: 62px auto 55px;
  max-width: 460px;
}
.contactwrap .step {
  margin: 0 0 54px;
  text-align: center;
}
.contactwrap .step img {
  width: 100%;
}
.contactwrap .form {
  max-width: 820px;
  margin: 0 auto;
}
.contactwrap .form dl input {
  display: block;
  width: 328px;
  height: 50px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  border: 2px solid #b20000;
  border-radius: 4px;
  padding: 5px 10px;
  background: #ffeaea;
  box-sizing: border-box;
}
.contactwrap .form dl {
  display: flex;
  border-bottom: 1px dashed #7e7e7e;
}
.contactwrap .form dl:nth-of-type(1) {
  border-top: 1px dashed #7e7e7e;
}
.contactwrap .form dt {
  position: relative;
  width: 248px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: b20000;
  padding: 16px 72px 16px 2px;
  box-sizing: border-box;
}
.contactwrap .form dt span {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #000;
}
.contactwrap .form dt.must span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 25px;
  font-size: 12px;
  line-height: 23px;
  color: b20000;
  text-align: center;
  border: 1px solid #b20000;
  background: #fff;
  box-sizing: border-box;
}
.contactwrap .form dd {
  flex: 1;
  font-size: 20px;
  padding: 16px 0;
}
.contactwrap .form .address select {
  width: 328px;
  height: 50px;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 5px 10px;
  border: 2px solid #b20000;
  border-radius: 4px;
  background: #ffeaea;
  box-sizing: border-box;
}
.contactwrap .form .num-flex{
  display: flex;
  flex-wrap: wrap;
}
.contactwrap .form .num-flex label {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 5px;
  font-size: 13px;
}
.contactwrap .form .num-flex input {
  width: 50px;
  height: 30px;
  text-align: center;
  margin-right: 5px;
  padding-right: 0;
}
.contactwrap .form .file input {
  width: unset;
  height: unset;
  font-size: 14px;
  border: unset;
  background: unset;
}
.contactwrap .form dl textarea {
  display: block;
  width: 100%;
  height: 318px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  border: 2px solid #b20000;
  border-radius: 4px;
  padding: 5px 10px;
  background: #ffeaea;
  box-sizing: border-box;
  resize: none;
}
.contactwrap .form .btn {
  position: relative;
  max-width: 600px;
  margin: 36px auto 0;
}
.contactwrap .form .btn:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 18px;
  left: 52px;
  top: 30px;
  background: url(../common/img/ico_pc_mail_22x18_w.png) 0 0 no-repeat;
  z-index: 3;
}
.contactwrap .form .confirm {
  position: relative;
  width: 100%;
  height: 72px;
  font-size: 22px;
  line-height: 72px;
  color: #fff;
  text-align: center;
  border-radius: 36px;
  background-image: linear-gradient(to right, #b20000 0%, #b20000 100%);
  box-sizing: border-box;
  cursor: pointer;
}
.confirmbtn {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}
.confirmbtn input {
  width: 460px;
  height: 72px;
  font-size: 26px;
  text-align: center;
  font-weight: 300;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  cursor: pointer;
  margin: 0 10px;
  border-radius: 36px;
  background: #fff;
  color: #345c9a;
  border: 1px solid #345c9a;
  box-sizing: border-box;
}
.confirmbtn input[type="submit"] {
  color: #fff;
  background: #345c9a;
}
@media screen and (max-width: 1100px) {
  .contactwrap {
    padding: 48px 0 50px;
  }
  .contactwrap .hd1 {
    font-size: 23px;
  }
  .contactwrap .comment {
    font-size: 13px;
    line-height: 18px;
    margin: 8px 0 20px;
    letter-spacing: -1px;
  }
  .contactwrap .thanksbtn {
    margin: 30px auto 30px;
    max-width: 460px;
  }
  .contactwrap .step {
    margin: 0 0 20px;
  }
  .contactwrap .form {
    max-width: 100%;
    margin: 0;
  }
  .contactwrap .form dl input {
    width: 100%;
    height: 45px;
    font-size: 15px;
    border: 1px solid #b20000;
    border-radius: 2px;
    padding: 5px;
  }
  .contactwrap .form .address select {
    width: 100%;
    height: 45px;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #b20000;
    border-radius: 2px;
  }
  .contactwrap .form .num-flex label {
    font-size: 12px;
  }
  .contactwrap .form .num-flex input {
    width: 40px;
    height: 25px;
  }
  .contactwrap .form dl {
    display: block;
  }
  .contactwrap .form dt {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 15px 0 10px 0;
    box-sizing: border-box;
  }
  .contactwrap .form dt span {
    font-size: 10px;
  }
  .contactwrap .form dt.must span {
    position: relative;
    display: inline-block;
    right: auto;
    top: auto;
    transform: translateY(0);
    width: 35px;
    height: 17px;
    font-size: 9px;
    line-height: 15px;
    margin: 0 0 0 7px;
  }
  .contactwrap .form dd {
    font-size: 15px;
    padding: 0 0 20px;
  }
  .contactwrap .form dl textarea {
    height: 250px;
    font-size: 15px;
    border: 1px solid #b20000;
    border-radius: 4px;
    padding: 5px;
  }
  .contactwrap .form .btn {
    max-width: 330px;
    margin: 28px auto 0;
  }
  .contactwrap .form .btn:before {
    width: 18px;
    height: 15px;
    left: 23px;
    top: 20px;
    background: url(../common/img/ico_sp_mail_36x30_w.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .contactwrap .form .confirm {
    width: 100%;
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    border-radius: 25px;
  }
  .confirmbtn {
    margin-top: 28px;
    display: block;
  }
  .confirmbtn input {
    width: 100%;
    height: 50px;
    font-size: 18px;
    margin: 0;
    border-radius: 25px;
  }
  .confirmbtn input[type="submit"] {
    margin: 15px 0 0;
  }
}

/*======================price==========================*/
/*priceanchor*/
.priceanchor {
  padding: 80px 0 0;
}
.priceanchor ul {
  display: flex;
  border: 3px solid #b20000;
  border-radius: 35px;
  overflow: hidden;
}
.priceanchor li {
  width: 33.3333%;
  box-sizing: border-box;
}
.priceanchor li:nth-child(2) {
  border-left: 3px solid #b20000;
  border-right: 3px solid #b20000;
}
.priceanchor li a {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 64px;
  color: #b20000;
  text-align: center;
}
.priceanchor li:last-child a {
  font-size: 22px;
}
.priceanchor li a:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 12px;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../common/img/arw_pc_down_20x12.png) 0 0 no-repeat;
}
@media screen and (max-width: 1100px) {
  .priceanchor {
    padding: 60px 0 0;
  }
  .priceanchor ul {
    display: block;
    border: 2px solid #b20000;
    border-radius: 5px;
  }
  .priceanchor li {
    width: 100%;
  }
  .priceanchor li:nth-child(2) {
    border-left: none;
    border-top: 2px solid #b20000;
    border-right: none;
    border-bottom: 2px solid #b20000;
  }
  .priceanchor li a {
    font-size: 18px;
    line-height: 47px;
  }
  .priceanchor li:last-child a {
    font-size: 18px;
  }
  .priceanchor li a:after {
    right: 20px;
    background: url(../common/img/arw_sp_down_40x24.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}
.priceintro {
  margin-bottom: -12px;
  padding: 60px 0 0;
}
.anchorbox {
  margin: 36px auto 0;
  max-width: 650px;
}
.anchorbox ul {
  display: flex;
  justify-content: space-between;
}
.anchorbox li {
  width: 145px;
}
.anchorbox li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 145px;
  font-size: 26px;
  line-height: 32px;
  color: #b20000;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid #b20000;
  background: #ffeaea;
  text-align: center;
}
.anchorbox li a:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 25px;
  height: 12px;
  background: url(../common/img/arw_down_25x12.png) 0 0 no-repeat;
}
@media screen and (max-width: 1100px) {
  .priceintro {
    margin-bottom: -12px;
    padding: 40px 0 0;
  }
  .priceintro .hd1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .anchorbox {
    margin: 24px 0 0;
    max-width: 100%;
  }
  .anchorbox ul {
    display: block;
  }
  .anchorbox li {
    position: relative;
    width: 100%;
  }
  .anchorbox li + li {
    margin-top: 16px;
  }
  .anchorbox li a {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 47px;
    text-align: center;
    border-radius: 25px;
    border: 2px solid #b20000;
  }
  .anchorbox li a br {
    display: none;
  }
  .anchorbox li a:after {
    bottom: -12px;
    width: 20px;
    height: 10px;
    background: url(../common/img/arw_down_40x20.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}
/*tablegroup*/
.tablegroup {
  padding: 0 0 85px;
}
.tablegroup table {
  width: 100%;
  box-sizing: border-box;
}
.tablegroup .table {
  margin: 50px 0 0;
}
.tablegroup th {
  width: 100%;
  height: 65px;
  font-size: 26px;
  text-align: center;
  color: #fff;
}
.tablegroup td {
  width: 50%;
  height: 45px;
  font-size: 18px;
  text-align: center;
  color: #000;
}
.tablegroup td:first-child {
  background: #f1f1f1;
}
.tablegroup td .blue {
  color: #b20000;
}
.tablegroup td .big {
  font-size: 26px;
}
.tablegroup table.style1 th {
  background: #b20000;
  border: 1px solid #b20000;
}
.tablegroup table.style1 td {
  border: 1px solid #b20000;
}
.tablegroup table.style2 th {
  background: #cf4e00;
  border: 1px solid #cf4e00;
}
.tablegroup table.style2 td {
  border: 1px solid #cf4e00;
}
.tablecomment {
  margin: 10px 0;
  font-size: 12px;
  line-height: 20px;
  padding-left: 12px;
  text-indent: -12px;
}
.tablegroup .box {
  margin: 58px 0 0;
}
.tablegroup .box .tit {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  margin: 0 0 20px;
}
.tablegroup .box ul {
  display: flex;
  flex-wrap: wrap;
}
.tablegroup .box li {
  display: flex;
  align-items: center;
  width: calc((100% - 40px) / 3);
  height: 50px;
  border: 1px solid #5c5c5c;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  justify-content: center;
}
.tablegroup .box li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  .tablegroup {
    padding: 0 0 22px;
  }
  .tablegroup table,
  .tablegroup tbody,
  .tablegroup tr,
  .tablegroup th,
  .tablegroup td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .tablegroup .table {
    margin: 32px 0 0;
  }
  .tablegroup th {
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }
  .tablegroup td {
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding: 10px;
  }
  .tablegroup td .big {
    font-size: 28px;
  }
  .tablegroup table.style1 {
    border: 1px solid #b20000;
    border-bottom: none;
  }
  .tablegroup table.style1 th {
    border: none;
  }
  .tablegroup table.style1 td {
    border: none;
    border-bottom: 1px solid #b20000;
  }
  .tablegroup table.style2 {
    border: 1px solid #cf4e00;
    border-bottom: none;
  }
  .tablegroup table.style2 th {
    border: none;
  }
  .tablegroup table.style2 td {
    border: none;
    border-bottom: 1px solid #cf4e00;
  }
  .tablecomment {
    margin: 10px 0;
    font-size: 12px;
    line-height: 20px;
    padding-left: 12px;
    text-indent: -12px;
  }
  .tablegroup .box {
    margin: 40px 0 0;
  }
  .tablegroup .box .tit {
    font-size: 23px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  .tablegroup .box li {
    width: calc((100% - 10px) / 2);
    height: 40px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .tablegroup .box li:nth-child(3n) {
    margin-right: 10px;
  }
  .tablegroup .box li:nth-child(2n) {
    margin-right: 0;
  }
}

/*======================news==========================*/
.newspage {
  padding: 108px 0 165px !important;
}
@media screen and (max-width: 1100px) {
  .newspage {
    padding: 60px 0 80px !important;
  }
}

.newsdetail {
  padding: 68px 0 70px;
}
.newsdetail .detailimg {
  width: 82%;
  margin: 0 auto;
}
.newsdetail .detailimg img {
  width: 100%;
}
.newsdetail .date {
  font-size: 16px;
  line-height: 1;
  color: #303030;
  margin: 30px 0 0;
}
.newsdetail .tit {
  font-size: 26px;
  line-height: 36px;
  color: #b20000;
  font-weight: 500;
  margin: 10px 0 28px;
}
@media screen and (max-width: 1100px) {
  .newsdetail {
    padding: 80px 0 70px;
  }
  .newsdetail .detailimg {
    width: 100%;
    margin: 0;
  }
  .newsdetail .date {
    font-size: 12px;
    margin: 20px 0 0;
  }
  .newsdetail .tit {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0 20px;
  }
  .newsdetailpage .topnews .hd1 {
    padding-right: 50px;
  }
}

.newsdetail .inner {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #303030;
}
.newsdetail .inner h1,
.newsdetail .inner h2,
.newsdetail .inner h3,
.newsdetail .inner h4,
.newsdetail .inner h5,
.newsdetail .inner h6 {
  position: relative;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  margin-bottom: 20px;
}
.newsdetail .inner h1:before,
.newsdetail .inner h2:before,
.newsdetail .inner h3:before,
.newsdetail .inner h4:before,
.newsdetail .inner h5:before,
.newsdetail .inner h6:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background: #0097be;
  left: 0;
  top: 0;
}
.newsdetail .inner h1 {
  font-size: 30px;
  line-height: 50px;
}
.newsdetail .inner h2 {
  font-size: 26px;
  line-height: 45px;
}
.newsdetail .inner h3 {
  font-size: 20px;
  line-height: 34px;
}
.newsdetail .inner h4 {
  font-size: 18px;
  line-height: 30px;
}
.newsdetail .inner h5 {
  font-size: 18px;
  line-height: 30px;
}
.newsdetail .inner h6 {
  font-size: 18px;
  line-height: 30px;
}
.newsdetail .inner p {
  margin-bottom: 30px;
}
.newsdetail .inner strong {
  font-weight: bold;
}
.newsdetail .inner a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .newsdetail .inner {
    font-size: 14px;
    line-height: 28px;
  }
  .newsdetail .inner h1,
  .newsdetail .inner h2,
  .newsdetail .inner h3,
  .newsdetail .inner h4,
  .newsdetail .inner h5,
  .newsdetail .inner h6 {
    margin-bottom: 15px;
  }
  .newsdetail .inner h1 {
    font-size: 24px;
    line-height: 40px;
  }
  .newsdetail .inner h2 {
    font-size: 22px;
    line-height: 34px;
  }
  .newsdetail .inner h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .newsdetail .inner h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .newsdetail .inner h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .newsdetail .inner h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .newsdetail .inner p {
    margin-bottom: 20px;
  }
}
.detailbtn {
  margin: 90px 0 0;
  display: flex;
  justify-content: center;
}
.detailbtn .facebook {
  margin-right: 16px;
}
@media screen and (max-width: 1100px) {
  .detailbtn {
    margin: 50px 0 0;
  }
  .detailbtn .twitter .btn {
    border-radius: 2px !important;
  }
}
/* wp-pagenavi
----------------------------------------------- */
.tewspagenavi .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}

.tewspagenavi .wp-pagenavi .page,
.tewspagenavi .wp-pagenavi .current,
.tewspagenavi .wp-pagenavi .previouspostslink,
.tewspagenavi .wp-pagenavi .nextpostslink {
  margin: 0 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  background: #fff;
  border: 1px solid #666666;
  box-sizing: border-box;
}

.tewspagenavi .wp-pagenavi a:hover,
.tewspagenavi .wp-pagenavi .page:hover,
.tewspagenavi .wp-pagenavi .current,
.tewspagenavi .wp-pagenavi .previouspostslink:hover,
.tewspagenavi .wp-pagenavi .nextpostslink:hover {
  background: #666666;
  color: #fff;
}

.tewspagenavi .wp-pagenavi .previouspostslink,
.tewspagenavi .wp-pagenavi .nextpostslink {
  width: 54px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .tewspagenavi .wp-pagenavi {
    margin: 30px -10px 0;
    padding: 0 70px;
    position: relative;
  }

  .tewspagenavi .wp-pagenavi .page,
  .tewspagenavi .wp-pagenavi .current,
  .tewspagenavi .wp-pagenavi .previouspostslink,
  .tewspagenavi .wp-pagenavi .nextpostslink {
    margin: 3px 5px;
  }

  .tewspagenavi .wp-pagenavi .previouspostslink {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }

  .tewspagenavi .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
}

/*topreason*/
.topreason {
  padding: 160px 0 140px;
  background: url(../img/top/bg_reason.jpg) center no-repeat;
  background-size: cover;
}
.topreason .txt1 {
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.topreason .txt2 {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  margin: 20px 0 36px;
}
.topreason .btn {
  max-width: 460px;
  margin: 0 auto 0;
}
@media screen and (max-width: 1100px) {
  .topreason {
    padding: 100px 0 122px;
    background: url(../img/top/bg_reason_sp.jpg) center no-repeat;
    background-size: cover;
  }
  .topreason .txt1 {
    font-size: 23px;
    line-height: 30px;
  }
  .topreason .txt2 {
    font-size: 13px;
    line-height: 18px;
    margin: 7px 0 26px;
  }
  .topreason .btn {
    max-width: 100%;
    margin: 0;
  }
  .topreason .btn .combtn1 {
    font-size: 18px;
  }
}
/*topcolumn*/
.topcolumn {
  padding: 44px 0 95px;
  background: #f7f7f7;
}
.topcolumn ul {
  display: flex;
  margin: 20px 0 0;
}
.topcolumn li {
  width: calc((100% - 41px) / 3);
  margin-right: 20px;
}
.topcolumn li:nth-child(3n) {
  margin-right: 0;
}
.topcolumn li a {
  display: block;
}
.topcolumn li a:hover {
  opacity: 0.7;
}
.topcolumn li .img {
  width: 100%;
  height: 200px;
  background-color: #d8e4f2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.topcolumn li .date {
  font-size: 12px;
  line-height: 1;
  color: #7d7d7d;
  font-weight: 500;
  margin: 16px 0 0;
}
.topcolumn li .txt {
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  font-weight: 500;
  margin: 10px 0 0;
}
.topcolumn .btn {
  max-width: 460px;
  margin: 45px auto 0;
}
@media screen and (max-width: 1100px) {
  .topcolumn {
    padding: 40px 0 80px;
  }
  .topcolumn ul {
    display: block;
    margin: 20px 0 0;
  }
  .topcolumn li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .topcolumn li .img {
    width: 100%;
    height: 213px;
  }
  .topcolumn li .date {
    font-size: 10px;
    margin: 18px 0 0;
    color: #303030;
  }
  .topcolumn li .txt {
    font-size: 18px;
    line-height: 23px;
    color: #000;
  }
  .topcolumn .btn {
    max-width: 100%;
    margin: 45px 0 0;
  }
}

/*column*/
.column {
  padding: 70px 0 100px;
}
.columnlist {
  display: flex;
  flex-wrap: wrap;
}
.columnlist li {
  width: calc((100% - 41px) / 3);
  margin-right: 20px;
  margin-bottom: 35px;
}
.columnlist li:nth-child(3n) {
  margin-right: 0;
}
.columnlist li a {
  display: block;
}
.columnlist li a:hover {
  opacity: 0.7;
}
.columnlist li .img {
  width: 100%;
  height: 200px;
  background-color: #d8e4f2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.columnlist li .date {
  font-size: 12px;
  line-height: 1;
  color: #7d7d7d;
  font-weight: 500;
  margin: 16px 0 0;
}
.columnlist li .txt {
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  font-weight: 500;
  margin: 10px 0 0;
}
@media screen and (max-width: 1100px) {
  .column {
    padding: 60px 0 80px;
  }
  .columnlist {
    display: block;
  }
  .columnlist li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .columnlist li .img {
    width: 100%;
    height: 213px;
  }
  .columnlist li .date {
    font-size: 10px;
    margin: 18px 0 0;
    color: #303030;
  }
  .columnlist li .txt {
    font-size: 18px;
    line-height: 23px;
    color: #000;
  }
}

/* wp-pagenavi
----------------------------------------------- */
.columnpagenavi .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.columnpagenavi .wp-pagenavi .page,
.columnpagenavi .wp-pagenavi .current,
.columnpagenavi .wp-pagenavi .previouspostslink,
.columnpagenavi .wp-pagenavi .nextpostslink {
  margin: 0 10px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.columnpagenavi .wp-pagenavi .page,
.columnpagenavi .wp-pagenavi .current {
  background: #b20000;
}
.columnpagenavi .wp-pagenavi .page:hover,
.columnpagenavi .wp-pagenavi .current {
  background: #dadada;
  color: #747474;
}
.columnpagenavi .wp-pagenavi .previouspostslink {
  font-size: 0;
  text-indent: -9999px;
  background-image: url("../common/img/prev_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.columnpagenavi .wp-pagenavi .previouspostslink:hover {
  background-image: url("../common/img/prev_arrow_on.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.columnpagenavi .wp-pagenavi .nextpostslink {
  font-size: 0;
  text-indent: -9999px;
  background-image: url("../common/img/next_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.columnpagenavi .wp-pagenavi .nextpostslink:hover {
  background-image: url("../common/img/next_arrow_on.png");
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .columnpagenavi .wp-pagenavi {
    margin: 45px -10px 0;
    padding: 0 20px;
    position: relative;
  }
  .columnpagenavi .wp-pagenavi .page,
  .columnpagenavi .wp-pagenavi .current,
  .columnpagenavi .wp-pagenavi .previouspostslink,
  .columnpagenavi .wp-pagenavi .nextpostslink {
    margin: 3px 6px;
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
  .columnpagenavi .wp-pagenavi .previouspostslink {
    background-image: url("../common/img/prev_arrow_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 9px auto;
  }
  .columnpagenavi .wp-pagenavi .previouspostslink:hover {
    background-image: url("../common/img/prev_arrow_on_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 9px auto;
  }
  .columnpagenavi .wp-pagenavi .nextpostslink {
    background-image: url("../common/img/next_arrow_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 9px auto;
  }
  .columnpagenavi .wp-pagenavi .nextpostslink:hover {
    background-image: url("../common/img/next_arrow_on_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 9px auto;
  }
}

/*columndetail*/
.columndetail {
  padding: 66px 0 160px;
}
.columndetailbox {
  display: flex;
  flex-direction: row-reverse;
}
.columnside {
  width: 280px;
  margin: 0 40px 0 0;
}
.columnside .tit {
  font-size: 16px;
  line-height: 45px;
  font-weight: 500;
  background: #d8e4f2;
  text-align: center;
}
.columnside li {
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0;
}
.columnside li a {
  font-size: 16px;
  line-height: 24px;
}
.columnside li a:hover {
  text-decoration: underline;
}
.columnside .btn {
  margin: 20px 0 0;
}
.columncont {
  flex: 1;
}
.columncont .mainimg {
  width: 100%;
  text-align: center;
  margin: 0 0 24px;
}
.columncont .date {
  font-size: 16px;
  color: #303030;
  line-height: 1;
  margin: 0 0 20px;
}
.columncont .tit {
  font-size: 26px;
  color: #b20000;
  line-height: 36px;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .columndetail {
    padding: 60px 0 100px;
  }
  .columndetailbox {
    display: block;
  }
  .columnside {
    width: 100%;
    margin: 80px 0 0;
  }
  .columnside .tit {
    font-size: 15px;
    line-height: 50px;
  }
  .columnside li a {
    font-size: 15px;
    line-height: 20px;
  }
  .columnside .btn {
    margin: 27px 0 0;
  }
  .columncont .mainimg {
    margin: 0 0 18px;
  }
  .columncont .date {
    font-size: 10px;
    margin: 0 0 10px;
  }
  .columncont .tit {
    font-size: 18px;
    line-height: 23px;
  }
}
.columncontinner {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #303030;
	word-break:break-all;
}
.columncontinner h1,
.columncontinner h2,
.columncontinner h3,
.columncontinner h4,
.columncontinner h5,
.columncontinner h6 {
  margin-bottom: 20px;
}
.columncontinner h1 {
  font-size: 30px;
  line-height: 1.4;
}
.columncontinner h2 {
  position: relative;
  font-size: 24px;
  line-height: 34px;
  padding-left: 20px;
}
.columncontinner h2:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background: #b20000;
  left: 0;
  top: 0;
}
.columncontinner h3 {
  font-size: 20px;
  line-height: 30px;
  border-bottom: 2px solid #b20000;
}
.columncontinner h4 {
  font-size: 18px;
  line-height: 26px;
  background: #e9f2fd;
  padding: 10px 16px;
}
.columncontinner h5,
.columncontinner h6 {
  font-size: 16px;
}
.columncontinner strong {
  font-weight: bold;
}
.columncontinner a {
  text-decoration: underline;
  color: #b20000;
}
.columndetailbtn {
  margin: 65px 0 0;
  display: flex;
  justify-content: center;
}
.columndetailbtn .facebook {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .columncontinner {
    font-size: 13px;
    line-height: 21px;
    margin: 10px 0 0;
  }
  .columncontinner img {
    height: auto !important;
  }
  .columncontinner h1,
  .columncontinner h2,
  .columncontinner h3,
  .columncontinner h4,
  .columncontinner h5,
  .columncontinner h6 {
    margin-bottom: 20px;
  }
  .columncontinner h1 {
    font-size: 20px;
  }
  .columncontinner h2 {
    font-size: 15px;
    line-height: 21px;
    padding-left: 13px;
  }
  .columncontinner h2:before {
    width: 5px;
  }
  .columncontinner h3 {
    font-size: 15px;
    line-height: 21px;
    border-bottom: 1px solid #b20000;
    padding-bottom: 5px;
  }
  .columncontinner h4 {
    font-size: 15px;
    line-height: 21px;
    padding: 5px 8px;
  }
  .columncontinner h5,
  .columncontinner h6 {
    font-size: 14px;
  }
}

/*20220302追加*/
.recycle {
  padding: 70px 0 50px;
  background: #f4f4f4;
}
.recycle .hd1 {
  margin: 0 0 5px;
}
.recycle .box {
  margin: 60px 0 0;
  display: flex;
}
.recycle .box .img {
  position: relative;
  width: 360px;
  margin: 0 88px 0 66px;
}
.recycle .box .img:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 50px;
  top: 94px;
  right: -65px;
  background: url(../img/recycle/arw_recycle.png) 0 0 no-repeat;
}
.recycle .box .img img {
  border-radius: 8px;
}
.recycle .box .img span {
  display: block;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #b20000;
  margin: 8px 0 0;
}
.recycle .box .content {
  flex: 1;
  padding: 0 25px 0 0;
}
.recycle .box .content .row {
  display: flex;
  justify-content: center;
}
.recycle .box .content .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 146px;
  height: 146px;
  font-size: 26px;
  line-height: 30px;
  color: #b20000;
  border: 2px solid #b20000;
  border-radius: 50%;
}
.recycle .box .content .item.small {
  font-size: 22px;
}
.recycle .box .content .item + .item {
  margin: 0 0 0 11px;
}
.recycle .box .content .row + .row .item + .item {
  margin: 0 0 0 29px;
}
@media screen and (max-width: 1100px) {
  .recycle {
    padding: 50px 0 50px;
  }
  .recycle .hd1 {
    margin: 0 0 5px;
  }
  .recycle .box {
    margin: 20px 0 0;
    display: block;
  }
  .recycle .box .img {
    width: 100%;
    text-align: center;
    margin: 0 0 60px;
  }
  .recycle .box .img:after {
    width: 41px;
    height: 25px;
    top: auto;
    bottom: -41px;
    right: 50%;
    margin-right: -20px;
    background: url(../img/recycle/arw_recycle_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .recycle .box .img img {
    border-radius: 4px;
    width: 300px;
  }
  .recycle .box .img span {
    display: none;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    color: #b20000;
    margin: 8px 0 0;
  }
  .recycle .box .content {
    padding: 0;
  }
  .recycle .box .content .item {
    width: 100px;
    height: 100px;
    font-size: 18px;
    line-height: 21px;
    border: 1px solid #b20000;
  }
  .recycle .box .content .item.small {
    font-size: 16px;
  }
  .recycle .box .content .item + .item {
    margin: 0 0 0 7px;
  }
  .recycle .box .content .row + .row .item + .item {
    margin: 0 0 0 20px;
  }
}

/*cf7*/
.wpcf7 .ajax-loader {
  display: none;
}

/*sofa*/
.sofa {
  padding: 12px 0 0;
}
.sofa .hd1 {
  line-height: 42px;
  margin-top: 80px;
  margin-bottom: 38px;
}
.fullimg img {
  width: 100%;
}
.bigstuff .topstrength {
  padding: 44px 0 60px;
}
.bigstuff .topstrength dl {
  height: auto;
}
.bigstuff .topstrength dd {
  padding-top: 30px;
  padding-bottom: 26px;
}
.bigstuff .topstrength dd .txt2 {
  line-height: 30px;
}
@media screen and (max-width: 1100px) {
  .sofa {
    padding: 0;
  }
  .sofa .hd1 {
    line-height: 28px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .bigstuff .topstrength {
    padding: 30px 0 50px;
  }
  .bigstuff .topstrength dd {
    padding-top: 20px;
    padding-bottom: 23px;
  }
  .bigstuff .topstrength dd .txt2 {
    line-height: 21px;
  }
}
/*area*/
.bigstuffarea {
  padding: 50px 0 65px;
  background: #f8f8f8;
}
.bigstuffarea .txt {
  font-size: 20px;
  line-height: 42px;
  margin: 26px 0 0;
}
.bigstuff .topfaq {
  background: #ffeaea;
}

.bigstuff .ihinseiri_case.fuyouhin {
  padding-bottom: 10px;
}

.bigstuff .mv .inner {
  padding-bottom: 150px;
}
.mvtag {
  margin: 0 0 22px;
}
.mvtag span {
  display: inline-block;
  width: 210px;
  height: 52px;
  background: #fff;
  font-size: 29px;
  line-height: 52px;
  color: #b20000;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
}
.mvtag span + span {
  margin: 0 0 0 20px;
}
.bigstuff .troublesome {
  padding-bottom: 0;
}
.topguide.stuff {
  padding-top: 0;
}
.topguide.stuff ul {
  margin: 0;
}
.topguide.stuff .sub {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin: 34px 0 20px;
}
@media screen and (max-width: 1100px) {
  .bigstuffarea {
    padding: 50px 0 50px;
  }
  .bigstuffarea .txt {
    font-size: 14px;
    line-height: 21px;
    margin: 20px 0 0;
  }
  .bigstuff .ihinseiri_case.fuyouhin {
    padding-bottom: 10px;
  }
  .bigstuff .mv .inner {
    padding-bottom: 50px;
  }
  .mvtag {
    margin: 0 0 20px;
  }
  .mvtag span {
    width: 100px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    border-radius: 3px;
  }
  .mvtag span + span {
    margin: 0 0 0 10px;
  }
  .bigstuff .troublesome {
    padding-bottom: 0;
  }
  .topguide.stuff {
    padding-top: 0;
  }
  .topguide.stuff ul {
    margin: 0;
  }
  .topguide.stuff li {
    display: block;
    width: 100%;
  }
  .topguide.stuff li + li {
    margin-top: 25px;
  }
  .topguide.stuff li .img {
    width: 100%;
  }
  .topguide.stuff .sub {
    font-size: 20px;
    line-height: 30px;
    margin: 34px 0 20px;
  }
}

.bigstuff .onepoint {
  background: #ffeaea;
}
.bigstuff .onepoint .box li:nth-last-child(1),
.bigstuff .onepoint .box li:nth-last-child(2) {
  border-bottom: none;
}
.bigstuff .onepoint .box {
  margin-bottom: 15px;
}
.onepointcomment {
  font-size: 14px;
  line-height: 22px;
  padding-left: 1em;
  text-indent: -1em;
}
.bigstuff .onepoint .btn {
  margin-top: 67px;
}
.bigstuff .onepoint .box li .txt {
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .bigstuff .onepoint .box {
    margin-bottom: 10px;
  }
  .bigstuff .onepoint .box li .tit {
    height: 50px;
    font-size: 12px;
  }
  .bigstuff .onepoint .box li .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }
  .bigstuff .onepoint .box li:nth-last-child(2) {
    border-bottom: 1px solid #fff;
  }
  .onepointcomment {
    font-size: 13px;
    line-height: 18px;
  }
  .bigstuff .onepoint .btn {
    margin-top: 25px;
  }
}
/*relieved*/
.relieved {
  padding: 60px 0 50px;
}
.relieved ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.relieved li {
  width: calc((100% - 41px) / 3);
  margin-right: 20px;
  margin-bottom: 30px;
  color: #131313;
}
.relieved li:nth-child(3n) {
  margin-right: 0;
}
.relieved li .img {
  margin: 0 0 15px;
  text-align: center;
}
.relieved li .img img {
  width: 100%;
  border-radius: 6px;
}
.relieved li .tit {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}
.relieved li .txt {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin: 6px 0 0;
}
.relieved .btn {
  max-width: 460px;
  margin: 0 auto 0;
}
@media screen and (max-width: 1100px) {
  .relieved {
    padding: 50px 0 50px;
  }
  .relieved ul {
    display: block;
    margin: 15px 0 0;
  }
  .relieved li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .relieved li .img {
    margin: 0 0 12px;
  }
  .relieved li .img img {
    border-radius: 3px;
  }
  .relieved li .tit {
    font-size: 18px;
    line-height: 28px;
  }
  .relieved li .txt {
    font-size: 13px;
    line-height: 18px;
    margin: 3px 0 0;
  }
  .relieved .btn {
    max-width: 460px;
    margin: 30px auto 0;
  }
}
/*satisfy*/
.satisfy {
  padding: 50px 0 0;
}
.satisfy .group {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.satisfy .group li {
  width: 16.6666%;
}
.satisfy .group li img {
  width: 100%;
}
.satisfy .box {
  padding: 60px 0 52px;
  background: #f6f6f6;
}
.satisfy .box .in {
  display: flex;
}
.satisfy .box .img {
  width: 390px;
  text-align: center;
}
.satisfy .box .content {
  flex: 1;
  padding: 13px 0 0 60px;
}
.satisfy .box .content .tit {
  font-size: 36px;
  line-height: 50px;
  color: #b20000;
}
.satisfy .box .content .txt {
  font-size: 18px;
  line-height: 36px;
  margin: 6px 0 0;
}
@media screen and (max-width: 1100px) {
  .satisfy {
    padding: 0;
  }
  .satisfy .group {
    margin: 14px 0 0;
  }
  .satisfy .group li {
    width: 33.3333%;
  }
  .satisfy .box {
    padding: 35px 0 30px;
  }
  .satisfy .box .in {
    display: block;
  }
  .satisfy .box .img {
    width: 100%;
  }
  .satisfy .box .img img {
    width: 159px;
  }
  .satisfy .box .content {
    padding: 12px 0 0 0;
  }
  .satisfy .box .content .tit {
    font-size: 23px;
    line-height: 34px;
    text-align: center;
  }
  .satisfy .box .content .txt {
    font-size: 13px;
    line-height: 21px;
    margin: 5px 0 0;
  }
}
/*sofacontact*/
.sofacontact {
  padding: 64px 0 68px;
  background: #ffeaea;
}
.sofacontact .comment {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin: 16px 0 22px;
}
.sofacontact .btn {
  max-width: 380px;
  margin: 0 auto 0;
}
.sofacontact ul {
  margin: 38px 0 0;
  display: flex;
  justify-content: space-between;
}
.sofacontact li {
  width: 434px;
  background: #fff;
  border-radius: 7px;
  border: 2px solid #b20000;
  overflow: hidden;
}
.sofacontact li + li {
  width: 534px;
}
.sofacontact li .tit {
  background: #ffeaea;
  font-size: 22px;
  line-height: 48px;
  color: #b20000;
  font-weight: 500;
  text-align: center;
  height: 48px;
}
.sofacontact li .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 25px 16px 35px;
}
.sofacontact li .content .txt {
  font-size: 18px;
  line-height: 26px;
  padding: 0 0 0 40px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/new/ico_sofacontact.png);
}
.sofacontact li + li .content .txt {
  padding: 0 0 0 32px;
  background-image: url(../img/new/ico_sofacontact2.png);
}
.sofacontact li .content .txt + .txt {
  margin: 10px 0 0;
}
@media screen and (max-width: 1100px) {
  .sofacontact {
    padding: 40px 0 45px;
  }
  .sofacontact .comment {
    font-size: 13px;
    line-height: 21px;
    margin: 6px 0 12px;
  }
  .sofacontact .btn {
    max-width: 300px;
    margin: 0 auto;
  }
  .sofacontact ul {
    margin: 14px 0 0;
    display: block;
  }
  .sofacontact li {
    width: 100%;
    border-radius: 4px;
    border: 2px solid #b20000;
  }
  .sofacontact li + li {
    width: 100%;
    margin: 15px 0 0;
  }
  .sofacontact li .tit {
    font-size: 15px;
    line-height: 35px;
    height: 35px;
  }
  .sofacontact li .content {
    display: block;
    padding: 20px 7px 20px 20px;
  }
  .sofacontact li .content .txt {
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 0 23px;
    background-image: url(../img/new/ico_sofacontact2.png);
    background-size: 14px auto;
  }
  .sofacontact li + li .content .txt {
    padding: 0 0 0 23px;
    background-image: url(../img/new/ico_sofacontact2.png);
    background-size: 14px auto;
  }
}

.loader1 {
  display: none;
}
/***PC 1100px ~***/

/***IPAD 768px ~ 1100px***/
@media screen and (max-width: 1100px) {
	.sp_none {
		display: none;
	}
}

/*** SP 480px ~ 767px***/
@media screen and (max-width: 767px) {
}

/*** SP 320px ~ 479px***/
@media screen and (max-width: 479px) {
}

.rtoc-mokuji-content.animation-fade {
    display: none;
}
b20000;
  }
  .sofacontact li + li {
    width: 100%;
    margin: 15px 0 0;
  }
  .sofacontact li .tit {
    font-size: 15px;
    line-height: 35px;
    height: 35px;
  }
  .sofacontact li .content {
    display: block;
    padding: 20px 7px 20px 20px;
  }
  .sofacontact li .content .txt {
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 0 23px;
    background-image: url(../img/new/ico_sofacontact2.png);
    background-size: 14px auto;
  }
  .sofacontact li + li .content .txt {
    padding: 0 0 0 23px;
    background-image: url(../img/new/ico_sofacontact2.png);
    background-size: 14px auto;
  }
}

.loader1 {
  display: none;
}
/***PC 1100px ~***/

/***IPAD 768px ~ 1100px***/
@media screen and (max-width: 1100px) {
	.sp_none {
		display: none;
	}
}

/*** SP 480px ~ 767px***/
@media screen and (max-width: 767px) {
}

/*** SP 320px ~ 479px***/
@media screen and (max-width: 479px) {
}

.rtoc-mokuji-content.animation-fade {
    display: none;
}
