﻿@charset "utf-8";
@media print, screen and (max-width: 768px) {
/* ==========================================================================
    ＊2020年スマホ対応改修の追加CSS ブレイクポイント768px＊
========================================================================== */
/*----------------COMMON----------------*/
.w680,
.w704,
.w1240,
#container {
  width: 100%;
}
#container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.top #container {
  padding: 0;
}

/*----------------HEADER----------------*/
#h-header {
  position: relative;
  z-index: 111;
  background: #FFF;
}
#h-header #h-wrap {
  height: 60px;
  width: 100%;
}
#h-header #h-wrap #h-title {
  margin-top: 0;
  padding: 10px 10px 19px;
  height: auto;
  width: auto;
}
#h-title img {
  position: relative;
  width: 100%;
  max-width: 180px;
  height: auto;
  z-index: 22;
}
#h-header #h-wrap #h-title2 {
  width: 35px;
  top: 15px;
  right: 50px;
  background: url(../img/common/header/agencyLogo.png) no-repeat;
  z-index: 333;
}
#h-title2 a {
  display: block;
  height: 30px;
}
#h-title2 img {
  display: none;
}
#h-header #h-nav {
  position: absolute;
  top: 10px;
  right: 0;
  height: auto;
  background: none;
  box-shadow: none;
}
#h-header #h-nav ul {
  position: absolute;
  top: 44px;
  display: none;
  width: 100%;
  z-index: 11;
}
#h-header #h-wrap #fontsize {
  display: none;
}
#h-header #h-wrap #siteSearch {
  display: none;
  height: 36px;
  width: 100%;
  left: 0;
  top: 0;
}
#h-header #h-nav ul li {
  width: 100%;
  text-align: left;
}
#h-header #h-nav ul li a {
  position: relative;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 24px;
}
#h-nav ul li a:after {
  position: absolute;
  right: 16px;
  top: 40%;
  display: block;
  content:"";
  width: 8px;
  height: 8px;
  border-top: 2px solid #3E3E3E;
  border-right: 2px solid #3E3E3E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*スマホ用メニューボタン*/
.menu_trigger {
  float: right;
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  background: none;
  border: none;
  text-indent: -900em;
  cursor: pointer;
  outline: none;
  z-index: 999;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.menu_trigger span {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  width: 24px;
  height: 3px;
  margin: 0 auto;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: #164ba7;
}
.menu_trigger span:nth-of-type(1) {
  top: 6px;
}
.menu_trigger span:nth-of-type(2) {
  top: 15px;
}
.menu_trigger span:nth-of-type(3) {
  right: 4px;
  left: auto;
  bottom: 6px;
  margin: 0;
}
.menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.menu_trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
  top: 13px;
}
.menu_trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.menu_trigger img {
  position: absolute;
  top: 30px;
  right: 2px;
  width: 28px;
  height: auto;
}
.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 11;
}

/*----------------BREADCRUMB----------------*/
#breadcrumb {
  width: 100%;
  margin-top: 0;
  padding: 0;
  height: auto;
  line-height: 1.7;
  background-image: none;
  background: -webkit-linear-gradient(top,  #ececec 0%,#fefefe 100%);
  background: linear-gradient(to bottom,  #ececec 0%,#fefefe 100%);
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
#breadcrumb ul {
  padding: 10px 5px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #FFF;
  font-size: 85%;
}
#breadcrumb li {
  position: relative;
  margin-right: 2px;
  padding-right: 8px;
}
#breadcrumb li:after {
  position: absolute;
  right: 0%;
  top: 30%;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#breadcrumb li:last-child:after {
  content: none;
  margin-right: 0;
  padding-right: 0;
}
#breadcrumb li:before {
  display: none;
}

/*----------------FOOTER----------------*/
#f-footer {
  padding: 24px 10px;
}
#footer_menu ul {
  -webkit-justify-content: center;
  justify-content: center;
}
#footer_menu li {
  margin: 0 16px 8px 0;
}
#page-top a {
  width: 36px;
  height: 36px;
}
#page-top a::after {
  right: 10px;
  width: 12px;
  height: 12px;
}

/*----------------LEFT COLUMN----------------*/
#leftColumn {
  float: none;
  width: 100%;
  order: 2;
  margin-right: 0;
  margin-top: 24px;
}
#leftColumn nav.grayBG {
  padding: 10px;
}
#leftColumn nav.grayBG .programList {
  width: 100%;
}

/*----------------RIGHT COLUMN----------------*/
#rightColumn {
  float: none;
  width: 100%;
  padding: 0 10px;
  order: 3;
}
#rightColumn ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#rightColumn ul li {
  margin: 0 auto 8px;
}
#rightColumn img {
  width: 100%;
  max-width: 170px;
  height: auto;
}

/*----------------MAIN COLUMN----------------*/
#mainColumn {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-top: 0;
  order: 1;
  padding: 0 10px;
}
.top #mainColumn {
  padding:0;
}
#mainColumn .grayBG2 {
  padding: 10px;
}
#mainColumn .grayBG2 .wrap01,
#mainColumn .grayBG2 .wrap02,
#mainColumn .grayBG2 .wrap03 {
  float: none;
  width: 100%;
  margin-left: 0;
}
#mainColumn .grayBG2 .wrap01,
#mainColumn .grayBG2 .wrap02 {
  margin-bottom: 10px;
}
#mainColumn .grayBG2 section .textList {
  width: calc(100% - 20px);
  min-height: auto;
}
#mainColumn #newsArea {
  margin-top: 24px;
  padding: 0 10px;
}

/*----------------TOP----------------*/
#mainVisual {
  height: auto;
  border-bottom: none;
}
#mainVisual div {
  width: 100%;
  height: 165px;
  background-size: cover;
}
#mainVisual div a {
  display: block;
  width: 100%;
  height: 100%;
}
#mainVisual img {
  display: none;
}
#mainColumn #newsArea .newsContent {
  padding-bottom: 10px;
}
#mainColumn #newsArea .newsContent time {
  width: auto;
  margin-right: 16px;
}
#mainColumn #newsArea .newsContent p,
#mainColumn #lower #newsArea .newsContent p {
  float: none;
  width: auto;
  clear: both;
  padding: 0;
}
#mainColumn #newsArea .newsContent:last-child {
  padding: 10px 0;
}

/*----------------２階層目----------------*/
.baseAreaPurple article {
  float: none;
  width: 100%;
  min-height: auto;
  margin-bottom: 20px;
}
.baseAreaPurple article:last-child {
  margin-bottom: 0;
}
.baseAreaPurple article p {
  width: calc(100% - 40px);
}
#searchResult .contentTitle {
  width: calc(100% - 20px);
  margin: 0 auto;
}

}/*@media(max-width: 768px)*/