@charset "UTF-8";
/* CSS Document */


@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

/* =================================
 reset
================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	color:#000;
	position: relative;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
}
p{
	line-height: 1.8em;
}
iframe {
	vertical-align: bottom;
	border: 0;
}
table th,
table td {
	vertical-align: top;
}
input,
/*select,*/
textarea,
button {
	/*-webkit-appearance: none;*/
	-moz-appearance: none;
}
/*select::-ms-expand {
	display: none;
}*/
*, :after, :before {
	box-sizing: border-box;
}

@media screen and (min-width: 621px) {
a[href^="tel:"] {
    pointer-events: none;
}
}
/* =================================
clearfix
================================= */

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-table;
	min-height:1%;
}
/* \*/
html .clearfix{
	* height:1%;
}
.clearfix{
	display:block;
}
/* */
.clear {
	clear: both;
}

/* =================================
 画像サイズ（レスポンシブ仕様）
================================= */
img.img100{
	width:100%;
	max-width: 100%;
	line-height: 0;
	vertical-align: bottom;
	display: block;
}
img.imgCenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
}
img.imgLeft{
	display: block;
	margin-right: auto;
	max-width:100%;
}
img.imgRight{
	display: block;
	margin-left: auto;
	max-width:100%;
}

/* =================================
 margin・padding
================================= */

/*margin right*/
.mr05 {
    margin-right: 5px;
  }
  .mr10 {
    margin-right: 10px;
  }
  .mr15 {
    margin-right: 15px;
  }
  .mr20 {
    margin-right: 20px;
  }
  .mr25 {
    margin-right: 25px;
  }
  .mr30 {
    margin-right: 30px;
  }
  .mr35 {
    margin-right: 35px;
  }
  .mr40 {
    margin-right: 40px;
  }
  .mr45 {
    margin-right: 45px;
  }
  .mr50 {
    margin-right: 50px;
  }
  /*margin left*/
  .ml05 {
    margin-left: 5px;
  }
  .ml10 {
    margin-left: 10px;
  }
  .ml15 {
    margin-left: 15px;
  }
  .ml20 {
    margin-left: 20px;
  }
  .ml25 {
    margin-left: 25px;
  }
  .ml30 {
    margin-left: 30px;
  }
  .ml35 {
    margin-left: 35px;
  }
  .ml40 {
    margin-left: 40px;
  }
  .ml45 {
    margin-left: 45px;
  }
  .ml50 {
    margin-left: 50px;
  }
  /*margin top*/
  .mt00 {
    margin-top: 0px !important;
  }
  .mt05 {
    margin-top: 5px;
  }
  .mt10 {
    margin-top: 10px;
  }
  .mt15 {
    margin-top: 15px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mt25 {
    margin-top: 25px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mt35 {
    margin-top: 35px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mt45 {
    margin-top: 45px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mt80 {
    margin-top: 80px;
  }
  .mt100 {
    margin-top: 100px;
  }
  /*margin bottom*/
  .mb00 {
    margin-bottom: 0px !important;
  }
  .mb05 {
    margin-bottom: 5px;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb25 {
    margin-bottom: 25px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb35 {
    margin-bottom: 35px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mb45 {
    margin-bottom: 45px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .mb100 {
    margin-bottom: 100px;
  }
  /*padding right*/
  .pr05 {
    padding-right: 5px;
  }
  .pr10 {
    padding-right: 10px;
  }
  .pr15 {
    padding-right: 15px;
  }
  .pr20 {
    padding-right: 20px;
  }
  .pr25 {
    padding-right: 25px;
  }
  .pr30 {
    padding-right: 30px;
  }
  .pr35 {
    padding-right: 35px;
  }
  .pr40 {
    padding-right: 40px;
  }
  .pr45 {
    padding-right: 45px;
  }
  .pr50 {
    padding-right: 50px;
  }
  /*padding left*/
  .pl05 {
    padding-left: 5px;
  }
  .pl10 {
    padding-left: 10px;
  }
  .pl15 {
    padding-left: 15px;
  }
  .pl20 {
    padding-left: 20px;
  }
  .pl25 {
    padding-left: 25px;
  }
  .pl30 {
    padding-left: 30px;
  }
  .pl35 {
    padding-left: 35px;
  }
  .pl40 {
    padding-left: 40px;
  }
  .pl45 {
    padding-left: 45px;
  }
  .pl50 {
    padding-left: 50px;
  }
  /*padding top*/
  .pt05 {
    padding-top: 5px;
  }
  .pt10 {
    padding-top: 10px;
  }
  .pt15 {
    padding-top: 15px;
  }
  .pt20 {
    padding-top: 20px;
  }
  .pt25 {
    padding-top: 25px;
  }
  .pt30 {
    padding-top: 30px;
  }
  .pt35 {
    padding-top: 35px;
  }
  .pt40 {
    padding-top: 40px;
  }
  .pt45 {
    padding-top: 45px;
  }
  .pt50 {
    padding-top: 50px;
  }
  .pt80 {
    padding-top: 80px;
  }
  .pt100 {
    padding-top: 100px;
  }
  /*padding bottom*/
  .pb05 {
    padding-bottom: 5px;
  }
  .pb10 {
    padding-bottom: 10px;
  }
  .pb15 {
    padding-bottom: 15px;
  }
  .pb20 {
    padding-bottom: 20px;
  }
  .pb25 {
    padding-bottom: 25px;
  }
  .pb30 {
    padding-bottom: 30px;
  }
  .pb35 {
    padding-bottom: 35px;
  }
  .pb40 {
    padding-bottom: 40px;
  }
  .pb45 {
    padding-bottom: 45px;
  }
  .pb50 {
    padding-bottom: 50px;
  }
  .pb80 {
    padding-bottom: 80px;
  }
  .pb100 {
    padding-bottom: 100px;
  }
  
  /*All padding*/
  .pd05{
    padding:5px;
    box-sizing: border-box;
}
  .pd10{
      padding:10px;
      box-sizing: border-box;
  }
  .pd20{
      padding:20px;
      box-sizing: border-box;
  }
  .pd30{
      padding:30px;
      box-sizing: border-box;
  }
  .pd50{
      padding:50px;
      box-sizing: border-box;
  }
  
/* =================================
font（weight）
================================= */
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal !important;
}
.weight400{
  font-weight: 400;
}
.weight700{
  font-weight: 700;
}
.weight900{
  font-weight: 900;
}

/* =================================
font（size %）
================================= */
.font50 {
	font-size: 50% !important;
}
.font60 {
	font-size: 60% !important;
}
.font70 {
	font-size: 70% !important;
}
.font80 {
	font-size: 80% !important;
}
.font90 {
	font-size: 90% !important;
}
.font100 {
	font-size: 100% !important;
}
.font110 {
	font-size: 110% !important;
}
.font120 {
	font-size: 120% !important;
}
.font130 {
	font-size: 130% !important;
}
.font150 {
	font-size: 150% !important;
}
.font200 {
	font-size: 200% !important;
}

/* =================================
font（size px）
================================= */
.font10px{
	font-size: 10px;
}
.font12px{
	font-size: 12px;
}
.font14px{
	font-size: 14px;
}
.font16px{
	font-size: 16px;
}
.font18px{
	font-size: 18px;
}
.font20px{
	font-size: 20px;
}
.font25px{
	font-size: 25px;
}
.font30px{
	font-size: 30px;
}
@media screen and (min-width: 769px) {
  .font10-12px{
		font-size: 12px;
	}
	.font12-14px{
		font-size: 14px;
	}
	.font14-16px{
		font-size: 16px;
	}
	.font16-18px{
		font-size: 18px;
	}
	.font16-20px{
		font-size: 20px;
	}
  .font12-18px{
		font-size: 18px;
	}
	.font18-20px{
		font-size: 20px;
	}
  .font18-23px{
		font-size: 23px;
	}
	.font18-25px{
		font-size: 25px;
	}
	.font20-25px{
		font-size: 25px;
	}
  .font18-30px{
		font-size: 30px;
	}
	.font20-30px{
		font-size: 30px;
	}
	.font22-30px{
		font-size: 30px;
	}
	.font25-30px{
		font-size: 30px;
	}
	.font30-35px{
		font-size: 35px;
	}
  .font30-40px{
		font-size: 40px;
	}
}
@media screen and (max-width: 768px) {
  .font10-12px{
		font-size: 10px;
	}
  .font12-14px{
		font-size: 12px;
	}
	.font14-16px{
		font-size: 14px;
	}
	.font16-18px{
		font-size: 16px;
	}
	.font16-20px{
		font-size: 16px;
	}
  .font12-18px{
		font-size: 12px;
	}
	.font18-20px{
		font-size: 18px;
	}
  .font18-23px{
		font-size: 18px;
	}
	.font18-25px{
		font-size: 18px;
	}
	.font20-25px{
		font-size: 20px;
	}
  .font18-30px{
		font-size: 18px;
	}
	.font20-30px{
		font-size: 20px;
	}
	.font22-30px{
		font-size: 22px;
	}
  .font25-30px{
		font-size: 25px;
	}
	.font30-35px{
		font-size: 30px;
	}
  .font30-40px{
		font-size: 30px;
	}
}

/* =================================
font（family）
================================= */
.yu_font{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.yugo_font{
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}
.heisei_font{
	font-family: "heisei-kaku-gothic-std","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.cent_font{
	font-family: Century Gothic, sans-serif;
}
.noto_font{
  font-family: 'Noto Sans JP', sans-serif;
}

/* =================================
font（color）
================================= */

.white{
	color:#fff;
}
.blk{
	color:#000;
}
.blue{
  color:#1766ae;
}
.sky{
  color:#23afdc;
}
.pink{
  color:#ff655f;
}
.yellow{
  color:#ffff00;
}


/* =================================
サイズ
================================= */
.width200{
  width:200px;
  margin-left: auto;
  margin-right: auto;
}
.width300{
  width:300px;
  margin-left: auto;
  margin-right: auto;
}

/* =================================
テキスト揃え
================================= */
.txtJustify{
	text-align:justify;
}
.txtCenter{
	text-align:center;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;
}

/* =================================
テキスト行間
================================= */
.lh10{
	line-height:1em;
}
.lh15{
	line-height:1.5em;
}
.lh18{
	line-height:1.8em;
}
.lh20{
	line-height:2.0em;
}

/* =================================
文字間
================================= */
.ls01{
	letter-spacing: 0.1em;
}
.ls02{
	letter-spacing: 0.2em;
}

/* =================================
改行
================================= */

/*スマホのみ改行*/
@media screen and (min-width: 769px) {
    .kaigyouSp {
     display: none;
    }
}
/*PCのみ改行*/
@media screen and (max-width: 768px) {
    .kaigyouPc {
        display: none;
    }
}

/* =================================
インラインブロック
================================= */
.inlineBlock{
  display: inline-block;
}

/* =================================
マーカーアニメーション
================================= */
 
.marker-animation.active{
    background-position: -100% .5em;
}
.marker-animation {
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
.marker-animation01{/*黄色*/
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
}

/* =================================
見出し
================================= */
.midashiLine{
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.midashiLine:before,
.midashiLine:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.midashiLine:before {
  left:0;
}
.midashiLine:after {
  right: 0;
}

.midashiIco{
  position: relative;
}
.midashiIco:after{
  content: url(../images/bar_tit.png);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}


/* =================================
背景色
================================= */
.bgWhite{
	background: #fff;
}
.bgYellow{
	background: #ffff00;
}
.bgGray{
	background: #f1f1f1;
}

/* =================================
三角
================================= */
/*下三角（白）*/
.triangle01{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
}
/*下三角（水色）*/
.triangle02{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: #d0e8f4 transparent transparent transparent;
}

/* =================================
角丸
================================= */
.radius05{
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.radius10{
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

/* =================================
 スマホ・PC それぞれの表示・非表示
================================= */

@media screen and (min-width: 769px) {
    .sp_only{
        display:none !important;
    }
}

@media screen and (max-width: 768px) {
    .pc_only{
        display:none !important;
    }
}

/* =================================
 inner
================================= */
.inner{
	width: 1000px;
	max-width: calc(100% - 30px);
	margin-left:auto;
	margin-right:auto;
}
.inner100{
	width: 1000px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.inner768{
	width: 768px;
	max-width: calc(100% - 30px);
	margin-left:auto;
	margin-right:auto;
}

/* =================================
 flexbox
================================= */

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.flex-wrap{
	flex-wrap:wrap; 	/*要素を折り返して繰り返す*/
}
.space-between{
	justify-content: space-between; /*均等に間隔をあける*/
}
.row-reverse{
	flex-flow: row-reverse; /*並び順を逆にする*/
}
.border-box{
	box-sizing:border-box;
}
@media(max-width:768px)  {
	.flex_block{
		display: block;
	}
}

@media(min-width:769px) {
	.flexBox2{
		width:48%;
    }
    .flexBox3{
        width:31%;
    }
    .flexBox4{
		width:24%;
    }
}
@media(max-width:768px) {
	.flexBox2{
      width:100%;
      margin-bottom: 30px;
    }
    .flexBox3{
      width:100%;
      margin-bottom: 30px;
    }
    .flexBox4{
      width:49%;
      margin-bottom: 30px;
    }
}
.flexBox3B{
  width:32%;
}

/* =================================
 float
================================= */
.left{
	float: left;
}
.right{
	float: right;
}

/* =================================
 header
================================= */
body{
	position: relative;
}
.header{
	position: fixed;
	background: rgba(255,255,255,0.8);
	z-index: 999;
}
@media(min-width:1000px) {
	.header{
		width:100%;
		height:100px;
	}
}
@media(max-width:999px) {
	.header{
		width:100%;
		height:60px;
	}
}
.logo{
	float: left;
}
.logo img{
	display:block;
	width: 100%;
}
.logo a{
	display: block;
}
@media(min-width:1000px) {
	.logo{
		width:300px;
	}
  .logo img{
    padding: 22px 0;
  }
}
@media(max-width:999px) {
	.logo{
		width:200px;
	}
  .logo img{
    padding: 4px 0;
  }
}

.headerInfo{
	float: right;
}
@media(min-width:1000px) {
	.headerInfoSp{
		display: none;
	}
	.headerInfoPc{
		margin-top: 25px;
	}
  p.headerInfoPcTel{
    font-size: 35px;
  }
  p.headerInfoPcTel::before{
    content: url(../images/head_tel.png);
    margin-right: 10px;
    position: relative;
    top: 4px;
  }
}
@media(max-width:999px) {
	.headerInfoPc{
		display: none;
	}
	.headerInfo{
		width:45px;
		padding-top: 7.5px;
	}
  .headerInfoSp{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;    /*全ての要素の高さを揃える*/
    justify-content: space-between; /*均等に間隔をあける*/
  }
  .headerInfoSp a{
    display: block;
    width:45px;
  }
  .headerInfoSp a img{
    display: block;
    width:100%;
  }
}

/* =================================
 main
================================= */
@media(min-width:1000px) {
	main.main{
		padding-top:100px;
	}
}
@media(max-width:999px) {
	main.main{
		padding-top:60px;
	}
}

/* =================================
 メインビジュアル
================================= */
.mv{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,d0e8f4+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #d0e8f4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#d0e8f4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#d0e8f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0e8f4',GradientType=0 ); /* IE6-9 */
  border-bottom:40px solid #1866ae;
}
.mvBox img{
  display: block;
  width:80px;
  margin-left: auto;
  margin-right: auto;
}
.mvBox{
  border:3px solid #23afdc;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
}
@media(min-width:769px) {
  .mvLeft{
    width:65%;
    padding-top: 20px;
  }
  .mvRight{
    width:32%;
  }
  .mvBox{
    padding:15px 10px;
  }
}
@media(max-width:768px) {
  img.pic_mv{
    max-width:400px;
    width:80%;
  }
  .mvLeft{
    width:100%;
  }
  .mvRight{
    width:200px;
    margin-left: auto;
    margin-right: auto;
  }
  .mvBox{
    margin-bottom: 5px !important;
    padding: 5px;
  }
}

/* =================================
 Footer
================================= */

ul.footerSitemap li a{
	text-decoration: none;
	color:#1866ae;
	font-weight:bold;
}
@media screen and (min-width: 769px) {
	ul.footerSitemap li{
		display: inline-block;
	}
	ul.footerSitemap li:nth-child(1)::after{
		content: " | ";
	}
}
@media screen and (max-width: 768px) {
	ul.footerSitemap li{
		display: block;
	}
}

.copyright{
	background: #1866ae;
}
.copyright p{
	text-align: center;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
	line-height: 1.5em;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}
.copyright a{
	text-decoration: none;
	color:#fff;
}

/* =================================
 トップへ戻るボタン
================================= */
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 20px;
	z-index: 9999;
}
#pageTop i {
}
#pageTop a {
	display: block;
	color: #1866ae;
	font-weight: bold;
	font-size:35px;
	text-decoration: none;
	text-align: center;
	background:#ffff00;
	width:40px;
	height:40px;
	line-height: 1.1em;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* =================================
 申し込み
================================= */
.apps{
  padding-bottom: -15px;
}
.appsFukidashi  {
  top:-15px;
  position: relative;
  display: inline-block;
  width: 100%;
  background: #ff655f;
  border: solid 3px #fff;
  box-sizing: border-box;
  border-radius: 10px;
}
.appsFukidashi:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #ff655f;
  z-index: 2;
}
.appsFukidashi:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #fff;
  z-index: 1;
}
@media(min-width:769px) {
  .appsFukidashi{
    padding: 20px;
  }
  .appsL{
    width:200px;
  }
  .appsR{
    width:calc(100% - 220px);
  }
}
@media(max-width:768px) {
  .appsFukidashi{
    padding: 20px 10px;
  }
  .appsL{
    width:200px;
    margin-left: auto;
    margin-right:auto;
  }
  .appsR{
    width: 100%;
  }
}
.appsList{
  display: block;
  border:3px solid #23afdc;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffc8+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffc8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffc8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffc8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffc8',GradientType=0 ); /* IE6-9 */
text-decoration: none;
}
.appsList:hover{
  background: #fff;
}
p.appsTel{
  font-size: 35px;
}
p.appsTel::before{
  content: url(../images/head_tel.png);
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.appsMailMidashi{
  background: #ff655f;
  padding: 10px;
  border-radius: 100px;
}
p.appsEx{
  padding-left:1em;
  text-indent:-1em;
}
.hitsuyou{
  background: #1866ae;
  padding: 15px 15px 30px;
}
a.appsListBot{
  cursor: pointer;
}

/* =================================
 チェックボックス
================================= */
.check{
  background: url(../images/bg_check.jpg) no-repeat;
  background-size: cover;
}
.checkWrap{
  position: relative;
  display: inline-block;
  padding: 30px 20px 0 20px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
}
.checkWrap:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
ul.checkUl li{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom:1px dashed #23afdc;
  line-height: 1.5em;
  padding-left:38px;
  text-indent:-38px;
}
ul.checkUl li::before{
  content: url(../images/ico_check.png);
  margin-right: 5px;
  position: relative;
  top: 4px;
}

/* =================================
 サービス
================================= */
.about{
  background:#23afdc ;
  padding: 15px;
}
.serviceBox{
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  border:5px #d0e8f4 solid;
}
.serviceBoxL{
  background: #f2f2f2;
}
.serviceBoxR{
  background: #fffadc;
}

/* =================================
 資金回収までの流れ
================================= */
.flow{
  background: #d0e8f4;
}
.flowBox{
  padding: 0 20px 20px;
  box-sizing: border-box;
  border:5px #fff solid;
  border-radius: 10px;
}
.flowBoxL{
  background: #f1f1f1;
}
.flowBoxR{
  background: #fffadc;
}
.flowBox img{
  position: relative;
  top:-20px;
}
.flowBox h5{
  border-radius: 100px;
  padding: 10px;
  box-sizing: border-box;
}
.flowBoxL h5{
  background:#1866ae ;
}
.flowBoxR h5{
  background:#ff655f ;
}
.flowBox ol{
  list-style-type: none;
  counter-reset: item;
}
.flowBox ol li{
  text-indent: -2em;
  padding-left: 2em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.flowBox ol li:before {
  counter-increment: item;
  content: counter(item)'';
  margin-right: 0.5em;
}
.flowBoxL ol li:before{
  padding:8px;
  font-weight: bold;
  color: #fff;
  background: #1866ae;
}
.flowBoxL ol li{
  border-bottom:1px solid #1866ae;
}
.flowBoxR ol li:before{
  padding:8px;
  font-weight: bold;
  color: #fff;
  background: #ff655f;
}
.flowBoxR ol li{
  border-bottom:1px solid #ff655f;
}

/* =================================
 トップ・マネジメントのファクタリングご利用条件
================================= */
.terms{
  background: #f2f2f2;
}
table.termTb{
	width: 100%;
}
table.termTb th,table.termTb td{
	padding: 20px;
	vertical-align: middle;
	
}
table.termTb th{
	background:#1866ae;
	color:#fff;
	border-bottom:2px #fff solid;
}
table.termTb td{
	background: #fff;
	border-bottom:2px #1866ae solid;
}
@media(min-width:768px) {
	table.termTb th{
		width: 15em;
	}
}
@media(max-width:767px) {
	table.termTb,table.termTb tbody,table.termTb tr,
	table.termTb th,table.termTb td{
		display: block;
	}
	table.termTb th{
		border-bottom:none;
		text-align: left;
	}
	table.termTb th,table.termTb td{
		padding: 15px;
	}
}

/* =================================
 ４つのポイント
================================= */
.point{
  background: url(../images/bg_point.jpg) no-repeat;
  background-size: cover;
}
.pointBox{
  position: relative;
  background: rgba(255,255,255,0.9);
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0px 0px 10px 10px ;
}
.pointTag{
  background: #ff655f;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px 10px 0px 0px;
  height:50px;
  line-height: 30px;
  position: absolute;
  left:0;
  top:-50px;
}
.pointTag span{
  font-size:150%;
}

/* =================================
 Tranzax株式会社
================================= */
.stepTit{
  background: #23afdc;
  padding: 15px 0;
}

/* =================================
 ご利用のイメージ
================================= */
.image{
  background: #d0e8f4;
}
.imageTit{
  background: #1866ae;
  padding: 15px 0;
}
.imageBox{
  padding: 0 20px 20px;
  box-sizing: border-box;
  border:3px #2393dc solid;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 50px;
}
.imageBox img{
   position: relative;
   top:-30px;
}
.imageTxt{
  margin-top: -20px;
}
p.imageName{
  background: #23afdc;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 100px;
}
.kaitoriTit{
  background: #ffff00;
  border:1px #1866ae solid;
  box-sizing: border-box;
  padding:5px 10px;
  margin: 15px 0 10px;
}
.imageArrow{
width: 0;
height: 0;
border-style: solid;
border-width: 30px 40px 0 40px;
border-color: #ff645f transparent transparent transparent;
margin: 15px auto;
}

/* =================================
 条件を満たす法人様に限定
================================= */
.genteiBox{
  padding: 0 20px 20px;
  box-sizing: border-box;
  border:3px #d0e8f4 solid;
  border-radius: 10px;
  background: #2393dc;
  margin-bottom: 30px;
}
.genteiBox img{
   position: relative;
   top:-30px;
}
.genteiBox p{
   margin-top: -30px;
}

/* =================================
 よくある質問
================================= */
.faq{
    background: url(../images/bg_faq.jpg) no-repeat;
    background-size: cover;
}
dl.faqDl{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom:1px dashed #ffff00;
}
dl.faqDl dt,dl.faqDl dd{
    padding-left:32px;
    text-indent:-32px;
}
dl.faqDl dt{
  margin-bottom: 10px;
}
dl.faqDl dt::before{
  content: url(../images/ico_faq_q.png);
  margin-right: 5px;
  position: relative;
  top: 4px;
}
dl.faqDl dd::before{
  content: url(../images/ico_faq_a.png);
  margin-right: 5px;
  position: relative;
  top: 4px;
}

/* =================================
 国際ISMS
================================= */
.security{
  background:#d0e8f4;
}
.security .inner{
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 10px;
}
@media(max-width:768px) {
  .securityTit span{
    font-size:14px;
  }
}

/* =================================
 会社概要
================================= */
table.companyTb {
  width: 100%;
}
table.companyTb th,table.companyTb td{
  line-height: 1.5em;
  text-align: left;
}
table.companyTb th{
  font-weight: bold;
}

@media(min-width:769px) {
  table.companyTb th,table.companyTb td{
    padding: 15px 10px;
  }
  table.companyTb th{
    width:8em;
  }
  table.companyTb tr:nth-child(odd){
    background: #f1f1f1;
  }
}
@media(max-width:768px) {
  table.companyTb,table.companyTb tbody,table.companyTb tr,
  table.companyTb th,table.companyTb td{
    display: block;
  }
  table.companyTb th,table.companyTb td{
    padding: 5px 10px;
  }
  table.companyTb th{
    background: #f1f1f1;
  }
}

.headerInfoContact{
  width:100px;
  float: right;
  margin-left: 1rem;
}
.headerInfoContact a{
  background: #ff9400;
  width:100%;
  display: block;
  text-decoration: none;
  height: 80px;
  transition : all 0.5s ease 0s;
}
.headerInfoContact a:hover{
  background: #666;
}
.headerInfoContact a img{
  padding-top: 8px;
  width:45px;
}
.headerInfoContact a p{
  font-size:10px;
  font-weight:bold;
  text-align: center;
  line-height: 1em;
  margin-top: 5px;
  color: #fff;
  padding-bottom: 5px;
}

@media(max-width:999px) {
  .headerInfoContact a{
    height: 60px;
  }

  .headerInfoContact a img{
    padding-top: 8px;
    width:30px;
  }
}