@charset "utf-8";
/* CSS Document */

/* Reset
----------------------------------------------------*/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table,th,td {font-size: 100%;line-height: 1.6;}
caption,th {text-align: left;font-weight: normal;}
object,embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
img,abbr,acronym,fieldset {border: 0;}
ul,li {list-style-type: none;}
img,a img{border:none;background:transparent;vertical-align:bottom;}

/* font
----------------------------------------------------*/
body {
	/*font: 62.5% Meiryo, arial, clean, verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;*/
	font: 62.5% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, "MS PGothic", sans-serif;
	color: #333;
	width:100%; 
	
}
html>/**/body { font-size: 10px; font-size: 12px;} /* Except IE */
* html body { /* IE6用フォント指定 */
	font: 62.5% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, "MS PGothic", sans-serif;
	/*font: 62.5% "ＭＳ Ｐゴシック", Meiryo, arial, clean, verdana, Osaka, sans-serif;*/
}

/*--- default */
body {<strong></strong>
	text-align: center;
}

/* Link
----------------------------------------------------*/
a {
	color: #00F;
}
a:hover {
	text-decoration: none;
}


/* float,clear
----------------------------------------------------*/
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}
.cf { /* clearfix */
	zoom: 1;
}
.cf:after {
	content:'';
	display: block;
	clear: both;
}
.tleft{
text-align: left;
}

/* margin
---------------------------------------- */
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt30 { margin-top:30px;}
.mt80 { margin-top:80px !important;}

.mr10 { margin-right:10px;}
.mr15 { margin-right:15px;}
.mr20 { margin-right:20px;}
.mr30 { margin-right:30px;}
.mr40 { margin-right:40px;}
.m10 { margin-bottom:10px;}
.m15 { margin-bottom:15px;}
.mb10 { margin-bottom:10px;}
.mb20 { margin-bottom:20px;}
.mb25 { margin-bottom:25px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mb50 { margin-bottom:50px;}
.mb60 { margin-bottom:60px;}
.mb70 { margin-bottom:70px;}
.mb80 { margin-bottom:80px;}
.mb90 { margin-bottom:90px;}

.ml10 { margin-left:10px;}
.ml15 { margin-left:15px;}
.ml20 { margin-left:20px;}
.ml25 { margin-left:25px;}
.ml30 { margin-left:30px;}
.ml40 { margin-left:40px;}
.ml70 { margin-left:70px;}

.mml15{margin-left:-15px;}
.mmt250{margin-top: -250px;}
.mmt10{margin-top: -10px;}
/* padding
---------------------------------------- */
.pt10 { padding-top:10px;}
.pt20 { padding-top:20px;}
.pr10 { padding-right:10px;}
.pb10 { padding-bottom:10px;}
.pb20 { padding-bottom:20px;}
.pb90 { padding-bottom:90px;}

.pl10 { padding-left:10px;}
.plr20{padding-left:20px; padding-right:20px }


/* その他
---------------------------------------- */
/*画像透過*/
a.imgHover:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.fsize14{
font-size:14px;
font-weight:bold;
}
/* wrapper
----------------------------------------------------*/
#wrapper {
	width: 1000px;
	width:1300px;
	width:100%;
	margin: 0 auto;
} 



/* content
---------------------------------------- */
#content {
	margin-right: auto;
    margin-left: auto;
	width: 100%;
	font-size: 120%;
}
p.gotop {
	clear: both;
	text-align: right;
	font-size: 0;
}


/* nav
---------------------------------------- */
#nav {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}


/* main
---------------------------------------- */
#main {

	width: 1000px; /*width: 680px;float: right;*/
	width:1300px;
	width:100%;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.6;
}

/*  ========================= locus */
#content ol#locus {
	margin-bottom: 10px;
}
#content ol#locus li {
	display: inline;
	padding-left: 20px;
	background: url(../img/common/bg_locus.gif) no-repeat center left;
	line-height: 1;
}
#content ol#locus li.firstChild {
	padding-left: 0;
	background: none;
}
#pagetitletext {
	font-size: 16px;
	text-align: center;
	/*font-family: Meiryo, arial, clean, verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, "MS PGothic", sans-serif;
	}

/* general
----------------------------------------------------*/
#content .last {
	margin-bottom: 0;
}

/*  ========================= text */
#content p {
	margin-bottom: 1em;
}
#content .emphasis {
	color: #f00;
	font-weight: bold;
}

/*  ========================= img */
#content .imgL {
	float: left;
	margin-right: 2em;
	margin-bottom: 0;
	padding-top: 20px;
}
#content .imgLbtm {
	float: left;
	margin-right: 1em;
}
#content .imgR {
	float: right;
	margin-left: 15px;
	margin-bottom: 0;
}
#content .imgRbtm {
	float: right;
	margin-left: 1em;
}

/*  ========================= box */
.section {
	margin: 0 10px;
}

/*  ========================= title */
#main h3 {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
/*	margin-top: 40px;
	margin-bottom: 20px;*/
}
#main h4 {
/*	margin-top: 30px;
	margin-bottom: 15px;*/
}
#main h5 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#main h3.firstChild,
#main h4.firstChild,
#main h5.firstChild {
	margin-top: 0;
}

/*  ========================= table */
#main table {
}
#main table th,
#main table td {
}
#main table th {
}
#main table td {
}

/*  ========================= defalt list */
#main p.defList,
#main .defList li,
#main .defList dt {
	padding-left: 15px;
	background: url(../img/common/icon.gif) no-repeat 0 5px;
}
#main .defList dd {
	padding-left: 15px;
}

/*  ========================= attention */
#main p.attention,
#main .attention li,
#main .attention dt {
	padding-left: 15px;
	background: url(../img/common/icon_attention.gif) no-repeat 0 5px;
}
#main .attention dd {
	padding-left: 15px;
}

/*  ========================= text Link */
#main p.txtLink {
	margin-top: 5px;
	text-align: right;
}
#main p.txtLink a {
	display: block;
	padding-left: 20px;
	background: url(../img/common/icon_arrow.gif) no-repeat left center;
	/zoom: 1;
}



.marketing {
	background-color:#f8f6f7;
	} 
.marketing_ttl{
padding-top: 20px;
text-align: center;
font-size: 28px;
font-weight: bold;
}
.marketing p{
text-align: center;}
#pagettl_index {

	height:460px;
	width: 100%;
    background: url(../images/common/indexBannerBack.png) no-repeat;
    background-size:cover;
	border-top:4px solid #f02310;
	

}

#pagettl_index::after {
   /* width: 1300px; 
    width:100%;*/
    
margin-top: 26px;
margin-left: 140px;
border-bottom:2px solid #fff; 
    content: '';
    height: 40px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../images/common/pagebannerindex2.png);
}
.pagettl_img{
height: 400px;
text-align: center;
}
.catch_txt{
vertical-align: top;
}
.btn_index1 {
width:1000px;
clear: both;
margin-left: auto;
margin-right: auto;
margin-top: -140px;
}
	


#Page #wrapper #pagetitletext {
	
}

.bigcontentbox {
	width:1000px;
	margin-left: auto;
	margin-right: auto;

 }

/******************************faq******************************/

#pagetop_bn{
    border-top:3px solid #eb2215;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 150px;
    background: url(../images/common/topbg.png) no-repeat;
    background-size: cover;
    text-align: left;
}

.crumb {
    /*height: 35px;*/
    background-color: #f6f5f5;
    clear: both;
   /*padding: 0px 30px 20px 170px;*/
   padding: 20px 0px;
    padding: 15px 0px;
    overflow: hidden;
}
.list-crumb {
width: 1000px;/*addfor atbou*/
margin-right: auto;/*addfor atbou*/
margin-left: auto;/*addfor atbou*/
    font-size: 14px;
    overflow: hidden;
    /*margin: 20px 0 20px 0;*/
    color: #390000;
}
.list-crumb__item a{
color:#ff9d1e;
text-decoration: none;
}
.list-crumb__item img{
    vertical-align: top;
    margin-right: 10px;
    margin-top: 4px;
}
.nav {
    display: block;
}
.list-crumb__item {
    float: left;
    margin: 0 8px 0 0;
    list-style-type: none;
    display: inline;
}

.pagettl{
width: 1000px;/*addfor atbou*/
margin-right: auto;/*addfor atbou*/
margin-left: auto;/*addfor atbou*/
/*padding: 50px 0 0 170px;*/
text-shadow:  1px  1px 3px #fff,-1px  1px 3px #fff,1px -1px 3px #fff,-1px -1px 3px #fff; 
color: #000000;
font-size:48px;
font-weight:bold;
}

.maintitle{
margin-top: 20px;
    font-size: 32px;
    color: #eb2215;
    font-weight: bold;
    padding-bottom: 10px;
}
#faq {
width:1000px;
margin-right: auto;
margin-left: auto;
margin-bottom: 80px;
}
#faq .tabBox {
    padding: 40px 0 0px;
}
#faq .faqBox02 {
    margin: 0 auto;
    
}
#faq .faqBox02 dt {
    padding: 20px 20px 18px 60px;
    line-height: 1.6;
    font-weight: bold;
    position: relative;
    background: url(../images/common/faq-qestionSign.png) no-repeat 20px center;
    cursor: pointer;
    background-color: #f6f3f3; /* #ccc; */
}
#faq .faqBox02 dl {
    margin-bottom: 20px;
    background-color: #fff;
    border: 3px #f6f3f3 solid;
}
#faq .faqBox02 dt span {
    padding-right: 30px;
    display: block;
    background: url(../images/common/minus.png) no-repeat right center; 
}
#faq .faqBox02 dd {
    /* margin-top: 13px; */
    padding: 18px 20px 18px 20px; /* 18px 0 18px 60px; */
    display: none;
    line-height: 1.6;
    }
#faq .faqBox02 dt span {
    margin-left: 10px;
    padding-right: 30px;
    display: block;
    background: url(../images/common/plus.png) no-repeat right center; 
}
#content #faq .faqBox02 dd p {
	margin-bottom: 0px;
}
.open span {
    background: url(../images/common/minus.png) no-repeat right center !important;
}
.linkbox1{
text-align: center;
margin-bottom: 30px;
}
.linkbox2{
    padding: 20px 0;
background-color: #d6d6d6;
}
.linkbox2 .subbox {
    margin: 0 auto;
    width: 100%;
}
.linkbox2 .subbox ul {
text-align:center;
}
.linkbox2 .subbox ul li{
width: 300px;
    list-style: none;
    display: inline-block;
   /* padding: 10px;*/
}
.links{
font-size: 18px;
height: 80px;
border:3px #ffffff solid;
margin: 20px 5px;
padding: 15px 80px;
background-color: #eb2215;
}
a.links {
color: #ffffff;
text-decoration: none;
}
a:hover.links {
color: #eb2215;
background-color: #ffffff;
text-decoration: none;
border:3px #eb2215 solid;

}
.links::after{
margin-top: 3px;
    margin-left: 55px;
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-image: url(../images/common/content-image-box-arrowW.png);
}
a:hover.links::after{

    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-image: url(../images/common/content-image-box-arrow.png);
}
.linksabb::after {
       float: right;
    margin-top: 3px;
    /* margin-left: 25px; */
    width: 20px;
    height: 20px;
    /* position: absolute; */
    content: '';
    /* background-repeat: no-repeat; */
    background: url(../images/common/content-image-box-arrowW.png)right 4px no-repeat;
}
a:hover.linksabb{
  
    color: #eb2215;
background-color: #ffffff;
text-decoration: none;
border:3px #eb2215 solid;
  
    content: '';
right top no-repeat
    background-image: url(../images/common/content-image-box-arrow.png)right top no-repeat;
}
a:hover.linksabb::after{
   float: right;
    margin-top: 3px;
    color: #eb2215;
background-color: #ffffff;
text-decoration: none;
border:3px #eb2215 solid
  
    content: '';
    background-repeat: no-repeat;
    background-image: url(../images/common/content-image-box-arrow.png);
}
/**compny**/
#company1{
width:1000px;
margin-right: auto;
margin-left: auto;
margin-bottom: 80px;
}
.ttl{
text-align: left;
font-weight: bold;
font-size: 24px;
background: url(../images/common/title_line.png) no-repeat left bottom;
padding-bottom: 10px;
    padding-top: 20px;
}

#main .imgArea {
    width: 100%;
}
#main .txt {
    line-height: 194%;
    margin-bottom: 80px;
    padding-top: 20px;
}
.noFlow .textArea {
    overflow: visible;
}
.sign{
float:right;
font-weight: bold;
font-size: 120%;
}
.name{
float:right;
font-size: 125%;
}
.box_his{
margin-top: 40px;
border-radius:5px;
background-color: #f5f5f5;
width: 960px;
margin-right: auto;
margin-left: auto;
margin-bottom: 50px;
}
.box_chart{
margin-top: 40px;
border-radius:5px;
background-color: #f5f5f5;
/*width: 95%;*/
margin-right: auto;
margin-left: auto;
margin-bottom: 50px;
}
.chart{
text-align: center;
padding: 20px;
}
.chart img{
width:920px;
}
.ttl2{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: #ffffff;
background-color: #808080;
padding: 10px;
}
.ttl3{
text-align: left;
ont-weight: bold;
font-size: 20px;
color: #eb2215;
padding-bottom: 10px;
}
dl.box_his_txt {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 20px;
 }
.box_his_txt dd {
    float: right;
    text-align: left;
    line-height: 24px;
    width: 92%;
}
.box_his_txt dt {
    float: left;
    width: 8%;
    line-height: 24px;
    
}
#main #company1 h3{
margin-bottom: 0;
}
dl.profile{
padding-left: 20px;
margin-top: 30px;
/*font-size: 125%;*/
}
dl.profile dt {
    float: left;
    font-weight: bold;
}

dl.profile dd {
    padding-left: 140px;
    border-bottom: 1px solid #efefef;
    /* padding-top: 20px; */
    padding-bottom: 10px;
    margin-bottom: 10px;

}
.col {
/*font-size: 125%;*/
border-bottom:1px solid #dfdfdf;
    margin-top: 1em;
    padding: 0 25px;
}
 .col1 {
    float: left;
    width: 120px;
}
.col2 {
    padding-left: 145px;
}
/**********************************about****************************/

#about{
/*padding-top: 20px;*/
overflow: hidden;
height: 400px;
width: 100%;
background: url(../images/common/about_top_bnr.png) no-repeat;
background-size:cover;
}
.about_top_bnr_inner{
    clear: both;
    float: right;
    margin-left: 10%;
    width: 50%;
    margin-top: -335px;
}
.about_pttl_b{
margin-left:auto;
margin-right:auto;
width:1000px;
text-align: left;
/*padding: 30px 0 0 170px;*/
/*text-shadow:  1px  1px 3px #fff,-1px  1px 3px #fff,1px -1px 3px #fff,-1px -1px 3px #fff;*/ 
color: #000000;
font-size:28px;
font-weight:bold;
}
.about_pttl_s{
line-height: 1.2;
margin-left:auto;
margin-right:auto;
width:1000px;
text-align: left;
 /*padding-left: 170px;*/
    margin-top: 5px!important;
    margin-bottom: 0px!important;
    /*text-shadow: 1px 1px 3px #fff,-1px 1px 3px #fff,1px -1px 3px #fff,-1px -1px 3px #fff;*/
    color: #000000;
    font-size: 36px;
    font-weight: bold;

}

.red{
 color: #eb2215;
}
.discription{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    letter-spacing: 0.1em;
    line-height: 2;
    padding-top: 10px;
    /* padding-left: 170px; */
    text-align: left;
    font-size: 120%;
}
.linkbox_top{
padding: 20px 0;
background-color: #ffae45;
}
.linkbox_top .subbox {
    margin: 0 auto;
    width: 100%;
}
.linkbox_top .subbox ul {
text-align:center;
}
.linkbox_top .subbox ul li{
font-weight: bold;
font-size: 14px;
list-style: none;
display: inline-block;
/*padding: 10px;*/
}
.ablinks{
height: 80px;
border:3px #ff8c00 solid;
border:3px #ffffff solid;
margin: 20px 5px;
padding: 15px 80px;
padding: 15px 35px;
background-color: #ffffff;
background-color: #ffae45;
}
a.ablinks {
color: #ffae45;
color: #ffffff;
text-decoration: none;
}
a:hover.ablinks {
color: #ffffff;
color: #ffae45;
background-color: #ffae45;
background-color: #ffffff;
text-decoration: none;
border:3px #ffffff solid;
border:3px #ff8c00 solid;
}
.ablinks::after{
    margin-top: 2px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-image: url(../images/common/btn-arrow-R.png);
	background-position: right 2px;
}
a:hover.ablinks::after {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-image: url(../images/common/btn-arrow-N.png);
}
.featurebox{
background-color: #fffaf0;
margin-left:auto;
margin-right:auto;
width:100%;
height:600px;
/*padding: 10px 20px;*/
}
.featurebox2{
background-color: #f8f8ff;
margin-left:auto;
margin-right:auto;
width:100%;
height:460px;
padding-top: 5px;
/*padding: 10px 20px;*/
}

.featurebox4 {
    background-color: #f8f8ff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 1000px;
    padding-top: 5px;
    /* padding: 10px 20px; */
}
.featurebox p{text-align: center;
font-size: 18px;
font-weight: bold;}

.featurenumber{
width:1000px;
/*height: 500px;*/
margin-left:auto;
margin-right:auto;
display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}
.featurenumber li {
    float: left;
    display: inline;
    width: 200px;
}
.num_catch{
text-align: left!important;
font-size: 14px!important;
font-weight: normal!important;
width: 1000px;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
}

.box_ab{
height: 380px;
clear: both;
border-radius:5px;
background-color: #f5f5f5;
width: 85%;
width:1000px;
margin-right: auto;
margin-left: auto;
margin-bottom: 50px;
margin-top: 20px;
}
.ttlab{
    font-size: 16px;
    /*font-size: 22px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
    background-color: #ffc527;
    padding: 7px 20px;
    text-align: left;
    /*font-weight: bold*/
}
.leftab{
padding: 20px;
width: 52%;
float: left;
}
.leftab p{
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
    text-align: left;
}
.rightab{
padding: 20px;
width: 40%;
float: right;
}
.rightab img{
width: 90%;
}
.box_abttl{
margin-bottom: 6px;
text-align: left;
color: #eb2215;
font-size: 16px;
font-weight: bold;
}
.about_ttl{
width:1000px;
margin-right: auto;
margin-left: auto;
text-align: left;
color: #eb2215;
font-size:28px;
font-weight:bold;

}
.about_ttl_img{
width:1000px;
margin-right: auto;
margin-left: auto;
}
.numberboxs{
font-size: 14px;
margin: 0 5px 15px 5px;
    padding: 15px 5px;
    text-align: center;
    width: 30%;
    height: 115px;
    border-radius: 10px;
    border: 4px solid #ffa500;
    display: inline-block;
    color: #ffa500;
    font-weight: bold;
}
.numberbox, numberboxs{
list-style-type: none;
}
.numberbox{
clear:both;
width:1000px;
height: 350px;
margin-left:auto;
margin-right:auto;
}
.bignum {
/*text-shadow:  1px  1px 3px #ffa500,-1px  1px 3px #ffa500,1px -1px 3px #ffa500,-1px -1px 3px #ffa500; */
font-size:72px;
font-weight:bold;
line-height: 1.1;
}
.ttl4{
border-left: 8px solid #eb2215;
width:1000px;
margin-left:auto;
margin-right:auto;
text-align: left;
font-weight: bold;
font-size: 18px;
padding-left: 10px;
padding-bottom: 7px;
height: 15px;
}
hr.ttl4l {
height: 3px;
background-color: #ccc;
border: none;
display: block;
width:1000px;
margin-left:auto;
margin-right:auto;
}
.about_ttl4_img{
width:1000px;
margin-right: auto;
margin-left: auto;
}
.about_ttl4_img img{
/*width:100%;*/
margin-bottom: 50px;
}
.tool_box{
width:1000px;
margin-left:auto;
margin-right:auto;
}
.tool_left{
width:45%;
float: left;
display: inline;
}

.tool_right{
float: left;
width:45%;
display: inline;
}
.linksabb{
    font-size: 18px;
    /*height: 80px;*/
    border: 3px #ffffff solid;
    margin: 10px 5px;
    padding: 15px 10px;
    background-color: #eb2215;
}
a.linksabb{
    height: 30px;
    display: block;
    /* width: 300px; */
    color: #ffffff;
    text-decoration: none;
}

/*********************for about acordion****************************/
.menu {
    margin:0;
    padding:0;
}

.menu li {
    float:left;
    margin-right:10px;
    list-style:none;
}

.menu li a {
    display:block;
    padding:10px 20px;
    color:#000000;
    background:#ffd700;
    cursor:pointer;
}

.subInner {
    display:none;
    padding:10px;
    background:#ffffff;
}
.subContent{
    border-radius: 5px;

border: 2px #ccc solid;
margin-bottom: 10px;
}
.subContent .sliderttl {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
font-size: 16px;
font-weight: bold;
    padding: 10px;
    padding-right: 30px;
    display: block;
    background: url(../images/common/content-image-box-arrow.png) no-repeat right center #5f5f5;
    cursor:pointer;
}

.subContent .sliderttl span {
    display: block;
    background:url('../images/common/content-image-box-arrow.png') 100% 0% no-repeat;
}

.subContent .sliderttl span.open {
    background:url('../images/common/content-image-box-arrow.png') 100% 100% no-repeat;
}
/*******************end.accordingon****************************/
/*.discription{
line-height: 1.8;
padding-top: 50px;
 padding-left: 170px;
text-align: left;
float: left;
font-size: 14px;
}*/

.linkbox_top{
padding: 20px 0;
background-color: #ffae45;
}
.linkbox_top .subbox {
    margin: 0 auto;
    width: 100%;
}
.linkbox_top .subbox ul {
text-align:center;
}
.linkbox_top .subbox ul li{
font-weight: bold;
font-size: 14px;
font-size: 16px;
list-style: none;
display: inline-block;
/*padding: 10px;*/
}
.featurebox{
background-color: #fdf7e1;
margin-left:auto;
margin-right:auto;
width:100%;
height:750px;
/*padding: 10px 20px;*/
}
.featurebox2{
background-color: #f6f5f5;
margin-left:auto;
margin-right:auto;
width:100%;
height:460px;
padding-top: 5px;
/*padding: 10px 20px;*/
}
.featurebox3{
background-color: #ffffff;
margin-left:auto;
margin-right:auto;
width:100%;
/*height:800px;*/
padding-top: 5px;
/*padding: 10px 20px;*/
}
.featureboxop3{
background-color: #ffffff;
margin-left:auto;
margin-right:auto;
width:100%;
height:850px;
padding-top: 5px;
/*padding: 10px 20px;*/
}
.featurebox4 {
    background-color: #f6f5f5;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 960px;
    padding-top: 5px;
    /* padding: 10px 20px; */
}
.featurebox6{
background-color: #f6f5f5;
margin-left:auto;
margin-right:auto;
width:100%;
height:560px;
padding-top: 5px;
/*padding: 10px 20px;*/
}
.featurebox p{text-align: center;
font-size: 18px;
font-weight: bold;}
.featureop{
width:1000px;
height: 500px;
margin-left:auto;
margin-right:auto;
/*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
  /*justify-content:         space-between;*/
  /*-webkit-flex-wrap: wrap;*/ /* Safari */
  /*flex-wrap:         wrap;*/
}
.featurop img{
height:587px;
}
.featurenumber{
width:1000px;
/*height: 500px;*/
margin-left:auto;
margin-right:auto;
/*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
  /*justify-content:         space-between;*/
  /*-webkit-flex-wrap: wrap;*/ /* Safari */
  /*flex-wrap:         wrap;*/
}
/*.featurenumber img{
height:587px;
}*/
.featurenumber li {
    float: left;
    display: inline;
    width: 200px;
}
/*.nphoto{
height: 820px;
}
.nphoto img{
width: 977px;
}*/
.num_catch{
    padding: 10px 0;
text-align: left!important;
font-size: 14px!important;
font-weight: normal!important;
width: 1000px;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
}
.note{
    margin-right: 80px;
    color: #ccc;
    float: right;
    margin-top: 10px;
}
/*.box_ab{
height: 380px;
clear: both;
border-radius:5px;
background-color: #f5f5f5;
width: 85%;
width:1000px;
margin-right: auto;
margin-left: auto;
margin-bottom: 50px;
margin-top: 20px;
}
.ttlab{
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
    background-color: #ffd700;
    padding: 7px 20px;
    text-align: left;
    font-weight: bold;
}
.leftab{
padding: 20px;
width: 50%;
float: left;
}
.leftab p{
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
    text-align: left;
}
.rightab{
padding: 20px;
width: 40%;
float: left;
}
.rightab img{
width: 90%;
}*/
.box_abttl{
margin-bottom: 6px;
text-align: left;
color: #eb2215;
font-size: 16px;
font-weight: bold;
font-size: 18px;
}
/*.about_ttl{
width:1000px;
margin-right: auto;
margin-left: auto;
text-align: left;
color: #eb2215;
font-size:28px;
font-weight:bold;
margin-bottom: -2px!important;

}
.about_ttl_img{
width:1000px;
margin-right: auto;
margin-left: auto;
}
.about_ttl_img img{
width: 50%;
}*/
.numberboxs{
font-size: 14px;
margin: 0 5px 15px 5px;
    padding: 15px 5px;
    text-align: center;
    width: 30%;
    height: 115px;
    border-radius: 10px;
    border: 4px solid #ffa500;
    display: inline-block;
    color: #ffa500;
    font-weight: bold;
}
.numberbox, numberboxs{
list-style-type: none;
}
.numberbox{
clear:both;
width:1000px;
height: 350px;
margin-left:auto;
margin-right:auto;
}
.bignum {
/*text-shadow:  1px  1px 3px #ffa500,-1px  1px 3px #ffa500,1px -1px 3px #ffa500,-1px -1px 3px #ffa500; */
font-size:72px;
font-weight:bold;
line-height: 1.1;
}
.ttl4{
border-left: 8px solid #eb2215;
width:1000px;
margin-left:auto;
margin-right:auto;
text-align: left;
font-weight: bold;
font-size: 18px;
padding-left: 10px;
padding-bottom: 7px;
height: 15px;
}
hr.ttl4l {
height: 3px;
background-color: #ccc;
border: none;
display: block;
width:1000px;
margin-left:auto;
margin-right:auto;
}
.about_ttl4_img{
width:1000px;
margin-right: auto;
margin-left: auto;
}

.tool_box{

width:1000px;
margin-left:auto;
margin-right:auto;
}
.tool_left{
width:45%;
float: left;

display: inline;
}

.tool_right{
float: left;
width:45%;

display: inline;
}
/*********************for about acordion****************************/
.menu {
    margin:0;
    padding:0;
}

.menu li {
    float:left;
    margin-right:10px;
    list-style:none;
}

.menu li a {
    display:block;
    padding:10px 20px;
    color:#000000;
    background:#ffd700;
    cursor:pointer;
}

.subInner {
    display:none;
    padding:10px;
    background:#ffffff;
}
.subContent{
    border-radius: 5px;
margin-bottom: 10px;
box-shadow: 0px 0px 10px #e5e5e5;
    border: 2px solid #e5e5e5;
}
.subContent .sliderttl {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
font-size: 16px;
font-weight: bold;
    padding: 10px;
    padding-right: 10px;
    display: block;
    background: url(../images/common/content-image-box-arrow.png) no-repeat right center #5f5f5;
    cursor:pointer;
}

.subContent .sliderttl span {
    display: block;
    background:url(../images/common/plus.png) 100% 0% no-repeat;
	background-position: right center;
}

.subContent .sliderttl span.open {

    background:url(../images/common/minus.png) 100% 100% no-repeat;
    background-position: right center;
}
.subContent .sliderttl span img{
    margin-left: 5px;
    }
    /*************************opening***********************/
#open {
    padding-top: 20px;
    overflow: hidden;
    height: 300px;
    width: 100%;
    background: url(../images/common/opening-bannerBack.png) no-repeat;
    background-size: cover;
}
.box_op{
height: 600px;
clear: both;
border-radius:5px;
background-color: #f5f5f5;
width:1000px;
margin-right: auto;
margin-left: auto;
margin-bottom: 50px;
margin-top: 20px;
}
.box_opttl{
color: #fc7736;
font-size: 160%;
font-weight: bold;
margin-top: 50px;
margin-left: 60px;}
.ttlop {
    clear: both;
    font-size: 18px;
    background-color: #ffffff;
    text-align: left;
}
.ttlop img{
margin-left: -10px;
margin-bottom: -10px;
}

.leftop{
    margin-top: 10px;
background:url(../images/common/opening-box-3-back.png) no-repeat;
   /* background-position: right 2px;
padding: 20px;*/
width: 489px;
height: 269px;
float: left;
}
.leftop_txt{
display: inline-block;
    width: 235px;
    height: 269px;
    padding: 2px 0px 20px 60px;
    line-height: 1.8;
    font-size: 14px;
    text-align: left;
}
.rightop{
    margin-top: 10px;
background:url(../images/common/opening-box-3-back2.png) no-repeat;
/*padding: 20px;*/
width: 500px;
height: 269px;
float: right;
}
.rightop_txt{
    width: 235px;
    height: 269px;
    padding: 2px 0px 20px 60px;
    line-height: 1.8;
    font-size: 14px;
    text-align: left;
    float: left;
}
.bottomop{
background:url(../images/common/opening-box-3-back3.png) no-repeat;
   /* background-position: right 2px;
padding: 20px;*/
width: 989px;
height: 220px;
float: left;
}
.bottomop_txt{
    width: 689px;
    height: 269px;
    padding: 2px 0px 20px 60px;
    line-height: 1.8;
    font-size: 14px;
    text-align: left;
    float: left;
}
.op_3point{
width:1000px;
margin-right: auto;
margin-left: auto;
display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	text-align: center;
}
.op_3pointBOX{
text-align: center;
width:300px;
/*height: 560px;*/
display: inline-block;
}
.op_3pointTXT{
width:300px;
margin-right: auto;
margin-left: auto;
text-align: left;
}
.featurebox_op {
    background-color: #fffaf0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 600px;
    /* padding: 10px 20px; */
}
.op_ttl{
width:1000px;
margin-right: auto;
margin-left: auto;
text-align: left;
color: #eb2215;
font-size:28px;
font-weight:bold;
padding-top: 20px;
}
.featurebox_opo{
background-color: #f6f5f5 ;
margin-left:auto;
margin-right:auto;
width:100%;
padding-top: 5px;
display: block;
/*padding: 10px 20px;*/
}
.op_orderTTL{
padding: 20px 0 0 20px;
font-size: 16px;
font-weight: bold;
}
.op_orderTXT{
line-height: 1.8;
padding-left: 20px;
}
.op_orderBOX1{
width:1000px;
height: 270px;
margin-right: auto;
margin-left: auto;
z-index: 2;
background-image:url(../images/common/opening-box5-menu1.png) ;
background-repeat: no-repeat;
background-position: 0px -20px;
overflow: display;
}
.op_orderBOX1_inner{
z-index: 1;
background-color: #ffffff;
width:853px;
height: 200px;
margin-right: auto;
margin-left: auto;
margin-left: 121px;
}
.op_orderBOX2{
width:1000px;
height: 184px;
margin-right: auto;
margin-left: auto;
z-index: 2;
background-image:url(../images/common/opening-box5-menu2.png) ;
background-repeat: no-repeat;
background-position: 0px -20px;
overflow: display;
}
.op_orderBOX2_inner{
z-index: 1;
background-color: #ffffff;
width:853px;
height: 116px;
margin-right: auto;
margin-left: auto;
margin-left: 121px;
}
.op_orderBOX3{
width:1000px;
height: 333px;
margin-right: auto;
margin-left: auto;
z-index: 2;
background-image:url(../images/common/opening-box5-menu3.png) ;
background-repeat: no-repeat;
background-position: 0px -20px;
overflow: display;
}
.op_orderBOX3_inner{
z-index: 1;
background-color: #ffffff;
width:853px;
height: 250px;
margin-right: auto;
margin-left: auto;
margin-left: 121px;
}
.op_orderBOX4{
width:1000px;
height: 230px;
margin-right: auto;
margin-left: auto;
z-index: 2;
background-image:url(../images/common/opening-box5-menu4.png) ;
background-repeat: no-repeat;
background-position: 0px -20px;
overflow: display;
}
.op_orderBOX4_inner{
z-index: 1;
background-color: #ffffff;
width:853px;
height: 160px;
margin-right: auto;
margin-left: auto;
margin-left: 121px;
}
.op_orderBOX5{
width:1000px;
height: 165px;
margin-right: auto;
margin-left: auto;
z-index: 2;
background-image:url(../images/common/opening-box5-menu5.png) ;
background-repeat: no-repeat;
background-position: 0px -20px;
overflow: display;
}
.op_orderBOX5_inner{
z-index: 1;
background-color: #ffffff;
width:853px;
height: 90px;
margin-right: auto;
margin-left: auto;
margin-left: 121px;
}
.op_orderBOX6{
width:1000px;
height: 152px;
margin-right: auto;
margin-left: auto;
z-index: 2;
background-image:url(../images/common/opening-box5-menu6.png) ;
background-repeat: no-repeat;
background-position: 0px -20px;
overflow: display;
}
.op_orderBOX6_inner{
z-index: 1;
background-color: #ffffff;
width:853px;
height: 90px;
margin-right: auto;
margin-left: auto;
margin-left: 121px;
}
.wbg{
background-color: #ffffff;
    padding: 10px 0;
    margin-bottom: 20px;}
.bold{
font-weight: bold;}
.box_plan{
    /* height: 370px; */
    clear: both;
    border-radius: 5px;
    background-color: #ffffff;
    width: 85%;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    /* margin-bottom: 0px; */
    margin-top: 20px;
}

.box_plan img{
vertical-align: top;
}
.planTXT{
text-align: left;
padding-left: 30px;
margin-top: -50px;
}
.op_plan_boxs{
background-color: #f6f3f3;
font-size: 14px;
margin: 0 5px 15px 5px;
    padding: 15px 5px;
    text-align: center;
    width: 30%;
    height: 75px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px #e5e5e5;
    border: 1px solid #e5e5e5;
    display: inline-block;
    color: #ffa500;
    font-weight: bold;
}
.op_plan_boxs-none{
margin: 0 5px 15px 5px;
    padding: 15px 5px;
    width: 30%;
    height: 75px;
    
    display: inline-block;
    
}
.op_plan_box, op_plan_boxs{
list-style-type: none;
}
.op_plan_boxs img{
float: right;
margin-top: -10px;
}
.op_plan_box{
padding: 0 10px 50px;
display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-around; /* Safari */
  justify-content:        space-around;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
 -webkit-align-content: flex-start; /* Safari */
  align-content:         flex-start;
clear:both;
height: 350px;
margin-left:auto;
margin-right:auto;
}
.op_planTTL{
color: #ec3024;
font-size: 15px;
font-weight: bold;
}
.op_planTXT{
line-height: 1.6;
text-align: left;
font-weight: normal;
color: #424141;
float: left;
padding: 0 0 0 20px;
font-size: 13px;
}

.com_voiceB{
width:1000px;
margin-right: auto;
margin-left: auto;
display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}
.com_voice{
	padding: 20px;
	float: left;
	width: 445px;
	height: 236px;
	background-image:url(../images/common/opening-box9-frame2.png) ;
	background-repeat: no-repeat;
}
.voiceTTL{
color: #ffffff;
font-size: 16px;
font-weight: bold;
}
.voiceTXT{
    width: 300px;
    margin-top: 20px;
    line-height: 1.8;
    text-align: left;
    font-weight: normal;
    color: #424141;
    float: left;
    padding: 0 0 0 10px;
    font-size: 13px;
}
.voiceTXTTTL{
width: 420px;
font-size: 15px;
font-weight: bold;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px #dcdcdc solid;
}
.voiceTXTIMG{
clear: both;
float: right;
display:inline;
margin-top: -110px;
margin-right: 10px;

}
.white{
margin-left: 20px;
padding: 3px;
background-color: #ffffff;
color: #55bc8b;
}
.last{
margin-left: 50px;
}
.ttlop2{
    margin-bottom: 10px;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
    background-color: #ffc527;
    padding: 7px 20px;
    text-align: left;
    font-weight: bold;
}
.oplinkbox_top{
/*padding: 20px 0;*/
background-color: #ffae45;
}
.oplinkbox_top .subbox {
    margin: 0 auto;
    width: 100%;
}
.oplinkbox_top .subbox ul {
    padding: 10px 0;
    width: 1000px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: center;
}
.oplinkbox_top .subbox ul li{
    letter-spacing: 0.1em;
    width: 180px;
    font-weight: bold;
    font-size: 1px;
    list-style: none;
    display: inline-block;
    /* padding: 10px 0; */
}

.oplinks{
    font-size: 12.5px;
    display: block;
    width: 180px;
    /* height: 30px; */
    color: #ffffff;
    /* margin: 10px 0px; */
    padding: 10px 0;
    background-color: #ffae45;
    border: 3px #ffffff solid;
	box-sizing: border-box;
}
.oplinks::first-child{
margin-left: 0px;
}
a.oplinks {
color: #ffffff;
text-decoration: none;
}
a:hover.oplinks {
color: #ffae45;
background-color: #ffffff;
text-decoration: none;
border:3px #ff8c00 solid;
}
.oplinks::after{
    width: 20px;
    height: 20px;
    float: right;
    position : relative ;
    content: '';
    background-repeat: no-repeat;
    background-image: url(../images/common/btn-arrow-R.png) ;
}
a:hover.oplinks::after {
    position : relative ;
    content: '';
    background-repeat: no-repeat;
    background-image: url(../images/common/btn-arrow-N.png);
}
/***********************case*********************************************/
.innerbox{
	/*background-color: #ffffff;*/
	background: url(../images/common/case_bg.png) no-repeat;
	margin: 0 2px;
	padding: 15px 10px;
	/*clear: both;
	display: inline-block;*/
	/*box-shadow: 0px 0px 10px #e5e5e5;
	border: 1px solid #e5e5e5;*/
	width: 305px;
	min-height: 110px;
	float: left;
}


.mcimage{
float: left;
    display: inline-block;
    padding: 10px 20px 20px 10px;
	}
.mctxt {
line-height: 2;
    color: #333;
    text-align: left;
    font-size: 14px;

    padding: 8px 2px;
	font-weight:bold;
    /* margin-top: 20px; */
	}
.mcdetail {
    color: #eb2215;
    display: inline-block;
    /* width: 80px; */
    height: 25px;
    font-size: 12px;

    text-align: right;
    padding: 2px 18px;
    float: right;
    /* margin-left: 170px; */
}
	
.mcdetail::after {
   
    margin-top: -19px;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-image: url(../images/common/content-image-box-arrow.png);
}
.mcinfo{
	clear: both;
	width: 100%;
}
.caseList .mcinfo {
	width: 99%;
	text-align: left;
	padding-left: 10px;
}
.mcinfo1 {
    font-weight: bold;
display: inline;
    color:#fff;
	width: 25px;
	font-size:11px;

	text-align:center;
	background-color: #ff9a16;
	padding: 5px ;
	}	
.mcinfo2 {
display: inline;
	color:#333;
	font-size:11px;

	text-align:left;
	padding:5px;
	}	
.case_box{
    background-color: #f6f5f5;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 5px;
    /* padding: 10px 20px; */
}
.related{
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    background-color: #ffffff;
}
#case {
    padding-top: 20px;
    overflow: hidden;
    height: 300px;
    width: 100%;
    background: url(../images/common/case1.png) no-repeat;
    background-size: cover;
}
.orange{
font-weight: bold;
color: #ffc527;
}
.related a{
    color: #000000;
    text-decoration: none;
    text-align: left;
}
.box_cs{

clear: both;
border-radius:5px;
background-color: #f5f5f5;
width: 85%;
width:1000px;
margin-right: auto;
margin-left: auto;
margin-bottom: 50px;
margin-top: 20px;
}
.rightC{
    float: right;
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;}
.caseTXT{
	width: 640px;
}


.com_voiceB_inner {
	/*width: 1500px;*/
	width: 1000px;
}
.voiceItem {
	background: url(../images/vback.png) repeat 0 0;
	float: left;
	width: 460px;
	margin: 0 0 20px 0;
	padding: 10px;
	display: inline-block;
}
.voiceItem.fright {
	float: right;
}
.voiceItem .label {
	background: #55bc8b;
	padding: 10px 30px;
}
.voiceItem .label dt {
	background: #FFF;
	color: #55bc8b;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px;
	margin-right: 5px;
}
.voiceItem .label dd {
	color: #FFF;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px;
}
.voiceItem .label dd + dt {
	margin-left: 25px;
}
.voiceItem .label + dl {
	background: #FFF;
	padding: 15px 30px;
}
.voiceItem .label + dl dt {
	border-bottom: 1px solid #CCC;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.voiceItem .label + dl dd {
}
.voiceItem .label + dl dd .imgR {
	margin-top: 5px;
	margin-bottom: 10px !important;
}
.case_box .innerbox:hover {
	opacity:0.75;
	filter: alpha(opacity=75);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}




/*　safari
--------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .oplinkbox_top .subbox ul li + li {
		padding-left:20px;
	}
	::i-block-chrome, .op_3pointBOX {
		min-height: 380px;
		float: left;
	}
	::i-block-chrome, .op_3pointBOX + .op_3pointBOX {
		margin-left: 40px;
	}
	::i-block-chrome, .voiceItem .label + dl {
		min-height: 260px;
	}
}

/*　171127
--------------------------------------*/
.op_plan_box{
padding: 0 10px 0;
display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-around; /* Safari */
  justify-content:        space-around;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
 -webkit-align-content: flex-start; /* Safari */
  align-content:         flex-start;
clear:both;
height: 250px;
margin-left:auto;
margin-right:auto;
}
