﻿body {
    color: #333;
}
header address {
    display: none;
}
.sectionBox {
    width: 100%;
}
.sectionInner {
    width: 1050px;
    margin: 0 auto;
    padding: 120px 0;
    overflow: hidden;
}


.sectionInner h2 strong {
    display: block;
    font-weight: bold;
    color: #333;
    font-size: 40px;
}
.sectionInner h2 {
    font-size: 22px;
    color: #d32a1d;
    text-align: center;
    background: none;
    border: none;
    height: auto;
    padding: 0;
    margin: 0 0 40px 0;
    line-height: 1.4;
    font-weight: normal;
}
.sectionInner h2 span {
    display: block;
    font-size: 14px;
    color: #B80301;
}
strong {
    font-weight: bold !important;
}



#mvBox {
    background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/back_mv_img.png),url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/back_mv.png);
	background-position:center center, center center;
	background-repeat: no-repeat, repeat-x;
    /*background-size: cover, cover;*/
	height: 650px;
}
#mvBox .sectionInner {
    padding: 40px 0;
}




#tokutenBox {
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/back_tokuten.png) no-repeat center center;
    background-size: cover;
}




.tokutenItem {
    float: left;
    background: #FFF;
    width: 500px;
}
.tokutenItem + .tokutenItem {
    margin-left: 45px;
}
.tokutenItem dl {
    background: #FFF;
}
.tokutenItem dt {
    color: #d33b1d;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.tokutenItem dt span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.tokutenItem dt span img {
    display: inline-block;
}
.tokutenItem dd {
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
}
.tokutenItem img {
    margin-top: 35px;
}
div#tokutenBox small {
    font-size: 14px;
}


#zoukeiBox {
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/back_zoukei.png) no-repeat center center;
    background-size: cover;
    text-align: center;
}
#zoukeiBox h2 {
    color :#FFF;
    font-size: 36px;
    position: relative;
}
#zoukeiBox h2:before {
    content: "";
    height: 1px;
    width: 205px;
    position: absolute;
    left: 0;
    top: 25px;
    background: #FFF;
}
#zoukeiBox h2:after {
    content: "";
    height: 1px;
    width: 205px;
    position: absolute;
    right: 0;
    top: 25px;
    background: #FFF;
}
.zoukeiItem {
    float: left;
    display: inline-block;
    text-align: left;
    width: 320px;
    margin: 0 43px 40px 0;
}
.zoukeiItem:nth-child(3),
.zoukeiItem:nth-child(6) {
    margin-right: 0;
}
.zoukeiItem:nth-child(4) {
    margin-left: 180px;
}
.zoukeiItem img {
}
.zoukeiItem dl {
    background: #FFF;
    padding: 20px 20px 20px 30px;
}
.zoukeiItem dl dt {
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.zoukeiItem dl dt:before {
    position: absolute;
    top: 7px;
    left: -30px;
    height: 1px;
    width: 20px;
    background: #d33b1d;
    display: inline-block;
    content: "";
}
.zoukeiItem dl dd {
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
}



#materialBox  {
    background: #fff;
}
#materialBox dl {
    float: left;
    margin: 0 40px 60px 0;
    width: 176px;
}
#materialBox dl:nth-child(6),
#materialBox dl:nth-child(11) {
    margin-right: 0;
}
#materialBox dl dd {
    border-left: 1px solid #d33b1d;
    padding-left: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}
#materialBox dl dd span {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    display: block;
    margin-top: 10px;
    line-height: 1.4;
    /*font-feature-settings: palt;*/
}
#materialBox .materialOther {
    clear: both;
    padding-top: 10px;
}
#materialBox .materialOther h3 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #d33b1d;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}
#materialBox .materialOther h3:before {
    content: "";
    width: 1px;
    height: 55px;
    position: absolute;
    left: 265px;
    top: -10px;
    background: #d33b1d;
}
#materialBox .materialOther h3 strong {
    font-size: 16px;
}
#materialBox .materialOther h3 span {
    font-size: 14px;
    color: #999;
    padding: 0 0 0 40px;
}
#materialBox .materialOther ul {
    overflow: hidden;
}
@media all and (-ms-high-contrast:none){
    #materialBox .materialOther ul {
        padding-top: 2px;
    }
}
#materialBox .materialOther ul li {
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    width: 262px;
}
#materialBox .materialOther ul li span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}
#materialBox .materialOther ul li:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    height: 3px;
    width: 10px;
    display: inline-block;
    background: #d33b1d;
}
#optionBox {
    /*background: url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/back-sample.png) no-repeat center center / cover;*/
	background: url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/back-sample.png) center center ;
}
#optionBox dl {
    float: left;
    margin: 0 40px 60px 0;
    width: 312px;
}
#optionBox dl:nth-child(4),
#optionBox dl:nth-child(7) {
    margin-right: 0;
}
#optionBox dl dd {
    border-left: 1px solid #d33b1d;
    padding-left: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}
#optionBox dl dd span {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    display: block;
    margin-top: 10px;
    line-height: 1.4;
    /*font-feature-settings: palt;*/
}


#featureBox {
    background: #f6f6f6 url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/back_feature.png) no-repeat center bottom;
    background-size: cover;
}
.featureItem {
    overflow: hidden;
    position: relative;
    display: table;
}
.featureItem + .featureItem {
    margin-top: 30px
}
.featureItem .num {
    font-size: 100px;
    opacity: 0.5;
    color: #FFF;
    left: 0;
    bottom: -10px;
    position: absolute;
    text-align: left;
}
.featureItem img {
    float: left;
    display: table-cell;
}
.featureItem dl {
    display: table-cell;
    width: 525px;
    background: #FFF;
    padding: 40px;
    vertical-align: middle;
}
.featureItem dt {
    font-size: 20px;
    color: #d33b1d;
    font-weight: bold;
    line-height: 1.4;
}
.featureItem dd {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.4;
}
.featureItem:nth-child(odd) .num {
    right: 0;
    left: inherit;
}


#flowBox {
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/back_flow.png) no-repeat center center;
    background-size: cover;
}
#flowBox p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
#flowBox .flowItem span {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0 20px 0;
}
#flowBox .flowItem span:before {
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    height: 3px;
    width: 10px;
    background: #d33b1d;
}
#faqBox {
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/back_faq.png) no-repeat center center;
    background-size: cover;
}
#faqBox dl {
    background: #FFF;
}
#faqBox dl + dl {
    margin-top: 30px;
}
#faqBox dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    position: relative;
    padding: 21px 16px 21px 85px;
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/faq_off.png) no-repeat 98% 16px;
}
#faqBox dl.open dt {
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/faq_on.png) no-repeat 98% 30px;
}
#faqBox dl dt:before {
    content: "Q";
    display: inline-block;
    padding: 15px 18px;
    background: #999;
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
}
#faqBox dl dd {
    border-top: 1px dotted #CCC;
    padding: 20px;
    font-size: 16px;
    line-height: 1.4;
}
#faqBox dd strong {
    display: block;
    margin-bottom: 10px;
    color: #B80301;
    font-size: 18px;
    font-weight: bold;
}


#campainBox {
    text-align: center;
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/back_campain.png) no-repeat center center;
    background-size: cover;
}
#campainBox h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
}
#campainBox .center a {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    background: #d31d3e url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/arrow_right.png) no-repeat 95% center;
    width: 560px;
    padding: 31px 0;
}
#campainBox .center a:hover {
    opacity: 0.75;
}



#conditionBox p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;

}
#conditionBox table {
	margin-top: 40px;
}
#conditionBox .sectionInner h2 small {
    font-size: 30px;
}
#conditionBox .sectionInner h2 small {
    font-size: 30px;
}
#conditionBox .sectionInner th {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px;
    border: 1px solid #ccc;
    background:/*#d33b1d*/#eee;
    width: 20%;
}
#conditionBox .sectionInner td {
    font-size: 14px;
    text-align:left;
    padding: 15px 20px;
    border: 1px solid #ccc;
}
.conditionBox_list01, 
.conditionBox_list02, 
.conditionBox_list03 {
	margin: 15px 0;
}
.conditionBox_list01 li + li, 
.conditionBox_list02 li + li, 
.conditionBox_list03 li + li {
	margin-top: 5px;
}

.conditionBox_list01 li {
	text-indent: -1em;
	padding-left: 1em;
}

.conditionBox_list02 li {
	text-indent: -1em;
	padding-left: 1em;
}

.conditionBox_list03 li {
	text-indent: -1em;
	padding-left: 1em;
}
.is-pc {
	width: 3px;
	display: none;
}
@media all and (min-width: 0px) and (max-width: 768px) {
.is-sp,
.is-pc {
	width: 1px;
	display: none;
}
}
#bottom_contact {
	left: 0;
	bottom: 0;
	position: fixed;
	width: 100%;
	display: none;
	background-image:url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/bottom_contact_bg.jpg);
	background-image:url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/back_tokuten.png);
	background-size:cover;
	background-position: center center;
	box-shadow: -10px 0 5px rgba(0,0,0, .2);
}
div#bottom_contact {
    text-align:center;
    padding: 20px 0;
}
div#bottom_contact p {
    font-weight:bold;
    font-size: 24px;
    margin-bottom: 15px;
}
div#bottom_contact ul {
    width: 940px;
    margin: 0 auto;
    overflow:hidden;
}
div#bottom_contact li {
    float: left;
    width: 460px;
}
div#bottom_contact li:nth-of-type(1) {
    margin-right: 20px;
}
div#bottom_contact li a {
    text-decoration:none;
    border-radius: 4px;
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    background: #d31d3e url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/arrow_right.png) no-repeat 95% center;
    padding: 20px 0;
}
div#bottom_contact li a:hover {
	opacity: .7;
}
div#bottom_contact li:nth-of-type(1) a {
    background-color: #d33b1d;
}
ul.textLink {
    margin-top: 15px;
}
ul.textLink li + li {
    margin-top:5px;
}
ul.textLink li a:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/arrow.svg);
    background-size: 16px;
    background-repeat:no-repeat;
    margin-right: 5px;
	vertical-align:middle;
}


div#materialBox ul {
    overflow: hidden;
}
div#materialBox li {
    float: left;
    width: 500px;
    text-align: center;
}
div#materialBox li:nth-of-type(1) {
    margin-right: 50px;
}
div#materialBox li h3 {
    font-size: 30px;
    font-weight:bold;
    margin-bottom: 40px;
}
div#materialBox li h3 span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    font-weight:normal;
    color: #666; 
}
div#materialBox li p {
    text-align: left;
    line-height: 1.4;
    width: 440px;
    margin: 0 auto;
}
div#materialBox a {
    display:block;
    width: 440px;
    margin: 20px auto 0;
    box-sizing: border-box;
    color: #fff;
    padding: 20px;
    font-weight:bold;
    font-size: 18px;
    text-decoration: none;
    border-radius: 4px;
    background: #B80301 url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/icon_m_newwindow_02.png) no-repeat 95% center;
}
div#materialBox a:hover {
    opacity: .7;
	cursor: pointer;
    transition: .3s;
}
.samplelist {
    overflow: hidden;
}
.samplelist li {
    float: left;
    width: 210px;
    margin: 0 70px 40px 0;
    text-align: center;
}
.samplelist li:nth-of-type(4n) {
    margin-right: 0;
}
.samplelist li img {
    margin-bottom: 10px;
}
.samplelist li:hover {
    opacity: .7;
    transition: .3s;
}
div#optionBox h3 {
    position: relative;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 30px;
    padding-left: 30px;
}

div#optionBox h3:before {
    content: "";
    display:inline-block;
    width: 22px;
    height: 1px;
    border-top: 3px solid #B80301;
    top: 10px;
    left: 0;
    position:absolute;
}
.lp_moment_popup {
    max-height: 80% !important;
    overflow-y: scroll;
    padding: 20px;
}
.tokutenItem strong {
    font-size: 26px;
    /*color: #b80001;*/
}




.modal-content {
    position: fixed;
    display:none;
    max-width:1050px;
    margin:0;
	padding: 50px 40px 20px;
    background: #fff;
    z-index: 10000;
    max-height: 80%;
    overflow-y: scroll;
	border: 10px solid #000;
}
.modal-overlay {
    z-index:9999;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
.modal-close {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    background: #000;
    width: 30px;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal-close:hover {
    cursor:pointer;
    opacity: .7;
	transition: .3s;
}
div#con2 a, div#con1 a {
    display: block;
    width: 440px;
    margin: 20px auto 0;
    box-sizing: border-box;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    border-radius: 4px;
    background: #B80301 url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/arrow_right.png) no-repeat 95% center;
    border: none;
	text-align: center;
}
div#con2 a:hover, div#con1 a:hover {
	transition: .3s;
	opacity: .7;
}
div#sampleBox p.copy {
    font-size: 18px;
    text-align: center;
}
div#sampleBox ul {
    overflow: hidden;
    width: 920px;
    margin: 40px auto 0;
}
div#sampleBox li {
    float: left;
}
div#sampleBox li:nth-of-type(1) {
    margin-right: 40px;
}



.top-contactArea {
    overflow: hidden;
    width: 480px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    padding: 11px;
    float: left;
}
.top-contactArea .tel {
    float: left;
    margin-right: 10px;
}
.top-contactArea .tel p {
    font-weight:bold;
    font-size: 30px;
}
.top-contactArea .tel h4 {
    background: #e43332;
    color: #fff;
    padding: 4px 90px;
    height: auto;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
    border-radius: 2px;
}
.top-contactArea .time {
    background: #f6f6f6;
    float: left;
    padding: 10px 12px;
    box-sizing: border-box;
    width: 140px;
}
.top-contactArea-btn a {
    float: left;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    background: #d31d3e url(/-/Media/Ricoh/Sites/co_jp/3dp/lineup/moment_campaign/images/arrow_right.png) no-repeat 95% center;
    width: 500px;
	    border-radius: 4px;
padding: 20px 0;
    line-height: 30px;
}
.top-contactArea-btn {
    float: left;
    margin-left: 50px;
	margin-top: 11px;
}
.top-contactArea .time p:nth-of-type(1) {
    border-bottom: 1px dotted #999;
margin-bottom: 8px;
    padding-bottom: 8px;
}
.top-contactArea .time p:nth-of-type(2) {
    font-size: 18px;
    font-weight:bold;
}
.top-contactArea .time p {
    font-size: 14px;
    /* font-weight: normal; */
}
.top-contactArea-btn a:hover {
	opacity: .7;
	transition: .3s;
}


div#bottom_contact p {
    font-size: 22px;
}
div#bottom_contact .top-contactArea .tel {
    width: 313px;
}
div#bottom_contact .top-contactArea-btn {
    margin-left: 30px;
    margin-top: 0;
}
div#bottom_contact .top-contactArea {
    width: 500px;
}
div#bottom_contact .sectionInner {
    padding: 0;
}
div#bottom_contact .top-contactArea {
    padding:8px;
}
div#bottom_contact .top-contactArea .tel h4 {
    padding: 2px 90px;
    font-size: 16px;
	
    margin-bottom: 5px;
}
div#bottom_contact .top-contactArea .tel p {
    font-size: 26px;
    margin-bottom: 0;
}
div#bottom_contact .top-contactArea .time p:nth-of-type(1) {
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-weight: normal;
}
div#bottom_contact .top-contactArea .time p {
    font-size: 14px;
    margin-bottom: 0;
}
div#bottom_contact .top-contactArea .time {
    padding: 6px 10px;
    width: 160px;
}

/*190327------------------------------------------------------------------*/
body {
	position: relative;
}
.overLay {
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	z-index:901;
}
.overLay .text {
	position:fixed;
	z-index:902;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	padding: 50px;
	border: 1px solid #fff;
	border-radius: 5px;
	background:rgba(255,255,255,0.3);
}
.overLay .text span {
	font-size: 26px;
}