/*
Theme Name: JASA Offical theme Ver2
Theme URI:
Template: lightning
Description: JASA Web site theme.
Author: MIYOSHI Yuki as Yu-Factory with Notion inc. / JASA
Tags: 
Version: 2.0.0
*/

/* サイト全体 */
body {
    font-size: 16px !important;
}

h1.entry-title:first-letter,
.single h1.entry-title:first-letter {
    color: inherit;
}

h2 {
    margin-top: 0px;
    margin-bottom: 25px;
}

h3 {
    margin-bottom: 25px;
}

h5 {
    font-size: 18px;
}

/*-- リスト--*/

ul {
    padding-left: 18px;
    list-style: none;
}

.ul-mark {
    list-style: disc !important;
}

.ul-mark ul{
    list-style: circle !important;
}


ol {
    padding-left: 18px;
}

ul.sub-menu li {
    font-size: 15px;
    background-color: #abcae5;
}

ul.sub-menu li a {
    background-color: #eff4f8 !important;
    color: #164975 !important;
}

ul.sub-menu li a:hover {
    background-color: #c3d5e5 !important;
}

/*--　テーブル --*/
.tbl-caps{
    font-weight: bold;
}


/*-- アンカー --*/
/*
a:not(.btn) :not(.headerloginbtn){
    color: #464646 !important;
    }

a:hover:not(.btn) :not(.headerloginbtn) {
    color: #2e6da4 !important;
    text-decoration: underline !important;
    }
*/

/*　ヘッダー・フッター　*/
/*-- ヘッダー内ログインボタン・サブメニュー配置--*/
.headersubarea {
    float: right;
    display: inline-block;
}

/*-- ログインボタン--*/
.headerloginbtn {
    background-color: #337ab7;
    color: #fff;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.header_scrolled .headerloginbtn {
    display: none;
}

.headerloginbtn a {
    color: #fff;
}

/*-- ヘッダーサブメニュー --*/
.headersubmenu {
    font-size: 14px;
    text-align: right;
    vertical-align: middle;
    margin-top: 10px;
}

/*-- Englishページリンク非表示 --*/
.submenu-english {
    display: none;
}

/* グローバルメニュー */
/*-- メニューフォントサイズ--*/
.gMenu_name {
    font-weight: bold !important;
    font-size: 1.6rem !important;
    color: #2e6da4 !important;
}

.nav li {
    align-self: center;
}

/*-- ヘッダーサブメニュー --*/
.headersubmenu {
    text-align: right;
    vertical-align: middle;
    margin-top: 10px;
}

localNav ul {
    background-color: #FFF;
}

ul.sub-menu li {
    font-size: 1.2rem;
    background-color: #abcae5;
}

ul.sub-menu li a {
    background-color: #eff4f8 !important;
    color: #164975 !important;
}

ul.sub-menu li a:hover {
    background-color: #c3d5e5 !important;
}


.page-header {
    color: #333;
    background: url(/wp-content/uploads/site-imgs/title-header.png) no-repeat 50% center;
    background-size: auto;
    background-size: cover;
}

.pager {
    display: none !important;
}

/*-- フッター --*/
.copySection p:nth-child(2) {
    display: none;
}

/* サイドバー系 */
/* トップページ　リスト */
.su-to-list {
    border-bottom: 1px dotted;
    margin-bottom: 0 !important;
}

.su-to-list h5 {
    font-size: 14px !important;
    margin-top: 0px;
    margin-bottom: 0 !important;
    padding: 1em;
}

/* メインコンテンツ */
/*-- ステップボックス--*/
@media (min-width: 768px) {
    .siteContent{
    padding-top: 0px !important;
    }

    .vk_slider_item_container{
        padding-left: 100px !important;
    }
}

.box-step {
    border-color: #28ab31 !important;
    border-radius: 0 !important;
    margin: 0 0 1.5em !important;
    border-width: 4px !important;
    border-style: solid !important;
}


.box-step .su-box-title {
    background-color: #28ab31 !important;
    color: #FFFFFF !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

/*-- 基準テーブル--*/

table {
    margin: 0;
    padding: 0;
    width: 100%;
    border-right: 1px solid #c8d5bb;
    border-top: 1px solid #c8d5bb;
    font-size: 10pt;
    line-height: 140%;
}



table th {
    margin: 0;
    padding: 2px 5px;
    background-color: #d8e2e2;
    border-left: 1px solid #c8d5bb;
    border-bottom: 1px solid #c8d5bb;
    text-align: center;
}




table td {
    margin: 0;
    padding: 3px 5px;
    background-color: #f6fafa;
    border-left: 1px solid #c8d5bb;
    border-bottom: 1px solid #c8d5bb;
}


table.acquisition {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

table.acquisition th a p {
    margin: 0;
    display: block;
    width: 160px;
    background-color: #e7e7eb;
    padding: 2px 0;
    color: #455;
}

table.acquisition th a:hover p {
    background-color: #f4f2f2;
    color: #4682b4;
    text-decoration: none;
}

table.acquisition tr {
    padding: 0;
    border-left: 0;
    border-bottom: 0;
}

table.acquisition tr a {
    margin: 0;
}


table.acquisition td {
    display: table-cell;
    padding: 1px 6px;
    background-color: #fff;
    vertical-align: inherit;
    border: 0;
}


table.acquisition th {
    display: table-cell;
    padding: 1px 6px;
    background-color: #fff;
    vertical-align: inherit;
    border: 0;
}

table.acquisition td p {
    margin: 0;
    background-color: #f8f4e6;
    border: 1px solid #e0d9e0;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
}

table.filelist {
    margin: 0;
    padding: 0;
    width: 100%;
    border-right: none;
    border-top: none;
    font-size: 14px;
    line-height: 140%;
}



table.filelist th {
    margin: 0;
    padding: 3px 5px;
    background-color: #d8e2e2;
    border-left: none;
    border-bottom: 1px solid #c8d5bb;
    text-align: center;
    vertical-align: middle;
}

table.filelist td {
    margin: 0;
    padding: 5px 5px;
    background-color: #f6fafa;
    border-left: none;
    border-bottom: 1px solid #c8d5bb;
    vertical-align: middle;
}

.filelist img {
    padding-top: 10px;
}

.result {
    margin-bottom: 30px;
}

div.result {
    padding-bottom: 20px
}

.result h3 {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.result h4 {
    margin: 5px 0 5px 20px;
    padding-bottom: 0px;
}

.result h5,
.result p {
    margin: 0 0 10px 0;
    padding: 0 0 5px 40px;
}

.result p {
    font-size: 14px;
}

div.row {
    /*	border-bottom: solid 1px #4444; */
    margin: 0;
    padding: 5px 0 0 0;
}

/*

　トピックス　CAIS認定者数

*/

.cais-update table,
.cais-update tr,
.cais-update td
{
    border: none !important;
    font-size: 16px !important;
}

.cais-update table td{
    background-color: #fff !important;
}

    .cais-update table{
        width: 100% !important;
    }


@media (min-width: 768px) {
    .cais-update table{
        width: 60% !important;
    }
}

.cais-update td:nth-child(1){
    width: 40%;
}

.cais-update td:nth-child(2){
    width: 10%;
    align: left;
}


.cais-update p {
    margin-bottom: 0 !important;
}


/*-------- Download box ------------*/
div.download_box {
    font-size: 13px;
    line-height: 130%;
    color: #333;
    text-decoration: none;
}

a.download {
    display: inline-block;
    height: auto;
    width: 212px;
    padding: 0px 10px 10px 10px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #d0d4d4;
    border-right: 1px solid #d0d4d4;
    overflow: hidden;
    font-size: 14pt;
    font-weight: bold;
    color: #333;
    line-height: 28pt;
    text-decoration: none;
    text-align: center;
    background: #f8f8f8;
}

a.download:hover {
    background: #e8ecec;
    text-decoration: none;
    color: #333;
    border-top: 1px solid #d0d4d4;
    border-left: 1px solid #d0d4d4;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

a.download:visited {
    color: #333;
}

/*-------- セミナーダウンロードリスト ------------*/
div.semi-dl-list {
    margin-bottom: 10px;
}

div.semi-dl-list-title {
    background-color: #e5e5e0;
    padding-bottom: 5px;
}

.semi-dl-list-title h5 {
    margin-bottom: 0;
    font-weight: bold;
}

div.semi-dl-list-contents {
    background-color: #f3f5f5;
    border-top: 1px solid #bbb;
}

/* コンテンツ別 */

/* Englishページリンク非表示 */
.submenu-english {
    display: none;
}

.flow_box {
    margin-bottom: 5px;
    display: flex;
    align-items: stretch;
}

.flow_type,
.flow_ex,
.flow_note,
.flow_enter {
    border: 1px solid #e0d9e0;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}


.flow_box p,
.flow_ex p,
.flow_note p,
.flow_enter p {
    margin-bottom: 0px;
}

.flow_type {
    background-color: #c7d0cf;
    border-color: #e0d9e0;
}

.flow_ex {
    background-color: #fff1cf;
    border-color: #e0d9e0;
}

.flow_note {
    background-color: #f4faff;
}

.flow_enter {
    background-color: #fddea5;
}

.flow_req {
    background-color: #eeeeee;
    padding: 3px 10px;
}


.flow_prac {
    text-align: center;
}

.flow_type p,
.flow_req p,
.flow_ex p,
.flow_note p,
.flow_enter p,
.flow_prac p {
    line-height: 1.8em;
    font-size: 0.8em;
}

.flow_arrow {
    text-align: center;
    margin-top: 1px !important;
    margin-bottom: 1px !important;
    align-items: center !important;
    justify-content: center;
    display: flex;
}

/*-- 監査人ポータル --*/
.qual_docs {
    width: 150px;
    height: 150px;
    background: url(/wp-content/uploads/site-imgs/doc_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: center;
}

.qual_docs p {
    margin-top: 40px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}

.page-id-76480 .page-header,
.page-id-76490 .page-header,
.page-id-76494 .page-header,
.page-id-76499 .page-header,
.page-id-74928 .page-header {
    height: 60px;
}

.page-id-76480 .siteContent,
.page-id-76490 .siteContent,
.page-id-76494 .siteContent,
.page-id-76499 .siteContent,
.page-id-74928 .siteContent {
    padding: 0 0 3.5em
}

.page-id-76480 .mainSection article,
.page-id-76490 .mainSection article,
.page-id-76494 .mainSection article,
.page-id-76499 .mainSection article,
.page-id-74928 .mainSection article {
    padding: 0 40px 40px 40px
}

.qual_doc_list,
.qual_doc_list li {
    margin-top: 0;
    margin-bottom: 0;

}

/*-- 委員会・部会ページ　テーブル --*/
.tbl_sction th {
    width: 15%;
}

/*-------- Contact form 7 ------------*/
/* ラジオボタン、チェックボックスの縦配置 */
span.wpcf7-list-item {
    display: block;
}

/*-------- セミナーページ　キャプション  ------------*/
.caption {
    margin-top: 0px;
}

.note_g {
    font-size: 14px;
    ;
}


/*
*
* クラウドセキュリティサイト（JCISPA）関連
*
*/


.cs-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.cs-page-header{
    background-image: none !important;
}

.cs-header p{
    margin-bottom: 0 !important;
}

.cs-whatsnew a {
    display: inline-block !important;
    width: 100% !important;
    margin-top: 1px !important;
    padding: 10px !important;
    border-bottom: 1px solid #dee0e0 !important;
    background-color: #fff !important;
    line-height: 150% !important;
}

.cs-whatsnew a:hover {
    color: #f99734 !important;
    background-color: #f6f8f6 !important;
}

.cs-whatsnew p{
    margin-bottom: 5px;
    color: #883322;
}

.cs-whatsnew h5{
    margin: 0 1rem !important;
}

.cs-submenu-title{
    content: none !important;
    border-top:none !important;
    border-bottom: 1px solid #ddd !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: 2rem !important;
    font-weight: bold !important;
}


.cs-submenu li {
    border-bottom: 1px solid #dee0e0 !important;
    background-color: #fff !important;
}

.cs-submenu li:hover {
    background-color: #f6f8f6 !important;
}

.cs-submenu a {
    padding: 1.2rem !important;
}


.cs-submenu a:hover {
    color: #f99734 !important;
}

    

.cs-csmark-type-list:where(.wp-block-columns,.is-layout-flex){
    column-gap: 0.5em !important;
}


/*-- 規定・様式リスト --*/

.cs-regu-list {
    border-top: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
    margin-top: 0px;
    margin-bottom: 0px;
    align-items: center !important;

}

.cs-regu-list :hover{
    background: #f8f8f4;
    cursor: pointer;
}

.cs-regu-list p {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    margin: 0px !important;
}

.cs-regu-list figure {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
}

/*-- イベント・セミナー --*/

/*--- Work shop Left table --*/
table.cs-wkshop {
	width: 100%;
	border: 1px solid #e0e4e4;
/*	border-top: 0px solid #fff; */
	background-color: #fff;
	font-size: 10.5pt;
	line-height: 150%;
}
table.cs-wkshop th {
	background-color: #e0e0e0;
	padding: 6px 10px;
	border-top: 1px solid #fff;
	vertical-align: top;
	text-align: left;
}
table.cs-wkshop td {
	background-color: #f5f6f6;
	padding: 6px 10px;
	border-top: 1px solid #fff;
}
table.cs-wkshop td p {
	margin: 0;
	padding: 0;
}
table.cs-wkshop dl, dt, dd {
	margin: 0;
	padding: 0;
}
table.cs-wkshop img {
	border: none;
}
table.cs-wkshop a:hover img {
	border: none;
}
table.cs-wkshop img.profile {
	border: none;
	width: 70px;
	margin: 0 10px 5px 0;
}



/*-- ワーキンググールプ　活動概要テーブル --*/
.cs-wg-tbl th{
    white-space: nowrap;
}

.cs-memberlist-tbl table {
    border: none;
}

.cs-memberlist-tbl th{
    border: none;
}

.cs-memberlist-tbl td{
    background-color: #f5f5f1;
    border: none;
}

.cs-memberlist-tbl th:nth-child(1)
.cs-memberlist-tbl td:nth-child(1) {
    width: 80%;
    text-align: left;
}

.cs-memberlist-tbl th:nth-child(2),
.cs-memberlist-tbl td:nth-child(2) {
    width: 20%;
    text-align: center;
}

.cs-memberlist-tbl tr:nth-child(odd) td{
    background-color: #ffffff;
}

/*-- CSマークサービスリスト --*/
.cs-cs-mark-sv-list td{
    white-space: nowrap;
}

.cs-ca-img img{
    border: 4px solid #eeeeee;
}

.cs-ca-img  img:hover {
    border: 4px solid #9acdea;
}


/*-- クラウド情報セキュリティ管理基準【エクセル版】お申し込み -- */
.cs-form,
.cs-form td {
    border: none;
    background-color: #ffffff;
}
