@charset "utf-8";

/* レイアウト*/
body{
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'Noto Sans JP', sans-serif;
	color: #56443C;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
	background-color: #fff;
}

@media screen and (max-width:768px) {
body{
	font-size: 1rem;
	}
}

@media screen and (max-width:320px) {
body{
	font-size: 0.8rem;
	}
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:hover{
	opacity: 0.8;
}

img{
    width: 100%;
    height: auto;
}

.btn{
	display: inline-block;
	background-color: #D6733F;
	padding: 10px 30px;
	border-radius: 50px;
	text-align: center;
    width: 100%;
    margin: 0 auto;
	font-size: 1.6rem;
}

.vivit{
	color: #A29067;
}

/* decoration */

.kirakira01{
	width: 35px;
}

.kirakira02{
	width: 60px;
}

.arrow-yoko,
.arrow-tate{
	width: 150px;
}

.reason-deco img{
	width: 50px;
}

.arrow-down{
	width: 40px;
}
/*TOP*/

#top-main{
	width: 100%;
	/* height: 100vh; */
	position: relative;
}

h1{
	position: absolute;
	top: 20px;
	left: 50px;
	padding-right: 50px;
	z-index: 99;
}

h1 img{
	width: 20%;
	display: inline-block;
}

.lead01{
	font-size: 2rem;
}

.lead02{
	font-size: 3rem;
	text-shadow: 3px 3px 10px #fff;
}

.br-top{
	display: none;
}

#mv{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 80px;
	width: 90%;
	margin: 0 auto;
}

#mv figure{
	width: 55%;
	opacity: 0.8;
}

.top-contents{
	border: 2px solid #A29067;
	padding: 30px 50px;
	background-color: rgba(250,250,250,0.90);
	width: 45%;
	min-width: 535px;
	margin: 30px 0 0 -30px;
	z-index: 9;
}

.top-comment{
	color: #D6733F;
	font-size: 1.4rem;
}

h2{
	line-height: 1.4;
	margin-bottom: 20px;
	font-size: 1.6rem;
}

h2 span{
	color: #4E79BC;
	font-size: 2rem;
}

.easy{
	display: inline-block;
	color: #A29067;
	border: 1px solid #A29067;
	padding: 0 20px;
	margin-bottom: 20px;
	font-size: 1.4rem;
}

.top-contents ul{
	margin-bottom: 50px;
}

.top-contents ul li{
	color: #4E79BC;
	font-size: 1.4rem;
}

.under{
	border-bottom: 4px dotted #A29067;
}

@media screen and (max-width: 1024px) {
	#mv{
		width: 90%;
		flex-direction: column;
		padding-top: 130px;
	}
	
	#mv figure{
		width: 100%;
	}
	
	.top-contents{
		width: 90%;
		min-width: inherit;
		margin: -50px auto 0;
	}
}

@media screen and (max-width: 768px) {
	.lead01{
		font-size: 1.7rem;
	}
	
	.lead02{
		font-size: 2.7rem;
	}
	
	.br-top{
		display: block;
	}
	
	#mv{
		padding-top: 100px;
	}
	
	.top-contents{
		margin-top: -130px;
	}
}

@media screen and (max-width: 540px) {
	h1{
		left: 20px;
		padding-right: 0;
	}
	
	.lead01{
		font-size: 0.9rem;
	}
	
	.lead02{
		font-size: 1.4rem;
	}
	
	#mv{
		padding-top: 60px;
	}
	
	.top-comment{
		font-size: 1rem;
	}
	
	h2,
	.top-contents ul li,
	.easy{
		font-size: 1.1rem;
	}
	
	.btn{
		font-size: 1.2rem;
	}
	
	h2 span{
		font-size: 1.5rem;
	}
	
	.top-contents{
		padding: 20px;
		margin-top: -80px;
		width: 100%;
	}
	
	.top-contents ul{
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 420px) {
	h1{
		left: 15px;
	}
	
	.lead01{
		font-size: 0.8rem;
	}
	
	.lead02{
		font-size: 1.2rem;
	}
	
	.top-comment{
		font-size: 0.9rem;
	}
	
	h2,
	.top-contents ul li,
	.easy{
		font-size: 0.9rem;
	}
	
	h2 span{
		font-size: 1.3rem;
	}
	
	.top-contents{
		margin-top: 0;
	}
}

@media screen and (max-width: 320px) {
	.top-contents{
		margin-top: -60px;
	}
}

/* main-area common*/
.section{
	padding: 100px 50px;
}

.cv{
	padding: 0 50px 100px;
}

#section01{
	background-color: #ECF1F8;
}

h3{
	text-align: center;
	margin-bottom: 100px;
	font-size: 1.5rem;
}

.br-sp{
	display: none;
}

.btn-cv{
	display: block;
	max-width: 700px;
}

@media screen and (max-width: 540px) {
	.section{
		padding: 80px 30px;
	}
	
	.cv{
		padding: 0 30px 80px
	}
	
	h3{
		font-size: 1.4rem;
		margin-bottom: 80px;
	}
	
	.br-sp{
		display: block;
	}
}

@media screen and (max-width: 420px) {
	.section{
		padding: 80px 20px;
	}
	
	h3{
		text-align: left;
	}
}

@media screen and (max-width: 320px) {
	h3{
		font-size: 1.3rem;
	}
}

/*section01*/
#section01 ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	#section01 ul{
		width: 100%;
	}
}
#section01 ul li{
	background-color: #fff;
	border: 3px solid #A29067;
	border-radius: 30px;
	text-align: center;
	padding: 10px 20px;
	width: 30%;
	height: 145px;
	min-width: 270px;
	margin: 0 10px 20px;
	font-size: 1.1rem;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}

#section01 ul li:last-of-type{
	background-color: #A29067;
	color: #fff;
	font-size: 1.2rem;
	padding: 35px 15px;
	box-shadow: 0px 0px 0px 10px #A29067;
    border: 3px solid #fff;
}

#section01 ul li span{
	position: absolute;
	top: -20px;
	left: -20px;
	background-color: #A29067;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 5px;
	color: #fff;
	line-height: 1.5;
	font-size: 1.8rem;
	font-family: 'Lato', sans-serif;
}

/*section02*/
.section-02-item{
	background-color: #E5E2D7;
	text-align: center;
	padding: 50px 30px;
	width: 80%;
	margin: 0 auto 100px;
}

#section02 h4{
	font-size: 1.5rem;
	position: relative;
	display: inline-block;
	margin-bottom: 70px;
}

.kirakira01,.kirakira02{
	position: absolute;
}

.kirakira01{
	left: -40px;
}

.kirakira02{
	right: -60px;
	top: -30px;
}

.line{
	border-bottom: 5px solid #D46A32;
	border-radius: 20px;
}

.section02-detail{
	text-align: left;
	width: 60%;
	margin: 0 auto;
}

.section02-detail:last-of-type{
	margin-bottom: 50px;
}

.example{
	background-color: #fff;
	padding: 50px 20px;
	width: 100%;
}

.example-lead{
	text-align: left;
	padding-left: 50px;
	margin-bottom: 30px;
}
.example-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}

.example-before{
	border: 2px solid #56443c;
	padding: 40px 20px;
	text-align: left;
	width: 25%;
	min-width: 275px;
	font-size: 90%;
}

.example-change{
	margin: 0 30px;
}

.arrow-tate{
	display: none;
}

.example-after{
	width: 40%;
	text-align: left;
}

@media screen and (max-width: 1200px) {
	.section-02-item{
		width: 95%
	}
	.example-wrap{
		flex-direction: column;
	}
	
	.arrow-yoko{
		display: none;
	}
	
	.arrow-tate{
		display: block;
		margin-bottom: 20px;;
	}
	
	.example-before{
		margin-bottom: 20px;;
	}
	
	.example-after{
		width: 75%;
	}
}

.orange-big{
	color: #D46A32;
	font-size: 1.5rem;
}

.select-list{
	display: flex;
	justify-content: center;
}

.select-list li{
	padding: 0 25px;
}

.select-title{
	font-size: 1.4rem;
	margin-bottom: 10px;;
}

.select-text{
	text-align: left;
}

@media screen and (max-width: 768px) {
	#section02 h4{
		font-size: 1.4rem;
	}
	
	.select-list{
		flex-direction: column;
	}
	
	.select-list li{
		margin-bottom:40px;
	}
	
	.select-text{
		text-align: center;
	}
}

@media screen and (max-width: 540px) {
	.orange-big{
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 420px) {
	.section-02-item{
		padding: 50px 10px;
		width: 100%;
	}
	
	#section02 h4{
		font-size: 1.2rem;
	}
	
	.kirakira01{
		width:30px;
		left: -30px;
	}

	.kirakira02{
		width:50px;
		right: -40px;
	}
	
	.section02-detail{
		width: 80%;
	}
	
	.example-before{
		min-width: 250px;
	}
	
	.arrow-tate{
		width: 120px;
	}
	
	.example-after{
		width: 95%;
	}
	
	.select-list li{
		padding: 0 10px;
	}
	
	.select-title{
		font-size: 1.2rem;
	}
	
	.select-text{
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}
}

@media screen and (max-width: 320px) {
	#section02 h4,
	.select-title{
		font-size: 1.1rem;
	}
	
	.example-before{
		min-width: 220px;
	}
}

.pp-title{
	text-align: center;
	margin-bottom: 50px;
}

.plan-and-perspective{
	display: flex;
	justify-content: center;
	align-items: center;
}

.plan{
	margin-right: 50px;
	width: 50%;
}

.perspective{
	width: 40%;
}

.perspective01{
	margin: 0 120px 30px 0;
}

.perspective02{
	margin-left: 120px;
}

@media screen and (max-width: 768px) {
	.plan-and-perspective{
		flex-direction: column;
	}
	
	.plan{
		width: 90%;
		margin: 0 0 50px 0;
	}
	
	.perspective{
		width: 85%;
	}
}

@media screen and (max-width: 420px) {
	.plan,
	.perspective{
		width: 100%;
	}
	
	.perspective01{
		margin: 0 30px 30px 0;
	}
	
	.perspective02{
		margin-left: 30px;
	}
}

/*section03*/
#section03{
	background-color: #E0E7F3;
}

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

.reason-list li{
	background-color: #fff;
	position: relative;
	width: 35%;
	max-width: 460px;
	padding: 70px;
}

.reason-list li:first-of-type{
	margin-right: 80px;
}

.reason{
	font-family: 'Dancing Script', cursive;
	position: absolute;
	color: #A29067;
	font-size: 3rem;
	top: -30px;
	left: -50px;
	transform: rotate(-30deg);
}

.reason-deco{
	position: absolute;
	top: -40px;
	left: 120px;
}

@media screen and (max-width: 1024px) {
	.reason-list li{
		width: 43%;
		max-width:inherit;
		padding: 50px;
	}
	
	.reason-list li:first-of-type{
		margin-right: 60px;
	}
}

@media screen and (max-width: 540px) {
	.reason-list li{
		width: 90%;
	}
	
	.reason-list li:first-of-type{
		margin: 30px 0 80px;
	}
	
	.reason{
		top: -30px;
		left: -30px;
		font-size: 2.5rem;
	}
	
	.reason-deco {
    	top: -30px;
		left: 100px;
	}
}

/*section04*/
.rayout-list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.rayout-list li{
	background-color: #E2DDD1;
	border-radius: 20px;
	padding: 10px 20px;
	width: 30%;
	min-width: 450px;
	height: 120px;
	margin: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.rayout-list li p{
	display: inline-block;
	text-align: left;
}

.popular-text{
	background-color: #4E79BC;
	padding: 10px;
	width: 80%;
	margin: 0 auto 100px;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
}

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

.popular-list li{
	width: 22%;
	margin: 0 20px;
}

.popular-list figcaption{
	font-size: 1.1rem;
	text-align: center;
	margin-bottom: 10px;
}

.okamura{
	font-size: 90%;
}

.product-info{
	font-size: 80%;
	font-weight: 400;
}

@media screen and (max-width: 1450px) {
	#section04{
		padding-bottom: 60px;
	}
	
	.popular-list li{
		width: 42%;
		margin: 0 20px 40px;
	}
}

@media screen and (max-width: 1024px) {
	
	.popular-text{
		width: 95%;
	}
}

@media screen and (max-width: 540px) {
	.popular-list li{
		width: 90%;
	}
}

@media screen and (max-width: 420px) {
	.rayout-list li{
		min-width: 320px;
	}
	
	.br-pc{
		display: none;
	}
	
	.popular-text{
		width: 100%;
		padding: 20px;
		font-size: 1.2rem;
		text-align: left;
	}
}

@media screen and (max-width: 320px) {
	.rayout-list li{
		min-width: 290px;
	}
}

/*section05*/
#section05.section{
	padding: 0;
}

#section05 section{
	padding: 100px 50px;
}

#section05-1{
	background-color: #ECF0F7;
	position: relative
}

#section05-1::before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -60px;
	border: 60px solid transparent;
	border-top: 60px solid #ECF0F7;
}

#section05-1 ul{
	width: 45%;
	min-width: 680px;
	margin: 0 auto;
	font-size: 1.5rem;
}

#section05-1 ul li{
	margin-bottom: 10px;
}

.marker{
	background:linear-gradient(transparent 60%, #E3B9A6 60%);
}

.solution{
	border: 2px solid #56443c;
	padding: 30px;
	text-align: center;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}

.solution p:first-of-type{
	margin-bottom: 30px;
}

.font-big{
	font-size: 120%;
}

.dashed-line{
	border-bottom: 4px dashed #D46A32;
	padding-bottom: 6px;
}


@media screen and (max-width: 768px) {
#section05-1 ul {
    width: 85%;
	min-width: inherit;
	}
}

@media screen and (max-width: 540px) {
	#section05 section {
		padding: 80px 30px;
	}
	
	#section05-1 ul{
		width: 100%;
		min-width: inherit;
		font-size: 1.1rem;
	}
	
	.solution{
		text-align: left;
	}
	
	.dashed-line{
		border-bottom: 3px dashed #D46A32;
		padding-bottom: 4px;
	}
}

/*section06*/
#section06{
	background-color: #EFEDE7;
}

.flow-list{
	width: 60%;
	margin: 0 auto;
}

#section06 dl dt{
	display: flex;
	align-items: center;
	justify-content: center;
}

.step{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	display: inline-block;
	padding: 20px 30px;
	text-align: center;
	position: relative;
	z-index: 9;
	font-size: 1.5rem;
	height: 120px;
}

.step01{
	background-color: #C8C1AB;
}

.step01::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #C8C1AB;
}

.step02{
	background-color: #C2B9A1;
}

.step02::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #C2B9A1;
}

.step03{
	background-color: #BBB195;
}

.step03::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #BBB195;
}

.step04{
	background-color: #B5A98B;
}

.step04::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #B5A98B;
}

.step05{
	background-color: #AEA281;
}

.step05::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #AEA281;
}

.step01::after,
.step02::after,
.step03::after,
.step04::after{
	content: "";
	border-right: 3px dashed #AEA281;
	height: 150px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 120px;
}

#section06 dl dt p{
	background-color: #fff;
    height: 120px;
    width: 100%;
	min-width: 480px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
}

#section06 dl dd p{
	color: #4E79BC;
	border: 2px solid #4E79BC;
	border-radius: 50px;
	text-align: center;
	width: 100%;
	max-width: 360px;
	margin: 20px auto 0;
	padding: 10px 20px;
}

#section06 dl dd img{
	display: block;
	margin: 0 auto 20px;
}

@media screen and (max-width: 540px) {
	.flow-list{
		width: 100%;
	}
	
	#section06 dl dt p{
		min-width: inherit;
	}
	
	#section06 dl dt:last-of-type p{
		display: block;
		padding: 30px;
	}
	
	#section06 dl dd p{
		width: 70%;
		max-width: inherit;
	}
}

@media screen and (max-width: 420px) {
	.step{
		padding: 20px;
		font-size: 1.3rem;
		height: 100px;
	}
	
	.step01::after,
	.step02::after,
	.step03::after,
	.step04::after{
		top: 100px;
	}
	
	#section06 dl dt p{
		height: 100px;
		font-size: 0.9rem;
	}
	
	#section06 dl dd p{
		width: 75%;
		min-width: 250px;
		font-size: 0.9rem;
	}
	
	.arrow-down{
		width: 30px;
	}
}

@media screen and (max-width: 320px) {
	#section06 dl dt:last-of-type p{
		padding: 20px 30px;
	}
}

/*form*/
.section07-box{
	width: 100%;
	max-width: 600px;
	margin: 0 auto 100px;
}

.section07-title {
    line-height: 1.4;
    margin-bottom: 60px;
    font-size: 1.6rem;
}

.section07-title span{
    color: #4E79BC;
    font-size: 2rem;
}

.section07-box ul{
	width: 80%;
	margin: 0 auto;
}

.section07-box ul li{
	color: #4E79BC;
	font-size: 1.4rem;
}
.easy-box{
	border: 2px solid #A29067;
	width: 100%;
	max-width: 600px;
	position: relative;
	padding: 40px 20px;
	margin: 0 auto;
}

#section07 .easy{
	background-color: #fff;
	border: none;
	position: absolute;
	top: -15px;
}

.form-text{
	text-align: center;
	margin-bottom: 80px;
}

.form-list{
	width: 60%;
	margin: 0 auto;
}

input,
textarea{
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: none;
}

.form-list dl{
    display: flex;
    justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
	padding:0 0 20px 0;
}

.form-list dt{
	margin-bottom: 10px;
}

.form-list dd{
	width: 100%;
	background: #EFEFEF;
	padding: 10px 20px;
	margin-bottom: 30px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.required{
	color: #D6733F;
	font-size: 90%;
	margin-left: 10px;
}

input[type='file']{
	display: none;
}

.file-up-area{
	min-height: 150px;
	margin-bottom: 20px;
}

.form-list label{
	display: block;
	background: #4E79BC;
    color: #fff;
	border: 1px solid #4E79BC;
	border-radius: 20px;
    text-align: center;
    padding: 5px 20px;
    width: 300px;
    margin: 20px auto;
    /* margin: 70px auto 20px; */
}

input[type='text'],
input[type='email']{
	height: 50px;
	font-size: 20px;
	font-weight: 400;
}

.form-list textarea {
	height: 200px;
	font-size: 20px;
	font-weight: 400;
}

input[type='submit']{
	display: block;
	background: #4E79BC;
    color: #fff;
	border: 1px solid #4E79BC;
	border-radius: 20px;
    text-align: center;
    padding: 5px 20px;
    width: 250px;
    margin: 20px auto 0;
    transition: all .3s;
}

input[type='submit']:hover{
    border: 1px solid #4E79BC;
	background-color: transparent;
    color: #4E79BC;
}

ul.imgblock {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
ul.imgblock li {
	width:20%;
	max-width:200px;
	padding:0 1px;
	box-sizing:border-box;
}
ul.imgblock li img {
	width:100%;
}

#bg {
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	justify-content:center;
	align-items:center;
	position:fixed;
	top:0;
	left:0;
	z-index:9;
}
#sending {
	font-size:120%;
	position:fixed;
}
#confirmmodal {
	display:none;
	position:fixed;
	width:60%;
	min-width:800px;
	background-color:#555;
	border-radius:20px;
	border:1px solid #ccc;
	box-shadow:3px 3px 1px #000;
	height:80%;
	max-height:1000px;
	overflow-y:auto;
}

#alert {
	display:none;
	position:fixed;
	background-color:#fff;
	width:400px;
	justify-content:center;
	align-items:center;
	border-radius:15px;
	text-align:center;
	padding:20px;
}
#alert #atexts {
	margin-bottom:25px;
	color:#333;
}
#aclose {
	width:250px;
	margin:0 auto;
	padding:10px;
	background-color:#0577D3;
	color:#fff;
	font-weight:bold;
	border-radius:20px;
}

#img-uploading {
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	justify-content:center;
	align-items:center;
	position:fixed;
	top:0;
	left:0;
}

@media screen and (max-width: 1024px) {
	.form-list{
		width: 100%;
	}
	#confirmmodal {
		width:90%;
	}
}

@media screen and (max-width: 768px) {
	ul.imgblock li {
		width:50%;
		max-width:100%;
		padding:0px 4px;
		overflow: hidden;
		height: 150px;
		align-items: center;
		display: flex;
		margin-bottom:5px;
	}
	#confirmmodal {
		width:95%;
		min-width:95%;
	}

}

@media screen and (max-width: 540px) {
	.section07-title,
	.section07-box ul li{
		font-size: 1.1rem;
	}

	.section07-title span{
    	font-size: 1.5rem;
	}
}

@media screen and (max-width: 420px) {
	.section07-box ul{
		width: 100%;
	}
	
	.form-text{
		text-align: left;
	}
	
	.form-list{
		width: 95%;
	}
	
	.form-list dt{
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 320px) {
	.section07-title,
	.section07-box ul li{
		font-size: 1rem;
	}
}

/*footer*/

#footer{
	background-image: url("../assets/footer-img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	color: #fff;
	padding: 150px 0 40px;
}

#footer .btn{
	width: 40%;
	max-width: 500px;
	margin: 0 auto 80px;
}

.phone-number{
	margin-top: 10px;
	font-size: 1.8rem;
}

.reception-time{
	font-size: 90%;
	margin-bottom: 80px;
}

.link-list{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}

.link-list li{
	width: 150px;
	margin: 0 20px;
}

.footer-logo{
	width: 200px;
	margin: 0 auto 30px;
}

small{
	font-weight: 400;
}

.submit-btn {
	margin: 20px auto 60px;
}
.submit-btn input {
	width: 300px;
	margin: 0 auto;
	background-color: #D6733F;
	padding: 10px;
	border-radius: 30px;
	display: block;
	color:#fff;
}

@media screen and (max-width: 768px) {
	#footer .btn{
		width: 80%;
	}
}

@media screen and (max-width: 420px) {
	.phone-number{
		font-size: 1.6rem;
	}
	
	.link-list{
		flex-direction: column;
	}

	.link-list li{
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 320px) {
	.phone-number{
		font-size: 1.5rem;
	}
}

.only-sp {
	display:none;
}
@media screen and (max-width: 768px) {
	.only-sp {
		display:inline-block;
	}
}

