@charset "euc-jp";
.wrap_tp{margin:0;padding:0 1em;}
.wrap_tp ul li{margin:0;padding:0;}

.card2 {
    flex-direction: column;
    width: 95%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: 0 5px 10px #ccc;
    color: #333;
    text-decoration: none;
    transition: 0.5s;
}
.card2 img{margin:0.5em 1em 0 0.5em;float: left;}
.card2 .wrap_prf{float: left;}
.clearfix::after {
    content:'';
    display: block; 
    clear:both;}

.wrap_card2 {
    padding:  5px;
    display: flex;              
    align-items:flex-start; 
}
 
.flex_test-item {
    padding: 10px;
    color:  #555;               
    margin:  10px;             
    border-radius:  5px;       
    align-items:flex-start; 

}
 
.flex_test-item:nth-child(1) {
    width:300px;background-color:  #2196F3; 
}
 
.flex_test-item:nth-child(2) {
    width:auto;background-color:  #4CAF50; 
}
 
.flex_test-item:nth-child(3) {
    background-color: #3F51B5; 
}
 
body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #666666;
}
/*
a {
  color: #464e54;1687cc
}
 */
a {
  color: #00a2bb;text-decoration:none;
}
a:hover {
  color: #3acce2;text-decoration:none;
}

/*
 * layout
 */
#wrapper {
  max-width: 1000px;
}
.wrap_sp {
  height: 40px;
}
/*
 * contents
 */
#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
#contents .topicpath-nav li {
    padding: 0;
  }
#contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}
h4{margin-bottom:0px;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_15 { padding: 15px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }
.pad_10menu { position: relative;
  padding: 1.5rem 10px;
}
.pad_10menu::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #bdd5e5, #bdd5e5 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #bdd5e5, #bdd5e5 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-twitter { background-position: -96px -176px; }
.icon-lg-b.icon-twitter { background-position: -144px -264px; }
.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (min-width: 768px) {
  .button-59 {
    min-width: 170px;
  }
}
/* icon style */
.icon01 {
  display: inline-block;
  vertical-align: middle;
  color: #1aafc6;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin:0 0.2em;
}
.icon01::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}




/*ADDITION*/

/* -BUTTON- */
/* 01-  */
.btn01 a {
    background: #cee7f0;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #37949c;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.btn01 a:hover {
    background: #313131;
    color: #FFF;
}
.btn01 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn01 a:hover:after {
    border-color: #FFF;
}
.button002 {
  align-items: center;
  background-color: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  fill: #000;
  font-family: Inter,sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button002:focus {
  color: #171e29;
}
.button002:hover {
  border-color: #26acd3;
  color: #26acd3;
  fill: #26acd3;
}
.button002:active {
  border-color: #06f;
  color: #06f;
  fill: #06f;
}
.btn02 {
	display: block;
	width: 240px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	letter-spacing: .2em;
	text-indent: .2em;
	text-decoration: none;
	position: relative;
	background: #e9ecec;
	color: #555;
}
a.btn02::before,
a.btn02::after {
	content: '';
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
}
a.btn02::before {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
}
a.btn02::after {
	right: 27px;
	width: 6px;
	height: 6px;
	border-top: solid 3px #968e90;
	border-right: solid 3px #968e90;
	transform: rotate(45deg);
}



/* -AREA- */
.box01 {
    position: relative;
    padding: 1rem;
    border-radius: 10px;
    border: 2px solid #515151;
    box-shadow: 5px 5px 0 #e7e7e7;
    color: #2a4253;margin-bottom:3rem;
}
.box01 ul {
    margin-top: 1.5em;
}
.box01 li {
    list-style:none;
    padding: 0.5em;
}
.dbox01 {
margin: 0.5em 1em 0 1em;
padding:0.5em 1em 1em 1em;
border-left:solid 5px #e9b3a3;
background-color:#f5f5f5;
box-shadow:3px 1px 4px rgba(0, 0, 0, 0.2);
}
.dbox01 h3{margin-bottom:0px;}


/* -font&deco- */
.box01 h3{
color: #222222;
}

h3.titbg01 {
    padding: 1rem 0.5rem 1rem;
    margin-bottom: 0.2rem;
    background-image: radial-gradient(circle 321px at 8.3% 75.7%, rgba(209, 247, 241, 1) 0%, rgba(225, 225, 239, 1) 81%);
    background-repeat: no-repeat;
    background-size: 50% 10%;
    background-position: left bottom;
    font-weight: bold;
    font-size: 16px;
}
h3.fd_001 { padding:0.5em 0;margin:0;
  text-align: left;
  font-size: 1.2em;}
  
h4.box_title { 
    padding: 0.4em 0.5em 0.4em 1em;
    text-align: left;
    font-size: 1.2em;
    background: #f2f2f2;
    border-bottom: 3px solid #eaebe9;
    color: #555555;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin:0;
}

.box01_inner {
    margin-top: 0;
    padding: 1em 1.5em;
    background: #fafafa;
    color:#555555;
}

/*申し込みの流れ*/

.box04 {
margin: 2em auto;
padding:2em;
background-color:#f4f4f4;
position:relative;
}

.box04:after{
position: absolute;
content: '';
right: 0px;
top: 0px;
border-width: 0 15px 15px 0;
border-style: solid;
border-color: #ccc #fff  #ccc;
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}


/* 商品ページのタイトルとテーブル*/
/* 2025.5*/
h2.title-bg {
    position: relative;
    margin-bottom: 0.2rem;
    padding: 1rem;
    background-color: #1aafc6;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

dl.gaiyo-hyo{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
}
dl.gaiyo-hyo dt{
	background: #f5f5f5;
	padding: 5px;
	width: 150px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
dl.gaiyo-hyo dd{
	background: #fff;
	padding: 5px;
	width: calc(100% - 150px);
	border-bottom: 1px solid #ccc;
}





      
      



h2.title01 {
    position: relative;
    margin-bottom: 0.2rem;
    padding: 1rem;
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, .3);
    background-color: #2ea4b6;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

dl{
    display:flex;
    flex-wrap: wrap;
    text-align: left;
    padding: 0px;
}
dt{
    background: #ddd;
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc; border-collapse: separate;
    text-align: center;  
}
dd{
    padding: 10px;
    margin: 0;
    border: 1px solid #ccc;border-collapse: separate;
    width: 80%;
    box-sizing: border-box;
}

.table01 ul {
  list-style: none;
}
.table01 li{
   position: relative;
  }
 
.table01 li:before {
   content: "";
   position: absolute;
   top: .1em;
   left: -3px;
   width: 15px;
   height: 15px;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
   border-radius: 50%;
   background-color: #8b6b4e;
  }
 
.table01 li:after {
   content: "";
   position: absolute;
   top: .5em;
   left: 1px;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   width: 4px;
   height: 4px;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
  }


/* OTHERS */
.box02 {
margin: 2em auto;
padding:2em;
border-top:solid 5px #b0cfdc;
border-bottom:solid 5px #b0cfdc;
background-color:#dcf2fb;
line-height:1.8em;}

.box02 .box-title{
    font-size: 1.3em;
    font-weight: bold;
}
.box02 img{
  float: right;
  margin-left:20px;}
.clear {clear: both;}

/* TOP */
.brand-logo {
  border-radius:10%;
}
.box_tplogo {
  display: flex;
  justify-content: space-around;
  color:#555;
}
.box_tplogo_item{
  text-align: center;
  width: 30%;
  height: auto;
  margin-top:10px;
}
/* 必読書 */
.box03 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;
    background: #FFF;
    border: solid 3px #6091d3;
    border-radius: 10px;
}
.box03 p{
    margin: 0; 
    padding: 0;
}
/*講師プロフィールの表*/
.wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0;
}
.card {
    display: flex;
    flex-direction: column;
    width: 45%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: 0 5px 10px #ccc;
    color: #333;
    text-decoration: none;
    transition: 0.5s;
}
.card-image {
  object-fit: cover;
}
.card-box{
    padding: 0 1rem;
}
.card-title {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
}
.card-title2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
}
.card-description {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}
.card:hover {
    box-shadow: 0 10px 20px #999;
}
/*講師プロフィールの表２*/
/* カード全体 */
.writer-profile-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #eee;
}
/* カードの右・左共通 */
.wp-left, .wp-right {
  padding: 15px 10px;
}
/* カードの左側 */
.wp-left {
  width: 35%;
  text-align: center;}
.p-title {text-align:left;}
/* カードの右側 */
.wp-right {
  width: 65%;padding:10px 20px;}

/* 左側 */
/* 画像 */
.wp-img {
  width: 250px;
  height: auto;
  margin: 5px auto;
}
/* 名前 */
.wp-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #6C9FCE;
  margin-bottom: 5px;
}
/* 職業 */
.wp-job {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: normal
  line-height: 1.4;
}

/* 右側 */
.wrap_proftxt {padding:10px;}

/* 767px（iPad）以下 */

@media (max-width: 767px) {
  /* カードを縦並びに */
  .writer-profile-card {
    display: block;
  }
  /* 左右の幅を100%に */
  .wp-left {
    width: 100%;
    padding: 5px 10px;
  }
  .wp-left {
    padding:10px;
  }
.wp-right {
    width: 100%;padding:0 50px 0 20px;
  }  
}
 /* ここまで */

/* Added font style */
.f_red{color:#e11aa7;}
.f_blue{color:#2ea4b6;}
.f_pink{color:#ff6699;}

/* ??? */
.sample_box3_2 {
    margin-top: 0;
    padding: 1em 1.5em;
    background: #fafafa;
    color: #000000;
}
.boxarea1 {border:1px solid #003366;margin:1em;padding:1em;color:#003366;}
.boxarea1 h2{color:#7ec7ed;}

.sample_box_title p {
    margin-bottom: 0;
}

.box05{
margin: 2em auto;
padding:2em;
background-color:#fbeaea;
  }

.box07{
border-left: 10px solid #b1dde0;
padding:15px;
}

.box06 {
    display: inline-block;
    position: relative;
    padding: .5em .7em;
    border-radius: 50px 0 0 50px;
    background-color: #b1dde0;
    color: #555555;
}

.box06::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 13px;
    border-radius: 50%;
    background: #ffffff;
}
.otoku{background-color:red;padding:0 2px;color:#fff;}

/* 同意書 */


/* buttonタグのリセットCSS（不要な場合、セレクタごと削除してください） */
button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* ボタンのスタイル */
.buttonRound {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 50px;
  padding: 4px 18px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #f5a753;
  border-radius: 24px; /* (buttonの高さ / 2) の値*/
}

@media (any-hover: hover) {
  .buttonRound {
    transition: background-color 0.2s;
  }

  .buttonRound:hover {color:#f5a753;
    background-color: #fae6aa;
  }
}

/* 注意書き */
.frame {
 width: 80%;
 margin: 30px auto 20px;
 padding: 30px 20px 0;
 border: 3px solid #aaa;
 position: relative;
 border-radius: 3px;
 background-color: #fff;
}
.frame-title {
 position: absolute;
 top: -13px;
 left: 20px;
 padding: 0 5px;
 background-color: #fff;
}
.frame-title .fa {
 margin-right: 5px;
}
.caution {
 background-color: #ff4500;
 border: 2px solid #ff4500;
 color: #fff;
 border-radius: 3px;
}
.frame-red {
 border-color: #ff4500;
}

/* conference */
.information-container {
    width: 90%;
    max-width: 800px;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.double{
	margin:20px 0;width:100%;
	text-align:center;
}
.double h2{
	position:relative;
	display:inline-block;
}
.double h2:before, .double h2:after{
	content:"";
	display:block;
	width:200px;
	height:4px;
	border-top:1px solid #111;
	border-bottom:1px solid #111;
	position:absolute;
	top:50%;
	margin-top:-2px;
}
.double h2:before{left:-224px;}
.double h2:after{right:-224px;}