@charset "utf-8";


article > section {
	padding: 45px 20px;
	margin: 0;
}
article section h3 {
	font-size: 20px;
	color: #222;
	line-height: 25px;
	margin-bottom: 25px;
}
article section p {
	font-size: 14px;
	line-height: 22px;
}

/* -- anchor -- */
#anc {
	padding: 20px 10px 0;
	margin-bottom: 45px;
}
#anc p {
	text-align: center;
	display: block;
	height: 45px;
}
#anc p a {
	font-size: 13px;
	line-height: 26px;
	color: #222;
	background: #F4DB2A;
	text-align: center;
	display: block;
	width: 230px;
	margin: auto;
	border-radius: 5px;
	box-shadow: 0 4px #bb900c;
}
#anc p a:after {
	content: "";
	background: url(/common/img/arw5.png) no-repeat;
	vertical-align: middle;
	display: inline-block;
	height: 13px;
	width: 14px;
	margin-left: 8px;
}
#anc > ul {
	background: #F5F5F5;
	display: block;
	padding: 15px 15px 5px;
}
#anc > ul > li {
	display: block;
	margin-bottom: 15px;
	position: relative;
}
#anc > ul > li > a {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	display: block;
	height: 45px;
	width: 100%;
	margin: 0;
	padding-top: 17px;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 2;
}
#anc > ul > li > a:after { transform: rotate(90deg); -webkit-transform: rotate(90deg); }

/* -- about -- */
#sec1 {
	background: #fcf7e6;
}
#sec1 h4 {
	font-size: 16px;
	line-height: 1.5;
	color: #ff9b1a;
	margin-bottom: 15px;
}
#sec1 > p {
	display: block;
}
#sec1 > p + img {
	display: block;
	width: 100%;
	height: auto;
	margin: 25px 0 30px;
}
#sec1 section {
	background: #fff;
	padding: 25px 15px;
	margin: 0 -10px;
	border-radius: 8px;
}
#sec1 section ul {
	display: block;
	margin: 0 -5px -10px;
	overflow: hidden;
}
#sec1 section ul li {
	float: left;
	display: block;
	width: 50%;
	padding: 0 5px 20px;
	box-sizing: border-box;
}
#sec1 section ul li:nth-child(odd) { clear: both; }
#sec1 section ul li img {
	width: 100%;
	height: auto;
}
#sec1 section ul li strong {
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	display: block;
	margin-top: 10px;
}
#sec1 section p {
	margin-top: 20px;
}

/* -- case -- */
#sec2 ul.note {
	font-size: 13px;
	line-height: 1.5;
	margin: 20px 0 25px;
}
#sec2 ul.note li {
	margin-left: 1em;
	text-indent: -1em;
}
#sec2 ul#tab {
	display: block;
	margin: 0 -2px;
	overflow: hidden;
}
#sec2 ul#tab li {
	display: block;
	float: left;
	width: 20%;
	padding: 0 2px;
	box-sizing: border-box;
}
#sec2 ul#tab li a {
	font-size: 11px;
	line-height: 1.5;
	font-weight: bold;
	background: #FEFBEB url(/about/img/case_arw_cl.png) no-repeat center 55px;
	text-align: center;
	padding: 10px 0 15px;
	height: 50px;
	display: block;
	border-top: 3px solid #FFA229;
	position: relative;
}
#sec2 ul#tab li a.open { background: #fcea9e url(/about/img/case_arw_op.png) no-repeat center 55px; }
#sec2 div[id] {
	background: #FCEA9E;
	padding: 10px 10px 0;
	overflow: hidden;
	display: none;
}
#sec2 section {
	background: #FFF;
	padding: 15px;
	margin-bottom: 10px;
}
#sec2 section b {
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	color: #FFF;
	background: #ff9f00;
	text-align: center;
	display: block;
	height: 18px;
	width: 70px;
}
#sec2 section h4 {
	color: #444;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 -15px 15px;
	padding: 5px 15px 5px 75px;
	position: relative;
	border-bottom: solid 2px #fcea9e;
}
#sec2 section h4:before {
	content: "団体名：";
	display: block;
	white-space: nowrap;
	position: absolute;
	left: 15px;
	top: 5px;
}
#sec2 section h4 span {
	font-size: 12px;
	font-weight: normal;
}
#sec2 section > img {
	width: 100%;
	height: auto;
}
#sec2 section table,
#sec2 section tbody,
#sec2 section tr,
#sec2 section th,
#sec2 section td {
	display: block;
}
#sec2 section th,
#sec2 section td {
	font-size: 14px;
	line-height: 22px;
}
#sec2 section th {
	color: #ff9f00;
	padding-top: 15px;
}
#sec2 section td a {
	word-break: break-all;
}

/* -- point -- */
#sec3 section {
	background: #FFF;
	padding: 0 0 25px;
	margin-top: 25px;
	border-top: 3px solid #FFA229;
}
#sec3 section h4 {
	font-size: 16px;
	line-height: 1.5;
	color: #ff9b1a;
	padding: 15px;
	border-bottom: 1px solid #FFA229;
}
#sec3 section p,
#sec3 section figure {
	margin: 15px 15px 0;
}
#sec3 section figure {
	text-align: center;
}
#sec3 section img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
#sec3 section p:last-child {
	font-size: 13px;
}
#sec3 section p a {
	color: #888;
	text-decoration: underline;
}

/* -- FAQ -- */
#sec4 dt {
	font-size: 15px;
	line-height: 23px;
	background: #F6D2A7 url(/about/img/qa_icon_q.png) no-repeat 10px 10px;
	background-size: 27px 27px;
	padding: 15px 35px 15px 45px;
	margin-bottom: 1px;
	position: relative;
	cursor: pointer;
}
#sec4 dt:after {
	content: "";
	background: url(/about/img/qa_icon_cl.png) no-repeat;
	background-size: 100% 100%!important;
	display: block;
	height: 17px;
	width: 17px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
}
#sec4 dt.open:after { background: url(/about/img/qa_icon_op.png) no-repeat; }
#sec4 dd {
	font-size: 14px;
	line-height: 1.5;
	background: url(/about/img/qa_icon_a.png) no-repeat 10px 10px;
	background-size: 27px 27px;
	padding: 15px 10px 15px 45px;
	display: none;
}

/* -- link -- */
#sec5 {
	background: #f5f4ef;
}
#sec5 h4 {
	font-size: 16px;
	line-height: 1.5;
	color: #ff9b1a;
	margin: 30px 0 -10px;
}
#sec5 table {
	width: 100%;
	margin-top: 25px;
}
#sec5 table,
#sec5 tbody,
#sec5 tr,
#sec5 th,
#sec5 td {
	display: block;
}
#sec5 table th {
	font-size: 14px;
	background: #F7DD98;
	padding: 20px 15px;
}
#sec5 table th span {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	display: block;
	margin-top: 5px;
}
#sec5 table td {
	border-bottom: solid 1px #f5f4ef;
}
#sec5 table td a {
	font-size: 13px;
	line-height: 1.5;
	background: #FFF url(/common/img/arw2.png) no-repeat 15px 16px;
	padding: 12px 25px 12px 28px;
	display: block;
	position: relative;
}
#sec5 table td span {
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
}
#sec5 table td span:after,
#sec5 table td a.inline:after {
	content: "";
	background: url(/common/img/icon_blank.png) no-repeat right bottom;
	vertical-align: baseline;
	display: inline-block;
	height: 12px;
	width: 13px;
	margin-left: 10px;
}
#sec5 table td a.inline span {
	margin: 0;
}
#sec5 table td a.inline span:after {
	display: none;
}



@media screen and (min-width: 375px) {
	#sec3 h4 br.sp,
	#sec3 h3 br.sp,
	#sec2 ul#tab li a br.sp {
		display: none;
	}
	#sec3 h4 br.pc {
		display: inline;
	}
}
