@charset "utf-8";
/* CSS Document */

@font-face {
font-family: 'ロゴたいぷゴシック';
src: url('/fonts/ロゴたいぷゴシック.otf')format('Regular');
}


p {
	font-family: 'Noto Sans JP', sans-serif;
	color: #313131;
}

h1 {
	color: #2B2B2B;
}
.Top {
	margin-bottom: 100px;
}
.Top p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	padding-top: 8px;
	text-align: center;
}
/*画像センター寄せ*/
* {
	margin: 0px;
	padding: 0px;
}
#page {
	margin: 0 auto;
}

.pagearea
{
	width: 1128px;
	margin: 0 auto;
}

/*グローバルナビ*/
#pageHead {
	padding-top: 30px;
}
.logo {
	width: 200px;
	padding-left: 70px;
}

.globalNavi_ttl{
	font-family: 'Noto Sans JP', sans-serif;
	color: #4e4e4e;
	font-weight: bold;
}

.globalNavi_ttlsub{
	font-family: 'Noto Sans JP', sans-serif;
	color: #4e4e4e;
	font-size: 0.875em;
	padding-left: 3px;
	font-weight: bold;

}

.globalNavi ul li a {
	text-decoration: none;
}



#pageHead .globalNavi ul li {
	list-style: none;
	width: 113px;
	float: left;
}
#pageHead .globalNavi {
	padding-top: 5px;
	margin-bottom: 0px;
	width: 565px;
	float: right;
}
.logo:after {
	content: "";
	clear: both;
	display: block;
}
/*画像*/
#pageBody{
	margin-bottom: 50px;
}
#mainVisual {
	width: 1128px;
	margin-top: 20px;
}
#mainVisual image {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
/*本文　メイン*/


h1 {
	margin-top: 100px;
	text-align: center;
	font-weight: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2em;
}

.mark-R {
	padding-left: 3%;
}

.pageBody__main-img{
	margin-top: 50px;
	text-align: center;
}
.pageBody__main-img img{
	width: 240px;
}

#solid {
	width: auto;
	margin-left: 430px;
}
#solid {
	vertical-align: bottom;
}


.btn_top-area{
	width: 1128px;
	margin: 0 auto;
}

.btn_top a {
	text-decoration: none;
	color: #fff;
}


.btn_top {
	margin: 50px auto 0;
	text-align: center;
	padding: 1em 2em;
	width: 300px;
	line-height: 1;
	background-color: #2B2B2B;
	border-radius: 3px; /* 角丸設定 */
}

.pageBody__main-box{
	position: relative;

}

.pageBody__main-box:before  {
	content: "";
	position: absolute;
	background-color: #f9f9f8;
	width: 100%;
    height: 60%;
	margin: 40% 0% 30%;
	z-index: -1;
}



/*真実の口とは*/

#contents__Concept,#contents__Event {
	width: 1128px;
	margin-top: 150px;
}

.contents__ttl{
	text-align: center;
}

.contents__ttl p{
	margin-top: 5px;
}

.contents__ttl span{
	display: inline-block;
	margin: 0 auto;
    padding: 0 2px .5em;
    letter-spacing: .05em;
    border-bottom: 2px solid #2b2b2b;
}

.contents__Conceptbox{
	width: 850px;
	height: 350px;
	display:flex;
	margin: 70px auto 0px;
	background-color: #FFFFFF
}

.contents__Concept-img img{
	width: 420px;
}

.contents__Concept-text {
	width: 560px;
	margin-left: 50px;
}
.contents__Concept-text h3{
	color: #000;
	font-family: 'Noto Sans JP';
	margin: 5px 0px 50px;
}

.text h3 {
	width: 260px;
	height: 20px;
	margin-left: 50px;
	font-size: 28px;
}

/**/
#contents__Event{
	position: relative;
	z-index: 2;
	padding: 40px 0px;

}

#contents__Event:before {
    content: "";
	position: absolute;
	background-color: #f2faf1;
	z-index: -1;
	width: 100%;
    height: 100%;
	margin: -5% 0% 10%;

	/*
    top: 0;
    left: 0;
    width: 140%;
    height: 120%;
    margin: -10% -15% 30%;
    transform-origin: left center;
    transform: rotate(4deg);
	*/
}


.contents__Eventbox{
	width: 1128px;
	margin: 70px auto 70px;
	text-align: center;
}
.contents__Event-img {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.contents__Event-img img{
	width: 420px;
}

.contents__Event-img .second-img{
	padding-left: 30px;
}





/*BOX 商品内容*/
h3 {
	margin-top: 50px;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 25px;
}

#contents__Link {
	margin-top: 150px;
}

.pageBox {
	margin-top: 70px;
	display: flex;
	justify-content: center;
}
#pageBox:after {
	content: "";
	clear: both;
	display: block;
}
.pageBoxA {
	position: relative;
	z-index: 1;
	text-align: center;
	width: 563px;
	height: 100px;
	padding-top: 30px;
	padding-bottom: 200px;
	display: inline-block;
	background-color: #1cc;
}
.pageBoxA p {
	margin-top: 50px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
}
.pageBoxA a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}
.pageBoxA:hover {
	background: rgb(51, 141, 177); /*#1B2C8E #00CF97*/
	transition: 1s;
}
.pageBoxB {
	position: relative;
	z-index: 1;
	text-align: center;
	width: 563px;
	height: 100px;
	padding-top: 30px;
	padding-bottom: 200px;
	display: inline-block;
	background-color: rgb(115 218 112);
}
.pageBoxB p {
	margin-top: 50px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.pageBoxB a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}
.pageBoxB:hover {
	background:  rgb(83 154 80); /*#009dce*/
	transition: 1s;
}
#news {
	width: 100%;
	box-sizing: border-box;
	margin: 150px  0 auto ;
	font-family: 'Noto Sans JP', sans-serif;
}
#news table {
	width: 100%;
	white-space: nowrap;
	vertical-align: top;
}

#news table tr {
	vertical-align: top;
}
#news table th{
padding-bottom:15px;
}

#news table td {
	padding-left: 20px;
	padding-bottom:15px;
	width: 100%;
	vertical-align: top;
}
#news table td.news2 {
	vertical-align: top;
}
.news_box {
	margin-top: 70px;
	padding: 30px 30px;
	width: 900px;
	margin-left: 8%;
	border: #000 solid 1px;
	margin-bottom: 200px;
}

#Box {
	background-color: #DF7072;
	margin-bottom: 100px;
}
/*ここから商品紹介*/

#Subvisal {
	width: 1128px;
	margin-top: 30px;
}
#Product_box h2 {
	font-weight: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 25px;
	color: #2B2B2B;
}
#Product_box{
	width: 1128px;
}

.item_box01 {
	display: flex;
	padding: 70px;
	border: solid 1px #E4E4E4;
	margin-bottom:100px ;
}

.item_box_text {
	margin-left: auto;
}
.item_box_img{
	margin-left: 30px;
}

.product_text_sub{
	margin-top: 30px;
}

.product_size {
	margin-top: 30px;
}

/*ボタンタグ*/
.product_tagBox{
	margin-top: 20px;
}

.product_tag{
	margin: 10px auto 0;
	text-align: center;
	padding:8px;
	width: 100px;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 22px; /* 角丸設定 */
}

.long_tag {
	color: #FF4B77;
	border: 1px solid #FF4B77;
	font-size: 0.762em;
}

.short_tag {
	color: #0eaedf;
	border: 1px solid #0eaedf;
	margin-left: 10px;
	font-size: 0.762em;
}

.product_size_sub{
	border-top: 1px solid #ccc;
	margin-top: 10px;
}

.product_size_sub h4 {
	margin-top: 10px;
}


.product_btn {
	border: 1px solid #000;
	background-color: #000;
	color: rgb(255, 255, 255);

	margin-left: 180px;
	padding:12px 22px;
	text-align:right;
	font-weight: 500;
	text-decoration: none;
}


/*レンタル*/
/*長期*/


#rentalA{
	margin: auto 0;
}
#rentalA .longtab {
	background-color: #FF4B77;
}
.rentaltab {
	display: flex;
	justify-content: center;
}

.rentaltab a{
	text-decoration: none;

}

.longtab {
	width: 500px;
	padding: 15px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight : bold;
	font-size: 20px;
	color: #FFFFFF;
}

.shottab {
	width: 500px;
	padding: 15px;
	background-color: #B3B3B3;
	text-align: center;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight : bold;
	font-size: 20px;
	color: #FFFFFF;
}

#rental_procedure_box h2{
	text-align: center;
	margin-bottom: 20px;
}

.rentalLong_text {
	margin-top: 60px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #2B2B2B;
}

.rentaltext_point {
	border: 1px solid #ccc;
	padding: 20px;
	margin:  40px 0px 20px;
	width: 618px;
}

.rental{
	margin: 0 auto;
	width: 1000px;
}



/*レンタル長期・設置経緯*/

#Installation {
	width: 1128px;
	margin-top: 200px;
	margin-bottom: 150px;
	border:1px solid #E4E4E4;
	padding-top: 40px;
	padding-bottom: 40px;
}
.srentalLong_procedure


#rentalLong_procedure h2 {
	text-align: center;
	margin-bottom: 100px;
}
#InstallationInside {
	font-family: 'Noto Sans JP', sans-serif;
	color: #2B2B2B;
}

.rentalLong_procedure {
	margin: auto 0;
}

.procedure_Box{
	padding: 20px 0px 0px;
	display: flex;
	justify-content:center
}

.procedure_Box h2{
	margin-left: 30px;
}

.procedure_title{
	background-color: #FF4B77;
	color: #fff;
	padding: 12px;
	font-size: 1.333em;
	flex-basis: 200px;
	text-align: center;
}

.procedure_text{
	border:1px solid #E4E4E4;
	flex-basis: 700px;
	padding: 12px;
	font-family: 'Noto Sans JP',sans-serif;
}

.long_colour{
	color: #FF4B77;
	font-size: 1.333em;
	margin: 0px 50px;
	width: 300px;
}

.shot_colour{
	color: #009dce;
	font-size: 1.333em;
	margin: 0px 50px;
	width: 300px;
}

.mark{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 25px;
	border-color: #000000 transparent transparent transparent;
	margin: 0 auto;
}



/*短期レンタル*/
#rentalB {
	font-family: 'Noto Sans JP', sans-serif;
	color: #2B2B2B;
}
#rentalB .longtab {
	background-color: #B3B3B3;
}
#rentalB .shottab {
	background-color: #009dce;
}

#InstallationB {
	width: 1128px;
	margin-top: 200px;
	margin-bottom: 300px;
	background-color: #E4E4E4;
	padding-top: 80px;
	padding-bottom: 80px;
}
#InstallationInsideB {
	width: 1000px;
	margin-left: 5%;
	padding-top: 80px;
	padding-bottom: 300px;
	background-color: #FFFFFF;
}


/*短期 表*/
#rentalB table caption {
	text-align: left;
	font-weight: bold;
	color: #2B2B2B;
	margin-bottom: 20px;
	margin-left: 1%;
}
#rentalB table caption:first-letter {
	color: #009dce;
}
#rentaltextB {
	margin-top: 60px;
	color: #2B2B2B;
}
#rentalB table {
	font-family: 'Noto Sans JP', sans-serif;
	color: #2B2B2B;
	font-size: 15px;
	border: 1px solid #D7D2D2;
	border-collapse: collapse;
	margin-top: 40px;
}
#rentalB table th, #rentalB table td {
	font-weight: 400;
	padding: 6px 155px;
}
#rentalB table tr {
	border: 1px solid #FFFFFF;
}
#rentalB table tr:first-child {
	background-color: #2eb7b7;
	color: #FFFFFF;
}
#rentalB table tr:nth-child(2), #rentalB table tr:nth-child(3), #rentalB table tr:nth-child(4) {
	background-color: #E8E8E8;
}
/**/
.rentaltextB_table-text{
	padding-top: 20px;
	margin-left: 60%;
	font-size: 14px;
}

#rentaltextB2 p:nth-child(2), #rentaltextB2 p:nth-child(3), #rentaltextB2 p:nth-child(4) {
	padding-top: 5px
}

/*短期　経緯*/
#InstallationB {
	width: 1128px;
	margin-top: 200px;
	margin-bottom: 150px;
	background-color: #E4E4E4;
	padding-top: 80px;
	padding-bottom: 80px;
}
#InstallationInsideB {
	width: 1000px;
	margin-left: 6%;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #FFFFFF;
}
#InstallationInsideB h2 {
	text-align: center;
	margin-bottom: 100px;
}
#InstallationimgB:after {
	content: "";
	clear: both;
	display: block;
}
#InstallationimgB {
	padding-right: 175px;
	float: right;
}
#InstallationimgB img {
	margin-left: 50px;
}
#InstallationInsideB {
	font-family: 'Noto Sans JP', sans-serif;
	color: #2B2B2B;
}
#InstallationInsideB ul:after {
	content: "";
	clear: both;
	display: block;
}
#InstallationtextB {
	margin-left: 100px;
}
#InstallationtextB li {
	font-size: 14px;
	list-style-type: none;
	width: 200px;
	float: left;
	margin-top: 40px;
}
#InstallationtextB li:first-child {
	margin-left: 90px;
}
#InstallationtextB li:nth-child(2) {
	padding-left: 38px;
}
#InstallationtextB li:nth-child(3) {
	position: relative;
	left: 30px;
}
#InstallationInsideB p {
	font-size: 16px;
	padding-top: 150px;
	text-align: center;
}

.shot{
	background-color: #0eaedf;
}



/*バナー*/
.ApplicationBanner {
	margin-bottom: 300px;
}
/*会社概要*/



#Company table {
	margin-bottom: 200px;
	margin-left: 7%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #2B2B2B;
	font-size: 15px;
	border: 1px solid #D7D2D2;
	border-collapse: collapse;
}
#Company table tr {
	border: 1px solid #D7D2D2;
}
#Company table th {
	font-weight: 400;
	width: 120px;
	padding: 15px 10px;
	background-color: #E4E4E4;
}
#Company table td {
	width: 800px;
	padding-left: 20px;
}
#Company table tr:nth-child(2) {
	height: 140px;
}
#Company table tr:nth-child(3) {
	height: 450px;
	line-height: 200%;
}
#Company table tr:nth-last-child(2) {
	height: 90px;
}
iframe {
	margin-top: 28px;
}
/*問い合わせ*/


#Phone {
	text-align: center
}
#Form {
	margin-top: 100px;
	margin-left: 180px;
	font-family: 'Noto Sans JP', sans-serif;
}
#Form p {
	margin-left: 3px;
}
#Form p:first-child {
	padding-top: 50px;
}
#Form p:nth-child(2) {
	padding-top: 20px;
}
#Form p:nth-child(3) {
	padding-top: 20px;
}
#Form p:nth-last-child(2) {
	padding-top: 20px;
}
.Formbox {
	margin-top: 10px;
	width: 500px;
	height: 25px;
}
.Commentbox {
	margin-top: 10px;
}
.Confirmation {
	margin-top: 30px;
	width: 100px;
	height: 35px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 2px;
}
#FormNote {
	margin-top: 120px;
	margin-bottom: 200px;
	margin-left: 180px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #2B2B2B;
}
#FormNote p:nth-child(3) {
	margin-top: 50px;
}
/*フッター*/

#pageFoot {
	width: 100%;
	background-color: #303030;/*3e653f*/
}

.pageFoot_box {
	width: 1128px;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	color: #FFFFFF;
	display: flex;
	justify-content: space-around;
	padding-top: 30px;
	padding-bottom: 0px;
}
.pageFoot_box h4 {
	font-size: 20px;
}
.pageFoot_box p {
	font-size: 18px;
	color: #FFFFFF;

}
.pageFoot_box a {
	text-decoration: none;
	color: #FFFFFF;
}
.pageFoottext a:nth-child(2) {
	padding-right: 20px;
}
.FootA {
	width: 500px;
}
.FootA p {
	padding-left: 5px;
}


.FootB {
	width: 500px;

}
.copyright {
	width: 100%;
	text-align: center;
	margin-top: 100px;
	padding-bottom: 30px;
	color: #FFFFFF;

}
/*
@media screen and (max-width: 480px){
	
}*/
