/*
Theme Name: habakiri-child
Theme URI: http://2inc.org ( テーマのURL )
Description: Habakiri の子テーマです ( テーマの説明 )
Author: Takashi Kitajima ( 作者名 )
Author URI: http://2inc.org ( 作者のURL )
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: habakiri
*/

a {
  background-color: transparent;
　text-decoration: none;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
 }

a {
text-decoration: none !important;
}

a:active,
a:hover {
  outline: 0; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -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;
}

/* h1 */
h1 {
font-size: 22px;
}

/* h2 */
h2 {
font-size: 22px;
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 3px #f1d407;
}


/* h3 */

h3 {
font-size: 19px;
border-bottom: solid 3px #e60012;
position: relative;
}

h3:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #fdd000;
bottom: -3px;
width: 15%;
}


h3.a{
position: relative;
padding-left: 35px;
border-bottom: dotted 2px #f1cb63;
}
h3.a:before{
position: absolute;
font-family: FontAwesome;
content: "\f0eb";
background: #ffca2c;
color: white;
font-weight: normal;
font-size: 15px;
border-radius: 50%;
left: 0;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
h3.a:after {/*吹き出しのちょこんと出た部分*/
content: '';
display: block;
position: absolute;
left: 20px;
height: 0;
width: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 12px solid #ffca2c;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}



.row{
  margin-bottom: 15px;
}

.main-con{
  margin-top: 40px !important;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  max-width:1100px;}

@media (max-width: 768px){
  .main-con{
     margin: 0 4%;
}
}
 
/* title 

.page-title {
  display:none;
}

.entry__title {
    display: none;
}

*/

.site-branding {
    padding: 20px 0;
    width: 200px;
}

.btn-top_item {
    padding: 6px 45px;
}

a.btn-top_item {
    padding: 6px 45px;
    background-color: #eee;
}

a:hover.btn-top_item {
    background-color: #a7d6ea5;
}

.wc-shortcodes-post-border{
   background-color: #fff;
   border-bottom: none !important;
}

/* table .aaa */

table.aaa {
    width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.aaa th {
	width: 25%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
}
table.aaa td {
	width: 75%;
	padding: 10px;
	vertical-align: top;
}
table.aaa .even {
	background: #efefef;
}

/* list style 
.history-nav ul .list-inline{
  text-align: center;
}

.history-nav ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.history-nav li {
  margin: 3px;
  padding : 3px 5px;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
}

.history-nav ul a {
  margin: 3px;
  padding : 6px 20px;
	background-color: #eee;
	color: #fff;
	text-decoration: none;
}
.history-nav ul a:hover {
	background-color:#113366;
    color: #fff;
} */


.wc-shortcodes-entry-thumbnail {
        width: 100%;
        height:180px;
        overflow: hidden;
        margin: 0;
        text-align: center;
        object-fit: cover;
}

@media(max-width:991px){
  .wc-shortcodes-entry-title{
    margin-top: 0px!important;
    margin-bottom: 10px!important;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
}

@media(max-width:496px){
   .wc-shortcodes-entry-thumbnail {
     width: 100%;
     height: 240px !important;
     overflow: hidden;
     margin: 0;
     text-align: center;
}
}

/* 「information」の背景色 */
.postList_terms a[href*="/information"] {
     background-color: #fdd000 !important;
     border-color: #fdd000 !important;
     color: #fff; 
}

/* btn */

.btn-gray{
padding: 6px 45px;
color: #9B831F;
background-color: #fff;
border-color: #eee;
}
.btn-gray:hover{
color: #9B831F;
background-color: #eee;
border-color: #eee;
}

@media (max-width: 482px){
.btn-gray{
padding: 6px 20px;
}
}

.btn-yellow:active {
  background: rgb(247, 255, 71);
}

.item_img{
 margin: 30px 0px;
}

.veu_childPage_list .childPage_list_box_inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 20px;
    border: 1px solid #efefef;
    box-shadow: inset 0px 0px 0px 1px #fff
}

.su-posts-default-loop .su-post-thumbnail {
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    margin-right: 1em;
    object-fit: cover;
}

.su-posts-default-loop .su-post-meta {
    display: none;
    margin-bottom: 0.7em;
    font-size: 0.8em;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.su-posts-default-loop .su-post-comments-link {
    display: none;
    font-size: 0.9em;
}

.item-box{
  margin: 35px 0px;
}

/* WM WPFORM */

.mw_wp_form .mwform-field {
    margin: 0 0 10px !important;
}

button, select {
    border: #ccc solid 1px;
    border-radius: 3px;
    margin: 0;
    max-width: 98%;
    padding: 9px 43px 11px  43px;
    vertical-align: middle;
    align: center;
}
.mw_wp_form dl dt .mwform-require {
    margin: 3px;
    border: none !important;
}

.mw_wp_form dl dd input, .mw_wp_form dl dd textarea {
    max-width: 98% !important;
}

.mw_wp_form dl dd textarea {
    width: 100% !important;
}

.mw_wp_form  dd {
    margin: 0;
    padding: 0px 0 15px;
}

.mw_wp_form input {
    margin-bottom: 8px;
}

.mw_wp_form p.mwform-btn input {
    padding: 10px 60px !important;
}

.select-box01 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-box01 select {
        position: relative;
	width: 50%;
	padding: 10px;
        margin-bottom: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	background: #f9f9f9;
}

dt, dd {
    padding-left: 10px;
    border-left-width: 0px;
    border-left-style: solid;
    margin-bottom: 10px;
}

.form-control {
    height: 50px;
}

.mw_wp_form p.mwform-btn input {
    color: #6e6e6e !important;
}

.form-control {
    height: 37px;
}

.soshikizu{
 margin: 20px 0px;
}

.box {
border: solid 1px #eee;
padding: 10px;
}



.balloon1 {
position: relative;
padding: 8px 15px;
margin-top: 30px;
margin-left: 40px;
background: #fff3ad;
border-radius: 20px;
display: inline-block;
}

.balloon1:before{font-family: FontAwesome;
content: "\f111";
position: absolute;
font-size: 15px;
left: -40px;
bottom: 0;
color: #fff3ad;
}

.balloon1:after{
font-family: FontAwesome;
content: "\f111";
position: absolute;
font-size: 23px;
left: -23px;
bottom: 0;
color: #fff3ad;
}

@media (max-width: 482px){
.balloon1 {
position: relative;
padding: 8px 15px;
margin-top: 10px;
margin-left: 0px;
background: #fff3ad;
border-radius: 20px;
display: inline-block;
}
.balloon1:before{
display: none;
}
.balloon1:after{
display: none;
}
}

.pt-cv-wrapper .btn-success {
    color: #fff;
    background-color: #e4d277;
    border-color: #e5e5e5;
}

.pt-cv-wrapper .btn-success:hover {
    color: #fff;
    background-color: #e8bb14;
    border-color: #eeeeee;
}

.pt-cv-wrapper .btn-success {
    float: right;
}

.btn-group-sm.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin: 5px;
}

.footer-widget__title {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px;
}

/* 蛍光ペン */

/*ピンク（太め）*/
.pink_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;}
 
/*ブルー（太め）*/
.blue_line{background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cce5ff 0%) repeat scroll 0 0;}
 
/*イエロー（太め）*/
.yellow_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;}
 
/*ピンク（細め）*/
.pink_line_narrow{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffb2d8 0%) repeat scroll 0 0;}
 
/*ブルー（細め）*/
.blue_line_narrow {background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #add6ff 0%) repeat scroll 0 0;}
 
/*イエロー（細め）*/
.yellow_line_narrow{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffff7f 0%) repeat scroll 0 0;}

.entries--related-posts .entry-meta__item.published {
    display: none;
}

.pt-cv-thumbnail {
    height: 230px;
    max-width: 100%!important;
    margin-top: 0!important;
    margin-bottom: 10px!important;
    min-width: inherit!important;
    object-fit: cover;
}

.pagetop-widget-area{
 margin-top: 30px;
}