.l-section--margin--underlayer {
	margin-top: 0;
	margin-bottom: 0;
}
.flexbox {
	display: flex;
}
.img_round {
	border-radius: 0 3em 0 3em;
}
.p-ttlGroup {
    /*padding-bottom: 2.1rem;
    background-image: linear-gradient(90deg, #2DB0DC 0%, #5FE9AC 100%);
    background-size: 100% 0.2rem;
    background-position: bottom;*/
    margin-bottom: 4em;
}
.c-bg--gradientOrange .p-ttlGroup {
	background-image: linear-gradient(90deg, #feb582 0%, #fce26a 100%);
}
.p-ttlGroup .lead_txt {
	margin-top: 1.5em;
}
.p-siteMap__link--btn a {
	color: #333333;
}
.p-siteMap__link--btn a .new {
	font-size: 90%;
	color: #e51313;
	margin-right: 0.2em;
}
.c-ttl__txt .txt_sml {
	font-size: 50%;
	line-height: 1;
	display: block;
}
.i_block {
	display: inline-block;
}
.list_check {
	margin-top: 1.5em;
}
.list_check li {
    font-size: 2.1rem;
    font-weight: 700;
    background: #fccac1 url("/kyufu/assets/images/icon_check.png") no-repeat 0.5em 50% / 1em auto;
    padding: 0.5em 0.8em 0.5em 2.5em;
    border-radius: 1.5em;
    margin-bottom: 0.5em;
}
.txt_lar {
	font-size: 120%;
}
.txt_sml {
	font-size: 80%;
}
.txt_bold {
	font-weight: 700;
}
.txt_red {
	color: #e64e4e;
}
.txt_green {
	color: #03a98c;
}
.txt_blue {
	color: #028dbc;
}
.txt_gradation {
	background: linear-gradient(90deg, #2DB0DC 0%, #5FE9AC 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}
.txt_line {
	display: inline-block;
	border-bottom: 2px solid #333;
}
.txt_dot {
  background-image: radial-gradient(circle at center, #5FE9AC 20%, transparent 20%);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 0.9em 0.3em;
  padding-top: 0.1em;
}
.txt_slash {
	display: flex;
	align-items: center;
	justify-content: center;	
	text-align: center;
	line-height: 1.3;
	margin-bottom: 15px;
}
.txt_slash:before,
.txt_slash:after {
    display: block;
    content: '';
    width: 1em;
	height: 1.2em;
    border-left: 2px solid #333333;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.txt_slash:after {	
    border-left: none;
    border-right: 2px solid #333333;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);	
}
.highlighter {
	background: linear-gradient(transparent 75%, #fff100 75%);
}
.l-section h3 {
	font-size: 3.0rem;
	margin-bottom: 0.5em;
}
ul.list_kome li,
.kome {
    text-indent: -1em;
    margin-left: 1em;
	font-size: 1.3rem;
}
span.kome {
    text-indent: 0;
    margin-left: 0;
}
ul.list_kome li:before,
.kome:before {
	content: "※";
}
ul.list_dot li{
  padding-left: 1em;
  text-indent: -0.45em;
	margin-bottom: 0.5em;
	line-height: 1.4;
}
ul.list_dot li:before {
  content: "●";
  font-size: 90%;
  padding-right: 0.2em;
  display: inline-block;
  vertical-align: 0.1em;
  color: #5ee8af;
}
.btnarea a.c-btn__item {
	max-width: 340px;
    margin: 0 auto;
}
.sec_wrap:not(:last-of-type) {
	margin-bottom: 6em;
}
.c-btn__item--red {
	background: #e57373;
}
.roundbox {
	max-width: 960px;
    margin: 0 auto;
    background: #ffffff;
    padding: 2em 6%;
    border-radius: 0 2em 0 2em;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.support_wrap {
	display: flex;
    gap: 1.5em;
    justify-content: center;
    text-align: center;
    margin: 2em auto 3em;
    box-sizing: border-box;
}
.support_wrap .roundbox {
	padding: 0;
	width: 340px;
    margin: 0;
}
.support_wrap .roundbox img {
	border-radius: 0 2em 0 2em;
}
.support_wrap .roundbox dl {
	padding: 1em 1em 1.5em;
}
.support_wrap .roundbox dl dt {
	font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}
footer {
	padding-top: 8rem;
}

@media screen and (max-width: 768px) {
	.p-ttlGroup {
		margin-bottom: 2em;
	}
	.list_check li {
		font-size: 1.7rem;
		max-width: 320px;
	}
	ul.list_kome li,
	.kome {
		font-size: 1.15rem;
	}
	.btnarea a.c-btn__item {
		font-size: 1.6rem;
	}
	.img_round {
		border-radius: 0 4vw 0 4vw;
	}
	.sec_wrap {
		margin-bottom: 4em;
	}
	.support_wrap {
		flex-direction: column;
		align-items: center;
	}
	.support_wrap .roundbox {
		width: 100%;
		max-width: 320px;
		margin: 0;
	}
	.support_wrap .roundbox img {
		width: 100%;
	}
	.support_wrap .roundbox dl dt {
		font-size: 1.9rem;
	}
	.support_wrap .roundbox dl dd {
		font-size: 1.5rem;
	}
	footer {
		padding-top: 4rem;
	}
	.l-contents img {
		height: auto;
	}
}
@media screen and (max-width: 374px) {
	.btnarea a.c-btn__item {
		font-size: 4vw;
	}
}






/* intro */
#intro {
	border-top: 1px solid #d6d6d6;
}
#intro .p-ttlGroup {
	text-align: center;
}
#intro .p-ttlGroup .firsttime {
	font-size: 3.2rem;
	background: url("../images/beginner_mark.svg") no-repeat 0 50% / 4.2rem auto;
	padding: 0.4em 0 0.3em 1.8em;
	display: inline-block;
}
#intro .p-ttlGroup h2 {
	font-size: 4rem;
	display: inline-block;
	padding-bottom: 0.2em;
	position: relative;
}
#intro .p-ttlGroup h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 8px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: linear-gradient(90deg, #c1ecfc 0%, #c1fce4 100%);
}
#intro .p-ttlGroup h2 .txt_dot:first-of-type {
	background-position: top center;
}
#intro .p-ttlGroup .lead_txt {
	font-size: 2.1rem;
}
#intro .bef_aft .item {
	width: 50%;
	background: #c1fce4;
    padding: 1.5em 2em;
	position: relative;
}
#intro .bef_aft .bef_cont.item {
	background: #c1ecfc;
}
#intro .bef_aft .item h3 {
	font-size: 4rem;
	line-height: 1.15;
}
#intro .bef_aft .item h3 .txt_sml2 {
	font-size: 50%;
}
#intro .bef_aft .item .illust {
	position: absolute;
	top: -3em;
	right: 2em;
}
.p-support__link--wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}
.p-support__link--wrap li {
	width: 48%;
	max-width: 240px;
}
.p-support__link--wrap li a {
	font-size: 1.3rem;
    color: #333;
    background: #fff;
    display: flex;
	align-items: center;
    padding: 0.7em;
    border-radius: 2em;
	position: relative;
}
.p-support__link--wrap li a span:nth-of-type(2) {
	width: calc(100% - 2rem);
    padding: 0 2em 0 0.5em;
    line-height: 1.3;
}
.p-support__link--wrap li a .c-arrow--right {
	position: absolute;
    top: 1.1em;
    right: 1em;
}
.p-support__link--wrap li a .c-arrow--right::after {
	transform: translate(-50%, -50%) rotate(135deg);
}
.p-support__link--wrap li a .c-ttl__suffix {
	color: #fff;
    background: #333;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2.1em;
    text-align: center;
    border-radius: 50%;
    font-size: 125%;
    margin-bottom: 0;
}
.p-ttlGroup.p-ttlGroup--lined {
    padding-bottom: 2.1rem;
    background-image: linear-gradient(90deg, #2DB0DC 0%, #5FE9AC 100%);
    background-size: 100% 0.2rem;
    background-position: bottom;
}
.p-ttlGroup.p-ttlGroup--lined h2 {
	font-size: 4.5rem;
	line-height: 1.15;
}
.p-ttlGroup.p-ttlGroup--lined h2 .txt_sml {
	font-size: 40%;
}
.p-ttlGroup.p-ttlGroup--lined .c-ttl__bg {
	top: inherit;
    bottom: 0;
    line-height: 1.15;
}
.sec_wrap .ttlarea {
	display: flex;
	align-items: center;
}
.sec_wrap .ttlarea .num {
	font-size: 8.6rem;
	font-family: "Akshar", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 1.25em;
	line-height: 1em;
}
.sec_wrap .ttlarea .txt_ttl {
	width: calc(100% - 1.25em);
	font-weight: bold;
	line-height: 1.25;
	padding-top: 0.5em;
}
.sec_wrap .ttlarea .txt_ttl p {
	font-size: 1.7rem;
}
.sec_wrap .ttlarea .txt_ttl h3 {
	font-size: 4rem;
}
.sec_wrap .txtarea p:not(:last-of-type) {
	margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
	#intro .p-ttlGroup .firsttime {
		font-size: 2.4rem;
		background-size: 3rem auto;
	}
	#intro .p-ttlGroup h2 {
		font-size: 2.1rem;
		padding-bottom: 0.6em;
	}
	#intro .p-ttlGroup h2::after {
		width: 70%;
		height: 6px;
	}
	#intro .p-ttlGroup h2 .txt_lar {
		font-size: 140%;
	}
	#intro .p-ttlGroup .lead_txt {
		font-size: 1.8rem;
	}
	#intro .bef_aft.flexbox {
		flex-direction: column;
		margin-top: 3.5em;
	}
	#intro .bef_aft .item {
		width: 100%;
		padding: 3.5em 1.5em 1.5em;
	}
	#intro .bef_aft .item:last-of-type {
		padding-top: 5em;
	}
	#intro .bef_aft .item:last-of-type .illust {
		top: -1em;
	}
	#intro .bef_aft .item h3 {
		font-size: 3.2rem;
	}
	#intro .bef_aft .item .illust {
		width: 180px;
	}
	#intro .bef_aft .item .illust img {
		width: 100%;
	}
	.p-support__link--wrap li {
		width: 100%;
		max-width: 280px;
	}
	.p-support__link--wrap li a .c-arrow--right {
		top: 1.2em;
		right: 1.2em;
	}
	.p-ttlGroup.p-ttlGroup--lined {
		position: relative;
		margin-left: -1em;
		margin-right: -1em;
	}
	.p-ttlGroup.p-ttlGroup--lined h2 {
		font-size: 3.6rem;
	}
	.p-ttlGroup.p-ttlGroup--lined .c-ttl__bg {
		top: -1rem;
		left: 0;
	}
	.sec_wrap .ttlarea {
		align-items: flex-start;
		position: relative;
		margin-left: -1em;
		margin-right: -1em;
	}
	.sec_wrap .ttlarea .num {
		font-size: 5.8rem;
		padding-top: 0.05em;
	}
	.sec_wrap .ttlarea .txt_ttl p {
		font-size: 1.4rem;
	}
	.sec_wrap .ttlarea .txt_ttl h3 {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 374px) {
	#intro .l-contents {
		padding-left: 6%;
		padding-right: 6%;
	}
	.p-ttlGroup.p-ttlGroup--lined h2 {
		font-size: 10vw;
	}
	#intro .p-ttlGroup .firsttime {
		font-size: 6.2vw;
		background-size: 8vw auto;
	}
	#intro .p-ttlGroup h2 {
		font-size: 5.8vw;
	}
	#intro .bef_aft .item h3 {
		font-size: 8vw;
	}
	.sec_wrap .ttlarea .txt_ttl h3 {
		font-size: 6vw;
	}
}

#before_support .sec_wrap .sec_cont {
	text-align: center;
	position: relative;
}
#before_support .sec_wrap .sec_cont .bgimage {	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
#before_support .sec_wrap .sec_cont .bgimage img:first-of-type {
	position: absolute;
	left: -3em;
}
#before_support .sec_wrap .sec_cont .bgimage img:last-of-type {
	position: absolute;
	right: -3em;
}
#before_support .txtarea {
	padding-top: 1em;
	margin-bottom: 2em;
}
.sec_wrap .txtarea p {
	font-size: 2.0rem;
}
#befoer01 .sanka h4 {
	font-size: 1.8rem;
	font-weight: bold;
	background: #ffffff;
	border: 3px solid #82d2b5;
	border-radius: 1.5em;
	max-width: 600px;
	margin: 0 auto 2em;
	padding: 0.5em 1.5em;
	position: relative;
	z-index: 2;
}
#befoer01 .sanka h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 9px solid #ffffff;
  z-index: 2;
}
#befoer01 .sanka h4:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top: 13px solid #82d2b5;
  z-index: 1;
}
ul.list_lbl {
	display: flex;
	justify-content: center;
	gap: 1em;
	margin-bottom: 2em;
}
ul.list_lbl li {
	font-size: 2.1rem;
	font-weight: bold;
    background: #ffffff;
    padding: 1em;
    border-radius: 0 2em 0 2em;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
	width: 220px;
}
.icon_gradien {
    background-image: linear-gradient(90deg, #2DB0DC 0%, #5FE9AC 100%);
	width: 6rem;
	height: 6rem;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 0.2em;
}

#befoer02 .reco {
	margin-bottom: 3em;
	font-size: 1.8rem;
}
#befoer02 .reco ul.list_dot {
	display: inline-block;
    text-align: left;
}
.courselist {
	margin: 0 auto;
    max-width: 930px;
}
.courselist .list_icon {
	display: flex;
	flex-wrap: wrap;
    gap: 15px;
}
.courselist .list_icon li {
	width: 300px;
} 
.courselist .list_icon li a {
    font-weight: bold;
    font-size: 1.8rem;
    color: #333;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0.7em;
    border-radius: 2em;
    position: relative;
    justify-content: space-around;
}
.courselist .list_icon li.course_pg a {
	background: #fff url("/images/top/icon_it.png") no-repeat 1em 50% / 1.5em auto;
}
.courselist .list_icon li.course_web a {
	background: #fff url("https://haa.athuman.com/images/top/icon_web.png") no-repeat 1em 50% / 1.5em auto;
}
.courselist .list_icon li.course_mv a {
	background: #fff url("https://haa.athuman.com/images/top/icon_web.png") no-repeat 1em 50% / 1.7em auto;
}
.courselist .list_icon li.course_cad a {
	background: #fff url("https://haa.athuman.com/images/top/icon_cad.png") no-repeat 1em 50% / 1.5em auto;
}
.courselist .list_icon li.course_xls a {
	background: #fff url("https://haa.athuman.com/images/top/icon_pc.png") no-repeat 1em 50% / 1.7em auto;
}
.courselist .list_icon li.course_mos a {
	background: #fff url("https://haa.athuman.com/images/top/icon_pc.png") no-repeat 1em 50% / 1.7em auto;
}
.courselist .list_icon li.course_nail a {
	background: #fff url("https://haa.athuman.com/images/top/icon_nail.png") no-repeat 1em 50% / 1.6em auto;
}

.courselist .list_icon li a:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
	bottom: 0;
    right: 1.1em;
	margin: auto;
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.courselist .kome {
	text-align: right;
}
#befoer02 .eventinfo {
	margin-top: 2em;
}
#befoer02 .eventinfo p {
    font-size: 2.6rem;
    margin-bottom: 0.5em;
}
#befoer02 .eventinfo p.txt_slash {
	font-size: 1.9rem;
}

@media screen and (max-width: 768px) {
	#before_support .sec_wrap .sec_cont .bgimage {
		position: relative;
		top: 2em;
	}
	#before_support .sec_wrap .sec_cont .bgimage img:first-of-type {
		position: relative;
		width: 210px;
		left: calc(5% - 90px);
        
	}
	#before_support .sec_wrap .sec_cont .bgimage img:last-of-type {
        width: 180px;
		top: 4em;
        left: 50%;
	}
	.sec_wrap .txtarea p {
		font-size: 1.55rem;
	}
	#befoer01 .sanka h4 {
		font-size: 1.6rem;
		max-width: 260px;
	}
	ul.list_lbl {
		gap: 0.5em;
		position: relative;
		margin-left: -1em;
		margin-right: -1em;
	}
	ul.list_lbl li {
		font-size: 1.5rem;
		padding: 1em 0.5em;
	}
	.icon_gradien {
		width: 4.5rem;
		height: 4.5rem;		
		margin: 0 auto 0.2em;
	}
	.icon_gradien img {
		width: 60%;
	}
	#befoer02 .reco {
		margin-bottom: 3em;
		font-size: 1.8rem;
	}
	#befoer02 .reco ul.list_dot li {
		font-size: 1.6rem;
	}
	.courselist .kome {
		text-align: center;
		margin-top: 1em;
	}
	#befoer02 .eventinfo p {
		font-size: 2.1rem;
	}
	#befoer02 .eventinfo p.txt_slash {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 374px) {
	.courselist .list_icon li a {
		font-size: 5vw;
	}
	#befoer02 .eventinfo p {
		font-size: 5.4vw;
	}
}

.aichat,
.community {
	margin-bottom: 3em;
}
.aichat .ttl {
	text-align: center;
}
.aichat .ttl p {
	font-size: 2.4rem;
    font-weight: bold;
}
.l-section .aichat .ttl h3,
.l-section .community h3,
.l-section .assist h3 {
	font-size: 3.5rem;
	line-height: 1.2;
}
.l-section .aichat .ttl h3 .txt_sml,
.l-section .community h3 .txt_sml,
.l-section .assist h3 .txt_sml {
	font-size: 70%;
}
.aichat .imgarea {
	text-align: center;
    margin-bottom: 2em;
}
.aichat .imgarea img {
	border: 4px solid #48cfc2;
    padding: 0.5em;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.aichat .txtarea p {	
	font-size: 1.7rem;
}
.aichat .point {
	display: flex;
	align-items: center;
    padding: 1em 2em;
    background: #f0f6fb;
	margin: 1.5em auto;
}
.aichat .point dt {
	font-size: 2rem;
	text-align: center;
	padding: 0 2em;
}
.aichat .point dt .txt_slash {
	font-size: 1.6rem;
	margin-bottom: 0.5em;
}
.aichat .point dt .txt_slash::before,
.aichat .point dt .txt_slash::after {
	border-width: 1px;
	border-color: #028dbc;
}
.aichat .point dd ul li {
	font-size: 1.5rem;
}
.aichat .list_kome li:not(:last-of-type) {
	margin-bottom: 0.5em;
}
.community .flexbox,
.assist .flexbox {	
	justify-content: space-between;
}
.community .txtarea p,
.assist .txtarea p {	
	font-size: 1.6rem;
}
.community .txtarea {	
	width: calc(100% - 280px);
}
.assist .txtarea {	
	width: calc(100% - 220px);
}

.l-section .community h3 .txt_sml,
.l-section .assist h3 .txt_sml {
	display: inline-block;
	margin-top: 0.3em;
	line-height: 1.3;
}
.assist .flexbox .imgttl {
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 1em;
}
.assist .flexbox .imgttl img {
	padding-left: 1em;
}
.borderbox {
	border: 2px solid #48cfc2;
    padding: 1.5em 2em 1.2em;
    margin-top: 2em;
	text-align: center;
}
.community .borderbox .list_dot li {
	display: inline-block;    
}
.community .borderbox .list_dot li:not(:last-of-type) {
	margin-right: 2em;
}
.assist h4 {
	color: #ffffff;
	background: #48cfc2;
	font-size: 2.0rem;
	margin-bottom: 1em;
	display: inline-block;
	padding: 0.2em 1.5em 0.1em;
	border-radius: 1.5em;
}
.assist .list_dot {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-between;
}
.assist .list_dot li {
	width: 25%;
}
.resocia.roundbox {
	padding: 2.5em 2em;
	margin-bottom: 3em;
}
.resocia.roundbox .flexbox {
	justify-content: space-between;
	align-items: center;
}
.resocia.roundbox .logoarea {
	width: 215px;
}
.resocia.roundbox dl {
	width: calc(100% - 250px);
    border-left: 1px solid #ccc;
    padding-left: 2em;
}
.resocia.roundbox dl dt {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 0.4em;
}
#after05 .support_wrap .roundbox {
	padding-top: 2em;
}
#after05 .icon_gradien {
	width: 8rem;
	height: 8rem;
}
#after05 .icon_gradien img {
	border-radius: 0;
}
#after05 dl dd .list_dot {
	display: inline-block;
}
#after05 dl dd .list_dot li {
	text-align: left;
}

@media screen and (max-width: 768px) {
	.aichat .ttl p {
		font-size: 1.9rem;
	}
	.l-section .aichat .ttl h3,
	.l-section .community h3,
	.l-section .assist h3 {
		font-size: 2.6rem;
	}
	.aichat .imgarea {
		margin-bottom: 1em;
	}
	.aichat .imgarea img {
		width: 100%;
		border-width: 3px;
		padding: 0.3em;
	}
	.aichat .txtarea p {	
		font-size: 1.5rem;
	}
	.aichat .point {
		flex-direction: column;
		padding: 1.5em 4% 1em;
	}
	.aichat .point dt {
		font-size: 1.8rem;
        padding: 0;
        line-height: 1.3;
        margin-bottom: 0.8em;
	}
	.aichat .point dt .txt_slash {
		font-size: 1.4rem;
		margin-bottom: 0.2em;
	}
	.aichat .point dd ul li {
		font-size: 1.4rem;
	}
	.community .flexbox,
	.assist .flexbox {	
		flex-direction: column;
	}
	.community .txtarea p,
	.assist .txtarea p {	
		font-size: 1.5rem;
	}
	.community .txtarea,
	.assist .txtarea {	
		width: 100%;
	}
	.community .imgarea,
	.assist .imgarea {	
		margin: 2em auto 0;
	}
	.l-section .community h3 .txt_sml,
	.l-section .assist h3 .txt_sml {
		display: inline-block;
		margin-top: 0.3em;
		line-height: 1.3;
	}
	.assist .flexbox .imgttl {
		flex-direction: column;
        align-items: center;
	}
	.assist .flexbox .imgttl img {
		padding-left: 0;
		width: 190px;
	}
	.borderbox {		
		padding: 1em 4% 0.7em;
		margin-top: 1em;
	}
	.community .borderbox .list_dot {
		text-align: left;
	}
	.community .borderbox .list_dot li {
		text-align: left;
		font-size: 1.4rem;
	}
	.assist h4 {		
		font-size: 1.6rem;
		margin: 0 auto 1em;		
		padding: 0.5em 1.5em 0.4em;
		border-radius: 1.4em;
		line-height: 1.2;
	}
	.assist .list_dot {
		font-size: 1.4rem;
	}
	.assist .list_dot li {
		width: 50%;
	}
	#after05 .support_wrap .roundbox {
		padding-top: 1.2em;
	}
	#after05 dl {
		padding-top: 0.5em;
	}
	#after05 .icon_gradien {
		width: 7rem;
		height: 7rem;
	}
	#after05 .icon_gradien img {
		width: 60%;
	}
	#after05 dl dd .list_dot {
		display: inline-block;
	}
	#after05 dl dd .list_dot li {
		text-align: left;
	}
	.resocia.roundbox {
		padding: 1.6em 6%;
	}
	.resocia.roundbox .flexbox {
		flex-direction: column;
	}
	.resocia.roundbox .logoarea {
		width: 170px;
	}
	.resocia.roundbox .logoarea img {
		width: 100%;
	}
	#after05 .resocia.roundbox dl {
		width: 100%;
		border-left: none;
		padding-left: 0;
		border-top: 1px solid #ccc;
		padding-top: 1em;
		margin-top: 0.9em;
	}
	.resocia.roundbox dl dt {
		font-size: 1.9rem;
	}
}
@media screen and (max-width: 374px) {
	.assist .list_dot li {
		width: 100%;
	}
}