@charset "UTF-8";
@import url("sanitize.css");
@import url("../js/slick/slick.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:200,400,600");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background-color: #0e66bb;
  color: #fff;
}

::selection {
  background-color: #0e66bb;
  color: #fff;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 62.5%;
  background-color: #fff;
  color: #5c5c5c;
}

body {
  font-size: 1.5rem;
  line-height: auto;
  margin: 0;
}

hr {
  background: transparent;
  border-top: 1px solid #ddd;
}

a {
  color: #000fd2;
  text-decoration: none;
}

a:hover {
  color: #ff6000;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.75;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:focus {
  overflow: hidden;
}

h1 {
  color: #0e66bb;
  font-size: 3.6rem;
  font-weight: 400;
  margin: 0 auto 30px;
  padding: 10px 20px;
  text-align: center;
  position: relative;
}

h1::after {
  content: "";
  display: block;
  width: 65px;
  height: 5px;
  background-color: #ffe200;
  margin: 10px auto;
}

h2 {
  color: #0e66bb;
  font-size: 2.5rem;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}

h3 {
  background-color: #0e66bb;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 5px;
}

h4 {
  font-size: 2rem;
  font-weight: 400;
  border-left: 5px solid #0e66bb;
  padding: 0 10px;
}

h5 {
  font-size: 1.8rem;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
}

h6 {
  font-size: 1.6rem;
  font-weight: 400;
}

table {
  display: table;
  border-collapse: collapse;
  border: none;
  margin-bottom: 30px;
}

table th,
table td {
  display: table-cell;
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  table th,
  table td {
    display: block;
    width: 100%;
  }
}

table th {
  font-weight: 400;
  text-align: center;
}

#bg {
  overflow: hidden;
  min-width: 320px;
}

#header_in {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96%;
}

#siteid {
  width: 50%;
  padding: 10px;
}

#siteid p {
  margin: 0;
}

#siteid h1,
#siteid p a {
  display: block;
  margin: 0;
  padding: 0;
  height: 60px;
  text-indent: -55555em;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}

@media screen and (max-width: 767px) {
  #siteid h1,
  #siteid p a {
    height: 50px;
  }
}

#hcontents {
  position: relative;
}

.header_icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
}

.header_icon ul li {
  margin: 0 0 0 1px;
  padding: 0;
  width: 80px;
}

.header_icon ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #0e66bb;
  color: #fff;
  font-size: 1.2rem;
}

.header_icon ul li a::before {
  font-family: "Material Icons";
  font-size: 3.5rem;
  line-height: 4rem;
  display: block;
}

.header_icon ul li a:hover {
  text-decoration: none;
  opacity: 0.75;
}

.header_icon ul li.hicon_01 a {
  background-color: #ffe200;
}

.header_icon ul li.hicon_01 a::before {
  content: "support_agent";
}

.header_icon ul li.hicon_02 a {
  background-color: #ff6000;
}

.header_icon ul li.hicon_02 a::before {
  content: "location_on";
}

.gmenu ul {
  margin: 0 auto;
  padding: 10px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.gmenu ul li {
  margin: 0 15px;
}

.gmenu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  position: relative;
  color: #5c5c5c;
}

.gmenu ul li a:hover {
  text-decoration: none;
}

.gmenu ul li a:hover::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #ffe200;
  position: absolute;
  bottom: 0;
}

.gmenu ul li.sel a::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #ffe200;
  position: absolute;
  bottom: 0;
}

#pankuzu {
  margin-bottom: 30px;
  font-size: 1.2rem;
  background-color: #0e66bb;
  color: #fff;
}

#pankuzu ul {
  margin: 0 auto;
  padding: 7px 0;
  list-style: none;
  width: 96%;
  max-width: 1000px;
}

#pankuzu ul li {
  display: inline-block;
}

#pankuzu ul li a {
  color: #fff;
}

#pankuzu ul li a::after {
  content: "＞";
  display: inline-block;
  padding: 0 0.5rem;
  color: #fff;
}

#pankuzu ul li a:hover::after {
  text-decoration: none;
}

.subpage #wrap_in {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .subpage #wrap_in {
    display: inherit;
  }
}

#unit_a {
  width: 100%;
}

#unit_a img {
  max-width: 100% !important;
  height: auto !important;
}

#unit_a table tr {
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  #unit_a table tr {
    border-bottom: none;
  }
}

#unit_a table tr:first-child {
  border-top: 1px solid #ddd;
}

#unit_a table th,
#unit_a table td {
  border: none;
}

@media screen and (max-width: 767px) {
  #unit_a table th,
  #unit_a table td {
    border-bottom: 1px solid #ddd;
  }
}

#unit_a table th {
  background-color: whitesmoke;
}

#unit_b {
  display: none;
  width: 23.5%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #unit_b {
    width: 100%;
  }
}

.menu_2 {
  margin-bottom: 30px;
}

.menu_2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu_2 p,
.menu_2 ul li {
  margin: 0;
  padding: 0;
}

.menu_2 p a,
.menu_2 ul li a {
  display: block;
  padding: 15px 30px 15px 10px;
  border-bottom: 1px solid #ddd;
  color: #5c5c5c;
  position: relative;
}

.menu_2 p a::after,
.menu_2 ul li a::after {
  content: "play_circle_filled";
  font-family: "Material Icons";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 1.8rem;
  color: #0e66bb;
}

.menu_2 p a:hover,
.menu_2 ul li a:hover {
  text-decoration: none;
  color: #ff6000;
}

.menu_2 p a:hover::after,
.menu_2 ul li a:hover::after {
  color: #ff6000;
}

.side_fix {
  position: fixed;
  top: 50%;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(90deg) translateX(100%);
          transform: rotate(90deg) translateX(100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.side_fix p {
  margin: 0;
  padding: 0 5px;
}

.side_fix p span {
  display: inline-block;
  padding: 0 5px;
  color: #ff6000;
  background-color: rgba(255, 255, 255, 0.8);
}

.side_fix .digr90 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#footer {
  text-align: center;
}

#footer .banner_1 {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #footer .banner_1 {
    display: block;
  }
}

.fmenu {
  background-color: #0e66bb;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 30px;
}

.fmenu ul {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fmenu ul li {
  border-right: 1px solid #fff;
}

.fmenu ul li:first-child {
  border-left: 1px solid #fff;
}

.fmenu ul li a {
  display: inline-block;
  color: #fff;
  padding: 0 1rem;
}

.footer_info {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.footer_info .info_name {
  font-size: 1.6rem;
}

.footer_info address {
  font-style: normal;
}

.copy {
  font-size: 1rem;
  padding: 10px 0;
}

.pagetop {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 50px;
  right: 20px;
}

.pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background-color: #ff6000;
  color: #fff;
  border-radius: 50%;
}

.pagetop a:hover {
  text-decoration: none;
  background-color: #0e66bb;
}

.pagetop a::before {
  content: "expand_less";
  font-family: "Material Icons";
  font-size: 3rem;
  line-height: 1.5rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .pagetop a {
    width: 50px;
    height: 50px;
  }
  .pagetop a span {
    display: none;
  }
}

[class*="col"] ul {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

[class*="col"] ul li {
  margin: 0 0 20px 0;
  padding: 0;
}

[class*="col"] ul li img {
  width: 100% !important;
  height: auto !important;
}

.col2 ul li {
  width: 49%;
}

.col3 ul li {
  width: 32%;
}

.col4 ul li {
  width: 23.5%;
}

@media screen and (max-width: 767px) {
  .col4 ul li {
    width: 49%;
  }
}

.col6 ul li {
  width: 15%;
}

@media screen and (max-width: 767px) {
  .col6 ul li {
    width: 32%;
  }
}

.img_zoom a {
  overflow: hidden;
}

.img_zoom a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.popup_open {
  cursor: pointer;
  display: inline-block;
}

[id*="popup_"] {
  display: none;
}

.popup_bg {
  display: none;
}

.popup_bg .popup_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90vw;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup_bg .popup_area_in {
  position: relative;
}

.popup_bg .popup_area_in .popup_close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 2rem;
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #fff;
}

[id*="popup_"]:checked + .popup_bg {
  display: block;
  z-index: 555;
  background-color: rgba(14, 102, 187, 0.9);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.toppage h2 {
  border: none;
  text-align: center;
}

.toppage #wrap_in {
  width: 100%;
}

.slick-arrow {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 10;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
  color: #0e66bb;
  text-align: center;
}

.slick-prev {
  left: 20px;
}

.slick-prev::before {
  content: "arrow_back_ios";
}

.slick-next {
  right: 20px;
}

.slick-next::before {
  content: "arrow_forward_ios";
}

.slick-prev::before,
.slick-next::before {
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Material Icons";
}

.slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -40px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  color: #0e66bb;
}

.slick-dots li button::before {
  content: "●";
  font-size: 2rem;
  line-height: 2rem;
  opacity: 0.25;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
}

.slide_01 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .slide_01 {
    margin-bottom: 60px;
  }
}

.slide_01 p {
  margin: 0;
}

.slide_01 .slick-slide {
  width: 60vw;
  height: 480px;
  position: relative;
  overflow: hidden;
  margin: 0 20px;
}

.slide_01 .slick-slide img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .slide_01 .slick-slide {
    height: 200px;
    margin: 0 10px;
  }
  .slide_01 .slick-slide img {
    height: 200px;
  }
}

.slick-track {
  overflow: hidden;
}

#news_topics [class*="news_topics_"] {
  width: 96%;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}

#news_topics .rss {
  font-size: 1rem;
  margin: 0 10px;
}

#news_topics .rss a {
  padding: 0 5px;
  background-color: #ffe200;
  color: #fff;
}

#news_topics dl {
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
  margin-bottom: 30px;
}

#news_topics dl dt {
  margin: 15px 0 0 0;
  padding: 15px 0 0 3.5rem;
  border-top: 1px solid #ddd;
  position: relative;
}

#news_topics dl dt span {
  display: inline-block;
}

#news_topics dl dt.new::before {
  content: "New!";
  color: #ff6000;
  display: inline-block;
  position: absolute;
  left: 0;
}

#news_topics dl dd {
  margin: 0;
  padding: 0 0 0 4.5rem;
}

#news_topics .disp_list {
  text-align: center;
}

#news_topics .disp_list a {
  display: inline-block;
  border: 1px solid #0e66bb;
  background-color: #fff;
  color: #0e66bb;
  padding: 5px 20px;
  min-width: 220px;
  border-radius: 50px;
}

#news_topics .disp_list a:hover {
  background-color: #0e66bb;
  color: #fff;
  text-decoration: none;
}

#news_topics.imgnews [class*="news_topics_"] {
  width: 96%;
  max-width: 1000px;
}

#news_topics.imgnews dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
}

#news_topics.imgnews dl dt {
  width: 23%;
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
}

@media screen and (max-width: 767px) {
  #news_topics.imgnews dl dt {
    width: 49%;
  }
}

#news_topics.imgnews dl dt span {
  display: block;
}

#news_topics.imgnews dl dt span.topicimage a {
  display: block;
  overflow: hidden;
}

#news_topics.imgnews dl dt span.topicimage a img {
  width: 100% !important;
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#news_topics.imgnews dl dt.new::before {
  z-index: 10;
}

#news_topics.imgnews dl dt:hover .topicimage a img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#news_topics.imgnews dl dd {
  display: none;
}

.imgbg {
  background-image: url("../site_files/image/dmy/dmy_640-480_01.png");
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
}

.imgbg .imgbg_in {
  background-color: rgba(92, 92, 92, 0.7);
  color: #fff;
  padding: 100px 0;
}

.imgbg .imgbg_in h2 {
  color: #fff;
}

.imgbg .imgbg_in .imgbg_contents {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.linkbo_01 {
  text-align: center;
  padding: 20px 0;
}

.linkbo_01 a {
  display: inline-block;
  border: 1px solid #0e66bb;
  background-color: #0e66bb;
  color: #fff;
  padding: 5px 20px;
  min-width: 220px;
  border-radius: 50px;
  position: relative;
}

.linkbo_01 a::after {
  content: "play_circle_filled";
  position: absolute;
  font-family: "Material Icons";
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 1.4rem;
  color: #fff;
}

.linkbo_01 a:hover {
  background-color: #fff;
  color: #0e66bb;
  text-decoration: none;
}

.linkbo_01 a:hover::after {
  color: #ff6000;
}

.imgbg_bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.imgbg_bn [class*="imgbg_bn_"] {
  width: 50%;
  background-size: cover;
  background-position: center center;
}

.imgbg_bn [class*="imgbg_bn_"] a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 300px;
  color: #fff;
}

.imgbg_bn [class*="imgbg_bn_"] a .imgbg_bnbo {
  display: inline-block;
  border: 1px solid #fff;
  background-color: #0e66bb;
  color: #fff;
  padding: 5px 20px;
}

.imgbg_bn [class*="imgbg_bn_"] a:hover {
  text-decoration: none;
}

.imgbg_bn [class*="imgbg_bn_"] a:hover .imgbg_bnbo {
  background-color: #ff6000;
}

.imgbg_bn [class*="imgbg_bn_"] h3 {
  border: none;
}

.imgbg_bn .imgbg_bn_01 {
  background-image: url("../site_files/image/dmy/dmy_640-480_01.png");
}

.imgbg_bn .imgbg_bn_01 a {
  background-color: rgba(92, 92, 92, 0.7);
}

.imgbg_bn .imgbg_bn_02 {
  background-image: url("../site_files/image/dmy/dmy_640-480_02.png");
}

.imgbg_bn .imgbg_bn_02 a {
  background-color: rgba(14, 102, 187, 0.7);
}

.digbg {
  position: relative;
  margin-bottom: 50px;
}

.digbg .digbg_img {
  background-image: url("../site_files/image/dmy/dmy_640-480_03.png");
  width: 60vw;
  height: 500px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .digbg .digbg_img {
    width: 80vw;
  }
}

.digbg .digbg_img::after {
  content: "";
  visibility: visible;
  display: block;
  position: absolute;
  border-width: 0 0 500px 10vw;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  top: 0;
  right: 0;
}

.digbg .digbg_contents {
  position: absolute;
  top: 50px;
  right: 5vw;
  width: 50vw;
  min-height: 400px;
  padding: 30px 5vw;
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {
  .digbg .digbg_contents {
    width: 90vw;
  }
}

.index {
  margin-bottom: 50px;
}

.index dl dd {
  display: none;
}

.index dl,
.index ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.index dl dt,
.index ul li {
  margin: 0 0 20px 0;
  padding: 0;
  width: 49%;
}

@media screen and (max-width: 767px) {
  .index dl dt,
  .index ul li {
    width: 100%;
  }
}

.index dl dt a,
.index ul li a {
  display: block;
  height: 100%;
  padding: 10px 40px 10px 10px;
  border: 1px solid #0e66bb;
  position: relative;
  color: #5c5c5c;
}

.index dl dt a::after,
.index ul li a::after {
  content: "chevron_right";
  position: absolute;
  font-family: "Material Icons";
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 1.8rem;
}

.index dl dt a:hover,
.index ul li a:hover {
  background-color: #0e66bb;
  color: #fff;
  text-decoration: none;
}

.site_map {
  margin-bottom: 50px;
}

.site_map p {
  font-size: 2rem;
}

.site_map ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

.site_map ul li::before {
  content: "play_circle_filled";
  font-family: "Material Icons";
  color: #0e66bb;
  margin-right: 0.5rem;
}

.site_map ul li[class*="layer_"] {
  border-top: 1px dotted #ddd;
  font-size: 1.8rem;
  padding-top: 30px;
  margin-bottom: 30px;
}

.site_map ul li.layer_1 {
  border-top: 3px solid #0e66bb;
  font-size: 2rem;
}

.site_map ul.in_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  padding-top: 20px;
}

.site_map ul.in_page li {
  width: 49%;
  padding: 5px 0 5px 2rem;
  text-indent: -2rem;
}

.site_map ul.in_page li::before {
  content: "chevron_right";
}

@media screen and (max-width: 767px) {
  .site_map ul.in_page li {
    width: 100%;
  }
}

.mail_form {
  margin-bottom: 50px;
}

.mail_form p {
  margin: 0;
  padding: 0;
}

.mail_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .mail_form form {
    display: block;
  }
}

.mail_form form .form_label,
.mail_form form .form_input {
  border-top: 1px solid #ddd;
  padding: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.mail_form form .form_label {
  width: 30%;
  font-weight: 400;
  background-color: whitesmoke;
}

@media screen and (max-width: 767px) {
  .mail_form form .form_label {
    width: 100%;
  }
}

.mail_form form .form_label .mcheck {
  color: #ff6000;
  font-size: 1rem;
  line-height: 1rem;
  white-space: nowrap;
}

.mail_form form .form_label .mcheck::after {
  content: "必須";
}

.mail_form form .form_input {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .mail_form form .form_input {
    width: 100%;
    border-top: none;
  }
}

.mail_form form .form_input input[type="text"] {
  min-width: 80%;
}

@media screen and (max-width: 767px) {
  .mail_form form .form_input input[type="text"] {
    min-width: 100%;
  }
}

.mail_form form .form_input textarea {
  width: 100%;
}

.mail_form form .form_input input[type="text"],
.mail_form form .form_input textarea {
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 1.6rem;
}

.mail_form form .form_input p {
  color: #ff6000;
  font-size: 1.2rem;
}

.mail_form form .form_button {
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 20px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mail_form form .form_button input {
  width: 30%;
  margin-bottom: 20px;
}

.mail_form form .form_button input[type="submit"] {
  padding: 10px 0;
  background-color: #0e66bb;
  color: #fff;
  border: 1px solid #0e66bb;
  border-radius: 50px;
}

.mail_form form .form_button input[type="submit"]:hover {
  background-color: #fff;
  color: #0e66bb;
}

.mail_form form .form_button input[type="button"] {
  padding: 5px 0;
  background-color: #ccc;
  color: #5c5c5c;
  border: 1px solid #ccc;
  border-radius: 50px;
}

.mail_form form .form_button input[type="button"]:hover {
  background-color: #eee;
}

.effect_1 {
  padding-top: 100px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.effect_2 {
  margin-left: -100%;
  margin-right: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.effect_3 {
  margin-left: 100%;
  margin-right: -100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 150;
    background-color: #fff;
  }
  .menu-btn span,
  .menu-btn span::before,
  .menu-btn span::after {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background-color: #0e66bb;
    position: absolute;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .menu-btn span::before {
    bottom: 8px;
  }
  .menu-btn span::after {
    top: 8px;
  }
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .menu-btn {
    background-color: rgba(255, 255, 255, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background-color: #fff;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background-color: #fff;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 140;
    background-color: #0e66bb;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: scroll;
    padding: 70px 20px;
  }
  .menu-content p {
    margin: 0;
    padding: 0;
  }
  .menu-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu-content ul li {
    margin: 0;
    padding: 0;
  }
  .menu-content p a,
  .menu-content ul li a {
    display: block;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 30px 10px 10px;
    position: relative;
  }
  .menu-content p a::after,
  .menu-content ul li a::after {
    content: "chevron_right";
    position: absolute;
    font-family: "Material Icons";
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 1.4rem;
    color: #fff;
  }
}
/*# sourceMappingURL=org.css.map */


/* コラム一覧 */

/* ページャー */

.column_pager {
  padding: 0;
  text-align: center;
}

.column_pager li {
  display: inline-block;
  margin: .1em;
  padding: 0;
  background-color: #ddd;
  width: 2em;
  height: 2em;
  text-align: center;
  position: relative;
  border-radius: 50%;
}

.column_pager li span {
  vertical-align: middle;
}

.column_pager li.column_pager_current {
  background-color: #0e66bb;
  color: #fff;
}

/* コラム記事一覧 */

.column_items_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5em auto;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* コラム各記事 */

.column_item {
  margin: .5em 0;
  padding: 0;
  width: calc(98% / 2);
  border: 1px dotted #ccc;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .column_item {
    width: calc(98% / 3);
    border: 2px dotted #ccc;
    border-radius: 10px;
  }

  .column_items_container::after {
    content: "";
    display: block;
    width: calc(98% / 3);
  }
}

.column_item_image_container {
  margin: 0;
  position: relative;
}

.column_item_image {
  margin: 0;
}

.column_item_image a {
  margin: 0;
}

.column_item_image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.618 / 1;
  border-radius: 5px 5px 0 0;
}

.column_item_category {
  width: fit-content;
  margin: 0;
  padding: 0 1em;
  font-size: .9em;
  color: #fff;
  position: absolute;
  bottom: 4px;
  right: 0;
}

.column_item_category.clm_cate_1 {
  /* データ */
  background-color: #2e00d0;
}

.column_item_category.clm_cate_2 {
  /* グルメ */
  background-color: #b90040;
}

.column_item_category.clm_cate_3 {
  /* ライフ */
  background-color: #005c1f;
}

.column_item_category.clm_cate_4 {
  /* 歴史・文化・芸術 */
  background-color: #d07000;
}

.column_item_category.clm_cate_5 {
  /* ものづくり */
  background-color: #5e008b;
}

.column_item_category.clm_cate_6 {
  /* その他 */
  background-color: #603813;
}

.column_item_body_container {
  margin: 0;
  padding: .5em;
}

.column_item_date,
.column_item_title,
.column_item_description {
  margin: .2em 0;
}

.column_item_title {
  font-weight: 700;
}

.column_item_title a {
  color: currentColor;
}

.column_item_date,
.column_item_description {
  font-size: .9em;
}

@media screen and (min-width: 768px) {
  .column_item_image img {
    border-radius: 10px 10px 0 0;
  }

  .column_item_category {
    font-size: 1.1em;
  }

  .column_item_title {
    font-size: 1.25em;
  }

  .column_item_date,
  .column_item_description {
    font-size: 1em;
  }
}
