@charset "UTF-8";
/* CSS Document */
.note {
  border: 1px dotted;
  padding: 6px;
  background-color: #FFF7C1;
  text-align: center;
}
.kokoro li {
  margin: 25px 0 0 -30px;
  list-style-type: none;
}
.catch {
  line-height: 1.6em;
}
/*-------------------------------------------
　PC　スマホ　切り替え
-------------------------------------------*/
.scroll_area {
  width: 100%;
  overflow-x: scroll;
}
.scroll_area table {
  width: 780px;
}
@media(min-width:751px) {
  .sp {
    display: none !important;
  }
}
@media(max-width:750px) {
  .pc {
    display: none !important;
  }
}
body {
  color: #343A40;
  font-family: 'Kosugi Maru', sans-serif;
}
/*-------------------------------------------
　head
-------------------------------------------*/
.jumbotron-fluid {
  background-image: url("../images/head_matsubarayama.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .jumbotron-fluid {
    background-image: url("../images/head_sm.jpg");
    height: auto;
  }
}
.box {
  margin-top: 200px;
  height:100vh;
}
/*-------------------------------------------
　color
-------------------------------------------*/
.text-orange{
color: #f56500;
line-height: 1.5;	
}
.text-green{
color: #65AD00;
line-height: 1.5;
}
.tag--orange{
background: #f56500;
text-decoration: none;
color: #FFF;
text-align: center;
vertical-align: middle;
padding: 10px 10px;
margin: 10px 0;
font-size: 1.4em;
line-height: 1.5;
border-radius: 0.5em;
}
.tag--blue{
background-color: #00AFB9;
text-decoration: none;
color: #FFF;
text-align: center;
vertical-align: middle;
padding: 10px 10px;
margin: 10px 0;
font-size: 1.4em;
line-height: 1.5;
border-radius: 0.5em;
}
.tag--green{
background-color: #65AD00;
text-decoration: none;
color: #FFF;
text-align: center;
vertical-align: middle;
padding: 10px 10px;
margin: 10px 0;
font-size: 1.4em;
line-height: 1.5;
border-radius: 0.5em;
}
.text-purple {
  color: #5F67A3;
}
.text-danger {
  color: #D82624;
}
.text-red {
  color: #D82624;
  text-align: center;
}
.text-danger {
  color: #D82624;
  text-align: left;
}
.bg-green {
  background-color: #21B5AE;
  color: #FFF;
  border-radius: 10px;
}
.bg-light {
  padding: 20px 0;
}
.bg-cream {
  background-color: #FFF6AC;
}
.bg--orange{
background: #f56500;
text-decoration: none;
color: #FFF;
}
.bg--blue{
background-color: #00AFB9;
text-decoration: none;
color: #FFF;

}
.bg--green{
   background-color: #65AD00;
		text-decoration: none;
	color: #FFF;
}
.bg-purple {
  background-color: #5F67A3;
  padding: 20px;
  color: #fff;
}
.bg-yellow {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5em;
  font-weight: 600;
  background-color: #E8B91E;
  color: #fff;
  border-radius: 10px;
  padding: 15px 2px;
  text-align: center;
}
.bg-red {
  font-weight: 600;
  background-color: #D82624;
  color: #fff;
  text-align: center;
  margin: auto;
}
.bg-asagao {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
  font-weight: 600;
  background-color: #C7C0DF;
  color: #000;
  text-align: center;
  margin: auto;
}
.bg-yuri{
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
  font-weight: 600;
  background-color: #e9ebcb;
  color: #000;
  text-align: center;
  margin: auto;
}.bg-sakura{
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
  font-weight: 600;
  background-color: #f9d2d4;
  color: #000;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 375px) {
  .text-red {
    font-size: 0.875em;
  }
  .text-danger {
    font-size: 0.875em;
  }
  .bg-red {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .bg-yellow {
    font-size: 1.2em;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {}
/*-------------------------------------------
　font
-------------------------------------------*/
td {
  font-size: 1em;
  background-color: #FFF;
  vertical-align: middle;
}
th {
  font-size: 1em;
  background-color: #F6F6F6;
  vertical-align: middle;
}
p {
  font-size: 1em;
  text-align: left;
  vertical-align: baseline;
}
li {
  font-size: 1em;
}
h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8em;
  font-weight: 700;
}
h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5em;
  margin: 20px 0 5px 0;
}
h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.8em;
}
.plan{
  font-size: 0.5em;
	text-align: center;
	line-height: 2em;
	margin-top: 10px;
}
.reset ul {
  margin-left: -40px;
  list-style: none;
  text-decoration-line: none;
}
.link {
  list-style: none;
  text-decoration: none;
  color: #fff;
  line-height: 2.5em;
  font-size: 1em;
}
.link:hover {
  list-style: none;
  text-decoration: none;
  color: #ABABAB;
}
.link-menu {
  list-style: none;
  text-decoration-line: none;
  color: #fff;
  line-height: 1.6em;
  font-size: 0.875em;
}
.link-menu:hover {
  list-style: none;
  text-decoration-line: none;
opacity: 0.5;
}
.fuchidori {
  color: #000;
  text-shadow:1.5px 1.5px 0 #FFF, -1.5px -1.5px 0 #FFF,
              -1.5px 1.5px 0 #FFF, 1.5px -1.5px 0 #FFF,
              0px 1.5px 0 #FFF,  0-2px 0 #FFF,
              -1.5px 0 0 #FFF, 1.5px 0 0 #FFF;
}
@media screen and (max-width: 599px) {
  td {
    font-size: 0.875em;
    vertical-align: middle;
  }
  th {
    font-size: 0.875em;
    vertical-align: middle;
  }
  p {
    font-size: 0.875em;
    text-align: left;
    line-height: 1.25em;
  }
  li {
    font-size: 0.875em;
  }
  h1 {
    font-size: 1.3em;
  }
  h2 {
    font-size: 1.1em;
  }
  h3 {
    font-size: 1em;
  }
  h4 {
    font-size: 0.875em;
  }
  h5 {
    font-size: 0.875em;
  }
  .insta p {
    font-size: 0.875em;
    line-height: 0.3px;
  }
}
/*-------------------------------------------
　title
-------------------------------------------*/
.title h4 {
  font-size: 1em;
  color: #10B769;
  margin-top: 1em;
  text-align: center;
}
.title p {
  text-align: center;
}
.sub h5 {
  font-weight: 600;
  border-left: 4px solid #D82624;
  padding-left: 10px;
  margin: 10px 0;
}
.plan01 {
  background-color: #FFD7BB;
  color: #343a40;
  padding: 20px;
  margin: 20px auto;
}
.plan02 {
  background-color: #BDFBFF;
  color: #343a40;
	padding: 20px;
	mmargin: 20px auto;
}
.plan03 {
  background-color:#E5FFC3;
  color: #343a40;
	 padding: 20px;
	margin: 20px auto;
}
.plan04 {
  background-color: #FFE4E4;
  color: #343a40;
	  padding: 20px;
	margin: 20px auto;
}
.plan05 {
  background-color: #FFFCE1;
  color: #343a40;
	  padding: 20px;
	margin: 20px auto;
}
.plan h2 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
}
.plan p {
  text-align: center;
  font-size: 1em;
}
.chart p {
  text-align: center;
  font-size: 1em;
  background-color: #D90003;
  color: #fff;
  padding: 0.3rem;
  width: 70%;
  margin: 0px auto;
  border-radius: 0.5em;
  font-weight: 600;
}
.spacer {
  height: 130px;
}
.plan01 .plan02 .plan03 .plan04 h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4em;
  font-weight: 600;
}
.price {
    font-family: 'Noto Sans JP';
    font-size: 1.5em;
    font-weight: 900;
    color: #D82624;
}
.caption {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 1.5em;
  border-bottom: 2px solid #D82624;
  text-align: center;
  width: 250px;
  margin: auto;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.caption-h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 1.35em;
  border-left: 2px solid #D82624;
  text-align: center;
  margin: 20px auto;
  padding-left: 3px;
  width: 225px;
}
.caption-sm {
  font-weight: 600;
  font-size: 1.2em;
  border-bottom: 2px solid #D3E4E6;
  text-align: left;
  margin: 0 0 0 0px;
  padding-bottom: 5px;
}
.media-body h5 {
  margin: 0 0 10px 0;
}
.cap h4 {
  border-left: 4px solid #D82624;
  padding-left: 8px;
  font-weight: 600;
  font-size: 1.25em;
}
.about h4 {
  padding: 10px 0 0 0;
  text-align: center;
  font-weight: 600;
}
.head-cap h4 {
  font-size: 1.25em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
.bold {
  font-weight: 600;
}
.large {
  font-size: 120%;
}
.small {
  font-size: 75%;
  color: #fff;
}
.small_price {
  font-family: 'Noto Sans JP';
  font-size: 75%;
}
.w-35 {
  width: 35%;
}
.title-lead {
  color: #fff;
  text-align: center;
  padding: 30px 5px;
  margin: 20px 0;
line-height: normal;
  background-color: #E8B91E;
  -webkit-clip-path: polygon(50% 100%, 100% 70%, 100% 0, 0 0, 0 70%);
}
.title-h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  padding: 5px 0 6px;
  margin: 20px 0;
  border-top: 2px solid #343A40;
  border-bottom: 2px solid #343A40;
}
.card-h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.3em;
    font-weight: 900;
    text-align: center;
    padding: 5px 0 5px 5px;
    margin: 20px 0;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}
.badge {
  font-family: 'Noto Sans JP';
  font-size: 0.625em;
  text-align: center;
  color: #fff;
  background-color: #D82624;
  border-radius: 0.825em;
  padding: 2px 5px 3px;
  margin-bottom: 2px;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
}
@media screen and (max-width: 375px) {
  .title-h1 {
    font-size: 1.25em;
  }
  .title-head {
    font-size: 1.25em;
  }
  .title-h2 {
    font-size: 1.1em;
  }
.caption-sm {
font-size: 0.875em;
}
}
@media screen and (max-width: 599px) {
  .media-body p {
    font-size: 1.25em;
  }

  .title-h1 {
    font-size: 1.4em;
  }
  .title-head {
    font-size: 1.4em;
  }
  .title-h2 {
    font-size: 1.25em;
  }
  .head-cap h4 {
    font-size: 1em;
  }
	.price {
  font-family: 'Noto Sans JP';
  font-size: 1.4em;
  font-weight: 600;
  color: #D82624;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 992px) {
  .title-h2 {
    font-size: 1.3em;
  }
}
/*-------------------------------------------
　btn
-------------------------------------------*/
.fixbtn-orange {
background-color: #eb6100;
text-align: center;	
height: 90px;	
}
.fixbtn-orange:hover {
background: #f56500;
}
.fixbtn-green{	
background-color: #65AD00;
text-align: center;	
height: 90px;	
}
.fixbtn-green:hover{
background: #7fbe26;
}
.fixbtn-green a {
font-size: 1.4em;
font-family: 'Oswald', sans-serif;	
text-decoration-line: none;	
color: #FFF;
margin-left: -35px;	
}
.fixbtn-orange a {
font-size: 1.25em;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";	
text-decoration-line: none;
color: #FFF;
font-weight: 600;
margin-left: -25px;	
position: relative;
bottom: 3px;
}
.fixbtn-orange h6 {
font-size: 1em;
color: #FFF;
text-align: center;
position: relative;
top: 20px;
left: 3px;
}
.fixbtn-green h6 {
font-size:0.85em;
color: #FFF;
text-align: center;
position: relative;
top: 20px;
right: 5px;
}	
.fixbtn-orange a::before{
content: url("../images/icon_mail.png");
margin-right: -18px;
margin-bottom: 3px;		
display: inline-block;
vertical-align: middle;
transform: scale(0.35);
}
.fixbtn-green a::before{
content: url("../images/icon_tel.png");
margin-right: -18px;
margin-bottom: 5px;	
display: inline-block;
vertical-align: middle;
transform: scale(0.35);
}	


.btn{
	padding: 0px;
}

.tag-danger {
  font-family: 'Noto Sans JP';
  font-size: 1em;
  background-color: #D82624;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  border-radius: 6px;
  width: 75%;
}
.tag-info {
  font-family: 'Noto Sans JP';
  font-size: 1em;
  background-color: #8ABB91;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  border-radius: 6px;
	  width: 100%;
}
.tag-success {
  font-family: 'Noto Sans JP';
  font-size: 1em;
  background-color: #88B1C8;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  border-radius: 6px;
	  width: 100%;
}
.tag-primary {
  font-family: 'Noto Sans JP';
  font-size: 1em;
  background-color: #738BBA;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  border-radius: 8px;
	  width: 100%;
}
.tag-purple {
  font-family: 'Noto Sans JP';
  font-size: 1em;
  background-color: #A66C87;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  border-radius: 6px;
	  width: 100%;
}
.tag-orange {
  font-family: 'Noto Sans JP';
  font-size: 1em;
  background-color: #E2B063;
  border: #E2B063;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  border-radius: 5px;
	  width: 100%;
}
.tag-warning {
  font-family: 'Noto Sans JP';
  font-size: 1em;
  background-color: #A09844;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  border-radius: 5px;
	  width: 100%;
	
}
.tag-light {
  font-family: 'Noto Sans JP';
  font-size: 1em;
  background-color: #E7C7A6;
  color: #000;
  padding: 5px 20px;
  text-align: center;
  border-radius: 5px;
	  width: 100%;
}
.btnn {
  font-size: 1.25em;
  font-weight: 600;
  color: #5F67A3;
  text-align: center;
  background-color: #fff;
  border: solid 2px #5F67A3;
  border-radius: 10px;
  width: 265px;
  padding: 7px 15px;
  margin: 5px 5px 10px 5px;
  display: inline-block;
}
.btn-yellow a {
  background-color: #E8B91E;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 8px 25px 10px;
  margin: 10px;
  display: inline-block;
  width: 400px;
  text-decoration: none;
}
.btn-yellow a:hover {
  background-color: #9A6F0F;
  color: #FFF;
  text-decoration: none;
}
.btn-purple {
  background-color: #685daf;
  color: #fff;
  font-weight: 600;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.1em;
  border-radius: 10px;
  width: 260px;
  padding: 12px 15px 10px;
  margin: 5px 0 15px;
  display: inline-block;
  text-decoration: none;
}
.btn-purple:hover {
  background-color: #4534af;
  color: #FFF;
  text-decoration: none;
}
.btn-red {
  background-color: #D82624;
  color: #fff;
  font-weight: 600;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.1em;
  border-radius: 10px;
  width: 260px;
  padding: 12px 15px 10px;
  margin: 5px 0 15px;
  display: inline-block;
  text-decoration: none;
}
.btn-red:hover {
  background-color: #B8201E;
  color: #FFF;
  text-decoration: none;
}
.btn-green {
  font-family: 'Noto Sans JP';
  font-size: 1.25em;
  background-color: #21B5AE;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 5px;
  display: inline-block;
}
.btn-green a {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 2em;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.btn-green a:hover {
  color: #F8DA00;
  text-decoration: none;
}
.button-green {
  font-family: 'Noto Sans JP';
  font-size: 1.25em;
  background-color: #21B5AE;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 5px;
  display: inline-block;
  text-decoration: none;
}
.button-green a {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.8em;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0px 25px;
  text-decoration: none;
}
.button-green a:hover {
  color: #F8DA00;
  text-decoration: none;
}
.flex {
  display: flex;
  justify-content: center;
  text-align: center;
}
.btn-c {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 5px 15px 5px;
  margin: 3px 5px;
  line-height: 1.2em;
  border: 1px solid #1b7e40;
  border-radius: 10px;
  background: #1b7e40;
  color: #FFEE00;
  display: inline-block;
  text-decoration-line: none;
  background-color: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1b7e40), to(#20b958));
  background-color: -webkit-linear-gradient(bottom, #1b7e40 50%, #20b958 100%);
  background-color: linear-gradient(0deg, #1b7e40 50%, #20b958 100%);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
  opacity: 0.9;
}
.btn-c:hover {
  color: #FFf;
  text-decoration: none;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  font-size: 2em;
  text-align: center;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;	
}
.btn--green,
a.btn--green {
  color: #fff;
  background-color: #65AD00;
  font-size: 2em;
  text-align: center;
	border-radius: 10px;
	margin: 10px;
		padding: 10px;
}
.btn--green:hover,
a.btn--green:hover {
  color: #fff;
  background: #7fbe26;	
}
.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #00AFB9;
  font-size: 2em;
  text-align: center;
	border-radius: 10px;
	margin: 10px;
		padding: 10px;
}
.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  background: #26b7bc;	
}	
@media screen and (max-width: 768px) {
  .btn-yellow a {
    background-color: #E8B91E;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 8px 25px 10px;
    margin: 10px;
    display: inline-block;
    margin-left: 0px;
    width: 100%;
    text-decoration: none;
  }
  .btn-yellow a:hover {
    background-color: #BB9412;
    color: #FFF;
    text-decoration: none;
  }
  .button-green {
    font-family: 'Noto Sans JP';
    font-size: 1.25em;
    background-color: #21B5AE;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
    display: inline-block;
    width: 100%;
  }
  .button-green a {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 1.8em;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0px 25px;
    text-decoration: none;
  }
  .button-green a:hover {
    color: #F8DA00;
    text-decoration: none;
  }
}
@media screen and (max-width: 599px) {
  .btn-c {
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 3px 8px 3px;
    margin: 3px 5px;
    text-decoration: none;
  }
  .btn-green {
    font-size: 1em;
    padding: 20px 15px 15px -10px;
  }
  .btn-green a {
    font-size: 1.5em;
    text-decoration: none;
  }
  .btn-green a:hover {
    color: #F8DA00;
    text-decoration: none;
  }
  .button-green {
    font-size: 1em;
    padding: 20px 15px 15px -10px;
    width: 100%;
  }
  .button-green a {
    font-size: 1.5em;
    text-decoration: none;
  }
  .button-green a:hover {
    color: #F8DA00;
    text-decoration: none;
  }
  .btn-yellow a {
    font-size: 1.25em;
    width: 100%;
    margin-left: 0;
    text-decoration: none;
  }
  .btn-yellow {
    width: 100%;
  }
  .btnn {
    font-size: 1.1em;
    width: 265px;
    display: inline-block;
  }
}
.tag-danger {
  width:100%;
}
@media screen and (max-width: 375px) {
  .btn-c {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 3px 10px;
    margin: 3px;
  }
  .btn-purple {
    font-size: 0.875em;
    border-radius: 0.6em;
    width: 230px;
    padding: 10px 10px;
    margin: 5px 0;
    display: inline-block;
  }
  .btn-purple:hover {
    background-color: #51588E;
    color: #FFF;
  }
  .btn-red {
    font-size: 0.875em;
    border-radius: 0.6em;
    width: 230px;
    padding: 10px 10px;
    margin: 5px 5px;
    display: inline-block;
  }
  .btn-red:hover {
    background-color: #B8201E;
    color: #FFF;
  }
}
/*-------------------------------------------
　footer
-------------------------------------------*/
footer {
  background: #343a40;
  color: #FFF;
  padding: 20px 0;
  margin: 20px 0 90px;
}
@media screen and (max-width: 768px) {
  footer {
    margin: 20px 0 90px;
  }
}
@media screen and (max-width: 599px) {
  footer {
    margin: 20px 0 85px;
  }
}
footer h5 {
  border: 1px solid #928F8E;
  padding: 5px 0;
  font-size: 1.1em;
}
footer p {
  letter-spacing: 0.05em;
  line-height: 1.2em;
  font-size: 0.875em;
  text-align: center;
}
.copyright {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 0.75em;
  text-align: center;
  margin: 10px 0;
}
.phone h2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  text-decoration: none;
}
.phone-bar {
  vertical-align: text-bottom;
  text-decoration: none;
}
/*-------------------------------------------
　table
-------------------------------------------*/
table {
  text-align: center;
}
#formWrap {
  width: 980px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:992px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  form input[type="text"], form textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type="submit"], form input[type="reset"], form input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
/*-------------------------------------------
　Q & A
-------------------------------------------*/
.qa-h2 {
  color: #5F67A3;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 20px;
  padding-left: 15px;
  border-left: 4px solid #D82624;
}
.qa-list dl {
  position: relative;
  margin: 20px 0;
  padding: 20px 30px;
  cursor: pointer;
  border-bottom: 1px solid #3BAAA3;
  ;
}
.qa-list dl:first-child {
  border-top: 1px solid #3BAAA3;
  ;
}
.qa-list dl::before {
  position: absolute;
  top: 30px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #3BAAA3;
  border-right: 2px solid #3BAAA3;
}
.qa-list .open::before {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 1em;
}
.qa-list dl dt::before {
  font-size: 0.875em;
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 2px;
  display: block;
  content: 'Q';
  font-weight: bold;
  color: #FFFFFF;
  background-color: #3BAAA3;
  border-radius: 50px;
  padding: 5px 8px;
}
.qa-list dl dd::before {
  font-size: 0.875em;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 2px;
  display: block;
  content: 'A';
  font-weight: bold;
  color: #FFFFFF;
  background-color: #D82624;
  border-radius: 50px;
  padding: 5px 8px;
}
.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .qa-list dl {
    position: relative;
    padding: 20px 40px 20px 10px;
  }
  .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 0.9em;
  }
  .qa-list dl dt::before {
    font-size: 0.875em;
    top: 0px;
    left: 0px;
    content: 'Q';
  }
  .qa-list dl dd::before {
    font-size: 0.875em;
    top: 5px;
    left: 0px;
    content: 'A';
  }
  .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 1em;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}
/*-------------------------------------------
　Go To Top
-------------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 110px;
  background-color: #3BAAA3;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 375px) {
  #page_top {
    bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  #page_top {
    bottom: 100px;
  }
}
.w-40{
	width: 40%
}
.w-20{
	width: 20%
}
.w-28{
	width: 28%
}
.mb-10 {
}
