@charset "utf-8";

/*===============================================
under.css  画面の横幅が751px以上
===============================================*/

/*-------------------------------------
	共通
--------------------------------------*/

.clear {
	clear: both;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
:root .cf::after { /* IE9 */
	content: ""\9;
	clear: both\9;
	display: block\9;
	height: 0\9;
}

/*-------------------------------------
	PC
--------------------------------------*/
@media print, screen and (min-width:751px){

.for_sp {
	display: none;
}

/*-- 下層ページ共通 --*/
#under {
	position: relative;
}
#under #mainimage {
	width: 100%;
    padding-top: 152px;
    background: url(../images/bg_01.png) top;
}
#under #mainimage .mainimg_inner {
	width: 1240px;
    font-weight: bold;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#under #mainimage h1 {
    color: #333;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 60px 0 53px;
}
#under #mainimage h1 span,
#under .mainimage_complex p span {
    color: #666;
    font-size: 15px;
    display: block;
    margin-top: 20px;
}
#under .mainimage_complex p {
	float: left;
    width: 550px;
    color: #333;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#under .mainimage_complex h1 {
    float: right;
    width: 520px;
    color: #fff!important;
    font-size: 35px;
    letter-spacing: 0.1em;
    background-color: rgba(239, 106, 22, 0.69);
    position: relative;
    right: 0;
    padding: 75px 0!important;
}

#under #under_cts {
    width: 1240px;
    padding: 60px 0;
    margin: 0 auto;
}

#under #under_cts #underRigth {
    float: right;
    width: 320px;
}
#under #under_cts #underRigth .sidemenu {
    margin-bottom: 30px;
}
#under #under_cts #underRigth .sidemenu li {
    width: 100%;
    margin-bottom: 8px;
}
#under #under_cts #underRigth .sidemenu li:last-child {
    margin-bottom: 0;
}
#under #under_cts #underRigth .sidemenu li a {
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: block;
    background: url(../images/icon_book.png) #f69933 no-repeat center left 20px;
    background-size: 15px;
    border-radius: 8px;
    padding: 15px 20px 15px 45px;
}
#under #under_cts #underRigth .sidemenu li a.on,
#under #under_cts #underRigth .sidemenu li a:hover {
    background-color: #c31122;
}
#under #under_cts #underRigth .movie li {
    margin-bottom: 15px;
}
#under #under_cts #underRigth .movie li:last-child {
    margin-bottom: 0;
}
#under #under_cts #underRigth .movie li .ttl {
    width: 100%;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #ccdeff;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    padding: 7px 10px;
    margin: 0 0 15px;
}
#under #under_cts #underRigth .movie li .ttl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 8px solid transparent;
    border-top: 10px solid #ccdeff;
    margin-left: -8px;
}
#under #under_cts #underRigth .movie li iframe {
    width: 100%;
    height: 230px;
}
#under #under_cts #underLeft {
    float: left;
    width: 880px;
}
#under #under_cts #underLeft .inner {
    padding: 0;
}

/*-- breadcrumb / ぱんくず --*/
#under #breadcrumb {
	background-color:#666;
}
#under #breadcrumb ol {
	width: 1240px;
    padding: 3px 0;
    margin: 0 auto;
}
#under #breadcrumb ol li,
#under #breadcrumb ol li a {
	color: #fff;
    display: inline;
    font-size: 12px;
    font-weight: bold;
}
#under #breadcrumb ol li a {
	color: #999;
	text-decoration:underline;
}
#under #breadcrumb ol li a:hover {
	color:#ef6a16;
}
#under #breadcrumb ol li:before {
    content: " > ";
    margin: 0 5px;
}
#under #breadcrumb ol li:first-child:before {
	content: none;
}

/*-- 404 --*/
#page404 #under_cts {
    font-size: 17px;
    text-align: center;
}
#page404 .top .error_url {
    color: #f48000;
}
#page404 .mdl {
    margin: 20px 0 40px;
}
#page404 a.btm {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.08em;
    background: #f69933;
    border-radius: 7px;
    padding: 10px 30px;
}
#page404 a.btm:hover {
    background: #343434;
}

/*-- ISO総研の会社概要共通 --*/
#company #under_cts #underLeft h2 {
	font-size: 30px;
    font-weight: bold;
	text-align: center;
    position: relative;
    margin-bottom: 50px;
}
#company #under_cts #underLeft h2:before {
	content: '';
    width: 65px;
    height: 2px;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #c31122;
    display: inline-block;
    position: absolute;
}

/*-- ISO総研の会社概要（基本情報） --*/
#company .company_about #se01 table {
	width:100%;
}
#company .company_about #se01 table th {
	width: 17%;
    font-weight: bold;
    background-color: #eee;
    border-right: #fff 3px solid;
    border-bottom: #fff 3px solid;
}
#company .company_about #se01 table th.address {
	width:15%;
	background-color:#eee;
}
#company .company_about #se01 table td {
	width: 80%;
    background-color: #f5f5f7;
    border-bottom: #fff 3px solid;
    padding: 20px;
}
#company .company_about #se01 table td p {
	margin-bottom:20px;
}
#company .company_about #se01 table td p span,
#company .company_about #se01 table td dl dt {
	color: #f48000;
	font-size: 17px;
    font-weight: bold;
}
#company .company_about #se01 table td dl dd {
	margin-bottom: 15px;
}
#company .company_about #se01 table td dl dd:last-child {
	margin-bottom: 0;
}
#company .company_about #se01 table td dl dd li ul {
    margin-left: 3px;
}
#company .company_about #se01 table td dl dd li {
	list-style:disc;
	list-style-position: inside;
}
#company .company_about #se01 table td iframe {
	width: 100%;
}

/*-- ISO総研の会社概要（代表あいさつ・方針） --*/
#company .company_greeting section.inner {
    border-bottom: #ccc 1px solid;
    padding: 45px 0 55px!important;
}
#company .company_greeting #se01 {
    background: url(../images/company/greeting_se01_bg.png) repeat-x center top;
}
#company .company_greeting #se01 .tArea {
	float: left;
    width: 535px;
}
#company .company_greeting #se01 .tArea p {
	margin-bottom: 12px;
}
#company .company_greeting #se01 .tArea p.ttl {
	color: #c31122;
    font-size: 22px;
    font-weight: bold;
}
#company .company_greeting #se01 .tArea p.credit {
	font-size: 17px;
    font-weight: bold;
    text-align: right;
	margin-bottom: 0;
}
#company .company_greeting #se01 .imgArea {
	float: right;
    width: 300px;
}
#company .company_greeting #se02 li {
	float: left;
    width: 176px;
    text-align: center;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 20px 12px;
}
#company .company_greeting #se02 li:nth-child(2n) {
	background: #e8e8e8;
}
#company .company_greeting #se02 li h3 {
	color: #fb8e00;
    font-weight: bold;
    padding-bottom: 110px;
    margin-bottom: 12px;
}
#company .company_greeting #se02 li:nth-child(2n) h3 {
	color: #a20217;
}
#company .company_greeting #se02 li:nth-child(1) h3 {
    background: url(../images/company/greeting_ico01.png) no-repeat center bottom;
    background-size: 100px;
}
#company .company_greeting #se02 li:nth-child(2) h3 {
    background: url(../images/company/greeting_ico02.png) no-repeat center bottom;
    background-size: 100px;
}
#company .company_greeting #se02 li:nth-child(3) h3 {
    background: url(../images/company/greeting_ico03.png) no-repeat center bottom;
    background-size: 100px;
}
#company .company_greeting #se02 li:nth-child(4) h3 {
    background: url(../images/company/greeting_ico04.png) no-repeat center bottom;
    background-size: 100px;
}
#company .company_greeting #se02 li:nth-child(5) h3 {
    background: url(../images/company/greeting_ico05.png) no-repeat center bottom;
    background-size: 100px;
}
#company .company_greeting #se02 li p {
	font-size: 14px;
}
#company .company_greeting #se03 {
    border-bottom:none;
	padding-bottom: 0!important;
}
#company .company_greeting #se03 dl {
	float: left;
    width: 292px;
    height: 355px;
    color: #fff;
    box-sizing: border-box;
    padding: 25px 20px;
    margin-right: 2px;
}
#company .company_greeting #se03 dl.box01 {
	background: #AC001B;
}
#company .company_greeting #se03 dl.box02 {
	background: #BB2742;
}
#company .company_greeting #se03 dl.box03 {
	background: #AC001B;
	margin-right: 0;
}
#company .company_greeting #se03 dl dt {
	font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: #fff 1px dashed;
    padding: 0px 0 15px;
    margin-bottom: 20px;
}
#company .company_greeting #se03 dl dd li {
	font-size: 15px;
    line-height: 1.6;
    position: relative;
    padding-left: 12px;
    margin-bottom: 15px;
}
#company .company_greeting #se03 dl dd li:before {
    content: "";
    position: absolute;
    top: .47em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
#company .company_greeting #se03 dl dd li:last-child {
	margin-bottom: 0;
}

/*--ISO総研の会社概要（沿革） --*/
#company .company_history #se01 table {
    width:100%;
}
#company .company_history #se01 table th {
    width: 17%;
    font-weight: bold;
    background-color: #fac386;
    border-right: #fff 3px solid;
    border-bottom: #fff 3px solid;
    vertical-align: middle;
}
#company .company_history #se01 table th.address {
    width:15%;
    background-color:#eee;
}
#company .company_history #se01 table td {
    width: 80%;
    background-color: #faead8;
    border-bottom: #fff 3px solid;
    padding: 12px 20px;
}
#company .company_history #se01 table td p {
    margin-bottom:20px;
}
#company .company_history #se01 table td p span,
#company .company_history #se01 table td dl dt {
    color: #f48000;
    font-size: 17px;
    font-weight: bold;
}
#company .company_history #se01 table td dl dd {
    margin-bottom: 15px;
}
#company .company_history #se01 table td dl dd:last-child {
    margin-bottom: 0;
}
#company .company_history #se01 table td dl dd li ul {
    margin-left: 3px;
}
#company .company_history #se01 table td dl dd li {
    list-style:disc;
    list-style-position: inside;
}
#company .company_history #se01 table td iframe {
    width: 100%;
}

/*-- ISO総研の会社概要（誕生秘話） --*/
#company .company_story .hiwa{
    margin-bottom: 30px;
}

/*-- ISO総研のスタッフ紹介 --*/
#staff .staff_list {
    margin-bottom: -40px;
}
#staff .staff_list li {
    float: left;
    width: 600px;
    border: #ccc 2px solid;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 40px;
}
#staff .staff_list li:nth-child(2n) {
    float: right;
}
#staff .staff_list li p.occup {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 3px;
}
#staff .staff_list li p.occup_consul {
    background: #f69933;
}
#staff .staff_list li p.occup_backof {
    background: #339a69;
}
#staff .staff_list li .cts_top {
    margin: 15px 0;
}
#staff .staff_list li .cts_top .tArea {
    float: left;
    width: 260px;
}
#staff .staff_list li .cts_top .tArea h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    background: url(../images/staff_icon.png) no-repeat left center;
    background-size: 24px;
    border-bottom: #ccc 1px dashed;
    padding: 10px 0 10px 30px;
    margin-bottom: 10px;
}
#staff .staff_list li .cts_top .tArea p.note {
    font-size: 16px;
    line-height: 1.5;
}
#staff .staff_list li .cts_top .imgArea {
    float: right;
    width: 250px;
    height: 180px;
    overflow: hidden;
}
#staff .staff_list li .cts_top .imgArea img {
    width: 100%;
}
#staff .staff_list li .info {
    width: 100%;
    font-size: 14px;
}
#staff .staff_list li .info th {
    font-weight: bold;
    text-align: center;
    background-color: #eee;
    border-right: #fff 3px solid;
    border-bottom: #fff 3px solid;
    padding: 5px 10px;
}
#staff .staff_list li .info td {
    background-color: #f5f5f7;
    border-bottom: #fff 3px solid;
    padding: 5px 10px;
}
#staff .staff_list li .info tr:last-child th,
#staff .staff_list li .info tr:last-child td {
    border-bottom: none;
}
#staff .staff_list li a.linkArea {
    color: #ca1d06;
    text-align: right;
    text-decoration: underline;
    font-weight: bold;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    display: block;
    margin-top: 15px;
}
#staff .staff_list li a.linkArea:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*-- 記事系コンテンツ共通CSS --*/
#column_css {
    font-weight: 500;
    line-height: 1.8;
}
#column_css h2 {
    font-size: 19px;
    font-weight: bold;
    border-left: #c31122 5px solid;
    background-color: #c3112214;
    display: block;
    padding: 6px 8px 5px 10px;
    margin: 45px 0 20px 0;
}
#column_css h3 {
    color: #666;
    font-size: 20px;
    font-weight: bold;
    border-left: #2f71b3 5px solid;
    padding: 5px 8px 5px 12px;
    margin: 40px 0 20px;
}
#column_css p {
    padding: 0 15px;
}
#column_css .bold {
    color: #2e72b3;
    font-weight: bold;
}
#column_css strong.bd {
    background: linear-gradient(transparent 0%, #ffff018c 0%);
}
#column_css .yellow_line {
    font-weight: bold;
    background: linear-gradient(transparent 0%, #ffff018c 0%);
}
#column_css a {
    text-decoration: underline!important;
}

#column_css .mokuji {
    background: #eee;
    border-radius: 10px;
    padding: 30px 40px;
}
#column_css .mokuji .mokuji_ttl {
    color: #0085B2;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    border-bottom: #ccc 1px solid;
    padding: 0 10px 10px;
    margin: 0 0 20px;
}
#column_css .mokuji .mokuji_list p {
    display: none;
}
#column_css .mokuji .mokuji_list li {
    font-weight: bold;
    background: none;
    padding: 0;
    margin-bottom: 20px;
}
#column_css .mokuji .mokuji_list li:before {
    font-weight: normal;
    font-family: FontAwesome;
    content: "\f0a4";
    color: #0085B2;
    margin-right: 3px;
}
#column_css .mokuji .mokuji_list li a:hover,
#column_css .mokuji .mokuji_list li .inner_list li a:hover,
#column_css .inyou a:hover {
    color: #e74f8c;
}
#column_css .mokuji .mokuji_list li.last {
    margin-bottom: 0;
}
#column_css .mokuji .mokuji_list li .inner_list {
    padding-left: 20px;
}
#column_css .mokuji .mokuji_list li .inner_list li {
    font-weight: normal;
    margin: 5px 0 -2px;
}
#column_css .mokuji .mokuji_list li .inner_list li:before {
    content: "▶";
    font-size: 10px;
}
#column_css .mokuji .mokuji_list li .inner_list li a {
    color: #333;
}

#column_css .inyou {
    font-size: 14px;
    background: #eee;
    border-radius: 10px;
    padding: 30px 35px;
}
#column_css .inyou a {
    text-align: right;
    display: inherit;
    border-top: #ccc 1px solid;
    padding-top: 15px;
    margin-top: 20px;
}

/*-- 用語集（共通） --*/
#glossary .serviceLink {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
#glossary .serviceLink li {
    width: 280px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
#glossary .serviceLink li a {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 18px 28px;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    -o-transition: .25s linear;
    -ms-transition: .25s linear;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    border-radius: 15px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-radius: 8px;
}
#glossary .serviceLink li.iso a {
    background-color: #b30016;
}
#glossary .serviceLink li.pmark a {
    background-color: #2F71B1;
}
#glossary .serviceLink li.isms a {
    background-color: #46AE07;
}
#glossary .serviceLink li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 100px;
    width: 100%;
    height: 54px;
    color: #fff !important;
    font-size: 1.8rem;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
    transition: all .3s;
}
#glossary .serviceLink li a:after {
    position: absolute;
    content: '';
    top: 50%;
    width: 8px;
    height: 8px;
    right: 14px;
    margin-top: -6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#glossary .serviceLink li a:hover {
    background-color: #F48000 !important;
}

/*-- 用語集（archive-glossary.php） --*/
.glossary_archive #underLeft .box {
    border: #ccc 1px solid;
    border-radius: 8px;
    padding: 45px 39px;
}
.glossary_archive #underLeft .box p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.glossary_archive #underLeft .box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.glossary_archive #underLeft .box li {
    width: 395px;
    position: relative;
}
.glossary_archive #underLeft .box li:nth-child(n+3) {
    margin-top: 10px;
}
.glossary_archive #underLeft .box li a {
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    background: #c31122;
    border-radius: 6px;
    display: block;
    position: relative;
    padding: 15px;
}
.glossary_archive #underLeft .box li a:before {
    content: "\f002";
    font-family: FontAwesome;
    margin-right: 10px;
}
.glossary_archive #underLeft .box li a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: bold;
    margin-left: 23px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.glossary_archive #underLeft .box li a:hover {
    color: #fff;
    background: #333;
}


/*-- 用語集（taxonomy-glossary_cat.php） --*/
.glossary_list #underLeft .navigation ul.for_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.glossary_list #underLeft .navigation li {
    width: 19.5%;
}
.glossary_list #underLeft .navigation li:nth-child(-n+5) {
    margin-bottom: 0.625%;
}
.glossary_list #underLeft .navigation li a {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #c31122;
    border-radius: 8px;
    display: block;
    padding: 8px 15px;
}
.glossary_list #underLeft .navigation li a:hover {
    background-color: #333;
}
.glossary_list #underLeft .navigation li a:before {
    content: "\f105";
    color: #fff;
    font-family: FontAwesome;
    margin-right: 6px;
}
.glossary_list #underLeft .box {
    margin: 50px 0;
}
.glossary_list #underLeft .box h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #c31122;
    border-radius: 8px 8px 0px 0px;
    padding: 10px 15px;
}
.glossary_list #underLeft .box .boxInner {
    border: #ccc 1px solid;
    border-radius: 0px 0px 8px 8px;
    padding: 30px 30px 15px 30px;
}
#glossary #underLeft .box .boxInner ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
}
.glossary_list #underLeft .box .boxInner li {
    width: 185px;
    line-height: 1.5;
    text-indent: -0.9em;
    padding-left: 0.9em;
    margin: 0 25px 15px 0;
}
.glossary_list #underLeft .box .boxInner li:nth-child(4n) {
    margin-right: 0;
}
.glossary_list #underLeft .box .boxInner li:before {
    content: "\f105";
    color: #c31122;
    font-family: FontAwesome;
    font-weight: bold;
    margin-right: 6px;
}
.glossary_list #underLeft .box .boxInner li a {
    font-size: 14px;
    text-decoration: underline;
}
.glossary_list #underLeft .box .boxInner li a:hover {
    color: #c31122;
}

/*-- 用語集（single) --*/
.glossary_single .mainimg_inner p {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 60px 0 53px;
}
.glossary_single .mainimg_inner p span {
    color: #666;
    font-size: 15px;
    display: block;
    margin-top: 20px;
}

.glossary_single #underLeft .box {
    margin: 0 0 40px;
}
.glossary_single #underLeft .box h1 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: #c31122;
    border-radius: 8px 8px 0px 0px;
    padding: 10px 30px;
}
.glossary_single #underLeft .box .boxInner {
    border: #ccc 1px solid;
    border-radius: 0px 0px 8px 8px;
    padding: 30px ;
}
.glossary_single #underLeft .box .boxInner .termArea li {
    margin: 0 10px -10px 0;
}
.glossary_single #underLeft .box .boxInner .termArea li:last-child {
    margin-right: 0;
}
.glossary_single #underLeft .box .boxInner .termArea li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #666;
    border-radius: 5px;
    padding: 5px 10px;
}
.glossary_single #underLeft .box .boxInner .termArea li a:hover {
    background: #c31122;
}

.glossary_single #underLeft a.backLink {
    width: 350px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
    background: #c31122;
    border-radius: 8px;
    display: block;
    position: relative;
    padding: 12px 15px;
    margin: 0 auto;
}
.glossary_single #underLeft a.backLink:after {
    content: "\f105";
    color: #fff;
    font-family: FontAwesome;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-left: 25px;
}
.glossary_single #underLeft a.backLink:hover {
    background: #333;
}

.glossary_single .ctslastLink {
    justify-content: space-between;
    margin-top: 40px;
}
.glossary_single .ctslastLink li {
    margin-top: 15px;
}
.glossary_single .ctslastLink li:nth-child(-n+2) {
    margin-top: 0;
}

.glossary_single .relatedBox {
    margin: 40px 0;
}
.glossary_single .relatedBox h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #c31122;
    border-radius: 8px 8px 0px 0px;
    padding: 10px 30px;
}
.glossary_single .relatedBox .boxInner {
    border: #ccc 1px solid;
    border-radius: 0px 0px 8px 8px;
    padding: 30px;
}
.glossary_single .relatedBox .boxInner ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
}
.glossary_single .relatedBox .boxInner li {
    width: 185px;
    line-height: 1.5;
    text-indent: -0.9em;
    padding-left: 0.9em;
    margin: 0 25px 0 0;
}
.glossary_single .relatedBox .boxInner li:before {
    content: "\f105";
    color: #c31122;
    font-family: FontAwesome;
    font-weight: bold;
    margin-right: 6px;
}
.glossary_single .relatedBox .boxInner li:last-child {
    margin-right: 0;
}
.glossary_single .relatedBox .boxInner li a {
    font-size: 14px;
    text-decoration: underline;
}
.glossary_single .relatedBox .boxInner li a:hover {
    color: #c31122;
}


}

/*-------------------------------------
	SP
--------------------------------------*/
@media print, screen and (max-width:750px){

.for_pc {
	display: none;
}

/*-- 下層ページ共通 --*/
#under {
	position: relative;
}
#under #mainimage {
	width: 100%;
    padding-top: 48px;
    background: url(../images/bg_01.png) top;
}
#under #mainimage .mainimg_inner {
    font-weight: bold;
    padding: 30px 0;
}
#under #mainimage h1 {
    color: #fff;
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
    background-color: rgba(239, 106, 22, 0.69);
    padding: 20px 0;
}
#under #mainimage h1 span {
    font-size: 15px;
    display: block;
    margin-top: 10px;
}
#company #mainimage p {
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
    background-color: rgba(239, 106, 22, 0.69);
    padding: 20px 0;
    margin-bottom: 20px;
}
#company #mainimage p span {
    display: none;
}
#company #mainimage h1 {
    color: #333;
    font-size: 8vw;
    letter-spacing: 0.1em;
    background: none;
    padding: 0 5%;
    margin: 0;
}
#under #under_cts {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
}

#under_cts #underRigth .sidemenu {
    margin-bottom: 30px;
}
#under_cts #underRigth .sidemenu li {
    width: 100%;
    margin-bottom: 5px;
}
#under_cts #underRigth .sidemenu li:last-child {
    margin-bottom: 0;
}
#under_cts #underRigth .sidemenu li a {
    width: 100%;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    display: block;
    background: url(../images/icon_book.png) #f69933 no-repeat center left 20px;
    background-size: 13px;
    border-radius: 8px;
    padding: 15px 20px 15px 45px;
}
#under_cts #underRigth .sidemenu li a.on,
#under_cts #underRigth .sidemenu li a:hover {
    background-color: #c31122;
}
#under_cts #underRigth .movie li {
    margin-bottom: 15px;
}
#under_cts #underRigth .movie li:last-child {
    margin-bottom: 0;
}
#under_cts #underRigth .movie li .ttl {
    width: 100%;
    color: #555;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    background: #ccdeff;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    padding: 7px 10px;
    margin: 0 0 15px;
}
#under_cts #underRigth .movie li .ttl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 8px solid transparent;
    border-top: 10px solid #ccdeff;
    margin-left: -8px;
}

#under_cts #underRigth .movie li iframe {
    width: 100%;
    height: 230px;
}
#under_cts #underLeft {
    padding-bottom: 50px;
}
#under_cts #underLeft .inner {
    padding: 0;
}

/*-- breadcrumb / ぱんくず --*/
#under #breadcrumb {
	display: none;
}

/*-- 404 --*/
#page404 h1 {
    line-height: 1.3!important;
}
#page404 #under_cts {
    font-size: 4vw;
    text-align: center;
}
#page404 .top .error_url {
    color: #f48000;
}
#page404 .mdl {
    margin: 20px 0 40px;
}
#page404 a.btm {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.08em;
    background: #f69933;
    border-radius: 7px;
    padding: 10px 30px;
}

/*-- ISO総研の会社概要共通 --*/
#company #under_cts #underLeft h2 {
	font-size: 6vw;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
#company #under_cts #underLeft h2:before {
	content: '';
    width: 65px;
    height: 2px;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #c31122;
    display: inline-block;
    position: absolute;
}

/*-- ISO総研の会社概要（基本情報） --*/
#company .company_about #se01 table {
	width:100%;
}
#company .company_about #se01 table th {
	width: 100%;
    font-size: 4.8vw;
    font-weight: bold;
    background-color: #eee;
    border-bottom: #fff 3px solid;
    display: block;
    padding: 5px 5%;
}
#company .company_about #se01 table th.address {
	color: #f48000;
    font-size: 4.5vw;
    background-color: #f5f5f7;
    border-bottom: none;
    padding: 20px 0 0;
    margin-bottom: -18px;
}
#company .company_about #se01 table td {
	width: 100%;
    background-color: #f5f5f7;
    border-bottom: #fff 3px solid;
    display: block;
    padding: 20px 5%;
}
#company .company_about #se01 table td p {
	margin-bottom:20px;
}
#company .company_about #se01 table td p span,
#company .company_about #se01 table td dl dt {
	color: #f48000;
    font-size: 4.5vw;
    font-weight: bold;
}
#company .company_about #se01 table td dl dd {
	margin-bottom: 15px;
}
#company .company_about #se01 table td dl dd:last-child {
	margin-bottom: 0;
}
#company .company_about #se01 table td dl dd li ul {
    margin-left: 3px;
}
#company .company_about #se01 table td dl dd li {
	list-style: disc;
    list-style-position: inside;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
#company .company_about #se01 table td iframe {
	width: 100%;
    margin-top: 12px;
}

/*-- ISO総研の会社概要（代表あいさつ・方針） --*/
#company .company_greeting section.inner {
    border-bottom: #ccc 1px solid;
    padding: 35px 0 45px!important;
}
#company .company_greeting #se01 {
    background: url(../images/company/greeting_se01_bg.png) repeat-x center top;
}
#company .company_greeting #se01 .tArea {
	margin-bottom: 30px;
}
#company .company_greeting #se01 .tArea p {
	margin-bottom: 12px;
}
#company .company_greeting #se01 .tArea p.ttl {
	color: #c31122;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
}
#company .company_greeting #se01 .tArea p.credit {
	font-size: 4vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
#company .company_greeting #se02 li {
	width: 100%;
    text-align: center;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 20px 5%;
}
#company .company_greeting #se02 li:nth-child(2n) {
	background: #e8e8e8;
}
#company .company_greeting #se02 li h3 {
	color: #fb8e00;
	font-size: 5vw;
    font-weight: bold;
    padding-bottom: 110px;
    margin-bottom: 12px;
}
#company .company_greeting #se02 li:nth-child(2n) h3 {
	color: #a20217;
}
#company .company_greeting #se02 li:nth-child(1) h3 {
    background: url(../images/company/greeting_ico01.png) no-repeat center bottom;
    background-size: 100px;
}
#company .company_greeting #se02 li:nth-child(2) h3 {
    background: url(../images/company/greeting_ico02.png) no-repeat center bottom;
    background-size: 100px;
}
#company .company_greeting #se02 li:nth-child(3) h3 {
    background: url(../images/company/greeting_ico03.png) no-repeat center bottom;
    background-size: 100px;
}
#company .company_greeting #se02 li:nth-child(4) h3 {
    background: url(../images/company/greeting_ico04.png) no-repeat center bottom;
    background-size: 100px;
}
#company .company_greeting #se02 li:nth-child(5) h3 {
    background: url(../images/company/greeting_ico05.png) no-repeat center bottom;
    background-size: 100px;
}
#company .company_greeting #se03 {
    border-bottom:none;
	padding-bottom: 0!important;
}
#company .company_greeting #se03 dl {
	width: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 25px 7%;
    margin-bottom: 2px;
}
#company .company_greeting #se03 dl.box01 {
	background: #AC001B;
}
#company .company_greeting #se03 dl.box02 {
	background: #BB2742;
}
#company .company_greeting #se03 dl.box03 {
	background: #AC001B;
    margin-bottom: 0;
}
#company .company_greeting #se03 dl dt {
	font-size: 5vw;
    font-weight: bold;
    text-align: center;
    border-bottom: #fff 1px dashed;
    padding: 0px 0 10px;
    margin-bottom: 20px;
}
#company .company_greeting #se03 dl dd li {
	font-size: 4vw;
    line-height: 1.6;
    position: relative;
    padding-left: 12px;
    margin-bottom: 8px;
}
#company .company_greeting #se03 dl dd li:before {
    content: "";
    position: absolute;
    top: .47em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
#company .company_greeting #se03 dl dd li:last-child {
	margin-bottom: 0;
}

/*-- ISO総研の会社概要（沿革） --*/
#company .company_history #se01 table {
    width:100%;
}
#company .company_history #se01 table th {
    width: 100%;
    font-size: 4.8vw;
    font-weight: bold;
    background-color: #FAC386;
    border-bottom: #fff 3px solid;
    display: block;
    padding: 5px 5%;
}
#company .company_history #se01 table th.address {
    color: #f48000;
    font-size: 4.5vw;
    background-color: #f5f5f7;
    border-bottom: none;
    padding: 20px 0 0;
    margin-bottom: -18px;
}
#company .company_history #se01 table td {
    width: 100%;
    background-color: #FAEAD8;
    border-bottom: #fff 3px solid;
    display: block;
    padding: 12px 5%;
}
#company .company_history #se01 table td p {
    margin-bottom:20px;
}
#company .company_history #se01 table td p span,
#company .company_history #se01 table td dl dt {
    color: #f48000;
    font-size: 4.5vw;
    font-weight: bold;
}
#company .company_history #se01 table td dl dd {
    margin-bottom: 15px;
}
#company .company_history #se01 table td dl dd:last-child {
    margin-bottom: 0;
}
#company .company_history #se01 table td dl dd li ul {
    margin-left: 3px;
}
#company .company_history #se01 table td dl dd li {
    list-style: disc;
    list-style-position: inside;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
#company .company_history #se01 table td iframe {
    width: 100%;
    margin-top: 12px;
}

/*-- ISO総研の会社概要（誕生秘話） --*/

/*-- ISO総研のスタッフ紹介 --*/
#staff .staff_list {
}
#staff .staff_list li {
    width: 100%;
    border: #ccc 2px solid;
    box-sizing: border-box;
    padding: 5%;
    margin-bottom: 20px;
}
#staff .staff_list li:last-child {
    margin-bottom: 0;
}
#staff .staff_list li p.occup {
    color: #fff;
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    padding: 3px;
}
#staff .staff_list li p.occup_consul {
    background: #f69933;
}
#staff .staff_list li p.occup_backof {
    background: #339a69;
}
#staff .staff_list li .cts_top {
    margin: 15px 0;
}
#staff .staff_list li .cts_top .tArea {
    margin-bottom: 15px;
}
#staff .staff_list li .cts_top .tArea h2 {
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    border-bottom: #ccc 1px dashed;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}
#staff .staff_list li .cts_top .tArea h2:before {
    content: '';
    width: 26px;
    height: 26px;
    vertical-align: bottom;
    background: url(../images/staff_icon.png) no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
}
#staff .staff_list li .cts_top .tArea p.note {
    font-size: 4vw;
    line-height: 1.5;
}
#staff .staff_list li .cts_top .imgArea {
    width: 100%;
    height: 220px;
    overflow: hidden;
}
#staff .staff_list li .cts_top .imgArea img {
    width: 100%;
}
#staff .staff_list li .info {
    width: 100%;
    font-size: 14px;
}
#staff .staff_list li .info th,
#staff .staff_list li .info td {
    width: 100%;
    display: block;
}
#staff .staff_list li .info th {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    background-color: #eee;
    border-bottom: #fff 3px solid;
    padding: 5px 5%;
}
#staff .staff_list li .info td {
    background-color: #f5f5f7;
    border-bottom: #fff 3px solid;
    padding: 10px 5%;
}
#staff .staff_list li .info tr:last-child td {
    border-bottom: none;
}
#staff .staff_list li a.linkArea {
    color: #ca1d06;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    display: block;
    margin-top: 15px;
}

#column_css {
    line-height: 1.7;
}
#column_css h2 {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.3;
    border-left: #c31122 5px solid;
    background-color: #c3112214;
    display: block;
    padding: 11px 8px 10px 10px;
    margin: 45px 0 20px 0;
}
#column_css h3 {
    color: #666;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5;
    border-left: #2f71b3 5px solid;
    padding: 5px 8px 5px 12px;
    margin: 40px 0 20px;
}
#column_css .bold {
    color: #2e72b3;
    font-weight: bold;
}
#column_css .yellow_line {
    font-weight: bold;
    background: linear-gradient(transparent 0%, #ffff018c 0%);
}
#column_css a {
    text-decoration: underline!important;
}

#column_css .mokuji {
    background: #eee;
    border-radius: 10px;
    padding: 20px 8% 25px;
}
#column_css .mokuji .mokuji_ttl {
    color: #0085B2;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    border-bottom: #ccc 1px solid;
    padding: 0 10px 10px;
    margin: 0 0 20px;
}
#column_css .mokuji .mokuji_list p {
    display: none;
}
#column_css .mokuji .mokuji_list li {
    font-weight: bold;
    text-indent: -1.5em;
    background: none;
    padding: 0 0 0 1.5em;
    margin-bottom: 20px;
}
#column_css .mokuji .mokuji_list li:before {
    font-weight: normal;
    font-family: FontAwesome;
    content: "\f0a4";
    color: #0085B2;
    margin-right: 3px;
}
#column_css .mokuji .mokuji_list li.last {
    margin-bottom: 0;
}
#column_css .mokuji .mokuji_list li .inner_list li {
    font-weight: normal;
    text-indent: -0.8em;
    padding-left: 0.8em;
    margin: 5px 0 -2px;
}
#column_css .mokuji .mokuji_list li .inner_list li:before {
    content: "▶";
    font-size: 10px;
}
#column_css .mokuji .mokuji_list li .inner_list li a {
    color: #333;
}

#column_css .inyou {
    font-size: 3.5vw;
    background: #eee;
    border-radius: 10px;
    padding: 8%;
}
#column_css .inyou a {
    text-align: right;
    display: inherit;
    border-top: #ccc 1px solid;
    padding-top: 15px;
    margin-top: 20px;
}

#column_css .for_sp {
    text-align: center;
}
#column_css .for_sp p {
    color: #2f71b3;
    font-size: 3.3vw;
    font-weight: bold;
    margin: 0 0 5px 0;
}

/*-- 用語集（共通） --*/
#glossary .serviceLink {
    margin-top: 50px;
}
#glossary .serviceLink li {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
}
#glossary .serviceLink li a {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 18px 28px;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    -o-transition: .25s linear;
    -ms-transition: .25s linear;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    border-radius: 15px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-radius: 8px;
}
#glossary .serviceLink li.iso a {
    background-color: #b30016;
}
#glossary .serviceLink li.pmark a {
    background-color: #2F71B1;
}
#glossary .serviceLink li.isms a {
    background-color: #46AE07;
}
#glossary .serviceLink li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 100px;
    width: 100%;
    height: 54px;
    color: #fff !important;
    font-size: 1.8rem;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
    transition: all .3s;
}
#glossary .serviceLink li a:after {
    position: absolute;
    content: '';
    top: 50%;
    width: 8px;
    height: 8px;
    right: 23px;
    margin-top: -6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*-- 用語集（archive-glossary.php） --*/
.glossary_archive #underLeft .box {
    border: #ccc 1px solid;
    border-radius: 8px;
    padding: 25px 5%;
}
.glossary_archive #underLeft .box p {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.glossary_archive #underLeft .box ul {
}
.glossary_archive #underLeft .box li {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.glossary_archive #underLeft .box li:last-child {
    margin-bottom: 0;
}
.glossary_archive #underLeft .box li a {
    width: 100%;
    color: #fff;
    font-size: 4.5vw;
    font-weight: bold;
    background: #c31122;
    border-radius: 6px;
    display: block;
    position: relative;
    padding: 15px;
}
.glossary_archive #underLeft .box li a:before {
    content: "\f002";
    font-family: FontAwesome;
    margin-right: 10px;
}
.glossary_archive #underLeft .box li a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: bold;
    margin-left: 23px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*-- 用語集（taxonomy-glossary_cat.php） --*/
.glossary_list #underLeft .navigation {
    background: #ccc;
    border-radius: 8px;
    padding: 20px 5%;
    margin-bottom: 40px;
}
.glossary_list #underLeft .navigation li {
    width: 100%;
    margin-bottom: 5px;
}
.glossary_list #underLeft .navigation li:last-child {
    margin-bottom: 0;
}
.glossary_list #underLeft .navigation li a {
    width: 100%;
    color: #333;
    font-size: 4vw;
    font-weight: bold;
    display: block;
    background: url(../images/icon_book_black.png) #fff no-repeat center left 20px;
    background-size: 13px;
    border-radius: 8px;
    padding: 15px 20px 15px 45px;
}
.glossary_list #underLeft .navigation li a.on {
    color: #fff;
    background: url(../images/icon_book.png) #f69933 no-repeat center left 20px;
    background-size: 13px;
}
.glossary_list #underLeft .box {
    margin-bottom: 15px;
}
.glossary_list #underLeft .box h2 {
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    background: #c31122;
    border-radius: 8px;
    position: relative;
    padding: 10px;
}
.glossary_list #underLeft .box h2:after {
    font-size: 18px;
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 20px;
}
.glossary_list #underLeft .box h2.open_btn:after {
    content: "\f067";
}
.glossary_list #underLeft .box h2.open:after {
    content: "\f068";
}
.glossary_list #underLeft .box .boxInner {
    border: #ccc 1px solid;
    border-radius: 8px;
    padding: 25px 5%;
    margin-top: 3px;
}
.glossary_list #underLeft .box .boxInner li {
    line-height: 1.5;
    text-indent: -0.9em;
    padding-left: 0.9em;
    margin-bottom: 8px;
}
.glossary_list #underLeft .box .boxInner li:last-child {
    margin-bottom: 0;
}
.glossary_list #underLeft .box .boxInner li:before {
    content: "\f105";
    color: #c31122;
    font-family: FontAwesome;
    font-weight: bold;
    margin-right: 6px;
}
.glossary_list #underLeft .box .boxInner li a {
    font-size: 3.8vw;
    text-decoration: underline;
}

/*-- 用語集（single) --*/
.glossary_single .mainimg_inner p {
    color: #fff;
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
    background-color: rgba(239, 106, 22, 0.69);
    padding: 20px 0;
}
.glossary_single .mainimg_inner p span {
    font-size: 15px;
    display: block;
    margin-top: 10px;
}
.glossary_single #underLeft .box {
    margin: 0 0 30px;
}
.glossary_single #underLeft .box h1 {
    color: #fff;
    font-size: 5.5vw;
    font-weight: bold;
    background: #c31122;
    border-radius: 8px;
    position: relative;
    padding: 10px 5%;
}
.glossary_single #underLeft .box .boxInner {
    border: #ccc 1px solid;
    border-radius: 8px;
    padding: 25px 5%;
    margin-top: 3px;
}
.glossary_single #underLeft .box .boxInner .termArea li {
    margin: 0 0 3px 0;
}
.glossary_single #underLeft .box .boxInner .termArea li:last-child {
    margin-bottom: -15px;
}
.glossary_single #underLeft .box .boxInner .termArea li a {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #666;
    border-radius: 5px;
    display: block;
    padding: 3px 10px;
}
.glossary_single #underLeft .box .boxInner .wp_social_bookmarking_light {
    text-align: center;
    padding-top: 15px;
}
.glossary_single #underLeft a.backLink {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
    background: #c31122;
    border-radius: 8px;
    display: block;
    position: relative;
    padding: 12px 15px;
    margin: 0 auto;
}
.glossary_single #underLeft a.backLink:after {
    content: "\f105";
    color: #fff;
    font-family: FontAwesome;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-left: 25px;
}
.glossary_single .ctslastLink {
    justify-content: space-between;
    margin-top: 40px;
}
.glossary_single .ctslastLink li {
    margin-bottom: 10px;
}
.glossary_single .ctslastLink li:last-child {
    margin-bottom: 0;
}

.glossary_single .relatedBox {
    margin: 40px 0;
}
.glossary_single .relatedBox h2 {
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    background: #c31122;
    border-radius: 8px;
    position: relative;
    padding: 10px;
}
.glossary_single .relatedBox .boxInner {
    border: #ccc 1px solid;
    border-radius: 8px;
    padding: 25px 5%;
    margin-top: 3px;
}
.glossary_single .relatedBox .boxInner li {
    line-height: 1.5;
    text-indent: -0.9em;
    padding-left: 0.9em;
    margin-bottom: 8px;
}
.glossary_single .relatedBox .boxInner li:before {
    content: "\f105";
    color: #c31122;
    font-family: FontAwesome;
    font-weight: bold;
    margin-right: 6px;
}
.glossary_single .relatedBox .boxInner li:last-child {
    margin-bottom: 0;
}
.glossary_single .relatedBox .boxInner li a {
    font-size: 3.8vw;
    text-decoration: underline;
}

}

