/*----------------------------------
	body
-----------------------------------*/
body {
	font-family:"-apple-system,BlinkMacSystemFont,Helvetica Neue,YuGothic,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif";
	background:#fff;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.sp-block {
	display: none;
}
/*----------------------------------
	wrapper
-----------------------------------*/
#wrapper {

}
/*----------------------------------
	header
-----------------------------------*/
header {
	position: relative;
	width: 100%;
	height: 450px;
	background: url("/common/images/bg/bg.jpg") no-repeat center center;
	background-size: cover;
}
header h1{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 200px;
	height: 50px;
}
header h2{
	position: absolute;
	right: 50px;
	bottom: 50px;
	color: #fff;
	font-size: 3.5rem;
	letter-spacing: 0.2rem;
	text-shadow:1px 1px 3px #ccc;
}
/*----------------------------------
	a img
-----------------------------------*/
a img:hover {
}


/*----------------------------------
	footer
-----------------------------------*/
footer {
	text-align: center;
	font-size: 1.2rem;
	padding: 5.0rem 0;
	border-top: 1px solid #eee;
}


/*----------------------------------
	nav
-----------------------------------*/

/*----------------------------------
	sideblock
-----------------------------------*/


/*----------------------------------
	共通
-----------------------------------*/
h2.section-ttl {
	font-size: 3.5rem;
	text-align: center;
	margin-bottom: 5.0rem;
}
.rubi {
	text-align: right;
}
/*----------------------------------
	about
-----------------------------------*/
#about {
	background: #eee;
	padding: 5.0rem 0;
	margin-bottom: 5.0rem;
}
#about ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
}
#about ul li{
	width: 45%;
	text-align: center;
	background: #fff;
	margin-bottom: 3.0rem;
}
#about ul li h3{
	font-size: 2.1rem;
	padding: 3.0rem 0;	
}
#flow {
	margin-bottom: 8.0rem;
}
.flow_design {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}

.flow {
  padding-left: 0;
  width: 100%;
}

.flow > li {
  list-style-type: none;
  display: flex;
}

.flow > li:not(:last-child) {
  margin: 0 0 50px;
}

.flow > li .icon {
  width: 150px;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #000;
  border-radius: 5px 5px 0 0;
  position: relative;
  line-height: 125%;
  margin: 0;
  font-size: 1.8rem;
}
.flow > li .icon::after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 20px solid #000;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.flow > li dl {
  padding: 0 0 0 30px;
  width: calc(100% - 165px);
}

.flow > li dl dt {
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-size: 1.8em;
  font-weight: bold;
  border-bottom: 4px solid #CCCCCC;
  position: relative;
}
.flow > li dl dt::after {
  content: '';
  width: 20%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #000;
}

.flow > li dl dd {
  margin: 0;
  font-size: 1.6rem;
}
#check-list {
	background: #eee;
	padding: 5.0rem 0;
	margin-bottom: 5.0rem;
}
#check-list article{
	width: 600px;
	margin: 0 auto;
}
#check-list ul{
	margin-bottom: 1.5rem;
}
#check-list ul li {
  position: relative;
  line-height: 1.8;
  font-size: 1.8rem;
  margin-bottom: 2.0rem;
  border-bottom: 1px solid #fff;
  padding-left: 3.5rem;
}
#check-list ul li:last-child{
	margin-bottom: 0;
}
#check-list ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 0.5rem;
  width: 15px;
  height: 10px;
  border-left: 3px solid #B10000;
  border-bottom: 3px solid #B10000;
  transform: rotate(-45deg);
}
#contact {
	width: 1000px;
	margin: 0 auto 5.0rem;
}

.content-contact ul {
    display: table;
    table-layout: fixed;
    width: 100%
}

.content-contact li {
    display: table-cell;
    text-align: center;
}

.content-contact .tel,
.content-contact .web {
    border-radius: 4px;
    color: #fff;
    padding: 20px;
    font-weight: 600;
}

.content-contact .tel {
    background: #ffc000;
    margin-right: 20px
}

.content-contact .icon {
	width: 60px;
	margin: 0 auto 1.0rem;
}

.content-contact .web {
	position: relative;
    background: #39ad36;
    margin-left: 20px
}
.content-contact .web .qr {
	width: 100px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.content-contact .title {
    font-weight: 700;
    font-size: 120%;
    margin-bottom: 10px
}

.content-contact .btn {
    margin-top: 20px
}

.content-contact .num {
    font-size: 240%;
    font-weight: 700;
    margin-top: 10px
}

.content-contact .hour {
    margin-top: -5px
}

.content-contact02 {
    margin-top: 80px;
}
.contact-btn a{
	background: #fff;
	border: 2px solid #fff;
	color: #39ad36;
	width: 80%;
	text-align: center;
	display: inline-block;
	font-size: 1.8rem;
	padding: 1.0rem 0;
	transition: 0.5s;
}
.contact-btn a:hover {
	background: #39ad36;
	color: #fff;
}