@charset "utf-8";

/* ---------------------------------------------------------- */
/* base
/* ---------------------------------------------------------- */
/* total style */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	}

body {
	width: 100%;
	min-width: 1200px;
	height: 100%;
	font-size: 1.4rem;
	font-family: -apple-system , BlinkMacSystemFont , "Helvetica Neue" , "游ゴシック Medium" , YuGothicM , YuGothic , "Hiragino Kaku Gothic ProN" , メイリオ , Meiryo , sans-serif;
	color: #161616;
	line-height: 1.5;
	background: #d83621;
	-webkit-text-size-adjust: 100%;
	cursor: url(../popuko.cur) , auto;
	}

@media all and (-ms-high-contrast:none) {
	body {font-family: -apple-system , BlinkMacSystemFont , "Helvetica Neue" , "Hiragino Kaku Gothic ProN" , メイリオ , Meiryo , sans-serif;}
}

/* clearfix */
.clearfix:before ,
.clearfix:after  {content: ""; display: block; overflow: hidden;}
.clearfix:after  {clear: both;}
.clearfix        {zoom: 1;}

/* normalize 対策 */
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,ol,figure {
	font-weight: normal;
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* img */
img        {border: 0; vertical-align: bottom;}

/* font */
.text10    {font-size: 1.0rem;}
.text12    {font-size: 1.2rem;}
.text14    {font-size: 1.4rem;}
.text16    {font-size: 1.6rem;}
.text18    {font-size: 1.8rem;}
.text20    {font-size: 2.0rem;}
.text24    {font-size: 2.4rem;}

/* style */
.normal    {font-weight: normal;}
.bold      {font-weight: bold;}
.italic    {font-style: italic;}

/* color */
.red       {color: #e6190f;}
.blue      {color: #0045a0;}
.pink      {color: #ea6699;}
.l-blue    {color: #01b4ee;}
.yellow    {color: #fff700;}
.gray      {color: #666666;}
.white     {color: #ffffff;}
.black     {color: #161616;}

/* link */
a          {color: #e6190f; word-break: break-all;}

/* br */
br.sp      {display: none;}
@media (max-width: 640px){
br.pc      {display: none;}
br.sp      {display: inline-block;}
}

/* strike */
.strike    {text-decoration: line-through;}

/* nowrap */
.nowrap    {white-space: nowrap;}

/* indent */
.indent {
	text-indent: -1em;
	padding: 0 0 0 1em;
	display: inline-block;
	}

.indent2 {
	text-indent: -2em;
	padding: 0 0 0 2em;
	display: inline-block;
	}

.indent3 {
	text-indent: -3em;
	padding: 0 0 0 3em;
	display: inline-block;
	}

/* margin */
.mt0       {margin-top: 0;}
.mt5       {margin-top: 5px;}
.mt10      {margin-top: 10px;}
.mt20      {margin-top: 20px;}
.mt30      {margin-top: 30px;}
.mt40      {margin-top: 40px;}
.mt50      {margin-top: 50px;}

.mr0       {margin-right: 0;}
.mr5       {margin-right: 5px;}
.mr10      {margin-right: 10px;}
.mr20      {margin-right: 20px;}
.mr30      {margin-right: 30px;}
.mr40      {margin-right: 40px;}
.mr50      {margin-right: 50px;}

.mb0       {margin-bottom: 0;}
.mb5       {margin-bottom: 5px;}
.mb10      {margin-bottom: 10px;}
.mb20      {margin-bottom: 20px;}
.mb30      {margin-bottom: 30px;}
.mb40      {margin-bottom: 40px;}
.mb50      {margin-bottom: 50px;}

.ml0       {margin-left: 0;}
.ml5       {margin-left: 5px;}
.ml10      {margin-left: 10px;}
.ml20      {margin-left: 20px;}
.ml30      {margin-left: 30px;}
.ml40      {margin-left: 40px;}
.ml50      {margin-left: 50px;}

/* padding */
.pt0       {padding-top: 0;}
.pt5       {padding-top: 5px;}
.pt10      {padding-top: 10px;}
.pt20      {padding-top: 20px;}
.pt30      {padding-top: 30px;}
.pt40      {padding-top: 40px;}
.pt50      {padding-top: 50px;}

.pr0       {padding-right: 0;}
.pr5       {padding-right: 5px;}
.pr10      {padding-right: 10px;}
.pr20      {padding-right: 20px;}
.pr30      {padding-right: 30px;}
.pr40      {padding-right: 40px;}
.pr50      {padding-right: 50px;}

.pb0       {padding-bottom: 0;}
.pb5       {padding-bottom: 5px;}
.pb10      {padding-bottom: 10px;}
.pb20      {padding-bottom: 20px;}
.pb30      {padding-bottom: 30px;}
.pb40      {padding-bottom: 40px;}
.pb50      {padding-bottom: 50px;}

.pl0       {padding-left: 0;}
.pl5       {padding-left: 5px;}
.pl10      {padding-left: 10px;}
.pl20      {padding-left: 20px;}
.pl30      {padding-left: 30px;}
.pl40      {padding-left: 40px;}
.pl50      {padding-left: 50px;}