/* CSS Document */
/* layout */

@import "component.css";

/*=================================
    Initialization of style
===================================*/

@font-face {
  font-family: "Hannari";
  src: url("../../assets/css/font/hannari.woff") format("woff"),
    url("../../assets/css/font/hannari.eot") format("eot");
}

html {
  background: url(../images/common/bg.jpg);
}

body {
  background: url(../images/common/bg_leaf.png) center top no-repeat;
  margin: 0;
  padding: 0;
  color: #2a1100;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic",
    YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,
    "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  font-weight: 400;
  position: relative;
}

a:link,
a:visited {
  color: #2a1100;
}
a:hover,
a:active {
  text-decoration: none;
  color: #2a1100;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
figure,
article,
section,
header,
footer {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
}
img,
a img {
  border: none;
  vertical-align: bottom;
}
h1,
h2,
h3,
h4 {
  font-size: 1em;
}
a img {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover,
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* blockgroup */

/* List_group */
ul,
ol,
li {
  list-style: none;
}

/* inline-style */

address {
  font-style: normal;
  font-size: 11px;
}
address a,
address a:link,
address a:visited {
  text-decoration: underline;
  color: #333;
}
address a:hover,
address a:active {
  text-decoration: none;
  color: #333;
}

/* table */
table {
  width: 100%;
}
tr,
th,
td {
}

#topics h2,
.gnav > ul > li > a,
.container h2,
#topGroup h3,
#topCatch h2,
#topCatch p,
footer .logo,
footer li,
.fukushikai > p,
.mainimg p span em,
#content-sub h3,
.resorce-body h3,
p.name,
.resource-body h4,
.back a,
.message h4 {
  font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "HiraginoMincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*=============================
    Layout-Base
===============================*/

/* アニメーションパターン
-------------------------*/

/* header
-------------------------*/
header {
  border-top: 10px solid #a22041;
  width: 100%;
  margin: 0 auto;
  z-index: 50;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header article {
  width: 1000px;
  text-align: left;
  position: relative;
  margin: auto;
}

header .logo {
  float: right;
}

header.sub .logo {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/common/bg_logo.png) left top no-repeat;
  text-align: center;
  width: 177px;
  height: 211px;
  box-sizing: border-box;
  padding-top: 30px;
}
header.sub img {
  width: 140px;
  height: auto;
}
header.sub .gnav li img {
  display: none;
}
header.sub .gnav li {
  float: left;
}

/* gnav -------------------------*/

.gnav {
  float: right;
  margin-top: 60px;
  margin-right: 20px;
}
.gnav li {
  float: right;
}
.gnav li:first-child {
  background: url(../images/common/line_dot.png) right top repeat-y;
}
.gnav > ul > li > a {
  background: url(../images/common/line_dot.png) left top repeat-y;
  display: block;
  text-align: left;
  color: #333;
  padding: 10px 12px 10px 12px;
}
.gnav > ul > li > a:hover {
  background-color: rgba(147, 105, 78, 0.2);
  opacity: 1;
}
.sub .gnav {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin: 0;
  float: none;
  margin-top: 70px;
}
.sub .gnav ul {
  width: 1000px;
  margin: auto;
  overflow: hidden;
  padding-left: 200px;
  box-sizing: border-box;
}
.sub .gnav ul li a {
  text-decoration: none;
  background: none;
  padding: 10px 25px;
}
.sub .gnav ul li a:hover {
  color: #a22041;
}
.sub .gnav ul li {
  background: none;
}

.sub.fixed {
  position: fixed;
  top: 0;
  left: -120px;
  padding-right: 120px;
}
.sub.fixed .gnav {
  margin-top: 0;
  padding-left: 120px;
}
.sub.fixed .logo {
  background: url(../images/common/bg_logo.png) left bottom no-repeat;
  background-size: 100%;
  width: 110px;
  height: 120px;
  padding-top: 10px;
}
.sub.fixed .logo img {
  width: 90%;
}
/* main-contents
-------------------------*/
#content-top {
  /* overflow:hidden; */
}
#content-sub {
  /* overflow:hidden; */
  width: 100%;
  text-align: left;
  padding-bottom: 80px;
}
.mm-menu.mm-offcanvas {
  z-index: 1 !important;
}

/* footer
-------------------------*/
footer {
  border-top: 10px solid #a22041;
  width: 100%;
  text-align: left;
  position: relative;
}

#footer {
  width: 1000px;
  text-align: center;
  margin: auto;
}

footer .logo {
  font-size: 17px;
  color: #a22041;
  margin: 20px;
  letter-spacing: 3px;
}

#footer nav ul {
  margin: auto;
  overflow: hidden;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  margin: auto;
}
#footer nav ul li {
}

#footer nav ul a {
  color: #333;
  display: inline-block;
  border-left: 1px solid #d1c0ae;
  padding: 8px 20px;
}
#footer nav ul li:last-child a {
  border-right: 1px solid #d1c0ae;
}

nav#menu {
  display: none;
}

#copyright address {
  padding: 50px 0px 10px 0px;
  text-align: center;
  color: #333;
}

/*=============================
    Common-class
===============================*/
/* float */
.fLeft {
  float: left;
}
.fRight {
  float: right;
}

/* float-clear */
.clear {
  clear: both;
}

/* image-layout */
.imgleft {
  float: left;
  margin-right: 20px;
}
.imgleft img {
  display: block;
}
.imgright {
  float: right;
}
.imgright img {
  display: block;
}

.center {
  text-align: center;
}

.pagetop {
  margin-top: 20px;
  text-align: right;
}
.pagetop a:before {
  content: ">";
  padding-left: 10px;
}

/* bread_crumb
-------------------------*/
.bread_crumb_list {
  width: 100%;
  left: 0;
  text-align: center;
}
.bread_crumb {
  padding: 10px 0;
  text-align: left;
  margin: 0 auto 20px;
  width: 1000px;
  box-sizing: border-box;
}
.bread_crumb li {
  display: inline;
  color: #333;
  font-size: 0.8em;
  font-weight: 400;
}

.bread_crumb li:after {
  content: ">";
  padding-left: 10px;
  margin-right: 10px;
}
.bread_crumb li:last-child:after {
  content: "";
}
.bread_crumb li a {
  color: #333;
  text-decoration: underline;
}
.bread_crumb li a:hover {
  text-decoration: none;
}
.bread_crumb li.current {
}

.bread_crumb_list.history {
  position: absolute;
  top: 270px;
  left: 0;
}

/* table
-------------------------*/
/* table */

/* defTable */
.defTable01 {
  width: 70%;
  border-collapse: collapse;
  margin: auto;
}
.defTable01 th,
.defTable01 td {
  font-size: 16px;
  font-weight: normal;
  line-height: 180%;
  padding: 15px 5px 12px 5px;
  text-align: left;
  border-bottom: 1px solid #c7b299;
}
.defTable01 th {
  width: 15%;
  vertical-align: top;
}
.defTable01 td {
}
.defTable01 td dl {
  overflow: hidden;
  margin-top: 0px;
}
.defTable01 td dl:first-child {
  margin-top: 0;
}
.defTable01 td dl dt {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.defTable01 td dl dt a {
  display: inline-block;
}
.defTable01 td figure a {
  font-size: 11px;
}
.defTable01 td dl dd {
  border-left: 1px solid #d8d8d8;
  padding: 1% 2%;
  margin-bottom: 20px;

  overflow: hidden;
}

.defTable01 td ul li {
  position: relative;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  margin-top: 5px;
}
.defTable01 td ul li:first-child {
  margin-top: 0;
}
.defTable01 td ul li::before {
  position: absolute;
  top: 9px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 2px;
  background: #ccc;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*=============================
    Common setting
===============================*/
.container {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}
.container > article {
  width: 1000px;
  margin: auto;
}
.container article p {
  line-height: 160%;
}
.container a p,
.container a dt,
.container a dd,
.container a li {
  color: #333;
}

.container h2 {
  font-size: 22px;
  color: #a22041;
}

/*=============================
    TopPage setting
===============================*/

/* mainimg */
.mainimg {
  background: url(../images/common/bg_kousya.png) 88% 170px no-repeat;
  width: 100%;
  height: 700px;
  margin: auto;
  position: relative;
}
.mainimg p {
  padding-top: 60px;
  margin: auto;
}
.mainimg p img {
  opacity: 0;
}
.mainimg p span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.mainimg p span em {
  font-size: 22px;
  color: #a22041;
  font-style: normal;
}
.mainimg ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1240px;
}

.mainimg li {
  position: absolute;
}
.mainimg li.m01 {
  top: 45px;
  left: 0;
  z-index: 10;
}
.mainimg li.m02 {
  top: 364px;
  left: 286px;
  z-index: 20;
}
.mainimg li.m03 {
  top: 390px;
  left: 520px;
  z-index: 25;
}
.mainimg li.m04 {
  top: 410px;
  left: 620px;
  z-index: 30;
}
.mainimg li.m05 {
  top: 487px;
  left: 845px;
  z-index: 20;
}
.mainimg li.m06 {
  top: 414px;
  left: 1010px;
  z-index: 25;
}
.mainimg li.all {
  display: none;
}
.subimg {
  height: 320px;
  padding-top: 180px;
  box-sizing: border-box;
  text-align: center;
}
.subimg.greeting {
  background: url(../images/greeting/bg_greeting.png) center -100px no-repeat;
}
.subimg.event {
  background: url(../images/event/bg_event.png) center -100px no-repeat;
}
.subimg.resource {
  background: url(../images/resource/bg_resource.png) center -100px no-repeat;
}
.subimg.spirit {
  background: url(../images/spirit/bg_spirit.png) center -100px no-repeat;
}

.flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;*/
}
.flexno {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;*/
}

#topbnr1 {
  background: url(../images/common/bg_opacity.png);
  padding: 20px 0;
}
#topbnr2 {
  background: url(../images/common/bg_opacity.png);
  padding: 15px 0;
}

/* -------- #topGroup -------*/

#topGroup {
}
#topGroup article {
  position: relative;
}
#topGroup h2 {
  font-size: 32px;
  color: #a22041;
  border-radius: 250px;
  margin: auto;
  padding: 40px 0 20px;
  letter-spacing: 3px;
}
#topGroup h2 span {
  font-size: 14px;
  line-height: 140%;
  display: block;
}
#topGroup h3 {
  font-size: 26px;
  color: #3a0919;
  line-height: 120%;
  margin-bottom: 5px;
  font-weight: normal;
  text-align: center;
}
#topGroup li div {
  margin-top: 5%;
  text-align: center;
}

/*#topGroup li:nthxxe-child(7) div,
#topGroup li:nth-child(6) div{
    margin-top:6%;
}
#topGroup li:nth-child(6) div{
    margin-left:20%;
}*/

#topGroup h3 span {
  font-size: 14px;
  display: block;
  line-height: 140%;
  margin-bottom: 5px;
}

#topGroup figure {
  text-align: center;
}
#topGroup figure img {
  margin: auto;
}

#topGroup li {
  text-align: center;
  overflow: hidden;
  text-align: left;
}
#topGroup .col3 li {
  width: 30%;
}
#topGroup .col2 li {
  width: 45%;
}
#topGroup .col3 {
  width: 800px;
  margin: auto;
}
#topGroup .col2 {
  width: 500px;
  margin: auto;
}
.fukushikai {
  width: 90%;
  border: 1px dotted #a22041;
  padding: 10px 0px 30px 0;
  margin: 40px auto;
}

.fukushikai h3 {
  font-size: 26px;
  margin: 15px 0;
}

/*#topGroup li:nth-child(1){top:0;}
#topGroup li:nth-child(3){top:0;}
#topGroup li:nth-child(4){top:270px;}
#topGroup li:nth-child(5){top:270px;}
#topGroup li:nth-child(6){top:520px;width: 43%;}
#topGroup li:nth-child(7){top:520px;width: 43%;}
#topGroup li:nth-child(3),
#topGroup li:nth-child(5),
#topGroup li:nth-child(7){
    right: 5%;
    left: auto;
}
#topGroup li:nth-child(3) figure,
#topGroup li:nth-child(5) figure,
#topGroup li:nth-child(7) figure{
    margin-right:20px;
    float: left;
}*/

#topGroup .fukushikai li:first-child figure {
  float: right;
}
#topGroup .fukushikai li:first-child {
  text-align: right;
}
#topGroup .fukushikai li:first-child h3 {
  text-align: right;
}
#topGroup .fukushikai li:nth-child(2) figure {
  float: left;
}
#topGroup .fukushikai li:nth-child(2) {
  text-align: left;
}
#topGroup .fukushikai li:nth-child(2) h3 {
  text-align: left;
}
#topGroup .fukushikai div {
  overflow: hidden;
  text-align: right;
  padding: 20px;
}
#topGroup .fukushikai li:nth-child(2) div {
  text-align: left;
}

#topGroup li a {
  background: url(../images/common/ic_site.png) right center no-repeat;
  background-size: 12px 12px;
  font-size: 12px;
  color: #a22041;
  padding-right: 16px;
  text-decoration: underline;
}
#topGroup li a:hover {
  text-decoration: none;
}
#topGroup li figure a {
  background: none;
  padding-right: 0px;
  text-decoration: none;
}
.fukushikai li {
  width: 48%;
}

.fukushikai > p {
  font-size: 24px;
  color: #a22041;
  margin: 15px;
}

/* -------- #topics -------*/

#topics {
  width: 1000px;
  margin: auto;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 20px;
  box-shadow: border-box;
}
#topics h2 {
  float: left;
  font-size: 20px;
  color: #a22041;
  margin-right: 20px;
}
#topics dl {
  float: left;
  width: 90%;
  padding: 4px 0px;
}
#topics dt {
  float: left;
  width: 30%;
}
#topics dt span {
  background-color: #ff7bac;
  padding: 2px 5px;
  color: #fff;
  width: 40%;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  margin-left: 15px;
}
#topics time {
  width: 42%;
  display: inline-block;
  padding: 2px 0px;
}
#topics dd {
  float: left;
  text-align: left;
  width: 60%;
  padding: 2px 0px;
}
#topics dd a {
}
#topNews {
  text-align: left;
  padding: 50px 0px;
}
#topNews h2 {
  background: url(../images/common/line_dot2.png) bottom left repeat-x;
  padding-bottom: 15px;
}
#topNews dl {
  width: 100%;
  overflow: hidden;
  padding: 8px 0;
  background: url(../images/common/line_dot2.png) bottom left repeat-x;
}
#topNews dt {
  float: left;
  width: 25%;
}
#topNews time {
  /*
	2017.06.21 yoshino modify start
	width: 42%;
*/
  width: 45%;
  /*
	2017.06.21 yoshino modify end
*/
  display: inline-block;
  padding: 2px 0px;
}
#topNews dd {
  float: left;
  width: 72%;
  padding: 2px 0px;
}
#topNews span {
  background-color: #ff7bac;
  padding: 2px 5px;
  color: #fff;
  font-size: 12px;
  width: 40%;
  display: inline-block;
  text-align: center;
}

.cat1 {
  background-color: #ff7bac;
}
.cat2 {
  background-color: #22b573;
}
.cat3 {
  background-color: #29abe2;
}

#topNews .cat span {
  width: 150px;
  padding: 0px 5px !important;
  margin-right: 15px;
}

/* -------- #topCatch -------*/

#topCatch {
  position: relative;
}
#topCatch h2,
#topCatch p {
  float: right;
}

#topCatch article {
  text-align: center;
  margin: auto;
}
.cat1 {
  background-color: #ff7bac !important;
}
.cat2 {
  background-color: #22b573 !important;
}
.cat3 {
  background-color: #29abe2 !important;
}

p.switch {
}

/* pagetop
-------------------------*/
#totop a {
  clear: both;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: block;
  text-align: center;
}

#totop a img {
  padding-top: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#totop a:hover img {
  padding-top: 0px;
  opacity: 1 !important;
}

/*=============================
    Sub(Lower)Page setting
===============================*/

.imgleft {
  float: left;
  margin: 0 30px 30px 0px;
  overflow: hidden;
}
.imgright {
  float: right;
  margin: 0 0px 30px 30px;
  overflow: hidden;
}
#content-sub h3 {
  background: url(../images/common/bg_ttl.png) center bottom no-repeat;
  color: #3a0919;
  font-size: 36px;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 50px;
}
#content-sub .container > article {
  width: 1000px;
  padding-bottom: 60px;
  margin: auto;
}

#content-sub p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 200%;
}

#content-sub .container a {
  text-decoration: underline;
}
#content-sub .container a:hover {
  text-decoration: none;
}

.list-human {
  text-align: center;
  padding-top: 20px;
}

.list-human li {
  margin-bottom: 20px;
}

.list-human dl {
  margin-top: 20px;
}
.list-human dt {
  display: inline-block;
  background: #a22041;
  color: #fff !important;
  font-weight: bold;
  padding: 2px 10px;
  margin: auto;
}
.list-human dd {
  color: #3a0919;
  text-align: center;
  padding: 10px 0px;
}
.list-human dd span {
  display: block;
}

/* 2017.11.15 yoshino "vol.x" 削除の為に一行ずれる為修正
.list-human dd:nth-child(2){
    font-size: 16px;
    border-bottom:1px solid #c7b299;
}
.list-human dd:nth-child(3){
    font-size: 14px;
}
*/

.list-human dd:nth-child(1) {
  font-size: 16px;
  border-bottom: 1px solid #c7b299;
}
.list-human dd:nth-child(2) {
  font-size: 14px;
}

#content-sub .list-human a {
  text-decoration: none;
}

#content-sub p.center {
  background: url(../images/common/bg_ttl.png) center bottom no-repeat;
  padding: 30px 0px 40px 0px;
  margin-bottom: 40px;
}

#contResource figure figcaption {
  text-align: center;
  margin: 10px;
  font−size: 14px;
}
#contResource figure figcaption span {
  font-size: 16px;
}

.articlebody h4 {
  font-size: 24px;
  font-weight: bold;
  color: #a22041;
  line-height: 160%;
  margin-top: 0px;
  margin-bottom: 30px;
  overflow: hidden;
}

.articlebody h5 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #2a1100;
  padding: 5px 0;
  line-height: 160%;
  margin-top: 0px;
  margin-bottom: 30px;
  overflow: hidden;
}
.articlebody h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.articlebody .flex.col3 li {
  width: 31%;
}

.articlebody .flex.col3 li img {
  width: 100%;
}

.phlist {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.phlist figure {
  float: left;
  width: 31%;
  margin-right: 3.5% !important;
}
.phlist figure:nth-child(3n) {
  margin-right: 0px !important;
}
.phlist figure img {
  width: 100%;
}

.articlebody figure {
  margin-bottom: 20px;
}

.articlebody figcaption {
  margin-top: 5px;
}

.articlebody p {
  overflow: hidden;
}

#content-sub .resource-main {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 80px;
}

#content-sub .resource-main h3 {
  font-size: 32px;
  font-weight: normal;
  text-align: left;
  color: #a22041;
  display: block;
  background: none;
  margin: 0px;
  padding: 0 0 20px 0;
}

.profile {
  text-align: left;
  width: 480px;
  float: left;
}

.profile .vol {
  display: inline-block;
  font-size: 24px;
  background: #a22041;
  color: #fff !important;
  font-weight: bold;
  padding: 2px 15px;
  margin: auto;
}
.resource-main figure {
  float: right;
}
#content-sub p.name {
  font-size: 24px;
  margin-bottom: 0px;
}
#content-sub p.name span {
  font-size: 34px;
}
#content-sub p.name span.lastname {
  padding-right: 10px;
}

#content-sub p.status {
  padding-top: 40px;
  background: url(../images/resource/bg_line.png) center top no-repeat;
}
#content-sub .resource-body {
  padding-bottom: 20px;
}

#content-sub .resource-body h4 {
  font-size: 30px;
  font-weight: normal;
  color: #a22041;
  margin-bottom: 15px;
}
#content-sub .resource-body figure {
  text-align: left;
}

#content-sub .message h4 {
  font-size: 24px;
  padding-bottom: 20px;
}
.message {
  padding: 20px 20px 10px 20px;
  /* text-align: center; */
  text-align: left;
  background: #fff;
}
.message h4 {
  background: url(../images/common/line_dot_x.png) left bottom repeat-x;
  padding: 10px 20px 10px 20px;
  margin-bottom: 10px;
  text-align: center;
}

.blank {
  background: url(../images/common/ic_site.png) right center no-repeat;
  background-size: 12px 12px;
  color: #a22041 !important;
  padding-right: 16px;
  text-decoration: underline;
}

.back {
  text-align: center;
  margin: auto;
}
.back a {
  background: url(../images/common/arw_back.png) 10px center no-repeat
    rgba(255, 255, 255, 0.9);
  padding: 10px 30px 15px 40px;
  display: inline-block;
  font-size: 18px;
  border: 1px solid #a22041;
  color: #a22041;
  text-decoration: none;
  line-height: 1em;
}

/*slide*/

.slide {
  margin-bottom: 40px;
}
.pogoSlider {
  text-align: center;
  max-width: 1280px !important;
  min-width: 1000px !important;
  margin: auto;
  height: 100%;
  min-height: 517px !important;
  padding-bottom: 0 !important;
}

.pogoSlider-slide {
  background: url(../images/history/slider/bg.jpg) center center no-repeat;
  background-size: cover;
  max-width: 1280px !important;
  min-width: 1000px !important;
  height: 517px !important;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  display: inline-block;
}
.pogoSlider-progressBar {
  display: none;
}

.pogoSlider-nav {
  display: none;
}

.pogoSlider .pogoSlider-dir-btn--prev {
  background: url(../images/history/prev.png) left center no-repeat;
  background-size: 30px 60px;
  width: 30px;
  height: 60px;
  border: none;
  transform: none;
}
.pogoSlider .pogoSlider-dir-btn--next {
  background: url(../images/history/next.png) left center no-repeat;
  background-size: 30px 60px;
  width: 30px;
  height: 60px;
  border: none;
  transform: none;
}

#content-sub .pogoSlider-nav-btn {
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 10px;
  width: 10px !important;
  height: 10px !important;
  box-shadow: none !important;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.slide-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide-container p {
  text-align: right;
  margin-top: 50px;
}
#slide00 .slide-container li:first-child {
  width: 215px;
  margin: auto;
}
#slide00 .slide-container li:nth-child(2) {
  width: 320px;
  margin: auto;
}
#slide00 .slide-container li:nth-child(3) {
  width: 152px;
  position: absolute;
  right: 0;
  top: 0;
}
#slide01 .slide-container {
  background: url(../images/history/slider/ph01.png) left top no-repeat;
}
#slide02 .slide-container {
  background: url(../images/history/slider/ph02.png) left top no-repeat;
}
#slide03 .slide-container {
  background: url(../images/history/slider/ph03.png) left top no-repeat;
}
#slide04 .slide-container {
  background: url(../images/history/slider/ph04.png) left top no-repeat;
}
#slide05 .slide-container {
  background: url(../images/history/slider/ph05.png) left top no-repeat;
}
#slide06 .slide-container {
  background: url(../images/history/slider/ph06.png) left top no-repeat;
}
#slide07 .slide-container {
  background: url(../images/history/slider/ph07.png) left top no-repeat;
}
#slide08 .slide-container {
  background: url(../images/history/slider/ph08.png) left top no-repeat;
}
#slide09 .slide-container {
  background: url(../images/history/slider/ph09.png) left top no-repeat;
}
#slide10 .slide-container {
  background: url(../images/history/slider/ph10.png) left top no-repeat;
}
#slide11 .slide-container {
  background: url(../images/history/slider/ph11.png) left top no-repeat;
}
#slide12 .slide-container {
  background: url(../images/history/slider/ph12.png) left top no-repeat;
}
#slide13 .slide-container {
  background: url(../images/history/slider/ph13.png) left top no-repeat;
}

.slideinview {
  padding-top: 70px;
}

.slide-container ul {
  position: absolute;
  top: 50px;
  right: 165px;
}
.slide-container ul li {
  float: right;
}

.slide-container .year {
  position: absolute;
  top: 30px;
  right: 0;
}

.txt0102 {
  position: absolute;
  bottom: 40px;
  left: 50px;
}

@media screen and (max-width: 1200px) {
  .pogoSlider,
  .pogoSlider-slide {
    height: 400px !important;
    min-height: 400px !important;
  }
  .slide-container {
    background-size: auto 100% !important;
  }
  .pogoSlider-slide .slide-container li div {
  }

  #content-sub .pogoSlider-slide .slide-container ul {
    transform: scale(0.75, 0.75);
  }
  .pogoSlider-slide .slide-container li img {
    width: 100%;
  }
  .pogoSlider-slide .slide-container ul {
    position: absolute;
    top: 0px;
    right: 165px;
  }
  #slide00 .slide-container.slideinview {
    padding-top: 20px;
  }
  /* */

  #slide00 .slide-container li:nth-child(3) {
    width: 120px;
  }
  #slide00 .slide-container li:nth-child(3) img {
    width: 120px;
  }
}

/* sitemap_list
-------------------------*/

#sitemap {
  padding-bottom: 60px;
}

#sitemap_list {
  border: 1px solid #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#sitemap_list > li {
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
#sitemap_list > li:last-child {
  border-bottom: none;
}
#sitemap_list > li > a {
  background: url(../images/common/arw_right01.png) 98% center no-repeat;
  background-size: 10px;
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  padding: 15px 10px;
  display: block;
}
#sitemap_list > li > a:hover {
  background: url(../images/common/arw_right02.png) 98% center no-repeat #009391;
  background-size: 10px;
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  text-decoration: none;
  color: #fff;
}

#sitemap_list ul {
  padding-bottom: 20px;
}
#sitemap_list ul li {
  border: none;
  font-size: 14px;
  font-weight: normal;
  padding: 3px 0px 3px 50px;
  margin: 0px;
}

.button {
  border: 1px solid #eee;
  padding: 10px 40px;
  position: relative;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
