@charset "utf-8";

.flex {
  display: flex;
  justify-content: space-between;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

body {
  background-color: #ebebeb;
  font-size: 16px;
  line-height: 2;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-top: 9%;
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 25px;
}

a {
  color: #000;
}

/* top page */

/* header */
.header_box {
  background-color: #fff;
  padding: 14px 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header_box .sitettl a {
  color: #333;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.3;
}

/* contents */
#mainv {
  margin: 40px 0;
  overflow: hidden;
  position: relative;
}

.catch {
  color: #fff;
  position: absolute;
  right: 3%;
  top: 50%;
  z-index: 99;
  width: 45%;
  background: rgba(0, 0, 0, 0.2);
}

.container,
.subcontainer {
  margin: 0 auto;
  max-width: 960px;
}

main {
  float: left;
  max-width: 640px;
}

aside {
  float: right;
  width: 30%;
}

.drawer-menu {
  background-color: #ffee00;
  padding: 60px;
}

.drawer-menu li {
  line-height: 50px;
  text-align: center;
}

#grovalnav_menu li ul.sub-menu {
  display: none;
  padding: 0;
  position: absolute;
  z-index: 9999;
}

.drawer-menu li a:hover {
  color: #fff;
}

.slicknav_menu {
  display: none;
}

/* slider */
#slider #sliderInner .bx-viewport {
  height: 400 !important;
}

.bxslider li img {
  width: 100% !important;
}

/* contents area */

.underLink_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.underLink_box section {
  background-color: #fff;
  border-top: 4px solid #ffee00;
  margin: 0 0 30px;
  padding: 20px;
  width: 310px;
}

.underLink_box section p {
  margin-bottom: 10px;
}

.underLink_box section img {
  width: 100%;
}

.underLink_box section a {
  float: right;
  font-weight: bold;
  position: relative;
}

.underLink_box section a::before {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  bottom: 0;
  content: "";
  height: 8px;
  left: -25px;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 8px;
}

.Entry,
.sub_Entry {
  background-color: #fff;
  padding: 20px;
}

/* +下層用 */
.under h1 {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 25px;
}

.Entry h3,
.sub_Entry h3,
.under h2 {
  border-bottom: 3px solid;
}

.Entry h4,
.sub_Entry h4,
.under h3 {
  border-bottom: 3px solid #ffee00;
}

.Entry h5,
.sub_Entry h5 {
  color: #333;
  background: #fdf69a;
  padding: 0 10px;
}

.Entry h6,
.sub_Entry h6 {
  color: #333;
  background: #ebebeb;
  padding: 0 10px;
}

strong {
  background: #fdf69a;
  font-size: 16px;
}

em {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 3px 0;
}

b {
  font-size: 16px;
}

del {
  text-decoration: line-through;
}

.Entry ul li,
.sub_Entry ul li {
  list-style: initial;
  list-style-position: inside;
}

.Entry ol,
.sub_Entry ol {
  counter-reset: number;
}

.Entry ol li::before,
.sub_Entry ol li::before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  margin-right: 10px;
  font-style: italic;
}

blockquote {
  background: #ebebeb;
  padding: 40px 10px;
  position: relative;
}

blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}

blockquote:after {
  content: "”";
  font-size: 600%;
  line-height: 0em;
  color: #ccc;
  position: absolute;
  right: 0;
  bottom: 0;
}

.Entry a,
.sub_Entry a {
  color: #204e94;
}

.Entry img,
.sub_Entry img {
  margin: 10px;
}

pre {
  border: 2px dashed;
  padding: 10px;
  width: 100%;
}

table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
}

th {
  background-color: #333;
  color: #fff;
  font-weight: normal;
}

td {
  border: 1px solid #333;
  color: #666;
  text-align: center;
}

.container main .alignleft,
.subcontainer main .alignleft {
  padding: 0;
  text-align: left;
}

.container main .aligncenter,
.subcontainer main .aligncenter {
  padding: 0;
  text-align: center;
}

.container main .alignright,
.subcontainer main .alignright {
  padding: 0;
  text-align: right;
}

.container main .alignleft img,
.container main .aligncenter img,
.container main .alignright img,
.subcontainer main .alignleft img,
.subcontainer main .aligncenter img,
.subcontainer main .alignright img {
  box-sizing: border-box;
  display: inline-block;
  float: none;
  max-width: 100%;
}

/* section */

.container article .art-box {
  padding: 0 20px;
}

.subEntry img,
.Entry .Entry_mainImg,
img.eyecatch {
  float: none;
  margin: 0;
  max-width: 100%;
}

img.eyecatch {
  border-radius: 35px;
  padding: 20px;
}

.article .art-R {
  float: right;
  width: 280px;
}

.art-R a {
  display: block;
  text-align: right;
}

/* link */
.underLink_box section.link {
  border-top: 4px solid #204e94;
  height: 90%;
}

.link-box h3 {}

.link-box a {
  float: none;
  margin-bottom: 10px;
  width: 90%;
}

.link-box p {
  display: inline-block;
}

/* aside */
aside.side-menu {
  float: right;
  /*min-*/
  width: 300px;
  position: sticky;
  top: 60px;
  height: fit-content;
}

.side-container {
  background-color: #fff;
}

.side-container p {
  border-bottom: 2px solid;
  border-top: 2px solid;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.side-link img {
  max-width: 100%;
}

.side-container>li {
  font-size: 16px;
  padding: 10px;
}

p.side-link img {
  vertical-align: middle;
}

.side-sub-menu {
  margin: 0 0 30px;
  padding: 0 10px;
}

.side-sub-menu li {
  margin: 0 0 30px;
  text-align: center;
}

.side-link p {
  padding: 0;
}

/* footer */
footer {
  background: #fdf69a;
  margin-top: 100px;
  padding: 30px 0;
  position: relative;
}

footer .ft-menu-area {
  display: flex;
  margin: 0 auto;
  width: 75%;
}

footer .ft-ttl,
footer .ft-copy {
  font-size: 10px;
  text-align: center;
}

footer a.top-btn {
  font-size: 20px;
  position: absolute;
  text-align: center;
  top: -55px;
  right: 40px;
  display: block;
  width: 115px;
  height: 100px;
  line-height: 30px;
}

footer a.top-btn:hover {
  opacity: 0.7;
}

footer .ft-menu {
  margin: 0 60px 0 0;
}

footer .ft-menu p {
  font-weight: bold;
  margin: 0 0 20px;
}

footer .ft-menu li {
  margin: 0 0 10px;
}

footer .ft-menu a {
  display: block;
  height: 30px;
  line-height: 25px;
  padding: 0;
}

/* under */
.subcontainer main {
  background: #fff;
}

.subcatch {
  font-weight: bold;
  padding: 30px;
  text-align: left;
}

/* pan nav */
#panav {
  margin-bottom: 20px;
}

#panav li {
  display: inline;
}

#panav a:hover {
  opacity: 0.5;
}

.subEntry,
.button-area {
  padding: 20px;
}

/* SNS */
.button-area {
  width: 100%;
}

.sns-container {
  display: flex;
  justify-content: space-between;
}

.button-area>div {
  text-align: center;
}

.button-area:after {
  content: "";
  clear: both;
  display: block;
}

.title-fill {
  text-align: center;
  display: block;
  background-color: #000;
  color: #fff;
  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;
}

.subcontainer {
  max-width: 960px;
}