@charset "UTF-8";

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}
section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#e1ebf5;}
.fc_red {color: #FF0004;}

.t_red {
    color: #e50000;
}

@media screen and (max-width: 280px) { /*Galaxy Fold*/
	body {font-size: 14px;}
}

article{width: 100%;}
section{position: relative;}
.active{opacity: 1;}

article a{transition: .3s;}
article a,
article a:link,
article a:visited,
article a:active {color: #0952a4;}
article a:hover{opacity: 0.7;}

.textLeft {text-align: left;}
.textCenter {text-align: center;}
.textRight {text-align: right;}
.red {color: #ff0000;}
dt {font-weight: normal;}
strong {font-weight: bold;}

/*キーワード*/
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.box{opacity: 0;}

/*==================================================
ふわっ
===================================*/
.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*
SP
==================================================== */
@media screen and (max-width: 759.9px) {
.spnone{display:none;}
#container{
  position: relative;
  width: 100%;
}
.inner {
	width: 98%;
	margin: 0 1%;
	padding: 5% 0;
}

/*title*/
.titlePc {display: none !important;}
.titleSp {
	width: 100%!important;
    text-align: center;
}
.titleSp img{
    width: 100%;
    vertical-align: bottom;
}

#navi{
	background: #00499f;
	text-align:center;
	letter-spacing:-0.4em;
	padding:0.5rem 0 0.5rem;
	display:table;
	width:100%;
}
#navi ul {
	display:flex;
	justify-content: center;
	margin:0 10px;
}
#navi li{
	display: inline-block;
	letter-spacing: normal;
	border-right: 1px solid #ffffff;
	font-size: 13.5px;
	font-weight: bold;
	padding: 0rem 0.3rem 0 0.3rem;
	background-size: 3px 30px;
	color: #fff;
	width: 34%;
}
#navi li:last-child{background: none;}
#navi li a{
	padding:0;
	display:block;
	color:#fff;
	line-height:1.2;
}
#navi li:nth-of-type(1){border-left:1px solid #fff;}
#navi li a:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}

/*news*/
#newsImportant{
	margin: 5px;
	display:flex;
	font-size: 11px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 2px;
    padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 5px 3px 5px 12px;
	position: relative;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/*navigation*/
.topNavi {
	width: 100%!important;
	background: #003399;
	text-align: center;
}
.topNavi ul {
	text-align: center;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.topNavi ul li {
	font-size: 0.9em;
	display: block;
	width: 33.33333%;
	float: left;
	margin: 0;
    padding: 3% 0.1%;
	border-left: 1px dashed rgba(255,255,255,0.5);
	vertical-align: middle;
	color: #fff;
}
.topNavi ul li:nth-child(1) {border-left: none;}
.topNavi ul li a {color: #fff;}

/*案内*/
.notearea{
	margin-bottom: 50px;
	background: #FFEFEF;
	border: 1px solid #F00;
	padding: 20px; 
	font-size: 0.9em;
	line-height: 1.5;
}
.notearea p{
	text-align: center;
	font-weight: bold;
	color: #FF0004;
}

/*今月のキーワード*/
.heading {
    position: relative;
    padding: 0em .7em .4em;
    border-bottom: 3px solid #2589d0;
    color: #2589d0;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    background: url(../images/bg_headingSp.jpg) no-repeat center 0;
    width: 100%;
    height: auto;
    background-size: 100% 100%;
}
.heading .small {font-size: 80%;}
.heading::before,
.heading::after {
    position: absolute;
    left: 45%;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.heading::before {background-color: #2589d0;}
.heading::after {
    bottom: -11px;
    background-color: #fff;
}
h2.lead {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    font-weight: bold;
    margin: 5% auto 2%;
    color: #ff0000;
}
/*h2.lead::before,
h2.lead::after {
    width: 3px;
    height: 40px;
    background-color: #ff0000;
    content: '';
}
h2.lead::before {
    transform: rotate(-35deg);
    margin-right: 10px;
}
h2.lead::after {
    transform: rotate(35deg);
    margin-left: 10px;
}*/
.keywordBox01,
.keywordBox02 {
	width: 100%;
    text-align: center;
}
.keywordBox01 > p,
.keywordBox02 > p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    font-weight: bold;
    margin: 5% auto;
    color: #ff0000;
}
.keywordBox01 li,
.keywordBox02 li {
	min-width: 100px;
	display: inline-block;
	margin: 1%;
	padding: 2%;
	background: #0066cc;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-radius: 5px;
	box-shadow: -1px -1px 0 #222, 2px 2px 0 #06C;
	color: #fff;
}
.keywordBox01 li.keyword_grey,
.keywordBox02 li.keyword_grey {
	background: #999;
	box-shadow: -2px -2px 0 #222, 3px 3px 0 #999;
}
.keywordBox01 li.keyword_grey:hover,
.keywordBox02 li.keyword_grey:hover {background: #999;}
.keywordBox01 li a,
.keywordBox02 li a {color: #FFF;}
.keywordBox01 li img,
.keywordBox02 li img {
  width: 47%;
  height: auto;
  margin: 2% 0;
}
.catch {
  font-size: 1.0em;
  margin-top: 3%;
}

/*バックナンバー*/
#back-number h3 {
  position: relative;
  padding: 0 1.5rem 0.5rem;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 1rem;
}
#back-number h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #2589d0;
}
#back-number h3 span::after {
  font-size: 0.8em;
  content:"\A";
  white-space:pre;
}

/*list横並び*/
.itemList2,
.itemList3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.itemList2 > div,
.itemList3 > div {
	width: 50%;
	padding: 2%;
}
.itemList2 > div img,
.itemList3 > div img {width: 100%;}
.itemList2 > div dt,
.itemList3 > div dt {text-align: center;}
.itemList2 > div dd,
.itemList3 > div dd {
	margin: 0; /* これがないとずれる */
	text-align: center;
	padding: 5px 8px 8px;
    background: #FFFFFF;
}

/*お申込みの流れ*/
.attention {
    font-size: 0.9em;
	width: 96%;
	margin: 2% 2% 5% 2%;
	border: 2px #F00 solid;
	padding: 2%;
    text-align: center;
	background: #FFF;
    line-height: 1.6;
}
.flowBox {
    position: relative;
    margin-top: 1em;
    padding: 1.8em 0.5em 1.4em 0.5em;
    border: 3px solid #003399;
    background: #FFF;
    font-size: 1.0em;
    line-height: 1.4;
    text-align: center;
    border-radius: 10px;
}
.flowBox .step {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #003399;
    color: #fff;
    font-size: .9em;
}
.flowBox .step::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #003399;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.flowBox span.small {
  font-size: 70%;
  font-weight: normal;
}
.flowBox span.big {
  font-size: 140%;
  font-weight: bold;
}
.flowBox span.keyword {
  border: 2px solid #000;
  color: #FF0000;
  padding: 1px 5px;
  border-radius: 5px;
  margin: 0 2px 6px 0;
}
.flowBox p {margin: 0;}

/*注意事項*/
ul.guideList {
    font-size: 0.9em;
	line-height: 1.4;
	margin-top: 2%;
}
ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}
ul.guideList li:last-child {padding-bottom: 0;}
ul.guideList li:before {content: '◆';}
ul.guideList li.kome {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}
ul.guideList li.kome:before {content: '※';}
ul.guideList li.kome1 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}
ul.guideList li.kome1:before {content: '（※1）';}
ul.guideList li.kome2 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}
ul.guideList li.kome2:before {content: '（※2）';}
ul.guideList li.kome3 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}
ul.guideList li.kome3:before {content: '（※3）';}
ul.guideList li span {color: #F00;}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 96%;
  margin: 2% auto;
  text-align: center;
  background: #003399;
  border-radius: 5px;
  position: relative; /* 追記 */
  font-weight: bold;
  font-size: 1.0em;
}
.Btn a {
	color: #fff !important;
	display: block;
	line-height: 2.2;
}
.Btn span {
  font-size: 80%;
  font-weight: normal;
}
.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 2% auto;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  position: relative; /* 追記 */
}
.Btn_gray::after {
  content: "";
}

/*footer*/
#footer {background-color: #F0F5FA;}
#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 2% 2%;
}
#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}
#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}
#footer .inner ul li:last-child {border-right: none;}
#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 3em;
  height: 3em;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}

/*◆プラン*/
#aN01 h2 {
	padding: 0.7em;
	margin: 0 0.5em 1.2em;
	border: 2px solid #00499F;
	box-shadow: 3px 3px #00499F;
	color: #00499F;
	background: #FFF;
	font-size: 18px;
	font-weight: bold;
}
#aN01 .itemBox {
    border: 2px solid #0066CC;
    margin: 20px auto 30px;
    padding: 15px;
    background: #FFF;
    border-radius: 5px;
    display:flex;
    flex-flow: column;
    width: 98%;
}
#aN01 .itemBox .item-title {border-bottom: 6px double #0066CC;}
#aN01 .itemBox .item-title h3 {
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 1.4;
}
#aN01 .itemBox .item-title > div{margin-bottom: 10px;}
#aN01 .itemBox .item-title > div span{
	color: #FFF;
	background: #0066cc;
	border-radius: 5px;
	padding: 2px 5px;
	font-size: 14px;
}
#aN01 .itemBox .itemBoxinner {
    width: 100%;
    margin-top: 15px;
}
#aN01 .itemBox .bnr img {
	width: 100%;
	height: auto;
}
#aN01 .itemBox .detail {
	width: 100%;
	line-height: 1.5;
    margin-top: 10px;
}
#aN01 .itemBox ul li {
    display: flex;
    justify-content: flex-start;
}
#aN01 .itemBox ul li span {display: block;}
#aN01 .itemBox ul li span.label {
    margin: 0 5px 0 0;
    white-space: nowrap;
}
#aN01 .itemBox ul li span.fc_red {
    color: #F00;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.4;
}
#aN01 .itemBox .yoyaku .Btn {
  color: #fff;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  background: #003399;
  border-radius: 5px;
  position: relative; /* 追記 */
  font-size: 1em;
  font-weight: bold;
}
#aN01 .itemBox .yoyaku .Btn a {
	display: block;
	line-height: 2.2;
	color: #fff;
	padding: 0 28px;
}
#aN01 .itemBox .yoyaku .Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-weight: bold;
}
#aN01 .itemBox .yoyaku .Btn_gray {
  color: #fff;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  position: relative; /* 追記 */
  font-size: 1em;
  font-weight: bold;
  line-height: 2.2;
}
#aN01 .itemBox .yoyaku .Btn_gray::after {
  content: "";
}
#aN01 .itemBox .endarea {
	margin: 40px 0 0 0;
	background: #FFFCD2;
	padding: 10px;
}
#aN01 .itemBox .endarea p {
	text-align: center;
	font-weight: bold;
	color: #FF0004;
	font-size: 14px;
	line-height: 1.5;
}

/*gadget*/
#aN02 h2 {
	padding: 0.5em 0.7em;
	margin-bottom: 1.2em;
	border: 2px solid #00499F;
	box-shadow: 5px 5px #00499F;
	color: #00499F;
	background: #FFF;
	font-size: 20px;
	font-weight: bold;
}
#aN02 .text01 {margin-bottom:15px;}
.tab_yado,
.tab_airset{display:none!important;}
.search_kokunaiBar .serchBox > ul li.select {background: #039!important;}
.search_kokunaiBar .serchBox > ul {border-bottom: 2px solid #039!important;}
#aN02 .att{
	padding: 10px 10px;
	font-size: 14px;
	line-height: 1.8;
	background-color: #ffffff;
	border: 2px solid #FD0004;
	width: 92%;
	margin: 30px auto 30px;
}

}

/*
PC
==================================================== */
@media screen and (min-width: 760px),print {
.pcnone{display:none;}
#container{
  position: relative;
  z-index:1;
}
.inner {
	width: 970px;
	margin: 0 auto;
	padding: 25px 0;
}

/*title*/
.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) repeat center 0;
	position: relative;
    height: 500px;
}
.titleSp {display: none !important;}

#navi{
	text-align:center;
	padding:20px 0 20px;
	background: #00499f;
}
#navi ul{
	display: flex;
	justify-content: center;
	max-width: 950px;
	margin: 0 auto;
}
#navi li{
	width: 48%;
	letter-spacing:normal;
	font-size: 20px;
	font-weight: bold;
	padding:20px 30px 20px;
	color: #FFF;
	border-right:1px solid #fff;
}
#navi li:first-child{border-left:1px solid #fff;}
#navi li a{
	display:block;
	color: #fff;
}
#navi li a:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}

/*news*/
#newsImportant{
	width: 100%;
	max-width: 970px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
	padding:8px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
	font-size:13px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/*navigation*/
.topNavi {
	width: 100%!important;
    background: #003399;
	text-align: center;
}
.topNavi ul {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
.topNavi ul li {
	display: inline;
	border-left: 1px dashed rgba(255,255,255,0.5);
    font-size: 18px;
    padding: 5px 20px;
}
.topNavi ul li:last-child{border-right: 1px dashed rgba(255,255,255,0.5);}
.topNavi ul li a {color: #fff;}

/*案内*/
.notearea{
	margin-bottom: 50px;
	background: #FFEFEF;
	border: 1px solid #F00;
	padding: 20px; 
	line-height: 1.5;
}
.notearea p{
	text-align: center;
	font-weight: bold;
	color: #FF0004;
}

/*今月のキーワード*/
.heading {
    position: relative;
    padding: 0em .7em .4em;
    border-bottom: 3px solid #2589d0;
    color: #2589d0;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    background: url(../images/bg_heading.jpg) no-repeat center 0;
}
.heading .small {font-size: 30px;}
.heading::before,
.heading::after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.heading::before {
    background-color: #2589d0;
}
.heading::after {
    bottom: -11px;
    background-color: #fff;
}
h2.lead {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    font-weight: bold;
    margin: 25px auto 15px;
    color: #ff0000;
}
/*h2.lead::before,
h2.lead::after {
    width: 3px;
    height: 40px;
    background-color: #ff0000;
    content: '';
}
h2.lead::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
h2.lead::after {
    transform: rotate(35deg);
    margin-left: 30px;
}*/
.keywordBox01,
.keywordBox02 {
	width: 100%;
	text-align: center;
	margin: 2%;
}
.keywordBox01 > p,
.keywordBox02 > p{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 34px;
	font-weight: bold;
	margin: 26px auto;
	color: #ff0000;
}
.keywordBox01 li,
.keywordBox02 li {
	min-width: 150px;
	font-size: 24px;
	display: inline-block;
	margin: 1% 2%;
	padding: 2%;
	background: #0066cc;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-right: 2px solid #222;
	border-bottom: 2px solid #222;
	border-radius: 5px;
	box-shadow: -2px -2px 0 #222, 3px 3px 0 #06C;
	color: #fff;
}
.keywordBox01 li.keyword_grey,
.keywordBox02 li.keyword_grey {
	background: #999;
	box-shadow: -2px -2px 0 #222, 3px 3px 0 #999;
}
.keywordBox01 li.keyword_grey:hover,
.keywordBox02 li.keyword_grey:hover {background: #999;}
.keywordBox01 li:hover,
.keywordBox02 li:hover {
	opacity: 1;
	background: #039;
	transition: .3s;
}
.keywordBox01 li:hover a,
.keywordBox02 li:hover a {opacity: 1;}
.keywordBox01 li a,
.keywordBox02 li a {color: #FFF;}
.catch {
  font-size: 20px;
  margin-top: 10px;
}

/*バックナンバー*/
#back-number h3 {
  position: relative;
  padding: 0.5rem 1.5rem;
  text-align: center;
  font-size: 30px;
}
#back-number h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #2589d0;
}
#back-number h3 span {font-size: 70%;}

/*list横並び*/
*, *:before, *:after {box-sizing: border-box;}
.itemList2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.itemList2 > div {
	width: 50%;
	padding: 10px;
}
.itemList2 > div img {width: 100%;}
.itemList2 > div dt {text-align: center;}
.itemList2 > div dd {
	margin: 0; /* これがないとずれる */
	text-align: center;
	padding: 5px 8px 8px;
    background: #FFFFFF;
}
.itemList3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    margin-top: 10px;
}
.itemList3 > div {
	width: 33.33333%;
	padding: 10px;
}
.itemList3 > div img {
  display: block;
  height: auto;
  width: 100%;
}

/*お申込みの流れ*/
.attention {
	line-height: 1.4;
	margin: 20px 0 30px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: center;
	background: #FFF;
}
.flowBox {
    position: relative;
    margin-top: 1em;
    padding: 1.8em 0.5em 0.5em 0.5em;
    border: 3px solid #003399;
    background: #FFF;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    border-radius: 10px;
}
.flowBox .step {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #003399;
    color: #fff;
    font-size: .9em;
}
.flowBox .step::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #003399;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.flowBox span.small {
  font-size: 70%;
  font-weight: normal;
}
.flowBox span.big {
  font-size: 140%;
  font-weight: bold;
}
.flowBox span.keyword {
  border: 2px solid #000;
  color: #FF0000;
  padding: 0 5px;
  border-radius: 5px;
  margin: 0 2px 4px 0;
}
.flowBox p {margin: 0;}

/*注意事項*/
ul.guideList {
	padding: 0;
    margin-top: 8px;
	line-height: 1.4;
}
ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}
ul.guideList li:last-child {padding-bottom: 0;}
ul.guideList li:before {content: '◆';}
ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}
ul.guideList li.kome:before {content: '※';}
ul.guideList li.kome1 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}
ul.guideList li.kome1:before {content: '（※1）';}
ul.guideList li.kome2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}
ul.guideList li.kome2:before {content: '（※2）';}
ul.guideList li.kome3 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}
ul.guideList li.kome3:before {content: '（※3）';}
ul.guideList li span {color: #F00;}

/*条件から探す*/
/*.search_kokunaiBar{
    width: 100%;
	margin: 20px auto 0;
}
.search_kokunaiBar .serchBox > ul{font-size: 0;}
.search_kokunaiBar .serchBox li{
    width: 100%;  32 
    margin: 0;
    margin-right: 1%;
    padding: 15px 0 10px 0;
    background: #fff !important;
    color: #0952a4 !important;
    border-left:none;
    border-radius: 5px 5px 0 0;
}
.search_kokunaiBar .serchBox li:last-child {margin-right: 0;}
.search_kokunaiBar .serchBox li.select {
    background: #0952a4 !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}
.search_kokunaiBar .serchBox li:hover {
    background: #0952a4 !important;
    color: #fff !important;
}
.search_kokunaiBar .serchBox .content_wrap{
    border-top:solid 6px #0952a4;
    box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.6);
    border-radius: 0px 0px 0 0;
}
.search_kokunaiBar .serchBox .date dd{
    padding-top: 2px;
    width: 100%;
}
.search_kokunaiBar #doAirSearch, .search_kokunaiBar .btnSeach{
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    background: #0952a4 !important;
    padding: 10px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: solid 1px #0952a4 !important;
    width: 60% !important;
    margin: 20px auto 0 !important;
    transition: 0.2s !important;
  	color: #fff !important;	
}
.search_kokunaiBar #doAirSearch:hover,.search_kokunaiBar .btnSeach:hover {
    background: #0952a4 !important;
    color: #fff !important;
    border: solid 1px #0952a4 !important;
    transform: translate(0,2px);
}
.search_kokunaiBar .btnSeach::after{
    position: absolute;
    right: 15px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_kokunaiBar #doAirSearch, .search_kokunaiBar .btnSeach:hover{
    background-color: #fff!important;
    border: solid 1px #0952a4 !important;
    color: #0952a4!important;
}
.search_kokunaiBar .btnSeach:hover::after{
    border-top: 2px solid #0952a4;
    border-right: 2px solid #0952a4;
}
.search_kokunaiBar #pax_wrap {width: 600px !important;}
.search_kokunaiBar .NTA_air_popup_calendar_contents .title_air {
    padding: 5px 0;
    margin-bottom: 10px;
}*/
#aN02 h2 {
	padding: 0.5em 0.7em;
	margin-bottom: 1.2em;
	border: 2px solid #00499F;
	box-shadow: 5px 5px #00499F;
	color: #00499F;
	background: #FFF;
	font-size: 26px;
	font-weight: bold;
}
#aN02 .text01 {margin-bottom:25px;}
.tab_yado,
.tab_airset{display:none!important;}
.search_kokunaiBar .serchBox > ul li.select {background: #039!important;}
.search_kokunaiBar .serchBox > ul {border-bottom: 2px solid #039!important;}
#aN02 .att{
	padding: 15px 15px; 
	font-size: 16px;
	line-height: 1.8;
	background-color: #ffffff;
	border: 2px solid #FD0004; 
	margin: 40px 0 40px 0;
}

/*ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  background: #003399;
  border-radius: 5px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
}
.Btn a {
	color: #fff!important;
	display: block;
	line-height: 2.8;
}
.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-weight: bold;
}
.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  background: #666;
  border-radius: 5px;
  position: relative; /* 追記 */
  font-size: 16px;
}
.Btn_gray::after {
  content: "";
}

/*footer*/
#footer {background-color: #F0F5FA;}
#footer .inner {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}
#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}
#footer .inner ul li:last-child {border-right: none;}
#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}
#pagetop a:hover {background-color: #152a8c;}
#pagetop a:hover::after {
	border-width: 0 6px 9px 6px;
	border-color: transparent transparent #fff transparent;
}

/*◆プラン*/
#aN01 h2 {
	padding: 0.5em 0.7em;
	margin-bottom: 1.2em;
	border: 2px solid #00499F;
	box-shadow: 5px 5px #00499F;
	color: #00499F;
	background: #FFF;
	font-size: 26px;
	font-weight: bold;
}
#aN01 .itemBox {
    border: 2px solid #0066CC;
    margin: 20px 0 30px;
    padding: 20px;
    background: #FFF;
    border-radius: 5px;
}
#aN01 .itemBox .item-title {
    border-bottom: 6px double #0066CC;
	padding-bottom: 15px;
}
#aN01 .itemBox .item-title h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
#aN01 .itemBox .item-title > div span{
	color: #FFF;
	background: #0066cc;
	border-radius: 5px;
	padding: 3px 8px;
	font-size: 14px;
}
#aN01 .itemBox .itemBoxinner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
#aN01 .itemBox .bnr img {
	width: 300px;
	height: auto;
}
#aN01 .itemBox .detail {
	width: 610px;
	line-height: 1.5;
    margin-left: 15px;
}
#aN01 .itemBox ul li {
    display: flex;
    justify-content: flex-start;
}
#aN01 .itemBox ul li span {display: block;}
#aN01 .itemBox ul li span.label {
    margin: 0 5px 0 0;
    white-space: nowrap;
}
#aN01 .itemBox ul li span.fc_red {
    color: #F00;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.4;
}
#aN01 .itemBox .yoyaku .Btn {
  color: #fff;
  width: 60%;
  margin: 10px auto;
  text-align: center;
  background: #003399;
  border-radius: 5px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
}
#aN01 .itemBox .yoyaku .Btn a {
	display: block;
	line-height: 2.8;
	color: #fff;
}
#aN01 .itemBox .yoyaku .Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-weight: bold;
}
#aN01 .itemBox .yoyaku .Btn_gray {
  color: #fff;
  width: 60%;
  margin: 10px auto;
  text-align: center;
  background: #666;
  border-radius: 5px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
  line-height: 2.8;
}
#aN01 .itemBox .yoyaku .Btn_gray::after {
  content: "";
}
#aN01 .itemBox .endarea {
	margin: 40px 0 0 0;
	background: #FFFCD2;
	padding: 20px;
}
#aN01 .itemBox .endarea p {
	text-align: center;
	font-weight: bold;
	color: #FF0004;
	font-size: 16px;
	line-height: 1.5;
}

}