@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
	
.grecaptcha-badge { visibility: hidden; }
.hukidashi-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1em 0;
}
.hukidashi-type-l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.hukidashi-name,
.hukidashi-content,
.hukidashi-content p {
    padding: 0;
    margin: 0;
}
.hukidashi-content p {
    margin-top: .5em;
}
.hukidashi-content p:first-child {
    margin-top: 0;
}
.hukidashi-icon {
    height: auto;
    max-width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}
.hukidashi-image {
    margin:0;
    padding:0;
    border-radius: 50%;
    overflow: hidden;
}
.hukidashi-image img {
    vertical-align: middle;
}
.hukidashi-name {
    margin-top: .3em;
    font-size: .7em;
    text-align: center;
}

.hukidashi-balloon {
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: .5em 1em;
    border-radius: 4px;
}
.hukidashi-balloon:after,
.hukidashi-balloon:before {
    top: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.hukidashi-balloon:after {
    border-width: 6px;
    margin-top: -6px;
}
.hukidashi-balloon:before {
    border-width: 7px;
    margin-top: -7px;
}

/**
 * type : right
 */
.hukidashi-type-r .hukidashi-balloon {
    margin-left: 1em;
}
.hukidashi-type-r .hukidashi-balloon:after,
.hukidashi-type-r .hukidashi-balloon:before {
    right: 100%;
    border-left: none;
}
.hukidashi-type-r .hukidashi-balloon:after {
    border-color: transparent #fff;
}
.hukidashi-type-r .hukidashi-balloon:before {
    border-color: transparent #ccc;
}
/**
 * type : left
 */
.hukidashi-type-l .hukidashi-balloon {
    margin-right: 1em;
}
.hukidashi-type-l .hukidashi-balloon:after,
.hukidashi-type-l .hukidashi-balloon:before {
    left: 100%;
    border-right: none;
}
.hukidashi-type-l .hukidashi-balloon:after {
    border-color: transparent #fff;
}
.hukidashi-type-l .hukidashi-balloon:before {
    border-color: transparent #ccc;
}