@charset "utf-8";
@import url("/css/osusume.css");

/* ------------------------------------------------------------------------ */

/*  reset

/* ------------------------------------------------------------------------ */

body {
  background-image: url(/image_cmn/bg_wrapper.png) !important;
  background-repeat: repeat-y !important;
  background-position: center center !important;
  color: #000;
  min-width: 1000px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote {
  margin: 0;
  padding: 0;
}

fieldset {
  display: inline;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q:before,
q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* ------------------------------------------------------------------------ */

body {
  color: #000;
}

img {
  vertical-align: bottom;
}

h2 {
  position: relative;
}

/*---------------------------------------
  全体レイアウト修正CSS　20140406追記
---------------------------------------*/
#content {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0 0 0;
  position: relative;
  text-align: left;
}

#content #main {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 645px;
}

/*---------------------------------------
  「リハビリ専門学校とは」レイアウトCSS
---------------------------------------*/
.detail_section {
  width: 645px;
}

.tbl_sentence {
  text-align: left;
}

/*-- 検索下矢印 ------------*/
.arrow_flow {
  text-align: center;
  margin: 25px 0;
}


/*----------------------
  お役立ちリンク集
----------------------*/
section.link_box {
  margin: 40px auto !important;
}

section.link_box ul.cate_link {
  margin: 5px 0 0 10px;
}

/* ------------------------------------------------------------------------ */

/* main

/* ------------------------------------------------------------------------ */
#main .box_top {
  background: #f8ffde;
  border: #55ac08 1px solid;
  overflow: hidden;
}

#main .box_top p {
  float: left;
}

#main .box_top .txt {
  margin: 7px 0 0 8px;
  display: inline;
  font-weight: 600;
  float: left;
}

#main .reed {
  text-align: left;
  margin: 10px 0 5px;
}

#main .reed span {
  font-size: 18px;
}

#main #mainimg {
  position: relative;
}


#main #mainimg .count {
  font-weight: 600;
  position: absolute;
  top: 298px;
  left: 57px;
  color: #333333;
  text-align: left;
  width: 214px;
  height: 24px;
}

#main #mainimg .count p {
  display: inline;
}

#main .senmon_box01 {
  margin-top: 25px;
  background: url(/senmon/image/bg_map_001.gif) no-repeat 68px 108px;
  overflow: hidden;
  color: #666666;
}

#main .senmon_box01 dl {
  margin: 15px 0 0 3px;
  float: none;
  clear: both;
  overflow: hidden;
}

#main .senmon_box01 dl dt {
  float: left;
  margin: 4px 10px 0 0;
}

#main .senmon_box01 dl dd {
  font-size: 17px;
  float: left;
  text-align: left;
  padding: 0 4px 0 0;
  margin: 9px 4px 0 0;
  border-right: 1px solid #a0a0a0;
}

#main .senmon_box01 dl .last {
  background: none;
  float: none;
  border: none;
  height: 40px;
}

#main .senmon_box02 {
  margin: 30px 0 20px;
}

#main .senmon_box02 p {
  text-align: left;
  margin: 15px 0 15px 20px;
}

 #main .senmon_box02 h4 {
  font-size: 18px;
  text-align: left;
  padding:1% 2% .5%;
}
#main .senmon_box02 .category_list_box h4{
  box-sizing: border-box;
  color: #fff;
  width: 94%;
  margin: 0 auto;
}
#main .senmon_box02 .category_list_box .category_type01,
#main .senmon_box02 .category_list_box .category_type02{
  background: url(../image/bg-ttl-category_type01.png) right top no-repeat;
  background-size: contain;
  background-color: #5D5DE8;
  border-bottom: 2px solid #4848b5;
}
#main .senmon_box02 .category_list_box .category_type03{
  background: url(../image/bg-ttl-category_type03.png) right top no-repeat;
  background-size: contain;
  background-color: #46A3E8;
  border-bottom: 2px solid #367EB5;
  letter-spacing: -.001em;
}
#main .senmon_box02 .category_list_box .category_type04,
#main .senmon_box02 .category_list_box .category_type05{
  background: url(../image/bg-ttl-category_type04.png) right top no-repeat;
  background-size: contain;
  background-color:#22A84E;
  border-bottom: 2px solid #177537;
}
#main .senmon_box02 .category_list_box .category_type06,
#main .senmon_box02 .category_list_box .category_type07{
  background: url(../image/bg-ttl-category_type06.png) right top no-repeat;
  background-size: contain;
  background-color: #FC8C07;
  border-bottom: 2px solid #C97206;
}
#main .senmon_box02 .category_list_box .category_type08{
  background: url(../image/bg-ttl-category_type08.png) right top no-repeat;
  background-size: contain;
  background-color: #FF3C2C;
  border-bottom: 2px solid #CC3123;
}
#main .senmon_box02 .category_list_box .category_type09{
  background: url(../image/bg-ttl-category_type09.png) right top no-repeat;
  background-size: contain;
  background-color: #E51372;
  border-bottom: 2px solid #B30E58;
} 
#main .senmon_box02 .list_box {
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: 10px;
}
#main .senmon_box02 .list_box.list_border_line{
  margin-bottom: 1em;
}

#main .senmon_box02 .list_box ul {
  margin: 0 0 0 28px;
}

#main .senmon_box02 .list_box ul li {
  background: url(/senmon/image/icon_002.gif) no-repeat top .55em left;
  float: left;
  width: 297px;
  text-align: left;
  margin: 5px 0;
  padding-left: 10px;
}

#main .senmon_box02 .list_box ul li.li_wide {
  width: 298px;
}

#main .senmon_box02 .list_box ul li.li_short {
  width: 200px;
}

#main .senmon_box03 {
  background: #f8ffde;
  border: #55ac08 1px solid;
  padding: 10px;
  margin-top: 40px;
}

#main .senmon_box03 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

#main .senmon_box03 .title h3 {
  font-weight: normal;
  background: url(/senmon/image/icon_003.gif) no-repeat center left;
  padding-left: 30px;
}

#main .senmon_box03 .title h3 span {
  font-size: 24px;
}

#main .senmon_box03 ul {
  background-color: #ffffff;
  border: #d2dded 1px solid;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#main .senmon_box03 ul li {
  background: url(/senmon/image/icon_002.gif) no-repeat center left;
  padding-left: 10px;
  text-align: left;
  margin-left: 24px;
}

#main .senmon_box03 ul li:first-of-type,
#main .senmon_box03 ul li:nth-of-type(3) {
  margin-left: 0;
}

/* iPad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #main .senmon_box03 ul li {
    background: url(/senmon/image/icon_002.gif) no-repeat center left;
  }
}

/* 50音 */
#main .senmon_box04 > .inner {
  position: relative;
  top: -4px;
  overflow: hidden;
  border-left: #55ac08 1px solid;
  border-right: #55ac08 1px solid;
  border-bottom: #55ac08 1px solid;
  background: #fff;
  width: 642px;
}
/*---------------------------------------
  施設名から探す
---------------------------------------*/

#search_04 > .inner {
  background: url(/senmon/image/bg_search_area.png) repeat-y 0 0;
  margin-top: 3px;
  overflow: hidden;
  position: relative;
  width: 644px;

}
#search_04 .searchbox {
  border: 1px solid #c8e4b0;
  box-sizing: border-box;
  padding: 15px 45px;
  margin-left: 1px;
}

#search_04 .searchbox form {
  display: flex;
}

#search_04 .searchbox input[type="text"] {
  appearance: none;
  border: 2px solid #0f7dee;
  border-right: 2px solid #fff;
  border-radius: 5px 0 0 5px;
  font-size: 20px;
  height: 40px;
  margin: 0;
  padding: 0 15px;
  width: 460px;
}

#search_04 .searchbox input[type="text"]::-webkit-input-placeholder {
  color: #b5b5b5;
  font-size: .8em;
}

#search_04 .searchbox input[type="text"]::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}

#search_04 .searchbox input[type="text"]:-ms-input-placeholder {
  color: #b5b5b5;
}

#search_04 .searchbox input[type="submit"] {
  background: url(../image/icon_keyword_search.png) no-repeat scroll 10px center;
  background-size: 20px 20px;
  background-color: #0168b7;
  border: 2px solid #003366;
  border-radius:  0 5px 5px 0 ;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin-left: -1px;
  letter-spacing: 5px;
  padding-left: 38px;
  width: 92px;
}

#search_04 .searchbox input[type="submit"]:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7 !important;
}

#search_04 .searchbox input[type="image"] {
  cursor: pointer;
  vertical-align: top;
  float: right;
  margin-top: 1px;
}

#search_04 .searchbox input[type="image"]:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7 !important;
}

/* 専門学校 */

.senmon_box05 > .search_box_wrap {
  background: url(/senmon/image/bg_search_area.png) repeat-y 0 0;
  margin-top: 3px;
  overflow: hidden;
  position: relative;
  width: 644px;

}
.senmon_box05 .search_box {
  border: 1px solid #c8e4b0;
  box-sizing: border-box;
  padding: 15px 45px;
  margin-left: 1px;
}

.senmon_box05 .search_box form {
  display: flex;
}

.senmon_box05 .search_box input[type="text"] {
  appearance: none;
  border: 2px solid #0f7dee;
  border-right: 2px solid #fff;
  border-radius: 5px 0 0 5px;
  font-size: 20px;
  height: 40px;
  margin: 0;
  padding: 0 15px;
  width: 460px;
}

.senmon_box05 .search_box input[type="text"]::-webkit-input-placeholder {
  color: #b5b5b5;
  font-size: .8em;
}

.senmon_box05 .search_box input[type="text"]::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}

.senmon_box05 .search_box input[type="text"]:-ms-input-placeholder {
  color: #b5b5b5;
}

.senmon_box05 .search_box input[type="submit"] {
  background: url(../image/icon_keyword_search.png) no-repeat scroll 10px center;
  background-size: 20px 20px;
  background-color: #0168b7;
  border: 2px solid #003366;
  border-radius:  0 5px 5px 0 ;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin-left: -1px;
  letter-spacing: 5px;
  padding-left: 38px;
  width: 92px;
}

.senmon_box05 .search_box input[type="submit"]:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7 !important;
}

.senmon_box05 .search_box input[type="image"] {
  cursor: pointer;
  vertical-align: top;
  float: right;
  margin-top: 1px;
}

.senmon_box05 .search_box input[type="image"]:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7 !important;
}


#main .senmon_box06 {
  overflow: hidden;
  clear: both;
}

#main .senmon_box06 h2 {
  /* background: url(/senmon/image/h2_001.gif) no-repeat 0 0;
  height: 35px;
  text-align: left;
  color: #55ac08;
  font-size: 24px;
  padding: 10px 0 0 20px;
  margin: 30px 0 0 0; */
}

#main .senmon_box06 .ttl_icn {
  background: url(/senmon/image/icon_001.gif) no-repeat center left;
  text-align: left;
  padding: 5px 0 2px 18px;
  margin: 10px 0 0 5px;
}

#main .senmon_box06 .list_box {
  border-bottom: #727272 dashed 1px;
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: 5px;
}

#main .senmon_box06 .list_box ul {
  margin: 0 0 0 10px;
}

#main .senmon_box06 .list_box ul li {
  float: left;
  width: 305px;
  text-align: left;
  margin: 6px 0;
  background: url(/senmon/image/icon_002.gif) no-repeat center left;
  padding-left: 10px;
}

#main .senmon_box07 {
  margin: 0 auto 10px;
  overflow: hidden;
  width: 616px;
}

#main .senmon_box07 .box {
  text-align: center;
}

#main .senmon_box07 p {
  margin: 8px 0 0 0;
}

/*--------------------------------
 施設写真／動画コンテストバナー
--------------------------------*/
figure.bnr_campmcon {
  clear: both;
  margin: 0 auto;
  padding: 17px 0 7px;
  text-align: center;
  width: 600px;
}

figure.bnr_campmcon img {
  margin: 0 0 7px;
}

/*---------------------------------------------
  header
----------------------------------------------*/
.cate_head_top {
  background: #f75586;
  color: #fff;
  height: 25px;
  width: 100%;
}

.cate_head_top_inner {
  align-items: center;
  -webit-align-items: center;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 0 auto;
  width: 1000px;
}

.cate_head_top_inner .right {
  position: relative;
}

.cate_head_top_inner a {
  color: #fff;
}

.cate_head_top_inner a:after {
  bottom: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 6px;
  left: -15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
}

#main_img_area .header_logo {
  left: 30px;
  position: absolute;
  top: 25px;
  z-index: 1;
}

#main_img_area {
  height: 400px;
  margin: 0 auto 15px;
  overflow: hidden;
  position: relative;
  width: 1000px;
}

#top_slide_image {
  clear: both;
  position: relative;
  width: 1000px;
  z-index: 0;
}

#top_slide_image li {
  float: left;
}

#top_slide_image.crossfadeVerticalHorizon li:nth-child(3) img {
  animation-name: slider-verticalReverse;
  transform: translateY(0);
}
#top_slide_image.crossfadeVerticalHorizon li:nth-child(2) img {
  animation-name: slider-horizonReverse-01;
  transform: translateX(0);
}

.bc182_child #top_slide_image.crossfadeVerticalHorizon li:nth-child(3) img {
  animation-name: slider-vertical;
  transform: translateY(-200px);
}

#count {
  bottom: 10px;
  left: 23px;
  width: 221px;
  height: 69px;
  background: url(../image/bg_appearcount.png) no-repeat left top;
  line-height: 66px;
  position: absolute;
  z-index: 1;
  font-weight: 800;
}

#count a {
   color: #444;
   display: block;
}

#count:hover {
    opacity: .7;
}

.locate_gps {
  z-index: 99;
}

.btn_gps_b {
  bottom: 15px;
}

#appearcount {
  margin: 0 0 0 20px;
  color: #444;
}

#appearcount span {
  font-size: 24px;
}

.ttl_top_subtxt {
  background: #fff;
  border: 2px solid #4780fe;
  color: #4780fe;
  font-size: 30px;
  font-weight: normal;
  left: 20px;
  outline: 5px solid #fff;
  padding: 10px 25px;
  position: absolute;
  top: 25px;
  text-align: center;
  z-index: 1;
}

.ttl_top_subtxt.senmon {
  left: 40px;
}

p#lead_senmon {
  margin: 20px;
  text-align: left;
}

.senmon_box01 p.btn_list {
  font-size: 17px;
  text-align: left;
  margin: 18px 0 4px 105px;
}

.senmon_box01 p.btn_list a {
  padding: 0 0 0 20px;
  background: url(../image/arw_list.png) no-repeat left top;
}


* > header#header_new #main_img_area #category_name {
  position: absolute;
  top: 192px;
  left: 24px;
  min-width: 200px;
  padding: 8px 38px;
  background: #ea5404;
  font-size: 37px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 28px;
  box-shadow: rgba(128, 129, 130, 0.7) 0px 0px 4px 2px;
}

/* カテゴリ名が2文字の場合に適用 */
* > header#header_new #main_img_area #category_name.length_2 {
  letter-spacing: 1em;
  text-indent: 1em;
  min-width: 260px;
  padding: 8px 0;
}

/* カテゴリ名が3文字の場合に適用 */
* > header#header_new #main_img_area #category_name.length_3 {
  letter-spacing: .5em;
  text-indent: .5em;
  min-width: 260px;
  padding: 8px 6px;
}

/* ---------------------------------------
 h2 span.category
---------------------------------------- */
#content #main h2 span.category {
  position: absolute;
  display: block;
  min-width: 316px;
  height: 32px;
  top: 20px;
  left: 275px;
  text-align: center;
  line-height: 32px;
  font-size: 19px;
  font-weight: 600;
  color: #863205;
  background-color: #f4b796;
  border-radius: 16px;
  padding: 0 .5em;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

/* カテゴリ名が2文字の場合に適用 */
#content #main h2 span.category.length_2 {
  letter-spacing: 1.5em;
  text-indent: 1.5em;
}

/* カテゴリ名が3文字の場合に適用 */
#content #main h2 span.category.length_3 {
  letter-spacing: .8em;
  text-indent: .8em;
}


/*---------------------------------------------
 #search_free_word
----------------------------------------------*/

#main #search_free_word {
  position: relative;
  margin: 30px 0 30px 0;
}

#main #search_free_word .inner {
  position: relative;
  top: -4px;
  overflow: hidden;
  border-left: #a90000 1px solid;
  border-right: #a90000 1px solid;
  border-bottom: #a90000 1px solid;
  background: #fff;
  padding: 20px 0 30px;
}

#main #search_free_word li.keyword_free_l {
  width: 480px;
  list-style: inside disc;
}

#main #search_free_word p.keyword_free_l {
  width: 555px;
}

#main #search_free_word .keyword_free_l {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin: 0 auto;
  padding: 15px 0 0 0;
}

#main #search_free_word .keyword_free_l a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7 !important;
}

#main #search_free_word p.keyword_free_l span {
  display: inline-block;
  vertical-align: middle;
  width: 415px;
  padding-right: 20px;
}

#main #search_free_word p.keyword_free_l a {
  display: inline-block;
  vertical-align: middle;
}

#main #search_free_word .list_hr {
  border: none;
  border-top: 1px dashed #999;
  width: 555px;
  display: inherit;
  margin: 15px auto 0;
}

/* ---------------------------------------
 search_area
---------------------------------------- */
section#search_area div.line_box {
  position: relative;
  border: 1px solid #c8e4b0;
  background: url(/senmon/image/img_search_area.png) no-repeat 485px 105px, url(/senmon/image/bg_search_area.png) repeat-y 0 0;
  margin: 4px 0 0;
}

/*  地域別ランキングボタン */
section#search_area #btn_point_list li span {
  background: url("../image/btn_point_list_gr.png") no-repeat 0 0;
}

section#search_area #btn_point_list .access a {
  background: url("../image/btn_point_list_access.png") no-repeat 0 0;
}

section#search_area #btn_point_list .popular a {
  background: url("../image/btn_point_list_popular.png") no-repeat 0 0;
}

section#search_area #btn_point_list .lead {
  margin: 25px 0 0 27px;
}

#btn_point_list .access {
  display: table;
}
#btn_point_list .access a{
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  padding-top: .2em;
  padding-left: 44px;
  text-indent: 0;
}

#search_area .area_name_box {
  position: relative;
  margin: 0 auto 11px;
  padding: 0;
  width: 620px;
  height: 563px;
  background: url(../image/search_area/map.png) no-repeat 0 0;
}

section#search_area .area_name {
  position: absolute;
}

section#search_area .area_name.i01 {
  top: 98px;
  left: 434px;
}

section#search_area .area_name.i02 {
  top: 5px;
  left: 323px;
}

section#search_area .area_name.i03 {
  top: 185px;
  left: 482px;
}

section#search_area .area_name.i04 {
  top: 5px;
  left: 218px;
}

section#search_area .area_name.i05 {
  top: 365px;
  left: 482px;
}

section#search_area .area_name.i06 {
  top: 365px;
  left: 325px;
}

section#search_area .area_name.i07 {
  top: 5px;
  left: 63px;
}

section#search_area .area_name.i08 {
  top: 365px;
  left: 218px;
}

section#search_area .area_name.i09 {
  top: 185px;
  left: 63px;
}

section#search_area .area_name.i10 {
  top: 365px;
  left: 63px;
}

section#search_area .area_name img {
  vertical-align: top;
  width: auto;
  height: 17px;
}

section#search_area .area_name:not(.i10) img {
  padding-left: 19px;
}

section#search_area .area_name.i01 img {
  display: none;
}

section#search_area .prefs {
  overflow: hidden;
  position: absolute;
  width: 100px;
}

section#search_area .prefs.cols {
  width: 200px;
}

section#search_area .prefs > li {
  float: left;
  margin: 0 6px 6px 0;
}

section#search_area .prefs.i01 {
  top: 117px;
  left: 430px;
}

section#search_area .prefs.i02 {
  top: 29px;
  left: 321px;
}

section#search_area .prefs.i03 {
  top: 208px;
  left: 429px;
}

section#search_area .prefs.i04 {
  top: 29px;
  left: 212px;
}

section#search_area .prefs.i05 {
  top: 387px;
  left: 429px;
}

section#search_area .prefs.i06 {
  top: 387px;
  left: 321px;
}

section#search_area .prefs.i07 {
  top: 29px;
  left: 7px;
}

section#search_area .prefs.i08 {
  top: 387px;
  left: 212px;
}

section#search_area .prefs.i09 {
  top: 208px;
  left: 7px;
}

section#search_area .prefs.i10 {
  top: 387px;
  left: 7px;
}

section#search_area .prefs > li a {
  display: block;
  background: transparent url(../image/search_area/search_01_bg_btn.png) no-repeat scroll 0 0;
  width: 90px;
  height: 38px;
  text-align: center;
}

section#search_area .prefs > li a:hover {
  background-position: 0 -50px;
}

section#search_area .prefs > li a img {
  padding: 9px 0 0 7px;
  height: 18px;
}

section#search_area .prefs > li.text3 a img {
  padding-left: 12px;
}

section#search_area .prefs > li.btn_gr {
  display: block;
  background: transparent url(../image/search_area/search_01_btn_gr.png) no-repeat scroll 0 0;
  width: 90px;
  height: 38px;
  text-align: center;
}

section#search_area .prefs > li.btn_gr img {
  opacity: 0.5;
  margin: 9px 0 0 7px;
  height: 18px;
}

.ttl_oyakudachi{
  background-position: right 5px center;
}
/* ↓ お役立ちコンテンツ仕様 追記 ↓ */

.senmon_box h2.ttl_useful2 {
  background: url(../image/h2_007.jpg) no-repeat center top;
  margin: 0 -10px 0 -10px;
  display: block;
  height: 40px;
}

.senmon_box .useful2 h4 {
  background: url(../image/useful2_bnr01.png) no-repeat center left;
  width: 624px;
  height: 52px;
  text-align: left;
  color: #FFFFFF;
  line-height: 45px;
  padding: 15px 0 2px 35px;
  margin: 10px 0 0 5px;
}

.senmon_box .useful2 .list_box {
  border-bottom: none !important;
}

.senmon_box .useful2 .list_box ul li {
  width: 295px !important;
  background: url(../image/useful2_ico.gif) no-repeat center left !important;
  padding-left: 20px !important;
}

/* ↑ お役立ちコンテンツ仕様 追記 ↑ */

/* -----------------------
 用語辞典 #13249
 ----------------------- */
.glossary_box h3 {
  background: url("../image/img_glossary.png") no-repeat right bottom;
}

/*--メディアクエリ--*/
@media screen and (max-device-width: 1024px) {
  .ttl_top_subtxt {
    padding: 8px 25px;
  }

}

/*-------------------------------------
 関連カテゴリ検索 mod_relation_cate
-------------------------------------*/
.mod_relation_cate .bc13 {
  display: none;
}

/*-------------------------------------
 左カラム上部 バナーリスト
-------------------------------------*/
.mod_bnrlist {
  margin-top: 20px;
}

.mod_bnrlist_list > li {
  margin-top: 10px;
}

.mod_bnrlist_item .mod_bnrlist_item_image {
  display: block;
}

.mod_bnrlist_item .mod_bnrlist_item_image > img {
  width: 100%;
  height: auto;
}

.mod_bnrlist_item .mod_bnrlist_item_desc {
  margin: 8px auto 0;
  text-align: center;
}

/* marginをtopに持たせるため */
.searchflow {
  margin-top: 20px;
}

/*---------------------------------------------
ハートマークショップカテゴリ
----------------------------------------------*/
.mod_heart_shop {
  background: #fffae4;
  border: 2px solid #f58195;
  margin: 10px auto 30px;
  width: 645px;
}

.ttl_bg {
  background: url(/image_cmn/bg-ttl.png) no-repeat left top;
  background-size: 100%;
  height: 79px;
}

.img_logo {
  float: left;
  margin-left: 22px;
  margin-top: 17px;
}

.ttl_h {
  float: left;
  margin-left: 15px;
  margin-top: 13px;
}

.bnr_heartmark {
  display: flex;
  justify-content: center;
  margin: 20px auto 16px;
  text-align: center;
}

.bnr_heartmark figure a {
  display: block;
}

.bnr_heartmark figure a:hover {
  opacity: .8;
}

.bnr_heartmark figure figcaption{
  font-size: 17px;
  line-height: 1.5;
  margin-top: 5px;
}

.ttl_heartmark {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px 33px;
  padding: 0 20px 0 33px;
  position: relative;
}

.ttl_heartmark:before {
  background: url(/image_cmn/ico-cart.png) no-repeat left center;
  background-size: cover;
  bottom: 2px;
  content: "";
  height: 23px;
  left: 0;
  position: absolute;
  width: 22px;
}

.lst_heartmark {
  background: #fff;
  border-top: 2px solid #f7b1bd;
  display: flex;
  flex-wrap:wrap;
  margin: 0 18px 18px;
  padding: 14px 0px 10px 18px;
}

.lst_heartmark.padlr_80 {
  background: #fff;
  border-top: 2px solid #f7b1bd;
  display: flex;
  flex-wrap: wrap;
  margin: 0 18px 18px;
  padding: 14px 45px 10px;
}

.lst_heartmark.padlr_80 li {
  min-width: 180px;
}

.lst_heartmark li {
  align-items: center;
  background: url(/image_cmn/arrow-01.png) no-repeat left center;
  display: flex;
  min-height: 36px;
  line-height: 20px;
  padding: 0 0 0 18px;
  min-width: 256px;
  margin-left: 16px;
}

.lst_heartmark li.lnk_blank {
  background: none;
  padding: 0 0 5px 10px;
}

.lst_heartmark a {
  color: #1863e0;
  font-size: 17px;
}

.lst_heartmark a:hover {
  color: #f00;
}

.detail_section .detail_article_full {
  padding-top: 16px;
}


/* フロー図用 */
.diagram {
  margin: 15px 30px 20px;
  min-width: 560px;
}

.diagram_caption {
  margin-top: 1.5em;
  text-align: center;
}

.useful_wrap * > article#article section.con_box h4.diagram_ttl,
.diagram_ttl {
  background: #ffbfd8;
  border: 2px solid #f57aaa;
  color: #000;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  width: auto;
}

.diagram_frame {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.diagram .frame {
  padding: 5px;
  position: relative;
  width: calc(50% - 20px);
}

.diagram .frame_colespan2 {
  padding: 5px;
  margin-top: 50px;
  position: relative;
  width: auto;
}
.diagram .frame_colespan2_w2a {
  padding: 5px;
  margin-top: -10px;
  position: relative;
  width: auto;
}

.diagram_frame.diagram_frame_4col .frame {
  width: calc(25% - 20px);
}

.diagram_frame.diagram_frame_4col .frame .diagram_ttl {
  padding: 10px 5px;
}

.diagram_frame .frame.frame_h .diagram_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}

.diagram_frame.diagram_frame_3col .frame {
  width: calc(33.3333% - 20px);
}

.diagram_frame.diagram_frame_3col .frame .diagram_ttl {
  padding: 10px 5px;
}

.diagram .frame_top {
  padding: 5px;
  margin-top: 5px;
  position: relative;
  width: auto;
}

.diagram .frame:before,
.diagram .frame_colespan2:before {
  background: url(/image_cmn/ico-arrow-down.png) no-repeat 0 0 / 100% auto;
  content: "";
  display: inline-block;
  height: 44px;
  left: 50%;
  position: absolute;
  top: -4px;
  transform: translateX(-50%) translateY(-100%);
  width: 60px;
}

.diagram .frame_colespan2_w2a:before {
  display: inline-block;
  height: 44px;
  left: 50%, 100%;
  position: absolute;
  top: -4px;
  transform: translateX(-50%) translateY(-100%);
  width: 60px;
}

.diagram .frame.rowspan_even:before {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.diagram .frame.frame_no_arrow:before {
  content: none;
}

.tbl_main caption {
  font-weight: bold;
  margin-bottom: 4px;
}
/*----------------------------------------
 お役立ちリンク集
------------------------------------------*/
.link_box {
	border: 2px solid #F75586;
	box-sizing: border-box;
	margin: 40px auto !important;
	width: 645px;
}

.link_box h4 {
  align-items: center;
  background: url('/search/image/dtl/bg_link_box_title.png') repeat 0 0 / auto 44px;
  border-bottom: 2px solid #F75586;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  padding: 3px 8px;
}
.link_box h4::before {
  background: #fff url('/search/image/dtl/ico-freelink-pink.png') no-repeat center / 70%;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  margin-right: 10px;
  height: 21px;
  width: 21px;
}
.link_box p {
  margin: 10px 25px 0;
  text-align: left;
}

.link_box ul {
  margin: 0 20px 20px;
  text-align: left;
}

.link_box ul li {
  background: none;
  border-top: #ccc 1px solid;
  font-size: 16px;
  font-weight: 600;
  margin: 9px 0 0;
  padding: 11px 0 0;
}

.link_box ul li.sub {
  background: none !important;
  border-top: none;
  margin: 0;
  padding: 0;
}

.link_box ul li:first-child {
  border-top: none;
  margin: 0;
  padding: 0;
}

.link_box ul.inner_link {
  clear: both;
  margin: 0 0 10px 15px;
}

.link_box ul.inner_link li {
  background: url(../image/dtl/lst_inner_link.gif) 0 center no-repeat;
  border-top: none;
  font-size: 16px;
  font-weight: 100;
  margin: 10px 0 5px;
  padding: 0 0 0 14px;
}

.link_box ul.cate_link.row_three li {
  background: none;
  border-top: none;
  float: left;
  font-size: 13px;
  font-weight: 100;
  list-style: disc outside;
  margin: 5px 5px 5px 15px;
  padding: 0;
  width: 170px;
}

.link_box ul.cate_link.row_one li,
.link_box ul.cate_link li.row_one {
  width: 524px;
}

.link_box h4 + p {
  margin-top: 18px;
}

.link_box p {
  margin-top: 0;
}

.link_box > ul {
  margin-top: 10px;
}

.link_box ul li {
  background: none;
  border-top: #ccc 1px solid;
  font-size: 16px;
  font-weight: 600;
  margin: 9px 0 0;
  padding: 11px 0 0;
}

.link_box ul li:first-child {
  border-top: none;
  margin: 0;
  padding: 0;
}

.link_box ul li a {
  border-left: 2px solid #F75586;
  display: inline-block;
  letter-spacing: normal;
  line-height: 1.25;
  padding: 0 0 0 5px;
  margin: 0 0 0 8px;
}

.link_box ul.cate_link {
  margin: 5px 0 0 10px;
}

.link_box ul.cate_link.cate_link_b {
  margin: 15px 0 15px 10px;
}

.link_box ul.cate_link li {
  font-weight: 300;
  list-style: none;
  margin: 0;
  width: auto;
}

.link_box ul.cate_link li a {
  align-items: center;
  border-left: none;
  display: flex;
  padding: 0;
  margin: 0 0 0 22px;
}

.link_box ul.cate_link li a::before {
  border-color: transparent transparent transparent #F75586;
  border-style: solid;
  border-width: 4px 5px;
  content: '';
  display: inline-block;
}
