@charset "utf-8";

/* contents common                                          
/* --------------------------------------------------- */
section {
	margin-bottom: 60px;
}
.ll-link {
	text-align: center;
	margin-bottom: 80px;
}
.ll-link .ttl {
	font-size: 2.3rem;
	font-weight: bold;
	margin-bottom: 1em;
}

@media screen and (min-width: 769px){
	.ll-link .link {
		display:-ms-flexbox;
		display:-webkit-flex;
		-js-display: flex;
		display:flex;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}
.ll-link .link a {
	display:block;
	border: 1px solid #ffe975;	
	background: #fff;	
	padding: 1em 0;
	text-decoration: none;
}
@media screen and (max-width: 768px){
	.ll-link .link a {
		border-bottom: none;
	}
	.ll-link .link a:last-child {
		border-bottom: 1px solid #ffe975;
	}
}
.text_ceter{
	text-align:left;
}
@media screen and (min-width: 769px){
	.ll-link .link a {
		width: 224px;
	}
}
.ll-link .link a:hover {
	background: #ffe975;
}

.contents p {
	margin-bottom: 20px;
}
.text_ceter{
	text-align:center;
}
.ic1 {
	font-weight: bold;
	background: #fec9dd;
}
.ic2 {
	font-weight: bold;
	background: #ffda4b;
}
.ic3 {
	font-weight: bold;
	background: #a3dde1;
}

/* .frame-01 */
.contents table.frame-01 {
	max-width: 720px;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #CBBFB9;
	border-collapse: collapse; 
}

.contents table.frame-01 th {
	padding: 5px;
	background: #E7F6F8;
	text-align: center;
	border: 1px solid #CBBFB9;
	vertical-align: middle;
	color: #008799;
	width: 150px;
}

.contents table.frame-01 td {
	padding: 5px;
	border: 1px solid #CBBFB9;
	background: #FFF;
}

.contents table.frame-01 th.type1 {
	background: #FFF0E4;
	color: #FF7200;
}

/* .layout-block */
.layout-block {
	max-width: 720px;
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-flex;
	-js-display: flex;
	display:flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media screen and (max-width: 768px){
	.layout-block .img01 {
		width: 40%;
		text-align: right;
	}
	.layout-block .txt01 {
		width: 60%;
	}
}
@media screen and (min-width: 769px){
	.layout-block .img01 {
		margin-left: 50px;
	}
	.layout-block .txt01 {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

.about-rinri {
	position: relative;
}
.about-rinri img {
	position: absolute;
	bottom: 0;
	right: 0;
}