#wrapper {
	min-height: calc(100vh - 114px);
}

.cvr {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left;
	height:140px;
}
.tomei {
	height:100%;
	background:linear-gradient(to bottom, transparent 0%, transparent 30%, #fff 100%);
}

.no-thumbnail {
	height:140px;
}
.no-thumbnail ul {
	border: 1px solid #ccc;
}

.container {
	position: relative;
	max-width: 1024px;
	width: calc(100% - 32px);
	margin: 0 auto;
	padding: 0 16px;
	font-size: 1.5rem;
	line-height: 1.6;
}
.kiji>h2:first-child {
	margin-top: 0;
}

.h3-title-rd {
	font-size: 1.26em;
	font-weight: normal;
	margin: 56px auto 8px;
	padding: 6px 12px;
	border-left: 10px solid #ff0000;
}
.pg-group {
	padding: 0;
	contain:content;
}
.btn-basic {
	display: inline-block;
	border: 1px solid #777;
	box-shadow: 2px 2px 8px #dddddd;
	border-radius: 30px;
	padding: 16px 48px; 
	text-decoration: none;
	color:#000;
	transition: all .4s;
}
.btn-basic:hover {
	background-color: #eee;
}

a.btnDl {
	display: inline-block;
	font-size: 1.5rem;
	border: solid 1px #999;
	border-radius: 30px;
	padding: 12px 44px 12px 30px;
	text-decoration: none;
	color: #333;
	position: relative;
	transition: .3s ease-out;
}
a.btnDl::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transform: rotate(45deg);
	position: absolute;
	margin-top: -6px;
	top: 50%;
	right: 30px;
}
a.btnDl:hover {
	box-shadow: 0 5px 6px 0 rgba(0,0,0,0.12), 0 3px 10px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.14);
}
a.btnDl span {
	display: none;
}

/*************************
 * breadcrumb
 *************************/
.breadcrumb-area {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 16px;
}
.breadcrumb {
	background-color: rgba(255,255,255,0.8);
	font-size: 14px;
}
.breadcrumb ul {
	padding: 8px 10px;
}
.breadcrumb ul li {
	display:inline;
}
.breadcrumb ul li:not(:last-child)::after {
	font-family: FontAwesome;
	content: '\f105';
	padding: 0 0.4em;
	color: #555;
}
.breadcrumb ul li a {
	text-decoration: none;
}

/* Area */
.items .item img {
	width: 100%;
	max-width: 400px;
}
.items .item3-1 img {
	width: 100%;
	max-width: 292px;
	margin-bottom: 16px;
}
.items .item4 {
	margin-bottom: 48px;
}
.items .item4:last-child {
	margin-bottom: 0;
}
.item-biko {
	background-color:#eee;
	margin: 8px 4px 0;
	padding: 16px;
	font-size: 1.4rem;
	max-width: 480px;
}
.items-fl {
	border: 1px solid #ccc;
	padding: 16px;
}
.items-w>div {
	border: 1px solid #ccc;
	padding: 16px;
	margin-bottom: 8px;
	position: relative;
}

.items-flex {
	display: flex;
}
.item-no {
	color: #666;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	padding-right: 8px;
}
.item-title {
	font-weight: bold;
	padding-bottom: 4px;
}
.item-cmt {
	line-height: 1.5;
}

.tbl-area thead {
	background-color: #f5f5f5;
}
.tbl-area tbody tr td:first-child {
	background-color: #f5faff;
	font-weight: 700;
}
.tbl-area th {
	border-style: solid none none;
	border-color: #ddd;
	word-break: keep-all !important;
}
.tbl-area td {
	border-style: solid none none;
	border-color: #ddd;
	min-width: 64px;
}

table.tbl-l th,
table.tbl-l td,
table.hanyotable th,
table.hanyotable td,
table.basictable th,
table.basictable td {
	display: block;
}
table.basictable tr.midashi td,
table.basictable td.midashi {
	background: #666666;
	color: #ffffff;
}
table.basictable td:not(.midashi) {
	padding-bottom: 16px;
}
table.basictable td.midashi a {
	text-decoration: none;
	color: #ffffff;
}
table.basictable td.midashi a:hover {
	text-decoration: underline;
}
table.hanyotable{
	background:#FFFFFF;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
table.hanyotable td{
	padding: 8px 12px;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
}
table.hanyotable td.midashi{
	background:#f5faff;
	text-align:center;
}
table.hanyotable td.submidashi{
	background:#FFFFFF;
	text-align:left;
}
.table,
.tbl-s {
	width: 100%;
}
.tbl-s tr {
	border-top: 1px solid #aaa;
}
.tbl-s td {
	padding: 8px 4px;
	vertical-align:top;
}
.tbl-s td:first-child {
	min-width: 44px;
	text-align: right;
	padding-right: 12px;
}
.table thead {
	background-color: #f5f5f5;
}
.table th,
.table td {
	line-height:1.5;
	vertical-align: top;
}
.table .active {
	background-color: #f5f5f5;
}
.table .plan {
	background-color: #f5faff;
}
.tbl-l ul {
	padding-left: 20px;
}

/* Pagenation */
.nav-links {
	text-align: right;
	margin-top: 8px;
}
.nav-links > * {
	display: inline-flex;
	justify-content: center;
	width: 3rem;
	margin-left: 2px;
}
.nav-links a {
	text-decoration: none;
	color: #333;
	background-color: #eee;
}
.nav-links span {
	color: #fff;
	background-color: #333;
}

/* --------------------
 * Contact Area
 * -------------------- */
.area-contact {
	margin-top: 56px;
	margin-bottom: 80px;
	text-align: center;
	padding: 0 16px;
}
.area-contact .contact-items {
	padding: 0;
	background-color: unset;
	border-radius:6px;
	font-size: 2rem;
	justify-content: space-between;
	flex-wrap: wrap;
}
.area-contact .contact-items .item {
	border: solid 2px #DFECAA;
	border-radius: 6px;
	margin-top: 16px;
	padding: 0;
}
.area-contact .contact-items .item:last-child {
	background-color: #DFECAA;
}
.area-contact .contact-items .item a {
	display: block;
	padding: 20px;
	color:#111;
	text-decoration:none;
}
.area-contact .contact-items .item a[href^="tel:"]{
	pointer-events: auto;
}


/***************************************
 * tablet 
 ***************************************/
@media screen and (min-width:500px){
.items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.items .item,
.items .item3-1,
.items .item3-2,
.items .item4 {
	width: 100%;
}
.items .item4 {
	width: 48.0%;
	margin-bottom: 40px;
}
.items .item4:nth-last-child(2) {
	margin-bottom: 0;
}
.item-biko {
	margin: 8px 32px 0;
}

a.btnDl span {
	display: unset;
}
}

@media screen and (min-width:768px){
#wrapper {
	min-height: calc(100vh - 150px);
}
.container {
	font-size: revert;
	line-height: revert;
}
.pg-group {
	padding: 0 10px;
}
.pg-group .mgT30 {
	margin-top: 30px;
}
table.tbl-l th,
table.tbl-l td,
table.hanyotable th,
table.hanyotable td,
table.basictable th,
table.basictable td {
	display: revert;
}
table.hanyotable tr:last-child td {
	border-bottom:1px solid #aaa;
}
table .mb-nodisp {
	display: table-row;
}
table.tbl-s,
table.tbl-l,
table.hanyotable {
	font-size: 1.5rem;
}
.tbl-s td:first-child {
	min-width: 100px;
	padding: 10px;
	text-align: left;
}
.tbl-s td:last-child {
	padding: 10px;
}
table.basictable td:not(.midashi) {
	padding-bottom: 8px;
	border-left: 1px solid #ffffff;
}
table.basictable tr.midashi td,
table.basictable td.midashi {
	border-bottom: 1px solid #ffffff;
}
table.tbl-l th {
	width: 160px;
}
.tbl-area {
	padding: 0 10px;
}
/* area 分割 */
.items .item {
	width: 49%;
}
.items .item3-1 {
	width: 33%;
}
.items .item3-2 {
	width: 67%;
}
.items .item4 {
	width: 31.2%;
}
.items-fl,
.items-w {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.items-fl div:last-child {
	width: 74%;
}
.items-w>div {
	width: 28%;
}
.items-w>div:nth-child(1),
.items-w>div:nth-child(2),
.items-w>div:nth-child(3) {
	margin-bottom: 24px;
}

.items-cmn {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}
.item-no {
	line-height: 1.5;
}
.item-cmt {
	font-size: 1.4rem;
}

/* contact area */
.area-contact {
	margin-bottom: 64px;
}
.area-contact .contact-items {
	padding: 32px 120px;
	background-color: #DFECAA;
	display: inline-flex;
}
.area-contact .contact-items .item {
	margin-top: 0;
	padding: 16px 40px;
}
.area-contact .contact-items .item a {
	display: revert;
	padding: 0;
}
.area-contact .contact-items .item a[href^="tel:"]{
	pointer-events: none;
}
.area-contact .contact-items .item a:hover {
	text-decoration: underline;
}
}

/***************************************
 * PC 
 ***************************************/
@media screen and (min-width:943px){
.items {
	flex-wrap: unset;
	gap: 16px;
}
.items .item {
	width: unset;
}
.items .item img {
	width: unset;
}
.items .item4 {
	width: 23.6%;
	margin-bottom: unset;
}
.items .item4:last-child {
	margin-bottom: unset;
}
}
