@charset "utf-8";
/****			このコメントを削除しないで下さい。
@package		custom.css
@version		1.0.0
@license		https://flex-font.com/license	商用以外でのご利用は無料です。

このサイト独自のカスタムCSS

使用方法		https://translate.google.com/how_to/
****/
body {
  font-size: 13px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  box-sizing: border-box;
  margin: 0;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #2978BA;
  white-space: nowrap;
  cursor: pointer;
}
a:hover {
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  opacity: .7;
}
a:hover img {
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  opacity: .7;
}
a.toumei_click {
  opacity: 0;
  background-color: #FFF;
  display: block;
  position: absolute;
}
a:hover.toumei_click {
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  opacity: .7;
}
/* .h_menu */
.h_menu ul {
  padding: 0;
  margin: 0;
  margin-left: 10%;
}
.h_menu li {
  list-style: none;
  display: table-cell;
  border-left: 1px solid #dddddd;
  line-height: 2em;
}
.h_menu li:last-child {
  border-right: 1px solid #dddddd;
}
.h_menu a {
  font-weight: bold;
}
/* .f_menu */
.f_menu a {
  color: #000000;
}
/* .full_screen */
.full_screen {
  width: 100%;
}
/* .copyright */
.copyright {
  width: 100%;
  font-size: 12.4345px;
  text-align: center;
  padding: 4.5em 0px;
  color: white;
}
.scroll_visible {
  display: none;
}
.btn_otoiawase {
  position: fixed;
  bottom: 7.5em;
  right: 2em;
  opacity: 0.95;
}
.btn_go_up {
  position: fixed;
  bottom: 2em;
  right: 2em;
  opacity: 0.95;
}
/* .container */
.container {
  max-width: 1249px;
  min-width: 780px;
  margin: 0 auto;
}
/* .Flex Font Layout */
.relative {
  position: relative;
}
.relative div, .relative span {
  position: absolute;
}
/* .gradation */
.gradation {
  background-color: #1e39ba;
  background: rgb(208, 228, 247);
  background: -moz-linear-gradient(top, rgba(208, 228, 247, 1) 0%, rgba(115, 177, 231, 1) 24%, rgba(10, 119, 213, 1) 50%, rgba(83, 159, 225, 1) 79%, rgba(135, 188, 234, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(208, 228, 247, 1) 0%, rgba(115, 177, 231, 1) 24%, rgba(10, 119, 213, 1) 50%, rgba(83, 159, 225, 1) 79%, rgba(135, 188, 234, 1) 100%);
  background: linear-gradient(to bottom, rgba(208, 228, 247, 0) 0%, rgba(115, 177, 231, 1) 24%, rgb(30, 57, 186) 50%, rgba(83, 159, 225, 1) 79%, rgba(135, 188, 234, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e4f7', endColorstr='#87bcea', GradientType=0);
}
/* flex_anime_01 */
.flex_anime_01 {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-name: anim_sc;
  transform: scale(0.85, 0.85);
}
@keyframes anim_sc {
  100% {
    transform: scale(1, 1);
  }
}
/* #BODY */
#BODY {
  position: relative;
}
#BODY a {
  text-decoration: none;
  color: #0072ff;
  white-space: inherit;
}
/* page_title */
.page_title {
  width: 100%;
  text-align: center;
  padding: 1.4em 0px;
  color: white;
}
/* pict_waku */
.pict_waku_01 {
  border: 0.3em solid #ffffff;
  border-radius: 0.3em;
  box-shadow: 0 0.3em 1.4em 0.1em #00000030;
  width: 28%;
  margin: 1em 0.9em 3em 0.9em;
}
#box_right .pict_waku_01 {
  border: 0.3em solid #ffffff;
  border-radius: 0.3em;
  box-shadow: 0 0.3em 1.4em 0.1em #0000000d;
  width: 100%;
  margin: 0em 0em 1.5em 0em;
  box-sizing: border-box;
}
/* box */
#box_main {
  margin: 3em 0 3em 3%;
  width: 70%;
  float: left;
  min-height: 37em;
}
#box_right {
  margin: 3em 3% 0 0;
  /* background-color: #f9f9f9; */
  width: 21%;
  display: inline-block;
  float: right;
  min-height: 10em;
}
/* article 記事 */
.article h1 {}
.article h2 {
  margin-top: 2.6em;
  margin-bottom: 1.3em;
  padding: 0.8em 0.9em;
  border-left: 0.2em solid #1d5996;
  font-weight: bold;
  background-color: #f9f9f9;
  line-height: 1.5;
}
.article h3 {
  margin-top: 2.3em;
  margin-bottom: 1.2em;
  font-weight: bold;
}
.article .pankuzu {
  font-size: 0.8em;
  color: #aaa;
  margin: 0 0 3em 0;
}
.pankuzu a {
  text-decoration: none !important;
}
.article .description {
  font-size: 1em;
  color: rgb(7, 126, 168);
}
.article .mokuji {}
.article p {}
/* .kanren_kiji 関連記事 */
.kanren_kiji {
  border-top: 1px solid #333;
  height: 10em;
}
.kanren_kiji a {}
.kanren_kiji div {
  background-size: cover;
  background-position: center;
  width: 27%;
  height: 7.2em;
  top: 14%;
  left: 0;
}
.kanren_kiji h3 {
  position: absolute;
  top: 23%;
  left: 30%;
  margin: 0;
  width: 70%;
  overflow: hidden;
  word-break: keep-all;
}
.kanren_kiji p {
  font-size: 0.8em;
  color: #000;
  position: absolute;
  top: 44%;
  left: 30%;
  margin: 0;
  width: 70%;
  height: 4.4em;
  overflow: hidden;
}
/* faq */
.faq_box {
  position: relative !important;
  padding: 1em;
  border: 0.2em solid #1e39ba;
  overflow: hidden;
}
.faq_box:hover {
  background: #98ddff;
  opacity: 0.4;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
/*
.faq_box:after {
  position: absolute;
  bottom: -0.5em;
  right: -0.5em;
  width: 1em;
  height:1em;
  background: #1e39ba;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
*/
.faq_box_Q {
  position: relative !important;
  color: #1e39ba;
  font-weight: bold;
}
.faq_box_A {
  position: relative !important;
  padding-top: 1em;
  color: initial;
}