@charset "utf-8";
.w_font {
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: 400;
}

#sp_nav li {
  border-bottom: 1px dotted white;
  padding: 15px;
}
#sp_nav li a {
  color: #FFF;
  display: block;
}

.close-sp_nav {
  background: #ee7700;
  color: #FFF;
  text-align: center;
  padding: 10px;
}

/*共通部分*/
.sp_nav_btn {
  position: absolute;
  right: 0;
  top: 15px;
}
.sp_nav_btn a {
  color: #393124;
}

/**********************************************************************
	ページヘッダ - className : Header-site
***********************************************************************/
.Header-site {
  color: white;
  background: #ede8df;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
}
.Header-site a {
  color: white;
}
.Header-site a:hover {
  text-decoration: none;
}
.Header-site:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 34px;
  top: 0;
  left: 0;
  background: #393124;
}
.Header-site .Header-top {
  position: relative;
  height: 34px;
}
.Header-site .Header-top h2 {
  padding-top: 4px;
}
.Header-site .sns {
  position: absolute;
  width: 102px;
  top: 0;
  right: 0;
  overflow: hidden;
}
.Header-site .sns li {
  float: left;
}
.Header-site .Header-bottom {
  padding: 20px 0 0;
  position: relative;
}
.Header-site .Header-contact {
  overflow: hidden;
  position: absolute;
  width: 400px;
  right: 0;
  top: 20px;
}
.Header-site .Header-contact li {
  float: left;
}

@media only screen and (max-width: 959px) {
  .Header-site h2 {
    padding-top: 0;
  }
  .Header-site h2 img {
    margin-top: -5px;
    width: 630px;
    height: auto;
  }
  .Header-site .sns {
    right: -20px;
  }
  .Header-site .Header-bottom h1 {
    width: 46%;
  }
  .Header-site .Header-bottom h1 img {
    width: 100%;
    height: auto;
  }
  .Header-site .Header-contact {
    width: 45%;
  }
  .Header-site .Header-contact li:first-child {
    width: 82.5%;
  }
  .Header-site .Header-contact li:last-child {
    width: 17.5%;
  }
  .Header-site .Header-contact li img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .Header-site {
    padding-bottom: 0;
  }
  .Header-site:before {
    display: none;
  }
  .Header-site .Header-bottom {
    padding: 15px 0;
  }
  .Header-site .Header-top, .Header-site .Header-contact {
    display: none;
  }
  .Header-site .sp_nav_btn a {
    color: #393124;
  }
}
/**********************************************************************
	グロナビ - className : Nav
***********************************************************************/
.Nav {
  background: #393124;
  height: 60px;
}
.Nav ul {
  overflow: hidden;
  position: relative;
}
.Nav ul:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 1px;
  border-left: 1px dashed #FFF;
}
.Nav li {
  float: left;
  width: 33.3%;
  text-align: center;
  position: relative;
  font-weight: bold;
  line-height: 1;
  height: 60px;
}
.Nav li a {
  padding-top: 24px;
  color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
}
.Nav li a:hover {
  text-decoration: none;
  background: #ee7700;
}
.Nav li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 0;
  border-left: 1px dashed #FFF;
  opacity: 0.4;
}

@media only screen and (max-width: 767px) {
  .Nav {
    display: none;
  }
}
/**********************************************************************
	ページタイトル - className : Page_title
***********************************************************************/
/**********************************************************************
	ページフッタ - className : Footer-site
***********************************************************************/
.Footer-site {
  background: #393124;
  color: #FFF;
  padding-top: 40px;
  padding-bottom: 40px;
}
.Footer-site .Footer-logo {
  width: 315px;
}
.Footer-site .Footer-logo dt {
  width: 70px;
  margin-right: 20px;
}
.Footer-site .Footer-logo dd {
  width: 225px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.Footer-site .Footer-logo dd img {
  margin-bottom: 10px;
}
.Footer-site .Foote-copy {
  text-align: center;
  display: block;
  padding-top: 30px;
}

@media only screen and (max-width: 959px) {
  .Footer-site .Footer-add {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .Footer-site .Footer-add {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .Footer-site .Footer-logo {
    margin: 0 auto;
    width: 280px;
    float: none;
  }
  .Footer-site .Footer-logo dt {
    width: 70px;
    margin-right: 20px;
  }
  .Footer-site .Footer-logo dd {
    width: 190px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .Footer-site .Footer-logo dd img {
    margin-bottom: 10px;
  }
}
/**********************************************************************
	ページトップ - className : Pagetop
***********************************************************************/
.Pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 80px;
  height: 80px;
  letter-spacing: 1px;
  z-index: 200;
}
.Pagetop.fixed {
  position: absolute;
  top: -40px;
}

@media only screen and (max-width: 959px) {
  .Pagetop .center_box-item span {
    display: block;
    text-align: center;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .Pagetop {
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
  }
  .Pagetop.fixed {
    position: absolute;
    top: -30px;
  }
}
/***** パンくず *****/
.l-breadcrumb {
  background: white;
}

.cd-breadcrumb, .cd-multi-steps {
  background: white;
}

.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  color: #393124;
  font-weight: bold;
  font-size: 1.3rem;
}

.cd-breadcrumb li a {
  text-decoration: underline;
  font-size: 1.3rem;
}
.cd-breadcrumb li a:hover {
  text-decoration: none;
  color: #393124;
}

.cd-breadcrumb li, .cd-multi-steps li {
  margin: 1em 0;
}

.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  content: '>';
  font-size: 1.3rem;
  background: none;
  vertical-align: middle;
  color: #393124;
  width: auto;
  height: auto;
}

.cd-breadcrumb, .cd-multi-steps {
  padding: 0;
}

/**********************************************************************
	ワールドピックアップニュース - className : World-News
***********************************************************************/
.World-News a {
  text-decoration: none;
}
.World-News .m-card {
  background: white;
  position: relative;
}
.World-News .m-card .card-body {
  padding: 15px;
}
.World-News .m-card .card-body:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
.World-News .m-card:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: opacity .2s linear;
}
.World-News .m-card:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #ee7700 transparent;
}
.World-News .World-News-day {
  font-weight: bold;
  margin-bottom: 0;
}
.World-News .tag-tag_type2 {
  display: inline-block;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  background: #ee7700;
  padding: 2px 8px;
}
.World-News .World-News-txt {
  padding: 0 20px 20px;
}
.World-News .World-News-txt p {
  height: 85px;
  overflow: hidden;
  font-size: 1.4rem;
  z-index: 30;
  position: relative;
}
.World-News .World-News-txt h5 {
  font-weight: bold;
  margin-bottom: 15px;
  z-index: 30;
  position: relative;
}
.World-News .World-News-btn {
  position: relative;
  font-weight: bold;
}
.World-News .World-News-btn a {
  text-decoration: none;
  color: #393124;
}
.World-News .World-News-btn a:hover .btn_more {
  color: #ee7700;
}
.World-News .World-News-btn div {
  background: white;
  height: 252px;
  padding: 30px;
}
.World-News .World-News-btn .w_font {
  font-size: 3.0rem;
  margin-bottom: 8px;
}
.World-News .World-News-btn .btn_more {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-weight: bold;
  padding-left: 25px;
  line-height: 1;
  background: url("../../images/icon_arr_mini.png") 15px 2px no-repeat;
}

@media only screen and (max-width: 959px) {
  .World-News .World-News-txt {
    position: static;
    padding: 0 10px 10px;
    color: #393124;
    height: auto;
    opacity: 1;
  }
  .World-News .World-News-txt:before {
    display: none;
  }
  .World-News .World-News-txt p {
    height: auto;
    font-size: 1.2rem;
  }
  .World-News .World-News-txt h5 {
    margin-bottom: 5px;
  }
  .World-News .World-News-btn div {
    background: white;
    height: auto;
    padding: 20px;
  }
  .World-News .World-News-btn .w_font {
    font-size: 2.6rem;
    margin-bottom: 8px;
  }
  .World-News .World-News-btn .btn_more {
    position: absolute;
    bottom: 50px;
    right: 40px;
    font-weight: bold;
    padding-left: 25px;
    line-height: 1;
    background: url("../../images/icon_arr_mini.png") 15px 2px no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .World-News .m-card .card-body {
    padding: 10px;
  }
  .World-News .World-News-day {
    font-size: 1.4rem;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .World-News .tag-tag_type2 {
    width: 100px;
    float: none;
    margin: 0 auto;
    font-size: 1.0rem;
  }
  .World-News .World-News-btn .btn_more {
    bottom: 30px;
    right: 20px;
  }
}
