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

body {
  font-size: 15px;
  line-height: 1.85;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
  color: #000;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 only */
.cf {
  *zoom: 1;
}

a {
  color: #e60014;
  display: block;
}

a:hover {
  color: #222;
  transition: 0.5s;
}

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 #eee;
  border-radius: 6px;
  margin: 1em 0;
  padding: 1em;
}

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

h2,
h3,
h4,
h5,
h6 {
  font-size: 130%;
  margin-bottom: 25px;
  padding: 8px 0;
}

/* header */

.header {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .sitettl {
  color: #222;
  font-size: 16px;
  padding: 10px 20px 10px 85px;
  width: 400px;
  position: relative;
  line-height: 1.3;
  font-weight: bold;
}

.header .sitettl:before {
  content: url(../images/logo_13.png);
  position: absolute;
  left: 40px;
  top: 0;
}

nav.gnav>ul {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

nav.gnav a {
  color: #fff;
  font-weight: bold;
}

nav.gnav ul#gnav_menu>li {
  display: block;
  position: relative;
  font-size: 14px;
  text-align: center;
}

.slicknav_menu {
  display: none;
}

#gnav_menu li a {
  display: block;
  color: #fff;
  padding: 20px;
  position: relative;
  background: #e60014;
}

#gnav_menu li a:hover {
  color: #e60014;
  background: #eee;
}

header {
  margin: 0 auto 55px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.catchcopy {
  width: 480px;
  position: relative;
  z-index: 1;
  left: 5em;
  top: 50px;
}

.catchcopy p {
  color: #222;
  font-size: 250%;
  font-weight: bold;
  line-height: 1.3;
  display: inline;
  background: linear-gradient(transparent 40%, #fff907 40%);
}

.sub_catchcopy {
  font-size: 10px;
  font-weight: bold;
  color: #aaa;
  padding: 5px 0 0 3.5em;
}

/* slider */
#slider {
  overflow: hidden;
  position: relative;
  width: 950px;
}

.bx-wrapper {
  margin: 0 auto;
  position: relative;
  border: none;
  max-width: 100% !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #f8f8f8;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #e60014;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 30px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  transition: 0s;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/arrow_l.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/arrow_r.png) no-repeat 0 0;
}

.bx-wrapper .bx-controls-direction a {
  width: 59px;
  height: 59px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0;
}

.header p.catchcopy {
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 1.2;
}

.btn_13 {
  text-align: right;
}

.btn_13 a {
  border: 2px solid #e60014;
  background: #fff;
  color: #e60014;
  padding: 10px 50px;
  display: inline-block;
  border-radius: 30px;
}

.btn_13 a:hover {
  background: #e60014;
  color: #fff;
}

.btn_13 a:after,
#gnav_menu li a:after,
.side-container a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px;
}

/* section */
.article {
  background: #eee;
  margin: 2em;
  padding: 2em 9em;
}

.container section .sub_txt,
.main_txt {
  text-align: left;
  background: #fff;
  float: right;
  width: 68%;
  padding: 2em 5em;
}

.main_txt {
  width: 100%;
  float: none;
}

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

.inner>img {
  float: left;
  margin: 0 30px 0 auto;
  max-width: 250px;
}

.article p img {
  max-width: 100%;
}

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

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

/* style */
.main_txt>.cf h2 {
  width: 300px;
  margin: auto;
  /*130px auto auto 0*/
}

.main_txt>.cf {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}

.sub_img {
  float: left;
  max-width: 30%;
  margin-right: 10px;
}

.sub_img img {
  width: 100%;
  height: auto;
  border: 7px solid #fff;
}

.eyecatch {
  width: 100%;
}

.container section .content1_img {
  max-width: 600px;
  margin: 0;
}

.container section .content1_img img {
  width: 100%;
}

/* +下層用 */
.container h2,
.under h1 {
  color: #222;
  font-weight: 700;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}

.container .main-area h2 {
  font-size: 160%;
}

.main-area {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.main-area main {
  float: left;
  max-width: 900px;
  background: #fff;
  padding: 1em 3em;
}

/* +下層用 */
.container .main-area h2,
.under h1 {
  text-align: left;
  padding: 0.5em 0;
}

.under h1 {
  font-size: 130%;
  /* margin-bottom: 25px; */
  padding: 8px 0;
}

.container h3,
.under h2 {
  color: #222;
  border-top: 3px solid #222;
  border-bottom: 3px solid #222;
  position: relative;
  text-align: center;
  padding: 0.5em 20px;
  font-size: 150%;
}

.container h4,
.under h3 {
  position: relative;
  padding: 0.5em 0.75em;
  background-color: #eee;
  font-size: 110%;
}

.under h3 {
  margin-top: 40px;
}

.container h5 {
  border-left: 5px solid #e60013;
  font-size: 110%;
  color: #222;
  padding-left: 10px;
}

.container h6 {
  font-size: 110%;
  padding-bottom: 0.5em;
  border-bottom: 5px solid #aaa;
}

b,
strong,
.bo {
  font-weight: bold;
  font-size: 100%;
  background: linear-gradient(transparent 60%, #fff907 60%);
}

.container article ul,
.container .sub_entry ul {
  border: 1px solid #e60013;
  padding: 0 2em;
  margin: 1.5em 0;
  font-weight: bold;
}

.container article ul li,
.container .sub_entry ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  position: relative;
}

.container article ul li:before,
.container .sub_entry ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: -1em;
  color: #e60013;
}

.container article ol,
.container .sub_entry ol {
  counter-reset: list;
  border-radius: 6px;
  padding: 0.5em 0;
  margin: 1.5em 0;
}

.container article ol li,
.container .sub_entry ol li {
  position: relative;
  line-height: 25px;
  margin: 7px 0 7px 30px;
  font-weight: bold;
}

.container article ol li:before,
.container .sub_entry ol li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -35px;
  width: 25px;
  height: 25px;
  background: #e60013;
  text-align: center;
  color: #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

blockquote {
  background: #222;
  padding: 3em 4em;
  position: relative;
  color: #fff;
}

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

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

.container main p img {
  display: inline-block;
  float: none;
}

.sub_entry img {
  display: block;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

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: #eee;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ccc;
}

/* link */
article.article.link-box.cf {
  background: #e24026;
}

article.link-box h2 {
  color: #fff;
  text-align: center;
}

article.link-box h3 {
  display: block;
  border: none;
  background: #222;
  border-radius: 30px;
  margin-bottom: 20px;
}

article.link-box h3 a {
  color: #fff;
}

article.link-box h3 a:hover {
  color: #e24026;
}

article.link-box h3 a:before {
  content: "\f08e";
  font-family: FontAwesome;
  margin-right: 5px;
}

article.link-box h3:hover {
  transition: 0.5s;
  background: #fff;
}

article.link-box p {
  padding: 0 20px;
  color: #fff;
  margin-bottom: 15px;
}

.container section article.link-box a {
  text-align: left;
}

/* aside */
aside {
  float: right;
  /*min-*/
  width: 260px;
}

.side-container>li {
  margin-bottom: 3em;
}

.side-container a {
  display: block;
  padding: 10px 10px 10px 0px;
  position: relative;
}

.side-container p a {
  display: block;
  padding-left: 70px;
  height: 40px;
  line-height: 40px;
}

.side-link img {
  max-width: 260px;
}

.side-menu>ul>li>p {
  color: #aaa;
  font-weight: bold;
  text-align: left;
  padding: 3px 5px;
  border-bottom: 3px solid #e60013;
}

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

.side-link p {
  padding: 10px 0;
}

.sub_container {
  background: #eee;
  margin: 2em;
  padding: 0 0 3em;
  /*3em 0*/
}

/* footer */
footer {
  position: relative;
  background: #656565;
}

footer a {
  color: #fff;
}

footer .f_wrap {
  display: flex;
  justify-content: inherit;
  width: 1060px;
  margin: 0 auto;
  padding: 2em 0;
}

.f_wrap>li {
  width: 28%;
  margin: 0 5% 0 0;
}

footer .f_ttl,
footer .copy {
  color: #eee;
  background: #222;
  font-size: 10px;
  text-align: center;
  padding: 10px;
}

footer a.to_top {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 1;
}

footer .f_menu p {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

footer .f_menu a {
  display: block;
  line-height: 1.3;
  padding: 10px 0;
}

/* under */

/* pan nav */
#panav {
  padding: 5px 0;
  margin-bottom: 45px;
  text-align: left;
  border-bottom: 2px solid #fff;
  margin: 0 0 1em;
  /*1em 0*/
}

#panav a {
  display: inline;
  font-size: 13px;
  color: #e60013;
}

img.eyecatch {
  display: block;
  margin: 20px auto;
}

.button_area {
  padding: 20px;
}

.container main .sub_entry p {
  padding: 0 0 20px 0;
}

/* SNS */
.button_area {
  width: 100%;
  margin: 3em auto;
  padding: 1em;
  border: 1px solid #e60013;
}

.button_area>div {
  text-align: center;
}

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

.title-fill {
  text-align: center;
  display: block;
  color: #e60013;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.button_whole {
  float: left;
  width: 24%;
  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;
}

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