@charset "utf-8";
/*
Theme Name:TAM
Theme URI:https://example.com
Description:TAM
Version:1.6
Author:TAM
Author URI:https://example.com
*/
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+Antique&family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+Antique&family=Zen+Old+Mincho&display=swap');

*{box-sizing:border-box; word-break:break-all; font-family:"Noto Sans JP", sans-serif; color:#FFF;}
:root{scroll-padding:100px; scroll-behavior:smooth; }
html{background:#040304;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
body{color:#555;line-height:1.5;}
:focus{outline:0;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{font-weight:normal;text-align:left;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
a img{border:0;}
figure{margin:0;line-height:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
p,th,td,li,dt,dd,a,figcaption{font-size:14px;line-height:1.8;}
p{margin-bottom:20px;}
p:last-of-type{margin:0;}
img{height:auto;max-width:100%;}
blockquote{background-color:#EBEDF1;margin:0 0 20px;padding:15px 25px;border-left:5px solid #D3D5D9;}
blockquote,blockquote p{font-style:italic;line-height:30px;color:#555;}
blockquote p{margin-bottom:0!important;}
blockquote cite,blockquote small{color:#242526;font-size:15px;display:block;line-height:20px;padding-top:15px;}
blockquote em,blockquote i,blockquote cite{font-style:normal;}
blockquote strong,blockquote b{font-weight:700;}
a{color:#FFF;text-decoration:none;transition:0.3s;}
a:hover{color:#19499d;}
a:active,a:focus{outline:0;}
input,textarea{vertical-align:middle;line-height:24px;height:24px;padding:1px 5px;border:1px solid #ccc;font-size:100%;color:#555;}
textarea{height:auto;line-height:1.5;}
input[type="submit"],input[type="reset"],input[type="button"]{padding:3px 10px;background:#5c4d41;border:0;line-height:1.5;height:auto;font-size:110%;color:#fff;}
input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{background:#e4e4e4;cursor:pointer;}
@media only screen and (min-width:768px){
	p,th,td,li,dt,dd,a,figcaption{font-size:16px;line-height:2}
}

/* COMMON
-------------------------*/
#wrapper,
#content{
	margin:auto;}
#wrapper{
	padding:15px 0 50px;}
#content{
	padding:15px 20px 50px;}
.inner,
.w-inner{
	margin:0 auto;
	width:100%;}
.inner{
	max-width:1000px;}
.w-inner{
	max-width:1300px;}
@media only screen and (min-width:768px){
	#wrapper{
		padding:30px 0 100px;}
	#content{
		padding:30px 20px 100px;}
}

/* br
-------------------------*/
.sp_br,
.tb_br{
	display:none;}
@media only screen and (max-width: 480px){
	.pc_br{
		display:none;}
	.sp_br{
		display:block;}
}
@media only screen and (min-width:768px) and (max-width:880px){
	.tb_br{
		display:block;}
}