@charset "utf-8";
/*------------------------------------------------------------
　style.css
--------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	font-style:normal;
	outline:none;
	text-align:left;
	/*font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family:  "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*-----------------------------------------------------------------*/
html {	font-size: 10px;}
body {
	margin: 45px 0 0;
	padding: 0;
	line-height: 1.84em;
	color: #111;
	font-size: 1.5rem;
	font-weight:400;
}
@media only screen and (max-width:767px){body {	margin: 50px 0 0; font-size: 1.4rem;}}



#wrapper{
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
	}

/* .inner ----------------------*/
.inner{
	position:relative;
	max-width:1000px;
	margin:0 auto;
	}
@media only screen and (max-width:768px){
.inner{
	position: relative;
	width:100%;
	padding:0 2%;
	}
}

/* section ----------------------*/
section{
	display:block;
	position:relative;
	clear:both;
	margin-bottom:0;
	padding:50px 0 80px;
	background:url(../img/bg_section.gif) repeat-x 0 0;
	}
section p,
section ul,
section ol,
section dl{
	line-height:1.5;
	margin-bottom:3em;
	}
section ul li{
	line-height:1.3;
	margin-bottom:5px;
	}

h1,h2,h3,h4,h5,h6{
	margin-bottom:3em;
	padding-bottom: 1em;
	font-weight:700;
}
ul{	list-style-type:none;}
ol{	margin-left:2em;}
a{color:#2f96ed;}
a:hover{color:#2fd0ed;}
a:hover img{
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

img{
	max-width:100%;
	margin:0 auto;
	border:0;
	}



/*------------------------------------------------------------
　.button　ボタン
--------------------------------------------------------------*/
.button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 15px 50px 15px 70px;
	appearance: none;
	font-size: 2.0rem;
	color: #fff;
	border-radius: 30px;
	font-weight: 500;
	margin: 0 0 20px;
	text-decoration: none;
	background:#cf0918 url(../img/icon_arrow_right.svg) no-repeat 15px center;
	background-size: 30px 30px;
}
.button:hover{
	color: #fff;
	background:#df101f url(../img/icon_arrow_right.svg) no-repeat 15px center;
	background-size: 30px 30px;
}
.button_S{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 5px 20px 5px 30px;
	appearance: none;
	font-size: 1.3rem;
	color: #fff;
	border-radius: 30px;
	font-weight: 500;
	margin: 0 0 20px;
	text-decoration: none;
	background:#cf0918 url(../img/icon_arrow_right.svg) no-repeat 10px center;
	background-size: 15px 15px;
}
.button_S:hover{
	color: #fff;
	background:#df101f url(../img/icon_arrow_right.svg) no-repeat 10px center;
	background-size: 15px 15px;
}


/*------------------------------------------------------------------
   table
--------------------------------------------------------------------*/
/* .table01 */
table.table01 {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 1em 0 1em;
	border-top: 2px solid #343334;
	border-bottom: 2px solid #343334;
}
table.table01 th,
table.table01 td{
	padding: 0.6em 1em;
	font-weight: normal;
	border-bottom: 1px solid #343334;
	/*vertical-align:top;*/
	line-height:1.3;
	}
table.table01 thead th{
	background:#666;
	text-align:center;
	color:#fff;
	border-right:1px solid #ccc;
	}
table.table01 thead th:last-child{	border-right:none;	}
table.table01 tbody th { background: #f5f5f5; }

table.table01 td {
	line-height:1.3;
	border-left: 1px solid #343334;
}

@media only screen and (max-width:767px){
table.table01 {
	width:100%;
	margin: 0 0 0.5em;
	padding:0;
}
table thead th{font-size:12px;}
table tbody th,
table tbody th.pref{font-size:12px;}
table tbody td{	font-size:12px;	}

table.table01 th,
table.table01 td{
	padding: 0.3em 0.3em;
	font-size:12px;
	}
}




/* .list */
.list dd{ display:none; }


.forSP{ display:none;}
@media only screen and (max-width:640px){
	section{
	padding:30px 0 30px;
	}
.forPC{ display:none;}
.forSP{	display:block;}
	}

/*------------------------------------------------------------
　.additional　注釈
--------------------------------------------------------------*/
p.additional,
ul.additional li{
	margin-left: 1.2em;
	text-indent: -1.2em !important;
	margin-bottom: 5px;
	line-height: 1.5;
}
p.additional::before,
ul.additional li::before{
	content: '※';
}
ul.additionalN li{
	margin-left: 2.3em;
	text-indent: -2.3em !important;
	margin-bottom: 5px;
	line-height: 1.3;
	font-size: 1.3rem;
}


/*------------------------------------------------------------
　.totop　ページの先頭へ
--------------------------------------------------------------*/
.totop {
	position: fixed;
	bottom: 40px;
	right: 40px;
}
.totop a {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #777;
	background: #333;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.totop a::after{
	position: absolute;
	top: 5px;
	bottom: 0;
	right :0;
	left:0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.totop a:hover {border: 1px solid #c9151d;}
.totop a:hover::after{
	border-top: 1px solid #c9151d;
	border-right: 1px solid #c9151d;
}

@media screen and (max-width:768px) {
.totop {
	position: fixed;
	bottom: 20px !important;
	right: 20px !important;
}
.totop a:hover {border: 1px solid #ddd;}
.totop a:hover::after{
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
}


/*---------------------------------------------------
	Class
----------------------------------------------------*/
.forSP{ display:none;}
@media only screen and (max-width:767px){
.forPC{ display:none;}
.forSP{	display:block;}
}

.floatL{float:left;}
.floatR{float:right;}

.clearL{clear:left;}
.clearR{clear:right;}
.clearB{clear:both;}

.alignL{text-align:left;}
.alignR{text-align:right;}
.alignC{text-align:center;}

.txtRed{color:#cc0000;}
.txtCaps{font-variant:small-caps;}

.underline{	text-decoration: underline;}
.attention,em{	color:#cc0000;}

.note{background:url(../img/bg_graphpaper.gif) repeat;}

.memo{	font-size:12px;	}
@media screen and (max-width:767px) {
.memo{	font-size: 1.1rem;}
}

.backmarker{
	background: linear-gradient(transparent 60%, #ffff66 60%);
    display: inline;
}

/*---------------------------------------------------
	ClearFix
----------------------------------------------------*/
/* Modern Browser Firefox,Safari,Opera --*/
.clearfix:after,
.inner:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/*-- IE7 --*/

.clearfix,
.inner{
display: inline-block;
}
/*-- For Legacy IE without macIE --*/
* html .clearfix,
* html .inner{
height: 1%;
}
.clearfix,
.inner{
display: block;
}
/*---------------- End of Clearfix ----------------*/
