@charset "utf-8";

/*--------------------------------
initialize
*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display:block;
}
nav ul {
  list-style:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}
ol, ul {
  list-style: none;
}
img {
  height: auto;
  vertical-align: bottom;
}


/*--------------------------------
common
*/
body {
  background: #f0f0f0;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN", Helvetica, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",Arial,Helvetica,Verdana,sans-serif;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

em {
  font-family: Segoe UI,sans-serif;
}

a {
  color: #a160ac;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a .op {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a .op:hover {
  opacity: 0.6;
}

.clearfix:before, .clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}


/* wrapper */
.site-wrap {
  width: 100%;
  min-width: 1200px;
}

.site-wrap * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.view-wrap {
  width: 1000px;
  margin: 0 auto;
}


/*--------------------------------
common layout
*/
/* header */
.site-header {
  width: 1000px;
  margin: 0 auto;
}

.site-header .inner {
  position: relative;
  min-height: 100px;
  overflow: hidden;
}

.site-header .inner h1 {
  float: left;
  width: 342px;
  margin: 21px 0 14px 90px;
}

.site-header .inner h1 img {
  width: 100%;
  height: auto;
}

.site-header .inner h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 51px;
  height: 71px;
  margin: -33px 0 0 13px;
}

.site-header .inner h2 img {
  width: 100%;
  height: auto;
}

.site-header .inner .header-links {
  position: absolute;
  top: 0;
  right: 100px;
  padding: 61px 0 17px;
}

.site-header .inner .header-links li {
  float: left;
  margin: 0 0 0 15px;
  font-size: 13px;
  line-height: 1.76;
}

.site-header .inner .header-links li a {
  color: #5a5a5a;
}

.site-header .inner .header-links li:before {
  content: ">";
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 13px;
  color: #5a5a5a;
}

.site-header .inner .lang {
  overflow: hidden;
  position: absolute;
  top: 54px;
  right: 15px;
  width: 66px;
  height: 26px;
  background:  #2d287f;
}

.site-header .inner .lang a {
  display: block;
  float: left;
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: 23px;
}

.site-header .inner .lang a:hover {
  opacity: 0.7;
}

.site-header .inner .lang a.on {
  pointer-events: none;
  background: #a160ac;
}

.site-header .inner .lang img {
  vertical-align: middle;
}

/* footer */
.site-footer {
  padding: 26px 0 22px;
  background: #fff;
}

.site-footer h2 {
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.764;
  letter-spacing: 0.1em;
}

.site-footer .address p {
  font-size: 14px;
  line-height: 1.714;
  letter-spacing: 0.1em;
}

.site-footer .inner {
  margin-top: 42px;
}

.site-footer .banners {
  float: left;
}

.site-footer .banners li {
  float: left;
  width: auto;
  margin: 0 31px 0 0;
}

.site-footer .logos {
  float: left;
  padding-left: 30px;
  border-left: 1px solid #20348b;
}

.site-footer .logos li {
  float: left;
  width: 46px;
}

.site-footer .logos li img {
  max-width: 100%;
  height: auto;
}

.site-footer .logos li:not(last-child) {
  margin-right: 10px;
}

.site-footer .copy {
  float: right;
  padding: 32px 0 0;
  font-size: 10px;
  letter-spacing: 0.1em;
}


/* gnav */
.gnav {
  border-top: 4px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}

.gnav > ul > li {
  position: relative;
  float: left;
  width: auto;
  margin: 0 25px 0 0;
}

.gnav > ul > li:first-child {
  margin-left: 27px;
}

.gnav > ul > li:last-child {
  margin-right: 0;
}

.gnav > ul > li > a {
  display: block;
  padding: 25px 0 26px;
  color: #5a5a5a;
  text-align: center;
}

.gnav > ul > li > a:hover,
.gnav > ul > li.on > a {
  background: url(/static/img/common/gnav-on.png) no-repeat bottom center;
  text-decoration: none;
}

.gnav > ul > li .sub-menu {
  display: none;
  position: absolute;
  top: 68px;
  left: -25px;
  min-width: 285px;
  padding: 25px 23px;
  background: #a160ac;
  opacity: 0.9;
  z-index: 1000;
}

.gnav > ul > li .sub-menu li {
  margin-left: 1em;
  font-size: 15px;
  color: #fff;
  line-height: 2;
  text-indent: -1em;
}

.gnav > ul > li .sub-menu li:before {
  content: ">";
  margin: 0 3px 0 0;
}

.gnav > ul > li .sub-menu li a {
  color: #fff;
}



/* search */
.search {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -111px;
  background: rgba(85,40,90,0.9);
  background: -moz-linear-gradient(left, rgba(85,40,90,0.9) 0%, rgba(139,80,148,0.9) 37%, rgba(161,96,172,0.9) 62%, rgba(161,96,172,0.9) 100%);
  background: -webkit-linear-gradient(left, rgba(85,40,90,0.9) 0%,rgba(139,80,148,0.9) 37%,rgba(161,96,172,0.9) 62%,rgba(161,96,172,0.9) 100%);
  background: linear-gradient(to right, rgba(85,40,90,0.9) 0%,rgba(139,80,148,0.9) 37%,rgba(161,96,172,0.9) 62%,rgba(161,96,172,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55285a', endColorstr='#a160ac',GradientType=1 );
  z-index: 10;
}

.search.open {
  z-index: 1000;
}

.search .view-wrap {
  position: relative;
  padding: 35px 0;
  text-align: center;
}

.search .search-word {
  width: 503px;
  padding: 15px 19px 14px;
  margin: 0 4px 0 0;
  background: #fff;
  border: none;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  font-size: 18px;
  color: #5a5a5a;
}

.search .search-btn {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.search .search-btn:hover {
  opacity: 0.7;
}

.search .btn {
  position: absolute;
  bottom: -30px;
  right: 0;
}


/* breadcrumb */
.breadcrumb {
  min-height: 80px;
  padding: 26px 0 25px;
}

.breadcrumb li {
  display: inline;
  font-size: 14px;
  line-height: 2.23;
}

.breadcrumb li a {
  color: #5a5a5a;
}

.breadcrumb li:before {
  content: ">";
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

.breadcrumb li:first-child::before {
  display: none;
}

/* band */
.band {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}

.band a {
  display: block;
}

.band a img {
  width: 100%;
  height: auto;
}

.band a .bnr02 {
  position: relative;
  margin-top: -20%;
}


/* page top */
.pagetop-btn {
  margin: 0 0 29px;
  text-align: center;
}

.pagetop-btn a {
  display: inline-block;
  padding: 26px 0 0;
  background: url(/static/img/common/pagetop-arrow.png) no-repeat top center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 2.07;
}


/*--------------------------------
pages
*/
/* top */
#top .site-header .inner {
  min-height: 160px;
}

#top .site-header .inner h1 {
  width: 481px;
  margin: 40px 0 30px 235px;
}

#top .site-header .inner h2 {
  width: 64px;
  margin: -42px 0 0 6px;
}

#top .site-header .inner .header-links {
  top: 93px;
  right: 0;
  width: 220px;
  padding: 0;
}

#top .site-header .inner .header-links li {
  width: 50%;
  margin: 0 0 3px;
}

#top .mainvisual {
  width: 1000px;
  margin: 19px auto 0;
}

#top .mainvisual .slideframe {
  position: relative;
  padding-top: 40.9%;
  margin: 0 auto;
}

#top .mainvisual .slideframe .slider li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#top .mainvisual .slideframe .slider li img {
  width: 100%;
}

#top .mainvisual .indicator {
  margin: 8px 0 0;
  text-align: center;
}

#top .mainvisual .indicator li {
  display: inline-block;
  width: 10px;
}

#top .mainvisual .indicator li a {
  display: block;
  width: 10px;
  height: 10px;
  background: #c3c3c3;
}

#top .mainvisual .indicator li .on {
  background: #a160ac;
}

#top .banner {
  width: 1000px;
  margin: 30px auto 60px;
}

#top .banner .sogi {
  margin-left: 14px;
}

#top .site-contents > section h2 {
  padding: 17px 0 18px;
  border-top: 4px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  text-align: center;
}

#top .sect-news {
  margin-bottom: 84px;
}

#top .sect-news h2 {
  padding: 15px 0 !important;
}

#top .sect-news > .wrapper {
  position: relative;
  padding-left: 170px;
  border-bottom: 2px dashed #cecece;
}

#top .sect-news .side-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 168px;
  border-right: 2px dashed #cecece;
  vertical-align: top;
}

#top .sect-news .side-nav ul {
  padding: 25px 0 50px 6px;
}

#top .sect-news .side-nav ul li {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 2.07;
}

#top .sect-news .side-nav ul li a {
  padding: 0 0 0 10px;
  color: #5a5a5a;
  background: url(/static/img/common/icon-arrow.png) no-repeat left center;
  cursor: pointer;
}

#top .sect-news .side-nav ul li a:hover,
#top .sect-news .side-nav ul li a.on {
  color: #a160ac;
  background-image: url(/static/img/common/icon-arrow03.png);
}

#top .sect-news .side-nav .list-btn {
  position: absolute;
  left: 8px;
  bottom: 12px;
  width: 122px;
  height: 30px;
}

#top .sect-news .side-nav .list-btn a {
  display: block;
  padding: 0 0 0 13px;
  background: #a160ac url(/static/img/common/icon-arrow02.png) no-repeat right 9px center;
  font-size: 14px;
  color: #f0f0f0;
  line-height: 2.14;
}

#top .sect-news .side-nav .list-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#top .sect-news .news-content {
}

#top .sect-news .news-list {
  padding: 29px 19px 0;
}

#top .sect-news .news-list:not(:first-child) {
  display: none;
}

/*#top .sect-news .news-list li {
  display: table;
  margin: 0 0 24px;
  overflow: hidden;
}

#top .sect-news .news-list li .tag,
#top .sect-news .news-list li .date,
#top .sect-news .news-list li .text {
  display: table-cell;
  vertical-align: top;
}

#top .sect-news .news-list li .tag {
  width: 100px;
}

#top .sect-news .news-list li .tag span {
  display: inline-block;
  width: 100%;
  background: #a160ac;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-align: center;
  vertical-align: middle;
}

#top .sect-news .news-list li .date {
  width: 109px;
  font-size: 15px;
  line-height: 1.69;
  text-align: center;
}

#top .sect-news .news-list li .text {
  width: 597px;
  font-size: 15px;
  line-height: 1.615;
}

#top .sect-news .news-list li .text .title {
  font-weight: normal;
}

#top .sect-news .news-list li .text .summary {
  overflow: hidden;
}

#top .sect-news .news-list li .text .summary p {
  display: inline;
}

#top .sect-news .news-list li .text .summary .read-more {
  float: right;
}*/

#top .sect-news .news-list li {
  margin: 0 0 35px;
  overflow: hidden;
  font-size: 0;
}

#top .sect-news .news-list li .tag {
  display: inline-block;
  vertical-align: middle;
  min-width: 85px;
  padding: 0 5px;
  margin: 0 15px 0 0;
  background: #a160ac;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-align: center;
  vertical-align: middle;
}

#top .sect-news .news-list li .date {
  display: inline-block;
  vertical-align: middle;
  width: 87px;
  font-size: 15px;
  line-height: 1.69;
  letter-spacing: 0.05em;
}

#top .sect-news .news-list li .title,
#top .sect-news .news-list li .summary {
  font-size: 15px;
  line-height: 1.615;
}

#top .sect-news .news-list li .title {
  margin: 10px 0 0;
  padding: 0;
  font-weight: normal;
  background: none;
}

#top .sect-news .news-list li .summary div {
  overflow: hidden;
}

#top .sect-news .news-list li .summary p {
  display: inline;
  margin: 0;
}

#top .sect-news .news-list li .summary .read-more {
  float: right;
}

#top .sect-contents {
  margin-bottom: 31px;
}

#top .sect-contents .cont-list {
  padding: 19px 0 0;
}

#top .sect-contents .cont-list > li {
  position: relative;
  float: left;
  width: 300px;
  margin: 0 50px 25px 0;
}

#top .sect-contents .cont-list > li:nth-child(3n) {
  margin-right: 0;
}

#top .sect-contents .cont-list > li:nth-child(4n) {
  clear: both;
}

#top .sect-contents .cont-list .thumb {
  width: 100%;
  height: 200px;
  margin: 0;/* 0 0 13px */
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}


#top .sect-contents .cont-list .thumb01 {
  background: url(/static/img/top/img-contents01-off.png) no-repeat;
}
#top .sect-contents .cont-list .thumb02 {
  background: url(/static/img/top/img-contents02-off.png) no-repeat;
}
#top .sect-contents .cont-list .thumb03 {
  background: url(/static/img/top/img-contents03-off.png) no-repeat;
}
#top .sect-contents .cont-list .thumb04 {
  background: url(/static/img/top/img-contents04-off.png) no-repeat;
}
#top .sect-contents .cont-list .thumb05 {
  background: url(/static/img/top/img-contents05-off.png) no-repeat;
}
#top .sect-contents .cont-list .thumb06 {
  background: url(/static/img/top/img-contents06-off.png) no-repeat;
}

#top .sect-contents .cont-list .thumb01:hover,
#top .sect-contents .cont-list .thumb01.on {
  background: url(/static/img/top/img-contents01-on.png) no-repeat;
}
#top .sect-contents .cont-list .thumb02:hover,
#top .sect-contents .cont-list .thumb02.on {
  background: url(/static/img/top/img-contents02-on.png) no-repeat;
}
#top .sect-contents .cont-list .thumb03:hover,
#top .sect-contents .cont-list .thumb03.on {
  background: url(/static/img/top/img-contents03-on.png) no-repeat;
}
#top .sect-contents .cont-list .thumb04:hover,
#top .sect-contents .cont-list .thumb04.on {
  background: url(/static/img/top/img-contents04-on.png) no-repeat;
}
#top .sect-contents .cont-list .thumb05:hover,
#top .sect-contents .cont-list .thumb05.on {
  background: url(/static/img/top/img-contents05-on.png) no-repeat;
}
#top .sect-contents .cont-list .thumb06:hover,
#top .sect-contents .cont-list .thumb06.on {
  background: url(/static/img/top/img-contents06-on.png) no-repeat;
}

#top .sect-contents .cont-list .thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

#top .sect-contents .cont-list li:hover .link-block {
  display: block;
}

#top .sect-contents .cont-list .link-block {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 380px;
  height: auto;
  padding: 14px 0 0;
  margin: 0 0 0 -190px;
  background: url(/static/img/top/link-arrow.png) no-repeat top center;
  z-index: 1000;
}

#top .sect-contents .cont-list .block01 {
  width: 230px;
  margin: 0 0 0 -115px;
}

#top .sect-contents .cont-list .block02 {
  width: 360px;
  margin: 0 0 0 -180px;
}

#top .sect-contents .cont-list .block04 {
  width: 310px;
  margin: 0 0 0 -155px;
}

#top .sect-contents .cont-list .block05 {
  width: 282px;
  margin: 0 0 0 -141px;
}

#top .sect-contents .cont-list .block06 {
  width: 256px;
  margin: 0 0 0 -128px;
}

#top .sect-contents .cont-list .links {
  padding: 15px;
  background: #A160AC;
}

#top .sect-contents .cont-list .link-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -14px 0 0 -7px;
}

#top .sect-contents .cont-list .links li {
  font-size: 14px;
  color: #fff;
  line-height: 1.75;
}

#top .sect-contents .cont-list .links li a {
  color: #fff;
}

/*
#top .sect-contents .cont-list .links li:before {
  content: "・";
}
*/


#top .sect-contents .cont-list .links li a.disable:hover {
  text-decoration: none;
  cursor: default;
}

#top .sect-contents .cont-list li ul li a span {
  padding: 3px 3px 2px 3px;
  margin-right: 10px;
  background: #fff;
  font-size: 13px;
  color: #a160ac;
}

#top .sect-pickup {
  margin-bottom: 79px;
}

#top .sect-pickup ul li {
  float: left;
  width: 235px;
  margin: 20px 20px 0 0;
}

#top .sect-pickup ul li:last-child {
  margin-right: 0;
}

/* lower */
#lower .main-column {
  float: left;
  width: 680px;
  margin: 0 0 110px;
}

#lower .main-column.content p {
  font-size: 15px;
  line-height: 1.7;
  margin: 14px 0;
}

#lower .main-column.content h3 {
  margin: 10px 0 30px;
  padding: 0 5px 14px;
  color: #a160ac;
  font-weight: normal;
  line-height: 1.2;
  font-size: 26px;
  background: url(../img/common/parts_subhead-line.png) left bottom repeat-x;
}
#lower .main-column.content h3.sub-title {
  color: #333;
  margin: 30px 0 15px;
  padding: 0 0 2px 5px;
  font-size: 18px;
  line-height: 1.3;
  background: none;
  border-bottom: 3px double #bd8fc5;
}

#lower .main-column.content h3.sub-title:before {
  content: '●';
  margin-right: 5px;
  color: #a160ac;
}

#lower .main-column.content h3.sub-title02 {
  color: #a160ac;
  margin: 30px 0 15px;
  padding: 0 0 2px 5px;
  font-size: 18px;
  line-height: 1.3;
  background: none;
}

#lower .main-column.content h4 {
  margin: 20px 0 15px;
  padding: 0 0 3px;
  font-size: 16px;
  line-height: 1.3;
  border-bottom: 2px solid #ccc;
}

#lower .main-column.content h5 {
  display: block;
  margin: 20px 0 15px;
  font-size: 16px;
  font-weight: bold;
  color: #a160ac;
  line-height: 1.3;
}

#lower .main-column.content .mt0 {
  margin-top: 0 !important;
}

#lower .main-column.content .mb0 {
  margin-bottom: 0 !important;
}

#lower .main-column.content .mb5 {
  margin-bottom: 5px !important;
}

#lower .main-column.content .ml20 {
  margin-left: 20px !important;
}
#lower .main-column.content .ml40 {
  margin-left: 40px !important;
}

#lower .main-column.content .mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

#lower .main-column.content .mt35 {
  margin-top: 35px !important;
}

#lower .main-column.content .pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#lower .main-column.content .w100px {
  width: 100px !important;
}

#lower .main-column.content .f-right {
  float: right !important;
}

#lower .main-column.content b, strong {
  font-weight: 700;
}

#lower .main-column.content .attention-color1 {
  color: #c00;
}

#lower .main-column.content ul.list-disc {
  list-style-type: disc;
  margin-left: 25px;
}

#lower .main-column.content ul.link-list1 {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}

#lower .main-column.content ul li {
  margin: 0.7em 0;
  line-height: 1.7;
}

#lower .main-column.content ul.link-list1 li {
  padding: 0 0 0 15px;
  background: url(../img/common/icon_arrow-right01.png) 4px 6px no-repeat;
}

#lower .main-column.content ul.internal-menu {
  margin: 20px 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  line-height: 1.3;
}

#lower .main-column.content ul.internal-menu li {
  float: left;
  margin: 0 15px 5px 0;
  padding: 0 0 0 17px;
  background: url(../img/common/icon_arrow-below01.png) 3px 7px no-repeat;
}

#lower .main-column.content a {
  text-decoration: underline;
}

#lower .main-column.content a:hover {
  text-decoration: none;
}

#lower .main-column.content a[target="_blank"]:after {
  content: url(../img/common/icon_external-red.png);
  margin-left: 3px;
  vertical-align: top;
}

#lower .main-column.content a[href*=".pdf"]:after,
#lower .main-column.content a[href*=".PDF"]:after {
  content: url(../img/common/icon_pdf.png);
}

#lower .main-column.content a[href*=".xls"]:after,
#lower .main-column.content a[href*=".xlsx"]:after,
#lower .main-column.content a[href*=".XLS"]:after,
#lower .main-column.content a[href*=".XLSX"]:after {
  content: url(../img/common/icon_excel.png);
  margin-left: 3px;
  vertical-align: middle;
}


#lower .main-column.content a[href*=".doc"]:after,
#lower .main-column.content a[href*=".docx"]:after,
#lower .main-column.content a[href*=".DOC"]:after,
#lower .main-column.content a[href*=".DOCX"]:after {
  content: url(../img/common/icon_word.png);
  margin-left: 3px;
  vertical-align: middle;
}

#lower .main-column.content .t-center {
  text-align: center !important;
}

#lower .main-column.content table td,
#lower .main-column.content table th {
  display: table-cell;
  vertical-align: middle;
}

#lower .main-column.content table.data-table1 {
  margin: 20px 0;
  border-collapse: collapse;
  border: 1px solid #ccc;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

#lower .main-column.content table.data-table1 th {
  vertical-align: middle;
}

#lower .main-column.content table.data-table1 thead th {
  padding: 4px;
  background-color: #e8d4eb;
  border: 1px solid #ccc;
}

#lower .main-column.content table.data-table1 tbody th {
  padding: 4px;
  font-weight: normal;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

#lower .main-column.content table.data-table1 tbody td {
  padding: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  vertical-align: middle;
}

#lower .main-column.content blockquote.alignright,
#lower .main-column.content figure.wp-caption.alignright,
#lower .main-column.content img.alignright {
    margin: 7px 0 7px 24px;
    float: right;
}

#lower .main-column.content blockquote.alignleft,
#lower .main-column.content figure.wp-caption.alignleft,
#lower .main-column.content img.alignleft {
    margin: 7px 24px 7px 0;
    float: left;
}


/* president-message */
#lower.president-message .main-column.content figure figcaption {
  padding: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
}


/* about */
#lower.about .main-column.content figure figcaption {
  padding: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
}


/* action-plan */
#lower.action-plan .main-column.content ul {
  list-style-type: disc;
  -webkit-padding-start: 40px;
  font-size: 15px;
}

/* activity */
#lower.activity .main-column.content .headline .post {
  padding: 18px 5px 18px 18px;
  overflow: hidden;
}

#lower.activity .main-column.content .headline .post:nth-child(even) {
  background-color: #f5f0f7;
}

#lower.activity .main-column.content .headline .post .title {
  margin: 2px 0 0;
  padding: 0;
  font-size: 15px;
  background: none;
  border: none;
}


/* guide / guidance */
#lower.guidance .main-column.content table.data-table1 tbody th {
  text-align: left;
}
#lower.guidance .main-column.content table.female thead th {
    background-color: #ffe0ff;
}

#lower.guidance .main-column.content table.female tbody th {
    background-color: #fffaff;
}

#lower.guidance .main-column.content table.male thead th {
    background-color: lightcyan;
}

#lower.guidance .main-column.content table.male tbody th {
    background-color: #faffff;
}

#lower.guidance .main-column.content table.everyone thead th {
    background-color: #c7ffc7;
}

#lower.guidance .main-column.content table.everyone tbody th {
    background-color: #e0ffe0;
}

/* about / effort */



/* guide / birth */
#lower.birth .main-column.content .link-list1 li a.link-parts2 {
  margin-left: 40px;
}


/* guide / nursing-info */


/* pregnancy / consistent */


/* pregnancy / english-paper */


/* pregnancy / temporary-childcare */
#lower.temporary-childcare .main-column.content table.data-table1 tbody th {
  text-align: left;
}


/* pregnancy / roll−model */

/* facilities / disease */


/* facilities / nursery-room */
#lower.nursery-room .main-column.content table.data-table1 tbody th {
  text-align: left;
}


/* data / female-ratio */


/* data / center-news */


/* links */
#lower.links .main-column.content ul.link-list1 {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}


/* parents / kagaku-juku */
#lower.kagaku-juku .main-column.content p {
  color: #333;
}

#lower.kagaku-juku .main-column.content h4 {
  margin: 15px 0;
  font-size: 15px;
  line-height: 1.3;
  border: none;
}

#lower.kagaku-juku .main-column.content a.link-to-pdf {
  font-size: 18px;
}


/* students / harassment */
#lower.harassment .main-column.content table.data-table1 th {
  text-align: left;
}

#lower.harassment .main-column.content .laungage-info {
  font-size: 14px;
}


/* sitemap */
#lower.sitemap .main-column.content .main-list {
  list-style-type: disc;
  padding-left: 40px;
  -webkit-padding-start: 40px;
  margin: 1em 0;
  font-size: 15px;
}
#lower.sitemap .main-column.content .main-list li {
  display: list-item;
  margin: 0 0 25px;
}

#lower.sitemap .main-column.content .sub-list {
  padding-left: 25px;
  list-style-type: circle;
}

#lower.sitemap .main-column.content .sub-list li {
  margin: 10px 0;
}

/* contact */


/* access */
#lower.access .main-column p.address {
  margin-bottom: 10px;
}

#lower.access .main-column #g-map {
  margin-bottom: 10px;
}


/* (en_lp) ORGANIZATION */
#lower.organization {
  border-top: 7px solid #6d3973;
  background: #fff;
}

#lower.organization .site-footer {
  background: #f0f0f0;
}

#lower.organization .site-header .inner .lang {
  position: absolute;
  top: 50px;
  right: 15px;
}

#lower.organization .site-header .inner {
  margin-bottom: 95px;
}

#lower.organization .site-header .inner h1 {
  float: none;
  width: 342px;
  margin: 33px auto 14px;
}

#lower.organization .site-contents {
  margin-bottom: 158px;
}

#lower.organization .site-contents section h2 {
  border-top: 4px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  text-align: center;
  padding: 17px 0 18px;
  margin-bottom: 38px;
}

#lower.organization .site-contents p {
  width: 845px;
  font-size: 13px;
  line-height: 30px;
}

#lower.organization .site-contents .sct-organization p {
  margin: 0 auto 18px;
}

#lower.organization .site-contents .sct-our-logo p {
  margin: 0 auto;
}

#lower.organization .site-contents .sct-our-logo p.sign {
  text-align: right;
  margin-top: 16px;
}

#lower.organization .site-contents .sct-organization .images {
  display: block;
  margin: 30px auto 120px;
}

#lower.organization .site-contents .sct-our-logo .images {
  display:block;
  width: 21%;
  margin: 85px auto 75px;
}



/* category archive page */
#lower .main-column.category .category-list {
  margin: 0 0 50px;
}

#lower .main-column.category .category-list li {
  display: inline-block;
  margin: 0 25px 0 0;
}

#lower .main-column.category .category-list li a {
  padding: 0 0 0 10px;
  background: url(/static/img/common/icon-arrow.png) no-repeat left center;
  font-size: 15px;
  color: #5a5a5a;
  text-decoration: none;
  cursor: pointer;
}

#lower .main-column.category .category-list li a.on,
#lower .main-column.category .category-list li a:hover {
  color: #a160ac;
  background-image: url(/static/img/common/icon-arrow03.png);
}

#lower .main-column.category .news-list {
  padding: 0 38px;
}

#lower .main-column.category .news-list li {
  margin: 0 0 35px;
  overflow: hidden;
  font-size: 0;
}

#lower .main-column.category .news-list li .tag {
  display: inline-block;
  vertical-align: middle;
  min-width: 85px;
  padding: 0 5px;
  margin: 0 15px 0 0;
  background: #a160ac;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-align: center;
  vertical-align: middle;
}

#lower .main-column.category .news-list li .date {
  display: inline-block;
  vertical-align: middle;
  width: 87px;
  font-size: 15px;
  line-height: 1.69;
  letter-spacing: 0.05em;
}

#lower .main-column.category .news-list li .title,
#lower .main-column.category .news-list li .summary {
  font-size: 15px;
  line-height: 1.615;
}

#lower .main-column.category .news-list li .title {
  margin: 10px 0 0;
  padding: 0;
  font-weight: normal;
  background: none;
}

#lower .main-column.category .news-list li .summary div {
  overflow: hidden;
}

#lower .main-column.category .news-list li .summary p {
  display: inline;
  margin: 0;
}

#lower .main-column.category .news-list li .summary .read-more {
  float: right;
}

#lower .main-column.category .wp-pagenavi,
#lower .main-column.content .wp-pagenavi,
#lower .main-column.category .pager,
#lower .main-column.content .pager {
  padding: 50px 0 60px;
  text-align: center;
}

#lower .main-column.category .pager .page-num,
#lower .main-column.content .pager .page-num {
  display: none;
}

#lower .main-column.category .wp-pagenavi a,
#lower .main-column.content .wp-pagenavi a,
#lower .main-column.category .wp-pagenavi .current,
#lower .main-column.content .wp-pagenavi .current,
#lower .main-column.category .pager a,
#lower .main-column.content .pager a {
  display: inline-block;
  width: 30px;
  padding: 0px 0 15px;
  margin: 0 4px;
  border-bottom: 1px solid #000;
  font-size: 17px;
  color: #000;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
}

#lower .main-column.category .wp-pagenavi a:hover,
#lower .main-column.content .wp-pagenavi a:hover,
#lower .main-column.category .pager a:hover,
#lower .main-column.content .pager a:hover {
  opacity: 0.6;
}

#lower .main-column.category .wp-pagenavi .current,
#lower .main-column.content .wp-pagenavi .current,
#lower .main-column.category .pager a.on,
#lower .main-column.category .pager .num:hover,
#lower .main-column.content .pager a.on,
#lower .main-column.content .pager .num:hover {
  border-bottom: 1px dotted #000;
}


#lower .main-column.category .wp-pagenavi .previouspostslink,
#lower .main-column.content .wp-pagenavi .previouspostslink,
#lower .main-column.category .wp-pagenavi .nextpostslink,
#lower .main-column.content .wp-pagenavi .nextpostslink,
#lower .main-column.category .pager .prev,
#lower .main-column.category .pager .next,
#lower .main-column.content .pager .prev,
#lower .main-column.content .pager .next {
  width: 91px;
  padding: 5px 0 21px;
  border-bottom: none;
}

#lower .main-column.category .wp-pagenavi .previouspostslink,
#lower .main-column.content .wp-pagenavi .previouspostslink,
#lower .main-column.category .pager .prev,
#lower .main-column.content .pager .prev {
  background: url(/static/img/common/arrow-prev.png) no-repeat bottom;
}

#lower .main-column.category .wp-pagenavi .nextpostslink,
#lower .main-column.content .wp-pagenavi .nextpostslink,
#lower .main-column.category .pager .next,
#lower .main-column.content .pager .next {
  background: url(/static/img/common/arrow-next.png) no-repeat bottom;
}

#lower .main-column.content .pager .back {
  width: 155px;
}



#lower .main-column.content .article-tag {
  display: inline-block;
  vertical-align: middle;
  min-width: 85px;
  padding: 0 5px;
  margin: 0 15px 0 0;
  background: #a160ac;
  font-size: 13px;
  color: #fff;
  line-height: 1.69;
  text-align: center;
}

#lower .main-column.content .article-title {
  padding-bottom: 0;
  margin-top: 10px;
  border-bottom: none;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
  color: #a160ac;
  line-height: 2;
}

#lower .main-column.content .article-date {
  font-size: 15px;
  line-height: 2.666;
  letter-spacing: 0.15em;
}

#lower .main-column.category .detail .inner {
  width: 600px;
  margin: 0 auto;
}

#lower .main-column.category .detail .sub-title03 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
}

#lower .main-column.content .article-img img {
  width: 100%;
}

#lower .main-column.category .detail .recruitment-end {
  font-size: 20px;
  color: #f00;
}

#lower .main-column.category .detail h6 {
  font-size: 15px;
  font-weight: normal;
  color: #a160ac;
}


/* 2018.2.1 コラボレーティブ 追加 */
#lower .main-column .collaborative .page-header {
  margin: 0 0 37px;
  text-align: center;
}

#lower .main-column .collaborative .page-mv {
  margin-bottom: 38px;
}

#lower .main-column .collaborative .lead a {
  display: block;
  margin: 21px 0 40px;
}

#lower .main-column .collaborative .page-header p {
  margin: 45px 0 0;
  font-size: 14px;
  line-height: 2;
}

#lower .main-column .collaborative .page-header p span {
  display: block;
  padding: 7px;
}

#lower .main-column .collaborative .description {
  text-align: center;
}

#lower .main-column .collaborative .description > div {
  margin: 0 0 26px;
}

#lower .main-column .collaborative .description > div p {
  margin: 0;
}

#lower .main-column .collaborative .description > div a {
  font-size: 14px;
  line-height: 2;
}

#lower .main-column .collaborative .description > div a[href*=".pdf"]:after,
#lower .main-column .collaborative .description > div a[href*=".PDF"]:after,
#lower .main-column .collaborative .description > div a[href*=".xls"]:after,
#lower .main-column .collaborative .description > div a[href*=".xlsx"]:after,
#lower .main-column .collaborative .description > div a[href*=".XLS"]:after,
#lower .main-column .collaborative .description > div a[href*=".XLSX"]:after,
#lower .main-column .collaborative .description > div a[href*=".doc"]:after,
#lower .main-column .collaborative .description > div a[href*=".docx"]:after,
#lower .main-column .collaborative .description > div a[href*=".DOC"]:after,
#lower .main-column .collaborative .description > div a[href*=".DOCX"]:after {
  content: "";
}

#lower .main-column .collaborative .description .users-guide {
  color: #a160ac;
}

#lower .main-column .collaborative .description .users-guide .text {
  margin: 35px 0 20px;
  font-size: 14px;
  line-height: 2;
}

#lower .main-column .collaborative .description .application .text {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 2;
}

#lower .main-column .collaborative .description .book-list {
  padding: 11px 30px 18px 28px;
  border-radius: 8px;
  text-align: left;
  overflow: hidden;
  background: #fff;
}

#lower .main-column .collaborative .description .book-list img {
  float: left;
}

#lower .main-column .collaborative .description .book-list p {
  margin: 13px 0 7px 0;
  padding-left: 120px;
  font-size: 14px;
  line-height: 2;
}

#lower .main-column .collaborative .description .book-list .link-text {
  margin: 0;
}

#lower .main-column .collaborative section h5 {
  margin: 0 0 30px;
  font-size: 20px;
  text-align: center;
}

#lower .main-column .collaborative .reservation {
  margin: 103px 0 74px;
}

#lower .main-column .collaborative .access {
  margin: 0 0 46px;
}

#lower .main-column .collaborative .access ul {
  padding: 10px 0 0;
}

#lower .main-column .collaborative .access ul li {
  margin: 0;
  padding: 0 22px 16px;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
}

#lower .main-column .collaborative .access .head {
  float: left;
  width: 100px;
}

#lower .main-column .collaborative .access .head:before {
  content: "●";
  color: #a160ac;
}

#lower .main-column .collaborative .access .text {
  float: left;
  width: 530px;
}

#lower .main-column .collaborative .access .text p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
}

#lower .main-column .collaborative .access .text p:last-of-type {
  padding-top: 11px;
}

#lower .main-column .collaborative .access .text p span {
  display: inline-block;
  padding-left: 8em;
}

#lower .main-column .collaborative .contact {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}

#lower .main-column .collaborative .contact h5 {
  margin: 0 0 18px;
}

#lower .main-column .collaborative .contact h6 {
  margin: 0 0 18px;
  color: #a160ac;
}

#lower .main-column .collaborative .contact p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}



/* side-column */
#lower .side-column {
  float: right;
  width: 290px;
  margin: 0 0 110px;
}

/* 画像表示する場合はdisplay消してください */
#lower .side-column .declaration {
  display: none;
  margin: 0 0 27px;
}

#lower .side-column section h3 {
  padding: 14px 0 13px;
  margin: 0 0 15px;
  border-top: 4px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  text-align: center;
}

#lower .side-column section .banners li {
  margin: 0 0 15px;
}



/*==================================================================================
 print
==================================================================================*/
@media print {
  .site-wrap .band {
    display: none !important;
  }
}




/*==================================================================================
 editor add style
==================================================================================*/

#lower .main-column.content .inner .text > p {
  margin: 0 auto;
  padding: 12px 0;
  clear: both;
}

#lower .main-column.content .inner .text > p:empty {
  display: none;
}

#lower .main-column.content .inner .text > table,
#lower .main-column.content .inner .text > table th,
#lower .main-column.content .inner .text > table td {
  border-width: 1px;
}
