/* toppage */
.c2panel-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c2panel-item {
  /* flex-basis: 20%; */
  flex-basis: 16.66%; /* Update 2023-7-7 */
  padding: 0 10px 10px 0;
}
.c2panel-container img {
}
.c2panel-news-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:10px 0;
}
.c2panel-news {
  flex-basis: 25%;
  height: 25vw;
  max-height: 265px;
}
@media screen and (max-width:768px) {
  .c2panel-news {
    flex-basis: 50%;
    height: 50vw;
  }
}
.c2panel-news-inner {
  margin: 20px;
  border: 1px solid #999;
  border-radius: 8px;
  height: calc(100% - 40px);
}
.c2panel-news-header {
  height: 130px;
  text-align: center;
  background-color: #e0f2ff;
  /* Update0706 */
  position: relative;
}
.c2panel-news-header img {
  height:110px !important;
  padding-top: 30px;
}
.c2panel-news-desc {
  padding: 10px;
}
@media screen and (max-width:480px) {
  .c2panel-news-header {
    height: 85px;
  }
  .c2panel-news-header img {
    height:85px !important;
    padding-top: 40px;
  }
  .c2panel-news-desc {
    padding: 4px 10px;
  }  
}
.c2mark-warning,
.c2mark-info {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  border-radius: 8px;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: bold;
}
.c2mark-warning {
  /* background-color: #f00;
  border: 1px solid #f00; */
  background-color: #0072b4;
  border: 1px solid #0072b4;
}
.c2mark-info {
  background-color: #00919e;
  border: 1px solid #00919e;
}
.c2frame-title {
  position: relative;
}
.c2frame-title-link {
  position: absolute;
  top: 34px;
  right: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.c2frame-title-link a {
  color: #fff;
}

/* 2nd-page */
h2.section-title {
  font-size: 2.3rem;
}
#main-content p {
  font-size: 1.6rem;
  line-height: 180%;
}

ul.c2menu-test {
  display:flex;
  margin-bottom: 0;
}
ul.c2menu-test li{
  -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  transform: skewX(150deg);
  border-right: 1px solid #ccc;
  color:#fff;
  font-size:18px;
  font-weight: bold;
  list-style: none;
  padding-top: 4px;
  padding-right: 10px;
}
ul.c2menu-test li a{
  display:block;
  transform: skewX(-150deg);
  padding:0 10px;
  color: #fff !important;
  padding-top: 12px;
  pading-right: 8px;
}
ul.test-header-button {
  display: -webkit-flex;
  display: flex;
  margin-top:18px;
}
ul.test-header-button li {
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  ul.test-header-button {
    float:right;
  }
}

/* toppage */
#slide1 {
  padding: 0 20px;
}
#eyecatch {
  width: 1060px;
  height: 330px;
  background-image:url(/hp2023/img/slide1.jpg);
  /* Update0706 */
  background-repeat:no-repeat;
}
#eyecatch {
  color: #fff;
}
.slogan {
  width: 240px;
  margin: 0
  auto  0;
  padding-top: 80px;
  text-align: center;
}
.slogan p:first-child {
  font-size: 16px;
}
.slogan p:nth-child(2) {
  font-size: 20px;
}
.c2news-item {/* eleent要素 */
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
}
.c2news-item:nth-child(2n) {
  background-color: #ccc;
}
.ui-news-region .a-news {/* overwrite */
  margin-bottom: 0;
  border-bottom: none;
}
.ui-news-region {/* overwrite */
  padding: 0;
  background-color: transparent;
}
.banner-section {
  margin-top:10px;
}
.banner-section img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #slide1 {
    padding: 0 30px;
    max-width: 250px;
  }
  #slide2 {
    padding-left: 15px !important;
    padding-inline-start: 25px !important;/* Add 2023-7-11*/
    max-width: 93vw; /* Update 2023-7-11 (95vw->) */
  }
  #eye-catch-container {
    margin-bottom: 10px;
  }
  #eyecatch {
    max-width: 100%;
    height: calc(100vw / 3);
    /* background-image:url('img/topeyecatch2s.png'); */
    background-image:url(/hp2023/img/slide1s.jpg);
    background-repeat:no-repeat;
    background-size: contain;
  }
  #eyecatch p {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  ul.btn-login-sp {
    dispay: flex;
  }
  ul.btn-login-sp li {
    list-style-type: none;
    width: 200px;
  }
  ul.btn-login-sp li a {
    width: 180px;
  }
  .slogan {
    padding-top: 0px;
  }
  table.c2panel-sp {
    /* width: 1900px; */
    width: 980px;    /* Update 07-06 */
    display: block;
    overflow: scroll;
  }
  td.c2panel-sp-inner {
    width: 180px;
    float: left;
    margin-right:5px;
  }
  .c2panel-sp::after {
    content: "";
    display: block;
    clear: left;
  }
  .news-items .field-date {
    font-size: 1.6rem;
    display: block;
    width: 100vw;
  }
  .news-items .field-title {
    font-size: 1.6rem;
  }
}

/* 共通 */
@media screen and (max-width: 768px) {
  .c2logo {
    max-width:100%;
  }
}
@media screen and (min-width: 769px) {
  .c2logo {
    height: 60px;
    /* Update */
  }
}
#c2-global-nav {
  margin: 0 -500%;
  padding: 0 500%;
  /* background-color: #00849d; */
  background-color: #0072b4;
}
#sidr-menu {/* overwrite */
  background-color: #3192ac;
  border-radius: 10px;
  color: #fff;
  padding: 4px 8px;
}
#sidr-menu > i {
  color: #fff;
  padding: 10px;
}
.sidr {/* overwrite */
  /* background-color: #f2fafc; */
  background-color: #fff;
  color: #000;
  box-shadow: none;
}
.sidr ul li a {/* overwrite */
  color: #000;
}

#c2-footer {
  height:402px;
  margin:0 20px;
  background-color: #f2fafc;
  background-image: url('img/newhp/footer_illust.png');
}
#c2-footer section {
  flex-basis: 20%;
}
#c2-footer li {
  list-style-type: none;
  font-size:1.4rem;
  line-height: 160%;
}
#c2-footer section ul  li a {
  color: #000;
}
#c2-footer section ul  li a:hover {
  text-decoration: underline;
}
#c2-footer section ul li:first-child {
  font-weight: bold;
  margin-bottom: 6px;
}
#c2-footer-footer {
  height: 160px;
  background-image: url('img/newhp/footer_bg.png');
  background-repeat: repeat-y;
  background-color: #23ad99;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  padding: 20px;
}
#c2-footer-footer img:first-child {
  position: absolute;
  top: -40px;
  height:80px;
  right: 100px;
}
#footer-subnavi ul {
  display: flex;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#footer-subnavi li {
  list-style-type: none;
}
#footer-subnavi li a {
  color: #fff;
}
#c2-copyright {
  border-top: 1px solid #fff;
  text-align:center;
  padding-top: 10px;
}
#c2-footer2 li {
  list-style-type: none;
  height: 120px;
}
.c2-spfooter {
  padding-left: 0;
  line-height: 200%;
}
.c2-spfooter ul {
  border-top: 1px #ccc solid;
}
.c2-spfooter ul li {
  line-height: 150%;
  font-size: 1.4rem;
  border-bottom: 1px #ccc solid;
  padding: 6px;
}

@media screen and (max-width:768px) {
  #c2-footer {
    height: 500px;
  }
  #c2-footer-footer img:first-child {
    position: absolute;
    top: -40px;
    height:80px;
    right: 10px;
  }
}

#goto-faq {
    position: fixed;
    z-index: 3;
    right: 30px;
    bottom: 130px;
}

.description-txt {
  font-size: 18px;
}
.lead-txt {/* 登録のポイントで使用 */
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}

#eyecatch-2nd {
  width: 1060px;
  height: 144px;
  background-image:url('img/2ndeyecatch_m.png');
  background-repeat:no-repeat;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  #eyecatch-2nd {
    width: 100vw;
    height: calc(100vw / 3);
    background-image:url('img/topeyecatch2s.png');
    background-repeat:no-repeat;
    background-size: contain;
  }
}
.eyecatch-2nd-inner {
  width: 320px;
  margin: 0 auto 0;
  padding-top: 50px;
  text-align: center;
}
.eyecatch-2nd-inner h1 {
  margin: 0 0 10px;
  font-size:36px;
  font-weight: bold;
  color: #fff;
}
.two-column-atype {
  display: -webkit-flex;
  display: flex;
  margin: 10px 0;
}
.two-column-atype-main {
  -webkit-flex: 1;
  flex: 1;
  margin: 0 10px 0 0;
  padding:10px;
}
.two-column-atype-sub {
  -webkit-flex: 1;
  flex: 1;
  margin: 0 0 0 10px;
  padding:10px;
}
.two-column-btype {
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
}
.two-column-btype-main {
  -webkit-flex: 2;
  flex: 2;
  padding: 20px 10px;
}
.two-column-btype-sub {
  -webkit-flex: 1;
  flex: 1;
}

.btn_detail {
  display: block;
  background-image: url('img/frame_green.png');
  background-size:contain;
  background-repeat: no-repeat;
  height: 40px;
  width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 0 0 50px;
}

/* 2nDページ */
.c2-sub-region {
  margin:0 0 5px;
  padding: 20px;
  background-color: #deebf7;
}
.c2-sub-title {
  font-size: 1.8rem !important;
  font-weight: bold;
}
.c2-btn-login {
  display: inline-block;
  padding: 10px;
  color: #fff;
  background-color: #5b9bd5;
  font-size: 16px;
  border-radius: 10px;
}

/* 各種資料ページ */
.c2btn-blue {
  display: block;
  padding: 16px;
  background-color: #5b9bd5;
  font-size: 16px;
  border-radius: 10px;
  color: #fff;
  width: 300px;
  text-align: center;
}
.c2btn-green {
  display: block;
  padding: 16px;
  background-color: #00a65a;
  font-size: 16px;
  border-radius: 10px;
  color: #fff;
  width: 300px;
  text-align: center;
}
.c2btn-orange {
  display: block;
  padding: 16px;
  background-color: #f39c12;
  font-size: 16px;
  border-radius: 10px;
  color: #fff;
  width: 300px;
  text-align: center;
}
.c2btn-yellow2,
.c2btn-cream2,
.c2btn-orange2,
.c2btn-green2,
.c2btn-blue2 {
  display: inline-block;
  padding: 10px;
  color: #000;
  font-size: 16px;
  border-radius: 10px;
  min-width: 130px;
  text-align:center;
}
.c2btn-yellow2 {
  background-color: #ff0;
}
.c2btn-cream2 {
  background-color: #fff2cc;
}
.c2btn-orange2 {
  background-color: #f8cbad;
}
.c2btn-green2 {
  background-color: #c6e0b4;
}
.c2btn-blue2 {
  background-color: #d9e1f2;
}
.c2-description-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.c2-description-img {
  width: 200px;
}
@media screen and (max-width:768px) {
  .c2-description-img {
    width: 100vw;
  }
}
.c2-description-text {
}

/* CCUSについて */
.btn_detail2 {
  position:relative;
  margin-top:-42px;
  margin-right:10px;
  z-index:2;
  padding:6px;
  border:1px solid #ccc;
  border-radius:6px;
  background-color:#fff;
  width:220px;
  display:block;
}

.shortmenu {

}

/* 登録する */
.c2indent {
  text-indent: 5em;
}
.linknavi:hover {
  background-color: #EBEBEB;
  padding: 10px;
  font-weight: bold;
}

/* Page:登録する */
.three-column-atype {
  display: -webkit-flex;
  display: flex;
  margin: 10px 0;
}
.three-column-atype-main {
  -webkit-flex: 1;
  flex: 1;
  margin: 0 10px 0 0;
  padding:10px;
}
.c2frame {
  border: 2px solid #3c8dbc;
  border-radius: 10px;
}

/* お問い合わせフォーム */
.faq-memo {
  border-top:1px dashed #666;
  border-bottom:1px dashed #666;
  background-color:#ddebf7;
  padding:4px;
  margin-bottom:8px;
}

/* Add 2023-7-6 */
@media screen and (max-width:480px) {
  #header-navi {
    display: none;
  }
  header.main-header {
    margin-bottom: 10px;
  }
}

/* Add 2023-7-10 */
.slick-prev,
.slick-next {
  width: 40px !important;
  height: 40px !important;
}
.slick-prev:before,
.slick-next:before {
  color: #000 !important;
  font-size: 30px !important;
}
@media screen and (max-width:480px) {
  .slick-prev {
      left: -5px !important;
  }
  .slick-next {
      right: -30px !important;
  }
}
