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

/*
 * design.css
 *  version --- 1.0
 *  updated --- 2017.02.01
 */

/* -----------------------------------------------
2. Style
3. global.css
4. container
3. Responsive

-------------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=Roboto:300);
/* font-family: 'Roboto', sans-serif; */

html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 320px;
	word-wrap: break-word;
}
/* font-type */
.second h1 {
	padding-top: 60px;
}
.t01 {/* font-size: 42px; */
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	line-height: 1;
} /* solution 見出し　英語 */seminarArea
.t02 {
	font-size: 38px;
	text-align: center;
} /* secondページの見出しh2（黒） */
.t01s, .t02s {
	font-size: 16px;
	display: block;
	line-height: 1;
	text-align: center;
}
.t03 {
	color: #444;
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
.heading01 {
	display: inline-block;
	color:#5b5b5b;
    line-height: 1;
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
}
@media (max-width: 768px) {

.heading01 {
    font-size: 28px;
    font-size: 7.5vw;
}
}
hr {
	height: 1px;
	border: none;
	border-top: 1px solid #ccc;
}
.second h3 {
	line-height: 1.6;
}
.fs32 {
	font-size: 32px;
}
h3.c04.fs18 {
	margin-bottom: 15px;
}
.entry a:link, .link {
	color: #f4a300;
}
.entry a:hover {
	color: #333;
}
.topService {
	margin-bottom: 60px;
}
.topService h2 {
	position: relative;
}
.topService h2.fistletter {
	background: #eee;
	padding: 10px 20px 7px 10px;
	font-size: 15px;
}
.topService h2 img.icnNum {
	vertical-align: middle;
	margin: -5px 10px 0;
}
.topService a {
	display: block;
	border: 1px solid #ccc;
	min-height: 331px;
}
.topService a:link {
	text-decoration: none;
}
.topService a:hover {
	opacity: 0.8;
}
.topService p {
	font-size: 15px;
	padding: 5px 15px 0 20px;
}
.triangle:after {
	content: "";
	border: 15px solid transparent;
	border-bottom-color: #eee;
	border-top-width: 0;
	width: 0;
	position: absolute;
	top: -13px;
	left: 25px;
}
/* index
------------------------------------------------------------------*/
#Downloads {
	min-height: 300px;
}
#Downloads .cloudbox {
    width: 32%;
    background-color: white;
	border: 1px solid #ccc;
}
#Downloads .cloudbox:hover {
    border: 1px solid #f4a200;
}
#Downloads .linkbox a {
    border: none;
}
#Downloads .linkbox a:hover {
    border: none;
}

#Downloads .cloudbox img {
}

#Downloads strong{
	font-weight: normal;
}

#Downloads .flex {	
    justify-content: space-between!important;
}


#Downloads .bgArea .btn01, #service .topService .btn01{
    color: #000;
    border: 1px solid #ccc;
    padding: 11px 20px;
    width: 200px;
    font-size: 13px;
    text-align: center;
    display: block;
    margin-top: 2rem;
    background: #fff;
}

#Downloads .bgArea .btn01:hover {
    border: 1px solid #f4a300;
    text-decoration: none;
}

#Downloads .linkbox a {
    padding: 10px 10px 20px;
}

#Downloads .linkbox a:hover {
	border: none;
}
	
#Downloads .cloudbox p{
	text-align: left;
	width: 90%;
	margin: 0 auto;
}


@media (max-width: 768px) {
	#Downloads .cloudbox {
		width: 100%;
		margin-bottom: 3%;
	}
	
	#Downloads .row {
		margin-right: 0;
		margin-left: 0;
	}
}










.index #IaaS {
	min-height: 300px;
}
#IaaS .cloudbox {
    width: 19%;
    background-color: white;
	border: 1px solid #ccc;
}
#IaaS .cloudbox:hover {
    border: 1px solid #f4a200;
}
#IaaS .linkbox a {
    border: none;
}
#IaaS .linkbox a:hover {
    border: none;
}
#IaaS .cloudbox img {
}


#IaaS strong{
	font-weight: normal;
}


@media (max-width: 768px) {
	#IaaS .cloudbox {
		width: 48.5%;
		margin-bottom: 3%;
	}
}

#customer{
	border-top: 1px solid #e1e1e1;
	padding: 40px 0 50px;
}
#customer strong{
	display: none;
}
.topcustomer #customer strong{
	display: block;
	font-weight: normal;
}
.topcustomer #customer{
	border-top: 1px solid #e1e1e1;
	padding: 60px 0 60px;
}


/*#customer .box{
	width:19%;
        margin-bottom: 1%;
}
*/


/* 2021.2.2　フッター事例一覧のレイアウト変更の為追加 */
.spbetween {
	-webkit-box-pack: justify;
	justify-content: center!important;
}
	
#customer .box {
	width: 16%;
	margin-bottom: 1%;
	padding-right: 0.5%;
	padding-left: 0.5%;
}
/* ////////// */


#customer .linkbox a {
	padding: 5px 22px;
	vertical-align: middle;
}
#customer .linkbox .col-md-2, #customer .linkbox .col-sm-2 {
	padding-left: 10px;
	padding-right: 10px;
}
#customer .bgArea .btn01,#service .topService .btn01 {
    color: #000;
    border: 1px solid #ccc;
    padding: 11px 20px;
    width: 200px;
    font-size: 13px;
    text-align: center;
    display: block;
    margin-top: 2rem;
}
#customer .bgArea .btn01:hover {
    border: 1px solid #f4a300;
    text-decoration: none;
}



@media (max-width: 768px) {
#customer .box{
	width: 32.5%;
    margin-bottom: 1%;
}
#customer{
	border-top: 1px solid #e1e1e1;
	padding: 30px 0 30px;
}
.topcustomer #customer{
	border-top: 1px solid #e1e1e1;
	padding: 40px 0 40px;
}
#customer .linkbox a {
    padding: 5px 5px;
}



}
#service h1 {
	margin-top: 10px;
}

#service strong{
	font-weight: normal;
}

#seminar {
	background: url(/common/img/bg_seminar.png) center top no-repeat;
	color: #fff;
	padding: 60px 0;
	background-size: cover;

}
#seminar .inner {
/*padding-left: 100px;*/
}
#seminar h2, #seminar dl {
	color: #fff;
	text-align: center;
	font-weight: normal;
}
#seminar h2 {
	margin-bottom: 40px;
}
#seminar dl {
	margin-bottom: 20px;
	padding: 20px 0;
    border: 1px solid #FFF;
}
#seminar dt {
	padding: 8px 10px;
    background: #04182b;
    font-size: 12px;
    float: left;
    width: 8em;
    color: #FFF;
    font-weight: bold;
}
#seminar dt.date {
	margin-right: 3em;
	margin-left: 3rem;
}
#seminar dd {
	padding: 0;
	font-size: 14px;
	text-align: left;
	float: left;/*width: 70%; */
}
#seminar dd a {
	color: #fff;
}
#seminar dd a span.appeal {
	color: #f7b100;
}
#seminar dd span.txtWrap {
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	display: table-cell;
	height: 2em;
	line-height: 1.4;
}
.seminar {
	font-family: Meiryo, メイリオ, Osaka, "游ゴシック体", "Yu Gothic", YuGothic, arial, helvetica, sans-serif;
}
.seminar .bgArea {
	text-align: center;
	margin-bottom: 60px;/*background: #f1f1f1;
	border: 1px solid #ccc;
	padding: 20px 20px;
	overflow: hidden;*/
}
.seminar .bgArea p {
	margin-bottom: 6px;
}
.seminar .bgArea .btn01 {
	color: #000;
	border: 1px solid #ccc;
	padding: 11px 20px;
	width: 200px;
	font-size: 13px;
	text-align: center;
	display: block;
}
.btnContact.gray a {
	background: #aaa;
	box-shadow: 0px 3px 0px 0px #999;
	-webkit-box-shadow: 0px 3px 0px 0px #999;
	-moz-box-shadow: 0px 3px 0px 0px #999;
}
.seminar .bgArea .btn01.yellow {
	border: 1px solid #f7b100;
	color: #f7b100;
}
.seminar .bgArea .btn01:hover {
	border: 1px solid #f4a300;
}
.seminar .bgArea .btn01.yellow:hover {
	border: 1px solid #ccc;
	color: #000;
}
.seminar .bgArea .btn01:hover {
	text-decoration: none;
}
.seminar .bgArea .btn01.blue {
	background: #115a71;
}
.second.seminar .headline {
	margin-top: 92px;
}

.seminar .overviewInner .mds {
	margin:10px 0 10px 0;
	font-weight: bold;
    margin-left: -1em;
}

.seminar .overviewInner ul {
	margin-bottom: 20px;
}

.seminar .overviewInner li {
	list-style: disc;
	text-indent: 1em;
}

.seminar .ttl {
	padding: 50px 0 30px;
}

.seminar .ttl h1 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 23px;
	font-weight: normal;
    color: #5b5b5b;
    font-family: 'Roboto', sans-serif;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	line-height: 1.7em;
}

.seminar .ttl h1 span {
	font-size: 20px;
}


.seminar .leadBox {
	width: 900px;
	height: auto;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.8em;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: justify;
}

.seminar .speakers {
	width: 900px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #efefef;
}

.seminar .wrapper {
	width: 100%;
	height: auto;
}

.seminar .speakers .mds1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 7px;
    background: #999;
	color: #fff;
}

.seminar .speakers .inrBox {
	width: 100%;
	height: auto;
	padding: 10px;
	display: flex;
}

.seminar .speakers .inrBox .ImgBox {
	width: 20%;
	height: auto;
	margin-right: 10px;
	padding: 10px;
}

.seminar .speakers .inrBox .ImgBox img {
	width: 100%;
	height: auto;
}

.seminar .speakers .inrBox ul {
	width: 80%;
	padding: 10px;
}

.seminar .speakers .inrBox li {
	text-align: left;
}

.seminar .speakers .inrBox .name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.seminar .speakers .inrBox .txt {
	text-align: justify;
}

.seminar .overviewInner .accessArea {
	margin: 10px 0 0 0;
}

.seminar .overviewInner .accessArea span {
    background: #999;
    padding: 2px 8px 2px;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 80%;
    line-height: 1.9em;
    color: #fff;
    font-weight: bold;
}

.seminar .waku {
	width: 300px;
	margin: 0 auto;
	font-size: 16px;
	color: red;
	margin-top: 20px;
	border: 1px solid #FF0000;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
}

.seminar .waku2 {
	width: 900px;
	margin: 0 auto;
	font-size: 16px;
	color: red;
	margin-top: 20px;
	border: 1px solid #FF0000;
	padding: 10px;
	text-align: justify;
	border-radius: 5px;
}

.seminar .linkBtn {
	margin: 20px 0 80px 0;
	text-align: center;
}

.seminar .linkBtn a {
	background: #f7b100;
    padding: 0.7em 1.6em;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0px 3px 0px 0px #d29807;
    -moz-box-shadow: 0px 3px 0px 0px #d29807;
    -webkit-box-shadow: 0px 3px 0px 0px #d29807;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.seminar .linkBtn a, a:link {
    text-decoration: none;
}

.seminar .linkBtn a:hover {
	opacity: 0.8;
}

#form .textarea.form-control {
    height: 300px!important;
}

@media (max-width: 768px) {
	.seminar .leadBox {
		width: 90%;
		height: auto;
	}
	
	.seminar .speakers {
		width: 90%;
		height: auto;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#seminar dt.date{
		margin-left: 0;
	}
	
	.seminar .speakers .inrBox {
		display:block;
	}
	
	.seminar .speakers .inrBox .ImgBox {
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	.seminar .speakers .inrBox .ImgBox img {
		width: 80%;
		height: auto;
	}
	
	.seminar .speakers .inrBox ul {
		width: 100%;
		padding: 10px;
	}
	
	.seminar .waku2 {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
}


/* top */
#seminar {
	min-height: 300px;
}

#seminar .cloudbox {
    width: 32%;
    background-color: white;
	border: 1px solid #ccc;
	margin: 0 8px;
}

#seminar .cloudbox:hover {
    border: 1px solid #f4a200;
}

#seminar .linkbox a {
    border: none;
}

#seminar .linkbox a:hover {
    border: none;
}

#seminar .cloudbox .date {
	font-size: 14px;
    text-align: left;
    font-weight: bold;
    background: #f2f2f2;
    padding: 15px;
}

#seminar h3 {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#seminar .cloudbox .date span {
	background: #333;
    border-radius: 3px;
    color: #fff;
    padding: 4px 8px 5px;
    margin-right: 8px;
}

#seminar .cloudbox .tags {	
	width: 100%;
	margin:  0 auto;
    font-size: 12px;
    margin-top: 10px;
}

#seminar .cloudbox .tags ul {
	display: flex;
	flex-wrap: wrap;
}

#seminar .cloudbox .tags ul li {
	list-style: none;
    margin-right: 3px;
    background: #333;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
	margin-bottom: 3px;
}

#seminar strong{
	font-weight: normal;
}

#seminar .flex {	
    /*justify-content: space-between!important;*/
}

#seminar .bgArea .btn01, #service .topService .btn01{
    color: #000;
    border: 1px solid #ccc;
    padding: 11px 20px;
    width: 200px;
    font-size: 13px;
    text-align: center;
    display: block;
    margin-top: 2rem;
    background: #fff;
}

#seminar .hover:hover {
	filter: opacity(70%);
	cursor: pointer;
	transition : 1s;
}

#seminar .bgArea .btn01:hover {
    /*border: 1px solid #f4a300;*/
    text-decoration: none;
}

#seminar .linkbox a {
    padding: 10px 10px 20px;
}

#seminar .linkbox a:hover {
	border: none;
}
	
#seminar .cloudbox p {
	text-align: justify;
	width: 90%;
	margin: 0 auto;
}

@media (max-width: 768px) {
	#seminar .cloudbox {
		width: 100%;
		margin-bottom: 3%;
	}
	
	#seminar .row {
		margin-right: 0;
		margin-left: 0;
	}
}



@media (max-width: 555px) {
	.second.seminar .headline {
	margin-top: 4px;
	}
}

.second.seminar .headline p {
	margin-bottom: 0;
}
.second.seminar h1 {
	padding-top: 0;
}
.ttl_h1 {
	font-size: 40px;
	font-family: Meiryo, メイリオ, Osaka, "游ゴシック体", "Yu Gothic", YuGothic, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.2;
	margin: 7px 0 9px 0;
	padding-top: 0;
	text-shadow: #dedce3 1px 1px 2px, #dedce3 -1px 1px 2px, #dedce3 1px -1px 2px, #dedce3 -1px -1px 2px;
}
#seminarKv .ttl_ar {
    position: relative;
    padding: 0.5em 1em 0.5em 1em;
    background: white;
    display: inline-block;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #717171;
    box-shadow: 1px 1px 3px #717171;
}
#seminarKv .ttl_ar:after {
	position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 11px solid transparent;
    border-top: 19px solid white;
    width: 0;
    height: 0;
}
#seminarKv .ttl_ar .ars01 {
    font-size: 14px;
}
#seminarKv .ttl_ar .ars02 {
	font-weight: bold;
	color: #c43d38;
    font-size: 16px;
}
.fa.fa-check{
	color: #c43d38;
}
.btnContact.fl {
    margin-top: 27px;
}
.ttl_h1 span.s {
	font-size: 35px;
}
#seminarKv p {
	color: #333;
	font-size: 18px;
}
.icn_img {
	float: left;
	margin-top: 60px;
	position: absolute;
	left: 90px;
}
.seminar .btnB {
	background: #c43d38;
	color: #fff;
	font-size: 16px;
	padding: 12px 40px;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.seminar .btnContact a.btnB {
	box-shadow: 0px 4px 0px 0px #a82823;
	-moz-box-shadow: 0px 4px 0px 0px #a82823;
	-webkit-box-shadow: 0px 4px 0px 0px #a82823;
}
.seminar .btnB:hover {
	text-decoration: none;
	opacity: 0.8;
}
.seminar .logoArea {
	margin-top: -60px;
}
.seminar h2.type01 {
	font-family: Meiryo, メイリオ, Osaka, "游ゴシック体", "Yu Gothic", YuGothic, arial, helvetica, sans-serif;
	color: #f5493c;
	font-size: 30px;
	margin: 50px auto;
}
.seminar h2.type01 .l {
	font-size: 60px;
	color: #333;
}
.seminar #trouble li {
	font-size: 16px;
	padding-right: 60px;
}
.seminar #trouble li img {
	margin: 0 40px 20px 0;
	vertical-align: middle;
}
.seminar #point h3.type03 {
	font-family: Meiryo, メイリオ, Osaka, "游ゴシック体", "Yu Gothic", YuGothic, arial, helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.4;
	margin: 30px auto 20px;
}
.seminar #point h3.type03 .l {
	font-size: 34px;
	float: left;
}
.seminar #point p {
	text-align: left;
}
.seminar .bgGray {
	background: #f2f2f2;
}
.seminar .btnArea {
	/*background: url(/seminar/regular/img/bg_btnArea.png) no-repeat center top, #d7504c;*/
	color: #333;
	padding: 45px 0 60px;
	background: #eee;
}
#strength .btnArea {
/*background: url(/seminar/regular/img/bg_btnArea2.png) no-repeat center top, #d7504c;*/
	
}
.seminar #strength {
	/*background: url(/seminar/regular/img/bg_strength.png) no-repeat center top;*/
	overflow: hidden;
	background-size: cover;
}
.seminar h3.type02 {
	font-family: Meiryo, メイリオ, Osaka, "游ゴシック体", "Yu Gothic", YuGothic, arial, helvetica, sans-serif;
	/*color: #fb8903;*/
	/*color: #f4a200;*/
	color: #333;
	font-size: 22px;
}
/* セミナー概要 */
.seminar #overview {
	/*background: url(/seminar/regular/img/bg_overview.png) no-repeat center top;*/
	background-size: cover;
	overflow: hidden;
	padding: 60px 0;
}
.overviewInner {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	float: none !important;
}
.overviewInner table.gaiyou {
	width: 100%;
	font-size: 14px;
}
.seminar .ttl_white {
	color: #333;
	background: rgba(255, 255, 255, 0.2);
	padding: 0.5em;
	text-align: center;
}
.seminar .gaiyou th, .seminar .gaiyou td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 20px 40px;
}
.seminar .gaiyou .bg02 {
	background: #d44d48;
}
.seminar .gaiyou.yellow th {
	color: #fff;
	background: #999;
	text-align: center;
	padding: 10px 40px;
	vertical-align: middle;
}
.seminar .gaiyou.yellow td {
	background: #fff;
	font-size: 14px;
	line-height: 1.6;
}
.seminar .gaiyou .bg02 td {
	background: #999;
	color: #fff;
	padding: 10px 40px;
}
.seminar .gaiyou .vm {
	vertical-align: middle;
}
.seminar .gaiyou .bold > td, th {
	font-weight: bold;
}
.seminar .gaiyou .bold {
	font-weight: bold;
}
.seminar #info {
	padding: 0 0 60px 0;
}
.seminar .gaiyou.tc th {
	text-align: center;
}
.seminar .gaiyou a {
	color: #f7b100;
}
.seminar .gaiyou a:hover {
	text-decoration: underline;
}
.seminar .calender td {
	text-align: center;
}

@media (max-width: 768px) {
	.seminar .gaiyou.yellow td {
		display: block;
		width: 100%;
	}

}


/* whitepaper
------------------------------------------------------------------*/
.whitepaper #point h3.type04 {
    font-family: Meiryo, メイリオ, Osaka, "游ゴシック体", "Yu Gothic", YuGothic, arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    margin: 30px auto 20px;
}

.whitepaper #dlform h3.type04 {
    font-family: Meiryo, メイリオ, Osaka, "游ゴシック体", "Yu Gothic", YuGothic, arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    margin: 30px auto 20px;
}

.whitepaper .txtj {
	text-align: justify;
}

.whitepaper #dlform .catch {
	width: 100%;
	height: auto;
	background: #f1f1f1;
	padding: 10px;
}

.whitepaper .dlTtl {
	text-align: center;
}

.whitepaper .dlTtl h1 {
	text-align: center;
	font-size: 25px;
	margin-top: 50px;
	color: #f5493c;
}

.whitepaper .dlTtl h2 {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}

.whitepaper #formArea {
	width: 600px;
	height: auto;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.whitepaper #formArea {
		width: 90%;
		height: auto;
	}
}


/* solution
------------------------------------------------------------------*/
#solution {
	background: url(/solution/img/bg01a.png) center top no-repeat;
	padding: 0 0 20px 0;
}




.linkbox.height a {
	height: 240px;
}
.linkbox li {
	padding: 0 0.78%;
	box-sizing: border-box;
}
.linkbox a {
	border: 1px solid #ccc;
	display: block;
	padding: 15px 10px 20px;
	text-align: center;
}
.linkbox a:hover {
	text-decoration: none;
	border: 1px solid #f4a200;
}
.linkbox h3 {
	font-size: 15px;
	padding: 10px 0;
}
.linkbox h3.fs17 {
	font-size: 17px;
}
.linkbox p {
	font-size: 13px;
	margin-bottom: 0;
}
.link02:hover {
	text-decoration: none;
	opacity: 0.7;
}
.logoPd {
	padding: 40px;
	background: #fff;
}
@media (max-width: 768px) {
	.linkbox a {
	padding: 15px 5px 20px;
}
}
/* serviceArea
------------------------------------------------------------------*/
.serviceArea .mgt {
	margin-top: 60px;
}

/* seminar
------------------------------------------------------------------*/
.seminarArea {
	margin-bottom: 60px;
}
.seminarArea .inner {
	padding: 15px;
}
.seminarArea h2 {
	font-size: 16px;
}
.seminarArea a {
	display: block;
	border: 1px solid #ccc;
	min-height: 310px;
}
.seminarArea a:link {
	text-decoration: none;
}
.seminarArea a:hover {
	opacity: 0.8;
}
.seminarArea p {
	font-size: 13px;
	line-height: 1.6;
}
/* 受付中 */
.seminarArea .status {
	background: #fff;
	border: 1px solid #cf1126;
	border-radius: 3px;
	font-size: 9px;
	color: #cf1126;
	padding: 0px 3px;
	line-height: 1;
	text-align: center;
	margin-left: 10px;
}
/* 受付終了 */
.seminarArea .status.end {
	background: #999;
	border: 1px solid #999;
	border-radius: 3px;
	color: #fff;
}

.seminarArea .clmWrap {
	display: block;
    border: 1px solid #ccc;
    min-height: 310px;
}

.seminar .strong {
	background: linear-gradient(transparent 0%, #eee 0%);
	padding: 0 3px;
}
.mark01:before {
	font-family: FontAwesome;
	content: "\f105";
	position: relative;
	color: #f4a200;
	margin-right: 5px;
	height: 1em;
	width: 1em;
}
.mark01 {
}
.seminar .ribon {
	position: absolute;
	height: 55px;
	width: 50px;
	/*background: #f4a200;/* yellow */
	background: #cf1126;
	color: #fff;
	z-index: 10;
	text-align: center;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	display: flex;
}
.seminar .ribon:after {
	content: "";
	bottom: -10px;
	position: absolute;
	width: 0;
	border-color: transparent #cf1126;
	border-width: 0 25px 10px 25px;
	border-style: solid;
}

.seminar .ribon2 {
	position: absolute;
	height: 55px;
	width: 90px;
	/*background: #f4a200;/* yellow */
	background: #cf1126;
	color: #fff;
	z-index: 10;
	text-align: center;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	display: flex;
    right: 15px;
    padding: 5px;
}
.seminar .ribon2:after {
	content: "";
	bottom: -10px;
	position: absolute;
	width: 0;
	border-color: transparent #cf1126;
	border-width: 0 45px 10px 45px;
	border-style: solid;
}


.seminar .ribon3 {
	position: absolute;
	/*height: 55px;*/
	width: 120px;
	background: #f4a200;/* yellow */
	color: #fff;
	z-index: 10;
	text-align: center;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
    font-size: 12px;
    padding: 3px 5px 3px 5px;
    border-radius: 0 0 5px 0;
}

.seminar .cntBox {
	margin-bottom: 50px;
}

.seminar .leadBox ul li {
	list-style: disc;
	margin-left: 1.5em;
}


.seminarArea .cntBox .wrapper {
	border: 1px solid #ccc;
	text-align: left;
    z-index: 5;
}

.seminarArea .cntBox a {
	/*display: block;*/
	border: none;
	min-height: 310px;
}

.seminar .btn_video {
	margin-bottom: 20px;
	text-align: center;
}

.seminar .btn_video a {
  display: inline-block;
  /*width: 200px;*/
  text-align: center;
  background-color: #f4a200;
  border: 2px solid #f4a200;
  font-size: 14px;
  color: #f4a200;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 4px;
  position: relative;
    min-height: auto;
}

.seminar .btn_video a span {
  position: relative;
  z-index: 1;
}

.seminar .btn_video a::before,
.seminar .btn_video a::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.seminar .btn_video a::before {
  left: 0;
}
.seminar .btn_video a::after {
  right: 0;
}

.seminar .btn_video a:hover:before,
.seminar .btn_video a:hover:after {
  width: 0;
  background-color: #FFF;
}

.seminar .btn_video a:hover {
  color: #FFF;
}

.seminar .btn_video a {
}





.seminar .btn_video2 {
	margin-bottom: 20px;
	text-align: center;
}

.seminar .btn_video2 a {
  display: inline-block;
  width: 600px;
  text-align: center;
  background-color: #f4a200;
  border: 2px solid #f4a200;
  font-size: 16px;
  color: #f4a200;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 4px;
  position: relative;
    min-height: auto;
}

.seminar .btn_video2 a span {
  position: relative;
  z-index: 1;
}

.seminar .btn_video2 a::before,
.seminar .btn_video2 a::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.seminar .btn_video2 a::before {
  left: 0;
}
.seminar .btn_video2 a::after {
  right: 0;
}

.seminar .btn_video2 a:hover:before,
.seminar .btn_video2 a:hover:after {
  width: 0;
  background-color: #FFF;
}

.seminar .btn_video2 a:hover {
  color: #FFF;
}

.seminar .btn_video2 a {
}

@media (max-width: 768px) {
	.seminar .btn_video2 a {
		width: 80%;
	}
}


/* 共通：下部お問い合わせボタン */
#Inquiry {
	margin: 0 auto;
	padding: 60px 15px 50px;
	border-top: 1px solid #ccc;
	text-align: cener;
}
#Inquiry .txt01 {
	font-size: 20px;
	color: #444;
	font-weight: 600;
}
/* Icon mark */
.mark {
	padding: 0.2em 0.5em 0.1em;
	font-size: 12px;
	background: #ccc;
	margin-right: 1em;
	line-height: 1;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.mark.n {
	background: #004EA2;
}
.mark.h {
	background: #C3262C;
}



/* ページ共通：カテゴリーナビゲーション */
#cateNav {
	padding: 20px;
	border: 1px solid #ccc;
	text-align: center;
}
#cateNav ul {
	margin: 20px;
}
#cateNav li a {
	display: block;
	width: 100%;
	height: 3em;
	background: #fff;
	border: 1px solid #ccc;
	padding: 8px 0;
	font-size: 15px;
	margin-bottom: 10px;
}
#cateNav li a:hover {
	text-decoration: none;
	border-color: #f7b100;
}
#cateNav li a span {
	display: inline-block;
	vertical-align: middle;
	height: 3em;
	justify-content: center;
	align-items: center;
}
/* second
------------------------------------------------------------------*/
.second {
/*	padding-top: 80px;*/
}
.second h1 {
/*margin-bottom:30px;/*/
}
#bredArea {
	max-width: 1280px;
	padding: 22px 15px 13px;
	text-align: left;
}
#bredArea ol li {
	list-style: none;
	display: inline-block;
	padding-left: 5px;
	font-size: 13px;
}
#bredArea li a {
	color: #3D6D9E;
	padding-right: 15px;
	position: relative;
	display: block;
}
#bredArea a:after {
	content: ">";
	display: block;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	color: #222;
}
#bredArea span {
	vertical-align: middle;
	white-space: nowrap;
}
.ttlArea .container {
	padding: 20px 0;
	margin: 0 auto;
}
.ttlArea p {
	color: #fff;
	text-align: right;
	font-size: 30px;
	margin-bottom: 0;
}
/* bxslider
------------------------------------------------------------------*/

.bx-wrapper .bx-viewport {
	left: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 10px;
}
.bx-wrapper .bx-pager {
	color: #eee;
	font-size: 1.5em;
	z-index: 60;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #f7b100;
}
.bx-wrapper .bx-pager.bx-default-pager a, .bx-wrapper .bx-pager.bx-default-pager a {
	color: #ccc;
	background: #eee;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	color: #1b7dc1;
	background: #f7b100;
}
.bx-wrapper .bx-pager.bx-default-pager a {
/*margin: 0 10px;*/
}
.bx-wrapper {
	margin: 0 auto 0px;
}
/* Style　★english.cssと同じ（後で直したら table 等、英語サイトも見直しする） /*
-------------------------------------------------- */

/* Style  -ttl- 
------------------------------------------------------------------*/
.box-title {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}
.box-title span {
	display: inline-block;
	position: relative;
}
.box-title span:before, .box-title span:after {
	content: "";
	position: absolute;
	height: 4px;
	border-top: 1px solid #ccc;
	top: 20px;
	width: 1000px;
}
.box-title span:before {
	right: 100%;
	margin-right: 10px;
}
.box-title span:after {
	left: 100%;
	margin-left: 10px;
}
.bd {
	border: 1px solid #ccc;
	padding: 10px 20px;
}
.bdb {
	border-bottom: 1px solid #f2f2f2;
}
.bdt {
	border-top: 1px solid #f2f2f2;
}
.bdtc {
	border-top: 1px solid #ccc;
}
.borderbox {
	border: 1px solid #ccc;
	padding: 20px 5px 20px;
	height: 111px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
.bgGray {
	width: 100%;
	background: #f2f2f2;/* border-top: 1px solid #ddd; *//* border-bottom:1px solid #ddd; */
}
.bgWhite {
	background: #fff;
	padding: 20px;
}
.boxGray {
	padding: 20px;
	border: 1px solid #ccc;
	background: #f2f2f2;
}
.bgf2 {
	background: #f2f2f2;
	padding : 20px 0;
	margin: 0;
}
/* contactArea */

/* 20170301 追加*/
form .bold label {
	font-weight: bold !important;
}
/*お問い合わせ　contact*/
form table.type01 input, form table.type01 textarea {
	width: 100%;
	padding: 7px;
}
.contactArea {
	padding: 60px 0 20px;
}
.contactArea .button03 a {
	background-position: 60px 20px;
}
.contactArea2 {
	background: #bc5127;
	background: -moz-linear-gradient(left, #bc5127 0%, #dd962a 50%, #f2c32b 77%, #e9b02b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #bc5127 0%, #dd962a 50%, #f2c32b 77%, #e9b02b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #bc5127 0%, #dd962a 50%, #f2c32b 77%, #e9b02b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc5127', endColorstr='#e9b02b', GradientType=1 ); /* IE6-9 */
}
.contactArea2 .button03 a {
	background-position: 60px 20px;
}
/* Table
------------------------------------------------------------------*/
/* type02 */
table.type02 {
	width: 100%;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}
table.type02 caption {
	font-weight: bold;
}
table.type02 th, table.type02 td {
	padding: 10px 15px;
	border: 1px solid #ccc;
}
table.type02 th.gray {
	background-color: #ccc;
	color: #ffffff;
	border: 1px solid #fff!important;
}


table.type02 tr.aC th, table.type02 tr.aC td {
	text-align: center;
}
table.type02 th {
	background-color: #fff;
	font-weight: bold;
}
table.type02 td {
	background-color: #fff;
}
table.type02 th.bdwhite {
	border-bottom: 1px solid #fff;
}
table.type02 th.brwhite {
	border-right: 1px solid #fff;
}
table.even tr:nth-child(even) td {
	background: #fcfcfc;
}
/* type03 */
table.type03 {
	width: 100%;
	border: 1px solid #ccc;
	margin: 0 auto 20px;
}
table.type03 th, table.type03 td {
	padding: 10px 15px;
	border: 1px solid #ccc;
}
table.type03 th {
	background: #f2f2f2;
}
.scroll-box {
	overflow-x: auto;
}
.scroll-box::-webkit-scrollbar {
 height: 5px;
}
.scroll-box::-webkit-scrollbar-track {
 border-radius: 5px;
 background: #eee;
}
.scroll-box::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #666;
}
/* Form
------------------------------------------------------------------*/
/* CONTACT FORM */

/* Btn
------------------------------------------------------------------*/
.button01 {
	margin-bottom: 20px;
}

.newbutton{
	width: 100%;
	text-align: center;
}

.newbutton a{
	width: 100%;
	display: block;
	background-color: #072747;
	color: #FFF!important;
	padding: 20px;
	font-size: 17px;
	border-radius: 50px;
}

.newbutton a:hover{
	text-decoration: none!important;
	opacity: 0.8;
	transition: 0.7s;
}
/* Second Pages
------------------------------------------------------------------*/
.spHr {
	height: 1px;
	border: none;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	margin-top: 20px;
	display: block;
}
/*-------------------------------------------------- */
/*	global.css　で必要なもの移動/* インタビュー、バナー等
/*---------------------------------------------------*/
#interviewArea {
	width: 100%;
	background-color: #f2f2f2;
	margin-bottom: 20px;
}
#interviewAreaIn {
	max-width: 1310px;
	margin: 0 auto;
	position: relative;
	height: 507px;
}
#interviewArea .interview {
	position: absolute;
	background-color: #f2f2f2;
}
#interviewArea .interview img {
	vertical-align: bottom;
}
#interviewArea .interview .title {
	margin-bottom: 40px;
}
#interviewArea.open {
	background: #fff;
}
.open #interviewAreaIn {
	position: static;
	height: auto;
}
#interviewArea.open .interview {
	position: static;
	margin-bottom: 20px;
}
#interviewNavi {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
#interviewNavi ul {
	float: left;
	position: relative;
	left: 50%;
}
#interviewNavi li {
	float: left;
	position: relative;
	left: -50%;
	margin-right: 10px;
}
#interviewNavi li img {
	vertical-align: middle;
}
#interviewNavi li.on {
}
#interviewAreaIn.contentInner {
	max-width: 1280px;
}
#interviewAreaIn .inner .fL, #interviewAreaIn .inner .fR {
	width: 50%;
	text-align: left;
}
#interviewAreaIn .inner .fR {
	width: 48%;
}
#interviewArea .interview img {
	vertical-align: middle;
	top: 50%;
	height: auto;
}
#interviewArea .interview .inner {
	display: inline-block;
}
/* 追加 */
#interviewDetail {
	background-position: center top;
	background-repeat: no-repeat;
}
#interviewDetail h1 {
	line-height: 1;
	padding-top: 50px;
}
#interviewDetail h1 span.fs21 {
	font-size: 31.5px;
}
#interviewDetail h1 span.fs11 {
	font-size: 16.5px !important;
	display: block;
	line-height: 1.8;
	padding-top: 20px;
}
#interviewDetail.lt1 {
	background-position: center top;
}
#interviewDetail .intsub{
	font-size: 16.5px !important;
    display: block;
    line-height: 1.8;
    padding-top: 20px;
} 
#interviewDetail h1.int{
    line-height: 1.8;
	padding-top: 0;
} 
#interviewDetail h1.fnormal {
	margin-top: 0 !important;
	padding-top: 0 !important;
	font-weight: normal;
	line-height: 1.5;
}
#interviewDetail .fs27 {
	font-size: 27px !important;
}
#interviewDetail .fs27 .fs16 {
	font-size: 16px !important;
}
#interviewDetail p.fs31 {
	margin-bottom: 0 !important;
}

.cpName {
	font-weight: bold;
	-moz-text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
	-webkit-text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
	-ms-text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
	text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
}

#interviewDetail h1.mds1 {
	line-height: 2em;
    letter-spacing: 0.1em;
	font-size: 30px;
}

#interviewDetail h1.mds1 span {
	background: #333;
    padding: 5px 15px;
    border-radius: 4px;
}

.blockquote{
    margin: 10px;
    font-style: italic;
    color: #888;
    background: url(../img/blockquote.png) no-repeat left top,url(../img/blockquote02.png) no-repeat right bottom;
    background-size: 33px;
    padding: 0 70px 10px 70px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    min-height: 40px;
    border: none;
}
@media only screen and (max-width: 1280px) {
#interviewAreaIn {
	width: initial !important;
	max-width: 1280px;
} /* w1280消す */
}

@media only screen and (max-width: 768px) {
	#interviewDetail .intsub {
	font-size: 16.5px !important;
    display: block;
    line-height: 1.8;
    padding-top: 20px;
	} 
	#interviewDetail h1.int {
		font-size: 14px !important;
		line-height: 1.8;
		padding-top: 0;
	} 
}

@media only screen and (max-width: 480px) {
	#interviewDetail h1.mds1 {
		line-height: 1.8em;
		letter-spacing: 0.1em;
	}
	
	#interviewDetail h1.mds1 span {
		background: #FFFFFF;
		padding: 0;
	}
	
	.cpName {
		text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	}
}

/* report　レポート */

.reportTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}
.reportTable th, .reportTable td {
	border: 1px solid #ccc;
	padding: 14px;
}
#charge_report .reportTable th:last-child {
	width: 20%;
}
#reportNewsArea {
	border-top: 1px solid #e1e1e1;
	padding-top: 40px;
	margin: 0 auto 40px auto;
	background-color: white;
}
#reportNewsArea .col {
	width: initial;
	max-width: 48%;
}
#reportNewsArea ul li {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: left;
}
#reportNewsArea ul li .date {
	font-weight: bold;
	color: #f5ae20;
	display: inline-block;
	margin-right: 20px;
	float: left;
	line-height: 2;
}
#reportList #eguan_report .archive li {
	flex: 243px;
	width: 16.666%; /*6col*/
}
#reportList .archive li {
	flex: 20%;
	width: 16.666%;
}
#reportList .archive li:first-child, #reportList .archive li:last-child {
	border-radius: 0;
}
/* 最初から2番目まで #reportList .archive li:nth-child(-n+2) {border-bottom:none;}*/
#reportList .archive li:nth-child(1) {
}
#reportList .archive li:nth-child(7) {
	border-top: none;
	border-left: 1px solid #ccc;
}
#reportList .archive li a:hover {
	border-bottom: 2px solid #ccc;
}
.reportPager {/* max-width: 700px; *//* width: initial; */
	width: 100%;
	overflow: hidden;
}
.reportPager .left, .reportPager .center, .reportPager .right {
	width: initial;
	width: 33.333%;
	display: inline-block;
	position: initial;
	float: left;
	overflow: hidden;
	margin-bottom: 40px;
}
.reportPager .left, .reportPager .center, .reportPager .right {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.reportPager .center {
	border-radius: 0;
	border-left: none;
	border-right: none;
	height: 50px;
}
.reportPager .left a, .reportPager .center a, .reportPager .right a {
	font-size: 12px;
}
/* interrview
------------------------------------------------------------------*/
ul.localMenu {
	max-width: 996px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
} /* 980+16*/
ul.localMenu li {
	margin-bottom: 15px;
}
ul.localMenu li a {
	border: 1px solid #cccccc;
	display: block;
	height: 80px;
	background: #ffffff;
	padding: 0 8px;
}
ul.localMenu li p {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	line-height: 1.6em;
	text-align: center;
}
ul.localMenu li a:hover {
	text-decoration: none;
	border: 1px solid #f4a300;
}
.row.while ul.localMenu .col-md-3 {
	padding: 0 8px;
}

@media (min-width: 768px) {
ul.localMenu li.col-md-3 p {
	width: 25%;
}
}

@media (min-width: 641px) {
ul.localMenu li.col-xs-6 p {
	width: 50%;
}
.pcNone {
	display: none;
}
}

@media (max-width: 640px) {
ul.localMenu li.col-xs-6 p {
	width: 50%;
}
.spNone {
	display: none;
}
.spfs18 {
	font-size: 18px;
}
#interviewDetail .fs27 {
	font-size: 22px !important;
}
}
.second .entry h3, .second h3.box {
	font-size: 15.5px;
}







/* casestudies
------------------------------------------------------------------*/
.casebutton {
	cursor: pointer;
	text-align: center;
	line-height: initial;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.casebutton li{
	display: inline-block;
	background-color: #f4a300;
	color: #ffffff;
	padding: 0px 5px;
    margin-right: 2px;
	font-size: 12px;
}
.fa-caret-right {
    font-size: 8px;
    color: #ccc;
    padding-right: 5px;
}
.op {
	line-height: 1.2em;
	font-weight:bold;
}
.ot {
    line-height: 1.4em;
}
@-moz-document url-prefix() {
	.op {
	line-height:normal;
}
    .ot {
    line-height:normal;
}
}
.list {
	display: inline-block;
	border: 1px #e0e0e0 solid;
	-webkit-transition: 0.2s ease-in-out;
}
.list:hover {
	border: 1px #F7B100 solid;
}
.caselist{
	text-align: center;
}
.caselist a:hover {
	text-decoration: none;
}
#filter {
	display:inline-block;
	text-align: left;
    }
#filterlist{
	display: inline-block;
	flex-wrap: wrap;
    vertical-align: top;
	}
.pofixed {
	position:inherit;
	cursor: pointer;
}

.caselist .list2 {
    -webkit-transition: 0.2s ease-in-out;
	background: #f2f2f2;
    display: block;
    min-height: 263px;
}

.caselist .inr {
	width: 90%;
	margin: 0 auto;
}

.caselist .mds {
	margin: 60px 0 30px 0;
	line-height: 1.8em;
}

.caselist .inrBtn .listbtn {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 8px 0 10px;
    color: #fff;
    background-color: #f8b100;
    border-radius: 25px;
    margin-bottom: 50px;
}

.caselist .inrBtn .listbtn:hover {
	opacity: 0.8;
	text-decoration: none;
}

/* モバイル */
@media (max-width: 767px) {
.caselist{
	display:block;
}
.caselist .col-md-4 {
	width:100%;
	}
.caselist .col-md-4 p {
	text-align: center;
	}
.list {
	height: auto;
	margin-bottom: 25px;
}
.list img {
    max-width: 130px;
    padding-top: 10px;
}
#filter {
	width: 100%;
    }
#filterlist{
	width: 100%;	
	}
.pofixed {
	padding-bottom: 32px;
}
}

/* PC */

@media screen and (min-width:768px) and (max-width:991px) {
.caselist .col-sm-6 {
	width: 46%;
	margin: 0% 2% 4% 2%;
}
#filter {
	width: 25%;
    }
#filterlist{
	width: 74%;	
	}
}

@media (min-width: 992px) {
.caselist .col-md-4 {
	width: 29%;
	margin: 0% 2% 4% 2%;
}
.list img {
    max-width: 155px;
    padding-top: 20px;
}
#filter {
	width: 25%;
	padding-right: 1%;
    }
#filterlist{
	width: 74%;	
	}
}



.pofixed dt {
    border: 1px solid #e0e0e0;
    padding: 13px;
    margin-top: -1px;
	background-color: white;
	-webkit-transition: 0.2s ease-in-out;
}
.pofixed dt:first-child {
    margin-top: 0px;
}
.pofixed dt:hover {
     background-color: #d2d2d2;
}
.pofixed dt:hover .fa-caret-right {
     color: #0e345a;
}

#filter .active {
	font-weight: bold;
	background-color: #d2d2d2;
}
#filter .active a {
	font-weight: bold;
}
.active .fa-caret-right {
    color: #0e345a;
}

.bordern #Inquiry {
    padding: 60px 15px 60px;
    border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.bordern02 #Inquiry {
    padding: 60px 15px 40px;
    border: none;
    margin: 0 auto;
}


/* category
------------------------------------------------------------------*/
#category {
	border-top: 1px solid #e1e1e1;
}
#category h3 {
	font-size: 24px;
	margin: 40px auto 15px;
	font-weight: normal;
	text-align: center;
	color: #5b5b5b;
}
#category p {
	font-size: 16px;
    font-weight: bold;
    text-align: center;
	margin-bottom: 30px;
}
#category .categorybox{
	width:31%;
}
#category a:hover, #category a:focus, #category a:active, #category a:visited {
	text-decoration: none;
}
#category a:hover {
    opacity: 0.8;
}
#category a:hover p{
    opacity: 0.8;
}
/* .topfooter #category {
    margin-top: -30px;
} */
/* モバイル */
@media (max-width: 767px) {
#category h3 {
	margin-bottom: 20px;
	}
#category p {
	    font-size: 13px;
    line-height: 1.5;
	font-weight: normal;
	margin-bottom: 20px;
	}
 #category {
padding: 0;
}
 #category h3 {
font-size:20px;
margin: 20px auto;
}
}
/* Footer
------------------------------------------------------------------*/
#footer {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#footerOuter {
	background: #f2f2f2;
	/*background: #03243e; kon*/
	padding: 50px 0 50px;
}
#footerInner {
	/*margin: 0 auto;*/
	text-align: left;
}
#footerInner h3 {
	font-size: 20px;
	font-weight: 300;
	color: #072747;/* kon */
	/*color:#f7b100; /* yellow */
	margin-bottom: 15px;
}
#footerInner ul li {
	font-size: 13px;
	margin-bottom: 10px;
}
#footer #copyRight {
	background: #072747;/* kon */
	background: #f2f2f2;/*gray*/
	padding: 1em 0 1em;
	;
	text-align: center;
	margin-bottom: 0;
	border-top: 1px solid #ccc;
	font-size: 14px;
}
#footer #copyRight small {
	color: #dbdbdb; /* kon-gray */
	color: #333;
	font-weight: 200;
	letter-spacing: 0.05em;
}
#copyRight p {
	margin-bottom: 0 !important;
}
#footer i.fa {
	margin-right: 8px;
	color: #f7b100;
}
#footer i.fa.fa-external-link {
    font-size: 10px;
}
#footer #btnContact i.fa {
	color: #fff;
}
/* Icon
------------------------------------------------------------------*/
.icnf {
	padding-left: 28px;
}
.icnf:before {
	position: absolute;
	content: "";
	top: 50%;
	background-size: 24px 24px;
}
.icon a:hover img {
	visibility: hidden;
}
.icnf.icn_tel {
	background: url("/en/img/icn_tel.png") top left no-repeat;
	padding-top: 0.2em;
}
.icnf.icn_mail {
	background: url("/en/img/icn_mail.png") top left no-repeat;
	padding-top: 0.2em;
}
.icnf.icn_mail:hover {
	background: url("/en/img/icn_mail_on.png") top left no-repeat;
}
.icon a.jp:hover {
	background: url("/en/img/icn_jp_on.png") top left no-repeat;
}
.icon a.cn:hover {
	background: url("/en/img/icn_cn_on.png") top left no-repeat;
}
.icnf.icn_f_mail {
	background: url("/en/img/icn_f_mail.png") center left no-repeat;
}
.icnf.icn_f_tel {
	background: url("/en/img/icn_f_tel.png") center left no-repeat;
}
.icnf.icn_f_facebook {
	background: url("/en/img/icn_f_facebook.png") center left no-repeat;
}
.icnf li a {
	display: block;
	position: relative;
	font-weight: bold;
}
.arrowR a:before {
	content: "";
	border: 5px solid transparent;
	border-left: 5px solid #bbb;
	width: 5px;
	height: 0;
	margin-right: 0.4em;
	display: inline-block;
	font-size: 14px;
}
#goTop {
	position: fixed;
	bottom: 50px;
	right: 20px;
	background: #f4a300;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	width: 44px;
	height: 44px;
}
#goTop a {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	text-indent: -9999px;
}
#goTop a:after {
	content: "";
	position: absolute;
	left: 15px;
	top: 17px;
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 10;
}
#goTop a:hover {
	opacity: 0.8;
	background: #f5b300;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* Plus */
.icon6:before, .icon6:after {
	display: block;
	content: '';
	width: 7px;
	height: 40px;
	background-color: #b13368;
	border-radius: 10px;
	position: absolute;
	top: 25px;
	left: 41px;
}
.icon6:before {
	width: 40px;
	height: 7px;
	top: 41px;
	left: 25px;
}
/*------------------------------------------------------------------*/
/* Header
------------------------------------------------------------------*/
header {
	height: 80px;
}
#header {
	width: 100%!important;
	margin: 0 auto!important;
	z-index: 69;

	position: fixed;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 6px;
	background: rgb(255, 255, 255);
	border-bottom: 1px solid rgb(224, 224, 224);
}
.mega-dropdown {
	position: static !important;
}
.dropdown-menu {
	margin: 0;
	top: 101%;
	border-color: #eee;
	border-top: 1px solid rgba(0,0,0, .05);
}
.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}
.mega-dropdown-menu > li > ul > li {
	list-style: none;
}
.carousel-control {
	width: 30px;
	height: 30px;
	top: -35px;
}
.left.carousel-control {
	right: 30px;
	left: inherit;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	font-size: 12px;
	background-color: #fff;
	line-height: 30px;
	text-shadow: none;
	color: #333;
	border: 1px solid #ddd;
}
/*bootstrap */
.navbar-nav {
	margin: 20px 0 0;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: none;
	background: none;
	color: #f7b100;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: none;
	border-color: none;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: none !important;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: none !important;
	border-color: none;
}
.navbar {
	margin-bottom: 0px;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: underline;
}
.mega-dropdown-menu > li > ul > li {
	line-height: 2;
	font-size: 13px;
}
.navbar-nav>li {
	font-size: 14px;
}
#pcMenu>.container-fulid {
	padding-left: 14px;
	padding-right: 14px;
}
#header #pcNav {
	float: left;
	font-size: 15px;
}
/* 20170306 megamenu */
#pcNavL {
	font-size: 13px;
 font-family: font-family: メイリオ, "ＭＳ Ｐゴシック", sans-serif;
}
#header {
	/*box-shadow: none;
	/*border-bottom: 1px solid #f2f2f2;*/
	height: 80px;

}


#topLogo img {
	width: 70px !important;
	margin-right: 16px !important;
	margin-left: 16px!important;
	margin-top: 8px!important;
}
#topLogo {
	float: left;
}
.menu {
	float: left;
	margin: 15px 5px 0 0;
}
.menu__mega {
	padding: 15px 15px 15px 0;
}
/*.menu > li {
    float: left;
    width: 25%;
    height: 50px;
    line-height: 50px;
    background: rgb(29, 33, 19);
}
*/
.menu > li a {
	display: block;
}
.menu > li a:hover {
/*color: #999;*/
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

.menu__mega__title{
	display: flex;
	justify-content: space-around;
	margin-top: 16px;
	margin-bottom: 16px;
}

.menu__mega__title li{
	color: #5b5b5b;
	width: 48%;
	font-size: 17px;
	font-weight: bold;
	border-bottom: rgb(235, 235, 235) 1px solid;
}

ul.menu__third-level {
	visibility: hidden;
	opacity: 0;
}
ul.menu__fourth-level {
	visibility: hidden;
	opacity: 0;
}
.menu > li:hover {
	/*background: #072A24;*/
	-webkit-transition: all .5s;
	transition: all .5s;
}

/* new */
.menu__mega .icon_new {
	background: #fff;
	border: 1px solid #cf1126;
	font-size: 9px;
	color: #cf1126;
	padding: 0px 3px;
	top: -14px;
	left: 0;
	z-index: 100;
	line-height: 1.3;
	position: absolute;
}
/* sp new */
.spl .icon_new {
	background: #cf1126;
	/*    border: 1px solid #cf1126;*/
	font-size: 9px;
	color: #fff;
	padding: 0px 3px;
	line-height: 1.3;
	margin-left: 5px;
}
/* 下矢印 */
.init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 3px 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
li.menu__mega ul.menu__second-level {
	position: absolute;
	/*top: 88px;*/
	left: 15px;
	margin-top: 28px;
	box-sizing: border-box;
	width: 100%;
	padding: 40px 40px 50px 110px;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 1px solid #eee;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 8px 10px -4px #4f4f4f;
}

li.wdt300 ul.menu__second-level {
	width: 350px;
}

li.menu__mega ul.menu__second-level .col-sm-3 {
	width: 100%;
}

li.menu__mega ul.menu__second-level .wdt50{
	width: 33%!important;
    padding-right: 30px;
}

li.menu__mega:hover ul.menu__second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
}

/*li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}*/

.dropdown-header, .dropdown-header a {
	font-size: 15px;
	color: #3D6D9E;
	padding: 5px 0 7px 0px;
	line-height: 1.4;
	word-wrap: break-word;
}
.menu__second-level li {
	line-height: 2.2;
}
.menu__mega .menu__second-level li .dropdown-header {
	line-height: 1.4;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: rgb(235, 235, 235) 1px solid;
    padding-bottom: 10px;
}
.menu__mega > li ul > li > a:hover, .menu__mega > li ul > li > a:focus {
	text-decoration: none;
}
.menu__mega .fa-caret-right {
	font-size: 8px;
	color: #ccc;
	padding-right: 5px;
}
.menu__mega .fa-external-link {
	font-size: 8px;
	color: #ccc;
	padding-right: 5px;
}

.menu li.TxtIdt {
	text-indent: 1em;
}

/* 右ボタンカラム */
#header #pcNavR {
	float: right;
	font-size: 13px;
}
#header #pcNavR .navLink{
	display: flex;
}

/* .telArea {
	float: left;
	text-align: right;
	margin: 3px 15px 0 0;
}
.telArea img {
	margin: 0;
	padding: 0;
}
.telArea .time {
	display: block;
} */

.nav__service__list a{
	display: inline-block;
	/*margin-top: 70px;*/
	margin-top: 20px;
    text-align: right;
    padding: 5px 32px;
    background-color: #eee;
    border-radius: 25px;
    float: right;
    font-size: 11px;
}

/*.mgt20 a {
	margin-top: 20px;
}*/

.header__new__button a{
	height: inherit;
	font-size: 13px;
	display: block;
	font-weight: bold;
	padding: 22px 40px 0 40px;
	height: 80px;
	background-color: #262933;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	max-width: 200px;
}



.header__new__button a:hover span{
	color: #d8dbe5;
	transition: 0.3s;
}

.header__new__button a span{
	font-weight: bold;
	color: #fff;
}

.header__new__button a span.en{
	display: block;
	font-size: 10px;
}

.header__new__other{
	border-left: 1px solid #eee;
}

.header__new__other{
	text-align: center;
}

.header__new__other:hover{
	background-color: #f8f8f8;
	transition: 0.3s;
}

.header__new__other a{
	font-size: 8px;
	padding: 20px 8px 0 8px;
	display: block;
	height: 78px;
	text-align: center;
}

.header__new__other a span{
	color: #333333;
}

.header__new__other a svg{
	max-width: 25px;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

.navbar{
	border: none!important;
}

@media screen and (max-width: 1200px){
	.header__new__button a{
		padding: 22px 10px 0 10px;
		font-size: 11px;
	}
	.header__new__other span{
		display: none;
	}
}

/* mobile menu
------------------------------------------------------------------*/
#spMenu {
	position: fixed !important;
	/*right: 0 !important;*/
	right: -1300px;
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
}
.side-open #spMenu {
	right: 0;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
#spNav {
	font-size: 14px;
}
#spNav dl dd a:before {
	content: "";
	border: 5px solid transparent;
	border-left: 5px solid #fff;
	width: 5px;
	height: 0;
	margin-right: 0.4em;
	display: inline-block;
	font-size: 14px;
}
#spNav dt.ac_btn {
	color: #fff;
	display: block;
	height: 50px;
	border-bottom: 1px solid #242C32;
	border-top: 1px solid #546370;
	vertical-align: middle;
	line-height: 50px;
	background: #313d48;
	font-size: 14px;
	font-weight: normal;
}
#spNav dd .spLink li {
	background: #3C4852;
	/*	border-bottom: 1px solid #242C32;
	border-top: 1px solid #546370;*/
	font-size: 14px;
}

#header .spLink .noLink {
	color: #fff;
    display: block;
    padding-left: 20px;
    height: 50px;
    border-bottom: 1px solid #242C32;
    border-top: 1px solid #546370;
    vertical-align: middle;
    line-height: 50px;
}

#spNav dd .spLink .idt {
    background: #2f3840;
    font-size: 14px;
    margin-left: 20px;
}

#spNav dd .spLink .idt2 {
    background: #546470;
    font-size: 14px;
    margin-left: 50px;
}



#spNav li, #spNav dt {
	position: relative;
	text-align: left;
}
/* icon common */

.menuIcon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: absolute;
	right: 10px;
}
/* Plus */
.arP:before, .arP:after {
	display: block;
	content: '';
	width: 3px;
	height: 17px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	top: 14px;
	left: 19px;
}
.arP:before {
	width: 17px;
	height: 3px;
	top: 21px;
	left: 12px;
}
/* mainasu */
.icon7 {
	position: relative;
	margin-right: 28px;
}
.icon7:before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 5px;
	background-color: #f7b100;
	border-radius: 10px;
	position: absolute;
	top: 8px;
	left: 0px;
}
.faqEn .icon7:before {
	top: 12px;
}
/* right>  */
.arR:after, .arR:before {
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #3C4852;
	position: absolute;
	top: 18px;
	right: 0;
}
.arR:before {
	background-color: #fff;
	left: 12px;
}
.arD:after {
	content: "\f078";
	font-family: 'FontAwesome';
	padding-right: 10px;
	position: absolute;
	right: 0;
	color: #ddd !important;
	vertical-align: middle;
	z-index: 10;
}
.blank:after {
	content: "";
	background: url(/common/img/ico_blank.png) right center no-repeat;
	padding-left: 18px;
	z-index: 10;
	background-size: 13px 13px;
}
.arX:after {
	content: "";
	background: url(/common/img/ico_arX.png) right center no-repeat;
	padding-top: 50px;
	position: absolute;
	right: 7px;
	z-index: 10;
	background-size: 20px 20px;
	width: 20px;
	height: 30px;
}
#spNav .spLink li a.jp, #spNav .spLink li a.cn, #spNav .spLink li a.en {
	color: #fff;
	font-size: 17px;
}
#spNavR .icon a.jp:hover, #spNavR .icon a.cn:hover, #spNavR .icon a.en:hover {
	background-position: 8px center;
}
#spNav li a:hover {
	color: #ccc;
}
.spLink li a {
	padding-left: 20px;
	display: block;
}
/*#spNav .bdline {
	border-bottom: 1px solid #555;
}*/

/*------------------------------------------------
	slide Menu Mobile
--------------------------------------------------*/

.overlay {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 40;
}
.overlay::after {
	content: "";
	visibility: hidden;
	position: fixed;
	top: 40%;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	color: rgba(255,255,255,0);
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.side-open .overlay {
	visibility: visible;
	cursor: pointer;
	background: rgba(0,0,0,.6);
}
.side-open .overlay::after {
	visibility: visible;
	color: rgba(255,255,255,.8);
}
/* side-menu */
.side-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	padding-top: 80px;
	text-align: left;
	font-size: 13px;
	background: #3C4852;
	z-index: 30;
}
.spNavHead {
	height: 80px;
	vertical-align: middle;
	line-height: 80px;
	background: #222;
	color: #fff;
	padding-left: 20px;
	margin-top: -80px;
}
.side-menu li, .side-menu p, .side-menu div, .side-menu h2, .side-menu h3, .side-menu a {
	color: #fff;
}
.side-menu a:link {
	text-decoration: none;
}
#spNav li a {
	display: block;
}
.side-menu li {
	color: #fff;
	display: block;
	vertical-align: middle;
	line-height: 50px;
}
.side-menu .parent {
	padding-left: 20px;
}
/*.spl {
    border-bottom: 1px solid #555;
}*/
.side-menu__ul {
	width: 100%;
	height: 100%;
	display: block;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
/* close*/
.side-menu-btn {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	padding: 5px;
	/*background: #ccc;*/
	cursor: pointer;/*z-index: 4;*/
}
/* main-contants */
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 13px;
	/*background: #F8F8F8;*/
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 10;
}
/* sidemenu open */
/*.side-open .wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
*/

.side-open .wrapper, .side-open .overlay {
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
}
.side-menu-btn {
	height: 30px;
	display: block;
	width: 40px;
	background-color: #f4a300;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	position: fixed;
	right: 20px;
	top: 24px;
	z-index: 30;
	padding: 7px 8px;
}
.icon-bar {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.side-menu-btn .icon-bar {
	background: #fff;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	z-index: 2;
}

.side-open .icon-bar:nth-child(2) {
	-webkit-transform: rotate(45deg) translate(5px, 4px);
	transform: rotate(45deg) translate(5px, 4px);
}

.side-open .icon-bar:nth-child(3) {
	opacity: 0;
}
.side-open .icon-bar:nth-child(4) {
	-webkit-transform: rotate(-45deg) translate(4px, -4px);
	transform: rotate(-45deg) translate(4px, -4px);
}
/* css sprite
------------------------------------------------------------------*/

.clearText {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 24px;
}
.navLink li i.icon {
	height: 24px;
}
.icon {
	display: inline-block;
	content: "";
	background-image: url(/common/img/spritesheet.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	background-position-y: -5px;
}
.icon.tel {
	width: 24px;
	height: 24px;
	background-position: -339px -5px;
}
.icon.mail {
	width: 24px;
	height: 24px;
	background-position: -271px -5px;
}
.icon.mail:hover, a.h_mail:hover>.icon.mail {
	width: 24px;
	height: 24px;
	background-position: -305px -5px;
}
.icon.en {
	width: 24px;
	height: 24px;
	background-position: -50px 0;
}
.icon.cn {
	width: 24px;
	height: 24px;
	background-position: 0 0;
}
.icon.f_facebook {
	width: 26px;
	height: 26px;
	background-position: -497px -4px;
	margin-right: 5px;
}
.icon.f_twitter {
	width: 26px;
	height: 26px;
	background-position: -465px -4px;
	margin-right: 5px;
}
.icon.f_mail {
	width: 22px;
	height: 22px;
	background-position: -139px -5px;
	margin-right: 5px;
}
.icon.f_tel {
	width: 22px;
	height: 22px;
	background-position: -171px -5px;
	margin-right: 5px;
}
.mr5 {
	margin-right: 5px;
}
.mr8 {
	margin-right: 8px;
}
/*#spNav .bdline {
	border-bottom: 1px solid #555;
}*/



/* Btn
------------------------------------------------------------------*/
.btnContact {
	text-align: center;
}
.btnContact a {
	background: #f7b100;
	padding: 0.7em 1.6em;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	/* box-shadow: 0px 3px 0px 0px #d29807;
	-moz-box-shadow: 0px 3px 0px 0px #d29807;
	-webkit-box-shadow: 0px 3px 0px 0px #d29807; */
	display: inline-block;
	letter-spacing: 4px;
	color: #fff;
	font-size: 12px;
}
.btnContact a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#footerInner #btnContact a {
	height: 40px;
	font-size: 15px;
	padding: 0.5em 1.6em;
	color: #fff;
}
#btnContact {
	margin-top: 4px;
}
#btnContact a {
	height: 36px;
}


#btnContact a.tmp{
	width: 250px;
}

@media only screen and (max-width: 1100px) {
	#btnContact a.tmp{
		width: 165px;
	}
}

.btnContact.large a {
	padding: 0.7em 0.6em 0.5em;
	font-size: 22px;
	/*font-weight: bold;*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0px px 0px 0px #d29807;
	-moz-box-shadow: 0px 4px 0px 0px #d29807;
	-webkit-box-shadow: 0px 4px 0px 0px #d29807;
	display: block;
}
.btnA a {
	font-size: 17px;
	padding: 0.7em 1.5em;
	border: 2px solid #444;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	text-decoration: none;
	position: relative;
}
.btnA {
	float: none;
	margin: 0 auto;
	text-align: center;
}
.arr01 a:hover {
	border-color: #666;
	background: #f2f2f2;
}
.arr01 a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 20px;
}
.btn01 {
	width: 80%;
	margin: 0 auto;
}
.btn01 a {
	padding: 0.7em 1.5em;
	color: #fff;
	background: #f7b100;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	position: relative;
}
.btn01.c04 a {
	color: #fff;
	background: #f7b100;
}
.btn01.c07 a {
	color: #fff;
	background: #072747;
}
.btn01.c00 a {
	color: #333 !important;
	background: #fff;
	border: 2px solid #333;
	font-weight: normal;
	text-align: center;
}
.btn01 a:hover {
	border-color: #666;
	background: #f2f2f2;
}
/* Container
------------------------------------------------------------------*/

/* ガター溝なしスタイル */
.row.while .col-sm-3, .row.while .col-sm-4, .row.while .col-sm-6 {
	padding: 0 10px;
}
.row.while {
	padding: 0 5px;
	margin: 0 -15px;
} /* カラム間を20pxに */
.row.while .col-md-15 {
	padding: 0 5px;
} /* 5カラム間を10pxに */
.sec {
	margin-top: 40px;
	padding-bottom: 40px;
	clear: both;
	display: block;
}
 @media (max-width: 640px) {
/*	.row.while .col-xs-6, .row.while .col-xs-4, .row.while .col-xs-12 { margin: 1%; padding: 0; }
	.row.while {margin: 0 -1%;}
	.row.while .col-xs-12 { width: 98%; margin: 1% 1% 40px 1%; }
	.col-xs-6 { width: 48%; }*/
	.col-xs-6, col-md-6 {
margin-bottom: 0;
}
 .row.while .col-sm-3, .row.while .col-sm-4, .row.while .col-sm-6 {
padding: 5px;
}
 .row.while {
padding: 0;
margin: -15px;
}
 .pdl20.sp0 {
padding-left: 0;
}
 #StrategicBusinessPartners hr {
display:none;
}
 #StrategicBusinessPartners .col-xs-12 {
margin-bottom: 50px;
}
 #StrategicBusinessPartners .t01.mgb50 {
margin-bottom: 0 !important;
}
}
/* col */
@media only screen and (max-width: 767px) {
 .row.while .col-sm-3, .row.while .col-sm-4, .row.while .col-sm-6 {
padding: 2%;
}
 .row.while {
padding: 0;
margin: -2%;
}
 .row.while .col-md-15 {
padding:2%;
}
 .spw100 {
width: 100%;
}
 .topService .col-xs-12 {
margin-bottom: 20px;
}
 #customer .linkbox .col-md-2, #customer .linkbox .col-sm-2 {
padding: 2%;
}
}
@media only screen and (min-width : 768px) {
 .col-sm-15 {
width: 20%;
float: left;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
 .col-sm-12, .col-xs-12, .col-md-12, .col-sm-6, .col-xs-6, col-md-6 {
margin-bottom: 0;
}
 #IaaS .col-xs-6 {
margin-bottom:20px;
}
}
@media only screen and (max-width : 992px) {
 .col-md-15 {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
 .col-lg-15 {
width: 20%;
float: left;
}
}
/* container */
.container.xsmall {
	max-width: 732px;
} /* 702+30 */
.mid {
	vertical-align: middle;
}
.fit {
	max-width: 100%;
	height: auto;
}
.container {
	max-width: 100%;
}
#cla_ft img{
	-webkit-border-radius: inherit;
	border-radius:inherit;
}
@media only screen and (max-width: 719px){
 #cla_ft .container{
 padding-right: 15px;
 padding-left: 15px;
}
}
@media (min-width: 810px) {
 .container.m-small {
width: 780px;
}
 .container.m-small.fit {
width: 750px;
}
 .container.xsmall {
width: 732px;
} /* 702+30 */
}
 @media (min-width: 992px) {
 .container {
width: initial;
} /*bootstrap*/
}
@media (min-width: 992px) {
 .container {
max-width: 950px;
}
}
 @media (min-width: 1080px) {
 .container.medium {
width: 1010px;
}
 .container.medium.fit {
width: 980px;
}
}
@media (max-width:1022px) {
 #topLogo img {
 margin-right: 10px !important;
}
}
 @media (min-width:1280px) {
 .container {
width:1240px;
}
 .container.fit {
width: 1210px;
}
}
 @media (min-width:1340px) {
 .container {
width:1310px;
}
 .container.fit {
width: 1280px;
}
}
 @media only screen and (min-width: 880px) and (max-width:980px) {
 .container {
width:850px;
}
}

/* 1078px以下　インタビュー*/
@media only screen and (max-width: 1078px) {
 #interviewDetail .topText.pR {
right: 20px;
}
 .mdbr {
display: block;
}
}

/* 980px以下　インタビュー*/
@media only screen and (max-width: 980px) {
 #interviewDetail {
background-size: cover;
}
 #interviewDetail.ct {
background-position: center top;
}
 #interviewDetail.rt1 {
background-position: 80% top;
}
 #interviewDetail.lt1 {
background-position: left top;
}
 #interviewDetail.lt2 {
background-position: 40% top;
}
	/*#interviewDetail .topText { position: absolute; bottom: 0px;}*/

	#cateNav {
padding: 20px;
border:1px solid #ccc;
text-align: center;
}
 #cateNav ul {
margin: 20px;
}
 #cateNav li a {
display: block;
width: 100%;
height: 3em;
background: #fff;
border: 1px solid #ccc;
font-size:13px;
margin-bottom: 3px;
}
 #cateNav li a:hover {
text-decoration: none;
border-color: #f7b100;
}
 #cateNav .row.while .col-md-15 {
padding: 0 3px;
}
 .contentInner {
padding-left: 15px;
padding-right: 15px;
}
}
 @media only screen and (min-width: 768px) {
 .container {
max-width: 100%;
}
}



/*--------------------------------------------------
/* 	@media query */
/*--------------------------------------------------*/

/* Tablets min-980px から max1279px >>>>1001からに変更★
------------------------------------------------------------------*/

@media only screen and (min-width: 1001px) and (max-width: 1279px) {
/*
@media only screen and (min-width: 980px) and (max-width: 1279px) {
*/
	#header #pcNavR {
 font-size: 13px;
 display: block;
}
 .navbar-nav>li {
font-size: 13px;
}
 .navbar-nav>li>a {
padding: 10px 15px 10px 5px;
}
 .nav>li>a {
padding: 10px;
}
 #pcNavR .telArea {
float:right;
}
 #pcNavR .telArea {
float:right;
}
 #header #topLogo img {
width: 70%;
}
 #hNav {
font-size: 12px;
}
 .menu li {
font-size: 12px;
padding: 15px 5px 10px;
}
 .menu li .menu__second-level li {
padding:initial;
line-height: 2.2;
}
}
 @media only screen and (max-width: 1339px) {
.topService h2.fistletter {
 padding: 10px 10px 8px 10px;
 font-size: 17px;
}
#pcNavR .telArea {
	margin: 3px 10px 0 0;
}

#pcNavR .telArea img{
	width:150px;
}

}
@media only screen and (max-width: 1180px) {
 #pcNavR .telArea img {
width:160px;
}
 #pcNavR #hnav {
display: none;
}
 .btnContact a {
padding: 0.7em 1em;
}

}
@media only screen and (max-width: 1140px) {
 .navLink .telArea {
display: none !important;
}
}

@media only screen and (min-width: 1001px) {
	 .menu li {
		 font-size: 14px;
	}
}

/* pc 1024 ｘ 768ピクセル  min-980px から max1055px
------------------------------------------------------------------*/
@media only screen and (min-width: 980px) and (max-width: 1159px) {
	/*.navLink .time { display:none !important; }*/
	#pcNavR #hnav .en {
display: none;
}
 #pcNavR .telArea img {
margin-right: 10px;
}
}
 @media only screen and (max-width: 1000px) {
.topService h2.fistletter {
 padding: 10px 5px 8px 5px;
 font-size: 15px;
}
 #seminar {
padding: 60px 0;
min-height:
}
 #seminar .inner {
padding-left: 0;
}
 #seminar .col-xs-12 {
padding: 10px;
}
 #seminar dt.date {
margin-right: 1em;
}
 #seminar dd {
width: 80%;
}
}
/* original max-800px
------------------------------------------------------------------*/
@media only screen and (max-width : 800px) {
 .contactForm {
 margin-right: 15px;
 margin-left: 15px;
}
}



/*------------------------------------------------------------------*/ 
/*	19) SMALL DEVICES
/*------------------------------------------------------------------*/
/* 980px以下 >>>> 1000px 以下はモバイルメニュー */


@media (max-width: 1000px) {
/*@media (max-width: 979px) {*/

	header {
height: 80px;
}
 #header {
height: 80px;
}
 #pcMenu {
display: none;
}
 #spMenu, #mobileLogo {
display: block;
text-align:center;
} /* モバイル分岐 */
 #mobileLogo img {
width: 82px;
margin: 5px 0 5px;
}
 #nav .sf-menu {
 display:none;
}
 #nav {
 width:100px;
}
 .nav-toggle {
 display:block;
}
 .mobile-menu-inner {
 display:block;
}
 .service-blocks-wrap-2 li {
 margin:20px 8px 40px 8px;
}
 .logo-pc {
 display:none;
}
 .logo-mb {
 display:inherit;
}
 .logo-mb img {
 padding-top:0;
 max-height:65px;
}
 #h-nav {
 display:none !important;
}
 .search-include .search-button {
 top:33px;
}
 .search-button {
 right: 0;
}
 #toggle {
 height: 30px;
 display: block;
 width: 40px;
 background-color: #f4a300;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 outline: none;
 position: fixed;
 right:20px;
 top:24px;
 z-index: 10;
}
 button#toggle {
border:none;
}
 #topLogo {
float: none !important;
text-align:center;
}
 .offcanvas-toggle .icon-bar {
 background: #fff;
}
 #spNavR li, #spNavR li a {
color: #fff;
}
 #header #spNav {
float: none !important;
}
 #header #spNav {
display: block !important;
}
 #header .spLink li, #header .parent {
float: none !important;
height: 50px !important;
border-bottom:1px solid #ccc;
vertical-align: middle;
line-height: 50px;
}
 #header .spLink li a, #header .parent {
 color: #fff;
 display:block;
 padding-left: 20px;
 height: 50px;
 border-bottom: 1px solid #242C32;
 border-top: 1px solid #546370;
 vertical-align: middle;
 line-height: 50px;
}
 .navbar-offcanvas {
 padding-left: 0;
 padding-right: 0;
 width: 100%;
}
 #spNav.navLink li {
padding-right: 0 !important;
}
 #header .navLink {
padding: 0
}
 #header #spNavR {
float: none !important;
}
 #spNavR li.icnf {
margin-right: 0 !important;
}
 .navbar-default {
 background: #444;
 border-bottom: 1px solid #242C32 !important;
 border-top: 1px solid #546370 !important;
}
 .catchReseller .t3 {
display: none;
}
}


/* pc min-980px
------------------------------------------------------------------*/

/* 980px( header nav PC ) >>> 1000px へ変更
------------------------------------------------------------------*/
@media (min-width: 1001px) {
 #pcMenu {
display: block;
}
 #spMenu, #js__sideMenuBtn, #mobileLogo {
display: none;
}
 #topLogo img {
width: 70%;
}
 #topLogo {
float: left;
}
 table.type02 {
margin-bottom: 10px;
}
 #pcNavR {
text-align: right;
}
 #hnav li {
display: inline-block;
font-size: 11px;
padding-right: 9px;
}
 #hnav li:last-child {
padding-right: 0;
}
 #hnav li.en {
font-size: 12px;
}
 #hnav .fa {
color:#f4a200;
padding-right: 4px;
}
 .navLink .time {
 line-height: 1;
 text-align: left;
 padding: 0 0 0 36px;
}
}


/* pc max-992px
------------------------------------------------------------------*/
/* M-size:pc max-992px */
@media only screen and (max-width : 992px) {
 .mdspt20 {
margin-top: 20px;
}
 .mdspt40 {
margin-top: 40px;
}
 .mdspt60 {
margin-top: 60px;
}
}


/* M-size : min-992px */
@media only screen and (min-width : 992px) {
}

/* M-size:pc max-1003px */
@media only screen and (max-width : 1003px) {
 #Security .linkbox h3 {
padding-bottom:0;
}
/*#Security .linkbox a { height: 280px;}*/
}


/* pc L: min-1198px以下
------------------------------------------------------------------*/

@media only screen and (max-width: 1198px) {
 #interviewAreaIn .fs18 {
font-size: 12px;
}
 #interviewAreaIn .fs15 {
font-size: 12px;
}
 #interviewAreaIn .fs14 {
font-size: 12px;
}
 #interviewArea #interviewAreaIn .interview .title {
margin-bottom:20px;
}
 #interviewAreaIn {
height: 440px;
}
 #cateNav img {
vertical-align:middle;
}
}
 @media only screen and (max-width: 1000px) {
#interviewAreaIn .pdr90 {
padding-right: 30px !important;
}
}
 @media only screen and (max-width: 870px) {
#interviewAreaIn .pdr90 {
padding-right: 20px !important;
}
}


/* pc L: min-1340px
------------------------------------------------------------------*/

@media only screen and (min-width: 1340px) {
 .pcmgb20 {
margin-bottom: 20px;
}
}

/* pc L: max-1200px
------------------------------------------------------------------*/

@media only screen and (min-width: 769px) and (max-width: 1200px) {
/*#IaaS .col-sm-4 a { height:280px;}*/
	
}



/* pc 980-1280px;
------------------------------------------------------------------*/
 
/* original 980-1280*/
@media only screen and (min-width: 980px) and (max-width: 1280px) {
 #pcNavR .mgr15 {
display: none;
}
}


/* pc L: min-1280px
------------------------------------------------------------------*/
@media only screen and (min-width: 900px) and (max-width: 991px) {
 #footer .col-sm-12 {
width: 25%;
}
}
@media only screen and (min-width: 769px) and (max-width: 899px) {
 #footer .col-sm-12 {
width: 30%;
}
}



/* common-style */
@media only screen and (min-width: 768px) {
 .pcbr {
display:block;
}
}
@media only screen and (max-width: 767px) {
 .spbr {
display:block;
}
 #interviewDetail .topText.pR {
right: 15px;
}
}
 @media only screen and (min-width: 768px) {
 #solution h3 {
margin-bottom:40px;
}
}
/* //★768px以下★ */
@media only screen and (max-width: 768px) {
 #mobileLogo {
 padding: 3px 10px;
 width: 92px;
 margin: 0 auto;
}
 #solution mgb50 {
margin-bottom:0;
}
 #Security .small .mgb20 {
margin-bottom:0 !important;
}
 #Inquiry {
margin-top: 60px;
}
 .linkbox h3 {
padding: 10px 0;
}
 .serviceArea .bgcover {
background-size: cover !important;
}
 .index h1 img {
width: 150px;
}
 .topService h2.fistletter {
 padding: 10px 5px 8px 5px;
 font-size: 16px;
}
 .topService p {
 font-size: 14px;
 padding: 5px 10px;
}
 #IaaS h2 img {
width: 155px;
}
 .mgb40 {
margin-bottom:20px !important;
}
 .pdt60 {
padding-top:40px !important;
}
 .pdb60 {
padding-bottom:40px !important;
}
 .pdb80 {
padding-bottom: 60px !imporatnt;
}
 .mgb50 {
margin-bottom: 30px !important;
}
 .mgt50 {
margin-top: 30px !important;
}
 .mgb60 {
margin-bottom: 20px !important;
}
 #customer h2 img {
width: 200px;
}
 .sec {
 margin-top: 20px;
 padding-bottom: 20px;
}
 .spimg50 {
width: 50%;
}
 .spimg40 {
width: 40%;
}
 .topArea {
 padding: 40px 0 40px 0;
}
 #interviewDetail p.fs26 {
font-size: 16px !important;
}
 #interviewDetail .topText {
bottom: 40px;
}
 ul.localMenu li a, ul.localMenu li p {
height: 90px;
}
 #interviewDetail.md1 {
background-position: 30% top;
}
 .logoPd {
padding: 40px 15px;
}
}
/* //★640以下★ */
@media only screen and (max-width: 640px) {
 #category h3 {
font-size:17px;
}
 .index .col-md-15, .index .col-sm-15 {
width:33.3333%;
margin-bottom:20px;
}
 .second .col-md-15, .second .col-sm-15 {
width:33.3333%;
margin-bottom:20px;
}
 #cateNav .col-md-15 {
width: 50%;
margin-bottom: 5px;
}
 .second .sptL {
text-align: left;
}
 .spmgb10 {
margin-bottom: 10px !important;
}
 .spmgb20 {
margin-bottom: 20px !important;
}
 .spmgb40 {
margin-bottom: 40px !important;
}
 .spmgt10 {
margin-top: 10px !important;
}
 .spmgt20 {
margin-top: 20px !important;
}
 .spmgt30 {
margin-top: 20px !important;
}
 .spmgt40 {
margin-top: 40px !important;
}
 .sppdr50 {
padding-right: 50px !important;
}
.sppdt30 {
padding-top: 30px !important;
}
 #Inquiry {
margin:0 auto;
}
 .row.spimg .col-md-6 img {
width: 80%;
text-align:center;
}
 .row.spimg .col-xs-12 img {
width: 80%;
text-align:center;
}
 .row.spimg .col-xs-12 {
text-align:center;
}
 .spxs-12 .col-xs-6 {
width: 100%;
}
 .pcNon {
display: block;
}
 .spNon {
display: none;
}
 .spimg50 {
width: 80%;
}
 .spimg25 {
width: 80%;
}
 .topArea {
}
 img.ttlPc {
display:none;
}
 img.spimgS {
width: 90%;
}
 .ttlSp {
display: block;
text-align: center;
height: 100px;
 background:url(/consulting/img/title04s.png) top center no-repeat;
}
 .ttlSp.ttl04 {
background-image:url(/consulting/img/title04s.png)
}
 .ttlSp.ttl11 {
background-image:url(/consulting/img/title11s.png)
}
 .ttlSp.ttl12 {
background-image:url(/consulting/img/title12s.png)
}
 .ttlSp span.t02s {
padding-top: 90px;
}
}

/* 580px以下　インタビュー　メイン画像全体表示 文字グレー*/
@media only screen and (max-width: 580px) {
 #seminar dd {
width: 70%;
}
}

/* 480px以下　インタビュー　メイン画像全体表示 文字グレー*/
@media only screen and (max-width: 480px) {
 #interviewDetail {
background-size: contain;
}
 #interviewDetail .c00 {
color: #333 !important;
}
 #interviewDetail .fs21.c00 {
color: #fff !important;
}
 #interviewDetail .alignRight, #interviewDetail .aR {
text-align: left;
}
 #interviewDetail .topText.pR {
left: 15px;
}
 #interviewDetail .bgArea {
min-height: 410px;
}
 #interviewDetail h1 span.fs11 {
 font-size: 16.5px;
 position: absolute;
 top: 230px;
 text-align: left;
 line-height: 1.4;
}
 #interviewDetail .topText {
 position: absolute;
 bottom: 0px;
 padding-right: 15px;
}
 #interviewDetail .topText .mgb10 {
}
 #interviewDetail p.fs26 {
line-height: 1.6;
}
 #interviewDetail h1 {
padding-top: 20px !important;
}
 #interviewDetail h1 span.fs11 {
font-size: 16px !important;
}
 .interviewBlock .mgb60 {
margin-bottom: 20px !important;
}
 #interviewDetail h1.spPm {
padding-top: 70px !important;
}
#interviewDetail .intsub{
	font-size: 16.5px !important;
    display: block;
    line-height: 1.8;
    padding-top: 20px;
	top: 196px;
    position: absolute;
    text-align: left;
} 
#interviewDetail h1.int{
	font-size: 14px !important;
    line-height: 1.8;
	padding-top: 0px !important;
	} 
 .oHidden .mgt30 {
margin-top: 10px !important;
}
 .logoPd {
padding: 40px 5px;
}
}
 @media only screen and (min-width: 641px) {
 .pcNon {
display: none;
}
 .spNone {
display: block;
}
}

/* 463px以下　インタビュー　メイン画像全体表示*/
@media only screen and (max-width: 463px) {
 #interviewDetail h1 span.fs11 {
top:220px;
}
}

/* 410px以下　インタビュー　メイン画像全体表示*/
@media only screen and (max-width: 410px) {
 #interviewDetail h1 span.fs11 {
top:200px;
}
 .leftImg.xsplNone {
float: none;
}
}

/* 400px以下 タイトル画像 */
@media only screen and (max-width: 400px) {
 .ttlSp {
background-size: contain;
}
}

/* 380px以下 タイトル画像 */
@media only screen and (max-width: 380px) {
 #seminar dd {
width: 65%;
}
}

/* 362px以下　インタビュー　メイン画像全体表示*/
@media only screen and (max-width: 362px) {
 #interviewDetail h1 span.fs11 {
top:190px;
}
}
/* 340px以下　インタビュー　メイン画像全体表示*/
@media only screen and (max-width: 340px) {
 #interviewDetail h1 span.fs11 {
top:170px;
}
}
 @media only screen and (max-width: 991px) {
 #solution, #Consulting {
background: #D9D9D9;
background-image:none;
}
}





/* SP phone 767px
------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
 #gHeader #visualArea {
display:none!important;
}
 #interviewArea, #bannerArea, #interviewNavi {
display:;
}
 #bannerArea {
display: none;
}
 #IaaS .row.while {
padding: 0;
margin: 0;
}
}
 @media screen and (max-width: 767px) {
 .slide {
width: 100%;
}
 img {
max-width:100%;
}
 #preloadedImages #spPre {
display: block;
}
 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
 bottom: -10px;
}
 #kv .bx-pager{
bottom: -15px;
}

/*	.slide img { display:none; }
	#kv .bxslider li.slide bl { display: block;}

	.slide span { 
	display:block!important; 
	height: 507px;
	width: 100%;
	top:0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	}*/
	.col-xs-12 img {
text-align: center;
}
 .col-xs-12 p, .col-xs-12 h2, .col-xs-12 h3, .col-xs-12 h4, .col-xs-12 h5 {
text-align: left;
}
/*
  .slide .kv_interview11 {
      background-image: url(/common/img/interview_image11.jpg) !important;
  }
  .slide .kv_interview09 {
      background-image: url(/common/img/interview_image09.jpg) !important;
  }
  .slide .kv_interview08 {
      background-image: url(/common/img/interview_image08.jpg) !important;
  }
  .slide .kv_interview07 {
      background-image: url(/common/img/interview_image07.jpg) !important;
  }
  .slide .kv_main01 {
      background-image: url(/common/img/image_main01.jpg) !important;
  }
*/


}

/* Tablets max-768px
------------------------------------------------------------------*/
@media only screen and (max-width : 768px) {
 #header {
height: 80px;
}
 #footer .col-sm-12 {
width: 50%;
}
 .spt20 {
padding-top: 20px;
}
 .spt40 {
padding-top: 40px;
}
 .linkbox li {
padding: 0 10px;
}
 .second .btnA a:focus, .second .btnA a:active, .second .btnA a:visited {
background: none;
color: #f7b100;
}
 .second #supportArea {
margin-top: 0;
}
 .faqEn .mbsp0 {
margin-bottom:0;
}
 .fs24sp {
font-size: 24px;
}
 #overView h2 {
font-size: 20px;
margin-bottom: 10px;
}
 #hongtuBox .fs14 {
font-size: 13px;
}
}
 @media only screen and (min-width: 640px) and (max-width: 768px) {
 #Security .linkbox .col-xs-6 {
width: 33.33333%;
}
	/*#IaaS .linkbox a { height: 246px;}*/
	#Security .linkbox a {
margin-bottom:20px;
}
}
 @media only screen and (max-width : 640px) {
 #Security .row:after {
clear: none;
display:inline-block;
float:left;
}
 #Security .row:before {
clear: none;
display:inline-block;
float:left;
}
 #Security .container:before {
clear: none;
display:inline-block;
float:left;
}
 #Security .container:after {
clear: none;
display:inline-block;
float:left;
}
 #kv {
width: 100%;
}
 #kv .container {
width:100%;
padding:0;
}
 #kv .container img {
width:100%;
}
 header, #header {
height:78px;
}
 #topLogo img {
 width: 80px !important;
 margin-right: 30px !important;
}
 #topLogo {
 padding: 5px 0px 7px 10px;
 float: left;
}
}

/* Tablets min-768px
------------------------------------------------------------------*/

@media only screen and (min-width : 768px) {
 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
bottom: 30px;
}
 .slide a img:hover {
opacity:0.9;
}
 #preloadedImages #spPre {
display: none;
}
}


/* Tablets min-769px
------------------------------------------------------------------*/
@media only screen and (min-width : 769px) {
 .pcpr40 {
padding-right: 40px;
text-align: left;
}
 .second #supportArea {
margin-top: 80px;
}
 .fs30pc {
font-size: 30px;
}
 #overView h2 {
font-size: 28px;
}
 #topLogo img {
width: 80px;
margin: auto;
}
 #pcMenu .mega-dropdown .col-sm-2 {
width: 20%;
}
}


/* KV slide height size
------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
 #kv, .slide, .slide span {
width: 100%;
height: 280px;
}
}
/* 992px以上 */
@media screen and (min-width: 992px) {
 #kv, .slide, .slide span {
width: 100%;
height: 380px;
}
}
/* 1200px以上 */
@media screen and (min-width: 1200px) {
	/*#kv, .slide, .slide span { width: 100%; height: 599px;}*/
	#kv, .slide, .slide span {
width: 100%;
height: 500px;
}
}


/* SP phone 684px
------------------------------------------------------------------*/

@media (max-width: 684px) {
#reportNewsArea {
    margin: 0 auto;
}
#reportNewsArea .col {
width:100%;
float:none;
}
#reportNewsArea .fR p {
padding-left: 0;
}
#reportNewsArea .button01 {
margin-bottom: 30px;
}
.fR img {
margin-right: 0
}
.entry h3 span, h3.box span {
font-size: 1em;
}
}
/* SP phone 640px
------------------------------------------------------------------*/


/* sp max-640px */
@media (max-width: 640px) {
	/*h1 {font-size: 17px; margin-bottom: 20px;}
	.second h1 {font-size: 28px; line-height: 1.2;}
	.second h2 {font-size: 26px; line-height: 1.2;}
	.second h3 {font-size: 20px;}
	.second h1 { margin-top: 40px; }
	h1,h2,h3,h4,h5,p,li,div,span { font-weight: 400; }
	h1, h2, h3, h4 { margin-bottom: 10px; }*/


	.spmb20 {
margin-bottom:20px;
}
 .spmb30, .index #asiaArea .spmb30 {
margin-bottom:30px;
}
 .index h2, .index h1.ttl {
margin-bottom:20px;
}
 small {
font-size: 70%;
font-weight: 400;
}
 .second {
text-align:left;
}
 .second, #gMainBody {
}
 #bredArea {
display: none;
}
 #asiaArea h2.mgt40 {
margin-top:20px;
}
 .datacener h2.fs36 {
font-size: 28px !important;
}
 .index .mb50 {
margin-bottom: 30px;
}
 .index .mt50 {
margin-top: 30px;
}
 .index .mt40 {
margin-top: 30px;
}
 .index .pt40 {
padding-top: 30px;
}
 .index .pb40 {
padding-bottom: 30px;
}


	/*#kv { margin: 0 auto 30px;}*/

	/* index */
	#asiaArea p {
margin-bottom: 10px;
}
 #asiaArea dl {
margin-bottom: 40px;
}
 .partnerLogo ul {
 width: 100%;
 margin: 0 auto 0;
 text-align: center;
 display:block;
 overflow: hidden;
}
 .partnerLogo ul li {
 display: inline-block;
 vertical-align: middle;
 width: 40%;
 padding: 20px 0;
 margin-right: 2%;
}
 .partnerLogo .pb40 {
padding-bottom: 20px;
}
 ul.costomersArea {
 width: 100%;
 margin: 0 auto 0px;
 text-align: center;
 display:block;
 overflow: hidden;
}
 ul.costomersArea li {
 display: inline-block;
 vertical-align: middle;
 width: 30%;
 padding: 20px 0;
 margin-right: 1%;
}
 ul.costomersArea li:nth-child(3) {
margin-left: 20px;
}
 #footerOuter {
 background: #eee;
 padding: 20px 0 20px;
}
 #footerInner ul {
margin-bottom: 20px;
}
 #footerInner ul h3 {
font-weight: bold;
}
 #footerInner ul li {
}
 #footerInner ul.fmenu {
 padding: 0.5em 0;
}
 #footer nav.container {
 margin-bottom: 0;
}
 #footer .col-sm-12 {
width: 100%;
}
 .spw100 {
width: 100%;
}
 .spw50 {
width: 50%;
}

	/* page nai link  btn */
	.pageLink {
 display: inline-block;
 border: 3px solid #eee;
}
 .pageLink.pageLink {
padding-bottom: 3px !important;
}
 .faqEn .pageLink li {
width:40%;
}
 .pageLink .btnA a {
border: none;
}
 .pageLink.pdb60 {
padding: 5px 0 10px !important;
}
 .second .btnA a {
padding: 10px;
}
 .pageLink a:before {
 content: "";
 border: 5px solid transparent;
 border-left: 5px solid #ccc;
 width: 5px;
 height: 0;
 margin-right: 0.4em;
 display: inline-block;
 font-size: 14px;
}
 #contractView .col-xs-6 {
width: 45%;
float:none;
display: inline-block;
vertical-align: top;
margin: 0 auto;
}
 #contractView .col-xs-6 img {
margin-top: 20px;
}
 #goTop {
 bottom: 0px;
 right: 15px;
 width: 40px;
 height: 40px;
}
 #goTop a {
 width: 40px;
 height: 40px;
}
 #goTop a:after {
 left: 13px;
 top: 16px;
 width: 14px;
 height: 14px;
}
	/*#kv, .slide, .slide span, #spPre { width: 100%; height: 700px;}*/


	/*#interviewDetail .topText { position: static; bottom:0; right:0; float: none; }*/

/*お問い合わせ　contact*/
.form table.type01 th {
display: block;
width: initial;
width: 100%;
}
.form table.type01 td {
display: block;
width: initial;
width: 100%;
}
form table.type01 input, form table.type01 textarea {
width: 100%;
padding: 7px;
}
}

/* original */
@media (max-width: 540px) {
 .col5 .col-xs-4 {
 width:30%;
 float:none;
 display: inline-block;
 text-align: center;
 margin: 0 auto;
}
/*#kv, .slide, .slide span, #spPre { width: 100%; height: 600px;}*/

}
 @media only screen and (max-width: 508px) {
 .bluecell {
max-width: 980px;
}
 .bluecell ul {
max-width: 993px;
margin-right: -1%;
}
 .bluecell li {
 display: inline-block;
 width: 48%;
 height: 80px;
 text-align: center;
 margin: 0 1% 1% 0;
 float:none;
}
 .bluecell li a {
width: 100%;
}
 .bluecell span {
width: 230px;
}
}


/* XS-size : Extra Small Devices, Phones */
@media only screen and (min-width : 480px) and (max-width: 767px) {
 .spmhalf {
width: 50%;
}
.spmhalf.pdr80 {
padding-right: 0 !important;
}
 .spmt {
width: 33.3333%;
}
}
@media only screen and (max-width : 480px) {
 #Inquiry .txt01 {
font-size: 16px;
}
 .btnContact.large a {
font-size: 18px;
}
 .contactFrom table {
width: 100%;
}
 .contactForm table td, .contactForm table th {
display: block;
width:100%;
}
 table.type03 td, table.type03 th {
display: block;
width:100%;
}

	/*#kv, .slide, .slide span, #spPre { width: 100%; height: 540px;}*/
	.row.spimg .col-xs-12 img.spwm {
width: 60%;
text-align:center;
}
 .spwm {
width: 60%;
}
 .spwl {
width: 80%;
}
}
@media only screen and (max-width : 375px) {
/*#kv, .slide, .slide span, #spPre { width: 100%; height: 460px;}*/
}
@media only screen and (max-width : 320px) {
 .topService h2.fistletter {
 padding: 10px 5px 8px 5px;
 font-size: 15px;
}
 .topService h2 img.icnNum {
 vertical-align:middle;
 margin: -5px 5px 0;
}
}


/* report */
@media only screen and (max-width: 1000px) {
#reportList .reportMenu {
margin-left:15px;
margin-right:15px;
background-image:none;
}
#reportList .reportMenu li, #reportList .archive li {
width: 33.333%;
border-top:none;
box-sizing:border-box;
border-radius:0;
-moz-border-radius: 0;
-webkit-border-radius:0;
}
#reportList .reportMenu li:first-child {
border-bottom:1px solid #ccc;
}
#reportList .reportMenu ul {
float:none;
}
#reportList .reportMenu li:last-child, #reportList .reportMenu li:first-child, #reportList .archive li:first-child, #reportList .archive li:last-child {
border-radius:0;
-moz-border-radius: 0;
-webkit-border-radius:0;
}
#reportList .reportMenu li {
border-right:1px solid #ccc;
}
#reportList .reportMenu li:nth-child(-n+3), #reportList .archive li:nth-child(-n+3) {
border-top:1px solid #ccc;
}
#reportList .reportMenu li:nth-child(4), #reportList .reportMenu li:nth-child(7), #reportList .archive li:nth-child(4) {
border-left:1px solid #ccc;
}
#reportList .reportMenu li.select {
border-bottom:1px solid #ccc;
}
header #header {
position:fixed;
}
}
/* News */
.newsList li .txt {
	width: initial;
	width: 650px;
}
@media only screen and (max-width: 1200px) {
.newsList li .txt {
 float: left;
 display: inline;
 max-width: 660px;
 margin: 10px 0 0 0;
 width: 66%;
}
}
@media only screen and (max-width: 992px) {
.newsList li .txt {/* width: 640px; */
}
}
@media only screen and (max-width: 982px) {
.newsList li .txt {/* width: 620px; */
}
}
@media only screen and (max-width: 916px) {
.newsList li .txt {
width: 63%;
}
}
@media only screen and (max-width: 844px) {
.newsList li .txt {
width: 58%;
}
}
@media only screen and (max-width: 750px) {
.newsList li .txt {
width: 55%;
}
}
@media only screen and (max-width: 704px) {
.newsList li .txt {
width: 50%;
}
}
@media only screen and (max-width: 640px) {
 .newsList li .txt {
width: 100%;
}
 .reportTable .getway {
width:100px;
}
 .reportTable th:first-child {
width: 60%;
}
 #charge_report .reportTable th:first-child {
width: 45%;
}
 #charge_report .reportTable .getwayL {
width: initial;
}
 #charge_report .reportTable th:last-child {
width: initial;
}
 #reportDetail .leftImg {
float: none;
text-align:center;
}
 #reportDetail {
text-align: center;
}
 #reportDetail .leftImg {
 float: initial;
 margin: 0 auto 20px !important;
 text-align: center !important;
 width: initial;
}
 #reportDetail .oHidden {
text-align: left;
}
}
.entry {
	width: initial;
	max-width: 700px;
	padding-left: 15px;
	padding-right: 15px;
}
.entry h3, h3.box {
	font-size: 1.17em;
	padding: 5px 10px;
	line-height: 1.8;
}
/* bannerArea */
#bannerArea {
	background-color: #f2f2f2;
	padding: 60px 0;/*margin-bottom:60px;*/
}
#bannerArea .inner {
	width: 980px;
	margin: 0 auto;
}
#bannerArea ul {
	margin-right: -20px;
}
#bannerArea ul li {
	display: block;
	float: left;
	width: 230px;
}
#bannerArea ul li img {
	display: block;
	margin: 0 0 10px 0;
}
#bannerArea .arrow02_left {
	position: absolute;
	top: 50px;
	left: -90px;
	height: 100px;
	margin-top: -16px;
}
#bannerArea .arrow03_left {
	position: absolute;
	top: 50px;
	left: -30px;
	height: 100px;
	margin-top: -12px;
}
#bannerArea .arrow02_right {
	position: absolute;
	top: 50px;
	right: -90px;
	height: 100px;
	margin-top: -16px;
}
#bannerArea .arrow03_right {
	position: absolute;
	top: 50px;
	right: -30px;
	height: 100px;
	margin-top: -12px;
}
#bannerArea .inner {
	width: initial;
	max-width: 980px;
	width: 90%;
}
 @media only screen and (max-width: 767px) {
#interviewArea, #bannerArea, #interviewNavi {
display:;
}
 #bannerArea {
display: none;
}
 .table-responsive {
border:none;
}
 .spmp0 p {
margin-bottom:0;
}
 #gHeader #visualArea {
display:none!important;
}
#interviewArea, #interviewNavi {
display:;
}
#gHeader #visualArea {
display:none!important;
}
#interviewArea, #bannerArea {
display:;
}
 #bannerArea {
display: none;
}
 #interviewAreaIn .inner .fR {
width: 100%;
}
#interviewAreaIn .inner .fL, #interviewAreaIn .inner .fR {
width: 100%;
}
#interviewAreaIn .inner .pdr20 {
padding-right: 0 !important;
}
#interviewAreaIn {
height:800px;
}
 .reportTable th:first-child {
width: 70%;
}
#reportList .reportMenu {
margin-left:15px;
margin-right:15px;
background-image:none;
}
#reportList .reportMenu li, #reportList .archive li {
width: 33.333%;
border-top:none;
box-sizing:border-box;
border-radius:0;
-moz-border-radius: 0;
-webkit-border-radius:0;
}
#reportList .reportMenu li:first-child {
border-bottom:1px solid #ccc;
}
#reportList .reportMenu ul {
float:none;
}
#reportList .reportMenu li:last-child, #reportList .reportMenu li:first-child, #reportList .archive li:first-child, #reportList .archive li:last-child {
border-radius:0;
-moz-border-radius: 0;
-webkit-border-radius:0;
}
#reportList .reportMenu li {
border-right:1px solid #ccc;
}
#reportList .reportMenu li:nth-child(-n+3), #reportList .archive li:nth-child(-n+3) {
border-top:1px solid #ccc;
}
#reportList .reportMenu li:nth-child(4), #reportList .reportMenu li:nth-child(7), #reportList .archive li:nth-child(4) {
border-left:1px solid #ccc;
}
}
 @media only screen and (max-width: 980px) {
#reportList .reportMenu {
background:none;
margin: 0 auto;
padding: 0 15px;
margin: 0 auto 20px;
}
#reportList .reportMenu li:first-child {
border-radius:0;
}
#reportList .reportMenu li {
max-width:121px;
}
}
/* レティーナ用スプライト画像＞モバイル用クラスの為、特に指定なし
------------------------------------------------------------------*/
.icon {
	background-image: url(/common/img/img_spicon.png);
	background-size: cover;
}
.icon.f_facebook {
	background-position: -148px 0;
	width: 24px;
	height: 24px;
}
.icon.f_twitter {
	background-position: -198px 0;
	width: 24px;
	height: 24px;
}
@media screen and (min-width: 480px) and (max-width: 1400px) {
.icon.f_facebook {
    background-position: -148px 0;
}
.icon.f_twitter {
    background-position: -197px 0;
}
 }


/*通常
------------------------------------------------------------------*/

#gWrapper {
	margin: 0 auto;/* text-align: center; */
}
#gMainBody {
	width: 100%;
	margin: 0 auto;
	float: none;
}
#gWrapperInner {
	margin: 0 auto;
	text-align: cent;
}
#topNavi {
	display: block !important;
}
#gHeader #topNavi {
	max-width: 1280px;
	margin: 0 auto;
}
#gHeader #topNavi .inner {
	max-width: 1280px;
}
#gHeader #visualArea {
	max-width: 1280px;
	margin: auto;
	position: relative;
}
/* Common Parts
------------------------------------------------------------------*/
.inner {
	max-width: 1280px;
	width: initial;
	margin-left: auto;
	margin-right: auto;
}
.contentInner {
	width: initial;
	max-width: 980px;
	/*padding-left: 15px;
	padding-right: 15px;*/
	margin: 0 auto;
}
#interviewAreaIn .contentInner {
	padding: 0;
}
/*global*/

.fR img {
	margin-right: 40px;
	vertical-align: middle;
}
.fL img {
	margin-right: 40px;
	top: 50%;
}
.fR p {
	padding-left: 40px;
}
/*
#gFooter
*/
#gFooter {
	padding-bottom: 40px;
}
#gFooter a {
	color: #072747;
	font-weight: bold;
}
/* #gFooter|clearfix */
#gFooter:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #gFooter {
	zoom: 1;
}
*:first-child+html #gFooter {
	zoom: 1;
}
/* // #gFooter|clearfix */

/*------------------------------------------------------------------*/
/* WordPress Plugin
------------------------------------------------------------------*/
.wp-pagenavi a, .wp-pagenavi span.pages, .wp-pagenavi span.extend {
	display: inline-block;
}
.wp-pagenavi a:hover {
	display: inline-block;
}
.wp-pagenavi span.current {
	display: inline-block;
}
.wp-pagenavi a, .wp-pagenavi span {
	height: 42px;
}

.img-2 {
  }
.img-2 h2 { 
    text-align: center;
    margin-top: 20px;
}

.img-2-0 {
    width: 80%;
    display: flex;
    justify-content:space-around;
    margin: 0 auto;
}

.img-2-1 {
    width: 45%;
    padding: 0.5em 1em;
    margin: 2em 0;

    background: #e4fcff;/*背景色*/
    border-top: solid 6px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

.exapmletitle-1{
    text-align: center;
    font-size: 2em;
    margin: 0; 
    padding: 0;
    color: #00BCD4;
}

.img-2-2 {
    width: 100%;
}

.img-2-3 {
    width: 100%;
    margin-bottom: 20px;
}

.smlfont {
	font-size: 12px;
}




.Seclink {
	width: 980px;
	margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
	background-color: rgb(242, 242, 242);
	margin-bottom: 30px;
}

.Seclink .ctgTtl {
	font-size: 150%;
}

.Seclink .wrapper ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.Seclink .wrapper ul li {
	width: 33.3333%;
	margin:5px 0 5px 0;
}

.Seclink .wrapper ul li a {
	display: block;
	width: 95%;
	margin: 0 auto;
	background: #fff;
    border: 1px solid #ccc;
	padding: 10px;
}

.Seclink li img {
	width: 38px;
	height: auto;
	float: left;
}

.fs24 {
    font-size: 150%;
}

@media only screen and (max-width: 640px) {
	.Seclink {
		width: 100%;
		height: auto;
	}
	
	.Seclink .wrapper ul {
		display: block;
	}
	
	.Seclink .wrapper ul li {
		width: 100%;
	}

}

/* WordPress Plugin	popular post
------------------------------------------------------------------*/	

.wpp-list li {
	margin: 10px 0;
	font-size: 13px;
	line-height: 18px;
	border-bottom: 1px solid #bbb;
	padding: 0 0 10px 0;
  }
  
  .wpp-list a {
	color: #444444!important;
  }
  

  .wpp-thumbnail {
	margin: 0 14px 0 0!important;
  }
  
  .wpp-meta,
  .post-stats {
	margin-top: 10px;
	text-align: right;
  }



/* fortify	
------------------------------------------------------------------*/	
.contentInner-box {	
	display: flex;
	justify-content: flex-end;
}	

.FTY {
	display: block;
	margin-bottom: 30px;
	text-align: center;	
}	

#fty2 {
	width: 32%;
	justify-content: space-around;
	margin: 0 20px;	
}	

#fty2 h4 {
	text-align: center;
	height: 15%;	
}	

.fortifyimg {
	text-align: center;	
}


#FortifyDiff {
	width: 100%;
	background: #eff4f5;
	padding: 70px 0 70px 0;
}

#FortifyDiff h2 {
	text-align: center;
	font-size: 26px;
	letter-spacing: 1.8px;
}

#FortifyDiff .wrapper {
	display: flex;
	width: 1010px;
	margin: 0 auto;
	justify-content: space-around;
	margin-top: 50px;
}

#FortifyDiff .ctgBox {
	width: 29%;
	height: auto;
	background: #fff;
	box-shadow:3px 4px 6px -3px #bababa;
}

#FortifyDiff .ctgBox h3 {
	width: 100%;
	text-align: center;
	padding: 50px 10px 50px 10px;
	font-size: 18px;
	line-height: 1.8em;
	color: #3f3f3f;
	letter-spacing: 1.5px;
	background: url(../../solution/fortify/img/bg_h3.png) no-repeat;
	background-size: 100% 100%;
}

#FortifyDiff .bdr1 {
	border-bottom: #ff916e solid 5px;
}

#FortifyDiff .bdr2 {
	border-bottom: #adebf6 solid 5px;
}

#FortifyDiff .bdr3 {
	border-bottom: #ffd55d solid 5px;
}

#FortifyDiff .ctgBox ul {
	width: 85%;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
}

#FortifyDiff .ctgBox ul li {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	display: flex;
    align-items: center;
}

#FortifyDiff .ctgBox .iconImg {
	width: 70px;
}

#FortifyDiff .ctgBox .txtBox {
	text-align: left;
	margin-left: 10px;
} 

#FortifyDiff .ctgBox .dtl {
	width: 85%;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
	display: flex;
    align-items: center;
	background: #f4f4f4;
	border: #e9e9e9 solid 1px;
	padding: 10px;
}

#FortifyDiff .ctgBox .mgn1 {
	margin-top: 20px;
}

@media only screen and (max-width: 640px) {
	.contentInner-box {	
		display: block;
		justify-content: flex-end;
	}	
	
	.FTY {
		display: block;
		margin-bottom: 30px;
		text-align: center;	
	}	
	
	#fty2 {
		width: 80%;
		height: auto;
		margin: 0 auto;
	}
	
	#FortifyDiff h2 {
		font-size: 23px;
	}
	
	#FortifyDiff .wrapper {
		display: block;
		width: 100%;
		margin: 0 auto;
		margin-top: 50px;
	}
	
	#FortifyDiff .ctgBox {
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
}



/* msp	
------------------------------------------------------------------*/	

#msp h2 {
	margin-bottom: 15px;
	color: #072747 !important;
    line-height: 1.6;
	font-size: 18px;
}

#msp .ctgBox {
	margin-bottom: 40px;
    padding: 0 0 40px 0;
    border-bottom: #e5e5e5 1px solid;
}

#msp .ctgBox li { 
	line-height: 2em;
	margin-bottom: 5px;
	
}

#msp__feature{
	width: 100%;
	flex-wrap: wrap;
	width: 70%;
	margin: 0 auto;
}

#msp__feature li{
	width: 100%;
    border: #e5e5e5 1px solid;
    margin-bottom: 16px!important;
    display: block;
    font-size: 14px;
    padding: 20px;
	margin: 0 auto;
	font-weight: bold;
}

#msp__feature li span{
	background-color: #072747;
	color: #FFF;
	display: inline-block;
	padding: 2px 10px;
	margin-right: 16px;
	letter-spacing: 2px;
}


#msp .ctgBox li:before {
	font-family: FontAwesome;
	content: '\f105';
	color: #f4a200;
	margin-right: 5px;
}

#msp__plan li{
	width: 30%;
	border: rgb(221, 221, 221) 2px solid;
	box-sizing: border-box;
	padding: 24px;
}

#msp__plan li img{
	opacity: 0.7;
}


#msp__plan p.fn{
	font-weight: normal!important;
}

#msp .ctgBox #msp__plan li:before,#msp .ctgBox #msp__feature li:before {
	display: none;
}


#msp .ctgBox li:before {
	font-family: FontAwesome;
	content: '\f105';
	color: #f4a200;
	margin-right: 5px;
}

#msp .ctgBox dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#msp .ctgBox dd {
	margin-bottom: 20px;
}

#msp .ctgBox .img {
	margin: 50px 0 0 0;
}

#msp .ctgBox p {
	margin-top: 20px;
	font-weight: bold;
}

#msp .ctgBox img {
	width: 80%;
	height: auto;
	margin: 5px 0 20px;
}

#msp .ctgBox .txtarea {
	margin: 20px 0 20px;
}

#msp .ctgBox .txtbox {
	width: 100%;
	background: #F2F2F2;
    border: 1px solid #cccccc;
	padding: 20px;
}

#msp .ctgBox table th,
#msp .ctgBox table td {
	padding: 5px;
}

#msp .ctgBox a {
	color: #f4a200;
}

#msp .ctgBox a:hover {
	text-decoration: underline;
}

.msp__buttonarea{
	width: 40%;
	margin: 0 auto;
}

@media only screen and (max-width: 959px) {
	#msp__plan{
		flex-wrap: wrap;

	}
	#msp__plan li{
		width: 49%;
		margin-bottom: 15px!important;
	}
}

@media only screen and (max-width: 640px) {
	#msp .ctgBox img {
		width: 100%;
		height: auto;
	}

	#msp__feature{
		width: 100%;
	}
	
	#msp__feature li{
		width: 100%;
		border: #e5e5e5 1px solid;
		margin-bottom: 16px!important;
		display: block;
		font-size: 13px;
		padding: 10px;
		margin: 0 auto;
		font-weight: normal;
	}
	
	#msp__feature li span{
		background-color: #072747;
		color: #FFF;
		display: block;
		width: 60px;
		font-size: 11px;
		padding: 0 5px;
		text-align: center;
		margin-bottom: 10px;
	}
	#msp__plan{
		flex-wrap: wrap;

	}
	#msp__plan li{
		width: 100%;
		margin-bottom: 15px!important;
	}
	#msp__plan li img{
		opacity: 0.7;
		width: 20%!important;
		margin: 0;
	}
	.msp__buttonarea{
		width: 80%;
		margin: 0 auto;
	}
}



/* インフラストラクチャ	
------------------------------------------------------------------*/
#msp .infra {
	font-size: 14px;
}

#msp .infra .CLayout {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 80px;
}


/* 東京データセンター
------------------------------------------------------------------*/
#msp .tokyo {
	font-size: 14px;
}

#msp .tokyo .wrap {
	width: 100%;
	height: auto;
}

#msp .tokyo .wrap .Lbox {
	float:left;
	width:37%;
	height:auto;
}

#msp .tokyo .wrap .Lbox img {
	width: 100%;
	height: auto;
}

#msp .tokyo .wrap .Rbox {
	float: right;
	width:60%;
	height:auto;
	font-weight: bold;
	line-height: 1.9em;
	text-align: justify;
}

#msp .tokyo .wrap:after {
	content: "";
	display: block;
	clear: both;
}

#msp .tokyo h2 {
	margin-bottom: 10px;
}

#msp .tokyo .lead {
	margin-bottom: 40px;
	font-size: 14px;
}

#msp .tokyo dl {
	margin-top: 30px;
}

#msp .tokyo dt {
	margin-bottom: 10px;
	color: #f4a200;
}

#msp .tokyo dt i {
	padding-right: 5px;
}

#msp .tokyo dt span {
	font-size: 12px;
	color: #808080;
	margin-left: 8px;
}

#msp .tokyo dd {
	margin-bottom: 40px;
	line-height: 1.8em!important;
}

#msp .tokyo dd ul {
	margin: 10px 0 10px 0;
}

#msp .tokyo dd .ListArea {
	margin-top: 20px;
	margin-left: 1em;
}

#msp .tokyo dd .ListArea b {
	font-weight: bold;
}

.txtS {
	font-size: 11px;
	margin: 0 3px;
}

@media only screen and (max-width: 640px) {
	#msp .tokyo .wrap .Lbox,
	#msp .tokyo .wrap .Rbox {
		float: none;
		width: 100%;
		height: auto;
	}
}

/* contact */
#contact .lead {
	text-align: center;
	font-size: 15px;
	line-height: 1.7em;
	margin-top: 50px;
}

#contact .btn_enter {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	margin-top: 50px;
	padding-bottom: 100px;
}

#contact .btn_enter .Lbtn {
	width: 50%;
	height: auto;
	font-size: 18px;
	letter-spacing: 0.1em;
	padding-left: 30px;
}

#contact .btn_enter .Lbtn .btn-style {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.8em 3em 0.6em 3em;
  text-decoration: none;
  color: #fff;
  background: #f8b100;
  transition: .4s;
  border-radius: 2.5em;
}

#contact .btn_enter .Lbtn .btn-style:hover {
  background: #f8cc00;
  color: white;
}

#contact .btn_enter .Rbtn {
	width: 45%;
	height: auto;
	font-size: 18px;
	letter-spacing: 0.1em;
	padding-right: 30px;
}

#contact .btn_enter .Rbtn .btn-style {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.8em 3em 0.6em 3em;
  text-decoration: none;
  color: #fff;
  background: #007ed3;
  transition: .4s;
  border-radius: 2.5em;
}

#contact .btn_enter .Rbtn .btn-style:hover {
  background: #0098ff;
  color: white;
}

#contact .btn_enter i {
	margin-left: 5px;
	font-size: 20px;
}

#contact .form {
    max-width: 100%!important;
}

#contact h2 {
	text-align: center;
	font-size: 20px;
	color: #f8b100;
}

@media only screen and (max-width: 767px) {
	#contact .btn_enter {
		display: block;
		margin-top: 30px;
	}
	
	#contact .btn_enter .Lbtn {
		width: 80%;
		height: auto;
		margin: 0 auto;
		margin-bottom: 20px;
		padding-left: 0;
	}
	
	#contact .btn_enter .Rbtn {
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding-right: 0;
	}
	
	#contact .lead {
		font-size: 16px!important;
		line-height: 1.7em;
	}
	
	#contact .btn_enter .Rbtn .btn-style,
	#contact .btn_enter .Lbtn .btn-style{
		padding: 0.8em 2.5em 0.6em 2.5em;
}
	
	.pcBR {
		display: none;
	}
}


/* 法令アラート
------------------------------------------------------------------*/
#ChinaLawsAlert .smplDL {
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
}

#ChinaLawsAlert .smplDL .ttl {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#ChinaLawsAlert .smplDL .DLbtn {
	width:200px;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#f8b100;
    border-radius:25px;
	margin: 0 auto;
}

#ChinaLawsAlert .smplDL a {
	text-decoration: none;
}

#ChinaLawsAlert .smplDL .DLbtn:hover {
	opacity: 0.8;
	text-decoration: none;
}

/* 中国ITレポート
------------------------------------------------------------------*/
#asia_report .smplDL .DLbtn {
	width:200px;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#f8b100;
    border-radius:25px;
	margin-bottom: 50px;
}

#asia_report .smplDL a {
	text-decoration: none;
}

#asia_report .smplDL .DLbtn:hover {
	opacity: 0.8;
	text-decoration: none;
}


/* コンサルティング
------------------------------------------------------------------*/
#Consulting .inrBtn .listbtn {
	width: 60%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 13px 10px 15px 10px;
    color: #fff;
    background-color: #f8b100;
    border-radius: 30px;
    margin-bottom: 50px;
}

#Consulting .inrBtn .listbtn:hover {
	opacity: 0.8;
	text-decoration: none!important;
}

#Consulting .inrBtn a {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	#Consulting .inrBtn .listbtn {
		width: 100%;
		height: auto;
	}
}


/* コンサルタント紹介
------------------------------------------------------------------*/
#Consultants .cntBox {
    padding: 40px 0 0 0;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

#Consultants .cntBox:first-child {
	padding: 0;
	border-top: none;
}

#Consultants .inrBox {
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.8em;
}

#Consultants .inrBox h4 {
	font-size: 14px;
	margin-bottom: 5px;
}

#Consultants .cntBox p span {
    font-size: 12px;
    margin-left: 1em;
}

#Consultants .smplDL .DLbtn {
	width:200px;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#f8b100;
    border-radius:25px;
	margin: 0 auto;
}

#Consultants .smplDL a {
	text-decoration: none;
}

#Consultants .smplDL .DLbtn:hover {
	opacity: 0.8;
	text-decoration: none;
}

/* 中国進出ビジネスコンサルティング実績
------------------------------------------------------------------*/
#cnCases h1 {
    color: #5b5b5b;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}

#cnCases .lead {
	font-size: 116%;
    text-align: center;
    line-height: 1.8em;
    margin: 20px 0 40px 0;
}

#cnCases .year {
	margin-bottom: 30px;
}

#cnCases .year ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#cnCases .year a {
	width: 11%;
	height: auto;
	padding: 10px 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

#cnCases .year a:first-child {
    border-left: 1px solid #ccc;
}

#cnCases .year a:hover {
	background: #f2f2f2;
	text-decoration: none;
}

#cnCases .bnrArea {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	margin-top: 50px;
	padding-bottom: 100px;
}

#cnCases .bnrArea .Lbtn {
	width: 50%;
	height: auto;
	font-size: 16px;
	letter-spacing: 0.1em;
	padding-left: 30px;
}

#cnCases .bnrArea .Lbtn .btn-style {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.8em 3em 0.6em 3em;
  text-decoration: none;
  color: #fff;
  background: #f8b100;
  transition: .4s;
  border-radius: 2.5em;
}

#cnCases .bnrArea .Lbtn .btn-style:hover {
  background: #f8cc00;
  color: white;
}

#cnCases .bnrArea .Rbtn {
	width: 45%;
	height: auto;
	font-size: 16px;
	letter-spacing: 0.1em;
	padding-right: 30px;
}

#cnCases .bnrArea .Rbtn .btn-style {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.8em 3em 0.6em 3em;
  text-decoration: none;
  color: #fff;
  background: #007ed3;
  transition: .4s;
  border-radius: 2.5em;
}

#cnCases .bnrArea .Rbtn .btn-style:hover {
  background: #0098ff;
  color: white;
}

#cnCases .bnrArea i {
	margin-left: 5px;
	font-size: 20px;
}

#cnCases .gray {
	border-top: 1px solid #fff;
}


@media only screen and (max-width: 767px) {
	#cnCases .lead {
		text-align: left;
	}
	
	#cnCases .year a {
		width: 33.333%;
		border-left: 1px solid #ccc;
	}
	
	#cnCases .bnrArea {
		display: block;
		margin-top: 30px;
	}
	
	#cnCases .bnrArea .Lbtn {
		width: 80%;
		height: auto;
		margin: 0 auto;
		margin-bottom: 20px;
		padding-left: 0;
	}
	
	#cnCases .bnrArea .Rbtn {
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding-right: 0;
	}
	
	#cnCases .btn-style {
		width: 100%;
		height: auto;
	}
}

/* インタビュー
------------------------------------------------------------------*/

.marubtn {
	width: 100%;
	height: auto;
	margin: 0 auto;
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
	text-align: center;
	margin-top: 50px;
	padding-bottom: 100px;
}

.marubtn .inrBtn {
	width: 45%;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.marubtn .inrBtn .btn-style {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.8em 3em 0.6em 3em;
  text-decoration: none;
  color: #fff;
  background: #007ed3;
  transition: .4s;
  border-radius: 2.5em;
}

.marubtn .inrBtn .btn-style:hover {
  background: #0098ff;
  color: white;
}

.marubtn .inrBtn i {
	margin-left: 5px;
	font-size: 20px;
}



/* 遮断くん	
------------------------------------------------------------------*/
#shadankunDiff {
	width: 100%;
	background: #fff;
	padding: 70px 0 70px 0;
}

#shadankunDiff h2 {
	text-align: center;
	font-size: 26px;
	letter-spacing: 1.8px;
}

#shadankunDiff .wrapper {
	display: flex;
	width: 1010px;
	margin: 0 auto;
	justify-content: space-around;
	margin-top: 50px;
}

#shadankunDiff .ctgBox {
	width: 29%;
	height: auto;
	background: #fff;
	box-shadow:3px 4px 6px -3px #bababa;
	border: 1px solid #ccc;
}

#shadankunDiff .ctgBox h3 {
	width: 100%;
	text-align: center;
	padding: 50px 10px 50px 10px;
	font-size: 18px;
	line-height: 1.8em;
	color: #3f3f3f;
	letter-spacing: 1.5px;
	background: url(../../solution/fortify/img/bg_h3.png) no-repeat;
	background-size: 100% 100%;
}

#shadankunDiff .bdr1 {
	border-bottom: #ff916e solid 5px;
}

#shadankunDiff .bdr2 {
	border-bottom: #adebf6 solid 5px;
}

#shadankunDiff .bdr3 {
	border-bottom: #ffd55d solid 5px;
	padding: 34px 10px 34px 10px!important;
}

#shadankunDiff .ctgBox ul {
	width: 85%;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
}

#shadankunDiff .ctgBox ul li {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	display: flex;
    align-items: center;
}

#shadankunDiff .ctgBox .iconImg {
	width: 30%;
	height: auto;
}

#shadankunDiff .ctgBox .txtBox {
	text-align: left;
	margin-left: 10px;
	width: 70%;
} 

#shadankunDiff .ctgBox .dtl {
	width: 85%;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
	display: flex;
    align-items: center;
	background: #f4f4f4;
	border: #e9e9e9 solid 1px;
	padding: 10px;
}

#shadankunDiff .ctgBox .mgn1 {
	margin-top: 20px;
}

@media only screen and (max-width: 640px) {
	#shadankunDiff {
	width: 100%;
	background: #eff4f5;
	padding: 70px 0 70px 0;
	}
	
	#shadankunDiff h2 {
	text-align: center;
	font-size: 26px;
	letter-spacing: 1.8px;
	}
	
	#shadankunDiff .wrapper {
	display: flex;
	width: 1010px;
	margin: 0 auto;
	justify-content: space-around;
	margin-top: 50px;
	}
	
	#shadankunDiff .ctgBox {
	width: 29%;
	height: auto;
	background: #fff;
	box-shadow:3px 4px 6px -3px #bababa;
	}
	
	#shadankunDiff .ctgBox h3 {
	width: 100%;
	text-align: center;
	padding: 50px 10px 50px 10px;
	font-size: 18px;
	line-height: 1.8em;
	color: #3f3f3f;
	letter-spacing: 1.5px;
	background: url(../../solution/fortify/img/bg_h3.png) no-repeat;
	background-size: 100% 100%;
	}
	
	#shadankunDiff .bdr1 {
	border-bottom: #ff916e solid 5px;
	}
	
	#shadankunDiff .bdr2 {
	border-bottom: #adebf6 solid 5px;
	}
	
	#shadankunDiff .bdr3 {
	border-bottom: #ffd55d solid 5px;
	}
	
	#shadankunDiff .ctgBox ul {
	width: 85%;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
	}
	
	#shadankunDiff .ctgBox ul li {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	display: flex;
    align-items: center;
	}
	
	#shadankunDiff .ctgBox .iconImg {
	width: 70px;
	}
	
	#shadankunDiff .ctgBox .txtBox {
	text-align: left;
	margin-left: 10px;
	} 
	
	#shadankunDiff .ctgBox .dtl {
	width: 85%;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
	display: flex;
    align-items: center;
	background: #f4f4f4;
	border: #e9e9e9 solid 1px;
	padding: 10px;
	}
	
	#shadankunDiff .ctgBox .mgn1 {
	margin-top: 20px;
	}
}

@media only screen and (max-width: 640px) {
	#shadankunDiff h2 {
		font-size: 23px;
	}
	
	#shadankunDiff .wrapper {
		display: block;
		width: 100%;
		margin: 0 auto;
		margin-top: 50px;
	}
	
	#shadankunDiff .ctgBox {
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
}

.entry blockquote {
    padding-right: 30px;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
    background: #EEE;
}
.entry blockquote:before {
    left: 10px !important;
    top: 10px !important;
}

.table-fonts-small{
	font-size: 12.87px;
}

@media screen and (max-width:767px) { 
	.table-fonts-small{
		font-size: 11px;
	}
}


.linkcolor__change{
	color: #1A0DAB!important;
	text-decoration: underline!important;
}

.textsize__big{
	font-size: 36px!important;
}


/* blog改修作業 20210530 yoshioka 追記
------------------------------------------------------------------*/

#page .entry h2 span,#page .entry h3 span,#page .entry h4 span,#page .entry h5 span,#page .entry h6 span{
	color: #444444;
}

body.single #footer-full-width-widget{
	max-width: 1080px;
}

body.single #page{
	max-width: 1380px;
	padding: 0 8vw;
	background-color: #f7f6f6;
}

body.boxed #wrapper{
	width: 100%!important;
	max-width: 100%;
	margin: 0 auto;
}

body.boxed .container-inner{
	max-width: 100%!important;
}


@media (min-width: 1380px){
	body.boxed #footer{
		width: 100%!important;
		margin-left: 0;
	}
}

@media screen and (max-width:1180px) { 
	body.single #page{
		padding: 0;
	}
}

body.single .pad{
	padding: 30px 60px 20px 20px;
}

@media screen and (max-width:1025px) { 
	body.single .pad{
		padding: 30px 10px 20px 10px;
	}
}

body.single .post-inner a{
	color: #004EA2;
}

body.single #toc_container a{
	color: #444444;
}

body.single #toc_container{
	width: 100%;
	margin: 40px 0;
	padding: 20px;
}

body.single ol{
	margin-left: 0px;
}

body.single .post-byline{
	color: #646464;
}

body.single h2{
	margin-bottom: 40px;
	line-height: 1.7em;
}

body.single #sow-image-2{
	display: none;
}

.single .related-posts .post-title{
	font-size: 0.9em!important;
}

.related-posts{
	border: none!important;
	margin-bottom: 24px;
}

.blog .page-title h2{
	color: #444;
    font-size: 20px;
    padding: 20px 0 20px 0px;
}

body.archive #page,body.blog #page{
	max-width: 1299px;
	padding-left: 25px;
	background-color: #FFF;
}

@media screen and (max-width:1180px) { 
	body.archive #page,body.blog #page{
		max-width: 1299px;
		padding-left: 0px;
		background-color: #FFF;
	}
}

.single .post-title{
	margin-top: 10px;
}


#reportNewsArea .col{
	width: 48%;
}

.boxed #page{
	background-color: #fff!important;
}


/* セミナーページ改修作業
------------------------------------------------------------------*/


.contentInner__event{
	width: 1040px;
	margin: 0 auto;
}

#eventSeminar{
	padding: 0 0 0px 0;
}

#eventSeminar .t01bg{
	background-image: url(/common/img/seminar_event_bg.png);
	background-size: cover;

}

#eventSeminar .eventInner{
	border-bottom: 1px solid #ccc;
	margin-bottom: 64px;
}




#eventSeminar .eventInner .eventInner__info{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#eventSeminar .eventInner .eventInner__info span{
	display: inline-block;
	padding: 0px 25px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 50px;
	margin: 0 0 16px 0;
}

#eventSeminar .eventInner .eventInner__info span.info1{
	background-color: #f7b100!important;
}

#eventSeminar .eventInner .eventInner__info span.info2{
	background-color: #ebebeb!important;
}

#eventSeminar .eventInner .eventInner__info span.info3{
	background-color: #ebebeb!important;
}

#eventSeminar .eventInner .eventInner__info p{
	font-size: 22px;
	color: #ccc;
	font-weight: bold;
}

#eventSeminar .eventInner .eventInner__tag{
	color: rgb(82, 82, 82);
	font-size: 12px;
	margin: 4px 0;
}

#eventSeminar .eventInner__heroarea{
	display: flex;
	background-color: #fdfdfd;
} 

#eventSeminar .eventInner__heroarea a{
	width: 50%;
}

#eventSeminar .eventInner__heroarea img{
	width: 100%;
}

#eventSeminar .eventInner .eventInner__heroarea .eventInner__price{
	margin: 0 0 16px 0;
}


#eventSeminar .eventInner .eventInner__date{
	width: 50%;
	align-self: center;
	text-align: center;
	justify-content: center;
}

#eventSeminar .eventInner .eventInner__date p{
	font-size: 16px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 0;
}

#eventSeminar .eventInner .eventInner__date a{
	display: inline-block;
	border: #3a3a3a 1px solid;
	padding: 8px 24px;
	border-radius: 20px;
	font-weight: bold;
	width: 70%;
	background-color: #FFF;;
}


#eventSeminar .eventInner .eventInner__date a:hover{
	background-color: #003559;
	transition: 0.3s;
	color: #fff;
	border: #003559 1px solid;
}

#eventSeminar .eventInner .eventInner__articledate{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 17px;
}


#eventSeminar .eventInner .eventInner__articledate p{
	font-size: 16px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 0;
}

#eventSeminar .eventInner .eventInner__articledate a{
	display: inline-block;
	border: #3a3a3a 1px solid;
	padding: 8px 24px;
	border-radius: 20px;
	font-weight: bold;
	background-color: #FFF;
	font-size: 15px;
}


#eventSeminar .eventInner .eventInner__articledate a:hover{
	background-color: #003559;
	transition: 0.3s;
	color: #fff;
	border: #003559 1px solid;
}

#eventSeminar .eventInner .eventInner__title{
	font-size: 22px;
	margin: 16px 0;
}

#eventSeminar .eventInner .eventInner__des{
	line-height: 2.2;
}



#eventSeminar .eventInner .eventInner__btnarea{
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px 0;
}

#eventSeminar .eventInner .eventInner__btnarea a{
	text-align: center;
	display: block;
	padding: 10px 0;
	background-color: #003559;
	color: #FFF;
	border: #003559 solid 1px;
	width: 100%;
	box-sizing: border-box;
}

#eventSeminar .eventInner .eventInner__btnarea a:nth-child(1){
	border-right: #ccc solid 1px;
}

#eventSeminar .eventInner .eventInner__btnarea a:hover{
	background: #FFF;
	border: 1px solid #003559;
	transition: 0.3s;
	color: #003559;
	font-weight: bold;
	box-sizing: border-box;
}


.notice{
	font-size: 17px;
	font-weight: bold;
	color: #af021a;
	border-top: 1px solid #eee;
	padding: 20px 0 0 0;
}

#eventSeminar .event__pagination {
	display: inline-block;
}


.page-numbers{
	font-weight: bold;
	display: inline-block;
	color: #3a3a3a;
	padding: 12px 18px;
	margin-bottom: 40px;
	border: 1px solid #003559;

}


.page-numbers.current {
	background-color: #003559;
	display: inline-block;
	color: #fff;
	padding: 12px 18px;
}

#eventsidebar{
	padding-left: 50px;
}

#eventsidebar img{
	margin-bottom: 16px;
	display: block;
}

#eventsidebar img:hover{
	opacity: 0.9;
	transition: 0.3s;
}

#eventsidebar h3{
	font-size: 15px;
	text-align: center;
	border-bottom: #003559 2px solid;
	padding-bottom: 8px;
	margin-bottom: 24px;
	margin-top: 24px;
}

#eventsidebar h3.register{
background: #003559;
color: #FFF;
font-size: 13px;
font-weight: normal;
padding-top: 8px;
}

#eventsidebar p{
	font-size: 11px;
}

#eventsidebar .formarea{
	border-bottom: 1px solid #ccc;
	margin-bottom: 32px;
}

#eventsidebar label{
	display: inline-block;
}

#eventsidebar input[type="text"],#eventsidebar input[type="email"]{
	display: block;
	width: 100%;
	padding: 10px;
	margin: 0 0 10px 0;
	background: #eee;
	border: none;
}

#eventsidebar input[type="checkbox"]{
	display: inline-block!important;
}

#eventsidebar .formarea input:focus{
	outline: none;
}


#eventsidebar button{
	display: block;
	text-align: center;
	width: 80%;
	margin: 24px auto 24px auto;
	border: #003559 1px solid;
	border-radius: 20px;
	padding: 4px 0;
	font-weight: bold;
}

#eventsidebar button:hover{
	background-color: #003559;
	transition: 0.3s;
	color: #FFF;
}

.eventEntry h2{
	font-size: 22px;
	margin: 32px 0;
	border-left:5px solid #003559;
	padding: 0 0 0 14px;
	color: #003559;
}

.eventEntry table.time th{
	/* background-color: #efefef; */
	padding: 20px;
	text-align: center;
	border: 1px solid #ccc;
}

.eventEntry table.time td{
	padding: 20px;
	border: 1px solid #ccc;
}

.eventEntry img{
	width: 100%;
}

.eventEntry table.speaker tr td{
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.eventEntry table.speaker img{
	width: 80px;
    height: 80px;
    background: #eef0f4;
    border-radius: 100%;
    box-shadow: 9.91px 9.91px 15px #d9dade, -9.91px -9.91px 15px #ffffff;
}

.eventEntry{
	font-size: 14px;
}


@media screen and (max-width: 1024px){
	.contentInner__event{
		width: 96%;
		padding: 0 15px;
	}

	#eventsidebar{
		padding: 0 20px;
	}

	#eventsidebar img{
		width: 100%;
	}
}

@media screen and (max-width: 959px){
	#eventSeminar{
		padding: 0;
	}


	.contentInner__event{
		width: 96%;
		padding: 0 15px;
	}

	#eventsidebar{
		padding: 0 20px;
	}

	#eventsidebar .bnrarea{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#eventsidebar .bnrarea a{
		width: 50%;
	}
	#eventsidebar .bnrarea img{
		width: 100%;
	}
	.event__bnr{
		display: none;
	}
	#eventsidebar button{
		width: 50%;
		padding: 10px 0;
	}
}

@media screen and (max-width:767px){
	.contentInner__event{
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
	

	#eventSeminar{
		padding: 0 0 80px 0;
	}
	
	#eventSeminar .t01bg{
	}
	
	#eventSeminar .eventInner{
		margin-bottom: 40px;
	}
	
	
	#eventSeminar .eventInner .eventInner__info{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	#eventSeminar .eventInner .eventInner__info span{
		padding: 0px 20px;
		margin: 0 0 16px 0;
	}
	
	#eventSeminar .eventInner .eventInner__info p{
		font-size: 18px;
	}

	#eventSeminar .eventInner__heroarea{
		display: block;
		background-color: none;
	} 
	
	#eventSeminar .eventInner__heroarea a{
		width: 50%;
	}
	
	#eventSeminar .eventInner__heroarea img{
		width: 100%;
	}
	
	#eventSeminar .eventInner .eventInner__heroarea .eventInner__price{
		margin: 0 0 0 0;
	}
	
	
	#eventSeminar .eventInner .eventInner__tag{
		font-size: 11px;
	}
	
	#eventSeminar .eventInner .eventInner__date{
		width: 100%;
	}

	#eventSeminar .eventInner .eventInner__articledate{
		width:100%;
		font-size: 14px;
		display: block;
		text-align: center;
	}


	
	#eventSeminar .eventInner .eventInner__date p{
		font-size: 14px;
		margin: 5px 0;
	}
	
	#eventSeminar .eventInner .eventInner__date a{
		padding: 4px 24px;
		font-size: 12px;
		margin-top: 5px;
		margin-bottom: 15px;
	}
	
	#eventSeminar .eventInner .eventInner__articledate p{
		font-size: 14px;
		margin: 5px 0;
	}

	#eventSeminar .eventInner .eventInner__articledate a{
		font-size: 14px;
		padding: 4px 24px;
		margin: 0 0 15px 0;
	}
	
	#eventSeminar .eventInner .eventInner__title{
		font-size: 17px;
		margin: 10px 0;
	}
	
	#eventSeminar .eventInner .eventInner__des{
		line-height: 1.9;
		font-size: 13px;
	}
	
	#eventSeminar .eventInner .eventInner__price{
		margin: 0;
	}
	
	#eventSeminar .eventInner .eventInner__btnarea{
		display: block;
	}
	
	#eventSeminar .eventInner .eventInner__btnarea a{
		border-bottom: 1px solid #FFF;
	}
	
	#eventSeminar .eventInner .eventInner__btnarea a:nth-child(1){
		border-right: none;
	}
	
	
	.notice{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		padding: 20px 0;
		margin-bottom: 20px;
	}
	
	#eventSeminar .event__pagination {
		display: inline-block;
	}
	
	
	.page-numbers{
		padding: 6px 10px;
		margin-bottom: 20px;
	
	}
	.page-numbers.current {
		padding: 6px 10px;
	}
	
	#eventsidebar{
		padding: 0 20px;
	}
	
	#eventsidebar img{
		margin-bottom: 15px;
		width: 100%;
	}
	
	#eventsidebar .bnrarea{
		display: block;
	}
	
	#eventsidebar h3{
		font-size: 14px;
		padding-bottom: 10px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
	#eventsidebar h3.register{
	font-size: 13px;
	}
	
	#eventsidebar p{
		font-size: 12px;
	}
	
	.inner__entry{
		padding: 0 20px;
	}
	.eventEntry h2{
		font-size: 22px;
		margin: 32px 0;
		border-left:5px solid #003559;
		padding: 0 0 0 14px;
		color: #003559;
	}
	
	.eventEntry table.time tr,.eventEntry table.time td,.eventEntry table.time th{
		display: block;
		width: 100%;
	}

	.eventEntry table.time th{
		/* background-color: #efefef; */
		padding: 10px;
		text-align: center;
		border: 1px solid #ccc;
	}
	
	.eventEntry table.time td{
		padding: 10px;
		border: 1px solid #ccc;
	}
	
	.eventEntry img{
		width: 100%;
	}
	
	.eventEntry table.speaker tr td{
		border-bottom: 1px solid #ccc;
		padding: 20px 0;
		width: 100%!important;
		display: block;
	}
	
	.eventEntry table.speaker img{
		width: 80px;
		height: 80px;
		background: #eef0f4;
		border-radius: 100%;
		box-shadow: 9.91px 9.91px 15px #d9dade, -9.91px -9.91px 15px #ffffff;
	}
	
	.eventEntry{
		font-size: 14px;
	}
}


/* 資料ダウンロードページ */

.download__ttl{
	background-image: url(/common/img/seminar_event_bg.png);
	background-size: cover;
}

.download__wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
  }

  .download__card{
	width: 31.333%;
	margin: 0 3% 56px 0;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #eee;
  }

  .download__card:nth-of-type(3n){
	  margin-right: 0;
  }
  
  .download__card h2{
	  font-size: 15px;
	  margin: 16px 0 16px 0;
	  height: 50px;
	  line-height: 1.7; 
  }

  .download__card p{
	  font-size: 13px;
	  margin: 0 0 16px 0;
	  color: #535353;
	  height: 80px;
  }

  .download__card__tag{
	  margin: 8px 0 24px 0;
  }


  .download__card__tag li{
	  font-size: 9px;
	  color: #535353;
	  padding: 0px 8px;
	  display: inline-block;
	  background-color: #f5f5f5;
	  border-radius: 10px;
	  margin: 0 0 5px 0;
  }

  .download__btn{
	  font-size: 12px;
	  display: block;
	  text-align: center;
	  padding: 4px 0;
	  width: 60%;
	  margin: 0 auto 0 auto;
	  border: 1px solid #eee;
	  border-radius: 20px;
  }

  .download__btn:hover{
	  background-color: #072747;
	  transition: 0.3s;
	  color: #fff;
  }

  .download__taxnav{
	  display: flex;
	  margin-bottom: 40px;
  }

  .download__taxnav li a{
	  display: block;
	  font-size: 14px;
	  font-weight: bold;
	  padding: 8px;
  }

  .download__taxnav li{
	  background-color: #fcfcfc;
	  border: 1px solid #ccc;
	  border-right: none;
	  width: 20%;
	  text-align: center;
  }

  .download__taxnav li:last-child{
	border-right: 1px solid #ccc;
  }

  .download__taxnav li.current{
	  background-color: #003559;
  }

  .download__taxnav li.current a{
	color: #ffffff;
}

.download__nav{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	flex-wrap: wrap;
}

.download__nav div{
	width: calc((100% - 20px) / 3);
	margin-right: 10px;
}

.download__nav div:nth-of-type(3n){
	margin-right: 0px;
}

.download__nav div a{
	display: block;
}




  @media screen and (max-width: 959px){
	.download__wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	  }
	  
	
	  .download__card{
		width: 48%;
		margin: 0 0% 56px 0;
	  }
	  
	  .download__card h2{
		  height: auto; 
	  }
	
	  .download__card p{
		  height: auto;
	  }

	  .download__taxnav{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
  
	.download__taxnav li a{
		display: block;
		font-size: 14px;
		font-weight: bold;
		padding: 8px;
	}
  
	.download__taxnav li{
		background-color: #fcfcfc;
		border: none;
		width: 50%;
		text-align: center;
		box-shadow : 0 0 0 1px #ccc;
	}

  
	.download__taxnav li:last-child{
	  border-right:none;
	}

	.download__taxnav li.current{
		background-color: #003559;
	}
  
	.download__taxnav li.current a{
	  color: #ffffff;
  }

  
	.download__nav{
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
		flex-wrap: wrap;
	}

	.download__nav div{
		width: calc((100% - 20px) / 2);
		margin-right: 0;
	}

	.download__nav div:nth-of-type(2n){
		margin-left: 10px;
	}

	.download__nav div a{
		display: block;
	}
	
  }


  @media screen and (max-width: 767px){
	.download__wrap{
		display: block;	
	  }

	.download__card{
	width: 100%;
	margin: 0 0 56px 0;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #eee;
	}
	
	.download__card h2{
		height: auto; 
	}

	.download__card p{
		height: auto;
	}
	
  }

  #download__article{
	  margin: 40px auto;
	  background: #FFF;
  }

  #download__article h1{
	  font-size: 18px;
	  margin: 0 auto 24px auto;
	  padding: 0;
	  line-height: 1.8;
  }

  #download__article h2{
	  font-size: 24px;
  }

  #download__article .img__area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
  }

  #download__article .img__area img{
	  width: 48%;
	  margin: 20px 0 0 0;
	height: auto;
  }

  #download__article .border{
	border-bottom: 1px solid #eee;
  }

  #download__article .formarea iframe{
	margin: 0 auto;
  }

  #download__article .list__ttl{
	  display: inline-block;
	  margin-bottom: 20px;
	  font-size: 15px;
	  position: relative;
	  font-weight: bold;
  }

  #download__article .list__ttl::before{
	  content: "";
	  display: block;
	  width: 10px;
	  background: #dd962a;
	  height: 2px;
	  position: absolute;
	  bottom: -2px;
  }

  #download__article .list__ttl::after{
	content: "";
	display: block;
	width: 10px;
	background: #04182b;
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 10px;
}

#download__article .list__ttl2{
	display: inline-block;
	font-size: 15px;
	position: relative;
	font-weight: bold;
	top: -15px;
	background: #FFF;
	padding: 0 10px;
}

#download__article .recommend{
	padding: 0 20px 20px 20px;
	border: 4px solid #eee;
	background-color: #fdfdfd;
}

#download__article .recommend li:not(:first-child){
	background: url(/common/img/download/download_article_icon.png) left top 2px no-repeat;
	background-size: 15px;
	padding-left: 25px;
	line-height: 2;
	margin-bottom: 10px;
}

#download__article .download__btn{
	background-color: #04182b;
	display: block;
	color: #FFF;
	padding: 15px 0;
	border-radius: 30px;
}

#download__article .download__btn:hover{
	opacity: 0.8;
}

@media screen and (max-width: 768px){
	#download__article h1{
		font-size: 15px;
	}
	#download__article .img__area{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	  }
	
	  #download__article .img__area img{
		  width: 48%;
		  margin: 20px 0 20px 0;
	  }
	
}

.p-articlePickup{
	background-color: #f6f6f6;
}

.p-articlePickup__ttl{
	text-align: center;
	font-weight: normal;
}

.p-articlePickup__text{
	text-align: center;
}

.p-articlePickup__card{
	display: flex;
	flex-wrap: wrap;
}

.p-articlePickup__card__box {
	width: calc(100% / 3);
}

.p-articlePickup__card__box a{
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.p-articlePickup__card__box a:hover{
	opacity: 0.8;
	transition: 0.3s;
}

.p-articlePickup__card__box a h3{
	font-size: 13px;
	width: 96%;
	padding: 10px;
	text-align: left;
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	background-color: rgba(0, 53, 89, 0.9);
	margin: 0 auto;
	font-weight: normal;
}

li.is-hidden{
	display: none;
}

#js-listItem-more{
	width: 200px;
	padding: 8px 20px;
	border-radius: 20px;
	background-color: #072747;
	color: #fff;
	margin: 40px auto 0 auto;
}

@media screen and (max-width: 959px){	
	.p-articlePickup__card__box {
		width: calc(100% / 2);
	}
}

@media screen and (max-width: 767px){	
	.p-articlePickup__card__box {
		width: calc(100%);
	}
}

/* 
Index New Contact
*/

.newContact{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.newContactL, .newContactR{
	width: 48%;
	box-shadow: 0px 5px 27px -20px #777777;
	border-radius: 8px;
	padding: 40px 16px 16px 16px;
	border: 1px solid #e1e1e1;
}

.newContactInnerTop{
	text-align: center;
	position: relative;
	border-bottom: 1px solid #F1F1F1;
	height: 128px;
}

.newContactInnerTop::after{
	position: absolute;
	left: -16px;
	top: 0;
	bottom: 0;
	content: "";
	width: 3px;
	background-color: #F8B100;
	height: 80px;
}

.newContactInnerTop.p2::after{
	background-color: #0098ff;
}

.newContactInnerTop h3{
	font-size: 19px;
	position: relative;
	margin-bottom: 32px;
}

.newContactInnerTop h3::after{
	position: absolute;
	bottom: -16px;
	right: 0;
	left: 0;
	margin: 0 auto;
	content: "";
	width: 80px;
	background-color: #F8B100;
	height: 2px;
}

.newContactInnerTop.p2 h3::after{
	background-color: #0098ff;
}

.newContactInnerTop p{
	font-size: 15px;
}

.newContactInnerBottomL{
	text-align: center;
	height: 128px;
	padding-top: 56px;
}

.newContactInnerBottomL a{
	display: block;
	margin: 0 auto;
	color: #fff;
	background-color: #F8B100;
	border: 3px solid #F8B100;
	padding: 8px 16px;
	border-radius: 24px;
	width: 50%;
	font-size: 16px;
}

.newContactInnerBottomL a:hover{
	background-color: #fff;
	border: 3px solid #F8B100;
	transition: 0.3s;
	color: #F8B100;
}


.newContactInnerBottomR{
	display: flex;
	justify-content: space-between;
	padding-top: 16px;
}

.newContactInnerBottomR-a, .newContactInnerBottomR-b{
	width: 50%;
}

.newContactInnerBottomR-a{
	border-right: 1px solid #f1f1f1;
}

.newContactInnerBottomR-a ul li a{
	margin-bottom: 8px;
	display: inline-block;
	font-size: 13px;
}

.newContactInnerBottomR-a ul li a:hover{
	text-decoration: underline;
}

.newContactInnerBottomR-a ul li a i{
	font-size: 11px!important;
	margin-right: 8px;
	color: #818181;
}

.newContactInnerBottomR-b{
	text-align: center;
	padding-top: 16px;
}

.newContactInnerBottomR-b p{
	margin-bottom: 4px;
}

.newContactInnerBottomR-b a{
	display: inline-block;
	width: 70%;
	margin: 0 auto;
	padding: 12px 16px;
	border-radius: 24px;
	border: 1px solid #3f3f3f;
}

.newContactInnerBottomR-b a:hover{
	background-color: #0098ff;
	border: 1px solid #0098ff;
	transition: 0.3s;
	color: #fff;
}

@media screen and (max-width: 959px){
	.newContact{
		flex-wrap: wrap;
		margin-top: 40px;
	}
	.newContactL, .newContactR{
		width: 100%;
	}
	.newContactL{
		margin-bottom: 40px;
	}
	.newContactInnerBottomR{
		display: flex;
		flex-wrap: wrap;
		padding-top: 16px;
	}
	
	.newContactInnerBottomR-a, .newContactInnerBottomR-b{
		width: 100%;
	}
	.newContactInnerBottomR-a{
		border-right: none;
		border-bottom: 1px solid #f1f1f1;
	}
	.newContactInnerBottomR-a ul li a i{
		font-size: 13px!important;
		margin-right: 8px!important;
	}

	.newContactInnerBottomL{
		padding-top: 48px;
	}
	.newContactInnerBottomL a{
		width: 70%;
	}
}


/* ====================================
　footer 2023 
=======================================*/
#custom_footer {
width: 100%;
font-size: 12px;
background: #262933;
color: #fff;
}


#custom_footer .footer_inner {
	width: 90%;
	margin: 0 auto;
    padding: 40px 0 60px 0;
    max-width: 1100px;
}


#custom_footer a{
color: #fff!important;
}


#custom_footer ul {
  list-style: none;
}

#custom_footer ul li {
 margin-top: 10px;
 margin-bottom: 10px;
	font-size: 14px;
}
       
#custom_footer .snsarea{
	width: 100%;
	margin: 0 auto;
}

#custom_footer .snsicon{
	padding: 0px 15px 0px 0px;
	margin: 0 auto;
	font-size: 25px;
}

#custom_footer .footer_credit{
    display: block;
    text-align: left;
	font-size: 12px;
    padding-top: 10px;
}

#custom_footer h4.footer{
	color: #fff;
	padding: 10px 0 20px 0;
	margin: 0 auto;
	font-size: 16px;
}

#custom_footer .consultation_text{
	margin: 0 auto;
	padding: 0 0 15px 0;
	font-size: 16px;
	text-align: center;
}

#custom_footer .supportsite_text{
	margin: 0 auto;
	padding: 0 0 15px 0;
	font-size: 16px;
	text-align: center;
}

#custom_footer .consultation_btn {
	padding: 0px 0px 10px 0px;
	font-size: 16px;
    margin-bottom: 20px;
}


#custom_footer .consultation_btn a {
	text-decoration: none;
    background: #fff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
	align-items: center;
    margin: 0 auto;
    max-width: 270px;
    padding: 20px 10px;
    color: #484848!important;
    transition: 0.3s ease-in-out;
    font-weight: 700;
}

#custom_footer .consultation_btn a:hover {
    background: #EDF0F3;
}

#custom_footer .supportsite_btn {
	padding: 0px 0px 20px 0px;
	font-size: 16px !important;
}

#custom_footer .supportsite_btn a {
	text-decoration: none;
    background: #fff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
	align-items: center;
    margin: 0 auto;
    max-width: 270px;
	padding: 20px 10px;
    color: #313131!important;
    transition: 0.3s ease-in-out;
    font-weight: 700;
}

#custom_footer .supportsite_btn a:hover {
    background: #EDF0F3;
}

#custom_footer table {
    width: 100%;
	  border: 0;
	border-collapse: collapse !important;
  border-spacing: 0 !important;
}

#custom_footer td.area-1{
	width: 25%;
	vertical-align: top;
	border: 0px solid;
	padding-right: 20px;
}
#custom_footer td.area-2{
	width: 25%;
	vertical-align: top;
	border: 0px solid;
	padding-right: 20px;
}
#custom_footer td.area-3{
	width: 25%;
	vertical-align: top;
	border: 0px solid;
	padding-right: 20px;
}
#custom_footer td.area-4{
	width: 25%;
	vertical-align: top;
	border: 0px solid;
	padding-right: 20px;
}
#custom_footer td.area-5{
	width: 25%;
	border: 0px solid;
	padding-right: 20px;
}
#custom_footer td.area-6{
	width: 25%;
	vertical-align: bottom;
	border: 0px solid;
	padding-right: 20px;
    padding-bottom: 10px;
}

#custom_footer td.area-1 img {
	width: 95px;
	height: auto;
}

@media screen and (max-width: 1245px) {
	
}

@media screen and (max-width: 1024px) {
	#custom_footer .consultation_text,
	#custom_footer .supportsite_text {
		font-size: 14px;
	}
}

@media screen and (max-width: 640px) {
	/*#custom_footer {
		font-size: 12px;
	}*/
	
	#custom_footer td.area-1,
	#custom_footer td.area-2,
	#custom_footer td.area-3,
	#custom_footer td.area-4,
	#custom_footer td.area-5,
	#custom_footer td.area-6 {
		display: block;
		width: 100%;
		vertical-align: top;
		text-align: left;
		margin: 0 auto;
		padding-right:0;
	}
	
/*#custom_footer td.area-2{
	display: block;
   width: 100%;
	vertical-align: top;
	text-align: center;
}
#custom_footer td.area-3{
	display: block;
   width: 100%;
	vertical-align: top;
	text-align: center;
}
#custom_footer td.area-4{
   display: block;
   width: 100%;
   vertical-align: top;
}

#custom_footer td.area-5{
  display: block;
   width: 100%;
	text-align: center;
	margin: 0 auto;
}

#custom_footer td.area-6{
	display: block;
   width: 100%;
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
}*/
	
	#custom_footer h4.footer {
		text-align: left;
		font-size: 16px;
		padding: 30px 0 0 0;
	}
	
	#custom_footer .consultation_text {
		padding: 30px 0 10px 0;
	}
	
	#custom_footer .supportsite_btn {
		padding: 0px 0px 30px 0px;
	}
	
	#custom_footer table {
		width: 85%;
		margin: 0 auto;
	}
}


/* ==============================
   セミナー
=================================*/
#SeminarListArea ul {
	margin-top: 10px;
}

#SeminarListArea ul li {
	list-style: disc;
	margin-left: 1.3em;
	font-size: 16px;
    margin-bottom: 8px;
}

#SeminarOverviewArea table {
	width: 100%;
	height: auto;
	font-size: 16px;
}

#SeminarOverviewArea table th {
	
}

#SeminarOverviewArea table td {
	border: 1px solid #ccc;
    padding: 20px;
}

#SeminarLeadArea .txtarea {
	font-size: 16px;
}



/* ====================================
   Our Customers
=======================================*/
#customer {
	/*background: #333;*/
    padding: 60px 0 60px 0;
	/*color: #fff;*/
    text-align: center;
	/*background: linear-gradient(35deg, rgba(50,76,94,1) 0%, rgba(37,37,37,1) 100%);*/
}

#customer h3,
#customer h4 {
	color: #324c5e;
}

#customer h3 {
	font-size: 26px;
    margin-bottom: 10px;
}

#customer h4 {
    margin-top: 10px;
    font-size: 20px;
}

#customer .leadBox {
	font-size: 16px;
    margin-bottom: 30px;
}

#customer .LogoArea {
	/*background: #fff;*/
    padding: 20px 0;
}

#customer .LogoArea ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#customer .LogoArea ul li {
    width: 16%;
    height: auto;
    /*border: 1px #ccc solid;
	background: #fff;*/
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

#customer .LogoArea ul li img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:480px) {
	#customer {
		padding: 40px 0 40px 0;
	}
	
	#customer .LogoArea ul li {
		width: 30%;
	}
}
