@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  /*font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN W3", "Meiryo", "MS PGothic", sans-serif;*/
  font-family: ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN W3,Meiryo,MS PGothic,sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #22252a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
#contents {
  min-width: 1024px;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
.pc_content {
  display: none;
}
header {
  background: #bf192c;
  width: 100%;
}
.breadcrumb {
  margin: 0 auto;
  width: 1024px;
}
.breadcrumb ul {
  letter-spacing: 0.6px;
  line-height: 1.9;
  padding: 20px 0 15px;
  word-break: break-all;
}
.breadcrumb ul li {
  display: inline;
  font-size: 12px;
}
.breadcrumb li::after {
  color: #d2d2d2;
  content: '>';
  padding: 0 3px;
}
.breadcrumb li:last-child::after {
  content: '';
}
.breadcrumb ul li a {
  color:#1bb3b1;
  font-size: inherit;
  display: inline-block;
}
h1 {
  margin: 0 auto;
  padding: 25px 0;
  width: 1024px;
}
.main_area > p {
  color: #22252a;
  margin: 80px auto 10px;
  text-align: center;
}
#search {
  margin: 0 auto 20px;
}
#result, #guide, #news, #faq {
  background: #fff;
  margin: 0 auto 80px;
  width: 1024px;
}
h2 {
  color: #22252a;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
h2::before {
  border-left: solid 3px #1bb3b1;
  content: "";
  margin-right: 6px;
}
h3 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}
li a {
  color: #800000;
  font-size: 14px;
  text-decoration: none;
}
nav ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
#guide li > div > ul > li:hover, #news li:hover {
  background: #fff;
  cursor: pointer;
}
#result li a:hover, #guide li > div > ul > li:hover a, #news li:hover a, #faq li a:hover {
  color: #1bb3b1;
}
.result_area a:hover span::before, #faq a:hover span::before {
  border-left: 10px solid #1bb3b1;
}

/* ----------------------------------------------------
  #search
---------------------------------------------------- */
form {
  margin: auto;
  position: relative;
  width: 690px;
}
input.mod-form-keyword {
  background: #eee;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: #555666;
  font-size: 16px;
  height: 50px;
  padding: 0 55px 0 20px;
  width: inherit;
}
input.mod-button.search-mini {
  background: #bbb;
  border: none;
  border-radius: 0 5px 5px 0;
  box-sizing: border-box;
  font-size: 20px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
input.mod-button.search-mini:hover {
  cursor: pointer;
}
input[type="text"]:focus, input[type="submit"]:focus {
  outline: 0;
}

/* ----------------------------------------------------
  #result
---------------------------------------------------- */
#result {
  border: 2px solid #fcebed;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}
#result .title_area {
  width: 100%;
}
#result h2 {
  margin-bottom: 0;
}
#result .title_area h2 {
  background: #fcebed;
  padding: 20px 30px;
}
#fs-result {
  padding: 10px 30px 20px 30px;
  width: inherit;
}
#fs-result-msg {
  color: #bf192c;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: right;
}
.result_area li {
  margin-bottom: 15px;
}
.result_area li:last-child {
  margin-bottom: 20px;
}
.result_area h3 {
  padding-bottom: 5px;
}
.result_area span {
  display: inline-block;
  padding-left: 16px;
  position: relative;
}
.result_area span::before {
  border: 6px solid transparent;
  border-left: 10px solid #bf192c;
  content: "";
  left: 0;
  position: absolute;
  top: 3px;
}
.fs-paginate ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.fs-paginate li {
  background: #fcebed;
  border-radius: 3px;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  margin: 0 5px;
  text-align: center;
  width: 32px;
}
.fs-paginate li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1bb3b1;
  height: inherit;
  width: inherit;
}
.fs-paginate li a:hover {
  background: #fff;
  border: 2px solid #fcebed;
  border-radius: 3px;
  height: 28px;
  line-height: 28px;
  width: 28px;
}
.fs-paginate .fs-current a {
  background: #fff;
  border: 2px solid #fcebed;
  border-radius: 3px;
  height: 28px;
  line-height: 28px;
  width: 28px;
}

/* ----------------------------------------------------
  #aside
---------------------------------------------------- */
#keyword ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 auto 80px;
  width: 690px;
}
#keyword a {
  border-bottom: dotted;
  color: #1bb3b1;
  display: block;
  margin-left: 20px;
}
#keyword a::before {
  content: "#";
  margin-right: 5px;
}
#keyword a:hover {
  opacity: .6;
}
#keyword .suggest {
  color: #555666;
  font-size: 14px;
}
/* ----------------------------------------------------
  nav
---------------------------------------------------- */
.pc_menu_bar{
  background: #bf192c;
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 0 0 80px 0; 
}
.pc_menu_bar_guide{
  padding: 15px 0;
  text-align: center;
  border-left: 1px solid;
  width: 13%;
}
.pc_menu_bar_news{
  padding: 15px 0;
  text-align: center;
  /* border: 1px solid; */
  border-left: 1px solid;
   width: 13%;
}
.pc_menu_bar_f1{
  padding: 15px 0;
  text-align: center;
  /* border: 1px solid; */
  border-left: 1px solid;
  width: 13%;
}
.pc_menu_bar_f2{
  padding: 15px 0;
  text-align: center;
  /* border: 1px solid; */
  border-left: 1px solid;
  width: 13%;
}
.pc_menu_bar_f3{
  padding: 15px 0;
  text-align: center;
  /* border: 1px solid; */
  border-left: 1px solid;
  width: 13%;
}
.pc_menu_bar_f4{
  padding: 15px 0;
  text-align: center;
  /* border: 1px solid; */
  border-left: 1px solid;
  width: 13%;
  /* border-left: 1px solid; */
  border-right: 1px solid;
}

/* ----------------------------------------------------
  #guide
---------------------------------------------------- */
#guide h2 a {
  color: #1bb3b1;
  font-size: 12px;
  border: 1px solid #1bb3b1;
  padding: 0 6px;
  margin-left: 6px;
  text-decoration: none;
  vertical-align: middle;
}
.guide_area h3 span {
  align-items: center;
  display: flex;
}
.guide_area h3 span:before {
  content: url(../img/icon.png);
  height: 20px;
  margin-right: 2px;
  width: 20px;
}
.guide_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.guide_area > li {
  background: #fcebed;
  border-radius: 0 0 3px 3px;
  margin: 0 30px 40px 0;
  width: 497px;
}
.guide_area > li:nth-child(2n) {
  margin-right: 0;
}
.guide_area li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.guide_area li:last-child {
  border-bottom: none;
}
.guide_area a {
  display: block;
  padding: 10px;
}
.guide_area div {
  background: #fff;
}
.guide_area ul {
  background: #fcebed;
  border-radius: 3px;
  padding: 20px;
}
.guide_area > li > div > ul > li {
  border-bottom: 2px solid #fff;
}

/* ----------------------------------------------------
  #news
---------------------------------------------------- */
.news_area ul {
  align-items: center;
  background: #fcebed;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 30px 20px;
}
.news_area li {
  border-bottom: 2px solid #fff;
  height: auto;
  width: 100%;
}
.news_area li:last-child {
  border-bottom: none;
}
.news_area a {
  display: block;
  height: inherit;
  padding: 20px 10px;
  width: inherit;
}
.news_area span {
  background: url(../img/new.png) no-repeat;
  background-size: 35px 10px;
  content: "";
  display: inline-block;
  height: 10px;
  padding-right: 5px;
  vertical-align: middle;
  width: 35px;
}

.kininaru {
  width: 450px !important;
  height: auto;
  }

/* ----------------------------------------------------
  #faq
---------------------------------------------------- */
#faq {
  background: #efefef;
  margin: 80px auto 0;
  padding: 80px 0 20px;
  width: auto;
}
#faq .title_area {
  display: flex;
  align-items: center;
  width: 280px;
  height: 60px;
  background: #bf192c;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  color: #fff;
  margin: 0 0 20px -20px;
}
#faq > div {
  margin: auto;
  width: 1024px;
}
.faq_area {
  background: #fff;
  margin-bottom: 60px;
  padding: 20px 0;
}
.faq_area > div {
  position: relative;
}
.faq_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0 30px 30px;
}
.faq_area li {
  margin: 30px 60px 0 0;
  width: 180px;
}
/*
.faq_area li:nth-child(3n) {
  margin-right: 0;
}
*/
.faq_area li:last-child {
  margin-bottom: 50px;
}
.faq_area li span {
  display: inline-block;
  padding-left: 16px;
  position: relative;
}
.faq_area li span::before {
  border: 6px solid transparent;
  border-left: 10px solid #bf192c;
  content: "";
  left: 0;
  position: absolute;
  top: 3px;
}
.faq_box::after {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 70px;
  left: 0;
  position: absolute;
  width: 100%;
}
.faq_area > div > h3 {
  padding: 0 0 0 30px;
}
.faq_area > div > h3::before {
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #656565;
  content: '';
  left: 0;
  position: absolute;
  top: 100%;
}
.faq_area .more {
  background: #1bb3b1;
  border: 2px solid transparent;
  border-radius: 3px;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  left: 0;
  margin: auto;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  right: 0;
  width: 200px;
  z-index: 2;
}
.faq_area .more::before {
  content: "もっと見る＋"
}
.faq_area .more:hover {
  background: #fff;
  border: 2px solid #1bb3b1;
  border-radius: 3px;
  color: #1bb3b1;
  box-sizing: border-box;
}
.faq_area .close {
  background: #555b66;
  border: 2px solid transparent;
  border-radius: 3px;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  left: 0;
  margin: auto;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  right: 0;
  width: 200px;
  z-index: 2;
}
.faq_area .close::before {
  content: "閉じる－"
}
.faq_area .close:hover {
  background: #fff;
  border: 2px solid #555b66;
  border-radius: 3px;
  color: #555b66;
}

/* ----------------------------------------------------
  article
---------------------------------------------------- */
article {
  background: #fcebed;
  padding: 80px 0;
}
article > div {
  background: #fff;
  color: #22252a;
  padding: 40px 0;
  margin: auto;
  width: 1024px;
}
article {
  padding: 40px 0;
}
article > div > div > h2 {
  background: #efefef;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  height: 100%;
  margin: 0 0 60px -20px;
  padding: 30px 65px;
  position: relative;
  width: 800px;
}
article > div > div > h2 span {
  display: block;
  font-size: 14px;
  padding-top: 15px;
  text-align: right;
}
article > div > div > h2::before {
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #656565;
  content: '';
  left: 0;
  position: absolute;
  top: 100%;
}
article section {
  background: #fcebed;
  border-radius: 3px;
  margin-top: 60px;
  padding: 30px 20px;
}
article section h2 {
  color: #bf192c;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}
.text_area {
  font-size: 14px;
  padding: 0 50px;
}
.news .text_area {
  padding: 0 50px 20px;
}
.text_area > ul {
  margin-bottom: 40px;
}
.text_area .text_box {
  margin-bottom: 0;
}
.text_area > ul li {
  padding-top: 15px;
}
.text_area > ul li:first-child {
  padding-top: 40px;
}
.text_area > ul li a {
  color: #1bb3b1;
}
.text_area section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.text_area section li {
  width: 270px;
}
.text_area section li:nth-child(3n) {
  margin-right: 0;
}
.text_area section span {
  display: inline-block;
  padding-left: 16px;
  position: relative;
}
.text_area section span::before {
  border: 6px solid transparent;
  border-left: 10px solid #bf192c;
  content: "";
  left: 0;
  position: absolute;
  top: 3px;
}
.text_area a {
  color: #1bb3b1;
  text-decoration: none;
}
.text_area a:hover {
  opacity: .6;
}
.text_area img {
  width: 730px;
  height: auto;
}

/* ----------------------------------------------------
  #page-top-outer
---------------------------------------------------- */
.page-top {
  bottom: 90px;
  cursor: pointer;
  position: fixed;
  right: 45px;
  z-index: 100;
}
.page-top::before {
  background: #555666;
  border-radius: 50%;
  content: '';
  height: 60px;
  opacity: .9;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
.page-top::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: '';
  height: 10px;
  position: absolute;
  right: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  width: 10px;
}

/* ----------------------------------------------------
  footer
---------------------------------------------------- */
footer {
  background: #bf192c;
  padding: 80px 0px 300px 0px;
  text-align: center;
  width: 100%;
}
footer a {
  border-radius: 3px;
  background: #fff;
  color: #bf192c;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 40px;
  text-decoration: none;
  border: 2px solid transparent;
  display: inline-block;
}
footer a:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}