@charset "utf-8";
html {
  margin-top: 0px !important;
}
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Reset↓　*/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
img {border:0;}
ul,ol,li {list-style:none;}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Fonts↓　*/
body{
  font:13px/1.231 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  *font-size:small;/* IE用 */
  *font:x-small;/* IE 互換モード用 */
  background: #fff url(images/bg_body.jpg) repeat-x left 164px;
  color: #434343;
}

/* YUI3 CSS Fonts フォントサイズ対応表
10px:87%     11px:95%     12px:103% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/

/* Link */
a {color: #3d3d3c;}
a:link,
a:visited,
a:active {
  text-decoration:none;
}
a:hover {text-decoration: underline;}
a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* Float */
.left {float: left;}
.right {float: right;}
.clear {clear: both;}

/* clearfix */
.clearfix:after {/*for modern browser*/
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {zoom: 1;/*for IE 5.5-7*/}

/* Layout */
#header .inner,
#gnav,
#contents,
#footer .inner
{
  width: 960px;
  margin: 0 auto;
  position: relative;
}

/* header */
#header {
  background: url(images/bg_header.jpg) repeat-x bottom left;
  margin-top: 12px;
  height: 152px;
}
#header h1 {
  font-size: 93%;
  font-weight: normal;
  color: #313131;
  float: left;
}
#header h1 img {
  padding-top: 12px;
}
.fontSize {
  margin-bottom: 40px;
}
.fontSize p {
  padding-top: 6px;
  padding-right: 5px;
  font-size: 93%;
}
#fontSize,
#fontSize li {
  float: left;
}
#fontSize li img {
  padding: 1px;
  border: 1px solid #cac0c0;
  margin-left: 3px;
}
#headerSubMenu {
  clear: right;
  float: right;
}
#headerSubMenu li {
  float: left;
  background: url(images/arrow_blue.png) no-repeat left 4px;
  padding-left: 12px;
  margin-left: 15px;
}

/* gnav */
#gnav {
  width: 962px;
  clear: both;
  position: absolute;
  top: 97px;
  left: 0px;
}
#gnav li {float: left;}
#gnav li a {
  display: block;
  height: 55px;
}
#gnav li a:hover img, .home #gnav li#gnav_1 a img,
.about #gnav li#gnav_2 a img, .business #gnav li#gnav_3 a img,
.announcement #gnav li#gnav_4 a img, .contact #gnav li#gnav_5 a img {
  visibility: hidden;
}
#gnav_1 {background: url(images/gnav_1_on.jpg);}
#gnav_2 {background: url(images/gnav_2_on.jpg);}
#gnav_3 {background: url(images/gnav_3_on.jpg);}
#gnav_4 {background: url(images/gnav_4_on.jpg);}
#gnav_5 {background: url(images/gnav_5_on.jpg);}

/* contents */
#contents {
  background: url(images/bg_contents.png) no-repeat center top;
  padding-top: 30px;
  position: relative;
  width: 966px;
  padding-left: 3px;
  padding-right: 3px;
}
#mainImage {
  margin-bottom: 18px;
}
#mainImage h2 {
  text-align: center;
  padding-top: 5px;
}

/* sideArea */
#sideArea {
  width: 240px;
  float: left;
  margin-bottom: 60px;
}
#navBnr1 {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 13px;
  padding-bottom: 5px;
}
#navBnr1 li, #navBnr2 li {margin-bottom: 2px;}
#navBnr1 img {
  border: 1px solid #d4eef6;
  padding: 3px;
}
#navBnr2 img {
  border: 1px solid #caebfd;
  padding: 1px;
}
#navBnr1 img,
#navBnr2 img {
  border-radius: 5px;
  behavior: url(./js/PIE.htc);
}
#subMenuArea {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 13px;
  padding-bottom: 13px;
}
#subMenuArea h3 {
  color: #fff;
  font-size: 116%;
  border: 1px solid #21ae60;
  background: #bfbfbf;
  height: 33px;
  line-height: 33px;
  padding-left: 13px;
  box-shadow: inset 0px 0px 0px 3px #e7e7e7;
  behavior: url(./js/PIE.htc);
}
#subMenuArea ul {
  border-left: 1px solid #21ae60;
  border-right: 1px solid #21ae60;
  border-bottom: 1px solid #21ae60;
  box-shadow: inset 0px 0px 0px 3px #e7e7e7;
  behavior: url(./js/PIE.htc);
  padding: 17px;
  line-height: 1.8;
}
#subMenuArea ul li.parent a {
  color: #2b7611;
}
#subMenuArea ul li.parent ul {
  border: none;
  box-shadow: none;
  padding: 5px 0 10px;
}
#subMenuArea ul li.parent ul li {
  background: url(images/icon_tri_gr.gif) no-repeat left 2px;
  padding-left: 10px;
}
#subMenuArea ul li.parent ul li a {
  color: #3d3d3c !important;
}

/* mainArea */
#mainArea {
  width: 700px;
  float: right;
  min-height: 700px;
  position: relative;
  margin-bottom: 60px;
  padding-left: 12px;
  border-left: 1px solid #e0e0e0;
  font-size: 108%;
}
.toTop {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* bread */
#bread {
  margin-bottom: 5px;
}
#bread li {
  float: left;
  margin-right: 0.5em;
}

/* footer */
#footer {
  background: #edf9ec url(images/bg_footer.jpg) repeat-x top left;
  overflow: hidden;
}
#footer .right {
  border-left: 1px solid #d7e2d7;
  margin-top: 22px;
}
#footerNav {
  padding-top: 20px;
  margin-bottom: 50px;
}
#footerNav li {
  float: left;
  background: url(images/arrow_blue.png) no-repeat left 4px;
  padding-left: 12px;
  margin-left: 15px;
}
#infoFooter {
  background: #fff;
  border: 1px solid #d4eef6;
  padding: 15px 60px 0 30px;
  font-weight: bold;
}
#infoFooter h3 {
  font-size: 161.6%;
  font-weight: bolder;
  margin-bottom: 3px;
}
#infoFooter p {
  margin-bottom: 10px;
}
#footer h2 {
  font-size: 131%;
  font-weight: normal;
  text-align: right;
  padding-left: 26px;
  padding-bottom: 75px;
  border-left: 1px solid #fff;
}
#footer h2 img {
  padding-top: 20px;
}
.copyRight {
  text-align: center;
  clear: both;
  padding: 25px 0 15px;
}

/* home */
body.home{
  background: #fff url(images/bg_topbody.jpg) repeat-x left 164px;
}
.home #mainArea {
  border-left: none;
}
.home #anshin {
  background: url(images/anshin_bg.jpg) repeat-x top left #e6f3da;
  border: 1px solid #d4f6d6;
  border-radius: 5px;
  box-shadow: inset 0px 0px 2px 1px #fff;
  behavior: url(./js/PIE.htc);
  padding: 10px 15px;
  margin-bottom: 13px;
}
.home #anshin h2 {
  margin-bottom: 10px;
}
.home #anshin p {
  font-size: 93%;
  line-height: 1.5;
  margin-bottom: 1em;
}
.home #anshin .flex-box,
.logo-70anniversary {
  display: flex;
  align-items: flex-start;
}
.home #anshin .flex-box img {
  display: block;
  width: 80px;
  margin-left: 20px;
}
.home #anshin ul li {
  margin-bottom: 2px;
}
.newsTtl {
  color: #3d668e;
  background: #ecf6f9;
  font-size: 123.1%;
  height: 31px;
  line-height: 31px;
  padding: 0 17px 0 18px;
  border: solid 1px #d4eef6;
  border-radius: 5px 5px 0 0;
  box-shadow: inset 1px 1px 0px #fff,inset -1px -1px 0px #fff;
}
.newsTtl a {
  font-size: 62%;
  color: #fff;
  background: #ff9c44;
  float: right;
  border: solid 1px #db8531;
  line-height: 20px;
  padding: 0 7px;
  margin-top: 5px;
}
.newsList {
  border-left: solid 1px #d4eef6;
  border-right: solid 1px #d4eef6;
  border-bottom: solid 1px #d4eef6;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  font-size: 93%;
  margin-bottom: 17px;
}
.newsList dt {
  float: left;
  clear: left;
  background: url(images/icon_list.gif) no-repeat left center;
  padding: 10px 0 10px 10px;
  width: 6em;
  border-bottom: dotted 1px #ccc;
}
.newsList dd {
  border-bottom: dotted 1px #ccc;
  padding: 10px 0;
}
.newsList dd span {
  width: 5em;
  display: block;
  float: left;
  padding: 2px 5px;
  margin-right: 1em;
  text-align: center;
  color: #fff;
  font-size: 83%;
  white-space: nowrap;
}
.newsList dd span.news-info {
  background: #f097c5;
}
.newsList dd span.news-event {
  background: #98cfee;
}
.newsList dd span.news-contest {
  background: #8fd076;
}
.newsList dd a {
  color: #568ebf;
  text-decoration: underline;
}
.newsList dd a:hover {
  text-decoration: none;
}

.logo-70anniversary  {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #d4eef6
}

.logo-70anniversary img {
  display: block;
  margin-right: 20px;
}

/* single */
h2.pageTtl {
  background: url(images/ttl_bg_page.jpg) no-repeat;
  height: 42px;
  color: #3d668e;
  font-size: 138.5%;
  padding: 9px 0 0 34px;
  margin-bottom: 25px;
}
#articleBox {
  width: 645px;
  border: 1px solid #21ae60;
  margin-left: 22px;
  position: relative;
}
#articleBox h3 {
  height: auto;
  line-height: 1.4em;
  border-bottom: 1px solid #b7b7b7;
  background: url(images/ttl_article_bg.jpg) repeat-x left bottom;
  color: #2b7611;
  font-size: 123.1%;
  padding: 11px;
  margin-bottom: 32px;
  position: relative;
}
#articleBox h3 span {
  background: url(images/icon_circle.png) no-repeat left 2px;
  font-size: 85%;
  padding-left: 20px;
  margin-right: 1em;
}
#articleBox .articleArea {
  width: 580px;
  margin: 0 auto;
  font-size: 108%;
  line-height: 1.8;
  color: #4c4c4c;
}
#articleBox .articleArea p {
  margin-bottom: 1em;
}
#articleBox .articleArea .alignleft {
  float: left;
  padding-right: 30px;
  padding-bottom: 30px;
}
#articleBox .articleArea .alignright {
  float: right;
  padding-left: 30px;
  padding-bottom: 30px;
}
#articleBox .articleArea .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#articleBox .toNewsIndex {
  text-align: right;
  padding: 60px 14px 22px 0;
}
#articleBox .toNewsIndex a {
  color: #1271dc;
  font-size: 108%;
}

/* archive */
#articleBox h3 img {
  padding-right: 5px;
  position: relative;
  top: 2px;
}
#articleBox .articleArea dt {
  font-size: 85%;
}
#articleBox .articleArea dd {
  border-bottom: 1px dotted #cfcfcf;
  font-size: 108%;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
#articleBox .pageNation {
  position: relative;
  left: 50%;
  float: left;
  margin-bottom: 30px;
  padding-top: 15px;
}
#articleBox .pageNation li {
  float: left;
  position: relative;
  left: -50%;
  border-right: 1px solid #1271dc;
  margin-right: 0.5em;
  padding-right: 0.5em;
}
#articleBox .pageNation li a {
  color: #1271dc;
}

/* newsletter , shoshakon */
.newslettertop #articleBox,
.single-newsletter #articleBox,
.shoshakontop #articleBox,
.single-shoshakon #articleBox {
  overflow: hidden;
}
.newslettertop #articleBox .articleArea,
.single-newsletter #articleBox .articleArea,
.shoshakontop #articleBox .articleArea,
.single-shoshakon #articleBox .articleArea {
  width: 700px;
  padding-left: 30px;
}
.newsletterBox,
.sakuhinBox {
  float: left;
  margin-bottom: 30px;
  margin-right: 45px;
  width: 267px;
}
.sakuhinBox.second {
  margin-bottom: 15px;
}
.newsletterBox h4,
.newsletterBox p {
  font-weight: normal;
  text-align: center;
  line-height: 1.28;
}
.newsletterBox h4 span {
  background: #ea9f1c;
  font-size: 50%;
  color: #fff;
  padding: 0 2px;
  vertical-align: middle;
  font-weight: bold;
}
.newsletterBox .newsletterImage,
.sakuhinBox .sakuhinImage {
  border: 1px solid #a8b07a;
  width: 225px;
  height: 255px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.3);
  behavior: url(./js/PIE.htc);
  text-align: center;
}
.shoshakonTxt {
  width: 580px;
  font-size: 93%;
  margin-bottom: 1em;
}
.shoshakonTxt.tenji {
  color: #d01b1b;
  padding-bottom: 1em;
}
.shoshakontop h4,
.single-shoshakon h4 {
  margin-bottom: 24px;
}
.sakuhinBox h5 {
  text-align: center;
  font-weight: normal;
  color: #f99800;
  font-size: 108%;
  line-height: 1.5;
  letter-spacing: 1px;
}
.sakuhinBox .comment {
  font-size: 93%;
  line-height: 1.38;
  padding-top: 10px;
}
.sakuhinBox .comment span {
  display: block;
  text-align: right;
}
.shinsain {
  margin-bottom: 40px;
  line-height: 1.57;
}
.shinsain dt {
  float: left;
  font-size: 100% !important;
  width: 370px;
}
.shinsain dd {
  border-bottom: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  font-size: 100% !important;
}
.oubosuu {
  background: none !important;
  padding: 0px !important;
  border: none !important;
  height: 28px !important;
  margin-bottom: 24px !important;
}
.ouboTable,
.meiboTable table {
  width: 560px !important;
  margin-left: 20px;
  border: 1px solid #959595;
  margin-bottom: 35px;
}
.ouboTable th,
.ouboTable td,
.meiboTable th,
.meiboTable td {
  border: 1px solid #959595;
  text-align: center;
  font-weight: normal;
  font-size: 93%;
  padding: 5px 10px 3px;
}
.ouboTable .col {
  background: #eae5dd !important;
}
.ouboTable th.row {
  background: #f4f4f4;
}
.shinsaImage {
  width: 270px;
  height: 205px;
  padding-left: 20px;
  text-align: center;
  float: left;
  font-size: 93%;
  margin-bottom: 15px;
}
.meiboTxt {
  font-size: 128.5%;
  text-align: center;
  clear: both;
  width: 580px;
}
.meiboTxt span {
  color: #ffae00;
}
.meiboTable th {
  background: #eae5dd;
}

.meiboTable colgroup {
  display: none !important;
}

/* announcement */
.teikanList {
  margin-bottom: 15px;
}
.ordinarilyList {
  margin-bottom: 15px;
}
.ordinarilyList .indent {
  margin-left: 25px;
  background: url(images/icon_square_gr2.gif) no-repeat left center;
}
.ordinarilyList .green {
  background: url(images/icon_square_gr.gif) no-repeat left center;
}
.ordinarilyList li,
.teikanList li {
  font-size: 114%;
  border-bottom: 1px dotted #cfcfcf;
  line-height: 36px;
  margin-bottom: 2px;

  padding-left: 20px;
}
.ordinarilyList span.pdf,
.teikanList span.pdf {
  color: #1271dc;
  font-size: 87%;
  padding-left: 0.5em;
}
.ordinarilyList span.pdf a,
.teikanList span.pdf a {
  color: #1271dc;
  text-decoration: underline;
}
.ordinarilyList span.pdf a:hover,
.teikanList span.pdf a:hover { text-decoration: none; }
.dlAdobe { font-size: 92%; padding-bottom: 10px; }
.teikanList span.update {
  color: #60915d;
  font-size: 78%;
  margin-left: 1em;
}
h4.newyearDeta {
  color: #2b7611;
  font-size: 114%;
  font-weight: normal;
  margin-bottom: 2px;
}
.announcementtop .ordinarilyList {
  padding-left: 1em;
}

/* pages */
.h4style {
  background: url(images/bg_h4.gif) no-repeat left;
  height: 27px;
  padding-left: 25px;
  color: #2b7611;
  letter-spacing: 2px;
  font-size: 114.2%;
  clear: both;
  text-shadow: 0px 0px 6px rgba(234,234,233,0.75);
  behavior: url(./js/PIE.htc);
  margin-bottom: 20px;
}

.Box {
  margin-bottom: 25px;
}



/* recruitment */
#articleBox .articleArea #recruitment_list dt{
  font-size: 108%;
  border-bottom: 1px dotted #cfcfcf;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#articleBox .articleArea #recruitment_list dd{
  font-size: 85%;
  border: none;
  padding-bottom: 10px;
  margin-bottom: 12px;
  text-align: right;
}

#recruitment_detail h4{
  background: url(./images/title_h4.gif) no-repeat left;
  height: 22px;
  padding: 5px 0 0 25px;
  color: #2b7611;
  letter-spacing: 2px;
  font-size: 114.2%;
  margin-bottom: 10px;
  line-height: 120%;
}
#recruitment_detail div.detail{
  margin-bottom: 15px;
}
#recruitment_detail p.Comps{
  font-size: 90%;
}
#RecsubMenuArea {
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}
#RecsubMenuArea ul{
  border-left: 1px solid #21ae60;
  border-right: 1px solid #21ae60;
  border-top: 1px solid #21ae60;
  box-shadow: inset 0px 0px 0px 3px #e7e7e7;
  behavior: url(./js/PIE.htc);
  padding: 0;
  line-height: 1.4;
}
#RecsubMenuArea li {
  border-bottom: 1px solid #6eb564;
}
#RecsubMenuArea li a {
  display: block;
  padding: 10px 5px 10px 25px;
  border: 3px solid #e4e6e3;
  background: url(./images/icon_submenu.png) no-repeat 0.3em 0.75em;
  color: #1a3e10;
  font-weight: bold;
  font-size: 116%;
}
#RecsubMenuArea li.Active a{
  color: #fff !important;
  background: #4f8a48 url(./images/icon_submenu.png) no-repeat 0.3em 0.75em !important;
}

/* 2020/5/20追記 */
#mainImage .pagetit {
  background: url(./images/titbg.jpg) no-repeat center;
  height: 160px;
  padding: 4px 32px 4px 32px;
}
#mainImage .pagetit h2{
  padding-top:60px;
  text-align:left;
  font-size:1.8rem;
}
#pagecontents p{
  margin-bottom:24px;
}
#pagecontents ol{
  margin-bottom:50px;
}
#pagecontents ol li{
  list-style-type:decimal;
  margin-bottom:16px;
  margin-left:24px;
}

/* 2025/8/15追記 */
/* 箇条書きリストのマーカースタイル */
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
ul.circle-marker > li,
ol.circle-number > li {
  position: relative;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 1.5em;
  list-style: none !important;
}
ul.circle-marker > li::before {
  content: "○";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
ol.circle-number > li span {
  position: absolute;
  left: 0;
  margin: 0
}
