@charset "utf-8";
/*====================================================
	Date: 2023-08-31
	CSS Document ： スーツなのに伸びやか＆しなやか！バレエフィット（R）ジャケット＆パンツ
	
	1.大枠の設定.base
	* body/wrapper_id/Content_fca
	2.ハックの設定
	* hover/clearfix
	3.各エリアの設定
	* header
	* title
	* spec
	* contents
	* footer
	4.CSSアニメーション
	* fade anime
	* fixed nav
	
 ****************************************************/
	.fsc_gfooter__breadcrumb {
margin-top: 0;
}
/*------------------------------------
ベース
------------------------------------*/
body .pc_id {
 display: block !important;
}
body .sp_id {
 display: none !important;
}
body {
 width: 100%;
 overflow-x: auto; /*-webkit-font-smoothing: antialiased;*/
}
#outer_id {
 height: auto;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 color: #000000;
	text-align: center;
	width: 100%;
	overflow-x: hidden;
	font-size: 76%;
}
#wrapper {
 padding-top: 0;
 overflow-x: hidden;
}
#outer_id h1 {
 padding: 0;
 margin: 0;
 }
#outer_id h1 a {
}
img {
 border: none;
 vertical-align: bottom;
}
@media (min-width: 920px) {
 a:hover {
  text-decoration: underline;
  opacity: 0.7;
 }
 a {
  transition: all 0.3s;
 }
 #codes_id a:hover {
  opacity: 0.75;
 }
}
@media (max-width: 919px) {
 #outer_id {
	font-size: 3.4vw;
	}
 #codes_id a:hover {
  opacity: 1;
 }
 #codes_id a:active {
  opacity: 0.75;
 }
}
/* ヘッダー */
#headerbox_id {
 width: 100%;
 min-width: 920px;
 min-height: 40px;
 position: relative;
 left: 0px;
 top: 0px;
 z-index: 100;
}
#header_id {
 width: 40%;
 font-size: 80%;
 min-width: 200px;
 margin: 0;
 padding: 15px 15px 15px 0;
 white-space: nowrap;
 float: right;
}
#header_id ul {
 text-align: right;
}
#header_id li {
 display: inline-block;
 _display: inline;
 margin-right: 7px;
}
*:first-child + html #header_id li {
 display: inline;
}
#header_id li a {
 padding-bottom: 1px;
}
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 line-height: 0;
}
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}
/*------------------------------------
基本（スマホ）
------------------------------------*/
@media (max-width: 919px) {
 body .pc_id {
  display: none !important;
 }
 body .sp_id {
  display: block !important;
 }
 body {
  -webkit-text-size-adjust: 100%;
 }
 #outer_id h1 {
  width: auto;
  padding: 0;
  float: none;
  display: none;
 }
 /* ヘッダー */
 #headerbox_id {
  width: 100%;
  min-width: 10px;
  min-height: 12px;
  left: 0px;
  top: 0px;
  z-index: auto;
 }
 #header_id {
  width: auto;
  min-width: 10px;
  padding: 10px 10px 10px 10px;
  white-space: normal;
  float: none;
 }
 #header_id ul {
  text-align: left;
 }
 #header_id li {
  display: inline-block;
  _display: inline;
  margin: 0;
  padding-right: 5px;
  font-size: 10px;
 }
}
@media (max-width: 480px) {
 #header_id {
  padding: 5px 5px 5px 5px;
 }
 #header_id li {
  padding-right: 3px;
  font-size: 8px;
 }
}


/*-----------------------------------
動画ポップアップ
-----------------------------------*/

/* ボタン */
#movie-btn_id {
max-width: 600px;
width: 80%;
margin: 0 auto 6em;
cursor: pointer;
transition: all 0.3s;
}
#movie-btn_id img{
 width:100%;
}
#movie-btn_id:hover {
opacity: 0.6;
background: #f5f5f5;
}

/* overlay */
#movie-overlay-wrap_id {
position: fixed;
z-index: 3000;
 animation-fill-mode: both;
 animation-duration: 1.6s;
 animation-name: fade_top;
	animation-delay: 1.3s;
	opacity: 0;
}
.overlay_id {
 /* display: none; */
 width: 100vw;
 height: 100%;
 margin-left: calc(-50vw + 460px);
 /* padding: 30px 0; */
 text-align: center;
 position: fixed;
 top: 0;
 z-index: 3000;
 background: rgba(0, 0, 0, 0.1);
}
.overlay-inner_id {
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 overflow-x: hidden;
 margin: 0 auto;
 vertical-align: middle;
 overflow-y: scroll;
 position: relative;
}
.overlay-contents_id {text-align: center;padding: 1em 0 3em;background: #FFF;width: 800px;position: relative;}
.overlay-contents_id p {font-size: 160%;text-align: center;font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";line-height: 1.45;margin: 1em 0 0.7em;}
.overlay-contents_id .movie-id {
 width: 87%;
 aspect-ratio: 16 / 9;
 margin: 0 auto;
 /* height: 0; */
}
.close_id {
 cursor: pointer;
 position: absolute;
 top: 20px;
 right: 2em;
 width: 100%;
 width: 3em;
 height: 3em;
 text-align: right;
}

/************ SP ************/
@media (max-width: 919px) {
#movie-btn_id {
max-width: 100%;
width: 90%;
margin: 3.5em auto 6em;
}
/* overlay */
.overlay_id {
 width: 100%;
	margin: 0;
}
.overlay-inner_id {
 width: 100%;
}
.close_id span {
 width: 98%;
}
.close_id span img{
 width: 5vw;
}
/* 案内overlay */
.overlay-contents_id {
 font-size: 0.6rem;
 /* font-size: 0.6rem; */
 /* margin: 0.8rem; */
 /* padding: 1.25rem 1.25rem 3.25rem; */
}
.close_id {
 width:2em;
 top: 15px;
 right: 1.5em;
}
.info-main_id {
 font-size: 125%;
}
}


/*-----------------------------------
タイトル
-----------------------------------*/
#titleArea_id {
 width: 100%;
 text-align: center;
 margin: 0px -500% 15px;
 padding: 0px 500% 0;
 position: relative;
 z-index: 1000;
 background-color: #f9fbfb;
 background-image: url(../images/title.jpg?=new);
 background-repeat: no-repeat;
 background-position: top center;
}
#titleArea_id .title_inner_id {
 max-width: 920px;
 position: relative;
 display: block;
 text-align: center;
 margin: 0 auto;
}
#titleArea_id .title_inner_id img {
 margin:0 auto;
}
#titleArea_id h2 {
 margin-bottom: 20px;
}
#titleArea_id p {
 margin: 0px auto 15px;
 font-size: 135%;
 line-height: 1.7;
 letter-spacing: 1px;
}
#titleArea_id p span {
 color: #EB5E00;
}
#titleArea_id .lineup_id {
 width: 256px;
 position: absolute;
 right: 4px;
 top: 310px;
}
.lead_id {
 text-align: center;
 font-size: 127%;
 margin: 45px 5%;
 opacity: 0;
}
@media (max-width: 919px) {
 #titleArea_id {
  margin: 0;
  padding: 0;
  background-size: 260%;
  background-position: top right 57%;
 }
 .lead_id {
  font-size: 100%;
  text-align: left;
  margin: 0 5%;
 }
}
/*-----------------------------------
メインコンテンツ
-----------------------------------*/
#cons_id {
 width: 920px;
 margin: 0 auto;
}
.conBox_id {
 position: relative;
 z-index: 0;
}
@media (max-width: 919px) {
 #cons_id {
  width: 100%;
  font-size: 60%;
  margin: 0 auto;
 }
 img {
  width: 100%;
 }
}
p {
 text-align: left;
 text-align: justify;
 vertical-align: top;
 letter-spacing: 1px;
 line-height: 1.6;
}
/*------------------------------------
こんなお悩みありませんか？
------------------------------------*/
.con_title_id {
 font-size: 250%;
 text-align: center;
 line-height: 1.3;
 letter-spacing: 0.1em;
 margin: 0;
}
#onayami_id .con_title_id {
 font-size: 220%;
 margin: 0 0 5px;
	width: 100%;
}
.con_title_id span.blue_id {
 font-size: 170%;
 color: #4476AE;
}
#onayami_id {
 width: 655px;
 margin: 35px auto 30px;
}
.kaiketsu_id * {
 display: inline-block;
 vertical-align: middle;
}
.kaiketsu_id p {
 font-size: 300%;
 line-height: 1.4;
 margin-left: 5px;
 margin-top: 0;
 float: left;
 letter-spacing: 0.1em;
}
.kaiketsu_id p span.y_id {
 color: #C38500;
 border-bottom: 1px solid #C38500;
 display: inline;
 letter-spacing: -2px;
}
span.reg_id {
 font-size: 50%;
 vertical-align: text-top;
}
.kaiketsu_id p span.big_id {
 font-size: 130%;
}
.matome_id {
 font-size: 45%;
 text-align: left;
 display: block;
 float: left;
 margin-top: 0.8em;
 margin-left: 0.9em;
}
.matome_id * {
 display: inline-block;
 vertical-align: bottom;
}
.kaiketsu_id img:first-child {
 float: left;
 margin-right: 20px;
}
.kaiketsu_id img:nth-child(3) {
 float: right;
}
@media (max-width: 919px) {
 #onayami_id {
  width: 92%;
  margin: 30px auto 0px;
 }
 .kaiketsu_id img:first-child {
  width: 22%;
  float: none;
 }
 .kaiketsu_id p {
  font-size: 320%;
  margin: 0 0 0 1%;
  float: none;
 }
 .matome_id {
  font-size: 65%;
  width: 70%;
  margin: 6em 0 0 3%;
  text-align: center;
 }
 .matome_id * {
  vertical-align: middle;
 }
 .kaiketsu_id img:nth-child(3) {
  width: 22%;
 }
}
/*------------------------------------
売れてるワケ
------------------------------------*/
#main_id {
 background: #E7EDF4;
 margin: 50px -500% 5px;
 padding: 45px 500% 0;
}
.main_box_id .con_title_id {
 font-size: 340%;
 margin-top: 12px;
}
#main_id .con_lead_id {
 font-size: 120%;
 text-align: center;
 margin: 10px 5% 20px;
}
#main_id > img:last-child {
 margin-top: 25px;
}
.main_box_id {
 width: 100%;
 background: #FFF;
 margin-top: 50px;
 margin-bottom: 20px;
 padding-bottom: 30px;
 display: inline-block;
}
.main_box_id .c_num_id {
 margin-top: -40px;
}
.main_box_id .note_id {
 text-align: right;
 color: #666;
 margin: 10px 20px 0;
}
#c02_id img {
 display: inline-block;
}
@media (min-width: 920px) {
.c01_box_id {
 display: flex;
 flex-wrap: nowrap;
 justify-content: center;
}
}
.anime_id {
 display: inline-block;
}
.anime_id p {
 font-size: 120%;
 font-weight: bold;
 line-height: 1.4;
}
.anime_id * {
 display: block;
 text-align: center;
 margin: 10px 0;
}
.line_id img {
 margin-top: 60px;
 padding: 0 80px;
 background: url(../images/line.gif) center repeat-x;
}
#c02_id.main_box_id, #c03_id.main_box_id {
 width: 434px;
 height: 435px;
 float: left;
}
#main_id #c02_id.main_box_id .con_lead_id{
  margin-bottom: 30px;
}
#main_id #c03_id.main_box_id .con_lead_id{
  margin-bottom: 10px;
}
#c02_id.main_box_id .con_title_id, #c03_id.main_box_id .con_title_id {
 font-size: 260%;
}
#c04_id.main_box_id .con_title_id {
 font-size: 300%;
}
.letter_space_id {
 letter-spacing: 1px;
}
#c02_id.main_box_id {
 margin-right: 50px;
}
#c04_id.main_box_id {
 clear: both;
}
#c04_id .line_id {
 width: 650px;
 display: block;
 background: url(../images/line.gif) center repeat-x;
 margin: 30px auto 0;
}
#c04_id .line_id span {
 font-size: 165%;
 background: #FFF;
 padding: 10px 20px;
 display: inline-block;
 margin: 0 auto;
}
#c06_id ul li {
 clear: both;
 display: inline-block;
 padding: 10px 0 5px;
}
#c06_id ul li:first-child {
 border-bottom: 1px dotted #9C9C9C;
}
#c06_id ul li img {
 display: inline-block;
 vertical-align: middle;
}
#c06_id ul li p {
 width: 700px;
 font-size: 125%;
 letter-spacing: 1px;
 margin: 5px 0 10px 10px;
 text-align: left;
 display: inline-block;
 vertical-align: middle;
}
#c06_id ul li p span {
 font-weight: bold;
 background: url(../images/under_line_yellow.png) repeat-x center bottom;
}
@media (max-width: 919px) {
 .main_box_id .note_id {
  font-size: 150%;
 }
 .main_box_id .con_title_id {
  font-size: 295% !important;
  margin-top: 12px;
 }
 #main_id .con_lead_id {
  font-size: 150%;
 }
 #main_id {
  margin: 10px 0 15px;
  padding: 25px 0 0;
 }
 .main_box_id {
  width: 100% !important;
  /*width: 94%;*/
  background: #FFF;
  margin-top: 50px;
 }
 .main_box_id > img {
  width: 85%;
 }
 .main_box_id > img.material_id {
  width: 93%;
 }
 .main_box_id > img.c_num_id {
  width: 100%;
 }
 .anime_id * {
  display: block;
  text-align: center;
 }
 .anime_id p {
  margin-top: 15px;
  font-size: 170%;
  margin-bottom: 5px;
 }
 .anime_id img {
  display: inline-block;
  width: 43%;
  margin: 0 1%;
 }
 .line_id img {
  width: 90%;
  margin-top: 50px;
  padding: 0;
 }
 #c02_id.main_box_id, #c03_id.main_box_id {
  height: auto;
  float: none;
 }
 #c02_id.main_box_id {
  margin-right: 0px;
 }
 #c04_id .line_id {
  width: 90%;
  display: block;
  background: url(../images/line.gif) center repeat-x;
  margin: 10px auto 0;
 }
 #c04_id .line_id span {
  font-size: 190%;
  background: #FFF;
  padding: 10px 20px;
  display: inline-block;
  margin: 0 auto;
 }
 .con_lead_id img {
  width: 13%;
 }
 #c06_id ul {
  width: 94%;
  margin: 0px auto 0px;
 }
 #c06_id ul li {
  clear: both;
  display: inline-block;
  padding: 10px 0 5px;
 }
 #c06_id ul li:first-child {
  border-bottom: 1px dotted #9C9C9C;
 }
 #c06_id ul li img {
  width: 14%;
 }
 #c06_id ul li p {
  width: 82%;
  font-size: 165%;
  /* line-height:1.4; */
  letter-spacing: 1px;
  margin: 5px 0 10px 2%;
  text-align: left;
 }
 #main_id > img:last-child {
  margin-top: 20px;
  width: 80%;
 }
}
/*------------------------------------
商品スペック
------------------------------------*/
#series_wrap_id {
 background: #F2F1F3;
 margin: 0px -500% 0px !important;
 padding: 50px 500% 15px !important;
}
span.min_id {
 font-size: 80%;
}
#series_wrap_id .con_title_id {
 margin-bottom: 20px;
 padding: 0 35px;
 background: url(../images/line_single.gif) center bottom 3px repeat-x;
 display: inline-block;
}
#series_wrap_id .con_title_id > span.base_id {
 background: #F2F1F3;
 padding: 0 20px;
 display: inherit;
 letter-spacing: 0.15em;
}
#series_wrap_id .inner_id {}
#series_wrap_id ul {
 text-align: center;
 margin-bottom: 30px;
}
#series_wrap_id li {
 width: 310px;
 display: inline-block;
 margin: 0 10px 30px;
 vertical-align: top;
}
.spec_id {
 padding-top: 10px;
 display: block;
 font-size: 125%;
 text-align: left;
}
.spec_id span {
 font-weight: bold;
 font-family: "ゴシックMB101 DB", "Gothic MB101 DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 letter-spacing: 1px;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.spec_id a .name_id {
 text-decoration: underline;
}
.price_id {
 display: block;
 font-size: 70%;
 margin-top: 5px;
}
.spec_id .num_id {
 font-family: 'Judson', serif;
 font-weight: 400;
 font-style: italic;
 font-size: 300%;
 line-height: 0.5;
 letter-spacing: 0.5px;
}
.spec_id .name_id {
 clear: both;
 display: block;
}
.spec_id .red_id {
 color: #BE0032;
 font-size: 120%;
}
#series_wrap_id a:hover {
 text-decoration: none;
}
@media (min-width: 920px) {
 a:hover .spec_id {
  opacity: 0.7;
 }
}
@media (max-width: 919px) {
 #series_wrap_id {
  background: #F2F1F3;
  margin: 0px 0% 0px !important;
  padding: 25px 0% 1px !important;
 }
 #series_wrap_id .inner_id {}
 #series_wrap_id ul {
  text-align: center;
  margin-bottom: 10px;
 }
 #series_wrap_id li {
  width: 42%;
  display: inline-block;
  margin: 0 2% 30px;
  font-size: 90%;
 }
 #series_wrap_id .con_title_id {
  padding: 0 10px;
  background-size: 35px;
  background-position: center bottom -1px;
 }
 #series_wrap_id .con_title_id > span.base_id {
  background: #F2F1F3;
  padding: 0 10px;
 }
 .spec_id {
  font-size: 165%;
 }
}
/*------------------------------------
バナーエリア
------------------------------------*/
.bnrArea_id {
 margin: 30px auto 20px;
}
.bnrArea_id ul li {
 margin: 30px auto 30px;
 display: inline-block;
 width: 100%;
 text-align: center;
}
@media (max-width: 919px) {
 .bnrArea_id ul li {
  width: 100%;
  margin: 15px auto;
 }
 .bnrArea_id ul li.w85_id {
  width: 85%;
 }
 .w90_id {
  width: 90%;
 }
}
/*------------------------------------
商品一覧へ　リンク
------------------------------------*/
.fixdmenu_id {
 width: 100%;
 top: 600px;
 left: 0;
 position: absolute;
 z-index: 1001;
 padding-top: 0px;
 height: 0;
}
.fixdmenu_id a {
 display: block;
}
.fixd_id {
 width: 100%;
 height: 0px;
 left: 0;
 position: fixed;
 padding-top: 20px;
 display: block;
}
.fixdmenu_id .fixed_inner_id {
 width: 100%;
 max-width: 1260px;
 margin: 0 auto;
}
.fixd_link_id {
 float: right;
 display: inline-block;
 width: 190px;
}
.fixdmenu_id img {
 margin: 0;
 float: none;
}
@media (max-width: 919px) {
 /* 商品一覧ボタンを固定 */
 .fixdmenu_id img {
  width: 100%;
 }
 .fixdmenu_id.fixd_id {
  text-align: center;
  position: fixed !important;
  width: 100%;
  height: auto;
  top: auto !important;
  bottom: 0px !important;
  left: 0;
  overflow: hidden;
  z-index: 100;
  transition: all 0.4s ease-in-out;
  padding-top: 0;
 }
 .fixdmenu_id {
  text-align: center;
  position: fixed !important;
  width: 100%;
  height: auto;
  top: auto !important;
  bottom: -180px !important;
  left: 0;
  overflow: hidden;
  z-index: 100;
  transition: all 0.4s ease-in-out;
  padding-top: 0;
 }
 .fixd_link_id {
  width: 100%;
  bottom: 0;
 }
}
/*------------------------------------
	SNS
------------------------------------*/
#sns_id {
 text-align: center;
 display: block;
 margin: 0px auto 60px;
}
#sns_id li {
 width: 30px;
 display: inline-block;
 margin: 5px;
 vertical-align: top;
}
#sns_id li.sp_id {
 display: none;
}
#sns_id li a {
 width: 100%;
}
#sns_id li img {
 width: 100%;
 height: auto;
}
@media (max-width: 919px) {
 #sns_id li.sp_id {
  display: inline-block !important;
 }
}
/*------------------------------------
ページトップへ戻る
------------------------------------*/
.pageTop {
 display: none;
 position: relative;
 height: 0;
 margin: 0 auto;
 max-width: 1000px;
 width: 100%;
 z-index: 10000;
}
.pageTop a {
 position: fixed;
 bottom: 22px;
 right: 26px;
 left: auto;
 display: block;
 width: 100px;
 height: 100px;
 padding-bottom: 10px;
 background: url(../images/pagetop_off.png?=new) no-repeat;
 z-index: 10000;
}
@media (min-width: 920px) {
 .pageTop a:hover {
  background: url(../images/pagetop_on.png) no-repeat;
 }
}
@media (max-width: 480px) {
 .pageTop a {
  right: 15px;
  bottom: 55px;
  width: 60px;
  height: 60px;
  background-size: contain;
 }
}
/*------------------------------------
フッター調整
------------------------------------*/
#Footer_fca {
 overflow: inherit;
}
#Footer_fca ul {
 margin: 0px -500% 0px !important;
 padding: 25px 500% 15px !important;
}
/*------------------------------------
	animation
------------------------------------*/
.fade_id {
 opacity: 0;
}
.fade_top {
 animation-fill-mode: both;
 animation-duration: 1.6s;
 animation-name: fade_top;
 visibility: visible !important;
 opacity: 1.0;
}
@keyframes fade_top {
 0% {
  opacity: 0;
 }
 50% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
.fadeTitle {
 animation-animation-iteration-count: 1;
 animation: fadeTitle 1.6s;
 visibility: visible !important;
 opacity: 1.0;
}
@keyframes fadeTitle {
 0% {
  opacity: 0;
  transform: translateY(40px);
 }
 50% {
  opacity: 0;
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}
.fadecon00 {
 animation-animation-iteration-count: 1;
 animation: fadecon01 2.8s;
 visibility: visible !important;
 opacity: 1.0;
}
.fadecon01 {
 animation-animation-iteration-count: 1;
 animation: fadecon01 2.5s;
 visibility: visible !important;
 opacity: 1.0;
}
@keyframes fadecon01 {
 0% {
  opacity: 0;
  transform: translateY(50px);
 }
 60% {
  opacity: 0;
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}
.fade {
 animation-fill-mode: forwards;
 animation-duration: 0.7s;
 animation-name: fade;
 visibility: visible !important;
 opacity: 1.0;
}
@keyframes fade {
 0% {
  opacity: 0;
  transform: translateY(10px);
 }
 100% {
  opacity: 1;
 }
}
.mincho_id, .kaiketsu_id p, #c04_id .line_id span {
 font-family: "リュウミン B-KL", "Ryumin Bold KL", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif" !important;
}
.con_title_id, .kaiketsu_id p, .matome_id {
 font-family: "リュウミン M-KL", "Ryumin Medium KL", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif" !important
}
.lead_id, #main_id .con_lead_id {
 font-family: "ゴシックMB101 R", "Gothic MB101 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 letter-spacing: 0.1em;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.anime_id p {
 font-family: "ゴシックMB101 DB", "Gothic MB101 DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
/**** 純黒追加.2111 ****/
.junkoku_id {
 margin-top: 25px;
 font-family: "ゴシックMB101 R", "Gothic MB101 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.junkoku_id .con_title_id {
 font-size: 250%;
}
.junkoku_point_id {
 width: 580px;
 background: #f7f7f7;
 display: flex;
 flex-wrap: nowrap;
 justify-content: space-between;
 align-items: center;
 margin: 25px auto 20px;
 padding: 15px;
 box-sizing: border-box;
}
.junkoku_point_id > div {
 text-align: left;
 padding: 0 10px;
}
.junkoku_point_id > div span {
 font-size: 140%;
 margin-bottom: 0.2em;
 display: block;
}
@media (max-width: 919px) {
.junkoku_id {
 margin-top: 18px;
}
.junkoku_id .con_title_id {
 font-size: 250% !important;
}
 .junkoku_point_id {
  width: 94%;
  font-size: 140%;
  padding: 20px 20px 20px 10px;
  margin-top: 16px;
 }
 .junkoku_point_id > div {
  padding: 0;
 }
 .junkoku_point_id > div:first-child {
  width: 40%;
 }
 .junkoku_point_id > div:last-child {
  width: 56%;
 }
}