@charset 'utf-8';

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*===== CSS RESET =====*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,img,ins,kbd,q,s,samp,strike,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{outline:none;border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}.clear{clear:both}.clearfix{display:inline-block}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0}* html .clearfix{height:1%}.clearfix{display:block}p,li,td{background:url('')}ul,ol{list-style:none;}
*, ::after, ::before {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:0;
    margin:0;
}

/*===== COMMON =====*/

html, body {
	width: 100%;
	min-height: 100%;
}
body {
	background: #FFF;
	font-size: 15px;
	font-family: Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
	-webkit-text-size-adjust: none;
	color: #505050;
}

.ft_serif {
	font-family: Times, "Times New Roman", "Hiragino Mincho Pro W3", Georgia, serif;
}

a {
	color: #000;
	text-decoration: none;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.grid {
	display: inline-block;
}
.grid:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
* html .grid {
	height: 1%;
}
.grid {
	display: block
}
.grid > .col {
	float: left;
}
.grid > .col.fr {
	float: right;
}

.trans {
	opacity: 1;
}
.trans:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

#container {
	width: 100%;
	min-width: 1180px;
    position: relative;
}

.wrapper {
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.wrapper02 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.wrapper02.nav_wrap {
	display: flex;
    justify-content: space-between;
}

/*===== HEADER =====*/
.texttop {
    background: #42b841;
    color: white;
    font-size: 13px;
}

.texttop .txt {
    padding: 2px 20px;
}

.logo {
    float: left;
    padding: 10px 20px 0px;
}

.logo .trans {
    display: inline-block;
}

.headcontact {
    float: left;
    padding-right: 20px;
}

.groupbtn {
    float: left;
    /* padding-right: 10px; */
	width: 458px;
}

.linkarr {
    float: right;
    padding-top: 7px;
}

.linkarr li {
    display: inline-block;
    padding-left: 8px;
    position: relative;
}
.linkarr li:before{
    position: absolute;
    content: " ";
    background-image: url('../img/common/buller01.png');
    background-repeat: no-repeat;
    background-position: left center;
    height: 8px;
    width: 11px;
    left: 0;
    top: 7px;
}
/*.trans.btncam {
    padding-left: 20px;
}*/

.greenbtn a {
display: inline-block;margin-right: 9px;margin-top: 9px;}

.greenbtn a:last-child {
    margin-right: 0px;
}
.headlg {
    padding-top: 15px;
    display: inline-block;
}
.menuheader ul li {
    display: inline-block;
    float: left;
    text-align: center;
    padding: 0px;
}
.menuheader ul li a, .menuf li a{
    position: relative;
}
.menuheader ul li a:after, .menuf li a:after{
    content: "";
    position: absolute;
    background-image: url('../img/common/fukborder.png');
    background-repeat: no-repeat;
    height: 47px;
    width: 3px;
    right: 0px;
    top: 0px;
}
.nav_wrap .menuf li a:after {
    top: 2px;
}
.menuheader {
    padding: 0px 20px;
    margin-top: 25px;
    padding-right: 10px;
}

.menuheader ul li:first-child a {
    border: none;
    padding: 20px 32px;
}

.menuheader ul.menuheader-list li:first-child a {
    padding: 20px 21px;
}

.menuheader ul li:first-child a:before, .menuf li:first-child a:before{
    content: "";
    position: absolute;


    background-image: url('../img/common/fukborder.png');
    background-repeat: no-repeat;
    height: 47px;
    width: 3px;
    left: -3px;
    top: 0px;
}
.menuheader ul li a {
    padding: 20px 29px;
}
.menuheader ul.menuheader-list li a {
    padding: 20px 22px;
}
.menuheader ul.menuheader-list li a .menu_fc {
    position: relative;
    top: -3px;
    font-family: 'Noto Sans Japanese', serif;
    color: #42b841;
}
.bgxam {
    width: 100%;
    height: 23px;
    background: #fafafa;
    margin-top: -13px;
    position: relative;
    z-index: -1;
}
header {
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-bottom: 4px;
    z-index: 9;
}
.menuf li {
    display: inline-block;
    /* width: 116px; */
    text-align: center;
    float: left;
    /*padding: 0 10px;*/
}

.nav_wrap .menuf li {
    display: block;
    float: none;
}

.menuf li a {
    /*width: 116px;*/
    float: left;
    height: 0px;
    /* line-height: 48px; */
    padding: 5px 20px;
}

.nav_wrap .menuf li a {
    float: none;
    height: 100%;
    padding: 5px 23px;
    display: flex;
    align-items: center;
}

.nav_wrap .menuf li a .menu_fc {
    font-family: 'Noto Sans Japanese', serif;
    color: #42b841;
}

.menuf li:first-child a {
    /*width: 46px;*/
}
.cmc {
    /*padding-left: 20px;*/
    display: inline-block;
    margin-top: -4px;
	width: 195px;
	float: right;
}

.menuf {
    /* display: inline-block; */
    /* padding-top: 20px; */
}
.nav_wrap .menuf {
    display: flex;
}

.menufix {
    padding: 13px 0px;
    transition-property: top, bottom;
    transition-duration: 0.5s;
    position: fixed;
    background: white;
    z-index: 999;
    width: 100%;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
    top: -200px;
    padding-bottom: 5px;
}
.menufix.fixed{
    top: 0;
}
.cmc a img {
    padding-top: 3px;
    float: left;
    padding-right: 0px;
}

.cmc img {
    float: left;
    padding-top: 8px;
    padding-right: 10px;
}
.menufix .bgxam {
    height: 33px;
    margin-top: -27px;
}
/*===== NAVIGATION =====*/



/*===== FOOTER =====*/
.bgft {
    width: 100%;
    height: 13px;
    background: #42b841;
    margin-bottom: 20px;
}
.listft {
    /* padding: 0px 10px; */
}

.col01 {
    float: left;
    width: 25%;
}

.itemchild {
    width: 100%;
    display: inline-block;
    /* margin-bottom: 7px; */
}

.gr01 {
    width: 100%;
}

.itemchild .img {
    float: left;
    width: 46px;
}

.itemchild .img .thumb {
    width: 100%;
    border: 1px solid #e6e6e6;
}

.itemchild .text {
    float: right;
    width: 77%;
}

.itemchild .text .ttl {
    font-size: 13px;
    color: #505050;
    border-bottom: 1px solid;
    margin-bottom: 5px;
    display: inline;
    line-height: 110%;
    font-weight: bold;
}

.itemchild .text .txt {
    width: 100%;
    font-size: 10px;
    color: #505050;
    line-height: 1.3em;
    margin-top: 4px;
}
.gr01 .title {
    padding-bottom: 10px;
}
.wto {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
}
/*.ftcontact{
    background-image: url('../img/common/footercontact.png');
    background-repeat: no-repeat;
    width: 265px;
    height: 166px;
    position: relative;
    margin-top: 66px;
}*/
.ftcontact {
    background-image: url('../img/common/footercontact.png');
    background-repeat: no-repeat;
    width: 265px;
    height: 166px;
    position: relative;
    margin-top: 6px;
}
.btnft {
    position: absolute;
    bottom: 7px;
    left: 12px;
}
/*2016.7.25*/
.ftcontact__facebook {
    position: relative;
}
.facebook {
    position: absolute;
    top: 210px;
}
/*2016.7.25*/

footer {
    background: #fdf8ec;
    display: inline-block;
    width: 100%;
}
.copyright {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #505050;
    background: white;
    padding: 11px 0px;
    margin-top: 5px;
}
.form_copyright {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #505050;
    padding-bottom: 11px;
}

footer .title {
    background: none;
    padding: 0px;
    padding-bottom: 10px;
    border: none;
    filter: none;
}
/*===== MAIN =====*/
#backtotop {
    position: fixed;
    z-index: 999999;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#backtotop:hover {
    padding-bottom: 10px;
}
.rightcontent .commoncnv {
    padding: 0px;
}

.rightcontent .bgcon01 a,
.rightcontent .bgcon02 a,
.rightcontent .bgcon03 a {
    right: 24px;
    bottom: 15px;
}
.about .rightcontent .commoncnver02 .bgcon01 a {
    right: 43px;
    bottom: 12px;
}

.anchor a,
.anchor_blog a,
.anchor_trial a {
    font-family: 'Noto Sans Japanese', Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", serif;
    display: inline-block;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #505050;
    vertical-align: top;
	padding: 23px 0px;
    letter-spacing: -0.05em;
}
.anchor a {
    background: url(../img/common/btn_anchor.png) no-repeat;
    width: 238px;
    height: 69px;
}
.anchor.col4 a {
    position: relative;
    width: 178px;
    background-size: 100% 100%;
}
.anchor.col4 a::after {
    position: absolute;
    right: 5px;
    bottom: 5px;
    content: "";
    width: 10px;
    height: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgb(253, 132, 9) rgb(253, 132, 9) transparent;
}
.anchor_blog a {
    background: url(../img/common/btn_blog.png) no-repeat;
    width: 175px;
    height: 69px;
}
.anchor_trial a {
    width: 289px;
    height: 76px;
    text-align: left;
    padding: 18px 0 0 100px;
}
.anchor_trial a span {
	display: block;
	font-size: 15px;
}
.anchor_trial .btn01 {
    background: url(../img/trial/trial_btn01.png) no-repeat;
}
.anchor_trial .btn02 {
    background: url(../img/trial/trial_btn02.png) no-repeat;
}
.anchor_blog .break,
.anchor .break {
    padding: 12px 0;
}

/*===== SIDEBAR =====*/
.sidebar {
    float: left;
    width: 23%;
    /*background: #f0f0f0;
    padding: 10px;*/
}
.topcontent {
    padding: 0px 20px;
}

.newsinfo {
    margin-top: 20px;
}

.sidemenu01,
.newsinfo {
    background: #f0f0f0;
    /* padding: 10px 5px; */
    padding: 10px;
}

.sidemenu01 .title,
.newsinfo .title {
    background: linear-gradient(0deg, #5dcd5c, #43b942 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43b942', endColorstr='#5dcd5c',GradientType=0 );
    padding: 10px;
    border: 1px solid #4bbf4a;
    line-height: 11px;
}

.sidemenu01 .khung,
.newsinfo .khung {
    padding: 10px 5px;
    border: 1px solid #e6e6e6;
    padding-bottom: 0px;
    background-color: #fff;
}
.itemside {
    width: 100%;
    border-bottom: 1px dotted #c8c8c8;
    line-height: 120%;
    padding: 10px 5px;
    padding-bottom: 15px;
}

.itemside .date {
    font-size: 10px;
    color: #505050;
}

.itemside .txt {
    font-size: 15px;
    color: #505050;
    /* border-bottom: 1px solid; */
    text-decoration: underline;
}

.khung a:last-child .itemside {
    border-bottom: none;
}
.khung ul li {
padding: 15px 5px;border-bottom: 1px dotted #e6e6e6;width: 100%;
background-image: url('../img/common/bullet02.png');
background-repeat: no-repeat;
    background-position: 98% center;
}

.khung ul li a {
    display: block;
    width: 100%;
}
.sidemenu01.two {
    margin-top: 10px;
}
.khung ul li:last-child {
    border: none;
}
.linkside {
    display: inline-block;
    width: 100%;
}

.linkside .thumb {
    width: 100%;
    border: 2px solid #e6e6e6;
}

.linkside a {
    display: block;
    margin-bottom: 3px;
}
.commoncnv{
    width: 100%;
    padding: 0px 40px;
    
}
.commoncnv.commoncnver02{
    padding: 0px;
    padding-top: 30px;
}
.commoncnver02 .bgcon01{
    height: 219px;
    background-image: url('../img/common/commonsubver02.png');
	background-position: center;
}
.commoncnver02 .bgcon02{
    height: 219px;
    background-image: url('../img/common/commonsubver02_02.png');
	background-position: center;
}
.commoncnver02 .bgcon03{
    height: 240px;
    background-image: url('../img/common/commonsubver02-2.png');
	background-position: center;
    background-size: contain;
}


.commoncnv.commoncnver02_01{
    padding: 0px;
    padding-top: 30px;
}
.commoncnver02_01 .bgcon01{
    height: 219px;
    background-image: url('../img/common/commonsubver02_01.png');
    background-position: center;
}

.bgcon01,
.bgcon02,
.bgcon03{
    position: relative;
    background-image: url('../img/common/commonbannerbot.png');
    background-repeat: no-repeat;
    height: 264px;
    background-size: contain;
    background-position: left center;
}
.bgcon01 a,
.bgcon02 a,
.bgcon03 a {
    position: absolute;
    bottom: 20px;
    right: 136px;
}
.commoncnver02 .twobtn {
    padding: 0px 114px;
}

.commoncnver02 .twobtn a {
    margin-right: 23px;
}

.commoncnver02 .twobtn a:last-child {
    margin-right: 0px;
}

.commoncnver02_01 .twobtn {
    padding: 0px 114px;
}

.commoncnver02_01 .twobtn a {
    margin-right: 23px;
}

.commoncnver02_01 .twobtn a:last-child {
    margin-right: 0px;
}

.ishi .copyright, .contact .copyright {
    margin-top: 0px;
}


/* nread navxt */
.breadcrum.xt .home:before {
    content: '';
    background: url(../img/common/fixmenu01.png) no-repeat;
    width: 20px;
    height: 18px;
    transform: translateY(3px);
    display: inline-block;
    margin-right: 5px;
    background-size: cover;
}


.breadcrum.xt .home,.breadcrum.xt a{
    float: none;
}

.sidebar02 {
    margin-bottom: 10px;
    width: 23%;
    background: #f0f0f0;
    padding: 10px 10px 5px;
}

/*2017.4.11*/
.sidebar_b img {
    background-color: #fff1c9;
    padding: 10px;
    margin-bottom: 5px;
}

.sideblog .sidemenu01 {
    padding: 0;
    background: #f0f0f0;
}

.sidebar_shop .shop_link {
    display: block;
    margin-bottom: 5px;
}