@charset 'shift_jis';

/* メインビジュアル */

#secHeader {
    min-height: 300px;
    height: auto;
    width: auto;
    padding: 0 20px;
}

#secHeader .grdW {
    min-height: 300px;
    height: auto;
    align-items: center;
}

#secHeader.ultraaqua {
  background: url("../images/topimage_bg.jpg") #000030;
  background-position: center top;
  background-repeat: no-repeat;
}

#secHeader .grdW h1 {
  font-size: 33px;
  line-height: 1.3;
  margin-top: 0;
  color: #ffffff;
  text-shadow: none;
/*
  text-shadow: 0 0 6px rgb(255 255 255 / 80%), 0 0 6px rgb(255 255 255 / 80%), 0 0 6px rgb(255 255 255 / 80%);
  padding-left: 50px;
*/
}

#secHeader .grdW h1 span.shoulder {
  font-size: 55%;
  line-height: 1.3;
  letter-spacing: -0.01px;
  font-weight: normal;
  display: inline-block;
}

#secHeader .grdW h1 span.subTitle {
  font-size: 70%;
  line-height: 1.4;
  letter-spacing: -0.01px;
  font-weight: normal;
  display: inline-block;
  margin-top: 10px;
}

#secHeader .grdW p {
  line-height: 1.5;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  font-size: 83%;
  margin: 5px 0 0;
/*  text-shadow: 2px 2px 6px rgb(0 0 0 / 50%), 2px 2px 6px rgb(0 0 0 / 50%), 2px 2px 6px rgb(0 0 0 / 50%);*/
}

#secHeader .topPhoto_pc { display: block; }
#secHeader .topPhoto_mobile { display: none; }

@media screen and (max-width: 959px) {

#secHeader.ultraaqua {
  background-size: cover;
}

#secHeader .grdW {
  align-items: center;
}

#secHeader .grdW p {
  padding-left: 20px;
  padding-right: 20px;
}

#secHeader .topPhoto_pc { display: none; }
#secHeader .topPhoto_mobile { display: block; }

}

@media screen and (max-width: 767px) {

#secHeader .grdW h1 {
  font-size: 6vw;
  line-height: 1.2;
  padding-left: 20px;
}

#secHeader .grdW p {
  line-height: 1.5;
  padding-left: 1.0em;
  padding-right: 10px;
  font-size: 75%;
}

#secHeader .grdW p br {
  display: none;
}

}

/* 見出し（ULTRAAQUAサイト独自のもの） */

.h-3rUA {
	z-index:400;
	line-height: 1.2;
	padding:8px 0px 7px 0px;
	font-size:200%;
  font-weight: bold;
	position:relative;
}

.h-5UA {
	font-size: 150%;
	line-height: 1.3;
  font-weight: bold;
}

.h-6fUA {
	font-size: 118.5%;
	line-height: 1.5;
	padding:0 0 5px 0;
  color: #4BA7F3;
  font-weight: bold;
  border-bottom: 1px solid #4BA7F3;
}

.ps_text22 {
  font-size: 137.5%;
}

@media screen and (max-width: 480px) {

.h-3rUA {
	line-height: 1.3;
	font-size: 150%;
}

.h-5UA {
	font-size: 125%;
	line-height: 1.4;
}

.h-6fUA {
	font-size: 110%;
	line-height: 1.6;
}

.ps_text22 {
  font-size: 120%;
}

}

.merit_container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 20px;
}

.merit_container02_inner_wrapper {
  gap: 20px;
}

.merit_container02_inner {
  max-width: 250px;
  width: calc(((100vw - 200px) / 4));
}

.merit_container01_wrapper {
  gap: 20px;
}

.merit_container01 {
  max-width: 290px;
  width: calc(((900px) / 4) + 40px);
}

@media screen and (max-width: 1220px) {

.merit_container {
  align-items: center;
  flex-direction: column;
}

.merit_container02_inner {
  width: calc(((100vw - 120px) / 2));
}

.merit_container01 {
  width: calc(((100vw - 120px) / 2) + 40px);
}

}

@media screen and (max-width: 620px) {

.merit_container {
  flex-direction: column;
}

.merit_container02_inner_wrapper {
  flex-direction: column;
  margin-top: 20px;
}

.merit_container01_wrapper {
  flex-direction: column;
}

.merit_container02_inner {
  max-width: none;
  width: 100%;
}

.merit_container01 {
  max-width: none;
  width: 100%;
}

}

.ps_biPBlu01 { background-color: #e5eff8; }
.ps_tcBlue01 {
    color: #0063B2;
}
