@charset "utf-8";

* { margin: 0; padding: 0; box-sizing: border-box;}
html { height: 100%;}
body { height: 100%; font-family: 'メイリオ', Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", "sans-serif";}
#assessment{ top:-30px;}
/* カテゴリーラベル（本当はcommonで定義するべきもの） */
#assessment dl.category_label { display: block; margin: 0; text-align: left; position: absolute; top: 0; left: -24px; z-index: 1;}
#assessment dl.category_label dt.ttl_category { display: inline-block; color: #fff; line-height: 1.0em; background: #e2111e; font-size: 14px; padding: 6px 10px; word-break: keep-all;}
#assessment dl.category_label dd.date { display: inline-block; padding-left: 16px; font-size: 14px;}

@media screen and (min-width: 768px) {
 #assessment .category_lbl { position: absolute; top: -40px; padding: 0;}
}

@media screen and (max-width: 767px) {
#assessment dl.category_label { top: 20PX; left: 0;}
}

/* 査定個別ラッパー */
#assessment { display: block; position: relative;}

/* 文字色 */
#assessment a:link { color: #293268; text-decoration: underline;}
#assessment a:visited { color: #293268; text-decoration: none;}
#assessment a:hover { color: #7d85b5; opacity: 1;}
#assessment a:active { color: #293268;}

/* グリッド */
#assessment .col_row { width: 100%; display: flex;}
#assessment .col_2_1 { width: 50%; padding: 0 15px;}
#assessment .col_3_1 { width: 33.33%; padding: 0 15px; text-align: left; position: relative;}
#assessment .col_3_2 { width: 66.66%; padding: 0 15px; text-align: left; position: relative;}

@media screen and (max-width: 767px) {
        #assessment{ top:-20px;}
 #assessment .col_row { display: block;}
 #assessment .col_2_1 { width: 100%; margin-bottom: 20px; padding: 0;}
 #assessment .col_3_1 { width: 100%; margin-bottom: 20px; padding: 0;}
 #assessment .col_3_2 { width: 100%; margin-bottom: 20px; padding: 0;}
}

/* コンテナ */
#assessment .outer_wrapper { width: 960px; margin: 0 auto; padding: 40px 0;}
#assessment .outer_wrapper.non_padd { padding: 16px 0;}
#assessment .bg_gray, .bg_gray_r { background: #f1f3f5; padding: 30px;}

@media screen and (max-width: 767px) {
 #assessment .outer_wrapper { width: 100%; padding: 30px 15px 5px 15px;}
 #assessment .outer_wrapper.non_padd { padding: 0 15px;}
}

#assessment .outer_wrapper_old { width: 950px; margin: 0 auto; padding: 40px 0;}
#assessment .outer_wrapper_old.non_padd { padding: 16px 0;}

@media screen and (max-width: 767px) {
 #assessment .outer_wrapper_old { width: 100%; padding: 30px 15px 5px 15px;}
 #assessment .outer_wrapper_old.non_padd { padding: 0 15px;}
}

/* 画像レスポンシブ */
#assessment img.img_responsive { width: 100%; height: auto;}

/* 汎用UI */
#assessment a.button_detail { display: inline-block; font-size: 18px; text-align: center; width: 360px; padding: 12px; background: #595f82; border: 2px solid #595f82; position: relative;}
#assessment a:link.button_detail { color: #fff; text-decoration: none;}
#assessment a:visited.button_detail { color: #fff;}
#assessment a:hover.button_detail { color: #2a3369; background: #fff; opacity: 1;}
#assessment a:active.button_detail { color: #fff;}

#assessment a.button_detail:after { content: ""; width: 10px; height: 16px; background: url("../images/icon_right_arrow.svg") no-repeat; background-size: cover; position: absolute; right: 10px; top: 14px;}
#assessment a.button_detail:hover:after { content: ""; width: 10px; height: 16px; background: url("../images/icon_right_arrow_hover.svg") no-repeat; background-size: cover; position: absolute; right: 10px; top: 14px;}

@media screen and (max-width: 767px) {
 #assessment a.button_detail { display: block; font-size: 14px; width: 94%; margin: 0 auto; padding: 12px; background: #595f82;}
}

/* 汎用テーブル */
#assessment table { width: 960px; border: 1px solid #7d85b5; border-collapse: collapse; margin-bottom: 20px;}
#assessment table caption { font-size: 23px; font-weight: bold; color: #000; padding-bottom: 10px;}
#assessment table td { font-size: 17px; color: #000; vertical-align: top; padding: 12px; border: 1px solid #7d85b5; border-collapse: collapse;}
#assessment table th { font-size: 17px; color: #000; font-weight: bold; text-align: center; padding: 12px; background: #e8e9f3; border: 1px solid #7d85b5; border-collapse: collapse;}

#assessment table td.left_align { text-align: left;}

#assessment table td ul { margin-left: 20px; list-style-type: disc !important;}
#assessment table td ul li { list-style-type: disc !important; text-align: left;}

#assessment .table_wrap { width: 960px; overflow-x: scroll; margin-right: auto; margin-left: auto; position: relative;}

@media screen and (max-width: 767px) {
 #assessment .table_wrap { width: 100%; margin-right: 0; margin-left: 0;}
 #assessment table { width: 100%;}
 #assessment table caption { font-size: 16px;}
 #assessment table td, #assessment table th { font-size: 14px;}
}

#assessment .scrl_tbl {
  display: block;
  margin-top: 30px;
  text-align: center;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
}

/* 見出し */
#assessment h2.titleh2 { display: inline-block; font-size: 36px; font-weight: bold; color: #2a3369; text-align: center; padding: 20px; margin: 0 auto 60px auto; border-bottom: 4px solid #ffe401; line-height: 1.2em;}
#assessment h3 { font-size: 22px; font-weight: bold; color: #000; text-align: left; border: none !important; padding-left: 0; margin: 0 0 10px 0;}
#assessment h5 { font-size: 17px; font-weight: bold; color: #000; text-align: left; margin: 0 0 10px 0;}

@media screen and (max-width: 767px) {
 #assessment h2.titleh2 { font-size: 5.0vw; margin-bottom: 30px; padding-bottom: 10px;}
 #assessment h3 { font-size: 4.6vw}
 #assessment h5 { font-size: 3.6vw;}
}

/* 段落 */
#assessment p.con { font-size: 17px; line-height: 1.8em; text-align: justify; color: #000;}
#assessment p.lead_copy { font-size: 21px; line-height: 2.0em; text-align: center;}
#assessment p.caption { font-size: 13px; text-align: left;}

@media screen and (max-width: 767px) {
 #assessment p.con { font-size: 3.6vw;}
 #assessment p.lead_copy { font-size: 3.8vw}
 #assessment p.caption { font-size: 3.0vw;}
}

/* 表 */
#assessment .bg_gray_r{ text-align: left;}
#assessment .bg_gray_r li{ font-size: 16px; line-height: 2.0em; margin-left: 26px; text-indent: -15px;}
#assessment .type1::before,
#assessment .type2::before,
#assessment .type3::before,
#assessment .type4::before,
#assessment .type5::before,
#assessment .type6::before,
#assessment .type7::before {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

#assessment .ul_grn .type6::before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><defs><style>.a{fill:%23293268;}</style></defs><rect class="a" width="10" height="10" rx="5"/></svg>');
}

#assessment .ol_2 {
  counter-reset: li;
}

#assessment .ol_2 li:before {
  margin-right: 10px;
  color: #293268;
  font-size: 18px;
  font-weight: bold;
  counter-increment: li;
  content: counter(li);
}

@media screen and (max-width: 767px) {
#assessment .bg_gray_r li{ font-size: 3.6vw;}
}

/* 表示切り替え */
#assessment .pc_part { display: block;}
#assessment .smp_part { display: none;}

@media screen and (max-width: 767px) {
#assessment .pc_part { display: none;}
#assessment .smp_part { display: block;}
}

/* pc版クリアランス */
#assessment .cl_pc120 { margin-bottom: 120px}
#assessment .cl_pc100 { margin-bottom: 100px;}
#assessment .cl_pc80 { margin-bottom: 80px;}
#assessment .cl_pc50 { margin-bottom: 50px;}
#assessment .cl_pc30 { margin-bottom: 30px;}

@media screen and (max-width: 767px) {
#assessment .cl_pc120 { margin-bottom: 60px;}
#assessment .cl_pc100 { margin-bottom: 50px;}
#assessment .cl_pc80 { margin-bottom: 40px;}
#assessment .cl_pc50 { margin-bottom: 25px;}
#assessment .cl_pc30 { margin-bottom: 15px;}
}

/* smp版クリアランス */
#assessment .cl_sm20 { margin-bottom: 10px;}
#assessment .cl_sm40 { margin-bottom: 20px;}

@media screen and (max-width: 767px) {
#assessment .cl_sm20 { margin-bottom: 20px;}	
#assessment .cl_sm40 { margin-bottom: 40px;}	
}

/* 固定クリアランス */
#assessment .cl_10 { margin-bottom: 10px;}
#assessment .cl_20 { margin-bottom: 20px;}
#assessment .cl_30 { margin-bottom: 30px;}

/* スマホ版改行 */
#assessment br.smp_break { display: none; width: 0; height: 0; visibility: hidden; content: ""; font-size:0;}

@media screen and (max-width: 767px) {
#assessment br.smp_break { display: block;}	
}

/* ページトップに戻るボタン */
#page_top { width: 60px; height: 60px; border-radius: 30px; background-color: #fff; border: 1px solid #2a3369; background-image: url("../images/icon_top_arrow.svg"); background-repeat: no-repeat; background-size: 40%; background-position: center;  box-shadow: #ddd 1px 0 4px; cursor: pointer; position: fixed; right: 20px; bottom: 20px; z-index: 9999;}
#page_top:hover { background-color: #2a3369; background-image: url("../images/icon_top_arrow_hover.svg"); background-repeat: no-repeat; background-size: 40%; background-position: center;}

@media screen and (max-width: 767px) {
 #page_top { width: 40px; height: 40px;}
}

/* 不動産査定のID */
#assessment { width: 100%; padding: 20px 0; position: relative;}

/* メインビジュアル */
#assessment #main_visual h1 { font-size: 46px; color: #333; text-align: left; font-weight: bold; line-height: 0.8em; padding: 50px 30px 50px 200px; background: rgba(255,255,255,0.6); border: none !important; position: absolute; top: 25%; left: 0;}
#assessment #main_visual h1 span { font-size: 20px;}
#assessment #main_visual h1 span:before { content: "\A"; white-space: pre;}

@media screen and (max-width: 767px) {
 #assessment #main_visual { height: 260px;}
 #assessment #main_visual h1 { font-size: 30px; line-height: 1.2em; padding: 30px 0; text-align: center; top: 25%; left: 0; right: 0;}
 #assessment #main_visual h1 span { font-size: 18px;}
}

/* 各ポイントへのリンク */
#assessment ul.point_link { width: 100%; text-align: center;}
#assessment ul.point_link li { display: inline-block; width: 30%; margin: 0 16px; line-height: 1.0em; font-size: 19px; color: #fff; text-align: center; background: #4757b5; border: 2px solid #4757b5; border-radius: 30px;}

#assessment ul.point_link li a { display: block; padding: 10px; color: #fff; text-decoration: none; position: relative;}
#assessment ul.point_link li a:visited { color: #fff;}
#assessment ul.point_link li a:hover { color: #2a3369; opacity: 1;}
#assessment ul.point_link li a:active { color: #fff;}
#assessment ul.point_link li:hover { background: #fff;}

#assessment ul.point_link li a:after { content: ""; width: 10px; height: 16px; background: url("../images/icon_right_arrow.svg") no-repeat; background-size: cover; position: absolute; top: 31%; right: 20px;}
#assessment ul.point_link li a:hover:after { content: ""; width: 10px; height: 16px; background: url("../images/icon_right_arrow_hover.svg") no-repeat; background-size: cover; position: absolute; top: 31%; right: 20px; opacity: 1;}

@media screen and (max-width: 767px) {
 #assessment ul.point_link li { display: block; width: 98%; margin: 0 0 20px 0;}
}

/* リードタイトル */
#assessment h2.lead_title { font-size: 22px; line-height: 2.0em; color: #000; text-align: center; border: none !important;}
#assessment h3.lead_title { font-size: 22px; line-height: 2.0em; color: #000; text-align: center; border: none !important;}

@media screen and (max-width: 767px) {
 #assessment h2.lead_title { font-size: 4.0vw;}
 #assessment h3.lead_title { font-size: 4.0vw;}
}

/* ページ内アンカーリンク */
#assessment .outline {
  margin-top: 15px;
  padding: 15px 30px;
  border: 1px solid #293268;
	  max-width: 960px;
margin: 0 auto 60px auto ;
}

#assessment .outline p {
  margin: 0;
  font-size: 18px;
  text-align: center;
  color: #293268;
}

#assessment .outline p::before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18.5" height="12" viewBox="0 0 27 21.375"><defs><style>.a{fill:%23293268;}</style></defs><path class="a" d="M8.438,18a1.969,1.969,0,1,1-1.969-1.969A1.969,1.969,0,0,1,8.438,18Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M8.438,9.281A1.969,1.969,0,1,1,6.469,7.313,1.969,1.969,0,0,1,8.438,9.281Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M8.438,26.719A1.969,1.969,0,1,1,6.469,24.75a1.969,1.969,0,0,1,1.969,1.969Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M30.375,16.875H13.465a1.125,1.125,0,0,0,0,2.25h16.91a1.125,1.125,0,0,0,0-2.25Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M30.375,25.594H13.465a1.125,1.125,0,0,0,0,2.25h16.91a1.125,1.125,0,0,0,0-2.25Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M13.465,10.406h16.91a1.125,1.125,0,0,0,0-2.25H13.465a1.125,1.125,0,0,0,0,2.25Z" transform="translate(-4.5 -7.313)"/></svg>');
  margin-right: 5px;
}


#assessment .outline ol {
  margin: 0;
  margin-top: 15px;
  padding: 0;
  max-width: 100%;
  font-size: 16px;
	  text-align: left;
  counter-reset: li;
}

#assessment .outline ol li {
  position: relative;
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#assessment .outline ol li:before {
  margin-right: 5px;
  font-size: 16px;
  color: #293268;
  counter-increment: li;
  content: counter(li) ".";
}

#assessment .outline ol li a {
  position: relative;
  display: inline !important;
  text-decoration: none !important;
  margin: 0;
  border-bottom: 1px solid #293268;
}


#assessment .outline ol {
    display: block;
  }
#assessment .outline ol li {
    display: block;
  }


#assessment .outline #outLine {
  overflow-y: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#assessment .outline .outline_btn {
  display: block;
  width: 90%;
  margin: 20px auto 0;
  padding: 5px;
  font-size: 14px;
  color: #293268;
  border: 1px solid #293268;
  border-radius: 12px;
  background: none;
  opacity: 1;
}

@media screen and (min-width: 768px) {
#assessment .outline .outline_btn:hover {
    opacity: 1;
    color: #fff;
    background-color: #293268;
  }
}

@media screen and (min-width: 768px) {
#assessment .outline {
    padding: 30px 5%;
  }
#assessment .outline .outline_btn {
    width: 25%;
  }
#assessment .outline p {
    font-size: 24px;
  }
#assessment .outline p::before {
    content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="21" viewBox="0 0 27 21.375"><defs><style>.a{fill:%23293268;}</style></defs><path class="a" d="M8.438,18a1.969,1.969,0,1,1-1.969-1.969A1.969,1.969,0,0,1,8.438,18Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M8.438,9.281A1.969,1.969,0,1,1,6.469,7.313,1.969,1.969,0,0,1,8.438,9.281Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M8.438,26.719A1.969,1.969,0,1,1,6.469,24.75a1.969,1.969,0,0,1,1.969,1.969Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M30.375,16.875H13.465a1.125,1.125,0,0,0,0,2.25h16.91a1.125,1.125,0,0,0,0-2.25Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M30.375,25.594H13.465a1.125,1.125,0,0,0,0,2.25h16.91a1.125,1.125,0,0,0,0-2.25Z" transform="translate(-4.5 -7.313)"/><path class="a" d="M13.465,10.406h16.91a1.125,1.125,0,0,0,0-2.25H13.465a1.125,1.125,0,0,0,0,2.25Z" transform="translate(-4.5 -7.313)"/></svg>');
    margin-right: 10px;
  }
}

/* ボタンの配置をPCスマホで変更 */
#assessment .button_wrap { text-align: right;}

@media screen and (max-width: 767px) {
 #assessment .button_wrap { text-align: center;}
}

/* コンバージョンエリア */
#assessment .cv_wrap { background: #fff9ca; padding-bottom: 40px;}
#assessment .cv_wrap h4 { font-size: 32px; font-weight: bold; color: #2a3369; text-align: center; padding: 18px 0; background-color: #ffc74e; border: none !important; position: relative;}
#assessment .cv_wrap h4 span { display: inline-block; font-size: 24px; color: #fff; padding: 2px 10px; margin-left: 10px; background: #293268; position: relative; top: -4px;}
#assessment .cv_wrap h4:before { content: none;}
#assessment .cv_wrap ul.inner_wrap { width: 86%; margin: 0 auto; display: flex;}
#assessment .cv_wrap ul.inner_wrap li { width: 48%; margin: 0 1%; background-color: #ffa54e;}
#assessment .cv_wrap ul.inner_wrap li.link a { display: table; height: 100%; padding: 20px 20px 0 20px;}
#assessment .cv_wrap ul.inner_wrap li:hover { background-color: #293268;}
#assessment .cv_wrap ul.inner_wrap li.link a:hover { opacity: 1;}

@media screen and (max-width: 767px) {
 #assessment .cv_wrap { padding-bottom: 10px;}
 #assessment .cv_wrap h4 { font-size: 4.4vw;}
 #assessment .cv_wrap h4 span { font-size: 3.6vw; top: -1px;}
 #assessment .cv_wrap ul.inner_wrap { display: block; margin: 0 auto;}
 #assessment .cv_wrap ul.inner_wrap li { width: 100%;}
 #assessment .cv_wrap ul.inner_wrap li.link a { width: 100%; padding: 12px; margin-top: 10px;}
}

/* 査定の流れ */
#assessment dl.assessment_flow { width: 960px; margin: 0 auto; text-align: left;}
#assessment dl.assessment_flow dt { font-size: 23px; font-weight: bold; color: #2a3369; padding-left: 80px; position: relative;}
#assessment dl.assessment_flow dt span { width: 60px; height: 60px; background-color: #2a3369; position: absolute; top: 0; left: 10px; z-index: 1}

#assessment dl.assessment_flow dt:nth-of-type(1) span { background-image: url("../images/flow_number01.png"); background-size: cover;}
#assessment dl.assessment_flow dt:nth-of-type(2) span { background-image: url("../images/flow_number02.png"); background-size: cover;}
#assessment dl.assessment_flow dt:nth-of-type(3) span { background-image: url("../images/flow_number03.png"); background-size: cover;}
#assessment dl.assessment_flow dt:nth-of-type(4) span { background-image: url("../images/flow_number04.png"); background-size: cover;}

#assessment dl.assessment_flow dd { font-size: 17px; line-height: 1.6em; color: #000; padding: 16px 16px 16px 80px; margin: 8px 0 50px 0; border: 2px solid #2a3369; position: relative;}
#assessment dl.assessment_flow dd:after { content: ""; width: 34px; height: 20px; background: url("../images/flow_arrow.png") no-repeat; background-size: cover; position: absolute; bottom: -20px; left: 30px;}
#assessment dl.assessment_flow dd:last-child:after { content: none;}

@media screen and (max-width: 767px) {
 #assessment dl.assessment_flow dt { font-size: 4.2vw; padding-left: 60px;}
 #assessment dl.assessment_flow dt span { width: 40px; height: 40px;}
 #assessment dl.assessment_flow dd { font-size: 3.6vw; padding-left: 60px; margin-bottom: 30px;}
 #assessment dl.assessment_flow { width: 100%;}
}

/* お客様の声 */
#assessment .voice_head_bg { background-color: #fff; margin: 0 auto 4px auto; border-radius: 6px 6px 0 0;}
#assessment .voice_head { padding: 20px 30px 15px 30px;}
#assessment .tag_u { height: 30px; width: 130px; font-size: 16px; color: #fff; background-color: #B5213E; text-align: center; float: left; margin-left: -30px; position: relative;}
#assessment .score { text-align: left; float: left; margin-left: 20px;}
#assessment .score_point { font-size: 38px; font-weight: bold; color: #ED4600; vertical-align: text-bottom; margin-left: 8px;}
#assessment .center { text-align: right;}
#assessment .center a { text-align: right; color: #293369; text-decoration: none; margin-left: 16px;}
#assessment .center a:visited { color: #293369;}#assessment .center a:hover { text-decoration: underline;}
#assessment .voice_main_bg { background-color: #fff; margin: 0 auto 30px auto; border-radius: 0 0 6px 6px;}
#assessment .voice_main { padding: 16px 30px 30px 30px;}
#assessment .voice_main h4 { width: 100%; margin-bottom: 10px; display: block; /* Fallback for non-webkit */ display: -webkit-box; height: 1; /* Fallback for non-webkit */ -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; font-size: 20px; color: #000; text-align: left; border: none;}
#assessment .voice_main h4:before { content: none;}
#assessment .voice_icon { text-align: center;}
#assessment .voice_icon img { width: 90px;}
#assessment .name_c { font-size: 14px; text-align: center; line-height: 20px; margin-top: 8px;}
#assessment .name_s { font-size: 14px; text-align: center; line-height: 20px; margin-top: 8px; white-space: nowrap;}
#assessment .voice_main p { margin-bottom: 0; padding: 0;}
#assessment .voice_c { display: flex; margin: 0 auto; width: 100%;}
#assessment .balloon1_c { position: relative; display: inline-block; margin: 0 0 0 30px; padding: 20px; max-width: 940px; background: #F2F3F5;}
#assessment .balloon1_c p { font-size: 17px; line-height: 1.6em; text-align: justify;}
#assessment .balloon1_c:before { content: ""; position: absolute; top: 40px; left: -35px; margin-top: -15px; border: 15px solid transparent; border-right: 20px solid #F2F3F5;}
#assessment .voice_s { display: flex; flex-direction: row-reverse; /* 横並び逆順 */ margin: 20px auto 0 auto; width: 100%;}
#assessment .balloon1_s { position: relative; display: inline-block; margin: 0 30px 0 0; padding: 20px; max-width: 940px; background: #F2F3F5;}
#assessment .balloon1_s:before { content: ""; position: absolute; top: 40px; right: -35px; margin-top: -15px; border: 15px solid transparent; border-left: 20px solid #F2F3F5;}
#assessment .date { font-size: 14px; text-align: right;}

#assessment .accordion-hidden { display: none; /* チェックボックス非表示 */}
#assessment .accordion a{	color: #006fff;	font-weight: bold;	text-decoration: underline;}

@media screen and (max-width: 767px) {
 #assessment .voice_head { padding: 15px 15px 5px 15px;}
 #assessment .tag_u { height: 26px; width: 108px; font-size: 14px; margin-left: -15px;}
 #assessment .score { text-align: right; float: none; font-size: 14px; margin-left: 2px;}
 #assessment .score_point { font-size: 16px; margin-left: 2px; vertical-align: baseline;}
 #assessment .center { text-align: left; font-size: 14px; margin-top: 4px; line-height: 24px;}
 #assessment .center a { font-size: 16px; margin-left: 2px;}
 #assessment .voice_main_bg { margin: 0 auto 20px auto;}
 #assessment .voice_main { padding: 5px 15px 10px 15px;}
 #assessment .voice_main h4 { width: 78%; font-size: 16px; line-height: 24px; margin-top: 10px; height: 3; /* Fallback for non-webkit */ -webkit-line-clamp: 3; float: right;}
 #assessment .voice_icon img { width: 50px; float: left; margin: 6px 6px 4px auto;}
 #assessment .name_c { font-size: 16px; text-align: left;}
 #assessment .voice_c { display: block; margin: 0 auto; width: 100%;}
 #assessment .balloon1_c { margin: 0; padding: 12px; max-width: 100%; margin-top: 14px;}
 #assessment .balloon1_c:before { content: ""; position: absolute; left: 28px; top: -12px; margin-left: -15px; border: 12px solid transparent; border-bottom: 16px solid #F2F3F5;}
 #assessment .balloon1_c p { font-size: 14px; line-height: 24px;}
 #assessment .name_s { font-size: 16px; text-align: left; width: 76%; float: right; margin-top: 24px;}
 #assessment .voice_s { display: block; flex-direction: row; margin: 10px auto 0 auto; width: 100%;}
 #assessment .balloon1_s { margin: 0; padding: 12px; max-width: 100%; margin-top: 20px;}
 #assessment .balloon1_s:before { content: ""; position: absolute; right: initial; border-left: initial; left: 28px; top: -12px; margin-left: -15px; border: 12px solid transparent; border-bottom: 16px solid #F2F3F5;}
 #assessment .balloon1_s p { font-size: 14px; line-height: 24px;}
 #assessment .date { font-size: 12px;}
}

/* よくある質問 */
#assessment .accordion-open { display: block; padding: 6px 50px 6px 70px; font-size: 24px; line-height: 160%; color: #333; font-weight: bolder; letter-spacing: 0.05em; background: #F2F3F5; cursor: pointer; margin: 15px auto; position: relative; text-align: justify;}
#assessment .accordion-open::after { content: ""; border-top: 3px solid #293369; border-right: 3px solid #293369; width: 10px; height: 10px; top: 22px; right: 20px; position: absolute; transform: translateY(-50%) rotate(135deg);}
#assessment .accordion-open span { display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; color: #fff; background: #293369; position: absolute; text-align: center; left: 0; top: -10px;}
#assessment .accordion-open :before { position: absolute; content: ''; right: -10px; width: 0; height: 0; top: 0; border-right: 10px solid transparent; border-bottom: 10px solid #333;}
#assessment .accordion-close span { display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; background: url("../images/icon_answer.png") no-repeat center;	background-size: 50px 50px; position: absolute; text-align: center; left: 0; top: 0;}
#assessment .accordion-hidden:checked + .accordion-open:after { transform: translateY(0) rotate(-45deg);}
#assessment .accordion-close { display: block; height: 0; overflow: hidden; padding: 0 15px 0 70px; opacity: 0; transition: 0.3s; position: relative;}
#assessment .accordion-hidden:checked + .accordion-open + .accordion-close { height: auto; opacity: 1; padding: 10px 15px 10px 70px; background: #fff; font-size: 18px; line-height: 180%; margin-bottom: 40px; text-align: justify;}

@media screen and (max-width: 767px) {
 #assessment .accordion-open { font-size: 18px; line-height: 1.5em;}
	#assessment .accordion-hidden:checked + .accordion-open + .accordion-close { font-size: 16px; line-height: 1.6em;}	
}

/* 関連記事 */
#assessment a.drop_shadow { display: block; width: 100%; height: 100%; background: #fff; box-shadow: #ddd 1px 0 4px;}
#assessment a.drop_shadow .inner_wrap { padding: 20px;}
#assessment a:link.drop_shadow { text-decoration: none;}

#assessment .photo_triming_wrapper { width: 100%; padding-top: 48%; position: relative; overflow: hidden;}
#assessment .photo_triming_wrapper img { margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; transition: all ease-in 0.3s;}
#assessment .photo_triming_wrapper img:hover { transform: translate(0, 0) scale(1.1, 1.1);}

/* 親コンテンツに戻るボタン */
#assessment ul.back_link { width: 380px; margin: 0 auto;}
#assessment ul.back_link li { width: 100%; margin-bottom: 20px;}
#assessment ul.back_link li a { display: block; width: 100%; height: 100%; padding: 8px 0; border: 2px solid #293368; border-radius: 6px; box-shadow: #ddd 1px 0 4px; background-image: url("../images/icon_right_arrow_hover.svg"); background-repeat: no-repeat; background-size: 10px; background-position: 94% center;}

#assessment ul.back_link li a:link { text-decoration: none;}
#assessment ul.back_link li a:visited { color: #293368;}
#assessment ul.back_link li a:hover { color: #fff; background: #293368; background-image: url("../images/icon_right_arrow.svg"); background-repeat: no-repeat; background-size: 10px; background-position: 94% center; opacity: 1;}
#assessment ul.back_link li a:active { color: #293368;}

@media screen and (max-width: 767px) {
 #assessment ul.back_link { width: 80%; margin-top: 30px;}
}

/* 固定コンバージョン */
#assessment .fix_cv_wrapper { width: 100%; background-color: rgba(255,255,255,0.6); transition: all .5s; position: fixed; bottom: -160px; left: 0;}
#assessment .fix_cv_wrapper .sale_tell { width: 100%; height: 90px; margin: 0 auto; padding: 8px; border: 1px solid #333; background-color: #fff; background-image: url("../images/bg_freedial.png"); background-repeat: no-repeat; background-size: auto 100%; position: relative;}
#assessment .fix_cv_wrapper .sale_tell .sale_tellnumber { height: 64%; width: 100%; background-image: url("../images/freedial.png"); background-repeat: no-repeat; background-size: contain; background-position: right top;  position: absolute; right: 20px; top: 10px;}


#assessment .fix_cv_wrapper a.sale_contact { display: block; width: 100%; height: 90px; margin: 0 auto; padding: 34px 0 0 0; font-size: 20px; font-weight: bold; line-height: 1.0em; color: #fff; text-align: center; background: #f4ab4d; border: 1px solid #f4ab4d; transition: all .3s ease-out; position: relative;}

#assessment .fix_cv_wrapper a.sale_contact:link { color: #333; text-decoration: none;}
#assessment .fix_cv_wrapper a.sale_contact:visited { color: #333;}
#assessment .fix_cv_wrapper a.sale_contact:hover { color: #fff; background: #293369; border: 1px solid #293369; opacity: 1;}
#assessment .fix_cv_wrapper a.sale_contact:active { color: #333;}

#assessment .fix_cv_wrapper a.sale_contact:after { content: ""; width: 9px; height: 16px; background: url("../images/arrow_sale_btn.svg") no-repeat; background-size: cover; position: absolute; right: 20px; top: 34px;}

#assessment .fix_cv_wrapper a.sale_contact:hover:after { content: ""; width: 9px; height: 16px; background: url("../images/arrow_hover_sale_btn.svg") no-repeat; background-size: cover; position: absolute;}

#assessment .fix_cv_wrapper.fix { bottom: 0;}

@media screen and (max-width: 767px) {
 #assessment .fix_cv_wrapper { position: relative;}
  #assessment .fix_cv_wrapper .sale_tell .sale_tellnumber { height: 64%; width: 100%; background-image: url("../images/freedial_smp.png"); background-repeat: no-repeat; background-size: contain; background-position: right top;  position: absolute; right: 20px; top: 10px;}
}


.cp_blockdesign04 {
	padding: 1em 0em 0.5em 0em;
	border-top: solid 1px #010850;
	border-bottom: solid 1px #010850;
	position: relative;
	margin-bottom:60px;
}
.cp_blockdesign04::before,
.cp_blockdesign04::after {
	content: '';
	position: absolute;
	top: -10px;
	width: 1px;
	height: calc(100% + 20px);
	background-color: #010850;
}
.cp_blockdesign04::before{
	left: 10px;
}
.cp_blockdesign04::after{
	right: 10px;
}
.cp_blockdesign04 .cp_authorname {
	display: flex;
	background-color: #010850;
}
.cp_blockdesign04 .cp_authorname h2 {
	margin: 0.3em 0.3em 0.3em 0.8em;
	width: 65%;
	color: #ffffff;
}
.cp_blockdesign04 .cp_authorname ul {
	margin: 0.5em 0;
	padding: 0.3em 0 0.3em 0.8em;
	width: 35%;
	text-align: center;
	border-left: 1px dashed #ffffff;
}
.cp_blockdesign04 .cp_authorname li {
	display: inline;
	padding: 0 0.5em;
}
.cp_blockdesign04 .cp_authorname li a {
	color: #ffffff;
}
.cp_blockdesign04 .cp_authorinfo {
	padding: 0.5em 1.5em  0.5em  1.5em;
	font-weight:bold;
}
.cp_blockdesign04 .cp_authordetail {
	padding: 0.5em 1.5em  0.5em  1.5em;
}

.cp_authorinfo-block {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em 1.5em  0.5em  1.5em;
}
.cp_authorinfo-list--l,
.cp_authorinfo-list--r {
  width: 100%;
}

@media (min-width: 768px) {
  .cp_authorinfo-list--l {
    width: 30%;
    margin-right:20px;
  }
  .cp_authorinfo-list--r {
    width: 60%;
  }
}



/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* リンクテキストの下線を非表示 */
a.card-link {
    text-decoration: none !important;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.card-figure {
    margin: 0;
    padding: 0;
}

/* カードレイアウトのタイトル部分 */
.card-title {
    margin: 0.6em 0 0;
    color: #333;
    text-align: left;
    font-size: 1.2em;
    padding: 0 1em;
    font-weight:bold;
    text-decoration:none !important;
    border-bottom:none !important;
}

/* カードレイアウトの説明文部分 */
.card-text-tax {
    margin: 0;
    padding: 1em;
    color: #818181;
}

/* カードレイアウトを1カラムで配置 */
.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 96%;
    background: #f0f0f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(96% / 2); /* 96%幅を2で割るという指定 */
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list {
        width: calc(96% / 3); /* 96%幅を3で割るという指定 */
}
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(96% / 3);
    }
}

div#info {
	margin-bottom:60px;
	
}

div#info p {
	text-align:left;
	
}
h2.info-title {
	margin-bottom:20px;
	font-weight:bold;
	padding: 0.4em 0.5em;/*?¶??????‰? ?¶‰E???]”’*/
color: #494949;/*?¶???F*/
background: #f4f4f4;/*”w?i?F*/
border-left: solid 5px #010850;/*?¶??*/
border-bottom: solid 3px #d7d7d7;/*‰???*/
font-size:130%;
	
}