@charset "utf-8";

/*
======== context ======================================

Last Updated:20180820
Summary:各ページ共通 基本テンプレートレイアウト設定

- #container
- #headerArea
- #contentsArea
- #footerArea
-
-
=======================================================
*/

/*-----------------------------------------------------
container
-------------------------------------------------------*/
#container {
  background: #fff;
  overflow: hidden;
}

#containerInner3 {
  padding-top: 20px;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  background-color : #fff;
}

/*-----------------------------------------------------
headerArea
-------------------------------------------------------*/
#headerArea {
  margin-bottom: 64px;
}


#utilityNav{
  z-index: 1;
}
#spUtilityNav {
  display: none;
}
#headerBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  background: #fff;
  margin: 20px 24px 0;
  width: 1200px;
}

#headerBox > ul {
  display: flex;
  list-style: none;
  padding-top: 7px;
  /* z-index: 1; */
}

#headerBox > ul li {
  margin: 0 18px 0 30px;
  position: relative;
}

#headerBox > ul li a {
  color: #333;
  font-size: 1.6rem;
  position: relative;
}
#headerBox > ul li::before,
#headerBox > ul li::after {
  content: none;
}
#headerBox > ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M18%2C9a9%2C9%2C0%2C1%2C0-9%2C9A9%2C9%2C0%2C0%2C0%2C18%2C9ZM7.051%2C13.194a1.073%2C1.073%2C0%2C0%2C1%2C0-1.518l2.7-2.67-2.7-2.67a1.073%2C1.073%2C0%2C0%2C1%2C0-1.518%2C1.094%2C1.094%2C0%2C0%2C1%2C1.534%2C0l3.463%2C3.43a1.072%2C1.072%2C0%2C0%2C1%2C0%2C1.518L8.585%2C13.194A1.092%2C1.092%2C0%2C0%2C1%2C7.051%2C13.194Z%22%20fill%3D%22%23007a60%22%2F%3E%3C%2Fsvg%3E");
  pointer-events: none;
}

/*headerBlock*/
#headerBlock {
  /* min-height: 132px; */
  position: relative;
  z-index: 9999;
}
body[data-snav] #headerBlock {
  min-height: 202px;
}
body[data-snav] #headerBlock::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #F8F8F5;
  z-index: -10;
}

#headerBlock #ciBlock {
  width: 208px;
  height: 64px;
  margin-bottom: 24px;
}
.en #headerBlock #ciBlock {
  width: 360px;
  height: 49px;
}

#headerBlock #ciBlock img {
  width: 100%;
  vertical-align: bottom;
}

#spCiBlock {
  width: 208px;
  height: 64px;
  margin: 18px auto -21px 0px;
  z-index: 1;
}
#spCiBlock h1 {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
#spCiBlock a {
  display: block;
}
#spCiBlock img {
  width: 100%;
  vertical-align: middle;
}
.en #spCiBlock {
  width: 360px;
  height: 49px;
  margin-top: 33px;
}

#headerBox .appName {
  align-self: flex-end;
  margin: 0 0 20px;
  font-size: 2.4rem;
  color: #004697;
  line-height: 1.5;
}
#headerBox .appName span {
  display: block;
  font-size: 1.6rem;
}

#headerBlockInner {
  min-height: 127px;
  background: #fff;
  border-top: 4px solid #004697;
  border-bottom: 1px solid #D9D9D9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
  position: relative;
  display: flex;
  justify-content: center;
}

/* h30 */
#headerBoxBody {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}

.tbDisp,
.spDisp {
  display: none;
}

#headerBox .contBtn,
#headerBox .spCloseBtn {
  display: none;
}

#headerBox ul#globalNavList {
  display: flex;
  list-style: none;
}

#headerBox ul#globalNavList li {
  margin-left: 40px;
  line-height: 1;
}

#headerBox ul#globalNavList li button {
  padding: 0 0 26px 14px;
  background: none;
  border: none;
  border-bottom: 0 solid #004697;
  color: #333;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: .05em;
  text-decoration: none;
  position: relative;
  appearance: none;
}
#headerBox ul#globalNavList li > button:focus {
  outline: none;
}
#headerBox ul#globalNavList li > button:focus-visible {
  outline: 4px solid #FF6110;
  outline-offset: 4px;
}


#headerBox ul#globalNavList li > button::before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.667%22%20height%3D%226%22%20viewBox%3D%220%200%208.667%206%22%3E%3Cpath%20d%3D%22M14.2%2C17.867A1%2C1%2C0%2C0%2C1%2C13.56%2C16.1l3.078-2.565L13.56%2C10.968a1%2C1%2C0%2C1%2C1%2C1.28-1.536l4%2C3.333a1%2C1%2C0%2C0%2C1%2C0%2C1.536l-4%2C3.333A1%2C1%2C0%2C0%2C1%2C14.2%2C17.867Z%22%20transform%3D%22translate(17.867%20-13.2)%20rotate(90)%22%20fill%3D%22%23004697%22%2F%3E%3C%2Fsvg%3E");
}

#headerBox ul#globalNavList li > button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #004697;
  transition: .2s;
}
#headerBox ul#globalNavList li > button:hover::after,
#headerBox ul#globalNavList li > button[aria-expanded="true"]::after {
  height: 4px;
}
#headerBox ul#globalNavList li > button:focus-visible::after {
  height: 4px;
}

#headerBox ul#globalNavList li .globalNavDrop {
  display: flex;
  justify-self: center;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  padding: 40px 24px 16px;
  box-sizing: border-box;
  background: #fff;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: visibility .01s, opacity .15s;
}
#headerBox ul#globalNavList li .globalNavDrop[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transition: visibility .3s, opacity .3s;
}

#spNavOpen.opened {
  background-color: rgba(0, 0, 0, .3);
  visibility: visible;
  opacity: 1;
}
#spNavOpen {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  height: 100vh;
  height: 100lvh;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility .3s, opacity .3s, background-color .3s;
  z-index: 9990;
}

#headerBox ul#globalNavList li .globalNavDrop > div {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#headerBox ul#globalNavList li .globalNavDrop > div > a {
  display: block;
  width: fit-content;
  margin: 0 0 40px;
  font-size: 2.4rem;
  font-weight: bold;
}
#headerBox ul#globalNavList li .globalNavDrop > div > ul {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 102%;
  margin: 0;
  list-style: none;
}
#headerBox ul#globalNavList li .globalNavDrop > div > ul > li {
  width: 23%;
  margin: 0 2% 32px 0;
  padding: 0 0 0 16px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.625;
  position: relative;
  box-sizing: border-box;
}
#headerBox ul#globalNavList li .globalNavDrop > div > ul > li::before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%229%22%20viewBox%3D%220%200%206%209%22%3E%3Cpath%20d%3D%22M14.2%2C18.2a1%2C1%2C0%2C0%2C1-.659-1.753l3.14-2.747-3.14-2.747a1%2C1%2C0%2C1%2C1%2C1.317-1.505l4%2C3.5a1%2C1%2C0%2C0%2C1%2C0%2C1.505l-4%2C3.5A1%2C1%2C0%2C0%2C1%2C14.2%2C18.2Z%22%20transform%3D%22translate(-13.2%20-9.2)%22%20fill%3D%22%23004697%22%2F%3E%3C%2Fsvg%3E");
}
#headerBox ul#globalNavList li .globalNavDrop > div > ul > li > a {
  color: #333;
}
#headerBox ul#globalNavList li .globalNavDrop .globalNavClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.414%22%20height%3D%2225.414%22%20viewBox%3D%220%200%2025.414%2025.414%22%3E%3Cg%20transform%3D%22translate(-1382.307%20-167.308)%22%3E%3Cpath%20d%3D%22M33.941%2C1H0V-1H33.941Z%22%20transform%3D%22translate(1383.015%20168.015)%20rotate(45)%22%20fill%3D%22%23004697%22%2F%3E%3Cpath%20d%3D%22M33.941%2C1H0V-1H33.941Z%22%20transform%3D%22translate(1383.015%20192.015)%20rotate(-45)%22%20fill%3D%22%23004697%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* 検索の使い方削除 */
#searchBlockInner #searchPart p.bullet02 {
  display: none;
}

#searchBlockInner form {
  display: flex;
  margin: 0; /* for esri.css */
}

#searchBlockInner form input.search {
  width: 180px;
  padding: 4px 18px 3px 40px;
  background-color: #F8F8F8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2215.984%22%20viewBox%3D%220%200%2016%2015.984%22%3E%3Cpath%20d%3D%22M17.794%2C16.656l-2.974-2.95a7.214%2C7.214%2C0%2C1%2C0-1.114%2C1.114l2.95%2C2.95a.8.8%2C0%2C0%2C0%2C1.13-1.13ZM9.21%2C14.821A5.611%2C5.611%2C0%2C1%2C1%2C14.821%2C9.21%2C5.611%2C5.611%2C0%2C0%2C1%2C9.21%2C14.821Z%22%20transform%3D%22translate(-1.979%20-1.979)%22%20fill%3D%22%23004697%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 13px 50%;
  border: 1px solid  #004697;
  border-radius: 4px;
  margin-right: -4px;
}
.en #searchBlockInner form input.search {
  width: 160px;
}

#searchBlockInner form input.button {
  padding: 11px 10px;
  background-color: #004697;
  border: none;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  appearance: none;
}

#searchBlockInner #searchPart a {
  padding: 0 0 0 20px;
  position: relative;
}

#searchBox img {
  margin-right: 5px;
  vertical-align: middle;
}


#subNavContSp {
  display: none;
}
#subNavContPc {
  display: flex;
  justify-content: center;
  background-color: #F8F8F5;
}
#subNavContPc nav {
  width: 1200px;
  margin: 0 24px;
  display: flex;
  position: relative;
}
#subNavContPc .subNavHead {
  display: flex;
  align-items: center;
  background: #004697;
  margin: 0 24px 0 0;
  padding: 0 24px 0 0;
  font-size: 1.8rem;
  max-width: 240px;
  flex-shrink: 0;
  z-index: 0;
}
#subNavContPc .subNavHead::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: calc((100vw - 100%) / 2);
  min-width: 24px;
  height: 100%;
  background: #004697;
  z-index: -1;
}
#subNavContPc .subNavHead a {
  color: #fff;
}
#subNavContPc .subNavList {
  display: flex;
  flex-wrap: wrap;
  margin: 16px auto 14px 0;
  list-style: none;
}
#subNavContPc .subNavList > li {
  margin: 0 10px 0 0;
  letter-spacing: 0;
}
.subNavList > li > div > a,
.subNavList > li > button {
  display: block;
  position: relative;
  padding: 4px 16px;
  color: #333;
  font-size: 1.6rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  border: 2px solid transparent;
}
.subNavList > li > button {
  padding: 4px 16px 4px 32px;
  background: none;
  border-radius: 8px 8px 0 0;
}
.subNavList > li > div a:hover {
  text-decoration: none;
}
.subNavList > li > div > a:hover,
.subNavList > li > button:hover {
  color: #004697;
  text-decoration: none;
}
.subNavList > li > button[aria-expanded="true"] {
  color: #004697;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  border: 2px solid #004697;
  border-bottom-color: #fff;
  z-index: 40;
}

.subNavList > li > button:focus {
  outline: none;
}
.subNavList > li > button:focus-visible {
  outline: 4px solid #FF6110;
  outline-offset: 4px;
}
.subNavList > li > button::before {
  content: "";
  position: absolute;
  top: .9em;
  left: 14px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.667%22%20height%3D%226%22%20viewBox%3D%220%200%208.667%206%22%3E%3Cpath%20d%3D%22M14.2%2C17.867A1%2C1%2C0%2C0%2C1%2C13.56%2C16.1l3.078-2.565L13.56%2C10.968a1%2C1%2C0%2C1%2C1%2C1.28-1.536l4%2C3.333a1%2C1%2C0%2C0%2C1%2C0%2C1.536l-4%2C3.333A1%2C1%2C0%2C0%2C1%2C14.2%2C17.867Z%22%20transform%3D%22translate(17.867%20-13.2)%20rotate(90)%22%20fill%3D%22%23004697%22%2F%3E%3C%2Fsvg%3E");
}
.subNavList li .subNavDrop {
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -2px;
  padding: 28px 40px 16px;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #004697;
  border-radius: 8px;
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  transition: visibility .01s, opacity .15s;
}
.subNavList li .subNavDrop[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transition: visibility .3s, opacity .3s;
}
.subNavList li .subNavDrop > div {
  width: 100%;
  /* margin: 0 auto; */
  position: relative;
}
.subNavList li .subNavDrop > div > a,
.subNavList li .subNavDrop > div > span {
  display: block;
  width: fit-content;
  margin: 0 0 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

.subNavList li .subNavDrop > div > ul {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 102%;
  margin: 0;
  list-style: none;
}
.subNavList li .subNavDrop > div > ul > li {
  width: 23%;
  margin: 0 2% 20px 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
}
.subNavList li .subNavDrop > div > ul > li > a {
  color: #333;

}
#subNavContPc .subNavList li .subNavDrop .subNavClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.414%22%20height%3D%2225.414%22%20viewBox%3D%220%200%2025.414%2025.414%22%3E%3Cg%20transform%3D%22translate(-1382.307%20-167.308)%22%3E%3Cpath%20d%3D%22M33.941%2C1H0V-1H33.941Z%22%20transform%3D%22translate(1383.015%20168.015)%20rotate(45)%22%20fill%3D%22%23004697%22%2F%3E%3Cpath%20d%3D%22M33.941%2C1H0V-1H33.941Z%22%20transform%3D%22translate(1383.015%20192.015)%20rotate(-45)%22%20fill%3D%22%23004697%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}


/* topicPathBlock */
#topicPathBlock {
  width: 1200px;
  margin: 24px auto 0;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
}
#topicPathBlock ul {
  list-style: none;
}
#topicPathBlock ul li {
  position: relative;
  display: inline;
}
#topicPathBlock ul li::after {
  content: ">";
  margin: 0 4px 0 10px;
}
#topicPathBlock ul li:last-of-type {
  margin-right: 0;
}
#topicPathBlock ul li:last-of-type:after {
  content: none;
}



/*-----------------------------------------------------
#contentsArea
-------------------------------------------------------*/
#contentsArea {
  margin: 0 auto;
  padding: 0 0 120px;
  width: 840px;
  position: relative;
}

#contents {
  width: 840px;
  margin: 0 auto;
}

#mainContents {
  padding: 0 0 0 0;
}

#contentsArea #mainContentsBlock {
  clear: both;
}

#contentsArea #mainContentsBlock #ContentsBlock {
  margin-right : 240px;
}

#contentsArea #mainContentsBlock #SideBlock {
  float : right;
  width : 200px;
}

/*-----------------------------------------------------
#footerArea
-------------------------------------------------------*/
#footerArea #footerNavBlock {
  background: #003572;
  padding: 36px 0;
}
#footerArea #footerNavBlock ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
#footerArea #footerNavBlock ul li {
  margin-right: 58px;
  line-height: 1;
  position: relative;
}
#footerArea #footerNavBlock ul li:last-of-type {
  margin-right: 0;
}
#footerArea #footerNavBlock ul li::before,
#footerArea #footerNavBlock ul li::after {
  content: none;
}
#footerArea #footerNavBlock ul li a {
  color: #fff;
  position: relative;
}
#footerArea #footerNavBlock ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M18%2C9a9%2C9%2C0%2C1%2C0-9%2C9A9%2C9%2C0%2C0%2C0%2C18%2C9ZM7.051%2C13.194a1.073%2C1.073%2C0%2C0%2C1%2C0-1.518l2.7-2.67-2.7-2.67a1.073%2C1.073%2C0%2C0%2C1%2C0-1.518%2C1.094%2C1.094%2C0%2C0%2C1%2C1.534%2C0l3.463%2C3.43a1.072%2C1.072%2C0%2C0%2C1%2C0%2C1.518L8.585%2C13.194A1.092%2C1.092%2C0%2C0%2C1%2C7.051%2C13.194Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  pointer-events: none;
}

#footerArea #copyrightBlock {
  background: #004697;
  color: #fff;
  padding: 40px 0 42px;
  text-align : center;
}
#footerArea #copyrightBlock address {
  display: flex;
  justify-content: center;
}
#footerArea #copyrightBlock address img {
  width: 208px;
  margin: 4px 48px 0 24px;
}
.en #footerArea #copyrightBlock address img {
  width: 296px;
}
#footerArea #copyrightBlock address span {
  text-align: left;
}
#footerArea #copyrightBlock address + p {
  display: inline-block;
  margin: 6px 0 48px 222px;
}
.en #footerArea #copyrightBlock address + p {
  margin-left: 307px;
}
#footerArea #copyrightBlock p {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .05em;
}

#footerBannerBlock{
  padding-bottom: 30px;
}

#footerBannerBlock ul {
  margin:0 auto;
  text-align:center;
  width:820px;
}

#footerBannerBlock li {
  margin:0 15px ;
  display: inline;
}

#footerBannerBlock li img {
  margin-bottom:10px;
}

.pageTopFix {
  position: sticky;
  bottom: 40px;
  left: 100%;
  margin-top: -64px;
  margin-right: 40px;
  width: 64px;
  height: 64px;
  z-index: 9980;
}
.pageTopFix a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #004697;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.333%22%20height%3D%2210%22%20viewBox%3D%220%200%2015.333%2010%22%3E%3Cpath%20d%3D%22M14.2%2C24.533a1%2C1%2C0%2C0%2C1-.641-1.768l7.078-5.9-7.078-5.9a1%2C1%2C0%2C1%2C1%2C1.28-1.536l8%2C6.667a1%2C1%2C0%2C0%2C1%2C0%2C1.536l-8%2C6.667A1%2C1%2C0%2C0%2C1%2C14.2%2C24.533Z%22%20transform%3D%22translate(-9.2%2023.2)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  box-shadow:
    1px 1px 1px #fff,
    1px 1px 1px #fff,
    1px -1px 1px #fff,
    1px -1px 1px #fff,
    -1px 1px 1px #fff,
    -1px 1px 1px #fff,
    -1px -1px 1px #fff,
    -1px -1px 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff;
}

/*-----------------------------------------------------
2Column
-------------------------------------------------------*/

#contentsArea .col2{
  padding:0 15px;
}
.col2 #mainContentsBlock{
  width:100%;
  clear:both;
}

.col2 #mainContents{
  clear:both;
}

.col2 #subContentsBlock{
  width: 290px;
  margin: 0;
  padding: 32px;
  background: #F8F8F5;
  border: 1px solid #d9d9d9;
  border-radius: 8px 0 0 8px;
  position: absolute;
  top: 0;
  right: calc((100vw - 840px) / -2);
  box-sizing: border-box;
}

.col2 #subContentsBlock.fixCol1 {
  width: auto;
  margin: 64px 0 0;
  border-radius: 8px;
  position: static;
}

.col2 #subContentsBlock .menuBox{
  margin-bottom:18px;
}

.col2 #subContentsBlock .menuBox li{
  margin-bottom:8px;
  list-style:none;
  margin-left:0;
}

.col2 #subContentsBlock dl {
  width:183px;
  margin:0 0 10px 0;
  padding:0;
}

.col2 #subContentsBlock dl dt{
  margin:0;
  padding:0;
}

.col2 #subContentsBlock dd{
  margin:0 0 15px 0;
  padding:0;
}

.col2 #subContentsBlock dd ul{
  margin:0;
  padding: 6px 0;
}

.col2 #subContentsBlock dd li{
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%229%22%20viewBox%3D%220%200%206%209%22%3E%3Cpath%20d%3D%22M14.2%2C18.2a1%2C1%2C0%2C0%2C1-.659-1.753l3.14-2.747-3.14-2.747a1%2C1%2C0%2C1%2C1%2C1.317-1.505l4%2C3.5a1%2C1%2C0%2C0%2C1%2C0%2C1.505l-4%2C3.5A1%2C1%2C0%2C0%2C1%2C14.2%2C18.2Z%22%20transform%3D%22translate(-13.2%20-9.2)%22%20fill%3D%22%23004697%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 12px;
  padding: 0 0 5px 13px;
  list-style:none;
  margin-left:0;
}
