/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

h2 {
    position: relative;
    background-color: #9ddcea;
    color: #540202;
}

.button a {
    padding: .8em 1em;
    font-size: .9em;
}

.button a, .content .button a {
    padding: .6em 2em;
    display: inline-block;
    position: relative;
    background-color: #fae7eb;
    border-style: solid;
	border-radius:50px!important;
    border-width: 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none!important;
    letter-spacing: 2px;
    border-radius: 3px;
}
.button a::before{
	font-family: "FontAwesome";
	font-weight: 400;
	content: "\f0f0";
	margin-right: 5px;
}

.header_message_badge {
    display: inline-block;
    background: #f00;
    color: #fff;
    padding: .7em .8em;
    border-radius: 15px;
    font-size: .7em;
    margin-right: 8px;
    vertical-align: middle;
}

.header_message_badge::before{
	font-family: "FontAwesome";
	font-weight: 400;
	content: "\f0c0";
	margin-right: 6px;
}


.widget_post_list .post_list_thumb .post_list_cat {
    color: #540202;
    font-size: 12px;
	font-weight:bold;
    background: rgb(51, 51, 51);
    padding: 5px 10px;
    border-radius: 6px 0px 0px;
}
.post-cat a, .post-cat-sp a {
    color: #540202;
	   font-size: 12px;
	font-weight:bold;
	   padding: 5px 10px;
}

#main-wrap #pickup_posts_container .meta {
    font-size: 12px;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    bottom: 5px;
    height: 65px;
    background: rgba(157, 220, 234, .5);
    color: #fff;
    transition: .4s;
}
.widgettitle {
    font-weight:bold;
}

.footermenu_col {
    background: rgba(157, 220, 234, .8)!important;
    color: #333;
}

h1.single-post-title, .page_title {
    padding: 20px 30px;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    background: #d02e7e;
	color:white;
}

.drawer_content_title {
    background: #d02e7e;
    color: #333;
}

.textwidget .shinryo-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align:justify
}
.textwidget .shinryo-box h3{
  padding: 5px 15px;
  font-size: 1.1em;
  background-color: #fae7eb;
  color: #540202;
	border:none;
	border-radius:5px;
}
.textwidget .shinryo-box a{
  text-decoration: none;
  color:black;
}
.textwidget .shinryo-box img{
  height:200px;
  margin-bottom: none;
}
.textwidget .box{
  width:30%;
  padding: 1%;
  position: relative;
  height: 420px;
}
.textwidget .shinryo-box .shinryo-button{
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #9ddcea;/*#d02e7e*/
  border: solid 3px white;
  font-size: 0.7em;
  position: absolute;
  bottom:0;
  left: 10px;
}
.textwidget .shinryo-box .shinryo-button:hover{
  opacity: 0.8;
}
.shinryo-box .shinryo-button a{
  color: white;
}

table tbody th {
    background: #fcf381;
}
.netyoyaku{
	border:4px solid orange;
}
.textwidget .date{
	display:none;
}

@media screen and (max-width: 768px){
	.header_message_badge {
    display: block;
	width:200px;
    background: #f00;
    color: #fff;
    padding: .7em .8em;
    border-radius: 15px;
    font-size: .7em;
    margin: 1em auto;
    vertical-align: middle;
}
	.nav_in_btn ul li {
    border-left: 2px solid rgb(84, 2, 2);
}
	
.textwidget .shinryo-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
.textwidget .shinryo-box h3{
    padding: 5px 5px;
    font-size: 0.9em;
	  background-color: #fae7eb;
  color: #540202;
	border:none;
	border-radius:2px;
  }
.textwidget .shinryo-box img{
    height:150px;
    margin-bottom: none;
  }
.textwidget .box{
    width:47%;
    padding: 1%;
    position: relative;
    height: 420px;
  }
	.textwidget .shinryo-box .shinryo-button{
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #9ddcea;/*#d02e7e*/
  border: solid 3px white;
  font-size: 0.7em;
  position: absolute;
  bottom:0;
  left: 5px;
}
.textwidget .pc-box{
    display: none;
  }
.break:before {
	content: "\A";
	white-space: pre;
}
}