/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
    font-family: "Roboto",'Noto Serif JP',sans-serif,'Noto Sans JP',meiryo,serif;

  color: #3d3536;
  background-color: white;
}
h3 {
  font-size: 150%;
  border-left: 4px solid;
  padding-left: .5em;
  margin-bottom: 1em;
}
a {
  color: #b4d7a8;
  text-decoration: none;
}

/* -------------------------------- 

Alternate Fixed & Scroll Backgrounds - by CodyHouse.co

-------------------------------- */
.cd-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.cd-main-header:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-main-header__logo {
  float: left;
  margin: 13px 0 0 5%;
}

.cd-main-header__logo img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .cd-main-header {
    height: 70px;
  }
  .cd-main-header__logo {
    margin: 23px 0 0 5%;
  }
}

.cd-main-nav {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../img/cd-icon-menu.svg") no-repeat center center;
  background-size: 44px 44px;
  cursor: pointer;
}

.cd-main-nav__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.cd-main-nav__list.cd-main-nav__list--is-visible {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.cd-main-nav__list a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #2f292a;
  border-top: 1px solid #453c3d;
  color: #8e7d7f;
}

@media only screen and (min-width: 768px) {
  .cd-main-nav {
    /* reset style */
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .cd-main-nav__list {
    /* reset style */
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    line-height: 70px;
  }
  .cd-main-nav__list.cd-main-nav__list--is-visible {
    /* reset style */
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .cd-main-nav__list li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-main-nav__list a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #3d3536;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .cd-main-nav__list a:hover {
    color: #99a478;
  }
}

.cd-fixed-bg {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.cd-fixed-bg__content, .cd-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
/*
  width: 90%;
  max-width: 1170px;
*/
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 1em 0;
}

.cd-fixed-bg h1, .cd-fixed-bg h2 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}

.cd-fixed-bg.cd-fixed-bg--1 {
  background-image: url("../img/img-bg01.jpg");
}

.cd-fixed-bg.cd-fixed-bg--2 {
  background-image: url("../img/img-bg02.jpg");
}

.cd-fixed-bg.cd-fixed-bg--3 {
  background-image: url("../img/img-bg03.jpg");
}

.cd-fixed-bg.cd-fixed-bg--4 {
  background-image: url("../img/img-bg04.jpg");
}

@media only screen and (min-width: 768px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 3.6rem;
  }
}

    .cd-fixed-bg {
      background-attachment: fixed;
    }
@media only screen and (min-width: 1170px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 4.8rem;
    font-weight: 300;
  }
  @supports (background-attachment: fixed) {
    /* fix bug on IE11 and below */
  }
}

.cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 4em 0;
  line-height: 1.6;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.cd-scrolling-bg.cd-scrolling-bg--color-1 {
  background-color: #ffcfd5;
  color: #333;
}

.cd-scrolling-bg.cd-scrolling-bg--color-2 {
  background-color: #001336;
  color: #dedede;
}

.cd-scrolling-bg.cd-scrolling-bg--color-3 {
  background-color: #efefef;
  color: #333;
}

.cd-scrolling-bg__content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .cd-scrolling-bg {
    padding: 8em 0;
    font-size: 2rem;
    line-height: 2;
    font-weight: 300;
  }
}
/****/

.domain-text {
  font-weight: 700;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.domain-place {
  font-size: 140%;
  font-weight: 700;
}
.txt-red {
  color: #e50000;
}
.txt-blue{
  color: #0000c6;
}
.txt-u {
  text-decoration: underline;
}
.x120 {
  font-size: 120%;
}
.x150 {
  font-size: 150%;
}
.x200 {
  font-size: 200%;
}
body ul,
body ol{
  margin-top: 1em;
  margin-left: 2em;
  margin-bottom: 1em;
}
body ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
body ul li {
  list-style: disc;
  list-style-position: outside;
}
.btn-box {
  margin: 2em;
  text-align: center;
}
.btn-box .btn-entry ,
.btn-box .btn-entry:visited {
  background-color: #cc0000;
  color: #fff;
  padding: 1em 1.5em;
  border: 1px solid #cc0000;
  border-radius: 8px;
}
.btn-box .btn-entry:hover {
  background-color: #fff;
  border: 1px solid #cc0000;
  color: #000;
}
footer {
  margin-top: 3em;
  margin-bottom: 4em
}
footer p{
  margin: 1em auto;
  font-family: "Roboto","Noto Sans"
}
footer .supportedby{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
}
footer .supportedby a {
/*  width: 90%;*/
  display: block;
/*  max-width: 1024px;*/
}
footer .supportedby img {
  max-height: 300px;
  max-width: 100%;
}