@charset "UTF-8";
/*******************************************************************/
/* PC */
/*******************************************************************/
@media print, screen and (min-width: 769px) {
  /*<start>==========================================================*/
  .secInner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 150px;
  }
  /*=================================================================*/
  /*	h1 */
  /*=================================================================*/
  .h1Ttl {
    width: 100%;
    height: 570px;
    background: url(../images/sec/bg_h1.png) no-repeat bottom center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
  }
  .h1Ttl .h1Inner {
    padding-top: 195px;
  }
  .h1Ttl .h1Inner h1 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 5rem;
    font-weight: bold;
    color: #333;
    line-height: 1;
    text-align: center;
  }
  .h1Ttl .h1Inner {
    width: 1000px;
    margin: 0 auto;
  }
  .h1Ttl .h1Inner h1 span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #4a86ff;
    display: block;
    margin-top: 16px;
  }
  /*=================================================================*/
  /*	h2*/
  /*=================================================================*/
  h2 {
    font-size: 2.4rem;
    font-weight: 500;
    color: #333;
    padding: 15px 24px;
    line-height: 1.6;
    background: url(../images/sec/bg_h2.png);
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 60px 0 20px;
  }
  /*=================================================================*/
  /*	h3*/
  /*=================================================================*/
  h3 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    padding-left: 16px;
    border-left: 8px solid #4a86ff;
    margin: 60px 0 20px;
    box-sizing: border-box;
  }
  /*=================================================================*/
  /*	h4*/
  /*=================================================================*/
  h4 {
    width: 100%;
    font-size: 1.7rem;
    font-weight: 500;
    padding-left: 16px;
    border-left: 8px solid #cacaca;
    margin: 60px 0 20px;
    box-sizing: border-box;
  }
  /*=================================================================*/
  /*	パンくず */
  /*=================================================================*/
  .breadcrumbs {
    font-size: 1.4rem;
    color: #333;
    padding: 30px 0;
  }
  .breadcrumbs img {
    display: inline-block;
    width: 14px;
    height: auto;
    margin-right: 4px;
    vertical-align: -2px;
  }
  /*=================================================================*/
  /*	組織概要 */
  /*=================================================================*/
  .businessList {
    margin-bottom: 100px;
  }
  .businessList li {
    margin-bottom: 30px !important;
    background: none !important;
    padding-left: 0 !important;
  }
  .businessList li a {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px 30px 30px 60px;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 500;
    background: url(../images/sec/icon_list.png) no-repeat center left 30px #f5f7f7;
  }
  .businessList li a::after {
    content: "more";
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #4a86ff;
    border-radius: 9px;
    line-height: 18px;
    width: 48px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 2;
  }
  .googlemap {
    width: 550px;
  }
  /*=================================================================*/
  /*	a ul table btn */
  /*=================================================================*/
  .secInner p {
    margin-bottom: 20px;
  }
  .secInner p a {
    color: #007bff;
  }
  .secInner ul li {
    margin-bottom: 10px;
    padding-left: 24px;
    background: url(../images/sec/icon_list.png) no-repeat top 8px left/14px auto;
  }
  .secInner ol {
    padding-left: 24px;
  }
  .secInner ol li {
    margin-bottom: 10px;
    list-style-type: decimal;
  }
  .secInner a.secBtn {
    display: inline-block;
    min-width: 160px;
    height: 50px;
    font-size: 1.6rem;
    color: #333;
    font-weight: 500;
    line-height: 50px;
    background-color: #eee8d2;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 25px;
    padding-right: 70px;
    position: relative;
  }
  .secInner a.secBtn::before {
    content: "more";
    display: block;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #4a86ff;
    border-radius: 9px;
    line-height: 18px;
    width: 48px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
  }
  .secInner p.secBtn a {
    display: inline-block;
    min-width: 290px;
    height: 50px;
    font-size: 1.6rem;
    color: #333;
    font-weight: 500;
    line-height: 50px;
    text-align: left;
    background-color: #eee8d2;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 25px;
    padding-right: 70px;
    position: relative;
  }
  .secInner p.secBtn a::before {
    content: "more";
    display: block;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #4a86ff;
    border-radius: 9px;
    line-height: 18px;
    width: 48px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
  }
  .secInner table {
    margin: 10px 0 10px;
    border: 1px solid #e8e8e8;
    border-right: 0;
  }
  .secInner table tr {
    border-bottom: 1px solid #e8e8e8;
  }
  .secInner table tr:last-child {
    border-bottom: 0;
  }
  .secInner table th, .secInner table td {
    padding: 8px;
  }
  .secInner table th {
    background: #4a86ff;
    color: #fff;
    border-right: 1px solid #e8e8e8;
  }
  .secInner table td {
    background: #fff;
    border-right: 1px solid #e8e8e8;
  }
  /*=================================================================*/
  /*	info */
  /*=================================================================*/
  .info {
    width: 100%;
    padding: 0 0 53px;
  }
  .info ul.infoList {
    width: 100%;
    margin: 40px auto 40px;
    border-top: 1px solid #dbdad6;
  }
  .info ul.infoList li {
    width: 100%;
    padding: 26px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdad6;
    display: flex;
    gap: 30px;
    background: none;
  }
  .info ul.infoList li .days {
    font-size: 1.6rem;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    color: #b0ab97;
  }
  .info ul.infoList li .cat {
    width: 110px;
    height: 25px;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.4rem;
    color: #333;
    background-color: #f4efdc;
    padding: 0 16px;
    border-radius: 20px;
  }
  .info ul.infoList li .cat.letter {
    background-color: #ffe0c4;
  }
  .info ul.infoList li .cat.recruit {
    background-color: #ddf3fd;
  }
  .info ul.infoList li .cat.various {
    background-color: #c0f7d2;
  }
  .info ul.infoList li a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
    flex: 1;
  }
  .info ul.infoList li a:hover {
    text-decoration: underline;
  }
  .wp-pagenavi {
    margin: 50px 0;
    display: flex;
    justify-content: center;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #fff;
    border: 1px solid #d4d4d4;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
  }
  .wp-pagenavi a:hover {
    background: #4a86ff;
    color: #fff;
  }
  .wp-pagenavi .current {
    background: #4a86ff;
    color: #fff;
    font-weight: bold;
  }
  /*=================================================================*/
  /*	event */
  /*=================================================================*/
  .event {
    width: 100%;
  }
  .event ul.eventList {
    margin: 60px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .event ul.eventList li {
    width: 300px;
    background: none;
    margin-bottom: 30px;
  }
  .event ul.eventList li a {
    display: block;
  }
  .event ul.eventList li a .img {
    width: 300px;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d6d6d6;
    border-radius: 20px;
  }
  .event ul.eventList li a .img img {
    width: auto;
    height: 100%;
  }
  .event ul.eventList li a .days {
    font-size: 1.4rem;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    color: #b0ab97;
    margin-top: 18px;
  }
  .event ul.eventList li a .eventTtl {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
  }
  /*=================================================================*/
  /*	詳細 */
  /*=================================================================*/
  .detail .detailData {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .detail .days {
    font-size: 1.6rem;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    color: #b0ab97;
  }
  .detail .cat {
    width: 110px;
    height: 25px;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.4rem;
    color: #333;
    background-color: #f4efdc;
    padding: 0 16px;
    border-radius: 20px;
  }
  .detail .cat.letter {
    background-color: #ffe0c4;
  }
  .detail .cat.recruit {
    background-color: #ddf3fd;
  }
  .detail .cat.various {
    background-color: #c0f7d2;
  }
  .detail .ttl {
    font-size: 2.8rem;
    font-weight: 500;
    color: #333;
    line-height: 1.6;
    padding: 10px;
    margin: 20px 0;
    box-sizing: border-box;
    width: 100%;
    border-top: 2px solid #cbc29b;
    border-bottom: 2px solid #cbc29b;
  }
  /*=================================================================*/
  /*	404 */
  /*=================================================================*/
  #notfound {
    padding: 30px 0 100px;
  }
  #notfound .notfoundTtl {
    font-size: 8rem;
    font-weight: bold;
    color: #4a86ff;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 100px;
  }
  #notfound .notfoundTtls {
    font-size: 4rem;
    font-weight: bold;
    color: #4a86ff;
    margin-bottom: 50px;
    text-align: center;
  }
  #notfound .notfoundTxt {
    font-size: 1.8rem;
    text-align: center;
  }
  /*=================================================================*/
  /*	お問い合わせ */
  /*=================================================================*/
  #contact .contactForm dl {
    display: flex;
    border-bottom: 2px dotted #cdcdcd;
  }
  #contact .contactForm dl dt {
    width: 230px;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: baseline;
  }
  #contact .contactForm dl dt p {
    font-weight: 500;
    color: #4a86ff;
    padding: 6px 0;
    margin-bottom: 0;
  }
  #contact .contactForm dl dt .required {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 8px;
    background: #ff3c1c;
    border-radius: 4px;
  }
  #contact .contactForm dl dt .required p {
    letter-spacing: 2px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin-bottom: 0;
  }
  #contact .contactForm dl dd {
    flex: 1;
    padding: 20px;
  }
  #contact .contactForm dl dd p {
    margin-bottom: 0;
  }
  #contact .contactForm dl dd input[type=text], #contact .contactForm dl dd input[type=email] {
    width: 100%;
    background: #fff;
    padding: 6px 10px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
  }
  #contact .contactForm dl dd input[type=text]::placeholder, #contact .contactForm dl dd input[type=email]::placeholder {
    color: #cacaca;
  }
  #contact .contactForm dl dd textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    padding: 6px 10px;
    box-sizing: border-box;
  }
  #contact .contactForm dl dd input[type=radio] {
    background-color: #fff;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 10px 3px 5px;
    padding: initial;
    border: initial;
  }
  #contact .contactForm dl dd .contactRadio {
    display: flex;
    align-items: center;
    padding: 6px 0;
  }
  #contact .contactForm dl dd .contactRadio .radioBtn {
    margin-right: 20px;
  }
  #contact .contactForm dl:nth-child(2) dt {
    padding: 20px 0;
  }
  #contact .thanksTtl {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin: 100px 0 50px;
  }
  #contact .thanksBox {
    width: 700px;
    margin: 0 auto;
    padding: 20px 40px;
    background: #fff;
    border: 1px solid #929292;
    box-sizing: border-box;
  }
  .contactBtn {
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
  }
  .contactBtn input[type=submit] {
    min-width: 160px;
    height: 50px;
    font-size: 1.6rem;
    color: #333;
    font-weight: 500;
    background-color: #eee8d2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 25px;
    transition: 0.3s;
  }
  .contactBtn input[type=submit]:hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .wpcf7-spinner {
    display: none !important;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  .secInner {
    width: 92%;
    margin: 0 auto;
    padding: 0 0 100px;
  }
  /*=================================================================*/
  /*	h1 */
  /*=================================================================*/
  .h1Ttl {
    width: 100%;
    height: 200px;
    background: url(../images/sec/bg_h1.png) no-repeat bottom center;
    display: flex;
    align-items: center;
    padding-top: 65px;
    background-size: 150%;
  }
  .h1Ttl .h1Inner {
    text-align: center;
  }
  .h1Ttl .h1Inner h1 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.6rem;
    font-weight: bold;
    color: #333;
  }
  .h1Ttl .h1Inner {
    width: 92%;
    margin: 0 auto;
  }
  .h1Ttl .h1Inner h1 span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #4a86ff;
    display: block;
    margin-top: 8px;
    line-height: 1;
  }
  /*=================================================================*/
  /*	h2*/
  /*=================================================================*/
  h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #4a86ff;
    padding: 10px 14px;
    line-height: 1.6;
    background: url(../images/sec/bg_h2.png);
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0 30px;
  }
  /*=================================================================*/
  /*	h3*/
  /*=================================================================*/
  h3 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    padding-left: 16px;
    border-left: 8px solid #4a86ff;
    margin: 60px 0 20px;
    box-sizing: border-box;
  }
  /*=================================================================*/
  /*	h4*/
  /*=================================================================*/
  h4 {
    width: 100%;
    font-size: 1.7rem;
    font-weight: 500;
    padding-left: 16px;
    border-left: 8px solid #cacaca;
    margin: 60px 0 20px;
    box-sizing: border-box;
  }
  /*=================================================================*/
  /*	パンくず */
  /*=================================================================*/
  .breadcrumbs {
    font-size: 1.2rem;
    color: #333;
    padding: 20px 0;
  }
  .breadcrumbs img {
    display: inline-block;
    width: 14px;
    height: auto;
    margin-right: 4px;
    vertical-align: -2px;
  }
  /*=================================================================*/
  /*	組織概要 */
  /*=================================================================*/
  .businessList {
    margin-bottom: 30px;
  }
  .businessList li {
    margin-bottom: 15px !important;
    background: none !important;
    padding-left: 0 !important;
  }
  .businessList li a {
    position: relative;
    width: 100%;
    background: url(../images/sec/icon_list.png) no-repeat top 16px left 10px/14px auto #f5f7f7;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px 60px 10px 30px;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .businessList li a::after {
    content: "more";
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #4a86ff;
    border-radius: 9px;
    line-height: 18px;
    width: 48px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 1;
  }
  .googlemap {
    width: 100%;
  }
  .googlemap iframe {
    width: 100%;
    aspect-ratio: 550/300;
  }
  /*=================================================================*/
  /*	a ul table btn */
  /*=================================================================*/
  .secInner p {
    margin-bottom: 20px;
  }
  .secInner p a {
    color: #007bff;
  }
  .secInner ul li {
    margin-bottom: 10px;
    padding-left: 24px;
    background: url(../images/sec/icon_list.png) no-repeat top 8px left/14px auto;
  }
  .secInner ol {
    padding-left: 24px;
  }
  .secInner ol li {
    margin-bottom: 10px;
    list-style-type: decimal;
  }
  .secInner a.secBtn {
    display: inline-block;
    min-width: 160px;
    height: 50px;
    font-size: 1.6rem;
    color: #333;
    font-weight: 500;
    line-height: 50px;
    background-color: #eee8d2;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 25px;
    padding-right: 70px;
    position: relative;
  }
  .secInner a.secBtn::before {
    content: "more";
    display: block;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #4a86ff;
    border-radius: 9px;
    line-height: 18px;
    width: 48px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
  }
  .secInner p.secBtn a {
    display: inline-block;
    min-width: 160px;
    height: 50px;
    font-size: 1.6rem;
    color: #333;
    font-weight: 500;
    line-height: 50px;
    text-align: left;
    background-color: #eee8d2;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 25px;
    padding-right: 70px;
    position: relative;
  }
  .secInner p.secBtn a::before {
    content: "more";
    display: block;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #4a86ff;
    border-radius: 9px;
    line-height: 18px;
    width: 48px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
  }
  .secInner table {
    margin: 10px 0 10px;
    border: 1px solid #e8e8e8;
    border-right: 0;
  }
  .secInner table tr {
    border-bottom: 1px solid #e8e8e8;
  }
  .secInner table tr:last-child {
    border-bottom: 0;
  }
  .secInner table th, .secInner table td {
    padding: 8px;
  }
  .secInner table th {
    background: #4a86ff;
    color: #fff;
    border-right: 1px solid #e8e8e8;
  }
  .secInner table td {
    background: #fff;
    border-right: 1px solid #e8e8e8;
  }
  .secInner .table_scroll {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 40px;
    position: relative;
    padding-top: 14px;
  }
  .secInner .table_scroll table {
    width: max-content !important;
    display: block;
  }
  .secInner .table_scroll table::after {
    content: "※横にスクロールできます";
    font-size: 1.3rem;
    color: #ff0000;
    position: absolute;
    top: 0;
    left: 0;
  }
  /*=================================================================*/
  /*	info */
  /*=================================================================*/
  .info {
    width: 100%;
    padding: 30px 0 0;
  }
  .info ul.infoList {
    width: 92%;
    margin: 0 auto 40px;
    border-top: 1px solid #dbdad6;
  }
  .info ul.infoList li {
    width: 100%;
    padding: 26px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdad6;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background: none;
    padding-left: 0;
  }
  .info ul.infoList li .days {
    font-size: 1.6rem;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    color: #b0ab97;
  }
  .info ul.infoList li .cat {
    width: 110px;
    height: 25px;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.4rem;
    color: #333;
    background-color: #f4efdc;
    padding: 0 16px;
    border-radius: 20px;
  }
  .info ul.infoList li .cat.letter {
    background-color: #ffe0c4;
  }
  .info ul.infoList li .cat.recruit {
    background-color: #ddf3fd;
  }
  .info ul.infoList li .cat.various {
    background-color: #c0f7d2;
  }
  .info ul.infoList li a {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
    display: block;
  }
  .wp-pagenavi {
    margin: 50px 0 0;
    display: flex;
    justify-content: center;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #fff;
    border: 1px solid #d4d4d4;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
  }
  .wp-pagenavi .current {
    background: #dd6b74;
    color: #fff;
    font-weight: bold;
  }
  /*=================================================================*/
  /*	event */
  /*=================================================================*/
  .event {
    width: 100%;
    padding: 30px 0;
  }
  .event ul.eventList {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    margin: 0 0 40px;
  }
  .event ul.eventList li {
    width: 48%;
    background: none;
    margin-bottom: 6%;
    background: none;
    padding-left: 0;
  }
  .event ul.eventList li a {
    display: block;
  }
  .event ul.eventList li a .img {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d6d6d6;
    border-radius: 20px;
  }
  .event ul.eventList li a .img img {
    width: auto;
    height: 100%;
  }
  .event ul.eventList li a .days {
    font-size: 1.2rem;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    color: #b0ab97;
    margin-top: 18px;
  }
  .event ul.eventList li a .eventTtl {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
  }
  /*=================================================================*/
  /*	詳細 */
  /*=================================================================*/
  .detail .detailData {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .detail .days {
    font-size: 1.5rem;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    color: #b0ab97;
  }
  .detail .cat {
    width: 110px;
    height: 25px;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.4rem;
    color: #333;
    background-color: #f4efdc;
    padding: 0 16px;
    border-radius: 20px;
  }
  .detail .cat.letter {
    background-color: #ffe0c4;
  }
  .detail .cat.recruit {
    background-color: #ddf3fd;
  }
  .detail .cat.various {
    background-color: #c0f7d2;
  }
  .detail .ttl {
    font-size: 2.2rem;
    font-weight: 500;
    color: #333;
    line-height: 1.6;
    padding: 10px;
    margin: 20px 0;
    box-sizing: border-box;
    width: 100%;
    border-top: 2px solid #cbc29b;
    border-bottom: 2px solid #cbc29b;
  }
  /*=================================================================*/
  /*	404 */
  /*=================================================================*/
  #notfound {
    padding: 10px 0 50px;
  }
  #notfound .notfoundTtl {
    font-size: 6rem;
    font-weight: bold;
    color: #4a86ff;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 100px;
  }
  #notfound .notfoundTtls {
    font-size: 2rem;
    font-weight: bold;
    color: #4a86ff;
    margin-bottom: 50px;
    text-align: center;
  }
  #notfound .notfoundTxt {
    font-size: 1.8rem;
    text-align: center;
  }
  /*=================================================================*/
  /*	お問い合わせ */
  /*=================================================================*/
  #contact .contactForm dl {
    border-bottom: 2px dotted #cdcdcd;
    padding: 10px 0;
  }
  #contact .contactForm dl dt {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: baseline;
    padding-bottom: 0;
  }
  #contact .contactForm dl dt p {
    font-weight: 500;
    color: #4a86ff;
    margin-bottom: 0;
  }
  #contact .contactForm dl dt .required {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 2px;
    background: #ff3c1c;
    border-radius: 4px;
  }
  #contact .contactForm dl dt .required p {
    letter-spacing: 2px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
  }
  #contact .contactForm dl dd {
    padding: 10px;
  }
  #contact .contactForm dl dd p {
    margin-bottom: 0;
  }
  #contact .contactForm dl dd input[type=text], #contact .contactForm dl dd input[type=email] {
    width: 100%;
    background: #fff;
    padding: 6px 10px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
  }
  #contact .contactForm dl dd input[type=text]::placeholder, #contact .contactForm dl dd input[type=email]::placeholder {
    color: #cacaca;
  }
  #contact .contactForm dl dd textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    padding: 6px 10px;
    box-sizing: border-box;
  }
  #contact .contactForm dl dd input[type=radio] {
    background-color: #fff;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 10px 3px 5px;
    padding: initial;
    border: initial;
  }
  #contact .contactForm dl dd .contactRadio {
    display: flex;
    align-items: center;
  }
  #contact .contactForm dl dd .contactRadio .radioBtn {
    margin-right: 10px;
  }
  #contact .thanksTtl {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 10px;
    line-height: 1.4;
  }
  #contact .thanksBox {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #929292;
    box-sizing: border-box;
  }
  .contactBtn {
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
  }
  .contactBtn input[type=submit] {
    min-width: 160px;
    height: 50px;
    font-size: 1.6rem;
    color: #333;
    font-weight: 500;
    background-color: #eee8d2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 25px;
  }
  .wpcf7-spinner {
    display: none !important;
  }
  /*<end>============================================================*/
}

/*# sourceMappingURL=sec.css.map */
