/* CSS Document */
*{
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 160%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}



body{
	text-align: center;
	background: #fff;
}

#wrapper{
	text-align: left;
	margin: 0 auto;
	max-width: 980px;
}

.fL{
	font-size: 1.4rem;
}

.mgWrap{
	padding: 24px 40px;
}

#apologyBox .fLeft{
	float: left;
	width: calc(100% - 300px);
}
#apologyBox .fRight{
	float: right;
	margin-left: 20px;
}

.head,
h3{
	color: #555;
	font-size: 1.5rem;
}
img{
	width: 100%;
}
#header img,
#apologyBox img,
#footer img{
	width: auto;
}
/* header */
#header{
	padding: 16px 24px;
	border-bottom: 1px solid #555;
}


/* apologyBox */
#apologyBox{}

#apologyBox h2{
	font-size: 1.2rem;
	margin-top: 40px;
	margin-bottom: 0.5rem;
}

#apologyBox .contact{
	margin-top: 1rem;
	padding: 16px 24px;
	background: #f2f2f2;
}

div.border{
	margin: 32px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#apologyBox .att{
	margin: 24px;
}

#apologyBox .att li{
	margin-bottom: 24px;
	list-style-type: decimal !important;
	list-style: outside;

}
.tRight{
	margin-top: 20px;
	text-align: right;
}
#apologyBox address{
	margin-top: 40px;
	text-align: right;
	font-style: normal;
}
/* causeBox */
#causeBox h2{
	font-size: 1.3rem;
	color: #fff;
	background: #0066cc;
	padding: 5px 20px;
}
#causeBox h3{
	font-size: 1.3rem;
	color: #000;
}
#causeBox ul{
	padding: 20px;
}
#causeBox li{
	list-style: none;
	margin-bottom: 50px;
}
#causeBox li p{
	float: left;
	width: 48%;
	margin-bottom: 30px;
}
#causeBox li p:after{
	content: "";
	width: 0;
	height: 0;
	position: relative;
	display: block;
	left: calc(50% - 30px);
	bottom: -10px;
	border-style: solid;
	border-width: 40px 40px 0 40px;
	border-color: #0066cc transparent transparent transparent;
}
#causeBox li .imgBox p:after{
	display: none;
}
#causeBox li.cause01 img,
#causeBox li.cause02 img{
	float: right;
	width: 48%;
}


.attention{
	padding: 8px 16px;
	background: #e1002d;
	color: #fff;
}

#causeBox li.cause03 img{
	width: 20%;
	margin-left: 4%;
}

#causeBox li.cause04 img{
	width: 15%;
}
#causeBox li.cause04 img:first-child{
	margin-left: 4%;
}

#causeBox li.cause04 p:after{
	display: none;
}

#causeBox .ex01{
	float: left;
	margin-left: 4%;
	width: 20%;
	font-size: 0.8rem;
}
#causeBox .ex02{
	float: right;
	margin-right: -2%;
	width: 20%;
	font-size: 0.8rem;
}

.ex01 img, .ex02 img{
	width: 2rem !important;
	vertical-align: bottom !important;
	float: none !important;
	height: auto;
}

@media screen and (max-width: 700px){
	div.border{
	margin: 8px;
}
#apologyBox .fLeft{
	float: none;
	width: 100%;
}
#apologyBox .fRight{
	float: none;
	text-align: center;
	margin: 20px auto;
}
#causeBox .ex01{
	width: 40%;
}
#causeBox .ex02{

	width: 40%;
}
img{
	width: auto;
}

.mgWrap{
	padding: 24px 16px;
}
#causeBox h2,
#causeBox ul{
	padding-left: 10px;
	padding-right: 10px;
}
#causeBox li p{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
#causeBox li p:after{
	display: none;
}
#causeBox li .imgBox{
	text-align: center;
	margin-bottom: 30px;
}
#causeBox li .imgBox:after{
	content: "";
	width: 0;
	height: 0;
	position: relative;
	display: block;
	left: calc(50% - 40px);
	bottom: 0;
	border-style: solid;
	border-width: 40px 40px 0 40px;
	border-color: #0066cc transparent transparent transparent;
}
#causeBox li.cause01 img{
	float: none;
	width: 100%;
}
#causeBox li .imgBox img{
	width: 100%;
	margin-bottom: 20px;
}

#causeBox li.cause03 img,
#causeBox li.cause04 img{
	width: 200px;
}
#causeBox li.cause04 .imgBox:after{
	display: none;
}
#causeBox li .imgBox p img{
	margin-bottom: 0;
}
}
/**/
/* contact */
#contactBox{
	text-align: center;
	padding: 32px;
	background: #f2f2f2;
}

#contactBox h3{
	font-size: 1.4rem;
	margin-bottom: 16px;
}

#contactBox .phone{
	font-size: 2rem;
	color: #0066cc;
	font-weight: bold;
}
#contactBox .time{
	font-size: 1rem;
	font-weight: 500;
}

/*
.att{
	margin-top: 30px;
	width:70%;
	text-align: left;
	margin: 30px auto 0;
}
.att li{
	margin-bottom: 1rem;
}
.att li:before{
	content: "※ ";
}
*/


/* footer */
#footer{
	border-top: 1px solid #555;
	padding: 8px 24px;
}

#footer img{
	display: inline-block;
	float: left;
}
.copy{
	font-size: 0.8rem;
	padding-left: 20px;
	height: 56px;
	vertical-align: middle;
	display: table-cell;
}