@charset "utf-8";
/* 202503 WA フォント検証 */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap'); */
/* noto-sans-jp-regular - japanese */
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/noto-sans-jp-v53-japanese-regular_2025.woff2') format('woff2'),
		 url('../fonts/noto-sans-jp-v53-japanese-regular_2025.woff') format('woff')
}
/* noto-sans-jp-700 - japanese */
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/noto-sans-jp-v53-japanese-700_2025.woff2') format('woff2'),
		 url('../fonts/noto-sans-jp-v53-japanese-700_2025.woff') format('woff')
}
body {
	background: #fff; 
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif; 
	color: #333;
    font-size: 16px;
   	line-height: 1.8;
  	letter-spacing: 0.05em;
	overflow: visible !important;
}
		
@media (max-width: 767px) {
body {
  	font-size: 14px;
}
  
header {
	font-size: 16px;		
} 
}	
			
h2, h3, h4 {
	font-weight: bold;
} 		

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd {
  	margin: 0;
  	padding: 0;
}

img {
  	max-width: 100%;
  	height: auto;
	-webkit-backface-visibility: hidden;
}
      
/* Transition elsements */
a,
button {
    -o-transition: all 0.2s ease-in-out 0.125s;
    -ms-transition: all 0.2s ease-in-out 0.125s;
    transition: all 0.2s ease-in-out 0.125s;
}

a:hover {
 	text-decoration: none;
}

/* Sections */
.module,
.module-large,
.module-small,
.module-smallest {
  	position: relative;
  	padding: 50px 0;
}
.module-large {
  	padding: 75px 0;
}

.module-small {
  	padding: 25px 0;
}
  
.module-smallest {
  	padding: 0 ;
}

@media (max-width: 767px) {
	.module-large {
		padding: 50px 0;
	}
	.module_download {
		padding: 50px 0 0;
	}
}

a:hover, a:focus, button:focus {
	text-decoration: none;
	outline: 0;
}			

/*--------------------------------------------------------------
            共通css調整
--------------------------------------------------------------*/			
a:hover.cv_btn_header {
	color: #fff;
}	

@media (min-width: 64em) {
.drawer-dropdown-menu.service-menu > li ul li a,
.drawer-dropdown.open a,
.drawer-navbar .drawer-menu-item {
    letter-spacing: 0;
}
}

.drawer-dropdown-menu.service-menu > li ul li a,
.drawer-dropdown .drawer-arrow,
.drawer-dropdown.open a {
   box-sizing: initial; 
}

.drawer-navbar a:hover {
    color: #fff;
}

.drawer-menu-item {
    padding-right: 0.8em;
    padding-left: 0.8em;
}

@media (min-width: 64em) {
.drawer-dropdown.open a:hover {
    color: #333 !important;	
}
}
	
.lp2022 #breadcrumbs ol {
    line-height: 1.28;
    max-width: 1024px;
}	
	
.lp2022 #breadcrumbs li img {
    vertical-align: baseline !important ;
}

.lp2022 #breadcrumbs.white ol li,
.lp2022 #breadcrumbs.white ol li a {
	color: #fff;
}	

#btn_Pagetop {
	z-index: 100 ;			
}	
		
#btn_Pagetop a::after {
    left: 13px;
}
	
@media (min-width: 1200px) {
.container {
    max-width: 1054px;
} 
}
	
@media (min-width: 64em) {
.mainV {
	padding-top: 56px;
}
}

/*--------------------------------------------------------------
            text/color
--------------------------------------------------------------*/			
.color_theme {
	color: #267c3a;
}
		
.color_em {
	color: #fdab14;
}
		
.bgcolor_second {
	background-color: #f5faf5;
}
		
.yellow_mark {
	 background:linear-gradient(transparent 60%, #ff6 60%);
} 
	
/* 一覧ページ */
#download .mainV {
	position: relative;
	background-image: url(/web/jp/seikyu/download/images/mainV.jpg); 
	background-position: bottom center;
  	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}	
	
#download .mainV::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #145640;
	opacity: .65;
}
	
#download .mainV .text-inner {
	position: relative;
	padding: 100px 0 50px;
	color: #fff;
	text-align: center;
	z-index: 1;
}
	
@media (min-width: 64em) {	
#download .mainV .text-inner {
	padding-top: 60px;
}
}
	
#download .mainV h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.6;
}
    
@media (max-width: 767px) {	
#download .mainV h1 {
	font-size: 24px;
}
}

#download .section_tittle {
    margin-bottom: 30px;
	line-height: 1.0;
}

#download .section_tittle h2 {
    position: relative;
    padding: 0 65px;
    font-size: 26px;
    text-align: center;
}
	
#download .section_tittle h2::before {
     position: absolute;
     top: calc(50% - 1px);
     left: 0;
     width: 100%;
     height: 1px;
     content: '';
     background: #999;
}

#download .section_tittle h2 span {
     position: relative;
     padding: 0 1em;
     background-color: #fff;
}

#download .bgcolor_second .section_tittle h2 span {
     background-color: #f5faf5;
}

@media (max-width: 767px) {
#download .section_tittle h2 {
    font-size: 20px;
}
}

a.download_box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	height: 100%;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.2); 
	padding: 0px;
	border-radius: 2px;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
	
a:not([disabled]):hover.download_box {
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
} 

.download_box figure {
    margin: 0;
    overflow: hidden;
}

.download_box figure img {
    transition: .3s;
}

a:hover.download_box figure img {
  transform: scale(1.05);
}

.download_box.label_new::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #c12748; 
    position: absolute;
    z-index: 100;
}

.download_box.label_new::after {
    content: "New";
    display: block;
    position: absolute;
    top: 0.4em;
    left: 0.4em;
    color: #fff;
    transform: rotate(-45deg);
    z-index: 101;
}

.download_box .txt {
	padding: 1.4em; 
}
	
.download_box .txt h3 {
	margin-bottom: 1em;
    font-size: 1.1em;
	line-height: 1.4;
}	
	
.download_box .txt p {
	line-height: 1.6;
}
	
.download_box .btn_download	{
	margin-top: auto;
	padding: 0 1.4em 1.4em;
	text-align: center;
}
	
.download_box .btn_download	span {
    display: inline-block;
	position: relative;
    width: 100%;
    padding: 1em;
    background-color: #ff7800;
    border-radius: 4px;
    color: #fff;
	line-height: 1.0;
    letter-spacing: 0.05em;
}

.download_box .btn_download	span::after {
    content: "";
    position: absolute;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    top: 50%;
    margin-top: -0.25em;
    border-width: 2px 2px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 詳細ページ */	
#download_detail .mainV {
	position: relative;
	padding-top: 130px;
}
#download_detail h1 {
	padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
	color: #333;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}
	
@media (max-width: 767px) {
#download_detail h1 {
	font-size: 20px;
	letter-spacing: 0.02em;
} 
}	
	
#download_detail h2 {
	margin-bottom: 1em;
	padding: 0 0 3px 0.5em;
	border-left: 4px solid #267c3a;
    font-size: 20px;
	font-weight: bold;
    line-height: 1.4;
}	
		
#download_detail h2::after {
    content: none;
}	
		
@media (max-width: 767px) {
#download_detail h2 {
	font-size: 16px;		
}
}	
	
.left_column {
	margin-right: 50px;
}
	
@media (max-width: 991px) {
.left_column {
	margin-right: 0;
}
}

.section {
	padding: 25px 0;
}

.download_detail p {
	margin-bottom: 1em;
	line-height: 1.6;
}
.download_detail p:last-child {
	margin-bottom: 0;
}
.download_detail p.note {
	font-size: clamp(0.813rem, 0.121vw + 0.784rem, 0.875rem); /* SP 13px → PC 14px */
}
ul.list_square {
    list-style-type: square;
    padding-left: 2em;
} 
		
ul.list_square li {
	list-style: square;
	margin-bottom: 0.5em;
	line-height: 1.4;
}
	
ul.list_square  li:last-child {
	margin-bottom: 0;
}

/*右サイドフォーム固定
---------------------------------------------------- */
.sticky {
  position: sticky;
  top: 90px;
}


/* 260227 WA 左カラム調整 IM23
---------------------------------------------------- */

.DLdoc_report_slide_content {
    padding: 0 5%;
    background-color: transparent;
}

.section_c_box {
    background: #f5f7ef;
    padding: 24px min(8%, 32px);
}

#download_detail h2.ttl_light {
    position: relative;
    border: none;
    padding: 0px 0 3px 1.6em;
    font-size: 18px;
}

.ttl_light::before {
    content: "";
    width: 100%;
    height: 1.6em;
    background: url(/web/jp/seikyu/download/images/icon_light.svg) center left / contain no-repeat;
    position: absolute;
    top: 0;
    left: -4px;
}

ul.list_square {
    padding-left: 1em;
}

ul.list_square li {
    list-style: disc;
}

ul.list_square li::marker {
    color: #658e03;
}
@media (max-width: 767px) {
    #download_detail h2.ttl_light {
        font-size: 15px;
    }
}