/*
Theme Name: RDSGN ORIGINAL									
*/

/**********************************************
    PC版 CSS
**********************************************/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

.sp{
	display:none;
}

html, body {
  overflow-x: hidden;
  width:100vw;
}
/**************************************************************
全体
**************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    font: 500 16px/1.75 "Noto Sans JP", sans-serif;
    color: #000;
    text-align: left;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 13px;
    margin: 0px;
    text-align: center;
    line-height: 180%;
}
/**************************************************************
リンク
**************************************************************/
a:link {
    color: #000;
    text-decoration: none;
	transition: 1.0s ;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}

/**************************************************************
ヘッダー
**************************************************************/
#title {
    margin: 0px;
    padding: 0px;
    height: 100px;
    position: relative;
    text-align: left;
}
#title-inner {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#title-inner .logo {

}
#title-inner .logo img {
    height: 80px;
    width: auto;
    margin-top: 10px;
}

#title-inner .set{
    
}
#title-inner .set img{
    height: 60px;
    width: auto;
    margin: 20px 5px 0 5px;
}

/**************************************************************
メインビジュアル
**************************************************************/
.mainvisual{
    background-image: url("../../../image/main.webp");
    background-size: 100%;
    padding: 25px 0;
    display: flex;
    background-position: bottom;
}

.mainvisual-inner{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.mainvisual .catch{
    width: 695px;
    margin-right: 40px;
}
.mainvisual .catch img{
    width: 100%;
    height: auto;
	display:block;
}
.mainvisual .form{
    width: 405px;
}
.mainvisual .form img{
    width: 100%;
    height: auto;
	display:block;
}
.mainvisual .form-in{
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.chui{
	font-size:13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*************************************************************
こんなお悩み
************************************************************/

/* ========== #sec1 専用 ========== */
#sec1.trouble-sec{

  font-family: "Noto Sans JP", system-ui, sans-serif;
  color:#333;
}
#sec1 .inner{

}

/* 青リボン見出し */
#sec1 .ribbon{

  background:#2ea0d9;
  color:#fff;
  padding:40px;
  position:relative;
  text-align:center;
}
#sec1 .ribbon h2{
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight:700;
  letter-spacing:.04em;
}
#sec1 .ribbon::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0; /* ← 余白をなくす */
  transform:translateX(-50%) translateY(100%); /* 下に出す */
  width:0; height:0;
  border-left:30px solid transparent;
  border-right:30px solid transparent;
  border-top:30px solid #2ea0d9; /* リボンと同じ色 */
    z-index: 9;
}


/* 本文パネル */
#sec1 .panel{
  position:relative;
  background:#f1f2f5;
  border-radius:12px;
  padding:24px 24px 56px;
    padding-top: 50px;
}


#sec1 .panel-inner{
    width: 1100px;
    margin: 0 auto;
  overflow:hidden;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}


/* 左イラスト */
#sec1 .illust{
  width: 400px;
  margin:0; align-self:end;
}
#sec1 .illust img{
  width:100%; height:auto; display:block;
}

/* チェックリスト */
#sec1 .checks{
    width: 600px;
  list-style:none; margin:4px 0 0; padding:0;
  font-size: clamp(18px, 1.6vw, 24px);
    text-align: left;
}
#sec1 .checks li{
  position:relative;
  padding:10px 0 10px 34px;
  line-height:1.7;
}
#sec1 .checks li + li{ border-top:1px dashed rgba(0,0,0,.06); }
#sec1 .checks li::before{
  content:"";
  position:absolute; left:0; top:19px;
  width:22px; height:22px; border-radius:4px;
  background:#fff;
  box-shadow:inset 0 0 0 2px #2a6ad9;
}
#sec1 .checks li::after{
  content:"";
  position:absolute; left:6px; top:23px;
  width:10px; height:6px;
  border:3px solid #2a6ad9;
  border-top:0; border-right:0;
  transform: rotate(-45deg);
}
#sec1 .checks .hl{ color:#e94f86; font-weight:700; }

/* 下端の白い斜めカーブ（clip-pathで再現） */
#sec1 .panel::after{
  content:"";
  position:absolute; left:-2%; right:-2%; bottom:-20px; height:80px;
  background:#fff;
  clip-path: polygon(0 40%, 100% 60%, 100% 100%, 0 100%);
}

/* キャッチ */
#sec1 .after-catch{
  text-align:center;
    padding: 45px 0;
}
#sec1 .after-catch .slash{
  font-weight:700; 
    letter-spacing:.08em;
  margin-bottom:6px;
  font-size: clamp(20px, 2vw, 36px);
    line-height: 160%;
}
#sec1 .after-catch .lead{
  font-size: clamp(34px, 2vw, 50px);
  font-weight:800;
    line-height: 160%;
}
#sec1 .after-catch .brand{ color:#2ea0d9; font-weight:800; }
#sec1 .after-catch strong{ font-weight:900; color:#f1196a;  }

/* レスポンシブ */
@media (max-width: 780px){
  #sec1 .panel{
    grid-template-columns: 1fr;
    padding:18px 16px 52px;
  }
  #sec1 .illust{ max-width:220px; margin:0 auto; }
}


/***************************************
CTA
*******************************/

/* ===== セクション全体 ===== */
.estimate-sec{
  background:#d8f027;               /* 黄緑ベース（お好みで調整） */
  padding:46px 0 48px;
  position:relative;

  font-family:"Noto Sans JP", system-ui, sans-serif;
  color:#222;
}
.estimate-sec .inner{
  width:min(1100px, 92vw);
  margin:0 auto;
  position:relative;                 /* 人物の基準に */
}

/* 見出し */
.estimate-sec .lead{
  text-align:center;
  font-size:clamp(18px, 2.4vw, 28px);
  font-weight:800;
  letter-spacing:.06em;
  color:#0b6ba8;
  margin:0 0 18px;
}
.estimate-sec .lead .slash{ margin:0 .25em; }

/* CTA横並び（flexのみ） */
.estimate-sec .cta-row{
  display:flex;
  justify-content:center;
  align-items:stretch;
  gap:24px;                          /* すき間 */
  position:relative;
  z-index:1;                     /* 人物より手前に */
    margin-top: 40px;
}
.estimate-sec .cta-img{
  display:flex;                      /* 画像の高さ揃え用 */
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:#fff0;                  /* 画像のみ表示 */

  transition:transform .08s ease, filter .2s ease, box-shadow .2s ease;
}
.estimate-sec .cta-img img{
  display:block;
  width:auto;
  height:100px;                       /* 画像の見た目サイズ：調整OK */
  box-shadow:0 3px 10px rgba(0,0,0,.15);
}
.estimate-sec .cta-img:hover{
  transform:translateY(-2px);
  filter:brightness(1.02);
}

/* 右の人物（装飾） */
.estimate-sec .person{
  position:absolute;
  right:0;
  bottom:-6px;
  width:min(26vw, 320px);
  height:auto;
  z-index:0;                         /* 背景扱い */
  pointer-events:none;
  user-select:none;
    z-index: 9;
}


/************************************
買取実績
******************************/

.works-sec{
  background:url('../../../image/w-bg.webp') center/cover no-repeat;
  padding:60px 0;
  font-family:"Noto Sans JP", sans-serif;
  color:#333;
  position:relative;
    background-color: #add9f0;
}
.works-sec::before{
  content:"";
  position:absolute; inset:0;
  background:rgba(255,255,255,0.85);
}
.works-sec .inner{
  position:relative;
  width:min(1100px, 92vw);
  margin:0 auto;
}

/* 見出し */
.works-sec .ribbon{
  text-align:center;
  background:#2ea0d9;
  color:#fff;
  display:inline-block;
  padding:30px;
  border-radius:6px;
  font-weight:700;
  margin:0 auto 40px;
  position:relative;
    font-size: 30px;
}
.works-sec .ribbon::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-10px;
  transform:translateX(-50%) translateY(100%);
  width:0; height:0;
  border-left:12px solid transparent;
  border-right:12px solid transparent;
  border-top:12px solid #2ea0d9;
}

/* カードリスト */
.works-sec .card-wrap{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:40px 50px; /* 縦横すき間 */
}

/* カード本体 */
.works-sec .card{
  background:#fff;
  border-radius:8px;
  box-shadow:0 4px 12px rgba(0,0,0,0.1);
    width: 45%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  transition:transform .2s ease;
}
.works-sec .card:hover{ transform:translateY(-4px); }

/* 写真 */
.works-sec .pic img{
  display:block;
  width:100%;
  height:auto;
}

/* 価格エリア */
.works-sec .price-box{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  padding:14px 16px 10px;
  border-bottom:1px solid #eee;
}
.works-sec .price-box .label{
  background:#e94f86;
  color:#fff;
  padding:6px 10px;
  border-radius:4px;
  font-size:14px;
  font-weight:700;
}
.works-sec .price-box .price{
  font-size:22px;
  font-weight:800;
  color:#e94f86;
}
.works-sec .price-box .price strong{
  font-size:46px;
	font-weight:600;
  line-height: 120%;
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;

  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
}

/* 詳細リスト */
.works-sec .detail{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:12px 16px 18px;
}
.works-sec .detail div{
  display:flex;
  align-items:flex-start;
  border-top:1px solid #eee;
  padding-top:6px;
}
.works-sec .detail div:first-child{ border-top:none; padding-top:0; }
.works-sec dt{
  background:#2a6ad9;
  color:#fff;
  font-size:13px;
  font-weight:700;
  border-radius:2px;
  padding:3px 8px;
  margin-right:8px;
  flex-shrink:0;
  min-width:60px;
  text-align:center;
}
.works-sec dd{
  margin:0;
  font-size:18px;
  line-height:1.6;
    padding-left: 20px;
}


/* ========== #sec2 高く売れる可能性 ========== */
.sellpoint-sec{
  padding:60px 0 80px;
  font-family:"Noto Sans JP", system-ui, sans-serif;
  color:#333;
  text-align:center;
}
.sellpoint-sec .inner{
  width:min(1000px, 92vw);
  margin:0 auto;
}

/* 見出し */
.sellpoint-sec .lead{
  margin:0 0 24px;
  font-weight:800;
  line-height:1.5;
  text-align:center;
  font-size:clamp(22px,2.4vw,36px);
}
#sec2 .lead .hl{ color:#e94f86; }

/* 1行ずつをflexで中央寄せ＆ベースライン揃え */
.sellpoint-sec .lead-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.6em;           /* 文字と線の間隔 */
}

/* 装飾の斜線（テキストではなく要素で描く） */
#sec2.slash{
  display:inline-block;
  width:36px;         /* 長さ */
  height:2px;         /* 太さ */
  background:#e94f86;
  border-radius:2px;
  transform:rotate(-20deg);
}
#sec2 .slash.right{ transform:rotate(20deg); }



/* グレー枠ボックス */
.sellpoint-sec .box{
    position: relative;
  background:#fff;
  border:2px solid #ddd;
  border-radius:10px;
  padding:30px 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:80px;
  flex-wrap:wrap;  /* 小画面では縦に */
    margin-left: 30px;
    margin-right: 30px;
}

/* 左人物 */
.sellpoint-sec .person{
    position: absolute;
    left: 30px;
    bottom: -2px;
}
.sellpoint-sec .person img{
  width:220px;
  height:auto;
  display:block;
}

/* チェックリスト */
.sellpoint-sec .checklist{
  list-style:none;
  margin:0;
  padding:0;
  text-align:left;
  flex:1;
  padding-left: 300px;
}
.sellpoint-sec .checklist li{
  position:relative;
  padding-left:36px;
  font-size:24px;
  line-height:2.2;
  border-bottom:1px dashed #ccc;
  margin-bottom:10px;
}
.sellpoint-sec .checklist li:last-child{ border-bottom:none; }
.sellpoint-sec .checklist li::before{
  content:"";
  position:absolute;
  left:0; top:8px;
  width:22px; height:22px;
  background:#fff;
  border:2px solid #e94f86;
  border-radius:4px;
}
.sellpoint-sec .checklist li::after{
  content:"";
  position:absolute;
  left:6px; top:13px;
  width:10px; height:6px;
  border:3px solid #e94f86;
  border-top:0; border-right:0;
  transform:rotate(-45deg);
}
.sellpoint-sec .checklist .hl{ color:#e94f86; font-weight:700; }


/*******************************
選ばれる理由
*******************************************/

.reason-sec{
  padding:70px 0 0px;
  font-family:"Noto Sans JP", system-ui, sans-serif;
  text-align:center;
  color:#333;
}
.reason-sec .inner{
  margin:0 auto;
    background-image: url("../../../image/bg.svg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

/* 見出し */
.reason-sec .sec-title{
  font-size:clamp(20px,2.6vw,30px);
  font-weight:800;
  line-height:1.6;
  margin-bottom:40px;
}
.reason-sec .sec-title .hl{ color:#e94f86; }

/* カード3つ横並び */
.reason-wrap{
  display:flex;
  justify-content:center;
  align-items:stretch;
  flex-wrap:wrap;
  gap:30px;
}
.reason-card{
  position:relative;
  background:#fff;
  border:2px solid #eee;
  border-radius:8px;
  box-shadow:0 3px 10px rgba(0,0,0,0.08);
  flex:1 1 300px;
  max-width:320px;
  padding:20px 16px 30px;
  transition:transform .2s ease;
}
.reason-card:hover{ transform:translateY(-4px); }

/* 番号バルーン */
.reason-card .num{
  position:absolute;
  top:-20px; left:20px;
  background:#429023;
  color:#fff;
  font-weight:600;
  font-size:28px;
  width:46px; height:46px;
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 3px 6px rgba(0,0,0,.15);
}
.reason-card .pic img{
  width:100%; height:auto; border-radius:4px; margin-bottom:16px;
}
.reason-card .text{
  font-size:22px;
  line-height:1.7;
    font-weight: 500;
}

.reason-card .text .roboto{
    font-weight: 600;
    font-size: 30px;
}

.reason-card strong{ color:#e94f86; }


/* キャンペーンボックス */
.campaign-box{
  margin-top:80px;
  padding:50px 20px 40px;
  position:relative;
  border-top-left-radius:30px;
  border-top-right-radius:30px;

}

.campaign-box .cc-flex{
    display: flex;
    width: 1000px;
    margin: 0 auto;
    align-items: center;
}

.camp-lead{
  font-size:clamp(20px,2.4vw,36px);
  font-weight:900;
  color:#e94f86;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.6em;
  margin-bottom:24px;
}
.reason-sec .slash{
  display:inline-block;
  width:50px;
  height:5px;
  background:#e94f86;
  border-radius:2px;
transform:rotate(50deg);
}
.reason-sec .slash.right{   transform:rotate(-50deg); }

.camp-text{
    padding-top: 30px;
    width: 60%;
  font-size:clamp(18px,1.8vw,28px);
  font-weight:700;
  line-height:1.8;
  margin:0;
}
.camp-text strong{ color:#f32e78;
font-size: 30px;}
.camp-text .underline{
  color:#e94f86;
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:4px;
    font-size: 36px;
}

/* イラスト */
.camp-illust{
  display:block;
    width: 40%;
  margin:24px auto 0;
}
.camp-illust img{
    width: 100%;
    height: auto;
}


/* ===== FAQ（JSなし・details/summary） ===== */
.faq-sec{
  background:#dcefff;              /* 薄いブルー */
    padding: 60px 0;
  font-family:"Noto Sans JP", system-ui, sans-serif;
  color:#2a2a2a;
}
.faq-sec .inner{ width:min(980px,92vw); margin:0 auto; }
.faq-sec .ttl{
  text-align:center; color:#2b69c9; font-weight:900;
  font-size:clamp(20px,2.6vw,28px); margin:0 0 18px;
    margin-bottom: 40px;
}

/* 各項目カード */
.faq{
  background:#fff; border-radius:10px;
  box-shadow:0 3px 10px rgba(0,0,0,.08);
  margin:14px 0; overflow:hidden; border:1px solid #e6eefc;
}

/* 質問行（summary） */
.faq > summary{
  list-style:none; cursor:pointer; user-select:none;
  display:flex; align-items:center; gap:12px;
  padding:16px 18px; position:relative;
}
.faq > summary::-webkit-details-marker{ display:none; }

/* 右端の＋／−アイコン（CSSのみ） */
.faq > summary .icon{
  margin-left:auto; width:22px; height:22px; position:relative; flex:0 0 22px;
}
.faq > summary .icon::before,
.faq > summary .icon::after{
  content:""; position:absolute; left:50%; top:50%;
  width:16px; height:2px; background:#2b69c9; border-radius:2px;
  transform:translate(-50%,-50%);
}
.faq > summary .icon::after{ transform:translate(-50%,-50%) rotate(90deg); } /* ＋の縦棒 */
.faq[open] > summary .icon::after{ opacity:0; } /* open時は横棒だけ=マイナス */

/* Q/Aバッジ */
.qa{
  display:inline-flex; align-items:center; justify-content:center;
  width:26px; height:26px; border-radius:50%; font-weight:900; font-size:14px;
    text-align: left;
}
.qa.q{ background:#e6f0ff; color:#2b69c9; }
.qa.a{ background:#eaf7ff; color:#1b87c9; }

/* 質問テキスト */
.qtext{ font-weight:700; color:#2c5b8b; line-height:1.6;
font-size: 18px;
text-align: left;}

/* 回答エリア */
.answer{
  display:flex; gap:12px; align-items:flex-start;
  padding:14px 18px 18px; border-top:1px solid #eef3ff;
  background:#fcfeff;
    font-size: 16px;
}
.answer p{ margin:0; line-height:1.9;
text-align: left;}

/* アクセシビリティ（キーボード操作） */
.faq > summary:focus-visible{ outline:3px solid #a9c6ff; border-radius:8px; }

/**************************************************************
反響
**************************************************************/
.ap-form{
    background-image: url("../../../image/ap-bg.webp");
    background-size: 100%;
    background-position: bottom;
    padding: 50px 0;
	background-repeat:no-repeat;
}

.ap-form-in{
	width:600px;
	margin:0 auto;
	padding:20px;
	border-radius:15px;
	background-color:#fff;
}

/********************************************
お問い合わせ
********************************************/

.contactform{
	background-position: center;
	margin-bottom: 50px;
}

.contactform-inner{
	margin:0 auto;
	text-align: left;
	padding: 25px;
	border: solid 10px #beaf87;
	border-radius:5px;
}


.c-waku{
	overflow:hidden;
	border-bottom:dashed 1px #ccc;
	clear:both;
	padding: 10px 1px;
	margin-bottom: 10px;
}


.contact-waku{overflow:hidden;
clear:both;
margin-top:15px;
margin-bottom:15px;}



.form-waku{
	padding:15px;
	margin-bottom:10px;
	overflow: hidden;
	clear: both;
	text-align:left;
}

.mainvisual .form-waku{
	padding:0!important;
}
.mainvisual .form-left{
	font-size: 14px;
	margin-bottom: 4px;
}


.form-left{
	font-size:16px;
	margin-bottom:8px;
}

.form-left span{
	background-color:#ff0000;
	padding:2px 5px;
	font-size:10px;
	line-height:100%;
	color:#fff;
	border-radius:5px;
	margin-left:10px;
}

.nini{
	background-color:#2e99f3!important;
}

.form-right{font-weight:bold;}

.form-right select{
   padding: 10px;
   width: 50%;
   color: #636063;
   font-size: 13px;
   background-color:#F9F9F9;
   border:solid 1px #CCCCCC;
}

.form-right input{
   padding: 10px;
   width:100%;
   color: #636063;
   font-size: 15px;
   background-color:#F9F9F9;
   border:solid 1px #CCCCCC;
	box-sizing:border-box;
}

.mainvisual .form-right input{
	padding:5px!important;
	font-size:14px!important;
}


.form-right textarea{
   margin: 6px 0 24px;
   padding: 10px;
   width: 80%;
   height: 100px;
   color: #636063;
   font-size: 13px;
   background-color:#F9F9F9;
   border:solid 1px #CCCCCC;
   }
   

.wpcf7 .wpcf7-submit{
    width: 250px;
    height: 60px;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    background-color: #f32e78;
    color: #FFFFFF;
    border-radius: 5px;
	font: 500 16px/1.75 "Noto Sans JP", sans-serif;
}

.wpcf7-submit:hover {
background-color: #3D4045;
color: #fff;
}

.thx{
	width:920px;
	margin:0 auto;
	margin-top: 50px;
} 

.sub-midashi{
	background-color:#fff100;
	padding:35px;
	font-size:20px;
}

.thx-message{
	padding:25px;
	font-size:16px;
	line-height:180%;
}

.thx-message h3{
	font-size:22px;
	margin-bottom:50px;
}

.thx-message p{
	margin-bottom:15px;
}
 
.wpcf7-spinner{
	display:block!important;
}
/**************************************************************
Footer
**************************************************************/

.footer{
    background-color: #0087cd;
    padding: 20px;
    color: #fff;
}

.gototop a{
	z-index:99999999;
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  text-decoration: none;
  background-color: #f32e78;
  display: block;
  text-align: center;
  border-radius: 24px;
}

.gototop a::before {
  content: '\f062';
  font-family: 'Font Awesome 6 Free';
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 48px;
}

/**************************************************
 * 固定ページ
 * *****************************************************/

.pages{
	width:1000px;
	margin:0 auto;
	padding:50px 0;
}
.pages .thx{
	margin-bottom:300px;
}

.pages .thx h2{
	font-size:30px;
	margin-bottom:80px;
}
.pages .thx p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:13.5px;
	letter-spacing:1px;
	line-height:200%;
}