@charset "utf-8";
/*------------------------------------------------------------
	メイン
------------------------------------------------------------*/
#conts {
	width: 650px;
	background-color: #fff;
	padding: 2.5rem 4.0rem;
	color: #333333;
	padding-bottom:32767px;
	margin-bottom:-32767px;
}

#conts h2 {
	color: #bb2321;
	font-weight: 500;
	margin-bottom: 3.5rem;
	padding: 0.75rem 0.75rem 0.25rem;
	font-size: 2.3rem;
	line-height: 4.6rem;
	text-indent: 1rem;
	letter-spacing: 0.125em;
	background-color: #e7cda1;
	text-shadow: 3px -3px 0px rgba(255, 255, 255, 1);
	border-radius: 6px;
}

#conts .contsBox {
	margin-bottom: 70px;
	display:flex;
}

#conts .imgBox {
	position: relative;
}
#conts .greeting {
	width: 500px;
	padding-left: 20px;
}

#conts p {
	margin-bottom: 24px;
	line-height: 1.85;
}

#conts .contsBox .imgBox .greeting p {
	margin-bottom: 0;
	position: absolute;
	bottom: -5px;
	right: 155px;
	font-weight: bold;
	line-height: 1.8;
}
#conts .greeting p:first-child {
	font-size:1.3rem;
	font-weight: 600;
}
#conts .greeting p:first-child span{
	font-size: 1.9rem;
}
#conts p:last-child {
	margin-bottom: 0;
}

#conts h3 {
	margin: 40px 0px 30px 0;
	padding: 0.4rem 0 0.4rem 2rem;
	background-color: #bb2321;
	color: #fff;
	font-size: 1.7rem;
	line-height: 2.25;
	border-left: solid 5px #f6e2e2;
}
#conts h3:first-of-type{
	margin-top: 0;
}
#conts h3.bk-green{
	background-color: #ebf5cc;
	border-bottom: none;
	padding-left: 1em;
	margin-bottom: 1em;
}
#conts h4 {
	position: relative;
	margin-bottom: 15px;
	color: #204e4e;
	font-size: 1.6rem;
	line-height:1em;
	padding: 0.25em 0.75em;
	border-left: solid 4px #0061AE;
	display:inline-block;
}
#conts h4.red {
	padding: 0.25em 0;
	color: #E8392E;
	border-left: none;
}
#conts h5 {
	position: relative;
	padding: 0 0 0 1.5rem;
	display: flex;
	align-items: center;
/*	color: #204e4e;*/
	margin: 2.5rem 0 1em;
	font-size: 1.5rem;
}
#conts h5::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0.3rem;
	width: 1.5rem;
	height: 1.5rem;
	border-left: solid 4px #bb2321;
}

#conts .tabBox {
	margin-bottom:34px ;
}

#conts .tabBox table {
	width: 100%;
	text-align: left;
	vertical-align: bottom;
	border-collapse: collapse;
}

#conts .tabBox th,
#conts .tabBox td {
	padding: 7px 0;
	line-height: 1.8;
	border: 1px solid #204e4e;
}

#conts .tabBox th {
	width: 21%;
	text-align: center;
	font-weight: 600;
	background-color: #f6e2e2;
}

#conts .tabBox td {
	padding: 7px 20px;
}
#conts table.koumoku-yoko th{
	width: auto;
	
}
#conts table.koumoku-yoko td{
	text-align: center;
	
}
#conts .text {
	margin-left: 20px;
}

#conts .program {
	margin-left: 0;
	text-indent:0;
}
#conts .subject{
	margin-bottom: 60px;
}
#conts .subject p, dl, dt, dd, ul, li{
	line-height: 1.85
}
#conts .subject p{
	text-indent: 0 !important
}
#conts .subject p.burasage{
	text-indent: -1em !important
}

#conts .subject p span.coment{
	text-indent: -1em;
	line-height: 1.5em;
	display: block;
	margin: 0 3em 0.35em 3em !important
}
#conts .subject p.l2-indent{
	padding-left: 1em !important;
	text-indent: -1em !important;
}
#conts .subject img{
	margin-top: 0.5em;
}

#conts .subject li{
	margin-left: 1em;
	text-indent: -1em;
}
#conts .colorback{
	padding: 2rem;
	border: solid 1px #F1EDEF;
	background-color:rgb(232 57 46/0.05);/*F1EDEF */
	border-radius: 6px;
	margin: 1em 0 2em ;
}
#conts .colorback_2{
	padding: 2rem;
	border: 6px double #CED8D8;
	margin: 1em 2em 2em 0em ;
}
#conts .colorback_3{
	padding: 1rem 1.5rem;
	border: solid 1px #F1EDEF;
	background-color:rgb(232 57 46/0.05);/*F1EDEF */
	border-radius: 6px;
	margin: 0;
}
#conts .boxLine{
	background: url(../img/index/line.gif) repeat-x left top;
	padding-top: 1em;
}
#conts dl{
	margin:1em 0;
}

#conts dd{
	text-indent: -1em;
	margin-left:2em;
}

#conts del > span{
	color: black;
}

.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
}
.hr-text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #0061AE, transparent);
	background: linear-gradient(to right, transparent, #0061AE, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	padding: 0 .5em;
	line-height: 1.5em;
	color: #0061AE;
	background-color: #fff;
}
#conts hr{
	margin-bottom:2.5em;
}

/* PAGE info */

#main .info th{
	width: 50% !important;
	text-align: left !important;
	padding-left: 20px;
}

#main .info p{
	margin-bottom: 24px;
	text-indent: 0;
	margin-left: 1em;
}
#main .info h4 + p{
	margin-bottom: 0;
}
/* PAGE programe*/

#conts .programe h3{
	margin-bottom: 10px;
}
#conts .programe .set{
	margin-bottom: 24px;
}
#conts .programe h6{
	font-size: 1.7rem;
	padding: 0.5rem 0 0.5rem 1rem;
}
#conts .programe .set p{
	text-indent: 0;
}
#conts .programe div.p-title{
	background-color: #ebf5cc;
	color: #204e4e;
}
#conts div.p-title p.syurui{
	display: inline-block;
	text-indent: 0;
	margin: 0.5rem 0.5rem 0.25rem;
	padding: 0.1rem 0.5rem;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
	background-color: #0061AE;
	color: #fff;
	border-radius: 6px;
}
#conts .programe p.place-time{
	text-align: right;
	border-bottom: 1px #ebf5cc solid;
}
#conts .programe p.place-time span{
	display: inline-block;
}
#conts .programe p.place-time span.time::before{
	content: "";
	display: inline-block;
	background: url("../img/programe/time.png") no-repeat;
	background-size: contain;
	width: 1em;
	height: 1em;
	margin-right: 3px;
	vertical-align: middle;
}
#conts .programe p.place-time span.place::before{
	content: "";
	display: inline-block;
	background: url("../img/programe/place.png") no-repeat;
	background-size: contain;
	width: 1em;
	height: 1em;
	margin-right: 3px;
	margin-left: 6px;
	vertical-align: middle;
}
#conts .programe p.part{
	margin:0 0 0 0.5em;
	font-weight: 600;
}
#conts .programe p.endai{
	border-bottom: 1px #ebf5cc solid;
	padding-bottom:2px;
	margin: 0.5em 0 0.5em 0.5em;
	padding-left: 1.75em;
	padding-right: 1em;
	text-indent: -1.75em;
	font-weight: 600;
	color:#204e4e;
}
#conts .programe p.endai span{
	display: inline-block;
	text-indent:0;
	font-weight: normal;
	font-size: 0.85em;
	position: relative;
	top: 50%;
	width: 1.15em;
	text-align: center;
	background-color: #0061AE;
	color:#FFF;
	padding: 0.25em 0;
	margin-right: 5px;
	line-height: 1.1em;
	transform: translateY(-7.5%);
}
#conts .programe p.details{
	text-indent: 0;
	padding-left: 1.5em;
	line-height: 1.85;
}
a.btn_1, a.btn_2, .btn_1nohover {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	height: 4rem;
	min-width: 100px;
	margin: auto;
	padding: 0 4rem;
	border-radius: 100vw;
	background: #007fff;
	background-size: 400%;
	font-size: 1.2em;
	color: #fff;
	letter-spacing: 0.2em
}
a.btn_1:hover::before,
a.btn_2:hover::before{
  transform: scaleX(1);
}
a.btn_1:hover,
a.btn_2:hover {
	color: #fff;
}
a.btn_1 span, a.btn_2 span, .btn_1nohover {
  position: relative;
  z-index: 1;
}
a.btn_1::before,
a.btn_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgba(0, 170, 255, 1) 10.8%,
    rgba(0, 97, 174, 1) 94.3%
  );
  transition: all 0.475s;
}

a.btn_2{
	background: #4163B5;
}
a.btn_2::before{
  background: linear-gradient(
    82.3deg,
    rgba(87, 133, 242, 1) 10.8%,
    rgba(1, 54, 178, 1) 94.3%
  );
  transition: all 0.475s;
}
/*----横並びレイアウト---*/
nav{
	width: 650px
}
ul.column-3-box,
nav div.btn {
  display: flex;
  flex-wrap:wrap;
}
ul.column-3-box li{
  width: 210px;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
ul.column-3-box li a > img{
	max-width: 190px !important;
	height: auto;
}
nav div.btn{
	justify-content: center
}
nav div.btn div {
	margin: 2em 1.5rem;
	text-align: center;
}
nav div.btn div p{
	margin-bottom: 0.5em !important;
}
nav div.btn a, .btn_1nohover{
	padding: 0 3rem;
	width: auto;
	letter-spacing: 0.1em;
}
