@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
*/

.d-block {
	display:block;
}
.d-none {
	display:none;
}
.d-flex {
	display:flex;
}
.d-inlineblock {
	display:inline-block;
}

.a-i-c {
	align-items:center;
}

.text-center {
	text-align:center;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
     .d-md-block {
	display:block;
}
.d-md-none {
	display:none;
}
.d-md-flex {
	display:flex;
}
}
@media screen  and (min-width:769px)  and (max-width: 960px) {
/* 960pxまでの幅の場合に適応される */
 .d-lg-block {
	 display:block;
}
}

/*テキスト*/
.text_pink {
	color:#dc2171!important;
}
.text_green {
	color:#00b70d!important;
}
.text_white {
	color:#fff!important;
}

.fw-bold {
	font-weight:bold;
}
.fz-12 {
	font-size: 12px;
}
.fz-14 {
	font-size: 14px;
}
.fz-18 {
	font-size: 18px;
}
.fz-20 {
	font-size: 20px;
}
.fz-24 {
	font-size: 24px;
}
.fz-28 {
	font-size: 28px;
}
.fz-32 {
	font-size: 32px;
}
/*メインビジュアルの文章*/
.p-mainVisual__slideTitle{
	font-weight:600;
}
.p-mainVisual__slideTitle span {
	display:inline-block;
}

/*padding*/
.p-0 {
	padding:0;
}
.p-8{
	padding:8px;
}
.p-16{
	padding:16px!important;
}
.pt-8{
	padding-top:8px;
}
.pt-16{
	padding-top:16px;
}
.pt-24{
	padding-top:24px;
}
.pt-60{
	padding-top:60px;
}
.pe-8{
	padding-right: 8px;
}
.pe-16{
	padding-right: 16px;
}
.px-8 {
	padding-left:8px;
	padding-right:8px;
}
.py-16 {
	padding-top:16px!important;
	padding-bottom:16px!important;
}
.py-24 {
	padding-top:24px!important;
	padding-bottom:24px!important;
}
.py-32 {
	padding-top:32px!important;
	padding-bottom:32px!important;
}
/*margin*/
.mt-0 {
	margin-top:0!important;
}
.mt-8 {
	margin-top:8px!important;
}
.m-8 {
	margin:8px!important;
}
.mb-16{
	margin-bottom:16px;
}

.mt-24 {
margin-top:24px;
}

/*高さ*/
.h-100 {
	height:100%;
}

/*背景色*/
.haikei_main {
	background-color:#035105;
}
.haikei_blue {
	background-color:#a3e0ff;
}
.haikei_pink {
	background-color:#eadfed;
}
.haikei_yellow {
	background-color:#edeadd;
}

/*お問い合わせのテーブル*/
 .text-w {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing:border-box;
}
.tb01 th {
  background: #035105;
	font-size:14px;
	color:#fff;
width: 30%;
}
.tb01 td{
  width: 70%;
}
.tb01 td　input{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
	  display: block;
	  width: 100%;
	  border-bottom:none;
	  text-align:center;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}
.required-srt {
	background-color:#fff;
	padding:4px;
	margin-left:8px;
	color:#ff0000;
	font-size:10px;
	font-weight:bold;
}