@charset "utf-8";
/*
Theme Name: CT_y_aircon
Version:mm1.0
Description: original theme
Author: AITIE
*/

/* ani */
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
a img:hover {
    transform: scale(1.05);
    transition-duration: 0.3s;
}

/* フレーム */
#wrapper,#Header,#Footer {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.Contents {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0;
	position: relative;
}
.ColInner {
	position: relative;
	padding: 20px;
}
.Inner {
	max-width: 960px;
    margin: 0 auto;
	position: relative;
}

.InnerBox {
	max-width: 700px;
    margin: 0 auto;
	position: relative;
}
.PostContents {
    max-width: 768px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
    padding: 40px 40px 0px 40px;
    box-sizing: border-box;
    background: #FFF;
}
.Contact {
	max-width: 680px;
    margin: 0 auto;
	text-align: left;
}
.Parent {
    text-align: center;
    margin: 0 auto 30px;
}
.Parent0 {
    text-align: center;
    margin: 0 auto;
}
.Irink {
    padding-top: 100px;
    margin-top:-100px;
}
.FixedContents {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
/*チェックボックスフレーム*/
.FrameB {
overflow: hidden;
width: 95%;
margin: 0 auto;
border: solid 3px #019fe6;
border-radius: 10px;
background: #EEFBFF;
padding: 10px 0;
text-align: center;
}
.CheckList ul {
float: left;
width: 50%;
text-align: left;
}
.CheckList ul li {
font-size: 20px;
margin: 20px;
font-weight: bold;
line-height: 1.5;
padding: 0 0 0 2em;
position: relative;
}
.CheckList ul li::before {
display: block;
content: "";
width: 30px;
height: 30px;
position: absolute;
left: 0;
top: 0px;
background: url(././img/listicon01.png) no-repeat 0 0;
background-size: 30px 30px;
}

/* 共通リンクボタン */
.NBtn1 {
	width: 300px;
	text-align: center;
	margin: 0 auto;

}
.NBtn1 a {
	
position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 5% 0;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    background-color: #FF9900 !important;
    text-decoration: none !important;
    letter-spacing: 0.1em;
    border-radius: 50px;
    transition: .3s;
    border: 1px solid #FF9900;
    background: #FFF;	
}
.NBtn1 a:hover {
	transform: scale(1.1);  
}

@media screen and (max-width: 1024px) {

.Contents {
	padding: 46px 0 0;
}
.Inner,
.InnerBox {
	max-width: 90%;
}

.Irink {
    padding-top: 46px;
    margin-top:-46px;
}
}
@media screen and (max-width: 768px) {
.PostContents {
    max-width: 100%;
    padding: 20px 20px 0px 20px;
}
.CheckList ul {
float: none;
width: 100%;
}
}
@media screen and (max-width: 480px) {
.Parent {
    text-align: center;
    margin: 0 auto 25px;
}
}

/* フォントスタイル */
.TitleTop {
	text-align: center;
    color: #FFF;
    background: #019fe6;
    padding: 2rem 1rem;
    font-size: 2rem;
    line-height: 1.3;
}
.TitlePage {
	text-align: center;
    color: #FFF;
    background: #0074bf;
    padding: 1rem;
    font-size: 1.5rem;
    line-height: 1.3;
}
.SubP {
	text-align: center;
    font-size: 1.3rem;
    line-height: 2;
    border-bottom: 3px solid #88C41C;
}
.TitlePost {
	font-size: 26px;
    color: #019fe6;
    margin: 30px auto;
    position: relative;
}
.Small {
	font-size: 12px;
}

/* 選択フォーム */
.sub_btn_wrap {
	text-align: right;
    padding: 0 1em 1em 0;
}

dl {
	max-width: 700px;
	margin: 30px auto;
}
dt {
	font-size: 18px;
    line-height: 1.5;
    margin: 30px auto 15px;
    text-align: left;
	font-weight:bold;
}
dd {
	margin-bottom: 15px;
}
dd img {
	margin-bottom: 15px;
}
/* 横並び */
.col3 {
	width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    align-items:;
    text-align: center;
    align-content: space-around;
}
.col1 {
	width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	justify-content: start;
    align-items:center;
}
.col2 {
	width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	justify-content: center;
    align-items: stretch;
}
.col2.-odd {
	flex-flow: row-reverse;
}
.col2 > div,
.col2 > li,
.col2 > article {
	width: 50%;
}
.col3 {
	width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    align-items:;
    text-align: center;
    align-content: space-around;
}
.col3 > div,
.col3 > li,
.col3 > article {
	width: 30%;
}
.col4 {
	width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    align-items:;
    text-align: center;
    align-content: space-around;
}
.col4 > div,
.col4 > li,
.col4 > article {
	width: 25%;
}
.col4 li a {
	padding: 5px;
	display: block;
}

@media screen and (max-width: 768px) {
.TitleTop {
    font-size: 1.5rem;
}
.col2 > div,
.col2 > li,
.col2 > article,
.col3 > div,
.col3 > li,
.col3 > article {
	width: 100%;
	margin-bottom: 15px;
}
.col2.-odd {
    flex-flow: wrap;
}
.col4 > div,
.col4 > li,
.col4 > article {
	width: 50%;
}
}
/* メインビュー */
#Mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}
/* 新着 */
.ListLink { /*一覧テキストリンク*/
	text-align: right;
}
.NewsSection a {
	color: #333;
    text-decoration: none;
}
.NewsSection a:hover {
	color: #019fe6;
    text-decoration: underline;
}
.NewsBox {
    font-size: 14px;
}
.NewsSection h3 {
    font-size: 16px;
    color: #019fe6;
    margin-left: 10px;
}
.NewsSection .NewsBox {

}
.NewsSection .NewsBox li {
	overflow: hidden;
	list-style: none;
}
.NewsInfo {
	border-bottom: 1px dotted #AFAFAF;
    padding: 10px 0;
    margin-bottom: 10px;
}
.NewsTime .NewsCat {
}
.NewsTime .NewsCat a {
	color: #FFF;
    padding: 3px 15px 1px;
    background: #019fe6;
    margin: 0 5px;
    display: inline-block;
    font-size: 12px;
}
.NewsNew {
    color: #FFF;
    padding: 2px 15px;
    background: #019fe6;
}
/* 共通テーブル */
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
table tr {
	border-bottom: 1px solid #AFAFAF;
}
table th {
	vertical-align: middle;
    padding: 3rem;
    width: 30%;
    text-align: left;
    letter-spacing: 10px;
}
table td {
    padding: 3rem;
    vertical-align: middle;
	position: relative;
	text-align: left;
}
table td:before{
	content: "";
    width: 1px;
    border-left: 1px solid #AFAFAF;
    position: absolute;
    left: 0px;
    top: 25px;
    bottom: 25px;
}

@media screen and (max-width: 480px) {
table th {
    width: auto;
    display: block;
    padding: 1rem 1rem 0;
}
table tr:nth-child(1) {
	border-top: 1px solid #ccc;
}
table td {
	display:block;
    padding: 1rem;
}
table td:before{
    top: 10px;
    bottom: 10px;
}
}

/* 共通リンクボタン */


/****** ヘッター ******/
header {
    width: 100%;
background-color: #FFF;
}
header h1 {
    margin: 0 auto;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
	padding-bottom: 5px;
}
header .hwrap {
    padding: 5px 0;
    position: relative;
}
header .Btn a {
    display: block;
    position: absolute;
    right: 0px;
    top: 0%;
    max-width: 300px;
}
@media screen and (max-width:680px){
header .Logo {
	text-align: center;
}
header .Btn {
	display: none;
}
}
/* フッター */
#Footer {
	background: #019fe6;
	position: relative;
	xtext-align: center;
}
#Footer .Item1 {
	width: 40%;
}
#Footer .Item2 {
	width: 60%;
}
.flogo {
    margin: 0 auto;
    padding: 0 30px 30px;
	max-width: 360px;
}
#FooterBox .col2 {
	justify-content: space-around;
} 
#FooterBox .col3 {
	font-size: 12px;
	text-align: left;
} 
#FooterBox h4 {
	font-weight: bold;
	margin-bottom: 10px;
}
#LinkList {
	background: #f1f1f1;
    padding: 50px 0;
}
.FooterNav {
	position: relative;
	color: #FFF;
}
.FooterNav > div {
	padding: 20px 0;
}
#FooterArea .col3 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
}
#FooterArea .col3 > div {
    width: 33.333333%;
}
.FooterNav nav {
	padding: 0 15px;
}

.FooterNav ul {
	text-align: center;
	position: relative;
	margin: 0 auto;
	xfont-size: 12px;
}
.FooterNav ul li {
	padding: 0 1.5em;
	display: inline-block;
}
.FooterNav ul li a {
	color: #FFF;
}
.FooterNav ul li a span {
    display: block;
}
.FooterNav ul {
    text-align: left;
    position: relative;
    margin: 0 auto;
	font-size: 16px;
}
.FooterNav ul li {
    width: 100%;
    border-bottom: 1px solid #FFF;
	position: relative;
}
.FooterNav ul li:last-child {
    border-bottom: 1px solid #FFF;
}
.FooterNav ul li a {
    width: 100%;
    list-style-type: none;
	padding: 0.5em;
    display: block;
}
.FooterNav ul li a:before {
    position: absolute;
    top: 42%;
    left: 10px;
    display: block;
    width: 5px;
    height: 5px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}
.FooterNav dl {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0.5em 0;
} 
.FooterNav dt {
	font-size: inherit;
    line-height: 100%;
    margin: 0px auto;
    text-align: left;
    font-weight: normal;
} 
.FooterNav dd {
    margin-bottom: 15px;
    text-align: left;
    padding: 0 1.5em;
} 
.FooterNav .fLogo {
	text-align: left;
}



.copyright {
	padding: 1em;
    font-size: 12px;
	text-align: center;
}
@media screen and (max-width:768px){
/* フッター */
#FooterArea .col3 > div {
    width: 100%;
}
.FooterNav dl {
    text-align: center;
    padding: 0.5em 0;
} 
.FooterNav dt {
	font-size: inherit;
    line-height: 100%;
    margin: 0px auto 5px;
    text-align: center;
    font-weight: bold;
} 
.FooterNav dd {
    margin-bottom: 15px;
    text-align: center;
    padding: 0 1.5em;
}
.FooterNav .fLogo {
	text-align: center;
	margin-bottom: 15px;
}

}

/* 対応エリア */
.CheckList .AreaBox ul {
	float: none;
    width: 100%;
    text-align: left;
}
.AreaBox ul li {
    float: left;
	margin: 5px;
}
.AreaLeft {
	padding: 5px 0 20px 20px;
}
.AreaRight {
	text-align: left;
	padding: 0 20px 20px;
}
.AreaRight img {
	display: block;
    margin: 0 auto 10px;
}
.pref {
    width: 100%;
    background: #88C41C;
    font-size: 1.5rem;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
}
.FsB {
    line-height: 1.5;
    font-weight: bold;
}
@media screen and (max-width:768px){
.AreaLeft,
.AreaRight {
	padding: 10px;
}
}
@media screen and (max-width:480px){

}
/*! #pageTop
---------------------------------------- */
#pageTop{
	border-bottom: 1px solid #fff;
	margin-top: 50px;
}
#pageTop a{
	display: block;
	padding: 11px 0 10px;
	background: #adb4bb;
	text-align: center;
	padding: 14px 0 15px;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}
#pageTop a img{
	width: 35px;
}
#pageTop a:hover{
	padding: 10px 0 19px;
}

/*******固定ページ*******/
/* reson */
#reason .Inner01 {
	padding: 20px 0;
	text-align: left;
}
#reason .Inner01 img {
	float: left;
    margin: 0 1.5em 1.5em 0;
    max-width: 400px;
    width: 100%;
}
#reason li img {
	margin-bottom: 10px;
} 
#reason li p {
	text-align: left;
} 
/* flow */
.AreaRight .SubP {
	text-align: left;
    font-size: 1.3rem;
    line-height: 2;
    border-bottom: 3px solid #88C41C;
	margin-bottom: 15px;
}
/* クエスチョン */
.Title_Q {
    font-size: 18px;
    padding: 20px;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    text-align: left;
    font-weight: normal;
	color: #0074bf;
}
.Title_Q:hover {
	color: #FFF;
    background: #0074bf;
}
.Title_Q span {
	padding-right: 1em;

}
.toggle_contents {
    margin-bottom: 20px;
    border-top: 1px solid #0074bf;
    border-bottom: 1px solid #0074bf;
}
.toggle_title:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(././img/icon_arrow.png) no-repeat right top;
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
    transition: 0.2s;
    background-size: 28px;
}
.toggle_title.selected:after {
	transform: translateY(-50%) rotate(180deg);
	transition: 0.2s;
}
.toggle_txt {
	display: none;
    box-sizing: border-box;
	padding: 10px 20px;
}
/* プライバシー */
ol.Olstyle {
	list-style: decimal;
    list-style-position: inside;
	font-weight: bold;
	line-height: 1.5;
}
ol.Olstyle ul p {
    margin: 1em 0 0 1em;
    font-weight: normal;
}
ol.Olstyle ul {
    margin: 15px auto;
    padding-left: 2em;
    font-weight: normal;
}
ol.Olstyle ul li {
	list-style: disc;
}
ol.Olstyle ul li p {
    margin: 0 0 1em 1em;
    font-weight: normal;
}
/*記事ページ*/
.PostDay {
    font-size: 12px;
}
.PostCat {
margin-bottom: 15px;
}
.PostCat a {
	color: #FFF;
    padding: 3px 7px;
    background: #019fe6;
    font-size: 12px;
}
.PostPage .entry {
    margin-top: 30px;
}
/* パンくず */
.breadcrumbs {
    margin: 0 auto;
    font-size: 12px;
    padding: 3px;
    color: #FFF;
    background: #0074bf;
}
.breadcrumbs a {
	color: #FFF;
}
/* ページネーション */
.pagination ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.pagination ul li {
    padding: 5px;
    margin: 0 0.5em;
	font-size: 16px;
}
/* 次前の記事 */
.PageN_one {
	text-align: center;
    margin: 30px auto;
    max-width: 768px;
	border-bottom: 1px solid #019fe6;
    border-top: 1px solid #019fe6;
}
.PageN_one a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 50px 0;
}
.PageN_one a:hover {
	color: #019fe6;
	text-decoration: underline;
}
.PageN_one .col2 {
    align-items: center;
}
.PageN_one p {
    margin: 30px auto;
    background: #f7ab2c;
    color: #FFF;
    padding: 10px;
}
.PageN_one ul li {
	position: relative;
}
.previous,
.nexts {
    margin-bottom: 0 !important;
}
.previous:after {
    content: '';
    width: 30px;
    height: 30px;
    border: 0px;
    border-top: solid 2px #019fe6;
    border-right: solid 2px #019fe6;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    left: 2%;
	top: 44px;
}
.nexts:after {
    content: '';
    width: 30px;
    height: 30px;
    border: 0px;
    border-top: solid 2px #019fe6;
    border-right: solid 2px #019fe6;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 2%;
	top: 44px;
}
@media screen and (max-width:480px){
.PostContents {
    max-width: 100%;
    padding: 20px 20px 0 20px;
}
}


/* 記事一覧 */
.EntryBox a {
	color: #333;
	text-decoration: none;
}
.EntryBox li {
	position: relative;
    line-height: 1.5;
    box-sizing: border-box;
    background: #FFF;
    border-bottom: 1px dotted #AFAFAF;
    padding: 15px;
    margin-bottom: 15px;
}
.EntryInfo a:hover {
	color: #0460D9;
	text-decoration: underline;
}
.EntryTime {
    font-size: 12px;
}
.EntryTime .EntryCat {
	margin-right: 5px;
}
.EntryTime .EntryCat a {
    color: #FFF;
    padding: 3px 7px;
    background: #019fe6;
    font-size: 12px;
}
.EntryTitle {
    margin: 5px auto;
    font-size: 16px;
    color: #0460D9;
	margin: 10px auto;
}
.EntryImg {
	margin-bottom: 15px;
}
.EntryText {
}
.EntryTag {
	overflow: hidden;
}
.EntryTag  p {
    float: left;
    margin: 1px;
	list-style: none;
}
.EntryTag  p a {
	display: block;
    text-decoration: none;
    font-size: 12px;
    color: #0460D9;
    padding: 0px 7px 0px;
    border: 1px solid #0460D9;
}
.EntryTag  p a:hover {
    color: #FFF;
    padding: 0px 7px 0px;
    border: 0;
	border: 1px solid #0460D9;
	background: #0460D9;
}
.TagBox ul {
}
.TagBox ul li {
    float: left;
    margin: 1px;
	list-style: none;
}
.TagBox ul li a {
    display: block;
	text-decoration: none;
    background: #D8362E;
    color: #FFF;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1.0;
}
.TagBox ul li a:hover {
	opacity: 0.7;
}

/* gmap */
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%!important;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
/* 追尾ボタン */
#Totop {
	position: fixed;
    bottom: 10px;
    max-width: 110px;
    z-index: 10;
    right: 0;
}

@media screen and (max-width:768px){

/* フッター */
.FooterNav > div:nth-child(1) {
	padding: 20px 0 0;
	margin-bottom: 0;
}
.FooterNav > div:nth-child(2) {
	padding: 0 0 20px;
}
/* 追尾ボタン */
#Totop {
}
/* SP下部固定ボタン */
#SpFooterTel {
	position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 2;
	background: rgba(0,0,0,0.7);
}
#SpFooterTel .col2 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
#SpFooterTel .col2 > li {
    width: 33.333%;
	margin-bottom: 0;
}
.f-item {
	flex-basis:40%;
	margin: 0 10px;
} 
#SpFooterTel .message {
    color: #FFF;
    text-align: center;
    margin: 8px;
    font-size: 12px;
}
@media screen and (max-width:680px){

/* 追尾ボタン */
#Totop {
    bottom: 0;
	
}
/* SP下部固定ボタン */
#SpFooterTel {
}
}



@media screen and (max-width: 480px) {


/* フレーム */
header {
    width: 100%;
background-color: #FFF;
}
#Footer {
	width: 100%;
}
.Contents {
	width: 100%;
}
/* メインビュー */
#Mv {
}
/* 記事一覧 */
.EntryTime {
    position: relative;
    right: 0;
    font-size: 12px;
}
.EntryText {
	display: none;
	margin-bottom: 0;
}
/* 次前の記事 */
.PageN_one {
    padding: 20px 0 0;
    margin: 0 auto;
}
.PageN_one ul li {
    display: block;
	width: 100%;
}
}