@charset "utf-8";

/*========================================
Color,Text
=======================================*/
:root {
  --main-color: #6FA7BD;
  --secondary-color: #8BB9CB;
  --thirdry-color: #DFF4FB;
  --accent-color: #15A7C3; /* ボタン用 */
  --focus-color: #337591; /* フォーカス用  */
  --white-color: #ffffff;
  --black-color: #454545;
  --dark-color: #000000;
  --gary-color: #D2C1B4;
  --brown-color: #D2C1B4;
  --blue-color: #334691;
  --red-color: #ae1d08;
  --shadow-title: 0 0 20px rgba(0, 0, 0, 0.6);
  --shadow-text: 0 0 10px rgba(120, 120, 120, 0.6);
  --gradation-color: linear-gradient(90deg, rgba(93,141,159,1) 0%, rgba(139,185,203,1) 70%, rgba(166,204,216,1) 100%);

}
/*
■参考、グラデーション
#A6CCD8
#8BB9CB
#5D8D9F
*/

/*========================================
Default
=======================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
body {
  line-height: 1.8;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block
}
ul, ol {
  list-style: none
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0
}
input, select {
  vertical-align: middle
}
ul {
  overflow: hidden;
}

/*========================================
BASIC
=======================================*/

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-size: 16px;
  font-family: "source-han-serif-japanese", serif, sans-serif;
  background: url("../img/bg.jpg") repeat;
  line-height: 1.6;
}
.Hv {
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0.1s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0.1s;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0.1s;
  opacity: 1;
}
.Hv:hover {
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0.1s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0.1s;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0.1s;
  opacity: 0.8;
}
#wrapper {
  display: block;
  width: 100%;
  height: auto;
}
section {
  padding: 0 0;
}
.spView {
  display: none;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 1.5rem;
}
.midNote {
  margin-bottom: 5%;
}
.endNote {
  margin-bottom: 8%;
}
span.small {
  font-size: 13px;
}

/*========================================
LoginBox
=======================================*/
.LoginPage {
  display: flex;
  justify-content: center;
  align-items: center;
}

#LoginBox {
  width: 100%;
  max-width: 360px;
}
#LoginBox .Cnt {
  color: #313131;
}
#LoginBox .Cnt .TxtFail {
  text-align: center;
  margin-bottom: 50px;
  color: #313131;
}
#LoginBox .Cnt p a {
  color: #ae1d08;
  color: var(--red-color);
  padding-bottom: 2px;
  border-bottom: 1px solid #ae1d08;
}
#LoginBox .Cnt h1 {
/*  animation: logo-color 6s ease infinite;*/
  width: 100%;
  margin: 0 auto 40px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.25rem;
  letter-spacing: 1rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
#LoginBox .Cnt .SubTitle {
  width: 100%;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.75rem;
  letter-spacing: .5px;
  line-height: 1.2;
  margin-top: 1rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2.5rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
#LoginBox .Cnt input[type=text],
#LoginBox .Cnt input[type=password] {
  width: 100%;
  height: 46px;
  text-align: left;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 18px;
  color: #454545;
  border: 1px solid #D2C1B4;
  padding: 10px 15px;
  margin: 0 0 20px;
  background: #D2C1B4;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(80, 80, 80, 0.3);
  transition: .3s;
}
#LoginBox .Cnt input[type=text]::placeholder,
#LoginBox .Cnt input[type=password]::placeholder {
  color: #666;
}
#LoginBox .Cnt input[type=text]:focus,
#LoginBox .Cnt input[type=password]:focus {
  outline: solid 3px #337591;
}
#LoginBox .Cnt input[type=button] {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #15A7C3;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  width: 100%;
  height: 60px;
  border: none;
  margin-top: 20px;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  opacity: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: .3s;
}
#LoginBox .Cnt input[type=button]:hover {
  -moz-transition-property: background;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  opacity: 0.8;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
#LoginBox .Cnt a .Btn-Back {
  border-radius: 3px;
  text-align: center;
  background: #666e82;
  color: #ffffff;
  width: 100%;
  font-size: 16px;
  padding: 15px 0 16px;
  letter-spacing: 0.5px;
  height: 50px;
  height: 20px;
  margin: 0 auto;
}
#LoginBox .Cnt a:hover .Btn-Back {
  -moz-transition-property: background;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0.3s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0.3s;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0.3s;
  opacity: 0.5;
}
#LoginBox .Cnt #frm {
  text-align: center;
}
/*========================================
Index
=======================================*/

#MV {
  width: 100%;
  background: url(../img/bg01.png) top center repeat-x;
  background-size: cover;
  height: 300px;
  animation: mv-change 30s ease infinite;
}
#MV .Cnt {
  position: relative;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
#MV .Cnt h1 {
  width: 100%;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.25rem;
  letter-spacing: 1rem;
  line-height: 1.2;
}
#MV .Cnt .SubTitle {
  width: 100%;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.75rem;
  letter-spacing: .5px;
  line-height: 1.2;
  margin-top: 1rem;
  margin-bottom: 0;
}

/*========================================
header
=======================================*/

header {
  display: flex;
  align-items: center;
  background: #5d8d9f;
  background: var(--gradation-color);
  width: 100%;
  height: 70px;
}
header .Cnt {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .Cnt h1 {
  font-weight: 900;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.4;
  text-align: center;
  display: flex;
}
header .Cnt h1 a {
  color: #fff;
  color: var(--white-color);
  font-weight: 900;
  font-style: normal;
  font-size: 1.75rem;
}
header .Cnt h1 a .LogoSpan {
  margin: 0 0.25rem;
}
header .Cnt h1 a .LogoEng {
  display: block;
  font-size: 0.875rem;
  letter-spacing: .5px;
}

/*========================================
footer
=======================================*/

footer {
  width: 100%;
  padding: 1.25rem;
  text-align: center;
  overflow: hidden;
  background: #A6CCD8;
  color: #fff;
  color: var(--white-color);
  text-shadow: var(--shadow-text);
  box-sizing: border-box;
}
footer .Back {
  color: #fff;
  color: var(--white-color);
  font-weight: 900;
  font-style: normal;
  font-size: 1.75rem;
}
footer .Back .LogoSpan {
  margin: 0 0.25rem;
}
footer .Back .LogoEng {
  display: block;
  font-size: 0.875rem;
  letter-spacing: .5px;
}
footer .Copy {
  color: #fff;
  padding: 10px 0;
  width: 100%;
  overflow: hidden;
}
footer .Copy p {
  margin: 0;
}

/*========================================
Contents
=======================================*/

#Contents, #ContentsMrg {
  width: 1000px;
  margin: 50px auto;
  overflow: hidden;
}

/* #Side */

#Side {
  float: right;
  width: 224px;
}
#Side .Block {
  overflow: hidden;
  margin-bottom: 30px;
  webkit-box-shadow: 3px 3px 3px 0 rgba(132, 132, 132, .2);
  -moz-box-shadow: 3px 3px 3px 0 rgba(132, 132, 132, .2);
  box-shadow: 3px 3px 3px 0 rgba(132, 132, 132, .2);
}
#Side .Block h3 {
  background: #D2C1B4;
  padding: 10px;
  color: #333;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
#Side .Block .cnt {
  border: 1px solid #e0e0e0;
  padding: 15px;
  background: #fff;
}
#Side .Block ul {
  overflow: hidden;
}
#Side .Block li {
  padding-bottom: 5px;
  border-bottom: 1px dotted #e0e0e0;
  background: url("../img/arrowBlack.png") 98% 40% no-repeat;
  background-size: 6px auto;
  margin-bottom: 10px;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0.1s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0.1s;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0.1s;
  letter-spacing: .5px;
}
#Side .Block li:hover {
  color: #6FA7BD;
  color: var(--main-color);
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0.1s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0.1s;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0.1s;
  background: url("../img/arrowBlack.png") 100% 40% no-repeat;
  background-size: 6px auto
}
#Side .Block .cntQuest {
  border: 1px solid #e0e0e0;
  padding: 15px;
  background: #fff;
}
#Side .Block .cntQuest ul {
  overflow: hidden;
}
#Side .Block .cntQuest li {
  padding-bottom: 5px;
  border-bottom: 1px dotted #e0e0e0;
  margin-bottom: 10px;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0.1s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0.1s;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0.1s;
  overflow: hidden;
  background: none;
}
#Side .Block .cntQuest li:hover {
  color: #6FA7BD;
  color: var(--main-color);
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0.1s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0.1s;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0.1s;
}
#Side .Block .cntQuest li .Month {
  background: #334691;
  background: var(--blue-color);
  color: #fff;
  color: var(--white-color);
  float: left;
  padding: 2px 10px 1px;
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: bold;
}
#Side .Block .cntQuest li .Title {
  width: 100%;
  font-size: 14px;
  float: left;
  margin-bottom: 4px;
}
.col-lg .number {
  font-family: 'Questrial', sans-serif;
  font-weight: bold;
}

/* #Main */

#Main {
  float: left;
  width: 750px;
}
#Main h2 {
  background: #337591;
  background: var(--focus-color);
  padding: 10px 10px 10px 2%;
  color: #fff;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
#Main h2 span {
  background: #334691;
  background: var(--blue-color);
  color: #fff;
  margin-right: 10px;
  padding: 5px 10px;
}
#Main h3 {
  border-bottom: 1px solid #525252;
  margin-bottom: 2%;
}
#Main .Block {
  border: 1px solid #e0e0e0;
  padding: 20px;
  background: #fff;
}
#Main .Block .txtBlock {
  overflow: hidden;
  margin-bottom: 20px;
}
#Main .Block .txtBlock a {
  text-decoration: underline;
  color: #0000ff;
}
#Main .Block .voiceBlock {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#Main .Block .voiceBlock img {
  width: 100%;
  height: auto;
}
#Main .Block .voiceBlock.thumbnails {
    max-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}
#Main .Block .voiceBlock.radio {
    max-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    position: relative;
    text-align: center;
}
#Main .Block .voiceBlock.radio audio {
    width: 400px;
    max-width: 90%;
}
#Main .Block .voiceBlock.radio img {
    width: 100%;
}
#Main .Block .voiceBlock.radio .audio-html {
    position: absolute;
    text-align: center;
}
#Main .Block .voiceBlock iframe {
    width: 100% !important;
/*    height: 70vh !important;*/
    border: none;
    float: left;
    display: inline-block;
}
#Main .Block .voiceBlock iframe.standfm-embed-iframe {
/*    height: 24vh !important;*/
}
#Main .Block .txt a {
  color: #6FA7BD;
  color: var(--main-color);
  padding-bottom: 2px;
  border-bottom: 1px solid #6FA7BD;
}
#Main input[type=text] {
  width: 100%;
  height: auto;
  text-align: left;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  color: #313131;
  border: 1px solid #D2C1B4;
  padding: 10px 15px;
  margin: 0 0 10px;
  background: #fff;
  box-sizing: border-box;
}
#Main textarea {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  text-align: left;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  color: #313131;
  border: 1px solid #D2C1B4;
  padding: 10px 15px;
  margin: 0 0 10px;
  background: #fff;
  box-sizing: border-box;
}
#Main input[type=submit] {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #15A7C3;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  width: 100%;
  height: 60px;
  border: none;
  margin: 0 auto 30px;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  opacity: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: .3s;
}
#Main input[type=submit]:hover {
  -moz-transition-property: background;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0.3s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0.3s;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0.3s;
  opacity: 0.5;
}
#Document {
  margin-bottom: 50px;
}
#List {
  margin-bottom: 50px;
}
#News {
  overflow: hidden;
  margin-bottom: 30px;
  webkit-box-shadow: 3px 3px 3px 0 rgba(132, 132, 132, .2);
  -moz-box-shadow: 3px 3px 3px 0 rgba(132, 132, 132, .2);
  box-shadow: 3px 3px 3px 0 rgba(132, 132, 132, .2);
}
#News ul {}
#News ul li {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px dotted #e0e0e0;
  margin-bottom: 10px;
}

/*#News ul li a {display: block;line-height: 1;}*/

#News ul li dl {
  overflow: hidden;
}
#News ul li dl dt {
  float: left;
  width: 15%;
  font-weight: bold;
}
#News ul li dl dd {
  float: right;
  width: 85%;
}
#News a, #News dl>* {
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0.1s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0.1s;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0.1s;
}
#News a:hover, #News dl>*:hover {
  opacity: 0.7;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0.1s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0.1s;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0.1s;
}
.midNote {
  margin-bottom: 5%;
}
#Bnr {
  margin-bottom: 30px;
}
#Bnr ul {}
#Bnr li {
  margin-bottom: 30px;
  webkit-box-shadow: 3px 3px 3px 0 rgba(132, 132, 132, .5);
  -moz-box-shadow: 3px 3px 3px 0 rgba(132, 132, 132, .5);
  box-shadow: 3px 3px 3px 0 rgba(132, 132, 132, .5);
}
#Bnr li a {
  display: block;
  line-height: 0;
}
#ContentsDetail {
  margin-bottom: 30px;
  webkit-box-shadow: 3px 3px 3px 0 rgba(132, 132, 132, .2);
  -moz-box-shadow: 3px 3px 3px 0 rgba(132, 132, 132, .2);
  box-shadow: 3px 3px 3px 0 rgba(132, 132, 132, .2);
}
#ContentsDetail .Photo {
  width: 100%;
  margin-bottom: 15px;
}
#ContentsDetail .Photo img {
  width: 100%;
  height: auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.BtnBlock {
  display: flex;
  width: 100%;
  margin: 0 auto 15px;
  overflow: hidden;
  height: 60px;
  padding-top: 5px;
}
.BtnBlockSingle {
  width: 98%;
  margin: 0 auto 15px;
  overflow: hidden;
  height: 60px;
  padding-top: 5px;
}
.BtnBlock .BlueBtn {
  position: relative;
  margin: 0 auto;
  background-color: #2176DB;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  width: 100%;
  box-shadow: 0 8px 0 #004E87;
  top: -4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transition: .3s;
}
.BtnBlock .GrayBtn {
  position: relative;
  background-color: #626262;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 8px 0;
  top: -4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  width: 48%;
}
.BtnBlock .BlueBtn:hover {
  top: 0px;
  box-shadow: 0 5px 0 #004E87;
}
.BtnBlock .BlueBtn:active {
  top: 3px;
  box-shadow: none;
}
.BtnBlock .GreenBtn {
  position: relative;
  margin: 0 auto;
  background-color: #008a92;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 8px 0 #005a5f;
  top: -4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  width: 100%;
}
.BtnBlock .GreenBtn:hover {
  top: 0px;
  box-shadow: 0 5px 0 #005a5f;
}
.BtnBlock .GreenBtn:active {
  top: 3px;
  box-shadow: none;
}
.BtnBlock a {
  width: 98%;
  margin: 0 1%;
}
.flLeft {
  float: left;
}
.flRight {
  float: right;
}
.BtnBlockSingle .RedBtn {
  position: relative;
  background-color: #15A7C3;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 8px 0 #0e7488;
  top: -4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transition: .3s;
}
.BtnBlockSingle .RedBtn:hover {
  top: 0px;
  box-shadow: 0 5px 0 #0e7488;
}
.BtnBlockSingle .RedBtn:active {
  top: 3px;
  box-shadow: none;
}
.BtnBlockSingle .GrayBtn {
  position: relative;
  background-color: #626262;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 8px 0;
  top: -4px;
  box-shadow: 0 8px 0 #444444;
  top: -4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transition: .3s;
}
#Quests {
  margin-bottom: 50px;
}
#Quests ul {
  overflow: initial;
  margin-bottom: 15px;
}
#Quests li {
  border: 1px solid #e0e0e0;
  padding: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 3px 3px 3px 0 rgba(132, 132, 132, .2); 
}
#Quests li:hover {
  background: #F3F3F3;
  webkit-box-shadow: 3px 3px 3px 0 rgba(132, 132, 132, .2);
  -moz-box-shadow: 3px 3px 3px 0 rgba(132, 132, 132, .2);
  box-shadow: 3px 3px 3px 0 rgba(132, 132, 132, .2);
}
#Quests li .thumb {
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
}
#Quests li .thumb img {
  width: 100%;
  height: auto;
}
#Quests li .txt {
  float: right;
  width: 64%;
  padding-right: 6%;
  background: url(../img/arrow.png) right 50% no-repeat;
  background-size: 16px auto;
  height: 100%;
}
#Quests li .txt .number {
  background: #0899ae;
  float: left;
  text-align: center;
  color: #fff;
  width: 90px;
  display: block;
  padding-top: 2px;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 12px;
}
#Quests li .txt .title {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#Quests li .txt .summery {
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  color: #454545;
  color: var(--black-color);
}

/* ===========================================
 * RESPONSIVE
 * =========================================*/

@media screen and (max-width: 999px) {
  /* SP Display - width:747px under - */
  html, body {
    width: 100%;
  }
/*========================================
Index
=======================================*/
  #MV {
    width: 100%;
    height: 350px;
  }
  #MV .Cnt {
    height: 100%;
  }
/*========================================
header
=======================================*/
  header {
  }
  header .Cnt {
    width: 94%;
    margin: 0 3%;
  }
/*========================================
footer
=======================================*/
  footer {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  footer .Back {
    padding: 10px 0;
    width: 100%;
    line-height: 1.4;
  }
  footer .Copy {
    padding: 10px 0;
    width: 100%;
  }
/*========================================
Contents
=======================================*/
  #Contents {
    width: 94%;
    margin: 50px 3%;
  }
  #ContentsMrg {
    width: 98%;
    margin: 30px auto;
  }
  /* #Side */
  #Side {
    float: right;
    width: 25%;
    margin-bottom: 0
  }
  /* #Main */
  #Main {
    float: left;
    width: 72%;
    overflow: hidden;
  }
  #News {
    overflow: hidden;
    margin-bottom: 30px;
  }
  #Bnr li img {
    width: 100%;
    height: auto;
  }
}


/* ===========================================
 * RESPONSIVE
 * =========================================*/

@media screen and (max-width: 780px) {
  /* SP Display - width:780px under - */
  .spView {
    display: initial;
  }
  .pcView {
    display: none;
  }
  input[type="button"] {
    -webkit-appearance: none;
  }
/*========================================
LoginBox
=======================================*/
  #LoginBox {
    position: relative;
    margin: auto;
    width: 90%;
    height: auto;
  }
  #LoginBox .Cnt p {
    text-align: center;
    margin-bottom: 50px;
  }
  #LoginBox .Cnt h1 {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
  }
  #LoginBox .Cnt h1 img {
    width: 100%;
    height: auto;
  }
  #LoginBox .Cnt .SubTitle {
    font-size: 1.25rem;
  }
  #LoginBox .Cnt input[type=text],
  #LoginBox .Cnt input[type=password] {
    width: 100%;
    margin: 0 0 1rem;
    padding: 10px 15px;
    font-size: 1rem;
  }
  #LoginBox .Cnt input[type=button] {
    margin: 20px auto 0;
    width: 99.5%;
    font-size: 1rem;
  }
  #LoginBox .Cnt a .Btn-Back {
    width: 90%;
    font-size: 16px;
    margin: 0 auto;
  }
/*========================================
header
=======================================*/
  header {
    width: 100%;
    position: fixed;
    height: 50px;
    top: 0;
    z-index: 1;
  }
  header .Cnt {
    width: 94%;
    margin: 0 3%;
  }
  header .Cnt h1 {
    line-height: 1.3;
  }
  header .Cnt h1 a {
    font-size: 1.375rem;
  }
  header .Cnt h1 a .LogoEng {
    font-size: 0.75rem;
  }
  #header .menu {
    float: right;
    width: 20%;
  }
  aside {
    display: none;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    padding: 60px 15px 15px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2;
  }
  nav {
    width: 100%;
    padding: 15px 0;
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    position: fixed;
    top: 50px;
    background: #5d8d9f;
    background: var(--gradation-color);
  }
  nav li {
    text-align: left;
    padding-left: 5%;
  }
  nav a {
    color: #fff;
  }
  #menuButton {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 3;
  }
  #menuButton span {
    display: block;
    background: #fff;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  #menuButton span:first-child {
    top: 15px;
  }
  #menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
  }
  #menuButton span:last-child {
    bottom: 15px;
  }
  #menuButton.active span:first-child {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  #menuButton.active span:nth-child(2) {
    opacity: 0;
  }
  #menuButton.active span:last-child {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
/*========================================
footer
=======================================*/
/*========================================
Index
=======================================*/
  #MV {
    width: 100%;
    height: 250px;
    background-size: cover;
  }
  #MV .Cnt {
    margin: 0 auto;
    width: 100%;
    height: 250px;
    position: relative;
    padding-top: 0;
  }
  #MV .Cnt h1 {
    font-size: 2.5rem;
  }
  #MV .Cnt .SubTitle {
    font-size: 1.25rem;
    margin-top: .5rem;
  }
/*========================================
Contents
=======================================*/
  #Contents {
    width: 100%;
    margin: 0 auto 30px;
  }
  #ContentsMrg {
    width: 100%;
    margin: 58px auto 30px;
  }
  #ContentsDetail {}
  #ContentsDetail .Block {
    padding: 0%;
  }
  #ContentsDetail .Block .txt {
    padding: 2%;
  }
  #ContentsDetail {}
  /* #Side */
  #Side {
    float: none;
    width: 94%;
    margin: 0 3%;
  }
  #Side .Block {
    margin-bottom: 30px;
  }
  #Side .Block h3 {
    padding: 10px;
    color: #333;
  }
  #Side .Block .cnt {
    padding: 15px;
  }
  /* #Main */
  #Main {
    float: none;
    width: 94%;
    margin: 20px 3% 40px;
  }
  #Main h2 {
    padding: 10px 10px 10px 17px;
  }
  #Main .Block {
    padding: 2%;
  }
  #News {
    margin-bottom: 30px;
  }
  #News ul {}
  #News ul li {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px dotted #e0e0e0;
    margin-bottom: 10px;
  }
  #News ul li dl {
    overflow: hidden;
  }
  #News ul li dl dt {
    font-weight: bold;
    width: 100%;
  }
  #News ul li dl dd {
    width: 100%;
  }
  #Bnr {
    margin-bottom: 15px;
  }
  #Bnr ul {
    width: 100%;
    margin: 0 auto;
  }
  #Bnr li img {
    width: 100%;
    height: auto;
  }
  #Quests {
    margin-bottom: 5%;
  }
  #Quests li .thumb {
/*    display: none;*/
    width: 23%;
  }
  #Quests li .txt {
    width: 68%;
/*    width: 100%;*/
    background-size: 16px auto;
  }
  #Quests li .txt .number {
    background: #337591;
    background: var(--focus-color);
    float: left;
    text-align: center;
    color: #fff;
    width: 80px;
    display: block;
    padding-top: 2px;
  }
  #Quests li .txt .title {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
  }
  #Quests li .txt .summery {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
    color: #7A7A7A
  }
  .BtnBlock {
    display: block;
    height: auto;
    width: 96%;
  }
  .BtnBlock a {
    width: 100%;
    margin: 0px 0 15px;
    display: flex;
  }
  .BtnBlock .BlueBtn {
    width: 100%;
    margin-bottom: 15px;
  }
  .BtnBlockSingle {
    width: 96%;
    margin: 0 auto 15px;
    overflow: hidden;
    height: 60px;
    padding-top: 5px;
  }
  .flLeft {
    float: left;
  }
  .flRight {
    float: right;
  }
  #Main input[type=text] {
    width: 95%;
    height: 35px;
    padding: 10px 2%;
    margin: 0 0 10px;
  }
  #Main input[type=submit] {
    width: 80%;
    margin: 0 10% 20px;
  }
  #Document {
    margin-bottom: 5%;
  }
  #Main .Block .txtBlock {
    overflow: hidden;
    width: 94%;
    margin: 0 auto 20px;
  }
}


/* 追加スタイル */
.red {
  color: red;
}
.bold {
  font-weight: bold;
}
.MyAccount>dl {
  margin: 15px 0;
}
.sec textarea {
  width: 96%;
  height: 175px;
  padding: 2%;
  font-size: 16px;
  border: 1px solid #cdcece;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#inquiry {
  margin-top: 25px;
}
#inquiry p {
  margin: 10px 0;
}
.comp-msg .btn {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #15A7C3;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  width: 100%;
  height: 60px;
  border: none;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  opacity: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: .3s;
  box-sizing: border-box;
}
.comp-msg .btn:hover {
  -moz-transition-property: background;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0.3s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0.3s;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0.3s;
  opacity: 0.5;
}
.btn-area {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  text-align: center;
}
.uploadButton {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  background: #099;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 30px;
  width: 100%;
  cursor: pointer;
}
.uploadButton:hover {
  background: #0aa;
}
.uploadButton input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.uploadValue {
  display: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 3px;
  color: #ffffff;
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
ul.UploadList {
  display: block;
  position: relative;
  overflow-x: scroll;
}
ul.UploadList li {
  width: 96%;
  padding: 10px 2%;
}
ul.UploadList li:nth-child(odd) {
  background: #D2C1B4box-sizing: border-box;
  ;
}
ul.UploadList li dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.UploadList li dl dt {
  font-weight: bold;
  width: 100%;
  flex-shrink: 1.2;
  flex-basis: 15%;
}
ul.UploadList li dl dd {
  width: 100%;
  flex-shrink: 1.2;
  flex-basis: 75%;
}
ul.UploadList li dl dd.last {
  flex-basis: 10%;
}
#Quests ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  align-items: flex-start;
}
.btnFile {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: #099;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  line-height: 1.6;
  cursor: pointer;
  width: 68px;
}
#Quests .flexList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Quests .flexList li {
  flex-basis: 100%;
  box-sizing: border-box;
}
.select-wrap {
  position: relative;
  margin-bottom: 20px;
}

/*.select-wrap:before {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 0;
  content: "▼";
  line-height: 43px;
  color: #7F878C;
  pointer-events: none;
}*/

select {
  width: 100%;
  height: 35px;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: #313131;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 100%;
  background: #fff;
  padding: 6px 15px;
  margin: 0 0 10px;
  border: 1px solid #D2C1B4box-sizing: border-box;
  ;
  text-align: left;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
}
select option {
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
#Comments {
  margin-bottom: 50px;
}
#Comments .comment_list {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
#Comments .comment_list .name {
  font-weight: bold;
}
#Comments .comment_list .name, #Comments .comment_list .comment {
  word-wrap: break-word;
}
#circle, .svg-container {
  width: 100%;
}

@media screen and (max-width: 780px) {
  #circle, .svg-container {
    width: 60%;
  }
}

.bg {
  background: linear-gradient(45deg, #49C0DD, #15a7c3, #a8e1f4, #7cd3ee, #75cfda, #ccf3f1, #f8fcfb, #ffffff);
  background-color: hsla(195, 83%, 50%, 1);
  background-image: radial-gradient(at 34% 8%, hsla(188, 100%, 36%, 1) 0px, transparent 50%), radial-gradient(at 90% 67%, hsla(145, 0%, 100%, 1) 0px, transparent 50%), radial-gradient(at 80% 0%, hsla(210, 90%, 91%, 1) 0px, transparent 50%), radial-gradient(at 0% 50%, hsla(196, 37%, 58%, 1) 0px, transparent 50%), radial-gradient(at 80% 50%, hsla(194, 58%, 84%, 1) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(196, 37%, 58%, 1) 0px, transparent 50%), radial-gradient(at 80% 100%, hsla(195, 37%, 78%, 1) 0px, transparent 50%), radial-gradient(at 0% 0%, hsla(0, 0%, 100%, 1) 0px, transparent 50%);
  width: 100dvw;
  width: 100vw;
  height: 100dvh;
  height: 100vh;
  background-size: 200% 200%;
  -webkit-animation: AnimationName 12s ease infinite;
  -moz-animation: AnimationName 12s ease infinite;
  animation: AnimationName 12s ease infinite;
}
.footer-bg {
  background-color:hsla(197,47%,38%,1);
  background-image:
  radial-gradient(at 37% 31%, hsla(195,38%,67%,1) 0px, transparent 50%),
  radial-gradient(at 77% 35%, hsla(195,25%,49%,1) 0px, transparent 50%),
  radial-gradient(at 1% 40%, hsla(194,38%,74%,1) 0px, transparent 50%),
  radial-gradient(at 40% 20%, hsla(194,39%,74%,1) 0px, transparent 50%),
  radial-gradient(at 80% 0%, hsla(196,26%,49%,1) 0px, transparent 50%),
  radial-gradient(at 0% 50%, hsla(196,38%,67%,1) 0px, transparent 50%);
  background-size: 200% 200%;
  -webkit-animation: AnimationName 8s ease infinite;
  -moz-animation: AnimationName 8s ease infinite;
  animation: AnimationName 8s ease infinite;
}

.animation-fadeup {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s, transform .8s;
}
.animation-fadeup.is-animated {
  opacity: 1;
  transform: translateY(0);
  -moz-transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes logo-color {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0.7
  }
  100% {
    opacity: 1
  }
}

/* アニメーション */
@keyframes mv-change {
  0% {
    background: url(../img/bg01.png) top center repeat-x;
  }
  10% {
    background: url(../img/bg02.png) top center repeat-x;
  }
  20% {
    background: url(../img/bg02.png) top center repeat-x;
  }
  30% {
    background: url(../img/bg03.png) top center repeat-x;
  }
  40% {
    background: url(../img/bg03.png) top center repeat-x;
  }
  50% {
    background: url(../img/bg04.png) top center repeat-x;
  }
  60% {
    background: url(../img/bg04.png) top center repeat-x;
  }
  70% {
    background: url(../img/bg05.png) top center repeat-x;
  }
  80% {
    background: url(../img/bg05.png) top center repeat-x;
  }
  90% {
    background: url(../img/bg01.png) top center repeat-x;
  }
  100% {
    background: url(../img/bg01.png) top center repeat-x;
  }
} 