@charset "UTF-8";
/* ==========================================
   Template: EASY meishi（https://do.gt-gt.org/）
   Copyright: 2020 do.
   利用規約を遵守の上お使いください。二次配布・販売を禁じます。
   ========================================== */
/* ==========================================
  リセットCSS
  基本的には触らないでください
  ========================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300|Raleway:100,300&display=swap");
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
img,
p {
  margin: 0;
  padding: 0;
}

hr {
  border: none;
  height: 1px;
  background: #f1eded;
  margin: 2em auto;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.6em;
}

/* ==========================================
  以下、デザインを決める記述です。
  ※印で検索することで設定箇所へジャンプします。
   ========================================== */
body {
  background: #f3f3f3;
  /* ↑背景色 ※ */
  font-family: 
   Hiragino Sans,
   "ヒラギノ角ゴシック",
   Hiragino Kaku Gothic ProN,
   "ヒラギノ角ゴ ProN W3",
   Roboto,
   "Droid Sans",
   YuGothic,
   "游ゴシック",
   Meiryo,
   "メイリオ",
   Verdana,
   "ＭＳ Ｐゴシック",
   sans-serif;
  /* 全体のフォント ※ */
  padding: 0;
  margin: 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
}

em {font-size:110%;font-weight:bold;}/* 斜体強調 */
strong {font-size:110%;color:#769164;font-weight:bold;border-bottom:2px solid #87ac9e;}/* 下線強調 */
sc {font-size:85%;color:#3b7960;}/* 色小文字 */

section {
  overflow: hidden;
  width: calc(90vw - 40px);
  max-width: 1600px;
  margin: 40px auto;
  background: #ffffff;
  box-shadow: 0 5px 20px -12px #69827d73;
  display: -webkit-box;
  display: flex;
}







@media screen and (max-width: 1000px) {
  section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
}

header {
  width: 120px;
  /* 以下backgroundから始まる数行がタイトル背景のグラデーションです ※ */
  background: #4affed;
  background: linear-gradient(121deg, #4affed 0%, #9acd32 100%);
  position: relative;
}

header h1 {
  color: #f7c331;
  font-family: "Spartan", "Noto Sans JP", sans-serif;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  top: -10px;
  right: -10px;
  font-size: 40px;
  font-weight: 500;
  word-break: keep-all;
  width: 90vh;
  text-align: right;
}

@media screen and (max-width: 991px) {	
header {	
width: 80px;	
}	
}	

@media screen and (max-width: 1000px) {
  header {
    width: 100%;
    height: 50px;
  }
  header h1 {
    -webkit-transform: none;
            transform: none;
    width: 100%;
    top: auto;
    right: auto;
    bottom: -10px;
    font-size: 25px;
  }
}

.row {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1000px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.col {
  -webkit-box-flex: 1;
          flex: 1;
  padding: 40px 20px;
}

.col > *:first-of-type {
  margin-top: 0;
}

a {
  text-decoration: none;
  color: #66cdaa;
  /* ↑リンクの色　一括置換すると見出し色なども一緒に変わります ※ */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:visited {
  color:#507569;
  /* ↑アクセスしたことのあるリンク ※ */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #aefe7c;
  /* ↑リンクをホバーしたときの色 ※ */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.btn {
  display: inline-block;
  background: #46e0cc;
  color: white;
  padding: 3px 10px;
  margin: 20px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

a.btn:hover {
  background: #aefe7c;
}

dl,
ol,
p,
ul {
  margin: 10px auto 20px;
  padding: 0;
}

@media screen and (max-width: 1000px) {
  dl,
  ol,
  p,
  ul {
    margin: 15px auto;
  }
}

h2 {
  color: #6b8e23;
  font-weight: 100;
  font-size: 20px;
  margin: 30px 0 20px;
}

h3 {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 400;
}

.center {
  text-align: center;
}

dl.memo dt {
  width: 100%;
  color: #46e0cc;
  padding: 1px 5px;
}

dl.memo dd {
  border-left: 1px dotted #d0d0d0;
  margin: 0 0 0 1em;
  padding: 0 0 1em 1em;
}

.box {
  overflow:auto;
  font-size: 90%;
  height:150px;
  background: #ecfaee;
  /* ↑色付きボックスの背景色 ※ */
  padding: 10px 15px;
  border-radius: 5px;
}






.box2 {
  overflow:auto;
  font-size: 90%;
  height:auto;
  background: #ecfaee;
  /* ↑色付きボックスの背景色 ※ */
  padding: 10px 15px;
  border-radius: 5px;
}



.hr2{
    margin:5px 0px;
    height:50px;
    border-width:0px;
}



h4 {
  color: #6b8e23;
  font-weight: 100;
  font-size: 16px;
  margin: 30px 0 20px;
}









footer p {
  text-align: center;
}

footer p a {
  text-align: center;
  width: 100%;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0 auto;
  display: block;
}

.only-phone {
  display: none;
}

@media screen and (max-width: 1000px) {
  .only-phone {
    display: block;
  }
}
