@charset "UTF-8";

/*
Theme Name: グッド・シェパード
Theme URI:
Description: 
Version: 1.0
Author: グッド・シェパード
Author URI: 
*/

/*吹き出し左*/
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 4px solid #666666;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 15px;
	margin-top: -15px;
}
.arrow_box:before {
	border-color: rgba(102, 102, 102, 0);
	border-right-color: #666666;
	border-width: 21px;
	margin-top: -21px;
}

.box-talk{overflow:hidden;margin-bottom:1em;}
.box-talk .l{float:left;width:22%;}
.box-talk .r{float:right;width:68%;padding:2%;font-size:1em; }
.box-talk .l img{width:100%;}

@media
only screen and (max-width : 736px){
.box-talk{overflow:hidden;margin-bottom:1em;}
.box-talk .l{float:left;width:22%;}
.box-talk .r{float:right;width:67%;padding:1%;font-size:1em; }
.box-talk .l img{width:100%;}
}



blockquote{
font-size:0.9em;
margin:15px 0 15px 30px;
background-color:#eee;
padding:2.6em 1em 1em;
position:relative;
}
blockquote:before{
content:"“";
font-size:600%;
line-height:1.1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:0;
top:0;
}

@media
only screen and (max-width : 736px){
blockquote{
margin:1em 0 1em 1em;

}
}

.box-border{border:1px solid #ccc;padding:0.5em;}

.box-gray{border:1px solid #ccc;background:#f5f5f5;padding:0.5em;}

.al-c{text-align:center;}
.al-r{text-align:right;}

.b{font-weight:bold;}
.f09em{font-size:0.9em;}
.f08em{font-size:0.8em;}
.f12em{font-size:1.2em;}
.f13em{font-size:1.3em;}
.f14em{font-size:1.4em;}
.f15em{font-size:1.5em;}
.f16em{font-size:1.6em;}
.f17em{font-size:1.7em;}
.f18em{font-size:1.8em;}



/*文字色*/
.red{color:#C00;}


/* 余白 */

@media screen and (min-width: 769px) {

    .mb30{margin-bottom: 30px;}
    
}
