.home_bnr {
  max-width: 1500px;
  margin: 60px auto;
  display: flex;
}
.home_bnr_left {
  max-width: 740px;
  margin: 0 auto;
  display: block;
}
.home_bnr_right {
  max-width: 740px;
  margin: 0 auto;
  display: block;
}
    #contents .posts .list a img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 290px;
        height: 215px;
        border: 1px solid #eee;
    }

header #pageHeader > .pc .hed_menu > li:nth-of-type(6) {
  width: 180px;
  border-right: 1px solid #FFF;
}
header #pageHeader > .pc .hed_menu > li:nth-of-type(7) {
  width: 180px;
  border: none;
}
header #pageHeader > .pc .hed_menu {
  left: 300px;
}
footer #pageFooter .foot_menu > li {
  border-bottom: 1px solid #FFF;
}
footer #pageFooter .foot_menu > li:nth-of-type(1) {
  width: 160px;
}
footer #pageFooter .foot_menu > li:nth-of-type(2) {
  width: 160px;
}
footer #pageFooter .foot_menu > li:nth-of-type(3) {
  width: 160px;
}
footer #pageFooter .foot_menu > li:nth-of-type(4) {
  width: 160px;
}
footer #pageFooter .foot_menu > li:nth-of-type(5) {
  width: 160px;
}
footer #pageFooter .foot_menu > li:nth-of-type(6) {
  width: 160px;
}
footer #pageFooter .foot_menu > li:nth-of-type(7) {
  width: 160px;
}
footer #pageFooter .foot_menu > li:nth-of-type(8) {
  width: 220px;
}


.satei_flow_bnr{
    display: block;
    margin: 60px auto 50px;
    position: relative;
    width: 100%;
}

.satei_flow_bnr a{
width: auto;
    display: table;
    margin: 50px auto 40px;
    position: relative;
}

#mainv .secInner>.depth1>.depth2{
	width: 900px;
}

#mainv .secInner>.depth1>.depth2 a{
	margin-top: 15px;
}

a.satei_btn{
	padding: 20px 40px 24px;
    background-color: #990000;
    width: 400px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}

a.satei_btn:hover{
    background-color: #B34200;
    color: #FFF;
}


.satei_table table {
  width: 100%;
  margin-top: 20px;
}
.satei_table table th {
  padding: 20px 8px;
  background-color: #EEE;
  font-weight: 600;
  text-align: center;
  border-bottom: 5px solid #FFF;
	width: 30%;
}
.satei_table table th p {
  font-weight: 600 !important;
  margin: 0 !important;
  line-height: 100% !important;
}
.satei_table table td {
  padding: 10px;
  text-align: left;
  border-bottom: 5px solid #FFF;
	width: 70%;
}
.satei_table table td p {
  margin: 0 !important;
  line-height: 100% !important;
}

.satei_table table td p.hosoku {
  margin: 0 !important;
  line-height: 150% !important;
	padding: 15px 0 15px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  padding: 10px;
width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  padding: 10px;
width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  font-size: 18px;
  background-color: #990000;
  color: #FFF;
  font-weight: bold;
  padding: 10px;
  min-width: 250px;
  border: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  font-size: 18px;
  background-color: #AC5806;
  color: #FFF;
  font-weight: bold;
  padding: 10px;
  min-width: 250px;
  border: none;
  cursor: pointer;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: bold;
  color: #990000;
  margin-left: 12px;
}
.wpcf7-response-output {
  font-size: 18px;
  font-weight: bold;
  color: #990000;
}


button.wpcf7cp-cfm-submit-btn {
        font-size: 18px;
        background-color: #990000;
        color: #FFF;
        font-weight: bold;
        padding: 10px;
        min-width: 250px;
        border: none;
		margin-bottom: 20px;
    }

button.wpcf7cp-cfm-edit-btn {
        font-size: 18px;
        background-color: #666;
        color: #FFF;
        font-weight: bold;
        padding: 10px;
        min-width: 250px;
        border: none;
		margin-bottom: 20px;
	margin-bottom: 20px;
}