@charset "UTF-8";
/*-----------------------------------------------------

  運営代行について kyoudou

------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.bg_blue {
  background: linear-gradient(180deg, rgb(52, 98, 186) 0%, rgb(31, 64, 131) 100%);
}

.tac {
  text-align: center;
}

#kyoudou #sec_101 {
  padding: 80px 0;
}
#kyoudou #sec_101 .gInner {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 100px;
  padding: 0 80px;
  padding-top: 50px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .gInner {
    margin-bottom: 6.5104vw;
    padding-right: 15px;
    padding-left: 15px;
  }
}
#kyoudou #sec_101 .gInner h3 {
  margin-bottom: 50px;
  color: #ffffff;
  font-weight: 500;
  font-size: 58px;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .gInner h3 {
    font-size: 5.16875vw;
  }
}
@media screen and (max-width: 550px) {
  #kyoudou #sec_101 .gInner h3 {
    font-size: 6.9091vw;
  }
}
#kyoudou #sec_101 .gInner h3.mainTtl {
  margin-bottom: 10px;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  font-family: メイリオ;
}
#kyoudou #sec_101 .gInner .ex_text {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 550px) {
  #kyoudou #sec_101 .gInner .ex_text {
    font-size: 4vw;
  }
}
#kyoudou #sec_101 .gInner.table {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .gInner.table {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#kyoudou #sec_101 .gInner.table h3 {
  margin-bottom: 30px;
  color: #000000;
  font-weight: bold;
  font-size: 32px;
  font-family: メイリオ;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .gInner.table h3 {
    font-size: 3.1667vw;
  }
}
#kyoudou #sec_101 .gInner.table h3 small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .gInner.table h3 small {
    display: block;
    font-size: 2.3438vw;
  }
}
#kyoudou #sec_101 .coution {
  padding: 30px 50px;
  background-color: #f9eded;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .coution {
    padding: 3.90625vw 6.51041vw;
  }
}
#kyoudou #sec_101 .coution p {
  color: #ac2b2b;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .coution p {
    font-size: 2.0833vw;
  }
}
#kyoudou #sec_101 .price-list {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .price-list {
    display: flex;
    border-top: 1px solid #dddddd;
    flex-direction: column;
  }
}
#kyoudou #sec_101 .price-list dl {
  display: table-row-group;
  margin: 0;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .price-list dl {
    display: flex;
    flex: 1;
    font-size: 3.1667vw;
  }
}
#kyoudou #sec_101 .price-list dl:nth-of-type(3) {
  border-left: none;
}
#kyoudou #sec_101 .price-list dt {
  display: table-cell;
  width: 10%;
  padding: 10px;
  border-right: 1px solid #dddddd;
  background-color: #396bca;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .price-list dt {
    display: block;
    flex: 1;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 5px;
  }
}
@media screen and (max-width: 550px) {
  #kyoudou #sec_101 .price-list dt {
    font-size: 1.8182vw;
  }
}
#kyoudou #sec_101 .price-list dd {
  display: table-cell;
  padding: 10px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .price-list dd {
    display: block;
    flex: 1;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 550px) {
  #kyoudou #sec_101 .price-list dd {
    font-size: 1.8182vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }
}
@media screen and (min-width: 768px) {
  #kyoudou #sec_101 .price-list dd:first-child {
    border-left: 1px solid #dddddd;
  }
}
#kyoudou #sec_101 .price-list dd img {
  max-width: 100%;
  height: auto;
  width: 2.5em;
  padding: 5px;
}
@media screen and (max-width: 550px) {
  #kyoudou #sec_101 .price-list dd img {
    width: 2em;
  }
}
#kyoudou #sec_101 .contents-box {
  margin-bottom: 20px;
  padding: 40px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .contents-box {
    padding-top: 8vw;
    padding-right: 15px;
    padding-bottom: 8vw;
    padding-left: 15px;
  }
}
#kyoudou #sec_101 .contents-box h4 {
  margin-bottom: 20px;
  color: #396bca;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .contents-box h4 {
    font-size: 4.6875vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 550px) {
  #kyoudou #sec_101 .contents-box h4 .sp {
    display: none;
  }
}
#kyoudou #sec_101 .contents-box h4 span {
  color: #fe982d;
}
@media screen and (max-width: 550px) {
  #kyoudou #sec_101 .contents-box.third_selection {
    padding-bottom: 0;
  }
  #kyoudou #sec_101 .contents-box.third_selection h4 {
    font-size: 7.6875vw;
    margin-bottom: 0;
  }
  #kyoudou #sec_101 .contents-box.third_selection p {
    font-size: 5.3438vw;
  }
}
#kyoudou #sec_101 .contents-box ul {
  width: fit-content;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
@media screen and (max-width: 550px) {
  #kyoudou #sec_101 .contents-box ul {
    margin-bottom: 0;
  }
}
#kyoudou #sec_101 .contents-box ul li {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .contents-box ul li {
    font-size: 3.125vw;
  }
}
#kyoudou #sec_101 .contents-box ul.product {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 550px) {
  #kyoudou #sec_101 .contents-box ul.product {
    flex-direction: column;
  }
}
#kyoudou #sec_101 .contents-box ul.product li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 550px) {
  #kyoudou #sec_101 .contents-box ul.product li {
    width: 100%;
  }
}
#kyoudou #sec_101 .contents-box ul.product li .imgArea img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 15/10;
}
#kyoudou #sec_101 .contents-box ul.product .txtArea {
  padding: 20px;
}
@media screen and (max-width: 550px) {
  #kyoudou #sec_101 .contents-box ul.product .txtArea {
    height: auto !important;
  }
}
#kyoudou #sec_101 .contents-box ul.product .ttl {
  color: #396bcc;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 550px) {
  #kyoudou #sec_101 .contents-box ul.product .ttl {
    font-size: 5.09090909vw;
  }
}
#kyoudou #sec_101 .contents-box ul.product p {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: 1.4;
}
#kyoudou #sec_101 .contents-box .extra {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #e8eff9;
  color: #396bca;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-top: 2em;
  line-height: 1.4;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .contents-box .extra {
    font-size: 2.3438vw;
  }
}
@media screen and (max-width: 550px) {
  #kyoudou #sec_101 .contents-box .extra {
    font-size: 4.3636vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 550px) {
  #kyoudou #sec_101 .contents-box .extra .sp {
    display: none;
  }
}
#kyoudou #sec_101 .contents-box p {
  width: fit-content;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .contents-box p {
    font-size: 2.3438vw;
  }
}
#kyoudou #sec_101 .contents-box .num {
  background-color: #ffffe7;
  display: flex;
  gap: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 550px) {
  #kyoudou #sec_101 .contents-box .num {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
}
#kyoudou #sec_101 .contents-box .num figure img {
  max-width: 100%;
  height: auto;
}
#kyoudou #sec_101 .contents-box .num ul {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .contents-box .num ul {
    width: fit-content;
  }
}
#kyoudou #sec_101 .contents-box .num ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .contents-box .num ul li {
    margin-right: auto;
    margin-left: auto;
    font-size: 3.64583vw;
  }
}
@media screen and (max-width: 550px) {
  #kyoudou #sec_101 .contents-box .num ul li {
    font-size: 3.2727vw;
  }
}
#kyoudou #sec_101 .contents-box .num ul li span {
  flex: 1;
  width: 100%;
  line-height: 1.2;
}
#kyoudou #sec_101 .contents-box .num ul li span span {
  padding-right: 2px;
  padding-left: 2px;
  color: #fe982d;
  font-size: 22px;
  translate: 0 -2px;
}
@media screen and (max-width: 550px) {
  #kyoudou #sec_101 .contents-box .num ul li span span {
    font-size: 4vw;
  }
}
#kyoudou #sec_101 .contents-box .num ul li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 1em;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: #396bca;
  color: #ffffff;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}
#kyoudou #sec_101 .contents-box .num ul li i img {
  width: 30px;
}
#kyoudou #sec_101 .contents-box .num.check {
  padding-bottom: 0;
}
#kyoudou #sec_101 .contents-box .num.check ul {
  width: 90%;
}
#kyoudou #sec_101 .contents-box .num.check ul li {
  margin-bottom: 0;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (max-width: 550px) {
  #kyoudou #sec_101 .contents-box .num.check ul li {
    font-size: 4.3636vw;
  }
}
#kyoudou #sec_101 .contents-box .num.check ul li i {
  background-color: transparent;
}
#kyoudou #sec_101 .qa {
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: #f7f7f7;
}
#kyoudou #sec_101 .qa .lead {
  margin-bottom: 10px;
  color: #396bca;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .qa .lead {
    font-size: 3.6458vw;
  }
}
#kyoudou #sec_101 .qa h3 {
  color: #396bca;
  font-weight: bold;
  font-size: 52px;
  font-family: 游ゴシック;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .qa h3 {
    font-size: 6.25vw;
  }
}
#kyoudou #sec_101 .qa h3 span {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .qa h3 span {
    font-size: 3.6458vw;
  }
}
#kyoudou #sec_101 .qa h3 b {
  color: #fe982d;
}
#kyoudou #sec_101 .qa .contents-box {
  margin-bottom: 20px;
  padding: 0;
  background-color: transparent;
}
#kyoudou #sec_101 .qa .fc_red {
  color: #ac2b2b;
}
#kyoudou #sec_101 .qa .flexItem {
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #396bca;
  border-radius: 15px;
}
#kyoudou #sec_101 .qa .flexItem dt {
  position: relative;
  padding: 1em 5em;
  background-color: #396bca;
  color: #ffffff;
  font-weight: bold;
  font-family: 游ゴシック;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .qa .flexItem dt {
    padding: 1.30208vw 13.0208vw;
    padding-right: 3.125vw;
    font-size: 3.125vw;
  }
}
#kyoudou #sec_101 .qa .flexItem dt::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 13px;
  left: 33px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #396bca;
  content: "Q";
}
#kyoudou #sec_101 .qa .flexItem dd {
  position: relative;
  padding: 1em 5em;
  color: #525354;
  font-weight: bold;
  font-family: 游ゴシック;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .qa .flexItem dd {
    padding: 1.30208vw 13.0208vw;
    padding-right: 3.125vw;
    font-size: 3.125vw;
  }
}
#kyoudou #sec_101 .qa .flexItem dd::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 13px;
  left: 33px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #396bca;
  color: #ffffff;
  content: "A";
}
#kyoudou #sec_101 .qa .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 5em;
  padding-top: 10px;
  padding-bottom: 3px;
  border-radius: 50px;
  background-color: #ff972c;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  translate: 0 30px;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .qa .title {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
    font-size: 3.125vw;
  }
}
#kyoudou #sec_101 .qa .catch .flexItem {
  padding: 3em;
  padding-bottom: 10px;
  border: 5px solid #ff972c;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .qa .catch .flexItem {
    padding: 6.5104vw;
  }
}
#kyoudou #sec_101 .qa .catch .catchItem p {
  margin-bottom: 10px;
  padding-left: 1em;
  font-weight: bold;
  font-size: 20px;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_101 .qa .catch .catchItem p {
    font-size: 2.6042vw;
  }
}
#kyoudou #sec_101 .qa .catch .catchItem p:first-letter {
  color: #ff972c;
}
#kyoudou #sec_101 .leadTitle {
  text-align: center;
}
#kyoudou #sec_101 .leadTitle p {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.05em;
}
#kyoudou #sec_101 .leadTitle p .fc_red {
  color: #ba2424;
}
#kyoudou #sec_101 .leadTitle p em {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-size: 41px;
}
#kyoudou #sec_101 .leadTitle p em::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ba2424;
  content: "";
}
#kyoudou #sec_101 .leadTxt {
  margin-top: 80px;
  padding: 32px 40px;
  box-sizing: border-box;
  background-color: #e5eff1;
}
#kyoudou #sec_101 .leadTxt p {
  font-size: 20px;
  letter-spacing: 0.05em;
}
#kyoudou #sec_101 .leadTxt p span.large {
  color: #396bcb;
  font-weight: 700;
  font-size: 30px;
}

@media screen and (max-width: 1350px) {
  #kyoudou #sec_101 .balloon .txt {
    font-size: 23px;
  }
  #kyoudou #sec_101 .leadTitle p {
    font-size: 21px;
  }
  #kyoudou #sec_101 .leadTitle p em {
    font-size: 36px;
  }
  #kyoudou #sec_101 .leadTxt {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  #kyoudou #sec_101 {
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 550px) {
  #kyoudou #sec_101 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #kyoudou #sec_101 .balloon {
    width: 100%;
  }
  #kyoudou #sec_101 .balloon .flexBox {
    margin: 0 -5px;
  }
  #kyoudou #sec_101 .balloon .flexItem {
    padding: 0 5px;
  }
  #kyoudou #sec_101 .balloon .txt {
    height: 50px;
    font-size: 11px;
    line-height: 1.5;
  }
  #kyoudou #sec_101 .leadTitle p {
    font-size: 21px;
  }
  #kyoudou #sec_101 .leadTitle p em {
    font-size: 36px;
  }
  #kyoudou #sec_101 .leadTxt {
    margin-top: 20px;
    padding: 20px;
  }
  #kyoudou #sec_101 .leadTxt p {
    font-size: 16px;
  }
  #kyoudou #sec_101 .leadTxt p span.large {
    font-size: 22px;
  }
}
#kyoudou #sec_102 {
  padding: 60px 0;
}
#kyoudou #sec_102 .gInner {
  width: 100%;
  max-width: 1550px;
  padding: 0 20px;
  box-sizing: border-box;
}
#kyoudou #sec_102 .flexBox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
#kyoudou #sec_102 .flexItem {
  width: 50%;
  margin: 20px 0;
  padding: 0 20px;
  box-sizing: border-box;
}
#kyoudou #sec_102 .qaItem {
  width: 100%;
  height: 100%;
  min-height: 295px;
  padding: 50px 60px 10px 40px;
  box-sizing: border-box;
  background-color: #ffffff;
}
#kyoudou #sec_102 .qaItem dl {
  padding-left: 40px;
}
#kyoudou #sec_102 .qaItem dt,
#kyoudou #sec_102 .qaItem dd {
  position: relative;
}
#kyoudou #sec_102 .qaItem dt::before,
#kyoudou #sec_102 .qaItem dd::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  font-weight: 400;
  font-size: 40px;
  font-family: anton;
  content: "";
}
#kyoudou #sec_102 .qaItem dt {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#kyoudou #sec_102 .qaItem dt::before {
  transform: translate(-40px, -10px);
  color: #396bcb;
  content: "Q";
}
#kyoudou #sec_102 .qaItem dd {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#kyoudou #sec_102 .qaItem dd::before {
  transform: translate(-40px, 0);
  color: #ba2424;
  content: "A";
}
#kyoudou #sec_102 .qaItem dd .fc_red {
  color: #ba2424;
  font-weight: 700;
}
#kyoudou #sec_102 .flexItem.last {
  width: 100%;
}
#kyoudou #sec_102 .flexItem.last .qaItem {
  position: relative;
  min-height: 265px;
  padding: 40px 47% 20px 40px;
  box-sizing: border-box;
}
#kyoudou #sec_102 .flexItem.last .qaItem dt {
  color: #396bcb;
  font-size: 36px;
}
#kyoudou #sec_102 .flexItem.last .faqImg {
  position: absolute;
  top: 46px;
  right: 68px;
  width: 36%;
}
#kyoudou #sec_102 .flexItem.last .faqImg img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #kyoudou #sec_102 {
    padding: 50px 0;
  }
  #kyoudou #sec_102 .flexItem {
    width: 100%;
    margin: 10px 0;
  }
  #kyoudou #sec_102 .qaItem {
    min-height: inherit;
    padding: 20px 40px 20px 20px;
  }
  #kyoudou #sec_102 .qaItem dt {
    font-size: 18px;
  }
  #kyoudou #sec_102 .qaItem dd {
    font-size: 14px;
  }
  #kyoudou #sec_102 .flexItem.last .qaItem {
    padding: 20px 40px 100px 20px;
  }
  #kyoudou #sec_102 .flexItem.last .qaItem dt {
    font-size: 18px;
  }
  #kyoudou #sec_102 .flexItem.last .qaItem dd {
    font-size: 14px;
  }
  #kyoudou #sec_102 .flexItem.last .faqImg {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -20px);
    width: 50%;
  }
}
#kyoudou #sec_103 {
  padding: 76px 0;
  background-color: #396bcb;
}
#kyoudou #sec_103 .gInner {
  width: 100%;
  max-width: 1550px;
  padding: 0 20px;
  box-sizing: border-box;
}
#kyoudou #sec_103 .title {
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-align: center;
}
#kyoudou #sec_103 .flexBox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
#kyoudou #sec_103 .flexItem {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
#kyoudou #sec_103 .catchItem {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
#kyoudou #sec_103 .catchItem img {
  max-width: 100%;
}
#kyoudou #sec_103 .catchItem .textarea {
  padding: 16px 40px;
}
#kyoudou #sec_103 .catchItem .textarea p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#kyoudou #sec_103 .txtBottom {
  margin-top: 40px;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #kyoudou #sec_103 {
    padding: 50px 0;
  }
  #kyoudou #sec_103 .title {
    font-size: 20px;
  }
  #kyoudou #sec_103 .flexItem {
    width: 100%;
    margin: 10px 0;
  }
  #kyoudou #sec_103 .catchItem .textarea {
    padding: 16px 20px;
  }
  #kyoudou #sec_103 .catchItem .textarea p {
    font-size: 14px;
  }
  #kyoudou #sec_103 .txtBottom {
    margin-top: 20px;
    font-size: 18px;
  }
}
#kyoudou #sec_104 {
  padding: 80px 0 10px;
  padding-top: 0;
}
#kyoudou #sec_104 .gInner {
  width: 100%;
  max-width: 1400px;
  margin-bottom: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_104 .gInner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#kyoudou #sec_104 .lead {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kyoudou #sec_104 .lead {
    font-size: 2.3438vw;
  }
}
#kyoudou #sec_104 .title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 46px;
  background-color: #e7ebf1;
  color: #396bcb;
  font-weight: 900;
  font-size: 41px;
  letter-spacing: 0.05em;
}
#kyoudou #sec_104 .title::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -30px);
  width: 0;
  height: 0;
  border-width: 57px 33px 0 33px;
  border-style: solid;
  border-color: #e7ebf1 transparent transparent transparent;
  content: "";
}
#kyoudou #sec_104 .flexBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#kyoudou #sec_104 .flexItem {
  width: calc((100% - 40px) / 3);
  box-sizing: border-box;
}
#kyoudou #sec_104 .parkingItem {
  box-shadow: 0 10px 10px rgba(37, 38, 40, 0.1);
}
#kyoudou #sec_104 .parkingItem figure {
  position: relative;
}
#kyoudou #sec_104 .parkingItem figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 28px;
  left: 40px;
  width: 435px;
  height: 131px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  font-size: 60px;
}
#kyoudou #sec_104 .parkingItem img {
  max-width: 100%;
}
#kyoudou #sec_104 .parkingItem .textarea {
  padding: 20px 40px;
  box-sizing: border-box;
  background-color: #ffffff;
}
#kyoudou #sec_104 .parkingItem h3 {
  position: relative;
  margin-bottom: 21px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
#kyoudou #sec_104 .parkingItem h3::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -7px);
  width: 23px;
  height: 3px;
  border-bottom: 3px solid #396bcb;
  content: "";
}
#kyoudou #sec_104 .parkingItem dl {
  display: flex;
  justify-content: space-between;
}
#kyoudou #sec_104 .parkingItem dt,
#kyoudou #sec_104 .parkingItem dd {
  font-size: 20px;
}
#kyoudou #sec_104 .parkingItem dt {
  font-weight: 700;
}
#kyoudou #sec_104 .parkingItem dl:nth-of-type(2) dd,
#kyoudou #sec_104 .parkingItem dl:nth-of-type(4) dd {
  color: #ba2424;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #kyoudou #sec_104 {
    padding: 50px 0 10px;
  }
  #kyoudou #sec_104 .title {
    height: 60px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  #kyoudou #sec_104 .title {
    font-size: 3.6458vw;
  }
}
@media screen and (max-width: 767px) {
  #kyoudou #sec_104 .flexItem {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #kyoudou #sec_104 .flexItem {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #kyoudou #sec_104 .parkingItem figcaption {
    top: 10px;
    left: 10px;
    width: 200px;
    height: 50px;
    font-size: 20px;
  }
  #kyoudou #sec_104 .parkingItem .textarea {
    padding: 15px 20px;
  }
  #kyoudou #sec_104 .parkingItem h3 {
    font-size: 18px;
  }
  #kyoudou #sec_104 .parkingItem dt,
  #kyoudou #sec_104 .parkingItem dd {
    font-size: 14px;
  }
}
#kyoudou #sec_105 {
  padding: 50px 0 100px;
}
#kyoudou #sec_105 .gInner {
  width: 100%;
  max-width: 1550px;
  padding: 0 20px;
  box-sizing: border-box;
}
#kyoudou #sec_105 .title {
  margin-bottom: 15px;
  padding: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
#kyoudou #sec_105 .flexBox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#kyoudou #sec_105 .flexItem {
  width: 20%;
  margin: 20px 0;
  padding: 0 10px;
  box-sizing: border-box;
}
#kyoudou #sec_105 .priceItem {
  text-align: center;
}
#kyoudou #sec_105 .priceItem dt,
#kyoudou #sec_105 .priceItem dd {
  display: flex;
  justify-content: center;
  align-items: center;
}
#kyoudou #sec_105 .priceItem dt {
  height: 76px;
  border: 3px solid #396bcb;
  background-color: #396bcb;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
}
#kyoudou #sec_105 .priceItem dd {
  height: 114px;
  border: 3px solid #396bcb;
  font-weight: 700;
  font-size: 30px;
}
#kyoudou #sec_105 .priceItem dd span.yen {
  display: inline-block;
  margin-top: 6px;
  font-size: 20px;
  line-height: 1;
}
#kyoudou #sec_105 .notice {
  margin-top: 20px;
}
#kyoudou #sec_105 .notice p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #kyoudou #sec_105 .title {
    font-size: 20px;
  }
  #kyoudou #sec_105 .flexItem {
    width: 50%;
    margin: 10px 0;
  }
  #kyoudou #sec_105 .priceItem dt {
    height: 40px;
    font-size: 16px;
  }
  #kyoudou #sec_105 .priceItem dd {
    height: 60px;
    font-size: 18px;
  }
  #kyoudou #sec_105 .priceItem dd span.yen {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  #contactBox .mailBox {
    padding: 0;
  }
}/*# sourceMappingURL=kyoudou.css.map */