﻿@charset "utf-8";
@charset "UTF-8";
/* タイトル系
---------------------------------------------------------------------------- */
/* Table Of Contents
---------------------------------------------------------------------------- 
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */
/*General Elements
---------------------------------------------------------------------------- */
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  color: #212121;
}

.mac body {
  font-size: 11px;
}

a {
  text-decoration: underline;
  color: #212121;
  outline: none;
}

a:hover {
  text-decoration: none;
}

@media all and (min-width: 641px) {
  /*General Elements
  ---------------------------------------------------------------------------- */
  body.fontL {
    font-size: 15px;
  }

  .mac body.fontL {
    font-size: 14px;
  }

  /*l-header
  ---------------------------------------------------------------------------- */
  .l-header {
    height: 100px;
    background-color: #fff;
  }
  .l-header .l-header-inner {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .l-header .l-header-inner .l-pc-header-inner-right-top-h1 {
    color: #3e3e3e;
    line-height: 22px;
    position: absolute;
    right: 60px;
    top: 42px;
  }
  .l-header .l-header-inner .l-header-inner-left {
    float: left;
    margin-top: 18px;
    width: 143px;
  }
  .l-header .l-header-inner .l-header-inner-left img {
    width: 100%;
  }
  .l-header .l-header-inner .l-pc-header-inner-right {
    float: right;
    margin-top: 40px;
  }
  .l-header .l-header-inner .l-pc-header-inner-right .l-pc-header-inner-right-top-sns {
    float: right;
  }
  .l-header .l-header-inner .l-pc-header-inner-right .l-pc-header-inner-right-top-sns li {
    display: inline-block;
  }
  .l-header .l-header-inner .l-pc-header-inner-right .l-pc-header-inner-right-top-sns li:first-child {
    margin-right: 1px;
  }
  .l-header .l-header-inner .l-pc-header-inner-right .l-pc-header-inner-right-bottom {
    margin-top: 20px;
  }
  .l-header .l-header-inner .l-pc-header-inner-right .l-pc-header-inner-right-bottom .l-pc-header-inner-right-bottom-fontsize {
    margin-top: 20px;
    float: right;
  }
  .l-header .l-header-inner .l-pc-header-inner-right .l-pc-header-inner-right-bottom .l-pc-header-inner-right-bottom-fontsize li {
    float: left;
  }
  .l-header .l-header-inner .l-pc-header-inner-right .l-pc-header-inner-right-bottom .l-pc-header-inner-right-bottom-fontsize #fontM {
    height: 19px;
    text-indent: -9999px;
    cursor: pointer;
    background: url(/common/images/common/btn_header-size.gif) no-repeat 0 0;
    width: 18px;
    background-position: 0 0;
    font-size: 0;
    margin-left: 10px;
  }
  .l-header .l-header-inner .l-pc-header-inner-right .l-pc-header-inner-right-bottom .l-pc-header-inner-right-bottom-fontsize #fontM.activeSize {
    background-position: 0 -19px;
  }
  .l-header .l-header-inner .l-pc-header-inner-right .l-pc-header-inner-right-bottom .l-pc-header-inner-right-bottom-fontsize #fontL {
    height: 19px;
    width: 19px;
    text-indent: -9999px;
    cursor: pointer;
    background: url(/common/images/common/btn_header-size.gif) no-repeat 0 0;
    background-position: -18px -19px;
    font-size: 0;
  }
  .l-header .l-header-inner .l-pc-header-inner-right .l-pc-header-inner-right-bottom .l-pc-header-inner-right-bottom-fontsize #fontL.activeSize {
    background-position: -18px 0;
  }

  /* l-gNav
  ---------------------------------------------------------------------------- */
  .l-pc-gNav {
    width: 100%;
    background-color: #001c51;
    height: 61px;
  }
  .l-pc-gNav .l-pc-gNav-inner {
    width: 1338px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-pc-gNav .l-pc-gNav-inner li {
    float: left;
  }
  .l-pc-gNav .l-pc-gNav-inner li a:hover,
  .l-pc-gNav .l-pc-gNav-inner li a.active {
    background-color: #0c2c68;
    display: block;
  }

  .l-pc-fixNav {
    width: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
  }

  /* l-topicPath
  ---------------------------------------------------------------------------- */
  .l-topicPath {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
  }
  .l-topicPath ul li {
    display: inline-block;
  }
  .l-topicPath ul li a {
    text-decoration: underline;
  }
  .l-topicPath ul li a:hover {
    text-decoration: none;
  }

  /* l-content
  ---------------------------------------------------------------------------- */
  .l-two_column {
    overflow: hidden;
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-two_column .l-content {
    float: right;
    width: 810px;
  }
	/*20191210追記 mr architecture beautifultownのindex.htmlのボタン並びをfloatからflexに変更 文字量によるズレの防止*/
	.l-two_column .l-content .p-list.p-list-flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.l-two_column .l-content .p-list.p-list-flex li {
		float: none;
	}
	.l-two_column .l-content .p-list.p-list-flex li:nth-child(even) {
		margin-left: 0px;
	}
	/*/20191210追記*/

  .l-content .l-content-inner {
    padding-top: 35px;
  }

  .l-borderbox {
    margin-top: 25px;
    margin-bottom: 30px;
    border: 1px solid #d7d7d7;
    padding: 40px 53px 30px;
  }

  /* l-sidebar
  ---------------------------------------------------------------------------- */
  .l-sidebar {
    width: 280px;
    float: left;
  }

  .l-sidebarSearch .l-pc-sidebar-title {
    background-color: #0f0f0f;
    text-align: center;
    padding: 22px 0;
  }
  .l-sidebarSearch .l-pc-sidebar-map {
    border: 1px solid #0f0f0f;
    width: 278px;
    height: 203px;
    position: relative;
  }
  .l-sidebarSearch .l-pc-sidebar-region {
    padding: 10px 0 15px;
    text-align: center;
    font-weight: 400;
    font-family: 'Noto Sans Japanese';
    font-size: 108.3%;
  }
  .l-sidebarSearch .l-pc-sidebar-region li {
    float: left;
    width: 65px;
    border: 1px solid #002662;
  }
  .l-sidebarSearch .l-pc-sidebar-region li + li {
    margin-left: 4px;
  }
  .l-sidebarSearch .l-pc-sidebar-region li a {
    display: block;
    text-decoration: none;
    color: #002662;
    padding: 5px 0 3px;
  }
}
@media all and (min-width: 641px) and (-ms-high-contrast: none) {
  .l-sidebarSearch .l-pc-sidebar-region li a {
    padding: 5px 0 0px;
  }
}
@media all and (min-width: 641px) {
  .l-sidebarSearch .l-pc-sidebar-region li a:hover,
  .l-sidebarSearch .l-pc-sidebar-region li a.active {
    color: #fff;
    background-color: #002662;
  }
  .l-sidebarSearch .l-pc-sidebar-search {
    padding-bottom: 15px;
    background-color: #eaeaea;
  }
  .l-sidebarSearch .l-pc-sidebar-search > div {
    padding: 20px 0;
  }
  .l-sidebarSearch .l-pc-sidebar-search > div + div {
    border-top: 1px solid #cecece;
  }
  .l-sidebarSearch .l-pc-sidebar-search .l-pc-sidebar-search-title {
    color: #001f51;
    font-size: 133.3%;
    background: url(/common/images/common/ico_pc_sidebar_border.gif) left center no-repeat;
    padding-left: 30px;
    margin-bottom: 15px;
  }
  .l-sidebarSearch .l-pc-sidebar-search .l-pc-sidebar-search-inner01-box {
    padding: 0 10px;
  }
  .l-sidebarSearch .l-pc-sidebar-search .l-pc-sidebar-search-inner01-box .l-pc-sidebar-search-inner01-box-left {
    width: 190px;
    float: left;
  }
  .l-sidebarSearch .l-pc-sidebar-search .l-pc-sidebar-search-inner01-box .l-pc-sidebar-search-inner01-box-left input {
    padding: 6px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
  }
  .l-sidebarSearch .l-pc-sidebar-search .l-pc-sidebar-search-inner01-box .l-pc-sidebar-search-inner01-box-right {
    width: 61px;
    float: right;
  }
  .l-sidebarSearch .l-pc-sidebar-search .l-pc-sidebar-search-inner02-box {
    padding: 0 10px 0 30px;
  }
  .l-sidebarSearch .l-pc-sidebar-search .l-pc-sidebar-search-inner02-box > li {
    margin-top: 20px;
  }
  .l-sidebarSearch .l-pc-sidebar-search .l-pc-sidebar-search-inner02-box > li span {
    color: #002662;
    font-size: 108.3%;
  }
  .l-sidebarSearch .l-pc-sidebar-search .l-pc-sidebar-search-inner02-box > li a {
    color: #212121;
    background: url(/common/images/ico_pc_area.png) left 6px no-repeat;
    text-decoration: none;
    font-size: 108.3%;
    display: inline-block;
    letter-spacing: -1px;
    padding-left: 10px;
    margin-left: 15px;
    margin-top: 10px;
  }
  .l-sidebarSearch .l-pc-sidebar-search .l-pc-sidebar-search-inner02-box > li a:hover {
    text-decoration: underline;
  }
  .l-sidebarSearch .syutokenContent .l-pc-sidebar-map {
    background: url(/common/images/common/bg_pc_sidebar_syutoken.gif) left top no-repeat;
  }
/*update1 2016年8月29日 start*/
  .l-sidebarSearch .syutokenContent .l-pc-sidebar-map .l-pc-sidebar-map-btn01 {
    position: absolute;
    left: 186px;
    top: 45px;
  }
  .l-sidebarSearch .syutokenContent .l-pc-sidebar-map .l-pc-sidebar-map-btn02 {
    position: absolute;
    left: 137px;
    top: 87px;
  }
  .l-sidebarSearch .syutokenContent .l-pc-sidebar-map .l-pc-sidebar-map-btn03 {
    position: absolute;
    left: 90px;
    top: 48px;
  }
  .l-sidebarSearch .syutokenContent .l-pc-sidebar-map .l-pc-sidebar-map-btn04 {
    position: absolute;
    left: 69px;
    top: 87px;
  }
  .l-sidebarSearch .syutokenContent .l-pc-sidebar-map .l-pc-sidebar-map-btn05 {
    position: absolute;
    left: 4px;
    top: 54px;
  }
  .l-sidebarSearch .syutokenContent .l-pc-sidebar-map .l-pc-sidebar-map-btn06 {
    position: absolute;
    left: 16px;
    top: 152px;
  }
  .l-sidebarSearch .kansaiContent .l-pc-sidebar-map {
    background: url(/common/images/common/bg_pc_sidebar_kansai.gif) left top no-repeat;
  }
  .l-sidebarSearch .kansaiContent .l-pc-sidebar-map .l-pc-sidebar-map-btn01 {
    position: absolute;
    left: 190px;
    top: 55px;
  }
  .l-sidebarSearch .kansaiContent .l-pc-sidebar-map .l-pc-sidebar-map-btn02 {
    position: absolute;
    left: 208px;
    top: 160px;
  }
  .l-sidebarSearch .kansaiContent .l-pc-sidebar-map .l-pc-sidebar-map-btn03 {
    position: absolute;
    left: 101px;
    top: 13px;
  }
  .l-sidebarSearch .kansaiContent .l-pc-sidebar-map .l-pc-sidebar-map-btn04 {
    position: absolute;
    left: 140px;
    top: 105px;
  }
  .l-sidebarSearch .kansaiContent .l-pc-sidebar-map .l-pc-sidebar-map-btn05 {
    position: absolute;
    left: 140px;
    top: 145px;
  }
  .l-sidebarSearch .kansaiContent .l-pc-sidebar-map .l-pc-sidebar-map-btn06 {
    position: absolute;
    left: 75px;
    top: 105px;
  }
  .l-sidebarSearch .kansaiContent .l-pc-sidebar-map .l-pc-sidebar-map-btn07 {
    position: absolute;
    left: 75px;
    top: 145px;
  }
  .l-sidebarSearch .kansaiContent .l-pc-sidebar-map .l-pc-sidebar-map-btn08 {
    position: absolute;
    left: 72px;
    top: 55px;
  }
  .l-sidebarSearch .kansaiContent .l-pc-sidebar-map .l-pc-sidebar-map-btn09 {
    position: absolute;
    left: 8px;
    top: 12px;
  }
  .l-sidebarSearch .kansaiContent .l-pc-sidebar-map .l-pc-sidebar-map-btn10 {
    position: absolute;
    left: 8px;
    top: 55px;
  }
/*update1 2016年8月29日 end*/
  .l-sidebarSearch .m-tooltip {
    font-size: 12px;
  }
/*update2 2016年8月29日 start*/
  .l-sidebarSearch .m-tooltip:hover ul.p-tooltip-syutoken01 {
    right: 0;
    min-width: 180px;
  }
  .l-sidebarSearch .m-tooltip:hover ul.p-tooltip-syutoken02 {
    left: -102%;
    min-width: 180px;
  }
  .l-sidebarSearch .m-tooltip:hover ul.p-tooltip-syutoken03 {
    left: -104%;
    min-width: 180px;
  }
  .l-sidebarSearch .m-tooltip:hover ul.p-tooltip-syutoken04 {
    left: -64%;
    min-width: 130px;
  }
  .l-sidebarSearch .m-tooltip:hover ul.p-tooltip-syutoken04 li {
    width: 50%;
  }
  .l-sidebarSearch .m-tooltip:hover ul.p-tooltip-syutoken05 {
    left: 0;
    min-width: 180px;
  }
  .l-sidebarSearch .m-tooltip:hover ul.p-tooltip-syutoken06 {
    bottom: 35px;
    left: 0;
    min-width: 90px;
  }
  .l-sidebarSearch .m-tooltip:hover ul.p-tooltip-syutoken06 li {
    width: 100%;
  }
  .l-sidebarSearch .m-tooltip:hover ul.p-tooltip-kansai01 {
    right: -65px;
    min-width: 180px;
    bottom: 35px;
  }
  .l-sidebarSearch .m-tooltip:hover ul.p-tooltip-kansai02 {
    left: -70px;
    min-width: 190px;
    bottom: 35px;
  }
  .l-sidebarSearch .m-tooltip:hover ul.p-tooltip-kansai02 li {
    width: 25%;
  }
  .l-sidebarSearch .m-tooltip:hover ul.p-tooltip-kansai03 {
    left: -105%;
    min-width: 180px;
  }
/*update2 2016年8月29日 end*/
  .l-sidebarSearch .m-tooltip:hover ul li {
    width: 33%;
  }

  .l-sidebarLogin ul li + li {
    margin-top: 13px;
  }
  .l-sidebarLogin ul .l-sidebarLogin-terms {
    text-align: right;
    font-size: 116.7%;
  }
  .l-sidebarLogin ul .l-sidebarLogin-terms a {
    background: url(/common/images/common/ico_pc_sidebar_arrow.png) left center no-repeat;
    padding-left: 25px;
  }
/*update3 2016年8月29日 start*/
  .l-sidebarResidence a {
    text-decoration: none;
    display: block;
  }
  .l-sidebarResidence .l-sidebarResidence-first > li > a {
    background-color: #001c51;
    color: #fff;
    background-image: url(/common/images/common/ico_pc_footer_arrow01.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    padding: 22px 35px 20px 18px;
    font-size: 133.3%;
  }
  .l-sidebarResidence .l-sidebarResidence-first > li > a:hover {
    text-decoration: underline;
  }
  .l-sidebarResidence .l-sidebarResidence-second {
    border-top: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    font-size: 108.3%;
  }
  .l-sidebarResidence .l-sidebarResidence-second > li > a {
    background-color: #eaeaea;
    padding: 15px 9px 13px 18px;
    border-bottom: 1px solid #cfcfcf;
    font-size: 115.4%;
  }
  .l-sidebarResidence .l-sidebarResidence-second > li > a:hover {
    background-color: #dae3ff;
  }
  .l-sidebarResidence .l-sidebarResidence-second span {
    float: right;
    width: 18px;
  }
  .l-sidebarResidence .l-sidebarResidence-second span img {
    width: 100%;
    vertical-align: middle;
  }
  .l-sidebarResidence .l-sidebarResidence-third > li > a {
    background: url(/common/images/common/ico_pc_sidebar_arrow.png) no-repeat 96% center;
    padding: 15px 35px 13px 27px;
    border-bottom: 1px solid #cfcfcf;
  }
  .l-sidebarResidence .l-sidebarResidence-third > li > a:hover {
    background-color: #dae3ff;
  }
  .l-sidebarProject a {
    text-decoration: none;
    display: block;
  }
  .l-sidebarProject .l-sidebarProject-first > li > span {
    background-color: #001c51;
    color: #fff;
    background-image: none;
    background-position: left center, 95% center;
    background-repeat: no-repeat, no-repeat;
    padding: 22px 35px 20px 18px;
    font-size: 133.3%;
    display: block;
  }
  .l-sidebarProject .l-sidebarProject-second {
    border-top: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    font-size: 125.0%;
  }
  .l-sidebarProject .l-sidebarProject-second > li > a {
    background: #eaeaea url(/common/images/common/ico_pc_sidebar_arrow.png) no-repeat 96% center;
    padding: 15px 35px 13px 18px;
    border-bottom: 1px solid #cfcfcf;
  }
  .l-sidebarProject .l-sidebarProject-second > li > a:hover {
    background-color: #dae3ff;
  }
  .l-sidebarProject .l-sidebarProject-second > li > a.active {
    background-color: #dae3ff;
  }
  .l-sidebarProject .l-sidebarProject-third > li > a {
    background: url(/common/images/common/ico_pc_sidebar_arrow.png) no-repeat 96% center;
    padding: 15px 35px 13px 27px;
    border-bottom: 1px solid #cfcfcf;
  }
  .l-sidebarProject .l-sidebarProject-third > li > a:hover {
    background-color: #dae3ff;
  }
/*update3 2016年8月29日 end*/

  /* l-pagetop
  ---------------------------------------------------------------------------- */
  .l-pagetop {
    position: relative;
    margin-top: 50px;
    margin-bottom: 35px;
    height: 51px;
  }
  .l-pagetop .l-pagetop-inner {
    position: fixed;
    right: 40px;
    bottom: 130px;
    z-index: 2000;
  }

  /* l-footer
  ---------------------------------------------------------------------------- */
  .l-footer {
    background-color: #002662;
    position: relative;
  }
  .l-footer a {
    text-decoration: none;
  }
  .l-footer a:hover {
    text-decoration: underline;
  }
/*update1 2016年09月06日 start*/
  .l-footer .l-pc-footer-link {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-top: 23px;
  }
  .l-footer .l-pc-footer-link .l-pc-footer-link-first {
    float: left;
  }
  .l-footer .l-pc-footer-link .l-pc-footer-link-first > a {
    color: #fff;
    background: url(/common/images/common/ico_pc_footer_arrow01.png) left 3px no-repeat;
    font-size: 116.7%;
    padding-left: 20px;
  }
  .l-footer .l-pc-footer-link .l-pc-ico01 > a {
    background: url(/common/images/common/ico_pc_footer_arrow03.png) left 3px no-repeat;
    padding-left: 17px;
  }
  .l-footer .l-pc-footer-link .l-pc-ico02 > a {
    background-image: url(/common/images/common/ico_pc_footer_arrow03.png), url(/common/images/common/ico_blanklink02.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 7px, 11px;
    padding-left: 17px;
    padding-right: 20px;
  }
  .l-footer .l-pc-footer-link .l-pc-footer-link-first > span {
    color: #fff;
    font-size: 116.7%;
  }
  .l-footer .l-pc-footer-link .l-pc-footer-link-first .l-pc-footer-link-second {
    margin-top: 5px;
  }
  .l-footer .l-pc-footer-link .l-pc-footer-link-first .l-pc-footer-link-second > li {
    margin-left: 0;
  }
  .l-footer .l-pc-footer-link .l-pc-footer-link-first .l-pc-footer-link-second > li > a {
    color: #afbed5;
    background: url(/common/images/common/ico_pc_footer_arrow02.png) left 6px no-repeat;
    padding-left: 12px;
    margin-top: 5px;
    display: inline-block;
  }
/*add1 2016年9月15日 start*/
  .l-footer .l-pc-footer-link .l-pc-footer-link-first .l-pc-footer-link-second > li.l-pc-ico03 > a {
    background-image: url(/common/images/common/ico_pc_footer_arrow02.png), url(/common/images/common/ico_blanklink02.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 3px, 11px;
    padding-left: 12px;
    padding-right: 20px;
  }
/*add1 2016年9月15日 end*/
  .l-footer .l-pc-footer-link .l-pc-footer-link-first .l-pc-footer-link-third > li {
    margin-left: 25px;
  }
  .l-footer .l-pc-footer-link .l-pc-footer-link-first .l-pc-footer-link-third > li > a {
    color: #afbed5;
    margin-top: 5px;
    display: inline-block;
  }
  .l-footer .l-pc-footer-link .l-pc-footer-link-first .l-pc-footer-link-title {
    color: #fff;
    margin-top: 10px;
    margin-left: 0;
  }
  .l-footer .l-pc-footer-link .l-pc-footer-link-width01 {
    width: 220px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .l-footer .l-pc-footer-link .l-pc-footer-link-width02 {
    width: 295px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .l-footer .l-pc-footer-link .l-pc-footer-link-width03 {
    width: 330px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .l-footer .l-pc-footer-link .l-pc-footer-link-width04 {
    width: 270px;
    box-sizing: border-box;
  }
  .l-footer .l-pc-footer-link02 {
    padding-bottom: 23px;
  }
  .l-footer .l-pc-footer-link02 .l-pc-footer-link-first {
    float: right;
    margin-left: 40px;
  }
/*update1 2016年09月06日 end*/
  .l-footer .l-footer-logo {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #fff;
  }
  .l-footer .l-footer-logo a {
    width: 151px;
    margin: 0 auto;
    display: inline-block;
  }
  .l-footer .l-footer-logo a img {
    width: 100%;
  }
  .l-footer .l-footer-logo02 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #002662;
  }
  .l-footer .l-footer-logo02 a {
    width: 151px;
    margin: 0 auto;
    display: inline-block;
  }
  .l-footer .l-footer-logo02 a img {
    width: 100%;
  }
  .l-footer .l-footer-tokyulogo a {
    display: inline-block;
    position: absolute;
    bottom: 65px;
    right: 30px;
    padding: 16px 0;
    background-color: #fff;
  }
  .l-footer .l-footer-tokyulogo a img {
    width: 131px;
  }
/*add1 2016年09月13日 start*/
  .l-footer .l-footer-tokyulogo02{
    display: none;
  }
/*add1 2016年09月13日 end*/
  .l-footer .l-footer-tokyulogo02 a {
    display: inline-block;
    position: absolute;
    bottom: 65px;
    right: 14px;
    padding: 16px;
    background-color: #fff;
  }
  .l-footer .l-footer-tokyulogo02 a img {
    width: 131px;
  }
  .l-footer .l-footer-copyright {
    color: #878787;
    text-align: center;
    background-color: #242424;
    height: 40px;
    line-height: 40px;
  }

  .l-footer-none {
    padding-top: 150px;
    background-color: #fff;
  }
}
@media all and (max-width: 640px) {
  /*General Elements
  ---------------------------------------------------------------------------- */
  img {
    width: 100%;
  }

  /*l-header
  ---------------------------------------------------------------------------- */
  .l-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 54px;
    z-index: 1000;
    background-color: #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
  }
  .l-header .l-header-inner-left {
    padding-top: 7px;
    padding-left: 18px;
    float: left;
  }
  .l-header .l-header-inner-left img {
    width: 80px;
  }
  .l-header .l-sp-header-inner-right {
    float: right;
  }
  .l-header .l-sp-header-inner-right img {
    height: 54px;
    width: auto;
  }
  .l-header .l-pc-header-inner-right-top-h1 {
    display: none;
  }

  /* l-gNav
  ---------------------------------------------------------------------------- */
  .l-sp-gNav {
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 55px;
  }
  .l-sp-gNav ul {
    border-top: 1px solid #0c3e8c;
    display: none;
  }
  .l-sp-gNav ul li {
    border-bottom: 1px solid #0c3e8c;
  }
  .l-sp-gNav ul li a {
    background-color: rgba(0, 38, 98, 0.9);
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 116.7%;
    padding: 16px 0;
    letter-spacing: 2px;
  }

  /* l-topicPath
  ---------------------------------------------------------------------------- */
  .l-topicPath {
    display: none;
  }

  /* l-content
  ---------------------------------------------------------------------------- */
  .l-pageBody {
    padding-top: 54px !important;
  }

  .l-content .l-content-inner {
    padding: 18px 5% 28px;
  }

  .l-borderbox {
    margin-top: 20px;
    margin-bottom: 25px;
    border: 1px solid #d7d7d7;
    padding: 15px 3% 20px;
  }

  /* l-sidebar
  ---------------------------------------------------------------------------- */
  .l-sidebarLogin .l-sidebarLogin-list {
    padding: 23px 3% 40px;
  }
  .l-sidebarLogin .l-sidebarLogin-list li + li {
    margin-top: 11px;
  }
  .l-sidebarLogin .l-sidebarLogin-list .l-sidebarLogin-terms {
    text-align: right;
    font-size: 125.0%;
  }
  .l-sidebarLogin .l-sidebarLogin-list .l-sidebarLogin-terms a {
    background: url(/common/images/common/ico_sp_sidebar_arrow.png) left center no-repeat;
    background-size: 12px;
    padding-left: 18px;
  }

  .l-sidebarResidence .l-sp-sidebarResidence {
    padding: 0 5% 30px;
  }
  .l-sidebarResidence .l-sp-sidebarResidence li + li {
    margin-top: 10px;
  }

  /* l-pagetop
  ---------------------------------------------------------------------------- */
  .l-pagetop {
    position: fixed;
    right: 12px;
    bottom: 13%;
    z-index: 2000;
  }
  .l-pagetop img {
    width: 37.5px;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }

  /* l-footer
  ---------------------------------------------------------------------------- */
  .l-footer {
    background-color: #002662;
  }
  .l-footer a {
    text-decoration: none;
    color: #fff;
    font-size: 108.3%;
  }
  .l-footer .l-sp-footer-link li a {
    border-bottom: 1px solid #0c3e8c;
    height: 40px;
    line-height: 40px;
    display: block;
    background: url(/common/images/common/ico_sp_footer_arrow02.png) 95% center no-repeat;
    background-size: 19px;
  }
  .l-footer .l-sp-footer-link li a span {
    background: url(/common/images/common/ico_sp_footer_arrow01.png) left center no-repeat;
    background-size: 4px;
    margin-left: 15px;
    padding-left: 16px;
  }
/*update2 2016年09月06日 start*/
  .l-footer .l-sp-footer-link02 {
    margin-top: 15px;
    padding-left: 5%;
    padding-right: 5%;
    border-bottom: 1px solid #0c3e8c;
    padding-bottom: 15px;
  }
  .l-footer .l-sp-footer-link02 li {
    margin-top: 10px;
  }
  .l-footer .l-sp-footer-link02 li a {
    background-image: url(/common/images/common/ico_sp_footer_arrow03.png), url(/common/images/common/ico_blanklink02.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 11px, 10px;
    padding-left: 14px;
    padding-right: 16px;
    font-size: 91.7%;
  }
/*update2 2016年09月06日 end*/
  .l-footer .l-footer-logo {
    padding-top: 30px;
    padding-bottom: 27px;
    text-align: center;
  }
  .l-footer .l-footer-logo img {
    width: 135px;
    margin: 0 auto;
  }
  .l-footer .l-footer-logo02 {
    padding-top: 30px;
    padding-bottom: 27px;
    text-align: center;
  }
  .l-footer .l-footer-logo02 img {
    width: 135px;
    margin: 0 auto;
  }
  .l-footer .l-footer-tokyulogo a {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 0;
  }
  .l-footer .l-footer-tokyulogo a img {
    width: 104px;
  }
  .l-footer .l-footer-tokyulogo02 a {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 0;
  }
  .l-footer .l-footer-tokyulogo02 a img {
    width: 104px;
  }
  .l-footer .l-footer-copyright {
    font-size: 75.0%;
    color: #878787;
    text-align: center;
    background-color: #242424;
    height: 40px;
    line-height: 40px;
  }
}
/* タイトル系
---------------------------------------------------------------------------- */
/* Webフォント
---------------------------------------------------------------------------- */
@font-face {
  font-family: 'Playfair Display SC';
  font-style: normal;
  src: url("/font/PlayfairDisplaySC-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("/font/NotoSansCJKjp-Thin.eot");
  src: url("/font/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"), url("/font/NotoSansCJKjp-Thin.woff") format("woff"), url("/font/NotoSansCJKjp-Thin.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("/font/NotoSansCJKjp-Light.eot");
  src: url("/font/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("/font/NotoSansCJKjp-Light.woff") format("woff"), url("/font/NotoSansCJKjp-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("/font/NotoSansCJKjp-DemiLight.eot");
  src: url("/font/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("/font/NotoSansCJKjp-DemiLight.woff") format("woff"), url("/font/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("/font/NotoSansCJKjp-Regular.eot");
  src: url("/font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("/font/NotoSansCJKjp-Regular.woff") format("woff"), url("/font/NotoSansCJKjp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("/font/NotoSansCJKjp-Medium.eot");
  src: url("/font/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("/font/NotoSansCJKjp-Medium.woff") format("woff"), url("/font/NotoSansCJKjp-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("/font/NotoSansCJKjp-Bold.eot");
  src: url("/font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("/font/NotoSansCJKjp-Bold.woff") format("woff"), url("/font/NotoSansCJKjp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("/font/NotoSansCJKjp-Black.eot");
  src: url("/font/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("/font/NotoSansCJKjp-Black.woff") format("woff"), url("/font/NotoSansCJKjp-Black.ttf") format("truetype");
}
.m-playfair-regular {
  font-weight: 400;
  font-family: 'Playfair Display SC';
}

.m-notosans-thin {
  font-weight: 100;
  font-family: 'Noto Sans Japanese';
}

.m-notosans-light {
  font-weight: 200;
  font-family: 'Noto Sans Japanese';
}

.m-notosans-demi-light {
  font-weight: 300;
  font-family: 'Noto Sans Japanese';
}

.m-notosans-regular {
  font-weight: 400;
  font-family: 'Noto Sans Japanese';
}

.m-notosans-medium {
  font-weight: 500;
  font-family: 'Noto Sans Japanese';
}

.m-notosans-bold {
  font-weight: 700;
  font-family: 'Noto Sans Japanese';
}

.m-notosans-black {
  font-weight: 900;
  font-family: 'Noto Sans Japanese';
}

/* 物件タグ
---------------------------------------------------------------------------- */
.m-tagList {
  font-weight: bold;
}
.m-tagList .m-tagNear {
  color: #a73434;
}
.m-tagList .m-tagIsolation {
  color: #3ab44a;
}
.m-tagList .m-tagTotal {
  color: #f99533;
}
.m-tagList .m-tagRenovation {
  color: #a73434;
}
.m-tagList .m-tagNow {
  color: #1e56ae;
}
.m-tagList .m-tagReal {
  color: #1e56ae;
}
.m-tagList .m-tagMultiple {
  color: #353535;
}

/* オーバーレイ */
.m-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2100;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

@media all and (min-width: 641px) {
  /* ディスプレイ系
  ---------------------------------------------------------------------------- */
  .m-sp-none {
    display: block;
  }

  .m-pc-none {
    display: none;
  }

  /* タイトル系
  ---------------------------------------------------------------------------- */
  .m-title01 .m-title01-en01 {
    letter-spacing: 2px;
    font-size: 175%;
    margin-top: 6px;
    color: #000;
    display: block;
  }
  .m-title01 .m-title01-ja01 {
    letter-spacing: 2px;
    font-size: 83.3%;
    color: #000;
  }
  .m-title01 .m-title01-en02 {
    letter-spacing: 2px;
    font-size: 175%;
    margin-top: 12px;
    color: #fff;
    display: block;
  }
  .m-title01 .m-title01-ja02 {
    letter-spacing: 2px;
    font-size: 83.3%;
    color: #fff;
  }

  .m-title02 .m-title02-en01 {
    letter-spacing: 2px;
    font-size: 200%;
    color: #002662;
    display: inline;
  }
  .m-title02 .m-title02-ja01 {
    letter-spacing: 2px;
    font-size: 108.3%;
    color: #002662;
    display: inline;
  }
  .m-title02 .m-title02-en02 {
    letter-spacing: 2px;
    font-size: 316.6%;
    color: #fff;
    display: inline;
  }
  .m-title02 .m-title02-ja02 {
    letter-spacing: 2px;
    font-size: 116.7%;
    color: #fff;
    display: inline;
  }
  .m-title02 .m-title02-en03 {
    letter-spacing: 2px;
    font-size: 316.6%;
    color: #002662;
    display: inline;
  }
  .m-title02 .m-title02-ja03 {
    letter-spacing: 2px;
    font-size: 116.7%;
    color: #002662;
    display: inline;
  }
  .m-title02 .m-title02-en04 {
    letter-spacing: 2px;
    font-size: 233.4%;
    color: #002662;
    display: inline;
  }
  .m-title02 .m-title02-ja04 {
    letter-spacing: 2px;
    font-size: 116.7%;
    color: #002662;
    display: inline;
  }
  .m-title02 span + span:before {
    content: "/ ";
  }

  .m-title03 {
    background-color: #001f62;
    padding: 14px 0;
    position: relative;
    color: #fff;
    font-weight: 200;
    font-family: 'Noto Sans Japanese';
  }
}
@media all and (min-width: 641px) and (-ms-high-contrast: none) {
  .m-title03 {
    padding: 10px 0 8px;
  }
}
@media all and (min-width: 641px) {
  .m-title03 .m-title03-in {
    font-size: 183.3%;
    width: 650px;
    border-left: 7px solid #224288;
    padding-left: 25px;
  }
}
@media all and (min-width: 641px) and (-ms-high-contrast: none) {
  .m-title03 .m-title03-in {
    padding-top: 9px;
  }
}
@media all and (min-width: 641px) {
  .m-title03 .m-title03-number {
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 125.0%;
  }

  .m-title04 {
    background: #002662;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 200;
    font-family: 'Noto Sans Japanese';
  }

  .cancel-div01{
    background: #dbbb;
    padding-top: 20px;
    padding-left: 40%;
    margin: 30px 0px;
  }
  .cancel-div02{
    padding-left: 25%;
    font-size: 184%;
    margin-bottom:20px;
  }
  .cancel-div03{
    background: #dbbb;
    font-size: 184%;
    padding-top: 20px;
    padding-left: 25%;
    margin: 30px 0px
  }
  .cancel-span01{
    padding-right:5px;
    font-weight:bold;
  }

}
@media all and (min-width: 641px) and (-ms-high-contrast: none) {
  .m-title04 {
    padding: 20px 15px 8px;
  }
}
@media all and (min-width: 641px) {
  .m-title04 span {
    color: #fff;
    font-size: 184%;
  }

  .m-title05 {
    background: #d9d9d9;
    padding: 12px 0;
  }
}
@media all and (min-width: 641px) and (-ms-high-contrast: none) {
  .m-title05 {
    padding: 10px 0 11px;
  }
}
@media all and (min-width: 641px) {
  .m-title05 span {
    background: url(/common/images/common/bg_title_border02.gif) no-repeat left center;
    background-size: 5px 23px;
    display: inline-block;
    line-height: 23px;
    font-size: 150%;
    color: #212121;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 641px) and (-ms-high-contrast: none) {
  .m-title05 span {
    padding-top: 5px;
  }
}

@media all and (min-width: 641px) {
  .m-title06 {
    background: url(/common/images/common/bg_title_residence.jpg) no-repeat left center;
    text-align: center;
    padding: 30px 0 28px;
  }

  .m-title07 {
    background-color: #f54170;
    padding: 14px 0;
    position: relative;
    color: #fff;
    font-weight: 200;
    font-family: 'Noto Sans Japanese';
  }
}
@media all and (min-width: 641px) and (-ms-high-contrast: none) {
  .m-title07 {
    padding: 10px 0 8px;
  }
}
@media all and (min-width: 641px) {
  .m-title07 .m-title07-in {
    font-size: 183.3%;
    width: 650px;
    border-left: 7px solid #ff6e94;
    padding-left: 25px;
  }
}
@media all and (min-width: 641px) and (-ms-high-contrast: none) {
  .m-title07 .m-title07-in {
    padding-top: 9px;
  }
}

@media all and (min-width: 641px) {
  .m-title08 {
    background: #ffeaef;
    padding: 12px 0;
  }
}
@media all and (min-width: 641px) and (-ms-high-contrast: none) {
  .m-title08 {
    padding: 10px 0 11px;
  }
}
@media all and (min-width: 641px) {
  .m-title08 span {
    background: url(/common/images/common/bg_title_border03.gif) no-repeat left center;
    background-size: 5px 23px;
    display: inline-block;
    line-height: 23px;
    font-size: 150%;
    color: #212121;
    padding-left: 15px;
  }
}
@media all and (min-width: 641px) and (-ms-high-contrast: none) {
  .m-title08 span {
    padding-top: 5px;
  }
}
@media all and (min-width: 641px) {
  .m-title08 .m-title08-day {
    color: #f54170;
    font-size: 150%;
    background: none;
    margin-left: 40px;
  }

  /* レイアウト系
  ---------------------------------------------------------------------------- */
  .l-wrap {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }

  .l-wrap02 {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }

  /* カスタムタイプ
  ---------------------------------------------------------------------------- */
  /* チェックボックス */
  .m-cbxdb {
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
  }
  .m-cbxdb label {
    display: block;
  }
  .m-cbxdb label input[type='checkbox'] {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    margin: 0 !important;
  }
  .m-cbxdb label span {
    background-image: url(/common/images/common/img_checkbox.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 16px;
    line-height: 16px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 2px;
    left: 0;
  }

  /* ラジオボタン */
  .m-radioBtn {
    margin-right: 35px;
    display: inline-block;
  }

  /* 物件タグ
  ---------------------------------------------------------------------------- */
  .m-tagList {
    background-color: #eaeaea;
    padding: 7px 0 10px 10px;
  }
/*update1 2016年8月29日 start*/
  .m-tagList li {
    float: left;
    margin-right: 3px;
    margin-top: 3px;
  }
  .m-tagList li img{
    width: 110px;
  }
/*update1 2016年8月29日 end*/

  /* 必須タグ */
  .m-required {
    display: inline-block;
    background-color: #d30303;
    font-size: 91.7%;
    color: #fff;
    padding: 1px 6px;
  }

  /* テーブル
  ---------------------------------------------------------------------------- */
  .m-table {
    width: 1120px;
    border-left: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
  }
  .m-table .m-table-tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
  }
  .m-table .m-table-tr .m-table-th {
    width: 330px;
    padding: 12px 35px 12px 20px;
    background: #eaeaea;
    border-top: 1px solid #cecece;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    box-sizing: border-box;
  }
  .m-table .m-table-tr .m-table-th .m-table-th-in {
    font-size: 116.7%;
    width: 235px;
  }
  .m-table .m-table-tr .m-table-th02 {
    min-width: 160px;
    width: 160px;
    padding: 12px 15px 12px 20px;
    background: #f6f6f6;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    box-sizing: border-box;
    border-right: 1px solid #eaeaea;
    font-size: 107.7%;
  }
  .m-table .m-table-tr .m-table-error {
    border-bottom: 1px solid #cecece;
  }
  .m-table .m-table-tr .m-table-error .m-table-error-text {
    padding: 10px 10px 8px 20px;
    box-sizing: border-box;
    width: 100%;
    color: #f00;
    font-size: 107.7%;
  }
  .m-table .m-table-tr .m-table-td {
    width: 790px;
    padding: 12px 20px 12px 25px;
    font-size: 108.3%;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    box-sizing: border-box;
  }
  .m-table .m-table-tr .m-table-td input[type="text"] {
    padding: 5px;
    box-sizing: border-box;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input01 {
    width: 105px;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input02 {
    width: 350px;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input03 {
    width: 300px;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input04 {
    width: 120px;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input05 {
    width: 410px;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input06 {
    width: 105px;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input07 {
    width: 260px;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input08 {
    width: 260px;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input09 {
    width: 295px;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input10 {
    width: 105px;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input11 {
    max-width: 100%;
  }
  .m-table .m-table-tr .m-table-td .m-select01 {
    padding: 5px;
    box-sizing: border-box;
    width: 260px;
  }
  .m-table .m-table-tr .m-table-td .m-textarea01 {
    resize: none;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    min-height: 130px;
  }
  .m-table .m-table-tr .m-table-td .m-textarea02 {
    resize: none;
    padding: 5px;
    box-sizing: border-box;
    max-width: 100%;
  }
  .m-table .m-table-tr .m-table-td input[type="range"] {
    -webkit-appearance: none;
    cursor: pointer;
    background: #cecece;
    width: 400px;
  }
  .m-table .m-table-tr .m-table-td input[type="range"]:focus {
    outline: none;
  }
  .m-table .m-table-tr .m-table-td input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance:none;
    background: #cecece;
    height: 5px;
  }
  .m-table .m-table-tr .m-table-td input[type="range"]::-moz-range-track {
      -moz-appearance:none;
      background: #cecece;
      height: 5px;
  }
  .m-table .m-table-tr .m-table-td input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: #3388dd;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -5px;
  }
  .m-table .m-table-tr .m-table-td input[type="range"]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background: #3388dd;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -5px;
  }
  .m-table .m-table-tr .m-table-td .rval {
    font-weight: bold;
  }
  .m-table .m-table-tr .m-table-td .m-link01 {
    color: #002662;
    font-size: 108.3%;
    background: url(/common/images/common/ico_pc_sidebar_arrow.png) no-repeat left center;
    padding-left: 20px;
    margin-left: 20px;
  }
  .m-table .m-table-tr .m-table-td .m-btn01 {
    padding: 0;
  }
  .m-table .m-table-tr .m-table-td .m-list li + li {
    margin-top: 12px;
  }
  .m-table .m-table-tr .m-table-td .m-addresstext {
    color: #6e6e6e;
    width: 110px;
    display: inline-block;
  }
  .m-table .m-table-tr .m-table-td .m-password01 {
    width: 300px;
    padding: 5px;
    box-sizing: border-box;
  }
  .m-table .m-table-tr .m-table-td02 {
    width: 790px;
    font-size: 108.3%;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    box-sizing: border-box;
  }
  .m-table .m-table-tr .m-table-td02 > .m-table-tr + .m-table-tr {
    border-top: 1px solid #cecece;
  }
  .m-table .m-table-tr .m-table-td03 {
    padding: 12px 5px 12px 20px;
  }
  .m-table .m-table-tr .m-table-td03 .m-cbxdb {
    padding-left: 30px;
  }
  .m-table .m-table-tr .m-table-td03 .m-cbxdb + .m-cbxdb {
    margin-top: 15px;
  }
/*update1 2016年09月02日 start*/
  .m-table .m-table-tr .m-table-td04 {
    background-color: #f6f6f6;
    text-align: center;
    width: 1120px;
    padding: 12px 10px 12px 10px;
    font-size: 116.7%;
    line-height: 2.0;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    box-sizing: border-box;
  }
/*update1 2016年09月02日 end*/
  .m-table .m-table-tr .m-table-td04 .m-cbxdb {
    display: inline-block;
    padding-right: 15px;
  }
  .m-table .m-table-tr .m-table-td04 .m-table-td04-text {
    display: inline;
  }
  .m-table .m-table-tr .m-table-td04 a {
    color: #002662;
  }
  .m-table .m-table-tr .m-table-td05 {
    padding: 10px 0 10px 20px;
  }
  .m-table .m-table-tr .m-table-td05 .m-cbxdb {
    padding-left: 30px;
  }
  .m-table .m-table-tr .m-table-td05 li {
    margin: 4px 30px 4px 0;
    float: left;
  }
  .m-table .m-table-tr .m-table-td05 .m-textother {
    clear: both;
  }
  .m-table .m-table-tr .m-table-td05 .m-textother input {
    padding: 5px;
    box-sizing: border-box;
    width: 475px;
    margin-left: 15px;
  }
  .m-table .m-table-tr .m-table-td05 .m-table-text01 {
    margin-bottom: 10px;
  }
  .m-table .m-table-tr .m-table-accordion .m-table-tr .m-table-td05 {
    display: block !important;
  }

  .m-table-bottom {
    position: relative;
  }
  .m-table-bottom .m-table-bottom-text {
    font-size: 150.0%;
    text-align: center;
  }
  .m-table-bottom .m-table-bottom-text a {
    color: #002662;
  }
  .m-table-bottom .m-table-bottom-text02 {
    font-size: 150.0%;
    text-align: center;
  }
/*add1 2016年09月02日 start*/
  .m-table-bottom .m-table-bottom-text03 {
    font-size: 150.0%;
    text-align: center;
    margin-top: 20px;
  }
/*add1 2016年09月02日 end*/

/*add1 2016年10月14日 start*/
.m-table-bottom .m-table-bottom-text04 {
  font-size: 116.7%;
  width: 670px;
  margin: 30px auto 0;
  border-top: 1px solid #cecece;
  padding-top: 30px;
}
/*add1 2016年10月14日 end*/

/*update2 2016年09月02日 start*/
  .m-table-bottom .m-table-bottom-btn {
    text-align: center;
    margin: 25px auto 0;
  }
/*update2 2016年09月02日 end*/
  .m-table-bottom .m-table-bottom-btn .m-sp-none {
    display: inline-block;
  }
/*update3 2016年09月02日 start*/
  .m-table-bottom .m-table-bottom-btnlist {
    width: 560px;
    margin: 25px auto 0;
  }
/*update3 2016年09月02日 end*/
  .m-table-bottom .m-table-bottom-btnlist .m-table-bottom-btn01 {
    float: right;
  }
  .m-table-bottom .m-table-bottom-btnlist .m-table-bottom-btn02 {
    float: left;
  }
/*add1 2016年09月06日 start*/
  .m-table-bottom .m-table-bottom-btnlist .m-table-bottom-btn03 {
    float: right;
  }
  .m-table-bottom .m-table-bottom-btnlist02 {
    width: 339px;
    margin: 25px auto 0;
  }
  .m-table-bottom .m-table-bottom-btnlist02 .m-table-bottom-btn02 {
    width: 233px;
    margin: 15px auto 0;
  }
/*add1 2016年09月06日 end*/
  .m-table-bottom .m-table-bottom-ssl {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .m-table-bottom .m-table-bottom-ssl img {
    width: 100px;
  }

  .m-thanksbtn {
    margin: 80px auto 0;
    width: 581px;
  }

  .m-closebtn {
    margin: 60px auto 0;
    width: 233px;
  }

  .m-backbtn {
    margin: 60px auto 0;
    width: 233px;
  }

  /* 会員アコーディオン */
  .m-attendance-member .m-attendance-member-info {
    font-size: 125%;
    margin-bottom: 20px;
  }
  .m-attendance-member .m-attendance-member-accordion {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 20px;
    background-color: #e9ecf5;
  }
  .m-attendance-member .m-attendance-member-accordion dt {
    color: #002662;
    font-size: 166.7%;
    cursor: pointer;
    background: url(/common/images/common/btn_form_open.gif) 100% center no-repeat;
  }
  .m-attendance-member .m-attendance-member-accordion dt.active {
    background: url(/common/images/common/btn_form_close.gif) 100% center no-repeat;
  }
  .m-attendance-member .m-attendance-member-accordion dt span {
    padding: 25px 0 25px 60px;
    display: inline-block;
    background: url(/common/images/common/ico_pc_accordion.png) left center no-repeat;
  }
  .m-attendance-member .m-attendance-member-accordion dd {
    display: none;
    padding: 10px 0 30px;
  }
  .m-attendance-member .m-attendance-member-accordion dd .m-attendance-member-table {
    width: 1080px;
    border-left: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
  }
  .m-attendance-member .m-attendance-member-accordion dd .m-attendance-member-table .m-attendance-member-table-tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
  }
  .m-attendance-member .m-attendance-member-accordion dd .m-attendance-member-table .m-attendance-member-table-tr .m-attendance-member-table-th {
    width: 150px;
    padding: 16px 0 14px;
    font-size: 116.7%;
    border-top: 1px solid #cecece;
    justify-content: center;
    text-align: center;
    background: #eaeaea;
  }
  .m-attendance-member .m-attendance-member-accordion dd .m-attendance-member-table .m-attendance-member-table-tr .m-attendance-member-table-td {
    width: 390px;
    padding: 12px 0;
    color: #6e6e6e;
    font-size: 108.3%;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    justify-content: center;
    text-align: center;
    background-color: #fff;
  }
  .m-attendance-member .m-attendance-member-accordion dd .m-attendance-member-table .m-attendance-member-table-tr .m-attendance-member-table-td input {
    padding: 5px 15px;
    box-sizing: border-box;
    width: 240px;
  }
  .m-attendance-member .m-attendance-member-accordion dd .m-member-btn {
    width: 400px;
    margin: 40px auto 0;
  }
  .m-attendance-member .m-attendance-member-accordion dd .m-member-btn input {
    width: 100%;
  }
  .m-attendance-member .m-attendance-member-accordion dd .m-member-link {
    text-align: center;
    font-size: 116.7%;
    margin-top: 15px;
  }
  .m-attendance-member .m-attendance-member-accordion dd .m-member-link a {
    background: url(/common/images/common/ico_pc_sidebar_arrow02.png) no-repeat left center;
    padding-left: 20px;
  }

  /* ライトボックス */
  .m-aleartLightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2500;
    font-size: 133.3%;
    text-align: center;
  }
  .m-aleartLightbox .m-aleartLightbox-inner {
    width: 535px;
    padding: 45px 15px;
    background: #fff;
    color: #002662;
    box-sizing: border-box;
  }
  .m-aleartLightbox .m-aleartLightbox-inner .m-btnClose {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #adadad;
    color: #07070b;
    margin-top: 35px;
    width: 185px;
    padding: 8px 0;
  }
  .m-aleartLightbox .m-aleartLightbox-inner .m-btnClose:hover {
    border: 1px solid #002662;
    color: #002662;
  }

  /* 住まいのコンテンツ */
  .m-residenceBtn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 116.7%;
    text-align: center;
  }
  .m-residenceBtn li a {
    background: #fff url(/common/images/common/ico_residence_01.png) no-repeat 20px center;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #002662;
    text-decoration: none;
    padding: 5px 40px 4px 44px;
    box-sizing: border-box;
    height: 100%;
    min-height: 50px;
    letter-spacing: -1px;
  }
  .m-residenceBtn li a.active {
    background: #001c51 url(/common/images/common/ico_residence_02.png) no-repeat 20px center;
    color: #fff;
  }
  .m-residenceBtn li a:hover {
    background: #001c51 url(/common/images/common/ico_residence_02.png) no-repeat 20px center;
    color: #fff;
  }

  .m-threeBtn li {
    width: 260px;
  }

  .m-fourBtn li {
    width: 195px;
  }

  .m-dateText {
    margin-top: 15px;
    font-size: 12px;
  }

  /* エラーテキスト */
  .m-errortext01 {
    color: #f00;
    margin-bottom: 5px;
    font-size: 107.7%;
  }

  /* 追従チェックリスト */
  #checkList {
    display: none;
    position: fixed;
    left: 0;
    bottom: -100px;
    z-index: 100;
    width: 100%;
    min-height: 84px;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #ccc;
    z-index: 1999;
  }
  #checkList .m-checkListbox-inner {
    width: 1120px;
    padding: 15px 0 7px 0px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 116.7%;
  }
  #checkList .m-checkListbox-inner ul {
    display: table;
    width: 100%;
  }
  #checkList .m-checkListbox-inner ul li {
    display: table-cell;
  }
  #checkList .m-checkListbox-inner .m-checkListbox-left ul {
    overflow: hidden;
    margin-left: -2%;
    color: #181818;
  }
  #checkList .m-checkListbox-inner .m-checkListbox-left ul li {
    float: left;
    width: 31.33%;
    margin-left: 2%;
    margin-bottom: 7px;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    background: url(/common/images/common/ico_pc_fix_docrequest.png) left center no-repeat;
    padding-left: 25px;
  }
  #checkList .m-checkListbox-inner .m-checkListbox-left ul > *:first-child + * + * + * {
    clear: left;
  }
  #checkList .m-checkListbox-inner .m-checkListbox-right {
    width: 253px;
    vertical-align: middle;
  }

  .m-tooltip {
    display: inline-block;
  }
  .m-tooltip ul {
    display: none;
  }
  .m-tooltip:hover {
    position: relative;
  }
  .m-tooltip:hover ul {
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.95);
    border: 1px solid #4c4c4c;
    padding: 5px;
    color: #fff;
    z-index: 100;
  }
  .m-tooltip:hover ul li {
    float: left;
    padding: 5px;
    box-sizing: border-box;
  }

  /* 別ウィンドウリンク */
  .m-blanklink {
    background: url(/common/images/common/ico_blanklink.png) right center no-repeat;
    background-size: 13px;
    padding-right: 16px;
    margin-right: 3px;
    display: inline-block;
  }

	/* 住所モーダル ADD201807 START*/
	.iframe-bg {
		display: none;
		width: 100%;
		height: 2000px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		background: #333;
	}
	.iframe-wrap {
		width: 100%;
		height: 100%;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
	}
	.iframe-wrap-scroll {
		display: none;
		width: 640px;
		height: 70%;
		position: fixed;
		top: 0px;
		transform: translateX(50vw) translateX(-50%) translateY(50vh)
			translateY(-50%);
		z-index: 9999;
		background: #fff;
		overflow: hidden;
	}
	.iframe-btn {
		display: none;
		width: 40px;
		height: 40px;
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 9999;
		background: #002662;
		border-radius: 50%;
		cursor: pointer;
		line-height: 40px;
		text-align: center;
		color: #fff;
	}
	/* 住所モーダル ADD201807 END*/
	.m-table .m-table-tr .m-lh {
		word-break: break-all;
	}}
@media all and (max-width: 640px) {
  /* ディスプレイ系
  ---------------------------------------------------------------------------- */
  .m-sp-none {
    display: none;
  }

  .m-pc-none {
    display: block;
  }

  /* レイアウト系
  ---------------------------------------------------------------------------- */
  .l-wrap {
    margin-left: 3%;
    margin-right: 3%;
  }

  .l-wrap02 {
    margin-left: 5%;
    margin-right: 5%;
  }

  /* カスタムタイプ
  ---------------------------------------------------------------------------- */
  /* チェックボックス */
  .m-cbxdb {
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
  }
  .m-cbxdb label {
    display: block;
  }
  .m-cbxdb label input[type='checkbox'] {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    margin: 0 !important;
  }
  .m-cbxdb label span {
    background: url(/common/images/common/img_checkbox.png) no-repeat left top;
    background-size: 15px;
    width: 15px;
    height: 16px;
    line-height: 16px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: 0;
  }

  /* ラジオボタン */
  .m-radioBtn {
    display: inline-block;
    line-height: 1;
  }

  .m-radioBtn input {
    display: none;
  }

  .m-radioBtn label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
    padding: 6px 20px;
    border-radius: 2px;
    color: #3e4956;
    font-size: 14px;
    text-align: center;
    line-height: 1;
  }

  .m-radioBtn label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #bdc3c7;
    border-radius: 50%;
  }

  .m-radioBtn input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #375aa6;
  }

  /* 物件タグ
  ---------------------------------------------------------------------------- */
  .m-tagList li {
    background-color: #fff;
    padding: 3px 5px;
    float: left;
    margin-top: 3px;
    margin-right: 4px;
    font-size: 83.3%;
  }

  /* エリア探索 */
  .m-search {
    background-color: #e9ecf5;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .m-search .m-sp-search-btn li {
    width: 49.5%;
    float: left;
    margin-top: 1%;
  }
  .m-search .m-sp-search-btn li:nth-child(even) {
    margin-left: 1%;
  }
  .m-search .m-sp-search-keyword-input input {
    width: 95%;
    padding: 10px 5px;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .m-search .m-sp-search-feature-list {
    padding: 5px 3% 15px;
    display: none;
  }
  .m-search .m-sp-search-feature-list > li {
    font-size: 108.3%;
    margin-top: 18px;
  }
  .m-search .m-sp-search-feature-list > li span {
    color: #002662;
    font-weight: bold;
  }
  .m-search .m-sp-search-feature-list > li a {
    color: #212121;
    background: url(/common/images/common/ico_sp_footer_arrow04.png) left 6px no-repeat;
    background-size: 4px;
    padding-left: 15px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    margin-left: 15px;
  }

  /* タイトル系
  ---------------------------------------------------------------------------- */
  .m-title02 {
    text-align: center;
    line-height: 1.4;
  }
  .m-title02 .m-title02-en02 {
    letter-spacing: 2px;
    font-size: 250%;
    color: #fff;
    display: block;
  }
  .m-title02 .m-title02-ja02 {
    letter-spacing: 2px;
    font-size: 100%;
    color: #fff;
    display: block;
  }
  .m-title02 .m-title02-en03 {
    letter-spacing: 2px;
    font-size: 250%;
    color: #002662;
    display: block;
  }
  .m-title02 .m-title02-ja03 {
    letter-spacing: 2px;
    font-size: 100%;
    color: #002662;
    display: block;
  }
  .m-title02 span + span:before {
    content: "";
  }

  .m-title03 {
    background-color: #001f62;
    padding: 12px 0;
    color: #fff;
    font-weight: 200;
    font-family: 'Noto Sans Japanese';
  }
  .m-title03 .m-title03-in {
    font-size: 150.0%;
    border-left: 4px solid #224288;
    padding-left: 15px;
  }

  .m-title04 {
    width: 100%;
    padding: 11px 0;
    background: #002662;
    font-weight: 200;
    font-family: 'Noto Sans Japanese';
  }
  .m-title04 span {
    color: #fff;
    font-size: 150%;
    padding-left: 20px;
    padding-right: 10px;
    background: url(/common/images/common/bg_title_border01.gif) no-repeat left center;
    background-size: 4px 100%;
    line-height: 23px;
    display: inline-block;
  }

  .m-title05 {
    width: 100%;
    background: #d9d9d9;
    padding: 9px 0;
  }
  .m-title05 span {
    font-size: 125%;
    color: #212121;
    background: url(/common/images/common/bg_title_border02.gif) no-repeat left center;
    background-size: 4px 100%;
    padding-left: 16px;
    padding-right: 10px;
    display: inline-block;
  }

  .m-title06 {
    background: url(/common/images/common/bg_title_residence.jpg) no-repeat left center;
    background-size: cover;
    padding: 30px 5% 28px;
  }

  .m-title07 {
    background-color: #f54170;
    padding: 12px 0;
    color: #fff;
    font-weight: 200;
    font-family: 'Noto Sans Japanese';
  }
  .m-title07 .m-title07-in {
    font-size: 150.0%;
    border-left: 4px solid #ff6e94;
    padding-left: 15px;
  }

  .m-title08 {
    width: 100%;
    background: #ffeaef;
    padding: 9px 0;
    position: relative;
  }
  .m-title08 span {
    font-size: 125%;
    color: #212121;
    background: url(/common/images/common/bg_title_border03.gif) no-repeat left center;
    background-size: 4px 100%;
    padding-left: 16px;
    padding-right: 10px;
    display: inline-block;
  }
  .m-title08 .m-title08-day {
    background: none;
    position: absolute;
    right: 5%;
    top: 9px;
    color: #f54170;
    padding: 0;
  }

  /* 物件タグ
  ---------------------------------------------------------------------------- */
  .m-tagList {
    background-color: #d9d9d9;
    padding: 15px 2% 15px 3%;
  }
/*update2 2016年8月29日 start*/
  .m-tagList li {
    background-color: #fff;
    width: 32%;
    float: left;
    margin-right: 1%;
    margin-top: 3px;
    padding: 0;
    font-size: 75.0%;
    box-sizing: border-box;
  }
/*update2 2016年8月29日 end*/

  /* 必須タグ */
  .m-required {
    display: inline-block;
    background-color: #d30303;
    font-size: 108.3%;
    color: #fff;
    padding: 1px 7px;
  }

  /* テーブル
  ---------------------------------------------------------------------------- */
  .m-table {
    width: 100%;
  }
  .m-table .m-table-tr.p-wrap-td01 {
    padding: 5px 3% 0;
  }
  .m-table .m-table-tr .m-table-th {
    width: 100%;
    padding: 10px 3%;
    background-color: #e9ecf5;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .m-table .m-table-tr .m-table-th .m-table-th-in {
    font-size: 125.0%;
    width: 83%;
    margin-right: 2%;
    display: -webkit-box;
  }
  .m-table .m-table-tr .m-table-th .m-table-th-in .m-table-th-img {
    display: inline-block;
  }
  .m-table .m-table-tr .m-table-th .m-table-th-in .m-table-th-img img {
    width: 15px;
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;
  }
  .m-table .m-table-tr .m-table-td {
    width: 100%;
    padding: 2px 3% 5px;
    font-size: 116.7%;
    box-sizing: border-box;
    line-height: 3.2;
  }
  .m-table .m-table-tr .m-table-td input[type="text"] {
    padding: 3%;
    box-sizing: border-box;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input01 {
    width: 29%;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input02 {
    width: 100%;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input03 {
    width: 70%;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input04 {
    width: 29%;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input05 {
    width: 100%;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input06 {
    width: 25%;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input07 {
    width: 80%;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input08 {
    width: 45%;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input09 {
    width: 100%;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input10 {
    width: 21%;
  }
  .m-table .m-table-tr .m-table-td input[type="text"].m-input11 {
    max-width: 100%;
  }
  .m-table .m-table-tr .m-table-td .m-select01 {
    padding: 3%;
    box-sizing: border-box;
    width: 70%;
  }
  .m-table .m-table-tr .m-table-td .m-textarea01 {
    resize: none;
    padding: 3%;
    box-sizing: border-box;
    width: 100%;
    min-height: 165px;
    margin-top: 10px;
  }
  .m-table .m-table-tr .m-table-td .m-textarea02 {
    resize: none;
    padding: 3%;
    box-sizing: border-box;
    max-width: 100%;
    margin-top: 10px;
  }
  .m-table .m-table-tr .m-table-td input[type="range"] {
    -webkit-appearance: none;
    cursor: pointer;
    background: #cecece;
    width: 260px;
  }
  .m-table .m-table-tr .m-table-td input[type="range"]:focus {
    outline: none;
  }
  .m-table .m-table-tr .m-table-td input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance:none;
    background: #cecece;
    height: 5px;
  }
  .m-table .m-table-tr .m-table-td input[type="range"]::-moz-range-track {
      -moz-appearance:none;
      background: #cecece;
      height: 5px;
  }
  .m-table .m-table-tr .m-table-td input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: #3388dd;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -5px;
  }
  .m-table .m-table-tr .m-table-td input[type="range"]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background: #3388dd;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -5px;
  }
  .m-table .m-table-tr .m-table-td .rval {
    font-weight: bold;
  }
  .m-table .m-table-tr .m-table-td .m-link01 {
    color: #002662;
    font-size: 100%;
    background: url(/common/images/common/ico_sp_sidebar_arrow02.png) no-repeat left center;
    background-size: 13px;
    padding-left: 20px;
  }
  .m-table .m-table-tr .m-table-td .m-buttonlist {
    overflow: hidden;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .m-table .m-table-tr .m-table-td .m-buttonlist .m-btn01 {
    width: 48%;
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 115.4%;
  }
  .m-table .m-table-tr .m-table-td .m-buttonlist .m-btn01:first-child {
    float: left;
  }
  .m-table .m-table-tr .m-table-td .m-buttonlist .m-btn01:last-child {
    float: right;
  }
  .m-table .m-table-tr .m-table-td .m-linkwrap {
    display: none;
  }
  .m-table .m-table-tr .m-table-td .m-list {
    line-height: 2.0;
    padding-top: 2px;
  }
  .m-table .m-table-tr .m-table-td .m-list li {
    margin-bottom: 5px;
  }
  .m-table .m-table-tr .m-table-td .m-addresstext {
    display: none;
  }
  .m-table .m-table-tr .m-table-td .m-teltext {
    display: block;
    line-height: 2.0;
  }
  .m-table .m-table-tr .m-table-td .m-password01 {
    padding: 3%;
    box-sizing: border-box;
    width: 70%;
  }
  .m-table .m-table-tr .m-table-td02 {
    padding: 10px 3% 15px;
  }
  .m-table .m-table-tr .m-table-td02 > .m-table-tr + .m-table-tr {
    margin-top: 20px;
  }
  .m-table .m-table-tr .m-table-td02 .m-table-tr .m-table-th02 {
    font-size: 116.7%;
    margin-bottom: 10px;
  }
  .m-table .m-table-tr .m-table-td02 .m-table-tr .m-table-td03 {
    padding: 15px 3%;
    border: 1px solid #cecece;
  }
  .m-table .m-table-tr .m-table-td02 .m-table-tr .m-table-td03 li + li {
    font-size: 91.7%;
    margin-top: 10px;
  }
  .m-table .m-table-tr .m-table-td02 .m-table-tr .m-table-td03 .m-cbxdb {
    padding-left: 25px;
  }
  .m-table .m-table-tr .m-table-td02 .m-table-tr .m-table-td03 .m-cbxdb span {
    top: 1px;
  }
  .m-table .m-table-tr .m-table-td02 .m-table-tr .m-table-td05 {
    padding: 15px 3%;
    border: 1px solid #cecece;
  }
  .m-table .m-table-tr .m-table-td02 .m-table-tr .m-table-td05 li + li {
    font-size: 91.7%;
    margin-top: 10px;
  }
  .m-table .m-table-tr .m-table-td02 .m-table-tr .m-table-td05 .m-cbxdb {
    padding-left: 25px;
  }
  .m-table .m-table-tr .m-table-td02 .m-table-tr .m-table-td05 .m-cbxdb span {
    top: 1px;
  }
  .m-table .m-table-tr .m-table-td02 .m-table-tr .m-table-td05 .m-textother input {
    padding: 3%;
    box-sizing: border-box;
    width: 75%;
    margin-left: 3%;
  }
  .m-table .m-table-tr .m-table-td02 .m-table-tr .m-table-td05 .m-table-text01 {
    margin-bottom: 10px;
  }
  .m-table .m-table-tr .m-table-td02 .m-table-error {
    border-top: none;
  }
  .m-table .m-table-tr .m-table-td02 .m-table-error .m-table-error-text {
    padding: 0 15px 12px 0;
    box-sizing: border-box;
    width: 100%;
    color: #f00;
    font-size: 116.7%;
  }
  .m-table .m-table-tr .m-table-td04 {
    background-color: #f6f6f6;
    line-height: 1.5;
    font-size: 100%;
    border: 1px solid #cecece;
    margin: 0 3%;
    padding: 10px 3% 15px;
  }
  .m-table .m-table-tr .m-table-td04 .m-cbxdb {
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .m-table .m-table-tr .m-table-td04 .m-cbxdb span {
    top: 1px;
  }
  .m-table .m-table-tr .m-table-td04 .m-table-td04-text {
    padding-left: 20px;
  }
  .m-table .m-table-tr .m-table-td04 a {
    color: #002662;
  }
  .m-table .m-table-tr .m-table-accordion .m-table-tr {
    border-top: 1px solid #dbdbdb;
  }
  .m-table .m-table-tr .m-table-accordion .m-table-tr + .m-table-tr {
    margin-top: 0;
  }
  .m-table .m-table-tr .m-table-accordion .m-table-tr:last-child {
    border-bottom: 1px solid #dbdbdb;
  }
  .m-table .m-table-tr .m-table-accordion .m-table-tr .m-table-th02 {
    background: url(/common/images/common/btn_form_open.gif) no-repeat 95% center;
    padding-right: 12%;
    padding-top: 15px;
    padding-bottom: 20px;
    background-size: 20px;
    margin-bottom: 0;
  }
  .m-table .m-table-tr .m-table-accordion .m-table-tr .m-table-th02 span {
    display: inline-block;
  }
  .m-table .m-table-tr .m-table-accordion .m-table-tr .m-table-th02.active {
    background: url(/common/images/common/btn_form_close.gif) no-repeat 95% center;
    background-size: 20px;
  }
  .m-table .m-table-tr .m-table-accordion .m-table-tr .m-table-td05 {
    display: none;
    margin-bottom: 15px;
  }
  .m-table .m-table-tr .m-lh {
    line-height: 2.0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .m-confirmtable {
    border-bottom: 1px solid #d9d9d9;
  }
  .m-confirmtable .m-list li {
    display: inline-block;
  }

  .m-registtable {
    border-bottom: 1px solid #d9d9d9;
  }

  .m-table-bottom {
    padding: 0 3% 0;
  }
  .m-table-bottom .m-table-bottom-text {
    text-align: center;
  }
  .m-table-bottom .m-table-bottom-text span {
    padding-bottom: 5px;
    display: inline-block;
  }
  .m-table-bottom .m-table-bottom-text a {
    color: #002662;
  }
/*add2 2016年09月02日 start*/
  .m-table-bottom .m-table-bottom-text03 {
    text-align: center;
    margin-top: 15px;
  }
/*add2 2016年09月02日 end*/

/*add2 2016年10月14日 start*/
  .m-table-bottom .m-table-bottom-text04 {
    margin: 20px auto 0;
    border-top: 1px solid #cecece;
    padding-top: 20px;
  }
/*add2 2016年10月14日 end*/

/*update3 2016年09月02日 start*/
  .m-table-bottom .m-table-bottom-btn {
    margin-top: 15px;
  }
/*update3 2016年09月02日 end*/
  .m-table-bottom .m-table-bottom-btn input {
    width: 100%;
  }
/*update4 2016年09月02日 start*/
  .m-table-bottom .m-table-bottom-btnlist {
    margin-top: 15px;
    margin-bottom: 15px;
  }
/*update4 2016年09月02日 end*/
  .m-table-bottom .m-table-bottom-btnlist .m-table-bottom-btn01 input {
    width: 100%;
  }
  .m-table-bottom .m-table-bottom-btnlist .m-table-bottom-btn02 {
    margin: 12px auto 0;
    width: 43%;
  }
  .m-table-bottom .m-table-bottom-btnlist .m-table-bottom-btn02 input {
    width: 100%;
  }

/*add2 2016年09月06日 start*/
  .m-table-bottom .m-table-bottom-btnlist .m-table-bottom-btn03 {
    margin: 12px auto 0;
    width: 43%;
  }
  .m-table-bottom .m-table-bottom-btnlist .m-table-bottom-btn03 input {
    width: 100%;
  }
  .m-table-bottom .m-table-bottom-btnlist02 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .m-table-bottom .m-table-bottom-btnlist02 .m-table-bottom-btn01 input {
    width: 100%;
  }
  .m-table-bottom .m-table-bottom-btnlist02 .m-table-bottom-btn02 {
    margin: 12px auto 0;
    width: 43%;
  }
  .m-table-bottom .m-table-bottom-btnlist02 .m-table-bottom-btn02 input {
    width: 100%;
  }
/*add2 2016年09月06日 end*/

  .m-table-bottom .m-table-bottom-ssl {
    padding: 25px 0 35px;
    text-align: center;
  }
  .m-table-bottom .m-table-bottom-ssl table {
    margin-right: auto;
    margin-left: auto;
  }

  .m-thanksbtn {
    padding: 25px 0 50px;
  }
  .m-thanksbtn img {
    width: 70%;
    margin: 0 auto;
  }

  .m-closebtn {
    margin: 20px 20%;
  }

  .m-backbtn {
    margin: 20px 20%;
  }

  /* 会員アコーディオン */
  .m-attendance-member .m-attendance-member-info {
    padding: 0 3%;
    margin-bottom: 20px;
  }
  .m-attendance-member .m-attendance-member-accordion {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background-color: #e9ecf5;
    padding: 0 3%;
  }
  .m-attendance-member .m-attendance-member-accordion dt {
    padding: 15px 0;
    color: #002662;
    font-size: 108.3%;
    cursor: pointer;
    background: url(/common/images/common/btn_form_open.gif) 98% center no-repeat;
    letter-spacing: -1px;
    background-size: 15px;
  }
  .m-attendance-member .m-attendance-member-accordion dt.active {
    background: url(/common/images/common/btn_form_close.gif) 98% center no-repeat;
    background-size: 15px;
  }
  .m-attendance-member .m-attendance-member-accordion dd {
    display: none;
    padding: 0 0 25px;
  }
  .m-attendance-member .m-attendance-member-accordion dd .m-attendance-member-table {
    width: 100%;
  }
  .m-attendance-member .m-attendance-member-accordion dd .m-attendance-member-table .m-attendance-member-table-tr .m-attendance-member-table-th {
    width: 100%;
    font-size: 108.3%;
    margin-top: 12px;
  }
  .m-attendance-member .m-attendance-member-accordion dd .m-attendance-member-table .m-attendance-member-table-tr .m-attendance-member-table-td {
    width: 100%;
    font-size: 116.7%;
  }
  .m-attendance-member .m-attendance-member-accordion dd .m-attendance-member-table .m-attendance-member-table-tr .m-attendance-member-table-td input {
    padding: 3%;
    box-sizing: border-box;
    width: 69%;
    margin-top: 3px;
  }
  .m-attendance-member .m-attendance-member-accordion dd .m-member-btn {
    margin-top: 20px;
  }
  .m-attendance-member .m-attendance-member-accordion dd .m-member-btn input {
    width: 100%;
  }
  .m-attendance-member .m-attendance-member-accordion dd .m-member-link {
    text-align: center;
    font-size: 116.7%;
    margin-top: 15px;
  }
  .m-attendance-member .m-attendance-member-accordion dd .m-member-link a {
    background: url(/common/images/common/ico_sp_sidebar_arrow02.png) no-repeat left center;
    background-size: 12px;
    padding-left: 18px;
  }

  /* ライトボックス */
  .m-aleartLightbox {
    display: none;
    position: fixed;
    top: 35%;
    left: 0;
    right: 0;
    z-index: 2500;
    text-align: center;
  }
  .m-aleartLightbox .m-aleartLightbox-inner {
    width: 90%;
    margin: 0 auto;
    padding: 25px 15px;
    background: #fff;
    color: #002662;
    box-sizing: border-box;
  }
  .m-aleartLightbox .m-aleartLightbox-inner .m-btnClose {
    font-size: 108.3%;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #adadad;
    color: #07070b;
    margin-top: 20px;
    width: 185px;
    padding: 8px 0;
  }

  /* 住まいのコンテンツ */
  .m-residenceBtn {
    font-size: 116.7%;
    text-align: center;
  }
  .m-residenceBtn li a {
    background: #fff url(/common/images/common/ico_residence_01.png) no-repeat 10px center;
    background-size: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #002662;
    text-decoration: none;
    padding: 5px 35px 5px 35px;
    box-sizing: border-box;
    display: block;
  }
  .m-residenceBtn li a.active {
    background: #001c51 url(/common/images/common/ico_residence_02.png) no-repeat 10px center;
    background-size: 15px;
    color: #fff;
  }
  .m-residenceBtn li + li {
    margin-top: 10px;
  }

  .m-dateText {
    margin-top: 15px;
    font-size: 83.3%;
  }

  /* エラーテキスト */
  .m-errortext01 {
    color: #f00;
    line-height: 2;
  }

  /* 追従チェックリスト */
  #checkList {
    display: none;
    position: fixed;
    z-index: 1999;
    left: 0;
    bottom: -100px;
    z-index: 100;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #ccc;
  }
  #checkList .m-checkListbox-inner {
    padding: 8px 5%;
  }
  #checkList .m-checkListbox-inner .m-checkListbox-left {
    display: none;
  }
  #checkList .m-checkListbox-inner .m-checkListbox-right input {
    width: 100%;
  }

  /* 別ウィンドウリンク */
  .m-blanklink {
    background: url(/common/images/common/ico_blanklink.png) right center no-repeat;
    background-size: 13px;
    padding-right: 16px;
    margin-right: 3px;
    display: inline-block;
  }

	/* 住所モーダル ADD201807 START*/
	.iframe-bg {
		display: none;
		width: 100%;
		height: 2000px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		background: #333;
		-webkit-appearance: none;
	}
	.iframe-wrap {
		width: 100%;
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-appearance: none;
	}
	.iframe-wrap-scroll {
		display: none;
		width: 80%;
		height: 70%;
		position: fixed;
		top: 40px;
		left: 10%;
		z-index: 9999;
		background: #fff;
		overflow: hidden;
		-webkit-appearance: none;
	}
	.iframe-btn {
		display: none;
		width: 40px;
		height: 40px;
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 9999;
		background: #002662;
		border-radius: 50%;
		cursor: pointer;
		line-height: 40px;
		text-align: center;
		color: #fff;
		cursor: pointer;
		-webkit-appearance: none;
	}
	/* 住所モーダル ADD201807 END*/
	.m-table .m-table-tr .m-lh {
		word-break: break-all;
	}
	  .cancel-div01{
    background: #dbbb;
    padding-top: 20px;
    margin: 30px 0px;
  }
  .cancel-div02{
    font-size: 120%;
    margin-bottom:20px;
  }
  .cancel-div03{
    background: #dbbb;
    font-size: 140%;
    padding-top: 20px;
    margin: 30px 0px
  }
  .cancel-span01{
    padding-right:5px;
    font-weight:bold;
  }

}


@media (min-width: 641px) {
/*update1 2016年8月19日 start*/
  .p-main {
    max-width: 1120px;
    margin: 0 auto;
  }
/*update1 2016年8月19日 end*/
  .p-main h1 {
    text-align: center;
    margin-bottom: 45px;
  }
  .p-main .m-title01-en02 {
    letter-spacing: 2px;
    font-size: 318%;
    margin-top: 0;
    color: #002662;
    display: block;
  }
  .p-main .m-title01-ja02 {
    letter-spacing: 2px;
    font-size: 117%;
    color: #002662;
  }
  .p-main .p-main-table table {
    border: 1px solid #cecece;
    margin-bottom: 15px;
  }
  .p-main .p-main-table table tr {
    border-bottom: 1px solid #cecece;
  }
  .p-main .p-main-table table th {
    background: #eaeaea;
    font-size: 117%;
    width: 200px;
    vertical-align: middle;
    padding: 24px 0 24px 29px;
    text-align: left;
    box-sizing: border-box;
  }
  .p-main .p-main-table table td {
    font-size: 117%;
    padding: 24px 29px;
  }
  .p-main .p-main-table table td span {
    font-weight: bold;
    padding: 10px 0;
    display: inline-block;
  }
  .p-main .p-main-table table td a {
    color: #002662;
  }
  .p-main .p-under {
    font-size: 125%;
    color: #212121;
  }
}
@media all and (max-width: 640px) {
/*update2 2016年8月19日 start*/
  .p-main {
    width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
/*update2 2016年8月19日 end*/
  .p-main h1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .p-main .m-title01-en02 {
    letter-spacing: 2px;
    font-size: 250%;
    margin-top: 0;
    color: #002662;
    display: block;
  }
  .p-main .m-title01-ja02 {
    letter-spacing: 2px;
    color: #002662;
  }
  .p-main .p-main-table table {
    border: 1px solid #cecece;
    border-bottom: none;
    margin-bottom: 20px;
  }
  .p-main .p-main-table table th {
    background: #eaeaea;
    width: 100%;
    padding: 14px 4%;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid #cecece;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-main .p-main-table table td {
    padding: 14px 4%;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #cecece;
  }
  .p-main .p-main-table table td span {
    font-weight: bold;
    padding: 10px 0;
    display: inline-block;
  }
  .p-main .p-main-table table td a {
    color: #002662;
  }
  .p-main .p-under {
    color: #212121;
  }
  .p-main .p-under li {
    padding-left: 1em;
    text-indent: -1em;
  }
}

@charset "UTF-8";
/* フォントサイズ
---------------------------------------------------------------------------- */
/* 基本サイズは12pxに設定されています */
.fs6 {
  font-size: 50% !important;
}

.fs7 {
  font-size: 58.33333% !important;
}

.fs8 {
  font-size: 66.66667% !important;
}

.fs9 {
  font-size: 75% !important;
}

.fs10 {
  font-size: 83.33333% !important;
}

.fs11 {
  font-size: 91.66667% !important;
}

.fs12 {
  font-size: 100% !important;
}

.fs13 {
  font-size: 108.33333% !important;
}

.fs14 {
  font-size: 116.66667% !important;
}

.fs15 {
  font-size: 125% !important;
}

.fs16 {
  font-size: 133.33333% !important;
}

.fs17 {
  font-size: 141.66667% !important;
}

.fs18 {
  font-size: 150% !important;
}

.fs19 {
  font-size: 158.33333% !important;
}

.fs20 {
  font-size: 166.66667% !important;
}

.fs21 {
  font-size: 175% !important;
}

.fs22 {
  font-size: 183.33333% !important;
}

.fs23 {
  font-size: 191.66667% !important;
}

.fs24 {
  font-size: 200% !important;
}

.fs25 {
  font-size: 208.33333% !important;
}

.fs26 {
  font-size: 216.66667% !important;
}

.fs27 {
  font-size: 225% !important;
}

.fs28 {
  font-size: 233.33333% !important;
}

.fs29 {
  font-size: 241.66667% !important;
}

.fs30 {
  font-size: 250% !important;
}

.fs31 {
  font-size: 258.33333% !important;
}

.fs32 {
  font-size: 266.66667% !important;
}

.fs33 {
  font-size: 275% !important;
}

.fs34 {
  font-size: 283.33333% !important;
}

.fs35 {
  font-size: 291.66667% !important;
}

.fs36 {
  font-size: 300% !important;
}

.fs37 {
  font-size: 308.33333% !important;
}

.fs38 {
  font-size: 316.66667% !important;
}

.fs39 {
  font-size: 325% !important;
}

.fs40 {
  font-size: 333.33333% !important;
}

.fs41 {
  font-size: 341.66667% !important;
}

.fs42 {
  font-size: 350% !important;
}

.fs43 {
  font-size: 358.33333% !important;
}

.fs44 {
  font-size: 366.66667% !important;
}

.fs45 {
  font-size: 375% !important;
}

.fs46 {
  font-size: 383.33333% !important;
}

.fs47 {
  font-size: 391.66667% !important;
}

.fs48 {
  font-size: 400% !important;
}

.fs49 {
  font-size: 408.33333% !important;
}

.fs50 {
  font-size: 416.66667% !important;
}

/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* テキストアライン
---------------------------------------------------------------------------- */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

/* フロート
---------------------------------------------------------------------------- */
.flR {
  float: right !important;
}

.flL {
  float: left !important;
}

/* マージン
---------------------------------------------------------------------------- */
.m00 {
  margin: 0px !important;
}

.mauto {
  margin: 0 auto !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/* パディング
---------------------------------------------------------------------------- */
.pd00 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* 横幅
---------------------------------------------------------------------------- */
.w0 {
  width: 0% !important;
}

.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

/*--------------------------------
outline
--------------------------------*/
.outline-tab-btns{
	display: flex;
	justify-content: center;
		margin: 0 auto 32px;
    gap: 10px;
}
.outline-tab-btn{
		flex: 1;
    max-width: 320px;
    min-height: calc(50 / 18 * 1em);
    box-sizing: border-box;
    border: 1px solid rgb(24, 93, 132);
    padding: .25em;
		color: rgb(24, 93, 132);
    font-size: clamp(14px, calc(18 / 1200 * 100vw), 18px);
		cursor: pointer;
		text-align: center;
		justify-content: center;
		align-items: center;
		display: flex;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
    font-weight: 300;
}
.outline-tab-btn.active{
		color: #fff;
    background: linear-gradient(90deg, rgba(24, 93, 132, 1) 0%, rgba(24, 45, 86, 1) 100%);
}
.outline-wrap {
  font-size: 11px;
}
.outline-wrap *{
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  font-weight: 300;
}
.outline-wrap th{
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  font-weight: 300;
}
.outline-wrap td{
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  font-weight: 300;
}
.outline-wrap td fontsize{
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  font-weight: 300;
}
  .outline-wrap td sup{
    font: inherit !important;
    vertical-align: baseline !important;
}
  .outline-wrap .p-under li{
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
    font-weight: 300;
}