@charset "UTF-8";
/* CSS Document */

.hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

a:link {
  color: #0071bc;
  text-decoration: none;
}
a:visited {
  color: #0071bc;
  text-decoration: none;
}
a:hover {
  color: #f05a24;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

a img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

body {
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: center top;
  background-image: url(../images/base_2016.jpg);
  background-size: 1500px;
  font-family: sans-serif;
  color: #000000;
  letter-spacing: 0.1em;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.wrapper {
  margin: 0 auto;
  width: 950px;
}

ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
br.sp {
  display: none;
}

/* ヘッダー
 * --------------------------------------------------------*/
.logo {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/*本文
 * --------------------------------------------------------*/
.textbase {
  width: 900px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}
.answer {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}
.photo {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.text .photo {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}
.text_photo {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-left: -50px;
}
.name {
  text-align: center;
  font-size: 40px;
  font-family: "A1 Gothic M";
  padding-top: 40px;
  padding-left: 10px;
  padding-bottom: 30px;
}
.name img {
  vertical-align: middle;
}
.textbase .name img.icon-level {
  width: auto;
  height: 2.2em;
}
.text {
  width: 500px;
  margin: 0 auto;
  line-height: 1.8em;
  text-align: left;
}
.iframe-content {
  position: relative;
  width: 100%;
  padding: 75% 0 0 0;
}
.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*フッター
 * --------------------------------------------------------*/
#footer {
  width: 800px;
  margin: 0 auto;
  clear: both;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
#footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
#footer li {
  list-style-type: none;
}
#btn_fb {
  text-align: center;
  padding-top: 30px;
  margin-left: 70px;
}
.date {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.copyright {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  clear: both;
}
.copyright .text {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.02em;
  text-align: center;
}

/*タブレット対応
			* --------------------------------------------------------*/
@media screen and (max-width: 950px) {
  .wrapper {
    width: 100%;
  }
  .contents1 {
    width: 92%;
  }
  .contents1 .title {
    width: 60%;
  }
  .contents1 .title img {
    width: 90%;
    height: auto;
  }
  .contents1 .right {
    width: 40%;
    font-size: 80%;
  }
  .contents1 img {
    width: 60%;
    height: auto;
  }
  .textbase {
    width: 95%;
  }
  .textbase img {
    width: 95%;
    height: auto;
  }
  .textbase .answer img {
    width: 75%;
    height: auto;
  }
  .textbase .name img {
    width: 20%;
    height: auto;
  }
  .btn_choice {
    width: 95%;
    text-align: center;
  }
  .btn_choice img {
    width: 31%;
    height: auto;
  }
  .contents_book {
    width: 95%;
  }
  .contents_book .right {
    width: 50%;
  }
  .archive {
    width: 95%;
    text-align: center;
  }
  .archive ul {
    width: 100%;
  }
  .archive img {
    width: 65px;
  }
  #footer {
    width: 80%;
  }
  #btn_fb {
    margin-left: 0px;
  }
}

/*スマホ対応
	* --------------------------------------------------------*/
@media only screen and (max-width: 479px) {
  body {
    background-image: url(../images/base_sp.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100%;
  }
  .wrapper {
    width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  br {
    display: none;
  }

  br.sp {
    display: inherit;
  }

  /*スマホ対応 ヘッダ＆ヨドガワ
	 * --------------------------------------------------------*/
  .logo {
    width: 95%;
    text-align: center;
    padding-top: 10px;
  }
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*スマホ対応 本文
	 * --------------------------------------------------------*/
  .textbase {
    width: 97%;
  }
  .textbase .answer img {
    width: 90%;
    height: auto;
  }
  .photo img {
    width: 90%;
  }
  .text .photo {
    width: 100%;
  }
  .text_photo {
    width: 100%;
    margin: 0 auto;
  }
  .name {
    width: 95%;
    font-size: 25px;
  }
  .name img {
    width: 50%;
  }
  .text {
    width: 88%;
    font-size: 15px;
  }
  .text br {
    display: none;
  }

  /*スマホ対応 フッター
	 * --------------------------------------------------------*/
  #footer {
    width: 100%;
    height: auto;
    clear: both;
    text-align: center;
  }
  #footer ul {
    gap: 30px;
  }

  #footer li img {
    width: auto;
    height: 72px;
  }

  #btn_fb {
    /*
		margin-left: 40px;
		margin-right: auto;
	  */
    margin-left: 0px;
    margin-right: 0px;
    /*
		text-align: center;
		clear: both;
	  */
    padding-top: 10px;
  }

  .copyright {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .copyright .text {
    font-size: 10px;
    text-align: center;
  }
}
