@charset "UTF-8";


/* 
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div#wrapper {
	position: relative;
	min-width: inherit;
	min-height: 100vh;
	width: 100%;
	overflow: hidden;
}

.forSP {
	display: initial;
}
img.forSP, br.forSP {
	display: initial;
}
.forPC {
	display: none;
}

/*-------------------------------------
 header
-------------------------------------*/
#header {
	border-bottom: 5px solid #0070c0;
}
.headerPC {
	display: none;
}
.headerSP {
	display: block;
	height: 62px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 93.8%;
	line-height: 1.6;
}
.headerSP .headerLogo {
	padding: 0 40px 0 0;
}
.headerSP .headerLogo img {
	width: 100%;
	max-width: 310px;
	vertical-align: bottom;
}

.headerBtn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	width: 60px;
	height: 62px;
	cursor: pointer;
}
.headerBtn p {
	padding: 42px 0 0 0;
	color: #0070c0;
	font-size: 68.8%;
	text-align: center;
}
.headerBtn span {
	position: absolute;
	left: 16px;
	display: inline-block;
	width: 30px;
	height: 4px;
	background-color: #0070c0;
	transition: all .2s;
	box-sizing: border-box;
}
.headerBtn span:nth-of-type(1) {
	top: 12px;
}
.headerBtn span:nth-of-type(2) {
	top: 23px;
}
.headerBtn span:nth-of-type(3) {
	top: 34px;
}
.headerBtn span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #0070c0;
	transition: all .2s;
}
.headerBtn.open {
	background: #0070c0;
}
.headerBtn.open p {
	color: #fff;
}
.headerBtn.open span:nth-of-type(2),
.headerBtn.open span:nth-of-type(2)::after {
	width: 30px;
	background-color: #fff;
}
.headerBtn.open span:nth-of-type(1) {
	transform: translateY(20px) scale(0);
}
.headerBtn.open span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 15px;
}
.headerBtn.open span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.headerBtn.open span:nth-of-type(3) {
	transform: translateY(-45px) scale(0);
}


  /*-------------------------------------
 drawerNav
-------------------------------------*/
  .headerNav {
    display: none;
  }

  .drawerNav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 240px;
    height: 100vh;
    font-family: 'Noto Sans JP', sans-serif;
    background: #131313;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(240px);
    transform: translateX(240px);
    -webkit-transition: ease .3s;
    transition: ease .3s;
  }

  .drawerNav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .drawerNav .drawerSearch {
    position: relative;
    top: 0;
    padding: 12px 85px 12px 0;
    background: #0070c0;
  }

  .drawerNav .drawerSearch table {
    width: 100%;
    height: 38px;
    margin: 0;
  }

  .drawerNav .drawerSearch input.gsc-input[type="text"] {
    width: 100% !important;
    height: 37px !important;
  }

  .drawerNav .drawerSearch .gsc-input-box {
    padding: 0;
    border-radius: 0;
    border: none;
  }

  .drawerNav .drawerSearch .gsc-search-button-v2 {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 65px;
    height: 38px;
    border-radius: 0;
    border: 1px solid #fff;
    background: url(/common/000222346.png) no-repeat center center #0070c0;
  }

  .drawerNav .drawerSearch .gsc-search-button-v2 svg {
    display: none;
  }

  .drawerNav .drawerSearch table.gsc-search-box td {
    padding: 0 !important;
  }

  .drawerNav .drawerSearch form.gsc-search-box {
    margin-bottom: 0;
  }

  .drawerNav .drawerSearch .gsst_b {
    display: none;
  }

  .drawerNav .drawerMenu {
    position: absolute;
    top: 62px;
    bottom: 100px;
    height: calc(100% - 140px);
    padding: 42px 0 0 0;
    background: #fff;
  }

  .drawerNav .drawerMenu .ttl {
    position: relative;
    min-height: 42px;
    padding: 10px 42px;
  }

  .drawerNav .drawerMenu .ttl .back a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 42px;
    height: 42px;
    text-indent: 200%;
    white-space: nowrap;
    background: url(/common/000222347.png) no-repeat center center / 13px 13px;
    overflow: hidden;
  }

  .drawerNav .drawerMenu ul {
    padding: 0 0 0 15px;
    list-style: none;
    border-top: 1px solid #b7b7b7;
  }

  .drawerNav .drawerMenu ul li {
    display: flex;
    border-bottom: 1px solid #b7b7b7;
    padding: 0 10px;
  }

  .drawerNav .drawerMenu ul li a,
  .drawerNav .drawerMenu ul li em span {
    display: flex;
    align-items: center;
    height: 100%;
    color: #000;
    font-size: 93.8%;
    text-decoration: none;
  }

  .drawerNav .drawerMenu ul li em {
    width: 100%;
    font-style: normal;
  }

  .drawerNav .drawerMenu ul li em a,
  .drawerNav .drawerMenu ul li em span {
    padding: 10px 0;
    flex: 1 0 auto;
  }

  .drawerNav .drawerMenu ul li .arw {
    text-align: right;
    flex-shrink: 0;
    order: 3;
  }

  .drawerNav .drawerMenu ul li .arw a {
    width: 60px;
    min-height: 1em;
    margin-left: auto;
    padding: 0 24px 0 10px;
    background: url(/common/000222348.png) no-repeat right 10px center / 9px 13px;
  }

  .drawerNav .drawerMenu .drawerMenuInner .drawerGroup {
    display: flex;
    margin-top: 0;
    padding: 0 7px 80px 10px;
    color: #fff;
    font-size: 75.0%;
    background: #131313;
    position: absolute;
    width: 100%;
    z-index: 1000;
    bottom: 0;
  }

  .drawerNav .drawerMenu .drawerMenuInner .drawerGroup .drawerLink {
    margin-left: auto;
    padding: 3px 0 0 0;
    line-height: 1.7;
  }

  .drawerNav .drawerMenu .drawerMenuInner .drawerGroup .drawerLink ul {
    list-style: none;
    text-align: right;
  }

  .drawerNav .drawerMenu .drawerMenuInner .drawerGroup .drawerLink ul li a {
    display: block;
    padding: 0 24px 0 0;
    color: #fff;
    text-decoration: none;
    background: url(/common/000222349.png) no-repeat;
    background-position: right 2px bottom 0.2em;
  }

  .drawerNav .drawerMenu .drawerMenuInner .drawerGroup .drawerLink ul li.drawerHome a {
    background: url(/common/000222350.png) no-repeat right top / 18px 17px;
  }


  .mp-level {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* overlays for pusher and for level that gets covered */
  .pusher::after,
  .mp-level::after,
  .mp-level::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    opacity: 0;
  }

  .pusher::after,
  .mp-level::after {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  }

  .mp-level::after {
    z-index: -1;
  }

  .pusher.mp-pushed::after,
  .mp-level.mp-level-overlay::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .mp-level.mp-level-overlay.mp-level::before {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 1;
  }

  .pusher,
  .mp-level {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }

  /* overlap */
  .mp-overlap .mp-level.mp-level-open {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }

  /* First level */
  .drawerNav>.mp-level,
  .drawerNav>.mp-level.mp-level-open,
  .drawerNav.mp-overlap>.mp-level,
  .drawerNav.mp-overlap>.mp-level.mp-level-open {
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* cover */
  .mp-cover .mp-level.mp-level-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    background: #fff;
  }

  .mp-cover .mp-level .drawerMenuInner ul:not(.notAddHeight) {
    overflow-y: scroll;
    padding: 0 0 50px 15px;
    background: #fff;
  }
  .mp-cover .mp-level .drawerMenuInner ul.notAddHeight {
    border-top: none;
  }

  .mp-cover .mp-level.mp-level-open>ul>li>.mp-level:not(.mp-level-open) {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .mp-level-open:not(.mp-level-overlay) {
    overflow-y: auto;
  }

  div#container {
    padding: 0 10px;
  }

/*-------------------------------------
 topicpath
-------------------------------------*/
.topicpath {
	margin: 0 0 30px 0;
	font-size: 81.3%;
	line-height: 1.6;
}
.topicpath ul {
	padding: 6px 0;
}
.topicpath ul li {
	display: inline;
}


/*-------------------------------------
 pagetop
-------------------------------------*/
.pagetop a {
	right: 10px;
	bottom: 30px;
	width: 60px;
	padding: 60px 0 0 0;
}


/*-------------------------------------
 footer
-------------------------------------*/
#footer .footerNav {
	margin: 0 0 13px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #9b9b9b;
}
#footer .inner {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer .footerNav ul li {
	min-width: 50%;
	margin: 0 0 7px 0;
	padding: 0 5px 0 13px;
	box-sizing: border-box;
}
#footer .footerCopyright {
	padding: 0;
	font-size: 93.8%;
	text-align: center;
}


/*-------------------------------------
 main
-------------------------------------*/
div#container {
	padding: 0 10px;
}
#contents_index .leftBox,
#contents_2column .leftBox,
#contents_3column .leftBox,
.leftBox {
	width: 100%;
	display: block;
	float: none;
}
.leftBox .noneSP {
	display: none;
}
.layoutSP {
  display: flex;
  flex-wrap: wrap;
}
.layoutSPLeftMenu {
  order: 2;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
.layoutSPMainMenu {
  order: 1;
}
#contents_2column .container_inner {
	background: none;
}
#contents_2column .main_contents_inner {
	margin: 0;
}

/*-------------------------------------
 add
-------------------------------------*/

  .rightBox,
  #contents_index .rightBox,
  .main_contents {
    margin: 0 0 50px;
  }
  .topicpath ul {
    width: 100%;
  }
  .topicpath .inner {
    display: block;
  }

  .topicpath #date {
    display: block;
    padding-top: 0;
    width: 100%;
  }

  /* common
-------------------------------------*/
  .icnNew {
    padding: 1px 3px;
    font-size: 62.5%;
    font-weight: normal;
    border-radius: 2px;
  }

  .icnImg {
    margin: 0 0 0 8px;
    vertical-align: middle;
  }

  .icnImg2 {
    margin: 0 8px 0 0;
    vertical-align: middle;
  }

  .icnImg img,
  .icnImg2 img {
    height: 14px;
  }



  .multipleLines {
    margin-bottom: 15px;
  }

  .multipleLines>*:last-child {
    margin-bottom: 0;
  }

  #contents_2column .container_inner,
  #contents_3column .container_inner {
    background: none;
  }

  #layout,
  #layout > tbody {
    display: block;
  }

  #layout>tbody>tr>td {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 !important;
    width: 100% !important;
  }

  #layout>tbody>tr>.pdg0 {
    order: 2;
  }

  #layout>tbody>tr>.w100p {
    order: 1;
  }

  #layout>tbody>tr>.w230 {
    order: 3;
  }

  #contents_index .rightBox,
  #contents_3column .rightBox {
    width: 100%;
    text-align: center;
  }

  #contents_2column .leftBox,
  #contents_3column .leftBox {
    width: 100%;
  }

  .newsList #contents_2column .leftBox li,
  .newsList #contents_3column .leftBox li {
    display: inline-block;
    margin-right: 10px;
  }

  .rightMenu_tBox {
    text-align: left;
  }

  .h4_titleBox {
    margin: 0 0 10px 0;
  }

  .base_txt {
    margin-left: 0;
  }

  #leftMenuBox {
    padding: 8px 0 8px;
  }

  .newsList #layout>tbody>tr>.pdg0 {
    order: 1;
    margin-bottom: 10px;
  }

  .newsList #layout>tbody>tr>.w100p {
    order: 2;
  }

  .newsList #contents_2column .main_contents_inner {
    margin: 0;
  }

  .newsList .topicpath {
    margin-bottom: 10px;
  }

  .scrollBox {
    height: 160px;
  }

  .drawerNav .drawerMenuInner {
    height: 100vh;
  }

  .drawerNav .drawerMenuInner .drawerGroup ul li {
    border-bottom: none;
    justify-content: flex-end;
  }

  .rightBox,
  #contents_index .rightBox {
    margin: 0 0 50px;
  }
  .main_contents_inner {
    margin-left: 0 !important;
  }
  .layoutTable01 {
    table-layout: fixed;
  }
  .layout2column.frameBox_E3E3E3 {
    width: auto;
  }
  .fzL {
    font-size: 106.3%;
  }

  div.imagebox,
  div.imagebox400 {
    width: auto;
    float: none;
  }
  .subordinate .topicpath .inner {
    flex-wrap: wrap;
  }
  .subordinate .topicpath ul {
    width: 100%;
  }
}