@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;
  color:#3c3c3c;
  overflow-wrap: break-word;
}
/*** html2canvas.js エラー対策
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 */
 ul.h_menu {
  padding: 0;
  margin: 0;
  margin-left: 0%;
}
.h_menu li {
  list-style: none;
  display: inline-block;
  position: relative;
  border-left: 1px solid #dddddd;
  line-height: 2em;
  padding: 0 1em;
}
.h_menu li:last-child {
  border-right: 1px solid #dddddd;
}
.h_menu a {
  /*
  font-weight: bold;
  */
}
/* サブメニュー*/
.h_menu li ul {
	position: absolute;
    top: 27px;
    display: none;
    line-height: 30px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
    background: #ffffff;
	  padding-left: 0;
    margin-left: -0.5em;
    z-index: 1;
}
.h_menu li:hover ul {
	display: block;
}
.h_menu li ul li {
	white-space: nowrap;
	padding: 0 0.5em;
	width: 100%;
	text-align: left;
	border-left: none !important;
  border-right: none !important;
}
.h_menu .sankaku {
  border-top: 6px solid #00b652;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  vertical-align: middle;
  margin-left: 3px;
}
/* body */
.block_title {
  font-size: 1.5em;
  letter-spacing: 0.3em;
  background: #00c6e1;
  color: white;
  padding: 0.5em 1em;
  border-radius: 2em;
  text-align: center;
  box-shadow: 2px 4px 10px 1px #cccccc;
}
.block_body {
  background: white;
  padding: 0em;
  border-radius: 1.7em;
  box-shadow: 2px 4px 10px 1px #cccccc;
  font-size: 0.9em;
  line-height: 1.7;
}
.h2_block_body {
    background: #00c5e0;
    color: white;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.5;
    padding: 0.5em;
    margin: 0;
    border-radius: 0.7em 0.7em 0 0;
    font-weight: bold;
    letter-spacing: 0.3em;
}
.block_body .box {
    padding: 2em;
}
/* .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;
}
.container_wide {
  max-width: 100%;
  min-width: 780px;
  margin: 0 auto;
}
/* .body_01 */
.body_01 {
  background: url("../img/common/pc/bg_01.png");
  background-repeat: repeat-y;
  background-position-x: center;
  background-size: 90%;
  margin: 3.2% 6.5% 1.3% 6.5%;
  padding: 0em 0;
  min-height: 37vh;
}
/* bg_nami */
.bg_nami {
  background: url("../img/common/pc/bg_nami.png");
  background-repeat: repeat-x;
  background-position: top;
}
.bg_nami_big {
  background: url("../img/common/pc/bg_nami_big.png");
  background-repeat: repeat-x;
  background-size: 10%;
  background-color: #00c5e0;
  background-position: top;
}
/* btn */
.btn-flat-dashed-border {
  padding: 0.5em 1em;
  color: #67c5ff;
  border: dashed 5px #67c5ff;
  border-radius: 2em;
  background: white;
  text-align: center;
}
.btn-flat-dashed-border:hover {
  border-style: dotted;
  color: #679efd;
  background: rgb(0 197 224 / 10%) !important;
}
/* .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;
  min-height: 50vh;
}
#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;
}
/* amazon */
.amazon {
    background: white;
	padding: 0em 0;
}
.amazon img {
	width: auto;
}
.amazon a {
	margin: -0.1em;
    padding: 0em;
    display: inline-block;
    background: white;
}
/* 蛍光ペン */
.marker_yellow_futo {
	background: linear-gradient(transparent 0%, #ffff66 0%);
}
.marker_yellow_hoso {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
/* アイコン */
.fa-youtube {
  color: red;  
}
/* 数字のli */
.Number_list_dl li {
  list-style-type: decimal-leading-zero;
}
/*オレンジの大きい文字*/
.orange_b {
  font-size: 1.3em;
  color: rgb(255, 76, 1);
}

