/* CSS Document */

.entryBox img {
	margin: 0 auto 10px;
	display: block;
	height: auto;
}

.entryBox p {
	margin-bottom: 15px;
}
.entryBox td{
	padding: 5px;
}

/* 記事クイックタグ追加　251215 */
.entryBox .yellow-line {
    background: linear-gradient(transparent 70%, #ff0 0%);
}
/*イエローライン*/
.entryBox .yellow-line {
    background: linear-gradient(transparent 70%, #ff0 0%);
}

/*ピンクライン*/
.entryBox .pink-line {
        background: linear-gradient(transparent 70%, #f19ec2 0%);
    }

/*ブルーライン*/
.entryBox .blue-line { 
    background: linear-gradient(transparent 70%, #7ecef4 0%);
}


/*-sub_all-*/
.commonnote a{
	text-decoration: underline;
}
.sub_box1 {
	clear: both;
	padding: 0 0 25px 0;
}

.sub_box2 {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: left;
	line-height: 20px;
	overflow: hidden;
}

.succession_list {
    list-style: none;
    text-align: right;
}
.succession_list li {
    display: inline;
    margin: 0 0 0 10px;
}
.word {
    font-weight: bold;
    text-decoration: underline;
}
.word_text {
    padding: 0 0 20px 0;
}

.back2 {
    clear: both;
    margin: 0 auto;
    padding: 20px 0 0 0;
    text-align: right;
}

.back2 img{
	display: -webkit-inline-box;
}

#consult_box1 {
	width:auto;
	margin:0 auto;
	padding:15px 0 0 0;
	text-align:left;
}
.consult_left1 {
	float:left;
	width:380px;
}
.consult_left2 {
	float:left;
	width:167px;
}
.consult_left3 {
	float:left;
	width:550px;
}
.consult_left4 {
	float:left;
	width:223px;
}
.consult_right1 {
	float:right;
	width:340px;
	text-align:right;
}
.consult_right2 {
	float:right;
	width:550px;
}
.consult_right3 {
	float:right;
	width:223px;
}
.consult_right4 {
	float:right;
	width:550px;
}
.consult_pan1 {
	padding:18px 0;
}
.step_box {
    margin-bottom: 10px;
    clear: both;
}
.step_l {
    width: 70px;
    float: left;
}
.step_r{
	width: 80%;
    padding: 5px 100px;
    border-bottom: 1px #949494 dotted;
}

.entryBox > *:last-child {
	margin-bottom: 0;
}

.entryBox h1 {
	font-size: 167%;
}
.entryBox h2 {
	position: relative;
	border-bottom: 2px solid #dfdfdf;
	margin-bottom: 10px;
	margin: 2em 0 1rem;
}
.entryBox h2:after {
	width: 40px;
	right: 0;
	content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    height: 2px;
    background-color: #0b2e4e;
}

.entryBox h3 {
	position: relative;
	border-left: 5px solid #134674;
	padding-left: 10px;
	margin: 2em 0 1rem;
}

@media print, screen and (min-width: 768px) {
	.entryBox h2,
	.entryBox h3 { font-size: 139%; }
}
@media print, screen and (max-width: 767px) {
	.entryBox h2,
	.entryBox h3 {
		line-height: 1.6;
		font-size: 120%;
	}
}

.entryBox h4 {
	position: relative;
	padding-left:15px;
	font-size: 111%;
	margin: 2em 0 0.5em;
}
@media print, screen and (max-width: 767px) {
	.entryBox h4 { line-height: 1.6; }
}

.entryBox h4:before {
	background: #0d3b66;
	content: "";
	height: 10px;
	width: 10px;
	left: 0;
	position: absolute;
	top: 10px;
}

.entryBox .h4 {
	position: relative;
	padding-left:15px;
	font-size: 111%;
	margin: 1em 0;
	font-weight: bold;
}
@media print, screen and (max-width: 767px) {
	.entryBox .h4 { line-height: 1.6; }
}

.entryBox .h4:before {
	background: #0d3b66;
	content: "";
	height: 10px;
	width: 10px;
	left: 0;
	position: absolute;
	top: 10px;
}

.entryBox h5 {
	position: relative;
	padding-left:15px;
	font-size: 102%;
	margin: 1em 0;
}
.entryBox ul, .entryBox ol{
	margin: 1em 0;
	padding-left:40px;
}

.area_entryBox ul{
	margin: 1em 0;
}

ul.list_ireco {
  margin: 0 0 1rem;
  padding-left: 40px;
}

.areaBox {
	position: relative;
	font-size: 111%;
	font-weight:bold;
}
.areaBox :before {
	background: #0d3b66;
	content: "";
	height: 10px;
	width: 10px;
	left: 0;
	position: absolute;
	top: 10px;
}

.research_list {
	display: table;
	width: 100%;
}
.research_list_box01 {
	display: table-cell;
	width: 5%;
}
.research_list_box02 {
	display: table-cell;
	width: 95%;
}

ul.enc_other_cat_list li {
	float: left;
	width: 25%;
}
ul.enc_other_cat_list li a {
    position: relative;
    padding-left: 30px;
}
ul.enc_other_cat_list li a:before {
	content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #043057;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 18px;
    top: 4px;
}

@media screen and (max-width: 768px) {

.entryBox h3:before {
	top: 9px;
}
.entryBox h4:before {
	top: 5px;
}

.research_list_box01 {
	width: 15%;
}
.research_list_box02 {
	width: 85%;
}

.sub_box2 {
	width: 95%;
}

.succession_list {
    text-align: left;
}

.consult_left1 {
	width:95% !important;
	float:none;
}
.consult_left2 {
	width:95% !important;
	float:none;
}
.consult_left3 {
	width:95% !important;
	float:none;
}
.consult_left4 {
	width:95% !important;
	float:none;
}
.consult_right1 {
	width:95% !important;
	float:none;
}
.consult_right2 {
	width:95% !important;
	float:none;
}
.consult_right3 {
	width:95% !important;
	float:none;
}
.consult_right4 {
	width:95% !important;
	float:none;
}
#consult_box1 {
	width: 95%!important;
}
.step_l{
	width: 43%;
}
.step_r{
    width: 55%;
    padding: 0;
    float: right;
}

ul.enc_other_cat_list li {
	width: 50%;
}

	
}

/* ------------------------------

 voice

------------------------------ */
#voice-bnr { background-color: #f5f5f5; padding: 4rem 0; margin: 0 0 5rem; }

.voice-btn { display: block; max-width: 910px; margin: 0 auto; background-color: #043057; }

.br450{display: none;}

div.graph01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   	justify-content: center;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin-bottom: 5rem;
	width: 100%;
}

@media screen and (min-width: 0\0) and (min-resolution: .001dpcm) { div.graph01 { -js-display: flex; } }

div.graph01 > p {
	font-size: 80%;
	width: 100%;
}

div.graph01 > .graph01-left{
	margin-right: 2%;
	width: 59%;
}

div.graph01 > .graph01-right{
	width: 39%;
}

div.graph01 > .graph01-right > p{
	font-size: 130%;
	font-weight: bold;
}

div.graph01 > .graph01-right > p > span{
	color: #A50B09;
	font-size: 120%;
}

@media print, screen and (max-width: 1200px){ div.graph01  { width: calc(100% - 60px); } }
@media print, screen and (max-width: 1053px){ .none-1053-767{ display: none; } }

@media print, screen and (min-width: 768px) { .voice-btn { padding-left: 20px; height: 145px; line-height: 145px; background-image: url(/assets/images/top/voice-bnr-bg.png), url(/assets/images/common/arrow-white_left.png); background-repeat: no-repeat, no-repeat; background-position: right 80px center, right 20px center; background-size: auto 100%, 20px 20px; } }

@media print, screen and (max-width: 767px) { .voice-btn { width: 92%; padding: 5rem 0 5rem 10px; background-image: url(/assets/images/top/voice-bnr-bg.png); background-repeat: no-repeat; background-position: right 10px center; background-size: auto 100%; } }

#voice-bnr h2 {
  text-align: center;
  margin-bottom: 3rem;
}
/*#voice-bnr #voice_list li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
}*/
#voice-bnr #voice_list li {
  float: left;
  width: 27.5%;
  margin-right: 8.7%;
}
/*#voice-bnr #voice_list li:nth-child(4) {
  margin-right: 0;
}*/
#voice-bnr #voice_list li:nth-child(3) {
  margin-right: 0;
}
#voice-bnr #voice_list li .voice-img {
  position: relative;
  margin-bottom: 1rem;
}
#voice-bnr #voice_list li .voice-img p.img-caption {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #043057;
  width: 140px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
}
#voice-bnr #voice_list li p.voice-txt {
  line-height: 1.5;
}

p.voice2-title:before {
	content: url(/assets/images/voice2/voice2_icon01.jpg);
	margin: 10px;
	position: relative;
	top: 3px;
}

@media print, screen and (max-width: 767px) {
  #voice-bnr #voice_list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2rem;
  }
  #voice-bnr #voice_list li:nth-child(2n) {
    margin-right: 0;
  }
	
	.none-1053-767{ display: inline; }
	.none-767{ display: none; }
	
	div.graph01 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		 -ms-flex-direction: column;
			 flex-direction: column;
		width: 100%;
	}
	
	div.graph01 > p{ text-align: center;}

	div.graph01 > .graph01-left{
		margin-right: 0;
		margin-bottom: 2rem;
		width: 100%;
	}

	div.graph01 > .graph01-right{
		width: 100%;
	}

	div.graph01 > .graph01-right > p{
		line-height: 1.5;
		text-align: center;
		margin-bottom : 0.5rem;
	}
}

@media print, screen and (max-width: 450px){
	.br450{ display: inline; }
}

@media print, screen and (min-width: 768px) {	
  .more_txt{
  	height: 160px;
	overflow: hidden;
  }

  .more_con img{ max-height: 99px; }
}

@media print, screen and (max-width: 383px) {
	.none-1053-767{ display: none; }
}


/* ------------------------------

 shuzai

------------------------------ */

@media print, screen and (min-width: 768px) {
.shuzai_txt{
	display: block;
	height: 185px;
}
}

.shuzai_img{
	max-height: 250px;
}

@media print, screen and (min-width: 768px) {
.img_border img {
	border: solid 1px gray;
    box-sizing: content-box;
	margin-bottom: 20px;
}
.img_border_list img {
	border: solid 1px gray;
    box-sizing: content-box;
	margin-bottom: 20px;
	max-height: 155px;
}
.table_book table{
	margin:10px 1%;
	float: left;
	width: 48%;
	height:400px;
}
.table_book table th,.table_book table td{
	padding: 3px 8px;
	text-align: left;
	width:24%;
	border:solid 1px #E0E0E0;
	border-collapse:collapse;
}
	.img_border h5{
    padding: 0;
    font-size: 100%;
    margin: 1em 0;
	}
}

@media print, screen and (max-width: 767px) {
	.table_book table{
	display: block;
	margin:15px 0;
	border-bottom:solid 1px #E0E0E0;
	}
	.table_book table th,.table_book table td{
	display: block;
	text-align: left;
	border-collapse:collapse;
	padding:10px 0;
	}
	.entryBox .table_book img {
	margin: 0;
	}
	.img_border h5{
    padding: 0;
    font-size: 100%;
    margin: 0;
	}
}

/* ------------------------------------------
チェスターNEWS、取材レイアウト調整
------------------------------------------ */
.column-shuzai-flex{
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .column-shuzai-flex > p.column-text-area{
    width: calc( 100% - 40% - 1rem );
  }
  .column-shuzai-flex > div.column-img-area{
    width: calc( 100% - 60% - 1rem );
  }
}
@media print, screen and (max-width: 767px) {
  .column-shuzai-flex{
    flex-direction: column;
  }
  .column-shuzai-flex > p.column-text-area,
  .column-shuzai-flex > div.column-img-area{ width: 100%; }
  .column-shuzai-flex > p.column-text-area{ order: 1; }
  .column-shuzai-flex > div.column-img-area{
    order: 0;
    margin: 0 auto;
    max-width: 340px;
  }
}

/* ----------------------------------------------
取材のセミナー記事ページ下部の申込ボタン レイアウト調整
---------------------------------------------- */
.entryBox p.seminar_link_text{
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

div.seminar_link_btn{
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
}
div.seminar_link_btn > a{
  display: block;
  background: #dc9610;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  padding: 1.5rem 1rem;
  text-align: center;
  text-shadow: #483104 1px 0 10px;
}

div.seminar_link_btn > a:hover{
  background: #7d560b;
}

.und_gray {
  text-decoration: underline;
  text-decoration-color: #706e6e;
  text-decoration-thickness: 1px; /* 任意で太さを調整 */
  text-underline-offset: 2px;     /* 任意で下線の位置調整 */
}

img.alignR-img {
    display: block !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}

img.alignL-img {
    display: block !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}
