@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansMonoCJKjp-Bold.woff") format("woff");
}

.htop{
  background: #eef7ff;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
  color: #0465b5;
  font-size: 20px;
  font-weight: bold;
}

.notice {
  text-align: center;
  margin: 0 auto 10px auto;
  font-size: 16px;
  line-height: 1.2em;
}

.bt_rd {
	font-size: 20px;
	margin: 5px 0;
	color: #FF0000;
}

.hl {
	font-size: 18px;
	font-weight: bold;
	color:#111111;
}

h1 {
  font-size: 20px;
  color: #0465b5;
}

h2 {
  width: 100%;
  margin-bottom: 5px;
}

h2 p {
  width: 100%;
  background: #471263;
  color: #000051;
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px

}

h2 p span {
  background: #00ded1;
  border-radius: 0px 12px 0px 0px;
  padding: 10px 25px 7px 15px;
  color: #000051;
  display: inline-block;
  flex-direction: row;
  font-size: 22px;
}

h2 p.p_pink{
  width: 100%;
  background: #fda9ff;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px

}

h2 p span.s_pink{
  background: #ff0068;
  border-radius: 0px 12px 0px 0px;
  padding: 10px 25px 7px 15px;
  color: #FFF;
  display: inline-block;
  flex-direction: row;
  font-size: 22px;
}

h2.blue {
  width: 100%;
  background: #113593;
  color: #FFF;
  margin-bottom: 10px;
  padding: 12px 10px 12px 15px;
  font-size: 22px;
  font-weight: bold;
}

h2.blue2 {
  width: 100%;
  background: #7ccced;
  color: #FFF;
  margin-bottom: 10px;
  padding: 12px 10px 12px 15px;
  font-size: 22px;
  font-weight: bold;
}

h2.pink {
  width: 100%;
  background: #ff7bac;
  color: #FFF;
  margin-bottom: 10px;
  padding: 12px 10px 12px 15px;
  font-size: 22px;
  font-weight: bold;
}

h2.vpink {
  width: 100%;
  background: #ff0068;
  color: #FFF;
  margin-bottom: 10px;
  padding: 12px 10px 12px 15px;
  font-size: 22px;
  font-weight: bold;
}

h2.red {
  width: 100%;
  background: #fac07c;
  color: #FF0000;
  margin-bottom: 10px;
  padding: 12px 10px 12px 15px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;  
}

h2.big1 {
  width: 100%;
  background: #4485ff;
  color: #FFF;
  margin-bottom: 10px;
  padding: 14px;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
}

h2.big2 {
  width: 100%;
  background: #ff0068;
  color: #FFF;
  margin-bottom: 10px;
  padding: 14px 0 10px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

h2.head {
  width: 100%;
  width: 100%;
  color: #000;
  text-align: center;
  margin: 5px 0;
  font-size: 18px;
  font-weight: bold;
}

h2.toptxt{
  width: 100%;
  background: #2988c7;
  color: #FFF;
  margin-bottom: 5px;
  padding: 8px 8px 8px 15px;
  font-size: 18px;
  display: inline-block;
  flex-direction: row;
}

h2.tophead {
  width: 58%;
  margin: 10px auto 5px;
  text-align: center;
  padding: 0.8rem 2rem;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  border-radius: 50vh;
  background: #01175D;
}

h2.icon_h {
	position:relative;
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
	color: #24a1df;
	height: 92px;
	background-image: url(../images/ct/icon_0.png);
	background-repeat: no-repeat;
	background-size:cover;/* 画像のサイズを指定 */
    width:92%; /* 横幅のサイズを指定 */
}
h2.icon_h span{
	position: absolute;
	top: 43%;
	left:13%;
}

h2.icon_h1 {
	position:relative;
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
	color: #24a1df;
	height: 92px;
	background-image: url(../images/ct/icon_1.png);
	background-repeat: no-repeat;
	background-size:cover;/* 画像のサイズを指定 */
    width:92%; /* 横幅のサイズを指定 */
}
h2.icon_h1 span{
	position: absolute;
	top: 43%;
	left:16%;
}

h2.icon_h2 {
	position:relative;
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
	color: #24a1df;
	height: 92px;
	background-image: url(../images/ct/icon_2.png);
	background-repeat: no-repeat;
	background-size:cover;/* 画像のサイズを指定 */
    width:92%; /* 横幅のサイズを指定 */
}
h2.icon_h2 span{
	position: absolute;
	top: 43%;
	left:16%;
}

h2.icon_h3 {
	position:relative;
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
	color: #24a1df;
	height: 92px;
	background-image: url(../images/ct/icon_3.png);
	background-repeat: no-repeat;
	background-size:cover;/* 画像のサイズを指定 */
    width:92%; /* 横幅のサイズを指定 */
}
h2.icon_h3 span{
	position: absolute;
	top: 43%;
	left:16%;
}

h2.icon_h4 {
	position:relative;
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
	color: #24a1df;
	height: 92px;
	background-image: url(../images/ct/icon_4.png);
	background-repeat: no-repeat;
	background-size:cover;/* 画像のサイズを指定 */
    width:92%; /* 横幅のサイズを指定 */
}
h2.icon_h4 span{
	position: absolute;
	top: 43%;
	left:16%;
}

h2.icon_h5 {
	position:relative;
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
	color: #24a1df;
	height: 92px;
	background-image: url(../images/ct/icon_5.png);
	background-repeat: no-repeat;
	background-size:cover;/* 画像のサイズを指定 */
    width:92%; /* 横幅のサイズを指定 */
}
h2.icon_h5 span{
	position: absolute;
	top: 43%;
	left:16%;
}

h2.top_list {
	
}

.toptxt2{
  width: 94%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 2.1rem;
  text-align: center;
  padding: 0.8rem 2rem;
  color: #fff;
  background-image: linear-gradient(150deg, rgba(0, 15, 101, 1) 10%, rgba(2, 83, 204, 1) 40%, rgba(0, 58, 255, 1) 68%, rgba(35, 102, 247, 1) 90%);
  text-shadow: 3px 3px 5px rgba(14, 51, 29, 0.5);
  border-radius: 1vh;
}

.toptxt3{
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 2rem;
  padding: 0.5rem 1.2rem;
  color: #fff;
  font-weight: bold;
  background-image: linear-gradient(150deg, rgba(0, 15, 101, 1) 10%, rgba(2, 83, 204, 1) 40%, rgba(0, 58, 255, 1) 68%, rgba(35, 102, 247, 1) 90%);
  text-shadow: 3px 3px 5px rgba(14, 51, 29, 0.5);
}

h3 {
  width: 100%;
  color: #000051;
  font-size: 18px;
  display: inline-block;
  flex-direction: row;
}

h3 p {
  border-radius: 0px 12px 0px 0px;
  background: #f7effc;
  border-bottom: solid 4px #471263;
  padding: 12px 0 6px 15px;
  font-weight: bold;
  color: #471263;
  font-size: 18px;
}

h3.blue {
  width: 100%;
  background: #2988c7;
  color: #FFF;
  margin-bottom: 5px;
  padding: 8px 8px 8px 15px;
  font-size: 18px;
}

h3.gray {
  width: 100%;
  background: #e6e6e6;
  color: #303030;
  margin-bottom: 5px;
  padding: 8px 8px 8px 15px;
  font-size: 18px;
}

h3.pink {
  width: 100%;
  background: #ff7bac;
  color: #FFF;
  margin-bottom: 5px;
  padding: 8px 8px 8px 15px;
  font-size: 18px;
}

h3.sh_pink {
  border-bottom: #FF7BAC 3px solid;
  color: #ff0068;
  margin-bottom: 5px;
  padding: 8px 8px 0 12px;
  font-size: 20px;
  font-weight: bold;
}

h3.sh_pink2 {
  color: #ff0068;
  margin-bottom: 5px;
  padding: 8px 8px 0 12px;
  font-size: 18px;
  font-weight: bold;
}

h3.sh_blue {
  border-bottom: #003a9b 3px solid;
  color: #003a9b;
  margin-bottom: 3px;
  padding: 8px 0 0 6px;
  font-size: 18px;
  font-weight: bold;
}

h3.vpink {
  width: 100%;
  background: #ff0068;
  color: #FFF;
  margin-bottom: 5px;
  padding: 8px 8px 8px 12px;
  font-size: 18px;
  font-weight: bold;
}

h3.toptxt{
  width: 100%;
  background: #2988c7;
  color: #FFF;
  margin-bottom: 5px;
  padding: 8px 8px 8px 15px;
  font-size: 18px;
}

h3.toptxt_r{
  width: 100%;
  color: #FF0000;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  flex-direction: row;
}

.ct_txt {
	width: 100%;
	color: cadetblue;
	font-size: 24px;
	font-weight: bold;
	margin: 7px;
}

.ct_txt2 {
	width: 100%;
	color: #774f2f;
	font-size: 24px;
	font-weight: bold;
	margin: 7px;
}

.ct_txt3 {
	width: 100%;
	color: #ff398a;
	font-size: 24px;
	font-weight: bold;
	margin: 7px;
}

.ct_txt3c {
	width: 100%;
	color: #ff398a;
	font-size: 24px;
	font-weight: bold;
	margin: 7px;
	text-align: center;
}

.price_new {
	color: #ff398a;
	font-size: 20px;
	font-weight: bold;
}

.strong_p {
	color: #ff7bac;
	font-size: 18px;
	font-weight: bold;
}

.strong_p {
	color: #ff7bac;
	font-size: 18px;
	font-weight: bold;
}

.mkr_y {
	background-color: #ff9;
	font-weight: bold;
}

.mkr_b {
	background-color: #c3e7f7;
	font-weight: bold;
}

.wflag {
	display: flex;
}

.wel_ordr {
	width: 94%;
	text-align: left;
	margin: 10px auto 5px auto;
	line-height: 17px;
}

.wordar_btn1 {
	text-align: center;
	margin: 0 auto;
}

.wordar_btn2 {
    display: inline-block;
    position: relative;
	text-align: center;
	vertical-align: middle;
	width: 300px;
	margin: 0 auto;
    padding: 15px;
    text-decoration: none;
	background: #27acd9;
    border-radius: 4px;
	font-size: 26px;
    color: #fff;
	font-weight: bold;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 6px 0 #0686b2;
  }
.wordar_btn2:hover {
    top: 6px;
    box-shadow: none;
    color: #fff;
  }

.hissu {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 4px;
	border-radius: 3px;
}

.sh_blue {
  border-bottom: #003a9b 3px solid;
  color: #003a9b;
  margin-bottom: 3px;
  padding: 8px 0 6px 10px;
  font-size: 18px;
  font-weight: bold;
}

.h3blue {
  width: 100%;
  background: #2988c7;
  color: #FFF;
  margin-bottom: 5px;
  padding: 8px 8px 8px 15px;
  font-size: 18px;
}

.tophead_txt {
	width: 62%;
	margin: 10px auto 0 auto;
	font-size: 22px;
	text-align: center;
}

.red16 {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

.bigprt {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.bigprt_pp {
	width: 48%;
	margin: 7px 4px;
	background: #097eff;
	padding: 10px 7px;
	border-radius: 6px;
}

.bigprt_pp a{
	color: #FFFF00;
}

.bpp1 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.bpp2 {
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
	color: #FFF;
}

.pepar_link {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	margin-top: 0;
	margin-bottom: 15px;
}

.plink {
	width: 19.4%;
	margin: 3px 2px;
	background: #097eff;
	padding: 5px 2px;
	border-radius: 4px;
	font-size:14px;
	text-align: center;
	line-height: 1.4em;
}

.plink a{
	color: #FFFF00;
}

.wsmall {
	font-size:18px;
}

.syurui {
	width: 70%;
	border: solid 4px #431e84;
	padding: 10px;
	color: #431e84;
	font-weight: bold;
	font-size: 24px;
}

.row_text {
	position:relative;
	margin: 0 auto;
	color: #043aca;
	height: 85px;
	background-image: url(../images/ct/check.png);
	background-repeat: no-repeat;
	width: 96%;
	font-size: 20px;
	font-weight: bold;
	padding-left: 110px;
}

.row_text span{
	position: absolute;
	top: 50%;
	left:15%;
}

.center {
	text-align: center;
}

.industry {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.idtry_child {
	width: 30%;
	color: #FFF;
	padding-top:20px;
	padding-bottom: 34px;
	text-align: center;
	font-size:22px;
	font-weight: bold;
	background-image: url(../images/ct/icon_sq.png);
	background-repeat: no-repeat;
	background-size:cover;/* 画像のサイズを指定 */
}

.idtry_child a {
	display: block;
	margin: 5px;
}

.idtry_child a:hover {
	background: #FFF;
}

.idtry_txt {
	margin: 5px 0;
	color: #2da5e0;
}

.pbtn {
	margin: 5px auto;
	width: 80%;
	font-size: 70%;
	padding: 10px;
	background: #0542e4;
	border-radius: 15px;
	color: #FFF;
}

.big-txt {
	font-size: 20px;
	font-weight: bold;
	color: #043aca;
}

.pepar_small {
	font-size: 60%;
	color: #000;
}

#features {
	width: 62%;
	margin: 5px auto;
}

.fts_box {
	display: flex;
}

.blk1 {
	width: 33.3%;
	padding: 5px;
	margin: 8px;
	border-right: 4px solid #f5f5f5;
	border-bottom: 4px solid #f5f5f5;
	font-size: 14px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.blk1_btn {
	width: 80%;
	background: #f15e17;
	margin: 0 auto 20px;
	text-align: center;
	padding: 16px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1rem;
	color: #FFF;
}

.blk1 .blk_txt {
	padding: 0 30px 10px 30px; 
	line-height:1.8;
}

.blk1 .blk_txt span{
	font-size: 105%;
	font-weight: bold;
	background:linear-gradient(transparent 60%, #ffddf3 60%);
}

.fts_title {
	margin: 25px auto;
	text-align: center;
	font-size: 1.8em;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.fts_title span{
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin: 15px auto 10px;
	text-align: center;
	color: #f29631;
	font-weight: bold;
	font-size: 1.8em;
}

.fts_small{
	margin: 24px auto 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	line-height:1.5;
}

.fts_img{
	width: 50%;
}

.choice {
	width: 94%;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin: 0 auto;
	padding: 10px 5px;
	text-align: center;
	color: #000;
	background: #f7f7f7;
}

.choice .number {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin: 0 5px 0 5px;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #fd9b00;

}

span.hosoku {
	font-size: smaller;
	padding: 0 3px;
}

span.hosoku_midashi {
	font-size: 65%;
	padding: 0 3px;
	color: #000;
}

span.pnk {
	font-size: 18px;
	font-weight: bold;
	color: #d200d7;
}

span.pnk2 {
	font-size: 26px;
	font-weight: bold;
	color: #fa39ff;
}

span.nvr {
	font-size: 18px;
	font-weight: bold;
	color: #060653;
}

span.yel {
	font-size: 18px;
	font-weight: bold;
	color: #f0ae00;
}


form.welcom {
	margin: 12px auto;
	text-align: center;
}

form.welcom img{
	text-align: center;
}

#flexbox{
	display:flex;
	width: 100%;
	height:auto;
	padding:5px;
	margin: 0 auto;
	text-align: center;
}

#flexbox .box-item1{
	width: 40%;
	padding:2px;
	font-size: 22px;
}

#flexbox .box-item2{
	width: 60%;
	padding:2px;
	font-size: 40px;
	font-weight: bold;
	color: #2988c7;
}

#flexbox .box-item3{
	width: 60%;
	padding:2px;
	font-size: 22px;
	font-weight: bold;
	color: #ff7bac;
	line-height: 1.2;
}

#flexbox .box-item4{
	width: 60%;
	padding:2px;
	font-size: 25px;
	font-weight: bold;
	color: #006CFF;
}

#flexbox .blue_size{
  background: #2988c7;
  color: #FFF;
  margin-bottom: 5px;
  padding: 8px 8px 8px 15px;
  font-size: 18px;
}

/*TOPページ NEWS、ボタン*/
.nl_head{
	width:55%;
	background: #5c5c5c;
	color: #FFF;
	padding: 12px;
	margin: 0 auto;
	font-size: 24px;		
}

#news_list{
	width:55%;
	height: 200px;
	overflow-y: scroll;
	margin: 10px auto 40px;
}

.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #FFF;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}

/* 装飾 */
*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
  colo: #FFF;
}
	
/*btn*/
.ord_btn1 {
	text-align: center;
	margin: 0 auto;
}

.ord_btn2 {
    display: inline-block;
    position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
    padding: 15px;
    text-decoration: none;
	background: #ff5555;
    border-radius: 4px;
	font-size: 22px;
	line-height: 1.4;
    color: #fff;
	font-weight: bold;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 6px 0 #8a0000;
  }
.ord_btn2:hover {
    top: 6px;
    box-shadow: none;
    color: #fff;
}

.syurui {
	width: 96%;
	border: solid 4px #431e84;
	padding: 10px;
	color: #431e84;
	font-weight: bold;
	font-size: 22px;
}

/* コンシェルジュサービスバナー */
.bnr-concierge{
  max-width: 1110px;
  margin: auto;
  position: relative;
  margin: 30px 0;
}
.bnr-concierge_above{
  display: flex;
  background:linear-gradient(103deg, #3F55FF 0%, #3F55FF 40%, #FAFF01 40%, #FAFF01 100%); 
}

/* 動く */
.underlined-text {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #FFFF2B;
  padding: 0 10px 1px;
}

.underlined-text::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 99%;
  height: 3px;
  background-color: #FFF792;
  transform: scaleX(0);
  transform-origin: bottom left;
  animation: underlineDelay 2.2s 1 0.4s ease-in-out forwards; /* 遅延とアニメーションの設定 */
  animation-iteration-count:infinite;
}

@keyframes underlineDelay {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}


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

#news_list{
	width:88%;
	margin: 10px auto 20px;		
}
.nl_head{
	width:88%;
}
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
.bigprt {
  display: block;
}
.bigprt_pp {
	width: 98%;
	margin: 7px 4px;
	background: #097eff;
	padding: 10px 7px;
	border-radius: 6px;
}

.pepar_link {
  display: block;
}

.plink {
	width: 100%;
	margin: 3px 2px;
	background: #097eff;
	padding: 5px 2px;
	border-radius: 4px;
	font-size:14px;
	text-align: center;
	line-height: 1.4em;
}

.plink a{
	color: #FFFF00;
}

.row_text {
	position:relative;
	margin: 0 auto;
	color: #043aca;
	height: 175px;
	background-image: url(../images/ct/check.png);
	background-repeat: no-repeat;
	width: 96%;
	font-size: 18px;
	font-weight: bold;
	padding-left: 110px;
}

.row_text span{
	position: absolute;
	top: 50%;
	left:15%;
}	

h2.tophead {
  width: 80%;
  margin: 10px auto 5px;
  text-align: center;
  padding: 0.8rem 2rem;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  border-radius: 50vh;
  background: #01175D;
}
	
h2.icon_h1 span,
h2.icon_h2 span,
h2.icon_h3 span,
h2.icon_h4 span,
h2.icon_h5 span {
	font-size:16px;
	position: absolute;
	top: 38%;
	left:28%;
}

h2.icon_h span {
	font-size:16px;
	position: absolute;
	top: 26%;
	left:22%;
}	

.industry {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.idtry_child {
	width: 50%;
	color: #FFF;
	padding-top:20px;
	padding-bottom: 34px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/ct/icon_sq.png);
	background-repeat: no-repeat;
	background-size:cover;/* 画像のサイズを指定 */
}

.idtry_child a {
	display: block;
}

.idtry_child a:hover {
	background: #FFF;
}

.toptxt2 {
  margin: 10px auto 0;
  font-size: 20px;
  line-height: 2.1rem;
  text-align: center;
  padding: 0.8rem 2rem;
  color: #fff;
  background-image: linear-gradient(150deg, rgba(0, 15, 101, 1) 10%, rgba(2, 83, 204, 1) 40%, rgba(0, 58, 255, 1) 68%, rgba(35, 102, 247, 1) 90%);
  text-shadow: 3px 3px 5px rgba(14, 51, 29, 0.5);
  border-radius: 1vh;
}

#features {
	background: #FFF;
	width: 100%;
}
.fts_box {
	display: block;
}

.blk1 {
	width: 100%;
	padding: 0 12px 12px 12px;
	margin: 5px;
	border: 2px dashed #eaeaea;
	line-height:1.6;
	font-size: 14px;
}	

.fts_title {
	margin: 25px auto;
	text-align: center;
	font-size: 1.6em;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.fts_title span{
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin: 15px auto 10px;
	text-align: center;
	color: #f29631;
	font-weight: bold;
	font-size: 1.6em;
}
	
}

@media screen and (max-width: 600px){
  .bnr-concierge_above{
    flex-direction: column;
    background: none;
  }
}
.bnr-concierge_above__left{
  width: 40%;
  position: relative;
  padding: 10px 20px;
}
@media screen and (max-width: 600px){
  .bnr-concierge_above__left{
    width: 100%;
    background-color: #3F55FF;
    padding: 6px 20px;
  }
}
.bnr-concierge_above__left:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 11px #fafcfc;
  border-bottom: solid 65px #3F55FF;
  z-index: 2;
}
@media screen and (min-width:980px) and (max-width: 1080px){
  .bnr-concierge_above__left:before{
    border-bottom: solid calc(57 / 1080 * 100vw) #3F55FF;
  }
}
@media screen and (min-width:601px) and (max-width: 820px){
  .bnr-concierge_above__left:before{
    border-bottom: solid calc(62 / 820 * 100vw) #3F55FF;
  }
}
@media screen and (max-width: 600px){
  .bnr-concierge_above__left:before{
    content: none;
  }
}

.bnr-concierge_above__right{
  width: 60%;
  position: relative;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width:601px) and (max-width: 820px){
  .bnr-concierge_above__right{
    padding: 8px 10px;
  }
}
@media screen and (max-width: 600px){
  .bnr-concierge_above__right{
    width: 100%;
    background-color: #FAFF01;
    padding: 8px 10px;
    justify-content: space-evenly;
  }
}
.bnr-concierge_above__right:after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 11px #FAFF01;
  border-bottom: solid 65px white;
  z-index: 2;
}
@media screen and (min-width:980px) and (max-width: 1080px){
  .bnr-concierge_above__right:after{
    border-bottom: solid calc(60 / 1080 * 100vw) white;
  }
}
@media screen and (min-width:601px) and (max-width: 820px){
  .bnr-concierge_above__right:after{
    border-bottom: solid calc(71 / 820 * 100vw) white;
  }
}
@media screen and (max-width: 600px){
  .bnr-concierge_above__right:after{
    content: none;
  }
}
.bnr-concierge_above__text01{
  transform: skewX(-10deg);
  font-weight: bold;
  font-size: 25px;
  color: #F8ED01;
}
@media screen and (min-width:980px) and (max-width: 1080px){
  .bnr-concierge_above__text01{
    font-size: calc(22 / 1080 *100vw);
    text-align: center;
  }
}
@media screen and (min-width:601px) and (max-width: 820px){
  .bnr-concierge_above__text01{
    text-align: center;
    font-size: calc(22 / 820 *100vw);
  }
}
@media screen and (max-width: 600px){
  .bnr-concierge_above__text01{
    text-align: right;
    text-align: center;
    padding-left: calc(70 / 375 *100vw);
    font-size: 20px;

  }
}
.bnr-concierge_above__text02{
  transform: skewX(-12deg);
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
  opacity: .95;
}
@media screen and (min-width:980px) and (max-width: 1080px){
  .bnr-concierge_above__text02{
    font-size: 12px;
  }
}
@media screen and (min-width:601px) and (max-width: 820px){
  .bnr-concierge_above__text02{
    font-size: calc(15 / 820 *100vw);
  }
}
@media screen and (max-width: 600px){
  .bnr-concierge_above__text02{
  font-size: 13px;
  text-align: right;
  text-align: center;
    padding-left: calc(70 / 375 *100vw);
  }
}
.bnr-concierge_above__text03{
  transform: skewX(-13deg);
  font-size: 36px;
  letter-spacing: 3px;
  text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
  -1px 1px 0 #000, 1px -1px 0 #000,
  0px 1px 0 #000,  0 -1px 0 #000,
  -1px 0 0 #000, 1px 0 0 #000;
}
@media screen and (min-width:980px) and (max-width: 1080px){
  .bnr-concierge_above__text03{
    font-size: calc(32 / 1080 *100vw);
  }
}
@media screen and (min-width:601px) and (max-width: 820px){
  .bnr-concierge_above__text03{
    text-align: center;
    font-size: calc(30 / 820 *100vw);
  }
}
@media screen and (max-width: 600px){
  .bnr-concierge_above__text03{
    font-size: 25px;
  }
}
.bnr-concierge_above__text04{
  font-weight: bold;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (min-width:601px) and (max-width: 820px){
  .bnr-concierge_above__text04{
    font-size: calc(12 / 820 *100vw);
  }
}
@media screen and (max-width: 600px){
  .bnr-concierge_above__text04{
    font-size: 10px;
  }
}
.bnr-concierge_bottom{
  padding: 15px 4px 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px){
  .bnr-concierge_bottom{
    padding: 10px 0 0;
    flex-direction: column;
  }
}
.bnr-concierge_bottom__left{
  width: 20%;
  padding-right: 8px;
}
@media screen and (max-width: 600px){
  .bnr-concierge_bottom__left{
    width: 100px;
    position: absolute;
    top: calc(-20 / 375 *100vw);
    left: 1px;
  }
}	
.bnr-concierge_bottom__left img{
  width: 100%;
}
.bnr-concierge_bottom__right{
  width: 80%;
}
@media screen and (max-width: 600px){
  .bnr-concierge_bottom__right{
    width: 100%;
  }
}	
.bnr-concierge_bottom__text{
  font-size: 12px;
  font-weight:bold;
  margin-top: 4px;
  line-height: 1.6;
  padding-left:2em;
  text-indent:-2em;
}
@media screen and (max-width: 600px){
.bnr-concierge_bottom__text{
  line-height: 1.4;
  margin-top: 8px;
  }
.tophead_txt {
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
}
}	
.bnr-concierge_bottom__text.red_t{
  color: #fb0d15;
}


