@charset "UTF-8";

@import url("color.css");

html {
  scroll-behavior: smooth;
}

#mainColumn {
  margin-bottom: 165px;
}

#mainColumn .inner {
  width: 900px;
}

/*PC*/

#pageHead {
  background-color: #f3f4f7;
  background-image: url(../images/pageHead_bg.jpg);
  background-position: top right;
  background-size: cover;
}

#pageHead .inner {
  height: 230px;
  background: no-repeat;
  /*background-image: url(../images/pageHead_bgHeart.png);*/
  background-position: top -12px left 35px;
  background-size: 470px auto;
}

#pageHead h1 {
  font-size: 40px;
  line-height: 1.3;
}

#pageHead h1 span {
  color: #cd0414;
  font-size: 128%;
}

.inner-setsu {
  width: 830px;
  text-align: left;
  margin: 0 auto;
}
.h-type01 {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 80px;
  position: relative;
}
.h-type01::before,
.h-type01::after {
  content: "";
  position: absolute;
  bottom: -30px;
}
.h-type01::before {
  width: 100%;
  height: 2px;
  left: 0;
}
.h-type01::after {
  width: 80px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
}

#section-lead {
  text-align: center;
  padding: 25px 0 40px;
}
#section-intro {
  background: linear-gradient(to bottom, #f0f8ff 0%, #ffffff 100%);
  padding: 160px 0 20px;
}
#section-intro .inner02 {
  position: relative;
}
#section-intro .inner02 .title {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
#section-intro .inner02 .fukidashi {
  position: absolute;
}
#section-intro .inner02 .fukidashi.fukidashi1 {
  width: 162px;
  left: 65px;
  top: -135px;
}
#section-intro .inner02 .fukidashi.fukidashi2 {
  width: 164px;
  left: 250px;
  top: -185px;
}
#section-intro .inner02 .fukidashi.fukidashi3 {
  width: 162px;
  left: 450px;
  top: -160px;
}
#section-intro .inner02 .fukidashi.fukidashi4 {
  width: 174px;
  left: 650px;
  top: -190px;
}
#section-intro .inner02 .fukidashi.fukidashi5 {
  width: 154px;
  left: 825px;
  top: -100px;
}

#section-intro .inner02 .box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin: 0 120px;
  padding: 0 50px 20px 60px;
  position: relative;
}
#section-intro .inner02 .box::before,
#section-intro .inner02 .box::after {
  content: "";
  background: url(../images/s_circle_o.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 2;
}
#section-intro .inner02 .box::before {
  width: 68px;
  height: 68px;
  bottom: -30px;
  left: -35px;
}
#section-intro .inner02 .box::after {
  width: 54px;
  height: 54px;
  top: -20px;
  right: -30px;
}

#section-intro .inner02 .box h3 {
  text-align: center;
  margin: 0 0 20px;
  position: relative;
  top: -10px;
}
#section-intro .inner02 .box h3 span {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  background: #ff8300;
  border-radius: 30px;
  padding: 5px 80px;
}

#section-intro .inner02 .box ul {
  display: flex;
  justify-content: space-between;
}
#section-intro .inner02 .box ul li {
  width: 340px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#section-intro .inner02 .box ul li figure {
  width: 100px;
  position: relative;
}
#section-intro .inner02 .box ul li figure::after {
  content: "";
  width: 54px;
  height: 54px;
  background: url(../images/s_exclamation.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -15px;
  left: -25px;
}
#section-intro .inner02 .box ul li figure img {
  width: 100%;
  border-radius: 50%;
}
#section-intro .inner02 .box ul li .text {
  font-size: 1.06rem;
  width: 220px;
}
.semibans {
  margin: 50px 0 0 0;
}
.semibans h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 18px;
}
.semibans h2 span {
  position: relative;
}
.semibans h2 span::before,
.semibans h2 span::after {
  content: "";
  width: 1px;
  height: 1em;
  background: #cd0414;
  position: absolute;
  top: 0.1em;
}
.semibans h2 span::before {
  left: -1.2em;
  transform: rotate(-45deg);
}
.semibans h2 span::after {
  right: -1.2em;
  transform: rotate(45deg);
}
.semibans p {
  color: #ff5a2c;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 5px;
}
.semibans p span {
  position: relative;
}
.semibans p span::before,
.semibans p span::after {
  content: "";
  width: 2px;
  height: 1.3em;
  background: #ff5a2c;
  position: absolute;
  top: 0.2em;
}
.semibans p span::before {
  left: -1em;
  transform: rotate(-35deg);
}
.semibans p span::after {
  right: -1em;
  transform: rotate(35deg);
}
.semibans ul {
  width: 815px;
  margin: 0 auto;
}
.semibans ul li {
  width: 590px;
  margin: 0 auto;
}

.semibans ul li + li {
  margin: 25px auto 0;
}

.semibans ul li a img {
  width: 100%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 20%);
  border-radius: 10px;
}

#section-Xmas {
  margin: 50px 0 0 0;
}
#section-Xmas h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
}
#section-Xmas h2 span {
  position: relative;
}
#section-Xmas h2 span::before,
#section-Xmas h2 span::after {
  content: "";
  width: 2px;
  height: 1.3em;
  background: currentColor;
  position: absolute;
  top: 0.2em;
}
#section-Xmas h2 span::before {
  left: -1em;
  transform: rotate(-35deg);
}
#section-Xmas h2 span::after {
  right: -1em;
  transform: rotate(35deg);
}

#section-Xmas .bnr {
  width: fit-content;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 20%);
  margin: 0 auto;
}

/*------ セミナーの説明文画ある場合 ------*/
/*.semibans ul li {
	margin: 0 10px;
	display: grid;
	grid-template-columns: 365px 51%;
	grid-template-rows: auto;
	justify-content: space-between;
}
.semibans ul li .bnr {
	grid-area: 1 / 1 / 3 / 2;
}
.semibans ul li .bnr img {
	width: 100%;
	box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
	border-radius: 15px;
}
.semibans ul li .text {
	margin: 0 0 18px;
	grid-area: 1 / 2 / 2 / 3;
}
.semibans ul li .text p {
	font-size: 16px;
	line-height: 1.87;
}
.semibans ul li .btnLink {
	grid-area: 2 / 2 / 3 / 3;
}
.semibans ul li .btnLink a {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	background: linear-gradient(180deg, rgba(255, 164, 177, 1) 0%, rgba(255, 83, 109, 1) 62.57%);
	border-radius: 50vh;
	text-align: left;
	letter-spacing: 1px;
	padding: 12px 91px 12px 65px;
	position: relative;
}
.semibans ul li .btnLink a:hover {
	opacity: .7;
}
.semibans ul li .btnLink a::before,
.semibans ul li .btnLink a::after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
}
.semibans ul li .btnLink a::before {
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	right: 65px;
	transform: translateY(-50%);
}
.semibans ul li .btnLink a::after {
	width: 4px;
	height: 4px;
	border: 2px solid;
	border-radius: 2px;
	border-color: #ff536d #ff536d transparent transparent;
	right: 72px;
	transform: translateY(-50%) rotate(45deg);
}*/
#section-online {
  background: #fff2ed;
  margin: 50px 0 0 0;
  padding: 60px 0;
}
#section-online .h-type01 {
  color: #ff5a2c;
}
#section-online .h-type01::before,
#section-online .h-type01::after {
  background: #ff5a2c;
}
#section-online .box {
  margin-right: -80px;
  display: flex;
  justify-content: space-between;
}
#section-online .box .text {
  width: 465px;
  line-height: 1.875;
}
#section-online .box .text .emp {
  font-size: 0.875rem;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  margin: 15px 0 0 0;
  padding: 10px;
}
#section-online .box .text .emp span {
  padding-left: 40px;
  position: relative;
}
#section-online .box .text .emp span::before {
  content: "";
  width: 35px;
  height: calc(35px / 200 * 150);
  background: url(../images/s_pcsp.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -5px;
  left: 0;
}
#section-online .box .text .emp span em {
  color: #29abe2;
  font-style: normal;
  font-size: 1.14rem;
  font-weight: bold;
}

#section-online .box figure {
  width: 398px;
}
#section-online .box figure img {
  transform: translateY(-40px);
  margin-bottom: -40px;
}
#section-online .btn {
  text-align: center;
  margin: 50px auto 15px;
}
#section-online .btn a {
  color: #fff;
  font-size: 1.625rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #ff5a2c 0%, #cd4823 100%);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  border: solid 5px #fff;
  border-radius: 60px;
  padding: 15px 80px;
  display: inline-block;
}
#section-online .btn a:hover {
  background: #ff5a2c;
}
#section-online .btn a span {
  padding-right: 40px;
  position: relative;
}
#section-online .btn a span::after {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/s_btnarrow.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 6px;
  right: 0;
}
#section-online .note {
  font-size: 0.875rem;
  text-align: center;
  margin: 10px 0 0 0;
}

#section-taimen {
  margin: 50px 0 100px;
}
#section-taimen .h-type01 {
  color: #3cb348;
}
#section-taimen .h-type01::before,
#section-taimen .h-type01::after {
  background: #3cb348;
}
#section-taimen #taimen-tabs {
  margin: 0 0 30px;
  display: flex;
  gap: 2px;
}
#section-taimen #taimen-tabs li {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background: #a0a0a0;
  padding: 10px 0;
  cursor: pointer;
}
#section-taimen #taimen-tabs li.cr {
  background: #3cb348;
  position: relative;
}
#section-taimen #taimen-tabs li.cr::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #3cb348 transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
#section-taimen .taimecon .location {
  border-top: solid 1px #c8c8c8;
  border-bottom: solid 1px #c8c8c8;
  margin: 0 0 30px;
  padding: 15px 0;
}
#section-taimen .taimecon .location dl {
  font-weight: bold;
  margin-bottom: 10px;
}
#section-taimen .taimecon .location dl dt {
  float: left;
}
#section-taimen .taimecon .location dl dt::after {
  content: "： ";
}
#section-taimen .taimecon .location dl dd .maplink img {
  width: auto;
  height: 1.2em;
  margin-left: 1.5em;
}
#section-taimen .taimecon table {
  width: 100%;
}
#section-taimen .taimecon table th,
#section-taimen .taimecon table td {
  font-size: 0.8125rem;
  font-weight: normal;
  text-align: center;
  border: solid 1px #c8c8c8;
  padding: 6px;
}
#section-taimen .taimecon table thead th {
  font-weight: bold;
  background: #e6e6e6;
  border: solid 1px #fff;
}
#section-taimen .taimecon table tbody tr:first-child td {
  border-top: none;
}
#section-taimen .taimecon table tbody tr td:last-child {
  width: 120px;
}
#section-taimen .taimecon table tbody tr:nth-child(odd) td {
  background: #f5fafa;
}
#section-taimen .taimecon table tbody td.basho {
  font-weight: bold;
}
#section-taimen .taimecon table tbody td input[type="submit"] {
  color: #fff;
  max-width: 92px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to bottom, #63c26d 0%, #63c26d 60%, #31903b 100%);
  border-radius: 5px;
  border: none;
  padding: 6px 20px;
  display: inline-block;
  cursor: pointer;
}
#section-taimen .taimecon table tbody td input[type="submit"]:hover {
  background: #63c26d;
}
#section-taimen .taimecon table tbody td input:disabled {
  letter-spacing: 1em;
  text-indent: 0.5em;
  background: #a0a0a0;
  cursor: default;
  color: #000;
  opacity: 0.4;
}
#section-taimen .taimecon table tbody td input:disabled:hover {
  background: #a0a0a0;
}
#section-taimen .taimecon table tbody td a span {
  padding-right: 20px;
  position: relative;
}
#section-taimen .taimecon table tbody td a span::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/s_btnarrow.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 3px;
  right: 0;
}

#section-taimen .onlineBlock {
  color: #555;
  text-align: center;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 30px;
}

#section-taimen .onlineBlock .btn a {
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to bottom, #ff5a2c 0%, #ff5a2c 50%, #cd4823 100%);
  border-radius: 50vh;
  display: inline-block;
  padding: 13px 60px 13px 30px;
  margin: 10px 0 0;
  position: relative;
}

#section-taimen .onlineBlock .btn a::after {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/s_btnarrow.svg) no-repeat center center / 80% auto;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}

#section-taimen .onlineBlock .btn a:hover {
  text-decoration: none;
  background: #ff5a2c;
}

#section01 .telContact {
  border-top: 1px solid #cdcfd3;
  border-bottom: 1px solid #cdcfd3;
  margin: 40px 0 0;
  padding: 15px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#section01 .telContact h3 {
  font-size: 20px;
  font-weight: bold;
}

#section01 .telContact .mado {
}

#section01 .telContact .mado h4 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background: #cf314b;
  padding: 2px 70px;
  box-sizing: border-box;
}

#section01 .telContact .mado p {
  font-size: 13px;
  margin: 7px 0 0;
}

#section01 .telContact div.tel {
  text-align: center;
}
#section01 .telContact div.tel .name {
}
#section01 .telContact div.tel .tel {
  font-size: 30px;
  font-weight: bold;
}
#section01 .telContact div.tel .time {
  display: none;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 700px) {
  /*共通*/
  #mainColumn {
    margin-bottom: 19vw;
  }

  #mainColumn .inner {
    width: 100vw;
    margin: 0;
  }

  /*SP*/
  #pageHead {
    background-image: url(../images/pageHead_bg_sp.jpg);
  }

  #pageHead .inner {
    width: calc(100% - 8vw);
    height: 34.6vw;
    margin: 0 4vw;
    padding: 1.6vw 0 0;
    background-image: none;
  }

  #pageHead h1 {
    font-size: 6.6vw;
    text-align: left;
    line-height: 1.34;
    margin-left: 2.6vw;
  }

  #pageHead h1 span {
    font-size: 7.9vw;
  }

  .inner-setsu {
    width: calc(100% - 13.2vw);
    margin: 0 6.6vw;
  }
  .h-type01 {
    font-size: 6.5vw;
    margin: 0 0 15vw;
  }
  .h-type01::before,
  .h-type01::after {
    bottom: -20px;
  }
  #section-lead {
    text-align: left;
    padding: 6vw 0 8vw;
  }
  #section-intro {
    padding: 107vw 0 5vw;
  }
  #section-intro .inner02 {
  }
  #section-intro .inner02 .title {
    font-size: 4.5vw;
    margin-bottom: 8vw;
  }
  #section-intro .inner02 .fukidashi {
  }
  #section-intro .inner02 .fukidashi.fukidashi1 {
    width: 39vw;
    left: 0;
    top: -102vw;
  }
  #section-intro .inner02 .fukidashi.fukidashi2 {
    width: 39vw;
    left: -2vw;
    top: -56vw;
  }
  #section-intro .inner02 .fukidashi.fukidashi3 {
    width: 39vw;
    left: 44vw;
    top: -75vw;
  }
  #section-intro .inner02 .fukidashi.fukidashi4 {
    width: 41vw;
    left: 50vw;
    top: -112vw;
  }
  #section-intro .inner02 .fukidashi.fukidashi5 {
    width: 36vw;
    left: 45vw;
    top: -35vw;
  }

  #section-intro .inner02 .box {
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0 5vw 5vw 5vw;
    position: relative;
  }
  #section-intro .inner02 .box::before,
  #section-intro .inner02 .box::after {
  }
  #section-intro .inner02 .box::before {
    width: 6vw;
    height: 6vw;
    bottom: -3vw;
    left: -3vw;
  }
  #section-intro .inner02 .box::after {
    width: 5vw;
    height: 5vw;
    top: -2.5vw;
    right: -3vw;
  }

  #section-intro .inner02 .box h3 {
  }
  #section-intro .inner02 .box h3 span {
    font-size: 4vw;
    padding: 5px 20px;
  }
  #section-intro .inner02 .box ul {
    display: block;
  }
  #section-intro .inner02 .box ul li {
    width: 100%;
    margin-bottom: 5vw;
  }
  #section-intro .inner02 .box ul li:nth-child(even) {
    flex-direction: row-reverse;
  }
  #section-intro .inner02 .box ul li figure {
    width: 33vw;
    text-align: right;
    position: relative;
  }
  #section-intro .inner02 .box ul li figure::after {
    width: 10vw;
    height: 10vw;
    top: -1vw;
    left: 2vw;
  }
  #section-intro .inner02 .box ul li figure img {
    width: 26vw;
  }
  #section-intro .inner02 .box ul li .text {
    font-size: 1rem;
    width: 40vw;
  }
  .semibans {
    margin: 10vw 0 0 0;
  }
  .semibans h2 {
    font-size: 4.8vw;
    margin-bottom: 3.5vw;
  }
  .semibans p {
    font-size: 3.7vw;
    margin: 0 0 0.5vw;
  }
  .semibans p span {
  }
  .semibans p span::before,
  .semibans p span::after {
  }
  .semibans ul {
    width: 100%;
    margin: 0;
  }
  .semibans ul li {
    width: 100%;
  }

  .semibans ul li + li {
    margin: 5vw auto 0;
  }

  .semibans ul li img {
    width: 100%;
    border-radius: 2.7vw;
  }

  #section-Xmas {
    margin: 10vw 6.6vw 0;
  }
  #section-Xmas h2 {
    font-size: 4.2vw;
    margin: 0 0 2.3vw;
  }

  /*------ セミナーの説明文画ある場合 ------*/
  /*.semibans ul li {
		margin: 0 0 5vw;
		display: block;
	}
	.semibans ul li .bnr {
		margin: 0 0 4.8vw;
	}
	.semibans ul li .bnr img {
		width: 100%;
		border-radius: 2vw;
	}
	.semibans ul li .text {
		margin: 0 0 4.6vw;
	}
	.semibans ul li .text p {
		font-size: 3.7vw;
		line-height: 1.78;
	}
	.semibans ul li .btnLink {
	}
	.semibans ul li .btnLink a {
		font-size: 4.8vw;
		width: 100%;
		padding: 3.7vw 0 3.7vw 25.8vw;
		display: block;
		box-sizing: border-box;
	}
	.semibans ul li .btnLink a:hover {
		opacity: 1;
	}
	.semibans ul li .btnLink a::before,
	.semibans ul li .btnLink a::after {
	}
	.semibans ul li .btnLink a::before {
		width: 5vw;
		height: 5vw;
		right: 24.6vw;
		transform: translateY(-50%);
	}
	.semibans ul li .btnLink a::after {
		width: 0.8vw;
		height: 0.8vw;
		border: 2px solid;
		border-radius: 2px;
		border-color: #ff536d #ff536d transparent transparent;
		right: 26.4vw;
		transform: translateY(-50%) rotate(45deg);
	}*/
  #section-online {
    background: #fff2ed;
    margin: 10vw 0 0 0;
    padding: 6vw 0;
  }
  #section-online .h-type01 {
  }
  #section-online .h-type01::before,
  #section-online .h-type01::after {
  }
  #section-online .box {
    margin-right: 0;
    display: block;
  }
  #section-online .box .text {
    width: 100%;
  }
  #section-online .box .text .emp {
    font-feature-settings: "palt";
  }
  #section-online .box .text .emp span {
    padding-left: 35px;
  }
  #section-online .box .text .emp span::before {
    content: "";
    width: 30px;
    height: calc(30px / 200 * 150);
    top: -5px;
  }
  #section-online .box .text .emp span em {
    font-size: 100%;
  }
  #section-online .box figure {
    width: 100%;
  }
  #section-online .box figure img {
    transform: none;
    margin-bottom: 0;
  }
  #section-online .btn {
    width: 100%;
    margin: 6vw 0 10px;
  }
  #section-online .btn a {
    font-size: 4.2vw;
    border-radius: 30px;
    padding: 10px 0;
    display: block;
  }
  #section-online .btn a span {
    padding-right: 26px;
  }
  #section-online .btn a span::after {
    width: 20px;
    height: 20px;
    top: 2px;
  }
  #section-online .note {
  }

  #section-taimen {
    margin: 10vw 0;
  }
  #section-taimen #taimen-tabs {
    margin: 0 0 4vw;
  }
  #section-taimen #taimen-tabs li {
    width: calc(calc(100% - 20px) / 6);
    /*width: calc(calc(100% - 20px) / 4);*/
    padding: 10px 0;
  }
  #section-taimen .taimecon .location {
    margin: 0 0 5vw;
  }
  #section-taimen .taimecon .location dl {
  }
  #section-taimen .taimecon .location dl dt {
    float: none;
  }
  #section-taimen .taimecon .location dl dt::after {
  }
  #section-taimen .taimecon .location dl dd .maplink img {
  }
  #section-taimen .taimecon table {
  }
  #section-taimen .taimecon table th,
  #section-taimen .taimecon table td {
    padding: 1vw;
  }
  #section-taimen .taimecon table tbody tr td:last-child {
    width: 19vw;
  }
  #section-taimen .taimecon table tbody td:not(.basho) {
    white-space: nowrap;
  }
  #section-taimen .taimecon table tbody td input[type="submit"] {
    font-size: 3vw;
    max-width: inherit;
    padding: 6vw 1vw;
  }
  #section-taimen .taimecon table tbody td input:disabled {
    letter-spacing: 0.65em;
    text-indent: 0.65em;
  }
  #section-taimen .taimecon table tbody td input:disabled:hover {
    background: #a0a0a0;
  }
  #section-taimen .taimecon table tbody td a span {
    padding-right: 3.5vw;
  }
  #section-taimen .taimecon table tbody td a span::after {
    width: 3vw;
    height: 3vw;
    top: 1vw;
  }

  #section01 .telContact {
    width: calc(100% - 13.2vw);
    text-align: center;
    margin: 11.7vw 6.6vw 0;
    padding: 3.2vw 0;
    display: block;
  }

  #section01 .telContact h3 {
    font-size: 1.26rem;
  }

  #section01 .telContact .mado {
    margin: 3vw 0 0;
  }

  #section01 .telContact .mado h4 {
    margin: 0 0 3vw;
    padding: 0.26vw 0;
  }

  #section01 .telContact .mado p {
    display: none;
  }
  #section01 .telContact div.tel {
  }
  #section01 .telContact div.tel .name {
  }
  #section01 .telContact div.tel .tel {
    font-size: 9vw;
  }
  #section01 .telContact div.tel .time {
    font-size: 0.9rem;
    display: block;
  }
}
