@charset "UTF-8";

.dflex {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch;}
.row {background: #f4f4f4; padding: 40px}
.new {position: relative;}
.new::after {content: 'NEW'; color: #fff; background: #b12d26; position: absolute; top: 0; right: 0; padding: 10px 20px; font-weight: bold; font-size: 14px; line-height: 1;}

.renewal {position: relative;}
.renewal::after {content: 'RENEWAL'; color: #fff; background: #b12d26; position: absolute; top: 0; right: 0; padding: 10px 20px; font-weight: bold; font-size: 14px; line-height: 1;}
.row *  {box-sizing: border-box;}
.row {margin-bottom: 40px;}
.row h3 {font-size: 37px; font-weight: bold; margin-bottom: 20px; line-height: 1.4;}
.row h3 span {font-size: 24px; display: block;}
.row h3 .inline {display: inline;}
.row .item {border: 1px solid #c3c3c3; background: #fff; padding: 20px;}
.row .item .desc {text-align: center; line-height: 1.6;}
.row .item p {font-size: 14px;}
.row .item .tit {font-weight: bold; font-size: 16px; text-align: center;}
.row .item a {display: block; background: #494949; color: #fff; padding: 8px; margin-top: 10px; text-align: center; font-weight: bold;}
.row .item a span::after {content: ''; width: 14px; height: 14px; background: url(/common/images/ic_arrow.png) no-repeat; background-size: 100% 100%; display: inline-block; vertical-align: middle; margin-left: 5px;position: relative;top: -1px;}
.row .item a:hover {opacity: 0.5;}


.row .col1 {width: 49%;}
.row .col1 figure {margin-bottom: 20px; text-align: center;}
.row .col2 {width: 49%; display: flex; flex-direction: column;}
.row .col2 .item {flex: 1;}
.row .col2 .item:not(:last-of-type) {margin-bottom: 20px;}
.row .col2 .item figure {width: 135px; text-align: center;}
.row .col2 .item .desc {width: calc(100% - 150px);}

.row3 .col2 .item .listChild {margin-top: 5px;}
.row3 .col2 .item .listChild li {width: 47%;}
.row3 .col2 .item .listChild li figure {width: auto; text-align: center;}

.row4 .col2 .item {align-items: center;}
.row4 .col2 .item .inner {width: 100%; align-items: center;}
.row4 .col2 .item .inner figure {width: 160px;}
.row4 .col2 .item .inner .desc {width: calc(100% - 180px);}



@media only screen and (max-width: 640px) {
	.row {padding: 5vw;}
	.row h3 {font-size: 24px; margin-bottom: 15px;}
	.row h3 span {font-size: 18px;}
	.row .col1 {width: 100%; margin-bottom: 5vw;}
	.row .col2 {width: 100%;}
}

@media only screen and (max-width: 480px) {
	.new::after {font-size: 12px;}
	.renewal::after {font-size: 12px;}

	.row  {padding-top: 38px;}
	.row .item figure {width: 100% !important; margin-bottom: 15px;}
	.row .item .desc {width: 100% !important;}

	.row3 .col2 .item .listChild {margin-top: 20px;}
	.row3 .col2 .item .listChild li {width: 100%;}
	.row3 .col2 .item .listChild li:not(:last-of-type) {margin-bottom: 5vw;}

}