@charset "utf-8";

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

.link_ctn.link_one .c_b,
.c_toppage {
  display: flex;
  justify-content: space-between;
}

.c_b {
  margin-bottom: 60px;
}

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

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

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

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

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

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

/* +下層用 */
h2,
.under h1 {
  border-left: 6px solid #fa6e4d;
  padding-left: 10px;
  padding: 10px 12px;
  font-size: 150%;
  font-weight: bold;
  color: #343030;
}

.under h1 {
  margin-bottom: 25px;
}

h3,
.under h2 {
  border-bottom: 2px solid #343030;
  padding-bottom: 5px;
}

h4,
.under h3 {
  border: 1px solid #343030;
  padding: 10px;
}

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

h5 {
  background: rgba(0, 196, 204, 0.5);
  font-size: 120%;
  padding: 5px;
  color: #fff;
}

h6 {
  color: #00c4cc;
  font-size: 100%;
}

strong {
  background: linear-gradient(transparent 60%, #68ed34 60%);
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #343030;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 2px;
  background: #ccc;
}

article ol {
  counter-reset: counter-name;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border: #343030 solid 1px;
}

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;
  font-weight: bold;
  left: 0;
}

blockquote {
  background: rgba(0, 196, 204, 0.1);
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #999;
  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;
}

table th {
  width: 150px;
  padding: 10px;
  font-weight: nomal;
  vertical-align: top;
  border: 1px solid #ccc;
  background: rgba(0, 196, 204, 0.3);
}

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: 1px solid #ccc;
  margin: 1em 0;
  padding: 1em;
}

strong,
b {
  font-size: 100%;
}

em {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* top page */

/* slider */

.bx-wrapper {
  margin: 0 auto;
  border: none;
  width: 1060px;
  box-shadow: none;
  z-index: 1;
}

.bx-has-controls-direction {
  display: none;
}

/* header */

.hed {
  max-width: 1060px;
  overflow: hidden;
  margin: 0 auto 40px;
  padding: 0;
  background: none;
}

.hed a {
  color: #fff;
}

.maintitle a {
  padding: 100px 0 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.subpage .maintitle a {
  padding-top: 0;
}

.hed p.copy {
  margin-bottom: 10px;
  color: #fff;
  text-align: right;
  font-size: 70%;
}

.hed .contbox {
  position: absolute;
  z-index: 2;
  padding: 0 25px 25px;
  top: 0;
  right: 0;
  background: rgba(0, 196, 204, 0.5);
  height: 340px;
  width: 1060px;
}

.hed.subpage {
  background: rgba(0, 196, 204, 0.7);
  padding: 0 25px 25px;
}

.hed.subpage .contbox {
  position: static;
  background: none;
  height: auto;
  width: 100%;
  padding: 0;
}

.hed.subpage .contbox h1.maintitle a {
  padding: 20px 0;
}

/*ヘッダーナビ*/
.gnavwrap {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 3;
}

.hed.subpage .gnavwrap {
  position: static;
}

.gnavwrap>ul {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.gnavwrap ul#gnavwrap-menu>li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}

ul#gnavwrap-menu>li a {
  color: #343030;
}

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

.slicknav_menu {
  display: none;
}

#gnavwrap-menu li a {
  font-weight: bold;
  display: block;
}

/* contents area */
.contbox {
  background-color: #fff;
  max-width: 910px;
  margin: 0 auto;
  padding: 0;
}

/*3列リンク*/
.c_toppage h2 {
  border: none;
}

.c_toppage {
  overflow: hidden;
  margin: 40px auto 30px;
}

.c_toppage .link_ctn {
  border: solid 1px #ccc;
  width: 49%;
  margin: 0 2% 0 0;
  padding: 15px;
  background: #fff;
  float: left;
}

.c_toppage .link_ctn:nth-child(2) {
  margin: 0;
}

.link_ctn img {
  float: right;
  margin: 0;
  width: 50%;
}

.c_toppage .l_img {
  position: relative;
  margin: 0 0 15px;
}

.c_toppage .l_img h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  margin: 0;
  color: #fff;
  padding: 8px;
  font-size: 110%;
  background: rgba(0, 196, 204, 0.6);
}

.c_toppage p {
  font-size: 15px;
}

.l_img img {
  float: right;
  margin: 0;
  width: 50%;
}

.c_toppage .link_ctn img {
  width: 100%;
  margin: 0;
  float: none;
}

.lincc_top {
  float: left;
  width: 46%;
}

/*コラムをもっと読むボタン*/
.morebtn {
  margin: 15px 0 0;
}

.morebtn a {
  text-align: center;
  padding: 0.5em;
  border: 2px solid #00c4cc;
  color: #00c4cc;
  display: block;
  width: 200px;
  margin: 0 auto;
}

.link_ctn.link_one .morebtn a {
  float: right;
}

.morebtn a:hover {
  background: rgba(0, 196, 204, 0.2);
}

/* main */
main {
  float: left;
  max-width: 680px;
  margin-bottom: 50px;
}

article img {
  max-width: 100%;
  margin-bottom: 10px;
}

article {
  margin: 0;
}

/* おすすめリンク */
.kensaku h3 {
  position: relative;
  margin-bottom: 0;
}

.kensaku h3 a {
  display: block;
}

.kensaku h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.kensaku p {
  padding: 0 0 30px;
}

.kensaku a {
  text-align: left;
}

/* /////////////////////サイドメニュー */
aside {
  float: right;
  /*min-*/
  width: 200px;
  position: sticky;
  top: 0;
}

.side_cont>li {
  margin: 0 0 30px;
  border: solid 1px #ccc;
}

.side_cont>li ul {
  padding: 10px;
}

.side_cont>li p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0;
  background: #fa6e4d;
}

.side_cont>li.p_colm p {
  background: #d0c900;
}

aside a {
  padding: 10px 0;
}

aside img {
  float: left;
  max-width: 100%;
}

.side_l a {
  margin-bottom: 10px;
  margin: 0;
  padding: 10px 0;
}

/* footer */

footer {
  position: relative;
  background: #00c4cc;
  padding: 50px 0 10px;
  color: #fff;
}

footer p {
  font-size: 21px;
}

footer a {
  color: #fff;
  font-size: 85%;
}

footer a:hover {}

footer .contbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  background: none;
}

.footcpy {
  font-size: 70%;
  text-align: center;
}

/*戻るボタン*/

p.back_top a {
  border: solid #fff;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
  background: #00c4cc;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
}

.ft-menu {
  width: 27%;
  margin-right: 3%;
}

/* under */

.nfpage {
  font-size: 200%;
  color: #ba3819;
}

/* pan nav */

.pan_nv {
  margin-bottom: 10px;
}

.pan_nv a {
  display: inline;
  font-size: 85%;
}

.pan_nv font {
  color: #ccc;
}

/* SNS */

.sns_a {
  width: 100%;
  margin: 50px 0;
}

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

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

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

.sns_tit {
  text-align: center;
  display: block;
  background-color: #444;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.sns_btn {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.sns_btn .fa {
  font-weight: bold;
}

.sns_btn_l {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

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