@charset "UTF-8";
/*==========基本構造==========
1.共通設定
2.基本構造
3.SUB共通
4.ヘッダー
5.フッター
==============================*/

/* --------------------------------------------------- 
1.共通設定
---------------------------------------------------- */
html {
	font-size: 62.5%;/* font-size 1em = 10px */
	height: 100%;
}
body {
	margin:0;
	padding:0;
	font-family: 'Lato', 'Helvetica Neue','Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size:1.8rem;
	line-height: 1.8;
	color: #37414F;
}


.note, .font_s {
	font-size: 1.4rem;
}
/*clearfix*/		
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
/*float*/
.float_r {
	float: right;
}
.float_l {
	float: left;
}
/*text*/
.txt_center {
	text-align: center !important;
}
.txt_right {
	text-align: right !important;
}
.red {
	color: #BD1C10;
}
.blue {
	color: #0098D8;
}

@media screen and (max-width: 769px) {
.float_r {
	float: none;
	margin: 0 auto;
    text-align: center;}
}

/*margin*/
.mt0 {	margin-top: 0px !important;}
.mt5 {	margin-top: 5px !important;}
.mt10 {	margin-top: 10px !important;}
.mt15 {	margin-top: 15px !important;}
.mt20 {	margin-top: 20px !important;}
.mt25 {	margin-top: 25px !important;}
.mt30 {	margin-top: 30px !important;}
.mt35 {	margin-top: 35px !important;}
.mt40 {	margin-top: 40px !important;}
.mr0 {	margin-right: 0px !important;}
.mr5 {	margin-right: 5px !important;}
.mr10 {	margin-right: 10px !important;}
.mr15 {	margin-right: 15px !important;}
.mr20 {	margin-right: 20px !important;}
.mr25 {	margin-right: 25px !important;}
.mr30 {	margin-right: 30px !important;}
.mr35 {	margin-right: 35px !important;}
.mr40 {	margin-right: 40px !important;}
.mb0 {	margin-bottom: 0px !important;}
.mb5 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb15 {	margin-bottom: 15px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb25 {	margin-bottom: 25px !important;}
.mb30 {	margin-bottom: 30px !important;}
.mb35 {	margin-bottom: 35px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb50 {	margin-bottom: 50px !important;}
.ml0 {	margin-left: 0px !important;}
.ml5 {	margin-left: 5px !important;}
.ml10 {	margin-left: 10px !important;}
.ml15 {	margin-left: 15px !important;}
.ml20 {	margin-left: 20px !important;}
.ml25 {	margin-left: 25px !important;}
.ml30 {	margin-left: 30px !important;}
.ml35 {	margin-left: 35px !important;}
.ml40 {	margin-left: 40px !important;}
.pb30{padding-bottom: 30px}

/*link*/
a {
	transition-duration: 0.6s;
	text-decoration: underline;
}
a:hover {
	color: #BD1C10;
	text-decoration: underline;
}
a:link {
	color: #595757;
}
a:visited {
	color: #595757;
}
a:active {
	color: #595757;
}
img {
	width: auto;
	max-width: 100%;
}
a img {
	transition-duration: 0.8s;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
/* --------------------------------------------------- 
2.基本構造
---------------------------------------------------- */
/*inner*/
.inner {
	width: 100%;
	margin: 0 auto;
}
.flex_col10 {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.flex_col2 {
	width: 47%;
}
.flex_col3{
	width: 30%;
}
.flex_col4 {
	width: 25%;
}

@media print, screen and (max-width: 480px) {
.flex_col2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.flex_col3{
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.rental .flex_col3 img,.repair .flex_col3 img {
 	width: 100%;
   margin-left: auto;
    margin-right: auto;
}
.flex_col4 {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}

}


/* --------------------------------------------------- 
3.SUB共通
---------------------------------------------------- */
.bg_blue {
	background: #0098D8;
}
.bg_white{
	background: #fff;
}
.bg_gray{
	background: #F4F6F7;
}
.head_lv2 {
	margin: 0;
}
.head_lv2 h2 {
	text-align: left;
}
.head_lv3_Reason {
	width: 100%;
	text-align: center;
}

.head_lv3_Reason h3 {
	text-align: center;
	line-height: 1.4;
	font-family:  Helvetica, Arial,"sans-serif";
	font-style: italic;
	font-size:4.0rem;
	font-weight: 500;
	color: #0098D8;
}
.head_lv3_Reason p.h3_copy {
	text-align: center;
	line-height: 1.4;
	font-size:1.6rem;
	font-weight: 600;
	color: #0098D8;
	margin-left: 0;
}


@media print, screen and (max-width: 480px) {
	.sp_none {
	display: none;
}
}


/* 共通 */
.link_btn {
width: 100%;
	margin: 0 auto;
}
.link_btn a {
	display: block;
	width: 540px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 2.0rem;
	font-weight: 600px;
	color: #fff;
	background: #0098D8;
	border: 1px solid #0098D8;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}

.link_btn a:hover {
	color: #0098D8;
	background: #fff;
	border: 1px solid #0098D8;
}
@media print, screen and (max-width: 480px) {
.link_btn a {
    width: 96%;
    padding: 20px 0px;
    font-size: 1.6rem;}
}

/* --------------------------------------------------- 
4.ヘッダー
---------------------------------------------------- */
header {
	width: 100%;
	max-height: 820px;
	margin-bottom: 320px;
	background: #0098D8 url(../img/bg_copy.png) no-repeat center bottom / auto auto;
}
#inquiry header {
	width: 100%;
	max-height: 820px;
	margin-bottom: 0px;
	background: #0098D8 none;
}

header .logo{
	padding-top: 20px;
	padding-left: 40px;
	height: 60px;

}
#inquiry header .logo{
	padding-left:0px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	margin: 0 auto;

}

header .copy{
    margin: auto;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	line-height: 1.4;
    margin-top: -60px;
}
header .copy p span{
	font-size: 2.0rem;
	font-weight: 600;
	color: #fff;
}
/*.mainVisual*/
header .mainVisual {
	text-align: center;
	margin-top: 200px;
	margin-bottom: -100px;
	margin-left: auto;
	margin-right: auto;
}
header .mainVisual .tab_pic {
	text-align: center;
}
header .mainVisual .sp_pic {
	display: none;
}
header .contact {
	text-align: right;
    margin-top: -300px;
	margin-right: 40px;


}
header .contact a {
	display: inline-block;
	width: 163px;
	height: 163px;
	vertical-align: middle;
	padding: 25px 10px 0px 10px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.6;
	color: #37414F;
	background: #FFC72F;
	border-radius: 150px;
	text-decoration: none;
}
header .contact a span {
	font-size: 2.4rem;
}
header .contact a i {
	font-size: 4.4rem;
}
header .copy02{
	margin-top: 30px;
	font-size: 3.0rem;
	font-weight: 700;
	color: #0098D8;
}

header .share_btn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	margin-top: 20px;
	padding: 10px;
	
	background: #0098D8;
	width: 30px;
	height: 210px;

}
header .share_btn ul li {
	color: #ffffff;
	font-size: 1.7rem;
	writing-mode: vertical-rl;
	margin-bottom: 5px;
}
header .share_btn ul li span {
	width: 1px;
	height: 60px;
	display: inline-block;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 5px;
}
header .share_btn ul li a {
	padding: 5px;
	color: #ffffff;
	font-size: 1.7rem;
	text-align: center;
	text-decoration: none;
	background: #0098D8;
	border: 1px solid #0098D8;
	border-radius: 20px;
}
header .share_btn a:hover {
	color: #0098D8;
	background: #fff;
	border: 1px solid #0098D8;
}
header .share_btn ul li a i {
	font-size: 2.0rem;
}
header .share_btn a:hover {
	color: #0098D8;
	background: #fff;
	border: 1px solid #0098D8;
}





@media screen and (min-width: 1920px) {

header {
	width: 100%;
	max-height: 820px;
	margin-bottom: 320px;
	background: #0098D8 url(../img/bg_copy.png) no-repeat center bottom / contain;
}

}

@media screen and (max-width: 1100px) {
header .copy{
    margin: auto;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	line-height: 1.4;
    margin-top: 20px;
}

header .mainVisual {
	margin-top: 140px;
}
	
}

@media print, screen and (max-width: 960px) {
header {
	width: 100%;
	max-height: 620px;
	margin-bottom: 320px;
	background: #0098D8 url(../img/bg_copy_s.png) no-repeat center bottom;
	background-size: contain;
}
header .mainVisual {
	margin-top: 40px;
}	
	header .mainVisual .tab_pic {
	width: 80%;
}
header .share_btn {
	padding: 10px 5px;

}

}
@media print, screen and (max-width: 480px) {
header {
	width: 100%;
	max-height: 460px;
	margin-bottom: 400px;
}
header .copy{
	font-size: 2.0rem;
}
header .copy figure {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
header .copy p span {
	font-size: 1.8rem;
}
header .mainVisual {
	margin-top: 20px;
}
header .mainVisual .tab_pic {
	display: none;
}
header  .mainVisual .sp_pic {
	display: block;
}

header .contact {
	text-align: center;
    margin-top: -50px;
	margin-right: 0px;
}
header .copy02 {
	margin-top: 20px;
	font-size: 1.8rem;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
header .share_btn {
	top: 2%;
	right: 0;

}

}

/* --------------------------------------------------- 
5.フッター
---------------------------------------------------- */

footer {
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	height: auto;
}

footer section.sec-company {
	margin: 0 auto;
	padding-bottom: 30px;
}
footer section.sec-company h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
}
footer section.sec-company h3 br.pc_none {
	display: none;
}


footer section.sec-company p {
	margin: 5px;
	line-height: 2.2;
	text-align: center;
	font-size: 1.6rem;
}
footer section.sec-company p span {
	font-size: 2.2rem;
	font-weight: 600;
}

footer section.sec-company h4 {
	margin-top: 20px;
	text-align: center;
	font-size: 1.6rem;

}
footer section.sec-company h4 span.green {
	font-size: 1.8rem;
	color: #1dcd00;
	margin-right: 5px;
}
footer section.sec-company div.line_qr_sp {
	display: none;
}
footer section.sec-company figure.line_qr_pc img {
	max-width: 100px;
}
footer section.copyright {
	margin: 0 auto;
	text-align: center;
	font-size: 1.2rem !important;
}

/*page-top*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 10px;
	z-index: 800;
}
#page-top {
	text-decoration: none !important;
	color: #fff;
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background: url(../img/pagetop.png) no-repeat center #ccc;
	cursor: pointer;
	border-radius: 30px;
	-webkit-border-radius: 30px; 
    -moz-border-radius: 30px;
}
#page-top:hover {
	text-decoration: none !important;
	background: url(../img/pagetop.png) no-repeat center #727171;
}

@media print, screen and (max-width: 769px) {
footer section.sec-company div.line_qr_sp {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
footer section.sec-company div.line_qr_sp a {
	display: block;
	padding: 5px 10px;
	background: #1dcd00;
	color: #fff;
	border-radius: 5px;
	font-size: 1.2rem;
	text-decoration: none;
	width: 100px;
    margin-left: auto;
    margin-right: auto;
	}
footer section.sec-company figure.line_qr_pc {
	display: none;
}

}

@media print, screen and (max-width: 480px) {

footer section.sec-company h3 br.pc_none {
	display: inline-block;
}

}
