@charset "utf-8";


/* 入試の流れ　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 15px;
    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: 180px;
}

.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: 45px;
}

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

.flow01 {
    display: grid;
    justify-content: space-between;
}

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

.details_box01 .box .box_in01 {
    margin-right: 10px;
}

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



.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;
}

.details_box01 .flow01 div {
    width: 380px;
}

.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%;
}
.pt_100 {
  padding-top: 110px !important;
}

.pc_pt_100 {
    padding-top: 110px !important;
}

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

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

/*******************************
テーブル02
*******************************/
.table02 {
    border-collapse:  collapse;
}
.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: 25%;
    }
    .table02 td {
        /*width: 70%;*/
    }
}


@media screen and (max-width: 1024px){
	.details_box01 .flow01 div {
		width: auto;
	}
}
@media screen and (max-width: 599px){
    .flow01 .green {
        padding: 10px 0.5em;
    }
    .details_box01 .flow01 div {
        width: auto;
        padding: 10px 0;
    }
    .details_box01 .flow01 div.pc_pt_100 span {
        margin-top: -1em;
        display: block;
    }
    .details_box01 span {
        font-size: 100%;
    }
    .pc_pt_100 {
        padding-top: 80px !important;
    }
	.flow01 .green .more_btn2 {
		white-space: nowrap;
	}
    .licenseLow #contents .more_btn2 a {
        font-size: 100%;
    }
}
