@charset "UTF-8";

/* ---------------------------------------------------------------------------
//  all
--------------------------------------------------------------------------- */
body {
  font-family: "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #595757;
  line-height: 1.8;
  background: #FFF;
}
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.4; }
sup { font-size: 60%; }
cite { display: block; margin-top: 8px; font-size: 12px; font-weight: 700; font-style: normal; text-align: right; }

a { transition: .3s; color: #595757; }
@media screen and (min-width: 768px) {
  a:hover { opacity: .7; }
}

.wrap { min-width: 1280px; height: 100%; margin: 0 auto; }
.inner,
#container { max-width: 1280px; margin: 0 auto; padding: 0 30px; position: relative; }
ul.indent li { text-indent: -1em; padding-left: 1em; }
img.cover { width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover'; }
img.contain { width: 100%; height: 100%; object-fit: contain; font-family: 'object-fit: contain'; }
img { max-width: 100%; height: auto; }
.sml { font-size: 80%; }
.t-center { text-align: center; }
.t-right { text-align: right; }
.t-right-pc { text-align: right; }
.red { color: #e1242a; }

.flex { display: flex; justify-content: space-between; }
.flex.start { justify-content: flex-start; }
.flex.fwrap { flex-wrap: wrap; }
.flex.icenter { align-items: center; }
.flex.half > * { width: 49%; }
.flex.half50 > * { width: 50%; }
.flex.third > * { width: 32%; }
.flex.quarter > * { width: 23%; }
.flex.reverse { flex-flow: row-reverse; }
.flex.third { display: flex; justify-content: space-evenly; }
.flex.third.fwrap::after { content: ""; width: 32%; display: block; }
.flex.quarter.fwrap::before { content: ""; width: 23%; display: block; order: 1; }
.flex.quarter.fwrap::after { content: ""; width: 23%; display: block; }

/* ---------------------------------------------------------------------------
//  header
--------------------------------------------------------------------------- */
header .inner { min-width: 1280px; }
header {
  border-top: 15px solid #003F40;
  padding-top: 30px;
  color: #7D7D7D;
  margin-bottom: 30px;
}
header a {
  color: #7D7D7D;
}
header .head {
  margin-bottom: 20px;
}
header .head .logo {
  width: 250px;
}
header .head .logo img {
  vertical-align: baseline;
}
header .head nav li {
  margin-left: 1em;
}
header .head nav li a {
  font-size: 14px;
  color: #7D7D7D;
}
header .head nav li a::before {
  content: "❯";
  color: #e1242a;
  display: inline-block;
  padding-right: .3em;
}

header .buccolam {
  margin-bottom: 20px;
}
header .buccolam h1,
header .buccolam .title p
{
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1.4;
}
header .buccolam .logo {
  width: 174px;
  display: block;
}

header .mainmenu > li {
  position: relative;
}
header .mainmenu > li > a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #B4B4B5;
  padding: 15px;
  border-radius: 8px;
}
header .mainmenu ul.sub {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
}
header .mainmenu ul.sub li {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: .2s;
}
header .mainmenu ul.sub > li > a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  header .mainmenu > li:hover ul.sub { border: 1px solid #B4B4B5; background: #fff; border-radius: 10px; padding: 0 10px; }
  header .mainmenu > li:hover ul.sub li { overflow: visible; height: 40px; border-bottom: 1px dotted #B4B4B5; }
  header .mainmenu > li:hover ul.sub li:last-child { border-bottom: none; }
  header .mainmenu .how_to a:hover { color: #EC6604; }
  header .mainmenu .about a:hover { color: #0058A2; }
  header .mainmenu .tool a:hover { color: #EA6068; }
}

.cat-how_to header .mainmenu .how_to > a { color: #EC6604; }
.cat-how_to header .mainmenu .how_to > a::after {
  content: "";
  display: block;
  background: #FFEB27;
  width: 90%;
  height: 8px;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.cat-about header .mainmenu .about > a { color: #0058A2; }
.cat-about header .mainmenu .about > a::after {
  content: "";
  display: block;
  background: #9FCFEF;
  width: 90%;
  height: 8px;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.cat-tool header .mainmenu .tool > a { color: #E15F68; }
.cat-tool header .mainmenu .tool > a::after {
  content: "";
  display: block;
  background: #F5BDC8;
  width: 90%;
  height: 8px;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}

/* ---------------------------------------------------------------------------
//  nav toggle
--------------------------------------------------------------------------- */
header .trigger {
  display: none;
  width: 60px;
  height: 60px;
  background: url(../images/trigger-on.png) center center / contain no-repeat;
}
header .trigger.active {
  background: url(../images/trigger-off.png) center center / contain no-repeat;
}

nav.toggle {
  display: none;
  padding: 30px 0;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0,0,0,0.1);
  width: 100%;
  min-width: 1030px;
  position: absolute;
  left: 0;
  top: 160px;
  z-index: 1000;
  font-size: 14px;
}
nav.toggle a {
  display: block;
  position: relative;
}
nav.toggle a.cat {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #C8C9CA;
  padding-bottom: 3px;
}
nav.toggle .menu a::after {
  content: "";
  display: block;
  background: url(../images/icon-play.png) center center / contain no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
}
nav.toggle .menu li {
  margin-top: 10px;
}
nav.toggle .how_to a.cat { color: #EC6604; }
nav.toggle .about a.cat { color: #0058A2; }
nav.toggle .tool a.cat { color: #EA6068; }

.page-how_to nav.toggle .how_to .menu li:nth-child(1) a,
.page-timing nav.toggle .how_to .menu li:nth-child(2) a,
.page-handling nav.toggle .how_to .menu li:nth-child(3) a,
.page-medication nav.toggle .how_to .menu li:nth-child(4) a,
.page-carry nav.toggle .how_to .menu li:nth-child(5) a,
.page-side-effect nav.toggle .how_to .menu li:nth-child(6) a,
.page-attention nav.toggle .how_to .menu li:nth-child(7) a,
.page-storage nav.toggle .how_to .menu li:nth-child(8) a,
.page-faq nav.toggle .how_to .menu li:nth-child(9) a,
.page-movie nav.toggle .how_to .menu li:nth-child(10) a {
  color: #EC6604;
  border-bottom: 2px solid #FFEB27;
}
.page-how_to nav.toggle .how_to .menu li:nth-child(1) a::after,
.page-timing nav.toggle .how_to .menu li:nth-child(2) a::after,
.page-handling nav.toggle .how_to .menu li:nth-child(3) a::after,
.page-medication nav.toggle .how_to .menu li:nth-child(4) a::after,
.page-carry nav.toggle .how_to .menu li:nth-child(5) a::after,
.page-side-effect nav.toggle .how_to .menu li:nth-child(6) a::after,
.page-attention nav.toggle .how_to .menu li:nth-child(7) a::after,
.page-storage nav.toggle .how_to .menu li:nth-child(8) a::after,
.page-faq nav.toggle .how_to .menu li:nth-child(9) a::after,
.page-movie nav.toggle .how_to .menu li:nth-child(10) a::after {
  background: url(../../how_to/images/icon-play.png) center center / contain no-repeat;
}

.page-about nav.toggle .about .menu li:nth-child(1) a,
.page-cause nav.toggle .about .menu li:nth-child(2) a,
.page-type nav.toggle .about .menu li:nth-child(3) a,
.page-treatment nav.toggle .about .menu li:nth-child(4) a,
.page-handling nav.toggle .about .menu li:nth-child(5) a,
.page-living nav.toggle .about .menu li:nth-child(6) a,
.page-management-sheet nav.toggle .about .menu li:nth-child(7) a {
  color: #0058A2;
  border-bottom: 2px solid #9FCFEF;
}
.page-about nav.toggle .about .menu li:nth-child(1) a::after,
.page-cause nav.toggle .about .menu li:nth-child(2) a::after,
.page-type nav.toggle .about .menu li:nth-child(3) a::after,
.page-treatment nav.toggle .about .menu li:nth-child(4) a::after,
.page-handling nav.toggle .about .menu li:nth-child(5) a::after,
.page-living nav.toggle .about .menu li:nth-child(6) a::after,
.page-management-sheet nav.toggle .about .menu li:nth-child(7) a::after {
  background: url(../../about/images/icon-play.png) center center / contain no-repeat;
}

.page-tool nav.toggle .tool .menu li:nth-child(1) a {
  color: #E15F68;
  border-bottom: 2px solid #F5BDC8;
}
.page-tool nav.toggle .tool .menu li:nth-child(1) a::after {
  background: url(../../tool/images/icon-play.png) center center / contain no-repeat;
}

nav.toggle .takeda {
  display: none;
}


nav.toggle .educators a::after {
  content: "";
  display: block;
  background: url(../images/icon-play.png) center center / contain no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
}


/* ---------------------------------------------------------------------------
//  footer
--------------------------------------------------------------------------- */
footer {
  padding: 30px 0 30px;
  border-left: 16px solid #003F40;
}
footer nav {
  display: table;
  /*margin: 0 auto 30px;*/
}
footer nav ul{
  display: flex;
}

footer nav li {
  font-size: 14px;
  position: relative;
}
footer ul li a {
  padding: 0 8px;
}
footer ul li:first-child a {
  padding: 0 8px 0 0;
}



footer nav li:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-right: 1px solid #595649;
  width: 2px;
  display: inline-block;
  height: 100%;
}

footer .copyright {
  font-size: 13px;
  margin-top: 20px;
  /*text-align: center;*/
}
footer .inner{ max-width: 1280px; margin: 0 auto; padding: 0; position: relative;
padding-left: 5px;
}

.sp_view {
  display: none;
}


/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1030px) {

.wrap { min-width: 1030px; }
.inner,
#container { max-width: 1030px; }
header .inner { min-width: 1030px; }

header .trigger { display: block; }

}
/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
