@charset "utf-8";
/*
Theme Name: Sendenkan(old) - LiveSite
Theme URI: none
Author: Sevenplus team A
Author URI: https:/7-plus.co.jp/
Description: Only for Sendenkan
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sendenkan
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  min-width: 980px;
}

@-moz-document url-prefix() {
	body {
	  font-family: 'Noto Sans Japanese';
	  font-weight: 500;
	}
}

/*-----------------------------------------------------
	font
------------------------------------------------------*/
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    /* src: url('font/NotoSansCJKjp-Thin.eot');
    src: url('font/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'), 
    url('font/NotoSansCJKjp-Thin.woff') format('woff'),
    url('font/NotoSansCJKjp-Thin.ttf')  format('truetype'); */
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    /* src: url('font/NotoSansCJKjp-Light.eot');
    src: url('font/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
    url('font/NotoSansCJKjp-Light.woff') format('woff'),
    url('font/NotoSansCJKjp-Light.ttf')  format('truetype'); */
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    /* src: url('font/NotoSansCJKjp-DemiLight.eot');
    src: url('font/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
    url('font/NotoSansCJKjp-DemiLight.woff') format('woff'),
    url('font/NotoSansCJKjp-DemiLight.ttf')  format('truetype'); */
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    /* src: url('font/NotoSansCJKjp-Regular.eot');
    src: url('font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('font/NotoSansCJKjp-Regular.ttf')  format('truetype'); */
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    /* src: url('font/NotoSansCJKjp-Medium.eot');
    src: url('font/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
    url('font/NotoSansCJKjp-Medium.woff') format('woff'),
    url('font/NotoSansCJKjp-Medium.ttf')  format('truetype'); */
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    /* src: url('font/NotoSansCJKjp-Bold.eot');
    src: url('font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
    url('font/NotoSansCJKjp-Bold.woff') format('woff'),
    url('font/NotoSansCJKjp-Bold.ttf')  format('truetype'); */
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    /* src: url('font/NotoSansCJKjp-Black.eot');
    src: url('font/NotoSansCJKjp-Black.eot?#iefix') format('embedded-opentype'),
    url('font/NotoSansCJKjp-Black.woff') format('woff'),
    url('font/NotoSansCJKjp-Black.ttf')  format('truetype'); */
}


h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 100%;
}


p {
  font-family:"Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, verdana, sans-serif;
  font-size: 15px;
  color: #48070A;
  font-weight: bold;
}
@-moz-document url-prefix() {
	p {
	  font-family: 'Noto Sans Japanese';
	  font-size: 15px;
	  color: #48070A;
	  font-weight: 500;
	}
}


ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

form label {
  cursor: pointer;
}

a ,
a:visited {
  text-decoration: none;
	color: #280404;
}

a:hover, a:active, a:focus {
}

a img {
  border: none;
}

a img:hover
,button[type="submit"] img:hover
,input.popforms + img:hover
{
  filter: brightness(1.2);
}

.cb {
  clear: both;
}

.cb:after{
	content: "";
	clear: both;
	display: block;
}

.df {
  display: flex;
  justify-content: space-around;
}
.dfw {
  flex-wrap: wrap;
}
.dg {
  display: grid;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hfc {
  height: fit-content;
  height: -moz-fit-content;
}

.mla {
  margin-left: auto;
}

.minchou p {
  font-family:Yu Mincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

.vh {
  visibility: hidden;
}
