@charset "utf-8";
.link_style{
 color: #1FAD34!important;   
}

/* -----------------------------------------------------------------------------
 PC
----------------------------------------------------------------------------- */
@media screen and (min-width: 1185px), print {
/*理事長画像、右下に回り込み*/
#float-box {
    padding: 20px;
    overflow: hidden;/*float解除*/
}
#float-box .space {
    float: right;/*画像の位置を右下にしたい場合はright*/
   /* min-height: 470px;*//*画像上の余白の高さ*/
}
#float-box .img {
    float: right;/*画像の位置を右下にしたい場合はright*/
    clear: both;/*.spaceのfloat解除*/
    margin: 1.5em 0 0 1.5em;/*画像の周りの余白*/
}
.re_movie {
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
}
.re_movie iframe {
    width: 100%;
    min-height: 355px;
}
/***** 公社情報 *****/
.messageArea {
    background: #F9F9F6;
    border: 8px solid #fff;
    padding: 20px;
    margin: 0 0 50px;
    -webkit-box-shadow: 0px 0px 4px rgba(51,51,51,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(51,51,51,0.3);
    -ms-box-shadow: 0px 0px 4px rgba(51,51,51,0.3);
    box-shadow: 0px 0px 4px rgba(51,51,51,0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.massageDate {
    text-align: right;
}
.massagePhoto {
    float: left;
    display: block;
    width: 210px;
    text-align: center;
    margin-top: -1em;
}
.massagePhoto .name {
    font-size: 1.2em;
}
.massageText {
    float: left;
    display: block;
    width: 565px;
    margin-left: 20px;
}
.fmtCol2Outline {
    margin-left: -55px;
}
.fmtCol2Block {
    width: 400px;
    padding: 10px;
    border: 2px solid #1FAD34;
    -webkit-box-shadow: 3px 4px #BFBFBF;
    -moz-box-shadow: 3px 4px #BFBFBF;
    -ms-box-shadow: 3px 4px #BFBFBF;
    box-shadow: 3px 4px #BFBFBF;
    float: left;
    margin: 0 0 45px 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*公社情報*/
.fmtCol2Block h3.info {
    background: url(../../../common/images/outline_image01.jpg) no-repeat left center;
    height: 85px;
    padding: 30px 0 0 20px;
    color: #fff;
    font-size: 1.4em;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fmtCol2Block h3.info:before {
    background: #1fad34;
    content: "";
    display: block;
    height: 85px;
    left: 0;
    position: absolute;
    top: 0;
    width: 7em;
    z-index: -1;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
.fmtCol2Block h3.info:after {
    border-style: solid;
    border-width: 42.5px 0 42.5px 11px;
    border-color: transparent transparent transparent #1fad34;
    content: "";
    display: block;
    height: 0;
    left: 7em;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
/*公社物件にお住まいの方*/
.fmtCol2Block h3.residents {
    background: url(../../../common/images/outline_image02.jpg) no-repeat left center;
    height: 85px;
    padding: 30px 0 0 20px;
    color: #fff;
    font-size: 1.4em;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fmtCol2Block h3.residents:before {
    background: #1fad34;
    content: "";
    display: block;
    height: 85px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14em;
    z-index: -1;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
.fmtCol2Block h3.residents:after {
    border-style: solid;
    border-width: 42.5px 0 42.5px 11px;
    border-color: transparent transparent transparent #1fad34;
    content: "";
    display: block;
    height: 0;
    left: 14em;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
/*採用情報*/
.fmtCol2Block h3.recruit {
    background: url(../../../common/images/outline_image03.jpg) no-repeat left center;
    height: 85px;
    padding: 30px 0 0 20px;
    color: #fff;
    font-size: 1.4em;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fmtCol2Block h3.recruit:before {
    background: #1fad34;
    content: "";
    display: block;
    height: 85px;
    left: 0;
    position: absolute;
    top: 0;
    width: 7em;
    z-index: -1;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
.fmtCol2Block h3.recruit:after {
    border-style: solid;
    border-width: 42.5px 0 42.5px 11px;
    border-color: transparent transparent transparent #1fad34;
    content: "";
    display: block;
    height: 0;
    left: 7em;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
/*お問い合わせ*/
.fmtCol2Block h3.contact {
    background: url(../../../common/images/outline_image04.jpg) no-repeat left center;
    height: 85px;
    padding: 30px 0 0 20px;
    color: #fff;
    font-size: 1.4em;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fmtCol2Block h3.contact:before {
    background: #1fad34;
    content: "";
    display: block;
    height: 85px;
    left: 0;
    position: absolute;
    top: 0;
    width: 9em;
    z-index: -1;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
.fmtCol2Block h3.contact:after {
    border-style: solid;
    border-width: 42.5px 0 42.5px 11px;
    border-color: transparent transparent transparent #1fad34;
    content: "";
    display: block;
    height: 0;
    left: 9em;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
.fmtCol2Block .fmtList {
    padding: 20px 20px 10px;
}
.fmtList li {
    font-size: 1.1em;
    background: url(../../../common/images/iconArrow.gif) no-repeat left 0.5em;
    padding: 0 0 0 10px;
    margin: 0 0 1em;
}
.fmtList li a {
    text-decoration: none !important;
    color: #626262;
}
.fmtList li a:hover {
    text-decoration: underline;
    color: #1fad34;
}
/***** お問い合わせ *****/
.contactList li ul li {
    padding: 0 0 0 1em;
    text-indent: -3em;
}
#sslSeal {
    margin: 2em 0;
}
table.contactTable {
    border-top: 1px solid #CECECE;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    border-collapse: collapse;
}
table.contactTable th {
    background-color: #1FAD34;
    color: #fff;
    text-align: left;
}
table.contactTable th, table.contactTable td {
    border-bottom: 1px solid #CECECE;
    padding: 20px 25px;
}
.formBtn {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 0px;
    background: #367f4c;
    color : #fff;
    padding: 1em 2em;
    margin: 0 15px;
    border: none;
    -webkit-box-shadow: 2px 2px #BFBFBF;
    -moz-box-shadow: 2px 2px #BFBFBF;
    -ms-box-shadow: 2px 2px #BFBFBF;
    box-shadow: 2px 2px #BFBFBF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.formBtn:hover {
    background: #FF8F33;
    cursor: pointer;
}
.formBtnGray {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 0px;
    background: #888;
    color : #fff;
    padding: 1em 2em;
    border: none;
    -webkit-box-shadow: 2px 2px #BFBFBF;
    -moz-box-shadow: 2px 2px #BFBFBF;
    -ms-box-shadow: 2px 2px #BFBFBF;
    box-shadow: 2px 2px #BFBFBF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.formBtnGray:hover {
    background: #aaa;
    cursor: pointer;
} 
/***** 行動規範 *****/
.fmtCol2Block h3.style01 {
    border-bottom: 1px solid #1FAD34;
    padding: 0.5em 0.5em 0.75em;
}
/***** IR情報 *****/
.newsList {
    margin: 0 0 2em;
    border-bottom: 1px dotted #ccc;
}
.newsList dt {
    float: left;
    width: 9em;
    padding: 1em 1em;
    border-top: 1px dotted #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.newsList dd {
    margin-left: 9em;
    padding: 1em 1em;
    border-top: 1px dotted #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.detailLink {
    width: 300px;
    margin: 2em auto 80px;
}
.detailLink a {
    display: block;
    background: #367f4c;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    padding: 1.5em 1em;
    -webkit-box-shadow: 2px 2px #BFBFBF;
    -moz-box-shadow: 2px 2px #BFBFBF;
    -ms-box-shadow: 2px 2px #BFBFBF;
    box-shadow: 2px 2px #BFBFBF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.detailLink a:after {
    content: ">";
    padding: 0 0 0 0.5em;
}
.detailLink a:hover {
    background: #1FAD34;
}
/***** 格付情報 *****/
.gladeBox {
    margin: 0 0 1em;
    padding: 1em 0 2em;
    border-bottom: 1px dotted #ccc;
}
.t_right {
    text-align: right;
}
.gladeBox dl {
    margin: 0 0 1em;
    padding: 1em;
    border: 1px solid #A0C1A5;
    display: inline-block;
}
.gladeBox dl dt {
}
.gladeBox dl dd {
    margin: 0 0 1em 0.5em;
}
/***** 債券 *****/
table.bondsTable th {
    text-align: center;
}
table.bondsTable td {
    text-align: center;
}
/***** IRカレンダー *****/
table.callenderTable {
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1em;
}
table.callenderTable th {
    border-top: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    padding: 1em;
}
table.callenderTable td {
    border-top: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    padding: 1em;
}
/***** 個人情報保護方針 *****/
.privacyList {
    margin: 0 0 2em;
}
.privacyList li {
    padding: 0.5em 0 0.5em 2em;
    text-indent: -2em;
}
.privacyList li ul li {
    padding: 0.5em 0 0.5em 3em;
    text-indent: -3em;
}
.privacyList li p {
    text-indent: 0;
}
.privacymark {
    float: left;
    width: 100px;
}
.privacytext {
    margin-left: 130px;
}
/***** 動画サイト *****/
.movieList li {
    width: 300px;
    float: left;
    margin: 0 20px 5em 20px;
}
.movieList li img {
    width: 100%;
}
/***** 県公社のたより *****/
.kousyatayori {
    margin: 2em 0;
    position: relative;
    border-bottom: 1px solid #F2922E;
    background: #FFF0E3;
}
.kousyatayori h3 {
    border-top: 2px solid #F2922E;
    border-bottom: 1px dashed #F2922E;
    background: #fff;
    color: #F2922E;
    font-size: 1.5em;
    padding: 0.75em 1em;
    margin: 0 0 1em;
}
.kousyatayoriIn {
    background: #fff;
    margin: 1em;
    padding: 1.5em 1.5em 0;
}
.backLink {
    width: 200px;
    position: absolute;
    right: 1em;
    top: 0.75em;
}
.backLink a {
    display: block;
    background: #F2922E;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    padding: 0.75em 1em;
    -webkit-box-shadow: 2px 2px #BFBFBF;
    -moz-box-shadow: 2px 2px #BFBFBF;
    -ms-box-shadow: 2px 2px #BFBFBF;
    box-shadow: 2px 2px #BFBFBF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.backLink a:after {
    content: ">";
    padding: 0 0 0 0.5em;
}
.backLink a:hover {
    background: #EE5F10;
}
.kousyatayori h4 {
    border-bottom: 1px solid #ccc;
    font-size: 1.3em;
    margin: 1em 0 0.5em;
}
.residentsList {
    padding: 1em 0;
}
.residentsList dt {
    float: left;
    width: 8em;
    padding: 0 0 1em;
}
.residentsList dd {
    margin-left: 8em;
    padding: 0 0 1em 15px;
    background: url(../../../common/images/residents_list_icon.png) no-repeat 0 0.5em;
}

    
#residentsTopBnr {
    display: flex;
    display: -ms-flexbox; /* IE10 */
    justify-content: space-between;
    flex-wrap: wrap;
}
#residentsTopBnr li {
    width: 48%;
	max-width: 358px;
    /*	margin: 0 20px 20px 0;*/
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 2em;
    text-align: center;
}
#residentsTopBnr li img {
    width: 100%;
}
#residentsTopBnr li.download .download_img {
    display: flex;
    display: -ms-flexbox; /* IE10 *//*	justify-content: space-between;*/
}
#residentsTopBnr li.download p {
    width: 48%;
}
#residentsTopBnr li.download p:last-child {
    margin-left: 3%;
}
#residentsTopBnr li.download img {
    width: 100%;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.residentsList .summary {
    text-align: right;
    margin: 0 0 1em;
}
/***** ニュースリリース *****/
#resultBlock .summary {
    text-align: right;
    margin: 0 0 1em;
}
.mNewsList .date {
    float: left;
    width: 9em;
    padding: 1em 1em;
    border-top: 1px dotted #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.mNewsList .body {
    margin-left: 9em;
    padding: 1em 1em;
    border-top: 1px dotted #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#news .items {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 2em;
}
#news .pager {
    padding-top: 1em;
    text-align: center;
}
#news .pager ul.yiiPager {
    display: inline;
}
#news .pager ul.yiiPager li {
    display: inline;
    padding: 0 5px;
}
#news .pager ul.yiiPager li.selected a {
    color: #f17c15;
    font-weight: bold;
}
}

/* -----------------------------------------------------------------------------
 tab
----------------------------------------------------------------------------- */
@media screen and (max-width: 1184px) {
/*理事長画像、右下に回り込み*/
#float-box {
    padding: 20px;
    overflow: hidden;/*float解除*/
}
#float-box .space {
    float: right;/*画像の位置を右下にしたい場合はright*/
  /*  min-height: 402px;*//*画像上の余白の高さ*/
 /*   min-height: 58vw;*/
}
#float-box .img {
    float: right;/*画像の位置を右下にしたい場合はright*/
    clear: both;/*.spaceのfloat解除*/
    margin: 1.5em 0 0 1.5em;/*画像の周りの余白*/
}
.re_movie {
    margin: 0 auto;
    text-align: center;
}
.re_movie iframe {
    width: 500px;
    height: 27vw;
}
/***** 公社情報 *****/
.messageArea {
    background: #F9F9F6;
    border: 8px solid #fff;
    padding: 20px;
    margin: 0 0 50px;
    -webkit-box-shadow: 0px 0px 4px rgba(51,51,51,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(51,51,51,0.3);
    -ms-box-shadow: 0px 0px 4px rgba(51,51,51,0.3);
    box-shadow: 0px 0px 4px rgba(51,51,51,0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.massageDate {
    text-align: right;
}
.massagePhoto {
    float: left;
    display: block;
    width: 210px;
    text-align: center;/*	margin-top: -1em;
	margin-right: 2em;
	margin-bottom: 1.5em;*/
}
.massagePhoto .name {
    font-size: 1.2em;
}
.massageText {
    float: none;
    display: inline;
    width: auto;
    margin-left: 0;
}
.fmtCol2Outline {
    margin-left: -5%;
}
.fmtCol2Block {
    width: 45%;
    padding: 10px;
    border: 2px solid #1FAD34;
    -webkit-box-shadow: 3px 4px #BFBFBF;
    -moz-box-shadow: 3px 4px #BFBFBF;
    -ms-box-shadow: 3px 4px #BFBFBF;
    box-shadow: 3px 4px #BFBFBF;
    float: left;
    margin: 0 0 5% 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*公社情報*/
.fmtCol2Block h3.info {
    background: url(../../../common/images/outline_image01.jpg) no-repeat right center #1FAD34;
    height: 85px;
    padding: 30px 0 0 20px;
    color: #fff;
    font-size: 1.4em;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fmtCol2Block h3.info:before {
    background: #1fad34;
    content: "";
    display: block;
    height: 85px;
    left: 0;
    position: absolute;
    top: 0;
    width: 7em;
    z-index: -1;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
.fmtCol2Block h3.info:after {
    border-style: solid;
    border-width: 42.5px 0 42.5px 11px;
    border-color: transparent transparent transparent #1fad34;
    content: "";
    display: block;
    height: 0;
    left: 7em;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
/*公社物件にお住まいの方*/
.fmtCol2Block h3.residents {
    background: url(../../../common/images/outline_image02.jpg) no-repeat right center #1FAD34;
    height: 85px;
    padding: 30px 0 0 20px;
    color: #fff;
    font-size: 1.4em;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fmtCol2Block h3.residents:before {
    background: #1fad34;
    content: "";
    display: block;
    height: 85px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14em;
    z-index: -1;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
.fmtCol2Block h3.residents:after {
    border-style: solid;
    border-width: 42.5px 0 42.5px 11px;
    border-color: transparent transparent transparent #1fad34;
    content: "";
    display: block;
    height: 0;
    left: 14em;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
/*採用情報*/
.fmtCol2Block h3.recruit {
    background: url(../../../common/images/outline_image03.jpg) no-repeat right center #1FAD34;
    height: 85px;
    padding: 30px 0 0 20px;
    color: #fff;
    font-size: 1.4em;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fmtCol2Block h3.recruit:before {
    background: #1fad34;
    content: "";
    display: block;
    height: 85px;
    left: 0;
    position: absolute;
    top: 0;
    width: 7em;
    z-index: -1;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
.fmtCol2Block h3.recruit:after {
    border-style: solid;
    border-width: 42.5px 0 42.5px 11px;
    border-color: transparent transparent transparent #1fad34;
    content: "";
    display: block;
    height: 0;
    left: 7em;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
/*お問い合わせ*/
.fmtCol2Block h3.contact {
    background: url(../../../common/images/outline_image04.jpg) no-repeat right center #1FAD34;
    height: 85px;
    padding: 30px 0 0 20px;
    color: #fff;
    font-size: 1.4em;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fmtCol2Block h3.contact:before {
    background: #1fad34;
    content: "";
    display: block;
    height: 85px;
    left: 0;
    position: absolute;
    top: 0;
    width: 9em;
    z-index: -1;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
.fmtCol2Block h3.contact:after {
    border-style: solid;
    border-width: 42.5px 0 42.5px 11px;
    border-color: transparent transparent transparent #1fad34;
    content: "";
    display: block;
    height: 0;
    left: 9em;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
.fmtCol2Block .fmtList {
    padding: 20px 20px 10px;
}
.fmtList li {
    font-size: 1.1em;
    background: url(../../../common/images/iconArrow.gif) no-repeat left 0.5em;
    padding: 0 0 0 10px;
    margin: 0 0 1em;
}
.fmtList li a {
    text-decoration: none !important;
    color: #626262;
}
.fmtList li a:hover {
    text-decoration: underline;
    color: #1fad34;
}
/***** お問い合わせ *****/
.contactList li ul li {
    padding: 0 0 0 1em;
    text-indent: -3em;
}
#sslSeal {
    margin: 2em 0;
}
table.contactTable {
    border-top: 1px solid #CECECE;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    border-collapse: collapse;
}
table.contactTable th {
    background-color: #1FAD34;
    color: #fff;
    text-align: left;
}
table.contactTable th, table.contactTable td {
    border-bottom: 1px solid #CECECE;
    padding: 20px 25px;
}
.formBtn {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 0px;
    background: #367f4c;
    color : #fff;
    padding: 1em 2em;
    margin: 0 15px;
    border: none;
    -webkit-box-shadow: 2px 2px #BFBFBF;
    -moz-box-shadow: 2px 2px #BFBFBF;
    -ms-box-shadow: 2px 2px #BFBFBF;
    box-shadow: 2px 2px #BFBFBF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.formBtn:hover {
    background: #FF8F33;
    cursor: pointer;
}
.formBtnGray {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 0px;
    background: #888;
    color : #fff;
    padding: 1em 2em;
    border: none;
    -webkit-box-shadow: 2px 2px #BFBFBF;
    -moz-box-shadow: 2px 2px #BFBFBF;
    -ms-box-shadow: 2px 2px #BFBFBF;
    box-shadow: 2px 2px #BFBFBF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.formBtnGray:hover {
    background: #aaa;
    cursor: pointer;
}
/***** 行動規範 *****/
.fmtCol2Block h3.style01 {
    border-bottom: 1px solid #1FAD34;
    padding: 0.5em 0.5em 0.75em;
}
/***** IR情報 *****/
.newsList {
    margin: 0 0 2em;
    border-bottom: 1px dotted #ccc;
}
.newsList dt {
    float: left;
    width: 9em;
    padding: 1em 1em;
    border-top: 1px dotted #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.newsList dd {
    margin-left: 9em;
    padding: 1em 1em;
    border-top: 1px dotted #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.detailLink {
    width: 300px;
    margin: 2em auto 80px;
}
.detailLink a {
    display: block;
    background: #367f4c;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    padding: 1.5em 1em;
    -webkit-box-shadow: 2px 2px #BFBFBF;
    -moz-box-shadow: 2px 2px #BFBFBF;
    -ms-box-shadow: 2px 2px #BFBFBF;
    box-shadow: 2px 2px #BFBFBF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.detailLink a:after {
    content: ">";
    padding: 0 0 0 0.5em;
}
.detailLink a:hover {
    background: #1FAD34;
}
/***** 格付情報 *****/
.gladeBox {
    margin: 0 0 1em;
    padding: 1em 0 2em;
    border-bottom: 1px dotted #ccc;
}
.t_right {
    text-align: right;
}
.gladeBox dl {
    margin: 0 0 1em;
    padding: 1em;
    border: 1px solid #A0C1A5;
    display: inline-block;
}
.gladeBox dl dt {
}
.gladeBox dl dd {
    margin: 0 0 1em 0.5em;
}
/***** 債券 *****/
table.bondsTable th {
    text-align: center;
}
table.bondsTable td {
    text-align: center;
}
/***** IRカレンダー *****/
table.callenderTable {
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1em;
}
table.callenderTable th {
    border-top: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    padding: 1em;
}
table.callenderTable td {
    border-top: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    padding: 1em;
}
/***** 個人情報保護方針 *****/
.privacyList {
    margin: 0 0 2em;
}
.privacyList li {
    padding: 0.5em 0 0.5em 2em;
    text-indent: -2em;
}
.privacyList li ul li {
    padding: 0.5em 0 0.5em 3em;
    text-indent: -3em;
}
.privacyList li p {
    text-indent: 0;
}
.privacymark {
    float: left;
    width: 100px;
}
.privacytext {
    margin-left: 130px;
}
/***** 動画サイト *****/
.movieList li {
    width: 300px;
    float: left;
    margin: 0 20px 5em 20px;
}
.movieList li img {
    width: 100%;
}
/***** 県公社のたより *****/
.kousyatayori {
    margin: 2em 0;
    position: relative;
    border-bottom: 1px solid #F2922E;
    background: #FFF0E3;
}
.kousyatayori h3 {
    border-top: 2px solid #F2922E;
    border-bottom: 1px dashed #F2922E;
    background: #fff;
    color: #F2922E;
    font-size: 1.5em;
    padding: 0.75em 1em;
    margin: 0 0 1em;
}
.kousyatayoriIn {
    background: #fff;
    margin: 1em;
    padding: 1.5em 1.5em 0;
}
.backLink {
    width: 200px;
    position: absolute;
    right: 1em;
    top: 0.75em;
}
.backLink a {
    display: block;
    background: #F2922E;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    padding: 0.75em 1em;
    -webkit-box-shadow: 2px 2px #BFBFBF;
    -moz-box-shadow: 2px 2px #BFBFBF;
    -ms-box-shadow: 2px 2px #BFBFBF;
    box-shadow: 2px 2px #BFBFBF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.backLink a:after {
    content: ">";
    padding: 0 0 0 0.5em;
}
.backLink a:hover {
    background: #EE5F10;
}
.kousyatayori h4 {
    border-bottom: 1px solid #ccc;
    font-size: 1.3em;
    margin: 1em 0 0.5em;
}
.residentsList {
    padding: 1em 0;
}
.residentsList dt {
    float: left;
    width: 8em;
    padding: 0 0 1em;
}
.residentsList dd {
    margin-left: 8em;
    padding: 0 0 1em 15px;
    background: url(../../../common/images/residents_list_icon.png) no-repeat 0 0.5em;
}
        .residentsList dd img{
        max-width: 100%!important;
        height: auto!important;
    }    
#residentsTopBnr {
    display: flex;
    display: -ms-flexbox; /* IE10 */
    justify-content: space-between;
    flex-wrap: wrap;
}
#residentsTopBnr li {
    width: 47%;
    /*	margin: 0 20px 20px 0;*/
    margin-right: 1em;
    margin-bottom: 1em;
    text-align: center;
}
#residentsTopBnr li img {
    width: 100%;
}
#residentsTopBnr li.download .download_img {
    display: flex;
    display: -ms-flexbox; /* IE10 *//*	justify-content: space-between;*/
}
#residentsTopBnr li.download p {
    width: 48%;
}
#residentsTopBnr li.download p:last-child {
    margin-left: 3%;
}
#residentsTopBnr li.download img {
    width: 100%;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.residentsList .summary {
    text-align: right;
    margin: 0 0 1em;
}
/***** ニュースリリース *****/
#resultBlock .summary {
    text-align: right;
    margin: 0 0 1em;
}
.mNewsList .date {
    display: block;
    float: left;
    width: 9em;
    padding: 1em 1em;
    border-top: 1px dotted #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.mNewsList .body {
    margin-left: 9em;
    padding: 1em 1em;
    border-top: 1px dotted #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#news .items {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 2em;
}
#news .pager {
    padding-top: 1em;
    text-align: center;
}
#news .pager ul.yiiPager {
    display: inline;
}
#news .pager ul.yiiPager li {
    display: inline;
    padding: 0 5px;
}
#news .pager ul.yiiPager li.selected a {
    color: #f17c15;
    font-weight: bold;
}
}

/* -----------------------------------------------------------------------------
 tab,smt
----------------------------------------------------------------------------- */
@media screen and (max-width: 799px) {
/*理事長画像、右下に回り込み*/
#float-box .space {
  /*  min-height: 78vw;*/
}
.re_movie {
    margin: 0 auto;
    text-align: center;
}
.re_movie iframe {
    max-width: 500px;
    width: 100%;
    height: 36vw;
}
/***** 債券 *****/
table.bondsTable th {
    display: none;
}
table.bondsTable td {
    display: block;
    border-bottom: 1px dotted #cecece;
    padding: 1em;
    text-align: left;
}
table.bondsTable td:nth-of-type(1) {
    background: #1FAD34;
    color: #fff;
    text-align: center;
}
table.bondsTable td:nth-of-type(2):before {
    content: "●発行日";
    color: #367f4c;
    padding-right: 1em;
}
table.bondsTable td:nth-of-type(3):before {
    content: "●格付";
    color: #367f4c;
    padding-right: 1em;
}
table.bondsTable td:nth-of-type(4):before {
    content: "●年限";
    color: #367f4c;
    padding-right: 1em;
}
table.bondsTable td:nth-of-type(5):before {
    content: "●発行額";
    color: #367f4c;
    padding-right: 1em;
}
table.bondsTable td:nth-of-type(6):before {
    content: "●国債スプレッド";
    color: #367f4c;
    padding-right: 1em;
}
table.bondsTable td:nth-of-type(7):before {
    content: "●発行要項";
    color: #367f4c;
    padding-right: 1em;
}
/***** お問い合わせ *****/
.tableBase {
    width: 100%;
    overflow: scroll;
}
    @media screen and (max-width: 639px) {
    .sp_nowrap{
white-space:nowrap;
    }
        
    }
    
/***** 動画サイト *****/
.movieList li {
    width: 300px;
    float: left;
    margin: 0 10px 5em 10px;
}
}

/* -----------------------------------------------------------------------------
 tab,smt
----------------------------------------------------------------------------- */
@media screen and (max-width: 639px) {
/*理事長画像、右下に回り込み*/
#float-box {
    padding: 20px;
    overflow: hidden;/*float解除*/
}
#float-box .space {
    float: right;/*画像の位置を右下にしたい場合はright*/
    /*min-height: ; */ /*画像上の余白の高さ*/
    display: none;
}
#float-box .img {
    float: right;/*画像の位置を右下にしたい場合はright*/
    clear: both;/*.spaceのfloat解除*/
    margin: 0em 0 1.5rem 1.5em;/*画像の周りの余白*/
}
.re_movie {
    margin: 0 auto;
    text-align: center;
}
.re_movie iframe {
    max-width: 500px;
    width: 100%;
    height: 52vw;
}
/***** 公社情報 *****/
.messageArea {
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.massageDate {
    text-align: right;
    margin-bottom: 1em;
}
.massagePhoto {
    float: left;
    display: block;
    width: 140px;
    text-align: center;/*	margin-top: -1em;
	margin-right: 2em;
	margin-bottom: 1.5em;*/
}
.massagePhoto img {
    width: 100%;
}
.fmtCol2Outline {
    margin-left: 0%;
}
.fmtCol2Block {
    width: 100%;
    padding: 10px;
    border: 2px solid #1FAD34;
    -webkit-box-shadow: 3px 4px #BFBFBF;
    -moz-box-shadow: 3px 4px #BFBFBF;
    -ms-box-shadow: 3px 4px #BFBFBF;
    box-shadow: 3px 4px #BFBFBF;
    float: none;
    margin: 0 0 5% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*公社情報*/
.fmtCol2Block h3.info {
    background: url(../../../common/images/outline_image01.jpg) no-repeat right center #1FAD34;
    height: 85px;
    padding: 30px 0 0 20px;
    color: #fff;
    font-size: 1.4em;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fmtCol2Block h3.info:before {
    background: #1fad34;
    content: "";
    display: block;
    height: 85px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14em;
    z-index: -1;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.fmtCol2Block h3.info:after {
    border-style: solid;
    border-width: 42.5px 0 42.5px 11px;
    border-color: transparent transparent transparent #1fad34;
    content: "";
    display: block;
    height: 0;
    left: 14em;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
/*公社物件にお住まいの方*/
.fmtCol2Block h3.residents {
    background: url(../../../common/images/outline_image02.jpg) no-repeat right center #1FAD34;
    height: 85px;
    padding: 30px 0 0 20px;
    color: #fff;
    font-size: 1.4em;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fmtCol2Block h3.residents:before {
    background: #1fad34;
    content: "";
    display: block;
    height: 85px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14em;
    z-index: -1;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.fmtCol2Block h3.residents:after {
    border-style: solid;
    border-width: 42.5px 0 42.5px 11px;
    border-color: transparent transparent transparent #1fad34;
    content: "";
    display: block;
    height: 0;
    left: 14em;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
/*採用情報*/
.fmtCol2Block h3.recruit {
    background: url(../../../common/images/outline_image03.jpg) no-repeat right center #1FAD34;
    height: 85px;
    padding: 30px 0 0 20px;
    color: #fff;
    font-size: 1.4em;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fmtCol2Block h3.recruit:before {
    background: #1fad34;
    content: "";
    display: block;
    height: 85px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14em;
    z-index: -1;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.fmtCol2Block h3.recruit:after {
    border-style: solid;
    border-width: 42.5px 0 42.5px 11px;
    border-color: transparent transparent transparent #1fad34;
    content: "";
    display: block;
    height: 0;
    left: 14em;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
/*お問い合わせ*/
.fmtCol2Block h3.contact {
    background: url(../../../common/images/outline_image04.jpg) no-repeat right center #1FAD34;
    height: 85px;
    padding: 30px 0 0 20px;
    color: #fff;
    font-size: 1.4em;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fmtCol2Block h3.contact:before {
    background: #1fad34;
    content: "";
    display: block;
    height: 85px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14em;
    z-index: -1;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.fmtCol2Block h3.contact:after {
    border-style: solid;
    border-width: 42.5px 0 42.5px 11px;
    border-color: transparent transparent transparent #1fad34;
    content: "";
    display: block;
    height: 0;
    left: 14em;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
/***** お問い合わせ *****/
table.contactTable {
    border-top: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border-collapse: collapse;
}
table.contactTable th {
    background-color: #1FAD34;
    color: #fff;
    text-align: left;
}
table.contactTable th, table.contactTable td {
    border-bottom: none;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
}
table.contactTable td textarea {
    width: 90%;
}
.formBtn {
    padding: 1em 1em;
    margin: 0 0 0.5em;
}
.formBtnGray {
    padding: 1em 1em;
    margin: 0 0 0.5em;
}
/***** お問い合わせ *****/
table.contactTable input {
    width: 70%;
    margin: 0 0 10px;
    display: block;
}
/***** 動画サイト *****/
.movieList li {
    width: 300px;
    float: none;
    margin: 0 auto 3em auto;
}
}

/* -----------------------------------------------------------------------------
 smt
----------------------------------------------------------------------------- */
@media screen and (max-width: 479px) {
/***** 公社情報 *****/
.fmtCol2Block {
    width: 100%;
    padding: 0;
    border: 2px solid #1FAD34;
    -webkit-box-shadow: 3px 4px #BFBFBF;
    -moz-box-shadow: 3px 4px #BFBFBF;
    -ms-box-shadow: 3px 4px #BFBFBF;
    box-shadow: 3px 4px #BFBFBF;
    float: none;
    margin: 0 0 5% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fmtCol2Block h3 {
    cursor: pointer;
}
.fmtCol2Block h3:after {
    content: url(../../../common/images/icon_open.png) !important;
    position: relative;
    right: 25px !important;
    top: 0.75em !important;
}
.fmtCol2Block h3.open:after {
    content: url(../../../common/images/icon_close.png) !important;
}
/*公社情報*/
.fmtCol2Block h3.info {
    background: #1FAD34;
    height: auto;
    padding: 0.5em 1em;
    color: #fff;
    font-size: 1.4em;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fmtCol2Block h3.info:before {
    background: none;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    z-index: -1;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.fmtCol2Block h3.info:after {
    border: none;
    content: "";
    display: block;
    height: 0;
    left: auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
/*公社物件にお住まいの方*/
.fmtCol2Block h3.residents {
    background: #1FAD34;
    height: auto;
    padding: 0.5em 1em;
    color: #fff;
    font-size: 1.4em;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fmtCol2Block h3.residents:before {
    background: none;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    z-index: -1;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.fmtCol2Block h3.residents:after {
    border: none;
    content: "";
    display: block;
    height: 0;
    left: auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
/*採用情報*/
.fmtCol2Block h3.recruit {
    background: #1FAD34;
    height: auto;
    padding: 0.5em 1em;
    color: #fff;
    font-size: 1.4em;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fmtCol2Block h3.recruit:before {
    background: none;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    z-index: -1;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.fmtCol2Block h3.recruit:after {
    border: none;
    content: "";
    display: block;
    height: 0;
    left: auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
/*お問い合わせ*/
.fmtCol2Block h3.contact {
    background: #1FAD34;
    height: auto;
    padding: 0.5em 1em;
    color: #fff;
    font-size: 1.4em;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fmtCol2Block h3.contact:before {
    background: none;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    z-index: -1;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.fmtCol2Block h3.contact:after {
    border: none;
    content: "";
    display: block;
    height: 0;
    left: auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
/***** お問い合わせ *****/
.formBtn {
    padding: 1em 1em;
    margin: 0 0 0.5em;
    width: 100%;
}
.formBtnGray {
    padding: 1em 1em;
    margin: 0 0 0.5em;
    width: 100%;
}
/***** 行動規範 *****/
.fmtCol2Block h3.style01 {
    border-bottom: 1px solid #1FAD34;
    padding: 0.5em 0.5em 0.75em;
    cursor: default;
}
.fmtCol2Block h3.style01:after {
    content: none !important;
    position: relative;
    right: 0 !important;
    top: 0 !important;
}
/***** 個人情報保護方針 *****/
.privacymark {
    float: none;
    width: 100px;
    margin: 0 auto !important;
}
.privacytext {
    margin-left: 0;
}
/***** 県公社のたより *****/
.backLink {
    width: 200px;
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.kousyatayori h4 {
    clear: both;
    border-bottom: 1px solid #ccc;
    font-size: 1.3em;
    margin: 1em 0 0.5em;
}
.residentsList {
    padding: 1em 0;
}
.residentsList dt {
    float: none;
    width: 100%;
    padding: 0 0 0em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.residentsList dd {
    margin-left: 0;
    padding: 0 0 1em 15px;
    background: url(../../../common/images/residents_list_icon.png) no-repeat 0 0.5em;
}
    

    
    
#residentsTopBnr {
    display: block;
}
#residentsTopBnr li {
    width: 100%;
    /*	margin: 0 20px 20px 0;*/
    margin-right: 0em;
    margin-bottom: 1em;
    text-align: center;
}
#residentsTopBnr li img {
    width: 100%;
}
#residentsTopBnr li.download .download_img {
    display: flex;
    display: -ms-flexbox; /* IE10 *//*	justify-content: space-between;*/
}
#residentsTopBnr li.download p {
    width: 48%;
}
#residentsTopBnr li.download p:last-child {
    margin-left: 3%;
}
#residentsTopBnr li.download img {
    width: 100%;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
}
/* 事業概要 */
.business section+section {
    margin-top: 50px;
}
.business section dl {
    margin-top: 20px;
}
/* よくある質問 */
.qaList dl+dl {
    margin-top: 30px;
}
.qaList dt {
    border-bottom: 1px dotted #367F4C;
    font-size: 115%;
    padding: 5px 15px;
}
.qaList dt .num {
    font-size: 160%;
    color: #367F4C;
    margin-right: 10px;
}
.qaList dd:before {
    content: "A";
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    width: 60px;
    color: #367F4C;
    font-size: 170%;
    text-align: center;
}
.qaList dd {
    background: #F4F4F4;
    padding: 10px 10px 10px 60px;
    position: relative;
}
/* 一般賃貸住宅用申請書 */
.dwl h4 {
    margin-top: 20px;
}
.dwl .pdf {
    background: url(../images/pdf.png) no-repeat left center;
    padding-left: 30px;
}
/* 採用情報 */
.recruitNews li {
    display: table;
}
.recruitNews li p {
    display: table-cell;
}
.recruitNews li .date {
    color: #367F4C;
    padding-right: 30px;
}
/*アスベストについてのお知らせ*/
.asbe_qa {
    margin-bottom: 30px;
}
.asbe_qa li {
    text-indent: -2em;
    padding-left: 2em;
}
.asbe_qa #li_q10 {
    text-indent: -3em!important;
    padding-left: 3em!important;
}
.pdf_asbe {
    background: url(../../../common/images/pdf.png) no-repeat left center;
    padding-left: 30px;
}
.listmaru_w li:before {
    content: "○"
}
.listmaru_w li {
    text-indent: -6em;
    padding-left: 6em;
}
/*1桁見出しindent*/
.qaList dl dt {
    text-indent: -3em;
    padding-left: 3em;
}
/*2桁以上の見Q見出しindent*/
#q10 {
    text-indent: -4em!important;
    padding-left: 4em!important;
}
/*ndent*/
.indent10 {
    text-indent: -10em!important;
    padding-left: 10em!important;
}
.indent1 {
    text-indent: -1em!important;
    padding-left: 1em!important;
}
.indent01 {
    text-indent: 1em!important;
}
/*<strong>sdgs</strong>
-------------------------------------------------*/
.sdgs img {
    max-width: 100%;
    height: auto;
}
.sdgs .section + .section {
    margin-top: 8%;
}
.sdgs .section_s + .section_s {
    margin-top: 7%;
}
#content h2.sdgs_lead {
    border-left: none;
    font-size: 1.6em;
    font-weight: bold;
    padding: 0;
    margin: 0 0 2em;
    line-height: 1.6;
    text-align: center;
}
.sdgs_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3%;
}
.sdgs_list.sdgs_list_s {
    margin-bottom: 3%;
}
.sdgs_list li {
    width: 20%;
    height: auto;
}
.sdgs_list.sdgs_list_s li {
    width: 14%;
    margin-right: 1%;
}
.sdgs_title {
    color: #1FAD34;
    font-size: 1.6em;
    font-weight: bold;
    position: relative;
    padding-left: 1.5em;
    margin: 2em 0 0.5em;
}
.sdgs_title span {
    color: #fff;
    font-size: 1.2rem;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.6em;
    z-index: 1;
}
.sdgs_title:after {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #1FAD34;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.6em;
}
.sdgs_title_s {
    font-size: 120%;
    font-weight: bold;
    margin: 0.5em 0 0.75em;
    border-left: 3px solid #367F4C;
    padding-left: 0.5em;
}
.sdgs_photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sdgs_photo li {
    position: relative;
}
.sdgs_photo li img {
    height: 295px;
    width: auto;
}
.sdgs_photo.nakai_megasolar li img {
    height: 250px;
    width: auto;
}


.sdgs_photo.sdgs_photo_col2 li img {
    height: 315px;
    width: auto;
}

.sdgs_photo li img.img_auto {
    height: auto!important;
    width: auto!important;
    max-width: auto!important;
}


.sdgs_photo li + li {
    margin-left: 15px;
}
.sdgs_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sdgs_col li, .sdgs_col p, .sdgs_col div {
    position: relative;
}
.sdgs_col >li + li, .sdgs_col p + div, .sdgs_col >div + div {
    margin-left: 15px;
}
.sdgs_text {
    margin-bottom: 1em;
}
.sdgs_col .sdgs_col_w_s {
    width: 40%;
}
.sdgs_col .sdgs_col_w_l {
    width : -webkit-calc(100% - 40% - 15px);
    width : calc(100% - 40% - 15px);
    margin-left: 15px;
}
.sdgs_col.sdgs_col2 img {
    height: 295px;
    width: auto;
}
.sdgs_col.sdgs_col2 p + div {
    margin-left: 0;
}
.sdgs_col.flor_motosumiyoshi img {
    height: 350px;
    width: auto;
}
.sdgs_col.flor_motosumiyoshi + .sdgs_col.flor_motosumiyoshi {
    margin-top: 15px;
}
.sdgs_cap {
    position: absolute !important;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    color: #ccc;
    padding: 0.2em 1.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.sdgs_cap a {
    color: #ccc !important;
}
.sdgs_cap.sdgs_cap_w {
    background: rgba(255,255,255,0.55);
    color: #333;
}
.sdgs_cap.sdgs_cap_w a {
    color: #333 !important;
}
.sdgs_cap .sdgs_title_s {
    font-size: 110%;
    font-weight: bold;
    margin: 0.5em 0 0.25em;
    border-left: none;
    padding-left: 0;
}
.sdgs .action_list li + li {
    margin-top: 7%;
}
.sdgs .action_list.sdgs_flex_list li + li {
    margin-top:10px;
}


.sdgs .action_list li .img {
    width : -webkit-calc(30% - 15px);
    width : calc(30% - 15px);
    margin-right: 15px;
}

.sdgs .action_list a{
text-decoration: underline!important;
}
.sdgs .action_list a:hover{
text-decoration: none!important;
    color: #1FAD34!important;
}


@media screen and (max-width: 1184px) {
.sdgs_photo li img {
    height: 26vw;
    width: auto;
}
.sdgs_photo.nakai_megasolar li img {
    height: 21vw;
    width: auto;
}
.sdgs_photo.sdgs_photo_col2 li img {
    height: 26vw;
    width: auto;
}
.sdgs_col.sdgs_col2 img {
    height: 26vw;
    width: auto;
}
.sdgs_col.flor_motosumiyoshi img {
    height: 33vw;
    width: auto;
}
.sdgs .action_list li .img {
    width : -webkit-calc(40% - 15px);
    width : calc(40% - 15px);
    margin-right: 15px;
}
}

@media screen and (max-width: 992px) {
.sdgs .section + .section {
    margin-top: 15%;
}
.sdgs .section_s + .section_s {
    margin-top: 10%;
}
#content h2.sdgs_lead {
    font-size: 1.5em;
    margin: 0 0 2em;
    line-height: 1.6;
    text-align: center;
}
.sdgs_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sdgs_list li {
    width: 33.3%;
}
.sdgs_list.sdgs_list_s {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 7%;
}
.sdgs_list.sdgs_list_s li {
    width: 20%;
    margin-right: 1%;
}
.sdgs_photo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sdgs_photo li img,  .sdgs_photo.nakai_megasolar li img,  .sdgs_photo.sdgs_photo_col2 li img {
    height: auto;
    width: 100%;
}
.sdgs_photo li + li {
    margin-left: 0;
    margin-top: 15px;
}
.sdgs_photo .sdgs_photo_l {
    width: 100%;
}
.sdgs_photo .sdgs_photo_m {
    width: 66%;
}
.sdgs_photo .sdgs_photo_s {
    width: 29.8%;
    margin-left: auto;
}
.sdgs_col {
    display: block;
}
.sdgs_col.yusole_soubudai {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
.sdgs_col li + li,  .sdgs_col p + div,  .sdgs_col div + div {
    margin-left: 0;
    /*margin-bottom: 7%;*/
    margin-top: 15px;
}
.sdgs_col .sdgs_col_w_s {
    width: 100%;
}
.sdgs_col .sdgs_col_w_l {
    width : 100%;
    margin-left: 0;
}
.sdgs_col.sdgs_col2 > div {
    width: 100%;
}
.sdgs_col.sdgs_col2 > div + div {
    margin-top: 12%;
}
.sdgs_col.sdgs_col2 img {
    height: auto;
    width: 100%;
}
.sdgs_col.flor_motosumiyoshi img {
    height: auto;
    width: 100%;
}
.sdgs_cap,  .sdgs_cap.sdgs_cap_w {
    position: relative !important;
    background: rgba(0,0,0,0.15);
    color: #626262;
}
.sdgs_cap .sdgs_title_s {
    margin: 0;
}
.sdgs .action_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
.sdgs .action_list li + li {
    margin-top: 10%;
}
    .sdgs .action_list.sdgs_flex_list li + li {
    margin-top:5%;
}
    
.sdgs .action_list li .text_box {
    margin-bottom: 1em;
}
.sdgs .action_list li .img {
    width: 100%;
    margin-right: 0;
     margin-bottom: 0.5rem;
}
}
/*sdgs 追加*/
.sdgs_badge img{
    max-width:130px;
}
.sdgs_banner img{
  min-width: 600px;  
}
.sdgs_badge_flex{align-items: flex-end;}

@media screen and (max-width: 992px) {
    .sdgs_banner img{
  min-width: auto;  
}
}
/*sdgs タイトル追加
-------------------------------------------------*/
.sdgs_tatekae_title{
	/*padding: 0.5em 1em;*/
    margin: 2em 0;
    color: #548f4c;/*文字色*/
    /*background: #e0e4d3;*/
}
.sdgs_tatekae_title h3 {
    margin: 0; 
    padding: 0;
}
/*2020 renew 追記
============================================================================================*/
    /*recruit
-------------------------------------------------*/

.re_main_visual {
    margin: 0 auto 30px auto;
}
.re_main_visual img {
    width: 100%;
}
.about_text {
    margin: 0 auto 30px auto;
}
/*cms 本文パーツ*/
.cms br {
    line-height: 0!important;
}





.cms_date{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1em;
    margin-top:30px;
}

.cms_catego{
    margin-left:1em;
    background: #1FAD34;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
}
.cms_title{
    border-left: 9px solid #1FAD34;
    font-size: 1.8em;
    font-weight: normal;
    padding: 0 0 0 10px;
        margin: 0 0 2em 0;
}
.cms a{
    color: #1FAD34!important;
}
.cms .col_g{
      color: #1FAD34;
}

.cms h2 {

}

.cms h3 {
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 2em;
    margin-top: 2em;
}
.cms h4 {
    font-size: 115%;
    border-bottom: 1px solid #1FAD34;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-bottom: 2em;
    margin-top: 2em;
}
.cms h4:before {
    content: "●";
    margin-right: 5px;
    color: #1FAD34;
}
.cms h5 {
    font-size: 115%;
    border-bottom: 1px solid #1FAD34;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-bottom: 2em;
    margin-top: 2em;
    font-weight: normal;
}
/*住所の枠線*/
.address_border {
    border: solid 1px #CECECE;
    padding: 1em;
    width: auto!important;
}
.re_detaile .address_border {
    margin-top: 50px;
}

.cms p{
    margin-bottom: 1em;
}

.cms dl {
    margin: auto auto 2em auto;
}
.cms dl dt {
    color: #1FAD34;
    font-weight: bold;
}
.cms dl dd + dt {
    margin-top: 1em;
}

.cms img {
    line-height: 0;
    max-width: 100%;
    height: auto!important;
   margin-bottom:-10px;
    
}

.cms {
    line-height: 1.7;
}

/*詳細ページ　cv*/
.r_cv_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0 0 0;
    justify-content: center;
}
.r_cv_flex * + * {
    margin-left: 5%;
}

@media screen and (max-width: 480px) {
.r_cv_flex {
    display: block;
}
.r_cv_flex * + * {
    margin-left: 0%;
    margin-top: 5%;
}
}
/*2020 採用情報CMS用  追記
============================================================================================*/
/*topのボタン*/
.r_link_area_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.r_link_area_list li {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 0%;
}
.r_link_area_list li:nth-child(n + 4) {
    margin-right: 0%;
}
.r_link_area_list li p {
    font-size: 1.1em;
    background: url(../../../common/images/iconArrow.gif) no-repeat left;
    padding: 0 0 0 10px;
    display: inline;
}
.r_link_area_list li a {
    display: block;
    width: 100%;
    padding: 20px;
    text-decoration: none!important;
    border: 2px solid #1FAD34;
    -webkit-box-shadow: 3px 4px #BFBFBF;
    -moz-box-shadow: 3px 4px #BFBFBF;
    -ms-box-shadow: 3px 4px #BFBFBF;
    box-shadow: 3px 4px #BFBFBF;
    margin: 0 0 5% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 479px) {
.r_link_area_list {
    display: block;
}
.r_link_area_list li {
    width: 100%;
    margin-right: 0%;
}
    .r_link_area_list li a {
    padding: 10px 20px;
    }
}
/*採用情報リスト re_new*/
/***** ニュースリリース renew ver 2020*****/  
.news_renew .catego, .catego * {
    color: #367F4C!important;
    text-decoration: none!important;
}
.news_renew .catego:hover, .catego *:hover {
    text-decoration: underline!important;
}
.news_renew_li, .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}
.news_renew p {
    margin: 0 0 0em!important;
}
.news_renew_li {
    padding: 1em 1em;
    border-bottom: 1px dotted;
}
.news_renew_li:first-child {
    border-top: 1px dotted;
}
.date {
    width: 23%;
}
.date span {
    width: 60%;
    display: block;
    margin-right: 5%;
}


.news_renew_txt {
    width: 74%;
    margin-left: 3%;
}
/*.news_renew_txt a {
    text-decoration: none!important;
}*/

@media screen and (max-width: 736px) {
.news_renew_li .date {
    flex-wrap: wrap;
}
.date {
    width: 30%;
}
.catego {
}
.news_renew_txt {
    width: 65%;
}
}

@media screen and (max-width: 480px) {
.date span {
    width: auto;
    margin-right: 0%
}
.news_renew_txt {
    width: 67%;
    margin-left: 3%;
}
}
/*カテゴリリスト*/
.recruit_link_box {
    padding: 10px 0 30px 0;
}
.catego_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 30px 0 0 0;
}
.catego_list li {
    border-right: 1px solid #000;
}
.catego_list li a {
    padding: 0 10px;
}
.catego_list li:first-child {
    border-left: 1px solid #000;
}
/*現在地表示*/
.r_current {
    color: #fff!important;
    background: #1FAD34!important;
}
.r_link_area_list a.r_current p{
    background: url(../../../common/images/iconArrow_w.gif) no-repeat left;
}
.catego_list .r_current{
        color: #fff!important;
    background: #1FAD34!important;
    text-decoration: none!important;
    padding: 3px 10px;
}


/*action
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.main_text {
    margin-bottom: 80px;
}
.main_text p + p {
    margin-top: 1em;
}
.action_list a{
    text-decoration: none!important;
}

.action_list a:hover{
color: #626262!important;
}
.action_list .action_list_inner:hover  .action_title{
    color: #1FAD34!important;
      text-decoration: underline;
}



.action_list .action_list_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.action_list li + li {
    margin-top: 10%;
}
.action_list li .img {
    width: 30%;
    margin-right: 5%;
}
.action_list li .text_box {
    width: 70%;
}
.action_list li .img img {
    width: 100%;
}
.action_title {
    margin-bottom: 1em;
    font-size: 1.4rem;
    font-weight: bold;
}


@media screen and (max-width: 992px) {
.action_list .action_list_inner {
    display: block;
}
.action_list li .img {
    width: 100%;
    margin-right: 0%;
}
.action_list li .text_box {
    width: 100%;
}
.action_list li + li {
    margin-top: 15%;
}
.action_title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
}
}
/*action_link_btn*/
.action_link_btn {
    text-align: right;
    position: relative;
    padding-right: 30px;
    margin-top: 1em;
    display: block;
}
.action_link_btn:before {
    content: "";
    background: url("../../img/renew_img/link_icon.svg") no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0%;
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
}
.action .btn {
    margin-top: 80px;
}
/*公社について　パーツ
============================================================================================*/
.img_box{
    margin: 1em auto;
}
.img_box img{
max-width: 100%;
}
/*outline*/
.philosophy_logo{
max-width: 300px;
    margin: auto;
}
.philosophy_logo img{
    width:100%;
}



/* table
============================================================================================================ */


.history_contents img {
    max-width: 100%;
}

.history_contents table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.7;
}
.history_contents  table.basic {
    width: 100%;
    border: 1px solid #d9d9d9;
    line-height: 1.6;
    table-layout: fixed;
}
.history_contents table.basic th, .history_contents table.basic td {
    padding: 0.6em 1em;
    border: 1px solid #d9d9d9;
    word-wrap: break-word;
}
.history_contents table.basic th {
    background: #f2f2f2;
}
.history_contents table.basic.th_center th {
    text-align: center;
    font-weight: bold;
}
.history_contents table.basic.td_cetner td {
    text-align: center;
}
.history_contents table.basic.td_right td {
    text-align: right;
}
.history_contents table.border_none td,.history_contents  table.border_none th {
    padding-bottom: 20px;
}

.history_contents table .w10 {
    width: 10%;
}
.history_contents table .w15 {
    width: 15%;
}
.history_contents table .w20 {
    width: 20%;
}
.history_contents table .w25 {
    width: 25%;
}
.history_contents table .w30 {
    width: 30%;
}
.history_contents table .w35 {
    width: 35%;
}
.history_contents table .w40 {
    width: 40%;
}
.history_contents table .w45 {
    width: 45%;
}
.history_contents table .w50 {
    width: 50%;
}

@media screen and (max-width: 960px) {
.history_contents table.basic {
    border-width: 2px;
    line-height: 1.5;
}
.history_contents table.basic th, .history_contents  table.basic td {
    padding: 0.5em;
}
.history_contents table.basic th {
    width: 10%;
}
.history_contents table.basic td {
    width: 20%;
}
}

/*table flex*/
.history_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.history_flex > * {
    width: 49%;
    margin-bottom: 3%;
}
.section_s + .section_s {
    margin-top: 50px;
}
.history_contents table.basic th,.history_contents  table.basic td {
    padding: 0.6em 1em!important;
}

@media screen and (max-width: 480px) {
.history_contents table.basic th,.history_contents  table.basic td {
    padding: 0.6em 0.5em!important;
}
}
.page_main h1 .en {
    display: block;
}

@media screen and (max-width: 480px) {
.page_main h1 .en {
    border-bottom: solid 1px #ff1d25;
}
.page_main h1 .ja {
    padding: 4px 0;
    border-top: none;
    font-size: 2.8rem;
}
}
/*th tdの処理*/
.history_contents_nenshi.basic th:nth-child(1) {
    width: 18%;
}
.history_contents_nenshi.basic th:nth-child(2) {
    width: 5%;
    text-align: right
}
.history_contents_nenshi.basic td {
width:77%!important;
}

@media screen and (max-width: 960px) {
.history_contents_nenshi.basic th:nth-child(1) {
    width: 25%;
}
.history_contents_nenshi.basic th:nth-child(2) {
    width: 10%;
}
.history_contents_nenshi.basic td {
width:65%!important;
}
}

@media screen and (max-width: 480px) {
.history_contents_nenshi.basic th:nth-child(1) {
    width: 28%;
}
.history_contents_nenshi.basic th:nth-child(2) {
    width: 12%;
}
.history_contents_nenshi.basic td {
width:60%!important;
}
}

.fwb{
    font-weight: bold!important;
}
table.jyutaku_table {
  width: 60%!important;  
}
.jyutaku_table th.jyutaku_wr{
    width: 5%!important;
    text-align: center;
}
@media screen and (max-width: 960px) {
  .jyutaku_table th.jyutaku_wr {
    width: 3% !important;
  }
}
@media screen and (max-width: 680px) {
  table.jyutaku_table {
    width: 80%!important;
  }
}
@media screen and (max-width: 480px) {
  table.jyutaku_table {
    width: 100%!important;
  }
}
/* 理事長メッセージ */
.message_fv{
    height: 400px;
    margin: 0 0 1em;
     background-image: url(../../../outline/img/message_fv_pc.jpg);
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}
.message_fv_title{
    font-size: 1.8em;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-100%);
	color: #000;
    /*color: #fff;
    text-shadow: 1px 1px 2px #000;*/
}
.message_fv_name{
    font-size: 1.1em;
    position: absolute;
    left: 40px;
    /*bottom: 80px;*/
    bottom: 100px;
    /*color: #fff;
    text-shadow: 1px 1px 2px #000;*/
}
.message_fv_name span{
    font-size: 1.4em;
}
.riji_message{
    line-height: 2;
    margin: 0 0 1em;
}
.riji_message span{
    display: block;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .message_fv{
        height: 340px;
    }
}
@media screen and (max-width: 639px) {
    .message_fv{
        height: 280px;
    }
    .message_fv_title{
        font-size: 1.3em;
        top: 30%;
        left: 30px;
    }
    .message_fv_name{
        font-size: 0.8em;
        bottom: 120px;
        left: 30px;
    }
}
@media screen and (max-width: 420px) {
    .message_fv{
        height: 180px
    }
    .message_fv_title{
        font-size: 1.1em;
    	top: 50%;
    	left: 10px;
    }
    .message_fv_name{
        font-size: 0.7em;
    	bottom: 30px;
    	left: 10px;
    }
}

/* あゆみ動画リンク */
.history_link{
    color: blue!important;
    text-decoration: none!important;
}

.break_word{
    word-wrap: break-word;
    }

/*------bo_gray------*/
.bo_gray{
	border: #DDDDDD solid 1px;
}


/*----------セル縦書き----------*/

.vertical_wr th:first-child{
    writing-mode: vertical-rl;
}
th.jyutaku_wr span{
  white-space: pre!important;
  writing-mode: vertical-rl!important;
  display: inline-block!important;
}
/***** RefPaCお問い合わせ *****/
ul .refpacList {
    list-style: none;
}
.fbox_m_1_9 {
    display: flex;
    padding: 0 0 0 1.5em;
}
.fbox_m_1_9 > *:nth-child(1) {
    width: 7%;
}
.fbox_m_1_9 > *:nth-child(2) {
    width: 93%;
}
@media screen and (max-width: 700px) {
  .fbox_m_1_9 {
    display: block;
    padding: 0;
  }
  .fbox_m_1_9 > *:nth-child(1) {
    width: 100%;
  }
  .fbox_m_1_9 > *:nth-child(2) {
    width: 100%;
  }
}
.fbox_s_1_9 {
    display: flex;
    padding: 0 0 0 1.5em;
}
.fbox_s_1_9 > *:nth-child(1) {
    width: 4%;
    margin-left: 3%!important;
}
.fbox_s_1_9 > *:nth-child(2) {
    width: 95%;
}
@media screen and (max-width: 700px) {
  .fbox_s_1_9 {
   padding: 0;
  }
  .fbox_s_1_9 > *:nth-child(1) {
    width: 0;
    margin-left: 0!important;
     margin-right: 1.7rem!important;
}
}
/*公社のSNS
========================== */
.sns_list {
  display: flex;
  flex-wrap: wrap;
}
.sns_list li {
  border: 2px solid #626262;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  margin: 10px;
  padding: 1em;
  width: calc((100% - 80px) / 4);
  box-sizing: border-box;
}
.card-img img {
  display: block;
  width: 50%;
  object-fit: cover;
  margin: 0 auto;
  padding: 2em 0;
}
.card-text {
  flex-grow: 1;
  padding-bottom: 1em;
  word-break: break-all;
}
@media screen and (max-width:992px) {
  .sns_list {
    width: 85%;
    margin: 0 auto;
  }
  .sns_list li {
    width: calc((100% - 40px) / 2);
    padding: 2em 1em;
  }
}
@media screen and (max-width:560px) {
  .sns_list {
    display: block;
  }
  .sns_list li {
    width: auto;
  }
}
/*各種お問い合わせ
============================================================================================================ */
.green_btn {
  background-color: #078121;
  color: #fff !important;
  padding: 1em 1.5em;
  border-radius: 50px;
  width: 16rem;
  text-align: center;
  box-shadow: 0 5px 0 0 #2f5d08;
  font-size: 0.9rem;
  /*font-weight: bold;*/
}
.green_btn:hover{
  background-color: #1fad34;
}
.green_btn a {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
}
.btn_flex {
  display: flex;
     flex-wrap:wrap;
    gap: 2em 0;
}
.btn_flex > div + div {
  margin-left: 5%;
}
.btn_flex > div:nth-child(3){
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .btn_flex {
    display: block;
  }
  .btn_flex > div + div {
    margin-left: 0;
    margin-top: 5%;
  }
}
.contact_title {
 margin-bottom: 3px;
    color: #1FAD34;
    font-weight: bold;   
}
.contact_title span {
   color:#626262;
  font-weight: normal;
   
}
.tel_text {
   color:#626262;
  font-weight: bold; 
    font-size: 1.17em;
}
/*top_youtube
-------------------------------------*/
.youtube_box {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  padding-top: 5em;
}
.youtube_box iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 1184px) {
  .youtube_box {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .youtube_box {
    width: auto;
  }
}

.contents_col_2 .contents_main {
    overflow-wrap: break-word;
}

table.tableStyle02 {
    border-top: 1px solid #CECECE;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    border-collapse: collapse;
    border-left: 1px solid #CECECE;
}
table.tableStyle02 tr:nth-chid(even) td {
 background: #F4F4F4;
}
table.tableStyle02 thead th {
    background-color: #1FAD34;
    color: #fff;
    text-align: center;
}
table.tableStyle02 tbody th {
    background: #DBEBDC;
}
table.tableStyle02 th, table.tableStyle02 td {
    border-bottom: 1px solid #CECECE;
    padding: 20px 20px;
    border-right: 1px solid #CECECE;
}
table.tableStyle03 {
    border-top: 1px solid #CECECE;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    border-collapse: collapse;
    border-left: 1px solid #CECECE;
}
table.tableStyle03 td {
    border-bottom: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    padding: 10px;
}
table.tableStyle03.w50 td:first-child {
    width: 50%;
}

@media screen and (max-width: 639px) {
	table.tableStyle02 th, table.tableStyle02 td {
		padding: 0.75em;
		font-size: 0.9em;
	}
	table.tableStyle03 {
		border-top: 1px solid #CECECE;
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		border-collapse: collapse;
		border-left: 1px solid #CECECE;
	}
	table.tableStyle03 td {
		border-bottom: 1px solid #CECECE;
		border-right: 1px solid #CECECE;
		padding: 10px;
		width: auto;
		display: block;
	}
	table.tableStyle03.w50 td:first-child {
		width: auto;
	}
}   
