@charset "UTF-8";

/*===========================
ui3210
===========================*/
#ui3213 {
	font-family: 'Noto Sans JP', sans-serif;
	}

a {
  color: unset;
  text-decoration: none;
}
a:hover{
  color: unset;
}

.plan02 a {
  border: solid 2px transparent;
  transition: 0.5s;
  pointer-events: none;
}

.plan02 a:hover {
  border: 2px solid #0784E8;
}

/* 共通
------------------------------------- */
#ui3213{
  background-image: linear-gradient(95deg, #fee8a4, #fde8d7);
}
#ui3213 .mainVisual_inner {
  margin: 0 auto;
}
#ui3213 .mainVisual_inner img {
  margin: 0px auto;
}
#ui3213 .plan01 p,#ui3213 .plan02 p,#ui3213 .introductionDeta p {
  font-size: 1.8rem;
}

#ui3213 .head-border {
  width: 200px;
  margin: 0 auto;
}

#ui3213 h2 {
  font-size: 3.0rem;
  position: relative;
  color: #353535;
  font-weight: bold;
  text-align: center;
  width: 200px;
}
#ui3213 .introductionPt{
  background: #fff;
}
#ui3213 .introductionPt .head-border {
  width: 530px;
}

#ui3213 .introductionPt h2{
  width: 530px;
  margin-bottom: 30px;
}

#ui3213 h2:before,
#ui3213 h2:after {
  position: absolute;
  top: 48%;
  width: 5rem;
  border-top: 2px dashed;
  content: '';
}

#ui3213 h2:before {
  left: -5rem;
}

#ui3213 h2:after {
  right: -5rem;
}

#ui3213 .text_center {
  text-align: center;
  padding-top: 20px;
}

/*-----section-----*/
.m_section_inner01 {
  width: 1160px;
  margin: 0 auto;
  padding: 50px 0;
}
.m_section_inner02 {
  width: 1060px;
  margin: 0 auto;
  padding: 50px 0;
}
.m_section_ttl01 {
  font-size: 3.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.m_section_ttl02 {
  font-size: 3.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
  padding: 0px 0 2.3rem 0;
  text-align: center;
}
.m_section_ttl02:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 2px;
  content: '';
  background: #606a76;
}
.m_ttl_icon{
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.m_ttl_icon img{
  max-height: 40px;
}
.m_ttl_txt{
  margin-left: 15px;
}
.m_section_box{
  margin-top: 40px;
}
.m_section_txt {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.m_section_txt + .m_section_txt {
  margin-top: 15px;
}
.m_txtBold{
  font-weight: bold;
}
.m_txtRed{
  color: #0f6eb0;
}
/*-----deta-----*/
.m_section_deta dl{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webklit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  margin: 25px 0;
}
.m_section_deta dl + dl{
  padding-top: 25px;
  border-top: solid 1px #ccc;
}
.m_section_deta dt{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  background: #333;
  color: #fff;
  padding: 5px 10px 8px;
  width: 25%;
  text-align: center;
}
.m_section_deta dd{
  width: 72%;
}
.m_icon_cap{
  max-width: 260px;
  margin: 0 10px;
  vertical-align: text-bottom;
}
.m_section_txt + .m_section_detalist,
.m_section_detalist + .m_section_txt{
  margin-top: 15px;
}
.m_section_detalist{
  margin-left: 20px;
  font-size: 1.6rem;
  font-weight: normal;
}
.m_section_detalist a{
  color: #003490;
  text-decoration: underline;
}
.m_section_detalist li{
  list-style-type: disc;
}

.m_section_detalist li + li{
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
/*-----section-----*/
.m_section_inner01 {
  width: 100%;
  padding: 30px 10px;
}
.m_section_inner02 {
  width: 100%;
  padding: 25px 10px;
}
.m_section_ttl01 {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}
.m_section_ttl02 {
  font-size: 2.4rem;
  line-height: 1.3;
  padding: 0 0 1.5rem 0;
}
.m_section_ttl02:before {
  left: calc(50% - 20px);
  width: 40px;
}
.m_ttl_icon{
  width: 35px;
  height: 35px;
}
.m_ttl_icon img{
  max-height: 30px;
}
.m_ttl_txt{
  margin-left: 10px;
}
.m_section_box{
  margin-top: 30px;
}
.m_section_txt {
  font-size: 1.4rem;
}
.m_sectionTxt + .m_sectionTxt {
  margin-top: 10px;
}
/*-----deta-----*/
.m_section_deta dl{
  display: block;
  margin: 20px 0;
}
.m_section_deta dl + dl{
  padding-top: 0;
  border-top: none;
}
.m_section_deta dt{
  font-size: 1.6rem;
  width: 100%;
}
.m_section_deta dd{
  width: 100%;
  margin-top: 20px;
}
.m_icon_cap{
  max-width: 220px;
}
.m_section_detalist{
  font-size: 1.4rem;
}
}

/* メインビジュアル下部 ニュース＜お知らせ・期間＞ */

@media screen and (min-width: 768px) {
#ui3213 .Newsarea {
  width: 1110px;
  margin: 0 auto;
  padding: 40px 0 60px 0;
}
}

#ui3213 .Newsrelease .news-text {
  font-size: 1.8rem;
}

#ui3213 .Newsrelease .term-text {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  background: #424242;
  padding: 10px 0;
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
  box-shadow: 0 0 0px 10px #424242;
}

/* その１ */
#ui3213 .plan01 {
  padding: 50px 0;
  background: #fff7e5;
}

#ui3213 .plan01 .container {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
  padding-top: 20px;
}

#ui3213 .plan01 a {
  display: block;
  position: relative;
  padding: 15px 0;
  font-size: 1.8rem;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #333;
  border: 2px solid #333;
  border-radius: 100px;
  background: #fff;
  margin-top: 15px;
  width: 500px;
  text-align: center;
}

#ui3213 .plan01 a:hover {
  background: #333;
  color: #fff;
  border: 2px solid #fff;
}

#ui3213 .plan01 a::before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 3.5rem;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

#ui3213 .plan01 p span {
  font-size: 1.5rem;
}

/* 20260128追記 */
@media screen and (min-width: 768px) {
#ui3213 .plan01 .box02 {
  width: 560px;
}
}

/* その２ */
#ui3213 .plan02 {
  padding: 50px 0;
  background: #Fff;
}

#ui3213 .plan02_inner {
  width: 1160px;
  margin: 0 auto;
}

#ui3213 .plan02 .container {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding-top: 20px;
}

#ui3213 .plan02 .box01,#ui3213 .plan02 .box02 {
  border: 2px solid #dbdbdb;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 35px 20px;
}

/* 20260128追記 */
@media screen and (min-width: 768px) {
#ui3213 .plan02 .box01, #ui3213 .plan02 .box02 {
  width: 551px;
  background: #fff;
}
}

#ui3213 .plan02 .product_name {
  font-weight: bold;
  padding-top: 10px;
}

#ui3213 .plan02 .spec {
  font-size: 1.5rem;
  padding-top: 10px;
  text-align: center;
}

#ui3213 .plan02 .price-red {
  font-size: 3.6rem;
  padding: 10px 0 50px;
  color: #e00000;
}

#ui3213 .plan02 .price-red span{
  font-size: 1.8rem;
}

.small-text {
  font-size: 1.5rem;
  padding-top: 10px;
}

/* --------------------------------------
   （SP用）
--------------------------------------*/
@media screen and (max-width: 767px) {
	
/* 共通
------------------------------------- */
#ui3213 .mainVisual_inner {
  width: auto;
}

#ui3213 .plan01 .box02{
  text-align: center;
}
#ui3213 h2 {
  font-size: 2.6rem;
}
#ui3213 .introductionPt .head-border {
  width: 200px;
}
#ui3213 .introductionPt h2{
  width: 200px;
}
#ui3213 h2:after {
  right: -4.2rem;
}
#ui3213 h2:before {
  left: -4.5rem;
}
/* メインビジュアル下部 ニュース＜お知らせ・期間＞ */
#ui3213 .Newsarea {
  padding:30px 10px 50px 10px;
}

#ui3213 .Newsrelease .news-text {
  font-size: 1.6rem;
}

#ui3213 .Newsrelease .term-text {
  font-size: 1.8rem;
}

/* その１ */
#ui3213 .plan01 {
  padding: 30px 10px;
}

#ui3213 .plan01 .container {
  flex-direction: column;
  gap: 20px;
}

#ui3213 .plan01 a {
  padding: 15px 50px;
  width: 300px;
  display: inline-block;
}

#ui3213 .plan01 a::before {
  right: 18px;
}


/* 20260128追記 */
#ui3213 .plan01 .box02 {
  width: auto;
}

/* その２ */
#ui3213 .plan02 {
  padding: 30px 10px;
}

#ui3213 .plan02_inner {
  width: auto;
}

#ui3213 .plan02 .container {
  flex-direction: column;
  gap: 20px;
}

#ui3213 .plan02 .box01, #ui3213 .plan02 .box02 {
  padding: 0 20px;
}

}

/* introduction */
.introductionDeta{
  background: #fff7e5;
}
.introductionDeta .m_section_box{
  margin-top: 0;
}
.introductionPt.m_section_box{
  margin-top: 60px;
}
.introductionPt dl{
  display: block;
}
.introductionPt dt{
  width: 100%;
}
.introductionPt dd{
  width: 1060px;
  margin: 30px auto 0;
}
.introductionPtList01{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.introductionPtItem01{
  font-family: 'Noto Sans JP', sans-serif;
  background: #ffe6c5;
  width: 31%;
  padding: 10px;
  position: relative;
}
.introductionPtItem01::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #f4896b;
  z-index: 100;
}
.introductionPtItem01:not(:nth-child(3n))::after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 5px solid #b4013c;
  border-right: 5px solid #b4013c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  right: -7%;
  top: 50%;
}
.introductionPtTtl01{
  font-size: 1.9rem;
  font-weight: 600;
  color: #b4013c;
  text-align: center;
  letter-spacing: 0.05em;
}
.introductionPtTtl01 span{
  display: block;
  font-size: 2.2rem;
}
.introductionPtTxt01{
  padding: 10px;
  margin-top: 10px;
  background: #fff;
  font-size: 1.6rem;
}
.introductionPtIcon{
  margin-top: 15px;
  text-align: center;
}
.introductionPtList02{
  margin-top: 30px;
}
.introductionPtList02 .imgScroll{
  margin: 20px 0px 50px;
}
.introductionPtItem02{
  margin-top: 30px;
}
.introductionPtTtl02{
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #B75231;
  background:linear-gradient(95deg, #fee8a4, #fde8d7);
  letter-spacing: 0.08em;
  padding: 8px 8px 8px 31px;
  position: relative;
}
.introductionPtTtl02::before{
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
}
.introductionPtList02 li:nth-of-type(1) .introductionPtTtl02::before{
  content: "①";
}
.introductionPtList02 li:nth-of-type(2) .introductionPtTtl02::before{
  content: "②";
}
.introductionPtList02 li:nth-of-type(3) .introductionPtTtl02::before{
  content: "③";
}
.introductionPtItem02 > div{
  margin-top: 15px;
}
.introductionPtList02 .m_section_txt + .m_section_txt,
.introductionPtList02 .m_section_txt + .m_section_detalist,
.introductionPtList02 .m_section_detalist + .m_section_txt{
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
.introductionPt dd{
  width: 100%;
}
.introductionDeta .m_section_inner01{
  padding: 10px;
}
.introductionPt.m_section_box{
  margin-top: 0;
}
.introductionPtList01{
  display: block;
}
.introductionPtItem01{
  width: 100%;
}
.introductionPtItem01 + li{
  margin-top: 30px;
}
.introductionPtItem01:not(:nth-child(3n))::after {
  border-top: none;
  border-bottom: 5px solid #b4013c;
  left: 50%;
  bottom: -20px;
  top: auto;
}
.introductionPtTtl01{
  font-size: 1.6rem;
}
.introductionPtList02{
  margin-top: 30px;
}
.introductionPtList02 .imgScroll{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0px 0px;
}
.introductionPtList02 .imgScroll img{
  width: auto;
  max-width: 700px;
  display: block;
}
.introductionPtTtl02{
  display: block;
  font-size: 1.8rem;
  background: #ffe6c5;
  padding: 3px 10px 3px 35px;
  letter-spacing: 0.02em;
}
  .introductionPtTtl02::before{
    top: 3px;
    left: 11px;
}

.introductionPtList02 .m_section_txt + .m_section_txt,
.introductionPtList02 .m_section_txt + .m_section_detalist,
.introductionPtList02 .m_section_detalist + .m_section_txt{
  margin-top: 20px;
}
}