#overlay {
    position : fixed;
    top      : 0;
    left     : 0;
    z-index  : 2000;
    width    : 100%;
    height   : 100%;
    background : rgba(0, 0, 0, .7);
    opacity    : 0;
    visibility : hidden;
    -webkit-transition : .3s linear;
    transition         : .3s linear;
}

#overlay .stage {
    display : flex;
    justify-content : center;
    align-items     : center;
    position : relative;
    top      : 50%;
    padding  : 2rem 0;
    margin   : auto;
    overflow : hidden;
    width    : 15%;
}

.dot-floating::after,.dot-floating::before,.dot-floating{
    color            : #888 !important;
    background-color : #888 !important;
}


#overlay.is-open {
  opacity    : 1;
  visibility : visible;
}

html,body{
	padding-top:0px !important;
	padding-bottom:0px !important;
	margin:0px !important;
}

.c-section{
	padding-top:0px !important;
	padding-bottom:0px !important;
}

@media (min-width: 64em){
	[data-has-sidebar=true] .l-contents__sidebar {
	    margin: 0;
	    flex: none;
	    width: 230px;
	}

	[data-has-sidebar=true] .l-contents__main {
	    flex: none;
	    width: calc(100% - 230px - 3.53846rem);
	    width: calc(100% - 230px - var(--_space, 1.76923rem)*2*var(--_margin-scale, 1));
	}
}

.l-contents__inner:first-child{
	padding-top:120px;
}

.home .l-contents__inner:first-child,.company .l-contents__inner:first-child{
	padding-top:0px;
}

.home .smb-section:first-child,.company .smb-section:first-child{
	padding-top    : 85px;
	padding-bottom : 85px;
}


.step-area{
	display:flex;
	flex-wrap:nowrap;
	justify-content: space-between;
}

.step-area .step{
	position:relative;
	text-align: center;
	width:100%;
}

.step-area .step .step-num{
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    font-size: 12px;
    background: #eee;
    color:#333;
    top: 0;
    left: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}

.step-area .step.active .step-num{
	background:#333;
	color: #fff;
}

.step1 .step-area .step1:before{
    content: 'スタート!';
    position: absolute;
    color: #517fb8;
    top: -20px;
    width:100px;
    left: calc(50% - 50px);
    font-size: 12px;
    font-weight:bold;
}
.step3 .step-area .step3:before{
    content: 'あと少し!';
    position: absolute;
    color: #517fb8;
    top: -20px;
    width:100px;
    left: calc(50% - 50px);
    font-size: 12px;
    font-weight:bold;
}


.step5 .step-area .step5:before{
    content: 'ラストスパート!';
    position: absolute;
    color: #517fb8;
    top: -15px;
    width:100px;
    left: calc(50% - 50px);
    font-size: 12px;
    font-weight:bold;
}



.step-area .step:not(:last-child):after {
	content: '';
    position: absolute;
    display: block;
    background: #eee;
    width: 100%;
    height: 0.25em;
    top: 14px;
    left: calc(50% + 14px);
    margin-left: 1.5em\9;
    z-index: 0;
}

div.input.checkbox{
	display:inline-block !important;
}

.my-title{
	font-family: "FOT-筑紫A丸ゴシック Std B" !important;
}


#btn-submit:disabled,.btn-submit:disabled{
	opacity:0.5;
}

#btn-submit,.btn-submit{
	margin:auto;
	width:100%;
	max-width:370px;
	color:#fff !important;
	padding:10px !important;
}

.smb-btn svg{
	margin:6px;
}
.smb-btn:active,.smb-btn:focus,.smb-btn:hover{
	color:#fff;
	filter:brightness(90%);
	text-decoration:none;
}


.message.error{
	border: solid 1px #CE0000;
    background: #FFF5F5;
    color: #D60000;
    padding: 20px;
}


.flex_wrap {
	display: flex;
}
.flex_wrap > .side {
	width: 300px;
}
.flex_wrap > .main {
	flex: 1;
}


.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
	color: #f00;
}
.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
	color: #00f;
}
.form-control[readonly]{
    background:none !important;
}

@media (max-width: 480px){
	.trumbowyg-box, .trumbowyg-editor{
		min-height:150px !important;
	}
}

.image-group{
	display: flex;
	flex-flow: wrap;
	/* 縦方向の並び順*/
	/*    
	justify-content: center;
	flex-start：上揃え（デフォルト）
	flex-end：下揃え
	center：中央揃え
	baseline：ベースライン
	stretch：伸縮
	*/
	align-items: center;
}

.image-group .input-group{
	width:auto;
}
.imagePreview.active{
    width: 80px;
    height: 80px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
    margin-left:10px;
}

input.normal{
	width: auto;
	flex: none !important;
}

.prof-icon-list a svg.svg-inline--fa{
	font-size:46px !important;
	margin-bottom:10px;
}
.prof-icon-list .has-text-align-center{
	margin:0px;
}

@media (max-width: 480px){
	.prof-icon-list a svg.svg-inline--fa{
		font-size:28px !important;
	}

	.prof-icon-list a span{
		font-size:12px;
	}
}


.trumbowyg-editor{
	background:#fff;
}

.table-responsive th{
	background:#E8E8E8;
	border:solid 1px #fff;
}







.layout-flow header{
	background-color:#fff;
	padding:10px;
}
.layout-flow header img{
	width:160px;
}

.layout-flow footer,.layout-right_student footer{
	text-align:center;
	/*background-color:#002455;*/
	color:#fff;
	font-size:14px;
	padding:5px;
}

.layout-flow .l-contents__inner,.layout-flow .wp-block-snow-monkey-blocks-section{
	padding:0px !important;
}

.layout-flow .smb-section__title_bg{
	background-color:#eee;
}
.layout-flow h1.smb-section__title{
	background-color:#eee;
	color:#333 !important;
	margin-bottom:0px;
	padding:80px 10px;
	font-family: "FOT-筑紫A丸ゴシック Std B" !important;
	text-align:left;
}

.layout-flow h1.smb-section__title:after{
	display:none !important;
}

.layout-flow .smb-section__inner::before{
/*
	display:block;
	content:"";
	position:absolute;
	width:100%;
	height:80px;
	background-color:#eee;
	z-index:-10;
*/
}

.layout-flow .c-container.u-slim-width{
	border-radius:15px 15px 0px 0px;
	background-color:#fff;
	z-index:0;
}

.layout-flow .smb-section__inner>.c-container{
	padding-top:50px;
	padding-bottom:50px;
}





body.layout-right_student{
	font-family: system-ui,-apple-system,BlinkMacSystemFont,"ヒラギノ角ゴ W3",sans-serif !important;
}


.layout-right_student .l-contents__body >.l-contents__container{
	max-width:100% !important;
}

.layout-right_student .l-contents__inner:first-child,.layout-right_student .l-contents__container{
	padding:0px;
}

.layout-right_student .l-contents__main{
	width: calc(100% - 335px);
	margin:0px;
	padding:20px;
	background-color:#eee;
	background-image: url("./public/img/mitsucal-bg.png?123");
	background-repeat: no-repeat;
	background-position: left top;
}

.layout-right_student .l-contents__sidebar{
	width:335px;
	padding:20px;
}

.layout-right_student .smb-section__body{
	margin-top: 100px;
	background:#fff;
	padding:40px;
	border-radius:15px;
}

.layout-right_student h1.smb-section__title{
	text-align:left;
	font-weight:bold;
	color:#fff;
}
.layout-right_student h1.smb-section__title:after{
	display:none;
}

.prof-img,.layout-right_student .l-contents__sidebar .prof-img{
	width     : 72px;
	height    : 72px;
	min-width     : 72px;
	min-height    : 72px;
	border-radius:50%;
	background:#EEE;
	margin:auto;
	background-position: center center;
	background-size: cover;
	background-repeat:no-repeat;
	border:solid 1px #666;
	position:relative;
}

.layout-right_student .l-contents__sidebar .prof-img .menu-btn{
	display:none;
	cursor:pointer;
}


@media (max-width: 1024px){
	.layout-right_student .l-contents__main{
		width: 100%;
		padding-top:80px;
	}

	.layout-right_student .smb-section__inner > .c-container{
		padding:0px;
	}

	.layout-right_student .smb-section__body{
		padding:15px;
	}

	.layout-right_student .l-contents__sidebar{
		width:100%;
		padding:20px;
		position:fixed;
		top:0;
		left:0;
		background:#fff;
		margin-top:0px;
		z-index: 99;
		padding:10px !important;
		box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
	}

	.layout-right_student .l-contents__sidebar::after {

	}

	.layout-right_student .l-contents__sidebar .logo-prof{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: nowrap;
	}

	.layout-right_student .l-contents__sidebar .prof{
		margin-top:0px !important;
	}
	.layout-right_student .l-contents__sidebar .prof-img{
		min-width     : 48px;
		min-height    : 48px;
		width:48px;
		height:48px;
		margin-right:40px;
	}

	.layout-right_student .l-contents__sidebar .prof-img .menu-btn{
		display: inline-block;
		position: absolute;
		top: calc(50% - 21px);
		right: -50px;
		color: #666;
		line-height: 1;
		font-size: 12px;
	}
	.layout-right_student .l-contents__sidebar .prof-img svg{
		font-size:28px;
	}

	.layout-right_student .l-contents__sidebar .sp-prof{
		display:none;
	}

	.layout-right_student .l-contents__sidebar .sp-nav{
		display:none;
	}
}

.layout-right_student #nav_menu .menu-item a{
	display:block !important;
	width:100% !important;
	padding:10px 5px;
}

.layout-right_student #nav_menu svg{
	font-size: 24px;
	vertical-align:middle !important;
	margin-right:10px;
}

.layout-right_student #nav_menu span{
	font-size: 16px;
}







.Student-signup,.Company-signup{
	/*background-image: url("./public/img/login_bg.jpg");*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.Student-signup header.Company-signup header{
	display:none;
}

.Student-signup .smb-section__inner::before,.Company-signup .smb-section__inner::before{
	display:none;
}

.Student-signup #login-form,.Company-signup #login-form{
	width:95%;
	max-width:550px !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) !important;
	-webkit- transform: translateY(-50%) translateX(-50%) !important;
	background-color:#fff;
	border-radius:15px;
	padding:50px;
	text-align:center;
}

.Student-signup #login-form .logo,.Company-signup #login-form .logo{
	margin:20px 0px;
}

.Student-signup #login-form .title a,.Company-signup #login-form .title a{
	display:inline-block;
	padding:5px 50px;
	border-radius:20px;
	background-color:#eee;
	color:#666;
	margin:20px 0px;
}

.Student-signup #login-form .smb-btn,.Company-signup #login-form .smb-btn{
	width:100% !important;
	max-width:none !important;
}

@media (max-width: 768px){
	.Student-signup #login-form,.Company-signup #login-form{
		padding:20px;
	}
}










.prof-body .waku{
	background:#fff;
	padding:20px;
	border-radius:15px;
}

.prof-body{
	background:none !important;
	margin-top:0px !important;
	padding:0px !important;
}

.prof-body .prof-top{
	position: relative;
	z-index:1;
}

.prof-body .prof-top .side{
	width:200px;
	text-align:center;
}

.prof-body .prof-top .side .prof-img{
	width:185px;
	height:185px;
	border:solid 1px #666;
	margin:auto;
}

.prof-body .prof-top .main{
	color:#fff;
	position: relative;
	z-index:0;
}

.prof-body .prof-top .main .prof-title{
	font-size:34px;
}

.prof-body .prof-top .main .prof-nav{

}
.prof-body .prof-top .main .prof-nav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin: 0;
	list-style-type: none;
}
.prof-body .prof-top .main .prof-nav a {
	display: block;
	color:#333;
	text-decoration: underline;
}
.prof-body .prof-top .main .prof-nav li a:hover {

}

.prof-body .prof_main .main{
	margin-left:20px;
} 

.prof-body .info-line{
    margin-top: -120px;
    padding-top: 120px;
}

@media (max-width: 1280px){
	.prof-body .prof-top .side{
		width:160px;
		text-align:center;
	}

	.prof-body .prof-top .side .prof-img{
		width:150px;
		height:150px;
	}

	.prof-body .prof-top .main .prof-title{
		font-size:24px;
	}

	.prof-body .prof_main{
		flex-wrap:wrap;
	}
	.prof-body .prof_main .side,.prof-body .prof_main .main{
		width:100%;
		flex:none;
		margin-left:0px;
	}
	.prof-body .prof_main .main>div{
		margin-top:20px !important;
	}
}

@media (max-width: 767px){
	.prof-body .prof-top{
		flex-wrap:wrap;
	}
	.prof-body .prof-top .side,.prof-body .prof-top .main{
		width:100%;
		flex:none;
		margin-left:0px;
		color:#666;
	}

	.prof-body .prof-top .side .prof-img{
		width:180px;
		height:180px;
	}

	.prof-body .prof-top .main .prof-title{
		font-size:24px;
	}

}

@media (max-width: 480px){
	.prof-body .prof-top .main .prof-nav{
		padding:10px 5px;
	}
	.prof-body .prof-top .main .prof-nav ul {

	}

	.sp-none{
		display:none;
	}
}

#prof-edit-area{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	text-align:center;
	background:rgba(0,0,0,0.5);
	padding:15px 0px;
	z-index:9;
}

#prof-edit-area .smb-btn{
	max-width:300px;
	margin:auto;
}

#quali-list .quali-line{
	border-bottom:1px solid #eee;
	margin-top:15px;
}
#quali-list .quali-line:first-child{
	margin-top:0px;
}

#quali-list .bosyu-line{
	background:#F5F5F5;
	padding:20px;
}

.mypage .info-column {
	border-radius    : 10px;
	min-height       : 120px;
	background-color : #f15a75;
	color       : #fff;
	font-weight : bold;
}

.mypage .info-column::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -4px;
}

.mypage a.info-column {
	width   : 100%;
	height  : 100%;
	display : block;
	padding : 20px 20px;
	color   : #fff;
}

.mypage .info-column span {
	font-size : 80%;
}

.mypage .info-column span.count {
	font-size       : 150%;
	text-decoration : underline;
}

.like, .mypage .offer {
	border-radius    : 10px;
	background-color : #f15a75;
	color       : #fff !important;
	font-weight : bold;
	padding     : 5px 15px;
}

.mypage .offer {
	background-color : #00B900;
}

.bold {
	font-weight : bold;
}


.like.liked,.offer.offered {
	cursor  : default;
	opacity : 0.4;
	text-decoration : none;
}

@media (min-width: 64em) {
	.smb-section.mypage-index {
		padding-top: calc(var(--_space, 1.76923rem)*2);
	}
}

.dashboard-area {
    background : none !important;
	padding    : 0px !important;
	margin-top : 20px !important;
}

.dashboard-area .waku{
	background    : #fff;
	padding       : 20px;
	border-radius : 15px;
	margin : 0px 0px;
}

.s-caption {
	color       : #0076c2;
	font-size   : initial;
	font-weight : bold;
}

.caption {
	color       : var(--_light-color-text,#666);
	font-size   : .875rem;
	line-height : calc(.97959 + var(--_half-leading, .4)*2);
	margin      : 6px 0 0;
	text-align  : left;
}

.dashboard-area .access .items {
	width : 100%;
}

.dashboard-area .access .items .item{
	width      : 100%;
	padding    : 15px 15px;
	height     : 72px;
	margin-top : 10px;
	border-radius : 10px;
	box-shadow    : 0px 10px 0px 0px rgba(0,0,0,0.05);
}

.dashboard-area .info .items .item {
	padding-top    : 20px;
	padding-bottom : 20px;
	border-bottom  : 1px dotted #E0E0E0;
}

.dashboard-area .info .items .item .date{
	width : 35%;
}

.dashboard-area .info .items .item .title{
	width : 60%;
}

.dashboard-area .info .items .item .title a{
	word-break: break-all;
}

.dashboard-area .access .items .item .prof-img{
	width  : 42px;
	height : 42px;
    min-width  : 42px !important;
    min-height : 42px !important;
}

.dashboard-area .access .items .item .name{
	font-weight : bold;
	color       : #000;
}

.dashboard-area .access .items .item .date{
	font-size : 80%;
	color     : #898989;
}

.dashboard-area .access .items .item::after {
	content: '';
	width : 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #898989;
	border-right: solid 2px #898989;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 50%;
	right: -70px;
	margin-top: -4px;
}

.dashboard-area .chart-container {
    min-height: 305px;
}

.dashboard-area .phone {
	font-size   : 180%;
	font-weight : bold;
	color       : #0076c2;
}

.dashboard-area .guidance-time {
	font-size : 80%;
}

.dashboard-area .guidance-time span{
	padding     : 5px 5px;	
	font-weight : bold;
}

.dashboard-area .guidance-time span:nth-child(1) {
	background-color : #0076c2;
	color            : #fff;
	border-radius    : 10px;
}

.dashboard-area .smb-btn {
	font-size      : 80%;
	padding-top    : 10px;
	padding-bottom : 10px;
	font-weight    : bold;
}


.pages-news .c-entry__contents,
.admin-news .c-entry__contents {
	min-height : 300px;
}

.c-prev-next-nav__item a {
	color : #fff;
}

.no-new-offer {
	cursor : default;
}

.list-format .head{
	padding          : 20px 20px;
	background-color : #eee;
	color            : #666;
}

.list-format .content{
	padding : 20px 20px;
}

.list-format .content .prof-img {
	margin : initial;
}

.smb-section__head {
    margin-top: 100px;
}

.smb-section__head .smb-btn{
	background-color:#fff;
	border: 1px solid #333;
	color:#333;
}

.smb-section__body.message {
	margin-top : 8px;
}

.list-format.offer .__company-info .r-column .icon,
.offer-area.list-format .target-info .icon{
	min-width  : 30px;
	text-align : center;
}

.list-format.offer h5{
	color : #666 !important;
}

.offer-btn {
	background-color : #00B900;	
	color            : #fff!important;
	font-weight      : bold;
}

.list-format.offer .message .content {
	min-height     : 300px;
letter-spacing : 0.32px;
}

.list-format.offer .__company-info .smb-btn,
.offer-area .smb-btn,
.search-area .smb-btn,
.smb-section__head .smb-btn {
	font-size      : 80%;
	padding-top    : 10px;
	padding-bottom : 10px;
	font-weight    : bold;
}

.list-format.offer .__company-info .smb-btn svg,
.offer-area .smb-btn svg,
.search-area .smb-btn svg,
.smb-section__head .smb-btn svg{
	margin : 3px;
}

.message.list-format .target-info{
	background   : transparent linear-gradient(180deg, #B7E8F0 0%, #E5E6FF 100%) 0% 0% no-repeat padding-box;
	padding      : 20px 20px;
}

.content-area{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #00000024;
	border-radius : 7px;
	min-height    : 210px;

	margin-right: calc(var(--_space, 1.76923rem)*0.25);
    margin-left: calc(var(--_space, 1.76923rem)*0.25);
	padding-top    : 22px;
	padding-bottom : 22px;
}

.content-area .badge,
.contact-form .badge {
	border: 1px solid #1B74BA;
	border-radius : 1.55em;
	letter-spacing: 0.22px;
	color: #666;
	padding : 3px 12px 3px 12px;
	width   : fit-content;
}

.content-area .badge.warning,
.contact-form .badge.warning {
	background-color : #E06477;
	border           : 1px solid #E06477;
	color            : #fff;
}

.content-area .d-flex-ellipsis {
	overflow : hidden;
}

.content-area .ellipsis {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
 * やり取り一覧
 */

.message-area {
	padding-top    : 20px;
	padding-bottom : 20px;
}

.message-area .prof-img{
	width  : 50px;
	height : 50px;
}

.message-form-area {
    position : relative;;
	padding          : 0px 0px;
	background-color : #F2F2F2;
	min-height : 154px;
}

#message-non-active-back {
	position   : absolute;
	background : #000000 0% 0% no-repeat padding-box;
	opacity    : 0.64;
	width      : 100%;
	min-height : 223px;
}

#message-non-active {
	color      : #fff;
	width      : 100%;
	padding    : 55px 20px;
	min-height : 223px;
}

#message-non-active .sme-btn{
	color  : #fff;
	cursor : pointer;
}

#message-form {
	padding  : 10px;
}

.m-initial {
	margin : initial;
}

.smb-btn .text {
	margin : 3px 3px;
}

.message-area #message-send.sending,
.message-area .box.sending,
#page-next.sending {
	cursor  : default;
	opacity : 0.8;
	text-decoration : none;
}

.message-area .box {
	border-radius    : 3px;  
	background-color : #e4e6ea;
	padding          : 10px 10px;
	min-width : 150px;
}

.message-area .box.my {
	background   : transparent linear-gradient(180deg, #B7E8F0 0%, #E5E6FF 100%) 0% 0% no-repeat padding-box;
}

.message-area.content {
	overflow   : scroll;
	min-height : 500px;
	max-height : 500px;
}

.message-area.content .form-row:first-child{
	margin-top : 20px;
}

#page-next {
	cursor          : pointer;
	border-bottom   : 1px solid #666;
	padding         : 20px 0px;
	text-decoration : underline;
	color : #666;
}

.underline {
	padding-bottom : 10px;
	border-bottom : 1px solid #DEDEDE;
}

.pl-0 {
	padding-left : 0px;
}

.pr-0 {
	padding-right : 0px;
}

.content-area.offer-area {
	max-height : initial;
	min-height : initial;
	padding    : 20px 0px 20px 0px;
}

@media (max-width : 768px) {
	.sm-mt-10 {
	    margin-top: 1rem!important;
	}
	
    .sm-none {
        display : none;
    }

    .content-area {
    	max-height : initial;
    	min-height : initial;
        padding    : 20px 20px 20px 20px;
    }
    
	.content-area.offer-area {
		padding    : 10px;
		margin-left:0px;
		margin-right:0px;
	}
	
	.sm-order-2 {
		order : 2;
	}

	.message.list-format .target-info{
		margin-left  : 15px;
		margin-right : 15px;
	}
}

@media (min-width : 768px) {
	.pc-pr-0 {
		padding-right : 0px;
	}
}

.m-init {
	margin : initial;
}

.chosen-container-single .chosen-single {
	background : #fff !important;
    height: calc(1.5em + .75rem + 2px)!important;
	border: 1px solid #ced4da!important;
	padding: .375rem .75rem!important;
	font-size: 1rem!important;
	font-weight: 400!important;
}

.img-trash {
    cursor:pointer !important;
    text-decoration:underline !important;
}


a.colorbox{
	display:inline-block;
	padding:3px 10px;font-size:14px;background:#f09543;border-radius:10px;color:#fff;
}

@media screen and (max-width: 640px) {

	.prof-body .waku{
		padding:15px;
	}

	.prof-body .waku h3{
		font-size: 1.2rem;
		margin-bottom:15px;
	}

	.table-responsive table.table th,
	.table-responsive table.table td {
		border-bottom: none;
		display: block;
		width: 100%;
	}

	h1.c-entry__title{
		font-size:1.2rem !important;
	}
	.p-entry-content>h2, .textwidget>h2, .wp-block-column>h2, .wp-block-cover__inner-container>h2, .wp-block-group__inner-container>h2, .wp-block-media-text__content>h2{
		font-size:1.2rem !important;
	}

}

.sp-show{
	display:none;
}

@media screen and (max-width: 480px) {
	.sp-show{
		display:block;
	}
}

.required{
	font-size:12px;
	color:red;
}

input,select,textarea{
		font-family: system-ui,-apple-system,BlinkMacSystemFont,ヒラギノ角ゴ W3,sans-serif !important;
}

.c-entry-summary__term--category-news_company{
	background-color:#9ac143;
}
.c-entry-summary__term--category-news_student{
	background-color:#d85d83;
}

.c-entries--panel .c-entry-summary{
	background:#fff !important;
}



.l-header .dropdown-menu.show{
	border:none;
	padding:0px;
}

.l-header .dropdown-menu.show .dropdown-item{
	padding:10px 0px;
	text-align:center;

	background-color:rgba(244,213,186,1)!important;
}

.l-header .dropdown-menu.show .dropdown-item:first-child{
	border-bottom:dotted 1px #dd7840;
}

.l-header .dropdown-menu.show .dropdown-item:hover{
	background-color:rgba(244,213,186,0.75)!important;
}