/*
Theme Name: kango-saitama
Description: kango-saitama
Version: 1.0
*/

.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}

/* wp-members login
------------------------------------------------------------*/
div#wpmem_login {
  background: #f1f1f1;
  padding: 30px 20px;
}
div#wpmem_login * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 600px) {
  div#wpmem_login {
    padding: 40px 70px;
  }
}

div#wpmem_login fieldset {
  margin: 0;
}

div#wpmem_login fieldset legend {
  text-align: center;
  font-size: 150%;
  margin-bottom: 30px;
}

div#wpmem_login .div_text {
  width: 100%;
  margin: 10px 0 40px;
}

div#wpmem_login input[type=text],
div#wpmem_login input[type=password] {
  font-size: 150%;
}

div#wpmem_login .button_div {
  text-align: center;
  width: 100%;
}

div#wpmem_login input[type=submit] {
  display: block !important;
  margin: auto;
  background: #FF81AD;
  color: #fff;
  padding: 10px 2em;
}

.btn-area {
	padding: 30px 0;
	text-align: center;
}
@media screen and (min-width: 600px) {
  .btn-area {
    padding: 40px 0;
  }
}
.btn-more {
display: inline-block !important;
background: #FF81AD;
color: #fff;
padding: 5px;
border-radius: 12px;
letter-spacing: 0.2em;
text-decoration: none;
padding: 10px 2em;
}

.btn-more:after {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\e602";
margin: 0 0 0 5px;
position: relative;
top: 0;
right: 0;
}
.btn-l {
  width: 80%;
  display: inline-block;
  background: #FF81AD;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 15px 1em;
  font-size: 140%;
}

.dl-list {
  overflow: hidden;
}

.dl-list dt {
  clear: both;
  width: 100%;
  padding: 15px 0 10px;
  background: none;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}

@media screen and (min-width: 600px) {
  .dl-list dt {
    width: 8em;
    float: left;
    padding: 15px 0;
  }
}

.dl-list dd {
  padding: 0 0 15px 0;
  margin: 0;
  border-bottom: 1px dotted #ddd;
  line-height: 1;
}

@media screen and (min-width: 600px) {
  .dl-list dd {
    padding: 15px 15px 15px 9em;
  }
}

.dl-list .cat {
  display: block;
}

.dl-list .cat a {
  display: inline-block;
  margin-right: 5px;
}

.dl-list .btn-target::after {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

.block-style {
	background: #fff;
	border: 1px solid #FF81AD;
	border-radius: 6px;
	position: relative;
	z-index: 1;
	overflow: visible;
	padding: 15px 15px 0;
	margin: 20px 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.block-style * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 600px) {
	.block-style {
		padding: 40px 20px 0;
		margin: 40px 0;
	}
}

.form-allowed-tags {
  display: none;
}

/*------------------------------------------------------------
ADD DD 20200619
------------------------------------------------------------*/
#copyright{
  position: relative;
}
#copyright .link_for_staff{
  position: absolute;
  right: 0;
  top: -0.5em;
  text-decoration: none;
  border: solid 1px #fff;
  padding: 0.25em 1.0em;
}

@media screen and (max-width: 599px) {
  #copyright .link_for_staff{
    right: 0.5em;
    top: -0.5em;
    padding: 0.25em 0.5em;
  }
}



/*------------------------------------------------------------
ADD DD 20210308
------------------------------------------------------------*/
.index-btn-list{
  margin-bottom: 60px;
}
.index-btn-list li a,
.index-btn-list li a:visited{
  background: #FF81AD;
  color: #fff;
  text-decoration: none;
  font-size: 1.4em;
  text-align: center;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 3px solid #dd7195;
  padding: 12px 1.5em 12px 12px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.index-btn-list li a::after{
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index-btn-list li a small{
  display: block;
}

/*------------------------------------------------------------
ADD DD 20220722
------------------------------------------------------------*/
.form-attention{
  padding: 12px;
  margin-bottom: 24px;
  background: #fff;
  color: #ff0000;
  border: 2px solid #ff0000;
  line-height: 1.6;
  text-align: center;
}

.entry-content h4{
  position: relative;
  padding: 0 0 0.5em 1.0em;
  margin: 1.5em 0 1.0em;
  border-bottom: 1px dashed #ddd;
}

.entry-content h4::before{
  content: "\f0da";
  top: 0;
  left: 0;
  font-family: FontAwesome;
  position: absolute;
  color: #FF81AD;
}

.entry-content table tr td p:last-of-type{
  margin-bottom: 0;
}

/*------------------------------------------------------------
ADD DD 20240123
------------------------------------------------------------*/
.entry-content .mw_wp_form table caption{
  background: #fcb5ca;
  padding: 12px;
  border: 1px solid #ccc;
  border-bottom: none;
  text-align: left;
}

.entry-content .mw_wp_form table.before-table caption,
.entry-content .mw_wp_form table.before-table th{
  background: rgba(0, 0, 0, 0.05);
}
