@charset "UTF-8";

* {
box-sizing: border-box
}
:root {
  --dark-blue: #164a84;
  --light-blue: #e8ecef;
  --gray: #78828c;
}
.pc_hidden{display:none;}
.modal_body h3 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding-left: 25px;
	margin: 25px 0 15px;
}

.modal_body h3:before {
	position: absolute;
	content: '';
	background: url(../img/index/icon_heading3.png) no-repeat;
	width: 15px;
	height: 15px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.modal_body h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 10px;
	border-bottom: 1px solid #C5D7EB;
	padding-bottom: 5px;
}
.modal_body h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 10px;
}
.modals_inner{
padding:0 10px 40px;
}

.modals_inner .chatch {
	background-color: #FFE8D2;
	padding: 20px;
	text-align: center;
	margin: 20px 0;
	color: #211100;
}
.modals_inner .chatch p {
	font-size: 20px;
}
.modals_inner .chatch p strong {
	font-size: 30px;
}

.linkText{
	text-decoration:underline;
	position:relative;
	color: #296a97;
}

.linkText::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #296a97;
	border-right: 2px solid #296a97;
	transform: rotate(45deg) translateY(-50%);
	top: 50%;
	right: -1em;
}

h3 + .flexbox,
h4 + .flexbox {
    margin-top: 0;
}

.flexbox {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

.flexbox .flex-item-6 {
	width: 50%;
	padding:0 15px;
}

.flex-item-6 h4 {
	margin: 5px 0;
	font-weight: bold;
}

.flexbox .flex-item-10 {
	width: calc(100% / 12 * 10);
	padding:0 15px;
}
.flexbox .flex-item-9 {
	width: calc(100% / 12 * 9);
	padding:0 15px;
}
.flexbox .flex-item-8 {
	width: calc(100% / 12 * 8);
	padding:0 15px;
}
.flexbox .flex-item-7 {
	width: calc(100% / 12 * 7);
	padding:0 15px;
}
.flexbox .flex-item-6 {
	width: calc(100% / 12 * 6);
	padding:0 15px;
}
.flexbox .flex-item-5 {
	width: calc(100% / 12 * 5);
	padding:0 15px;
}
.flexbox .flex-item-4 {
	width: calc(100% / 12 * 4);
	padding:0 15px;
}
.flexbox .flex-item-3 {
	width: calc(100% / 12 * 3);
	padding:0 15px;
}
.flexbox .flex-item-2 {
	width: calc(100% / 12 * 2);
	padding:0 15px;
}

.normal-list li {
	position: relative;
	padding-left: 20px;
}

.normal-list li::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #296a97;
	left: 0;
	top: 0.5em;
}
@media screen and (max-width: 599px) {
	.pc_hidden{display:inline-block;}
	.flexbox {
		flex-direction: column;
		align-items: center;
		margin: 30px 0 0;
    padding: 5px 0;
	}
	.flexbox + .flexbox {
    margin: 0;
	}

	.flexbox .flex-item-10,.flexbox .flex-item-9,.flexbox .flex-item-8,.flexbox .flex-item-7,.flexbox .flex-item-6,.flexbox .flex-item-5,.flexbox .flex-item-4,.flexbox .flex-item-3,.flexbox .flex-item-2 {
		width: 100%;
		padding:5px 0;
	}
	.table_responsive {
    overflow: scroll;
    width: 100%;
  }

	.modal_dialog.mycomputer th {
    text-align: left;
    border: none;
    vertical-align: middle;
  }
	
}

/* mycomputer dialogの中 */
.modal_dialog.mycomputer .modal_body {
  background-color: var(--dark-blue);
}

.modal_dialog.mycomputer th {
  color: #fff;
  padding: 6px;
  font-weight: bold;
  text-align: center;
  width: 110px;
  border: 4px solid var(--dark-blue);
}

.modal_dialog.mycomputer td {
  background-color: var(--light-blue);
  border: 4px solid var(--dark-blue);
  padding: 6px;
}

/* sdgs dialogの中 */
.modal_dialog.sdgs .declaration img {
  width: 450px;
  max-width: 90%;
  margin: 20px 0;
}

/* ▽performance dialogの中 ここから▽ */
.syaoku{
	text-align:center;
  line-height: 0;
}
.syaoku img{
	max-height:300px;
	width:auto;
}
.business-field h4 {
    margin: 0;
    border: none;
    text-align: center;
}
.flow_wrap {
	display: flex;
}

.flow_item {
	padding: 5px 15px;
	position: relative;
	width: 25%;
}

.flow_item:not(:first-child) {
	padding: 5px 15px 5px 44px;
}

.flow_item h4, .flow_item p {
	color: #fff;
	padding: 0;
	margin: 10px 0;
}
.step1,.step1::after{background-color: #065A98;}
.step2,.step2::after{background-color: #076EBA;}
.step3,.step3::after{background-color: #0982DC;}
.step4{background-color: #0F93F5;}

.flow_item::after {
	position: absolute;
	content: '';
	clip-path: polygon(29px 50%, 0% 0%, 0% 149px);
	height: 100%;
	width: 29px;
	top: 0;
	right: -29px;
	z-index: 2;
}
@media screen and (max-width: 599px) {
	.flow_wrap {
    flex-direction: column;
	}
	.flow_item {
    width: 100%;
	}
	.flow_item:not(:first-child) {
		padding: 25px 15px 5px 15px;
	}
	.flow_item::after {
    width: 149px;
    height: 29px;
    clip-path: polygon(50% 29px, 0% 0%, 149px 0%);
    top: unset;
    bottom: -29px;
    right: 50%;
    transform: translateX(50%);
}

}
/* △performance dialogの中 ここまで△ */