@charset "utf-8";

@font-face {
  font-family: "Noto Serif JP";
  src: url("/fonts/NotoSerifJP-Bold.woff2") format("woff2"), url("/fonts/NotoSerifJP-Bold.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("/fonts/NotoSerifJP-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/fonts/NotoSerifJP-Black.woff2") format("woff2"), url("/fonts/NotoSerifJP-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
body#kage h1, body#kage .h1, body#kage h2, body#kage .h2{
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}




@media only screen and (max-width: 499px) {
  body#kage h2, body#kage .h2 {
    font-size: 26px;
padding-bottom: 5px
  }
}





.bg_white{
	    background-color: #fff;
}
body#kage .footer-container {

	background-color: #666;
}

@media only screen and (min-width: 771px) {
  

body#kage .footer-container {
/*  background-color: #133780;*/
	width: 100%;
	text-align: center;

	margin: 0px;
}

body#kage .footer-container .wpFooterContents {
  padding: 0 30px 20px 30px;
}
}
@media only screen and (max-width: 499px) {
  body#kage .footer-container .wpFooterContents {
    padding: 0 15px 20px 15px;
  }
}

body#kage .footer-container .wpFooterContents .footer {
  border-top: none;
  padding-top: 20px;
}

body#kage .footer-container .wpFooterContents .footer .widget {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body#kage .footer-container .wpFooterContents .footer .links {
  margin-right: 2%;
  padding-right: 0;
}

@media only screen and (min-width: 771px) {
  body#kage .footer-container .wpFooterContents .footer .links {
    width: 14.8%;
  }
}

@media only screen and (min-width: 500px) and (max-width: 770px) {
  body#kage .footer-container .wpFooterContents .footer .links {
    width: 32%;
  }
  body#kage .footer-container .wpFooterContents .footer .links:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 499px) {
  body#kage .footer-container .wpFooterContents .footer .links {
    width: 49%;
  }
  body#kage .footer-container .wpFooterContents .footer .links:nth-child(even) {
    margin-right: 0;
  }
}

body#kage .footer-container .wpFooterContents .footer .links.last {
  margin-right: 0;
}

body#kage .footer-container .wpFooterContents .footer .links .block-title strong {
  background: url(/skin/frontend/sudou/default/images/material/bg_footer02.png) no-repeat 0 50%;
  color: #fff;
  font-size: 20px !important;
  padding-left: 10px;
  text-decoration: underline;
}

body#kage .footer-container .wpFooterContents .footer .links ul {
  padding-left: 10px;
}

body#kage .footer-container .wpFooterContents .footer .links ul a {
  background: url(/skin/frontend/sudou/default/images/material/bg_footer02.png) no-repeat 0 50%;
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
  text-decoration: underline;
}

body#kage .footer-container .wpFooterContents .about {
  border-top: solid 1px #264480;
  padding-top: 15px;
}

body#kage .footer-container .wpFooterContents .about .links .block-title strong {
  background: url(/skin/frontend/sudou/default/images/material/bg_footer02.png) no-repeat 0 50%;
  color: #fff;
  font-size: 20px !important;
  padding-left: 10px;
  text-decoration: underline;
}

body#kage .footer-container .wpFooterContents .about .links ul {
  padding-left: 10px;
}

body#kage .footer-container .wpFooterContents .about .links ul li {
  float: left;
  margin-right: 20px;
}

body#kage .footer-container .wpFooterContents .about .links ul li a {
  background: url(/skin/frontend/sudou/default/images/material/bg_footer02.png) no-repeat 0 50%;
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
  text-decoration: underline;
}

body#kage .footer-container.copyright {
	width: 100%;

}

body#kage .footer-container.copyright .wpCopyright {
  /*background-color: $col-footer-copyright-background;*/
}

body#kage .footer-container.copyright .wpCopyright .footer {
  border-top: none;
  padding: 0;
}
body#kage .footer-container.copyright .wpCopyright .footer p {
color: #FFF;
}
body#kage .footer-container.copyright .wpCopyright .footer .bnr img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media only screen and (min-width: 500px) {
  body#kage .footer-container.copyright .wpCopyright .footer .bnr img {
    max-width: 671px;
    padding: 30px 10px;
  }
  body#kage .footer-container.copyright .wpCopyright .footer .bnr img.sp {
    display: none;
  }
}

@media only screen and (max-width: 499px) {
  body .footer-container.copyright .wpCopyright .footer .bnr img {
    max-width: 301px;
    padding: 20px 10px 15px 10px;
  }
  body .footer-container.copyright .wpCopyright .footer .bnr img.pc {
    display: none;
  }
}

body .footer-container.copyright .wpCopyright .footer address {

  border-top: none;
  font-size: 14px;
  padding: 10px 0 15px 0;
	text-align: center;
}

body#kage .cart.extDocumentList .page-title{
  background: url(/skin/frontend/sudou/default/images/material/bg_home_headline01.jpg) left top repeat-x, url(/skin/frontend/sudou/default/images/material/bg_home_headline02.jpg) left bottom repeat-x;
  background-color: #e2e7f2 !important;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  margin-bottom: 20px;
	
}

body#kage .cart.extDocumentList .page-title h2 {
  color: #0a2966 !important;
  margin-bottom: 0;
  padding: 25px 20px;


}

body#kage .extDocumentForm .headline {
  background: url(/skin/frontend/sudou/default/images/material/bg_home_headline01.jpg) left top repeat-x, url(/skin/frontend/sudou/default/images/material/bg_home_headline02.jpg) left bottom repeat-x;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  margin-bottom: 20px;
}

body#kage .extDocumentForm .headline h2 {
  color: #0a2966 !important;
  font-size: 30px !important;
  font-weight: bold;
  padding: 20px;
}

body#kage .extDocumentList .box {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: 900px;
}

body#kage .extDocumentList .box .progress {
  margin-bottom: 20px;
  width: 100%;
}

body#kage .extDocumentList .box .progress li {
  background-color: #a4abba;
  color: #fff;
  float: left;
  height: 38px;
  width: 31.3%;
  margin-right: 3%;
  padding: 6px 0;
  text-align: center;
  position: relative;
	    list-style: none;
}

	body#kage .extDocumentList .box div{
		font-size: 20px;
		    font-size: 25px;
    font-weight: bold;
    color: #2196F3;
/*		font-family:  "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
}
	
	
	
	
	


	
@media only screen and (max-width: 770px) {
  body#kage .extDocumentList .box .progress li {
    width: 29.3%;
    margin-right: 6%;
  }
}

@media only screen and (max-width: 499px) {
  body#kage .extDocumentList .box .progress li {
    height: 30px;
    line-height: 20px;
    width: 28.6%;
    margin-right: 7%;
  }
		

}
@media only screen and (max-width: 499px) {
  body#kage .extDocumentForm .box ul.form-list {
    padding: 10px;
  }
}@media only screen and (min-width: 480px) {
  
  .footer-container {
    padding: 30px;
  }
}








/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid silver;
  background: #FFFFFF;
  font-size: 15px;
}
.input-text:focus {
  border: 1px solid #3399cc;
}

.input-text.validation-failed {
  border-color: #df280a;
}

.input-text.validation-failed:focus {
  outline-color: #ef9384;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  /* width: 365px; */
  max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}




























body#kage .extDocumentList .box .progress li.entry:before, body#kage .extDocumentList .box .progress li.conf:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -38px;
  width: 0;
  height: 0;
  border-width: 19px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #a4abba;
}

@media only screen and (max-width: 499px) {
  body#kage .extDocumentList .box .progress li.entry:before, body#kage .extDocumentList .box .progress li.conf:before {
    border-width: 15px;
    right: -30px;
  }
}

body#kage .extDocumentList .box .progress li.entry.current:before, body#kage .extDocumentList .box .progress li.conf.current:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -38px;
  width: 0;
  height: 0;
  border-width: 19px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #133780;
}

@media only screen and (max-width: 499px) {
  body#kage .extDocumentList .box .progress li.entry.current:before, body#kage .extDocumentList .box .progress li.conf.current:before {
    border-width: 15px;
    right: -30px;
  }
}

body#kage .extDocumentList .box .progress li.comp {
  margin-right: 0;
}

body#kage .extDocumentList .box .progress li.current {
  background-color: #133780;
}

body#kage .extDocumentList .box p {
  color: #0a2966;
  font-size: 25px;
  margin-bottom: 10px;
}

body#kage .extDocumentList .box .document-table {
  float: none;
  width: 100%;
}

body#kage .extDocumentList .box .document-table colgroup {
  display: none;
}

body#kage .extDocumentList .box .document-table tr {
  border-bottom: none;
}

body#kage .extDocumentList .box .document-table thead th,
body#kage .extDocumentList .box .document-table tbody td {
  border: solid 1px #ccc;
  padding: 5px 10px;
}

body#kage .extDocumentList .box .document-table thead th {
  background-color: #eee;
}

body#kage .extDocumentList .box .document-table tbody td {
  background-color: #fff;
  vertical-align: middle;
}

body#kage .extDocumentList .box .document-table tbody td .btnRemove {
  background: linear-gradient(to bottom, #989898, #575757);
  border: solid 1px #999;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 #d0d0d0;
  color: #fff;
  display: block;
  font-size: 18px;
  max-width: 250px;
  opacity: 1;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
}

body#kage .extDocumentList .box .document-table tbody td .btnRemove > span {
  padding: 5px 0;
}
#document-request-form .form-list .control input.checkbox{
	  float: left;
  margin-top: 10px;
  margin-left: 15px;
	padding-left: 10px;
}
@media only screen and (min-width: 771px) {
  body#kage .extDocumentList .box .document-table tbody td.btn {
    width: 250px;
  }
}

body#kage .extDocumentList .box .document-table tfoot tr {
  background: #f0f0f0;
}

body#kage .extDocumentList .box .document-table tfoot .cart-footer-actions {
  padding: 10px 0;
}

body#kage .extDocumentList .box .document-table tfoot .cart-footer-actions .button2 {
  background: url(/skin/frontend/sudou/default/images/material/ico_block_layered_nav_arrow.png) no-repeat 0 50%;
  padding-left: 15px;
}

body#kage .extDocumentList .box .document-table tfoot .cart-footer-actions .button2 span {
  text-decoration: underline;
}

body#kage .extDocumentForm .box ul.form-list {
  background-color: #fff;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding: 30px;
	list-style: none;
}
body#kage .extDocumentForm li.control{
		list-style: none;
}
@media only screen and (max-width: 499px) {
  body#kage .extDocumentForm .box ul.form-list {
    padding: 10px;
  }
}

body#kage .extDocumentForm .box ul.form-list > li {
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
    color: #2196f3;
    font-size: 20px;
    font-weight: bold;
}
body#kage .extDocumentForm .box ul.form-list > li .input-box select{
	  font-size: 16px;
}
body#kage .extDocumentForm .box ul.form-list > li:last-child {
  border-bottom: none;
}

body#kage .extDocumentForm .box ul.form-list > li label {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
color:#0a2966
	
}

body#kage .extDocumentForm .box ul.form-list > li label .req {
  background-color: #cc0000;
  border-radius: 3px;
  color: #fff;
  margin-right: 7px;
  padding: 2px 6px;
}

body#kage .extDocumentForm .box ul.form-list > li input[type="email"],
body#kage .extDocumentForm .box ul.form-list > li input[type="search"],
body#kage .extDocumentForm .box ul.form-list > li input[type="number"],
body#kage .extDocumentForm .box ul.form-list > li input[type="password"],
body#kage .extDocumentForm .box ul.form-list > li input[type="tel"],
body#kage .extDocumentForm .box ul.form-list > li input[type="text"],
body#kage .extDocumentForm .box ul.form-list > li select {
  height: 40px;
  width: 420px;
}






body#kage .extDocumentForm .box ul.form-list > li input#zip.input-text {
  max-width: 200px;
  width: 200px;
}

@media only screen and (max-width: 499px) {
  body#kage .extDocumentForm .box ul.form-list > li input#zip.input-text {
    max-width: 140px;
    width: 140px;
  }
	.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
}

body#kage .extDocumentForm .box ul.form-list > li textarea {
  max-width: 100%;
  width: 100%;
}

body#kage .extDocumentForm .box ul.form-list > li .input-box {
  margin-bottom: 10px;
  padding-top: 0;
}

body#kage .extDocumentForm .box ul.form-list > li .input-box ul li label {
  max-width: 200px;
  width: 200px;
}

body#kage .extDocumentForm .box ul.form-list > li p {
  color: #cc0000;
}

@media only screen and (max-width: 499px) {
  body#kage .extDocumentForm .box ul.form-list > li p {
    font-size: 16px;
  }
}

body#kage .extDocumentForm .box ul.form-list > li #toggle-label-time {
  margin-top: 10px;
}

body#kage .extDocumentForm .box ul.form-list > li .att {
  margin-top: 10px;
}

body#kage .extDocumentForm .box ul.form-list > li .att p {
  margin-bottom: 10px;
}

body#kage .extDocumentForm .box .button.postToAddr {
  height: 40px;
  vertical-align: top;
}

@media only screen and (max-width: 549px) {
  body#kage .extDocumentForm .box .button.postToAddr {
    display: block;
    margin-left: 0 !important;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 499px) {
  body#kage .extDocumentForm .box .button.postToAddr {
    font-size: 16px !important;
  }
}

body#kage .extDocumentForm .box .button.formBtn {
  font-size: 30px !important;
  padding: 30px;
  width: 100%;
}

body#kage .extDocumentForm .btn {
  text-align: center;
}

body#kage .extDocumentForm .btn ul {
  display: inline-block;
  width: 100%;
}

body#kage .extDocumentForm .btn ul li {
  float: left;
  padding: 0 5px;
  margin: 0 5px;
  width: 48%;
}

@media only screen and (max-width: 770px) {
  body#kage .extDocumentForm .btn ul li {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

body#kage .extDocumentForm .btn ul li .button.grayBtn {
  font-size: 30px !important;
  padding: 30px;
  text-decoration: none;
  width: 100%;
}

@media only screen and (max-width: 770px) {
  body#kage .extDocumentForm .btn ul li .button.grayBtn {
    margin-bottom: 10px;
  }
}

body#kage .extDocumentForm .btn ul li .button.formBtn {
  font-size: 30px !important;
  padding: 30px;
  width: 100%;
}

body#kage .page-header-container {

}

@media only screen and (min-width: 771px) {
  body#kage .skip-links {
    border: 0;
  }
  body#kage .skip-link {
    background: transparent;
    color: #fff;
  }
  body#kage .skip-link:hover {
    color: #fff;
  }
}

body#kage .store-language-container {
  display: none;
}

body#kage .header-language-background {
  padding: 0;
}

a[href^="tel:"] { 
	cursor: default; 
}

@media only screen and (min-width: 1025px) {
  body#kage .logo {
    max-width: 280px;
    min-height: auto;
    padding: 25px 10px 15px 0px;
  }
  body#kage .logo_free_pc {
    float: left;
    max-width: 210px;
    min-height: auto;
    padding: 25px 10px 15px 0px;
  }
  body#kage .logo_free_pc img {
    width: 100%;
  }
  body#kage .logo_free_tb {
    display: none;
  }
  body#kage .logo_free_sp {
    display: none;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 951px) {
  body#kage .logo {
    max-width: 280px;
    min-height: auto;
    padding: 25px 10px 15px 0px;
  }
  body#kage .logo_free_tb {
    float: left;
    max-width: 210px;
    min-height: auto;
    padding: 25px 10px 15px 0px;
  }
  body#kage .logo_free_tb .freedial {
    width: 30%;
    float: left;
  }
  body#kage .logo_free_tb .time {
    width: 70%;
    float: left;
  }
  body#kage .logo_free_tb a{
    color: #FFFFFF;
    display: block;
    height: 23px;
  }
  body#kage .logo_free_tb #phone_number_holder_0{
    color: #FFFFFF;
    font-size: 18px;
    vertical-align: top;
  } 
  body#kage .logo_free_pc {
    display: none;
  }
  body#kage .logo_free_sp {
    display: none;
  }
}

@media only screen and (max-width: 950px) and (min-width: 771px) {
  body#kage .logo {
    max-width: 150px;
    min-height: auto;
    padding: 25px 10px 15px 0px;
  }
  body#kage .logo_free_tb {
    float: left;
    max-width: 210px;
    min-height: auto;
    padding: 30px 10px 15px 0px;
  }
  body#kage .logo_free_tb .freedial {
    width: 30%;
    float: left;
  }
  body#kage .logo_free_tb .time {
    width: 70%;
    float: left;
  }
  body#kage .logo_free_tb a{
    color: #FFFFFF;
    display: block;
    height: 23px;
  }
  body#kage .logo_free_tb #phone_number_holder_0{
    color: #FFFFFF;
    font-size: 18px;
    vertical-align: top;
  } 
  body#kage .logo_free_pc {
    display: none;
  }
  body#kage .logo_free_sp {
    display: none;
  }
}

@media only screen and (min-width: 500px) and (max-width: 770px) {
  body#kage .logo {
    max-width: 50%;
    min-height: auto;
    padding: 20px 3px 10px 10px;
  }
  body#kage .logo_free_pc {
    display: none;
  }
  body#kage .logo_free_tb {
    display: none;
  }
  body#kage .logo_free_sp {
    float: right;
    max-width: 50%;
    min-height: auto;
    padding: 20px 10px 10px 3px;
  }
  body#kage .logo_free_sp .freedial {
  	max-width: 90%;
  	float: left;
  	max-height: 30px;
  }
  body#kage .logo_free_sp a{
    color: #FFFFFF;
    display: block;
    height: 19px;
  }
  body#kage .logo_free_sp #phone_number_holder_0{
    color: #FFFFFF;
    font-size: 16px;
    vertical-align: top;
  }  
  body#kage .logo_free_sp .time {
    float: left;
    display: block;
    width: 60%;
  }  

}

@media only screen and (max-width: 499px) {
  body#kage .logo {
    max-width: 50%;
    min-height: auto;
    padding: 20px 10px 10px 3px;
  }
  body#kage .logo_free_pc {
    display: none;
  }
  body#kage .logo_free_tb {
    display: none;
  }
  body#kage .logo_free_sp {
    float: right;
    max-width: 50%;
    min-height: auto;
    padding: 25px 10px 10px 3px;
  }
  body#kage .logo_free_sp .freedial {
  	/*max-width: 40%;*/
  	width: 45px;
  	float: left;
  	max-height: 30px;
  }
  body#kage .logo_free_sp a{
    color: #FFFFFF;
    display: block;
    height: 18px;
  }
  body#kage .logo_free_sp #phone_number_holder_0{
    color: #FFFFFF;
    font-size: 14px;
    vertical-align: top;
  }  
  body#kage .logo_free_sp .time {
    float: left;
    display: block;
    width: 64%;
  }  
}


body#kage .logo .large {
  /*width: 100%;*/
}

@media only screen and (min-width: 771px) {
  body#kage #header-nav {
    background-color: #0a2966;
    border-bottom: none;
    border-top: solid 1px #596680;
  }
}


































@media screen and (min-width:769px) {
.navbar-box{
	display: none;
}
}
body {
	font-size: 18px;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;

    text-align: left;

	  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;

	padding: 0px;
	color: #2a3439;
}
body#kage .footer-container {

	background-color: #666;
	background: url("../img/css/bg-black.jpg") repeat;

}
		.contact {
		padding-top: 7px;
	padding-bottom: 4px;
			font-size: 130%;
			color: #FFF;
	line-height: 130%;
		background: url("../img/css/bg-green.jpg") repeat;
}

.bg-dark {
	padding-bottom: 4px;
	line-height: 130%;
	background-color: rgba(22,88,58,0.8);
	color: #FFF;
}
#kage .g_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#kage .g_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width:769px) {
	.bg-dark {
		display: none;
}
}
@media screen and (max-width:768px) {
		.contact {
	display: none;
}

}
h3.g_m-c {
  background: url(/css/img/mark/campaign.png);
  background-repeat: no-repeat;
  background-position: 5px 0px;
  padding-left: 55px;
  padding-bottom: 20px;
  text-align: left;
  line-height: 130%;
  font-weight: bold;
  padding-top: 8px;
}
h3.g_m-c {
  background: none;
  text-align: left;
  line-height: 120%;
  border-bottom: #d0d0d0 solid 1px;
  padding-bottom: 10px !important;
  padding-left: 10px;
  font-size: 40px;
}
.g_img-left-yohaku {
  float: left;
  margin-right: 10px;
}
.tokuten {
  /*	background-color: #FBEFCD;*/
  background-color: #EBF9FA;
}
.fit {
  object-fit: cover;
  width: 100%;
  background: #FFF;
}
.bold {
  font-weight: 700;
}
.card h3 {
  color: #007bff !important;
	font-size: 23px;
  font-family: "ヒラギノUD丸ゴ W6 JIS2004", "sans-serif";
}
@media screen and (max-width:500px) {
  .fit {
    object-fit: cover;
    height: 250px;
    object-position: 50% 0%
  }
  h3.g_h3-k {
    margin-top: 20px;
    padding: 0px 10px 10px 67px;
    line-height: 140%;
    border-bottom: 1px rgb(10, 41, 102) solid;
  }
  h3.g_h3-k .g_h3-no {
    left: 5px;
  }
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;

}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

.container .title1 .page-title h2.py-4{
background: url("../img/bg_home_headline01.png") left top repeat-x, url(../img/bg_home_headline02.png) left bottom repeat-x;

  background-color: #f8f9fa!important;
  margin-bottom: 20px;
  font-family: 'Noto Serif SC', serif;
font-display:swap;
  color: #007bff!important;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	 text-shadow: 0 1px 0 #ccd4df;
	font-size: 45px!important;
	text-align: center;
}

.g_v-top {
  vertical-align: top;
}
.g_v-center {
vertical-align: initial;
}
.cp_box input {
	display: none;
}

#document-request-form .form-list .control input.checkbox {
    margin-top: 7px;
}
body#kage .checkbox, body#kage .radio {
    margin-top: 7px;
}

@media screen and (max-width:499px) {
#document-request-form .form-list .control input.checkbox {
    margin-top: 6px;
}
body#kage .checkbox, body#kage .radio {
    margin-top: 6px;
}
.container .title1 .page-title h2.py-4{
	text-align: left;
	font-size: 28px!important;
	padding: 10px!important;
	 margin-bottom: 10px!important;

}
	.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	margin-bottom: 0px;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
/*	font-family: FontAwesome;*/
/*	content: '\f13a'' 続きをよむ';*/
	content: ' 続きを見る';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;

  background: url('../img/css/ico_down.png') ;
	background-position: 3.5em 50%;
	background-repeat: no-repeat;
	background-color: rgb(51 151 215);
	font-size: 16px;

}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height:300px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;

}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */

}

.cp_box input:checked + label:after {
/*	font-family: FontAwesome;
	content: '\f139'' 閉じる';*/
	content: ' 閉じる';
	  background: url(/media/wysiwyg/css/ico_up.png) no-repeat 0 50%;
		background-position: 5em 50%;
	background-repeat: no-repeat;
	background-color: rgb(51 151 215);
		font-size: 16px;
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
}

#contents h3.maru{
	margin-top: 2rem;
	margin-bottom: 1rem;

	font-size: 30px;
	color: #60523f;
}

h3.maru+div.clearfix{
		margin-top: 0.8rem;
}
h3.maru:before{
	content: "● ";
	font-size: 80%;
		color:#ccc;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 5px;
	display: inline-block;

}
h3.maru+ul,h3.maru+p{
margin-top: -1rem;
}
h2.g_m-c {

	background: url(/css/img/mark/campaign.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 55px;
	text-align: left;
	line-height: 130%;
}
#kage .g_center{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
	body#kage .g_bnr_width a{
		text-decoration: none!important;
	}
#contents .g_syosai{

}

img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}



#contents .g_syosai >li{
	float: left;
	margin: 0px 2.66% 10px 0px;
	position: relative;
	text-decoration: none;
	display: block;
	word-break: break-all;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    height:auto;
	    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	   box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

#contents .g_syosai li figure{

		  margin:0.6rem;
	overflow: hidden;
	max-height: 219px;

}

#contents .g_tokutyo li figure{


	overflow: hidden;


}
#contents .g_syosai li figure img {


	height: auto;
	transition-duration: 0.5s; /*変化の時間*/
}


#contents .g_syosai li figure img:hover {
	transform: scale(1.2,1.2); /*画像の拡大*/
	cursor: pointer; /*カーソルをポインターにする*/
}



#contents .g_tokutyo >li{
	float: left;
	margin: 0px 2.66% 1rem 0px;
	position: relative;
	text-decoration: none;
	display: block;
	word-break: break-all;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    height:auto;
	    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	   box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}


#contents .g_tokutyo li > p,#contents .g_tokutyo li > h4{
   padding: 0 1rem;
}
#contents .g_tokutyo li > img{
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

#contents .g_tokutyo li figure{


	overflow: hidden;
max-height: 231px;

}
#contents .g_tokutyo li figure img {


	height: auto;
	transition-duration: 0.5s; /*変化の時間*/

}


#contents .g_tokutyo figure img:hover {
	transform: scale(1.2,1.2); /*画像の拡大*/
	cursor: pointer; /*カーソルをポインターにする*/
}




#contents .g_syosai li.w31,#contents .g_sonota li.w31 {
	width: 31.56%;
}



/*.scale-box {
width: 250px;
height: 175px;
overflow: hidden;
}
.scale-img {
width: 250px;
height: 175px;
transition-duration: 0.5s;
}
.scale-img:hover {
transform: scale(1.2,1.2);
cursor: pointer;
}
*/


#contents li figure img {
	width: 100%;	/*写真の幅*/
	height: auto;	/*写真の高さ*/
	margin-bottom: 5px;
	box-shadow: 0 1px 1px 0 #d0d0d0;
}
#contents ul.g_syosai li h4 {
	font-size: 20px;	/*文字サイズ*/
	line-height: 140%;
	margin-bottom: 10px;
	margin-top: 5px;

	padding: 5px 5px 0px 10px;
}

#contents ul.g_syosai li p {

	padding: 0px 5px 5px 10px;
}
#contents ul.g_tokutyo li h4 {
	font-size: 20px;	/*文字サイズ*/
	line-height: 140%;
	margin-top: 5px;
	padding-bottom: 8px;
}
li p{
		color: #6c757d;

}
#contents ul.g_tokutyo li p {
	padding-bottom:  1rem;
}
#contents ul.g_tokutyo.one li{
		margin: 0px 0px 1rem 0px;
}
.mintyo{
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-display:swap;
}

body#kage .button {
    background: linear-gradient(to bottom, #00bfe5, #0095b3);
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 #d0d0d0;
    color: #fff !important;
    font-weight: bold;
}
body#kage .button:hover {
    background: linear-gradient(to bottom, #0094b2, #00809a);
}

body#kage .extDocumentForm .button.formBtn {
    background: linear-gradient(to bottom, #ffaa00, #e68600);
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 #d0d0d0;
    color: #fff;
    font-weight: bold;
}
body#kage .extDocumentForm .button.formBtn:hover {
    background: linear-gradient(to bottom, #e68600, #cc6600);
}

@media screen and (max-width:499px) {
	#contents h3.maru{
	font-size: 22px;
	font-weight: bold;

}
	h2.h2_1 + h3.maru{
		margin-top: 0px!important;
	}
	h2.g_m-c {
		background: none;
	text-align: left;
	line-height: 120%;
			  border-bottom: #d0d0d0 solid 1px;
		padding-bottom: 10px!important;

		padding-left: 10px;
}



	#contents ul.g_syosai li h4 {
	font-size: 110%;
			    padding-bottom: 0px;
}
#contents ul.g_tokutyo li h4 {
	font-size: 110%;
}

	#contents ul.g_syosai li p {
	font-size: 16px;
}
#contents ul.g_tokutyo li p {
	font-size: 16px;
}
}


.lh-130{
	line-height: 130%;

}
.lh-150{
	line-height: 150%;

}
.font-200{
	font-size: 200%!important;
}
.font-150{
	font-size: 150%!important;
}
.font-140{
	font-size: 140%!important;
}
.font-130{
	font-size: 130%!important;
}
.font-130_m{
	font-size: 130%!important;
}
.font-120{
	font-size: 120%!important;
}
.font-110{
	font-size: 110%!important;
}
.font-90{
	font-size: 90%!important;
}
.font-85{
	font-size: 85%!important;
}
.font-80{
	font-size: 80%!important;
}
.font-70{
	font-size: 70%!important;
}
.font-60{
	font-size: 60%!important;
}
.font-50{
	font-size: 50%!important;
}


@media screen and (max-width:499px) {
.font-130_m{
	font-size: 100%!important;
}
}

@media screen and (min-width:992px) {
#contents ul.g_boseki li.w23:nth-of-type(4n),#contents li.w31:nth-of-type(3n),  #contents ul.g_shisetsu li.w23:nth-of-type(4n), #contents ul.g_syosai li.w31:nth-of-type(3n), #contents ul.g_syosai li.w23:nth-of-type(4n), #contents ul.g_sonota li.w23:nth-of-type(4n) {
	margin-right: 0px;
}
}
@media screen and (max-width:768px) {
.navbar-box{
	display: block;
	overflow: hidden;
	z-index: 100;
	width: 100%;
}
}
@media (min-width:500px) and (max-width:770px) {
	#contents .g_tokutyo > li.w31{
		margin: 0px 2.66% 10px 0px;
		float: none;
		width: 100%;
}


	.g_ts_clear{
		float: none!important;
		width: 100%!important;
	}
#contents .g_tokutyo li.w48,#contents .g_tokutyo li.w65{
	float: none;
	margin: 0px;
	width: 100%;
	height: auto;
	line-height: normal;
	padding: 10px 0;
}
#contents .g_tokutyo li.w48 h4,#contents .g_tokutyo li.w65 h4 {
	width: 100%;
}
#contents ul.g_tokutyo li:nth-of-type(2n) {
	margin-right: 0px;
}
.w200p {
	width: 35%;
}
}

@media screen and (max-width:770px) {
	body#kage .extDocumentForm .btn {
	    display: block !important;
	}
}

@media screen and (max-width:499px) {
	li{
		font-size: 16px;
	}

	h3.h3>p{
		font-size: 16px;
	}
.g_no-pc {
	display: block;
}
#contents .g_boseki li.w23, #contents .g_boseki li.w48, #contents .g_syosai li.w31, #contents .g_shisetsu li.w23, #contents .g_syosai li.w23, #contents .g_sonota li.w23, #contents .g_tokutyo li.w48, #contents .g_tokutyo li.w48_1 ,#contents .g_tokutyo li.w65,#contents .g_tokutyo li.w65_1,#contents .g_tokutyo li.w31,#contents .g_sonota li.w31{
	width: 100%;
	margin-right: 0px;
}
}
@media (min-width:500px) and (max-width:992px) {
#contents .g_boseki,  #contents .g_shisetsu,  #contents .g_syosai,  #contents .g_tokutyo,  #contents .g_sonota {
	margin-bottom: 10px;

}
#contents .g_tokutyo li.w31,#contents .g_boseki li.w23, #contents .g_boseki li.w48, #contents .g_syosai li.w31, #contents .g_shisetsu li.w23, #contents .g_syosai li.w23, #contents .g_sonota li.w23 {
	width: 48.66%;
	margin: 0px 2.66% 10px 0px;
	float: left;}
#contents .g_tokutyo li:nth-of-type(2n), #contents .g_shisetsu li:nth-of-type(2n), #contents .g_syosai li:nth-of-type(2n),#contents .g_sonota li.w23:nth-of-type(2n),#contents .g_sonota li.w31:nth-of-type(3n){
	margin-right: 0px;
}
}
.g_right{
	text-align: right;
}
.g_left{
	text-align: left;
}
.g_img-left{
	float: left;
}
.g_img-right{
	float: right;
}
.w15_m{
	width: 15%;
}
.w20_m{
	width: 20%;
}
.w30_m{
	width: 31.5%;
}
.w65_m{
	width: 65%;
}
.w4 {
	width: 4%;
	height: auto;
}
.w10 {
	width: 10%;
	height: auto;
}
.w13 {
	width: 13%;
	height: auto;
}
.w15 {
	width: 15%;
	text-align: left;
}
.w18, .w18-b {
	width: 18%;
	height: auto;
}
.w20 {
	width: 20%;
	height: auto;
}
.w23 {
	width: 23%;
	height: auto;
}
.w25 {
	width: 25%;
	height: auto;
}
.w28 {
	width: 28%;
	height: auto;
}
.w29 {
	width: 29%;
	height: auto;
}
.w30 {
	width: 30%;
	height: auto;
}
.w31, .w31-b {
	width: 31.5%;
	height: auto;
}
.w33 {
	width: 33.3%;
	height: auto;
}
.w40 {
	width: 40%;
	height: auto;
}
.w48 {
	width: 48%;
	height: auto;
}
.w49 {
	width: 49%;
	height: auto;
}
.w50 {
	width: 50%;
	height: auto;
}
.w55 {
	width: 55%;
	height: auto;
}
.w60 {
	width: 60%;
	height: auto;
}
.w70 {
	width: 70%;
	height: auto;


}
.w70_m {
	width: 70%;
	height: auto;
}
.w75 {
	width: 75%;
	height: auto;
}
.w78 {
	width: 78%;
	height: auto;
}
.w100 {
	width: 100%;
	height: auto;
}
.right {
	text-align: right;
}
.syozaichi {
	display: block;
	float: left;
	width: 58px;
}


@media screen and (max-width:499px){
			.w15_m{
	width: 100%;
}
		.w20_m{
	width: 100%;
}
	.w30_m{
	width: 100%;
}
.w65_m{
	width: 100%;
}
	.w70_m {
	width: 100%;

	}}


/* フッターナビ　*/
body#kage .footer-container{
color: #FFF;
		padding-top: 30px;
	}
@media screen and (min-width:772px){
		.g_no_pc{
		display: none;
	}

body#kage .footer-container.copyright .wpCopyright .footer .bnr.g_center{
		width: 700px;
	margin-left: auto;
	margin-right: auto;

	}
body#kage .footer-container.copyright .wpCopyright .footer .bnr img{
		width: 280px;
		padding-top: 0px;
		padding-bottom: 0px;
		vertical-align: baseline;
		margin-top: 20px;
			float: left;
	}
	body#kage .g_bnr_width{

			text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 180%;

	}
	body#kage .g_bnr_width .g_free_footer{
	background-image: url(/css/img/mark/tel/free1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 310px;
		display: block;
		text-align: center;
		padding:10px 30px;


		margin: 0px auto 0px;
}

}
@media (min-width:500px) and (max-width:768px){
	.g_no_ts{
		display: none;
	}
body#kage .g_bnr_width{
		width:500px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 150%;


	}
body#kage .footer-container.copyright .wpCopyright .footer .bnr img{
		width: 230px;
		padding-top: 0px;
		padding-bottom: 0px;
		vertical-align: baseline;
		margin-top: 20px;
		float: left;

	}
body#kage .g_bnr_width .g_free_footer{
	background-image: url(/css/img/mark/tel/free1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 250px;
	font-weight: bold;
		display: block;
	text-align: center;
		padding-left: 30px;
		margin-bottom: 0px;
		margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}


}
@media screen and (max-width:499px){
		.g_no_sp{
		display: none;
	}

	.g_no_ts{
		display: none;
	}
body#kage .footer-container.copyright .wpCopyright .footer .bnr.g_center{
	line-height: 120%;
	}
body#kage .footer-container.copyright .wpCopyright .footer .bnr img{
		width: 280px;
		padding-top:20px;
		padding-bottom: 0px;
		vertical-align: baseline;
			float: none;
	}
.sp_block{
		display: block;
	}

	body#kage .g_bnr_width{
		width:100%;

		font-size: 150%;

	}
body#kage .g_bnr_width .g_free_footer{
	background-image: url(/css/img/mark/tel/free1.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	width: 240px;
	font-weight: bold;
		display: block;
		float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
		padding-left: 30px;

		margin-bottom: 10px;
		margin-top: 20px;
}

}


@media screen and (min-width:772px){

body#kage .menu__second-level.know li .links {
    float: left;
    margin-right:2%;
    width:18%;
	}
body#kage .footer-container .wpFooterContents .footer .links{
	width:18%;
	}
}



body#kage .g-center{
	text-align: center;
}
/*404エラーページ*/
.g_font-orange{
	color: #cc6600;
}
.g_red {
    color: #FFF;
    background:#89932e;
    display: inline-block;
    padding: 8px 8px;
    border-radius: 3px;
    line-height: 100%;
	font-size: 60%;
/*	font-family: initial!important;*/
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mb30 {
	margin-bottom: 30px;
}
.ml30{
	margin-left: 30px;
}
.waku{
	  border: 1px solid rgba(0, 0, 0, .2);
	  border-radius: 3px;
	  padding: 5px 8px;
	  /* box-shadow: 0 0.125rem 0.25rem #b7b25a; */
	  background: #FFF;
	  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;

}
@media screen and (min-width:772px){
	.g_p-center-s-left{
	text-align: center;
}
body#kage a .g_errer_midashi{
letter-spacing: 0.1em;
margin-top: 0px;
	margin-bottom: 30px;
  background-color: rgba(255,255,255,1);
  border: solid 1px #999;
  border-radius: 3px;
  padding: 8px 4px;
  line-height: 120%;
	width:50%;
	text-align: center;
	 margin-left: auto;
	 margin-right: auto;
	font-size: 20px;
 }

}
@media (min-width:500px) and (max-width:768px){
	.g_p-center-s-left{
	text-align: center;
}
		#contents h2.h2_2 + p{
	margin-top: -30px;
		margin-bottom: -10px;
font-size: 16px;
}

	.h2_2{
	float: none;
}
body#kage a .g_errer_midashi{
margin-top: 0px;
	margin-bottom: 30px;
  background-color: rgba(255,255,255,1);
  border: solid 1px #999;
  border-radius: 3px;
  padding: 8px 4px;
  line-height: 120%;
	width:100%;
	text-align: center;
	 margin-left: auto;
	 margin-right: auto;
	font-size: 20px;

	}
body#kage .g_errer_setsumei{
		letter-spacing: 0.1em;
		line-height: 180%;
		margin-bottom:30px;

}
}
@media screen and (min-width:680px){
		#sec3 .container:first-child h2.h2_2 .g_red:before {
content: "～";
}
		#sec3 .container:first-child h2.h2_2 .g_red:after {
content: "～";
}
	}
@media screen and (max-width:499px){
#sec3 .container:first-child h2.h2_2{
padding: 0 ; 
margin-right: 0rem;
 display: inline-block; 
 text-align: left; 
 float: none; 
border-left: none;
		
		    font-size: 26px;
    border-bottom: 1px solid #89932e;
    padding-bottom: 10px;
    margin-top: -20px;
}
#sec3 .container:first-child h2.h2_2 .g_red{
font-size: 18px;
width: 100%;
border-radius: 3px;
			text-align: center;
			padding-left: 3px;
			padding-right: 3px;
	  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}
	
	#sec3 .container:first-child h2.h2_2 .font-85{
	font-size: 85%!important;
	/* text-align: center; */
	display: inline-block;
	padding-left: 5px;
		padding-top: 5px;
	}
	
		.g_p-center-s-left{
	text-align: left;
}
	body#kage .g-h3_errer{
		line-height: 90%;
	}
body#kage a .g_errer_midashi{
margin-top: 0px;
	margin-bottom: 30px;
  background-color: rgba(255,255,255,1);
  border: solid 1px #999;
  border-radius: 3px;
  padding: 10px 4px;
	text-align: center;
	 margin-left: auto;
	 margin-right: auto;
	font-size: 20px;
	width: 100%;
	}


body#kage h2 .g_errer_setsumei{
		letter-spacing: 0em;
		line-height: 130%;
		margin-bottom:30px;
	}
	body#kage h2 .g_font80_m{
		font-size: 80%;
	}
	body#kage h2 .g_font70_m{
		font-size: 70%;
	}
	body#kage .g_normal_m{
		font-weight: normal;
	}
}

/*各種ボタン*/
body#kage .g_btn-green a,body#kage .g_btn-blue a,body#kage .g_btn-orange a{
	display: block;
	padding: 12px;
	border-radius: 3px;
	text-align: center;
	font-size: 1.5em;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 1px 2px 0 #d0d0d0;
}


body#kage .g_btn-green a:link{
background-image: linear-gradient(#aacf52,#429138);
}
body#kage .g_btn-green a:hover{
background-image: linear-gradient(#429138,rgba(54,120,46,0.8));
}

body#kage .g_btn-blue a:link{
		background-image: linear-gradient(#7fb2e5,#0066cc);
}
body#kage .g_btn-blue a:hover{
background-image: linear-gradient(#0066cc,#0158AF);
}
body#kage .g_btn-orange a:link{
  background: linear-gradient(to bottom, #ffaa00, #e68600);
}
body#kage .g_btn-orange a:hover{
background: linear-gradient(to bottom, #e68600, #cc6600);
}

body#kage .g_btn-green a:visited,body#kage .g_btn-blue a:visited{
  background: linear-gradient(to bottom, #999, rgba(86,86,86,0.7));
}


/*　↑　#sudou-common.css記載部分*/











.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.bg-lightgreen {
	background-color: #e6ede9;
}
.jumbotron {

	background-image: url("../img/top1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 600px;
}
.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}

@media screen and (max-width: 767.98px) {
.h2_1{
	display :block;
}

}
.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}
.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}
.map iframe {
	width: 100%;
	height: 450px;
}

/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
.footer-logo {
	width: 100%;
}
} /* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
table th, table td {
	padding: .25rem !important;
}
table th:first-child {
	width: 25%;
}
} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
/*@media screen and (min-width: 576px) and (max-width: 991.98px) {
 #sec2  {
     height: 500px;
 }
}*/ /* END */

/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */
@media screen and (min-width: 576px) {
 #sec2 .message {
    position: absolute;
     left: 0;
 }
} /* END */






/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html,body,#container {height: 100%;}


ol {padding-left: 40px;padding-bottom: 15px;}




table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	/*color: #2a3439;	*/
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
a:hover {
	color: #60523f;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*inner
---------------------------------------------------------------------------*/
.inner {
	max-width: 1200px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding-left: 1% !important;
	padding-right: 1% !important;
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 70px;
	background: #306245;
	position: relative;
}
/*トップページのヘッダーと、スライドショーブロック共通設定。他の端末サイズでの再設定が複数あるので変更する際は注意。*/
#top header, #mainimg {
	height: 700px;	/*スライドショー表示領域の高さの設定。*/
}
/*ロゴ画像（※トップページ以外）*/
header #logo {
	width: 200px;
/*	padding-top: 15px;*/
}
/*トップページのロゴ画像*/
#top #logo img {
	position: fixed;	/*スクロールしても固定表示させる設定。*/
	left: 10%;	/*左から10%の場所に配置。*/
	top: 50px;	/*上から50pxの場所に配置。*/
	z-index: 1;
	width: 250px;	/*画像の幅*/
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	position: relative;z-index: 10;
	text-align: center;	/*文字を中央に*/
	background: #fff;	/*背景色*/
	border-bottom: 3px double #4c7f68;	/*下線の幅、線種、色*/
}
#menubar > ul {overflow: hidden;}
/*メニュー１個あたりの設定*/
#menubar ul.inner li {
	float: left;	/*左に回り込み*/
	width: 20%;
	font-size: 20px;/*幅。今回は５個メニューがあるので100÷5=20*/
	list-style-type: none;
	 font-family: 'Noto Serif SC', serif;
	font-display:swap;
}


#menubar ul li.inner a {
	text-decoration: none;display: block;
	height: 60px;	/*メニューブロックの高さ*/
	padding-top: 12px;	/*メニューブロックの高さプラス、上に空ける余白。メニューテキストの上下の配置バランスをここで調整して下さい。*/
	font-family: 'Noto Serif SC', serif;
	font-display:swap;
}
#menubar ul.inner li a:before{

		content: "▼ ";
font-size: 10px;

color: #60523f;

vertical-align:4px


}
#menubar ul li span:before{
content: none;
}
/*飾り文字*/
#menubar ul li span {
	display: block;
	font-size: 12px;	/*文字サイズ*/
	color: #999;		/*文字色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar ul.ddmenu {
	position:absolute;visibility: hidden;padding: 0;height: auto;
	width: 450px;	/*ブロックの幅*/
	border-radius: 3px;	/*角丸のサイズ*/
	background: #FFF;	/*背景色*/
	padding: 10px;			/*ブロック内の余白*/
	font-size: 13px;		/*文字サイズ*/
	text-align: left;		/*文字を左よせ*/
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	color: #60523f;/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事。0.2は20%透明度。*/
}
#menubar ul.ddmenu::before {
	content: "▲";
	font-size: 15px;
	color: #60523f;
	position: absolute;
	top: -18px;
	left: 27%;
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
	width: 50%;		/*幅。２列なので50%。*/
	float: left;	/*左に回り込み*/
}
#menubar ul.ddmenu li a {
	transition: 0s;background: none;height: auto;width: 100%;
	color: #60523f;	/*文字色*/
	opacity: 0.7;	/*透明度70%*/
	padding: 0px 5px;	/*上下、左右への余白*/
	font-size: 16px;
}
/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
	opacity: 1;	/*100%表示にする*/
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.95);	/*背景色。255,255,255は白の事で0.95は透明度。*/
}
body.is-fixed-menu #contents {
	margin-top: 75px;
}
/*※以下の２ブロックのスタイルの中身は、上の２ブロックのスタイルと単純に合わせておいて下さい。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.95);	/*背景色。255,255,255は白の事で0.95は透明度。*/
}
body.is-fixed #contents {
	margin-top: 75px;
}

/*コンテンツ（mainとsubを囲むブロック。１カラム時の場合はメインコンテツを囲むブロック。）
---------------------------------------------------------------------------*/
#contents {
	position: relative;z-index: 1;
	overflow: hidden;
	background: #fff;	/*背景色*/
	padding: 0px 0px 0px;	/*上下、左右へのブロック内の余白*/
}
/*contentsの中にあるinner*/
#contents .inner {
	padding: 40px 0px;	/*上下、左右へのブロック内の余白*/
}
/*h2タグ*/
#contents h2 {
	clear: both;
	margin-bottom: 20px;
	font-size: 40px;	/*文字サイズ*/
	color: #60523f;		/*文字色*/
}

.h2_1{

	padding: 0 0 0 10px;
	    margin-right: 1rem;
	display: inline-block;
	text-align: left;
	border-left: 6px solid #4CAF50;

}
.h2_2{

	padding: 0 0 0 10px;
	    margin-right: 1rem;
	display: inline-block;
	text-align: left;
	float: left;
	border-left: 6px solid #cad1de;
}

#contents h3 {
	font-size: 20px;	/*文字サイズ*/

}

#contents h3.maru+ul{
	margin-bottom: 20px;
}
.h3{
		border-bottom: 1px solid #ccc;
	padding-left: 0px;
    padding-bottom: 10px;
	font-size: 28px!important;
}
.h3-3{
		border-bottom: 1px solid #ccc;
	padding-left: 0px;
    padding-bottom: 10px;
	font-size: 20px!important;
}
@media screen and (max-width:499px){
		.h3{font-size: 20px!important;
			    padding-bottom: 8px;
	}
}
#contents h3.text-secondary{
	padding-bottom: 10px;

}
#contents h3.card-title {
	text-align: left;
	padding: 10px 0px 5px;
}
/*h3タグの１文字目*/
/*#contents h3::first-letter {
	border-left: 3px solid #60523f;
	padding-left: 20px;*/

/*#contents p {
	padding: 0 20px 20px;
}*/
#contents div.card p {
	padding: 0px;
	    font-size: 16px;
}
#contents h2 + p {
	margin-top: -10px;
}
  	#contents h2.h2_2 + p{
		color: #6c757d;
font-family: 'Noto Serif SC', serif;
		font-weight: 600;
font-display:swap;
	    display: block;
	padding-top: 0.4rem;
font-size: 130%;
}
@media screen and (max-width:768px){
	.h2_2{
	float: none;
}
	#contents h2.h2_2 + p{
	margin-top: -20px;
		margin-bottom: -10px;
font-size: 18px;
}

  	#contents h3.h3 + p{

font-size: 16px;
}




}


/*section同士の余白*/
/*#contents section + section {
	margin-top: 40px;
}*/
.pt10{
	padding-top: 10px;
}
.pb10{
	padding-bottom: 10px;
}
#contents div.card-body.pt-0 h3.mb-0{
	padding-bottom: 5px;
	margin-bottom: 0px;
}
#contents div.card-body.pt-0 p{
	padding-top: 10px;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainブロック*/


/*求人一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	position: relative;
	overflow: hidden;
	padding: 40px;		/*ボックス内の余白*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	margin-bottom: 50px;		/*ボックス間の余白*/
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
}
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 28px;	/*文字サイズ*/
	color: #60523f;		/*文字色*/
}
.list h4 a {
	color: #60523f;	/*リンクテキストの文字色*/
}
/*ボックス内のp(段落)タグ設定*/
.list p {
	padding: 0px 0px 10px !important;	/*上、左右、下への余白*/
}

/*アイコン（正社員、アルバイト、パート、未経験可、など）
---------------------------------------------------------------------------*/
/*アイコン共通*/
.icon {
	display: inline-block;
	margin: 2px;
	font-size: 12px;	/*文字サイズ*/
	padding: 0 5px;		/*ボックス内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	background: #eee;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
}
.icon a {text-decoration: none;}
/*アイコン色付き（正社員）*/
.icon.color1 {
	border: 1px solid #60523f;	/*枠線の幅、線種、色*/
	background: #76654e;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#76654e, #60523f);	/*グラデーション*/
	color: #fff !important;	/*文字色*/
}
/*アイコン色付き（アルバイト）*/
.icon.color2 {
	border: 1px solid #161995;	/*枠線の幅、線種、色*/
	background: #2b2ebc;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#2b2ebc, #161995);	/*グラデーション*/
	color: #fff;	/*文字色*/
}

/*求人一覧ページの「詳細を見る・応募する」ボタン
---------------------------------------------------------------------------*/
a.btn {
	display: block;text-decoration: none;
	background: #60523f;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#76654e, #60523f);	/*グラデーション*/
	color: #fff;	/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px;		/*ボタン内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.3は色が30%ついた状態。*/
	border: 1px solid #60523f;	/*枠線の幅、線種、色*/
}
/*マウスオン時*/
a:hover.btn {
	box-shadow: none;
	background: #fff;	/*背景色*/
	color: #60523f;		/*文字色*/
}

/*list2ボックス（トップページの「現在の求人」で使っている色のついた各ブロック）
---------------------------------------------------------------------------*/
/*ボックス全体を囲むulタグへの設定*/
.list2 {
	padding-bottom: 50px;
	overflow: hidden;
}
/*各ボックスの設定*/
.list2 li {
	float: left;	/*左に回り込み*/
	width: 24%;		/*幅*/
	margin: 10px 0.5%;	/*上下、左右へのボックスの外側へ空けるスペース*/
	line-height: 1.5;	/*行間*/
	position: relative;
}
.list2 a {
	display: block;text-decoration: none;
	height: 80px;	/*ボックスの高さ*/
	overflow: hidden;	/*ボックスから飛び出た場合、非表示にする設定*/
	background: #60523f;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#76654e, #60523f);/*背景グラデーション*/
	border-radius: 10px;	/*角丸のサイズ*/
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事で0.2は20%色がついた状態の事。*/
	padding: 15px;	/*ボックス内の余白*/
	color: #fff;	/*文字色*/
}
/*マウスオン時*/
.list2 a:hover {
	background: #f5f5f5;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#f5f5f5, #e2e2e2);/*背景グラデーション*/
	color: #60523f;	/*文字色*/
}
/*ボックス内の画像。※imgタグにclass="img"をつけた場合。*/
.list2 .img {
	height: 100%;			/*高さ*/
	background: #fff;	/*背景色*/
	float: right;		/*右に回り込み*/
	border-radius: 3px;	/*角丸のサイズ*/
}
/*件数のテキスト。※list2内でspanタグで囲った場合。*/
.list2 span {
	font-size: 28px;	/*文字サイズ*/
	position: absolute;
	bottom: 15px;	/*下から15pxの場所に配置*/
	right: 110px;	/*右から110pxの場所に配置*/
}

/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック*/
.sub {
	float: right;	/*右に回り込み*/
	width: 22%;		/*サブコンテンツの幅*/
}
/*subコンテンツ内のh2タグ設定*/
.sub h2 {
	margin-bottom: 0 !important;
	font-size: 16px !important;	/*文字サイズ*/
	padding: 10px;		/*ボックス内の余白*/
	border: 1px solid #dcdcdc;	/*メニューの線の幅、線種、色*/
	color: #333 !important;
}
/*subコンテンツ内の段落タグ設定*/
.sub p {
	margin: 0 !important;
	padding: 10px !important;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.sub ul.submenu {
	margin-bottom: 20px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #dcdcdc;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
.sub ul.submenu li a {
	text-decoration: none;display: block;
	padding: 5px 10px;	/*メニュー内の余白。上下、左右への設定。*/
	border-bottom: solid 1px #dcdcdc;	/*下の線の線種、幅、色*/
	border-left: solid 1px #dcdcdc;		/*左の線の線種、幅、色*/
	border-right: solid 1px #dcdcdc;	/*右の線の線種、幅、色*/
}
/*マウスオン時の背景色*/
.sub ul.submenu li a:hover {
	background: #f4f4f4;	/*背景色*/
}
/*h2直下にsubmenuが続いた場合のみ、submenuの上の線を消す設定*/
.sub h2 + ul.submenu {
	border-top: none;
}

/*subコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
	overflow: hidden;
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
	border: solid 1px #dcdcdc;	/*線の線種、幅、色*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1) inset;	/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事で0.1は透明度10%の事。insetは内側への影、という意味。*/
}
/*h2直下にbox1が続いた場合のみ、box1の上の線を消す設定*/
.sub h2 + .box1 {
	border-top: none;
}
/*box1内のサブメニュー*/
.sub ul.submenu {
	margin-bottom: 0;
}

/*subコンテンツ内のlist-subボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.sub .list-sub {
	position: relative;overflow: hidden;
	border-left: 1px solid #dcdcdc;		/*左の線の線種、幅、色*/
	border-right: 1px solid #dcdcdc;	/*右の線の線種、幅、色*/
	border-bottom: 1px solid #dcdcdc;	/*下の線の線種、幅、色*/
	line-height: 1.5;	/*行間を少し狭くする。基本となる値は一番上のbodyにあります。*/
	font-size: 12px;	/*文字サイズ*/
}
.sub .list-sub a {
	display: block;text-decoration: none;overflow: hidden;
	padding: 5px;	/*ボックス内の余白*/
}
/*マウスオン時のボックス*/
.sub .list-sub a:hover {
	background: #f4f4f4;	/*背景色*/
}
/*h4タグ*/
.sub .list-sub a h4 {
	font-weight: bold;	/*太字にする設定*/
	font-size: 16px;	/*文字サイズ*/
}
/*段落(p)タグ*/
.sub .list-sub p {
	padding: 0 !important;
}
/*画像*/
.sub .list-sub figure {
	width: 30%;		/*画像の幅*/
	float: left;	/*左に回り込み*/
	margin-right: 5px;	/*画像右側に空ける余白*/
}

/*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1〜option3、と、newアイコン共通*/
.option1,.option2,.option3,.new {
	font-size: 12px;	/*文字サイズ*/
	text-align: center;
	display: block;
	width: 80px;		/*幅*/
	line-height: 30px;	/*高さ*/
	position: absolute;
	right: 40px;	/*右から40pxの場所に配置*/
	top: 0px;		/*上から0pxの場所に配置*/
}
/*subコンテンツ内で使う場合の追加（変更）設定*/
.sub .option1,.sub .option2,.sub .option3,.sub .new {
	font-size: 10px;	/*文字サイズ*/
	line-height: 16px;	/*行間*/
	right: 0px;		/*右から0pxの場所に配置*/
	transform: rotate(45deg) translate(22px,-10px);	/*45度回転、右へ,下へ(マイナス設定なので上へ向けての指定)の移動距離*/
}
/*option1*/
.option1 {
	color: #FFF;			/*文字色*/
	background: #f83d72;	/*背景色*/
}
/*option2*/
.option2 {
	color: #000;			/*文字色*/
	background: #ffd200;	/*背景色*/
}
/*option3*/
.option3 {
	color: #FFF;			/*文字色*/
	background: #999;	/*背景色*/
}
/*new*/
.new {
	color: #FFF;			/*文字色*/
	background: #F00;	/*背景色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;position: relative;z-index: 1;
	font-size: 12px;		/*文字サイズ*/
	background: #666;	/*背景色*/
	color: #fff;	/*文字色*/
	text-align: center;
}
footer a {color: #fff;}
footer a:hover {color: #fff;}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;	/*上下、左右へのボックス内の余白*/
}
#footermenu a {
	text-decoration: none;
	opacity: 0.7;	/*透明度。70%の色がついた状態。*/
}
#footermenu a:hover {
	opacity: 1;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 18%;		/*幅*/
	padding-right: 1%;
	padding-left: 1%;
	text-align: left;
	line-height: 1.7;
}
/*見出し*/
#footermenu li.title, #footermenu li.title a {
	opacity: 1;	/*透明度。100%色がついた状態。*/
	font-size: 14px;	/*文字サイズ*/
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
}
#copyright a {text-decoration: none;}
#copyright a:hover {color: #666;}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*見出しを含まないお知らせブロック*/
#new dl {
	background: #eee;	/*背景色*/
	padding: 20px;		/*ブロック内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	color: #60523f;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
}

/*ta1設定
---------------------------------------------------------------------------*/
/*ta1テーブル*/
.ta1 {
	width: 100%;
	margin: 0 0 20px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #f6f5f2;	/*背景色*/
	font-size: 18px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}
/*labelタグを２列表示にする（CMS用）*/
.ta1.cms td label {
	display: block;
	float: left;
	width: 50%;
}



/*inputボタン
---------------------------------------------------------------------------*/
#contents input[type="submit"].btn,
#contents input[type="button"].btn,
#contents input[type="reset"].btn {
	padding: 5px 10px;		/*上下、左右へのボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	font-size: 20px;		/*文字サイズ*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
#contents input[type="submit"].btn:hover,
#contents input[type="button"].btn:hover,
#contents input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*ヘッダーにメニューが固定される分、リンク先が隠れるのを防ぐ為のスタイル。※ページ内へのリンクで使う。
---------------------------------------------------------------------------*/
.link {
	display: block;
	margin-top: -100px;
	padding-top: 100px;
}

/*ページの上部へボタン「↑」設定
---------------------------------------------------------------------------*/
@keyframes scroll {0% {opacity: 0;}100% {opacity: 1;}}
body .nav-fix-pos-pagetop a {display: none;}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	z-index: 1;
	position: fixed;
	bottom: 20px;	/*下から20pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	background: #666;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事。0.6は60%色がついた状態。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #60523f !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
.w50 {overflow: hidden;width: 50%;}
.fl {float: left;}
img.fl {float: left;width:30%;margin-right: 20px;margin-bottom: 20px;}
.fr {float: right;}
img.fr {float: right;width:30%;margin-left: 20px;margin-bottom: 20px;}
.photo {padding: 10px;background: #fff;border: 5px solid #fff;box-shadow: 2px 4px 5px rgba(0,0,0,0.2);}
.big1 {font-size: 22px;}
.sub .big1 {font-size: 12px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.date {text-align: right;color: #999;font-size: 11px;}



.footerAnnotation {
	text-align: center;
	font-size: 16px;
	margin-bottom: 32px;
}
.footerLogoBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 32px
}
.footerLogoList {
	width: 33.3%;
	list-style: none;
}
.footerTxtParagraph {
	font-size: 16px;
	text-align: center;
}
.footerLogoParagraph {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 50px
}

.footerCopyRight {
	font-size: 16px;
	text-align: center

}


@media screen and (max-width:991px){
	.footer {
		padding: 0 10px 20px 10px
	}
	.footerAnnotation {
		font-size: 14px;
		margin: 32px 0 0;
	}
	.footerLogoBox {
		display: block;
		margin-top: 20px
	}
	.footerLogoList {
		width: 100%;
		margin-top: 20px
	}
	.footerLogoImg {
		width: 100%;
		max-width: 320px
	}
	.footerLogoParagraph {
		min-height: auto;
		width: 80%;
		margin: 0 auto
	}
	.footerCopyRight {
		line-height: 1
	}
	.g_bnr_width .footerTxtParagraph{
		display: block;
		text-align: center;
	}
	.footer a{
		color: #FFF;
		text-decoration: underline;
	}
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------
※ここから数ブロック（420px以下環境まで）は、スライドショー表示領域の高さとロゴサイズの再設定です。
面倒ですができるだけ綺麗に表示できるよう細かく設定して下さい。
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*画面幅1500px以上の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1500px){

	#top header, #mainimg {height: 900px;}

}

/*画面幅2000px以上の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:2000px){

	#top header, #mainimg {height: 1200px;}

}

/*画面幅1200px以下の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1200px){

	#top header, #mainimg {height: 600px;}

}

/*画面幅1000px以下の設定（スライドショー領域の再設定とロゴ）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:991px){

	#top header, #mainimg {height: 470px;}
	#top #logo img {left: 1%;top: 20px;width: 200px;}

}

/*画面幅800px以下の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

	#top header, #mainimg {height: 380px;}

			 div.w65_m.g_img-left h3.h3{
		 margin-top: 40px;

}
}

/*画面幅620px以下の設定（スライドショー領域の再設定とロゴ）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:620px){

	#top header, #mainimg {height: 300px;}
	#top #logo img {left: 1%;top: 10px;width: 120px;}

}

/*画面幅500px以下の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:499px){

	#top header, #mainimg {height: 240px;}

}

/*画面幅420px以下の設定（スライドショー領域の再設定とロゴ）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:420px){

	#top header, #mainimg {height: 190px;}
	#top #logo img {left: 1%;top: 10px;width: 90px;}

}



/*画面幅1000px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:991px){

/*list2ボックス（トップページの「現在の求人」で使っている色のついた各ブロック）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list2 li {
	width: 49%;		/*幅*/
	margin: 10px 0.5%;	/*上下、左右へのボックスの外側へ空けるスペース*/
}

}



/*画面を横向きにした場合の高さが500px以下の場合の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (orientation: landscape) and (max-height:500px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar-s ul li a {
	padding: 10px;		/*メニュー内の余白*/
	float: left;		/*左に回り込み*/
	width: 40%;			/*幅*/
	margin-left: 4%;	/*メニューの左側に空けるスペース*/
}

}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;

	z-index: 100;
	top: 0px;
	width: 100%;
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5s;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
	}
/*メニュー１個あたりの設定*/
#menubar-s ul li a {
	display: block;text-decoration: none;
	padding: 10px 15px;	/*上下、左右へのメニュー内の余白*/
	border-bottom: 1px solid #eee;	/*下の線の幅、線種、色*/
	color: #fff;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/

}
	#menubar-s .tel a{
		color: #fff;
	}
	#Navbar
	#menubar-s ul li a:hover {
	color: #eee;		/*文字色*/


}
/*飾り文字*/
#menubar-s ul li span {
	display: block;
	font-size: 10px;	/*文字サイズ*/
	color: #999;		/*文字色*/
}
/*PC用メニューを非表示にする*/
#menubar ul.inner{display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;
	z-index: 991;
	top: 8px;		/*上から8pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
	border-radius: 50%;	/*円形にする*/
	border: 1px solid #fff;
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;
		z-index:991;/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #60523f url(../img/icon_menu.png) no-repeat center top/50px;

/*背景色、背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #60523f url(../img/icon_menu.png) no-repeat center bottom/50px;
		z-index:991;/*背景色、背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。*/
body.is-fixed-menu #contents {
	margin-top: 0px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
.main,.sub {
	float: none;
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n .sub,body.s-n #footermenu {display: none;}
.big1 {font-size: 20px;}
.w50 {overflow: hidden;width: auto;}
.fl {float: none;}
.fr {float: none;}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:499px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*inner
---------------------------------------------------------------------------*/
.inner {
	padding-left: 2% !important;
	padding-right: 2% !important;
}

/*コンテンツ（mainとsubを囲むブロック。１カラム時の場合はメインコンテツを囲むブロック。）
---------------------------------------------------------------------------*/
#contents {
	padding: 20px 0px 0px;	/*上下、左右へのブロック内の余白*/
}
/*contentsの中にあるinner*/
#contents .inner {
	padding: 20px 0px;	/*上下、左右へのブロック内の余白*/
}
/*h2,h3タグ*/
#contents h2 {
	font-size: 20px;	/*文字サイズ*/
}
/*h2タグのspan（装飾用）タグ*/

/*h3タグ*/
#contents h3 {
	font-size: 20px;	/*文字サイズ*/
}


/*求人一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	padding: 10px;		/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックス間の余白*/
}
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 20px;	/*文字サイズ*/
}

/*list2ボックス（トップページの「現在の求人」で使っている色のついた各ブロック）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list2 li {
	width: auto;		/*幅*/
	margin: 0 0 10px;	/*上、左右、下へのボックスの外側へ空けるスペース*/
}
.list2 a {
	height: auto;	/*ボックスの高さ*/
	padding: 10px;	/*ボックス内の余白*/
}
/*ボックス内の画像。※imgタグにclass="img"をつけた場合。*/
.list2 .img {
	height: auto;
	width: 10%;
}
/*件数のテキスト。※list2内でspanタグで囲った場合。*/
.list2 span {
	font-size: 20px;/*文字サイズ*/
	right: 20%;		/*右から20%の場所に配置*/
	bottom: 6px;	/*下から6pxの場所に配置*/
}

/*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1〜option3、と、newアイコン共通*/
.option1,.option2,.option3,.new {
	font-size: 10px;	/*文字サイズ*/
	width: 50px;		/*幅*/
	line-height: 20px;	/*高さ*/
	right: 10px;	/*右から10pxの場所に配置*/
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;	/*画面領域が狭いので非表示に。*/
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.photo {padding: 5px;border: 2px solid #fff;}
.ws,.wl {width: 94%;}
.fl {float: none;}
img.fl {float: none;display: block;width:90%;margin: 0 auto 20px;}
.fr {float: none;}
img.fr {float: none;display: block;width:90%;margin: 0 auto 20px;}
.big1 {font-size: 16px;}
.sh {display:block;}
.pc {display:none;}

}



/*画面幅360px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:360px){

/*ta1設定
---------------------------------------------------------------------------*/
/*labelタグを2列から1列表示にする（CMS用）*/
.ta1.cms td label {
	float: none;
	width: 100%;
}

}

@media screen and (min-width:768px) {
    /* Chrome, Safari, Edge, Opera */
    body#kage .extDocumentForm .box ul.form-list > li input[name="zip"]::-webkit-outer-spin-button,
    body#kage .extDocumentForm .box ul.form-list > li input[name="zip"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    body#kage .extDocumentForm .box ul.form-list > li input[name=zip] {
        -moz-appearance: textfield;
    }
  }
