@charset "utf-8";

/* ---------------------------------------------------
   File: support.css
   Version: 1.0.0
   Update: 2021-01-15
   Author: https://flowlab.co.jp

   (c)2007-2021 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* ===========================================================================================================================================

   WIDE DESKTOP LAYOUT

=========================================================================================================================================== */

/* ====================================================
		Contents Style
==================================================== */
#faq,
#contact {
  padding-bottom: 100px;
}
#contact section {
  padding-bottom: 80px;
}
#contact section:last-child {
  padding-bottom: 0;
}
#contact {
  margin-bottom: 3px;
}

.comLinkBox {
  margin-top: 0;
}



/* ====================================================
		Faq
==================================================== */
#faq ul {
  padding-bottom: 50px;
}
#faq li {
  border-bottom: 1px solid #eee;
  padding: 20px 30px;
}
#faq li a {
  padding: 0 0 0 15px;
  display: block;
  background: url("../img/common/icon08.png") no-repeat left 0.7em;
  background-size: 6px auto;
}

/* -------------------------------
		Open
------------------------------- */
#open {
  padding-top: 50px;
}
#open .flexB {
  padding-top: 30px;
}
#open .comBtn {
  width: 50%;
}
#open .comBtn a,
#open .comBtn.btn_white a {
  max-width: 96%;
}




/* ====================================================
		Contact
==================================================== */
#contact small {
  display: block;
  font-size: 0.8em;
  padding: 5px 0 10px;
}


/* -------------------------------
		Tel Box
------------------------------- */
#support .telBox {
	padding: 46px 0 40px;
	color: #2B2B2B;
	border-radius: 10px;
	align-items: center;
	background-color: #F8E0DE;
	font-family: 'TsukushiAMaruGothic_bold';
}
#support .telBox p {
	margin-top: -7px;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
#support .telBox .tel {
	margin-left: 74px;
	text-align: center;
}
#support .telBox .tel p {
	margin-top: 3px;
	font-size: 1.2rem;
	letter-spacing: 0;
}
#support .telBox .tel a {
	color: #2B2B2B;
	font-size: 4.06rem;
	line-height: 1;
	letter-spacing: 0.11em;
}


/* -------------------------------
		Button
------------------------------- */
#contact .comBtn {
  padding-top: 50px;
}









/* ===========================================================================================================================================

   TABLET - LARGE

============================================================================================================================================= */
@media screen and (min-width: 992px) and (max-width: 1199px) {
}





/* ===========================================================================================================================================

   TABLET

============================================================================================================================================= */
@media screen and (min-width: 768px) and (max-width: 991px) {
}





/* ===========================================================================================================================================

   MOBILE

============================================================================================================================================= */
@media screen and (max-width: 767px) {
  
  
/* ====================================================
		Contents Style
==================================================== */
#faq,
#contact {
  padding-bottom: 80px;
}
#contact section {
  padding-bottom: 50px;
}
  
  
  
/* ====================================================
		Faq
==================================================== */
#faq li {
  padding: 20px 0;
}
  
/* -------------------------------
		Open
------------------------------- */
#open {
  padding-top: 80px;
}
#open .flexB {
  padding-top: 20px;
}
#open .comBtn {
  width: 100%;
  margin-bottom: 10px;
}
#open .comBtn a,
#open .comBtn.btn_white a {
  max-width: 100%;
}
  
/* ====================================================
		Contact
==================================================== */
/* -------------------------------
		Tel Box
------------------------------- */
#support .topTxt {
  margin-bottom: 30px;
}
#support .telBox {
  margin-bottom: 40px;
  display: block;
  padding: 15px 10px;
}
#support .telBox p {
  margin: 0 0 10px;
  font-size: 1.4rem;
  text-align: center;
}
#support .telBox .tel {
  margin: 0;
}
#support .telBox .tel a {
  font-size: 1.8rem;
}
#support .telBox .tel p {
  margin: 0;
  font-size: 1rem;
}
#support .headLine03 + .comNoteUl {
  margin-bottom: 40px;
}
#support .text {
  margin: 0 0 50px;
}
#support .headLine01 {
  margin-bottom: 16px;
  padding-bottom: 18px;
}


  
}