@charset "UTF-8";
/* リンク */
a:link {color:#1853B5;} 
a:visited {color:#1853B5;} 
a:active {color:#0000cd;} 

h1, h2, h3, h4, h5, h6 {
    text-transform: none ;
}

.btn-group a{
    color: #ffffff;
}


/* グローバルサブヘッダー */

.subheader{
    margin: 20px 0 20px;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    border-left: 15px solid #5b4f3d;
    position: relative;
}
.subheader:after{
    margin: 0;
    display: block;
    position: relative;
    bottom: -10px;
    left: -10px;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    content: "";
}
/* 定義リスト 横並び */
.def_horizontal dt{
    float: left;
    font-weight: bold;
    width: 100px;
}

.def_horizontal dd{
    margin-left:100px;
}

/* Academy 用 */
.sec_curriculum .parent .parent .heading {
    padding: 1px 0;
    position: relative;
    background-color: #ffe1db;
}
.sec_curriculum .parent .heading .title {
    padding: 30px 20px;
    line-height: 1;
}
.sec_curriculum .parent .heading .title span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.sec_curriculum .parent .heading .title::after {
    margin: 0;
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: initial;
    bottom: 2px;
    left: 0;
    background: none #e60214;
    content: "";
}
.sec_curriculum .parent .heading .title::before {
    margin: 0;
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    background: none #e60214;
    content: "";
}

/* 英語ページ - ヘッダー（2021/4/2～追記） */
.eng_header {
  width: 100%;
}
.eng_header .container {
  padding: 0;
  max-width: 100%;
}
.eng_header h1 {
  width: 35%;
  line-height: 2;
}
.eng_header a {
  display: block;
}
.eng_header h1 img {
  max-width: 100%;
}
.eng_header .container .flex {
  display: flex;
  justify-content: space-between;
}
.eng_header .container .pc ul {
  width: 50%;
}
.eng_header .container .pc li {
  line-height: 3.5;
}
.eng_header .fa-angle-right {
  width: 5px;
  padding-top: 2px;
  color: #e60214;
  font-weight: bold;
  vertical-align: baseline;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .eng_header h1 {
    width: 70%;
    padding-top: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .eng_header .headerBtn li {
    position: relative;
    width: 100%;
    border: 1px solid #cccccc;
    list-style: none outside;
    text-align: center;
    margin-bottom: 2px;
  }
  .eng_header .headerBtn li p,
  .eng_header .headerBtn li a {
    display: block;
    position: relative;
    padding: 5px 15px;
    background: linear-gradient(#fff, #eee);
    text-decoration: none;
  }
  .eng_header .headerBtn li i {
    color: #aaaaaa;
    font-size: 1.6em;
  }
  .eng_header .headerBtn li span {
    display: block;
    font-size: 10px;
  }
  .eng_header .headerBtn li p:after,
  .eng_header .headerBtn li a:after {
    display: block;
    position: absolute;
    bottom: 3%;
    left: 3%;
    width: 92%;
    height: 2px;
    background-color: #e60214;
    content: "";
  }
  .eng_header .menuContents {
    display: none;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    z-index: 20;
    top: 95%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
  .eng_header .menuContents li {
    border-top: 1px solid #cccccc;
  }
  .eng_header .menuContents li a {
    display: block;
    padding: 10px;
    background-color: #f4f4f4;
    color: #333333;
    font-size: 15px;
    text-decoration: none;
  }
  .eng_header .menuContents li i {
    margin-top: 2px;
    float: right;
    color: #e60214;
    font-size: 120%;
    font-weight: bold;
  }
  .eng_header .container .flex:last-of-type {
    position: relative;
  }
  .eng_header .container nav.flex {
    display: block;
  }
  #page_topics_detail37 .eng,
  #page_eng_inquiry .eng {
  display: none;
  }
}

/* 英語ページ */
.eng {
  border-top: 5px solid #e60214;
}
.eng .main-visual {
        margin: 0;
    }

.eng .main-visual img {
    width: 100%;
}

#eng_margin{
    display: block;
    /* width: 600px; （2021/3/29 レスポンシブはみ出しの原因のため非表示）*/
    height: 20px;
}

.serviceList ul{
padding: 0;
width: 500px;
float : left;
list-style:disc;
}

.serviceList li{
margin-left: 2em;
padding: 0;
float: left;
width: 250px;
list-style:disc;
}

.side-menu-bottom{
    display: block;
}

.side-menu-bottom p{
    text-align: center;
    margin: 10px 0 0;
}

.side-menu-bottom a:hover {
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}

.en_why{
    font-size: 13px;
}
.en_why h2{
    font-size: 16px;
    font-weight: bold;
}
.en_why .pos{
    display: block;
    float: left;
    margin-right: 10px;
}

.en_why table{
    height: 200px;
}

.en_why td{
    vertical-align: middle;
}


ul.eng_breadcrumb li a {color:#555;}
ul.eng_breadcrumb li a:hover {color:#46b0c3;}
ul.eng_breadcrumb li a:after{color:#ddd;}
ul.eng_breadcrumb li.active {color:#46b0c3;}
.page-header .eng_breadcrumb{
    margin-top: 0;
    position:static;
}
.page-header .eng_breadcrumb li,
.page-header .eng_breadcrumb a {
    font-size: 12px;
    text-transform: none;
}
.page-header .eng_breadcrumb i {
    margin-right: 0.3em;
    margin-left: 0.6em;
    font-size: 14px;
}
.page-header .eng_breadcrumb > li + li:before {
    content: none;
}
ul.eng_breadcrumb {padding:0;background:none;position:absolute; top:0; margin-top:10px; left:15px; }
ul.eng_breadcrumb li{display:inline-block; font-size:12px; letter-spacing:0.05em;text-transform: uppercase;}
ul.eng_breadcrumb li a{text-decoration: none;}


/* ↓英語ページレスポンシブ対応のため追記（2021/3/22～）↓ */
#page_topics_detail37 .sec_company .block .text>.aboutus_eng {
  display: flex;
  justify-content: flex-start;
}
#page_topics_detail37 .sec_company .block .text>.aboutus_eng>p:first-of-type {
  width: 25%;
}
#page_topics_detail37 .sec_company .block .text>.aboutus_eng>p:last-of-type {
  width: 74%;
}
#page_topics_list37 .serviceList_eng {
  margin-left: 2em;
}
#page_topics_list37 .serviceList_eng li {
  list-style: disc;
  list-style-position: outside;
}
  
@media screen and (max-width: 768px) {
  /* TOP */
  #page_topics_list37 #contents,
  #page_topics_detail37 #contents,
  #page_eng_inquiry #contents {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 5px;
  }
  #page_topics_list37 .heading .heading_text,
  #page_topics_detail37 .block .block-title,
  #page_topics_detail37 .heading .heading_text {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    background: linear-gradient(#ffffff, #eeeeee);
    border: 1px solid #cccccc;
  }
  #page_topics_list37 .heading .heading_text span,
  #page_topics_detail37 .block .block-title span {
    margin-left: 10px;
  }
  #page_topics_list37 .main-right-2 .col-sm-8, .main-right-2 .col-sm-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  #page_topics_list37 .block .text {
    margin: 0;
  }
  #page_topics_list37 .def_horizontal {
    margin-bottom: 20px;
  }
  #page_topics_list37 .block .positionRight {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }
  #page_topics_list37 .table-responsive {
    border: none;
  }

  /* 下層 */
  #page_topics_detail37 .sec_company .block table.normal tr {
    border-bottom: 1px solid #ccc;
  }
  #page_topics_detail37 .sec_company .block table.normal th {
    border: none;
    border-bottom: 1px solid #ccc;
  }
  #page_topics_detail37 .sec_company .block table.normal td {
    border: none;
  }
  #page_topics_detail37 .sec_company .block .text>.aboutus_eng {
    display: flex;
    justify-content: flex-start;
  }
  #page_topics_detail37 .sec_company .block .text>.aboutus_eng>p:first-of-type {
    width: 25%;
    margin-right: 1em;
  }
  #page_topics_detail37 .sec_company .block .text>.aboutus_eng>p:last-of-type {
    width: 74%;
  }

  /* コンタクト */
  #page_eng_inquiry .sec_inquiry h3 {
    position: static;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: linear-gradient(#ffffff, #eeeeee);
  }
}

@media screen and (max-width: 1199px) {
  #page_topics_detail37 .iso_table_eng table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #page_topics_detail37 .iso_table_eng th,
  #page_topics_detail37 .iso_table_eng td {
    display: revert;
  }
  #page_topics_detail37 .iso_table_eng tbody th {
    text-align: left;
  }
}

@media screen and (max-width: 992px) {
  #page_topics_detail37 .corporateprofile_eng {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #page_topics_detail37 .detailCommon .block .image {
    width: 30%;
  }
  #page_topics_detail37 .corporateprofile_eng_div {
    border: none;
  }
  #page_topics_detail37 .corporateprofile_eng th {
    border: none;
  }
  #page_topics_detail37 .corporateprofile_eng td {
    border-left: none;
    border-right: none;
  }
  #page_topics_detail37 .ourservices_eng {
    border: none;
  }
  #page_topics_detail37 .ourservices_eng th {
    border: none;
  }
  #page_topics_detail37 .ourservices_eng td {
    border-left: none;
    border-right: none;
  }
  #page_topics_detail37 .serviceoutline_eng {
    border: none;
  }
  #page_topics_detail37 .serviceoutline_eng th {
    border: none;
    width: 100% !important;
  }
  #page_topics_detail37 .serviceoutline_eng td {
    border-left: none;
    border-right: none;
  }
}

@media screen and (max-width: 414px) {
  #page_topics_list37 .table-responsive th,
  #page_topics_list37 .table-responsive td {
    display: block;
  }
  #page_topics_list37 .table-responsive th {
    width: 100%;
    border: none;
  }
  #page_topics_list37 .table-responsive td {
    border-left: none;
    border-right: none;
  }
  #page_topics_list37 .table-responsive tr:last-of-type td {
    border-bottom: none;
  }
  #page_topics_detail37 .detailCommon .block .image {
    width: 50%;
  }
}



/* リスト ※160902変更　レイアウト崩れなし */

.block .text ul{
    margin-left: 2em;
}

.block .text ul li{
    list-style:disc;
    list-style-position:outside;
    }
    
.block .text ol li{
    list-style:decimal;
    list-style-position:outside;   
}


.block_first ul{
    margin-left: 2em;
}
.block_first ul li{
    list-style:disc;
    list-style-position:outside;
    }
    
.block_first ol li{
    list-style:decimal;
    list-style-position:outside;   
}

.dot ul{
    margin-left: 2em;
}

.dot li{
    list-style:disc;
    list-style-position:outside;
    margin-left: 2em;
    }
    
.dot ol li{
    list-style:decimal;
    list-style-position:outside;   
}



/* Basic Table */

table.basic {
	border-collapse: separate;
	border-spacing: 2px;
}

table.basic th {
	background-color:#edf0f4; 
	border:solid 1px #d1d9e4; 
	padding: 5px 5px;
}

table.basic .category {
	background-color:#d1d9e4; 
	border:solid 1px silver; 
	padding: 5px 5px;
}


table.basic td {
	border:solid 1px #d1d9e4; 
	padding: 5px 10px;
}

table.basic .highlight {
	background:yellow; 
}


table.basic .top th {
	background-color:#edf0f4; 
	font-weight:bold;
	text-align:center;
}

table.basic table{
	width:100%;
}

table.basic table th, table.basic table td{
	border:none;
	padding:2px;
}

.center th {
	text-align: center; 
	vertical-align: middle; 
	padding: 2px 5px; 
}

.bold th {
	font-weight:bold;
}




/* お客様事例 */

#page_topics_detail6 h4 {
	color: #4682B4;
	margin: 10px 0 10px 0;
	font-weight:bold;
	font-size:100%;
}
#page_topics_detail6 .sec_casestudy .comment h4 {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #ee6161;
}
#page_topics_detail6 .sec_casestudy .block {
    margin: 0 0 0 0;
}
#page_topics_detail6 .sec_casestudy .block-title {
    margin-top: 20px;
}


/* ゆうやくんCSS */

.serviceflow .item {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    display: table;
}

.serviceflow .item p {
    padding: 20px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: table-cell;
}

.serviceflow .item .title {
    border-right: none;
    width: 20%;
    background-color: #eeeeee;
}
.serviceflow i {
    margin: 0 64px;
    font-size: 4em;
    color: #e60214;
}





/*　記事内テーブル ----------*/
.table1 .item table {
    border: 1px solid #cccccc;
    width: 100%;
    font-size:85%;
}

.table1 .item td,
.table1 .item th {padding: 10px;
    border: 1px solid #cccccc;
}

.table1 .item th {
    background-color: #eeeeee;
    text-align: center;
}


/*　記事内テーブル2 ----------*/
.table2 .item table {
    border: 1px solid #cccccc;
    width: 100%;
    font-size: 85%;
}
.table2 .item td,
.table2 .item th {padding: 5px;
    border: 1px solid #cccccc;
    vertical-align: top; 
}
.table2 .item th {
    background-color: #eeeeee;
}
/*　記事内テーブル3 ----------*/
.table3 .item table {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    width: 100%;
    font-size: 85%;
}
.table3 .item td,
.table3 .item th {padding: 4px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;

}
.table3 th {
    background-color: #eeeeee;
    text-align: center;
}

/* テーブル*/
table.normal {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
}
table.normal td, table.normal th {padding: 4px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
table.normal th {
    background-color: #eeeeee;
}
table.wide {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
    width:100%;
}
table.wide td, table.wide th {
    padding: 4px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
table.wide th {
    background-color: #eeeeee;
}
table.small{
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    width: 100%;
    font-size:85%;
    margin-top: 10px;
    margin-bottom: 10px;
}
table.small td, table.small th{
    padding: 4px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
table.small th{
    background-color: #eeeeee;
    text-align: center;
}


.servicemenu .item table {
    width: 100%;
}
.servicemenu .item th,
.servicemenu .item td {
    padding: 10px;
    border-top: 1px solid #cccccc;
    vertical-align: top;
}
.servicemenu .item th {
    width: 180px;
}

/* 8/31 追加 RM Navi Basic用　*/

.block .alpha a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  background-color: #FFF;
}

/* 2016/8/30 田中 RMNavi Basic用に追加 */

.block-title-basic {
    border-bottom: 2px solid #e60214;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    padding: 25px 15px 8px;
}

.block-title-basic span{
    font-size: 14px;
    font-weight: normal;
    margin-left: 20px;
}
.backToIndex {
    padding: 20px 0 20px;
    margin-top: 40px;
    border-top: 1px solid #cccccc;
    text-align: right;
}
.backToIndex li i {
        margin-top: 2px;
        margin-right: 8px;
        font-size: 120%;
        font-weight: bold;
        color: #e60214;
}

.academy_faculty h2{
        margin: 5px 0 5px;
        font-size: 120%;
        font-weight: bold;
}

.academy_faculty i{
        margin-top: 2px;
        margin-right: 8px;
        font-size: 120%;
        font-weight: bold;
        color: #e60214;
}

/* ここまで */

/* 09/05/ トップ帯用CSS追加*/

.rmNaviTop {
    margin: 10px 0 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #eeeeee;
}
.rmNaviTop h2 {
    margin: 0;
    padding: 30px 20px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 24px;
    font-weight: bold;
    background: url(/files/user/images/common/rmnavi_top.png?v=1473064180) no-repeat;
    background-position: right center;
}
.rmNaviTop h2 span {
    margin-left: 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}
.rmNaviTop h2:after {
    margin: 0;
    height: 2px;
    display: block;
    top: initial;
    left: 0;
    bottom: 2px;
    background: none #e60214;
    content: "";
}
.rmNaviTop {
    margin: 0 0 10px;
    }
.rmNaviTop h2 {
    padding: 30px 15px;
    }
.rmNaviTop h2 span {
    margin: 5px 20px 0;
    }

.itilNaviTop {
    margin: 10px 0 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #eeeeee;
}
.itilNaviTop h2 {
    margin: 0;
    padding: 30px 20px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 24px;
    font-weight: bold;
    background: url(/files/user/images/common/itilnavi_top.png?v=1619421449) no-repeat;
    background-position: right center;
}
.itilNaviTop h2 span {
    margin-left: 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}
.itilNaviTop h2:after {
    margin: 0;
    height: 2px;
    display: block;
    top: initial;
    left: 0;
    bottom: 2px;
    background: none #0073af;
    content: "";
}
.itilNaviTop {
    margin: 0 0 10px;
    }
.itilNaviTop h2 {
    padding: 30px 15px;
    }
.itilNaviTop h2 span {
    margin: 5px 20px 0;
    }
/* 20/03/11/ トップ帯用CSS追加*/

.diseasesTop {
    margin: 10px 0 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #eeeeee;
}
.diseasesTop h2 {
    margin: 0;
    padding: 30px 20px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 24px;
    font-weight: bold;
    background: url(/files/user/images/common/diseases_top.png?v=1584348478&v=1473064180) no-repeat;
    background-position: right center;
}
.diseasesTop h2 span {
    margin-left: 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}
.diseasesTop h2:after {
    margin: 0;
    height: 2px;
    display: block;
    top: initial;
    left: 0;
    bottom: 2px;
    background: none #e60214;
    content: "";
}
.diseasesTop {
    margin: 0 0 10px;
    }
.diseasesTop h2 {
    padding: 30px 15px;
    }
.diseasesTop h2 span {
    margin: 5px 20px 0;
    }
.diseasesTop2 {
    margin: 10px 0 20px;
}

/* ここまで */

@media screen and (max-width: 768px){
    .rmNaviTop{
        margin-bottom: 20px;
    }
    .rmNaviTop h2{
        padding: 20px 15px;
        background: none;
    }
    .itilNaviTop{
        margin-bottom: 20px;
    }
    .itilNaviTop h2{
        padding: 20px 15px;
        background: none;
    }
    .diseasesTop{
        margin-bottom: 20px;
    }
    .diseasesTop h2{
        padding: 20px 15px;
        background: none;
    }
}
.academy_list ul{
    margin: 1em 0 1em;
}
.academy_list span{
    font-weight: bold;
}
.academy_list i{
    margin-top: 2px; margin-right: 8px; font-size: 120%; font-weight: bold; color: #e60214;
}
.sec_academy .block-curriculum .curriculum-list ul, 
.sec_academy .block-curriculum .curriculum-list li{
    list-style-type: disc;
    margin-left: 20px;
    padding: 2px 0 2px;
}
.sec_academy .block-curriculum .curriculum-list .category_o{
    background-color:#b5e0ca;
}
.sec_academy .block-curriculum .curriculum-list .category_r{
    background-color:#F2B3B0;
}
.sec_academy .block-curriculum .curriculum-list .category_b{
    background-color:#B0C8F2;
}






/*NCA 授業内容紹介*/

.nca_class_t{
    margin:10px 0 20px 0;
    padding: 20px 0 20px 0;
    width: 100%;
    text-align: center;
    background-color: #FAE3BE;
    border: 1px solid #EEA057;
}
.nca_class_wrapper{
    margin: 20px 0 20px 0;
    position: relative;
    text-align: center;
}
.nca_class_qtxt,
.nca_class_atxt{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    padding: 35px 20px;
    border-radius:10px;
    width:75%;
    text-align: left;
}
.nca_class_qtxt{
    margin-left:10px;
    margin-right: 120px;
    background-color:#dcdcdc;
}
.nca_class_atxt{
    right:10px;
    margin-left: 120px;
    background-color:#EEA057;
}
.nca_class_atxt:after{
	content:"";
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right:10px solid #EEA057;
}
.nca_class_qtxt:after{
	content:"";
	position: absolute;
	right: -20px;
    top: 50%;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #dcdcdc;
}
.nca_class_qimg,
.nca_class_aimg{
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -50px;
}
.nca_class_aimg img,
.nca_class_qimg img{
    width: 100px;
}
.nca_class_aimg{
    left: 10px;
}
.nca_class_qimg{
    right: 10px;
}
@media screen and (max-width: 768px){
    .nca_class_qtxt,
    .nca_class_atxt{
        width: 70%;
    }
    .nca_class_aimg img,
    .nca_class_qimg img{
        width: 75px;
        margin-top: 15px;
    }
    .nca_class_qimg{
        right: 0;
    }
}


/* 経産省ページ*/
.metiTop h2 span {
    margin-left: 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}
.metiTop h2:after {
    margin: 0;
    height: 2px;
    display: block;
    top: initial;
    left: 0;
    bottom: 2px;
    background: none #ffd700;
    content: "";
}
.metiTop {
    margin: 0 0 10px;
    }
.metiTop h2 {
    padding: 20px 15px;
    }
.metiTop h2 span {
    margin: 5px 20px 0;
    }
.metiTop {
    margin: 0px 0 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #eeeeee;
}
.metiTop h2 {
    margin: 0;
    padding: 20px 20px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.btn-meti{
    padding: 20px;
    background-color:#dfdfdf;
    border: solid 1px #F2B33D;
    color: #000000;
    font-size: 16px;
}
.btn-meti:hover{
    background-color: #F2B33D;
    border: solid 1px #D68E31;
    color: #362519;
}
.btn-meti span{
    color: #362519;
    font-size: 12px;
}

.meti p{
    margin-left: 30px;
    margin-right: 30px;
}

.meti-title{
    display: block;
    position: relative;
    margin: 20px 0 30px 0;
    padding: 15px 0 0 0;
    background-color: #FFF6DC;
    box-shadow:
        12px 0 0 0 #FFF6DC,
        0 12px 0 0 #FFF6DC,
        1px 15px 4px -3px rgba(0,0,0,0.2);

}
.meti-title: h3{

}
.meti-title:before{
    content:"";
    position: absolute;
    top:100%;
    left:100%;
    width:0;
    height:0;
    border-width: 12px 12px 0 0;
    border-style: solid;
    border-color: transparent;
    border-top-color:#cccccc;
}

.meti-title i{
    display: inline-block;
    position: absolute;
    color:#A7663B;
    margin-right: 0.2em;
    margin-left: 0.6em;
    font-size: 20px;
    top: 15px;
}
.meti-title span{
    display: inline-block;
    color: #164082;
    font-size: 16px;
    padding-left: 35px;
    width: 98%;
    margin-left: 5px;
    margin-bottom: 4px;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
}
.entry-btn {
    margin: 40px 0;
    text-align: center;
}
.entry-btn a {
    padding: 10px 30px;
    border: 1px solid #e60214;
    border-radius: 10px;
    font-size: 22px;
    color: #fff;
    background-color: #e60214;
}
.entry-btn a:hover {
    text-decoration: none;
    opacity: 0.6;
}

/* 中小企業庁 */
#page_topics_detail43 .topbanner {
    margin: 0 -15px 30px;
}
#page_topics_detail43 .cont h1{
    position: relative;
    padding-left: 0.4em;
    font-size: 16pt;
    margin-bottom: 20px;
}
#page_topics_detail43 .cont h1::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width:100%;
    height: 14px;
    background-color: #99bfe8;
}
#page_topics_detail43 .cont h2 {
    background: #f0f7ff;
    background: -webkit-linear-gradient(to bottom, #b9d3ee , #f3f7ff); 
    background: linear-gradient(to bottom, #b9d3ee , #f3f7ff);
    position: relative;
    padding: 0.75em 0 0 3em;
    margin: 20px 0 20px 0;
    font-size: 14pt;
    font-weight: bold;
    height: 2.5em;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#page_topics_detail43 .cont h2::before{
    content: '';
    position: absolute;
    background: url(/files/user/images/smea/lupe.png?v=1482905293) no-repeat;
    top: 8px;
    left: 10px;
    width: 35px;
    height: 100%;
}
#page_topics_detail43 .cont h3 {
	background-color: #e5f2ff;
	margin: 10px 0 10px 0;
	font-weight:bold;
	font-size: 12pt;
	padding: 10px;
	border-bottom: 1px solid #287dd6;
}
#page_topics_detail43 .cont h4 {
	margin: 10px 0 10px 0;
	position: relative;
	font-weight:bold;
	font-size: 12pt;
	padding: 5px 20px;
	border-bottom: 2px dashed #287dd6;
}
#page_topics_detail43 .cont h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 10px;
    height: 105%;
    background-color: #287dd6;
}
#page_topics_detail43 .cont h5{
	margin: 10px 0 10px 0;
	position: relative;
	font-weight:bold;
	font-size: 12pt;
	padding: 5px;
}
#page_topics_detail43 .cont h5::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width:100%;
    height: 5px;
    background-color: #99bfe8;
}
#page_topics_detail43 .cont p {
    margin: 10px 10px 10px;
}
#page_topics_detail43 .cont table {
    border: 1px solid #cccccc;
    width: 100%;
    margin: 10px 0 10px 0;
}
#page_topics_detail43 .cont td,
#page_topics_detail43 .cont th {
    padding: 10px;
    border: 1px solid #cccccc;
}

#page_topics_detail43 .cont th {
    background-color: #e5f2ff;
    text-align: center;
}
#page_topics_detail43 .simple{
    width: 100%;
    margin: 0 0 10px 0;
    border: 0;
}
#page_topics_detail43 .simple td {
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #ccc;
}
#page_topics_detail43 .simple th {
    text-align: center;
    background-color: #ffffff;
    border: 0;
    border-bottom: 1px solid #ccc;
}
#page_topics_detail43 .check_point{
    color:#CE3821;
    font-weight:bold;
}

#page_topics_detail43 .cont ul, 
#page_topics_detail43 .cont li{
    list-style-type: disc;
    margin-left: 20px;
    padding: 2px 0 2px;
}


/* 東京都BCP グローバル設定 */

#page_topics_detail46 .cont h1{
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
    border-bottom: 2px solid #e60214;
}
#page_topics_detail46 .cont .text h3{
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #4682B4;
}

#page_topics_detail46 .cont p{
    margin-bottom: 1em;
}

/* サービス */
.service ol.features{
list-style-type: decimal;
}
.service ol.features li,
.service ul.features li{
margin-bottom: 1.5em;
font-weight: bold;
}
.service ol.features li span,
.service ol.features li ul,
.service ol.features li ul li,
.service ul.features li span
 {
  font-weight: normal;
}
.service ol.features li ul li
 {
  list-style-type: disc;
}
.service ol.features_no {
  list-style: none;
  }
.service ol.features_no li {
    list-style: none;
    margin-bottom: 1.5em;
    text-indent: -1.5em;
    }
.service p.features_ind {
   margin-left: 1.5em;
   text-indent: -1.5em;
   margin-bottom: 0;
  }
.service p.features_m {
   margin-left: 1.5em;
   margin-bottom: 1.5em;
  }


/* トップエリア */
#page_topics_detail46 .cont #tokyobcp_top{
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #cccccc;
    overflow: hidden;
}
#page_topics_detail46 .cont #tokyobcp_top .imgR {
	float: right;
	margin: 5px 0 5px 15px;
}
#page_topics_detail46 .cont #tokyobcp_top .imgL { 
	float: left; 
	margin: 5px 15px 5px 0; 
}
#page_topics_detail46 .cont #tokyobcp_top .casestudy_tokyobcp{
    margin: 3px 0 0 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}
#page_topics_detail46 .cont #tokyobcp_top #bcpinfo table {
    border: 1px solid #cccccc;
}
#page_topics_detail46 .cont #tokyobcp_top #bcpinfo td,
#page_topics_detail46 .cont #tokyobcp_top #bcpinfo th{
    padding: 5px;
    border: 1px solid #cccccc;
}
#page_topics_detail46 .cont #tokyobcp_top #bcpinfo th {
    background-color: #eeeeee;
    text-align: center;
}

/* 本文エリア */
#page_topics_detail46 .cont .text .imgR {
	float: right;
	margin: 5px 0 5px 15px;
	font-size: 13px;
	line-height: 1.6;
}
#page_topics_detail46 .cont .text .imgL { 
	float: left; 
	margin: 5px 15px 5px 0; 
	font-size: 13px;
	line-height: 1.6;
}
#page_topics_detail46 .cont .text .imgR img { 
    margin-bottom: 10px;
}
#page_topics_detail46 .cont .text .imgL img { 
    margin-bottom: 10px;
}
#page_topics_detail46 .cont table.basic {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    font-size:14px;
    margin-bottom: 20px;
}
#page_topics_detail46 .cont table.basic td,
#page_topics_detail46 .cont table.basic th{
    padding: 5px;
    border: 1px solid #cccccc;
}
#page_topics_detail46 .cont table.basic th{
    background-color: #eeeeee;
    text-align: center;
}

/* 右カラム */
#page_topics_detail46 .cont .sub  table {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    width: 100%;
    margin-bottom:20px;
}
#page_topics_detail46 .cont .sub th,
#page_topics_detail46 .cont .sub td {
    padding: 10px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
#page_topics_detail46 .cont .sub th,
#page_topics_detail46 .cont .sub td,
#page_topics_detail46 .cont .sub td a {
    font-size: 13px;
}
#page_topics_detail46 .cont .sub th {
    background-color: #eeeeee;
    width: 40%;
}
#page_topics_detail46 .cont .sub #customer td{
    text-align: right;
}
#page_topics_detail46 .cont .sub h3{
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 3px solid #e60214;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}
#page_topics_detail46 .cont .sub .list li i {
    margin-right: 5px;
    font-weight: bold;
    color: #e60214;
    margin-bottom: 20px;
}
#page_topics_detail46 .cont .sub #customerinfo #ci_title{
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 3px solid #e60214;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

/* PC表示 */
@media screen and (min-width: 768px){
    #page_topics_detail46 .cont .text{
        float: left;
        width:66%;
    }
    #page_topics_detail46 .cont .sub{
        float: right;
        vertical-align: top;
        width:30%;
        margin-top:10px;
    }
}

/* レスポンシブ調整 */
@media screen and (max-width: 768px){
    #page_topics_detail46 .cont #tokyobcp_top .casestudy_tokyobcp{
        margin-top: 2px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
    }
    #page_topics_detail46 .cont #tokyobcp_top .imgR {
	    display: none;
    }
    #page_topics_detail46 .cont .text img.imgL{ 
        float:none;
        display: block;
        margin : 20px auto;
    }
    #page_topics_detail46 .cont .text .imgL { 
    	float: none; 
    	margin-top:5px;
    	margin-bottom:15px;
    	text-align: center;
    	font-size: 13px;
	    line-height: 1.6;
    }
    #page_topics_detail46 .cont #tokyobcp_top #bcpinfo{
        display: block;
        margin: 0 auto;
    }
}

/* SDGs */
.sdgs p{
    margin-bottom:1em;
}

.sdgs_col1 .subheader{
    border-left: 15px solid #407936;
}
.sdgs_col2 .subheader{
    border-left: 15px solid #004c88;
}
.sdgs_col3 .subheader{
    border-left: 15px solid #970a31;
}
.sdgs_col4 .subheader{
    border-left: 15px solid #e83418;
}

.sdgs .subtitle{
    width:100%;
    padding:5px;
    margin-bottom:1em;
    text-align:center;
    color:#fff;
}
.sdgs_col1 .subtitle{
    background-color:#407936;"
}
.sdgs_col2 .subtitle{
    background-color:#004c88;"
}
.sdgs_col3 .subtitle{
    background-color:#970a31;"
}
.sdgs_col4 .subtitle{
    background-color:#e83418;"
}

.sdgs .activity{
    margin:2em auto;
}
.sdgs .activity .item{
    font-weight: bold;
}
.sdgs .activity .detail{
    margin:1em;
}
.sdgs .activity .indent1{
    margin:auto 1em;
}

.sdgs ul{
    list-style-type:disc !important;
}
.sdgs ul li{
    padding-left:1em;
    text-indent:-1em;
    padding-bottom:1em;
}
.sdgs ul li span{
    font-size:80%;
}

.sdgs h5.subheader_guideline{
    border: solid 1px #ccc;
    padding: 5px;
    font-weight: bold;
}

.sdgs .policy{
    font-weight: bold;
    font-size: 120%;
    margin:20px auto;
}

.sdgs .positionRight160 {
  margin: 0 0 10px 20px;
  float: right;
  width: 160px;
   }
.sdgs .positionLeft120 {
  margin: 0 20px 10px 0;
  float: left;
  width: 120px;
   }

/* dan-lo */
.dan-lo .heading{
     margin-bottom:2em;
}
.dan-lo p{
    margin-bottom:1em;
}
.dan-lo ul{
    list-style-type:disc !important;
    margin-left: 2em;
}
.dan-lo ul li{
    padding-bottom:1em;
    list-style-type:disc !important;
}
.dan-lo .caption{
    font-size:80%;
}
.dan-lo span.catch{
    font-size:120%;
    line-height: 1.5em;
}
.dan-lo h5{
margin: 20px auto;
padding: 10px;
border-bottom: 1px solid #cccccc;
font-size: 100%;
font-weight: bold;
    border-left: 15px solid #333;
}
.dan-lo_services .list li i{
    margin-right: 5px;
    font-weight: bold;
    color: #e60214;
    margin-bottom: 20px;
}

/* 小冊子DL一覧・動画アーカイブ一覧（レスポンシブ調整） */
.download-list .fl {
    float: right;
}
.download-list h3,
.download-list div {
    margin-top: 0.5em;
}
@media screen and (max-width: 768px){
    .download-list .fl{
       float: none;
       text-align: center;
       margin-bottom: 1em;
    }
}
.download-list-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.download-list {
  width: 49%;
}
.download-list-img {
    text-align: center;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px){
    .download-list-flex {
       display: block;
    }
    .download-list {
        width: 100%;
    }
}
.download-list-btn {
    color: #fff !important;
    background-color: #e60214;
    text-align: center;
    border-radius: 10px;
    display: block;
    padding: 10px 0;
    font-weight: bold;
    transition: .2s;
    margin-top: 0.5em;
}
.download-list-btn:hover {
    text-decoration: none;
    opacity: 0.7;
}
.download-list-cat-erm {
    background-color: #E6BA00;
}
.download-list-cat-bcp {
    background-color: #A50021;
}
.download-list-cat-itg {
    background-color: #305697;
}
.download-list-cat-cyber {
}
.download-list-cat-dx {
}
.download-list-cat-iso {
    background-color: #8BBA4F;
}


/* 家庭のリスクマネジメント */
.familyrisk {
  margin-top: 20px;
}
.familyrisk .flex {
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px){
    .familyrisk .flex {
      display: block;
    }
}

.familyrisk .flex>div {
  flex-basis: 38%;
}
.familyrisk .flex>p {
  flex-basis: 60%;
  margin-bottom: 0;
}
.familyrisk p {
    margin-bottom: 1em;
}
.familyrisk .block>ul>li::before {
  content: "・";
}
.familyrisk .block ul li ul li::before {
  content: "-";
  margin-left: 1em;
  margin-right: 0.5em;
}
.familyrisk ul li ul li:last-of-type {
  margin-bottom: 1em;
}
.familyrisk dl {
  margin-bottom: 1em;
}
.familyrisk dt,
.familyrisk dd {
  line-height: 1.6;
}
.familyrisk .familyrisk-tools ul {
  margin-bottom: 2em;
}
.familyrisk .familyrisk-tools p {
  font-weight: bold;
  margin-bottom: 0;
}
.familyrisk .familyrisk-tools ol {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.familyrisk .familyrisk-tools ol li {
  list-style-type: upper-alpha;
}
.familyrisk .familyrisk-tools .notes {
  margin-bottom: 2em;
  font-weight: normal;
}
.familyrisk .familyrisk-tools dt {
    font-weight: normal;
}
.familyrisk .image {
  margin-bottom: 2em;
}
.familyrisk .kit-dl {
  display: flex;
  justify-content: space-between;
}
.familyrisk a.dl {
  display: block;
  text-align: center;
  width: 48%;
  margin-top: 2em;
  background-color: #e60214;
  color: #fff;
  padding: 25px;
  border-radius: 10px;
  font-weight: bold;
  transition: .3s;
}

@media screen and (max-width: 768px){
  .familyrisk .kit-dl {
    display: block;
  }
    .familyrisk a.dl {
      width: 100%;
    }
}

.familyrisk a.dl:hover {
    text-decoration: none;
    background-color: #90010d;
}
.familyrisk .table1 {
  margin-bottom: 2em;
}
.familyrisk th {
  width: 20%;
}
.familyrisk td {
  width: 80%;
}

@media screen and (max-width: 768px){
    .familyrisk a{
       width: 100%;
    }
}


/* [アカデミー]企業研修 */
.corporate_training {
  margin-top: 20px;
}
.corporate_training p {
    margin-bottom: 1em;
}
.corporate_training dl {
  margin-bottom: 1em;
}

.corporate_training-btn {
  display: flex;
  justify-content: space-between;
}
.corporate_training-btn a {
  display: block;
  text-align: center;
  width: 48%;
  margin-top: 1em;
  color: #666;
  border: 1px solid #666;
  padding: 20px;
  border-radius: 50px;
  font-weight: bold;
  transition: .3s;
  position: relative;
}
.corporate_training-btn a i {
    position: absolute;
    top: 35%;
    left: 90%;
    font-size: 1.25em;
    color: #e60214;
}
@media screen and (max-width: 768px){
  .corporate_training-btn {
    display: block;
  }
    .corporate_training-btn a {
      width: 100%;
    }
}
.corporate_training-btn a:hover {
    text-decoration: none;
    opacity: 0.4;
}
.corporate_training dt,
.corporate_training dd {
  line-height: 1.6;
}
.corporate_training-annotation {
  border: 1px solid #cccccc;
    padding: 20px;
}
.corporate_training .table1 {
  margin-bottom: 2em;
}

@media screen and (max-width: 768px){
    .corporate_training a{
       width: 100%;
    }
}

/* 会社概要 - 書籍情報 */
.company_books .flex {
  display: flex;
  justify-content: space-around;
}
.company_books .flex .bookimg {
  width: 20%;
}
.company_books .flex .block {
  width: 70%;
}
.company_books .flex .block p {
  font-weight: bold;
}
.company_books .flex table th {
  width: 15%;
}
.company_books .flex table td {
  width: 34%;
}
.company_books .buy-btn {
  display: flex;
  justify-content: space-between;
}
.company_books .buy-btn a {
  display: block;
  text-align: center;
  width: 48%;
  margin-top: 1.5em;
  background-color: #e60214;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  font-weight: bold;
  transition: .3s;
}
.company_books .buy-btn a:hover {
    text-decoration: none;
    background-color: #90010d;
}
.company_books th {
  width: 20%;
}
.company_books td {
  width: 80%;
}

@media screen and (max-width: 768px){
  .company_books .flex table th,
  .company_books .flex table td {
    display: table-cell;
  }
  .company_books .buy-btn {
    display: block;
  }
  .company_books .buy-btn a {
    width: 100%;
  }
  .company_books a{
      width: 100%;
  }
}

@media screen and (max-width: 428px){
  .company_books .flex {
    display: block;
  }
  .company_books .flex .bookimg {
    width: 50%;
    margin: 0 auto 20px;
  }
  .company_books .flex .block {
    width: 100%;
  }
}

@media screen and (max-width: 375px){
  .company_books .flex table th,
  .company_books .flex table td {
    display: block;
    width: 100%;
    padding: 5px;
  }
}

/* 世界一わかりやすいリスクマネジメント集中講座 */
.risk-book {
  margin-top: 20px;
}
.risk-book .flex {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px){
    .risk-book .flex {
      display: block;
    }
}
.risk-book p {
    margin-bottom: 1em;
}
.risk-book ul {
  margin-bottom: 20px;
}
.risk-book li::before {
  content: "・";
}
.risk-book .image {
  margin-bottom: 2em;
}

.risk-book .buy-btn {
  display: flex;
  justify-content: space-between;
}
.risk-book .buy-btn a {
  display: block;
  text-align: center;
  width: 48%;
  margin-top: 2em;
  background-color: #e60214;
  color: #fff;
  padding: 25px;
  border-radius: 10px;
  font-weight: bold;
  transition: .3s;
}
@media screen and (max-width: 768px){
  .risk-book .buy-btn {
    display: block;
  }
    .risk-book .buy-btn a {
      width: 100%;
    }
}
.risk-book .buy-btn a:hover {
    text-decoration: none;
    background-color: #90010d;
}

.risk-book .table1 {
  margin-bottom: 2em;
}
.risk-book th {
  width: 20%;
}
.risk-book td {
  width: 80%;
}

@media screen and (max-width: 768px){
    .risk-book a{
       width: 100%;
    }
}

.risk-book>.risk-book_info .flex {
  justify-content: space-evenly;
}
.risk-book>.risk-book_info p {
  font-weight: bold;
}
.risk-book>.risk-book_info .flex>p {
  width: 25%;
}
.risk-book>.risk-book_intro .flex p:first-of-type {
  width: 60%;
}
.risk-book>.risk-book_intro .flex p:last-of-type {
  width: 30%;
}
.risk-book>.risk-book_intro>ul {
    width: 70%;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
    .risk-book>.risk-book_info .flex>p {
  width: 40%;
  margin: 0 auto 1em;
}
.risk-book>.risk-book_intro .flex p:first-of-type {
  width: 100%;
}
.risk-book>.risk-book_intro .flex p:last-of-type {
  width: 40%;
  margin: 0 auto 1em;
}
.risk-book>.risk-book_intro>ul {
    width: 100%;
}
}
.risk-book>.risk-book_intro ul li ul li {
    margin-left: 1em;
}
.risk-book>.risk-book_intro>p {
  border: 1px solid #cccccc;
  margin: 0 auto 20px;
  width: 70%;
  padding: 1em;
}
.risk-book>.risk-book_intro .table1 {
  width: 70%;
  margin: 0 auto;
}

.risk-book>.risk-book_profile .flex>p {
  width: 15%;
}
.risk-book>.risk-book_profile .flex>.block {
  width: 80%;
}
@media screen and (max-width: 768px){
    .risk-book>.risk-book_intro>p {
  width: 100%;
}
.risk-book>.risk-book_intro .table1 {
  width: 100%;
}

.risk-book>.risk-book_profile .flex>p {
  width: 40%;
  margin: 0 auto 1em;
}
.risk-book>.risk-book_profile .flex>.block {
  width: 100%;
}
}
.risk-book>.risk-book_profile .flex>.block>p:first-of-type {
  font-weight: bold;
}


/* 東日本大震災から10年 ～日本のリスクマネジメントの今～ */
.geje_10year {
  margin-top: 20px;
}
.geje_10year .column p {
  margin-bottom: 1em;
}
.geje_10year .column .txt-R {
  text-align: right;
}
.geje_10year .column .bnr {
  float: left;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px){
    .geje_10year .column .positionRight {
      float: none;
      width: 100%;
      text-align: center !important;
    }
    .geje_10year .column .positionRight img {
       width: 100%;
    }

    .geje_10year .column p {
  margin-right: 0;
  margin-bottom: 20px;
    }
.geje_10year .column .bnr {
  float: none;
  width:100%;
}
.geje_10year .column .bnr img {
  width:100%;
}
}

.geje_10year .conversation {
  display: flex;
  flex-wrap: wrap;
}
.geje_10year .conversation div {
  position: relative;
  border: solid 1px #ccc;
  padding: 20px;
  text-align: center;
  width: 23%;
  margin: 0 1%;
}
.geje_10year .conversation a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.geje_10year .conversation div .logo {
  min-height: 80px;
}
.geje_10year .conversation img {
  width: 100%;
 } 
@media screen and (max-width: 768px){
    .geje_10year .conversation {
      display: block;
    }
    .geje_10year .conversation div {
      margin: 10px 10%;
      width: 80%;
    }
    .geje_10year .conversation img {
      width: 60%;
    }
}

.geje_10year .conversation2 {
  border: solid 1px #ccc;
  padding: 20px;
  margin: 20px 1%;
}
.geje_10year .conversation2 div.detail {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}
.geje_10year .conversation2 div.detail p {
    padding-right: 20px;
}
.geje_10year .conversation2 h5 {
    font-weight: bold;
    font-size: 120%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px; 
    margin-bottom: 10px;
}
.geje_10year a {
   color: #0000cd;
}
@media screen and (max-width: 768px){
    .geje_10year .conversation2 div.detail {
      display: block;
    }
    .geje_10year .conversation2 div.detail p.logo {
    padding-top: 10px;
      text-align: center;
    }
}

.geje_10year .list{
    margin-left: 1em;
    margin-right: 1em;
}
.geje_10year .list li{
    padding-left:1em;
text-indent:-0.5em;
}
.geje_10year .list li i{
    margin-right: 5px;
    font-weight: bold;
    color: #e60214;
    margin-bottom: 20px;
}

/* もっと見るscript */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.content-wrap {
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.close-btn, .more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0
    );
}
.close-btn {
  background: none;
}
.slide-up {
  height: 150px;
  padding-bottom: 0;
  overflow: hidden;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
.more-btn p {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background: #e60214;
  padding: 5px 20px;
  width: 80%;
  border-radius: 20px;
}
.close-btn {
  padding:0;
}
.close-btn p {
 background: #aaa;
}

/* NST */
.nst .block-img{
    display:flex; 
    margin: 0 auto; 
    width:100%;
}
.nst .block-img .img01{
    width:40%;
    margin:5%;
}

/* 丸数字のリスト */
ol.symbol  {
  margin: 0 0 1em 0;
  padding: 0
}
ol.symbol li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

/* アカデミーカリキュラムのリード部分 */
.sec_curriculum .lead ul{
  padding:0 1em 1em 1em;
}
.sec_curriculum .lead li{
  list-style:inside;
  list-style-type: disc;
  padding-left:1em;
  text-indent:-1em;
}

/* ニュートン「働き方改革」 */
#health_management, #gender_equality, #smart-work, #partners, #activate {
  padding-top: 80px;
  margin-top:-80px;
}


/* 数字で見るNC */
.in_number_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 1180px;
    }
.in_number_list .items{
  margin-bottom:40px;
    }
.in_number_list .items_L{
  margin: 20px 20px 20px 10px;
    }
.in_number_list .items_R{
  margin: 20px 10px 20px 20px;
    }
.in_number_list .items_C{
  margin: 20px;
    }
.in_number_list img.sp_only {
    display: none;
   }

@media screen and (max-width: 768px){
  .in_number_list {
      display: block;
      justify-content: center;
      width: 100%;
    }
  .in_number_list img {
      width: 100%;
    }
.in_number_list .items_L,
.in_number_list .items_R,
.in_number_list .items_C{
  margin: 10%;
    }
  .in_number_list img.pc_only {
    display: none;
   }
  .in_number_list img.sp_only {
    display: block;
  }
}