@charset "utf-8";



/* ==============================================
top
============================================== */


.top{
/*background:url(../img/tp_bg.png) top center no-repeat;*/
}
.top article{
width:100%;
}


.top #introduction{
width:1000px;
margin:0 auto;
}
.top #introduction h1{
padding:110px 0 40px 0;
}
.top #introduction p{
/*width:577px;*/
text-align:center;
font-size:16px;
line-height:2em;
}

.top #productinfo{
	width:1000px;
	margin:0 auto;
	padding:0 0 0px 0;
}
.top #productinfo h2{
	padding:44px 0 5px 0;
	margin-bottom:15px;
	border-bottom:1px dotted #CCC;
}
.top #productinfo h3{
	color:#607f13;
	border-left:6px solid #8ab829;
	font-size:16px;
	font-weight:bold;
	padding-left:8px;
	margin-top:25px;
}
.top #productinfo div.cont{
	margin-top:10px;
}
.top #productinfo div.btline{
	border-bottom:1px solid #eee;
}
.top #productinfo div.txt{
	width:632px;
	float:left;
	padding-right:20px;
}
.top #productinfo div.txt strong{
	color:black;
	font-weight:bold;
	text-decoration:underline;
}
.top #productinfo div.txt p{
	margin-top:20px;
	text-align:right;

}
.top #productinfo div.thumb{
	width:auto;
	float:right;
}
.top #productinfo div.cont:after { content:"."; clear:both; height:0; display:block; visibility:hidden; }

.top #information{
width:1000px;
margin:0 auto;
padding:0 0 100px 0;
}
.top #information h2{
padding:100px 0 5px 0;
margin-bottom:15px;
border-bottom:1px dotted #CCC;
}
.top #information dl{
padding:5px 0;
}
.top #information dl dt{
width:100px;
float:left;
color:#8ab829;
}
.top #information dl dd{
float:left;
max-width: 900px;
}
.top #information dl:after { content:"."; clear:both; height:0; display:block; visibility:hidden; }
* html .top #information dl { display:inline-block; }
*:first-child+html .top #information dl { display:inline-block; }



.top #information p{
margin:10px 0 0 -10px;
}



.top #point{
background:#8ab829 url(../img/tp_pnt_bg.gif) bottom center no-repeat;
padding:0 0 100px 0;
}
.top #point h2{
text-align:center;
padding:70px 0 50px 0;
}
.top #point div{
width:1000px;
margin:0 auto;
}
.top #point dl{
width:33%;
float:left;
}
.top #point dl dt{
text-align:center;
padding:0 0 30px 0;
}
.top #point dl dd{
width:250px;
margin:0 auto;
color:#000;
text-align:center;
font-size:16px;
}
.top #point div:after { content:"."; clear:both; height:0; display:block; visibility:hidden; }
* html .top #point div { display:inline-block; }
*:first-child+html .top #point div { display:inline-block; }



.top #graph{
width:1000px;
margin:0 auto;
}
.top #graph h2{
padding:70px 0 50px 0;
text-align:center;
}


.top article #entry{
text-align:center;
width:1000px;
margin: 70px auto 0 auto;
background:#f2f2f2;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
padding:20px 0;
}



/* sp */
@media screen and (max-width: 769px) {

.top{
/*background:url(../img/tp_bg_sp.png) top center no-repeat;*/
background-size: 100% auto;
}
.top article{
width:100%;
}


.top #introduction{
width: auto;
padding:0 15px;
}
.top #introduction h1{
padding:50px 0 20px 0;
text-align:center;
}
.top #introduction h1 img{
width:100%;
height:auto;
}
.top #introduction p{
width: inherit;
font-size:14px;
}

.top #productinfo{
	width: inherit;
	padding:0 0 20px 0;
}
.top #productinfo h2{
	padding:40px 10px 10px 10px;
	margin-bottom:0px;
}
.top #productinfo h3{
	margin-left:10px;
	font-size:14px;
}
.top #productinfo div.cont{
	padding:0 10px;
}
.top #productinfo div.btline{
	border-bottom:1px solid #eee;
	padding-bottom:30px;
}
.top #productinfo div.txt{
	width:100%;
	float:inherit;
	padding-right:0px;
	font-size:12px;
}
.top #productinfo div.thumb{
	width:100%;
	text-align:center;
}
.top #productinfo div.thumb img{
	max-width:300px;
}

.top #information{
width: inherit;
padding:0 0 20px 0;
}
.top #information h2{
padding:40px 10px 10px 10px;
border:none;
margin-bottom:0px;
}
.top #information dl{
border-top: dotted 1px #CCC;
padding: 10px 10px 11px 10px;
}
.top #information dl:hover{
background:#f4f9e8;
}
.top #information dl dt{
width: auto;
float: inherit;
color:#8ab829;
font-size:12px;
line-height:21px;
}
.top #information dl dd{
width: auto;
float: inherit;
font-size:12px;
line-height:21px;
}
.top #information p{
border-top: dotted 1px #CCC;
margin:0;
text-align:right;
}


.top #point{
background:#8ab829;
padding:0 0 0 0;
}
.top #point h2{
padding:30px 20px 20px 20px;
}
.top #point h2 img{
width:100%;
height:auto;
}
.top #point div{
width: inherit;
}
.top #point dl{
border-top: dotted 1px #ffff96;
width:100%;
float: inherit;
padding:20px 0;
}
.top #point dl dt{
float:left;
width:100px;
padding:0;
}
.top #point dl dt img{
width: auto;
height:63px;
}
.top #point dl dd{
float:left;
width:65%;
padding:10px 0 0 0;
text-align:left;
font-size:14px;
}
.top #point dl:after { content:"."; clear:both; height:0; display:block; visibility:hidden; }
* html .top #point dl { display:inline-block; }
*:first-child+html .top #point dl { display:inline-block; }
.top #point div:after { content:"."; clear:both; height:0; display:block; visibility:hidden; }
* html .top #point div { display:inline-block; }
*:first-child+html .top #point div { display:inline-block; }



.top #graph{
width: inherit;
margin:0 auto;
}
.top #graph h2{
padding:30px 20px 20px 20px;
text-align:center;
}
.top #graph h2 img{
display:none;
}
.top #graph h2 span{
font-size:16px;
line-height:24px;
display:inherit;
font-weight:bold;
text-indent:inherit;
}
.top #graph p{
padding:0 10px;
}
.top #graph p img{
width:100%;
height:auto;
}



.top article #entry{
width: auto;
margin:30px 0 0 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
padding:20px 5px;
}
.top article #entry img{
width:100%;
height:auto;
}

}



/* ==============================================
services
============================================== */

.services article{
width:100%;
}



.services #introduction{
width:1000px;
margin:0 auto;
}
.services #introduction h1{
text-align:center;
padding:100px 0 0 0;
}
.services #introduction p{
padding:40px 0 0 0;
width:597px;
margin:0 auto;
}
.services #introduction p.image{
padding:70px 0 0 0;
width:1000px;
margin:0 auto;
}



.services #point{
background:url(../img/srvc_pnt_bg.png) top center no-repeat;
margin:50px 0 0 0;
}
.services #point div{
width:1000px;
height:470px;
margin:0 auto;
}
.services #point h2{
text-align:center;
padding:150px 0 50px 0;
}
.services #point dl{
width:33%;
float:left;
}
.services #point dl dt{
text-align:center;
padding:0 0 40px 0;
}
.services #point dl dd{
width:250px;
margin:0 auto;
color:#000;
text-align:center;
font-size:16px;
}
.services #point div:after { content:"."; clear:both; height:0; display:block; visibility:hidden; }
* html .services #point div { display:inline-block; }
*:first-child+html .services #point div { display:inline-block; }



.services #goal{
width:1000px;
margin:0 auto;
}
.services #goal h2{
text-align:center;
padding:0 0 50px 0;
}
.services #goal dl{
width:300px;
float:left;
margin:0 30px 0 0;
border:solid 1px #8ab829;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.services #goal dl.last{
margin: 0;
}
.services #goal dl dt{
text-align:center;
padding:50px 0 0 0;
min-height:280px;
}
.services #goal dl dd{
padding:30px 30px 40px 30px;
color:#FFF;
min-height:130px;
background:#8ab829;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
}
.services #goal dl dd img{
margin:0 0 20px 0;
}
.services #goal:after { content:"."; clear:both; height:0; display:block; visibility:hidden; }
* html .services #goal { display:inline-block; }
*:first-child+html .services #goal { display:inline-block; }



.services #entry{
text-align:center;
width:1000px;
margin: 70px auto 0 auto;
background:#f2f2f2;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
padding:20px 0;
}



/* sp */
@media screen and (max-width: 769px) {

.services #introduction{
width: auto;
margin:0 auto;
padding:0 10px;
}
.services #introduction h1{
padding:50px 0 0 0;
}
.services #introduction h1 img{
width:290px;
height:auto;
}
.services #introduction p{
padding:40px 0 0 0;
width: inherit;
}
.services #introduction p.image{
padding:30px 0 0 0;
width: inherit;
}
.services #introduction p.image img{
width:100%;
height:auto;
}


.services #point{
margin:0;
}
.services #point div{
width: inherit;
height: inherit;
}
.services #point h2{
padding:100px 20px 20px 20px;
}
.services #point h2 img{
width:100%;
height:auto;
}
.services #point dl{
border-top: dotted 1px #fff;
width:100%;
float: inherit;
padding:20px 0;
}
.services #point dl dt{
float:left;
width:100px;
padding:0;
}
.services #point dl dt img{
width: auto;
height:63px;
}
.services #point dl dd{
float:left;
width:65%;
padding:10px 0 0 0;
text-align:left;
font-size:14px;
}
.services #point dl:after { content:"."; clear:both; height:0; display:block; visibility:hidden; }
* html .services #point dl { display:inline-block; }
*:first-child+html .services #point dl { display:inline-block; }
.services #point services:after { content:"."; clear:both; height:0; display:block; visibility:hidden; }
* html .services #point div { display:inline-block; }
*:first-child+html .services #point div { display:inline-block; }



.services #goal{
width: auto;
padding:0 10px;
margin:0 auto;
}
.services #goal h2{
padding:10px 0 10px 0;
margin:30px 0 0 0;
}
.services #goal h2 img{
width:auto;
height:58px;
}
.services #goal dl{
width: auto;
float: inherit;
border:solid 1px #8ab829;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
margin:20px 0 0 0;
}
.services #goal dl.last{
margin:20px 0 0 0;
}
.services #goal dl dt{
padding:30px 0;
min-height: inherit;
}
.services #goal dl dt img{
width:50px;
height:auto;
}
.services #goal dl dd{
padding:15px 15px 20px 15px;
font-size:12px;
line-height:24px;
min-height: inherit;
}
.services #goal dl dd img{
margin:0 0 10px 0;
width:auto;
height:16px;
}



.services article #entry{
width: auto;
margin:30px 0 0 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
padding:20px 5px;
}
.services article #entry img{
width:100%;
height:auto;
}

}





/* ==============================================
advertiser
============================================== */

.advertiser article{
width:100%;
}



.advertiser article #introduction{
width:484px;
margin:0 auto;
}
.advertiser article #introduction h1{
text-align:center;
padding:100px 0 40px 0;
}



.advertiser article #list{
background:#f7f7f7 url(../img/advt_lst_bg.jpg) top center no-repeat;
margin:110px 0 0 0;
height:355px;
text-align:center;
padding:40px 0 0 0;
}
.advertiser article #list p{
display:none;
}



.advertiser article #feature{
width:1000px;
margin:0 auto;
}
.advertiser article #feature h2{
padding:50px 0 30px 0;
text-align:center;
}
.advertiser article #feature .set{
position:relative;
margin:50px 0 0 0;
min-height:200px
}
.advertiser article #feature .set h3{
position:absolute;
top:0;
left:0;
width:200px;
height:200px;
border:solid 1px #8ab829;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
text-align:center;
}
.advertiser article #feature .set h3 img{
margin:2px 0 0 0;
}
.advertiser article #feature dl{
margin:0 0 0 235px;
position:relative;
padding:17px 0 15px 0;
}
.advertiser article #feature #feature-01 dl,
.advertiser article #feature #feature-02 dl,
.advertiser article #feature #feature-03 dl{
background:url(../img/advt_ftr_arw.png) 405px 27px no-repeat;
}
.advertiser article #feature dl dd{
font-size:13px;
line-height:24px;
padding:0 400px 0 0;
}
.advertiser article #feature dl dd.frame{
padding:17px 10px 17px 10px;
background:#8ab829;
width:260px;
position:absolute;
top:10px;
right:0;
vertical-align:middle;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
font-size:14px;
line-height:24px;
font-weight:bold;
text-align:center;
color:#FFF;
}
.advertiser article #feature dl.boarder{
border-top: dotted #ccc 1px;
}



.advertiser article #entry{
text-align:center;
width:1000px;
margin: 70px auto 0 auto;
background:#f2f2f2;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
padding:20px 0;
}



/* sp */
@media screen and (max-width: 769px) {

.advertiser article #introduction{
width: auto;
padding:0 10px;
}
.advertiser article #introduction h1{
text-align:center;
padding:50px 0 50px 0;
}
.advertiser article #introduction h1 img{
width:290px;
height:auto;
}



.advertiser article #list{
background:#f7f7f7;
margin:50px 0 0 0;
padding:20px 0 10px 0;
height: inherit;
}
.advertiser article #list h2 span{
font-size:16px;
line-height:28px;
font-weight:bold;
padding:0 20px;
color:#8ab829;
text-indent:inherit;
display:inherit;
}
.advertiser article #list h2 img{
display:none;
}
.advertiser article #list p{
display:block;
}
.advertiser article #list p img{
width:100%;
height:auto;
margin:10px 0 0 0;
}


.advertiser article #feature{
width: auto;
}
.advertiser article #feature h2{
padding:50px 0 20px 0;
}
.advertiser article #feature h2 img{
width:auto;
height:58px;
}
.advertiser article #feature .set{
margin:20px 10px 0 10px;
min-height: inherit;
border:solid 1px #8ab829;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.advertiser article #feature .set h3{
position: inherit;
top:inherit;
left:inherit;
width: auto;
height: auto;
border: none;
}
.advertiser article #feature .set h3 img{
width:auto;
height:120px;
margin:10px 0;
}
.advertiser article #feature dl{
margin:0 10px;
position:relative;
padding:17px 0 15px 0;
border-top: dotted #ccc 1px;
}
.advertiser article #feature #feature-01 dl,
.advertiser article #feature #feature-02 dl,
.advertiser article #feature #feature-03 dl{
background:none;
}
.advertiser article #feature dl dd{
font-size:12px;
line-height:24px;
padding:0 ;
}
.advertiser article #feature dl dd.frame{
padding:10px 10px 10px 10px;
margin:10px 0 0 0;
background:#8ab829;
width: auto;
position: inherit;
top:inherit;
right:inherit;
}
.advertiser article #feature dl.boarder{
border-top: dotted #ccc 1px;
}



.advertiser article #entry{
width: auto;
margin:30px 0 0 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
padding:20px 5px;
}

.advertiser article #entry img{
width:100%;
height:auto;
}

}



/* ==============================================
policy
============================================== */

.policy article h1{
text-align:center;
padding:80px 0 30px 0;
}


.policy article h2{
border-top: solid 1px #8ab829;
border-bottom: dotted 1px #CCC;
text-align:center;
padding:20px 0 18px 0;
margin:60px 0 0 0;
font-size:18px;
font-weight:bold;
}


.policy article h3{
padding:50px 0 0 0;
font-size:16px;
font-weight:bold;
}
.policy article ul{
padding:0 0 0 0;
}
.policy article ul li{
padding:15px 0 0 0;
text-indent:-23px;
margin: 0 0 0 23px;
}
.policy article p{
padding:15px 0 0 0;
}



/* sp */
@media screen and (max-width: 769px) {

.policy article h1{
padding:40px 0 20px 0;
}
.policy article h1 img{
width:auto;
height:58px;
}
.policy article{
width: auto;
}
.policy article h2{
border-top: solid 1px #8ab829;
border-bottom: dotted 1px #CCC;
text-align:center;
padding:10px 0 8px 0;
margin:30px 0 0 0;
font-size:16px;
font-weight:bold;
}
.policy article h3{
padding:30px 10px 0 10px;
font-size:14px;
font-weight:bold;
}
.policy article ul{
padding:0 10px;
}
.policy article ul li{
padding:10px 0 0 0;
text-indent:-20px;
margin: 0 0 0 20px;
font-size:12px;
line-height:24px;
}
.policy article p{
padding:10px 10px 0 10px;
font-size:12px;
line-height:24px;
}

}



/* ==============================================
information
============================================== */

.information article h1{
text-align:center;
padding:80px 0 80px 0;
}
.information article{
width:800px;
}



.information #tab{
overflow:hidden;
margin:30px 0 0 0;
}
.information #tab li{
float:left;
background:#f2f2f2;
text-align:center;
width:30%;
margin:0 13px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
}
.information #tab li:hover{
background:#e5e5e5;
}
.information #tab li a{
display:block;
padding:7px 0;
}
.information #tab li a{
text-decoration:none;
}
.information #tab li.select{
background:#8ab829;
}
.information #tab li.select a{
color:#FFF;
}
.information #tab:after { content:"."; clear:both; height:0; display:block; visibility:hidden; }
* html .information #tab { display:inline-block; }
*:first-child+html .information #tab { display:inline-block; }



.information #list .hide {
display:none;
}
.information article #list ul{
border-bottom:dotted 1px #CCC;
padding:30px 0 0 0;
}
.information article #list ul li{
border-top:dotted 1px #CCC;
}
.information article #list ul li a{
display:block;
text-indent:-102px;
padding:20px 0 19px 102px;
}
.information article #list ul li a:hover{
text-decoration:none;
background:#f7f7f7;
}
.information article #list ul li span{
margin:0 20px 0 0 ;
font-weight:bold;
}





/* sp */
@media screen and (max-width: 769px) {

.information article h1{
padding:40px 0 20px 0;
}
.information article h1 img{
width:auto;
height:58px;
}
.information article{
width: auto;
}
.information #tab li{
width:31.5%;
margin:0 2px;
font-size:10px;
}
.information article{
min-height: inherit;
}
.information article #list ul{
border-bottom:dotted 1px #CCC;
padding:30px 0 0 0;
}
.information article #list ul li{
border-top:dotted 1px #CCC;
font-size:12px;
line-height:21px;
}
.information article #list ul li a{
display:block;
padding:10px 10px 9px 10px;
text-indent:0;
}
.information article #list ul li span{
margin:0 10px 0 0 ;
font-weight:bold;
}

}

/* ==============================================
error | 2015.05.07 kakobayashi追記
============================================== */

.error article {
	width:100%;
	margin-top:108px;
	padding-top:66px;
	text-align:center;
	background-color:#F7F7F7;
}
.error article h1{
	font-size:30px;
	font-weight:500;
	line-height:38px;
}
.error article h1 br {
	display:none;
}
.error article p {
	width:400px;
	margin:40px auto 0;
	text-align:left;
	padding:0;
}
.error article div {
	background-color:white;
	margin:66px 0 0;
	padding:60px 0 100px;
}
.error article div a {
	padding:6px 0;
	color:#629FA5;
}
.error article div a:first-child {
	/*background-color:green;*/
	padding-right:40px;
	border-right:1px solid #666666;
}
.error article div a:nth-child(2) {
	padding-left:30px;
}

/* -sp */
@media screen and (max-width: 769px) {
.error article{
	margin-top:54px;
	padding-top:66px;
}
.error article h1 br {
	display:block;
}
.error article p {
	width:auto;
	padding:0 10px;
}
.error article p br {
	display:none;
}
.error article div {
	padding:40px 0 60px;
}
.error article div a {
	display:block;
	padding:0;
}
.error article div a:first-child {
	padding-right:0px;
	border-right:none;
}
.error article div a:nth-child(2) {
	padding-left:0px;
	margin-top:20px;
}

} /*2015.05.07 kakobayashi追記 end*/


/* ==============================================
product
============================================== */

.product article h1{
text-align:center;
padding:80px 0 30px 0;
}
.product article h2{
border-top: solid 1px #8ab829;
border-bottom: dotted 1px #CCC;
text-align:center;
padding:20px 0 18px 0;
margin:60px 0 0 0;
font-size:18px;
font-weight:bold;
}
.product article p{
font-size:16px;
padding:40px 0 0 0;
text-align:center;
}
.product article div.thumb {
	width:100%;
	text-align:center;
	padding:10px 0;
}
.product article div.thumb img{
	width:80%;
}
.product article .entry{
text-align:center;
width:1000px;
margin: 70px auto 0 auto;
background:#f2f2f2;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:20px 0;
}
.product article .entry p {
	padding:0;
}
.product article ol.dynamic_chara {
	list-style-type: none;
	margin-top:40px;
}
.product article ol.dynamic_chara li {
	width:300px;
	float:left;
	margin:0 30px 0 0;
	border:solid 1px #8ab829;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:18px;
}
.product article ol.dynamic_chara li.last {
	margin:0;
}
.product article ol.dynamic_chara li dl {
}
.product article ol.dynamic_chara li dt {
	text-align:center;
	min-height:68px;
	color:#68a314;
	padding-top:15px;
}
.product article ol.dynamic_chara li dt span {
	font-size:12px;
}
.product article ol.dynamic_chara li dd.extxt {
	padding:14px 14px;
	background-color:#8ab829;
	color:white;
	margin-top:15px;
	min-height:118px;
	text-align:left;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px
}
.product article ol.dynamic_chara:after { content:"."; clear:both; height:0; display:block; visibility:hidden; }
.product article .tvcm_txt01 {
	color:#68a314;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}
.product article .tvcm_txt01 img {
	vertical-align: middle;
	margin-left:5px;
}
.product article .tvcm_txt02 {
	padding-top:10px;
	font-size:12px;
}
.product article .tvcm_midashi1 {
	border-left:6px solid #8ab829;
	font-size:16px;
	padding-left:10px;
	margin-top:44px;
}
.product article .tvcm_midashi1 h3 {
	color:#68a314;
	font-weight:bold;
}
.product article .tvcm_cont1 {
	width:980px;
	margin:40px auto 0;
	display:table;
}
.product article .tvcm_cont1 div {
	display:table-cell;
	vertical-align: middle;
	text-align:center;
}
.product article .tvcm_cont1 div.cell1 {
	width:33%;
}
.product article .tvcm_cont1 div.cell2 {
	width:34%;
}
.product article .tvcm_cont1 div.cell3 {
	width:33%;
}
.product article ul.tvcm_chara {
	list-style-type: none;
	margin-top:40px;

}
.product article ul.tvcm_chara li {
	width:300px;
	float:left;
	margin:0 30px 0 0;
	border:solid 1px #8ab829;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:16px;
}
.product article ul.tvcm_chara li.last {
	margin:0;
}
.product article ul.tvcm_chara li dl {
	padding:0;
	text-align:center;
}
.product article ul.tvcm_chara li dt {
	padding:14px 0px;
	background-color:#8ab829;
	color:white;
	margin:0px;
	min-height:52px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}
.product article ul.tvcm_chara li dt span {
	font-size:12px;
}
.product article ul.tvcm_chara li dd img {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.product article ul.tvcm_chara:after { content:"."; clear:both; height:0; display:block; visibility:hidden; }


.ttl_01 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.ttl_02 {
	text-align: center;
	position: relative;
	margin-top:40px;
}
.ttl_03 {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.l_01 {
	color: #30376d;
	font-size: 18px;
	font-weight: bold;
}
.l_02 {
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: -5px;
	right: 260px
}
.l_03 {
	font-size: 11px;
	color: #bababa;
}
.product article h1 img.ttl_mark {
	width:100px;
	height: auto;
	margin-bottom: 10px;
}
.product article .ta_left {
	text-align: left;
}

.figure_01,.figure_02 {
	margin-top: 50px;
	font-size: 0;
}
.figure_01 figcaption,.figure_02 figcaption {
	font-size: 16px;
	display: inline-block;
	width: 40%;
	margin-top:100px;
}
.figure_01 img,.figure_02 img {
	display: inline-block;
	width: 60%;
}
.color_01{
	color: #1ab0c9;
}

.color_02{
	color: #0aaf10;
}
.sample_01 {
	margin-top:20px;
	text-align: left;
	padding-left: 1em;
	word-wrap:break-word;
}
.sample_01:first-letter {
	margin-left: -1em;
}
.product article .adjust_01 {
	margin-bottom:40px;
}

.pd_t_40 {
	padding-top:20px;
}

.table1 {
	font-size: 85%;
	width: 480px;
}


.table1 td,.table1 th {
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;

}
.table1 td:last-child,.table1 th:last-child {
	border-right:  1px solid #aaa;
}
.table1 th {
	border-top:  1px solid #aaa;
	background: #dfdfdf; 
}
.table1 td {
	text-align: left;
	padding: 3px;
}
.table1 th:nth-of-type(1) {
	width: 100px;
} 
.table1 ul {
	list-style:disc;
	padding-left: 1.2em;
}
.button1 {
width: 440px;
border-radius: 5px;
background: #ff9d40;
border: 1px solid #d28235;
color: #fff;
font-size: 1.5em;
text-shadow: 1px 1px 5px #000; 
}
.button1 a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 10px;
}
ul.ul01 {
	list-style: disc;
	padding-top: 40px;
	padding-left: 1.5em;
}
ul.ul02 {
	list-style: disc;
	padding-top: 10px;
	padding-left: 1.5em;
}
.d-inline-block {
	display: inline-block;
}
.w-80p {
	width: 93%;
}
.w-20p {
	width: 20%;
}
.w-01 {
	width: 4em;
}
.w-02 {
	width: 93%;
}
.va-top {
	vertical-align: top;
}
.d-table {
	display: table;
}
.d-cell {
	display: table-cell;
}
.t-3 {
	border-bottom: 1px solid #000;
	display: inline-block;
margin-top: 20px;
}
.t-3 a {
	text-decoration: none;
}
.report01 {
	font-size:0px;
}
.t-4,.ul03,.ul04 {
	font-size:14px;
}
.t-5 {
	margin-top:20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
ul.ul03 {
	font-size:15px;
	color: red;
	font-weight: bold;
	list-style: square;
	padding-left: 1em;
	margin-bottom: 10px;
}
ul.ul04 {
	list-style: disc;
	padding-left: 1em;
	margin-bottom: 10px;
}
.mh-1 {
	min-height: 110px;
}
.repo1,.repo2,.repo3,.repo4 {
	width: 48%;
	display: inline-block;
	margin-left: 1%;
	margin-right: 1%;
	box-sizing: border-box;
	vertical-align: top;
}
.product article h2.t-2 {
 border-top: none;
 text-align: left;
 padding-bottom:5px;
}
.product article h3.t-4 {
background: #fbd594;
margin-top: 20px;
margin-bottom: 10px;
padding: 5px ;
padding-left: 1em;
}
.img-repo {
	width: 100%;
}
.img-repo1 {
	width: 80%;
	margin: 20px auto;
	display: block;

}
.product article p.p_1 {
	margin-top: 40px;
	text-align: left;
}
/* sp */
@media screen and (max-width: 769px) {

.product article h1{
padding:40px 0 20px 0;
}
.product article h1 img{
width:auto;
height:58px;
}
.product article{
width: auto;
padding:0 15px;
}
.product article p{
padding:10px 10px 0 10px;
font-size:14px;
line-height:24px;
}
.product article .entry{
width: auto;
margin:30px 0 0 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding:20px 5px;
}
.product article .entry img{
width:100%;
height:auto;
}
.product article .entry .tvcm_txt01 img {
	width:60px;
}
.product article ol.dynamic_chara li {
	width:100%;
	float:inherit;
	margin:20px 30px 0 0;
	border:solid 1px #8ab829;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:16px;
}
.product article ol.dynamic_chara li.last {
	margin-top:20px;
}
.product article ol.dynamic_chara li dd img {
	width:280px;
	margin:0 auto;
}
.product article ol.dynamic_chara li dd {
	text-align:center;
}
.product article .tvcm_cont1 {
	width:100%;
	margin:40px auto 0;
	display:block;
}
.product article .tvcm_cont1 div {
	display:block;
	text-align:center;
}
.product article .tvcm_cont1 div.cell1 {
	width:100%;
}
.product article .tvcm_cont1 div.cell1 img {
	width:300px;
}
.product article .tvcm_cont1 div.cell2 {
	width:100%;;
	margin-top:20px;
}
.product article .tvcm_cont1 div.cell2 img {
	width:40px;
}
.product article .tvcm_cont1 div.cell3 {
	width:100%;
	margin-top:20px;
}
.product article .tvcm_cont1 div.cell3 img {
	width:250px;
}
.product article ul.tvcm_chara li {
	width:100%;
	float:inherit;
	margin:20px 30px 0 0;
	border:solid 1px #8ab829;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:16px;
}
.product article ul.tvcm_chara li.last {
	margin-top:20px;
}
.product article ul.tvcm_chara li dd img {
	width:280px;
	margin:0 auto;
}
.product article ul.tvcm_chara li dd {
	text-align:center;
}

.ttl_02 {
	position: static;
	margin-top: 10px;
}
.ttl_03 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #333;
}
.product article h1 img.ttl_mark {
	width:63px;
	height: auto;
	margin-bottom: 5px;
}
.l_02 {
	font-size: 10px;
	font-weight: bold;
	position: static;
}

.figure_01,.figure_02 {
	margin-top: 10px;
	font-size: 0;
}
.figure_02 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 0;
}
.figure_01 figcaption,.figure_02 figcaption {
	width: 100%;
}
.figure_01 figcaption {
	margin-top:0px;
}
.figure_02 figcaption {
	margin-top:0px;
}
.figure_01 img,.figure_02 img {
	display: inline-block;
	width: 100%;
}

.product article div.thumb .w100p_sp {
	width: 100%;
}
.product article .adjust_01 {
	margin-bottom:10px;
}


.table1 {
	width: 100%;
}

.button1 {
width: 93%;
font-size: 1em;

}
ul.ul01 {
	padding-top: 10px;
}
.w-01 {
	width: 3em;
}
.w-02 {
	width: 78%;
}
.repo1,.repo2,.repo3,.repo4 {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}
.img-repo1 {
	width: 100%;
	display: block;

}


}