@charset "utf-8";


/* ==============================================
 Common
=============================================== */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
html {
//    font-size: 62.5%;
    overflow-y: scroll;
    margin: 0;
    width: 100%; 
}

/*
body {
    background: #fff;
    color: #333;
    font-family: 'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    font-size: 15px;
    font-weight: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    min-width: 1024px;
    width: 100%;
}*/

a {
    color: #111;
    outline: medium none;
    text-decoration: none;
}

a:visited {
    outline: medium none;
}

a:focus {
    outline: medium none;
}

a:active, a:hover {
    outline: medium none;
}

a:hover {
  color: #777;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: bold;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

h1 {
}

h2 {

}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
    font-weight: 600;
}

dfn {
    font-style: italic;
}

mark {
    background: none repeat scroll 0 0 #FFFF00;
    color: #000000;
}

p {
    line-height: 1.8;
    margin: 0 0 20px;
    max-height: 100%;
}

code, kbd, pre, samp {
    -moz-hyphens: none;
    font-family: monospace,serif;
    font-size: 14px;
}

pre {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #666666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote, q {
    -moz-hyphens: none;
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite, blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em, blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong, blockquote b {
    font-weight: 400;
}

small {
    font-size: 13px;
    font-size: 1.3rem;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 0 30px;
}

dt {
  line-height: 1.8em;
    font-weight: bold;
    font-weight: 600;
    margin: 0;
}

dd {
  line-height: 1.8em;
    margin: 0;
}

menu, ol, ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

li {
}

th {
  font-weight: bold;
  font-weight: 600;
}
td {
}

img {
}
input[type="text"]:focus,
textarea:focus {
  outline: 0;
}

.sp-only {
  display: none !important;
}

a img {
}
a:hover img {
  opacity: 0.8;
}

/* ==============================================
 Font Style
=============================================== */

/* Font Family
----------------------------------------------- */
.ff-barlow {
    font-family: 'Barlow Condensed', sans-serif;
}

/* Font Size
----------------------------------------------- */
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}
.fs-22 {
  font-size: 22px;
}
.fs-23 {
  font-size: 23px;
}
.fs-24 {
  font-size: 24px;
}

/* Font Color
----------------------------------------------- */
.fc-red {
    color: #cd3a00;
}
.fc-orange {
    color: #ff8300;
}
.price {
    color: #d60010;
}

/* Font Weight
----------------------------------------------- */
.fw-normal {
    font-weight: normal;
}
.fw-bold {
    font-weight: bold;
    font-weight: 600;
}

/* Line Height
----------------------------------------------- */
.lh-22 {
  line-height: 2.2em;
}


/* ==============================================
 Layout
=============================================== */

/* Common
----------------------------------------------- */
#main {
    margin-bottom: 100px;
}

/* Section
----------------------------------------------- */
.section {
    margin-bottom: 50px;
}

/* Column
----------------------------------------------- */
.column-main {
    float: right;
    width: 670px;
}
.column-aside {
    float: left;
    width: 260px;
}
.column-half {
    width: 460px;
}
.column-half__left {
    float: left;
}
.column-half__right {
    float: right;
}
.column-half__center {
    margin-right: auto;
    margin-left: auto;
}

/* Container
----------------------------------------------- */
.container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 960px;
}

.inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 740px;
}

/* Wrap
----------------------------------------------- */
.wrap-type1 {
    padding: 0 50px;
}

/* Module
----------------------------------------------- */
.module-type1 {
    background: #fff;
    padding: 25px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.module-type2 {
    background: #f4f1ec;
    padding: 30px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.module-type2 .module-inner {
    background: #fff;
    padding: 30px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
}
.module-type3 {
    background: #f4f1ec;
    padding: 30px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.module-type3 .module-inner {
    background: #fff;
    padding: 30px 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
}



/* Grid
----------------------------------------------- */
.row {
    display: table;
    width: 100%;
}
.row > * {
    display: table-cell;
    vertical-align: middle;
}
.col-lg-2 {
    width: 16.6666%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-4 {
    width: 33.3333%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-7 {
    width: 57.0833%;
}
.col-lg-8 {
    width: 66.6667%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-10 {
    width: 83.3334%;
}


/* Text Align
----------------------------------------------- */
.ta-center {
    text-align: center;
}
.ta-left {
    text-align: left;
}
.ta-right {
    text-align: right;
}

/* Float
----------------------------------------------- */
.fl-left {
    float: left;
}
.fl-right {
    float: right;
}
.clear {
    clear: both;
}
.clear-none {
    clear: none;
}

/* Micro Clearfix 
----------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/* Margin
----------------------------------------------- */
.mt-0 {
    margin-top: 0 !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}

/* Padding
----------------------------------------------- */
.pt-0 {
    padding-top: 0 !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-35 {
    padding-bottom: 35px !important;
}

/* ==============================================
 Header
=============================================== */
#header {
    border-top: 3px solid #ff8300;
    padding-top: 10px;
    margin-bottom: 12px;
}
.header-top {
    margin-bottom: 8px;
}
.header-top h1 {
    font-size: 12px;
    font-weight: normal;
    float: left;
    margin: 0;
}
.header-nav {
    float: right;
    line-height: 1;
}
.header-nav li {
    float: left;
    line-height: 1;
    margin-right: 20px;
}
.header-nav li:last-child {
    margin-right: 0;
}
.header-nav li a {
    background: url("../images/common/icon_triangle1.png") no-repeat 0 50% / 5px 7px;
    font-size: 12px;
    padding-left: 11px;
}
.header-main {
    position: relative;
}
.header-logo {
    float: left;
    margin-right: 260px;
}
.header-logo img{
    width:226px;
    height:56px;
}
.header-name {
    background: #f5f5f5;
    font-size: 13px;
    line-height: 1.5;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    right: 490px;
    max-width: 190px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.header-name span {
    color: #ff8300;
}
.header-name span.login_link {
    float:right;
}
.header-name span.login_link a {
    color:#FFFFFF;
    text-decoration:underline;
}
.header-menu {
    float: left;
    margin-right: 15px;
    width: 230px;
}
.header-menu li {
    border: 1px solid #cccccc;
    float: left;
    margin-right: 10px;
    width: 70px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 90%, #d8d8d8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 90%,#d8d8d8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 90%,#d8d8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.header-menu li.header-menu__btn--favorite {
    margin-right: 0;
}
.header-menu li a {
    display: block;
    font-size: 12px;
    height: 54px;
    line-height: 82px;
    text-align: center;
    text-decoration: none;
}
.header-menu li.header-menu__btn--login a {
    background: url("../images/common/icon_header_nav1.png") no-repeat 50% 5px / 19px 23px;
}
.header-menu li.header-menu__btn--entry a {
    background: url("../images/common/icon_header_nav2.png") no-repeat 50% 5px / 22px 22px;
}
.header-menu li.header-menu__btn--favorite a {
    background: url("../images/common/icon_header_nav3.png") no-repeat 50% 8px / 23px 19px;
}
.header-menu li.header-menu__btn--logout a {
    background: url("../images/common/icon_header_nav4.png") no-repeat 50% 6px / 23px 23px;
}
.header-menu li.header-menu__btn--tel {
    display: none;
} 
.header-tel {
    float: right;
    padding-top: 2px;
    width: 225px;
}

/* ==============================================
 Gloval Navigation
=============================================== */
#gnav {
    background: #ff8300;
}
.gnav__list li {
    float: left;
    position: relative;
    width: 18.2%;
}
.gnav__list li:first-child::before {
    content: "";
    background: #ffa444;
    height: 30px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}
.gnav__list li::after {
    content: "";
    background: #ffa444;
    height: 30px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}
.gnav__list li.gnav__list-itme--home {
    width: 9%;
}
.gnav__list li a {
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
    font-weight: 600;
    text-decoration: none;
    padding: 17px 0 15px;
}
.gnav__list li a:hover {
    background-color: #fe9628;
}
.gnav__list li.gnav__list-itme--home a {
    background-image: url("../images/common/icon_gnav_home.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 17px 16px;
    text-indent: -9999px;
}

.sub_nav ul
{
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    position:relative
}
.sub_nav li
{
    float: left;
    position: relative;
    font-size: 12px;
    text-align: center;
}
.sub_nav li a
{
    padding: 10px;
    /*width: 96px;*/
    /*width: 106.6px;*/
    width: 120px;
    color: #ff8300;
    display: block;
}
.sub_nav li a:hover
{
    color: #FFFFFF;
    background-color:#fe9628;
}
.sub_nav li:first-child::before {
    content: "";
    background: #ff8300;
    height: 30px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}
.sub_nav li::after {
    content: "";
    background: #ff8300;
    height: 30px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

/* Drawer Menu
----------------------------------------------- */
.drawer-container {
    display: none;
}
.drawer-nav ul li {
    border-bottom: 1px solid #e5e5e5;
}
.drawer-nav ul li {
    display: block;
    font-size: 12px;
    padding: 12px;
    position: relative;
}


/* ==============================================
 Side Area
=============================================== */
/* Common
----------------------------------------------- */
.side-widget {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.side-widget h2 {
    background: #808080;
    border-bottom: 3px solid #ff8300;
    padding: 10px 15px;
    color: #fff;
}
.side-widget h3 {
    margin-bottom: 10px;
}
.side-widget .widget-contents {
    background: #f0f0f0;
    font-size: 14px;
    padding: 12px 15px;
}


/* Side entry
----------------------------------------------- */
.side-entry {
    border:  1px solid #cd3a00;
    padding: 10px 10px 13px;
    text-align: center;
    font-weight: bold;
    font-weight: 600;
}
.side-entry .side-entry__title {
    background: url("../images/common/entry_head_bg1.png") no-repeat 0 0 / 238px 44px;
    height: 44px;
    margin-bottom: 5px;
    position: relative;
}
.side-entry .side-entry__title.side-entry__title_text {
    color:#FFFFFF;
    font-size:20px;
    line-height: 2.3;
}
.side-entry .side-entry__title img {
    position: absolute;
    left: 10px;
    top: -3px;
}
.side-entry .side-entry__sub {
    background: url("../images/common/entry_line.gif") repeat-x 0 50%;
    margin-bottom: 6px;
}
.side-entry .side-entry__sub span {
    background: #fff;
    font-size: 18px;
    padding: 0 10px;
}
.side-entry .side-entry__num {
    margin-bottom: 6px;
    text-align: center;
}
.side-entry .side-entry__num--before {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    font-size: 20px;
    font-weight: bold;
    font-weight: 600;
    line-height: 1;
}
.side-entry .side-entry__num--before span {
    font-size: 15px;
}
.side-entry .side-entry__num--after {
    color: #ca1d1d;
    text-align: center;
    vertical-align: bottom;
    font-size: 30px;
    font-weight: bold;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
}
.side-entry .side-entry__num--after span {
    font-size: 15px;
    color: #333;
}
.side-entry .side-entry__arrow {
    text-align: center;
    width: 30px;
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
}
.side-entry .side-entry__txt {
    margin-bottom: 10px;
}
.side-entry .side-entry__txt span {
    display: block;
    line-height: 1.3;
    font-size: 20px;
}
.side-entry .btn {
    padding-top: 0;
}
.side-entry .btn a {
    background-size: 6px 10px;
    font-size: 17px;
    width: 100%;
}


/* Side search status
----------------------------------------------- */
.side-search-status dl {
    display: table;
    margin: 0 0 6px;
    width: 100%;
}
.side-search-status dl dt {
    display: table-cell;
    line-height: 1.5;
    width: 70px;
    vertical-align: top;
}
.side-search-status dl dd {
    display: table-cell;
    line-height: 1.5;
    vertical-align: top;
}
.side-search-status .change-btn {
    display: block;
    margin-bottom: 10px;
    background: #999999;
    color: #fff;
    font-weight: bold;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px 5px 10px;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.side-search-status .change-btn:hover {
    background: #aaa;
}
.side-search-status .change-btn::before {
    background: #fff;
    content: "";
    height: 2px;
    right: 10px;
    top: 50%;
    margin-top: -1px;
    position: absolute;
    width: 10px;
}
.side-search-status .change-btn::after {
    background: #fff;
    content: "";
    height: 10px;
    right: 14px;
    top: 50%;
    margin-top: -5px;
    position: absolute;
    width: 2px;
}

/* Side search status
----------------------------------------------- */
.side-search-sort .content-block {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.side-search-sort .sort__select-block {
    font-size: 0;
    letter-spacing: 0;
}
.side-search-sort select {
    font-size: 14px;
    display: inline-block;
    width: 45%;
    vertical-align: middle;
}
.side-search-sort .selectunit-label {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    width: 10%;
    vertical-align: middle;
}
.side-search-sort .side-list-hz {
    font-size: 0;
    letter-spacing: 0;
}
.side-search-sort .side-list-hz li {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 12px;
    width: 50%;
}
.side-search-sort .btn {
    padding-top: 0;
    padding-bottom: 3px;
}
.side-search-sort .btn a {
    width: 100%;
    font-size: 17px;
    padding: 10px 0;
}

/* ==============================================
 Contents Area
=============================================== */

/* Page Title
----------------------------------------------- */
.page-title {
    background: url("../images/common/bg1.gif") repeat 0 0;
    border-bottom: 1px solid #f0d3a1;
}
.page-title h1 {
    text-align: center;
    padding: 40px 0;
    font-size: 28px;
    letter-spacing: 0.05em;
}
.page-title h1 .icon-train {
    background: url("../images/common/icon_main_tit_train.png") no-repeat 0 50% / 25px 37px;
    padding: 4px 0 4px 36px;
}
.page-title h1 .icon-area {
    background: url("../images/common/icon_main_tit_area.png") no-repeat 0 50% / 21px 32px;
    padding: 4px 0 4px 30px;
}
.page-title h1 .icon-school {
    background: url("../images/common/icon_main_tit_school.png") no-repeat 0 50% / 35px 36px;
    padding: 4px 0 4px 45px;
}
.page-title h1 .icon-watch {
    background: url("../images/common/icon_main_tit_watch.png") no-repeat 0 50% / 32px 32px;
    padding: 4px 0 4px 42px;
}
.page-title h1 .icon-map {
    background: url("../images/common/icon_main_tit_map.png") no-repeat 0 50% / 39px 34px;
    padding: 4px 0 4px 46px;
}

/* Title
----------------------------------------------- */
.heading-2 {
    background: #ffd791 url("../images/common/h2_bg1.png") no-repeat 10px 50% / 6px 30px;
    font-size: 21px;
    padding: 10px 10px 10px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.heading-2--gray {
    background-color: #f0f0f0;
}
.heading-2--nobg {
    background-color: transparent;
    background-position: 0 50%;
    padding: 2px 0 2px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.heading-3 {
    background: url("../images/common/h3_bg1.png") no-repeat 0 0 / 6px 28px;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    padding: 3px 0 14px 20px;
    margin-bottom: 20px;
    margin-top: 25px;
}
.heading-3.mt-0 {
    margin-top: 0;
}
.heading-4 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}
.heading-4::before {
    content: "";
    background: #ff8300;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 3px;
    top: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* Paragraph
----------------------------------------------- */
p.p-message {
    text-align: center;
    line-height: 2;
    margin-bottom: 70px;
    letter-spacing: 0.08em;
}

/* Form
----------------------------------------------- */
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="number"], textarea {
    border: 1px solid #ccc;
    font-size: 16px;
    outline: 0;
    padding: 10px 10px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: baseline;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.07) inset;
}
input[type="password"] {
    width: auto;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus,textarea:focus {
    border: 1px solid #f4b63e;
}
textarea {
    line-height: 1.6em;
}
input[type="checkbox"] {
    margin-right: 8px;
}
input[type="submit"], button {
    border: none;
    outline: 0;
}
input[type="checkbox"], input[type="radio"] {
    cursor: pointer;
    height: 22px;
    opacity: 0;
    outline: medium none;
    position: absolute;
    vertical-align: baseline;
    width: 22px;
}
.request-contents input[type="checkbox"] + label, input[type="radio"] + label {
    cursor: pointer;
    display: inline-block;
    line-height: 22px;
    vertical-align: baseline;
}
.request-contents input[type="checkbox"] + label {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22'%3E%3Crect x='1.5' y='1.5' width='19' height='19' rx='2' fill='white' stroke='%23cccccc' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat 0 0;
    background-size: 22px 22px;
    padding-left: 30px;
}
.request-contents input[type="checkbox"]:checked + label {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22'%3E%3Crect x='1.5' y='1.5' width='19' height='19' rx='2' fill='%23ff8300' stroke='%23ff8300' stroke-width='1.5'/%3E%3Cpolyline points='5%2C11 9%2C15 17%2C7' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 0 0;
    background-size: 22px 22px;
}
input[type="radio"] + label {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ccircle cx='10' cy='10' r='8.5' fill='white' stroke='%23cccccc' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat 0 1px;
    background-size: 20px 20px;
    padding-left: 28px;
}
input[type="radio"]:checked + label {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ccircle cx='10' cy='10' r='8.5' fill='white' stroke='%23ff8300' stroke-width='1.5'/%3E%3Ccircle cx='10' cy='10' r='5' fill='%23ff8300'/%3E%3C/svg%3E") no-repeat 0 1px;
    background-size: 20px 20px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -appearance: none;
    background: url("../images/common/select_arrow1.png") no-repeat right 7px top 50% #ffffff; /* Old browsers */
    background: url("../images/common/select_arrow1.png") no-repeat right 7px top 50%, -moz-linear-gradient(top, #ffffff 0%, #fafafa 85%, #e5e5e5 100%); /* FF3.6-15 */
    background: url("../images/common/select_arrow1.png") no-repeat right 7px top 50%, -webkit-linear-gradient(top, #ffffff 0%,#fafafa 85%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: url("../images/common/select_arrow1.png") no-repeat right 7px top 50%, linear-gradient(to bottom, #ffffff 0%,#fafafa 85%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    background-size: 12px 10px, cover;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 15px;
//    font-size: 1.5rem;
    height: 40px;
    line-height: 40px;
    padding: 0 22px 0 10px;
    position: relative;
    outline: 0;
}
/* IE9対策 */
select::-ms-expand{
  display:none;
}
.selectunit {
    padding: 10px 0;
}
.selectunit select {
    width: 240px;
}
.selectunit__label {
    padding: 0 5px;
}
.other_joken input[type="text"],
.other_joken input[type="password"],
.other_joken input[type="tel"],
.other_joken input[type="email"],
.other_joken input[type="number"],
.other_joken textarea {
    width: 25%;
}

/* Breadcrumbs
----------------------------------------------- */
.breadcrumbs {
    font-size: 12px;
    text-align: left;
    padding-top: 14px;
    margin-bottom: 25px;
}
.breadcrumbs .container {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumbs a {
    display: inline-block;
    position: relative;
    vertical-align: baseline;
}
.breadcrumbs a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadcrumbs a:hover span {
    text-decoration: underline;
}
.breadcrumbs a.top {
    background: url("../images/common/icon_breadnav_home.png") no-repeat 0 0 / 15px 14px;
    text-indent: -9999px;
    margin-right: 15px;
    width: 15px;
}
.breadcrumbs a.top::after {
    right: -15px;
}
.breadcrumbs a.top span {
    margin: 0 17px 0 0;
}
.breadcrumbs span span {
    vertical-align: baseline;
    margin: 0 17px 0 10px;
}

/* Page Navigation
----------------------------------------------- */
.page-nav {
    font-size: 1.3rem;
    margin: 25px 0;
}
.page-nav .page-nav__left {
    float: left;
    padding-top: .5em;
}
.page-nav .page-nav__right {
    float: right;
}
.page-nav .page-num span {
    font-size: 18px;
    font-weight: bold;
    font-weight: 600;
    color: #ff8300;
}
.page-nav select {
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.page-nav .pager {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.page-nav .pager a,
.page-nav .pager span {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 85%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#fafafa 85%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#fafafa 85%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    border: 1px solid #c2c2c2;
    display: inline-block;
    padding: 6px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.page-nav .pager a:hover {
    border: 1px solid #ff8300;
    color: #ff8300;
}
.page-nav .pager a.current {
    border: 1px solid #ffeac5;
    background: #ffeac5;
    color: #ff8300;
}

/* Icon
----------------------------------------------- */
.icon-category {
    display: inline-block;
    background: #ff8300;
    color: #fff;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    padding: 0 10px 0;
    letter-spacing: 0.1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.icon-new {
    display: inline-block;
    background: #ca1d1d;
    color: #fff;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    padding: 0 10px 0;
    letter-spacing: 0.1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.icon-only {
    display: inline-block;
    background: #ca1d1d;
    color: #fff;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    padding: 0 10px 0;
    letter-spacing: 0.1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Iframe
----------------------------------------------- */
.ggmap {
    position: relative;
    width: 670px;
    height: 500px;
    overflow: hidden;
}
.result-detail__map .ggmap {
    width: 958px;
    height: 600px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.ggmap iframe.pointer-event {
    pointer-events: auto;
}

.iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Accodion
----------------------------------------------- */
.accordion {
    background: #f0f0f0 url("../images/common/icon_ac_open.png") no-repeat 98% 50% / 25px 25px;
    padding: 10px 30px 10px 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
}
.accordion.ac-open {
    background-image: url("../images/common/icon_ac_close.png");
}
.accordion + .accordion__contents {
    display: none;
}

/* Table
----------------------------------------------- */
.ui-table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 20px;
    width: 100%;
}
.ui-table th {
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
    line-height: 1.6;
    padding: 15px 20px;
    text-align: left;
    width: 24%;
    vertical-align: middle;
}
.ui-table thead th {
    background: #e0e0e0;
    font-size: 18px;
    text-align: center;
    padding: 10px;
}
.ui-table td {
    border-bottom: 1px solid #ccc;
    line-height: 1.6;
    padding: 15px 20px;
    vertical-align: middle;
}
.ui-table th.w-40 {
    width: 40%;
}
.ui-table--itemcol3 {
    width: 100%;
}
.ui-table--itemcol3 th {
    background: #f0f0f0;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}
.ui-table--itemcol3 td {
    background: #fff;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}
.ui-table--itemcol4 {
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
    width: 100%;
}
.ui-table--itemcol4 th {
    background: #f7f6f5;
    border-bottom: 1px solid #ccc;
    padding: 12px 20px;
    text-align: left;
    width: 24%;
    vertical-align: middle;
}
.ui-table--itemcol4 td {
    border-bottom: 1px solid #ccc;
    padding: 6px 20px;
    text-align: left;
    vertical-align: middle;
}
.ui-table--itemcol4 td .ui-list--hz3 {
    padding-top: 15px;
}


/* List
----------------------------------------------- */
.ui-list--hz3 {
    font-size: 0;
    letter-spacing: 0;
}
.ui-list--hz3 li {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 18px;
    vertical-align: top;
    width: 33.333%;
}
.ui-list--hz3 li a {
    text-decoration: underline;
}
.ui-list--hz3 li a:hover {
    text-decoration: none;
}
.ui-list--hz3 li a span {
    font-size: 12px;
}
.ui-list--hz3 li ul,
.ui-list--hz3 li .sp-accordion-btn {
    display: none;
}

.ui-list--arrow li a {
    background: url("../images/common/icon_arrow2.png") no-repeat 4px 3px / 6px 10px;
    padding-left: 20px;
}

.ui-list--hz2 {
    font-size: 0;
    letter-spacing: 0;
}
.ui-list--hz2 li {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 18px;
    vertical-align: top;
    width: 50%;
}
.ui-list--hz2 li a {
    text-decoration: underline;
}
.ui-list--hz2 li a:hover {
    text-decoration: none;
}
.ui-list--hz2 li a span {
    font-size: 12px;
}
.ui-list--hz2 li ul,
.ui-list--hz2 li .sp-accordion-btn {
    display: none;
}

/* Ordered List
----------------------------------------------- */
.ui-ordered-list {
    padding-left: 20px;
    margin-bottom: 30px;
}
.ui-ordered-list li {
    line-height: 1.8;
    margin-bottom: 20px;
}
.ui-ordered-list li ul li {
    margin: 20px 0;
}

/* Row List
----------------------------------------------- */
.row-list {
    font-size: 0;
    letter-spacing: 0;
}
.row-list li {
    display: inline-block;
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 40px;
    width: 300px;
    position: relative;
    vertical-align: top;
    -webkit-box-shadow: 0 2px 0 #e1bf7e;
    -moz-box-shadow: 0 2px 0 #e1bf7e;
    box-shadow: 0 2px 0 #e1bf7e;
}
.row-list li::after {
    position: absolute;
    content: "";
    right: 5px;
    bottom: 5px;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #ff8300 transparent;
}
.row-list li:nth-child(3n) {
    margin-right: 0;
}
.row-list li a {
    background: #fff;
    display: block;
    position: relative;
}
.row-list li a:hover {
    color: #333;
}
.row-list li a .row-list__ribbon {
    position: absolute;
    left: 10px;
    top: -3px;
    z-index: 2;
}
.row-list li a:hover .row-list__ribbon {
    opacity: 1;
}
.row-list li a .row-list__contents {
    padding: 15px;
}
.row-list li a .row-list__category {
    margin-bottom: 8px;
}
.row-list li a .row-list__title {
    font-size: 15px;
    margin-bottom: 2px;
}
.row-list li a .row-list__data {
    width: 100%;
}
.row-list li a .row-list__data th {
    width: 4em;
    text-align: center;
    color: #999999;
    font-weight: normal;
    padding-top: 4px;
    line-height: 1.4;
    vertical-align: top;
}
.row-list li a .row-list__data td {
    padding-top: 4px;
    line-height: 1.4;
    vertical-align: top;
}


/* Button
----------------------------------------------- */
.btn {
    clear: both;
    text-align: center;
    padding-top: 20px;
}
.btn a, .btn input[type="submit"], .btn button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-weight: 600;
    width: 320px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 12px 0 12px;
}
.btn a:hover, .btn input[type="submit"]:hover, .btn button:hover {
    color: #fff;
}
.btn--orange a, .btn--orange input[type="submit"], .btn--orange button  {
    background-color: #ff8300;
    -webkit-box-shadow: 0px 3px #cd3a00;
    -moz-box-shadow: 0px 3px #cd3a00;
    box-shadow: 0px 3px #cd3a00;
}
.btn--orange a:hover, .btn--orange input[type="submit"]:hover, .btn--orange button:hover  {
    background-color: #fe9628;
}
.btn--red a, .btn--red input[type="submit"], .btn--red button  {
    background-color: #cd3a00;
    -webkit-box-shadow: 0px 3px #7c2300;
    -moz-box-shadow: 0px 3px #7c2300;
    box-shadow: 0px 3px #7c2300;
}
.btn--red a:hover, .btn--red input[type="submit"]:hover, .btn--red button:hover  {
    background-color: #e74c0f;
}
.btn--brown a, .btn--brown input[type="submit"], .btn--brown button  {
    background-color: #be5f3c;
    -webkit-box-shadow: 0px 3px #862e0e;
    -moz-box-shadow: 0px 3px #862e0e;
    box-shadow: 0px 3px #862e0e;
}
.btn--brown a:hover, .btn--brown input[type="submit"]:hover, .btn--brown button:hover  {
    background-color: #d4714c;
}
.btn--gray a, .btn--gray input[type="submit"], .btn--gray button  {
    background-color: #888;
    -webkit-box-shadow: 0px 3px #666;
    -moz-box-shadow: 0px 3px #666;
    box-shadow: 0px 3px #666;
}
.btn--gray a:hover, .btn--gray input[type="submit"]:hover, .btn--gray button:hover  {
    background-color: #888;
}
.btn--white a, .btn--white input[type="submit"], .btn--white button  {
    background-color: #fff;
    color: #333;
    padding: 10px 0 11px;
    border: 2px solid #cccccc;
    -webkit-box-shadow: 0px 2px #cccccc;
    -moz-box-shadow: 0px 2px #cccccc;
    box-shadow: 0px 2px #cccccc;
}
.btn--white a:hover, .btn--white input[type="submit"]:hover, .btn--white button:hover  {
    color: #666;
    border: 2px solid #ddd;
}
.btn--arrow a {
    background-image: url("../images/common/icon_arrow1.png");
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-size: 8px 13px;
}
.btn--back a {
    background-image: url("../images/common/icon_arrow7.png");
    background-position: 4% 50%;
    background-repeat: no-repeat;
    background-size: 8px 13px;
}
.btn--search a span {
    background: url("../images/common/icon_search1.png") no-repeat 0 50% / 21px 21px;
    padding: 3px 0 3px 30px;
}
.btn--favorite a span {
    background: url("../images/common/icon_favorite_off.png") no-repeat 0 50% / 19px 16px;
    padding: 1px 0 1px 25px;
}
.btn--favorite.favorite-on a span {
    background: url("../images/common/icon_favorite_on.png") no-repeat 0 50% / 19px 16px;
    color: #ff4444;
}
.btn--request a span {
    background: url("../images/common/icon_request1.png") no-repeat 0 50% / 19px 19px;
    padding: 3px 0 2px 26px;
}
.btn--detail a span {
    background: url("../images/common/icon_arrow4.png") no-repeat 0 50% / 14px 14px;
    padding: 0 0 0 20px;
}
.btn--load a span {
    background: url("../images/common/icon_load1.png") no-repeat 100% 50% / 13px 9px;
    padding: 0 20px 0 0;
}


/* ==============================================
 Contents
=============================================== */

/* Page links
----------------------------------------------- */
.page-links {
    margin-bottom: 40px;
}
.page-links ul li {
    float: left;
    margin-right: 10px;
}
.page-links ul li:last-child {
    margin-right: 0;
}
.page-links ul li a {
    background: #faf4e1 url("../images/common/icon_arrow3.png") no-repeat 94% 50% / 11px 6px;
    display: block;
    font-weight: bold;
    font-weight: 600;
    text-align: center;
    padding: 12px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.page-links ul li a:hover {
    color: #333;
    background-color: #ffeac5;
}
.page-links ul.page-links__list--type1 {
    padding: 0 165px;
}
.page-links ul.page-links__list--type1 li {
    width: 150px;
}

.page-links ul.page-links__list--type2 {
    padding: 0 10px;
}
.page-links ul.page-links__list--type2 li {
    width: 180px;
}
.page-links ul.page-links__list--type2 li a {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 0;
}
.page-links ul.page-links__list--type2 li.lh-1 a {
    padding-top: 20px;
}

/* Register
----------------------------------------------- */
.contents-register {
    background: url("../images/contents/register_bg.jpg") repeat 0 0;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}
.contents-register .btn {
    padding-top: 24px;
}
.contents-register .btn a {
    width: 320px;
}
.contents-register__txt {
    margin-bottom: 0;
}
.contents-register__num {
    font-weight: bold;
    font-weight: 600;
    padding: 0 220px;
    margin-bottom: 10px;
}
.contents-register__num--before {
    font-size: 37px;
    width: 40%;
}
.contents-register__num--before span {
    font-size: 21px;
    margin-left: 5px;
}
.contents-register__num--after {
    font-size: 52px;
    color: #ffd200;
    width: 50%;
}
.contents-register__num--after span {
    font-size: 21px;
    color: #fff;
    margin-left: 5px;
}


/* Contents contact
----------------------------------------------- */
.section-contact {
    background: url("../images/contents/register_bg.jpg") repeat 0 0;
    color: #fff;
    padding: 55px 0 60px;
    text-align: center;
}
.section-contact p {
    font-size: 22px;
    font-weight: bold;
    font-weight: 600;
    margin-bottom: 20px;
}
.section-contact .btn {
    padding-top: 20px;
}

/* Topics
----------------------------------------------- */
.topics-list {
    border-top: 1px dashed #c3c3c3;
}
.topics-list li {
    border-bottom: 1px dashed #c3c3c3;
}
.topics-list li a {
    padding: 20px;
    display: block;
    background: url("../images/common/icon_arrow2.png") no-repeat 98% 50% / 8px 13px;
}
.topics-list li a time {
    float: left;
    font-weight: bold;
    font-weight: 600;
    display: block;
    width: 15%;
}
.topics-list li a .topics-list__title {
    color: #ff8300;
    text-decoration: underline;
    display: block;
    float: right;
    width: 85%;
}
.topics-list li a:hover .topics-list__title {
    text-decoration: none;
}

/* Toppage
----------------------------------------------- */
/* billboard */
.top-billboard {
    background: url("../images/common/bg2.gif") repeat 0 0;
    padding: 20px 0;
    margin-bottom: 40px;
}
.top-billboard .top-entry {
    background: #fff url("../images/common/entry_bg.gif") no-repeat 50% 100%;
    float: left;
    height: 340px;
    padding: 10px 10px 0;
    text-align: center;
    font-weight: bold;
    font-weight: 600;
    width: 290px;
}
.top-billboard .top-entry .top-entry__title {
    background: url("../images/common/entry_head_bg1.png") no-repeat 0 0 / 270px 50px;
    height: 50px;
    position: relative;
    margin-bottom: 10px;
}

.top-billboard .top-entry .top-entry__title.top-entry__title_text {
    color:#FFFFFF;
    font-size:20px;
    line-height: 2.3;
}
.top-billboard .top-entry .top-entry__title img {
    position: absolute;
    left: 16px;
    top: -3px;
}
.top-billboard .top-entry .top-entry__sub {
    background: url("../images/common/entry_line.gif") repeat-x 0 50%;

    margin-bottom: 10px;
}
.top-billboard .top-entry .top-entry__sub span {
    background: #fff;
    font-size: 20px;
    padding: 0 10px;
}
.top-billboard .top-entry .top-entry__num {
    margin-bottom: 10px;
}
.top-billboard .top-entry .top-entry__num--before {
    text-align: right;
    vertical-align: bottom;
    font-size: 22px;
    font-weight: bold;
    font-weight: 600;
    line-height: 1;
}
.top-billboard .top-entry .top-entry__num--before span {
    font-size: 15px;
}
.top-billboard .top-entry .top-entry__num--after {
    color: #ca1d1d;
    text-align: left;
    vertical-align: bottom;
    font-size: 33px;
    font-weight: bold;
    font-weight: 600;
    line-height: 1;
}
.top-billboard .top-entry .top-entry__num--after span {
    font-size: 15px;
    color: #333;
}
.top-billboard .top-entry .top-entry__arrow {
    text-align: center;
    padding: 0 10px 0;
    vertical-align: middle;
    line-height: 1;
}
.top-billboard .top-entry .top-entry__txt {
    margin-bottom: 16px;
}
.top-billboard .top-entry .top-entry__txt span {
    display: block;
    line-height: 1.5;
    font-size: 22px;
}
.top-billboard .top-entry .btn {
    padding-top: 0;
}
.top-billboard .top-entry .btn a {
    background-size: 6px 10px;
    font-size: 17px;
    width: 100%;
}
.top-billboard .top-slider {
    float: right;
    width: 640px;
    height: 340px;
}
.top-billboard .top-slider .sp-arrows {
    margin-top: -30px;
}
.top-billboard .top-slider .sp-arrow {
    height: 60px;
    width: 20px;
}
.top-billboard .top-slider .sp-arrow::before,
.top-billboard .top-slider .sp-arrow::after {
    content: none;
}
.top-billboard .top-slider .sp-previous-arrow {
    background: url("../images/top/top_slider_prev.png") no-repeat 0 0 / 20px 60px;
    left: -20px;
}
.top-billboard .top-slider .sp-next-arrow {
    background: url("../images/top/top_slider_next.png") no-repeat 0 0 / 20px 60px;
    right: -20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.top-billboard .slider-pro {
    position: relative;
    width: 100%;
    padding-top: 53.125%;
}
.top-billboard .slider-pro .sp-slides-container {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* heading */
.top-heading-2 {
    border-bottom: 3px solid #e1bf7e;
    position: relative;
    font-size: 26px;
    letter-spacing: .05em;
    padding-bottom: 6px;
    margin-bottom: 25px;
}
.top-heading-2::before {
    content: "";
    background: #ff8300;
    height: 3px;
    width: 170px;
    left: 0;
    position: absolute;
    bottom: -3px;
}
.top-heading-2 .ff-barlow {
    margin-left: 10px;
    color: #ff8300;
    font-size: 14px;
}

/* top contents */
.top-contents__list li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 310px;
}
.top-contents__list li:nth-child(3n) {
    margin-right: 0;
}
.top-contents__list li a {
    background-color: #faf7f2;
    background-position: 0 50%;
    background-repeat: no-repeat;
    border: 2px solid #ff8300;
    display: block;
    height: 110px;
    line-height: 110px;
    font-size: 18px;
    font-weight: bold;
    font-weight: 600;
    text-decoration: none;
    padding: 0 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.top-contents__list li.top-contents__list--item1 a {
    background-image: url("../images/top/top_contents_img1.jpg");
}
.top-contents__list li.top-contents__list--item2 a {
    background-image: url("../images/top/top_contents_img2.jpg");
}
.top-contents__list li.top-contents__list--item3 a {
    background-image: url("../images/top/top_contents_img3on.jpg");
    color:#777777;
}
.top-contents__list li.top-contents__list--item4 a {
    background-image: url("../images/top/top_contents_img4.jpg");
}
.top-contents__list li.top-contents__list--item5 a {
    background-image: url("../images/top/top_contents_img5.jpg");
}
.top-contents__list li.top-contents__list--item6 a {
    background-image: url("../images/top/top_contents_img6.jpg");
}
.top-contents__list li.top-contents__list--item7 a {
    background-image: url("../images/top/top_contents_img7.jpg");
}
.top-contents__list li.top-contents__list--item8 a {
    background-image: url("../images/top/top_contents_img8.jpg");
}
.top-contents__list li.top-contents__list--item9 a {
    background-image: url("../images/top/top_contents_img9.jpg");
}
.top-contents__list li a:hover {
    border: 2px solid #fe9628;
    color: #ff8300;
}
.top-contents__list li.top-contents__list--item3 a:hover {
    color:#777777;
}

/* top search */
.top-search .top-heading-2 {
    background: url("../images/common/icon_tit_search.png") no-repeat 0 4px / 28px 28px;
    padding-left: 38px;
}
.top-search__banner {
    float: left;
    width: 250px;
}
.top-search__banner ul li {
    margin-bottom: 15px;
    padding-top: 0;
}
.top-search__banner ul li a {
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    padding: 28px 18px 28px;
    width: 100%;
}
.top-search__banner ul li.top-search__banner--area a {
    background-image: url("../images/top/top_search_icon1.png");
    background-size: 23px 37px;
    background-position: 92% 50%;
}
.top-search__banner ul li.top-search__banner--ensen a {
    background-image: url("../images/top/top_search_icon2.png");
    background-size: 29px 44px;
    background-position: 93% 50%;
}
.top-search__banner ul li.top-search__banner--station_dist a {
    background-image: url("../images/top/top_search_icon3.png");
    background-size: 32px 32px;
    background-position: 94% 50%;
}
.top-search__banner ul li.top-search__banner--school a {
    background-image: url("../images/top/top_search_icon4.png");
    background-size: 41px 44px;
    background-position: 95% 50%;
}

.top-search__map {
    float: right;
    width: 690px;
}
.top-search__map .top-search__map-frame {
    background: url("../images/top/top_search_map.png") no-repeat 35% 35%;
    border: 1px solid #e1bf7e;
    height: 384px;
    padding: 17px 20px;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.top-search__map .top-search__map-frame .map_link{
    position:absolute;
    right:10px;
    bottom:10px;
}
.top-search__map .top-search__map-frame .map_link a{
    text-decoration:underline;
}
.top-search__map .top-search__map-frame .map_link a:hover{
    text-decoration:none;
}
.top-search__map h3 {
    background: url("../images/common/icon_tit_map.png") no-repeat 0 0 / 29px 28px;
    font-size: 20px;
    padding: 3px 0 0 37px;
}
.top-search__map .top-search__map-block {
    background: rgba(255,234,197,0.6);
    position: absolute;
}
.top-search__map .top-search__map-block h4 {
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 5px;
}
.top-search__map .top-search__map-block ul {
    padding: 10px 10px 5px;
}
.top-search__map .top-search__map-block ul li {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 90px;
}
.top-search__map .top-search__map-block ul li:nth-child(3n) {
    margin-right: 0;
}
.top-search__map .top-search__map-block ul li a {
    display: block;
    background: #fff;
    font-size: 14px;
    text-align: center;
    padding: 6px 0 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.top-search__map .top-search__map--yokohama {
    left: 20px;
    top: 65px;
    width: 300px;
}
.top-search__map .top-search__map--yokohama h4 {
    background: #f4a711;
}
.top-search__map .top-search__map--kawasaki {
    right: 20px;
    top: 45px;
    width: 205px;
}
.top-search__map .top-search__map--kawasaki h4 {
    background: #ff8300;
}
.top-search__map .top-search__map--kawasaki ul li {
    margin-right: 0;
}
.top-search__map .top-search__map--kawasaki ul li:nth-child(even) {
    float: right;
}

.top-search__map .top-search__map--other {
    right: 60px;
    bottom: 49px;
    width: 300px;
}
.top-search__map .top-search__map--other h4 {
    background: #cd3a00;
}

.top-search__freeword {
    clear: both;
}
.top-search__freeword h3 {
    background: url("../images/common/icon_tit_freeword.png") no-repeat 0 50% / 22px 25px;
    font-size: 18px;
    padding: 3px 0 0 30px;
    width: 220px;
} 
.top-search__freeword .top-search__freeword-input {
    padding-top: 3px;
    width: 540px;
}
.top-search__freeword .top-search__freeword-input input {
    padding: 13px 10px;
}
.top-search__freeword .top-search__freeword-btn {
    padding-left: 10px;
    padding-top: 0;
    width: 200px;
}
.top-search__freeword .top-search__freeword-btn button {
    font-size: 18px;
    font-weight: normal;
    width: 100%;
}
.top-search__freeword .top-search__freeword-btn button span {
    background: url("../images/common/icon_search1.png") no-repeat 0 50% / 21px 21px;
    padding: 0 0 0 28px;
}

/* top pickup */
.top-pickup__list li {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    width: 300px;
}
.top-pickup__list li:last-child {
    margin-right: 0;
}
.top-pickup__list li a {
    display: block;
    color: #fff;
}
.top-pickup__list li a .top-pickup__item-name {
    background: #ff8300 url("../images/top/top_pickup_arrow.png") no-repeat 14px 50% / 29px 29px;
    font-size: 17px;
    font-weight: bold;
    font-weight: 600;
    padding: 10px 0 10px 55px;
    line-height: 1.4;
}
.top-pickup__list li a:hover .top-pickup__item-name {
    background-color: #fe9628;
}
.top-pickup__list li a .top-pickup__item-name span {
    font-size: 10px;
    font-weight: normal;
    display: block;
}

/* top recommend */
.top-recommend {
    background: #ffeac5;
    padding: 40px 0 50px;
    margin-bottom: 0;
}
.top-recommend .btn {
    padding-top: 0;
}
.top-recommend .btn a {
    padding: 18px 0 18px;
    width: 320px;
}

/* top members */
.top-members {
    background: url("../images/top/top_members_bg.jpg") no-repeat 50% 0 / cover;
    padding: 50px 0 80px;
    text-align: center;
}
.top-members h2 {
    font-size: 32px;
    margin-bottom: 20px;
}
.top-members .top-members__sub {
    font-size: 17px;
    font-weight: bold;
    font-weight: 600;
    margin-bottom: 30px;
}
.top-members ul {
    padding: 0 110px;
    margin-bottom: 35px;
}
.top-members ul li {
    float: left;
    width: 33.3%;
}
.top-members ul li img {
    margin-bottom: 15px;
}
.top-members ul li p {
    font-size: 17px;
    font-weight: bold;
    font-weight: 600;
    line-height: 1.6;
}
.top-members .top-members__num {
    padding: 0 210px;
    margin-bottom: 20px;
}
.top-members .top-members__num .top-members__num-title {
    margin-bottom: 30px;
}
.top-members .top-members__num .top-members__num-title span {
    background: #bd913c;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-weight: 600;
    display: inline-block;
    height: 53px;
    line-height: 53px;
    width: 240px;
}
.top-members .top-members__num .top-members__num--before {
    font-size: 52px;
    font-weight: bold;
    font-weight: 600;
    width: 260px;
    vertical-align: top;
}
.top-members .top-members__num .top-members__num--before span {
    font-size: 32px;
}
.top-members .top-members__num .top-members__num--after {
    color: #d60000;
    font-size: 52px;
    font-weight: bold;
    font-weight: 600;
    width: 260px;
    vertical-align: top;
}
.top-members .top-members__num .top-members__num--after span {
    font-size: 32px;
    color: #333;
}
.top-members .top-members__num .top-members__num--after .top-members__num--txt {
    font-size: 15px;
    font-weight: normal;
    color: #333;
}
.top-members .top-members__num .top-members__num--arrow {
    width: 60px;
    padding-bottom: 20px;
    vertical-align: middle;
}
.top-members .top-members__buttons {
    padding: 0 150px;
}
.top-members .top-members__buttons .btn {
    clear: none;
    float: left;
    padding-top: 0;
    width: 320px;
}
.top-members .top-members__buttons .btn--brown {
    float: right;
}
.top-members .top-members__buttons .btn a {
    display: block;
    font-size: 22px;
    padding: 18px 0;
    width: 100%;
}

/* top topics */
.top-topics .top-heading-2 {
    margin-bottom: 5px;
    position: relative;
}
.top-topics .top-heading-2 a {
    background: url("../images/common/icon_more.png") no-repeat 0 1px / 16px;
    position: absolute;
    right: 0;
    padding-left: 23px;
    font-size: 15px;
    top: 12px;
}
.top-topics .topics-list {
    border-top: 0;
}



/* Search
----------------------------------------------- */
.search-section {
    background: #ffeac5;
    padding: 30px 0 50px;
}
.search-title-num {
    float: right;
    padding-top: 2px;
    font-size: 17px;
}
.search-title-num .fs-13 {
    margin-left: 10px;
}
.searh-button .btn {
    padding-top: 20px;
    margin-bottom: 10px;
}
.searh-buttons {
    padding: 0 120px;
}
.searh-buttons .btn {
    float: left;
    clear: none;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 320px;
}
.searh-buttons .btn:last-child {
    float: right;
}
.searh-buttons .btn a {
    display: block;
    width: 100%;
}

/* search nav */
.search-nav {
    margin-bottom: 30px;
}
.search-nav ul {
    float: right;
}
.search-nav ul li {
    font-size: 12px;
    display: inline-block;
}
.search-nav ul li.search-nav__title {
    font-weight: bold;
    font-weight: 600;
    margin-right: 10px;
}
.search-nav ul li a {
    background: url("../images/common/icon_arrow2.png") no-repeat 0 50% / 5px 9px;
    padding-left: 12px;
    margin-right: 15px;
}
.search-nav ul li:last-child a {
    margin-right: 0;
}

/* search tab */
.search-tab ul {
    padding: 0 65px;
}
.search-tab ul li {
    float: left;
    margin-right: 10px;
    width: 270px;
}
.search-tab ul li:last-child {
    margin-right: 0;
}
.search-tab ul li a {
    background: #faf4e1;
    display: block;
    font-size: 17px;
    font-weight: bold;
    font-weight: 600;
    text-align: center;
    padding: 12px 0 10px;
    overflow: hidden;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.search-tab ul li a:hover {
    color: #333;
    background: #ffeac5;
}
.search-tab ul li a.current {
    background: #ffeac5;
}
.search-tab ul li a > span {
    background: url("../images/common/icon_arrow2.png") no-repeat 100% 50% / 8px 13px;
    padding-right: 16px;
}
.search-tab ul li a.current > span {
    background: url("../images/common/icon_arrow3.png") no-repeat 100% 50% / 13px 8px;
    padding-right: 20px;
}

/* search station dist */
.search-station-dist {
    padding: 10px 0;
}
.search-station-dist input[type="text"] {
    width: 300px;
}
.search-station-dist select {
    width: 220px;
}
.search-station-dist .search-station-dist__label {
    padding: 0 5px;
}

/* search map */
.search-map .column-main {
    float: left;
}
.search-map .column-aside {
    float: right;
} 
.search-map__main h2 {
    background: #ff8300;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-weight: 600;
    padding: 12px;
    margin: 0;
    text-align: center;
}
.search-map__main .search-map__icons {
    background: #f0f0f0;
    padding: 15px 50px;
}
.search-map__main .search-map__icons li {
    float: left;
    font-weight: bold;
    font-weight: 600;
    text-align: center;
    width: 33.333%;
}
.search-map__main .search-map__icons li img {
    margin-right: 10px;
}
.search-map__edit {
    background: #f0f0f0;
    padding: 20px;
    font-size: 14px;
}
.search-map__edit h2 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 7px;
}
.search-map__edit h2:first-child {
    margin-top: 0;
}
.search-map__edit h3 {
    margin-bottom: 10px;
}
.search-map__edit .selected-area {
    background: #fff;
    border: 1px solid #ccc;
    padding: 13px 100px 13px 13px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 1.6;
    position: relative;
}
.search-map__edit .selected-area .remodal-btn {
    position: absolute;
    right: 13px;
    top: 12px;
}
.search-map__edit .selected-area .change-btn {
    background: #f0efed;
    font-size: 11px;
    font-weight: bold;
    font-weight: 600;
    padding: 5px 20px 5px 10px;
    position: relative;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}
.search-map__edit .selected-area .change-btn::before {
    background: #333;
    content: "";
    height: 2px;
    right: 8px;
    top: 50%;
    margin-top: -1px;
    position: absolute;
    width: 10px;
}
.search-map__edit .selected-area .change-btn::after {
    background: #333;
    content: "";
    height: 10px;
    right: 12px;
    top: 50%;
    margin-top: -5px;
    position: absolute;
    width: 2px;
}
.search-map__edit .s-term {
    background: #fff;
    border: 1px solid #ccc;
    padding: 13px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.search-map__edit .s-term ul li {
    margin-bottom: 10px;
}
.search-map__edit .s-term ul li:last-child {
    margin-bottom: 0;
}
.search-map__edit select {
    width: 100%;
}
.search-map__edit .selectunit__label {
    text-align: center;
    padding: 2px 0;
    display: block;
}
.other_joken input[type="text"],
.other_joken input[type="password"],
.other_joken input[type="tel"],
.other_joken input[type="email"],
.other_joken input[type="number"],
.other_joken textarea {
    width: 15%;
}



/* Result List
----------------------------------------------- */
.result-contents .fixed-button .btn a {
    width: 100%;
}
.result-contents .page-nav {
    margin: 20px 0;
}
.result-contents .request-all {
    position: relative;
    margin-bottom: 20px;
}
.result-contents .request-all::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 18px;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #ffeac5 transparent transparent transparent;
}
.result-contents .request-all--bottom::after {
    bottom: auto;
    top: -10px;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #ffeac5 transparent;
}
.result-contents .request-all .row {
    width: auto;
}
.result-contents .request-all__check {
    background: #ffeac5;
    border-right: 1px solid #fff;
    color: #ff8300;
    font-weight: bold;
    font-weight: 600;
    padding: 15px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}
.result-contents .request-all__btn {
    background: #f0f0f0;
    padding: 10px 10px 13px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}
.result-contents .request-all__btn a {
    font-size: 14px;
    display: block;
    padding: 10px;
    width: auto;
}
.result-contents .request-all__btn a span {
    background: url("../images/common/icon_request1.png") no-repeat 0 50% / 21px 21px;
    padding: 3px 0 3px 26px;
}
.result-contents .paging {
    display: none;
}
.result-contents .h_flg_change {
    font-size: 14px;
    padding-left:5px;
}

.sort_kind
{
    padding-bottom:10px;
}

.sort_kind a
{
    text-decoration:underline;
}
.sort_kind a.on
{
    font-weight:bold;
}

/* result list */
.result-list .result-list__item {
    margin-bottom: 20px;
    position: relative;
}
.result-list .result-list__item::before {
    content: "";
    background: #fff;
    height: 3px;
    width: 1px;
    position: absolute;
    left: 52px;
    top: 0;
}
.result-list .result-list__item-left {
    background: #f0f0f0;
    border-top: 3px solid #ff8300;
    padding: 15px;
    text-align: center;
    width: 52px;
}
.result-list .result-list__item-left input[type="checkbox"] {
    margin: 0;
}
.result-list .result-list__item-left label {
    padding-left: 0;
    width: 22px;
}
.result-list .result-list__item-right {
    border-top: 3px solid #b3b3b3;
    padding: 15px 0 15px 15px;
}
.result-list .result-list__item-icons {
    margin-bottom: 10px;
}
.result-list .result-list__item-title {
    font-size: 21px;
    margin-bottom: 10px;
}
.result-list .result-list__item-title a {
    text-decoration: underline;
}
.result-list .result-list__item-title a:hover {
    text-decoration: none;
}
.result-list .result-list__item-description {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.result-list .result-list__item-thumbnail {
    float: left;
    width: 200px;
    text-align:center;
}
.result-list .result-list__item-thumbnail img {
    border: 1px solid #ccc;
}
.result-list .result-list__item-table {
    border-top: 1px solid #ccc;
    float: right;
    width: 390px;
}
.result-list .result-list__item-table th {
    background: #f0f0f0;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    font-weight: normal;
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    width: 6em;
}
.result-list .result-list__item-table td {
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    padding: 8px;
}
.result-list .result-list__item-table td .price {
    font-size: 18px;
    font-weight: bold;
    font-weight: 600;
}
.result-list .result-list__item-table td img {
    margin: 0 5px;
    vertical-align: text-bottom;
}
.result-list .result-list__item-btns {
    padding-top: 20px;
    clear: both;
}
.result-list .result-list__item-btns .btn {
    padding: 0;
    float: left;
    clear: none;
    margin-right: 16px;
    width: 190px;
}
.result-list .result-list__item-btns .btn:last-child {
    margin-right: 0;
}
.result-list .result-list__item-btns .btn a {
    display: block;
    font-size: 15px;
    width: 100%;
}

/* Result Detail
----------------------------------------------- */
.result-detail__about {
    border-top: 3px solid #b3b3b3;
    float: left;
    padding-top: 10px;
    margin-bottom: 20px;
}
.result-detail__side-contact {
    float: right;
    margin-bottom: 20px;
}
.result-detail__about .result-detail__icons {
    margin-bottom: 8px;
}
.result-detail__about h1 {
    font-size: 21px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.result-detail__about table {
    margin-bottom: 3px;
    width: 100%;
}
.result-detail__about table th {
    vertical-align: middle;
    line-height: 1.7;
    text-align: left;
    width: 6em;
}
.result-detail__about table td {
    padding: 8px 20px;
    line-height: 1.7;
    vertical-align: middle;
}
.result-detail__about table td.space {
    background: #f0f0f0;
    padding: 0;
    width: 6px;
}
.result-detail__about table td .price {
    font-size: 26px;
}
.result-detail__about table td a {
    font-size: 13px;
    font-weight: normal;
    margin-left: 6px;
    padding: 7px 10px 7px 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: text-bottom;
}
.result-detail__about table td a.link-loan {
    background: #f5f5f5 url("../images/common/icon_arrow5.png") no-repeat 10px 50% / 14px 14px;
    color: #666666;
    border: 1px solid #cccccc;
}
.result-detail__about table td a.link-map {
    background: #fff url("../images/common/icon_arrow6.png") no-repeat 10px 50% / 14px 14px;
    color: #b17638;
    border: 1px solid #be5f3c;
}
.result-detail__side-contact .result-detail__side-contact--tel {
    border: 3px solid #ffba00;
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.result-detail__side-contact .result-detail__side-contact--tel h3 {
    background: #fff1cb;
    padding: 8px 10px;
}
.result-detail__side-contact .result-detail__side-contact--tel .tel {
    padding: 10px;
}
.result-detail__side-contact .result-detail__side-contact--tel .tel span {
    background: url("../images/common/icon_phone1.png") no-repeat 0 50% / 20px 19px;
    font-size: 25px;
    font-weight: bold;
    font-weight: 600;
    padding-left: 28px;
}
.result-detail__side-contact .btn {
    padding-top: 0;
    margin-bottom: 13px;
}
.result-detail__side-contact .btn a {
    font-size: 17px;
    width: 100%;
}
.result-detail__side-contact .btn a span {
    background-position: 0 50%;
}
.result-detail__description {
    border: 1px solid #be5f3c;
    clear: both;
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.result-detail__description p {
    margin-bottom: 0;
}
.result-detail__gallery {
    background: #faf4e1;
    padding: 50px 0 40px;
}
.result-detail__gallery ul {
    font-size: 0;
    letter-spacing: 0;
}
.result-detail__gallery ul li {
    background: #fff;
    font-size: 15px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.result-detail__gallery ul.result-detail__gallery-large li {
    margin-right: 20px;
    margin-bottom: 30px;
    width: 470px;
}
.result-detail__gallery ul.result-detail__gallery-large li:nth-child(even) {
    margin-right: 0;
}
.result-detail__gallery ul.result-detail__gallery-large li .box {
    padding: 30px 30px 20px;
    text-align: center;
}
.result-detail__gallery ul.result-detail__gallery-small li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 225px;
}
.result-detail__gallery ul.result-detail__gallery-small li:nth-child(4n) {
    margin-right: 0;
}
.result-detail__gallery ul.result-detail__gallery-small li .box {
    padding: 15px;
}
.result-detail__gallery ul li a {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 16px;
}
.result-detail__gallery ul li a::after {
    background: url("../images/common/icon_popup.png") no-repeat 0 0 / 32px 32px;
    content: "";
    height: 32px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 32px;
}
.result-detail__gallery ul.result-detail__gallery-small li a::after {
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
}
.result-detail__gallery ul li p {
    margin-bottom: 0;
}
.result-detail__contact {
    background: #ffd791;
    padding: 50px 0;
}
.result-detail__contact .section-inner {
    padding: 0 80px;
    position: relative;
}
.result-detail__contact h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
}
.result-detail__contact h3 span {
    background: url("../images/common/line_dot1.gif") repeat-x 0 100%;
    padding-bottom: 14px;
    position: relative;
}
.result-detail__contact h3 span img {
    position: absolute;
    right: -80px;
    top: -75px;
}
.result-detail__contact .box {
    background: #fff;
    border: 3px solid #ff8300;
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.result-detail__contact .box .txt {
    font-size: 16px;
    font-weight: bold;
    font-weight: 600;
    width: 100px;
}
.result-detail__contact .box .tel {
    text-align: center;
}
.result-detail__contact .box .tel span {
    background: url("../images/common/icon_phone2.png") no-repeat 0 50% / 29px 28px;
    font-size: 41px;
    font-weight: bold;
    font-weight: 600;
    padding-left: 36px;
}
.result-detail__contact .box .btn {
    padding-top: 0;
    padding-left: 2px;
    width: 260px;
}
.result-detail__contact .box .btn a {
    background-position: 0 2px;
    font-size: 17px;
    width: 100%;
}
.result-detail__map .map {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.result-detail__map .map-link {
    text-align: right;
}
.result-detail__map .map-link a span {
    background: url("../images/common/icon_load2.png") no-repeat 100% 50% / 13px 9px;
    color: #b17638;
    padding-right: 18px;
}
.result-detail__point ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.result-detail__point ul li {
    border: 2px solid #dbdbdb;
    color: #999999;
    font-weight: bold;
    font-weight: 600;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 184px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.result-detail__point ul li:nth-child(5n) {
    margin-right: 0;
}
.result-detail__point ul li.on {
    border: 2px solid #ff8300;
    background: #ff8300;
    color: #fff;
}
.result-detail__relation {
    padding: 50px 0 40px;
    background: #ffeac5;
}
.result-detail__data table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 20px;
    width: 100%;
}
.result-detail__data table th {
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
    line-height: 1.6;
    padding: 15px 20px;
    text-align: left;
    width: 17%;
    vertical-align: middle;
}
.result-detail__data table td {
    border-bottom: 1px solid #ccc;
    line-height: 1.6;
    padding: 15px 20px;
    vertical-align: middle;
}

/* Customer
----------------------------------------------- */
.customer-contents .customer-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
}
.customer-contents .customer-title span {
    background: -webkit-linear-gradient(transparent 60%, #ffeac5 60%);
    background: -o-linear-gradient(transparent 60%, #ffeac5 60%);
    background: linear-gradient(transparent 60%, #ffeac5 60%);
    padding: 0 5px 3px;
}
.customer-contents .customer-sub {
    text-align: center;
    margin-bottom: 30px;
}
.customer-contents .customer-link a {
    background: #ff8300 url("../images/common/icon_arrow1.png") no-repeat 95% 50% / 6px 10px;
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 34px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.customer-contents .customer-link a:hover {
    background-color: #fe9628;
}
.customer-contents .customer-link.link-window a {
    background: #2c3e99 url("../images/common/icon_load1.png") no-repeat 95% 50% / 9px 6px;
}
.customer-contents .customer-link.link-window a:hover {
    background-color: #3d4faa;
}
.customer-contents .customer-section-title {
    background-position: 50% 0;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 26px;
    margin-bottom: 35px;
    letter-spacing: 0.05em;
    padding-top: 56px;
}
.customer-contents .customer-section-title span {
    background: url("../images/contents/customer_bg1.gif") repeat-x 0 100%;
    padding: 0 0 14px;
}
.customer-contents #section1 .customer-section-title {
    background-image: url("../images/contents/customer_num1.png");
    background-size: 56px 42px;
}
.customer-contents #section2 .customer-section-title {
    background-image: url("../images/contents/customer_num2.png");
    background-size: 65px 42px;
}
.customer-contents #section3 .customer-section-title {
    background-image: url("../images/contents/customer_num3.png");
    background-size: 65px 42px;
}
.customer-contents #section4 .customer-section-title {
    background-image: url("../images/contents/customer_num4.png");
    background-size: 65px 42px;
}
.customer-contents #section5 .customer-section-title {
    background-image: url("../images/contents/customer_num5.png");
    background-size: 65px 42px;
}
.customer-contents #section1 {
    padding-top: 20px;
}
.customer-contents #section1 .block-txt {
    float: left;
    width: 470px;
}
.customer-contents #section1 .block-img {
    float: right;
    padding-top: 5px;
    width: 450px;
}
.customer-contents .customer-section-bg {
    background: #faf4e1;
    padding: 50px 0;
}
.customer-contents #section2 .customer-search__list {
    font-size: 0;
    letter-spacing: 0;
}
.customer-contents #section2 .customer-search__list li {
    font-size: 15px;
    font-weight: bold;
    font-weight: 600;
    margin-right: 20px;
    display: inline-block;
    text-align: center;
    width: 225px;
    vertical-align: top;
}
.customer-contents #section2 .customer-search__list li:last-child {
    margin-right: 0;
}
.customer-contents #section2 .customer-search__list li .customer-search__list-box {
    background: #fff;
    padding: 10px 10px 20px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.customer-contents #section2 .customer-search__list li .customer-search__list-img {
    margin-bottom: 15px;
}
.customer-contents #section2 .customer-search__list li p {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 42px 42px;
    text-align: center;
    margin-bottom: 14px;
    line-height: 1.6;
    padding-top: 52px;
}
.customer-contents #section2 .customer-search__list li p.icon1 {
    background-image: url("../images/contents/customer_icon1.png");
}
.customer-contents #section2 .customer-search__list li p.icon2 {
    background-image: url("../images/contents/customer_icon2.png");
}
.customer-contents #section2 .customer-search__list li p.icon3 {
    background-image: url("../images/contents/customer_icon3.png");
}
.customer-contents #section2 .customer-search__list li p.icon4 {
    background-image: url("../images/contents/customer_icon4.png");
}
.customer-contents #section2 .customer-search__list li a {
    background: url("../images/common/icon_arrow2.png") no-repeat 95% 50% / 6px 10px;
    color: #ff8300;
    border: 2px solid #ff8300;
    display: block;
    height: 36px;
    line-height: 34px;
    margin: 0 10px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.customer-contents #section2 .customer-search__list li a:hover {
    background: #ff8300 url("../images/common/icon_arrow1.png") no-repeat 95% 50% / 6px 10px;
    color: #fff;
}
.customer-contents #section4 {
    text-align: center;
}
.customer-contents .customer-frame {
    background: #e1bf7e;
    padding: 10px;
    margin-bottom: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.customer-contents .customer-frame-inner {
    background: #fff;
    padding: 30px 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.customer-contents .customer-frame h4 {
    background: url("../images/contents/customer_bg2.gif") repeat-x 0 50%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 21px;
}
.customer-contents .customer-frame h4 span {
    background: #fff;
    padding: 10px 25px;
}
.customer-contents .customer-promise li {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 83px 28px;
    font-weight: bold;
    font-weight: 600;
    border-bottom: 1px solid #e1bf7e;
    font-size: 17px;
    padding: 14px 0 14px 100px;
}
.customer-contents .customer-promise li.num1 {
    background-image: url("../images/contents/customer_promise_icon1.png");
}
.customer-contents .customer-promise li.num2 {
    background-image: url("../images/contents/customer_promise_icon2.png");
}
.customer-contents .customer-promise li.num3 {
    background-image: url("../images/contents/customer_promise_icon3.png");
}
.customer-contents .customer-promise li.num4 {
    background-image: url("../images/contents/customer_promise_icon4.png");
}
.customer-contents .customer-promise li.num5 {
    background-image: url("../images/contents/customer_promise_icon5.png");
}
.customer-contents .customer-promise li.num6 {
    background-image: url("../images/contents/customer_promise_icon6.png");
}
.customer-contents .customer-promise li.num7 {
    background-image: url("../images/contents/customer_promise_icon7.png");
}


/* Staff
----------------------------------------------- */
.staff-contents .staff-list {
    font-size: 0;
    letter-spacing: 0;
}
.staff-contents .staff-list li {
    display: inline-block;
    font-size: 13px;
    margin: 0 20px 50px 0;
    text-align: center;
    width: 225px;
    vertical-align: top;
}
.staff-contents .staff-list li:nth-child(4n) {
    margin-right: 0;
}
.staff-contents .staff-list li img {
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    max-height:165px;
}
.staff-contents .staff-list li .staff-list__name {
    font-size: 17px;
    font-weight: bold;
    font-weight: 600;
    margin-bottom: 10px;
}
.staff-contents .staff-list li .staff-list__link a {
    background: url("../images/common/icon_arrow2.png") no-repeat 95% 50% / 4px 8px;
    color: #ff8300;
    border: 1px solid #ff8300;
    display: inline-block;
    height: 24px;
    line-height: 23px;
    width: 140px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.staff-contents .staff-list li .staff-list__link a:hover {
    color: #fff;
    background: #ff8300 url("../images/common/icon_arrow1.png") no-repeat 95% 50% / 4px 8px;
}
.staff-contents .staff-detail .staff-detail__img {
    float: left;
    margin-bottom: 40px;
    width: 340px;
}
.staff-contents .staff-detail .staff-detail__img img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
.staff-contents .staff-detail .staff-detail__data {
    float: right;
    margin-bottom: 40px;
    width: 480px;
}
.staff-contents .staff-detail .staff-detail__data dl {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.staff-contents .staff-detail .staff-detail__data dl dt {
    line-height: 1.5;
    float: left;
    width: 70px;
}
.staff-contents .staff-detail .staff-detail__data dl dt span {
    background: #ff8300;
    color: #fff;
    display: block;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
}
.staff-contents .staff-detail .staff-detail__data dl dd {
    line-height: 1.5;
    float: right;
    width: 390px;
}
.staff-contents .staff-detail .staff-detail__comment {
    clear: both;
    border: 1px solid #e1bf7e;
    padding: 30px 30px 28px;
    margin-bottom: 30px;
    position: relative;
}
.staff-contents .staff-detail .staff-detail__comment h3 {
    background: url("../images/contents/staff_comment_bg.gif") no-repeat 50% 0;
    position: absolute;
    left: 0;
    height: 26px;
    text-align: center;
    color: #e1bf7e;
    font-size: 20px;
    line-height: 26px;
    top: -15px;
    width: 100%;
}
.staff-contents .staff-detail .staff-detail__comment p {
    margin-bottom: 0;
}
.staff-contents .staff-detail .staff-detail__gallery {
    background: url("../images/common/bg3.gif") repeat 0 0;
    padding: 30px;
}
.staff-contents .staff-detail .staff-detail__gallery ul {
    font-size: 0;
    letter-spacing: 0;
}
.staff-contents .staff-detail .staff-detail__gallery ul li {
    font-size: 15px;
    margin-right: 5%;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
    width: 30%;
    vertical-align: top;
}
.staff-contents .staff-detail .staff-detail__gallery ul li:nth-child(3n) {
    margin-right: 0;
}


/* Company
----------------------------------------------- */
.company-contents p.sub {
    font-family: serif;
    font-size: 30px;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.3;
}
.company-contents .map-link {
    background: #808080 url("../images/common/icon_arrow1.png") no-repeat 10px 50% / 4px 8px;
    padding: 3px 10px 3px 20px;
    color: #fff;
    font-size: 13px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin: 0 10px;
}
.company-contents .block1 .block-txt {
    float: right;
    width: 630px;
}
.company-contents .block1 .block-img {
    float: left;
    padding-top: 3px;
    width: 290px;
}
.company-contents .block2 .block-txt {
    float: left;
    padding-top: 5px;
    width: 590px;
}
.company-contents .block2 .block-img {
    float: right;
    width: 346px;
}
.company-contents .block3 .block-txt {
    float: left;
    width: 520px;
}
.company-contents .block3 .block-img {
    float: right;
    padding-top: 3px;
    width: 405px;
}
.company-contents .block3 dl dt {
    font-size: 17px;
}
.company-contents .block3 dl dd a.icon-arrow {
    background: url("../images/common/icon_arrow2.png") no-repeat 2px 3px / 6px 10px;
    color: #ff8300;
    padding-left: 16px;
    text-decoration: underline;
}
.company-contents .block3 dl dd a:hover {
    text-decoration: none;
}
.company-contents .company-gallery img {
    margin-bottom: 20px;
}
.company-contents .company-gallery .company-gallery__block1 .left {
    float: left;
    width: 400px;
}
.company-contents .company-gallery .company-gallery__block1 .right {
    float: right;
    width: 534px;
}
.company-contents .company-gallery .company-gallery__block2 .left {
    float: left;
    width: 452px;
}
.company-contents .company-gallery .company-gallery__block2 .right {
    float: right;
    width: 478px;
}

/* Contact
----------------------------------------------- */
.mail-form__flow {
    text-align: center;
    margin-bottom: 25px;
}
.mail-form__table {
    margin-bottom: 30px;
}
.mail-form__table th {
    padding-right: 0;
    width: 19%;
}
.mail-form__table td .item-name {
    display: block;
    margin-bottom: 6px;
}
.mail-form__table td .item-name small {
    margin-left: 5px;
}
.mail-form__table td .radio {
    margin-right: 40px;
}
.mail-form__table td.icon {
    background: #f2f2f2;
    width: 70px;
    text-align: right;
    padding-left: 0;
}
.mail-form__table td.icon span {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-weight: 600;
    padding: 3px 8px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
.mail-form__table td.icon span.required {
    background: #e4332d;
}
.mail-form__table td.icon span.optional {
    background: #999897;
}
.mail-form__table td.form-name input {
    margin-right: 10px;
    margin-left: 5px;
    width: 35%;
}
.mail-form__table td.form-name .label-em {
    margin-left: 1em;
}
.mail-form__table td.form-tel input {
    width: 20%;
}
.mail-form__table td.form-address .zip-input {
    margin: 0 5px;
    width: 120px;
}
.mail-form__table td.form-address .zip-search-btn {
    background: #666;
    color: #fff;
    padding: 6px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mail-form__table td.form-address .form-address__pref-city {
    padding-top: 14px;
}
.mail-form__table td.form-address .form-address__pref-city select {
    margin-right: 8px;
    width:130px;
}
.mail-form__table td.form-address .form-address__other {
    padding-top: 14px;
}
.mail-form__table td.form-address .form-address__other input {
    width: 100%;
}
.mail-form__table td.form-condition .selectunit-label {
    padding-left: 5px;
}
.mail-form__table td.form-condition .col {
    width: 30%;
}
.mail-form__table td.form-condition .col select {
    width: 140px;
}
.mail-form__table td .form-list li {
    margin-bottom: 10px;
}
.mail-form__table td .form-list li:last-child {
    margin-bottom: 20px;
}
.mail-form__table td .row {
    margin-bottom: 10px;
}
.mail-form__table td .errMsg {
    color: #d60010;
    display: block;
    font-size: 13px;
    margin-top: 8px;
}
.mail-form__table td .form-comment {
    display: block;
    font-size: 13px;
    margin-top: 8px;
}
.mail-form__table td .ui-list--hz3 li,
.mail-form__table td .ui-list--hz2 li {
    line-height: 2.5;
    margin-bottom: 0;
}
.form-attemtion {
    font-size: 13px;
    line-height: 1.7;
}
.form-ssl {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 15px 160px;
}
.form-ssl .form-ssl__img {
    text-align: center;
    padding-right: 20px;
}
.form-ssl .form-ssl__img span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    font-weight: 600;
    margin-top: 8px;
}
.form-ssl .form-ssl__txt {
    font-size: 13px;
    line-height: 1.7;
}
.form-privacy a {
    color: #e4332d;
}
.form-button .btn {
    padding-top: 0;
    margin-bottom: 10px;
}
.form-buttons {
    margin: 0 auto;
    width: 650px;
}
.form-buttons .btn {
    padding-top: 0;
    clear: none;
    margin-bottom: 13px;
}

.mail-form__table td.form-home__kind ul li {
    margin-bottom: 15px;
}
.mail-form__table td.form-home__kind ul li:last-child {
    margin-bottom: 0;
}
.mail-form__table td.form-home__kind ul li input[type="text"] {
    margin: 0 5px;
    width: 60%
}
.mail-form__table td.form-home__area .form-home__area-group {
    margin-bottom: 15px;
}
.mail-form__table td.form-home__area .form-home__area-group:last-child {
    margin-bottom: 0;
}
.mail-form__table td.form-home__area .form-home__area-group input[type="text"],
.mail-form__table td.form-home__area .form-home__area-group input[type="tel"] {
    margin: 0 10px;
    width: 200px;
}
.mail-form__table td.form-home__area .form-home__area-group .radio {
    margin-right: 20px;
}
.mail-form__table td.form-home__year input[type="text"] {
    margin-right: 10px;
    width: 150px;
}
.mail-form__table td.form-home__price input[type="text"] {
    margin-right: 10px;
    width: 150px;
}

/* Mypage
----------------------------------------------- */
/* mypage nav */
.mypage-nav {
    margin-bottom: 30px;
}
.mypage-nav ul {
    float: right;
}
.mypage-nav ul li {
    font-size: 12px;
    display: inline-block;
}
.mypage-nav ul li.search-nav__title {
    font-weight: bold;
    font-weight: 600;
    margin-right: 10px;
}
.mypage-nav ul li a {
    background: url("../images/common/icon_arrow2.png") no-repeat 0 50% / 5px 9px;
    padding-left: 12px;
    margin-right: 15px;
}
.mypage-nav ul li:last-child a {
    margin-right: 0;
}

/* mypage tab */
.mypage-tab ul li {
    float: left;
    margin-right: 10px;
    /*width: 150px;*/
    width: 184px;
}
.mypage-tab ul li:last-child {
    margin-right: 0;
}
.mypage-tab ul li a {
    background: #faf4e1;
    display: block;
    font-size: 15px;
    font-weight: bold;
    font-weight: 600;
    text-align: center;
    padding: 12px 0 10px;
    overflow: hidden;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.mypage-tab ul li a:hover {
    color: #333;
    background-color: #ffeac5;
}
.mypage-tab ul li a.current {
    background: #ffeac5;
}
.mypage-tab ul li a > span {
    background: url("../images/common/icon_arrow2.png") no-repeat 100% 50% / 6px 10px;
    padding-right: 13px;
}
.mypage-tab ul li a.current > span {
    background: url("../images/common/icon_arrow3.png") no-repeat 100% 50% / 10px 6px;
    padding-right: 15px;
}

/* mypage tab */
.mypage-footer ul li {
    float: left;
    margin-right: 10px;
    /*width: 150px;*/
    width: 184px;
}
.mypage-footer ul li:last-child {
    margin-right: 0;
}
.mypage-footer ul li a {
    background: #faf4e1;
    display: block;
    font-size: 15px;
    font-weight: bold;
    font-weight: 600;
    text-align: center;
    padding: 12px 0 10px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.mypage-footer ul li a:hover {
    color: #333;
    background: #ffeac5;
}
.mypage-footer ul li a.current {
    background: #ffeac5;
}
.mypage-footer ul li a > span {
    background: url("../images/common/icon_arrow2.png") no-repeat 100% 50% / 6px 10px;
    padding-right: 13px;
}
.mypage-footer ul li a.current > span {
    background: none;
    padding-right: 0;
}

/* mypage contents */
.mypage-contents {
    background: #ffeac5;
    padding: 30px 0 50px;
}
.mypage-contents .inner {
    width: 760px;
}
.mypage-contents .result-contents {
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 30px;
}
.mypage-contents .btn.mb-40 {
    margin-bottom: 40px;
}
.mypage-contents .row-list li {
    margin-bottom: 0;
}
.mypage-oneclick {
    margin-bottom: 40px;
}
.mypage-contents .ui-table--itemcol3 th.num,
.mypage-contents .ui-table--itemcol3 th.count {
    border-right: 1px solid #ffeac5;
}
.mypage-contents .ui-table--itemcol3 td.num,
.mypage-contents .ui-table--itemcol3 td.count {
    border-right: 1px solid #ffeac5;
    border-bottom: 1px solid #ffeac5;
}
.mypage-contents .ui-table--itemcol3 th.num {
    width: 8%;
}
.mypage-contents .ui-table--itemcol3 td.count {
    width: 20%;
}
.mypage-contents .ui-table--itemcol3 td.count a {
    font-weight: bold;
    font-weight: 600;
    color: #e4332d;
    text-decoration: underline;
}
.mypage-contents .ui-table--itemcol3 td.count a:hover {
    text-decoration: none;
}
.mypage-contents .ui-table--itemcol3 td.conditions {
    border-bottom: 1px solid #ffeac5;
    text-align: left;
    padding: 15px 10px;
}
.mypage-contents .ui-table--itemcol3 td.conditions .icon-category {
    margin-right: 10px;
}
.mypage-contents .ui-table--itemcol3 td.conditions a {
    text-decoration: underline;
}
.mypage-contents .ui-table--itemcol3 td.conditions a:hover {
    text-decoration: none;
}
.mypage-mailadmin {
    margin-bottom: 40px;
}
.mypage-mailadmin__box {
    background: #fff;
    padding: 20px;
}
.mypage-mailadmin__box .mypage-mailadmin__box--unread {
    float: left;
    margin-bottom: 10px;
    font-weight: bold;
    font-weight: 600;
    color: #e4332d;
}
.mypage-mailadmin__box .mypage-mailadmin__box--link {
    float: right;
    margin-bottom: 10px;
}
.mypage-mailadmin__box .mypage-mailadmin__box--link a {
    background: url("../images/common/icon_window1.png") no-repeat 100% 50% / 13px 13px;
    padding-right: 20px;
}
.mypage-mailadmin__box .mypage-mailadmin__box--cont {
    background: #f5f5f5;
    clear: both;
    padding: 10px 15px;
}
.mypage-mailadmin__box .mypage-mailadmin__box--cont dl {
    margin-bottom: 0;
}
.mypage-mailadmin__box .mypage-mailadmin__box--cont dl dt {
    margin-bottom: 3px;
}
.mypage-mailadmin__box .mypage-mailadmin__box--cont dl dd {
    font-size: 13px;
    margin-bottom: 3px;
}
.mypage-mailadmin__box .mypage-mailadmin__box--cont p {
    font-size: 13px;
    margin-bottom: 0;
    text-align: right;
}
.mypage-mailadmin__box .mypage-mailadmin__box--cont p a {
    background: url("../images/common/icon_arrow2.png") no-repeat 0 50% / 6px 10px;
    padding-left: 12px;
}
.ui-table--itemcol3.mypage-matching__table td.count {
    width: 14%;
}
.ui-table--itemcol3.mypage-matching__table td table {
    width: 100%;
}
.ui-table--itemcol3.mypage-matching__table td table td {
    text-align: left;
    padding: 0;
    vertical-align: middle;
}
.ui-table--itemcol3.mypage-matching__table td table td.links {
    text-align: center;
    padding-left: 10px;
    width: 290px;
}
.ui-table--itemcol3.mypage-matching__table td table td.links a {
    background-repeat: no-repeat;
    background-size: 5px 9px;
    background-position: right 8px top 50%;
    border-width: 1px;
    border-style: solid;
    display: block;
    height: 32px;
    line-height: 30px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    text-decoration: none;
    font-size: 13px;
}
.ui-table--itemcol3.mypage-matching__table td table td.links a.link-edit {
    background-image: url("../images/common/icon_arrow9.png");
    border-color: #e1bf7e;
    color: #e1bf7e;
    float: left;
    width: 48%;
}
.ui-table--itemcol3.mypage-matching__table td table td.links a.link-edit:hover {
    background-image: url("../images/common/icon_arrow1.png");
    background-color: #e1bf7e;
    color: #fff;
}
.ui-table--itemcol3.mypage-matching__table td table td.links a.link-list {
    background-image: url("../images/common/icon_arrow2.png");
    border-color: #ff8300;
    color: #ff8300;
    float: right;
    width: 48%;
}
.ui-table--itemcol3.mypage-matching__table td table td.links a.link-list:hover {
    background-image: url("../images/common/icon_arrow1.png");
    background-color: #ff8300;
    color: #fff;
}
.ui-table--itemcol3.mypage-matching__table td table td.links a.link-register {
    background-image: url("../images/common/icon_arrow8.png");
    border-color: #ccc;
    color: #aaa;
}
.ui-table--itemcol3.mypage-matching__table td table td.links a.link-register:hover {
    background-image: url("../images/common/icon_arrow1.png");
    background-color: #aaa;
    color: #fff;
}
.mypage-joken__form td.form-name input {
    width: 100%;
}


/* Login
----------------------------------------------- */
.login-contents .heading-3 {
    padding-bottom: 0;
    border-bottom: none;
    padding: 3px 0 2px 18px;
}
.login-contents .box-input {
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}
.login-contents .box-input__title {
    font-weight: bold;
    font-weight: 600;
    width: 120px;
}
.login-contents .btn {
    margin-bottom: 40px;
    padding-top: 0;
}
.login-contents .btn a {
    width: 100%;
}
.login-contents .forget-area .btn a {
    background: #f0f0f0 url("../images/common/icon_arrow8.png") no-repeat 96% 50% / 8px 13px;
    border: 1px solid #ccc;
    color: #333;
}
.login-contents .forget-area .btn a:hover {
    background-color: #f5f5f5;
}



/* Tax
----------------------------------------------- */
.tax-table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: none;
    border-right: none;
    margin-bottom: 50px;
    width: 100%
}
.tax-table thead th {
    background-color: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
}
.tax-table tbody th {
    text-align: center;
}
.tax-table tbody th,
.tax-table tbody td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
    vertical-align: middle;
}
.tax-table tbody th {
    background: #f2f2f2;
    text-align: center;
}
.tax-table--type1 th {
    width: 20%;
}
.tax-table--type2 th {
    width: 25%;
}
.tax-table--type2 td {
    text-align: center;
}

/* sale
----------------------------------------------- */
.sale-contents .contents-heading-2 {
    font-size: 36px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
}
.sale-contents .contents-heading-2 span {
    background: url("../images/common/dot1.png") repeat-x 0 100%;
    padding-bottom: 15px;
}
.sale-contents .sale-contents__heading {
    padding-top: 260px;
}
.sale-contents .contents-heading {
    background: #796339;
    padding: 35px 0 30px;
}
.sale-contents .contents-heading h1 {
    position: absolute;
    right: 0;
    bottom: -30px;
}
.sale-contents .contents-heading h2 {
    background: #fff;
    border: 3px solid #796339;
    color: #796339;
    font-size: 23px;
    display: inline-block;
    letter-spacing: 0.07em;
    text-align: center;
    position: absolute;
    top: -57px;
    left: 0;
    height: 44px;
    line-height: 40px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    width: 360px;
}
.sale-contents .contents-heading__contact-tel {
    float: left;
    width: 370px;
} 
.sale-contents .contents-heading__contact-btn {
    float: left;
}
.sale-contents .contents-heading__contact-btn .btn {
    padding-top: 0;
}
.sale-contents .sale-contents__trouble {
    padding-bottom: 20px;
}
.sale-contents .sale-contents__trouble .trouble-list {
    background: #ffeac5;
    padding: 40px 0 30px;
}
.sale-contents .sale-contents__trouble .trouble-list ul {
    padding-left: 1px;
}
.sale-contents .sale-contents__trouble .trouble-list ul li {
    float: left;
    margin-right: 13px;
    margin-bottom: 20px;
    width: 230px;
}
.sale-contents .sale-contents__trouble .trouble-list ul li:nth-child(4n) {
    margin-right: 0;
}
.sale-contents .sale-contents__trouble .trouble-comment {
    background: url("../images/contents/sale_trouble_arrow.png") no-repeat 50% 0;
    padding-top: 16px;
    text-align: center;
}
.sale-contents .sale-contents__trouble .trouble-comment p {
    background: url("../images/common/bg4.gif") repeat 0 0;
    border: 5px solid #ff8300;
    color: #ff8300;
    font-size: 32px;
    font-weight: bold;
    font-weight: 600;
    line-height: 1.4;
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; 
}
.sale-contents .sale-contents__advantage {
    background: #faf4e1;
    padding: 50px 0 60px;
}
.sale-contents .sale-contents__advantage .block {
    background: #fff;
    border: 2px solid #cfc5a7;
    padding: 0 28px 28px;
    margin-top: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; 
}
.sale-contents .sale-contents__advantage .block h3 {
    border-bottom: 1px solid #cfc5a7;
    font-size: 32px;
    color: #ff8300;
    padding: 18px 0 15px 100px;
    margin-bottom: 20px;
    position: relative;
}
.sale-contents .sale-contents__advantage .block h3 img {
    position: absolute;
    left: 0;
    top: -8px;
}
.sale-contents .sale-contents__advantage .block > img {
    float: right;
}
.sale-contents .sale-contents__advantage .block .txt {
    float: left;
    width: 520px;
}
.sale-contents .sale-contents__advantage .block .txt p {
    margin-bottom: 8px;
}
.sale-contents .sale-contents__advantage .block .txt p.fw-bold {
    font-size: 18px;
    line-height: 1.6;
}
.sale-contents .sale-contents__flow .box {
    border: 5px solid #333;
    margin-bottom: 80px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; 
}
.sale-contents .sale-contents__flow h2 {
    background: #ffeac5;
    font-size: 36px;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.sale-contents .sale-contents__flow .box-inner {
    padding: 0 25px 10px;
}
.sale-contents .sale-contents__flow .box-inner p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-weight: 600;
    margin-bottom: 30px;
}
.sale-contents .sale-contents__flow ul li {
    border: 2px solid #ff8300;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 210px;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.sale-contents .sale-contents__flow ul li::after {
    content: "";
    right: -17px;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #ff8300;
    top: 50%;
    position: absolute;
    margin-top: -10px;
}
.sale-contents .sale-contents__flow ul li:nth-child(4n) {
    margin-right: 0;
}
.sale-contents .sale-contents__flow ul li:nth-child(4n)::after {
    content: none;
}
.sale-contents .sale-contents__flow ul li .num {
    background: #ff8300;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    font-weight: 600;
    padding: 6px;
}
.sale-contents .sale-contents__flow ul li .num span {
    font-size: 20px;
    margin-left: 5px;
}
.sale-contents .sale-contents__flow ul li dl {
    padding: 5px 10px 15px;
    margin-bottom: 0;
}
.sale-contents .sale-contents__flow ul li dl dt {
    color: #ff8300;
    display: table;
    font-size: 20px;
    line-height: 1.5;
    width: 100%;
}
.sale-contents .sale-contents__flow ul li dl dt span {
    display: table-cell;
    height: 80px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
}
.sale-contents .sale-contents__flow ul li dl dd {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0;
}
.sale-contents .sale-contents__point h2 {
    background: #ff8300;
    margin-bottom: 40px;
}
.sale-contents .sale-contents__point h2 .title-inner {
    height: 180px;
    padding: 0 200px;
    position: relative;
}
.sale-contents .sale-contents__point h2 .title-inner img {
    position: absolute;
    bottom: 0;
}
.sale-contents .sale-contents__point .block {
    margin-bottom: 10px;
}
.sale-contents .sale-contents__point .block img {
    float: left;
}
.sale-contents .sale-contents__point .block p {
    float: right;
    width: 460px;
}
.sale-contents .sale-contents__point table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 40px;
    width: 100%;
}
.sale-contents .sale-contents__point table th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    text-align: center;
    padding: 20px;
    width: 26%;
    vertical-align: middle;
}
.sale-contents .sale-contents__point table th.merit {
    background: #faf4e1;
    color: #ff8300
}
.sale-contents .sale-contents__point table th.demerit {
    background: #f5f5f5;
    color: #808080
}
.sale-contents .sale-contents__point table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    vertical-align: middle;
}
.sale-contents .sale-contents__point table td ul li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
    margin-bottom: 5px;
}


/* Assurance
----------------------------------------------- */
.assurance-contents .assurance-contents__heading {
    padding-top: 260px;
}
.assurance-contents .contents-heading {
    background: #cd3a00;
    padding: 35px 0 30px;
}
.assurance-contents .contents-heading h1 {
    position: absolute;
    right: 0;
    bottom: -30px;
}
.assurance-contents .contents-heading h2 {
    background: #fff;
    border: 3px solid #cd3a00;
    color: #cd3a00;
    font-size: 23px;
    display: inline-block;
    letter-spacing: 0.07em;
    text-align: center;
    position: absolute;
    top: -57px;
    left: 0;
    height: 44px;
    line-height: 40px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    width: 360px;
}
.assurance-contents .contents-heading__contact-tel {
    float: left;
    width: 370px;
} 
.assurance-contents .contents-heading__contact-btn {
    float: left;
}
.assurance-contents .contents-heading__contact-btn .btn {
    padding-top: 0;
}
.assurance-contents .contents-heading__contact-btn .btn a {
    -webkit-box-shadow: 0px 3px #70290d;
    -moz-box-shadow: 0px 3px #70290d;
    box-shadow: 0px 3px #70290d;
}
.assurance-contents .assurance-contents__trouble .trouble-main {
    background: #faf4e1 url("../images/contents/assurance_trouble_bg.jpg") no-repeat 50% 100%;
    text-align: right;
    padding: 65px 0 40px;
}
.assurance-contents .assurance-contents__trouble .trouble-comment {
    font-weight: bold;
    font-weight: 600;
    text-align: center;
}
.assurance-contents .assurance-contents__trouble .trouble-comment p {
    line-height: 1.6;
}
.assurance-contents .assurance-contents__trouble .trouble-comment__l {
    background: #cd3a00;
    color: #fff;
    font-size: 33px;
    padding: 25px 0;
    position: relative;
    margin-bottom: 50px;
}
.assurance-contents .assurance-contents__trouble .trouble-comment__l::after {
    content: "";
    border-style: solid;
    border-width: 24px 24px 0 24px;
    border-color: #cd3a00 transparent transparent transparent;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -24px;
}
.assurance-contents .assurance-contents__trouble .trouble-comment__m {
    font-size: 36px;
    margin-bottom: 0;
}
.assurance-contents .assurance-contents__trouble .trouble-comment__s {
    font-size: 22px;
}
.assurance-contents .assurance-contents__trouble .trouble-comment__s span {
    font-size: 33px;
    color: #cd3a00;
}
.assurance-contents .assurance-contents__system .img {
    width: 370px;
    padding-right: 20px;
    text-align: center;
}
.assurance-contents .assurance-contents__system .txt p.fw-bold {
    font-size: 18px;
    margin-bottom: 0;
}
.assurance-contents .assurance-contents__system .txt p.fw-bold span {
    color: #cd3a00
}
.assurance-contents .assurance-contents__merit ul {
    font-size: 0;
    letter-spacing: 0;
}
.assurance-contents .assurance-contents__merit ul li {
    font-size: 15px;
    display: inline-block;
    margin-right: 4%;
    margin-bottom: 30px;
    width: 48%;
    vertical-align: top
}
.assurance-contents .assurance-contents__merit ul li:nth-child(even) {
    margin-right: 0;
}
.assurance-contents .assurance-contents__merit ul li:last-child {
    margin-bottom: 0;
}
.assurance-contents .assurance-contents__merit ul li .box {
    background: #ff8300;
    padding: 0 10px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.assurance-contents .assurance-contents__merit ul li h3 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 13px;
}
.assurance-contents .assurance-contents__merit ul li p {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.assurance-contents .assurance-contents__merit ul li p b {
    font-size: 17px;
}
.assurance-contents .assurance-contents__flow ul {
    padding-top: 10px;
}
.assurance-contents .assurance-contents__flow ul li {
    margin-bottom: 20px;
    padding-bottom: 44px;
    position: relative;
    background: url("../images/contents/contents_arrow1.png") no-repeat 50% 100%;
}
.assurance-contents .assurance-contents__flow ul li.flow-item4,
.assurance-contents .assurance-contents__flow ul li.flow-item5 {
    background: none;
}
.assurance-contents .assurance-contents__flow ul li dl {
    padding: 0 20px 20px;
    background: #faf4e1;
    margin-bottom: 0;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.assurance-contents .assurance-contents__flow ul li.flow-item5 dl::before {
    background: url("../images/contents/contents_arrow1.png") no-repeat 50% 100%;
    content: "";
    position: absolute;
    top: -44px;
    height: 25px;
    left: 50%;
    margin-left: -18px;
    width: 36px;
}
.assurance-contents .assurance-contents__flow ul li dl dt {
    font-size: 22px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 0;
}
.assurance-contents .assurance-contents__flow ul li.flow-item1 dl dt span {
    background: url("../images/contents/assurance_icon1.png") no-repeat 0 50% / 60px 46px;
    padding: 12px 0 12px 73px;
}
.assurance-contents .assurance-contents__flow ul li.flow-item2 dl dt span {
    background: url("../images/contents/assurance_icon2.png") no-repeat 0 50% / 41px 40px;
    padding: 10px 0 10px 55px;
}
.assurance-contents .assurance-contents__flow ul li.flow-item3 dl dt span {
    background: url("../images/contents/assurance_icon3.png") no-repeat 0 50% / 30px 40px;
    padding: 10px 0 10px 42px;
}
.assurance-contents .assurance-contents__flow ul li.flow-item4 dl dt span {
    background: url("../images/contents/assurance_icon4.png") no-repeat 0 50% / 53px 38px;
    padding: 10px 0 10px 65px;
}
.assurance-contents .assurance-contents__flow ul li dl dd {
    background: #fff;
    padding: 15px 30px;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.assurance-contents .assurance-contents__flow ul li.flow-item5 dl {
    float: left;
    width: 48%;
}
.assurance-contents .assurance-contents__flow ul li.flow-item5 dl:last-child {
    background: #ffeac5;
    float: right;
}
.assurance-contents .assurance-contents__flow ul li.flow-item5 dl:last-child dd {
    font-weight: bold;
    font-weight: 600;
}


/* Insurance
----------------------------------------------- */
.insurance-contents .insurance-contents__heading {
    padding-top: 260px;
}
.insurance-contents .contents-heading {
    background: #4d9246;
    padding: 35px 0 30px;
}
.insurance-contents .contents-heading h1 {
    position: absolute;
    right: 0;
    bottom: -30px;
}
.insurance-contents .contents-heading h2 {
    background: #fff;
    border: 3px solid #4d9246;
    color: #4d9246;
    font-size: 23px;
    display: inline-block;
    letter-spacing: 0.07em;
    text-align: center;
    position: absolute;
    top: -57px;
    left: 0;
    height: 44px;
    line-height: 40px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    width: 360px;
}
.insurance-contents .contents-heading__contact-tel {
    float: left;
    width: 370px;
} 
.insurance-contents .contents-heading__contact-btn {
    float: left;
}
.insurance-contents .contents-heading__contact-btn .btn {
    padding-top: 0;
}
.insurance-contents .insurance-contents__message {
    background: #faf4e1;
    padding: 40px 0 50px;
}
.insurance-contents .insurance-contents__message p {
    font-weight: bold;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.insurance-contents .insurance-contents__message .box {
    background: #fff;
    border: 2px solid #ff8300;
    padding: 26px 28px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.insurance-contents .insurance-contents__message .box img {
    float: left;
    margin-right: 30px;
    margin-top: 3px;
}
.insurance-contents .insurance-contents__message .box p {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: left;
}
.insurance-contents .insurance-contents__merit .block1 {
    border-right: 1px solid #4d9246;
    border-left: 1px solid #4d9246;
    margin-top: 30px;
}
.insurance-contents .insurance-contents__merit .block1 h3 {
    background: #4d9246
}
.insurance-contents .insurance-contents__merit .block1 .large {
    color: #4d9246
}
.insurance-contents .insurance-contents__merit .block2 {
    border-right: 1px solid #ff8300;
    border-left: 1px solid #ff8300;
    border-bottom: 1px solid #ff8300;
}
.insurance-contents .insurance-contents__merit .block2 h3 {
    background: #ff8300
}
.insurance-contents .insurance-contents__merit .block2 .large {
    color: #ff8300
}
.insurance-contents .insurance-contents__merit .block h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}
.insurance-contents .insurance-contents__merit .block ul {
    padding: 0 10px 30px;
}
.insurance-contents .insurance-contents__merit .block ul li {
    float: left;
    text-align: center;
    position: relative;
    font-weight: bold;
    font-weight: 600;
    padding: 0 10px;
    height: 210px;
    width: 33.3%;
}
.insurance-contents .insurance-contents__merit .block ul li::after {
    background: #ccc;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
}
.insurance-contents .insurance-contents__merit .block ul li:last-child::after {
    content: none;
}
.insurance-contents .insurance-contents__merit .block ul li p {
    margin-bottom: 0;
}
.insurance-contents .insurance-contents__merit .block ul li p.large {
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 10px;
    height: 110px;
    vertical-align: middle;
}
.insurance-contents .insurance-contents__merit .block-inner {
    padding: 10px 49px 30px;
}
.insurance-contents .insurance-contents__merit .block-inner .box {
    border: 5px solid #ccc;
    padding: 30px 10px 27px;
    text-align: center;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.insurance-contents .insurance-contents__merit .block-inner .box h4 {
    position: absolute;
    font-size: 24px;
    top: -20px;
    left: 0;
    width: 100%;
}
.insurance-contents .insurance-contents__merit .block-inner .box h4 span {
    background: #fff;
    padding: 0 20px;
}
.insurance-contents .insurance-contents__merit .block-inner .box p {
    font-size: 17px;
    font-weight: bold;
    font-weight: 600;
    margin-bottom: 0;
}
.insurance-contents .insurance-contents__merit .block-inner .top-arrow {
    background: url("../images/contents/contents_arrow1.png") no-repeat 50% 0;
    font-size: 18px;
    font-weight: bold;
    font-weight: 600;
    margin-top: 25px;
    padding-top: 37px;
    text-align: center;
}
.insurance-contents .insurance-contents__merit .block-inner .top-arrow span {
    color: #cd3a00;
}
.insurance-contents .insurance-contents__merit .block-inner .bg-box {
    background: #cd3a00;
    padding: 20px 10px 10px; 
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.insurance-contents .insurance-contents__merit .block-inner .bg-box p {
    font-size: 22px;
    font-weight: bold;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
.insurance-contents .insurance-contents__merit .block-inner .bg-box p span {
    font-size: 33px;
}
.insurance-contents .insurance-contents__merit .block-inner .bg-box small {
    display: block;
    text-align: right;
    font-size: 12px;
}
.insurance-contents .insurance-contents__merit .block3 {
    margin-top: 50px;
    padding: 0 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.insurance-contents .insurance-contents__merit .block3 .box {
    background: #4d9246;
    color: #fff;
    padding: 24px 40px 30px;
    margin-right: 6%;
    text-align: center;
    width: 47%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.insurance-contents .insurance-contents__merit .block3 .box:last-child {
    margin-right: 0;
}
.insurance-contents .insurance-contents__merit .block3 .box h4 {
    font-size: 28px;
    border-bottom: 1px solid #a6c9a3;
    padding-bottom: 20px;
    margin-bottom: 24px;
}
.insurance-contents .insurance-contents__merit .block3 .box p {
    font-weight: bold;
    font-weight: 600;
    margin-bottom: 0;
}
.insurance-contents .insurance-contents__flow .block {
    background: #faf4e1;
    padding: 40px 105px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.insurance-contents .insurance-contents__flow .block img {
    margin-bottom: 30px;
}
.insurance-contents .insurance-contents__flow .block p {
    margin-bottom: 10px;
}
.insurance-contents .insurance-contents__flow .block p.small {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 13px;
}
.insurance-contents .insurance-contents__what .what-img img {
    float: right;
    margin-left: 36px;
}
.insurance-contents .insurance-contents__what .what-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.insurance-contents .insurance-contents__what .what-list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; 
    align-items: center; 
    color: #ff8300;
    border: 2px solid #ff8300;
    font-size: 17px;
    font-weight: bold;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
    line-height: 1.8;
    margin-right: 20px;
    width: 225px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.insurance-contents .insurance-contents__what .what-list li:last-child {
    margin-right: 0;
}
.insurance-contents .insurance-contents__what .merit-block {
    background: #faf4e1;
    padding: 40px 0 0;
    margin-bottom: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.insurance-contents .insurance-contents__what .merit1 {
    background: #faf4e1 url("../images/contents/insurance_img3.png") no-repeat 98% 100%;
}
.insurance-contents .insurance-contents__what .merit2 {
    background: #faf4e1 url("../images/contents/insurance_img4.png") no-repeat 98% 100%;
}
.insurance-contents .insurance-contents__what .merit-block h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}
.insurance-contents .insurance-contents__what .merit-block h3 span {
    padding: 13px 30px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
}
.insurance-contents .insurance-contents__what .merit1 h3 span {
    background: #ff8300
}
.insurance-contents .insurance-contents__what .merit2 h3 span {
    background: #4d9246
}
.insurance-contents .insurance-contents__what .merit-block ul {
    padding: 10px 210px 40px 40px;
}
.insurance-contents .insurance-contents__what .merit-block ul li {
    font-size: 20px;
    padding: 4px 0 10px 45px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #a5a194;
}
.insurance-contents .insurance-contents__what .merit1 ul li {
    background: url("../images/contents/contents_icon_check1.png") no-repeat 0 3px / 30px 30px;
}
.insurance-contents .insurance-contents__what .merit2 ul li {
    background: url("../images/contents/contents_icon_check2.png") no-repeat 0 3px / 30px 30px;
}
.insurance-contents .insurance-contents__what table {
    margin-bottom: 30px;
}


/* Loan
----------------------------------------------- */
.loan-contents .loan-contents__trouble {
    overflow: hidden;
    padding-top: 20px;
}
.loan-contents .loan-contents__trouble h2 {
    font-size: 36px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
}
.loan-contents .loan-contents__trouble h2 span {
    background: url("../images/common/dot2.png") repeat-x 0 100%;
    padding-bottom: 15px;
}
.loan-contents .loan-contents__trouble img {
    display: block;
    margin: 0 auto;
}
.loan-contents .loan-contents__trouble p {
    background: #126eaf;
    color: #fff;
    font-size: 33px;
    font-weight: bold;
    font-weight: 600;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 0;
}
.loan-contents .loan-contents__tips .block1 .txt {
    float: left;
    width: 530px;
}
.loan-contents .loan-contents__tips .block1 .table {
    float: right;
    margin-bottom: 20px;
    width: 400px
}
.loan-contents .loan-contents__tips .block1 .table table {
    width: 100%
}
.loan-contents .loan-contents__tips .block1 .table table thead th {
    background: #126eaf;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-weight: 600;
    padding: 10px;
}
.loan-contents .loan-contents__tips .block1 .table table tbody th,
.loan-contents .loan-contents__tips .block1 .table table tbody td {
    text-align: center;
    font-weight: bold;
    font-weight: 600;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
    padding: 8px;
}
.loan-contents .loan-contents__tips .block1 .table table tbody th.w30,
.loan-contents .loan-contents__tips .block1 .table table tbody td.w30 {
    border-left: 1px #ccc solid;
}
.loan-contents .loan-contents__tips .block1 .table table tbody td {
    font-size: 17px;
}
.loan-contents .loan-contents__tips .block1 .table table tbody td.bg-red {
    border-top: 1px #ccc solid;
    background: #ffeee9;
    color: #cd3a00;
    font-size: 20px;
}
.loan-contents .loan-contents__tips .block1 .table p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}
.loan-contents .loan-contents__tips .block1 .table p b {
    background: url("../images/contents/loan_arrow.png") no-repeat 0 50%;
    padding: 12px 10px 12px 30px;
    display: inline-block;
}
.loan-contents .loan-contents__tips .block1 .table p span {
    color: #cd3a00;
}
.loan-contents .loan-contents__tips .block2 .txt {
    float: left;
    width: 550px;
}
.loan-contents .loan-contents__tips .block2 .img {
    float: right;
    text-align: center;
    margin-bottom: 20px;
    width: 380px;
}
.loan-contents .loan-contents__tips .block3 {
    margin-bottom: 40px;
}
.loan-contents .loan-contents__tips .block3 .txt {
    float: right;
    width: 630px;
}
.loan-contents .loan-contents__tips .block3 .img {
    float: left;
    width: 310px;
}
.loan-contents .loan-contents__tips .block4 .txt {
    float: left;
    width: 630px;
}
.loan-contents .loan-contents__tips .block4 .img {
    float: right;
    text-align: right;
    width: 310px;
}
.loan-contents .loan-contents__form h2.section-title {
    background: url("../images/contents/contents_arrow2.png") no-repeat 50% 100% / 26px 18px;
    color: #126eaf;
    font-size: 33px;
    padding-bottom: 30px;
    margin-bottom: 24px;
    text-align: center;
}


/* Fp
----------------------------------------------- */
.fp-contents .fp-contents__trouble {
    overflow: hidden;
    padding-top: 20px;
}
.fp-contents .fp-contents__trouble h2 {
    font-size: 36px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
}
.fp-contents .fp-contents__trouble h2 span {
    background: url("../images/common/dot3.png") repeat-x 0 100%;
    padding-bottom: 15px;
}
.fp-contents .fp-contents__trouble img {
    display: block;
    margin: 0 auto;
}
.fp-contents .fp-contents__trouble p {
    background: #faf2e2 url("../images/contents/contents_arrow3.png") no-repeat 50% 30px / 26px 18px;
    color: #cd3a00;
    font-size: 33px;
    font-weight: bold;
    font-weight: 600;
    text-align: center;
    padding: 56px 10px 20px;
    margin-bottom: 0;
}
.fp-contents .fp-contents__tips .block1 {
    margin-bottom: 50px;
}
.fp-contents .fp-contents__tips .block1 p.large {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-weight: 600;
    line-height: 1.4;
    margin: 40px 0;
}
.fp-contents .fp-contents__tips .block1 p.large span {
    font-size: 40px;
}
.fp-contents .fp-contents__tips .block2 {
    margin-bottom: 50px;
}
.fp-contents .fp-contents__tips .block2 .row {
    margin-bottom: 50px;
    margin-top: 30px;
}
.fp-contents .fp-contents__tips .block2 .txt {
    padding-right: 40px;
}
.fp-contents .fp-contents__tips .block2 .txt p {
    font-weight: bold;
    font-weight: 600;
    margin-bottom: 0;
}
.fp-contents .fp-contents__tips .block2 .txt p.fc-red {
    font-size: 25px;
    margin-bottom: 10px;
}
.fp-contents .fp-contents__tips .block2 .img {
    width: 300px;
}
.fp-contents .fp-contents__tips .block3 ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 8px;
}

.fp-contents .fp-contents__tips .block3 .row {
    margin-bottom: 50px;
    margin-top: 20px;
}
.fp-contents .fp-contents__tips .block3 .img {
    width: 300px;
}
.fp-contents .fp-contents__tips .block3 .txt p {
    font-weight: bold;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}
.fp-contents .fp-contents__form h2.section-title {
    background: url("../images/contents/contents_arrow3.png") no-repeat 50% 100% / 26px 18px;
    color: #cd3a00;
    font-size: 33px;
    padding-bottom: 30px;
    margin-bottom: 24px;
    text-align: center;
}


/* Simulation
----------------------------------------------- */
.simulation-contents h2 {
    margin-top: 60px
}
.simulation-contents .simulation-form__table {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 100%
}
.simulation-contents .simulation-form__table th {
    background: #f5f5f5;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    text-align: left;
    vertical-align: middle;
}
.simulation-contents .simulation-form__table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}
.simulation-contents .simulation-form__table .icon-wrap {
    display: table;
}
.simulation-contents .simulation-form__table .icon-wrap .icon {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
}
.simulation-contents .simulation-form__table .icon-wrap .txt {
    display: table-cell;
    vertical-align: middle;
}
.simulation-contents .simulation-form__table .icon span {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-weight: 600;
    padding: 3px 8px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
.simulation-contents .simulation-form__table .icon span.required {
    background: #e4332d;
}
.simulation-contents .simulation-form__table .icon span.optional {
    background: #999897;
}
.simulation-contents .simulation-form__tablefull {
    margin-bottom: 20px;
}
.simulation-contents .simulation-form__tablefull th {
    text-align: center;
}
.simulation-contents .simulation-form__tablefull .icon-wrap {
    display: inline;
}
.simulation-contents .simulation-form__tablefull .icon {
    margin-right: 6px;
}
.simulation-contents .simulation-form > ul {
    display: table;
    margin-bottom: 20px;
    width: 100%
}
.simulation-contents .simulation-form > ul > li {
    display: table-cell;
    width: 33.333%
}
.simulation-contents .simulation-form ul li:nth-child(2) .simulation-form__table,
.simulation-contents .simulation-form ul li:nth-child(3) .simulation-form__table {
    border-left: none;
}   
.simulation-contents .simulation-form__table td input[type="text"] {
    background: #fff6e3;
    border-color: #aaa;
    font-size: 22px;
    font-weight: bold;
    font-weight: 600;
    text-align: right;
    width: 180px
}
.simulation-contents .simulation-form__table td select {
    background: #fff6e3 url("../images/common/select_arrow1.png") no-repeat right 7px top 50%;
    background-size: 12px 10px;
    border-color: #aaa;
    font-size: 22px;
    font-weight: bold;
    font-weight: 600;
    text-align: right;
    height: auto;
    line-height: 1em;
    padding: 10px 25px 10px 10px;
    width: 180px
}
.simulation-contents .simulation-form__table td input[type="text"]:focus {
    border-color: #cd3a00;
}
.simulation-contents .simulation-form__table td .unitlabel {
    font-size: 17px;
    font-weight: bold;
    font-weight: 600;
    margin-left: 5px;
}
.simulation-contents .simulation-form__table td ul li {
    line-height: 2.2;
    text-align: left;
}
.simulation-contents .simulation-button {
    text-align: center;
}
.simulation-contents .simulation-button button {
    background: none;
    border: none;
    cursor: pointer;
}
.simulation-contents .simulation-button button:hover {
    opacity: 0.8
}
.simulation-contents .simulation-result {
    padding: 20px 100px;
}
.simulation-contents .simulation-result .box-wrap {
    background-color: #ffe0d4;
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.simulation-contents .simulation-result .box {
    background-color: #fff;
    font-weight: bold;
    font-weight: 600;
    font-size: 18px;
    padding: 25px 40px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.simulation-contents .simulation-result p {
    margin-bottom: 5px;
}
.simulation-contents .simulation-result .simulation-result__tit {
    color: #cd3a00;
}
.simulation-contents .simulation-result .simulation-result__price span {
    font-size: 28px;
}
.simulation-contents .simulation-result table {
    width: 100%;
}
.simulation-contents .simulation-result table th {
    color: #cd3a00;
    width: 50%;
    vertical-align: middle;
}
.simulation-contents .simulation-result table td {
    border-bottom: 1px solid #ccc;
    padding: 15px 0 10px;
    width: 50%;
    vertical-align: middle;
}
.simulation-contents .simulation-result table td span {
    font-size: 28px;
}


/* Custom
----------------------------------------------- */
.custom-contents .custom-contents__heading {
    margin-bottom: 40px;
}
.custom-contents .custom-contents__heading h1 {
    margin-bottom: 24px;
}
.custom-contents .custom-contents__case ul {
    margin-bottom: 10px;
}
.custom-contents .custom-contents__case ul li {
    float: left;
    margin-right: 20px;
    width: 225px;
}
.custom-contents .custom-contents__case ul li:last-child {
    margin-right: 0;
}
.custom-contents .custom-contents__case ul li a {
    display: block;
}
.custom-contents .custom-contents__case ul li .img {
    margin-bottom: 10px;
}
.custom-contents .custom-contents__case ul li h3 {
    line-height: 1.5;
    margin-bottom: 5px;
}
.custom-contents .custom-contents__case ul li p {
    font-size: 13px;
    color: #808080;
    margin-bottom: 10px;
}
.custom-contents .custom-contents__case ul li a:hover p {
    color: #aaa;
}
.custom-contents .custom-contents__case ul li .link {
    background: #ebebeb url("../images/common/icon_arrow2.png") no-repeat 95% 50% / 6px 10px;
    font-size: 13px;
    font-weight: bold;
    font-weight: 600;
    text-align: center;
    height: 34px;
    line-height: 34px;
    position: relative;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}
.custom-contents .custom-contents__about .block1 {
    margin-bottom: 20px;
}
.custom-contents .custom-contents__about .block1 .img {
    float: right;
    width: 270px;
}
.custom-contents .custom-contents__about .block1 .txt {
    float: left;
    padding-top: 45px;
    width: 630px;
}
.custom-contents .custom-contents__about .block2 {
    margin-bottom: 50px;
}
.custom-contents .custom-contents__about .block2 .img {
    float: left;
    width: 321px;
}
.custom-contents .custom-contents__about .block2 .txt {
    float: right;
    padding-top: 50px;
    width: 600px;
}
.custom-contents .custom-contents__about .custom-point {
    background: url("../images/common/bg5.gif") repeat 0 0;
    padding: 40px 50px 15px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.custom-contents .custom-contents__about .custom-point h4 {
    position: absolute;
    left: 0;
    top: -21px;
    text-align: center;
    width: 100%
}
.custom-contents .custom-contents__about .custom-point h4 span {
    background: #ff8300;
    color: #fff;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    padding: 0 30px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
}
.custom-contents .custom-contents__about .custom-point ul li {
    background: #fff;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-weight: 600;
    padding: 10px 0;
    margin-right: 40px;
    margin-bottom: 20px;
    width: 260px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.custom-contents .custom-contents__about .custom-point ul li:nth-child(3n) {
    margin-right: 0;
}
.custom-contents .custom-contents__about .custom-point ul li span {
    background: url("../images/common/check.png") no-repeat 0 50% / 22px 24px;
    padding: 5px 0 5px 30px;
}
.custom-contents .custom-contents__about .custom-flow ul li {
    background: #ffeac5;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
    width: 225px;
}
.custom-contents .custom-contents__about .custom-flow ul li::after {
    background: url("../images/common/icon_triangle1.png") no-repeat 0 0;
    content: "";
    position: absolute;
    height: 14px;
    right: -15px;
    top: 50%;
    margin-top: -7px;
    width: 10px;
}
.custom-contents .custom-contents__about .custom-flow ul li.flow4 {
    margin-right: 0;
}
.custom-contents .custom-contents__about .custom-flow ul li.flow4::after {
    content: none;
}
.custom-contents .custom-contents__about .custom-flow ul li.flow7 {
    margin-right: 0;
    width: 470px;
}
.custom-contents .custom-contents__about .custom-flow ul li.flow7::after {
    content: none;
}
.custom-contents .custom-contents__about .custom-flow ul li .num {
    position: absolute;
    top: -3px;
    left: 10px;
    z-index: 2;
}
.custom-contents .custom-contents__about .custom-flow ul li p {
    text-align: center;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-weight: 600;
    margin-bottom: 0;
}
.custom-contents .custom-contents__about .custom-flow ul li.flow3 p {
    font-size: 16px;
}

/* Voice
----------------------------------------------- */
.voice-contents .voice-contents__heading h2 {
    font-size: 36px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 35px;
}
.voice-contents .voice-contents__heading h2 span {
    background: url("../images/common/dot1.png") repeat-x 0 100%;
    padding-bottom: 15px;
}
.voice-contents .voice-contents__heading p {
    font-weight: bold;
    font-weight: 600;
    text-align: center;
}
.voice-contents .voice-contents__list .block {
    background: #f4f1ec;
    padding: 30px;
    margin-bottom: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.voice-contents .voice-contents__list .voice-main {
    margin-bottom: 30px;
}
.voice-contents .voice-contents__list .voice-main__left {
    float: left;
    text-align: center;
    width: 240px;
}
.voice-contents .voice-contents__list .voice-main__left p {
    margin-bottom: 0;
}
.voice-contents .voice-contents__list .voice-main__left .img {
    position: relative;
    margin-bottom: 25px;
}
.voice-contents .voice-contents__list .voice-main__left .voice-status {
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
}
.voice-contents .voice-contents__list .voice-main__left .voice-status span {
    background: #fff;
    border: 2px solid #ff8300;
    color: #ff8300;
    font-size: 18px;
    font-weight: bold;
    font-weight: 600;
    padding: 4px;
    min-width: 190px;
    display: inline-block;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.voice-contents .voice-contents__list .voice-main__right {
    float: right;
    width: 540px;
}
.voice-contents .voice-contents__list .voice-main__right dl {
    background: #fff;
    padding: 20px 25px 10px;
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.voice-contents .voice-contents__list .voice-main__right dl::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 20px;
    border-style: solid;
    border-width: 9px 12px 9px 0;
    border-color: transparent #fff transparent transparent;
}
.voice-contents .voice-contents__list .voice-main__right dl dt {
    margin-bottom: 5px;
}
.voice-contents .voice-contents__list .voice-main__right dl dt span {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.voice-contents .voice-contents__list .voice-main__right dl dt.voice-good span {
    background: #ff8300
}
.voice-contents .voice-contents__list .voice-main__right dl dt.voice-bad span {
    background: #999999
}
.voice-contents .voice-contents__list .voice-main__right dl dd {
    margin-bottom: 14px;
}
.voice-contents .voice-contents__list .voice-comment {
    background: #e7e3dd;
    padding: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.voice-contents .voice-contents__list .voice-comment h4 {
    text-align: center;
    background: #b17638;
    position: relative;
    height: 40px;
}
.voice-contents .voice-contents__list .voice-comment h4 img {
    position: absolute;
    left: 50%;
    margin-left: -107px;
    bottom: 0;
}
.voice-contents .voice-contents__list .voice-comment .voice-comment__inner {
    background: #fff;
    padding: 20px 40px 30px;
}
.voice-contents .voice-contents__list .voice-comment .voice-comment__inner p {
    background: url("../images/contents/voice_line.gif") repeat 0 0;
    line-height: 35px;
    margin-bottom: 0;
}

/* Chiiki
----------------------------------------------- */
.chiiki-contents .chiiki-contents__heading {
    background: url("../images/contents/chiiki_bg1.gif") repeat-x 50% 100%;
    overflow: hidden;
    padding-top: 30px;
}
.chiiki-contents .chiiki-contents__heading h1 img {
    position: relative;
    left: 50%;
    margin-left: -690px;
    z-index: 2;
    max-width: 1380px;
}
.chiiki-contents .chiiki-contents__item {
    background: #faf4e1 url("../images/contents/chiiki_bg2.gif") repeat-x 50% 100%;
    padding: 30px 0 80px;
}
.chiiki-contents .chiiki-contents__item .item-top {
    position: relative;
}
.chiiki-contents .chiiki-contents__item .item-top img {
    position: absolute;
    top: -120px;
    left: 0;
}
.chiiki-contents .chiiki-contents__item .item-top p {
    padding-left: 520px;
    height: 250px;
}
.chiiki-contents .chiiki-contents__item h2 {
    text-align: center;
    margin-bottom: 20px;
}
.chiiki-contents .chiiki-contents__item p.sub {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    font-weight: 600;
    line-height: 1.7;
}
.chiiki-contents .chiiki-contents__item .block1 {
    margin-bottom: 65px;
}
.chiiki-contents .chiiki-contents__item .block1 p {
    float: left;
    width: 660px;
}
.chiiki-contents .chiiki-contents__item .block1 .img {
    float: right;
    padding-top: 20px;
    width: 260px;
}
.chiiki-contents .chiiki-contents__item .block2 {
    position: relative;
    margin-bottom: 100px;
}
.chiiki-contents .chiiki-contents__item .block3 {
    position: relative;
}
.chiiki-contents .chiiki-contents__item .block2 .item-img,
.chiiki-contents .chiiki-contents__item .block3 .item-txt {
    float: right;
}
.chiiki-contents .chiiki-contents__item .block3 .item-img,
.chiiki-contents .chiiki-contents__item .block2 .item-txt {
    float: left;
}
.chiiki-contents .chiiki-contents__item .item-txt {
    padding-left: 40px;
    position: relative;
    width: 500px;
}
.chiiki-contents .chiiki-contents__item .block3 .item-txt {
    width: 510px;
}
.chiiki-contents .chiiki-contents__item .block2 > img {
    position: absolute;
    left: 0;
    top: -58px
}
.chiiki-contents .chiiki-contents__item .block3 > img {
    position: absolute;
    left: 450px;
    top: -58px
}
.chiiki-contents .chiiki-contents__item .item-txt h3 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.chiiki-contents .chiiki-contents__spot {
    background: #ffece8 url("../images/contents/chiiki_bg3.gif") repeat-x 50% 100%;
    padding: 50px 0;
    overflow: hidden;
}
.chiiki-contents .chiiki-contents__spot h2 {
    text-align: center;
    margin-bottom: 30px;
}
.chiiki-contents .chiiki-contents__spot .spot-girl {
    position: absolute;
    left: -105px;
    top: 20px;
}
.chiiki-contents .chiiki-contents__spot .spot-top {
    margin-bottom: 40px;
}
.chiiki-contents .chiiki-contents__spot .spot-top .img {
    text-align: center;
    float: left;
    width: 470px;
}
.chiiki-contents .chiiki-contents__spot .spot-top .txt {
    float: right;
    padding-top: 60px;
    width: 460px;
}
.chiiki-contents .chiiki-contents__spot .spot-top .txt p {
    font-weight: bold;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 20px;
}
.chiiki-contents .chiiki-contents__spot ul {
    margin-bottom: 20px;
}
.chiiki-contents .chiiki-contents__spot ul li {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 225px;
}
.chiiki-contents .chiiki-contents__spot ul li:last-child {
    margin-right: 0;
}
.chiiki-contents .chiiki-contents__spot ul li p {
    font-weight: bold;
    font-weight: 600;
    margin-top: 10px;
}
.chiiki-contents .chiiki-contents__spot h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
.chiiki-contents .chiiki-contents__other .heading-4 {
    margin-bottom: 5px;
}
.chiiki-contents .chiiki-contents__other table {
    margin-top: 15px;
}

/* Privacy Polisy
----------------------------------------------- */
.privacy-contents a {
    text-decoration: underline;
}
.privacy-contents a:hover {
    text-decoration: none;
}

/* Sitemap
----------------------------------------------- */
.sitemap-contents ul {
    margin-bottom: 30px;
}
.sitemap-contents ul li a {
    background: url("../images/common/icon_arrow2.png") no-repeat 6px 50% / 6px 10px;
    padding-left: 20px;
}

/* ==============================================
 Footer
=============================================== */

/* Common
----------------------------------------------- */
#footer {
  clear: both;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/*  Pagetop
----------------------------------------------- */
#pagetop {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 50px;
    bottom: 100px;
    z-index: 10;
}


/* Footer Navigation
----------------------------------------------- */
.footer-search-nav {
    background: #b17638;
    color: #fff;
    padding: 20px 0 40px;
}
.footer-search-nav__title {
    background: url("../images/common/icon_triangle2.png") no-repeat 0 5px / 5px 8px;
    font-size: 14px;
    padding-left: 14px;
    margin-bottom: 12px;
    margin-top: 25px;
}
.footer-search-nav__list {
    padding-left: 14px;
    margin-bottom: 10px;
}
.footer-search-nav__list dt {
    line-height: 1.4;
    float: left;
    margin-bottom: 0;
    width: 10%;
}
.footer-search-nav__list dd {
    float: right;
    margin-bottom: 0;
    width: 90%;
}
.footer-search-nav__list dd ul {
    font-size: 0;
    letter-spacing: 0;
}
.footer-search-nav__list dd ul li {
    line-height: 1.4;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 12px;
    width: 14.28%;
    vertical-align: top;
}
.footer-search-nav__list dd ul li a {
    border-left: 1px solid #fff;
    color: #fff;
    display: block;
    padding: 0 10px;
    text-decoration: underline;
}
.footer-search-nav__list dd ul li a:hover {
    text-decoration: none;
}
.footer-search-nav__list dd ul li:nth-child(7n) a {
    border-right: 1px solid #fff;
}
.footer-search-nav__ensen-list {
    font-size: 0;
    letter-spacing: 0;
    padding-left: 14px;
}
.footer-search-nav__ensen-list li {
    line-height: 1.4;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 12px;
    width: 14.28%;
    vertical-align: top;
}
.footer-search-nav__ensen-list li a {
    color: #fff;
    text-decoration: underline;
    position: relative;
    padding-left: 11px;
}
.footer-search-nav__ensen-list li a:hover {
    text-decoration: none;
}
.footer-search-nav__ensen-list li a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer-contents-nav {
    border-bottom: 1px solid #b17638;
    background: #ffeac5;
    padding: 20px 0 30px;
}
.footer-contents-nav__title {
    background: url("../images/common/icon_triangle3.png") no-repeat 0 5px / 5px 8px;
    font-size: 14px;
    padding-left: 14px;
    margin-bottom: 12px;
    margin-top: 10px;
}
.footer-contents-nav__list {
    font-size: 0;
    letter-spacing: 0;
    padding-left: 14px;
}
.footer-contents-nav__list li {
    line-height: 1.4;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 12px;
    width: 20%;
    vertical-align: top;
}
.footer-contents-nav__list li a {
    text-decoration: underline;
    position: relative;
    padding-left: 11px;
}
.footer-contents-nav__list li a:hover {
    text-decoration: none;
}
.footer-contents-nav__list li a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #b17638;
    border-right: 1px solid #b17638;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Footer main
----------------------------------------------- */
.footer-main {
    padding: 25px 0;
}
.footer-logo {
    width: 310px;
}
.footer-information address {
    font-style: normal;
    margin-bottom: 0;
    line-height: 1.6;
    width: 330px;
}
.footer-sns {
    width: 150px;
}
.footer-sns ul li {
    display: inline-block;
    margin: 0 3px;
}
.footer-ssl {
    text-align: center;
}
.footer-ssl span {
    display: block;
    font-weight: bold;
    font-weight: 600;
    margin-top: 5px;
}

/* Copyright
----------------------------------------------- */
.copyright {
    background: #b17638;
    color: #fff;
    clear: both;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 0;
    padding: 8px 0;
    font-size: 12px;
}


/* ==============================================
 Fixed button
=============================================== */
.fixed-contents {
    background: rgba(0,0,0,.6);
    padding: 10px 0;
    left: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.top-fixed-contents {
    display: none;
}
.top-fixed-contents .fixed-entry-btn {
    float: left;
    background: #cd3a00;
    color: #fff;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-right: 2%;
    width: 75%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.top-fixed-contents .fixed-login-btn {
    float: left;
    background: #ff8300;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 17%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.top-fixed-contents .fixed-cancel-btn {
    position: absolute;
    right: 9px;
    top: -4px;
}
.fixed-buttons {
    padding-left: 155px;
    padding-right: 155px;
}
.fixed-buttons .btn {
    float: left;
    clear: none;
    padding-top: 0;
    width: 320px;
}
.fixed-buttons .btn:last-child {
    float: right;
}
.fixed-buttons .btn a {
    width: 100%;
}
.fixed-button .btn {
    padding-top: 0;
}

/* =====================================
地図から探す
======================================== */
#map_bkn{
	width:290px;
	height:610px;
	float:right;
	overflow:auto;
}
#map_bkn_navi{
	display:table;
	width:100%;
}
#map_bkn_navi #prev,
#map_bkn_navi #next{
	width:50%;
	display:table-cell;
}
#map_bkn_navi #next{
	text-align:right;
}
#map_bkn ul{
	border-top:1px solid #DDDDDD;
}
#map_bkn li{
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:15px;
	background:#FCFAF3;
}
#map_bkn li .thumbnail{
	display: inline-block;
	width:140px;
}
#map_bkn li .text{
	display: inline-block;
	margin-left:15px;
	width: 80px;
	font-size:90%;
	line-height:160%;
	vertical-align: top;
}
#map_bkn li .text .price span{
	color:#D80000;
	font-weight:bold;
	font-size:150%;
	font-family:Arial, Helvetica, sans-serif;
}
#map_bkn li .btn_area{
	margin-top:10px;
	clear:both;
}
#map_bkn li .btn_area .btn{
	background:#00306D;
	width:115px;
	display:inline-block;
	padding:4px 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 #888;
    color: #ffffff;
    position: relative;
    text-align: center;
    text-decoration: none;
}
#map_bkn li .btn_area .btn:hover{
    opacity:0.8;
}
#map_bkn li .btn_area .btn:last-child{
	margin-left:10px;
}

/* ==============================================
 Media Queries
=============================================== */

@media screen and (max-width: 767px) {
    /* ==============================================
     Common
    =============================================== */
    body {
        min-width: initial;
    }

    .sp-only {
        display: block !important;;
    }
    img.sp-only, br.sp-only {
        display: inline !important;
    }
    .pc-only {
        display: none !important;
    }
    a:hover {
        color: #333;
    }
    a:hover img {
        opacity: 1;
    }

    /* ==============================================
     Layout
    =============================================== */
    #main {
        margin-bottom: 40px;
    }
    .container {
        padding: 0 10px;
        width: 100%;
    }
    .column-main {
        float: none;
        width: 100%;
    }
    .column-aside {
        float: none;
        width: 100%;
    }
    .column-half {
        width: 100%;
    }
    .column-half__left,
    .column-half__right {
        float: none;
    }
    .section {
        margin-bottom: 30px;
    }
    .module-type1 {
        padding: 15px;
    }
    .module-type--sp-no {
        border-radius: 0;
        padding: 0;
    }
    .module-type2 {
        padding: 10px;
    }
    .module-type2 .module-inner {
        padding: 15px;
    }
    .module-type3 {
        background: none;
        padding: 0;
    }
    .module-type3 .module-inner {
        padding: 0;
    }
    .wrap-type1 {
        padding: 0;
    }


    /* ==============================================
     Header
    =============================================== */
    #header {
        border-top: none;
        padding: 8px 0 0;
        margin-bottom: 0;
    }
    #header .container {
        padding: 0;
    }
    .header-top {
        display: none;
    }
    .header-logo {
        float: left;
        padding-left: 10px;
        margin-right: 0;
        margin-bottom: 8px;
        width: 170px;
    }
    .header-logo img{
        max-width:100%;
        height:auto;
    }
    .header-tel {
        display: none;
    }
    .header-name {
        clear: both;
        position: static;
        background: #ff8300;
        padding: 5px 10px;
        color: #fff;
        font-size: 13px;
        max-width: 100%;
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .header-name span {
        color: #fff;
    }


    /* ==============================================
     Gloval Navigation
    =============================================== */
    #gnav {
        display: none;
    }
    .sp-header-menu {
        float: right;
        font-size: 0;
        letter-spacing: 0;
        margin-right: 45px;
        margin-bottom: 8px;
    }
    .sp-header-menu li {
        font-style: 13px;
        display: inline-block;
        text-align: center;
        padding: 0;
        width: 50px;
        vertical-align: bottom;
    }
    .drawer-container {
        display: block;
    }
    .drawer-header button {
        background: none;
        right: 10px;
        position: absolute;
        margin: 0;
        padding: 0;
        top: 1px;
    }
    .drawer-nav ul li {
        padding: 0;
    }
    .drawer-nav ul li.drawer-nav__item--close {
        background: #262626;
        color: #fff;
        border-bottom: 0;
    }
    .drawer-nav ul li.drawer-nav__item--close span {
        display: block;
        padding: 12px;
    }
    .drawer-nav ul li a {
        display: block;
        padding: 12px 20px 12px 12px;
        position: relative;
    }
    .drawer-nav ul li a::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -2px;
        width: 4px;
        height: 4px;
        border-top: 1px solid #b17638;
        border-right: 1px solid #b17638;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .drawer-nav ul li.drawer-nav__item--top {
        border-bottom: none;
    }
    .drawer-nav ul li.drawer-nav__item--top a {
        background: #666;
        color: #fff;
    }
    .drawer-nav ul li.drawer-nav__item--top a::after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .drawer-nav ul li.drawer-nav__item--entry,
    .drawer-nav ul li.drawer-nav__item--login {
        border-bottom: 0;
    }
    .drawer-nav ul li.drawer-nav__item--entry a {
        background: #cd3a00;
        color: #fff;
    }
    .drawer-nav ul li.drawer-nav__item--entry a::after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .drawer-nav ul li.drawer-nav__item--login a {
        background: #ff8300;
        color: #fff;
    }
    .drawer-nav ul li.drawer-nav__item--login a::after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .drawer-nav ul li.drawer-nav__item--title span {
        display: block;
        background: #f0f0f0;
        padding: 12px 10px 12px 12px;
    }

    /* ==============================================
     Page Title
    =============================================== */
    .page-title h1 {
        font-size: 22px;
        padding: 30px 0;
    }
    .page-title h1 .icon-train {
        background-size: 20px 32px;
        padding-left: 30px;
    }
    .page-title h1 .icon-area {
        background-size: 18px 30px;
        padding-left: 28px;
    }
    .page-title h1 .icon-school {
        background-position: 0 0;
        background-size: 26px 27px;
        padding-left: 34px;
    }
    .page-title h1 .icon-watch {
        background-size: 26px 26px;
        padding-left: 36px;
    }
    .page-title h1 .icon-map {
        background-size: 30px 26px;
        padding-left: 36px;
    }
    
    /* ==============================================
     Title
    =============================================== */
    .heading-2 {
        background-size: 4px 24px;
        font-size: 18px;
        margin-bottom: 10px;
        padding-left: 22px;
    }
    .heading-2--nobg {
        padding-left: 14px;
    }
    .heading-2.heading-2--spnobg {
        background-color: transparent;
        background-position: 0 0;
        border-radius: 0;
        padding: 1px 0 2px 17px;
    }

    /* ==============================================
     Side Area
    =============================================== */
    /* Common
    ----------------------------------------------- */
    .side-widget {
        margin-bottom: 15px;
        overflow: hidden;
    }
    .side-widget h2 {
        padding: 10px;
    }
    .side-widget .widget-contents {
        padding: 12px 10px;
    }
    .side-widget h2.sp-accordion {
        background: #808080 url("../images/common/icon_ac_open.png") no-repeat 96% 50% / 25px 25px;
        color: #fff;
        padding: 10px 30px 10px 10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 0;
    }
    .side-widget h2.sp-accordion.ac-open {
        background-image: url("../images/common/icon_ac_close.png");
    }

    /* Side entry
    ----------------------------------------------- */
    .side-entry .side-entry__title {
        background: #cd3a00;
        border-radius: 4px;
    }
    .side-entry .side-entry__title img {
        left: 50%;
        margin-left: -105px;
    }

    /* ==============================================
     Contents
    =============================================== */

    /* Form
    ----------------------------------------------- */
    input[type="text"], input[type="password"], input[type="tel"], textarea {
        padding: 10px 6px;
    }
    select {
        font-size: 13px;
        height: 36px;
        line-height: 36px;
    }
    .selectunit {
    }
    
    .selectunit select {
        width: 43%;
    }

    /* Icons
    ----------------------------------------------- */
    .icon-new, .icon-only, .icon-category {
        font-size: 10px;
        padding: 0 6px;
    }

    /* Accodion
    ----------------------------------------------- */
    .accordion {
        background: #f0f0f0 url("../images/common/icon_ac_open.png") no-repeat 96% 50% / 25px 25px;
        padding: 10px 30px 10px 10px;
    }
    .accordion.ac-open {
        background-image: url("../images/common/icon_ac_close.png");
    }
    .sp-accordion {
        background: #ff8300 url("../images/common/icon_ac_open.png") no-repeat 96% 50% / 25px 25px;
        color: #fff;
        padding: 10px 30px 10px 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        margin-bottom: 5px;
    }
    .sp-accordion.ac-open {
        background-image: url("../images/common/icon_ac_close.png");
    }
    .sp-accordion + .sp-accordion__contents {
        display: none;
    }

    /* Table
    ----------------------------------------------- */
    .ui-table th {
        display: block;
        padding: 10px 12px;
        width: 100%;
    }
    .ui-table td {
        display: block;
        padding: 10px 12px;
    }
    .ui-table th.w-40 {
        width: 100%;
    }
    .ui-table--itemcol3 th,
    .ui-table--itemcol3 td {
        font-size: 13px;
        padding: 8px 10px;
    }
    .ui-table--itemcol4 th {
        padding: 10px 12px;
        display: block;
        width: 100%;
    }
    .ui-table--itemcol4 td {
        padding: 0;
        word-break: break-all;
        display: block;
        width: 100%;
    }
    .ui-table--itemcol4 td .ui-list--hz3 {
        margin-bottom: 0;
        padding-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ui-table--itemcol4 td .ui-list--hz3::before,
    .ui-table--itemcol4 td .ui-list--hz3::after {
        content: none;
    }
    .ui-table--itemcol4 td .ui-list--hz3 li {
        border-bottom: 1px solid #ccc;
        font-size: 13px;
        margin-bottom: 0;
        padding: 12px 12px;
        width: 50%;
    }
    .ui-table--itemcol4 td .ui-list--hz3 li:nth-child(odd) {
        border-right: 1px solid #ccc;
    }
    .ui-table--itemcol4 td .ui-list--hz2 {
        margin-bottom: 0;
        padding-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ui-table--itemcol4 td .ui-list--hz2::before,
    .ui-table--itemcol4 td .ui-list--hz2::after {
        content: none;
    }
    .ui-table--itemcol4 td .ui-list--hz2 li {
        border-bottom: 1px solid #ccc;
        font-size: 13px;
        margin-bottom: 0;
        padding: 12px 12px;
        width: 50%;
    }
    .ui-table--itemcol4 td .ui-list--hz2 li:nth-child(odd) {
        border-right: 1px solid #ccc;
    }
    .module-type--sp-no .ui-table--itemcol4 {
        border-top: none;
    }

    /* Button
    ----------------------------------------------- */
    .btn a, .btn input[type="submit"], .btn button {
        padding: 9px 0;
        width: 100%;
    }
    .btn--orange a:hover, .btn--orange input[type="submit"]:hover, .btn--orange button:hover {
        background-color: #ff8300;
    }
    .btn--arrow a {
        background-size: 6px 10px;
    }
    .btn--search a span {
        background: none;
        padding: 0;
    }
    
    /* list
    ----------------------------------------------- */
    .ui-list--hz3 {
        margin-bottom: 0px;
    }
    .ui-list--hz3 li {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .remodal .ui-list--hz3 li {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    .ui-list--hz2 {
        margin-bottom: 0px;
    }
    .ui-list--hz2 li {
        display: inline-block;
        margin-right: 0;
        margin-bottom: 15px;
        width: 50%;
    }

    /* Row list
    ----------------------------------------------- */
    .row-list li {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .row-list li a {
        background: #fff;
        display: block;
        padding: 10px;
    }
    .row-list li a .row-list__ribbon {
        left: 5px;
        height: 32px;
        width: 38px;
    }
    .row-list li a .row-list__thumbnail {
        float: left;
        width: 45%;
    }
    .row-list li a .row-list__contents {
        float: right;
        padding: 0;
        width: 52%;
    }
    .row-list li a .row-list__title {
        font-size: 14px;
    }
    .row-list li a .row-list__data th {
        font-size: 11px;
        padding-top: 2px;
    }
    .row-list li a .row-list__data td {
        font-size: 11px;
        padding-top: 2px;
    }


    /* Breadcrumbs
    ----------------------------------------------- */
    .breadcrumbs {
        font-size: 10px;
        padding-top: 10px;
        margin-bottom: 15px;
    }
    .breadcrumbs a.top {
        background-size: 13px 12px;
        width: 13px;
        margin-right: 10px;
    }
    .breadcrumbs span span {
        margin: 0 10px 0 10px;
    }
    .breadcrumbs a.top span {
        margin: 0;
    }

    /* Page Navigation
    ----------------------------------------------- */
    .page-nav {
        font-size: 12px;
        margin: 10px 0 20px;
    }
    .page-nav .page-nav__left {
        float: none;
        margin-bottom: 6px;
    }
    .page-nav .page-nav__right {
        float: none;
    }
    .page-nav .page-num {
        float: left;
        padding-top: 8px;
        margin-bottom: 12px;
    }
    .page-nav .page-num span {
        font-size: 15px;
    }
    .page-nav select {
        font-size: 12px;
        float: right;
        height: 30px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .page-nav .pager {
        display: block;
        clear: both;
        margin: 0;
        text-align: center;
    }

    /* Google Map
    ----------------------------------------------- */
    .ggmap {
        width: 100%;
        height: 340px;
    }
    .result-detail__map .ggmap {
        width: 100%;
        height: 340px;
    }

    /* Page links
    ----------------------------------------------- */
    .page-links ul::before {
        background-color: #333;
        color: #fff;
        font-size: 15px;
        content: attr(data-title)"";
        padding: 10px;
        font-weight: bold;
        font-weight: 600;
        text-align: center;
        width: 100%;
    }
    .page-links ul li {
        float: none;
        width: 100%;
        margin: 0 0 1px;
    }
    .page-links ul li a {
        background-color: #f5f5f5;
        background-position: 97% 50%;
        text-align: left;
        border-radius: 0;
        font-size: 13px;
        padding: 10px;
        font-weight: normal;
    }
    .page-links ul li a:hover {
        background-color: #f5f5f5;
    }
    .page-links ul.page-links__list--type1 {
        padding: 0;
    }
    .page-links ul.page-links__list--type1 li {
        width: 100%;
    }
    .page-links ul.page-links__list--type2 {
        padding: 0;
    }
    .page-links ul.page-links__list--type2 li {
        width: 100%;
    }
    .page-links ul.page-links__list--type2 li a {
        height: auto;
        line-height: 1.6;
        padding: 10px;
    }
    .page-links ul.page-links__list--type2 li.lh-1 a {
        padding-top: 10px;
    }

    /* Register
    ----------------------------------------------- */
    .contents-register {
        background-position: 50% 50%;
        background-size: cover;
        padding: 30px 0;
    }
    .contents-register__num {
        padding: 0;
    }
    .contents-register__num--before {
        font-size: 24px;
    }
    .contents-register__num--before span {
        font-size: 14px;
        margin-left: 3px;
    }
    .contents-register__num--after {
        font-size: 32px;
    }
    .contents-register__num--after span {
        font-size: 14px;
        margin-left: 3px;
    }
    .contents-register__txt {
        padding: 0 10px;
    }
    .contents-register .btn a {
        width: 100%;
    }

    /* Contents contact
    ----------------------------------------------- */
    .section-contact {
        padding: 25px 0 30px;
    }
    .section-contact p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .section-contact .btn {
        padding-top: 20px;
    }
    
    /* Topics
    ----------------------------------------------- */
    .topics-list {
        border-top: 1px dashed #c3c3c3;
    }
    .topics-list li a {
        background-size: 6px 10px;
        font-size: 12px;
        padding: 10px 18px 10px 0;
    }
    .topics-list li a time {
        float: none;
        margin-bottom: 3px;
        width: 100%;
    }
    .topics-list li a .topics-list__title {
        float: none;
        width: 100%;
    }

    
    /* Top page
    ----------------------------------------------- */
    .top-heading-2 {
        background: url("../images/common/h2_bg1.png") no-repeat 0 50% / 4px 20px;
        font-size: 17px;
        padding: 2px 0 2px 12px;
        margin-bottom: 10px;
        border-bottom: none;
    }
    .top-heading-2::before {
        content: none;
    }
    .top-heading-2 .ff-barlow {
        font-size: 10px;
        margin-left: 7px;
    }

    /* billboard */
    .top-billboard {
        padding: 10px;
        margin-bottom: 0;
    }
    .top-billboard .top-entry {
        display: none;
    }
    .top-billboard .top-slider {
        float: none;
        width: 100%;
        height:auto;
    }
    .top-billboard .top-slider .sp-arrows {
        margin-top: -15px;
    }
    .top-billboard .top-slider .sp-arrow {
        height: 30px;
        width: 10px;
    }
    .top-billboard .top-slider .sp-previous-arrow {
        background-size: 10px 30px;
        left: -10px;
    }
    .top-billboard .top-slider .sp-next-arrow {
        background-size: 10px 30px;
        right: -10px;
    }

    /* top contents */
    .top-contents .container {
        padding: 0;
    }
    .top-contents .top-heading-2 {
        background: #cd3a00;
        color: #fff;
        text-align: center;
        padding: 5px 10px;
        margin-bottom: 0;
    }
    .top-contents .top-heading-2 .ff-barlow {
        display: none;
    }
    .top-contents__list {
        border-top: 1px solid #e1bf7e;
        border-left: 1px solid #e1bf7e;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-contents__list::before, .top-contents__list::after {
        content: none;
    }
    .top-contents__list li {
        float: none;
        margin-right: 0;
        margin-bottom: 0;
        width: 33.333%;
    }
    .top-contents__list li a {
        background: #fffcf5 !important; /* Old browsers */
        background: -moz-linear-gradient(top,  #fffcf5 0%, #fff0ca 100%) !important; /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #fffcf5 0%,#fff0ca 100%) !important; /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #fffcf5 0%,#fff0ca 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcf5', endColorstr='#fff0ca',GradientType=0 ) !important; /* IE6-9 */
        line-height: 1.3;
        border: none;
        border-bottom: 1px solid #e1bf7e;
        border-right: 1px solid #e1bf7e;
        font-size: 13px;
        text-align: center;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .top-contents__list li a:hover {
        border: none;
        color: #333;
        border-bottom: 1px solid #e1bf7e;
        border-right: 1px solid #e1bf7e;
    }

    /* top search */
    .top-search .top-heading-2 {
        background-size: 17px 17px;
        background-position: 0 3px;
        padding-left: 25px;
    }
    .top-search__banner {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }
    .top-search__banner ul li {
        margin-bottom: 6px;
    }
    .top-search__banner ul li a {
        font-size: 15px;
        position: relative;
        padding: 12px 0 12px 42px;
    }
    .top-search__banner ul li a:hover {
        color: #fff;
    }
    .top-search__banner ul li.top-search__banner--area a {
        background-size: 15px 23px;
        background-position: 14px 50%;
    }
    .top-search__banner ul li.top-search__banner--ensen a {
        background-size: 17px 25px;
        background-position: 13px 50%;
    }
    .top-search__banner ul li.top-search__banner--station_dist a {
        background-size: 21px 21px;
        background-position: 11px 50%;
    }
    .top-search__banner ul li.top-search__banner--school a {
        background-size: 25px 26px;
        background-position: 9px 50%;
    }
    .top-search__banner ul li a::after {
        content: "";
        background: url("../images/common/icon_arrow1.png") no-repeat 0 0 / 5px 10px;
        position: absolute;
        right: 10px;
        top: 50%;
        width: 5px;
        height: 10px;
        margin-top: -5px;
    }
    .top-search__map {
        float: none;
        width: 100%;
    }
    .top-search__map .top-search__map-frame {
        background: none;
        border: none;
        padding: 0;
        height: 100%;
    }
    .top-search__map .top-search__map-frame .map_link {
        text-align:right;
        position:relative;
        right: 0;
        bottom: 0;
        display:block;
        margin:10px 0;
    }
    .top-search__map h3 {
        background: url("../images/common/icon_tit_mappin.png") no-repeat 0 3px / 12px 19px;
        padding-left: 20px;
        font-size: 15px;
        margin-bottom: 7px;
    }
    .top-search__map .top-search__map-block {
        position: static;
    }
    .top-search__map .top-search__map--yokohama {
        left: 0;
        top: 0;
        width: 100%;
    }
    .top-search__map .top-search__map--kawasaki {
        right: 0;
        top: 0;
        width: 100%;
    }
    .top-search__map .top-search__map--other {
        right: 0;
        top: 0;
        width: 100%;
    }
    .top-search__map .top-search__map-block ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-search__map .top-search__map-block ul::before,
    .top-search__map .top-search__map-block ul::after {
        content: none;
    }
    .top-search__map .top-search__map-block ul li {
        margin-right: 2%;
        width: 32%;
    }
    .top-search__map .top-search__map--yokohama ul li a {
        color: #f4a711;
        border: 1px solid #f4a711;
    }
    .top-search__map .top-search__map--kawasaki ul li a {
        color: #ff8300;
        border: 1px solid #ff8300;
    }
    .top-search__map .top-search__map--other ul li a {
        color: #cd3a00;
        border: 1px solid #cd3a00;
    }
    .top-search__freeword .row {
        display: block;
    }
    .top-search__freeword h3 {
        background-size: 15px 17px;
        display: block;
        font-size: 15px;
        padding-left: 22px;
        margin-bottom: 5px;
        width: 100%;
    }
    .top-search__freeword .top-search__freeword-input {
        float: left;
        padding-top: 0;
        width: 76%;
    }
    .top-search__freeword .top-search__freeword-input input {
        padding: 11px 10px;
    }
    .top-search__freeword .top-search__freeword-btn {
        float: right;
        padding-left: 0;
        clear: none;
        width: 22%;
    }
    .top-search__freeword .top-search__freeword-btn button {
        padding: 8px 0;
        width: 100%;
    }
    .top-search__freeword .top-search__freeword-btn button span {
        background-size: 16px 16px;
        font-size: 15px;
        padding-left: 20px;
    }
    
    /* top pickup */
    .top-pickup__list li {
        float: none;
        margin: 0 0 3px;
        width: 100%;
    }
    .top-pickup__list li a {
        background: #ff8300;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 3px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .top-pickup__list li a::before,
    .top-pickup__list li a::after {
        content: none;
    }
    .top-pickup__list li a .top-pickup__item-image {
        order: 2;
        width: 40%;
    }
    .top-pickup__list li a .top-pickup__item-name {
        background-position: 6px 50%;
        font-size: 15px;
        padding-left: 45px;
        order: 1;
        width: 60%;
    }
    .top-pickup__list li a:hover .top-pickup__item-name {
        background-color: #ff8300;
    }

    /* top recommend */
    .top-recommend {
        padding: 20px 0 30px;
        margin-bottom: 0;
    }
    .top-recommend .btn a {
        width: 100%;
        padding: 12px 0;
    }
    
    /* top members */
    .top-members {
        padding: 25px 0;
    }
    .top-members h2 {
        font-size: 23px;
        margin-bottom: 5px;
    }
    .top-members .top-members__sub {
        font-size: 13px;
    }
    .top-members ul {
        padding: 0;
        margin-bottom: 0;
    }
    .top-members ul li {
        padding: 0 10px;
    }
    .top-members ul li p {
        font-size: 13px;
    }
    .top-members .top-members__num {
        padding: 0;
    }
    .top-members .top-members__num .top-members__num-title {
        margin-bottom: 15px;
    }
    .top-members .top-members__num .top-members__num-title span {
        font-size: 17px;
        height: 43px;
        line-height: 43px;
        width: 200px;
    }
    .top-members .top-members__num .top-members__num--before {
        font-size: 28px;
        width: 45%;
    }
    .top-members .top-members__num .top-members__num--before span {
        font-size: 16px;
    }
    .top-members .top-members__num .top-members__num--after {
        font-size: 28px;
        width: 45%;
    }
    .top-members .top-members__num .top-members__num--after span {
        font-size: 16px;
    }
    .top-members .top-members__num .top-members__num--after .top-members__num--txt {
        font-size: 11px;
    }
    .top-members .top-members__buttons {
        padding: 0;
    }
    .top-members .top-members__buttons .btn {
        width: 48%;
    }
    .top-members .top-members__buttons .btn a {
        font-size: 15px;
        padding: 12px 0;
    }
    
    /* top topics */
    .top-topics .top-heading-2 {
        margin-bottom: 10px;
    }
    .top-topics .top-heading-2 a {
        background-position: 0 3px;
        background-size: 12px 12px;
        font-size: 13px;
        padding-left: 18px;
        top: 8px;
    }


    /* Search
    ----------------------------------------------- */
    .search-title-num {
        float: none;
        font-weight: normal;
        font-size: 13px;
        padding-top: 10px;  
    }
    .search-title-num .fs-13 {
        font-size: 10px;
    }
    .search-nav {
        display: none;
    }
    .search-tab ul {
       padding: 0;
    }
    .search-tab ul li {
        margin-right: 2%;
        width: 32%;
    }
    .search-tab ul li a {
        font-size: 13px;
        padding: 8px 0;
    }
    .search-tab ul li a > span {
        background: none;
        padding: 0;
    }
    .search-tab ul li a.current > span {
        background: none;
        padding: 0;
    }
    .search-tab ul li a span span {
        display: none;
    }
    .searh-buttons {
        padding: 0;
    }
    .searh-buttons .btn {
        width: 48%;
    }
    .searh-buttons .btn a {
        font-size: 15px;
    }
    .searh-button .btn a {
        font-size: 15px;
        width: 100%;
    }
    .module-type--sp-no .searh-button .btn {
        padding: 10px 12px 14px;
    }
        
    /* search station dist */
    .search-station-dist {
        padding: 0;
        display: block;
        font-size: 0;
    }
    .search-station-dist > * {
        font-size: 16px;
        display: inline-block;
    }
    .search-station-dist input[type="text"] {
        display: inline-block;
        width: 40%;
        vertical-align: middle;
    }
    .search-station-dist select.search-station-dist__time {
        font-size: 16px;
        width: 35%;
    }
    .search-station-dist select.search-station-dist__num {
        font-size: 16px;
        display: inline-block;
        margin-top: 15px;
        width: 60%;
    }
    .search-station-dist .search-station-dist__label {
        padding: 0 8px;
        display: inline-block;
        width: 25%;
    }
    .search-station-dist select.search-station-dist__time + .search-station-dist__label {
        display: inline-block;
        margin-top: 15px;
        padding: 0;
        width: 40%;
    }
    
    /* search map */
    .search-map .column-main {
        float: none;
        margin-bottom: 20px;
    }
    .search-map .column-aside {
        float: none;
    }
    .search-map__main h2 {
        padding: 10px;
    }
    .search-map__main .search-map__icons {
        padding: 10px;
    }
    .search-map__main .search-map__icons li {
        font-size: 13px;
    }
    .search-map__main .search-map__icons li img {
        display: block;
        margin: 0 auto 5px;
    }
    .search-map__edit {
        padding: 10px;
    }
    
    /* Result List
    ----------------------------------------------- */
    .result-contents > .container {
        padding: 0;
    }
    .result-contents .heading-2 {
        border-bottom: 1px solid #ff8300;
        background-color: #ffeac5;
        border-radius: 0;
        font-size: 16px;
        margin: 0;
    }
    .result-contents .page-nav {    
        padding: 10px;
        margin: 0;
        background: #f0f0f0;
    }
    .result-contents .page-nav .page-nav__left {
        margin: 0;
        padding: 0;
    }
    .result-contents .page-nav .page-num {
        margin: 0;
        padding-top: 5px;
    }
    .result-contents .page-nav .pager {
        display: none;
    }
    .result-contents .page-nav select {
        margin-bottom: 0;
    }
    .result-contents .request-all__check {
        display: none;
    }
    .result-contents .request-all__btn {
        width: 100%;
        display: block;
        background: none;
        border-radius: 0;
        padding: 0 10px;
    }
    .result-contents .request-all {
        margin-bottom: 0;
        padding-bottom: 10px;
        background: #f0f0f0;
    }
    .result-contents .request-all--bottom {
        margin-bottom: 20px;
    }
    .result-contents .request-all .row {
        width: 100%;
    }
    .result-contents .request-all::after {
        content: none;
    }
    .result-contents .request-all__btn a {
        border: 1px solid #ff8300;
        color: #ff8300;
        font-size: 13px;
        width: 100%;
        background: #fff;
        box-shadow: none;
        border-radius: 4px;
    }
    .result-contents .request-all__btn a span {
        background: url("../images/common/icon_request2.png") no-repeat 0 50% / 18px 18px;
        padding: 3px 0 3px 24px;
    }
    .result-contents .paging {
        display: block;
        background: #f0f0f0;
        padding: 10px 10px 0;
    }
    .result-contents .paging a {
        border: 1px solid #999;
        background: #fff;
        display: block;
        padding: 10px;
        text-align: center;
        width: 80px;
        border-radius: 4px;
    }
    .result-contents .paging a.paging--prev {
        float: left;
    }
    .result-contents .paging a.paging--next {
        float: right;
    }
    .sort_kind
    {
        padding-top:10px;
        background: #f0f0f0;
        padding-left:10px;
    }
    .sort_kind .kind_change
    {
        padding-top:10px;
        display:block;
    }
    .result-list {
        background: #f0f0f0;
        padding: 0 10px;
    }
    .result-list .result-list__item {
        background: #fff;
        border: 1px solid #ccc;
        margin-bottom: 10px;
        position: relative;
        border-radius: 6px;
        overflow: hidden;
    }
    .result-list .result-list__item:last-child {
        margin-bottom: 0;
    }
    .result-list .result-list__item::before {
        content: none;
    }
    .result-list .result-list__item-left {
        background: none;
        border-top: none;
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 0;
        width: auto;
    }
    .result-list .result-list__item-right {
        border-top: none;
        padding: 10px 0 0;
    }
    .result-list .result-list__item-icons {
        padding: 0 70px 0 10px;
        margin-bottom: 6px;
    }
    .result-list .result-list__item-title {
        font-size: 15px;
        margin-bottom: 5px;
        padding: 0 10px;
    }
    .result-list .result-list__item-description {
        font-size: 11px;
        margin-bottom: 8px;
        padding: 0 10px;
    }
    .result-list .result-list__item-contents {
        background: #f7f7f7;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .result-list .result-list__item-contents::before,
    .result-list .result-list__item-contents::after {
        content: none;
    }
    .result-list .result-list__item-thumbnail {
        width: 45%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .result-list .result-list__item-thumbnail img {
        border: none;
    }
    .result-list .result-list__item-table {
        border-top: none;
        padding-left: 12px;
        width: 55%;
        vertical-align: middle;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .result-list .result-list__item-table tbody {
        display: block;
        width: 100%;
    }
    .result-list .result-list__item-table tr {
        clear: both;
        display: block;
        width: 100%;
    }
    .result-list .result-list__item-table th {
        float: left;
        font-size: 10px;
        border-bottom: none;
        background: none;
        display: block;
        padding: 2px 0 0;
        margin-right: 8px;
        color: #999;
        width: auto;
    }
    .result-list .result-list__item-table td {
        border-bottom: none;
        font-size: 10px;
        display: block;
        padding: 2px 0 0;
    }
    .result-list .result-list__item-table tr.result-list__item-table__tr4,
    .result-list .result-list__item-table tr.result-list__item-table__tr5 {
        display: none;
    }
    .result-list .result-list__item-table tr.result-list__item-table__tr1 th {
        display: none;
    }
    .result-list .result-list__item-table tr.result-list__item-table__tr1 td {
        padding-top: 0;
    }
    .result-list .result-list__item-table td .price {
        font-size: 15px;
    }
    .result-list .result-list__item-table td img {
        margin: 0 0 0 2px;
        width: 70px;
    }
    .result-list .result-list__sp-data {
        clear: both;
        margin: 0;
        padding: 8px 10px 10px;
    }
    .result-list .result-list__sp-data dd {
        font-size: 12px;
        line-height: 1.5;
    }
    .result-list .result-list__item-btns {
        padding-top: 0;
    }
    .result-list .result-list__item-btns .btn {
        float: none;
        margin-right: 0;
        width: auto;
    }
    .result-list .result-list__item-btns .btn--request,
    .result-list .result-list__item-btns .btn--detail {
        display: none;
    }
    .result-list .result-list__item-btns .btn--favorite a {
        background: none;
        padding: 0;
        border: none;
        box-shadow: none;
        width: 19px;
        height: 16px;
        position: absolute;
        right: 42px;
        top: 12px;
    }
    .result-list .result-list__item-btns .btn--favorite a span {
        text-indent: -9999px;
        display: block;
    }
    .result-contents .column-aside {
        padding: 0 10px;
    }


    /* Result Detail
    ----------------------------------------------- */
    .result-detail .container {
        padding: 0;
    }
    .result-detail .section {
        margin-bottom: 20px;
    }
    .result-detail__about {
        margin-bottom: 10px;
    }
    .result-detail__side-contact {
        display: none;
    }
    .result-detail__description {
        margin: 0 10px;
        padding: 10px;
        font-size: 13px;    
    }
    .result-detail__description p {
        line-height: 1.5;
    }
    .result-detail__about .result-detail__icons {
        padding: 0 10px;
        margin-bottom: 5px;
    }
    .result-detail__about h1 {
        font-size: 17px;
        padding: 0 10px 0;
        border-bottom: none;
    }
    .result-detail__about table,
    .result-detail__about table tbody,
    .result-detail__about table tr {
        display: block;
    }
    .result-detail__about table th,
    .result-detail__about table td.space {
        display: none;
    }
    .result-detail__about table td {
        display: block;
        font-size: 13px;
        padding: 0 10px;
        width: 100%;
    }
    .result-detail__about table td .price {
        font-size: 18px;
    }
    .result-detail__about table td a {
        font-size: 11px;
        padding: 0;
        width: 100%;
        text-decoration: underline;
        vertical-align: middle;
    }
    .result-detail__about table td a.link-loan,
    .result-detail__about table td a.link-map {
        background: none;
        border: none;
    }
    .result-detail__gallery {
        display: none;
    }
    .pswp--touch .pswp__button--arrow--left,
    .pswp--touch .pswp__button--arrow--right {
        visibility: visible !important;
    }
    .result-detail__sp-slider {
        margin-bottom: 10px;
    }
    .result-detail__sp-slider .sp-slide {
    }
    .result-detail__sp-slider .sp-slide .sp-num {
        position: absolute;
        display: inline-block;
        height: 20px;
        line-height: 20px;
        padding: 0 10px;
        left: 10px;
        top: 10px;
        font-size: 12px;
        color: #fff;
        z-index: 10;
        background: rgba(0,0,0,.6);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .result-detail__sp-slider .sp-slide p.sp-layer {
        font-size: 13px;
    }
    .result-detail__sp-slider .sp-black {
        background: rgba(255,255,255,.8);
        color: #333;
    }
    .result-detail__sp-slider .sp-bottom-thumbnails .sp-thumbnail-container {
        border: 2px solid #fff;
    }
    .result-detail__sp-slider .sp-bottom-thumbnails .sp-thumbnail-container.sp-selected-thumbnail {
        border: 2px solid #ff8300;
    }
    .result-detail__map .map {
        border: none;
    }
    .result-detail__map .map-link {
        text-align: center;
        padding-top: 6px;
    }
    .result-detail__map .map-link a {
        border: 1px solid #b17638;
        display: block;
        padding: 8px;
        margin: 0 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .result-detail__point ul {
        padding: 12px 10px 0;
    }
    .result-detail__point ul li {
        font-size: 13px;
        margin-right: 4%;
        margin-bottom: 10px;
        width: 48%;
        padding: 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .result-detail__point ul li:nth-child(5n) {
        margin-right: 4%;
    }
    .result-detail__point ul li:nth-child(even) {
        margin-right: 0;
    }
    .result-detail__equip p {
        padding: 12px 10px 0;
        font-size: 13px;
        line-height: 1.5;
    }
    .result-detail__data table,
    .result-detail__data tbody {
        border-top: none;
        border-right: none;
        border-left: none;
        margin-bottom: 0;
        display: block;
    }
    .result-detail__data table tr {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .result-detail__data table th,
    .result-detail__data table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 13px;
        padding: 10px;
    }
    .result-detail__data table th {
        width: 30%;
    }
    .result-detail__data table td {
        width: 70%;
    }
    .result-detail__contact {
        padding: 15px 10px 25px;
    }
    .result-detail__contact .section-inner {
        padding: 0;
    }
    .result-detail__contact h3 {
        font-size: 20px;
        line-height: 2;
        margin-bottom: 16px;
    }
    .result-detail__contact h3 span {
        padding-bottom: 10px;
    }
    .result-detail__contact h3 span img {
        display: none;
    }
    .result-detail__contact .box {
        border-width: 1px;
        margin-bottom: 10px;
        padding: 12px 15px 15px;
    }
    .result-detail__contact .box .txt {
        display: block;
        text-align: center;
        padding: 0;
        width: 100%;
    }
    .result-detail__contact .box .tel {
        display: block;
        text-align: center;
        padding: 0;
        margin-bottom: 5px; 
        width: 100%;
    }
    .result-detail__contact .box .tel span {
        background-size: 20px 20px;
        font-size: 26px;
        padding-left: 28px;
    }
    .result-detail__contact .box .btn {
        display: block;
        text-align: center;
        padding: 0;
        width: 100%;
    }

    .result-detail__btns ul li {
        float: left;
        margin-right: 2%;
        width: 32%;
    }
    .result-detail__btns ul li:last-child {
        margin-right: 0;
    }
    .result-detail__btns ul li a {
        font-size: 11px;
        border: 1px solid #ff8300;
        display: block;
        text-align: center;
        padding: 38px 0 5px;
        border-radius: 4px;
    }
    .result-detail__btns ul li.btn-line a {
        background: url("../images/common/icon_line.png") no-repeat 50% 9px #ffffff;
        background-size: 23px 23px;
    }
    .result-detail__btns ul li.btn-mail a {
        background: url("../images/common/icon_mail1.png") no-repeat 50% 12px #ffffff;
        background-size: 25px 19px;
    }
    .result-detail__btns ul li.btn-favorite a {
        background: url("../images/common/icon_favorite_off.png") no-repeat 50% 12px #ffffff;
        background-size: 22px 19px;
    }
    .result-detail__relation {
        padding: 20px 10px;
    }
    .result-detail .contents-register .container {
        padding: 0 10px;
    }
    .result-detail__sp-madori .madori-container {
        padding: 10px 10px 0;
    }
    .result-detail__sp-madori .madori-container a {
        display: block;
        position: relative;
        margin-bottom: 10px;
        text-align: center;
    }
    .result-detail__sp-madori .madori-container a::after {
        background: url("../images/common/icon_popup.png") no-repeat 0 0 / 32px 32px;
        content: "";
        height: 32px;
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 32px;
    }
    .result-detail__sp-madori .madori-container p {
        font-size: 13px;
        line-height: 1.5;
    }
    .result-detail__relation .heading-2 {
        background-position: 0 50%;
        padding-left: 12px;
        border-bottom: none;
    }
    .result-detail .fixed-contents .container {
        padding: 0 10px;
    }
    .result-detail .fixed-contents a {
        border-radius: 4px;
        display: block;
        float: left;
        font-size: 13px;
        font-weight: bold;
        font-weight: 600;
        text-align: center;
    }
    .result-detail .fixed-contents a.fixed-request-btn {
        background: #ff8300;
        color: #fff;
        height: 38px;
        line-height: 38px;
        margin-right: 2%;
        width: 40%;
    }
    .result-detail .fixed-contents a.fixed-favorite-btn {
        background-color: #fff;
        color: #333;
        height: 38px;
        line-height: 36px;
        border: 2px solid #cccccc;
        margin-right: 2%;
        width: 40%;
    }
    .result-detail .fixed-contents a.fixed-tel-btn {
        float: right;
        width: 16%;
    }
    .result-detail .fixed-contents a.fixed-tel-btn span {
        display: inline-block;
        background: #fff;
        border: 2px solid #ff8300;
        height: 38px;
        line-height: 36px;
        width: 38px;
        border-radius: 50%;
    }
    .result-detail .fixed-contents a.fixed-tel-btn img {
        width: 20px;
    }



    /* Customer
    ----------------------------------------------- */
    .customer-contents .customer-section-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .customer-contents .customer-section-title span {
        padding-bottom: 12px;
    }
    .customer-contents .customer-section-bg {
        padding: 30px 0;
    }
    .customer-contents #section1 .block-img,
    .customer-contents #section1 .block-txt {
        float: none;
        width: 100%;
    }
    .customer-contents #section1 .block-img {
        margin-bottom: 15px;
        padding-top: 0;
    }
    .customer-contents #section1 .block-txt .customer-link {
        text-align: center;
    }
    .customer-contents #section2 .customer-search__list li {
        margin-right: 4%;
        margin-bottom: 10px;
        width: 48%;
    }
    .customer-contents #section2 .customer-search__list li:nth-child(even) {
        margin-right: 0;
    }
    .customer-contents #section2 .customer-search__list li p {
        background-size: 30px 30px;
        font-size: 12px;
        padding-top: 38px;
        margin-bottom: 10px;
    }
    .customer-contents #section2 .customer-search__list li a {
        margin: 0;
        font-size: 13px;
    }
    .customer-contents #section4 .customer-section-title {
        line-height: 2.3;
        padding-top: 50px;
    }
    .customer-contents .customer-frame {
        padding: 5px;
    }
    .customer-contents .customer-frame-inner {
        padding: 15px;
    }
    .customer-contents .customer-frame h4 {
        font-size: 18px;
        margin-bottom: 15px;    
    }
    .customer-contents .customer-frame h4 span {
        padding: 6px 15px;
    }
    .customer-contents .customer-promise li {
        background-size: 60px 20px;
        font-size: 15px;
        padding-left: 72px;
    }

    
    /* Staff
    ----------------------------------------------- */
    .staff-contents .staff-list li {
        margin: 0 4% 30px 0;
        width: 48%;
    }
    .staff-contents .staff-list li:nth-child(even) {
        margin-right: 0;
    }
    .staff-contents .staff-list li img {
        margin-bottom: 8px;
    }
    .staff-contents .staff-list li .staff-list__name {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .staff-contents .staff-list li .staff-list__link a {
        width: 90%;
    }
    .staff-contents .staff-detail .staff-detail__img {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }
    .staff-contents .staff-detail .staff-detail__data {
        float: none;
        margin-bottom: 40px;
        width: 100%;
    }
    .staff-contents .staff-detail .staff-detail__data dl{
        padding-bottom: 15px;
    }
    .staff-contents .staff-detail .staff-detail__data dl dt {
        margin-right: 2%;
        width: 20%;
    }
    .staff-contents .staff-detail .staff-detail__data dl dd {
        width: 76%;
    }
    .staff-contents .staff-detail .staff-detail__comment h3 {
        font-size: 19px;
    }
    .staff-contents .staff-detail .staff-detail__comment {
        padding: 20px 15px 15px;
    }
    .staff-contents .staff-detail .staff-detail__gallery {
        padding: 10px 10px 1px;
    }
    .staff-contents .staff-detail .staff-detail__gallery ul li {
        display: block;
        margin-right: 0;
        width: 100%;
    }


    /* Company
    ----------------------------------------------- */
    .company-contents .block1 .block-img,
    .company-contents .block1 .block-txt,
    .company-contents .block2 .block-img,
    .company-contents .block2 .block-txt,
    .company-contents .block3 .block-img,
    .company-contents .block3 .block-txt,
    .company-contents .block4 .block-txt {
        float: none;
        width: 100%;
    }
    .company-contents .block-img {
        text-align: center;
        margin-bottom: 20px;
    }
    .company-contents .block1 .block-img img,
    .company-contents .block2 .block-img img {
        width: 250px;
    }
    .company-contents .company-gallery .company-gallery__block1 .left,
    .company-contents .company-gallery .company-gallery__block1 .right,
    .company-contents .company-gallery .company-gallery__block2 .left,
    .company-contents .company-gallery .company-gallery__block2 .right {
        width: 100%;
        float: none;
    }
    .company-skil-table td.ta-right {
        text-align: left;
    }
    
    /* Form
    ----------------------------------------------- */
    .mail-form__flow {
        margin-bottom: 12px;
    }
    .mail-form__flow-spsize img {
        width: 260px;
    }
    .mail-form__table {
        margin-bottom: 20px;
    }
    .mail-form__table tr {
        display: block;
        position: relative;
    }
    .mail-form__table th {
        padding-right: 50px;
    }
    .mail-form__table td.icon {
        border-bottom: none;
        background: none;
        width: auto;
        text-align: left;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .mail-form__table td.form-name span {
        display: none;
    }
    .mail-form__table td.form-name input {
        margin-right: 0;
        margin-left: 0;
    }
    .mail-form__table td.form-name input.sp-left {
        float: left;
        width: 48%;
    }
    .mail-form__table td.form-name input.sp-right {
        float: right;
        width: 48%;
    }
    .mail-form__table td.form-tel input {
        width: 26%;
    }
    .mail-form__table td.form-address .form-address__pref-city select {
        font-size: 15px;
        width: 45%;
    }
    .mail-form__table td.form-condition .col {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }
    .mail-form__table td.form-condition .col select {
        width: 100%;
    }
    .mail-form__table td.form-condition .col.sp-col select {
        width: 85%;
    }
    .mail-form__table td.form-condition .col.sp-col .form-comment {
        display: inline !important;
    }
    .mail-form__table td .radio {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .form-privacy {
        text-align: left;
        font-size: 13px;
        line-height: 1.5;
    }
    .form-buttons {
        width: 100%;
    }
    .form-buttons .btn, .form-buttons .btn:last-child {
        float: none;
    }
    .form-ssl {
        padding: 10px;
    }
    .form-ssl .form-ssl__img {
        width: 100px;
    }

    .mail-form__table td.form-home__kind ul li .radio span {
        display: block;
        padding-top: 5px;
    }
    .mail-form__table td.form-home__kind ul li:last-child .radio span input[type="text"] {
        margin: 0;
        width: 100%
    }
    .mail-form__table td.form-home__kind ul li input[type="text"] {
        margin: 0 3px;
        width: 70%
    }
    .mail-form__table td.form-home__area .form-home__area-group input[type="text"],
    .mail-form__table td.form-home__area .form-home__area-group input[type="tel"] {
        margin: 0 8px;
        width: 30%;
    }
    .mail-form__table td.form-home__area .form-home__area-group .radio {
        margin-right: 5px;
        display: inline-block;
    }


    /* Mypage
    ----------------------------------------------- */
    /* mypage nav */
    .mypage-nav {
        margin-bottom: 13px;
    }
    /* mypage tab */
    .mypage-tab {
        margin-bottom: 20px;
    }
    .mypage-tab h2.sp-accordion {
        margin-bottom: 0;
    }
    .mypage-tab h2.sp-accordion.ac-open {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }
    .mypage-tab ul li {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .mypage-tab ul li a {
        background-image: url("../images/common/icon_arrow2.png");
        background-repeat: no-repeat;
        background-size: 6px 10px;
        background-position: 97% 50%;
        border-bottom: 1px solid #fff;
        font-size: 13px;
        padding: 8px 20px 6px 10px;
        overflow: hidden;
        text-align: left;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .mypage-tab ul li a:hover {
        background-color: #faf4e1;   
    }
    .mypage-tab ul li a.current {
        background: #ffeac5;
    }
    .mypage-tab ul li a > span {
        background: none;
        padding-right: 0;
        width: 100%;
    }
    .mypage-tab ul li a.current > span {
        background: none;
        padding-right: 0;
    }

    /* mypage footer */
    .mypage-footer h2.sp-accordion {
        margin-bottom: 0;
    }
    .mypage-footer h2.sp-accordion.ac-open {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }
    .mypage-footer ul li {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .mypage-footer ul li:last-child {
        margin-right: 0;
    }
    .mypage-footer ul li a {
        background-image: url("../images/common/icon_arrow2.png");
        background-repeat: no-repeat;
        background-size: 6px 10px;
        background-position: 97% 50%;
        border-bottom: 1px solid #fff;
        font-size: 13px;
        padding: 8px 20px 6px 10px;
        overflow: hidden;
        text-align: left;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .mypage-footer ul li a:hover {
        background-color: #faf4e1;   
    }
    .mypage-footer ul li a.current {
        background: #ffeac5;
    }
    .mypage-footer ul li a > span {
        background: none;
        padding-right: 0;
        width: 100%;
    }
    .mypage-footer ul li a.current > span {
        background: none;
        padding-right: 0;
    }

    /* mypage contents */
    .mypage-contents {
        padding: 20px 0;
    }
    .mypage-contents .inner {
        width: 100%;
    }
    .mypage-contents .result-contents {
        padding: 0;
        border-radius: 0;
        background: transparent;
    }
    .mypage-contents .result-contents .page-nav,
    .mypage-contents .result-contents .request-all,
    .mypage-contents .result-contents .paging,
    .mypage-contents .result-contents .result-list {
        background: transparent;
        padding-left: 0;
        padding-right: 0;
    }
   .mypage-contents .result-contents .request-all--bottom {
        margin-bottom: 0;
   }
    .mypage-contents .result-contents .request-all__btn {
        padding: 0;
    }
    .mypage-mailadmin__box {
        padding: 10px;
    }
    .ui-table--itemcol3.mypage-matching__table td table {
        width: 100%;
    }
    .ui-table--itemcol3.mypage-matching__table td table td {
        display: block;
    }
    .ui-table--itemcol3.mypage-matching__table td table td.links {
        text-align: center;
        padding-left: 0;
        width: 100%;
    }
    .ui-table--itemcol3.mypage-matching__table td table td.links a {
        font-size: 12px;
        height: 26px;
        line-height: 24px;
        margin-top: 10px;
    }
    .ui-table--itemcol3.mypage-matching__table td table td.links a.link-edit,
    .ui-table--itemcol3.mypage-matching__table td table td.links a.link-list {
        width: 100%;
        float: none;
    }

    .mypage-joken__form td.form-name input {
        width: 100%;
    }
    
    /* Login
    ----------------------------------------------- */
    .login-contents .heading-3 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .login-contents .box-input {
        padding: 15px;
    }
    .login-contents .box-input__title {
        display: block;
        margin-bottom: 6px;
        width: 100%;
    }
    .login-contents .box-input__input {
        display: block;
        width: 100%;
    }
    .mypage-contents .row-list li {
        margin-bottom: 10px;
    }
    .mypage-contents .btn {
        padding-top: 10px;
    }
    .mypage-contents .btn.mb-40 {
        margin-bottom: 30px;
    }

    /* Tax
    ----------------------------------------------- */
    .tax-table {
        margin-bottom: 30px;
    }
    .tax-table thead th {
        font-size: 13px;
        padding: 10px 6px;
    }
    .tax-table tbody th,
    .tax-table tbody td {
        font-size: 11px;
        padding: 10px 6px;
    }
    /* sale
    ----------------------------------------------- */
    .sale-contents .contents-heading-2 {
        font-size: 22px;
        line-height: 2;
        margin-bottom: 20px;
    }
    .sale-contents .contents-heading-2 span {
        padding-bottom: 11px
    }
    .sale-contents .contents-heading {
        background: none;
        padding: 0;
    }
    .sale-contents .contents-heading .container {
        padding: 0;
    }
    .sale-contents .sale-contents__heading {
        padding-top: 0;
    }
    .sale-contents .contents-heading h1 {
        position: static;
        bottom: 0;
    }
    .sale-contents .contents-heading h2,
    .sale-contents .contents-heading__contact-tel,
    .sale-contents .contents-heading__contact-btn {
        display: none;
    }
    .sale-contents .sale-contents__trouble {
        padding-bottom: 0;
    }
    .sale-contents .sale-contents__trouble .trouble-list {
        padding: 20px 0 10px;
    }
    .sale-contents .sale-contents__trouble .trouble-list ul li {
        margin-right: 4%;
        margin-bottom: 10px;
        text-align: center;
        width: 48%;
    }
    .sale-contents .sale-contents__trouble .trouble-list ul li:nth-child(even) {
        margin-right: 0;
    }
    .sale-contents .sale-contents__trouble .trouble-comment {
        background-size: 235px 30px;
        padding-top: 26px;
    }
    .sale-contents .sale-contents__trouble .trouble-comment img {
        width: 96%;
    }
    .sale-contents .sale-contents__trouble .trouble-comment p {
        border-width: 3px;
        font-size: 16px;
        line-height: 1.7;
        padding: 10px;
    }
    .sale-contents .sale-contents__advantage {
        padding: 20px 0;
    }
    .sale-contents .sale-contents__advantage .block {
        margin-top: 20px;
        padding: 0 13px 13px;
    }
    .sale-contents .sale-contents__advantage .block h3 {
        font-size: 20px;
        padding: 10px 0 10px 68px;
    }
    .sale-contents .sale-contents__advantage .block h3 img {
        top: -6px;
        width: 56px;
    }
    .sale-contents .sale-contents__advantage .block > img {
        float: none;
        display: block;
        margin: 0 auto 15px;
    }
    .sale-contents .sale-contents__advantage .block .txt {
        float: none;
        width: 100%
    }
    .sale-contents .sale-contents__advantage .block .txt p.fw-bold {
        font-size: 16px;
    }
    .sale-contents .sale-contents__flow .box {
        border-width: 3px;
        margin-bottom: 20px;
    }
    .sale-contents .sale-contents__flow h2 {
        font-size: 22px;
        padding: 15px;
        margin-bottom: 15px;
    }
    .sale-contents .sale-contents__flow .box-inner {
        padding: 0 10px 10px;
    }
    .sale-contents .sale-contents__flow .box-inner p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .sale-contents .sale-contents__flow ul li {
        float: none;
        margin-right: 0;
        width: 100%
    }
    .sale-contents .sale-contents__flow ul li::after {
        border-width: 15px 10px 0 10px;
        border-color: #ff8300 transparent transparent transparent;
        right: 50%;
        bottom: -17px;
        margin-top: auto;
        margin-right: -10px;
        top: auto;
    }
    .sale-contents .sale-contents__flow ul li dl dt span {
        height: auto;
        padding: 10px;
    }
    .sale-contents .sale-contents__point h2 {
        margin-bottom: 20px;
    }
    .sale-contents .sale-contents__point h2 .container {
        padding: 0;
    }
    .sale-contents .sale-contents__point h2 .title-inner {
        height: auto;
        padding: 0;
    }
    .sale-contents .sale-contents__point h2 .title-inner img {
        position: static;
    }
    .sale-contents .sale-contents__point .block {
        margin-bottom: 25px;
    }
    .sale-contents .sale-contents__point .block p {
        float: none;
        width: 100%
    }
    .sale-contents .sale-contents__point .block img {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .sale-contents .sale-contents__point table th {
        font-size: 15px;
        padding: 10px;
    }
    .sale-contents .sale-contents__point table td {
        padding: 10px;
    }
    
    /* Assurance
    ----------------------------------------------- */
    .assurance-contents .assurance-contents__heading {
        padding-top: 0;
    }
    .assurance-contents .contents-heading {
        background: none;
        padding: 0;
    }
    .assurance-contents .contents-heading .container {
        padding: 0;
    }
    .assurance-contents .contents-heading h1 {
        position: static;
        bottom: 0;
    }
    .assurance-contents .contents-heading h2,
    .assurance-contents .contents-heading__contact-tel,
    .assurance-contents .contents-heading__contact-btn {
        display: none;
    }
    .assurance-contents .assurance-contents__trouble .trouble-main {
        background: #faf4e1;
        padding: 10px 0 0;
    }
    .assurance-contents .assurance-contents__trouble .trouble-comment__l {
        font-size: 20px;
        padding: 14px 0 16px;
        margin-bottom: 20px;
    }
    .assurance-contents .assurance-contents__trouble .trouble-comment__l::after {
        border-width: 12px 12px 0 12px;
        bottom: -12px;
        margin-left: -12px;
    }
    .assurance-contents .assurance-contents__trouble .trouble-comment__m {
        font-size: 22px;
    }
    .assurance-contents .assurance-contents__trouble .trouble-comment__s {
        font-size: 17px;
    }
    .assurance-contents .assurance-contents__trouble .trouble-comment__s span {
        font-size: 22px;
    }
    .assurance-contents .assurance-contents__system .img {
        display: block;
        padding: 10px 10px 0;
        margin-bottom: 15px;
        width: 100%
    }
    .assurance-contents .assurance-contents__system .txt {
        display: block;
    }
    .assurance-contents .assurance-contents__merit ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%
    }
    .assurance-contents .assurance-contents__merit ul li h3 {
        font-size: 16px;
        padding: 13px 0;
    }
    .assurance-contents .assurance-contents__merit ul li p {
        padding: 13px 10px 10px;
        font-size: 13px;
        line-height: 1.6;
    }
    .assurance-contents .assurance-contents__merit ul li p b {
        font-size: 15px
    }
    .assurance-contents .assurance-contents__flow ul li {
        background-size: 26px 18px;
        padding-bottom: 30px;
        margin-bottom: 12px;
    }
    .assurance-contents .assurance-contents__flow ul li dl {
        padding: 0 10px 10px;
    }
    .assurance-contents .assurance-contents__flow ul li dl dt {
        font-size: 17px;
        line-height: 1.5;
    }
    .assurance-contents .assurance-contents__flow ul li.flow-item1 dl dt span {
        background-size: 40px 30px;
        padding-left: 50px
    }
    .assurance-contents .assurance-contents__flow ul li.flow-item2 dl dt span {
        background-size: 28px 28px;
        padding-left: 40px
    }
    .assurance-contents .assurance-contents__flow ul li.flow-item3 dl dt span {
        background-size: 22px 30px;
        padding-left: 32px
    }
    .assurance-contents .assurance-contents__flow ul li.flow-item4 dl dt span {
        background-size: 40px 28px;
        padding-left: 50px
    }
    .assurance-contents .assurance-contents__flow ul li dl dd {
        font-size: 13px;
        padding: 10px 10px;
    }
    .assurance-contents .assurance-contents__flow ul li.flow-item5 {
        padding-bottom: 10px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .assurance-contents .assurance-contents__flow ul li.flow-item5::before, .assurance-contents .assurance-contents__flow ul li.flow-item5::after {
        content: none;
    }
    .assurance-contents .assurance-contents__flow ul li.flow-item5 dl,
    .assurance-contents .assurance-contents__flow ul li.flow-item5 dl:last-child {
        float: none;
    }
    .assurance-contents .assurance-contents__flow ul li.flow-item5 dl:first-child {
        margin-right: 4%
    }
    .assurance-contents .assurance-contents__flow ul li.flow-item5 dl::before {
        background-size: 26px 18px;
        top: -29px;
        height: 18px;
        margin-left: -13px;
        width: 26px;
    }

    /* Insurance
    ----------------------------------------------- */
    .insurance-contents .insurance-contents__heading {
        padding-top: 0;
    }
    .insurance-contents .contents-heading {
        background: none;
        padding: 0;
    }
    .insurance-contents .contents-heading .container {
        padding: 0;
    }
    .insurance-contents .contents-heading h1 {
        position: static;
        bottom: 0;
    }
    .insurance-contents .contents-heading h2,
    .insurance-contents .contents-heading__contact-tel,
    .insurance-contents .contents-heading__contact-btn {
        display: none;
    }
    .insurance-contents .insurance-contents__message {
        padding: 20px 0;
    }
    .insurance-contents .insurance-contents__message p {
        font-size: 15px;
        font-weight: normal;
        text-align: left;
        margin-bottom: 20px
    }
    .insurance-contents .insurance-contents__message .box {
        padding: 20px 13px 15px ;
    }
    .insurance-contents .insurance-contents__message .box img {
        float: none;
        display: block;
        margin: 0 auto 15px;
    }
    .insurance-contents .insurance-contents__merit .block h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .insurance-contents .insurance-contents__merit .block ul {
        padding-bottom: 0;
    }
    .insurance-contents .insurance-contents__merit .block ul li {
        float: none;
        height: auto;
        padding: 0 0 20px;
        margin-bottom: 20px;
        width: 100%
    }
    .insurance-contents .insurance-contents__merit .block ul li:last-child {
        margin-bottom: 0;
    }
    .insurance-contents .insurance-contents__merit .block ul li::after {
        height: 1px;
        top: auto;
        bottom: 0;
        width: 100%;
    }
    .insurance-contents .insurance-contents__merit .block ul li p.large {
        height: auto;
        display: block;
        font-size: 18px;
    }
    .insurance-contents .insurance-contents__merit .block-inner {
        padding: 10px;
    }
    .insurance-contents .insurance-contents__merit .block-inner .box {
        padding: 20px 10px 15px;
    }
    .insurance-contents .insurance-contents__merit .block-inner .box h4 {
        font-size: 18px;
        top: -13px;
    }
    .insurance-contents .insurance-contents__merit .block-inner .box h4 span {
        padding: 0 10px;
    }
    .insurance-contents .insurance-contents__merit .block-inner .box p {
        font-size: 15px;
    }
    .insurance-contents .insurance-contents__merit .block-inner .top-arrow {
        background-size: 26px 18px;
        padding-top: 27px;
        margin-top: 16px;
        font-size: 16px;
    }
    .insurance-contents .insurance-contents__merit .block-inner .bg-box p {
        font-size: 15px;
    }
    .insurance-contents .insurance-contents__merit .block-inner .bg-box p span {
        display: block;
        font-size: 22px
    }
    .insurance-contents .insurance-contents__merit .block-inner .bg-box small {
        text-align: center;
    }
    .insurance-contents .insurance-contents__merit .block3 {
        margin-top: 20px;
        padding: 0;
    }
    .insurance-contents .insurance-contents__merit .block3 .box {
        padding: 12px;
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%
    }
    .insurance-contents .insurance-contents__merit .block3 .box h4 {
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom: 14px;
    }
    .insurance-contents .insurance-contents__flow .block {
        padding: 15px;
    }
    .insurance-contents .insurance-contents__what .what-img img {
        float: none;
        display: block;
        margin: 0 auto 15px
    }
    .insurance-contents .insurance-contents__what .what-list {
        margin-bottom: 10px;
    }
    .insurance-contents .insurance-contents__what .what-list li {
        margin-right: 4%;
        padding: 10px;
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 10px;
        width: 48%
    }
    .insurance-contents .insurance-contents__what .what-list li:nth-child(even) {
        margin-right: 0;
    }
    .insurance-contents .insurance-contents__what .merit-block {
        padding: 0;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .insurance-contents .insurance-contents__what .merit1,
    .insurance-contents .insurance-contents__what .merit2 {
        background: #faf4e1;
    }
    .insurance-contents .insurance-contents__what .merit-block h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .insurance-contents .insurance-contents__what .merit-block h3 span {
        border-radius: 0;
        padding: 10px;
        display: block;
    }
    .insurance-contents .insurance-contents__what .merit-block ul {
        padding: 0 10px 15px;
    }
    .insurance-contents .insurance-contents__what .merit-block ul li {
        font-size: 15px
    }

    /* Loan
    ----------------------------------------------- */
    .loan-contents .loan-contents__trouble {
        padding-top: 0;
    }
    .loan-contents .loan-contents__trouble h2 {
        font-size: 22px;
        line-height: 2;
        margin-bottom: 20px;
    }
    .loan-contents .loan-contents__trouble h2 span {
        padding-bottom: 11px;
    }
    .loan-contents .loan-contents__trouble p {
        font-size: 20px;
        line-height: 1.6;
        padding: 10px 5px 12px;
    }
    .loan-contents .loan-contents__tips .block1 .txt,
    .loan-contents .loan-contents__tips .block1 .table, 
    .loan-contents .loan-contents__tips .block2 .img,
    .loan-contents .loan-contents__tips .block2 .txt,
    .loan-contents .loan-contents__tips .block3 .img,
    .loan-contents .loan-contents__tips .block3 .txt,
    .loan-contents .loan-contents__tips .block4 .img,
    .loan-contents .loan-contents__tips .block4 .txt {
        float: none;
        width: 100%
    }
    .loan-contents .loan-contents__tips .block2 .img,
    .loan-contents .loan-contents__tips .block3 .img,
    .loan-contents .loan-contents__tips .block4 .img {
        text-align: center;
    }
    .loan-contents .loan-contents__form h2.section-title {
        font-size: 26px;
    }
    
    /* FP
    ----------------------------------------------- */
    .fp-contents .fp-contents__trouble {
        padding-top: 0;
    }
    .fp-contents .fp-contents__trouble h2 {
        font-size: 22px;
        line-height: 2;
        margin-bottom: 20px;
    }
    .fp-contents .fp-contents__trouble h2 span {
        padding-bottom: 11px;
    }
    .fp-contents .fp-contents__trouble p {
        background-position: 50% 20px;
        font-size: 20px;
        line-height: 1.6;
        padding: 44px 5px 12px;
    }
    .fp-contents .fp-contents__tips .block1 p.large {
        font-size: 18px;
        line-height: 1.6;
        margin: 0 0 20px;
    }
    .fp-contents .fp-contents__tips .block1 p.large span {
        font-size: 26px
    }
    .fp-contents .fp-contents__tips .block2 .row {
        display: block;
        margin-top: 0;
        margin-bottom: 30px
    }
    .fp-contents .fp-contents__tips .block2 .txt {
        padding-right: 0;
        margin-bottom: 20px;
        display: block;
    }
    .fp-contents .fp-contents__tips .block2 .img {
        text-align: center;
        display: block;
        width: 100%
    }
    .fp-contents .fp-contents__tips .block2 .txt p.fc-red {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 5px;
    }
    .fp-contents .fp-contents__tips .block3 .row {
        display: block;
        margin-top: 0;
        margin-bottom: 30px
    }
    .fp-contents .fp-contents__tips .block3 .txt {
        padding-right: 0;
        margin-bottom: 20px;
        display: block;
    }
    .fp-contents .fp-contents__tips .block3 .txt p {
        line-height: 1.6;
        font-size: 18px;
    }
    .fp-contents .fp-contents__tips .block3 .img {
        text-align: center;
        display: block;
        width: 100%
    }
    .fp-contents .fp-contents__form h2.section-title {
        font-size: 26px;
    }

    /* Simulation
    ----------------------------------------------- */
    .simulation-contents h2 {
        margin-top: 30px;
    }
    .simulation-contents .simulation-form > ul {
        margin: 10px 0;
    }
    .simulation-contents .simulation-form > ul,
    .simulation-contents .simulation-form > ul > li {
        display: block;
        width: 100%
    }
    .simulation-contents .simulation-form ul li:nth-child(2) .simulation-form__table, .simulation-contents .simulation-form ul li:nth-child(3) .simulation-form__table {
        border-left: 1px solid #ccc;
        border-top: none;
    }
    .simulation-contents .simulation-form__table td {
        padding: 15px;
        text-align: left;
    }
    .simulation-contents .simulation-form__tablefull th {
        text-align: left;
    }
    .simulation-contents .simulation-form__tablefull .icon-wrap {
        display: table;
    }
    .simulation-contents .simulation-result table th {
        text-align: center;
        font-size: 16px;
    }
    .simulation-contents .simulation-result table td {
        font-size: 15px;
        text-align: center;
    }
    .simulation-contents .simulation-result table td span {
        font-size: 24px;
    }
    .simulation-contents .simulation-result {
        padding: 10px 0;
    }
    .simulation-contents .simulation-result .box-wrap {
        padding: 10px;
    }
    .simulation-contents .simulation-result .box {
        padding: 15px;
    }
    .simulation-contents .simulation-result .simulation-result__price {
        font-size: 15px;
    }
    .simulation-contents .simulation-result .simulation-result__price span {
        font-size: 24px;
    }
    .simulation-contents .simulation-result + p {
        font-size: 13px;
        text-align: left;
        line-height: 1.7    ;
    }
    .simulation-contents .simulation-button button:hover {
        opacity: 1;
    }
    

    /* Custom
    ----------------------------------------------- */
    .custom-contents .custom-contents__heading {
        margin-bottom: 30px;
    }
    .custom-contents .custom-contents__heading h1 {
        margin-bottom: 14px;
    }
    .custom-contents .custom-contents__case {
        margin-bottom: 40px;
    }
    .custom-contents .custom-contents__case ul {
        margin-bottom: 0;
    }
    .custom-contents .custom-contents__case ul li {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%
    }
    .custom-contents .custom-contents__case ul li:last-child {
        margin-bottom: 0;
    }
    .custom-contents .custom-contents__case ul li .img {
        float: left;
        padding-top: 3px;
        width: 38%;
    }
    .custom-contents .custom-contents__case ul li .txt {
        float: right;
        width: 59%;
    }
    .custom-contents .custom-contents__case ul li h3 {
        font-size: 13px;
        margin-bottom: 2px;
    }
    .custom-contents .custom-contents__case ul li p {
        font-size: 10px;
    }
    .custom-contents .custom-contents__case ul li a:hover p {
        color: #808080;
    }
    .custom-contents .custom-contents__case ul li .link {
        color: #ff8300;
        background-color: transparent;
        background-position: 100% 50%;
        background-size: 5px 9px;
        height: auto;
        font-size: 11px;
        line-height: 1;
        text-align: right;
        border-radius: 0;
        padding-right: 10px;
    }
    .custom-contents .custom-contents__about .block1 {
        margin-bottom: 0;
    }
    .custom-contents .custom-contents__about .block2 {
        margin-bottom: 0;
    }
    .custom-contents .custom-contents__about .block1 .img,
    .custom-contents .custom-contents__about .block2 .img {
        float: none;
        width: 100%;
        text-align: center;
    }
    .custom-contents .custom-contents__about .block1 .txt,
    .custom-contents .custom-contents__about .block2 .txt {
        float: none;
        padding-top: 15px;
        width: 100%
    }
    .custom-contents .custom-contents__about .custom-point {
        padding: 30px 15px 5px;
        margin-bottom: 30px;
    }
    .custom-contents .custom-contents__about .custom-point h4 {
        top: -16px;
    }
    .custom-contents .custom-contents__about .custom-point h4 span {
        font-size: 16px;
        height: 32px;
        line-height: 32px;
    }
    .custom-contents .custom-contents__about .custom-point ul li {
        font-size: 15px;
        margin-right: 4%;
        margin-bottom: 10px;
        width: 48%
    }
    .custom-contents .custom-contents__about .custom-point ul li:nth-child(3n) {
        margin-right: 4%;
    }
    .custom-contents .custom-contents__about .custom-point ul li:nth-child(even) {
        margin-right: 0;
    }
    .custom-contents .custom-contents__about .custom-point ul li span {
        background-size: 11px 12px;
        padding: 2px 0 2px 15px;
    }
    .custom-contents .custom-contents__about .custom-flow ul li {
        float: none;
        display: table;
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%
    }
    .custom-contents .custom-contents__about .custom-flow ul li.flow7 {
        width: 100%
    }
    .custom-contents .custom-contents__about .custom-flow ul li::after {
        background: url("../images/contents/contents_arrow1.png") no-repeat 0 0 / 18px 12px;
        bottom: -22px;
        top: auto;
        height: 12px;
        width: 18px;
        margin-top: auto;
        right: 50%;
        margin-right: -9px;
    }
    .custom-contents .custom-contents__about .custom-flow ul li .num {
        width: 28px;
        left: 6px;
    }
    .custom-contents .custom-contents__about .custom-flow ul li .img {
        display: table-cell;
        width: 44%;
        vertical-align: middle;
    }
    .custom-contents .custom-contents__about .custom-flow ul li p {
        display: table-cell;
        text-align: left;
        padding: 10px 15px;
        font-size: 16px;
        height: auto;
        line-height: 1.5;
        vertical-align: middle;
    }

    /* Voice
    ----------------------------------------------- */
    .voice-contents .voice-contents__heading h2 {
        font-size: 22px;
        line-height: 2;
        margin-bottom: 20px;
    }
    .voice-contents .voice-contents__heading h2 span {
        padding-bottom: 11px;
    }
    .voice-contents .voice-contents__heading p {
        font-weight: normal;
        text-align: left;
    }
    .voice-contents .voice-contents__list .block {
        padding: 20px 10px 10px;
    }
    .voice-contents .voice-contents__list .voice-main__left {
        float: none;
        margin-bottom: 16px;
        width: 100%
    }
    .voice-contents .voice-contents__list .voice-main__left .voice-status span {
        font-size: 16px;
    }
    .voice-contents .voice-contents__list .voice-main__right {
        float: none;
        width: 100%
    }
    .voice-contents .voice-contents__list .voice-main__right dl {
        padding: 15px 15px 5px;
    }
    .voice-contents .voice-contents__list .voice-main__right dl::before {
        left: 50%;
        margin-left: -9px;
        top: -12px;
        border-width: 0 9px 12px 9px;
        border-color: transparent transparent #fff transparent;
    }
    .voice-contents .voice-contents__list .voice-comment {
        padding: 10px
    }
    .voice-contents .voice-contents__list .voice-comment .voice-comment__inner {
        padding: 10px;
    }

    /* Chiiki
    ----------------------------------------------- */ 
    .chiiki-contents .chiiki-contents__heading {
        padding-top: 10px;
    }
    .chiiki-contents .chiiki-contents__heading h1 {
        padding: 0 10px 15px;
        text-align: center;
    }
    .chiiki-contents .chiiki-contents__heading h1 img {
        position: static;
        left: 0;
        margin-left: 0;
        max-width: 100%;
    }
    .chiiki-contents .chiiki-contents__item {
        padding: 0 0 30px;
    }
    .chiiki-contents .chiiki-contents__item h2 img {
        width: 320px;
    }
    .chiiki-contents .chiiki-contents__item .item-top img {
        display: none;
    }
    .chiiki-contents .chiiki-contents__item .item-top p {
        padding: 0;
        height: auto;
    }
    .chiiki-contents .chiiki-contents__item p.sub {
        font-size: 16px;
    }
    .chiiki-contents .chiiki-contents__item .block1 {
        margin-bottom: 20px;
    }
    .chiiki-contents .chiiki-contents__item .block1 .img {
        float: none;
        padding-top: 0;
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
    }
    .chiiki-contents .chiiki-contents__item .block1 p {
        float: none;
        width: 100%
    }
    .chiiki-contents .chiiki-contents__item .block2 {
        margin-bottom: 30px;
    }
    .chiiki-contents .chiiki-contents__item .block2 .item-img, .chiiki-contents .chiiki-contents__item .block3 .item-txt, .chiiki-contents .chiiki-contents__item .block3 .item-img, .chiiki-contents .chiiki-contents__item .block2 .item-txt {
        float: none;
        padding: 0;
        width: 100%
    }
    .chiiki-contents .chiiki-contents__item .item-img {
        text-align: center;
    }
    .chiiki-contents .chiiki-contents__item .item-txt h3 {
        font-size: 18px;
        margin-top: 10px;
    }

    .chiiki-contents .chiiki-contents__item .block2 > img {
        top: -32px;
        width: 70px;
        z-index: 2;
    }
    .chiiki-contents .chiiki-contents__item .block3 > img {
        left: 0;
        top: -32px;
        width: 70px;
        z-index: 2;
    }
    .chiiki-contents .chiiki-contents__spot {
        padding: 30px 0 20px;
    }
    .chiiki-contents .chiiki-contents__spot h2 img {
        width: 200px;
    }
    .chiiki-contents .chiiki-contents__spot .spot-top {
        margin-bottom: 20px;
    }
    .chiiki-contents .chiiki-contents__spot .spot-top .txt {
        float: none;
        padding-top: 40px;
        width: 100%;
    }
    .chiiki-contents .chiiki-contents__spot .spot-top .txt p {
        margin-top: 10px;
    }
    .chiiki-contents .chiiki-contents__spot .spot-top .img {
        float: none;
        width: 100%;
    }
    .chiiki-contents .chiiki-contents__spot .spot-girl {
        left: 3px;
        top: 50px;
        width: 80px;
        z-index: 2;
    }
    .chiiki-contents .chiiki-contents__spot ul li {
        margin-right: 0;
        width: 48%
    }
    .chiiki-contents .chiiki-contents__spot ul li:nth-child(even) {
        float: right;
    }
    .chiiki-contents .chiiki-contents__spot ul li p {
        font-size: 14px;
        margin-top: 6px;
    }

    /* Sitemap
    ----------------------------------------------- */
    .sitemap-contents ul {
        margin-top: 16px;
    }
    .sitemap-contents ul li a {
        font-size: 13px;
    }

    /* ==============================================
     Footer
    =============================================== */
    .footer-search-nav {
        display: none;
    }
    .footer-contents-nav {
        padding-bottom: 10px;
    }
    .footer-contents-nav .container {
        padding: 0;
    }
    .footer-contents-nav__title {
        margin-left: 9px;
        padding-left: 10px;
        margin-bottom: 5px;
    }
    .footer-contents-nav__list {
        padding-left: 0;
        margin-bottom: 20px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-contents-nav__list li {
        display: block;
        margin: 0 0 1px;
        width: 50%;
    }
    .footer-contents-nav__list li:nth-child(odd) a {
        border-right: 1px solid #ffeac5;
    }
    .footer-contents-nav__list li a {
        background-color: #fde0ae;
        text-decoration: none;
        display: block;
        padding: 14px 10px 14px 20px;
    }
    .footer-contents-nav__list li a::before {
        left: 7px;
        top: 50%;
        margin-top: -2px;
    }

    .footer-tel {
        background: #fff2dc url("../images/common/bg2.gif") repeat 0 0;
        border: 2px solid #ff8300;
        padding: 15px;
        margin-bottom: 20px;
    }
    .footer-tel img {
        width: 100%;
    }

    .footer-logo, .footer-information {
        display: none;
    }
    .sp-footer-logo {
        text-align: center;
        padding: 16px 20px;
    }
    .sp-footer-information address {
        font-style: normal;
        font-size: 11px;
        text-align: center;
        line-height: 1.8;
        margin-bottom: 0;
    }
    .footer-sns {
        width: 50%;
        text-align: center;
    }

    #pagetop {
        /*display: none !important;*/
        right: 20px;
        bottom: 20px;
    }

    /* ==============================================
     Fixed button
    =============================================== */
    .fixed-contents {
        padding: 6px 0;
    }
    .fixed-buttons {
        padding-left: 0;
        padding-right: 0;
    }
    .fixed-buttons .btn {
        float: left;
        width: 48%;
    }
    .fixed-buttons .btn a, .fixed-button .btn a {
        font-size: 15px;
        width: 100%;
    }
    .fixed-button .btn {
        width: 100%;
    }
    .top-fixed-contents  {
        display: block;
    }
    /* =====================================
    地図から探す
    ======================================== */
    #map_bkn{
        width:100%;
        height:auto;
    }
    #map_bkn_navi{
        display:table;
        width:100%;
    }
    #map_bkn_navi #prev,
    #map_bkn_navi #next{
        width:50%;
        display:table-cell;
        padding:10px;
    }
    #map_bkn_navi #next{
        text-align:right;
    }
    #map_bkn ul{
        border-top:1px solid #DDDDDD;
    }
    #map_bkn li{
        border-left:1px solid #DDDDDD;
        border-right:1px solid #DDDDDD;
        border-bottom:1px solid #DDDDDD;
        padding:15px;
        background:#FCFAF3;
    }
    #map_bkn li .thumbnail{
        width:45%;
    }
    #map_bkn li .text{
        margin-left:5%;
        width:48%;
    }
    #map_bkn li .text .price span{
        color:#D80000;
        font-weight:bold;
        font-size:150%;
        font-family:Arial, Helvetica, sans-serif;
    }
    #map_bkn li .btn_area{
        margin-top:10px;
    }
    #map_bkn li .btn_area .btn{
        background:#00306D;
        width:45%;
        display:inline-block;
        padding:4px 0;
    }
    #map_bkn li .btn_area .btn:last-child{
        margin-left:5%;
    }


}
@media screen and (max-width: 480px) {
    
}
@media screen and (max-width: 320px) {
    /* ==============================================
     Header
    =============================================== */
    .header-logo {
        padding-top: 2px;
        width: 155px;
    }
    
}

