@charset "utf-8";
/*
Theme Name: kic-Twenty Twelve
Template:twentyeleven
Author: arikinu　arima　https://www.arikinu.com/
Description: kic向けのtwentyeleven用オリジナル子テーマ
*/

@import url('../twentyeleven/style.css');

@font-face{
  font-family:"LINESeedJP";
  src:url("font/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
body{
  font-family:"LINESeedJP", sans-serif;
  font-weight:400;
}
h1,h2,h3,h4,h5,h6,strong,b,th{
  font-weight:700; /* 擬似ボールド */
}


button, input, select, textarea {
    max-width: 100% !important;
}

a {
    color: #666666;
    text-decoration: none;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.4;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.entry-content, .entry-summary {
    padding: 0 0;
}

#access, .only-search {
    display: none;
}

.combn {
margin: 0 auto;
}
.center {
text-align: center;
}

.button {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	margin-bottom: 10px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	background-color: #f64db9;
	color: #fff;
}
.button:hover {
	background-color: #9b9b9c;
	color: #fff;
}

.button2 {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	margin-bottom: 10px;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button2{
	background-color: #e60000;
	color: #fff;
	line-height: 1.4em;
	padding-top: 15px;
	padding-bottom: 15px;
}
.button2:hover {
	background-color: #9b9b9c;
	color: #fff;
}

.flexiblebox {
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
 margin: 10px auto;
}

.widget_nav_menu ul{
list-style: none;

}

.widget_nav_menu ul li{
border: 1px solid #D3D3D3;
margin-bottom: 8px;
padding: 8px;
padding-left: 3px;
}

.widget_nav_menu ul li:before {
font-weight: normal;
  content: '・'; 
  margin-right: 5px;
  margin-left: 8px;
}

.entry-title {
border-bottom: 0 solid #D3D3D3;
font-weight: normal;
text-align: right;
font-size: 12px;
padding-right: 0;
display: none;
}

.entry-content h2 {
font-size: 22px;
border-bottom: 1px solid #D3D3D3;
}

.entry-content h2:before {
font-weight: normal;
  font-family: FontAwesome;
  content: '◆'; /* アイコンのunicode */
  margin-right: 5px;
  color: #3a3a3a;
}

.entry-content h3 {
	font-size: 18px;
  padding: 0 1rem;
  border-left: 6px double #000;
}
}

caption:before {
font-weight: bold;
  font-family: FontAwesome;
  content: '◆'; /* アイコンのunicode */
  margin-right: 5px;
  color: #3a3a3a;
}

table.infotable {
    margin: 0 auto 10px;
    border-collapse: separate;
    border-spacing: 0px 2px;
    font-size: 14px;
}
 
table.infotable th,
table.infotable td {
    padding: 6px;
}
 
table.infotable th {
    background: #3a3a3a;
    vertical-align: middle;
    text-align: left;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    min-width: 100px;
    white-space: nowrap;
}
 
table.infotable td {
    background: #f8f8f8;
    padding-left: 20px;
    vertical-align: middle;
}

input[type=tel], select {
    background: #fafafa;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    color: #888;
}

select {
padding: 8px;
font-size: 14px;
}

.infobox {
height: 130px;
width: 95%;
max-width: 680px;
margin: 0 0 18px;
border-bottom: solid 1px #A2B4BE;
border-left: solid 1px #A2B4BE;
border-right: solid 1px #A2B4BE;
border-top: solid 1px #A2B4BE;
border: 1px solid #ceccc7;
padding: 2px 2px 2px 2px;
background-color: #FFFFFF;
overflow-y: scroll;
font-size: 80%;
}

.kakoibox {
width: 95%;
max-width: 680px;
border: 10px solid #ceccc7;
padding: 2px 2px 2px 2px;
text-align: center;
}

p {
    text-align: justify;
}

.table-wrap {
  overflow-x: scroll;
}
.yokonaga table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
.yokonaga table th,
.yokonaga table td {
  border: 2px solid #eee;
  padding: 4px 8px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.yokonaga table th {
  color: #fff;
  font-size: 12px;
}

.yokonaga table td {
  font-size: 12px;
}


.demon2023 table td {
  border: 2px solid #eee;
  padding: 4px 8px;
  vertical-align: middle;
}

.demon2023 table th {
  background: #32b494;
  color: #fff;
  font-size: 12px;
  min-width: 100px;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #eee;

}

.demon2023 table td {
  font-size: 12px;
  vertical-align: middle;
}

.midashi2023s{
  padding: 5px 5px;
  background-color: #32b494;
  color: #fff;
}

.midashi2023 h2{
  background-color: #32b494;
  color: #fff;
}

.cont-l{
width: 48%;
float: left;
}

.cont-r{
width: 48%;
float: right;
}

.akamoji{
color: #FF0000;

}

#ichiran ul {
text-align: center;
  }

#ichiran ul li {
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 260px;
  height: auto;
  margin: 0 auto;
  vertical-align: top;
  padding: 5px;
  }

#ichiran2 ul {
text-align: center;
  }

#ichiran2 ul li {
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 45%;
  height: auto;
  margin: 0 auto;
  vertical-align: top;
  padding: 5px;
  }
