@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: 200px;
        padding-bottom: 1px;
}

/* スマホ対応 */
@media (max-width: 760px) {
  .UnderlineText2 {
          width: 140px;
  }
}


.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:60px;
  justify-content: center; /*横方向の中央寄せ*/
  align-items: center; /*縦方向の中央寄せ*/
}
/* スマホ対応 */
@media (max-width: 760px) {

  .Contents2 {
    font-size: 70%;
  }
}


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

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

.Contents5 {
  display: grid;
  height:  120px;
  grid-template-columns: 400px 1fr;
  gap: 0px;
  background-color: #ff0000
  padding:50px 50px 50px 50px
}

.Contents5Item1{
  background-color: #ffffff;
  margin: 0px 0px 0px 150px;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #444444;
}
.Contents5Item2 {
  background-color: #ffffff;
  margin: 0px 150px 0px 0px;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #444444;
}


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

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

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

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

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

.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;
}

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 #444444;
	color: #444444;
	border-radius: 100vh;
	transition: 0.5s;

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

}
a.btn_03:hover {
	color: #fff;
	background: #276bd8;
}


.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 760px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 760px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 760px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 760px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 760px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 760px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 760px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

</style>
