@charset "UTF-8";
/* CSS Document */

.sp {
    display: none !important;
}

html {
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 10px;
    color: #000;
    font-feature-settings: "pkna";
}

body {
    min-width: 1000px;
}

p {
    font-size: 1.4rem;
    line-height: 2.4rem;
}

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 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    cursor: pointer;
    /*color: #278dff;*/
		color: #0d2653;
}

a:hover img {
    cursor: pointer;
    opacity: 0.8;
}

a:hover article {
    opacity: 0.8;
}

li {
    list-style: none;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb80 {
	margin-bottom: 80px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.mt60 {
	margin-top: 60px;
}

.center {
	text-align: center;
}

section:after {
    content: '';
    display: block;
    font-size: 0;
    clear: both;
}

ul:after {
    content: '';
    display: block;
    font-size: 0;
    clear: both;
}

.form-wrapper:after {
    content: '';
    display: block;
    font-size: 0;
    clear: both;
}

.clearfix::after {
content: '';
display: block;
clear: both;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

.inner:after {
    content: '';
    display: block;
    font-size: 0;
    clear: both;
}

h2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 40px;
}

.header-nav {
	width: 100%;
	min-width: 1000px;
	margin: 0	 auto;
	height: 140px;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0px 0px 3px 1px rgba(51, 51, 51, 0.3);
	z-index: 999999;
	background: #fff;
}

header {
    width: 1000px;
    height: 70px;
    margin: 0 auto;
		position: relative;
}

h1 {
    position: absolute;
    left: 0;
    top: 16px;
}

header .hdr-cv {
    position: absolute;
    right: 0;
    top: 15px;
}

header .hdr-cv .header-btn  {
	font-size: 0;
}

header .hdr-cv .header-btn li {
	display: inline-block;
	margin-right: 5px;
}

header .hdr-cv .header-btn li:last-of-type {
	margin-right: 0;
}

header .hdr-cv .header-btn .btn a {
	display: block;
	background: #0d2653;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	/*width: 220px;
	width: 200px;*/
	width: 162px;
}

header .hdr-cv .contact a {
    display: block;
    width: 85px;
    height: 40px;
    background-color: #0d2653;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 40px;
		font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

header .hdr-cv .openschool .btn a:hover {
   color: #fff;
	opacity: 0.7;
	transition: all 0.3s;
}


header .hdr-cv .contact a:hover {
    color: #fff;
    opacity: 0.7;
    transition: all 0.3s;
}

.hdr-icon {
    position: absolute;
    top: 16px;
    /*right: 630px;*/
    right: 626px;
}

.hdr-icon span {
    display: block;
		font-size: 1.1rem;
		text-align: center;
		margin-top: -6px;
}

.hdr-icon img {
    margin-left: 20px;
}

nav#g-nav {
    width: 100%;
    height: 70px;
    background: #c9395f;
}

nav#g-nav ul {
    width: 1000px;
    margin: 0 auto;
}

nav#g-nav li {
    float: left;
}

nav#g-nav li:hover {
    background: #de3f68;
    cursor: pointer;
}

nav#g-nav li {
    width: 192px;
    height: 70px;
    border-left: 1px solid #d9587b;
    border-right: 1px solid #971135;
    text-align: center;
    padding-top: 25px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: normal;
    z-index: 100;
}

nav#g-nav li.gnav-home {
    width: 40px;
}

nav#g-nav li:last-of-type {
    letter-spacing: -0.1em;
}

nav#g-nav ul:after {
    content: '';
    display: block;
    font-size: 0;
    clear: both;
}

#bnr {
    width: 100%;
    padding: 30px 0;
    background-image: url(../img/bnr-bg.jpg);
    background-size: cover;
    margin-bottom: 0;
}

#bnr .main-bnr {
    width: 1000px;
    margin: 0 auto 30px;
    padding: 30px 30px 18px;
    background: #fff;
    text-align: center;
    line-height: 0;
}

#bnr .main-bnr ul::after {
    content: '';
    display: block;
    font-size: 0;
    clear: both;
}

#bnr .main-bnr li {
    width:226px;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}
#bnr .main-bnr li img{
    width:100%;
    height:auto;
}

#bnr .main-bnr li:last-child {
    margin-right: 0;
}


#bnr .sub-bnr {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
}

#bnr .sub-bnr ul::after {
    content: '';
    display: block;
    font-size: 0;
    clear: both;
}

#bnr .sub-bnr li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#bnr .sub-bnr li:nth-child(5),
#bnr .sub-bnr li:nth-child(10) {
    margin-right: 0;
}



#bnr .sns-bnr {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
}

#bnr .sns-bnr img {
    margin: 0 5px;
}

footer #ftr-nav {
    width: 1000px;
    margin: 0 auto 180px;
}

footer #ftr-nav:after {
    content: '';
    display: block;
    font-size: 0;
    clear: both;
}

/*footer #ftr-nav ul {
    width: 160px;
    margin-right: 4px;
    float: left;
}

footer #ftr-nav ul:nth-child(6) {
    width: 176px;
}*/

/*footer #ftr-nav ul:last-of-type {
    margin-right: 0;
}*/

footer #ftr-nav ul li {
    color: #fff;
    margin-bottom: 6px;
    font-size: 1.2rem;
}

footer #ftr-nav ul li.beyond {
		font-family: 'Redressed', cursive;
		font-size: 1.4rem;
}

footer #ftr-nav ul li:first-of-type {
    font-size: 1.6rem;
    font-weight: bold;
		line-height: 1.5;
}

footer #f-info {
    width: 100%;
    background: #c9395f;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 0;
}

footer #f-info nav {
    margin-bottom: 20px;
}

footer #f-info nav ul,
footer #f-info nav ul li {
    display: inline;
    font-size: 1.3rem;
}

footer #f-info nav ul li:after {
    content: ' ｜ ';
}

footer #f-info nav ul li:last-of-type:after {
    content: none;
}

footer #f-info .name {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
}

.school-ftr {
    float: left;
    display: grid;
}

footer #ftr-nav ul {
    width: 190px;
    margin-right: 10px;
    float: left;
}
.school-ftr:last-of-type {
    margin-right: 0;
}

#copyright {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
}

#copyright p {
    font-size: 1.2rem;
    color: #666;
}

#page-top {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 999;
}

#page-top img {
    box-shadow: 0px 0px 3px 1px rgba(51, 51, 51, 0.2);
}


/*投稿ページ共通*/
.bg-img{
    width:230px;
    height: 140px;
}

.wp-pagenavi{
    margin-bottom: 30px;
}
/* 下層共通 */

p {
    font-size: 1.4rem;
    line-height: 1.8;
}

.category-img {
    width: 100%;
    height: 200px;
}

.detail span {
    display: block;
    font-size: 1.2rem;
    color: #278dff;
    text-align: right;
    margin-top: 10px;
}

.cat-j {
    background: #c06878;
}

.cat-h {
    background: #5f6891;
}

.cat-n {
    background: #b8b957;
}

.wrapper {
    width: 100%;
    padding: 0 ;
    background: url(../img/wrapper-bg.jpg) no-repeat center top;
    background-size: 100% auto;
    font-size: 1.4rem;
		margin-top: 140px;
}

.wrapper img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.wrapper .inner {
    width: 100%;
    max-width: 1000px;
    padding-top: 20px;
}

.inner::after {
    content: '';
    display: block;
    font-size: 0;
    clear: both;
}

.category-img {
    margin-bottom: 0;
}

.contents {
    width: 100%;
    float: left;
    margin-right: -230px;
/*    margin-bottom: 80px;*/
}

.contents-inner {
    margin-right: 280px;
}

.contents-inner::after {
    content: '';
    display: block;
    font-size: 0;
    clear: both;
}

.bread {
    margin-bottom: 40px;
}

.bread li {
    display: inline-block;
    font-size: 1.2rem;
    padding-right: 25px;
    position: relative;
}

.bread li.beyond {
    font-family: 'Redressed', cursive;
    font-size: 1.5rem;
}

.bread li:last-child {
    color: #c9395f;
}

.bread li::after {
    display: inline-block;
    content: url(../img/ico-arrow02.svg);
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    right: 6px;
}

.bread li:last-child::after {
    display: none;
}

.bread a:hover {
    color: #c9395f;
    text-decoration: underline;
}

.lead {
    text-align: justify;
    line-height: 2;
    margin-bottom: 60px;
}

.copy {
    text-align: justify;
    line-height: 2;
    margin-bottom: 40px;
}

.caption {
    font-size: 1.2rem;
    line-height: 1.6;
}

.wrap {
    width: 100%;
}

.wrap::after {
    content: '';
    display: block;
    font-size: 0;
    clear: both;
}

.block-3 {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 60px;
    text-align: justify;
}

.block-2 {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 60px;
    text-align: justify;
}

.block-3:nth-of-type(3n) {
    margin-right: 0;
}

.block-2:nth-of-type(2n) {
    margin-right: 0;
}

.block {
    text-align: justify;
    margin-bottom: 80px;
}

.block::after,
.block-2::after,
.block-inner::after {
    content: '';
    display: block;
    font-size: 0;
    clear: both;
}

h3 {
    /* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
    font-size: 2.4rem;
    line-height: 1;
    color: #c9395f;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 40px;
}

h3 span {
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0;
    position: relative;
}

/*h3 span::before,
h3 span::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 8px;
    height: 1px;
    background-color: #c9395f;
    ;
}
*/

h3 span::before {
    left: -22%;
}

h3 span::after {
    right: -20%;
}

/*h4 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-feature-settings: "pkna";
    font-size: 2.2rem;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #c9395f;
    letter-spacing: 1.8px;
}*/
h4{
        font-size: 1.8rem;
    color: #333;
    font-weight: bold;
    letter-spacing: 1.6px;
    margin-bottom: 30px;
    padding-left: 2px;
    padding-bottom: 5px;
    position: relative;
    border-bottom: solid 2px #eaeaea;
}
h4:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #c9395f;
    bottom: -2px;
    left: 0;
    width: 4%;
}


h4 span {
		display: block;
    font-size: 1.2rem;
}

h5 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.8;
    color: #c9395f;
}

/* サイドナビ */

.snavi {
    width: 230px;
    float: right;
    background: #f9f9f9;
    font-size: 1.4rem;
}

.snavi li.beyond {
    font-family: 'Redressed', cursive;
		font-size: 1.6rem;
}

.snavi .ttl {
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    padding: 10px;
    background: #c9395f;
}

.snavi .ttl span {
    display: block;
    font-size: 1rem;
    line-height: 1;
    padding-top: 3px;
}


.snavi a {
    padding: 20px 20px 20px 30px;
    border-bottom: 1px dotted #e5e5e5;
    line-height: 1;
    background: url(../img/ico-arrow01.svg) no-repeat left 15px top 23px;
    background-size: 8px 8px;
    display: block;
}

.snavi  .archives a {
    padding: 20px 20px 20px 30px;
    border-bottom: 1px dotted #e5e5e5;
    line-height: 1;
    background: url(../img/ico-arrow01.svg) no-repeat left 15px top 23px;
    background-size: 8px 8px;
    display: inline-block;
}

.snavi  .archives li{
    border-bottom: 1px dotted #e5e5e5;
}

.snavi  .archives li:last-child{
    border: none;
}

.snavi a:last-child{
    border: none;
}

.snavi-education a:first-child {
    padding-bottom: 10px;
    background: url(../img/ico-arrow01.svg) no-repeat left 15px top 24px;
    background-size: 8px 8px;
}

.snavi-education .sub a{
    padding: 20px 10px 5px 30px;
    border: none;
    background: url(../img/ico-arrow01.svg) no-repeat left 15px top 23px;
    background-size: 8px 8px;
}


.snavi a:hover {
    color: #c9395f;
    text-decoration: underline;
}

li.adjust {
    line-height: 20px;
    /*padding: 7px 30px;*/
}

/*お知らせ*/

.notice {
    background: url(../img/notice-image.jpg) no-repeat center top;
    background-size: cover;
}

#news .wrap {
    background: #eae9ea;
    width: 720px;
    padding: 20px;
}

#news ul::after {
    content: '';
    display: block;
    font-size: 0;
    clear: both;
}

#news li {
    width: 220px;
    height: 270px;
    float: left;
    background: #fff;
    margin-right: 10px;
}

#news li:nth-of-type(3n) {
    margin-right: 0;
}

#news li {
    position: relative;
    margin-bottom: 40px;
}

#news .date {
    margin: 20px 20px 10px;
    font-size: 1rem;
    color: #333;
    line-height: 1rem;
}

/*#news .category {
    width: 100px;
    padding: 0px 5px;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    top: 150px;
    right: 20px;
    text-align: center;
    line-height: 2rem;
}*/

#news .detail {
    text-align: justify;
    word-wrap: break-word;
    margin: 0 20px 20px;
}

/* お知らせ-詳細 */

#detail .wrap {
    position: relative;
}

#detail .date {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 1.2rem;
}

#detail img {
    margin-bottom: 40px;
}

#detail .photo {
    width: 30%;
    float: right;
    margin-bottom: 40px;
    margin-left: 30px;
}

#detaill .copy span {
    font-size: 1.6rem;
    font-weight: bold;
}

#detail .btn a {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 6px 0;
    background: url(../img/ico-arrow04.svg) no-repeat left 15px center;
    background-size: 10px 10px;
    background-color: #8ea450;
    width: 40%;
    margin: 60px auto 0;
}

#detail .btn a:hover {
    opacity: 0.7;
    transition: all 0.3s;
}


/* リンクボタン */
.btn-1 a {
    display: block;
    background: #C9395F;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    min-width: 300px;
    max-width: 375px;
    padding: 15px;
    margin: 0 auto 30px;
}

/* Webパンフレット・募集要項 */

#pamphlet h4 {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    color: #333;
}

#pamphlet h4 span {
    display: block;
}

#pamphlet h4:hover {
    color: #278dff;
}



/* 入試情報 */
#exam h4 {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1.6px;
    margin-bottom: 40px;
    padding-left: 5px;
    padding-bottom: 5px;
    position: relative;
    border-bottom: solid 2px #eaeaea;
}


#exam h4::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #c9395f;
    bottom: -2px;
    left: 0;
    width: 4%;
}

#exam h5 {
    font-size: 1.6rem;
    margin-bottom: 10px;
		padding-left: 10px;
}

#exam .block {
    margin-bottom: 80px;
}



#exam dl::after {
    content: '';
    display: block;
    font-size: 0;
    clear: both;
}

#exam dl{
    margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #eaeaea;
		padding-left: 20px;
}

#exam dt {
		width: 100%;
    float: left;
		margin-right: 10px;
		font-weight: bold;
		color: #c9395f;
}

#exam dd {
    float: left;
}

#exam dd span {
    font-weight: bold;
}

/* 動画紹介 */
#movie .wrap {
    width: 100%;
}

#movie .block-2 {
    margin-right: 2%;
}

/* オープンスクール */
#openschool dl a {
    text-decoration: underline;
}

#openschool dl a:hover {
    text-decoration: underline;
}

#result {
padding-top: 150px;
margin-top: -150px;
}


@media screen and (min-width: 641px) {

    footer {
        width: 100%;
        background-image: url(../img/fnav-bg.jpg);
        background-size: cover;
        background-position: right -130px;
        padding: 60px 0 0;
    }
}


/* 640pxまでの幅の場合に適応される */

@media screen and (max-width: 640px) {
    .pc {
        display: none !important;
    }
    body {
        min-width: 100%;
    }
	
	html {
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 10px;
    color: #000;
    font-feature-settings: "pkna";
}
	
	header {
    width: 100%;
   	height: 45px;
    position: relative;
    z-index: 99999999;
}
	
		.header-nav {
			width: 100%;
			min-width: 100%;
			height: 45px;
			position: static;
			box-shadow: none;
		}	
	
	
    #g-nav {
        display: none;
    }
    #bnr {
        width: 100%;
        padding: 30px 25px;
        background-image: url(../img/bnr-bg.jpg);
        background-size: cover;
        margin-bottom: 0;
    }
    #bnr .main-bnr {
        width: 100%;
        padding: 15px;
    }
    #bnr .main-bnr ul::after {
        content: '';
        display: block;
        font-size: 0;
        clear: both;
    }
    #bnr .main-bnr li {
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    #bnr .main-bnr li:nth-of-type(even) {
        margin-right: 0;
    }
    #bnr .main-bnr li img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    #bnr .main-bnr ul + a {
        display: block;
        width: 100%;
    }
    #bnr .main-bnr ul + a img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    #bnr .sub-bnr {
        width: 100%;
    }
    #bnr .sub-bnr ul {
        margin-bottom: 20px;
    }
    #bnr .sub-bnr ul::after {
        content: '';
        display: block;
        font-size: 0;
        clear: both;
    }
    #bnr .sub-bnr li {
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    #bnr .sub-bnr li img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    #bnr .sub-bnr li:nth-child(5),
    #bnr .sub-bnr li:nth-child(10) {
        margin-right: 2%;
    }
    #bnr .sub-bnr li:nth-child(even) {
        margin-right: 0;
    }
    #bnr .sns-bnr {
        width: 100%;
    }
    #bnr .sns-bnr img {
        margin: 0 5px;
    }
    footer {
        padding-top: 0;
				padding-bottom: 50px;
    }
    footer #ftr-nav {
        width: 100%;
        margin: 0;
        display: none;
    }

    section#f-info a img {
        width: 15%;
        position: relative;
        top: 80px;
        right: -10px;
    }

    #page-top {
        position: fixed;
        right: -10px;
        bottom: 60px;
    }

    #page-top img {
        width: 80%;
        height: auto;
    }

    /* サイドナビ */
    .snavi {
        display: none;
    }

    .contents {
        width: 100%;
        float: left;
        margin-right: -230px;
        margin-bottom: 180px;
    }


    /* 下層共通 */
    .wrapper {
        width: 100%;
        padding: 0 20px;
        background: url(../img/wrapper-bg.jpg) no-repeat center top;
        background-size: 100% auto;
        font-size: 1.4rem;
				margin-top: 0;
    }

    .wrapper img {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .wrapper .inner {
        width: 100%;
        padding-top: 20px;
    }

    .inner::after {
        content: '';
        display: block;
        font-size: 0;
        clear: both;
    }

    .contents {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 80px;
    }

    .contents-inner {
        margin-right: 0;
    }

    .contents-inner::after {
        content: '';
        display: block;
        font-size: 0;
        clear: both;
    }

    .bread {
        margin-bottom: 60px;
    }

    .bread li {
        display: inline-block;
        font-size: 1rem;
        padding-right: 16px;
        position: relative;
    }

    .bread li:last-child {
        color: #c9395f;
    }

    .bread li::after {
        display: inline-block;
        content: url(../img/ico-arrow02.svg);
        width: 8px;
        height: 8px;
        position: absolute;
        right: 2px;
    }

    .bread li:last-child::after {
        display: none;
    }

    .bread a:hover {
        color: #c9395f;
        text-decoration: underline;
    }

    .caption {
        line-height: 1.5;
        margin-top: 10px;
    }

    .lead {
        text-align: justify;
        line-height: 1.8;
        margin-bottom: 30px;
    }

    .copy {
        text-align: justify;
        line-height: 1.8;
        margin-bottom: 40px;
    }

    .wrap {
        width: 100%;
    }

    .wrap::after {
        content: '';
        display: block;
        font-size: 0;
        clear: both;
    }

    .block-3 {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 30px;
        text-align: justify;
    }

    .block-2 {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
        text-align: justify;
    }

    .block-2::after {
        content: '';
        display: block;
        font-size: 0;
        clear: both;
    }

    .block-3:nth-of-type(3n) {
        margin-right: 4%;
    }

    .block-3:nth-of-type(2n),
    .block-2:nth-of-type(2n) {
        margin-right: 0;
    }

    .block {
        text-align: justify;
        margin-bottom: 30px;
    }

    .block::after {
        content: '';
        display: block;
        font-size: 0;
        clear: both;
    }

    h3 {
        /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
        font-feature-settings: "pkna";
        font-size: 2.4rem;
        line-height: 1;
        color: #c9395f;
        letter-spacing: 0.1em;
        text-align: center;
        margin-bottom: 30px;
    }

    h3 span {
        display: inline-block;
        font-size: 1rem;
        letter-spacing: 0;
        position: relative;
    }

    h4 {
        font-size: 1.8rem;
        line-height: 1.6;
        margin-bottom: 15px;
        letter-spacing: 1.4px;
    }

    h5 {
        font-size: 1.5rem;
        line-height: 1.6;
        font-weight: bold;
        margin-bottom: 5px;
    }



    .ftr-br a {
        margin-top: 10px;
    }

    /*お知らせ*/
    #news .wrap {
        width: 100%;
    }

    #news li {
        width: 49%;
        height: 270px;
        float: left;
        background: #fff;
        margin-right: 2%;
    }

    #news li:nth-of-type(3n) {
        margin-right: 2%;
    }

    #news li:nth-of-type(2n) {
        margin-right: 0;
    }

    #news li {
        position: relative;
        margin-bottom: 20px;
    }

    #news .date {
        margin: 10px;
    }

    #news .category {
        width: 90%;
        margin: 3px auto 10px;
        position: static;
    }

    #news .detail {
        text-align: justify;
        word-wrap: break-word;
        margin: 0 10px 10px;
    }

    /* お知らせ-詳細 */
    #detail h4 {
        margin-bottom: 5px;
    }

    #detail .date {
        position: static;
        text-align: right;
        margin-bottom: 15px;
    }

    #detail .photo {
        width: 40%;
        margin: 5px 0 10px 15px;
    }

    #detail .btn a {
        width: 100%;
    }

    /* Webパンフレット・募集要項 */
    #pampflet h4 {
        font-size: 1.4rem;
    }





    /* 入試情報 */
    #exam h4 {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }
	
		 #exam h5 {
        font-size: 1.4rem;
			 	padding-left: 0;
    }

    #exam .block {
        margin-bottom: 60px;
    }

    #exam table {
        border-collapse: collapse;
        width: 100%;
        margin-bottom: 20px;
				font-size: 1.3rem;
    }
	
		#exam dl {
				font-size: 1.4rem;
				padding-left: 5px;
		}	
	
		#exam dt {
				width: 100%;
				float: none;
				margin-right: 0;
				margin-bottom: 5px;
		}

		#exam dd {
				float: none;
		}

    /* 動画紹介 */
    #movie .wrap {
        width: 100%;
        margin-left: 0;
    }
    #movie .block-2 {
        margin-right: 2%;
    }
    /* 交通アクセス */
	.hdr-icon {
   		position: absolute;
    		top: -6px;
    		right: 35px;
    		z-index: 10001;
		}
	
	.hdr-icon a {
		display: block;
		padding: 13px 13px 11px 13px;
		}
	
	.hdr-icon a img {
   		width: 28px;
    		height: 32px;
		margin: 0;
		}

	.footer-btn {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 200;
	}
	
	.footer-btn img {
		width: 18px;
		height: auto;
		vertical-align: -3px;
	}
	
	.footer-btn .btn01 {
    		width: 40%;
		float: left;
	}
	.footer-btn .btn02 {
    		width: 30%;
		float: left;
	}
	.footer-btn .btn02 {
   		border-left: 1px solid #fff;
	}
	
	.footer-btn .btn01 a,
	.footer-btn .btn02 a {
    		display: block;
    		padding: 16px 0 10px;
    		font-size: 1.2rem;
		color: #fff;
		text-align: center;
		font-weight: bold;
		line-height: 1.6;
		background: #0d2653;
}
#result {
		padding-top: 0;
		margin-top: 0;
}

	
	
	
	
	
}
