@charset "utf-8";
/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  /*padding: 10px 10px 0;*/
}
.remodal {
  box-sizing: border-box;
  width: 85%;
  max-width: 1000px;
  min-width: 600px;
  transform: translate3d(0, 0, 0);
  color: #111111;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  opacity:1.0;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: #333f48;
}
.remodal-close::before,
.remodal-close::after {
  position: absolute;
  top: 25px;
  left: 0;
  content: "";
  display: block;
  width: 50px;
  border-top: 1px solid #fff;
}
 
.remodal-close::before {
  transform: skewY(-45deg);
}
.remodal-close::after {
  transform: skewY(45deg);
}
.remodal-close:hover,
.remodal-close:focus {
  opacity:0.75;
}


/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

/*@media only screen and (min-width: 768px) {
  .remodal {
    max-width: 82%;
  }
}*/

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/******************************* modalカスタム *******************************/

.remodal{	background-color: #fff;}

.remodal h2, .remodal h3, .remodal h4{
	/*font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
.remodal a{ color: #00a7ac;}

.remodal-wrapper {
  padding: 30px 0 30px 0;
}
.remodal .section{
	padding:0 50px 80px;
	color:#111;
}
.remodal h2, .remodal p{
	margin:0;
	padding:0;
	vertical-align: baseline;
	font-size:100%;
	line-height:1.8;
}
.remodal .intro{
	padding-top: 130px;
	margin-bottom:40px;	
}
#modalwindow01.remodal .intro{
	background: url(../highlight/images/03/ttl_talksession01.gif) no-repeat center 90px;
	background-size: 320px;
}
#modalwindow02.remodal .intro{
	background: url(../highlight/images/03/ttl_talksession02.gif) no-repeat center 90px;
	background-size: 320px;
}

.remodal .intro h2{
	font-weight: 800;
	font-size:35px;
	margin-bottom:10px;
	letter-spacing:1px;
	line-height:1.4;
}
.remodal .intro p:first-of-type{
	margin-bottom:30px;
}
.remodal .intro .profText{
	font-weight:bold;
}
.remodal .intro .profText span{
	font-size:0.8em;
	font-weight:normal;
}
/*.remodal .intro a{
	display: inline-block;
	position: relative;
	font-weight: bold;
	padding: 10px 0 0 15px;
	color: #00a7ac;
	text-decoration:underline;
}
.remodal .intro a:before{
	content: "";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #00a7ac;
	border-right: solid 2px #00a7ac;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
}*/

.remodal .section .sectionInner{}
.remodal .section h3{
	font-weight: 200;
	font-size: 30px;
	position: relative;
	display: table;
	letter-spacing: 1px;
	margin:0 auto 30px;
	padding-top: 10px;
	color: #00a7ac;
}
/*.remodal .section .sectionInner h4{
	color: #00a7ac;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 1px;
	padding:3px 10px;
	margin: 0 auto 20px;
	display: inline-block;
	background-color: #e5f6f7;
	position: relative;
}
.remodal .section .sectionInner h4::before{
	content: "";
	position: absolute;
	bottom:-12px;
	left: 48%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 12px 0 12px;
	border-color: #e5f6f7 transparent transparent transparent;
}*/

/*.remodal .section .sectionInner .caption{
	margin-bottom: 5px;
	text-align: center;
}
.remodal .section .sectionInner .photoBox{
	margin-bottom: 40px;
}
.remodal .section .sectionInner .photoBox_space{
	width: 92%;
	padding: 0 4%;
}
.remodal .section .sectionInner .photoBox .floatLeft,
.remodal .section .sectionInner .photoBox .floatRight{
	width: 50%;
	margin: 0;
}

.remodal .section .fitTable{
	background-color: #eee;
	padding:40px 0 50px;
	margin-bottom: 50px;
}
.remodal .section .fitTable p{
	margin:0 auto;
}
.remodal .section .fitTable p img{
	width: auto;
	margin: 0 auto;
}

.remodal .section .contactTxt{
	font-size: 125%;
	margin-bottom: 40px;
}*/

.remodal .section img{
	width:100%;
	height:100%;
}

.remodal .section .width75{
	width: 75%;
	margin: 0 auto;
}
.remodal .section .widthhalf{
	width: 48.5%;
	margin: 0 auto;
}
.remodal .section .widthAuto{
	width: auto;
	margin: 0 auto;
}

.remodal .remodal-cancel{
	display:block;
	position: relative;
	color: #ffffff;
	background-color: #333f48;
	width: 360px;
	margin: 0 auto;
	padding: 14px;
	text-decoration:none;
	border-radius: 24px;
	opacity: 1.0;
	transition: opacity .2s;
}
.remodal .remodal-cancel::after {
	/*font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	content: "×";
	font-size: 18px;
	font-weight: 200;
	position: absolute;
	right: 16px;
	top: 8px;
}

.remodal .remodal-cancel:hover{
	opacity: 0.8;
}



.remodal .sectionInner p{
	text-align: left;
}
.remodal .sectionInner .session_question::before{
	content: "";
	width: 20px;
	height: 1px;
	background-color: #000;
	display: block;
	position: absolute;
	top: 49%;
	left: 0;
}
.remodal .sectionInner .session_comment{
	margin-bottom:50px;
}
.remodal .sectionInner .session_comment p{
	padding-left: 2em;
	text-indent: -2em;
	margin-bottom:1em;
}
#modalwindow02 .sectionInner .session_comment p{
	padding-left: 4em;
	text-indent: -4em;
}
.remodal .sectionInner .session_question{
	position: relative;
	padding-left: 26px !important;
	margin-bottom: 1em;
	text-indent: 0 !important;
	font-weight: bold;
}

.remodal .sectionInner .textBox{
	width:65%;
}
.remodal .sectionInner .photoBox{
	width:30%;
	max-width:250px;
}




/****************************** SP調整 ******************************/
@media screen and (max-width: 767px){

.remodal{
	width: 90%;
	margin: 0 auto;
	max-width:inherit;
	min-width:inherit;
}

.remodal-wrapper {}
.remodal .section{
	padding:0 0 50px;
}
.remodal h2, .remodal p{
	font-size: 90%;
	line-height:1.6;
}


.remodal .intro{
	padding-top: 100px;
	margin-bottom:40px;	
}
#modalwindow01.remodal .intro{
	background: url(../highlight/images/03/ttl_talksession01.gif) no-repeat center 10%;
	background-size: 75%;
}
#modalwindow02.remodal .intro{
	background: url(../highlight/images/03/ttl_talksession02.gif) no-repeat center 10%;
	background-size: 75%;
}
.remodal .intro h2{
	font-size:28px;
	padding: 0 15px;
	letter-spacing:0px;
	line-height:1.3;
}
.remodal .intro p:first-of-type{
	padding: 0 15px;
	text-align: left;
	margin-bottom:20px;
}
.remodal .intro .profText{
	padding:0 10px;
}
.remodal .intro .profText span{
	font-size:0.72em;
	display: block;
	padding-top: 6px;
}
.remodal .section .sectionInner{
	padding: 0 15px;
}
.remodal .section h3{
	font-weight: 200;
	font-size: 22px;
	line-height: 1.4;
	margin:0 auto 20px;
}

.remodal .section .sectionInner .floatLeft,
.remodal .section .sectionInner .floatRight{
	float: none;
}







.remodal .section .mb30{
	margin-bottom: 30px;
}
.remodal .section .width75{
	width: 100%;
}
.remodal .section .widthhalf{
	width: 100%;
}
.remodal .remodal-cancel{
	width: 100%;
}

.remodal .sectionInner p{
	text-align: left;
}
.remodal .sectionInner .session_question::before{
	content: "";
	width: 14px;
	height: 1px;
	background-color: #000;
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
}
.remodal .sectionInner .session_comment{
	margin-bottom:40px;
}
.remodal .sectionInner .session_comment p{
	margin-bottom:1em;
}
.remodal .sectionInner .session_comment p span{
	display: inline-block;
}
.remodal .sectionInner .session_question{
	padding-left: 20px !important;
}

.remodal .sectionInner .textBox{
	width:100%;
}
.remodal .sectionInner .photoBox{
	width:100%;
	max-width:inherit;
	margin-bottom: 20px;
}


}



