@charset "utf-8";
/* CSS Document */

a.anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

.sub h2.alt {
    margin-top: 0px;
}

.sub {
    /*font-family: "roboto condensed","noto sans sc";
	font-weight: 200;*/
	font-family: "Microsoft YaHei","微软雅黑","SimHei" ,sans-serif;
	font-weight: 500;
}

.sub nav.menu.active {
    background-color: transparent;
}

.sub h1 img{
	transition: .3s;
}

.sub nav.main h1 a:link {
    padding: 0px;
}

.sub h1 img:hover{
	opacity: 0.7;
}

li.support__item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sub h2 span{
	display: inline-block;
	margin: 0px;
	font-size: 20px;
}

.sub nav .icon a:link:hover {
    color: #006ab7;
    background-color: #d7eeff;
}

.sub nav {
    background-color: white;
    border-bottom: 1px solid #efefef;
    font-weight: 500;
}

.sub nav a:link,
.sub nav a:visited{
	color: black;
}

.sub nav .icon a:link,
.sub nav .icon a:visited,
.sub nav a.contact:link,
.sub nav a.contact:visited{
	color: white;
}

.sub .list a{
	transition: .3s;
}

.sub .list a:hover{
	opacity: 0.7;
}

.sub nav a.contact:link:hover {
    background-color: #bce6ff;
    color: #006ab7;
}

body.sub {
    padding-top: 95px;
}

.sub section{
	max-width: 1280px;
}

main {
    margin-top: 100px;
}

main.alt{
    margin-top: 0;
}

.sub section#copy{
	max-width: 100%;
}

.sub h2 {
    line-height: 1;
    font-size: 40px;
    text-align: left;
    background-color: #eaf6ff;
    width: 100%;
    display: block;
    height: auto;
    padding: 20px 25px;
	font-weight: normal;
	margin-top: 70px;
}
.sub .list h2:first-child{
	margin-top: 0px;
}

.sub .list a:link, .sub .list a:visited {
    color: #014b77;
}

.list .row {
    margin-top: 30px;
    display: flex;
	padding-left: 20px;
	padding-right: 20px;
}

img.qr{
	max-width: 150px;
}

.list .row .outer {
    width: 347px;
    margin-right: 20px;
    border-right: 1px solid #e2e2e2;
    padding-right: 20px;
}

.qr_note {
    display: flex;
    background-color: whitesmoke;
    padding: 15px;
    justify-content: center;
    align-items: center;
}

.list .row .outer.opt {
    width: 50%;
    margin-right: 20px;
    border-right: 1px solid #e2e2e2;
    padding-right: 20px;
}

.list .row .outer.opt:last-child{
	border-right: none;
	padding-right: 0px;
}

.list .row .outer.alt {
    width: 100%;
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.list .row .outer:last-child{
	margin-right: 0;
}

.list .fa, .list .fas {
    font-weight: 900;
    padding-right: 5px;
}

.outer dl{

}

.outer dt{

}

.outer dd{
	margin-top: 30px;
}

nav .outer dd{
	margin-top: 0px;
}

.outer dl h3 {
    font-weight: normal;
    font-size: 30px;
}

.sub .list h3 {
    line-height: 1.5;
}

.outer dl p {
    margin-top: 20px;
}

.outer dl ul{
	display: flex;
	flex-wrap: wrap;
}

.outer dl li {
    font-size: 17px;
	width: 50%;
}

.outer dl li span {
    font-size: 10px;
}

.outer.alt dl li {
    font-size: 17px;
    width: 175px;
}

.sub footer {
    width: 100%;
    margin-top: 0px;
    /* background: url(../img/top/bg_footer.jpg); */
    padding-top: 75px;
    padding-bottom: 0px;
    color: white;
    position: relative;
    background-color: #012b44;
    top: 0px;
}

.contents {
    margin: 0 auto;
    padding-bottom: 80px;
    width: 96%;
    max-width: 1280px;
}

.sub .list h2.support__ttl {
    margin-bottom: 50px;
    font-size: 2.8rem;
    font-family: "roboto condensed","noto sans sc";
    font-weight: 500;
    background: none;
    text-align: center;
    padding: 0px;
}
.support__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
}

.support a {
    line-height: 2;
    font-size: 16px;
    font-family: "roboto condensed","noto sans sc";
    font-weight: bold;
    color: #273540;
    font-weight: 500;
}

.support__icon {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

section.list.border {
    border-top: 1px solid #d6d6d6;
    padding-top: 50px;
}

.ci {
    position: relative;
    padding: 80px 0;
    height: auto;
    background: url(../img/top/bg_ci.jpg) center center/cover no-repeat;
    text-align: center;
    color: #fff;
    margin-top: 100px;
}

.ci__ttl {
    position: relative;
    line-height: 1.5;
    font-family: 'EB Garamond', serif;
    font-size: 4rem;
    font-weight: 500;
    z-index: 1;
}

.ci__subttl {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
}

.sub footer {
    top: 0px;
}

table {
    margin: 0 auto;
    background: white;
    border: 1px solid #ddd;
    width: 100%;
    margin-top: 30px;
    border-collapse: collapse;
}

table td {
    border: 1px solid #d1dae0;
    padding: 12px 18px;
    table-layout: fixed;
    line-height: 22px;
}
table td.item {
    width: 200px;
    text-align: center;
    vertical-align: middle;
    background-color: #eaf6ff;
}
table td a {
	color: black;
	text-decoration: underline;
}
section.channel .topics {
    display: flex;
    /* border-bottom: dotted 1px #e8e8e8; */
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    flex-direction: column;
    position: relative;
}

section.channel .topics.first{
	
}

section.channel .topics.first.alt {
	padding: 20px;
}

section.channel .topics.first.alt .category{
	right: 20px;
}

section.channel .topics.first02{
	flex-direction: row;
}

section.channel .topics.first02 .img {
    width: 50%;
    padding-right: 30px;
    padding-bottom: 0px;
}

section.channel .topics.first.first02 .img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border: solid 1px #e8e8e8;
    margin-top: 0px;
}

section.channel .topics.first .img img {
	margin-top: 30px;
}

section.channel .topics.first02 .textarea {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    position: relative;
}

section.channel .textarea {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    position: relative;
    padding-bottom: 75px;
}

section.channel .topics.first.first02 h2 {
    font-size: 20px;
    line-height: 1.5;
}

section.channel h2{
	margin-bottom: 30px;
}

section.channel .topics.first h2 {
    font-size: 20px;
	line-height: 1.5;
	margin-top: 0px;
}

section.channel a{

}

section.channel a {
    padding: 20px;
    display: block;
	transition: .3s;
	border: solid 1px #ffffff;
}

section.channel .pc-player a{
	padding: 0px;
	border: none;
}

section.channel a:hover{
	border: solid 1px #90c1de;
}

section.channel p{
}

section.channel .category {
    font-family: "roboto condensed";
    position: absolute;
    bottom: 0px;
    line-height: 1;
    padding: 4px 10px;
    right: 0px;
}

section.channel .textarea span{

}

section.channel .textarea span:first-child{
	right: 0px;
}

section.channel .textarea span:nth-child(2){
	right: 60px;
}

section.channel .new_mark {
    font-family: "roboto condensed";
    position: absolute;
    bottom: 0px;
    border: solid 1px #a70000;
    line-height: 1;
    padding: 4px 10px;
    color: #a70000;
    left: 0px;
}

section #news-detail .new_mark {
    font-family: "roboto condensed";
    position: relative;
    bottom: unset;
    border: solid 1px #a70000;
    line-height: 1;
    padding: 4px 10px;
    color: #a70000;
    float: none !important;
    left: 0px;
    margin-top: 0px;
    background: white;
    zoom: normal;
    border-radius: unset;
    margin: 0px;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}

iframe {
    height: 315px;
}

section #news-detail span.cate46 {
    background-color: #e4f2ff;
    border: 1px solid #c8e7ff;
    color: #006ab7;
    font-weight: normal;
    padding: 4px 10px;
    font-size: 12px;
    float: none;
    margin: 0px;
}

section span.cate46 {
    background-color: #e4f2ff;
    border: 1px solid #c8e7ff;
    color: #006ab7;
}

section span.cate164 {
    background: #ffebfc;
    border: 1px solid #ffc7f7;
    color: #f258db;
	font-weight: normal;
    padding: 4px 10px;
    font-size: 12px;
    float: none;
    margin: 0px;
}

section span.cate164 {
    background: #ffebfc;
    border: 1px solid #ffc7f7;
    color: #f258db;
}

section span.cate44 {
    background-color: #e4f2ff;
    border: 1px solid #c8e7ff;
    color: #006ab7;
	font-weight: normal;
    padding: 4px 10px;
    font-size: 12px;
    float: none;
    margin: 0px;
}

section span.cate44 {
    background-color: #e4f2ff;
    border: 1px solid #c8e7ff;
    color: #006ab7;
}

section span.cate163 {
    background-color: #ebd9ff;
    border: 1px solid #cfb8e9;
    color: #6a36a4;
	font-weight: normal;
    padding: 4px 10px;
    font-size: 12px;
    float: none;
    margin: 0px;
}

section span.cate163 {
    background-color: #ebd9ff;
    border: 1px solid #cfb8e9;
    color: #6a36a4;
}

section.news wrap{

}

section.news dl {
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #efefef;
}

section.news dt {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.news dt .newstype {
    margin-left: 30px;
    margin-right: 30px;
    width: 74px;
    padding: 6px 10px;
    text-align: center;
    color: white;
    font-size: 12px;
}

section.news dt .type-news {
    background: #ffe9d3;
    color: black;
}

section.news dt .type-info {
    background: #ffe8e8;
    color: black;
}

section.news dt .type-product {
    background: #ddeeff;
    color: black;
}

section.news dd {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.news dd a,
section.news span{
	line-height: 1;
}

section.news dd a, section.news dd a:link, section.news dd a:visited {
    color: #006ab7;
    transition: .3s;
    line-height: 1.5;
}

section.news dd a:hover{
	opacity: 0.7;
}

.sub .news h2 {
    margin-bottom: 50px;
}

.sub .news #maincontent h2 {
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 1.3;
}


/*news ads-----------------------------------*/


.news #main_contents_area02 h2 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 110%;
    font-weight: normal;
    line-height: 1.5;
    background-color: transparent;
    padding: 0;
	margin-top: 0px;
}


.news .tit_contentsunit02 {
    padding: 15px 0px 15px 0px;
    font-weight: 500;
    color: #1f56a1;
    border-bottom: 1px solid #15438d;
    line-height: 1.5;
    font-size: 18px;
}


