@charset "UTF-8";
/* Mixins */
/* Define */
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.8pt;
  color: #221817;
  -webkit-text-size-adjust: none;
  background: linear-gradient(90deg, #77a0cd, #a6d0c8, #77a0cd);
  background-color: #E4EDF4;
  word-break: break-all;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.8;
}

ul, li, dl, dt, dd, p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a:link {
  color: #0082ff;
}
a:visited {
  color: #3f596f;
}
a:link:hover {
  opacity: 0.7;
}

img {
  border: none;
}
@media screen and (max-width: 600px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

div, p {
  max-height: 100%;
}

sup a {
  text-decoration: none;
}
sup a:hover {
  text-decoration: underline;
}

ul, ol {
  margin: 0;
  padding: 0;
}

address {
  display: inline-block;
}

button {
  cursor: pointer;
}

/* Structure */
.wrapper {
  background: url("../img/bg.jpg");
  background-size: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .wrapper {
    padding: 0 20px 100px;
  }
}
@media screen and (min-width: 601px) {
  .wrapper {
    width: 1000px;
    padding: 60px 0;
  }
}

@media screen and (max-width: 600px) {
  header, section, article {
    margin: 0 auto 100px;
  }
}
@media screen and (min-width: 601px) {
  header, section, article {
    width: 800px;
    margin: 0 auto 150px;
  }
}

header h1 {
  text-align: center;
  margin-bottom: 20px;
}
header .intro {
  text-indent: 1em;
}
header .intro strong {
  background: url("../img/stress/border.png") bottom no-repeat;
  background-size: 100%;
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  header .intro {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 601px) {
  header .intro {
    margin-bottom: 60px;
  }
}
header .logo {
  text-align: center;
  margin-bottom: 20px;
}
header .doctor {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}
header .doctor a {
  text-decoration: none;
  color: #000;
}
header .introduce {
  padding-top: 3px;
  font-size: 12px;
}
header .introduce a {
  border-bottom: solid 1px #333;
}
header .index {
  text-align: center;
}
header .index li {
  margin-bottom: 1em;
}
header .index a {
  display: inline-block;
  height: 23px;
  color: #3f745b;
  text-decoration: none;
  border-bottom: solid 1px #3f745b;
}
header .index a:visited {
  border-bottom: solid 1px #3f596f;
}
@media screen and (max-width: 600px) {
  header {
    padding-top: 40px;
  }
}
section h1 {
  margin-bottom: 20px;
}
section p {
  text-indent: 1em;
  margin-bottom: 2em;
  font-size: 15px;
  line-height: 2.15;
}

/* Modules */
.indent {
  display: inline-block;
  text-indent: 1em;
}

.required {
  color: #0071bc;
}

.toTop {
  position: fixed;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .toTop {
    right: 3%;
  }
}
@media screen and (min-width: 601px) {
  .toTop {
    right: 10%;
  }
}

.error {
  color: #f00;
}
@media screen and (max-width: 600px) {
  .error {
    display: block;
  }
}

.sup-list {
  font-size: 14px;
}

.break {
  display: inline-block;
}

.example {
  text-indent: 0;
  color: #444;
  line-height: 1.5;
  font-size: 11px;
}

.mod-title {
  font-weight: bold;
  line-height: 1;
  color: #033A12;
  margin-bottom: 29px;
}
@media screen and (max-width: 600px) {
  .mod-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 601px) {
  .mod-title {
    font-size: 36px;
  }
}

.mod-lists {
  list-style: disc;
}
.mod-lists li {
  margin-bottom: 2em;
}

.reference, .box-reference {
  font-size: 11px;
}

.box-reference {
  margin-top: 4em;
}
@media screen and (max-width: 600px) {
  .box-reference {
    text-align: left;
  }
}
@media screen and (min-width: 601px) {
  .box-reference {
    text-align: right;
  }
}

@media screen and (min-width: 601px) {
  .nav-menu {
    margin-bottom: 4em;
    overflow: hidden;
    padding: 0 80px 10px;
  }
}
@media screen and (max-width: 600px) {
  .nav-menu ul {
    list-style: disc;
    list-style-position: outside;
    text-align: left;
    margin: 30px 0 0 3em;
    font-size: 13px;
  }
}
@media screen and (min-width: 601px) {
  .nav-menu ul {
    overflow: hidden;
  }
}
@media screen and (min-width: 601px) {
  .nav-menu li {
    float: left;
  }
  .nav-menu li:first-child:after {
    content: "|";
    margin: 0 0.5em;
    color: #aaa;
  }
}
.nav-menu a:link, .nav-menu a:visited {
  color: dodgerblue;
  text-decoration: none;
  border-bottom: solid 1px dodgerblue;
}
.nav-menu a:link.current, .nav-menu a:visited.current {
  color: #333;
  font-weight: bold;
  border-bottom: none;
}
.nav-menu .logo {
  display: block;
}
.nav-menu .logo a {
  width: auto;
  height: 110px;
  overflow: hidden;
  display: inline-block;
  border-bottom: none;
}
.nav-menu .logo img {
  width: auto;
  height: 140px;
}
@media screen and (max-width: 600px) {
  .nav-menu .logo {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 601px) {
  .nav-menu .logo {
    float: left;
  }
}
@media screen and (max-width: 600px) {
  .nav-menu .menu-menu {
    text-align: center;
  }
}
@media screen and (min-width: 601px) {
  .nav-menu .menu-menu {
    float: right;
    padding-top: 52px;
    text-align: right;
  }
}
.nav-menu .menu-header {
  font-size: 13px;
  margin-bottom: 3px;
}

.btn-download {
  display: inline-block;
  border: solid 2px #000064;
  color: #000064 !important;
  padding: 4px 26px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: sans-serif;
  margin-top: 15px;
  border-radius: 3px;
}
.btn-download:before {
  display: inline-block;
  content: url(../img/icon_dl.svg);
  width: 24px;
  height: 24px;
  position: relative;
  top: 1px;
}
.btn-download:hover {
  background-color: #fff;
  border: solid 2px #444464;
}

/* Styles */
@media screen and (max-width: 600px) {
  #img-txtStrChk {
    width: 100%;
    height: 71px;
    max-width: 300px;
    background: url("../img/stress/txt_title_sp.png") no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 601px) {
  #img-txtStrChk {
    width: 734px;
    height: 36px;
    background: url("../img/stress/txt_title.png") no-repeat;
    background-size: 734px 36px;
  }
}

.mod-howto h2 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.mod-flow {
  list-style: none;
  margin-bottom: 60px;
}
.mod-flow li {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  position: relative;
  margin-bottom: 15px;
}
.mod-flow li:before, .mod-flow li:after {
  content: "";
  display: table;
}
.mod-flow li:after {
  clear: both;
}
@media screen and (max-width: 600px) {
  .mod-flow li:nth-of-type(3) {
    z-index: 2;
  }
  .mod-flow li:nth-of-type(4) {
    z-index: 1;
  }
}
.mod-flow .flow-block, .mod-flow .flow-block-half, .mod-flow .flow-block-oneline, .mod-flow .flow-block-noarrow {
  position: relative;
  color: #fff;
  background-color: #00808a;
  text-align: center;
  padding: 22px 0 18px;
}
.mod-flow .flow-block:after, .mod-flow .flow-block-half:after, .mod-flow .flow-block-oneline:after, .mod-flow .flow-block-noarrow:after {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  display: inline-block;
  vertical-align: top;
  content: url("../img/stress/delta.png");
  position: absolute;
  left: 50%;
  margin-left: -13px;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .mod-flow .flow-block:after, .mod-flow .flow-block-half:after, .mod-flow .flow-block-oneline:after, .mod-flow .flow-block-noarrow:after {
    bottom: -70px;
  }
}
@media screen and (min-width: 601px) {
  .mod-flow .flow-block:after, .mod-flow .flow-block-half:after, .mod-flow .flow-block-oneline:after, .mod-flow .flow-block-noarrow:after {
    top: 100px;
  }
}
.mod-flow .flow-block-noarrow:after {
  content: "";
}
.mod-flow .flow-block-oneline {
  padding: 39px 0 29px;
}
@media screen and (max-width: 600px) {
  .mod-flow .flow-block-half {
    width: 80%;
    margin-top: 15px;
    float: right;
  }
  .mod-flow .flow-block-half:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    display: inline-block;
    vertical-align: top;
    content: url("../img/stress/arrow-1.png");
    position: absolute;
    top: -370px;
    left: 88%;
    margin-left: -13px;
    z-index: 100;
  }
  .mod-flow .flow-block-half:first-of-type {
    float: left;
    margin-top: 0;
    margin-right: 20px;
  }
  .mod-flow .flow-block-half:first-of-type:before {
    content: url("../img/stress/delta.png");
    top: -23px;
    left: 50%;
  }
  .mod-flow .flow-block-half:first-of-type:after {
    content: url("../img/stress/arrow-2.png");
    position: absolute;
    bottom: -408px;
    left: 13%;
    z-index: -1;
  }
}
@media screen and (min-width: 601px) {
  .mod-flow .flow-block-half {
    float: left;
    width: 390px;
    height: 190px;
  }
  .mod-flow .flow-block-half:first-of-type {
    margin-right: 20px;
  }
  .mod-flow .flow-block-half:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    display: inline-block;
    vertical-align: top;
    content: url("../img/stress/delta.png");
    position: absolute;
    top: -23px;
    left: 50%;
    margin-left: -13px;
    z-index: 100;
  }
  .mod-flow .flow-block-half:after {
    position: absolute;
    top: 220px;
    left: 195px;
    z-index: 100;
  }
}
.mod-flow .flow-block-half h3 {
  margin-bottom: 10px;
}
.mod-flow .flow-block-half p {
  text-indent: 0;
  text-align: left;
  padding: 0 0.25em 0 0.75em;
}
.mod-flow h3 {
  font-size: 31px;
  line-height: 40px;
}
.mod-flow p {
  line-height: 2;
  margin-bottom: 0;
}

.mod-hitodanraku {
  text-align: center;
  line-height: 2.5;
}

.mod-work {
  position: relative;
}
.mod-work .works {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
.mod-work h2 {
  color: #004900;
  font-weight: bold;
  line-height: 2.5;
}
.mod-work .study {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .mod-work .study {
    list-style-position: outside;
    margin-left: 32px;
  }
}
@media screen and (min-width: 601px) {
  .mod-work .study {
    list-style-position: inside;
  }
}
.mod-work .study-sub {
  list-style: disc;
  list-style-position: outside;
  margin-left: 22px;
}
@media screen and (max-width: 600px) {
  .mod-work .works li {
    line-height: 1.5;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 601px) {
  .mod-work .works {
    line-height: 2.5;
  }
}

.mod-notgood {
  width: 100%;
  margin: 0 auto 150px;
}
@media screen and (min-width: 601px) {
  .mod-notgood h1 {
    width: 800px;
    margin: 0 auto 30px;
  }
}

.mod-futekisetsuSample dl {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.mod-futekisetsuSample dl:before, .mod-futekisetsuSample dl:after {
  content: "";
  display: table;
}
.mod-futekisetsuSample dl:after {
  clear: both;
}
@media screen and (max-width: 600px) {
  .mod-futekisetsuSample {
    margin-bottom: 20px;
  }
  .mod-futekisetsuSample .intro {
    margin-bottom: 0;
  }
  .mod-futekisetsuSample .talk {
    background-color: #ffe3a6;
    padding: 20px;
    border-radius: 10px;
  }
  .mod-futekisetsuSample .mrA {
    text-align: center;
  }
  .mod-futekisetsuSample .fukiFromL {
    position: relative;
    background: #fff;
    border: 1px solid #bdc1c4;
    border-radius: 10px;
    padding: 20px;
  }
  .mod-futekisetsuSample .fukiFromL h2 {
    font-weight: bold;
  }
  .mod-futekisetsuSample .fukiFromL p {
    text-indent: 0;
    margin-bottom: 0;
  }
  .mod-futekisetsuSample .fukiFromL:after, .mod-futekisetsuSample .fukiFromL:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .mod-futekisetsuSample .fukiFromL:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 30px;
    margin-left: -30px;
  }
  .mod-futekisetsuSample .fukiFromL:before {
    border-color: rgba(189, 193, 196, 0);
    border-bottom-color: #bdc1c4;
    border-width: 31px;
    margin-left: -31px;
  }
  .mod-futekisetsuSample .doctor {
    text-align: center;
    position: relative;
    top: 265px;
  }
  .mod-futekisetsuSample .fukiFromR {
    position: relative;
    top: -275px;
    border-radius: 10px;
    padding: 20px 20px 0;
    background: #fff;
    border: 1px solid #bdc1c4;
    min-height: 13em;
  }
  .mod-futekisetsuSample .fukiFromR:after, .mod-futekisetsuSample .fukiFromR:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .mod-futekisetsuSample .fukiFromR:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 30px;
    margin-left: -30px;
  }
  .mod-futekisetsuSample .fukiFromR:before {
    border-color: rgba(189, 193, 196, 0);
    border-top-color: #bdc1c4;
    border-width: 31px;
    margin-left: -31px;
  }
}
@media screen and (min-width: 601px) {
  .mod-futekisetsuSample {
    margin-bottom: 60px;
  }
  .mod-futekisetsuSample .mrA {
    float: left;
  }
  .mod-futekisetsuSample .talk {
    margin: 0 60px;
    background-color: #ffe3a6;
    padding: 20px 40px;
    border-radius: 10px;
  }
  .mod-futekisetsuSample .intro {
    margin-bottom: 0;
    padding: 50px 163px;
  }
  .mod-futekisetsuSample .fukiBase, .mod-futekisetsuSample .fukiFromR, .mod-futekisetsuSample .fukiFromL {
    width: 440px;
    border: solid 1px #bdc1c4;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px;
    position: relative;
    display: inline-block;
  }
  .mod-futekisetsuSample .fukiBase:before, .mod-futekisetsuSample .fukiFromR:before, .mod-futekisetsuSample .fukiFromL:before, .mod-futekisetsuSample .fukiBase:after, .mod-futekisetsuSample .fukiFromR:after, .mod-futekisetsuSample .fukiFromL:after {
    content: "";
    position: absolute;
    margin-left: 0;
    display: block;
  }
  .mod-futekisetsuSample .fukiBase h2, .mod-futekisetsuSample .fukiFromR h2, .mod-futekisetsuSample .fukiFromL h2 {
    font-weight: bold;
  }
  .mod-futekisetsuSample .fukiBase p, .mod-futekisetsuSample .fukiFromR p, .mod-futekisetsuSample .fukiFromL p {
    text-indent: 0;
    margin-bottom: 0;
  }
  .mod-futekisetsuSample .fukiFromL {
    float: left;
    margin-left: 35px;
    margin-top: 20px;
  }
  .mod-futekisetsuSample .fukiFromL:before {
    left: -30px;
    top: 80px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-bottom: solid 1px #bdc1c4;
    z-index: 98;
  }
  .mod-futekisetsuSample .fukiFromL:after {
    left: -43px;
    top: 71px;
    width: 46px;
    height: 30px;
    background: #ffe3a6;
    border-radius: 30px 0 22px 0;
    border-bottom: solid 1px #bdc1c4;
    z-index: 99;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .mod-futekisetsuSample .doctor {
    clear: left;
    float: right;
  }
  .mod-futekisetsuSample .fukiFromR {
    float: right;
    margin-right: 35px;
    margin-top: 20px;
  }
  .mod-futekisetsuSample .fukiFromR:before {
    right: -30px;
    top: 80px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-bottom: solid 1px #bdc1c4;
    z-index: 98;
  }
  .mod-futekisetsuSample .fukiFromR:after {
    right: -43px;
    top: 71px;
    width: 46px;
    height: 30px;
    background: #ffe3a6;
    border-radius: 0 30px 0 22px;
    border-bottom: solid 1px #bdc1c4;
    z-index: 99;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
.mod-futekisetsuSample .why {
  margin: 50px 0 30px;
  text-align: center;
}

.mod-QandA {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  border: solid 1px #2b3f3d;
  border-radius: 30px;
  padding: 30px 45px;
  background-color: #e0f0e2;
}
.mod-QandA:before, .mod-QandA:after {
  content: "";
  display: table;
}
.mod-QandA:after {
  clear: both;
}
.mod-QandA:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .mod-QandA {
    margin: 0 auto 20px;
  }
  .mod-QandA dd:first-of-type {
    margin-bottom: 2em;
  }
  .mod-QandA figure {
    margin: 0;
  }
}
@media screen and (min-width: 601px) {
  .mod-QandA {
    width: 830px;
    margin: 0 auto 50px;
  }
  .mod-QandA dt {
    margin-right: 30px;
    float: left;
    clear: left;
  }
  .mod-QandA dd {
    width: 615px;
    position: relative;
    float: left;
  }
  .mod-QandA dd:first-of-type {
    width: 720px;
    margin-bottom: 30px;
  }
  .mod-QandA .ill1 {
    position: absolute;
    top: -90px;
    right: -220px;
  }
  .mod-QandA .withIll1 {
    width: 490px !important;
    padding-right: 100px;
  }
  .mod-QandA .ill2 {
    position: absolute;
    top: -230px;
    right: -110px;
  }
  .mod-QandA .withIll2 {
    width: 510px !important;
    padding-right: 100px;
  }
}
.mod-QandA strong {
  color: royalblue;
}

.mod-tecnique h2 {
  text-align: center;
  padding: 10px 40px 7px;
  border: solid 1px #bee8cf;
  border-radius: 15px;
  background-color: #ebf6ce;
  color: #000064;
}
@media screen and (max-width: 600px) {
  .mod-tecnique h2 {
    font-size: 18px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 601px) {
  .mod-tecnique h2 {
    font-size: 20px;
    width: 365px;
    margin: 0 auto 30px;
  }
}
.mod-tecnique ul {
  text-align: center;
}
.mod-tecnique li {
  display: inline-block;
  vertical-align: top;
  background-color: #d5ecdd;
  font-size: 12px;
  border-radius: 10px;
  padding: 20px 0;
  margin-bottom: 20px;
}
.mod-tecnique li:last-of-type {
  margin-bottom: 0;
}
.mod-tecnique li h3 {
  font-size: 20px;
}
.mod-tecnique li p {
  text-indent: 0;
  text-align: left;
  margin: 0 26px;
  min-height: 3em;
  line-height: 1.8;
}
@media screen and (min-width: 601px) {
  .mod-tecnique li {
    width: 370px;
    height: 140px;
  }
  .mod-tecnique li:nth-of-type(2n+1) {
    margin-right: 20px;
  }
}

.mod-inquiry {
  margin-bottom: 0;
  padding-bottom: 60px;
}
.mod-inquiry .intro {
  margin-bottom: 2em;
  font-size: 14px;
}
.mod-inquiry .isRequired {
  margin-bottom: 1.5em;
}
.mod-inquiry p {
  margin-bottom: 0;
}
.mod-inquiry form {
  font-size: 12px;
}
.mod-inquiry dd {
  margin-bottom: 20px;
}
.mod-inquiry .notice {
  color: #e00;
  margin-bottom: 50px;
}
.mod-inquiry .notice ul {
  list-style: disc;
  list-style-position: inside;
}
.mod-inquiry .notice li {
  margin-bottom: 1em;
}
.mod-inquiry button {
  border: none;
  background: none;
  padding: 0;
}

.form-inputs input[type=text], .form-inputs input[type=tel], .form-inputs textarea {
  padding: 5px;
  background-color: #f2ffd5;
  border: solid 1px #b1b5da;
  box-shadow: inset 1px 1px 4px #798479;
}
@media screen and (max-width: 600px) {
  .form-inputs input[type=text], .form-inputs textarea {
    width: 90%;
  }
  .form-inputs input[type=tel] {
    width: 15em;
  }
}
@media screen and (min-width: 601px) {
  .form-inputs input[type=text] {
    width: 30em;
  }
  .form-inputs input[type=tel] {
    width: 15em;
  }
  .form-inputs textarea {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .form-confirm {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 601px) {
  .form-confirm {
    width: 600px;
    margin: 4em auto;
  }
}

.box-submit {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .toMain {
    display: block;
    margin: 0 auto;
    background: url("../img/stress/bnr_footer_sp.png") no-repeat;
    background-size: cover;
    width: 249px;
    height: 220px;
  }
}
@media screen and (min-width: 601px) {
  .toMain {
    background: url("../img/stress/bnr_footer.png") no-repeat;
  }
}

.copyright {
  text-align: center;
  font-size: 12px;
}

.introduction {
  background: #fafafa;
  font-size: 14px;
  padding: 1em;
  margin: 0.5em 0 0.5em 2em;
  text-indent: 1em;
}

/* StressCheckArticles */
@media screen and (max-width: 600px) {
  .header-mh {
    width: 100%;
    margin-bottom: 1em;
  }
  .header-mh .logo {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 601px) {
  .header-mh {
    width: 830px;
    margin-bottom: 60px;
  }
  .header-mh .logo {
    margin-bottom: 50px;
  }
  .header-mh .intro {
    margin-bottom: 50px;
    text-align: center;
  }
}

.mod-article-mh {
  background-color: #f6f6f6;
  border: solid 1px #999;
  border-radius: 2px;
  overflow: hidden;
}
.mod-article-mh .quoteFrom {
  font-size: 16px;
  margin-top: 3px;
}
.mod-article-mh h3 {
  margin: 2em 0;
  font-size: 18px;
  font-weight: bold;
}
.mod-article-mh p {
  text-indent: 1em;
  line-height: 1.9;
}
.mod-article-mh table {
  font-size: 13px;
  margin: 1em 1em 3em;
  border-collapse: collapse;
}
.mod-article-mh caption {
  margin: 2em 0;
  padding: 1em 0;
  border: solid 1px #333;
  border-width: 1px 0;
}
.mod-article-mh th, .mod-article-mh td {
  font-weight: normal;
  padding: 0.5em 0;
  border-bottom: solid 1px #ccc;
  vertical-align: top;
}
.mod-article-mh th:first-of-type, .mod-article-mh td:first-of-type {
  padding-right: 2em;
}
.mod-article-mh th {
  min-width: 14em;
  text-align: left;
  vertical-align: top;
}
.mod-article-mh thead th {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .mod-article-mh {
    padding: 2em 1em;
  }
  .mod-article-mh h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 1em;
    padding-left: 1em;
    border-left: solid 10px black;
  }
  .mod-article-mh .quoteFrom {
    display: inline-block;
  }
  .mod-article-mh th, .mod-article-mh td {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .mod-article-mh {
    padding: 3em 4em;
    width: 700px;
  }
  .mod-article-mh h2 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 1em;
    padding-left: 1em;
    border-left: solid 10px black;
  }
}

.nav-index {
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .nav-index {
    padding: 2em 1em;
  }
}
@media screen and (min-width: 601px) {
  .nav-index {
    padding: 2em 4em;
  }
}

@media screen and (max-width: 600px) {
  .wrapper-op {
    padding: 2em 20px;
  }
}
@media screen and (min-width: 601px) {
  .wrapper-op {
    padding: 30px 0;
  }
}

.isolate {
  margin: 2em 0;
  font-size: 14px;
}

.tar {
  text-align: right;
}

.banner {
  text-align: center;
  margin: -4em 0 2em;
}

/* Corona */
.body-corona {
  font-weight: 500;
}
@media screen and (min-width: 601px) {
  .body-corona .sec-corona {
    max-width: 600px;
    margin: 0 auto;
    width: 90%;
  }
  .body-corona header {
    text-align: center;
    margin-bottom: 3em;
  }
  .body-corona .nav-menu {
    margin-bottom: 2em;
  }
  .body-corona .nav-menu .logo {
    float: none;
    text-align: center;
  }
  .body-corona h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: darkgreen;
    margin-bottom: 2em;
  }
  .body-corona .tbl-corona {
    line-height: 1.75;
  }
  .body-corona .tbl-corona dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .body-corona .tbl-corona dd {
    margin-bottom: 3em;
    padding-left: 1em;
  }
  .body-corona .banner {
    margin: 0 0 2em;
  }
}
@media screen and (max-width: 600px) {
  .body-corona header {
    text-align: center;
    margin-bottom: 3em;
  }
  .body-corona .nav-menu .logo {
    float: none;
    text-align: center;
    margin-bottom: 1em;
  }
  .body-corona h1 {
    font-size: 26px;
    font-weight: bold;
    color: darkgreen;
    margin-bottom: 3em !important;
    line-height: 1.25;
  }
  .body-corona dl {
    line-height: 1.75;
  }
  .body-corona dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .body-corona dd {
    margin-bottom: 3em;
  }
}

.corona-dl {
  border-top: solid 1px #666;
  padding: 2em 0;
}

/*# sourceMappingURL=check.css.map */
