@charset "euc-jp";
/* CSS Document */


/* タブメニュー下のライン */
#header_btmline{
	height:10px;
	background:#bc72b6;
	margin:0;
	font-size:9px;
}
#in_right{
	width:745px;
	float:left;
	background-color:#FFF;
	margin:0;
	padding:0;
}

.bg01 {
    box-sizing: border-box;
    width: 704px;
    background: url("../images/appendix/bg_01.jpg");
    padding: 15px 20px 30px;
    margin: 15px auto 20px;
}

.appendix {
    width: 605px;
    padding: 20px 20px 20px;
    margin: 10px auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #412C0B;
    background-color: #fff;
}
.appendix ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.appendix p {
    margin: 0;
    padding: 0;
}
.red {
    color: #e83700;
}
h1 {
    margin: 0;
    padding: 0;
}
.flex {
    display: -webkit-flex;
    display: flex;
    text-align: center;
    margin: 0 auto;
}
.line {
    margin-top: 10px;
}
.bookLogo {
    margin-top: 10px;
}
.txImg01 {
    margin-top: 25px;
}
.appendix .tx01 {
    margin: 30px auto 10px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: bold;
}

.appendix .teacherList {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
}

.appendix .teacherList p {
    font-size: 13px;
    margin-top: 5px;
}

.appendix .rightTx {
    font-size: 13px;
    text-align: right;
}
.appendix .notes01 {
    margin-top: 30px;
}

.notes01 li {
    position: relative;
    text-align: left;
    font-weight: normal;
    padding-left: 14px;
    line-height: 1.5;
    font-size: 14px;
}
.notes01 li:before {
    display: block;
    position: absolute;
    content: "※";
    left: 0;
}
.appendix .tx03 {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
}

.box01 {
    border: 2px solid #88c700;
    border-radius: 10px;
    padding: 20px 25px 25px;
    margin-top: 15px;
    text-align: left;
}

.appendix .box01 .tx01 {
    margin-top: 15px;
    line-height: 1.4;
    padding-left: 5px;
    font-size: 15px;
}

.appendix .contact {
    margin-top: 10px;
}

.box01.online ul li + li {
    margin-top: 5px;
}

.box01.online ul li span {
    color: #88c700;
}
.box01 .campaign {
    background: #faffee;
    padding: 25px;
    text-align: left;
    align-items: center;
    justify-content: space-between;
}
.box01 .campaign .right {
    width: 346px;
}
.box01 .campaign .greenTx {
    color: #88c700;
    font-size: 20px;
}
.appendix .tx02 {
    margin: 15px 0;
    line-height: 1.5;
    font-size: 14px;
}

.box01 .processList {
    margin-top: 15px;
}

.box01 .process {
    align-items: center;
    justify-content: space-between;
    text-align: left;
    line-height: 1.4;
    font-size: 15px;
    font-weight: normal;
}

.box01 .process:nth-of-type(n+2) {
    margin-top: 10px;
}

.appendix .box01 .process p {
    width: 420px;
    padding-left: 10px;
}

sup {
    font-size: 8px;
}

.box01 .notes02 , .box01 .notes03 {
    position: relative;
    font-size: 13px;
    margin-top: 20px;
    padding-left:14px; 
}

.box01 .notes03 {
    margin-top: 5px;
}

.box01 .notes02:before , .box01 .notes03:before {
    content: "※";
    position: absolute;
    display: inline-block;
    left: 0;
}

.box01 .PDFlink {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
}

.box01 .PDFlink span {
    color: #88c700;
}
.box01 .PDFlink a {
    margin-left: 5px;
    text-decoration: underline;
}
.flex.type03 {
    margin-top: 15px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex.type03 a:hover {
    opacity: 0.7;
}
.flex.type03 a {
    display: block;
    width: 295px;
    background: #faab00;
    color: #fff;
    padding: 15px 0 16px;
    border-radius: 10px;
    border-top: 3px solid #ffd57b;
    position: relative;
    transition: .3s;
}
.flex.type03 .hoikuup {
    background: #20a3e6;
    border-top:  3px solid #91d2f3;
}
.flex.type03 a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -1px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #FFFFFF;
}
.flex.type03 a:hover {
    text-decoration: none;
}