@charset "utf-8";


.tab-group{
	display: flex;
	justify-content: center;
	max-width:  600px; 
	margin: 0 auto;
  }
  .tab{
	flex-grow: 1;
	padding:10px;
	list-style:none;
	border:solid 1px #bba846;
	text-align:center;
	cursor:pointer;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	letter-spacing:0.15em; 
	  width: 50%;
  }
  .panel{
	display:none;
  }
  .tab.is-active{	
	background:#bba846;
	color:#FFF;
	transition: all 0.2s ease-out;
  
  }
  .tab-B.btn_hover:hover{	
	background:#bba846;
	color:#FFF;
	transition: all 0.5s ease-out;
  
  }
  .tab-A.btn_hover:hover{	
	background:#bba846;
	color:#FFF;
	transition: all 0.5s ease-out;
  
  }
  .panel.is-show{
	display:block;
  }


.bg_obi1{
	clear: both;
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.bg_obi_left1{
	display: block;
	clear: both;
	width: 42px;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: repeat;
	background-image: url("../img/quality/gray_bar@2x.jpg");
	transition: opacity 0.4s ease; 
}
@media screen and (max-width: 1100px) {
  .bg_obi_left1 {
    opacity: 0;
    pointer-events: none;
}
}
/* スマホ（750px以下）で左端に細線表示 */
@media screen and (max-width: 750px) {
  .bg_obi_left1 {
    opacity: 1;
    pointer-events: auto;
    width: 2.5%; /* 細い線に */
    background-image: none; /* 背景画像をオフに */
   	background-image: url("../img/quality/gray_bar@2x.jpg");
    left: 0;
  }
}
.hidden {
    display: none;
}
@media screen and (max-width: 750px) {
  .flex_qu {
    display: flex;
    align-items: stretch; /* 子要素の高さを揃える */
  }
  /* タイトルを縦に並べるラッパーを作る */
  .title_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center; /* 帯に対して中央揃え */
    margin-left: 4%; /* 帯との間隔 */
  }
}



.qu_vh{
	margin-bottom: 23%;
}
.qu_vh2{
	margin-bottom: 13.5%;
}
.st_vh{
	margin: 4% 0;
}
.st_vh2{
	margin: 8% 0;
}
.st_vh3{
	margin: 6% 0;
}


@media print, screen and (min-width: 751px) {
.st_vh{
	margin: 2.5% 0;
}
}
.qu2_bg1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	background: #f0edec;
}
.qu_ki_ph1{
	width: 65%;
}
.qu_ki_ph2{
	width: 30%;
}
.qu_ki_ph3{
	width: 30%;
}
.qu_ki_ph4{
	width: 47.5%;
}
.qu_ki_ph5{
	width: 49%;
}
@media print, screen and (max-width: 750px) {
.qu_ki_ph1{
	width: 100%;
}
.qu_ki_ph2{
	width: 48%;
}
.qu_ki_ph5{
	width: 100%;
}
}
.qu_main_title1{
	font-size: 20px;
	font-family: "trajan-pro-3", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.2em;
	color: #bba846;
	text-align: center;
	margin-bottom: 2.5%;
}
.qu_main_title2{
	font-size: 20px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: center;
	letter-spacing: 0.15em;
	font-feature-settings: "palt";
	color: #000;
	text-align: center;
}
@media print, screen and (max-width: 750px) {
.qu_main_title1{
	font-size: 1.7rem;
	margin-bottom: 5%;
}
.qu_main_title2{
	font-size: 1.9rem;
    line-height: 55px;
}
}


/*構造性能*/

/*ボタン*/

.qu_btn{
	width:50%;
	height: auto;
}

@media print, screen and (min-width: 751px) {
.qu_btn{
	width:50%;
	max-width: 300px;
	height: auto;
}
}
.tit_bar{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.tit_bar img{
	width: 100%;
	height: 17px;
	margin: 0 auto;
}
.box3_bg_bl{
	width: 100%;
	height: auto;
	background-image: url("../img/structure/st_box4_main_ph1@2x.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
.box5_bg_bl{
	width: 100%;
	height: auto;
	background-image: url("../img/structure/st_box1_main_ph1@2x.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}

.h39 {height:39px;}.h38 {height:38px;}.h37 {height:37px;}.h36 {height:36px;}


.qu_flex1{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
.qu_flex2{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
@media print, screen and (min-width: 751px) {
.qu_flex1{
	width: 65%;
	max-width: 650px;
	height: auto;
	margin: 0;
	padding: 0;	
	position: relative;
}
.qu_flex2{
	width: 33%;
	max-width: 330px;
	height: auto;
	margin: 0;
	padding: 0;	
	position: relative;
}
}
.qua_text1{
    font-size: 18px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: center;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    color: #bba846;
    margin-top: 1.7vh;
    margin-bottom: 0.6vh;
}
.qua_text2{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	line-height: 30px;
	color: #000;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	text-align: justify;

}
.qua_text1 span{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 10px;
	line-height: 25px;
	font-weight: 400;
	color: #000;
	font-feature-settings: "palt";
	margin-left: 1%;
}
@media print, screen and (max-width: 750px) {
.qua_text1{
    font-size: 1.7rem;
    margin: 2.3vh 0 1vh;
}
.qua_text2{
    font-size: 1.5rem;
    line-height: 43px;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	text-align: justify;
}
.qua_text1 span{
	font-size: 0.8rem;
}
}

.st_text1{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.5rem;
	line-height: 43px;
	color: #000;
	font-feature-settings: "palt";
	text-align: justify;
}
.st_text2{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 22px;
	line-height: 35px;
	color: #000;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text3{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.5rem;
	line-height: 43px;
	color: #94252a;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text4{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.5rem;
	line-height: 43px;
	color: #000;
	font-feature-settings: "palt";
	text-align: justify;
}
.st_text5{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.7rem;
	line-height: 45px;
	color: #000;
	font-feature-settings: "palt";
	text-align: center;
	letter-spacing: 0.05em;
}
.st_text6{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.5rem;
	line-height: 43px;
	color: #000;
	font-feature-settings: "palt";
	text-align: justify;
}
.st_text7{
	width: 100%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.7rem;
    line-height: 45px;
	color: #000;
	font-feature-settings: "palt";
	text-align: left;
}
.st_text8{
	width: 100%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 1.5rem;
    line-height: 43px;
	color: #000;
	font-feature-settings: "palt";
	text-align: justify;
}
.st_text9{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 1.5rem;
    line-height: 43px;
	color: #FFF;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text10{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 1.5rem;
    line-height: 43px;
	color: #000;
	font-feature-settings: "palt";
	text-align: justify;
}

.st_text10 span{
	color: #94252a;
}

.st_text11{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.2rem;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #000;
	font-feature-settings: "palt";
	text-align: justify;
}
.st_text12{
	font-family: "trajan-pro-3", serif;
	font-size: 2rem;
	color: #bba846;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	text-align: center;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	margin-bottom: 0.5%;
}
.st_text13{
	font-family: "trajan-pro-3", serif;
	font-size: 1.2rem;
	color: #bba846;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text14{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.2rem;
	color: #bba846;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text18{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.5rem;
	line-height: 45px;
	color: #000;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text19{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.7rem;
	line-height: 45px;
	color: #000;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text20{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1rem;
	line-height: 35px;
	color: #000;
	font-feature-settings: "palt";
	text-align: center;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	margin-top: 0.5%;
}
.st_text21{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.2rem;
	line-height: 30px;
	color: #FFF;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text22{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.5rem;
	line-height: 43px;
	color: #bba846;
	font-feature-settings: "palt";
	text-align: left;
	margin-top: 1.3%;
}
.st_text23{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	line-height: 35px;
	color: #94252a;
	font-feature-settings: "palt";
	text-align: left;
}
.st_text4 span{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	line-height: 35px;
	color: #94252a;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text1 span{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	line-height: 35px;
	color: #94252a;
	font-feature-settings: "palt";
	text-align: justify;
}
.qua_text3 span{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	line-height: 55px;
	/*color: #9a7c27;*/
	letter-spacing: normal;
	text-align: center;
}
.cap_text{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 10px;
    line-height: 150%;
    color: #000;
    text-align: left;
    z-index: 10;
	letter-spacing: 0.05em;
}
.st_bar2{
	border-bottom: 1px solid #000;
}
.st_bar3{
	width: 100%;
	border-bottom: 1px solid #bba846;
	margin: 0 auto;
}
.st_border{
	width: 90%;
	border: 1px solid #bba846;
	background-color: #FFF;
	padding: 5%;
	margin: 0 auto;
}
 .st_box1_ph1{
	width: 30%;
	height: auto;
	margin: 0 auto;
} 
.st_box1_ph2{
	width: 20%;
	height: auto;
	margin-right: 1.5%;
	background-color: #bba846;
	display: flex;        /* ← 追加 */
  	justify-content: center; /* 横方向センター */
  	align-items: center;  
}
.st_box12_ph1{
	width: 50%;
	height: auto;
	margin: 20px auto 0;
}
.st_box4_ph5{
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 4%;
}
.st_ph4{
	width: 100%;
	height: auto;
	background-color: #94252a;
}

.qua_text3{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 22px;
	line-height: 27px;
	line-height: 33px;
	color: #000;
	letter-spacing: normal;
	text-align: center;
}

@media print, screen and (min-width: 751px) {

.qua_text1 span{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 10px;
	line-height: 25px;
	font-weight: 400;
	color: #000;
	font-feature-settings: "palt";
}

.qua_text2_2{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	line-height: 27px;
	color: #000;
	letter-spacing: -0.01em; /* 文字の間隔を少し詰める */
	font-feature-settings: "palt";
	text-align: justify;
}
.qua_text3{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 22px;
	line-height: 27px;
	color: #000;
	letter-spacing: normal;
	text-align: center;
}
.st_text1{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	line-height: 30px;
	color: #000;
	font-feature-settings: "palt";
	text-align: justify;
}
.st_text2{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text3{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	line-height: 30px;
	color: #94252a;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text4{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	line-height: 30px;
	color: #000;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text5{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	letter-spacing: 0.15em;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text6{
	width: 30%;
	padding-top: 3.1%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	font-feature-settings: "palt";
	text-align: left;
}
.st_text7{
	width: 100%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 17px;
	line-height: 30px;
	color: #000;
	font-feature-settings: "palt";
	text-align: left;
}
.st_text8{
	width: 50%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 13px;
	line-height: 24px;
	color: #000;
	font-feature-settings: "palt";
	text-align: justify;
}
.st_text9{
    font-size: 18px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: 0.05em;
	color: #FFF;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text10{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	line-height: 30px;
	color: #000;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text11{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 11px;
	line-height: 20px;
	color: #000;
	font-feature-settings: "palt";
	text-align: justify;
}
.st_text12{
	font-family: "trajan-pro-3", serif;
	font-size: 40px;
	color: #bba846;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	text-align: center;
	margin-bottom: 1%;
}
.st_text13{
	font-family: "trajan-pro-3", serif;
	font-size: 1.2rem;
	color: #bba846;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text14{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	color: #bba846;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text18{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	line-height: 35px;
	color: #000;
	font-feature-settings: "palt";
	text-align: center;
	letter-spacing: 0.1em;
}
.st_text19{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	line-height: 35px;
	color: #000;
	font-feature-settings: "palt";
	text-align: left;
}
.st_text20{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
	line-height: 35px;
	color: #000;
	font-feature-settings: "palt";
	text-align: center;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	margin-top: 0.5%;
}
.st_text21{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text22{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	line-height: 22px;
	color: #bba846;
	font-feature-settings: "palt";
	text-align: left;
	margin-top: 1.5%;
}
.st_text23{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	line-height: 30px;
	color: #94252a;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text4 span{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	line-height: 30px;
	color: #94252a;
	font-feature-settings: "palt";
	text-align: center;
}
.st_text1 span{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	line-height: 30px;
	color: #94252a;
	font-feature-settings: "palt";
	text-align: justify;
}
.qua_text3 span{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 22px;
	line-height: 27px;
	color: #bba846;
	letter-spacing: normal;
	text-align: center;
}
.st_border{
	width: 75%;
	border: 1px solid #bba846;
	background-color: #FFF;
	padding: 2.5% 0;
	margin: 0 auto;
}
.st_border2{
	width: 100%;
	border-left: 1px solid #000;
}
.st_bar3{
	width: 75%;
	border-bottom: 1px solid #bba846;
	margin: 0 auto;
}
.st_box1_ph1{
	width: 15.13%;
	height: auto;
	max-width: 115px;
	margin: 0 1.7% 0 0;
}
.st_box1_ph2{
	width: 25%;
	height: auto;
	max-width: 120px;
	margin-right: 1.5%;
	background-color: #bba846;
	s
}
.st_box12_ph1{
	width: 40%;
	height: auto;
	max-width: 190px;
}
.st_box13_ph1{
	width: 67%;
	height: auto;
	max-width: 670px;
}
.st_box4_ph4{
	width: 38%;
	height: auto;
	max-width: 380px;
}
.st_box4_ph5{
	width: 19%;
	height: auto;
	max-width:190px;
	background-color: #FFF;
	padding: 1.2%;
}
.st_ph4{
	width: 100%;
	height: auto;
	background-color: #94252a;
}
}
	
	
	
	
.st_ph1{
	width: 100%;
	height: auto;
	margin: auto;
}
@media print, screen and (min-width: 751px) {
.st_ph1{
	width: 48%;
	height: auto;
	max-width: 480px;
	margin: 0;
}
}

	
	
.st_head_box1{
	width: 58%;
	height: auto;
	margin: auto;
}	

.st_head1{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 22px;
	text-align: center;
	color: #000;
}
.st_lead1{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	line-height: 2;
	text-align: justify;
}
@media print, screen and (min-width: 751px) {
.st_lead1{
	font-size: 18px;
	text-align: center; 
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
}
.zeh_txt1{
	font-family: "trajan-pro-3", serif;
	font-style: normal;
	text-align: center;
	color: #bba846;
}
.zeh_title1{
	font-size: 40px;
	line-height: 1;
}
.border100_y{
	width: 100%;
	height: 1px;
	margin: 8px auto;
	border-bottom: 1px solid #bba846;
}
@media print, screen and (min-width: 751px) {
.border100_y{
	width: 80%;
	height: 1px;
	margin: auto;
	border-bottom: 1px solid #bba846;
}
}
.st_cap1{
	font-size: 12px;
	color: #000;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.zeh_lead1{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: justify;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.zeh_box1{
	width: 76%;
	height: auto;
	margin: auto;
	border: 1px solid #bba846;
	background: #fff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.zeh_fl1{
	width: 50%;
	height: auto;
	margin: 0 auto 30px;
}
.zeh_fr1{
	width: 90%;
	height: auto;
	margin: auto;
	font-size: 19px;
}
.zeh_lead2{
	font-size: 15px;
	text-align: justify;
	color: #000;
}
@media print, screen and (min-width: 751px) {
.zeh_box1{
	width: 90%;
	height: auto;
	margin: auto;
	border: 1px solid #bba846;
	background: #fff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.zeh_fl1{
	width: 18.421%;
	height: auto;
	float: left;
	margin: 0 0 0 6.578%;
}
.zeh_fr1{
	width: 60.526%;
	width: 66%;
	height: auto;
	float: left;
	margin: 20px 0 0 4%;
	font-size: 19px;
}
}





.flex01_st{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.flex02_st{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media print, screen and (max-width: 750px) {
.flex01_st{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	flex-direction: column;
}
}


.st_taishin_text1{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	font-feature-settings: "palt";
	text-align: justify;
}
