@charset "utf-8";

/* 基礎ページ */
article{
    margin: auto;
}
#title{
	padding: 28px 0;
    width: 96%;
	margin: 20px auto 0;
    text-align: center;
	background: url("../session_img/session_bg.png");
}
#title h3{
    font-weight: normal;
    line-height: 1.4;
}
#title h3 span{
	display: none; /* 非表示 */
    font-family: 'Goudy Old Style', 'Garamond', 'Big Caslon', 'Times New Roman', serif;
    color: #FFFFFF;
}
ol > li {
    list-style-type: none;
    counter-increment: item;
    margin-left: 18px;
    margin-bottom: 3px;
}
ol > li:before {
    font-weight: bold;
    content: counter(item) "）";
}
a.txt{
    color: #FF9326;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}
#main_cont h4{
    color: #1A1A1A;
    padding-bottom: 12px;
    margin: 0 auto 40px;
    position: relative;
    border-bottom: 4px solid #B4B4B4;
}
#main_cont h4::before{
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 110px;
    border-bottom: 4px solid #30749c;
}
#main_cont .flex{
    display: flex;
    margin: 0 auto 100px;
}
#main_cont h5{
    color: #454fc7;
    font-weight: 500;
    padding-left: 20px;
    margin-bottom: 26px;
    position: relative;
    border-left: 2px solid #658cf0;
	display: flex;
	align-items: center;
}
#main_cont h5::after{
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    border-left: 2px solid #92bee4;
}
#main_cont h6{
    color: #333333;
    font-weight: 500;
    border-bottom: 3px solid #A4CA68;
    padding: 7px 10px;
    margin-bottom: 40px;
}
#main_cont p{
    color: #333333;
    font-size: 16px;
    line-height: 2;
	font-weight: 500;
}
a.txt::before{
    content: "";
    width: 9px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(../../image/arrow_r_green.png);
    background-repeat: no-repeat;
}