@charset "utf-8";

/* head,text */
body:not(.home) .page-header .page-header-title{
	font-size:3.125rem;
}
body:not(.home) .page-header .page-header-subtext{
	font-size:1.5rem;
	letter-spacing: 0.25em;
}
.article_head {
    display:flex;
    flex-wrap:wrap;
    gap: 0.5em 1.25em;
    align-items:center;
}
.article_head time{
    color:#6a6a6a;
}
.article_head .post-categories{
    display:flex;
    align-items:center;
    gap:1em;
    margin:0;
    padding:0;
    font-size:0.75rem;
}
.article_head .post-categories li{
    margin:0;
    list-style: none;
}
.article_head time{
	font-family: "Noto Serif JP", serif;
	color:#666666;
}
.article_head .post-categories a{
    font-size:0.75rem;
	padding: 0.25em 0.375em;
	background:#335f96;
	color:#fff;
	display: inline-block;
	line-height: 1;
	text-decoration:none;
}
body:not(.home) .article_head .post-categories a{
	color:#fff;
}
.article_head .ttl{
    font-size:2rem;
    margin: 0 auto 1.25em;
    width:100%;
    border-bottom: 2px dotted #e0c767;
    padding-bottom: 0.5em;
}
@media screen and (max-width:767px) {
	body:not(.home) .page-header .page-header-title{
		font-size:2rem;
	}
	body:not(.home) .page-header .page-header-subtext{
		font-size:1.14rem;
	}
	.article_head .ttl{
        font-size:1.47rem;
        margin:0em auto 1.5em;
    }
}
/* Link */
.common_btn{
	text-align:center;
}
.common_btn a{
	position: relative;
	z-index: 10;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	width: auto;
	min-height: 2.875em;
	font-size: 1rem;
	font-weight: 500;
	background:var(--base-color);
	color:var(--white);
	border: 1px solid var(--base-color);
	border-radius: 4em;
	padding: 0.5em 2em;
	text-decoration: none;
	transition: color .4s,background-color .4s;
	overflow: hidden;
}
.common_btn a span{
	display:flex;
	justify-content:center;
	align-items:center;
}
.common_btn a:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 10px solid #fff;
	border-right: 0;
	position:absolute;
	z-index:10;
	top:0;
	bottom:0;
	right: 1em;
	margin:auto;
	transition:border-left-color .4s;
}
@media (any-hover: hover) {
	.common_btn a:hover{
		background:var(--white);
		color:var(--base-color);
	}
	.common_btn a:hover:after{
		border-left-color:var(--base-color);
	}
}
@media screen and (max-width:767px) {
	.common_btn a{
		min-height: 3.215em;
	}
}


/* image */
body:not(.home) img{
	max-width:100%;
	height:auto;
}

/*list*/
.article-list li + li{
	margin-top:0.5em;
}
.article-list li{
	padding-left: 1em;
	position: relative;
}
.article-list li:before{
	content:"";
	aspect-ratio:1/1;
	width: 0.75em;
	background:#728fa7;
	border-radius:50%;
	position:absolute;
	left:0;
	top: 0.375em;
	margin:auto;
}
.article_box{
	max-width:940px;
	margin: 0 auto 3em;
	text-align:center;
	background:#f4f7f9;
	border-radius:10px;
	font-size:1.375rem;
	font-weight: 500;
	padding: 2.216em 50px;
}
@media screen and (max-width: 768px) {
	.article_box{
		margin: 0 auto 2em;
		border-radius:5px;
		font-size:1.14rem;
		padding:0.9495em 15px;
	}
}

/* table,list */
.medical-table_wrap{
	margin-block: 0 40px;
}
.medical-table_wrap table{
	width: 100%;
	box-sizing:border-box;
	font-size:16px;
}
.medical-table_wrap table th,
.medical-table_wrap table td{
	box-sizing:border-box;
	padding: 8px 14px;
	text-align:center;
}
.medical-table_wrap table thead{
	font-size:1rem;
	background: #faedbb;
	border-width: 0;
}
.medical-table_wrap table thead th,
.medical-table_wrap table thead td{
	font-weight: bold;
}
.medical-table_wrap table th{
	padding: 15px 8px;
}
.medical-table_wrap table tbody th{
	font-weight: bold;
	text-align: center;
}
.medical-table_wrap table .saturday{
	color:#003399;
}
.medical-table_wrap table .sunday{
	color:#b8223e;
	letter-spacing:0.1em;
	white-space: nowrap;
	font-feature-settings: 'palt';
	letter-spacing: -0.05em;
}
.medical-table_wrap table td{
	position:relative;
}
.medical-table_wrap table td p{
	margin-top:5px;
	font-size:0.75rem;
}
.medical-table_wrap table td .joining{
	position:absolute;
	background:url(../img/common/icon-nukukyu.svg);
	inset:0;
	width:22px;
	height:18px;
	margin:auto;
}
.medical-table_wrap table td .holiday{
	width:1px;
	height:20px;
	background:#dbbe4d;
	transform:rotate(45deg);
	position:absolute;
	inset:0;
	margin:auto;
}
.medical-table_wrap::-webkit-scrollbar {
	height: 15px;
}
.medical-table_wrap::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #c1c1c1;
}
.medical-table_wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #666;
}
.attendance_ann{
	font-size:0.875rem;
	margin-top: 1rem;
	letter-spacing: 0.05em;
}	
table{
	width:100%;
	border-collapse: separate;
	border-radius:10px;
	border:none;
	border-left:1px solid #dbbe4d;
	border-top:1px solid #dbbe4d;
}
table th{
	border:none;
	border-bottom:1px solid #dbbe4d;
	border-right:1px solid #dbbe4d;
}
table td{
	border:none;
	border-bottom:1px solid #dbbe4d;
	border-right:1px solid #dbbe4d;
}
table thead td,
table tbody td{
	border-right:none;
}
table thead td:last-child{
	border-right:1px solid #dbbe4d;
}
table thead th{
	border-radius:10px 0 0 0; 
}
table thead td:last-child{
	border-radius:0 10px 0 0; 
}
table tbody tr:last-child th{
	border-radius:0 0 0 10px; 
}
table tbody td:last-child{
	border-right:1px solid #dbbe4d;
}
table tbody tr:last-child td:last-child{
	border-radius:0 0 10px 0; 
}
@media only screen and (max-width:1050px) {
	.medical-table_wrap table thead{
		font-size:0.875rem;
	}
	.medical-table_wrap table td{
		padding:10px;
	}
}
@media only screen and (max-width: 768px) {
	.medical-table_wrap{
		overflow-x:auto;
		margin-bottom: 20px;
	}
	.medical-table_wrap table{
		font-size: 1rem;
	}
	.medical-table_wrap table th,
	.medical-table_wrap table td{
		padding: 12px 3px;
	}
	.medical-table_wrap table th{
		width: 30%;
	}
	.medical-table_wrap table td{
		width:9%;
	}
	.medical-table_wrap table td:last-child{
		width:20%;
	}
	.medical-table_wrap table td img{
		width: 14px;
	}
	.medical-table_wrap table thead,
	.medical-table_wrap table tbody{
		font-size: 1rem;
		font-feature-settings:'palt';
	}
	.medical-table_wrap table td .joining{
		width:17px;
		height: 14px;
	}
	.medical-table_wrap table td .holiday{
		height:15px;
	}
	table thead th{
		border-radius:5px 0 0 0; 
	}
	table thead td:last-child{
		border-radius:0 5px 0 0; 
	}
	table tbody tr:last-child th{
		border-radius:0 0 0 5px; 
	}
	table tbody tr:last-child td:last-child{
		border-radius:0 0 5px 0; 
	}
	table{
		border-radius:5px;
	}
	.attendance_ann{
		font-size:0.93rem;
	}
}


.topics_list{
	position:relative;
	padding: 0;
	margin: 0;
}
.topics_list li{
	border-bottom:#d7d7d7 solid 1px;
	margin: 0;
}
.topics_list li:first-child{
	border-top:#d7d7d7 solid 1px;
}
.article_content .topics_list li{
	list-style: none;
}
.topics_list li a{
	display:flex;
	flex-wrap:wrap;
	padding: 22px 10px;
	text-decoration: none;
	transition:.5s background-color;
	gap: 3.75em;
	color: var(--black);
}
.article_content .topics_list li a{
	text-decoration:none;
	color:#333;
	gap: 0.5em;
}
.topics_list time{
	font-size: 0.875rem;
	width: 6em;
	font-weight: 500;
	color: #666666;
}
.topics_list li a p{
	width: calc(100% - 9em);
	line-height: 1.4;
	margin: 0;
}
.article_content .topics_list li a p{
	width:100%;
}
.topics_list li a:has(.blog_txt){
	gap:50px;
	align-items:center;
}
.topics_list .cat_area{
	width: calc(100% - 5.5em);
}
.topics_list .blog_title{
	margin-bottom:0.5em;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
}
.topics_list .blog_text{
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
}
.topics_list .cat-item{
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.25em 0.375em 0.375em;
	background: #878787;
	color:#fff;
	display: inline-block;
	border-radius:40px;
	width: 6.358em;
	text-align: center;
}
.topics_list .blog_image{
	width:200px;
	height: 130px;
	text-align: center;
}
.topics_list .blog_image img{
	border-radius:5px;
}
.topics_list .blog_txt{
	width:calc(100% - 250px);
	margin-bottom:0.75em;
}
.topics_list .blog_txt .blog_top{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	gap:0.25em 1em;
	margin-bottom: 0.5em;
}
.topics_list .blog_txt .blog_top time{
	width:6em;
}
.topics_list .blog_txt em{
	width:100%;
	font-size: 1.125rem;
	font-weight:bold;
	color:var(--base-color);
	display: block;
}
.topics_list .blog_txt p{
	width:100%;
}
@media (any-hover: hover) {
	.topics_list li a:hover{
		background:#fbf8ed;
	}
}
@media screen and (max-width:767px) {
	.topics_list li a{
		padding: 9px 10px;
		gap: 0.125em;
		flex-wrap:wrap;
	}
	.topics_list time{
		font-size: 0.86rem;
		width: 100%;
	}
	.topics_list li a p{
		width: 100%;
	}
	.topics_list .blog_image{
		width: 110px;
	}
	.topics_list .blog_txt{
		width:calc(100% - 130px);
		margin-bottom: 0;
	}
	.topics_list li a:has(.blog_txt){
		gap:20px;
		padding: 10px 0;
	}
	.topics_list .blog_title{
	    -webkit-line-clamp:2;
	    margin-bottom: 0;
	}
	.topics_list .blog_txt em{
		font-size:1rem;
	}
	.topics_list .cat-item{
		font-size: 0.86rem;
		padding: 0.125em 0.25em 0.375em;
		background: #878787;
		width: 4.154em;
	}
	.topics_list .blog_txt .blog_top{
		margin-bottom:0;
	}
	body.home .blog .top_style02{
		margin-bottom:0.5em
	}
	body.home .blog .common_btn{
		margin-top:2.5em;
	}
}
/*  GoogleMAP・動画埋め込み  */
.map_wrap iframe{
	width:100%;
}
#campus_map{
	height:390px;
	margin-bottom:20px;
}
.movie_wrap{
	position:relative;
	width:100%;
	padding-bottom:56.25%;
}
.movie_wrap iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.movie_wrap2{
	width: 100%;
	height:  0;
	padding-bottom:  590px;
	overflow:hidden;
	position:  relative;
}
.movie_wrap2 iframe,
.movie_wrap2 video{
	min-width: 100%;
	min-height: 590px;
	height:  auto;
	position:  absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	margin:  auto;
}
@media only screen and (max-width: 768px) {
	#campus_map {
	    margin: 0 15px;
	    box-sizing: border-box;
	    width: auto;
	    height: 320px;
	}
}

/*  パンくずリスト  */
#pan {
	padding-top: 25px;
	padding-bottom: 30px;
}
#pan ol{
	padding:0;
	margin:0;
	font-size: 0.875rem;
	text-align: left;
}
#pan li,
#pan li *{ 
	display:inline-block;
	vertical-align:middle;
}
#pan li a{
	color: #b4910c;
	text-decoration:underline;
	text-underline-offset: 5px;
}
#pan li{
	position:relative;
}
#pan li + li{
	margin-left: 2em;
}
#pan li:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1.25em;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	box-sizing: border-box;
}
#pan li:first-child:before{
	display:none;
}
@media (any-hover: hover) {
	#pan li a:hover{
		text-decoration:none;
	}
}
@media only screen and (max-width:1200px) {
	#pan ol{
		padding:0 15px;
	}
}
@media only screen and (max-width: 767px) {
	#pan {
		padding:0;
		overflow: auto;
		margin-block:10px 20px;
	}
	#pan ol{
		font-size: 0.86rem;
		text-align: left;
		width: max-content;
	}
	#pan li:before{
		width: 6px;
		height: 6px;
	}
}

/*  ページャー  */
.pager{
	text-align:center;
	padding:30px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.pager .page-numbers{
	width:40px;
	border:1px solid #BBBBBB;
	background: var(--white);
	aspect-ratio:1/1;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	border-radius: 10px;
	transition:.5s background-color,.5s color;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--black);
	text-decoration: none;
}
.pager .page-numbers.dots{
	border:none;
	background:transparent;
	line-height: 1;
	padding-bottom: 0.5em;
}
.pager .page-numbers.current{
	background: var(--base-color);
	color: var(--white);
}
.pager .page-numbers a{
	font-size:16px;
	text-decoration:none;
	display:block;
	padding:8px 0;
}
.pager .page-numbers.current a{
	color:#fff;
}
.pager .page-numbers.prev,
.pager .page-numbers.next{
	position:relative;
}
.pager .page-numbers.prev:before,
.pager .page-numbers.next:before{
	content:"";
    width:12px;
    height:10px;
    background:url(../img/common/icon-news_arrow.svg) no-repeat center / contain;
    position:absolute;
	inset:0;
    margin:auto;
}
.pager .page-numbers.prev:before{
	transform:rotate(180deg);
}
.pager .page-numbers.prev{
	margin-right: 10px;
}
.pager .page-numbers.next{
	margin-left: 10px;
}
@media (any-hover: hover) {
	.pager a.page-numbers:hover{
	background: var(--base-color);
	color: var(--white);
		text-decoration:none;
	}
}
@media screen and (max-width: 768px) {
	.pager .page-numbers{
		width: 30px;
		border-radius: 5px;
	}
	.pager .page-numbers.dots{
		width:16px;
	}
	.pager .page-numbers a{
		font-size:12px;
		padding:6px 0;
	}
	.pager .page-numbers.prev,
	.pager .page-numbers.next{
		margin:0;
	}
}

/* modal
-------------------------------------------------------------------*/
.modal-content {
	width: 80%;
	max-width: fit-content;
	margin: 0 auto;
	padding: 10px 20px;
	background: none;
	position: fixed;
	display: none;
	z-index:1020;
}
.modal-content#modal-movie{
	max-width:820px;
}
#modal-overlay { 
	z-index: 1000;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.66);

}
.modal_tit { 
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 250px;
	text-align: center;
	line-height: normal;
	font-size: 20px;
	z-index: 1025;
	overflow: hidden;
	padding: 0px 30px;color:#fff;
}
.modal_tit span {
	display: block;
	position: relative;
	padding: 10px 0px;
	background: rgb(0, 0, 0);
	z-index: 2;
	border-bottom: 1px solid rgb(255, 255, 255);
}
.modal-content .close_btn {
	position: absolute;
	top: -2%;
	right: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.5);
	color: rgb(255, 255, 255);
	font-size: 26px;
	line-height: 1;
	width: 54px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	text-decoration: none;
	cursor: pointer;
	transition:.3s background-color,.3s color;
	z-index: 15;
}
#modal-movie .close_btn{
	background:transparent;
	font-size: 50px;
	right:-5%;
	top:0;
}
.modal-content img{
	max-width:100%;
	height:auto;
}
.modal-attendance_box{
	background:#fff;
	max-width:640px;
	padding:50px;
	margin: 0 auto;
	overflow: auto;
	overscroll-behavior: contain;
}
.modal-attendance_box{
	text-align: left;
}
.modal-attendance_box .medical-table_wrap{
	margin-block:0;
}
.modal-attendance_box .medical-table_wrap table th,
.modal-attendance_box .medical-table_wrap table td{
	padding: 6px 21px;
}
.modal-attendance_box .medical-table_wrap table thead td{
	padding: 12px 21px;
}
.modal-attendance_box .medical-table_wrap table th{
	text-align:center;
}
.modal-attendance_box .medical-table_wrap table tbody td{
	font-weight:900;
}
.modal-attendance_box .medical-table_wrap table td .joining{
	color:#6995b2;
}
.modal-attendance_box .modal-attendance_ann{
	font-size:0.875rem;
	margin-top: 1em;
	line-height: 1.875;
}
@media (any-hover: hover) {
	.modal-content .close_btn:hover{
		background:#fff;
		color:#333;
	}
	#modal-movie .close_btn:hover{
		text-decoration:underline;
		color:#fff;
	}
}
@media screen and (max-width: 820px) {
	.modal-attendance_box{
		padding:30px;
	}
}
@media screen and (max-width: 768px) {
	.modal-content { width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}
	.modal-attendance_box{
		padding:20px 15px;
	}
	.modal-content{
		padding:0;
		width: calc(100% - 30px);
	}
	.modal-attendance_box .medical-table_wrap table th,
	.modal-attendance_box .medical-table_wrap table td{
		padding: 3px;
	}
	.modal-content .close_btn{
		width:40px;
		font-size:1.357rem;
		right: -3%;
		top: -3%;
	}
	.modal-attendance_box .medical-table_wrap{
		margin-bottom:0;
	}
	#modal-movie .close_btn{
		font-size:40px;
		right:0;
		top:-30%;
		font-weight:400;
	}
	.modal-attendance_box .medical-table_wrap table thead td{
		padding:3px;
	}
}


/*news*/
.article_content h2,
.article_content h3,
.article_content h4,
.article_content h5,
.article_content h6,
*[class*="style_h"]{
    margin-block: 0 1em;
    font-weight:600;
}
.article_content h2{
    position:relative;
    width:100%;
    font-size:2rem;
    margin: 0 auto 1em;
    padding-bottom: 0.5em;
    padding-left: 1.5em;
    border-bottom: 2px dotted #e0c767;
    font-weight:500;
}
.article_content h2:before{
    content:"";
    width:36px;
    height: 29px;
    background:url(../img/common/icon-title_nikukyu.svg) no-repeat center / contain;
    position:absolute;
    left:0;
    top: -0.375em;
    bottom:0;
    margin:auto;
}
.article_content h3{
	position: relative;
	font-size:1.75rem;
	font-weight:bold;
	color:var(--base-color);
	margin-bottom: 1em;
}
.article_content h4{
	position: relative;
	font-size: 1.375rem;
	font-weight:bold;
	margin-bottom: 1em;
	border-left:3px solid var(--base-color);
	padding-left: 0.5em;
}
.article_content h5{
	position: relative;
	font-size:1.125rem;
	font-weight:bold;
	margin-bottom: 1em;
}
.article_content h6{
	position: relative;
	font-size:1rem;
	font-weight:bold;
	margin-bottom: 1em;
}
@media screen and (max-width:767px) {
    .article_content h2,
    .article_content h3,
    .article_content h4,
    .article_content h5,
    .article_content h6,
    *[class*="style_h"]{
        margin-block:0 0.75em;
    }
    .article_content h2{
        font-size: 1.29rem;
        padding-left: 1.5em;
    }
	.article_content h2:before{
		width: 20px;
		height:20px;
	}
    .article_content h3{
        font-size: 1.22rem;
        font-weight:800;
    }
    .article_content h4{
        font-size: 1.14rem;
    }
    .article_content h5{
        font-size: 1.07rem;
        font-weight:500;
    }
	.article_content h6{
	    font-size:1rem;
	}
}

/*フォーム*/
.snow-monkey-form .smf-item{
	padding: 1rem 0;
}
.smf-form .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control>.smf-label {
	display: inline-block;
	margin-right: 1em;
	margin-top: 0;
}
.snow-monkey-form .smf-item.no-form{
	border-bottom:none!important;
	padding: 0;
}
.snow-monkey-form .smf-item__col--label{
	max-width: 190px;
	flex: 100%;
}
.smf-form .smf-item .smf-item__col--label{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	max-height: 3.5em;
	flex: 100%;
	width: 100%;
	padding-right: 5em;
	box-sizing: border-box;
	font-size: 1.25rem;
	padding-bottom: 0.5em;
}
.smf-form .smf-item.required-box .smf-item__description {
	display: inline-block;
	font-size: 0.625rem;
	line-height: 1;
	color: #fff !important;
	background: #e52331 !important;
	border: 1px solid #e52331;
	padding: 0.35em 1.0875em;
	margin: 0;
}
.snow-monkey-form .smf-item__col--controls {
	max-width: 100%;
	flex: 100%;
	margin-top: 0;
}
.snow-monkey-form .smf-item .smf-radio-button-control__control{
	display:none;
}
.smf-form--simple-table .smf-item--divider .smf-item__col{
	max-width:none;
}
.snow-monkey-form input,
.snow-monkey-form select{
	font-family: "Noto Sans JP", serif;
}
.snow-monkey-form .smf-form .smf-item .smf-text-control__control,
.snow-monkey-form input[type="search"],
.snow-monkey-form input[type="email"],
.snow-monkey-form input[type="tel"],
.snow-monkey-form input[type="number"],
.snow-monkey-form input[type="password"],
.snow-monkey-form .smf-form .smf-item .smf-textarea-control__control {
	appearance: none;
	-webkit-appearance: none;
	background: #fff;
	margin: 0;
	border: #999999 solid 1px;
	display: block;
	width: 100%;
	height: 3.75em;
	line-height: 3.75em;
	padding: 0 1em;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0 !important;
	border-radius: 8px;
}
.smf-form .smf-item .smf-select-control,
.smf-form .smf-item .smf-select-control__control{
	width: 100%;
	height: 3em;
	line-height: 3em;
	padding: 0 1em;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 0 !important;
	border-radius: 8px;
	border-color: #999999;
}
.smf-form .smf-item .smf-select-control{
	padding:0;
	background: #fff;
	max-width: 100%;
}
.snow-monkey-form input::placeholder,
.snow-monkey-form textarea::placeholder {
	color: #919191;
}
.snow-monkey-form .smf-form .smf-item .smf-textarea-control__control {
	height: auto;
	padding: 0.5em 1em;
	line-height: 1.4em;
}
.smf-form .smf-item .smf-select-control__control:active,
.smf-form .smf-item .smf-select-control__control:focus,
.smf-form .smf-item .smf-select-control__control:focus-within,
.smf-form .smf-item .smf-select-control__control[aria-selected=true]{
	border-color:#000;
}
.smf-form .smf-item .smf-select-control__toggle:before,
.smf-form .smf-item .smf-select-control__control:focus + .smf-select-control__toggle:before{
	border-color:#000;
}
.snow-monkey-form[data-screen="confirm"] .smf-item.required-box .smf-item__description {
	display:none;
}

/*radio,checkbox*/
.snow-monkey-form label {
	cursor: pointer;
}
.smf-form .smf-item .smf-checkboxes-control__control>.smf-label{
	margin-right:0.5em;
	margin-bottom:0.5em;
}
.smf-form .smf-item.check_center .smf-checkboxes-control__control>.smf-label{
	text-align:center;
	margin-top:1.5em;
}
.smf-form .smf-item .smf-radio-control__control,
.smf-form .smf-item .smf-checkbox-control__control {
	display: none;
}
.smf-form .smf-item .smf-select-control__toggle{
	background:transparent;
}
.snow-monkey-form input[type="radio"]+span,
.snow-monkey-form input[type="checkbox"]+span {
	display: inline-block;
	padding: 0.25em 0.25em 0.25em 1.5em;
	position: relative;
	margin-top: 0;
}
.snow-monkey-form input[type="radio"]+span{
	padding-left: 1.75em;
}
.snow-monkey-form label input[type="radio"]+span:before,
.snow-monkey-form label input[type="checkbox"]+span:before,
.snow-monkey-form label input[type="radio"]+span:after,
.snow-monkey-form label input[type="checkbox"]+span:after {
	content: "";
	display: inline-block;
	width: 1.125rem;
	height: 1.125rem;
	border: solid 1px #999999;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 10px;
	transition: opacity .2s;
}
.snow-monkey-form label input[type="radio"]+span:before,
.snow-monkey-form label input[type="checkbox"]+span:before{
	background-color:#fff;
}
.snow-monkey-form label input[type="checkbox"]+span:after {
	border: none;
	width: 0.875rem;
	height: 0.5rem;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(135deg);
	top: 13px;
	left: 2px;
	opacity: 0;
}
.snow-monkey-form label input[type="radio"]+span:before {
	border-radius: 50%;
	width: 1.25em;
	height: 1.25em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.snow-monkey-form label input[type="radio"]+span:after {
	border-radius: 50%;
	width: 0.875em;
	height: 0.875em;
	border: none;
	background: #5489b4;
	top: 0;
	left: 3px;
	opacity: 0;
	bottom: 0;
	margin: auto;
}
.snow-monkey-form label input[type="radio"]:checked+span:before {
	border-color: #5489b4;
}
.snow-monkey-form label input[type="checkbox"]:checked+span:before {
	border-color: #5489b4;
	background: #5489b4;
}
.snow-monkey-form label input[type="radio"]:checked+span:after,
.snow-monkey-form label input[type="checkbox"]:checked+span:after {
	opacity: 1;
}

/*smf-button-control__control*/
.smf-action{
	display:flex;
	justify-content:center;
	align-items:stretch;
	gap: 5%;
	margin-top: 2em;
}
.smf-action > *{
	margin-top:0;
}
.smf-action .smf-button-control__control{
	 display:inline-flex;
	 justify-content:center;
	 align-items:center;
	 min-height: 3em;
	 min-width: 260px;
	 max-width:100%;
	 gap:1em;
	 transition:background .4s,color .4s;
	 position:relative;
	 border-radius:42px;
	 border:solid 1px #fff;
	 color:#fff;
	 font-size: 1.25rem;
	 background:#5489b4;
	 border: 1px solid #5489b4;
}
.smf-action .smf-button-control__control[data-action="back"]{
	background:#fff;
	color:#5489b4;
	border-color:#5489b4;
}

/*privacy-box*/
.snow-monkey-form .smf-item.privacy-box{
	border:none;
	padding:0;
	margin: 1em auto 2em;
}
.snow-monkey-form[data-screen="confirm"] .smf-item.privacy-box,
.snow-monkey-form[data-screen="complete"] .smf-item.privacy-box{
	display:none;
}
.smf-form .smf-item.privacy-box .smf-checkboxes-control__control>.smf-label{
	text-align:center;
	margin-top: 1.5em;
	display: block;
}
.snow-monkey-form .smf-item.privacy-box input[type="checkbox"]+span{
	font-size: 1.25rem;
	font-weight:500;
}
@media (any-hover: hover) {
	.smf-action .smf-button-control__control:hover{
		background:#fff;
		color:#5489b4;
	}
	.smf-action .smf-button-control__control[data-action="back"]:hover{
		background:#fff;
		color:#5489b4;
	}
}
@media screen and (max-width:767px) {
	.snow-monkey-form .smf-item{
		padding: 1em 0;
	}
	.smf-form--simple-table .smf-item{
		display:block;
	}
	.smf-form .smf-item .smf-item__col--label{
		justify-content:flex-start;
		gap:3%;
		margin-bottom: 0.5em;
		padding-bottom: 0;
		font-size: 1.14rem;
	}
	.snow-monkey-form .smf-item__col--label,
	.snow-monkey-form .smf-item__col--controls,
	.snow-monkey-form .form_harf .smf-item__col--label,
	.snow-monkey-form .form_harf .smf-item__col--controls{
		max-width: 100%;
	}
	.snow-monkey-form .smf-form .smf-item .smf-text-control__control, .snow-monkey-form input[type="search"], .snow-monkey-form input[type="email"], .snow-monkey-form input[type="tel"], .snow-monkey-form input[type="number"], .snow-monkey-form input[type="password"], .snow-monkey-form .smf-form .smf-item .smf-textarea-control__control{
		height: 3em;
	    line-height: 3em;
	}
	.smf-form .smf-item .smf-select-control, .smf-form .smf-item .smf-select-control__control{
		font-size:1rem;
	}
	.smf-form .smf-item .smf-select-control{
		max-width:100%;
	}
	.smf-action{
		display:flex;
		flex-wrap: wrap;
		gap: 1em;
		margin-block: 1em 0;
	}
	.smf-action > * + *{
		margin-top:1em;
	}
	.smf-action .smf-button-control+.smf-button-control{
		margin:0;
	}
	.smf-action .smf-button-control__control{
		width: 100%;
		max-width: 360px;
		border-width: 1px;
	}
	.snow-monkey-form .smf-item.privacy-box,
	.snow-monkey-form .smf-item.text-box{
		margin: 10px auto;
		padding: 0;
	}
	.snow-monkey-form label input[type="radio"]+span:before {
		top: 2px;
		width: 18px;
		height: 18px;
	}
	.snow-monkey-form label input[type="radio"]+span:after {
		top: 8px;
		bottom:auto;
		width: 12px;
		height: 12px;
		left: 3px;
	}
	.snow-monkey-form .smf-item.privacy-box input[type="checkbox"]+span{
		font-size:1.14rem;
	}
}