#ASIMO.report .sp {
    display: none !important;
}

#ASIMO.report .pc {
    display: block;
}

/*2カラム*/
#ASIMO .content-area .content-inner {
    width: 1300px;
    margin: 0 auto;
}

#ASIMO .mainColumn-area {
    padding: 72px 30px 0;
}

#ASIMO .mainColumn-area .inner {
    width: 100%;
    max-width: 900px;
}

#ASIMO .sideColumn-area {
    padding: 0 7% 20px;
    width: 340px;
    max-width: 35vw;
}

#ASIMO .side-area-inner {
    max-height: 100vh;
}


/*ヘッダー*/

#ASIMO.report #head .load-head {
    margin: 15px 0;
}

#ASIMO.report #head .load-head figure {
    text-align: center;
    margin-right: 20px;
}

#ASIMO.report #head .load-head figure img {
    width: 240px;
    max-width: 100%;
}

#ASIMO .menu ul li a::before {
    transform: rotate(45deg);
}

#ASIMO .menu ul li a:hover::before {
    right: 0.7em;
    bottom: 0;
    transition-duration: 0.1s;
}

/*下部コンテンツ*/
.report p a {
    text-decoration: underline;
}

.report p a:hover {
    color: #c00;
}

.p-4 {
    padding: 4rem;
}

.pt-4 {
    padding-top: 4rem;
}

.pl-4 {
    padding-left: 4rem;
}

/*関連*/
#ASIMO.report #inn-related {
    max-width: 100%;
    margin: 0 auto 0;
    width: 900px;
    display: none !important;
}

#ASIMO.report #inn-related h3 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 40px;
}

#ASIMO.report #inn-related .load-related {
    display: flex;
    width: 1080px;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 90%;
}

#ASIMO.report .inn-other-area .link-item-ph-large {
    max-width: 90%;
    margin: 0 auto;
}

#ASIMO .inn-other-area #inn-related .link-item-ph-large .title {
    padding: 1em 2em 1em 0;
}

#ASIMO .inn-other-area #inn-related .link-item-ph-large .title {
    padding: 1em 2em 1em 0;
}

#ASIMO.report #inn-related .related-list .link-item-ph {
    margin: 0 10px;
    background: #fff;
}

#ASIMO.report #inn-related .related-list figure {
    aspect-ratio: 16 / 9;
    border: 1px solid #ccc;
}

#ASIMO.report #inn-related .related-list figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#ASIMO #inn-related .related-head {
    display: none;
    text-align: center;
    font-size: 24px;
    padding: 70px 0;
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #000;
}

/*#ASIMO .related-list {
	    display: flex;
    overflow: hidden;
}
#ASIMO .related-slide {
	display: flex;
    justify-content: center;
	min-width: 1500px;
}*/
/*#ASIMO .related-slide {
  animation: loop 50s -25s linear infinite;
	padding: 0 13px;
}
#ASIMO .related-slide:nth-child(even) {
  animation: loop2 50s linear infinite;
}*/
@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

#ASIMO #inn-related {
    min-width: 19%;
    margin: 10px;
    transition-duration: 0.5s;
}

#ASIMO #inn-related .related-item {
    min-width: 19%;
    margin: 10px;
    transition-duration: 0.5s;
}

#ASIMO #inn-related .related-list:hover .related-slide {
    animation-play-state: paused;
}

#ASIMO #inn-related .link-item-ph .title {
    font-size: 12px;
    text-align: left;
}

#ASIMO.report #side-related .related-item {
    width: 100%;
    margin-bottom: 20px;
}

#ASIMO.report #side-related .related-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

#ASIMO.report #side-related .related-item a figure {
    flex: 0 0 40%;
    border: 1px solid #ccc;
    aspect-ratio: 16/9;
}

#ASIMO.report #side-related .related-item a figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#ASIMO.report #side-related .related-item a .textarea {
    flex: 0 0 55%;
}

#ASIMO.report #side-related .related-item a .textarea .title {
    font-weight: 300;
    text-align: left;
    padding: 0;
}

#ASIMO.report #side-related .side-head {
    text-align: left;
    font-size: 18px;
}

#ASIMO .related-head {
    display: none;
    text-align: center;
    font-size: 24px;
    padding: 70px 0;
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #000;
}

/*#ASIMO.report #inn-related {
    max-width: 100%;
	margin: 0 auto 0;
    width: 900px;
}

#ASIMO.report #inn-related h3 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 40px;
}

#ASIMO.report #inn-related .load-related {
    display: flex;
    width: 1080px;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 90%;
}

#ASIMO.report .inn-other-area .link-item-ph-large {
    max-width: 90%;
    margin: 0 auto;
}

#ASIMO .inn-other-area .link-item-ph-large .title {
    padding: 1em 2em 1em 0;
}

#ASIMO .inn-other-area .link-item-ph-large .title {
    padding: 1em 2em 1em 0;
}
#ASIMO.report #inn-related .related-list .link-item-ph {
    margin: 0 10px;
	background: #fff;
}
#ASIMO.report #inn-related .related-list figure {
    aspect-ratio: 16 / 9;
}
#ASIMO.report #inn-related .related-list figure img {
    object-fit: cover;
	height: 100%;
	width: 100%;
}*/
/*#ASIMO .related-list {
	    display: flex;
    overflow: hidden;
}
#ASIMO .related-slide {
	display: flex;
    justify-content: center;
	min-width: 1500px;
}*/
/*#ASIMO .related-slide {
  animation: loop 50s -25s linear infinite;
	padding: 0 13px;
}
#ASIMO .related-slide:nth-child(even) {
  animation: loop2 50s linear infinite;
}*/
@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

/*#ASIMO .related-item {
  min-width: 19%;
	margin: 10px;
	transition-duration: 0.5s;
}
#ASIMO .related-list:hover .related-slide {
	animation-play-state: paused;
}*/
/*#ASIMO #inn-related .link-item-ph .title {
	font-size: 12px;
	text-align: left;
}*/

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.prev-arrow {
    position: absolute;
    top: 32%;
    left: -30px;
    width: 16px;
    cursor: pointer;
}

.next-arrow {
    position: absolute;
    top: 32%;
    right: -30px;
    width: 16px;
    cursor: pointer;
}

.slick-list:hover .slick-track {
    animation-play-state: paused !important;
}


/*アンケート*/
#ASIMO.report #inn-questionnaire {
    width: 700px;
    margin: 80px auto 0;
    max-width: 90%;
}

#ASIMO.report .Questionnaire_wrap {
    margin: 30px auto 80px;
}

#ASIMO.report #inn-questionnaire h3 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 40px;
}

#ASIMO.report #inn-questionnaire .load-questionnaire {
    max-width: 90%;
    margin: 0 auto;
}

#ASIMO.report #inn-questionnaire .mod-Questionnaire_Btns {
    padding: 0;
}

#ASIMO.report #inn-questionnaire .mod-Questionnaire_Btn {
    cursor: pointer;
    border: 1px solid #222;
    font-size: 16px;
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    text-align: center;
    line-height: 20px;
    padding: 24px 8px;
}

#ASIMO.report #inn-questionnaire .mod-Questionnaire_Btn-good:before {
    background-image: url("/jp/tech/assets/2023/img/icon_face_good.png");
}

#ASIMO.report #inn-questionnaire .mod-Questionnaire_Btn-good:before,
#ASIMO.report #inn-questionnaire .mod-Questionnaire_Btn-normal:before {
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin-right: 9pt;
}

#ASIMO.report #inn-questionnaire .mod-Questionnaire_Btn-normal:before {
    background-image: url("/jp/tech/assets/2023/img/icon_face_normal.png");
}

#ASIMO.report #inn-questionnaire .mod-Questionnaire_Btn-bad:before {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url("/jp/tech/assets/2023/img/icon_face_bad.png");
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin-right: 4px;
    top: -2px;
}

#ASIMO.report #inn-questionnaire .mod-Questionnaire_Btn-selected {
    border-color: #cc0100;
    background-color: #f7ecec;
    color: #cc0100;
}

#ASIMO.report #inn-questionnaire .mod-Questionnaire_Btn-selected.mod-Questionnaire_Btn-good:before {
    background-image: url("/jp/tech/assets/2023/img/icon_face_good_red.png");
}

#ASIMO.report #inn-questionnaire .mod-Questionnaire_Btn-selected.mod-Questionnaire_Btn-normal:before {
    background-image: url("/jp/tech/assets/2023/img/icon_face_normal_red.png");
}

#ASIMO.report #inn-questionnaire .mod-Questionnaire_Btn-selected.mod-Questionnaire_Btn-bad:before {
    background-image: url("/jp/tech/assets/2023/img/icon_face_bad_red.png");
}

#ASIMO.report #inn-questionnaire .mod-Questionnaire_Title {
    text-align: center;
    margin: 0;
    font-size: 1em;
}

#ASIMO.report #inn-questionnaire .mod-Questionnaire_Btns {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

#ASIMO.report #inn-questionnaire .mod-Questionnaire_Btn {
    flex: 0 0 33%;
    transition: 0.2s;
    background: #fff;
}

#ASIMO.report #inn-questionnaire .mod-Questionnaire_Btn:hover {
    opacity: 0.4;
}

#ASIMO.report #inn-questionnaire .mod-Questionnaire_Txt {
    font-size: 14px;
    text-align: center;
    padding: 1em 0;
}

/*記事内ハッシュタグ*/
#ASIMO.report .inn-content-area .page-body .repo-tag {
    margin: 0 0 0;
}

#ASIMO.report .inn-content-area .page-body .repo-tag ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#ASIMO.report .inn-content-area .page-body .repo-tag ul li {
    /*border: 1px solid #ccc;
    padding: 0.2em 0.7em;*/
    margin: 0 1em 1em 0;
}

#ASIMO.report .inn-content-area .page-body .repo-tag ul li a {
    list-style: none;
    text-decoration: none;
    background: #fff;
    padding: 0.5em 2em 0.5em 1em;
    position: relative;
    color: #0058CC;
    display: block;
}

#ASIMO.report .inn-content-area .page-body .repo-tag ul li::after {
    /*content: "#";*/
}

#ASIMO.report .inn-content-area .page-body .repo-tag ul li a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#ASIMO.report .inn-content-area .page-body .repo-tag ul li a::before {
    right: 1em;
    bottom: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #0058CC;
    border-right: 2px solid #0058CC;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-duration: 0.1s;
}

#ASIMO.report .inn-content-area .page-body .repo-tag ul li a:hover::before {
    right: 0.8em;
}

/*メインビジュアル*/
#ASIMO .main-area {
    display: flex;
    background: #F8F8F8;
    margin: 0;
}

#ASIMO .main-area .page-body {
    flex: 0 0 50%;
    align-items: center;
    display: flex;
}

#ASIMO .main-area .page-body .bodyinner {
    max-width: 90%;
    margin: 0 auto;
    padding: 1em 0;
}

#ASIMO .main-area .main-img {
    flex: 0 0 50%;
}

#ASIMO.report .main-area .video {
    margin: 0 auto;
    width: 100%;
}

#ASIMO.report .inn-content-area .main-area .video iframe {
    max-width: 100%;
    width: 100%;
}

#ASIMO.report .inn-content-area .main-area .page-body h2.large-h {
    font-size: 25px;
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    margin: 0 auto 1em;
    padding: 1em 0.5em;
    border-bottom: 1px solid #ccc;
}

#ASIMO.report .inn-content-area .main-area p {
    font-size: 12px;
}

/*記事内*/
#ASIMO.report .inn-content-area {
    margin: 0 auto 0;
    max-width: 100%;
}

#ASIMO.report .inner {
    /*width: 900px;*/
}

#ASIMO.report .inn-content-area .page-body h2.large-h {
    margin: 80px 0 16px;
    text-align: center;
    font-size: 32px;
    border-bottom: 2px solid #ccc;
    border: none;
}

#ASIMO.report .sensing-subtitle {
    font-size: 18px;
}

.fs08 {
    font-size: 0.8em;
}

#ASIMO.report .inn-content-area .page-body h2.large-h::after {
    content: none;
}

#ASIMO.report .sensing-subtitle {
    font-size: 24px;
    display: block;
    margin-bottom: 0.5em;
}

#ASIMO.report .inn-content-area .page-body h2 {
    font-size: 26px;
    margin: 72px 0 32px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #ccc;
    padding: 0.3em 0;
    position: relative;
    text-align: left;
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
}

/*#ASIMO.report .inn-content-area .page-body h2::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 2px #0d4cff;
    bottom: -2px;
    width: 2em;
}*/

#ASIMO.report .inn-content-area .page-body h3 {
    font-size: 20px;
    margin: 72px 0 16px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    text-align: left;
    width: 100%;
}

#ASIMO.report .inn-content-area .page-body .nomargin-top {
    margin-top: 0 !important;
}

#ASIMO.report .inn-content-area .page-body .nomargin-bottom {
    margin-bottom: 0 !important;
}

#ASIMO.report .inn-content-area .margin-plusL {
    margin-top: 72px;
}

#ASIMO.report .inn-content-area .page-body h3 cap {
    font-size: 16px;
    display: block;
}

#ASIMO.report .inn-content-area .page-body h4 {
    font-size: 16px;
    margin: 24px 0 16px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
}

#ASIMO.report .inn-content-area .page-body .text-c {
    text-align: center;
}

#ASIMO.report .inn-content-area .page-body .text-l {
    text-align: left;
    display: block;
}

#ASIMO.report .inn-content-area .page-body .text-cl {
    text-align: left;
    margin: 0 auto;
}

#ASIMO.report .inn-content-area .page-body p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 1em;
    text-align: left;
}

#ASIMO.report .inn-content-area .page-body p.heading {
    font-size: 16px;
    margin: 40px 0 16px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
}

#ASIMO.report .inn-content-area .page-body p small {
    font-size: 12px;
}

#ASIMO.report .inn-content-area .page-body .caution {
    font-size: 12px;
}

#ASIMO.report .inn-content-area .page-body .caption {
    font-size: 12px;
}

#ASIMO.report .inn-content-area .page-body p.small {
    font-size: 12px;
}

#ASIMO.report .inn-content-area .page-body .uline {
    font-size: 20px;
    line-height: 1.7;
    margin: 0 0 1em;
    display: inline-block;
    border-bottom: 1px solid #000;
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
}

#ASIMO.report .inn-content-area .page-body .bgg {
    background: #F0F0F0;
    padding: 0.5em;
    line-height: 1;
    font-size: 15px;
    border-bottom: none;
}

#ASIMO.report .inn-content-area .page-body .video {
    text-align: center;
    margin: 40px 0;
}

#ASIMO.report .inn-content-area .page-body .video video {
    aspect-ratio: 16 / 9;
    width: 900px;
    height: auto;
    margin: 0 auto;
    max-width: 80%;
}

#ASIMO.report .inn-content-area .page-body .col-7.video video,
#ASIMO.report .inn-content-area .page-body .col-5.video video {
    max-width: 100%;
}

#ASIMO.report .inn-content-area .page-body .video iframe {
    aspect-ratio: 16 / 9;
    width: 900px;
    height: auto;
    margin: 0 auto;
    max-width: 80%;
}

#ASIMO.report .video {
    text-align: center;
    margin: 40px auto;
}

#ASIMO.report .video iframe {
    aspect-ratio: 16 / 9;
    width: 900px;
    height: auto;
    margin: 0 auto;
    max-width: 80%;
}

#ASIMO.report .inn-content-area .page-body #video {
    aspect-ratio: 16 / 9;
    width: 900px;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

#ASIMO.report .inn-content-area .page-body iframe {
    aspect-ratio: 16 / 9;
    width: 900px;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

#ASIMO.report .inn-content-area .page-body img {
    max-width: 100%;
    height: auto;
    margin-bottom: 8px;
}

#ASIMO.report.about .inn-content-area .page-body img {
    width: 100%;
}

#ASIMO.report .inn-content-area .main-img {
    text-align: center;
}

#ASIMO.report .inn-content-area .main-img figure {
    height: 100%;
}

#ASIMO.report .inn-content-area .main-img iframe {
    aspect-ratio: 16 / 9;
    width: 900px;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

#ASIMO.report .inn-content-area .main-img img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    object-fit: cover;
    height: 100%;
}


#ASIMO.report .inn-content-area .main-img .det {
    width: 900px;
    max-width: 100%;
    text-align: right;
}

#ASIMO.report .flexx {
    display: flex;
    justify-content: space-between;
}

#ASIMO.report strong {
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
}

.pt-10 {
    padding-top: 8px !important;
}

.pt-10 {
    padding-top: 8px !important;
}

.pt-15 {
    padding-top: 16px !important;
}

.pt-25 {
    padding-top: 24px !important;
}

.pt-45 {
    padding-top: 40px !important;
}

.pb-10 {
    padding-bottom: 8px !important;
}

.pb-15 {
    padding-bottom: 16px !important;
}

.pb-20 {
    padding-bottom: 24px !important;
}

.pb-30 {
    padding-bottom: 32px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 8px !important;
}

.mt-15 {
    margin-top: 16px !important;
}

.mt-25 {
    margin-top: 24px !important;
}

.mt-45 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 8px !important;
}

.mb-15 {
    margin-bottom: 16px !important;
}

.mb-20 {
    margin-bottom: 24px !important;
}

.mb-30 {
    margin-bottom: 32px !important;
}

.mb-45 {
    margin-bottom: 40px !important;
}

.w-100 {
    width: 100% !important;
}

.w-100 img {
    width: 100%;
}

.w-90 {
    width: 90% !important;
}

.w-80 {
    width: 80% !important;
}

.w-70 {
    width: 70% !important;
}

.w-60 {
    width: 60% !important;
}

.w-50 {
    width: 50% !important;
}

.w-40 {
    width: 40% !important;
}

.w-30 {
    width: 30% !important;
}

#ASIMO.report .inn-content-area .page-body h2 #ASIMO.report .inn-content-area .page-body .how ul li {
    display: flex;
}

#ASIMO.report .inn-content-area .page-body .how ul li {
    display: flex;
}

#ASIMO.report .inn-content-area .page-body .how ul li:not(:last-child) {
    padding: 0 0 48px;
}

#ASIMO.report .inn-content-area .page-body .how ul li img {
    flex: 0 0 50%;
    width: 50%;
}

#ASIMO.report .inn-content-area .page-body .how ul li div {
    padding: 0 0 0 2em;
    flex: 0 0 50%;
    width: 50%;
}

#ASIMO.report .inn-content-area .page-body .how ul.list-text li {
    display: block !important;
}

#ASIMO.report .inn-content-area .page-body .how ul.list-text li span {
    display: block;
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
}

#ASIMO.report .inn-content-area .page-body .how ul.list-text li:not(:last-child) {
    padding-bottom: 1.5em;
}

#ASIMO.report .inn-other-area {
    background: #fff;
    margin: 96px 0 0;
    margin: 96px auto 0;
}


#ASIMO.report .inn-content-area .page-body figure {
    margin: 40px auto;
    font-size: 0.9em;
    text-align: center
}

#ASIMO.report .inn-content-area .page-body .column02 figure.col-2 {
    margin: 8px 0 40px;
}

#ASIMO.report .inn-content-area .page-body .column02 figure.col-3 {
    margin: 8px 0 40px;
}

#ASIMO.report .inn-content-area .page-body .column02 figure.col-4 {
    margin: 8px 0 40px;
}

#ASIMO.report .inn-content-area .page-body .column02 figure.col-5 {
    margin: 8px 0 40px;
}

#ASIMO.report .inn-content-area .page-body .column02 figure.col-6 {
    margin: 8px 0 40px;
}

#ASIMO.report .inn-content-area .page-body .column02 figure.col-7 {
    margin: 8px 0 40px;
}

#ASIMO.report .inn-content-area .page-body .column02 figure.col-8 {
    margin: 8px 0 40px;
}

#ASIMO.report .inn-content-area .page-body figure small {
    display: block;
    text-align: left;
}

#ASIMO.report .inn-content-area .page-body figure.smallmargin {
    margin: 10px auto;
}

#ASIMO.report .inn-content-area figure.flex {
    display: flex;
}

x#ASIMO.report .inn-content-area figure.flex img:first-child {
    margin-right: 1rem !important;
    width: calc(50% - 1rem) !important;
}

.justify-spacebetween {
    justify-content: space-between;
}

.col-2 {
    flex: 0 0 20%;
}

.col-3 {
    flex: 0 0 28%;
}

.col-4 {
    flex: 0 0 38%;
}

.col-5 {
    flex: 0 0 48%;
}

.col-6 {
    flex: 0 0 58%;
}

.col-7 {
    flex: 0 0 68%;
}

ul.listDisc {
    padding-left: 1em;
}

ol.listCount li,
ul.listDisc li {
    list-style: disc;
    margin-bottom: 0.75em;
}

ol.listNum li {
    list-style: decimal;
    margin-bottom: 0.75em;
    margin-left: 2em;
}

li a:hover {
    text-decoration: underline;
}

c#ASIMO.report .inn-content-area figure.flex img {
    width: 50% !important;
}

#ASIMO.report .inn-content-area .detail.box {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
}

#ASIMO.report .inn-content-area .detail.box .item {
    border: 1px solid #35363B;
    flex: 0 0 23%;
}

#ASIMO.report .inn-content-area .detail.box .item_active {
    border: 1px solid #0D4CFF;
    flex: 0 0 23%;
    color: #0D4CFF;
}

#ASIMO.report .inn-content-area .detail.box .item a,
#ASIMO.report .inn-content-area .detail.box .item_active a {
    width: 100%;
    height: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#ASIMO.report .inn-content-area .detail.box .item a::before,
#ASIMO.report .inn-content-area .detail.box .item a::after,
#ASIMO.report .inn-content-area .detail.box .item_active a::before,
#ASIMO.report .inn-content-area .detail.box .item_active a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#ASIMO.report .inn-content-area .detail.box .item a::before {
    right: 1em;
    bottom: 0;
    width: 9px;
    height: 9px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#ASIMO.report .inn-content-area .detail.box .item_active a::before {
    right: 1em;
    bottom: 0;
    width: 9px;
    height: 9px;
    border-top: 2px solid #0D4CFF;
    border-right: 2px solid #0D4CFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#ASIMO.report .inn-content-area .detail.box .item a::before,
#ASIMO.report .inn-content-area .detail.box .item_active a::before {
    right: 0.8em;
    transition-duration: 0.1s;
}

#ASIMO.report .inn-content-area .detail.box .item_active a:hover {
    opacity: 1;
}

#ASIMO.report .inn-content-area .detail.box .arrow {
    display: none;
}

#ASIMO.report .inn-content-area .detail.box p {
    margin: 0;
    font-size: 13px;
}

#ASIMO.report .inn-content-area .page-body .note {
    margin: 40px 0 0;
}

#ASIMO.report .inn-content-area .column02 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4%;
}

#ASIMO.report .inn-content-area .column02 figure h4 {
    margin: 0 0 16px;
}

#ASIMO.report .inn-content-area .column02.space-c {
    justify-content: center;
}

#ASIMO.report .inn-content-area .column02.space-c figure {
    margin-right: 10px;
    margin-left: 10px;
}

#ASIMO.report .inn-content-area .column02.align-c {
    align-items: center;
}

#ASIMO.report .inn-content-area .column02.space-a {
    justify-content: space-around;
}

#ASIMO.report .inn-content-area .column02.space-r {
    justify-content: right;
}

#ASIMO.report .inn-content-area .column02.space-l {
    justify-content: left;
}

#ASIMO.report .inn-content-area .column02 .item {
    flex: 0 0 48%;
}

#ASIMO.report .inn-content-area .column02 .item img {
    width: 100%;
}

#ASIMO.report .inn-content-area .column02 .link-item-ph-large {
    margin: 20px 0 0;
}

#ASIMO.report .inn-content-area .column02 .link-item-ph-large .title {
    font-size: 14px;
    padding: 0em 2em 0em 0em;
}

#ASIMO.report .inn-content-area .column02 .link-item-ph-large.col-5 {
    flex: 0 0 49%;
}

#ASIMO.report .inn-content-area .column03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ASIMO.report .inn-content-area .column03 .item {
    width: 33%;
}

#ASIMO.report .inn-content-area .column03 .item img {
    width: 100%;
}

#ASIMO.report .inn-content-area .column03 .link-item-ph.col-3 {
    border: 1px solid #ccc;
    flex: 0 0 31%;
}

#ASIMO.report .inn-content-area .column03 .link-item-ph.col-3 img {
    margin-bottom: 0;
}

#ASIMO.report .inn-content-area .column03 .link-item-ph.col-3 .title {
    padding: 10px 30px 10px 10px;
}

#ASIMO.report .inn-content-area .column03 .link-item-ph.col-3 .title::before,
#ASIMO.report .inn-content-area .column03 .link-item-ph.col-3 .title::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#ASIMO.report .inn-content-area .column03 .link-item-ph.col-3 .title::before {
    right: 1em;
    bottom: 0;
    width: 9px;
    height: 9px;
    border-top: 2px solid #35363B;
    border-right: 2px solid #35363B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#ASIMO.report .inn-content-area .column03 .link-item-ph.col-3 a:hover .title::before {
    right: 0.8em;
    transition-duration: 0.1s;
}

#ASIMO.report .inn-content-area .column03 figure h4 {
    margin: 0 0 16px;
}

#ASIMO.report .inn-content-area .page-body .column03 figure.col-3 {
    margin: 8px 0 40px;
}

.pcfr {
    float: right;
    margin-left: 24px;
}


.profile {
    margin-top: 4rem;
    background: #f0f0f0;
    overflow: hidden;
    padding: 3rem;
}

#ASIMO.report .inn-content-area .page-body .profile h3 {
    font-size: 0.8em;
    font-family: 'HondaGlobalFontEN-Regular', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
}

#ASIMO.report .inn-content-area .page-body .profile h3 em {
    font-size: 1.4em;
    display: block;
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
}

#ASIMO.report .inn-content-area .page-body .profile img {
    float: right;
    max-width: 200px;
    height: auto;
    margin-left: 1rem;
}

#ASIMO.report .inn-content-area .page-body .profile p {
    font-size: 0.85em;
}

#ASIMO.report .inn-content-area .page-body .profile h3 {
    margin: 0;
    padding: 0 0 1em;
}

#ASIMO.report .inn-content-area .border-box {
    border: 1px solid #000;
    padding: 2em;
    margin: 2em 0;
}

#ASIMO.report .inn-content-area .page-body .border-box h3 {
    margin: 0 0 16px;
}

#ASIMO.report .inn-content-area .page-body .border-box p:last-child {
    margin: 0;
}

#ASIMO .profile_wrap {
    display: flex;
    justify-content: left;
    margin-top: 40px;
}

#ASIMO.report .inn-content-area .page-body .profile_wrap figure {
    margin: 0 2em 0 0;
}

#ASIMO.report .inn-content-area .detail.box.anc {
    flex-wrap: wrap;
    display: block;
    background: #f8f8f8;
    z-index: 100000;
    /*width: 400px;*/
    right: -400px;
    margin: 0;
    padding: 0;
    bottom: 10%;
    transition-duration: 0.2s;
    box-sizing: border-box;
}

#ASIMO.report .inn-content-area .detail.box.anc.larger {
    /*width: 600px;
    right: -600px;*/
}

#ASIMO.home .sideColumn-area .detail.box.anc .index {
    position: absolute;
    top: 0;
    left: -70px;
    /* padding: 1em; */
    /* transform: rotate(90deg); */
    background: #f8f8f8;
    /* transform: rotateX(114deg); */
    height: 145px;
    cursor: pointer;
    display: none;
}

#ASIMO.home .sideColumn-area .detail.box.anc .index a {
    font-size: 20px;
    /*transform: rotate(90deg);*/
    display: block;
    position: relative;
    margin: 0 0;
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    box-sizing: border-box;
    text-decoration: none;
}

#ASIMO.home .sideColumn-area .detail.box.anc .index a:hover {
    color: #000;
    opacity: 0.8;
}

#ASIMO.home .sideColumn-area .detail.box.anc.open .index a::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#ASIMO.report .inn-content-area .detail.box.anc .index {
    position: absolute;
    top: 0;
    left: -70px;
    /* padding: 1em; */
    /* transform: rotate(90deg); */
    background: #f8f8f8;
    /* transform: rotateX(114deg); */
    height: 145px;
    border-left: 5px solid #0058CC;
    cursor: pointer;
}

#ASIMO.report .inn-content-area .detail.box.anc .index a {
    font-size: 20px;
    transform: rotate(90deg);
    display: block;
    position: relative;
    margin: 66px 0 0;
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    box-sizing: border-box;
    text-decoration: none;
}

#ASIMO.report .inn-content-area .detail.box.anc .index a:hover {
    color: #000;
    opacity: 0.8;
}

#ASIMO.report .inn-content-area .detail.box.anc .index a::before {
    content: "";
    left: -20px;
    bottom: 0.3em;
    width: 9px;
    height: 9px;
    border-top: 2px solid #0058CC;
    border-right: 2px solid #0058CC;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
}

#ASIMO.report .inn-content-area .detail.box.anc.open .index a::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#ASIMO.report .inn-content-area .detail.box.anc .item {
    flex: 0 0 48%;
    border: none;
}

#ASIMO.report .inn-content-area .detail.box.anc .item a {
    display: block;
    height: auto;
    padding: 0.5em 0.5em 0.5em 2em;
    text-decoration: none;
    color: #000;
    position: relative;
}

#ASIMO.report .inn-content-area .detail.box.anc .item a:hover {
    color: #000;
    opacity: 0.5 !important;
}

#ASIMO.report .inn-content-area .detail.box.anc .item a::before {
    transform: rotate(135deg);
    right: auto;
    left: 4px;
    top: 1em;
    bottom: auto;
    position: absolute;
}

#ASIMO.report .inn-content-area .detail.box.anc .item:first-child {
    border-top: none !important;
}

#ASIMO.report .inn-content-area .detail.box.anc .item.mail {
    border-top: 1px solid #ccc;
    margin-top: 1em;
}

#ASIMO.report .inn-content-area .detail.box.anc .item.mail a {
    padding: 1.5em 0.5em 0.5em 2em;
}

#ASIMO.report .inn-content-area .detail.box.anc .item.mail a::before {
    transform: rotate(0);
    background-image: url(/jp/tech/assets/2023/img/index-mail.png);
    content: "";
    width: 20px;
    height: 20px;
    left: 0px;
    top: 1.5em;
    border: none;
    background-size: cover;
}

#ASIMO.report .inn-content-area .detail.box.anc .item.mail p {
    color: #0058CC;
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    text-align: left;
}

#ASIMO.report .inn-content-area .detail.box.anc .item.searchlink {
    margin-top: 0;
}

#ASIMO.report .inn-content-area .detail.box.anc .item.searchlink a {
    padding: 0.5em 0.5em 0.5em 2em;
}

#ASIMO.report .inn-content-area .detail.box.anc .item.searchlink a::before {
    transform: rotate(0);
    background-image: url(/jp/tech/assets/2023/img/index-search.png);
    content: "";
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0.5em;
    border: none;
    background-size: cover;
}

#ASIMO.report .inn-content-area .detail.box.anc .item.searchlink p {
    color: #0058CC;
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    text-align: left;
}

#ASIMO.report .inn-content-area .detail.box.anc .littlebox {
    /* display: flex;*/
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding-left: 1em;
}

#ASIMO.report .inn-content-area .detail.box.anc .item.little {
    padding-left: 1em;
    padding-bottom: 0.3em;
    flex: 0 0 50%;
    padding: 0;
}

#ASIMO.report .inn-content-area .detail.box.anc .item.little a {
    padding: 0.2em 0.2em 0.2em 1em;
    display: block;
}

#ASIMO.report .inn-content-area .detail.box.anc .item.little a::before {
    top: 0.5em;
}

#ASIMO.report .inn-content-area .detail.box.anc .item.little p {
    font-size: 12px;
}

#ASIMO.report .inn-content-area .detail.box.anc .item.videoicon a::before {
    transform: rotate(0);
    background-image: url(/jp/tech/assets/2023/img/index-video.png);
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 8px;
    border: none;
    background-size: cover;
}

#ASIMO.report .inn-content-area .detail.box.anc .item.videoicon p {
    /*font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;*/
}

#ASIMO.report .inn-content-area .detail.box.anc p {
    margin: 0;
    font-size: 14px;
    font-family: 'HondaGlobalFontEN-Regular', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    text-align: left;
}

#ASIMO.report .inn-content-area .sideColumn-area .side-head {
    text-align: left;
    margin-bottom: 25px;
}

#ASIMO.report .inn-content-area .page-body figure {
    text-align: center;
    margin: 40px auto;
}


/*タブ切り替え*/
.tab-area {
    background: #eee;
    padding: 0 0 20px;
    margin: 0 auto 40px;
    width: 80%;

}

.tab-area .tab-btn {
    display: flex;
    justify-content: space-between;
}

.tab-area .tab-btn li {
    color: #fff;
    background: #aaa;
    padding: 1em 1em;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex: 0 0 24%;
    justify-content: center;
    text-align: center;
}

.tab-area .tab-btn li a {
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    cursor: pointer;
    text-decoration: none;
}

.tab-area .tab-btn li.tab-active {
    color: #000;
    background: #eee;
}

.tab-area .tab-img .tab-o {
    display: none;
    opacity: 0;
}

.tab-area .tab-img .tab-o.tab-active {
    display: block;
    opacity: 1;
}

.tab-area .tab-img .notxt {
    height: 1.4em;
}

.tab.sec3 .tab-btn li {
    flex: 0 0 32.3%;
}

.tab.sec2 .tab-btn li {
    flex: 0 0 49%;
}

#ASIMO.report .inn-content-area .page-body .tab img {
    margin-bottom: 0;
}

#ASIMO.report .inn-content-area .page-body .tab-o figure {
    margin: 0 auto;
}

.tab-area_01 {
    background: #eee;
    padding: 0 0 20px;
    margin: 0 auto 40px;
    width: 80%;
}

.tab-area_01 .tab-btn {
    display: flex;
    justify-content: space-between;
}

.tab-area_01 .tab-btn li {
    color: #fff;
    background: #aaa;
    padding: 1em 1em;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex: 0 0 24%;
    justify-content: center;
    text-align: center;
}

.tab-area_01 .tab-btn li a {
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    cursor: pointer;
    text-decoration: none;
}

.tab-area_01 .tab-btn li.tab-active {
    color: #000;
    background: #eee;
}

.tab-area_01 .tab-img .tab-o {
    display: none;
    opacity: 0;
}

.tab-area_01 .tab-img .tab-o.tab-active {
    display: block;
    opacity: 1;
}

.tab-area_01 .tab-img .notxt {
    height: 1.4em;
}

.tab-area_02 {
    background: #eee;
    padding: 0 0 20px;
    margin: 0 auto 40px;
    width: 80%;
}

.tab-area_02 .tab-btn {
    display: flex;
    justify-content: space-between;
}

.tab-area_02 .tab-btn li {
    color: #fff;
    background: #aaa;
    padding: 1em 1em;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex: 0 0 24%;
    justify-content: center;
    text-align: center;
}

.tab-area_02 .tab-btn li a {
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    cursor: pointer;
    text-decoration: none;
}

.tab-area_02 .tab-btn li.tab-active {
    color: #000;
    background: #eee;
}

.tab-area_02 .tab-img .tab-o {
    display: none;
    opacity: 0;
}

.tab-area_02 .tab-img .tab-o.tab-active {
    display: block;
    opacity: 1;
}

.tab-area_02 .tab-img .notxt {
    height: 1.4em;
}

#ASIMO.report .inn-content-area .page-body .tab-o figure {
    margin: 0 auto;
}

.sec3 .tab-btn li {
    flex: 0 0 32.3%;
}

.sec2 .tab-btn li {
    flex: 0 0 49%;
}

.cort {
    border: 1px solid #CCCCCC;
    width: 800px;
    box-sizing: border-box;
    padding: 30px 50px !important;
    margin: 60px auto 60px auto !important;
    overflow: hidden;
    max-width: 100%;
}

.cort p:before {
    width: 23px;
    height: 20px;
    background-image: url(../images/pages/mark_caution.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: none;
    display: block;
    float: left;
}

.cort p span {
    /*margin-left:30px!important;*/
    display: block;
}

#modal_notice {
    display: none;
}

#ASIMO.report .inn-content-area .page-body .tab-o figure {
    margin: 0 auto;
}

/*table*/
#ASIMO.report .inn-content-area .page-body .data-table,
#ASIMO.report .inn-content-area .page-body .data-table td,
#ASIMO.report .inn-content-area .page-body .data-table th {
    border: 1px solid #000;
    padding: 0.5em;
    font-size: 14px;
}

#ASIMO.report .inn-content-area .page-body .data-table {
    margin-bottom: 1em;
}

#ASIMO.report .inn-content-area .page-body .data-table .head {
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    background: #ccc;
}

#ASIMO.report .inn-content-area .page-body .data-table th {
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
}

#ASIMO.report .inn-content-area .page-body .data-table small {
    font-size: 0.8em;
}


@media screen and (max-width: 768px) {
    #ASIMO.report .inn-content-area .detail.box.anc .item {
        flex: 0 0 100%;
        border: none;
    }

    #ASIMO.report .inn-content-area .detail.box.anc .item a,
    #ASIMO.report .inn-content-area .detail.box.anc .item.mail a {
        padding: 0;
    }

    #ASIMO.report .inn-content-area .detail.box p {
        padding: 0 1em;
    }

    #ASIMO.report .inn-content-area .page-body figure {
        margin: 40px auto;
    }

    .tab-area {
        width: 100%;
    }

    .tab-area .tab-btn {
        flex-wrap: wrap;
    }

    .tab-area .tab-btn li {
        padding: 1.5em 1em;
        flex: 0 0 50%;
    }

    .tab-area .tab-img .notxt {
        /*height: 1em;*/
    }

    .tab-area_01 {
        width: 100%;
    }

    .tab-area_01 .tab-btn {
        flex-wrap: wrap;
    }

    .tab-area_01 .tab-btn li {
        padding: 1.5em 1em;
        flex: 0 0 50%;
    }

    .tab-area_01 .tab-img .notxt {
        /*height: 1em;*/
    }

    .tab-area_02 {
        width: 100%;
    }

    .tab-area_02 .tab-btn {
        flex-wrap: wrap;
    }

    .tab-area_02 .tab-btn li {
        padding: 1.5em 1em;
        flex: 0 0 50%;
    }

    .tab-area_02 .tab-img .notxt {
        /*height: 1em;*/
    }

    #ASIMO.report .inn-content-area .page-body .tab-img .text-c {
        font-size: 1em;
        padding: 0 0.5em;
    }

    #ASIMO.report .inn-content-area .page-body .tab-o figure {
        width: 90%;
    }
}

.cort {
    border: 1px solid #CCCCCC;
    width: 800px;
    box-sizing: border-box;
    padding: 30px 50px !important;
    margin: 60px auto 60px auto !important;
    overflow: hidden;
}

.cort p:before {
    width: 23px;
    height: 20px;
    background-image: url(../images/pages/mark_caution.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: none;
    display: block;
    float: left;
}

.cort p span {
    /*margin-left:30px!important;*/
    display: block;
}

#modal_notice {
    display: none;
}

.strong-active p {
    color: #0058CC !important;
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
}

/*menu*/
#ASIMO .menu-area {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    padding: 1px 0;
    border-bottom: 1px solid #ccc;
}

#ASIMO .load-menu {
    display: flex;
    margin: 10px auto;
    justify-content: center;
    align-items: center;
}

#ASIMO .load-menu .category-btn {
    display: none;
}

#ASIMO .load-menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 20px;
}

#ASIMO .load-menu ul li {}

#ASIMO .load-menu ul li a {
    font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    text-align: center;
    text-decoration: none;
}

#ASIMO .load-menu ul li a {
    position: relative;
    padding: 0.6em 2.25em 0.6em 1.25em;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #fff;
}

#ASIMO .load-menu ul li a::before,
#ASIMO .load-menu ul li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#ASIMO .load-menu ul li a::before {
    right: 1em;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #35363B;
    border-right: 2px solid #35363B;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#ASIMO .load-menu ul li a:hover {
    background: #E6EFFB;
    border-bottom: 1px solid #0058CC;
    color: #0058CC;
}

#ASIMO .load-menu ul li a:hover::before {
    bottom: -0.5em;
    transition-duration: 0.1s;
    border-top: 2px solid #0058CC;
    border-right: 2px solid #0058CC;
}

#ASIMO .load-menu form {
    margin: 0 20px 0;
}

#ASIMO .load-menu form .hs-serach-txt {
    background: #E9E9E9;
}

#ASIMO .load-menu .asimo-logo img {
    width: 150px;
}

#ASIMO .load-menu ul li.asimo-logo a {
    padding: 0.6em 1.25em 0.6em 1.25em;
}

#ASIMO .load-menu ul li.asimo-logo a:hover {
    background: #fff;
    border-bottom: none;
    color: #0058CC;
}

#ASIMO .load-menu ul li.asimo-logo a::before,
#ASIMO .load-menu ul li.asimo-logo a::after {
    content: none;
}

.about .load-menu ul #menu-about {
	background: #E6EFFB;
	border-bottom: 1px solid #0058CC!important;
	color: #0058CC;
}
.history .load-menu ul #menu-history {
	background: #E6EFFB;
	border-bottom: 1px solid #0058CC!important;
	color: #0058CC;
}
.fan .load-menu ul #menu-fan {
	background: #E6EFFB;
	border-bottom: 1px solid #0058CC!important;
	color: #0058CC;
}
.kids .load-menu ul #menu-kids {
	background: #E6EFFB;
	border-bottom: 1px solid #0058CC!important;
	color: #0058CC;
}

@media screen and (max-width: 768px) {
    #ASIMO.report .sp {
        display: block !important;
    }

    #ASIMO.report .pc {
        display: none !important;
    }

    .pcfr {
        float: none;
        margin: 0;
    }

    .w-90 {
        width: 100% !important;
    }

    .w-80 {
        width: 100% !important;
    }

    .w-70 {
        width: 100% !important;
    }

    .w-60 {
        width: 100% !important;
    }

    .w-50 {
        width: 100% !important;
    }

    .w-40 {
        width: 100% !important;
    }

    .w-30 {
        width: 100% !important;
    }

    #ASIMO.report .inn-content-area .page-body p {
        width: 100%;
        font-size: 14px;
    }

    #ASIMO.report .inn-content-area .page-body h2 {
        font-size: 18px;
        margin: 72px 0 32px;
        line-height: 1.4em;
        letter-spacing: 0.05em;
        text-align: left;
    }

    #ASIMO.report .inn-content-area .page-body h2.large-h {
        margin: 40px 0 40px;
        text-align: center;
        font-size: 24px;
    }

    #ASIMO.report .inn-content-area .page-body h3 {
        font-size: 16px;
        margin: 72px 0 16px;
        line-height: 1.4em;
        letter-spacing: 0.05em;
        text-align: left;
    }

    #ASIMO.report .inn-content-area .page-body h4 {
        font-size: 16px;
        margin: 24px 0 16px;
        line-height: 1.4em;
        letter-spacing: 0.05em;
        font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
        text-align: left;
    }

    #ASIMO.report .inn-content-area .page-body p.heading {
        font-size: 14px;
        margin: 40px 0 16px;
        line-height: 1.4em;
        letter-spacing: 0.05em;
        font-family: 'HondaGlobalFontEN-Bold', "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    }

    #ASIMO.report .inn-content-area .page-body .how ul li {
        flex-wrap: wrap;
    }

    #ASIMO.report .inn-content-area .page-body .how ul li img {
        flex: 0 0 100%;
        width: 100%;
    }

    #ASIMO.report .inn-content-area .page-body .how ul li div {
        padding: 0;
        flex: 0 0 100%;
        width: 100%;
        margin-top: 0;
    }

    #ASIMO.report .inn-content-area .page-body .how ul li div h4 {
        margin: 16px 0 16px;
    }

    #ASIMO.report .inn-content-area .detail.box {
        flex-wrap: wrap;
    }

    #ASIMO.report .inn-content-area .detail.box .item,
    #ASIMO.report .inn-content-area .detail.box .item_active {
        flex: 0 0 48%;
        margin-bottom: 24px;
    }

    #ASIMO.report .inn-content-area .detail.box.anc .item,
    #ASIMO.report .inn-content-area .detail.box.anc .item_active {
        margin-bottom: 0;
        float: none;
    }

    #ASIMO.report .inn-content-area .detail.box.anc .item a::before {
        top: 0;
        bottom: 0;
    }

    #ASIMO.report .inn-content-area .detail.box.anc .item.little {
        flex: 0 0 100%;
    }

    #ASIMO.report .inn-content-area .detail.box.anc .item.little p {
        font-size: 11px;
        padding: 0;
    }

    #ASIMO.report .inn-content-area .detail.box.anc .item.little a::before {
        top: 0.5em;
        bottom: auto;
    }

    #ASIMO.report .inn-content-area .detail.box.anc .item.mail a::before {
        top: 0;
    }

    #ASIMO.report .inn-content-area .detail.box.anc .item.videoicon a::before {
        top: 0;
    }

    #ASIMO .main-area {
        flex-wrap: wrap;
        flex-flow: column-reverse;
    }

    #ASIMO .main-area .page-body {
        flex: 0 0 100%;
        margin: 0 auto 0;
        width: 100%;
    }

    #ASIMO .main-area .main-img {
        flex: 0 0 100%;
    }

    #ASIMO.home .sideColumn-area .main-area .page-body h2.large-h {
        font-size: 20px;
        margin: 25px 0 16px;
    }

    #ASIMO.home .sideColumn-area .detail.box.anc {
        /*max-width: 80%;*/
        padding: 2em 1em 2em 2em;
    }

    #ASIMO.home .sideColumn-area .detail.box.anc p {
        font-size: 12px;
        padding: 0.5em 0.5em 0.5em 2em;
    }

    #ASIMO.home .sideColumn-area .detail.box.anc .mail p {
        padding: 1em 0.5em 0.5em 2em;
    }

    #ASIMO.home .sideColumn-area .detail.box.anc.open {
        max-width: 80%;
        z-index: 99999;
    }

    #ASIMO.home .sideColumn-area .detail.box.anc.open .scroll-area {
        overflow: scroll;
        height: 80vh;
    }

    #ASIMO.home .sideColumn-area .detail.box.anc .index {
        top: auto;
        bottom: 100px;
        left: -90px;
        height: auto;
        display: block;
    }

    #ASIMO.home .sideColumn-area .detail.box.anc.open .index {
        display: none;
    }

    #ASIMO.home .sideColumn-area .detail.box.anc .index a {
        font-size: 14px;
        text-decoration: none;
    }

    #ASIMO.home .sideColumn-area .detail.box.anc .index a::before {
        bottom: 9px;
    }

    #ASIMO.home .sideColumn-area .detail.box.anc.sss .index a::before {
        bottom: 5px;
    }

    #ASIMO.home .sideColumn-area .detail.box.anc.larger .scroll-area {
        max-height: 60vh;
        overflow-y: scroll;
    }

    #ASIMO.report .inn-content-area .detail.box.anc {
        /*max-width: 80%;*/
        padding: 2em 1em 2em 2em;
        display: none;
    }

    #ASIMO.report .inn-content-area .detail.box.anc p {
        font-size: 12px;
        padding: 0.5em 0.5em 0.5em 2em;
    }

    #ASIMO.report .inn-content-area .detail.box.anc .mail p {
        padding: 1em 0.5em 0.5em 2em;
    }

    #ASIMO.report .inn-content-area .detail.box.anc.open {
        max-width: 80%;
    }

    #ASIMO.report .inn-content-area .detail.box.anc .index {
        top: auto;
        bottom: 0;
        left: -50px;
    }

    #ASIMO.report .inn-content-area .detail.box.anc .index a {
        font-size: 14px;
        text-decoration: none;
    }

    #ASIMO.report .inn-content-area .detail.box.anc .index a::before {
        bottom: 9px;
    }

    #ASIMO.report .inn-content-area .detail.box.anc.sss .index a::before {
        bottom: 5px;
    }

    #ASIMO.report .inn-content-area .detail.box.anc.larger .scroll-area {
        max-height: 60vh;
        overflow-y: scroll;
    }

    #ASIMO.report .inn-content-area .detail.box p {
        padding: 1em;
    }

    /*アンケート*/
    #ASIMO.report #inn-questionnaire .mod-Questionnaire_Btns {
        display: block;
    }

    #ASIMO.report #inn-questionnaire .mod-Questionnaire_Btn {
        margin-bottom: 4px;
    }


    #ASIMO.report .inn-content-area .column02 .item {
        flex: 0 0 100%;
    }

    #ASIMO.report .inn-content-area .column02.spfull .col-7 {
        flex: 0 0 100%;
    }

    #ASIMO.report .inn-content-area .column02.spfull .col-6 {
        flex: 0 0 100%;
    }

    #ASIMO.report .inn-content-area .column02.spfull .col-5 {
        flex: 0 0 100%;
    }

    #ASIMO.report .inn-content-area .column02.spfull .col-4 {
        flex: 0 0 100%;
    }

    #ASIMO.report .inn-content-area .column02.spfull .col-3 {
        flex: 0 0 100%;
    }

    #ASIMO.report .inn-content-area .column02.spfull .col-2 {
        flex: 0 0 100%;
    }

    #ASIMO.report .inn-content-area .column02.spfull figure:last-child {
        margin-top: 0;
    }

    #ASIMO.report .inn-content-area .column03.spfull .col-7 {
        flex: 0 0 100%;
    }

    #ASIMO.report .inn-content-area .column03.spfull .col-6 {
        flex: 0 0 100%;
    }

    #ASIMO.report .inn-content-area .column03.spfull .col-5 {
        flex: 0 0 100%;
    }

    #ASIMO.report .inn-content-area .column03.spfull .col-4 {
        flex: 0 0 100%;
    }

    #ASIMO.report .inn-content-area .column03.spfull .col-3 {
        flex: 0 0 100%;
    }

    #ASIMO.report .inn-content-area .column03.spfull .col-2 {
        flex: 0 0 100%;
    }

    #ASIMO.report .inn-content-area .column03 .item {
        flex: 0 0 100%;
    }

    #ASIMO.report .inn-content-area .column03 .link-item-ph.col-3 {
        flex: 0 0 47%;
    }

    #ASIMO.report .inn-content-area .column03 .link-item-ph.col-3.sp {
        border: none;
    }

    #ASIMO .spwide {
        margin: 0 0 20px;
        flex: 0 0 100%;
    }

    #ASIMO.report .inn-content-area .page-body .video video {
        max-width: 100%;
    }

    #ASIMO.report .inn-content-area .page-body .video iframe {
        max-width: 100%;
    }

    #ASIMO.report .video iframe {
        max-width: 100%;
    }

    #ASIMO .related-head {
        font-size: 20px;
        display: block;
    }

    #ASIMO .sideColumn-area {
        padding: 70px 0;
        width: auto;
        max-width: 100%;
        background: none;
    }

    #ASIMO .side-area-inner {
        position: static;
        overflow: hidden;
        height: auto;
        max-height: none;
    }

    #ASIMO.report .inn-content-area .sideColumn-area .side-head {
        /* display: none; */
        text-align: center;
        font-size: 20px;
    }

    #ASIMO.report .inn-content-area .sideColumn-area .inn-related {
        /* display: none; */
    }

    #ASIMO.report #side-related .related-item {
        width: 50vw !important;
        margin-right: 3vw;
    }

    .inn-related .splide__list {
        display: flex;
        padding-left: 0;
        margin-left: 0;
    }

    #ASIMO.report #side-related .related-item a {
        display: block;
    }

    #ASIMO.report #side-related .related-item p {
        font-size: 14px;
    }

    #ASIMO.home .sideColumn-area .detail.box.anc {
        /* position: fixed;
        width: 400px;
        right: -400px;
        top: 0;
        height: 100vh;
        background: #f8f8f8;
        z-index: 10; */
        display: none;
    }

    #ASIMO.report .inn-content-area .detail.box.anc .item.searchlink a {
        padding: 0;
    }

}


@media screen and (max-width: 480px) {

    #ASIMO.report .inn-content-area figure.flex {
        display: block;
    }

    .profile img {
        float: none;
        width: auto;
        margin: 0 0 1em;
    }

    .profile {
        margin-top: 2rem;
        padding: 2rem;
    }
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: -3em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: -3em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
    outline: 0
}

@supports(outline-offset:-3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports(outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

@media screen and (max-width: 1000px) {
    .splide__arrow--prev {
        left: 3em;
    }

    .splide__arrow--next {
        right: 3em;
    }
}

@media screen and (max-width: 768px) {
    .splide__arrow {
        display: none;
    }

    #ASIMO.report #inn-related {
        display: block !important;
    }

    #ASIMO .mainColumn-area {
        padding: 72px 5% 0;
    }

    #ASIMO.report .inn-content-area .main-area .page-body h2.large-h {
        font-size: 20px;
        margin: 0;
    }

    #ASIMO.report .sensing-subtitle {
        font-size: 14px;
    }

    #ASIMO.report .inn-content-area .page-body .repo-tag ul li a {
        font-size: 0.7em;
    }

    /*menu*/
    #ASIMO .menu-area {
        position: relative;
    }

    #ASIMO .load-menu .category-btn {
        display: block;
    }

    #ASIMO .load-menu {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #ASIMO.report #head .load-head figure {
        width: 100%;
        margin: 0 auto 20px;
    }

    #ASIMO .load-menu ul {
        margin: 0 auto;
    }

    #ASIMO .load-menu ul.active {
        top: 50px;
        position: absolute;
        display: block;
        background: #E9E9E9;
        width: 200px;
        z-index: 20;
    }

    #ASIMO .load-menu .nav-cateroy {
        position: relative;
        max-width: 30%;
        white-space: nowrap;
    }

    #ASIMO .load-menu .asimo-logo {
        width: 100%;
    }
}