/*
エージェント別
*/
.l-pc { display: block !important; }
.l-pc__inline { display: inline !important; }
.l-sp { display: none !important; }
.l-sp__inline { display: none !important; }
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-pc { display: none !important; }
.l-pc__inline { display: none !important; }
.l-sp { display: block !important; }
.l-sp__inline { display: inline !important; }
}

.l-warp {
  overflow-x: hidden;
}

/* ----------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------- */
.l-visual {
  width: 100%;
}

.l-visual--logo {
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
  width: 92%;
}

.l-visual--logo img {
  position: absolute;
  top: 25px;
  max-width: 350px;
  width: 33%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-visual--logo img {
  top: 10px;
  width: 50%;
 }
}


/* ----------------------------------------------------------------
sec01
---------------------------------------------------------------- */
.l-sec__01 {
  padding: 50px 0 100px 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__01 {
  padding: 20px 0 40px 0;
 }
}

.l-sec__01 h2 {
  font-size: 36px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__01 h2 {
  font-size: 24px;
 }
}

.l-sec__01--service {
  background: #007fd0;
  color: #fff;
  padding: 0 0.35em 0.1em 0.35em;
  font-size: 48px;
}

.l-sec__01--coupon {
  background: #39a7ed;
  color: #fff;
  padding: 0 0.35em 0.1em 0.35em;
  font-size: 48px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__01--service,
.l-sec__01--coupon {
  font-size: 32px;
  padding: 0 0.25em 0.1em 0.25em;
 }
}

/* ----------------------------------------------------------------
sec02
---------------------------------------------------------------- */
.l-sec__02 {
  padding: 80px 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__02 {
  padding: 70px 0 50px 0;
 }
}

.l-sec__02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 0 0 0 -10%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-3.3deg);
  -ms-transform: rotate(-3.3deg);
  transform: rotate(-3.3deg);
  z-index: -1;
}

.l-sec__02--top::before {
  background: #007fd0;
}

.l-sec__02--bottom::before {
  background: #39a7ed;
}

.l-sec__02--inner {
  max-width: 1024px;
  margin: 0 auto;
  width: 92%;
}

.l-sec__02--inner h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__02--inner h2 {
  font-size: 32px;
 }
}

.l-sec__02--inner h2::before {
  content: "";
  background: url(../images/fish_line_w.png) no-repeat;
  background-position: center top;
  display: block;
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  height: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__02--inner h2::before {
  background-size: 50%;
 }
}

.l-sec__02--inner h3 {
  color: #fff;
  text-align: center;
  line-height: 1.6;
  margin-top: 25px;
}

.l-sec__02--box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-content：flex-start;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__02--box {
  display: block;
 }
}

.l-sec__02--box--inner {
  width: 48%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__02--box--inner {
  width: 100%;
 }
}

.l-sec__02--box--inner img {
  margin-top: 25px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__02--box--inner img {
  margin-top: 15px;
 }
}


/* ----------------------------------------------------------------
sec03
---------------------------------------------------------------- */
.l-sec__03 {
  padding: 80px 0 20px;
  margin: 0 auto;
  max-width: 1024px;
  text-align: center;
  width: 92%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__03 {
  padding: 70px 0 20px 0;
 }
}

.l-sec__03 h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__03 h2 {
  font-size: 28px;
 }
}

.l-sec__03 h2::before {
  content: "";
  background: url(../images/fish_line_b.png) no-repeat;
  background-position: center top;
  display: block;
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  height: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__03 h2::before  {
  background-size: 50%;
 }
}

.l-sec__03--txt {
  display: inline-block;
  margin-top: 20px;
  text-align: left;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__03--txt {
  font-size: 16px;
 }
}

.l-sec__03--txt--note {
  padding-left: 1em;
  text-indent: -1em;
}

.l-sec__03--btn {
  background: #ff8200 /*url(../images/btn_arrow.png)*/;
  background-repeat: no-repeat;
  background-position: right 28px center;
  /*border-radius: 10px;
  box-shadow: 0 2px 5px 3px rgba(0,0,0,0.2);*/
  color: #fff;
  display: inline-block;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 10px 10px;
  max-width: 100%;
  width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__03--btn {
  background-size: 6%;
  background-position: right 18px center;
  margin-top: 30px;
  font-size: 22px;
  padding: 14px 10px 15px 10px;
 }
}

/********* pc *********/
/*
@media only screen and (min-width: 751px) {
.l-sec__03--btn a:hover {
  background: #ff5a00 url(../images/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: right 28px center;
  -webkit-transition: 0.2s ease-in-out;  
  -moz-transition: 0.2s ease-in-out;  
  -o-transition: 0.2s ease-in-out;  
  transition: 0.2s ease-in-out;
 }
}
*/

.l-sec__03 .airport {
	overflow: hidden;
	margin-top: 20px;
}
.l-sec__03 .airport li {
	width: 18.4%;
	float: left;
	margin-right: 2%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__03 .airport li {
	width: 48%;
	float: left;
	margin-right: 0%;
}
.l-sec__03 .airport li:nth-of-type(odd) {
	margin-right: 4%;
}
.l-sec__03 .airport li:nth-of-type(-n+4) {
	margin-bottom: 4%;
}
}
.l-sec__03 .airport li:last-of-type {
	margin-right: 0;
}
.l-sec__03 .airport li a {
	display: block;
	color: #fff;
	padding: 12px 0;
	background: #39a7ed url(../images/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
	background-size: 20px;
}
.l-sec__03 .airport li a:hover {
	opacity: 0.7;
  -webkit-transition: 0.2s ease-in-out;  
  -moz-transition: 0.2s ease-in-out;  
  -o-transition: 0.2s ease-in-out;  
  transition: 0.2s ease-in-out;
}


/* ----------------------------------------------------------------
sec04
---------------------------------------------------------------- */
.l-sec__04 {
  padding: 0 0 80px;
  margin: 0 auto;
  max-width: 1024px;
  text-align: center;
  width: 92%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__04 {
  padding: 0px 0 50px 0;
 }
}

.l-sec__04 h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__04 h2 {
  font-size: 28px;
 }
}

.l-sec__04 h2::before {
  content: "";
  background: url(../images/fish_line_b.png) no-repeat;
  background-position: center top;
  display: block;
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  height: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__04 h2::before  {
  background-size: 50%;
 }
}

.l-sec__04--txt {
  display: inline-block;
  margin-top: 20px;
  text-align: left;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__04--txt {
  font-size: 16px;
 }
}

.l-sec__04 .purpose {
	overflow: hidden;
	margin-top: 20px;
}
.l-sec__04 .purpose li {
	width: 49%;
	float: left;
	text-align: left;
	margin-top: 2%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__04 .purpose li {
	width: 100%;
	margin-top: 4% !important;
}
}
.l-sec__04 .purpose li:nth-of-type(odd) {
	margin-right: 2%;
}
.l-sec__04 .purpose li:nth-of-type(-n+2) {
	margin-top: 0%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec__04 .purpose li:nth-of-type(odd) {
	margin-right: 0%;
}
.l-sec__04 .purpose li:nth-of-type(-n+1) {
	margin-top: 0% !important;
}
}
.l-sec__04 .purpose li a {
	display: block;
	color: #fff;
	padding: 12px 10px;
	background: #39a7ed url(../images/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
	background-size: 20px;
}
.l-sec__04 .purpose li a:hover {
	opacity: 0.7;
  -webkit-transition: 0.2s ease-in-out;  
  -moz-transition: 0.2s ease-in-out;  
  -o-transition: 0.2s ease-in-out;  
  transition: 0.2s ease-in-out;
}


/* ----------------------------------------------------------------
copyright
---------------------------------------------------------------- */
.l-copyright {
  border-top: solid 4px #dbdbdb;
  padding: 40px 0;
  margin: 0 auto;
  max-width: 1024px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  width: 92%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-copyright {
  border-top: solid 2px #dbdbdb;
  padding: 20px 0;
  font-size: 11px;
 }
}


