@charset "utf-8";
/*汎用*/
.glayCmn {
    background: #f5f5f5;
}
.iconBefore.spriteRobohon:before,
.iconAfter.spriteRobohon:after {
    content: "";
    background-image: url(/images/front/pc/robohon/robohonSprite.png);
    background-repeat: no-repeat;
}
/*mainvisual*/
.mainVisual {
    position: relative;
    height: 460px;
    width: 100%;
    margin-bottom: 62px;
    background: #fff;
}
.mainVisual .over_contents_inner:before {
    content: "";
    display: block;
    width: 250px;
    height: 506px;
    background-image: url(/images/front/pc/robohon/robohonImg.png);
    position: absolute;
    left: -15px;
    top: 24px;
    z-index: 10;
}
.mainVisual .privilegeMark {
    display: block;
    width: 135px;
    height: 135px;
    position: absolute;
    right: 75px;
    bottom: 40px;
}
.mainVisual .headerTxt {
    width: 440px;
    line-height: 1.8;
    text-align: center;
    position: absolute;
    margin-left: -220px;
    left: 50%;
    bottom: 33px;
}
.mainVisual .releaseBox {
    position: absolute;
    left: 0;
    bottom: -62px;
    display: block;
    width: 100%;
    height: 65px;
    background: #f5f5f5;
}
.mainVisual .releaseBox .page_contents {
    position: relative;
}
.mainVisual .releaseBox .txt {
    position: absolute;
    width: 351px;
    right:206px;
    top: 25px;
}
.comingSoon:after {
    width: 89px;
    height: 21px;
    margin: -2px 0 0 15px;
    background: 0 0;
}
.mainVisual .releaseBox .txt .item{
    color: #e6000d;
    font-size: 18px;
    line-height: 18px;
}
.over_contents_inner {
    height: 100%;
}
.mainTitle .catch {
    position: absolute;
    margin-left: -154px;
    left: 50%;
    top: 50px;
}
.mainTitle .robotLogo {
    position: absolute;
    margin-left: -183px;
    left: 50%;
    top: 163px;
}
.page_contents .labelBox {
    height: 155px;
    width: 100%;
    text-align: center;
}
.glayCmn .page_contents .labelBox {
    background: #f5f5f5;
}
.mainVisual .campaignBox {
    position: absolute;
    right: -87px;
    bottom: 20px;
    display: block;
    width: 322px;
    height: 400px;
    -webkit-animation: cpbox 4.6s ease infinite;
    animation: cpbox 4.6s ease infinite;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
@keyframes cpbox {
    0% { transform:translateY(0) }
    4.34783% { transform:translateY(0) }
    8.69565% { transform:translateY(0) }
    17.3913% { transform:translateY(-15px) }
    21.73913% { transform:translateY(0) }
    26.08696% { transform:translateY(-15px) }
    34.78261% { transform:translateY(0) }
    100% { transform:translateY(0) }
}
@-webkit-keyframes cpbox {
    0% { transform:translateY(0) }
    4.34783% { transform:translateY(0) }
    8.69565% { transform:translateY(0) }
    17.3913% { transform:translateY(-15px) }
    21.73913% { transform:translateY(0) }
    26.08696% { transform:translateY(-15px) }
    34.78261% { transform:translateY(0) }
    100% { transform:translateY(0) }
}
.mainVisual .campaignBox:hover {
    animation-play-state: paused;
}
#robohon .mainVisual .campaignBox .linkImg {
    display: block;
    width: 322px;
    height: 400px;
    background: url(/images/front/pc/robohon/bnrCampaign.png) no-repeat 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#robohon .mainVisual .campaignBox .linkImg:hover {
    background: url(/images/front/pc/robohon/bnrCampaign_on.png) no-repeat 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all  0.3s;
}

/*movie*/
.movieSection {
    background: #f8f8f8;
    padding: 50px 0;
}
.movieSection .movieBox {
    position: relative;
    margin: 0 auto;
    width: 444px;
    height: 330px;
}
.movieSection .movieBox a {
    display: block;
    background: #000;
}
.movieSection .movieBox a:hover {
    background: #000;
}
.movieSection .movieBox a.iconPlayback:hover:before {
    position: absolute;
    width: 68px;
    height: 68px;
    background-position: -45px 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}
.movieSection .movieBox a img {
    width: 100%;
}
.movieSection .movieBox a:hover img {
    opacity: 0.85;
    filter: alpha(opacity=85);        /* ie lt 85 */
    -ms-filter: "alpha(opacity=85)";  /* ie 85 */
    -webkit-filter: opacity(0.85);
    -moz-filter: opacity(0.85);
    -o-filter: opacity(0.85);
    -ms-filter: opacity(0.85);
    filter: opacity(0.85);
}
.movieSection .movieBox a,
.movieSection .movieBox a img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all  0.3s;
}
/*featuresSection*/
.featuresSection {
    margin-top: -62px;
    padding-top: 65px;
}
.featuresList {
    width: 960px;
    margin-left: 30px;
    margin-right: -30px;
    padding-bottom: 15px;
}
.featuresList li {
    width: 202px;
    height: 196px;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    margin: 0 30px 30px 0;
    box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    position: relative;
	overflow: hidden;
}
.featuresList .caption {
    text-align: center;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
}
.captionInner {
    position: relative;
    width: 202px;
    height: 196px;
}
.captionInner .txt {
    display: block;
    color: #fff;
    line-height: 1.6;
    width: 202px;
}
.captionInner .txt + .txt {
    padding-top: 10px;
}
.invisible {
    display: none;
}
.featuresList li:hover .caption {
    bottom: 0;
    left: 0;
}
.featuresList li .imgBox {
    position: relative;
    margin-bottom: 10px;
}
.featuresList li .txtBox {
    font-size: 13px;
    font-weight: bold;
    color: #1a1a1a;
    text-align: center;
}
.featuresList li .txtBox .txt {
    font-size: 13px;
    color: #1a1a1a;
    margin: 9px 0 0 0;
}
.featuresList li .txtBox .txt.txtS {
    font-size: 12px;
}
.phoneIcon:before {
    width: 18px;
    height: 31px;
    background-position: -94px 0;
    margin-right: 4px;
}
.messageIcon:before {
    width: 26px;
    height: 22px;
    background-position: -114px 0;
    margin-top: 4px;
}
.photoIcon:before {
    width: 26px;
    height: 21px;
    background-position: -144px 0;
    margin-top: 3px;
    margin-right: 3px;
}
.talkIcon:before {
    width: 34px;
    height: 28px;
    background-position: -174px 0;
    margin-top: 1px;
}
.focusIcon:before {
    width: 23px;
    height: 27px;
    background-position: -212px 0;
    margin-right: 3px;
}
.shapeIcon:before {
    width: 27px;
    height: 29px;
    background-position: -240px 0;
    margin-top: -1px;
}
.projectorIcon:before {
    width: 27px;
    height: 21px;
    background-position: -270px 0;
    margin-top: 3px;
}
.scheduleIcon:before {
    width: 27px;
    height: 27px;
    background-position: -300px 0;
}
.robohonIcon:before {
    width: 30px;
    height: 31px;
    background-position: -330px 0;
    margin-top: -4px;
    margin-right: 7px;
}
.searchIcon:before {
    width: 19px;
    height: 39px;
    background-position: -364px 0;
    margin-top: 5px;
}
.featuresList li .imgBox.iconMovie:before {
    position: absolute;
    margin-left: -21px;
    top: 55px;
    left: 50%;
    width: 43px;
    height: 43px;
    background-position: -424px 0;
}
.featuresList li:hover .imgBox.iconMovie:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all  0.3s;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.featuresList li:hover .captionInner.iconMovieS:before {
    position: absolute;
    margin-left: -16px;
    left: 50%;
    bottom: 15px;
    width: 32px;
    height: 32px;
    background-position: -389px 0;
}
/*conceptMovieSection*/
.conceptMovieSection {
    background: #111;
}
.conceptMovieSection .page_contents {
    padding: 45px 0;
}
.conceptMovieSection .page_contents .titleBox {
    width: 399px;
    height: 292px;
}
.conceptMovieSection .page_contents .titleBox .titleInner {
    width: 399px;
    height: 292px;
    text-align: center;
}
.moviePlayBox {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/*conceptImageSection*/
.conceptImageSection {
    padding: 0;
    background: #ccc;
}
.conceptImageSection .page_contents {
    position: relative;
    padding: 45px 0 60px;
}
.conceptImageSection .titleBox {
    float: right;
    height: 115px;
    text-align: center;
}
.conceptImageSection .titleBox .titleInner {
    width: 371px;
    height: 115px;
    text-align: center;
}
.conceptImageSection .imgListBox {
    width: 560px;
    height: 416px;
    float: left;
    overflow: hidden;
}
.conceptImageSection .viewText {
    color: #333;
    font-size: 14px;
    text-align: center;
}
.conceptImageSection #caption {
    display: block;
    width: 560px;
    height: 12px;
    background: #ccc;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 68px;
    padding-top: 10px;
    z-index: 10;
}
.mainImageConcept {
    margin-bottom: 10px;
}
.conceptImage {
    position: absolute;
    top: 45px;
    left: 0;
    width: 960px;
    height: 396px;
}
.conceptImage .imageInner {
    position: relative;
    width: 960px;
    height: 396px;
}
.conceptImage .mainPhoto {
    width: 560px;
    height: 396px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.mainPhoto img {
    margin-bottom: 100px;
}
.conceptImage .thumbnail {
    width: 380px;
    height: 284px;
    position: absolute;
    right: -10px;
    bottom: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .conceptImage .thumbnail {
        bottom: -5px;
    }
}
.conceptImage .thumbnail li {
    margin: 0 10px 10px 0;
    position: relative;
}
.conceptImage .thumbnail li a {
    display: block;
}
.conceptImage .thumbnail li img {
    width: 85px;
}
.conceptImage .thumbnail li.current {
    border: 4px solid #e6000d;
    max-width: 93px!important;
    min-width: 93px!important;
    max-height: 56px!important;
    margin: -4px 6px 0 -4px;
    overflow: hidden;
}
/*howtouseSection*/
.howtouseBox {
    margin-bottom: 14px;
}
.howtouseBox > .txt {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 18px;
    margin-top: -3px;
}
.howtouseBox .txt .asterisk {
    font-size: 10px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: top;
}
.howtouseBox .stepArea {
    width: 960px;
    height: 371px;
    background-image: url(/images/front/pc/robohon/step.png);
    background-repeat: no-repeat;
    position: relative;
}
.stepRobots {
    position: absolute;
    width: 220px;
    height: 61px;
    top: 52px;
    left: 37px;
}
.stepMobile {
    position: absolute;
    width: 248px;
    height: 60px;
    top: 52px;
    left: 288px;
}
.stepCocoro {
    position: absolute;
    width: 220px;
    height: 61px;
    top: 52px;
    left: 702px;
}
.howtouseBox .stepArea .italicTxt {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.3;
    text-align: center;
}
.stepMobile .italicTxt {
    padding-top: 40px;
}
.stepCocoro .italicTxt {
    width: 238px;
    margin-left: -16px;
    padding-top: 40px;
}
.asteriskBox {
    position: absolute;
    top: 242px;
    left: 0;
    width: 450px;
}
.asteriskBox .txt {
    font-size: 12px;
    margin-bottom: 7px;
    color: #1a1a1a;
}
.asteriskBox .txtS {
    line-height: 1.4;
    font-size: 10px;
    padding-left: 25px;
    color: #1a1a1a;
}
.cautionBox {
    width: 319px;
    position: absolute;
    top: 242px;
    right: 0;
}
.cautionBox .txt {
    font-size: 12px;
    margin-bottom: 7px;
    color: #1a1a1a;
}
.cautionBox .txtS {
    line-height: 1.4;
    font-size: 10px;
    color: #1a1a1a;
    text-indent: -5px;
}
/*privilegeArea*/
.privilegeArea {
    padding: 10px 45px 80px;
    background: #d2b287;
    z-index: 10;
}
.privilegeArea .labelBox {
    height:  220px;
    text-align: center;
    position: relative;
}
.privilegeArea .labelBox .labelInner {
    padding-left: 260px;
    text-align: left;
}
.privilegeArea .stepTitle .item {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.privilegeArea .stepTitle .item.small {
    font-size: 15px;
    margin-top: 17px;
}
.stepRobotoLabel {
    margin: 0;
}
.stepMobileLabel {
    margin: 0 7px 0 3px;
}
.stepTitle .item {
    margin-top:  14px;
}
.privilegeBox {
    background: #fff;
    position: relative;
    margin-bottom: 25px;
}
.privilegeBox + .txtBox {
    padding: 0 68px;
}
.privilegeBox + .txtBox .txt {
    font-size: 13px;
    line-height: 1.4;
    padding-left: 26px;
    text-indent: -26px;
}
.privilegeBox.privilegePrize + .txtBox {
    padding: 0 0 0 68px;
}
.privilegeBox.privilegePrize + .txtBox .txt {
    font-size: 13px;
    line-height: 1.4;
    padding-left: 0;
    text-indent: 0;
}
.privilegeBox + .txtBox .txt .asterisk {
    font-size: 15px;
}
.page_contents .stepBox:first-child {
    margin-bottom: 58px;
}
.privilegeMarkCmn {
    position: absolute;
    left: 100px;
    top: 40px;
    z-index: 10;
}
.privilegeBox .privilege {

}
.privilegeBox .bottomTxt {
    line-height: 13px;
    font-size: 13px;
    width: 100%;
    text-align: left;
    margin: -2px 0 0 0;
    padding-left: 64px;
    padding-bottom: 15px;
}
/*buySection*/
.buySection {
    position: relative;
    background: #f5f5f5;
    padding-bottom: 40px;
    z-index: 0;
}
.buySection .buyBgWrap {
    position: relative;
    margin: 0 auto;
    height: 450px;
    overflow: hidden;

}
.buySection .buyBg {
    display: block;
    height: 450px;
    text-align: center;
    background-color: #fff;
    background-image: url(/images/front/pc/robohon/robotoBg.jpg);
    background-size: cover;
    z-index: 2;
}
.robot_basket_box .product_name {
    font-size: 30px;
}
.release_plan {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
}
.price_box .priceLabel {
    font-size: 15px;
    line-height: 15px;
    margin-top: 11px;
}
.price_box .taxTxt {
    font-size: 15px;
    line-height: 15px;
    margin-top: 13px;
    margin-left: -8px;
}
/*robot_basket_box追加*/
.robotImgBox {
    width: 276px;
    height: 429px;
    float: left;
}

/*spec_table*/
.spec_table .txtIndent {
    padding-left: 34px;
    text-indent: -34px;
    margin-bottom: 10px;
}
.spec_table .txtIndent + .txtIndent {
    margin-bottom: 5px;
    padding-left: 29px;
    text-indent: -29px;
}
.spec_table .asterisk {
    font-size: 10px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: top;
}
.specSection .cautionList {
    margin-bottom: 40px;
}
.specSection .cautionList li {
    margin-bottom: 5px;
    padding-left: 25px;
    text-indent: -25px;
}
.specSection .cautionList .item {
    font-size: 10px;
}
.specSection .cautionList .asterisk {
    font-size: 12px;
}
.specSection .cautionList .asterisk + .item {
    margin-left: -2px;
}
.specSection .cautionList + .txt {
    font-size: 12px;
    margin-bottom: 10px;
}
.spec_table_wrap {
    margin-bottom: 50px;
}
.specSection .cautionList + .cautionBottom li {
    padding-left: 15px;
    text-indent: -15px;
}
.specSection .cautionList + .cautionBottom li:first-child {
    margin-bottom: 10px;
}
#photo_containerRoboto {
    width: 266px;
    height: 352px;
    margin-bottom: 5px;
    overflow: hidden;
}
#main_photoRoboto img {
    width: 266px;
}
#thumbnailRoboto {
    width: 271px;
}
#thumbnailRoboto li {
    margin-right: 5px;
}
#thumbnailRoboto li.current {
    border: 4px solid #e6000d;
    max-height: 62px!important;
    min-height: 62px!important;
    overflow: hidden;
}
#thumbnailRoboto li.current img {
    max-width: 62px;
    min-width: 62px;
    max-height: 62px;
    min-height: 62px;
    margin-left: -4px;
    margin-top:  -4px;
}
#thumbnailRoboto li:last-child {
    max-width: 65px!important;
    min-width: 65px!important;
    max-height: 62px!important;
    min-height: 62px!important;
    overflow: hidden;
}
#thumbnailRoboto li:last-child.current img {
    max-width: 65px!important;
    min-width: 65px!important;
    max-height: 65px!important;
    min-height: 65px!important;
    margin-left: -4px;
    margin-top:  -4px;
}
#thumbnailRoboto li a {
    display: block;
}
/*purchase*/
.purchaseSection {
    padding: 0;
}
.purchaseSection .pad_t_40 {
    padding-top: 0;
}
.purchaseSection .purchaseSectionTitle {
    color: #d2b287;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
}
.purchaseSection .logoImg {
    height: 14px;
    text-align: center;
    padding-bottom: 41px;
    margin-bottom: 41px;
    position: relative;
}
.purchaseSection .logoImg:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}
.purchaseSection .logoImg img {
    vertical-align: baseline;
}
.purchaseSection .robot_basket_area {
    background: none;
}
.purchaseSection .robot_basket_box {
    padding: 40px 40px 35px;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px #ddd;
}
.purchaseSection .img_side {
    position: relative;
}
.purchaseSection .txt_side {
    width: 590px;
    box-sizing: border-box;
    padding-top: 0;
}
.purchaseSection .product_name {
    margin-top: 24px;
    margin-bottom: 45px;
}
.purchaseSection .release-out_plan {
    margin-bottom: 10px;
}
.purchaseSection .price_box {
    padding: 31px 15px 15px;
    height: 77px;
    margin-bottom: 30px;
    position: relative;
}
.purchaseSection .price_txt {
    font-size: 29px;
    margin-top: 1px;
}
.purchaseSection .price_box .ico-st-order {
    height: 24px;
    margin: 0 0 3px;
    padding: 3px 20px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.robot_basket_box .under_left {
    width: 327px;
}
.robot_basket_box .btn {
    margin-bottom: 7px;
}
.purchaseSection .under_left a {
    margin-top: 10px;
    display: block;
}
.purchaseSection .under_right {
    padding-top: 2px;
}
.purchaseSection .under_right a {
    margin-bottom: 7px!important;
    display: block;
}
.buyBox {
    margin-top: -100px;
}
.buyBox > li {
    position: relative;
    margin-bottom: 20px;
}
.buyBox > li:before {
    display: block;
    content: "";
    width: 104px;
    height: 46px;
    background-repeat: no-repeat;
    position: absolute;
    top: 19px;
    left: 50%;
    margin-left: -52px;
    z-index: 10;
}
.buyBox > li:first-child:before {
    background-image: url(/images/front/pc/robohon/step01Label.png);
}
.buyBox > li:nth-child(2):before {
    background-image: url(/images/front/pc/robohon/step02Label.png);
}
/* mobile */
.chatchRed {
    font-size: 24px;
    line-height: 24px;
    color: #cd1c00;
    font-weight: 600;
    margin-bottom: 15px;
    padding-top: 28px;
}
.serviceName {
    height: 28px;
    margin-bottom: 40px;
}
.serviceName .mobileLogo {
    margin: -4px 9px 0 0;
}
.serviceName .item {
    font-size: 30px;
    line-height: 30px;
    font-size: #1a1a1a;
    font-weight: 600;
}
.priceList {
    margin-bottom: 45px;
}
.priceList .price_box {
    margin-bottom: 0!important;
    padding: 15px;
}
.priceList .price_box .txt {
    font-size: 15px;
    margin-bottom: 5px;
}
.priceList .price_box .planTxt {
    text-align: right;
}
.priceList .price_box .planTxt .priceLabel {
    font-size: 15px;
    margin-top: 10px;
    color: #cd1c00;
}
.priceList > li:nth-child(2) {
    margin-top: -1px;
}
.mobileLinkBox {
    margin: 0 auto;
    width: 327px;
}
.mobileLinkBox .label {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.flowBox {
    margin: 0 auto;
    padding-bottom: 38px;
    width: 852px;
}
.robot_basket_box .innerInner {
    padding-bottom: 75px;
}
.robot_basket_box .innerInner.glayInner {
    background: #f5f5f5;
    margin: 0 -40px -35px;
    position: relative;
    padding-bottom: 40px;
}
.robot_basket_box .innerInner.glayInner .whattodo {
    display: block;
    width: 260px;
    height: 46px;
    line-height: 36px;
    border: 5px solid #e6e6e6;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    background: #fff;
    text-align: center;
    position: absolute;
    top: -23px;
    left: 50%;
    margin-left: -130px;
}
.innerInner.whiteInner + .innerInner.whiteInner {
    margin-top: -75px;
}
.partsLableBox {
    padding-top: 23px;
    height: 142px;
    width: 100%;
    text-align: center;
}
.partsLabel {
    font-size: 20px;
    font-weight: 600;
}

.functionListBox .functionImgBox {
    width: 852px;
    margin: 0 auto 42px;
    position: relative;
}
.functionImgBox .mobileLink {
    width: 281px;
    height: 57px;
    position: absolute;
    left: 425px;
    bottom: 18px;
}
.functionListBox .cautionList {
    margin: 0 0 0 55px;
}
.functionListBox .cautionList li {
    margin-bottom: 5px;
    padding-left: 25px;
    text-indent: -25px;
}
.functionListBox .cautionList .asterisk {
    font-size: 12px;
}
.functionListBox .cautionList .item {
    font-size: 10px;
}
/*spec*/
.specSection .specSectionTitle {
    padding-bottom: 40px;
    text-align: center;
    font-size: 44px;
}
.specSection .specBoxInner > li {
    width: 50%;
}
.specSection .specBoxInner > li:nth-child(odd) .specBox {
    padding-right: 12px;
}
.specSection .specBoxInner > li:nth-child(even) .specBox {
    padding-left: 12px;
}
.specSection .specBox .specBoxTitle {
    padding: 0 0 5px 10px;
    font-size: 18px;
    font-weight: bold;
}
.specSection .specBox .specList {
    margin: 0;
    padding: 0;
    border-top: 1px solid #D7D5D6;
}
.specSection .specBox .specList .specListBox {
    border-bottom: 1px solid #D7D5D6;
}
.specSection .specBox .specList .specListTitle {
    padding: 6px;
    vertical-align: top;
}
.specSection .specBox .specList .specListTitle .txt {
    font-size: 12px;
    line-height: 1.6;
    font-weight: bold;
}
.specSection .specBox .specList .specListInfo {
    padding: 6px;
}
.specSection .specBox .specList .specListInfo .txt {
    font-size: 12px;
    line-height: 1.6;
}
.specSection .specBox .specList .boxColumn1 > .specListTitle {
    width: 100%;
}
.specSection .specBox .specList .boxColumn2 > .specListTitle {
    width: 35%;
}
.specSection .specBox .specList .boxColumn2 > .specListInfo {
    width: 65%;
}
/*download*/
.downloadSection .downloadSectionTitle {
    padding-bottom: 40px;
    text-align: center;
    font-size: 44px;
}
.downloadSection .txt_side p {
    line-height: 1.4;
}
.downloadSection .ico_list_wrap {
    clear: both;
}
/*clinic*/
.clinicSection .clinicSectionTitle {
    padding-bottom: 40px;
    text-align: center;
    font-size: 44px;
}
.clinicSection .white_box p {
    line-height: 1.4;
}
/*.page_product .page_contents*/
.specSection .page_contents {
    padding-top: 60px;
}
/*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;
}
