@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
body {
  background-color: #f9f9f9;
  font-size: 15px;
  line-height: 1.8;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
a {
  color: #90b4e4;
  display: block;
}
a:hover {
  color: #666;
  transition: 0.2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 25px;
  color: #666;
}
h2 {
  background: #edf5ff;
  padding: 10px 15px;
  border-left: 8px solid #2e56ad;
}
h3 {
  background: #ddd;
  padding: 10px 15px;
  border-left: 8px solid #2e56ad;
}
h4 {
  border-left: 8px solid #2e56ad;
  border-bottom: 2px solid #666;
  padding: 10px 15px;
}
h5 {
  border-left: 8px solid #ddd;
  border-bottom: 2px solid #aaa;
  padding: 10px 15px;
  font-size: 120%;
}
h6 {
  border-left: 8px solid #aaa;
  font-size: 100%;
  padding-left: 15px;
}

/* 下層用 */
.under h1 {background: #edf5ff;
  padding: 10px 15px;
  border-left: 8px solid #2e56ad;
  font-size: 140%;
  margin-bottom: 25px;
  color: #666;}

.under h2 {background: #ddd;
  padding: 10px 15px;
  border-left: 8px solid #2e56ad;}

.under h3 {border-left: 8px solid #2e56ad;
  border-bottom: 2px solid #666;
  padding: 10px 15px;}



strong {
  border-bottom: 2px solid red;
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 2px solid #2e56ad;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #2e56ad;
}
article ol {
  counter-reset: counter-name;
  border: 2px solid #2e56ad;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
}
article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
}
blockquote {
  background: #edf5ff;
  padding: 3em 1em;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: 500%;
  line-height: 0em;
  color: #666;
  position: absolute;
}
blockquote:before {
  content: "“";
  left: 0;
  top: 0;
  line-height: 1em;
}
blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}
table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}
table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
  background: #edf5ff;
}
table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ccc;
}
pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS3 */
  word-wrap: break-word; /* IE 5.5+ */
  display: inline-block;
  border: 3px solid #edf5ff;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  background-color: #2e56ad;
  color: #fff;
  font-style: normal;
}
del {
  text-decoration: line-through;
}
ins {
  background-color: #edf5ff;
  display: inline-block;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}

/* top page */
.wrapper92 {
  max-width: 1080px;
  margin: 0 auto;
  background: url(../images/airmail.png) left top repeat-x;
  background-color: #fff;
  box-shadow: 5px 10px 20px #ddd;
}
/* header */
.pagetop {
  width: 100%;
  padding: 2rem 0 2%;
}
.pagetop a {
  margin-bottom: 10px;
}
.sitename a {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}
p.main-copy {
  color: #666;
  font-size: 80%;
}
.grovalnav > ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}
.grovalnav ul#grovalnav-menu > li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
}
#grovalnav-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#grovalnav-menu li a {
  display: block;
  font-size: 16px;
}
/* slider */

.ttl-visual {
  padding: 0 50px;
}
.ttl-area {
  width: 30%;
  float: left;
}
.ttl-area2 {
  width: 30%;
  float: left;
  padding: 0 0 50px 50px;
}
.mainimage {
  width: 65%;
  float: right;
}
.bx-wrapper {
  border: none;
  box-shadow: none;
}
/* contents area */
.mainSection {
  margin: 0 auto;
  padding: 0 50px;
}
.moreBtn {
  text-align: right;
}
.moreBtn a {
  padding: 3px 0;
  color: #2e56ad;
  display: inline-block;
}
.moreBtn a::before {
  content: ">>";
  color: #2e56ad;
  position: relative;
}
.moreBtn a:hover {
  color: #ddd;
}
/* main */
main {
  float: right;
  width: 65%;
  margin-bottom: 100px;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.linkCont img {
  float: left;
  max-width: 300px;
  margin-right: 10px;
}
article {
  margin-bottom: 30px;
}
/* おすすめリンク */
.link-Bx {
  border: 4px double #2e56ad;
  padding: 20px 20px 0;
}
.link-in {
  float: left;
  width: 48%;
  margin: 0 1%;
}
.link-Bx h3 {
  margin: 0 2%;
  border: none;
  background-color: #fff;
  padding: 0;
}
.link-Bx h3 a {
  padding: 10px 10px 10px 30px;
  display: block;
  color: #fff;
  background-color: #2e56ad;
  font-size: 18px;
}
.link-Bx h3 a:hover {
  background-color: #aaa;
  color: #fff;
}
.link-Bx h3 a::before {
  content: "▶︎";
  display: block;
  position: relative;
  top: 0px;
  left: -25px;
  width: 0px;
  height: 0px;
  background: #fff;
  background-size: 5px 5px;
}
.link-Bx p {
  padding: 0 0 20px 10px;
}
.link-Bx a {
  text-align: left;
}
/* aside */
aside {
  float: left;
  width: 30%;
  padding: 20px 0;
  background: url(../images/airmail.png) left top no-repeat,
    url(../images/airmail.png) left bottom no-repeat;
  overflow: hidden;
  position: sticky;
  top: 0;
}
aside li > div {
  color: #666;
  font-size: 21px;
  border-bottom: 1px solid #666;
}
aside a {
  padding: 10px 0;
}
aside img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}
.side-Link a {
  margin-bottom: 10px;
}
/* footer */
footer {
  position: relative;
  padding: 50px 0 10px;
  background: url(../images/airmail.png) left top repeat-x,
    url(../images/airmail.png) left bottom repeat-x;
  background-color: #edf5ff;
}
footer p {
  font-size: 18px;
  border-bottom: 1px solid #666;
  color: #666;
}
footer a {
  color: #2e56ad;
  font-size: 85%;
}
footer a:hover {
  color: #666;
}
footer .mainSection {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.ftcopy {
  margin: 10px;
  font-size: 70%;
  text-align: center;
  border: none;
}
.to_Top {
  position: fixed;
  bottom: 5%;
  right: -1px;
  z-index: 1;
  color: #2e56ad;
  border: 1px solid #2e56ad;
  background-color: #fff;
  padding: 5px;
  line-height: 1.4;
  font-size: 14px;
  box-shadow: 2px 5px 10px #ddd;
}
.to_Top:hover {
  background-color: #2e56ad;
  color: #fff;
}
.ft_Menu {
  width: 27%;
  margin: 0 auto;
}
/* under */
.massage_404 {
  font-size: 200%;
  color: #666;
}
/* pan nav */
.pa_nav {
  margin-bottom: 10px;
}
.pa_nav a {
  display: inline;
  font-size: 85%;
}
.pa_nav font {
  color: #ccc;
}
/* SNS */
.btnArea {
  width: 100%;
  margin: 30px 0;
  border: 3px solid #edf5ff;
  padding: 15px;
}
.sns-mainSection {
  display: flex;
  justify-content: space-between;
}
.btnArea > div {
  text-align: center;
}
.btnArea:after {
  content: "";
  clear: both;
  display: block;
}
.title_fill {
  text-align: center;
  display: block;
  background-color: #edf5ff;
  color: #666;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.button-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.button-whole .fa {
  font-weight: bold;
}
.button-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.button-link:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* SNSごとの背景色 */
#twitter {
  background-color: #00acee;
}
#hatena {
  background-color: #2d4c86;
}
#facebook {
  background-color: #3b5998;
}
#ggl-plus {
  background-color: #dd4b39;
}
/* SNSごとの背景色 */
.nf {
  height: 1000px;
}
