@charset "UTF-8";
/* Scss Document */
@media screen and (min-width: 737px) {
  body {
    font-size: 100% !important;
  }
  .pc-hide {
    display: none !important;
  }
  .is-fixed + .headerWrapperHeight {
    margin-top: 124px;
  }
  .miimo {
    color: #2b383f;
    line-height: 1.75;
  }
  .miimo * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .miimo a:hover {
    opacity: 0.7;
  }
  .miimo .page_title ._inner {
    width: 980px;
    margin: 0 auto;
    padding: 20px;
  }
  .miimo .page_title ._inner h1 a {
    color: #2b383f;
    font-size: 26px;
    text-decoration: none;
  }
  .miimo a:not(.underline_none) {
    color: #2b383f;
    text-decoration: underline;
  }
  .miimo .mv {
    position: relative;
    width: 100%;
  }
  .miimo .mv_movie {
    position: relative;
    min-width: 100%;
    min-height: 500px;
    overflow: hidden;
    background: url("../img/mv-pc.jpg") no-repeat;
    background-size: contain;
  }
  .miimo .mv_movie video {
    width: 100%;
    overflow: hidden;
  }
  .miimo .mv_movie_text {
    position: absolute;
    top: 50%;
    right: 130px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    font-size: 40px;
  }
  .miimo .mv_text_pc {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1600px;
    max-width: 83.3%;
    margin: auto;
  }
  .miimo .mv_text_sp {
    display: none;
  }
  .miimo .mv_text_box img {
    position: absolute;
    top: 50%;
    /*top: clamp(0, 0, 0);*/
    right: 16%;
    width: 24vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .miimo .item_title {
    min-width: 980px;
    background-color: #009844;
  }
  .miimo .item_title ._inner {
    width: 980px;
    margin: 0 auto;
  }
  .miimo .item_title h2 {
    padding: 19px 0;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
  }
  .miimo h3 {
    margin-top: -160px;
    padding-top: 160px;
    font-size: 36px;
    line-height: 0.8;
    text-align: center;
  }
  .miimo h3 small {
    color: #009844;
    font-size: 14px;
    font-weight: normal;
  }
  .miimo .section01 {
    background-color: #eceff1;
  }
  .miimo .section01 ._inner {
    width: 860px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .miimo .section01 h2 {
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
  }
  .miimo .section01 h2 small {
    color: #009844;
    font-size: 14px;
    font-weight: normal;
  }
  .miimo .section01_lead {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.625;
    text-align: center;
  }
  .miimo .section01_concept {
    margin-top: 50px;
    padding: 35px 35px 55px;
    border: 5px solid #efefef;
    text-align: center;
  }
  .miimo .section01_concept p {
    font-size: 28px;
    font-weight: bold;
  }
  .miimo .section01_concept ul {
    -webkit-justify-content: center;
    -webkit-flex-wrap: nowrap;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .miimo .section01_concept ul li {
    padding: 0 45px;
    border-left: 1px solid #282828;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
  }
  .miimo .section01_concept ul li:first-child {
    border-left: none;
  }
  .miimo .section01 .movie_box {
    margin: 40px auto;
    text-align: center;
  }
  .miimo .flexarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
  .miimo .flexarea.double {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .miimo .flexarea.double div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .miimo .flexarea.double div figure {
    margin-bottom: 5px;
  }
  .miimo .flexarea.double div figure img {
    width: 280px;
  }
  .miimo .flexarea.double dl {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .miimo .flexarea_pic figure img {
    width: 500px;
  }
  .miimo .flexarea_text {
    /*align-self: center;*/
    margin-left: 30px;
  }
  .miimo .flexarea_text.long {
    margin: 0 auto 55px;
  }
  .miimo .flexarea_text dt {
    /*&::after {
						content: '';
						display: block;
						background: #2C9942;
						margin-bottom: 15px;
						width: 50px;
						height: 2px;
					}*/
  }
  .miimo .flexarea_text dt h4, .miimo .flexarea_text dt h5 {
    /*202402change*/
    padding-bottom: 15px;
    /*font-size: 24px !important;*/
    font-size: 22px !important;
  }
  .miimo .flexarea_text dd p {
    /*font-weight: bold;*/
    /*202402change*/
    /*margin-bottom: 30px;*/
    margin-bottom: 15px;
    /*202402change*/
  }
  .miimo .flexarea_text dd p.caution {
    padding-left: 1em;
    /*font-size: 10px;*/
    /*202402change*/
    font-size: 12px;
    font-weight: normal;
    text-indent: -1em;
  }
  .miimo .detail {
    min-width: 980px;
  }
  .miimo .detail ._inner {
    width: 860px;
    margin: 0 auto;
    padding: 100px 0 50px;
  }
  .miimo .detail_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .miimo .detail_header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .miimo .detail_header_top figure {
    /*width: 235px;*/
    width: 306px;
    /*202402change*/
    margin-bottom: 25px;
  }
  .miimo .detail_header_text .catch {
    margin-top: 30px;
    color: #009844;
    font-size: 21px;
    font-weight: bold;
  }
  .miimo .detail_header_text .name {
    margin-top: 5px;
    font-size: 48px;
    font-weight: bold;
  }
  .miimo .detail_header_text_pricebox {
    /*202402change*/
    display: inline-block;
    margin-top: 5px;
    /*padding: 15px;*/
    padding: 24px 40px;
    border: 2px solid #ffffff;
    background: #ECEFF1;
    /*font-size: 12px;*/
    font-size: 14px;
    /*202402change*/
  }
  .miimo .detail_header_text_pricebox .price {
    margin-top: 10px;
    color: #cb0000;
    font-size: 29px;
    font-weight: bold;
    line-height: 1;
  }
  .miimo .detail_header_text_pricebox .pricesmall {
    margin-top: 10px;
    line-height: 1;
  }
  .miimo .detail_header_text_note {
    /*width: 210px;*/
    width: 306px;
    margin-top: 5px;
    margin-left: 1em;
    color: #CB0000;
    /*202402change*/
    font-size: 11px;
    line-height: 1.36;
    text-indent: -1em;
  }
  .miimo .detail_header_img {
    width: 554px;
    /*202402add*/
  }
  .miimo .detail_header_img_slider {
    width: 464px;
  }
  .miimo .detail_header_img_slider img {
    width: 100%;
  }
  .miimo .detail_header_img_slider p {
    margin-top: 15px;
  }
  .miimo .detail_header_img_slider p img {
    width: 100%;
  }
  .miimo .detail_header_img_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 464px;
    margin-top: 19px;
    list-style: none;
  }
  .miimo .detail_header_img_list li {
    width: 110px;
    margin-bottom: 10px;
  }
  .miimo .detail_header_img_list li:hover {
    cursor: pointer;
  }
  .miimo .detail_header_img_list li img {
    width: 100%;
  }
  .miimo .detail_body {
    margin-top: 60px;
  }
  .miimo .detail_body_speccover {
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .miimo .detail_body_speccover + p {
    margin-top: 10px;
    text-align: right;
  }
  .miimo .detail_body_spec {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
    max-width: 400px;
  }
  .miimo .detail_body_spec dl {
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px solid #cecece;
  }
  .miimo .detail_body_spec dl.heigher {
    height: 75px;
  }
  .miimo .detail_body_spec dl:first-child {
    border-top: 2px solid #cecece;
  }
  .miimo .detail_body_spec dl dt {
    padding: 15px 10px;
    font-size: 19px;
    font-weight: bold;
  }
  .miimo .detail_body_spec dl dd {
    padding: 15px 10px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
  }
  .miimo .detail_body .unit {
    margin-top: 10px;
    font-size: 12px;
    text-align: right;
  }
  .miimo .detail_body .unit sup {
    font-size: 10px;
    vertical-align: super;
  }
  .miimo .detail_body .unit2 {
    font-size: 12px;
  }
  .miimo .detail_body_pdfbtn {
    margin-top: 40px;
    text-align: center;
  }
  .miimo .detail_body_pdfbtn a {
    display: inline-block;
    position: relative;
    width: 406px;
    padding: 20px 20px 20px 20px;
    border: 2px solid #2b383f;
    text-decoration: none;
  }
  .miimo .detail_body_pdfbtn a:after {
    /*border-top: 2px solid #2b383f;
							border-right: 2px solid #2b383f;*/
    position: absolute;
    top: calc(50% - 9px);
    right: 20px;
    width: 17px;
    height: 18px;
    /*transform: rotate(45deg);*/
    /*margin-top: -5px;*/
    background: url("../img/icon-catalog.png") no-repeat;
    background-size: cover;
    content: '';
  }
  .miimo .detail_body_note {
    margin-top: 70px;
    color: #cb0000;
    text-align: center;
  }
  .miimo .detail_flex {
    width: 980px;
    margin: 60px auto 0;
  }
  .miimo .detail_flex h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .miimo .detail_flex h4:before {
    color: #009844;
    content: '■';
  }
  .miimo .detail_flex_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .miimo .detail_flex_list li {
    width: 300px;
  }
  .miimo .detail_flex_list li dl dt {
    margin: 20px auto 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
  }
  .miimo .detail_flex_list li dl dt small {
    font-size: 14px;
    font-weight: normal;
  }
  .miimo .detail_flex_list li dl dd .length {
    display: inline-block;
    margin-bottom: 10px;
  }
  .miimo .detail_flex_list li dl dd .length:not(:first-child) {
    margin-top: 20px;
  }
  .miimo .detail_flex_list li dl dd .length p {
    display: inline-block;
    margin-bottom: 0;
    padding: 3px 10px;
    /*202402add*/
    background: #7F8285;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  .miimo .detail_flex_list li dl dd .length p + small {
    font-size: 13px;
  }
  .miimo .detail_flex_list li dl dd .price {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: -0.3px;
  }
  .miimo .detail_flex_list li dl dd .price strong {
    color: #c00;
    font-size: 20px;
  }
  .miimo .detail_flex_list li dl dd .number {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .miimo .detail_flex_list li figure {
    border: 1px solid #CECECE;
  }
  .miimo .detail_maintenance {
    margin-top: 60px;
    text-align: center;
  }
  .miimo .detail_maintenance img {
    max-width: 860px;
  }
  .miimo .point ._inner {
    width: 980px;
    margin: 0 auto;
    padding: 70px 0 50px;
  }
  .miimo .point h3 {
    font-size: 36px;
    line-height: 0.8;
    text-align: center;
  }
  .miimo .point h3 small {
    color: #009844;
    font-size: 14px;
    font-weight: normal;
  }
  .miimo .point_list {
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .miimo .point_list dl {
    -ms-flex-preferred-size: 190px;
        flex-basis: 190px;
    max-width: 190px;
    padding: 25px 20px;
    border: 2px solid #009844;
    border-radius: 8px;
    text-align: center;
  }
  .miimo .point_list dl dt {
    color: #009844;
    font-size: 19px;
    font-weight: bold;
  }
  .miimo .point_list dl dt img {
    display: block;
    margin: 0 auto 10px;
  }
  .miimo .point_list dl dd {
    margin-top: 10px;
    color: #000000;
    font-size: 15px;
    line-height: 1.67;
  }
  .miimo .point .btn-more {
    margin-top: 65px;
  }
  .miimo .point h4.featuresLead {
    margin-top: 40px;
    font-size: 24px;
    text-align: center;
  }
  .miimo .point_text_lead {
    margin-top: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
    text-align: center;
  }
  .miimo .point_text_text {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
  }
  .miimo .point_text_img {
    margin: 30px auto 20px;
    text-align: center;
  }
  .miimo .point_text_cap {
    width: 980px;
    margin: 0 auto;
    padding-left: 1em;
    font-size: 12px;
    text-indent: -1em;
  }
  .miimo .point .intro_wrapper {
    margin-top: 50px;
  }
  .miimo .point .intro_wrapper_box {
    margin-bottom: 70px;
  }
  .miimo .point .intro_wrapper_box h5 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .miimo .point .intro_wrapper_box h5 span {
    color: #009844;
  }
  .miimo .point .intro_wrapper_box:last-child {
    margin-bottom: 0;
  }
  .miimo .point .intro_movie {
    margin: 60px auto;
    padding: 60px 0 80px;
    background: #ECEFF1;
    text-align: center;
  }
  .miimo .point .intro_movie h4 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: normal;
  }
  .miimo .feature {
    padding-bottom: 50px;
  }
  .miimo .feature.feature2 {
    padding-bottom: 0px;
  }
  .miimo .feature ._inner {
    width: 980px;
    margin: 0 auto;
    padding: 95px 0 30px;
  }
  .miimo .feature_tablist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 580px;
    margin: 40px auto 0;
  }
  .miimo .feature_tablist li > a {
    display: list-item;
    position: relative;
    width: 180px;
    padding: 10px 0;
    border: 1px solid #009844;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
  }
  .miimo .feature_tablist li > a::after {
    position: absolute;
    top: calc(50% - 2.5px);
    right: 15px;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 2px solid #009844;
    border-bottom: 2px solid #009844;
    content: '';
  }
  .miimo .feature_items h4 {
    margin-top: 60px;
    font-size: 28px;
  }
  .miimo .feature_items h4.feature_items_num {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .miimo .feature_items h4.feature_items_num.short {
    margin-top: 15px;
  }
  .miimo .feature_items h4 .num {
    color: #009844;
  }
  .miimo .feature .flexarea {
    padding: 10px 0 0;
  }
  .miimo .feature .flexarea.double dl {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .miimo .feature .flexarea:last-of-type {
    margin-bottom: 0;
  }
  .miimo .feature .intro_wrapper_voice {
    margin-bottom: 100px;
  }
  .miimo .monitor {
    background: #eceff1;
    /*202402add*/
  }
  .miimo .monitor ._inner {
    width: 980px;
    margin: 0 auto;
    padding: 80px 0;
  }
  .miimo .monitor h2 {
    position: relative;
    margin-top: -160px;
    margin-bottom: 70px;
    padding-top: 160px;
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
  }
  .miimo .monitor h2:after {
    display: block;
    width: auto;
    margin: 0 auto;
    padding-top: 5px;
    color: #009844;
    font-size: 14px;
    text-align: center;
    content: 'Mii-monitor';
  }
  .miimo .monitor_app_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 510px;
    margin: 0 auto;
  }
  .miimo .monitor_app_flex div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .miimo .monitor_app_flex div p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .miimo .monitor_app_flex div p .qrImg {
    width: auto;
    height: 71px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 737px) and (max-width: 736px) {
  .miimo .monitor_app_flex div p .qrImg {
    display: none;
  }
}

@media screen and (min-width: 737px) {
  .miimo .monitor_app_flex img {
    width: 100%;
  }
  .miimo .monitor div.mii-monitor-caution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-top: 1em;
    font-size: 12px;
  }
  .miimo .monitor h3.applyLeadCopy {
    margin: 3em 0 0;
    padding: 0;
    padding-left: 10px;
    border-left: 12px solid #22ac38;
    font-size: 24px;
    line-height: 34px;
    text-align: left;
  }
  .miimo .monitor .flexarea {
    margin-top: 50px;
  }
  .miimo .monitor .flexarea img {
    width: 380px !important;
    border-radius: 10px;
  }
  .miimo .monitor .flexarea_text {
    margin-left: 40px;
  }
  .miimo .monitor .flexarea_text dd > p {
    margin-bottom: 30px;
  }
  .miimo .monitor .flexarea_text dd > p sup {
    font-size: 12px;
    font-weight: normal;
    vertical-align: super;
  }
  .miimo .monitor .flexarea_text dd > p + .caution_num {
    margin-bottom: 0.2em;
    padding-left: 2.2em;
    font-size: 12px;
    font-weight: normal;
    text-indent: -2.2em;
  }
  .miimo .monitor_dekirukoto {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 860px;
    margin: 40px auto 50px;
    padding: 35px 40px 30px;
    border: 2px solid #22ac38;
    border-radius: 10px;
    background: #fff;
  }
  .miimo .monitor_dekirukoto h3 {
    margin-bottom: 1.6em;
    color: #22ac38;
    font-size: 22px;
    text-align: center;
  }
  .miimo .monitor_dekirukoto .listWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .miimo .monitor_dekirukoto .listWrapper ul li sup {
    font-size: 12px;
    font-weight: normal;
    vertical-align: super;
  }
  .miimo .monitor_dekirukoto .listWrapper ul li p:nth-child(1) {
    margin-top: 1em;
  }
  .miimo .monitor_dekirukoto .listWrapper ul li p.caution {
    margin-bottom: 0.2em;
    font-size: 12px;
    font-weight: normal;
  }
  .miimo .monitor_wrapper {
    margin-top: 70px;
  }
  .miimo .monitor_wrapper h3 {
    position: relative;
    margin-bottom: 70px;
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
  }
  .miimo .monitor_wrapper h3:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #009844;
    content: '';
  }
  .miimo .monitor_wrapper_img figcaption {
    margin-bottom: 20px;
    font-weight: bold;
  }
  .miimo .monitor_wrapper_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .miimo .monitor_wrapper_flex_item {
    width: 480px;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 10px;
    background: #eceff1;
  }
  .miimo .monitor_wrapper_flex_item:last-child {
    width: 100%;
    padding-right: 0;
  }
  .miimo .monitor_wrapper_flex_item h5 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .miimo .monitor_wrapper_flex_item h5::before {
    color: #009844;
    content: '●';
  }
  .miimo .monitor_wrapper_flex_item figure {
    margin: 35px auto 20px;
    text-align: center;
  }
  .miimo .monitor_wrapper_flex_item figure img {
    width: auto;
    height: 250px;
  }
  .miimo .monitor_wrapper_flex_item p {
    font-weight: bold;
  }
  .miimo .monitor_wrapper_flex_item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .miimo .monitor_wrapper_flex_item ul li {
    padding-right: .8em;
    font-weight: bold;
  }
  .miimo .monitor_wrapper_flex_item ul li::before {
    content: '・';
  }
  .miimo .interview {
    margin-top: 20px;
    background: #eceff1;
  }
  .miimo .interview ._inner {
    width: 980px;
    margin: 0 auto;
    padding: 110px 0 70px;
  }
  .miimo .interview_wrapper {
    margin-top: 40px;
  }
  .miimo .interview_wrapper_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
    padding: 60px;
    background: #fff;
  }
  .miimo .interview_wrapper_flex figure {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .miimo .interview_wrapper_flex figure img {
    width: 290px;
    height: 290px;
  }
  .miimo .interview_wrapper_flex dl {
    margin-left: 60px;
  }
  .miimo .interview_wrapper_flex dl dt h4 {
    margin-bottom: 30px;
    font-size: 26px;
    letter-spacing: -0.02em;
  }
  .miimo .interview_wrapper_flex dl dd h5 {
    font-size: 16px;
  }
  .miimo .interview_wrapper_flex dl dd p {
    line-height: 1.8;
  }
  .miimo .interview_wrapper_flex dl dd p.interview_btn a {
    display: block;
    position: relative;
    width: 320px;
    padding: 15px 0;
    border-radius: 5px;
    background: #009844;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .miimo .interview_wrapper_flex dl dd p.interview_btn a::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
  }
  .miimo .interview_wrapper_flex dl dd ul {
    margin: 30px auto;
    font-size: 12px;
    font-weight: bold;
  }
  .miimo .interview_wrapper_flex dl dd ul li {
    margin-left: 1.5em;
    padding-right: 30px;
    list-style: disc;
  }
  .miimo .waranty {
    min-width: 980px;
    background-color: #eceff1;
  }
  .miimo .waranty ._inner {
    width: 980px;
    margin: 0 auto;
    padding: 70px 0;
  }
  .miimo .waranty h3 {
    /*text-align: center;
				font-size: 27px;
				position: relative;
				margin-bottom: 70px;
				&:after {
					content: '';
					background-color: #009844;
					width: 50px;
					height: 3px;
					position: absolute;
					bottom: -30px;
					left: 50%;
					margin-left: -25px;
				}*/
  }
}

@media screen and (min-width: 737px) and (min-width: 737px) {
  .miimo .waranty h3 + p {
    margin-top: 1em;
    margin-bottom: 2em;
    text-align: center;
  }
}

@media screen and (min-width: 737px) {
  .miimo .waranty_list {
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .miimo .waranty_list dl {
    -ms-flex-preferred-size: 310px;
        flex-basis: 310px;
    max-width: 310px;
    padding: 20px 15px;
    background-color: #fff;
  }
  .miimo .waranty_list dl dt {
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 21px;
    font-weight: bold;
  }
  .miimo .waranty_list dl dt .icon {
    display: block;
    height: 170px;
    margin: 0 -15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eceff1;
  }
  .miimo .waranty_list dl dt img {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
  }
  .miimo .waranty_list dl dd {
    margin-top: 10px;
  }
  .miimo .waranty_list dl dd.href_inner {
    display: none;
  }
  .miimo .waranty .btn-more {
    margin-top: 65px;
  }
  .miimo .newstopics ._inner {
    width: 980px;
    margin: 0 auto;
    padding: 70px 0 34px;
  }
  .miimo .newstopics h3 {
    position: relative;
    margin-bottom: 70px;
    font-size: 27px;
    text-align: center;
  }
  .miimo .newstopics h3:after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #009844;
    content: '';
  }
  .miimo .newstopics .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    list-style: none;
  }
  .miimo .newstopics .flex .box.slick-slide {
    width: 310px;
    margin-right: 25px !important;
  }
  .miimo .newstopics .flex .box {
    background: #ebeff2;
  }
  .miimo .newstopics .flex .box:hover {
    opacity: 0.7;
  }
  .miimo .newstopics .flex .box .text_box p {
    margin-bottom: 0;
  }
  .miimo .newstopics .flex::after {
    display: block;
    width: 300px;
    content: "";
  }
  .miimo .newstopics .flex .box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 310px;
    background: #FFF;
  }
  .miimo .newstopics .flex .box img {
    display: block;
    width: 100%;
    text-align: center;
  }
  .miimo .newstopics .flex .box .text_box {
    padding: 20px;
    background: #ebeff2;
  }
  .miimo .newstopics .flex .box .text_box h4 {
    font-size: 22px;
  }
  .miimo .newstopics .flex .box .text_box p {
    font-size: 100%;
  }
  .miimo .newstopics .flex .flex_cap {
    /*padding: 5px 15px;*/
    background: #ebeff2;
    /*margin-top: 0 !important;*/
    /*margin-bottom: 10px !important;*/
    /*display: inline-block;*/
    text-align: left;
    /*font-size: 14px;*/
  }
  .miimo .newstopics .slick-prev,
  .miimo .newstopics .slick-next {
    width: 40px;
    height: 40px;
    background: #009845;
  }
  .miimo .newstopics .slick-prev:before,
  .miimo .newstopics .slick-next:before {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
    font-size: 38px;
  }
  .miimo .newstopics .slick-prev {
    left: -60px;
  }
  .miimo .newstopics .slick-prev:before {
    left: 4px;
  }
  .miimo .newstopics .slick-next {
    right: -60px;
  }
  .miimo .newstopics .slick-next:before {
    left: 6px;
  }
  .miimo .footerlink {
    min-width: 980px;
    background-color: #eceff1;
  }
  .miimo .footerlink ._inner {
    width: 980px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .miimo .footerlink ul {
    -webkit-justify-content: center;
    -webkit-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .miimo .footerlink ul li {
    margin: 0 5px;
  }
  .miimo .footerlink ul li .second_item {
    display: none;
    background-color: #fff;
  }
  .miimo .footerlink ul li .second_item li {
    margin: 0;
    border-top: 1px solid #eceff1;
  }
  .miimo .footerlink ul li .second_item {
    display: none;
    position: absolute;
    border-top: 1px solid #eceff1;
  }
  .miimo .footerlink ul li .second_item li {
    margin: 0;
    border: 1px solid #eceff1;
  }
  .miimo .footerlink ul li .second_item li a {
    height: 40px;
    padding: 9px 32px 9px 32px;
    font-size: 14px;
  }
  .miimo .footerlink ul li .second_item li a::before {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 5px;
    height: 5px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #009844;
    border-right: 2px solid #009844;
    content: '';
  }
  .miimo .footerlink ul li .second_item li a::after {
    display: none;
  }
  .miimo .footerlink ul li .second_item li a:hover {
    color: #009844;
    text-decoration: underline;
    opacity: 1;
  }
  .miimo .footerlink ul li a {
    display: block;
    position: relative;
    width: 245px;
    height: 62px;
    padding: 18px 22px 18px 55px;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    vertical-align: middle;
  }
  .miimo .footerlink ul li a.catalog, .miimo .footerlink ul li a.shopsearch {
    background-color: #fff;
  }
  .miimo .footerlink ul li a.catalog:after, .miimo .footerlink ul li a.shopsearch:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #009844;
    border-right: 2px solid #009844;
    content: '';
  }
  .miimo .footerlink ul li a.shopsearch {
    background-image: url(/lawn-garden/common/img/modal/ico_open.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
  }
}

@media screen and (min-width: 737px) and (max-width: 736px) {
  .miimo .footerlink ul li a.shopsearch {
    background-position: right 10px center;
    background-size: 20px 20px;
  }
}

@media screen and (min-width: 737px) {
  .miimo .footerlink ul li a.shopsearch::after {
    display: none;
  }
  .miimo .footerlink ul li a.open_second_item {
    background-image: url(/lawn-garden/common/img/modal/ico_close.png);
  }
  .miimo .footerlink ul li a.catalog:before {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 35px;
    height: 18px;
    background: url(../img/icon-book.png) left center no-repeat;
    content: '';
  }
  .miimo .footerlink ul li a.shopsearch:before {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 35px;
    height: 18px;
    background: url(../img/icon-shop.png) left center no-repeat;
    content: '';
  }
  .miimo .footerlink ul li a.mail {
    border-radius: 4px;
    background-color: #cb0000;
    color: #fff;
  }
  .miimo .footerlink ul li a.mail:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
  }
  .miimo .footerlink ul li a.mail:before {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 35px;
    height: 18px;
    background: url(../img/icon-mail.png) left center no-repeat;
    content: '';
  }
  .miimo .footerbackbtn ._inner {
    width: 980px;
    margin: 0 auto;
    padding: 70px 0;
  }
  .miimo .footerbackbtn ._inner p {
    text-align: center;
  }
  .miimo .btn-more {
    text-align: center;
  }
  .miimo .btn-more a {
    display: inline-block;
    position: relative;
    width: 500px;
    padding: 15px;
    border-radius: 5px;
    background-color: #009844;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-decoration: none;
  }
  .miimo .btn-more a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
  }
  .miimo .intro_wrapper_voice {
    margin-top: 30px;
  }
  .miimo .intro_wrapper_voice_link {
    display: block;
    margin-bottom: 0 !important;
  }
  .miimo .intro_wrapper_voice_link a {
    width: 215px;
    color: #009844;
    font-weight: bold;
    text-decoration: none;
  }
  .miimo .intro_wrapper_voice_link a::before {
    width: 60px;
    height: 44px;
    margin-right: 10px;
    background: url(../img/intro_voice.png) no-repeat;
    background-size: contain;
    content: '';
  }
  .miimo .intro_wrapper_voice_link a::after {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/icon_voice.png) no-repeat;
    background-size: contain;
    content: '';
  }
  .miimo .backbtn {
    display: inline-block;
    position: relative;
    width: 320px;
    padding: 15px;
    background-color: #eceff1;
    color: #2b383f;
    text-decoration: none;
  }
  .miimo .backbtn:after {
    position: absolute;
    top: 50%;
    left: 60px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 2px solid #009844;
    border-left: 2px solid #009844;
    content: '';
  }
  .miimo .line {
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 736px) {
  .sp-hide {
    display: none !important;
  }
  .is-fixed + .headerWrapperHeight {
    margin-top: 90px;
  }
  .miimo {
    color: #2b383f;
    font-size: 14px;
    line-height: 1.75;
  }
  .miimo * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .miimo h2 {
    margin-top: -100px;
    padding-top: 100px;
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
  }
  .miimo h3 {
    position: relative;
    margin-top: -100px;
    margin-bottom: 20px;
    padding-top: 100px;
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
  }
  .miimo h3 small {
    color: #009844;
    font-size: 12px;
    font-weight: normal;
  }
  .miimo .page_title ._inner {
    margin: 0 auto;
    padding: 15px;
  }
  .miimo .page_title ._inner h1 a {
    color: #2b383f;
    font-size: 20px;
    text-decoration: none;
  }
  .miimo a {
    color: #2b383f;
    text-decoration: underline;
  }
  .miimo .mv {
    position: relative;
    width: 100%;
    height: calc(100vw * 0.562);
    background-color: #eceff1;
    content: '';
  }
  .miimo .mv_movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    min-width: 100vw;
    height: 100%;
  }
  .miimo .mv_movie video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
  }
  .miimo .mv_movie_text {
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  .miimo .mv_text_pc {
    z-index: 2;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .miimo .mv_text_pc p {
    display: none;
  }
  .miimo .mv_text_sp {
    width: 205px;
    margin: 0 auto;
  }
  .miimo .mv_text_box {
    margin-top: 30px;
  }
  .miimo .mv_text_box img {
    width: 100%;
    height: auto;
  }
  .miimo .item_title {
    background-color: #009844;
  }
  .miimo .flexarea.double .flexarea_pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .miimo .flexarea.double .flexarea_pic figure {
    margin: 0 auto;
  }
  .miimo .flexarea_text dt {
    padding: 10px 0 20px;
    /*&::after {
						content: '';
						display: block;
						background: #2C9942;
						width: 50px;
						height: 2px;
					}*/
  }
  .miimo .flexarea_text dt h4, .miimo .flexarea_text dt h5 {
    padding-bottom: 20px;
    font-size: 18px;
  }
  .miimo .flexarea_text dd p {
    font-size: 15px;
  }
  .miimo .flexarea_text dd p.caution {
    margin-top: 35px;
    font-size: 11px;
  }
  .miimo .section01 {
    padding-top: 160px;
    background-color: #eceff1;
  }
  .miimo .section01 ._inner {
    padding: 35px 15px;
  }
  .miimo .section01_lead {
    margin: 20px auto 40px;
    font-size: 15px;
    line-height: 1.625;
    text-align: center;
  }
  .miimo .section01_concept {
    margin-top: 50px;
    padding: 35px 35px 25px;
    border: 5px solid #efefef;
    text-align: center;
  }
  .miimo .section01_concept p {
    font-size: 24px;
    font-weight: bold;
  }
  .miimo .section01_concept ul {
    margin-top: 10px;
  }
  .miimo .section01_concept ul li {
    position: relative;
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
  }
  .miimo .section01_concept ul li:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 1px;
    margin-left: -10px;
    background-color: #282828;
    content: '';
  }
  .miimo .section01_concept ul li:first-child:after {
    display: none;
  }
  .miimo .detail ._inner {
    padding: 35px 15px;
  }
  .miimo .detail_header_top figure {
    width: 235px;
    margin-bottom: 25px;
  }
  .miimo .detail_header_text .catch {
    color: #009844;
    font-size: 18px;
    font-weight: bold;
  }
  .miimo .detail_header_text .name {
    margin-top: 5px;
    font-size: 27px;
    font-weight: bold;
  }
  .miimo .detail_header_text .itemimg {
    margin: 30px 0 15px;
    text-align: center;
  }
  .miimo .detail_header_text .itemimg img {
    width: 100%;
    height: auto;
  }
  .miimo .detail_header_text figure .logo {
    width: 50%;
    margin-bottom: 25px;
  }
  .miimo .detail_header_text_pricebox {
    margin-top: 5px;
    padding: 10px 20px;
    border: 2px solid #ffffff;
    background: #ECEFF1;
    font-size: 12px;
  }
  .miimo .detail_header_text_pricebox .price {
    margin-top: 10px;
    color: #cb0000;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
  }
  .miimo .detail_header_text_pricebox .pricesmall {
    margin-top: 5px;
    line-height: 1;
  }
  .miimo .detail_header_text_note {
    margin-top: 5px;
    margin-left: 1em;
    color: #cb0000;
    font-size: 11px;
    line-height: 1.36;
    text-indent: -1em;
  }
  .miimo .detail_header_img {
    width: 100%;
  }
  .miimo .detail_header_img p img {
    width: 100%;
    /*202402add*/
  }
  .miimo .detail_header_img_slider {
    width: 100%;
  }
  .miimo .detail_header_img_slider img {
    width: 100%;
  }
  .miimo .detail_header_img_slider p {
    margin-top: 15px;
  }
  .miimo .detail_header_img_slider .slick-prev, .miimo .detail_header_img_slider .slick-next {
    z-index: 1;
    top: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
  }
  .miimo .detail_header_img_slider .slick-prev:before, .miimo .detail_header_img_slider .slick-next:before {
    -webkit-transform: rotate(45deg);
    display: block;
    top: calc(50% - 7px);
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
  }
  .miimo .detail_header_img_slider .slick-prev {
    position: absolute;
    left: 10px;
  }
  .miimo .detail_header_img_slider .slick-prev::before {
    -webkit-transform: rotate(225deg);
    left: 11px;
    transform: rotate(225deg);
  }
  .miimo .detail_header_img_slider .slick-next {
    position: absolute;
    right: 10px;
  }
  .miimo .detail_header_img_slider .slick-next::before {
    -webkit-transform: rotate(45deg);
    left: 6px;
    transform: rotate(45deg);
  }
  .miimo .detail_header_img_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 15px;
    list-style: none;
  }
  .miimo .detail_header_img_list img {
    width: 100%;
  }
  .miimo .detail_header_img_list li {
    width: 23%;
    margin-bottom: 10px;
  }
  .miimo .detail_body {
    margin-top: 30px;
  }
  .miimo .detail_body_speccover + p {
    margin-top: 10px;
    text-align: right;
  }
  .miimo .detail_body_spec dl {
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px solid #cecece;
  }
  .miimo .detail_body_spec dl:first-child {
    border-top: 2px solid #cecece;
  }
  .miimo .detail_body_spec dl.spnoborder {
    border-top: none;
  }
  .miimo .detail_body_spec dl dt {
    padding: 15px 10px;
    font-size: 15px;
    font-weight: bold;
  }
  .miimo .detail_body_spec dl dd {
    padding: 15px 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
  }
  .miimo .detail_body_spec dl .unit {
    font-size: 12px;
  }
  .miimo .detail_body_spec dl .unit sup {
    font-size: 10px;
    vertical-align: super;
  }
  .miimo .detail_body_spec dl .unit2 {
    font-size: 12px;
  }
  .miimo .detail_body_pdfbtn {
    margin-top: 40px;
    text-align: center;
  }
  .miimo .detail_body_pdfbtn a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 25px 60px 25px 20px;
    border: 2px solid #2b383f;
    font-size: 12px;
    text-decoration: none;
  }
  .miimo .detail_body_pdfbtn a:after {
    /*border-top: 2px solid #2b383f;
							border-right: 2px solid #2b383f;*/
    position: absolute;
    top: calc(50% - 9px);
    right: 20px;
    width: 17px;
    height: 18px;
    /*transform: rotate(45deg);
							margin-top: -5px;*/
    background: url("../img/icon-catalog.png") no-repeat;
    background-size: cover;
    content: '';
  }
  .miimo .detail_body_note {
    margin-top: 30px;
    padding: 0 30px;
    color: #cb0000;
    font-size: 10px;
    text-indent: -1em;
  }
  .miimo .detail_flex {
    margin: 30px auto 0;
    padding-bottom: 15px;
  }
  .miimo .detail_flex h4 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .miimo .detail_flex h4:before {
    color: #009844;
    content: '■';
  }
  .miimo .detail_flex_list li dl dt {
    margin: 15px auto 10px;
    font-size: 18px;
    font-weight: bold;
  }
  .miimo .detail_flex_list li dl dt small {
    font-size: 14px;
  }
  .miimo .detail_flex_list li dl dd .length {
    display: inline-block;
    margin-bottom: 10px;
  }
  .miimo .detail_flex_list li dl dd .length:not(:first-child) {
    margin-top: 20px;
  }
  .miimo .detail_flex_list li dl dd .length p {
    display: inline-block;
    margin-bottom: 0;
    padding: 3px 10px;
    /*202402add*/
    background: #7F8285;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  .miimo .detail_flex_list li dl dd .length p + small {
    font-size: 12px;
  }
  .miimo .detail_flex_list li dl dd .price {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: -0.3px;
  }
  .miimo .detail_flex_list li dl dd .price strong {
    color: #c00;
    font-size: 20px;
  }
  .miimo .detail_flex_list li dl dd .number {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .miimo .detail_flex_list li figure {
    border: 1px solid #CECECE;
  }
  .miimo .detail_maintenance {
    margin-top: 60px;
    overflow-x: scroll;
  }
  .miimo .detail_maintenance img {
    width: 200%;
    padding: 0 5%;
  }
  .miimo .point ._inner {
    margin: 0 auto;
    padding: 35px 15px;
  }
  .miimo .point h3 {
    position: relative;
    margin-top: -100px;
    margin-bottom: 20px;
    padding-top: 100px;
    font-size: 24px;
    text-align: center;
  }
  .miimo .point h3 small {
    color: #009844;
    font-size: 12px;
    font-weight: normal;
  }
  .miimo .point .btn-more {
    margin-top: 40px;
  }
  .miimo .point_text_lead {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .miimo .point_text_text {
    margin-top: 20px;
    font-size: 11px;
    text-align: center;
  }
  .miimo .point_text_img {
    margin: 20px auto;
  }
  .miimo .point_text_img img {
    width: 100%;
    height: auto;
  }
  .miimo .point_text_cap {
    padding-left: 1em;
    font-size: 11px;
    text-indent: -1em;
  }
  .miimo .point .intro_wrapper {
    margin-top: 30px;
  }
  .miimo .point .intro_wrapper_box h5 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .miimo .point .intro_wrapper_box h5 span {
    color: #009844;
  }
  .miimo .point .intro_movie {
    margin-bottom: 50px;
    padding: 30px 15px 15px;
    background: #ECEFF1;
    text-align: center;
  }
  .miimo .point .intro_movie h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: normal;
  }
  .miimo .point .intro_movie iframe {
    width: 100%;
  }
  .miimo .feature.feature2 {
    padding-bottom: 3vw;
  }
  .miimo .feature ._inner {
    margin: 0 auto;
    padding: 35px 15px 0;
  }
  .miimo .feature_tablist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .miimo .feature_tablist li > a {
    display: list-item;
    position: relative;
    width: 44vw;
    margin-bottom: 10px;
    padding: 5px 0;
    border: 1px solid #009844;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
  }
  .miimo .feature_tablist li > a::after {
    position: absolute;
    top: calc(50% - 2.5px);
    right: 15px;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 2px solid #009844;
    border-bottom: 2px solid #009844;
    content: '';
  }
  .miimo .feature_items h4 {
    font-size: 18px;
  }
  .miimo .feature_items h4.feature_items_num {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .miimo .feature_items h4.feature_items_num.short {
    margin-top: 15px;
  }
  .miimo .feature_items h4 .num {
    color: #009844;
  }
  .miimo .feature .flexarea {
    padding: 10px 0 50px;
  }
  .miimo .feature .flexarea.double .flexarea_pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .miimo .feature .flexarea.double .flexarea_pic figure {
    width: 48%;
    margin-left: 0;
  }
  .miimo .feature .flexarea:last-of-type {
    margin-bottom: 0;
  }
  .miimo .feature .flexarea_text {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 20px;
  }
  .miimo .feature .flexarea_text.long {
    margin: 0 auto 55px;
  }
  .miimo .feature .flexarea_text dt {
    /*&::after {
							content: '';
							display: block;
							background: #2C9942;
							margin-bottom: 20px;
							width: 50px;
							height: 2px;
						}*/
  }
  .miimo .feature .flexarea_text dt h4, .miimo .feature .flexarea_text dt h5 {
    padding-bottom: 0px;
    font-size: 4.5333vw !important;
  }
  .miimo .feature .flexarea_text dd p {
    /*font-weight: bold;*/
  }
  .miimo .feature .flexarea_text dd p.caution {
    margin-top: 10px;
    padding-left: 1em;
    font-size: 11px;
    font-weight: normal;
    text-indent: -1em;
  }
  .miimo .monitor {
    padding-bottom: 10px;
    background-color: #eceff1;
    /*202402add*/
  }
  .miimo .monitor ._inner {
    margin: 0 auto;
    padding: 35px 15px 0;
  }
  .miimo .monitor h2 {
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
  }
  .miimo .monitor h2:after {
    display: block;
    width: auto;
    padding-top: 5px;
    color: #009844;
    font-size: 12px;
    text-align: center;
    content: 'Mii-monitor';
  }
  .miimo .monitor_app_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 260px;
    margin: 30px auto 0;
  }
  .miimo .monitor_app_flex div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 30px;
  }
  .miimo .monitor_app_flex img {
    width: 100%;
  }
  .miimo .monitor_app_flex .qrImg {
    display: none;
  }
  .miimo .monitor div.mii-monitor-caution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-bottom: 3em;
    padding-top: 1em;
    font-size: 12px;
  }
  .miimo .monitor div.mii-monitor-caution li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .miimo .monitor h3.applyLeadCopy {
    margin: 3em 0 0;
    padding: 0;
    padding-left: 8px;
    border-left: 8px solid #22ac38;
    font-size: 4.533vw;
    line-height: 1.5;
    text-align: left;
  }
  .miimo .monitor .flexarea {
    margin-top: 40px;
  }
  .miimo .monitor .flexarea img {
    width: 270px !important;
    border-radius: 10px;
  }
  .miimo .monitor .flexarea_pic {
    text-align: center;
  }
  .miimo .monitor .flexarea_text dd > p {
    margin-bottom: 20px;
  }
  .miimo .monitor .flexarea_text dd > p sup {
    font-size: 12px;
    vertical-align: super;
  }
  .miimo .monitor .flexarea_text dd > p + .caution_num {
    margin-bottom: 0.2em;
    padding-left: 2.2em;
    font-size: 12px;
    font-weight: normal;
    text-indent: -2.2em;
  }
  .miimo .monitor_dekirukoto {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 10vw auto 14vw;
    padding: 8vw 4vw 6vw;
    border: 2px solid #22ac38;
    border-radius: 10px;
    background: #fff;
  }
  .miimo .monitor_dekirukoto h3 {
    margin-bottom: 1.6em;
    color: #22ac38;
    font-size: 4.8vw;
    text-align: center;
  }
  .miimo .monitor_dekirukoto .listWrapper {
    display: block;
  }
  .miimo .monitor_dekirukoto .listWrapper ul li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .miimo .monitor_dekirukoto .listWrapper ul li sup {
    font-size: 11px;
    font-weight: normal;
    vertical-align: super;
  }
  .miimo .monitor_dekirukoto .listWrapper ul li p:nth-child(1) {
    margin-top: 1em;
  }
  .miimo .monitor_dekirukoto .listWrapper ul li p.caution {
    margin-bottom: 0.2em;
    font-size: 12px;
    font-weight: normal;
  }
  .miimo .monitor_wrapper {
    margin-top: 70px;
  }
  .miimo .monitor_wrapper_img figcaption {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .miimo .monitor_wrapper h3 {
    position: relative;
    margin-bottom: 70px;
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
  }
  .miimo .monitor_wrapper h3:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #009844;
    content: '';
  }
  .miimo .monitor_wrapper_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .miimo .monitor_wrapper_flex_item {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 10px;
    background: #eceff1;
  }
  .miimo .monitor_wrapper_flex_item:last-child {
    width: 100%;
  }
  .miimo .monitor_wrapper_flex_item h5 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .miimo .monitor_wrapper_flex_item h5::before {
    color: #009844;
    content: '●';
  }
  .miimo .monitor_wrapper_flex_item figure {
    margin: 0 auto 15px;
    text-align: center;
  }
  .miimo .monitor_wrapper_flex_item figure img {
    width: 100%;
  }
  .miimo .monitor_wrapper_flex_item p {
    font-weight: bold;
  }
  .miimo .monitor_wrapper_flex_item ul {
    font-weight: bold;
  }
  .miimo .monitor_wrapper_flex_item ul li {
    padding-left: .5em;
    text-indent: -.5em;
  }
  .miimo .monitor_wrapper_flex_item ul li::before {
    content: '・';
  }
  .miimo .interview {
    margin-top: 20px;
    background: #eceff1;
  }
  .miimo .interview ._inner {
    margin: 0 auto;
    padding: 35px 15px 50px;
  }
  .miimo .interview_wrapper_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .miimo .interview_wrapper_flex figure {
    margin: 10px auto 15px !important;
  }
  .miimo .interview_wrapper_flex figure img {
    width: 180px;
    height: 180px;
  }
  .miimo .interview_wrapper_flex dl dt h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .miimo .interview_wrapper_flex dl dd h5 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .miimo .interview_wrapper_flex dl dd p {
    font-size: 15px;
    line-height: 1.8;
  }
  .miimo .interview_wrapper_flex dl dd p.interview_btn {
    margin-top: 25px;
  }
  .miimo .interview_wrapper_flex dl dd p.interview_btn a {
    display: block;
    position: relative;
    width: 100%;
    padding: 15px 0;
    border-radius: 5px;
    background: #009844;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .miimo .interview_wrapper_flex dl dd p.interview_btn a::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
  }
  .miimo .interview_wrapper_flex dl dd ul {
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
  }
  .miimo .interview_wrapper_flex dl dd ul li {
    margin-left: 1.5em;
    list-style: disc;
  }
  .miimo .interview_wrapper figure {
    margin: 65px auto 30px;
  }
  .miimo .waranty {
    background-color: #eceff1;
  }
  .miimo .waranty ._inner {
    padding: 35px 15px;
  }
  .miimo .waranty h3 {
    /*text-align: center;
				font-size: 24px;
				line-height: 1.5;
				position: relative;
				margin-bottom: 55px;
				&:after {
					content: '';
					background-color: #009844;
					width: 50px;
					height: 3px;
					position: absolute;
					bottom: -20px;
					left: 50%;
					margin-left: -25px;
				}*/
  }
  .miimo .waranty_list dl {
    position: relative;
    margin-top: 20px;
    padding: 20px 15px 20px 120px;
    background-color: #fff;
  }
  .miimo .waranty_list dl dt {
    font-size: 18px;
    font-weight: bold;
  }
  .miimo .waranty_list dl dt .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 170px;
  }
  .miimo .waranty_list dl dt img {
    width: 72px;
    height: auto;
  }
  .miimo .waranty_list dl dd {
    margin-top: 10px;
    font-size: 14px;
  }
  .miimo .waranty_list dl dd .splinke {
    font-size: 12px;
    text-align: right;
  }
  .miimo .waranty_list dl dd .red {
    color: #cc0000;
    font-weight: normal;
  }
  .miimo .waranty_list dl dd.href_inner {
    text-align: right;
  }
  .miimo .waranty .btn-more {
    margin-top: 40px;
  }
  .miimo .qa ._inner {
    padding: 35px 15px;
  }
  .miimo .qa h3 {
    color: #009844;
    font-size: 22px;
    text-align: center;
  }
  .miimo .qa h3:before {
    display: inline-block;
    width: 101px;
    height: 89px;
    background: url(../img/qa_title01@2x.png) center center no-repeat;
    background-size: 101px 89px;
    vertical-align: middle;
    content: '';
  }
  .miimo .qa_list {
    margin-top: 40px;
  }
  .miimo .qa_list dl {
    margin-top: 15px;
    padding: 5px 18px;
    border: 1px solid #2b383f;
  }
  .miimo .qa_list dl .qahead {
    color: #009844;
    font-weight: bold;
  }
  .miimo .qa_list dl dt {
    position: relative;
    margin-left: 2em;
    padding: 15px 30px 15px 0;
    text-indent: -2em;
    cursor: pointer;
  }
  .miimo .qa_list dl dt:after {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 2px solid #2b383f;
    border-bottom: 2px solid #2b383f;
    content: '';
  }
  .miimo .qa_list dl dt.open:after {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-top: 2px solid #2b383f;
    border-right: 2px solid #2b383f;
    border-bottom: none;
    content: '';
  }
  .miimo .qa_list dl dd {
    margin-left: 2em;
    padding: 15px 0;
    text-indent: -2em;
  }
  .miimo .newstopics {
    /*&_list {

				a {
					text-decoration: none;
					background-color: #eceff1;
					margin-top: 6px;
					display: block;
					padding: 15px 20px;
				}

				dl {
					@include flexset();
					dt {
						@include flexbase(130px);
						padding-right: 20px;
						img {
							width: 100%;
							height: auto;
						}
					}

					dd {
						flex: 1;
					}
				}
			}*/
  }
  .miimo .newstopics ._inner {
    padding: 0 0 35px;
  }
  .miimo .newstopics h3 {
    position: relative;
    margin: 40px auto 55px;
    padding-top: 0;
    font-size: 24px;
    text-align: center;
  }
  .miimo .newstopics h3:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #009844;
    content: '';
  }
  .miimo .newstopics .flex {
    margin-top: 20px;
  }
  .miimo .newstopics .flex .flex_cap {
    display: inline-block;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    font-size: 16px !important;
    text-align: left;
  }
  .miimo .newstopics .flex .box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-top: 25px;
    border: 1px solid #ebeff2;
    background: #FFF;
    background: #ebeff2;
    /*a.underline_none{
						text-decoration: none!important;
					}*/
  }
  .miimo .newstopics .flex .box:first-of-type {
    margin-top: 0;
  }
  .miimo .newstopics .flex .box img {
    display: block;
    width: 100%;
    text-align: center;
  }
  .miimo .newstopics .flex .box .text_box {
    padding: 10px 20px;
  }
  .miimo .newstopics .flex .slick-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100%- 70px);
    margin: 0 35px;
  }
  .miimo .newstopics .flex .slick-slide img {
    width: 100%;
  }
  .miimo .newstopics .flex .slick-prev {
    z-index: 49;
    top: 0;
    left: 0px;
    width: 15px;
    height: 100%;
    border-radius: 0;
  }
  .miimo .newstopics .flex .slick-prev:before {
    top: 50%;
    left: 0px;
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
    font-size: 24px;
  }
  .miimo .newstopics .flex .slick-next {
    top: 0;
    right: 0px;
    width: 15px;
    height: 100%;
    border-radius: 0;
  }
  .miimo .newstopics .flex .slick-next:before {
    top: 50%;
    left: 0px;
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
    font-size: 24px;
  }
  .miimo .footerlink {
    background-color: #eceff1;
  }
  .miimo .footerlink ._inner {
    padding: 35px 15px;
  }
  .miimo .footerlink ul li {
    margin-top: 10px;
  }
  .miimo .footerlink ul li .second_item {
    display: none;
    background-color: #fff;
  }
  .miimo .footerlink ul li .second_item li {
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #eceff1;
  }
  .miimo .footerlink ul li .second_item a {
    padding: 0 60px 0;
    font-size: 14px;
  }
  .miimo .footerlink ul li .second_item a::before {
    position: absolute;
    top: calc(50% - 4px);
    left: 40px;
    width: 4px;
    height: 4px;
    -webkit-transform: scale(0.85, 1) rotate(-135deg);
            transform: scale(0.85, 1) rotate(-135deg);
    border-bottom: 2px solid #009844;
    border-left: 2px solid #009844;
    content: '';
  }
  .miimo .footerlink ul li a {
    display: block;
    position: relative;
    padding: 22px 22px 22px 55px;
    font-size: 19px;
    line-height: 1.5;
    text-decoration: none;
    vertical-align: middle;
  }
  .miimo .footerlink ul li a.catalog, .miimo .footerlink ul li a.shopsearch {
    background-color: #fff;
  }
  .miimo .footerlink ul li a.catalog:after, .miimo .footerlink ul li a.shopsearch:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #009844;
    border-right: 2px solid #009844;
    content: '';
  }
  .miimo .footerlink ul li a.shopsearch {
    background-image: url(/lawn-garden/common/img/modal/ico_open.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
  }
}

@media screen and (max-width: 736px) and (max-width: 736px) {
  .miimo .footerlink ul li a.shopsearch {
    background-position: right 10px center;
    background-size: 20px 20px;
  }
}

@media screen and (max-width: 736px) {
  .miimo .footerlink ul li a.shopsearch::after {
    display: none;
  }
  .miimo .footerlink ul li a.open_second_item {
    background-image: url(/lawn-garden/common/img/modal/ico_close.png);
  }
  .miimo .footerlink ul li a.catalog:before {
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 20px;
    width: 35px;
    height: 24px;
    background: url(../img/icon-book@2x.png) left bottom no-repeat;
    background-size: 29px 21px;
    content: '';
  }
  .miimo .footerlink ul li a.shopsearch:before {
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 20px;
    width: 35px;
    height: 24px;
    background: url(../img/icon-shop@2x.png) left bottom no-repeat;
    background-size: 29px 21px;
    content: '';
  }
  .miimo .footerlink ul li a.mail {
    padding: 22px;
    border-radius: 4px;
    background-color: #cb0000;
    color: #fff;
  }
  .miimo .footerlink ul li a.mail:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
  }
  .miimo .footerlink ul li a.mail:before {
    display: inline-block;
    width: 35px;
    height: 23px;
    background: url(../img/icon-mail.png) left bottom no-repeat;
    background-size: 25px 18px;
    content: '';
  }
  .miimo .footerbackbtn ._inner {
    padding: 35px 15px;
  }
  .miimo .footerbackbtn ._inner p {
    text-align: center;
  }
  .miimo .btn-more {
    text-align: center;
  }
  .miimo .btn-more a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    background-color: #009844;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
  }
  .miimo .btn-more a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
  }
  .miimo .backbtn {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 22px;
    background-color: #eceff1;
    color: #2b383f;
    font-size: 19px;
    text-decoration: none;
  }
  .miimo .backbtn:after {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 2px solid #009844;
    border-left: 2px solid #009844;
    content: '';
  }
  .miimo .movie_box {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
  }
  .miimo .movie_box iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.intro_wrapper_voice {
  margin: 30px auto 50px;
}

.intro_wrapper_voice_link {
  display: block;
}

.intro_wrapper_voice_link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 205px;
  color: #009844;
  font-weight: bold;
  text-decoration: none;
}

.intro_wrapper_voice_link a::before {
  width: 60px;
  height: 44px;
  margin-right: 5px;
  background: url(../img/intro_voice.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  content: '';
}

.intro_wrapper_voice_link a::after {
  width: 15px;
  height: 15px;
  background: url(../img/icon_voice.png) no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
  content: '';
}

.intro_wrapper_voice_text {
  font-size: 17px;
  font-weight: bold;
}

.grayObi {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 15px 7px;
  background: #464646;
  color: #fff;
  font-family: "こぶりなゴシック W3 JIS2004";
  font-size: 22px;
}

.grayObi br {
  display: none;
}

@media screen and (max-width: 736px) {
  .grayObi {
    margin: 20px -20px;
    padding: 15px 15px 10px;
    font-size: 19px;
    line-height: 1.5;
  }
  .grayObi br {
    display: block;
  }
}

/*202302add*/
.miimo .section02 {
  margin-bottom: 50px;
}

.miimo .point.point_4 {
  padding-top: 30px;
  background: #eceff1;
}

.miimo .point.point_4 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 736px) {
  .miimo .point.point_4 ol {
    display: block;
    margin-top: 0;
  }
}

.miimo .point.point_4 ol li {
  width: 470px;
  padding-bottom: 50px;
}

@media screen and (max-width: 736px) {
  .miimo .point.point_4 ol li {
    width: 100%;
    padding-bottom: 10vw;
  }
}

.miimo .point.point_4 ol li img {
  width: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 736px) {
  .miimo .point.point_4 ol li img {
    border-radius: 5px;
  }
}

.miimo .point.point_4 ol li h4 {
  margin-bottom: 0.8em;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .miimo .point.point_4 ol li h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.8vw;
  }
}

.miimo .point.point_4 ol li h4::before {
  display: inline-block;
  position: relative;
  top: 0.1em;
  padding-right: 0.3em;
  color: #009844;
  font-size: 34px;
  content: '0.';
}

@media screen and (max-width: 736px) {
  .miimo .point.point_4 ol li h4::before {
    font-size: 10.6vw;
  }
}

.miimo .point.point_4 ol li h4 + p {
  margin: 16px 0;
}

.miimo .point.point_4 ol li sup {
  font-size: 12px;
  vertical-align: super;
}

.miimo .point.point_4 ol li .caution {
  font-size: 12px;
}

.miimo .point.point_4 ol li:nth-child(1) h4::before {
  content: '1.';
}

.miimo .point.point_4 ol li:nth-child(2) h4::before {
  content: '2.';
}

.miimo .point.point_4 ol li:nth-child(3) h4::before {
  content: '3.';
}

.miimo .point.point_4 ol li:nth-child(4) h4::before {
  content: '4.';
}

@media screen and (max-width: 736px) {
  .miimo .point .featuresLead {
    font-size: 4.8vw;
  }
}

.miimo .shikiri {
  height: 1px;
  margin-bottom: 3em;
  border-bottom: 1px solid #ccc;
}

.miimo .shikiri hr {
  display: none;
}

.miimo .syogen_kinou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 736px) {
  .miimo .syogen_kinou {
    display: block;
  }
}

.miimo .syogen_kinou li {
  width: 475px;
}

@media screen and (max-width: 736px) {
  .miimo .syogen_kinou li {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .miimo .syogen_kinou li:nth-child(2) {
    padding-top: 20px;
  }
}

.miimo .syogen_kinou li p {
  margin-bottom: 5px;
}

.miimo .syogen_kinou li .kinou_caution {
  margin-top: 1em;
  font-size: 11px;
}

.miimo .syogen_kinou li img {
  width: 100%;
}

.miimo .syogen_kinou_caution {
  margin-top: 3em;
  font-size: 13px;
}

@media screen and (max-width: 736px) {
  .miimo .syogen_kinou_caution {
    margin-top: 2em;
    font-size: 12px;
  }
}

.miimo .syogen_kinou_caution li {
  padding-left: 1em;
  line-height: 1.8;
  text-indent: -1em;
}

@media screen and (min-width: 737px) {
  .js-pc-header-panel .pc-header-tab a {
    padding: 19px 42px;
  }
  .mainImg2024 {
    width: 100%;
  }
  .mainImg2024 img {
    width: 100%;
  }
  a.openModal {
    display: block;
    position: relative;
  }
  a.openModal::after {
    position: absolute;
    right: -12px;
    bottom: -12px;
    line-height: 1;
    vertical-align: bottom;
    content: url("../img/add2024-plusmark.png");
  }
  .add_section_202402 {
    border-top: 1px solid #ccc;
  }
  .add_section_202402:not(:first-child) {
    margin-top: 60px;
    padding-top: 60px;
  }
  .add_section_202402 h4 {
    margin-bottom: 35px;
    padding-left: 10px;
    border-left: 12px solid #22ac38;
    font-size: 24px;
    line-height: 34px;
  }
  .add_section_202402 .shikiri {
    margin-bottom: 3em;
  }
  .add_section_202402 .oneSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .add_section_202402 .oneSection dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 470px;
    margin-bottom: 3em;
  }
  .add_section_202402 .oneSection dl dt {
    width: 170px;
  }
  .add_section_202402 .oneSection dl dt a.openModal::after {
    position: absolute;
    bottom: -12px;
    left: 112px;
  }
  .add_section_202402 .oneSection dl dt img {
    width: 130px;
  }
  .add_section_202402 .oneSection dl dd {
    width: 300px;
  }
  .add_section_202402 .oneSection dl dd h5 {
    margin-bottom: 0.8em;
    font-size: 17px;
  }
  .add_section_202402 .oneSection dl dd h5 + p {
    font-size: 15px;
  }
  .add_section_202402 .oneSection dl dd h5 + p sup {
    font-size: 11px;
    vertical-align: super;
  }
  .add_section_202402 .oneSection dl dd .caution {
    margin-top: 1em;
    font-size: 12px;
  }
}

@media screen and (max-width: 736px) {
  .mainImg2024 {
    width: 100%;
  }
  .mainImg2024 img {
    width: 100%;
  }
  figure a img {
    width: 100%;
  }
  .add_section_202402 {
    border-top: 1px solid #eee;
  }
  .add_section_202402:not(:first-child) {
    margin-top: 8vw;
    padding-top: 8vw;
  }
  .add_section_202402 h4 {
    margin-bottom: 35px;
    padding-left: 8px;
    border-left: 8px solid #22ac38;
    font-size: 4.53vw;
    line-height: 1.5;
  }
  .add_section_202402 .shikiri {
    margin-bottom: 3em;
  }
  .add_section_202402 .oneSection {
    display: block;
  }
  .add_section_202402 .oneSection dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 3em;
  }
  .add_section_202402 .oneSection dl dt {
    width: 23.6vw;
  }
  .add_section_202402 .oneSection dl dt a.openModal {
    display: block;
    position: relative;
  }
  .add_section_202402 .oneSection dl dt a.openModal::after {
    position: absolute;
    bottom: -3vw;
    left: 13vw;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    line-height: 1;
    vertical-align: bottom;
    content: url("../img/add2024-plusmark.png");
  }
  .add_section_202402 .oneSection dl dt img {
    width: 17.33vw;
  }
  .add_section_202402 .oneSection dl dd {
    width: 71vw;
  }
  .add_section_202402 .oneSection dl dd h5 {
    margin-bottom: 0.8em;
    font-size: 4.8vw;
  }
  .add_section_202402 .oneSection dl dd h5 + p {
    font-size: 15px;
  }
  .add_section_202402 .oneSection dl dd h5 + p sup {
    font-size: 11px;
    vertical-align: super;
  }
  .add_section_202402 .oneSection dl dd .caution {
    margin-top: 1em;
    font-size: 12px;
  }
}
