@charset "utf-8";
/* 共通
-----------------------------------*/
.maT10 { margin-top: 10px !important; }
.maT15 { margin-top: 15px !important; }
.maT20 { margin-top: 20px !important; }
.maT25 { margin-top: 25px !important; }
.maT30 { margin-top: 30px !important; }
.maT35 { margin-top: 35px !important; }
.maT30 { margin-top: 30px !important; }
.maT35 { margin-top: 35px !important; }
.maT40 { margin-top: 40px !important; }
.maT45 { margin-top: 45px !important; }
.maT50 { margin-top: 50px !important; }
.maT55 { margin-top: 55px !important; }
.maT60 { margin-top: 60px !important; }
.maT70 { margin-top: 70px !important; }
.maT80 { margin-top: 80px !important; }
.maT90 { margin-top: 90px !important; }
.maT100 { margin-top: 100px !important; }

.maB10 { margin-bottom: 10px !important; }
.maB15 { margin-bottom: 15px !important; }
.maB20 { margin-bottom: 20px !important; }
.maB25 { margin-bottom: 25px !important; }
.maB30 { margin-bottom: 30px !important; }
.maB35 { margin-bottom: 35px !important; }
.maB40 { margin-bottom: 40px !important; }
.maB45 { margin-bottom: 45px !important; }
.maB50 { margin-bottom: 50px !important; }
.maB55 { margin-bottom: 55px !important; }
.maB60 { margin-bottom: 60px !important; }
.maB70 { margin-bottom: 70px !important; }
.maB80 { margin-bottom: 80px !important; }
.maB90 { margin-bottom: 90px !important; }
.maB100 { margin-bottom: 100px !important; }

.maR05 { margin-right: 5px; }
.maR10 { margin-right: 10px; }
.maR15 { margin-right: 15px; }
.maR20 { margin-right: 20px; }
.maR25 { margin-right: 25px; }
.maR30 { margin-right: 30px; }
.maR40 { margin-right: 40px; }

.maL05 { margin-left: 5px; }
.maL10 { margin-left: 10px; }
.maL15 { margin-left: 15px; }
.maL20 { margin-left: 20px; }
.maL25 { margin-left: 25px; }
.maL30 { margin-left: 30px; }
.maL40 { margin-left: 40px; }

body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 16px;
	color: #404040;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.fs12px {font-size: 12px; }

/*
--------------------------------*/
.navbar-brand {
	margin-right: 0;
}
.mainLogo {
	height: 42px;
}
.fixBtn {
	position: fixed;
	top: 14px;
	right: 12px;
	z-index: 999;
}
.btnInq {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 5px;
  text-decoration: none;
  color: #FFF;
  background-color: #EB8A0C;
  transition: .4s;
  font-weight: 900;
}
.btnInq:hover {
	color: #FFF;
  background-color: #FF9D1E;
}
.main-image-container img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.content {
	width: 100%;
}
.contentInner {
	max-width: 1150px;
	margin: 0 auto;
}
.contentBl {
	width: 100%;
	background-color: #E7F5FB;
	margin: 50px 0;
	padding: 50px 0;
}
.contentInnerWt {
	max-width: 1150px;
	margin: 0px auto;
	padding: 50px;
	background-color: #ffffff;
	border-radius: 10px;
}
.content img, .contentBl img {
	width: 100%;
}
.mainTitleIcon {
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainTitleIcon img.iconImg1 {
	margin-right: -10px;
	width: 147px !important;
}
.mainTitleIcon img.iconImg2 {
	width: 198px !important;
}
.mainTitleIcon img.iconImg3 {
	width: 107px !important;
}
.mainTitleIcon span {
	font-size: 40px;
	font-weight: 900;
}
.mainTitle {
	font-size: 40px;
	font-weight: 900;
	text-align: center
}
.subTitle {
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 30px;
}

.payment {
	border: 3px #BDBDBD solid;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	margin-top: 50px;
}
.feature {
	background-color: #EEF6FC;
	padding: 1.5%;
	text-align: center;
}
.feature p {
	font-size: 30px;
	font-weight: 900;
	color: #1975A8;
}
 ul.featurePoint {
	padding: 0;
	list-style: none;
	text-align: center;
}
ul.featurePoint li {
	display: inline-block;
	width: calc(19.4% - 1.5%);
	margin-right: 1.5%;
}
ul.featurePoint li:last-child {
	margin-right: 0px;
}

.terminal1, .terminal2 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	margin-top: 40px;
}
.terminal1 img {
	width: 40%;
	margin-right: 3%;
}
.terminal2 img {
	width: 40%;
	margin-left: 3%;
}
.terminalText {}
.terminalText p.taTitle {
	font-size: 28px;
	color: #1975A8;
	font-weight: 600;
}
.terminalText p.taText {
	font-weight: 600;
}
.terminalText p.taText span {
	font-size: 14px;
}
.terminalText .terminalPrice {
	width: 320px;
	background-color: #fff;
	border-radius: 25px;
	display: flex;
	align-items: center;
	border: 1px solid #d8d8d8;
	font-size: 16px;
	font-weight: 900;
}
.terminalText .blue-section {
	background-color: #1E9FE3;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	color: #fff;
	padding: 8px 20px;
	display: flex;
	align-items: center;
}
.terminalText .price-section {
	margin-left: 25px;
	display: flex;
	color: #1e9fe3;
	font-size: 26px;
	align-items: baseline;
}
.price-section span {
	color: #404040;
	font-size: 16px;
}

.contTitle {
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	margin-top: 50px;
}
.specWrap {}
.specWrap .specTitle {
	font-size: 18px;
	font-weight: 900;
	text-align: center;
}
.specWrap .leftBox {
	float: left;
	width: 50%;
	padding: 0 27px;
}
.specWrap .rightBox {
	float: left;
	width: 50%;
	padding: 0 27px;
}
.specWrap table {
	width: 100%;
}
.specWrap td {
	padding: 8px;
}
.specWrap tr {
	border-bottom: 1px dotted #D8D8D8;
}
.specWrap tr:first-child {
	border-top: 1px solid#D8D8D8;
}
.specWrap tr:last-child {
	border-bottom: 1px solid#D8D8D8;
}

ul.introduction {
	margin-top: 40px;
	padding: 0;
	list-style: none;
	text-align: center;
}
ul.introduction li {
	display: inline-block;
	width: calc(25% - 1.5%);
	margin-right: 1.5%;
	vertical-align: top;
}
ul.introduction li:last-child {
	margin-right: 0px;
}
ul.introduction li p.title {
	font-size: 18px;
	font-weight: 900;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 5px;
}
ul.introduction li p.text {
	text-align: left;
	margin-top: 10px;
}
.offerBox {
	margin: 20px auto 0;
	text-align: center
}
.btnInqBig {
	display: inline-block;
	width: 40%;
	max-width: 450px;
	font-size: 25px;
	font-weight: 900;
	text-align: center;
	margin: 0 20px;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	color: #FFF;
	background-color: #EB8A0C;
	transition: .4s;
}

.btnInqBig:hover {
	color: #FFF;
	background-color: #FF9D1E;
}
.btnBuyBig {
	display: inline-block;
	width: 40%;
	max-width: 450px;
	font-size: 25px;
	font-weight: 900;
	text-align: center;
	margin: 0 20px;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	color: #FFF;
	background-color: #2DAAD7;
	transition: .4s;
}

.btnBuyBig:hover {
	color: #FFF;
	background-color: #58B5D6;
}

.applyStep {
	font-size: 18px;
}
.applyStep span {
	font-size: 14px;
	background-color: #58B5D6;
	padding: 3px 15px 2px;
	margin-right: 10px;
	border-radius: 25px;
	color: #ffffff;
}
.balloon img {
    width: 198px;
}

/*
-----------------------------*/
.TabContentBox {
	display: none;
}
.tablink {
	background-color: #ffffff;
	color: #333333;
	float: left;
	border: none;
	border-bottom: 3px solid #D8D8D8;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	font-size: 28px;
	font-weight: 900;
	width: 50%;
}
.tablink:hover {}
.tabcontent {
	display: none;
	padding: 100px 12px;
}
.tabcontent:first-child {
	display: block;
}
.tablink.active {
	color: #1975A8;
	border-bottom: 3px solid #1975A8;
}

/*
-----------------------------*/
ul.tabList {
	padding: 0;
	margin-bottom: 40px;
	list-style: none;
	text-align: left;
}
ul.tabList li {
	display: inline-block;
	width: calc(24.6% - 14px);
	margin-right: 14px;
	margin-bottom: 15px;
}
ul.tabList li:last-child {
	margin-right: 0px;
}

.qaTitle {
	font-size: 20px;
	color: #1975A8;
	font-weight: 600;
}
.qaTitle:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url('../images/icon_air.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-right: 8px;
}

dl.tabQ {
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	align-items: center;
}
dl.tabQ dt {
	flex: 0 0 auto;
	margin-right: 1.5em;
	font-size: 18px;
	color: #1E9FE3;
}
dl.tabQ dd {
	flex: 1;
	font-size: 16px;
	font-weight: 600;
	margin: 0px;
	word-wrap: break-word;
}

dl.tabA {
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	
}
dl.tabA dt {
	flex: 0 0 auto;
	margin-right: 1.5em;
	font-size: 18px;
	color: #EB8A0C;
}
dl.tabA dd {
	flex: 1;
	font-size: 16px;
	line-height: 1.8em;
	margin: 0px;
	word-wrap: break-word;
}

/*
-----------------------------*/
.TabBtn01,
.TabBtn02,
.TabBtn03,
.TabBtn04,
.TabBtn05,
.TabBtn06 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 10px 20px 65px;
    color: #404040;
	background-color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	border: 1px solid #D8D8D8;
    border-radius: 50px;
    z-index:0;
    overflow: hidden;
	text-decoration: none;
	font-size: 18px;
}
.TabBtn01:hover,
.TabBtn02:hover,
.TabBtn03:hover,
.TabBtn04:hover,
.TabBtn05:hover,
.TabBtn01:hover {
	text-decoration: none;
}
.TabBtn01:before,
.TabBtn02:before,
.TabBtn03:before,
.TabBtn04:before,
.TabBtn05:before,
.TabBtn06:before {
    line-height: 1;
    position: absolute;
    left: 5px;
    background: #FFF;
    padding: 12px 11px;
    border-radius: 60px;
    z-index: 2;
}
.TabBtn01:before {
	content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(../images/tab_btn_01.png) no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.TabBtn02:before {
	content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(../images/tab_btn_02.png) no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.TabBtn03:before {
	content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(../images/tab_btn_03.png) no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.TabBtn04:before {
	content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(../images/tab_btn_04.png) no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.TabBtn05:before {
	content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(../images/tab_btn_05.png) no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.TabBtn06:before {
	content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(../images/tab_btn_06.png) no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.TabBtn01:after,
.TabBtn02:after,
.TabBtn03:after,
.TabBtn04:after,
.TabBtn05:after,
.TabBtn06:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #EDF7FB;
    transition: .3s;
    left:0;
}
.TabBtn01:hover:after,
.TabBtn02:hover:after,
.TabBtn03:hover:after,
.TabBtn04:hover:after,
.TabBtn05:hover:after,
.TabBtn06:hover:after {
    width: 100%;
    z-index: -1;
}

/*
-----------------------------------*/
.footer {
	margin-top: 150px;
	padding-bottom: 10px;
}
.btnArea {
	width: 100%;
	background-color: #F6F6F6;
	padding: 15px 0;
	margin-bottom: 20px;
}
.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1100px;
	margin: auto;
	padding: 0 10px;
}

.link-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 14%;
}

.link-container:nth-child(2),
.link-container:nth-child(3) {
    width: 43%;
}

.link-text {
    margin-bottom: 1px;
    font-size: 16px;
}

.btnMail {
    padding: 3px;
    text-decoration: none;
    color: #404040;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #333333;
	border-radius: 6px;
	font-size: 14px
}
.btnMail:hover {
	color: #404040;
	background-color: #E4E4E4;
	transition: .4s;
}
.btnDown {
	display: inline-block;
	width: calc(100% - 40px);
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	margin: 0 0px 0 40px;
	padding: 12px 20px;
	border-radius: 100vw;
	text-decoration: none;
	color: #FFF;
	background-color: #58B5D6;
	transition: .4s;
}

.btnDown:hover {
	color: #FFF;
	background-color: #7FC6DF;
}

.btnManual {
	display: inline-block;
	width: calc(100% - 40px);
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	margin: 0 0px 0 40px;
	padding: 12px 20px;
	border-radius: 100vw;
	text-decoration: none;
	color: #FFF;
	background-color: #8BBC41;
	transition: .4s;
}

.btnManual:hover {
	color: #FFF;
	background-color: #ACD077;
}

.footMenu {
	text-align: center;
	margin-bottom: 120px;
}
.footMenu ul.footList {}
.footMenu ul.footList li {
	display: inline;
	white-space: nowrap;
}
.footMenu ul.footList li a {
	color: #404040;
	text-decoration: none;
}
.footMenu ul.footList li a:hover {
	transition: .4s;
	color: #444;
}
.footMenu ul.footList li+li:before {
    content: "|";
    margin: 0 20px;
    color: #111111
}

.copy {
	font-size: 12px;
	text-align: center;
}

@media (max-width:1200px) {
	.content {
		width: 96%;
		margin: 0 2%;
	}
	.mainTitleIcon span {
		font-size: 36px;
		font-weight: 900;
	}
	.mainTitle {
		font-size: 36px;
		font-weight: 900;
		text-align: center
	}
	.tablink {
	  font-size: 24px;
	}
	ul.tabList li {
		width: calc(33% - 14px);
		margin-right: 14px;
		margin-bottom: 15px;
	}
	.specWrap table {
		font-size: 14px;
	}
	ul.introduction li p.title {
		font-size: 16px;
	}
	ul.introduction li {
		width: calc(49% - 5%);
		margin-right: 5%;
	}
	ul.introduction li:nth-child(2n) {
		margin-right: 0px;
	}
}
@media (max-width:992px) {
	ul.tabList li {
		width: calc(49.5% - 14px);
		margin-right: 14px;
		margin-bottom: 15px;
	}
	.specWrap table {
		letter-spacing: -0.02em;
	}
}
@media (max-width:768px) {
	.btnInqBig {
		font-size: 20px;
	}
	.btnBuyBig {
		display: inline-block;
		font-size: 20px;
	}
	.subTitle {
		font-size: 16px;
		letter-spacing: -0.01em;
	}
	.feature p {
		font-size: 26px;
		font-weight: 600;
		color: #1975A8;
	}
	.terminalText .terminalPrice {
		width: 290px;
		font-size: 14px;
	}
	.terminalText .price-section {
		font-size: 20px;
	}
	.price-section span {
		font-size: 14px;
	}
	.terminalText p.taTitle {
		font-size: 26px;
	}
	.btnInqBig {
		width: 100%;
		margin: 10px 0px;
	}
	.btnBuyBig {
		width: 100%;
		margin: 10px 0px;
	}
	.tablink {
	  padding: 14px 16px;
	  font-size: 22px;
	}
}
@media (max-width:576px) {
	.btnInq {
	  padding: 8px 25px;
	}
	.mainTitleIcon img.iconImg1 {
		margin-right: -10px;
		width: 120px !important;
	}
	.mainTitleIcon img.iconImg2 {
		width: 140px !important;
	}
	.mainTitleIcon img.iconImg3 {
		width: 80px !important;
	}
	.mainTitleIcon span {
		font-size: 26px;
	}
	.mainTitle {
		font-size: 26px;
	}
	ul.featurePoint li {
		width: calc(32.6% - 1.5%);
		margin-bottom: 1.5%;
	}
	.terminal1 {
		flex-direction: column;
	}
	.terminal2 {
		flex-direction: column;
		margin-top: 50px;
	}
	.terminal1 img, .terminal2 img {
		width: 80%;
		margin-left: 0;
	    margin-bottom: 25px;
	    order: -1;
	}
	.terminalText {
		order: 1;
	}
	.contentInnerWt {
		margin: 0px 15px;
		padding: 20px;
	}
	.btnInqBig {
		width: 100%;
		margin: 10px 0px;
	}
	.btnBuyBig {
		width: 100%;
		margin: 10px 0px;
	}
	ul.tabList li {
		width: calc(100% - 0px);
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.tablink {
	  padding: 5px 20px;
	  font-size: 20px;
		line-height: 1.5em;
	}
	.specWrap .leftBox {
		float: none;
		width: 100%;
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.specWrap .rightBox {
		float: none;
		width: 100%;
		padding: 0 10px;
		margin-bottom: 30px;
	}
	ul.introduction li p.title {
		font-size: 18px;
	}
	ul.introduction li {
		width: calc(90% - 0%);
		margin-right: 0%;
		margin-bottom: 30px
	}
	.footer {
		margin-top: 0px;
		padding-bottom: 10px;
	}
	.link-container {
		width: 100%;
	}
	.link-container:nth-child(2),
	.link-container:nth-child(3) {
		width: 100%;
	}
	.btnMail {
		padding: 6px;
		width: 50%;
		margin-bottom: 15px;
	}
	.btnDown {
		width: calc(90% - 0px);
		margin: 0 0px 15px 0px;
	}
	.btnManual {
		width: calc(90% - 0px);
		margin: 0 0px 0 0px;
	}

	.btnManual:hover {
		color: #FFF;
		background-color: #ACD077;
	}

	.footMenu {
		margin-bottom: 60px;
	}
	.footMenu ul.footList {
		padding: 0;
		margin: 0;
	}
	.footMenu ul.footList li+li:before {
		content: "";
		margin: 0 10px;
	}
}
@media (max-width:320px) {
	.btnInq {
	  padding: 8px 10px;
	}
}