@charset "utf-8";

/* ------------------------------------- for sp */
@media screen and (max-width: 767px) {
	.common_pages .common_visual .text h1 {
		text-align:center;
	}
}

/* ============================================= table */
.table_content {
	width: 100%;
	overflow-x: auto;   /* 横スクロールを許可 */
	-webkit-overflow-scrolling: touch; /* スマホでスムーズスクロール */
	cursor: grab;
}
.table_content:active {
	cursor: grabbing; /* ドラッグ中 */
}
.table_content table {
	width: 928px !important;  /* PC基準サイズ固定 */
	border-collapse: collapse;
	min-width: 928px !important; /* スマホで縮まないようにする */
}

/* ------------------------------------- for sp */
@media ( max-width : 767px ) {
	
}

/* ===== スマホ用微調整 ===== */
@media screen and (max-width: 928px) {
	.table_content table{
		margin-bottom: 1.5rem;
	}
}


/* ============================================= scroll arrow */
.scroll_arrow {
	font-size:1.4rem;
}
.scroll_arrow span {
	position: relative;
	padding-right: 24px;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
}
.scroll_arrow span::after {
	content: "";
	position: absolute;
	width: 16px;              /* 少し長めに */
	height: 1px;             /* 横線に変更 */
	background: #000;
	bottom: 0;               /* 下辺に揃える */
	right: 0;                /* 右端に配置 */
	transform: rotate(45deg); /* 右下方向に傾ける */
	transform-origin: right bottom; /* 回転の基準を右下に */
}

/* ------------------------------------- for pc */
@media ( min-width : 928px ) {
	.scroll_arrow {
		display:none;
	}
	.scroll_arrow.block {
		display:block;
	}
}


/* ============================================= inner_links */
.inner_links {
	text-align:center;
	display:flex;
	justify-content:center;
}
.inner_links li {
	margin:0 20px;
	font-size:1.6rem;
}
.inner_links li a {
	color:#000;
	text-decoration:none;
	position:relative;
	padding-left:24px;
}
.inner_links li a::before {
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #007dc8;
	border-right: 0;
	left:0;
	top:calc(50% - 7px);
}

/* ------------------------------------- for pc */
@media ( min-width : 768px ) {
	.inner_links li a:hover {
		color:#007dc8;
	}
}

/* ------------------------------------- for sp */
@media ( max-width : 767px ) {
	.inner_links {
		width:40%;
		margin:auto;
		display:flex;
		flex-direction: column;
	}
	.inner_links li {
		margin:10px 0 0;
		font-size:1.6rem;
		text-align:left;
	}
}


/* ============================================= dls_box */
.ptb40 {
	padding-top:40px;
	border-top:1px solid #B8B8B8;
}
.ptb60 {
	padding-top:60px;
	border-top:1px solid #B8B8B8;
}
.dls_box .dl_title {
	font-size:2rem;
	font-weight:700;
	line-height:1.6;
}
ul.dls_links {
	display:flex;
	flex-wrap:wrap;
}
ul.dls_links li {
	margin:0 2rem 2rem 0;
}
ul.dls_links li a {
	padding:0.7rem 1.4rem;
	display:inline-block;
	color:#4d4d4d;
	text-decoration:none;
	font-size:1.4rem;
	line-height:140%;
	border:1px solid #4d4d4d;
	border-radius:7px;
	transition:.3s;
}
ul.dls_links li a span:not(.font_yu_gothic) {
	padding-right:2.2rem;
	background:url(../img/downloads/icon_dl_gray.svg) no-repeat right center;
	background-size:1.7rem 1.8rem;
	transition:.3s;
}
ul.dls_links li.external a span:not(.font_yu_gothic) {
	padding-right:2.1rem;
	background:url(../img/downloads/icon_dl_external.png) no-repeat right center;
	background-size:1.6rem 1.6rem;
	transition:.3s;
}

/* ------------------------------------- for pc */
@media ( min-width : 768px ) {
	ul.dls_links li a:hover {
		background:#7a7a7a;
		border:1px solid #7a7a7a;
		color:var(--color-white);
	}
	ul.dls_links li a:hover span:not(.font_yu_gothic) {
		padding-right:2.2rem;
		background:url(../img/downloads/icon_dl_white.svg) no-repeat right center;
		background-size:1.7rem 1.8rem;
	}
	ul.dls_links li.external a:hover span:not(.font_yu_gothic) {
		padding-right:2.1rem;
		background:url(../img/downloads/icon_dl_external_white.png) no-repeat right center;
		background-size:1.6rem 1.6rem;
	}
}

.dls_box table {
	width:100%;
	border-collapse:collapse;
}
.dls_box table th {
	padding:10px 12px;
	border:1px solid #B8B8B8;
	background:#F5F5F5;
	font-size:1.6rem;
}
.dls_box table td {
	padding:10px 12px;
	border:1px solid #B8B8B8;
	background:#FFF;
	text-align:center;
	font-size:1.6rem;
}
.dls_box table td img {
	width:auto;
	max-width:100%;
	margin:0 auto;
}
.dls_box table a {
	color:var(--color-secondary);
}

.accordion_dl > p {
	color:var(--color-secondary);
	text-decoration:underline;
	cursor:pointer;
}
.accorderion_table {
	display:none;
}


/* ============================================= pdf page */
.catalog_ul {
	margin-top:30px;
	display:flex;
	flex-wrap:wrap;
}
.catalog_ul .catalog_li {
	width:22.42%;
	margin-right:3.44%;
	margin-bottom:3rem;
	display:flex;
	flex-direction:column;
}
.catalog_ul .catalog_li:nth-child(4n) {
	margin-right:0;
}
.catalog_ul .catalog_li .photo_image {
	padding:0 1.5rem;
}
.catalog_ul .catalog_li .photo_image img {
	aspect-ratio:178 / 254;
	object-fit:cover;
	box-shadow:2px 2px 20px rgba(0,0,0,.15);
}
.catalog_ul .catalog_li .item_name {
	margin-top:15px;
	text-align:center;
	font-size:1.4rem;
	font-weight:500;
	line-height:1.56;
	margin-bottom:1.8rem;
}

/* ------------------------------------- responsive */
@media screen and (min-width:981px) and ( max-width:1200px) {
}

/* ------------------------------------- for sp */
@media ( max-width : 767px ) {
	.catalog_ul .catalog_li {
		width:48%;
		margin-right:4%;
		margin-bottom:4rem;
		display:flex;
		flex-direction:column;
	}
	.catalog_ul .catalog_li:nth-child(2n) {
		margin-right:0;
	}
}

.dl_btn {
	margin-top:auto;
}
.dl_btn a {
	width:100%;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content:center;
	gap: 0;
	position: relative;
	padding: 8px 0 8px 1.7rem;
	border: 1px solid var(--color-secondary);
	text-align: center;
	color: var(--color-secondary);
	font-size:1.4rem;
}
.dl_btn.pdf a {
	border: 1px solid var(--color-accent-2);
	color: var(--color-accent-2);
}
.dl_btn .label {
	transition: transform .3s ease;
}
.dl_btn .icon_ebook {
	opacity: 0;
	width: 1.7em;
	height:1.8rem;
	background:url(../img/downloads/icon_dl_ebook.svg) no-repeat center;
	back-size:cover;
	text-align: center;
	transition: opacity .3s ease;
}
.dl_btn .icon_pdf {
	opacity: 0;
	width: 1.7em;
	height:1.8rem;
	background:url(../img/downloads/icon_dl_pdf.svg) no-repeat center;
	back-size:cover;
	text-align: center;
	transition: opacity .3s ease;
}
/* ------------------------------------- for pc */
@media ( min-width : 768px ) {
	.dl_btn:hover .label {
		transform: translateX(-6px); /* ← テキストだけ左に */
	}
	.dl_btn a:hover .icon_ebook,
	.dl_btn a:hover .icon_pdf {
		opacity:1;
	}
}



/* ============================================= soft page modal */
.modal-open {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px);
}
.modal.show .modal-dialog {
	transform: none;
}
.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}
.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}
.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: .5;
}
.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}
.modal-header h5 {
	font-size:2rem;
	margin:0.5rem;
	font-weight:500;
}
.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -0.5rem -1rem auto;
	background:none;
	border:none;
	font-size:2.5rem;
	color:#4d4d4d;
	cursor:pointer;
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 30px 3rem;
	line-height:1.85;
}
.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px);
}
.modal-footer > * {
	margin: .25rem;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 4rem auto;
	}
	.modal-sm { max-width: 300px; }
}
@media (min-width: 992px) {
	.modal-lg, .modal-xl { max-width: 800px; }
}
@media (min-width: 1200px) {
	.modal-xl { max-width: 1140px; }
}

.title-a {
    padding:5px 5px 5px 15px;
    margin: 30px 0 0;
    font-size: 2rem;
    color: #231815;
    /*background-color: #edf3f8;*/
    font-weight: bold;
    position: relative;
}
.title-a:before {
    content: "";
    display: block;
    width: 4px;
    height: 80%;
    border-top: solid 8px #2979ff;
    background-color: #82b1ff;
    position: absolute;
    left:0;
    top:10%;
}
.title-a:first-child {
    margin-top: 0;
}

h3.title-b {
	padding: 5px 15px;
	background: linear-gradient(90deg, #006EC8 0%, #40B7FF 100%);
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	margin-top:20px;
}
.modal-content p {
	margin-top:10px;
	font-size:1.6rem;
}
.modal-content ol {
	margin:10px 0;
}
.modal-content ol li {
	line-height:2;
}
.modal-footer {
	padding:10px 15px;
}
.modal-footer button {
	font-size:1.4rem;
	padding:5px 15px;
	background:var(--color-black);
	color:var(--color-white);
	border:none;
	border-radius:5px;
	cursor:pointer;
}

/* text link onmouse for pc */
@media ( min-width : 768px ) {
	.accordion_dl p:hover {
		opacity:.5;
		transition:.3s;
	}
}

