﻿@charset "utf-8";

/* head,text */
body:not(.home) .article_kv{
	background:#f4f7f9;
	padding-top: 11.5em;
	margin-bottom: 6em;
}
body:not(.home) .article_kv .article_title{
	position:relative;
	margin-bottom: 1em;
}
body:not(.home) .article_kv .article_title .article_style{
	position:relative;
	font-size: 2.75rem;
	font-weight:bold;
	color:#033c62;
	z-index: 5;
	max-width: fit-content;
	letter-spacing: 0.05em;
}
body:not(.home) .article_kv .article_title .bg_title{
	font-family: "Lato", sans-serif;
	position: absolute;
	top: -0.6em;
	left: -0.25em;
	color: #e3ebf0;
	font-size: 4.5rem;
	font-weight:bold;
	letter-spacing: 0.05em;
	z-index: 0;
	line-height: 1;
}
.site_style02{
	position: relative;
	font-size:1.5rem;
	font-weight:bold;
	color:#033c62;
	margin-bottom:1em;
	padding-left:1.5em;
}
.article_style02{
	position: relative;
	font-size:2.125rem;
	font-weight:bold;
	color:#033c62;
	margin-bottom: 1.5em;
	padding-left: 1.25em;
	text-align:left;
}
.site_style02:before{
	content: "";
	width:27px;
	height:27px;
	background: url(../img/common/icon-nikukyu01.svg) no-repeat center / contain;
	position:absolute;
	left:0;
	top:0;
	bottom: 0;
	margin: auto;
}
.article_style02:before{
	content: "";
	width:36px;
	height:30px;
	background: url(../img/common/icon-nikukyu01.svg) no-repeat center / contain;
	position:absolute;
	left:0;
	top:0;
	bottom: 0;
	margin: auto;
}
.article_style03{
	font-size:1.5rem;
	margin-bottom:0.5em;
	font-weight:bold;
	color:#033c62;
}
.article_style04{
	font-size:1.125rem;
	margin-bottom: 1em;
	font-weight:bold;
	color:#033c62;
}
body:not(.home) .article_main{
	margin-bottom: 8.5em;
}
body:not(.home) .article_main p{
	line-height:1.875;
}
body:not(.home) .article_section{
	position:relative;
}
body:not(.home) .article_section + .article_section{
	margin-top:4em;
	padding-top:4.5em;
}
body:not(.home) .article_section + .article_section:before{
	content:"";
	width:595px;
	height:2px;
	border-top:2px dotted #a5a5a5;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
}
@media screen and (max-width: 768px) {
	body:not(.home) .article_kv{
		padding-top: 9em;
		margin-bottom: 4em;
	}
	body:not(.home) .article_kv .article_title{
		margin-bottom:2.75em;
	}
	body:not(.home) .article_kv .article_title .article_style{
		font-size: 1.43rem;
		max-width:100%;
		text-align:center;
		display:block;
	}
	body:not(.home) .article_kv .article_title .bg_title{
		font-size:3.14rem;
		left:0;
		right:0;
		margin:auto;
		text-align: center;
	}
	body:not(.home) .article_main{
		margin-bottom:4.5em;
	}
	.site_style02{
		font-size:1.28rem;
	}
	.article_style02{
		font-size: 1.29rem;
		padding-left: 1.5em;
		margin-bottom: 1em;
	}
	.site_style02:before{
		width: 21px;
		height: 21px;
		bottom: auto;
		top: 0.125em;
	}
	.article_style02:before{
		width: 20px;
		height: 20px;
		bottom: auto;
		top: 0.125em;
	}
	.article_style03{
		font-size: 1.22rem;
	}
	.article_style04{
		font-size: 1.07rem;
	}
	body:not(.home) .article_section + .article_section{
		margin-top:2.5em;
		padding-top:3em;
	}
	body:not(.home) .article_section + .article_section:before{
		width:80%;
	}
}

/* Link */
.common_btn{
	text-align:center;
}
.common_btn a{
	display:flex;
	max-width:390px;
	border: solid 1px #5489b4;
	color: #fff;
	font-size: 1.25rem;
	padding:10px;
	min-height: 6em;
	align-items:center;
	justify-content:center;
	position:relative;
	text-decoration:none;
	background: #5489b4;
	transition:background .4s,color .4s,transform .4s;
}
.common_btn a span{
	display:flex;
	justify-content:center;
	align-items:center;
	gap: 0.75em;
	padding-right: 1.5em;
}
.common_btn a:after{
	content: "";
	width: 30px;
	height:30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f3db43;
	background-image: url(../img/common/icon-arrow.svg);
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	position: absolute;
	right: 8%;
	top:0;
	bottom:0;
	font-weight: bold;
	font-size: 1.5rem;
	transition: .5s background-color;
	z-index: 5;
	margin:auto;
}
@media (any-hover: hover) {
	.common_btn a:hover{
		background: #033c62;
		transform:translateY(2px);
	}
}

/* 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;
	border-block:solid 1px #728fa7;
	padding: 10px 15px;
	text-align:center;
}
.medical-table_wrap table thead{
	font-size:1rem;
	background: #f4f7f9;
}
.medical-table_wrap table tbody{
	font-size:0.875rem;
}
.medical-table_wrap table th{
	border-right:solid 1px #728fa7;
	padding: 15px 15px;
}
.medical-table_wrap table tbody th{
	font-weight:500;
	text-align:left;
}
.medical-table_wrap table .saturday{
	color:#003399;
}
.medical-table_wrap table .sunday{
	color:#b8223e;
	letter-spacing:0.1em;
}
.medical-table_wrap table td p{
	margin-top:5px;
	font-size:0.75rem;
}
.medical-table_wrap table td .fs16{
	font-size:1rem;
}
.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;
}
@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:0.78rem;
	}
	.medical-table_wrap table th,
	.medical-table_wrap table td{
		padding: 3px;
	}
	.medical-table_wrap table td img{
		width: 14px;
	}
	.medical-table_wrap table thead,
	.medical-table_wrap table tbody{
		font-size:0.78rem;
		font-feature-settings:'palt';
	}
}


.topics_list{
	position:relative;
}
.topics_list li{
	border-bottom:#DDDDDD solid 1px;
	
}
.wp-edit .topics_list li{
	list-style: none;
}
.topics_list li a{
	display:flex;
	flex-wrap:wrap;
	padding: 25px 10px;
	text-decoration: none;
	transition:.5s background-color;
	gap: 4.75em;
}
.wp-edit .topics_list li a{
	text-decoration:none;
	color:#333;
	gap: 0.5em;
}
.topics_list time{
	font-size: 0.875rem;
	width: 5em;
}
.topics_list li a p{
	width: calc(100% - 9.125em);
	line-height: 1.4;
}
.wp-edit .topics_list li a p{
	width:100%;
}
body:not(.home) .article_main .topics_list li a p{
	line-height:1.4;
}
@media (any-hover: hover) {
	.topics_list li a:hover{
		background:#f4f7f9;
	}
}
@media screen and (max-width:767px) {
	.topics_list li a{
		padding: 15px;
		gap:1em;
		flex-wrap:wrap;
	}
	.topics_list time{
		font-size: 0.93rem;
		width: 5.5em;
	}
	.topics_list li a p{
		width: calc(100% - 6.15em);
	}
}
/*  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:15px;
	padding-bottom: 20px;
}
#pan ol{
	padding:0;
	margin:0;
	font-size: 0.875rem;
	text-align: right;
}
#pan li,
#pan li *{ 
	display:inline-block;
	vertical-align:middle;
}
#pan li a{ 
	color:#006699;
	text-decoration:underline;
	text-underline-offset:7px;
}
#pan li{
	position:relative;
}
#pan li + li{
	margin-left: 3em;
}
#pan li:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2em;
	width: 9px;
	height: 9px;
	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: 767px) {
	#pan {
		padding-top: 0;
		padding-bottom:15px;
	}
	#pan ol{
		font-size: 0.72rem;
		text-align: left;
	}
	#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;
}
.wp-edit .pager .page-numbers{
	width:40px;
	border:1px solid #BBBBBB;
	background:#fff;
	aspect-ratio:1/1;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	border-radius:50%;
	transition:.5s background-color;
	font-size: 0.875rem;
	font-weight: 500;
	color: #333;
	text-decoration: none;
}

.pager .page-numbers.current{
	background:#5489b4;
}
.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 .page-numbers:hover{
		background:#5489b4;
		text-decoration:none;
	}
}
@media screen and (max-width: 768px) {
	.pager .page-numbers{
		width: 30px;
	}
	.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*/
.wp-edit .edit_wrap > * + *{
	margin-top:1em;
}
.wp-edit h2,
.wp-edit h3,
.wp-edit h4,
.wp-edit h5,
.wp-edit h6,
*[class*="style_h"]{
    margin-block: 0 1em;
    font-weight:600;
}
.wp-edit h2{
	position: relative;
	font-size:2.125rem;
	font-weight:bold;
	color:#033c62;
	margin-bottom: 1em;
	padding-left: 1.25em;
}
.wp-edit h2:before{
	content: "";
	width:36px;
	height:30px;
	background: url(../img/common/icon-nikukyu01.svg) no-repeat center / contain;
	position:absolute;
	left:0;
	top: 0.25em;
	margin: auto;
}
.wp-edit h3{
	position: relative;
	font-size:1.5rem;
	font-weight:bold;
	color:#033c62;
	margin-bottom: 1em;
}
.wp-edit h4{
	position: relative;
	font-size: 1.25rem;
	font-weight:bold;
	color:#033c62;
	margin-bottom: 1em;
}
.wp-edit h5{
	position: relative;
	font-size:1.125rem;
	font-weight:bold;
	margin-bottom: 1em;
}
.wp-edit h6{
	position: relative;
	font-size:1rem;
	font-weight:bold;
	margin-bottom: 1em;
}
@media screen and (max-width:767px) {
    .wp-edit h2,
    .wp-edit h3,
    .wp-edit h4,
    .wp-edit h5,
    .wp-edit h6,
    *[class*="style_h"]{
        margin-block:0 0.75em;
    }
    .wp-edit h2{
        font-size: 1.29rem;
        padding-left: 1.5em;
    }
	.wp-edit h2:before{
		width: 20px;
		height:20px;
	}
    .wp-edit h3{
        font-size: 1.22rem;
        font-weight:800;
    }
    .wp-edit h4{
        font-size: 1.14rem;
    }
    .wp-edit h5{
        font-size: 1.07rem;
        font-weight:500;
    }
	.wp-edit h6{
	    font-size:1rem;
	}
}
.wp-edit a:not(.btn){
    color: #006699;
    text-decoration:underline;
    transition:text-decoration .2s;
}
.wp-edit ul.wp-block-list li{
    list-style:disc;
}
.wp-edit .is-style-vk-triangle-mark li{
	list-style:none;
}
.wp-edit .wp-block-list li::marker{
    color:#24305c;
    font-size:0.875em;
}
.wp-edit .wp-block-list{
    padding-left:1.5em;
}
.wp-edit .wp-block-list li::marker{
    color:#24305c;
    font-weight:500;
}
.wp-edit hr{
    margin-block:3em;
}
.article_main a.btn,
body:not(.home) .article_main .wp-block-button a{
    display:inline-flex;
	justify-content:center;
    align-items:center;
    min-height: 3.75em;
    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:1rem;
	background:#5489b4;
}
.article_main .article_end{
    margin-block: 5em 0;
    text-align:center;
}
.article_main .article_end a{
     display:inline-flex;
     justify-content:center;
     align-items:center;
     min-height: 2.858em;
     min-width: 220px;
     max-width:100%;
     transition:background .4s;
     position:relative;
     border-radius:42px;
     border:solid 1px #d6dcdf;
     background:#fff;
     font-size:0.875rem;
     font-weight:bold;
     padding-left: 0.5em;
     color: #333;
     text-decoration: none;
}
.article_main .article_end a:after{
    content:"";
    width:12px;
    height:10px;
    background:url(../img/common/icon-news_arrow.svg) no-repeat center / contain;
    position:absolute;
    inset: 0 auto 0 9%;
    margin:auto;
    transform:rotate(180deg);
}
@media (any-hover: hover) {
    .article_main a:not(.btn):hover{
        text-decoration-color:transparent;
    }
    .article_main a.btn:hover{
        background:#fff !important;
        opacity:1;
        color:#5489b4 !important;
    }
	body:not(.home) .wp-block-vk-blocks-button a:hover{
		background:#fff !important;
		opacity:1;
		color:#5489b4 !important;
		border-color:#5489b4 !important;
		filter: none;
	}
	.article_main .article_end a:hover{
		background-color:#5489b4;
	}
}

/*フォーム*/
.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;
	}
}