/* resetCSS */
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;
}

nav ul {
  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;
}

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

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;
}

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

input,
select {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: rgb(15, 15, 15);
}

* {
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', 'Lato';
}

body {
  font-size: clamp(12px, calc((5 / 112) * 100vw), 16px);
  letter-spacing: 0.015em;
}

.global_header,
.global_mainVisual,
.global_breadcrumb,
.global_footer,
.module_button-01{
	display: none;
}

.global_contents {
    padding: 0;
    min-width: auto;
}

.contents_inner {
    width: auto;
    max-width: 1640px;
}

section:last-child {
   padding-bottom: 0px;
}
/* utils */
.wrapper {
  width: 100%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.PC {
  display: none;
}
.titleContainer {
  color: #357cac;
  text-align: center;
}
.section__title {
  display: inline-block;
  padding: 8px;
  border-bottom: 2px solid;
  font-size: 30px;
  font-weight: bold;
}
.subtitle {
  padding: 8px;
  font-weight: bold;
}

.contact__hostname {
  font-weight: bold;
}
.contact__address {
  font-weight: bold;
  font-size: 20px;
}

.contact__address a{
color: #fff;
}

.paddingBottom {
  padding-bottom: 40px;
}

/* header */
.header__logoContainer {
  text-align: center;
}
.header__logo {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.header__logo.SP {
  padding: 27px 0 16px 0;
  width: 90%;
  max-width: 90%;
}
.footer__logo.SP {
  width: 90%;
  max-width: 90%;
  background-color: white;
}
.header__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 16px 8px;
}
.link__items {
  color: #357cac;
  font-size: clamp(10px, calc((5 / 112) * 100vw), 3.6vw);
}
.separator {
  color: #dddddd;
}
.separator__sapace {
  color: rgba(0, 0, 0, 0);
}
.heroImage {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* outline */
.outline {
  background: #f7f7f7 url('https://r2ec.jp/wp/wp-content/uploads/symposium_2021/images/outline_bg.png') no-repeat right top;
  padding: 10% 0 14%;
  margin-top: -4px;
}
.outline__details {
  padding: 48px 0;
  width: 90%;
  margin: 0 auto;
  color: #343434;
}
.outline__details__text {
  line-height: 1.8;
}
.outline__table__wrapper {
  line-height: 1.4;
}
.outline__table {
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #B2CDE0;
}
.outline__table:not(:first-of-type) {
  padding-top: 8px;
}
.outline__table__title {
  background-color: #357CAC;
  color: #ffffff;
  text-align: center;
  padding: 8px 0;
}
.outline__table__text {
  background-color: #ffffff;
  padding: 26px 0;
  width: 90%;
  margin: 0 auto;
	line-height: 1.8;
}
.outline__icon {
  margin-bottom: -4px;
  padding-right: 4px;
  color: #0176c7;
  width: 20px;
  height: auto;
}
.outline__icon__asterisk {
  color: #0176c7;
}
.far {
  font-size: 20px;
}
.outline__table__text__wrapper {
  background-color: #ffffff;
}
.access__text.caut {
	padding-left: 20px;
}
.access__text.caut {
	position: relative;
	line-height: 1.6;
}
.access__text.caut::before {
	content: "※";
	position: absolute;
	color: #0176C7;
	top: 0;
	left: 0;
}
.access__text:not(:last-of-type) {
  padding-bottom: 16px;
	line-height: 1.6;
}
.access__link {
  color: #357cac;
}
.poster__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.poster {
  padding-bottom: 16px;
  width: 90%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* program */
.program {
  background: #e6f4ff url('https://r2ec.jp/wp/wp-content/uploads/symposium_2021/images/bg_top_sp.png') no-repeat right top;
  padding: 10% 0 14%;
}
.program__container {
  background: url('https://r2ec.jp/wp/wp-content/uploads/symposium_2021/images/bg_bottom_sp.png') no-repeat left bottom;
}
.program__details {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin: 0 auto;
  padding: 4% 0 6%;
  line-height: 1.6;
}
.program__details__roll {
  color: #357cac;
  width: 27%;
	font-size: 18px;
	font-weight: bold;
}
.program__details__arrow {
  color: #357cac;
  width: 8%;
	line-height: 2;
}
.program__details__name {
  width: 60%;
	font-size: 18px;
}
.program__details__name span {
	font-weight: bold;
}
.program__progressTable {
  width: 90%;
  max-width: 100%;
  height: auto;
}
.program__imageContainer {
  text-align: center;
  width: 100%;
}

/* speakers */
.speakers {
  line-height: 1.4;
  padding: 10% 0 14%;
}
.speakers__container {
  padding: 6% 0 0;
  display: flex;
  flex-wrap: wrap;
}

.speaker__affiliation,
.speaker__text {
	width: 88%;
	margin: 0 auto;
}
.speaker {
  width: 50%;
  margin: 0 auto;
  list-style: none;
}
.speaker.first,
.speaker.second {
	margin-bottom: 6%;
}
.speaker__wrapper {
  text-align: center;
}
.speaker__name {
  color: #357cac;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.speaker__text {
  padding: 16px 0 0 4px;
  font-size: clamp(12px, calc((5 / 112) * 100vw), 14px);
}
.speaker__image {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* application */
.application {
  background: #e6f4ff url('https://r2ec.jp/wp/wp-content/uploads/symposium_2021/images/bg_top_sp.png') no-repeat right top;
  padding: 10% 0 14%;
  line-height: 1.6;
}
.application__form {
  padding: 32px 0;
  background-color: #ffffffdd;
}
  .application__form iframe{
    width: 100%;
    height: 1320px;
  }
.icon__star {
  color: #357cac;
}
.formContainer {
  width: 90%;
  margin: 0 auto;
  padding: 16px 0;
  border-bottom: 1px solid #c9deec;
}
.boldText {
  font-weight: bold;
  border-bottom: 1px solid;
}
.checkbox__container {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  font-size: 14px;
}
.checkbox__container span {
	display: block;
	line-height: 1;
}
.input__container {
  display: flex;
  align-items: center;
}
.input__checkbox {
  width: 32px;
  height: 24px;
  transform: scale(1.4);
  margin: 8px;
}
.label__container {
  display: flex;
  flex-direction: column;
}
.input__text {
  margin-top: 8px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid rgba(1, 91, 153, 0.5);
}
.input__text:focus {
  border: 1px solid rgba(1, 91, 153, 0.5);
}
.description {
  padding-top: 8px;
}
.formButton__container {
  display: flex;
  flex-direction: column;
  margin: 20px auto 0;
  width: 80%;
}
.formButton__container span {
	display: block;
  justify-content: center;
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 15px 0;
  color: #ffffff;
  background-color: #ff8400;
  border: none;
	line-height: 0;
	width: 100%;
}

.formButton__container span::first-of-type {
	margin-bottom: 20px;
}

.formButton__container span {
  position: relative;
  display: inline-block;
}

.formButton__container span::before{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -4px;
}

.formButton__container span:last-of-type {
  background-color: #015b99;
	margin-right: 20px;
}

.formButton__container span:last-of-type::before{
  content: '';
	display: none;
}

.formButton__container span:first-of-type {
  display: flex;
	margin-bottom: 20px;
}
.formButton__container span:hover {
  opacity: 0.8;
}
.margin__adjustment {
  margin: 24px 0 16px 0;
}
.right__arrow {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  right: 0;
  padding-right: 16px;
  font-size: 16px;
}

/* contact */
.contact {
  color: #ffffff;
  background: url('https://r2ec.jp/wp/wp-content/uploads/symposium_2021/images/contact_bg_sp.png') no-repeat center center;
  background-size: 100% auto;
  padding: 10% 0 14%;
  text-align: center;
}
.contact__title {
  color: #ffffff;
}
.contact__hostname {
  line-height: 1.6;
  padding-top: 40px;
}
.contact__address {
  padding: 20px 0 16px 0;
}

/* footer */
.footer {
  padding: 0 0 56px 0;
}
.copyright__container {
  background-color: #015b99;
  margin-top: -4px;
}
.copyright {
  display: inline-block;
  width: 70%;
  line-height: 1.2;
  color: #ffffff;

  padding: 16px;
}
.footer__logo__SP__wrap {
  width: 100%;
  background-color: white;
  text-align: center;
  margin: 40px 0;
}
.footer__logo__SP__wrap a {
	display: block;
}
.footer__logo__SP__wrap a:nth-child(1)  {
	width: 90%;
	margin: 0 auto 20px;
	
}
.footer__logo__SP__wrap a:nth-child(2)  {
	width: 90%;
	margin: 0 auto;
}
.footer__logo {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.orangeBox {
  height: 64px;
  background-color: #ff8400;
}

/* SP footer Button */
.moveButton__container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.scrollTop__button__wrapper {
  text-align: center;
  vertical-align: middle;
  font-size: 48px;
  display: flex;
  flex-direction: row-reverse;
  margin: 0 8px 8px auto;
}
.scrollTop__button {
  background-color: #015b99;
  color: white;
  opacity: 0.8;
  padding: 8px;
  width: 50px;
  height: 50px;
}
.scrollTop__button:hover {
  opacity: 0.8;
}
.sp__button__wrapper {
  display: flex;
  text-align: center;
}
.translation__button {
  width: 50%;
  padding: 20px 0;
  color: #015b99;
  background-color: #ffffff;
}
.application__button {
  width: 50%;
  padding: 20px 0;
  color: #ffffff;
  background-color: #ff8400;
}
.translation__button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.application__button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.formButton__container input {
    margin: 0;
    width: 100%;
    padding: 0;
    border: 0;
    background: none;
    display: block;
    color: #fff;
	font-weight: bold;
  }

.wpcf7 form div.visible-only-if-invalid {
  display: none;
}
 
.wpcf7 form.sent div.visible-only-if-invalid {
  display: block;
	width: 80%;
	margin: 20px auto 0;
	color: #ff8400;
}

	.wpcf7-response-output.wpcf7-validation-errors {
		margin-top: 20px;
		width: 80%;
	}

/* PC media query記述 */
/* PC画面上の上部から下部にかけて記述 */
@media screen and (min-width: 768px) {
  .PC {
    display: inline-block;
  }
	.logo {
		width: 540px;
	}
	.logo img{
		width: 100%;
		display: block;
	}
  .header {
    position: relative;
		background: url("https://r2ec.jp/wp/wp-content/uploads/symposium_2021/images/heroImage_pc_bg.jpg") no-repeat center / cover;
		min-height: 700px;
  }
	.header__logoContainer {
		width: 670px;
		height: 600px;
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
  .moveButton__container__pc {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
  }
  .translation__button {
    color: #ffffff;
    background-color: #015b99;
  }
  .translation__button__text {
    color: #ffffff;
  }
  .translation__button,
  .application__button {
    border: rgba(0, 0, 0, 0) solid;
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: .6rem;
  }
  .header__list {
    width: 80%;
    margin: 0px auto;
    padding: 0;
    background-color: #ffffff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 10%;
    bottom: -28px;
    z-index: 10;
  }
  .header__list a {
    font-weight: bold;
		display: block;
		height: 56px;
		line-height: 56px;
		opacity: 1;
  }
	.header__list a:hover {
		opacity: 0.8;
	}
  .header__list__item {
    width: 100%;
    text-align: center;
		position: relative;
  }
  .header__list__item:not(:first-of-type):before {
    content:"";
		width: 1px;
		height: 40%;
		background: #ddd;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
  }
	.link__items {
			color: #357cac;
			font-size: clamp(10px, calc((5 / 112) * 100vw), 18px);
		}
  .link__item__application {
    color: #ffffff;
    width: 100%;
    height: 100%;
    background-color: #ff8400;
    display: flex;
    align-items: center;
  }
  .link__item__application:hover {
    opacity: 0.8;
  }
  .outline {
    background: #f7f7f7 url('https://r2ec.jp/wp/wp-content/uploads/symposium_2021/images/outline_bg_pcTop.png') no-repeat top;
    padding: 96px 0;
    margin-top: -4px;
  }
  .outline__details {
    width: 60%;
  }
  .outline__table {
    width: 65%;
    display: flex;
  }
  .outline__table__title {
    width: 22%;
    padding: 24px 0;
  }
  .outline__table__text {
    width: 80%;
  }
  .outline__table__text__wrapper {
    width: 78%;
    display: flex;
    align-items: center;
  }
	.poster__container {
		width: 26%;
	}
  .program {
    background: #e6f4ff url('https://r2ec.jp/wp/wp-content/uploads/symposium_2021/images/bg_top_pc.png') no-repeat right top;
    padding: 50px 0 80px;
  }
  .program__details {
    justify-content: center;
		padding: 36px 0 24px;
  }
  .program__details__roll,
  .program__details__arrow,
  .program__details__name {
    width: auto !important;
    padding-right: 16px;
  }
	.program__details__roll {
				width: auto;
		color: #357cac;
		font-size: 20px;
	}
	.program__details__arrow {
				width: auto;
		color: #357cac;
		line-height: 2.1;
	}
	.program__details__name {
		width: 750px !important;
		font-size: 20px;
	}
  .program__container {
    background: url('https://r2ec.jp/wp/wp-content/uploads/symposium_2021/images/bg_bottom_pc.png') no-repeat left bottom;
  }
  .program__progressTable {
    width: 60%;
  }
	.speakers {
		line-height: 1.4;
		padding: 50px 0 80px;
	}
  .speakers__container {
    display: flex;
    justify-content: center;
		padding: 24px 0;
  }
  .speaker {
    width: 22%;
    margin: 0 1%;
  }
	.speaker.first,
	.speaker.second {
	  margin-bottom: 0;
	}
  .application {
    background: #e6f4ff url('https://r2ec.jp/wp/wp-content/uploads/symposium_2021/images/bg_top_pc.png') no-repeat right top;
  	padding: 50px 0 80px;
  }
  .application__form {
    width: 65%;
    margin: 0 auto;
  }
  .application__form iframe{
    width: 100%;
  }
  .form__details {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .formContainer {
    padding: 24px 0;
  }
  .formContainer:not(:first-of-type) {
    display: flex;
    flex-direction: row;
  }
  .form__table__title {
    width: 30%;
		font-weight: bold;
  }
  .form__table__details {
    width: 70%;
  }
  .input__text {
    margin-top: 0;
  }
  .formButton__container {
    flex-direction: row-reverse;
    justify-content: center;
  }
	.formButton__container {
		margin: 50px auto 0;
		width: 55%;
	}
	.formButton__container span:first-of-type {
	margin-bottom: 0;
}

.fo
  .margin__adjustment {
    margin: 0;
  }
  .contact {
    padding: 60px 0;
  }
  .footer {
    padding: 0;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .copyright {
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: #015b99;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer__container {
    display: flex;
    vertical-align: middle;
  }
  .scrollTop__button__wrapper {
    height: 100%;
    width: auto;
    margin: 0;
  }
  .scrollTop__button {
    opacity: 1;
    background-color: #ff8400;
    padding: 0;
    font-size: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
	
.checkbox__container span {
	line-height: 0;
}
.checkbox__container {
  padding-top: 24px;
}
	.footer__logo__SP__wrap {
		margin: 70px 0;
	}
	
	.footer__logo__SP__wrap a {
	display: inline-block;
}
.footer__logo__SP__wrap a:nth-child(1)  {
	width: 480px;
	padding: 0;
	margin: 0;
}
.footer__logo__SP__wrap a:nth-child(2)  {
	width: 360px;
	padding: 0;
	margin-left: 40px;
}
	.wpcf7 form.sent div.visible-only-if-invalid {
	margin: 40px auto 0;
	width: 62%;
}

	.wpcf7-response-output.wpcf7-validation-errors {
		width: 55%;
		margin-top: 20px;
	}
	
}
.program .box-01 .programbox {
 border-left:none;
}
.sp-rogrambox-wrap {
 border-left:2px solid #015B99;
}

/* SP media query記述 */
@media screen and (min-width: 767px) {
  .SP {
    display: none;
  }
	.sp-rogrambox-wrap  {
	 border-left:none;
	}
}



.program .module_title-01::before {
 font-family:'Lato',sans-serif;
 font-weight:900;
 content:"03";
 font-size:10.6rem;
 color:#fff;
 position:absolute;
 top:50%;
 left:50%;
 transform:translateY(-50%) translateX(-50%);
 z-index:-10;
 letter-spacing:5px
}
.program .box-01 .programbox > li .program-text p {
	color: #777;
}

.program .box-01 .programbox > li .program-text p {
	margin-top: 10px;
}

.program .box-01 .programbox > li .program-text p:first-of-type {
	margin: 0;
}

.rogrambox-ttl{
	background: #0176C7;
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
}

.rogrambox-space {
	background: rgba(255,255,255,.8);
	height: 40px;
}

@media (min-width:768px) {
 .program .module_title-01::before {
  font-size:12rem;
 }
.program .box-01 {
	 padding:40px 0 0;
	}
}

.program .box-01 {
	 width:calc(100% - 40px);
	 margin:0 20px;
	}
@media (min-width:768px) {
 .program .box-01 {
  width:calc(100% - 120px);
  margin:0 auto
 }
}
@media (min-width:1180px) {
 .program .box-01 {
  max-width:858px;
  padding-top:20px
 }
}
@media (min-width:768px) {
 .program .box-01 .programbox {
  padding:0;
	border-left: 2px solid #015B99;
 }
}
.program .box-01 .programbox > li {
 padding:30px 30px;
	background: rgba(255,255,255,.8);
	margin-bottom: 6px;
	border-bottom: 1px solid #A1C6E0;
	list-style: none;
	text-align: left;
}
.program .box-01 .programbox > li::marker {
	display: none;
}

@media (min-width:768px) {
 .program .box-01 .programbox > li {
  display:flex;
	padding: 30px 50px;
 }
}
.program .box-01 .programbox > li:first-child {
 padding-top:0;
 position: relative;
 top: -10px;
 margin-bottom: -4px;
}
.program .box-01 .programbox > li:last-child {
 padding-bottom:50px
}
.program .box-01 .programbox > li:not(:last-child) {
}
.program .box-01 .programbox > li time {
 font-family:'Lato',sans-serif;
 font-weight:900;
 position:relative;
 color:#015B99;
 font-size:1.25rem
}
.program .box-01 .programbox > li time:before {
 content:"";
 display:inline-block;
 position:absolute;
 top:0;
 left:-44px;
 background-color:#fff;
 border:3px solid #015B99;
 border-radius:50%;
 width:1em;
 height:1em
}
@media (min-width:768px) {
 .program .box-01 .programbox > li time {
  width:175px
 }
 .program .box-01 .programbox > li time:before {
  top:-2px;
  left:-64px
 }
}
.program .box-01 .programbox > li .program-text h4 {
 font-size:1.2rem;
 font-weight:bold;
 line-height:1.5;
 margin:7px 0
}
@media (min-width:768px) {
 .program .box-01 .programbox > li .program-text h4 {
  margin-top:0
 }
}
@media (min-width:768px) {
 .program .box-01 .programbox > li .program-text {
  width:calc(100% - (175px));
  padding-right:20px;
	text-align: left;
	position: relative;
	top: -4px;
 }
}
.program .box-01 .programbox > li .photo {
 width:140px;
 margin:25px auto 0
}
@media (min-width:768px) {
 .program .box-01 .programbox > li .photo {
  margin:0
 }
}
.program .box-01 .programbox > li .box-02 {
}
.program .box-01 .programbox > li .box-02:not(:last-child) {
 margin-bottom:20px
}
.program .box-01 .programbox > li .box-02 h5 {
 color:#015B99;
 font-size:1.6rem;
 font-weight:bold
}
.program .box-01 .programbox > li .box-02 .panelist {
 display:flex;
 justify-content:space-between;
 margin-top:15px;
 flex-wrap:wrap
}
.program .box-01 .programbox > li .box-02 .panelist li {
 width:130px;
 text-align:center
}
.program .box-01 .programbox > li .box-02 .panelist li:nth-child(n + 3) {
 margin-top:30px
}
@media (min-width:768px) {
 .program .box-01 .programbox > li .box-02 .panelist li:nth-child(n + 3) {
  margin-top:0
 }
}
.program .box-01 .programbox > li .box-02 .panelist .panelist_photo {
 margin-bottom:10px
}
.program .box-01 .programbox > li .box-02 .panelist .panelist_name {
 margin-bottom:5px
}
@media (min-width:768px) {
 .program .box-01 .programbox > li .box-02 .panelist .panelist_name {
  margin-bottom:10px
 }
}
.program .box-01 .programbox > li .box-02 .panelist .panelist_position {
 line-height:1.5;
 font-size:1.2rem
}
.program .box-01 .programbox > li .pdf {
 text-decoration:none;
 transition:.3s
}
.program .box-01 .programbox > li .pdf:hover {
 opacity:.8
}
@media (min-width:768px) {
 .program .box-01 .programbox > li .pdf {
  display:flex;
  margin:0 auto;
  width:440px
 }
}
.program .box-01 .programbox > li .pdf .pdf-image {
 width:186px;
 margin:0 auto 20px
}
@media (min-width:768px) {
 .program .box-01 .programbox > li .pdf .pdf-image {
  margin:0 20px 0 0
 }
}
.program .box-01 .programbox > li .pdf .pdf-text {
 display:flex;
 color:#015B99;
 margin:0 auto;
 justify-content:center
}
@media (min-width:768px) {
 .program .box-01 .programbox > li .pdf .pdf-text {
  margin:0;
  justify-content:start;
  align-items:center;
  width:calc(100% - 186px)
 }
}
.program .box-01 .programbox > li .pdf .pdf-text .icon {
 position:relative;
 width:27px;
 height:27px;
 background-color:#015B99;
 border-radius:50%;
 margin-top:4px;
 margin-right:15px
}
.program .box-01 .programbox > li .pdf .pdf-text .icon img {
 position:absolute;
 top:50%;
 left:50%;
 transform:translateY(-50%) translateX(-50%)
}
.program .box-01 .programbox > li .pdf .pdf-text .text {
 display:block;
 letter-spacing:.8px;
 max-width:calc(100% - (27px + 15px))
}
.program .box-01 .programbox > .panel .program-text {
 padding-right:0
}
@media (min-width:768px) {
 .program .box-01 .programbox > .panel .program-text {
  width:calc(100% - 175px)
 }
}
