@charset "UTF-8";
/* CSS Document */
/*共通*/
/*フォント*/
body{
    line-height: 1.5rem;
    text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
  font-family: 'myfont-Regular'!important;
}
/*ノト*/
@font-face {
  font-family: 'myfont-Bold';
    src: url('../fonts-NotoSansJP-Bold.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSansJP-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSansJP-Bold-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'myfont-Medium';
    src: url('../fonts/NotoSansJP-Medium.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSansJP-Medium.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSansJP-Medium-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'myfont-Regular';
    src: url('../fonts/NotoSansCJKjp-Regular.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/-NotoSansCJKjp-Regular-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Noto-bold {
  font-family: 'myfont-Bold';
}
.font_Noto-m {
  font-family: 'myfont-Medium';
}
.font_Noto-r {
  font-family: 'myfont-Regular';
}
/*Oswald-Medium　ゴシック体*/
@font-face {
  font-family: 'myfont-Oswald-semi-b';
    src: url('../fonts/Oswald-SemiBold.eot'); /* IE9 Compat Modes */
    src:url('../fonts/Oswald-SemiBold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Oswald-SemiBold.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Oswald-semi-b {
  font-family: 'myfont-Oswald-semi-b';
}
img{
	max-width: 100%;
    height: auto;
}
a {
	text-decoration: none!important;
	color: black;
}
ul {
    list-style: none;
    padding: 0;
}
.clear{
	clear: both;
}
/*/////////////動き/////////////*/
/*下から出てくる動き*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1650ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*ボタンの動き　もっちり動く*/
.mocchiri {
    animation: mocchiri 3s infinite;
}
@keyframes mocchiri {
    0% {
        transform: scale(1, 0.8);
    }
    20% {
        transform: scale(0.8, 1.1);
    }
    95% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 0.8);
    }
}

/*/////////////Gナビ/////////////*/
/*gナビ全体*/
.header.header-pc {
    width: 100%;
    margin: 0 auto;
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999999;
}
@media (max-width: 1024px){
.header.header-pc {
    display: none;
}
}
/*gナビの帯*/
.header.header-inner {
    position: relative;
    left: 0;
    width: 100%;
    height: 100px;
    border-radius: 3px;
	background-color:#fff;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	transition: border-radius 0.3s cubic-bezier(0.06, 0.01, 0, 0.99), width 0.5s cubic-bezier(0.06, 0.01, 0, 0.99) 0.4s, background 0.8s cubic-bezier(0.06, 0.01, 0, 0.99)
}
@media (max-width: 1440px){
.header.header-inner {
    height: 65px;
}
}
/*左側のロゴ*/
.header.header-logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 28px;
    height: 100%;
    pointer-events: auto;
}
@media (max-width: 1199px){
.header.header-logo-link {
	padding-left: 20px;
}
}
.header.header-logotext {
    display: inline-block;
    vertical-align: middle;
    width: 374px;
    height: 52px;
    margin-left: 9px;
    opacity: 1;
	position: relative;
	top: -10px;
    -webkit-transition: opacity 1s cubic-bezier(0.06, 0.01, 0, 0.99) 1.2s;
    transition: opacity 1s cubic-bezier(0.06, 0.01, 0, 0.99) 1.2s;
}
@media (max-width: 1903px){
.header.header-logotext {
    width: 320px;
}
}
@media (max-width: 1655px){
.header.header-logotext {
    width: 300px;
}
}
@media (max-width: 1440px){
.header.header-logotext {
    width: 195px;
}
}
@media (max-width: 1199px){
.header.header-logotext {
    margin-top: 7px;
    margin-left: 0px;
}
}
@media (max-width: 1055px){
.header.header-logotext {
    width: 172px;
    margin-top: -2px;
}
}
/*右側ナビ*/
.header.header-nav {
    padding-right: 15px;
    opacity: 1;
}
@media (max-width: 1165px){
.header.header-nav {
    padding-right: 20px;
}
}
@media (max-width: 1025px){
.header.header-nav {
    padding-right: 15px;
}
}
.header.header-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*ナビメニュー　文字*/
.header.header-item {
    margin-left: 40px;
    font-size: 22px;
    font-family: 'myfont-Medium';
}
@media (max-width: 1903px){
.header.header-item {
    margin-left: 35px;
    font-size: 20px;
}
}
@media (max-width: 1830px){
.header.header-item {
    margin-left: 40px;
    font-size: 17px;
}
}
@media (max-width: 1611px){
.header.header-item {
    margin-left: 30px;
}
}
@media (max-width: 1505px){
.header.header-item {
    font-size: 16px;
}
}
@media (max-width: 1440px){
.header.header-item {
    margin-left: 35px;
    font-size: 15px;
}
}
@media (max-width: 1366px){
.header.header-item {
    margin-left: 30px;
}
}
@media (max-width: 1199px){
.header.header-item {
    font-size: 13px;
    margin-left: 15px;
}
}
/*gナビ　ボタン画像*/
@media (max-width: 1440px){
li.header.header-item.estimate-construction_img {
    margin: -4px -80px 0px 15px;
}
}
@media (max-width: 1199px){
li.header.header-item.estimate-construction_img {
    margin: 0px -120px 0px 20px;
}
}
@media (max-width: 1440px){
li.header.header-item.estimate-construction_img {
    margin: -4px -62px 0px 15px;
}
}
@media (max-width: 1366px){
li.header.header-item.estimate-construction_img {
    margin: -4px -93px 0px 15px;
}
}
@media (max-width: 1199px){
li.header.header-item.estimate-construction_img {
    margin: -1px -115px 0px 15px;
}
}
/*ナビメニュー　文字リンク*/
.header.header-link {
    position: relative;
    color: #313233;
    display: block;
    padding-top: 29px;
    height: 80px;
    -webkit-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
@media (max-width: 1790px){
.header.header-link {
    padding-top: 33px;
}
}
@media (max-width: 1718px){
.header.header-link {
    padding-top: 37px;
}
}
@media (max-width: 1633px){
.header.header-link {
    padding-top: 34px;
}
}
@media (max-width: 1440px){
.header.header-link {
    padding-top: 22px;
}
}
@media (max-width: 1366px){
.header.header-link {
    font-size: 13px;
}
}
img.estimate-construction_nav {
    margin-top: -15px;
}
@media (max-width: 1790px){
img.estimate-construction_nav {
    margin-top: -12px;
    width: 190px;
}
}
@media (max-width: 1440px){
img.estimate-construction_nav {
    width: 76%;
}
}
@media (max-width: 1366px){
img.estimate-construction_nav {
    width: 65%;
}
}
@media (max-width: 1199px){
img.estimate-construction_nav {
    width: 55%;
}
}
/*//////////////////////////SPナビ//////////////////////////*/
.header-sp{
	display: none;
}
@media (max-width: 1024px){
.header-sp{
	display:block;
}
}
@media (max-width: 767px){
img.logo-sp {
    width: 110px;
}
}
.header-spmenu_r {
    position: relative;
    float: right;
}
.header-logotext-sp {
    margin: 5px 0 0 15px;
}
@media (max-width:1024px){
.header-logotext-sp {
    margin: 9px 0 0 15px;
    width: 180px;
	height: auto;
    float: left;
}
}
@media (max-width: 991px){
.header-logotext-sp {
    width: 150px;
}
}
@media (max-width: 767px){
.header-logotext-sp {
    margin: 8px 0 0 15px;
}
}
@media (max-width: 425px){
.header-logotext-sp {
    margin: 11px 0 0 15px;
}
}
@media (max-width: 375px){
.header-logotext-sp {
    margin: 10px 0 0 15px;
}
}
.header-sp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 100;
}
@media (max-width: 991px){
.header-sp {
    height: 50px;
}
}
#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
	float: right;
	margin-top: -36px;
}
@media (max-width: 1024px){
#menu-wrapper #hamburger-menu {
    margin-top: 15px;
}
}
@media (max-width: 767px){
#menu-wrapper #hamburger-menu {
    margin-top: 15px;
}
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color:#20a5df;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}
@media (max-width: 767px){
#menu-wrapper #hamburger-menu span {
	height: 3px;
}
}
#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 100%;
	background: white;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    margin-top: 60px;
}
@media (max-width: 991px){
#menu-container .menu-list {
    margin-top: 49px;
}
}
@media (max-width: 767px){
#menu-container .menu-list {
    margin-top: 50px;
}
}
@media (max-width: 375px){
#menu-container .menu-list {
    margin-top: 43px;
}
}
#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 10px 20px;
	text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
}
#menu-container .menu-list li{
	border-bottom: solid 1px #d3d3d3;
	padding: 10px 20px;
}
#menu-container .menu-list li a{
	display: block;
}
.toggle.accordion-toggle:hover{
	background-color: #99d5f1;
}
#menu-container .menu-list li:hover{
	background-color: #99d5f1;
}
#menu-submenu .accordion-content li:hover{
	background-color: #99d5f1;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}
.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}
.accordion-content {
    display: none;
}
.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}
.accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}
.accordion-toggle.active-tab {
  background: #ff7512;
  transition: all 0.3s ease;
}
.accordion-toggle a.active:before {
    transform: rotate(0deg);
    background: #fff !important;
}
.accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}
#menu-container .menu-list li.sp-nav-p{
    padding: 8px 20px;
    font-size: 14px;
}
/*/////////////トップページ/////////////*/
/*メイン画像*/
.slider{
	width:100%;
	margin:0 auto;
	height:938!important;
}
.slider img.main_pc_img{
	width:100%;
	height:938!important;
}
@media (max-width:767px){
.slider img.main_pc_img{
	display:none;
}
}
.slider img.main_sp_img{
	display:none;
}
@media (max-width:767px){
.slider img.main_sp_img{
	display:block;
	width:100%;
}
}
.slider .slick-slide{
vheight:100%!important;
}
.slider .slick-arrow{
vz-index:2!important;
}
.slider .slick-next{
	right:0!important;
}
.slider .slick-prev{
	left:0!important;
}
.slick-slide{
	margin-right: 0.3vw!important;
    margin-left: 0.3vw!important;
}
@media (max-width:767px){
.slick-slide{
	margin-right: 0vw!important;
    margin-left: 0vw!important;
}
}
/*/////////////コンテンツ１　お悩み別でみる　特徴別でみる/////////////*/
li.top_con4_box_a::marker {
    color: #31535f!important;
}
.con1_bg {
  color: #555;
  font-size: 16px;
  background: #44a2cc;
  padding: 80px 0px 80px;
}
@media (max-width:1024px){
.con1_bg {
  padding: 40px 0px 40px;
}
}
@media (max-width: 991px){
.con1_bg {
  padding: 20px 0px 20px;
}
}
@media (max-width: 767px){
.con1_bg {
  padding: 20px 0px 1px;
}
}
/*タブ切り替え　各メニュー//////////////////*/
@keyframes tabAnim{
 0%{opacity:0;}
 100%{opacity:1;}
}
input#tab2,input#tab3 {
    display: none;
}
.tab_area{
	font-size:0;
	width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 40px;
}
.tab_area label{
display:inline-block;
	color:#fff;
    border: solid 1px #fff;
	text-align:center;
    font-size: 30px;
	cursor:pointer;
	transition:ease 0.2s opacity;
    padding: 5px 25px 10px;
	letter-spacing: 0.1rem;
	position: relative;
    border-radius: 50px;
    width: 350px;
}
@media (max-width: 1199px){
.tab_area label{
	margin: 0px 44px;
    width: 40%;
    font-size: 25px;
    padding: 15px;
}
}
@media (max-width: 991px){
.tab_area label{
    font-size: 20px;
    width: 37%;
    padding: 5px 0px;
}
}
@media (max-width: 767px){
.tab_area label{
    width: 46%;
    margin: 0px 10px;
    padding: 10px 0px 0px;
    height: 50px;
}
}
@media (max-width: 425px){
.tab_area label{
    width: 44%;
    padding: 10px 0px 0px;
    height: 53px;
}
}
@media (max-width: 360px){
.tab_area label{
    width: 42%;
}
}
.tab_area label span{
    font-size: 25px;
}
@media (max-width: 1199px){
.tab_area label span{
    font-size: 18px;
}
}
@media (max-width: 991px){
.tab_area label span{
    font-size: 16px;
}
}
@media (max-width: 767px){
.tab_area label span{
    display: none;
}
}
.tab_area label:hover{
	transition:ease 1.5s opacity;
}
.tab_panel2{
	width:100%;
	opacity:0;
	display:none;
	margin: 40px auto;
}
@media (max-width: 767px){
.tab_panel2{
	margin: 0px auto;
}
}
.tab_panel3{
	width:100%;
	opacity:0;
	display:none;
	margin: 40px auto;
}
@media (max-width: 425px){
.tab3_t_none{
	display: none;
}
}
#tab2:checked ~ .tab_area .tab2_label{
	background:#fff;
	color:#44a2cc;
    border: solid 1px #fff;    
	border-radius: 50px;
}
#tab2:checked ~ .tab_area .tab2_label:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
    border-width: 25px 20px 0 20px;
}
@media (max-width: 767px){
#tab2:checked ~ .tab_area .tab2_label:after {
	bottom: -15px;
}
}
#tab2:checked ~ .tab_area img.search_icon{
	color:#fff;
}

#tab2:checked ~ .panel_area #panel2{
	display:block;
	animation:tabAnim ease 1.5s forwards;
	-ms-animation:tabAnim ease 1.5s forwards;
}
#tab3:checked ~ .tab_area .tab3_label{
	background:#fff;
	color:#44a2cc;
    border: solid 1px #fff;
}
#tab3:checked ~ .tab_area .tab3_label:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
    border-width: 25px 20px 0 20px;
}
@media (max-width: 767px){
#tab3:checked ~ .tab_area .tab3_label:after {
	bottom: -15px;
}
}
#tab3:checked ~ .panel_area #panel3{
	display:block;
	animation:tabAnim ease 1.5s forwards;
	-ms-animation:tabAnim ease 0.6s forwards;
}







.panel_area{
	width: 100%;
}

.tab_area label:nth-of-type(1) {
    margin-right: 140px;
}
@media (max-width: 1199px){
.tab_area label:nth-of-type(1) {
    margin-right: 20px;
}
}
@media (max-width: 767px){
.tab_area label:nth-of-type(1) {
    margin-right: 0px;
}
}

i.fas.fa-caret-down {
    font-size: 50px;
}
@media (max-width: 1199px){
i.fas.fa-caret-down {
    font-size: 30px;
}
}
@media (max-width: 767px){
i.fas.fa-caret-down {
	display: none;
}
}
/*//////////タブ切り替えの内容////////*/
span.green_sikaku {
    color: #00a47c;
    font-size: 15px;
    vertical-align: middle;
}
h3.tab_top1.font_Noto-m {
    font-size: 18px;
}
@media (max-width: 1199px){
h3.tab_top1.font_Noto-m {
    font-size: 15px;
}
}
@media (max-width: 425px){
h3.tab_top1.font_Noto-m {
    font-size: 13px;
}
}
.license1_box {
    display: block;
    margin: auto 30px;
}
@media (max-width: 1199px){
.license1_box {
    margin: auto;
}
}
span.red_t {
    color: #ff0000;
}
@media (max-width: 425px){
.car_img.car_img_sp{
	margin-top: 0px;
}
}
@media (max-width: 425px){
.car_img.car_img_sp2{
	margin-top: -0px;
}
}
.panel2_top_2{
	margin: 40px auto;
}
@media (max-width: 425px){
.panel2_top_2{
	width: 100%;
}
}
#wrapper {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:767px) {
#wrapper {
    width: 100%;
}
}
#wrapper2 {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:767px) {
#wrapper2 {
    width: 100%;
}
}
.dummy{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
　background-color: #000000;
/*  position: fixed;*/
  z-index: 1;
  opacity: 0.5;
}

/*横から表示したのを、閉じるアイコン*/
.con1-close {
    font-size: 70px;
    margin-left: 90%;
     cursor: pointer;
}
@media screen and (max-width:991px) {
.con1-close {
    font-size: 40px;
    margin-left: 89%;
}
}
@media screen and (max-width:767px) {
.con1-close {
    font-size: 50px;
}
}
@media screen and (max-width:425px) {
.con1-close {
    margin-left: 85%;
}
}
/*クリックするもの*/
#menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu7,#menu8,#menu9,#menu10,#menu11,#menu12{
    margin-right: -16px;
	display: inline-block;
}
@media screen and (max-width:1199px) {
#menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu7,#menu8,#menu9,#menu10,#menu11,#menu12{
    width: 33%;
    margin-right: 4px;
    margin-left: -5px;
}
}
@media screen and (max-width:991px) {
#menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu7,#menu8,#menu9,#menu10,#menu11,#menu12{
    width: 33%;
}
}
@media screen and (max-width:767px) {
#menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu7,#menu8,#menu9,#menu10,#menu11,#menu12{
    width: 60%;
}
}
@media screen and (max-width:425px) {
#menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu7,#menu8,#menu9,#menu10,#menu11,#menu12{
    width: 70%;
}
}
@media screen and (max-width:375px) {
#menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu7,#menu8,#menu9,#menu10,#menu11,#menu12{
    width: 79%;
}
}
@media screen and (max-width:360px) {
#menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu7,#menu8,#menu9,#menu10,#menu11,#menu12{
    width: 82%;
}
}
/*表示されるコンテンツ内*/
#menuContent1,#menuContent2,#menuContent3,#menuContent4,#menuContent5,#menuContent6,#menuContent7,#menuContent8,#menuContent9,#menuContent10,#menuContent11,#menuContent12{
  width: 750px;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: -750px;
	z-index: 999999999999!important;
	overflow-y: auto;
}
@media screen and (max-width:991px) {
#menuContent1,#menuContent2,#menuContent3,#menuContent4,#menuContent5,#menuContent6,#menuContent7,#menuContent8,#menuContent9,#menuContent10,#menuContent11,#menuContent12{
  width: 500px;
}
}
@media screen and (max-width:767px) {
#menuContent1,#menuContent2,#menuContent3,#menuContent4,#menuContent5,#menuContent6,#menuContent7,#menuContent8,#menuContent9,#menuContent10,#menuContent11,#menuContent12{
	width: 100%;
　　padding-bottom: 20%;
}
}
.plan_menu {
    cursor: pointer;
}
@media screen and (max-width: 767px){
.plan_menu {
    display: block;
    text-align: center;
    margin: 20px auto;
}
}
/*///ポップアップ///*/
p.side_slide_t1 {
    text-align: center;
    font-size: 25px;
    font-family: 'myfont-Medium';
    color: #000;
    margin-top: 25px;
    letter-spacing: 0.08rem;
}
@media screen and (max-width:991px) {
p.side_slide_t1 {
    font-size: 15px;
}
}
p.side_slide_t1 span{
    font-size: 33px;
	color: #20a5df!important;
}
@media screen and (max-width:991px) {
p.side_slide_t1 span{
    font-size: 27px;
}
}
img.plan_img {
    display: block;
    margin: auto;
	width: 100%;
}
@media screen and (max-width:767px) {
img.plan_img {
	margin-top: -30px;
}
}
img.plan_img_a {
    width: 65%;
	display: block;
    margin: auto;
	margin-top: 50px;
}
@media screen and (max-width:1199px){
img.plan_img_a {
    width: 55%;
}
}
.side_slide_t2{
	font-size: 18px;
	line-height: 2.0rem;
	margin: 20px 0px 100px;
    text-align: center;
    font-family: 'myfont-Medium';
	color: #000;
}
@media screen and (max-width:991px){
.side_slide_t2{
    font-size: 13px;
    line-height: 1.5rem;
}
}
@media screen and (max-width:767px){
.side_slide_t2{
    padding: 0px 15px;
    text-align: left;
    margin: 20px 0px 50px;
}
}
/*ここまで横から表示される内容*/
/*SPの時、手動でスワイプ*/
@media screen and (max-width:767px){
.con4_top_box {
	width: 100%;
	overflow: auto;
	white-space: nowrap;
    margin-top: -50px;
}
}
@media screen and (max-width:375px){
.con4_top_box {
    margin-left: 0px;
}
}
@media screen and (max-width:360px){
.con4_top_box {
    margin-left: -14px;
}
}
@media screen and (max-width:320px){
.con4_top_box {
    margin-left: -13px;
}
}
@media screen and (max-width:767px){
.con4_top_box_3 {
	width: 100%;
	overflow: auto;
	white-space: nowrap;
	padding-bottom: 15px;
    margin-top: -50px;
}
}
@media screen and (max-width:375px){
.con4_top_box_3 {
	margin-left: 0px;
}
}
@media screen and (max-width:360px){
.con4_top_box_3 {
	margin-left: -14px;
}
}
@media screen and (max-width:320px){
.con4_top_box_3 {
	margin-left: -13px;
}
}
.con4_top {
    display: inline-block;
}
img.top_con4 {
    position: relative;
	z-index: 1;
    left: 9%;
}
@media screen and (max-width: 1199px){
img.top_con4 {
	left: 35%;
    width: 65%;
    height: auto;
}
}
@media screen and (max-width: 767px){
img.top_con4 {
	width: 100%;
    height: auto;
    position: static;
}
}
.top_con4_box {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    margin-top: -430px;
    width: 510px;
    left: 22%;
    filter: drop-shadow(-5px 2px 3px rgba(227, 238, 250, 1));
    padding: 60px 50px;
}
@media screen and (max-width: 1440px){
.top_con4_box {
	left: 12%;
}
}
@media screen and (max-width: 1199px){
.top_con4_box {
	left: 12%;
    margin-top: -25%;
    width: 448px;
    padding: 40px 40px;
}
}
@media screen and (max-width: 1024px){
.top_con4_box {
	margin-top: -29%;
	left: 6%;
}
}
@media screen and (max-width: 991px){
.top_con4_box {
	margin-top: -31%;
    left: 8%;
}
}
@media screen and (max-width: 767px){
.top_con4_box {
	width: 69%;
    margin: auto;
    padding: 30px 20px;
    left: 17%;
    position: absolute;
    margin-top: -17%;
    filter: drop-shadow(0px 5px 3px rgba(227, 238, 250, 1));
    z-index: 2;
}
}
@media screen and (max-width: 425px){
.top_con4_box {
	width: 80%;
    left: 11%;
}
}
@media screen and (max-width: 320px){
.car_wrap img{
	width: 100%;
	height: auto;
}
}
input.small.yuubin_small {
    width: 150px!important;
}
input.middle {
    width: 90%!important;
}
@media screen and (max-width: 767px){
input.middle {
    width: 100%!important;
}
}
@media screen and (max-width: 767px){
table.contact-box.contact-box_a input[type="number"],input[type="text"] {
    width: 100%;
}
}
/*ここまでコピペ*/
/*SPの時、手動でスワイプ*/
@media screen and (max-width:767px){
.con4_top_box {
	width: 100%;
	overflow: auto;
	white-space: nowrap;
    margin-top: -50px;
}
}
@media screen and (max-width:375px){
.con4_top_box {
    margin-left: 0px;
}
}
@media screen and (max-width:360px){
.con4_top_box {
    margin-left: -14px;
}
}
@media screen and (max-width:320px){
.con4_top_box {
    margin-left: -13px;
}
}
@media screen and (max-width:767px){
.con4_top_box_3 {
	width: 100%;
	overflow: auto;
	white-space: nowrap;
	padding-bottom: 15px;
    margin-top: -50px;
}
}
@media screen and (max-width:375px){
.con4_top_box_3 {
	margin-left: 0px;
}
}
@media screen and (max-width:360px){
.con4_top_box_3 {
	margin-left: -14px;
}
}
@media screen and (max-width:320px){
.con4_top_box_3 {
	margin-left: -13px;
}
}
.con4_top {
    display: inline-block;
}
img.top_con4 {
    position: relative;
	z-index: 1;
    left: 9%;
}
@media screen and (max-width: 1199px){
img.top_con4 {
	left: 35%;
    width: 65%;
    height: auto;
}
}
@media screen and (max-width: 767px){
img.top_con4 {
	width: 100%;
    height: auto;
    position: static;
}
}
.top_con4_box {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    margin-top: -430px;
    width: 510px;
    left: 22%;
    filter: drop-shadow(-5px 2px 3px rgba(227, 238, 250, 1));
    padding: 60px 50px;
}
@media screen and (max-width: 1440px){
.top_con4_box {
	left: 12%;
}
}
@media screen and (max-width: 1199px){
.top_con4_box {
	left: 12%;
    margin-top: -25%;
    width: 448px;
    padding: 40px 40px;
}
}
@media screen and (max-width: 1024px){
.top_con4_box {
	margin-top: -29%;
	left: 6%;
}
}
@media screen and (max-width: 991px){
.top_con4_box {
	margin-top: -31%;
    left: 8%;
}
}
@media screen and (max-width: 767px){
.top_con4_box {
	width: 69%;
    margin: auto;
    padding: 30px 20px;
    left: 17%;
    position: absolute;
    margin-top: -17%;
    filter: drop-shadow(0px 5px 3px rgba(227, 238, 250, 1));
    z-index: 2;
}
}
@media screen and (max-width: 425px){
.top_con4_box {
	width: 80%;
    left: 11%;
}
}
@media screen and (max-width: 320px){
.car_wrap img{
	width: 100%;
	height: auto;
}
}
li.top_con4_box_a::marker {
    color: transparent!important;
}
/*コンテンツ2　快適な住環境で一番のポイントは窓ガラス対策！*/
p.measures_title {
    font-size: 30px;
    text-align: center;
    margin-top: 100px;
    letter-spacing: 0.08rem;
  font-family: 'myfont-Medium';
}
@media (max-width:1199px){
p.measures_title {
    font-size: 40px;
}
}
@media (max-width: 991px){
p.measures_title {
    font-size: 25px;
    margin-top: 80px;
}
}
@media (max-width: 767px){
p.measures_title {
    font-size: 5vw;
    padding: 1rem 0rem;
    margin-top: 50px;
}
}
img.measures_img1 {
    display: block;
    margin: auto;
    margin-top: 30px;
}
@media (max-width: 767px){
img.measures_img1 {
    margin-top: 25px;
}
}
/*画像下の横幅*/
.measures_box_w {
    width: 80%;
    margin-left: 80px;
}
@media (max-width: 1199px){
.measures_box_w {
    width: 100%;
    margin-left: 10px;
}
}
@media (max-width: 991px){
.measures_box_w {
    margin-left: 0px;
}
}
p.measures_t1 {
    font-size: 28px;
	text-align: center;
    font-family: 'myfont-Bold';
    letter-spacing: 0.15rem;
}
@media (max-width: 991px){
p.measures_t1 {
    font-size: 20px;
}
}
@media (max-width:767px){
p.measures_t1 {
    font-size: 5vw;
}
}
@media (max-width:320px){
p.measures_t1 {
    font-size: 6vw;
}
}
span.red-big_text {
    font-size: 45px;
    color: #fff;
    background-color: #e60d0d;
    padding: 0px 10px;
    margin-right: 10px;
}
span.blue-big_text {
    font-size: 45px;
    color: #fff;
    background-color: #20a5df;
    padding: 0px 10px;
    margin-right: 10px;
}
@media (max-width:991px){
span.red-big_text,span.blue-big_text {
    font-size: 30px;
    padding: 0px 5px;
    margin-right: 5px;
}
}
@media (max-width:767px){
span.red-big_text,span.blue-big_text {
    font-size: 30px;
}
}
@media (max-width:320px){
span.red-big_text,span.blue-big_text {
    font-size: 25px;
}
}
/*赤文字　ビック*/
span.red-big {
	font-size: 70px;
	color: #e60d0d;
    font-family: 'myfont-Oswald-semi-b';
}
/*水色文字　ビック*/
span.blue-big {
	font-size: 70px;
	color: #20a5df;
    font-family: 'myfont-Oswald-semi-b';
}
@media (max-width: 991px){
span.red-big,span.blue-big {
    font-size: 40px;
}
}
@media (max-width: 767px){
span.red-big,span.blue-big {
    font-size: 9vw;
}
}
p.measures_t2 {
  font-size: 18px;
  font-family: 'myfont-Regular';
  line-height: 2.0rem;
}
@media (max-width: 991px){
p.measures_t2 {
    font-size: 16px;
    line-height: 1.8rem;
}
}
@media (max-width: 767px){
p.measures_t2 {
    font-size: 13px;
    line-height: 1.4rem;
}
}
p.measures_t3 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #08256e;
    margin: auto;
    padding: 15px;
	margin-top: 25px;
    letter-spacing: 0.08rem;
    border-radius: 100vh;
    font-family: 'myfont-Medium';
}
@media (max-width: 1199px){
p.measures_t3 {
    font-size: 27px;
}
}
@media (max-width: 991px){
p.measures_t3 {
    font-size: 20px;
}
}
@media (max-width:767px){
p.measures_t3 {
    font-size: 3.5vw;
    line-height: 1.5rem;
    padding: 15px;
}
}
@media (max-width:425px){
p.measures_t3 {
    margin-top: 20px;
    font-size: 4vw;
    padding: 15px 5px;
}
}
@media (max-width:320px){
p.measures_t3 {
    font-size: 3.5vw;
}
}
span.question{
    display: inline-block;
    justify-content: center;
    color: #0aaaea;
    transform: rotate(20deg);
    flex-direction: row-reverse;
    font-size: 48px;
    font-family: 'myfont-Bold';
}
@media (max-width:767px){
span.question{
    font-size: 25px;
}
}
span.measures_title_blue{
	color:#0aaaea;
    font-size: 50px;
    font-family: 'myfont-Bold';
    letter-spacing: 0.05em;
}
@media (max-width:991px){
span.measures_title_blue{
    font-size: 40px;
}
}
@media (max-width:767px){
span.measures_title_blue{
    font-size: 30px;
}
}
@media (max-width:320px){
span.measures_title_blue{
    font-size: 25px;
}
}
/*バナー*/
.banner_grop {
    margin-top: 100px;
}
@media (max-width:767px){
.banner_grop {
    margin-top: 70px;
}
}
.row.banner-contents {
    background-color: #fff;
    padding: 25px 0px 20px;
}
@media (max-width:767px){
.row.banner-contents {
    margin: 5px;
}
}
img.banner_left {
    display: block;
    margin: auto;
    margin-top: 15px;
}
@media (max-width:767px){
img.banner_left {
    margin-top: 0px;
}
}
@media (max-width:767px){
img.banner_mitumori{
    margin-top: 20px;
}
}
.banner_bg{
	background-image: url("../img/banner_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    height: 350px;
    padding-top: 37px;
}
@media screen and (max-width: 991px){
.banner_bg{
    height: 280px;
}
}
@media screen and (max-width: 767px){
.banner_bg{
    height: 500px;
	padding-top: 5vw;
}
}
@media screen and (max-width: 425px){
.banner_bg{
    height: 440px;
}
}
@media screen and (max-width: 375px){
.banner_bg{
    height: 400px;
}
}
@media screen and (max-width: 360px){
.banner_bg{
	height: 380px;
}
}
@media screen and (max-width: 320px){
.banner_bg{
    height: 330px;
}
}
/*コンテンツ3　 実は多くの方々が窓を原因とするこんなお悩みを抱えています！*/
img.sdgs_title {
    display: block;
    margin: auto;
    margin-top: 100px;
}
@media screen and (max-width: 767px){
img.sdgs_title {
    margin-top: 50px;
}
}
img.sdgs_img1 {
    margin-top: 70px;
}
@media (max-width: 991px){
img.sdgs_img1 {
    margin-top: 30px;
}
}
p.sdgs_t2 span {
    color: #0aaaea!important;
}
p.sdgs_t2 {
    font-family: 'myfont-Medium';
    font-size: 36px;
}
@media (max-width: 1199px){
p.sdgs_t2 {
    font-size: 25px;
}
}
@media (max-width: 991px){
p.sdgs_t2 {
    font-size: 20px;
    margin-bottom: 0.5rem;
}
}
@media (max-width: 767px){
p.sdgs_t2 {
    font-size: 18px;
}
}
.sdgs_t2_box {
    margin-top: 50px;
}
@media (max-width: 767px){
.sdgs_t2_box {
    margin-top: 20px;
}
}
p.sdgs_t3.fadein {
    font-size: 15px;
    letter-hight: 2;
    line-height: 1.5;
}
/*コンテンツ4　 年間電気代 削減(省エネ)率*/
.electric-bill_contents_bg {
    background-color: #d0eeef;
    margin: 80px auto 80px;
    padding: 60px 0px 60px;
}
@media (max-width: 991px){
.electric-bill_contents_bg {
    margin: 80px auto 40px;
}
}
@media (max-width: 767px){
.electric-bill_contents_bg {
    margin: 50px auto 30px;
    padding: 50px 0px 30px;
}
}
p.electric-bill_contents_subtitle {
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: #08256e;
    margin: auto;
    padding: 15px;
	margin-top: 25px;
    letter-spacing: 0.08rem;
    border-radius: 100vh;
    font-family: 'myfont-Medium';
	width:400px;
}
@media (max-width: 1199px){
p.electric-bill_contents_subtitle {
    font-size: 27px;
}
}
@media (max-width: 991px){
p.electric-bill_contents_subtitle {
    font-size: 20px;
    padding: 5px 0px;
}
}
@media (max-width:767px){
p.electric-bill_contents_subtitle {
    font-size: 3.5vw;
    line-height: 1.5rem;
    padding: 15px;
    width: 100%;
}
}
@media (max-width:425px){
p.electric-bill_contents_subtitle {
    margin-top: 20px;
    font-size: 4vw;
    padding: 15px 5px;
}
}
@media (max-width:320px){
p.electric-bill_contents_subtitle {
    font-size: 3.5vw;
}
}
img.electric_bill_img {
    margin-top: 30px;
}
@media (max-width:767px){
img.electric_bill_img {
    margin-top: 15px;
}
}
.electric-bill_contents_text{
	text-align: center;
    font-size: 20px;
    margin-top: 20px;
    font-family: 'myfont-Medium';
}
@media (max-width:991px){
.electric-bill_contents_text{
    font-size: 15px;
}
}
@media (max-width:767px){
.electric-bill_contents_text{
	text-align:left;
}
}
/*コンテンツ5　業界シェアNo.1　窓ガラス用遮熱断熱ガラスコート*/
/*斜め背景　右側水色*/
.window-size_bg {
	overflow: hidden;
	position: relative;
}
.window-size_bg:before {
    content: '';
    position: absolute;
    top: -62%;
    left: 0;
    width: 200vw;
    height: 180%;
    margin: -13% 0% 0% -22%;
	background: #f4fcff;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(
-18deg
);
    -ms-transform: rotate(-18deg);
    transform: rotate(
-18deg
);
    z-index: -1;
}
@media (max-width: 1440px){
.window-size_bg:before {
    top: -76%;
}
}
@media (max-width: 1199px){
.window-size_bg:before {
    top: -75%;
}
}
@media (max-width: 1024px){
.window-size_bg:before {
	top: -88%;
}
}
@media (max-width: 991px){
.window-size_bg:before {
    margin: -13% 0% 0% -36%;
}
}
@media (max-width: 767px){
.window-size_bg:before {
    margin: -13% 0% 0% -71%;
}
}
.industry_no1_title{
	font-size: 30px;
    text-align: center;
    margin-top: 100px;
    letter-spacing: 0.08rem;
    font-family: 'myfont-Bold';
}
@media (max-width:1199px){
.industry_no1_title{
    font-size: 40px;
}
}
@media (max-width: 991px){
.industry_no1_title{
    font-size: 30px;
    margin-top: 80px;
}
}
@media (max-width: 767px){
.industry_no1_title{
    font-size: 5vw;
    padding: 1rem 0rem;
    margin-top: 30px;
}
}
img.industry_no1_price {
    display: block;
    margin: auto;
    margin-top: 50px;
}
@media (max-width: 991px){
img.industry_no1_price {
    width: 60%;
    height: auto;
}
}
span.measures_title_yellow {
    color: #fdd224;
    font-size: 40px;
}
@media (max-width: 767px){
span.measures_title_yellow {
    font-size: 30px;
}
}
img.industry_no1_img {
    display: block;
    margin: auto;
    margin-top: 80px;
}
@media (max-width: 767px){
img.industry_no1_img {
    margin-top: 30px;
}
}
/*コンテンツ6　 窓の遮熱・断熱リノベーション 省エネ対策商品比較*/
.con5_bg {
    background-color: #fafafa;
    margin-top: 50px;
    padding: 50px 0px 100px;
}
@media (max-width: 991px){
.con5_bg {
    padding: 0px 0px 100px;
}
}
@media (max-width: 767px){
.con5_bg {
    padding: 0px 0px 50px;
}
}
p.product-comparison_title {
    font-size: 30px;
    text-align: center;
    padding: 100px 0px 50px;
	letter-spacing: 0.08rem;
    font-family: 'myfont-Medium';
}
@media (max-width: 991px){
p.product-comparison_title {
    padding: 70px 0px 50px;
    font-size: 20px;
}
}
@media (max-width: 767px){
p.product-comparison_title {
    padding: 40px 0px 0px;
	font-size: 18px;
}
}
@media (max-width: 767px){
img.product-comparison_img {
    margin-right: -5px!important;
    margin-left: 0px!important;
    margin-bottom: 10px;
}
}
@media (max-width: 767px){
.col-md-3.col-sm-6.col-6.product-comparison_wiht {
    max-width: 50%;
    flex: 0 0 55%;
    padding-right: 5px!important;
    padding-left: 5px!important;
}
}
p.product-comparison_title span{
    font-size: 40px;
    font-family: 'myfont-Bold';
}
@media (max-width: 991px){
p.product-comparison_title span{
    font-size: 30px;
}
}
p.product-comparison_text {
    font-size: 30px;
    text-align: center;
    padding: 48px 0px 50px;
	letter-spacing: 0.0rem;
    font-family: 'myfont-Medium';
	background-image: url("../img/product-comparison_triangle.png");
	background-repeat: no-repeat;
	background-position: center;
}
@media (max-width: 991px){
p.product-comparison_text {
    font-size: 25px;
}
}
@media (max-width: 767px){
p.product-comparison_text {
    padding: 48px 0px 30px;
    font-size: 20px;
}
}
p.product-comparison_text span{
	color:#0aa7e5;
}
@media (max-width: 767px){
img.product-comparison_table{
    display: block;
    margin: auto;
}
}
/*運営者情報*/
.operator-information_bg {
    background-color: #e6f6fd;
    padding: 80px 0px 80px;
    margin-top: 150px;
}
@media (max-width: 991px){
.operator-information_bg {
    margin-top: 70px;
}
}
@media (max-width: 767px){
.operator-information_bg {
    margin-top: 50px;
    padding: 50px 0px 50px;
}
}
.head-border {
    display: flex;
    align-items: center;
    font-size: 40px;
    font-family: 'myfont-Bold';
    width: 30%;
    margin: auto;
    letter-spacing: 0.1rem;
}
@media (max-width:1024px){
.head-border {
    width: 40%;
}
}
@media (max-width:991px){
.head-border {
    font-size: 30px;
}
}
@media (max-width:375px){
.head-border {
    font-size: 22px;
}
}
@media (max-width:767px){
.head-border {
    width: 80%;
}
}
.head-border:before,
.head-border:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #1aafeb;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}

table.con5_table {
    width: 61%;
    margin: auto;
    margin-top: 50px;
}
@media (max-width:991px){
table.con5_table {
	width: 90%;
}
}
@media (max-width:767px){
table.con5_table {
	width: 100%;
}
}
table.con5_table th i::before {
	color: #1aafeb;
	width: 31px;
	height: 25px;
}
table.con5_table th{
	font-family: 'myfont-Medium';
    font-size: 30px;
	padding-right: 10px;
    letter-spacing: 0.1rem;
}
@media (max-width:991px){
table.con5_table th{
	font-size: 15px;
}
}
@media (max-width:767px){
table.con5_table th{
    font-size: 14px;
}
}
i.fa.fa-building,i.fas.fa-male,i.fa.fa-phone,i.fas.fa-home {
    text-align: center;
}
i.fas.fa-male {
    margin-left: 6px;
}
table.con5_table td{
	font-family: 'myfont-Medium';
	font-size: 24px;
    padding: 20px 0px;
}
@media (max-width:991px){
table.con5_table td{
	font-size: 16px;
    padding: 10px 0px;
}
}
@media (max-width:767px){
table.con5_table td{
    display: block;
    font-size: 14px;
}
}
img.energy-saving-logo.fadein {
    width: 500px;
    margin: auto;
    display: block;
    margin-top: 70px;
}
@media screen and (max-width: 991px){
img.energy-saving-logo.fadein {
    width: 400px;
}
}
@media screen and (max-width: 767px){
img.energy-saving-logo.fadein {
    width: 300px;
    margin-top: 30px;
}
}
/*コンテンツ7　多くの施工実績*/
/*画像*/
img.slide_con4img {
    box-shadow: 0 4px 6px 0 rgb(140 150 153 / 50%);
}
@media screen and (max-width: 1199px){
img.slide_con4img {
    display: block;
    margin: auto;
	width: 90%;
}
}
.con11-bg {
    background-color: #fafaff;
    padding-bottom: 130px;
}
.con11-w {
    width: 85%;
    margin: auto;
}
.swiper-custom-parent {
    margin-top: 110px;
}
@media (max-width:991px){
.swiper-custom-parent {
	margin-top: 50px;
}
}
@media (max-width:375px){
.swiper-custom-parent {
	margin-top: 25px;
}
}
/*////////////////フッター//////////////*/
@media (max-width:767px){
.f_sp {
    width: 50%;
    margin: auto;
}
}
@media (max-width:414px){
.f_sp {
    width: 63%;
    margin: auto;
}
}
@media (max-width:375px){
.f_sp {
    width: 67%;
}
}
@media (max-width:320px){
.f_sp {
    width: 70%;
}
}
.footer_box {
    margin: 20px auto 10px;
}
@media (max-width:425px){
.footer_box {
    margin: 20px auto 20px;
}
}
img.f_logo {
    display: block;
    margin: auto;
    width: 170px;
	height: auto;
	float: left;
}
@media (max-width: 767px){
img.f_logo {
    width: 150px;
    float: unset;
}
}
ul.footer_t {
    display: inline-flex;
    margin-top: 10px;
}
@media (max-width: 1024px){
ul.footer_t {
    margin-top: 20px;
}
}
@media (max-width: 991px){
ul.footer_t {
    margin-top: 15px;
}
}
@media (max-width: 767px){
ul.footer_t {
    display: none;
}
}
ul.footer_t li{
    margin: 0px 26px;
	font-size: 13px;
}
@media (max-width: 1199px){
ul.footer_t li{
    margin: 0px 50px;
}
}
@media (max-width: 991px){
ul.footer_t li{
    margin: 0px 20px;
}
}
@media (max-width: 767px){
ul.footer_t li{
    margin: 5px 20px 5px 0px;
}
}
/*会社概要*/
/*特定商取引法に基づく表記*/
li.r_line1,li.r_line2{
    margin: 0px 20px!important;
	font-size: 13px;
	border-right: solid 1px #000;
	padding-right: 35px!important;
}
@media (max-width: 991px){
li.r_line1,li.r_line2{
	padding-right: 10px!important;
    margin: 0px 10px!important;
}
}
/*コピーライト*/
p.cope-text {
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 13px 0 13px;
    margin-bottom: 0rem;
    font-size: 15px;
    padding-bottom: 110px;
}
@media (max-width: 991px){
p.cope-text {
    padding-bottom: 88px;
}
}
@media (max-width: 767px){
p.cope-text {
	padding: 5px 0.5px;
    font-size: 12px;
    padding-bottom: 65px;
}
}
@media (max-width: 1199px){
p.cope-text-top {
    margin-bottom: 100px;
}
}
@media (max-width: 991px){
p.cope-text-top {
    margin-bottom: 90px;
}
}
@media (max-width: 767px){
p.cope-text-top {
    margin-bottom: 60px;
}
}
/*下からナビ*/
#nav8 {
    z-index: 900;
    position: fixed;
    bottom: -60px;
    left: 0;
    width: 100%;
    height:100px;
    color: #fff;
}
@media (max-width: 991px) {
#nav8 {
    height:80px;
}
}
@media (max-width: 767px) {
#nav8 {
    height: 60px;
}
}
#nav8 .inner {
    width: 100%;
    margin: 0;
    padding: 0;
    min-width: 320px;
    overflow: hidden;
}
#nav8  a {
    color: #fff;
}

#nav8 .inner a {
    display: block;
}
img.f_banner {
    padding-top: 8px;
}
@media (max-width: 1199px) {
img.f_banner {
    padding-top: 17px;
	width: 100%;
    height: auto;
}
}
@media (max-width: 576px) {
img.f_banner {
    padding-top: 5px;
    margin-left: 5px;
}
}
@media (max-width:425px) {
img.f_banner {
    padding-top: 8px;
}
}
@media (max-width:375px) {
img.f_banner {
    padding-top: 12px;
}
}
.footer_var-l {
    margin-bottom: 0rem;
}
.footer_nav{
	background-color: #20a5df;
    height: 100px;
}
@media (max-width: 767px){
.footer_nav{
    height: 60px;
}
}
p.footer_var-l_t1 {
    margin-bottom: 0rem;
    font-size: 18px;
}
@media (max-width: 1199px){
p.footer_var-l_t1 {
    font-size: 15px;
}
}
@media (max-width: 991px){
p.footer_var-l_t1 {
    font-size: 12px;
}
}
@media (max-width: 767px){
p.footer_var-l_t1 {
    display: none;
}
}
.footer_var_line {
    border-left: solid #ffffff;
    padding-left: 20px;
}

.footer_var-l_box {
    border-right: solid 2px #b28449;
    height: 85px;
    margin-top: 25px;
    font-size: 20px;
    letter-spacing: 0.05rem;
    margin-left: 50px;
}
@media (max-width: 1199px){
.footer_var-l_box {
    font-size: 16px;
    height: 68px;
    margin-top: 20px;
}
}
@media (max-width: 991px){
.footer_var-l_box {
	margin-left: 36px;
    height: 50px;
    margin-top: 21px;
}
}
@media (max-width: 767px){
.footer_var-l_box {
    height: 45px;
    margin-top: 10px;
    border-right: solid 0px #b28449;
}
}
p.footer_var-l_t2 {
    font-size: 41px;
    letter-spacing: 0.05rem;
    margin-top: -6px;
}
@media (max-width: 1199px){
p.footer_var-l_t2 {
    font-size: 33px;
    margin-top: -3px;
}
}
@media (max-width: 1024px){
p.footer_var-l_t2 {
    font-size: 32px;
}
}
@media (max-width: 991px){
p.footer_var-l_t2 {
    font-size: 25px;
}
}
@media (max-width: 767px){
p.footer_var-l_t2 {
    display: none;
}
}
img.phone {
    float: left;
    margin: 11px 0px 0px 0px;
    width: 10%;
}
@media (max-width: 991px){
img.phone {
    margin: 6px 0px 0px 0px;
    width: 11%;
}
}
@media (max-width: 767px){
img.phone {
    margin: 21px 20px 0px 30px;
    width: 21%;
}
}
@media (max-width: 425px){
img.phone {
    margin: 13px 20px 0px 14px;
    width: 36%;
}
}
@media (max-width: 375px){
img.phone {
    margin: 15px 20px 0px 14px;
    width: 36%;
}
}
@media (max-width: 320px){
img.phone {
    margin: 18px 20px 0px 9px;
}
}
/*フッターボタン　中央*/
.footer_var-center {
    border-right: solid 2px #b28449;
    height: 85px;
    margin-top: 25px;
    font-size: 20px;
    letter-spacing: 0.05rem;
}
@media (max-width: 1199px){
.footer_var-center {
    height: 68px;
    margin-top: 20px;
}
}
@media (max-width: 991px){
.footer_var-center {
    height: 50px;
    margin-top: 17px;
}
}
@media (max-width: 767px){
.footer_var-center {
    margin-top: 10px;
    height: 45px;
}
}
@media (max-width: 767px){
.footer_var-center {
    margin-top: 0px;
    height: 60px;
}
}
.footer_var_line-icon {
    font-size: 60px;
    margin: -12px 0px 0px 210px;
	float: left;
}
@media (max-width: 1199px){
.footer_var_line-icon {
    margin: -12px 0px 0px 175px;
	font-size: 55px;
}
}
@media (max-width: 991px){
.footer_var_line-icon {
    font-size: 43px;
    margin: -12px 0px 0px 136px;
}
}
@media (max-width: 767px){
.footer_var_line-icon {
    margin: -11px 0px 0px 55px;
}
}
@media (max-width:425px){
.footer_var_line-icon {
    margin: -11px 0px 0px 36px;
	font-size: 40px;
}
}
@media (max-width:375px){
.footer_var_line-icon {
    margin: -5px 0px 0px 17px;
	font-size: 32px;
}
}
@media (max-width:320px){
.footer_var_line-icon {
    margin: -1px 0px 0px 10px;
    font-size: 28px;
}
}
.footer_var-l_box_c {
    height: 85px;
    font-size: 20px;
    letter-spacing: 0.05rem;
    margin-left: 50px;
}
@media (max-width: 1199px){
.footer_var-l_box_c {
    font-size: 16px;
    height: 68px;
    margin-top: 5px;
}
}
@media (max-width: 991px){
.footer_var-l_box_c {
    margin-left: 52px;
    height: 50px;
    margin-top: 4px;
}
}
@media (max-width: 767px){
.footer_var-l_box_c {
    height: 45px;
    margin-top: 0px;
}
}
/*フッターボタン　右側*/
img.mail {
    float: left;
    margin: 35px 0px 0px 36px;
    width: 12%;
}
@media (max-width: 1199px){
img.mail {
    margin: 27px 0px 0px 48px;
}
}
@media (max-width: 991px){
img.mail {
    width: 13%;
    margin: 24px 0px 0px 22px;
}
}
@media (max-width: 767px){
img.mail {
    margin: 16px 0px 0px 28px;
	width: 15%;
}
}
@media (max-width: 425px){
img.mail {
    margin: 16px 0px 0px 25px;
	width: 18%;
}
}
@media (max-width: 375px){
img.mail {
    margin: 17px 0px 0px 23px;
    width: 21%;
}
}
@media (max-width: 767px){
span.otoiawase_sp{
    display: none;
}
}
p.footer_var-l_t4 {
    font-size: 24px;
    margin: 3px 0px 0px 230px;
    letter-spacing: 0.05rem;
    height: 85px;
}
@media (max-width: 1199px){
p.footer_var-l_t4 {
    font-size: 18px;
    margin: 3px 0px 0px 190px;
}
}
@media (max-width: 991px){
p.footer_var-l_t4 {
    font-size: 14px;
    margin: 3px 0px 0px 150px;
}
}
@media (max-width: 767px){
p.footer_var-l_t4 {
    font-size: 13px;
    margin: 3px 0px 0px 110px;
}
}
@media (max-width:425px){
p.footer_var-l_t4 {
    font-size: 13px;
    margin: 11px 0px 0px 52px;
}
}
@media (max-width: 375px){
p.footer_var-l_t4 {
    margin: 11px 0px 0px 25px;
}
}
@media (max-width: 320px){
p.footer_var-l_t4 {
    margin: 11px 0px 0px 12px;
	font-size: 12px;
}
}
p.footer_var-l_t3 {
    font-size: 23px;
    margin: 25px 0px 0px 118px;
    letter-spacing: 0.05rem;
}
@media (max-width: 1199px){
p.footer_var-l_t3 {
    font-size: 18px;
    margin: 20px 0px 0px 120px;
}
}
@media (max-width: 991px){
p.footer_var-l_t3 {
    font-size: 14px;
	margin: 21px 0px 0px 79px;
}
}
@media (max-width: 767px){
p.footer_var-l_t3 {
    font-size: 13px;
    margin: 13px 0px 0px 75px;
}
}
@media (max-width: 767px){
p.footer_var-l_t3 {
    margin: 11px 0px 0px 75px;
}
}
@media (max-width: 425px){
p.footer_var-l_t3 {
    margin: 11px 0px 0px 76px;
}
}
@media (max-width: 375px){
p.footer_var-l_t3 {
    margin: 11px 0px 0px 75px;
}
}
@media (max-width: 320px){
p.footer_var-l_t3 {
    margin: 11px 0px 0px 65px;
	font-size: 12px;
}
}










/*文字の外側*/
span.top-content2-bg-text {
    display: inline-block;
    margin-top: 7px;
    overflow: hidden;
	padding: 0 10px;
}
span.top-content2-bg-text {
    background-color: #ffaa23;
}
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 1.7vw;
/*    font-size: 1.842105vw;*/
	 line-height: 1.943;
}
@media (max-width: 991px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 18px;
}
}
@media (max-width: 768px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 20px;
}
}
@media (max-width: 767px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 44px;
	background-color: #ffcd1f;
}
}
@media (max-width: 576px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 32px;
}
}
@media (max-width: 425px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 22px;
}
}
@media (max-width: 411px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 21px;
}
}
@media (max-width: 375px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 19px;
}
}
@media (max-width: 360px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 18px;
}
}
@media (max-width: 320px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 16px;
}
}
/*動き*/
.scrollin .slide-right1 {
    transform: translateX(0);
    transition: all 1s 0s ease;
}
p.line-title {
    margin-bottom: 0rem;
}
span.top-content2-bg-text span {
    display: inline-block;
}
.top-content2-text {
    font-size: 1.3vw;
    margin: 72px 0;
    color: black;
}
@media (max-width: 1440px) {
.top-content2-text {
    margin: 45px 0;
}
}
@media (max-width: 1260px) {
.top-content2-text {
    margin: 30px 0;
}
}
@media (max-width: 991px) {
.top-content2-text {
    margin: 25px 0;
}
}
@media (max-width: 768px) {
.top-content2-text {
	font-size: 15px;
}
}
@media (max-width: 767px) {
.top-content2-text {
    margin-top: 74%;
    font-size: 31px;
    text-align: center;
}
}
@media (max-width: 576px) {
.top-content2-text {
font-size: 25px;
}
}
@media (max-width: 425px) {
.top-content2-text {
	font-size: 16px;
}
}
@media (max-width: 375px) {
.top-content2-text {
	font-size: 15px;
}
}
@media (max-width: 360px) {
.top-content2-text {
	font-size: 14px;
}
}

.top-content2-text1{
	font-size: 1vw;
	color: black;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	margin: 72px 12px 72px 0;
}
@media (max-width: 1440px) {
.top-content2-text1{
	font-size: 14px;
	margin: 40px 0px 72px 0;
}
}
@media (max-width: 1260px) {
.top-content2-text1{
	font-size: 13px;
	margin: 30px 0px 72px 0;
}
}
@media (max-width: 768px) {
.top-content2-text1{
	font-size: 13px;
    margin: 30px 0px 72px 0;
}
}
@media (max-width: 767px) {
.top-content2-text1{
	font-size: 22px;
	margin: auto;
	line-height: 2.0em;
}
}
@media (max-width: 425px) {
.top-content2-text1{
	font-size: 13px;
}
}
/*////////////プライバシーポリシー////////////*/
/*下層共通画像*/
img.title_icon_kaso {
    display: block;
    margin: auto;
    padding-top: 200px;
}
@media (max-width:1440px){
img.title_icon_kaso {
    padding-top: 150px;
}
}
@media (max-width:1199px){
img.title_icon_kaso {
    padding-top: 130px;
}
}
@media (max-width:1024px){
img.title_icon_kaso {
    padding-top: 100px;
}
}
@media (max-width:991px){
img.title_icon_kaso {
    padding-top: 80px;
}
}
/*下層共通タイトル*/
h2.title_t_kaso {
    font-size: 40px;
    text-align: center;
    margin-top: 50px;
}
@media (max-width: 1440px){
h2.title_t_kaso {
    font-size: 35px;
}
}
@media (max-width: 1199px){
h2.title_t_kaso {
    font-size: 30px;
}
}
@media (max-width: 1024px){
h2.title_t_kaso {
    font-size: 25px;
}
}
@media (max-width: 767px){
h2.title_t_kaso {
    margin-top: 15px;
    font-size: 18px;
}
}
@media (max-width: 375px){
h2.title_t_kaso {
    font-size: 17px;
}
}
@media (max-width: 360px){
h2.title_t_kaso {
    font-size: 16px;
    line-height: 1.6rem;
}
}
@media (max-width: 320px){
h2.title_t_kaso {
    font-size: 14px;
}
}
/*下層共通サブタイトル*/
p.subtitle_t_kaso {
    font-size: 18px;
    text-align: center;
    margin: 130px 0px 50px;
    line-height: 2.0rem;
    font-family: 'myfont-Regular';
}
@media (max-width: 1199px){
p.subtitle_t_kaso {
    font-size: 16px;
}
}
@media (max-width: 1024px){
p.subtitle_t_kaso {
    margin: 80px 0px 50px;
}
}
@media (max-width: 991px){
p.subtitle_t_kaso {
    font-size: 13px;
    line-height: 1.6rem;
}
}
@media (max-width: 767px){
p.subtitle_t_kaso {
    width: 100%;
    font-size: 13px;
    margin: 50px auto 30px;
    line-height: 1.3rem;
    text-align: left;
}
}
p.tprivacy_t2 {
    font-size: 25px;
    background-color: #c4edff;
     padding: 5px 10px;
	 font-family: 'myfont-Medium';
}
@media (max-width: 991px){
p.tprivacy_t2 {
    font-size: 20px;
}
}
@media (max-width: 767px){
p.tprivacy_t2 {
    font-size: 16px;
}
}
p.privacy_t1 {
    line-height: 1.6rem;
    margin-bottom: 40px;
}
@media (max-width: 991px){
p.privacy_t1 {
    font-size: 14px;
}
}
@media (max-width: 767px){
p.privacy_t1 {
    font-size: 13px;
    line-height: 1.4rem;
}
}
.privacy_box{
    margin-bottom: 40px;
    font-family: 'myfont-Regular';
}
@media (max-width: 991px){
.privacy_box{
    font-size: 14px;
}
}
@media (max-width: 767px){
.privacy_box{
    font-size: 13px;
}
}
/*////////////会社情報&特定商取引法に基づく表記<////////////*/
@media (max-width: 767px){
.tokushoho-mt {
    margin-top: 50px;
}
}
.company_box{
	width: 100%;
    margin-top: 100px;
    border: solid 1px #1f99c6;
}
@media (max-width: 767px){
.company_box{   
    margin-top: 50px;
}
}
table tr.company-line {
    border-bottom: dotted 1px #1f99c6;
}
th.company_table-l{
    width: 30%;
	font-size: 20px;
    text-align: left;
    vertical-align: top;
    padding: 30px 50px;
    border-right: solid 1px #1f99c6;
}
@media (max-width: 1199px){
th.company_table-l{
    width: 35%;
}
}
@media (max-width: 991px){
th.company_table-l{
    padding: 15px 20px;
	font-size: 16px;
    width: 31%;
}
}
@media (max-width: 767px){
th.company_table-l{
	padding: 10px;
    width: 100%;
    display: block;
    border-right: solid 1px transparent;
}
}
td.call_table-r-company{
    padding: 30px 30px;
    font-size: 18px;
    width: 100%;
    text-align: left;
}
@media (max-width: 1440px){
td.call_table-r-company{
	padding: 30px;
}
}
@media (max-width: 1199px){
td.call_table-r-company{
	font-size: 16px;
}
}
@media (max-width: 991px){
td.call_table-r-company{
	font-size: 13px;
    padding: 15px 30px
}
}
@media (max-width: 767px){
td.call_table-r-company{
    padding: 0 10px 15px 10px;
	width: 100%;
    display: block;
}
}
.mb{
	margin-bottom: 150px;
}
@media (max-width: 991px){
.mb{
	margin-bottom: 100px;
}
}
@media (max-width: 767px){
.mb{
	margin-bottom: 50px;
}
}
/*////////////下層ヘッダーの帯色<////////////*/

 /*///////////////お問い合わせ/////////////*/
table.contact-box {
	border: solid 1px #00aaeb;
	width: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px){
table.contact-box {
    margin-top: 20px;
}
}
table.contact-box tbody{
    padding: 10px 30px;
}
td.contact-mt {
    padding-top: 40px;
}
@media screen and (max-width: 1199px){
td.contact-mt {
    padding-top: 20px;
}
}
.contact-box th {
    color: #00aaeb;
	font-size: 25px;
    padding: 40px 20px 20px 50px;
    width: 38%;
    vertical-align: top;
}
@media screen and (max-width: 1199px){
.contact-box th {
    padding: 20px;
	font-size: 20px;
}
}
@media screen and (max-width: 991px){
.contact-box th {
	font-size: 16px;
    width: 33%;
    padding: 20px 0px 0px 20px;
}
}
/*(別の場所を希望する方のみ)*/
span.small-text {
    font-size: 20px;
}
@media screen and (max-width: 1199px){
span.small-text {
	font-size: 15px;
}
}
@media screen and (max-width: 767px){
span.small-text {
	font-size: 13px;
}
}
/*初回施工研修の希望日 選択箇所の枠*/
.day-tab {
    margin-top: 40px;
}
@media screen and (max-width: 767px){
.day-tab {
    margin-top: 0px;
    margin-bottom: -10px;
}
}
.contact-box th {
    color: #00aaeb;
	font-size: 25px;
    padding: 40px 20px 20px 50px;
    width: 38%;
    vertical-align: top;
}
@media screen and (max-width: 1199px){
.contact-box th {
    font-size: 20px;
}
}
@media screen and (max-width: 991px){
.contact-box th {
    padding: 40px 10px 10px 15px;
    font-size: 16px;
    width: 33%;
}
}
@media screen and (max-width: 767px){
.contact-box th {
    display: block;
    width: 100%;
    padding: 20px 10px 10px 15px;
}
}
.contact-box td {
	font-size: 22px;
}
@media screen and (max-width: 1199px){
.contact-box td {
    font-size: 17px;
}
}
@media screen and (max-width: 991px){
.contact-box td {
    padding-top: 20px;
    font-size: 16px;
}
}
@media screen and (max-width: 767px){
.contact-box td {
    display: block;
    width: 100%!important;
    margin: 0px auto;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 1.8rem;
}
}
input.middle {
    width: 90%;
    border: solid 1px #c3bebe;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
@media screen and (max-width: 767px){
input.middle {
    width: 100%;
}
}
textarea.textarea {
    width: 90%;
	height: 150px;
    border: solid 1px #c3bebe;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
@media screen and (max-width: 767px){
textarea.textarea {
    width: 100%;
}
}
input.contact-btn {
    background-color: #00aaeb;
    border: solid 1px #00aaeb;
    color: #fff;
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 50px 0 50px;
}
@media screen and (max-width: 991px){
input.contact-btn {
    margin: 0px 0 20px;
}
}
@media screen and (max-width: 767px){
input.contact-btn {
    font-size: 13px;
    padding: 10px 10px;
    margin: 10px 0 20px;
}
}
@media screen and (max-width: 320px){
input.contact-btn {
    font-size: 13px;
    padding: 10px 5px;
}
}
.contact_btm {
    margin-top: -50px;
}
@media screen and (max-width: 991px){
.contact_btm {
    margin-top: 0px;

}
}
input.checkbox {
    border: solid 1px #c3bebe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
input.small.yuubin_small {
    border: solid 1px #c3bebe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 5px;
}
.thanks-box_a {
    margin: 50px auto;
}
.thanks-t1.font_Noto-m {
    font-size: 20px;
    margin-bottom: 25px;
}
/*lineQRコード*/
img.line_qr {
    display: block;
    margin: auto;
    margin-top: 30px;
}
.line_t_box {
    display: block;
    margin: auto;
    text-align: center;
    background-color: #00B900;
    color: #fff;
    width: 250px;
    padding: 15px 25px;
    margin-bottom: 50px;
}
@media screen and (max-width: 425px){
.line_t_box {
    width: 230px;
}
}
i.fab.fa-line.fa-line_icon {
    float: left;
	font-size: 50px;
    margin-right: 5px;
}
@media screen and (max-width: 425px){
i.fab.fa-line.fa-line_icon {
    font-size: 40px;
}
}
p.line_t2 {
    margin-bottom: 0rem;
}
@media screen and (max-width: 425px){
p.line_t2 {
    font-size: 13px;
}
}
/*サンクスページ*/
.thanks-home {
    border: solid 1px #20a5df;
	text-align: center;
	width: 300px;
	height: auto;
	display: block;
	margin: auto;
    font-size: 20px;
    padding: 20px 10px;
}
.thanks-home p{
    margin-bottom: 0rem;
    letter-spacing: 0.05rem;
    font-family: 'myfont-Medium';
}
span.red {
    color: #994646;
    margin-left: 10px;
}
/*ボタンの動き　拡大縮小で動く*/
.cv_btn {
  margin: 0 auto;
}
.cv_btn .banner_btn {
  animation: anime1 0.9s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}
.col-5.col-p-5,.col-4.col-p-5,.col-3.col-p-5{
	padding-left: 5px;
	padding-right: 5px;
}
@media screen and (max-width: 1199px){
.col-5.col-p-5,.col-4.col-p-5,.col-3.col-p-5{	padding-left: 0px;
	padding-right: 0px;
}
}

img.f_banner{
    padding: auto 5px;
    margin: auto 5px;
}
@media screen and (max-width:991px){
img.f_banner{
    margin: auto 0px;
    padding-top: 17px;
}
}
@media screen and (max-width:767px){
img.f_banner{
    padding-top: 2px;
}
}
@media screen and (max-width:425px){
img.f_banner{
    padding-top: 6px;
}
}
.banner_img_bg_a{
    margin-top: 0px;
}
.f_banner2_box,.f_banner3_box {
    padding-top: 8px;
}
@media screen and (max-width: 1199px){
.f_banner2_box,.f_banner3_box {
    padding-top: 11px;
}
}
@media screen and (max-width: 767px){
.f_banner2_box,.f_banner3_box {
    padding-top: 5px;
}
}
@media screen and (max-width: 480px){
.f_banner2_box,.f_banner3_box {
    padding-top: 7px;
}
}
@media screen and (max-width: 425px){
.f_banner2_box,.f_banner3_box {
	padding-top: 10px;
}
}

@media screen and (max-width: 767px){
img.f_banner2{
    margin-right: 5px;
}
}
@media screen and (max-width: 425px){
img.f_banner2{
    margin-right: 0px;
}
}

img.f_banner2,img.f_banner3{
    margin-top: 8px;
    width: 395px;
    height: 68px;
}
@media screen and (max-width: 767px){
img.f_banner3{
    width:135px;
}
}
@media screen and (max-width: 480px){
img.f_banner3{
    width:125px;
}
}
@media screen and (max-width: 425px){
img.f_banner3{
    width:110px;
    margin-right: 0px;
}
}
@media screen and (max-width: 415px){
img.f_banner3{
    width:100px;
}
}
@media screen and (max-width: 320px){
img.f_banner3{
    width:87px;
}
}
@media screen and (max-width: 767px){
.col-md-4.col-sm-3.col-6.col-p-5 {
    padding-right: 5px;
    padding-left: 5px;
}
}
@media screen and (max-width: 375px){
.col-md-4.col-sm-3.col-6.col-p-5 {
    padding-left: 5px;
}
}
@media screen and (max-width: 1199px){
img.f_banner2,img.f_banner3{
    width: 380px;
    height: auto;
    margin-top: 4px;
}
}
@media screen and (max-width: 767px){
img.f_banner2,img.f_banner3{
    width: 100%;
    height: auto;
}
}
.explanation-box {
   background-color: #f6fafd;
    padding: 50px 70px 0px;
	margin-top: 50px;
}
@media screen and (max-width: 1199px){
.explanation-box {
    padding: 50px 50px 0px 50px;
}
}
@media screen and (max-width: 991px){
.explanation-box {
    padding: 50px 50px 0px 50px;
    margin-top: 30px;
}
}
@media screen and (max-width: 767px){
.explanation-box {
    padding: 30px 30px 0px 30px;
   margin-top: 10px;
}
}
th.explanation_table-l span{
    color: #00aaeb;
    border: solid 1px #00aaeb;
    background-color: #fff;
    padding: 5px 10px;
    font-size: 25px;
}
@media screen and (max-width: 991px){
th.explanation_table-l span{
    font-size: 20px;
}
}
@media screen and (max-width: 767px){
th.explanation_table-l span{
    font-size: 16px;
}
}
td.call_table-r-explanation span {
    font-size: 22px;
}
@media screen and (max-width: 991px){
td.call_table-r-explanation span {
    font-size: 16px;
}
}
@media screen and (max-width: 767px){
td.call_table-r-explanation span {
    font-size: 14px;
}
}
td.call_table-r-explanation {
    padding: 0px 50px 50px;
}
@media (max-width:1199px){
td.call_table-r-explanation {
    padding: 0px 20px 50px;
}
}
@media (max-width: 991px){
td.call_table-r-explanation {
    padding: 10px 0px 50px 0px;
	display: block;
	width: 100%;
	font-size: 13px;
}
}
@media (max-width: 767px){
td.call_table-r-explanation {
    padding: 10px 0px 30px 0px;
}
}
td.call_table-r-explanation_explanation_mt{
    padding: 0px 50px 10px;
    font-size: 22px;
}
@media (max-width: 1199px){
td.call_table-r-explanation_explanation_mt{
    padding: 10px 0px 0px 20px;
}
}
@media (max-width: 991px){
td.call_table-r-explanation_explanation_mt{
    padding: 10px 0px 0px 0px;
	display: block;
	width: 100%;
	font-size: 16px;
}
}
@media (max-width: 767px){
td.call_table-r-explanation_explanation_mt{
    padding: 10px 0px 0px 0px;
}
}
span.small-tt {
    font-size: 13px;
    color: #000;
    line-height: 1rem;
}
select {
    border: solid 1px #c3bebe;
}
@media (max-width: 767px){
.day-tab_a {
    margin-bottom: -10px;
}
}
th.explanation_table-l {
    vertical-align: top;
}
@media (max-width: 1199px){
th.explanation_table-l {
    width: 18%;
}
}
@media (max-width: 991px){
th.explanation_table-l {
	display: block;
	width: 100%;
}
}
p.subtitle_t_contact {
    font-size: 18px;
    text-align: center;
    margin: 30px 0px 50px;
    line-height: 2.0rem;
    font-family: 'myfont-Regular';
}
@media (max-width: 1199px){
p.subtitle_t_contact {
    font-size: 16px;
}
}
@media (max-width: 991px){
p.subtitle_t_contact {
    font-size: 13px;
    line-height: 1.6rem;
}
}
@media (max-width: 767px){
p.subtitle_t_contact {
    width: 100%;
    font-size: 13px;
    margin: 10px auto 30px;
	line-height: 1.3rem;
    text-align: left;
}
}

td.day-time {
    padding: 40px 20px 20px 0px;
}
@media (max-width: 767px){
td.day-time {
    padding: 0px 20px 0px 20px;
}
}
span.contact-blue_t{
	color: #70abd7;
}
@media (max-width: 767px){
.col-md-4.col-sm-6.col-6.col-p-5 {
    padding-right: 5px;
    padding-left: 5px;
}
}
/*追加*/
img.we_pc.fadein.d-md-block.d-sm-none.d-none {
    margin-top: 50px;
}
img.we_pc.fadein.d-md-none.d-sm-block.d-block {
    margin-top: 30px;
}
.con455_bg {
    background: #e8f9ff;
}
img.con455_size.fadein.d-md-block.d-sm-none.d-none {
    display: block;
    margin: auto;
	width: 1166px;
	height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
}
@media (max-width: 1024px){
img.con455_size.fadein.d-md-block.d-sm-none.d-none {
    padding-top: 100px;
    padding-bottom: 100px;
}
}
@media (max-width: 767px){
img.con455_size.fadein.d-md-block.d-sm-none.d-none {
	width: 100%;
}
}
@media (max-width: 767px){
img.con455_size.fadein.d-md-none.d-sm-block.d-block {
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
    padding-top: 60px;
}
}
@media (max-width: 767px){
img.con455_size_sp.fadein.d-md-none.d-sm-block.d-block {
	width: 93%;
	height: auto;
    display: block;
    margin: auto;
    padding-top: 60px;
	padding-bottom: 60px;
}
}
p.title_t_subtitle_a {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
@media (max-width:767px){
p.title_t_subtitle {
    text-align:left;
}
}
@media (max-width:425px){
p.title_t_subtitle {
    font-size: 16px;
}
}
img.order_img.d-md-block.d-sm-none.d-none {
    display: block;
    margin: 50px auto 100px;
}
@media (max-width:767px){
img.order_img_sp.d-md-none.d-sm-block.d-block {
    margin-bottom: 50px;
}
}
@media (max-width:480px){
.container-scroll-trigger.main-top-mt.container-sp-w {
    width: 95%;
}
}
/*見積もり・お申し込みフォーム*/
.contact_r_red {
    margin: 0 auto;
    text-align: center;
    color: #ef1616;
    font-size: 18px;
    font-family: 'myfont-Regular';
}
@media screen and (max-width: 1199px){
.contact_r_red {
    font-size: 16px;
}
}
@media screen and (max-width: 991px){
.contact_r_red {
    font-size: 13px;
    line-height: 1.6rem;
}
}
@media screen and (max-width: 767px){
.contact_r_red {
    line-height: 1.3rem;
    text-align: left;
}
}
p.subtitle_t_contact_red1 {
    display: inline-block;
    text-align: left;
}
p.subtitle_t_contact_red2 {
    margin: 0 auto;
    text-align: center;
    color: #ef1616;
    font-size: 18px;
    font-family: 'myfont-Regular';
    margin-top: 50px;
}
@media screen and (max-width: 1199px){
p.subtitle_t_contact_red2 {
    font-size: 16px;
}
}
@media screen and (max-width: 991px){
p.subtitle_t_contact_red2 {
	font-size: 13px;
    margin-top: 0px;
}
}
@media screen and (max-width: 767px){
p.subtitle_t_contact_red2 {
    line-height: 1.3rem;
    text-align: left;
}
}
.automatic_calculation_table{
    font-family: 'myfont-Medium';
    border: solid 1px #fff!important;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
table.automatic_calculation_table th,table.automatic_calculation_table td{
    padding: 5px;
    font-size: 22px;
}
@media screen and (max-width: 991px){
table.automatic_calculation_table th,table.automatic_calculation_table td{
    padding: 3px;
    font-size: 18px;
}
}
@media screen and (max-width: 767px){
table.automatic_calculation_table th,table.automatic_calculation_table td{
    width: 100px!important;
    display: unset;
    padding: 13px;
    font-size: 13px;
}
}
@media screen and (max-width: 425px){
table.automatic_calculation_table th,table.automatic_calculation_table td{
    padding: 13px 5px;
     height: 35px;
}
}
@media screen and (max-width: 425px){
tr#readmore1 th,tr#readmore1 td,tr#readmore2 th,tr#readmore2 td,tr#readmore3 th,tr#readmore3 td,tr#readmore4 th,tr#readmore4 td,tr#readmore5 th,tr#readmore5 td,tr#readmore6 th,tr#readmore6 td,tr#readmore th,tr#readmore7 td{
    padding: 13px 5.3px;
}
}
@media screen and (max-width: 375px){
table.automatic_calculation th,table.automatic_calculation td{
    padding: 3px 0px;
    width: 50px!important;
    display: unset;
}
}
@media screen and (max-width: 767px){
table.automatic_calculation td input[type="number"]{
    width: 60px!important;
    height: 35px;
    display: unset;
    margin: 5px 0px;
}
}
@media screen and (max-width: 767px){
table.automatic_calculation td select {
    height: 35px;
}
}
@media screen and (max-width: 767px){
table.automatic_calculation td input[type="text"]{
    width: 150px!important;
    display: unset;
}
}
@media screen and (max-width: 425px){
table.automatic_calculation td input[type="text"]{
    width: 100px!important;
}
}
@media screen and (max-width: 360px){
table.automatic_calculation td input[type="text"]{
    width: 100px!important;

}
}
@media screen and (max-width: 320px){
table.automatic_calculation td input[type="text"]{
    width: 70px!important;
}
}
@media screen and (max-width: 767px){
tr.sp-right {
    text-align: right;
}
}
@media screen and (max-width: 767px){
td.sp-total {
    margin-right: 36px;
}
}
/*表の中身*/
table.automatic_calculation {
    margin: 20px auto;
}
@media screen and (max-width: 767px){
table.automatic_calculation {
    margin: 20px 0px;
	width: 100%;
}
}
table.automatic_calculation th,table.automatic_calculation td{
    padding: 5px;
}
@media screen and (max-width: 767px){
table.automatic_calculation td input[type="number"]{
    width: 60px!important;
    height: 35px;
    display: unset;
    margin: 5px 0px;
}
}
@media screen and (max-width: 767px){
table.automatic_calculation td select {
    height: 35px;
}
}
@media screen and (max-width: 767px){
table.automatic_calculation td input[type="text"]{
    width: 150px!important;
    display: unset;
}
}
@media screen and (max-width: 425px){
table.automatic_calculation td input[type="text"]{
    width: 100px!important;
}
}
@media screen and (max-width: 360px){
table.automatic_calculation td input[type="text"]{
    width: 100px!important;

}
}
@media screen and (max-width: 320px){
table.automatic_calculation td input[type="text"]{
    width: 70px!important;
}
}
@media screen and (max-width: 767px){
tr.sp-right {
    text-align: right;
}
}
@media screen and (max-width: 767px){
td.sp-total {
    margin-right: 36px;
}
}
/*追加　平米自動計算フォーム*/
/*追加　続きえお見るボタン*/
.readmore-button-box a {
   background-color: #20a5df; /* ボタンの色(濃い赤) */
   color: white;              /* ボタンの文字色(白) */
   padding: 3px 30px;    /* 内側の余白 */
   display: inline-block;     /* ボタン全体をクリック可能に */
   font-weight: bold;         /* ボタンの文字を太字に */
   font-size: 15px;        /* ボタンの文字サイズ */
   border-radius: 30px;
}
@media (max-width:767px){
.readmore-button-box a {
    float: right;
	margin: 10px 36px;
}
}
.readmore-button-box a:hover {
   background-color:aquamarine;     /* ボタンにマウスが乗ったら明るい赤色に変化 */
}

.readmore-area {
   display: none;   /* デフォルトでは非表示にしておく */
}
/*確認画面の横並び*/
p.instrictor_title-t1.font_Serif-semiBold {
    margin-top: 100px;
}
.col-md-6.col-sm-12.col-12.kakunin_contents{
    width: 550px;
    display: inline-block;
}
@media (max-width:1199px){
.col-md-6.col-sm-12.col-12.kakunin_contents{
    width: 460px;
}
}
@media (max-width:991px){
.col-md-6.col-sm-12.col-12.kakunin_contents{
    width: 340px;
}
}
@media (max-width:767px){
.col-md-6.col-sm-12.col-12.kakunin_contents{
    width: 100%;
    display: block;
}
}
/*表の中身*/
table.automatic_calculation {
    margin: 20px auto;
}
@media screen and (max-width: 767px){
table.automatic_calculation {
    margin: 20px 0px;
	width: 100%;
}
}
table.automatic_calculation th,table.automatic_calculation td{
    padding: 5px;
}
@media screen and (max-width: 991px){
table.automatic_calculation th,table.automatic_calculation td{
    padding: 3px;
}
}
@media screen and (max-width: 767px){
table.automatic_calculation th,table.automatic_calculation td{
    width: 100px!important;
    display: unset;
    padding: 13px;
}
}
@media screen and (max-width: 425px){
table.automatic_calculation th,table.automatic_calculation td{
    padding: 13px 5px;
     height: 35px;
}
}
@media screen and (max-width: 425px){
tr#readmore1 th,tr#readmore1 td,tr#readmore2 th,tr#readmore2 td,tr#readmore3 th,tr#readmore3 td,tr#readmore4 th,tr#readmore4 td,tr#readmore5 th,tr#readmore5 td,tr#readmore6 th,tr#readmore6 td,tr#readmore th,tr#readmore7 td{
    padding: 13px 5.3px;
}
}
@media screen and (max-width: 375px){
table.automatic_calculation th,table.automatic_calculation td{
    padding: 3px 0px;
    width: 50px!important;
    display: unset;
}
}
@media screen and (max-width: 767px){
table.automatic_calculation td input[type="number"]{
    width: 60px!important;
    height: 35px;
    display: unset;
    margin: 5px 0px;
}
}
@media screen and (max-width: 767px){
table.automatic_calculation td select {
    height: 35px;
}
}
@media screen and (max-width: 767px){
table.automatic_calculation td input[type="text"]{
    width: 150px!important;
    display: unset;
}
}
@media screen and (max-width: 425px){
table.automatic_calculation td input[type="text"]{
    width: 100px!important;
}
}
@media screen and (max-width: 360px){
table.automatic_calculation td input[type="text"]{
    width: 100px!important;

}
}
@media screen and (max-width: 320px){
table.automatic_calculation td input[type="text"]{
    width: 70px!important;
}
}
@media screen and (max-width: 767px){
tr.sp-right {
    text-align: right;
}
}
@media screen and (max-width: 767px){
td.sp-total {
    margin-right: 36px;
}
}

/*表のみ*/
table.contact-box_a {
	 border: solid 1px #fff!important; 
	width: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px){
table.contact-box_a {
    margin-top: 20px;
}
}

/*表の下からの囲み*/
table.contact-box {
	 border: solid 1px #00aaeb; 
	width: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px){
table.contact-box {
    margin-top: 20px;
}
}
/*///////////////お問い合わせ/////////////*/
table.contact-box {
	border: solid 1px #00aaeb;
	width: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px){
table.contact-box {
    margin-top: 20px;
}
}
table.contact-box tbody{
    /* padding: 10px 30px; */
}
td.contact-mt {
    padding-top: 40px;
}
@media screen and (max-width: 1199px){
td.contact-mt {
    padding-top: 20px;
}
}
.contact-box th {
    color: #00aaeb;
	font-size: 25px;
    padding: 40px 20px 20px 50px;
    width: 38%;
    vertical-align: top;
}
@media screen and (max-width: 1199px){
.contact-box th {
    padding: 20px;
	font-size: 20px;
}
}
@media screen and (max-width: 991px){
.contact-box th {
	font-size: 16px;
    width: 33%;
    padding: 20px 0px 0px 20px;
}
}
/*(別の場所を希望する方のみ)*/
span.small-text {
    font-size: 20px;
}
@media screen and (max-width: 1199px){
span.small-text {
	font-size: 15px;
}
}
@media screen and (max-width: 767px){
span.small-text {
	font-size: 13px;
}
}
/*初回施工研修の希望日 選択箇所の枠*/
.day-tab {
    margin-top: 40px;
}
@media screen and (max-width: 767px){
.day-tab {
    margin-top: 0px;
    margin-bottom: -10px;
}
}
.contact-box th {
    color: #00aaeb;
	font-size: 25px;
    padding: 40px 20px 20px 50px;
    width: 38%;
    vertical-align: top;
}
@media screen and (max-width: 1199px){
.contact-box th {
    font-size: 20px;
}
}
@media screen and (max-width: 991px){
.contact-box th {
    padding: 40px 10px 10px 15px;
    font-size: 16px;
    width: 33%;
}
}
@media screen and (max-width: 767px){
.contact-box th {
    display: block;
    width: 100%;
    padding: 20px 10px 10px 15px;
}
}
.contact-box td {
	font-size: 22px;
}
@media screen and (max-width: 1199px){
.contact-box td {
    font-size: 17px;
}
}
@media screen and (max-width: 991px){
.contact-box td {
    padding-top: 20px;
    font-size: 14px;
}
}
@media screen and (max-width: 767px){
.contact-box td {
    display: block;
    width: 100%!important;
    margin: 0px auto;
    padding: 0px 5px;
    font-size: 14px;
    line-height: 1.8rem;
}
}
input.middle {
    width: 90%;
    border: solid 1px #c3bebe;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
@media screen and (max-width: 767px){
input.middle {
    width: 100%;
}
}
textarea.textarea {
    width: 90%;
	height: 150px;
    border: solid 1px #c3bebe;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
@media screen and (max-width: 767px){
textarea.textarea {
    width: 100%;
}
}
input.contact-btn {
    background-color: #00aaeb;
    border: solid 1px #00aaeb;
    color: #fff;
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 50px 0 50px;
}
@media screen and (max-width: 991px){
input.contact-btn {
    margin: 0px 0 20px;
}
}
@media screen and (max-width: 767px){
input.contact-btn {
    font-size: 13px;
    padding: 10px 10px;
    margin: 10px 0 20px;
}
}
@media screen and (max-width: 320px){
input.contact-btn {
    font-size: 13px;
    padding: 10px 5px;
}
}
.contact_btm {
    margin-top: -50px;
}
@media screen and (max-width: 991px){
.contact_btm {
    margin-top: 0px;

}
}
input.checkbox {
    border: solid 1px #c3bebe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
input.small.yuubin_small {
    border: solid 1px #c3bebe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 5px;
}
.thanks-box_a {
    margin: 50px auto;
}
.thanks-t1.font_Noto-m {
    font-size: 20px;
    margin-bottom: 25px;
}
/*lineQRコード*/
img.line_qr {
    display: block;
    margin: auto;
    margin-top: 30px;
}
.line_t_box {
    display: block;
    margin: auto;
    text-align: center;
    background-color: #00B900;
    color: #fff;
    width: 250px;
    padding: 15px 25px;
    margin-bottom: 50px;
}
@media screen and (max-width: 425px){
.line_t_box {
    width: 230px;
}
}
i.fab.fa-line.fa-line_icon {
    float: left;
	font-size: 50px;
    margin-right: 5px;
}
@media screen and (max-width: 425px){
i.fab.fa-line.fa-line_icon {
    font-size: 40px;
}
}
p.line_t2 {
    margin-bottom: 0rem;
}
@media screen and (max-width: 425px){
p.line_t2 {
    font-size: 13px;
}
}
/*追加*/
img.electricity_price {
    margin-top: 50px;
}
@media screen and (max-width: 767px){
img.electricity_price {
    margin-top: 30px;
	width: 30%;
	height: auto;
}
}
@media screen and (max-width: 375px){
img.electricity_price {
	width: 33%;
    height: auto;
}
}
p.title_t_aa.title_t_b {
    margin-top: 0px;
    letter-spacing: 0.3rem;
}
.electricity_price_title{
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.08rem;
  font-family: 'myfont-Bold';
}
@media (max-width:1199px){
.electricity_price_title{
    font-size: 37px;
}
}
@media (max-width: 991px){
.electricity_price_title{
	font-size: 27px;
}
}
@media (max-width: 767px){
.electricity_price_title{
	font-size: 25px;
    padding: 1rem 0rem;
}
}
@media (max-width: 320px){
.electricity_price_title{
	font-size: 21px;
}
}
img.electricity_1 {
    display: block;
    margin: auto;
    margin-top: 30px;
}
@media screen and (max-width: 458px){
img.electricity_1 {
    margin-top: 0px;
    width: 30%;
}
}
img.electricity_2 {
    margin: 50px 0px 0px 30px;
}
@media screen and (max-width: 1440px){
img.electricity_2 {
    margin: 50px 0px 0px 60px;
}
}
@media screen and (max-width: 991px){
img.electricity_2 {
    margin: 50px 0px 50px 0px;
}
}
@media screen and (max-width: 767px){
img.electricity_2 {
    margin: 30px 0px 50px 0px;
}
}
@media screen and (max-width: 458px){
img.electricity_2 {
    width: 80%;
    height: auto;
    display: block;
	margin: auto;
    margin-top: 30px;
}
}
p.common_title {
    font-size: 40px;
    font-family: 'myfont-Bold';
    text-align: center;
    margin: 150px auto 40px;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 991px){
p.common_title {
    margin: 100px auto 40px;
}
}
@media screen and (max-width: 767px){
p.common_title {
    margin: 50px auto 20px;
}
}
p.common_title_a {
    font-size: 40px;
    font-family: 'myfont-Bold';
    text-align: center;
    margin: 30px auto 80px;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 1199px){
p.common_title,p.common_title_a{
    font-size: 37px;
}
}
@media screen and (max-width: 991px){
p.common_title,p.common_title_a{
    font-size: 27px;
}
}
@media screen and (max-width: 767px){
p.common_title,p.common_title_a{
    font-size: 25px;
}
}
@media screen and (max-width: 320px){
p.common_title,p.common_title_a{
    font-size: 21px;
}
}
@media screen and (max-width: 767px){
p.common_title_a {
	margin: 30px auto 40px;
}
}
.green_t{
	color: #00a47c;
}
.red_t{
	color: #cf3141;
}
p.electricity_34_t_b {
    font-size: 18px;
    font-family: 'myfont-Bold';
    margin-bottom: 50px;
}
@media screen and (max-width: 991px){
p.electricity_34_t_b {
    font-size: 13px;
}
}
@media screen and (max-width: 767px){
p.electricity_34_t_b {
    margin-bottom: 20px;
}
}
img.electricity_5 {
    margin-left: 190px;
}
@media screen and (max-width: 1440px){
img.electricity_5 {
    margin: 50px 0px 0px 100px;
}
}
@media screen and (max-width: 1199px){
img.electricity_5 {
    margin: 50px 0px 0px 50px;
}
}
@media screen and (max-width: 1024px){
img.electricity_5 {
	display: block;
	margin: auto;
    margin: 50px 0px 0px 0px;
}
}
@media screen and (max-width: 767px){
img.electricity_5 {
	display: block;
	margin: auto;
    margin: 20px 0px 0px 0px;
}
}
.electricity_5_box {
    margin-left: 190px;
    margin: 50px 0px 0px 190px;
    font-size: 18px;
    font-family: 'myfont-Bold';
    line-height: 1.8rem;
}
@media screen and (max-width: 991px){
.electricity_5_box {
    font-size: 13px;
}
}
@media screen and (max-width: 1440px){
.electricity_5_box {
    margin-left: 100px;
}
}
@media screen and (max-width: 1199px){
.electricity_5_box {
    margin-left: 50px;
}
}
@media screen and (max-width: 1024px){
.electricity_5_box {
    margin-left: 0px;
}
}
@media screen and (max-width: 767px){
.electricity_5_box {
    margin: 30px 0px 0px 0px;
}
}
img.logo_content5 {
    width: 300px;
    height: auto;
}
@media screen and (max-width: 991px){
img.logo_content5 {
    width: 180px;
}
}
/*類似商品との比較*/
.tab-panel {
    padding-bottom: 10px;
    margin: 0 auto;
    margin-top: 50px;
}
p.tab-note{
    font-family: 'myfont-Medium';
    text-align: right;
    letter-spacing: 0.05rem;
	padding-bottom: 40px;
}
@media (max-width:767px){
p.tab-note{
    font-size: 13px;
	padding-bottom: 0px;
}
}
.tab-panel {
	padding-bottom: 10px;
    margin: 0 auto;
    margin-top: 50px;
}
@media (max-width:767px){
.tab-panel {
    margin-top: 20px;
}
}
.tab-group{
  display: flex;
  justify-content: center;
}
ul.tab-group{ 
    margin-bottom: 0rem;
}
.tab{
  flex-grow: 1;
  list-style:none;
  border:solid 1px #bcbcbc;
  cursor:pointer;
  background-color: #bcbcbc;
  color: #fff;
    text-align: center;
    transition: all 0.2s ease;
    padding: 8px 30px;
    margin-bottom: 0rem;
    font-size: 25px;
    font-family: 'myfont-Bold';
    width: 32%;
}
@media (max-width:991px){
.tab{
    font-size: 18px;
}
}
@media (max-width:767px){
.tab{
    padding: 8px 5px;
    font-size: 15px;
}
}
@media (max-width:320px){
.tab{
    padding: 8px 0px;
    font-size: 11px;
}
}
li.tab.tab-B,li.tab.tab-C {
    width: 32%;
    margin-left: 17.7px;
}
@media (max-width:425px){
li.tab.tab-B,li.tab.tab-C {
    margin-left: 4px;
    font-size: 13px;
}
}
@media (max-width:375px){
li.tab.tab-B,li.tab.tab-C {
    margin-left: 4px;
    font-size: 12px;
    padding: 8px 0px;
}
}
@media (max-width:320px){
li.tab.tab-B,li.tab.tab-C {
    font-size: 11px;
}
}
.panel-group{
  height:auto;
  border:solid 1px #CCC;
  border-top:none;
  background:#fff;
}
.panel{
  display:none;
}
.tab.is-active{
  color: #fff;
  transition: all 0.2s ease-out;
}
li.tab.tab-A.is-active{
  background-color: #0aaaea;
}
li.tab.tab-B.is-active{
    background-color: #93cf30;
}
li.tab.tab-C.is-active{
    background-color: #26274e;
}
.panel.is-show{
  display:block;
    padding: 40px 20px 20px;
}
@media screen and (max-width: 1199px){
.panel.is-show{
    padding: 40px 10px 20px;
}
}
@media screen and (max-width: 767px){
.panel.is-show{
    padding: 20px 10px 20px;
}
}
.panel.tab-A.is-show {
    border: solid 2px #0aaaea;
}
.panel.tab-B.is-show {
    border: solid 2px #93cf30;
}
.panel.tab-C.is-show {
    border: solid 2px #26274e;
}
/*タブ内の画像の大きさ*/
@media screen and (max-width: 1199px){
img.heat-shield-film1_l,img.heat-shield-film3_l {
    width: 40%;
}
}
@media screen and (max-width: 991px){
img.heat-shield-film1_l,img.heat-shield-film3_l {
    width: 38%;
}
}
@media screen and (max-width: 767px){
img.heat-shield-film1_l,img.heat-shield-film3_l {
    width:100%;
}
}
@media screen and (max-width: 1199px){
img.heat-shield-film1_r,img.heat-shield-film1_r {
    width: 55%;
}
}
@media screen and (max-width: 767px){
img.heat-shield-film1_r,img.heat-shield-film1_r {
    width: 100%;
}
}
/*ラジオボタンを全て消す*/
input[name="tab_item_rm"] {
  display: none;
}


.tab_content_rm_ab.blg_line {
  border: solid 2px #93cf30;
}
.tab_content_rm_ab.blb_line {
  border: solid 2px #26274e;
}
p.re_tab_title1_a,p.re_tab_title1_b {
  font-size: 20px;
  font-family: 'myfont-Medium';
}
@media screen and (max-width: 991px){
p.re_tab_title1_a,p.re_tab_title1_b {
    font-size: 16px;
}
}
/*タブ切り替え内の内容*/
/*遮熱フィルム*/
/*他社ガラスコート*/
img.heat-shield-film1_r {
    margin-left: 35px;
}
@media screen and (max-width: 767px){
img.heat-shield-film1_r {
    margin-left: 0px;
	margin-top: 20px;
}
}
/*ペア(二重)ガラス*/
p.heat-shield-film2_t {
    color: #93cf30;
    text-align: center;
    font-size: 30px;
    font-family: 'myfont-Medium';
}
@media screen and (max-width: 991px){
p.heat-shield-film2_t {
    font-size: 26px;
}
}
@media screen and (max-width: 480px){
p.heat-shield-film2_t {
    font-size: 5vw;
}
}
img.heat-shield-film2_c {
    margin: auto 20px;
}
@media screen and (max-width: 991px){
img.heat-shield-film2_c {
    margin: auto 10px;
    width: 8%;
	height: auto;
}
}
@media screen and (max-width: 767px){
img.heat-shield-film2_c {
	display: none;
}
}
img.heat-shield-film2_c-sp {
	display: none;
}
@media screen and (max-width: 767px){
img.heat-shield-film2_c-sp {
	display: block;
	width: 100%;
	height: auto;
    margin: 25px 0px;
}
}
/*下２つの画像*/
@media screen and (max-width: 1199px){
img.heat-shield-film2_l,img.heat-shield-film2_r {
    width: 43%;
}
}
@media screen and (max-width: 991px){
img.heat-shield-film2_l,img.heat-shield-film2_r {
    width: 41%;
}
}
@media screen and (max-width: 767px){
img.heat-shield-film2_l,img.heat-shield-film2_r {
    width: 100%;
}
}
/*よくあるご質問 タブ切り替え*/
.tab_container_qa {
    margin-top: 50px;
}
@media (max-width:767px){
.tab_container_qa {
	margin-top: 50px;
}
}
/*ネイビー*/
.con12_navy span{
    color: #26274e;
    border-radius: 30px;
    padding: 10px 50px;
	border: solid 1px #26274e;
	font-family: 'myfont-Medium';
	font-size: 23px;
}
/*ネイビーのクリックした時の状態*/
#tab1:checked ~ .tab_item_a{
    background: #26274e;
    color: #fff;
    position: relative;
    width: 30%;
    text-align: center;
    margin-left: 15%;
    margin-right: 100px;
}
@media (max-width: 991px){
#tab1:checked ~ .tab_item_a{
	font-size: 21px;
	height: 50px;
    margin-right: 50px;
}
}
/*ネイビーのクリックした時の下三角*/
#tab1:checked ~ .tab_item_a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -19px;
    margin-left: -16px;
    border-top: 20px solid #26274e;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}
.tab_item_a {
    width: 30%;
	height: 70px;
    display: inline-block;
    border: solid 1px #26274e;
	color: #26274e;
    text-align: center;
    cursor: pointer;
    padding: 10px 10px 30px 10px;
    font-size: 30px;
    font-family: 'myfont-Medium';
	transition: all 0.2s ease;
    margin: 0 10px;
    margin-left: 15%;
    margin-right: 100px;
}
@media (max-width: 991px){
.tab_item_a {
    height: 50px;
    font-size: 21px;
    margin-right: 50px;
}
}
@media (max-width: 767px){
.tab_item_a {
    height: 50px;
    font-size: 15px;
    padding: 13px 3px 10px;
	margin: 0px;
    width: 30%;
}
}
@media (max-width: 320px){
.tab_item_a {
    font-size: 10px;
    padding: 8px 0px 10px;
    height: 50px;
}
}
.tab_item_a:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
/*水色*/
.con12_light-blue span{
    color: #20a5df;
    border-radius: 30px;
    padding: 10px 50px;
	border: solid 1px #20a5df;
	font-family: 'myfont-Medium';
	font-size: 23px;
}
/*水色のクリックした時の状態*/
#tab4:checked ~ .tab_item_b{
	background-color: #20a5df;
	color: #fff;
    position: relative;
    width: 30%;
    text-align: center;
}
/*Q 文字カラー*/
p.aq-text.lb_q_text {
	color: #20a5df;
}
/*ピンクのクリックした時の下三角*/
#tab4:checked ~ .tab_item_b::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -19px;
    margin-left: -16px;
    border-top: 20px solid #20a5df;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}
.tab_item_b {
    width: 30%;
	height: 70px;
    display: inline-block;
	border: solid 1px #20a5df;
    color: #20a5df;
    text-align: center;
    cursor: pointer;
    padding: 10px 10px 30px 10px;
    font-size: 30px;
    font-family: 'myfont-Medium';
	transition: all 0.2s ease;
    margin: 0 10px;
}
@media (max-width: 991px){
.tab_item_b {
    font-size: 21px;
	height: 50px;
}
}
.tab_item_b:hover {
  opacity: 0.75;
}
/*黄緑*/
.con12_y-green span{
    color: #93cf30;
    border-radius: 30px;
    padding: 10px 50px;
	border: solid 1px #93cf30;
	font-family: 'myfont-Medium';
	font-size: 23px;
}
/*黄緑ーのクリックした時の状態*/
#tab3:checked ~ .tab_item_c{
	background-color: #93cf30;
	color: #fff;
    position: relative;
    width: 30%;
    text-align: center;
}
@media (max-width: 767px){
#tab1:checked ~ .tab_item_a,#tab4:checked ~ .tab_item_b,#tab3:checked ~ .tab_item_c{
	height: 50px;
    font-size: 15px;
    padding: 13px 3px 10px;
	margin:0px;
    width: 48%;
}
}
@media (max-width: 320px){
#tab1:checked ~ .tab_item_a,#tab4:checked ~ .tab_item_b,#tab3:checked ~ .tab_item_c{
    font-size: 13px;
}
}
/*グレーのクリックした時の下三角*/
#tab3:checked ~ .tab_item_c::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -19px;
    margin-left: -16px;
    border-top: 20px solid #93cf30;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}
.tab_item_c {
    width: 30%;
    height: 70px;
    display: inline-block;
	border: solid 1px #93cf30;
    color: #93cf30;
    text-align: center;
    cursor: pointer;
    padding: 10px 10px 30px 10px;
    font-size: 30px;
    font-family: 'myfont-Medium';
	transition: all 0.2s ease;
    margin: 0 10px;
}
@media (max-width: 991px){
.tab_item_c {
    font-size: 21px;
	height: 50px;
}
}
@media (max-width: 767px){
.tab_item_a,.tab_item_b,.tab_item_c {
	height: 50px;
    font-size: 15px;
    padding: 13px 3px 10px;
	margin: 0px;
    width: 50%;
}
}
@media (max-width: 320px){
.tab_item_a,.tab_item_b,.tab_item_c {
  font-size: 13px;
}
}
.tab_item_c:hover {
  opacity: 0.75;
}
.tab_content_qa_gray {
    width: 100%!important;
    transition: all 0.2s ease;
    margin-top: 30px;
    padding-bottom: 50px;
}
p.qa_title_gray {
    font-size: 25px;
    font-family: 'myfont-Bold';
	padding-bottom: 15px;
    letter-spacing: 0.1rem;
    border-bottom: solid 1px #000;
}
@media (max-width:991px){
p.qa_title_gray {
    font-size: 20px;
    padding: 20px 0px;
}
}
@media (max-width:767px){
p.qa_title_gray {
    font-size: 18px;
    padding: 15px;
}
}
@media (max-width:425px){
p.qa_title_gray {
    font-size: 18px;
    padding: 5px 0px;
}
}

p.accordion-header_gray {
    color: #626262;
    font-size: 18px;
}
@media (max-width:991px){
p.accordion-header_gray {
    font-size: 16px;
}
}
@media (max-width:425px){
p.accordion-header_gray {
    font-size: 3.2vw;
}
}
@media (max-width:375px){
p.accordion-header_gray {
    font-size: 13px;
}
}
.accordion-header_gray .fa {
    float: right;
    line-height: 0px;
    padding: 3px 9px;
    margin: auto;
    text-align: center;
    padding-top: 15px;
}
@media (max-width:767px){
.accordion-header_gray .fa {
	line-height: 3px;
}
}

input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
@media (max-width: 767px){
.tab_content {
  padding: 0;
padding-bottom: 30px;
}
}
/*
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content
{
  display: block;
}
*/
#tab1:checked ~ #tab1_content,
#tab4:checked ~ #tab4_content
{
  display: block;
  padding-bottom: 50px;
}
/*ピンク*/
.tab_container input:checked + .tab_item {
    background-color: #f29c9f;
	color: #fff;
}
/*ブルー*/
.tab_container input:checked + .tab_item {
    background-color: #88abda;
	color: #fff;
}
/*アコーディオンメニューネイビー*/
p.qa_title {
    font-size: 25px;
    font-family: 'myfont-Bold';
	border-bottom: solid 1px #000;
	padding-bottom: 15px;
    letter-spacing: 0.1rem;
}
@media (max-width:991px){
p.qa_title {
    font-size: 20px;
    padding: 20px 0px;
}
}
@media (max-width:767px){
p.qa_title {
    font-size: 18px;
    padding: 5px 0px;
}
}
.tab_content_qa_g {
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 30px;
    padding-bottom: 50px;
}
@media (max-width:991px){
.tab_content_qa_g,.tab_content_qa_p,.tab_content_qa_gray {
    padding-bottom: 0px;
}
}
.accordion-wrap{
	border-bottom: 1px solid #d8d8d8;
}
@media (max-width:991px){
.accordion-wrap{
    margin: 0px 0px;
}
}
@media (max-width:767px){
.accordion-wrap{
    margin: 0px 5px;
	border-bottom: 1px solid #b5b5b5;
}
}
.accordion-item{
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 20px;
}
@media (max-width:425px){
.accordion-item{
  margin-top: 10px;
}
}
.accordion-header{
  transition: ease-in-out 100ms;
}
@media (max-width:767px){
.accordion-header{
    font-size: 13px;
}
}
.accordion-text{
  display: none;
  padding-top: 5px;
  padding-bottom: 20px;
 }
.fa{
  transition: ease-in-out 300ms;
 }
.rotate-fa{
  transform: rotate(180deg);
 }
i.fas.fa-plus {
    float: right;
    line-height: 0px;
    margin: auto;
    text-align: center;
    padding-top: 15px;
    color: #000;
}
@media (max-width:767px){
.accordion-header .fa{
    line-height: 3px;
}
}
.accordion-gray{
  color: #848687;
 }
.accordion-no-bar{
  border-bottom: 0;
}
@media (max-width:767px){
p.qa_a.font_Noto-bold {
    font-size: 13px;
}
}
/*Q*/
p.aq-text {
    font-size: 30px;
    color: #26274e;
    list-style-type: none !important;
    padding-left: 1em!important;
    text-indent: -1em!important;
}
@media (max-width:991px){
p.aq-text {
	font-size: 20px;
}
}
@media (max-width:425px){
p.aq-text {
    line-height: 1.5rem;
}
}
/*Q　テキスト*/
span.accordion-header {
    font-size: 20px;
    font-family: 'myfont-Medium';
    color: #000;
}
@media (max-width:991px){
span.accordion-header {
	font-size: 16px;
}
}
@media (max-width:767px){
span.accordion-header {
	font-size: 14px;
}
}
@media (max-width:425px){
span.accordion-header {
    line-height: 1.5rem;
    font-size: 15px;
}
}

@media (max-width:991px){
p.accordion-header {   
	font-size: 16px;
}
}
@media (max-width:425px){
p.accordion-header {   
    font-size: 3.2vw;
}
}
@media (max-width:375px){
p.accordion-header {   
    font-size: 13px;
}
}
p.aq-text.llg_q_text {
	color: #93cf30;
}
/*A*/
p.q-text {
list-style-type: none !important;
    padding-left: 1em!important;
    text-indent: -1em!important;
	font-size: 30px;
    line-height: 1.5rem;
}
@media (max-width:991px){
p.q-text {
	font-size:20px;
}
}
/*A 文字のテキスト*/
span.qa_a {
	font-size: 15px;
    line-height: 1.5rem;
}
@media (max-width:991px){
span.qa_a {
	font-size: 13px;
    line-height: 1.3rem;
}
}
/*水色*/
.tab_content_qa_p {
    width: 100%!important;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 30px;
    padding-bottom: 50px;
}
@media (max-width:991px){
.tab_content_qa_p {
    padding-bottom: 0px;
}
}
p.qa_title_p {
    font-size: 25px;
    font-family: 'myfont-Bold';
    border-bottom: solid 1px #000;    
	padding-bottom: 15px;
    letter-spacing: 0.1rem;
}
@media (max-width:991px){
p.qa_title_p {
    font-size: 20px;
    padding: 20px 0px;
}
}
@media (max-width:767px){
p.qa_title_p {
    font-size: 18px;
    padding: 15px;
}
}
@media (max-width:425px){
p.qa_title_p {
    font-size: 18px;
    padding: 5px 0px;
}
}
.accordion-header_p .fa {
    float: right;
    line-height: 0px;
    padding: 3px 9px;
    margin: auto;
    text-align: center;
    padding-top: 15px;
}
@media (max-width:767px){
.accordion-header_p .fa {
	line-height: 3px;
}
}
/*続きを見る　作動位置*/
.grad-btn {
  /*.grad-btnのCSSは表示/非表示の動作には関係ないので、ご自由にどうぞ*/
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 0px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
/*続見る*/
label.grad-btn {
    font-size: 23px;
    text-align: center;
    display: block;
	margin: 50px 0px 80px 0px;
	cursor:pointer;
}
@media (max-width:991px){
label.grad-btn {
	margin: 50px 0px 40px 0px;
}
}














