@charset "utf-8";
/* カリキュラム
---------------------------------------------------------- */
/* カリキュラム */
.block_curriculum {
	width: 100%;
	margin: 20px auto 0 auto;
    display: table;
}
.block_curriculum .blk_curriculum_left {
    width: 430px;
    display: table-cell;
}
.block_curriculum .blk_curriculum_left img {
    width: 100%;
}
.block_curriculum .blk_curriculum_right {
    padding-left: 3%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.block_curriculum .blk_curriculum_right p {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 25px;
}
.block_curriculum .blk_curriculum_right p:first-child {
    margin-top: 0px;
}
/* スケジュール */
.block_schedule {
    background-color: #f3f5f9;
    border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
    margin-top: 50px;
    padding: 20px 0px;
    display: table;
    width: 100%;
}
.block_schedule .blk_schedule_left {
    /* width: 50%; */
    display: table-cell;
    vertical-align: middle;
    padding-right: 3%;
    padding-left: 30px;
}
.block_schedule .blk_schedule_left ul.list_decimal {
    margin-top: 30px;
    margin-left: 30px;
}
.block_schedule .blk_schedule_left ul.list_decimal:first-child {
    margin-top: 0px;
}
.block_schedule .blk_schedule_left ul.list_decimal li {
    font-size: 18px;
    list-style: decimal;
}
.block_schedule .blk_schedule_right {
    width: 590px;
    display: table-cell;
    padding-right: 30px;
}
.block_schedule .blk_schedule_right img {
    width: 100%;
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1280px){
/* カリキュラム
---------------------------------------------------------- */
/* スケジュール */
.block_schedule .blk_schedule_right {
    width: 50%;
    vertical-align: middle;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 850px){
/* カリキュラム
---------------------------------------------------------- */
/* カリキュラム */
.block_curriculum {
    display: block;
}
.block_curriculum .blk_curriculum_left {
    width: 100%;
    display: block;
}
.block_curriculum .blk_curriculum_right {
    padding-left: 0px;
    display: block;
    margin-top: 20px;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* カリキュラム
---------------------------------------------------------- */
/* スケジュール */
.block_schedule {
    display: block;
    padding: 6% 0;
}
.block_schedule .blk_schedule_left {
    /* width: 50%; */
    display: block;
    padding-right: 5%;
    padding-left: 5%;
}
.block_schedule .blk_schedule_right {
    display: block;
    width: auto;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 30px;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* カリキュラム
---------------------------------------------------------- */
.block_curriculum .blk_curriculum_right p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 25px;
}
.block_curriculum .blk_curriculum_right p:first-child {
    margin-top: 25px;
}
/* スケジュール */
.block_schedule .blk_schedule_left ul.list_decimal {
    margin-top: 30px;
}
.block_schedule .blk_schedule_left ul.list_decimal:first-child {
    margin-top: 20px;
}
.block_schedule .blk_schedule_left ul.list_decimal li {
    font-size: 16px;
}
}



/* 行事
---------------------------------------------------------- */
.block_event {
	width: 100%;
	margin: 0 auto;
}
.block_event > ul {
    width: 100%;
    /* font-size: 0; */
}
.block_event > ul > li {
    width: 48%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-top: 20px;
}
.block_event > ul > li .img_event {
    float: left;
    width: 320px;
}
.block_event > ul > li .img_event > img {
    width: 100%;
}
.block_event > ul > li .body_event {
    float: right;
    width: 48%;
}
.block_event > ul > li:nth-child(even) {
    margin-right: 0px;
}
.body_event h3 {
    border-left: #537ba2 2px solid;
    padding-left: 10px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
    margin-bottom: 25px;
}
.body_event li {
    font-size: 18px;
    margin-left: 1.5em;
}
.body_event li::before {
    content:"・";
    padding-right: 7px;
    margin-left: -1.5em;
}
.txt_event {
    font-size: 18px;
    color: #333;
    line-height: 1.2;
    font-weight: bold;
}
.box_gray.box_event {
    padding: 35px 25px;
}
.box_event ul {
    width: 100%;
    display: block;
    margin-top: 15px;
}
.box_event ul li {
    display: inline-block;
    margin-left: 1em;
    width: 15%;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 18px;
}
.box_event li::before {
    content:"●";
    padding-right: 5px;
    margin-left: -1em;
    color: #1a3c83;
    font-size: 0.7em;
    vertical-align: middle;
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1400px){
/* 行事
---------------------------------------------------------- */
.block_event > ul > li .img_event {
    width: 48%;
}
.block_event > ul > li .img_event > img {
    width: 100%;
}
.block_event > ul > li .body_event {
    width: 48%;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* 行事
---------------------------------------------------------- */
.block_event > ul > li {
    width: 100%;
    margin-right: 0px;
    display: block;
    margin-top: 30px;
}
.body_event h3 {
    margin-top: 0px;
}
.box_event ul li {
    width: 30%;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* 行事
---------------------------------------------------------- */
.body_event h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.body_event li {
    font-size: 16px;
}
.box_gray.box_event {
    padding: 25px 15px;
}
.box_event ul li {
    width: 42%;
    font-size: 16px;
}
}



/* 入学後の生活について
---------------------------------------------------------- */
.cpy_life_after {
    color: #333;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 20px;
}
.block_life_after {
	width: 100%;
    display: table;
    margin-top: 20px;
}
.block_life_after .box_life_after {
    display: table-cell;
    width: 26%;
    padding-left: 4%;
}
.block_life_after .box_life_after:first-child {
    width: 22%;
    padding-left: 0;
}
.img_life_after {
    font-size: 1%;
    line-height: 0;
}
.img_life_after img {
    width: 100%;
}
.box_life_after h3 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 1.2;
    color: #333;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: #3c6996 2px solid;
    margin-bottom: 15px;
}
.box_life_after h3 span {
    display: block;
    margin-top: 8px;
    font-size: 17px;
    color: #3c6996;
    font-weight: bold;
    font-style: italic;
}
.box_life_after p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.box_life_after p:last-child {
    margin-bottom: 0px;
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1400px){
/* 入学後の生活について
---------------------------------------------------------- */
.box_life_after h3 {
    font-size: 2vw;
}
.box_life_after h3 span {
    font-size: 1.1vw;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* 入学後の生活について
---------------------------------------------------------- */
.block_life_after {
    display: block;
    font-size: 0;
}
.block_life_after .box_life_after {
    display: inline-block;
    width: 47%;
    padding-left: 6%;
    vertical-align: top;
    margin-top: 30px;
}
.block_life_after .box_life_after:first-child,
.block_life_after .box_life_after:nth-child(odd) {
    width: 47%;
    padding-left: 0;
}
.box_life_after h3 {
    font-size: 3.5vw;
}
.box_life_after h3 span {
    font-size: 2.3vw;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* 入学後の生活について
---------------------------------------------------------- */
.block_life_after {
    margin-top: 0px;
}
.box_life_after h3 {
    margin-top: 15px;
    font-size: 4.5vw;
}
.box_life_after p {
    font-size: 16px;
}
}



/* キャンパス周辺
---------------------------------------------------------- */
.block_campus {
	width: 100%;
    display: table;
    margin-top: 70px;
}
.block_campus .box_campus {
    display: table-cell;
    width: 26%;
    padding-left: 4%;
    position: relative;
    vertical-align: top;
}
.block_campus .box_campus:first-child {
    width: 22%;
    padding-left: 0;
}
.img_campus {
    position: relative;
    width: 100%;
}
.block_campus .box_campus:nth-child(even) .img_campus {
    margin-top: 150px;
}
.img_tag {
    background-color: #FFF;
    padding: 7px 9px;
    display: inline-block;
    border-left: #aaf0ff 20px solid;
    font-size: 13px;
    line-height: 1.2;
    font-weight: bold;
    color: #1a3c83;
    -webkit-box-shadow: 1px 3px 7px #666;
    -moz-box-shadow: 1px 3px 7px #666;
    box-shadow: 1px 3px 7px #666;
    position: absolute;
    left:-15px;
    bottom: 20px;
}
img.img_campus_main {
    width: 100%;
}
img.img_deco01 {
    position: absolute;
    left:-50px;
    top: -53px;
}
img.img_deco02 {
    position: absolute;
    left:-15px;
    top: -10px;
}
img.img_deco03 {
    position: absolute;
    left:-38px;
    top: 2px;
}
img.img_deco04 {
    position: absolute;
    left: 58px;
    top: -53px;
}
.block_campus .box_campus h3 {
    color: #224da3;
    font-size: 26px;
    line-height: 1.2;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: #224da3 2px dashed;
}
.box_campus p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.box_campus p:last-child {
    margin-bottom: 0px;
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1400px){
/* キャンパス周辺
---------------------------------------------------------- */
.block_campus .box_campus h3 {
    font-size: 2vw;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* キャンパス周辺
---------------------------------------------------------- */
.block_campus {
    display: block;
    font-size: 0;
}
.block_campus .box_campus {
    display: inline-block;
    width: 47%;
    padding-left: 6%;
    position: relative;
    vertical-align: top;
}
.block_campus .box_campus:first-child,
.block_campus .box_campus:nth-child(odd){
    width: 47%;
    padding-left: 0px;
}
.block_campus .box_campus:nth-child(even) .img_campus {
    margin-top: 0px;
}
.block_campus .box_campus:nth-child(3),
.block_campus .box_campus:nth-child(4) {
    margin-top: 80px;
}
.img_tag {
    padding: 7px 10px;
    border-left: #aaf0ff 17px solid;
    font-size: 14px;
    position: absolute;
    left:-10px;
    bottom: 15px;
}
img.img_deco01 {
    position: absolute;
    left:-15px;
    top: -43px;
}
/*
img.img_deco02 {
    position: absolute;
    left:-15px;
    top: -10px;
}
*/
img.img_deco03 {
    position: absolute;
    left:-15px;
    top: -32px;
}
img.img_deco04 {
    position: absolute;
    left: 45px;
    top: -52px;
}
.block_campus .box_campus h3 {
    font-size: 3.5vw;
}
.box_campus p {
    font-size: 16px;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* キャンパス周辺
---------------------------------------------------------- */
.block_campus {
    margin-top: 30px;
}
.block_campus .box_campus:nth-child(2),
.block_campus .box_campus:nth-child(3),
.block_campus .box_campus:nth-child(4) {
    margin-top: 50px;
}
.block_campus .box_campus {
    display: block;
    width: 100%;
    padding-left: 0px;
}
.block_campus .box_campus:first-child,
.block_campus .box_campus:nth-child(odd){
    width: 100%;
}
img.img_deco01,
img.img_deco02,
img.img_deco03,
img.img_deco04 {
    display: none;
}
.block_campus .box_campus h3 {
    font-size: 7vw;
    padding-bottom: 15px;
}
}



/* 背景イラスト
---------------------------------------------------------- */
.bg_building {
	width: 100%;
	min-width: 1400px;
    background-image: url("../../schoollife/img/bg_building.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 18%;
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1400px){
/* 背景イラスト
---------------------------------------------------------- */
.bg_building {
	min-width: 0;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* 背景イラスト
---------------------------------------------------------- */
.bg_building {
  background-image: url("../../schoollife/img/bg_building.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 165% auto;
  padding-bottom: 30%;
}
}
