@charset "UTF-8";

.table_k{
  width: 100%;
  border: 1px solid #f9c117;
  border-collapse: collapse;
  margin-bottom:20px; 
}

.table_k th {
	padding: 5px;
	 border: 1px solid #f9c117;
	 border-collapse: collapse; 
	 background-color:#fdd419;
	 padding-top:5px;
	 padding-bottom:5px;
	 /*background-color:#fccf00;*/
	/* background-color:#fbed99*/;
}

.table_k td {
	padding: 5px;
	 border: 1px solid #f9c117;
	/* border: 1px solid #f7d81e;*/
	 border-collapse: collapse; 
	 text-align: center;
	 font-weight:bold;
	 padding-top:10px;
	 padding-bottom:10px;
}

  
.kinder_1 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 5px solid #fdd419;
	/*border: 5px solid #f9c117*/;
	background-color:#ffffff;
	font-size:250%;
	font-weight:bold;
	color:#000000;
	text-align:center;
	margin-top:5px;
	/*margin-left:10px;
	margin-right:10px;*/
	padding-top:20px;
	padding-bottom:20px;
}

.margin-top20 {
	margin-top: 20px;
}

.margin-top30 {
	margin-top: 30px;
}


.midasi_1 {
	/*font-family: "メイリオ";*/
	font-size: 110%;
	border-bottom: 2px solid #f7d81e;
	font-weight:bold;
	padding-left: 5px;
	line-height: 2em;
	margin-top: 15px;
	margin-bottom: 10px;
	clear: both;
}

.radius-table{
	width: 100%;
    border-radius: 10px;
    border-spacing: 0;
    border: none;
    border-left: 2px solid #f9c117;
    border-top: 2px solid #f9c117;
	margin-top:20px;
	margin-bottom:20px;
}
.radius-table tr>*{
    padding: 10px 10px;
    border: none;
    border-right: 2px solid #f9c117;
    border-bottom: 2px solid #f9c117;
}
.radius-table tr:first-child>*:first-child{
    border-radius: 10px 0 0 0;
}
.radius-table tr:first-child>*:last-child{
    border-radius: 0 10px 0 0;
}
.radius-table tr:last-child>*:first-child{
    border-radius: 0 0 0 10px;
}
.radius-table tr:last-child>*:last-child{
    border-radius: 0 0 10px 0;
}

.radius-table th {
	 background-color:#fdd419;
}
	 
.radius-table td {
	 text-align: center;
	 font-weight: bold;

}

.radius-table_2{
	width: 100%;
    border-radius: 10px;
    border-spacing: 0;
    border: none;
    border-left: 2px solid #f9c117;
    border-top: 2px solid #f9c117;
	margin-top:20px;
	/*margin-bottom:20px;*/
}
.radius-table_2 tr>*{
    padding: 10px 10px;
    border: none;
    border-right: 2px solid #f9c117;
    border-bottom: 2px solid #f9c117;
}
.radius-table_2 tr:first-child>*:first-child{
    border-radius: 10px 0 0 0;
}
.radius-table_2 tr:first-child>*:last-child{
    border-radius: 0 10px 0 0;
}
.radius-table_2 tr:last-child>*:first-child{
    border-radius: 0 0 0 10px;
}
.radius-table_2 tr:last-child>*:last-child{
    border-radius: 0 0 10px 0;
}

.radius-table_2 th {
	 background-color:#fdd419;
}
	 
.radius-table_2 td {
	 text-align: center;
	 font-weight:bold;

}

.kind_radius1 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #f9c117;
	padding-top:10px;
	margin-top:10px;
}

.kind_p1 {
	font-weight:bold;
	padding-left: 30px;
	line-height: 2em;
}

.pad_l1 {
padding-left:1em;
}
	
.pad_l2 {
padding-left:2em;
}	

.contents1{
width: 50%;
padding-right:5px;
/*height: 200px;*/
}

.contents2{
width: 50%;
padding-left:5px;
/*height: 200px;*/
}


.column{
 display: flex;
}

 /* スライダー（slick）の設定 */
.wrapper {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.slider {
	overflow: visible;
	max-width: 70%;
	margin: 0 auto;
}
.slider .slick-list {
	overflow: visible;
}

.slick-slide {
	margin: 0 5px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}

.slick-prev,
.slick-next {
	z-index: 1;
}
.slick-prev:before,
.slick-next:before {
	color: #000;
}
.slick-slide {
	transition: all ease-in-out 0.3s;
	opacity: 0.4;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}

/* 矢印の設定 */
.slick-prev, 
.slick-next {
	position: absolute;
	z-index: 3;
	top: 42%;
	cursor: pointer;
	outline: none;
	border-top: 3px solid #888;
	border-right: 3px solid #888;
	height: 1.5vw;
	width: 1.5vw;
}
.slick-prev {
	left: 0%;
	transform: rotate(-135deg);
}
.slick-next {
	right: 0%;
	transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
	position: relative;
	z-index: 3;
	text-align: center;
	margin: 15px 0 0 0;
}
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.slick-dots button {
	color: transparent;
	outline: none;
	width: 0.3vw;
	height: 0.3vw;
	display: block;
	border-radius: 50%;
	background: #ccc;
}
.slick-dots .slick-active button{
	background: #333;
}

.margin-t0 {
	margin-top:0px;
}

.kinder_op {
  display: flex;
  flex-direction: row;
  /*height: 300px;*/
}

.left-column {
  flex: 1;
}

.center-column {
  flex: 1;
}

.right-column {
  flex: 1;
}

.kinder_op_1 {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 3px solid #e2d3be;
width:220px;
/*padding: 2px;*/
padding-top:5px;
text-align: center;
margin-bottom:10px;
}

.kinder_op_2 {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 3px solid #efc8b7;
width:220px;
padding-top:5px;
text-align: center;
margin-bottom:10px;
}

.kinder_op_3 {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 3px solid #f1dfb1;
width:220px;
padding-top:5px;
text-align: center;
margin-bottom:10px;
}

.kinder_op_4 {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 3px solid #cbd9e2;
width:220px;
/*padding: 2px;*/
padding-top:5px;
text-align: center;
margin-bottom:10px;
}

.kinder_op_5 {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 3px solid #cbd5b3;
width:220px;
padding-top:5px;
text-align: center;
margin-bottom:10px;
}

.kinder_op_6 {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 3px solid #d4e6e6;
width:220px;
padding-top:5px;
text-align: center;
margin-bottom:10px;
}

.kind_op_p {
	font-size:16px;
	font-weight:bold;
	text-align:center;!important;
	padding:5px;
}

.checkmark{
   list-style:none;
 }
.checkmark li{ 
   position:relative;
   font-size:15px;
   font-weight:bold;
   line-height:1.5;
  }
.checkmark li:before{
   position:absolute;
   content:"";
   width:5px;
   height:10px;
   border-right:2px solid red;
   border-bottom:2px solid red;
   display:inline-block;
   left:-1.5em;
   /*top:1em;*/
   transform:rotateZ(45deg);
  }
  
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #f9c117;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #f9c117;
    color: #612f00;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.kind_op_7 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #f9c117;
	background-color:#f9c117;
	font-size:150%;
	font-weight:bold;
	/*color:#FFFFFF;*/
	text-align:center;
	margin-top:5px;
	/*margin-left:20px;
	margin-right:20px*/;
	padding-top:8px;
}

.tategaki {
  writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
}

.k_table1{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f9c117;
}

.k_table1 tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

.k_table1 tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

.k_table1 tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}



.k_table1 th {
	padding: 5px;
	border: 1px solid #f9c117;
	border-collapse: collapse;
	background-color: #F9E9BD
}
.k_table1 td {
	padding: 10px 5px;
	 border: 1px solid #f9c117;
	 border-collapse: collapse; 
	 text-align: center;
	 font-weight:bold;
}

.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 13px;
  background: #F9E9BD;
  border: solid 3px #F9E9BD;
  box-sizing: border-box;
  border-radius: 30px;
  font-weight:bold;
   text-align: center;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #F9E9BD;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #F9E9BD;
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}

.pad_t1 {
	padding-top:1em;
}

.pad_t2 {
	padding-top:2em;
}
.pad_l3 {
	padding-left:3em;
}
.pad_l5 {
	padding-left:5em;
}
.pad_l10 {
	padding-left:10em;
}
.mt_50 {
	margin-top: 50px;
}
.mt_40 {
	margin-top: 40px;
}

