@charset "UTF-8";

/* 変数 */

/* mediaquery */

/* font */

/* mixin */

html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
select,
main,
address {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 160%;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
	box-sizing: border-box;
}

a,
span {
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-style: normal;
}

ul li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-bottom;
}

sub {
	vertical-align: text-top;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
textarea,
select {
	*font-size: 100%;
}

legend {
	color: #000;
}

figure {
	margin: 0;
}

img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	color: #000;
	font-family: Yu Gothic Medium, YuGothic, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s;
}

a img {
	opacity: 1;
	transition: all 0.3s;
}

p {
	line-height: 190%;
	word-break: break-word;
}

p + p {
	margin-top: 1.2rem;
}

p a {
	text-decoration: underline;
}

ol {
	padding-left: 2rem;
}

ruby rt {
	font-size: 40%;
}

em {
	color: #e13838;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=date],
input[type=select],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 8px 10px;
	border: 1px solid  #b7b7b7;
}

select {
	padding: 8px 10px;
	border: 1px solid  #b7b7b7;
}

textarea {
	width: 100%;
	height: 200px;
}

.btn-simple {
	display: inline-block;
	padding: 16px 25px;
	border-radius: 10px;
	border: 1px solid #498cc3;
	font-size: 1.6rem;
	font-weight: bold;
	color: #498cc3;
	text-align: center;
	cursor: pointer;
}

.btn-simple.is-outlink::after {
	content: '';
	width: 20px;
	height: 20px;
	margin: -2px 0 0 5px;
	display: inline-block;
	background: url(../img/common/icon-outlink.svg) center center/contain no-repeat;
	vertical-align: middle;
}

.btn-simple a {
	display: block;
}

.btn-bg {
	display: inline-block;
	background: #1a3a6f;
	padding: 10px 25px 10px 15px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
}

.btn-bg::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 10px;
	margin: 0 7px;
	background: url(../img/common/icon-arrow-white.svg) left center/contain no-repeat;
}
.bgRed {
	background: #C93030 !important;
}
.bgRed:hover {
	opacity: 0.6;
}

.btn-bg.is-outlink::after {
	content: '';
	width: 20px;
	height: 20px;
	margin: -2px 0 0 5px;
	display: inline-block;
	background: url(../img/common/icon-outlink-white.svg) center center/contain no-repeat;
	vertical-align: middle;
}

.btn-pdf {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	max-width: 100%;
	height: 52px;
	padding: 5px 15px 5px 40px;
	background: linear-gradient(#498cc3, #124289);
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 3px;
	color: #fff;
	text-align: center;
}

.btn-pdf.is-text-s {
	font-size: 1.4rem;
}

.btn-pdf::before {
	content: '';
	position: absolute;
	left: 15px;
	top: 12px;
	width: 20px;
	height: 24px;
	margin-right: 10px;
	display: inline-block;
	background: url(../img/common/icon-pdf.svg) center center/contain no-repeat;
	vertical-align: middle;
}

.btn-arrow {
	display: inline-block;
	min-width: 220px;
	padding: 15px 30px 15px 20px;
	border: 1px solid #ccc;
	background: linear-gradient(#f7f7f7, #e9e9e9);
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 1.6rem;
}

.btn-arrow::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 10px;
	margin: 0 7px;
	background: url(../img/common/icon-arrow-blue.svg) left center/contain no-repeat;
}

.btn-arrow.is-outlink::after {
	content: '';
	width: 20px;
	height: 20px;
	margin: -2px 0 0 5px;
	display: inline-block;
	background: url(../img/common/icon-outlink-black.svg) center center/contain no-repeat;
	vertical-align: middle;
}

.btn-submit {
	display: inline-block;
	padding: 20px 40px 20px 35px;
	background: #124289;
	border: none;
	font-weight: bold;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: .3rem;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	transition: all .2s;
}

.btn-submit.is-gray {
	background: #888;
}

.btn-submit.is-gray::before {
	transform: rotate(180deg);
}

.btn-s {
	display: inline-block;
	padding: 5px 20px;
	background: #124289;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: none;
}

.col {
	display: flex;
	flex-flow: row wrap;
}

.col.is-oneline {
	flex-wrap: nowrap;
	justify-content: space-between;
}

.col-contents {
	width: 100%;
}

.is-oneline .col-contents {
	margin-bottom: 0;
}

.is-oneline .col-contents + .col-contents {
	margin-left: 2%;
}

.is-2 .col-contents {
	max-width: 48%;
}

.is-2 .col-contents:nth-child(even) {
	margin-left: calc(4% - 1px);
}

.is-2 .col-contents:nth-child(n + 3) {
	margin-top: 30px;
}

.is-3 .col-contents {
	max-width: 32%;
}

.is-3 .col-contents:not(:nth-child(3n + 1)) {
	margin-left: calc(2% - 1px);
}

.is-3 .col-contents:nth-child(n + 4) {
	margin-top: 30px;
}

.is-4 .col-contents {
	max-width: 23%;
}

.is-4 .col-contents:not(:nth-child(4n + 1)) {
	margin-left: calc(2.6% - 1px);
}

.is-4 .col-contents:nth-child(n + 5) {
	margin-top: 30px;
}

.col-contents-title {
	margin-bottom: 5px;
}

.col-contents-text {
	margin-top: 5px;
}

.flImgContents-img {
	max-width: 37%;
	width: 100%;
}

.flImgContents-img.minSize {
	max-width: 33%;
}

.flImgContents-img.is-s {
	max-width: 200px;
}

.flImgContents-img.is-ss {
	max-width: 100px;
}

.flImgContents-img.is-l {
	max-width: 47%;
}

.flImgContents-img.is-fr {
	float: right;
	margin: 0 0 20px 40px;
}

.flImgContents-img.is-fl {
	float: left;
	margin: 0 40px 20px 0;
}

/*　テキスト、フォント　*/

.text-s {
	font-size: 85%;
}

.text-l {
	font-size: 120%;
}

.cl-red {
	color: #ff0000;
}

/* add 20210719 oono */

.bold {
	font-weight: bold;
}

.blue {
	color: #498cc3;
}

.red {
	color: #eb4034;
}

/* リスト */

.list-normal > li {
	margin: 0 0 10px;
	text-indent: -1.6rem;
	padding-left: 1.6rem;
	line-height: 180%;
}

.list-normal > li::before {
	content: '●';
	margin-right: 5px;
	font-size: 10px;
	font-family: sans-serif;
	color: #498cc3;
}

.list-normal > li a {
	text-decoration: underline;
}

.list-number {
	padding: 0 0 0 25px;
}

.list-number > li {
	list-style: decimal;
	margin: 0 0 10px;
	line-height: 180%;
}

.list-numbold {
	counter-reset: li;
	list-style: none;
	padding-left: 2.5rem;
}

.list-numbold > li::before {
	margin: 0 5px 0 -2rem;
	width: 2.5rem;
	content: counter(li) ". ";
	counter-increment: li;
	font-weight: bold;
	line-height: 180%;
}

.list-disc {
	padding-left: 20px;
}

.list-disc > li {
	margin: 0 0 10px;
	line-height: 180%;
	list-style: disc;
	text-indent: 0;
}

/* 定義リスト */

.dl-normal dt {
	font-weight: bold;
	font-size: 1.8rem;
}

.dl-normal dd {
	margin-bottom: 30px;
}

.al-r {
	text-align: right;
}

.al-c {
	text-align: center;
}

.al-l {
	text-align: left;
}

.full {
	width: 100%;
}

.size-30 {
	width: 30%;
}

.size-60 {
	width: 60%;
}

.indent {
	width: 97%;
	margin: 0 0 0 auto;
}

.indent-kome {
	text-indent: -1.4rem;
	padding-left: 1.4rem;
}

.linkArrow {
	font-size: 1.4rem;
}

.linkArrow::before {
	content: '▶︎';
	display: inline-block;
	margin-right: 8px;
	color: #000;
	font-size: 1rem;
	vertical-align: middle;
	transform: scale(0.8);
}

.waku {
	display: inline-block;
	padding: 20px;
	background: #f7f7f7;
}

.importantWaku {
	padding: 20px;
	background: #fff1f1;
	font-weight: bold;
}

.img300 {
	max-width: 300px;
	margin: 40px auto 20px;
}

.img500 {
	max-width: 500px;
	margin: 40px auto 20px;
}

.mailimg {
	height: 1.7rem;
	width: auto;
}

.linkBox-list + .inner-box {
	padding-top: 0;
}

.border-box {
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.mb30 {
	margin-bottom: 30px;
}

/*　セクション　*/

.section-small {
	margin-top: 20px;
	margin-bottom: 20px;
}

.section-01 {
	margin-top: 30px;
	margin-bottom: 40px;
}

.section-01:first-child {
	margin-top: 0;
}

.section-02 {
	margin-top: 40px;
	margin-bottom: 70px;
}

.section-02:first-child {
	margin-top: 0;
}

.section-03 {
	margin-top: 40px;
	margin-bottom: 100px;
}

.section-03:first-child {
	margin-top: 0;
}

.section-04 {
	margin-top: 40px;
	margin-bottom: 140px;
}

.section-04:first-child {
	margin-top: 0;
}

.section-center {
	max-width: 1000px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* テーブル */

.nowrap {
	white-space: nowrap;
}

.caption {
	margin-bottom: 5px;
	font-weight: bold;
}

.table-01 {
	border-collapse: collapse;
	border-top: 1px solid #b6d1e7;
	border-bottom: 1px solid #b6d1e7;
	margin-top: 25px;
	width: 100%;
}

.layout-fixed {
	table-layout: fixed;
}

.table-01 tr {
	border-bottom: 1px solid #b6d1e7;
}

.table-01 th,
.table-01 td {
	padding: 13px;
	font-size: 1.4rem;
	vertical-align: top;
}

.table-01 th p a,
.table-01 td p a {
	text-decoration: none;
}

.table-01 th {
	background: #fcfbf5;
	color: #000;
	font-weight: bold;
	width: 33%;
}

.table-02 {
	border-collapse: collapse;
	border-top: 1px solid #b6d1e7;
	border-bottom: 1px solid #b6d1e7;
	margin-top: 25px;
	width: 100%;
}

.table-02 th,
.table-02 td {
	border: 1px solid #ccc;
	padding: 10px;
}

.table-02 thead th {
	background: #498cc3;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.table-02 tbody th {
	background: #f7f7f7;
}

.wfix {
	table-layout: fixed;
}

/* タイトル */

.title-bold {
	margin-bottom: 5px;
	font-weight: bold;
}

.title-big-main {
	font-family: "classico-urw", Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
	font-size: 4rem;
	line-height: 110%;
}

.title-big-sub {
	display: inline-block;
	margin-left: 30px;
	font-weight: bold;
}

.title-l {
	margin-bottom: 60px;
	font-size: 2.8rem;
	font-weight: bold;
}

.title-l-en {
	margin-left: 20px;
	font-size: 1.8rem;
}

.title-m {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 2.2rem;
	color: #124289;
}

.title-m::after {
	content: '';
	flex: 1;
	display: block;
	width: 100%;
	height: 1px;
	background: #124289;
	margin-left: 10px;
}

.title-sideline {
	margin-bottom: 30px;
	border-left: 4px solid #498cc3;
	padding-left: 10px;
	color: #498cc3;
	font-weight: bold;
	font-size: 1.6rem;
}

.title-dot {
	margin-bottom: 30px;
	color: #498cc3;
	font-weight: bold;
	font-size: 1.6rem;
}
.title-dot:before {
	content: "●";
	margin-right: 5px;
}

.title-s {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1.5rem;
	color: #124289;
}

.title-s::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background: #124289;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.contents {
	flex: 1;
}

.pankuzu {
	background: #f7f7f7;
	border-bottom: 1px solid #ccc;
}

.pankuzu-ul {
	position: relative;
	height: 45px;
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
}

.pankuzu-ul-li {
	position: relative;
	height: 100%;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding: 2px 15px 0 30px;
	background: #124289;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
}

.pankuzu-ul-li:first-child {
	padding-left: 20px;
}

.pankuzu-ul-li:last-child {
	flex-shrink: 1;
}

.pankuzu-ul-li::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background: #124289;
	border-right: 1px solid #fff;
	transform: skew(25deg);
	transform-origin: top;
	z-index: 1;
}

.pankuzu-ul-li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #ffffff;
	text-decoration: underline;
}

.pageNavi-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pageNavi-ul-li {
	min-width: 25%;
	margin: 0 5px 5px 0;
	flex-grow: 1;
	text-align: center;
	font-weight: bold;
}

.pageNavi-ul-li a,
.pageNavi-ul-li > span {
	position: relative;
	display: block;
	padding: 10px;
	background: #e6f0f5;
	border-radius: 50px;
	padding-right: 20px;
	cursor: pointer;
	transition: all .2s ease-in;
}

.pageNavi-ul-li a::after,
.pageNavi-ul-li > span::after {
	content: '';
	position: absolute;
	top: calc(50%);
	right: 15px;
	border-top: 5px solid #498cc3;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.pageNavi-ul-li.active a,
.pageNavi-ul-li.active > span {
	color: #019ab3;
	background: #dff6fa;
}

.linkPanels {
	display: flex;
	flex-wrap: wrap;
}

.linkPanels-one {
	height: 90px;
}

.linkPanels-one a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 10px 25px 10px 15px;
	background: #f7f7f7;
	border: 1px solid #124289;
	box-shadow: 5px 5px 0 0 #d6e0e7, 0 0 0 2px #fff inset;
	font-size: 1.7rem;
	color: #124289;
}

.linkPanels-one a::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 40px;
	display: inline-block;
	margin-left: 10px;
	border-left: 5px solid #124289;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.linkBox {
	margin: 40px 0 30px;
	padding: 20px 5px 20px 5px;
	border-radius: 5px;
	background: #f6fbff;
}

.linkBox.is-yellow {
	background: #fcfae7;
}

.linkBox .informationBgArea {
	padding: 20px 20px;
}

.linkBox-title {
	margin-left: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.6rem;
}

.is-yellow .linkBox-title {
	color: #351c00;
}

.linkBox-list {
	display: flex;
	flex-wrap: wrap;
}

.linkBox-list-li {
	display: flex;
	margin: 0 20px 10px;
}

.informationBgArea .linkBox-list-li {
	margin-right: 0;
	margin-left: 0;
}

.linkBox-list-li::before {
	content: '●';
	margin-right: 5px;
	display: inline-block;
	font-size: 1.2rem;
	color: #124289;
}

.linkBox-list-li a {
	display: inline-block;
	color: #124289;
	text-decoration: underline;
}

.is-yellow .linkBox-list-li a {
	color: #000;
}

.pdfList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.pdfList-contents .btn-pdf {
	width: 100%;
}

.btn2Col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.btn2Col-contents a,
.btn2Col-contents > span {
	width: 100%;
}

.snsArea-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
}

.snsArea {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}

.snsArea-one {
	margin: 0 3px;
}

.is-page .snsArea {
	margin-top: 60px;
	justify-content: flex-start;
}

.archiveWrap {
	margin-bottom: 80px;
}

.archiveWrap .title-l {
	margin-bottom: 30px;
}

.toIchiran {
	position: relative;
	font-size: 1.4rem;
	width: 140px;
	margin: 0 0 15px auto;
}

.toIchiran::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: url(../img/common/icon-arrow-r.svg) left bottom/contain no-repeat;
	pointer-events: none;
}

.toIchiran a {
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
	color: #498cc3;
	font-weight: bold;
}

.icon-pdf {
	background: left center/contain no-repeat url("../img/common/icon-pdf2.svg");
	padding-left: 20px;
}

.footer {
	margin-top: 80px;
	padding-bottom: 70px;
}

.footer-links {
	display: flex;
	justify-content: center;
}

.footer-links-inner {
	padding: 25px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.footer-links-li {
	display: flex;
	font-size: 1.4rem;
	align-items: center;
}

.footer-links-li::before {
	content: none;
	display: inline-block;
	height: 15px;
	width: 1px;
	background: #ccc;
}

.footer-links-li a {
	width: 100%;
	display: block;
	padding: 3px 15px;
	text-align: center;
}

.footer-staffonly {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 40px;
	text-align: right;
}

.footerAddress-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}

.footerAddress {
	display: flex;
	align-items: center;
}

.footerAddress-logo {
	width: 153px;
}

.footerAddress-name {
	margin-left: 10px;
}

.footerAddress-name-main {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

.footerAddress-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 340px;
	/*padding: 12px 30px 12px 13px;*/
	 padding:  16px 30px;
}

.footerAddress-btn a::before {
	content: none;
	/*content: '';*/
	display: inline-block;
	margin-right: 10px;
	width: 55px;
	height: 48px;
	background: url(../img/common/logo-todai.png) center center/contain no-repeat;
}

.footerCopy {
	display: block;
	text-align: center;
}

.pagetop {
	position: fixed;
	bottom: 100px;
	right: calc(50% - 298px);
}

#top .pagetop {
	right: calc(50% - 570px);
}

.pagetop a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #175fa1;
}

.pagetop a img {
	width: 25px;
}

.footerSns {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.footerSns-one {
	width: 45px;
	margin: 0 5px;
}

.footerSpNavi {
	width: 100%;
	margin: 0;
	background: #f5f5f5;
	transition: all 0.5s cubic-bezier(0.78, 0.01, 0.18, 1);
	transform: translateX(0);
	z-index: 5;
}

.footerSpNavi-ul {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
}

.footerSpNavi-ul-li {
	position: relative;
	flex-grow: 1;
	font-weight: bold;
	font-size: 1.4rem;
	cursor: pointer;
	border-top: 1px solid #ccc;
	text-align: left;
}

.footerSpNavi-ul-li > a {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 12px 20px;
	text-align: left;
	transition: all .2s;
}

.footerSpNavi-ul-li-ja {
	display: inline-block;
	min-height: 0;
}

.footerServiceSpNavi {
	background: #dde8f4;
}

.footerServiceSpNavi-ul {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
	flex-wrap: wrap;
	border-top: 1px solid #7d9dbf;
}

.footerServiceSpNavi-ul-li {
	position: relative;
	flex-grow: 1;
	width: 50%;
	box-shadow: -1px 0 0 #7d9dbf;
	border-bottom: 1px solid #7d9dbf;
}

.footerServiceSpNavi-ul-li a {
	display: flex;
	align-items: center;
	height: 46px;
	padding: 10px 10px 10px 30px;
}

.footerServiceSpNavi-ul-li-main {
	display: flex;
	align-items: center;
}

.footerServiceSpNavi-ul-li-main-text {
	flex: 1;
	width: 50%;
	white-space: nowrap;
	font-size: 1.3rem;
	line-height: 1.2;
}

.header {
	height: 90px;
	border-bottom: 1px solid #ccc;
}

.header-inner {
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.header-logo {
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: calc((100% - 1000px) / 2);
}

.header-logo a {
	display: flex;
	align-items: center;
	height: 100%;
}

.header-logo-main {
	display: block;
	height: 100%;
}

.header-logo-main img {
	width: auto;
	height: 100%;
}

.header-logo-text {
	display: inline-block;
	width: 267px;
}

.header-infoArea {
	margin-left: 15px;
	background: #ccc;
}

.header-infoArea-inner {
	display: flex;
	height: 100%;
}

.header-spInfo {
	display: flex;
	height: 100px;
}

.header-spInfo-one {
	width: 100px;
}

.header-spInfo-one img {
	transition: all .3s;
}

.header-spInfo-one.is-contact {
	background: #afafaf;
}

.header-spInfo-one.is-contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.header-spInfo-one.is-contact img {
	width: 17px;
}

.header-spInfo-one.is-menu {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 5px;
	background: #1a3a6f;
	cursor: pointer;
}

.header-spInfo-one.is-menu img {
	width: 16px;
}

.header-spInfo-one-menutext {
	display: block;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}

.headerAdmission {
	position: relative;
	width: 108px;
	height: 100%;
	background: #fcbf05;
	text-align: center;
	font-weight: bold;
}

.headerAdmission::before {
	content: '';
	position: absolute;
	right: 5px;
	top: 5px;
	width: 12px;
	height: 12px;
	background: linear-gradient(45deg, transparent 50%, #fff 50%, #fff);
}

.headerAdmission a {
	/*display: block;*/
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	/*padding-top: 23px;*/
}

.headerSearch {
	width: 282px;
	padding: 25px 35px 0;
}

.headerSearch-form {
	display: flex;
}

.headerSearch-form-text {
	display: block;
	flex: 1;
	width: 100%;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 30px 0 0 30px;
}

.headerSearch-form-submit {
	position: relative;
}

.headerSearch-form-submit::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 11px;
	width: 19px;
	height: 18px;
	background: url(../img/common/icon-search.png) center center/contain no-repeat;
	pointer-events: none;
}

.headerSearch-form-submit input {
	width: 45px;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #124289;
	color: #fff;
	border: none;
	border-radius: 0 30px 30px 0;
	cursor: pointer;
	transition: all .2s;
}

.headerMail {
	width: 90px;
	height: 100%;
	background: #4c4c4c;
	color: #fff;
	text-align: center;
}

.headerMail a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
}

.headerMail-icon {
	display: block;
	width: 28px;
	margin: 0 auto 5px;
}

.headerMail-text {
	font-size: 1.1rem;
}

.spSubHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	background: #cccccc;
	padding: 10px;
}

.spSubHeader-time {
	height: 100%;
}

.spSubHeader-time a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #1a3a6f;
	padding: 0 8px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.2;
}

.spSubHeader-admission {
	height: 100%;
	margin-left: 5px;
}

.spSubHeader-admission a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0 5px;
	background: #fc8905;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 5px;
	line-height: 1.2;
	color: #fff;
}

.spSubHeaderSearch {
	flex: 1;
	margin-left: 5px;
	background: #cccccc;
}

.spSubHeaderSearch-form {
	display: flex;
}

.spSubHeaderSearch-form-text {
	flex: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	border: none;
	border-radius: 30px 0 0 30px;
}

.spSubHeaderSearch-form-submit {
	position: relative;
}

.spSubHeaderSearch-form-submit::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 11px;
	width: 19px;
	height: 18px;
	background: url(../img/common/icon-search.png) center center/contain no-repeat;
	pointer-events: none;
}

.spSubHeaderSearch-form-submit input {
	width: 45px;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #124289;
	color: #fff;
	border: none;
	border-radius: 0 30px 30px 0;
	cursor: pointer;
	transition: all .2s;
}

/* --------------------------------------------------
text set
-------------------------------------------------- */

.lgtxt {
	font-size: 180%;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.indent-text-01 {
	padding-left: 18px;
	text-indent: -18px;
}

.indent-text-01 + .indent-text-01 {
	margin-top: 0;
}

.indent-text-02 {
	padding-left: 28px;
	text-indent: -28px;
}

.indent-text-02 + .indent-text-02 {
	margin-top: 0;
}

.underline {
	text-decoration: underline;
}

/* --------------------------------------------------
.box-b-gray
-------------------------------------------------- */

.box-b-gray {
	padding: 20px 30px;
	border: 3px solid #f1f1f1;
}

p + .box-b-gray,
div + .box-b-gray,
ul + .box-b-gray,
ol + .box-b-gray,
table + .box-b-gray {
	margin-top: 20px;
}

/* --------------------------------------------------
flexbox
-------------------------------------------------- */

.wrap {
	flex-wrap: wrap;
}

.flex {
	display: flex;
}

.flex-btw {
	display: flex;
	justify-content: space-between;
}

.flex-btw div.box-l,
.flex-btw div.box-r {
	width: 48%;
}

/* --------------------------------------------------
list
-------------------------------------------------- */

p + .list-number-02,
div + .list-number-02,
ul + .list-number-02,
ol + .list-number-02,
table + .list-number-02 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.list-number-02 {
	padding: 0;
	margin: 0 0 0 35px;
	text-indent: -35px;
	counter-reset: number 0;
}

.list-number-02 li {
	line-height: 180%;
}

.list-number-02 li:before {
	counter-increment: number 1;
	content: " （" counter(number) "）";
}

.list-toc {
	padding: 0;
	margin: 0;
}

.list-toc li:before {
	content: "・";
}

/* --------------------------------------------------
.tab-box(一部変更)
-------------------------------------------------- */

.tab-box {
	display: flex;
}

.tab-box-tab {
	padding: 4px 10px;
	color: #498cc3;
	font-weight: bold;
	border-radius: 6px;
	border: 1px solid #498cc3;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}

.tab-box-tab + .tab-box-tab {
	margin-left: 6px;
}

.tab-box-tab:hover {
	background: #f7f7f7;
}

.tab-box-tab.show {
	color: #fff;
	background: #498cc3;
}

.rankingbox {
	display: none;
}

.rankingbox.show {
	display: block;
}

/* --------------------------------------------------
dl
-------------------------------------------------- */

.dl01 {
	padding: 0;
	margin: 0;
}

.dl01 dt {
	width: 46px;
	float: left;
	clear: both;
}

.dl01 dd {
	padding: 0;
	margin: 0 0 0 46px;
}

/* --------------------------------------------------
notice
-------------------------------------------------- */

.notice-01 {
	margin-top: 10px;
	font-size: 1.1rem;
}
.noticebox {
	padding: 14px 20px;
	border: 2px solid #c00;
}
.noticebox .title-bold {
	color: #c00;
}

.notice-02 {
	padding-left: 14px;
	text-indent: -14px;
}
.notice-02:before {
	content: "※";
}

/* --------------------------------------------------
add
-------------------------------------------------- */

.chairmanProspectus.img {
	padding: 0;
	margin: 0;
	line-height: 0;
}

.twitter-Widget div.box-l,
.twitter-Widget div.box-r {
	width: 48%;
}

.wid10 {
	width: 10%;
}
.wid15 {
	width: 15%;
}
.wid20 {
	width: 20%;
}
.wid30 {
	width: 30%;
}
.wid70 {
	width: 70%;
}

.wid76 {
	width: 76%;
}

.wid80 {
	width: 80%;
}

.gNavi {
	border-bottom: 1px solid #ccc;
}

.gNavi-ul {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
	display: flex;
}

.gNavi-ul-li {
	position: relative;
	display: flex;
	align-items: center;
	flex-grow: 1;
	font-weight: bold;
	font-size: 1.4rem;
	cursor: pointer;
}

.gNavi-ul-li > a {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 25px 20px 15px;
	transition: all .2s;
}

.gNavi-ul-li-ja {
	display: inline-block;
	min-height: 41px;
}

.gNavi-ul-li-en {
	display: block;
	font-size: 1.3rem;
	font-weight: normal;
	color: #949494;
}

.gNaviSub {
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	margin: 0 0 0 auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
	transition: all .2s;
	transform-origin: top;
	opacity: 0;
	z-index: 1;
}

#top .gNaviSub {
	display: none;
}

.gNavi-ul-li.is-open .gNaviSub {
	opacity: 1;
	transform: scaleY(1);
	pointer-events: inherit;
}

.gNaviSub-li {
	font-size: 1.4rem;
}

.gNaviSub-li a {
	display: block;
	text-indent: -2rem;
	padding: 13px 10px 13px 30px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
	line-height: 170%;
}

.gNaviSub-li a::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 10px;
	margin: 0 7px;
	background: url(../img/common/icon-arrow-blue.svg) left center/contain no-repeat;
}

.innerNavi-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	font-size: 1.4rem;
}

.innerNavi-text li {
	display: inline-block;
	margin-top: 1em;
}

.innerNavi-text li::before {
	content: "｜";
	margin-right: 0.1em;
}

.innerNavi-text li:first-child::before {
	content: none;
}

.innerNavi-text a {
	text-decoration: underline;
}

.innerNavi-text a:hover {
	text-decoration: none;
}

.filter {
	background: #000;
	opacity: 0.3;
	position: fixed;
	width: 100%;
	height: 120%;
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
	z-index: 1;
}

.dwMenu-active .filter {
	opacity: .4;
	pointer-events: auto;
}

.lnavi {
	margin-bottom: 60px;
}

.lnavi-ul {
	display: flex;
	flex-wrap: wrap;
	background: #f1f1f1;
	padding: 10px 10px 10px 0;
}

.lnavi-ul-li {
	position: relative;
}

.lnavi-ul-li::after {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	right: 0;
	width: 1px;
	background: #498cc3;
	height: 16px;
}

.lnavi-ul-li:last-child:after {
	content: none;
}

.lnavi-ul-li a {
	display: inline-block;
	padding: 8px 20px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #498cc3;
}

.lnavi-ul-li a::before {
	content: '';
	display: inline-block;
	border-left: 6px solid #498cc3;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin-right: 7px;
	vertical-align: middle;
}

.lnavi-ul-li.is-outlink a::after {
	content: '';
	width: 20px;
	height: 20px;
	margin: -2px 0 0 5px;
	display: inline-block;
	background: url(../img/common/icon-outlink.svg) center center/contain no-repeat;
	vertical-align: middle;
}

.serviceNavi {
	background: #dde8f4;
}

.serviceNavi-ul {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
}

.serviceNavi-ul-li {
	position: relative;
	flex-grow: 1;
}

.serviceNavi-ul-li::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 80%;
	top: 10%;
	left: 0;
	background: #94b4d7;
}

.serviceNavi-ul-li a {
	display: block;
	height: 100%;
	padding: 10px 10px;
}

.serviceNavi-ul-li-main {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.serviceNavi-ul-li-main-icon {
	display: block;
	width: 25px;
	margin-right: 7px;
}

.is-1 .serviceNavi-ul-li-main-icon {
	width: 26px;
}

.is-2 .serviceNavi-ul-li-main-icon {
	width: 21px;
}

.is-3 .serviceNavi-ul-li-main-icon {
	width: 27px;
}

.is-4 .serviceNavi-ul-li-main-icon {
	width: 21px;
}

.is-5 .serviceNavi-ul-li-main-icon {
	width: 15px;
}

.is-6 .serviceNavi-ul-li-main-icon {
	width: 23px;
}

.is-7 .serviceNavi-ul-li-main-icon {
	width: 31px;
}

.is-8 .serviceNavi-ul-li-main-icon {
	width: 25px;
}

.serviceNavi-ul-li-main-text {
	flex: 1;
	width: 50%;
	/*white-space: nowrap;*/
	font-size: 1.2rem;
	line-height: 1.3;
}

.serviceNavi-ul-li-en {
	display: block;
	width: 100%;
	font-size: 1.1rem;
	line-height: 1.2;
	color: #4c4c4c;
}

.sideNavi {
	width: 220px;
	margin-left: 50px;
}

.sideNaviSection-wrap {
	margin-bottom: 60px;
}

.sideNaviSection + .sideNaviSection {
	margin-top: 60px;
}

.sideNaviSection-title {
	margin-bottom: 20px;
	padding: 10px;
	border-left: 5px solid #124289;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.sideNaviSection-ul {
	padding-left: 20px;
}

.sideNaviSection-ul-li {
	position: relative;
	padding-left: 20px;
	font-size: 1.3rem;
	font-weight: bold;
}

.sideNaviSection-ul-li + .sideNaviSection-ul-li {
	margin-top: 15px;
}

.sideNaviSection-ul-li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	min-width: 10px;
	height: 2px;
	margin-top: -1px;
	background: #124289;
	vertical-align: middle;
}

.sideNaviSection-ul-li > a {
	display: inline-block;
	width: 100%;
}

.sideNaviSection-ul-li.is-outlink a::after {
	content: '';
	width: 18px;
	height: 18px;
	margin: -2px 0 0 5px;
	display: inline-block;
	background: url(../img/common/icon-outlink.svg) center center/contain no-repeat;
	vertical-align: middle;
}

.sideNaviSectionSub {
	padding: 10px 0 0;
}

.sideNaviSectionSub-li {
	position: relative;
	padding-left: 20px;
}

.sideNaviSectionSub-li + .sideNaviSectionSub-li {
	margin-top: 10px;
}

.sideNaviSectionSub-li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	display: inline-block;
	width: 6px;
	height: 10px;
	margin: 0 7px;
	background: url(../img/common/icon-arrow-blue.svg) left center/contain no-repeat;
}

.sideNaviSectionSub-li a {
	display: inline-block;
	width: 100%;
	color: #333;
}

.sideNaviSectionSub-li.is-outlink a::after {
	content: '';
	width: 18px;
	height: 18px;
	margin: -4px 0 0 5px;
	display: inline-block;
	background: url(../img/common/icon-outlink.svg) center center/contain no-repeat;
	vertical-align: middle;
}

.sideBnArea {
	width: 90%;
	margin: 0 0 0 auto;
}

.pagination {
	margin: 70px 0;
}

.pagination ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.pagination ul li {
	font-size: 1.3rem;
}

.pagination ul li:not(.page-of) {
	display: flex;
	box-align: center;
	align-items: center;
	justify-content: center;
	background: #498cc3;
	width: 30px;
	height: 30px;
	margin: 0 5px 5px 0;
	color: #fff;
	border: 1px solid #498cc3;
}

.pagination ul li.page-of {
	margin-right: 10px;
	padding-top: 6px;
}

.pagination ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #124289;
}

.wpArticle {
	word-break: break-all;
}

.wpArticle a .is-no-underline {
	text-decoration: none;
}

.wpArticle p {
	margin-bottom: 20px;
}

.wpArticle p a {
	color: #019ab3;
	text-decoration: underline;
}

.wpArticle em {
	font-style: italic;
	color: initial;
}

.wpArticle li:not(.lnavi-ul-li):not(.pageNavi-ul-li) {
	line-height: 1.8;
	margin-bottom: 5px;
}

.wpArticle ol {
	margin: 10px 10px;
	padding: 0 0 0 10px;
}

.wpArticle ul {
	margin: 10px;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
}

.wpArticle ul li:not(.lnavi-ul-li):not(.pageNavi-ul-li) {
	list-style: none;
	margin: 0 0 10px;
	text-indent: -1.6rem;
	padding-left: 1.6rem;
	line-height: 180%;
}

.wpArticle ul li:not(.lnavi-ul-li):not(.pageNavi-ul-li)::before {
	content: '●';
	margin-right: 5px;
	font-size: 10px;
	font-family: sans-serif;
	color: #498cc3;
}

.wpArticle ul li:not(.lnavi-ul-li):not(.pageNavi-ul-li) a {
	text-decoration: underline;
}

.wpArticle blockquote p {
	font-size: 1.8rem;
}

.wpArticle h1 {
	margin: 70px auto 40px;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 2.2rem;
	color: #124289;
}

.wpArticle h1::after {
	content: '';
	flex: 1;
	display: block;
	width: 100%;
	height: 1px;
	background: #124289;
	margin-left: 10px;
}

.wpArticle h1:first-child {
	margin-top: 0;
}

.wpArticle h2 {
	margin: 50px auto 30px;
	border-left: 4px solid #498cc3;
	padding-left: 10px;
	color: #498cc3;
	font-weight: bold;
	font-size: 1.6rem;
}

.wpArticle h2:first-child {
	margin-top: 0;
}

.wpArticle h3 {
	margin: 50px auto 20px;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1.5rem;
	color: #124289;
}

.wpArticle h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background: #124289;
}

.wpArticle h3:first-child {
	margin-top: 0;
}

.wpArticle h4 {
	margin: 50px auto 5px;
	font-size: 1.5rem;
	font-weight: bold;
}

.wpArticle h4:first-child {
	margin-top: 0;
}

.wpArticle img {
	height: auto;
}

.wpArticle table {
	border-collapse: collapse;
	margin-bottom: 20px;
}

.wpArticle table a {
	text-decoration: underline;
}

.wpArticle table th,
.wpArticle table td {
	padding: 10px;
	border: 1px solid #ccc;
}

.wpArticle table th {
	background: #eee;
}

.wpArticle .wp-block-button__link {
	font-size: 1.4rem;
}

.wpArticle .more-link {
	color: #019ab3;
}

.wpArticle .wp-caption {
	max-width: 100%;
}

.wpArticle .alignright {
	float: right;
	margin: 0 0 20px 30px;
}

.wpArticle .alignleft {
	float: left;
	margin: 0 30px 20px 0;
}

.wpArticle .aligncenter {
	display: block;
	margin: 0 auto;
}

.wpArticle .bg-padding {
	padding: 20px 5%;
}

.wpArticle .simple-btn a {
	display: inline-block;
	padding: 16px 25px;
	border-radius: 10px;
	border: 1px solid #498cc3;
	font-size: 1.6rem;
	font-weight: bold;
	color: #498cc3;
	text-align: center;
	text-decoration: none;
}

.wpArticle .simple-btn.is-outlink a::after {
	content: '';
	width: 20px;
	height: 20px;
	margin: -2px 0 0 5px;
	display: inline-block;
	background: url(../img/common/icon-outlink.svg) center center/contain no-repeat;
	vertical-align: middle;
}

.wpArticle .bg-btn a {
	display: inline-block;
	background: #1a3a6f;
	padding: 10px 25px 10px 15px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
}

.wpArticle .bg-btn a::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 10px;
	margin: 0 7px;
	background: url(../img/common/icon-arrow-white.svg) left center/contain no-repeat;
}

.wpArticle .bg-btn.is-outlink a::after {
	content: '';
	width: 20px;
	height: 20px;
	margin: -2px 0 0 5px;
	display: inline-block;
	background: url(../img/common/icon-outlink-white.svg) center center/contain no-repeat;
	vertical-align: middle;
}

.wpArticle .pdf-btn a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	max-width: 100%;
	height: 52px;
	padding: 5px 15px 5px 40px;
	background: linear-gradient(#498cc3, #124289);
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.wpArticle .pdf-btn a.is-text-s {
	font-size: 1.4rem;
}

.wpArticle .pdf-btn a::before {
	content: '';
	position: absolute;
	left: 15px;
	top: 12px;
	width: 20px;
	height: 24px;
	margin-right: 10px;
	display: inline-block;
	background: url(../img/common/icon-pdf.svg) center center/contain no-repeat;
	vertical-align: middle;
}

.wpArticle .arrow-btn a {
	display: inline-block;
	min-width: 220px;
	padding: 15px 30px 15px 20px;
	border: 1px solid #ccc;
	background: linear-gradient(#f7f7f7, #e9e9e9);
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 1.6rem;
	text-decoration: none;
}

.wpArticle .arrow-btn a::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 10px;
	margin: 0 7px;
	background: url(../img/common/icon-arrow-blue.svg) left center/contain no-repeat;
}

.wpArticle .arrow-btn.is-outlink a::after {
	content: '';
	width: 20px;
	height: 20px;
	margin: -2px 0 0 5px;
	display: inline-block;
	background: url(../img/common/icon-outlink-black.svg) center center/contain no-repeat;
	vertical-align: middle;
}

.wpArticle .wp-block-columns .simple-btn a,
.wpArticle .wp-block-columns .pdf-btn a,
.wpArticle .wp-block-columns .bg-btn a,
.wpArticle .wp-block-columns .arrow-btn a {
	width: 100%;
}

.wpArticle figure.mailimg img {
	height: 1.7rem;
	width: auto;
}

.wpArticle .pageNavi-ul-li {
	list-style: none;
}

.wpArticle .pageNavi-ul-li::before {
	content: none;
}

.wpArticle .pageNavi-ul-li a {
	text-decoration: none;
}

.wpArticle .wp-block-group__inner-container p:last-child {
	margin-bottom: 0;
}

.wpArticle .is-no-underline a,
.is-no-underline,
.is-no-underline a {
	text-decoration: none;
}

.greetingPerson {
	font-size: 1.8rem;
}

.greetingDetail {
	font-size: 1.6rem;
	margin-top: 40px;
}

.chairmanProspectus {
	border: 1px solid #999;
	padding: 3em;
	font-size: 1.2em;
}

.ckiexContainer {
	background: #f7f7f7;
	margin-top: 60px;
	padding: 20px 5%;
	border-radius: 10px;
	border: 1px solid #ccc;
}

.ckiexContainer-title {
	margin-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
	font-weight: bold;
	font-size: 1.6rem;
}

.ckiexContainer-list li::before {
	content: '●';
	margin-right: 5px;
	color: #498cc3;
}

.ckiexContainer-list li + li {
	margin-top: 10px;
}

.ckiexContainer-list li a {
	text-decoration: underline;
}

.contactTable {
	margin-bottom: 40px;
}

.contactTable th {
	width: 28%;
}

.contactTable .titleicon {
	float: left;
	display: block;
	margin-right: 10px;
	padding: 2px 10px;
	border-radius: 2px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}

.contactTable .titleicon.is-hissu {
	background: #c93030;
}

.contactTable .titleicon.is-nini {
	background: #3077c9;
}

.contactTable-jusho-yubinmark {
	margin-right: 5px;
}

.contactTable-jusho-input {
	margin-top: 10px;
}

.contactTable input[type=checkbox] {
	margin-right: 5px;
}

.contactTable .yoyakunichiji input {
	width: 41%;
	margin-bottom: 10px;
}

.contactBtns {
	display: flex;
	text-align: center;
	justify-content: space-around;
}

.contactPrivacy {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 40px;
}

.mw_wp_form_confirm .contactPrivacy {
	display: none;
}

.contactPrivacy a {
	color: #019ab3;
	text-decoration: underline;
}

.contactPrivacy-note {
	display: block;
	font-size: 1.4rem;
}

.mw_wp_form_confirm .mailConf {
	display: none;
}

.graduatesLinks {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.graduatesLinks-contents {
	width: 32%;
}

.newsSection {
	height: 88px;
	border: 1px solid #ccc;
}

.newsSection + .newsSection {
	margin-top: 15px;
}

.newsSection a {
	display: flex;
	align-items: center;
	padding: 15px 50px 15px 30px;
	height: 100%;
}

.newsSection.is-new {
	position: relative;
}

.newsSection.is-new::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 73px;
	height: 73px;
	background: url(../img/top/label-new.png) left top/contain no-repeat;
	pointer-events: none;
}

.newsSection-info {
	min-width: 130px;
	margin-right: 10px;
	line-height: 1;
}

.newsSection-info-date {
	display: inline-block;
	margin-bottom: 5px;
}

.newsSection-info-date-y {
	font-size: 1.4rem;
}

.newsSection-info-date-md {
	margin-left: 10px;
	font-size: 2.2rem;
}

.newsSection-info-cate {
	display: block;
	width: 100%;
}

.newsSection-info-cate-main {
	display: inline-block;
	min-width: 100px;
	padding: 2px 10px;
	background: #498cc3;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

.newsSection-title {
	flex: 1;
	display: flex;
	align-items: center;
	margin-left: 30px;
	line-height: 180%;
	font-weight: bold;
}

.newsSection-title-tag {
	display: inline-block;
	margin-right: 10px;
	padding: 4px 12px 2px;
	background: #dbe8f3;
	font-size: 1.3rem;
	color: #498cc3;
	line-height: 120%;
	white-space: nowrap;
}

.newsDetail-heading {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 35px;
}

.newsDetail-heading-text {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 180%;
	color: #000;
	border-top: 1px solid #498cc3;
	border-bottom: 1px solid #498cc3;
	padding: 24px 0;
}

.newsDetail-icon {
	font-size: 1.2rem;
	font-weight: bold;
	display: inline-block;
	min-width: 100px;
}

.newsDetail-icon a {
	display: block;
	padding: 5px 1rem;
	background: #498cc3;
	line-height: 138%;
	text-align: center;
	color: #fff;
}

.newsDetail-time {
	width: 180px;
	text-align: right;
	font-size: 1.8rem;
	padding-bottom: 0.2em;
}

.newsDetail-time span {
	font-size: 1.2rem;
	padding-right: 0.5em;
}

.newsDetail-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	width: 100%;
	margin-bottom: 35px;
}

.newsDetail-img figure {
	width: 48%;
	margin: 25px 0 0 4%;
}

.newsDetail-img figure:nth-of-type(odd) {
	margin-left: 0;
}

.searchSection {
	border: 1px solid #ccc;
}

.searchSection + .searchSection {
	margin-top: 10px;
}

.searchSection a {
	display: block;
	padding: 20px;
}

.searchSection-title {
	color: #124289;
	font-weight: bold;
}

.searchSection-content {
	margin-top: 10px;
}

.faqSection-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
	margin-bottom: 100px;
}

.faqSection + .faqSection {
	margin-top: 80px;
}

.faqSection-q-title {
	position: relative;
	min-height: 48px;
	margin-bottom: 30px;
	padding: 11px 10px 11px 60px;
	border-radius: 23px;
	border: 1px solid #124289;
	background: #f5fbfe;
	font-size: 1.6rem;
	color: #124289;
	font-weight: bold;
}

.faqSection-q-title::before {
	content: '？';
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #124289;
	font-weight: bold;
	color: #fff;
}

.modal_wrap input {
	display: none;
}

.modal_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}

.modal_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}

.modal_content {
	position: relative;
	-ms-grid-row-align: center;
	align-self: center;
	width: 80%;
	max-width: 800px;
	padding: 30px 30px 20px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
}

.modal_content h2 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}

.modal_content p {
	font-size: 1.6rem;
}

.close_button {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 24px;
	cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}

.rankingTableWrap {
	width: 100%;
}

.rankingTableWrap table {
	border-collapse: collapse;
	border-top: 1px solid #b6d1e7;
	border-bottom: 1px solid #b6d1e7;
	margin-top: 25px;
	width: 100% !important;
}

.rankingTableWrap table th,
.rankingTableWrap table td {
	border: 1px solid #ccc;
	padding: 10px;
}

.rankingTableWrap table tr:first-child td {
	background: #498cc3;
	font-weight: bold;
	color: #fff;
}

.rankingTableWrap table td:first-child {
	background: #f7f7f7;
	max-width: 40px;
}

.rankingTableWrap table td:nth-child(2) {
	width: 30%;
}

.rankingTableWrap table td:nth-child(3) {
	width: 30%;
}

.rankingTableWrap table td:last-child {
	white-space: nowrap;
	max-width: 80px;
	text-align: right;
}

.modal .modal-check {
	display: none;
}

.modal .modal-body {
	position: fixed;
	display: none;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.2);
	z-index: 100000;
	transition: all .2s;
}

.modal .modal-window {
	position: relative;
	z-index: 100001;
	-webkit-animation: fadein .3s 1, zoomin .3s 1;
	animation: fadein .3s 1, zoomin .3s 1;
}

.modal .modal-label {
	position: absolute;
	top: -20px;
	right: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	background: #099;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 2.4rem;
	color: #fff;
	cursor: pointer;
	transition: all .2s ease;
}

.modal .modal-label:hover {
	background: #00cccc;
}

.modal .modal-label:active {
	background: cyan;
}

.modal .modal-label svg {
	display: flex;
	align-items: center;
	fill: #fff;
}

.modal .modal-inner {
	width: auto;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.modal .modal-content {
	padding: 40px;
	font-size: 1.8rem;
	text-align: center;
}

.modal .modal-check:checked + .modal-body {
	display: flex;
}

.shopInfo {
	margin-top: 60px;
}

.shopInfo-caution {
	border-top: 1px solid #e50000;
	border-bottom: 1px solid #e50000;
	background-color: #fcf2f6;
	padding: 20px 10px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.shopInfo-caution figure {
	max-width: 45px;
}

.shopInfo-caution p {
	display: inline-block;
	text-align: left;
	font-weight: bold;
	color: #e50000;
	font-size: 1.6rem;
	line-height: 156%;
	padding-left: 15px;
}

.shopInfo-map {
	position: relative;
	margin-top: 35px;
	border: 1px solid #ccc;
}

.shopInfo-map.is-kashiwa3 {
	padding-top: 14%;
}

.shopInfo-map-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.shopInfo-map-link-one {
	position: absolute;
	font-size: 1.2rem;
	transform-origin: left top;
}

.is-hongo .shopInfo-map-link-one.is-1 {
	top: 26%;
	left: 56%;
}

.is-hongo .shopInfo-map-link-one.is-2 {
	top: 76%;
	left: 51%;
}

.is-hongo .shopInfo-map-link-one.is-3 {
	top: 59.7%;
	left: 50%;
}

.is-hongo .shopInfo-map-link-one.is-4 {
	top: 40%;
	left: 56%;
}

.is-hongo .shopInfo-map-link-one.is-5 {
	top: 65%;
	left: 35%;
}

.is-hongo .shopInfo-map-link-one.is-6 {
	top: 68%;
	left: 56%;
}

.is-hongo .shopInfo-map-link-one.is-7 {
	top: 35.2%;
	left: 56%;
}

.is-hongo .shopInfo-map-link-one.is-8 {
	top: 81%;
	left: 76.5%;
}

.is-hongo .shopInfo-map-link-one.is-9 {
	top: 73%;
	left: 17%;
}

.is-hongo .shopInfo-map-link-one.is-10 {
	top: 61%;
	left: 20%;
}

.is-hongo .shopInfo-map-link-one.is-11 {
	top: 29%;
	left: 37%;
}

.is-hongo .shopInfo-map-link-one.is-12 {
	top: 44.7%;
	left: 56%;
}

.is-komaba1 .shopInfo-map-link-one {
	font-size: 1.3rem;
	white-space: nowrap;
}

.is-komaba1 .shopInfo-map-link-one.is-1 {
	top: 52%;
	left: 78%;
}

.is-komaba1 .shopInfo-map-link-one.is-2 {
	top: 45%;
	left: 65%;
}

.is-komaba1 .shopInfo-map-link-one.is-3 {
	top: 50.5%;
	left: 42%;
}

.is-komaba1 .shopInfo-map-link-one.is-4 {
	top: 59%;
	left: 68%;
}

.is-komaba1 .shopInfo-map-link-one.is-5 {
	top: 40%;
	left: 40.5%;
}

.is-komaba1 .shopInfo-map-link-one.is-6 {
	top: 58%;
	left: 78.5%;
}

.is-komaba1 .shopInfo-map-link-one.is-7 {
	top: 66.5%;
	left: 67%;
}

.is-komaba1 .shopInfo-map-link-one.is-8 {
	top: 33.5%;
	left: 63%;
}

.is-komaba1 .shopInfo-map-link-one.is-9 {
	top: 61%;
	left: 30%;
}

.is-komaba1 .shopInfo-map-link-one.is-11 {
	top: 50%;
	left: 10%;
}

.is-komaba2 .shopInfo-map-link-one {
	font-size: 1.3rem;
	white-space: nowrap;
}

.is-komaba2 .shopInfo-map-link-one.is-1 {
	top: 54%;
	left: 30%;
}

.is-komaba2 .shopInfo-map-link-one.is-2 {
	top: 27%;
	left: 9%;
}

.is-kashiwa .shopInfo-map-link-one {
	font-size: 1.3rem;
	white-space: nowrap;
}

.is-kashiwa .shopInfo-map-link-one.is-1 {
	top: 73%;
	left: 36%;
}

.is-kashiwa .shopInfo-map-link-one.is-2 {
	top: 55%;
	left: 56.8%;
}

.is-kashiwa2 .shopInfo-map-link-one {
	font-size: 1.3rem;
	white-space: nowrap;
}

.is-kashiwa2 .shopInfo-map-link-one.is-1 {
	top: 61%;
	left: 6%;
}

.is-kashiwa3 .shopInfo-map-link-one {
	font-size: 1.3rem;
	white-space: nowrap;
}

.is-kashiwa3 .shopInfo-map-link-one.is-1 {
	top: 45%;
	left: 50%;
}

.shopInfo-map-link-one a {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 3px 5px 3px 13px;
	background: #d13b3b;
	color: #fff;
}

.shopInfo-map-link-one a::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 5px;
	border-left: 5px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.shopInfo-map-link-one-icon {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: calc(100% - 1px);
	border: 1px solid #d13b3b;
	background: #ffffff;
	color: #d13b3b;
	padding: 1px 5px;
	line-height: 1;
}

.is-hongo .is-2 .shopInfo-map-link-one-icon {
	left: auto;
	right: 0;
}

.shopInfo-map-caption {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	padding: 10px;
	text-align: center;
	z-index: 1;
}

.shopInfo-heading {
	padding: 0.6em 1em;
	margin-bottom: 40px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #498cc3;
	font-weight: bold;
}

.shopInfo-list {
	margin-top: 70px;
	padding-bottom: 30px;
}

.shopInfo-list:last-of-type {
	padding-bottom: 0;
}

.shopInfo-list-contents {
	display: flex;
	justify-content: space-between;
}

.shopInfo-list-contents-img {
	width: 35%;
}

.shopInfo-list-contents table {
	width: 60%;
	margin-top: 0;
}

.campusBT-title {
	background: #498cc3;
	border-radius: 10px 10px 0 0;
	padding: 8px;
	color: #fff;
	font-weight: bold;
	font-size: 1.9rem;
	text-align: center;
}

.campusBT-contents {
	padding: 15px 20px;
	border-right: 4px solid #498cc3;
	border-left: 4px solid #498cc3;
	border-bottom: 4px solid #498cc3;
}

.campusBT-contents-now {
	margin-bottom: 15px;
	font-size: 1.8rem;
}

.campusBTsection-wrap {
	display: flex;
	flex-wrap: wrap;
}

.campusBTsection {
	position: relative;
	border: 1px solid #498cc3;
	border-radius: 5px;
	background: #fffef1;
	padding: 10px;
	width: 32%;
}

.campusBTsection::after {
	content: 'OPEN';
	position: absolute;
	top: -10px;
	right: -8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ffa200;
	font-size: 1.0rem;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-align: center;
}

.campusBTsection.is-close {
	background-color: #e1e1e1;
}

.campusBTsection.is-close::after {
	content: 'CLOSE';
	background-color: #6d6d6d;
}

.campusBTsection-shop {
	margin-bottom: 10px;
	padding-right: 25px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #124289;
}

.campusBTsection-date {
	min-height: 53px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #498cc3;
}

.staffSection-btn {
	text-align: right;
}

.staffSection-list-one {
	display: flex;
	justify-content: space-between;
}

.staffSection-list-one + .staffSection-list-one {
	margin-top: 10px;
}

.staffSection-list-one-file {
	display: block;
}

.staffSection-list-one-file::before {
	content: '●';
	display: inline-block;
	margin-right: 5px;
	color: #124289;
}

.staffSection-list-one a {
	color: #019ab3;
	text-decoration: underline;
}

.madoguchiTable th {
	width: 55%;
}

.coopCardImg {
	max-width: 180px;
	margin: 10px 0;
}

.hongoOfficeImg {
	max-width: 280px;
	margin: 10px 0;
}

.itemshelf {
	max-width: 300px;
	margin: 15px 0;
}

.uketori {
	margin: 10px 0 15px 20px;
}

.uketori-msg {
	text-indent: 0;
	margin-bottom: 5px;
}

.topSlider-wrap {
	margin-bottom: 30px;
	border-bottom: 1px solid #dde8f4;
}

.topSlider {
	/*overflow: hidden;*/
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

.topSlider .slick-track {
	height: 421px;
}

/* swiper --------------------------------- */
.swiper {
	margin-bottom: 30px;
	border-bottom: 1px solid #dde8f4;
}
.swiper-inner {
	margin: 0 auto;
	width: 1000px;
	max-width: 100%;
	overflow: hidden;
}
.swiper-slide {
	margin-bottom: 0;
	height: 421px;
}
.swiper-slide a img:hover {
	opacity: 1;
}
.swiper-slide img {
	width: 100%;
	height: 421px;
	object-fit: cover;
}

.swiper-thumbnail {
	background: #f1f1f1;
}
.swiper-thumbnail .thumbnail-inr {
	padding: 30px 0;
	margin: 0 auto;
	width: 1200px;
	max-width: 100%;
}
.swiper-thumbnail .thumbnail-inr img {
	width: 180px;
	height: 76px;
	object-fit: cover;
	cursor: pointer;
}
.swiper-thumbnail .thumbnail-inr .swiper-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.thumbnail-inr .swiper-slide {
	width: 180px !important;
}

@media (min-width: 980px) and (max-width: 1099px) {
	.swiper-slide img {
		height: auto;
	}
}
@media (max-width: 1200px) {
	.swiper-thumbnail .thumbnail-inr {
		overflow-x: scroll;
	}
}
/*@media screen(min-width: 979px) {
	.swiper-slide img {
		height: 75vw;
	}
}*/
@media (max-width: 768px) {
	.swiper-slide img {
		height: auto;
	}
	.swiper-thumbnail {
		padding: 0 0 0 20px;
	}
	.swiper-thumbnail .thumbnail-inr {
		padding: 16px 0;
	}
	.swiper-thumbnail .thumbnail-inr img {
		width: 142px;
		height: 60px;
	}
	.thumbnail-inr .swiper-slide {
		padding-right: 8px;
		width: 142px !important;
	}
	.thumbnail-inr .swiper-slide:last-child {
		padding-right: 20px;
	}
}
/* ---------------------------------------- */


/* swiper --------------------------------- */
.pickup-btn {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pickup-btn .pickup-btn-item {
	margin: 0 10px;
	width: 320px;
	height: 70px;
}
.pickup-btn .pickup-btn-item a {
	font-size: 19px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border-radius: 100px;
	background: #fcbf05;
}
.pickup-btn .pickup-btn-item a:hover {
	background: #fca605;
}
.pickup-btn .pickup-btn-item.hours a {
	color: #fff;
	background: url(../img/top/icon_calender.png) left 53px center/22px no-repeat #124289;
}
.pickup-btn .pickup-btn-item.hours a:hover {
	background: url(../img/top/icon_calender.png) left 53px center/22px no-repeat #0c386d;
}
@media (max-width: 768px) {
	.pickup-btn {
		margin-top: 40px;
		flex-wrap: wrap;
	}
	.pickup-btn .pickup-btn-item {
		margin: 13px auto 0 auto;
		width: 300px;
		height: 60px;
	}
}
/* ---------------------------------------- */

.topSlider.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.topSlider div,
.topSlider picture {
	height: 100%;
}

.topSlider img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* slick */
.topSlider .slick-dots {
	/*bottom: 10px;*/
}
.topSlider .slick-dots li button:before {
	content: "";
	background: #dde8f4;
	/*background: #175fa1;*/
	width: 30px;
	height: 6px;
	opacity: 1;
}
.topSlider .slick-dots li {
	margin: 0 4px;
	width: 30px;
	height: 6px;
	opacity: 1;
}
.topSlider .slick-dots li.slick-active button:before {
	background: #fcbf05;
	opacity: 1;
}
.topSlider .slick-dots li button {
	padding: 0;
	width: auto;
	height: auto;
}
/* slick.end */

.topNews {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
	margin: 60px auto 80px;
}

.topNews-titleArea {
	overflow: hidden;
}

.topNews-titleArea .title-l {
	float: left;
}

.topNews-ichiran {
	position: relative;
	float: right;
	font-size: 1.4rem;
	width: 140px;
}

.topNews-ichiran::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: url(../img/common/icon-arrow-r.svg) left bottom/contain no-repeat;
	pointer-events: none;
}

.topNews-ichiran a {
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
	color: #498cc3;
	font-weight: bold;
}

.topNews-contents {
	margin-top: 30px;
}

.topNewsSection {
	border: 1px solid #ccc;
}

.topNewsSection + .topNewsSection {
	margin-top: 15px;
}

.topNewsSection a {
	display: flex;
	padding: 25px 40px 25px 30px;
}

.topNewsSection.is-fix {
	border: 3px solid #498cc3;
	background: #f1f7fa;
}

.topNewsSection.is-new {
	position: relative;
}

.topNewsSection.is-new::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 73px;
	height: 73px;
	background: url(../img/top/label-new.png) left top/contain no-repeat;
}

.topNewsSection-date {
	width: 180px;
}

.topNewsSection-date-y {
	font-size: 2rem;
}

.topNewsSection-date-md {
	margin-left: 10px;
	font-size: 3.1rem;
}

.topNewsSection-cate {
	margin-right: 10px;
}

.topNewsSection-cate-main {
	display: inline-block;
	padding: 1px 10px;
	background: #498cc3;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}

.topNewsSection-title {
	flex: 1;
	line-height: 180%;
	font-size: 1.6rem;
	font-weight: bold;
}

.topNewsSection-title-tag {
	display: inline-block;
	margin-right: 10px;
	padding: 4px 12px 2px;
	background: #dbe8f3;
	font-size: 1.3rem;
	color: #498cc3;
	line-height: 120%;
	white-space: nowrap;
}

.twitterArea {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
	margin: 100px auto;
	display: flex;
	justify-content: space-around;
}

.twitterArea-inner {
	border: 1px solid #ccc;
	display: block;
	width: 42%;
}

.topBns {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 20px;
	width: 40%;
}

.topBns-one + .topBns-one {
	margin-top: 5px;
}

.topService .title-l {
	margin-bottom: 30px;
}

.topServiceBn {
	margin-bottom: 80px;
	padding: 25px 0;
	background: url(../img/top/bg-service.jpg) center center/cover no-repeat;
}

.topServiceBn-inner {
	background: rgba(3, 50, 85, 0.6);
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #678aa4;
	border-bottom: 1px solid #678aa4;
}

.topServiceBn-one {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #678aa4;
}

.topServiceBn-one a {
	display: block;
	width: 100%;
	padding: 23px;
}

.topServiceBn-one-icon {
	width: 110px;
	margin: 0 auto 15px;
}

.topServiceBn-one-cap {
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.topBnArea {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.topBnArea-one a {
	display: block;
}

.topBnArea-one img {
	padding-bottom: 1px;
}

.topAdArea {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
	margin-bottom: 60px;
}

.topAdArea-one {
	width: 31%;
}

@media (min-width: 768px) {
	.sp {
		display: none !important;
	}

	a:hover img {
		opacity: 0.8;
	}

	p a:hover {
		color: #019ab3;
	}

	.btn-simple:hover {
		background: #f7f7f7;
	}

	.btn-bg:hover {
		background: #498cc3;
	}

	.btn-pdf:hover {
		opacity: .9;
	}

	.btn-arrow:hover {
		opacity: .8;
	}

	.btn-submit:hover {
		background: #eb643b;
		color: #fff;
	}

	.btn-submit.is-gray:hover {
		background: #686868;
		color: #fff;
	}

	.pankuzu-ul-li a:hover {
		color: #bfe7ec;
	}

	.pageNavi-ul-li a:hover,
	.pageNavi-ul-li > span:hover {
		color: #019ab3;
		background: #dff6fa;
	}

	.linkPanels-one a:hover {
		transform: translate(5px, 5px);
		box-shadow: 0 0 0 0 #ccc, 0 0 0 2px #fff inset;
	}

	.linkBox-list-li a:hover {
		color: #498cc3;
	}

	.toIchiran a:hover {
		color: #019ab3;
	}

	.toIchiran a:hover::after {
		transform: scaleX(120%);
	}

	.footer-links-li + .footer-links-li::before {
		content: '';
	}

	.footer-links-li a:hover {
		color: #019ab3;
	}

	.footer-staffonly a:hover {
		color: #019ab3;
	}

	.headerSearch-form-submit input:hover {
		background: #498cc3;
	}

	.spSubHeader-time a:hover {
		background: #498cc3;
	}

	.lnavi-ul-li a:hover {
		background: #e7ebee;
	}

	.serviceNavi-ul-li a:hover {
		background: #a6bfda;
		box-shadow: 1px 0 0 0 #a6bfda;
	}

	.sideNaviSection-ul-li > a:hover {
		color: #019ab3;
	}

	.sideNaviSectionSub-li a:hover {
		color: #019ab3;
	}

	.sideBnArea-one + .sideBnArea-one {
		margin-top: 10px;
	}

	.pagination ul li a:hover {
		background: #e3fbff;
	}

	.wpArticle .simple-btn a:hover {
		background: #f7f7f7;
	}

	.wpArticle .bg-btn a:hover {
		background: #498cc3;
	}

	.wpArticle .pdf-btn a:hover {
		opacity: .9;
	}

	.wpArticle .arrow-btn a:hover {
		opacity: .8;
	}

	.ckiexContainer-list li a:hover {
		color: #019ab3;
	}

	.graduatesLinks-contents:not(:nth-child(3n + 1)) {
		margin-left: 2%;
	}

	.graduatesLinks-contents:nth-child(n + 4) {
		margin-top: 20px;
	}

	.newsSection a:hover {
		background: #f1f7fa;
	}

	.searchSection a:hover {
		background: #edf4fc;
	}

	.shopInfo-map-link-one a:hover {
		background: rgba(255, 94, 1, 0.973);
	}

	.topNews-ichiran a:hover {
		color: #019ab3;
	}

	.topNews-ichiran a:hover::after {
		transform: scaleX(120%);
	}

	.topNewsSection a:hover {
		background: #f1f7fa;
	}

	.topNewsSection.is-fix a:hover {
		background: #d9e6ec;
	}

	.topServiceBn-one:not(:nth-child(4n + 1)) {
		box-shadow: -1px 0 0 #678aa4;
	}

	.topServiceBn-one a:hover {
		background: rgba(12, 56, 150, 0.76);
	}

	.topBnArea-one-label {
		display: none;
	}

	.topAdArea-one:not(:nth-child(3n + 1)) {
		margin-left: 3.5%;
	}

	.topAdArea-one:nth-child(n + 4) {
		margin-top: 25px;
	}
}

@media (min-width: 980px) {
	.tab {
		display: none !important;
	}

	.tab-sp {
		display: none !important;
	}

	.linkPanels-one {
		width: 30%;
	}

	.linkPanels-one:not(:nth-child(3n + 1)) {
		margin-left: 5%;
	}

	.linkPanels-one:nth-child(n + 4) {
		margin-top: 40px;
	}

	.pdfList-contents {
		width: 31%;
	}

	.pdfList-contents:not(:nth-child(3n + 1)) {
		margin-left: 3.5%;
	}

	.pdfList-contents:nth-child(n + 4) {
		margin-top: 20px;
	}

	.btn2Col-contents {
		width: 46%;
	}

	.btn2Col-contents:nth-child(n + 3) {
		margin-top: 20px;
	}

	.header-spInfo-one.is-contact a:hover img {
		transform: scale(1.2);
		opacity: 1;
	}

	.header-spInfo-one.is-menu:hover img {
		transform: scale(1.2);
		opacity: 1;
	}

	.headerAdmission a:hover {
		background: #fca605;
	}

	.gNavi-ul-li + .gNavi-ul-li::before {
		content: '';
		display: inline-block;
		width: 1px;
		height: 60%;
		background: #c7c7c7;
	}

	.gNavi-ul-li > a:hover {
		background: #f7f7f7;
		box-shadow: 1px 0 0 0 #f7f7f7;
	}

	.gNaviSub {
		pointer-events: none;
		transform: scaleY(0.9);
	}

	.gNaviSub-li a:hover {
		background: #f7f7f7;
	}

	.campusBTsection:not(:nth-child(3n + 1)) {
		margin-left: 2%;
	}

	.campusBTsection:nth-child(n + 4) {
		margin-top: 15px;
	}

	.topBnArea-one {
		width: 18%;
	}

	.topBnArea-one:not(:nth-child(5n + 1)) {
		margin-left: 2.5%;
	}

	.topBnArea-one:nth-child(n + 6) {
		margin-top: 25px;
	}
}

@media (min-width: 1100px) {
	.serviceNavi-ul-li:first-child::before {
		display: none;
	}
}

@media (max-width: 979px) {
	.lg {
		display: none !important;
	}

	.pc {
		display: none !important;
	}

	.main {
		margin-top: calc(53px + 60px);
	}

	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		background: #fff;
		z-index: 2;
	}

	.header-logo {
		height: 53px;
	}

	.header-logo-text {
		display: flex;
		align-items: center;
		width: auto;
		margin-right: 10px;
	}

	.header-logo-text img {
		width: auto;
		max-height: 100%;
	}

	.header-spInfo {
		height: 53px;
	}

	.header-spInfo-one {
		width: 53px;
	}

	.gNavi {
		position: fixed;
		left: 100%;
		top: 53px;
		width: 100%;
		height: calc(100vh - 53px);
		margin: 0;
		padding-bottom: 70px;
		background: #f5f5f5;
		transition: all 0.5s cubic-bezier(0.78, 0.01, 0.18, 1);
		transform: translateX(0);
		z-index: 5;
		overflow-y: scroll;
		-ms-overflow-style: none;
		/* IE, Edge 対応 */
		scrollbar-width: none;
		/* Firefox 対応 */
	}

	.gNavi::-webkit-scrollbar {
		/* Chrome, Safari 対応 */
		display: none;
	}

	.dwMenu-active .gNavi {
		transform: translateX(-100%);
	}

	.gNavi-ul {
		display: block;
		padding: 30px 0 0;
	}

	.gNavi-ul-li + .gNavi-ul-li {
		border-top: 1px solid #e6e6e6;
	}

	.gNavi-ul-li > a {
		padding: 12px 20px;
		text-align: left;
	}
	.gNavi-ul-li > div.space {
		padding: 12px 20px;
	}

	.gNavi-ul-li-ja {
		min-height: 0;
	}

	.gNaviSub {
		position: static;
		opacity: 1;
		width: 90%;
		margin: auto auto 10px;
	}

	#top .gNaviSub {
		display: block;
	}

	.gNaviSub-li {
		font-size: 1.3rem;
	}

	.serviceNavi-ul {
		padding: 20px 0;
		flex-wrap: wrap;
	}

	.serviceNavi-ul-li {
		width: 50%;
	}

	.serviceNavi-ul-li:nth-child(odd)::before {
		display: none;
	}

	.campusBTsection {
		width: 48%;
	}

	.campusBTsection:not(:nth-child(2n + 1)) {
		margin-left: 4%;
	}

	.campusBTsection:nth-child(n + 3) {
		margin-top: 15px;
	}

	.topSlider .slick-track {
		height: 75vw;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 61%;
	}

	.tab {
		display: none !important;
	}

	a:active img {
		opacity: 0.8;
	}

	p a:active {
		color: #019ab3;
	}

	.btn-pdf {
		width: auto;
	}

	.btn-submit {
		padding: 10px 25px 10px 20px;
		font-size: 1.4rem;
	}

	.col {
		display: block;
	}

	.col.is-sp-flex {
		display: flex;
	}

	.col-contents {
		max-width: 100%;
	}

	.col:not(.is-sp-flex) .col-contents + .col:not(.is-sp-flex) .col-contents {
		margin-top: 10px;
	}

	.is-oneline:not(.is-sp-flex) .col-contents {
		max-width: 100%;
		margin: auto;
	}

	.is-oneline:not(.is-sp-flex) .col-contents + .col-contents {
		margin-top: 30px;
	}

	.is-2 .col-contents:nth-child(n + 3) {
		margin-top: 30px;
	}

	.is-2:not(.is-sp-flex) .col-contents {
		max-width: 100%;
		margin: auto;
	}

	.is-2:not(.is-sp-flex) .col-contents + .col-contents {
		margin-top: 30px;
	}

	.is-3 .col-contents:nth-child(n + 4) {
		margin-top: 10px;
	}

	.is-3:not(.is-sp-flex) .col-contents {
		max-width: 100%;
		margin: auto;
	}

	.is-3:not(.is-sp-flex) .col-contents + .col-contents {
		margin-top: 30px;
	}

	.is-4 .col-contents:nth-child(n + 5) {
		margin-top: 10px;
	}

	.is-4:not(.is-sp-flex) .col-contents {
		max-width: 100%;
		margin: auto;
	}

	.is-4:not(.is-sp-flex) .col-contents + .col-contents {
		margin-top: 30px;
	}

	.flImgContents-img {
		max-width: 100%;
	}

	.flImgContents-img.is-s {
		max-width: 100%;
	}

	.flImgContents-img.is-ss {
		max-width: 70%;
		margin-right: auto;
		margin-left: auto;
	}

	.flImgContents-img.is-l {
		max-width: 100%;
	}

	.flImgContents-img.is-fr {
		margin: 0 auto 20px;
	}

	.flImgContents-img.is-fr:not(.is-sp-float) {
		float: none;
	}

	.flImgContents-img.is-fr.is-sp-float {
		width: 35%;
		margin: 0 0 10px 10px;
	}

	.flImgContents-img.is-fl {
		margin: 0 auto 20px;
	}

	.flImgContents-img.is-fl:not(.is-sp-float) {
		float: none;
	}

	.flImgContents-img.is-fl.is-sp-float {
		width: 35%;
		margin: 0 10px 10px 0;
	}

	.size-30 {
		width: 70%;
	}

	.size-60 {
		width: 100%;
	}

	.section-04 {
		margin-bottom: 100px;
	}

	.section-center-sp {
		width: 90% !important;
		margin-left: auto;
		margin-right: auto;
	}

	.table-01 {
		border-bottom: none;
	}

	.table-01 tr {
		display: block;
		width: 100%;
	}

	.table-01 th,
	.table-01 td {
		display: block;
		width: 100%;
		padding: 0.8em;
	}

	.table-01.sidetitle th {
		padding: 10px 0;
	}

	.table-01.sidetitle td {
		padding: 20px 0;
	}

	.table-02 {
		border-bottom: none;
	}

	.table-02 th,
	.table-02 td {
		font-size: 1.3rem;
	}

	.table-02.sidetitle {
		border: none;
	}

	.table-02.sidetitle tr + tr {
		margin-top: 35px;
	}

	.table-02.sidetitle th {
		margin-bottom: 15px;
		padding: 10px;
	}

	.table-02.sidetitle td {
		border: none;
		padding: 0;
	}

	.sidetitle tr {
		display: block;
	}

	.sidetitle th,
	.sidetitle td {
		display: block;
		width: 100%;
		padding: 0;
	}

	.sidetitle th {
		margin-bottom: 5px;
		font-weight: bold;
	}

	.tableScrollWrap {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}

	.tableScrollWrap table {
		width: 150%;
	}

	.title-big-main {
		font-size: 3rem;
	}

	.title-big-sub {
		font-size: 1.3rem;
		margin-left: 10px;
	}

	.title-l {
		font-size: 2.2rem;
	}

	.wrapper {
		display: block;
	}

	.pankuzu-ul {
		flex-wrap: wrap;
		height: auto;
		overflow: hidden;
		background: #124289;
	}

	.pankuzu-ul-li {
		height: auto;
		padding: 10px 15px 10px 30px;
		border-bottom: 1px solid #ccc;
		flex-grow: 1;
		font-size: 1.1rem;
	}

	.pankuzu-ul-li::after {
		top: 1px;
		height: calc(100% - 1px);
	}

	.pageNavi-ul {
		display: block;
		padding-bottom: 0;
	}

	.pageNavi-ul-li {
		display: inline-block;
		text-align: left;
		border-bottom: 2px solid #fff;
	}

	.pageNavi-ul-li a,
	.pageNavi-ul-li > span {
		padding-right: 25px;
		padding-left: 20px;
	}

	.pageNavi-ul-li a::after,
	.pageNavi-ul-li > span::after {
		right: 10px;
		top: 17px;
		left: auto;
	}

	.linkPanels-one {
		width: 100%;
	}

	.linkPanels-one + .linkPanels-one {
		margin-top: 40px;
	}

	.pdfList {
		text-align: center;
	}

	.pdfList-contents {
		width: 100%;
	}

	.pdfList-contents + .pdfList-contents {
		margin-top: 20px;
	}

	.btn2Col-contents {
		width: 100%;
	}

	.btn2Col-contents + .btn2Col-contents {
		margin-top: 20px;
	}

	.footer-links {
		flex-wrap: wrap;
		border-bottom: none;
	}

	.footer-links-inner {
		padding: 0;
		border-bottom: 0;
	}

	.footer-links-li {
		width: 49%;
		flex-grow: 1;
		border-bottom: 1px solid #ccc;
	}

	.footer-links-li:nth-child(even)::before {
		content: '';
	}

	.footer-links-li a {
		padding: 10px;
		font-size: 1.3rem;
	}

	.footer-staffonly {
		text-align: center;
	}

	.footerAddress-wrap {
		display: block;
	}

	.footerAddress {
		display: block;
	}

	.footerAddress-logo {
		margin: 0 auto 10px;
	}

	.footerAddress-name {
		text-align: center;
	}

	.footerAddress-name-address {
		font-size: 1.4rem;
		line-height: 170%;
	}

	.footerAddress-btn {
		text-align: center;
	}

	.footerAddress-btn a {
		display: inline-flex;
		margin-top: 15px;
		padding: 15px 10px;
	}

	.footerAddress-btn a::before {
		width: 30px;
		height: 30px;
	}

	.pagetop {
		right: 5%;
	}

	#top .pagetop {
		right: 5%;
	}

	.pagetop a {
		width: 50px;
		height: 50px;
	}

	.header-logo-text {
		max-width: 100%;
		height: 50%;
	}

	.spSubHeaderSearch-form-text {
		font-size: 1.7rem;
	}

	.pcver {
		display: none;
	}

	.sp-wrap {
		flex-wrap: wrap;
	}

	.sp-wrap div.box-l,
	.sp-wrap div.box-r {
		width: 100%;
	}

	.twitter-Widget div.box-l,
	.twitter-Widget div.box-r {
		width: 100%;
	}

	.twitter-Widget div.box-r {
		margin-top: 20px;
	}

	.gNavi-ul-li {
		display: block;
		text-align: left;
	}

	.gNaviSub-li a {
		padding: 8px 20px 8px 40px;
	}

	.is-sp-noflex .lnavi-ul {
		display: block;
	}

	.is-sp-noflex .lnavi-ul-li::after {
		content: none;
	}

	.lnavi-ul-li a {
		padding: 5px 20px;
		font-size: 1.4rem;
	}

	.is-sp-noflex .lnavi-ul-li a {
		text-indent: -1.2rem;
		padding-left: 3rem;
	}

	.is-7 .serviceNavi-ul-li-main-icon {
		width: 25px;
	}

	.sideNavi {
		margin-bottom: 30px;
	}

	.sideBnArea {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
	}

	.sideBnArea-one {
		width: 49%;
	}

	.sideBnArea-one:nth-child(n + 3) {
		margin-top: 10px;
	}

	.wpArticle img {
		display: block;
		margin: 10px auto;
	}

	.wpArticle table th,
	.wpArticle table td {
		font-size: 1.3rem;
	}

	.wpArticle .alignright {
		float: none;
		margin: 10px auto;
	}

	.wpArticle .alignleft {
		float: none;
		margin: 10px auto;
	}

	.wpArticle .pdf-btn a {
		width: auto;
	}

	.chairmanProspectus {
		padding: 2em;
	}

	.contactTable th {
		width: 100%;
	}

	.contactTable .titleicon {
		line-height: 1.3;
	}

	.contactTable input,
	.contactTable textarea {
		font-size: 1.6rem;
	}

	.contactPrivacy {
		font-size: 1.4rem;
	}

	.contactPrivacy-note {
		font-size: 1.2rem;
	}

	.graduatesLinks {
		display: block;
	}

	.graduatesLinks-contents {
		width: 100%;
	}

	.graduatesLinks-contents + .graduatesLinks-contents {
		margin-top: 20px;
	}

	.graduatesLinks-contents img {
		width: 100%;
	}

	.newsSection {
		height: auto;
	}

	.newsSection a {
		display: block;
		padding: 10px 5%;
	}

	.newsSection-info {
		width: 100%;
		min-width: 0;
		margin-bottom: 10px;
		overflow: hidden;
	}

	.newsSection-info-date {
		float: left;
		width: auto;
		margin: 4px 10px 0 0;
		color: #666;
		line-height: 130%;
	}

	.newsSection-info-date-md {
		margin-left: 5px;
		font-size: 1.6rem;
	}

	.newsSection-info-cate-main {
		line-height: 130%;
	}

	.newsSection-title {
		display: block;
		width: 100%;
		margin: 0;
	}

	.newsDetail-img figure {
		margin-bottom: 1.5vh;
	}

	.faqSection-q-title {
		padding-left: 50px;
	}

	.modal_content h2 {
		font-size: 2rem;
	}

	.modal_content p {
		font-size: 1.4rem;
	}

	.rankingTableWrap table {
		border-bottom: none;
	}

	.rankingTableWrap table th,
	.rankingTableWrap table td {
		font-size: 1.3rem;
	}

	.rankingTableWrap table.sidetitle {
		border: none;
	}

	.rankingTableWrap table.sidetitle tr + tr {
		margin-top: 35px;
	}

	.rankingTableWrap table.sidetitle th {
		margin-bottom: 15px;
		padding: 10px;
	}

	.rankingTableWrap table.sidetitle td {
		border: none;
		padding: 0;
	}

	.shopInfo-caution {
		padding: 2vh 3vw;
	}

	.shopInfo-caution figure {
		width: 15%;
		max-width: 100%;
	}

	.shopInfo-caution p {
		width: 85%;
		font-size: 3.6vw;
		padding-left: 3vw;
	}

	.is-hongo .shopInfo-map-link-one {
		transform: scale(0.5);
	}

	.is-komaba1 .shopInfo-map-link-one {
		transform: scale(0.5);
	}

	.is-komaba2 .shopInfo-map-link-one {
		transform: scale(0.5);
	}

	.is-kashiwa .shopInfo-map-link-one {
		transform: scale(0.5);
	}

	.is-kashiwa2 .shopInfo-map-link-one {
		transform: scale(0.5);
	}

	.is-kashiwa3 .shopInfo-map-link-one {
		transform: scale(0.5);
	}

	.shopInfo-heading {
		font-size: 4.5vw;
	}

	.shopInfo-list {
		margin-top: 8vh;
		padding-bottom: 3vh;
	}

	.shopInfo-list-contents {
		display: block;
	}

	.shopInfo-list-contents-img {
		width: 100%;
	}

	.shopInfo-list-contents table {
		width: 100%;
		margin-bottom: 20px;
	}

	.campusBT-contents {
		padding: 15px 10px;
	}

	.campusBTsection {
		padding: 10px 8px;
		font-size: 1.2rem;
	}

	.campusBTsection-shop {
		font-size: 1.3rem;
	}

	.coopCardImg {
		margin: 10px auto;
	}

	.hongoOfficeImg {
		max-width: 100%;
		margin: 10px auto;
	}

	.topSlider-wrap {
		border-bottom: none;
	}

	.topSlider .slick-dots {
		/*bottom: 5px;*/
		bottom: -8vw;
	}

	.topNews-ichiran {
		clear: both;
		float: right;
		margin-top: 13px;
	}

	.topNewsSection a {
		display: block;
		padding: 20px 5%;
	}

	.topNewsSection-date {
		float: left;
		width: auto;
		margin-right: 10px;
		margin-bottom: 15px;
		color: #666;
		line-height: 150%;
	}

	.topNewsSection-date-y {
		font-size: 1.5rem;
	}

	.topNewsSection-date-md {
		font-size: 1.6rem;
	}

	.topNewsSection-cate {
		float: left;
	}

	.topNewsSection-cate-main {
		line-height: 150%;
	}

	.topNewsSection-title {
		clear: both;
		width: 100%;
		margin: 0;
	}

	.twitterArea {
		display: block;
		margin-bottom: 30px;
	}

	.twitterArea-inner {
		width: 90%;
		margin: 0 auto 30px;
		height: 300px;
		overflow: hidden;
	}

	.twitterArea-inner + .twitterArea-inner {
		margin-top: 10px;
	}

	.topBns {
		margin: 0 auto 20px;
		width: 90%;
	}

	.topBns-one + .topBns-one {
		margin-top: 20px;
	}

	.topServiceBn-one {
		width: 50%;
	}

	.topServiceBn-one:not(:nth-child(2n + 1)) {
		box-shadow: -1px 0 0 #678aa4;
	}

	.topServiceBn-one-icon {
		width: 80px;
	}

	.topBnArea-one {
		width: 50%;
		box-shadow: -1px 0 0 #ccc;
		border-bottom: 1px solid #ccc;
	}

	.topBnArea-one a {
		display: flex;
		align-items: center;
		height: 100%;
		padding: 15px;
		font-size: 1.3rem;
		font-weight: bold;
	}

	.topBnArea-one img {
		display: none;
	}

	.topAdArea-one {
		width: 100%;
	}

	.topAdArea-one + .topAdArea-one {
		margin-top: 20px;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.snsArea-wrap {
		margin-left: auto;
		margin-right: auto;
		max-width: 90%;
		width: 90%;
	}

	.footer-staffonly {
		margin-left: auto;
		margin-right: auto;
		max-width: 90%;
		width: 90%;
	}

	.footerAddress-wrap {
		margin-left: auto;
		margin-right: auto;
		max-width: 90%;
		width: 90%;
	}

	.sideNavi {
		margin-left: auto;
		margin-right: auto;
		max-width: 90%;
		width: 90%;
	}

	.faqSection-wrap {
		margin-left: auto;
		margin-right: auto;
		max-width: 90%;
		width: 90%;
	}

	.topNews {
		margin-left: auto;
		margin-right: auto;
		max-width: 90%;
		width: 90%;
	}

	.topAdArea {
		margin-left: auto;
		margin-right: auto;
		max-width: 90%;
		width: 90%;
	}
}

@media (min-width: 980px) and (max-width: 1099px) {
	.lg {
		display: none !important;
	}

	.header-logo {
		padding-left: 0;
	}

	.gNavi-ul {
		max-width: 100%;
		width: 100%;
	}

	.gNavi-ul-li > a {
		padding: 25px 10px;
	}

	.gNavi-ul-li:last-child .gNaviSub {
		right: 0;
	}

	.serviceNavi-ul {
		flex-wrap: wrap;
		padding: 5px 0;
	}

	.serviceNavi-ul-li {
		width: 25%;
	}

	.serviceNavi-ul-li:nth-child(4n + 1)::before {
		display: none;
	}

	.serviceNavi-ul-li-main-text {
		font-size: 1.4rem;
	}

	.topSlider .slick-track {
		height: auto;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {
	.section-center {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.wrapper {
		max-width: 90%;
		width: 90%;
	}

	.pankuzu-ul {
		max-width: 90%;
		width: 90%;
	}

	.pankuzu-ul {
		flex-wrap: wrap;
		max-width: 100%;
		width: 100%;
	}

	.pdfList-contents .btn-pdf {
		min-width: 0;
	}

	.btn2Col-contents a,
	.btn2Col-contents > span {
		min-width: 0;
	}

	.snsArea-wrap {
		max-width: 90%;
		width: 90%;
	}

	.footer-staffonly {
		max-width: 90%;
		width: 90%;
	}

	.footerAddress-wrap {
		max-width: 90%;
		width: 90%;
	}

	.pagetop {
		right: 236px;
	}

	#top .pagetop {
		right: 5%;
	}

	.footerSpNavi-ul {
		max-width: 90%;
		width: 90%;
	}

	.footerServiceSpNavi-ul {
		max-width: 90%;
		width: 90%;
	}

	.gNavi-ul {
		max-width: 90%;
		width: 90%;
	}

	.serviceNavi-ul {
		max-width: 90%;
		width: 90%;
	}

	.faqSection-wrap {
		max-width: 90%;
		width: 90%;
	}

	.topSlider-wrap {
		background: transparent;
	}

	.topNews {
		max-width: 90%;
		width: 90%;
	}

	.twitterArea {
		max-width: 90%;
		width: 90%;
	}

	.twitterArea-inner {
		width: 50%;
		max-width: 500px;
	}

	.topBns {
		width: 45%;
	}

	.topBnArea {
		max-width: 90%;
		width: 90%;
	}

	.topAdArea {
		max-width: 90%;
		width: 90%;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.linkPanels-one {
		width: 48%;
	}

	.linkPanels-one:not(:nth-child(2n + 1)) {
		margin-left: 4%;
	}

	.linkPanels-one:nth-child(n + 3) {
		margin-top: 40px;
	}

	.pdfList-contents {
		width: 48%;
	}

	.pdfList-contents:not(:nth-child(2n + 1)) {
		margin-left: 4%;
	}

	.pdfList-contents:nth-child(n + 3) {
		margin-top: 15px;
	}

	.btn2Col-contents {
		width: 100%;
	}

	.btn2Col-contents + .btn2Col-contents {
		margin-top: 15px;
	}

	.footer-links {
		justify-content: space-between;
	}

	.footer-links-li {
		flex-grow: 1;
	}

	.footerAddress-wrap {
		display: block;
	}

	.footerAddress-btn a {
		margin-top: 10px;
	}

	.header-logo-text {
		height: 80%;
	}

	.sideNavi {
		margin-left: 25px;
	}

	.contactTable th {
		padding: 15px;
		min-width: 160px;
	}

	.contactTable .titleicon {
		width: 50px;
		margin-bottom: 10px;
		float: none;
	}

	.newsSection-info-cate-main {
		max-width: 120px;
		font-size: 1.1rem;
		line-height: 1.3;
	}

	.newsSection-title {
		align-items: flex-start;
		flex-direction: column;
		margin-left: 5px;
	}

	.newsSection-title-tag {
		margin: 0 0 10px;
	}

	.newsDetail-img figure {
		margin-bottom: 1.8vh;
	}

	.shopInfo-map-link-one {
		transform: scale(0.7);
	}

	.shopInfo-heading {
		font-size: 2.4vw;
	}

	.shopInfo-list-contents {
		display: block;
	}

	.shopInfo-list-contents-img {
		width: 100%;
	}

	.shopInfo-list-contents table {
		width: 100%;
		margin-bottom: 20px;
	}

	.topNewsSection-cate-main {
		max-width: 120px;
		font-size: 1.1rem;
		line-height: 1.3;
	}

	.topBnArea-one {
		width: 31%;
	}

	.topBnArea-one:not(:nth-child(3n + 1)) {
		margin-left: 3.5%;
	}

	.topBnArea-one:nth-child(n + 4) {
		margin-top: 25px;
	}
}

/* add ---------------------------------------- */
.newestbtn {
	margin-top: 14px;
}
.newestbtn a {
	padding: 6px 16px;
	font-weight: bold;
	font-size: 1.2rem;
	color: #1a3a6f;
	text-align: center;
	display: inline-block;
	border-radius: 100px;
	border: 1px solid #1a3a6f;
	transition: 0.2s ease-in-out;

}
.newestbtn a:hover {
	color: #fff;
	background: #1a3a6f; 
}

.recruitbtn {
	width: 100px;
	height: 89px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	background: #124289;
	cursor: pointer;
	position: relative;
	border-right: 1px solid #fff;
	transition: 0.2s ease-in-out;
}
.recruitbtn:hover {
	background: #0c386d;
}
.recruit_wrap {
	display: none;
	top: 89px;
	right: 0;
	background: #124289;
	position: absolute;
	z-index: 100;
	width: 300px;
}
.recruit_wrap .recruit_item {
	border-bottom: 1px solid #fff;
}
.recruit_wrap .recruit_item:last-child {
	border-bottom: 0;
}
.recruit_wrap .recruit_item > a {
	padding: 14px 20px;
	display: block;
	color: #fff;
}
.recruit_wrap .recruit_item > a:hover {
	opacity: 0.6;
}

.imgmail {
	width: auto;
	height: 17px !important;
}

.nolink {
	pointer-events: none;
	filter: grayscale(10);
	opacity: 0.7;
}

.clebox {
	overflow: hidden;
}

@media (max-width: 750px) {
	.is-3 .btn3Col-contents {
		margin-bottom: 10px;
		width: 100%;
	}
	.is-3 .btn3Col-contents a {
		width: 100%;
		min-width: initial;
	}
}

.mt0 {
	margin-top: 0!important;
}

.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}

/* attention
---------------------------------------------- */
.atten_1 {
	padding: 20px 30px;
	border: 2px solid #ed1007;
	background: #ffe7e6;
}
.atten_1 h2 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #ed1007;
	text-align: center;
}
.atten_1.page h2 {
	padding-left: 0;
	border: none;
}
.atten_1 ol {
	margin: 30px 0;
	font-size: 15px;
	font-weight: bold;
}
@media (max-width: 750px) {
	.atten_1 {
		padding: 16px 20px;
	}
	.atten_1 h2 {
		font-size: 18px;
	}
	.atten_1 ol {
		font-size: 14px;
	}
}

.wp-block-buttons + section {
	margin-top: 70px;
}

.title-01 {
	padding: 14px 0;
	font-size: 1.9rem !important;
	font-weight: bold;
	line-height: 1.5;
	color: #124289;
	border-top: 2px solid #124289;
	border-bottom: 2px solid #124289;
}
.title-sideline.bgColor {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1.7rem !important;
	background: #F1F1F1;
}