@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body {
	background: #fff; 
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 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;
}
}

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%);
} 
.tx_small {
	font-size: 14px;
}
.mt10 {
	margin-top: 10px;
}
.ml15 {
	margin-left: 15px;
}
	
/* 一覧ページ */
#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;
	margin-bottom: 30px;
}
	
@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;		
  }
}	
#download_detail h3 {
    display: inline-block;
    margin-bottom: 8px;
    border-bottom: 1px dotted #222222;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4;
}

.outlinetable th {
    width: 124px;
    background: #f9fafc;
    text-align: center;
}

.outlinetable th, .outlinetable td {
    border: 1px solid #dbe1e8;
    padding: 1em;
    text-align: left;
    line-height: 1.6;
}

.outlinetable ul li{
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.5;
	margin-bottom: 15px;
}


@media (max-width: 767px) {
.outlinetable tr:first-child {
    border-top: 1px solid #dbe1e8;
  }
.outlinetable tr, .outlinetable th, .outlinetable td {
    display: block;
    width: auto;
  }
.outlinetable th, .outlinetable td {
    border-top: none;
    padding: 0.5em;
  }
}
.outline_note {
    padding: 5px;
    font-size: 0.85em;
    line-height: 1.6;
}

.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;
}

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;
}
dl.point_square {
	padding-left: 1em;
}
dl.point_square dt {
	position: relative;
	padding-left: 1.1em;
	margin-bottom: 0.2em;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 700;
}
dl.point_square dt::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 8px;
	height: 8px;
	background-color: #333333;
	margin-right: 10px;
	flex-shrink: 0;
}
dl.point_square dd {
	margin-left: 18px;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.5;
}

/*追加修正
---------------------------------------------------- */
.module.seminar_wrap{
	padding: 0;
}

.reco-wrap {
    border-top: 1px solid #dbe1e8;
    background: #f9fafc;
    margin-bottom: -30px;
    margin-top:3rem;
    padding-bottom: 30px;
}

@media (max-width: 420px) {
#download_detail .mainV {
    padding-top: 150px;
}
}


.mv-pc{
	display: none;	
}	
	
.mv-sp{
	display: block;	
}

@media (min-width: 992px){
.mv-pc{
	display: block;	
}	
	
.mv-sp{
	display: none;	
}
}

/*右サイド固定
---------------------------------------------------- */
.sticky {
  position: sticky;
  top: 90px;
}

.tbl-form{
	overflow-x:hidden;
}


