@charset "utf-8";

/*  基本
---------------------------------------*/



.details_box01 {
  margin-top: 50px;
}

.txt_list_02 li:first-child {
  margin-bottom: 20px;
}

#contents a.txt_link {
    display: inline-block;
    color: #0b4084;
}

#contents a.txt_link:hover {
    text-decoration: underline;
}


/*******************************
テーブル02
*******************************/
.table02 {
    border-collapse:  collapse;
	width: 100%;
}
.table02 th {
    background-color: #fff0d9;
}
.table02 th,
.table02 td {
    border: 1px solid;
    padding: 10px;
}
.table02 td ul li {
    text-indent: -1em;
    padding-left: 1em;
}

.table02 {
    border-collapse: collapse;
}
.table02 th:first-child {
    width: 17%;
}
.table02 th:nth-child(2) {
    width: 10%;
}
.table02 th:nth-child(3) {
    width: 26%;
}
.table02 th:last-child {
    width: 47%;
}
@media screen and (max-width: 599px){
    .table02 {
        margin-bottom: 10px;
    }
    .table02 th:first-child {
        width: 18%;
		white-space: nowrap;
    }
    .table02 td {
        /*width: 70%;*/
    }
}





/* 入試の流れ　01
---------------------------------------*/
.flow01 .box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.details_box01 .brown {
  border: 2px solid #00336A;
  border-radius: 15px;
  text-align: center;
  padding: 20px 5px;
  position: relative;
  margin-bottom: 30px;
}

.details_box01 .brown:after {
  content: '';
  position: absolute;
  border-top: 20px solid #00336A;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  bottom: -20px;
  left: 48%;
}

.flow01 .green {
  border: 2px solid #d64646;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
  color: #d64646;
  height: 220px;
  background: #F9F7F1;
}

.flow01 .green::after {
  content: '';
  position: absolute;
  border-top: 20px solid #d64646;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  bottom: -20px;
  left: 48%;
}
.flow01 .green .txt_color {
	color: #333;
}
.flow01 .green .mt_45 {
  margin-bottom: 50px;
}





.details_box01 .arrow_none::after {
  content: none;
}

.flow01 {
  /*display: grid;
  justify-content: space-between;*/
	width: 49%;
}

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

.details_box01 .box .box_in01 {
  margin-right: 2%;
}

.details_box01 span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.details_box01 .small {
  font-size: 90%;
}



/* 入試の流れ　01
---------------------------------------*/
.flow02 {
  width: 632px;
}

.flow02 .brown {
  border: 3px solid #00336A;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}

.flow02 .brown:after {
  content: '';
  position: absolute;
  border-top: 20px solid #00336A;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  bottom: -20px;
  left: 48%;
}

.flow02 .green {
  border: 3px solid #d64646;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
  color: #d64646;
}

.flow02 .green::after {
  content: '';
  position: absolute;
  border-top: 20px solid #d64646;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  bottom: -20px;
  left: 48%;
}

.flow02 span {
  font-size: 25px;
  font-weight: bold;
}

.flow02 .day {
  color: #00336A;
  background-color: #BCD736;
  padding: 1px 10px;
  margin-right: 10px;
  border-radius: 5px;
}

.flow02 .base {
  background: #d64646;
  display: inline-block;
  position: relative;
  border: 3px solid #d64646;
  padding: 20px 20px 0 20px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.flow02 .base:after {
  border-top: 40px solid #d64646;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  content: "";
  bottom: -43px;
  left: 2%;
  position: absolute;
  color: #fff;
}

.flow02 .arrow_none::after {
  content: none;
}


/* 試験の流れ　03
---------------------------------------*/
.flow03 {
  width: 632px;
  display: flex;
  justify-content: space-between;
}

.flow03 .brown {
  border: 3px solid #00336A;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  position: relative;
  width: 275px;
}

.flow03 .brown:after {
  content: '';
  position: absolute;
  border-left: 20px solid #00336A;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  bottom: 41%;
  left: 112%;
}

.flow03 span {
  font-weight: bold;
}
.flow03 .brown .txt {
  line-height: 140px;
}

.flow03 .brown .txt02 {
  line-height: 200px;
}

.flow03 .day {
  color: #00336A;
  background-color: #BCD736;
  padding: 1px 10px;
  margin-right: 10px;
  border-radius: 5px;
}

.flow03 .base {
  background: #d64646;
  display: inline-block;
  position: relative;
  border: 3px solid #d64646;
  padding: 20px 20px 0 20px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.flow03 .base:after {
  border-top: 40px solid #d64646;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  content: "";
  bottom: -43px;
  left: 2%;
  position: absolute;
  color: #fff;
}

.flow03 .arrow_none::after {
  content: none;
}

.flow03 .bd_none {
  border: none;
}

.bg_lightorange {
    background-color: #E5EAF0;
}

.details_box01 .double::before {
    content: '';
    position: absolute;
    border-top: 20px solid #00336A;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    bottom: -20px;
    left: 22%;
}
.details_box01 .double::after {
    content: '';
    position: absolute;
    border-top: 20px solid #00336A;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    bottom: -20px;
    left: 74%;
}
@media screen and (max-width: 599px){
    .flow01 .green {
        padding: 10px;
    }
	.details_box01 .flow01 div {
		width: auto;
		padding: 20px 2%;
		height: 55vw;
	}
    .details_box01 .small {
        font-size: 100%;
        display: block;
        text-align: left;
    }
    .flow01 .day {
        padding: 0px;
        margin-right: 0px;
        border-radius: unset;
		font-size: 100%;
    }
	.details_box01 span {
		font-size: 112.5%;
	}
	.licenseLow #contents .details_box01 .flow01 div.more_btn2 {
		height: auto;
		padding: 0;
		width: 96%;
	}
	.licenseLow #contents .details_box01 .flow01 div.more_btn2 a {
		font-size: 100%;
	}
	.more_btn2 a, .more_btn a {
		margin: 0;
	}
    .details_box01 .flow01 div.green {
        height: 44vw;
    }
}