@charset "utf-8";
* {
  box-sizing: border-box;
}
.box {
  overflow: hidden;
}
#flow_title, h2 {
  background: #006cfd;
  text-align: center;
  color: #fff;
  line-height: 3;
  margin-top: 2em;
  margin-bottom: 1em;
}
#flow_title {
  background: #00a5e3;
}
h3 {
  color: #00a5e3;
  font-weight: bold;
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
}
.otoiawase p.tel-btn, .otoiawase a {
	display: inline-block;
	padding:5px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.otoiawase .line-btn{
	background: #00d500;
}
.otoiawase .mail-btn{
	background: #4f9bff;
}
.otoiawase .tel-btn{
	background: #efefef;
}
.otoiawase p.tel-btn {
  display: block;
}
.otoiawase a:hover {
box-shadow:none;
}
#tel01 p{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.5rem;
  padding: 0 15px;
  border-radius: 5px;
  background: #12a73b;
}
#tel01 p::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 30px;
  background-image: url(../img/free-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #fff solid;
  vertical-align: middle;
  margin-right: 10px;
}
#tel01 a {
  text-align: center;
  display: inline-block;
  background: #12a73b;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  padding: 5px;
  width: 40px;
  font-size: 30px;
}
.manager > div {
  padding: 1em;
  border: 2px solid #ccc;
  overflow: hidden;
}
.manager .intro {
  color: #00a5e3;
  clear: both;
}
.manager .intro span {
  background: #00a5e3;
  color: #fff;
  display: inline-block;
  width: 2em;
  text-align: center;
  line-height: 2;
  border-radius: 20px;
  margin-right: 0.5em;
}
.manager{
	text-align: center;
}
.manager img{
	margin: auto;
}
.flow-box {
  border: 2px #ccc solid;
  margin: 15px;
  padding: 1em !important;
}
.step_title {
  color: #00a5e3;
  margin-bottom: 1em;
  font-weight: bold;
}
.step_title span {
  font-weight: normal;
  background: #00a5e3;
  color: #fff;
  border-radius: 10px;
  margin-right: 15px;
  padding: 0 10px;
}
.flex {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-around;
  list-style: none;
}
.price-list {
  margin-bottom: 20px;
}
.price-list .flex li {
  border: 3px #ccc solid;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}
.price-list .flex li .title {
  background: linear-gradient(#f2f2f2, #d3d3d3);
  line-height: 2;
}
.price-list .flex li .price {
  background: linear-gradient(#2955a0, #21427c);
  color: #fff;
}
#hosyou .text h3 {
  color: #fff;
  margin-top: 0;
}
#hosyou .text {
  margin-bottom: 1em;
}
#hosyou {
  padding: 1em 2em;
  background: #0071bb;
  color: #fff;
  margin-bottom: 1em;
}
#hosyou li {
  list-style: none;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#hosyou li strong {
  display: block;
  background: linear-gradient(#f6ac00, #ec6c00);
  border-radius: 10px;
  border: 3px #fff solid;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  margin-right: 10px;
  text-shadow: 0px 1px 3px black;
}
#hosyou li img {
  float: right;
  max-height: 110px;
  margin-right: 15px;
}
#voicebox {
  padding: 20px;
  margin-bottom: 2em;
}
#voicebox h4 {
  background: #960;
  margin-top: 0;
  color: yellow;
  line-height: 2em;
  text-align: center;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#voicebox .thanks {
  font-weight: bold;
  text-align: center;
  padding: 1em;
}
#voicebox .koe {
  padding: 1em;
  background-image: url("../img/1309238.jpg");
  display: inline-table;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#voicebox .koe .right {
  text-align: right;
  font-weight: bold;
  line-height: 2.5em;
}
#footer-menu {
  margin-bottom: 1em;
}
#footer-menu a {
  font-size: 0.8rem;
  text-decoration: none;
  padding: 0 1em;
}
#footer-menu a:hover {
  text-decoration: underline;
}
#pr-area #price {
  display: block;
  width: 100%;
  text-align: center;
  background: #af7a16;
  color: #fff;
  font-weight: bold;
}
#shiteikoji {
  padding: 5px;
  text-align: center;
  border-radius: 10px;
}
#shiteikoji span {
  display: inline-block;
  border-radius: 50%;
  background: linear-gradient(#6da6e8, #176dd6);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 0 5px;
  text-shadow: 0px 1px 3px black;
}
#shiteikoji p {
  background: #004aaa;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
}
#zenkoku {
  width: 100%;
  display: flex;
  font-weight: bold;
}
#zenkoku strong {
  display: inline-block;
  color: blue;
  margin-right: 10px;
}
p.saitan {
  width: 100%;
  line-height: 1.2;
  margin-bottom: 10px;
  color: red;
  font-weight: bold;
}
#sougyo {
  display: inline-block;
  background-image: url(../img/image_04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  color: #eedb96;
  font-family: fantasy;
  text-shadow: 0px 1px 3px black;
  padding: 22px 50px 37px 40px;
}
#kushikomi {
  display: flex;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: #ba8b2e 3px solid;
  background: #fffcea;
}
#hosyo {
  font-weight: bold;
  text-align: center;
  color: #ba8b2e;
}
#hosyo span {
  color: blue;
}
.listwrap li {
  list-style: none;
  border: 1px dotted #00a5e3;
  padding: 10px;
  margin-bottom: 10px;
  color: #00a5e3;
}
.hosyou {
  padding: 1em;
  background: #f2f2f2;
}
.clearfix {
  clear: both;
}
#flexed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  margin: 0;
}
#flexed .flex {
  max-width: 1000px;
  margin: auto;
  gap: 10px;
}
#flexed .flex a:hover{
	opacity: 0.8;
}

@media only screen and (min-width:781px) {
  .otoiawase {
    background-image: url("../img/call-image.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    margin-bottom: 20px;
    padding: 20px 26% 20px 20px!important;
    background-color: #dceff5;
  }
  #pr-area {
    display: flex;
    flex-wrap: wrap;
    background-image: url("../img/image_05.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
  }
  #shiteikoji, #logo-img {
    width: 50%;
  }
}
@media only screen and (min-width:481px) {
  #pr-area #price, p.saitan {
    font-size: 2.3rem;
  }
  .otoiawase {
    padding: 15px 0;
  }
  h3 {
    line-height: 2;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  #hosyou .text p {
    font-size: 130%;
  }
  #hosyo, h3 {
    font-size: 2.5rem;
  }
  #sougyo {
    font-size: 3.5rem;
  }
  .otoiawase p.tel-btn {
    width: 100%;
	  
  }
  .otoiawase a {
    width: 48%;
  }
	#voicebox h4,#hosyou li strong, .step_title, #flow_title, h2, .manager .intro span, #shiteikoji p {
    font-size: 2rem;
  }
  #hosyou li {
    width: 48%;
  }
  .otoiawase .orange {
    width: 100%;
  }
  .otoiawase p.tel-btn::before {
    width: 100px;
    height: 50px;
  }
  p {
    font-size: 18px;
  }
  .manager .intro {
    font-size: 1.8rem;
  }
  .price-list .flex li strong, #hosyou .text p#voicebox .thanks, .manager p {
    font-size: 1.5rem;
  }
  .price-list .flex li {
    width: 32%;
  }
  #hosyou li strong {
    float: left;
    width: 120px;
    padding: 10px 0;
  }
  #zenkoku strong {
    font-size: 4rem;
  }
  #hosyo span, #shiteikoji span {
    font-size: 3rem;
  }
  #voicebox .koe {
    width: 45%;
  }
  #footer-menu a {
    border-right: 1px solid #fff;
  }
  #footer-menu a:last-child {
    border-right: none;
  }
  #hosyo {
    line-height: 1.2;
    padding: 30px 25px 0 15px;
  }
  .manager > div {
    margin: 2em;
  }
  #flexed .flex {
  justify-content: flex-end;
	}
  #flexed .flex a {
    width: 15%;
  }
  #flexed .flex p {
    width: 45%;
  }
  .copyright {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width :480px) {
  p.saitan, h2, #flow_title {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.8rem;
    margin: 1em 0.5em;
  }
  #sougyo, #zenkoku strong {
    font-size: 2.5rem;
  }
  p.saitan {
    text-align: center;
  }
  #hosyou .text p {
    font-size: 120%;
  }
  .otoiawase {
    gap: 0;
    padding-top: 15px;
  }
  .otoiawase a {
    width: 30%;
    line-height: 60px;
  }
  .otoiawase .orange {
    width: 100%;
    font-size: 0.8rem;
    margin-top: 10px;
  }
  .otoiawase a.mail-btn {
    font-size: 40px;
    padding-top: 10px;
  }
  .otoiawase a.tel-btn {
    font-size: 45px;
    padding-top: 6px;
  }
  .otoiawase a.tel-btn::before {
    width: 55px;
    height: 30px;
  }
  #pr-area #price {
    font-size: 1.4rem;
  }
  .otoiawase a.line-btn, #hosyo {
    font-size: 1.3rem;
  }
  p {
    font-size: 14px;
  }
  .price-list .flex li {
    width: 48%;
  }
  #hosyou li strong {
    width: 70px;
    padding: 5px 0;
    float: left;
  }
  #hosyou li img {
    max-height: 100px;
  }
  #footer-menu a {
    display: block;
    margin-bottom: 5px;
  }
  #header {
    display: flex;
    justify-content: space-between;
  }
  #hosyo span, #shiteikoji span {
    font-size: 2rem;
  }
  #hosyou li strong, #shiteikoji p {
    font-size: 1.5rem;
  }
  #zenkoku img {
    width: 30%;
    height: auto;
  }
  #hosyo {
    padding-top: 1.5em;
    line-height: 1.5;
  }
  #pr-area {
    margin-bottom: 15px;
  }
  .manager p {
    float: left;
  }
  .manager > div {
    margin: 10px;
  }
    #flexed .flex {
  justify-content: center;
	}
  #flexed .flex a {
    width: 20%;
    line-height: 45px;
  }
  .copyright {
    padding-bottom: 70px;
  }
}
/************フォント************/
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?ey0zvy');
  src: url('fonts/icomoon.eot?ey0zvy#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?ey0zvy') format('truetype'), url('fonts/icomoon.woff?ey0zvy') format('woff'), url('fonts/icomoon.svg?ey0zvy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-envelope:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e901";
}