
*
{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-family: sans-serif;
}

H1
{
	margin: 0;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5;
}

H2.ANS
{
	margin: 0;
	color: #00f;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
}

body.main
{
	margin: 0;
	padding: 0;
	background: #f00;
	background: #eee;
	width: 100%;
	text-align: center;

    position: relative;
    /* box-sizing: border-box; */

}

#page-top
{
	position: fixed;
	bottom: 40px;

	background: none;
	width: 90px;
	height: 90px;

/*
	background: #fff;
	color: #777;
	width: 70px;
	height: 70px;
	border: solid 1px;
	border-radius: 50%;
	box-shadow: 0 4px 10px -6px rgba(0,0,0,.8), 0 3px 10px -4px rgba(0,0,0,.5);
*/
	text-decoration: none;
	cursor: pointer;
}


div#page-top
{
	border: 0px solid blue;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 80px;
	overflow: hidden;
}


div#page-top img
{
/*
	margin: 7px 0 0px 0;
	width: 40px;
	height: 40px;
*/
	border: 1px solid red;
	margin: -20px 0 0 -20px;
	width: 120px;
	height: 120px;
}



div.Main1
{
	background: url('img/_sideLine.png');
    background-repeat: repeat-y;
	background-size: 100%;

	/*min-height: calc(100vh - 400px);*/

	min-height: 1200px;
}

div.Main2
{
	min-height: 1200px;
}



table.MenuBox1
{
	margin: 0 auto;
	border: 0;
}

table.MenuBox1 td
{
	border: 0;
	padding: 10px;
}


table.MenuBox1 td div.BS1
{
	position: relative;
	vertical-align: top;
	text-align: center;

	margin: 0;
	padding: 0;

	border: 1px solid #888;
	border: 0px solid #000;

	-Xwebkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, .2);
	box-shadow: 4px 4px 4px rgba(40, 0, 0, .3);

	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

table.MenuBox1 td div.BS1 div.FPN1
{
	position: absolute;
	top: 277px;
	left: 151px;

	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
	color: #fff;

	border: 1px solid #f000;
}

table.MenuBox1 td div.BS1 div.FPN2
{
	position: absolute;
	top: 277px;
	left: 145px;

	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
	color: #fff;

	border: 1px solid #f000;
}

table.MenuBox1 td div.BS1 div.FPN3
{
	position: absolute;
	top: 277px;
	left: 141px;

	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
	color: #fff;

	border: 1px solid #f000;
}

table.MenuBox1 td img
{
	width: 200px;
	margin: 0;
}




table.PanelBox1
{
	margin: 0 auto;
	border: 1px solid red;
	background: #faf5da;

/*
  position: relative;
  display: inline-block;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  X-webkit-transition: all 0.3s;
  Xtransition: all 0.3s;
  background: #fff4f4;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff4f4), to(#ffdddd));
  background: -webkit-linear-gradient(top, #fff4f4 0%, #ffdddd 100%);
  background: linear-gradient(to bottom, #fff4f4 0%, #ffdddd 100%);
*/

	border: 1px solid #eed;
	border-radius: 0.1rem;

	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 6px  rgba(0, 0, 0, .2);
}


table.PanelBox1 td
{
	border: 0;
	padding: 50px;
	width: 700px;
}

table.PanelBox1 td img
{
	vertical-align: top;
	text-align: center;

	margin: 0;
}


div#header1
{
	margin: 0 auto;
	background: url('img/_orangeBack.png');
	background-repeat: repeat;
	overflow: hidden;
	z-index: 65535;
	width: 100%;
}

div#footer1
{
	margin: 0 auto;
	background: url('img/_orangeBack.png');
	background-repeat: repeat;
	overflow: hidden;
	z-index: 65535;
	width: 100%;
}





table.ACK1
{
	margin: 0 auto;
	border: 0;
}

table.ACK1 td
{
	border: 0;
	padding: 10px 20px 10px 20px;
	background: #faf5da;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
	white-space: nowrap;
}

table.ACK1 td.LN
{
	padding: 10px 0 10px 20px;
	text-align: right;
}


table.ACK1 td i
{
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	margin-right: 5px;
}

table.ACK1 td b
{
	font-size: 14px;
	font-weight: normal;
}


table.ACK1 td.NBG
{
	border: 0;
	padding: 5px 0 0 0;
	background: none;
}




table.EVT1
{
	margin: 0 auto;
	border: 0;
}

table.EVT1 td
{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	border: 0;
	padding: 7px 0 5px 0;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;

	color: #de5431;
}

table.EVT1 td.LN
{
	padding: 1px 0;
	border-top: 1px solid #de5431;
}




.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radioLabel
{
 	font-family: sans-serif;
    display: inline-block;
    /*padding: 0.5rem 1rem;*/
    padding: 6px 12px;
    margin: 0 10px 10px 0;
    border-radius: 10px;
    border: 1px solid #444;
    background: #fff;
    font-size: 36px;
    /*transition: all .2s;*/
}

.radio-inline__input:checked + .radioLabel {
    background: #363;
    background: #339;
    color: #fff;
    font-weight: normal;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

input.B1
{
	margin: 0;
	padding: 10px 30px;
	font-size: 32px;
	border: 3px outset #eee;
	background: #ddd;
	color: #000;
}

input.Q1, select.Q1, textarea.Q1
{
	margin: 0;
	padding: 4px 4px;
	font-size: 32px;
	border: 1px solid #444;
}



a.btn1
{
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;

  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);


  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);


  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

a.btn1:hover
{
  color: #44c;
}


a.btn2
{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  display: inline-block; margin: 0 10px 0 0;
  padding: 15px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;


  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);


  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

a.btn2:hover
{
  color: #44c;
}

a.SelBtnG
{
  font-size: 32px;
  margin: 0;
  padding: 30px 30px;
  vertical-align: middle;
}

a.SelBtnG2
{
  font-size: 10px;
  margin: 0;
  padding: 10px 10px;
  vertical-align: middle;
}

