@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------------*/
html {
  font-size: 62.5%;
  visibility: hidden;
  /*Webフォントの読み込みが完了してから画面を表示する*/
  scroll-behavior: smooth; /*	ページトップリンク+スムーズスクロールする*/
}
/*.wf-active：Web フォントがアクティブな状態*/
html.wf-active {
  visibility: visible;
}
body {
  /*  color: #352018;*/
  font-size: 1.6rem;
  box-sizing: content-box;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3, 游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "Verdana, Helvetica", "Arial", sans-serif;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt"1;
  color: #514642;
}
img {
  max-width: 100%;
}
.tree_text, .frame_note {
  line-height: 1.5;
}
/*________________________________________________________*/
.js_modal_wrapper {
  padding: 0 0 5px 0;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.lineup_name02 {
  font-weight: 600;
  font-size: clamp(1.8rem, 1.4vw, 2.0rem);
  color: rgb(0 128 175);
  padding-top: 5px;
}
.about_product,.about_product02 {
  padding: 5px 0 15px 0;
  line-height: 1.8;
  font-size: 1.5rem;
}
.about_product {

  border-bottom: 1px dotted #514642;

}
tr {
  padding: 0 0 7px 0;
  display: block;
}
th {
  text-align: left;
  font-weight: bold;
}
table {
  padding: 15px 0 0 0;
  display: inline-block;
  font-size: 1.5rem;
}
.tree_logo_box01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.tree_text {
  font-size: 1.2rem;
  width: 75%;
}
.tree_logo {
  width: 18%;
}
.modal_note {
  background-color: rgb(175 160 147);
  color: #fff;
  padding: 5px;
  margin-top: 15px;
}
.irokae {
  background-color: #fff;
  border-bottom: 2px solid rgb(175 160 147);
  padding: 3px 5px;
  color: rgb(175 160 147);
  font-weight: 600;
  margin-top: 3px;
}
.color_frame_name {
  font-size: 1.4rem;
  padding-top: 5px;
}
.color_frame_box {
  padding: 15px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.frame_note {
  font-size: 1.2rem;
  padding-top: 15px;
}
.step_number {
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px dotted;
}
.design_box_text {
  padding-top: 5px;
}
.about_box {
  padding: 15px 0 0 0;
}
.design_box {
  padding: 0 0 30px 0;
}
.spacing {
  line-height: 1.75;
}
.design_note {
  line-height: 1.5;
  padding-top: 2px;
  font-size: 1.2rem;
}
.modal_logo img {
  width: 110px;
}
.modal_logo {
  text-align: center;
  padding-bottom: 15px;
}
a.frame_btn {
    display: block;
    background-color: #fcfcf5;
    border-radius: 7px;
    text-align: center;
    border: 1px solid;
    font-size: 1.55rem;
    transition: 0.3s;
    width: 100%;
    padding: 13px 5px;
}
.frame_btn:hover{
background-color: rgba(177, 160, 137, 1.00);
    border: 1px solid rgba(177, 160, 137, 1.00);
    color: #fff;
}

i.fa-solid.fa-angle-right {
    font-size: 1.4rem;
    padding-left: 10px;
}
/*-----------------------------------------*/
@media screen and (max-width:414px) {
	.js_modal_wrapper {
 
    max-width: 324px;
 
}
	
	
	
	
	
	
}