@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700&display=swap');

body {
	min-width: 1400px;
	margin: 0;
	padding: 0;
	color: #231815;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.75;
	background-image: url(../img/bg_main.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
}

body.top {}

body.sub {
	background-image: url(../img/bg_main_sub.jpg);
}



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #0055bd;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.opacity {
	transition: opacity .2s;
}

a.opacity:hover {
	opacity: 0.75;
}

a img.opacity {
	transition: .2s;
}

a img.opacity:hover {
	opacity: 0.75;
}


p {
	margin: 0 0 15px 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

ul {
	margin: 0;
	list-style: none;
}

em {
	font-style: normal;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.alignjust {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.ml1em {
	margin-left: 1em;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}


.note {
	font-size: 0.8em;
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ef0000;
}

.marker1 {
	padding: 0 3px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f9f924 60%);
}

.strike {
	text-decoration: line-through solid #ef0000;
}

.under {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

p.pagetop {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-indent: -9990px;
	background-image: url(../img/btn_pagetop.png);
	background-repeat: no-repeat;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2;
	overflow: hidden;
	opacity: 0.8;
	cursor: pointer;
}

p.pagetop:hover {
	opacity: 1;
}

.btn1 {
	width: 300px;
	min-height: 56px;
	padding: 5px 20px;
	color: #ed6b04;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(180deg, #fff, #eaeaea);
	border: solid 2px #ed6b04;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

a.btn1:hover {
	background: linear-gradient(0deg, #fff, #eaeaea);
}

a.btn1::before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #ed6b04;
	border-right: solid 2px #ed6b04;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
}

.btn1.pdf {
	padding-right: 35px;
}

.btn1.pdf::before {
	content: "";
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: none;
	transform: rotate(0);
	position: absolute;
	top: calc(50% - 16px);
	right: 10px;
}

.btn1>span {
	padding: 0 0 2px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

.btn2 {
	width: 300px;
	min-height: 56px;
	padding: 5px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-color: #ed6b04;
	border: solid 2px #ed6b04;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

a.btn2:hover {
	background-color: #f59346;
	border: solid 2px #f59346;
}

a.btn2::before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
}








/* --------------- footer --------------- */

footer {
	margin: 0;
	padding: 0;
	background-color: #132f45;
}

footer .col_footer {
	margin: 0 auto;
	padding: 27px 0 23px 0;
	font-size: 11px;
	color: #ffffff;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

footer .col_footer dl {
	margin: 0;
	padding: 0 0 0 0;
	line-height: 1.4;
	display: flex;
	align-items: center;
}

footer .col_footer dl dt {
	width: 75px;
	margin: 0;
	padding: 6px 0 6px;
	border-right: 1px solid #ffffff;
}







footer .col_footer dl dd {
	width: calc(100% - 75px);
	margin: 0;
	padding: 0 0 0 17px;
}

footer .col_footer dl dd a {
	color: #ffffff;
	text-decoration: none;
}

footer .col_footer dl dd a:hover {
	text-decoration: underline;
}

.copy {
	margin: 0;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
	background-color: #231815;
}


/* --------------- contents --------------- */


.mds1 {
	width: 850px;
	height: 44px;
	margin: 0 0 20px;
	padding: 6px 20px 0 20px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	background-color: #132f45;
	box-sizing: border-box;
}

.mds2 {
	margin: 0 0 15px 0;
	padding: 0 0 8px 7px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	border-bottom: solid 2px #132f45;
}

.mds3 {
	margin: 0 0 12px 0;
	padding: 4px 15px 4px 15px;
	color: #132f45;
	font-size: 17px;
	line-height: 1.4;
	background-color: #efeeee;
	border-left: solid 6px #132f45;
}

.col_content {
	width: 100%;
	padding: 0 10px 0;
}

.col_prepare {
	padding: 100px 0;
	text-align: center;
}



/* --------------- leftcontents --------------- */


#leftcontents {
	width: 320px;
	margin: 0 0 0 0;
	padding: 45px 0 0 70px;
}

#leftcontents.sub {
	padding: 0 0 0 70px;
}

#navi {
	width: 250px;
	margin: 0 0 40px 0;
	padding: 0 0 0;

}

#navi li {
	min: 42px;
	margin: 0 0 1px;
	padding: 0;
	position: relative;
	z-index: 0;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
}


#navi li.active,
#navi li:hover {
	background-color: #132f45;
}

#navi li a {
	width: 100%;
	min-height: 42px;
	padding: 8px 10px 9px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	color: #231815;
	text-align: center;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

#navi li.active a,
#navi li:hover a {
	color: #fff;
}

#navi li a.pdf::after {
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	top: calc(50% - 15px);
	right: 6px;
}

#navi li a span.label_led {
	margin: 0 0 0 10px;
	padding: 1px 7px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	background-color: #df0000;
	border-radius: 3px;
	display: inline-block;
}

#navi li.sub a {
	display: block;
	line-height: 1.0;
	font-size: 14px;
	text-align: left;
}



#navi li.sub.active a::after,
#navi li.sub:hover a::after {
	border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

#navi li a span.congress {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	line-height: 1.5em;
}

#navi li a span.congress.n62 {
	color: #3ba95e;
}

#navi li a span.congress.n59 {
	color: #f86241;
}

#navi li a span.congress.n9 {
	color: #e673b4;
	font-size: 13px;
}


#navi li a span.congress.n14 {
	color: #d49e1d;
}

#navi li.greet {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#navi li.sub.green {
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.9);
}

#navi li.sub.red {
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.9);
}

#navi li.sub.pink {
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.9);
}

#navi li.sub.yellow {
	border-radius: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: rgba(255, 255, 255, 0.9);
}

#navi li.sub.green.active,
#navi li.sub.green:hover{
	background-color: #132f45;
}

#navi li.sub.red.active,
#navi li.sub.red:hover{
	background-color: #132f45;
}

#navi li.sub.pink.active,
#navi li.sub.pink:hover{
	background-color: #132f45;
}

#navi li.sub.yellow.active,
#navi li.sub.yellow:hover{
	background-color: #132f45;
}

#navi li.sub.green.active a span.congress.n62,
#navi li.sub.green:hover a span.congress.n62{
	color: #fff;
}

#navi li.sub.red.active a span.congress.n59,
#navi li.sub.red:hover a span.congress.n59{
	color: #fff;
}

#navi li.sub.pink.active a span.congress.n9,
#navi li.sub.pink:hover a span.congress.n9{
	color: #fff;
}

#navi li.sub.yellow.active a span.congress.n14,
#navi li.sub.yellow:hover a span.congress.n14{
	color: #fff;
}
/* --------------- header sub --------------- */

header {
	width: 100%;
	height: 112px;
}

.col_header_sub {
	width: 1400px;
	margin: 0 auto;
	padding: 42px 0 0 183px;
}


/* --------------- top --------------- */

.col_header {
	width: 100%;
	height: 145px;
	margin: 0;
	padding: 54px 0 0 93px;
	box-sizing: border-box;
}

#contents {
	width: 1400px;
	margin: 0 auto;
	padding: 0 0 0;
	display: flex;
}

#rightcontents {
	width: 1080px;
	min-height: 1378px;
	margin: 0;
	padding: 0 0;
	background-image: url(../img/bg_right_under.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 1080px auto;

}

#rightcontents.sub {
	min-height: 600px;
}

div#rightcontents\ sub {
	margin: 0 0 0 40px;
}


.bg_topright {
	width: 100%;
	max-width: 1080px;
	background-image: url(../img/bg_right.png);
	background-repeat: no-repeat;
	background-size: 658px auto;
	background-position: left 163px top;

}

.bg_contents {
	width: 970px;
	min-height: 600px;
	margin: 0 0 25px;
	padding: 50px 60px 60px;
	background-color: #fff;
}



.col_topmain {
	width: 100%;
	height: 728px;
	margin: 0;
	padding: 333px 0 0;
	box-sizing: border-box;
	position: relative;
}

.top_thema {
	margin: 0;
	padding: 0 0 35px 197px;
}

.top_info1 {
	margin: 0;
	padding: 0 0 0 136px;
}

.box_topnews {
	width: 903px;
	margin: 0 auto 10px 40px;
	padding: 15px 15px 15px 18px;
	background-color: #fff;
	display: flex;
	justify-content: center;
}

.box_topnews .mds {
	width: 135px;
	padding: 6px 15px 0 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.col_topnews {
	width: 710px;
	margin: 0;
	padding: 0;
}

.scroll_topnews {
	max-height: 142px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.col_topnews dl {
	width: 100%;
	margin: 0;
	padding: 5px 2px;
	border-bottom: dotted 1px #231815;
	box-sizing: border-box;
	display: flex;
}

.col_topnews dl:first-child {
	border-top: dotted 1px #231815;
}

.col_topnews dl dt {
	width: 170px;
	margin: 0;
	padding: 0 0 0 13px;
	position: relative;
	z-index: 0;
}

.col_topnews dl.new dt:before {
	content: "NEW";
	padding: 1px 6px 2px;
	line-height: 1;
	font-size: 11px;
	font-weight: 300;
	color: #fff;
	background-color: #e60012;
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 26px;
}

.col_topnews dl dd {
	width: calc(100% - 170px);
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 1.6;
}



/* --------------- greeting --------------- */

.col_greeting1 {
	width: 780px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}

.box_greeting1 {
	width: 380px;
	padding: 10px 16px 18px;
	border: 1px solid #cccccc;
}

.box_greeting1 .ttl {
	padding: 0 0 5px;
	font-size: 17px;
	font-weight: bold;
	
	border-bottom: 1px solid #cccccc;
}

.box_greeting1 .ttl.green {
	color: #3ba95e;
}
.box_greeting1 .ttl.red {
	color: #f86241;
}
.box_greeting1 .ttl.pink {
	color: #e673b4;
}
.box_greeting1 .ttl.yellow {
	color: #d49e1d;
}

a.link1 {
	text-decoration: none;
}

a.link1:hover {
	text-decoration: none;
	opacity: 0.8;
}

.box_greeting1 .name {
	padding: 5px 0 5px;
	font-weight: bold;
	color: #231815;
}

.box_greeting1 .photo {
	width: 100%;
	display: flex;
	justify-content: center;
}

.box_greeting1 .photo img {
	width: 185px;
}



.col_greeting {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 15px 15px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #cccccc;
}

.name_greeting {
	margin: 103px 0 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	text-align: right;
	float: right;
}

.name_greeting span {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5em;
}

.name_greeting .shozoku {
	margin-top: 5px;
	line-height: 1.7;
	font-size: 15px;
	font-weight: normal;
}

.img_greeting1 {
	margin: 0 0 0 25px;
	float: right;
}

.txt_greeting {
	padding: 0 13px;
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}





/* --------------- link --------------- */




/* --------------- summary --------------- */

.flex_sumarry1 {
	margin: 0;
	padding: 0;
	display: flex;
}

.flex_sumarry1 dt {
	margin: 0;
	padding: 0;
	width: 290px;
}

.flex_sumarry1 dd {
	margin: 0;
	padding: 0;
}

/* --------------- access --------------- */




/* --------------- company --------------- */

.btn_width450{
	width: 450px;
    margin: 0 auto;
}

.pb15 {
    padding-bottom: 15px;
}

.btn_deco000 a{
	width: 450px;
	line-height: 1.4;
}

.btn_w22{
	text-align: center;
    margin: 0 auto;
    width: 750px;
}

.btn_width350{
	width: 360px;
    margin: 0 auto;
}

.btn_width350 a{
	width: 100%;
	font-size: 1em;
	line-height: 1.4;
}

.float-l{
    float: left;
}


.float-r{
    float: right;
}

ul.list_company1{
	margin: 20px 0 15px;
	padding: 0;
}

ul.list_company1 li{
	list-style: disc;
    margin: 0 0 0 25px;
    padding: 0;
}

.flow_sponsor1{
	width: 100%;
    margin: 0 0 35px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.flow_sponsor1 dl{
	width: calc((100% - 50px) / 3);
    margin: 0;
    padding: 0;
    border: solid 1px #367781;
    position: relative;
    z-index: 0;
}

.flow_sponsor1 dl::before{
	content: "";
    margin: 0;
    padding: 0;
    border-left: solid 8px #165b66;
    border-top: solid 8px rgba(255, 255, 255, 0);
    border-bottom: solid 8px rgba(255, 255, 255, 0);
    position: absolute;
    top: calc(50% - 8px);
    right: -18px;
}

.flow_sponsor1 dl:last-child::before {
	content: none;
}

.flow_sponsor1 dl dt{
	min-height: 56px;
    margin: 0;
    padding: 8px 8px 9px 30px;
    color: #fff;
    font-weight: 500;
    text-indent: -15px;
    line-height: 1.4;
    background-color: #367781;
    display: flex;
    align-items: center;
}

.flow_sponsor1 dl dd{
	margin: 0;
    padding: 8px 12px;
    line-height: 1.6;
}

dl.list_faq{
	margin: 0 0 10px;
    padding: 5px 3px 15px;
    border-bottom: dashed 1px #888;
}

dl.list_faq dt{
	width: 100%;
    margin: 0 0 3px;
    padding: 0;
    color: #2c84d1;
    font-weight: 600;
    display: flex;
}

dl.list_faq .mds{
	width: 34px;
    margin: 0;
    padding: 0;
}

dl.list_faq .txt{
	width: calc(100% - 34px);
    margin: 0;
    padding: 0;
}

dl.list_faq dd{
	margin: 0;
    padding: 0;
    display: flex;
}

dl.list_faq dd .mds{
	color: #ef7cbb;
    font-weight: 600;
    text-align: center;
}

a.btn2.sponsor2{
	margin: 0 auto;
}


