@charset "utf-8";
/* head,text */
p.text,
.texts > p{
	font-size:1rem;
	line-height:1.875;
	text-align:left;
}
.f_small{
	font-size:0.875rem;
}
.mb1em{
	margin-bottom:1.875em;
}
.mb2em{
	margin-bottom: 3.75em;
}
@media screen and (max-width: 768px) {
	p.text,
	.texts > p{
		font-size:1rem;
	}
}

/* Link */
.common_btn{
	position: relative;
}
.common_btn a{
	position: relative;
	z-index: 10;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	min-width: 190px;
	width: auto;
	min-height: 3.125em;
	font-size: 1rem;
	font-weight: 500;
	background: #fff;
	border: 1px solid #c4c8cc;
	border-radius: 4em;
	padding: 0.625em 2em;
	text-decoration: none;
	transition: color .4s,background-color .4s;
	overflow: hidden;
}
.common_btn a span{
	position:relative;
	z-index:5;
	display: block;
}
.common_btn a::before,
.common_btn a::after {
  position: absolute;
  z-index: -10;
  display: inline-block;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
}
.common_btn a::before {
	width: 36px;
	height: 18px;
	background: #f18900;
	border-radius: 42px;
	right: 1.25em;
	z-index:3;
	transition: .2s width,.2s height,.2s right;
}
.common_btn a:after{
	content: "";
	width: 14px;
	height: 7px;
	display: inline-block;
	position: absolute;
	margin:auto;
	top:0;
	bottom:0;
	right: 30px;
	transition:transform .2s,visibility .2s;
	background:url(../img/common/icon-arrow.svg) no-repeat center / contain;
	z-index:10;
}
@keyframes arrowRightUp {
	0% {
		transform: translate(0);
	}
	48% {
		transform: translateX(100%);
	}
	49% {
		transform: translateX(100%);
		visibility: hidden;
		opacity: 0;
	}
	50% {
		transform: translateX(-100%);
		visibility: hidden;
		opacity: 0;
	}
	51% {
		transform: translateX(-100%);
		visibility: visible;
		opacity: 1;
	}
	100% {
		transform: translate(0);
	}
}
.contact_btn{
	position:relative;
}
.contact_btn a{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:390px;
	border-radius:40px;
	border:solid 1px #f18900;
	background:#f18900;
	color:#fff;
	font-size:0.875rem;
	padding:10px;
	min-height:3.5em;
	text-decoration:none;
	transition:background .4s,color .4s;
}
.contact_btn a span{
	position: relative;
	padding-left: 1.5em;
}
.contact_btn a span:after{
	content: "";
	width:16px;
	height:14px;
	background: url(../img/common/icon-mail.svg) no-repeat center / contain;
	position:absolute;
	left: 0px;
	top:0;
	bottom: 0;
	margin: auto;
	transition:filter .4s;
}
@media (any-hover: hover) {
	.common_btn a:hover{
		color:#fff;
	}
	.common_btn a:hover span::before {
		transform: translate(-50%,-50%) scale(1);
	}
	.common_btn a:hover:after{
		animation-name: arrowRightUp;
		animation-duration: 0.5s;
		animation-iteration-count: 1;
	}
	.common_btn a:hover::before{
		width:100%;
		height:100%;
		right: 0;
	}
	.contact_btn a:hover{
		background:#fff;
		color:#f18900;
	}
	.contact_btn a:hover span:after{
		filter: brightness(0) saturate(100%) invert(74%) sepia(43%) saturate(6328%) hue-rotate(2deg) brightness(95%) contrast(104%);
	}
}
@media screen and (max-width:767px) {
	.common_btn a{
		min-width: 150px;
		min-height: 3.323em;
		font-size: 0.86rem;
		background: #fff;
		padding: 0.625em 1.25em;
	}
	.contact_btn a{
		font-size:1.07rem;
		min-height:4.006em;
	}
	.common_btn a::before {
	  width:29px;
	  height:14px;
	}
	.common_btn a:after{
		width: 8px;
		height: 4px;
		right: 26px;
	}
}
.topics_list{
	position:relative;
	margin-bottom: 0;
}
.topics_list li{
	border-bottom:#DDDDDD solid 1px;
	margin:0;
}
.topics_list li a{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	padding: 20px 5px;
	text-decoration:none;
	gap: 0.75em;
	transition:.5s background;
	min-height: 84px;
	color: #333;
}
.topics_list p{
	width: calc(100% - 12.25em);
	margin-bottom: 0;
}
.topics_list time{
	font-family: "Noto Serif JP", serif;
	width: 5.25em;
	font-weight: 500;
}
.topics_list .cat_wrap{
	width: 5.5em;
}
.topics_list .cat-item{
	font-size:0.75rem;
	padding: 0.25em 0.375em 0.375em;
	background:var(--cat-color);
	color:#fff;
	display: inline-block;
	line-height: 1;
}
.topics_list .intellectual{
	--cat-color:#6fbaaf
}
.topics_list .topics{
	--cat-color:#335f96
}
.topics_list .news-cat,
.topics_list .other,
.topics_list .topics-cat,
.topics_list .jinji,
.topics_list .recruit,
.topics_list .visit,
.topics_list .report-cat,
.topics_list .limit{
	--cat-color:#f18900
}
.topics_list .report{
	--cat-color: #6fbaaf;
}
@media (any-hover: hover) {
	.topics_list li a:hover{
		background:#fff9eb;
	}
}
@media only screen and (max-width: 768px) {
	.topics_list li a{
		padding: 10px 5px;
		text-decoration:none;
		gap: 0.25em 0.75em;
		transition:.5s background;
		justify-content:flex-start;
		min-height: 0;
	}
	.topics_list p{
		width: 100%;
		font-size: 0.86rem;
	}
	.topics_list time{
		font-size:0.86rem;
	}
	.topics_list .cat-item{
		font-size:0.71rem;
		padding: 0.25em 0.5em 0.25em;
		min-width: 75px;
		text-align: center;
	}
}

/*  ページャー  */
.pager{
	text-align:center;
	padding:30px 0 0 0;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:0.5em;
	border: none;
}
.pager > *{
	border-bottom: 1px solid;
	font-size:1.125rem;
	line-height:1.4;
	padding: 0 0.875em 0.25em;
}
.pager > a{
	display:inline-block;
	color: #cccccc;
	border-color:#cccccc;
	text-decoration:none;
	transition:.5s color,.5s border-color;
}
.pager span.dots{
	border: none;
}
.pager > a:hover{
	border-color:#282828;
	color:#282828;
}
.pager li.prev{
	margin:0 10px 0 0;
}
.pager li.next{
	margin:0 0 0 10px;
}
@media screen and (max-width: 768px) {
	.pager li{
		width: 30px;
	}
	.pager li a{
		font-size:12px;
		padding:6px 0;
	}
	.pager li.prev,
	.pager li.next{
		margin:0;
	}
	.pager > *{
		font-size:1rem;
		padding: 0 0.5em 0.25em;
	}
}

/* table,list */
body:not(.home) table td,
body:not(.home) table th{
	border-color:transparent;
}
.table_wrap {
	margin:40px 0;
}
.table_wrap.overs {
	padding-bottom:10px;
	overflow-x:auto;
	overflow-y:hidden;
}
.table_wrap table{
	width:100%;
	box-sizing:border-box;
	font-size:16px;
}
.table_wrap table th,
.table_wrap table td{
	box-sizing:border-box;
	padding:20px;
	border:solid 1px #ddd;
}
.table_wrap::-webkit-scrollbar {
	height: 15px;
}
.table_wrap::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #c1c1c1;
}
.table_wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #666;
}
@media only screen and (max-width: 768px) {
	
}
/*  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: 20px;
	padding-bottom: 105px;
}
#pan ol{ 
	padding:0;
	margin:0;
	font-size:0.75rem;
}
#pan li,
#pan li *{ 
	display:inline-block;
}
#pan li{
	position:relative;
}
#pan li + li{
	margin-left:2em;
}
#pan li + li:before{
	content: "";
	width:1px;
	background:#282828;
	position:absolute;
	left:-1em;
	top:0;
	bottom:0;
	margin:auto;
}
#pan li a{
	text-decoration:underline;
	text-underline-offset:5px;
	color:#282828;
}
@media (any-hover: hover) {
	#pan li a:hover{
		text-decoration:none;
	}
}
@media only screen and (max-width:1250px) {
	#pan {
		padding-inline:15px;
	}
}
@media only screen and (max-width: 767px) {
	#pan {
		padding:15px;
	}
	#pan a{
		text-decoration:underline;
	}
}
.modal-content { 
	width: 80%;
	max-width: 1240px;
	margin: 0px;
	padding: 10px 20px;
	background: none;
	position: fixed;
	display: none;
	z-index:1020;
}
#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: -10%;
	right: 0px;
	color: rgb(255, 255, 255);
	font-size: 40px;
	line-height: 1;
	display: block;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	modal-content { width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
}

.tab_change{
	background:#fff;
	position:relative;
}
.tab_change > input[type="radio"]{
	display:none;
}
.tab_change > input[type="radio"] ~ .tab_table .tab_content{
	overflow:hidden;
	opacity:0;
	max-height:0;
	z-index:-10;
	visibility:hidden;
	transition:opacity .4s;
}
.tab_change > input[id$="01"]:checked ~ .tab_table div[class$="01"],
.tab_change > input[id$="02"]:checked ~ .tab_table div[class$="02"],
.tab_change > input[id$="03"]:checked ~ .tab_table div[class$="03"],
.tab_change > input[id$="04"]:checked ~ .tab_table div[class$="04"],
.tab_change > input[id$="05"]:checked ~ .tab_table div[class$="05"],
.tab_change > input[id$="06"]:checked ~ .tab_table div[class$="06"],
.tab_change > input[id$="07"]:checked ~ .tab_table div[class$="07"],
.tab_change > input[id$="08"]:checked ~ .tab_table div[class$="08"]{
	opacity:1;
	z-index:10;
	visibility:visible;
	max-height: 200vh;
	overflow:visible;
	width:100%;
	padding:50px 50px 80px 50px; 
}
.tab_controller{
	margin:0.5em 0;
	flex-wrap:wrap;
}
.tab_controller ol{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	padding: 0;
	margin: 0;
}
.tab_controller ol li{
	width:50%;
	list-style: none;
	margin:0;
}
.tab_controller a{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#c8d1dd;
	font-weight: bold;
	font-size:1.25rem;
	line-height: 1;
	text-align:center;
	padding: 1em 1em;
	width:100%;
	border-radius:0;
	color:#747f8d;
	min-height: 3.75em;
	margin: 0;
}
.tab_controller label span{
	position:relative;
}
.tab_controller label span:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}
.tab_controller .form_change01 label span:before{
	background:url(../img/report/icon-search.svg) no-repeat center / contain;
	width:29px;
	height:19px;
}
.tab_controller .form_change02 label span:before{
	background:url(../img/report/icon-area.svg) no-repeat center / contain;
	width:23px;
	height:22px;
}
.tab_controller label span,
.tab_controller a span{
	padding-left:1.5em;
}
.tab_controller label:nth-child(4n),
.tab_controller a:nth-child(4n){
	margin-right:0;
}
.tab_controller label:nth-child(n+5),
.tab_controller a:nth-child(n+5){
	margin-top:4px;
}
.tab_change > input[id$="01"]:checked ~ .tab_controller label[for$="01"] a,
.tab_change > input[id$="02"]:checked ~ .tab_controller label[for$="02"] a,
.tab_change > input[id$="03"]:checked ~ .tab_controller label[for$="03"] a,
.tab_change > input[id$="04"]:checked ~ .tab_controller label[for$="04"] a,
.tab_change > input[id$="05"]:checked ~ .tab_controller label[for$="05"] a,
.tab_change > input[id$="06"]:checked ~ .tab_controller label[for$="06"] a,
.tab_change > input[id$="07"]:checked ~ .tab_controller label[for$="07"] a,
.tab_change > input[id$="08"]:checked ~ .tab_controller label[for$="08"] a{
	background:#fff;
	color:#283d57;
}
.tab_change > input[id$="01"]:checked ~ .tab_controller label[for$="01"] span:before,
.tab_change > input[id$="02"]:checked ~ .tab_controller label[for$="02"] span:before{
	filter: brightness(0) saturate(100%) invert(21%) sepia(12%) saturate(1947%) hue-rotate(174deg) brightness(96%) contrast(92%);
}
.tab_controller a{
	color:#283d57;
	text-decoration:none;
}
.tab_change_style .tab_controller{
	justify-content:space-between;
}
.tab_change_style .tab_controller a{
	width:23%;
	text-decoration: none;
	transition:background .4s,color .4s;
}
.tab_change_style .tab_controller a.active,
.tab_change_style .tab_controller a:hover{
	background:#f2f2f2;
	border-color:#f2f2f2;
}
.tab_change_style .tab_table{
	box-shadow:none;
}
.tab_change .tab_content .report-category{
	padding-bottom: 1.5em;
	border-bottom:1px solid #c4c8cc;
}
.tab_change .tab_content .report-category + .report-category{
	margin-top:1em;
}
.tab_change .tab_content .report-category .report-search-tit{
	font-size:1rem;
	color:#666666;
	margin-bottom: 0.5em;
}
.tab_change .tab_content .report-btn-wrap{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	flex-wrap:wrap;
	gap:1em;
}
.tab_change .tab_content .report-btn-wrap .report-btn input{
	position:absolute;
	opacity:0;
}
.tab_change .tab_content .report-btn-wrap .report-btn{
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:0.875rem;
	background:#eef1f5;
	color:#283d57;
	padding: 0.786em 1.715em 0.786em 3.25em;
	line-height: 1;
	border-radius: 40px;
}
.tab_change .tab_content .report-btn-wrap .report-btn:before{
	content:"";
	width:24px;
	height:24px;
	background:#c8d1dd;
	border-radius:50%;
	position: absolute;
	left: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.tab_change .tab_content .report-btn-wrap .report-btn:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 1.5em;
	width: 10px;
	height: 7px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	z-index:5;
	bottom: 0.25em;
	margin: auto;
}
.tab_change .tab_content .report-btn-wrap .report-btn:has(input:checked){
	background:#ffeacf;
	color:#282828;
}
.tab_change .tab_content .report-btn-wrap .report-btn:has(input:checked):before{
	background:#f18900;
}
.report-accordion{
	margin-top:2em;
}
.report-accordion dl{
	margin-bottom:0;
}
.report-accordion dt{
	display:flex;
	justify-content:space-between;
	align-items:center;
	cursor:pointer;
	background:#eef1f5;
	color:#283d57;
	padding:0.919em 1.625rem;
	margin-bottom: 0;
}
.report-accordion dt p{
	margin-bottom:0;
	font-size:1.125rem;
	font-weight:400;
}
.report-accordion dt .ac-item{
	position:relative;
}
.report-accordion dt .ac-item:before,
.report-accordion dt .ac-item:after{
	content:"";
	width:1px;
	height:11px;
	background:#fff;
	position:absolute;
	right:1.5em;
	top:0;
	bottom:0;
	margin:auto;
	z-index:5;
	transition:.5s transform;
}
.report-accordion dt .ac-item:after{
	transform:rotate(90deg);
}
.report-accordion dt .ac-item .ac-open,
.report-accordion dt .ac-item .ac-close{
	position:relative;
	padding-right:3.125em;
	text-align:right;
}
.report-accordion dt .ac-item .ac-open{
	display:block;
}
.report-accordion dt .ac-item .ac-close{
	display:none;
}
.report-accordion dt.opened .ac-item:before{
	transform:rotate(270deg);
}
.report-accordion dt.opened .ac-item:after{
	transform:rotate(270deg);
}
.report-accordion dt.opened .ac-item .ac-open{
	display:none;
}
.report-accordion dt.opened .ac-item .ac-close{
	display:block;
}
.report-accordion dt .ac-item .ac-open:before,
.report-accordion dt .ac-item .ac-close:before{
	content:"";
	width:36px;
	height:18px;
	background:#283d57;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	border-radius:50px;
}
.report-accordion dd{
	padding:30px 35px;
}
.ac-col{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:4em;
}
.form_change02 .ac-col{
	margin-top:2em;
}
.ac-col .ac-title{
	font-size:0.875rem;
	color:#666666;
	width:5em;
}
.ac-col .ac-label{
	width:24.38em;
}
.ac-col .ac-label input[type="text"],
.ac-col .ac-label input[type="date"]{
	background:#eef1f5;
	border:none;
}
.ac-col .ac-label input[type="date"]{
	width: 43%;
	padding-inline: 0.75em;
}
.ac-col .judgment_col{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap:40px;
	position:relative;
}
.ac-col .judgment_col:before{
	content:"\FF5E";
	width: 16px;
	height: 23px;
	font-size:1em;
	position:absolute;
	inset:0;
	margin:auto;
}
.ac-col .search-btn button{
	position: relative;
	 z-index: 10;
	 display: inline-flex;
	 align-items: center;
	 justify-content:center;
	 width: 101px;
	 min-height: 2.25em;
	 font-size: 1rem;
	 font-weight: 500;
	 background: #fff;
	 color:#283d57;
	 border-radius: 4em;
	 padding:0;
	 text-decoration: none;
	 transition: color .4s,background-color .4s;
	 overflow: hidden;
	border:1px solid #283d57;
}
.ac-col .search-btn button span{
	position:relative;
	padding-left:1.25em;
}
.ac-col .search-btn button span:before{
	content:"";
	width:1em;
	height:1em;
	background:url(../img/report/icon-retrieval.svg) no-repeat center / contain;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	transition:filter .4s;
}
.tab_change .common_btn{
	text-align:center;
	margin-top: 4em;
}


@media (any-hover: hover) {
	.ac-col .search-btn button:hover{
		 background: #283d57;
		 color:#fff;
	}
	.ac-col .search-btn button:hover span:before{
		filter: brightness(0) invert(1);
	}
}

@media screen and (max-width:768px) {
	.tab_controller a{
		font-size:1rem;
		padding: 0.5em 0.5em;
		line-height: 1.4;
	}
	.tab_controller a span{
		padding-left:2em;
	}
	.tab_controller .form_change01 a span:before{
		width:20px;
		height: 13px;
	}
	.tab_controller .form_change02 a span:before{
		width: 18px;
		height: 17px;
	}
	.tab_change > input[id$="01"]:checked ~ .tab_table div[class$="01"],
	.tab_change > input[id$="02"]:checked ~ .tab_table div[class$="02"],
	.tab_change > input[id$="03"]:checked ~ .tab_table div[class$="03"],
	.tab_change > input[id$="04"]:checked ~ .tab_table div[class$="04"],
	.tab_change > input[id$="05"]:checked ~ .tab_table div[class$="05"],
	.tab_change > input[id$="06"]:checked ~ .tab_table div[class$="06"],
	.tab_change > input[id$="07"]:checked ~ .tab_table div[class$="07"],
	.tab_change > input[id$="08"]:checked ~ .tab_table div[class$="08"]{
		padding:20px 15px; 
	}
	.report-accordion dt p{
		font-size:0.93rem;
	}
	.report-accordion dt .ac-item:before,
	.report-accordion dt .ac-item:after{
		height:9px;
		right:1.375em;
	}
	.report-accordion dt .ac-item .ac-open,
	.report-accordion dt .ac-item .ac-close{
		padding-right:2.5em;
		font-size:0.86rem;
	}
	.report-accordion dt .ac-item .ac-open:before,
	.report-accordion dt .ac-item .ac-close:before{
		width:28px;
		height:16px;
	}
	.report-accordion dt{
		padding:0.8em 15px;
		margin-bottom: 0;
	}
	.tab_change .common_btn{
		text-align:center;
		margin-top: 3em;
	}
	.report-accordion dd{
		padding:20px 15px;
	}
	.ac-col{
		gap: 0.5em;
		flex-wrap: wrap;
	}
	.ac-col + .ac-col{
		margin-top:1em;
	}
	.form_change02 .ac-col{
		margin-top:1em;
	}
	.ac-col .ac-title{
		font-size:0.875rem;
		color:#666666;
		width:5em;
	}
	.ac-col .ac-label{
		width:24.38em;
	}
	.ac-col .judgment_col{
		width:100%;
	}
	.ac-col .search-btn{
		width:100%;
	}
	.ac-col .search-btn{
		margin:0 auto;
		text-align: center;
	}
}






/*フォーム*/
.snow-monkey-form .smf-item {
	padding: 1rem 0;
	border-bottom: 1px solid #e4e4e4;
}
.snow-monkey-form .smf-item:last-child{
	border-bottom:none;
}
.smf-form--simple-table .smf-item{
	display:flex;
}
.smf-form .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control>.smf-label {
	display: inline-block;
	margin-right: 1em;
	margin-top: 0;
}
.smf-form .birth-wrap:not(.is-not-stacked-on-mobile)>.wp-block-column,
.smf-form .birth-wrap>.wp-block-column{
	flex-basis: auto;
	flex-grow: 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: 280px;
	width: 280px;
	padding-right: 5em;
	box-sizing: border-box;
}
.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: calc(100% - 280px);
	flex: 100%;
	margin-top: 0;
	/* min-height: 3.5em; */
}
.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: #bfbfbf solid 1px;
	display: block;
	width: 100%;
	height: 2.875em;
	line-height: 2.875em;
	padding: 0 1em;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0 !important;
	border-radius: 0;
}
.snow-monkey-form input[type="date"]{
	max-width:170px;
}
.smf-form .smf-item .smf-select-control,
.smf-form .smf-item .smf-select-control__control{
	width: 100%;
	height: 2.875em;
	line-height: 2.875em;
	padding: 0 1em;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0 !important;
	border-radius: 0;
}
.smf-form .smf-item .smf-select-control{
	padding:0;
	background: #fff;
}
.snow-monkey-form input::placeholder,
.snow-monkey-form textarea::placeholder {
	color: #a2a0a0;
}
.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;
}
#autozip {
   display: none !important;
}

/*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.875em;
	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.375rem;
	height: 1.375rem;
	border: solid 1px #d2d2d2;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 5px;
	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: 1rem;
	height: 0.5rem;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(135deg);
	top: 10px;
	left: 3px;
	opacity: 0;
}
.snow-monkey-form label input[type="radio"]+span:before {
	border-radius: 50%;
	width: 24px;
	height: 24px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.snow-monkey-form label input[type="radio"]+span:after {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	border: none;
	background: #335f96;
	top: 0;
	left: 3px;
	opacity: 0;
	bottom: 0;
	margin: auto;
}
.snow-monkey-form label input[type="radio"]:checked+span:before {
	border-color: #335f96;
}
.snow-monkey-form label input[type="checkbox"]:checked+span:before {
	border-color: #335f96;
	background: #335f96;
}
.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,
.common_btn button{
	 position: relative;
	 z-index: 10;
	 display: inline-flex;
	 align-items: center;
	 justify-content: flex-start;
	 min-width: 250px;
	 width: auto;
	 min-height: 3.75em;
	 font-size: 1rem;
	 font-weight: 500;
	 background: #fff !important;
	 color:#282828;
	 border: 1px solid #c4c8cc;
	 border-radius: 4em;
	 padding: 0.625em 4em 0.625em 2em;
	 text-decoration: none;
	 transition: color .2s,background-color .2s;
	 overflow: hidden;
}
.smf-action .smf-button-control__control:before,
.smf-action .smf-button-control__control:after,
.common_btn button:before,
.common_btn button:after{
	position: absolute;
	z-index: -10;
	display: inline-block;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
}
.smf-action .smf-button-control__control:before,
.common_btn button:before{
	width: 36px;
	height: 18px;
	background: #f18900;
	border-radius: 42px;
	right: 1.25em;
	z-index: -1;
	transition: .2s width,.2s height,.2s right;
}
.smf-action .smf-button-control__control:after,
.common_btn button:after{
	content: "";
	width: 14px;
	height: 7px;
	display: inline-block;
	position: absolute;
	margin:auto;
	top:0;
	bottom:0;
	right: 30px;
	transition: transform .2s,visibility .2s;
	background:url(../img/common/icon-arrow.svg) no-repeat center / contain;
	z-index:10;
}
.smf-action .smf-button-control__control[data-action="back"]{
	background:#fff;
	color: #282828;
	border-color: #c4c8cc;
}
.smf-action .smf-button-control__control[data-action="back"]:after{
	border-color: #335f96 transparent transparent transparent;
}
@keyframes arrowRightUp {
	0% {
		transform: translate(0);
	}
	48% {
		transform: translateX(100%);
	}
	49% {
		transform: translateX(100%);
		visibility: hidden;
		opacity: 0;
	}
	50% {
		transform: translateX(-100%);
		visibility: hidden;
		opacity: 0;
	}
	51% {
		transform: translateX(-100%);
		visibility: visible;
		opacity: 1;
	}
	100% {
		transform: translate(0);
	}
}
@media (any-hover: hover) {
	.smf-action .smf-button-control__control:hover,
	.common_btn button:hover{
		color:#fff;
	}
	.smf-action .smf-button-control__control:hover:before,
	.common_btn button:hover:before{
		width:100%;
		height:100%;
		right: 0;
	}
	.smf-action .smf-button-control__control:hover:after,
	.common_btn button:hover:after{
		animation-name: arrowRightUp;
		animation-duration: 0.5s;
		animation-iteration-count: 1;
	}
	.smf-action .smf-button-control__control[data-action="back"]:hover{
		background:#335f96;
		color:#fff;
	}
}
@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.75em;
		padding-bottom: 0;
		padding-right: 0;
		width: 100%;
	}
	.smf-form .birth-wrap.is-layout-flex{
		gap:12px;
	}
	.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%;
	}
	.smf-form .smf-item .smf-select-control{
		max-width:100%;
	}
	.smf-action{
		display:flex;
		flex-direction:column-reverse;
		flex-wrap: wrap;
	}
	.smf-action > * + *{
		margin-top:1em;
	}
	.smf-action .smf-button-control+.smf-button-control{
		margin:0;
	}
	.smf-action .smf-button-control__control{
		margin:0.5em auto;
		width: 100%;
		max-width: 270px;
		border-width: 1px;
	}
	.snow-monkey-form .smf-item.privacy-box,
	.snow-monkey-form .smf-item.text-box{
		margin: 20px auto;
		padding: 20px 15px;
	}
	.snow-monkey-form .privacy-box ul li:before{
		width:4px;
		height:4px;
		left:0;
		top:0.65em;
	}
	.snow-monkey-form .sp-flex{
		gap: 0.5em;
	}
	.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: 10px;
		bottom:auto;
		width: 12px;
		height: 12px;
		left: 3px;
	}
	.snow-monkey-form input[type="date"]{
		max-width:100%;
	}
}