@charset "utf-8";
/*
Theme Name: aitie
Version:1.0
Description: original theme
Author: AITIE
*/
#Lp01 {
	color: #FFF;
}
#Lp01 .FixedPage {
	margin: 0 auto;
}
.Mb01 {
	margin-bottom: 30px;
}
#Lp01 a {
    color: #009fe9;
}
/* テキスト */
.TitleEng {
    display: inline-block;
    border-bottom: 2px solid #FFF;
    min-width: 350px;
    padding: 0 0 15px;
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.Title01 {
	display: block;
    border-bottom: 0;
    min-width: inherit;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
	font-size: 35px;
}
.Title01 span {
    letter-spacing: 0.1em;
	font-size: 35px;
}
.ColY {
	color: #ffff00;
}
.ColSb {
	color: #009fe9;
}
.Text01 {
    font-size: 35px;
    margin-bottom: 150px;
}
.Text02 p {
    margin-bottom: 15px;
}
.Text03 {
    font-size: 30px;
    line-height: 2.0;
}
.Text04 {
	font-size: 10vw;
}


.Lbtn {
    padding: 20px 0;
    max-width: 100%;
}

/***** 背景 *****/

#Lp01 .BgPt {
	margin-top: -60px;
    padding: 10% 0;
}
#Lp01 .BgPt02 { /*SP用*/
	margin-top: -60px;
    padding: 10% 0;
}
#Lp01 .Bg01 {
/* 斜め1 */
background:linear-gradient(125deg, #1d2088 45%, #014099 45%);
}
#Lp01 .Bg01_2 {
/* 斜め2 */
background:linear-gradient(125deg, #014099 45%, #4e7ab8 45%);
}
#Lp01 .Bg03 {
/* 濃青 */
background: #014099;
}
#Lp01 .Bg03_2 {
/* 薄青 */
background: #4e7ab8;
}
#Lp01 .Bg03_3  {
/* 明青 */
background: #009FE9;
}
#Lp01 .Bg03_4  {
/* フォーム用薄青 */
background: #ebf7fd;
}
#Lp01 .Bg04  {
/* 左右2色 */
    background: linear-gradient(90deg, #012962 49.5vw, #014099 49.5vw);
}
#Lp01 .Bg05  {
/* 黒 */
    background: #000;
}
#Lp01 .BgTg {
  background: #1d2088;
  position: relative;
  margin: 0 0 60px;
}
#Lp01 .BgTg:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width:10vw 49.42vw 0px 49.42vw;
    border-color: #1d2088 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
}
#Lp01 dt {
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1.5em;
}
#Lp01 dt:before {
    background: #FFF;
    content: "";
    height: 10px;
    width: 10px;
    left: 0;
    position: absolute;
    top: 6px;
}
#Lp01 dd {
    margin-bottom: 15px;
}
/* 枠 */
.Mv {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 12vw 85px;
}
.Contents {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 100px 0 0;
}
.Box {
	padding: 50px 0;
}
.Box02 {
	width: 90%;
	padding: 50px 0;
}
.TbBox {
	padding: 30px;
}
.Type {
	padding: 0 85px;
}
.Form {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
}
#Footer {
    margin-top: 0;
	background: #014099;
}
.copyright p {
	color: #FFF;
}
/* 横並び */
.col_4 > li, .col_4 > div {
    width: 25%;
    line-height: 0;
}
.col_4 > li img, .col_4 > div img {
	width: 100%;
}
.Type .col_4 > li {
    margin-top: -40px;
    padding: 20px;
}
/* gmap */
.gmap {height: 0;overflow: hidden;padding-bottom: 25%!important;position: relative;}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
/***** LP料金表 *****/
#Lp01 .PriceTb {
	font-size: 4vw;
    text-align: center;
}
#Lp01 .PriceTb th {
    border: solid 1px #606060;
    background: #606060;
    padding: 10px;
}
#Lp01 .PriceTb th:nth-child(2) {
    background: #014099;
}
#Lp01 .PriceTb td {
    border: solid 1px #606060;
    padding: 10px;
	color: #000;
	font-size: 3vw;
}
#Lp01 .PriceTb td:nth-child(2)  {
    border: solid 1px #606060;
	font-size: 5vw;
	font-weight: bold;
}
#Lp01 .PriceTb td.Sprice {
	border: solid 1px #FF0000;
	color: #FF0000;
	background: #FFEDEC;
	font-weight: bold;
    font-size: 5vw;
}
/* qa */
.toggle_contents {
    background: #1d2088;
    border-radius: 5px;
    margin-bottom: 20px;
}
.Title_Q {
    font-size: 18px;
    padding: 1em;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    color: #FFF;
	font-weight: bold;
}
.Title_Q:hover {
	color: #FFF;
}
.Title_Q span {
    padding-right: 20px;
    font-size: 200%;
}
.toggle_title:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/img/lp_repair/icon_arrow.png) no-repeat right top;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    transition: 0.2s;
    background-size: 28px;
}
.toggle_txt {
	display: none;
    padding: 1em;
    background: #FFF;
    box-sizing: border-box;
    color: #000;
}
.toggle_txt span {
    padding-right: 20px;
    font-size: 200%;
	color: #ffff00;
}
/***** フォーム *****/
.wpcf7 input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 20px;
    padding: 20px;
    width: 50%;
    background: #014099;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.2em;
    border: 1px solid #014099;
    letter-spacing: 0.2em;
    border: 1px solid #014099;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
input.sub-btn:hover {
    background: #009FE9;
    color: #FFF;	
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #009FE9;
}
/* 必須マーク */
.must {
	background: #FF0000;
}
/* C3List */
.C3List li {
	margin-bottom: 30px;
}
.C3List li p {
	margin-bottom: 1em;
}
.Inn {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: stretch;
}
.Inn .Image  {
    width: 30%;
}
.Inn .Info {
	width: 70%;
    padding: 0 0 0px 2em;
}
.Inn .Info h3 {
	font-size: 26px;
    margin-bottom: 1em;
    font-weight: bold;
    border-left: 5px solid;
    padding-left: 1em;
}
.col3 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: stretch;
}
.col3 li {
    width: 33%;
    padding: 1em;
}
#video {
	top:0;
	width: 100%;
	height: 100%;
	background: #000;/*背景を黒で表示*/
}
/* 記事一覧 */
.EntryBox {
    position: relative;
	padding: 10px 0;
	background: #FFF;
	width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: stretch;
}
.EntryBox li {
	border-bottom: solid 1px #000;
    position: relative;
    margin: 1%;
    color: #000;
    width: 31%;
}
.EntryImg {
}
.EntryInfo {
    padding: 15px;
}
.EntryTime {
    font-size: 12px;
	margin-bottom: 5px;
}
.EntryTitle {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.EntryText {
	margin-bottom: 10px;
}
.EntryMore {
	text-align: right;
}
.EntryMore a {
    background: #193B73;
    color: #FFF;
    font-size: 12px;
    padding: 3px 10px;
}
.EntryTag {
margin: 15px 0 20px;
}
.EntryTag  p {
    float: left;
    margin: 1px;
	list-style: none;
}
.EntryTag  p a {
	display: block;
    text-decoration: none;
    font-size: 12px;
    color: #000;
    padding: 0px 7px 0px;
    border: 1px solid #000;
}
@media screen and (max-width:770px) {
.Contents {
    width: 96%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 100px 0 0;
}
.Text03 {
	font-size: 4.5vw;
    line-height: 2.0;
}
#Lp01 .BgPt02 { /*SP用*/
	margin-top: -60px;
    padding: 160px 0 0;
}
/* 横並び */
.col_4 > li, .col_4 > div {
    width: 50%;
    line-height: 0;
	padding: 0;
	margin: 0;
}
.Type .col_4 > li {
    margin-top: -20px;
    padding: 10px;
    margin-bottom: 20px;
}
/* gmap */
.gmap {
	padding-bottom: 40%!important;
}
}

@media screen and (max-width: 480px) {
#Lp01 .BgPt {
    margin-top: -60px;
	padding: 60px 0;
}
#Lp01 .BgPt02 { /*SP用*/
	margin-top: -60px;
    padding: 60px 0 0;
}
.Contents {
    width: 90%;
    max-width: 100%;
    padding: 30px 0 0;
}
.Type {
	padding: 0;
}
.Title01 {
    font-size: 4vw;
}
.Title01 span {
    font-size: 4vw;
}
.TitleEng {
    display: block;
    min-width: auto;
}
.Text01 {
    font-size: 4.5vw;
    margin-bottom: 50px;
}
.Title_Q {
    font-size: 16px;
    padding: 1em;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    color: #FFF;
    font-weight: bold;
}
.Title_Q {
    font-size: 16px;
    padding: 1em 28px 1em 1em;
}
.col3 li {
    width: 100%;
}
.Inn .Info h3 {
    font-size: 5vw;
}
.Inn .Image {
    width: 100%;
}
.Inn .Info {
    width: 100%;
    padding: 3em 0 0px 0em;
}
/* 記事一覧 */
.EntryBox li {
    width: 100%;
}
.EntryTitle {
	font-weight: bold;
	font-size: 16px;
}
.EntryText {
    font-size: 12px;
    line-height: 1.3;
}
/* gmap */
.gmap {
	padding-bottom: 80%!important;
}
/***** フォーム *****/
.wpcf7 input[type=submit] {
    width: 100%;
}
}