@media screen and (max-width: 640px) {
  /* max-width: 768pxから更にスマートフォン用へ
最適化する箇所のスタイル記述 */
  body {}
  .stage {
    margin: 0 auto;
    width: 100%;
  }
  #plist {
    padding-left: 3%;
    padding-top: 1%;
    padding-bottom: 2%;
    margin-bottom: 2%;
    background-color: #FFFFFF;
    border-bottom: 1px dotted #DCDCDC;
    font-size: 14px;
  }
  .no_sp {
    display: none;
  }
  .no_pc {
    display: block;
  }
  /* basicのスタイル記述 */
  /* ========== header ========== */
  #header {
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    margin-bottom: 4%;
    text-align: center;
    padding-top: 4%;
  }
  #header .logo {
    width: 100%;
    text-align: center;
    float: none;
  }
  #header .logo img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #header h1 {
    display: none;
  }
  #header p {
    display: none;
  }
  .headtel {
    display: none;
  }
  /* nav */
  nav {
    background-color: #58b218;
    padding-top: 2px;
    padding-bottom: 1px;
    margin-bottom: 1px;
    border-bottom: none;
  }
  #gnavi {
    width: 99%;
    border-left: 1% solid #58b218;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
  #gnavi li {
    float: left;
    width: 50%;
    border-right: none;
    border: 1% solid #58b218;
    margin-bottom: 1px;
  }
  #gnavi li a {
    display: block;
    text-align: left;
    padding-left: 24%;
    padding-top: 6%;
    padding-bottom: 4%;
    font-size: 13px;
    height: 20px;
    color: #3b8e00;
    background-color: #FFFFFF;
    margin-right: 1px;
  }
  #gnavi li a:hover {
    background-color: #F6FFF0;
  }
  .gnavi01 {
    background-image: url(../img/ar_gnavi1.png);
    background-position: left 0px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .gnavi02 {
    background-image: url(../img/ar_gnavi2.png);
    background-position: left 0px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .gnavi03 {
    background-image: url(../img/ar_gnavi3.png);
    background-position: left 0px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .gnavi04 {
    background-image: url(../img/ar_gnavi4.png);
    background-position: left 0px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .gnavi05 {
    background-image: url(../img/ar_gnavi5.png);
    background-position: left 0px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .gnavi06 {
    background-image: url(../img/ar_gnavi6.png);
    background-position: left 0px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  /* ========== top ========== */
  .mnavi01 {
    background-image: url(../img/ar_search_rent1.png);
    background-position: left center;
    background-repeat: no-repeat;
  }
  .mnavi02 {
    background-image: url(../img/ar_search_rent2.png);
    background-position: left center;
    background-repeat: no-repeat;
  }
  .mnavi03 {
    background-image: url(../img/ar_search_rent3.png);
    background-position: left center;
    background-repeat: no-repeat;
  }
  .mnavi04 {
    background-image: url(../img/ar_search_rent4.png);
    background-position: left center;
    background-repeat: no-repeat;
  }
  /* ========== main ========== */
  #main {
    width: 100%;
    height: auto;
    margin-bottom: 2%;
  }
  #sub {
    display: block;
    position: relative;
  }
  #main_inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
    background-color: #3b8e00;
  }
  #main ul {
    overflow: hidden;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
  #main ul li img {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    border: 0;
  }
  #main .main_nav .prev {
    display: none
  }
  #main .main_nav .next {
    display: none
  }
  #main .main_nav .prev:hover, #main .main_nav .next:hover {}
  /* ========== top ========== */
  #top {
    margin-bottom: 6%;
  }
  #top .stage {
    padding-top: 0;
    padding-bottom: 3%;
    position: relative;
  }
  #top h1 {
    text-align: center;
    height: auto;
    margin-bottom: 0;
    width: 94%;
    padding-top: 3%;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    background-image: url("../img/bk_h1.jpg");
    background-position: center top;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: bold;
    letter-spacing: 0;
  }
  #top h1 span {
    color: #ff6600;
    font-size: 14px;
  }
  #top_box {
    width: 98%;
    height: auto;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
  }
  /* ========== top_sub ========== */
  #top_sub {}
  #top_sub .stage {
    padding-top: 0;
    padding-bottom: 2%;
    position: relative;
  }
  #top_sub h1 {
    text-align: center;
    height: auto;
    margin-bottom: 0;
    width: 94%;
    padding-top: 3%;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    background-image: url("../img/bk_h1.jpg");
    background-position: center top;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: bold;
    letter-spacing: 0;
  }
  #top_sub h1 span {
    color: #ff6600;
    font-size: 14px;
  }
  /* ====== */
  #top_news {
    background-color: #ffebea;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 4%;
    padding-top: 4%;
    float: right;
    width: 90%;
    height: auto;
    position: relative;
  }
  #top_news h2 {
    color: #a12222;
    padding-bottom: 6px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    border-bottom: 3px solid #a12222;
  }
  #top_news h2 span {
    font-size: 21px;
    padding-left: 8px;
  }
  .top_news_box {
    border: 1px solid #a12222;
    background-color: #FFFFFF;
    overflow: scroll;
    overflow-x: hidden;
    height: 330px;
    width: 92%;
    padding-top: 10px;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 10px;
	margin-bottom: 4%;
  }
  .top_news_box dl {}
  .top_news_box dt {
    position: relative;
    width: 80px;
    float: left;
  }
  .top_news_box dt:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .top_news_box dt img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
  .top_news_box dd {
    width: 200px;
    min-height: 80px;
    margin-left: 90px;
    margin-bottom: 20px;
  }
  .top_news_box dd span {
  font-size: 12px;
}
.top_news_box a {
}
.top_news_box a:hover {
	text-decoration: underline;
}
.go_news {
}
.go_news a {
	color: #FFFFFF;
	background-color: #a12222;
	border-radius: 15px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.go_news a:hover {
}
  /* ====== */
  #top_buy {
    text-align: left;
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 10%;
  }
  #top_buy h2 {
    padding-top: 5%;
    padding-bottom: 0px;
    border-top: 2px solid #52961d;
    color: #52961d;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 3.5%;
  }
  #top_buy h2 span {
    font-size: 24px;
  }
  .top_buy_box {
    background-color: #52961d;
  }
  .top_buy_box h3 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    height: 28px;
    padding-top: 28px;
    padding-left: 10px;
  }
  .top_buy_box ul {}
  .top_buy_box li {
    background-color: #FFFFFF;
  }
  .top_buy_box li a {
    padding-left: 48px;
    height: 32px;
    padding-top: 10px;
    padding-bottom: 6px;
    font-size: 15px;
    color: #336600;
    line-height: 36px;
    display: block;
    background-repeat: no-repeat;
    background-position: 5px center;
  }
  .top_buy_box li a:hover {
    text-decoration: underline;
    background-color: #DEFFCC;
  }
  .search1 {
    float: left;
    width: 46%;
    height: 248px;
    padding: 1%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .search1 h3 {
    background-image: url("../img/bk_search1.png");
    background-repeat: no-repeat;
  }
  .search2 {
    float: left;
    width: 46%;
    height: 248px;
    padding: 1%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .search2 h3 {
    background-image: url("../img/bk_search2.png");
    background-repeat: no-repeat;
  }
  .search3 {
    float: left;
    width: 46%;
    height: 248px;
    padding: 1%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .search3 h3 {
    background-image: url("../img/bk_search3.png");
    background-repeat: no-repeat;
  }
  .search4 {
    float: left;
    width: 46%;
    height: 110px;
    padding: 1%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .search4 h3 {
    background-image: url("../img/bk_search4.png");
    background-repeat: no-repeat;
  }
  .search4 ul {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #FFFFFF;
  }
  .search5 {
    float: left;
    width: 48%;
    height: auto;
    padding: 0;
    background-color: #FFFFFF !important;
  }
  .search5 img {
    width: 100%;
    height: auto;
  }
  .s_area a {
    background-image: url("../img/ar_s_area.png");
  }
  .s_line a {
    background-image: url("../img/ar_s_line.png");
  }
  .s_map a {
    background-image: url("../img/ar_s_map.png");
  }
  .s_gakku a {
    background-image: url("../img/ar_s_gakku.png");
  }
  /* ====== */
  #top_rent {
    width: 100%;
    height: auto;
    float: none;
    clear: left;
    background-image: url("../img/bk_mizuno_sp.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 120px;
    margin-bottom: 6%;
    padding-bottom: 4%;
    border-bottom: 2px solid #52961d;
  }
  #top_rent h2 {
    border-top: 2px solid #52961d;
    height: auto;
    padding-top: 5%;
    padding-bottom: 0;
    color: #52961d;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 3.5%;
  }
  #top_rent h2 span {
    font-size: 24px;
  }
  #top_rent ul {
    width: 70%;
    background-color: #6eb82d;
    padding-top: 32px;
    padding-left: 1%;
    padding-right: 1%;
    background-image: url("../img/bk_rent_ul.png");
    background-repeat: no-repeat;
    background-position: 14px 7px;
  }
  #top_rent li {
    background-color: #FFFFFF;
    margin-bottom: 9px;
    margin-right: 0;
    text-align: left;
  }
  #top_rent li a {
    width: 88%;
    height: 20px;
    padding-left: 14%;
    padding-top: 16px;
    padding-bottom: 10px;
    display: block;
    background-repeat: no-repeat;
    background-position: 3px bottom;
    font-size: 13px;
    color: #336600;
  }
  #top_rent li a:hover {
    background-color: #DEFFCC;
  }
  .s_rent a {
    background-image: url("../img/ar_s_rent.png");
    background-size: 30px;
  }
  .s_office a {
    background-image: url("../img/ar_s_office.png");
    background-size: 30px;
  }
  /* ========== modal-content ========== */
  .modal-content {
    width: 85%;
    margin: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    border: 5px solid #FFFFFF;
    background-image: url(../img/bk_modalbox.png);
    background-repeat: repeat;
    position: fixed;
    display: none;
    z-index: 9999;
  }
  #modal-overlay {
    z-index: 9998;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .button-link {
    color: #00f;
    text-decoration: none;
  }
  .button-link:hover {
    cursor: pointer;
    color: #f00;
  }
  .modal_search_area {
    position: relative;
  }
  .modal_exit {
    clear: left;
    height: 36px;
    width: 36px;
    position: absolute;
    right: -5px;
    top: -32px;
  }
  .modal_exit a {
    border-radius: 50%;
    border: 4px solid #FFFFFF;
    background-color: #58b218;
    padding-top: 5px;
    height: 31px;
    width: 36px;
    display: block;
    font-size: 30px;
    font-family: "Arial Black", Gadget, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
  }
  .modal_exit a:hover {
    background-color: #488F15;
    color: #FFFFFF;
  }
  .modal_search_area h2 {
    background-color: #58b218;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 30px;
    padding-top: 1px;
    padding-bottom: 2px;
    background-image: url(../img/ar_modal_search.png);
    background-position: left top;
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-right: 0px;
    background-size: 25px 19px;
  }
  .modal_search_area p {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 10px;
  }
  .modal_search_area ul {}
  .modal_search_area li {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .modal_search_area li a {
    background-color: #74a84f;
    height: 56px;
    width: 56px;
    display: block;
    padding-top: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
  }
  .modal_search_area li a:hover {
    background-color: #97c577;
    text-decoration: underline;
  }
  .modal_search_area dl {
    padding-top: 1%;
    margin-left: 0px;
    margin-right: 0px;
    clear: left;
  }
  .modal_search_area dt {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10px;
    font-weight: bold;
    color: #3E3E3E;
  }
  .modal_search_area dd {
    float: left;
    margin-left: 0px;
    margin-right: 1%;
    margin-top: 0px;
    margin-bottom: 1%;
  }
  .modal_search_area dd a {
    background-color: #74a84f;
    height: 12px;
    width: 50px;
    display: block;
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 9px;
    line-height: 1em;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
  }
  .modal_search_area dd a:hover {
    background-color: #97c577;
    text-decoration: underline;
  }
  .modal_search_area dd a span {
    font-size: 7px;
  }
  /* ========== contents ========== */
  #cont {
    background-image: url(../img/br_footer.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    background-color: #fbf8eb;
    padding-bottom: 75px;
  }
  #cont .stage {
    width: 100%;
    background-color: #FFFFFF;
  }
  #left_contents {
    display: none;
    float: left;
    width: 220px;
  }
  #right_contents {
    width: 100%;
  }
  #wide_contents {
    width: 100%;
  }
  /* ========== right contents ========== */
  .br_h2_rent {
    background-image: url(../img/bk_h2_rent.png);
    background-repeat: repeat;
    background-position: left top;
    position: relative;
    height: 25px;
    width: 100%;
  }
  .br_h2_rent img {
    position: absolute;
    top: -15px;
    left: 0;
    width: 200px;
  }
  .br_h2_buy {
    background-image: url(../img/bk_h2_buy.png);
    background-repeat: repeat;
    background-position: left top;
    position: relative;
    height: 25px;
    width: 100%;
    margin-bottom: 15px;
  }
  .br_h2_buy img {
    position: absolute;
    top: -15px;
    left: 0;
    width: 200px;
  }
  /* ========== topix_banner ========== */
  .topix_banner {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .topix_banner ul {}
  .topix_banner li {
    float: left;
    width: 50%;
    margin-right: 0;
    text-align: center;
  }
  .topix_banner li img {
    width: 94%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
  }
  .topix_banner_left {
    float: none;
  }
  .topix_banner_right {
    float: none;
    display: none;
  }
  /* ========== topix_buy ========== */
  .topix_buy {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    width: 92%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 8%;
    overflow: hidden;
  }
  .topix_buy h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 2%;
  }
  .topix_buy_box {
    text-align: left;
    width: 48%;
    height: 280px;
    padding-top: 5px;
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 4%;
  }
  .box_end {
    margin-right: 4% !important;
  }
  .boxsp_end {
    margin-right: 0 !important;
  }
  .topix_buy_box h3 {
    font-size: 12px;
    height: 18px;
    overflow: hidden;
    font-weight: bold;
  }
  .topix_buy_box a {
    color: #111111;
  }
  .photo {
    width: 99%;
    height: 160px;
    overflow: hidden;
    border: 0.5% solid #3b8e00;
    position: relative;
    margin-bottom: 5px;
  }
  .photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .madorisize {
    background-image: url(../img/bk_topix_green.png);
    background-position: center top;
    background-repeat: repeat;
    color: #FFFFFF !important;
    font-size: 14px;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    text-align: center;
    width: 98%;
    height: 23px;
    padding-top: 5px;
    padding-right: 2%;
  }
  .kotsu {
    width: 90%;
    height: 24px;
    padding-top: 8px;
    padding-left: 10%;
    overflow: hidden;
    word-spacing: -1px;
    background-image: url(../img/ar_topix_eki.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 11px;
    line-height: 7px;
    font-weight: bold;
    margin-bottom: 2px;
  }
  .kotsu span {
    display: block;
  }
  .syozai {
    width: 90%;
    height: 15px;
    padding-top: 5px;
    padding-left: 10%;
    overflow: hidden;
    word-spacing: -1px;
    background-image: url(../img/ar_topix_add.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 2px;
  }
  .syozai span {
    display: none;
  }
  .onepoint {
    display: none;
    color: #353535;
    font-size: 11px;
    line-height: 15px;
    width: 96%;
    height: 45px;
    padding-top: 3px;
    overflow: hidden;
    padding-left: 2%;
    padding-right: 2%;
  }
  /* ========== topix_end ========== */
  .topix_end {
    clear: both;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6%;
  }
  .topix_end a {}
  .topix_end img {
    width: 90%;
    height: auto;
    margin-right: 4%;
  }
  /* ========== topix_manual ========== */
  #topix_manual {
    display: none;
  }
  #topix_manual_smp {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  #topix_manual_smp img {
    width: 95%;
    height: auto;
  }
  /* ========== left menu ========== */
  /* ========== side_shop ========== */
  .side_shop {
    background-color: #ffebea;
    border: 1px solid #d79f9d;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .side_shop_upper {
    font-size: 10px;
    color: #5ab012;
    font-weight: bold;
  }
  .side_shop h2 {
    font-size: 14px;
    font-weight: bold;
  }
  .side_shop h2 span {
    font-size: 18px;
  }
  .side_shop_photo {
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
  }
  .side_shop p {
    padding-bottom: 5px;
    line-height: 1.5em;
  }
  .side_shop ul {}
  .side_shop li {
    margin-top: 5px;
  }
  /* ========== side_calendar ========== */
  .calendar {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 5px;
  }
  .calendar caption {
    font-weight: bold;
  }
  .calendar th {
    background-color: #FFFFFF;
    text-align: center;
  }
  .calendar td {
    text-align: center;
    line-height: 1em;
    height: 26px;
  }
  .calendar td div {
    padding-top: 1px;
  }
  .calendar-cell-empty {
    background-color: #FFFFFF;
  }
  .calendar-cell-business-day {
    background-color: #FFFFFF;
  }
  .calendar-cell-holiday {
    background-color: #FFEBEC;
  }
  /* ========== side_staff ========== */
  .side_staff {
    margin-bottom: 15px;
  }
  /* ========== side_cm ========== */
  .side_cm {
    margin-bottom: 15px;
  }
  /* ========== side_gakku ========== */
  .side_gakku {
    margin-bottom: 10px;
  }
  /* ========== side_banner ========== */
  .side_banner {
    margin-bottom: 10px;
  }
  .side_banner li {
    margin-bottom: 5px;
  }
  /* ===== smp contents ====== */
  #smp_contents {
    display: block;
    text-align: center;
	padding-bottom: 4%;
  }
  #smp_contents ul {
    padding-top: 2%;
    margin-bottom: 5%;
  }
  #smp_contents li {
    margin-bottom: 2%;
  }
  .bt_smp_img {
  	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
  }
  .bt_smp_img img {
  	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
  }
.bt_smp_img_aeon {
  	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
  }
  .bt_smp_img_aeon img {
  	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
  }
  .bt_smp_g {
    -moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
    box-shadow: inset 0px 1px 0px 0px #a4e271;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
    background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809', GradientType=0);
    background-color: #89c403;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528009;
    margin-left: auto;
    margin-right: auto;
  }
  .bt_smp_g:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
    background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
    background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
    background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
    background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
    background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403', GradientType=0);
    background-color: #77a809;
    color: #ffffff;
  }
  .bt_smp_g:active {
    position: relative;
    top: 1px;
  }
  .bt_smp_b {
    -moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
    box-shadow: inset 0px 1px 0px 0px #bee2f9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
    background: -moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
    background: -webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
    background: -o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
    background: -ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
    background: linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf', GradientType=0);
    background-color: #63b8ee;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #6390C9;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528009;
    margin-left: auto;
    margin-right: auto;
  }
  .bt_smp_b:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
    background: -moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
    background: -webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
    background: -o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
    background: -ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
    background: linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee', GradientType=0);
    background-color: #468ccf;
    color: #ffffff;
  }
  .bt_smp_b:active {
    position: relative;
    top: 1px;
  }
  .bt_smp_w {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
    background-color: #f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #BBBBBB;
    display: inline-block;
    cursor: pointer;
    color: #707070;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
  }
  .bt_smp_w:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
    background-color: #e9e9e9;
    color: #707070;
  }
  .bt_smp_w:active {
    position: relative;
    top: 1px;
  }
  /* ========== seo_info ========== */
  .seo_info {
    background-image: url(../img/bk_seo_info.png);
    background-position: center top;
    background-repeat: repeat;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .seo_info h2 {
    color: #3a7606;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }
  .seo_info p {
    font-size: 12px;
  }
  /* ========== pagetop ========== */
  #pagetop {
    position: fixed;
    bottom: 60px;
    right: 20px;
  }
  /* ========== footer ========== */
  #footer {
    background-color: #71b21d;
    text-align: center;
    margin-bottom: 60px;
  }
  #footer .stage {
    padding-top: 0px;
  }
  .flogo {
    float: none;
    padding-bottom: 2%;
    padding-right: 0px;
    padding-top: 2%;
  }
  .flogo img {
    width: 107px;
    height: auto;
  }
  .flink1 {
    display: none;
    height: auto;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flink1 li {
    float: left;
    margin-right: 20px;
    border-right: 1px solid #FFFFFF;
    padding-right: 20px;
    margin-bottom: 5px;
  }
  .flink1 li:last-child {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
  }
  .flink1 li a {
    color: #FFFFFF;
    font-size: 11px;
  }
  .flink2 {
    display: none;
    clear: left;
    color: #FFFFFF;
    height: auto;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
  .flink2 li {
    float: left;
    margin-right: 20px;
    border-right: 1px solid #FFFFFF;
    padding-right: 20px;
    margin-bottom: 5px;
  }
  .flink2 li:last-child {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
  }
  .flink2 li a {
    color: #FFFFFF;
    font-size: 11px
  }
  .flink3 {
    clear: left;
    color: #FFFFFF;
    height: autopx;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
  .flink3 li {
    float: left;
    margin-right: 0px;
    border: none;
    padding-right: 20px;
    margin-bottom: 5px;
  }
  .flink3 li:last-child {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
  }
  .flink3 li a {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: underline;
  }
  .footnavi {
    display: none;
  }
  .fnavi01 {
    background-image: url(../img/ar_hnavi1.png);
    background-position: left 40%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
  }
  .fnavi02 {
    background-image: url(../img/ar_hnavi2.png);
    background-position: left 40%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
  }
  .fnavi03 {
    background-image: url(../img/ar_hnavi3.png);
    background-position: left 40%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
  }
  .footinfo {
    clear: both;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footinfo strong {
    font-size: 15px;
    line-height: 1.8em;
  }
  .footinfo dl {
    margin-left: 0px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
  }
  .footinfo dt {
    clear: none;
    float: none;
    padding-left: 15px;
    margin-bottom: 2%;
  }
  .footinfo dd {
    float: none;
    padding-left: 15px;
    margin-bottom: 1%;
  }
  .footinfo a {
    color: #FFFFFF;
  }
  address {
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 1.2em;
  }
  address span {
    display: none;
  }
  #fnavi {
    display: block;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.60);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 8px;
  }
  #fnavi1 {
    float: left;
    margin-left: 5%;
    width: 42%;
    height: 36px;
    line-height: 16px;
    display: block;
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    padding-top: 5px;
    border-radius: 5px;
    /*background: rgba(0,102,204,.8);*/
    background: rgb(208, 228, 247); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(208, 228, 247, 1) 0%, rgba(115, 177, 231, 1) 24%, rgba(10, 119, 213, 1) 50%, rgba(83, 159, 225, 1) 79%, rgba(135, 188, 234, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(208, 228, 247, 1) 0%, rgba(115, 177, 231, 1) 24%, rgba(10, 119, 213, 1) 50%, rgba(83, 159, 225, 1) 79%, rgba(135, 188, 234, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(208, 228, 247, 1) 0%, rgba(115, 177, 231, 1) 24%, rgba(10, 119, 213, 1) 50%, rgba(83, 159, 225, 1) 79%, rgba(135, 188, 234, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e4f7', endColorstr='#87bcea', GradientType=0); /* IE6-9 */
  }
  #fnavi1:hover {
    background: rgba(0, 102, 204, .8);
  }
  #fnavi2 {
    float: right;
    margin-right: 5%;
    width: 42%;
    height: 36px;
    line-height: 16px;
    display: block;
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    padding-top: 5px;
    border-radius: 5px;
    /*background: rgba(0,102,204,.8);*/
    background: rgb(208, 228, 247); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(208, 228, 247, 1) 0%, rgba(115, 177, 231, 1) 24%, rgba(10, 119, 213, 1) 50%, rgba(83, 159, 225, 1) 79%, rgba(135, 188, 234, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(208, 228, 247, 1) 0%, rgba(115, 177, 231, 1) 24%, rgba(10, 119, 213, 1) 50%, rgba(83, 159, 225, 1) 79%, rgba(135, 188, 234, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(208, 228, 247, 1) 0%, rgba(115, 177, 231, 1) 24%, rgba(10, 119, 213, 1) 50%, rgba(83, 159, 225, 1) 79%, rgba(135, 188, 234, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e4f7', endColorstr='#87bcea', GradientType=0); /* IE6-9 */
  }
  #fnavi2:hover {
    background: rgba(0, 102, 204, .8);
  }
  .fmenu1 {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    height: 32px;
    width: 32px;
    background-position: center top;
    background-size: contain;
    background-image: url(../img/fnavi_mail.png);
    background-repeat: no-repeat;
  }
  .fmenu2 {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    height: 32px;
    width: 32px;
    background-position: center top;
    background-size: contain;
    background-image: url(../img/fnavi_tel.png);
    background-repeat: no-repeat;
  }
  /* ========== access ========== */
  #map_canvas {
    border: 1px solid #9A9A9A;
    ;
    width: 98% !important;
    height: 600px !important;
  }
  .accessinfo {
    border: 1px solid #71b21d;
    ;
    color: #FFFFFF;
    background-color: #71b21d;
    ;
    width: 88%;
    padding-left: 5% !important;
    padding-top: 10px !important;
    padding-right: 5% !important;
    padding-bottom: 0px !important;
    text-align: center;
  }
  .accessinfo p {
    width: 98%;
    float: none;
    line-height: 1.6em;
    font-size: 14px;
    text-align: left;
    padding-left: 0px;
  }
  .accessinfo span {
    font-weight: bold;
  }
  .access_img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    float: none;
    border: 3px double #FFFFFF;
  }
  /* ========== jigyo ========== */
  .jigyo {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
    margin-bottom: 25px;
  }
  .jigyo h2 {
    font-size: 20px;
    margin-bottom: 20px;
    border-left: 10px solid #71b21d;
    ;
    padding-left: 15px;
    line-height: 1.6em;
  }
  .jigyo h3 {
    padding-top: 15px;
    font-size: 12pt;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
  }
  .jigyo p {
    font-size: 13px;
    line-height: 1.7em;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .jigyo table {
    border-collapse: collapse;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
  }
  .jigyo table th, .jigyo table td {
    padding-top: 15px;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 15px;
    border: 1px solid #BCBCBC;
    font-size: 14px;
    text-align: left;
	display:block;
	width:90%;
  }
  .jigyo table th {
    background-color: #eee;
    text-align: center;
    width:90%;
  }
  /* ========== gakku ========== */
  .gakku {
    padding-bottom: 4%;
    background-color: #FFFFFF;
    margin-bottom: 4%;
    text-align: center;
  }
  .gakku h2 {
    font-size: 20px;
    margin-bottom: 20px;
    border-left: 10px solid #71b21d;
    ;
    padding-left: 15px;
    line-height: 1.6em;
  }
  /* 学区一覧用 */
  .gakku_box {
    width: 90%;
    height: auto;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    background-color: #E3F0E1;
    padding-top: 2%;
    padding-right: 0;
    padding-left: 4%;
    padding-bottom: 4%;
  }
  .gakku_box p {
    float: none;
    text-align: left;
    font-size: 16px;
    padding-top: 1%;
    padding-bottom: 2%;
  }
  .gakku_box ul {
    float: right;
    width: 100%;
  }
  .gakku_box li {
    float: left;
    margin-left: 3%;
    width: 30%;
  }
  .gakku_box li a {
    background-color: #D4D4D4;
    border-radius: 15px;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #333333;
  }
  .gakku_box li a:hover {
    background-color: #B6B6B6;
  }
  /* 学区別検索用 */
  .gakku_box2 {
    width: 90%;
    height: auto;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    background-color: #E3F0E1;
    padding-top: 2%;
    padding-right: 0;
    padding-left: 4%;
    padding-bottom: 4%;
  }
  .gakku_box2 p {
    float: none;
    text-align: left;
    font-size: 16px;
    padding-top: 1%;
    padding-bottom: 2%;
  }
  .gakku_box2 ul {
    float: none;
    width: 100%;
  }
  .gakku_box2 li {
    float: left;
    margin-right: 3%;
    width: 70%;
  }
  .gakku_box2 li a {
    background-color: #D4D4D4;
    border-radius: 15px;
    display: block;
    width: 240px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #333333;
  }
  .gakku_box2 li a:hover {
    background-color: #B6B6B6;
  }
  /* ========== kiyaku/privacy ========== */
  .policy_head {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .policy_text {
    padding-bottom: 15px;
  }
  /*--staff--*/
  .staff {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .staff h2 {
    font-size: 20px;
    margin-bottom: 20px;
    border-left: 10px solid #71b21d;
    padding-left: 15px;
    line-height: 1.6em;
  }
  .staffinfo {
    background-image: url(../img/staff/ar_stafftitle.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #91855a;
    font-weight: bold;
    padding-left: 23px;
    margin-right: 4%;
    margin-left: 4%;
    font-size: 15px;
    line-height: 20px;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .staffbox {
    height: auto;
    width: 86%;
    margin-top: 0;
    margin-bottom: 8%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
    padding-right: 3%;
    padding-bottom: 8%;
    padding-left: 3%;
    border: 1px solid #988878;
    background-image: url("../img/bk_paper.png");
  }
  .staffbox_left {
    float: none;
    width: 100%;
    padding-top: 4%;
  }
  .staffbox_right {
    float: none;
    width: 100%;
  }
  .staffbox h3 {
    font-size: 21px;
    font-weight: bold;
  }
  .staffbox h3 span {
    font-size: 12px;
    font-weight: normal;
  }
  .staffprofile {
    background-image: url(../img/staff/bk_staffprofile.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
	background-size: contain;
    height: 45px;
	width: 94%;
    padding-top: 20px;
    padding-left: 20px;
  }
  .staffphoto {
    width: 100%;
    text-align: center;
    padding-bottom: 4%;
  }
  .staffphoto img {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .staffinbox h4 {
    background-image: url(../img/staff/bk_stafflist.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    width: 50px;
    padding-right: 10px;
    padding-left: 24px;
    padding-top: 9px;
    padding-bottom: 10px;
    letter-spacing: 0.3em;
    text-align: left;
    vertical-align: top;
  }
  .staffinbox p {
    padding-right: 10px;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 10px;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.6em;
  }
  .staffstyle {
    background-image: url(../img/staff/bk_staffstyle.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
	background-size: contain;
    height: 45px;
    width: 94%;
    padding-top: 20px;
    padding-left: 20px;
  }
  /*--voice--*/
  .voice {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .voice h2 {
    font-size: 20px;
    margin-bottom: 20px;
    border-left: 10px solid #71b21d;
    padding-left: 15px;
    line-height: 1.6em;
  }
  .voice_box {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 6%;
    padding-bottom: 6%;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6%;
    background-image: url("../img/bk_paper.png");
    text-align: center;
  }
  .voice_box h3 {
    padding-bottom: 1%;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #58b218;
    text-align: left;
  }
  .voice_img img {
    border: 3px double #CCC;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
    float: none;
  }
  .voice_txt {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
    width: 90%;
    font-size: 14px;
    line-height: 1.6em;
    text-align: left;
  }
  .voice_shop {
    font-weight: bold;
    margin-bottom: 3%;
  }
  
  
  /*--news_list--*/
.newslist {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.newslist  h2 {
    font-size: 20px;
    margin-bottom: 20px;
    border-left: 10px solid #71b21d;
    padding-left: 15px;
    line-height: 1.6em;
}
.newslist_box {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 3%;
  padding-bottom: 6%;
  width: 90%;
  margin-bottom: 6%;
  background-image: url("../img/bk_paper.png");
}
.newslist_box h3 {
	padding-bottom: 1%;
  margin-bottom: 3%;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: bold;
  border-bottom: 3px solid  #58b218;
}

.newslist_date {
	margin-bottom: 15px;
}
.newslist_img1 {
  position: relative;
  width: 100px;
  float: right;
  margin-left: 25px;
  margin-bottom: 20px;
  border: 1px solid #58b218;
}
.newslist_img1:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.newslist_img1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.newslist_txt {
	width: 100%;
	margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 1.6em;
}

/*--news_detail--*/
.news {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.news h2 {
    font-size: 20px;
    margin-bottom: 20px;
    border-left: 10px solid #71b21d;
    padding-left: 15px;
    line-height: 1.6em;
}
.news_box {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 3%;
  padding-bottom: 6%;
  width: 90%;
  margin-bottom: 6%;
  background-image: url("../img/bk_paper.png");
}
.news_box h3 {
	padding-bottom: 1%;
  margin-bottom: 3%;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: bold;
  border-bottom: 3px solid  #58b218;
}

.news_date {
	margin-bottom: 15px;
}
.news_img1 {
  position: relative;
  width: 100px;
  float: right;
  margin-left: 25px;
  margin-bottom: 20px;
  border: 1px solid #58b218;
}
.news_img1:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.news_img1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.news_img2 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.news_img2 img {
	width: 100%;
	height: auto;
	margin-bottom: 25px;	
}
.news_img3 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.news_img3 img {
	width: 100%;
	height: auto;
	margin-bottom: 25px;		
}


.news_img img {
  border: 1px solid #CCC;
  width: 360px;
  float: left;
  box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
}

.news_txt {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 6%;
	font-size: 15px;
	line-height: 1.6em;
}
.news_under_line {
	border-bottom: 3px solid  #58b218;
}
.news_next {
	float: right;
	width: 40%;
	text-align: right;
}
.news_next a {
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 15px;
}
.news_prev {
	float: left;
	width: 40%;
	text-align: left;
}
.news_prev a {
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 15px;
}
.news_golist {
	clear: both;
	width: 33%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
}
  
  
  /* ========== buy & sell ========== */
  .buy {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 3%;
    padding-right: 3%;
    background-color: #FFFFFF;
    margin-bottom: 25px;
  }
  .buy h2 {
    font-size: 18px;
    margin-bottom: 10px;
    border-left: 10px solid #71b21d;
    ;
    padding-left: 15px;
    line-height: 1.6em;
  }
  .sell {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 3%;
    padding-right: 3%;
    background-color: #FFFFFF;
    margin-bottom: 25px;
  }
  .sell h2 {
    font-size: 18px;
    margin-bottom: 10px;
    border-left: 10px solid #71b21d;
    ;
    padding-left: 15px;
    line-height: 1.6em;
  }
  .lend {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 3%;
    padding-right: 3%;
    background-color: #FFFFFF;
    margin-bottom: 25px;
  }
  .lend h2 {
    font-size: 18px;
    margin-bottom: 10px;
    border-left: 10px solid #71b21d;
    ;
    padding-left: 15px;
    line-height: 1.6em;
  }
  .mlFlow {
    padding-top: 5px;
    margin-bottom: 20px;
    margin: 0 auto;
    width: 100%;
  }
  .mlFlow > div.main_column {
    padding-left: 4px;
    width: 98%;
  }
  .buy .mlFlow > div.main_column > div.flow_steps {
    margin-bottom: 20px;
    padding-top: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    border-top: none;
    background: url("../buy/images/bg_border_box_top.png") left -2px repeat-x
  }
  .sell .mlFlow > div.main_column > div.flow_steps {
    margin-bottom: 20px;
    padding-top: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    border-top: none;
    background: url("../sell/images/bg_border_box_top.png") left -2px repeat-x
  }
  .lend .mlFlow > div.main_column > div.flow_steps {
    margin-bottom: 20px;
    padding-top: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    border-top: none;
    background: url("../lend/images/bg_border_box_top.png") left -2px repeat-x
  }
  .mlFlow > div.main_column > div.flow_steps > h3 {
    margin-left: -4px;
    padding: 8px 0px 6px;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 31px
  }
  .mlFlow > div.main_column > div.flow_steps > h3 > div.image_box {
    margin-right: 10px;
    float: left
  }
  .mlFlow > div.main_column > div.flow_steps > div.flow_detail {
    padding: 20px;
    overflow: hidden;
    background: url("../buy/images/border_dashed.png") left top repeat-x
  }
  .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_img {
    float: none;
  }
  .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    float: none;
  }
  .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > span.txt_emphasis {
    margin-top: 15px;
    font-size: 14px;
    color: #da6017;
    font-weight: bold;
    display: block
  }
  .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.txt_point {
    margin-top: 15px;
    font-weight: bold;
    line-height: 18px
  }
  .buy .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.txt_point > li {
    padding-left: 12px;
    background-image: url("../buy/images/icn_circle_s.png");
    background-position: left 4px;
    background-repeat: no-repeat
  }
  .sell .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.txt_point > li {
    padding-left: 12px;
    background-image: url("../sell/images/icn_circle_s.png");
    background-position: left 4px;
    background-repeat: no-repeat
  }
  .lend .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.txt_point > li {
    padding-left: 12px;
    background-image: url("../lend/images/icn_circle_s.png");
    background-position: left 4px;
    background-repeat: no-repeat
  }
  .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.txt_point > li {
    margin-top: 15px
  }
  .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.no_block_space {
    margin-top: 0px
  }
  .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.li_float {
    overflow: hidden
  }
  .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.li_float > li {
    float: left
  }
  .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.li_float > li.fixed_width {
    width: 220px
  }
  .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.flow_link {
    margin-top: 15px;
    line-height: 17px;
    overflow: hidden
  }
  .buy .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.flow_link > li {
    padding-left: 22px;
    background-image: url("../buy/images/icn_circle_arrow.png");
    background-position: left top;
    background-repeat: no-repeat
  }
  .sell .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.flow_link > li {
    padding-left: 22px;
    background-image: url("../sell/images/icn_circle_arrow.png");
    background-position: left top;
    background-repeat: no-repeat
  }
  .lend .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.flow_link > li {
    padding-left: 22px;
    background-image: url("../lend/images/icn_circle_arrow.png");
    background-position: left top;
    background-repeat: no-repeat
  }
  .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.flow_link > li {
    margin-right: 20px;
    float: left
  }
  .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.flow_link > li > a {
    font-size: 14px;
    font-weight: bold
  }
  .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.block_space {
    margin-bottom: 15px
  }
  .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.block_space {
    margin-bottom: 20px
  }
  .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.additional_info {
    float: left
  }
  .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.additional_info > img {
    margin-top: 15px
  }
  .image_fit {
    width: 100%;
    height: auto;
  }
  /* ========== jirei ========== */
  .jirei {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
    margin-bottom: 25px;
  }
  .jirei h2 {
    font-size: 20px;
    margin-bottom: 20px;
    border-left: 10px solid #71b21d;
    ;
    padding-left: 15px;
    line-height: 1.6em;
  }
  .jirei h3 {
    font-size: 24px;
    padding-top: 18px;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-left: 25px;
    height: 25px;
  }
  .h3green {
    background-image: url(../img/bk_h3_green.png);
    background-repeat: repeat-x;
    background-position: left top;
  }
  .h3pink {
    background-image: url(../img/bk_h3_pink.png);
    background-repeat: repeat-x;
    background-position: left top;
  }
  .h3orange {
    background-image: url(../img/bk_h3_orange.png);
    background-repeat: repeat-x;
    background-position: left top;
  }
  .jirei h4 {
    font-size: 28px;
    margin-bottom: 20px;
    border-left: 10px solid #58b218;
    padding-left: 15px;
    line-height: 1.6em;
  }
  .jirei p {
    font-size: 13px;
    line-height: 1.7em;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .jirei_area {
    padding-top: 0px;
    width: 100%;
    height: auto;
  }
  .jirei_box {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .jirei_box img {
    width: 100%;
    height: auto;
  }
  .jirei_photo {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #DADADA;
    padding: 0;
  }
  .jirei_photo img {
    width: 300px;
    height: auto;
  }
  .jirei_photo1 {
    float: left;
    border: 1px solid #DADADA;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .jirei_photo1 .yoko {
    width: 300px;
    height: auto;
  }
  .jirei_photo1 .tate {
    width: auto;
    height: 300px;
  }
  .jirei_photo2 {
    margin-bottom: 15px;
  }
  .jirei_photo2 img {
    width: 100%;
    height: auto;
  }
  .jirei_photo3 {
    float: left;
    border: 1px solid #DADADA;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #E8E8E8;
  }
  .jirei_photo3 .yoko {
    width: 150px;
    height: auto;
  }
  .jirei_photo3 .tate {
    width: auto;
    height: 150px;
  }
  .jirei_movie {
    border: none;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 5px;
    padding-bottom: 5px;
  }
  .jirei_movie iframe {
    width: 340px;
    height: 240px;
  }
  .jirei_table {
    border: 1px solid #B5B5B5;
    width: 100%;
  }
  .jirei_table th {
    background-color: #6fc23e;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    width: 35%;
  }
  .jirei_table td {
    border-bottom: 1px solid #B5B5B5;
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
  }
  
  
  /* ========== sell baikyaku ========== */
  /* outline

------------------------------*/
.l-page {
	display: none;
}
  .s-page {
  	display: block;
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
	margin-bottom: 8%;
  }
  .s-page a {
    text-decoration: none;
  }
  .s-page a:hover {
    opacity: .8;
  }
  #pt {
    background-color: #fff;
  }
  #pt h2 {
    font-size: 21px;
	line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    border: none;
    padding: 0;
  }
  #pt .container {
    position: relative;
    margin: 0 auto;
	width: 100%;
  }
  .reason {
    margin: 0 auto;
    padding: 0 2.5vw;
  }
  #pt .mv {
    overflow-x: clip;
    background-image: url(../sell/images/mv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 67vw;
    margin: 0 auto;
  }
  #pt .mv .container {
    padding-top: 16vw;
    height: 46.667vw;
  }
  #pt .mv .msg {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 7.067vw;
    font-weight: 500;
    line-height: 10.333vw;
    color: #fff;
    text-shadow: 0px 3px 5px rgb(0 0 0 / 30%);
    padding-right: 0;
    letter-spacing: 0em;
    padding-top: 2vw;
  }
  #pt .mv .label {
    padding-top: 5.533vw;
    text-align: center;
    position: absolute;
    right: 3.333vw;
    bottom: -27.333vw;
    width: 21.333vw;
    height: 15.333vw;
    background-color: #65B820;
    font-size: 3.7vw;
    line-height: 5vw;
    border-radius: 20vw;
    color: #fff;
    font-weight: 500;
  }
  #pt .sec01 {
    padding-top: 10.667vw;
	margin-bottom: 8%;
  }
  #pt .sec01 h2, #pt .sec02 h2, #pt .sec03 h2 {
    color: #65B820;
  }
  #pt .sec01 h2 {
    margin-bottom: 2.5vw;
    border-bottom: none;
  }
  #pt .sec01 .flow {
    display: block;
    background-image: url(../sell/images/flow_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8%;
    height: 98vw;
    bottom: 30vw;
  }
  #pt .sec01 .flow li {
    position: relative;
    flex-shrink: 1;
    margin-right: 6.133vw;
    width: 86vw;
    height: 13.333vw;
    border: 2px solid #E5E5E5;
    background-color: #fff;
    text-align: center;
    margin: 0 auto 5vw;
  }
  #pt .sec01 .flow li:last-child {
    border: 2px solid #65B820;
  }
  #pt .sec01 .flow li span {
    position: absolute;
    display: flex;
    height: 7.733vw;
    top: 1.333vw;
    left: 3%;
    transform: none;
    font-weight: 400;
    color: #65B820;
    font-size: 6.333vw;
  }
  #pt .sec01 .flow li p {
    position: absolute;
    top: 3.333vw;
    left: 16%;
    transform: none;
    writing-mode: horizontal-tb;
    -ms-writing-mode: bt-rl;
    text-align: left;
    font-size: 4vw;
    font-weight: 500;
  }
  #pt .sec01 .flow img {
    position: absolute;
    top: 32%;
    right: 2%;
	left: auto;
	bottom: auto;
    transform: none;
    width: 6vw;
    height: 6vw;
  }
  #pt .sec02 {
    padding-top: 14.667vw;
	margin-bottom: 6%;
  }
  #pt .sec02 h2 {
    margin-bottom: 2.933vw;
  }
  #pt .sec02 .desc {
    margin-bottom: 0;
    font-size: 3.7vw;
    line-height: 5.533vw;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 4vw auto 9.667vw;
  }
  #pt .sec02 .how {
  	 width: 100%;
    display: block;
    justify-content: space-between;
  }
  #pt .sec02 .how .way .way01 {
     width: 100%;
    height: 137.333vw;
  }
  #pt .sec02 .how .way .way02 {
     width: 100%;
    height: 148vw;
  }
  #pt .sec02 .how .way {
    position: relative;
    padding: 0px 3.667vw;
    background-color: #fff;
    background-repeat: no-repeat;
  }
  #pt .sec02 .how .way.way01 {
    border: 2px solid #EB7A47;
    background-image: url(../sell/images/way01.svg);
    margin: 0 auto;
    background-size: 100%;
     width: 75vw;
    height: 137.333vw;
  }
  #pt .sec02 .how .way.way02 {
    border: 2px solid #48B3B7;
    background-image: url(../sell/images/way02.svg);
    margin: 6vw auto 0;
    background-size: 100%;
     width: 75vw;
    height: 148vw;
    margin-bottom: -3vw;
  }
  #pt .sec02 .how .way .label {
    padding-top: 4.333vw;
    text-align: center;
    position: absolute;
    font-weight: 600;
    right: 3.667vw;
    top: -2.667vw;
    width: 18.333vw;
    height: 14vw;
    background-color: #fff;
    font-size: 3.4vw;
    line-height: 4.2vw;
    border-radius: 20vw;
    color: #fff;
  }
  #pt .sec02 .how .way.way01 .label {
    border: 2px solid #EB7A47;
    color: #EB7A47;
  }
  #pt .sec02 .how .way.way02 .label {
    border: 2px solid #48B3B7;
    color: #48B3B7;
  }
  #pt .sec02 .how .way h3 {
    text-align: center;
    margin-bottom: 6.667vw;
    margin-top: 4vw;
    font-size: 5.5vw;
    line-height: 4.8vw;
    color: #fff;
    font-weight: 400;
  }
  #pt .sec02 .how .way h4 {
    margin-bottom: 1.333vw;
    display: block;
    text-align: center;
    width: 28.667vw;
    height: 7vw;
    line-height: 3.733vw;
    border-radius: 0.4vw;
    font-size: 3.7vw;
    font-weight: 400;
    color: #Fff;
    padding-top: 1.5vw;
    margin-top: 8vw;
  }
  #pt .sec02 .how .way.way01 h4 {
    background-color: #EB7A47;
  }
  #pt .sec02 .how .way.way02 h4 {
    background-color: #48B3B7;
  }
  #pt .sec02 .how .way ul {
    margin-bottom: 7.4vw;
    padding-bottom: 8.667vw;
    background-image: url(../sell/images/line.svg);
    background-position: bottom;
    background-repeat: no-repeat;
  }
  #pt .sec02 .how .way ul.merit {
  height: auto;
}
  #pt .sec02 .how .way .way01 ul.merit {
    height: 20.8vw;
  }
  #pt .sec02 .how .way .way02 ul.merit02 {
    height: 20.8vw;
  }
  #pt .sec02 .how .way ul li.demerit_txt {
    position: relative;
    padding: 0.5vw 4.3vw 0;
    font-size: 3.4vw;
    line-height: 5vw;
    letter-spacing: 0.01em;
    padding-right: 9.3vw;
  }
  #pt .sec02 .how .way ul li.demerit_txt::before {
    position: absolute;
    left: 0;
    content: "・";
  }
  #pt .sec02 .how .way ul li.demerit_txt02 {
    position: relative;
    padding: 0.5vw 4.3vw 0;
    font-size: 3.4vw;
    line-height: 5.4vw;
    padding-right: 4vw;
  }
  #pt .sec02 .how .way ul li.demerit_txt02::before {
    position: absolute;
    left: 0;
    content: "・";
  }
  #pt .sec02 .how .way ul li {
    position: relative;
    padding-left: 4.133vw;
    font-size: 3.4vw;
    line-height: 3vw;
    letter-spacing: 0.01em;
    padding-top: 2.5vw;
  }
  #pt .sec02 .how .way ul li::before {
    position: absolute;
    left: 0;
    content: "・";
  }
  #pt .sec02 .how .way ul li.merit02 {
    position: relative;
    padding-left: 4.133vw;
    font-size: 3.4vw;
    line-height: 3vw;
    letter-spacing: 0.01em;
    padding-top: 2.5vw;
  }
  #pt .sec02 .how .way ul li.merit02::before {
    position: absolute;
    left: 0;
    content: "・";
  }
  #pt .sec02 .how .way .info {
    font-size: 3.8vw;
    line-height: 6vw;
    margin-top: 6.7vw;
  }
  #pt .sec02 .how .way.way01 .info_point {
    color: #EB7A47;
    line-height: 6vw;
    font-size: 3.8vw;
    margin-top: 2vw;
  }
  #pt .sec02 .how .way.way02 .info_point {
    color: #48B3B7;
    font-size: 3.8vw;
    margin-top: 2vw;
  }
  #pt .sec03 {
    padding-top: 10vw;
  }
  #pt .sec03 h2 {
    margin-bottom: 3.667vw;
    border-bottom: none;
  }
  #pt .sec03 h2 span {
    font-size: 5.333vw;
  }
  #pt .sec03 .reason li {
    margin-bottom: 6.667vw;
    padding-top: 0;
    padding-left: 3%;
    width: 100%;
    height: 37.333vw;
    background-size: contain;
  }
  #pt .sec03 .reason li:nth-child(1) {
    background-image: url(../sell/images/bg01.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 40vw;
    background-size: cover;
    /* right: -10vw; */
  }
  #pt .sec03 .reason li:nth-child(2) {
    background-image: url(../sell/images/bg02.png);
    background-repeat: no-repeat;
    /* width: 80vw; */
    height: 40vw;
  }
  #pt .sec03 .reason li:nth-child(3) {
    background-image: url(../sell/images/bg03.png);
    background-repeat: no-repeat;
    height: 40vw;
  }
  #pt .sec03 .reason li:nth-child(4) {
    background-image: url(../sell/images/bg04.png);
    background-repeat: no-repeat;
    height: 40vw;
  }
  #pt .sec03 .reason li:nth-child(5) {
    background-image: url(../sell/images/bg05.png);
    background-repeat: no-repeat;
    height: 40vw;
  }
  #pt .sec03 .reason li span {
    display: block;
    font-size: 28px;
    color: #65B820;
    font-weight: 700;
    line-height: 2.0em;
    padding-right: 4.667vw;
    padding-top: 0;
  }
  #pt .sec03 .reason li p {
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding-right: 4.667vw;
    /* padding-top: 4vw; */
  }
  #pt .sec03 .reason li:nth-child(2n) span, #pt .sec03 .reason li:nth-child(2n) p {
    text-align: right;
  }
  .reason_li {
    padding-left: 0;
  }
  #pt .sec04 {
    margin-top: 10.667vw;
    padding: 9.667vw 0;
    background-color: #F8F8F8;
	background-image: url(../img/br_top_end.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  }
  #pt .sec04 h2 {
    margin-bottom: 5vw;
  }
  .button_wrap {
  	display: block;
    width: 82.667vw;
    margin: 0 auto;
  }
  #pt .sec04 .button {
  	display: block;
}
#pt .sec04 .button .btn {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    width: 70vw;
    height: auto;
    font-size: 20px;
    color: #fff;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);
    border-radius: 5px;
    position: relative;
    align-items: center;
    padding-left: 0;
}
  #pt .sec04 .button_wrap .btn_1 .btn01 .satei {
    background-color: #65B820;
    width: 74vw;
    height: 10vw;
    font-size: 20px;
	font-weight: bold;
    color: #fff;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);
    border-radius: 0.667vw;
    position: relative;
    align-items: center;
    padding-left: 7.667vw;
    margin-bottom: 7vw;
    text-align: center;
    padding-top: 7%;
  }
  #pt .sec04 .button_wrap .btn_2 .btn02 .soudan {
    background-color: #EB7A47;
    width: 74vw;
    height: 10vw;
    font-size: 20px;
	font-weight: bold;
    color: #fff;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);
    border-radius: 0.667vw;
    position: relative;
    align-items: center;
    padding-left: 7.667vw;
    text-align: center;
    padding-top: 7%;
  }
  .btn01 .satei:before {
    content: "";
    background: url(../sell/images/btn01.png) no-repeat;
    background-size: cover;
    width: 4.7vw;
    height: 6.333vw;
    position: absolute;
    left: 13.6vw;
    top: 7.8vw;
    margin: -3.467vw 2vw 0 0;
  }
  .btn02 .soudan::before {
    content: "";
    background: url(../sell/images/btn02.png) no-repeat;
    background-size: cover;
    width: 6.3vw;
    height: 5vw;
    position: absolute;
    left: 12.6vw;
    top: 7.8vw;
    margin: -3.067vw 2vw 0 0;
  }

  
  
  
  /* ========== contact ========== */
  .contactform {
    padding-top: 15px;
  }
  .contactform h2 {
    font-size: 18px;
    text-align: center;
  }
  /* ========== rj_frame ========== */
  #rjarea {
    display: none;
  }
  #rjarea iframe {
    display: none;
  }
}