
body{
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-family:'Verdana', 'Arial', 'Helvetica', sans-serif;
	margin:0;
	padding:0;
}
img{
	max-width:100%;
  height:auto;
}
dl,dt,dd {
  padding: 0;
  margin: 0;
}

dd {
  overflow-wrap: break-word;
}

th {
  border: 1px solid #666;
  padding: 1rem;
  background-color: #eee;
}
td {
  border: 1px solid #666;
  padding: 1rem;
  text-align: center;
}
table {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.6;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.m-auto {
  margin: 0 auto;
}

.w-600 {
  max-width: 600px;
  height: auto;
  width: 100%;
}
.text-left {
  text-align: left;
}

.wrapper {
  background-color:#f4f4f4;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.container{
  margin: 0 auto;
  background-color:#ffffff;
  max-width:1120px;
}
.section {
  margin: 0 auto;
  padding: 2rem 1rem 6rem;
  border-bottom: 1px solid #ddd;
  max-width: 900px;
}
.sec-last-child {
  border-bottom: none;
}
.sec-title {
    text-align: center;
    margin: 2rem auto 2rem;
    line-height: 1.6;
}
.heading-title {
  text-align: center;
  margin: 2rem auto 0;
}
.table-inner {
  max-width: 700px;
  margin: 2rem auto;
}
.text-center {
  text-align: center;
}
.graph-img {
  max-width: 600px;
  width: 100%;
  border: 1px solid #ddd;
}
.gray-outline {
  border: 1px solid #ddd;
}
.push-img {
  max-width: 700px;
  width: 100%;
}
.caption{
  display: block;
  font-size: 0.75rem;
  color: #999;
  line-height: 1.4;
}
.head-title {
  padding: 4.5rem;
  text-align: center;
  background: rgb(255,210,126);
  background: linear-gradient(90deg, rgba(255,210,126,1) 0%, rgba(255,126,46,1) 100%);
  color: #fff;
}
.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.d-flex-image {
  padding: 1rem;
  text-align: center;
  margin: 0;
}

.w-25 {
  width: 25%;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.video-container {
  text-align: center;
  margin: 0 auto;
  @media screen and (max-width: 768px) {
    position: relative;
    padding-top: 56.25%;
  }
}
.video-container iframe {
  @media screen and (max-width: 768px) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.video-container-ir202412 {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 0;
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.d-flex-top {
  display: flex;
  justify-content: center;
  align-items: top;
  max-width: 900px;
  margin: 0 auto;
}

.distribution {
  line-height: 2;
}

.service {
  line-height: 2;
}
.service h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
  border-bottom: 3px solid orange;
  display: inline-block;
  letter-spacing: 0.125rem;
}


.futuretora {
  line-height: 2;
}
.futuretora-img {
  max-width: 700px;
  margin-bottom: 2rem;
}

.secondhalfpolicy {
  line-height: 1.5;
  margin-top: 4rem;
}
.secondhalfpolicy p {
  border: 2px solid #ddd;
  padding: 1.25rem 2rem;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}

.aboutcompany {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem;
  background-color: #F8F8F8;
  border-radius: 10px;
  text-align: center;
}
.related {
  max-width: 900px;
  margin: 4rem 0 auto;
  padding: 2rem 1rem;
  background-color: #F8F8F8;
  border-radius: 10px;
  text-align: center;
}
.aboutcompany h3 {
  margin-bottom: 2rem;
}
.aboutcompany-inner {
  margin: 0 auto;
  display: block;
  max-width: 700px;
  line-height: 2;
}
.aboutcompany dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  font-size: 0.9rem;
}
.aboutcompany dt {
  width: 32%;
  text-align: right;
  padding: 0.75rem 1rem 0.75rem 0 ;
  /* border-top: 1px solid #ddd; */
  font-weight: bold;
  color: #555;
}
.aboutcompany dd {
  width: 65%;
  text-align: left;
  padding: 0.75rem 0 ;
  /* border-top: 1px solid #ddd; */
}

.references {
  max-width: 900px;
  margin: 2rem auto;

}
.references p {
  font-size: 0.8rem;
  margin: 0 1rem;
}

@media screen and (max-width: 768px) {
  .side-menu-btn,.side-menu {
    display: none;
  }
  #js__sideMenuBtn {
    display: none;
  }
  .head-title {
    padding: 2rem;
    margin-top: 40px;
  }
  .sec-title br {
    display: none;
  }
  .d-flex {
    flex-direction: column;
  }
  .d-flex-top {
    flex-direction: column;
    align-items: center;
  }


  .futuretora-img {
    width: 100%;
  }


  .aboutcompany dl {
    flex-direction: column;
  }
  .aboutcompany dt {
    width: 100%;
    text-align: center;
    padding: 0.75rem 0 0.25rem;
  }
  .aboutcompany dd {
    width: 100%;
    text-align: center;
    border-top: none;
    padding: 0.25rem 0rem 0.75rem;
  }
}





/*----- body-pr(pc) -----*/
.pr-hero {
  max-width: 50%;
  margin: 0 auto 20px auto;
}

@media screen and (max-width: 768px) {
  .pr-hero {
    max-width: 100%;
    padding: 0 5px;
  }
}

.body-pr .pr-img{
  width: 50%;
}

.body-pr .pr-img img {
  padding: 0;
  margin: 5px;
}

.body-pr .pr-link {
  color: #446DA5;
  text-decoration: underline;
}

.body-pr .pr-link:hover{
  text-decoration: none;
}

.body-pr .imgbox  ul {
  max-width:100%;
	margin:10px;
	padding: 0;
	list-style-type:none;
	display:flex;
}

.body-pr .imgbox  ul li {
  max-width:50%;
  margin:0;
}

.body-pr .imgbox  ul li img {
  width: 100%;
  height: auto;
  padding: 0;
}

/*----- �摜�p -----*/
.imgbox01{
	max-width:100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	zoom:1;
}
.imgbox01 ul{
	max-width:100%;
	margin:10px;
	padding: 0;
	list-style-type:none;
	position: relative;
	display:inline-block;
}
.imgbox01 ul li{
	max-width:100%;
	font-size:7pt;
	line-height:150%;
	margin:0;
	padding:2px;
	text-align:center;
	position: relative;
	display:inline-block;
}

.imgbox02{
	max-width:100%;
	text-align:center;
	overflow: hidden;
	position: relative;
	zoom:1;
}
.imgbox02 ul{
	max-width:100%;
	margin:10px;
	padding: 0;
	list-style-type:none;
	position: relative;
	display:inline-block;
}
.imgbox02 ul li{
  vertical-align: top;
  border: 1px solid #cccccc;
  border-radius: 3px;
	width:280px;
	font-size:10pt;
	line-height:150%;
	margin:5px;
	padding:10px;
	text-align:center;
	position: relative;
	display:inline-block;
}
.imgbox02 ul li span{
	font-size:7pt;
	line-height:100%;
}

/*----- �e�L�X�g���� -----*/
.em01{
	font-weight: bold;
}
.end01{
	color: #ffffff;
	font-weight: bold;
	background-color: #ff0000;
	border:1px solid #ff0000;
}
/*----- ���ӎ��� -----*/
ul.attention{
	text-align:left;
	margin:15px 30px;
	padding:0;
}
ul.attention li{
	margin:0;
	padding-bottom:5px;
	color: #FF0000;
	font-size:10pt;
}
/*----- �R�s�[���C�g -----*/
.copyright{
	margin: 20px 0;
	text-align: center;
	font-size: 9pt;
}

/*----- �E���{�^�� -----*/
#page-top{
	z-index:999;
	position:fixed;
	right:10px;
	bottom:0px;
	display:none;
}
#page-top button{
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-family:"Century Gothic";
	background-color:rgba(0,0,0,0.4);
	font-size:11pt;
	color:#ffffff;
	border: 0;
	width: 80px;
	height: 60px;
	-moz-border-radius:20px 20px 0 0;    /* Firefox */
	-webkit-border-radius:20px 20px 0 0; /* Safari,Chrome */
	border-radius:20px 20px 0 0;         /* CSS3 */
}
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
#page-top p:hover{
}
#page-top p a{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
/*----- footer -----*/
footer{
  font-size:9pt;
  background-color:#222222;
  color:#ffffff;
  padding:10px 0px;
  text-align: center;
}
footer a:link { color: #ffffff; text-decoration: none;}
footer a:visited { color: #ffffff; }
footer a:hover {color: #999999;}
footer a:active { color: #ffffff; }







/*============================================= �X�}�t�H�p =============================================*/
@media screen and (max-width:768px)
{
	/*----- �S�� -----*/
	.content{padding-top:40px;}/* �X�}�t�H�p���j���[���g���Ȃ��ꍇ�͂��������� */
  .globalnav{display: none}

  .back_list{
    font-size: 10pt;
    border-bottom: 1px solid #cccccc;
    padding:5px;
    margin: 0 0 20px 0 ;
  }
	.mainimg {
		margin:0;
		padding:0;
	}
	.mainimg img {
		max-width:900px;
		min-width:200px;
		width:100%;
    margin:0;
    padding:0;
    display: block;
	}
  .info_top{
    padding:20px 0;
    margin: 0;
    text-align: center;
    background-color:#ffffff;
    font-size: 11pt;
    font-weight: bold;
    box-shadow:0 1px 1px 1px rgba(0,0,0,0.3);
  }
  .pc{display: none;}

  /*----- �Z�N�V����(���ږ��Ɏg�p) -----*/

  article , section{ margin: 0; padding:0;}
	.box01{
		margin:0 5px 20px 5px;
		padding:10px;
	}

  /*----- body-pr(���o�C��) -----*/
  .body-pr .pr-img{
    width: 100%;
  }

  .body-pr .imgbox  ul {
  	display:block;
  }

  .body-pr .imgbox  ul li {
    max-width:100%;
    margin:0;
  }
  /*----- body-pr(���o�C��) -----*/

	.box01 img{
    padding:10px;
		margin:0 auto;
    display: block;
	}
  .box02{
    margin: 0;
    padding: 0;
  }
	.box02 img{
		margin:0 auto;
    display: block;
	}

  /*----- �����j���[ -----*/
  .left_menu ul{
    list-style-type: none;
    margin: 5px;
    padding: 0;
  }
  .left_menu li{
    display: inline;
    text-align: left;
    font-size:14px;
    margin: 0;
    padding: 0;
  }
  .left_menu li a{
    color: #000;
    display: block;
    width: 94%;
    padding: 10px 0px 10px 20px;
    margin: 10px 0;
    letter-spacing:5px;
    border-radius:5px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    box-shadow:1px 1px 1px 1px rgba(0,0,0,0.3);
    background-color:#ffffff;
  }
  .left_menu li a:before {
    content: '>';
    display:inline-block;
    padding: 0 10px 0 0;
    color: #ff9900;
  }
  .left_menu li a:hover{
    background-color: #ff9900;
    color: #ffffff;
  }

  .left_menu02 ul{
    list-style-type: none;
    margin: 0 5px 30px 5px;
    padding: 0;
  }
  .left_menu02 li{
    display: inline;
    text-align: center;
    font-size:14px;
  }
  .left_menu02 li a{
    color: #000;
    display: block;
    width: 97%;
    padding: 30px 0;
    margin: 10px 0;
    border-radius:5px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    box-shadow:1px 1px 1px 1px rgba(0,0,0,0.3);
    border: 5px solid #ffffff;
    text-shadow:0 1px 0 #fff,1px 0 0 #fff,0 -1px 0 #fff,-1px 0 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
  }
  .left_menu02 li a:hover{color: #ff9900;}
  .l_shop_bg{background:url("img/l_shop_bg.jpg") top right no-repeat;}
  .l_tuhan_bg{background:url("img/l_tuhan_bg.jpg") top right no-repeat;}

  /*----- �^�񒆃��j���[ -----*/
  .center_menu ul{
    list-style-type: none;
    margin: 5px;
    padding: 0;
  }
  .center_menu li{
    display: inline;
    text-align: left;
    font-size:14px;
    margin: 0;
    padding: 0;
  }
  .center_menu li a{
    color: #000;
    display: block;
    width: 95%;
    padding: 10px 0px 10px 20px;
    margin: 10px 0;
    letter-spacing:5px;
    border-radius:5px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    box-shadow:1px 1px 1px 1px rgba(0,0,0,0.3);
    background-color:#ffffff;
  }
  .center_menu li a:before {
    content: '>'; /* �������Ƀ��X�g�}�[�J�[�ɂ��������������ݒ� */
    display:inline-block;
    padding: 0 10px 0 0;
    color: #ff9900;
  }
  .center_menu li a:hover{
    background-color: #ff9900;
    color: #ffffff;
  }

  /*----- �X�V���� -----*/
  .newstext{
    /*max-height:150px;*/
  	margin:0;
  	padding:10px 10px 0 10px;
  	overflow:auto;
  	text-align:left;
  	line-height:1.2em;
  }
  .newstext dt{
  	font-size:11pt;
  	font-weight:bold;
    margin:0;
    padding: 0;
    font-family:"Century Gothic";
  }
  .newstext dd{
  	font-size:10pt;
  	margin:0px 0 10px 0;
  	padding:0;
  }

	/*----- ���o��(�t�H���g�T�C�Y�̂ݎw��) -----*/
  h1{font-size:18pt;}
  h2{font-size:16pt;}
	h3{font-size:11pt;}
	h4{font-size:11pt;}
	h5{font-size:11pt;}
	h6{font-size:11pt;}
	h7{font-size:10pt;}

	/*----- �e�L�X�g�p -----*/
	.textbox01{
		font-size:10pt;
		margin:10px 0;
		padding:0;
		line-height:180%;
	}
	.frame01 .textbox01{
		font-size:10pt;
		margin:10px 5px;
		padding:0;
		line-height:180%;
	}
  .textbox01 dt{
    font-size:10pt;
		float:left;
		margin:0;
		padding:5px;
    line-height:200%;
    width: 96px;
    border-top: 1px solid #cccccc;
	}
	.textbox01 dd{
    font-size:10pt;
		margin-left:100px;
    padding:5px;
    line-height:200%;
    border-top: 1px solid #cccccc;
	}
  /*----- �㕔���j���[ -----*/
  #top_menu{display: none;}
  .rb {
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
		font-family:"���C���I","Meiryo","�q���M�m�p�S ProN W3","Hiragino Kaku Gothic ProN","�l�r �o�S�V�b�N","MS P Gothic",Verdana, Arial, Helvetica, sans-serif;
		font-size:50%;
		font-weight:normal;
	}

  /*----- �㕔���S -----*/
  .s_logo{
    position: fixed;
    top: 6px;
    left: 5px;
    z-index:99999;
  }
  .s_logo img{
    width: 100px;
  }

	/*----- �X�}�z�p���j���[ -----*/
	.side-open .wrapper,
	.side-open .overlay {
  	-webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
	}
	.overlay {
		z-index: 993;
		content: '';
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0);
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.overlay::after {
		content: "";
		visibility: hidden;
		position: fixed;
		top: 40%;
		left: 0;
		display: block;
		width: 100%;
		height: 50px;
		color: rgba(255,255,255,0);
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.side-open .overlay {
		visibility: visible;
		cursor: pointer;
		background: rgba(0,0,0,0.7);
	}
	.side-open .overlay::after {
		visibility: visible;
		color: rgba(255,255,255,.8);
	}

	.side-menu {
		z-index: 991;
		background-color:#444444; /* ���j���[�̃J���[���ύX�����ꍇ�͂������ς��� */
		position: fixed;
		top: 0;
		right: 0;
		width: 150px;
		height: 100%;
		padding-top: 40px;
		text-align: left;
		font-size: 13px;
		overflow:auto;
	}

	.side-menu  ul{
		margin: 0;
		padding: 0;
	}
	.side-menu  li{
		vertical-align: middle;
		border-bottom: solid 1px #ffffff;
		list-style: none;
		padding:15px 0;
		margin: 0;
	}
	.side-menu  li a{
		display: block;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}

	#side-menu-btn_bg{
		z-index: 993;
		background-color:#444444; /* ���j���[�̃J���[���ύX�����ꍇ�͂������ς��� */
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width:100%;
		height:40px;
	}
	.side-menu-btn {
		z-index: 994;
		display: block;
		width: 50px;
		height:40px;
		position: fixed;
		top: 0;
		right: 0;
		text-align: right;
	}
	.side-menu-btn span {
		display: block;
		background: #ffffff;
		width: 24px;
		height: 2px;
		position: absolute;
		left: 9px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
	}
	.side-menu-btn span:first-child {top: 12px;}
	.side-menu-btn span:nth-child(2) {
		margin-top: -1px;
		top: 50%;
	}
	.side-menu-btn span:last-child {bottom: 12px;}
	.side-menu-btn.active span:first-child {
		-webkit-transform: translateY(7px) rotate(45deg);
		-moz-transform: translateY(7px) rotate(45deg);
		-ms-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
	.side-menu-btn.active span:nth-child(2) {opacity: 0;}
	.side-menu-btn.active span:last-child {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		-moz-transform: translateY(-7px) rotate(-45deg);
		-ms-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
}






/*============================================= PC�p =============================================*/
@media screen and (min-width:769px) and (max-width:1199px)
{
	/*----- �Z�N�V����(���ږ��Ɏg�p) -----*/
  .box01{
		margin:0 10px 20px 10px;
		padding:10px;
    overflow: hidden;
	}

  .box02{
    border: 1px solid #cccccc;
    margin:0 10px;
    overflow: hidden;
		padding:0px;
    background-color:#ffffff;
    border-radius:3px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    /*box-shadow:1px 1px 1px 1px rgba(0,0,0,0.3);*/
  }
  .s_banner{display: none;}

  .right_img{float:right; margin:0 0 10px 10px;}

	/*----- �e�[�u�� -----*/
	.section_table{
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		display: table;
		overflow:hidden;
		width:100%;
		margin:10px 0;
		background-color:#ffffff;
		-moz-border-radius: 3px;    /* Firefox */
		-webkit-border-radius: 3px; /* Safari,Chrome */
		border-radius: 3px;         /* CSS3 */
	}
	.b_box{
    max-width: 500px;
	}
	.s_box{
    width: 100%;
  	vertical-align: top;
    margin:0;
    padding:0;
  	position: relative;
  	display:inline-block;
	}
	article{
    display: table;
    padding:20px 10px 50px 10px;
    margin: 0 auto;
	}
	.t_left{
    width:250px;
	}
	section{
    display: table-cell;
    vertical-align: top;
    padding: 0;
	}

  /*----- �㕔���j���[ -----*/
  #top_menu .active{
    box-shadow: 0px 10px rgb(255,138,0) inset;
    color:#ffffff;
  }

	#top_menu{
    position: relative;
		width:100%;
		font-family:"Century Gothic";
		background-color:#ffffff;
		margin: 0;
		padding: 0;
		text-align:right;
		letter-spacing:5px;
		list-style-type:none;
		display:inline-block;
	}
  .s_logo{display: none}
  .logo{
    position:absolute;
    top:15px;
    left:20px;
  }
  .logo img{
    width: 160px;
  }
	#top_menu ul{
		margin:0;
		padding:0;
	}
	#top_menu li{
		line-height:0.9em;
    text-align: center;
    font-weight: bold;
    font-size:11pt;
		margin:0;
		padding:25px 15px;
		vertical-align: top;
		position: relative;
		display:inline-block;
	}

	#top_menu a:link { color: #000000; display:block; height: 50;}
	#top_menu a:visited { color: #000000; }
	#top_menu a:hover {color: #444444;}
	#top_menu a:active { color: #000000; }
	.rb {
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
		font-family:"���C���I","Meiryo","�q���M�m�p�S ProN W3","Hiragino Kaku Gothic ProN","�l�r �o�S�V�b�N","MS P Gothic",Verdana, Arial, Helvetica, sans-serif;
		font-size:80%;
		font-weight:normal;
	}

	/*----- �X�}�z�p���j���[ -----*/
  .sp_menu{display: none;}

	/*----- �ς񂭂����j���[ -----*/
  .back_list{
    font-size: 10pt;
    border-top: 1px solid #cccccc;
    padding:5px 50px;
  }

	/*----- ���C���摜 -----*/
	.mainimg {
    width: 100%;
    z-index: 0;
		margin:0 auto;
		padding:0;
    position: relative;
	}
	.mainimg img {
    margin:0;
    padding:0;
    display: block;
  }

  .info_top{
    z-index:1;
    position: absolute;
    bottom:20px;
    right: 0;
    padding:20px 40px;
    margin: 0;
    text-align: center;
    background-color:rgba(255,255,255,0.6);
    font-size: 20pt;
    font-weight: bold;
    box-shadow:2px 2px 2px 2px rgba(0,0,0,0.3);
    border-radius:50px 0px 0px 50px;         /* CSS3 */
  }

  .twitter{margin: 0; padding: 0; width:100%;}
  /*.newstext{max-height:490px;}*/

  /*----- �����j���[ -----*/
  .left_menu .active{
    background-color:#ff9900;
    color:#ffffff;
  }

  .left_menu ul{
    list-style-type: none;
    margin:0;
    padding: 0;
  }
  .left_menu li{
    display: inline;
    text-align: left;
    font-size:14px;
  }
  .left_menu li a{
    color: #000;
    display: block;
    width: 200px;
    padding: 20px;
    margin: 10px 0;
    letter-spacing:1px;
    border-radius:3px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    box-shadow:1px 1px 1px 1px rgba(0,0,0,0.3);
  }
  .left_menu li a:before {
  	content: '>'; /* �������Ƀ��X�g�}�[�J�[�ɂ��������������ݒ� */
    display:inline-block;
    padding: 0 10px 0 0;
    color: #ff9900;
  }
  .left_menu li a:hover{
    background-color: #ff9900;
    color: #ffffff;
  }
  .left_menu02 ul{
    list-style-type: none;
    margin-top: 38px;
    padding: 0;
  }
  .left_menu02 li{
    display: inline;
    text-align: center;
    font-size:14px;
  }
  .left_menu02 li a{
    color: #000;
    display: block;
    width: 230px;
    padding: 36px 0;
    margin: 10px 0;
    border-radius:5px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    box-shadow:1px 1px 1px 1px rgba(0,0,0,0.3);
    border: 5px solid #ffffff;
    text-shadow:0 1px 0 #fff,1px 0 0 #fff,0 -1px 0 #fff,-1px 0 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
  }
  .left_menu02 li a:hover{color: #ff9900;}
  .l_shop_bg{background:url("img/l_shop_bg.jpg") top right no-repeat;}
  .l_tuhan_bg{background:url("img/l_tuhan_bg.jpg") top right no-repeat;}

  /*----- �������j���[ -----*/
  .center_menu ul{
    list-style-type: none;
    padding: 0;
    overflow: hidden;
  }
  .center_menu li{
    float: left;
    width: 50%;
    display: inline;
    text-align: left;
    font-size:11pt;
  }
  .center_menu li a{
    color: #000;
    display: block;
    padding: 20px 10px;
    margin: 10px 10px;
    border: 1px dotted #cccccc;
    letter-spacing:1px;
    border-radius:3px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    background-color:#ffffff;
  }
  .center_menu li a:before {
  	content: '>';
    display:inline-block;
    padding: 0 10px 0 0;
    color: #ff9900;
  }
  .center_menu li a:hover{
    background-color: #ff9900;
    color: #ffffff;
  }

  /*----- �X�V���� -----*/
  .newstext{
  	margin:0;
  	padding:20px 20px 0 20px;
  	overflow:auto;
  	text-align:left;
  	line-height:1.2em;
  }
  .newstext dt{
  	font-size:13pt;
  	font-weight:bold;
    margin:0;
    font-family:"Century Gothic";
  }
  .newstext dd{
  	font-size:10pt;
  	margin:10px 0 40px 0;
  	padding:0;
  }

	/*----- ���o��(�t�H���g�T�C�Y�̂ݎw��) -----*/
  h1{font-size:20pt;}
  h2{font-size:17pt;}
	h3{font-size:12pt;}
	h4{font-size:12pt;}
	h5{font-size:11pt;}

	/*----- �e�L�X�g�p -----*/
	.textbox01{
		font-size:14px;
		margin:20px 20px;
		padding:0;
		line-height:200%;
	}
	.textbox01 dt{
    font-size:14px;
		float:left;
		margin:0;
		padding:5px;
    line-height:200%;
    width: 115px;
    border-top: 1px solid #cccccc;
	}
	.textbox01 dd{
    font-size:14px;
		margin-left:120px;
    padding:5px;
    line-height:200%;
    border-top: 1px solid #cccccc;
	}
}




/*============================================= PC�p =============================================*/
@media screen and (min-width:1200px)
{
	/*----- �{�b�N�X -----*/
  .box01{
		margin:0 10px 20px 10px;
		padding:10px;
    overflow: hidden;
	}

  .box02{
    margin:0 10px;
    overflow: hidden;
		padding:0px;
    background-color:#ffffff;
    border-radius:3px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    box-shadow:1px 1px 1px 1px rgba(0,0,0,0.3);
  }
  .s_banner{
		margin:10px 5px;
		padding:0px;
    overflow: hidden;
    background-color:#ffffff;
    border-radius:3px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    box-shadow:1px 1px 1px 1px rgba(0,0,0,0.3);
    width:280px;
  }
  .s_banner img{display:block;}

  .s_center{width:580px;}

  .right_img{float:right; margin:0 0 10px 10px;}

	/*----- �e�[�u�� -----*/
	.section_table{
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		display: table;
		overflow:hidden;
		width:100%;
		margin:10px 0;
		background-color:#ffffff;
		-moz-border-radius: 3px;    /* Firefox */
		-webkit-border-radius: 3px; /* Safari,Chrome */
		border-radius: 3px;         /* CSS3 */
	}
	article{
    display: table;
    padding:20px 0 50px 0;
    margin: 0px 30px
	}
	section{
    display: table-cell;
    vertical-align: top;
    padding: 0px 5px;
	}

  /*----- �㕔���j���[ -----*/
  #top_menu .active{
    box-shadow: 0px 10px rgb(255,138,0) inset;
    color:#ffffff;
  }

	#top_menu{
    position: relative;
		width:100%;
		font-family:"Century Gothic";
    font-size:14pt;
		background-color:#ffffff;
		margin: 0;
		padding: 0;
		text-align:right;
		letter-spacing:5px;
		list-style-type:none;
		display:inline-block;
	}
  .s_logo{display: none}
  .logo{
    position:absolute;
    top:15px;
    left:20px;
  }
	#top_menu ul{
		margin:0;
		padding:0;
	}
	#top_menu li{
		line-height:0.9em;
    text-align: center;
    font-weight: bold;
		margin:0;
		padding:25px 15px;
		vertical-align: top;
		position: relative;
		display:inline-block;
	}

	#top_menu a:link { color: #000000; display:block; height: 50;}
	#top_menu a:visited { color: #000000; }
	#top_menu a:hover {color: #444444;}
	#top_menu a:active { color: #000000; }
	.rb {
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
		font-family:"���C���I","Meiryo","�q���M�m�p�S ProN W3","Hiragino Kaku Gothic ProN","�l�r �o�S�V�b�N","MS P Gothic",Verdana, Arial, Helvetica, sans-serif;
		font-size:70%;
		font-weight:normal;
	}

	/*----- �X�}�z�p���j���[ -----*/
  .sp_menu{display: none;}

	/*----- �ς񂭂����j���[ -----*/
  .back_list{
    font-size: 10pt;
    border-top: 1px solid #cccccc;
    padding:5px 50px;
  }

	/*----- ���C���摜 -----*/
	.mainimg {
    max-width:1500px;
    z-index: 0;
		margin:0 auto;
		padding:0;
    position: relative;
	}
	.mainimg img {
    margin:0;
    padding:0;
    display: block;
  }

  .info_top{
    z-index:1;
    position: absolute;
    bottom:20px;
    right: 0;
    padding:20px 40px;
    margin: 0;
    text-align: center;
    background-color:rgba(255,255,255,0.6);
    font-size: 20pt;
    font-weight: bold;
    box-shadow:2px 2px 2px 2px rgba(0,0,0,0.3);
    border-radius:50px 0px 0px 50px;         /* CSS3 */
  }

  .twitter{margin: 0; padding: 0; width:250px;}
  /*.newstext{max-height:490px;}*/

  /*----- �����j���[ -----*/
  .left_menu .active{
    background-color:#ff9900;
    color:#ffffff;
  }

  .left_menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .left_menu li{
    display: inline;
    text-align: left;
    font-size:14px;
  }
  .left_menu li a{
    color: #000;
    display: block;
    width: 200px;
    padding: 20px;
    margin: 10px 0;
    letter-spacing:1px;
    border-radius:3px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    box-shadow:1px 1px 1px 1px rgba(0,0,0,0.3);
  }
  .left_menu li a:before {
  	content: '>';
    display:inline-block;
    padding: 0 10px 0 0;
    color: #ff9900;
}
  .left_menu li a:hover{
    background-color: #ff9900;
    color: #ffffff;
  }

  .left_menu02 ul{
    list-style-type: none;
    margin-top: 38px;
    padding: 0;
  }
  .left_menu02 li{
    display: inline;
    text-align: center;
    font-size:14px;
  }
  .left_menu02 li a{
    color: #000;
    display: block;
    width: 230px;
    padding: 36px 0;
    margin: 10px 0;
    border-radius:5px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    box-shadow:1px 1px 1px 1px rgba(0,0,0,0.3);
    border: 5px solid #ffffff;
    text-shadow:0 1px 0 #fff,1px 0 0 #fff,0 -1px 0 #fff,-1px 0 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
  }
  .left_menu02 li a:hover{color: #ff9900;}
  .l_shop_bg{background:url("img/l_shop_bg.jpg") top right no-repeat;}
  .l_tuhan_bg{background:url("img/l_tuhan_bg.jpg") top right no-repeat;}

  /*----- �������j���[ -----*/
  .center_menu ul{
    list-style-type: none;
    padding: 0;
    overflow: hidden;
  }
  .center_menu li{
    float: left;
    width: 50%;
    display: inline;
    text-align: left;
    font-size:16pt;
  }
  .center_menu li a{
    color: #000;
    display: block;
    padding: 20px;
    margin: 10px 10px;
    border: 1px dotted #cccccc;
    letter-spacing:1px;
    border-radius:3px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    background-color:#ffffff;
  }
  .center_menu li a:before {
  	content: '>';
    display:inline-block;
    padding: 0 10px 0 0;
    color: #ff9900;
  }
  .center_menu li a:hover{
    background-color: #ff9900;
    color: #ffffff;
  }

  /*----- �X�V���� -----*/
  .newstext{
  	margin:0;
  	padding:20px 20px 0 20px;
  	overflow:auto;
  	text-align:left;
  	line-height:1.2em;
  }
  .newstext dt{
  	font-size:13pt;
  	font-weight:bold;
    margin:0;
    font-family:"Century Gothic";
  }
  .newstext dd{
  	font-size:10pt;
  	margin:10px 0 40px 0;
  	padding:0;
  }

	/*----- ���o��(�t�H���g�T�C�Y�̂ݎw��) -----*/
  h1{font-size:20pt;}
  h2{font-size:17pt;}
	h3{font-size:12pt;}
	h4{font-size:12pt;}
	h5{font-size:11pt;}

	/*----- �e�L�X�g�p -----*/
	.textbox01{
		font-size:14px;
		margin:20px 20px;
		padding:0;
		line-height:200%;
	}
	.textbox01 dt{
    font-size:14px;
		float:left;
		margin:0;
		padding:5px;
    line-height:200%;
    width: 115px;
    border-top: 1px solid #cccccc;
	}
	.textbox01 dd{
    font-size:14px;
		margin-left:120px;
    padding:5px;
    line-height:200%;
    border-top: 1px solid #cccccc;
	}
}
