@charset "utf-8";

<style>
body{
  margin: 20px; /* bodyの外側の余白を指定する */
  padding: 50px 10px 50px 10px; /* bodyの内側の余白を指定する */
}
.Header {
  display: flex;
  flex-direction: row;
  font-size: 120%;
  position: fixed; /* ヘッダーを固定する */
  top: 0; /* 上部から配置の基準位置を決める */
  left: 0; /* 左から配置の基準位置を決める */
  width: 100%; /* ヘッダーの横幅を指定する */
  height: 60px; /* ヘッダーの高さを指定する */
  padding: 10px; /* ヘッダー内側の余白を指定する(上下左右) */
  background-color: #0c0d0c; /* ヘッダーの背景色を指定する */
  color: #fff; /* ヘッダーのフォントの色を指定する */
  border-bottom: 3px solid #424742; /* ヘッダーの境界線（下部）を指定する */
  box-shadow:0 7px 10px 2px #aaaaaa; /* 影を指定（[右][下][ぼかし][広がり][影の色]） */
  opacity: 0.9;
}

.Headersub0 {
  width: 50px;
  padding: 7px 0px 0px 10px;
}
.Headersub1 {
  width: 500px;
  padding: 18px 0px 0px 0px;
  text-align: left;
}

.Headersub2{
  width: 500px;
  text-align: right;
}

.HeaderItem {
  font-size: 100%;
  color: #fff; /* ヘッダーのフォントの色を指定する */
  background: transparent; /* 背景色を透明にする */
  border: 2px solid transparent; /* 線を透明にする */
  padding: 19px 0px 0px 10px;
}

.HeaderItem2 {
  font-size: 90%;
  width: 113px;
  color: #fff; /* ヘッダーのフォントの色を指定する */
  background: transparent; /* 背景色を透明にする */
  border: 2px solid transparent; /* 線を透明にする */
  padding: 19px 0px 0px 0px;
}

/* スマホ対応 */
@media (max-width: 760px) {

  .Header {
    font-size: 10%;
  }

  .Headersub0 {
    width: 50px;
    padding: 10px 0px 0px 10px;
  }
  .Headersub1 {
    width: 160px;
    padding: 28px 0px 0px 0px;
    text-align: left;
  }
  .Headersub2{
    width: 300px;
    text-align: right;
  }
  .HeaderItem2 {
    width: 65px;
    padding: 28px 0px 0px 0px;
  }

}


.Footer {
  position: fixed; /* フッターを固定する */
  bottom: 0; /* 上部から配置の基準位置を決める */
  left: 0; /* 左から配置の基準位置を決める */
  width: 100%; /* フッターの横幅を指定する */
  height: 25px; /* フッターの高さを指定する */
  padding:5px; /* フッター内側の余白を指定する(上下左右) */
  color: #fff; /* フッターのフォントの色を指定する */
  /*background-image: url("cherry.PNG");/* フッターの背景画像を指定する */
  border-top: 3px solid #424742; /* フッターの境界線（上部）を指定する */
  background-color: #0c0d0c; /* フッターの背景色を指定する */
  opacity: 0.5;
}

.UnderlineText1 {
  text-decoration: underline;
  text–decoration–color: #0000ff;
}

.UnderlineText2 {
        border-bottom:0px solid;
        background: linear-gradient(transparent 94%, blue 100%);
        width: 245px;
        padding-bottom: 1px;
}
.UnderlineText3 {
        border-bottom:0px solid;
        background: linear-gradient(transparent 94%, blue 100%);
        width: 195px;
        padding-bottom: 1px;
}
.UnderlineText4 {
        border-bottom:0px solid;
        background: linear-gradient(transparent 94%, blue 100%);
        width: 225px;
        padding-bottom: 1px;
}
.UnderlineText5 {
        border-bottom:0px solid;
        background: linear-gradient(transparent 94%, blue 100%);
        width: 155px;
        padding-bottom: 1px;
}

.UnderlineText6 {
        border-bottom:0px solid;
        background: linear-gradient(transparent 94%, blue 100%);
        width: 180px;
        padding-bottom: 1px;
}
.UnderlineText6-2 {
        border-bottom:0px solid;
        background: linear-gradient(transparent 94%, blue 100%);
        width: 230px;
        padding-bottom: 1px;
}

.UnderlineText7 {
        border-bottom:0px solid;
        background: linear-gradient(transparent 94%, blue 100%);
        width: 175px;
        padding-bottom: 1px;
}
.UnderlineText8 {
        border-bottom:0px solid;
        background: linear-gradient(transparent 94%, blue 100%);
        width: 90px;
        padding-bottom: 1px;
}
.UnderlineText9 {
        border-bottom:0px solid;
        background: linear-gradient(transparent 94%, blue 100%);
        width: 370px;
        padding-bottom: 1px;
}
.UnderlineText10 {
        border-bottom:0px solid;
        background: linear-gradient(transparent 94%, blue 100%);
        width: 140px;
        padding-bottom: 1px;
}
.UnderlineText11 {
        border-bottom:0px solid;
        background: linear-gradient(transparent 94%, blue 100%);
        width: 125px;
        padding-bottom: 1px;
}
.UnderlineText12 {
        border-bottom:0px solid;
        background: linear-gradient(transparent 94%, blue 100%);
        width: 200px;
        padding-bottom: 1px;
}
.UnderlineText13 {
        border-bottom:0px solid;
        background: linear-gradient(transparent 94%, blue 100%);
        width: 170px;
        padding-bottom: 1px;
}
.UnderlineText14 {
                border-bottom:0px solid;
                background: linear-gradient(transparent 94%, blue 100%);
                width: 130px;
                padding-bottom: 1px;
}

/* スマホ対応 */
@media (max-width: 760px) {
  .UnderlineText2 {
          width: 175px;
  }
  .UnderlineText3 {
          width: 135px;
  }
  .UnderlineText4 {
          width: 160px;
  }
  .UnderlineText5 {
          width: 110px;
  }
  .UnderlineText6 {
          width: 130px;
  }
  .UnderlineText6-2 {
          width: 160px;
  }

  .UnderlineText7 {
          width: 115px;
  }
  .UnderlineText8 {
          width: 60px;
  }
  .UnderlineText9 {
          width: 250px;
  }
  .UnderlineText10 {
          width: 95px;
  }
  .UnderlineText11 {
          width: 80px;
  }
  .UnderlineText12 {
          width: 140px;
  }
  .UnderlineText13 {
          width: 115px;
  }
  .UnderlineText14 {
          width: 95px;
  }
}



.Image1 {
  /* 縦幅固定で横幅可変の画像を表示　*/
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.Contents0 {
  display: flex;
  background-color: #ffffff;
  height:100px;
  justify-content:flex-start; ; /*横方向の中央寄せ*/
  align-items: center; /*縦方向の中央寄せ*/
}

/* スマホ対応 */
@media (max-width: 760px) {
  .Contents0 {
    font-size: 70%;
  }
}


.Contents1 {
  display: flex;
  height:300px;
  gap: 0px;
  background-color: #fff
}

.Contents2 {
  display: flex;
  background-color: #ffffff;
  height:100px;
  justify-content: center; /*横方向の中央寄せ*/
  align-items: center; /*縦方向の中央寄せ*/
}

/* スマホ対応 */
@media (max-width: 760px) {
  .Contents2 {
    font-size: 70%;
  }
}


.Contents3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  background-color: #ffffff;
  padding: 20px 150px 50px 150px;
}

/* スマホ対応 */
@media (max-width: 760px) {
  .Contents3 {
    display: flex;
    flex-direction: column;
    font-size: 70%;
    padding: 10px 10px 10px 10px;
  }
}


.Contents3Item {
  margin: 30px 30px 0px 0px;
}
.Contents4 {
  display: flex;
  background-color: #ffffff;
  height:80px;
  justify-content: center; /*横方向の中央寄せ*/
  align-items: center; /*縦方向の中央寄せ*/
}
@media (max-width: 760px) {
  .Contents4 {
    font-size: 70%;
  }
}


.Contents6 {
  display: flex;
  background-color: #f0f0f0;
  height:150px;
  justify-content: center; /*横方向の中央寄せ*/
  align-items: center; /*縦方向の中央寄せ*/
}

@media (max-width: 760px) {
  .Contents6 {
    font-size: 70%;
  }
}

.Contents7 {
  display: flex;
  background-color: #f0f0f0;
  height:40px;
  justify-content: center; /*横方向の中央寄せ*/
  align-items: center; /*縦方向の中央寄せ*/
}

.Contents7Item {
  background-color: #f0f0f0;
  margin: 50px 80px 0px 80px;
}

@media (max-width: 760px) {
  .Contents7 {
    font-size: 70%;
  }
}


.Contents8 {
  display: flex;
  background-color: #f0f0f0;
  height:300px;
  justify-content: center; /*横方向の中央寄せ*/
  align-items: center; /*縦方向の中央寄せ*/
}
@media (max-width: 760px) {
  .Contents8 {
    font-size: 70%;
  }
}


.Contents12 {
  display: flex;
  background-color: #eef8f9;
  height:100px;
  justify-content: center; /*横方向の中央寄せ*/
  align-items: center; /*縦方向の中央寄せ*/
}

/* スマホ対応 */
@media (max-width: 760px) {
  .Contents12 {
    font-size: 70%;
  }
}



.Contents13 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  background-color: #eef8f9;
  padding: 20px 150px 50px 150px;
  margin-left: 0px;
}

.Contents13Item {
  margin: 30px 30px 0px 0px;
}

/* スマホ対応 */
@media (max-width: 760px) {
  .Contents13 {
    font-size: 90%;
    padding: 20px 20px 20px 20px;
  }
}
/* スマホ対応 */
@media (max-width: 760px) {
  .Contents13Item {
    font-size: 80%;
  }
}

.Contents14 {
  display: flex;
  background-color: #eef8f9;
  height:100px;
  justify-content: center; /*横方向の中央寄せ*/
  align-items: center; /*縦方向の中央寄せ*/
}

/* スマホ対応 */
@media (max-width: 760px) {
  .Contents14 {
    font-size: 70%;
  }
}


.Contents15 {
  display: flex;
  padding: 0px 0px 0px 150px;
  background-color: #eef8f9;
  height:60px;
  justify-content:flex-start;; /*横方向の中央寄せ*/
  align-items: center; /*縦方向の中央寄せ*/
}
.Contents16 {
  display: flex;
  padding: 0px 0px 0px 200px;
  background-color: #eef8f9;
  height:240%;
  justify-content: flex-start; /*横方向の中央寄せ*/
  align-items:flex-start;; /*縦方向の中央寄せ*/
}
.Contents17 {
  display: flex;
  padding: 0px 0px 0px 200px;
  background-color: #eef8f9;
  height:200px;
  justify-content: flex-start; /*横方向の中央寄せ*/
  align-items:flex-start;; /*縦方向の中央寄せ*/
}
.Contents17-2 {
  display: flex;
  padding: 0px 0px 0px 200px;
  background-color: #eef8f9;
  height:160px;
  justify-content: flex-start; /*横方向の中央寄せ*/
  align-items:flex-start;; /*縦方向の中央寄せ*/
}


.Contents20 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
  background-color: #eef8f9;
  padding: 0px 100px 100px 10px;
  margin-left: 0px;
}

.Contents18 {
  display: flex;
  padding: 0px 0px 0px 200px;
  background-color: #eef8f9;
  justify-content: flex-start; /*横方向の中央寄せ*/
  align-items:flex-start;; /*縦方向の中央寄せ*/
}
.Contents19 {
  display: flex;
  padding: 0px 0px 0px 200px;
  background-color: #eef8f9;
  justify-content: flex-start; /*横方向の中央寄せ*/
  align-items:flex-start;; /*縦方向の中央寄せ*/
}



/* スマホ対応 */
@media (max-width: 760px) {
  .Contents15 {
    font-size: 60%;
    padding: 0px 0px 0px 50px;
  }
}

/* スマホ対応 */
@media (max-width: 760px) {
  .Contents16 {
    font-size: 60%;
    padding: 0px 0px 0px 70px;
    height:140px;
  }
}

/* スマホ対応 */
@media (max-width: 760px) {
  .Contents17 {
    font-size: 60%;
    padding: 0px 0px 0px 70px;
    height:150px;
  }
}

/* スマホ対応 */
@media (max-width: 760px) {
  .Contents17-2 {
    font-size: 60%;
    padding: 0px 0px 0px 70px;
    height:110px;
  }
}


/* スマホ対応 */
@media (max-width: 760px) {
  .Contents18 {
    padding: 0px 0px 0px 70px;
  }
}

/* スマホ対応 */
@media (max-width: 760px) {
  .Contents19 {
    padding: 0px 0px 0px 70px;
  }
}



a.btn_03 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 150px;
  height: 40px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #555555;
	color: #555555;
	border-radius: 100vh;
	transition: 0.5s;

  /*文字を中央寄せにする */
  display: flex;
  justify-content: center;
  align-items: center;
  /*文字を中央寄せにする */

}
a.btn_03:hover {
	color: #fff;
	background: #276bd8;
}
/* スマホ対応 */
@media (max-width: 760px) {
  a.btn_03 {
    width: 110px;
    height: 20px;
  }
}

</style>
