@charset "UTF-8";
/*------------------------------
全体
------------------------------*/
a {
  transition-property: all;
  transition: 0.3s linear;
}
#top #main_content {
  margin-bottom: 0px;
}
footer {
  background-color: #eef6fc;
}
.view_all a {
  display: block;
  color: #198dcf;
  text-decoration: none;
  width: 180px;
  border: 1px solid #198dcf;
  text-align: center;
  padding: 16px 0;
  border-radius: 30px;
  margin: 50px auto 0 auto;
  position: relative;
}
.view_all a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url("../img/top/yajirushi.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5.5px;
  background-repeat: no-repeat;
}
.view_all a:hover {
  background-color: #198dcf;
  color: #fff;
}
.view_all a:hover:before {
  background-image: url("../img/top/yajirushi_white.png");
}
#pagetop a {
  background-color: #198dcf;
}
#pagetop a:hover {
  background-color: #20a0db;
}
/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  #gNavi_hamburgerMenu {
    background-color: inherit;
  }
  #gNavi_hamburgerMenu nav li a:hover, #gNavi_hamburgerMenu nav li a.current {
    background-color: inherit;
    color: #198dcf;
  }
  #gNavi_hamburgerMenu nav li {
    border-left: none;
  }
  #gNavi_hamburgerMenu nav ul {
    border-right: none;
  }
  #header_info .tel {
    font-size: 35px;
    color: #198dcf;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    padding-left: 35px;
  }
  #header_info .tel:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 20px;
    background-image: url("../img/cmn/icon_tel_header.png");
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    background-repeat: no-repeat;
  }
  #gNavi_hamburgerMenu nav li a {
    font-size: 14px;
    color: #444;
    letter-spacing: .2em;
  }
  body:not(.site_type__fudo) header #header_top, body.header_menu_none header #header_top {
    padding: 13px 30px 0 30px;
  }
  #header_con #site_name {
    vertical-align: top;
    padding-top: 12px;
  }
  #header_con > .inner {
    margin-bottom: 18px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  header #site_name img {
    max-height: 20px;
  }
  #header_con #site_name {
    padding-top: 0;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .view_all a {
    width: 160px;
    padding: 12px 0;
    font-size: 14px;
  }
}
/*------------------------------
mv
------------------------------*/
#top_mv.cover {
  margin-top: 0;
}
/*------------------------------
お知らせ
------------------------------*/
#top_news #news_post_wrapper {
  border: none;
  padding: 0 45px;
}
#top_news {
  background-color: #eff7fc;
  border-radius: 10px;
  max-width: 1080px;
  margin: 60px auto 85px auto;
}
#main #top_news h2:not(.no_deco) {
  text-align: center;
  color: #198dcf;
  letter-spacing: .08em;
  font-size: 24px;
  padding: 35px 0 0 0;
  margin-bottom: 20px;
  margin-top: -25px;
  position: relative;
}
#top_news h2:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #eff7fc;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -20px;
  border-radius: 30px;
  background-repeat: no-repeat;
}
#top_news h2:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 22px;
  background-image: url("../img/top/icon_news.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 0;
  background-repeat: no-repeat;
}
#news_post_wrapper li p.slug span {
  border: none;
  background-color: #198dcf;
  color: #fff;
}
#news_post_wrapper ul li p {
  padding-bottom: 15px;
}
#top_news #top_news_list {
  text-align: right;
  padding: 0 45px;
  margin-top: 0;
}
#top_news #top_news_list a {
  text-decoration: none;
  color: #198dcf;
  font-size: 13px;
  letter-spacing: .05em;
  padding-right: 20px;
  position: relative;
}
#top_news #top_news_list a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url("../img/top/yajirushi.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5.5px;
  background-repeat: no-repeat;
}
#top_news .inner {
  padding-bottom: 20px;
}
#top_news #top_news_list a:hover {
  text-decoration: underline;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_news {
    width: 94%;
  }
  #main #top_news h2:not(.no_deco) {
    font-size: 20px;
  }
  #top_news #news_post_wrapper {
    padding: 0 10px;
  }
  #news_post_wrapper ul li p {
    padding-bottom: 5px;
  }
  #news_post_wrapper li {
    margin-bottom: 13px;
    padding-bottom: 8px;
  }
  #top_news #top_news_list {
    padding: 0;
  }
}
/*------------------------------
管理物件
------------------------------*/
#top_b_widget_fudo_top_r-4 h2 {
  text-align: center;
  font-size: 24px;
  color: #198dcf;
  position: relative;
  padding-top: 50px;
  margin-bottom: 30px;
  letter-spacing: .1em;
}
#top_b_widget_fudo_top_r-4 h2:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #eff7fc;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -20px;
  border-radius: 30px;
  background-repeat: no-repeat;
}
#top_b_widget_fudo_top_r-4 h2:after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 20px;
  background-image: url("../img/top/icon_kanri.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: 0;
  background-repeat: no-repeat;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #main div.widget_con {
    padding: 0 3%;
  }
  #top_b_widget_fudo_top_r-4 h2 {
    font-size: 20px;
  }
}
/*------------------------------
top_contents1
------------------------------*/
#top_contents1 {
  margin-bottom: 110px;
}
#top_contents1 ul {
  display: flex;
  border-right: 1px solid #a3d1ec;
}
#top_contents1 li {
  width: 50%;
  text-align: center;
  border-left: 1px solid #a3d1ec;
  padding: 0 20px;
}
#top_contents1 li figure {
  width: 200px;
  background-color: #eef6fc;
  text-align: center;
  height: 200px;
  line-height: 200px;
  border-radius: 100px;
  margin: 0 auto 20px auto;
}
#top_contents1 li figure img {
  vertical-align: middle;
}
#top_contents1 li dt p {
  font-size: 24px;
  color: #198dcf;
  letter-spacing: .1em;
  margin-bottom: 10px;
}
#top_contents1 li dd p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .08em;
}
#top_contents1 li dd .more a {
  font-size: 16px;
  letter-spacing: .1em;
  color: #198dcf;
  text-decoration: none;
  display: block;
  width: 260px;
  border: 1px solid #198dcf;
  padding: 15px 0;
  border-radius: 30px;
  margin: 20px auto 0 auto;
  position: relative;
}
#top_contents1 li dd .more a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url("../img/top/yajirushi.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  ;
  top: 50%;
  margin-top: -5.5px;
  background-repeat: no-repeat;
}
#top_contents1 li dd .more a:hover {
  background-color: #198dcf;
  color: #fff;
}
#top_contents1 li dd .more a:hover:before {
  background-image: url("../img/top/yajirushi_white.png");
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_contents1 li dt p {
    font-size: 20px;
  }
  #top_contents1 li dd p {
    font-size: 14px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_contents1 {
    padding: 0 3%;
  }
  #top_contents1 ul {
    display: block;
  }
  #top_contents1 li {
    width: 100%;
  }
  #top_contents1 li:nth-child(1) {
    padding-bottom: 40px;
    border-top: 1px solid #a3d1ec;
    padding-top: 40px;
    border-left: none;
  }
  #top_contents1 li:nth-child(2) {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #a3d1ec;
    border-left: none;
  }
  #top_contents1 ul {
    border-right: none;
    border-bottom: 1px solid #a3d1ec;
  }
  #top_contents1 li dd .more a {
    width: 160px;
    padding: 12px 0;
    font-size: 14px;
  }
  #top_contents1 li dd p br {
    display: none;
  }
  #top_contents1 li dt p {
    font-size: 18px;
  }
}
/*------------------------------
top_contents2
------------------------------*/
#top_contents2 {
  margin-bottom: 105px;
}
#top_contents2 ul {
  display: flex;
  gap: 40px;
}
#top_contents2 li {
  width: 50%;
  position: relative;
}
#top_contents2 li:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url("../img/top/yajirushi_white.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -5.5px;
  background-repeat: no-repeat;
  z-index: 1;
}
#top_contents2 li a {
  display: block;
  text-decoration: none;
  background-color: #198dcf;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: .1em;
  position: relative;
}
#top_contents2 li:nth-child(1) a {
  padding: 36px 0 36px 100px;
}
#top_contents2 li:nth-child(2) a {
  padding: 36px 0 36px 70px;
}
#top_contents2 li a:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #eef6fc;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 200px;
  top: 50%;
  border-radius: 30px;
  margin-top: -30px;
  background-repeat: no-repeat;
}
#top_contents2 li a:after {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
}
#top_contents2 li:nth-child(1) a:after {
  width: 27px;
  height: 30px;
  background-image: url("../img/top/icon_staff.png");
  left: 217px;
  margin-top: -19px;
}
#top_contents2 li:nth-child(2) a:after {
  width: 40px;
  height: 21px;
  background-image: url("../img/top/icon_voice.png");
  left: 210px;
  margin-top: -13px;
}
#top_contents2 li a:hover {
  background-color: #20a0db;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #top_contents2 li a {
    font-size: 14px;
  }
  #top_contents2 li a:before {
    left: 40px;
  }
  #top_contents2 li:nth-child(2) a:after {
    left: 50px;
  }
  #top_contents2 li:nth-child(1) a:after {
    left: 57px;
  }
  #top_contents2 li:nth-child(2) a, #top_contents2 li:nth-child(1) a {
    padding: 36px 70px 36px 70px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_contents2 ul {
    display: block;
    padding: 0 3%;
  }
  #top_contents2 li {
    width: 100%;
  }
  #top_contents2 li:nth-child(1) {
    margin-bottom: 20px;
  }
}
/*------------------------------
top_inquiry
------------------------------*/
#top_inquiry {
  margin-bottom: 34px;
}
#top_inquiry h2 {
  font-size: 24px;
  text-align: center;
  color: #198dcf;
  font-weight: normal;
  letter-spacing: .1em;
  background-color: #eef6fc;
  width: 240px;
  padding: 25px 0 0 0;
  border-radius: 45px;
  margin: 0 auto 25px auto;
  z-index: 1;
  position: relative;
}
#top_inquiry_inner {
  background-color: #eef6fc;
  margin-top: -66px;
  border-radius: 10px;
  padding: 50px 0 30px 0;
  position: relative;
}
#top_inquiry_inner:before {
  content: '';
  display: inline-block;
  width: 214px;
  height: 259px;
  background-image: url("../img/top/img3.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 30px;
  top: -40px;
  background-repeat: no-repeat;
}
#top_inquiry_inner:after {
  content: '';
  display: inline-block;
  width: 241px;
  height: 263px;
  background-image: url("../img/top/img4.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: -30px;
  background-repeat: no-repeat;
}
#top_inquiry_inner p {
  text-align: center;
  font-size: 16px;
  letter-spacing: .05em;
}
#top_inquiry p em {
  text-align: center;
  display: block;
  color: #f48a00;
  font-weight: normal;
  background-color: #fff;
  font-size: 18px;
  letter-spacing: .05em;
  width: 100%;
  max-width: 700px;
  margin: 10px auto 40px auto;
  padding: 10px 0 10px 40px;
  border-radius: 10px;
  position: relative;
}
#top_inquiry p em:before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 24px;
  background-image: url("../img/top/icon_caution.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 20px;
  background-repeat: no-repeat;
}
#top_inquiry ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
#top_inquiry li:nth-child(1) {
  line-height: 1.4;
  padding-left: 57px;
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#top_inquiry li:nth-child(1):before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 20px;
  background-repeat: no-repeat;
}
#top_inquiry li:nth-child(1):after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 20px;
  background-image: url("../img/cmn/icon_tel_inquiry.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 9px;
  top: 16px;
  background-repeat: no-repeat;
}
#top_inquiry li:nth-child(1) span {
  color: #198dcf;
  font-size: 40px;
  letter-spacing: .06em;
}
#top_inquiry li:nth-child(1) em {
  display: block;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: .05em;
}
#top_inquiry li:nth-child(2) a {
  display: block;
  color: #198dcf;
  text-decoration: none;
  width: 320px;
  text-align: center;
  background-color: #fff;
  padding: 17px 0 17px 30px;
  border-radius: 30px;
  border: 1px solid #198dcf;
  position: relative;
}
#top_inquiry li:nth-child(2) a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url("../img/top/yajirushi.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -5.5px;
  background-repeat: no-repeat;
}
#top_inquiry li:nth-child(2) a:hover {
  background-color: #198dcf;
  color: #fff;
}
#top_inquiry li:nth-child(2) a:hover:before {
  background-image: url("../img/top/yajirushi_white.png");
}
#top_inquiry li:nth-child(2) a:after {
  content: '';
  display: inline-block;
  width: 29px;
  height: 20px;
  background-image: url("../img/top/icon_mail.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 57px;
  top: 50%;
  margin-top: -10px;
  background-repeat: no-repeat;
}
#top_inquiry li:nth-child(2) a:hover:after {
  background-image: url("../img/top/icon_mail_white.png");
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #top_inquiry p em {
    font-size: 16px;
    max-width: 630px;
    z-index: 1;
  }
  #top_inquiry_inner p {
    font-size: 14px;
  }
  #top_inquiry_inner:before {
    width: 190px;
    height: 230px;
  }
  #top_inquiry_inner:after {
    width: 210px;
    height: 229px;
    top: -45px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_inquiry {
    padding: 0 3%;
  }
  #top_inquiry li:nth-child(1) span {
    font-size: 32px;
  }
  #top_inquiry_inner:before {
    width: 150px;
    height: 182px;
    top: inherit;
    bottom: 20px;
  }
  #top_inquiry_inner:after {
    width: 170px;
    height: 186px;
    top: inherit;
    bottom: 18px;
  }
  #top_inquiry p em {
    max-width: 450px;
    font-size: 14px;
    padding: 50px 40px 10px 40px;
  }
  #top_inquiry p em:before {
    top: 15px;
    left: 50%;
    margin-left: -13.5px;
  }
  #top_inquiry ul {
    flex-direction: column;
    gap: 20px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_inquiry_inner:before {
    display: none;
  }
  #top_inquiry_inner:after {
    display: none;
  }
  #top_inquiry li:nth-child(1) em {
    letter-spacing: 0;
  }
  #top_inquiry li:nth-child(2) a {
    width: 250px;
    padding: 17px 10px 17px 30px;
  }
  #top_inquiry li:nth-child(2) a:after {
    width: 22px;
    height: 15px;
    left: 20px;
    margin-top: -7.5px;
  }
  #top_inquiry li:nth-child(1) span {
    font-size: 28px;
  }
  #top_inquiry h2 {
    font-size: 20px;
  }
  #top_inquiry p em br {
    display: none;
  }
  #top_inquiry p em {
    max-width: inherit;
    padding: 50px 20px 10px 20px;
  }
  #top_inquiry li:nth-child(1) span a {
    color: #198dcf;
  }
	#top_inquiry_inner{
		padding: 50px 16px 30px 16px;
	}
}
/*------------------------------
top_access
------------------------------*/
#top_access {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#top_access_map {
  font-size: 16px;
  letter-spacing: .08em;
}
#top_access_map a {
  font-size: 13px;
  text-decoration: none;
  color: #198dcf;
  width: 150px;
  display: inline-block;
  text-align: center;
  border: 1px solid #198dcf;
  padding: 6px 0 6px 20px;
  margin-left: 15px;
  border-radius: 18px;
  position: relative;
}
#top_access_map a:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 20px;
  background-image: url("../img/cmn/icon_access.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -10px;
  background-repeat: no-repeat;
}
#top_access_map a:hover {
  background-color: #198dcf;
  color: #fff;
}
#top_access_map a:hover:before {
  background-image: url("../img/cmn/icon_access_white.png");
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_access {
    display: block;
    padding: 0 3%;
  }
  #top_access_logo {
    text-align: center;
    margin-bottom: 25px;
  }
  #top_access_map {
    text-align: center;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_access_logo img {
    width: 250px;
  }
  #top_access_logo {
    margin-bottom: 15px;
  }
  #top_access_map {
    font-size: 14px;
  }
  #top_access_map a {
    margin-left: 0;
    margin-top: 10px;
  }
}
/*------------------------------
お問い合わせ
------------------------------*/
.mailform ul#phase_state {
  background-color: #eff7fc;
}
.mailform .mw_wp_form_input ul#phase_state li.input, .mailform .mw_wp_form_confirm ul#phase_state li.confirm, .mailform .mw_wp_form_complete ul#phase_state li.completion, .phase1 .mailform .mw_wp_form_input ul#phase_state li.phase_state1, .phase2 .mailform .mw_wp_form_input ul#phase_state li.phase_state2 {
  background-color: #198dcf;
}

#inquiry_type .mwform-radio-field{
	margin-right: 10px;
}

/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  .mailform .mw_wp_form_input ul#phase_state li.input:before, .mailform .mw_wp_form_confirm ul#phase_state li.confirm:before, .mailform .mw_wp_form_complete ul#phase_state li.completion:before, .phase1 .mailform .mw_wp_form_input ul#phase_state li.phase_state1:before, .phase2 .mailform .mw_wp_form_input ul#phase_state li.phase_state2:before {
    border-left-color: #198dcf;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .mailform .mw_wp_form_input ul#phase_state li.input:before, .mailform .mw_wp_form_confirm ul#phase_state li.confirm:before, .mailform .mw_wp_form_complete ul#phase_state li.completion:before, .phase1 .mailform .mw_wp_form_input ul#phase_state li.phase_state1:before, .phase2 .mailform .mw_wp_form_input ul#phase_state li.phase_state2:before {
    border-top-color: #198dcf;
  }
}
/*------------------------------
下層ページ
------------------------------*/
#main h1.title {
  border-radius: 10px;
  background-color: #eff7fc;
  color: #198dcf;
  letter-spacing: .1em;
  border: none;
}
/*------------------------------
ご利用の流れ
------------------------------*/
#flow #main ol li:before {
  background-color: #198dcf;
}
/*------------------------------
サイド
------------------------------*/
#news #sidebar #side_category h3, #news #sidebar #side_archives_month h3 {
  background-color: #198dcf;
}
#sidebar #side_info .side_access a, #news #main .post_single .post_category a, #blog #main .post_single .post_category a {
  background-color: #198dcf;
}
#sidebar #side_info .side_access a:hover, #news #main .post_single .post_category a:hover, #blog #main .post_single .post_category a:hover {
  background-color: #20a0db;
}

/*------------------------------
物件情報
------------------------------*/
.widget_fudo_b_r h2, .widget_fudo_r_r h2, .widget_fudo_b_c h2, .widget_fudo_r_c h2, .widget_fudo_b_k h2, .widget_fudo_r_k h2, .widget_fudo_cat h2, .widget_fudo_tag h2, .widget_fudo_kaiin h2, #map_search h2{
    background-color: #198dcf;
}
#sidebar .search form input[type="submit"]#btn{
    background-color: #198dcf;	
}
#sidebar .search form input[type="submit"]#btn:hover{
	background-color: #20a0db;
}
.widget_con li.cat-item a:after{
	color: #198dcf;
}
#main .display_type_A .item_list_con_middle_info_bt a{
	background-color: #fff;
	color: #198dcf;
	border: 1px solid #198dcf;
	border-radius: 18px;
}
#main .display_type_A .item_list_con_middle_info_bt a:hover{
    background-color: #198dcf;	
	color: #fff;
}
#item.detail #main .item_inquiry a{
	background-color: #fff;
	color: #198dcf;
	border: 1px solid #198dcf;
	border-radius: 35px;
}
#item.detail #main .item_inquiry a:hover{
    background-color: #198dcf;	
	color: #fff;
}
.mailform #submit_bt button, .mailform #submit_bt input[type="submit"]{
	background-color: #fff;
	color: #198dcf;
	border: 1px solid #198dcf;
	border-radius: 30px;
}
.mailform #submit_bt button:hover,
.mailform #submit_bt input[type="submit"]:hover{
    background-color: #198dcf;	
	color: #fff;	
}
#item_search #main div.submit input{
	background-color: #fff;
	color: #198dcf;
	border: 1px solid #198dcf;
	border-radius: 27.5px;	
}
#item_search #main div.submit input:hover{
    background-color: #198dcf;	
	color: #fff;		
}
.mailform .mw_wp_form_confirm #submit_bt .send button{
	background-color: #fff;
	color: #198dcf;
	border: 1px solid #198dcf;	
}
.mailform .mw_wp_form_confirm #submit_bt .send button:hover{
    background-color: #198dcf;	
	color: #fff;			
}

/*------------------------------
よくある質問
------------------------------*/
#faq #main h3{
    color: #198dcf;
    border-bottom: 1px dashed #198dcf;
    margin-bottom: 30px;	
}
#faq #faq_answer_close dd{
	background-color: #eff7fc;
}
#faq #faq_category_navi nav li a{
    padding: 4px 12px;
    background-color: #198dcf;
    text-decoration: none;
    color: #fff;	
}
#faq #faq_category_navi nav li a:hover{
	background-color: #20a0db;
}
#faq #faq_category_navi{
    border: none;
    padding: 0;	
}
.contact_area{
    padding: 40px;
    border: 1px solid #198dcf;	
}
.contact_area h2{
    text-align: center;
    color: #198dcf;	
}







