@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanmp.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Bentham&display=swap");
:root{
	--fontFamily : YakuHanJP , "Noto Sans JP" , sans-serif;
	--fontWeight : 400;
    --fontMin : 'Bentham', serif;
}
:root{
	-ms-text-spacing : trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
	    text-spacing : trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
}
* , *:before , *:after{
	box-sizing : border-box;
}
html{
	visibility : visible;
}
html , body{
	margin : 0;
	padding : 0;
	border : 0;
	font-size : 100%;
	font : inherit;
}
div , span , applet , object , iframe , h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre , a , abbr , acronym , address , big , cite , code , del , dfn , em , img , ins , kbd , q , s , samp , small , strike , strong , sub , sup , tt , var , b , u , i , dl , dt , dd , ol , ul , li , fieldset , form , label , legend , table , caption , tbody , tfoot , thead , tr , th , td , article , aside , canvas , details , embed , figure , figcaption , footer , header , nav , output , ruby , section , summary , time , mark , audio , video{
	margin : 0;
	padding : 0;
	border : 0;
	font-size : 100%;
	font : inherit;
}
main , article , aside , details , figcaption , figure , footer , header , nav , section , picture{
	display : block;
}
ol , ul{
	list-style : none;
}
blockquote , q{
	quotes : none;
}
blockquote:before , blockquote:after , q:before , q:after{
	content : "";
	content : none;
}
table{
	border-collapse : collapse;
	border-spacing : 0;
	width : 100%;
	table-layout : fixed;
}
em{
	font-style : normal;
}
a{
	text-decoration : none;
	outline : none;
}
picture{
	line-height : 1;
}
picture img{
	line-height : 1;
	vertical-align : top;
}
img{
	width : auto;
	vertical-align : top;
	outline : none;
}
input , select{
	color : var(--body);
}
input[type="text"] , input[type="email"] , input[type="password"] , input[type="tel"]{
	padding-left : .5em;
	padding-right : .5em;
	font-size : 1em;
}
textarea{
	padding : .5em;
	font-size : 1em;
}
input[type="submit"] , input[type="reset"] , button{
	border : 0;
	padding : 0;
	outline : none;
	-webkit-appearance : none;
}
input[type="submit"]:hover , input[type="reset"]:hover , button:hover{
	cursor : pointer;
}
select{
	outline : 0;
	-webkit-appearance : none;
	border-radius : 0;
}
select::-ms-expand{
	display : none;
}
input{
	-webkit-appearance : none;
	border-radius : 0;
	border-style : solid;
	outline : none;
}
textarea{
	resize : vertical;
	-webkit-appearance : none;
	border-radius : 0;
	border-style : solid;
}
input , select , textarea , button{
	font-family : YakuHanJP , "Noto Sans JP" , sans-serif;
	font-family : var(--fontFamily);
}
button{
	cursor : pointer;
	background : none;
}
body{
	font-family : YakuHanJP , "Noto Sans JP" , sans-serif;
	font-family : var(--fontFamily);
	font-weight : 300;
	position : relative;
	font-size : 100%;
	font-size-adjust : 100%;
	line-height : 1;
	display : block;
	overflow-scrolling : touch;
	-webkit-font-smoothing : antialiased;
	-moz-osx-font-smoothing : grayscale;
	scroll-behavior : smooth;
	text-rendering : optimizeLegibility;
	font-feature-settings : "palt" 1;
}
     p a.bt-link {
        text-decoration: none;
        background: #aa8511;
        color: #fff;
        padding: .5em 2em;
        display: inline-block;
        margin-top: .5em;
        margin-bottom: .5em;
    }