@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%
}

body {
  margin: 0;
  height: 100%;
}

body:after {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  content: "";
  background: #f9f7f7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9%, rgba(255, 198, 23, 0.35)), color-stop(77%, rgba(247, 216, 75, 0.35)), to(rgba(233, 247, 163, 0.35)));
  background: linear-gradient(0deg, rgba(255, 198, 23, 0.35) 9%, rgba(247, 216, 75, 0.35) 77%, rgba(233, 247, 163, 0.35) 100%);
  z-index: -1;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
/*  line-height: 0;
*/
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*! reset.css custum reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
}

html {
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html, body {
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #636363;
}

table, input, textarea {
  font-size: 100%;
}

strong, th {
  font-weight: bold;
}

body {
  font-size: 10px;
  font-size: 1rem;
  /* font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", Verdana, sans-serif; */
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #3c3c3c;
}

a {
  color: #ffbb17;
	text-decoration:none;
}

a:hover {
  color: #ffbb17;
	text-decoration:underline;
}

a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

a, input, textarea, select {
  outline: none;
}

a:active, a:focus, input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
  outline: none;
}

/**
 * PMS（月経前症候群）ラボ
 *
 * base.css
 * @version  1.0
 */
body {
  min-width: 1030px;
}

#wrapper {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

#container {
  *zoom: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1030px;
  margin: 40px auto 0;
  padding-bottom: 60px;
}

#container:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.container {
  *zoom: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}

.container:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.side {
  float: left;
  width: 240px;
}

.corpName {
  font-family: 'Kosugi', 'MS UI Gothic';
}

/* --------------------------------------------------

  header

-------------------------------------------------- */
#header {
  background: #fff;
}

#header a {
  display: block;
}

/* --------------------------------------------------

  aside

-------------------------------------------------- */
#aside .rec {
  display: none;
  margin-top: 23px;
}

#aside .author {
  margin-top: 20px;
}

#aside .sns {
  margin-top: 20px;
  display: block !important;
}

#aside .creaPC {
  margin-top: 20px;
}

.navMain {
  background: #fff;
  border-radius: 0 0 5px 5px;
  /* padding: 0 20px; */
}

.navMain > ul > li {
  position: relative;
  border-top: 1px solid #eceaea;
}

.navMain > ul > li.current {
  /* margin: 0 -20px; */
  background: #faf9f9;
}

.navMain > ul > li a {
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #636363;
}

.navMain > ul > li.current a {
  font-weight: normal;
  color: #3c3c3c;
}

.navMain > ul > li.current .accBtn + a,
.navMain > ul > li.current > a {
  font-weight: bold;
}

.navMain > ul > li a:hover {
  /* background: #ffefdb; */
  opacity: 0.7;
}

.navMain > ul > li > a {
  padding: 25px 20px;
  font-size: 1.4rem;
}

.navMain > ul > li > a:after {
  display: block;
  content: " ";
  width: 5px;
  height: 5px;
  border-top: 2px solid #ffbb17;
  border-right: 2px solid #ffbb17;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}

.navMain > ul > li > a.ctg:after {
  content: none;
}

.navMain > ul > li > .accBtn {
  cursor: pointer;
  width: 40px;
  height: 63px;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
}

.navMain > ul > li > .accBtn:after {
  display: block;
  content: " ";
  width: 5px;
  height: 5px;
  border-top: 2px solid #ffbb17;
  border-right: 2px solid #ffbb17;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}

.navMain > ul > li > .accBtn:hover {
  opacity: .6;
}

.navMain > ul > li > .accBtn.open:after {
  margin-top: -2px;
  border-color: #fff;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navMain > ul > li > .accBtn.open + a {
  padding: 25px 20px;
  background: #ffbb17;
  color: #fff;
}

.navMain > ul > li > ul {
  display: none;
  margin-left: 16px;
}

.navMain > ul > li > ul > li {
  line-height: 1.5;
  border-top: 1px solid #eceaea;
  margin-right: 20px;
}

.navMain > ul > li > ul > li:first-child {
  border-top: none;
}

.navMain > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 15px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  color: #636363;
  padding-right: 21px;
}

.navMain > ul > li > ul > li > a:after {
  display: block;
  content: " ";
  width: 4px;
  height: 4px;
  border-top: 2px solid #ffbb17;
  border-right: 2px solid #ffbb17;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -4px;
}

.navMain > ul > li > ul > li > ul {
  margin-left: 16px;
}
.navMain > ul > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  color: #636363;
  padding-right: 21px;
}

.navMain > ul > li > ul > li > ul > li > a:after {
  display: block;
  content: " ";
  width: 4px;
  height: 4px;
  border-top: 2px solid #ffbb17;
  border-right: 2px solid #ffbb17;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -4px;
}
.navMain > ul > li > ul > li > ul > li.current > a {
  color: #3c3c3c;
}
.navMain > ul > li > ul > li > ul > li.current > a:after {
  display: none;
}

.navMain > ul > li > ul > li.current > a {
  color: #3c3c3c;
}

.navMain > ul > li > ul > li.current > a:after {
  display: none;
}

.navMain > ul > li > ul > li.current > a:hover {
  background: transparent;
}

.navMain > ul > li.current > a {
  background: #ffbb17;
  color: #fff;
  /* padding: 25px 20px; */
}

.navMain > ul > li.current > a:after {
  content: none;
}

.navMain > ul > li.current > a:hover {
  /* background: #fe5000; */
  opacity: 0.7;
}

.navMain > ul > li.current > .accBtn:after {
  border-top-color: #fff;
  border-right-color: #fff;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
  right: 20px;
}

.navMain > ul > li.current > .accBtn.close:after {
  margin-top: -6px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navMain > ul > li.current > ul {
  display: block;
}

.rec .recList {
  font-weight: bold;
  position: relative;
  margin-top: 68px;
  background-color: #fff;
}

.rec .recList dt {
  position: absolute;
  top: -45px;
}

.rec .recList dd {
  border-top: 1px solid #efeceb;
  padding: 14px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  *zoom: 1;
  margin: 0 15px;
  position: relative;
  display: flex;
}

.rec .recList dd:after {
  /* content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; */
  display: block;
  content: " ";
  width: 5px;
  height: 5px;
  border-top: 2px solid #ffbb17;
  border-right: 2px solid #ffbb17;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -4px;
}

.rec .recList dd a {
  color: #222;
  text-decoration: none;
}

.rec .recList dd a:hover {
  color: #fe5000;
  text-decoration: underline;
}

.rec .recList dd span {
  display: block;
}

.rec .recList dd span.tmb {
  width: 60px;
  height: 60px;
}

.rec .recList dd span.txt {
  width: 100px;
  margin-left: 15px;
}

.rec .recList dt + dd {
  border-top: none;
  padding-top: 0;
}

.author dl {
  background: #fff;
  text-align: center;
  padding-bottom: 10px;
}

.author dl dd {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

.sns ul {
  position: relative;
  text-align: center;
}

.sns ul li {
  display: inline-block;
  vertical-align: top;
}

.sns ul li:last-of-type {
  margin-top: 5px;
}

/* --------------------------------------------------

  main

-------------------------------------------------- */
#main {
  float: right;
  width: 770px;
  padding-top: 10px;
  margin-bottom: 98px;
}

.pageLead {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.breadcrumb {
  margin-bottom: 38px;
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.breadcrumb ul li:after {
  content: ">";
  padding-left: .6em;
  padding-right: .6em;
  font-weight: normal;
  color: #cccccc;
}

.breadcrumb ul li:last-child:after, .breadcrumb ul li.last:after {
  display: none;
}

.breadcrumb ul li a {
  position: relative;
  display: inline-block;
  font-weight: normal;
  color: #3c3c3c;
  text-decoration: underline;
}

.breadcrumb ul li a:hover {
  text-decoration: none;
}

.breadcrumb.btm {
  margin-top: 20px;
  margin-bottom: 0;
}

.breadcrumb.top {
  margin-bottom: 10px;
}

.contents .ctsInr {
  background: #fff;
  padding: 30px 30px 40px;
}

.contents .ctsInr .update {
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.contents .ctsInr .update:not(.mb0) + .update{
  margin-top: -20px;
}

.ctsInr p, .ctsInr li, .ctsInr dt, .ctsInr dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.86;
}

/* .newsCts {
  display: none;
} */

.relCts,
.newsCts {
  background: #fff;
  padding: 35px 30px;
  margin-top: 40px;
  border-radius: 7px;
}

.relCtsTtl,
.newsCtsTtl {
  margin: 0 auto 25px;
  max-width: 100%;
  font-size: 20px;
  font-size: 2rem;
  color: #636363;
  font-weight: bold;
  text-align: center;
}

.relCtsList {
  display: block;
  position: relative;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -25px;
}



.relCtsList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.relCtsList li {
  display: block;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 25px;
  width: calc(100% / 3);
}

.relCtsList li{
  cursor:pointer;
}

.newsCtsList li .category,
.relCtsList li .category{
  display: inline-block;
  background: #eaf6ac;
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  margin: 15px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 20px;
}

.newsCtsList li .abstract,
.relCtsList li .abstract{
  margin: 6px 0 0 14px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.newsCtsList li .update,
.relCtsList li .update {
  display: block;
  margin: 10px 0 0 14px;
}

.newsCtsList li .update + .update,
.relCtsList li .update + .update {
  margin-top: 5px;
}

.newsCtsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newsCtsList li {
  width: calc(50% - 7px);
}

.newsCtsList li:nth-child(n+3) {
  margin-top: 25px;
}

.newsCtsList li .info {
  font-weight: normal;
}

.relCtsList li a,
.newsCtsList li a {
  text-decoration: none;
  color: #222;
  font-weight: bold;
}

.relCtsList li:hover,
.newsCtsList li:hover,
.relCtsList li.hover {
  /* text-decoration: underline; */
  /* color: #fe5000; */
  opacity: 0.6;
}

.relCtsList li .tmb img,
.newsCtsList li .tmb img {
  vertical-align: bottom;
}

.relCtsList li .txt,
.newsCtsList li .txt {
  position: relative;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.67;
  padding: 10px 0 0 14px;
  font-weight: bold;
}

.relCtsList li .txt:before,
.newsCtsList li .txt:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffbb17;
  border-right: 2px solid #ffbb17;
  margin-top: -3px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 16px;
}

/* --------------------------------------------------

  footer

-------------------------------------------------- */
#footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #eaf6ac;
  text-align: center;
}

#footer .common {
  background: #ffffff;
}

#footer .common .inner {
  max-width: 1030px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 12px 0;
}

#footer .common .logo img {
  width: 120px;
  height: auto;
}

#footer .menu {
  font-size: 12px;
  font-size: 1.2rem;
}

#footer .menu li {
  display: inline-block;
}

#footer .menu li + li {
  margin: 0 0 0 12px;
}

#footer .menu li a {
  color: #333333;
}

#footer .pagetop {
  z-index: 11;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

#footer .copyright {
  height: 30px;
  line-height: 30px;
}

#footer .copyright small {
  font-size: 10px;
  font-size: 1rem;
  color: #888;
}

/* --------------------------------------------------

  parts

-------------------------------------------------- */
.ha-mtsp {
  height: auto !important;
}

.ha-sp {
  height: auto !important;
}

.db {
  display: block !important;
}

.row {
  *zoom: 1;
}

.row:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
  float: left;
}

.col1 {
  width: 8.33333%;
}

.col2 {
  width: 16.66667%;
}

.col3 {
  width: 25%;
}

.col4 {
  width: 33.33333%;
}

.col5 {
  width: 41.66667%;
}

.col6 {
  width: 50%;
}

.col7 {
  width: 58.33333%;
}

.col8 {
  width: 66.66667%;
}

.col9 {
  width: 75%;
}

.col10 {
  width: 83.33333%;
}

.col11 {
  width: 91.66667%;
}

.col12 {
  width: 100%;
}

.txtOrange {
  color: #fe5000;
}

.txtDef {
  color: #222;
}

.hBar {
  background: #eaf6ac;
  padding: 10px 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
}

.hL {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1em;
}

.hM {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.hM span {
  margin-right: 10px;
  color: #d8d8d8;
}

.hS {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1em;
}

p.hGray, dt.hGray, h1.hGray, h2.hGray, h3.hGray, h4.hGray, h5.hGray, h6.hGray {
  color: #636363;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
  font-weight: bold;
  margin-bottom: .5em;
}

ul.imgTile {
  text-align: center;
  letter-spacing: -.40em;
}

ul.imgTile li {
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: normal;
}

.btnOutline {
  position: relative;
  display: inline-block;
  border: 2px solid #ffbb17;
  background: #fff;
  text-decoration: none;
  text-align: center;
  padding: 16px 58px 16px 54px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

.btnOutline:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffbb17;
  border-right: 2px solid #ffbb17;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btnOutline:hover {
  opacity: 0.7;
  text-decoration: none;
}

.ynBtn {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 9999px;
  border: 2px solid;
  width: 60px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  border-color: #222;
  background: #222;
  color: #fff600;
}

.ynBtn.disabled {
  border-color: #d8d6d6;
  background: #fff;
  color: #c5c3c3;
}

.exList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.exList dd > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 300px;
}

.exList dd > ul li {
  width: 50%;
  margin-bottom: 0;
}

.exList dd > ul li:before {
  display: none;
}

.listDef li {
  position: relative;
  margin-bottom: .6em;
}

.listDef li:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  width: 8px;
  height: 8px;
  background: url(https://www.otsuka.co.jp/pms-lab/shared/images/list_mark_def.png) no-repeat center center;
  margin-right: 6px;
}

.listDef.indent li {
  padding-left: 14px;
  text-indent: -14px;
}

.listNum {
  counter-reset: num;
}

.listNum li {
  overflow: hidden;
  counter-increment: num;
}

.listNum li:before {
  content: ''counter(num)'. ';
  font-weight: bold;
  margin-right: .25em;
}

.listChk li {
  position: relative;
  padding-left: 20px;
  margin-bottom: .6em;
  font-weight: bold;
}

.listChk li:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  content: " ";
  width: 14px;
  height: 14px;
  background: url(https://www.otsuka.co.jp/pms-lab/shared/images/list_mark_chk.png) no-repeat center center;
}

.boxGray {
  background: #f9f7f7;
  padding: 50px 30px;
}
.boxGray.narrow{
  padding: 10px 13px;
}

.imgColL {
  *zoom: 1;
}

.imgColL:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.imgColL .colImg {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}

.imgColL.m0 {
  margin-right: 0;
  margin-bottom: 0;
}

.imgColR {
  *zoom: 1;
}

.imgColR:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.imgColR .colImg {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
}

.imgColR.m0 {
  margin-left: 0;
  margin-bottom: 0;
}

.pageTtl {
  position: relative;
  /* background: url(../images/page_ttl_bg.png) repeat center top; */
  background  : linear-gradient(to right, #e9f7a3, #ffd781);
  padding: 30px 30px 30px;
}

.pageTtl.s_type1 {
  margin-top: 40px;
}

.pageTtl .ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.pageTtl .ttl small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff600;
  margin-bottom: .5em;
}

.pageTtl .ttl small + strong {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}

.pageTtl .ttl.ttlM {
  font-size: 24px;
  font-size: 2.4rem;
}
.pageTtl .ttl.ttlM .sub{
  font-size: 1.8rem;
  display: block;
}

.pageTtl .desc {
  margin-top: 16px;
  color: #3c3c3c;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.86;
}

.pageTtl .illust {
  position: absolute;
  right: 0;
  bottom: 0;
}

.pageTtl + .ctsInr .txtBlock .catchL + p,
.pageTtl + .ctsInr .txtBlock .catchR + p {
  margin-top: 0;
}
.pageTtl + .ctsInr .txtBlock .catchL + .txtWrap,
.pageTtl + .ctsInr .txtBlock .catchR + .txtWrap {
  margin-top: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.scoopSetTtl {
  /* background: #fff600; */
  /* padding: 16px 20px; */
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.scoopSetTtl img{
  vertical-align:middle;
  margin-right:15px;
}

.scoopSec {
  padding-bottom: 40px;
}

.scoopTtl {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 24px;
}

.scoopLead {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fe5000;
  margin-bottom: 20px;
}

.scoopBtnArea {
  text-align: center;
  margin-top: 36px;
}

.scoopGraph {
  text-align: center;
  margin-top: 40px;
}

.pageAncerNav {
  border-bottom: 1px solid #efeceb;
  padding-bottom: 10px;
  margin-bottom: 28px;
}

.pageAncerNav ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

.pageAncerNav ul li a {
  display: inline-block;
  color: #222;
  text-decoration: none;
  font-weight: bold;
}

.pageAncerNav ul li a:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  width: 0;
  height: 0;
  border-top: 9px solid #fe5000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-right: 7px;
  margin-top: -2px;
}

.pageAncerNav ul li a:hover {
  text-decoration: underline;
}

.pageAncerTab ul {
  display: block;
  position: relative;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #efeceb;
  overflow: hidden;
  margin-left: -1px;
}

.pageAncerTab ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.pageAncerTab ul li {
  display: block;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.pageAncerTab ul li a {
  display: block;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  color: #222;
  border-left: 1px solid #efeceb;
}

.pageAncerTab ul li a:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  width: 0;
  height: 0;
  border-top: 9px solid #fe5000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-right: 7px;
  margin-top: -2px;
}

.pageAncerTab ul li a:hover {
  background: #fafafa;
}

.pageAncerTab.tab2 ul li {
  width: 50%;
}

.pageAncerTab.tab3 ul li {
  width: 33.33333%;
}

.pageAncerTab.tab4 ul li {
  width: 25%;
}

.pageAncerTab.tab5 ul li {
  width: 20%;
}

.pageAncerTab.tab6 ul li {
  width: 16.66667%;
}

.btnSbumit {
  display: inline-block;
  cursor: pointer;
  position: relative;
  background: #ffbb17;
  border-radius: 4px;
  text-align: center;
  min-width: 242px;
  height: 58px;
  line-height: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.btnSbumit:after {
  content: " ";
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 13px;
  top: 50%;
  margin-top: -5px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnSbumit:hover {
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.btnSbumit[disabled] {
  cursor: auto;
  color: #bdbab9;
  background: #efeceb;
  border-bottom: 2px solid #e3e0de;
}

.btnSbumit[disabled]:after {
  border-top: 3px solid #bdbab9;
  border-right: 3px solid #bdbab9;
}

.btnSbumit[disabled]:hover {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  color: #bdbab9;
}

.btnSbumit.btnL {
  min-width: 322px;
}

.listNav {
  padding-top: 20px;
}

.listNav ul {
  display: block;
  position: relative;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -21px;
}

.listNav ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.listNav ul li {
  display: block;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 21px;
}

.listNav ul li > a,
.listNav ul li > div {
  display: block;
  background: #fff;
  padding: 10px 10px 20px;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

.listNav ul li > a:hover,
.listNav ul li > div.hover {
  opacity: 0.7;
}

.listNav ul li > a:hover img,
.listNav ul li > div.hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.listNav ul li .link a {
  color: #636363;
  padding-top:17px;
  display:block;
}
.listNav ul li .hover .link a {
  text-decoration:underline;
}
.listNav ul li .link {
  position: relative;
  display: block;
  /*margin-top: 20px;*/
  padding: 0 6px 0 24px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.listNav ul li .link:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border-top: 2.5px solid #ffbb17;
  border-right: 2.5px solid #ffbb17;
  margin-top: -3px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top:18px;
  margin-left: 6px;
  margin-top: 2px;
}
.listNav ul li .thumb {
  cursor: pointer;
}

.listNav ul li .desc {
  display: block;
  margin-top: 12px;
  padding: 0 6px 0 24px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.67;
}

.listNav ul li .category {
  display: inline-block;
  background: #eaf6ac;
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  margin: 20px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 20px;
}

.listNav ul li .update {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  margin-top: 15px;
  padding-left: 24px;
}
.listNav ul li .update + .update {
  margin-top: 7px;
}

.detailNav {
  background: #ffefdb;
  padding: 9px 20px;
}

.detailNav ul li {
  display: inline-block;
  margin-right: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}

.detailNav ul li a {
  color: #222;
  text-decoration: none;
}

.detailNav ul li a:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 5px solid #fe5000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-top: -2px;
  margin-right: 2px;
}

.detailNav ul li a:hover {
  text-decoration: underline;
}

.txtBlock {
  margin-top: 2em;
}
.txtBlock.innerSec{
  margin-top: 30px;
}
.txtBlock.footCol{
  margin-top: 64px;
  text-align: right;
}
.txtBlock.footCol .colInner{
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.txtBlock:first-child{
  margin-top: 0;
}

.txtBlock p {
  margin-top: 2em;
  letter-spacing: .03em;
}

.txtBlock p:first-child, .txtBlock p:first-of-type {
  margin-top: 0;
}

.txtBlock sup {
  top: -.2em;
  font-size: 10px;
  font-size: 1rem;
}

.txtBlock .textLink.small{
  font-size: 13px;
}
.txtBlock .textLink.small:before{
  top: 8px;
  bottom: initial;
  bottom: auto;
}
.txtBlock .textLink + .textLink{
  margin-top: 0;
}

.mediaFlex{
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.mediaFlex.alignCenter{
  align-items: center;
}
.mediaFlex.reverse{
  flex-direction: row-reverse;
}
.mediaFlex >.img{
  flex-shrink: 0;
}
.mediaFlex >:not(.img){
  flex-grow: 1;
}

.catchL {
  float: left;
  margin-right: 36px;
  margin-bottom: 36px;
}

.catchR {
  float: right;
  margin-left: 36px;
  margin-bottom: 36px;
}

.imgL, .imgR {
  width: 260px;
}

.imgL .caption, .imgR .caption, .imgC .caption {
  display: block;
  margin-top: .8em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.67;
}

.imgL {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.imgR {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.imgC {
  text-align: center;
}

.imgC .caption {
  text-align: center;
}

img + .caption {
  display: block;
  margin-top: 1em !important;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.67;
}

.article .section {
  margin-bottom: 60px;
}

.article .section:last-child, .article .section:last-of-type {
  margin-bottom: 30px;
}

.article .section .sec {
  margin-bottom: 30px;
}

.hMarker {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.63;
  font-weight: bold;
  margin-bottom: 20px;
}

.hMarker > span {
  display: inline-block;
  padding: 0 4px;
  /* background: url(../images/marker_bg.png) repeat-x bottom left; */
  background-image: linear-gradient(to right, #e9f7a3, #ffd781);
	background-repeat: no-repeat;
	background-size: 100% 30%;
	background-position: bottom;
  letter-spacing: 0.05em;
}

.pMarker{
  background-image: linear-gradient(to right, #FFECBB, #FFECBB);
	background-repeat: no-repeat;
	background-size: 100% 30%;
	background-position: bottom;
}

.markerYellow {
  display: inline;
  background: url(https://www.otsuka.co.jp/pms-lab/shared/images/marker_yellow.png) repeat-x bottom left;
  padding: 0 4px 4px;
}

.markerYellowFuto {
  display: inline;
  background: url(https://www.otsuka.co.jp/pms-lab/shared/images/marker_yellow_futo.png) repeat-x bottom left;
  padding: 0 4px 6px;
}

.ctsNav {
  display: block;
  position: relative;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -20px;
}

.ctsNav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.ctsNav .ctsNavItm {
  display: block;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 20px;
  margin-top: 20px;
}

.ctsNav .ctsNavItm.wFull {
  width: 100%;
}

.ctsNav .ctsNavItm .inr {
  position: relative;
}

.ctsNav .ctsNavItm .itmBg {
  display: block;
  background: #fff;
  padding: 10px;
}

.ctsNav .ctsNavItm .ttl {
  z-index: 0;
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  color: #fe5000;
  font-weight: bold;
  background: #ffefdb;
}

.ctsNav .ctsNavItm .desc {
  z-index: 0;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.67;
  padding: 14px 6px 30px;
}

.ctsNav .ctsNavItm a.hitarea {
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.otsuka.co.jp/pms-lab/shared/images/hitarea_n.png) repeat center top;
}

.ctsNav .ctsNavItm a.hitarea:hover + .itmBg {
  background: #fff600;
}

.ctsNav .ctsNavItm a.hitarea:hover + .itmBg .ttl {
  background: #fff;
}

.ctsNav .ctsNavItm a.hitarea:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ctsNav .ctsNavItm a.hitarea:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  background: url(https://www.otsuka.co.jp/pms-lab/shared/images/cts_nav_arw.png) no-repeat center center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.linkList li a {
  color: #222;
  font-weight: bold;
}

.linkList li a:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 12px;
  background: url(https://www.otsuka.co.jp/pms-lab/shared/images/nav_arw_r.png) no-repeat center center;
  margin-right: 6px;
  margin-top: -2px;
}

.textLink a{
  position: relative;
  padding-left: 1em;
}

.textLink a:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffbb17;
  border-right: 2px solid #ffbb17;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.textLink a[target="_blank"]{
  color: #4da71c;
}
.textLink a[target="_blank"]:before{
  border-color: #4da71c;
}
.textLink a[target="_blank"]:after{
  content: '';
  display: inline-block;
  background: url(https://www.otsuka.co.jp/pms-lab/shared/images/blank.png) no-repeat center center;
  width: 12px;height: 12px;
  margin-left: 5px;
}

.textLink.marker{
  padding: 3px 5px;
  background: #EAF6AC;
}
.textLink.marker a{
  color: #3c3c3c;
  text-decoration: none;
}
.textLink.marker a:hover{
  text-decoration: underline;
}
.textLink.marker a:before{
  border-color: #636363;
}
.textLink.marker a:after{
  display: none;
}

.txtSource {
  display: block;
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
}
.txtSource + .txtSource{
  margin-top: 1rem;
}

.txtSource small {
  font-size: 10px;
  font-size: 1rem;
}

.btnList {
  *zoom: 1;
  margin-left: -12px;
}

.btnList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.btnList li {
  float: left;
}

.btnList li a {
  margin-left: 12px;
}

.btnList li a.btnOutline {
  display: block;
  padding: 14px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.43;
}

.btnList li a.btnOutline:after {
  right: 15px;
}

.btnList.cols2 li {
  width: 50%;
}

.btnList.cols3 li {
  width: 33.33333%;
}

.btnList.cols4 li {
  width: 25%;
}

.btnList.cols5 li {
  width: 20%;
}

.btnList.cols6 li {
  width: 50%;
}

.imgTxtLayout {
  *zoom: 1;
  margin-left: -34px;
}

.imgTxtLayout:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.imgTxtLayout .imgCol, .imgTxtLayout .txtCol {
  float: left;
}

.imgTxtLayout .imgCol .inr, .imgTxtLayout .txtCol .inr {
  padding-left: 34px;
}

.imgTxtLayout .imgCol {
  width: 52.95775%;
}

.imgTxtLayout .txtCol {
  width: 47.04225%;
}

.balloon {
  position: relative;
  border-radius: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.92;
  font-weight: bold;
  padding: 12px 16px;
  margin-top: 10px;
}

.balloon:first-child {
  margin-top: 0;
}

.balloon:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 14px;
}

.balloon small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

.balloon.ballGray {
  background: #f7f5f5;
}

.balloon.ballGray.ballL:before {
  right: -10px;
  border-left: 10px solid #f7f5f5;
}

.balloon.ballGray.ballR:before {
  left: -10px;
  border-right: 10px solid #f7f5f5;
}

.balloon.ballOrange {
  background: #ffefdb;
}

.balloon.ballOrange.ballL:before {
  right: -10px;
  border-left: 10px solid #ffefdb;
}

.balloon.ballOrange.ballR:before {
  left: -10px;
  border-right: 10px solid #ffefdb;
}

.balloon.ballGray {
  background: #f9f7f7;
}

.balloon.ballGray.ballR:before {
  left: -10px;
  border-right: 10px solid #f9f7f7;
}

.ttlBox .ttlBoxTtl {
  z-index: 1;
  position: relative;
  margin-bottom: -10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #636363;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.ttlBox .ttlBoxCts {
  position: relative;
  background: #f9f7f7;
  padding: 40px 55px 30px;
}

.btnArea {
  text-align: center;
}

.pageSns {
  *zoom: 1;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 40px;
}

.pageSns:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.pageSns ul {
  *zoom: 1;
  float: right;
}

.pageSns ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.pageSns ul li {
  float: left;
  height: 20px;
  margin-left: 10px;
}

.pager {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  *zoom: 1;
  position: relative;
  text-align: center;
}

.pager:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.pager .ctrl {
  position: absolute;
  top: 20px;
}

.pager .ctrl.disabled {
  display: none;
}

.pager .ctrl a {
  display: block;
  background: #fff;
  border-radius: 6px;
  line-height: 32px;
  height: 32px;
  color: #ffbb17;
  text-decoration: none;
  border: 1px solid #ffbb17;
  box-sizing: border-box;
  -webkit-box-shadow: rgb(99 99 99 / 10%) 2px 2px 4px;
  box-shadow: rgb(99 99 99 / 10%) 2px 2px 4px;
}

.pager .ctrl a:hover {
  opacity: 0.6;
}

.pager .ctrl.prev {
  left: 0;
}

.pager .ctrl.prev a {
  position: relative;
  padding: 0 20px 0 30px;
}

.pager .ctrl.prev a:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-right: 6px solid #ffbb17;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -4px;
}

.pager .ctrl.next {
  right: 0;
}

.pager .ctrl.next a {
  position: relative;
  padding: 0 30px 0 20px;
}

.pager .ctrl.next a:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-left: 6px solid #ffbb17;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}

.pager .page {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.pager .page a {
  display: block;
  background: #fff;
  border-radius: 6px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  color: #ffbb17;
  text-decoration: none;
  border: 1px solid #ffbb17;
  box-sizing: border-box;
  -webkit-box-shadow: rgb(99 99 99 / 10%) 2px 2px 4px;
  box-shadow: rgb(99 99 99 / 10%) 2px 2px 4px;
}

.pager .page a:hover {
  opacity: 0.6;
}

.pager .page.current a {
  background: #ffbb17;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

.rowTbl {
  display: block;
  position: relative;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.rowTbl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.rowTbl .rowTblCol {
  display: block;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.rowTbl .uhRowTblTh, .rowTbl .uhRowTblTd {
  padding: 10px;
}

.rowTbl .uhRowTblTh {
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.rowTbl .uhRowTblTd {
  border-bottom: 1px solid #ccc;
}

.rowTbl .uhRowTblTd:last-child {
  border-bottom: none;
}

.relColumn {
  border: 1px solid #ccc;
}

.relColumn .relColumnHead, .relColumn .relColumnBody {
  padding: 16px;
}

.relColumn .relColumnHead {
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ccc;
  background: #e6e6e6;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.radioWrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}

.radioWrap input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  opacity: .00001;
  position: absolute;
  left: 0;
  top: 0;
}

.ynChk + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 9999px;
  border: 2px solid #d8d6d6;
  color: #c5c3c3;
  background: #fff;
  width: 60px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}

.ynChk:checked + label {
  border-color: #ffbb17;
  background: #ffbb17;
  color: #fff;
}

/* --------------------------------------------------

  utility

-------------------------------------------------- */
/* --------------------------------------------------

  utility


-------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.none {
  display: none !important;
}

.fwb {
  font-weight: bold !important;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt-25 {
  margin-top: -25px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mt-35 {
  margin-top: -35px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

.mt-45 {
  margin-top: -45px !important;
}

.mt-50 {
  margin-top: -50px !important;
}

.mt-55 {
  margin-top: -55px !important;
}

.mt-60 {
  margin-top: -60px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}



/* 2016/08/26 add parts */
.grafBlock{
padding:35px 0 40px;
background:#f9f7f7;
margin-top:2em;
}
.grafBlock p{
margin-top:0;
}
.grafBlock .notes{
font-size:10px;
text-align:right;
padding:20px 40px 0;
clear:both;
}
.grafBlock .legend{
text-align:right;
padding:0 40px 20px;
}
.grafTtl01{
font-size:16px !important;
padding-left:24px;
margin:0 60px 15px 60px;
position:relative;
color: #636363;
}
.grafTtl01 em{
font-weight:bold;
font-style:normal;
}
.grafTtl01:before{
content:"";
display:block;
width:14px;
height:14px;
background:#d8d8d8;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
position:absolute;
left:0px;
top:0.3em;
}
.grafTtl02{
font-size:16px !important;
padding-left:30px;
margin:0 60px 15px 60px;
position:relative;
color:#636363;
}
.grafTtl02 em{
font-weight:bold;
font-style:normal;
}
.grafTtl02 span{
display:block;
position:absolute;
top: 0;
left:0;
color: #c4c4c4;
}
.grafBlock .txtBlock{
  margin-inline: 60px;
}
.grafBlock.noBg{
  background: none;
  padding: 0;
  margin: 20px 0;
}
.grafBlock.noBg + p{
  margin-top: 20px;
}

.navMainToggle, .navMainClose, #footer .author{display: none;}

.creaSp {
  display: none;
}

.sns:last-child {
  display: none;
}

.m_pcHide {
  display: none !important;
}


.m_sup {
  vertical-align: top;
  font-size: .6em;
}
#main .m_noteText {
  font-size: 10px;
  font-size: 1.0rem;
}

.m_indent{
  margin-left: 1em;
  text-indent: -1em;
}

.svBox{
  background: #fff;
  padding: 50px;
}
.svBox p{
  line-height: 1.5;
}
.svBox .boxInner{
  position: relative;
  box-sizing: border-box;
  min-height: 160px;
  padding-left: 160px;
}
.svBox .img{
  position: absolute;
  top: 0;left: 0;
}
.svBox .nameCol{
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 7px;
}
.svBox .nameCol .main{
  margin-bottom: 6px;
}
.svBox .nameCol .main .label{
  display: block;
  margin-bottom: 1px;
}
.svBox .nameCol .main .name{
}
.svBox .nameCol .main .name .em{
  font-size: 18px;
  margin-right: 5px;
}
.svBox .nameCol .sub{}
.svBox .txtWrap{
  font-size: 12px;
}
.svBox .txtWrap .txt{
  font-size: 12px;
}
.contents .article >.svBox,
.contents .ctsInr >.svBox{
  margin: 20px 20px 50px;
  padding: 0;
}
.contents .ctsInr >.svBox{
  margin-top: 60px;
}
.article .section +.svBox{
  margin-top: -10px;
}

.topicsSec{
  border: 1px solid #FFBB17;
  box-sizing: border-box;
  position: relative;
  margin-top: 64px;
  padding: 54px 40px 40px;
}
.topicsSec .secHead{
  position: absolute;
  color: #fff;
  background: #FFBB17;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  padding: 12px 20px;
  top: -24px;left: -1px;
}
.topicsSec .secInner >*:last-child{
  margin-bottom: 0 !important;
}
.topicsSec .secInner .innerHead{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.topicsSec .secInner >p{
  color: #3c3c3c;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 10px;
}
.topicsSec .secInner sup{
  font-size: 0.7em;
}
.topicsSec .secInner .notes{
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.imgRt{
  position: relative;
}
.imgRt img{
  position: absolute;
  top: 4px;
  right:32px;
}

.txtBlock .itemList{
  display: flex;
  flex-wrap: wrap;
}
.txtBlock .itemList dt{
  font-weight: bold;
  line-height: 1.6;
}
.txtBlock .itemList dd{
  line-height: 1.6;
}
.txtBlock .itemList.type1 dt{
  width: 60px;
}
.txtBlock .itemList.type1 dd{
  width: calc(100% - 60px);
}
.txtBlock .itemList.type2 dt{
  width: 95px;
}
.txtBlock .itemList.type2 dd{
  width: calc(100% - 95px);
}