@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: 169px;
  }
  .miimo {
    margin-top: 45px;
    color: #2b383f;
    line-height: 1.75;
  }
  .miimo * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .miimo a:hover {
    opacity: 0.7;
  }
  .miimo a:not(.underline_none) {
    color: #2b383f;
    text-decoration: underline;
  }
  .miimo ul li {
    list-style: none;
  }
  .miimo figure img {
    width: 100%;
  }
  .miimo section {
    margin-bottom: 100px;
  }
  .miimo section:last-of-type {
    margin-bottom: 0;
  }
  .miimo .interview_title ._inner {
    width: 980px;
    margin: 0 auto;
  }
  .miimo .interview_title ._inner h2 {
    position: relative;
    margin-top: 15px;
    color: #2B383F;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
  }
  .miimo .interview_title ._inner h2:after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #009844;
    content: '';
  }
  .miimo .interview_title ._inner p {
    color: #2B383F;
    font-size: 18px;
    text-align: center;
  }
  .miimo .interview_title ._inner figure {
    margin-top: 90px;
  }
  .miimo .interview_belt {
    padding: 40px 0;
    background: #ECEFF1;
  }
  .miimo .interview_belt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 980px;
    margin: 0 auto;
  }
  .miimo .interview_belt_wrap figure {
    margin-right: 40px;
  }
  .miimo .interview_belt_wrap figure img {
    width: 200px;
  }
  .miimo .interview_belt_wrap dl {
    width: 100%;
  }
  .miimo .interview_belt_wrap dl dt {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .miimo .interview_belt_wrap dl dd {
    line-height: 1.8;
  }
  .miimo .interview_belt_wrap ul {
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
  }
  .miimo .interview_belt_wrap ul li {
    margin-right: 40px;
    margin-left: 1.5em;
    list-style: disc;
  }
  .miimo .interview_content {
    margin-top: 100px;
  }
  .miimo .interview_content h3 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
  }
  .miimo .interview_content ._inner {
    width: 980px;
    margin: 0 auto 100px;
  }
  .miimo .interview_content ._inner .movie_box {
    margin: 0 auto;
    padding-bottom: 70px;
    border-bottom: 1px solid #ECEFF1;
    text-align: center;
  }
  .miimo .interview_content_wrap {
    width: 980px;
    margin: 0 auto 70px;
  }
  .miimo .interview_content_wrap.last {
    margin-bottom: 0;
    padding: 70px 0 0;
    border-top: 1px solid #ECEFF1;
  }
  .miimo .interview_content_wrap > dl {
    margin-top: 100px;
  }
  .miimo .interview_content_wrap > dl.front {
    margin-top: 70px;
  }
  .miimo .interview_content_wrap > dl dt {
    font-size: 26px;
    font-weight: bold;
  }
  .miimo .interview_content_wrap > dl dt::after {
    display: block;
    width: 50px;
    height: 2px;
    margin: 30px 0;
    background: #2C9942;
    content: '';
  }
  .miimo .interview_content_wrap > dl dt small {
    font-size: 14px;
  }
  .miimo .interview_content_wrap > dl dd {
    margin-bottom: 40px;
    line-height: 1.8;
  }
  .miimo .interview_content_wrap > dl dd span.green {
    color: #009844;
    font-weight: bold;
  }
  .miimo .interview_content_wrap > dl dd.green {
    margin-bottom: 20px;
    color: #009844;
    font-size: 20px;
    font-weight: bold;
  }
  .miimo .interview_content_wrap > dl dd.pic {
    margin-bottom: 60px;
  }
  .miimo .interview_content_wrap > dl dd figure figcaption {
    margin-top: 20px;
    font-size: 14px;
  }
  .miimo .interview_content_wrap > dl dd figure figcaption span.red {
    color: #c00;
  }
  .miimo .interview_content_wrap > dl dd.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .miimo .interview_content_wrap > dl dd.flex figure {
    width: 470px;
  }
  .miimo .interview_content_box {
    margin-top: 60px;
    padding: 60px;
    border: 2px solid #009844;
  }
  .miimo .interview_content_box h4 {
    position: relative;
    font-size: 26px;
    text-align: center;
  }
  .miimo .interview_content_box h4:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #009844;
    content: '';
  }
  .miimo .interview_content_box ul {
    margin-top: 50px;
    font-size: 20px;
  }
  .miimo .interview_content_box ul li {
    line-height: 2;
  }
  .miimo .interview_content_box ul li::before {
    padding-right: 10px;
    color: #009844;
    content: '●';
  }
  .miimo .interview_content_article {
    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: #ECEFF1;
  }
  .miimo .interview_content_article:last-child {
    margin-bottom: 0;
  }
  .miimo .interview_content_article figure {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .miimo .interview_content_article figure img {
    width: 290px;
    height: 290px;
  }
  .miimo .interview_content_article dl {
    margin-left: 60px;
  }
  .miimo .interview_content_article dl dt h4 {
    margin-bottom: 30px;
    font-size: 26px;
    letter-spacing: -0.02em;
  }
  .miimo .interview_content_article dl dd h5 {
    font-size: 16px;
  }
  .miimo .interview_content_article dl dd p {
    line-height: 1.8;
  }
  .miimo .interview_content_article 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_content_article 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_content_article dl dd ul {
    margin: 30px auto;
    font-size: 12px;
    font-weight: bold;
  }
  .miimo .interview_content_article dl dd ul li {
    margin-left: 1.5em;
    padding-right: 30px;
    list-style: disc;
  }
  .miimo .interview .detail {
    min-width: 980px;
    background-color: #eceff1;
  }
  .miimo .interview .detail ._inner {
    width: 860px;
    margin: 0 auto;
    padding: 70px 0;
  }
  .miimo .interview .detail_header {
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 70px;
  }
  .miimo .interview .detail_header_text {
    -ms-flex-preferred-size: 440px;
        flex-basis: 440px;
    max-width: 440px;
  }
  .miimo .interview .detail_header_text .catch {
    margin-top: 30px;
    color: #009844;
    font-size: 21px;
    font-weight: bold;
  }
  .miimo .interview .detail_header_text .name {
    margin-top: 5px;
    font-size: 48px;
    font-weight: bold;
  }
  .miimo .interview .detail_header_text_pricebox {
    display: inline-block;
    margin-top: 5px;
    padding: 15px 10px;
    border: 2px solid #ffffff;
    background: #ECEFF1;
    font-size: 12px;
    text-align: center;
  }
  .miimo .interview .detail_header_text_pricebox .price {
    margin-top: 10px;
    color: #cb0000;
    font-size: 29px;
    font-weight: bold;
    line-height: 1;
  }
  .miimo .interview .detail_header_text_pricebox .pricesmall {
    margin-top: 5px;
    line-height: 1;
  }
  .miimo .interview .detail_header_note {
    width: 210px;
    margin-top: 5px;
    margin-left: 1em;
    color: #cb0000;
    font-size: 11px;
    line-height: 1.36;
    text-indent: -1em;
  }
  .miimo .interview .detail_body {
    margin-top: 60px;
  }
  .miimo .interview .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 .interview .detail_body_spec {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
    max-width: 400px;
  }
  .miimo .interview .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 .interview .detail_body_spec dl.heigher {
    height: 75px;
  }
  .miimo .interview .detail_body_spec dl:first-child {
    border-top: 2px solid #cecece;
  }
  .miimo .interview .detail_body_spec dl dt {
    padding: 15px 10px;
    font-size: 19px;
    font-weight: bold;
  }
  .miimo .interview .detail_body_spec dl dd {
    padding: 15px 10px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
  }
  .miimo .interview .detail_body .unit {
    margin-top: 10px;
    font-size: 12px;
    text-align: right;
  }
  .miimo .interview .detail_body .unit sup {
    font-size: 10px;
    vertical-align: super;
  }
  .miimo .interview .detail_body .unit2 {
    font-size: 17px;
  }
  .miimo .interview .detail_body_pdfbtn {
    margin-top: 40px;
    text-align: center;
  }
  .miimo .interview .detail_body_pdfbtn a {
    display: inline-block;
    position: relative;
    width: 406px;
    padding: 20px 20px 20px 20px;
    border: 2px solid #2b383f;
    text-decoration: none;
  }
  .miimo .interview .detail_body_pdfbtn 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 #2b383f;
    border-right: 2px solid #2b383f;
    content: '';
  }
  .miimo .interview .detail_body_note {
    margin-top: 70px;
    color: #cb0000;
    text-align: center;
  }
  .miimo .point ._inner {
    width: 860px;
    margin: 0 auto;
    padding: 70px 0;
  }
  .miimo .point h3 {
    position: relative;
    margin-bottom: 70px;
    font-size: 27px;
    text-align: center;
  }
  .miimo .point h3:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #009844;
    content: '';
  }
  .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_text_lead {
    margin-top: 60px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .miimo .point_text_text {
    margin-top: 40px;
  }
  .miimo .point_text_img {
    margin-top: 30px;
  }
  .miimo .image_box {
    width: 650px;
    margin: 40px auto 0;
  }
  .miimo .waranty {
    min-width: 980px;
    background-color: #eceff1;
  }
  .miimo .waranty ._inner {
    width: 980px;
    margin: 0 auto;
    padding: 70px 0;
  }
  .miimo .waranty h3 {
    position: relative;
    margin-bottom: 70px;
    font-size: 27px;
    text-align: center;
  }
  .miimo .waranty h3:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #009844;
    content: '';
  }
}

@media screen and (min-width: 737px) and (min-width: 737px) {
  .miimo .waranty h3 + p {
    margin-bottom: 1em;
    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 .qa ._inner {
    width: 860px;
    margin: 0 auto;
    padding: 70px 0;
  }
  .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.png) center center no-repeat;
    vertical-align: middle;
    content: '';
  }
  .miimo .qa_list {
    margin-top: 50px;
  }
  .miimo .qa_list dl {
    margin-top: 15px;
    padding: 5px 35px;
    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 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 {
				@include flexset();

				a {
					text-decoration: none;
					background-color: #eceff1;
				}

				dl {
					@include flexbase(310px);
					dt {

					}
					dd {
						padding: 20px;
					}
				}
			}
*/
    /*.flex.multiple-items{
				.box.slick-slide{
					width: 310px;
					margin-right: 25px !important;
				}

				.box{
					
					&:hover{
						opacity:0.7;
					}
					.text_box p{
						letter-spacing: -0.03em;
						margin-bottom: 0;
					}
				}
			}*/
  }
  .miimo .newstopics ._inner {
    width: 980px;
    margin: 60px auto 0;
    padding: 0 0 34px;
  }
  .miimo .newstopics h3 {
    position: relative;
    margin-bottom: 70px;
    font-size: 27px;
    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 {
    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 .footerbackbtn ._inner {
    width: 980px;
    margin: 0 auto;
    padding: 70px 0;
    text-align: center;
  }
  .miimo .footerbackbtn ._inner .backbtn {
    display: inline-block;
    position: relative;
    width: 320px;
    padding: 15px;
    background-color: #eceff1;
    color: #2b383f;
  }
  .miimo .footerbackbtn ._inner .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 .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 .btn-more.small {
    margin-top: 40px;
  }
  .miimo .btn-more.small a {
    width: 290px;
  }
}

@media screen and (max-width: 736px) {
  .sp-hide {
    display: none !important;
  }
  .is-fixed + .headerWrapperHeight {
    margin-top: 125px;
  }
  .miimo {
    color: #2b383f;
    font-size: 14px;
    line-height: 1.75;
  }
  .miimo * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .miimo a {
    color: #2b383f;
    text-decoration: underline;
  }
  .miimo .interview_title ._inner {
    padding: 35px 15px;
  }
  .miimo .interview_title ._inner h2 {
    position: relative;
    margin-top: 15px;
    color: #2B383F;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .miimo .interview_title ._inner h2:after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #009844;
    content: '';
  }
  .miimo .interview_title ._inner p {
    color: #2B383F;
    font-size: 14px;
    text-align: center;
  }
  .miimo .interview_title ._inner figure {
    margin-top: 60px;
  }
  .miimo .interview_belt {
    background: #ECEFF1;
  }
  .miimo .interview_belt_wrap {
    padding: 40px 15px;
  }
  .miimo .interview_belt_wrap figure {
    margin-bottom: 15px;
    text-align: center;
  }
  .miimo .interview_belt_wrap figure img {
    width: 180px;
    height: 180px;
  }
  .miimo .interview_belt_wrap dl dt {
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: bold;
  }
  .miimo .interview_belt_wrap dl dd {
    line-height: 1.8;
  }
  .miimo .interview_belt_wrap ul {
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
  }
  .miimo .interview_belt_wrap ul li {
    margin-left: 1.5em;
    list-style: disc;
  }
  .miimo .interview_content h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
  }
  .miimo .interview_content ._inner {
    margin: 35px 15px 0;
    padding-bottom: 35px;
    border-bottom: 1px solid #ECEFF1;
  }
  .miimo .interview_content ._inner .movie_box {
    position: relative;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 56.25%;
  }
  .miimo .interview_content ._inner .movie_box iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .miimo .interview_content_wrap {
    margin-bottom: 25px;
  }
  .miimo .interview_content_wrap.last {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 0;
    border-top: none;
    background: #ECEFF1;
  }
  .miimo .interview_content_wrap.last h3 {
    margin-bottom: 0;
  }
  .miimo .interview_content_wrap > dl {
    margin-top: 50px;
  }
  .miimo .interview_content_wrap > dl:first-child {
    margin-top: 45px;
  }
  .miimo .interview_content_wrap > dl dt {
    font-size: 26px;
    font-weight: bold;
  }
  .miimo .interview_content_wrap > dl dt small {
    font-size: 12px;
  }
  .miimo .interview_content_wrap > dl dt::after {
    display: block;
    width: 50px;
    height: 2px;
    margin: 15px 0;
    background: #2C9942;
    content: '';
  }
  .miimo .interview_content_wrap > dl dd {
    margin-bottom: 25px;
    line-height: 1.8;
  }
  .miimo .interview_content_wrap > dl dd h5 {
    font-size: 15px;
  }
  .miimo .interview_content_wrap > dl dd.green {
    margin-bottom: 10px;
    color: #009844;
    font-size: 16px;
    font-weight: bold;
  }
  .miimo .interview_content_wrap > dl dd span.green {
    color: #009844;
    font-weight: bold;
  }
  .miimo .interview_content_wrap > dl dd.pic {
    margin-bottom: 45px;
  }
  .miimo .interview_content_wrap > dl dd.pic figure figcaption {
    margin-top: 10px;
    font-size: 12px;
  }
  .miimo .interview_content_wrap > dl dd.pic figure figcaption span.red {
    color: #c00;
  }
  .miimo .interview_content_wrap > dl dd.pic.flex figure {
    margin-bottom: 20px;
  }
  .miimo .interview_content_wrap > figure {
    margin-top: 40px;
  }
  .miimo .interview_content_wrap > figure.flex img {
    width: 100%;
    margin-bottom: 15px;
  }
  .miimo .interview_content_box {
    margin-top: 30px;
    padding: 20px;
    border: 2px solid #009844;
  }
  .miimo .interview_content_box h4 {
    position: relative;
    font-size: 20px;
    text-align: center;
  }
  .miimo .interview_content_box h4:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #009844;
    content: '';
  }
  .miimo .interview_content_box ul {
    margin-top: 40px;
    font-size: 16px;
  }
  .miimo .interview_content_box ul li {
    margin-bottom: 10px;
    padding-left: 1.3em;
    line-height: 1.8;
    text-indent: -1.3em;
  }
  .miimo .interview_content_box ul li::before {
    padding-right: .3em;
    color: #009844;
    content: '●';
  }
  .miimo .interview_content_article {
    padding: 20px 15px;
    background: #ECEFF1;
  }
  .miimo .interview_content_article:last-child {
    padding-bottom: 70px;
  }
  .miimo .interview_content_article figure {
    margin: 10px auto 15px !important;
    text-align: center;
  }
  .miimo .interview_content_article figure img {
    width: 180px;
    height: 180px;
    text-align: center;
  }
  .miimo .interview_content_article dl dt h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .miimo .interview_content_article dl dd h5 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .miimo .interview_content_article dl dd p {
    font-size: 15px;
    line-height: 1.8;
  }
  .miimo .interview_content_article dl dd p.interview_btn {
    margin-top: 25px;
  }
  .miimo .interview_content_article 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_content_article 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_content_article dl dd p ul {
    margin: 15px auto 25px;
  }
  .miimo .interview_content_article dl dd p ul li {
    font-size: 12px;
  }
  .miimo .interview_content_article ul {
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
  }
  .miimo .interview_content_article ul li {
    margin-left: 1.5em;
    list-style: disc;
  }
  .miimo .footerbackbtn ._inner {
    padding: 35px 15px;
    text-align: center;
  }
  .miimo .footerbackbtn ._inner .backbtn {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 22px;
    background-color: #eceff1;
    color: #2b383f;
    font-size: 19px;
    text-decoration: none;
  }
  .miimo .footerbackbtn ._inner .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: '';
  }
}
