/**/

article {
    width: calc(100% - 40px);
    background-color: #fff;
    padding-top: 30px;
}
.page_header {
/*    background-color: #aaa;*/
padding: 26px 0 0;
    margin-bottom: 20px;
    position:relative;
}
.page_title {
    max-width: 400px;
    padding: 60px 0;
}
.about_baloon {
    position: absolute;
    width: 100px;
    right: 4%;
    bottom: 0;
    transform: translate(0, 40%);
}
#page_feature{
	background-image:url(../images/feature/keyvisual.webp);
	background-position: top center;
	background-size: 533px 300px;
	padding-bottom: 5%;
	background-color: #ededed;
}
.header_catch {
    font-size: 1.0em;
}
a, .contents a {
    color: #000;
}
h1{
	font-weight:bold;
}

.col_about a {
    color: #9879FF;
}

.col_about {
    padding-bottom: 2em;
    width: fit-content;
    float: right;
    padding-left: 3em;
    margin-left: auto;
}

.tag_list{
	list-style:none;
	padding:0;
	margin:0;
}
.tag_list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
}
.tag_list li {
    margin-right: .75em;
    margin-bottom:12px;
}
.tag_list li a {
    background-color: #fff;
    padding: .3em 1em;
    border: 1px solid #000;
    display: block;
}


.box_menu_middle_wrap, .box_menu_small_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box_menu_small_wrap .box_menu:nth-child(4n){
	margin-right:0;
}
.upper_img {
    position: relative;
}
.upper_img h2 {
    position: absolute;
    right: 1%;
    top: 3px;
    margin: 0;
    font-size: 1.8em;
    color: #fff;
    font-family: 'Jaldi', sans-serif;
    letter-spacing: 1.1px;
    z-index: 5;
}
.box_menu_small_wrap .upper_img figure {
    height: 77px;
    background-color: #ccc;
}
.box_menu_middle_wrap img,.box_menu_small_wrap img {
    width: 100%;
}
.upper_img figure.free::after {
    content: "FREE";
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 0 3px;
    font-size: .7rem;
    background-color: #fff;
    border: 1px solid #fff;
    display: block;
}
.lower_txt {
    padding: 8px 0 15px;
    font-size: .9em;
}
.lower_txt h2 {
    margin: 0 0 5px;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 1.2px;
}
.box_menu_small_wrap .lower_txt h2 {
    font-size: 1.03em;
}
.lower_txt p {
    font-size: 1.1em;
    line-height: 1.6em;
}
.lower_txt .author_img {
    width: 20px;
    height: 20px;
    margin: -15px 3px 0 0;
    border: 1px solid #999;
    border-radius: 50%;
    display: inline-block;
}
.lower_txt p.author {
    margin-top: -7px;
    vertical-align: middle;
    display: inline-block;
}

section.pickup {
    background-color: #ececed;
}
section.pickup .lower_txt{
	padding: 0 0 18%;
}
.corner_title{
	text-align: center;
    background-color: #ececed;
    padding: 1em 0;
    font-family: "Red Hat Display", sans-serif;
}

.box_menu_middle_wrap,
.box_menu_small_wrap {
	letter-spacing: -.4em;
	display: grid;
	flex-wrap: wrap;
	margin: 0 auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:20px 20px;
}
.box_menu_middle_wrap img,
.box_menu_small_wrap img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.box_menu {
/*	margin-right: 3%;*/
	vertical-align: top;
	letter-spacing: normal;
	display: inline-block;
	animation: all .5s;
	position: relative;
}
.box_menu_middle_wrap .box_menu {
/*	width: 31.33333%;*/
width: calc((100% - 28px * 3) / 4);
}
.box_menu_middle_wrap .box_menu:nth-of-type(3n),
.box_menu_small_wrap .box_menu:nth-of-type(4n) {
/*	margin-right: 0;*/
}
.box_menu_small_wrap .box_menu:before {
    top: 2px;
    left: 2px;
    position: absolute;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
    font-size: .8rem;
    padding: 0 .3em;
    color: #fff;
    border: 1px solid #fff;
}
.box_menu_small_wrap .box_menu[type=talk]:before {
/*    content: "TALK";*/
}
.box_menu_small_wrap .box_menu[type=free]:before {
/*    content: "無料";*/
}


.upper_img {
	position: relative;
	padding-bottom: 22px;
}
.upper_img figure {
	position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 68%;
}
.upper_img figure.free::after {
	content: "FREE";
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 0 3px;
	font-size: .7rem;
	background-color: #fff;
	border: 1px solid #fff;
	display: block;
}
.upper_img h2 {
	position: absolute;
	left: 4%;
    top: 11%;
	margin: 0;
	font-size: 1.875rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1.1px;
	z-index: 5;
	line-height: 1.3em;
}
.upper_img h2 div {
    font-size: .47em;
    padding-bottom: 1em;
    color: #000;
    line-height: 1;
}
.lower_txt {
	padding: 0 0 5px;
	font-size: .9em;
}
.lower_txt h2 {
	margin: 0 0 5px;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0;
}
.lower_txt p {
	font-size: .875rem;
    line-height: 1.6em;
/*	font-size: .87em;
	line-height: 19px;*/
	display: inline;
}
.lower_txt p.author {
	margin-top: -7px;
	vertical-align: middle;
	display: inline-block;
}
.lower_txt .author_img {
	width: 20px;
	height: 20px;
	margin: -15px 3px 0 0;
	border: 1px solid #999;
	border-radius: 50%;
	display: inline-block;
	position: static;
}
.tag a {
    color: #9879FF;
    margin-right:1em;
    display:inline-block;
}
.box_menu_small_wrap .upper_img figure {
	height: 0;
    background-color: #ccc;
/*    padding-top: 66%;*/
    padding-top: 56%;
}
.box_menu_small_wrap .lower_txt h2 {
	font-size: 1.0625rem;
	display: inline;
	line-height: 1.6;
}
.copyright {
    text-align: right;
    font-size: .7rem;
    padding-bottom: 1em;
}

@media screen and (max-width:900px){
#page_feature {
    background-size: 55%;
}
}

@media screen and (max-width:639px){
#page_feature {
    background-size: 80%;
}
.box_menu_small_wrap .box_menu:nth-child(2n){
	margin-right:0;
}
.page_title {
    width: 80%;
}
.col_about {
    float: none;
}
.box_menu_small_wrap {
	gap:20px 10px;
}

.box_menu_small_wrap {
    grid-template-columns: 1fr 1fr;
}

}