* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

a {
  text-decoration: none;
}

.pc { display: block !important; }
.smp { display: none !important; }

.clear {
  clear: left;
}

.content{
  background: linear-gradient(0deg, rgba(102,8,11,1) 0%, rgba(160,7,12,1) 40%, rgba(160,7,12,1) 60%, rgba(92,8,12,1) 100%);
  margin: 0 0 -7px 0;
}

.container {
  max-width: 1050px;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  text-align: center;
  position:relative;
}

.top-wrapper {
  margin-top: 64px;
  color: #FFF;
  text-align: center;
}

.top-wrapper h1 {
  opacity: 0.7;
  font-size: 45px;
  letter-spacing: 5px;
}

.top-wrapper p {
  opacity: 0.7;
}

.container1 {
width:100%;
background-color: #FFF;
display:block;
}

.top-wrapper1 {
  text-align: center;
}

.top-wrapper1 p {
font-size: 45px;
font-weight: bold;
text-align: center;
display: inline-block;
margin-top:20px;
color: #a0070c;
}

.top-wrapper1 p .ps{
margin: 0 4px;
font-size: 33px;
}

.top-wrapper1 p .pr{
color:#CF191B;
}

.btn-wrapper {
  text-align: center;
  margin: 20px 0;
  position:absolute;
  top:60%;
  left:27%;
}

.btn-wrapper p {
  margin: 10px 0;
}

.top-bnr-title {
  background-color:#FFFFFF;
  margin-top:-40px;
  padding: 25px;
  text-align: center;
  color: #000;
  font-size: 40px;
  font-weight:bold;
  opacity: 0.9;
}

.estimate {
  background-color: crimson;
  font-weight: bold;
  font-size: 20px;
}

.construct {
  background-color: #3b5998;
  font-weight: bold;
}

.feature {
  background-color: seagreen;
  font-weight: bold;
}

.btn {
  margin: 10px 45px;
  padding: 15px 35px;
  color: white;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
}

.btn:hover {
  opacity: 0.8;
}

.fa {
  margin-right: 5px;
}

header {
  height: 64px;
  width: 100%;
  background-color:#a0070c;
  position :fixed;
  top: 0;
  z-index: 10;
}

.logo img{
  width: 33%;
  vertical-align: middle;
}

.header-left {
  float: left;
}

.text {
  margin: 0 auto;
  padding-top:6px;
  font-size:22px;
  font-weight: bold;
  color:#FFF;
  vertical-align: middle;
}

.text img{
  width: 33%;
  vertical-align: middle;
}


.text2 {
  font-size: 33px;
  font-weight: bold;
  color:#FFF;
  vertical-align: middle;
}

.header-left p{
  margin: 0 auto;
  padding-top:6px;
  font-size:22px;
  font-weight: bold;
  color:#FFF;
  vertical-align: middle;
}

.header-left span{
  font-size: 35px;
  font-weight: bold;
  color:#FFF;
  vertical-align: middle;
  padding-left:16px;
}

.header-right {
  float: right;
  margin-right: -25px;
}

.header-right p{
  margin: 0 auto;
  padding-top:6px;
  font-size:22px;
  font-weight: bold;
  color:#FFF;
}

.header-right span{
  font-size: 33px;
  font-weight: bold;
  color:#FFF;
}

.header-right a {
  line-height: 65px;
  padding: 0 25px;
  color: white;
  display: block;
  float: left;
  transition: all 0.5s;
}

.header-right a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* menu-iconのCSSを貼り付けてください */
.menu-icon {
  color: white;
  float: right;
  font-size: 25px;
  padding: 21px 0;
  /* displayをnoneに指定してください */
  display:none;
}


.case-wrapper {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFF;
  text-align: center;
}

.heading {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #5f5d60;
}

.heading h2 {
  font-weight: normal;
}

.case {
  float: left;
  width: 32%;
  padding: 10px 10px;
  margin: 10px 5px;
  background: #e8e8e8;
}

.case-icon {
  position: relative;
}

.case-icon img {
  width: 90%;
}

.case-icon p {
  top: 44%;
  width: 100%;
  color:#000;
  font-size: 24px;
  font-weight: bold;
}

table{
  width: 90%;
  border-collapse:collapse;
  margin:0 auto;
}
td,th{
  border:1px solid #ccc;
  padding:5px;
}
th{
  background:#EFEFEF;
  width: 22%;
}

.container2 {
width:100%;
background-color:#a0070c;
display:block;
margin-bottom: 10px;
}

.top-wrapper2 {
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
}

.top-wrapper2 h3 {
color: #FFF;
font-size: 45px;
font-weight: bold;
text-align: center;
display: inline-block;
}

.top-wrapper2_list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.top-wrapper2_list li {
    flex-basis: 26%;
    max-width: 26%;
    margin: 1%;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 15px;
}

.top-wrapper2_list_tit {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #a0070c;
}

.top-wrapper2_list_img img {
    width: 100%;
    height: auto;
}

.top-wrapper2_list_txt {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}


.top-wrapper2_list4 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top-wrapper2_list4 li {
    flex-basis: 23%;
    max-width: 23%;
    margin: 1%;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 15px;
}

.top-wrapper2_list_tit4 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #036EB8;
}

.top-wrapper2_list_img4 img {
    width: 100%;
    height: auto;
}

.top-wrapper2_list_txt4 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.top-wrapper2_list6 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top-wrapper2_list6 li {
    flex-basis: 16%;
    max-width: 23%;
    margin: 0%;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 15px;
}

.top-wrapper2_list_img6 img {
    width: 100%;
    height: auto;
}

/**
.container6 {
width:100%;
text-align: center;
display:block;
}
**/

.container3  {
margin: 0 auto;
max-width: 940px;
background-color: #FFFFFF !important;
}

.top-wrapper3 {
display: inline-block;
width: 100%;
color:#000000;
text-align: left;
}

.top-wrapper3 h3{
font-size: 32px;
color:#a0070c;
}

.top-wrapper3 ul{
padding: 5px 0 0 130px;
}

.top-wrapper3 li{
padding: 5px 0 0 0;
line-height: 32px;
font-size: 20px;
}

.top-wrapper3 li .tax1{
font-weight: bold;
font-size: 14px;
}

.top-wrapper3 li .tax2{
padding:0 0 0 10px;
font-weight: bold;
font-size: 14px;
}

.top-wrapper3 li .tax3{
font-weight: bold;
}

.s1 {
color: #444;
font-size: 24px;
display: flex;
align-items: center;
}
.s1:before, .s1:after {
content: "";
flex-grow: 1;
margin: 0 10px;
height: 3px;
background: #a0070c;
display: block;
}
.s1:before {
margin-right: .4em;
}
.s1:after {
margin-left: .4em;
}

.container4 {
  margin: 30px auto;
  max-width: 940px;
background-color: #FFFFFF !important;
display:block;
}

.top-wrapper4 {
display: inline-block;
width: 100%;
}

.top-wrapper4 h3 {
color:#a0070c;
font-size: 32px;
text-align: left;
}

.top-wrapper4 p {
padding: 0 0 0 0;
text-align: center;
color:#000000;
font-weight: bold;
font-size: 20px
}

.top-wrapper4 p #tax{
padding: 5px 0 35px 5px;
text-align: left;
color:#000000;
font-weight: bold;
font-size: 13px;
}

.four {
margin-right:20px;
width: 100%;
}

.four p {
padding: 10px 0 0 0;
text-align: center;
color:#000000;
font-weight: bold;
font-size: 26px
}

.four-icon {
display: flex;
justify-content:space-around;
padding-bottom: 10px;
text-align: center;
position:relative;
}

.four-icon p #tax2{
text-align: left;
color:#000000;
font-weight: bold;
font-size: 16px;
}

.four-icon li{
list-style: none;
}

.container7 {
width:100%;
background-color: #a0070c;
display:block;
color: white;
}

.top-wrapper7 p {
font-size: 45px;
font-weight: bold;
text-align: center;
display: inline-block;
margin-top:20px;
color: #FFF;
}

.text-contents {
  width: 80%;
  display: inline-block;
  margin-top: 15px;
  font-size: 13px;
  color: #b3aeb5;
}

.heading h3 {
  font-weight: normal;
}


.container6 {
  margin: 30px auto;
  max-width: 940px;
background-color: #FFFFFF !important;
display:block;
}

.top-wrapper6 {
display: inline-block;
width: 100%;
}

.top-wrapper6 h1 {
  position: relative;
  padding: 0.1em 0.5em;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), transparent);
  background: linear-gradient(to right, rgb(255, 186, 115), transparent);
  color: #545454;
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 100px);
  grid-template-areas: "area-a area-a area-a"
                       "area-b area-c area-c"
                       "area-b area-d area-e";
}

.item-a {
  grid-area: area-a;
}

.item-b {
  grid-area: area-b;
}

.item-c {
  grid-area: area-c;
}

.item-d {
  grid-area: area-d;
}

.item-e {
  grid-area: area-e;
}

.message-wrapper {
    border-bottom: px solid #eee;
    padding-top: 40px;
    padding-bottom: 40px;
    display:block;
    text-align: center;
}

.formbtn {
    background-color: #E61E39;
}

.button {
    padding: 20px 40px;
    color: white !important;
    display: inline-block;
    font-size: 36px;
    position: relative;
    background-color: #E00039;
    border-radius: 4px;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    border-radius: 15px;
    box-shadow: 0 4px 0 #b7042b;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.button:hover {
    top: -4px;
    box-shadow: 0 6px 0 #b7042b;
    opacity: 0.9;
}
.button:active {
    top: 3px;
    box-shadow: none;
}

.message {
  padding: 15px 40px;
  background-color: #5dca88;
  cursor: pointer;
  box-shadow: 0 7px #1a7940;
}

.message:active {
  position: relative;
  top: 7px;
  box-shadow: none;
}

footer img {
  width: 125px;
}

footer p {
  color: #b3aeb5;
  font-size: 12px;
}

footer {
  padding-top: 30px;
  padding-bottom: 20px;
  background: whitesmoke;
}
