@charset "UTF-8";
/* ===================================
*
　reset
*
===================================-*/
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	transition : 0.5s;
	text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}

/* ===================================
*
　共通
*
===================================-*/
html,body{
	box-sizing: border-box;
}
html{
	font-size: 62.5%; 
}
body{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #606060;
	margin: 0;
}
img{
	width: 100%;
	max-width: 750px;
	display: block;
	margin: 0 auto;
}
a{
	word-wrap:break-word;
	color: #ed8787;
}
.w100{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	display: block;
}
.flex{
	display: flex;
}
.flex img{
	width: auto;
}
.btns {
	padding-left: 40px;
	background-image: url(../../img/bg_btn.png);
	background-repeat: no-repeat;
}
.btn-ig {
	margin-left: 28px;
}
.kiyaku{
	background: #fff5e5;
	padding: 50px;
	box-sizing: border-box;
}
.kiyaku .scroll{
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	overflow-y: scroll;
	height: 1030px;
	overflow-x: hidden;
}
.kiyaku .scroll p{
    font-weight: normal;
    font-size:2.5rem;
    line-height: 2;
}
.cmsite {
	padding: 0 50px;
	background: #fff5e5;
}
footer{
	background: #fff5e5;
}
footer p{
	line-height: 1;
	margin: 0;
	text-align: center;
	font-size: 2.1rem;
	padding: 60px 0;
}
/*================================
 PC用設定
================================*/
@media only screen and (min-width: 768px){
	a{
		opacity: 1;
		transition: .5s
	}
	a:hover {
		opacity: .6;
	}
}
/*================================
 SP用設定
================================*/
@media only screen and (max-width: 767px){  
	.w100{
		width: 100%;
		max-width: 100%;
	}
	.flex a img{
		width: 100%;
	}
	.flex .mar01{
		width: 5.333%;
	}
	.flex .mar02{
		width: 3.467%;
	}
	.btns {
		padding: 0 5.333%;
	}
	.btn-ig {
		margin-left: 3.733%;
	}
	.kiyaku{
		padding: 8%;
	}
	.kiyaku .scroll{
		padding: 8%;
	}
	.kiyaku .scroll p{
		font-size: 1.6rem;
	}
	.cmsite {
		padding: 0 8%;
	}
	footer p{
		line-height: 1.8;
		margin: 0;
		text-align: center;
		font-size: 1.1rem;
		padding: 8% 0;
	}
}/*end - SP*/