@charset "UTF-8";
/**
 * プレスリリーストップ(_p_news.scss)
 */
@media screen and (max-width: 767px) {
  .pg-news .releaseBlock {
    margin-bottom: 44px;
  }
}

.pg-news .releaseBlock .c-ttl {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .pg-news .releaseBlock .c-ttl {
    margin-bottom: 12px;
  }
}

.pg-news .articleGlobal {
  padding-bottom: 0;
  margin-bottom: 78px;
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .pg-news .articleGlobal {
    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) {
  .pg-news .articleGlobal {
    margin-bottom: 30px;
  }
}

.pg-news .articleGlobal .framelistBox img {
  height: 135px;
}

@media screen and (max-width: 767px) {
  .pg-news .articleGlobal .framelistBox ul li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pg-news .listBox .is-all {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .pg-news .listBox .is-all a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .pg-news .listBox ul {
    border-bottom: 2px solid #eeeeee;
  }
}

@media screen and (max-width: 767px) {
  .pg-news .listBox ul li {
    padding: 0;
    margin-bottom: 11px;
    font-size: 1.4rem;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .pg-news .listBox ul li .txt {
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .pg-news .listBox .is-rss a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .pg-news .accountGlobal .c-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .pg-news .moreGlobal {
    margin-bottom: 27px;
  }
}

.pg-news .manualNavGlobal {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .pg-news .manualNavGlobal {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .pg-news .c-backNumber {
    margin-top: 13px;
  }
}

@media screen and (max-width: 767px) {
  .pg-news .c-backNumber > li {
    padding: 10px 0 0 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .pg-news .c-backNumber > li > a {
    padding: 9px !important;
    font-size: 1.6rem;
  }
}

.articleGlobal.c-optionSet {
  margin-top: 37px;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet {
    margin-top: 11px;
    width: 100%;
  }
}

.articleGlobal.c-optionSet .c-ttl--wide {
  margin-bottom: 48px;
}

.articleGlobal.c-optionSet .leftGroup {
  min-width: 660px;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup {
    width: 100%;
    min-width: auto;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock ul {
  border: none;
  padding-top: 0;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .formBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .formBox {
    margin-bottom: 47px;
    width: 100%;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .formBox input[type="text"] {
  border: none;
  border-bottom: 2px solid #004c97;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 617px;
  background: #eeeeee;
  text-align: center;
  font-size: 16px;
  padding: 6px 15px;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .formBox input[type="text"] {
    width: 306px;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .formBox input[type="text"]:focus {
  outline: none;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .formBox ::-webkit-input-placeholder {
  background: #eeeeee;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .formBox :-ms-input-placeholder {
  background: #eeeeee;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .formBox ::-ms-input-placeholder {
  background: #eeeeee;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .formBox ::placeholder {
  background: #eeeeee;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .formBox :-ms-input-placeholder {
  background: #eeeeee;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .formBox input[type="image"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  border: none;
  display: inline-block;
  background: #fff;
  width: 26px;
  height: 26px;
  margin: 5px 3px;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea {
  position: relative;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea {
    margin-bottom: 78px;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea:last-child {
  margin-bottom: 0;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .categoryMenu {
  display: none;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .categoryMenu {
    display: block;
    position: relative;
    padding: 4px 0;
    margin: 17px calc(50% - 50vw) 0;
    width: 100vw;
    background: #004c97;
    z-index: 9;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .categoryMenu .menu {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .categoryMenu .menu .hm {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .categoryMenu .menu .hm span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 13px;
  height: 2px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .categoryMenu .menu .hm span:nth-child(1) {
  top: 0;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .categoryMenu .menu .hm span:nth-child(2) {
  top: 5px;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .categoryMenu .menu .hm span:nth-child(3) {
  top: 10px;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .categoryMenu.is-close .hm span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .categoryMenu.is-close .hm span:nth-child(2) {
  display: none;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .categoryMenu.is-close .hm span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .categoryMenuClose {
  display: none;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .categoryMenuClose {
    display: block;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .newsTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
  border: none;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .newsTab {
    display: none;
    margin: 0 0 0 -15px;
    padding-top: 0;
    width: calc(100% + 30px);
  }
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .newsTab.is-active {
    position: relative;
    display: block;
    z-index: 9;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .newsTab li {
  width: 19.8%;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .newsTab li {
    width: 100%;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .newsTab li button {
  position: relative;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 5px;
  width: 100%;
  cursor: pointer !important;
  cursor: hand;
  text-align: center;
  color: #646464;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .newsTab li button {
    border-bottom: 1px solid #eeeeee;
    padding: 12px 0;
    width: 100%;
    z-index: -1;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 1.6rem;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .newsTab li button:not(:last-child) {
  margin-right: 2px;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .newsTab li button:after {
  content: '';
  position: absolute;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  width: 10px;
  height: 10px;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  z-index: auto;
  color: #eeeeee;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .newsTab li button:after {
    display: none;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .newsTab .is-current button {
  border-color: currentColor;
  color: #004c97;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .newsTab .is-current button {
    border-color: #eeeeee;
    color: #000;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .newsTab .is-current button:after {
  border-color: #004c97;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .newsTab .is-current button:after {
    border-color: currentColor;
    color: #eeeeee;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .closeBtnWrap {
  display: none;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .closeBtnWrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: #000;
    opacity: .8;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .closeBtnWrap.is-active {
    display: block;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .categoryClose {
  display: none;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .categoryClose {
    position: relative;
    margin-top: 20px;
    z-index: 6;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .categoryClose span {
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 3px;
  padding: 3px 30px;
  background: #fff;
  font-size: 1.3rem;
  color: #004c97;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .categoryClose.is-active {
    display: block;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList {
  padding-bottom: 22px;
  border: none;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList {
    padding-bottom: 8px;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li {
  border: none;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li.is-active {
  display: none;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a {
  display: block;
  border-bottom: 1px solid #cccccc;
  padding: 14px 0;
  text-decoration: none;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a:hover {
  opacity: 1;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a:hover .primaryList-item .lead {
  text-decoration: underline;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a .primaryList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a .primaryList-item {
    display: block;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a .primaryList-item .attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 26px;
  width: 29.5%;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a .primaryList-item .attribute {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 7px 0;
    width: 100%;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a .primaryList-item .attribute .date {
  margin-right: 25px;
  width: 115px;
  font-size: 1.4rem;
  color: #004c97;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a .primaryList-item .attribute .date {
    margin-right: 15px;
    width: 110px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a .primaryList-item .attribute .category {
  width: 105px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a .primaryList-item .attribute .category {
    width: 120px;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a .primaryList-item .attribute .category span {
  display: inline-block;
  padding: 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #000;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a .primaryList-item .lead {
  max-width: 64.9%;
  position: relative;
  text-indent: 1.5rem;
  line-height: 1.7;
  color: #000;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a .primaryList-item .lead {
    font-size: 1.4rem;
    width: 100%;
    line-height: 1.6;
    max-width: none;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a .primaryList-item .lead:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent currentColor;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a .primaryList-item .lead .file {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a .primaryList-item .lead .file {
    display: block;
    margin-left: -1em;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .primaryList li a .primaryList-item .lead .file .icon {
  margin: 0 2px 2px 2px;
  width: 12px;
  vertical-align: text-bottom;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .btn {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .btn {
    position: relative;
    display: inline-block;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .btn a {
  font-size: 1.2rem;
  color: #1368d6;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .btn a {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .btn.is-rss {
  padding-left: 55px;
  bottom: -7px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .btn.is-rss {
    float: right;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .c-snsLinkSet {
  margin-top: 87px;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .c-snsLinkSet {
    margin-top: 56px;
  }
}

.articleGlobal.c-optionSet .leftGroup .newsBlock .contArea .c-snsLinkSet ul {
  border: none;
}

.articleGlobal.c-optionSet .leftGroup .articleBlock {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .articleBlock {
    margin-top: 25px;
  }
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .articleHeader .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 33px;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .articleBlock .articleHeader .top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .articleHeader .top .logo {
  margin: 18px 0 0 15px;
  width: 20.5%;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .articleBlock .articleHeader .top .logo {
    margin: 0 0 0 11px;
    width: 38.4%;
  }
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .articleHeader .top .logo img {
  width: 100%;
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .articleHeader .top .file a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  padding: 7px 14px;
  font-size: 1.1rem;
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .articleHeader .top .file a img {
  margin-right: 10px;
  width: 24px;
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .articleHeader .top .file a:hover {
  opacity: .7;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .articleBlock .articleHeader .top .file a:hover {
    opacity: 1;
  }
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .articleHeader .bottom {
  margin-bottom: 20px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .articleBlock .articleHeader .bottom {
    margin-bottom: 17px;
    line-height: 1.9;
  }
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .articleHeader .bottom p {
  margin-bottom: 4px;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .articleBlock .articleHeader .bottom p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .articleHeader .bottom p:last-child {
  margin-bottom: 0;
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .articleHeader .bottom .address {
  text-align: left;
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .articleTtl {
  margin-bottom: 19px;
  border: 2px solid #b1b1b1;
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .articleTtl h1 {
  margin: 1px;
  padding: 5px 10px 4px;
  border: 1px solid #b1b1b1;
  background: #eeeeee;
  text-align: center;
  line-height: 1.79;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .articleBlock .articleTtl h1 {
    margin: 3px;
    padding: 4px 8px 4px;
    font-size: 1.6rem;
  }
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .articleCont {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .articleBlock .articleCont {
    margin-bottom: 80px;
  }
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .articleFooter .contact:not(:last-child) {
  margin-bottom: 23px;
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .articleFooter .contact .contactTtl {
  margin-bottom: 3px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .articleBlock .articleFooter .contact .contactTtl {
    font-size: 1.8rem;
  }
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .articleFooter .contact p {
  line-height: 1.79;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .articleBlock .articleFooter .contact p {
    line-height: 1.8;
    font-size: 1.6rem;
  }
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .c-relationBlock {
  margin-top: 41px;
  border: 2px solid #eeeeee;
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .c-relationBlock > .ttl {
  border-bottom: 2px solid #eeeeee;
  padding: 13px 21px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .articleBlock .c-relationBlock > .ttl {
    line-height: 1.6;
  }
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .c-relationBlock ul {
  padding: 23px;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .articleBlock .c-relationBlock ul {
    padding: 23px 19px 18px;
  }
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .c-relationBlock ul .c-relation:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .articleBlock .c-relationBlock ul .c-relation:not(:last-child) {
    margin-bottom: 22px;
  }
}

@media screen and (min-width: 768px) {
  .articleGlobal.c-optionSet .leftGroup .articleBlock .c-relationBlock ul .c-relation {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .articleGlobal.c-optionSet .leftGroup .articleBlock .c-relationBlock ul .c-relation:hover a {
    -webkit-text-decoration: underline #004c97;
    text-decoration: underline #004c97;
  }
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .c-relationBlock ul .c-relation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .c-relationBlock ul .c-relation a img {
  width: 130px;
  height: 98px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .articleBlock .c-relationBlock ul .c-relation a img {
    display: none;
  }
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .c-relationBlock ul .c-relation a p {
  position: relative;
  margin-top: -5px;
  padding-left: 16px;
  width: 80%;
  color: #0048ff;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .articleBlock .c-relationBlock ul .c-relation a p {
    line-height: 1.6;
    font-size: 1.6rem;
  }
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .c-relationBlock ul .c-relation a p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5.7px;
  border-color: transparent transparent transparent #0048ff;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .leftGroup .articleBlock .c-relationBlock ul .c-relation a p {
    width: 100%;
  }
}

.articleGlobal.c-optionSet .leftGroup .articleBlock .c-snsLinkSet.is-article {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .articleGlobal.c-optionSet .rightGroup {
    margin: 61px auto 59px;
    width: 100%;
  }
}

.articleGlobal.c-optionSet .rightGroup .framelistBox {
  margin-top: -13px;
}

.articleGlobal.c-optionSet .rightGroup .framelistBox .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
}

.articleGlobal.c-optionSet .rightGroup .framelistBox .more span {
  display: block;
  position: relative;
  margin-left: 20px;
  padding: 14px 0;
  font-size: 1.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.articleGlobal.c-optionSet .rightGroup .framelistBox .more span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -16px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #646464;
  border-right: 2px solid #646464;
}

.articleGlobal.c-optionSet .rightGroup .framelistBox .more span.is-active:before {
  content: '';
  margin-top: 0.25em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.articleGlobal.c-optionSet .rightGroup .framelistBox .is-archive {
  padding: 8px 8px 0 8px;
}

.articleGlobal.c-optionSet .rightGroup .framelistBox .is-archive .irList {
  -webkit-transition: none;
  transition: none;
}

.articleGlobal.c-optionSet .rightGroup .framelistBox .is-archive .irList:not(:last-child) {
  margin-bottom: 5px;
}

.articleGlobal.c-optionSet .rightGroup .framelistBox .is-archive .irList:before {
  top: 16px;
  left: 8px;
}

.articleGlobal.c-optionSet .rightGroup .framelistBox .is-archive .irList a {
  padding: 8px 9px 8px 20px;
}

.articleGlobal.c-optionSet .rightGroup .framelistBox .is-archive .irList.is-hidden {
  display: none;
}
