@charset "utf-8";

.s_r_box {
    width: 660px;
    font-size: 90%;
    float: left;
    line-height: 170%;
    padding-bottom: 4em;
}

.s_r_box a{
	color: #0080CC;
}

.s_r_box .pageTitle{
	height: 40px;
	color: #FFFFFF;
    background: linear-gradient(180deg, #35439c 0%, #35439c 50%, #1e2e91 50%, #1e2e91 100%);
    padding-left:1em;
	margin-bottom:1em;
	line-height:40px;
}

.s_r_box .pageHeadingH2{
    font-size: 1.2em;
    letter-spacing: 2px;
    background: #404040;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(80, 80, 80, 1) 3px, rgba(80, 80, 80, 1) 8px );
    border-radius: 4px;
    padding: .75em 5px;
    margin-bottom: 2em;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.s_r_box .pageHeadingH3{
    font-size: 1.15em;
    font-weight:bold;
    border-left: 12px solid #497601;
    color: #333;
    margin: 30px 0 20px;
    background-color: #f5f5f5;
    padding: 15px 15px 15px 18px;
}

.s_r_box h4{
    font-size: 120%;
	font-weight:bold;
	color: #00499b;
	padding-left:2em;
    margin: 2em 0 1em;
	background:url(../images/pc/iconh4.gif) no-repeat;
}

.s_r_box .rewrite h5.overwrite_title{
    margin-left: 0;
    color: #333;
    border-bottom: solid 2px #d2d2d2;
}

/* テーブルスタイル */
.s_r_box table tr th ul,
.s_r_box table tr td ul{
margin-bottom: 0;
}
#contents .s_r_box table.box{
    width: 100%;
	margin: 1em 0;
}
.s_r_box .box tr th{
	background-color:#f9f8f8;
	border:solid 1px #d2d2d2;
	padding:0.8em;    
}
.s_r_box .box tr td{
	border:solid 1px #d2d2d2;
	padding:0.8em;
}
.s_r_box .titleCell__left tr th{
    text-align: left;
}

th.tableCell_nowrap,
td.tableCell_nowrap{
    white-space: nowrap;
}

/* リストスタイル */
.list01{			/* リスト1 マーク緑四角用 */
	margin:1em 0 1em 1em;
}

.list01 li{
	list-style:url(../images/common/icon01.gif) outside;
	margin-top:1em;
	margin-bottom:0.6em;
}

.listCheck li:before {
    background-image: url(../images/common/icon_lead.png);
    content: "";
    width: 25px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: -2em;
    margin-right: 5px;
}
.listCheck li{
    margin-left: 2em;
}
.IconStyle01{
	background:url(../images/common/icon01.gif) no-repeat 0 5px;
	margin-top:1em;
	margin-bottom:0.6em;
}
.list02{			/* リスト2 */
	margin:0.5em 1em 1.5em 1.5em;
}

.list02 li{
	list-style:url(../images/common/icon02.gif) outside;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

.list03{			/* リスト3 */
	margin:0.5em 1em 1.5em 1.5em;
}

.list03 li{
	list-style:url(../images/common/icon03.gif) outside;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.list04{			/* リスト4 */
	margin:0.5em 1em 0.5em 1.5em;
}

.list04 li{
	list-style:url(../images/common/icon03.gif) outside;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

.s_r_box p.point1{
	font-weight:bold;
	color:#3366ff;
	margin-left:1em;
	padding-left:2em;
	background:url(../images/pc/iconh4.gif) no-repeat;
}
.s_r_box p.point2{
	font-weight:bold;
	color:#3366ff;
	margin:1em 0;
	padding-left:2em;
	background:url(../images/pc/iconh4.gif) no-repeat;
	border-bottom:#3366ff solid 2px;
}
.s_r_box p.point3{
	font-weight:bold;
	color:#497601;
	background:url(../images/pc/icon_green1.gif) no-repeat;
	margin-left:3em;
	padding-left:2em;
}


.s_r_box h5{
	font-weight:bold;
	color:#3366ff;
	margin:2em 1em 1em 3em;
	padding-left:2em;
	background:url(../images/pc/iconh4.gif) no-repeat;
	border-bottom:#3366ff solid 2px;
}
.s_r_box p {
	margin-bottom:1em;
}

.s_r_box ul.SenpaiList h4{
	font-size:110%;
	color:#4682b4;
	text-align:left;
	font-weight:bold;
	background:url(../images/pc/icon_green1.gif) no-repeat;
	margin:0.4em 0 0.8em 0;
}

.iconCheck_off::before{
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    margin-right: .5em;
    color:#497601;
    margin-left: -20px;
}
.iconCheck_on::before{
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    font-weight: 900;
    margin-right: .5em;
    color:#497601;
    margin-left: -20px;    
}