@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
#header .con_header, #topicpath, #contents .con_loc, #contents .dnav {
  width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 1000px) {
  #header .con_header, #topicpath, #contents .con_loc, #contents .dnav {
    width: 95%;
  }
}

/*ページ共通ボタン*/
/*白背景*/
/*スマホアコーディオン*/
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
}
html:not(.touch) a:hover {
  text-decoration: none;
}
html.ua_pc a[href^="tel"] {
  color: #000;
  text-decoration: none;
  cursor: default;
}

body {
  color: #333333;
  background: url(../images/common/bg_doc.png);
  font-size: small;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  line-height: 1.5;
}
body a {
  color: #212121;
}
body a:link {
  text-decoration: underline;
}
body a:visited {
  text-decoration: underline;
}
body a:active {
  text-decoration: none;
}
body img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  body.menuActive {
    background: #fff;
  }
  body.menuActive #page {
    opacity: 0;
  }
}

a > img:not(.noover):hover,
.over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (min-width: 1001px) {
  .view_tab-sp, .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) {
  .view_sp {
    display: none !important;
  }

  .txt_sub {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) {
  .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .view_pc-tab, .view_tab {
    display: none !important;
  }

  .change_txt {
    display: none !important;
  }
}
/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  overflow: hidden;
  opacity: 1;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #page {
    padding-top: 51px;
  }
}

@media only screen and (max-width: 640px) {
  #gnav,
  #fixnav,
  #hnav,
  #header .box_lang .st {
    display: none !important;
  }
}
/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  border-top: solid #c5b081;
  border-top-width: 3px;
}
@media only screen and (max-width: 640px) {
  #header {
    border-top-width: 2px;
  }
}
@media only screen and (max-width: 640px) {
  #header {
    background: url(../images/common/bg_doc.png);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: 1px solid #fff;
  }
}
#header .con_header {
  padding: 10px 0;
  *zoom: 1;
}
@media only screen and (max-width: 640px) {
  #header .con_header {
    width: auto;
    padding: 0 0 0 7px;
  }
}
#header .con_header:after {
  content: "";
  display: table;
  clear: both;
}
#header .con_header h1 {
  float: left;
}
@media only screen and (max-width: 640px) {
  #header .con_header h1 {
    padding-top: 10px;
  }
  #header .con_header h1 img {
    width: 105px;
  }
}
#header .con_header .box_sub {
  padding-top: 6px;
  float: right;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_sub {
    padding-top: 0;
    text-align: center;
  }
}
#header .con_header .box_sub #hnav {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 15px;
}
#header .con_header .box_sub #hnav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#header .con_header .box_sub #hnav li:first-child {
  margin-right: 25px;
}
#header .con_header .box_sub .box_lang {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-right: 7px;
  position: relative;
}
#header .con_header .box_sub .box_lang .st {
  cursor: pointer;
  position: relative;
}
#header .con_header .box_sub .box_lang .st:after {
  content: '';
  width: 5px;
  height: 3px;
  background: url(../images/header/ic_lang.png) no-repeat;
  position: absolute;
  right: 6px;
  top: 8px;
}
#header .con_header .box_sub .box_lang .st.active:after {
  background-position: bottom;
}
#header .con_header .box_sub .box_lang ul {
  display: none;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
}
#header .con_header .box_sub .box_lang ul li a {
  display: block;
  border-top: 1px solid #ece5d7;
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_sub .box_lang ul {
    display: inline-block !important;
    position: static;
  }
  #header .con_header .box_sub .box_lang ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #header .con_header .box_sub .box_lang ul li:first-child:after {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 117%;
    vertical-align: bottom;
    margin: 0 .3em 0 .6em;
  }
  #header .con_header .box_sub .box_lang ul li:first-child a {
    background: #d8c9b0;
    padding: 3px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #header .con_header .box_sub .box_lang ul li a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-decoration: none;
    padding: 3px 0;
    font-size: 92%;
  }
}
#header .con_header .box_sub .btn_menu {
  width: 54px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
}
#header #gnav, #header #fixnav {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjlmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZThlMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #faf9f6), color-stop(100%, #ebe8e0));
  background: -moz-linear-gradient(#faf9f6, #ebe8e0);
  background: -webkit-linear-gradient(#faf9f6, #ebe8e0);
  background: linear-gradient(#faf9f6, #ebe8e0);
  -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3);
}
.ie8 #header #gnav, .ie8 #header #fixnav {
  background-color: #f3f1ec;
}
#header #gnav ul, #header #fixnav ul {
  width: 1000px;
  margin: auto;
  overflow: hidden;
}
@media only screen and (min-width: 641px) and (max-width: 1000px) {
  #header #gnav ul, #header #fixnav ul {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #header #gnav ul, #header #fixnav ul {
    width: 0;
  }
}
#header #gnav ul li, #header #fixnav ul li {
  width: 14.28571%;
  float: left;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #efece8;
}
@media only screen and (min-width: 641px) and (max-width: 1000px) {
  #header #gnav ul li.gnav_topics, #header #fixnav ul li.gnav_topics {
    width: 12%;
  }
  #header #gnav ul li.gnav_news, #header #fixnav ul li.gnav_news {
    width: 18%;
  }
  #header #gnav ul li.gnav_service, #header #fixnav ul li.gnav_service {
    width: 11%;
  }
  #header #gnav ul li.gnav_group, #header #fixnav ul li.gnav_group {
    width: 19%;
  }
  #header #gnav ul li.gnav_csr, #header #fixnav ul li.gnav_csr {
    width: 8%;
  }
  #header #gnav ul li.gnav_recruit, #header #fixnav ul li.gnav_recruit {
    width: 13%;
  }
  #header #gnav ul li.gnav_company, #header #fixnav ul li.gnav_company {
    width: 19%;
  }
}
#header #gnav ul li:first-child, #header #fixnav ul li:first-child {
  border-left: 1px solid #efece8;
}
#header #gnav ul li:first-child a, #header #fixnav ul li:first-child a {
  border-left: 1px solid #fdfcfb;
}
#header #gnav ul li:hover, body[id^="topics"] #header #gnav ul li.gnav_topics, body[id^="news"] #header #gnav ul li.gnav_news, body[id^="service"] #header #gnav ul li.gnav_service, body[id^="group"] #header #gnav ul li.gnav_group, body[id^="csr"] #header #gnav ul li.gnav_csr, body[id^="recruit"] #header #gnav ul li.gnav_recruit, body[id^="company"] #header #gnav ul li.gnav_company, #header #fixnav ul li:hover, body[id^="topics"] #header #fixnav ul li.gnav_topics, body[id^="news"] #header #fixnav ul li.gnav_news, body[id^="service"] #header #fixnav ul li.gnav_service, body[id^="group"] #header #fixnav ul li.gnav_group, body[id^="csr"] #header #fixnav ul li.gnav_csr, body[id^="recruit"] #header #fixnav ul li.gnav_recruit, body[id^="company"] #header #fixnav ul li.gnav_company {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZDhjZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZTdlMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ddd8ce), color-stop(100%, #ebe7e0));
  background: -moz-linear-gradient(#ddd8ce, #ebe7e0);
  background: -webkit-linear-gradient(#ddd8ce, #ebe7e0);
  background: linear-gradient(#ddd8ce, #ebe7e0);
}
.ie8 #header #gnav ul li:hover, .ie8 body[id^="topics"] #header #gnav ul li.gnav_topics, .ie8 body[id^="news"] #header #gnav ul li.gnav_news, .ie8 body[id^="service"] #header #gnav ul li.gnav_service, .ie8 body[id^="group"] #header #gnav ul li.gnav_group, .ie8 body[id^="csr"] #header #gnav ul li.gnav_csr, .ie8 body[id^="recruit"] #header #gnav ul li.gnav_recruit, .ie8 body[id^="company"] #header #gnav ul li.gnav_company, .ie8 #header #fixnav ul li:hover, .ie8 body[id^="topics"] #header #fixnav ul li.gnav_topics, .ie8 body[id^="news"] #header #fixnav ul li.gnav_news, .ie8 body[id^="service"] #header #fixnav ul li.gnav_service, .ie8 body[id^="group"] #header #fixnav ul li.gnav_group, .ie8 body[id^="csr"] #header #fixnav ul li.gnav_csr, .ie8 body[id^="recruit"] #header #fixnav ul li.gnav_recruit, .ie8 body[id^="company"] #header #fixnav ul li.gnav_company {
  background-color: #faf9f6;
}
#header #gnav ul li a, #header #fixnav ul li a {
  line-height: 1;
  padding: 15px 0;
  display: block;
  border-right: 1px solid #fdfcfb;
}
#header #fixnav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
#header #fixnav.active {
  display: block;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  border-top: 1px solid #e7dfcf;
  -moz-box-shadow: inset 0px 100px 40px -20px #f4efe4;
  -webkit-box-shadow: inset 0px 100px 40px -20px #f4efe4;
  box-shadow: inset 0px 100px 40px -20px #f4efe4;
}
#homepage #contents {
  border-top: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  #footer {
    margin-top: 15%;
  }
}
#footer .box_ft {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZGNjYSIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmQ0YmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(229, 220, 202, 0.1)), color-stop(100%, #dfd4bd));
  background: -moz-linear-gradient(rgba(229, 220, 202, 0.1), #dfd4bd);
  background: -webkit-linear-gradient(rgba(229, 220, 202, 0.1), #dfd4bd);
  background: linear-gradient(rgba(229, 220, 202, 0.1), #dfd4bd);
  padding: 15px 0;
}
@media only screen and (max-width: 640px) {
  #footer .box_ft {
    position: relative;
    padding: 5% 0 0;
  }
}
#footer .box_ft .btn_ptop {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 100px;
  width: 60px;
}
@media only screen and (max-width: 640px) {
  #footer .box_ft .btn_ptop {
    z-index: 1;
    position: relative;
    right: auto;
    bottom: auto;
    display: block !important;
    width: auto;
    text-align: right;
    padding-right: 1.5625%;
  }
  #footer .box_ft .btn_ptop img {
    width: 11.71875%;
  }
}
#footer .box_ft .flogo {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #footer .box_ft .flogo {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 50%;
    margin-top: -2.5%;
    left: 0;
  }
  #footer .box_ft .flogo img {
    width: 6.25%;
  }
}
#footer #fnav {
  background: #c5b081;
  border-top: 2px solid #f6f1e7;
  padding: 8px 0 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #footer #fnav {
    padding: 0;
  }
}
#footer #fnav ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  overflow: hidden;
}
#footer #fnav ul li {
  float: left;
  padding: 0 16px 8px;
  padding-bottom: 8px;
  line-height: 1;
}
@media only screen and (min-width: 641px) and (max-width: 1000px) {
  #footer #fnav ul li {
    font-size: 92%;
    width: 9em;
    padding: 0 8px 8px;
    text-align: left;
  }
}
#footer #fnav ul li a {
  color: #675941;
  text-decoration: none;
}
#footer #fnav ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  #footer #fnav ul li {
    width: 50%;
    float: left;
    padding: 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer #fnav ul li a {
    display: block;
    padding: .8em 0;
  }
  #footer #fnav ul li:first-child, #footer #fnav ul li:first-child + li {
    border-top: 0 !important;
  }
  #footer #fnav ul li:first-child a, #footer #fnav ul li:first-child + li a {
    border-top: 0 !important;
  }
  #footer #fnav ul li:nth-child(2n+1) {
    border-top: 1px solid #ac9369;
  }
  #footer #fnav ul li:nth-child(2n+1) a {
    border-top: 1px solid #ddcead;
  }
  #footer #fnav ul li:nth-child(2n+1) + li {
    border-top: 1px solid #ac9369;
  }
  #footer #fnav ul li:nth-child(2n+1) + li a {
    border-top: 1px solid #ddcead;
  }
  #footer #fnav ul li:nth-child(odd) a {
    border-right: 1px solid #ac9369;
  }
  #footer #fnav ul li:nth-child(odd) + li a {
    border-left: 1px solid #ddcead;
  }
}
#footer #copyright {
  line-height: 1;
  text-align: center;
  background: #dfd4bd;
  color: #675941;
  font-size: 92%;
  padding: 10px 0;
}
@media only screen and (max-width: 640px) {
  #footer #copyright {
    font-size: 67%;
    padding: 5% 0;
  }
}

/* -----------------------------------------------------------
	スマホメニュー
----------------------------------------------------------- */
#sp_menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media only screen and (min-width: 641px) {
  #sp_menu {
    display: none !important;
  }
}
#sp_menu .inner {
  height: 90%;
  padding: 5% 2.5%;
  overflow-y: auto;
}
#sp_menu .inner #menuList li {
  margin-top: 2%;
  line-height: 1;
}
#sp_menu .inner #menuList li a {
  display: block;
  background: #e2dac9;
  padding: 3% 5%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #413521;
  text-decoration: none;
}
#sp_menu .close {
  margin-top: 6%;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  background: #bf943c;
  color: #fff;
  padding: 4% 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
#topicpath {
  line-height: 1;
  font-size: 92%;
  padding: .8em 0 .5em;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  #topicpath {
    display: none;
  }
}
#topicpath li {
  display: inline;
}
#topicpath li:before {
  content: '\003e';
  margin-right: .3em;
}
#topicpath li:first-child:before {
  content: none;
}
#topicpath li a {
  color: #443824;
}

#contents {
  /*場所から探すバナー*/
  /*戻るボタン*/
  /*ディレクトリナビ*/
  /*アコーディオン*/
}
#contents > .title {
  padding: 40px 0;
  line-height: 1;
  text-align: center;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  #contents > .title {
    padding: 5% 0;
  }
}
#contents > .title em {
  margin-top: .8em;
  display: block;
}
@media only screen and (max-width: 640px) {
  #contents > .title {
    font-family: "Times New Roman", serif;
    font-size: 159%;
    color: #443824;
  }
  #contents > .title em {
    font-size: 48%;
  }
}
#contents .con_loc {
  margin-top: 90px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #contents .con_loc {
    margin-top: 10%;
  }
}
#contents .btn_back {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  #contents .btn_back {
    margin-top: 10%;
  }
}
#contents .dnav {
  text-align: center;
  padding-bottom: 40px;
}
#contents .dnav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#contents .dnav li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: rgba(175, 164, 141, 0.4) 0 2px 3px, white 0px 3px 1px -2px inset;
  -webkit-box-shadow: rgba(175, 164, 141, 0.4) 0 2px 3px, white 0px 3px 1px -2px inset;
  box-shadow: rgba(175, 164, 141, 0.4) 0 2px 3px, white 0px 3px 1px -2px inset;
  border: 1px solid #C3B086;
  text-decoration: none;
  background-color: #DFD4BB;
  padding: .8em 1.4em .8em 2em;
  vertical-align: middle;
  line-height: 1;
  position: relative;
}
#contents .dnav li a:before {
  content: url(../images/common/ic_dnav_arr.png);
  display: block;
  position: absolute;
  top: 9px;
  left: 13px;
  display: inline;
}
#contents .dnav li a:before img {
  vertical-align: bottom;
}
#contents .dnav li + li {
  margin-left: 3px;
}
@media only screen and (max-width: 640px) {
  #contents .dnav li a {
    padding: .8em 1em .8em 1.6em;
  }
  #contents .dnav li a:before {
    top: 9px;
    left: 13px;
  }
  #contents .dnav li + li {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .dnav {
    padding-bottom: 5%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .accordion > dt {
    padding: 1em 3em 1em 1em;
    cursor: pointer;
    background-color: #fff;
    border: none;
    position: relative;
  }
  #contents .accordion > dt:after {
    content: "";
    background: url("../images/common/ic_acc_arr.png") no-repeat left top;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12.5px;
  }
  #contents .accordion > dt.active:after {
    content: "";
    background: url("../images/common/ic_acc_arr.png") no-repeat left bottom;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12.5px;
  }
  #contents .accordion > dd {
    padding-top: 0;
    padding-bottom: 8%;
    padding-left: 1em;
    display: none;
  }
  #contents .accordion > dd + dt {
    margin-top: 2%;
  }
}

/* -----------------------------------------------------------
	table
----------------------------------------------------------- */
