html {
    overflow-x: hidden;
}
body {
    margin:0;
    padding:0;
}
#wrapper {
    max-width:1200px;
    min-width:1000px;
    width:100%;
    margin:auto;
}
.wrapper_content {
    max-width:1200px;
    width:100%;
    margin:auto;
    padding:0;
    display: block;
}
header {
    width:100%;
    display: grid;
    grid-template-columns: 45% 55%;
    grid-template-rows: 100px;
    /* border:solid 1px red; */
}
main {
    margin:0;
    padding:0;
    width:100%;
}
.main_full{
    margin: 0 calc(50% - 50vw);
	width: 100vw;
}

#mainimage{
    position: relative;
    top:-40px;
    background: url("./img/topmain4.png") no-repeat top center;
    height:671px;
    max-width:1920px;
    width: 100vw;
    overflow:hidden;
    margin:auto;
    display: block;
    margin-bottom:-60px;
}

.main .blue_back {
    background: #039DE3;
    color:#ffffff;
    overflow:auto;
}
.main .orange_back {
    background: #F87A1D;
    color:#ffffff;
    overflow:auto;
}

#logo {
    width:100%;
}
#logo_href {
    display: block;
}
.btn-gnavi {
    display: none;
}
nav ul.nav{
    display: flex;
    list-style: none;
    font-size:12pt;
    margin-top:10px;
}
nav a{
    color:#000000;
    text-decoration: none;
    font-weight: 700;
    font-size:12pt;
}
nav a:hover{
    text-decoration: underline;
}
nav ul.nav li{
    /* border:solid 1px black; */
    width: 150px;
    vertical-align: middle;
    padding-top:30px;
}
nav ul.nav li:nth-child(3){
    width:120px;
}
nav ul.nav li:nth-child(4){
    width: 230px;
    text-align: center;
    padding-top:20px;
}
nav ul.nav li:nth-child(5){
    width: 100px;
    padding-top:0px;
}

.free_engineer {
    background: #f87a1d;
    color:#ffffff;
    display: inline-block;
    border-radius: 17px;
    padding:8px 13px;
    width: 170px;
}
.login a {
    display: block;
    height:34px;
    z-index:10;
    position: relative;
    background: url("./img/login.png") no-repeat top center;
    text-align: center;
    padding: 55px 0 0 0;
}


#mainimage_under {
    width:100%;
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: 100px;
    height: 300px;
    margin-bottom: 15px;
}
#mainimage_under h3{
    font-size: 25pt;
    font-weight: 600;
    /* letter-spacing: 0.1em; */
}
#mainimage_under h3 .orange{
    color:#FFEC9F;
}
#mainimage_under .left{
    font-weight: 600;
    line-height: 1.9em;
    font-size:14pt;
    margin-top:10px;
}
.feature_container {
    width:100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    /* height: 300px; */
}
.feature_cell {
    width:95%;
    margin-bottom:10px;
    display: grid;
    grid-template-columns: 28% 72%;
    grid-template-rows: 30px min-content;
    background: #ffffff;
    border-radius: 20px;
    padding:20px 10px 10px;
    align-content: start;
}
.feature_cell .image{
    grid-row: 1 / 3;
    text-align: center;
}
.feature_cell .title{
    color: #039DE3;
    font-weight: 700;
    font-size:15pt;
}
.feature_cell .text{
    margin-top: 5px;;
    color:#000000;
    font-size:0.9em;
}

.under_blue {
    text-align: center;
    font-size:25pt;
}
.under_blue:after {
    width:50px;
    height:5px;
    content:"";
    display:block;
    position: relative;
    background-color: #039DE3;
    top:10px;
    left:calc(50% - 25px);

}


.nagare_cell {
    width:95%;
    margin-bottom:10px;
    display: grid;
    grid-template-columns:72% 28%;
    grid-template-rows: 40px auto;
    background: #F6FAFC;
    border:solid 1px #039de3;
    border-radius: 20px;
    padding:25px 10px 10px 30px;
    align-content: start;
    
}
.nagare_cell .title{
    color: #039DE3;
    font-weight: 700;
    font-size:16pt;
    grid-row: 1 / 2;
    
}
.nagare_cell .title .number{
    background: #039DE3;
    display: inline-block;
    padding:5px 10px;
    color:#ffffff;
    font-size:12pt;
}

.nagare_cell .image{
    text-align: center;
    grid-row: 1 / 3;
}
.nagare_cell .text{
    line-height: 1.8em;
    margin-top: 5px;
    color:#000000;
    font-size:0.9em;
    grid-row: 2 /3 ;
}

.under_content {
    border:solid 1px #039de3;
    margin:80px  auto;
    padding:30px;
    width:700px;
    text-align: center;
}
.under_logo {
    margin:80px auto;
    width:345px;
    text-align:center;
}

footer {
    margin-top:30px;
    
}
footer .footer_menu{
    display: flex;
    list-style: none;
    margin:40px auto;
    width:600px;
    font-weight: 600;
    
}
footer .footer_menu a{
    color:#000000;
    text-decoration: none;
}
footer .footer_menu a:hover{
    text-decoration: underline;
}
footer .footer_menu li {
    text-align: center;
    padding:30px;
}
footer .footer_menu li:nth-child(4){
}

footer div.copyright {
    background: #039DE3;
    color:#ffffff;
    padding:40px 10px;
    text-align: center;
    position: relative;
}


/* price */


#priceimage{
    position: relative;
    top:-700px;
    background: url("./img/price_main.png") no-repeat top center;
    height:665px;
    max-width:1500px;
    width: 100vw;
    overflow:hidden;
    margin:auto;
    display: block;
    margin-bottom:-60px;
}
.main_full_price {
    height:670px;
}
.main_full_price #top {
    background: #039DE3;
    width:100vw;
    height:559px;
}
.main_full_price #bottom {
    background: #ffffff;
    width:100vw;
    height:100px;
}
.price_container {
    width:90%;
    margin:10px auto 100px;
    display:grid;
    grid-template-columns: 1fr 1fr;
	
}

.price_table_out {
    margin-left:auto;
	margin-right:auto;
	margin-botto:auto;
    width:90%;
    border-spacing: 0;
}
.price_table_out td {
    vertical-align:top;
}

.price_table_in {
    
    border-spacing: 0;
}
.price_table_out th {
    background: #039DE3;
    color:#ffffff;
    font-size:20pt;
    padding: 20px 10px;
	height:35px;
}
table.price_table_out  tr > td {
    border: solid 1px #039DE3;
    padding-bottom: 20px;
}
table.price_table_out  tr > td.biko {
    border: none;
    font-size:8pt;
    padding:5px;
}
table.price_table_out .all_price {
    font-size:34pt;
    font-weight: 900;
    margin:auto;
    display: block;
    padding:5px;
    text-align: center;
}
table.price_table_out .kyuhu {
    display: grid;
    grid-template-columns: 40% 60%;;
    width:90%;
    margin:auto;
}
table.price_table_out .kyuhu .title{
    background-color: #000000;
    font-weight:700;
    color:#ffffff;
    padding:8px 6px;
    text-align: center;
    font-size:15pt;
}
table.price_table_out .price_table_in{
    width:90%;
    margin:auto;
    
}
table.price_table_out .price_table_in th{
    padding:5px;
    font-size:16pt;
}
.price_table_in .intable_ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    padding:0 5px;
}
table.price_table_out .price_table_in .intable_ul li{
    background: url('./img/list_style_icon.png') no-repeat;
    padding: 0px 2px 3px 22px;
    font-size:11pt;
    margin:3px 0;
}
table.price_table_out .kyuhu .price{
    background-color: #ffffff;
    font-weight:700;
    color:#F87A1D;
    border:solid 2px #000000;
    padding:0px 6px;
    font-size:22pt;
    text-align: center;
}
table.price_table_out .juko {
    border:solid 2px #000000;
    text-align: center;
    width:90%;
    margin:10px auto;
    padding:6px 0;
    font-weight:600;
    font-size:15pt;
}
.faq_container {
    padding:30px;
    width:75%;
    margin:auto;
}

.faq_container .faq_q {
    background: #ffffff;
    color:#000000;
    padding:15px;
    font-weight: 600;
    font-size:16pt;
    position: relative;
    margin:5px 0;
}
.faq_container .faq_q .open_q {
    
}
.faq_container .faq_q .open_q,.faq_container .faq_q .close {
    cursor: grab;
    display: block;
    position: absolute;
    right:13px;
    width:35px;
    top:5px;;
    text-align: center;
    /* border:solid 1px red; */
    font-size:30pt;
}
.faq_container .faq_q .square {
    background: #F87A1D;
    display: inline-block;
    padding:4px 8px;
    color:#ffffff;
    font-size:14pt;
    font-weight: 600;
    margin-right:13px;
}
.faq_container .faq_a {
    background: #ffffff;
    color:#000000;
    padding:15px;
    margin:5px 0px 15px;
    display: none;
}

.company_table {
    width:90%;
    margin:15px auto;
    background: #ffffff;
    color:#000000;
}

table.company_table tbody tr td
{
	border-bottom:#9bbad6 solid 3px;
	border-top:#9bbad6 solid 3px;
	font-size:16px;
	line-height:22px;
	padding:20px 5px;
}
table.company_table tbody tr td:first-child
{
	border-right:3px solid #9bbad6;
	width:20%;
}
table.company_table tbody tr td:last-child
{
	padding-left:20px;
}

.ask_container input:not([type='checkbox']),.ask_container textarea{
    display: block;
    width: 500px;
    max-width: 95%;
    padding: 15px;
    /* border: none; */
    border-radius: 5px;
    font-size: 16px;
    color: #333333;
    outline: none;
}
.ask_container {
    margin:20px auto;
    width:80%;
    padding:20px;
    background: #ffffff;
    color:#000000;
    display: grid;
    grid-template-columns: 30% auto;
    border-radius: 9px;
}
.ask_container .title {
    border-bottom: solid 1px #cccccc;
    padding:10px;
    font-weight: 600;
}
.ask_container .form {
    border-bottom: solid 1px #cccccc;
    padding:10px;
}
.ask_container .bottom {
    grid-column: 1/3;
    /* border-bottom: solid 1px #cccccc; */
    padding:10px;
}
.wpcf7-not-valid-tip {
	background:red;
	color:#ffffff;
	display: inline-block;
    width: 80%;
    padding: 3px;
}

.screen-reader-response {	
	display:none;
    background: #ffffff;
    color: red;
    padding: 5px;
    margin-top: 10px;
}
.screen-reader-response p {
	font-weight:600;
}
.wpcf7-response-output {
    width: 80%;
    margin: auto;
    color: #ffffff;
    background: red;
    padding: 15px;
    margin-top: 10px;
    font-weight: 600;	
}
.policy {
    max-width:95%;
	height:200px;
	overflow-x:auto;
}
.wpcf7-form-control[type="submit"] {
	margin:auto;
}
.hissu {
	font-size:0.9em;
	color:red;
}

/* 再構築ロゴ */
.saikochiku {
    width:130px;
    margin:auto;
    padding:5px;
    text-align: center;
    border:solid 1px #333333;
    border-bottom:solid 2px #333333;
    background-color: #ffffff;
    color:#000000;
    font-size:1.2em;
    position: absolute;
    top:30px;
    right:20px;
}

