@charset "utf-8";

/* main
================================================== */
#tmp_wrap_main{
    position: relative;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#f0f4f5),to(#f0f4f5));
	background-image: -moz-linear-gradient(#f0f4f5,#f0f4f5);
	background-image: -o-linear-gradient(#f0f4f5,#f0f4f5);
	background-image: linear-gradient(#f0f4f5,#f0f4f5);
	background-size: 100% 177px;
    z-index: 1;
}
#tmp_wrap_main:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 58px;
    bottom: 0;
    margin: auto 0;
    background-color: #e9f7ff;
    background-image: url(/shared/templates/assembly_top_rn2025/images/pattern_main_lft.png),url(/shared/templates/assembly_top_rn2025/images/pattern_main_rgt.png);
    background-repeat: no-repeat;
    background-position: calc((100% - 1200px) / 2 + 59px) top, right calc((100% - 1200px) / 2 - 83px) bottom;
    color: inherit;
    height: 946px;
    max-height: 100%;
    z-index: -1;
}
#tmp_wrap_custom_update{
    margin-bottom: 8px;
}
#tmp_main{
    padding-bottom: 91px;
}

/* cate title
================================================== */
#tmp_cate_ttl{
    margin-bottom: 31px;
}
#tmp_cate_ttl .ttl_inner{
    position: relative;
	background-color: #1685c6;
	background-image: url(/shared/site_rn2025/images/assembly/cate_pattern_lft.jpg), url(/shared/site_rn2025/images/assembly/cate_pattern_rgt.jpg);
	background-repeat: no-repeat;
	background-position: left -2px, right -2px;
    border-top: 2px solid #1da2f0;
    border-bottom: 2px solid #1da2f0;
    color: #000000;
    z-index: 1;
}
#tmp_cate_ttl .ttl_inner:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    max-width: 600px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #222222;
    clip-path: polygon(88px 0%, 100% 0%, calc(100% - 91px) 100%, 0% 100%);
    background-blend-mode: multiply;
    z-index: -1;
}
#tmp_cate_ttl h1{
    position: relative;
    margin: 0 auto;
    padding: 38px 60px 21px;
    background-color: #ffffff;
    max-width: 550px;
    clip-path: polygon(2px 0, calc(100% - 81px) 0, 100% 100%, 83px 100%);
    font-size: 222.2%;
    line-height: 1.3;
    color: #222222;
    font-weight: normal;
    text-align: center;
    z-index: 1;
}
#tmp_cate_ttl .ttl{
    display: block;
    padding-top: 25px;
    background: transparent url(/shared/site_rn2025/images/assembly/cate_ttl_pc.png) no-repeat center top;
    color: inherit;
}

/* visual
================================================== */
#tmp_visual{
    margin-bottom: 30px;
}
#tmp_visual img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/* menu
================================================== */
#tmp_contents .assembly_menu{
    gap: 0 19px;
    margin: 0 0 54px;
    padding-top: 30px;
}
#tmp_contents .assembly_menu li{
    margin-bottom: 25px;
    width: calc((100% - 95px) / 6);
}
#tmp_contents .assembly_menu a{
    padding: 29px 10px 30px;
    min-height: auto;
}
#tmp_contents .assembly_menu .menu_icon{
    margin-bottom: 22px;
    max-width: 80px;
}

/* news
================================================== */
#tmp_contents .box_info{
    margin-bottom: 30px;
    padding: 34px 28px 39px 30px;
    background-color: #ffffff;
    border: 1px solid #1da2f0;
}
#tmp_contents .box_info_ttl{
    margin-bottom: 6px;
    padding-bottom: 16px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #e1f3f8), color-stop(50%, #1da2f0));
    background-image: -moz-linear-gradient(left, #e1f3f8 50%, #1da2f0 50%);
    background-image: -o-linear-gradient(left, #e1f3f8 50%, #1da2f0 50%);
    background-image: linear-gradient(90deg, #e1f3f8 50%, #1da2f0 50%);
    background-size: 79px 2px;
    background-position: left bottom;
    color: inherit;
}
#tmp_contents .box_info_ttl h2{
    font-size: 133.3%;
    line-height: 1.4;
}
#tmp_contents .box_info_cnt table{
    margin-bottom: 23px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
#tmp_contents .box_info_cnt td{
    padding-top: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #1da2f0;
}
#tmp_contents .box_info_cnt .date{
    padding-right: 10px;
    vertical-align: top;
    width: 9.5em;
    font-size: 77.8%;
}
#tmp_contents .box_info_cnt .date > p{
    padding-top: 4px;
}
#tmp_contents .box_info_cnt a{
    position: relative;
	display: inline-block;
    padding: 3px 0 3px 18px;
    background: transparent url(/shared/site_rn2025/images/icon/arrow_link_rgt.png) no-repeat 0 9px;
    background-size: 10px auto;
    font-size: 88.9%;
    color: inherit;
    text-decoration: none;
    z-index: 1;
}
#tmp_contents .box_info_cnt a:after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 18px;
    width: 0;
    border-bottom: 1px solid #222222;
    transition: width 0.3s ease-in-out;
    z-index: -1;
}
#tmp_contents .box_info_cnt a:hover:after{
	width: calc(100% - 18px);
}
#tmp_contents .box_info_cnt .list{
    margin-right: -3px;
	text-align: right;
}
#tmp_contents .box_info_cnt .list a{
    position: relative;
    padding-bottom: 7px;
	z-index: 1;
}
#tmp_contents .box_info_cnt .list a:before,
#tmp_contents .box_info_cnt .list a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-bottom: 1px solid #333333;
}
#tmp_contents .box_info_cnt .list a:before {
    width: 100%;
    border-bottom-color: #1da2f0;
}
#tmp_contents .box_info_cnt .list a:after{
    width: 0;
    transition: width 0.3s ease-in-out;
}
#tmp_contents .box_info_cnt .list a:hover:after{
    width: 100%;
}

/* ==================================================
font-family
================================================== */
#tmp_contents .box_info_cnt .date {
	font-weight: bold;
    font-family: 'OT-UDShinGoPr6N-Medium', "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#tmp_contents .box_info_ttl h2{
	font-weight: normal;
	font-family:"OT-UDShinGoPr6N-Regular", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* ==================================================
accessibility style 
================================================== */
/* color */
.color_black #tmp_wrapper #tmp_wrap_main:before,
.color_black #tmp_wrapper #tmp_cate_ttl .ttl_inner:before,
.color_blue #tmp_wrapper #tmp_wrap_main:before,
.color_blue #tmp_wrapper #tmp_cate_ttl .ttl_inner:before,
.color_yellow #tmp_wrapper #tmp_wrap_main:before,
.color_yellow #tmp_wrapper #tmp_cate_ttl .ttl_inner:before{
    content: none;
}
.color_black #tmp_wrapper #tmp_contents .box_info_cnt .list a:before,
.color_blue #tmp_wrapper #tmp_contents .box_info_cnt .list a:before{
    border-bottom-color: #ffff00;
}
.color_yellow #tmp_wrapper #tmp_contents .box_info_cnt .list a:before{
    border-bottom-color: #000000;
}
.color_black #tmp_wrapper #tmp_cate_ttl .ttl,
.color_blue #tmp_wrapper #tmp_cate_ttl .ttl,
.color_yellow #tmp_wrapper #tmp_cate_ttl .ttl{
    padding-bottom: 25px;
}
.color_black #tmp_wrapper #tmp_cate_ttl h1,
.color_blue #tmp_wrapper #tmp_cate_ttl h1,
.color_yellow #tmp_wrapper #tmp_cate_ttl h1{
    clip-path: none;
}
.color_black #tmp_contents .box_info_cnt a::after,
.color_blue #tmp_contents .box_info_cnt a::after,
.color_black #tmp_wrapper #tmp_contents .box_info_cnt .list a:after,
.color_blue #tmp_wrapper #tmp_contents .box_info_cnt .list a:after {
    border-bottom-color: #ffffff;
}
/* fsize */
.fsize_small #tmp_wrapper #tmp_contents .box_info_cnt a{
    background-position: 0 4px;
}
.fsize_big #tmp_wrapper #tmp_contents .box_info_cnt .date{
	width: 150px;
}
.fsize_big2 #tmp_wrapper #tmp_contents .box_info_cnt .date{
	width: 200px;
}
/* furi */
.furigana_on #tmp_wrapper #tmp_cate_ttl .ttl{
    padding-top: 40px;
}

