/* common */
body {
	font-family: '-apple-system', 'BlinkMacSystemFont', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'segoe ui' ,'游ゴシック  Medium','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
@media only screen and (max-width : 768px){
body {
	padding-top: 81px;
}
}
a:link,a:visited {
	color: #1679BA;
	text-decoration: none;
}
a:hover,a:active {
	color: #18A742;
}
.tac {
	text-align: center!important;
}
.btn a,.header-contact a {
	background-color: #1679BA;
	border: 2px solid #1679BA;
	color: #fff;
	padding: 0.8em 1.5em;
	border-radius: 2px;
	text-decoration: none;
	display: inline-block;
}
.btn a:hover,.header-contact a:hover {
	color: #1679BA;
	background: #fff;
}
.btn-pdf a {
	background-image: url(../img/ico-pdf.svg);
	background-repeat: no-repeat;
	padding: 0.6em 2em 0.6em 40px;
	background-position: 10px;
	font-size: 0.9em;
}
.btn-pdf a:hover {
	background-image: url(../img/ico-pdf-hover.svg);
	background-repeat: no-repeat;
	padding: 0.6em 2em 0.6em 40px;
	background-position: 10px;
}
.btn-pdf2 a {
	background-image: url(../img/ico-pdf.svg);
	background: #1679BA;
	background-repeat: no-repeat;
	padding: 0.6em 2em 0.6em 40px;
	background-position: 10px;
	font-size: 0.9em;
}
.btn-pdf2 a:hover {
	background-image: url(../img/ico-pdf-hover.svg);
	background: #fff;
	background-repeat: no-repeat;
	padding: 0.6em 2em 0.6em 40px;
	background-position: 10px;
}
.btn-contact a {
    width: 300px;
    text-align: center;
}
.noliststyle {
	list-style: none;
	margin: 0;
	padding: 0;
}
.content-section-type01 {
	background: #1679BA;
	color: #fff;
	display: block;
	width: 100%px;
}
.content-section-type01 {
	padding-bottom: 0em;
}
.header:after,.footer:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	clear: both;
}
/* header */
.header {
	padding: 0.5em 0 1em;
	position: relative;
	border-bottom: 4px solid #1679BA;
}
.header h1 {
	float: left;
	margin: 0;
	padding: 0;
}
.header h1 img {
	width: 190px;
	height: auto;
}
.header .gnav {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.header .gnav ul {
	margin: 0;
	padding: 0;
}
.header .gnav li {
	display: inline-block;
	padding-top: 0;
	margin-left: 0.5em;
}
@media only screen and (max-width : 736px){
.header {
	padding: 0;
	position: fixed;
	top: 0;
	background: #fff;
	width: 100%;
	z-index: 9990;
}
.header h1 {
	float: none;
	padding: 0 0 0 0.5em;
}
.header h1 img {
	width: 150px;
	height: auto;
}
.header .gnav {
	float: none;
	padding: 0 1em 1em;
	font-size: 0.9em;
}
.header .gnav li.header-contact {
	display: block;
	width: 100%;
	margin: 0;
	padding-top: 0.3em;
}
.header .gnav li.header-contact a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.4em;
	border-radius: 0;
}
}
.button-toggle {
	cursor: pointer;
	background: #1679BA;
	text-align: center;
	width: 50px;
	padding: 12px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
.menu {
	background: #fff;
	margin-top: 12px;
	padding: 1em;
}
@media only screen and (min-width: 736px) {
.button-toggle {
	display: none;
}
.menu {
	margin-top: 8px;
	display: block!important;
}
}
/* mainimage */
.mainimage {
	clear: both;
}
.mainimage ul {
    margin: 0;
    padding: 0;
}
/* main */
.main {
	padding-bottom: 2em;
}
.main p {
	margin: 0;
	padding: 0 0 1em;
}
.main h3 {
	margin: 0 0 1em;
    padding: 0.2em 0;
    border-bottom: 2px solid #1679BA;
    display: inline-block;
}
.main h4 {
    border-left: 8px solid #1679BA;
    margin: 0 0 0.5em;
    padding: 0.3em 0.8em;
}
.content-section {
	padding: 0 0 3em;
}
.content-section ul,.content-section ol {
    margin: 0;
    padding: 0 0 0 1.5em;
}
.content-section strong {
    display: block;
    padding-bottom: 0.5em;
}
.image-box-content p {
	padding: 0 0 1em;
	margin: 0;
}
.content-section .grid-padding-x {
    margin: 0;
}
.content-section .grid-padding-x .cell {
    padding: 10px;
}
.content-section .grid-padding-x .cell img {
    padding-bottom: 1em;
}
.content-section table {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
}
.content-section th,.content-section td {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.content-section th {
    background: #1679BA;
    color: #fff;
    text-align: left;
    font-weight: normal;
}
.content-section dl {
    border-bottom: 1px solid #eee;
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.content-section dt {
    display: table-cell;
    width: 15%;
}
.content-section dd {
    display: table-cell;
    width: 85%;
}
@media only screen and (min-width: 736px) {
.padl-pc {
	padding-left: 1em!important;
}
.padr-pc {
	padding-right: 1em!important;
}
}
@media only screen and (max-width: 736px) {
.padb-mb {
	padding-bottom: 1em!important;
}
.content-section dt,.content-section dd {
    display: block;
    width: 100%;
    margin: 0;
}
}
.main h2 {
	border-bottom: 2px solid #eee;
	font-size: 1.2em;
	padding: 0.5em 0;
	position: relative;
}
.main h2:after {
	display: block;
	content: "";
	width: 200px;
	border-bottom: 2px solid #18A742;
	position: relative;
	top: 11px;
}
.main .content-section-type01 h2 {
	border-bottom: none;
}
.main .content-section-type01 h2:after {
	display: none;
}
.top-product .content-text {
    text-align: center;
}
.top-product .content-text h3 {
    font-size: 0.9em;
}
.top-product a:link,.top-product a:visited {
	color: #fff;
	text-decoration: none;
}
.top-product a:hover,.top-product a:active {
	color: #fff;
}
.jigyo-product a:link,.jigyo-product a:visited {
	color: #333;
	text-decoration: none;
}
.jigyo-product a:hover,.jigyo-product a:active {
	color: #333;
}
.img-thum {
	padding-right: 1em;
}
.img-thum img {
	border-radius: 3px;
}
@media only screen and (max-width: 736px) {
.top-product .img-thum img {
    width: 300px;
    margin: auto;
}
.top-product .img-thum {
    text-align: center;
    padding-bottom: 0;
}
.top-product .content-text h3 {
    border: none;
    margin: 0;
}
}
.grid-x > .large-6.top-news-contents {
	width: 80%;
	margin-right: 2%;
}
.grid-x > .large-6.top-info-contents {
	width: 80%;
	/*margin-left: 2%;*/
    margin-right: 2%;
}
/*20240704*/
.grid-x > .large-2 {
	width: 14%;
	/*margin-left: 1%;*/
}
.top-news {
	list-style: none;
	padding: 0.5em 0;
	margin: 0;
}
.top-news li {
	border-bottom: 1px solid #eee;
	padding: 0.3em 0;
}
.top-news li span {
    display: inline-block;
    width: 18%;
    margin-right: 2%;
    float: left;
}
.top-news li a {
    display: inline-block;
    float: left;
    width: 80%;
}
.top-news li:after {
    display: block;
    content: "";
    clear: both;
}
.top-info-contents-box {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.top-info-contents-image {
	display: table-cell;
	vertical-align: top;
	width: 30%;
}
.top-info-contents-text {
	display: table-cell;
	vertical-align: top;
	width: 70%;
}
@media only screen and (min-width: 736px) {
.top-info-contents-image {
	padding: 0 1em 1em 0;
}
}
@media only screen and (max-width: 736px) {
.top-info-contents-box,.top-info-contents-image,.top-info-contents-text,.top-news li span,.top-news li a {
	display: block;
	width: 100%;
}
.top-info-contents-image {
	padding-bottom: 1em;
}
}
.tel {
	font-size: 1.6em;
	font-weight: bold;
}
.foot-content {
	padding-top: 3em;
}
.img-footgroup {
	float: left;
	margin: 0;
	padding: 0;
}
.img-footgroup img {
	width: 450px;
	height: auto;
}
.footnav {
	list-style: none;
	padding: 0.3em 0 1em;
	margin: 0;
	float: right;
}
.footnav li {
	display: inline-block;
	font-size: 0.9em;
	margin-left: 0.5em;
	border-right: 1px solid #eee;
	padding-right: 1em;
}
.footnav li:last-child {
	border-right: none;
	padding-right: 0;
}
.footnav a {
	color: #333;
}
@media only screen and (max-width: 736px) {
.main .large-12 {
	padding: 0 1em;
}
.main h2 {
	font-size: 1.1em;
}
.main h2:after {
	width: 100px;
}
.img-thum {
	padding: 0 1em;
	margin-bottom: 0;
}
.main p.content-text {
	padding: 0 1em 1em;
}
.grid-x > .large-6.top-news-contents,.grid-x > .large-6.top-info-contents {
	width: 100%;
	margin: 0;
	padding: 0 1em;
}
.img-footgroup img {
	width: 300px;
}
.img-footgroup,.footnav {
	float: none;
	width: 100%;
}
.footnav {
	padding: 0.3em 0 1em;
}
}
/* footer */
.footer {
	border-top: 3px solid #1679BA;
	padding: 1em 0;
}
.footlogo img {
	width: 110px;
	height: auto;
}
.img-totaltnsc img {
	width: 80px;
	height: auto;
}
.footlink {
	list-style: none;
	margin: 0;
	padding: 1em 0;
	float: left;
	width: 33%;
	font-size: 0.9em;
}
.footlink li a,.footlink-ttl {
	border-left: #18A742 5px solid;
	padding: 0.1em 0 0.1em 0.5em;
	margin-bottom: 0.8em;
	display: inline-block;
	color: #333;
}
.footlink ul {
	list-style: none;
	padding: 0 0.5em;
	margin: 0;
}
.footlink li ul li a {
	border-left: none;
}
.copy {
	background: #1679BA;
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	padding: 1em;
	font-size: 0.8em;
	clear: both;
}
@media only screen and (max-width: 736px) {
.footer {
	padding: 0 1em;
}
.footlink {
	float: none;
	width: 100%;
}
}
/* voice */
.image-box {
	padding: 1em 0;
	clear: both;
}
.image-box:afrer {
	content: "";
	display: block;
	height: 1px;
	clear: both;
}

.voice-content h3 {
	margin: 0;
}
.image-box {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.image-box-image {
	display: table-cell;
	width: 30%;
	vertical-align: top;
}
.image-box-content {
	display: table-cell;
	width: 70%;
	vertical-align: top;
}
.image-box-voice .image-box-image {
	width: 20%;
}
.image-box-voice .image-box-content {
	width: 80%;
}
@media only screen and (max-width: 736px) {
.image-box-image,.image-box-content,.image-box-voice .image-box-image,.image-box-voice .image-box-content {
	display: block;
	width: 100%;
	clear: both;
}
.image-box-voice .image-box-image img {
	float: left;
	width: 100px;
	padding-right: 1em!important;
}
.image-box-voice {
	padding-bottom: 2em;
}
.main h3 {
	padding: 0;
}
.image-box-image img {
	padding-top: 1em;
}
.image-box-voice .image-box-image img {
	padding-top: 0;
}
}

@media only screen and (max-width: 736px) {
.content-section h3 {
	padding: 1em 0 0.5em;
}
.content-section .image-box-image img {
	padding: 0 0 1em;
}
}
.president-name {
	text-align: right;
	font-size: 1.0em;
	padding-top: 0.5em;
}
.president-name img {
	width: 150px;
	display: inline-block;
}
.content-section table .btn a {
    padding: 0.5em;
    font-size: 0.8em;
    margin-top: 1em;
}
.content-section table .btn-pdf a {
    font-weight: bold;
    padding: 10px 20px 10px 40px;
}
.jigyousyo-table p {
    padding: 0;
}
.content-section tr:nth-child(2n) {
    background: #f9f9f9;
}
/*スマホ用画面レイアウト START*/
@media only screen and (max-width: 736px) {
.jigyousyo-table tr {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    display: block;
    padding: 10px;
　　
}

.jigyousyo-table tr:first-child {
    padding: 10px;
    background: #1679BA;
}
.jigyousyo-table th,.jigyousyo-table td {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
}
.jigyousyo-table th {
    background: none;
    display: inline;
    
}

}
/*スマホ用画面レイアウト END*/
.product-nav {
    display: block;
    padding: 0;
    margin: 0;
}
.product-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.product-nav li {
    display: inline-block;
}
.product-nav a {
    color: #fff;
    background: #1679BA;
    border: 2px solid #1679BA;
    display: block;
    padding: 10px;
    border-radius: 2px;
}
.product-nav a:hover {
    color: #1679BA;
    background: #fff;
}
@media only screen and (max-width: 736px) {
.product-nav li {
    display: inline;
    width: 100%;
}
.product-nav a {
    display: inline-block;
    padding: 0.5em;
    width: auto;
    font-size: 0.9em;
    margin: 0 0 1em 0;
}
}
.repco-table {
	font-size: 0.8em;
}
.content-section .repco-table tr:nth-child(2n) {
    background: none;
}
@media only screen and (max-width: 736px) {
.mb-scroll {
	overflow: scroll;
}
.content-section .repco-table {
    width: 1200px;
    
    white-space: nowrap;
}
}
.content-section .sitemap-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.content-section .sitemap-list li {
    padding: 0.5em 0;
    border-bottom: 2px solid #efefef;
}
.content-section .sitemap-list ul {
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;
}
.content-section .sitemap-list li li {
    border-bottom: 1px solid #efefef;
}
.content-section .sitemap-list li li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.content-section .sitemap-list li a,.sitemap-content-ttl {
    border-left: 4px solid #18a642;
    padding-left: 0.4em;
}
.content-section .sitemap-list li li a {
    border-left: none;
}
@media only screen and (min-width: 736px) {
.content-text {
    padding: 0 1em;
}
p.img-thum {
    padding: 0 1em 1em;
}
}
p.product-caption {
    color: #1678ba;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    padding-top: 1em;
}
@media only screen and (max-width: 736px) {
p.product-caption {
    font-size: 1.2em;
}
p.product-caption br {
    display: none;
}
}
.product-mainimage {
    text-align: center;
}
.product-mainimage img {
    width: 250px;
}
.heat-tablecell-01 {
	width: 20%;
}
.heat-tablecell-02 {
	width: 17%;
}
.heat-tablecell-03 {
	width: 12%;
}
.content-section .entryform tr:nth-child(2n) {
    background: transparent;
}
.entryform span {
    color: #ff0000;
    font-weight: bold;
    margin-left: 5px;
}
.content-section table.entry-submit,.content-section table.entry-submit td {
	border: none;
}
textarea {
    border: 1px solid #d6d6d6;
}
.entry-submit input[type="submit"] {
    background: #1678ba;
    color: #ffff;
    border: none;
    padding: 1em 3em;
}
.entry-submit input[type="reset"] {
    background: #1678ba;
    color: #ffff;
    border: none;
    padding: 1em 3em;
}
.entry-submit input[type="submit"]:hover,.entry-submit input[type="reset"];hover {
	background: #fff;
	color: #1678ba;
}
.slick-next,.slick-prev {
    display: none!important;
}
/* header追加 */
.header-logo-unit {
    margin: 0;
    padding: 0;
    display: inline;
    text-align: right;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
}
.header-logo-unit ul {
    margin: 0;
    padding: 0;
    display: inline;
    text-align: right;
    list-style: none;
    position: relative;
    top: 0;
    right: 0;
}

.header-logo-unit li {
    display: inline-block;
}

.header .grid-container {
    position: relative;
    padding-top: 30px;
}

.header h1 {
    position: relative;
    top: -13px;
}
.header-logo-unit li img {
    height: 10px;
}
.header-logo-unit li.header-logo-01 img {
    height: 22px;
}
@media only screen and (max-width: 736px) {
.header-logo-unit {
    text-align: left;
    left: 0;
}
.header-logo-unit ul {
    padding-left: 10px;
    text-align: left;
}
.header-logo-unit li img {
    height: 5px;
}
.header-logo-unit li.header-logo-01 img {
    height: 18px;
}
}
input#mail_preview {
    display: none;
}

input#mail_post {
    background-color: #1679BA;
    border: 2px solid #1679BA;
    color: #fff;
    padding: 1.2em 5em;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
}
span.form-error {
    font-weight: bold;
    font-size: 0.8em;
    color: #c70000;
}
.footnav li.footer-search {
    width: 260px;
    position: relative;
}
.footnav li.footer-search .gsc-control-searchbox-only {
    position: relative;
    top: 10px;
}
p.footer-text {
    font-size: 0.85em;
}
span.foot-init {
    display: inline-block;
    width: 3em;
}
span.yakuin-status {
    display: inline-block;
    width: 150px;
}
.accordion-menu dt {
cursor: pointer;
}
.accordion-menu dt,.accordion-menu dd {
    display: block;
    width: 100%;
    margin: 0;
}
.accordion-menu dt:first-child {
   border-top: none;
}
.accordion-menu dd {
  display: none;
}
.test{}

/*事業所ページ改修のため新たにcontentフィールドを作成*/
/*2023年09月19日 START*/

.content-section-jigyosyo {
	padding: 0 0 3em;
}
.content-section-jigyosyo ul,.content-section-jigyosyo ol {
    margin: 0;
    padding: 0 0 0 1.5em;
}
.content-section-jigyosyo strong {
    display: block;
    padding-bottom: 0.5em;
}
.content-section-jigyosyo .grid-padding-x {
    margin: 0;
}
.content-section-jigyosyo .grid-padding-x .cell {
    padding: 10px;
}
.content-section-jigyosyo .grid-padding-x .cell img {
    padding-bottom: 1em;
}
.content-section-jigyosyo table {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
}
.content-section-jigyosyo th,.content-section-jigyosyo td {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.content-section-jigyosyo th {
    background: #1679BA;
    color: #fff;
    text-align: left;
    font-weight: normal;
}
.content-section-jigyosyo dl {
    border-bottom: 1px solid #eee;
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.content-section-jigyosyo dt {
    display: table-cell;
    width: 15%;
}
.content-section-jigyosyo dd {
    display: table-cell;
    width: 85%;
}

@media only screen and (max-width: 736px) {
.padb-mb {
	padding-bottom: 1em!important;
}
.content-section-jigyosyo dt,.content-section-jigyosyo dd {
    display: block;
    width: 100%;
    margin: 0;
}
}

@media only screen and (max-width: 736px) {
.content-section-jigyosyo h3 {
	padding: 1em 0 0.5em;
}
.content-section-jigyosyo .image-box-image img {
	padding: 0 0 1em;
}
}


.content-section-jigyosyo table .btn a {
    padding: 0.5em;
    font-size: 0.8em;
    margin-top: 1em;
}
.content-section-jigyosyo table .btn-pdf a {
    font-weight: bold;
    padding: 10px 20px 10px 40px;
}

/*.content-section-jigyosyo tr:nth-child(2) {
    background: #FFFFFF;
}*/

/*.content-section-jigyosyo .repco-table tr:nth-child(2n) {
    background: none;
}*/
@media only screen and (max-width: 736px) {
.mb-scroll {
	overflow: scroll;
}
/*.content-section-jigyosyo .repco-table {
    width: 1200px;
    
    white-space: nowrap;
}*/
}
.content-section-jigyosyo .sitemap-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.content-section-jigyosyo .sitemap-list li {
    padding: 0.5em 0;
    border-bottom: 2px solid #efefef;
}
.content-section-jigyosyo .sitemap-list ul {
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;
}
.content-section-jigyosyo .sitemap-list li li {
    border-bottom: 1px solid #efefef;
}
.content-section-jigyosyo .sitemap-list li li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.content-section-jigyosyo .sitemap-list li a,.sitemap-content-ttl {
    border-left: 4px solid #18a642;
    padding-left: 0.4em;
}
.content-section-jigyosyo .sitemap-list li li a {
    border-left: none;
}

.content-section-jigyosyo .entryform tr:nth-child(2n) {
    background: transparent;
}
.content-section-jigyosyo table.entry-submit,.content-section-jigyosyo table.entry-submit td {
	border: none;
}

.content-section-jigyosyo-sisyayou {
	padding: 0 0 3em;
}
.content-section-jigyosyo-sisyayou ul,.content-section-jigyosyo-sisyayou ol {
    margin: 0;
    padding: 0 0 0 1.5em;
}
.content-section-jigyosyo-sisyayou strong {
    display: block;
    padding-bottom: 0.5em;
}
.content-section-jigyosyo-sisyayou .grid-padding-x {
    margin: 0;
}
.content-section-jigyosyo-sisyayou .grid-padding-x .cell {
    padding: 10px;
}
.content-section-jigyosyo-sisyayou .grid-padding-x .cell img {
    padding-bottom: 1em;
}
.content-section-jigyosyo-sisyayou table {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
}
.content-section-jigyosyo-sisyayou th,.content-section-jigyosyo-sisyayou td {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.content-section-jigyosyo-sisyayou th {
    background: #1679BA;
    color: #fff;
    text-align: left;
    font-weight: normal;
}
.content-section-jigyosyo-sisyayou dl {
    border-bottom: 1px solid #eee;
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.content-section-jigyosyo-sisyayou dt {
    display: table-cell;
    width: 15%;
}
.content-section-jigyosyo-sisyayou dd {
    display: table-cell;
    width: 85%;
}

@media only screen and (max-width: 736px) {
.padb-mb {
	padding-bottom: 1em!important;
}
.content-section-jigyosyo-sisyayou dt,.content-section-jigyosyo-sisyayou dd {
    display: block;
    width: 100%;
    margin: 0;
}
}

@media only screen and (max-width: 736px) {
.content-section-jigyosyo-sisyayou h3 {
	padding: 1em 0 0.5em;
}
.content-section-jigyosyo-sisyayou .image-box-image img {
	padding: 0 0 1em;
}
}


.content-section-jigyosyo-sisyayou table .btn a {
    padding: 0.5em;
    font-size: 0.8em;
    margin-top: 1em;
}
.content-section-jigyosyo-sisyayou table .btn-pdf a {
    font-weight: bold;
    padding: 10px 20px 10px 40px;
}

.content-section-jigyosyo-sisyayou tr:nth-child(2) {
    background: #FFFFFF;
}

.content-section-jigyosyo-sisyayou tr:nth-child(n+3) {
    background: #f9f9f9;
}


/*.content-section-jigyosyo-sisyayou .repco-table tr:nth-child(2n) {
    background: none;
}*/
@media only screen and (max-width: 736px) {
.mb-scroll {
	overflow: scroll;
}
/*.content-section-jigyosyo-sisyayou .repco-table {
    width: 1200px;
    
    white-space: nowrap;
}*/
}
.content-section-jigyosyo-sisyayou .sitemap-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.content-section-jigyosyo-sisyayou .sitemap-list li {
    padding: 0.5em 0;
    border-bottom: 2px solid #efefef;
}
.content-section-jigyosyo-sisyayou .sitemap-list ul {
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;
}
.content-section-jigyosyo-sisyayou .sitemap-list li li {
    border-bottom: 1px solid #efefef;
}
.content-section-jigyosyo-sisyayou .sitemap-list li li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.content-section-jigyosyo-sisyayou .sitemap-list li a,.sitemap-content-ttl {
    border-left: 4px solid #18a642;
    padding-left: 0.4em;
}
.content-section-jigyosyo-sisyayou .sitemap-list li li a {
    border-left: none;
}

.content-section-jigyosyo-sisyayou .entryform tr:nth-child(2n) {
    background: transparent;
}
.content-section-jigyosyo-sisyayou table.entry-submit,.content-section-jigyosyo-sisyayou table.entry-submit td {
	border: none;
}

@media only screen and (min-width: 736px) {
.content-section-jigyosyo-sisyayou th:nth-child(1) {
	width: 24%;
}

.content-section-jigyosyo-sisyayou th:nth-child(2) {
	width: 50%;
}
.content-section-jigyosyo-sisyayou th:nth-child(3) {
	width: 13%;
}
.content-section-jigyosyo-sisyayou th:nth-child(4) {
	width: 13%;
}
.content-section-jigyosyo-sisyayou th:nth-child(5) {
	width: 0%;
}

.content-section-jigyosyo th:nth-child(1) {
	width: 24%;
}

.content-section-jigyosyo th:nth-child(2) {
	width: 50%;
}
.content-section-jigyosyo th:nth-child(3) {
	width: 13%;
}
.content-section-jigyosyo th:nth-child(4) {
	width: 13%;
}

.content-section-jigyosyo th:nth-child(5) {
	width: 0%;
}
}
/*2023年09月19日 E N D*/