@charset "utf-8";
#news__single .page__title{
  background: #F5F5F5;
  margin-bottom: 1rem;
}
#news__single .page__title_text{
    grid-column: col-start 4 / span 6 ;
}
@media screen and  (max-width: 1365px){
  #news__single .page__title_text{
      grid-column: col-start 2 / span 10;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  #news__single .page__title_text{
      grid-column: col-start 1 / span 12;
  }
}
@media screen and  (max-width: 768px){
  #news__single .page__title_text{
      grid-column: col-start 1 / span 12;
  }
}
#news__single .page__title_text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}
#news__single .page__title_text h1{
  font-size:2.4rem;
  line-height: 3.6rem;
  font-weight: 700;
  color: #3B3B3B;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 863px) {
  #news__single .page__title_text {
    padding-left: 16px;
    padding-right: 16px;
    padding-top:4.2rem ;
    padding-bottom:4rem ;
  }
  #news__single .page__title_text h1{
    font-size:2.2rem;
    line-height: 3rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and  (max-width: 768px){
  #news__single .page__title{
    background: #F5F5F5;
    margin-bottom: 2rem;
  }
  #news__single .page__title_text {
    padding-top:3rem ;
    padding-bottom:2.5rem ;
  }
}
.budge__new{
  background: #F08300;
  padding: 0.3rem 1.2rem 0.5rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
  position: relative;
  top:-3px;
}
@media screen and  (max-width: 768px){
  .budge__new{
    background: #F08300;
    padding: 0.2rem 0.9rem 0.4rem;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-weight: 600;
    position: relative;
    top:-3px;
  }
}
.news__wrapper {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  gap: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .news__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and  (max-width: 768px){
  .news__wrapper {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.news__box{
    grid-column: col-start 4 / span 6 ;
}
@media screen and  (max-width: 1365px){
  .news__box{
      grid-column: col-start 3 / span 8;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .news__box{
      grid-column: col-start 1 / span 12;
  }
}
#news__single .news__box{
  border-top:none;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
#news__single .news__unit {
  width: 100%;
  text-align: left;
  position: relative;
  border-bottom:none;
  padding:0 ;
  margin-bottom: 0;
}
@media screen and  (max-width: 768px){
  .news__unit {
    padding-bottom: 3rem;
  }
}
#news__single .news__unit a{
  display: inline-block;
}
#news__single .news__cap{
  display: flex;
  color: #696969;
  font-size: 1.4rem;
  line-height: 100%;
  font-weight: 300;
  padding-bottom: 3.5rem;
}
.news__cap a{
  color: #696969;
}
.news__date{
  padding-right: 1rem;
}
.news__cat a span{
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0px 0px 2px 3px;
  border-top: 1.5px solid #F08300;
  border-right: 1.5px solid #F08300;
  transform: rotate(45deg);
}
#post__entry.news__entry{
  font-size:1.6rem;
  line-height: 3.2rem;
  color:#1D1D1D;
}
#post__entry div{
  margin-bottom: 2.4rem;
}
#post__entry div.mb-0{
  margin-bottom: 0rem;
}
#post__entry p{
  margin-bottom: 2.4rem;
}
#post__entry small{
  font-size:80%;
  color:#535353;
  display: block;
}
#post__entry  ul {
  padding-left: 20px;
}
#post__entry  ul li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #F08300;
  margin: 0 8px 2px -16px;
}
#post__entry pre.wp-block-verse{
  font-size:1.2rem;
  line-height: 2rem;
  color: #777777;
  margin-bottom: 24px;
  font-weight: 300;
  white-space: pre-wrap ;
}
#post__entry pre.wp-block-preformatted{
  background: #F5F5F5;
  width: 100%;
  padding: 2rem;
  font-size:1.4rem;
  line-height: 2.4rem;
  color: #535353;
  white-space: pre-wrap ;
  margin-bottom: 24px;
}
#post__entry hr{
  background-color: #8E8E8E;
  margin:56px auto;
  width: 60%;
}
#post__entry a.arrow{
  color: #F08300;
  text-decoration: underline;
  font-weight: 500;
}
#post__entry a.arrow:after{
  content: ' ';
  width: 6px;
  height:11px;
  display: inline-block;
  background: url(../images/arrow_orange.svg) no-repeat right center;
  background-size: 6px 11px;
  padding-right: 10px;
}
#post__entry span.pdf{
  display: inline-block;
  color: #F08300;
  text-decoration: underline;
  font-weight: 500;
  background: url(../images/pdf.svg) no-repeat right center;
  background-size: 13px 15px;
  padding-right: 18px;
}
@media screen and  (max-width: 768px){
  #post__entry .table-scroll {
    padding-bottom: 1rem;
  }
  #post__entry .table-scroll {
    overflow: auto;
    white-space: nowrap;
  }
  #post__entry .table-scroll  table {
      margin: 0;
      border: none;
  }
  #post__entry ::-webkit-scrollbar{
    width:6px;
    height:6px
  }
  #post__entry ::-webkit-scrollbar-track{
    background:#f6f6f6;
    border-radius:3px;
  }
  #post__entry ::-webkit-scrollbar-thumb{
    background:#999;
    border-radius:3px;
  }
}
#post__entry .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#post__entry .red {
  color: #ff0000;
}
#post__entry .t-l {
  text-align: left;
}
#post__entry .t-r {
  text-align: right;
}
#post__entry .t-c {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #post__entry .t-l-pc {
    text-align: left;
  }
  #post__entry .t-r-pc {
    text-align: right;
  }
  #post__entry .t-c-pc {
    text-align: center;
  }
}
#post__entry .w-100 {width:100%;}
#post__entry .w-80 {width: 80%}
#post__entry .w-70 {width: 70% }
#post__entry .w-60 {width: 60% }
#post__entry .w-56 {width: 56% }
#post__entry .w-52 {width: 52% }
#post__entry .w-50 {width: 50% }
#post__entry .w-48 {width: 48% }
#post__entry .w-44 {width: 44% }
#post__entry .w-40 {width: 40% }
#post__entry .w-36 {width: 36% }
#post__entry .w-30 {width: 30% }
#post__entry .w-20 {width: 20% }
@media screen and (max-width: 768px) {
  #post__entry .w-80, #post__entry .w-70, #post__entry .w-60,
  #post__entry .w-56, #post__entry .w-52, #post__entry .w-48,
  #post__entry .w-50, #post__entry .w-48, #post__entry .w-44,
  #post__entry .w-40, #post__entry .w-36, #post__entry .w-30,
  #post__entry .w-20 {
    width: 100%; }
}
.detail-content h1 {
  font-size: 1.25rem;
  display: inline;
}
@media screen and (min-width: 768px) {
  .detail-content h1 {
    font-size: 1.5rem;}
}
.detail-content h1.new::after {
  display: inline;
  vertical-align: text-top;
  font-size: 0.8rem;
}
.detail-content .sub-ttl {
  display: block;
  font-size: 1rem;
  color: #666;
  margin-bottom: 16px;
  padding-top: 8px;
}
.detail-content .date {
  font-size: 0.875rem;
  display: block;
  padding-top: 4px;
}
.detail-content .detail-ttl {
  margin-bottom: 32px;
}
.detail-content .detail-img {
  width: 100%;
  margin-bottom: 45px;
}
.detail-content .content {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .detail-content .content {
    margin-bottom: 30px !important;
  }
}
.detail-content .btn-black.go-back {
  padding-top: 0;
  margin-bottom: 80px;
}
.detail-content .campaign-end {
  display: block;
  font-weight: bold;
  color: #F20000;
  padding-top: 4px;
}
.detail-content .content h2,
.detail-content .content h3,
.detail-content .content h4,
.detail-content .content h5,
.detail-content .content p,
.detail-content .content ul,
.detail-content .content ol,
.detail-content .content dl,
.detail-content .content table,
.detail-content .content div,
.detail-content .content img,
.detail-content .content small {
  margin-bottom: 24px;
}
.detail-content .content h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #F08300;
  text-align: left;
}
.detail-content .content h3 {
  font-size: 2rem;
  font-weight: 600;}
#post__entry h4{
  font-size:1.7rem;
  font-weight: 600;
  color:#000;
}
.detail-content .content h5 {
  font-size: 1.8rem;
  font-weight: 600;
}
.detail-content .content h1.new-style {
  font-size:2.4rem;
  line-height: 3.6rem;
  font-weight: 600;
  margin-bottom: 24px;
  color:#F08300;
  display: inline-block;
}
.detail-content .content h2.new-style {
  font-size:2.4rem;
  line-height: 3.6rem;
  font-weight: 600;
  margin-bottom: 24px;
  color:#000000;
}
.detail-content .content h3.new-style {
  font-size:2.4rem;
  line-height: 3.6rem;
  font-weight: 600;
  margin-bottom: 24px;
  color:#909090;
}
.detail-content .content h4.new-style{
  font-size:2rem;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 24px;
  color:#F08300;
  display: inline-block;
}
.detail-content .content h5.new-style{
  font-size:2rem;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 24px;
  color:#000000;
  display: inline-block;
}
.detail-content .content h6.new-style{
  font-size:2rem;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 24px;
  color:#909090;
  display: inline-block;
}
.detail-content .content p {
  font-size: 1.6rem;
}
.detail-content .content sup {
  font-size: 1.2rem;
  line-height: 1.7;
  display: inline-block;
}
@media screen and (min-width: 768px) {
    .detail-content .content sup {
      font-size: 1.2rem;
    }
}
.detail-content .content dl.inline {
  word-break: break-all;
}
.detail-content .content dl.inline dt,
.detail-content .content dl.inline dd {
  display: inline-block;
}
.detail-content .content a.link-text,
.detail-content .content a.link-blank,
.detail-content .content a.link-pdf {
  text-decoration: underline;
  word-break: break-word;
}
.detail-content .content a.link-text:hover,
.detail-content .content a.link-blank:hover,
.detail-content .content a.link-pdf:hover {
  color: #F08300;
}
.detail-content .content table {
  width: 100%;
  border-collapse: collapse;
}
.detail-content .content table th,
.detail-content .content table td {
  padding: 1rem 1rem;
  font-size: 1.6rem;
  border: 1px solid #999;
  min-width: 2.2rem;
}
.detail-content .content table thead th,
.detail-content .content table thead td,
.detail-content .content table thead tr:nth-of-type(2n-1) td {
  background: #ccc;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .detail-content .content table th,
  .detail-content .content table td {
    font-size: 1.6rem;
    padding: 1rem;
    min-width: 3.2rem;
    vertical-align: middle;
  }
}
.detail-content .content table .cell-gray {
  background-color: #ccc;
}
.detail-content .content table th {
  text-align: center;
  background-color: #eee;
  vertical-align: middle;
}
.detail-content .content table tr:nth-of-type(2n-1) td {
  background-color: #F8F8F8;
}
.detail-content .content table .cell-small {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .detail-content .content table .cell-small {
    font-size: 1.1rem;
  }
}
.detail-content .content .box {
  padding: 24px 24px 0;
  border: 1px solid #000;
}
.detail-content .content .block {
  margin-bottom: 56px;
}
.detail-content .content .mb-0 {
  margin-bottom: 0;
}
.detail-content .content .mb-8 {
  margin-bottom: 8px;
}
.detail-content .content .mb-16 {
  margin-bottom: 16px;
}
.detail-content .content .mb-24 {
  margin-bottom: 24px;
}
.detail-content .content .mb-32 {
  margin-bottom: 32px;
}
.detail-content .content .mb-40 {
  margin-bottom: 40px;
}
.detail-content .content .mb-48 {
  margin-bottom: 48px;
}
.detail-content .content .mb-56 {
  margin-bottom: 56px;
}
.detail-content .content .mb-64 {
  margin-bottom: 64px;
}
.detail-content .content .mb-72 {
  margin-bottom: 72px;
}
.detail-content .content .mb-80 {
  margin-bottom: 80px;
}
.detail-content .content ul.list-orange {
  padding-left: 20px;
}
.detail-content .content ul.list-orange li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #F08300;
  border-radius: 4px;
  margin: 0 8px 2px -16px;
}
.detail-content .content ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .detail-content .content .flex.col-sp-02 .flex-content {
    width: calc(100% / 2 - 8px);
  }
  .detail-content .content .flex.col-sp-03 .flex-content {
    width: calc(100% / 3 - 32px / 3);
  }
  .detail-content .content .flex.col-sp-04 .flex-content {
    width: calc(100% / 4 - 12px);
  }
  .detail-content .content .flex.col-pc-02 .flex-content.w-30 img {
    width: 80%;
    margin: 0 auto; }
}
@media screen and (min-width: 768px) {
  .detail-content .content .flex.col-pc-02 .flex-content {
    width: calc(100% / 2 - 16px);
  }
  .detail-content .content .flex.col-pc-02 .flex-content.w-40 {
    width: calc(40% - 16px);
  }
  .detail-content .content .flex.col-pc-02 .flex-content.w-60 {
    width: calc(60% - 16px);
  }
  .detail-content .content .flex.col-pc-03 .flex-content {
    width: calc(100% / 3 - 64px / 3);
  }
  .detail-content .content .flex.col-pc-04 .flex-content {
    width: calc(100% / 4 - 24px);
  }
  .detail-content .content .flex.col-pc-05 .flex-content {
    width: calc(100% / 5 - 25.6px);
  }
  .detail-content .content .flex.col-pc-06 .flex-content {
    width: calc(100% / 6 - 160px / 6);
  }
  .detail-content .content .flex.col-pc-02 .flex-content.w-30 {
    width: calc(30% - 16px);
  }
  .detail-content .content .flex.col-pc-02 .flex-content.w-70 {
    width: calc(70% - 16px);
  }
}
.detail-content .content .max-200 {
  max-width: 200px;
  margin: 0 auto;
}
.detail-content .content .max-400 {
  max-width: 400px;
  margin: 0 auto;
}
.detail-content .content .max-600 {
  max-width: 600px;
  margin: 0 auto;
}
.detail-content .content .faq-area-content {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .detail-content .content .col-2 .col {
    width: 48%;
  }
  .detail-content .content .col-2 .col.left {
    float: left;
  }
  .detail-content .content .col-2 .col.right {
    float: right;
  }
}
.detail-content .content .clearfix:before,
.detail-content .content .clearfix:after {
  content: " ";
  display: table;
}
.detail-content .content .clearfix:after {
  clear: both;
}
.detail-content .content .note_txt {
  margin: 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .news20181212 .flex.col-pc-02 .flex-content:first-of-type {
    width: calc(40% - 16px);
  }
  .news20181212 .flex.col-pc-02 .flex-content:last-of-type {
    width: calc(60% - 16px);
  }
}
.flex.col-pc-02.max-400 li {
  margin: 0 auto;
}
@media screen and (max-width: 320px) {
  .flex.col-pc-02.max-400 li {
    width: 100% !important;
    text-align: center;
  }
}
.box.flex.col-pc-02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px 0;
}
@media screen and (min-width: 768px) {
  .box.flex.col-pc-02 {
      padding: 24px 24px 0;
  }
}
.superfriday .link-arrow {
  font-size: 1.3rem;
}

/* -- covid --  */
#post__entry div#covid{
  padding: 30px 0 0;
  margin-bottom: -60px;
}
#post__entry div#covid.archive{
  padding-top: 60px;
}
#covid h1{
  text-align: center;
  display: block;
  font-size:2rem;
  font-weight: 600;
}
#covid ul li {
  position: relative;
}
#covid ul li:before {
  position: absolute;
  top:13px;
  left: 0;
}
#covid .list_summary li:before {
  background: #666;
  content: " ";
  height: 10px;
  width: 10px;
  left: 0;
  transform: rotate(45deg)
}
#covid a.pdf span{
  width: 13px;
  height: 15px;
  display: inline-block;
  background: url(../images/pdf.svg) no-repeat right center;
  background-size: 13px 15px;
  margin-left: 4px;
}
#covid .btn__wrapper{
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #post__entry div#covid{
    margin-bottom: 0px;
  }
}















