#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



img {
    max-width: 100%;
    height: auto;
}

.text-alert
{
	color: #ff0000;
	display: inline;
}

.text-strong 
{
	font-weight: bold;
	color: #ff0000;
	display: inline;
}

.text-att {
	padding-left: 1em;
	text-indent: -1em;
}


.li-alert ul {
	padding-left: 2em;
	text-indent: -2em;
	list-style-type: none;
	margin: 0;
/*	padding: 0;*/
}
.li-alert2 ul {
	padding-left: 2em;
	text-indent: -2em;
	list-style-type: none;
	margin: 0;
/*	padding: 0;*/
}

.li-alert ul li:before {
	content:"（※）";
}

.li-alert2 ul li:before {
	content:"(*)";
}




.toc ul, ol {
  background: #f1f8ff;
  box-shadow: 0px 0px 0px 6px #f1f8ff;/*線の外側*/
  border: dashed 1px #668ad8;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}

.toc ul li, ol li {
  line-height: 1.0;
  padding: 0.5em 0;
}




#header { width: 100%; max-width: 1200px; padding-bottom: 10px; margin: 0px auto; background: #fff; text-align: center;}
#contents { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0; }
#main { float: left; width: 80%; margin: 0; padding: 0; font-size: 14px;}
#main-in { margin-left: 5px; padding: 0px 10px; background: #fff; border: 0;}
#footer { width: 100%; max-width: 1200px; padding-bottom: 10px; margin: 0px auto;}



#navigation{
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
}
#navigation h2,h3{
  margin: 0;
  padding: 8px 5px 5px;
  background: #0000cd;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

/*
#menu h3:nth-of-type(1){ background: #0000cd; }
#menu h3:nth-of-type(2){ background: #99820f; }
#menu h3:nth-of-type(3){ background: #995f0f; }
#menu h3:nth-of-type(4){ background: #993d0f; }
*/

#navigation ul{
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 0;
  background: #fff;
  border: 3px ridge #c0c0c0;
}
/*
#menu ul:nth-of-type(1){ border-color: #0000cd; }
#menu ul:nth-of-type(2){ border-color: #99820f; }
#menu ul:nth-of-type(3){ border-color: #995f0f; }
#menu ul:nth-of-type(4){ border-color: #993d0f; }
*/
#navigation ul li{
  width: 100%;
  margin: 0;
  padding: 0;
}
#navigation ul li a{
  display: block;
  margin: 0;
  padding: 5px 10px;
  color: #333;
  font-size: 13px;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid #0000cd;
}
#navigation li a:hover{ background: #eee; }
#toggle{ display: none; }

@media only screen and (max-width: 700px) {
#header { margin: 10px 0;}

#main { float: none; clear: both; width: 100%; }
#main-in { margin-left: 0; }

  #navigation{
    float: none;
    width: 100%;
    background: #ebe7d2;
  }
  #navigation h3{
    clear: both;
    position: relative;
    z-index: 9999;
  }
  #menu { display: none; position: relative; }
  #menu:after {
    position: absolute;
    content:"";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d6cea3;
  }
  #navigation ul{
    border-left-width: 3px;
    border-right-width: 3px;
    border-right-style: solid;
    background: #f0f8ff;
  }
  #navigation ul:before,
  #navigation ul:after{
    content: "";
    display: table;
  }
  #navigation ul:after{ clear: both; }
  #navigation ul{ *zoom: 1; }
  #navigation ul li{
    float: left;
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid #d6cea3;
    border-bottom: 1px solid #d6cea3;
  }
  #navigation ul li:nth-of-type(4n){ border-right: 0; }
  #navigation ul li a{
    text-align: center;
    padding: 5px 0px;
  }
  #navigation ul li a:hover{ background: #f5f4ea; }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 15px 0 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{ margin-top: -6px; }
  #toggle a:after{ margin-top: 2px; }
}
@media only screen and (max-width: 600px) {
  #navigation ul li{ width: 50%; }
  #navigation ul li:nth-of-type(2n){ border-right: 0; }
  .disp_hide { display: none;}
}
@media only screen and (max-width: 479px) {
#navigation ul li{
/*    float: none;*/
    width: 50%;
  }
}













/* ページ全体の設定 */
body {
	font-size:13px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#000000 ;
	margin:0;
	padding:0;
}


a:link {	color:#0000ff;	text-decoration: underline;}
a:active {	color: #ff0000;	text-decoration: none}
a:visited {	color: #0000ff;	text-decoration: underline}
a:hover {	color: #0000ff;	text-decoration: underline;}



.fx th {
background:#0033ff;
background-image:url(image2/tdhead_l.gif);
color:#ffffff;
}

.fx .tdwhite {
 padding:3px 5px;
 background:#ffffcc;
 color:#000000;
}


.title h1{
	font-size:14px;
	margin-top: 0px;
	text-align: center;
}

.title h2{
	font-size:14px;
	margin-top: 0px;
	text-align: center;
}

.title h3{
text-align: left;
font-weight: bold;
padding: 10px 0px 10px 6px;/*文字の上下 左右の余白*/
color: #494949;/*文字色*/
background: #f4f4f4;/*背景色*/
border-left: solid 5px #7db4e6;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/
margin-bottom: 10px;
width: 90%;
}

.title h4{
  font-size:16px;
  padding: 0.5em .75em;
  margin-bottom: 1.0em;
  font-weight: bold;
  background-color: #f6f6f6;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
.title h3{font-size:15px;}
.title h4{font-size:14px;}
}

@media only screen and (max-width: 400px) {
.title h3{font-size:14px;}
.title h4{font-size:13px;}
}


h2.hikaku{
	font-size:15px;
	margin-top: 0px;
	text-align: left;
	font-weight: bold;
	padding: 10px 0px 10px 6px;/*文字の上下 左右の余白*/
	color: #494949;/*文字色*/
	background: #f4f4f4;/*背景色*/
	border-left: solid 5px #7db4e6;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
	margin-bottom: 10px;
	width: 90%;
}

h3.hikaku{
	text-align: left;
	font-size:16px;
	padding: 0.5em .75em;
	margin-bottom: 1.0em;
	font-weight: bold;
	color: #494949;/*文字色*/
	background-color: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}




.marker-under {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}


br {
 letter-spacing             : normal ;
}


a {
 text-decoration            : none ;
 color                      : #550000 ;
}
a:hover {
 text-decoration            : none ;
 color                      : #D41900 ;

}

/*
p {font-weight:bold;}
*/

#form_table 
{	
	width: 90%;
	border-collapse: collapse;
	border: 2px solid #0011ff;
	margin: 0 5px;
}

#form_table th
{
	font-size: 13px;
	padding: 5px;
	color: #ffffff;
	background-image:url(image2/tdhead_l.gif);
	background-color: #0011ff;
	font-weight: bolder;
	border: 1px solid #ffffff;
}

#form_table td
{
	font-size: 15px;
	padding: 5px;
	border: 1px solid #0011ff;
}





.td_head
{
	font-size: 13px;
	padding: 5px;
	color: #ffffff;
	background-image:url(image2/tdhead_l.gif);
	background-color: #0011ff;
	font-weight: bolder;
	border: 1px solid #ffffff;
}

.td_form
{
	font-size: 15px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #0011ff;
}


































/**** 13pt文字用 *****/

.tda {
 font-size: 13px;
 padding:3px 5px;
 text-align:left;
}
.tdr {
 font-size: 13px;
 padding:3px 5px;
 text-align:right;
}
.tdc {
 font-size: 13px;
 padding:3px 5px;
 text-align:center;
}

.tdyellow {
 font-size: 13px;
 padding:3px 5px;
 background:#ffff99;
 color:#000000;
 background-image:url(image2/yellow.gif);
 text-align:left;
}
.tdyellowc {
 font-size: 13px;
 padding:3px 5px;
 background:#ffff99;
 color:#000000;
 background-image:url(image2/yellow.gif);
 text-align:center;
}
.tdyellowr {
 font-size: 13px;
 padding:3px 5px;
 background:#ffff99;
 color:#000000;
 background-image:url(image2/yellow.gif);
 text-align:right;
}


.tdred {
 font-size: 13px;
 padding:3px 5px;
 background:#ffcccc;
 color:#000000;
 background-image:url(image2/red.gif);
 text-align:left;
}


.tdredc {
 font-size: 13px;
 padding:3px 5px;
 background:#ffcccc;
 color:#000000;
 background-image:url(image2/red.gif);
 text-align:center;
}
.tdredr {
 font-size: 13px;
 padding:3px 5px;
 background:#ffcccc;
 color:#000000;
 background-image:url(image2/red.gif);
 text-align:right;
}


/* 
 * コンバージョンボタン
 */
.btn-cv {
  padding: .5em 0;
  overflow: hidden;
  position: relative;
}
.btn-cv a {
  border: solid #fff 3px;
  border-radius: 12px;
  box-shadow: 1px 1px 10px 0 #a1a1a1;
  color: #fff;
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0.5em auto;
  padding: 1em 2em .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 60%;
}
.btn-cv.is-fz20 a {
  font-size: 20px;
}
.btn-cv a img {
  vertical-align: middle;
}
.btn-cv a:after {
  content: ' ' !important;
}
 
/* ボタン内のアイコン */
.btn-cv a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
}
.btn-cv a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}
 
/* 2つ連続で並べる場合の余白 */
.btn-cv + .btn-cv a {
  margin-top: 0;
}

 
/* 赤ボタン */
.btn-cv.is-red a {
  background: #fb4e3e;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#fb4e3e, #d64b26);
}
 
/* ボタンの光沢 */
.is-reflection a {
  overflow: hidden;
}
.is-reflection a:after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
/* アニメーションを遅延させる */
.is-reflection + .is-reflection a:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
 
/**
 * ===============================================
 * MediaQuery : スマホ対応
 * ===============================================
 */
@media only screen and (max-width: 767px) {
  /* コンバージョンボタン */
  .btn-cv a {
    font-size: 1.2em;
    margin: 0 auto 1em;
    width: 100%;
  }
}

.rev ul {
  border: solid 2px skyblue;/*線の設定*/
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.rev ul li {
  line-height: 1.5;
  padding: 0.5em 1.0em;
  list-style-type: none!important;
}

.rev ul li:before {/*疑似要素*/
  font-family: "FontAwesome";
  content: "\f075";/*アイコンの種類*/
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: skyblue; /*アイコン色*/
}

/**
 * ===============================================
 * ランキング用
 * ===============================================
 */
.rank1, .rank2, .rank3 {
font-size: 13px;
margin: 0;
padding: 5px 10px 5px 65px;
border-left: none;
border-bottom: 0px;
}
.rank1 {
background-image: url(images/gold.png);
background-size:40px;
background-repeat: no-repeat;
background-position: left center;
}
.rank2 {
background-image: url(images/silver.png);
background-size:40px;
background-repeat: no-repeat;
background-position: left center;
}
.rank3 {
background-image: url(images/bronze.png);
background-size:40px;
background-repeat: no-repeat;
background-position: left center;
}

hr.rank_hr{
	height: 0; /*高さをリセット*/
	margin: 0; /*マージンをリセット*/
	padding: 0; /*パディングをリセット*/
	border: 0; /*ボーダーをリセット*/
	border-top: 1px dotted #333;
	width: 90%;
}