@charset "UTF-8";
/*  ---------------------------
			Layout
---------------------------  */
/* Scss Document */
/* Scss Document */
/*  ---------------------------
			COLOR
---------------------------  */
/* CATEGORY */
/* TOP */
/* FOOT */
/*  ---------------------------
			PADDING
---------------------------  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  color: #333;
  background: url(../images/bg.png) repeat #29B2D4;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  word-break: break-all;
}

img {
  border: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.sp_show {
  display: none !important;
}

.sp_hide {
  display: inline-block !important;
}

@media screen and (max-width: 960px) {
  .sp_show {
    display: inline-block !important;
  }
  .sp_hide {
    display: none !important;
  }
}
.color_1 {
  color: #c30d23;
}

.color_2 {
  color: #fc8011;
}

.color_3 {
  color: #1d2088;
}

.color_4 {
  color: #006934;
}

.color_5 {
  color: #036eb8;
}

.color_6 {
  color: #956134;
}

/*  ---------------------------
			PC_NAVI
---------------------------  */
#pc_navi {
  position: fixed;
  left: 0;
  top: 0;
  width: 210px;
  background: #fff;
  height: 100%;
}
#pc_navi h1 {
  padding: 10px 20px 10px 20px;
}
#pc_navi h1 img {
  width: 100%;
}
#pc_navi ul.navi {
  border-bottom: 1px solid #efefef;
}
#pc_navi ul.navi li {
  border-top: 1px solid #efefef;
}
#pc_navi ul.navi li a {
  padding: 15px 20px 15px 55px;
  display: block;
  line-height: 18px;
  font-size: 13px;
  font-weight: bold;
}
#pc_navi ul.navi li a img {
  height: 20px;
  margin-right: 15px;
  margin-bottom: -3px;
}
#pc_navi ul.navi li:nth-child(1) {
  color: #c30d23;
}
#pc_navi ul.navi li:nth-child(1) a {
  background: url(../images/navi_icon_1.png) no-repeat 20px 13px;
  background-size: auto 20px;
}
#pc_navi ul.navi li:nth-child(1).current {
  color: #fff;
}
#pc_navi ul.navi li:nth-child(1).current a {
  background: url(../images/navi_icon_1.png) no-repeat 20px 13px #c30d23;
  background-size: auto 20px;
}
#pc_navi ul.navi li:nth-child(2) {
  color: #fc8011;
}
#pc_navi ul.navi li:nth-child(2) a {
  background: url(../images/navi_icon_2.png) no-repeat 20px 13px;
  background-size: auto 20px;
}
#pc_navi ul.navi li:nth-child(2).current {
  color: #fff;
}
#pc_navi ul.navi li:nth-child(2).current a {
  background: url(../images/navi_icon_w_2.png) no-repeat 20px 13px #fc8011;
  background-size: auto 20px;
}
#pc_navi ul.navi li:nth-child(3) {
  color: #1d2088;
}
#pc_navi ul.navi li:nth-child(3) a {
  background: url(../images/navi_icon_3.png) no-repeat 20px 13px;
  background-size: auto 20px;
}
#pc_navi ul.navi li:nth-child(3).current {
  color: #fff;
}
#pc_navi ul.navi li:nth-child(3).current a {
  background: url(../images/navi_icon_w_3.png) no-repeat 20px 13px #1d2088;
  background-size: auto 20px;
}
#pc_navi ul.navi li:nth-child(4) {
  color: #006934;
}
#pc_navi ul.navi li:nth-child(4) a {
  background: url(../images/navi_icon_4.png) no-repeat 20px 13px;
  background-size: auto 20px;
}
#pc_navi ul.navi li:nth-child(4).current {
  color: #fff;
}
#pc_navi ul.navi li:nth-child(4).current a {
  background: url(../images/navi_icon_w_4.png) no-repeat 20px 13px #006934;
  background-size: auto 20px;
}
#pc_navi ul.navi li:nth-child(5) {
  color: #036eb8;
}
#pc_navi ul.navi li:nth-child(5) a {
  background: url(../images/navi_icon_5.png) no-repeat 20px 13px;
  background-size: auto 20px;
}
#pc_navi ul.navi li:nth-child(5).current {
  color: #fff;
}
#pc_navi ul.navi li:nth-child(5).current a {
  background: url(../images/navi_icon_w_5.png) no-repeat 20px 13px #036eb8;
  background-size: auto 20px;
}
#pc_navi ul.navi li:nth-child(6) {
  color: #956134;
}
#pc_navi ul.navi li:nth-child(6) a {
  padding: 8px 20px 8px 55px;
  background: url(../images/navi_icon_6.png) no-repeat 20px 16px;
  background-size: auto 20px;
}
#pc_navi ul.navi li:nth-child(6).current {
  color: #fff;
}
#pc_navi ul.navi li:nth-child(6).current a {
  background: url(../images/navi_icon_w_6.png) no-repeat 20px 13px #956134;
  background-size: auto 20px;
}
#pc_navi .oubo {
  padding: 10px 20px 10px 20px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #efefef;
}
#pc_navi .oubo p {
  padding-bottom: 10px;
}
#pc_navi .oubo a {
  display: block;
  background: #c30d23;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px;
}
#pc_navi .oubo a img {
  height: 14px;
  margin-right: 5px;
  margin-bottom: -2px;
}
#pc_navi .share {
  padding: 10px 20px 15px 20px;
  font-size: 12px;
  text-align: center;
}
#pc_navi .share p {
  padding-bottom: 10px;
}
#pc_navi .share ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
#pc_navi .share ul li a {
  background: #1da1f2;
  display: block;
  width: 45px;
  height: 45px;
}
#pc_navi .share ul li a img {
  width: 20px;
  margin-top: 12px;
}
#pc_navi .share ul li:nth-child(2) a {
  background: #3c5998;
  margin-left: 10px;
}
#pc_navi .share ul li:nth-child(3) a {
  background: #dc4e41;
}
#pc_navi .share ul li:nth-child(3) a img {
  width: 25px;
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  #pc_navi {
    display: none;
  }
}
/*  ---------------------------
			SP_NAVI
---------------------------  */
#sp_navi {
  position: relative;
  z-index: 2;
  display: none;
  padding: 10px 20px 10px 20px;
  background: #fff;
}
#sp_navi h1 img {
  width: 190px;
}
#sp_navi .navi {
  float: right;
  background: #1C7482;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  margin-top: 3px;
  padding: 12px 0 0 13px;
}

#sp_menu {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  display: none;
}
#sp_menu ul.navi {
  border-bottom: 1px solid #efefef;
}
#sp_menu ul.navi li {
  border-top: 1px solid #efefef;
}
#sp_menu ul.navi li a {
  padding: 17px 20px 17px 55px;
  display: block;
  line-height: 20px;
  font-weight: bold;
  position: relative;
}
#sp_menu ul.navi li a img {
  height: 20px;
  margin-right: 15px;
  margin-bottom: -3px;
}
#sp_menu ul.navi li a:before {
  content: "";
  position: absolute;
  top: 24px;
  right: 20px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sp_menu ul.navi li:nth-child(1) {
  color: #c30d23;
}
#sp_menu ul.navi li:nth-child(1) a {
  background: url(../images/navi_icon_1.png) no-repeat 20px 17px;
  background-size: auto 20px;
}
#sp_menu ul.navi li:nth-child(1) a:before {
  border-top: 2px solid #c30d23;
  border-right: 2px solid #c30d23;
}
#sp_menu ul.navi li:nth-child(2) {
  color: #fc8011;
}
#sp_menu ul.navi li:nth-child(2) a {
  background: url(../images/navi_icon_2.png) no-repeat 20px 17px;
  background-size: auto 20px;
}
#sp_menu ul.navi li:nth-child(2) a:before {
  border-top: 2px solid #fc8011;
  border-right: 2px solid #fc8011;
}
#sp_menu ul.navi li:nth-child(3) {
  color: #1d2088;
}
#sp_menu ul.navi li:nth-child(3) a {
  background: url(../images/navi_icon_3.png) no-repeat 20px 17px;
  background-size: auto 20px;
}
#sp_menu ul.navi li:nth-child(3) a:before {
  border-top: 2px solid #1d2088;
  border-right: 2px solid #1d2088;
}
#sp_menu ul.navi li:nth-child(4) {
  color: #006934;
}
#sp_menu ul.navi li:nth-child(4) a {
  background: url(../images/navi_icon_4.png) no-repeat 20px 17px;
  background-size: auto 20px;
}
#sp_menu ul.navi li:nth-child(4) a:before {
  border-top: 2px solid #006934;
  border-right: 2px solid #006934;
}
#sp_menu ul.navi li:nth-child(5) {
  color: #036eb8;
}
#sp_menu ul.navi li:nth-child(5) a {
  background: url(../images/navi_icon_5.png) no-repeat 20px 17px;
  background-size: auto 20px;
}
#sp_menu ul.navi li:nth-child(5) a:before {
  border-top: 2px solid #036eb8;
  border-right: 2px solid #036eb8;
}
#sp_menu ul.navi li:nth-child(6) {
  color: #956134;
}
#sp_menu ul.navi li:nth-child(6) a {
  background: url(../images/navi_icon_6.png) no-repeat 20px 17px;
  background-size: auto 20px;
}
#sp_menu ul.navi li:nth-child(6) a:before {
  border-top: 2px solid #956134;
  border-right: 2px solid #956134;
}
#sp_menu .oubo {
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #efefef;
}
#sp_menu .oubo p {
  padding-bottom: 10px;
}
#sp_menu .oubo a {
  display: block;
  background: #c30d23;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}
#sp_menu .oubo a img {
  height: 14px;
  margin-right: 5px;
  margin-bottom: -2px;
}
#sp_menu .archive {
  padding: 20px 20px 0 20px;
  border-bottom: 1px solid #efefef;
}
#sp_menu .archive p {
  padding-bottom: 10px;
  text-align: center;
}
#sp_menu .archive ul.archive_menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#sp_menu .archive ul.archive_menu li {
  margin-bottom: 10px;
  margin-right: 10px;
}
#sp_menu .archive ul.archive_menu li a {
  display: block;
  background: #1C7482;
  padding: 5px 10px 5px 10px;
  color: #fff;
  border-radius: 5px;
}
#sp_menu .share {
  padding: 10px 20px 15px 20px;
  font-size: 14px;
  text-align: center;
}
#sp_menu .share p {
  padding-bottom: 10px;
}
#sp_menu .share ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
#sp_menu .share ul li {
  width: auto;
  flex-grow: 1;
}
#sp_menu .share ul li a {
  background: #1da1f2;
  display: block;
  width: 100%;
  height: 45px;
}
#sp_menu .share ul li a img {
  width: 20px;
  margin-top: 12px;
}
#sp_menu .share ul li:nth-child(2) a {
  background: #3c5998;
}
#sp_menu .share ul li:nth-child(3) a {
  background: #dc4e41;
}
#sp_menu .share ul li:nth-child(3) a img {
  width: 25px;
  margin-top: 10px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 18px;
  height: 19px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

@media screen and (max-width: 960px) {
  #sp_navi {
    display: block;
  }
  #sp_menu {
    display: block;
  }
}
/*  ---------------------------
			PC_ARCHIVE
---------------------------  */
#pc_archive {
  position: fixed;
  right: 0;
  top: 20px;
  z-index: 100;
}
#pc_archive .btn {
  width: 45px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  background: #1C7482;
  color: #fff;
  float: left;
  padding: 15px 10px 15px 15px;
  cursor: pointer;
  -webkit-border-radius: 5px 0 0 5px/5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px/5px 0 0 5px;
  border-radius: 5px 0 0 5px/5px 0 0 5px;
}
#pc_archive .btn span {
  margin-top: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
#pc_archive .btn span:before {
  position: absolute;
  top: 4px;
  left: 5px;
  content: "";
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #1C7482;
}
#pc_archive ul {
  padding: 10px 15px 10px 15px;
  float: left;
  background: #1C7482;
}
#pc_archive ul li {
  margin-bottom: 10px;
  width: 175px;
  border-bottom: 1px dotted #fff;
}
#pc_archive ul li a {
  color: #fff;
  display: block;
  text-align: left;
  position: relative;
  padding-left: 12px;
  padding-bottom: 3px;
}
#pc_archive ul li a span {
  font-size: 10px;
  margin-left: 5px;
}
#pc_archive ul li a:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
}
#pc_archive ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 960px) {
  #pc_archive {
    display: none;
  }
}
/*  ---------------------------
			Wrapper
---------------------------  */
#wrapper {
  width: calc(100% - 210px);
  margin-left: 210px;
}
#wrapper #cont {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 30px 10px 30px;
}
#wrapper #cont .box {
  border-radius: 10px;
  background: #fff;
  padding: 50px 35px 30px 35px;
  margin-bottom: 40px;
  position: relative;
}
#wrapper #cont .box:before {
  content: "";
  width: 96%;
  height: 33px;
  position: absolute;
  top: -12px;
  left: 2%;
  background: url(../images/ring.png);
}
#wrapper #cont h3 {
  width: 100%;
  padding: 20px;
  border-radius: 40px;
  border: 1px solid #fff;
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
#wrapper #cont h3 img {
  height: 28px;
  margin-right: 10px;
  margin-bottom: -3px;
}
#wrapper #cont ul.page_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
#wrapper #cont ul.page_navi li {
  margin-right: 15px;
  margin-bottom: 15px;
}
#wrapper #cont ul.page_navi li a {
  display: block;
  font-size: 16px;
  background: #fff;
  padding: 5px 20px 5px 35px;
  border-radius: 30px;
  position: relative;
}
#wrapper #cont ul.page_navi li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
}
#wrapper #cont h4 {
  font-size: 28px;
  padding-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #wrapper {
    width: 100%;
    margin-left: 0;
  }
  #wrapper #cont {
    padding: 20px 20px 10px 20px;
  }
  #wrapper #cont .box {
    border-radius: 10px;
    background: #fff;
    padding: 30px 20px 20px 20px;
    margin-bottom: 20px;
  }
  #wrapper #cont .box:before {
    width: 90%;
    height: 20px;
    top: -7px;
    left: 5%;
    background-size: auto 20px;
  }
  #wrapper #cont h3 {
    padding: 10px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #wrapper #cont h3 img {
    height: 20px;
    margin-bottom: -2px;
  }
  #wrapper #cont ul.page_navi {
    margin-bottom: 20px;
  }
  #wrapper #cont ul.page_navi li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #wrapper #cont ul.page_navi li a {
    font-size: 12px;
    padding: 5px 15px 5px 30px;
  }
  #wrapper #cont ul.page_navi li a:before {
    top: 13px;
    left: 13px;
    border-style: solid;
    border-width: 9px 5px 0 5px;
  }
  #wrapper #cont h4 {
    font-size: 22px;
    padding-bottom: 20px;
  }
}
/*  ---------------------------
			Footer
---------------------------  */
#footer {
  width: calc(100% - 210px);
  margin-left: 210px;
  background: #1C7482;
  padding: 20px 30px 10px 30px;
  color: #fff;
}
#footer p {
  padding-bottom: 10px;
  font-size: 12px;
}
#footer p.ttl {
  font-size: 14px;
  border-bottom: none;
  padding-bottom: 10px;
}
#footer p.ttl img {
  height: 11px;
  margin-right: 8px;
}
#footer p.copy {
  font-size: 8px;
  text-align: left;
  border-bottom: none;
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: #fff;
}
#pagetop img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  #footer {
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }
  #footer p.copy {
    font-size: 7px;
    text-align: left;
  }
  #footer ul {
    flex-wrap: wrap;
  }
  #footer ul li {
    margin-right: 15px;
    font-size: 12px;
  }
  #footer ul li a {
    padding-left: 10px;
  }
  #footer ul li a:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    display: block;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #fff;
  }
  #pagetop {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
/*  ---------------------------
			clearfix
---------------------------  */
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  overflow: hidden;
  line-height: 0;
}

/* WinIE7 MacIE5 */
.clearfix {
  display: inline-table;
  zoom: 100%;
}

/* WinIE5-6 */
/* Hides from IE-mac \*/
* html html .clearfix {
  height: 1px;
}

.clearfix {
  display: block;
}