@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.p-mainVisual__slideTitle { line-height: 1; font-size:2.8rem; font-weight:900;}
.p-mainVisual__slideTitle span { font-size:1rem; } 

/*base*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.box {
  padding: 10px 15px;
  border: 1px solid #ccc;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
/*top*/
#contents h4 {
	background :#eee;
	border: none;
	color: #333;
	padding: 8px 0;
	text-align: center;
}

#contents ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
#contents ul li {
  width: calc(100% / 3 - 20px);
  list-style: none;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0 10px;
}
#contents ul li a {
  text-decoration: none;
}
#contents ul li a:hover {
  opacity: 0.6 !important;
  color: #666 !important;
}
#contents ul li p {
  padding: 0 15px 15px;
}
/*company*/
#company table {
  border: none;
  max-width: 980px;
  margin: auto;
}
#company table th, #company table td {
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 1.2rem;
}
#company table th {
  text-align: left;
  background: none;
}
/*contact*/
#form {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 50px;
  background: #efefef;
}
#form .form_inner {
  max-width: 850px;
  margin: auto;
}
#form table {
  border: none;
}
#form table tr {
  border-bottom: 1px solid #333;
  display: flex;
  flex-wrap: wrap;
}
#form table tr th, #form table tr td {
  border: none;
  background:none;
}
#form table tr th {
  width: 180px;
  padding: 1.8rem 0.5rem;
  text-align: left;
}
#form table tr td {
  padding: 1.8rem 2rem;
}
#form table tr th span {
  margin-left: 8px;
  font-size: 0.7rem;
  padding: 2px 5px;
  background: #ff4646;
  font-weight: normal;
  color: #fff;
}
#form .btn {
  width: 100%;
  margin-top: 30px;
}
#form .btn input {
  margin: 0 20px;
}
#form .btn p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 0.8rem;
}
#form input {
  margin-bottom: 0;
}
.thanks h3 {
  text-align: center;
}
.thanks p {
  max-width: 780px;
  margin: 0 auto 20px;
}
.thanks p.l {
  font-size: 1.2rem;
}
.thanks p.s {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
/*top*/
 #contents ul li {
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .p-mainVisual__textLayer {
	top: 18%;
    text-align: center;
	}
  .p-mainVisual__slideBtn {
	margin: 10px auto !important;
	}
}