@charset "utf-8";

/**
 *
 *  Contact
 *
 */

/*----------------------------------------------------------------------
	FAQ（よくあるご質問）
----------------------------------------------------------------------*/
.faq .flex {
	display: flex;
}
.faq .flex > div:nth-of-type(2) {
	margin: 0 auto;
}

/*----------------------------------------------------------------------
	Sec01
----------------------------------------------------------------------*/
#Sec01{
	padding:10px 0 0;
}

/*----------------------------------------------------------------------
	Sec02
----------------------------------------------------------------------*/
#Sec02{
	padding:0;
}

/*----------------------------------------------------------------------
	Sec03
----------------------------------------------------------------------*/
#Sec03{
	padding:0 0 30px;
}

/*----------------------------------------------------------------------
	Titles
----------------------------------------------------------------------*/

.ttl-type01 span.h2-main {
    background: #fff none repeat scroll 0 0;
    padding: 0 30px;
	/*font-weight:normal;*/
}

.ttl-type01 span.h2-main span.h2-large {
    /*padding: 0;
	font-size:35px;
	font-size:3.5rem;*/
}

/*----------------------------------------------------------------------
	Table Contact
----------------------------------------------------------------------*/
.contact_area {
	display: flex;
	justify-content: center;
    align-items: center;
	color: #455D6B;
    background: #F5F5F5;
    padding: 30px;
}
.contact_area .contact_text {
    margin-left: 20px;
}

.contact-main {
	font-size:30px;
	font-size:3rem;
	font-weight:bold;
	line-height:1.2;
}
.contact-main a {
	color:#455D6B;
	text-decoration:none;
}
.contact-main a em {
	color:#1FADE5;
}
.user .contact-main a em {
	color:#00437F;
}

.btn-contact.btn-orig,
.btn-portal.btn-orig {
	margin: 0 auto 10px;
}
.btn-contact.btn-orig a::before,
.btn-portal.btn-orig a::before {
	background-image:none;
	width:0;
}
.btn-contact.btn-orig a,
.btn-portal.btn-orig a  {
	width:220px;
	font-size:16px;
	font-size:1.6rem;
}
.btn-contact.btn-orig a.blank,
.btn-portal.btn-orig a.blank {
	background-position:200px center;
	height: auto;
	padding: 20px 5px;
}
.btn-portal.btn-orig a span {
	font-size:14px;
	font-size:1.4rem;
	font-weight:normal;
	line-height:1.4;
}

.indent {
	text-indent:-6.6em;
}

.adding {
	font-size:13px;
	line-height:1.45;
	text-indent:-3em;
	margin-left:1em;
}

.contact-link {
	margin-top: 20px;
	text-align:right;
}
.contact-link  h4,
.contact-link  p.bnr {
	text-align:center;
	padding-bottom: 10px;
}

.contact-link span {
	margin-left:15px;
}
.notes{
	text-indent:-1.4em;
	margin-left:2em;
	line-height:1.6;
}
.btn-border {
	margin:0 auto;
	padding:10px 0 0;
}
.btn-border a {
	padding:6px 0 4px;
	font-weight:normal;
}
.btn-border a:before{
	background:url(/rentalserver/shared/images/ico_arw03.png) no-repeat left center;
}
.sup {
	background:#FCFCFC;
	margin:0 18px;
	padding:7px 10px;
	line-height:1.5;
	font-size:13px;
	font-size:1.3rem;
	border:1px solid #1089C5;
	box-sizing:border-box;
}


/*----------------------------------------------------------------------
	IVR
----------------------------------------------------------------------*/

#ivr * {
	box-sizing:border-box;
}
#ivr {
	margin-left:-20px;
	z-index:999;
}
.ivr-icon {
	padding-left: 5px;
	padding-top: 13px;
	position: absolute;
}
.ivr-table {
	display:table;
	width:100%;
	padding-left:20px;
}
.ivr-lb,
.ivr-rb {
	display:table-cell;
}
.ivr-lb {
	/*background: #CDE1F6 url("/contact/images/ivr-icon.png") no-repeat scroll left -10px top 10px;*/
	background-color: #CDE1F6;
	width:300px;
	padding:10px 0;
	box-sizing:border-box;
	vertical-align:middle;
}
.ivr-lb .ivr-title {
	margin-bottom:-15px;
	margin-left:50px;
	color:#004380;
	font-size:20px;
	font-weight:bold;
}
.ivr-lb .ivr-phone a {
	margin-left:50px;
	font-size:25px;
	font-weight:bold;
	color:#455D6B;
	text-decoration:none;
}
.ivr-lb .ivr-phone a em {
	color:#00397F;
}
.ivr-lb .ivr-tips {
	margin-left:50px;
	line-height:1.4;
	font-size:13px;
	font-size:1.3rem;
	color:#394B52;
}
.ivr-lb .sup{
	margin:0;
	margin-left:35px;
}
.ivr-rb {
	background: #ECF0F3 url("/rentalserver/contact/images/ivr-bg.png") no-repeat scroll left center;
	padding: 15px 0 5px 110px;
	vertical-align:middle;
}
.ivr-rb .ivr-num span {
	background-color:#0B569B;
	margin-right:15px;
	padding: 4px 10px 3px;
	color:#fff;
	font-size:15px;
	font-size:1.5rem;
	font-weight:bold;
	border-radius:5px;
}


.caution {
    padding: 15px 25px;
    border: 3px solid #FFD9D9;
    border-radius: 7px;
}

.caution p {
    color: #CC1132;
	border-bottom: 1px solid #BEBEBE;
	margin-bottom: 10px;
	font-weight: bold;
}

.caution ul {
	padding-left: 20px;
}

.caution li {
	list-style: disc outside;
	font-weight: bold;
}

/*----------------------------------------------------------------------
	Sec04
----------------------------------------------------------------------*/

#Sec04 .ttl-type01 {
	margin: 25px 0 0;
}

#Sec04 .ttl-type01 span.support-online {
	display:inline-block;
	margin:0 auto;
	line-height:1.4;
}

#Sec04 .ttl-type03 {
	text-align:left;
	font-size:18px;
	font-size:1.8rem;
	margin-top:20px;
	margin-bottom:20px;
}

#Sec04 .support-box{
	padding:0 0 10px;
}
#Sec04 .support-box dl{
	width:978px;
	margin:30px 0 0;
	padding:30px 0 5px;
	border-top:5px solid #E7EBEE;
	overflow:hidden;
}
#Sec04 .support-box dl:first-child{
	margin:0;
	border:none;
}
#Sec04 .support-box dt{
	background:#fff;
	width:350px;
	height:200px;
	text-indent:-9999px;
	line-height:150px;
	color:#FFF;
	font-weight:bold;
	font-size:30px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	float:left;
}

#Sec04 .support-box dl#OpeSup dt{
	background:url("/rentalserver/contact/images/img_opesup.png") no-repeat left top;
}


#Sec04 .support-box dl#Real dt{
	background:url("/rentalserver/contact/images/img_real.png") no-repeat left top;
}

#Sec04 .support-box dl#Operation dt{
	background:url("/rentalserver/contact/images/img_operation.png") no-repeat left top;
}

#Sec04 .support-box dl#Online dt{
	background:url("/rentalserver/contact/images/img_online.png") no-repeat left top;
}

#Sec04 .support-box dd p{
	line-height:1.8;
}
#Sec04 .support-box dd p.headline{
	padding:0 0 5px;
}
#Sec04 .support-box dd .headline:before{
	display:inline-block;
	content:"■";
	padding-right:3px;
}
#Sec04 .support-box dd .btn-border + p.headline{
	padding-top:20px;
}

#Sec04 .support-box .btn-border{
	width:240px;
	margin:0 0 60px;
	padding:0 15px 0 0;
	line-height:3.2;
	display:inline-block;
}
#Sec04 .support-box .btn-border:nth-child(n+4){
	padding-top:10px;
}
#Sec04 .support-box .btn-border a span.ex{
	display:inline-block;
	background:#1DB37E;
	margin:0 0 1px 5px;
	padding:1px 5px;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
	font-size:1.0rem;
	vertical-align:middle;
}

#Sec04 .support-box .btn-border a.blank {
    background: rgba(0, 0, 0, 0) url("/rentalserver/shared/images/ico_blank02.png") no-repeat scroll right 30px center;
	padding-right: 15px;
}

#Sec04 .support-box .btn-border a.blank:hover {
    background: #F2F6F9 url("/rentalserver/shared/images/ico_blank02.png") no-repeat scroll right 30px center;
}

#Sec04 .small {
	font-size: 13px;
	font-size: 1.3rem;
    line-height: 1.5;
    margin-left: 24px;
    text-indent: -26px;
}

#Sec04 ul li.btn-border {
	float:left;
	width:237px;
	margin-bottom:10px;
	margin-right:10px;
	line-height:1;
}

#Sec04 ul li.btn-border:nth-child(4n){
	margin-right:0px;
}

#Sec04 .btn-border a {
	padding:10px 0;
}

#Sec04 .bnr a:hover img {
	opacity:0.8;
}


/*--------------------------------------------------------------------------
	#Gappei
---------------------------------------------------------------------------*/
#Gappei {
	background:#FFF;
	padding:30px 0 10px;
}
#Gappei .sec-inner {
	width:980px;
	text-align:center;
	border:1px solid #888;
	box-shadow:4px 4px 4px rgba(0,0,0,0.1);
}
#Gappei .sec-inner p {
	padding:20px 0;
	line-height:1.5;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
}
#Gappei .sec-inner p a.blank {
	background:url(/rentalserver/shared/images/ico_blank02.png) no-repeat right 5px bottom 5px;
	padding-right:18px;
}

/*----------------------------------------------------------------------------------------------------
	for タブレット（1039px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1039px) {
	.contact_area .mail .contact-main {
		font-size: 2.5rem;
	}
	#Sec04 .support-box dl {
		width: 100%;
	}
	#Sec04 .support-box dl#OpeSup dt {
		background-size: contain;
	}
	#Sec04 .support-box dt {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 20px;
		float: none;
	}
	#Sec04 .support-box dd {
		width: 100%;
		float: none;
		padding: 0;
	}
	#Sec04 .support-box dl#OpeSup dd {
		text-align: center;
	}
	#Sec04 .support-box dl#OpeSup dd p:not(.btn-border) {
		text-align: left;
	}
	#Sec04 .cf {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#Sec04 ul li.btn-border {
		width: 30%;
		margin: 0 1% 10px;
		float: none;
		padding: 0;
	}
	#Sec04 ul li.btn-border:nth-child(4n) {
		margin-right: 1%;
	}
}
/*----------------------------------------------------------------------------------------------------
	for SP（768px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	.faq .flex {
		display: block;
	}
	.faq ul {
		margin-bottom: 10px;
	}
	.info_covid > div {
		margin-top: 30px;
		padding: 21px 15px 15px!important;
	}
	.info_covid > div p {
		font-size: 1.6rem!important;
		line-height: 1.5;
	}
	.info_covid > div a {
		font-size: 1.3rem;
	}
	.contact_area .form, .contact_area .mail {
		width: 100%;
		margin: 0 0 10px;
	}
	.contact_area .chat h4 {
		font-size: 2.3rem;
	}
	.contact_area .chat figure {
		display: none;
	}
	.contact_area .chat {
		padding: 20px 30px 30px;
	}
	#Sec04 ul li.btn-border {
		width: 100%;
	}
}

