@charset "utf-8";
/* 出願資格
---------------------------------------------------------- */
.container_requisite {
	width: 100%;
    display: table;
}
.container_requisite .block_requisite_left {
	display: table-cell;
    width: 20%;
}
.container_requisite .block_requisite_right {
	display: table-cell;
    width: 85%;
}
.container_requisite .block_requisite_right h3 {
    margin-bottom: 30px;
}
.container_requisite .block_requisite_right dl {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.container_requisite .block_requisite_right dl:last-child {
    margin-bottom: 0px;
}
.container_requisite .block_requisite_right dt {
    float: left;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    background-color: #224da3;
}
.container_requisite .block_requisite_right dd {
    float: right;
    width: 95%;
    /* padding-top: 5px; */
    font-size: 18px;
    line-height: 1.5;
}
.tit_requisite {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}
.tit_requisite_en {
    color: #1a3c83;
    border-top: #1a3c83 1px solid;
    padding-top: 20px;
    margin-bottom: 40px;
}
.box_requisite {
    background-color: #e8ebf2;
    padding: 25px;
    margin-top: 15px;
}
.box_requisite h4 {
    color: #1a3c83;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
}
.box_requisite p {
    font-size: 18px;
    line-height: 1.8;
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1280px){
/* 出願資格
---------------------------------------------------------- */
.container_requisite .block_requisite_right dd {
    float: right;
    width: 94%;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1024px){
/* 出願資格
---------------------------------------------------------- */
.container_requisite .block_requisite_right dd {
    float: right;
    width: 93%;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* 出願資格
---------------------------------------------------------- */
.container_requisite .block_requisite_right dd {
    float: right;
    width: 90%;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* 出願資格
---------------------------------------------------------- */
.container_requisite {
	width: 100%;
    display: block;
}
.container_requisite .block_requisite_left {
	display: block;
    width: 100%;
}
.container_requisite .block_requisite_right {
	display: block;
    width: 100%;
}
.container_requisite .block_requisite_right dd {
    float: right;
    width: 84%;
}
.container_requisite .block_requisite_right h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.box_requisite {
    padding: 15px;
    /* margin-top: 15px; */
}
}



/* 入学試験
---------------------------------------------------------- */
.txt_examination {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 40px;
}
.block_examination {
	width: 100%;
    display: table;
    margin-top: 40px;
}
.block_examination .box_examination {
    display: table-cell;
    width: 35%;
    padding-left: 5%;
}
.block_examination .box_examination:first-child {
    width: 30%;
    padding-left: 0;
}
.img_examination {
    font-size: 1%;
    line-height: 0;
}
.img_examination img {
    width: 100%;
}
.box_examination 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_examination h3 span {
    display: block;
    margin-top: 8px;
    font-size: 17px;
    color: #3c6996;
    font-weight: bold;
    font-style: italic;
}
.box_examination p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.box_examination p:last-child {
    margin-bottom: 0px;
}
.examination_result {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #FFF;
    background-color: #224da3;
    padding: 30px 10px;
    width: 1400px;
    box-sizing: border-box;
    text-align: center;
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1400px){
/* 入学試験
---------------------------------------------------------- */
.box_examination h3 {
    font-size: 2vw;
}
.box_examination h3 span {
    font-size: 1.1vw;
}
.examination_result {
    width: 90%;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* 入学試験
---------------------------------------------------------- */
.block_examination {
    display: block;
    font-size: 0;
}
.block_examination {
    margin-top: 10px;
}
.block_examination .box_examination {
    display: inline-block;
    width: 47%;
    padding-left: 6%;
    vertical-align: top;
    margin-top: 30px;
}
.block_examination .box_examination:first-child,
.block_examination .box_examination:nth-child(odd) {
    width: 47%;
    padding-left: 0;
}
.box_examination h3 {
    font-size: 3.5vw;
}
.box_examination h3 span {
    font-size: 2.3vw;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* 入学試験
----------------------------------------------------------- */
.txt_examination {
    margin-top: 20px;
}
.block_examination {
    margin-top: 0px;
}
.block_examination .box_examination {
    display: block;
    width: 100%;
    padding-left: 0px;
    margin-top: 50px;
}
.block_examination .box_examination:first-child,
.block_examination .box_examination:nth-child(odd) {
    width: 100%;
    padding-left: 0;
}
.block_examination .box_examination:first-child {
    margin-top: 30px;
}
.box_examination h3 {
    font-size: 18px;
}
.box_examination h3 span {
    font-size: 14px;
    display: inline-block;
    padding-left: 1em;
}
.box_examination p {
    font-size: 16px;
    margin-bottom: 10px;
}
.examination_result {
    margin-top: 30px;
    font-size: 16px;
    padding: 20px;
    text-align: left;
}
}



/* 手続きと申請の流れ
---------------------------------------------------------- */
.block_flow {
	width: 100%;
    margin-top: 45px;
}
.block_flow dl {
    display: inline-block;
    width: 20%;
    padding-right: 4%;
    vertical-align: top;
    background-image: url("../../admissions/img/line_flow04.png");
    background-position: 97% 30px;
    background-repeat: no-repeat;
    /* margin-bottom: 30px; */
}
.block_flow dl.img_flow01 {
    background-image: url("../../admissions/img/line_flow01.png");
    background-position: 97% 30px;
    background-repeat: no-repeat;
}
.block_flow dl.img_flow02 {
    margin-top: 60px;
}
.block_flow dl.img_flow03 {
    margin-top: 120px;
    background-image: url("../../admissions/img/line_flow01.png");
    background-position: 97% 30px;
    background-repeat: no-repeat;
}
.block_flow dl.img_flow04 {
    margin-top: 165px;
    background-image: url("../../admissions/img/line_flow04.png");
    background-position: 97% 40px;
    background-repeat: no-repeat;
}
.block_flow dl.img_flow05 {
    margin-top: 30px;
}
.block_flow dl.img_flow06 {
    margin-top: 80px;
    background-image: url("../../admissions/img/line_flow04.png");
    background-position: 97% 40px;
    background-repeat: no-repeat;
}
.block_flow dl.img_flow07 {
    margin-top: 140px;
    background-image: url("../../admissions/img/line_flow01.png");
    background-position: 97% 30px;
    background-repeat: no-repeat;
}
.block_flow dl.img_flow08 {
    margin-top: 185px;
    background-image: url("../../admissions/img/line_flow01.png");
    background-position: 97% 40px;
    background-repeat: no-repeat;
}
.block_flow dl.img_flow09 {
    vertical-align: top;
    background-image: url("../../admissions/img/line_flow02.png");
    background-position: 100% 20px;
    background-repeat: no-repeat;
}
.block_flow dl.img_flow10 {
    vertical-align: top;
    background-image: url("../../admissions/img/line_flow03.png");
    background-position: 140px 70px;
    background-repeat: no-repeat;
    margin-top: 10px;
}
.img_flow01 dt img {
    width: 130px;
    height: auto;
}
.img_flow02 dt img {
    width: 129px;
    height: auto;
}
.img_flow03 dt img {
    width: 106px;
    height: auto;
}
.img_flow04 dt img {
    width: 128px;
    height: auto;
}
.img_flow05 dt img {
    width: 163px;
    height: auto;
}
.img_flow06 dt img {
    width: 128px;
    height: auto;
}
.img_flow07 dt img {
    width: 118px;
    height: auto;
}
.img_flow08 dt img {
    width: 99px;
    height: auto;
}
.img_flow09 dt img {
    width: 127px;
    height: auto;
}
.img_flow10 dt img {
    width: 151px;
    height: auto;
}
.txt_target {
    font-size: 16px;
    color: #1a3c83;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
    margin-top: 10px;
    display: inline-block;
}
.txt_target:before {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  content: '';
  background: #1a3c83;
  background: -webkit-linear-gradient(0deg, #214ba3, #40bea4);
}
.block_flow h3 {
    font-size: 24px;
    color: #1a3c83;
    font-weight: bold;
    margin-top: 5px;
}

.block_flow .img_flow10 h3 {
    background: -webkit-linear-gradient(90deg, #214ba3, #40bea4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* display: inline; */
}

.block_flow p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 5px;
    color: #1a3c83;
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* 手続きと申請の流れ
---------------------------------------------------------- */
.block_flow h3 {
    font-size: 20px;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* 手続きと申請の流れ
---------------------------------------------------------- */
.block_flow {
    margin-top: 30px;
}
.block_flow dl {
    display: block;
    width: 100%;
    padding-right: 0px;
    background-image: url("../../admissions/img/line_navy.png");
    background-position: 20px 0px;
    background-repeat: repeat-y;
}
.block_flow dl.img_flow01 {
    background-image: url("../../admissions/img/line_navy.png");
    background-position: 20px 0px;
    background-repeat: repeat-y;
}
.block_flow dl.img_flow02,
.block_flow dl.img_flow03, 
.block_flow dl.img_flow04,
.block_flow dl.img_flow05,
.block_flow dl.img_flow06,
.block_flow dl.img_flow07,
.block_flow dl.img_flow08,
.block_flow dl.img_flow09 {
    margin-top: 40px;
    background-image: url("../../admissions/img/line_navy.png");
    background-position: 20px 0px;
    background-repeat: repeat-y;
}
.block_flow dl.img_flow09 dd {
    padding-bottom: 40px;
}
.block_flow dl.img_flow10 {
    background-image: none;
    margin-top: -20px;
}
.block_flow dl dd {
    padding-left: 60px;
}
.txt_target {
    font-size: 14px;
    padding-bottom: 5px;
    margin-top: 5px;
}
.txt_target br {
    display: none;
}
.block_flow h3 {
    font-size: 20px;
    margin-top: 5px;
}
.block_flow p {
    font-size: 14px;
}
}



/* 必要書類
---------------------------------------------------------- */
.block_documents {
	width: 100%;
    margin-top: 20px;
    margin-bottom: 65px;
}
.txt_documents {
    font-size: 16px;
    line-height: 1.5;
}
.block_documents h3 {
    font-size: 26px;
    line-height: 1.2;
    color: #1a3c83;
    font-weight: bold;
    margin-top: 20px;
}
.block_documents h3 span {
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    background-color: #224da3;
    margin-right: 10px;
}
.block_documents .table_style {
	margin-top: 15px;
}
.block_documents .table_style table {
	border-top: solid 1px #224da3;
	border-left: solid 1px #224da3;
}
/*
.block_documents .table_style th,
.block_documents .table_style td {
	border-right: solid 1px #224da3;
	border-bottom: solid 1px #224da3;
}
.block_documents .table_style th.line_wht_right {
    border-right: #FFF 1px solid!important;
}
*/
.block_documents h4 {
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    font-weight: bold;
    margin-top: 80px;
}
.block_documents h3 + h4 {
    margin-top: 20px;
}

/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* 必要書類
---------------------------------------------------------- */
.block_documents h3 {
    font-size: 22px;
}
}



/* Q＆A
---------------------------------------------------------- */
.container_qa {
	width: 100%;
	min-width: 1400px;
    background-color: #224da3;
    color: #FFF;
}
.container_qa .container {
    width: 1400px;
    margin: 0 auto;
	padding: 90px 0 130px 0;
    text-align: left;
}
.tit_qa {
    width: 203px;
    text-align: center;
}
.tit_qa h2 {
    font-size: 22px;
    line-height: 1.2;
}
.tit_qa span {
    display: block;
    width: 203px;
    font-size: 1%;
    line-height: 0;
    margin-top: 5px;
}
.tit_qa span img {
    width: 100%;
}
.container_qa .container dl {
    margin-top: 60px;
    padding-bottom: 30px;
}
.container_qa .container dl:last-child {
    padding-bottom: 0px;
}
.container_qa .container dt {
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: #FFF 1px solid;
    background-image: url("../../admissions/img/ico_q.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 21px auto;
    padding-left: 30px;
}
.container_qa .container dd {
    font-size: 18px;
    line-height: 1.5;
    /* font-weight: bold; */
    padding-top: 15px;
    background-image: url("../../admissions/img/ico_a.png");
    background-repeat: no-repeat;
    background-position: 0px 15px;
    background-size: 17px auto;
    padding-left: 30px;
    }
/*
----------------------------------------------------------- */
@media screen and (max-width : 1400px){
/* Q＆A
---------------------------------------------------------- */
.container_qa {
	min-width: 0;
}
.container_qa .container {
    width: 90%;
    margin: 0 auto;
	padding: 90px 0 130px 0;
    text-align: left;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* Q＆A
---------------------------------------------------------- */
.container_qa {
	min-width: 0;
}
.container_qa .container {
    width: 90%;
	padding: 70px 0 90px 0;
}
.tit_qa,
.tit_qa span{
    width: 175px;
}
.tit_qa h2 {
    font-size: 20px;
}
.container_qa .container dt {
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 10px;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* Q＆A
---------------------------------------------------------- */
.container_qa .container {
	padding: 50px 0;
}
.tit_qa {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}
.tit_qa span {
    width: 150px;
}
.tit_qa h2 {
    font-size: 18px;
}
.container_qa .container dl {
    margin-top: 50px;
    padding-bottom: 0px;
}
.container_qa .container dl:last-child {
    padding-bottom: 0px;
}
.container_qa .container dt {
    font-size: 18px;
    padding-top: 0px;
}
.container_qa .container dd {
    font-size: 16px;
    }
}