@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 769px){

body {
    background: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.pc {
        display: block !important;
}

.sp {
        display: none !important;
}
	
#wrapper {
    margin: 0 auto;
    padding: 0;
    color: #333;
    line-height: 32px;
    font-size: 18px;
}

	
header {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-size: cover;
}

header section {
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 40px;
	box-sizing: border-box;
}

	
/*ヘッダー固定	*/
	
.nav_fixed {
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 99999999;
	background: rgba(0,0,0,0.8);
	/*opacity: 0;*/
	display: none;
}


	
.nav_clone {

  /* Required styles */
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;

  /* Additional styles */
  background: rgba(0,0,0,0.8);

  /* Translate -100% to move off screen */
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);

  /* Animations */
  -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;

}	
	
.nav_stick {

  /* Translate back to 0%; */
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
	
.nav_unstick {
}
	
	
	
	
nav {
	display: block;
	margin: 0 auto;
	background: rgba(0,0,0,0.8);
	width: 100%;
	z-index: 777;
	}

nav section {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

nav .left {
	float: left;
	padding: 14px 0 0 0;
}

nav .right {
	float: right;
	padding: 16px 0 15px 0;
}	

#headline {
	float: left;
	padding-top: 80px;
	width: 600px;
}

#headline_img {
	float: right;
	width: 400px;
	margin-top: 0px;
}
	
	
	
	
	
article {}
	
aside {}

section {
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
	box-sizing: border-box;
}

section p {
	padding: 0 0 20px;
	margin: 0;
	word-wrap: break-word;
}	

section p:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
	
#video {
	width: 1000px;
	margin: 0 auto;
}

#video section {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 20px;
}		

#content {}		

	
.deadline {
	font-size: 160%;
	padding: 40px 0 0 0 !important;
	text-align: center !important;
	margin: 0 auto !important;
}

	
	
h1{
	font-size: 180%;
	padding: 0 0 40px;
	text-align: center;
	line-height: 140%;
}

	
h2{
	font-size: 140%;
	font-weight: bold;
	padding: 50px 0 60px ;
}
	

h3{
	font-size: 200%;
	font-weight: bold;
	padding: 10px 20px 0;
	color: #FFFFFF;
	line-height: 140%;
}

	
h4{
	font-size: 120%;
	font-weight: bold;
	padding: 10px 0 5px 5px;
	margin: 30px 0 20px 0;
	border-left: 4px solid #000000;
	background: #F4F4F4;
	color: #1D1D1D;
}

	
h5{
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 20px;
}

	
	
.headline_back_01 {
	background: url(../../nh01/images/headline_back_01.jpg)center no-repeat;
	background-size: cover;
}
		
.headline_back_02 {
	background: url(../../nh01/images/headline_back_02.jpg)left no-repeat;
	background-size: cover;
}	
	
	
	
.back_01 {
	background: url(../../nh01/images/back_01.png)center no-repeat;
	background-size: cover;
}
	
.back_02 {
	background: url(../../nh01/images/back_02.png)center no-repeat;
	background-size: cover;
}
	
.back_03 {
	background: url(../../nh01/images/back_03.png)center no-repeat;
	background-size: cover;
}	

.back_04 {
	background: url(../../nh01/images/back_04.jpg)center no-repeat;
	background-size: cover;
}	
	
	
	

	
/*アップデート*/
.update{
	display: table;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	font-size: 140%;
	padding-bottom: 5px;
}
	
.update .new{ /*固定*/
	vertical-align: middle;
	display: table-cell;
	padding: 9px 5px 8px;
	width: 55%;
	text-align: right;
}
	
.update .month{　/*可変*/
	vertical-align: top;
	display: table-cell;
	padding: 15px 5px 0px;
	color: #FFE500;
}	
	
	
	
	
/*リボン見出し*/
.title_ribon{
	position:relative;
	padding:15px 10px 10px;
	background:#000033;
	box-shadow:
		10px 0 0 0 #000033,
		-10px 0 0 0 #000033,
		0 3px 3px 0 rgba(0,0,0,0.1);
}
	
.title_ribon:before{
	content:" ";
	position:absolute;
	top:100%;
	left:-10px;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#171c60;
}
	
.title_ribon:after{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:10px 10px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#171c60;
}
	

/*数字入り用見出し*/
.title_num{
	display: table;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 10px;
	border: 3px solid #0095ed;
	background: #FFFFFF;
}
	
.title_num .num{ /*固定*/
	vertical-align: middle;
	display: table-cell;
	padding: 15px 5px 10px;
	width: 80px;
	text-align: center;
	font-size: 110%;
}
	
.title_num .text{　/*可変*/
	vertical-align: top;
	display: table-cell;
	padding: 15px 5px 10px;
	font-weight: bold;
	font-size: 110%;
}
	
	
	
/*数字入り用見出し その2*/
.title_num2{
	display: table;
	box-sizing: border-box;
	width: 100%;
	margin: 20px 0;
}
	
.title_num2 .num2{ /*固定*/
	vertical-align: middle;
	display: table-cell;
	padding: 15px 5px 10px;
	width: 80px;
	text-align: center;
}
	
.title_num2 .text2{　/*可変*/
	vertical-align: top;
	display: table-cell;
	padding: 15px 5px 10px;
	font-weight: bold;
	background: #F0F0F0;
}
	
	
	
	
	
.hb{
	font-size: 140%;
	padding: 15px 0 12px;
	border-top: 2px #CCC solid;
	border-bottom: 2px #CCC solid;
	margin: 60px auto 40px;
}

.hb_s{
	font-size: 100%;
	padding: 10px 0 8px;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	margin: 0 auto;
	text-align: center;
}

.tbgg{
	background: #111111;
	color: #FFFFFF;
	padding: 1px 5px 0 5px;
}
	
.tbgg_s{
	background: #111;
	color: #FFFFFF;
	padding: 1px 5px 0 5px;
}
	
.tbgb{
	font-size: 130%;
	font-weight: bold;
	padding: 12px 10px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto 30px;
	background: rgba(0,0,0,0.60);
	color: #FFFFFF;
}
	


	
/*イメージ*/
.caption {
	font-size: 80%;
	line-height: 140%;
	font-weight: bold;
	padding-top: 10px;
}
	
.frimg01 {
	float: right;
	margin: 5px 0 30px 30px;
	width: 320px;
}
	
.frimg02 {
	float: right;
	margin: 5px 0 30px 50px;
}

.flimg01 {
	float: left;
	margin: 5px 30px 30px 0;
	width: 320px;
}

.flimg02 {
	float: left;
	margin: 10px 50px 40px 0;
}
	
.flimg03 {
	float: left;
	margin: 10px 15px 10px 15px;
}
	
.prof_img {
	float: right;
	margin: 0 0 0 30px;
	padding-bottom: 0;	
}

.img_icon {
	width: 450px;
	margin: 0 auto;
	text-align: center;
}
	
	
	
	
/*ボーダー*/
.dash
{
	border-bottom: dashed #fd100a 3px;
}

.dashg
{
	border-bottom: dashed #AEAEAE 1px;
}

	

	
/*フロート*/
	
.fr {
	float: right;
}
	
.fl {
		float: left;
}	
	

	
/*box*/

	
	
/*右box*/
.fr_box {
	float: right;
	width: 280px;
	padding: 20px;
	font-size: 70%;
	line-height: 180%;
	background: #FFFFFF;
	margin-left: 50px;
	word-wrap: break-word;
}
	
/*書籍box*/	
.books{
	width: 100%;
	margin: 10px auto;
	border: 1px solid #C0C0C0;
	background: #EDEDED;
	padding: 10px;
}
	
	
	
/*影付きbox*/
.box_01 {
	box-sizing: border-box;
	border: 1px #CACACA solid;
	background: #FFFFFF;
	padding: 15px 50px 20px;
	-moz-box-shadow:3px 3px 0px -1px #dedede;
	-webkit-box-shadow:3px 3px 0px -1px #dedede;
	box-shadow:3px 3px 0px -1px #dedede;
}

	
/*グレーボーダー付き角丸box*/
.box_01b {
	box-sizing: border-box;
	border: 5px #E0E0E0 solid;
	background: #FFFFFF;
	padding: 40px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

	
/*黒ボーダー付きbox*/
.box_bbk {
	box-sizing: border-box;
	border: 1px #000000 solid;
	background: #FFFFFF;
	padding: 5px 10px 0;
	margin-bottom: 30px;
}

	
	
/*角丸影つきbox*/
.box_02 {
	box-sizing: border-box;
	background: #FFFFFF;
	padding: 40px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:3px 3px 0px -1px #dedede;
	-webkit-box-shadow:3px 3px 0px -1px #dedede;
	box-shadow:3px 3px 0px -1px #dedede;
}

	
/*白背景box*/
.box_white {
	box-sizing: border-box;
	background: #FFFFFF;
	padding: 20px 40px;
}
	
	
/*白背景影つきbox*/
.box_white_s {
	box-sizing: border-box;
	background: #FFFFFF;
	padding: 40px;
	-moz-box-shadow:0px 0px 6px 2px rgba(196,199,212,0.9);
	-webkit-box-shadow:0px 0px 6px 2px rgba(196,199,212,0.9);
	box-shadow:0px 0px 6px 2px rgba(196,199,212,0.9);
}



	
	
/*屋根付きbox*/	
.box_head {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	padding: 25px 0 20px;
}

.box_body {
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	padding: 40px;
}
	
	
	
/*box3つ*/
ul.box3 {
    margin: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 1000px;
}
	
ul.box3 li {
    margin: 50px 5px 0px 5px;
    padding:80px 30px 30px;
    width:323px;
    background: #FFFFFF;
    list-style:none;
	word-wrap: break-word;
	position: relative;
}
	
ul.box3 .number {
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 999999;
}
	
/*box3つv2*/
ul.box3v2 {
    margin: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 880px;
}
	
ul.box3v2 li {
    margin: 50px 10px 0px;
    padding:80px 5px 30px;
    width:270px;
    background: #FFFFFF;
    list-style:none;
	word-wrap: break-word;
	position: relative;
}
	
ul.box3v2 .number {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 999999;
}	

ul.box3v2 .box3_title {
	font-size: 100%;
	color: #171c60;
	font-weight: bold;
	line-height: 170%;
	text-align: center;
}
	
ul.box3v2 p {
	font-size: 90%;
	line-height: 200%;
}

/*box3つナンバー無し*/	
ul.box3v3 {
    margin: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 960px;
	box-sizing: border-box;
}
	
ul.box3v3 li {
    margin: 10px 5px 0px;
    padding:20px 20px 20px;
    width:310px;
    background: #FFFFFF;
    list-style:none;
	word-wrap: break-word;
	position: relative;
	box-sizing: border-box;
	font-size: 90%;
	line-height: 200%;
}

ul.box3v3 li:nth-child(1){
	margin: 10px 5px 0px 0;
}
	
ul.box3v3 li:nth-child(3){
	margin: 10px 0 0px 5px;
}
	
ul.box3v3 li .qa {
	margin: 0 auto 5px;
	width: 60px;
}
	
	
	
	
/*box3つ（2つ対応）ナンバー無し*/	
ul.box3v4 {
    margin: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 960px;
	box-sizing: border-box;
}
	
ul.box3v4 li {
    margin: 10px 5px 0px;
    padding:40px 20px 20px;
    width:310px;
    background: #FFFFFF;
    list-style:none;
	word-wrap: break-word;
	position: relative;
	box-sizing: border-box;
	font-size: 90%;
	line-height: 210%;
	-moz-box-shadow:3px 3px 0px -1px #dedede;
	-webkit-box-shadow:3px 3px 0px -1px #dedede;
	box-shadow:3px 3px 0px -1px #dedede;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

ul.box3v4 li.b2 {
	width:470px !important;
}

ul.box3v4 li:nth-child(1){
	margin: 10px 5px 0px 0;
}
	
ul.box3v4 li:nth-child(2){
	margin: 10px 0 0px 5px;
}

ul.box3v4 li:nth-child(3){
	margin: 10px 5px 0px 0;
}
	
ul.box3v4 li:nth-child(5){
	margin: 10px 0 0px 5px;
}
	
ul.box3v4 li .qa {
	margin: 0 auto 5px;
	width: 60px;
}


	
/*box5つ*/	
ul.box5 {
    margin: 0 auto;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 900px;
	box-sizing: border-box;
}
	
ul.box5 li {
    margin: 0 0 0;
    padding: 0px 20px 0px;
    width:180px !important;
    list-style: none;
	word-wrap: break-word;
	position: relative;
	box-sizing: border-box;
	font-size: 75%;
	line-height: 200%;
}
	
	
	

	
/*テスティ*/
ul.testy {
    margin: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:960px;
}
	
ul.testy li {
    margin: 50px 10px 0px 10px;
    padding:80px 50px 50px;
    width:460px;
    background: #FFFFFF;
    list-style:none;
	word-wrap: break-word;
	position: relative;
}
	
ul.testy .prof {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 999999;
}	

/*インデックス*/
ul.index {
    margin: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 1000px;
	background: #FFFFFF;
/*	font-size: 80%;*/
}
	
ul.index li {
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    width:460px;
    list-style:none;
	word-wrap: break-word;
}

.chapter {
	border-left: 4px solid #cc0000;
	border-bottom: 1px dotted #999999;
	padding: 0 0 10px 10px;
	margin: 0 0 20px 0;
	font-weight: bold;
	/*font-size: 110%;*/
}

	
ul.check_index  {
    list-style: none;
    padding:0 0 0 3px !important;
    margin-bottom:20px;
}
ul.check_index li { 
    padding-left: 2em;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
    text-indent: -.7em;
	line-height: 32px;
}
ul.check_index li:before {
    content: "○ ";
    margin-left: -1.25em;
    margin-right: 0.1em;
    color: #cc0000;
    font-size: 1.25em;
    position: relative;
    top: 0.25em;
}	
	
.indexbook {
	float: right;
	z-index: 999;
	margin-top: -100px;
	margin-right: 20px;
}

	
/*メリット*/
ul.merit {
    margin: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:960;
}
	
ul.merit li {
    margin: 20px 10px 0px 10px;
    padding:30px;
    width:480px;
    background: #a3dbfc;
    list-style:none;
	word-wrap: break-word;
	position: relative;

}
	
	
/*ブレッド*/
ul.check li {
	margin-left: 2em;
	list-style: disc;
	padding-bottom: 10px;
	line-height: 160%;
}

/*偶数行に適応*/
/*ul.check li:nth-child(even){
    font-weight:bold;
}*/

ul.check01 {
	margin: 20px 0 0 1.3em;
	padding-left: 0;
	line-height: 160%;
	width: 95%;
}

ul.check01 li {
	list-style: none;
	margin-top: 8px;
	padding: 2px 0 10px 38px;
	background: url(../../nh01/images/check_red.png) left top no-repeat;
	background-size: 27px auto;
}
	
	
ul.check02 {
	margin: 30px 0 35px 1.3em;
	padding-left: 0;
	line-height: 160%;
	width: 95%;
}

ul.check02 li {
	list-style: none;
	margin-top: 8px;
	padding-bottom: 8px;
	background: url(../../nh01/images/check_square_GA.png) left top no-repeat;
	padding-left: 38px;
	background-size: 30px 25px;
}

/*偶数行に適応*/
/*ul.check02 li:nth-child(even){
    font-weight:bold;
}*/

	
ul.check03 {
	margin: 20px 0 25px 1.3em;
	padding-left: 0;
	line-height: 160%;
	width: 95%;
}

ul.check03 li {
	list-style: none;
	border-bottom: dotted 1px #999999;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 38px;
	background: url(../../nh01/images/check_square_y.png) left top no-repeat;
	background-size: 30px 25px;
}
	
ul.check03 li:last-child{
    border-bottom: none;
}
	
/*奇数行に適応*/
/*ul.check03 li:nth-child(odd){
    font-weight:bold;
}*/
	

	
	
ul.check04 {
	margin: 20px 0 25px 1.3em;
	padding-left: 0;
	line-height: 160%;
	width: 95%;
}

ul.check04 li {
	list-style: none;
	border-bottom: dotted 1px #999999;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 38px;
	background: url(../../nh01/images/check_square2.png) left top no-repeat;
	background-size: 30px 25px;
}
	
ul.check04 li:last-child{
    border-bottom: none;
}
	
/*奇数行に適応*/
ul.check04 li:nth-child(odd){
    font-weight:bold;
}

	
	
/*ナンバーブレッド*/
ol.number {
	margin: 20px 0 0 1.3em;
    counter-reset: number;
	padding-left: 0;
	line-height: 160%;
	width: 95%;
}

ol.number li{
	list-style: none;
	position: relative;
	padding: 2px 0 10px 38px;
	margin: 8px 0 1em 0;
    text-align: -webkit-match-parent;
}

ol.number li:before{
    counter-increment: number;
    content: counter(number);
    background: #cc0000;
	position: absolute;
	padding: 1px;
	left: 0em;
    width: 1.4em;
    height: 1.4em;
    text-align: center;
	border-radius: 50%;
    color: #fff;
	font-weight: bold;
}
	
/*ナンバーブレッド(数字の途中から)	*/
ol.number_02 {
	margin: 20px 0 0 1.3em;
	counter-reset: number 20; /*数字の初期値*/
	padding-left: 0;
	line-height: 160%;
	width: 95%;
}

ol.number_02 li{
	list-style: none;
	position: relative;
	padding: 2px 0 10px 38px;
	margin: 8px 0 1em 0;
    text-align: -webkit-match-parent;
}

ol.number_02 li:before{
    counter-increment: number 1; /*数字の増加数*/
    content: counter(number);
    background: #cc0000;
	position: absolute;
	padding: 1px;
	left: 0em;
    width: 1.4em;
    height: 1.4em;
    text-align: center;
	border-radius: 50%;
    color: #fff;
	font-weight: bold;
}
	
	
	
.info {
	border-left: 5px #B6B6B6 solid;
	padding-left: 10px;
	margin-bottom: 30px;
	font-size: 90%;
}

.button_01 {
	width: 500px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background: #FF7D00;
	padding: 12px 10px 10px 10px;
	border: 2px solid #FF7D00;
	line-height: 150%;
	letter-spacing: 1px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px #D24400;
	transition: 0.5s ;
}

.button_01:hover {
	color: #FFF;
	background: #d86a01;
	border: 2px solid #d86a01;
}

.button_01_end {
	width: 500px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background: #CCC;
	padding: 12px 10px 10px 10px;
	border: 2px solid #CCC;
	line-height: 150%;
	letter-spacing: 1px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px #999;
}

.button_02 {
	width: 160px;
	margin: 0 auto 15px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #FF7D00;
	padding: 5px;
	border: 1px solid #FF7D00;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.button_02:hover {
	color: #FFF;
	background: #d86a01;
	border: 1px solid #d86a01;
}

.button_02_end {
	width: 160px;
	margin: 0 auto 15px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #CCC;
	padding: 5px;
	border: 1px solid #CCC;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
	
.button_03 {
	width: 500px;
	margin: 0 auto;
	font-size: 140%;
	font-weight: bold;
	color: #000033;
	background: #eaa500;
	padding: 20px 10px 15px 10px;
	border: 2px solid #eaa500;
	line-height: 150%;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px #936900;
	transition: 0.5s ;
}

.button_03:hover {
	color: #000033;
	background: #ffbf00;
	border: 2px solid #ffbf00;
}

.button_03_end {
	width: 500px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background: #CCC;
	padding: 12px 10px 10px 10px;
	border: 2px solid #CCC;
	line-height: 150%;
	letter-spacing: 1px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
/*	box-shadow: 2px 2px #999;*/
}
	

.button_q {
	margin: 20px auto 0;
	font-size: 24px;
	width: 400px;
	padding: 5px 20px;
	background: #FC0;
	border-radius: 10px;
	border: none;
	box-shadow:2px 2px #E1AE00;
}

/*テーブル*/
table.type1 {
	border-collapse: separate;
	border-spacing: 2px;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto;
}
	
table.type1 th {
	width: 33%;
	padding: 10px;
	vertical-align: middle;
	color: #fff;
	font-weight: normal;
	background: #111;
}
	
table.type1 td {
	width: 33%;
	padding: 20px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #FFFFFF;
	background: #fff;
	vertical-align: middle;
}


	
	
table.type2 {
	border-collapse: separate;
	border-spacing: 0px;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto;
	font-size: 75%;
	width: 870px;
}
	
table.type2 th {
	padding: 10px 0 5px 0;
	vertical-align: middle;
	font-weight: bold;
	background: #D3D3D3;
	border-right: 1px solid #fff;
	border-top: 1px solid #999;
}
	
table.type2 td {
	padding: 20px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background: #fff;
	vertical-align: middle;
}

table.type2 th:nth-child(1){
	width: 25%;
	padding: 10px 0 5px 0;
	border-left: 1px solid #999;
}	

table.type2 td:nth-child(1){
	width: 25%;
	padding: 10px;
	border-left: 1px solid #999;
}	

table.type2 th:nth-child(2){
	width: 18%;
	padding: 10px;
}	

table.type2 td:nth-child(2){
	width: 18%;
	padding: 10px;
}
	
table.type2 th:nth-child(3){
	width: 20%;
	padding: 10px;
}	

table.type2 td:nth-child(3){
	width: 20%;
	padding: 10px;
}

table.type2 th:nth-child(4){
	width: 35%;
	padding: 10px;
	border-right: 1px solid #999;
}	

table.type2 td:nth-child(4){
	width: 35%;
	padding: 10px;
	text-align: left;
	border-right: 1px solid #999;
}

	
table.service {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
table.service th,
table.service td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}
table.service th {
  background-color: #eee;
  text-align: left;
}



#footer {
    clear: both;
    background: #0F0F0F;
    font-size: 10px;
    color: #FFFFFF;
    padding: 0;
    margin: 0 auto;
    line-height: 110%;
}
	
#footer section {
	width: 960px;
	margin: 0 auto;
    padding: 0;
}

#footer_logo {
	float: left;
	margin: 5px 0 0 0;
	width: 110px;
}

a {
    text-decoration: none;
}

#direct_navi a {
    color: #FFF;
    text-decoration: none;
 }

.move-item {
	overflow: hidden;
	transition: .8s;
	opacity: 0;
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,60px);
	transform: translate(0,60px);
}

.move{
	opacity: 1.0;
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

#page_top {
    position: fixed;
    bottom: 0px;
    right: 20px;
    font-size: 77%;
}
#page_top a {
    background: rgba(0,0,51,0.9);
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 30px 0;
    text-align: center;
    display: block;
}
#page_top a:hover {
    text-decoration: none;
    background: rgba(0,0,51,0.5);
}
	
	
}