@charset "utf-8";

.home_contents .home_mainimg {
  background-color: #0b6aa9;
}

.result_box_wrap .tag {
  width: 200px;
}

.homeback {
  text-align: right;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 950px;
}

p.tag.result_cat_gass {
  background-color: #020279;
}
.result_box_gass {
  background-color: #ececfa;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
p.tag.result_cat_mana {
  background-color: #ff6100;
}
.result_box_mana {
  background-color: #fadcca;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
p.tag.result_cat_educ {
  background-color: #b80606;
}
.result_box_educ {
  background-color: #f8dcdc;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
p.tag.result_cat_tesk {
  background-color: #177301;
}
.result_box_tesk {
  background-color: #d8e9d4;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

a.btn-radius-solid {
  font-size: 1.6em;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  border: solid 0.2rem #797979;
}
a.btn_orange {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffac2f),
    to(#fd8700)
  );
  background: -webkit-linear-gradient(top, #ffac2f 0%, #fd8700 100%);
  background: linear-gradient(to bottom, #ffac2f 0%, #fd8700 100%);
  width: 600px;
  color: #fff;
  border: solid 0.2rem #8a543f;
  height: 7vh;
  font-weight: 450;
  text-align: center;
}
a.btn_blue {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6068c2),
    to(#3745ca)
  );
  background: -webkit-linear-gradient(top, #6068c2 0%, #3745ca 100%);
  background: linear-gradient(to bottom, #6068c2 0%, #3745ca 100%);
  width: 600px;
  color: #fff;
  border: solid 0.2rem #686767;
  height: 7vh;
  font-weight: 450;
}
a.btn_green {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5aaf5a),
    to(#008000)
  );
  background: -webkit-linear-gradient(top, #5aaf5a 0%, #008000 100%);
  background: linear-gradient(to bottom, #5aaf5a 0%, #008000 100%);
  width: 600px;
  color: #fff;
  border: solid 0.2rem #686767;
  height: 7vh;
  font-weight: 450;
}
a.btn_brown {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b89280),
    to(#8f6552)
  );
  background: -webkit-linear-gradient(top, #b89280 0%, #8f6552 100%);
  background: linear-gradient(to bottom, #b89280 0%, #8f6552 100%);
  width: 600px;
  color: #fff;
  border: solid 0.2rem #686767;
  height: 7vh;
  font-weight: 450;
}

a.btn_cs {
  background: #dddddd;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e7e7e7),
    to(#b9b9b9)
  );
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #b9b9b9 100%);
  background: linear-gradient(to bottom, #e7e7e7 0%, #b9b9b9 100%);
  margin: 0 auto;
  display: block;
  width: 22vw;
  color: rgb(204, 7, 115);
  border: solid 0.2rem #888888;
  height: 12vh;
  font-weight: 550;
  line-height: 6vh;
  font-size: 1.4em;
}

a.btn_gas {
  background: #dddddd;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e7e7e7),
    to(#b9b9b9)
  );
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #b9b9b9 100%);
  background: linear-gradient(to bottom, #e7e7e7 0%, #b9b9b9 100%);
  margin: 0 auto;
  display: block;
  width: 22vw;
  color: rgb(1, 17, 107);
  border: solid 0.2rem #888888;
  height: 12vh;
  font-weight: 550;
  line-height: 6vh;
  font-size: 1.4em;
}

a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.syokyu {
  background: #fce9f4;
  padding-top: 1em;
  padding-bottom: 3em;
  margin-bottom: 5em;
}

.syotyukyu {
  background: #f8f5d5;
  padding-top: 1em;
  padding-bottom: 3em;
  margin-bottom: 5em;
}
.tyukyu {
  background: #e0f0fa;
  padding-top: 1em;
  padding-bottom: 3em;
}
.kyu-inner {
  display: flex;
  text-align: center;
}

.btn-kyoiku,
.btn-haken {
  display: inline;
  text-align: center;
}

@media screen and (max-width: 1030px) {
  a.btn_cs,
  a.btn_gas {
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    width: 60vw;
    margin-bottom: 2vh;
    align-items: center;
    justify-content: center;
  }
  a.btn_orange,
  a.btn_blue,
  a.btn_green,
  a.btn_brown {
    width: 60vw;
    font-size: 2rem;
    margin: 0 auto;
  }
  .kyu-inner {
    display: block;
  }
  .btn-kyoiku {
    display: inline;
    text-align: center;
  }
}

.footer_only {
  text-align: center;
}

.big-kyoiku {
  width: 100%;
  text-align: center;
}

.flame_school {
  border: 3.5px solid #be0303;
  padding: 20px;
  margin-bottom: 10vh;
  margin-top: 10vh;
}

.youtube {
  position: relative;
  width: 90%;
  height: 90%;
  padding-top: 56.25%;
  margin: auto;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn_2022,
a.btn_2022,
button.btn_2022 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  margin: 20px 50px;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #0b6aa9;
  margin: 20px 50px;
}

.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  background: #0b6aa9;
}

.footer_note {
  position: relative;
  z-index: 2;
}

.homeback {
  position: relative;
  z-index: 2;
}

/*202304省エネ診断*/
ul.list_style_sii {
  background: url(images/list01_bg.png) no-repeat 0 8px;
  padding: 0 0 0 12px;
  margin-left: 5px;
}

.contactform .submit1 {
	margin-top: 30px;
	text-align: center;
}

.contactform .submit1 input {
	width: 200px;
	height: 60px;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 2px;
	background: #e54f56;
	background: -moz-linear-gradient(top,  #e54f56 0%, #b5151e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e54f56), color-stop(100%,#b5151e));
	background: -webkit-linear-gradient(top,  #e54f56 0%,#b5151e 100%);
	background: -o-linear-gradient(top,  #e54f56 0%,#b5151e 100%);
	background: -ms-linear-gradient(top,  #e54f56 0%,#b5151e 100%);
	background: linear-gradient(to bottom,  #e54f56 0%,#b5151e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e54f56', endColorstr='#b5151e',GradientType=0 );
}

.siiplan {
  width: 700px;
  border: dotted 4px #e4ac86;
  margin-left: 40px;
  padding: 20px 0;
}

.h3_txt_plan {
 margin-left: 10px;
}

.sii_form {
  font-size: 2.6rem;
  font-weight: bold;
  background: #0b3e8e;
	color: #fff;
	padding: 2rem 2rem;
  text-align: center;
}

@media screen and (max-width: 949px) and (min-width: 0px) {
	.siiplan {
    width: 90%;
    border: dotted 4px #e3bea6;
    padding: 10px 0;
	}
}

/*2023.04.20 トップページリニューアル*/

.home_cs_bgimg {
background-image: url("https://test-f-you.prism-web.net/cms/wp-content/uploads/bg_cs_img.jpg");
background-repeat: no-repeat;
background-size: cover;
margin: 0 calc(50% - 50vw);
width: 100vw;
padding: 20px 0;
}
.home_cs_img {
  width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 949px) and (min-width: 0px) {
	.home_cs_img {
    width: 100%;
  }
}

/*2023.12.26 画像2枚横並び*/

.img_flex_2 {
  display: flex;
  justify-content: space-between;
}

/*2024.03.06 第２種電気工事士ページ*/

.e-const02 img {
  max-width: 100%;
  height: auto;
}

.e-const02 .siiplan{
  margin-left:0 !important;
}

