@charset "UTF-8";
/* CSS Document */

.kurukuru-image {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    line-height: 70%;
}

.kr-img {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 70%;
}

.eventsnews-area {
    width: 100%;
    margin: 0;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    
	background-image: url("../img/ind_bk-evbnr.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.en-wrap {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	
	display: flex;
    justify-content: space-between;
}

.events-area {
    width: 54%;
    margin: 0;
    padding: 0;    
}

.news-area {
    width: 49%;
    margin: 0;
    padding: 0;
}

.en-bnr-area {
	width: 41.5%;
	max-width: 460px;
	margin: 0;
	padding: 0;
}

h3.news-hd {
    width: 98%;
    margin: 0 auto 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 160%;
    line-height: 110%;
    color: #ff1515;
    font-family: fot-rodin-pron, sans-serif;
    font-style: normal;
    font-weight: 600;
}

h3.news-hd:after {
    content: url("../img/news_hdrline.png");
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
    line-height: 0%;
}

h3.news-hd .nh-eng {
    display: inline;
    font-size: 80%;
    margin: 0 0 0 20px;
    color: #363636;

    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.events-box {
    width: 98%;
    height: 600px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    border:solid 1px #bfbfbf;
	background-color: #FFFFFF;
}

.news-box {
    width: 98%;
    height: 600px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    border:solid 1px #bfbfbf;
}

.newsevents-seemore {
    width: unset;
    margin: 5px 5px 0 0;
    padding: 0;
    float: right;
    font-size: 100%;
    color: #00498b;
    border-bottom: solid 1px transparent;
    
       transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.newsevents-seemore a {
    color: #00498b;
    text-decoration: none;
}

.newsevents-seemore:hover {
    border-bottom: solid 1px #00498b;
}

/***新規トップバナーリスト***/

ul.en-bnr-list {
	width: 100%;
	margin: 60px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.en-bnr-list li.en-bnr-item {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	
	opacity: 1.0;
	   transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

ul.en-bnr-list li.en-bnr-item:hover {
	opacity: 0.5;
}

ul.en-bnr-list li.en-bnr-item a {
	width: 100%;
	height: 100%;
	display: block;
}

/***** TOP CONTENTS AREA *****/

.topcontents-area {
    width: 100%;
    margin: 0;
    padding: 0 0 100px;
    position: relative;
    overflow: hidden;
/*
    background-image: url("../img/top_tc_bkimg.png");    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
*/
}

h2.top-hdr {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 110%;
    font-size: 180%;
    font-family: fot-rodin-pron, sans-serif;
    font-weight: 600;
    font-style: normal;
    
    margin-block-start:0px;
    margin-block-end:0px;
}

h2.top-hdr:after {
    content: url("../img/top_hdrline.png");
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0%;
}

h3.top-hdr-en {
    width: 100%;
    margin: 0 0 50px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size:100%;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tc-btns-area {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.tc-btns-area .tc-btn {
    width: 23%;
    
    opacity: 1.0;
       transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.tc-btns-area .tc-btn:hover {
    opacity: 0.5 !important;
}

.sns-area {
    width: 100%;
    margin: 0;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
}

.sns-box {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background-image: url("../img/top_sns_bk.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sns-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.sns-box .blog-btn {    
    width: 45%;
    margin: 0 auto;
}


.links-area {
    width: 100%;
    margin: 0;
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
}

ul.links-list {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    list-style: none;
    
    display: flex;
    justify-content:space-around;
	flex-wrap: wrap;
}

ul.links-list li.links-item {
    width: 23%;
	margin: 0 0 40px;
	line-height: 120%;
    
    opacity: 1.0;
       transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

ul.links-list li.links-item:hover {
    opacity: 0.5 !important;
}


/***リニューアルのお知らせ***/
.header-top_new{
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.logo-risk{
    margin: 0 0 0 120px;
}

.new-title{
    margin: 100px auto;
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

.new-text{
    margin: 100px auto;
    max-width: 1025px;
    font-size: 25px;
    line-height: 45px;
}

.new-guide{
    margin: 50px auto;
    font-weight: bold;
}

.new-guide a{
    transition: all 0.5s;
}

.new-guide a:hover {
    opacity: 0.5;
}

.risk-guide{
    width: 250px;
}