@charset "shift_jis";

@media screen and (min-width: 768px){}
header .inner {
  -moz-box-shadow:none;
  overflow: hidden;
}
header .sitelogo {
  padding: 17px 0px 0 29px;
  width: 60px;
  height: 43px;
  float: left;
}
.sitelogo a {
  background: url('../images/logo_header.png') no-repeat left top;
  background-size: 60px auto;
}
.btn-menu {
  display: none;
}
header nav .dropdown {
  position:relative;
}
header nav .list .dropdown.show {
  background:url('/images/nav_list.png') no-repeat center 10px #E78492;
}
header nav .dropdown-child {
  width: 100%;
  height: 87px;
  background: #E78492;
  position: absolute;
  padding: 13px 0;
  top: 35px;
  left: 0;
  box-shadow: 0 3px 9px -2px rgba(0,0,0,0.4);
  -moz-box-shadow:0 3px 9px -2px rgba(0,0,0,0.4);
  -webkit-box-shadow:0 3px 9px -2px rgba(0,0,0,0.4);
}
header nav .copyright .dropdown-child {
  height:66px;
}
header nav .show .dropdown-child {
  display: block;
}
header nav .dropdown-child li {
  height: 29px;
  line-height: 29px;
  width: 187px;
  margin-left:19px;
  float: none;
  border: none;
  font-size: 1.3rem;
}
header nav .dropdown-child li a {
  width: inherit;
  height: inherit;
  color: #FFF;
}

/* footer */
.f_actionNav .innerWrap {
  margin: 0 auto;
  /* width: clamp(752px,100%,907px); */
  min-width: 752px;
  width: 100%;
  max-width: 907px;
}
.f_actionNav li {
  /* width: clamp(149px, 19.5%, 181px); */
}
.f_actionNav li:nth-of-type(-n+5) {
  border-right: 1px solid #999;
}
.f_sitemap .innerWrap {
  overflow: inherit;
  padding: 0 3% 0 5%;
}
.f_sitemap dl {
  display: inline-block;
}
.f_sitemap dl:nth-of-type(-n+3) {
  margin-bottom: 30px;
}
.f_sitemap dl:not(:last-of-type) {
  margin-right: 24px;
}
footer .innerWrap {
  /* width: clamp(722px, 76.81%, 940px); */
  min-width: 722px;
  max-width: 960px;
}
footer .innerWrap .upper {
  display: flex;
}
footer .sitename {
  margin-right: 110px;
}
footer .sitename a {
  width: 124px;
}
footer nav {
  /* width: clamp(465px, 100%, 680px); */
  min-width: 465px;
  width: 100%;
  max-width: 680px;
  margin: 3px 0 0;
}

/*P????*/
.bottomFooter .innerWrap{
  /* max-width: 940px; *//*1024px*/
  /* width: clamp(678px, 81.81%, 940px); */
  min-width: 678px;
  width: 81.81%;
  max-width: 940px;
  margin: 0 auto;
  /* height: 150px; */
  padding: 34px 0 114px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.f_sitemap .listAll {
  display: flex;
  justify-content: center;
}

.bottomFooter .innerWrap .footerIcons {
  /* margin-right: 1.63%; */
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.bottomFooter .innerWrap p{
  font-size:9px;
  line-height: 1.5;
}
.bottomFooter .innerWrap .footerIcons .icon{
  display: flex;
  width: 84%;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}
.bottomFooter .innerWrap .footerIcons img{
  height: 66px;
  width: auto;
}

.bottomFooter .innerWrap .footerIcons p{
  padding-left: 1.5%;
  width: 100%;
}

/* .bottomFooter .innerWrap .pmark{
  width: 678px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
} */

/* .bottomFooter .innerWrap .pmark{
  width: 678px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
} */

/* .bottomFooter .innerWrap .pmark img{
  height: 75px;
  width: auto;
  margin-left: 19px;
} */

/* .bottomFooter .innerWrap .pmark img{
  height: 75px;
  width: auto;
  margin-left: 19px;
} */

/* ???? */
.show-sp {
  display: none !important;
}
#common-modal-dialog{
  font-size: 0.8em;
}
#common-modal-dialog .dialog-btn{
  min-width: 5em;
  margin: 0.3em 0.5em;
}

/* breadcrumbs.php */
/* ol.breadcrumbs li span {
  vertical-align: text-top;
} */

/* news??? */
/* ????? */
.news_noLink {
  padding: 15px 0 10px 136px;
}

/* ???????????? */
.horizontal-scroll{
  overflow-x: scroll;
  margin-left: 10vw;
}
.horizontal-scroll .text {
  margin-bottom: 43px;
}
.horizontal-scroll table {
  margin: 0 auto;
}
.horizontal-scroll table tr td:first-of-type img {
  width: 50%;
}
.horizontal-scroll table tr td:first-of-type p {
  margin-bottom: 3.5rem;
}
ul#annotation {
  max-width: 730px;
  padding-left: 10vw;
}

/* insightLinks.php */
#insightLinks{
  display: none;
}

.cta-cloud {
  padding: 5em 0 6em;
}
.cta-cloud h2 {
  font-size: 55px;
}
.cta-cloud .cta.btn {
  width: 612px;
  margin: 72px auto 0;
}
.cta-cloud .cta.btn a {
  font-size: 37px;
  padding: 52px 0 52px 52px;
}
.cta-cloud .cta.btn a:before {
  left: 6%;
  width: 46px;
  height: 46px;
}
.cta-cloud .cta.btn a span {
  font-size: 30px;
}
