@charset "utf-8";
/*************************
        reset
*************************/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul,li {
  list-style: none;
  list-style-type: none;
}
img {
	display: block;
	border: none;
	max-width: 100%;
}
a {
	text-decoration: none;
	display: block;
}
/*************************
        margin
*************************/
.mt5{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;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}

.mr5{margin-right: 5px;}
.mr10{margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right: 20px;}

.mb5{margin-bottom: 5px;}
.mb10{margin-bottom:10px;}
.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;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb100 {margin-bottom: 100px;}

.ml5{margin-left: 5px;}
.ml10{margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left: 20px;}

.m-auto {margin-left: auto;margin-right: auto;}
.left-contents {float:left;}
.right-contents {float:right;}

.clear {clear:both;}

.plr20 {padding-left: 20px;padding-right: 20px;}
/*************************
       clearfix
*************************/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*************************
        config
*************************/
body {
	font-size: 100%;
	font-family: "-apple-system", BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, "sans-serif";
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	color: #62544e;
	line-height: 1.7;
}
.sp-on {
	display: none;
}
.pc-on{
	display: block;
}
@media screen and (max-width:768px) {
	body {
		font-size: 14px;
	}
	.sp-on {
		display: block;
	}
	.pc-on {
		display: none;
	}
}
.mw1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.mw960 {
	max-width: 960px;
	margin: 0 auto;
}
.mw800 {
	max-width: 800px;
	margin: 0 auto;
}
.mw640 {
	max-width: 640px;
	margin: 0 auto;
}
.mw480 {
	max-width: 480px;
	margin: 0 auto;
}
a.btn {
	transition: .3s;
	display: block;
}
a.btn:hover {
	opacity: .8;
}

.section {
	padding: 70px 20px;
}
.lh2 {
	line-height: 2.5;
}
.t_cl {
	text-align: center;
}
.point_ttl {
	background: #e7838c;
	color: #fff;
	padding: 10px;
	margin-bottom: 15px;
}
.bl_back {
	background: #dde6e9;
	box-shadow: 10px 10px 0px #c1d4d8;
	padding: 20px;
	position: relative;
}
.pk_back {
	background: #f4e4e1;
	box-shadow: 10px 10px 0px #e7c5c0;
	padding: 20px;
	position: relative;
}
.ab_lt {
	position: absolute;
	left: -15px;
	top: -30px;
}
.ab_rb {
	position: absolute;
	right: -20px;
	bottom: -30px;
}
.ab_lb {
	position: absolute;
	left: -10px;
	bottom: -30px;
}
.cv ul {
	text-align: center;
}
.cv li {
	display: inline-block;
	margin: 10px;
}
.office {
	text-align: center;
}
.office div {
	display: inline-block;
	margin: 10px;
}
.st_bg {
	background: url("../images/st_bg.jpg") repeat left top;
}
.em09 {
	font-size: 0.9em;
}
.bb {
	padding-bottom: 10px;
	border-bottom: 1px solid;
	margin-bottom: 15px;
}
.bold {
	font-weight: bold;
}
.mincho {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.name {
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}
.name span {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.name02 {
	font-size: 20px;
	font-weight: bold;
}
.name02 span {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
@media screen and (max-width:768px) {
.section {
	padding: 40px 20px;
}
.t_cl {
	text-align: left;
}
}