@charset "utf-8";
/* CSS Document */

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 13px;
  color: #333333;

  line-height: 1.5em;
}


img {
  width: 100%;
  margin: 0px;
  vertical-align: bottom;
}

a {
  text-decoration: none !important;
}


/***********************汎用クラス***************************/
.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: both;
}

.tc {
  text-align: center !important;
}

.tr {
  text-align: right !important;
}

.tl {
  text-align: left !important;
}

.fb {
  font-weight: bold !important;
}

.fs-110 {
  font-size: 110% !important;
}

.fc-orange {
  color: #ff9900 !important;
}

.fc-red {
  color: #E00003 !important;
}

.fc-bl {
  color: #3bc6df !important;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}


.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml50 {
  margin-left: 50px;
}

.mr10 {
  margin-right: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt130 {
  padding-top: 130px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.bb-bd {
  border-bottom: 1px #C5C5C5 dotted;
}

.w100 {
  width: 100%;
  background: #f4f4f4;
  height: auto;
  padding: 20px 0px 20px 0px;
}

.ln-160 {
  line-height: 160% !important;
}

.fs-14 {
  font-size: 30px !important;
}

.font-ss {
  font-size: 0.9em;
  color: #000;
  letter-spacing: normal !important;
}

.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */


.clear {
  clear: both;
}

.color01 {
  color: #30bac0;
}

.color02 {
  color: #ea6189;
}

.color03 {
  color: #ed7239;
}

.color04 {
  color: #24b061;
}

.vAT {
  vertical-align: top !important;
}

.vAM {
  vertical-align: middle !important;
}

.vAB {
  vertical-align: bottom !important;
}





body {
  background: url(../images/bg-contents.png) repeat;
}



#header {
  width: 100%;
  background: url(../images/bg-head.png) repeat;
  height: 45px;
}


#header ul {
  float: right;
}


#header ul li {
  width: 60px;
  float: left;
  box-sizing: border-box;
  border-left: 1px solid #fff;
}


#header ul li img {
  width: 100%;
}

.head-logo {
  width: 100px;
  float: left;
  padding-top: 15px;
  padding-left: 10px;
}


/***ヘッダーメニュー***/

.mobile_header {
  position: relative;
  background: url(../images/header-bg.png) repeat-x;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  padding-left: 15px;
  border-top: 6px solid #e5306b;
}

.mobile_header .mobile_logo {
  width: 100px;
  float: left;
  padding-top: 15px;
}

.mobile_nav,
.mobile_nav > li > ul {
  display: none;
}




.mobile_header .mobile_logo img {
  width: 100%;
}

.mobile_header .mobile_btn_menu {
  float: right;
  width: 40px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
}


.mobile_btn_01 {
  float: right;
  width: 40px;
  margin-left: 10px;
  margin-top: 10px;
}

.mobile_btn_menu img {
  width: 100%;
}


.mobile_header .mobile_btn_menu a {
  color: #000;
  display: block;
  text-decoration: none;
}


.mobile_header .mobile_btn_mail a {
  color: #000;
  display: block;
  text-decoration: none;
}


.mobile_header .mobile_btn_tel a {
  color: #000;
  display: block;
  text-decoration: none;
}


.mobile_header .mobile_btn_menu:hover {
  opacity: 1;
  cursor: pointer;
}

.mobile_nav,
.mobile_contact_nav {
  color: #fff;
  position: absolute;
  width: 100%;
  display: none;
  z-index: 9999;
}

.mobile_nav li,
.mobile_contact_nav li {
  padding: 10px !important;
  background: #fff;
  box-sizing: border-box;
  border-bottom: 1px #fe79bc dotted;
}

.mobile_nav li ul {
  padding-top: 10px;
  display: none;
}

.mobile_nav li ul li {
  padding-left: 20px !important;
  background: rgba(255, 255, 255, 0.9);
}

.mobile_nav li a,
.mobile_contact_nav li a {
  color: #fb60af;
  text-decoration: none;
  display: block;
}




.mv {
  width: 100%;
  height: auto;
  background: url(../images/bg-mv.jpg) repeat;
  box-sizing: border-box;
  padding: 15px 15px 15px 15px;
}



.contents {
  width: 93%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}


.toptitle01 {
  width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}



.news-box {
  background: #e0f4ff;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 15px 15px 15px 15px;
}

.news-box a {
  color: #000000;
  text-decoration: underline !important;
}

.news-box li + li {
  margin-top: 15px;
}

.news-day {
  background: #33b1ce;
  color: #fff;
  width: 130px;
  text-align: center;
  margin-bottom: 5px;
}

.news-more {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.twitterLink a {
  max-width: 60px;
  display: block;
  margin: 40px auto 0;
}


.footer {
  width: 100%;
  margin-top: 50px;
  background: url(../images/bg-cont02.jpg) repeat;
  padding-top: 40px;
}

.foot-list01 {
  text-align: center;
}

.foot-list01 li {
  display: inline-block;
  width: 120px;
  vertical-align: top;
}

.foot-list01 li + li {
  margin-left: 30px;
}

.foot-title {
  width: 100%;
  background: #e5326e;
  box-sizing: border-box;
  padding: 8px 10px 8px 10px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
}

.foot-subbox {
  width: 100%;
  background: #fff;
  height: auto;
  box-sizing: border-box;
  padding: 15px 15px 15px 15px;
}

.foot-basicbtn {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.foot-copy {
  background: #e5326e;
  color: #fff;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 30px;
}


.basic-link a {
  color: #e5306b;
  text-decoration: underline !important;
}


/************************ 下層ページ ***************************/

.basic-title {
  width: 100%;
  background: #11a9d8;
  color: #fff;
  height: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
}

.news-allbox {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
	/* 200817半角英数対策*/
	word-break: break-all;
}

.news-allbox .news-list li {
  padding-top: 15px;
  padding-bottom: 15px;
}


.news-allbox .news-list li + li {
  border-top: 1px dotted #ccc;
}

.news-allbox a {
  color: #000;
  text-decoration: underline;
}

.pager {
  margin-top: 20px;
  text-align: center;
}


.pager li {
  display: inline-block;
  background: #e5306b;
  padding: 5px 8px 5px 8px;
}

.pager li a {
  color: #fff !important;
}

.pager li + li {
  margin-left: 15px;
}

.news-about-dt {
  font-size: 18px;
}

.news-dtbox {
  padding-top: 15px;
  padding-bottom: 15px;
}


.tbl01 {
  border-top: 1px solid #e5e39b;
  border-left: 1px solid #e5e39b;
  width: 100%;
  box-sizing: border-box;
}

.tbl01 tr th {
  background-color: #fffee1;
  text-align: left;
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
}

.tbl01 tr th,
.tbl01 tr td {
  border-bottom: 1px solid #e5e39b;
  border-right: 1px solid #e5e39b;
  box-sizing: border-box;
}


.pageback {
  width: 120px;
  height: 30px;
  line-height: 30px;
  background: #e5306b;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pageback a {
  color: #fff;
}


.contact-title {
  width: 100%;
  background: #77c5d0;
  box-sizing: border-box;
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}


.error {
  color: red;
  margin-top: 5px;
}

.normal-fm {
  margin-left: 10px;
}

.must {
  background: red;
  color: #fff;
  margin-left: 20px;
  padding: 3px 3px 3px 3px;
}

.submit-btn {
  background: #e5306b;
  color: #fff;
  text-align: center;
  border: none;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px #e5306b solid;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
}


.comp-addbox {
  width: 100%;
  background: #fff;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 15px 15px 15px 15px;
}

.add-title {
  width: 100%;
  background: red;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
}

.basic-tel {
  width: 150px;
  margin-top: 10px;
  margin-bottom: 5px;
}



.pageback02 {
  width: 200px;
  height: 30px;
  line-height: 30px;
  background: #e5306b;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


.pageback02 a {
  color: #fff;
}

.pageback03 {
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 15px;
}

.pageback03 input {
  width: 100px;
  height: 30px;
  boder: none;
  background: #ccc;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px #ccc solid;
}

.pageback03 a {
  color: #fff;
}




.style-box-01 {
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #cdb49a;
  padding: 15px 30px 20px 30px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}


.basic-title02 {
  background: url(../images/bg-bar.jpg) repeat;
  border-radius: 5px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 7px 10px 5px;
  margin-bottom: 15px;
  text-align: center;
}

.tick-list-02 li span {
  font-size: 0.8em;
  line-height: 1em !important;
}

.point-type li {
  border-bottom: 1px dashed #cdb49a;
  padding-bottom: 10px;
  padding-top: 10px;
}

.point-type li span {
  font-size: 1.2em;
  color: #e5326e;
}


.voice-q {
  font-size: 15px;
  color: #e5336d;
  font-weight: bold;
  padding-top: 35px;
  padding-bottom: 5px;
  ]
}

.voiceimg {
  padding-top: 20px;
}

.faq-q {
  font-size: 15px;
  color: #e5336d;
  font-weight: bold;
}

.faq-a {
  font-size: 15px;
  color: #2ea1c0;
  font-weight: bold;
  margin-top: 5px;
}

.qabox {
  padding-top: 20px;
  padding-bottom: 20px;
}


.faq-text {
  margin-top: 5px;
}

.basic-title03 {
  font-size: 1.4em;
  text-align: center;
  margin-top: 30px;
  background: #fff;
  border-top: 1px dashed #cdb49a;
  border-bottom: 1px dashed #cdb49a;
  padding-bottom: 7px;
  height: 30px;
  padding-top: 15px;
}


.page-link {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-link li {
  background: #fff;
  box-sizing: border-box;
  padding-left: 10px;
  border-bottom: 1px solid #ccc;
  padding-top: 8px;
  padding-bottom: 8px;
}

.page-link li a {
  color: #2ea1c0;
}


.type-box {
  background: #fff;
  margin-top: 30px;
  width: 100%;
  height: auto;
  padding: 15px 15px 15px 15px;
  box-sizing: border-box;
}

.type-title {
  width: 100%;
  background: #e5306b;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.type-title02 {
  width: 100%;
  background: #fe8705;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.type-title03 {
  width: 100%;
  background: #3eb4d0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}



.basic-img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}


.type-title01 {
  margin-top: 20px;
  font-size: 15px;
  background: url(../images/bg-bar.jpg) repeat;
  padding: 5px 5px 5px 5px;
  margin-bottom: 10px;
  color: #fff;
}

.type-tb {
  width: 100%;
  border: 1px solid #ccc;
}

.type-tb th {
  width: 30%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
  background: #fff7e3;
  color: #000;
}

.type-tb td {
  width: 70%;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #ccc;
  padding-bottom: 10px;
}

.basic-tel02 {
  width: 200px;
}

.study-index .tbl01 {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}

.study-index .tbl01 td {
  padding: 5px 5px 5px 5px;
}


.study-index table tr th.col01 {
  background-color: #4d9365;
  color: #FFFFFF;
  width: 30%;
}

.study-index table tr th.col02 {
  background-color: #2a693f;
  color: #FFFFFF;
  width: 50%;
}

.study-index table tr th.col03 {
  background-color: #135a2c;
  color: #FFFFFF;
  width: 20%;
}

.basic-title04 {
  text-align: center;
  margin-bottom: 20px;
}


#instafeed {
  text-align: center;
}

#instafeed li {
  width: 46%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
  border: 3px solid #fff;
  margin-top: 5px;
}

.basic-lk {
  color: #e5306b;
  text-decoration: underline !important;
}


.sc-list {
  text-align: center;
  margin-top: 20px;
}


.sc-list li {
  width: 45%;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}





.sctype-title01 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1.2em;
  border-bottom: dotted #ccc 2px;
  padding-bottom: 4px;
  color: #000;
}


.style-box-01 {
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #cdb49a;
  padding: 15px 30px 20px 30px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}


.style-box-01 dl dt {
  background: url(../images/bg-bar.jpg) left top repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 7px 10px 5px;
  margin-bottom: 15px;
  text-align: center;
}

.access-list li em {
  color: #ef2b6f;
  display: block;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
}

.access-list li span {
  background-color: #ef2b6f;
  color: #FFF;
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  padding: 3px 5px 3px;
  margin-left: 5px;
}

.access-list li span a {
  color: #fff;
}



.entry-box {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #e5e39b;
  margin-top: 30px;
}


.entry-box h3 {
  border-top: 1px solid #e5e39b;
  border-bottom: 1px solid #e5e39b;
  background: #fffee1;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}


.entry-ssbox {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
}


.entry-list01 li {
  list-style-type: decimal !important;
  margin-left: 1.5em;
  margin-top: 10px;
}

.table-title01 {
  background-color: #e5306b;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  padding: 5px 30px 3px;
  line-height: 140%;
}

.table-title02 {
  background-color: #135a2c;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  padding: 5px 30px 3px;
  line-height: 140%;
}

.table-title03 {
  background-color: #399bc8;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  padding: 5px 30px 3px;
  line-height: 140%;
}

.admission-index .table-info {
  background-color: #f2f2f2;
  color: #f52020;
  padding: 25px;
  padding-left: 30px;
}


.table-title04 {
  background-color: #ff90b8;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  padding: 3px 0 3px;
  line-height: 140%;
  width: 170px;
}



.tbl02 {
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}

.tbl02 tr th {
  background-color: #e2e2e2;
  text-align: left;
}


.tbl02 th,
td {
  background-color: #FFFFFF;
  padding: 10px 15px 10px;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  box-sizing: border-box;
}


.ind-list-s {
  width: 100%;
  font-size: 0.8em;
}


.pink-box {
  text-align: center;
}

.blue-box {
  text-align: center;
}

.pink-box li {
  background: #e5306b;
  margin-top: 10px;
  color: #fff;
}

.blue-box li {
  background: #3cbbdb;
  margin-top: 10px;
  color: #fff;
}



.route {
  margin-top: 30px;
}

.route > p {
  font-size: 1.2em;
  text-align: center;
  color: #000;
}

.pc-btn {
  width: 280px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.foot-linkss {
  text-align: center;
  margin-top: 30px;
}

.foot-linkss li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
}


.foot-linkss li a {
  color: #e5306b;
  text-decoration: underline !important;
}

.t_fast {
  padding-top: 20px;
}

.voicelist {
  width: 95%;
  margin: 0 auto;
  margin-top: 30px;
}

.voicelist li {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fee4ed;
  color: #000000;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}

.voicelist li a {
  background-color: #fee4ed;
  color: #000000;
  display: block;
}


.voicestu {
  width: 63%;
}


.voicelinksp {
  text-align: center;
  width: 60%;
  margin-bottom: 10px;
}


.splinkul {
  padding-top: 30px;
  width: 100%;
  margin: 0 auto;
}

.splinkul li {
  width: auto;
  text-align: center;
}



.performance {
  margin-top: 40px;
}

.performance h5 {
  font-size: 1rem;
  text-align: center;
  color: #21a6cb;
}

.performance .performanceTable {
  margin-top: 40px;
}

.performance .performanceTable th,
.performance .performanceTable td {
  text-align: center;
  width: 50%;
  border-top: 1px solid #e5e39b;
}

.performance .performanceTable .performance01 th {
  background-color: #e5e39b;
  width: 100%;
  display: inline-block;
}

.performance .performanceTable .performance02 th {
  background-color: #e5e39b;
  width: 100%;
  display: inline-block;
}

.performance .performanceTable .performance03 th {
  background-color: #e5e39b;
  width: 50%;
  display: inline-block;
}

.performance .performanceTable .performance03 td {
  display: none;
}

.performance .p03 {
  border-top: none;
}

.performance .p03 td {
  font-weight: bold;
}


.pager .archives_pagination {position: static; text-align:center; display: block;}
.pager .archives_pagination a{background: none; display: inline; overflow: inherit;}

/*20240423追加*/
.pdf-btn_sp{
    background: #ff90b8;
    width: 300px;
    margin: 0 auto;
    padding: 20px 0;
    font-weight: 550;
    text-decoration: none;
    display: block;
    text-align: center;
    letter-spacing: 0.2rem;
    color: #FFFFFF !important;
    border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-decoration: none !important;
}
