@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body {
	background: #fff; 
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif; 
	color: #333;
    font-size: 16px;
}
img {
  	max-width: 100%;
  	height: auto;
    vertical-align: bottom;
} 
main * {
    box-sizing: border-box;
}
main {
    padding-top: 56px;
}
@media (min-width: 1200px) {
main {
  	margin-top: 72px;
    padding-top: 0;
}
}
#breadcrumbs.white ol li,
#breadcrumbs.white ol li a {
	color: #fff;
}
#breadcrumbs ol li {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif; 
    font-size: 12px;
}
@media (min-width: 768px) {
#breadcrumbs ol li {
    font-size: 14px;
}
}
/*---------- block ----------*/
.section {
  	position: relative;
  	padding: 64px 0;
}
.section:not(:last-of-type) {
  	padding-bottom: 0;
}
@media (min-width: 768px) {
.section {
  	padding: 80px 0;
}
}
.container {
    position: relative;
	width: calc(100% - 32px);
	margin: 0 auto;
}
@media (min-width: 576px) {
.container {
    max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
    max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
    max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
	width: calc(100% - 64px);
    max-width: 1200px;
}
}
@media (min-width: 1200px) {
.container02 {
    max-width: 1100px;
}
}
h2 {
    display: flex;
    align-items: center;
    margin-bottom: 32px; 
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .08em;
}
h2::before,
h2::after {
    content: '';
    display: inline-block;
    height: 1px;
    flex-grow: 1;
    background-color: #267c3a;
}
h2::before {
    margin-right: 1em;
} 
h2::after {
    margin-left: 1em;
}
@media screen and (min-width: 768px) {
h2 {
    margin-bottom: 48px; 
    font-size: 28px;
}
}

.mainv {
	position: relative;
    display: flex;
	justify-content: center;
    align-items: center; 
    height: 280px;
    background-image: linear-gradient(135deg, #2EB174 10%, #276174 100%);
}

@media (min-width: 768px) {
.mainv {
    height: 230px;
}
}
.mainv .bg {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/web/jp/seikyu/download/images/mainvbg.png");
    background-size: cover; 
    opacity: .2;
}	
.mainv h1 {
 /*   margin-top: -64px;*/
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
    letter-spacing: .08em;
    text-align: center;
}    
@media (min-width: 768px) {	
.mainv h1 {
    margin-top: 20px;
	font-size: 40px;
}
}
/* 内部リンク時のズレ解消 */
section#recommend {
    margin-top: -100px;
    padding-top: 100px;
}
/* おすすめエリア */
.anchorsp{
	/* padding-top: 5px; */
}
.mainv-lead{
	color:#ffffff;
	font-size:16px;
	line-height: 1.5;
	margin-top: 20px;
	text-align: center;
}

.br-mainv{
	display: none;		
}

.main_download-wrap {
	width: 100%;
	display: flex;
	flex-direction:column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	background: url(/web/jp/seikyu/download/images/recommendbg.png) no-repeat;
    background-size: cover;
	margin-top: 20px;
	padding:15px 15px 20px;

}
.main_download_box {
    position: relative;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 19px rgba(0,0,0,.1);
    border: 2px solid #FF7800;
	padding: 20px;
    text-align: center;
}

.h2-starter{
	color:#297F3A;
	font-weight: bold;
	margin-bottom: 12px !important;
}

.recommendimg{
	display: block;
	width:101px;
	position: absolute;
    left: -1px;
    top:-1px;
}

.h2-starter::before, .h2-starter::after {
	display: none;
}

.main_download-lead{
	font-size: 16px;
	line-height: 1.4;
    font-weight: 500;
	margin-bottom: 18px;
	text-align: center;
}

.main_download_box .main_download_img {
    display: block;
    width: 90%;
}

a.main_download_img:hover{
	opacity: 0.7;
}

.main_download_box .text{
    width:100%;
}

.main_download-ttl{
	font-size: 23px;
	font-weight:bold;
	line-height: 1.3;
	margin-top: 20px;
}

.main_download-subttl{
	font-size: 18px;
}

.main_download-list{
    width: 100%;
    margin: 15px auto;
}

.main_download-list li{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}

.main_download-list li:before {
   content: url(/web/jp/seikyu/download/images/3setMock_checkmark.png);
   display: inline-block;
   vertical-align: middle;
   transform: scale(0.3);
   position: absolute;
   top: -17px;
   left: -24px;
}

.main_download_box .btn_download {
    display: block;
}
.btn_download.main_download {
    padding: 0;
}
.btn_download.main_download span {
    max-width: 400px;
    padding: 1em;
    background-color: #ff7800;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.btn_download.main_download span::after {
    width: 8px;
    height: 8px;
    top: 50%;
    margin-top: -6px;
    border-width: 2px 2px 0 0;
}
.btn_download.main_download:hover span {
    background-color: #fff;
    color: #ff7800;
}

.cyuki{
	margin-top: 20px;
}

.cyuki a{
	text-decoration: underline;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
.mainv-lead{
	font-size:18px;
	font-weight: 500;
}
	
.br-mainv{
	display: block;		
}
	
.main_download-wrap {
    padding: 20px 30px;
}	
	
.main_download_box {
	max-width: 840px;
	padding: 0 30px 20px;
}
.main_download_inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 18px;
}
	
.main_download-lead {
    font-size: 18px;
}

.main_download_box .main_download_img {
    display: block;
    width: 35%;
    margin: 0 auto;
}

.main_download_box .text{
    width:55%;
}
.main_download-ttl {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0;
}

.main_download-subttl{
	font-size: 23px;
}

.main_download-list {
    margin-top: 20px;
    width: 80%;
    margin: 20px auto;
}
}


/* page_navi */
nav.page_navi {
    margin-top: 20px;
    margin-bottom: 20px;
} 
nav.page_navi ul {
   /* max-width: 840px;*/
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 0;
    background-color: #fff;
    border: 1px solid #dee2e9;
    border-radius: 4px;
    box-shadow: 0 2px 14px rgba(0,0,0,.15);
    text-align: center;
    align-items: center;
} 
nav.page_navi ul li {
    text-align: center;
	flex: 0 0 100%;
    max-width: 100%;
}  
nav.page_navi ul li + li {
    border-top: 1px solid rgba(0,0,0,.1);
}      
@media (min-width: 560px) {
nav.page_navi ul {
}    
nav.page_navi ul li {
	flex: 23%;
}    
nav.page_navi ul li + li {
    border-top: 0;
    border-left: 1px solid rgba(0,0,0,.1);
}   
}
nav.page_navi ul li a {
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 35px 20px 20px;
    position: relative;
    transition: all .3s ease;
    line-height: 1.1;
}
nav.page_navi ul li a span::after {
    content: "";
    position: absolute;
    right: 1em;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    transform: rotate(135deg);
}
nav.page_navi ul li a:hover span {
    color: #267c3a;
}  

/* card wrap */
.download_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 24px 24px;
}
.download_item {
    width: 100%;
}
@media (min-width: 576px) {	
.download_item {
    width: calc(100%/2 - 12px);
}
}
@media (min-width: 992px) {
.download_item {
    width: calc(100%/3 - 16px);
}    
}
/* card */
a.download_box {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.1); 
	border-radius: 2px;
	color: #333;
    transition: .3s;
}
	
a:not([disabled]):hover.download_box {
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
} 
.download_box figure {
    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.6em;
    left: 0.2em;
    color: #fff;
    transform: rotate(-45deg);
    z-index: 100;
}

.download_box .txt {
	padding: 20px; 
}
.download_box .txt h3 {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
	line-height: 1.5;
}
#trend .download_box .txt h3 {
    margin-bottom: 0;
}
.download_box .txt p {
    font-size: 14px;
	line-height: 1.5;
}
.download_box .txt p + p {
    margin-top: 8px;
}	
.btn_download	{
	margin-top: auto;
	padding: 0 20px 20px;
	text-align: center;
}
.btn_download span {
    display: inline-block;
	position: relative;
    width: 100%;
    max-width: 400px;
    padding: 1em;
    background-color: #ff7800;
    border: 1px solid #ff7800;
    border-radius: 999px;
    font-size: 15px;
    color: #fff;
	line-height: 1.0;
    letter-spacing: 0.05em;
    transition: .3s;
}
.btn_download span::after {
    content: "";
    position: absolute;
    right: 1em;
    width: 8px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    transform: rotate(45deg);
}
a:not([disabled]):hover .btn_download span {
    background-color: #fff;
    color: #ff7800;
} 

/* btn_more */
.btn_more {
    display: block;
    position: relative;
    margin-top: 48px;
    text-align: center;
}
.btn_more span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 16px 96px;
    border: 1px solid #333;
    background-color: #fff;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.0;
    transition: all .3s ease;
}    
:hover.btn_more span {
    background-color: #F7F7F7;
}
.btn_more span::before,
.btn_more span::after {
    position: absolute;
    content:'';
    width: 16px;
    height: 1px;
    background-color: #333;
}
.btn_more span::before {
    top: 48%;
    left: 16px;
    transform: rotate(0deg);
}
.btn_more span::after {
    top: 48%;
    left: 16px;
    transform: rotate(90deg);
}
/* 右サイドタブ */
#sub_sidebar {
    position: fixed;
    top: 100px;
    right: -80px; /* 初期状態は少し隠す */
    background-color: #d5f1dc;
    padding: 15px 10px;
    transition: right 0.3s;
    z-index: 99;
    border: solid 1px #267c3a;
    border-radius: 5px;
    height: 100px;
}
@media (min-width: 1366px) {
    #sub_sidebar {
        right: 0;
    }
}
.sub_sidebar_title {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #267c3a;
}
.sub_sidebar_p a {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    color: #267c3a;
    text-decoration: underline;
}
.sub_sidebar_p:hover {
    opacity: 0.7;
    text-decoration: none;
}
.hotzone {
    position: fixed;
    top: 100px;
    right: 0;
    width: 80px;
    height: 100px;
    z-index: 98;
}
.hotzone:hover + #sub_sidebar,
    #sub_sidebar:hover {
        right: 0; /* ホバー時にサイドバーを表示 */
    }
@media (max-width: 1200px) {
    .hotzone, #sub_sidebar {
    display: none;
    }
}