@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17

*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

* {
-webkit-appearance: none;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul,ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;	
}
img{
	max-width:100%;
	vertical-align:bottom;
}
/img {
	height: auto;
}

/************** layout base ********************/

.clearfix{
overflow:hidden;
}
a{
	color:#868686;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
a:hover{
	text-decoration:underline;
}
a:link{}

a:visited{color:#868686;}

/*ボタンrollover*/
a img{
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
a:hover img{
		filter:Alpha(opacity:70);
	-moz-opacity:0.70;
	opacity:0.70;
}

sup {
	line-height: 100%;
	font-size:12px;
	vertical-align: 0.4em;
}
sub{
	line-height: 100%;
	font-size:10px;
	vertical-align: -0.1em;
}

.txtLeft{
text-align:left;
}
.txtRight{
text-align:right;
}
.txtCenter{
text-align:center;
}
.fw{font-weight:bold !important;}
.f9{ font-size:9px !important;}
.f10{ font-size:10px !important;}
.f11{ font-size:11px !important;}
.f12{ font-size:12px !important;}
.f13{ font-size:13px !important;}
.f14{ font-size:14px !important;}
.f15{ font-size:15px !important;}
.f16{ font-size:16px !important;}
.f17{ font-size:17px !important;}
.f18{ font-size:18px !important;}
.f25{ font-size:25px !important;}

.txtRed{ color:#b41717;}
.note{ color:#666666; font-size:11px;}
.note li{ color:#666666; font-size:11px;}

.fLeft{ float:left;}
.fRight{ float:right;}
.fNon{
	float:none !important;
}

.mTop0{ margin-top:0 !important;}
.mTop5{ margin-top:5px !important;}
.mTop10{ margin-top:10px !important;}
.mTop15{ margin-top:15px !important;}
.mTop20{ margin-top:20px !important;}
.mTop25{ margin-top:25px !important;}
.mTop30{ margin-top:30px !important;}
.mTop35{ margin-top:35px !important;}
.mTop40{ margin-top:40px !important;}
.mTop45{ margin-top:45px !important;}
.mTop50{ margin-top:50px !important;}

.mBtm0{ margin-bottom:0 !important;}
.mBtm5{ margin-bottom:5px !important;}
.mBtm10{ margin-bottom:10px !important;}
.mBtm15{ margin-bottom:15px !important;}
.mBtm20{ margin-bottom:20px !important;}
.mBtm25{ margin-bottom:25px !important;}
.mBtm30{ margin-bottom:30px !important;}
.mBtm35{ margin-bottom:35px !important;}
.mBtm40{ margin-bottom:40px !important;}
.mBtm45{ margin-bottom:45px !important;}
.mBtm50{ margin-bottom:50px !important;}
.mBtm60{ margin-bottom:60px !important;}

.pTop0{ padding-top:0 !important;}
.pTop5{ padding-top:5px !important;}
.pTop10{ padding-top:10px !important;}
.pTop15{ padding-top:15px !important;}
.pTop20{ padding-top:20px !important;}
.pTop25{ padding-top:25px !important;}
.pTop30{ padding-top:30px !important;}
.pTop35{ padding-top:35px !important;}
.pTop40{ padding-top:40px !important;}
.pTop45{ padding-top:45px !important;}
.pTop50{ padding-top:50px !important;}

.pBtm0{ padding-bottom:0 !important;}
.pBtm5{ padding-bottom:5px !important;}
.pBtm10{ padding-bottom:10px !important;}
.pBtm15{ padding-bottom:15px !important;}
.pBtm20{ padding-bottom:20px !important;}
.pBtm25{ padding-bottom:25px !important;}
.pBtm30{ padding-bottom:30px !important;}
.pBtm35{ padding-bottom:35px !important;}
.pBtm40{ padding-bottom:40px !important;}
.pBtm45{ padding-bottom:45px !important;}
.pBtm50{ padding-bottom:50px !important;}
.pBtm60{ padding-bottom:60px !important;}


.spOnly,.spOnlyI{ display:none;}
.pcOnly{ display:block;}
.pcOnlyI{ display:inline-block;}

/************** layout base ********************/
body{
	background:#ffffff;
	text-align:center;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
	line-height:1.2;
	padding-top: 117px;
}

div,p,dl{
text-align:left;
}

p,dt,dd,li,td,th{
color:#333333;
font-size:16px;
	line-height:1.8em;
}
h1,h2,h3,h4,h5,h6{
color:#333333;
font-size:16px;
}
/*****************  common ***********************/
.inner{
	max-width: 980px;
	margin: 0 auto;
}

.innerTxt,
#top #topManual .inner,
#vision #contents section > div > p,
#vision #contents section > div > ul,
#about #contents .contentsBody.inner div > p,
#about #contents .contentsBody.inner div > ul,
#business #contents .contentsBody.inner{
	max-width: 900px;
	margin-right:auto;
	margin-left:auto;
}

/*****************  head ***********************/
header{
	background: url(images/header_bg.png) no-repeat center top;
	background-size: cover;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;	
}

header .inner{
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
	  -webkit-align-items: center; /* Safari */
  align-items:         center;
	background: #fff;
}
#logo{
	margin-right: 50px;
	width: 150px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;	
}
#logo img{
	margin:0 0 8px 0;
}
#gNavi{
	padding: 25px 0;
}
#gNavi > ul{	
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
    flex-wrap:wrap;
	align-items: center;
	width:705px;	
}
#gNavi > ul li a{
	margin: 0 17px 10px;
	color: #868686;
	font-size:14px;
}
#headContact{
	background: #333333;
	padding: 30px 0;
	height: 100%;
	box-sizing: border-box;
	font-weight: bold;
}
#headContact a{
	display: block;
	padding: 25px 0 0 25px;
	background: url(images/ic_email_white.png) no-repeat 42px top;
	color: #fff;
	font-size:14px;
	white-space: nowrap;
}
#headContact img{
	margin-bottom:6px;
}


/*****************  foot ***********************/
footer{
	border-top:1px solid #cccccc;
}
footer .footerSns{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
	
	padding: 27px 0;
}
footer .footerSns li{
	width: 90px;
	text-align: center;
}
footer #footerNavi{
	padding: 57px 0 23px;
	background:url(images/footer_bg.jpg) center top no-repeat;
	background-size: cover;
}
footer #footerNavi ul{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 840px;
	margin: 0 auto;
}
footer #footerNavi ul li{
	margin: 0 20px;
	margin-bottom: 20px;
	font-size:14px;
    line-height: 1.5em;
}
footer ul li a,
footer ul li a:link,
footer ul li a:visited,
footer ul li a:hover,
footer ul li a:active{
	color: #fff;
}
footer #footerContact{
	margin-bottom: 55px;
	text-align: center;
}
footer #footerContact a{
	display: inline-block;
	padding: 10px 30px 10px 64px;
	background: #fff url(images/ic_email_gray.png) no-repeat 33px center;
	font-size:14px;
	font-weight: bold;
}
footer #footerContact a,
footer #footerContact a:link,
footer #footerContact a:visited,
footer #footerContact a:hover,
footer #footerContact a:active{
	color: #333;
}
footer small{
	display:block;
	padding:20px 0 0 0;
	color: #fff;
	font-size:10px;
	text-align:center;
}


/*****************  contents ***********************/
#contents{
}


/*----------------------------------------------
              common
---------------------------------------------*/
.ttlBox{
	padding: 70px 0 60px;
	text-align: center;
}
.ttlBox h1{
	display: inline-block;
}
.ttlBox h1 span{
	display: block;
	margin: 0 0 10px 0;
	padding: 0 14px 10px;
	border-bottom: 2px solid #cccccc;
	font-size: 30px;
}
.ttlBox h1 i{
display:none;
}
.flexBox{		
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: space-between;
	align-items: center;
}

.btn{
  font-weight: bold;
}

/*----------------------------------------------
              top
---------------------------------------------*/
#mainVisual{
	padding: 225px 0 0 0;
	background: url(images/mainimg.jpg) no-repeat center top;
	background-size:cover;
	overflow:hidden;
	position:relative;
	font-size: 0;
}
#mainVisual div{
	text-align:center;
}
#mainVisual p{
	margin: 9px 0 0 0;
	padding: 18px 0 30px;
	background: rgba(0,0,0,0.4);
	text-align:center;
}
#mainVisual p img:nth-of-type(1){
	margin-bottom: 12px;
}

#top .ttlBox{
	padding: 70px 0 60px;
	text-align: center;
}
#top .ttlBox h2{
	display: inline-block;
}
#top .ttlBox h2 span{
	display: block;
	margin: 0 0 10px 0;
	padding: 0 14px 10px;
	border-bottom: 2px solid #cccccc;
}


/*-------------topMessage----------------*/
#topMessage{
	margin-top:60px;
width:60%;
}
#topMessage p{
	margin-bottom:2em;
	font-size:18px;
	text-align:center;
}
#topMessage ul{
	width:80%;
	margin:0 auto 2em;
	/* padding:10px 15px; */
	/* border:2px solid #66ccff; */
	font-size:18px;
	text-align:left;
}
#topMessage ul li{
	margin-left:2em;
	list-style: disc;
	list-position:inside;
	font-size:18px;
}
#topMessage li::before{
/* content: "\02714"; */
color:#66ccff;
font-weight:bold;
font-size:1.3em;
margin-right:0.5em;
margin-left:-1.3em;
}

#topMessage span.bdr {
    background: linear-gradient(rgba(254,254,152,0) 30%,#FEFE98 90%);
}

#topMessage .fBold{
font-weight:bold;
}

#topMessage .name{
width: 50%;
margin: 0 auto 2em auto;
text-align:left;
}


/*-------------topService----------------*/
#topService{
	padding-bottom:60px;
	border-bottom:1px solid #cccccc;
}
#topService .img{
	width: 66%;
}
#topService .img img{
	width: 100%;
	height: auto;
}
#topService .txt{
	width: 24%;
	margin: 0 4% 0 6%;
}

#topService .txt h3{
	margin-bottom: 20px;
	color: #014ba9;
	font-size: 26px;
}
#topService .txt p,
#topManual p{
	margin-bottom: 25px;
}
#topService .txt .btn a,
#topManual .btn a{
	position: relative;
	display: inline-block;
	padding: 10px 40px 10px 30px;
	background: #004aa9;
	color: #fff;
	text-align: center;
	font-size:14px;
}
#topService .txt .btn a::after,
#topManual .btn a::after{
	position: absolute;
	content: ">";
	right: 15px;
}

#top #topManual .inner .txtCenter .pcOnly{
	    margin: 0 auto;
}

/*-------------topNews----------------*/
#topNews{
	padding-bottom:60px;
}
#topNews .flexBox{
	flex-wrap: wrap;
}
#topNews li a{
	margin-bottom: 30px;
	width: 345px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
#topNews li p{
	font-size:14px;
}
#topNews li img{
	margin-right: 10px;
	width: 90px;
	height: 90px;
}


/*----------------------------------------------
              common .pgs
---------------------------------------------*/
.pgs header{
	border-bottom:1px solid #333333;
}
.pgs .catchBox{
	height: 400px;
	box-sizing: border-box;
}
.pgs #contents .contentsBody{
	padding-bottom: 50px;
}
.pgs #contents .contentsBody h2{
	width: 300px;
	margin: 50px auto 25px;
	padding: 15px 0;
	border: 1px solid #666666;
	font-size: 24px;
	text-align: center;
}
.pgs #contents .contentsBody p{
	margin-bottom: 20px;
	font-size: 16px;
}

/*----------------------------------------------
          vision    
---------------------------------------------*/
#vision #contents section{
	overflow: hidden;
}
#vision #contents h2{
	position: relative;
	background-color: #ebf7ff;
	padding: 35px 0;
	height: 230px;
}
#vision #contents h2:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 56.5%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size :cover;
}
#vision #contents h2 span{
	display:block;
	position: absolute;
	right: 9.7%;
	border: 1px #2164b9 solid;
	background: rgba(255,255,255,0.40);
	width: 450px;
	height: 180px;
	padding-top: 50px;
	color: #2164b9;
	font-size: 32px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align: center;
	vertical-align: middle;
	line-height: 2;
}
#vision01 h2:before{
	background-image: url(images/vision_img01.jpg);
}
#vision #contents #vision02 h2:before{
	background-image: url(images/vision_img02.jpg);
	right: 0;
	left: auto;
}
#vision #contents #vision02 h2 span{
	right: auto;
	left: 9.7%;
}
#vision #contents #vision03 h2:before{
	background-image: url(images/vision_img04.jpg);
}
#vision #contents #vision03 h2 span{
	height: 210px;
	padding-top: 20px;
	
}
#vision #contents #vision04 h2:before{
	background-image: url(images/vision_img05.jpg);
	right: 0;
	left: auto;
}
#vision #contents #vision04 h2 span{
	right: auto;
	left: 9.7%;
	height: 140px;
	padding-top: 90px;
}
#vision #contents #vision05 h2:before{
	background-image: url(images/vision_img06.jpg);
}
#vision #contents #vision05 h2 span{
	height: 180px;
	padding-top: 50px;
}
#vision #contents #vision06 h2:before{
	background-image: url(images/vision_img07.jpg);
	right: 0;
	left: auto;
}
#vision #contents #vision06 h2 span{
	right: auto;
	left: 9.7%;
	height: 210px;
	padding-top: 20px;
}
#vision #contents #vision07 h2:before{
	background-image: url(images/vision_img08.jpg);
}
#vision #contents #vision07 h2 span{
	height: 210px;
	padding-top: 20px;
}
#vision #contents #vision08 h2:before{
	background-image: url(images/vision_img09.jpg);
	right: 0;
	left: auto;
}
#vision #contents #vision08 h2 span{
	right: auto;
	left: 9.7%;
	height: 210px;
	padding-top: 20px;
}

#vision #contents h3{
	max-width:980px;
}
/*---------------*/
#vision #contents section > div{
	max-width: 1140px;
	padding: 35px 0 60px 0;
	margin: 0 auto;
}
#vision h3{
	margin: 50px auto 25px;
	padding: 15px 0;
	border: 1px solid #666666;
	font-size: 24px;
	text-align: center;
}
#vision #contents section > div p{
	padding-bottom: 20px;
}
#vision02 .fLeft img{
	margin-right: 45px;
}
#vision03 div p span{
  font-weight: bold;
}
#vision .btn a {
	position: relative;
	display: inline-block;
	padding: 10px 40px 10px 30px;
	background: #004aa9;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
#vision .btn a::after {
	position: absolute;
	content: ">";
	right: 15px;
}/*
#vision #visionGoal li{
	margin:0 0 1em 2em;
}
#vision #visionGoal li::before{
	content:"\02714";
	margin-right:0.5em;
	color:#004AA9;
	font-size:1.5em;
	margin-left:-1.3em;
}*/
/* #vision #visionGoal{
display:flex;
flex-wrap: wrap;
justify-content: space-between; 
} */
#vision #visionGoal li{
    position: relative;
border:2px solid #2164C0;
width:100%;
font-size:18px;
padding:20px;
margin-bottom:2em;
box-sizing:border-box;
}
#vision #visionGoal li::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 0.8em solid transparent;
    border-left: 0.8em solid #2164C0;
    position: absolute;
    z-index: 100;
}

#vision #contents section > div > div{
	max-width:900px;
	margin:0 auto;
}
/*----------------------------------------------
              about
---------------------------------------------*/
#about .catchBox{
	background: url(images/about_mainimg.jpg) no-repeat center top;
	background-size: cover;
}
#about .catchBox h2{
	padding: 45px 0 0 25px;
	margin-bottom: 20px;
	font-size: 45px;
}
#about .catchBox ul{
	width: 45%;
  margin: 0 0 15px 0;
	padding: 0 0 0 25px;
	margin-left: 1em;
	text-indent: -1em;
}
#about .catchBox li{
	font-size: 18px;
	margin-bottom: 10px;
line-height: 1.5em;

}

#about.pgs #contents .contentsBody h2 {
  width: auto;
  max-width: 980px;
  margin: 80px auto 25px;
}

#about .btn{
  margin-top: 30px;
}
#about .btn a,
#about .btnList a{
	position: relative;
	display: inline-block;
	padding: 10px 60px 10px 50px;
	background: #004aa9;
	color: #fff;
	text-align: center;
	font-size: 14px;
  font-weight: bold;
}
#about .btn a::after,
#about .btnList a::after{
	position: absolute;
	content: ">";
	right: 15px;
}

#about .btnList{
  padding-bottom: 30px;
max-width:980px;
margin:0 auto;
}
#about .btnList li{
  float: left;
}
#about .btnList li:first-child a::after{
	content: "<";
	left: 10px;
  right: inherit;
}
#about .btnList li:last-child{
  float: right;
}

#about h3{
	display: block;
	border: 1px #666666 solid;
	max-width: 980px;
	padding: 15px 0;
	margin: 30px auto 30px auto;
	font-size: 24px;
	text-align: center;
}

.aboutBox{
  margin-bottom: 80px;
}

.aboutContact{  
background:#efefef;
  max-width: 980px;
  margin: 70px auto 50px auto;
  padding: 20px 15px;
}
.aboutContact .btn{
margin:30px 0 20px 0;
  text-align: center;
}
.aboutContact p.txtCenter{
font-size:22px !important;
font-weight:bold;
}

#about .txtList{
  max-width: 500px;
  margin: 0 auto;
}
#about .txtList li{
line-height:2.4em;
font-size:18px;
}
#about .btn{
  text-align: center;
}
#about .aboutContact .btn a{
font-size:18px;
}

/*----------------------------------------------
              voice
---------------------------------------------*/
#voice #contents section{
}
.voiceHead{
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 240px;
	padding: 30px 0 30px 0;
}
.voiceHead h2{
	max-width: 1140px;
	margin: 0 auto 30px auto;
	font-size: 32px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.voiceHead p{
	max-width: 600px;
	padding-right: 540px;
	margin: 0 auto 0 auto;
	font-size: 20px;
	font-weight: bold;
}
.voiceHead .name{
	max-width: 1140px;
	padding: 40px 0 0 0;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 18px;
}
.voice01 .voiceHead{
	background-image: url(images/voice_img01.jpg);
}
.voice02 .voiceHead{
	background-image: url(images/voice_img02.jpg);
}
.voice03 .voiceHead{
	background-image: url(images/voice_img03.jpg);
}
.voice04 .voiceHead{
	background-image: url(images/voice_img04.jpg);
}
.voice05 .voiceHead{
	background-image: url(images/voice_img05.jpg);
}
.voice06 .voiceHead{
	background-image: url(https://www.belicoun.co.jp/wp/wp-content/uploads/2019/08/voice_img06.jpg);
}
.voice07 .voiceHead{
	background-image: url(https://www.belicoun.co.jp/wp/wp-content/uploads/2019/09/voice_img07.jpg);
}
.voice08 .voiceHead{
	background-image: url(https://www.belicoun.co.jp/wp/wp-content/uploads/2019/11/voice_img08.jpg);
}

/*---------------*/
#voice #contents .inner ul.chapter{
	max-width: 1140px;
	padding: 30px 0 30px 0;
	margin: 0 auto;
}
#voice #contents .inner ul.chapter li{
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 10px;
	font-size: 15px;
}
#voice #contents .inner ul.chapter li a{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #868686;
	text-decoration: underline;
}
#voice #contents .inner ul.chapter li a::before{
	content: "";
	position: absolute;
top: 0;
bottom: 0;
left: 3px;
margin: auto;
vertical-align: middle;
width: 4px;
height: 4px;
border-top: 1px solid #868686;
border-right: 1px solid #868686;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/*---------------*/
#voice #contents .inner h3{
	padding-top: 110px;
	margin-top: -110px;
}
#voice #contents .inner h3 span{
	display: block;
	border: 1px #666666 solid;
	max-width: 1140px;
	padding: 15px 0;
	margin: 0px auto 30px auto;
	font-size: 24px;
	text-align: center;
}
#voice #contents .inner dl{
	max-width: 1140px;
	padding-bottom: 30px;
	margin: 0 auto;
}
#voice #contents .inner dt{
	color: #57a9e2;
	font-size: 18px;
	font-weight: bold;
}
#voice #contents .inner dd{
	padding:10px 0 35px 20px;
	font-size: 16px;
}
#voice #contents .inner > p{
	max-width: 1140px;
	padding-bottom: 60px;
	margin: 0 auto;
}

#voice #contents .innerTxt p{
padding-bottom: 30px;
}

.voiceContact{
  background:#efefef;
  max-width: 980px;
  margin: 70px auto 50px auto;
  padding: 20px 15px;
}
.voiceContact p.txtCenter{
font-size:22px !important;
font-weight:bold;
}
.voiceContact .btn{
  margin: 30px 0 20px 0;
  text-align: center;
}
.voiceContact .btn a {
	position: relative;
	display: inline-block;
	padding: 10px 40px 10px 30px;
	background: #004aa9;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.voiceContact .btn a::after {
	position: absolute;
	content: ">";
	right: 15px;
}


/*----------------------------------------------
             media ,category_media
---------------------------------------------*/
#category_media article,
#media article{
	overflow: hidden;
	padding-bottom: 60px;
}
#category_media article h2,
#media article h2{
	border: 1px #666666 solid;
	padding: 15px 0;
	margin: 0px auto 30px auto;
	font-size: 24px;
	text-align: center;
}
#category_media article h2 a,
#media article h2 a{
	text-decoration:none;
	color: #333333;
}
/*#category_media article > div,*/
#category_media article > div.clearfix > div,
/*#media article > div,*/
#media article > div.clearfix > div{
	float: left;
	width: 48%;
}
#category_media article > div.clearfix,
#media article > div.clearfix{
float:none;
width:100%;
}
#category_media article .fRight,
#media article .fRight{
	position: relative;
	width: 48%;
	padding-bottom: 0px;
	margin-bottom: 20px;
}
#category_media article .fRight.large a:before,
#media article .fRight.large a:before{
	content: "";
	display: block;
	position: absolute;
	right: 6px;
	bottom: 6px;
	background: url(images/ic_large.png) no-repeat left top;
	width: 34px;
	height: 34px;
	z-index: 5;
}
#category_media article p,
#media article p{
	padding-bottom: 20px;
}
#category_media p.clearfix img,
#media article p.clearfix img{
	width:48%;
}
#category_media article a,
#media article a{
	text-decoration: underline;
}

#category_media article h3,
#media article h3{
	clear: both;
	border-left: 5px #a6dc12 solid;
	padding: 0 0 0 10px;
	margin-bottom: 20px;
	font-size: 18px;
    text-align: left;
}
#btnMedia {
	margin-top:30px;
    text-align: center;
}
#btnMedia a{
    position: relative;
    display: inline-block;
    padding: 15px 40px 15px 30px;
    background: #004aa9;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
#btnMedia a::after{
    position: absolute;
    content: ">";
    right: 15px;
}


/*----------------------------------------------
              business
---------------------------------------------*/
#business #contents .contentsBody h2{
	margin-top:0;
}
#business .btn{
	text-align:center;
}
#business .btn a{
	position: relative;
	display: inline-block;
	padding: 10px 40px 10px 30px;
	background: #004aa9;
	color: #fff;
	text-align: center;
	font-size:14px;
}
#business .btn a::after{
	position: absolute;
	content: ">";
	right: 15px;
}
#business .aboutContact .btn a{
font-size:18px;
}
#business .contentsBody h3{
	font-size: 20px;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	border-bottom:1px solid #333333;
	padding:0 0 8px 0;
	margin:60px 0 15px 0;
}

/*------- 01 --------*/
.management.pgs #contents .contentsBody h2,
.course.pgs #contents .contentsBody h2{
	width:400px;
	margin-top:0;
}
.management.pgs h4,
.ordermade.pgs h4{
	background:#777777;
	color:#ffffff;
	margin:25px 0 25px 0;
	padding:4px 15px;

}


.management.pgs #contents .contentsBody .consulting{
	/* width:1080px; */
	margin:0 30px;
}
.management.pgs #contents .contentsBody .consulting dt
{
	border:1px solid #D1D1D1;
	border-bottom:none;
	font-weight: bold;
	text-align: center;
	background: #F4FFD7;
	padding:10px;
}

.management.pgs #contents .contentsBody .consulting dd
{
	border:1px solid #D1D1D1;
	margin:0 0 20px 0;
	padding:10px;
}

/*-------- 02 -------*/
.ordermade.pgs #contents .contentsBody h2
{
	width:auto;
	max-width:1140px;
}

.ordermade.pgs #contents .contentsBody .consulting {
	width:900px;
	margin:0 0 5px 0;
line-height: 1.5;
overflow: hidden;
}
.ordermade.pgs #contents .contentsBody .consulting dt{
	float:left;
	background:#E5F6F9;
	width:170px;
	margin-bottom:15px;
	font-weight:bold;

}
.ordermade.pgs #contents .contentsBody .consulting dt.guntai{
	padding: 1em 5px 5.7em 5px;
}
.ordermade.pgs #contents .contentsBody .consulting dt.taiiku{
	padding: 1em 5px 2.2em 5px;
}
.ordermade.pgs #contents .contentsBody .consulting dt.appeal{
	padding: 1em 5px 47.5em 5px;
	background: #f2e7f2;
}
.ordermade.pgs #contents .contentsBody .consulting dt.guntai2{
	padding: 1em 5px 3.9em 5px;
}
.ordermade.pgs #contents .contentsBody .consulting dt.taiiku2{
	padding: 1em 5px 5.8em 5px;
}
.ordermade.pgs #contents .contentsBody .consulting dt.appeal2{
	padding: 0.5em 5px 1em 5px;
	background: #f2e7f2;
}
.ordermade.pgs #contents .contentsBody .consulting dd{
	border: 1px solid #CCC;
	width: 700px;
	float:right;
	margin-bottom:15px;

}
.ordermade.pgs #contents .contentsBody .consulting dd ul {
	margin:10px 5px 10px 40px;
}
.ordermade.pgs #contents .contentsBody .consulting dd ul li{
	list-style:circle;
}


.ordermade.pgs #contents .contentsBody .consulting .orderTable{
	
	width:100%;
}
.ordermade.pgs #contents .contentsBody .consulting .orderTable th
{
		padding:5px 10px;
	background-color:#ebebeb;
	border-bottom:1px solid #D1D1D1;
}
.ordermade.pgs #contents .contentsBody .consulting .orderTable td
{
	border-bottom:1px solid #D1D1D1;
	padding:5px;	
}
.ordermade.pgs #contents .contentsBody .consulting .orderTable td ul{
	margin:5px 5px 5px 20px;
}
.ordermade.pgs #contents .contentsBody .consulting .orderTable td ul li
{
	list-style: initial;
	margin-left:20px;
}


/*-------- 03 -------*/
.course #programContents h3{
	font-size: 20px;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	border-bottom:1px solid #333333;
	padding:0 0 8px 0;
	margin:60px 0 15px 0;
text-align:left;
}
.course #programContents h4{
	background:#777777;
	color:#ffffff;
	margin:25px 0 10px 0;
	padding:4px 15px;
text-align:left;
}
.course #programContents p,
.course #programContents > ul > li{
	margin-left:1em;
}
.course.pgs #contents .contentsBody li,
.course.pgs #contents .contentsBody p{
text-align:left;
}

/*----------------------------------------------
              company
---------------------------------------------*/
#company #contents table{
	border: 1px #cccccc solid;
	width: 92%;
	max-width: 930px;
	margin: 0 auto;
}
#company #contents table th,
#company #contents table td{
	border: 1px #cccccc solid;
	padding: 10px 10px 10px 30px;
	font-size: 15px;
	vertical-align: middle;
}
#company #contents table th{
	background: #f3f3f3;
	padding: 10px 5px 10px 20px;
}
/*---------------*/
#company .contentsBody{
	overflow: hidden;
}
#company .contentsBody h3{
	margin-bottom: 35px;
	font-size: 20px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#company .contentsBody h3 span{
	font-size: 36px;
}
#company .contentsBody h3 .kana{
	font-size: 22px;
}

#company .contentsBody .fRight{
	padding: 0 0 0 60px;
}
#company .contentsBody ul{
	overflow: hidden;
	clear: both;
	padding: 50px 50px 0 50px;
}
#company .contentsBody ul li{
	float: left;
	width:48%;
}
#company .contentsBody ul li:last-child{
	float: right;
}
#company .contentsBody .companyProfile .fRight{
	text-align:center;
}
#company .contentsBody .companyProfile .fRight img{
	max-width:250px;
}
/*---------------*/


/*----------------------------------------------
              access
---------------------------------------------*/
.icWindow{
	background: url(images/ic_window.png) no-repeat right top;
	padding-right: 20px;
	margin-right: 2px;
	text-decoration: underline;
}
/*---------------*/
#access ol{
	overflow: hidden;
	margin-left: -22px;
	font-size: 0;
}
#access ol li{
	display: inline-block;
	width: 365px;
	margin:0 60px 60px 60px;
	vertical-align: top;
}
#access #contents .contentsBody ol li p{
	position: relative;
	min-height: 4.5em;
	padding:10px 0 5px 60px;
	margin-bottom: 0;
}
#access ol li p span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	border-radius: 5px;
	width: 45px;
	margin-right: 15px;
	color: #FFFFFF;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 30px;
	line-height: 45px;
	text-indent: 0;
	text-align: center;
}

/*----------------------------------------------
              policy
---------------------------------------------*/
#policy .contentsBody h3 {
	font-size: 20px;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	border-bottom:1px solid #333333;
	padding:0 0 8px 0;
	margin:60px 0 15px 0;
}

/*----------------------------------------------
              contact
---------------------------------------------*/
.formArea{
	max-width: 800px;
	margin: 0 auto;
	padding:0 0 60px 0;
}
.formArea table{
  margin-bottom: 30px;
}
.formArea th{	
  width: 30%;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
	font-size: 18px;
text-align: left;
}
.formArea dt span{
	background: #FF3333;
	padding: 0 5px;
	margin: 0 5px;
	color: #FFFFFF;
	font-size: 12px;
}
.formArea td{
	padding: 5px 4%;
  vertical-align: middle;
text-align: left;
}
.formArea td input{
	border: 3px #cccccc solid;
	width: 100%;
	padding: 5px 1%;
}
.formArea td #zip1,.formArea td #zip2{
	width: 5em;
}
.formArea td select{
	border: 3px #cccccc solid;
	padding: 5px 1%;
}
.formArea td textarea{
	border: 3px #cccccc solid;
	width: 95%;
	height: 100px;
	padding: 5px 1%;
}
/*---------------*/
.formBtn{
	text-align: center;
}
.formBtn input{
	border: none;
	background: #d2322d;
	border-radius: 10px;
	width: 300px;
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

/*----------------------------------------------
              news
---------------------------------------------*/

#category_news .entrybodyBox,
#news .entrybodyBox {
    overflow: hidden;
    padding-bottom: 60px;
}
#category_news .entrybodyBox h2,
#news .entrybodyBox h2 {
    border: 1px #666666 solid;
    padding: 15px 0;
    margin: 0px auto 30px auto;
    font-size: 24px;
    text-align: center;
}
#category_news .entrybodyBox h3,
#news .entrybodyBox h3 {
    clear: both;
    border-left: 5px #a6dc12 solid;
    padding: 0 0 0 10px;
    margin-bottom: 20px;
    font-size: 18px;
}
#category_news .entrybodyBox a > img,
#news .entrybodyBox > img{
    padding-bottom: 30px;
}
#category_news .entrybodyBox p,
#news .entrybodyBox p{
    padding-bottom: 20px;
    font-size: 16px;
}

.newsList{
	width:900px;
	margin:0 auto;
}

.newsList li{
font-size:14px;
margin-bottom:20px;
padding:5px;
}

.newsList li:nth-child(even){
	background:#efefef;
}
.newsList li a{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}

.newsList li img{
	margin-right: 10px;
	width: 90px;
	height: 90px;
}

.pagetop{
	position: fixed;
	bottom: 5%;
	right: 2%;
}



/*----------------------------------------------
              know-how
---------------------------------------------*/
#knowhow #contents{
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
}
#breadcrumb{
  padding: 17px 0 15px;
	font-size: 14px;

}
#knowhow #contents #mainContents{
	float: right;
	width: 73%;
}
#knowhow #contents #mainContents h2 {
	position: relative;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 24px;
	text-align: center;
}
#knowhow #contents #mainContents h2::before,
#knowhow #contents #mainContents h2::after{
	content: "";
	position: absolute;
	display: block;
	background: #000000;
	width: 100%;
	height: 1px;
	left: 0;
}
#knowhow #contents #mainContents h2::before{
  top: 1px;
}
#knowhow #contents #mainContents h2::after{
  bottom: 1px;
}

#knowhow #contents #sideCate{
	float: left;
	width: 22%;
	background: #fafafa;
	border: 3px solid #f5f5f5;
}
#knowhow #contents #sideCate h2{
	background: #dddddd;
	color: #ffffff;
	padding: 2.5% 6%;
	border-radius: 2px;
	color: #666666;
	font-size: 15px;
}
#knowhow #contents #sideCate ul{
	padding: 4% 4% 10% 4%;
}
#knowhow #contents #sideCate ul li{
	line-height: 1.4em;
	margin-bottom: 7px;
	font-size: 14px;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 7px;
}

.detail h1{
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

#knowhow h3{
	position: relative;
	background: #86bafd;
	margin-bottom: 20px;
	padding: 13px 20px;
	color: #ffffff;
	font-size: 20px;
	border-radius: 5px;
}

#knowhow h4 {
	position: relative;
	border-bottom:1px dotted #000;
	padding:10px 0;
	font-size:20px;
}

#knowhow h5 {
	position: relative;
	border-bottom:1px dotted #000;
	padding:10px 0;
	font-size:20px;
}

#knowhow h55 {
	border-left:6px #86bafd solid;
	padding:10px 5px;
	font-size:20px;
}

#knowhow .leadTtl::after {
    content: '';
    position: absolute;
    border-top: 10px solid #6cab36;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -9px;
    left: 50px;
    border-radius: 2px;
}

.textField{
  margin-bottom: 40px;
}
.textField p{
  margin-bottom: 20px;
}
.textField p:last-of-type{
	margin-bottom: 0x;
}
.textField .leadImg{
  margin-bottom: 10px;
  text-align: center;
  line-height: 0;
}
.textField p span{
  display: block;
  font-weight: bold;
}

.relationTtl {
	border-bottom: 1px solid #333333;
	margin: 60px 0 15px 0;
	padding: 0 0 8px 0;
	font-size: 20px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align: center;
}
.knowContact{
  background: #efefef;
  padding: 20px;
  margin: 70px 0 30px;
}
.knowContactTtl,
.knowContactBtn{
  text-align: center;
font-weight: bold;
}

.knowContactBtn{
  margin-top: 15px;
}

.knowContactBtn a{
	position: relative;
	display: inline-block;
	padding: 10px 40px 10px 30px;
	background: #004aa9;
	color: #fff;
	text-align: center;
	font-size:14px;
}
.knowContactBtn a::after{
	position: absolute;
	content: ">";
	right: 15px;
}

/*----------------------------------------------
              program
---------------------------------------------*/
/* pageProgramList
-----------------------------------*/
.pageProgramList li{	
  display: -webkit-box;/*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display: flex;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.pageProgramList .pageProgramImg{
    width: 20%;
    margin-right: 3%;
	
}
.pageProgramList .pageProgramImg img{
	width: 100%;
	height: auto;
}
.pageProgramList .pageProgramTxt{
    width: 77%;
	
}
#business .pageProgramList .pageProgramTxt .btn{
	text-align: right;
}


/* 
-----------------------------------*/

#business #contents.pageProgram,
#program #contents{
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
}
#business #contents.pageProgram #mainContents,
#program #contents #mainContents{
	float: right;
	width: 73%;
}
#business #contents.pageProgram #mainContents h1,
#program #contents #mainContents h2 {
	position: relative;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 24px;
	text-align: center;
}
#business #contents.pageProgram #mainContents h1::before,
#program #contents #mainContents h2::before,
#business #contents.pageProgram #mainContents h1::after,
#program #contents #mainContents h2::after{
	content: "";
	position: absolute;
	display: block;
	background: #000000;
	width: 100%;
	height: 1px;
	left: 0;
}
#business #contents.pageProgram #mainContents h1::before,
#program #contents #mainContents h2::before{
  top: 1px;
}
#business #contents.pageProgram #mainContents h1::after,
#program #contents #mainContents h2::after{
  bottom: 1px;
}

#business #contents.pageProgram #sideCate,
#program #contents #sideCate{
	float: left;
	width: 22%;
	background: #fafafa;
	border: 3px solid #f5f5f5;
}
#business #contents.pageProgram #sideCate h2,
#program #contents #sideCate h2{
	background: #dddddd;
	color: #ffffff;
	padding: 2.5% 6%;
	border-radius: 2px;
	color: #666666;
	font-size: 15px;
}
#business #contents.pageProgram #sideCate ul,
#program #contents #sideCate ul{
	padding: 4% 4% 10% 4%;
}
#business #contents.pageProgram #sideCate ul li,
#program #contents #sideCate ul li{
	line-height: 1.4em;
	margin-bottom: 7px;
	font-size: 14px;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 7px;
}

#program h3{
	position: relative;
	background: #86bafd;
	margin-bottom: 20px;
	padding: 13px 20px;
	color: #ffffff;
	font-size: 20px;
	border-radius: 5px;
}

#program h4 {
	position: relative;
	border-bottom:1px dotted #000;
	padding:10px 0;
	font-size:20px;
}

#program h5 {
	position: relative;
	border-bottom:1px dotted #000;
	padding:10px 0;
	font-size:20px;
}

#program h55 {
	border-left:6px #86bafd solid;
	padding:10px 5px;
	font-size:20px;
}

#program .leadTtl::after {
    content: '';
    position: absolute;
    border-top: 10px solid #6cab36;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -9px;
    left: 50px;
    border-radius: 2px;
}



/*----------------------------------------------
              pagenation
---------------------------------------------*/
/*Pagenation*/
.pagenation {
	width: 50%;
	margin: 40px auto 10px auto
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 10px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active{
    background-color: #333333;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 5px 15px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}
.pagenation li.count{
	padding-right: 20px;
	line-height: 2.4em;
}




/*****************************************************************************/
/*------------------------------------------------------------------------
              smartphone
--------------------------------------------------------------------------*/
@media screen and (max-width: 640px){
.pcOnly,.pcOnlyI{ display:none;}
.spOnly{ display:block;}
.spOnlyI{ display:inline-block;}
	body{
		padding-top: 65px;
	}
p,dt,dd,li,td,th{
font-size:14px;
	line-height:1.5em;
}
h1,h2,h3,h4,h5,h6{
font-size:14px;
}
	.inner{
		width: 94%;
		margin: 0 3%;
}
header{
	height: 65px;
}
header .inner{
	display: block;
}
header #logo{
	display: block;
	width: 120px;
	height: 65px;	
 margin-right: 0px;
	font-size: 14px;
	}
header #logo img{
	margin-top: 5px;
	height: 30px;
	}
#menuBtn{
	position: absolute;
	right:76px;
	top:0;
	width: 65px;
	height: auto;
	cursor: pointer;
}
#gNavi{
	display: none;
	padding: 0px 0;
	width: 100%;
	background: #e9faff;
	border-top:1px solid #83b9fe;
	top:65px;
	left:0;
	position:fixed;
	z-index:9999;
}
#gNavi > ul{	
	display: block;
}
#gNavi > ul li a{
	display: block;
	border-bottom:1px solid #83b9fe;
	margin: 0 0px 0px;
	padding: 0.8em 3%;
	color: #868686;
	font-size:14px;
}
#headContact {
	position: absolute;
	right:0;
	top:0;
	padding: 10px 0;
}
#headContact a{
	background-position: center top;
    padding: 25px 10px 0 10px;
}
footer #footerNavi ul{
	justify-content: flex-start;
  width: 92%;
  margin: 0 auto;
}
footer #footerNavi ul li{
	width: 50%;
	box-sizing: border-box;
	margin: 0 0px 20px;
}


/*----------------------------------------------
              top
---------------------------------------------*/
#mainVisual{
padding: 24vw 0 0 0;
    background: url(images/mainimg.jpg) no-repeat center top;
    background-size: contain;
}
#mainVisual p{
padding:14px 0 10px;
}
#mainVisual div >img,
#mainVisual div >p img{
	margin: 0 3%;
		width: 94%;
		height: auto;
}
#topMessage {
    margin: 20px auto;
    width: 90%;
}
#topMessage p{
font-size:14px
}
#topMessage p.f25{
font-size:18px !important;
}
#topMessage ul {
    width: 100%;
	box-sizing:border-box;
}
#topMessage .name{
width:82%;
}
#topService .flexBox{
	flex-wrap: wrap;
}
#topService .img{
	width: 100%;
	margin-bottom: 20px;
}
#topService .txt{
	width: 100%;
	margin: 0 3% 0 3%;
}
#topNews li a{
		width: 100%;
	}
#topNews li a img{
	width: 20%;
	height: auto;
}
#topNews li a p{
		width: 80%;
}


/*----------------------------------------------
              common .pgs
---------------------------------------------*/
.pgs .catchBox{
	padding: 30px 0;
	height: auto;
	box-sizing: border-box;
}
.pgs .catchBox{
	height: 400px;
	box-sizing: border-box;
}
.pgs #contents .contentsBody{
	padding-bottom: 40px;
}
.pgs #contents .contentsBody h2{
	width: auto;
	margin: 40px auto 15px;
	padding: 10px 0;
	font-size: 20px;
}
.pgs #contents .contentsBody p{
	margin-bottom: 20px;
	font-size: 16px;
}
/*----------------------------------------------
          vision    
---------------------------------------------*/
#vision #contents h2{
	padding: 20px 0;
	height: auto;
}
#vision #contents h2:before{
	width: 100%;
	height: 100%;
}
#vision #contents h2 span{
	position: relative;
	right: inherit;
	background: rgba(255,255,255,0.60);
	width: auto;
	height: auto;
	padding: 20px;
	margin: 0 3%;
	font-size: 25px;
	line-height: 1.8;
}
#vision #contents #vision02 h2:before{
	right: inherit;
}
#vision #contents #vision02 h2 span{
	left: inherit;
}
#vision #contents #vision03 h2 span{
	height: auto;
	
}
/*---------------*/
#vision #contents section > div{
	padding: 20px 0 30px 0;
	margin: 0 3%;
}
#vision h3{
	margin-bottom: 15px;
	font-size: 16px;
}
#vision #contents section > div p{
	padding-bottom: 20px;
}
#vision02 .fLeft{
	float: none;
}
#vision02 .fLeft img{
	margin-right: 0px;
}
#vision #visionGoal ul{
	display:block;
}
#vision #visionGoal li {
    width: 80%;
    font-size: 16px;
    margin-bottom: 1em;
margin-left:auto;
margin-right:auto;
}

/*----------------------------------------------
              about
---------------------------------------------*/
#about .catchBox h2{
    padding: 0 0 0 0px;
	font-size: 25px;
}
#about .catchBox ul{
	width: 100%;
 padding: 0 0 0 0px;
}
#about .catchBox ul li{
		font-size: 15px;
}

#about h3{
  font-size: 18px;
}
#about h4{
  font-size: 16px;
}
#about .btnList {
	padding-bottom: 0;
}
#about .btnList li,
#about .btnList li:last-child{
  margin-top: 10px;
  float: none;
  text-align: center;
}
/*----------------------------------------------
              business
---------------------------------------------*/

.management.pgs #contents .contentsBody h2, 
.course.pgs #contents .contentsBody h2{
	width:100%;
}

/*------- 01 --------*/

.management.pgs #contents .contentsBody .consulting{
	width:100%;
	margin:0;
}

/*-------- 02 -------*/


.ordermade.pgs #contents .contentsBody .consulting {
	width:100%;
	margin:0;
}
.ordermade.pgs #contents .contentsBody .consulting dt{
	width:100%;
	float:none;

}

.ordermade.pgs #contents .contentsBody .consulting dd{
	width: auto;
	float:none

}

.ordermade.pgs #contents .contentsBody .consulting dt.guntai,
.ordermade.pgs #contents .contentsBody .consulting dt.taiiku,
.ordermade.pgs #contents .contentsBody .consulting dt.appeal,
.ordermade.pgs #contents .contentsBody .consulting dt.guntai2,
.ordermade.pgs #contents .contentsBody .consulting dt.taiiku2,
.ordermade.pgs #contents .contentsBody .consulting dt.appeal2{
	padding: 1em;
	margin-bottom:0;

}

.ordermade.pgs #contents .contentsBody .consulting dd ul {
    margin: 10px 5px 10px 30px;
}

.ordermade.pgs #contents .contentsBody .consulting .orderTable{
	width:99%;
}

/*----------------------------------------------
              voice
---------------------------------------------*/
.voiceHead{
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-position: right bottom;
	background-size: 120% auto;
	min-height:inherit;
	padding: 30px 5px 30% 5px;
}
.voiceHead h2{
	margin: 0 auto 20px auto;
	font-size: 20px;
}
.voiceHead p{
	max-width:none;
	padding-right: 0px;
	font-size: 15px;
}
.voiceHead .name{
	padding: 20px 0 0 0;
	font-size: 14px;
}

/*---------------*/
#voice #contents .inner ul.chapter{
	padding: 10px 3%;
}
#voice #contents .inner ul.chapter li{
	display: block;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size: 13px;
}
/*---------------*/
#voice #contents .inner h3{
	padding-top: 65px;
	margin-top: -65px;
}
#voice #contents .inner h3 span{
	padding: 10px 5px;
	margin: 0px 3% 20px 3%;
	font-size: 20px;
}
#voice #contents .inner dl{
	padding-bottom: 20px;
	margin: 0 3%;
}
#voice #contents .inner dt{
	font-size: 16px;
}
#voice #contents .inner dd{
	padding:10px 0 20px 0px;
	font-size: 14px;
}
#voice #contents .inner > p{
	padding-bottom: 40px;
	margin: 0 3%;
}
.voiceContact{
  width: 92%;
  margin: 0 auto 25px;
  padding: 4%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
  
/*----------------------------------------------
             media 
---------------------------------------------*/
#media article{
	padding-bottom: 30px;
}
#media article h2{
	padding: 10px 5px;
	margin: 0px 0 20px 0;
	font-size: 20px;
}
#media article .clearfix .fLeft,
#media article .clearfix .fRight{
		float: none;
	margin-bottom: 5px;
	}
	
#media article >div{
	float: none;
	width: auto;
}
/*#category_media article > div,*/
#category_media article > div.clearfix > div,
/*#media article > div,*/
#media article > div.clearfix > div{
	float: none;
	width: auto;
}
#media article .fRight{
	float: none;
	width: auto;
}
#media article p{
	padding-bottom: 10px;
}

#media article h3{
	margin-bottom: 15px;
	font-size: 16px;
}

/*----------------------------------------------
              access
---------------------------------------------*/
#access ol{
	margin-left: 0px;
}
#access ol li{
	display:block;
	width: auto;
	margin:0 0 30px 0px;
	text-align: center;
}
#access #contents .contentsBody ol li p{
	position: relative;
	min-height:inherit;
	padding:6px 0 5px 50px;
}
#access ol li p span{
	border-radius: 3px;
	width: 35px;
	margin-right: 10px;
	font-size: 20px;
	line-height: 35px;
}
	

/*----------------------------------------------
              company
---------------------------------------------*/
#company #contents table th,
#company #contents table td{
	border: 1px #cccccc solid;
	padding: 10px 10px 10px 10px;
	font-size: 15px;
	vertical-align: middle;
}
#company #contents table th{
	background: #f3f3f3;
	padding: 10px 5px 10px 10px;
}

#company .contentsBody .fRight{
  float: none;
	padding: 0;
  text-align: center;
}
#company .contentsBody h3 {
  margin-bottom: 15px;
	line-height: 1.3;
}
  

/*----------------------------------------------
              contact
---------------------------------------------*/
.formArea{
  width: 92%;
  margin: 0 auto;
	padding:0 0 30px 0;
}
.formArea table{
  width: 100%;
  margin-bottom: 30px;
}
.formArea tr{
  display: block;
  width: 100%;
}
.formArea th{
  display: block;
  width: 100%;
	padding: 5px 0 0;
	margin-bottom: 5px;
}
.formArea td{
  display: block;
	padding: 5px 0;
}
.formArea td input{
	width: 98%;
	padding: 5px 0;
}
.formArea td textarea{
	padding: 5px 0;
}


/*----------------------------------------------
             NEWS
---------------------------------------------*/

.newsList{
	width:90%;
	margin:0 auto;
}


.newsList li img{
	margin-right: 10px;
	width: 50px;
	height: 50px;
}

/*---end--*/


/*----------------------------------------------
              know-how
---------------------------------------------*/
#knowhow #contents{
	width: 92%;
}
#breadcrumb{
	padding: 15px 0;
	font-size: 12px;
}
#knowhow #contents .ttlBox h1 span {
	font-size: 24px;
}
#knowhow #contents #mainContents{
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
#knowhow #contents #mainContents h2{
  margin-bottom: 15px;
  font-size: 18px;
  text-align: left;
}

#knowhow #contents #sideCate{
	border: 1px solid #f5f5f5;
	float: none;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #f5f5f5;
}
#knowhow #contents #sideCate h2{
	padding: 2.5% 4%;
	font-size: 15px;
}
#knowhow #contents #sideCate ul{
	padding: 4%;
}
#knowhow #contents #sideCate ul li{
	line-height: 1.5;
	margin-bottom: 3px;
	font-size: 12px;
	padding-bottom: 3px;
}

.detail h1{
  margin-bottom: 15px;
  font-size: 18px;
}

#knowhow h3{
	font-size: 16px;
	margin-bottom: 15px;
  padding: 13px 20px;
}

#knowhow h4 {
	position: relative;
	border-bottom:1px dotted #000;
	padding:10px 0;
	font-size:20px;
}

#knowhow h5 {
	border-left:6px #86bafd solid;
	padding:10px 5px;
	font-size:20px;
}

#knowhow .leadTtl::after {
    content: '';
    position: absolute;
    border-top: 10px solid #6cab36;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -9px;
    left: 50px;
    border-radius: 2px;
}

.textField p{
	margin-bottom: 15px;
	font-size: 16px;
}

.relationTtl {
	border-bottom: 1px solid #333333;
	margin: 60px 0 15px 0;
	padding: 0 0 8px 0;
	font-size: 20px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align: center;
}
.knowContact{
  background: #efefef;
  padding: 10px;
  margin-top: 35px;
}

.knowContactBtn a{
	position: relative;
	display: inline-block;
	padding: 10px 40px 10px 30px;
	background: #004aa9;
	color: #fff;
	text-align: center;
	font-size:14px;
}
.knowContactBtn a::after{
	position: absolute;
	content: ">";
	right: 15px;
}
	
/*----------------------------------------------
              program
---------------------------------------------*/
#business #contents.pageProgram,
#program #contents{
	width: 92%;
}
#business #contents.pageProgram #mainContents,
#program #contents #mainContents{
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
#business #contents.pageProgram #mainContents h1,
#program #contents #mainContents h2{
  margin-bottom: 15px;
  font-size: 18px;
  text-align: left;
}

#business #contents.pageProgram #sideCate,
#program #contents #sideCate{
	border: 1px solid #f5f5f5;
	float: none;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #f5f5f5;
}
#program #contents #sideCate h2{
	padding: 2.5% 4%;
	font-size: 15px;
}
#business #contents.pageProgram #sideCate ul,
#program #contents #sideCate ul{
	padding: 4%;
}
#business #contents.pageProgram #sideCate ul li,
#program #contents #sideCate ul li{
	line-height: 1.5;
	margin-bottom: 3px;
	font-size: 12px;
	padding-bottom: 3px;
}
#program h3{
	font-size: 16px;
	margin-bottom: 15px;
  padding: 13px 20px;
}

#program h4 {
	position: relative;
	border-bottom:1px dotted #000;
	padding:10px 0;
	font-size:20px;
}

#program h5 {
	border-left:6px #86bafd solid;
	padding:10px 5px;
	font-size:20px;
}

#program .leadTtl::after {
    content: '';
    position: absolute;
    border-top: 10px solid #6cab36;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -9px;
    left: 50px;
    border-radius: 2px;
}
  

/*----------------------------------------------
              pagenation
---------------------------------------------*/
/*Pagenation*/
.pagenation {
  width: 100%;
  margin: 30px auto;
  font-size: 0;
  text-align: center;
}
.pagenation li {
  display: inline-block;
  float: none;
  font-size: 14px;
}
.pagenation li.count{
  display: none;
}

}