@charset "UTF-8";
h2, ul {
  margin: 0;
  padding: 0;
}

.index {
  position: relative;
  overflow-x: hidden;
}
.index .about {
  text-align: left;
}
@media screen and (max-width:639px) {
  .index .about {
    padding-top: 40px;
  }
}
.index .about .car {
  text-align: center;
  position: relative;
}
@media screen and (min-width:1025px) {
  .index .about .car {
    top: -40px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .about .car img {
    width: 180px;
  }
}
@media screen and (max-width:1024px) {
  .index .about .car {
    margin-bottom: clamp(21px, 2.4vw, 24px);
  }
}
@media screen and (max-width:639px) {
  .index .about .car img {
    width: 140px;
  }
}
.index .about .h2-style small {
  font-size: clamp(24px, 3.2vw, 32px);
}
@media screen and (max-width:639px) {
  .index .about .h2-style small {
    font-size: 20px;
  }
}
.index .about .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .about p:first-child {
  margin-bottom: clamp(32px, 4vw, 40px);
}
.index .infomation {
  background-color: #DBF6FB;
  padding: 40px;
  margin: 160px 24px 0;
  border-radius: 10px;
}
@media screen and (min-width:1025px) {
  .index .infomation {
    margin: 80px auto 120px;
    max-width: 1200px;
  }
}
.index .infomationInner {
  display: flex;
  gap: clamp(56px, 6.4vw, 64px);
}
@media screen and (min-width:1025px) {
  .index .infomationInner {
    justify-content: space-between;
  }
}
@media screen and (max-width:1024px) {
  .index .infomationInner {
    flex-direction: column;
  }
}
.index .infomationLeft {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (min-width:1025px) {
  .index .infomationLeft {
    gap: 24px;
  }
}
@media screen and (max-width:1024px) {
  .index .infomationLeft {
    justify-content: space-between;
    align-items: center;
  }
}
.index .infomationRight {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.index .infomation h2 {
  text-align: center;
}
.index .infomation h2 small {
  display: block;
}
.index .infomation .btn {
  white-space: nowrap;
  font-size: clamp(13px, 1.5vw, 15px);
  padding-left: clamp(40px, 4.8vw, 48px);
  padding-right: clamp(40px, 4.8vw, 48px);
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 0;
}
.index .infomation ul {
  width: 100%;
}
.index .infomation li {
  display: flex;
}
@media screen and (min-width:640px) {
  .index .infomation li {
    gap: clamp(21px, 2.8vw, 28px);
  }
}
@media screen and (max-width:639px) {
  .index .infomation li {
    flex-direction: column;
  }
}
.index .infomation li:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.index .infomation li time {
  color: #755F34;
  white-space: nowrap;
}
.index .infomation li a {
  display: inline;
  flex: 1;
  text-decoration: underline;
}
.index .scene .h3-style {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.index .scene ul {
  display: flex;
}
@media screen and (min-width:1025px) {
  .index .scene ul {
    gap: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .scene ul {
    flex-wrap: wrap;
    gap: 24px;
    max-width: 90%;
    margin: auto;
  }
}
@media screen and (max-width:639px) {
  .index .scene ul {
    flex-direction: column;
  }
}
.index .scene ul li {
  text-align: center;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .scene ul li {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width:1025px) {
  .index .scene ul li {
    width: 25%;
  }
}
@media screen and (max-width:639px) {
  .index .scene ul li {
    width: 100%;
    margin-bottom: 32px;
  }
}
.index .scene ul li h4 {
  font-weight: bold;
  font-size: clamp(21px, 2.4vw, 24px);
  display: flex;
  color: #0EA6E7;
  justify-content: center;
  gap: clamp(13px, 1.5vw, 15px);
  margin-bottom: calc(clamp(21px, 2.4vw, 24px) * 0.9);
}
.index .scene ul li h4 strong {
  font-family: "Rubik", sans-serif;
  color: #E7690E;
  font-size: clamp(32px, 4vw, 40px);
  display: inline-block;
}
.index .scene ul li img {
  margin-bottom: clamp(21px, 2.4vw, 24px);
}
.index .scene ul li p {
  font-size: clamp(13px, 1.5vw, 15px);
  text-align: left;
}
@media screen and (min-width:1025px) {
  .index .scene ul li p {
    padding-left: clamp(14px, 1.6vw, 16px);
    padding-right: clamp(14px, 1.6vw, 16px);
  }
}
@media screen and (max-width:1024px) {
  .index .scene ul li p {
    max-width: 282px;
    margin: auto;
  }
}
.index .scene ul li p strong {
  color: #E7690E;
  font-weight: bold;
}

/*---------------------------------------
KV
---------------------------------------*/
.mainImg {
  background-size: cover;
  height: 70vh;
  padding-left: 16px;
  padding-right: 16px;
  background-image: url(../../assets/img/index/kv_img.png);
  background-position: left bottom;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg {
    padding-left: 32px;
    padding-right: 32px;
    height: 85vh;
  }
}
@media screen and (min-width:1025px) {
  .mainImg {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg {
    background-position: left -8vw bottom;
  }
}
@media screen and (max-width:639px) {
  .mainImg {
    height: 70vh;
    background-image: url(../../assets/img/index/kv_img_sp.png);
    background-position: 50% 50%;
  }
}
.mainImgWrap {
  height: 100%;
  position: relative;
}
.mainImgInner {
  height: 100%;
}
@media screen and (min-width:1025px) {
  .mainImgInner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
.mainImgInner .block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
@media screen and (min-width:1025px) {
  .mainImgInner .block {
    padding-bottom: 20vh;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner .block {
    padding-bottom: 23vh;
  }
}
@media screen and (max-width:1024px) {
  .mainImgInner .block {
    align-items: center;
  }
}
@media screen and (max-width:639px) {
  .mainImgInner .block {
    justify-content: flex-start;
    padding-top: 9vh;
  }
}
.mainImgInner .copy01 {
  background: #E7690E;
  border-radius: 100px;
  color: #fff;
  padding: clamp(12.5px, 1.4vw, 14px) clamp(32px, 4vw, 40px);
  font-size: clamp(21px, 2.6vw, 26px);
  margin-bottom: clamp(24px, 3.2vw, 32px);
}
@media screen and (max-width:639px) {
  .mainImgInner .copy01 {
    font-size: 16px;
    padding: 8px 20px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner .copy01 {
    font-size: 26px;
    margin-bottom: clamp(32px, 4vw, 40px);
  }
}
.mainImgInner h3 {
  margin-bottom: clamp(24px, 3.2vw, 32px);
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner h3 img {
    width: 60vw;
    max-width: 480px;
    margin-bottom: clamp(14px, 1.6vw, 16px);
  }
}
@media screen and (max-width:639px) {
  .mainImgInner h3 img {
    width: 75vw;
    max-width: 400px;
  }
}
.mainImgInner .copy02 {
  font-weight: bold;
  font-size: clamp(21px, 2.8vw, 28px);
}
@media screen and (max-width:1024px) {
  .mainImgInner .copy02 {
    text-align: center;
  }
}
.mainImgInner .copy02 span {
  line-height: 1.5;
  display: block;
}
@media screen and (max-width:1024px) {
  .mainImgInner .copy02 span {
    display: inline-block;
  }
}
@media screen and (max-width:639px) {
  .mainImgInner .copy02 span {
    white-space: nowrap;
    font-size: clamp(14px, 1.6vw, 16px);
  }
}
.mainImg .car {
  z-index: inherit;
  width: 50%;
  position: absolute;
  right: -30px;
  bottom: -3vh;
  margin: auto;
  display: block;
}
.mainImg .car img {
  width: 100%;
}
@media screen and (min-width:1025px) {
  .mainImg .car {
    max-width: 640px;
    width: 43%;
  }
}
@media screen and (min-width:1400px) {
  .mainImg .car {
    width: 30%;
    right: 10vw;
    max-width: 570px;
    min-width: 500px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .car {
    width: 60%;
    max-width: 450px;
    bottom: -1vh;
  }
}
@media screen and (max-width:639px) {
  .mainImg .car {
    max-width: 420px;
    width: 90%;
    bottom: -17vh;
    right: 16px;
  }
}

/*---------------------------------------
    KV　内のスクロールアイコン
---------------------------------------*/
.kvScroll {
  /*スクロールダウン全体の場所*/
  position: absolute;
  bottom: 96px;
  right: 32px;
  /*Scrollテキストの描写*/
  /* 丸の描写 */
  /* 線の描写 */
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@media screen and (min-width:1400px) {
  .kvScroll {
    right: 0;
    bottom: 30px;
    right: 24px;
  }
}
@media screen and (max-width:639px) {
  .kvScroll {
    right: auto;
    left: 50%;
    margin: auto;
    top: 0;
    bottom: 14px;
  }
}
.kvScroll span {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  /*描画位置*/
  position: absolute;
  bottom: 70px;
  left: -10px;
  /*テキストの形状*/
  color: #0EA6E7;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}
@media screen and (max-width:639px) {
  .kvScroll span {
    bottom: 64px;
  }
}
.kvScroll:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -5px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0EA6E7;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.kvScroll:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -1px;
  /*線の形状*/
  width: 2px;
  height: 64px;
  background: #0EA6E7;
}
@media screen and (max-width:639px) {
  .kvScroll:after {
    height: 56px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 59px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

/*---------------------------------------
lower page
---------------------------------------*/
.lower h3 {
  font-size: clamp(21px, 2.8vw, 28px);
}
.lower .h3-style {
  color: #E7690E;
  font-size: clamp(24px, 3.2vw, 32px);
  text-align: center;
}
.lower .h4-style {
  color: #E7690E;
}

.pageTtl {
  width: 100%;
  padding: 80px 32px;
  background: #B9F2FF;
  font-weight: bold;
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  color: #005DB4;
  font-size: clamp(24px, 3.2vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lower .contents section {
  margin-bottom: 48px;
}
.lower .contents section.contact {
  margin-bottom: 0;
}

.lower .sectionTtl {
  color: #0EA6E7;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
.lower .service section {
  margin-top: 80px;
  margin-bottom: 120px;
}
.lower .service .bg-car {
  background-image: url(/assets/img/cmn/img_car@2x.png);
  background-position: right 3%;
  background-repeat: no-repeat;
  background-size: 43%;
}
@media screen and (min-width:640px) {
  .lower .service .bg-car {
    background-position: right 64px;
    background-size: inherit;
    background-size: 30%;
  }
}
@media screen and (min-width:1025px) {
  .lower .service .bg-car {
    background-position: right top;
  }
}
.lower .service .h3-style {
  text-align: left;
}
.lower .service .h3-style small {
  display: inline-block;
  background-color: #E7690E;
  color: #ffffff;
  margin-left: 0.8em;
  padding: 0.1em 0.5em;
  border-radius: 4px;
}
.lower .service .h4-style {
  text-align: left;
  color: #E7690E;
  font-size: clamp(21px, 2.8vw, 28px);
  letter-spacing: 0.1em;
  margin-top: 32px;
  margin-bottom: 32px;
}
.lower .service .h4-style span {
  border-top: 2px solid #E7690E;
  padding-top: 0.3em;
}
.lower .service .h5-style {
  text-align: left;
  color: #755F34;
  font-size: clamp(21px, 2.4vw, 24px);
  letter-spacing: 0.1em;
  margin-top: 24px;
  margin-bottom: 8px;
}
.lower .service .price-table th, .lower .service .price-table td {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
.lower .service .price-table th {
  text-align: left;
}
.lower .service .price-table th small {
  display: block;
  font-weight: normal;
  line-height: 1.3;
  margin: 0.5em 0;
}
.lower .service .price-table .th-left th {
  background-color: #B9F2FF;
  color: #005DB4;
}
@media screen and (min-width:640px) {
  .lower .service .price-table th, .lower .service .price-table td {
    display: table-cell;
    width: auto;
    margin-bottom: none;
  }
  .lower .service .price-table th {
    width: 12em;
  }
  .lower .service .price-table .distance,
  .lower .service .price-table .price,
  .lower .service .price-table .discount {
    width: 10em;
  }
  .lower .service .price-table .other {
    width: auto;
  }
}

.lower .flow .txtC {
  text-align: left;
}
@media screen and (min-width:640px) {
  .lower .flow .txtC {
    text-align: center;
  }
}
.lower .flow .lead-text {
  font-size: 1.5em;
  line-height: 1.6;
}
.lower .flow .flow-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 64px 0 0;
}
@media screen and (min-width:640px) {
  .lower .flow .flow-list {
    margin: 80px 10% 0;
  }
}
.lower .flow .flow-list > li {
  font-size: 1.3em;
  line-height: 1.6;
  padding-left: 40px;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (min-width:640px) {
  .lower .flow .flow-list > li {
    padding-left: 56px;
  }
}
.lower .flow .flow-list > li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #0EA6E7;
  border-radius: 1000px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width:640px) {
  .lower .flow .flow-list > li::before {
    height: 40px;
    width: 40px;
  }
}
.lower .flow .flow-list > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #ccc;
  margin-top: 1em;
}
.lower .flow .flow-list > li .waku-box {
  margin-top: 0.2em;
  margin-bottom: 1em;
}
.lower .flow .flow-list > li .waku-box h4 {
  text-align: left;
}
.lower .flow .flow-list > li .waku-box .listNormal li {
  font-size: 1rem;
}
.lower .flow .flow-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width:640px) {
  .lower .flow .flow-contact {
    flex-direction: row;
  }
}

.lower .contact {
  /*---------------------------------------
  form / フォーム
  ---------------------------------------*/
}
.lower .contact .contact-form select, .lower .contact .contact-form textarea, .lower .contact .contact-form input {
  border: 2px solid #ccc;
  padding: 8px 12px;
  border-radius: 3px;
  color: #755F34;
  margin: 0 0.4em 0 0;
  letter-spacing: 0.08em;
}
.lower .contact .contact-form__optional, .lower .contact .contact-form__required {
  font-size: 80%;
  padding: 2px 8px;
  border-radius: 2px;
  color: #ffffff;
  line-height: 0;
  font-weight: normal;
  margin-left: 10px;
}
.lower .contact ::-moz-placeholder {
  color: #ccc4b1;
}
.lower .contact ::placeholder {
  color: #ccc4b1;
}
.lower .contact .sectionBody {
  width: 100%;
}
@media screen and (min-width:640px) {
  .lower .contact .sectionBody {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lower .contact .h3-style {
  margin-bottom: 0.8em;
}
.lower .contact .h4-style {
  text-align: left;
}
.lower .contact .h4-style::before {
  content: "●";
}
.lower .contact .contact-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 1em;
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-wrap {
    flex-direction: row;
    gap: 1em;
  }
}
.lower .contact .contact-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-box {
    width: 50%;
  }
}
.lower .contact .contact-box img {
  width: 100%;
}
.lower .contact .contact-txt {
  margin: 0 0 2.5em;
}
.lower .contact .fax-txt {
  text-align: center;
  margin-bottom: 0;
}
.lower .contact .fax-txt a {
  text-decoration: underline;
}
.lower .contact .contact-form {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 4em;
}
.lower .contact .contact-form__item {
  border-bottom: 2px dotted #ccc;
}
.lower .contact .contact-form__item:last-child {
  border: none;
}
.lower .contact .contact-form__ttl {
  width: 100%;
  letter-spacing: 0.15em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.lower .contact .contact-form__ttl:last-child {
  margin-top: 0;
}
.lower .contact .contact-form__body {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 1.5em;
}
.lower .contact .contact-form__required {
  background-color: #C72600;
}
.lower .contact .contact-form__optional {
  background-color: #755F34;
}
.lower .contact .contact-form__inputL {
  width: 100%;
  padding: 0.2em;
}
.lower .contact .contact-form__inputS {
  width: 5em;
  padding: 0.2em;
}
.lower .contact .contact-form__text {
  margin-bottom: 2.5em;
}
.lower .contact .contact-form input[type=checkbox] {
  width: auto;
  margin-right: 0.8em;
  height: 1.1em;
  width: 1.1em;
}
.lower .contact .contact-form input[type=radio] {
  width: auto;
  margin-right: 0.8em;
  height: 1.1em;
  width: 1.1em;
}
.lower .contact .contact-form textarea {
  width: 100%;
  height: 10em;
}
.lower .contact .contact-form .radio {
  list-style: none;
  padding: 0;
}
.lower .contact .contact-form .radio li {
  margin: 0.8em 0 0;
}
.lower .contact .contact-form .radio li label {
  display: flex;
  align-items: center;
}
.lower .contact .contact-form .checkbox li {
  margin-bottom: 0.6em;
}
.lower .contact .contact-form .checkbox li label {
  display: flex;
  align-items: center;
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-form .radio li {
    margin-bottom: 0.2em;
  }
  .lower .contact .contact-form .checkbox li {
    margin-bottom: 0.2em;
  }
}
.lower .contact .contact-form__submit {
  text-align: center;
  margin: 2em 0 3em;
}
.lower .contact .contact-form__btn {
  display: block;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #0EA6E7;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border: none;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.lower .contact .contact-form__btn:hover {
  background-color: #005DB4;
  transition: 0.2s ease-out;
}
.lower .contact .contact-form__btn.back {
  background-color: #ddd;
  color: #ccc4b1;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  padding: 10px 24px;
  max-width: 240px;
  margin-top: 0.8em;
}
.lower .contact .contact-error {
  color: #C72600;
}
.lower .contact .thanks .contactStep .step .stepContact {
  background-color: #ffffff;
  color: #755F34;
  padding: 10px 10px 10px 10px;
}
.lower .contact .thanks .contactStep .step .stepContact:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepConfirm {
  background-color: #ffffff;
  color: #755F34;
}
.lower .contact .thanks .contactStep .step .stepConfirm:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepThanks {
  background-color: #0EA6E7;
  color: #FFF;
}
.lower .contact .thanks .contactStep .step .stepThanks:before {
  display: none;
}
.lower .contact .thanks .mainTxt {
  margin-bottom: 2.5em;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .mainTxt {
    text-align: center;
  }
}
.lower .contact .thanks .thanksTel {
  color: #0EA6E7;
  font-weight: 700;
  padding-top: 1em;
}
.lower .contact .thanks .thanks-error {
  margin-bottom: 4em;
  border-radius: 8px;
}
.lower .contact .thanks .thanks-error p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .thanksError {
    padding-top: 2em;
  }
  .lower .contact .thanks .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .lower .contact .thanks .thanksError .thanks-error__list {
    display: flex;
    justify-content: center;
  }
  .lower .contact .thanks .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}

/*-------------------------------------------------------------
ブログ
---------------------------------------------------------------*/
.lower.blog {
  position: relative;
}
.lower.blog .contents .wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.lower.blog .contents .wrapper .mg {
  padding: 0 24px;
}
.lower.blog .contents .wrapper .articleWrap {
  max-width: 640px;
}
.lower.blog .contents .wrapper .articleWrap .article {
  margin-bottom: 30px;
  padding: 0;
}
.lower.blog .contents .wrapper .articleWrap .article:first-child {
  margin-top: 0;
}
.lower.blog .contents .wrapper .articleWrap .article h3 {
  color: #0EA6E7;
  margin: 0 0 1.5em;
  font-size: 200%;
  letter-spacing: 0.1em;
}
.lower.blog .contents .wrapper .articleWrap .article .articleInfo {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1.5em 0;
  margin-top: 2em;
}
.lower.blog .contents .wrapper .sideBox section {
  background-color: #ffffff;
  margin: auto;
  margin-bottom: 32px;
  margin-top: 32px;
  padding: 0;
  color: #0EA6E7;
  border-radius: 8px;
}
.lower.blog .contents .wrapper .sideBox section:first-child {
  margin-top: 80px;
}
.lower.blog .contents .wrapper .sideBox section:last-child {
  margin-bottom: 80px;
}
.lower.blog .contents .wrapper .sideBox section h3 {
  font-size: 1em;
  color: #ffffff;
  padding: 10px;
  background-color: #0EA6E7;
  text-align: center;
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.lower.blog .contents .wrapper .sideBox section div {
  background-color: #DBF6FB;
  padding: 16px 24px;
}
.lower.blog .contents .wrapper .sideBox section ul li {
  padding: 12px;
  padding-bottom: 20px;
}
.lower.blog .contents .wrapper .sideBox section ul li:first-child {
  padding-top: 0;
}
.lower.blog .contents .wrapper .sideBox section ul li:last-child {
  padding-bottom: 0;
}
.lower.blog .contents .wrapper .sideBox form {
  display: flex;
}
.lower.blog .contents .wrapper .sideBox form .search {
  padding: 8px;
  width: 75%;
  border: solid #0EA6E7;
  border-width: 1px 0 1px 1px;
  border-radius: 8px 0 0 8px;
}
.lower.blog .contents .wrapper .sideBox form .searchBtn {
  background-color: #0EA6E7;
  color: #ffffff;
  border: none;
  border-radius: 0 8px 8px 0;
  padding: 6px 16px;
  font-weight: bold;
  width: 25%;
}
@media screen and (min-width:640px) {
  .lower.blog .contents .wrapper {
    display: flex;
  }
  .lower.blog .contents .wrapper .sideBox > *:first-child {
    margin-top: 0;
  }
  .lower.blog .contents .wrapper .sideBox section {
    width: 230px;
  }
}
@media screen and (min-width:1025px) {
  .lower.blog .contents .wrapper .articleWrap {
    width: 640px;
  }
  .lower.blog .contents .wrapper .sideBox section {
    width: 275px;
  }
}/*# sourceMappingURL=pages.css.map */