/*
Theme Name: company_2025_slide
Theme URI: http://sphere-links.co.jp/
Description: company_2025_slide
Version: 1.0
Author: sphere-links
Author URI: http://sphere-links.co.jp/
Tags: company_2025_slide
*/

/*

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*初期設定*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}




/*************************************************************

ここまでリセット

*************************************************************/
/*共通*/
/*全体のフォントサイズを指定、remでbodyに引っ張られないようにする*/
html {
  font-size: 62.5%;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

body {
	font-size: 1.6em;
	line-height: normal;/*詰まりすぎを防ぐ*/
	color: #000;
}
/*全体のフォントサイズを指定*/

a{
	color: #ffffff;
	text-decoration: none;
}

a:hover{

}

a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.clearfix:after{
  display: table;
  clear: both;
  content: "";
}

div{
	box-sizing: border-box;
}

img{
	max-width: 100%;
	vertical-align: bottom;
}

.w960 span[id]:not([href]){
    margin-top:-103px; /* ★ヘッダの高さを設定する。 */
    padding-top:103px; /* ★ヘッダの高さを設定する。 */
	display: inline-block; /* ★これ重要！ */
	vertical-align: top; /* ★これ重要！ */
	width: 0;
	height: 0;
}


/*ヘッダー*/
header{
	position: fixed;
    width: 100%;
    background-color: #fff;
	border-bottom: solid 1px #f5f5f5;
	z-index: 10;
}


header #g_nav{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 10px;
}
@media screen and (max-width: 960px){
	header #g_nav{
		display: block;
	}
}

header #g_nav ul {
    display: flex;
    font-size: 1.5rem;
    font-weight: bold;
    flex-basis: 36%;
    justify-content: flex-end;
}
@media screen and (max-width: 960px){
	header #g_nav ul{
		justify-content: space-between;
		margin-top: 20px;
	}
}

header #g_nav ul li{
	margin: 0 12px;
}

header #g_nav ul li a{
	color: #004097;
}

header #g_nav ul li a:hover{
	color: #00a9bd;
}

#sp_g_nav{
	display: none;
}

@media screen and (max-width: 768px){
	/*SPメニューを出しつつPCを非表示に*/
	#sp_g_nav {
		display: block;
		background-color: #fff;
		height: 50px;
		position: fixed;
		top: 0;
		z-index: 20;
		width: 100%;
	}
	header #g_nav{
		display: none;
	}

.sp_logo {
    position: absolute;
    top: 15px;
    left: 10px;
    max-width: 315px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
	.sp_logo a:first-child{
		margin-right: 5px;
	}

	.sp_logo img{
		width: 180px;
	}

	.sp_to_top{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 100px;
	}

	.lg_m{
		text-align:right;
	}
	/*メニューの動き*/
	.menu-trigger,
	.menu-trigger span{
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	  cursor :pointer;
	}
	.menu-trigger{
	  position: relative;
	  width: 50px;
	  height: 50px;
	  z-index: 2;
	}
	.menu-trigger span{
	  position: absolute;
	  background: #000;
	  width: 30px;
	  height: 2px;
	  left: 0;
	  right: 0;
	  margin: auto;
	}
	.menu-trigger span:nth-of-type(1){
	  top: 15px;
	}
	.menu-trigger span:nth-of-type(2){
	  top: 0;
	  bottom: 0;
	}
	.menu-trigger span:nth-of-type(3){
	  bottom: 15px;
	}
	.menu-trigger.active span:nth-of-type(1){
	  -webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2){
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3){
	  -webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	/*メニューの動き END*/

	#sp_g_nav .sp_nav ul{
		background-color: #fff;
	}
	.sp_nav{
	  display: none;
	  position: absolute;
	  top: 50px;
	  width: 100%;
		z-index: 3;
	}
	#sp_g_nav .sp_nav li{
		text-align:center;
		width: 100%;
		border-bottom: solid 1px #004097;
	}
	#sp_g_nav .sp_nav li a{
		display: block;
		padding: 10px;
		color: #004097;
		font-size: 1.6rem;
	}
}
/*max-width: 600px END*/


/*メインビジュアル*/
.main_visual {
padding-top: 110px;
background: url(images/2025_bg.jpg) no-repeat center top;
background-size:cover;
}

@media screen and (max-width: 1350px){
.main_visual {
}
}
@media screen and (max-width: 768px){
	.main_visual{
		padding-top: 50px;
	}
.main_visual {
    /* background-image: url(images/main_visual_2021.jpg); */
    /*background-position: center top;*/
    /*background-size: cover;*/
}

}

.main_visual>div{
	max-width: 980px;
	margin: 0 auto;
	padding: 60px 10px;
}
@media screen and (max-width: 768px){
.main_visual>div {
    padding: 20px;
}
}

.main_visual .flex{
    display: flex;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

.main_visual h1,
.main_visual h2{
	font-weight: normal;
}
.main_visual h1 {
    font-size:4rem;
    padding: 0 0 20px;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
	line-height: 1.3;
    color: #000;
	filter: drop-shadow(1px 1px 3px rgba(255, 255, 255, 0.8));
}

.main_visual h1 .small {
    font-size: 2.5rem;
}

.main_visual h1:first-child{
	text-align: right;
}

.main_visual h1:last-child{
	text-align: left;
}

@media screen and (max-width: 768px){
	.main_visual h1{
		font-size: 1.6rem;
	}

    .main_visual h1 .small{
        font-size:1.4rem;
    }
}

.main_visual h1:first-child span.color{
	/*color: #e95471;*/
	font-weight: bold;
	font-size: 3.4rem;
	padding: 0 5px;
}

.main_visual h1:last-child span.color{
	/*color: #1a9630;*/
	font-weight: bold;
	font-size: 3.4rem;
	padding: 0 5px;
}

@media screen and (max-width: 768px){
    .main_visual h1:first-child span.color,.main_visual h1:last-child span.color{
        font-size: 2.5rem;
    }
}

.main_visual span.plus {
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 26px;
    background: #E60717;
}

.main_visual h2{
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: bold;
    color:#1E1614;
   /*text-shadow: #004e68 0 0 10px,#004e68 0 0 10px,#004e68 0 0 10px,#004e68 0 0 10px;*/
}
.main_visual h2 span.big{
	font-size: 6rem;
	color:#FFF;
	filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.8));
}

.main_visual h2 span.color_pink{
	color: #FFF;
	margin-top:7px;
	filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.8));
}

.br-sp{
    display: none;
}

@media screen and (max-width: 768px){
	.main_visual h2{
		font-size: 2.4rem;
	}
    .br-sp{
    display: block;
}
}
.main_visual p{
	font-size: 2rem;
}
.main_visual p .big {
    font-size: 2rem;
}
.main_visual p .small{
	font-size: 1.6rem;
}


@media screen and (max-width: 768px){
.main_visual h2 span {
    font-size: 2.2rem;
}
.main_visual h2 span.big {
    font-size: 3.2rem;
}
.main_visual p{
	font-size: 1.8rem;
}
.main_visual p .big {
    font-size: 1.8rem;
}
.main_visual p .small{
	font-size: 1.6rem;
}
}

/*.main_visual .bg_box{
    background: rgba(255,255,255,0.5);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}*/

.main_visual .bg_box {
    background: rgb(255 255 255);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    color: #E60717;
    font-weight: bold;
    border: solid 1px #e2e2e2;
    box-shadow: 0px 0px 8px 3px #e7e1e7;
    border-radius: 5px;
}
@media screen and (max-width: 768px){
    .main_visual .bg_box{
        padding: 10px;
    }
}

.main_visual .bg_box .bg_p{
    color: #fff;
    display: inline-block;
    background: #e60012;
    padding: 5px 15px;
    box-sizing: border-box;
    margin-top: 15px;
}


.main_visual .bg_box p.txt {
    border-radius: 2px;
    width: 80%;
    margin: 10px auto;
    color: #f00;
    font-size: 1.5rem;
    box-sizing: border-box;
    background-color: #ececec;
    padding: 20px 10px;
    border: solid 1px #dcdcdc;
}
@media screen and (max-width: 768px){
    .main_visual .bg_box p.txt{
        width: 100%;
    }
}

.main_visual .bg_box p.txt a{
	color: #f00;;
	text-decoration: underline;
}
.main_visual .bg_box p.txt a:hover{
	text-decoration: none;
}

.main_visual .bg_box p.txt span.dl{
    text-align: left;
    display: inline-block;
    margin-top: 10px;
}

@media screen and (max-width: 768px){
.main_visual .bg_box p.txt span.dl {
    margin-top: 0;
}
}

/*ボディ：共通*/
.w960{
	max-width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}

.sec1,
.sec2,
.sec3,
.sec4,
.sec5{
	margin-bottom: 80px;
}


/*挨拶：共通*/
.greeting{
	line-height: 1.8;
	margin-top:40px;
}

.greeting p{
	margin-bottom: 20px;
}



.greeting p.small {
    margin-bottom: 40px;
    font-size: 1.2rem;
    text-align: left;
    clear: both;
}

.text_right{
    text-align: right;
    margin-bottom: 10px;
}




/*開催日時、主催など：共通*/
.sponsor_ship {
    margin-bottom: 40px;
}

.sponsor_ship dl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}

.sponsor_ship dl dt{
    width: 100px;
    text-align: center;
    background-color: #00a9bd;
    color: #fff;
    margin-right: 20px;
    padding: 5px;
	box-sizing: border-box;
}

.sponsor_ship dl dd{
	width:calc(100% - 120px);
}
@media screen and (max-width: 480px){
	.sponsor_ship dl dd{
		width: 100%;
		margin-top: 5px;
	}
}

.sponsor_ship a{
	color: #00a9bd;
	text-decoration: underline;
}

.sponsor_ship a:hover{
	text-decoration: none;
}


/*H2用見出し：共通*/
h2.h2_lyt{
    text-align: center;
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 30px;
    /*border-bottom: solid 2px #e60012;
    padding-bottom: 5px;*/
	padding: 10px;
	background-image: url(images/dot.png);
	background-repeat: repeat;
	background-color: #00a9bd;
	color: #fff;
}


/*プログラム*/
.abstracts{
    margin: 50px 0;
}

.abstracts span a{
    display: block;
    text-align: center;
    background-color: #005f85;
    padding: 20px;
    border-radius: 205px;
    width: 230px;
    margin: 0 auto;
    color: #fff;
    box-sizing: border-box;
}

.abstracts span a:hover{
    opacity: 0.8;
}

.time_tbl h3 {
    margin-bottom: 10px;
    line-height: 1.3;
}

.time_tbl>dl{
	display: flex;
    align-items: flex-start;
	margin-bottom: 20px;
	border-bottom: solid 1px #e60012;
	padding-bottom: 20px;
}
@media screen and (max-width: 600px){
	.time_tbl>dl{
		flex-wrap: wrap;
	}
}

.time_tbl>dl>dt{
    background-color: #1b6448;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
    padding: 10px;
    margin-right: 20px;
    border-radius: 2px;
	width: 120px;
}
@media screen and (max-width: 600px){
	.time_tbl>dl>dt{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.time_tbl>dl>dd{
	width: calc(100% - 140px);
}
@media screen and (max-width: 600px){
	.time_tbl>dl>dd{
		width: 100%;
	}
}

.mc_wrap{
	display: flex;
}

.mc_wrap dt{
	width: 50px;
}

.mc_wrap dd{
	width: calc(100% - 50px);
}
.mc_wrap2{
	display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.mc_wrap2 dt{
	width: 100px;
}

.mc_wrap2 dd{
	width: calc(100% - 100px);
}
@media screen and (max-width: 480px){
	.mc_wrap dd br{
		display: none;
	}
	.mc_wrap dd br.sp_br{
		display: inline;
	}

	.mc_wrap dd span{
		display: block;
	}

	.mc_wrap dd .positions{
		margin-bottom: 10px;
	}
    .mc_wrap2{
	display:block;
}

.mc_wrap2 dt{
	width: auto;
}

.mc_wrap2 dd{
	width: auto;
}
}

.mc_wrap+ol{
	margin-top: 10px;
}

.mc_wrap+ol li{
	display: flex;
    align-items: flex-start;
	margin: 10px 0;
	word-wrap: break-word;
	position: relative;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
}
@media screen and (max-width: 768px){
	.mc_wrap+ol li{
		margin: 10px 0 20px 0;
	}
}

.mc_wrap+ol li:last-child{
	border-bottom: none;
}

.mc_wrap+ol li div span:nth-of-type(1){
    display: block;
    padding: 3px 12px;
    background-color: #172a88;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

.mc_wrap+ol li a{
	margin-right: 10px;
	display: block;
	width: 30px;
}
@media screen and (max-width: 768px){
	.mc_wrap+ol li a{
		position: absolute;
		left: 0;
		top: 50px;
		margin-right: 0;
	}
}

.program_details dt{
	margin-bottom: 7px;
	display: flex;
	align-items: center;
}

.program_details dt a{
	display: block;
	margin-left: 10px;
}
@media screen and (max-width: 768px){
	.program_details dt a{
		margin-left: 0;
	}
}

.program_details dd .names{
	margin-bottom: 3px;
	display: block;
}

.program_details dd .positions{
	display: block;
}

.time_tbl+p{
    border: solid 1px #e60012;
    padding: 10px;
    text-align: center;
}


/*第2セクション*/
.sec2 p a{
	display: block;
    width: 300px;
    text-align: center;
    margin: 30px auto 0 auto;
	background-color:#ef4d04;
    color: #fff;
    padding: 15px 30px;
	border-radius: 5px;
	transition: all 0.3s;
}

.sec2 p a:hover{
	background-color: #ff6723;
}


/*第3セクション*/
.sec3 p{
	margin-bottom: 20px;
}


/*第5セクション*/
.sec5 p{
	max-width: 600px;
	margin: 0 auto;
}



/*地図*/
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*フロートボタン*/
.reg_btn {
    position: fixed;
    right: 20px;
    bottom: 5%;
    transition: all 0.3s;
}
@media screen and (max-width: 768px){
	.reg_btn{
		width: 100%;
		right: 0;
		top: inherit;
		bottom: 10px;
	}
}

.reg_btn a, .reg_btn span {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(178, 36, 36, .8)), to(rgba(132, 9, 13, .8)));
    background: linear-gradient(to bottom, rgba(178, 36, 36, .8), rgba(132, 9, 13, .8));
    background-color: rgb(178, 36, 36);
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
}

@media screen and (max-width: 768px){
	.reg_btn a,
    .reg_btn span{
		width: 80%;
		display: block;
		margin: 0 auto;
		box-sizing: border-box;
	}
}

.reg_btn a:hover{
	background-color: rgb(255, 255, 255);
}


/*フッター*/
footer{
	background-color: #004097;
}

footer>div{
	color: #fff;
	max-width: 980px;
	padding: 40px 10px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px){
	footer>div{
		flex-wrap: wrap;
		justify-content: center;
	}
}

.secretariat{
	margin-bottom: 40px;
}

.secretariat dl{
	display: flex;
	flex-wrap: wrap;
}

.secretariat dt{
	width: 70px;
}

.secretariat dd{
	width: calc(100% - 70px);
}

@media screen and (max-width: 768px){
    .secretariat dt{
        font-size: 1.5rem;
    }

    .secretariat dd{
        font-size: 1.5rem;
    }
}

.secretariat dd a{
    display: block;
    width: 200px;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    margin-top: 10px;
    font-size: 1.4rem;
}

.secretariat dd a:hover{
	background-color: #00a9bd;
	color: #fff;
}

a.ss_bn{
    display: block;
    text-align: center;
    background-color: #fff;
    color: #000;
    padding: 20px 10px;
}

.sponsorship dl:first-child{
	margin-bottom: 30px;
}

.sponsorship dt{
	margin-bottom: 10px;
	border-bottom: solid 1px #fff;
	padding-bottom: 5px;
}


@media screen and (max-width: 1500px){
	.reg_btn.invisible {
		transform: translateX(270px);
	}
}
@media screen and (max-width: 768px){
	.reg_btn.invisible {
		transform: translateY(120px);
	}
}








/*下層ページ：共通*/
.lower{
	padding-top: 140px;
	padding-bottom: 80px;
}
@media screen and (max-width: 768px){
	.lower{
		padding-top: 80px;
	}
}

.lower h1{
	font-weight: normal;
	font-size: 2.0rem;
	margin-bottom: 30px;
	text-align: center;
}

.lower h1::after{
    content: "";
    display: block;
    height: 1px;
    background-color: #00a9bd;
    width: 200px;
    margin:15px auto 0 auto;
}



/*お問い合わせ*/
input, button, textarea, select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.inquiry{
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.inquiry{
		width: 100%;
	}
}

.inquiry dl{
	display: flex;
	flex-wrap: wrap;
    margin-bottom: 15px;
    border-bottom: solid 1px #f6f6f6;
    padding-bottom: 15px;
}

.inquiry dl dt{
	width: 180px;
	margin-right: 20px;
}
@media screen and (max-width: 480px){
	.inquiry dl dt{
		width: 100%;
		margin: 0 0 5px 0;
	}
}

.inquiry dl dt span{
	color: #e60012;
}

.inquiry dl dd{
	width: calc(100% - 200px);
}
@media screen and (max-width: 480px){
	.inquiry dl dd{
		width: 100%;
	}
}

.inquiry dl input,
.inquiry dl textarea{
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #ccc;
	font-family: inherit;
	font-size: 100%;
}

.inquiry .input_tel{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.inquiry .input_tel span{
	width: 80px;
}

.inquiry span.wpcf7-custom-item-error.your-tel1,
.inquiry span.wpcf7-custom-item-error.your-tel1 span{
	display: block;
	width: 100%;
}

span.wpcf7-not-valid-tip{
	margin-top: 5px;
}

.inquiry .sbm_btn input{
    border: solid 1px #00a9bd;
    padding: 10px;
    width: 200px;
    margin: 20px auto 0 auto;
    background-color: #00a9bd;
    color: #fff;
    font-size: 1.6rem;
    display: block;
}

.inquiry .sbm_btn input:hover{
	background-color: #fff;
	color: #00a9bd;
}


/* 過去の開催一覧 */
.summary_list{
	width: 80%;
	margin: 0 auto;
}

.summary_list li{
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    padding: 10px;
}

.summary_list a{
	color: #004097;
	font-weight: bold;
}
.summary_list a:hover{
	opacity: 0.8;
}
.summary_list ul li {
    position: relative;
    padding: 20px 0px 25px 95px;
}
.summary_list ul li.icon{
    padding: 20px 0px 25px 95px;
}

.summary_list ul li.icon:before{
    content: "";
    position: absolute;
    width: 80px;
    height: 112px;
    background: -moz-linear-gradient(top, #0053a6, #009de6);
    background: -webkit-linear-gradient(top, #0053a6, #009de6);
    background: linear-gradient(to bottom, #0053a6, #009de6);
    left: 0;
    top: 0;
}
.summary_list ul li.icon:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 100px;
    background: url(images/summary_icon.png) no-repeat 0px 0;
    left: 5px;
    top: 5px;
}

.summary_list a.summary_btn {
    color: #fff;
    font-weight: normal;
    background: #00a9bd;
    padding: 5px 10px;
    box-sizing: border-box;
    display: block;
    max-width: 230px;
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
    border-radius: 8px;
}

.summary_list a.summary_btn:hover{
	opacity: 0.8;
}

@media screen and (max-width: 768px){
    .summary_list ul li.icon{
        padding: 130px 0px 20px 0;
    }
    .summary_list ul li {
        padding: 10px 0px 20px ;
    }
    .summary_list ul li.icon:after{
        left: 50%;
        margin-left: -35px;
    }
    .summary_list ul li.icon:before{
        left: 50%;
        margin-left: -40px;
    }
}


/* がん過去掲載ページ分 */
#content span[id]:not([href]){
    margin-top: -60px;
    padding-top: 60px;
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 0;
}

#content h2{
    margin: 50px 0 15px;
    padding: 3px 0 0 8px;
    font-size: 1.1em;
    border-bottom: solid 1px #cccccc;
    border-left: solid 5px #cc0000;
}

#content h3{
    color: #FFF;
    background-color: #036;
    padding: 5px 10px;
    background-image: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #036;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px #000;
	margin-bottom: 20px;
	margin-top: 30px;
}

#content.ttl_g h3{
	background: #060;
	border: 1px solid #060;
}
#content.ttl_g.ttl_r h3{
    background: url(images/h4_bg.gif) no-repeat 0px 8px;
    border: none;
    color: #990000;
    text-shadow: none;
    padding: 0 0 0 18px;
    border-radius: 0;
    font-size: 19px;
}

#content h4{
	color: #036;
	font-weight: bold;
	margin-bottom: 5px;
}

#content.ttl_g h4{
	color: #060;
}

#content ul {
    list-style-type: disc;
	list-style-position: inside;
}

#content p{
	margin-bottom: 15px;
}

#content a{
    color: #0000de;
    text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}
#content table{
    border-collapse: separate;
    border-spacing: 2px;
	box-sizing: border-box;
}
#content table.w100{
	width: 100%;
}

#content table.right_table{
	margin-bottom: 15px;
	width: auto;
}

#content table.right_table tr td{
	padding-right: 5px;
}

#content table.right_table tr td:last-child{
	padding-right: 0;
}

#content table.ttl_table td,#content table.ttl_table5 td{
	padding-bottom: 5px;
}

#content table.ttl_table2 td{
	padding-bottom: 10px;
}

#content table.ttl_table td a,#content table.ttl_table3 td a{
	display: block;
	margin-bottom: 5px;
}

#content table.ttl_table tbody > tr td:first-child,#content table.ttl_table3 tr td:nth-child(2){
	width: 55px;
}
#content table.ttl_table2 tbody > tr td:first-child{
	width: auto;
}

#content table.ttl_table2 tr td b a,#content table.ttl_table5 tr td a{
	display: inline-block;
}

#content table.pub{
    margin: 10px 0;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    word-break: break-all;
    word-wrap: break-all;
 }

#content table.pub th{
    padding:0.3em 0.6em ;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    background-color: #eeeeee;
    width:120px;
    border-right:   1px solid #ccc;
}

#content table.pub td{
	padding:0.3em 0.6em ;
	vertical-align: top;
}

table.pub th, table.pub td{
    border-bottom: 1px solid #ccc;
}

table.pub caption{
    padding-bottom: 0.6em;
    text-align: left;
    font-weight: bold;
    color: #ff7400;
    background: transparent;
}

#content table tr td strong{
    color: #036;
}

#content.ttl_g table tr td strong{
    color: #060;
}

#content.ttl_g table.ttl_table3 tr td strong{
    color: #009;
}

#content.ttl_g table.ttl_table5 tr td strong{
    color: #000;
}

#content .info{
    background-color: #DEF1FE;
    border: 1px dotted #7F97AF;
    padding: 20px;
}

.topic_box{
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}

.pdf_link{
	margin: 10px 0;
}

.pdf_link img{
	vertical-align: top;
}

p.pagetop{
	text-align: right;
}
img.no_slide{
	opacity: 0.4;
}

.t_center{
	text-align: center;
}

.t_right{
	text-align: center;
}

.small-font{
	font-size: 80%;
}

.clear{
    clear: both;
}

.old_ttl{
    text-align: center;
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: bold;
	color: #00a9bd;
}

.mb20{
	margin-bottom: 20px;
}

.btn_a{
	margin-bottom: 10px;
}

.btn_a a{
	color: #0000de;
}

.btn_a a:hover{
	text-decoration: underline;
}

a.slide_icon {
    width: auto!important;

    padding-left: 10px;
    vertical-align: top;
}

.program_details dt a.slide_icon{
    margin-left: 0;
}

dt.dt_block{
	display: block;
}

dt .txt_small{
	font-size: 13px;
}

@media screen and (max-width: 768px){
    .mc_wrap+ol li a.slide_icon {
        position: relative;
        left: auto;
        top: auto;
        margin-left: 0;
        padding-left: 0;
    }

    .program_details dt {
        display:block;
    }
}



/* 報告関連 開始 */
/*2018年度-報告*/
.report2018{
	max-width: 800px;
	margin: 0 auto;
}

.report2018 a{
	color: #004097;
}

.report2018 a:hover{
	text-decoration: underline;
}

.report2018 p{
	margin: 10px 0;
	text-align: left;
}

.report2018 div.photo_single{
	text-align: center;
	margin-bottom: 30px;
}

.report2018 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 30px auto;
}
@media screen and (max-width: 768px){
	.report2018 ul{
		margin: 0;
	}
}

.report2018 ul li{
	width: 48%;
}
@media screen and (max-width: 768px){
	.report2018 ul li{
		width: 100%;
		margin-bottom: 30px;
	}
}
/* 報告関連 終了 */





/*年度ごとに下記を書換える*/
/*2020年度用*/
.main_2020 .time_tbl>dl>dt {
    background-color: #A93224;
}

.main_2020 .mc_wrap+ol li div span:nth-of-type(1){
    background-color: #A93224;
}

.main_2020 .time_tbl>dl {
    border-bottom: solid 1px #e60012;
}

.main_2020 .time_tbl>dl {
    border-bottom: solid 1px #000;
}

.main_2020 .time_tbl h4{
    background: #e95471;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 5px 5px 5px 10px;
}

.main_2020 .time_tbl h4.color2 {
    background: #23ac38;
    margin-top: 60px;
}

.main_2020 .mc_wrap+ol.color1 li div span:nth-of-type(1){
    background-color: #e95471;
}

.main_2020 .mc_wrap+ol.color2 li div span:nth-of-type(1){
    background-color: #23ac38;
}

.main_2020 .mc_wrap+ol li.border{
	border-top: solid 1px #e0e0e0;
	border-bottom:  solid 1px #e0e0e0;
}

.main_2020 .program_details dt{
	font-weight: bold;
}

.sec1_link{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    justify-content: space-between;
    max-width: 700px;
    margin-top: 20px;
}

.sec1_link li{
	flex-basis: 49%;
}

.sec1_link li a{
    background: #e95471;
    padding: 5px 5px 5px 23px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-size: 15px;
    position: relative;
}

.sec1_link li a:before {
    content: "＞";
    position: absolute;
    left: 5px;
    top: 5px;
}

.sec1_link li:last-child a{
	background: #23ac38;
}

.sec1_link li a:hover{
	opacity: 0.8;
}

br.sp{
	display: none;
}
@media screen and (max-width: 768px){
    br.sp{
        display: block;
    }
}

@media screen and (max-width: 480px){
    .sec1_link li a {
        font-size: 12px;
    }
}


/*2021年度用*/
.main_2021 .sponsor_ship dl dt{
    background-color: #c30008;
}

.main_2021 h2.h2_lyt{
    background-color: #A93224;
}

.main_2021 .sponsor_ship a{
	color: #c30008;
}

.main_2021 .mc_wrap+ol li div span:nth-of-type(1){
    background-color: #A93224;
}

.main_2021 .time_tbl>dl{
    border-bottom: solid 1px #e60012;
}

.main_2021 .time_tbl>dl{
    border-bottom: solid 1px #000;
}

.main_2021 .time_tbl h4{
    background: #e95471;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 5px 5px 5px 10px;
}

.main_2021 .time_tbl h4.color2{
    background: #23ac38;
    margin-top: 60px;
}

.main_2021 .mc_wrap+ol.color1 li div span:nth-of-type(1){
    background-color: #e95471;
}

.main_2021 .mc_wrap+ol.color2 li div span:nth-of-type(1){
    background-color: #23ac38;
}

.main_2021 .mc_wrap+ol li.border{
	border-top: solid 1px #e0e0e0;
	border-bottom:  solid 1px #e0e0e0;
}

.main_2021 .program_details dt{
	font-weight: bold;
}

.main_2021 .time_tbl>dl#part2>dt{
    background-color: #9E6649;
}

.main_2021 #part2 .mc_wrap+ol li div span:nth-of-type(1){
    background-color: #9E6649;
}

.main_2021 .time_tbl>dl#part3>dt{
    background-color: #C28039;
}

.main_2021 #part3 .mc_wrap+ol li div span:nth-of-type(1){
    background-color: #C28039;
}

.main_2021 .time_tbl>dl>dt{
    width: 150px;
    box-sizing: border-box;
}
@media screen and (max-width: 600px){
    .main_2021 .time_tbl>dl>dt{
        width: 100%;
    }
}

.main_2021 .time_tbl>dl>dt span:nth-of-type(1){
    background-color: #A93224;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    padding: 10px;
}


.time_tbl>dl>dt span:nth-of-type(2){
    display: block;
    background-color: #fff;
    font-size: 12px;
    color: #000000;
    border-radius: 2px;
    margin: 5px auto 0 auto;
    text-align: center;
}
@media screen and (max-width: 768px){
    .time_tbl>dl>dt span:nth-of-type(2){
        margin: 10px 0 0 0;
        width: 100%;
    }
}

.main_2021 .time_tbl>dl#part1>dt{
    background-color: #fff;
    padding: 0;
}

.main_2021 .time_tbl>dl#part2>dt{
    background-color: #fff;
    padding: 0;
}

.main_2021 .time_tbl>dl#part2>dt span:nth-of-type(1){
    background-color: #9E6649;
}

.main_2021 .time_tbl>dl#part3>dt{
    background-color: #fff;
    padding: 0;
}

.main_2021 .time_tbl>dl#part3>dt span:nth-of-type(1){
    background-color: #C28039;
}

.kb{
    text-align: center;
    display: block;
    margin-top: 5px;
}

.fw_b{
	font-weight: bold;
}

.center.w970 {
    text-align: center;
    /* border-bottom: solid 1px #000; */
    padding-bottom: 40px;
	max-width: 970px;
	margin: 0 auto;
}

.aro_bn {
    background: #f2f2f2;
    padding: 50px 0;
    text-align: center;
    margin-top: 50px;
}
.aro_bn a {
    max-width: 96%;
    margin: 0 auto;
    display: block;
}


@media screen and (max-width: 768px){
.aro_bn a {
   width: 300px;
}
}


/* 2022調整 */

.main_2022 .time_tbl > dl.gray > dt {
    background: #5d5d5d;
}

.main_2022 .time_tbl > dl.special > dt{
	background: #d7000b;
}

.main_2022 .time_tbl>dl>dt span:nth-of-type(1),.main_2022 .mc_wrap+ol li div span:nth-of-type(1){
    background-color: #278a2a;
}

.main_2022 .time_tbl>dl>dt span:nth-of-type(1),.main_2022 .mc_wrap+ol li div span:nth-of-type(2){
    background-color: #278a2a;
}

.main_2022 .time_tbl>dl#part2>dt span:nth-of-type(1),.main_2022 #part2 .mc_wrap+ol li div span:nth-of-type(1){
    background-color: #110b79;
}

.main_2022 .time_tbl>dl#part3>dt span:nth-of-type(1),.main_2022 #part3 .mc_wrap+ol li div span:nth-of-type(1){
    background-color: #812b15;
}


.main_2022 .text_right {
    text-align: left;
    margin-bottom: 10px;
    max-width: 550px;
    float: right;
    overflow: hidden;
    width: 100%;
}
.main_2022 .text_right span {
    max-width: 450px;
    display: inline-block;
	width: 100%;
}



.special .bold{
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

.top_txt {
    color: #c30008;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
}

.top_txt span {
    display: block;
    max-width: 21em;
    width: 100%;
    box-sizing: border-box;
    margin: 10px auto;
    padding: 7px;
    border-radius: 4px;
    color: #fff;
    font-size: 2.4rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,63,106, .8)), to(rgba(0,0,0, .8)));
    background: linear-gradient(to bottom, rgba(0,63,106, .8), rgba(0,0,0, .8));
    background-color: rgb(0,63,106);
}

#g_nav .flex {
    display: flex;
    width: 63%;
}
#g_nav .flex a:first-child,#g_nav .flex a:nth-child(2){
    margin-right: 10px;
}

br.sp{
	display: none;
}

@media screen and (max-width: 768px){
.main_2022 .text_right span {
    display: inline;
}
	br.sp{
	display: inline;
}
}

.color_r{
    font-weight: bold;
    color: #c30008;
    font-size: 20px;
    margin-left: 10px;
}
@media screen and (max-width: 768px){
    .color_r{
        display: block;
        margin-left: 0;
    }
}



.report2018.report2022 ul{
	display: block;
	margin-top: 30px;
}
.report2018.report2022 ul li {
    width: 100%;
	margin: 0 auto 30px;
}
.report2018.report2022 ul li img{
	display: block;
	margin: 0 auto 10px;
}
.report2018.report2022 p {
    margin: 0 0 30px;
}
.report2018.report2022 ul.link{
	margin-top: 5px;
}
.report2018.report2022 ul.link li{
	margin-bottom: 5px;
	position: relative;
	padding: 0 0 0 15px;

}
.report2018.report2022 ul.link li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    left: 0;
    top: 8px;
    border-radius: 50%;
}
.border_1px{
	border: 1px solid #000;
	box-sizing: border-box;
}

/*2023用add*/
.main_2023 .time_tbl>dl>dt{
	background-color: #c2b89a;
}
.main_2023 .mc_wrap+ol li div span:nth-of-type(1){
    background-color: #22bcac;
}

.main_2023 #part2 .mc_wrap+ol li div span:nth-of-type(1){
    background-color: #6892cc;
}

.main_2023 #part3 .mc_wrap+ol li div span:nth-of-type(1){
    background-color: #f27b96;
}

.main_2023 .time_tbl>dl>dt span:nth-of-type(1){
    background-color: #22bcac;
}

.main_2023 .time_tbl>dl#part2>dt span:nth-of-type(1){
    background-color: #6892cc;
}

.main_2023 .time_tbl>dl#part3>dt span:nth-of-type(1){
    background-color: #f27b96;
}

.main_2023 .time_tbl>dl.special>dt{
    background-color: #ed0277;
}

.main_2023 h2.h2_lyt{
    background-color: #dc85a2;
}

.main_2023 .text_right {
    text-align: left;
    margin-bottom: 10px;
    max-width: 550px;
    float: right;
    overflow: hidden;
    width: 100%;
}
.main_2023 .text_right span {
    max-width: 450px;
    display: inline-block;
	width: 100%;
}

/*2024用add*/
.main_2024 .time_tbl>dl>dt{
	background-color: #fbc0df;
}
.main_2024 .mc_wrap+ol li div span:nth-of-type(1){
    background-color: #01a0c6;
}

.main_2024 #part2 .mc_wrap+ol li div span:nth-of-type(1){
    background-color: #41b2a1;
}

.main_2024 #part3 .mc_wrap+ol li div span:nth-of-type(1){
    background-color: #748fc2;
}

.main_2024 .time_tbl>dl>dt span:nth-of-type(1){
    background-color: #01a0c6;
}

.main_2024 .time_tbl>dl#part2>dt span:nth-of-type(1){
    background-color: #41b2a1;
}

.main_2024 .time_tbl>dl#part3>dt span:nth-of-type(1){
    background-color: #748fc2;
}

.main_2024 .time_tbl>dl.special>dt{
    background-color: #a2925f;
}

.main_2024 h2.h2_lyt{
    background-color: #dc85a2;
}

.main_2024 .text_right {
    text-align: left;
    margin-bottom: 10px;
    max-width: 550px;
    float: right;
    overflow: hidden;
    width: 100%;
}
.main_2024 .text_right span {
    max-width: 450px;
    display: inline-block;
	width: 100%;
}

/* 申し込みモーダル */

.mfp-auto-cursor .mfp-content{
	max-width: 600px;
}
.mfp-box {
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    padding: 30px;
}
.mfp-box .link_btn{
	max-width: 350px;
	margin: 0 auto 20px;
}
.mfp-box .center{
    text-align: center;
    margin-bottom: 15px;
}
.mfp-box .link_btn:last-child{
	margin: 0 auto;
}
.mfp-box .link_btn a{
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(178, 36, 36, .8)), to(rgba(132, 9, 13, .8)));
    background: linear-gradient(to bottom, rgba(178, 36, 36, .8), rgba(132, 9, 13, .8));
    background-color: rgb(178, 36, 36);
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
}
.mfp-box .link_btn a:hover {
    background-color: rgb(255, 255, 255);
}

.deadline{
    color: #ae2122;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    margin: 10px auto;
    max-width: 80%;
    font-size: 2.0rem;
    font-weight: bold;
}

.deadline_box{
    color: #a81e1f;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.web{
    font-size: 1.2rem;
    padding-left: 3px;
    padding-top: 3px;
    display: block;
    font-weight: bold;
    color: #013731;
}

.mb20{
	margin-bottom: 20px;
}
.report2023 ul li p{
	font-size: 1.4rem;
}

.p01_2025{
    font-size: 2rem!important;
    font-weight: bold;
	margin:0 auto 20px;
	text-align:center;
}
.p02_2025{
    font-size: 1.6rem!important;
	margin:0 auto 20px;
	text-align:center;
}
.p03_2025{
    font-size: 2.6rem!important;
    font-weight: bold;
	margin:0 auto;
	text-align:center;
}
@media screen and (max-width: 768px){
.p01_2025{
    font-size: 1.8rem!important;
	margin:0 auto 10px;
}
.p02_2025{
    font-size: 1.4rem!important;
	margin:0 auto 10px;
}
.p03_2025{
    font-size: 2.2rem!important;
}
}

/*2025年度用*/
.main_2025 .sponsor_ship dl dt{
    background-color: #c30008;
}

.main_2025 h2.h2_lyt{
    background-color: #232863;
}

.main_2025 .sponsor_ship a{
	color: #c30008;
}

.main_2025 .mc_wrap+ol li div span:nth-of-type(1){
    background-color: #65aadd;
}

.main_2025 .time_tbl>dl{
    border-bottom: solid 1px #e60012;
}

.main_2025 .time_tbl>dl{
    border-bottom: solid 1px #000;
}

.main_2025 .time_tbl h4{
    background: #e95471;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 5px 5px 5px 10px;
}

.main_2025 .time_tbl h4.color2{
    background: #23ac38;
    margin-top: 60px;
}

.main_2025 .mc_wrap+ol.color1 li div span:nth-of-type(1){
    background-color: #e95471;
}

.main_2025 .mc_wrap+ol.color2 li div span:nth-of-type(1){
    background-color: #23ac38;
}

.main_2025 .mc_wrap+ol li.border{
	border-top: solid 1px #e0e0e0;
	border-bottom:  solid 1px #e0e0e0;
}

.main_2025 .program_details dt{
	font-weight: bold;
}

.main_2025 .time_tbl>dl#part2>dt{
    background-color: #9E6649;
}

.main_2025 #part2 .mc_wrap+ol li div span:nth-of-type(1){
    background-color: #ec7aac;
}

.main_2025 .time_tbl>dl#part3>dt{
    background-color: #C28039;
}

.main_2025 #part3 .mc_wrap+ol li div span:nth-of-type(1){
    background-color: #31b6a0;
}

.main_2025 .time_tbl>dl>dt{
    width: 150px;
    box-sizing: border-box;
}
.seeds_tit{
    font-size:2rem;
	font-weight:bold;
	text-align:center;
	color:#c30008;
	margin:0 auto 20px;
}
.seeds_tit a{
	color:#c30008;
	text-decoration:underline;
}
.seeds_p{
    font-size:1.6rem;
	line-height:1.8;
}
.seeds_p a{
	color:#c30008;
	font-weight:bold;
	text-decoration:underline;
}
.anchor {
  padding-top: 100px;
  margin-top: -100px;
}
.greeting a{
	color:#c30008;
	font-weight:bold;
	text-decoration:underline;
}
.seeds_flex{
display:flex;
align-items:flex-start;
justify-content:space-between;
gap:30px;
}
.seeds_flex img{
display:block;
min-width:200px;
}
@media screen and (max-width: 600px){
    .main_2025 .time_tbl>dl>dt{
        width: 100%;
    }
	.anchor {
  padding-top: 65px;
  margin-top: -65px;
}
.seeds_flex{
display:block;
}
.seeds_flex img{
display:block;
width:200px;
text-align:center;
margin:20px auto 0;
}
}

.main_2025 .time_tbl>dl>dt span:nth-of-type(1){
    background-color: #65aadd;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    padding: 10px;
}

.main_2025 .time_tbl>dl#part1>dt{
    background-color: #fff;
    padding: 0;
}

.main_2025 .time_tbl>dl#part2>dt{
    background-color: #fff;
    padding: 0;
}

.main_2025 .time_tbl>dl#part2>dt span:nth-of-type(1){
    background-color: #ec7aac;
}

.main_2025 .time_tbl>dl#part3>dt{
    background-color: #fff;
    padding: 0;
}

.main_2025 .time_tbl>dl#part3>dt span:nth-of-type(1){
    background-color: #31b6a0;
}
