/*
Theme Name: 外語ビジネス専門学校のテーマ
*/

/*----------------------------------
reset
----------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

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

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

/*----------------------------------
全体
----------------------------------*/

body {
	background: #fef0ec;
	font-family: Arial ,Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 28px;
	word-break: normal;
	text-size-adjust: none;
}

.wrapper {
	margin: 0 auto;
	width: 1000px;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

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

.t-left {
	text-align: left;
}

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

.clear {
	clear: both;
	float: none;
}

.block {
	display: block;
}

.inline {
	display: inline-block;
}

.of {
	overflow: hidden;
}

img,iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

a.bo {
	text-decoration: underline;
}

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

a.no-bo {
	text-decoration: none;
}

a.no-bo:hover {
	text-decoration: underline;
}

.full {
	height: auto;
	width: 100%;
}

.mobi-full {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}

.list {
	margin-bottom: 20px;
}

.list li {
	list-style: disc;
	margin-left: 30px;
}

.douga {
	margin: 0 auto 20px;
}

.douga iframe {
	margin: 0 auto;
}

.pc {
	display: block;
}

.mobi {
	display: none;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.m80 {
	margin: 80px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.m100 {
	margin: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

/*----------------------------------
文字スタイル
----------------------------------*/

strong,b,.strong {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.magenta {
	color: #F37C92;
}

.cyan {
	color: #5DBFF2;
}

.bold{
	font-weight: bold;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.pr-bg {
	background: #DADFFF;
	box-sizing: border-box;
	padding: 0 5px;
}

.fs12 {
	font-size: 12px !important;
	line-height: 22px !important;
}

.fs13 {
	font-size: 13px !important;
	line-height: 23px !important;
}

.fs14 {
	font-size: 14px !important;
	line-height: 24px !important;
}

.fs15 {
	font-size: 15px !important;
	line-height: 25px !important;
}

.fs16 {
	font-size: 16px !important;
	line-height: 26px !important;
}

.fs17 {
	font-size: 17px !important;
	line-height: 27px !important;
}

.fs18 {
	font-size: 18px !important;
	line-height: 28px !important;
}

.fs20 {
	font-size: 20px !important;
	line-height: 30px !important;
}

.fs21 {
	font-size: 21px !important;
	line-height: 31px !important;
}

.fs22 {
	font-size: 22px !important;
	line-height: 32px !important;
}

.fs23 {
	font-size: 23px !important;
	line-height: 33px !important;
}

.fs25 {
	font-size: 25px !important;
	line-height: 35px !important;
}

.fs28 {
	font-size: 28px !important;
	line-height: 38px !important;
}

.fs30 {
	font-size: 30px !important;
	line-height: 40px !important;
}

.fs35 {
	font-size: 35px !important;
	line-height: 45px !important;
}

.fs40 {
	font-size: 40px !important;
	line-height: 50px !important;
}

.fs45 {
	font-size: 45px !important;
	line-height: 55px !important;
}

.fs50 {
	font-size: 50px !important;
	line-height: 60px !important;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?grteyy');
  src:  url('fonts/icomoon.eot?grteyy#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?grteyy') format('truetype'),
    url('fonts/icomoon.woff?grteyy') format('woff'),
    url('fonts/icomoon.svg?grteyy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right-circle:before {
  content: "\e901";
}

.icon-yazirushi:before {
  content: "\e903";
}

.icon-yazirushi-2 .path1:before {
  content: "\e904";
  color: rgb(0, 0, 0);
}

.icon-yazirushi-2 .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-triangle-right:before {
  content: "\e902";
}

.icon-envelope:before {
  content: "\e906";
}

.icon-cheveron-up:before {
  content: "\e900";
}

.icon-location:before {
  content: "\e947";
}

/*----------------------------------
header
----------------------------------*/

.pc header {
	background: #fff;
	padding-bottom: 20px;
}

.head-obi {
	box-sizing: border-box;
	font-size: 12px;
	line-height: 22px;
	padding: 5px 0;
	text-align: right;
}

.head-logo a {
	background: url(images/head_logo.png) no-repeat;
	background-size: 100%;
	cursor: pointer;
	display: block;
	height: 81px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 328px;
}

.head-logo a:hover {
	opacity: 0.6;
}

.head-info {
	padding: 5.5px 0;
}

.head-info-1 {
	margin-right: 20px;
	width: 367px;
}

.head-link-list {
	margin-bottom: 10px;
}

.head-link-list li {
	float: left;
	margin-right: 10px;
}

.head-link-list li:last-child {
	margin-right: 0;
}

.head-link-list li a {
    background: #F0F0F0;
    border: 1px solid #dedde3;
    box-sizing: border-box;
    color: #000;
	display: block;
	font-size: 12px;
	line-height: 22px;
	padding: 3px 0;
	text-decoration: none;
	text-align: center;
	width: 130px;
}

.head-link-list li a span {
	padding-left: 11px;
	position: relative;
}

.head-link-list li a span::before {
	color: #e54970;
	content: "\e902";
	font-family: 'icomoon';
	left: -3px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
}

.head-link-list li a:hover {
	opacity: 0.6;
}

.head-search input[type="text"],
.head-search input[type="image"] {
	float: left;
}

.head-search input[type="text"] {
    box-sizing: border-box;
    border: 1px solid #000;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    font-size: 18px;
    line-height: 28px;
    padding: 0 10px;
    width: 320px;
    -webkit-appearance: none;
}

.head-search input[type="image"]:hover {
	opacity: 0.6;
}

.head-info-2 li {
	float: left;
	margin-right: 10px;
}

.head-info-2 li:last-child {
	margin-right: 0;
}

.head-info-2 li a {
	background: #ffece9;
	box-sizing: border-box;
	border-radius: 5px;
	color: #534384;
	display: block;
	font-size: 12px;
	line-height: 12px;
	height: 70px;
	padding-top: 40px;
	position: relative;
	text-decoration: none;
	text-align: center;
	width: 80px;
}

.head-info-2 li.head-access a::before {
	content: "\e947";
	font-family: 'icomoon';
	font-size: 27px;
	line-height: 27px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 10px;
}

.head-info-2 li.head-contact a::before {
	content: "\e906";
	font-family: 'icomoon';
	font-size: 27px;
	line-height: 27px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 10px;
}

.head-info-2 li a:hover {
	opacity: 0.6;
}

.pc-menu {
	background: #e54970;
	box-sizing: border-box;
	position: relative;
	z-index: 100;
}

.pc-menu::after {
	background: rgba(0,0,0,0.3);
	bottom: -5px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.pc-menu ul {
	margin: 0 auto;
	width: 950px;
}

.pc-menu li {
	box-sizing: border-box;
	float: left;
}

.pc-menu li a {
	box-sizing: border-box;
	border-left: 1px solid #e27f98;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	line-height: 26px;
	padding: 10px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 158.5px;
}

.pc-menu li:nth-child(4) a{
	font-size: 12px;
	line-height: 12px;
}

.pc-menu li a span {
	display: block;
	font-size: 12px;
	line-height: 17px;
}

.pc-menu li:last-child a {
	border-right: 1px solid #e27f98;
	width: 157.5px;
}

.pc-menu li a:hover {
	opacity: 0.6;
}

.mega-menu {
	background: rgba(0,0,0,0.7);
	box-sizing: border-box;
	display: none;
	left: 0;
	padding: 20px 0;
	position: absolute;
	top: 63px;
	width: 100%;
	z-index: 85;
}

.pc-menu li:first-child .mega-img {
	background: url(images/school-bg-img.png) no-repeat;
	background-size: 100%;
}

.pc-menu li:nth-child(2) .mega-img {
	background: url(images/course-bg-img.png) no-repeat;
	background-size: 100%;
}

.pc-menu li:nth-child(3) .mega-img {
	background: url(images/adm-bg-img.png) no-repeat;
	background-size: 100%;
}

.pc-menu li:nth-child(4) .mega-img {
	background: url(images/dandf-bg-img.png) no-repeat;
	background-size: 100%;
}

.pc-menu li:nth-child(5) .mega-img {
	background: url(images/info-bg-img.png) no-repeat;
	background-size: 100%;
}

.pc-menu li:nth-child(6) .mega-img {
	background: url(images/download-bg-img.png) no-repeat;
	background-size: 100%;
}


.mega-img {
	border: 1px solid #ffa8be;
	box-sizing: border-box;
	border-radius: 5px;
	color: #e54970;
	line-height: 150px;
	height: 150px;
	text-align: center;
	width: 150px;
    text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
}

.mega-img.two-line {
	line-height: 23px;
	padding: 50px 0;
}

.mega-info {
	width: 750px;
}

.mega-info h3 {
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	width: 365px;
}

.mega-info-in ul {
	float: left;
	margin-right: 20px;
	width: 365px;
}

.mega-info-in ul:last-child {
	margin-right: 0;
}

.mega-info-in ul.one-ul {
	width: 100%;
}

.mega-info-in li {
	float: none;
	overflow: hidden;
}

.mega-info-in li a {
	border: 0 !important;
	display: inline-block;
	padding: 0;
	padding-left: 19px;
	text-align: left;
	width: auto !important;
}

.mega-info-in li a::before {
    color: #fff;
    content: "\e902";
    font-family: 'icomoon';
    left: -4px;
    position: absolute;
    top: 1px;
}

.mega-info-in li a:hover {
	text-decoration: underline;
}

.mega-info-in .mega-mini li a {
	font-size: 14px;
	line-height: 24px;
}

.mega-info-in .mega-mini li a::before {
	content: none;
}

/*----------------------------------
TOPスライダー
----------------------------------*/

.topslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 480px;
	margin: 0 0 0;
}
 
.topslider ul,
.topslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.topslider ul li img {
    width: 100%;
}
 
.topslider_base {
    top: 0;
    position: absolute;
}
.topslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
}

.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 80;
    cursor: pointer;
	width: 34px !important;
	height: 34px !important;
}
.slider_prev {
	background: url(images/slider/arw_left.png) no-repeat right center;
	left: -17px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
}
.slider_next {
	background: url(images/slider/arw_right.png) no-repeat left center;
	right: -17px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
}

.pagination {
    bottom: 10px;
    display: none;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 80;
}

.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #7d7d7d;
	border-radius: 50%;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
	background: #ff7200;
}

.topslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.topslider ul {
    display: inline-block;
    overflow: hidden;
}

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

/*----------------------------------
TOPページ
----------------------------------*/

.content.top-page {
	float: none;
	margin: 0 auto
	width: 1000px;
}

.top-title {
	background: #fef0ec;
	box-sizing: border-box;
	border-top: 3px solid #e54970;
	overflow: hidden;
	padding: 20px 0 20px 75px;
	position: relative;
	width: 1000px;
}

.top-title h2 {
	float: left;
	font-weight: bold;
	font-size: 23px;
	line-height: 33px;
}

.top-title-in {
	float: left;
	font-size: 15px;
	line-height: 33px;
	margin-left: 20px;
}

.top-title.top-1 {
	margin-top: -38px;/*-38*/
}

.top-title.top-1::before {
	background: url(images/h2icon02.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 26px;
	left: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 35px;
}

.top-title.top-2::before {
	background: url(images/h2icon03.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 20px;
	left: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 30px;
}

.top-title.top-3::before {
	background: url(images/h2icon01.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 26px;
	left: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 36px;
}

.top-title.top-4::before {
	background: url(images/h2icon04.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 25px;
	left: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 27px;
}

.cbc-list li {
	float: left;
	overflow: hidden;
	width: 500px;
}

.cbc-list-img {
	background-size: 100%;
	box-sizing: border-box;
	display: block;
	height: 280px;
	width: 250px;
}

.cbc-1 {
	background: url(images/feature01.jpg) no-repeat;
}

.cbc-2 {
	background: url(images/feature02.jpg) no-repeat;
}

.cbc-3 {
	background: url(images/feature03.jpg) no-repeat;
}

.cbc-4 {
	background: url(images/feature04.jpg) no-repeat;
}

.cbc-5 {
	background: url(images/feature05.jpg) no-repeat;
}

.cbc-6 {
	background: url(images/feature06.jpg) no-repeat;
}

.cbc-list-img:hover {
	opacity: 0.6;
}

.cbc-info {
	background: #fff;
	box-sizing: border-box;
	height: 280px;
	position: relative;
	width: 250px;
}

.cbc-info.right::before {
    border-top: 20px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    content: "";
    left: -40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.cbc-info.left::before {
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    content: "";
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.cbc-info h3 {
	background: #e54970;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	padding: 5px 10px;
	text-align: center;
}

.cbc-text {
	box-sizing: border-box;
	font-size: 13.5px;
	line-height: 13.75px;
	padding: 7px 20px 20px 20px;
}

.cbc-btn {
	background: #e54970;
	box-sizing: border-box;
	border-radius: 5px;
	bottom: 13px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-decoration: none;
	text-align: center;
	width: 210px;
}

.cbc-btn:hover {
	opacity: 0.6;
}

.top-link-bg {
	background: url(images/sec03bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	height: 315px;
	padding: 10px 0;
	width: 100%;
}

.top-link-bg ul {
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}

.top-link-bg ul li {
	float: left;
	margin-right: 20px;
}

.top-link-bg ul li:last-child {
	margin-right: 0;
}

.top-link-bg ul li a {
    background: #FEF0EC;
    border-radius: 10px;
    border: 3px solid #ccc;
    box-sizing: border-box;
    display: block;
    height: 295px;
    text-decoration: none;
    position: relative;
    width: 320px;
}

.top-link-bg ul li a:hover {
	opacity: 0.6;
}

.top-link-bg ul li:first-child a::after {
	background: url(images/banner01-new.png) no-repeat;
	background-size: 100%;
	bottom: 0;
	content: "";
	left: 0;
	height: 100px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 112px;
}

.top-link-bg ul li a::before {
    background: #e54970;
    border-radius: 5px 0 0 5px;
    box-sizing: border-box;
    color: #fff;
    content: "\e902";
    font-family: 'icomoon';
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 20px;
}

.top-link-bg-title {
	background: #e54970;
    box-sizing: border-box;
    border-radius: 7px 7px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 72px;
    height: 72px;
    text-align: center;
}

.top-link-bg-text {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	line-height: 21px;
	margin: 5px 20px 5px 5px;
	text-align: center;
}

.big-text {
	display: inline-block;
	font-size: 16px;
	line-height: 21px;
	margin-top: 15px;
}

.top-link-btn {
	background: #e54970;
	box-sizing: border-box;
	border-radius: 5px;
	bottom: 10px;
	color: #fff;
	display: block;
	font-weight: normal;
	left: 0;
	margin: 0 auto;
	padding: 5px;
	position: absolute;
	right: 0;
	width: 300px;
}

.procedure-list li .procedure-info{
	height: 280px;
	max-height: 300px;
}

.procedure-list li {
	float: left;
	margin-right: 18.5px;
}

.procedure-list li img {
	margin: 17px 0 0 -20px;
	position: absolute;
	bottom: 0;
}

.procedure-list li:nth-child(3) {
	margin-right: 19px;
}

.procedure-list li:nth-child(4) {
	margin-right: 0;
}

.procedure-list li a {
	box-sizing: border-box;
	cursor: pointer;
	text-decoration: none;
	display: block;
	width: 235px;
}

.procedure-list li a:hover {
	opacity: 0.6;
}

.procedure-info {
	background: rgb(234,106,137); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(234,106,137,1) 0%, rgba(224,83,118,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(234,106,137,1) 0%,rgba(224,83,118,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(234,106,137,1) 0%,rgba(224,83,118,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea6a89', endColorstr='#e05376',GradientType=0 ); /* IE6-9 */
	box-sizing: border-box;
	border-radius: 10px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	padding: 15px 20px 0 20px;
	position: relative;
	width: 100%;
}

.procedure-info::after {
    border-radius: 5px 0 0 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-right: 0;
    color: #fff;
    content: "\e902";
    font-family: 'icomoon';
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 11%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 20px;
}

.procedure-info h3 {
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
}

.shingaku-list li {
	float: left;
	margin: 0 10px !important;
	width: 320px !important;
}

.shingaku-list a {
	display: block;
	text-decoration: none;
}

.shingaku-list li a:hover {
	opacity: 0.6;
}

.shingaku-text {
	background: #fff;
	box-sizing: border-box;
	color: #000;
	padding: 20px 15px;
	text-align: center;
}

.top-news {
	overflow: hidden;
}

.top-news-box ul {
	background: #fff;
	box-sizing: border-box;
	width: 490px;
}

.top-news-box li {
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
}

.top-news-box li:last-child {
	border-bottom: 0;
}

.top-news-cate {
	background: #000;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	float: left;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	width: 100px;
}

.gyouji {
	background: #7e82b8 !important;
}

.setsumei {
	background: #e54970 !important;
}

.instagram {
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
}

.top-news-link {
	color: #e54970;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
}

.top-news-link:hover {
	text-decoration: none;
}

.top-news-date {
	font-size: 14px;
	line-height: 24px;
	padding-left: 110px;
}

.top-news-btn {
	background: #000;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin: 20px auto 0;
	text-decoration: none;
	text-align: center;
	width: 100px;
}

.top-news-cate:hover,
.top-news-btn:hover {
	opacity: 0.6;
}

.top-news-mongon {
	font-size: 14px;
    line-height: 24px;
}

.top-newslist3 li {
	box-sizing: border-box;
	border-bottom: 1px solid #e54970;
	overflow: hidden;
	padding: 10px 0;
}

.top-newslist3 li:first-child {
	padding-top: 0;
}

.top-newslist3-date {
    box-sizing: border-box;
    float: left;
    margin-right: 40px;
    padding-left: 20px;
    position: relative;
}

.top-newslist3-date::before {
    color: #e54970;
    content: "\e902";
    font-family: 'icomoon';
    left: -4px;
    position: absolute;
    top: 0;
}

.top-newslist3-link {
	box-sizing: border-box;
	float: left;
	width: 850px;
}

.top-newslist3-in {
	color: #000;
	display: inline-block;
}

.top-newslist3-in:hover {
	text-decoration: none;
}

.sns-list {
	margin: 0 auto;
	width: 280px;
}

.sns-list li {
	float: left;
	margin-right: 22.5px;
}

.sns-list li:last-child {
	margin-right: 0;
}

.top-topics li {
	float: left;
	margin-right: 20px;
	width: 235px;
}

.top-topics li:nth-child(4n) {
	margin-right: 0;
}

.topics-img {
	background: #fff;
	box-sizing: border-box;
	padding: 5px;
}

.top-topics li img {
	height: auto;
	width: 100%;
}

.topics-link {
	color: #000;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	margin-top: 10px;
}

.topics-link:hover {
	text-decoration: none;
}

.topics-page-link {
	box-sizing: border-box;
	color: #e54970;
	display: inline-block;
	font-weight: bold;
	margin-top: 20px;
	padding-right: 15px;
	position: relative;
	text-decoration: none;
}

.topics-page-link::after {
	content: "\e900";
	font-family: 'icomoon';
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
}

.topics-page-link:hover {
	text-decoration: underline;
}

.top-topics.archive-topics {
	margin: 10px 0 -22.5px 10px;
	width: 750px;
}

.top-topics.archive-topics li {
	float: left;
	margin-right: 22.5px !important;
	margin-bottom: 22.5px;
	width: 235px;
}

.top-topics.archive-topics li:nth-child(3n) {
	margin-right: 0 !important;
}

/*----------------------------------
sidebar
----------------------------------*/

.sidebar {
	float: left;
	width: 240px;
}

.side-page-title {
	background: url(images/side/catnamebg.png) no-repeat;
	box-sizing: border-box;
	color: #fff;
	height: 80px;
	padding: 13px 0;
	text-align: center;
	width: 240px;
}

.side-page-in {
	font-weight: bold;
	font-size: 23px;
	line-height: 33px;
}

.side-page-title span {
	display: block;
	font-size: 14px;
	line-height: 14px;
}

.side-menu li {
	box-sizing: border-box;
	border-bottom: 1px solid #fef0ec;
}

.side-menu li:last-child {
	border-bottom: 0;
}

.side-menu li a {
	background: #fff;
	box-sizing: border-box;
	color: #e54970;
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}

.side-menu li a:hover::before {
	border-top: 23.5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 23.5px solid transparent;
    border-left: 10px solid #e54970;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}

.menu-big {
	background: #e54970;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
	display: block;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}

.menu-big.last-menu {
	border-bottom: 0;
}

.menu-big span {
	display: block;
	font-size: 12px;
	line-height: 12px;
}

.open-btn {
	position: relative;
}

.open-btn::before {
    color: #fff;
    content: "\e900";
    cursor: pointer;
    font-family: 'icomoon';
    font-size: 30px;
    line-height: 30px;
    height: 20px;
    margin-top: -36px;
    position: absolute;
    right: 10px;
    text-align: center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    width: 20px;
}

.open-btn.close::before {
    color: #fff;
    content: "\e900";
    cursor: pointer;
    font-family: 'icomoon';
    font-size: 30px;
    line-height: 30px;
    height: 20px;
    margin-top: -45px;
    position: absolute;
    right: 20px;
    text-align: center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: 20px;
}

.open-btn-mini {
	position: relative;
}

.open-btn-mini::before {
    color: #e54970;
    content: "\e900";
    cursor: pointer;
    font-family: 'icomoon';
    font-size: 30px;
    line-height: 30px;
    height: 20px;
    margin-top: -27px;
    position: absolute;
    right: 10px;
    text-align: center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    width: 20px;
}

.open-btn-mini.close-2::before {
	color: #e54970;
    content: "\e900";
    cursor: pointer;
    font-family: 'icomoon';
    font-size: 30px;
    line-height: 30px;
    height: 20px;
    margin-top: -38px;
    position: absolute;
    right: 20px;
    text-align: center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: 20px;
}

.side-menu-mini li {
	border-bottom: 0;
}

.side-menu-mini li a {
	background: #999;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
}

.side-menu-mini li a:hover {
	opacity: 0.6;
}

.side-menu-mini li a:hover::before {
	content: none;
}

.side-banner {
	margin-top: 40px;
}

.side-banner li {
	margin-bottom: 10px;
}

.side-banner li:last-child {
	margin-bottom: 0;
}

.side-banner li a {
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 16px;
	line-height: 21px;
	height: 60px;
	padding: 8px 15px;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff,
				-1px 1px 0px #ffffff,
				1px -1px 0px #ffffff,
				-1px -1px 0px #ffffff,
				1px 0px 0px #ffffff,
				0px 1px 0px #ffffff,
				-1px 0px 0px #ffffff,
				0px -1px 0px #ffffff;
	width: 240px;
}

.side-banner li a::after {
    background: #e54970;
    border-radius: 5px 0 0 5px;
    box-sizing: border-box;
    color: #fff;
    content: "\e902";
    font-family: 'icomoon';
    font-size: 15px;
    line-height: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 22px;
}

.side-banner li a:hover {
	opacity: 0.6;
}

.side-banner li.boueki a {
	background: url(images/side/leftbanner01.png) no-repeat;
	line-height: 60px;
	padding: 0 15px;
}

.side-banner li.hotel a {
	background: url(images/side/leftbanner02.png) no-repeat;
}

.side-banner li.com a {
	background: url(images/side/leftbanner03.png) no-repeat;
}

.side-banner li.ict a {
	background: url(images/side/leftbanner04.png) no-repeat;
}

/*----------------------------------
footer
----------------------------------*/

.pc footer {
	margin-top: 60px;
}

.foot-in {
	background: #e54970;
	box-sizing: border-box;
	color: #fff;
	padding: 10px 0;
}

.foot-nav li {
	box-sizing: border-box;
	border-left: 1px solid #e27f98;
	float: left;
	font-size: 13px;
	line-height: 25px;
}

.foot-nav li:last-child {
	border-right: 1px solid #e27f98;
}

.foot-nav li a {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
}

.foot-nav li a:hover {
	background: #e27f98;
}

.foot-nav li:first-child a span {
	padding-left: 21px;
    position: relative;
}

.foot-nav li:first-child a span::before {
	background: url(images/foothome.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 16px;
}

.copyright {
	font-size: 12px;
	line-height: 25px;
}

.foot-base {
	background: #fff;
	box-sizing: border-box;
	padding: 40px 0;
}

.foot-info {
	margin-bottom: 30px;
}

.foot-logo {
	margin: 10px 0;
}

.foot-address {
	font-size: 15px;
	line-height: 20px;
	margin-left: 30px;
}

.foot-address p {
	margin-bottom: 10px;
}

.foot-tel li {
	float: left;
	margin-right: 30px;
	position: relative;
}

.foot-tel li:last-child {
	margin-right: 0;
}

.tel-icon {
	background: #e54970;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	left: 0;
	margin-right: 5px;
	padding: 0 5px;
	position: absolute;
	top: 0;
}

.tel-num {
	box-sizing: border-box;
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	padding-left: 47px;
}

.foot-menu-in {
	box-sizing: border-box;
	float: left;
	margin-right: 30px;
	width: 227.5px;
}

.foot-menu-in:last-child {
	margin-right: 0;
}

.foot-menu-in h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
}

.foot-menu-in ul li {
	box-sizing: border-box;
	font-size: 12px;
	line-height: 22px;
	padding-left: 12px;
	position: relative;
}

.foot-menu-in ul li::before {
    color: #e54970;
    content: "\e902";
    font-family: 'icomoon';
    left: -4px;
    position: absolute;
    top: 2px;
}


.foot-menu-in ul li a {
	color: #000;
	display: inline-block;
	text-decoration: none;
}

.foot-menu-in ul li a:hover {
	text-decoration: underline;
}

/*----------------------------------
ページトップ
----------------------------------*/

.pagetop {
	bottom: 20px;
	cursor: pointer;
	position: fixed;
	right: 20px;
	z-index: 100;
}

.pagetop:hover {
	opacity: 0.6;
}

/*----------------------------------
投稿・固定ページ
----------------------------------*/

.page .breadcrumbs .wrapper {
	margin-top: 0;
}

.breadcrumbs {
	background: #838cbe;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	padding-top: 5px;
}

.breadcrumbs a {
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.w-bg {
	background: #fff;
	box-sizing: border-box;
	height: 80px;
}

.page .wrapper {
	margin: -80px auto 0;
	width: 1000px;
}

.content {
	box-sizing: border-box;
	float: right;
	width: 760px;
}

.page .content h1 {
	background: #fff;
	box-sizing: border-box;
	color: #000;
	font-weight: bold;
	font-size: 23px;
	line-height: 28px;
    padding: 26px 30px;
}

.pc-thumb {
	height: 250px;
	width: 760px;
}

.pc-thumb img {
	height: auto;
	width: 100%;
}

.content-in {
	background: #fff;
	box-sizing: border-box;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
	width: 750px;
}

.content-in p {
	margin-bottom: 20px;
}

.content-in p:last-child {
	margin-bottom: 0;
}

.content-in p + h2,
.content-in p + h3,
.content-in p + h4,
.content-in p + h5,
.content-in ul + h2,
.content-in ul + h3,
.content-in ul + h4,
.content-in ol + h2,
.content-in ol + h3,
.content-in ol + h4,
.content-in ol + h5,
.content-in table + h2,
.content-in table + h3,
.content-in table + h4,
.content-in table + h5,
.content-in img + h2,
.content-in img + h3,
.content-in img + h4,
.content-in img + h5,
.content-in iframe + h2,
.content-in iframe + h3,
.content-in iframe + h4,
.content-in iframe + h5,
.content-in div + h2,
.content-in div + h3,
.content-in div + h4,
.content-in div + h5,
.content-in a + h2,
.content-in a + h3,
.content-in a + h4,
.content-in a + h5,
.content-in center + h2,
.content-in center + h3,
.content-in center + h4,
.content-in center + h5,
.content-in section + h2,
.content-in section + h3,
.content-in section + h4,
.content-in section + h5  {
	margin-top: 60px;
}

.title-1 {
	box-sizing: border-box;
    border-top: 3px solid #e54970;
    border-bottom: 1px solid #bebebe;
    font-weight: bold;
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 20px;
    padding: 10px 15px;
    padding-left: 66px;
    position: relative;
}

.title-1::before {
	background: url(images/h2icon01.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 26px;
	left: 15px;
	position: absolute;
	top: 14px;
	width: 36px;
}

.title-2 {
	box-sizing: border-box;
    border: 3px solid #e54970;
    color: #B82148;
    font-weight: bold;
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 20px;
    padding: 10px 15px;
    position: relative;
}

.title-3 {
	box-sizing: border-box;
    border-left: 7px solid #e54970;
    border-bottom: 2px solid #e54970;
    color: #B82148;
    font-weight: bold;
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 20px;
    padding: 5px 10px;
    position: relative;
}

.title-4 {
	box-sizing: border-box;
    border-left: 5px solid #e54970;
    font-weight: bold;
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 20px;
    padding-left: 10px;
}

.content-in a {
	color: #e54970;
}

.content-in a:hover {
	opacity: 0.6;
}

.about-in img {
	height: auto;
	width: 200px;
}

.table {
	background: #fad8e0;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}

.about-in .table {
	width: 510px;
}

.table li {
	overflow: hidden;
}

.table-1 {
	box-sizing: border-box;
	border-top: 4px solid #fff;
	clear: both;
	float: left;
	padding: 5px 10px;
	width: 30%;
}

.table-2 {
	background: #fbeff2;
	box-sizing: border-box;
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
	margin-left: 30%;
	padding: 5px 10px;
}

.table.w50 .table-1 {
	width: 50%;
}

.table.w50 .table-2 {
	margin-left: 50%;
}

.table.w65 .table-1 {
	width: 65%;
}

.table.w65 .table-2 {
	margin-left: 65%;
}

.about-tb li:first-child .table-1,
.about-tb li:first-child .table-2 {
	border-top: 0;
}

.about-in-2 {
	margin-bottom: 20px;
}

.about-in-2 img {
	height: auto;
	width: auto;
}

.about-in-2-text {
	font-size: 16px;
	line-height: 26px;
	width: 610px;
}

.katsudou {
	margin: 0 auto;
	width: 640px;
}

.katsudou li {
	float: left;
	margin: 0 60px 60px 0;
	width: 290px;
}

.katsudou li:nth-child(2n) {
	margin-right: 0;
}

.katsudou li img {
	height: auto;
	width: 100%;
}

.list-2 {
	margin-bottom: 20px;
}

.list-2 li {
	padding-left: 15px;
	position: relative;
}

.list-2 li::before {
	color: #e54970;
	content: "\e902";
	font-family: 'icomoon';
	left: -5px;
	position: absolute;
}

.aisatsu {
	margin-bottom: 20px;
}

.aisatsu-text {
	width: 460px;
}

.trial-in img {
	height: auto;
	width: 200px;
}

.trial-in-text {
	width: 510px;
}

.trial-list {
	margin: 0 auto 20px;
	width: 600px;
}

.trial-list li {
	float: left;
	margin-right: 20px;
	width: 290px;
}

.trial-list li:last-child {
	margin-right: 0;
}

.trial-list li img {
	height: auto;
	width: 100%;
}

.graduation-img {
	width: 99px;
}

.graduation-img img {
	height: auto;
	width: 100%;
}

.graduation-info-in {
	width: 610px;
}

.graduation-work {
	color: #0000ff;
	font-weight: bold;
	margin-bottom: 10px;
}

.table-tb {
	background: #fbeff2;
	border: 1px solid #e54970;
	border-top: 0;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 25px;
}

.table-tb li {
	overflow: hidden;
}

.table-tb-1 {
	border-top: 1px solid #e54970;
	box-sizing: border-box;
	clear: both;
	float: left;
	padding: 5px 10px;
	width: 30%;
}

.table-tb-2 {
	background: #fff;
	border-top: 1px solid #e54970;
	border-left: 1px solid #e54970;
	box-sizing: border-box;
	margin-left: 30%;
	padding: 5px 10px;
}

.table-tb-2.two-tb {
	line-height: 51px;
	height: 61px;
}

.table-tb.w50 .table-tb-1 {
	width: 50%;
}

.table-tb.w50 .table-tb-2 {
	margin-left: 50%;
}

.table-tb.w65 .table-tb-1 {
	width: 65%;
}

.table-tb.w65 .table-tb-2 {
	margin-left: 65%;
}

.table-tb.house-tb .table-tb-1 {
	font-weight: bold;
	width: 35%;
}

.table-tb.house-tb .table-tb-2 {
	margin-left: 35%;
}

.table-tb.house-1 li:nth-child(9) .table-tb-2,
.table-tb.house-2 li:nth-child(8) .table-tb-2 {
	height: 61px;
}

.contact .table-tb .table-tb-1 {
	width: 40%;
}

.contact .table-tb .table-tb-2 {
	margin-left: 40%;
	min-height: 36px;
	padding: 10px;
}

.table-tb .line-2 .table-tb-2 {
	height: 61px;
}

.table-tb .line-3 .table-tb-2 {
	height: 86px;
}

.contact .table-tb .table-tb-2 input[type="text"],
.contact .table-tb .table-tb-2 input[type="email"],
.contact .table-tb .table-tb-2 input[type="tel"] {
	background: #ffc;
	box-sizing: border-box;
	border-radius: 0;
	border: 1px solid #ccc;
	display: block;
	font-size: 15px;
	line-height: 25px;
	padding: 5px 10px;
	width: 100%;
	-webkit-appearance: none;
}

.contact .table-tb .table-tb-2 input.kokuseki {
	width: 200px;
}

.contact .table-tb .table-tb-2 input.nenrei {
	display: inline-block;
	margin-right: 10px;
	width: 100px;
}

.contact .table-tb .table-tb-2 input.post-num {
	width: 200px;
}

.contact .table-tb .table-tb-2 textarea {
	background: #ffc;
	box-sizing: border-box;
	border-radius: 0;
	border: 1px solid #ccc;
	display: block;
	font-size: 15px;
	line-height: 25px;
	height: 250px;
	padding: 5px 10px;
	width: 100%;
	-webkit-appearance: none;
}

.contact input[type="submit"] {
	background: #e54970;
	box-sizing: border-box;
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	margin: 10px auto 0;
	padding: 10px 10px;
	width: 200px;
	-webkit-appearance: none;
}

.contact input[type="submit"]:hover {
	opacity: 0.6;
}

.seinen-list {
	overflow: hidden;
}

.seinen-list li {
	float: left;
	margin-right: 20px;
}

.seinen-list li:last-child {
	margin-right: 0;
}

.seinen-list li select {
	font-size: 18px;
	line-height: 28px;
}

.tb-info {
	margin-bottom: 20px;
	width: 100%;
}

.tb-info th {
    background: #FFF7F7;
	border: 1px solid #FFDBDB;
	box-sizing: border-box;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
}

.tb-info td {
	border: 1px solid #FFDBDB;
	box-sizing: border-box;
	padding: 5px 10px;
}

.tb-info.time-info {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.tb-info.scholarship {
	font-size: 14px;
	line-height: 24px;
}

.flow-list {
	margin-bottom: 20px;
}

.flow-list li {
	float: left;
	font-size: 15px;
	line-height: 25px;
	margin-right: 60px;
	position: relative;
	width: 137.5px;
}

.flow-list li::after {
    color: #ffbdce;
    content: "\e901";
    font-family: 'icomoon';
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 45px;
    right: -45px;
}

.flow-list li:last-child {
	margin-right: 0;
}

.flow-list li:last-child::after {
	content: none;
}

.table-list {
	box-sizing: border-box;
	border-left: 1px solid #e54970;
	border-bottom: 1px solid #e54970;
	margin-bottom: 20px;
}

.table-list li {
	background: #fbeff2;
	overflow: hidden;
	width: 50%;
}

.table-list-1 {
	box-sizing: border-box;
	border-top: 1px solid #e54970;
	clear: both;
	font-weight: bold;
	float: left;
	padding: 5px 10px;
	text-align: center;
	width: 50%;
}

.table-list-2 {
	box-sizing: border-box;
	margin-left: 50%;
}

.table-list-2-in {
	background: #fff;
	box-sizing: border-box;
	border-left: 1px solid #e54970;
	border-right: 1px solid #e54970;
	border-top: 1px solid #e54970;
	padding: 5px 10px;
}

.flow-list-2 {
	margin: 0 auto 20px;
	width: 80%;
}

.flow-list-2 li {
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}

.flow-list-2 li.g-bg {
	background: #eee;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 5px 10px;
}

.flow-list-2 li::after {
	bottom: -20px;
	color: #C3C4F4;
    content: "\e902";
    font-family: 'icomoon';
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transform: rotate(210deg);
    -webkit-transform: rotate(210deg);
}

.flow-list-2 li.g-bg::after {
	bottom: -25px;
}

.flow-list-2 li:last-child {
	margin-bottom: 0 !important;
}

.flow-list-2 li:last-child::after {
	content: none;
}

.link-box li {
	box-sizing: border-box;
	border: 1px solid #ccc;
	float: left;
	margin-right: 20px;
	width: 355px;
}

.link-box li:nth-child(2n) {
	margin-right: 0;
}

.link-box li a {
	display: block;
	padding: 10px;
	padding-right: 40px;
	position: relative;
	text-decoration: none;
}

.link-box li a::after {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
}

.link-box li a h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}

.link-box-text {
	color: #000;
	font-size: 16px;
	line-height: 26px;
}

.content-box img.left {
	height: auto;
	margin: 0 20px 0 0;
	width: 292px;
}

.book-info {
	box-sizing: border-box;
	border-right: 1px solid #FFDBDB;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
}

.book-info li {
	box-sizing: border-box;
	border-left: 1px solid #FFDBDB;
	border-bottom: 1px solid #FFDBDB;
	float: left;
	width: 20%;
}

.book-info li:last-child {
	width: 40%;
}

.book-info-1 {
	background: #FFF7F7;
	box-sizing: border-box;
	border-top: 1px solid #FFDBDB;
	border-bottom: 1px solid #FFDBDB;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
}

.book-info-2 {
	background: #fff;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
}

.book-info-3 {
	background: #FFF7F7;
	box-sizing: border-box;
	border-top: 1px solid #FFDBDB;
	border-bottom: 1px solid #FFDBDB;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
}

.book-info-4 {
	background: #fff;
	border-bottom: 1px solid #FFDBDB;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
}

.book-info li:nth-child(3) .book-info-2 {
	padding: 10px;
}

.book-info li .book-info-2 img {
	height: auto;
	margin: 0 auto;
	width: 109px;
}

.book-info li .book-info-4 img {
	height: auto;
	margin: 0 auto;
	width: 109px;
}

.book-info li:nth-child(4) .book-info-2, .book-info li:nth-child(4) .book-info-4 {
	text-align: left;
}

.book-info.book-1 .book-info-2 {
	height: 250px;
}

.book-info.book-2 .book-info-2 {
	height: 390px;
}

.book-info.book-3 .book-info-2 {
	height: 196px;
}

.book-info.book-4 .book-info-2 {
	height: 200px;
}

.book-info.book-5 .book-info-2 {
	height: 198px;
}

.book-info.book-6 .book-info-2 {
	height: 198px;
}

.katsudou-2 {
	margin: 0 auto;
	width: 600px;
}

.katsudou-2.last {
	margin-bottom: -20px !important;
}

.katsudou-2 li {
	float: left;
	font-size: 13px;
	line-height: 18px;
	margin: 0 20px 20px 0;
	width: 290px;
}

.katsudou-2 li:nth-child(2n) {
	margin-right: 0;
}

.katsudou-2 li img {
	height: auto;
	width: 100%;
}

.katsudou-3.last {
	margin-bottom: -20px !important;
}

.katsudou-3 li {
	float: left;
	font-size: 15px;
	line-height: 20px;
	margin: 0 20px 20px 0;
	width: 230px;
}

.katsudou-3 li:nth-child(3n) {
	margin-right: 0;
}

.katsudou-3 li img {
	height: auto;
	width: 100%;
}

.katsudou-4 {
	margin-bottom: 10px;
}

.katsudou-4.last {
	margin-bottom: -10px !important;
}

.katsudou-4 li {
	float: left;
	margin: 0 10px 10px 0;
	width: 175px;
}

.katsudou-4 li:nth-child(4n) {
	margin-right: 0;
}

.katsudou-4 li img {
	height: auto;
	width: 100%;
}

.access-map-1 {
	background: url(images/access/access_01_r.jpg) no-repeat;
	background-size: contain;
	height: 0;
	margin: 0 auto 20px;
	padding-bottom: 53.333%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

.access-map-2 {
	background: url(images/access/access_02_r.jpg) no-repeat;
	background-size: contain;
	height: 0;
	margin: 0 auto 20px;
	padding-bottom: 53.333%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

.access-map-3 {
	background: url(images/access/access_03.gif) no-repeat;
	background-size: 100%;
	height: 240px;
	margin: 0 auto 20px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 330px;
}

.title-in {
	box-sizing: border-box;
	padding-left: 20px;
	position: relative;
}

.title-in::before {
	background: #000;
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 15px;
}

.num-list {
	margin-bottom: 20px;
}

.num-list li {
	list-style: decimal;
	margin-left: 18px;
}

.course-list-1 {
	margin-bottom: -10px;
}

.course-list-1 li {
	float: left;
	margin: 0 10px 10px 0;
	width: 360px;
}

.course-list-1 li:nth-child(2n) {
	margin-right: 0;
}

.course-list-1 li a {
	background: #e54970;
	box-sizing: border-box;
	color: #fff;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.course-list-info {
	box-sizing: border-box;
	padding: 10px;
	width: 180px;
}

.course-list-info-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
    text-align: center;
}

.course-list-info-text {
	font-size: 14px;
    line-height: 16px;
}

.course-list-2 li {
	box-sizing: border-box;
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 20px;
}

.course-list-2 li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.course-list-2-title {
	box-sizing: border-box;
	border-left: 5px solid #e54970;
	color: #e54970;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 10px;
}

.course-list-2-btn {
	background: #e54970;
	box-sizing: border-box;
	border-radius: 10px;
	color: #fff !important;
	display: block;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
	width: 200px;
}

.course-list-2-btn span {
    box-sizing: border-box;
    padding-left: 22px;
	position: relative;
}

.course-list-2-btn span::before {
  content: "\e903";
  font-family: 'icomoon';
  left: 0;
  position: absolute;
}

.single img {
	height: auto;
	margin: 0 auto;
	width: 60%;
}

.single.topics-page img {
	height: auto;
	margin: 0 auto;
	max-width: 60%;
	width: auto;
}

ul.kuhuupoint{
	color: #00b9eb;
	font-weight: bold;
}

ul.pickbox{
	margin: 0 auto;
	width: 750px;
}

ul.pickbox li{
	float: left;
	width: 250px;
}

ul.pickbox li a {
    display: block;
    width: 220px;
    height: 30px;
    border: 1px solid #e54970;
    border-radius: 10px;
    background: #f7a2b7;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    float: left;
    margin: 15px ;
}

ul.pickbox li{

}


/*----------------------------------
検索結果ページ
----------------------------------*/

.search-list li {
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	padding: 15px 15px;
}

.search-list li:first-child {
	padding-top: 0;
}

.search-page input[type="text"] {
    box-sizing: border-box;
    border: 1px solid #000;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    font-size: 18px;
    line-height: 28px;
    padding: 0 10px;
    width: 320px;
    -webkit-appearance: none;
}

.search-page input[type="text"],
.search-page input[type="image"] {
    float: left;
}

.wp-pagenavi {
	padding: 3px 0;
}

.pager .wp-pagenavi {
	margin: 30px 0 20px;
	text-align: center;
}

.pager .wp-pagenavi a,
.pager .wp-pagenavi span {
    border: 3px solid #fef0ec !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    color: #fef0ec !important;
    display: inline-block !important;
    margin: 2px !important;
    padding: 6px 15px !important;
    text-decoration: none !important;
}

.pager .wp-pagenavi span.current {
	background: #e54970 !important;
    border: 3px solid #e54970 !important;
	color: #fff !important;
}

.pager .wp-pagenavi a:hover {
	background: #e54970 !important;
    border: 3px solid #e54970 !important;
	color: #fff !important;
	font-weight: bold !important;
	opacity: 1 !important;
}

.pager.topics-pager .wp-pagenavi a,
.pager.topics-pager .wp-pagenavi span {
    border: 3px solid #e54970 !important;
	color: #e54970 !important;
}

.pager.topics-pager .wp-pagenavi span.current,
.pager.topics-pager .wp-pagenavi a:hover {
	color: #fff !important;
}

/*----------------------------------
学内行事・説明会情報
----------------------------------*/

.newslist-list li {
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	min-height: 45px;
	overflow: hidden;
	padding: 10px 0;
}

.newslist-list li:first-child {
	min-height: 35px;
	padding-top: 0;
}

.newslist-list li:last-child {
	border-bottom: 0;
	min-height: 35px;
	padding-bottom: 0;
}

.newslist-in {
	position: relative;
}

.newslist-cate {
	box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    left: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    width: 100px;
}

.newslist-in-list {
	left: 30px;
	padding-left: 110px;
	position: relative;
	width: 465px;
}

.newslist-in-list-event {
	left: 30px;
	position: relative;
	width: 570px;
}

.newslist-in-list a {
	display: inline-block;
}

.newslist-date {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.newslist-mongon {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 20px;
	margin-top: 10px;
	padding: 0 30px;
}

.newslist3-list li {
	box-sizing: border-box;
	border-bottom: 1px solid #e54970;
	overflow: hidden;
	padding: 10px 0;
}

.newslist3-list li:first-child {
	padding-top: 0;
}

.newslist3-date {
    box-sizing: border-box;
    float: left;
    margin-right: 40px;
    padding-left: 20px;
    position: relative;
}

.newslist3-date::before {
    color: #e54970;
    content: "\e902";
    font-family: 'icomoon';
    left: -4px;
    position: absolute;
    top: 0;
}

.newslist3-link {
	box-sizing: border-box;
	float: left;
	width: 580px;
}

.newslist3-in {
	color: #000;
	display: inline-block;
}

.newslist3-in:hover {
	text-decoration: none;
}


/* 200115_追加分 */

.hojo-img p img{
	border: 1px solid #ccc;
	float: right;
	margin: 10px;
	width: 120px;
}

p.hojo-text{
	float: left;
    width: 60%;
}

ul.jpn_kagai{
	width: 65%;
}

ul.jpn_kagai li{

}

ul.jpn_kagai li img{
    float: left;
    width: 47.5%;
    padding: 5px;
}

.jpn_kagai_right{
	width: 34%;
    padding: 5px;
}

.lh36{
	line-height: 36px !important;
}
