@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

img {
	vertical-align: bottom;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.spOFF {
  display: none !important;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
}

/* ---------------------------
basic
------------------------------ */
* {
  margin: 0;
  padding: 0;
}

.only_pc {
	display: none;
}

/* ---------------------------
.header
------------------------------ */
header {
	width: 100%;
	background: #020045;
}
.header__inner {
	padding: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header__inner .logo {
	width: 70px;
}
.header__inner .logo img {
	width: 90%;
}
.header__inner h1 {
	font-size: 20px;
	color: #FEEB9D !important;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
}
.header__inner h1 .span_01 {
	font-size: 20px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	
	background: -moz-linear-gradient(0deg, #ECC152 0%, #FAE9AA 40%, #D4A806 70%, #C2AD09 100%);
	background: -webkit-linear-gradient(0deg, #ECC152 0%, #FAE9AA 40%, #D4A806 70%, #C2AD09 100%);
	background: linear-gradient(to right, #ECC152 0%, #FAE9AA 40%, #D4A806 70%, #C2AD09 100%);
	
	-moz-background-clip: text;
	-webkit-background-clip: text;
	background-clip: text;
	
	-moz-text-fill-color: rgba(255,255,255,0);
	-webkit-text-fill-color: rgba(255,255,255,0);
	text-fill-color: rgba(255,255,255,0);
}
.header__inner h1 .span_02 {
	display: block;
	font-size: 13px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	padding-top: 0.5rem;
	color: #FEEB9D;
}


/* ---------------------------
mainImg
------------------------------ */
.top__mainvisual {
	display: none;
}

.slider {
	width: 100%;
	margin: 0 auto;
}
.slick-slide {
	margin: 0px;
    height: auto;
}
.slick-slide img {
	width: 100%;
}
.slick-prev:before,
.slick-next:before {
    color: black;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity: .5;
}
.slick-current {
    opacity: 1;
}




/* ---------------------------
main
------------------------------ */
.main {
  
}

.sec__tit {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.1rem;
	margin-bottom: 2rem;
	display: flex;
    align-items: center;
}
.sec__tit:before,
.sec__tit:after {
	content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #111;
}
.sec__tit:before {
	margin-right: 1.5rem;
}
.sec__tit:after {
	margin-left: 1.5rem;
}

.sec01 {
	width: 100%;
	padding: 40px 0;
	background: linear-gradient(#000019 0%, #000019 40%, #1B1E5F 85%, #1B1E5F 100%);
}
.sec01__inner {
	width: 96%;
	margin: 0 auto;
}
.sec01__inner h2.sec01__tit {
	font-size: 24px;
	color: #F3D250;
	font-family: 'Noto Serif JP', serif;
	line-height: 140%;
	letter-spacing: 0.2rem;
	margin-bottom: 20px;
	text-align: center;
}
.sec01__inner p {
	color: #fff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.1rem;
}
.sec01__inner p br {
	display: none;
}


.sec02 {
	width: 100%;
	padding: 40px 0;
	background: linear-gradient(90deg, #020333 0%, #191950 50%, #020333 100%);
}
.sec02__inner {
	width: 96%;
	margin: 0 auto;
}
.sec02__inner h2.sec02__tit {
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	color: #FEEB9D;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	letter-spacing: 0.1rem;
	margin-bottom: 40px;
}
.sec02__inner h2.sec02__tit:before {
	content: "";
	display: inline-block;
	width: 90px;
	height: 2px;
	background: #FEEB9D;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 45px);
}
.sec02__cnt {
	display: flex;
	flex-direction: column;
}
.sec02__cnt__box {
	width: 100%;
	border: 1px solid #B2994E;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.sec02__cnt__box h3 {
	background: linear-gradient(90deg, #ECC152 0%, #FAE9AA 40%, #D4A806 70%, #C2AD09 100%);
	color: #020333;
	font-size: 16px;
	text-align: center;
	padding: 7px 0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 0.1rem;
	margin-bottom: 5px;
}
.sec02__cnt__box p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	line-height: 160%;
	letter-spacing: 0.1rem;
}


.sec03 {
	width: 100%;
	padding: 40px 0;
	position:relative;
	background: linear-gradient(80deg, #1B1B44 0%, #1B1B44 40%, #01012F 40%, #01012F 100%);
}
.sec03__inner {
	width: 96%;
	margin: 0 auto;
}
.sec03__tit {
	margin-bottom: 30px;
}
.sec03__tit h2 {
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	color: #FEEB9D;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	letter-spacing: 0.1rem;
	margin-bottom: 40px;
}
.sec03__tit h2:before {
	content: "";
	display: inline-block;
	width: 90px;
	height: 2px;
	background: #FEEB9D;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 45px);
}
.sec03__tit p {
	color: #fff;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.1rem;
	font-family: 'Noto Serif JP', serif;
}
.sec03__tit p span {
	font-size: 12px;
}
.sec03__tit p br {
	display: none;
}
.sec03__cnt {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.sec03__cnt__box {
	border: 1px solid #B2994E;
	display: flex;
	flex-direction: column;
	padding: 10px;
	box-sizing: border-box;
	align-items: center;
	margin-bottom: 15px;
}
.sec03__cnt__box .txt h3 {
	background: linear-gradient(90deg, #ECC152 0%, #FAE9AA 40%, #D4A806 70%, #C2AD09 100%);
	color: #020333;
	font-size: 16px;
	text-align: center;
	padding: 7px 0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 0.1rem;
	margin-bottom: 10px;
}
.sec03__cnt__box .txt dl {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
.sec03__cnt__box .txt dl dt {
	color: #FEEB9D;
	font-size: 16px;
	text-align: left;
	position: relative;
	margin-bottom: 30px;
}
.sec03__cnt__box .txt dl dt:before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 2px;
	background: #FEEB9D;
	position: absolute;
	bottom: -15px;
	left: 0;
}
.sec03__cnt__box .txt dl dd {
	color: #fff;
	font-size: 14px;
	text-align: left;
	line-height: 160%;
	margin-bottom: 10px;
}




.sec__contactBtn {
	border-top: 2px solid #EED476;
	border-bottom: 2px solid #EED476;
	border-image: linear-gradient(90deg, #ECC152 0%, #FAE9AA 40%, #D4A806 70%, #C2AD09 100%);
	border-image-slice: 1;
	background: #301D01;
	text-align: center;
	padding: 30px 0;
}
.sec__contactBtn p {
	font-size: 16px;
	font-family: 'Noto Serif JP', serif;
	line-height: 160%;
	margin-bottom: 20px;
	color: #FEEB9D;
	letter-spacing: 0.1rem;
}
.sec__contactBtn .btn {
	width: 96%;
	height: 60px;
	margin: 0 auto 20px;
	background: #fff;
}
.sec__contactBtn .btn a {
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(0deg, #BBB424 0%, #8F891C 22%, #625E13 50%, #746F17 50%, #928C1D 93%, #C1BA26 100%);
	padding: 5px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	text-decoration: none;
	outline: 1px solid #eee;
	outline-offset: -5px;
	line-height: 50px;
}
.sec__contactBtn ul li {
	font-size: 16px;
	color: #FEEB9D;
	font-family: 'Noto Serif JP', serif;
	line-height: 160%;
	letter-spacing: 0.1rem;
}
.sec__contactBtn ul li a[href*="tel:"] {
	text-decoration: none;
	line-height: 160%;
	color: #fff;
	font-size: 26px;
	letter-spacing: 0.1rem;
}



.sec04 {
	width: 100%;
	padding: 40px 0;
	background: linear-gradient(90deg, #020333 0%, #191950 50%, #020333 100%);
}
.sec04__inner {
	width: 96%;
	margin: 0 auto;
}
.sec04__tit {
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	color: #FEEB9D;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	letter-spacing: 0.1rem;
	margin-bottom: 40px;
}
.sec04__tit:before {
	content: "";
	display: inline-block;
	width: 90px;
	height: 2px;
	background: #FEEB9D;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 45px);
}
.sec04__cnt {
	display: flex;
	flex-direction: column;
}
.sec04__cnt__box {
	background: linear-gradient(0deg, #D4AD46 0%, #F3EA9D 100%);
	position: relative;
	display: inline-block;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px;
}
.sec04__cnt__box:before {
	content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -28px;
    margin-left: -14px;
    border: 14px solid transparent;
    border-top: 15px solid #D4AD46;
}
.sec04__cnt__box:last-of-type:before {
	display: none;
}
.sec04__cnt__box .img {
	display: none;
}
.sec04__cnt__box dl {
	font-family: 'Noto Serif JP', serif;
	color: #001F58;
	text-align: center;
}
.sec04__cnt__box dl dt {
	font-size: 12px;
}
.sec04__cnt__box dl dd {
	font-size: 24px;
}
.sec04__cnt__box p {
	margin: 0 auto;
	font-size: 18px;
	color: #001F58;
	font-family: 'Noto Serif JP', serif;
	text-align: left;
}



.sec05 {
	width: 100%;
	padding: 0 0 40px;
	background: linear-gradient(90deg, #020333 0%, #191950 50%, #020333 100%);
}
.sec05__tit {
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1rem;
	background: linear-gradient(0deg, #172C3D 0%, #172C3D 50%, #0D161D 50%, #142533 100%);
	border-top: 1px solid #2C3C49;
	border-bottom: 1px solid #2C3C49;
	padding: 20px 0;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.sec05__cnt {
	width: 96%;
	margin: 0 auto;
	padding-top: 25px;
}
.sec05__cnt__box {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
.sec05__cnt__box:nth-of-type(2) {
	flex-direction: column;
	margin-bottom: 0;
}
.sec05__cnt__box .txt {
	width: 100%;
	color: #fff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.sec05__cnt__box .txt h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.sec05__cnt__box .txt ul li {
	font-size: 14px;
	font-weight: 300;
	line-height: 160%;
	margin-bottom: 10px;
}
.sec05__cnt__box .pic {
	width: 100%;
}
.sec05__cnt__box .pic img {
	width: 100%;
}





.sec06 {
	width: 100%;
	padding: 40px 0;
	background: linear-gradient(#000019 0%, #000019 40%, #1B1E5F 85%, #1B1E5F 100%);
}
.sec06__tit {
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	color: #FEEB9D;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	letter-spacing: 0.1rem;
	margin-bottom: 40px;
}
.sec06__tit:before {
	content: "";
	display: inline-block;
	width: 90px;
	height: 2px;
	background: #FEEB9D;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 45px);
}
.sec06__cnt {
	width: 96%;
	margin: 0 auto;
}
.sec06__cnt__box {
	background: linear-gradient(#D4AD46 0%, #f3ea9d 100%);
	padding: 15px;
	margin-bottom: 10px;
}
.sec06__cnt__box dl dt {
	color: #001F58;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 1rem;
}
.sec06__cnt__box dl dt:before {
	content: "Q.";
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 20px;
	font-weight: 400;
	margin-right: 1rem;
}
.sec06__cnt__box dl dd {
	color: #8C0000;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	padding-left: 2.5rem;
	line-height: 160%;
	text-indent: 0.5rem;
}
.sec06__cnt__box dl dd:before {
	content: "A.";
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 20px;
	font-weight: 400;
	margin-left: -2.8rem;
	margin-right: 1rem;
}


/* ---------------------------
contactBox
お問い合わせ
------------------------------ */
.contactBox {
	position: relative;
	z-index: 200;
}

.contactBox__inner {
	background: #C2B8A4;
	padding: 30px 15px;
}
.contactBox__inner__tit {
	font-weight: bold;
	font-size: 3.5vw;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}
.contactBox__inner__cnt img {
	width: 100%;
}
.contactBox__inner__cnt__lst a:hover {
    opacity: 0.7;
}
.contactBox__inner__cnt__lst:first-child {
	margin-bottom: 10px;
}
.contactBox__inner__cnt__lst:last-child {
	background: #CAC2BC;
	padding: 15px;
}


/* ---------------------------
footer
------------------------------ */
footer {
  background: #222;
  padding: 20px 0;
}

address {
  font-size: 11px;
  text-align: center;
	color: #fff;
}


/* ---------------------------
form
------------------------------ */
.sec_form {
	background: #01012F;
	padding: 40px 0;
	color: #fff;
}
.sec_form__inner {
	width: 96%;
	margin: 0 auto;
}
.sec_form__inner_tit {
	margin-bottom: 30px;
	text-align: center;
}
.sec_form__inner_tit h2 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 20px;
	color: #fff;
	margin-bottom: 1rem;
}
.sec_form__inner_tit p {
	font-size: 14px;
	font-weight: 600;
	color: #40A9A5;
	position: relative;
}
.sec_form__inner_tit p:after {
	content: "";
	width: 90px;
	background: #41A9A5;
	height: 3px;
	display: inline-block;
	position: absolute;
	bottom: -1vw;
	left: 50%;
	transform: translateX(-50%);
}
.sec_form__inner__p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 160%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 0.5rem;
}
.sec_form__inner__p span {
	color: #F00;
	font-weight: 600;
	font-size: 14px;
}
.sec_form__inner__p a[href*="tel:"] {
	text-decoration: none;
	font-size: 18px;
	color: #ff9;
	letter-spacing: 0.1rem;
}
.sec_form__inner__caution {
	background: #eee;
	border-radius: 10px;
	padding: 30px;
}
.sec_form__inner__caution h4 {
	font-size: 14px;
	font-weight:  bold;
	padding-bottom: 7px;
	border-bottom: 2px solid #333;
	margin-bottom: 10px;
}
.sec_form__inner__caution p {
	font-size: 14px;
	line-height: 160%;
}

input[type=submit] {
	padding: 20px 0;
	width: 100%;
}

/* ---------------------------
inputForm
------------------------------ */
.inputForm {
  margin: 100px 0;
}

/* ---------------------------
contacThanks
------------------------------ */
.contacThanks {
  margin: 0 auto;
	padding: 0 15px;
}
.contacThanks h2 {
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.contacThanks p {
  line-height: 160%;
  margin-bottom: 20px;
}

/* ---------------------------
特典
------------------------------ */
.tokuten {
  margin: 0 auto 20px;
}
.tokuten img {
  width: 100%;
  height: auto;
}

/* ---------------------------
reason (イチコーが選ばれる理由)
------------------------------ */
.reason__tit {
  background: #D90000;
  border-bottom: solid 33px #9D0000;
  margin-bottom: 30px;
  height: 64px;
}
.reason__tit span {
  display: block;
  margin: 0 auto;
  position: relative;
}
.reason__tit span img {
  position: absolute;
  bottom: -97px;
  width: 98%;
  height: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.reason__subtit {
  font-weight: bold;
  font-size: 15px;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 170%;
}
.reason__cnt {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason__cnt__lst {
  background: #EEEEEE;
}
.reason__cnt__lst__tit {
  background: #9D0000;
  color: #fff;
  font-size: 18px;
  padding-left: 100px;
  height: 83px;
  font-weight: bold;
  line-height: 150%;
  display: flex;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  position: relative;
}
.reason__cnt__lst__tit img {
  position: absolute;
  bottom: 3px;
  left: 5px;
  width: 80px;
}
.reason__cnt__lst__txt {
  line-height: 160%;
  padding: 25px 15px;
}

/* ---------------------------
whatsPhone（ビジネス電話とは）
------------------------------ */
.whatsPhone {
  background: #C20000 url(../img/whatsPhone_bk.png) no-repeat center center;
  padding: 30px 0 10px;
  margin-bottom: 0px;
}
.whatsPhone__tit {
  width: 95%;
  margin: 0 auto 30px;
  background: #fff;
  margin: 0 auto 30px;
  text-align: center;
  border-radius: 100px;
  padding: 20px 0;
}
.whatsPhone__tit img {
  width: 100%;
  height: auto;
  max-width: 250px;
}
.whatsPhone__txt {
  margin: 0 auto 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
}
.whatsPhone__cnt {
  margin: 0 10px 0px;
}
.whatsPhone__cnt__lst__tit {
  line-height: 160%;
  background: #fff;
  margin-bottom: 3px;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
}
.whatsPhone__cnt__lst__txt {
  line-height: 160%;
  background: #fff;
  font-size: 14px;
  padding: 20px;
  line-height: 160%;
  margin-bottom: 20px;
}

/* ---------------------------
function（ビジネス電話とは）
------------------------------ */
.function__cnt {
  margin: 0 auto 0px;
}
.function__cnt__tit {
  background: #FFEEDD;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  line-height: 145%;
  font-size: 18px;
  font-weight: bold;
}
.function__cnt__tit img {
  margin-right: 20px;
}
.function__cnt__txt {
  background: #EEEEEE;
  padding: 20px 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  line-height: 160%;
  font-size: 14px;
}

/* ---------------------------
price（ビジネス電話とは）
------------------------------ */
.price {
  margin: 0 auto 20px;
}
.price img {
  width: 100%;
  height: auto;
}

/* ---------------------------
jirei（ビジネス電話導入事例）
------------------------------ */
.jirei__tit {
  background: #B20000;
  margin-bottom: 30px;
  position: relative;
}
.jirei__tit:after {
  content: "";
  width: 24px;
  height: 16px;
  background: url(../img/tit_bottom.png) no-repeat center center;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -16px;
}
.jirei__tit span {
  display: block;
  margin: 0 auto 30px;
  padding: 20px 0;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.jirei__lst {
  margin: 0 10px 30px;
}
.jirei__lst__item {
  margin-bottom: 20px;
  border: 1px #aaa solid;
  padding: 50px 20px 20px;
  box-sizing: border-box;
  position: relative;
  background-image: url(../img/jirei_bk02.png), url(../img/jirei_bk01.png);
  background-repeat: no-repeat , repeat;
  background-position: 98% 98% , center center;
}
.jirei__lst__item__label {
  position: absolute;
  top: -10px;
  left: -1px;
  background: #9D0000;
  width: 95px;
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}
.jirei__lst__item__gyousyu {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.jirei__lst__item__tit {
  font-size: 17px;
  font-weight: bold;
  color: #B20000;
  line-height: 130%;
  margin-bottom: 20px;
}
.jirei__lst__item__txt {
  line-height: 160%;
  font-size: 14px;
}

/* ---------------------------
flow（ビジネス電話導入の流れ）
------------------------------ */
.flow {
  margin: 0 10px 0px;
}
.flow__tit {
  background: #B20000;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  border-radius: 100px;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0;
}
.flow__lead {
  margin-bottom: 40px;
}
.flow__lead__cnt {
  margin-bottom: 20px;
}
.flow__lead__cnt__tit {
  color: #B20000;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 160%;
}
.flow__lead__cnt__txt {
  line-height: 160%;
  font-size: 14px;
}
.flow__lead__img {
  text-align: center;
}
.flow__lead__img img {
  width: 90%;
  height: auto;
}
.flow__lst__item {
  margin-bottom: 20px;
}
.flow__lst__item__tit {
  box-sizing: border-box;
  background: #FFE6DD;
  padding: 15px 0 15px 75px;
  font-size: 20px;
  position: relative;
  overflow: hidden;
}
.flow__lst__item__tit:before {
  content: "1";
  display: block;
  background: #B20000;
  color: #fff;
  position: absolute;
  text-align: center;
  padding-top: 15px;
  width: 58px;
  height: 50px;
  left: 0;
  top: 0;
  bottom: 0;
}
.flow__lst__item__txt {
  box-sizing: border-box;
  background: #EEEEEE;
  line-height: 160%;
  padding: 20px;
  font-size: 14px;
}
.flow__lst__item:nth-child(1) .flow__lst__item__tit:before {
  content: "1";
}
.flow__lst__item:nth-child(2) .flow__lst__item__tit:before {
  content: "2";
}
.flow__lst__item:nth-child(3) .flow__lst__item__tit:before {
  content: "3";
}
.flow__lst__item:nth-child(4) .flow__lst__item__tit:before {
  content: "4";
}
.flow__lst__item:nth-child(5) .flow__lst__item__tit:before {
  content: "5";
}
.flow__lst__item:nth-child(6) .flow__lst__item__tit:before {
  content: "6";
}
.flow__lst__item:nth-child(7) .flow__lst__item__tit:before {
  content: "7";
}

/* ---------------------------
qa（よくある質問）
------------------------------ */
.qa {
  background: #FFE6DD;
  padding-bottom: 30px;
}
.qa__tit {
  background: #B20000;
  margin-bottom: 10px;
  position: relative;
}
.qa__tit:after {
  content: "";
  width: 24px;
  height: 16px;
  background: url(../img/tit_bottom.png) no-repeat center center;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -16px;
}
.qa__tit span {
  display: block;
  margin: 0 auto 30px;
  padding: 20px 0;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.qa__inner {
  margin: 0 10px;
  padding: 10px;
  border: solid 2px #B20000;
  background: #fff;
}
.qa__lst {
  border-bottom: dashed 1px #ccc;

  padding-bottom: 10px;
  margin-bottom: 10px;
}
.qa__lst:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.qa__lst__tit {
  font-size: 18px;
  font-weight: bold;
  background: url(../img/q.png) no-repeat left 10px;
  background-size: 30px auto;
  margin-bottom: 10px;
  padding: 10px 0 14px;
  padding-left: 40px;
  line-height: 160%;
}
.qa__lst__txt {
  padding-left: 30px;
  background: url(../img/a.png) no-repeat left top;
  line-height: 160%;
  font-size: 14px;
}

/* ---------------------------
qa（よくある質問）
------------------------------ */
.inputForm {
  margin: 20px 0;
}

.formTbl {
  width: 95% !important;
}
.formTbl th {
  display: block;
  width: 100% !important;
  box-sizing: border-box;
  border: none !important;
	font-size: 4vw !important;
}
.formTbl td {
  display: block;
  width: 100% !important;
  box-sizing: border-box;
  border: none !important;
  padding-bottom: 20px !important;
}



.sp_pf_btn {
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 1000;
	display: flex;
}
.sp_pf_btn div {
	width: 60px;
	height: 60px;
	margin-left: 10px;
}
.sp_pf_btn div a {
	display: block;
}
.sp_pf_btn div a img {
	width: 100%;
}



/* animetion */

.anim {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transform: translateY(40px);
  opacity: 0;
  transition: 1s cubic-bezier(0.5, 0.1, 0.2, 1) 0.2s;
}
.anim:nth-child(1) {transition-delay: 0.1s;}
.anim:nth-child(2) {transition-delay: 0.3s;}
.anim:nth-child(3) {transition-delay: 0.5s;}
.anim:nth-child(4) {transition-delay: 0.7s;}
.anim:nth-child(5) {transition-delay: 0.9s;}
.anim:nth-child(6) {transition-delay: 1.1s;}
.anim:nth-child(7) {transition-delay: 1.3s;}
.anim:nth-child(8) {transition-delay: 1.5s;}
.anim:nth-child(9) {transition-delay: 1.7s;}
.anim:nth-child(10) {transition-delay: 1.9s;}
.anim.animStart {
  transform: translateY(0);
  opacity: 1;
}

.flex li:nth-child(1) a::after {transition: opacity 0.4s ease-in-out 0.2s, transform 0.4s;}
.flex li:nth-child(2) a::after {transition: opacity 0.4s ease-in-out 0.4s, transform 0.4s;}
.flex li:nth-child(3) a::after {transition: opacity 0.4s ease-in-out 0.6s, transform 0.4s;}
.flex li:nth-child(1) a.effectStart::before { transition-delay: 0s;}
.flex li:nth-child(2) a.effectStart::before { transition-delay: 0.2s;}
.flex li:nth-child(3) a.effectStart::before { transition-delay: 0.4s;}