@charset "utf-8";
.breadcrumbs {
  background: #fff;
  padding: 10px 0;
  font-size: 14px;
}
.breadcrumbs ol {
  display: flex;
  color: #1C4E6A;
  align-items: center;
}
.breadcrumbs ol li:after {
  content: '';
  background: url("../img/ico-arw-b.png") no-repeat;
  width: 4px;
  height: 8px;
  display: block;
  background-size: contain;
  margin: 0 10px;
}
.breadcrumbs ol li:last-child:after {
  display: none;
}
.breadcrumbs ol li {
  display: flex;
  align-items: center;
}
.breadcrumbs ol a {
  color: #1C4E6A;
}
.column-top {
  color: #1C4E6A;
}
.column-top a, .column-detail a {
  transition: .3s
}
.column-top a:hover, .column-detail a:hover {
  opacity: .7;
}
.column-fv {
  background: url("../img/bg-fv.png") top center no-repeat;
  font-size: 18px;
  height: 24vw;
  min-height: 456px;
  text-align: center;
  padding-top: 40px;
  font-weight: bold; /* background-size: 100%; */
}
.column-fv h1 {
  background: url("../img/txt-column.png") no-repeat center center;
  font-size: 32px;
  background-size: 356px;
  margin: 0 auto 10px;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.c-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.recommend-list .column-list {justify-content:space-between;}
.column-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.c-post {
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  max-width: 380px;
  border-radius: 10px;
  margin: 1%;
  padding: 20px;
  box-sizing: border-box;
  width: 31.3%;
  background: #fff;
}
.c-post img {
  max-width: 340px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}
p.c-time {
  background: url("../img/ico-time.png") no-repeat left center;
  background-size: 16px;
  color: #808080;
  font-size: 12px;
  padding-left: 20px;
  line-height: 16px;
  margin: 10px 0;
}
.c-post h2 {
  font-size: 18px;
  color: #1C4E6A;
}
.c-wrap .tit2 {
  font-size: 28px;
  background-image: url("../img/ico-dot.png"), url("../img/ico-dot.png");
  background-position: left center, right center;
  background-size: 30px, 30px;
  padding: 0 40px;
  width: fit-content;
  margin: 0 auto;
}
.pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto 30px;
}
.pagenavi a:not(.pnavi-arw) {
  border: 2px solid #A2ACB2;
  color: #A2ACB2;
  margin: 5px;
  border-radius: 50px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}
.pagenavi a.current {
  color: #00A3B1;
  border: 2px solid #00A3B1;
}
.pnavi-arw i {
  background: url("../img/ico-arw.png");
  width: 7px;
  height: 12px;
  display: block;
  background-size: contain;
  margin: 10px;
}
.arw-r {
  transform: rotate(180deg)
}
.pagenavi a:not(.pnavi-arw):hover {
  background: #ceeff2;
}
.recommend-list {
  margin: 160px auto 120px;
}
.column-flex {
  display: flex;
  padding-top: 60px;
  margin-bottom: 40px;
}
.c-sidebar h2 {
  color: #1C4E6A;
  font-size: 20px;
}
.c-sidebar h3 {
  font-size: 16px;
  color: #1C4E6A;
}
.c-sidebar .c-post {
  width: 100%;
  margin: 2% 0;
  max-width: inherit;
}
.c-sidebar .c-post img {
  width: 100%;
  height: 160px;
  max-width: inherit;
}
.c-sidebar {
  width: 25%;
  margin-left: 5%;
}
.column_wrap {
  width: 70%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 2em;
  color: #1C4E6A;
}
/*
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　BASE ~ AGENDA
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/
.column-detail {
  background: url("../img/bg-column.png") no-repeat;
  background-size: 100%;
}
.column_wrap h1 {
  color: #1C4E6A;
  font-size: 28px;
  margin: 20px 0;
}
.column_wrap .icatch {
  border-radius: 10px;
}
.column_wrap .txtbox {
  margin: 1em 0 4em;
}
.column_wrap .txtbox p {
  margin: 0 0 2em;
  line-height: 2em;
}
.column_wrap .banner {
  margin: 2em auto;
  text-align: center;
}
.column_wrap .banner img {
  width: 100%;
}
.column_wrap .width10 {
  width: 10% !important;
}
.column_wrap .width20 {
  width: 20% !important;
}
.column_wrap .width30 {
  width: 30% !important;
}
.column_wrap .width40 {
  width: 40% !important;
}
.column_wrap .width50 {
  width: 50% !important;
}
.column_wrap .width60 {
  width: 60% !important;
}
.column_wrap .width70 {
  width: 70% !important;
}
.column_wrap .width80 {
  width: 80% !important;
}
.column_wrap .width90 {
  width: 90% !important;
}
.column_wrap .width100 {
  width: 100% !important;
}
.column_wrap .width33 {
  width: 33.3% !important;
}
.column_wrap .width15 {
  width: 15% !important;
}
.column_wrap .width25 {
  width: 25% !important;
}
.column_wrap .width35 {
  width: 35% !important;
}
.column_wrap .width65 {
  width: 65% !important;
}
.column_wrap .width75 {
  width: 75% !important;
}
.column_wrap .width85 {
  width: 85% !important;
}
.wauto {
  width: auto !important;
}
.column_wrap .mb0 {
  margin-bottom: 0 !important;
}
.column_wrap .mb1em {
  margin-bottom: 1em !important;
}
.column_wrap .mb2em {
  margin-bottom: 2em !important;
}
.column_wrap .mt0 {
  margin-top: 0 !important;
}
.column_wrap .pb0 {
  padding-bottom: 0 !important;
}
.column_wrap .pb1em {
  padding-bottom: 1em !important;
}
.column_wrap .pb2em {
  padding-bottom: 2em !important;
}
.column_wrap .text_right {
  text-align: right !important;
}
.column_wrap .text_left {
  text-align: left !important;
}
.column_wrap .text_center {
  text-align: center !important;
}
.column_wrap .txtbox p.mb0 {
  margin-bottom: 0 !important;
}
.column_wrap .txtbox p.mb1em {
  margin-bottom: 1em !important;
}
.column_wrap .txtbox p.mb2em {
  margin-bottom: 2em !important;
}
.column_wrap .txtbox p.mt0 {
  margin-top: 0 !important;
}
.column_wrap .pageindex {
  max-width: 750px;
  margin: 1em auto 3em;
  padding: 1.5em 2.5em;
  background: #ECF9FF;
  border-radius: 10px;
  list-style-type: none;
}
.column_wrap .pageindex p {
  font-size: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
.column_wrap .pageindex ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.column_wrap .pageindex ol li {
  list-style: none !important;
  padding: 0.4em 0;
}
.column_wrap .pageindex ol li ol {
  padding-left: 1em !important;
}
.column_wrap .pageindex ol li:before {
  counter-increment: item;
  content: counters(item, "-")". ";
  color: #00A3B1;
}
.column_wrap .pageindex ol li a {
  line-height: 2em !important;
}
.column_wrap a {
  color: #1C4E6A;
  text-decoration: underline;
  cursor: pointer;
}
.btn_grad a {
  text-decoration: none;
}
.column_wrap a:hover, .column_wrap a img:hover {
  opacity: 0.7;
  transition: .5s;
}
.column_wrap .mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.column_wrap .btn{max-width:inherit;}
.column_wrap .btn a {
  display: block;
  padding: 1em 2em;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  background: #064A9B;
  text-decoration: none;
}
/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　CONTENT
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
 */
.column_wrap h2 {
  font-size: 1.5em;
  line-height: 1.6em;
  margin: 0 0 1em;
  font-weight: bold;
  display: flex;
}
.column_wrap h2:before {
  content: '';
  background: #00A3B1;
  width: 6px;
  display: inline-block;
  height: 40px;
  border-radius: 4px;
  margin-right: .5em;
}
.column_wrap h3 {
  font-size: 1.3em;
  margin: 0 0 1em;
  font-weight: bold;
  border-bottom: 2px solid #00A3B1;
  line-height: 2;
}
.column_wrap .txt_red {
  color: #f56531;
}
.column_wrap .txt_bold {
  font-weight: bold;
}
.column_wrap .txt_ul {
  text-decoration: underline;
}
.column_wrap .txt_size_big {
  font-size: 1.2em;
}
.column_wrap .bg_red {
  background: #fff4f9 !important;
}
.column_wrap .bg_blue {
  background: #edf8ff !important;
}
.column_wrap .bg_green {
  background: #f5ffed !important;
}
.column_wrap .bg_yellow {
  background: #fffef2 !important;
}
.column_wrap .bg_violet {
  background: #fef4ff !important;
}
.column_wrap .bg_orange {
  background: #fbf3e7 !important;
}
.column_wrap .bg_stripe {
  background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #f5f5f5 3px, #f5f5f5 7px) !important;
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #f5f5f5 3px, #f5f5f5 7px) !important;
}
.column_wrap .borderbox {
  margin: 0 auto 2em;
  padding: 2em;
  background: #ECF9FF;
  border-radius: 10px;
}
.column_wrap .borderbox p:last-child, .column_wrap .borderbox li:last-child {
  margin-bottom: 0 !important
}
.column_wrap ul {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}
.column_wrap ol {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}
.column_wrap .txtbox li {
  list-style: none;
}
.column_wrap .list_dot li {
  list-style: inside circle !important;
  padding: 0;
}
.column_wrap .list_num li {
  list-style: inside decimal !important;
  padding: 0;
}
.column_wrap .listTab table {
  margin: 0 auto 2em;
  border: 1px solid #595959;
  border-collapse: collapse;
}
.column_wrap .listTab table th {
  border: 1px solid #A0A0A0;
  padding: 1em;
  background: #ddd;
  text-align: center;
  vertical-align: middle;
}
.column_wrap .listTab table td {
  padding: 1em;
  background: #fff;
  border: 1px solid #A0A0A0;
  vertical-align: middle;
}
.column_wrap .listTab table td p:last-child, .column_wrap .listTab table td li:last-child {
  margin-bottom: 0 !important;
}
.column_wrap .txtbox .va_m {
  vertical-align: middle !important;
}
.column_wrap .clm_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.column_wrap .clm_box.vtop {
  align-items: flex-start;
}
.column_wrap .clm_box.clm2 > * {
  width: 48%;
}
.column_wrap .clm_box.clm3 > * {
  width: 30%;
}
.column_wrap .clm_box.clm4 > * {
  width: 22%;
}
.column_wrap .bq {
  margin: 2em auto 0;
  padding: 2em;
  background: #eee;
  border-left: 8px solid #00a3b1;
}
.column_wrap blockquote {
  margin: 0 !important;
  word-break: break-all;
}
.column_wrap q {
  background: #eee;
  padding: 0.2em;
}
.column_wrap q::before, .column_wrap q::after {
  content: "";
}
/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　RESPONSIVE
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/
@media only screen and (min-width: 601px) {
  .pcnone {
    display: none !important;
  }
  .spnone {
    display: block !important;
  }
  .column_wrap p[id^="a"] {
    padding-top: 50px !important;
    margin: -50px 0 0 !important;
  }
}
@media only screen and (max-width:600px) {
  .column-detail {
    background: url("../img/bg-column-sp.png") no-repeat;
    background-size: 100%;
  }
  .pcnone {
    display: block !important;
  }
  .spnone {
    display: none !important;
  }
  .column_wrap .banner img {
    width: 100%;
  }
  .column_wrap .listTab table {
    width: 100%;
    word-break: break-all;
  }
  .column_wrap .bq, .column_wrap .borderbox {
    padding: 1em;
  }
  .column_wrap .pageindex {
    padding: 1.5em 1em;
  }
  .column_wrap .clm_box.clm4 > * {
    width: 48%;
  }
  .column_wrap .clm_box.spclm1 {
    display: block;
  }
  .column_wrap .clm_box.spclm1 > * {
    width: 100% !important;
  }
  .column_wrap .scroll {
    overflow: auto;
  }
  .column_wrap .scroll table {
    white-space: nowrap;
  }
  .column_wrap p[id^="a"] {
    padding-top: 100px !important;
    margin: -100px 0 0 !important;
  }
}
@media only screen and (min-width:1920px) {
  .column-fv {
    background: url("../img/bg-fv.png") top center no-repeat;
    background-size: 100%;
  }
}
@media only screen and (min-width:1024px) {

  .recommend-list .c-post {
    max-width: 282px;
    margin: 2% 0;
    width: 23%;
  }
}
@media only screen and (max-width:1200px) {
  .column-fv {
    background: url("../img/bg-fv.png") 65% top no-repeat;
    height: 37vw;
    background-size: cover;
    padding-top: 10px;
    font-size: 16px;
    min-height: 400px;
  }
    .c-wrap {
    padding: 0 5%;
  }
}
@media only screen and (max-width:960px) {
	
  .breadcrumbs {
    margin-top: 65px;
  }
  .breadcrumbs ol{overflow-x:scroll;}
   .breadcrumbs li{white-space:nowrap;}
  .column-fv {
    margin-top: 65px;
    background: url(../img/bg-fv.png) 37% top no-repeat;
    height: 37vw;
    background-size: cover;
  }
 .pagenavi {
    margin: 30px auto;}
  .pagenavi a:not(.pnavi-arw) {
    width: 40px;
    height: 40px;
  }
  .c-post h2 {
    font-size: 16px;
  }
  .column-fv h1 {
    font-size: 24px;
    background-size: 214px;
    min-height: 100px;
  }
  .c-wrap .tit2 {
    font-size: 20px;
  }
  .recommend-list {
    margin: 70px auto;
  }
  .c-post {
    width: 48%;
  }
  .column-flex {
    padding-top: 30px;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
  .column_wrap {
    width: 100%;
    font-size: 14px;
  }
  .c-sidebar {
    width: 100%;
    margin: 40px auto 0;
  }
  .column_wrap h1 {
    color: #1C4E6A;
    font-size: 20px;
    margin: 10px 0;
  }
  .c-sidebar .c-post{width:48%;}
}
@media only screen and (max-width:500px) {
  .column-fv {
    background: url("../img/bg-fv-sp.png") top center no-repeat;
    min-height: 86vw;
    background-size: 100%;
    padding-top: 10px;
    margin-top: 0;
    font-size: 16px;
  }
  .c-post {
    width: 100% !important;
    max-width: inherit;
  }
}