@charset "utf-8";

/* ==================================================
mainvs
================================================== */
#tmp_top_mv {
    position: relative;
    background-color: #ffffff;
    color: inherit;
    z-index: 1;
    overflow: hidden;
}
#tmp_top_mv::after {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: 0;
    box-shadow: inset 0 1px 6px rgba(0,0,0,0.2);
}
#tmp_top_mv .container {
    position: relative;
    max-width: 1295px;
}
#tmp_top_mv .mv_img {
    position: relative;
    width: 100%;
    height: 330px;
    color: inherit;
    background-color: #ffffff;
}
#tmp_top_mv .mv_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    max-width: none;
    height: 100%;
}
#tmp_top_mv img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_top_mv .caption {
    position: absolute;
    left: 50%;
    background: transparent url(/shared/templates/kensou_top/images/5511233.png) no-repeat;
    background-size: 100% auto;
    width: 400px;
    height: 162px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 10px;
    bottom: 15px;
    margin-left: 35px;
}
#tmp_top_mv .caption span {
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    z-index: -1;
}
/* ==================================================
top_navi
================================================== */
#tmp_top_navi .container{
    max-width: 930px;
}
#tmp_top_navi ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background: #ffffff;
    color: #000000;
    clear: both;
    border: 1px solid rgb(204, 204, 204);
    box-shadow: 0 0 6px 0 #8e8e89;
}
#tmp_top_navi li {
    width: 25%;
    box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.2);
    border-right: 1px solid #cccccc;
}
#tmp_top_navi li:last-child {
    border-right: 0;
}
#tmp_top_navi a {
    display: block;
    position: relative;
    padding: 33px 16px 19px;
}
#tmp_top_navi a:hover {
    box-shadow: 0 0 2px 2px rgb(51,51,51);
    z-index: 1;
}
#tmp_top_navi img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
/* ==================================================
contents
================================================== */
#tmp_top_content_wrap {
    margin: 31px 0;
}
.top_wrap_col_main {
    display: flex;
    flex-wrap: wrap;
}
.top_col_main {
    flex: 1;
    padding-right: 13px;
}
.top_col_main:last-child{
    padding-right: 0;
}
.top_col_rgt {
    width: 225px;
    margin-bottom: 31px;
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	margin:1.5em 0 0.8em;
	color: #000000;
	background-color: transparent;
	font-weight: bold;
	clear:both; /* Do not edit */
}
#tmp_contents h2 {
    margin-top: 0.8em;
	padding: 15px 12px 10px;
    font-size: 162.5%;
	line-height: 2;
    border: 1px solid #aaaaaa;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
#tmp_contents h3 {
    margin-top: 1.1em;
    padding: 2px 0;
    font-size: 162.5%;
	line-height: 1.4;
    border-bottom: 2px solid #003caa;
}
#tmp_contents h4 {
	margin-top: 1.5em;
	padding: 1px 0 2px;
	font-size: 137.5%;
	line-height: 1.4;
	background: url(/shared/site_kensou/images/icon/h4_bg.png) no-repeat 10px 9px;
	text-indent: 25px;
	padding-left: 10px;
}
#tmp_contents h5 {
    margin: 1.5em 0 0.8em 0.8em;
	padding: 0 24px 0 9px;
    font-size: 125%;
	line-height: 1.4;
    border-left: 3px solid #003caa;
}
#tmp_contents h6 {
	font-size: 112.5%;
	line-height: 1.5;
	color: #000000;
	background-color: #ffffff;
	margin: 1.7em 0 1.2em;
}
#tmp_contents h2 + h3 {
    margin-top: 2.4em;
}
#tmp_contents ul,
#tmp_contents ol {
    margin-left: 50px;
    margin-right: 10px;
}
#tmp_contents ul li,
#tmp_contents ol li {
    margin-top: 0.5em;
    margin-bottom: 0.3em;
    line-height: 1.2;
}
#tmp_contents img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_contents > p {
    margin: 0 10px 10px;
    line-height: 1.8;
}
#tmp_contents .block_img {
    margin-bottom: 1px;
    text-align: center;
}
#tmp_contents .block_img + h2 {
    margin-top: 0.8em;
}
#tmp_contents .top_list_link{
    margin:0 16px;
    list-style: none;
}
#tmp_contents .top_list_link li{
    margin: 0 0 10px;
}
#tmp_contents .top_list_link li:before{
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 7px;
    background: transparent url(/shared/templates/kensou_top/images/icon_dot.png) no-repeat;
    width: 4px;
    height: 4px;
    margin-right: 5px;
}
/* sec_news
================================================== */
#tmp_top_contents > p{
    line-height: 1.8;
}
#tmp_top_contents .sec_news + h2 {
    margin-top: 0.8em;
}
#tmp_top_contents .sec_news .new_inner {
    border: 1px solid #777777;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
#tmp_top_contents .sec_news .sec_ttl {
    background-color: #003caa;
    color: #ffffff;
    border-bottom: 1px solid #081f51;
}
#tmp_top_contents .sec_news .sec_ttl h2 {
    background: transparent;
    color: #ffffff;
    margin: 0;
    padding: 10px;
    border: none;
    box-shadow: none;
    font-size: 112.5%;
    font-weight: 500;
    line-height: 1.1;
}
#tmp_top_contents .sec_news .sec_cnt {
    padding: 0;
}
#tmp_top_contents .sec_news .report_list {
	list-style: none;
	margin: 0;
	padding: 6px 15px 10px 24px;
}
#tmp_top_contents .sec_news .report_list li {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 7px;
	padding: 6px 6px 7px 8px;
	background: url(/shared/templates/kensou_top/images/2071543.gif) no-repeat 0 10px;
    font-weight: bold;
}
#tmp_top_contents .sec_news .report_list p {
	margin: 0;
}
#tmp_top_contents .sec_news .report_list .date {
    padding-right: 10px;
	width: 134px;
	flex-shrink: 0;
}
#tmp_top_contents .sec_news .report_list .title {
	flex: 1;
}
#tmp_top_contents .list_banner{
    margin: 0;
}
#tmp_top_contents .list_banner li{
    position: relative;
    list-style: none;
}
#tmp_top_contents .list_banner li:not(:last-of-type){
    margin-bottom: 26px;
    padding-bottom: 15px;
}
#tmp_top_contents .list_banner li:not(:last-of-type):after{
    content: '';
    position: absolute;
    left: 0;
    right: 16px;
    bottom: 0;
    max-width: 578px;
    margin: 0 auto;
    background: transparent url(/shared/templates/kensou_top/images/icon_dot_bl.png) repeat-x;
    color: inherit;
    height: 3px;
}
#tmp_top_contents .sec_news .link_news {
    padding: 0 15px 10px;
    text-align: right;
}
#tmp_top_contents .insta_galleries{
    display: flex;
    flex-flow: row wrap;
    margin: 0 7px 0 0;
}
#tmp_top_contents .insta_galleries li{
    list-style: none;
    margin: 0;
    width: calc(100%/3);
}
#tmp_top_contents .insta_galleries a{
    display: inline-block;
}
/* top_rnavi
================================================== */
#tmp_top_rnavi ul{
    list-style: none;
    margin-left: 0;
}
#tmp_top_rnavi li {
    margin-bottom: 17px;
}
#tmp_top_rnavi li:last-child {
    margin-bottom: 0;
}
#tmp_top_rnavi li a {
    display: block;
}
#tmp_top_rnavi li .inner{
    display: block;
    border: 1px solid #777777;
    border-style: solid;
    padding: 2px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
}
#tmp_top_rnavi li img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
/* cnavi
================================================== */
#tmp_contents_navi {
    margin-bottom: 34px;
}
#tmp_rnavi{
    display: none;
}
#tmp_cnavi_sp .cnavi_list,
#tmp_cnavi .cnavi_list {
	margin: 0 -5px 0 -6px;
}
#tmp_cnavi_sp .cnavi_list li,
#tmp_cnavi .cnavi_list li {
    float: left;
    width: 33.33333%;
    padding: 0 15px;
}
#tmp_cnavi a:hover {
    box-shadow: 0 0 2px 2px rgb(4,70,153);
}
#tmp_cnavi a:hover img {
    opacity: 1;
}
/* ==================================================
hover
================================================== */
#tmp_top_contents a:has(img):hover {
	outline: 2px solid #000000;
}
#tmp_contents .top_banner a {
    display: inline-block;
}
#tmp_contents .top_banner a,
#tmp_top_rnavi li a {
    position: relative;
}
#tmp_contents .top_banner a:before,
#tmp_top_rnavi li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
    opacity: 0;
    transition: 0.3s ease-in-out opacity;
}
#tmp_contents .top_banner a:hover:before,
#tmp_top_rnavi li a:hover:before{
    opacity: 1;
}
/* ==================================================
accessibility style change:color
================================================== */
.color_black #tmp_top_mv,
.color_blue #tmp_top_mv,
.color_yellow #tmp_top_mv {
    border-bottom: 1px solid;
}
.color_black #tmp_top_navi li,
.color_blue #tmp_top_navi li,
.color_yellow #tmp_top_navi li {
    border-left: 1px solid;
}
.color_black #tmp_top_navi li:first-child,
.color_blue #tmp_top_navi li:first-child,
.color_yellow #tmp_top_navi li:first-child {
    border-left: none;
}
.color_black #tmp_top_navi img,
.color_blue #tmp_top_navi img {
    background-color: #ffffff !important;
}
.color_black #tmp_contents .top_banner a:before,
.color_blue #tmp_contents .top_banner a:before,
.color_black #tmp_top_rnavi li a:before,
.color_blue #tmp_top_rnavi li a:before {
    border-color: #FFFF00;
}
.color_black #tmp_top_contents a:has(img):hover,
.color_blue #tmp_top_contents a:has(img):hover{
	outline: 2px solid #FFFF00;
}
/* ==================================================
accessibility style change:font-size
================================================== */
.color_black #tmp_top_mv .caption,
.color_blue #tmp_top_mv .caption,
.color_yellow #tmp_top_mv .caption{
    z-index: 2;
}
.color_black #tmp_top_mv .caption span,
.color_blue #tmp_top_mv .caption span,
.color_yellow #tmp_top_mv .caption span {
    max-height: 100%;
    overflow: hidden auto;
    text-indent: inherit;
}
.fsize_small #tmp_top_contents .sec_news .report_list li{
    background-position: 0 7px;
}
.fsize_big #tmp_contents .sec_news .report_list .date {
    width: 200px;
}
.fsize_big2 #tmp_contents .sec_news .report_list .date {
    width: 240px;
}
.color_black #tmp_contents .top_list_link,
.color_blue #tmp_contents .top_list_link,
.color_yellow #tmp_contents .top_list_link{
    list-style: inherit;
}
.color_black #tmp_contents .top_list_link li:before,
.color_blue #tmp_contents .top_list_link li:before,
.color_yellow #tmp_contents .top_list_link li:before{
    content: none;
}
.color_black #tmp_top_contents .list_banner li:not(:last-of-type):after,
.color_blue #tmp_top_contents .list_banner li:not(:last-of-type):after,
.color_yellow #tmp_top_contents .list_banner li:not(:last-of-type):after{
    background-image: none;
    border-bottom: 2px dotted;
}

/* ==================================================
clearfix
================================================== */
#tmp_cnavi .cnavi_list:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}

