@charset "utf-8";

/*汎用*/
#wrapInner {
    line-height: 1.4;
    font-family: 'Noto Sans Japanese', sans-serif;
}
.noto100 {font-weight:100;}
.noto200 {font-weight:200;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto600 {font-weight:600;}
.noto700 {font-weight:700;}
.noto800 {font-weight:800;}
.noto900 {font-weight:900;}
.roboto {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.roboto400 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.roboto500 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.roboto700 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
p {
    font-size: 14px;
    line-height: 2em;
}
h1.detail_ttl {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    display: inline-block;
}
li {
    list-style: none;
}
.over_contents {
    padding: 70px 0 0;
    display: inline-block;
    /* margin-bottom: 70px; */
}
.color_33aae7{
    color: #33aae7;
}
.color_333{
    color: #333;
}
.bg_color_e9f9ff{
    background: #e9f9ff;
}
/*purchase*/
.purchaseSection {
    padding: 0;
}
.purchaseSection .purchaseSectionTitle {
    padding-bottom: 40px;
    font-size: 44px;
    text-align: center;
}
.purchaseSection .robot_basket_box {
    padding: 40px 0 25px;
    box-sizing: border-box;
}
.purchaseSection .robot_basket_box .img_side_box {
    width: 276px;
    float: left;
}
.purchaseSection .robot_basket_box .img_side {
    position: relative;
    width: 276px;
}
.purchaseSection .txt_side {
    width: 590px;
    box-sizing: border-box;
    padding-top: 0;
}
.purchaseSection .photo_containerRoboto {
    margin: 0 0 10px;
    width: 266px;
    height: 352px;
    overflow: hidden;
}
.purchaseSection .thumbnail li {
    border: 1px solid #f1f1f1;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.purchaseSection .thumbnail_three li {
    margin: 0 7px 8px 0;
    width: 82px;
    height: 60px;
}
.purchaseSection .thumbnail_four li {
    margin: 0 6px 8px 0;
    width: 60px;
    height: 60px;
}
.purchaseSection .product_status {
    margin-top: 24px;
    width: 76px;
    height: 26px;
    line-height: 26px;
    background: #9fca63;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.purchaseSection .product_name {
    margin-top: 8px;
    margin-bottom: 40px;
}
.purchaseSection .release_plan {
    margin-bottom: 6px;
}
.purchaseSection .specialBox {
    border: 3px solid #cd1c00;
}
.purchaseSection .specialBox .titleBox {
    padding: 2px 0 5px;
    background: #cd1c00;
    text-align: center;
}
.purchaseSection .specialBox .titleBox .title {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}
.purchaseSection .specialBox .txtBox {
    padding: 12px;
    text-align: center;
}
.purchaseSection .specialBox .txtBox .read {
    display: block;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #cd1c00;
}
.purchaseSection .specialBox .txtBox .txt {
    display: block;
    font-size: 12px;
    line-height: 1.4;
}
.purchaseSection .price_box {
    padding: 15px;
    margin-bottom: 30px;
}
.purchaseSection .price_txt {
    font-size: 30px;
}
.purchaseSection .price_box .ico-st-order {
    height: 24px;
    margin: -3px 0 3px;
    padding: 3px 20px;
    line-height: 22px;
}
.purchaseSection .under_left a {
    margin-top: 10px;
    display: block;
}
.purchaseSection .under_right a {
    margin-bottom: 5px;
    display: block;
}
.purchaseSection .noticeArea {
    width: 960px;
    margin: 20px auto 0;
    padding: 0 40px;
    box-sizing: border-box;
}
.purchaseSection .noticeArea p {
    font-size: 12px;
    color: #fff;
}
.purchaseSection .noticeArea .leftNoticeBox {
    width: 266px;
    padding-right: 20px;
    text-align: right;
}
.purchaseSection .noticeArea .rightNoticeBox {
    width: 594px;
}
.purchaseSection .noticeArea .rightNoticeBox a {
    color: #fff;
}



/*clinic*/
.clinicSection .clinicSectionTitle {
    padding-bottom: 40px;
    text-align: center;
    font-size: 44px;
}
.clinicSection .white_box p {
    line-height: 1.4;
}
/*fancybox*/
#fancybox-outer,
#fancybox-content {
    border-radius: 5px;
}
#fancybox-close {
    top: auto;
    bottom: -32px;
    right: 0;
    width: 22px;
    height: 22px;
    background: transparent url(/images/front/pc/iconSprite.png) ;
    background-position: -4px -48px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}
#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 48px;
    margin-top: -24px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}
#fancybox-left-ico {
    background-image: url(/images/front/pc/iconSprite.png);
    background-position: -148px -4px;
}
#fancybox-right-ico {
    background-image: url(/images/front/pc/iconSprite.png);
    background-position: -118px -4px;
}
#fancybox-left:hover span {
    left: 12px;
}
#fancybox-right:hover span {
    left: auto;
    right: 12px;
}
#fancybox-title {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック" , sans-serif;
    font-size: 12px;
    font-weight: normal;
    z-index: 1102;
}
.fancybox-title-outside {
    padding-top: 6px;
    color: #fff;
}
#fancybox-title-over {
    padding: 0;
    background-image: none;
    display: block;
}

/*エフェクト*/
.effect {
    opacity: 0;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}
.motion {
    -webkit-animation: motionSlide 0.5s cubic-bezier(.215,.61,.355,1) 0.5s 1 forwards;
    animation: motionSlide 0.5s cubic-bezier(.215,.61,.355,1) 0.5s 1 forwards;
}
@-webkit-keyframes motionSlide {
    100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    }
}
@keyframes motionSlide {
    100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    }
}

h1.section_ttl {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.6em;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    display: block;
}
.section_ttl, .section_ttl .campaign_txt {
    text-align: center;
    display: inline-block;
}
.section_ttl .ttl_cap {
    display: block;
}
/* campaign_section */
.campaign_section {
    /* margin-bottom: 40px; */
    background: #e5f3f9;
    padding-bottom: 60px;
    /* display:inline-block; */
    /* height: 450px; */
    }


.ttl_cap {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.5em;
}
/* .ttl_cap:after, .ttl_cap:before {
    content: "";
    width: 30PX;
    margin: 0;
    top: 1em;
    border-top: 1px solid;
    display: inline-block;
    flex-grow: 1;
    margin-left: .5em;
} */
.detail_img {
    float: right;
    margin-left: 20px;
}
.detail_li_box {
    text-align: left;
}
.detail_section_li {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    display: block;
}
.detail_section .point01 {
    font-size: 12px;
    color: #C0272D;
    border: solid 1px #C0272D;
    padding: 5px 10px;
    margin-top: -1px;
    float: right;
    margin-left: 10px;
}
.detail_section .detail_li {
    padding: 0 0 0 15px;
    line-height: 2em;
    margin: 20px 0 0 14px;
}
.detail_section .detail_li li {
    list-style-type: disc;
    margin-bottom: 15px;
}
.detail_section .detail_li h1 {
    font-size: 14px;
}
/*mainvisual*/
#mainvisual_ttl_box #mainvisual_logo_box {
    /* float: left; */
    display: inline-block;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
}
#mainvisual_ttl_box .point01 {
    display: inline-block;
    border: solid 1px #C0272D;
    padding: 8px 10px;
    color: #C0272D;
    font-size: 13px;
    float: left;
    margin-right: 10px;
}
#mainvisual_ttl_box #mainvisual_logo_box .logo {
    float: left;
    margin-right: 20px
}
#mainvisual_ttl_box #mainvisual_logo_box .icn_reservation {
    float: left;
}
#mainvisual_ttl_box #mainvisual_logo_box .icn_reservation img {
    vertical-align: middle;
    margin-right: 10px;
}
#mainvisual_ttl_box {
    width: 500px;
    float: left;
}
#mainvisual_img_box {
    float: right;
}
#mainvisual_img_li li {
    width: 60px;
    height: 60px;
    /* float: right; */
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
#mainvisual_img_box #mainvisual_img {
    float: left;
    margin-right: 20px
}
#mainvisual_img_li {
    float: right;
    padding: 0;
}
#mainvisual_img_li a {
    display: inline-block;
    padding: 2px;
}

#mainvisual_img_li a.is-active {
    padding: 0;
    border: 2px solid red;
}
#mainvisual_img_li img {
    width: 100%;
    vertical-align: bottom;
}
#robots_mainvisual {
    padding: 70px 0 40px;
}
#mainvisual_ttl {
    font-size: 28px;
    line-height: 1.4em;
    font-weight: normal;
    margin-bottom: 20px;
    vertical-align: top;
    display: inline-block;
    letter-spacing: 2px;
}
#mainvisual_ttl .icn_reservation {
    float: right;
}
.info_section_two li, .info_section_three li  {
    float: left;
    margin-bottom: 10px;
    display: inline-block;
}
.info_section_two li  {
    margin-right: 16px;
}
.info_section_three li  {
    margin-right: 15px;
}
.info_section_one li {
    float: left;
    margin-bottom: 10px;
}
.info_section_two li:nth-child(2n), .info_section_three li:nth-child(3n)  {
    margin-right: 0;
}
.info_section_one, .info_section_two, .info_section_three {
    display: inline;
}
/* movie */
.movie_section .section_ttl {
    color: #fff;
}
.movie_section .ttl_cap {
    color: #fff;
}
.movie_contents_li_one li {
    text-align: center;
    margin-bottom: 10px;
}
#info_section {
    padding: 40px 0;
    display: inline-block;
}
.movie_contents_li_one, .movie_contents_li_three {
    /* width: 100%; */
    display: inline-block;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
}
ul.movie_contents_li_two {
    display: inline-block;
    padding: 0;
}

.movie_contents_li_one .movie_img a:after {
    background: url(/images/front/pc/temp/icn_movie_one.png) 0% no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    content: "";
    display: inline-block;
    width: 650px;
    height: 365px;
    top: 0;
    left: 0;
}
.movie_contents_li_two .movie_img a:after {
    background: url(/images/front/pc/temp/icn_movie_two.png) 0% no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    content: "";
    display: inline-block;
    width: 470px;
    height: 264px;
    top: 0;
    left: 0;
}
.movie_contents_li_three .movie_img a:after {
    background: url(/images/front/pc/temp/icn_movie_three.png) 0% no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    content: "";
    display: inline-block;
    width: 310px;
    height: 174px;
    top: 0;
    left: 0;
    /* margin: 0; */
    /* padding: 0; */
}
.movie_contents_li_four .movie_img a:after {
    background: url(/images/front/pc/temp/icn_movie_four.png) 0% no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    content: "";
    display: inline-block;
    width: 228px;
    height: 128px;
    margin-top: -128px
}
ul.movie_contents_li_two li {
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    width: 470px;
    position: relative;
}
ul.movie_contents_li_one li {
    float: left;
    margin-bottom: 25px;
    width: 650px;
}
ul.movie_contents_li_two li:nth-child(2n) {
    margin-right: 0;
}
ul.movie_contents_li_three li {
    float: left;
    margin-right: 15px;
    margin-bottom: 25px;
    width: 310px;
    position: relative;
}
ul.movie_contents_li_three li:nth-child(3n)  {
    margin-right: 0;
}
ul.movie_contents_li_four li {
    float: left;
    margin-right: 15px;
    margin-bottom: 25px;
    width: 228px;
}
ul.movie_contents_li_four li:nth-child(4n)  {
    margin-right: 0;
}
ul.movie_contents_li_four, ul.movie_contents_li_three, ul.movie_contents_li_two  {
    padding: 0;
}

.movie_section .movie_txt {
    font-size: 12px;
    color: #fff;
}
.movie_section {
    background: #333;
    padding-bottom: 40px;
}
/* img_box */
.img_box li {
    float: left;
}
.img_box_four, .img_box_three, .img_box_two  {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.img_box_four li {
    width: 225px;
    margin-right: 20px;
}
.img_box_three li {
    width: 300px;
    margin-right: 30px;
}
.img_box_two li {
    width: 450px;
    margin-right: 60px;
}
.img_box_four li:nth-child(4n), .img_box_three li:nth-child(3n), .img_box_two li:nth-child(2n) {
    margin-right: 0;
}
.img_box_three li, .img_box_four li {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background: #fff;
}
.img_box_three li .img_box_txt, .img_box_four li .img_box_txt {
    margin: 15px
}
.img_box {
    padding: 100px 0;
}
/* FAQ */
.faq_q {
    background: #33AAE7;
    color: #fff;
}
.faq_a {
    font-size: 12px;
    border: solid 1px #333333;
}
.faq_q, .faq_a {
    width: 40px;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    margin-right: 20px;
    display: inline-block;
}
.faq_txt {
    width: 900px;
    float: right;
}
.faq_section_li {
    margin-bottom: 30px;
    display: inline-block;
}
.faq_section_li .faq_q {
    margin-bottom: 10px;
}
.faq_section .detail_ttl_box h1 {
    margin-bottom: 10px;
    color: #33AAE7;
}

/* SPEC */
.spec_section h1.detail02_ttl {
    display: inline-block;
    float: left;
    width: 160px;
}
.spec_section h1.detail02_ttl_wide {
    width: 100%;
}
.spec_section h1.detail02_ttl, .spec_section h1.detail02_ttl_wide, .spec_section .detail_li_box p {
    font-size: 12px;
    /* line-height: 3em; */
    font-weight: normal;
}
.spec_section .detail_li_box .detail_li_box_element {
    border-top: solid 1px #ccc;
    /* display: block; */
    width: 100%;
    float: left;
    padding: 10px 0;
}
.spec_section .detail_li_box {
    border-bottom: solid 1px #ccc;
}
.spec_section .detail_li_box {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.spec_section .detail_li_box .detail_ttl {
    font-size: 16px;
}
.spec_section .detail_li_box .detail_li_box_txt{
    width: 310px;
    display: inline-block;
}
.spec_section .detail_li_box .detail_li_box_txt.multi_line{
    padding: 8px 0;
    line-height: 1.6;
}
.spec_section_head_img .over_contents_inner {
    width: 960px;
    background: #fff;
    padding: 80px 50px 0;
    display: inline-block;
}
/*画像切り替え*/
.thumbActive {
    outline: 2px solid #33aae7;
    outline-offset: -2px;
}

/* download */
.downloadSection .app_icon_box {
    margin-right: 30px;
    width: 100px;
}
.downloadSection .app_txt_box {
    width: 830px;
}
.downloadSection .app_txt_title {
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
}
.downloadSection .app_txt_list li {
    padding-bottom: 25px;
}
.downloadSection .dl_icon {
    margin-right: 12px;
    width:48px;
}
.downloadSection .dl_detail .dl_detail_title {
    font-size: 14px;
}
.downloadSection .dl_detail .dl_detail_txt {
    font-size: 12px;
}
.downloadSection .download_box {
    margin-bottom: 70px;
    text-align: center;
}
.ico_list {
    background: #f2f2f2;
    padding: 20px 0;
    margin: 0 auto;
 }
    background: #f2f2f2;
.download_app .ico_list {
    text-align: center;
}
.downloadSection .ico_list li:nth-child(odd) {
    /* padding-right: 37.5px; */
}
.downloadSection .ico_list li {
    padding-left: 37.5px;
}
.downloadSection .ico_list li:first-child {
    padding-left: 0;
}
.downloadSection .ico_wrap {
    text-align: center;
}
.downloadSection .ico_wrap img {
    width: 100%;
}
.downloadSection .ico_wrap.ico_wrap_android {
    width: 196px;
}
.downloadSection .ico_wrap.ico_wrap_apple {
    width: 220px;
}
.downloadSection .ico_wrap .ico_txt {
    padding-top: 10px;
    font-size: 12px;
}
.downloadSection .ico_wrap_elements a {
    background: #33aae7;
    border-radius: 8px;
    display: block;
    width: 196px;
    height: 62px;
    line-height: 62px;
    font-size: 14px;
    color: #fff;
}