@charset "utf-8";

html, body {
  letter-spacing: .03em;
  min-width: 1024px;
}

body {
  background: none;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", ヒラギノ角ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
}

* > #content > #main {
  margin: 0 auto 35px;
  width: 1000px;
}

#siteroute, .breadcrumb {
  padding: 2px 0 5px;
}

.headarea {
  background: #cef5f5;
  margin-top: 0;
}

.headarea_wrap {
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
  width: 1000px;
  padding: 0 0 0 55px;
}

.headarea_main {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  min-height: 130px;
  padding: 20px 425px 20px 0;
  position: relative;
  width: 100%;
}

.headarea_main:after {
  background: url(/search/image/rosen/img-main-rosen.png) no-repeat right bottom;
  background-size: 181px auto;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 181px;
}

.headarea_main_ttl {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
  padding-left: 0;
  text-align: left;
}

.headarea_label {
  background: #46aeb5;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-bottom: 8px;
  padding: 4px 13px;
  text-align: center;
  font-weight: 600;
}

.headarea_main_ttl_ltxt {
  font-size: 2.5rem;
}

.headarea_ellipsis {
  display: inline-block;
  overflow: hidden;
  font-weight: 600;
}

.headarea_main_goto {
  display: block;
  position: absolute;
  right: 220px;
  top: 50%;
  transform: translateY(-50%);
}

.headarea_main_goto .headarea_main_goto_btn_home {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 6px 12px 6px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 19rem;
}

.headarea_main_goto .headarea_main_goto_btn_home:hover {
  opacity: .7;
}

.headarea_main_goto .headarea_main_goto_btn_home:after {
  border: solid #46aeb5;
  border-width: 0 3px 3px 0;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 11px;
  left: 18px;
  margin: auto 0;
  position: absolute;
  top: 0;
  transform: rotate(135deg);
  width: 11px;
}

.main_content_wrapper {
  margin: 28px auto 0;
  width: 980px;
}

.m_ttl_line {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 11px auto 10px auto;
  max-width: 980px;
  padding: 0 100px;
  position: relative;
  text-align: center;
  width: auto;
}

.m_ttl_line:before {
  background: #46aeb5;
  content: "";
  font-size: 2.4rem;
  font-weight: 700;
  height: 1px;
  left: 0;
  line-height: 1.3;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.m_ttl_line_bg>span {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.m_ttl_line_bg>span:before {
  background: #fff;
  content: "";
  display: block;
  height: calc(100% + 20px);
  left: -20px;
  position: absolute;
  top: -10px;
  width: calc(50% + 20px);
  z-index: 0;
}

.m_ttl_line_bg>span::after {
  background: #fff;
  content: "";
  display: block;
  height: calc(100% + 20px);
  right: -20px;
  position: absolute;
  top: -10px;
  width: calc(50% + 20px);
  z-index: 0;
}

.m_ttl_line_bg>span>span {
  position: relative;
  z-index: 1;
}

.ttl {
  border-bottom: 2px solid #ee5986;
  font-size: 2.4rem;
  height: auto;
  line-height: 1.5;
  padding: 5px 5px 10px 0;
  text-align: left;
}

.ttl:before {
  border-left: 6px solid #ee5986;
  content: "";
  display: inline;
  margin-right: 8px;
  padding: 6px 0;
}

.m_unit_s {
  margin-top: 20px;
}

.m_table_wrap {
  border: 1px solid #fd80a6;
  display: table;
  margin-bottom: 31px;
  margin-top: 15px;
}

.m_unit_s>:first-child {
  margin-top: 0;
}

.m_table_form {
  background: #fff;
  border-collapse: collapse;
  border-left: 1px solid #fd80a6;
  border-spacing: 0;
  border-top: 1px solid #fd80a6;
  table-layout: fixed;
  width: calc(100%);
}

.m_table_form tbody {
  width: 100%;
}

.m_table_form th {
  background: #febed2;
  border-bottom: 1px solid #fd80a6;
  border-right: none;
  display: table-cell;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 18px 12px;
  text-align: center;
  word-break: break-all;
}

.m_table_form th br {
  display: block;
}

.m_table_form td {
  border-bottom: 1px solid #fd80a6;
  border-right: 1px solid #fd80a6;
  display: table-cell;
  text-align: center;
}

.m_table_form_listbox {
  padding: 14px 14px;
}

.m_list_input>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: -9px;
  position: relative;
}

.m_list_input>ul>li {
  border-bottom: none;
  display: inline-block;
  flex-grow: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 12px;
  padding: 0 0 0 20px;
  position: relative;
  text-align: left;
  vertical-align: top;
  word-break: normal;
  width: calc(45% - 20px);
}

.m_list_input>ul>li:nth-child(2n) {
  width: calc(55% - 20px)
}

.m_list_input>ul>li::before {
  background: #fd80a6;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 7px;
  position: absolute;
  top: 10px;
  width: 7px;
}

.m_table_form td li a {
  color: #0000ee;
}

.m_table_form td li a:hover {
  opacity: .7;;
}

.sec_sw .ttl {
  border-bottom: 2px solid #49946a;
}

.sec_sw .ttl:before {
  border-left: 6px solid #49946a;
}

.sec_sw .m_table_wrap {
  border: 1px solid #64af86;
}

.sec_sw .m_table_form {
  border-left: 1px solid #64af86;
  border-top: 1px solid #64af86;
}

.sec_sw .m_table_form th {
  background: #e1f6bd;
  border-bottom: 1px solid #64af86;
}

.sec_sw .m_table_form td {
  border-bottom: 1px solid #64af86;
  border-right: 1px solid #64af86;
}

.sec_sw .m_list_input>ul>li::before {
  background: #64af86;
}

.sec_bt .ttl {
  border-bottom: 2px solid #46aeb5;
}

.sec_bt .ttl:before {
  border-left: 6px solid #46aeb5;
}

.sec_bt .m_table_wrap {
  border: 1px solid #46aeb5;
}

.sec_bt .m_table_form {
  border-left: 1px solid #46aeb5;
  border-top: 1px solid #46aeb5;
}

.sec_bt .m_table_form th {
  background: #cef4f4;
  border-bottom: 1px solid #46aeb5;
}

.sec_bt .m_table_form td {
  border-bottom: 1px solid #46aeb5;
  border-right: 1px solid #46aeb5;
}

.sec_bt .m_list_input>ul>li::before {
  background: #46aeb5;
}

.w17p {
  width: 17%;
}

.w19p {
  width: 19%;
}

.m_list_input.m_list_input_3>ul>li {
  width: calc(33.333333% - 25px);
}

.m_list_input.m_list_input_4>ul>li {
  width: calc(25% - 25px);
}

.m_list_square {
  display: inline-block;
  margin: 9px 0 4px;
}

.m_list_square>li {
  font-size: 1.7rem;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.m_list_square>:first-child {
  margin-top: 0;
}

.m_list_square>li:before {
  background: #000;
  content: "";
  display: inline-block;
  height: 5px;
  left: 0;
  position: absolute;
  top: .6em;
  width: 5px;
}

/* ------------------------------------------
 rosen common - footer (bottom)
------------------------------------------- */
html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%;
}

#footer {
  margin-top: 45px;
}

/* ------------------------------------------
 rosen Doctormap　ドクターマップ - footer (bottom)
------------------------------------------- */
html, body.doctor {
  height: 100%;
  margin: 0;
}

body.doctor {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%;
}

#content {
  flex: 1;
}

.f_section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.f_section .ad_bnrbox_token {
  margin: 0 auto;
}

.f_section .doctormap_footer {
  margin-top: 45px;
}

/* ---------------------------------------
 rosen Doctormap　ドクターマップ
--------------------------------------- */
body.doctor {
  background: none;
}

body.doctor .headarea {
  margin-top: 0;
}

body.doctor .headarea .headarea_label {
  font-weight: 600;
  margin-bottom: 10px;
}

h2 ~ section + section {
  margin-top: 20px;
}

section:last-child > h2.m_ttl_line ~ .m_unit_s:last-child .m_table_wrap:last-child,
section:last-child > h2.m_ttl_line ~ section:last-child .m_table_wrap:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------
 rosen Sekkotsuinsrch　接骨ネット
--------------------------------------- */
body.sekkotsu {
  background: none;  
}

body.sekkotsu .headarea {
  margin-top: 0;
}

body.sekkotsu .headarea .headarea_label {
  font-weight: 600;
  margin-bottom: 10px;
}

body.sekkotsu .headarea_main * {
  font-family : "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
}

body.sekkotsu .main_content_wrapper * {
  font-family : "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif !important;
}

body.sekkotsu > #content > #main {
  margin: 0 auto 10px;
}

body.sekkotsu > #content > #main .wrap {
  margin-bottom: 40px;
}

/* ---------------------------------------
 rosen Castle　刀剣ワールド 城
--------------------------------------- */
body.castle {
  background: none;
}

body.castle .f_section .ad_bnrbox03 {
  border-top: 2px solid #ffa5c9;
  margin: 0 auto 20px;
  padding: 30px 0 0;
}
/* ---------------------------------------
 rosen マーケットピア
--------------------------------------- */
body.shopping {
  background: none;
}

/* ---------------------------------------
 rosen Hotel
--------------------------------------- */
body.hotel {
  background: none;
}

/* ---------------------------------------
 rosen Pet Clinic ドッグメディカル
--------------------------------------- */
body.pet_clinic {
  background: none;
}

/* ---------------------------------------
 rosen Wedding
--------------------------------------- */
body.wedding {
  background: none;
}

/* ---------------------------------------
 rosen Sports
--------------------------------------- */
body.sport {
  background: none;
}

/* ---------------------------------------
 rosen Studypeer
--------------------------------------- */
body.studypeer {
  background: none;
}

/* ---------------------------------------
 rosen Bigcompany
--------------------------------------- */
body.company {
  background: none;
}

/* ---------------------------------------
 rosen Publinet
--------------------------------------- */
body.publinet {
  background: none;
}

/*---------------------------------
  自社広告バナー追加
---------------------------------*/
.ad_bnrbox_token {
  border: none;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding-bottom: 86px;
  margin: 25px auto 45px;
  width: 814px;
}
.ad_bnrbox_token .ad_box {
  padding-top: 8px;
  width: 240px;
}
.ad_bnrbox_token .ad_box a {
  display: block;
  height: auto;
  width: 100%;
}
.ad_bnrbox_token .ad_box a.how_to {
  left: 50%;
  margin: 24px auto;
  position: absolute;
  transform: translateX(-50%);
  text-align: center;
}
.ad_bnrbox_token .ad_box .how_to > img {
  max-width: 400px;
}

@media screen and (max-width: 750px) {
  .ad_bnrbox_token .ad_box a.how_to {
    margin: 17px auto 10px;
    position: unset;
    transform: translateX(0);
  }
}
.ad_bnrbox_token .ad_box img {
  height: auto;
  width: 100%;
}

.ad_bnrbox_token.ad_bnrbox_token_useful .ad_box .sp{
  display: none;
}

/* ---------------------------------------
rosen Mediapo
--------------------------------------- */
body.mediapo {
  background: none;
}

/* ---------------------------------------
rosen Entamer
--------------------------------------- */
body.entamer {
  background: none;
}

/* ---------------------------------------
rosen Insurer
--------------------------------------- */
body.insurer {
    background: none;
}

/* ---------------------------------------
rosen Finance
--------------------------------------- */
body.finance {
  background: none;
}

/* ---------------------------------------
rosen Stock
--------------------------------------- */
body.stock {
  background: none;
}

/* ---------------------------------------
rosen Seitaisrch
--------------------------------------- */
.seitaisrch .ad_bnrbox {
  border-top: 0;
  margin: 0;
  padding: 0;
  width: auto;
}