@charset "UTF-8";

/*----------------------------------------------------*/ 
/* text
-----------------------------------------------------*/ 

.red {
	color: #ca1566;
	font-weight: normal;
}
.redBold, .redBold a {
	color: #ca1566;
	font-weight: bold;
}

.blue {
	color: #4CC5D8;
	font-weight:normal;
}

.blueBold {
	color: #4CC5D8;
	font-weight: bold;
}

.small {	font-size: 80% !important;}
.smaller {	font-size: 76% !important;}
.large {	font-size: 110% !important;}
.larger {	font-size: 115% !important;}
.huge {	font-size: 150% !important;}

.yu-mincho{
  font-family: "Yu Mincho", "YuMincho", serif;
}
/*----------------------------------------------------*/ 
/* position
-----------------------------------------------------*/ 

.posC {	text-align: center;}
.posR {	text-align: right;}
.floR {	float: right;}
.floL {	float: left;}
.floRp {
	float: right;
	padding: 0 0 20px 20px;
}
.floLp {
	float: left;
	padding: 0 20px 20px 0;
	overflow: hidden;
}

.floRp img { margin-left:10px;}
.floLp img { margin-right:10px;}

.ovh {
	overflow: hidden
}

section {
	margin-top:50px;
}

.box01 section:first-child {
	margin-top:0;
}

@media only screen and (max-width: 640px) {
.floR {	float: none;}
.floL {	float: none;}
.floRp {
	float: none;
	padding: 10px 10px;
	text-align: center;
}
.floLp {
	float: none;
	padding: 10px 10px;
	text-align: center;
}
.floRp img, .floLp img {
	max-width: 100%;
	height: auto;
}

.floRp img { margin-left:5px;}
.floLp img { margin-right:5px;}
	
section {
	margin-top:30px;
}

}

.mb0 {	margin-bottom: 0 !important;}
.mb01em {	margin-bottom: 1em !important;}
.mb02em {	margin-bottom: 2em !important;}
.mb04em {	margin-bottom: 4em !important;}
.mb06em {	margin-bottom: 6em !important;}
.mb08em {	margin-bottom: 8em !important;}
.mb10em {	margin-bottom: 10em !important;}
.mb12em {	margin-bottom: 12em !important;}
.mb14em {	margin-bottom: 14em !important;}
.mb16em {	margin-bottom: 16em !important;}
.mb18em {	margin-bottom: 18em !important;}
.mt0 { margin-top: 0 !important;}
.mt1em { margin-top: 1em !important;}
.mt2em { margin-top: 2em !important;}
.mt4em { margin-top: 4em !important;}
.mt6em { margin-top: 6em !important;}
.ml1em { margin-left:1em !important;}
.ml2em { margin-left:2em !important;}
.ml22 { margin-left:22px !important; }

.txt08 { font-size:63%;}
.txt09 { font-size:69%;}
.txt10 { font-size:75%;}
.txt11 { font-size:82%;}
.txt12 { font-size:88%;}
.txt13 { font-size:94%;}
.txt14 { font-size:100%;}
.txt15 { font-size:107%;}
.txt16 { font-size:113%;}
.txt17 { font-size:119%;}
.txt18 { font-size:125%;}
.txt19 { font-size:132%;}
.txt20 { font-size:138%;}
.txt21 { font-size:144%;}
.txt22 { font-size:150%;}
.txt23 { font-size:157%;}
.txt24 { font-size:163%;}


.icon-r {
	vertical-align:middle;
	margin-right:5px;
}

/*----------------------------------------------------*/
/* header
-----------------------------------------------------*/

.htype02 {
	margin:0 42px 50px;
	text-align: center;
	background:url(/agefree/lib/img/cmn/bg_h2_01.png) repeat;
	padding: 10px 0;
	position: relative;
	z-index: 0;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
}

.htype02 span {
	z-index: 20;
}

.htype02:before {
	background:url(/agefree/lib/img/cmn/bg_h2_02.png) repeat;
	width:42px;
	height: 47px;
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: -42px;
	z-index: 10;
}

.htype02:after {
	background:url(/agefree/lib/img/cmn/bg_h2_02.png) repeat;
	width:42px;
	height: 47px;
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	right: -42px;
	transform: rotate(180deg);
	z-index: 10;
}

.htype03 {
	margin:0 0 10px 0;
	background:url(/agefree/lib/img/cmn/bg_03.png) no-repeat left .2em;
	padding: 0 0 0 23px;
	position: relative;
	z-index: 0;
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 1.2;
}

.htype04 {
	margin:0 0 10px 0;
	background:url(/agefree/lib/img/cmn/bg_h4.png) no-repeat left .2em;
	padding: 0 0 0 16px;
	position: relative;
	z-index: 0;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {

.htype02 {
	margin:0 21px 30px;
	text-align: center;
	background:url(/agefree/lib/img/cmn/bg_h2_01.png) repeat;
	padding: 10px 0;
	position: relative;
	z-index: 0;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}

.htype02 span {
	z-index: 20;
}

.htype02:before {
	background:url(/agefree/lib/img/cmn/bg_h2_02.png) repeat;
	width:21px;
	height: 47px;
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: -21px;
	z-index: 10;
}

.htype02:after {
	background:url(/agefree/lib/img/cmn/bg_h2_02.png) repeat;
	width:21px;
	height: 47px;
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	right: -21px;
	transform: rotate(180deg);
	z-index: 10;
}
}

/*----------------------------------------------------*/
/* glid follow
-----------------------------------------------------*/

.grid {  
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.grid li.empty {
 height: 0;
 margin: 0 !important;
 padding: 0 !important;
 border: none !important;
}

.grid li.empty:after {
	display: none !important;
}

/*----------------------------------------------------*/
/* column list
-----------------------------------------------------*/

/*  PC/SP 3カラム */

.clm3list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:-50px;
}

.clm3list > li {
	width: 30%;
	margin-bottom: 50px;
}

.clm3list:after {
  content:"";
  display: block;
  width:30%;
}

.clm3list .thumb {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	
.clm3list {
	margin-bottom:-20px;
}

.clm3list > li {
	margin-bottom: 20px;
}
	
}

/*  PC 3カラム /SP １カラム */

.clm3listPc,
.clm4listPc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.clm3listPc > li {
	width: 30%;
	margin-bottom: 50px;
}

.clm4listPc > li {
	width: 23%;
	margin-bottom: 50px;
}

.clm4listPc .thumb,
.clm3listPc .thumb {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	
.clm3listPc,
.clm4listPc {
	display: block;
}
	
.clm3listPc > li,
.clm4listPc > li {
	margin-bottom: 30px;
	width: 100%;
}

.clm3listPc .thumb,
.clm4listPc .thumb {
	margin-bottom: 10px;
}

}


/*----------------------------------------------------*/
/* link
-----------------------------------------------------*/

.list01 {
	margin: 0 0 15px 0;
}

.list01 li {
	padding-left: 1em;
	text-indent: -1em;
}

@media only screen and (max-width: 767px) {

}

/*----------------------------------------------------*/
/* table
-----------------------------------------------------*/
.table01 {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	margin: 0 auto 30px;
	width: 100%;
}

.table01 th,
.table01 td {
	border-bottom:1px dashed #dcdcdc;
	border-right:1px solid #dcdcdc;
	padding: 15px;
	text-align: left;
}

.table01 tr:last-child th,
.table01 tr:last-child td {
	border-bottom:1px solid #dcdcdc;
}

.table01 thead th {
	background: #add0d3 url(/agefree/lib/img/cmn/bg_table_th.png);
	color: #FFF;
}
.table01 th {
	background: #f8fcfb;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
