@charset "utf-8";

a{
  display: inline;
}
.column_1{
  width: 993px;
  margin: 0 auto;
}
.search_box.column_1{
  margin: 5px auto;
}
.head_info .logo {
  float: left;
  padding: 10px 20px 0 0;
  width: 20%;
}
.head_info .logo a{
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -1px;
}
.head_icon h1 {
  font-size: 14px;
  font-weight: normal;
  padding-top: 3px;
}
.head_info .head_icon {
  float: left;
  padding: 5px 0 0 0;
}
.head_icon p{
  padding: 0;
  margin: 0;
  font-size: 13px;
  text-align: center;
}
.head_tel {
  float: right;
  padding: 11px 0 2px 0;
  width: 35%;
}
.head_info .head_icon img {
  padding: 0 3px;
}
.contents_box h2 {
  background-color:#007943;
}
.nav_box {
  background: linear-gradient(to bottom, #fefefe 0%,#fefefe 0%,#e5e5e5 100%);
  
}
@media only screen and (max-width: 750px) {
  .sp h1 {
    margin-top: 5px 0 0 3px;
    font-size: 10px;
  }
  .sp_logo img {
    margin: 3px;
    max-width: 130px;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .sp_tel_wrap1 {
    background-image: url(/goitaihanso/images/bg_sp_tel.png);
  }
}
/*------navmenu------*/
.nav_goitaihanso.menu > li.toppage {
    background: -moz-linear-gradient(top, #8aec88 0%, #007130 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8aec88), color-stop (100%,#007130));
    background: -webkit-linear-gradient(top, #8aec88 0%,#007130 100%);
    background: -o-linear-gradient(top, #8aec88 0%,#007130 100%);
    background: -ms-linear-gradient(top, #8aec88 0%,#007130 100%);
    background: linear-gradient(to bottom, #8aec88 0%,#007130 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8aec88', endColorstr='#007130',GradientType=0 );
    filter: dropshadow(color=#fff,offX= 0,offY=-1) dropshadow(color=#fff,offX= 1,offY= 0) dropshadow (color=#fff,offX= 0,offY= 1) dropshadow(color=#fff,offX=-1,offY= 0);
    text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white 0px -1px 0px;
    width: 17%;
}
nav {
  height: 100px;
  /*margin-top: 95px;*/
}
.nav_goitaihanso.menu > li.main_content {
  width: 20%;
}
.nav_goitaihanso.menu > li.menu_mega {
    width: 20%;
}
.nav_goitaihanso.menu > li.menu_mega2 {
    width: 16.66%;
}
/*------ スマホ版ナビバーの幅調整 ------*/
@media only screen and (max-width: 800px) {
  nav {
    width: 140px;
    height: 50px;
    top: 5px;
    right: 5px;
  }
  .nav_goitaihanso.menu > li.toppage {
    width: 200px;
  }
  .nav_goitaihanso.menu > li.main_content {
    width: 200px;
  }
  .nav_goitaihanso.menu > li.menu_mega {
    width: 200px;
  }
  .nav_goitaihanso.menu > li.menu_mega2 {
    width: 200px;
  }
}
/*------ FV ------*/
.fv {
    background-image: url(/originalso/goitaihanso/images/pc_fv_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: 
    #eef8ff;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    min-height: 530px;
    max-height: 530px;
}
.fv_con_box, .fv_title{
    width: 100%;
    text-align: right;
	margin: 0 auto;
	max-width: 1020px;
}
.fv_con_box a{
    display: inline;
}
#rank_bana img {
    margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  ul.sp_con_box{
   margin: 1em auto;
  }
  ul.sp_con_box li{
    width: 31%;
    margin: 0 1%;
    float:left;
  }
  ul.sp_con_box li img{
    width: 100%;
  }
}

#rank_bana {
    text-align: center;
    background-color: 
    #ececec;
    padding-top: 5px;
    margin-bottom: 1em;
}
/*------ 共通 ------*/
.originalso1 h2, h3 {
  background: none;
  border: 0;
  -webkit-border-radius: 0;
}
.originalso1 h2 {
  text-align: center;
  font-size: 2.4rem;
  border-bottom: 1px solid;
  margin: 68px 0 20px 0;
  padding: 0;
}
.originalso1 h3 {
  color: #184281;
  padding-left: 0;
}
.flex_box {
    display: flex;
    flex-wrap: wrap;
}
.contents_box {
    position: relative;
    margin: 1%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-align: center;
}
.contents_box h3 {
    background-color: #148c5e;
    font-size: 1.3rem;
    color: #fff;
    padding: 7px 0 5px 0;
    border-radius: 6px 6px 0 0 / 6px 6px 0 0;
    margin: 0 0 8px 0;
}
.contents_box p {
    text-align: left;
    margin: 0;
    padding: 0 0 15px 5px;
}
.w3 {
  width: 31%;
}
.w2 {
  width: 47.5%;
}
.contents_box1 {
    position: relative;
    margin: 1% 1% 3% 1%;
    padding: 10px;
    border: 1px solid #184281;
    border-radius: 6px;
    text-align: center;
    clear: both;
}
.contents_box1 h3 {
    background-color: #235eba;
    font-size: 1.3rem;
    color: #fff;
    padding: 7px 0 5px 0;
    border-radius: 6px 6px 0 0 / 6px 6px 0 0;
    margin: 0 auto 8px;
}
.contents_box1 ul {
    text-align: left;
    margin: 0 0 15px 20px;
    list-style: disc;
    line-height: 140%;
}

.g_yajirushi {
    background: url("/originalso/goitaihanso/images/b_yajirushi.png") no-repeat center bottom;
    height: 85px;
}
/*
.g_yajirushi::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 100px 0 100px;
    border-color: #007130 transparent transparent transparent;
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    margin: auto;
}
*/
article.contents_box2 {
    position: relative;
    padding: 10px;
    margin: 0 5px 0 0;
    background-color: #235eba;
    width: 986px;
}
article.contents_box2 p {
  font-size: 2.2rem;
  color: #ffffff;
  text-align: center;
  padding: 1rem 2rem 0;
}
.contents_box3 {
  line-height: 225%;
}
.contents_box4 {
  line-height: 380%;
}
.contents_box3 p, .contents_box4 p {
  float: left;
  margin: 0;
  padding: 10px;
  font-weight: bold;
  color: #184281;
}
.contents_box3 p.waku, .contents_box4 p.waku {
  border: 1px solid #cccccc;
}
.contents_box4 p.waku.w_s{
    width: 28%;
}
.contents_box4 p.waku.w_m{
    width: 33%;
}
.flow {
    max-width: 993px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: #fd5506 solid 2px;
    vertical-align: middle;
    text-align: center;
}
.flow h3 {
    border-bottom: #fd5506 solid 1px;
    border-radius: 0;
    font-size: 28px;
    color: #fd5506;
    background-image: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0;
    margin-top: 0;
}
.flow p {
    margin: 10px 0 0 10px;
    font-size: 18px;
    line-height: 1.4;
}
.allow {
    text-align: center;
    margin: 0;
    color: #fd5506;
    font-size: 30px;
}


@media only screen and (max-width: 800px) {
  .originalso1 h2 {
    font-size: 1.5rem;
  }
  .contents_box3 p, .contents_box4 p {
    float: none;
  }
  article.contents_box2 {
    width: auto;
  }
  article.contents_box2 p {
    font-size: 90%;
    padding: 0;
  }
  .flow h3 {
    font-size: 22px;
  }
  .contents_box h3, .contents_box1 h3 {
    font-size: 1.15rem;
  }
  .w2, .w3 {
    width: 100%;
  }
  .contents_box4 p.waku.w_s, .contents_box4 p.waku.w_m{
    width: 100%;
  }
}
/*------  / 共通 ------*/

#price_cal {
    margin: 30px 10px 50px;
}
#price_cal p {
    display: block;
    float: left;
    padding: 6px;
    text-align: center;
    border-radius: 10px;
    font-size: 1.15rem;
    margin: 0;
}
#price_cal p.price_full {
    background: #235eba;
    color: #fff;
    padding: 25px 6px;
}
#price_cal p.price_mark {
    padding: 40px 6px;
    font-weight: bold;
}
#price_cal p.price_o {
    background: #fff;
    border: 2px solid #235eba;
}
#price_cal p.price_o span.title {
  border-bottom: 1px solid #000000;
}
#price_cal p span.kome {
    font-size: 0.8em;
    color: #666;
}

#pricetable {
    clear: both;
}
.price_table {
    margin: 10px;
}
.price_table table {
    width: 31%;
    float: left;
    margin: 10px 10px 20px;
}
table {
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
table th {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    background-color: #ddd;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 800px) {
  #price_cal p {
    float: none;
  }
  #price_cal p.price_mark {
    padding: 6px;
  }
  .price_table table {
    width: 96%;
    margin-bottom: 20px;
  }
}

/*---faq---*/
.faq article{
  border:2px solid #06798c;
  margin: 0 0 1em;
  padding: 1em;
}
.faq h3{
  font-size: 1.4em;
  margin: .5em 0 1em;
  padding: 0 0 0 60px;
  line-height: 30px;
  position: relative;
  color: #007130;
}
.faq div{
  position: relative;
  padding: 0 0 0 60px;
  width: 100%;
  margin: 0;
}
  .faq div p{
    margin: 0 0 8px 0;
  }
  .faq div p.row1 {
    line-height: 50px;
  }

  .faq h3::before,
  .faq div::before{
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  .faq h3::before{
    bottom: 0;
    background: url(/hakajimai/images/icon_Q.png) no-repeat center / contain;
  }
  .faq div::before{
    background: url(/hakajimai/images/icon_A.png) no-repeat center / contain;
  }

@media only screen and (max-width: 768px) {
  .faq h2{
    font-size: 160%;
  }
  .faq h3,
  .faq article:last-child p{
    line-height: normal;
  }
  .faq h3{
    font-size: 120%;
  }
  .faq h3::before,
  .faq div::before{
    content: "";
    width: 40px;
    height: 40px;
  }
  .faq h3::before {
    bottom: auto;
  }
  .faq div p.row1 {
    line-height: normal;
  }
}
/*--- /faq---*/
.writing_top dl.list_content dt {
    border: none;
    padding: 10px 10px 10px 22px;
}
/*------ ライティング縮小 ------*/
.inside .writing_top dl.list_content dt{
  margin-left: 0;
}
.inside .writing_top dl.list_content dd{
  margin-left: 0;
}
.writing_top dl dd::after {
  content: "";
  display: table;
  clear: both;
}
.writing_top dl dt{
  margin-left: 0;
  padding-bottom: 0;
  font-size: 1rem;
  background-position: left 10px;
}
.writing_top dl dd{
  margin-left: 0;
}
.writing_top dl dd ul.list_cir:nth-of-type(2n+1){
  float: left;
  width: 49.5%;
  margin-left: 0;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.1;
  color: #555;
  clear: both;
}
.writing_top dl dd ul.list_cir:nth-of-type(2n){
  float: right;
  width: 49.5%;
  margin-left: 0;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.1;
  color: #555;
}
.writing_top dl dd ul.list_cir li{
  line-height: 1.2;
  margin: 0;
}
#writing_sp > h3::after {
  content: "";
  display: table;
  clear: both;
}
#writing_sp > h3 > .action_btn{
  float: right;
  padding: 1px 3px;
  border: 1px solid #222;
  border-radius: 15px;
  color: #222;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #e1e5e6;
}
#writing_sp .writing_top dl dt{
  padding-bottom: 0;
  font-size: 1.2rem;
  background-position: left 14px;
}
#writing_sp .writing_top dl dd ul.list_cir{
  float: none;
  width: auto;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 100%;
  line-height: 1.4;
  color: #111;
}
/*------ / ライティング縮小 ------*/

/*------ フォーム ------*/
@media only screen and (min-width: 481px){
  #haken_day,
  #haken_time{
    width: 45%;
  }
}
/*------ / フォーム ------*/

h2 + article ul > li {
  margin: 0 0 1rem 1rem;
  list-style-type: square;
}
h2 + article ul > li > ul > li {
  margin: 0.5rem 0 0 1.5rem;
  list-style-type: circle;
}
#outline .explain p a{
font-weight:bold;
}
#outline .explain p strong{
font-weight:bold;
color:#F00;
}

/*------ 実績 ------*/
.example{
  float: left;
  border: 2px solid #ccc;
  margin-right: 4px;
}
.example h3{
  color: #000;
  margin: 10px;
  padding: 0;
}
.example p{
  margin-bottom: 10px;
}
/*------ / 実績 ------*/
/*------ 20181228 ------*/
.nav_goitaihanso.menu > li.menu_mega1 {
    width: 20%;
    line-height: 1.2;
    padding-top: 0.5rem;
}
.menu_mega1{
  font-size: 90%;
}
@media only screen and (max-width: 800px) {
  .nav_goitaihanso.menu > li.menu_mega1 {
    width: 200px;
  }
}
/*------ / 20181228 ------*/
/*------ 20190319 実績修正 ------*/
.contents_box.w2.example h3{
    margin: 10px 0;
    background: none;
    font-weight: bold;
    border-bottom: 1px solid;
}
.contents_box.w2.example ul li{
    text-align: left;
}
/*------ /20190319 実績修正 ------*/
/*------ アンケート ------*/
#an dl dt{
    background: none;
    border: none;
    color: #007130;
    font-size: 1.4rem;
    margin-left: 30px;
}
dl.ankert_list dd{
  width: 40%;
  height: 255px;
  margin-left: 10px;
  margin-right: 10px;
}
dl.ankert_list dd img{
  width: 100%;
}

@media only screen and (max-width: 800px) {
#an dl dt{
  margin-left: 0;
  font-size: 1.2rem;
  }
  dl.ankert_list dd{
  margin-bottom: 0;
  }
}
@media only screen and (min-width : 481px){
dl.ankert_list dd{
  width: auto;
  margin-left: 25px;
  margin-right: 0;
  }
  dl.ankert_list dd img{
  width: auto;
  }
}
/*------ /アンケート ------*/

/*------ スマホメニュー調整 ------*/
@media only screen and (max-width : 768px){
nav.globalMenuSp {
    transform: translateY(-1014%)!important;
}
nav.globalMenuSp.active {
    transform: translateY(0%)!important;
}
}

/*------ 概算見積もりフロートボタン ------*/
#page-mitsumori {
position: fixed;
bottom: 160px;
z-index: 999;
right: 5px;
}