@charset "UTF-8";
/* CSS Document */


/* about
=======================================*/

/*============================
#page_about
============================*/
#page_about .indexLead p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin:40px auto 30px;/*margin-bottom: 30px;*/
}

/*ごあいさつ*/
#page_about .greeting {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px 20px 20px;
  /*border: 1px solid #f4ecdf;*/
  margin: 0 44px 40px 44px;/*margin: 0 23px 40px 23px;*/
}
#page_about .greeting p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
#page_about .greeting picture {
  padding: 0 0 20px 20px;
  float: right;
}
#page_about .greeting h4 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  background: url(../img/about/bg_headline2.png) 0 bottom repeat-x;
  height: 50px;
  text-align: left;
  color: #505050;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  margin: 0 0 20px 0;
  padding: 0;
}
#page_about .greeting span {
  background: url(../img/about/bg_headline1.png) 0 bottom repeat-x;
  height: 50px;
  display: inline-block;
}
/**/
#page_about p.lead {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 35px 0 25px 0;
  line-height: 180%;
}

/* 外枠 */
#page_about article > .inner {
  padding-top: 35px;
	margin-bottom:160px;
}


/* 中枠 */
#page_about article section > h4 {
	width:912px;
	margin:0 auto;
	padding: 21px 0;
}
#page_about article section > .inner {
	width:912px;
	padding:22px 20px;
	margin:0 auto 40px auto;
}

/* 事業領域 */
#page_about article section#sec03 .inner {
  padding-right: 0;
}
#page_about article section#sec03 .dlStyle01 {
  /*background:url(../img/about/bg_businessarea.png) 0 0 no-repeat;*/
  overflow: hidden;
  /*padding: 5px 0 5px 5px;*/
	margin-left:10px;
}
#page_about article section#sec03 .dlStyle01 dl {
  width: 180px;
  float: left;
  padding: 5px 25px 5px 15px;
}
#page_about article section#sec03 .dlStyle01 dl:nth-child(1) {
	background:url(../img/about/bg_businessarea1.png) 0 0 no-repeat;
	background-size:5px 100%;
}
#page_about article section#sec03 .dlStyle01 dl:nth-child(2) {
	background:url(../img/about/bg_businessarea2.png) 0 0 no-repeat;
	background-size:5px 100%;
}
#page_about article section#sec03 .dlStyle01 dl:nth-child(3) {
	background:url(../img/about/bg_businessarea3.png) 0 0 no-repeat;
	background-size:5px 100%;
}
#page_about article section#sec03 .dlStyle01 dl:nth-child(4) {
	background:url(../img/about/bg_businessarea4.png) 0 0 no-repeat;
	background-size:5px 100%;
}
#page_about article section#sec03 .dlStyle01 dl.last {
  padding-right: 0;
  /*width: 200px;*/
}
#page_about article section#sec03 .dlStyle01 dl dt {
  height: 58px;
  font-size: 2rem;
  line-height: 120%;
	margin-bottom:0;
}
#page_about article section#sec03 .dlStyle01 dl dd {
  font-size: 1.2rem;
  line-height: 140%;
}

/* 協会概要 */
#page_about article section#sec04 dl {
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 120%;
  margin-bottom: 20px;
}
#page_about article section#sec04 dl dt {
  border-bottom: 1px dotted #7f7f7f;
  font-weight: bold;
  float: left;
  padding: 15px 0 10px 0;
  width: 130px;
}
#page_about article section#sec04 dl dd {
  border-bottom: 1px dotted #7f7f7f;
  width: 740px;
  float: left;
  padding: 15px 0 10px 0;
}

article section dl dt.nodt {
  border-bottom: none !important;
}

article section dl dd.nodtLast {
  border-bottom: none !important;
}

article section dl dd.nodt {
  margin-left: 130px !important;
}

article section dl dt.nodtClear,
article section dl dd.nodtClear {
  border-top: 1px dotted #7f7f7f !important;
}

article section dl dt.nodt span {
  font-weight: normal;
  font-size: 14px;
  font-size: 1rem;
  display: block;
}










/* SP
=======================================*/
@media screen and (max-width:767.98px) {



#page_about .indexLead p {
	font-size: 1.077em;
	margin:5px auto 0 auto;
}
/*ごあいさつ*/
#page_about .greeting {
	width:calc(100% - 40px);
  padding: 0 20px 20px 20px;
  margin: 0 auto 40px auto;
  /*background-color: #EEf;*/
}
#page_about .greeting p {
  font-size: 1.0em;
  margin-bottom: 20px;
}
#page_about .greeting picture {
  padding: 0 19px 20px 15px;
}
#page_about .greeting picture img {
	width:114px; height:253px;
}
#page_about .greeting h4 {
  font-size: 2.0em;
  background: none;
  height:auto;
  margin: 0 0 20px 0;
  padding: 0 0 2px 0;
  border-bottom:1px dotted #7F7F7F;
}
#page_about .greeting span {
  background: none;
  height: 1px;
}

/* 外枠 */
#page_about article > .inner {
	margin-bottom:80px;
}
/* 中枠 */
#page_about article section > h4 {
	width:calc(100% - 20px);
	margin:0 auto;
	padding: 10px 0;
}
#page_about article section > .inner {
	width:calc(100% - 20px);
	padding:20px 15px 10px 15px;
	margin:0 auto 20px auto;
}
#page_about article section > .inner p {
	font-size: 1.0em;
}

/* 事業領域 */
#page_about article section#sec03 .inner {
	padding: 30px 15px 0 15px;
}
#page_about article section#sec03 .dlStyle01 {
	overflow: visible;
	width: 100%;
	padding: 0;
	margin-left:0;
	background:none;
	/*background:#EFE;*/
}
#page_about article section#sec03 .dlStyle01 dl {
	width: calc(100% - 15px);
	float: none;
	padding: 0 0 0 15px;
	margin-bottom:30px;
}
#page_about article section#sec03 .dlStyle01 dl dt {
	height: auto;
	font-size: 1.231em;
	margin-bottom:12px;
}
#page_about article section#sec03 .dlStyle01 dl dd {
  font-size: 1.0em;
  line-height: 140%;
}

/* 協会概要 */
#page_about article section#sec04 dl {
	display:flex;
	flex-wrap: wrap;
	width:100%;
	font-size: 1.077em;
	margin: 0 auto 10px auto;
}
#page_about article section#sec04 dl dt {
  float: clear;
  float: none;
  padding: 12px 1em 12px 0;
  width: 4em;
}
#page_about article section#sec04 dl dd {
  width: calc(100% - 4em - 1em - 1px);
  float: clear;
  float: none;
  padding: 12px 0 12px 0;
 /* background:#FEE;*/
}
article section dl dd.nodt {
  margin-left: 5em !important;
}



}