@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;
    margin: 0 auto;
}
#under #mainimage p {
	float: left;
    width: 550px;
    height: 52px;
    color: #333;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 97px 0;
}
#under #mainimage p span {
	color: #666;
	font-size: 15px;
    display: block;
    margin-top: 20px;
}
#under #mainimage h1 {
    float: right;
    width: 520px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 110px 0 108px;
    background-color: rgba(239, 106, 22, 0.69);
}

/*-- 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;
}

/*-- ISO総研の会社概要共通 --*/
#company #under_cts {
	width: 1240px;
    padding: 60px 0;
    margin: 0 auto;
}
#company #under_cts #underRigth {
	float: right;
    width: 320px;
}
#company #under_cts #underRigth .sidemenu {
	margin-bottom: 30px;
}
#company #under_cts #underRigth .sidemenu li {
	width: 100%;
    margin-bottom: 8px;
}
#company #under_cts #underRigth .sidemenu li:last-child {
    margin-bottom: 0;
}
#company #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;
}
#company #under_cts #underRigth .sidemenu li a.on,
#company #under_cts #underRigth .sidemenu li a:hover {
	background-color: #c31122;
}
#company #under_cts #underRigth .movie li {
	margin-bottom: 15px;
}
#company #under_cts #underRigth .movie li:last-child {
	margin-bottom: 0;
}
#company #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;
}
#company #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;
}

#company #under_cts #underRigth .movie li iframe {
	width: 100%;
    height: 230px;
}
#company #under_cts #underLeft {
	float: left;
    width: 880px;
}
#company #under_cts #underLeft .inner {
	padding: 0;
}
#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;
}


}

/*-------------------------------------
	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 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;
}
#under #mainimage p span {
	display: none;
}
#under #mainimage h1 {
    color: #333;
    font-size: 8vw;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 0 5%;
}

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

/*-- ISO総研の会社概要共通 --*/
#company #under_cts {
	width: 90%;
    padding: 50px 0;
    margin: 0 auto;
}
#company #under_cts #underRigth .sidemenu {
	margin-bottom: 30px;
}
#company #under_cts #underRigth .sidemenu li {
	width: 100%;
    margin-bottom: 5px;
}
#company #under_cts #underRigth .sidemenu li:last-child {
    margin-bottom: 0;
}
#company #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;
}
#company #under_cts #underRigth .sidemenu li a.on,
#company #under_cts #underRigth .sidemenu li a:hover {
	background-color: #c31122;
}
#company #under_cts #underRigth .movie li {
	margin-bottom: 15px;
}
#company #under_cts #underRigth .movie li:last-child {
	margin-bottom: 0;
}
#company #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;
}
#company #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;
}

#company #under_cts #underRigth .movie li iframe {
	width: 100%;
    height: 230px;
}
#company #under_cts #underLeft {
	padding-bottom: 50px;
}
#company #under_cts #underLeft .inner {
	padding: 0;
}
#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総研の会社概要（誕生秘話） --*/



}
