@charset "UTF-8";

#column.archive .site-header,#column .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 67.6875%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 25px;
  z-index: 10;
}

#column.archive .site-header .link,#column .site-header .link {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: 0px !important;
  transform: translateY(-50%);
}

#column.archive .site-header .link a,#column.site-header .link a {
  color: #000 !important;
  font-size: 14px;
  position: relative;
  padding: 4px 0;
  padding-left: 15px;
  line-height: 1.4;
  transition: color .5s;
  display: inline-block;
  border-bottom: none !important;
}

#column.archive .site-header .link a:after,#column .site-header .link a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 0px;
  background: #001C50;
  transition: height .5s;
}

#column.archive .site-header .link a:hover,#column .site-header .link a:hover {
  color: #fff !important;
}

#column.archive .site-header .link a:hover:after,#column .site-header .link a:hover:after {
  height: 100%;
}

#column.archive main img,#column main img {
  width: 100%;
}
#column.archive main .base-contents,#column main .base-contents {
  background: url(../images/column/column-bg.png) no-repeat center top;
  background-size: cover;
    margin-bottom: 280px;
}

#column.archive .main-visual,#column .main-visual {
  position: relative;
}
#column.archive .main-visual .texts,#column .main-visual .texts {
  position: absolute;
  top: 15%;
  left: 4%;
  width: 42%;
  color: #fff;
  font-family:'Noto Sans JP';
}
#column.archive .main-visual .txt01,#column .main-visual .txt01 {
  padding-bottom: 9vw;
}
#column.archive .main-visual .text01,#column .main-visual .text01 {
  font-size: 17px;
  letter-spacing: .5em;
  margin-bottom: 5px;
  position: relative;
}
#column.archive .main-visual .text01::after,#column .main-visual .text01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 45%;
  height: 1px;
  right: 0;
  background-color: rgba(255,255,255,.5);
}
#column.archive .main-visual .text03,#column .main-visual .text03 {
  padding-bottom: 2vw;
  font-size: 100px;
  font-weight: normal;
  line-height: .8;
}
#column.archive .main-visual .text04,#column .main-visual .text04 {
  font-size: 18px;
}
#column.archive .breadcrumbList,#column .breadcrumbList {
  padding: 45px 0 110px;
  font-size: 11px;
  line-height: 1.5;
}
#column.archive .breadcrumbList li,#column .breadcrumbList li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 16px;
}
#column .breadcrumbList li:last-child {
  padding-right: 0;
  margin-right: auto;
}
#column.archive .breadcrumbList li a,#column .breadcrumbList li a {
  color: blue;
}
#column.archive .breadcrumbList li::after,#column .breadcrumbList li::after  {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
#column.archive .breadcrumbList li:last-child:after,#column .breadcrumbList li:last-child:after {
  display: none;
}
#column.archive .image,#column .image {
  position: relative;
}
#column.archive .image .new-txt,#column .image .new-txt {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  background-color: #981010;
}
@media screen and (max-width: 757px) {
  #column.archive main .base-contents, #column main .base-contents {
    background-image: url(../images/column/column-bg-sp.png);
    background-position: bottom;
    margin-bottom: 80px;
  }
  #column.archive .main-visual .texts,#column .main-visual .texts {
    top: 15%;
    width: 72%;
  }
  #column.archive .main-visual .txt01,#column .main-visual .txt01 {
    padding-bottom: 9vw;
  }
  #column.archive .main-visual .text01,#column .main-visual .text01 {
    font-size: 22px;
  }
  #column.archive .main-visual .text01::after,#column .main-visual .text01::after {
    width: 35%;
  }
  #column.archive .main-visual .text03,#column .main-visual .text03 {
    padding-bottom: 20px;
    font-size: 64px;
  }
  #column.archive .main-visual .text04,#column .main-visual .text04 {
    font-size: 14px;
    line-height: 1.8;
  }
  #column.archive .breadcrumbList,#column .breadcrumbList {
    padding: 22px 0 55px;
    font-size: 11px;
  }
  #column.archive .breadcrumbList li,#column .breadcrumbList li {
    padding-right: 12px;
    margin-right: 9px;
    line-height: 1.4;
  }
  #column.archive .breadcrumbList li::after,#column .breadcrumbList li::after {
    width: 4px;
    height: 4px;
  }
  #column.archive .image .new-txt,#column .image .new-txt  {
    font-size: 11px;
    padding: 5px 12px;
  }
}

/*  archive  */

#column.archive.archive .top-columns {
  padding-bottom: 180px;
  max-width: 1200px;
/*margin-bottom: 280px*/
}
#column.archive.archive .top-columns .title {
  font-size: 22px;
  position: relative;
  overflow: hidden;
  line-height: 1.2;
  color: #0A1A50;
  padding-bottom: 35px;
  width: 56%;
}
#column.archive.archive .top-columns .title span {
  display: inline-block;
  position: relative;
  padding-right: 35px;
}
#column.archive.archive .top-columns .title span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  height: 1px;
  width: 1000px;
  background-color: #0A1A50;
}
#column.archive.archive .top-columns a {
  display: block;
}
#column.archive.archive .top-columns .body {
/*
  display: flex;
  justify-content: space-between;
*/
    display: inline-block;
}
#column.archive.archive .top-columns .recent-column {
  width: 48%;
  float: left;
}
#column.archive.archive .top-columns .recent-column .image {
  margin-bottom: 20px;
}
#column.archive.archive .top-columns .others {
  width: 48%;
/*  margin-right: 2%;*/
    float: right;
}
#column.archive.archive .top-columns .others.mr0 {
  margin-right: auto;
}
#column.archive.archive .top-columns .others .columns a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#column.archive.archive .top-columns .others .image {
  width: 35%;
  margin-right: 5%;
  margin-bottom: 25px;
  float: left;
}
#column.archive.archive .top-columns .text01 {
  padding-bottom: 5px;
}
#column.archive.archive .top-columns .text02 {
  font-size:14px;
  line-height: 1.5;
  font-weight: normal;
}
#column.archive.archive .top-columns .date {
  display: block;
  font-size:18px;
  font-weight: bold;
  margin-bottom: 5px;
}
#column.archive .banner li {
  margin: 100px auto 0;
  width: 90%;
  max-width: 1000px;
}
@media screen and (max-width: 757px) {
  #column.archive.archive .top-columns {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  #column.archive.archive .top-columns .title {
    font-size: 22px;
    padding-bottom: 35px;
    width: auto;
  }
  #column.archive.archive .top-columns .title span {
    padding-right: 18px;
  }
  #column.archive.archive .top-columns .body {
    display: block;
  }
  #column.archive.archive .top-columns .recent-column {
    width: auto;
    padding-bottom: 65px;
  }
  #column.archive.archive .top-columns .others .image ,
  #column.archive.archive .top-columns .recent-column .image,
  #column.archive.archive .top-columns .others .txts{
    width: auto;
    margin-bottom: 25px;
  }
  #column.archive.archive .top-columns .others {
    width: auto;
    padding-bottom: 65px;
  }
  #column.archive.archive .top-columns .others .columns a {
    display: block;
    margin-bottom: 30px;
  }
  #column.archive.archive .top-columns .others .columns .image {
    width: auto;
  }
  #column.archive.archive .top-columns .others .columns .txts {
    width: auto;
  }
  #column.archive.archive .top-columns .text01 {
    padding-bottom: 8px;
  }
  #column.archive.archive .top-columns .text02 {
    font-size:12px;
  }
  #column.archive.archive .top-columns .date {
    font-size:18px;
  }
  #column.archive .banner li {
    margin: 50px auto 0;
  }

}

/*  detail  */

#column.detail .wrap.sections, 
#column.detail .top-data  {
  background-color: rgba(255,255,255,.6);
  /*background-color: rgba(255,255,255,1);*/
  border: 1px solid #fff;
  margin-bottom: 130px;
  padding: 45px 40px 30px;
  box-sizing: border-box;
}
#column.detail .wrap.sections {
  background-color: #fff;
}
#column.detail .top-data .data {
  padding-bottom: 22px;
}
#column.detail .top-data .date {
  font-weight: bold;
  margin-right: 10px;
}
#column.detail .top-data .page-title {
  font-size: 22px;
  line-height: 1.6;
  padding-bottom: 15px;
  margin-bottom: 30px;
  color: #0A1A50;
  border-bottom: 1px solid #0A1A50;
}
#column.detail .top-data .lead {
  font-size: 16px;
  line-height: 1.7;
  padding-bottom: 35px;
}
#column.detail .top-data .lead.top {
  padding-top: 20px;
}
#column.detail .top-data .lead.none {
  padding-bottom: 0;
}
#column.detail .top-data .in-page-index {
  border: 1px solid #ddd;
  padding: 30px 30px;
  box-sizing: border-box;
}
#column.detail .top-data .in-page-index .ttl {
  font-size: 18px;
  padding-bottom: 11px;
  margin-bottom: 34px;
  border-bottom: 1px solid #ddd;
}
#column.detail .top-data .in-page-index .page-links {
  font-size: 15px;
  line-height: 1.6;
}
#column.detail .top-data .in-page-index .page-links a {
  text-decoration: underline;
  color: #162f9f;
}
#column.detail .top-data .in-page-index dl,
#column.detail .top-data .in-page-index p.page-links {
  padding-bottom: 24px;
}
#column.detail .top-data .in-page-index dd {
  padding-left: 2em;
}
#column.detail .sections a{
  color: #162f9f;
  border-bottom: 1px solid;
  margin-bottom: 2px;
}
#column.detail .sections .title {
  font-weight: normal;
  font-size: 22px;
  padding-bottom: 28px;
  line-height: 1.6;
}
#column.detail .sections .images.w50 {
  width: 50%;
  min-width: 585px;
  margin: auto;
}
#column.detail .sections .text {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.7;
}
#column.detail .sections .text.top {
  padding-top: 20px;
}
#column.detail .sections .text + .text {
  padding-top: 25px;
}
#column.detail .sections .sections {
  padding: 55px 30px 0;
}
#column.detail .wrap-in .sections {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#column.detail .sections .sections:last-child {
  padding-bottom: 30px;
}
#column.detail .sections table {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  border-collapse: collapse;
}
#column.detail .sections table th,
#column.detail .sections table td {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  padding: 14px 12px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.6;
}
#column.detail .sections .table02 table {
  margin-top: 10px;
  margin-bottom: 40px;
  width: 100%;
  border-collapse: collapse;
}
#column.detail .sections .table02 table th,
#column.detail .sections .table02 table td {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  padding: 14px 12px;
  vertical-align: middle;
  text-align: left;
  line-height: 1.6;
}
#column.detail .sections .table02 table td span{
  background: #f8e711;
}
#column.detail .sections .table02 table th{
  width: 30%;
}
#column.detail .sections .table03 table th,
#column.detail .sections .table03 table td {
  text-align: left;
  line-height: 1.6;
}
#column.detail .sections .table03 table th{
  width: 50%;
  font-weight: normal;
}
#column.detail .sections .table04 table th,
#column.detail .sections .table04 table td {
  text-align: left;
  line-height: 1.6;
}
#column.detail .sections .table04 table th{
  width: 20%;
  font-weight: normal;
}
#column.detail .sections .table05 table th,
#column.detail .sections .table05 table td {
  text-align: left;
  line-height: 1.6;
}
#column.detail .sections .table05 table th{
  width: 25%;
  font-weight: normal;
}
#column.detail .sections .box {
  padding: 45px 0 40px;
}
#column.detail .sections .box dt {
  background-color: #f6f6f6;
  padding: 15px;
  font-size: 17px;
  margin-bottom: 28px;
}
#column.detail .sections .box dd {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 20px;
}
#column.detail .sections .box dd::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
#column.detail .colored {
  display: inline-block;
  background-color: #eeee22;
  line-height: 1.5;
  padding-top: 0 !important;
}
#column.detail .link {
  margin-top: 20px;
  line-height: 1.6;
}
#column.detail .link a{
  color: #162f9f;
  border-bottom: 1px solid;
  margin-bottom: 2px;
}
#column.detail .wrap.sections.section08{
  width: 300px;
  padding: 10px 45px 30px;
}
#column.detail .section08 .link{
  text-align: center;
}
#column.detail .section08 .link a{
  color: #162f9f;
    border-bottom: 1px solid;
    margin-bottom: 2px;
}

#column.detail .sections .line {
  padding: 0 0 20px;
  border: 1px solid;
  margin: 20px 0;
}
#column.detail .sections .line dt {
  text-align: center;
  background-color: #f4cccb;
  padding: 15px;
  font-size: 17px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
#column.detail .sections .line dd {
  position: relative;
  text-indent: -23px;
  padding-left: 25px;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 20px;
}
#column.detail .banner li {
  margin: 100px auto 0;
  width: 90%;
  max-width: 1000px;
}

@media screen and (max-width: 757px) {
  #column.detail .wrap.sections,
  #column.detail .top-data  {
    width: auto;
    margin-bottom: 80px;
    padding: 45px 25px 30px;
  }
  #column.detail .top-data .data {
    padding-bottom: 22px;
  }
  #column.detail .top-data .page-title {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  #column.detail .top-data .lead {
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 35px;
  }
  #column.detail .top-data .in-page-index {
    padding: 30px 30px;
  }
  #column.detail .top-data .in-page-index .ttl {
    font-size: 18px;
    padding-bottom: 11px;
    margin-bottom: 34px;
  }
  #column.detail .top-data .in-page-index .page-links {
    font-size: 15px;
    line-height: 1.6;
  }
  #column.detail .sections .title {
    font-size: 22px;
    padding-bottom: 28px;
  }
  #column.detail .sections .images.w50 {
    width: 100%;
    min-width: auto;
  }
  #column.detail .sections .text {
    font-size: 15px;
    line-height: 1.7;
  }
  #column.detail .sections .text + .text {
    padding-top: 25px;
  }
  #column.detail .sections .sections {
    padding: 55px 30px 0;
  }
  #column.detail .sections .sections:last-child {
    padding-bottom: 30px;
  }
  #column.detail .sections .table-wrap {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
  #column.detail .sections table {
    min-width: 900px;
    margin-bottom: 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #column.detail .sections table th,
  #column.detail .sections table td {
    padding: 10px 9px;
  }
  #column.detail .sections .box {
    padding: 45px 0 40px;
  }
  #column.detail .sections .box dt {
    padding: 15px;
    font-size: 17px;
    margin-bottom: 28px;
  }
  #column.detail .sections .box dd {
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 20px;
  }
  #column.detail .sections .box dd::after {
    width: 7px;
    height: 7px;
  }
  #column.detail .wrap-in .sections {
    padding-left: 0;
    padding-right: 0;
  }
  #column.detail .banner li {
    margin: 50px auto 0;
  }
}


#column .tab-inner {
  display: none;
  background: #fff;
  padding: 100px 0;
  box-shadow: 0 0 10px rgba(0,0,0,.16);
}
#column .tab-inner.current {
  display: block;
}
#column .common-column-list01{
  padding: 0;
}
#column .change-buttons{
  text-align: center;
  max-width: 812px;
  margin: auto;
}
#column .change-buttons li{
  display: inline-block;
  width: 24%;
  cursor: pointer;
}
#column .change-buttons .button{
  display: block;
  background: #E6E6E6;
  font-size: 16px;
  padding: 18px 0;
}
#column .change-buttons .button.current {
  pointer-events: none;
  color: #fff;
  background: #356C6A;
    
}
#column .change-buttons .button.current.color01 {
  background: #005BAC;
}
#column .change-buttons .button.current.color02 {
  background: #001A89;
}
#column .change-buttons .button:hover {
  background: #356C6A;
  color: #fff;
  transition: .3s;
}
#column .change-buttons .button.color01:hover {
  background: #005BAC;
}
#column .change-buttons .button.color02:hover {
  background: #001A89;
}

@media screen and (max-width: 757px) {
  #column .change-buttons li{
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
    cursor: pointer;
  }
  #column .change-buttons li:last-child{
    margin: auto;
  }
  #column .tab-inner{
    padding: 100px 0 0;
  }
}