@charset "utf-8";
* {
  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;
}
.mt20 {
  margin-top: 20px;
}

body {
  color: #5a4f4a;
  font-size: 16px;
  line-height: 2;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}
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;
}
a,
a:link,
a:active,
a:visited {
  transition: background-color 0.35s ease;
  -webkit-transition: background-color 0.35s ease;
  -moz-transition: background-color 0.35s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 130%;
  font-weight: normal;
  margin-bottom: 25px;
  padding: 8px 0;
}

/* top page */
/* header */
header {
  border-top: 15px solid #023f5e;
}
.head_Txt {
  border-top: 15px solid #d61726;
  padding: 20px;
}
.head_Txt .site_Ttl {
  display: inline-block;
  margin-right: 2%;
  width: 30%;
  line-height: 1.3;
}
.head_Txt .site_Ttl a {
  color: #231815;
  font-size: 20px;
  /* height: 100%; */

  font-weight: bold;
}
.head_Txt .site_Ttl a:hover {
  opacity: 0.7;
}
.head_Txt .catch_Copy {
  color: #000;
  display: inline-block;
  font-size: 12px;
  width: 30%;
}

/* groval_Nav */
#groval_Nav_Menu {
  border-bottom: solid 1px #d61826;
  border-top: solid 1px #d61826;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  width: 100%;
}
#groval_Nav_Menu li {
  border-right: solid 1px #d61826;
  text-align: center;
  width: 30%;
}
#groval_Nav_Menu li:last-child {
  border-right: none;
}
#groval_Nav_Menu li a {
  color: #d61826;
  display: block;
  padding: 20px;
}
#groval_Nav_Menu li a:hover {
  background: #d61826;
  color: #fff;
}

/* main_Visual */
#loop_Slider {
  border-bottom: solid 1px #d61826;
  height: 310px;
  margin: 0 auto 35px;
  overflow: hidden;
  position: relative;
}
#loop_Slider ul {
  display: inline;
  float: left;
  height: 310px;
  margin: 0 0 0 -40px;
  overflow: hidden;
}
#loop_Slider ul li {
  display: inline;
  float: left;
  height: 310px;
  overflow: hidden;
  width: 450px;
}
#loop_Slider ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#loop_Slider ul {
  display: inline-block;
}

/* Content_Frame */
.Content_Frame {
  width: 85%;
  margin: 3% auto 0;
}
.Content_Frame main {
  float: right;
  width: 67%;
}

/* article_Link */
.article_Link_Frame {
  border: solid 1px #d61826;
  margin-bottom: 5%;
}
.article_Link:last-child {
  border: none;
}
.article_Link {
  border-bottom: dotted 1px #ccc;
  padding: 2%;
}
.article_Link img {
  float: left;
  margin: 0 2% 2% 0;
  width: 50%;
}


.article_Link h2 {
  color: #d61826;
  font-size: 18px;
  text-decoration: underline;
}
.article_Link p {
  margin-bottom: 2%;
}
.article_Link p a {
  color: #d61826;
  text-decoration: underline;
}

/* Browser_Frame */
main .Browser_Frame {
  background-size: cover;
  margin-bottom: 5%;
}
main .Browser_Frame h2::before {
  border-left: 5px solid #023f5e;
  content: "";
  display: block;
  height: 50%;
  left: -5px;
  position: absolute;
  top: -1px;
}
main .Browser_Frame h2 {
  border-left: 5px solid #d61826;
  border-top: 1px solid #d61826;
  border-right: 1px solid #d61826;
  color: #d61826;
  margin: 0;
  padding: 2%;
  position: relative;
}
.browser_Box {
  border: 1px solid #d61826;
}
.browser_Box h3 {
  border-bottom: 1px solid #d61826;
  margin: 0;
  padding: 0;
  position: relative;
}
.browser_Box h3 a {
  background-color: #d61826;
  color: #fff;
  display: block;
  font-size: 20px;
  margin: 0;
  padding: 2%;
  /* text-align: center; */
}
.browser_Box h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}
.browser_Box h3 a:hover {
  background: #d61826;
  color: #fff;
}
.browser_Box p {
  padding: 2%;
}

/* main_Article */
.main_Article {
  border: 1px solid #d61826;
  margin-bottom: 5%;
}
.main_Article_Img {
  width: 100%;
}

/* +下層用 */
.main_Article h2::before, .under h1::before {
  border-left: 6px solid #023f5e;
  content: "";
  display: block;
  height: 50%;
  left: -6px;
  position: absolute;
  top: -1px;
}
.main_Article h2, .under h1 {
  border-left: 5px solid #d61826;
  border-bottom: 1px solid #d61826;
  color: #d61826;
  margin: 0;
  padding: 2%;
  position: relative;
}
.under h1 {
font-size: 130%;}

.main_Article h3, .under h2 {
  border-left: 5px solid #d61826;
  color: #d61826;
  font-size: 18px;
  margin: 2% 3%;
  padding: 0 2%;
}
.main_Article h4, .under h3 {
  color: #d61826;
  font-size: 18px;
  margin: 2% 3%;
  text-decoration: underline;
}
.under h3 {margin-top: 40px;}

.main_Article h5 {
  color: #5a4f4a;
  font-size: 18px;
  font-weight: bold;
  margin: 2% 3%;
}
.main_Article h6 {
  color: #023f5e;
  font-size: 18px;
  font-weight: bold;
  margin: 2% 3%;
}
.main_Article p,
.main_Article strong,
.main_Article em,
.main_Article b,
.main_Article del,
.main_Article ul,
.main_Article ol,
.main_Article blockquote,
.main_Article address,
.main_Article span,
.main_Article a,
.main_Article ins,
.main_Article pre,
table {
  display: block;
  font-size: 16px;
  color: #110c08;
  margin: 2% 3%;
}
.main_Article strong {
  color: #d61826;
}
.main_Article em {
  text-decoration: underline;
}
.main_Article ul li::before {
  border-right: 2px solid #d61826;
  border-top: 2px solid #d61826;
  content: "";
  display: block;
  height: 4px;
  left: 3px;
  position: absolute;
  top: 14px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 4px;
}
.main_Article ul li {
  position: relative;
}
.main_Article ol {
  counter-reset: number;
}
.main_Article ol li {
  margin-bottom: 2%;
}
.main_Article ol li::before {
  border: 1px solid #d61826;
  color: #d61826;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  width: 32px;
}
.main_Article blockquote {
  background: url(../images/dot_Bg.png) repeat;
  padding: 1%;
}
.main_Article address {
  border: 2px dotted #110c08;
  padding: 1% 2%;
}
.main_Article a {
  color: #c95b28;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.main_Article pre {
  background: #f5f5f5;
  padding: 2%;
}
table {
  background: #fff;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
}
table th {
  background: #d61826;
  border: 1px solid #d61826;
  color: #fff;
  padding: 10px;
  vertical-align: top;
  width: 150px;
}
table td {
  border: 1px solid #d61826;
  padding: 10px;
  vertical-align: top;
  width: 350px;
}

/* aside */
.side_Menu {
  width: 30%;
  position: sticky;
  top: 0;
}
.side_Menu h2::before,
.sub_Container .side_Menu h3::before {
  border-left: 6px solid #023f5e;
  content: "";
  display: block;
  height: 50%;
  left: -6px;
  position: absolute;
  top: -1px;
}
.side_Menu h2,
.sub_Container .side_Menu h3 {
  border-left: 5px solid #d61826;
  border-bottom: 1px solid #d61826;
  border-top: 1px solid #d61826;
  color: #d61826;
  margin: 0;
  padding: 2%;
  position: relative;
}
.side_Container {
  border-bottom: solid 1px #d61826;
  border-left: solid 1px #d61826;
  border-right: solid 1px #d61826;
}
.side_Container a {
  color: #d61826;
  display: block;
  padding: 4%;
  position: relative;
}
.side_Container a:hover {
  background: #d61826;
  color: #fff;
}
.side_Container a img {
  margin-bottom: 2%;
}
.side_Container img {
  width: 100%;
}
.side_Container li:first-child .side_Submenu li a {
  border-bottom: 1px solid #d61826;
}
.side_Container li:first-child .side_Submenu li:last-child a {
  border: none;
}
.side_Container li:nth-child(2) .side_Submenu li {
  border-bottom: 1px solid #d61826;
  margin-bottom: 10%;
}
.side_Container li:nth-child(2) .side_Submenu li:last-child {
  border: none;
  margin: 0;
}
.slicknav_menu {
  display: none;
}

/* footer */
footer {
  background: #043d60;
  margin-top: 10%;
  position: relative;
}
.sitemap_Area {
  margin: 0 auto;
  padding: 3% 0;
  width: 80%;
}
.sitemap_Area > li {
  display: inline-block;
  margin-right: 3%;
  vertical-align: top;
}
.sitemap_Area > li:last-child {
  margin-right: 0;
}
.sitemap_Area > li p {
  color: #fff;
}
.sitemap_Area > li li a {
  font-size: 12px;
  color: #fff;
}
.sitemap_Area > li li a:hover {
  opacity: 0.7;
}
.copy_Right {
  background: #d61826;
  color: #fff;
  text-align: center;
}
.copy_Right p {
  font-weight: bold;
  margin: 0 auto;
  padding-right: 10%;
  width: 90%;
}

/* top_Icon */
#top_Icon_Box {
  bottom: 25px;
  height: auto;
  position: absolute;
  right: 27px;
  width: 65px;
}
.top_Icon {
  display: block;
}
.top_Icon:hover {
  opacity: 0.7;
}

/* under */
/* header */

/* sub_Container */
.sub_Container {
  margin: 0 auto;
  width: 85%;
}
.sub_Container > h2 {
  background: url(../images/dot_Bg.png);
  color: #d61726;
  font-size: 25px;
  margin-bottom: 3%;
  padding: 2%;
}
.sub_Container main {
  float: right;
  width: 67%;
}

/* pan_Nav */
#pan_Nav {
  color: #272727;
  font-size: 12px;
  margin: 1% 0;
}
#pan_Nav a {
  color: #272727;
}
#pan_Nav > span {
  margin: 0 1%;
}
#pan_Nav > span:first-child {
  margin: 0 1% 0 0;
}
#pan_Nav > span:first-child a {
  color: #d61826;
}

/* side */

/* main */
.eyecatch {
  width: 100%;
}

/* SNS */
.button_Area {
  width: 100%;
}
.button_Ttl {
  background-color: #f5f5f5;
  padding: 6px 15px;
  text-align: center;
  width: 94%;
}
.sns_Container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 3%;
  width: 95%;
}
.button_Box {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.button_Box .fa {
  font-weight: bold;
}
.buttonLink {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.buttonLink: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;
}

/* not_Found */
.not_Found_Entry {
  border: 1px solid #d61826;
  color: #d61826;
  padding: 20% 10%;
}
