/* CSS Document */
/* layout */

@import "component.css";

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

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

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

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);
}

/* 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;
}
/* PC・SP表示切り替え */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 896px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
section:before,
section:after {
  content: "";
  display: table;
}
section {
  clear: both;
}
/*=============================
    Layout-Base
===============================*/

/* main-contents
-------------------------*/

body {
  background-image: url(../images/common/bg.jpg);
  background-color: #edead1;
}
.l-main {
  background: url(../images/common/bg_leaf.png) top right no-repeat;
  margin: 0;
  padding: 0;
  color: #2a1100;
  font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic UI", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 2;
  width: 100%;
  font-weight: normal;
  position: relative;
}
#content-top {
  /* overflow:hidden; */
}
#content-sub {
  /* overflow:hidden; */
  width: 100%;
  text-align: left;
  padding-top: 110px;
  padding-bottom: 80px;
}
@media screen and (max-width: 896px) {
  #content-sub {
    /* overflow:hidden; */
    padding-top: 64px;
  }
}
/* header
-------------------------*/
#headermenu {
  position: fixed;
  top: 0px;
  z-index: 5;
  width: 100%;
  background-color: #fff;
  border-top: 10px solid#a22041;
  height: 70px;
}
#headermenu .headermenu_fix {
  max-width: 100%;
  margin: 0 auto;
}
#headermenu .headermenu_fix h1 img {
  width: 260px;
  margin: 7px 10px;
}
#headermenu .btn-gNav {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 66px;
  height: 70px;
  background-color: #a22041;
  z-index: 6;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#headermenu .btn-gNav-icon {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 36px;
  height: 13px;
  z-index: 10;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  font-family: Arial, Helvetica, sans-serif;
}
#headermenu .btn-gNav-icon span {
  position: absolute;
  width: 36px;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#headermenu .btn-gNav-icon span:nth-child(1) {
  top: 0px;
}
#headermenu .btn-gNav-icon span:nth-child(2) {
  top: 10px;
}
#headermenu .btn-gNav-icon span:nth-child(3) {
  top: 20px;
}
#headermenu .btn-gNav-icon.open span:nth-child(1) {
  background: #fff;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#headermenu .btn-gNav-icon.open span:nth-child(2),
#headermenu .btn-gNav-icon.open span:nth-child(3) {
  top: 6px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#headermenu .btn-gNav-icon::after {
  position: absolute;
  left: -1px;
  bottom: -30px;
  content: "MENU";
  display: block;
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all 0.4s;
}
#headermenu .btn-gNav-icon.open::after {
  content: "CLOSE";
  font-size: 12px;
  left: 0px;
}
#gNav {
  position: fixed;
  top: 10;
  right: -100%;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_leaf_menu.png) right top no-repeat #fff;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 4;
  padding-top: 20px;
  transition: 0.3s;
}
#gNav.open {
  right: 0px;
  height: 100%;
}
#gNav .gNav-menu {
  width: 80%;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  margin: 0 10%;
}
#gNav .gNav-menu li {
  display: block;
  padding: 20px 0;
  border-bottom: dotted 1px #c7b299;
}
#gNav .gNav-menu li a {
  font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "HiraginoMincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
a.btn-100th {
  margin: 40px auto;
  width: 75%;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #a22041;
  display: block;
  font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "HiraginoMincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #a22041;
}
@media screen and (min-width: 897px) {
  #headermenu {
    height: 110px;
    background-color: rgb(255, 255, 255, 0.8);
  }
  .headermenu_fix {
    display: flex;
    justify-content: space-between;
  }

  #headermenu .headermenu_fix h1 a {
  }
  #headermenu .headermenu_fix h1 img {
    width: 330px;
    margin: 20px 30px;
  }
  .btn-gNav {
    display: none;
  }
  #gNav {
    position: absolute;
    background: none;
    top: 14px;
    right: 20px;
    width: 900px;
    height: 110px;
  }
  #gNav.open {
    right: 20px;
    height: 110px;
  }
  #gNav .gNav-menu {
    width: auto;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
  }
  #gNav .gNav-menu li {
    padding: 5px 20px;
    border-bottom: none;
  }

  #gNav .gNav-menu li a {
    font-size: 20px;
  }
}

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

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

footer .logo {
  margin: 20px auto;
  letter-spacing: 3px;
}

nav#menu {
  display: none;
}

#copyright address {
  padding: 0 0 10px 0;
  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;
}

/* bread_crumb
-------------------------*/
.bread_crumb_list {
  left: 0;
  text-align: center;
}
.bread_crumb {
  padding: 10px 0;
  text-align: left;
  margin: 0 auto 20px;
  width: calc(100% - 30px);
  max-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: 100%;
  max-width: 800px;
  border-collapse: collapse;
  margin: auto;
}
.defTable01 th,
.defTable01 td {
  font-size: 16px;
  font-weight: normal;
  line-height: 160%;
  padding: 7px 5px;
  text-align: left;
  border-bottom: 1px solid #c7b299;
}
.defTable01 th {
  width: 10%;
  vertical-align: top;
  white-space: nowrap;
}
.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;
}

/*=============================
    Common setting
===============================*/
.l-main {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}
.container {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
}
.container p {
  line-height: 2;
  margin-bottom: 20px;
}
.container a p,
.container a dt,
.container a dd,
.container a li {
  color: #333;
}

.container h2 {
  font-size: 36px;
  text-align: center;
  color: #a22041;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  width: 100%;
  font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "HiraginoMincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 50px auto;
}
.c-line {
  position: relative;
  width: 100%;
  border-top: 3px solid #c7b299;
  margin: 50px auto;
}
.c-line::before,
.container h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  border-bottom: 3px solid #a22041;
  width: 100px;
  margin: 0 auto;
}

.container h2::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 3px solid #c7b299;
  width: 100%;
  margin: 0 auto;
}

/*=============================
    TopPage setting
===============================*/
/* -------- メインビジュアル -------*/
.hom-mv {
  width: 100%;
  position: relative;
  margin-top: 110px;
}
.hom-mv-img {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.hom-mv-img img {
  width: 100%;
}
.hom-mv-100th {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  text-align: right;
  top: 30px;
  right: calc(50% - 500px);
}
.hom-100th_arrow {
}

.hom-100th_arrow img {
  width: 272px;
}

@media only screen and (max-width: 896px) {
  .hom-mv {
    margin-top: 60px;
  }

  .hom-mv-100th {
    position: relative;
    top: 0;
    right: auto;
  }
  .hom-mv-100th a {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}
/* -------- #spirit 建学の精神 -------*/
.spirit_ttl {
  margin-bottom: 20px;
}
figcaption {
  text-align: center;
}
.spirit_txt {
  text-align: center;
}
@media only screen and (max-width: 896px) {
  .spirit_ttl img {
    width: 90%;
    max-width: 270px;
    margin: 20px auto;
  }
  .spirit_txt {
    text-align: left;
  }
}
/* -------- #topGroup 学院組織 -------*/

.topGroup_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.topGroup_list li {
  width: 33%;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  padding: 0;
}

#topGroup h3 {
  font-size: 26px;
  color: #3a0919;
  line-height: 120%;
  margin-bottom: 5px;
  font-weight: normal;
  font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "HiraginoMincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#topGroup li div {
  margin-top: 5px;
}
#topGroup h3 span {
  font-size: 14px;
  display: block;
  line-height: 140%;
  margin-bottom: 5px;
}
#topGroup figure img {
  width: 212px;
  margin: 0 auto;
}
.fukushikai {
  width: 90%;
  border: 1px dotted #a22041;
  padding: 10px 0px 30px 0;
  margin: 40px auto;
}

.fukushikai_list {
  display: flex;
  margin: 0 auto;
}

.fukushikai_list li {
  width: 50%;
}
.fukushikai h3 {
  font-size: 26px;
  margin-top: 20px;
}

#topGroup .fukushikai figure img {
  width: 157px;
}
#topGroup .fukushikai li:first-child figure {
  float: right;
}
#topGroup .fukushikai li:first-child {
  text-align: right;
  margin-right: 10px;
}
#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;
  margin-left: 10px;
}
#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 > p {
  font-size: 24px;
  color: #a22041;
  margin: 15px;
  text-align: center;
  font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "HiraginoMincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 896px) {
  .topGroup_list li {
    width: 50%;
  }
  #topGroup h3 {
    font-size: 16px;
  }
  #topGroup h3 span {
    font-size: 12px;
  }
  .fukushikai {
    width: 100%;
    border: 1px dotted #a22041;
    padding: 10px 0px 30px 0;
    margin: 20px auto;
  }
  .fukushikai > p {
    font-size: 18px;
  }

  #topGroup .fukushikai li:first-child figure,
  #topGroup .fukushikai li:nth-child(2) figure {
    float: none;
  }
  #topGroup .fukushikai li:first-child,
  #topGroup .fukushikai li:nth-child(2) {
    text-align: center;
    margin: 0;
  }
  #topGroup .fukushikai li:first-child h3,
  #topGroup .fukushikai li:nth-child(2) h3,
  #topGroup .fukushikai div,
  #topGroup .fukushikai li:nth-child(2) div {
    text-align: center;
  }
  #topGroup figure img {
    width: 140px;
  }

  #topGroup .fukushikai figure img {
    width: 136px;
  }
  #topGroup .fukushikai div {
    padding: 0px;
  }
  .fukushikai h3 {
    font-size: 14px;
    margin: 5px 0;
    padding: 0;
  }
}
/* pagetop
-------------------------*/
#totop a {
  clear: both;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  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 0 0px;
  overflow: hidden;
}
.imgright {
  float: right;
  margin: 0 0px 30px 30px;
  overflow: hidden;
}
@media only screen and (max-width: 896px) {
  .imgleft,
  .imgright {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .imgleft img,
  .imgright img {
    margin: 0 auto;
  }
}
#content-sub h1 {
  font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "HiraginoMincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #a22041;
  font-size: 48px;
  text-align: center;
}
#content-sub h1 sub {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraginoMincho ProN",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  font-style: italic;
}
#content-sub h2 {
  line-height: 1.2;
}
#content-sub h3 {
  font-size: 22px;
  line-height: 1.7;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 1px solid #2a1100;
  margin: 50px 0 20px;
}
#content-sub h2 + h3 {
  margin: 10px 0 20px;
}

#content-sub h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 20px;
}
#content-sub p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 200%;
}
#content-sub a[href$=".pdf"] {
  display: inline-block;
  padding-left: 35px;
  background: url(../images/common/icon-pdf.png) no-repeat left top;
}
#content-sub .container a {
  text-decoration: underline;
  color: #a22041;
}

#content-sub .container li {
  line-height: 2;
  padding-top: 7px;
  padding-bottom: 7px;
}
#content-sub .container a:hover {
  text-decoration: none;
}

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

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

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

/* -------- supoortご支援のお願い -------- */
ol {
  list-style-type: decimal;
  margin: 0;
  padding-left: 30px;
}

ol.purpose {
  font-weight: bold;
}

ol.purpose li::marker {
  font-weight: bold;
}

ol.purpose span {
  font-weight: normal;
}

ul.list {
  list-style-type: disc;
  margin: 0;
  padding-left: 30px;
}

.taxpersonal-table {
  width: 100%;
  border-collapse: collapse;
}

.taxpersonal-table th,
.taxpersonal-table td {
  border: 1px solid #ccc;
  padding: 0.4em;
}

.taxpersonal-table th {
  background-color: #faf0e6;
  color: #333;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.taxpersonal-table td {
  background-color: #fffaf0;
  padding-left: 15px;
}
/* supoortご支援のお願い
-------------------------*/