@charset "UTF-8";
.p-country-name {
  display: none;
}
.u-clyell {
  color: #FFDC1E;
}
.u-clgreen {
  color: #1e9800;
}
.u-clred {
  color: #C32700;
}
.u-clblue {
  color: #0A5B9D;
}
.flex {
  flex-wrap: wrap;
}
.lp {
  background-color: #F3F3F3;
  letter-spacing: 0;
  margin-top: 170px;
}
.topLp {
  position: fixed;
  top: 0;
  width: 100%;
}
#header .hdlp .btnbox a:after {
  display: none;
}
#header .hdlp .btnbox p:nth-child(1) {
  margin-right: 10px;
}
#header .hdlp .infobox .txt {
  font-size: 17px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-left: 12px;
  margin-bottom: 0;
}
#header .hdlp .infobox .txt span {
  font-size: 20px;
  font-weight: bold;
}
.hd_nav_box.hdlp_box {
  background-color: #65BC1B;
}
.hd_nav_list {
  flex-wrap: nowrap;
}
.hdlp_box .hd_nav_list .hd_nav {
  position: relative;
}
.hdlp_box .hd_nav_list .hd_nav > a {
  position: unset;
}
.hd_nav_list .hd_nav:nth-child(1) > a:after, .hd_nav_list .hd_nav > a:before {
  display: none;
}
.hd_nav_list .hd_nav:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
.hd_nav_list .hd_nav:nth-child(1):after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
.hdlp_box .hd_nav_list .hd_nav > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #FFDC1E;
  width: 100%;
  transform: none;
  top: auto;
  opacity: 0;
  transition: .3s;
}
.hdlp_box .hd_nav_list .hd_nav:hover > a::after {
  opacity: 1;
}
.hdlp_box .hd_nav_list .hd_nav a:hover {
  color: #fff;
}
.mainvs .inn .pict {
  width: 100%;
}
.mainvs .slick-dotted.slick-slider {
  margin: 0 0 -5px;
}
.mainvs .inn .pict img {
  display: block;
  width: 100%;
}
.first_view_slider .slide-item .sp {
  display: none !important;
}
.first_view_slider .slick-dots {
  bottom: -30px;
}
.first_view_slider .slick-dots li button:before {
  font-size: 13px;
  color: #fff;
  opacity: 1;
}
.first_view_slider .slick-dots li.slick-active button:before {
  color: #65BC1B;
  opacity: 1;
}
.mainvs_text {
  text-align: center;
  background-color: #1C4080;
  color: #fff;
  padding: 72px 0 92px;
}
.mainvs_text h2 {
  text-align: center;
  margin-bottom: 41px;
}
.flex.mainvs_slsp {
  gap: 29px;
}
.mainvs_item {
  width: calc(100%/3 - 58px/3);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 0 #000;
  transition: .3s;
}
.section_top_txt {
  padding: 95px 0 0;
}
.section_top_txt .wrap {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
.section_top_txt h2 {
  font-size: 47px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 28px;
  color: #EA5406;
}
.section_top_txt p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7;
  text-align: center;
}
.banner {
  padding: 99px 0 71px;
}
.banner .flex {
  margin: 0 -11px;
  justify-content: space-between;
  gap: 20px;
}
.banner_item {
  width: calc(50% - 10px);
}
.banner_item img {
  width: 100%;
}
.pickup_head {
  text-align: center;
  margin-bottom: 50px;
}
.pickup_head p {
  font-size: 32px;
  font-weight: bold;
  margin-top: 35px;
}
.flex.pickup_ls {
  gap: 30px;
}
.pickup_item {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: calc(100%/3 - 20px);
  padding: 19px 20px 25px;
}
.pickup_item .detail {
  margin-top: 15px;
  margin-bottom: 11px;
}
.pickup_item .detail p {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
}
.pickup_item img {
  width: 100%;
}
.pickup_mark {
  border-radius: 3px;
  overflow: hidden;
  width: 66px;
}
.pickup_price {
  width: calc(100% - 66px);
  position: relative;
  font-family: 'Barlow', sans-serif;
  font-size: 78px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -0.04em;
  color: #DA3102;
  line-height: 1;
  text-align: right;
  padding-right: 4px;
}
.pickup_price span {
  font-size: 47px;
  letter-spacing: -0.04em;
  margin-right: -1px;
}
.price2 {
  width: calc(100% - 66px);
  font-size: 60px;
  padding-right: 4px;
}
.price2 span {
  font-size: 37px;
  letter-spacing: -0.04em;
  margin-right: -1px;
}
.text-price {
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-size: 50px;
  height: 66px;
  padding: 10px;
  margin-bottom: 10px;
}
.pickup_unit {
  position: absolute;
  bottom: -15px;
  right: -4px;
}
.pickup_item .flex {
  align-items: center;
}
.pickup {
  padding-bottom: 148px;
  padding-top: 50px;
}
.pickup_head div {
  font-size: 20px;
  font-weight: 500;
  margin-top: 18px;
}

.pickup .b-tn a {
	position: relative;
	display: block;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.04em;
	border: 3px solid #000000;
	border-radius: 50px;
	background: linear-gradient(to bottom, #FFD848 50%, #FBC600 50%);
	box-shadow: 0 7px 0 #000000;
	width: 100%;
	max-width: 520px;
	padding: 22px 0 26px;
	margin: 50px auto 0;
	transition: all .3s;
}
.pickup .b-tn a::after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../img/common/btn_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
}
.pickup .b-tn a:hover {
	box-shadow: 0 2px 0 #000;
	-webkit-transform: translate(0, 0.25rem);
	transform: translate(0, 0.25rem);
}


.manuf {
  border-top: 5px solid #000;
  padding: 107px 0 127px;
  background-image: url(../img/common/Yenya_greenbg.jpg);
  background-size: cover;
  background-repeat: repeat;
}
.manuf_head {
  text-align: center;
  margin-bottom: 59px;
}
.manuf_txt span {
  background-color: #FFDC1E;
  border-radius: 5px;
  border: 3px solid #000;
  color: #0D0D0D;
  text-align: center;
  width: 380px;
  max-width: 100%;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "A-OTF UD Shin Go Pro", sans-serif;
  padding: 6px 0 2px;
}
.manuf_txt {
  margin-bottom: 34px;
}
.manuf_head p {
  font-size: 32px;
  font-weight: bold;
  margin-top: 33px;
}
.flex.manuf_ls {
  gap: 15px;
}
.manuf_it {
  width: calc(20% - 12px);
  border-radius: 20px;
  background-color: #fff;
  border: 3px solid #000;
  box-shadow: 0 5px 0 #000;
  text-align: center;
  transition: .3s;
}
.manuf_it a {
  display: block;
  padding: 15px 23px 20px;
}
.manuf_it:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.manuf_it h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.manuf_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  max-height: 150px;
}
.manuf_img img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.manuf .ng-list {
  display: block;
  width: 100%;
  margin: 100px 0 0;
}
.manuf .ng-list .sub-ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
  border-radius: 10px 10px 0 0;
  padding: 25px 0;
  color: #fff;
  background-color: #074381;
}
.manuf .ng-list .ctt {
  padding: 30px 25px 50px;
  background-color: #F6F6F6;
  border: 5px solid #0E3380;
}
.manuf .ng-list .ctt > .note {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
  margin: 0 auto 25px;
}
.manuf .ng-list .ctt .img img {
  margin: 0 auto 20px;
}
.manuf .ng-list .ctt .sub_note {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  background-color: #030303;
  padding: 15px 20px;
  margin: 0 0 35px;
}
.manuf .ng-list .ctt .sub_note span {
  font-size: 19px;
  font-weight: 500;
  padding-left: 20px;
}
.manuf .ng-list .ctt .sub-p {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.88;
  color: #000000;
  margin: 0 0 35px;
}
.manuf .ng-list .ctt .precautions {
  padding: 32px 20px;
  border-radius: 10px;
  color: #000000;
  background-color: #EFEFEF;
}
.manuf .ng-list .ctt .precautions .ttl {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0 0 20px;
}
.manuf .ng-list .ctt .precautions .note {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.88;
  margin: 0;
}
.bannerCt_top {
  background-color: #000;
  text-align: center;
  padding: 28px 20px;
  position: relative;
}
.bannerCt_top::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translate(-50%, 50%) rotate(45deg);
  width: 35px;
  height: 35px;
  background-color: #000;
}
.bannerCt_content {
  background-color: #1C3F80;
  padding: 69px 0 53px;
  text-align: center;
}
.bannerCt_txt {
  margin-bottom: 34px;
}
.bannerCt_txt span {
  background-color: #fff;
  border-radius: 5px;
  border: 3px solid #03132C;
  color: #03122C;
  text-align: center;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  padding: 3px 19px 5px;
}
.bannerCt_content .flex {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 29px;
}
.bannerCt_link {
  width: calc(50% - 16px);
  transition: .3s;
  border-radius: 5px;
  overflow: hidden;
}
.bannerCt_link:hover a {
  transform: translateY(4px);
}
.bannerCt_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1C3F80;
  transition: .3s;
}
.bannerCt_link:hover::after {
  padding-top: 4px;
}
.bannerCt_link a {
  display: block;
  transition: .3s;
}
.bannerCt_content .fax_banner {
  margin-top: 40px;
}
.bannerCt_content .fax_banner .flex {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  border: 4px solid #000;
  border-radius: 5px;
  padding: 35px 0;
}
.bannerCt_content .fax_banner .flex::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 2px;
  height: calc(100% - 70px);
  background-color: #000;
}
.bannerCt_content .fax_banner .flex p {
  width: 50%;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerCt_content .fax_banner .flex p:nth-child(2) {
  text-align: right;
  padding: 0 6% 0 0;
}
.bannerCt_content .fax_banner + h2 {
  margin-top: 40px;
}
.bannerCt_content .flex.bannerCt_hotline {
  margin: 40px auto 0;
}
/* .bannerCt_it {
    width: calc(50% - 16px);
} */
.bannerCt_it h3 {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 18px;
}
.bannerCt_it p {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  line-height: 35px;
  margin-top: 13px;
}
.bannerCt_it .u-sp {
  display: none;
}
.solution {
  text-align: center;
  padding-bottom: 162px;
}
.caption {
  padding: 118px 0;
  background: url("../img/common/caption_bg.jpg") no-repeat center top / cover;
  position: relative;
  z-index: 1;
}
.caption::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 50%);
  z-index: -1;
}
.caption_img {
  position: relative;
  z-index: 1;
  text-align: center;
}
.caption_box {
  position: absolute;
  bottom: 12px;
  right: 60px;
}
.caption_box2 {
  position: absolute;
  bottom: -140px;
  left: -50px;
}
.caption p {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-top: 3px;
}
.step_head {
  margin-top: 133px;
}
.step_head h2 {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}
.step_head h2 img {
  margin: 0 auto;
  width: 100%;
}
.step_head p {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 46px;
  margin-bottom: 69px;
}
.step_head .note {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
}
.step_head .note a {
  color: #1E9800;
  border-bottom: 1px solid #1E9800;
  transition: .3s;
}
.step_head .note a:hover {
  opacity: 0.7;
}
.step_content {
  margin-top: 100px;
  padding-bottom: 28px;
}
.step_num {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
  background-color: #1E9800;
  border-radius: 5px;
  padding: 8px 21px;
}
.step_txt h3 {
  font-size: 37px;
  font-weight: bold;
  margin-left: 29px;
}
.step_txt.flex {
  align-items: center;
  margin-bottom: 16px;
}
.step_box.flex {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 40px 44px;
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: 0 5px 0 rgb(0 0 0 / 16%);
}
.step_img {
  width: 30%;
  overflow: hidden;
  border-radius: 5px;
}
.step_text {
  padding-top: 12px;
  width: 65.4%;
  text-align: left;
}
.step_text h4 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 27px;
}
.step_text p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 30px;
}
.step_text p a, .step_text .main_link {
  color: #1E9800;
  text-decoration: underline;
}
.step_text .main_link {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 35px 0 20px;
  transition: .3s;
}
.step_text .main_link:hover {
  opacity: 0.7;
}
.step_text .add_p {
  margin: 30px 0;
}
.step_text .address .address_cap {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.step_text .address .bold {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 35px;
  letter-spacing: 0.06em;
}
.step_item {
  margin-bottom: 69px;
}
.instore_banner {
  margin-top: 90px;
}
.flex.bannerCt_hotline {
  justify-content: space-between;
}
.instore_banner .bannerCt_it h3 {
  color: #000;
}
.expect_top {
  background-color: #1E9800;
  position: relative;
  text-align: center;
  padding: 27px 20px 18px;
  font-size: 55px;
  font-family: 'A-OTF UD Shin Go Pr6N', sans-serif;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #fff;
  z-index: 2;
}
.expect_title {
  background: url(../img/common/expect_bg.jpg);
  text-align: center;
  padding: 97px 0 96px;
  position: relative;
  z-index: 1;
}
.expect_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 30%);
  z-index: -1;
}
.expect_top::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  width: 35px;
  height: 35px;
  background-color: #1E9800;
}
.expect_title p {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-top: 34px;
  line-height: 56px;
}
.expect_ls .flex {
  gap: 30px;
  margin-bottom: 67px;
}
.expect_ls {
  margin-top: 77px;
}
.expect_txt {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 61px;
}
.expect_it {
  width: calc(100%/3 - 20px);
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 0 rgb(0 0 0 / 16%);
  padding: 20px 20px 49px;
  text-align: center;
}
.expect_it img {
  border-radius: 10px;
}
.expect_it h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 35px;
  margin-top: 27px;
  margin-bottom: 19px;
}
.expect_it p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 25px;
}
.btn {
  display: block;
  margin: 0 auto;
  width: 520px;
  max-width: 100%;
  border: 5px solid #000;
  background: linear-gradient(180deg, #FFDC1E 0%, #FFDC1E 50%, #F5BE00 50%, #F5BE00 100%);
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 21px 0;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 0 rgb(0 0 0 / 16%);
  transition: .3s;
}
.btn:hover {
  transform: translateY(5px);
  box-shadow: none;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 34px;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon_btnblack.svg) no-repeat center/contain;
}
.expect {
  padding-bottom: 88px;
}
.instore .caption {
  background-image: url(../img/common/instore_bg.jpg);
}
.instore {
  text-align: center;
}
.instore .caption_box {
  right: 0;
  bottom: 0px;
}
.instore_content {
  padding: 68px 0 114px;
}
.instore_content h2 {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
}
.instore_content h2 img {
  margin: 0 auto;
}
.instore_content h2 img.pc {
  display: block;
}
.instore_content h2 img.sp {
  display: none;
}
.instore_content p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.instore_content .green_text {
  margin-top: 15px;
  font-size: 27px;
  font-weight: bold;
  color: #1E9800;
}
.shop_ctt {
  margin: 70px 0 0;
}
.shop_ctt .shop_item {
  margin: 0 0 70px;
}
.shop_ctt .shop_item:last-of-type {
  margin: 0;
}
.shop_ctt .shop_item .ctt_flex {
  display: flex;
  gap: 40px;
}
.shop_ctt .shop_item .img {
  position: relative;
  max-width: 600px;
}
.shop_ctt .shop_item .img .slide_img {
  border: 4px solid #000;
  position: relative;
}
.shop_ctt .shop_item .img .slide_img.sp {
  display: none;
}
.shop_ctt .shop_item .img .slide_img img {
  display: block;
  width: 100%;
}
.shop_ctt .shop_item .img .slide_img .slick-arrow {
  display: none;
}
.shop_ctt .shop_item .img .arrow {
  position: absolute;
  width: 100%;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.shop_ctt .shop_item .img .arrow .shop_slide_prev, .shop_ctt .shop_item .img .arrow .shop_slide_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 70px;
  background-image: url(../img/common/shop_slide_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.shop_ctt .shop_item .img .arrow .shop_slide_prev {
  left: 0;
  transform: scaleX(-1) translateY(-50%);
}
.shop_ctt .shop_item .img .arrow .shop_slide_next {
  right: 0;
}
.shop_ctt .shop_item .img .float_txt {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 5px 22px 6px;
  color: #fff;
  background-color: #EA5406;
}
.shop_ctt .shop_item .info_txt {
  text-align: left;
  flex-grow: 1;
  flex: 1;
}
.shop_ctt .shop_item .info_txt .shop_name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.47;
  margin-bottom: 18px;
}
.shop_ctt .shop_item .info_txt dl {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 4px;
}
.shop_ctt .shop_item .info_txt dl:last-of-type {
  margin: 0 0 17px;
}
.shop_ctt .shop_item .info_txt dl dt {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  width: 110px;
  max-height: 50px;
  padding: 11px 0 14px;
  background-color: #E0DDD9;
}
.shop_ctt .shop_item .info_txt dl dd {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 11px 18px 14px;
  background-color: #fff;
  flex-grow: 1;
  max-height: 50px;
}
.shop_ctt .shop_item .info_txt dl .emphasis {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 29px;
  padding: 6px 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #EA5406;
}
.shop_ctt .shop_item .info_txt dl .emphasis::before {
  content: "";
  width: 25px;
  height: 23px;
  background-image: url(../img/common/tell_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.shop_ctt .shop_item .info_txt dl .emphasis.sp {
  display: none;
}
.shop_ctt .shop_item .info_txt dl .fax_number {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 29px;
  padding: 6px 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #000000;
}
.shop_ctt .shop_item .info_txt dl .fax_number::before {
  content: "";
  width: 25px;
  height: 23px;
  background-image: url(../img/common/fax_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.shop_ctt .shop_item .info_txt dl .fax_number.sp {
  display: none;
}
.shop_ctt .shop_item .info_txt .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 13px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0A3090;
  background-color: #fff;
  border: 2px solid #0A3090;
  padding: 11px 0 13px;
}
.shop_ctt .shop_item #fukuoka {
  padding-top: 190px;
  margin-top: -190px;
}
.shop_ctt .shop_item .map {
  margin: 35px 0 0;
}
.shop_ctt .shop_item .map iframe {
  width: 100%;
  height: 325px;
  border: none;
}
.instore_content .linkbox {
  margin: 60px auto 0;
}
.instore_content .linkbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.instore_content .linkbox ul li {
  width: 49%;
}
.instore_content .linkbox ul li a {}
.instore_content .linkbox ul li a img {
  display: block;
}
.link_list {
  padding: 100px 0;
  background-color: #F3F3F3;
}
.link_list h2 {
  margin: 0 auto 40px;
}
.link_list h2 img {
  display: block;
  margin: 0 auto;
}
.link_list h2 img.pc {
  display: block;
}
.link_list h2 img.sp {
  display: none;
}
.link_list ul {
  display: flex;
  flex-wrap: wrap;
}
.link_list ul:not(:last-child) {
  margin-bottom: 60px;
}
.link_list ul li {
  width: 32.33333333333333%;
  margin: 0.5%;
}
.link_list ul li a {}
.link_list ul li a img {
  display: block;
  filter: drop-shadow(0 4px 0 #000000);
  margin: 0 auto;
  transition: all .3s;
}
.link_list ul li a img:hover {
  filter: drop-shadow(0 2px 0 #000000);
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
}
.instore_sub {
  margin-top: 100px;
}
.instore_sub .ttl {
  position: relative;
  font-size: 39px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.44;
  padding: 0 0 17px;
  margin-bottom: 40px;
}
.instore_sub .ttl::before {
  content: "";
  width: 128px;
  height: 6px;
  background-color: #1E9800;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.instore_sub .note {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  margin: 0 auto 40px;
}
.instore_sub .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 15px;
}
.instore_sub .flex .store_item {
  position: relative;
  width: 33%;
  max-width: 390px;
  border: 4px solid #DDDCD7;
  background-color: #fff;
  padding: 45px 18px 25px;
}
.instore_sub .flex .store_item .prefecture {
  position: absolute;
  top: -4px;
  left: -4px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.42;
  padding: 0 6px 2px;
  color: #fff;
  background-color: #1E9800;
}
.instore_sub .flex .store_item h3 {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.03em;
}
.instore_sub .flex .store_item p {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.03em;
  line-height: 1.47;
}
a.instore_btn.btn {
  margin-top: 88px;
}
.bannerCt.bannerCt-02 .bannerCt_top {
  background-color: #03122C;
}
.bannerCt.bannerCt-02 .bannerCt_top::after {
  background-color: #03122C;
}
.ctForm {
  padding: 115px 0 89px;
  background-color: #EFEDED;
}
.ctForm_head {
  text-align: center;
  margin-bottom: 72px;
}
.ctForm_head p {
  font-size: 32px;
  font-weight: bold;
  margin-top: 20px;
}
.form_box {
  margin: 0 -5px;
}
.form_box .titlebox {
  text-align: center;
  background-color: #fff;
  padding-top: 30px;
}
.form_box .titlebox .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.form_box .cms_txt {
  padding-left: 19px;
}
.form_box .form_box_item {
  padding: 45px 65px 53px;
  background-color: #fff;
  margin-bottom: 29px;
  border-radius: 20px;
  overflow: hidden;
}
.form_box .form_box_item_last {
  margin-bottom: 0;
}
.form_box .form_box_item .item {
  margin-bottom: 24px;
}
.form_box .form_box_item .item:last-child {
  margin-bottom: 0;
}
.form_box .form_box_item .open-area {
  display: none;
}
.form_box .form_box_item .item .left {
  width: 288px;
  min-width: 288px;
  align-items: center;
  justify-content: space-between;
  margin-right: 23px;
  box-sizing: border-box;
}
.form_box .form_box_item .item .left .icon {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background-color: #DF3C00;
  display: inline-block;
  padding: 0 13px;
  border-radius: 4px;
}
.form_box .form_box_item .item .right {
  width: 100%;
  box-sizing: border-box;
  background-color: #ECECEC;
  padding: 19px 15px;
  border-radius: 5px;
}
.form_box .form_box_item .item .right.textarea, .form_box .form_box_item .item .right.daybox {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.form_box .form_box_item .item .right.textarea .cms_txt {
  margin-bottom: 1em;
}
.form_box .form_box_item .item .file_right {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.form_box .form_box_item .item .right input[type="text"], .form_box .form_box_item .item .right input[type="email"], .form_box .form_box_item .item .right input[type="tel"], .form_box .form_box_item .item .right textarea {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  padding: 0;
}
.form_box .form_box_item .item .right.textarea textarea {
  background-color: #ECECEC;
  padding: 15px;
  border-radius: 5px;
}
.form_box .form_box_item .item .right .mwform-radio-field input {
  margin-top: 0;
  position: relative;
  top: -1px;
}
.form_box .form_box_item .item .right textarea {
  height: 117px;
}
.form_box .form_box_item .item .right label {
  margin-right: 1em;
}
.form_box .form_box_item .item .right label:last-child {
  margin-right: 0;
}
.form_box .form_box_item .item .file_right input[type="file"] {
  /* width: 100%; */
  box-sizing: border-box;
  margin-bottom: 15px;
}
.form_box .form_box_item .item .file_right .txt {
  font-size: 16px;
}
.form_box .form_box_item .item .right.daybox .box {
  justify-content: space-between;
}
.form_box .form_box_item .item .right.daybox .box input[type="text"] {
  width: 32%;
  padding: 15px;
  margin: 0;
  background-color: #ECECEC;
  border-radius: 5px;
  box-sizing: border-box;
}
.form_box .form_box_item .policy_box .policy_title {
  font-size: 30px;
  text-align: center;
}
.form_box .form_box_item .policy_box .inn {
  height: 160px;
  overflow-y: scroll;
  margin-top: 25px;
}
.form_box .form_box_item .policy_box .inn .inn_box {
  margin-bottom: 60px;
}
.form_box .form_box_item .policy_box .inn .inn_box:last-child {
  margin-bottom: 0;
}
.form_box .form_box_item .policy_box .inn .inn_box .inn_title {
  font-size: 24px;
  margin-bottom: 24px;
}
.form_box .check_box .item {
  justify-content: center;
  margin: 30px 0 26px;
}
.form_box .check_box .item .icon {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background-color: #DF3C00;
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
  margin-right: 1em;
}
.form_box .btn_box {
  width: 80%;
  max-width: 520px;
  margin: 0 auto;
  position: relative;
}
.form_box .btn_box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 34px;
  width: 30px;
  height: 30px;
  background: url(../../img/common/icon_btnblack.svg) no-repeat center / contain;
  transition: .3s;
}
.form_box .btn_box:hover::after {
  top: calc(50% + 4px);
}
.form_box .btn_box input[type="submit"], .form_box .btn_box button {
  width: 100%;
  height: 100%;
  font-size: 32px;
  font-weight: bold;
  border-radius: 0;
  margin: 0;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  color: #000;
  background: linear-gradient(180deg, #FFDC1E 0%, #FFDC1E 50%, #F5BE00 50%, #F5BE00 100%);
  border: solid 5px #000;
  box-shadow: 0 4px 0 rgb(0 0 0 / 16%);
  padding: 22px 0;
  display: block;
  position: relative;
  transition: .3s;
  letter-spacing: 0.04em;
  font-family: inherit;
}
.form_box .btn_box input[type="submit"]:hover, .form_box .btn_box button:hover {
  box-shadow: 0 0 0 #000;
  transform: translate(0, 4px);
}
.form_box .btn_box button {
  margin-top: 1.5em;
}
.thanks_box {
  padding-top: 80px;
  text-align: center;
}
.thanks_box .title {
  font-size: 40px;
  margin-bottom: 30px;
}
.thanks_box .cms_txt {
  margin-bottom: 80px;
}
.item.flex {
  flex-wrap: nowrap;
}
span.mwform-radio-field.horizontal-item {
  margin-right: 17px;
}
.form_box .form_box_item .item .right .mwform-radio-field input[type="radio"] {
  width: 17px;
  height: 17px;
  margin-right: 6px;
}
.mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px !important;
}
.form_box_item.form_box_item_last {
  padding: 34px 69px 70px;
  margin-bottom: 70px;
}
.form_box_item.form_box_item_last .cms_txt {
  padding-left: 0;
  margin-bottom: 25px;
  font-size: 16px;
}
.check_box input[type="checkbox"] {
  width: 29px;
  height: 29px;
  margin-right: 10px;
}
/* 確認画面用 */
.mw_wp_form_confirm .form_box .form_box_item .item .file_right .txt, .mw_wp_form_confirm .form_box_item.form_box_item_last, .mw_wp_form_confirm .check_box {
  display: none;
}
.mw_wp_form_confirm .form_box .form_box_item .item .right {
  background-color: #fff;
  padding-left: 30px;
}
/* 完了画面用 */
.finish_text {
  margin-top: 50px;
  text-align: center;
}
.finish_text h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.finish_text p {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.09em;
  margin-bottom: 5px;
}
.bc_btn {
  margin-top: 50px;
}
.return_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
footer {
  box-sizing: border-box;
}
.ft_container {
  padding: 65px 0;
  border-top: 10px solid #000000;
}
.ft_top {
  justify-content: space-between;
  margin-bottom: 30px;
}
.ft_top .left .ft_logo {
  margin-bottom: 30px;
}
.ft_top .left .txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin: 0 0 24px;
}
.ft_top .right .flex {
  display: flex;
  align-items: flex-start;
  /*justify-content: right;*/
  gap: 10px;
}
.ft_nav {
  margin-bottom: 10px;
}
.ft_nav:last-child {
  margin-bottom: 0;
}
.ft_nav a {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.57;
  display: flex;
  align-items: center;
  gap: 0px;
  transition-duration: .3s;
}
.ft_nav a:hover {
  color: #FF4600;
  transition-duration: .3s;
}
.ft_nav a:before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/common/icon_ftnav.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition-duration: .3s;
}
.ft_nav a:hover:before {
  background-image: url("../img/common/icon_ftnav_hover.svg");
  transition-duration: .3s;
}
.ft_top .btn a {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  border: 3px solid #000000;
  color: #fff;
  background: linear-gradient(to bottom, #F27525 50%, #EA5406 50%);
  box-shadow: 0 5px 0 #000000;
  width: 100%;
  max-width: 300px;
  padding: 19px 10px 19px 0;
  margin: 0 0 0 auto;
  transition: all .3s;
}
.ft_top .btn a::after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../img/top/top_footer_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.ft_top .btn a:hover {
  box-shadow: 0 0 0 #000;
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
}
.copyright {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.ft_top-lp p.txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 18px;
  letter-spacing: 0;
}
.ft_top-lp .copyright {
  background-color: transparent;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}
.ft_top.ft_top-lp {
  margin-bottom: 0;
}
p.ft_txtsm {
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  margin-top: 26px;
  letter-spacing: 0;
}
p.ft_txtsm a {
  text-decoration: underline;
}
.return_top a {
  position: fixed;
  right: 45px;
  bottom: 30px;
  transition: all .3s;
  z-index: 100;
}
.return_top a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1300px) {
  .hdlp_box .hd_nav_list .hd_nav {
    padding: 0 2%;
  }
  .btnbox p {
    max-width: 210px;
  }
  .pickup_price {
    font-size: 60px;
  }
  .manuf_it h3 {
    font-size: 21px;
  }
  .solution_it h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  #header .hd_wrap {
    justify-content: space-between;
  }
  #header .shop_logo {
    max-width: 18%;
  }
  #header .hdlp .infobox .txt span {
    display: block;
  }
  #header .infobox {
    margin-right: 0;
  }
  #header .btnbox {
    max-width: calc(82% - 260px);
  }
  .hdlp_box .hd_nav_list .hd_nav {
    padding: 0 13px;
  }
  .btnbox p {
    max-width: 48%;
  }
  .pickup_item {
    width: calc(100%/2 - 15px);
  }
  .manuf_it {
    width: calc(100% / 3 - 16px);
  }
  .caption p {
    font-size: 30px;
  }
  .caption_img picture img {
    width: 80%;
  }
  .caption_box {
    position: absolute;
    bottom: 5%;
    right: 3%;
    z-index: -1;
  }
  .caption_box img {
    width: 15vw;
  }
  .caption_box2 {
    position: absolute;
    bottom: auto;
    left: 0;
    top: 60%;
    z-index: -1;
  }
  .caption_box2 img {
    width: 15vw;
  }
  .solution_it {
    width: calc(50% - 15px);
  }
  .expect_title h2 img {
    max-width: 90%;
  }
  .expect_title p {
    font-size: 26px;
  }
  .expect_ls .flex {
    gap: 20px;
  }
  .expect_it {
    width: calc(100% / 3 - 40px / 3);
    padding: 20px 10px 35px;
  }
  .expect_it h3 {
    font-size: 19px;
    margin-top: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .expect_it p {
    font-size: 14px;
    line-height: 20px;
  }
  .instore .caption_box {
    left: 80%;
  }
  .instore_it {
    width: calc(50% - 15px);
  }
  .form_box .form_box_item {
    padding: 25px 25px 40px;
  }
  .form_box .form_box_item .item .left {
    min-width: 220px;
  }
}
@media only screen and (max-width: 768px) {
  #header .shop_logo {
    max-width: 35%;
    margin-right: 0px;
  }
  .topLp #header {
    padding: 0 5px;
  }
  #header .hd_wrap {
    justify-content: flex-start;
  }
  #header .hdlp .infobox {
    display: block;
  }
  #header .hdlp .infobox .txt span {
    font-size: 12px;
    display: inline-block;
  }
  #header .hdlp .infobox .txt {
    font-size: 10px;
  }
  #header .hdlp .infobox .txt .border {
    display: none;
  }
  .lp {
    margin-top: 70px;
  }
  .fixbottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .fixbottom_it {
    width: 50%;
  }
  .first_view_slider .slide-item .pc {
    display: none !important;
  }
  .first_view_slider .slide-item .sp {
    display: block !important;
  }
  .first_view_slider .slick-dots {
    bottom: -8vw;
  }
  .first_view_slider .slick-dots li button:before {
    font-size: 2.93333vw;
  }
  .mainvs_text h2 {
    margin-bottom: 20px;
  }
  .mainvs_slsp .slick-list.draggable {
    padding: 0 22px;
  }
  .mainvs_slsp .slick-slide {
    padding: 0 6px;
  }
  .flex.mainvs_slsp {
    gap: 0;
  }
  .section_top_txt {
    padding: 6.4vw 0 0;
  }
  .mainvs_item {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 0;
    box-shadow: none;
  }
  .mainvs_item .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
  }
  .section_top_txt h2 {
    font-size: 6.933333vw;
    margin: 0 auto 4.8vw;
  }
  .section_top_txt p {
    font-size: 3.733334vw;
    line-height: 1.57;
  }
  .mainvs_item img {
    margin: 0 auto;
    width: 100%;
  }
  .mainvs_text {
    padding: 50px 0 41px;
  }
  .banner {
    padding: 50px 0 52px;
  }
  .banner .flex {
    margin: 0 5px;
    gap: 10px;
  }
  .banner_item {
    width: 100%;
  }
  .pickup_head h2 img {
    width: 84%;
  }
  .pickup_head p {
    font-size: 15px;
    margin-top: 16px;
  }
  .pickup_head {
    margin-bottom: 38px;
  }
  .flex.pickup_ls {
    gap: 9px;
  }
  .pickup_item {
    width: calc(100% / 2 - 9px / 2);
    border-radius: 10px;
    padding: 10px;
  }
  .pickup_item .detail {
    margin-top: 5px;
    margin-bottom: 2px;
  }
  .pickup_item .detail p {
    font-size: 12px;
    line-height: 16px;
  }
  .pickup_mark {
    width: 25px;
  }
  .pickup_price {
    font-size: 26px;
    width: calc(100% - 25px);
  }
  .pickup_price span {
    font-size: 22px;
    letter-spacing: -0.04em;
    margin-right: 1px;
  }
  .pickup_price {
    font-size: 22px;
    width: calc(100% - 25px);
  }
  .pickup_price span {
    font-size: 18px;
    letter-spacing: -0.04em;
    margin-right: 1px;
  }
  .text-price {
    font-size: 22px;
    height: 25px;
    padding: 0px;
    margin-bottom: 0px;
  }
  .pickup_unit {
    bottom: -8px;
    right: 3px;
    width: 18px;
  }
  .pickup {
    padding-bottom: 62px;
    padding-top: 28px;
  }
  .pickup_head div {
    font-size: 12px;
  }

  .pickup .b-tn a {
		font-size: 4vw;
		letter-spacing: 0.04em;
		border: 0.533vw solid #000000;
		border-radius: 5.866vw;
		box-shadow: 0 0.8vw 0 #000000;
		width: 100%;
		max-width: 66.666vw;
		padding: 2.667vw 0 2.4vw;
	}
	.pickup .b-tn a::after {
		content: "";
		width: 5.60005vw;
		height: 5.60005vw;
		top: 50%;
		transform: translateY(-50%);
		right: 2.6667vw;
	}
	.pickup .b-tn a:hover {
		box-shadow: 0 0 0 #000;
	}
	
  .manuf {
    padding: 42px 0 77px;
  }
  .manuf_txt span {
    width: 190px;
    font-size: 16px;
    padding: 5px 0 3px;
    border-width: 2px;
  }
  .manuf_txt {
    margin-bottom: 18px;
  }
  .manuf_head {
    margin-bottom: 30px;
  }
  .manuf_head h2 img {
    width: 94%;
  }
  .manuf_head p {
    font-size: 15px;
    margin-top: 22px;
  }
  .flex.manuf_ls {
    gap: 15px 9px;
  }
  .manuf_it a {
    padding: 22px 14px 12px;
  }
  .manuf_it {
    width: calc(50% - 9px / 2);
    border-width: 2px;
    border-radius: 10px;
    box-shadow: 0 4px 0 #000;
  }
  .manuf_img {
    height: 80px;
    max-width: 110px;
    margin: 0 auto;
  }
  .manuf_img img {
    max-height: 100%;
  }
  .manuf_it h3 {
    font-size: 17px;
    margin-top: 13px;
  }
  .manuf .ng-list {
    margin: 10.6666666668vw 0 0;
  }
  .manuf .ng-list .sub-ttl {
    font-size: 5.333333333333334vw;
    border-radius: 5px 5px 0 0;
    padding: 4.8vw 0;
  }
  .manuf .ng-list .ctt {
    padding: 5.3333333333333334vw 2.6666666666666667vw 8vw;
    border: 3px solid #0E3380;
  }
  .manuf .ng-list .ctt > .note {
    font-size: 4.26666666667vw;
    padding: 0 2.666666666667vw;
    margin: 0 auto 4.8vw;
  }
  .manuf .ng-list .ctt .img img {
    margin: 0 auto 6.6666666666666667vw;
  }
  .manuf .ng-list .ctt .sub_note {
    font-size: 4.266666666666667vw;
    padding: 3.2vw 4vw;
    margin: 0 0 5.333333333333334vw;
  }
  .manuf .ng-list .ctt .sub_note span {
    font-size: 3.466666666666663vw;
    padding-left: 2.6666666666667vw;
  }
  .manuf .ng-list .ctt .sub-p {
    font-size: 3.733333333333333334vw;
    margin: 0 0 5.3333333333333334vw;
  }
  .manuf .ng-list .ctt .precautions {
    padding: 6.666666666666667vw 5.33333333333333334vw;
    border-radius: 5px;
  }
  .manuf .ng-list .ctt .precautions .ttl {
    font-size: 5.3333333333334vw;
    margin: 0 0 4vw;
  }
  .manuf .ng-list .ctt .precautions .note {
    font-size: 3.733333333333334vw;
  }
  .bannerCt_top {
    padding: 17px 0;
  }
  .bannerCt_top img {
    width: 83%;
  }
  .bannerCt_top::after {
    bottom: 0;
    width: 15px;
    height: 15px;
  }
  .bannerCt_txt span {
    font-size: 16px;
    padding: 3px 11px 5px;
    border-width: 2px;
  }
  .bannerCt_txt {
    margin-bottom: 20px;
  }
  .bannerCt_content {
    padding: 35px 0 42px;
  }
  .bannerCt_content .flex {
    margin-top: 29px;
    margin-bottom: 20px;
    width: 100%;
    gap: 10px;
    justify-content: center;
  }
  .bannerCt_link, .bannerCt_link img {
    width: 100%;
    max-width: 282px;
  }
  .bannerCt_content h2 img {
    width: 96%;
  }
  .bannerCt_content .fax_banner {
    margin-top: 20px;
  }
  .bannerCt_content .fax_banner .flex {
    max-width: 282px;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  .bannerCt_content .fax_banner .flex::after {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 90%;
    height: 2px;
    background-color: #000;
  }
  .bannerCt_content .fax_banner .flex p {
    width: 100%;
    font-size: 19px;
    letter-spacing: 0.06em;
  }
  .bannerCt_content .fax_banner .flex p:nth-child(2) {
    padding: 0;
  }
  .bannerCt_content .fax_banner .flex p:first-of-type {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .bannerCt_content .fax_banner .flex p:last-of-type {
    margin: 0;
  }
  .bannerCt_content .fax_banner + h2 {
    margin-top: 20px;
  }
  .bannerCt_content .flex.bannerCt_hotline {
    margin: 10px auto 0;
    gap: 5px;
  }
  .bannerCt_it p {
    font-size: 13px;
    line-height: 18px;
    margin-top: 7px;
  }
  .bannerCt_it h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .bannerCt_it {
    width: 100%;
  }
  .bannerCt_it img {
    max-width: 282px;
  }
  .caption {
    padding: 52px 0;
    background-image: url(../img/common/caption_bg-sp.jpg);
  }
  .caption_img picture img {
    width: 95%;
  }
  .caption p {
    font-size: 18px;
    margin-top: 7px;
    line-height: 26px;
    z-index: 2;
    position: relative;
    font-weight: 900;
  }
  .caption_box {
    right: 0;
    bottom: -90%;
  }
  .caption_box img {
    width: 24vw;
  }
  .caption_box2 {
    top: 105%;
  }
  .caption_box2 img {
    width: 20vw;
  }
  .step_head p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 28px;
  }
  .step_head .note {
    font-size: 12px;
  }
  .step_top img {
    max-width: 296px;
  }
  .solution {
    padding-bottom: 65px;
    background-color: #F3F3F3;
  }
  .solution .caption {
    border-top: 5px solid #000;
  }
  .step_content {
    margin-top: 40px;
    padding: 0 25px 4px;
  }
  .step_item {
    margin-bottom: 46px;
  }
  .step_num {
    font-size: 13px;
    border-radius: 2px;
    padding: 6px 10px;
  }
  .step_txt h3 {
    font-size: 24px;
    margin-left: 14px;
  }
  .step_box.flex {
    border-radius: 10px;
    padding: 15px 14px 26px;
  }
  .step_text {
    padding-left: 3px;
  }
  .step_text h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 26px;
    margin-top: 25px;
    letter-spacing: 0.04em;
  }
  .step_text p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 20px;
  }
  .step_text .main_link {
    font-size: 16px;
    margin: 20px 0;
  }
  .step_text .add_p {
    margin: 20px 0;
  }
  .step_text .address .address_cap {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .step_text .address .bold {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .step_text .address .bold span {
    display: none;
  }
  .instore_banner {
    margin-top: 39px;
  }
  .flex.bannerCt_hotline {
    gap: 8px;
  }
  .instore_banner .bannerCt_it p.u-sp {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
  }
  .expect {
    padding-bottom: 29px;
  }
  .expect_title {
    padding: 50px 0 55px;
    background-image: url(../img/common/expect_bg-sp.jpg);
  }
  .expect_top {
    padding: 13px 24px 10px;
    font-size: 18px;
  }
  .expect_top::after {
    bottom: 0;
    width: 15px;
    height: 15px;
  }
  .expect_title p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 24px;
  }
  .expect_ls {
    margin-top: 52px;
  }
  .expect_txt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 29px;
  }
  .expect_ls .flex {
    gap: 25px;
    width: 85%;
    margin: 0 auto 56px;
  }
  .expect_it {
    width: 100%;
    padding: 16px 16px 19px;
    border-radius: 10px;
  }
  .expect_it img {
    border-radius: 5px;
  }
  .expect_it h3 {
    font-size: 20px;
    margin-top: 17px;
    line-height: 27px;
    margin-bottom: 19px;
  }
  .expect_it p {
    font-size: 15px;
    line-height: 20px;
  }
  .btn {
    width: 340px;
    font-size: 22px;
    border-width: 3px;
    padding: 15px 0 16px;
  }
  .btn::after {
    right: 17px;
    width: 27px;
    height: 27px;
  }
  .instore .caption {
    background-image: url(../img/common/instore_bg-sp.jpg);
    padding: 45px 0 51px;
  }
  .instore .caption_box {
    left: 71%;
    top: 94%;
  }
  .instore_content {
    padding: 36px 0 57px;
  }
  .instore_content h2 {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .instore_content h2 img.pc {
    display: none;
  }
  .instore_content h2 img.sp {
    display: block;
  }
  .instore_content p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    padding: 0 9px;
  }
  .instore_content .green_text {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.4;
  }
  .shop_ctt {
    margin: 10.668vw 0 0;
  }
  .shop_ctt .shop_item {
    margin: 0 0 10.668vw;
  }
  .shop_ctt .shop_item:last-of-type {
    margin: 0;
  }
  .shop_ctt .shop_item .ctt_flex {
    flex-direction: column;
    gap: 4vw;
  }
  .shop_ctt .shop_item .img {
    position: relative;
    max-width: none;
    width: 100%;
  }
  .shop_ctt .shop_item .img .slide_img {
    border: 2px solid #000;
  }
  .shop_ctt .shop_item .img .slide_img.pc {
    display: none;
  }
  .shop_ctt .shop_item .img .slide_img.sp {
    display: block;
  }
  .shop_ctt .shop_item .img .arrow {
    height: 10.668vw;
  }
  .shop_ctt .shop_item .img .arrow .shop_slide_prev, .shop_ctt .shop_item .img .arrow .shop_slide_next {
    width: 6.1333vw;
    height: 10.668vw;
  }
  .shop_ctt .shop_item .img .arrow .shop_slide_prev {
    border-radius: 0.8vw 0 0 0.8vw;
  }
  .shop_ctt .shop_item .img .arrow .shop_slide_next {
    border-radius: 0 0.8vw 0.8vw 0;
  }
  .shop_ctt .shop_item .img .float_txt {
    font-size: 4.2667vw;
    padding: 1.335vw 2.133vw;
  }
  .shop_ctt .shop_item .info_txt .shop_name {
    font-size: 5.066vw;
    text-align: center;
    line-height: 1.42;
    margin-bottom: 4vw;
  }
  .shop_ctt .shop_item .info_txt dl {
    gap: 0.533vw;
    margin: 0 0 0.533vw;
  }
  .shop_ctt .shop_item .info_txt dl:last-of-type {
    margin: 0 0 3.2vw;
  }
  .shop_ctt .shop_item .info_txt dl dt {
    font-size: 3.4663vw;
    letter-spacing: 0.03em;
    width: 21.3336vw;
    max-height: 11.466667vw;
    padding: 2.9333vw 0 3.4663vw;
  }
  .shop_ctt .shop_item .info_txt dl dd {
    font-size: 3.4663vw;
    line-height: 1.38;
    padding: 2.9333vw 3.4663vw 3.4663vw;
    flex-grow: 1;
    flex: 1;
    max-height: 11.466667vw;
  }
  .shop_ctt .shop_item .info_txt dl:first-of-type dd {
    padding: 0.533vw 3.4663vw 1.0667vw;
  }
  .shop_ctt .shop_item .info_txt dl .emphasis {
    gap: 1.6vw;
    font-size: 5.334vw;
    padding: 2.133vw 3.4663vw;
  }
  .shop_ctt .shop_item .info_txt dl .emphasis.pc {
    display: none;
  }
  .shop_ctt .shop_item .info_txt dl .emphasis.sp {
    display: flex;
  }
  .shop_ctt .shop_item .info_txt dl .emphasis.sp a {
    color: #EA5406;
  }
  .shop_ctt .shop_item .info_txt dl .emphasis::before {
    content: "";
    width: 4.2667vw;
    height: 3.8667vw;
  }
  .shop_ctt .shop_item .info_txt dl .fax_number {
    gap: 1.6vw;
    font-size: 5.334vw;
    padding: 2.133vw 3.4663vw;
  }
  .shop_ctt .shop_item .info_txt dl .fax_number.pc {
    display: none;
  }
  .shop_ctt .shop_item .info_txt dl .fax_number.sp {
    display: flex;
  }
  .shop_ctt .shop_item .info_txt dl .fax_number.sp a {
    color: #000000;
  }
  .shop_ctt .shop_item .info_txt dl .fax_number::before {
    content: "";
    width: 4.2667vw;
    height: 3.8667vw;
  }
  .shop_ctt .shop_item .info_txt .btn a {
    gap: 2.933vw;
    width: 58.66664vw;
    font-size: 4.2667vw;
    border: 2px solid #0A3090;
    margin: 0 auto;
    padding: 2.6667vw 0 2.9333vw;
  }
  .shop_ctt .shop_item #fukuoka {
    padding-top: 100px;
    margin-top: -100px;
  }
  .shop_ctt .shop_item .map {
    margin: 3.4663vw 0 0;
  }
  .shop_ctt .shop_item .map iframe {
    height: 57.599994vw;
  }
  .instore_content .linkbox {
    margin: 40px auto 0;
  }
  .instore_content .linkbox ul li {
    width: 100%;
  }
  .instore_content .linkbox ul li:not(:first-child) {
    margin-top: 20px;
  }
  .instore_sub {
    margin-top: 9.3334vw;
  }
  .instore_sub .ttl {
    font-size: 6.6667vw;
    padding: 0 0 2.66667vw;
    margin-bottom: 5.3334vw;
  }
  .instore_sub .ttl::before {
    width: 21.33336vw;
    height: 1.0666667vw;
    bottom: -1.066667vw;
  }
  .instore_sub .note {
    font-size: 3.73334vw;
    margin: 0 auto 6.66667vw;
  }
  .instore_sub .flex {
    align-items: stretch;
    max-width: none;
    gap: 2.133333vw;
    margin: 0 -0.53333vw;
  }
  .instore_sub .flex .store_item {
    width: 100%;
    max-width: 45.3333vw;
    padding: 8vw 2.6667vw 5.3334vw 3.2vw;
  }
  .instore_sub .flex .store_item .prefecture {
    top: -4px;
    left: -4px;
    font-size: 4.26667vw;
    padding: 0 2.13333vw 0.5333vw;
  }
  .instore_sub .flex .store_item h3 {
    font-size: 5.066666vw;
    margin-bottom: 1.6vw;
  }
  .instore_sub .flex .store_item p {
    font-size: 3.466663vw;
    padding: 0;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  a.instore_btn.btn {
    margin-top: 45px;
  }
  .instore_it img {
    border-radius: 5px;
  }
  .instore_it h3 {
    font-size: 15px;
    margin-top: 18px;
    padding-left: 4px;
  }
  .instore_it p {
    font-size: 12px;
    margin-top: 5px;
    letter-spacing: 0.06em;
    padding-left: 4px;
    line-height: 1.5;
  }
  .instore_it a {
    font-size: 13px;
    margin-top: 18px;
    padding: 6px 0 4px;
    max-width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
  .link_list {
    padding: 0 0 60px;
  }
  .link_list h2 {
    margin: 0 auto 10px
  }
  .link_list h2 img.pc {
    display: none;
  }
  .link_list h2 img.sp {
    display: block;
  }
  .link_list ul:not(:last-child) {
    margin-bottom: 30px;
  }
  .link_list ul li {
    width: 49%;
    margin: 1% 0.5%;
  }
  .link_list ul li a img {
    filter: drop-shadow(0 3px 0 #000000);
  }
  .step_head {
    margin-top: 47px;
  }
  .step_head h2 img {
    max-width: 300px;
  }
  .step_txt.flex {
    margin-bottom: 18px;
  }
  .step_img, .step_text {
    width: 100%;
  }
  .ctForm {
    padding: 60px 0 61px;
  }
  .ctForm_head {
    margin-bottom: 34px;
  }
  .ctForm_head h2 img {
    width: 84%;
  }
  .ctForm_head p {
    font-size: 12px;
    margin-top: 15px;
  }
  .form_box {
    margin: 0;
  }
  .item.flex {
    flex-wrap: wrap;
  }
  .form_box .cms_txt {
    padding-left: 0;
    font-size: 15px;
  }
  .form_box .form_box_item {
    padding: 40px 20px;
    border-radius: 10px;
    margin-bottom: 19px;
  }
  .form_box .form_box_item .item .left {
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form_box .form_box_item .item .left .icon {
    font-size: 13px;
    line-height: 26px;
    padding: 0 10px;
  }
  .form_box .form_box_item .item .right {
    padding: 14px 15px 15px;
    font-size: 16px;
  }
  .form_box .form_box_item .item .right input[type="text"], .form_box .form_box_item .item .right input[type="email"], .form_box .form_box_item .item .right input[type="tel"], .form_box .form_box_item .item .right textarea {
    font-size: 16px;
  }
  .form_box .form_box_item .item {
    margin-bottom: 32px;
  }
  .form_box .form_box_item .item .right textarea {
    height: 153px;
  }
  .impetus span.mwform-radio-field.horizontal-item {
    display: block;
    margin-bottom: 6px;
  }
  .form_box .form_box_item .item .file_right .txt {
    font-size: 14px;
  }
  .form_box .form_box_item .policy_box .policy_title {
    font-size: 20px;
  }
  .form_box .form_box_item .policy_box .inn {
    height: 144px;
    margin-top: 31px;
  }
  .form_box_item.form_box_item_last {
    padding: 34px 20px 41px;
  }
  .form_box .form_box_item .policy_box .inn .inn_box {
    margin-bottom: 30px;
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 24px;
    font-weight: 500;
  }
  .form_box_item.form_box_item_last .cms_txt {
    margin-bottom: 1px;
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 24px;
  }
  .form_box .check_box .item {
    margin: 42px 0 32px;
  }
  .form_box .check_box .item .icon {
    font-size: 13px;
    line-height: 26px;
  }
  .form_box .check_box .item p:last-child {
    width: 100%;
    text-align: center;
    margin-top: 18px;
  }
  .form_box .btn_box {
    width: 99%;
  }
  .form_box .btn_box input[type="submit"], .form_box .btn_box button {
    font-size: 22px;
    padding: 15px 0 17px;
    border-width: 3px;
  }
  .form_box .btn_box::after {
    right: 20px;
    width: 28px;
    height: 28px;
  }
  .mw_wp_form_confirm .form_box .form_box_item .item .right {
    padding-left: 0px;
  }
  .mw_wp_form_complete .finish_text h2 {
    font-size: 19px;
  }
  .mw_wp_form_complete .finish_text p {
    font-size: 15px;
  }
  /*　フッター　*/
  footer {
    padding-bottom: 60px;
  }
  .ft_container {
    border-top: 5px solid #000;
    padding: 6.4vw 0 8vw;
  }
  .ft_top {
    display: block;
  }
  .ft_top .left {
    width: 100%;
    text-align: center;
  }
  .ft_top .center {
    width: 100%;
    text-align: left;
    margin: 30px auto 0;
    padding: 0 8%;
  }
  .ft_top .left .ft_logo {
    margin: 0;
  }
  .ft_top .left .ft_logo a .sp {
    display: block;
    margin: 0 auto 3.2vw;
  }
  .ft_top .left .txt {
    font-size: 3.4663vw;
    line-height: 1.69;
    margin: 0 auto 5.334vw;
  }
  .ft_top .right {
    display: none;
  }
  .ft_container .sns_area {
    display: block;
  }
  .ft_container .sns_area .sns_box {
    justify-content: center;
  }
  .ft_container .sp {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-top: 8vw;
  }
  .ft_nav_sp .item {
    box-sizing: border-box;
    margin-bottom: 3.2vw;
  }
  .ft_nav_sp .item:last-of-type {
    margin: 0;
  }
  .ft_nav_sp .item a {
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    gap: 1px;
  }
  .ft_nav_sp .item a img {
    margin-top: 1.335vw;
    width: 3.2vw;
    position: relative;
  }
  .ft_top .btn a {
    font-size: 4vw;
    letter-spacing: 0.04em;
    border: 3px solid #000000;
    box-shadow: 0 5px 0 #000000;
    width: 100%;
    max-width: 80vw;
    padding: 4.8vw 0;
    margin: 0 auto 5.334vw;
  }
  .ft_top .btn a::after {
    width: 4.533vw;
    height: 4.533vw;
    top: 50%;
    transform: translateY(-50%);
    right: 3.7334vw;
  }
  .ft_top-lp .copyright {
    font-size: 11px;
  }
  #sp_menu .in.hdlp_in {
    width: 76%;
    background-color: #EAE8E5;
    padding: 0px 20px 100px;
  }
  #sp_menu .in.hdlp_in .sp_nav_list .item {
    padding: 19px 20px;
  }
  #sp_menu .in.hdlp_in .sp_nav_list .item > a {
    color: #03132C;
    display: block;
    text-align: center;
    letter-spacing: 0;
  }
  #sp_menu .in.hdlp_in .box .con_list.flex .item {
    width: 100%;
    margin-bottom: 10px;
  }
  p.ft_txtsm {
    font-size: 13px;
    line-height: 22px;
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  p.ft_txtsm a {
    font-size: 11px;
  }
  .return_top a {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 70px;
  }
  .return_top a img {
    width: 100%;
  }
}
.pCate-banner img {
  width: 100%;
}
.manuf.pCate-pro {
  border-top: 0;
  background: #1C4080;
  padding: 40px 0 43px;
  margin-bottom: 34px;
}
.pCate-pro .flex.manuf_ls {
  gap: 18px;
}
.pCate-pro .manuf_it {
  width: calc(100%/6 - 15px);
  max-height: 150px;
  border: 2px solid #000;
  box-shadow: 0 3px 0 #000;
  border-radius: 15px;
}
.pCate-pro .manuf_it:hover {
  box-shadow: none;
  transform: translateY(3px);
}
.pCate-pro .manuf_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  width: 110px;
  height: 72px;
}
.pCate-pro .more_size .manuf_img {
  height: 60px;
}
.pCate-pro .manuf_img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pCate-pro .manuf_it a {
  padding: 15px 0px 25px;
}
.pCate-pro .manuf_it h3 {
  font-size: 20px;
  line-height: 1.25;
  margin-top: -2px;
}
.pCate-box {
  padding: 80px 0 60px;
}
.pCate-box_head {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.pCate-box_head .date_ch {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.8;
}
.pCate-box_head-img {
  position: absolute;
  left: 62%;
  top: 50%;
  transform: translateY(-50%);
}
section.pCate-box:nth-of-type(3) .pCate-box_head-img, section.pCate-box:nth-of-type(4) .pCate-box_head-img, section.pCate-box:nth-of-type(7) .pCate-box_head-img, section.pCate-box:nth-of-type(8) .pCate-box_head-img, section.pCate-box:nth-of-type(12) .pCate-box_head-img {
  left: 70%;
}
section.pCate-box:nth-of-type(5) .pCate-box_head-img {
  left: 59%;
}
section.pCate-box:nth-of-type(10) .pCate-box_head-img, section.pCate-box:nth-of-type(13) .pCate-box_head-img, section.pCate-box:nth-of-type(18) .pCate-box_head-img {
  left: 65%;
}
section.pCate-box:nth-of-type(11) .pCate-box_head-img, section.pCate-box:nth-of-type(15) .pCate-box_head-img {
  left: 75%;
}
section.pCate-box:nth-of-type(14) .pCate-box_head-img {
  left: 84%;
}
.pCate-box_ls h2 {
  background-color: #1E9800;
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 7px 0 11px;
  border-radius: 10px;
  margin-bottom: 51px;
}
/*.pCate-box_content .pCate-box_ls:first-child {
    margin-bottom: 79px;
}*/
.pCate-box_content .pCate-box_ls:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .pCate-pro .manuf_it {
    width: calc(100% / 4 - 18px* 3 / 4);
  }
  .pCate-pro .manuf_img {
    height: 50px;
  }
  .pCate-pro .manuf_it h3 {
    font-size: 16px;
    margin-top: 2px;
  }
  .pCate-box_head-txt img {
    height: 60px;
  }
  .pCate-box_head-img {
    left: 65%;
  }
  .pCate-box_head-img img {
    width: 60%;
  }
  .pCate-box {
    padding: 50px 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .pCate-pro .flex.manuf_ls {
    gap: 5px;
  }
  .pCate-pro .manuf_it {
    width: calc(50% - 5px / 2);
    box-shadow: 0 2px 0 #000;
    border-radius: 10px;
  }
  .pCate-pro .manuf_it:hover {
    transform: translateY(2px);
    box-shadow: none;
  }
  .pCate-pro .manuf_img {
    height: 60px;
  }
  .pCate-pro .manuf_it h3 {
    margin-top: -2px;
  }
  .pCate-pro .manuf_it a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-bottom: 10px;
  }
  .pCate-pro .match_size a {
    padding: 15px 0px 10px;
  }
  .pCate-pro .match_size a h3 {
    margin-top: 5px;
  }
  .pCate-pro .match_size:last-of-type a h3 {
    margin-top: 5px;
  }
  .manuf.pCate-pro {
    padding: 20px 0 22px;
    margin-bottom: 10px;
  }
  picture.pCate-box_head-txt img {
    height: auto;
  }
  .pCate-box {
    padding: 40px 0 30px;
  }
  .pCate-box_head-txt img {
    height: 40px;
  }
  .pCate-box_head {
    margin-bottom: 19px;
  }
  .pCate-box_head .date_ch {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.8;
  }
  .pCate-box_ls h2 {
    font-size: 16px;
    letter-spacing: 0;
    padding: 7px 0 9px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .pCate-box_content .pCate-box_ls:first-child {
    margin-bottom: 40px;
  }
  .pCate-box_content .pCate-box_ls:not(:last-child) {
    margin-bottom: 10.66668vw;
  }
}
/* Style page Guide */
.smf_br {
  display: none;
}
.pCate-banner_list {
  background-color: #1C4080;
  padding: 60px 0;
}
.pCate-banner_list li {
  width: 32%;
}
.pCate-banner_list ul.flex {
  max-width: 1200px;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pCate-banner_list li a {
  display: block;
  position: relative;
  background: linear-gradient(180deg, #FFDC1E 0%, #FFDC1E 50%, #F5BE00 50%, #F5BE00 100%);
  border: 5px solid #000;
  padding: 30px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 28px;
  transition: all .3s;
}
.pCate-banner_list li img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 8.5%;
}
.pCate-banner_list li a:hover {
  opacity: 0.7;
}
.pCate-banner_list li a:hover .pCate-banner_list li a img {
  transform: translateY(-40%);
}
/* pGuide-reazon */
.pGuide-reazon .inner {
  background-color: #fff;
  padding: 80px 0;
}
.pGuide-reazon .head_text h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.pGuide-reazon .head_text h2 .d_ration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
.pGuide-reazon .head_text h2 .d_ration::before, .pGuide-reazon .head_text h2 .d_ration::after {
  content: "";
  width: 59px;
  height: 37px;
  background-image: url(../img/common/green_deco.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pGuide-reazon .head_text h2 .d_ration::before {
  transform: scaleX(-1);
}
.pGuide-reazon .head_text h2 .more_green {
  font-size: 55px;
  color: #1E9800;
}
.pGuide-reazon .head_text p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.07em;
}
.pGuide-reazon .head_text p span {
  color: #1E9800;
}
.pGuide-reazon .bg_green {
  background-image: url(../img/common/Yenya_greenbg.jpg);
  background-repeat: repeat;
  background-size: cover;
  padding: 110px 0 100px;
}
.pGuide-reazon .bg_green .img_head {
  margin: 0 auto 40px;
  text-align: center;
}
.pGuide-reazon .bg_green .reazon_text {
  background-color: #fff;
  padding: 40px 30px 40px 60px;
  border-bottom: 6px solid #000;
}
.pGuide-reazon .bg_green .reazon_text .flex {
  position: relative;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px 0;
  gap: 0 20px;
  border-bottom: 1px dotted #000;
}
.pGuide-reazon .bg_green .reazon_text .flex::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 50px;
  background-color: #fff;
}
.pGuide-reazon .bg_green .reazon_text .flex:first-of-type {
  padding: 0 0 20px;
}
.pGuide-reazon .bg_green .reazon_text .flex:last-of-type {
  border: none;
  padding: 20px 0 0;
}
.pGuide-reazon .bg_green .reazon_text .flex:last-of-type::after {
  display: none;
}
.pGuide-reazon .bg_green .reazon_text .text {
  display: flex;
  justify-content: flex-start;
  gap: 0 20px;
}
.pGuide-reazon .bg_green .reazon_text .text p {
  font-size: 32px;
  font-weight: bold;
  flex: 1;
}
.pGuide-reazon .bg_green .reazon_text .text p span {
  background: linear-gradient(transparent 60%, #FFDC1E 60%);
}
.pGuide-reazon .bg_green .reazon_text .text::before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/common/checkmark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pGuide-reazon .bg_green .reazon_text .img {
  max-width: 340px;
  width: 100%;
}
.pGuide-reazon .bg_green .reazon_text .img img {
  width: 100%;
}
/* pGuide-top */
.pGuide-top {
  padding: 93px 0 81px;
}
.pGuide-top_title {
  position: relative;
  text-align: center;
  margin-bottom: 46px;
}
.pGuide-top_title::after {
  position: absolute;
  top: -20px;
  right: 70px;
  content: "";
  width: 126px;
  height: 133px;
  background-image: url(../img/common/.pGuide-top-sub.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pGuide-top_head h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 69px;
}
.pGuide-step_top {
  text-align: center;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 22px 0 43px;
}
.pGuide-step_top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #C32700;
  opacity: 0.8;
  z-index: -1;
}
.pGuide-step01 .pGuide-step_top {
  background: url(../img/common/pGuide-step01_head.jpg) no-repeat center/cover;
}
.pGuide-step_top-num {
  font-family: 'Inter', sans-serif;
  font-size: 23px;
  font-weight: bold;
}
.pGuide-step_top-title {
  font-size: 45px;
  font-weight: bold;
  margin-top: 2px;
}
.pGuide-step_head {
  text-align: center;
  padding: 35px 0 49px;
}
.pGuide-step_head h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 39px;
}
.pGuide-step_head ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
  border-bottom: 2px solid #C32700;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 10px;
}
.pGuide-step_head ul li {
  font-size: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.pGuide-step_head ul img {
  margin-right: 15px;
}
.pGuide-step_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 40px 59px;
  margin-bottom: 30px;
  box-shadow: 0 5px 0 rgb(0 0 0 / 16%);
}
.pGuide-step_bhead {
  text-align: center;
  margin-bottom: 39px;
}
.pGuide-step_title01 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 37px;
  font-weight: bold;
}
.pGuide-step_title01 img {
  margin-right: 15px;
}
.pGuide-step_bhead p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 30px;
  margin-top: 30px;
}
.pGuide-step_title02 {
  background-color: #C32700;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 20px 0 25px;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
}
.pGuide-step_title02::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #C32700;
  width: 30px;
  height: 30px;
}
.pGuide-step_blist.flex {
  gap: 50px;
}
.pGuide-step_bitem {
  width: calc(100%/3 - 100px/3);
}
.pGuide-step_bitem > img {
  border-radius: 5px;
  overflow: hidden;
}
.pGuide-step_point {
  color: #C32700;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 21px;
  margin-top: 20px;
}
.pGuide-step_txt h3 {
  font-size: 21px;
  font-weight: bold;
  margin-top: -2px;
  margin-bottom: 6px;
}
.pGuide-step_txt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.pGuide-step_txt p a {
  color: #E63C00;
  border-bottom: 1px solid #E63C00;
  transition: .3s;
}
.pGuide-step_txt p a:hover {
  opacity: 0.7;
}
.pGuide-step_bdesc {
  margin-top: 59px;
}
.pGuide-step_brow {
  padding: 15px 38px;
  border-bottom: 1px dashed #C32700;
  align-items: center;
}
.pGuide-step_btable {
  margin-top: -10px;
}
.pGuide-step_bnum {
  color: #C32700;
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: bold;
  width: 3%;
}
.pGuide-step_bth {
  font-size: 21px;
  font-weight: bold;
  line-height: 40px;
  width: 24%;
}
.pGuide-step_btd {
  font-size: 16px;
  font-weight: 400;
  width: 73%;
}
.pGuide-step_bcontent p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.pGuide-step_blist02.flex {
  gap: 36px 20px;
}
.pGuide-step_bitem02 {
  width: calc(50% - 10px);
  border-radius: 5px;
  border: 1px solid #C32700;
  text-align: center;
  padding: 24px 10px 27px;
}
.pGuide-step_bitem02 > p {
  color: #E63C00;
}
.pGuide-step_blist02 h3 {
  font-size: 21px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 15px;
}
.pGuide-step_bcontent > p {
  padding: 0 40px;
  margin-bottom: 30px;
}
.pGuide-step_bitem02 img {
  margin-bottom: 18px;
}
.pGuide-step_bitem02-full {
  width: 100%;
  text-align: center;
}
.pGuide-step02 .pGuide-step_bitem02 h3 {
  padding: 0 40px;
  text-align: left;
  margin-bottom: 5px;
}
.pGuide-step_blist02 .pGuide-step_bitem02-full h3 {
  margin-bottom: 24px;
}
.pGuide-step_blist02 .pGuide-step_bitem02-full p {
  margin-bottom: 29px;
}
.pGuide-step {
  padding-bottom: 92px;
}
.pGuide-step02 .pGuide-step_top {
  background: url(../img/common/pGuide-step02_head.jpg) no-repeat center / cover;
}
.pGuide-step03 .pGuide-step_top {
  background: url(../img/common/pGuide-step03_head.jpg) no-repeat center / cover;
}
.pGuide-step04 .pGuide-step_top {
  background: url(../img/common/pGuide-step04_head.jpg) no-repeat center / cover;
}
.pGuide-step02 .pGuide-step_txt h3 {
  margin-top: 19px;
}
.pGuide-step02 .pGuide-step_bitem02 {
  padding: 32px 20px 30px;
}
.pGuide-step02 .pGuide-step_bitem02 h3 span {
  font-family: 'inter', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #C32700;
  margin-right: 17px;
}
.pGuide-step02 .pGuide-step_bitem02 p {
  text-align: left;
  padding: 0 40px;
}
.pGuide-step03 .pGuide-step_head {
  padding-bottom: 0;
}
.pGuide-step03_box {
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  padding: 61px 40px;
  box-shadow: 0 5px 0 rgb(0 0 0 / 16%);
}
.pGuide-step03_box h3 {
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 27px;
}
.pGuide-step03_box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 auto;
  max-width: 1040px;
}
.pGuide-step03_box p.is-textLeft {
  text-align: left;
  word-wrap: break-word;
}
.pGuide-step03_box h4 {
  max-width: 1040px;
  margin: 0 auto;
  margin-top: 39px;
  background-color: #EF6745;
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  padding: 9px 0 10px;
  margin-bottom: 18px;
}
.pGuide-step03_box ul {
  max-width: 1040px;
  margin: 0 auto;
  text-align: left;
}
.pGuide-step03_box ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  padding-left: 20px;
}
.pGuide-step03_box ul li::before {
  content: "・";
  position: absolute;
  color: #000;
  vertical-align: middle;
  margin-right: 10px;
  left: 0;
  top: 0;
}
.pGuide-step03_box .img img {
  margin: 0 auto;
}
.expect .pGuide-step03_box {
  margin-bottom: 40px;
}
.expect .pGuide-step03_box h4 {
  background-color: #1E9800;
}
.expect .pGuide-step03_box p {
  text-align: center;
  margin-bottom: 30px;
}
.expect .procedural_document {
  padding: 50px 40px 70px;
  margin: 0 0 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
}
.expect .procedural_document .title {
  margin: 0 auto 35px;
}
.expect .procedural_document .title h2 {
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
}
.expect .procedural_document .title p {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.025em;
}
.expect .procedural_document .ctt {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 20px;
}
.expect .procedural_document .ctt .item {
  width: 50%;
  max-width: 550px;
  border: 1px solid #1E9800;
  border-radius: 5px;
  padding: 30px;
}
.expect .procedural_document .ctt .item:last-of-type {
  width: 100%;
  max-width: none;
  padding: 30px 30px 40px;
}
.expect .procedural_document .ctt .item .ttl {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #1E9800;
}
.expect .procedural_document .ctt .item .first_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 70px auto 0;
}
.expect .procedural_document .ctt .item .first_flex p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.expect .procedural_document .ctt .item .first_flex .materials .img {
  height: 214px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expect .procedural_document .ctt .item .first_flex .materials img {
  display: block;
  margin: 0 auto 9px;
}
.expect .procedural_document .ctt .item .second_ctt {
  margin: 22px 0 0;
}
.expect .procedural_document .ctt .item .second_ctt .sec_first_flex {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 0;
}
.expect .procedural_document .ctt .item .second_ctt .sec_first_flex .materials .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  margin-bottom: 10px;
}
.expect .procedural_document .ctt .item .second_ctt .sec_first_flex .materials p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  text-align: center;
  letter-spacing: 0;
}
.expect .procedural_document .ctt .item .second_ctt .sec_first_flex .plus {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 5.5;
  font-weight: bold;
}
.expect .procedural_document .ctt .item .second_ctt .deco_line {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0;
}
.expect .procedural_document .ctt .item .second_ctt .deco_line::before, .expect .procedural_document .ctt .item .second_ctt .deco_line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1E9800;
  flex: 1;
}
.expect .procedural_document .ctt .item .second_ctt .sec_sec_flex {
  display: flex;
  justify-content: center;
  gap: 54px;
}
.expect .procedural_document .ctt .item .second_ctt .sec_sec_flex .materials .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.expect .procedural_document .ctt .item .second_ctt .sec_sec_flex .materials p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: normal;
}
.expect .procedural_document .ctt .item .second_ctt .sec_sec_flex .materials .small {
  line-height: 1.2;
}
.expect .procedural_document .ctt .item .second_ctt .sec_sec_flex .materials p span {
  font-size: 11px;
}
.expect .procedural_document .ctt .item .second_ctt .sec_sec_flex .plus {
  font-size: 48px;
  font-weight: bold;
  margin-top: 15px;
}
.expect .procedural_document .ctt .item .second_ctt .sec_sec_flex .sp {
  display: none;
}
.expect .procedural_document .ctt .item .sec_third_flex {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin: 35px 0 0;
}
.expect .procedural_document .ctt .item .sec_third_flex .materials .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 144px;
  margin: 0 0 12px;
}
.expect .procedural_document .ctt .item .sec_third_flex .materials p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.expect .procedural_document .ctt .item .sec_third_flex .plus {
  font-size: 48px;
  font-weight: bold;
  margin-top: 30px;
}
.expect .procedural_document .note {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.44;
}
.expect .procedural_document .btn a {
  position: relative;
  display: block;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  border: 3px solid #000000;
  border-radius: 50px;
  background: linear-gradient(to bottom, #FFD848 50%, #FBC600 50%);
  box-shadow: 0 7px 0 #000000;
  width: 100%;
  max-width: 520px;
  padding: 22px 0 26px;
  margin: 0 auto;
  transition: all .3s;
}
.expect .procedural_document .btn a:hover {
  box-shadow: 0 2px 0 #000;
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
}
section.pGuide-step.pGuide-step03 {
  padding-bottom: 120px;
}
.pGuide-step04 .pGuide-step_head {
  padding-bottom: 0;
}
/* pGuide-top2 */
.pGuide-top_title2::after {
  position: absolute;
  top: -20px;
  right: 60px;
  content: "";
  width: 171px;
  height: 165px;
  background-image: url(../img/common/.pGuide-top-sub2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pGuide-top_img2 {
  text-align: center;
}
.pGuide-top_head2 h2 {
  margin-bottom: 20px;
}
.pGuide-top_head2 .note {
  text-align: center;
  margin-bottom: 50px;
}
.pGuide-top_head2 .note a {
  color: #0A5B9D;
  border-bottom: 1px solid #0A5B9D;
  transition: all 0.3s;
}
.pGuide-top_head2 .note a:hover {
  opacity: 0.7;
}
.pGuide-top_img2 img {
  margin: 0 auto;
}
.pGuide-step01-02 {
  padding-bottom: 0 !important;
  margin-bottom: 120px;
}
.pGuide-step01-02 .pGuide-step2_top {
  background: url(../img/common/pGuide-step01_02_head.jpg) no-repeat center/cover;
  margin-bottom: 60px;
}
.pGuide-step2_top::before {
  background-color: #0A5B9D;
}
.pGuide-step_02_content .flex {
  gap: 0 40px;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.pGuide-step_02_content .flex .text {
  flex: 1;
}
.pGuide-step_02_content h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.pGuide-step_02_content p {
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
.pGuide-step_02_content .btn {
  margin: 0;
}
.pGuide-step01-02 .pGuide-step03_box {
  margin-top: 40px;
}
.pGuide-step01-02 .pGuide-step03_box h4 {
  background-color: #0A5B9D;
  margin-top: 30px;
}
.pGuide-step01-02 .pGuide-step03_box p {
  text-align: center;
  margin-bottom: 30px;
}
/* pGuide-faq */
.pGuide-faq {
  background-color: #fff;
  padding: 80px 0 120px;
}
.pGuide-faq_title {
  text-align: center;
  margin-bottom: 50px;
}
.pGuide-faq_content dl {
  margin-bottom: 50px;
}
.pGuide-faq_content dl:last-of-type {
  margin-bottom: 0;
}
.pGuide-faq_content dt {
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #1E9800;
}
.pGuide-faq_content dt::before {
  content: "";
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-image: url(../img/common/faq_q_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pGuide-faq_content dd {
  display: flex;
  align-items: center;
  gap: 0 35px;
  padding: 15px 15px 0;
  font-size: 16px;
  color: #000;
}
.pGuide-faq_content dd::before {
  content: "";
  flex-shrink: 0;
  width: 60px;
  height: 78px;
  background-image: url(../img/common/faq_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* pGuide-bot */
.pGuide-bot_img img {
  width: 100%;
}
.pGuide-bot_title {
  background-color: #1E9800;
  padding: 36px 0;
  text-align: center;
  position: relative;
}
.pGuide-bot_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 35px;
  height: 35px;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #1E9800;
}
.pGuide-bot_box {
  background-color: #fff;
  border: 3px solid #1E9800;
  max-width: 820px;
  margin: 0 auto;
  width: calc(100% - 10px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 7px 0 #1E9800;
  text-align: center;
  padding: 27px 30px 55px;
}
.pGuide-bot_content {
  padding: 59px 0 88px;
  background: url(../img/common/Yenya_greenbg.jpg) top left;
}
.pGuide-bot_box h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 12px;
}
.pGuide-bot_box .flex {
  max-width: 620px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 15px;
  border-top: 2px solid #1E9800;
  padding-top: 31px;
}
.pGuide-line {
  padding: 94px 0;
}
.pGuide-line_head {
  text-align: center;
  margin-bottom: 44px;
}
.pGuide-line_it {
  border-radius: 20px;
  border: 3px solid #000;
  box-shadow: 0 5px 0 #000;
  padding: 17px 35px 17px 17px;
  justify-content: space-between;
  margin-bottom: 25px;
  background-color: #fff;
}
.pGuide-line_img {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
}
.pGuide-line_text {
  width: 66.8%;
  padding-top: 8px;
}
.pGuide-line_num {
  color: #49AB48;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 30px;
}
.pGuide-line_num span {
  font-size: 36px;
}
.pGuide-line_text h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 13px;
}
.pGuide-line_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 14px;
}
.pGuide-line_text p a {
  color: #1E9800;
  text-decoration: underline;
}
.pGuide-line_text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .pCate-banner_list li {
    width: calc(50% - 10px);
  }
  .pGuide-step_bitem {
    width: calc(100% / 2 - 50px);
  }
  .pGuide-step_bnum {
    width: 5%;
  }
  .pGuide-step_bth {
    width: 83%;
  }
  .pGuide-step_btd {
    width: 100%;
  }
  .pGuide-step_bcontent > p {
    padding: 0;
  }
  .pGuide-step_head ul li {
    font-size: 20px;
  }
  .pGuide-step02 .pGuide-step_bitem02 h3, .pGuide-step02 .pGuide-step_bitem02 p {
    padding: 0;
  }
}
@media only screen and (max-width: 769px) {
  .smf_br {
    display: block;
  }
  .u-hidsp {
    display: none !important;
  }
  .pCate-banner_list {
    padding: 21px 0 30px;
  }
  .pCate-banner_list ul.flex {
    gap: 5px;
  }
  .pCate-banner_list li {
    width: calc(50% - 5px / 2);
  }
  .pCate-banner_list li a {
    border-width: 3px;
    padding: 13px 0 15px;
    font-size: 18px;
    line-height: 23px;
  }
  .pCate-banner_list li img {
    width: 10%;
  }
  .pGuide-reazon .inner {
    padding: 40px 0;
  }
  .pGuide-reazon .head_text h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .pGuide-reazon .head_text h2 .d_ration {
    gap: 0 10px;
  }
  .pGuide-reazon .head_text h2 .d_ration::before, .pGuide-reazon .head_text h2 .d_ration::after {
    width: 35px;
    height: 22px;
  }
  .pGuide-reazon .head_text h2 .more_green {
    font-size: 28px;
  }
  .pGuide-reazon .head_text p {
    font-size: 15px;
  }
  .pGuide-reazon .bg_green .img_head {
    width: 80%;
    margin: 0 auto 30px;
  }
  .pGuide-reazon .bg_green .reazon_text {
    padding: 20px;
  }
  .pGuide-reazon .bg_green .reazon_text .flex {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .pGuide-reazon .bg_green .reazon_text .text p {
    font-size: 22px;
  }
  .pGuide-reazon .bg_green .reazon_text .text p br {
    display: none;
  }
  .pGuide-reazon .bg_green .reazon_text .text::before {
    width: 30px;
    height: 30px;
  }
  .pGuide-top {
    padding: 30px 0;
  }
  .pGuide-top_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 10px;
    margin-bottom: 19px;
  }
  .pGuide-top_title::after {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 42px;
    height: 45px;
  }
  .pGuide-top_title img {
    width: 81%;
  }
  .pGuide-top_head h2 {
    font-size: 16px;
    margin-bottom: 27px;
  }
  .pGuide-step_head h3 {
    font-size: 20px;
    margin-bottom: 12px;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .pGuide-top_img img {
    width: 98%;
    margin: 0 auto;
    display: block;
  }
  .pGuide-step .wrap {
    width: 90%;
  }
  .pGuide-step01 .pGuide-step_top {
    background-image: url(../img/common/pGuide-step01_head-sp.jpg);
  }
  .pGuide-step02 .pGuide-step_top {
    background-image: url(../img/common/pGuide-step02_head-sp.jpg);
  }
  .pGuide-step03 .pGuide-step_top {
    background-image: url(../img/common/pGuide-step03_head-sp.jpg);
  }
  .pGuide-step04 .pGuide-step_top {
    background-image: url(../img/common/pGuide-step04_head-sp.jpg);
  }
  .pGuide-step_top {
    border-radius: 5px;
    padding: 10px 0 20px;
  }
  .pGuide-step_top-num {
    font-size: 13px;
  }
  .pGuide-step_top-title {
    font-size: 24px;
    margin-top: -1px;
  }
  .pGuide-step_head {
    padding: 16px 0 29px;
  }
  .pGuide-step_head ul {
    gap: 5px 17px;
    padding-bottom: 9px;
    flex-wrap: wrap;
  }
  .pGuide-step_head ul li {
    font-size: 16px;
  }
  .pGuide-step_head ul img {
    margin-right: 8px;
    width: 22px;
  }
  .pGuide-step_bhead {
    margin-bottom: 15px;
  }
  .pGuide-step_title01 {
    font-size: 22px;
  }
  .pGuide-step_title01 img {
    margin-right: 9px;
    width: 32px;
  }
  .pGuide-step_bhead p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 10px;
  }
  .pGuide-step_title02 {
    font-size: 18px;
    padding: 10px 0 13px;
    margin-bottom: 21px;
    letter-spacing: 0.03em;
  }
  .pGuide-step_title02::after {
    width: 17px;
    height: 17px;
  }
  .pGuide-step_box {
    border-radius: 10px;
    padding: 30px 20px 43px;
    margin-bottom: 20px;
  }
  .pGuide-step_bitem {
    width: 100%;
  }
  .pGuide-step_blist.flex {
    gap: 30px;
  }
  .pGuide-step_point {
    font-size: 14px;
    margin-top: 9px;
  }
  .pGuide-step_txt h3 {
    font-size: 18px;
    margin-top: 3px;
    margin-bottom: 11px;
    letter-spacing: 0.04em;
    line-height: 26px;
  }
  .pGuide-step_bcontent p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.04em;
  }
  .pGuide-step_bdesc {
    margin-top: 42px;
  }
  .pGuide-step_bnum {
    font-size: 25px;
    width: 9%;
    padding-left: 6px;
  }
  .pGuide-step_bth {
    font-size: 16px;
    line-height: 40px;
    width: 83%;
  }
  .pGuide-step_btable {
    margin-top: -20px;
  }
  .pGuide-step_brow {
    padding: 20px 0 17px;
  }
  .pGuide-step_btd {
    line-height: 26px;
  }
  .pGuide-step_bcontent > p {
    margin-bottom: 21px;
    padding-right: 10px;
  }
  .pGuide-step_bitem02 {
    width: 100%;
    padding: 12px 20px 24px;
  }
  .pGuide-step_blist02.flex {
    gap: 10px;
  }
  .pGuide-step_blist02 h3 {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .pGuide-step_bitem02 img {
    margin-bottom: 12px;
    width: 62%;
  }
  .pGuide-step_bcontent p {
    text-align: left;
    padding-right: 10px;
  }
  .pGuide-step_blist02 .pGuide-step_bitem02-full h3 {
    margin-bottom: 8px;
    font-size: 16px;
    margin-top: 11px;
  }
  .pGuide-step_blist02 .pGuide-step_bitem02-full p {
    margin-bottom: 19px;
  }
  .pGuide-step {
    padding-bottom: 30px;
  }
  .pGuide-step02 .pGuide-step_bitem02 {
    padding: 20px 20px 23px;
  }
  .pGuide-step02 .pGuide-step_bitem02 img {
    width: 100%;
    margin-bottom: 3px;
  }
  .pGuide-step02 .pGuide-step_bitem02 h3 span {
    font-size: 22px;
    margin-right: 10px;
  }
  .pGuide-step03 .pGuide-step_head h3, .pGuide-step04 .pGuide-step_head h3 {
    margin-bottom: 28px;
  }
  section.pGuide-step.pGuide-step03 {
    padding-bottom: 50px;
  }
  .pGuide-step03_box {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .pGuide-step03_box h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .pGuide-step03_box p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-align: left;
    padding-right: 5px;
  }
  .pGuide-step03_box h4 {
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .pGuide-step03_box ul li {
    font-size: 15px;
    line-height: 20px;
    padding-left: 16px;
    letter-spacing: 0.04em;
  }
  .pGuide-top_title2::after {
    width: 55px;
    height: 53px;
  }
  .pGuide-step01-02 {
    margin-bottom: 60px;
  }
  .pGuide-step01-02 .pGuide-step2_top {
    margin-bottom: 30px;
  }
  .pGuide-step_02_content .flex {
    flex-wrap: wrap;
    gap: 20px;
  }
  .pGuide-step_02_content h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .pGuide-step_02_content p {
    font-size: 15px;
  }
  .pGuide-step_02_content .btn {
    width: 100%;
  }
  .pGuide-faq {
    padding: 40px 0 60px;
  }
  .pGuide-faq_title {
    width: 80%;
    margin: 0 auto 30px;
  }
  .pGuide-faq_content dl {
    margin-bottom: 30px;
  }
  .pGuide-faq_content dt {
    padding: 10px 20px;
    font-size: 20px;
  }
  .pGuide-faq_content dt::before {
    width: 40px;
    height: 40px;
  }
  .pGuide-faq_content dd {
    gap: 0 20px;
    font-size: 16px;
  }
  .pGuide-faq_content dd::before {
    width: 45px;
    height: 58px;
  }
  .pGuide-bot_title {
    padding: 17px 0;
  }
  .pGuide-bot_title::after {
    width: 25px;
    height: 25px;
  }
  .pGuide-bot_title img {
    width: 90%;
  }
  .pGuide-bot_content {
    padding: 26px 0 50px;
  }
  .pGuide-bot_box {
    border-width: 2px;
    width: 90%;
    border-radius: 15px;
    box-shadow: 0 5px 0 #1E9800;
    padding: 21px 19px 27px;
  }
  .pGuide-bot_box .flex {
    gap: 9px;
    border-top: 2px solid #1E9800;
    padding-top: 23px;
  }
  .pGuide-bot_box h3 {
    font-size: 18px;
    margin-bottom: 4px;
    letter-spacing: 0.04em;
  }
  .pGuide-bot_box .flex img:last-child {
    width: 32%;
    object-fit: contain;
  }
  .pGuide-bot_box .flex img:first-child {
    width: 65%;
    object-fit: contain;
  }
  .pGuide-line {
    padding: 51px 0 30px;
  }
  .pGuide-line .wrap {
    width: 90%;
  }
  .pGuide-line_it {
    border-radius: 15px;
    border-width: 2px;
    padding: 19px 18px 28px 18px;
    margin-bottom: 20px;
  }
  .pGuide-line_head img {
    width: 80%;
  }
  .pGuide-line_head {
    margin-bottom: 26px;
  }
  .pGuide-line_img {
    width: 100%;
  }
  .pGuide-line_text {
    width: 100%;
    padding-top: 6px;
  }
  .pGuide-line_num {
    font-size: 18px;
  }
  .pGuide-line_num span {
    font-size: 22px;
  }
  .pGuide-line_text h3 {
    font-size: 18px;
    margin-bottom: 11px;
    letter-spacing: 0.04em;
  }
  .pGuide-line_text p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 11px;
    letter-spacing: 0.04em;
  }
}
@media only screen and (max-width: 400px) {
  .pGuide-reazon .head_text h2 {
    font-size: 20px;
  }
}
/* 調整 */
.ruby {
  display: inline-block;
  position: relative;
  padding-top: .1em;
}
.ruby_tx {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: .25em;
  font-weight: 400;
  width: 100%;
}
.icon_reason {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.icon_reason img {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 30%);
}
@media only screen and (max-width: 1024px) {
  .icon_reason img {
    max-width: 20vw;
    height: auto;
    transform: translate(0, 30%);
  }
}
/*--- 追加修正分 ---*/
/* pGuide page (初めての方へ) */
.pGuide-beginner {
  padding: 100px 0 150px;
  background: #1C3F80;
}
.pGuide-beginner-head {
  text-align: center;
  margin-bottom: 60px;
}
.pGuide-beginner-head .pGuide-beginner-top {
  margin-bottom: 60px;
}
.pGuide-beginner-head .pGuide-beginner-top .logo_img {
  margin-bottom: 15px;
}
.pGuide-beginner-head .note {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 70px;
}
.pGuide-beginner-head .note a {
  color: #FFCC0B;
  border-bottom: 1px solid #FFCC0B;
  transition: .3s;
}
.pGuide-beginner-head .note a:hover {
  opacity: 0.7;
}
.pGuide-beginner-head .bannerCt_link {
  margin: 0 auto;
}
.pGuide-beginner-head .bannerCt_link .hukidashi {
  margin-bottom: 18px;
}
.pGuide-begineer-box {
  background-color: #fff;
  color: #000000;
  border-radius: 20px;
  padding: 100px 40px 50px;
}
.pGuide-begineer-box .box-title {
  text-align: center;
  margin-bottom: 50px;
}
.pGuide-begineer-box .pGuide-box_content {
  padding-bottom: 120px;
}
.pGuide-begineer-box .pGuide-box_content:last-of-type {
  padding: 0;
}
.pGuide-box_content .pGuide-begineer-step_title {
  font-family: "Inter", sans-serif;
  margin-bottom: 50px;
}
.pGuide-box_content .pGuide-begineer-step_title, .pGuide-box_content .pGuide-begineer-step_title::after {
  background-color: #114086;
}
.pGuide-box_content .cautionary {
  text-align: center;
  font-size: 16px;
  margin-bottom: 70px;
}
.pGuide-box_content .pGuide-step_included {
  margin-bottom: 20px;
}
.pGuide-box_content .pGuide-step_included .flex {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  justify-content: space-between;
  gap: 40px;
}
.pGuide-box_content .pGuide-step_included .cardboard_img img {
  display: block;
  margin: 0 auto;
  padding-right: 10px;
}
.pGuide-box_content .pGuide-step_blist02.flex {
  gap: 60px 20px;
}
.pGuide-box_content .pGuide-step_bitem02 {
  border: 1px solid #114086;
}
.pGuide-box_co2 .inner {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
.pGuide-box_co2 .pGuide-begineer-step_title {
  margin-bottom: 60px;
}
.pGuide-box_co2 ul {
  margin-bottom: 60px;
}
.pGuide-box_co2 ul li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.7;
}
.pGuide-box_co2 ul li::before {
  content: "・";
}
.pGuide-box_co2 .main_text {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.pGuide-box_co2 .sub_text {
  margin-bottom: 20px;
}
.pGuide-box_co2 .df_color {
  color: #E63C00;
}
@media only screen and (max-width: 769px) {
  .pGuide-beginner {
    padding: 40px 0;
  }
  .pGuide-beginner-head {
    margin-bottom: 40px;
  }
  .pGuide-beginner-head .pGuide-beginner-top {
    margin-bottom: 30px;
  }
  .pGuide-beginner-head .pGuide-beginner-top .logo_img {
    margin-bottom: 10px;
  }
  .pGuide-beginner-head .pGuide-beginner-top .logo_img img {
    width: 45px;
  }
  .pGuide-beginner-head .pGuide-beginner-top .text_img {
    width: 80%;
    margin: 0 auto;
  }
  .pGuide-beginner-head .note {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .pGuide-beginner-head .bannerCt_link .hukidashi {
    margin-bottom: 10px;
  }
  .pGuide-begineer-box {
    padding: 50px 20px 30px;
  }
  .pGuide-begineer-box .pGuide-box_content {
    padding-bottom: 50px;
  }
  .pGuide-begineer-box .box-title {
    margin-bottom: 30px;
  }
  .pGuide-box_content .pGuide-begineer-step_title {
    margin-bottom: 30px;
  }
  .pGuide-box_content .cautionary {
    font-size: 16px;
    text-align: left;
    margin-bottom: 30px;
  }
  .pGuide-box_content .pGuide-step_included .fax_img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .pGuide-box_content .pGuide-step_included .cardboard_img {
    width: 40%;
    margin: 0 auto;
  }
  .pGuide-box_content .pGuide-step_blist02.flex {
    gap: 10px;
  }
  .pGuide-box_content .pGuide-step_bitem02 p {
    font-size: 15px;
    text-align: left;
  }
  .pGuide-box_content .pGuide-step_bitem02-full {
    margin-top: 20px;
  }
  .pGuide-box_content .pGuide-step_bitem02-full p {
    text-align: left;
  }
  .pGuide-box_co2 .pGuide-begineer-step_title {
    margin-bottom: 30px;
  }
  .pGuide-box_co2 ul {
    margin-bottom: 30px;
  }
  .pGuide-box_co2 ul li {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.7;
  }
  .pGuide-box_co2 ul li:last-child {
    margin: 0;
  }
  .pGuide-box_co2 ul li span {
    display: none;
  }
  .pGuide-box_co2 p {
    font-size: 15px;
  }
  .pGuide-box_co2 .main_text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .pGuide-box_co2 .sub_text {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .expect .procedural_document {
    padding: 8vw 4vw 10.668vw;
    margin: 0 0 5.3334vw;
    border-radius: 2.6667vw;
    box-shadow: 0 1.3335vw 0 rgba(0, 0, 0, 0.16);
  }
  .expect .procedural_document .title {
    margin: 0 auto 5.3334vw;
  }
  .expect .procedural_document .title h2 {
    font-size: 5.86666vw;
    margin: 0 auto 3.73334vw;
  }
  .expect .procedural_document .title p {
    font-size: 3.73334vw;
    line-height: 1.5;
  }
  .expect .procedural_document .ctt {
    gap: 1.3335vw;
    margin: 0 0 4vw;
  }
  .expect .procedural_document .ctt .item {
    width: 100%;
    max-width: 100%;
    border-radius: 1.335vw;
    padding: 4vw 5.3334vw;
  }
  .expect .procedural_document .ctt .item:last-of-type {
    padding: 4vw 5.3334vw;
  }
  .expect .procedural_document .ctt .item .ttl {
    font-size: 4.8vw;
  }
  .expect .procedural_document .ctt .item .first_flex {
    align-items: flex-start;
    gap: 3.2vw;
    margin: 4vw auto 0;
  }
  .expect .procedural_document .ctt .item .first_flex p {
    font-size: 4vw;
    line-height: 1.36;
  }
  .expect .procedural_document .ctt .item .first_flex > p {
    margin-top: 15vw;
  }
  .expect .procedural_document .ctt .item .first_flex .materials .img {
    height: 34.2vw;
    margin: 0 auto 2.6667vw;
  }
  .expect .procedural_document .ctt .item .first_flex .materials .img img {
    width: 24vw;
  }
  .expect .procedural_document .ctt .item .second_ctt {
    margin: 4vw 0 0;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_first_flex {
    justify-content: center;
    flex-wrap: wrap;
    gap: 7.466666666666668vw 2.6667vw;
    margin: 0;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_first_flex .first {
    width: 100%;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_first_flex .materials .img {
    height: 18.66668vw;
    margin: 0 auto 3.2vw;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_first_flex .materials p {
    font-size: 3.73334vw;
    letter-spacing: 0.05em;
    line-height: 1.36;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_first_flex .first p {
    height: auto;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_first_flex .plus {
    font-size: 4vw;
  }
  .expect .procedural_document .ctt .item .second_ctt .deco_line {
    font-size: 13.333333333333334vw;
    gap: 4vw;
    margin: 0;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_sec_flex {
    flex-wrap: wrap;
    gap: 4.8vw 4.2667vw;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_sec_flex .materials .img {
    max-width: 27.73333vw;
    height: 18.666668vw;
    margin-bottom: 4vw;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_sec_flex .materials p {
    font-size: 3.73334vw;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_sec_flex .materials .small {
    line-height: 1.36;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_sec_flex .materials .small .sp {
    display: block;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_sec_flex .materials p span {
    font-size: 2.9333vw;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_sec_flex .sp.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.73334vw;
    width: 100%;
    padding: 0 4vw 0 1.3335vw;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_sec_flex .sp.flex .fir .img {
    width: 20vw;
    margin: 1.3335vw auto 4vw;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_sec_flex .sp.flex .sec .img {
    height: auto;
    margin: 0;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_sec_flex .sp.flex .sec .img img {
    display: block;
    width: 14.66666vw;
    margin: 0 auto 2.13333vw;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_sec_flex .sp.flex p {
    font-weight: bold;
    margin: 0;
  }
  .expect .procedural_document .ctt .item .second_ctt .sec_sec_flex .plus {
    font-size: 14.666666666vw;
    margin-top: 0;
  }
  .expect .procedural_document .ctt .item .sec_third_flex {
    flex-wrap: wrap;
    gap: 2.66667vw 6.5vw;
    margin: 4vw 0 0;
  }
  .expect .procedural_document .ctt .item .sec_third_flex .materials {
    max-width: 24vw;
  }
  .expect .procedural_document .ctt .item .sec_third_flex .materials.last {
    max-width: 35.19999996vw;
  }
  .expect .procedural_document .ctt .item .sec_third_flex .materials .img {
    height: auto;
    margin: 0 0 1.6vw;
  }
  .expect .procedural_document .ctt .item .sec_third_flex .materials.sec .img {
    max-width: 14.666666666vw;
  }
  .expect .procedural_document .ctt .item .sec_third_flex .materials p {
    font-size: 3.733334vw;
  }
  .expect .procedural_document .ctt .item .sec_third_flex .plus {
    font-size: 14.6666vw;
    margin-top: 0;
  }
  .expect .procedural_document .note {
    font-size: 4vw;
    margin: 0 0 4vw;
  }
  .expect .procedural_document .btn a {
    font-size: 4vw;
    letter-spacing: 0.04em;
    border: 0.533vw solid #000000;
    border-radius: 5.866vw;
    box-shadow: 0 0.8vw 0 #000000;
    width: 100%;
    max-width: 66.666vw;
    padding: 2.667vw 0 2.4vw;
  }
  .expect .procedural_document .btn a:hover {
    box-shadow: 0 0 0 #000;
  }
}
/* 商品・梱包材の準備　変更スタイル */
.pGuide-step-btn a {
  display: block;
  text-align: center;
  width: 500px;
  padding: 20px 0;
  margin: 45px auto 0;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background-color: #C32A01;
  border-radius: 5px;
  transition: .3s;
}
.pGuide-step-btn a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 769px) {
  .pGuide-step-btn a {
    width: 100%;
    padding: 15px 0;
    margin: 30px auto 0;
    font-size: 16px;
  }
}
/* 商品の梱包　変更スタイル */
.pGuide-step_exlist {
  gap: 20px;
  justify-content: center;
  align-items: stretch;
}
.pGuide-step_exlist .step-unity {
  width: 48%;
}
.pGuide-step_exlist .pGuide-step_exitem {
  padding: 30px 20px 20px;
  border: 1px solid #C32700;
  border-radius: 5px;
}
.pGuide-step_exlist .pGuide-step_exitem .ex_title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #E63C00;
  margin-bottom: 5px;
}
.pGuide-step_exlist .pGuide-step_exitem .flex {
  margin: auto 0;
  align-items: center;
  gap: 0 40px
}
.pGuide-step_exlist .pGuide-step_exitem:first-of-type .flex, .pGuide-step_exlist .pGuide-step_exitem:nth-of-type(2) .flex {
  height: 230px;
}
.pGuide-step_exlist .pGuide-step_exitem .flex ul li {
  font-size: 21px;
  font-weight: bold;
  margin-top: 10px;
}
.pGuide-step_exlist .pGuide-step_exitem .flex ul li:first-child {
  margin: 0;
}
.pGuide-step_exlist .pGuide-step_exitem .flex ul li span {
  color: #E63C00;
}
.pGuide-step_exlist .pGuide-step_exitem .flex p {
  font-size: 18px;
  font-weight: bold;
}
.pGuide-step_exlist .pGuide-step_exitem .note {
  font-size: 16px;
  color: #E63C00;
  margin-top: 5px;
  padding: 0 10px;
}
.pGuide-step_exlist .pGuide-step_noteitem h4 {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background-color: #EF6745;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
}
.pGuide-step_exlist .pGuide-step_noteitem ul li {
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}
.pGuide-step_exlist .pGuide-step_noteitem ul li::before {
  content: "・";
}
@media only screen and (max-width: 769px) {
  .pGuide-step_exlist .step-unity {
    width: 100%;
  }
  .pGuide-step_exlist .pGuide-step_exitem {
    padding: 20px 10px;
  }
  .pGuide-step_exlist .pGuide-step_exitem .ex_title {
    font-size: 21px;
    line-height: 1.3;
  }
  .pGuide-step_exlist .pGuide-step_exitem .flex {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
  }
  .pGuide-step_exlist .pGuide-step_exitem:first-of-type .flex, .pGuide-step_exlist .pGuide-step_exitem:nth-of-type(2) .flex {
    height: auto;
  }
  .pGuide-step_exlist .pGuide-step_exitem:nth-of-type(2) .flex {
    gap: 20px;
  }
  .pGuide-step_exlist .pGuide-step_exitem:nth-of-type(3) .flex {
    margin-bottom: 0;
  }
  .pGuide-step_exlist .pGuide-step_exitem:first-of-type .flex img {
    max-width: 200px;
  }
  .pGuide-step_exlist .pGuide-step_exitem:nth-of-type(2) .flex img {
    max-width: 192px;
  }
  .pGuide-step_exlist .pGuide-step_exitem:nth-of-type(3) .flex img {
    max-width: 150px;
    margin: 10px auto;
  }
  .pGuide-step_exlist .pGuide-step_exitem .flex p {
    font-size: 16px;
    padding: 0;
  }
}
/* 必要書類2点を同梱する　変更スタイル */
.pGuide-step02 .pGuide-step_bitem02 .h3 {
  padding: 0 30px;
}
.pGuide-step02 .pGuide-step_bitem02 .col-none {
  color: #000;
  padding: 0 30px;
}
.pGuide-step02 .pGuide-step_bitem02 .sec-p {
  padding: 0;
  text-align: center;
}
.pGuide-step02 .pGuide-step_bitem02 .download_btn a {
  font-size: 21px;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 360px;
  gap: 0 10px;
  padding: 15px 0;
  margin: 0 auto 18px;
  border: 2px solid #000;
  transition: .3s;
}
.pGuide-step02 .pGuide-step_bitem02 .download_btn a:hover {
  background-color: #FFDC1E;
}
.pGuide-step02 .pGuide-step_bitem02 .download_btn a::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/common/pGuide-pdf-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-pdf a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
.btn-pdf a::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/common/pGuide-pdf-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 769px) {
  .pdf_img {
    max-width: 170px;
    width: 100%;
    margin-bottom: 20px !important;
  }
  .pGuide-step02 .pGuide-step_bitem02 .download_btn a {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
  }
  .pGuide-step02 .pGuide-step_bitem02 .download_btn a::before {
    width: 20px;
    height: 20px;
  }
  .btn-pdf a::before {
    content: "";
    width: 20px;
    height: 20px;
  }
}
/* STEP.03 品物を発送 　変更スタイル*/
.pGuide-step_head .main_head {
  margin-bottom: 20px;
}
.pGuide-step_head .sub_head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}
.pGuide-step_head .sub_head span {
  color: #C32700;
}
.pGuide-step_head .sub_head .more_text {
  font-size: 25px;
  font-weight: 900;
}
.step03_corre .flex {
  max-width: 1040px;
  margin: 0 auto 40px;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0 55px;
}
.step03_corre .flex .text p {
  text-align: left;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.step03_corre .flex .text .address-flex {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
.step03_corre .flex .text .address-flex dl {
  width: 100%;
  text-align: left;
}
.step03_corre .flex .text .address-flex dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.step03_corre .flex .text .address-flex dd {
  letter-spacing: 0.06em;
  font-size: 16px;
  line-height: 1.8;
}
.step03_corre .bring_item {
  max-width: 1040px;
  background-color: #F3F3F3;
  border-radius: 10px;
  margin: 30px auto 0;
  padding: 30px 0;
}
.step03_corre .bring_item > p {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}
.step03_corre .bring_item .flex {
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  margin: 0;
}
.step03_corre .bring_item .flex p {
  width: 300px;
  margin: 0;
  padding: 17px 0 18px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step03_corre .bring_item .flex p:last-of-type {
  display: block;
}
.step03_corre .bring_item .flex p span {
  font-size: 15px;
}
@media only screen and (max-width: 769px) {
  .pGuide-step_head .main_head {
    font-size: 18px;
  }
  .pGuide-step_head .sub_head {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .pGuide-step_head .sub_head span {
    display: block;
    margin-top: 10px;
  }
  .pGuide-step_head .sub_head .more_text {
    font-size: 20px;
    margin: 0;
    display: inline-block;
  }
  .step03_corre h3 {
    position: relative;
  }
  .step03_corre h3::after {
    position: absolute;
    top: 0;
    right: 0%;
    -webkit-transform: translate(10%, -10%);
    -ms-transform: translate(10%, -10%);
    transform: translate(10%, -10%);
    content: "";
    width: 50px;
    height: 35px;
    background-image: url(../img/common/pGuide-track-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .step03_corre .flex {
    display: block;
  }
  .step03_corre .flex .text p {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .step03_corre .flex .text .address-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .step03_corre .flex .text .address-flex dl {
    width: 100%;
    text-align: left;
  }
  .step03_corre .flex .text .address-flex dt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .step03_corre .flex .text .address-flex dd {
    font-size: 15px;
    line-height: 1.5;
  }
  .step03_corre .flex .img img {
    display: none;
  }
  .step03_corre .bring_item {
    max-width: 1040px;
    background-color: #F3F3F3;
    border-radius: 10px;
    margin: 30px auto 0;
    padding: 30px 0;
  }
  .step03_corre .bring_item > p {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .step03_corre .bring_item .flex {
    gap: 20px;
  }
  .step03_corre .bring_item .flex p {
    width: 90%;
    margin: 0 auto 15px;
    padding: 10px 0 12px;
    font-size: 16px;
  }
  .step03_corre .bring_item .flex p:last-child {
    margin: 0 auto;
  }
  .step03_corre .bring_item .flex p span {
    font-size: 13px;
  }
}
/* STEP.04 査定～ご入金 　変更スタイル*/
.step04_corre .flex {
  flex-wrap: nowrap;
  max-width: 1040px;
  margin: 0 auto;
  gap: 50px;
}
.step04_corre .flex .img img {
  border-radius: 10px;
}
.step04_corre .flex .text {
  flex: 1;
}
.step04_corre .flex .text p {
  text-align: left;
  margin-top: 30px;
}
.step04_corre .flex .text p:first-of-type {
  margin: 0;
}
.step04_corre .flex .text p span {
  color: #E63C00;
}
@media only screen and (max-width: 769px) {
  .step04_corre .flex {
    flex-wrap: wrap;
    gap: 30px;
  }
  .step04_corre .flex .text p {
    margin-top: 20px;
  }
}
.purchase_section .select-area {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 30px auto 0;
}
.purchase_section .select-area::before {
  content: "";
  position: absolute;
  top: 49%;
  right: 20px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #111111;
  border-bottom: 2px solid #111111;
  transform: translateY(-50%) rotate(45deg);
  transition: all .3s;
}
.purchase_section .select-area select {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 20px 22px;
  margin: 0 auto;
  border-radius: 5px;
  border: 2px solid #111111;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}
.purchase_section .slick-track:has(.no_post), .purchase_section .slick-slide:has(.no_post) {
  display: block;
  width: 100% !important;
  margin: 0 !important;
}
.purchase_section .no_post {
  padding: 40px 0 0 !important;
}
.purchase_section .no_post p {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 769px) {
  .purchase_section .select-area {
    max-width: 92%;
    margin: 5.3333333334vw auto 0;
  }
  .purchase_section .select-area::before {
    right: 4vw;
    width: 1.66666666666666667vw;
    height: 1.66666666666666667vw;
  }
  .purchase_section .select-area select {
    width: 100%;
    font-size: 4vw;
    padding: 4vw 4.8vw;
  }
  .purchase_section .no_post {
    padding: 5.3333333333334vw 0 !important;
  }
  .purchase_section .no_post p {
    font-size: 4.8vw;
  }
}