/* ===============================================================================
NEWS CSS
=============================================================================== */

/* bgWhiteParts01
	======================================== */
.bgWhiteParts01 {
  background: url(../img/common/common_contents_bg01.png) no-repeat left top,
    #fff url(../img/common/common_contents_bg06.png) no-repeat right bottom;
  background-attachment: fixed;
}

/* news_search
	======================================== */
#news_search {
  margin-bottom: 50px;
}

#news_search li {
  float: left;
  margin-right: 10px;
}

#news_search li:last-child {
  margin-right: 0;
}

::-ms-expand {
  display: none;
}

#news_search .block-search-list select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/common/icon_arrow.png) no-repeat right center #e8edf2;
  border: none;
  cursor: pointer;
  font-size: 0.94rem;
  height: 48px;
  padding: 0 0 0 15px;
  width: 173px;
  color: #000;
  border-radius: 3px;
}

#news_search .block-search-list .block-search {
  background: #e8edf2;
  width: 412px;
  position: relative;
  margin: 0 8px 0 10px;
  border-radius: 3px;
}

#news_search .block-search-list .block-search input[type="search"]:focus {
  outline-offset: -2px;
}

#news_search .block-search-list .block-search input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

#news_search .block-search-list .block-search .form-search {
  background: #e8edf2;
  border: none;
  font-size: 0.94rem;
  height: 40px;
  padding: 4px 15px;
  width: 382px;
  color: #000;
  border-radius: 3px;
}

input::-webkit-input-placeholder {
  color: #c1ceda !important;
}

input::-moz-placeholder {
  color: #c1ceda !important;
}

input:-moz-placeholder {
  color: #c1ceda !important;
}

input:-ms-input-placeholder {
  color: #c1ceda !important;
}

#news_search .news_search_txt {
  width: 33px;
  text-align: center;
  font-size: 1.2rem;
  vertical-align: middle;
  padding: 10px 0;
}

#news_search .block-search-list .block-btn {
  margin: 0 auto;
  padding: 0px;
  width: 156px;
}

#news_search .block-search-list .block-btn .btn-search {
  background: #252525;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  transition-duration: 0.2s;
  width: 100%;
  position: relative;
  border-radius: 3px;
}

#news_search .block-search-list .block-btn .btn-search input {
  background: #252525;
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.94rem;
  line-height: 1.5;
  margin: 0 0 0 22px;
  text-align: center;
  transition-duration: 0.2s;
  padding: 14px 0 13px;
  width: 134px;
  border-radius: 3px;
  -webkit-appearance: none;
}

#news_search .block-search-list .block-btn .btn-search::after {
  background: url(../img/common/icon_btn_search.png) no-repeat left center;
  background-size: cover;
  content: "";
  display: block;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 50px;
  width: 20px;
}

.sp #news_search {
  margin-bottom: 20px;
}

.sp #news_search li {
  margin: 0 0 3%;
}

.sp #news_search .news_search_txt {
  font-size: 0.94rem;
  width: auto;
}

.sp #news_search li.block-01,
.sp #news_search li.block-02 {
  width: 45%;
}

.sp #news_search li.block-02 {
  float: right;
}

.sp #news_search li.block-03 {
  width: 10%;
}

.sp #news_search li:last-child {
  width: 22%;
  float: right;
}

.sp #news_search .block-search-list select {
  width: 100%;
  background-size: 35px auto;
  border-radius: 5px;
}

.sp #news_search .block-search-list .block-search {
  width: 75%;
  margin: 0;
}

.sp #news_search .block-search-list .block-search .form-search {
  width: 92%;
  padding: 4px 4%;
  border-radius: 5px;
}

.sp #news_search .block-search-list .block-btn {
  width: 100%;
}

.sp #news_search .block-search-list .block-btn .btn-search {
  width: 100%;
  margin: 0;
}

.sp #news_search .block-search-list .block-btn .btn-search input {
  width: 100%;
  padding: 13px 0;
  margin: 0;
  text-indent: -9999px;
  border-radius: 5px;
}

.sp #news_search .block-search-list .block-btn .btn-search::after {
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 17px;
  height: 17px;
}

/* newsBlock01
	======================================== */
.newsBlock01 {
  padding-bottom: 52px;
  overflow: hidden;
}

.newsBlock01>.inner {
  width: 999px;
  margin: 0 auto;
}

.newsBlock01 .heading {
  padding: 36px 0 28px;
  background: linear-gradient(315deg, #f8f9fb calc(100% - 290px), rgba(255, 255, 255, 0) 0);
}

.newsBlock01 .heading h2 {
  width: 78px;
}

.newsBlock01 .heading .headingPickupNews h2 {
  width: 175px;
}

.headingParts01 p {
  color: #111;
}

.newsBlock01 .list {
  margin-bottom: 31px;
  margin-right: -27px;
}

.newsBlock01 .list>li {
  width: 229px !important;
  float: left;
  box-shadow: #7991a9 0 0 6px;
  margin: 28px 27px 0 0;
}

.newsBlock01 .list>li:hover {
  box-shadow: #b3bbc2 0 0 12px;
}

.newsBlock01 .list>li a {
  display: block;
  width: 229px;
  box-sizing: border-box;
  padding: 26px 24px 30px;
  background: #fff;
  transition-property: background;
  transition-duration: 0.2s;
}

.newsBlock01 .list>li a:hover {
  background: #e4edf2;
  text-decoration: none;
}

.newsBlock01 .list>li .image {
  height: 181px;
  margin-bottom: 9px;
  width: 181px;
}

.newsBlock01 .list>li .image img {
  height: auto;
  display: block;
  width: 100%;
}

.newsBlock01 .list>li .category {
  font-size: 0;
  margin-bottom: 7px;
}

.newsBlock01 .list>li .category li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  width: 57px;
}

.newsBlock01 .list>li .category li:nth-child(3n),
.newsBlock01 .list>li .category li:last-child {
  margin-right: 0;
  width: 57px;
}

.newsBlock01 .list>li .text01 {
  font-size: 0.734rem;
  line-height: 1.36;
  color: #acacac;
  min-height: 2.72em;
  margin-bottom: 3px;
}

.newsBlock01 .list>li .text02 {
  margin-bottom: 20px;
  font-size: 0.933rem;
  line-height: 1.65;
  min-height: 6.6em;
  color: #111;
  word-wrap: break-word;
}

.newsBlock01 .list>li .text03 {
  text-align: right;
  font-size: 0.734rem;
  color: #111;
  margin-right: 10px;
}

.newsBlock01 .list>li.pickup a {
  border: solid #da0001 6px;
  padding: 20px 18px 24px;
  position: relative;
}

.newsBlock01 .list>li.pickup a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 92px;
  background: url(../img/top/top_contents_bg03.png) no-repeat 0 0;
}

.newsBlock01 .list>li.pickup a::after {
  content: "PICKUP\ANEWS";
  white-space: pre;
  position: absolute;
  top: 10px;
  left: -1px;
  font-size: 0.94rem;
  line-height: 0.94;
  color: #fff;
  font-weight: 600;
  text-align: center;
  transform: rotate(315deg);
}

.newsBlock01 .list>li.new a .image {
  position: relative;
}

.newsBlock01 .list>li.new a .image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 53px;
  background: url(../img/top/top_contents_bg04.png) no-repeat 0 0;
  background-size: 100% auto;
}

.newsBlock01 .list>li.new a .image::after {
  content: "NEW";
  white-space: pre;
  position: absolute;
  top: 11px;
  left: 1px;
  font-size: 0.94rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-align: center;
  transform: rotate(315deg);
}

.sp .newsBlock01 {
  min-width: auto;
  padding-bottom: 20px;
}

.sp .newsBlock01>.inner {
  width: 92%;
}

.sp .newsBlock01 .heading {
  padding: 25px 0 19px;
  background: linear-gradient(315deg, #f8f9fb calc(100% - 120px), rgba(255, 255, 255, 0) 0);
  border-bottom: rgba(222, 230, 237, 0.7) 3px solid;
}

.sp .newsBlock01 .heading h2 {
  width: 60px;
}

.sp .newsBlock01 .heading .headingPickupNews h2 {
  width: 139px;
}

.sp .newsBlock01 .list {
  margin: 0 2px 25px;
}

.sp .newsBlock01 .list>li {
  box-shadow: #7991a9 0 0 4px;
  float: none;
  margin: 10px 0 0;
  width: 100% !important;
}

.sp .newsBlock01 .list>li:nth-child(-n + 4) {
  margin-top: 10px;
}

.sp .newsBlock01 .list>li:first-child {
  margin-top: 0;
}

.sp .newsBlock01 .list>li a {
  display: block;
  padding: 13px 20px 12px 11px;
  width: auto;
}

.sp .newsBlock01 .list>li a::after {
  clear: both;
  content: "";
  display: block;
}

.sp .newsBlock01 .list>li .image {
  display: inline-block;
  height: auto;
  float: none;
  margin: 0 10px 0 0;
  vertical-align: top;
  width: 118px;
}

.sp .newsBlock01 .list>li .image img {
  height: auto;
  width: 100%;
}

.sp .newsBlock01 .list>li .cover {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 134px);
}

.sp .newsBlock01 .list>li .category {
  margin-bottom: 4px;
}

.sp .newsBlock01 .list>li .category li {
  margin-right: 4px;
  width: 50px;
}

.sp .newsBlock01 .list>li .text01 {
  font-size: 0.9rem;
  margin-bottom: 0;
  min-height: 2.72em !important;
}

.sp .newsBlock01 .list>li .text02 {
  font-size: 0.9rem;
  line-height: 1.37;
  margin-bottom: 0;
  min-height: 4.11em !important;
}

.sp .newsBlock01 .list>li .text03 {
  color: #bebebe;
  font-size: 0.8rem;
  line-height: 1;
  margin: 5px 0 0 0;
}

.sp .newsBlock01 .list>li.pickup a {
  border: solid #da0001 3px;
  padding: 10px 10px 9px 11px;
}

.sp .newsBlock01 .list>li.pickup a::before {
  background: url(../img/top/top_contents_bg03.png) no-repeat 0 0;
  background-size: 100% auto;
  height: 61px;
  width: 61px;
}

.sp .newsBlock01 .list>li.pickup a::after {
  content: "PICKUP\ANEWS";
  font-size: 0.618rem;
  left: 0;
  top: 8px;
}

.sp .newsBlock01 .list>li.new a .image {
  position: relative;
}

.sp .newsBlock01 .list>li.new a .image:before {
  background: url(../img/top/top_contents_bg04.png) no-repeat 0 0;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 53px;
  left: 0;
  position: absolute;
  top: 0;
  width: 53px;
}

.sp .newsBlock01 .list>li.new a .image:after {
  color: #fff;
  content: "NEW";
  font-size: 0.94rem;
  font-weight: 600;
  left: 1px;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 11px;
  transform: rotate(315deg);
  white-space: pre;
}

/* newDetail
	======================================== */
.newDetail {
  padding: 54px 0 87px;
}

.newDetail .inner {
  background: rgba(255, 255, 255, 0.8);
  width: 999px;
  margin: 0 auto;
  padding: 62px 0 65px;
}

.newDetail .detailArea {
  width: 88%;
  margin: 0 auto;
  position: relative;
}

.newDetail .title01 {
  font-size: 0.8rem;
  line-height: 1.6;
  padding-bottom: 58px;
}

.newDetail .title01 span {
  color: #acacac;
  display: block;
  padding-top: 1px;
}

.newDetail .title02 {
  font-size: 2rem;
  line-height: 1.2;
  padding-bottom: 50px;
}

.newDetail .txt01 {
  font-size: 1.07rem;
  letter-spacing: -0.05em;
  line-height: 2;
  padding-bottom: 32px;
}

.newDetail .txtSet {
  font-size: 1.07rem;
  line-height: 1.7;
  padding-bottom: 55px;
}

.newDetail .txtSet b {
  font-weight: bold;
}

.newDetail .title03 {
  text-align: center;
  line-height: 1.8;
  padding-bottom: 40px;
}

.newDetail .title03 .tits {
  font-size: 22px;
  display: block;
}

.newDetail .title03 .dates {
  font-size: 1.07rem;
  color: #00aeff;
  display: inline-block;
  border-bottom: #00aeff 1px solid;
}

.newDetail .imgSet {
  padding-bottom: 52px;
}

.newDetail .imgSet p {
  padding-bottom: 20px;
  text-align: center;
}

.newDetail .imgSet .img01 {
  text-align: left;
}

.newDetail .imgSet .img02 {
  text-align: right;
}

.newDetail h3,
.newDetail h4 {
  font-size: 1.865rem;
  line-height: 1.4;
  padding: 0 0 0 20px;
  position: relative;
  margin-bottom: 30px;
  font-weight: normal;
}

.newDetail h3::before,
.newDetail h4::before {
  content: "";
  width: 7px;
  position: absolute;
  top: 8%;
  height: 88%;
  left: 0;
  background: #da0001;
}

.newDetail h4::before {
  background: #202020;
}

.newDetail .txt02 {
  font-size: 1.07rem;
  line-height: 2;
  padding: 20px 0 45px;
}

.newDetail .txt02 .red {
  color: #da0001;
  text-align: center;
}

.newDetail .txt02 a {
  color: #000;
  text-decoration: underline;
}

.pc .newDetail .txt02 a:hover {
  text-decoration: none;
}

.newDetail .txt03 {
  text-align: center;
  padding: 12px 0 58px;
}

.newDetail .txt03 a {
  color: #da0001;
  border-bottom: #da0001 1px solid;
  text-decoration: none;
}

.pc .newDetail .txt03 a:hover {
  border-bottom: none;
}

.newDetail .appSet {
  background: #ecf1f6;
  padding: 4.5% 4%;
  color: #000;
  margin-bottom: 48px;
}

.newDetail .appSet .txt {
  font-size: 0.94rem;
  line-height: 2.2;
  padding: 35px 0 20px;
  clear: both;
}

.newDetail .appSet .txt2 {
  font-size: 0.667rem;
}

.newDetail .appSet .appLi {
  width: 345px;
}

.pc .newDetail .appSet .appLi.str {
  float: left;
  padding-left: 113px;
}

.pc .newDetail .appSet .appLi.pla {
  float: right;
}

.newDetail .appSet .appLi .img {
  width: 36.75%;
  float: left;
}

.newDetail .appSet .appLi .tit {
  font-size: 1.07rem;
  line-height: 1.2;
  padding-bottom: 10px;
}

.newDetail .appSet .appLi .tit,
.newDetail .appSet .appLi div {
  width: 63%;
  /* float: right; */
  clear: right;
}

.newDetail .appSet .appLi .banner {
  padding-bottom: 5px;
}

.pc .newDetail .appSet .appLi .banner a:hover {
  opacity: 0.7;
  transition-duration: 0.2s;
}

.newDetail .appSet .appLi .txts {
  font-size: 0.667rem;
  color: #666;
  line-height: 1.7;
}

.newDetail .btnParts01 {
  text-align: center;
}

.sp .newDetail {
  padding: 0;
}

.sp .newDetail .inner {
  width: 100%;
  padding: 25px 0;
  background: none;
}

.sp .newDetail .detailArea {
  width: 92%;
}

.sp .newDetail .title01 {
  padding-bottom: 15px;
}

.sp .newDetail .title02 {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 18px;
}

.sp .newDetail .txt01 {
  font-size: 0.8rem;
  line-height: 1.6;
  padding-bottom: 15px;
}

.sp .newDetail .txtSet {
  font-size: 1rem;
  padding-bottom: 25px;
}

.sp .newDetail .title03 {
  padding-bottom: 25px;
}

.sp .newDetail .imgSet {
  padding-bottom: 20px;
}

.sp .newDetail .imgSet p {
  padding-bottom: 10px;
}

.sp .newDetail .title03 .tits {
  font-size: 1rem;
  font-weight: bold;
}

.sp .newDetail .title03 .dates {
  font-size: 0.8rem;
}

.sp .newDetail h3,
.sp .newDetail h4 {
  font-size: 0.94rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.sp .newDetail .txt02 {
  font-size: 0.8rem;
  line-height: 1.6;
  padding: 10px 0 25px;
}

.sp .newDetail .txt03 {
  font-size: 0.8rem;
  padding: 8px 0 25px;
}

.sp .newDetail .appSet {
  margin-bottom: 25px;
}

.sp .newDetail .appSet .appLi {
  width: 100%;
  float: none !important;
}

.sp .newDetail .appSet .appLi .tit {
  font-size: 1rem;
  border-left: #000 4px solid;
  padding-left: 8px;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.sp .newDetail .appSet .appLi .tit,
.sp .newDetail .appSet .appLi div {
  float: none;
  width: 100%;
}

.sp .newDetail .appSet .appLi .img {
  float: none;
  margin: 0 auto 10px;
  text-align: center;
}

.sp .newDetail .appSet .appLi .banner {
  text-align: center;
  padding-bottom: 8px;
}

.sp .newDetail .appSet .appLi .txts {
  padding-bottom: 20px;
}

.sp .newDetail .appSet .txt {
  font-size: 0.8rem;
  line-height: 1.6;
  padding: 0 0 15px;
}

/* twitterBtn
	======================================== */
.twitterBtn a {
  display: block;
  width: 585px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px 10px 19px 100px;
  background: #1da1f2 url(../img/news/ico_twitter.png) no-repeat 30px center;
  color: #fff;
  font-size: 1.5rem;
  border: solid 3px #1da1f2;
  transition-property: background, color;
  transition-duration: 0.2s;
  border-radius: 3px;
  letter-spacing: -0.05em;
}

.pc .twitterBtn a:hover {
  background: #fff url(../img/news/ico_twitter_on.png) no-repeat 30px center;
  color: #1da1f2;
  text-decoration: none;
}

.sp .twitterBtn a {
  width: 94%;
  max-width: 300px;
  margin: 0 auto;
  padding: 12px 5px 12px 40px;
  border-radius: 5px;
  background: #1da1f2 url(../img/news/ico_twitter.png) no-repeat 12px center;
  background-size: 20px auto;
  font-size: 0.8rem;
  border: solid 2px #1da1f2;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  letter-spacing: -1px;
}

/* youtubeSet
	======================================== */
.youtubeSet {
  text-align: center;
  padding-bottom: 20px;
}

.sp .youtubeSet {
  padding-bottom: 10px;
}

.sp .youtubeSet iframe {
  width: 100%;
  max-width: 523px;
  margin: 0 auto;
  height: 250px;
}

/* snsList
	======================================== */
.snsList {
  text-align: right;
}

.snsList.pota {
  position: absolute;
  top: 2px;
  right: 0;
}

.snsList li {
  width: 41px;
  display: inline-block;
  padding-left: 18px;
}

.pc .snsList li a:hover {
  opacity: 0.8;
  transition-duration: 0.2s;
}

.sp .snsList {
  padding-bottom: 20px;
}

.sp .snsList.pota {
  position: static;
}

.sp .snsList li {
  width: 30px;
  padding-left: 5px;
}

/* aboutLink
	======================================== */
.aboutLink {
  padding: 0 0 38px;
}

.aboutLink .tit {
  font-size: 1.34rem;
  padding-bottom: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.aboutLink .tit::before {
  content: "";
  display: block;
  position: relative;
  background-color: #da0001;
  width: 18px;
  height: 5px;
}

.aboutLink .txt {
  padding: 0 1em;
}

.aboutLink .txt a {
  color: #000;
  display: inline-block;
  background: url(../img/common/ico_blank.png) no-repeat right center;
  padding: 0 20px 0 0;
}

.aboutLink .notes {
  font-size: 0.94rem;
  padding: 42px 0 48px;
}

.sp .aboutLink {
  padding-bottom: 10px;
  column-gap: 12px;
}

.sp .aboutLink .tit {
  font-size: 1.07rem;
  font-weight: bold;
  padding-bottom: 0;
}

.sp .aboutLink .txt {
  font-size: 0.94rem;
}

.sp .aboutLink .notes {
  font-size: 0.8rem;
  padding: 15px 0 25px;
}

/* relatedGroup
	======================================== */
.relatedGroup {
  background: #ecf1f6;
  padding: 4.5% 4%;
}

.relatedLink {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.relatedLink a {
  background-color: #cfdeec;
  display: flex;
  flex-direction: row;
  color: black;
  width: 504px;
  padding: 12px 20px;
  border-radius: 30px;
  transition: all 300ms;
}

.relatedLink a:hover {
  text-decoration: none;
  background-color: #b3bfcc;
}

.relatedLink .linkTxt {
  width: 100%;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  word-wrap: break-word;
  word-break: break-all;
  text-align-last: left;
}

.sp .relatedLink {
  row-gap: 10px;
  padding: 4.5% 0 7%;
}

.sp .relatedLink a {
  width: min(74vw);
  padding: 14px 6vw 14px 20px;
  border-radius: 30px;
  transition: all 300ms;
}

.sp .relatedLink .linkTxt {
  font-size: 13px;
}