@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
*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
background: #68b1ff;
color: #fff;
padding:20px 15px;
font-weight:700;
}
/*通常欄*/
.inquiry td{
 font-size:18px;
 border:solid 1px #d7d7d7;
 background:#fff;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff7b00;
 color:#fff;
 border-radius:6px;
 margin-right:5px;
margin-left:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
}
input{
    border-radius: 12px;
    width:100%;
max-width:400px;
    background: #fff339;
    padding: 20px;
    font-weight: 700;
    font-size: 20px;
    border: solid 1px #bcb872;
    border-bottom: solid 4px #bcb872;
}
[type=submit], button {
    width: 100%;
    padding:30px 20px;
    max-width: 400px;
    border-radius: 12px;
background:#fff139;
    border-bottom: solid 4px #d5a655;
    font-weight: 700;
    font-size: 22px;
margin-top:30px;
}
input,textarea{
    background-color: #fff;
    padding: 12px 10px;
}
.c-mvBtn__btn{
font-weight: 700;
border: solid 1px #3746d3;
border-bottom:solid 4px #3746d3;
padding: 15px 30px;
font-size:20px;
border-radius:12px;
}
.p-mainVisual__slideTitle{
font-weight:700;
text-shadow:1px 1px 1px #333;
}
.l-footer__foot, .l-footer__widgetArea {
padding-top: 4em;
padding-bottom: 4em;
}
.l-footer__nav a{
font-size:17px;
}
.l-footer__nav {
  gap: 1em;
  padding: 1em 0 4em;
}
input, textarea{
width:100%;
border-radius:6px;
margin-top:8px;
margin-bottom:8px;
font-size:18px;
}
select{
margin-top:10px;
margin-bottom:10px;
font-size:20px;
}
[type=submit]{
background:#ffdc00;
letter-spacing:3px;
}
i.c-iconBtn__icon.icon-phone{
color:#769ff1;
}
.l-footer__nav a{
border-right: none;
}
.l-footer__nav li:first-child a {
border-left: none;
}
.l-footer__nav > li > a{
font-size: 18px;
}
.l-footer__nav .sub-menu{
  margin-top: 0.25em;
  display: grid;
  gap: 0.15em;
}

.l-footer__nav .sub-menu > li {
  margin-left: 0.75em;
}

.l-footer__nav .sub-menu > li a {
  padding: 0 0.75em;
  position: relative;
  font-size: 13px;
}

.l-footer__nav .sub-menu > li a::before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: var(--color_footer_text);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-mainVisual__slideBtn.c-mvBtn.-btn-n{
width:300px;
}
.c-gnav>.menu-item>a .ttl {
    font-weight: 700;
}
.is-style-balloon_box2{
padding:25px;
}
a.swell-block-button__link {
width:100%;
max-width:400px;
padding:23px 0px;
}
.-type-simple .p-postList__link{
font-size:15px;
}
ul.l-footer__nav{
font-size: 17px;
font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    gap: 0.5em;
    flex-direction: column;
  }

  .l-footer__nav > li:nth-of-type(n + 2) {
    padding-bottom: 0.5em;
  }

  .l-footer__nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .l-footer__nav > li > a {
    font-size: 18px;
  }

  .l-footer__nav .sub-menu {
    margin-top: 0.2em;
    gap: 0.5em;
  }

  .l-footer__nav .sub-menu > li a {
    font-size: 12px;
  }
}
.p-mainVisual__slideText {
    font-weight: 700;
    text-shadow: 1px 1px 1px #333;
    font-size: 19px;
}