@charset "UTF-8";

#furouchi{
	font-size: 1.8rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	color: #000;
	-webkit-text-size-adjust: 100%;
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size: 100%;
	margin:0 ;
	padding:0;
}

img {
	border: 0px; 
	vertical-align:bottom;
}
p{
	margin:0 ;
	padding:0;
}

table{
	border-collapse: collapse;
	border-spacing: 0px;
}

form label{
	cursor: pointer;
}

article p{
	margin:0 0 30px;
}

/* リンク 
a{
	text-decoration: none;
	color: #000;
}
a:hover, a:active, a:focus{
	color: #000;
}

a img {
	border:0;
	vertical-align:bottom;
}

*/

 
.cf:after{
	display: block;
	clear: both;
	content: '';
}








#furouchi {
	width: 980px;
	margin: 0 auto 50px;
}

.sp{
	display :none;
}

h1.sp{
	margin-top: 13px;
}

.furouchi_title h1{
	margin-bottom: 13px;
}


#furouchi ul.images li{
	float: left;

}
#furouchi ul.images li:first-child {
	margin-right: 16px;
}

#furouchi h1 {
	color:#000;
	font-size: 2.3rem;
	font-weight: bold;
}
#furouchi h2 {
	color:#036eb7;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.8;
	padding: 10px 0;
}
#furouchi h3 {
	color:#000;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.8;
	padding: 10px 0;
}
#furouchi h4 {
color:#000;
font-size: 1.9rem;
font-weight: bold;
line-height: 1.6;
padding: 10px 0;
}
#furouchi .mb15 {
	margin-bottom: 15px;
}
#furouchi .mt18 {
	margin-top: 18px;
}
#furouchi .pt10 {
	padding-top: 15px;
}
#furouchi .small_text_01 {
	padding: 10px 0 ;
	font-size: 1.4rem;
}
#furouchi .mb18 {
	margin-bottom: 18px;
}
#furouchi .gray_box {
	padding: 10px 22px;
	background:#edeeee;
	font-size: 1.4rem;
}
#furouchi .credit {
	color:#808080;
	margin-top:-1em;
	padding: 0 0 10px;
	font-size: 1.2rem;
}


/*--------------------
 吹き出しを作る
--------------------*/
.balloon {
margin-bottom: 2em;
position: relative;
}
.balloon:before,.balloon:after {
clear: both;
content: "";
display: block;
}
.balloon figure {
width: 60px;
height: 60px;
}
.balloon-image-left {
float: left;
margin-right: 20px;
}
.balloon-image-right {
float: right;
margin-left: 20px;
}
.balloon figure img {
width: 100%;
height: 100%;
border: 1px solid #aaa;
border-radius: 50%;
margin: 0;
}
.balloon-image-description {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}
.balloon-text-right,.balloon-text-left {
position: relative;
padding: 10px;
border: 1px solid;
border-radius: 10px;
max-width: -webkit-calc(100% - 120px);
max-width: calc(100% - 120px);
display: inline-block;
}
.balloon-text-right {
border-color: #aaa;
}
.balloon-text-left {
border-color: #aaa;
}
.balloon-text-right {
float: left;
}
.balloon-text-left {
float: right;
}
.balloon p {
margin: 0 0 20px;
}
.balloon p:last-child {
margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #aaa;
top: 15px;
left: -20px;
}
.balloon-text-right:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -19px;
}
.balloon-text-left:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #aaa;
top: 15px;
right: -20px;
}
.balloon-text-left:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #fff;
top: 15px;
right: -19px;
}


.matome{
	margin:0 ;
	padding:0;
}





@media screen and (max-width: 767px) {

	#furouchi {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	img{
		width:100%;
		height: auto;
	}




	#furouchi ul.images li{
		float: none;
	}
	#furouchi ul.images li:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}

	#furouchi h1 {
		font-size: 2.1rem;
		line-height: 1.3;
	}
	#furouchi h2 {
		font-size: 1.8rem;
		line-height: 1.3;
	}
	#furouchi h3 {
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.3;
	}
	#furouchi h4 {
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.3;
	}
	article p{
		font-size: 1.5rem;
		line-height: 1.5;
	}
	#furouchi .pt10 {
		padding-top: 20px;
	}
	#furouchi .mt18 {
		margin-top: 10px;
	}
	#furouchi .small_text_01 {
		padding: 10px 0 ;
		font-size: 1.2rem;
	}




/*--------------------
 吹き出しを作る
--------------------*/
.balloon {
margin-bottom: 2em;
position: relative;
}
.balloon:before,.balloon:after {
clear: both;
content: "";
display: block;
}
.balloon figure {
width: 60px;
height: 60px;
}
.balloon-image-left {
float: left;
margin-right: 20px;
}
.balloon-image-right {
float: right;
margin-left: 20px;
}
.balloon figure img {
width: 100%;
height: 100%;
border: 1px solid #aaa;
border-radius: 50%;
margin: 0;
}
.balloon-image-description {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}
.balloon-text-right,.balloon-text-left {
position: relative;
padding: 10px;
border: 1px solid;
border-radius: 10px;
max-width: -webkit-calc(100% - 120px);
max-width: calc(100% - 120px);
display: inline-block;
}
.balloon-text-right {
border-color: #aaa;
}
.balloon-text-left {
border-color: #aaa;
}
.balloon-text-right {
float: left;
}
.balloon-text-left {
float: right;
}
.balloon p {
margin: 0 0 20px;
}
.balloon p:last-child {
margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #aaa;
top: 15px;
left: -20px;
}
.balloon-text-right:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -19px;
}
.balloon-text-left:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #aaa;
top: 15px;
right: -20px;
}
.balloon-text-left:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #fff;
top: 15px;
right: -19px;
}

.matome{
	margin:0 ;
	padding:0;
}




}