@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "游ゴシック体", sans-serif;
  font-style: normal;
  font-display: swap;
  max-width: 1920px;
}



a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.pcView {
  display: block !important;
}
@media (max-width: 761px) {
  .pcView {
    animation: gelatine 1s 2;
    display: none !important;
  }
}

.spView {
  display: none !important;
}
@media (max-width: 760px) {
  .spView {
    display: block !important;
  }
}

[data-sal="slide-up"] {
  transform: translateY(30px);
}

.header-wrap {
  background-color: #ddf1fc;
}

@media screen and (min-width:768px){
.header-flex {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px;
}
}

@media screen and (max-width:767px){
.header-flex {
  text-align: center;
  padding: 20px;
}
}

.header-flex img {
  max-width: 230px;
}

@media screen and (min-width:768px){
.content-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 0;
}
}

@media screen and (max-width:767px){
.content-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0;
}
}

.content-container h2 {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width:768px){
.content-imgflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-bottom: 30px;
}
}

@media screen and (max-width:767px){
.content-imgflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 350px;
  margin: 0 auto 30px;
}
}

@media screen and (min-width:768px){
.content-imgflex img {
  max-width: 280px;
  border-radius: 20px;
}
}

@media screen and (max-width:767px){
.content-imgflex img {
  max-width: 110px;
  border-radius: 10px;
}
}

.content-wrap {
  padding: 0 10px;
}

.content-info {
  width: 100%;
  border: #b5b5b6 solid 1px;
  line-height: 1.4rem;
  margin-bottom: 40px;
}

.content-info tr th  {
  border: #b5b5b6 solid 1px;
  background-color: #efefef;
  padding: 15px;
}

.content-info tr td {
  border: #b5b5b6 solid 1px;
  padding: 15px;
  vertical-align: middle;
}

.content-wrap ul {
  list-style: square; 
  margin-left: 20px;
}

.info-tel {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  border: #1074ba solid 2px;
  border-radius: 30px;
  text-align: center;
  padding: 40px;
}

@media screen and (min-width:768px){
.info-tel h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
}

@media screen and (max-width:767px){
.info-tel h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.8rem;
}
}

.info-tel p {
  padding-bottom: 10px;
}

@media screen and (min-width:768px){
.info-tel a {
  font-size: 44px;
  color: #1074ba;
  font-weight: bold;
  position: relative;
}
.info-tel a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 37px;
  top: 7px;
  left: -30px;
  background-image: url(../images/tel.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
}

@media screen and (max-width:767px){
.info-tel a {
  font-size: 32px;
  color: #1074ba;
  font-weight: bold;
  position: relative;
}
.info-tel a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 28px;
  top: 5px;
  left: -22px;
  background-image: url(../images/tel.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
}