/* ==================================================
   legacy-business.css  v1.1
   対象：広告宣伝ページ（RN前 business）
   前提：body に "wide1200 legacy-business"
   方針：旧コンテンツをそのまま引っ越す
================================================== */

/* ----------------------------------
   レイアウト（必須）
---------------------------------- */

.wide1200.legacy-business #wrap-outer {
  margin: 0 auto;
  width: 1206px;
  text-align: left;
}

.wide1200.legacy-business #wrap-inner {
  width: 960px;
  margin: 0 auto;
}

.wide1200.legacy-business #main-box {
  width: 991px;
}

@media screen and (max-width: 1024px) {
.wide1200.legacy-business #wrap-outer {
  width: 100%;
}
.wide1200.legacy-business #wrap-inner {
  width: 100%;
}
.wide1200.legacy-business #main-box {
  width: 100%;
}
}

/* ----------------------------------
   ベースリセット（旧CSS由来・必要最小）
---------------------------------- */

.wrapper {
  font-family: "Noto Sans JP", "BIZ UDPGothic", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
}

.wide1200.legacy-business ul,
.wide1200.legacy-business ol {
  margin: 0;
  padding: 0;
}

.wide1200.legacy-business li {
  list-style: none;
}

.wide1200.legacy-business img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.wide1200.legacy-business table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 見出し (lv1) */

.wide1200.legacy-business h1 {
	color: #C70210;
	margin: 0 0 25px;
	font-weight: normal;
	font-size: 162.5%;
}
.wide1200.legacy-business h1.resp {
	color: #C70210;
	margin: 0 0 25px;
	padding:4px 10px;
	font-weight: normal;
	font-size: 1.8rem;
	border-top:8px solid #ce0000;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}


/* 見出し (lv2) */

.wide1200.legacy-business h2 {
	background: #F5F5F5 url("/img/common/h2_lower.gif") no-repeat 0 100%;
	margin: 30px 0 15px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 112.5%;
	line-height: 120%;
}
	.wide1200.legacy-business h2.renewal{
		background: #F5F5F5 url(/img/common/h2_lower_renewal.gif) no-repeat 0 100%;
		margin: 13px 0 15px;
		*margin: 9px 0 15px;
		padding-bottom: 1px;
		font-weight: bold;
		font-size: 0.88em;
		line-height: 120%;

	}/*20131001対応用*/

/* .wide1200.legacy-business h2 span.inner {
	background: url("/img/common/h2_upper.gif") no-repeat;
	padding: 7px 15px 5px;
	display: block;
} */
	.wide1200.legacy-business h2.renewal span.inner {
		background: url(/img/common/h2_upper_renewal.gif) no-repeat;
		padding: 12px 10px 8px;
		display: block;
	}/*20131001対応用*/


.wide1200.legacy-business h2.flat{
	background: #f7f7f7;
	border-width:3px 1px 1px 1px;
	border-color:#cc0000 #cccccc #cccccc #cccccc;
	border-style:solid;
	margin: 25px 0 10px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 100%;
	line-height: 120%;
	color:#cc0000;
}

.wide1200.legacy-business h2.flat span.inner {
	background: url("/img/common/mkr_arrow-r.gif") no-repeat 17px 0.6em;
	padding: 7px 15px 5px 40px;
	display: block;
}

.wide1200.legacy-business h2.flat span.inner a{
	display:block;
	color:#cc0000;
	outline:none;
}


/* 見出し (lv3) */

.wide1200.legacy-business h3 {
	background: #ECF3FF url("/img/common/h3_lower.gif") no-repeat 0 100%;
	margin: 20px 0 15px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 100%;
	line-height: 120%;
}

.wide1200.legacy-business h3 span.inner {
	background: url("/img/common/h3_upper.gif") no-repeat;
	padding: 7px 15px 2px;
	display: block;
}

/* 見出し (lv4) */

.wide1200.legacy-business h4 {
	color: #704910;
	margin: 0 0 10px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #C3C3C3;
	font-weight: bold;
	font-size: 87.5%;
}


/* ----------------------------------
   テキスト・段落
---------------------------------- */

.wide1200.legacy-business p {
  margin: 0 0 1em;
  line-height: 1.6;
}

.wide1200.legacy-business .intro {
  margin-bottom: 1.5em;
}

.wide1200.legacy-business .l {
  font-size: 1.1em;
}

.wide1200.legacy-business .brown {
  color: #6b4c3b;
}

/* ----------------------------------
   見出し（意味を持つ装飾は再現）
---------------------------------- */

.wide1200.legacy-business h1 {
  font-size: 2rem;
  margin-bottom: 1em;
}

.wide1200.legacy-business h1.center {
  text-align: center;
}

/* h2 */

.wide1200.legacy-business h2 {
  background: #F5F5F5 url(/bizpost/assets/legacy/business/img/common/wide1200/h2_lower.gif) no-repeat 0 100%;
  margin: 30px 0 15px;
  padding-bottom: 1px;
  font-weight: bold;
  font-size: 112.5%;
  line-height: 120%;
}

.wide1200.legacy-business h2 span.inner {
  background: url(/bizpost/assets/legacy/business/img/common/wide1200/h2_upper.gif) no-repeat;
  padding: 7px 15px 5px;
  display: block;
}

/* h3 */

.wide1200.legacy-business h3 {
  background: #ECF3FF url(/bizpost/assets/legacy/business/img/common/wide1200/h3_lower.gif) no-repeat 0 100%;
  margin: 20px 0 15px;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 100%;
  line-height: 120%;
}

.wide1200.legacy-business h3 span.inner {
  background: url(/bizpost/assets/legacy/business/img/common/wide1200/h3_upper.gif) no-repeat;
  padding: 7px 15px 2px;
  display: block;
}

/* ----------------------------------
   旧 business コンポーネント
---------------------------------- */

.wide1200.legacy-business .pad {
  padding: 20px;
}

.wide1200.legacy-business .box {
  padding: 15px;
}

.wide1200.legacy-business .box.bg3 {
  background: #f7f7f7;
}

/* popup */
.wide1200.legacy-business .mk-popup {
	padding: 6px 18px 5px 0;
	background:url(/bizpost/assets/legacy/business/img/common/mkr_popup_top.gif) no-repeat right;
	margin:0px 5px 0 0;
}

/* ----------------------------------
   広告メニュー例（business01）
---------------------------------- */

.wide1200.legacy-business .arrange-c {
  margin-bottom: 20px;
}

.wide1200.legacy-business ul.yokonara {
  display: flex;
  justify-content: space-between;
}

.wide1200.legacy-business ul.yokonara li {
  display: inline-block;
  box-sizing: border-box;
}

.wide1200.legacy-business ul.yokonara li span {
  display: block;
  padding: 4px;
  background-color: #66bcd9;
  color: #ffffff;
  font-weight: bold;
}

.wide1200.legacy-business ul.yokonara.addmenu li {
  width: 24%;
  text-align: center;
  border: 1px solid rgba(204, 204, 204, 1);
  border-radius: 5px 5px 0 0;
}

.wide1200.legacy-business ul.yokonara.addmenu li img {
  margin: 10px;
  max-width: calc(100% - 20px);
  height: auto;
}

/* 旧ユーティリティ（下マージン） */
.wide1200.legacy-business .sp-b20 {
  margin-bottom: 20px;
}

/* [定ボ] 茶色背景ボックスのタイトル */

.wide1200.legacy-business #main-box p.brown {
	background: #F3F1DF;
	margin: 15px 0 0;
	padding: 7px 13px 5px;
}

.wide1200.legacy-business div.box.bl3 {
	border-top: 1px solid #D9D2B5;
    background: #F8F7EF;
}

/* ----------------------------------
   サービス紹介テーブル（COMMON.css 移設）
---------------------------------- */

.wide1200.legacy-business table.layout.adapt {
  width: 100%;
}

.wide1200.legacy-business table.layout.adapt td {
  vertical-align: top;
  padding: 0;
}

/* 画像側セル */
.wide1200.legacy-business table.layout.adapt td.pic {
  width: 120px;
}

/* 内側ラップ */
.wide1200.legacy-business table.layout.adapt .wrap {
  padding: 5px;
}

/* サムネイル */
.wide1200.legacy-business .thumnailImg {
  margin: 0;
}

.wide1200.legacy-business .thumnailImg img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* サービス名 */
.wide1200.legacy-business p.service {
  margin-bottom: 0.5em;
  font-weight: bold;
}

/* 強調サイズ（.l） */
.wide1200.legacy-business p.service.l {
  font-size: 1.1em;
}



/* ----------------------------------
   テーブルレイアウト（景品等）
---------------------------------- */

.wide1200.legacy-business table.layout {
  width: 100%;
}

.wide1200.legacy-business table.layout td {
  vertical-align: top;
}

.wide1200.legacy-business .thumnailImg {
  margin-bottom: 10px;
}

.wide1200.legacy-business .service {
  margin-bottom: 0.5em;
}

/* ----------------------------------
   reader（旧サイト用補助）
---------------------------------- */

.wide1200.legacy-business .reader {
  font-size: 0.85em;
  margin: 20px 0;
}


#page-end {
  visibility: hidden;
}

/* ----------------------------------
   タウンプラス
---------------------------------- */
#town .points {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#town .contWrap h3 {
    border-left: 4px solid #c00;
    font-family: "Noto Sans JP", "BIZ UDPGothic", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    font-weight: 700;
    line-height: 1.3;
    margin: 1em 0 .5em;
    padding-left: .5em;
    background: none;
}

#town .contWrap h3 span {
  background: none;
}


@media screen and (max-width: 767px) {
    .contWrap .pageClm2 .mainArea h3 {
        font-size: 1.1rem;
        line-height: 1.5;
        margin-top: 1.5em;
    }
}

/* おすすめ情報 */
.innerwidth.footPRbnr {
    margin-top: 50px;
}
@media screen and (min-width: 751px) and (max-width: 1366px) {
    .innerwidth {
        padding: 0 2%;
    }
}

.linkbox3 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
}
.linkbox3 a[target=_blank] dl dd .title:after {
    font-family: "yubin";
    content: "\e924";
    margin-left: 0.3em;
    font-size: 70%;
    color: #cc0000;
    font-weight: normal;
    position: relative;
    top: -2px;
}
.linkbox3 > * {
    display: block;
    text-decoration: none;
    color: #333333;
    flex-basis: 32.5%;
    max-width: 32.5%;
    transition: 0.3s;
    background: #FFF;
    border: 1px solid #ccc;
}
.footPRbnr .linkbox3 a dl dt {
    background: #f7f7f7;
    text-align: center;
    min-height: 132px;
    padding: 5px;
    position: relative;
}
.footPRbnr .linkbox3 a dl dt img {
    max-height: 102px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 90%;
}
.linkbox3 dl dd {
    padding: 15px 15px 25px;
}

@media screen and (max-width: 767px) {
      .innerwidth {
        padding: 0 3%;
        width: 100%;
      }
    .linkbox3 > * {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    #main-box a {
        word-break: break-all;
    }
}