@charset "utf-8";
/* ****************************************************
Title: layout.css
***************************************************** */

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
	color: #4d4d4d;
	/* font-family:	"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

/* font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: 'Abel', sans-serif;*/

	-webkit-font-smoothing: antialiased;
	font-size: 13px;
 *font-size:small;
 *font:x-small;
	text-align: center;
	text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}
#top {
/*overflow: hidden;*/
}
#wrap {
	overflow: hidden;
	/*width: 640px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	min-width: 1100px;
	background-color: #ffffff;
}
a {
	display: inline-block;
	transition: all .3s;
}
.contBoxLink01 {
	display: block;
}
/*.contBoxLink01 {
	transition: all .3s;
}
.contBoxLink01:hover {
	box-shadow: 0px 12px 14px 0px rgba(0, 0, 0, 0.2);
}*/

p {
	word-break: break-all;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.relative-wrap {
	position: relative;
}
.contDispN {
	display: none;
}
.dispBlock {
	display: block;
}
.dispInBlock {
	display: inline-block;
}
p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
	max-height: 999999px;
	background-image: url(../img/spacer.gif);
}
a.link01 {
	color: #005083;
	text-decoration: underline;
}
a.link01:hover {
	text-decoration: none;
}
/*-----------------------*/

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	top: -119px;
}
#top {
	padding-top: 80px;
}
/*-----------------------*/

.login_out {
 display: none !important;
}
.logged-in .login_out {
 display: block !important;
}

.logout_in {
 display: block !important;
}
.logged-in .logout_in {
 display: none !important;
}

.memberOnlyText01 {
font-size: 24px;
    color: #ba1e26;
    font-weight: bold;
    margin-bottom: 20px;
 text-align: center;
}
/*-----------------------*/

.pc {
	display: block;
}
.sp {
	display: none;
}
.pcBr {
	display: inline;
}
.spBr {
	display: none;
}
.pcTable {
	display: table !important;
}
.spTable {
	display: none !important;
}
.contIn1000 {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
.contIn1100 {
	width: 1100px;
	margin: 0px auto;
	position: relative;
}
.contIn1040 {
	width: 1040px;
	margin: 0px auto;
	position: relative;
}
.contIn980 {
	width: 980px;
	margin: 0px auto;
	position: relative;
}
.contIn830 {
	width: 830px;
	margin: 0 auto;
}
.radius200 {
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {
/*デバイスwidth、～799px用のスタイルを記入*/

body {
/* font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

}
#wrap {
	overflow: hidden;
	/*width: 750px;*/
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	min-width: 375px;
}
/*-----------------------*/

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	top: -61px;
}
#top {
	padding-top: 60px;
}
/*-----------------------*/

.pc {
	display: none;
}
.sp {
	display: block;
}
.pcBr {
	display: none;
}
.spBr {
	display: inline;
}
.pcTable {
	display: none !important;
}
.spTable {
	display: table !important;
}
.contIn1000 {
	width: auto;
}
.contIn1100 {
	width: auto;
}
.contIn1040 {
	width: auto;
}
.contIn980 {
	width: auto;
}
.contIn830 {
	width: auto;
}
}
/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */

.pcHeaderWrap {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #ffffff;
	z-index: 100;
}
.pcHeader {
	display: table;
	width: 100%;
}
.logoWrap01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 16px;
	height: 80px;
}
.naviWrap01 {
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
}
.naviWrap02 {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	width: 322px;
}
.logoWrap01 .h101 {
	font-size: 12px;
 font-weight: normal;
	line-height: 1.0em;
	letter-spacing: 0.05em;
	vertical-align: middle;
	white-space: nowrap;
	display: block;
	padding: 5px 0px 12px 0px;
}
.logoWrap01 .logo01 {
	vertical-align: middle;
 font-weight: normal;
 line-height: 1px;
}
.logoWrap01 .logo01 a {
 line-height: 1px;
}
.logoWrap01 .logo01 img {
	width: 180px;
 margin: 0 25px 0 0 !important;
}
.change .logoWrap01 .logo01 img {
	height: 34px;
}
/*.logoWrap01 h1 img {
	width: 67px;
	height: auto;
}*/
.headerNavi {
	display: inline-block;
 margin: 0;
 padding: 0;
}
.headerNavi li {
	display: inline-block;
 line-height: 1.0em;
	padding: 0 20px 0 0;
 margin: 0;
}
/*-----------------------*/

.headerNavi a {
	position: relative;
	display: inline-block;
	padding-bottom: 12px;
	font-size: 14px;
	line-height: 1.0em;
	transition: all .3s;
 letter-spacing: 0.07em;
}
/*.headerNavi a:hover {
	color: #999999;
}*/
.headerNavi a::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ba1e26;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
.headerNavi a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.headerNavi .naviActive a::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.headerNavi li.cur a {
	cursor:default;
}
/*-----------------------*/

.headerLink01 {
	display: table;
	width: 100%;
}
.headerLink01 .linkP04, .headerLink01 .linkP02 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	width: 50%;
	padding: 0px 4px;
}
.linkP01 a {
	display: inline-block;
	background-image: url("../img/header_icon01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 21px auto;
	padding-left: 32px;
	font-size: 13px;
	line-height: 1.8em;
}
.linkP01 a:link {
	color: #0082c8;
	text-decoration: none;
}
.linkP01 a:visited {
	color: #0082c8;
	text-decoration: none;
}
.linkP01 a:hover {
	color: #0082c8;
	text-decoration: underline;
}
.linkP01 a:active {
	color: #0082c8;
	text-decoration: none;
}
/*.linkP02 a {
	display: inline-block;
	background-image: url("../img/header_icon02.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px auto;
	padding-left: 32px;
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
.linkP02 a:link {	color: #8f8f8f;	text-decoration: none;}
.linkP02 a:visited {	color: #8f8f8f;	text-decoration: none;}
.linkP02 a:hover {	color:#8f8f8f;	text-decoration: underline;}
.linkP02 a:active {	color:#8f8f8f;	text-decoration: none;}
*/
.headerLink02 {
	display: table;
	width: 100%;
}
.headerLink02 p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	width: 50%;
	height: 38px;
	padding-left: 2px;
}
.linkP03 a {
	display: table;
	width: 100%;
}
.linkP03 a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 38px;
	background-color: #0081c7;
	font-size: 13px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}
.linkP03 a:link {
	color: #ffffff;
	text-decoration: none;
}
.linkP03 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.linkP03 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.linkP03 a:active {
	color: #ffffff;
	text-decoration: none;
}
/*---------------------------*/

.headerCrumbWrap {
	background-color: #f3f3f3;
}
.headerCrumb {
	text-align: left;
	padding: 12px 0px 10px 0px;
}
.headerCrumb li {
	display: inline-block;
}
.headerCrumb a:link {
	color: #4d4d4d;
	text-decoration: none;
}
.headerCrumb a:visited {
	color: #4d4d4d;
	text-decoration: none;
}
.headerCrumb a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}
.headerCrumb a:active {
	color: #4d4d4d;
	text-decoration: none;
}
/*----------------------------*/

.menuSpWrap {
	display: none;
}
/*-------------------------*/

.naviP01 {
	display: block;
	padding-right: 20px;
	padding-bottom: 22px;
}
.naviP01 a:link {
	color: #8f8f8f;
	text-decoration: none;
}
.naviP01 a:visited {
	color: #8f8f8f;
	text-decoration: none;
}
.naviP01 a:hover {
	color: #8f8f8f;
	text-decoration: underline;
}
.naviP01 a:active {
	color: #8f8f8f;
	text-decoration: none;
}
.linkP04 a, .linkP02 a {
	display: table;
}
/*--------------------------*/

.partnerNaviBtn02 {
	/*! display: table; */
	display: block;
	width: 100%;
	position: relative;
	margin-top: 0px;
	background: rgb(0, 114, 176);
	background: -moz-linear-gradient(60deg, rgb(0, 114, 176) 30%, rgb(174, 212, 95) 100%);
	background: -webkit-linear-gradient(60deg, rgb(0, 114, 176) 30%, rgb(174, 212, 95) 100%);
	background: -o-linear-gradient(60deg, rgb(0, 114, 176) 30%, rgb(174, 212, 95) 100%);
	background: -ms-linear-gradient(60deg, rgb(0, 114, 176) 30%, rgb(174, 212, 95) 100%);
	background: linear-gradient(150deg, rgb(0, 114, 176) 30%, rgb(174, 212, 95) 100%);
}
a.partnerNaviBtn02:link {
	color: #ffffff;
	text-decoration: none;
}
a.partnerNaviBtn02:visited {
	color: #ffffff;
	text-decoration: none;
}
a.partnerNaviBtn02:hover {
	color: #ffffff;
	text-decoration: none;
}
a.partnerNaviBtn02:active {
	color: #ffffff;
	text-decoration: none;
}
.partnerNaviBtn02 p {
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 32px;
	padding-left: 15px;
}
/*.partnerNaviBtn02 p .btnspan01 {
	display: block;
	padding: 24px 0px 24px 20px;
	background-image: url("../img/partner/partner_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: 190px center;
	background-size: 18px auto;
}*/
.btnClo0102 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.3s linear;
	opacity: 0;
	/*background: rgb(0, 114, 176);
background: -moz-linear-gradient(60deg, rgb(0, 114, 176) 0%, rgb(174, 212, 95) 70%);
background: -webkit-linear-gradient(60deg, rgb(0, 114, 176) 0%, rgb(174, 212, 95) 70%);
background: -o-linear-gradient(60deg, rgb(0, 114, 176) 0%, rgb(174, 212, 95) 70%);
background: -ms-linear-gradient(60deg, rgb(0, 114, 176) 0%, rgb(174, 212, 95) 70%);
background: linear-gradient(150deg, rgb(0, 114, 176) 0%, rgb(174, 212, 95) 70%);*/
	
	background: rgb(174, 212, 95);
	background: -moz-linear-gradient(60deg, rgb(174, 212, 95) 0%, rgb(0, 114, 176) 70%);
	background: -webkit-linear-gradient(60deg, rgb(174, 212, 95) 0%, rgb(0, 114, 176) 70%);
	background: -o-linear-gradient(60deg, rgb(174, 212, 95) 0%, rgb(0, 114, 176) 70%);
	background: -ms-linear-gradient(60deg, rgb(174, 212, 95) 0%, rgb(0, 114, 176) 70%);
	background: linear-gradient(150deg, rgb(174, 212, 95) 0%, rgb(0, 114, 176) 70%);
}
.partnerNaviBtn02:hover .btnClo0102 {
	opacity: 1;
}
.partnerBtnIcon05 {
	background-image: url("../img/btn_icon_key.png");
	background-repeat: no-repeat;
	background-position: 11px center;
	background-size: 19px auto;
}
/*--------------------------*/

.partnerNaviBtn0202 {
	/*! display: table; */
	display: block;
	width: 100%;
	position: relative;
	margin-top: 0px;
	background-color: #ffffff;
	border: 1px solid #8d8d8d;
}
a.partnerNaviBtn0202:link {
	color: #8d8d8d;
	text-decoration: none;
}
a.partnerNaviBtn0202:visited {
	color: #8d8d8d;
	text-decoration: none;
}
a.partnerNaviBtn0202:hover {
	color: #ffffff;
	text-decoration: none;
}
a.partnerNaviBtn0202:active {
	color: #8d8d8d;
	text-decoration: none;
}
.partnerNaviBtn0202 p {
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	padding-left: 15px;
}
/*.partnerNaviBtn0202 p .btnspan01 {
	display: block;
	padding: 24px 0px 24px 20px;
	background-image: url("../img/partner/partner_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: 190px center;
	background-size: 18px auto;
}*/
.partnerNaviBtn0202 .btnClo010202 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.3s linear;
	opacity: 0;
	background-color: #8d8d8d;
}
.partnerNaviBtn0202:hover .btnClo010202 {
	opacity: 1;
}
.partnerNaviBtn0202 .partnerBtnIcon05 {
	background-image: url("../img/header_icon02.png");
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 14px auto;
}
.partnerNaviBtn0202:hover .partnerBtnIcon05 {
	background-image: url("../img/header_icon02_on.png");
}
/*-------------------------*/

.gNaviUl01 li:hover .pcMegaNaviWrap {
	/*display: block;*/
	visibility: visible;
	opacity: 1;
}
.pcMegaNaviWrap {
	/*background-image: url("../img/corp_header_bg01.png");*/
/*	background-image: url("../img/top_meganavi_bg01.png");
	background-repeat: repeat;
	background-position: left top;*/
 background-color: rgba(0,0,0,0.37);
	width: 100%;
	position: absolute;
	left: 0px;
	top: 80px;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.3s;
	z-index: 3;
}
.pcMegaNaviIn {
	padding: 30px 0px;
}
.magaNaviTb01 {
	display: table;
	width: 100%;
}
.magaNaviTb01Cell01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 20px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	width: 154px;
}
.magaNaviTb01Cell02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.magaNaviCont01 {
	float: left;
	display: table;
	box-sizing: border-box;
	width: 236px;
	margin-right: 20px;
}
.magaNaviCont01:nth-child(n + 5) {
	margin-top: 10px;
}
.magaNaviCont01:nth-child(4) {
	margin-right: 0px;
}
.magaNaviCont01 a {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: 70px;
	background-color: #ffffff;
	padding: 0px 10px 0px 10px;
}
.magaNaviCont01 a .text01 {
	font-size: 10px;
	line-height: 1.7em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.magaNaviCont01 a .text02 {
	color: #ba1e26;
	font-size: 14px;
	line-height: 1.7em;
	letter-spacing: 0.05em;
}
.megaNaviTb02 {
	display: table;
}
.megaNaviTb02Cell01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-right: 14px;
}
.megaNaviTb02Cell01 img {
	width: 100px;
	height: auto;
}
.megaNaviTb02Cell02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-right: 10px;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.05em;
}
/*.headerNavi .pcMegaNaviWrap a {
	position: relative;
	display: inline-block;
	padding-bottom: 12px;
	font-size: 13px;
	line-height: 1.0em;
	transition: all .3s;
}*/
/*.headerNavi .pcMegaNaviWrap a:hover {
	color: #999999;
}*/
.headerNavi .pcMegaNaviWrap a::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 5px;
	background: #0081c7;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
.headerNavi .pcMegaNaviWrap a:hover::after {
	transform-origin: left top;
	transform: scale(0, 1);
}
.headerNavi .pcMegaNaviWrap .naviActive a::after {
	transform-origin: left top;
	transform: scale(0, 1);
}
/*-------------*/

.headerNaviTop01 {
	display: table;
	margin: 0px 0px 11px auto;
	;
}
.headerNaviTop01 .cell01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 142px;
}
.headerNaviTop01 .cell02 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 106px;
}
.headerLink03 a {
	font-size: 14px;
	line-height: 1.7em;
	font-weight: bold;
	color: #991f27;
}
.headerSearchWrap01 {
	display: table;
	margin: auto;
}
.headerSearchWrap01 .cell {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.headerSearchBtn {
	cursor: pointer;
	border: none;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	background-image: url("../img/top_icon_search01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 21px auto;
	background-color: #808080;
	width: 40px;
	height: 37px;
}
.headerSearchText {
	border: none;
	background-color: #808080;
	width: 102px;
	height: 37px;
	color: #ffffff;
	font-size: 13px;
}
.pcMegaNaviTit01 {
	display: table;
	width: 235px;
	margin-bottom: 20px;
}
.pcMegaNaviTit01 a {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	padding: 0px 15px;
	background: rgb(224, 91, 67);
	background: -moz-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -webkit-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -o-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -ms-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: linear-gradient(90deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4em;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {
/*デバイスwidth、～799px用のスタイルを記入*/

.spHeaderWrap {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: #ffffff;
}
.mm-opened .spHeaderWrap {
	position: absolute;
}
.spHeaderLogo {
	float: left;
	padding: 10px;
	text-align: left;
}
.spHeaderLogo {
 line-height: 1px;
}
.spHeaderLogo img {
	width: 130px;
	height: auto;
}
.spHeaderLogo .h101 {
	font-size: 10px;
	line-height: 1.0em;
	letter-spacing: 0em;
	display: block;
	padding: 5px 0px;
}
.spHeaderMenu {
	float: right;
	padding: 10px;
}
.spHeaderMenu img {
	width: 38px;
	height: auto;
}
}
/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */

.topMainvisualWrap {
	background-image: url("../img/top_mainvisual2.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	background-color: #000;
	display: table;
	width: 100%;
}
.topMainvisualIn {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 500px;
}
.topMainH201 {
	font-size: 40px;
	line-height: 1.58em;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #FFF;
}
/*------------------------*/

.topContBox01 {
	box-sizing: border-box;
	position: relative;
	background-color: #ffffff;
	padding: 0 108px 120px;
	word-break: break-all;
}
.topContBox01 .topContImg01 {
	width: 311px;
	position: absolute;
	right: -20px;
	bottom: 100px;
}
.topContBox01In {
	position: relative;
}
.topContH301 {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding-bottom: 23px;
	border-bottom: 1px solid #ac4950;
	margin-bottom: 24px;
	text-align: center;
	color: #4d4d4d;
}
.topContH301 .span01 {
	font-size: 34px;
}
.contText01 {
	font-size: 20px;
	line-height: 2.0em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
 text-align: left;
}
.contTextBase {
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
 text-align: left;
 font-weight: normal;
}
.topBtnWrap01 {
	text-align: center;
	margin-top: 72px;
}
/*-----------------------*/

.topContBlock01 {
	margin-bottom: 110px;
}
.topContBlock01 .contIn1040 {
	height: 520px;
	padding-bottom: 84px;
	text-align: left;
}
.topContBlock01Bg01 {
	background-color: #f5f5f5;
	height: 520px;
	width: 100vw;
	position: absolute;
	top: 0px;
	right: 50%;
	margin-right: -180px;
}
.topContBlock01Img01 {
	height: 520px;
	background-image: url("../img/top_pic01.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	width: 55vw;
	min-width: 740px;
	position: absolute;
	bottom: 0px;
	left: 50%;
}
.topContBlock01Cont {
	text-align: center;
	position: relative;
	box-sizing: border-box;
	width: 460px;
	padding: 72px 0px 0px 20px;
}
.topContBlock01 .contIn1040 .topContH301 {
	text-align: center;
}
.topContBlock01Flex {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.topContBlock01Flex li {
	text-align: left;
}
.topBtnWrap02 {
	text-align: center;
	margin-top: 42px;
}
/*-----------------------------*/

.topContBlock02 {
	position: relative;
}
.topContBlock02Img01 {
	height: 522px;
	background-image: url("../img/top_pic02.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	width: 50vw;
	min-width: 740px;
	position: absolute;
	top: 130px;
	right: 50%;
	z-index: 1;
}
.topContBlock02ContWrap {
	padding-top: 0px;
}
.topContBlock02Cont {
	position: relative;
	text-align: left;
	padding: 74px 0px 80px 584px;
	margin-bottom: 80px;
}
.topContBlock02Bg01 {
	/*background-image: url("../img/top_cont_bg01.png");
	background-repeat: repeat;
	background-position: left top;*/
	background-color: #f5f5f5;
	height: 100%;
	width: 100vw;
	position: absolute;
	top: 0px;
	left: 340px;
	z-index: 0;
}
.topContH301.topContH30102 {
	padding-right: 50px;
}
.topContBlock02Box01 {
	display: table;
	width: 100%;
}
.topContBlock02Ul01 {
	/*display: table;
	width: 100%;*/
	display: table-cell;
	position: relative;
}
.topContBlock02Ul01 li {
	/*display: table-cell;*/
	text-align: left;
}
.topContBlock02Ul01 .cell01 {
	vertical-align: middle;
	font-size: 24px;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	font-weight: bold;
	/*width: 256px;*/
	margin-bottom: 10px;
}
.topContBlock02Box01 .cell02 {
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	padding-left: 20px;
}
.topContBlock02Box01 .cell02 img {
	width: 120px;
	height: auto;
}
.topContBlock02Ul01 .cell03 {
	vertical-align: top;
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: 0.07em;
	box-sizing: border-box;
	padding-left: 0px;/*width: 240px;*/
}
.topContBlock02Ul01 .cell04 {
	vertical-align: bottom;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.topContBlock02Ul01 .cell04 .link01 {
	display: inline-block;
	background-image: url("../img/top_link_ar01.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px auto;
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	padding-right: 30px;
}
.topContBlock02Ul01Wrap {
	margin-top: 30px;
}
.topBtnWrap03 {
	text-align: center;
	margin-top: 82px;
}
/*-----------------------------*/

.topContBlock03 {
	position: relative;
	margin-bottom: 110px;
}
.topContBlock03Img01 {
	height: 522px;
	background-image: url("../img/top_pic03.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	width: 50vw;
	min-width: 520px;
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 1;
}
.topContBlock03ContWrap {
	padding-top: 94px;
}
.topContBlock03Cont {
	/*background-image: url("../img/top_cont_bg01.png");
	background-repeat: repeat;
	background-position: left top;*/
	position: relative;
	text-align: left;
	padding: 70px 308px 65px 38px;
	box-sizing: border-box;
	width: 765px;
}
.topContBlock03ContBg01 {
	background-color: #f7f7f7;
	height: 100%;
	width: 100vw;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
}
.topContH301.topContH30103 {
	padding-left: 0px;
	padding-right: 0px;
}
.topContBlock03Ul01 {
/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
}
.topContBlock03Ul01 li {
/*width: 286px;*/
}
.contText02 {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bold;
	white-space:nowrap;
}
.topContBlock03Tb01 {
	display: table;
	width: 100%;
}
.topContBlock03Cell01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	padding-top: 0px;
	height: 130px;
	width: 130px;
}
/*.topContBlock03Cell01.cell01 {
	background-image: url("../img/top_img03_01.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 101px auto;
}
.topContBlock03Cell01.cell02 {
	background-image: url("../img/top_img03_02.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 101px auto;
}
.topContBlock03Cell01.cell03 {
	background-image: url("../img/top_img03_03.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 101px auto;
}*/

/*-------------------------*/

.topContBlock04 {
	background-image: url("../img/top_pic04.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 44px 0px 50px 0px;
}
.topContBlock04Cont {
	display: table;
	width: auto;
	margin: auto;
}
.topContBlock04Cell01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	width: auto;
}
.topContBlock04Cell02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	width: auto;
	padding-left: 120px;
}
.topContBlock04H301 {
	font-size: 20px;
	line-height: 1.75em;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #000000;
}
.topContBlock04H301 span {
	font-size: 30px;
	line-height: 1.2em;
	margin-left: 22px;
}
.topBtnWrap04 {
	text-align: center;
	margin-top: 45px;
}
.topBtnWrap04 .topContBtn01 {
	margin-left: auto;
	margin-right: auto;
}
/*----------------------*/

.topContBlock05 {
	margin: 0 0 120px;
}
.topContBlock05H301Wrap {
	background-color: #f4f4f4;
	padding: 10px 0px;
	margin-bottom: 20px;
}
.topContBlock05H301Wrap .h301 {
	font-size: 30px;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	font-weight: bold;
	color: #000000;
}
.topContBlock05Box01 {
}
.topContBlock05Ul01 {
}
.topContBlock05Ul01 li {
	display: table;
	width: 100%;
}
.topContBlock05Ul01 li p {
	display: table-cell;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.46em;
}
.topContBlock05Ul01 li .cell01 {
	text-align: center;
	width: 114px;
	padding: 15px 0px;
}
.topContBlock05Ul01 li .cell02 {
	text-align: center;
	width: 160px;
	padding: 15px 0px;
}
.topContBlock05Ul01 li .cell02 span {
	display: inline-block;
	width: 160px;
	color: #ffffff;
 padding-bottom: 2px;
	font-size: 13px !important;
	line-height: 1.7em !important;
	letter-spacing: 0.07em;
 background: rgb(224, 91, 67);
background: -moz-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -webkit-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -o-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -ms-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: linear-gradient(90deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
}
.topContBlock05Ul01 li .cell03 {
	text-align: left;
	padding: 15px 0px 15px 15px;
}
/*.topContBlock05News01 {
	display: inline-block;
	width: 160px;
	background-color: #333333;
	color: #ffffff;
	font-size: 13px !important;
	line-height: 1.7em !important;
	letter-spacing: 0.07em;
}
.topContBlock05News02 {
	display: inline-block;
	width: 160px;
	background-color: #808080;
	color: #ffffff;
	font-size: 13px !important;
	line-height: 1.7em !important;
	letter-spacing: 0.07em;
}*/
.topContBlock05Link01 {
	text-align: right;
	padding-right: 25px;
	margin-top: 10px;
}
.topContBlock05Link01 a {
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	background-image: url("../img/top_link_ar01.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px auto;
	padding-right: 30px;
}
/*----------------------------*/

.topContBlock06 {
	background-color: #f4f4f4;
	padding: 50px 0px;
}
.topContBlock06Tb01 {
	display: table;
	width: auto;
	margin: auto;
}
.topContBlock06Tb01.sec {
	margin-top:15px;
}
.topContBlock06Tb01 .cell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: auto;
	padding: 0px 30px;
}
.topContBlock06Tb01 .cell01.contact {
}
.topBtnWrap05 {
	margin-bottom: 0px;
}
.topContBlock06Tb01 .cell01 .topTelWrap01 {
	text-align: left;
}
.topTelWrap01 {
	display: inline-block;
}
.topTelText01 {
	font-family: 'Abel', sans-serif;
	background-image: url("../img/top_icon_tel01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 27px auto;
	font-size: 38px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 40px;
}
.topTelText02 {
	font-size: 15px;
	line-height: 1.7em;
	letter-spacing: 0.07em;
	padding-left: 40px;
}
.topTelText02 span {
	font-family: 'Abel', sans-serif;
}
/*-------------------------*/

.dispInlineBlock {
/*display: inline-block !important;*/
}
.topContBlock03Cell02 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
}
.footerLogoWrap01 {
	text-align: center;
	margin: 70px auto 30px auto;
}
.footerLogoWrap01 img {
	width: 216px;
	height: auto;
}
/*----------------*/

.topContH301.topContH301Center {
	text-align: center;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {
.footerLogoWrap01 {
	text-align: center;
	margin: 30px auto 30px auto;
}
.footerLogoWrap01 img {
	width: 216px;
	height: auto;
}
.topMainvisualWrap {
	background-image: url("../img/top_mainvisual.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: table;
	width: 100%;
}
.topMainvisualIn {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 300px;
	padding-bottom: 0px;
}
.topMainH201 {
	font-size: 22px;
	line-height: 1.58em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
/*------------------------*/

.topContBox01 {
	box-sizing: border-box;
	position: relative;
	background-color: #ffffff;
	padding: 40px 20px 40px 28px;
	word-break: break-all;
	margin-top: 0px;
}
.topContBox01 .topContImg01 {
	width: 200px;
	position: absolute;
	right: 10px;
	bottom: 100px;
}
.topContBox01In {
	position: relative;
}
.topContH301 {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding-bottom: 12px;
	border-bottom: 1px solid #ac4950;
	margin-bottom: 40px;
}
.topContH301 .span01 {
	font-size: 20px;
}
.contText01 {
	font-size: 16px;
	line-height: 2.0em;
	font-weight: bold;
	letter-spacing: 0.07em;
	margin-bottom: 15px;
}
.contTextBase {
	font-size: 13px;
	line-height: 2.0em;
	letter-spacing: 0em;
}
.topBtnWrap01 {
	text-align: center;
	margin-top: 40px;
}
/*-----------------------*/

.topContBlock01 {
	margin-bottom: 40px;
}
.topContBlock01 .contIn1040 {
	height: auto;
	padding-bottom: 0px;
	text-align: left;
}
.topContBlock01Bg01 {
	background-color: #f5f5f5;
	height: 520px;
	width: 100vw;
	position: relative;
	top: 0px;
	right: 0px;
	margin-right: 0px;
	display: none;
}
.topContBlock01Img01 {
	height: auto;
	background-image: url("../img/top_pic01.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	width: 55vw;
	min-width: 740px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	display: none;
}
.topContBlock01Cont {
	text-align: center;
	position: relative;
	box-sizing: border-box;
	width: auto;
	padding: 40px 20px 0px 40px;
}
.topContBlock01 .contIn1040 .topContH301 {
	text-align: center;
}
.topContBlock01Flex {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.topContBlock01Flex li {
	text-align: left;
}
.topBtnWrap02 {
	text-align: center;
	margin-top: 40px;
}
/*-----------------------------*/

.topContBlock02 {
	position: relative;
}
.topContBlock02Img01 {
	height: 600px;
	background-image: url("../img/top_pic02.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	width: 88vw;
	min-width: 1250px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}
.topContBlock02ContWrap {
	padding-top: 0px;
}
.topContBlock02Cont {
	position: relative;
	text-align: center;
	padding: 40px 20px 40px 20px;
	background-color: #f7f7f7;
}
.topContBlock02Bg01 {
	background-image: url("../img/top_cont_bg01.png");
	background-repeat: repeat;
	background-position: left top;
	height: 100%;
	width: 100vw;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.topContH301.topContH30102 {
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
}
.topContBlock02Box01 {
/*display: block;
		width: auto;*/
}
.topContBlock02Ul01 {
/*display: block;
		width: auto;*/
}
.topContBlock02Ul01 li {
	display: block;
	text-align: left;
	word-break: break-all;
}
.topContBlock02Ul01 .cell01 {
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	font-weight: bold;
	width: auto;
	margin-bottom: 10px;
}
.topContBlock02Box01 .cell02 {
	vertical-align: middle;
	width: 45%;
	padding: 0px 0px 0px 20px;
}
.topContBlock02Box01 .cell02 img {
	width: 100%;
	height: auto;
}
.topContBlock02Ul01 .cell03 {
	vertical-align: top;
	font-size: 15px;
	line-height: 2.1em;
	letter-spacing: 0.07em;
	box-sizing: border-box;
	padding-left: 0px;
	width: auto;
}
.topContBlock02Ul01 .cell04 {
	vertical-align: bottom;
	text-align: right;
	margin-top: 5px;
	position: relative;
	top: 0px;
	left: 0px;
	bottom: auto;
	right: auto;
}
.topContBlock02Ul01 .cell04 .link01 {
	display: inline-block;
	background-image: url("../img/top_link_ar01.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px auto;
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	padding-right: 30px;
}
.topContBlock02Ul01Wrap {
	margin-top: 0px;
	margin-bottom: 30px;
}
.topBtnWrap03 {
	text-align: center;
	margin-top: 40px;
}
/*-----------------------------*/

.topContBlock03 {
	position: relative;
}
.topContBlock03Img01 {
	height: 600px;
	background-image: url("../img/top_pic03.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.topContBlock03ContWrap {
	/*background-image: url("../img/top_pic03.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;*/
	background-color: #f7f7f7;
	padding: 40px 0px 40px 0px;
}
.topContBlock03Cont {
	/*background-image: url("../img/top_cont_bg01.png");
		background-repeat: repeat;
		background-position: left top;*/
	position: relative;
	text-align: left;
	padding: 0px 20px 0px 20px;
	width: auto;
}
.topContH301.topContH30103 {
	padding-left: 0px;
	padding-right: 0px;
}
.topContBlock03Ul01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.topContBlock03Ul01 li {
	width: auto;
	margin-bottom: 15px;
}
.contText02 {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
}
.topContBlock03Tb01 {
	/*display: table;*/
	display: block;
	width: 100%;
}
.topContBlock03Cell01 {
	/*display: table-cell;*/
	display: block;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
	padding-top: 25px;
	padding-bottom: 20px;
	height: auto;
	width: auto;
}
/*.topContBlock03Cell01.cell01 {
		background-image: url("../img/top_img03_01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 101px auto;
	}
	.topContBlock03Cell01.cell02 {
		background-image: url("../img/top_img03_02.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 101px auto;
	}
	.topContBlock03Cell01.cell03 {
		background-image: url("../img/top_img03_03.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 101px auto;
	}*/

	/*-------------------------*/

.topContBlock04 {
	background-image: url("../img/top_pic04_sp.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 40px 20px 40px 20px;
}
.topContBlock04Cont {
	display: block;
	width: auto;
}
.topContBlock04Cell01 {
	display: block;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	width: auto;
}
.topContBlock04Cell02 {
	display: block;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	width: auto;
	padding-left: 0px;
}
.topContBlock04H301 {
	font-size: 16px;
	line-height: 1.75em;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding-left: 0px;
	margin-bottom: 15px;
}
.topContBlock04H301 span {
	font-size: 20px;
	line-height: 1.2em;
	margin-left: 10px;
}
.topBtnWrap04 {
	text-align: left;
	margin-top: 30px;
}
.topBtnWrap04 .topContBtn01 {
	margin-left: auto;
	margin-right: auto;
}
/*----------------------*/

.topContBlock05 {
	margin: 40px 0px 40px 0px;
}
.topContBlock05H301Wrap {
	background-color: #f4f4f4;
	padding: 10px 0px;
	margin-bottom: 20px;
}
.topContBlock05H301Wrap .h301 {
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	font-weight: bold;
}
.topContBlock05Box01 {
}
.topContBlock05Ul01 {
}
.topContBlock05Ul01 li {
	display: block;
	width: auto;
	padding: 0px 20px;
	margin-bottom: 10px;
}
.topContBlock05Ul01 li p {
	display: block;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.46em;
}
.topContBlock05Ul01 li .cell01 {
	text-align: left;
	width: auto;
	padding: 0px 0px 5px 0px;
}
.topContBlock05Ul01 li .cell02 {
	text-align: left;
	width: auto;
	padding: 0px 0px;
}
.topContBlock05Ul01 li .cell03 {
	text-align: left;
	padding: 5px 0px 10px 0px;
}
.topContBlock05News01 {
	display: inline-block;
	width: 92px;
	background-color: #333333;
	color: #ffffff;
	font-size: 13px !important;
	line-height: 1.7em !important;
	letter-spacing: 0.07em;
	text-align: center;
}
.topContBlock05News02 {
	display: inline-block;
	width: 92px;
	background-color: #808080;
	color: #ffffff;
	font-size: 13px !important;
	line-height: 1.7em !important;
	letter-spacing: 0.07em;
	text-align: center;
}
.topContBlock05Link01 {
	text-align: right;
	padding-right: 25px;
	margin-top: 10px;
}
.topContBlock05Link01 a {
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	background-image: url("../img/top_link_ar01.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px auto;
	padding-right: 30px;
}
/*----------------------------*/

.topContBlock06 {
	background-color: #f4f4f4;
	padding: 40px 0px;
}
.topContBlock06Tb01 {
	display: block;
	width: auto;
}
.topContBlock06Tb01 .cell01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	width: auto;
}
.topBtnWrap05 {
	margin-bottom: 15px;
}
.topContBlock06Tb01 .cell01 .topTelWrap01 {
	text-align: left;
	margin-top: 15px;
}
.topTelWrap01 {
	display: inline-block;
}
.topTelText01 {
	font-family: 'Abel', sans-serif;
	background-image: url("../img/top_icon_tel01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 27px auto;
	font-size: 34px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 40px;
}
.topTelText02 {
	font-size: 15px;
	line-height: 1.7em;
	letter-spacing: 0.07em;
	padding-left: 40px;
}
.topTelText02 span {
	font-family: 'Abel', sans-serif;
}
.topContBlock03Cell02 {
	display: block;
	padding-left: 0px;
}
}
/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */


#gfooter {
}
.footerNaviWrap {
	padding: 84px 0px 0px 0px;
}
.footerNaviTb01 {
	display: table;
	/*width: 100%;*/
	margin: 0px auto 75px auto;
}
.footerNaviCell01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-right: 65px;
}
.footerNaviCell01:last-child {
	padding-right: 0px;
}
.footerLink01 {
	font-size: 14px;
	line-height: 1.0em;
	letter-spacing: 0.1em;
	margin-bottom: 18px;
	font-weight: bold;
}
.footerLink02 li {
	font-size: 13px;
	line-height: 1.0em;
	letter-spacing: 0.1em;
	margin-bottom: 14px !important;
}
.footerNaviTb01 a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}
.copyrightWrap {
	background-color: #991f27;
	padding: 17px 0px 17px 0px;
 text-align:center;
}
.copyrightWrap .copyright {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.0em;
	letter-spacing: 0.1em;
}
#ssilLink {
 background-color: #333;
 text-align:center;
}
#ssilLink .build {
 width: 1000px;
 margin: 0 auto;
 padding: 5px 0;
}
#ssilLink .build ul {
 margin: 0;
}
#ssilLink .build ul li {
 list-style: none;
 display: inline-block;
 font-size: 13px;
 color: #FFF;
}
#ssilLink .build ul li a {
 color: #FFF;
 text-decoration: none;
}
#ssilLink .build ul li a:hover {
 text-decoration: underline;
}






/*-------------------*/

.footerNaviBox01 {
	margin-bottom: 18px;
}
.footerNaviBox01 .footerLink01 {
	margin-bottom: 10px;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {
/*デバイスwidth、～799px用のスタイルを記入*/

#gfooter {
}
.footerNaviWrap {
	padding: 30px 20px 0px 20px;
}
.footerNaviTb01 {
	display: block;
	width: auto;
	margin-bottom: 40px;
}
.footerNaviCell01 {
	display: block;
	text-align: center;
	vertical-align: top;
	padding-right: 0px;
}
.footerNaviCell01 ul {
	margin-bottom: 20px;
}
.footerLink01 {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin-bottom: 10px;
	font-weight: bold;
}
.footerLink02 {
 display: none;
}
.footerLink02 li {
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: 0em;
	margin-bottom: 14px;
}
.footerNaviTb01 a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}
.copyrightWrap {
	padding: 17px 0px 17px 0px;
}
.copyrightWrap .copyright {
	font-size: 11px;
	line-height: 1.0em;
	letter-spacing: 0.1em;
}
/*-------------------*/

.footerNaviBox01 {
	margin-bottom: 10px;
}
.footerNaviBox01 .footerLink01 {
	margin-bottom: 10px;
}
#ssilLink .build {
 width: auto;
 margin: 0 auto;
 padding: 5px 0;
}
 
 
 
}
/* -------------------------------------------------------------------- 
 ボタン
-------------------------------------------------------------------- */

.topContBtn01 {
	display: table;
	width: 265px;
	margin: auto;
}
.topContBtn01 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 60px;
	background: rgb(224, 91, 67);
	background: -moz-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -webkit-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -o-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -ms-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: linear-gradient(90deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	color: #ffffff;
	font-size: 14px;
	line-height: 1.6em;
 transition: 0.3s;
}
.topContBtn01 span:hover {
 opacity: 0.7;
}
.topContBtn01 span a {
	display: block;
	height: 60px;
	color: #ffffff;
	line-height: 60px;
}
/*----------------*/

.topContBtn02 {
	display: table;
	width: 142px;
	margin: auto;
}
.topContBtn02 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 37px;
	background: rgb(224, 91, 67);
	background: -moz-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -webkit-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -o-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -ms-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: linear-gradient(90deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	color: #ffffff;
	font-size: 14px;
	line-height: 1.6em;
}

@media screen and (max-width:799px) {
.topContBtn01 {
	display: table;
	width: 235px;
	margin: auto;
}
.topContBtn01 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	background: rgb(224, 91, 67);
	background: -moz-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -webkit-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -o-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -ms-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: linear-gradient(90deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	color: #ffffff;
	font-size: 14px;
	line-height: 1.6em;
}
/*----------------*/

.topContBtn02 {
	display: table;
	width: 142px;
	margin: auto;
}
.topContBtn02 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 37px;
	background: rgb(224, 91, 67);
	background: -moz-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -webkit-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -o-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -ms-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: linear-gradient(90deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	color: #ffffff;
	font-size: 14px;
	line-height: 1.6em;
}
}
/* -------------------------------------------------------------------- 
 機能別解析例・解析技術 一覧
-------------------------------------------------------------------- */

.detailMainvisualWrap01 {
	background-color: #cfcfcf;
}
.detailMainvisualTb01 {
	display: table;
}
.detailMainvisualCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 450px;
}
.detailMainH201 {
	color: #ffffff;
	font-size: 40px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.solution .detailMainH201 {
	color: #333;
-moz-text-shadow: 0px 0px 19px rgba(255, 255, 255, 0.95);
-webkit-text-shadow: 0px 0px 19px rgba(255, 255, 255, 0.95);
-ms-text-shadow: 0px 0px 19px rgba(255, 255, 255, 0.95);
text-shadow: 0px 0px 19px rgba(255, 255, 255, 0.95);
}
.detailBredWrap01 {
	padding: 12px 0px;
}
.detailBred01 {
	text-align: left;
}
.detailBred01 li {
	display: inline-block;
}
.detailContH301 {
	display: inline-block;
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding-bottom: 10px;
	margin-bottom: 24px;
}
.contDetailBlock01 {
	width: 840px;
	margin: 90px auto 90px auto;
}
.contDetailBlock02 {
	width: 840px;
	margin: auto;
	margin-bottom: 70px;
}
.contDetailBlock03 {
	margin-bottom: 60px;
}
.detailAncNavi01 {
 list-style: none;
 margin: 0;
 padding: 0;
}
.ancWrap {
text-align:center;
}
.detailAncNavi01.pro {
display:inline-block;
}
.detailAncNavi01 li {
	width: 233px;
	margin: 0px 20px 15px 0px;
	float: left;
}
.detailAncNavi01 li:nth-child(4n) {
	margin-right: 0px;
}
.detailAncNavi01 li p {
	display: table;
	width: 100%;
 margin: 0 !important;
}
.detailAncNavi01 li p a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 46px;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: 0.07em;
	padding: 0 10px;
 background-color:#F7D4D5;
 border: 1px solid #F7D4D5;
 text-decoration: none !important;
 color: #C1363E;
 position: relative;
}
.detailAncNavi01 li p a:after {
 position: absolute;
 content: "";
 width: 0;
height: 0;
border-style: solid;
border-width: 10px 20px 0 20px;
border-color: #C1363E transparent transparent transparent;
 bottom: 0;
 left: 50%;
 margin-left: -20px;
 opacity: 0;
 transition: 0.2s;
}
.detailAncNavi01 li p a:hover {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 46px;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: 0.07em;
	padding: 0 10px;
 border: 1px solid #C1363E;
}
.detailAncNavi01 li p a:hover:after {
 bottom: -10px;
 opacity: 1;
}
.detailTb01 {
	display: table;
	width: 100%;
	position: relative;
}
.detailCell01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 460px;
	padding: 40px 0px;
}
.detailCell02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 40px 65px 40px 0px;
}
.contInTb01 {
	display: table;
	width: 100%;
	margin: auto;
}
.contInCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 225px;
	height: 225px;
	background-color: #ffffff;
	border: 1px solid #f5f5f5;
}
.contInCell01 img {
	height: auto;
	width: 135px;
}
.contInCell02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	padding-left: 28px;
	padding-right: 20px;
}
.contDetailUl01 {
 list-style: none;
 padding-left: 0;
}
.contDetailUl01 li {
	margin-top: 12px;
}
.contDetailUl01 li a {
	color: #ba1e26;
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	background-image: url("../img/analysis/analysis_navi_ar01.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px auto;
	display: inline-block;
	padding-right: 22px;
}
.detailTb01Wrap {
	position: relative;
	margin-bottom: 80px;
}
.detailTb01Bg01 {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #f5f5f5;
	width: 830px;
	height: 100%;
}
.contInTb01Bg01 {
	display: none;
}

@media screen and (max-width:799px) {
.detailMainvisualWrap01 {
	background-color: #cfcfcf;
}
.detailMainvisualTb01 {
	display: table;
	width: 100%;
}
.detailMainvisualCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 300px;
}
.detailMainH201 {
	color: #ffffff;
	font-size: 22px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.detailBredWrap01 {
	display: none;
}
.detailBred01 {
	text-align: left;
}
.detailBred01 li {
	display: inline-block;
}
.detailContH301 {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.contDetailBlock01 {
	width: auto;
	margin: 40px auto 40px auto;
	padding: 0px 20px;
}
.contDetailBlock02 {
	width: auto;
	margin: auto;
	margin-bottom: 70px;
	padding: 0px 20px;
}
.contDetailBlock03 {
	margin-bottom: 60px;
	padding: 0px 20px;
}
.contDetailBlock04 {
	padding: 0px 20px;
}
.detailAncNavi01 {
}
.detailAncNavi01 li {
	width: auto;
	margin: 0px 0px 10px 0px;
	float: none;
}
.detailAncNavi01 li:nth-child(4n) {
	margin-right: 0px;
}
.detailAncNavi01 li p {
	display: table;
	width: 100%;
}
.detailAncNavi01 li p a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	background-color: #F7D4D5;
	font-size: 15px;
	line-height: 1.4em;
	letter-spacing: 0.07em;
 border: 1px solid #F7D4D5;
}
.detailAncNavi01 li p a:hover {
 border: 1px solid #C1363E;
	height: 40px;
 font-size: 15px;
}
.detailTb01 {
	display: block;
	width: 100%;
	position: relative;
}
.detailCell01 {
	display: block;
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px;
 width: 100%;
}
.detailCell02 {
	display: block;
	text-align: left;
	vertical-align: middle;
	padding: 15px 0px 15px 0px;
}
.post-type-archive-case .detailCell02 h4 {
	display: none;
}
.contInTb01 {
	display: block;
	margin: 0;
	position: relative;
 width: auto;
}
.contInCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	border: 1px solid #f5f5f5;
	position: relative;
}
.contInCell01 img {
	height: auto;
	width: 65px;
}
.contInCell02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 19px;
	line-height: 1.5em;
	font-weight: bold;
	padding-left: 28px;
	position: relative;
}
.contDetailUl01 {
}
.contDetailUl01 li {
	margin-top: 5px;
}
.contDetailUl01 li a {
	color: #ba1e26;
	font-size: 13px;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	background-image: url("../img/analysis/analysis_navi_ar01.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px auto;
	display: inline-block;
	padding-right: 22px;
}
.detailTb01Wrap {
	position: relative;
	margin-bottom: 32px;
}
.detailTb01Bg01 {
	display: none;
}
.contInTb01Bg01 {
	display: block;
	position: absolute;
	right: 0px;
	top: -10px;
	background-color: #f5f5f5;
	width: calc(100% - 30px);
	height: 120px;
}
}
/* -------------------------------------------------------------------- 
 機能別解析例・解析技術　詳細
-------------------------------------------------------------------- */

.detailMainvisualCell01.mainDetail02 {
	height: 260px;
}
.mainDetail02 .detailMainH201 {
	color: #333333;
}
.analysisWrap {
	margin-top: 100px;
}
.analysisMainCont {
	width: 680px;
	float: left;
	text-align: left;
}

.analysisMainCont p {
 word-break: normal;
}



.analysisMainCont .movie {
 margin: 0 0 50px;
 text-align: center;
}
.analysisMainCont .movie video {
	width: 320px;
 height: auto;
 margin: 0 auto;
}
.analysisSideCont {
	width: 255px;
	float: right;
	text-align: left;
	margin-bottom: 70px;
}
/*----------------*/

.analysisSideH301 {
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	color: #ffffff;
	background-color: #ba1e26;
	border-bottom: 1px solid #ffffff;
	padding: 12px 14px 12px 14px;
}
.analysisSideH401 {
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	color: #ffffff;
	background-color: #cf6268;
	border-bottom: 1px solid #ffffff;
	padding: 12px 14px 12px 14px;
}
.analysisSideUl01 {
}
.analysisSideUl01 li {
	border-bottom: 1px solid #ffffff;
}
.analysisSideUl01 li a {
	display: block;
	background-color: #f4f4f4;
	padding: 12px 14px 12px 14px;
}
.analysisSideUl01 li a span {
	display: block;
	background-image: url("../img/analysis/analysis_navi_ar02.png");
	background-repeat: no-repeat;
	background-position: left 8px;
	background-size: 5px auto;
	padding-left: 10px;
	font-size: 13px;
	line-height: 1.6em;
}
.analysisSideBox01 {
	background-color: #f4f4f4;
	padding: 20px;
}
.analysisSideKey {
}
.analysisSideKey li {
	float: left;
	margin: 0px 9px 11px 0px;
}
.analysisSideKey li a {
	display: inline-block;
	font-size: 13px;
	line-height: 1.6em;
	background-color: #dadada;
	padding: 3px 15px 3px 15px;
}
/*--------------------*/

.analysisMainBlockBase {
	margin-bottom: 70px;
}
.analysisMainH301 {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 25px;
	border-bottom: 2px solid #ac4950;
	margin-bottom: 25px;
}
.analysisMainTable01 {
	margin-top: 40px;
}
.analysisMainTable01 table {
	width: 100%;
}
.analysisMainTable01 th {
	background-color: #faedee;
	border-top: 1px solid #faedee;
	border-bottom: 1px solid #ffffff;
	width: 170px;
	padding: 12px;
	text-align: center;
	vertical-align: middle;
}
.analysisMainTable01 td {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 12px 20px 12px 30px;
	text-align: left;
	vertical-align: middle;
}
.analysisMainTable01 tr:last-child td {
	border-top: none;
}
.analysisMainBox01 {
	margin-top: 32px;
	text-align: center;
}
.analysisMainBox01In {
	display: inline-block;
	width: 320px;
}
.analysisMainBox01In .in01 {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	box-sizing: border-box;
	height: 330px;
	padding: 20px 20px;
	border: 1px solid #fcfafc;
}
.analysisMainBox01In .in02 {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	box-sizing: border-box;
	height: 330px;
	padding: 20px 20px;
	background-color: #fcfafc;
}
.analysisMainBox01In .img01 img {
	width: 280px;
	height: auto;
}
.analysisMainBox01In .text01 {
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 15px;
}
.analysisMainBox01.analysisMainBox02 {
	background-color: #fcfafc;
}

@media screen and (max-width:799px) {
.detailMainvisualCell01.mainDetail02 {
	height: 180px;
	padding: 0px 20px;
}
.mainDetail02 .detailMainH201 {
	color: #333333;
}
.analysisWrap {
	margin-top: 40px;
	padding: 0px 20px;
}
.analysisMainCont {
	width: auto;
	float: none;
	text-align: left;
}
.analysisSideCont {
	width: auto;
	float: none;
	text-align: left;
	margin-bottom: 40px;
}
/*----------------*/

.analysisSideH301 {
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	color: #ffffff;
	background-color: #ba1e26;
	border-bottom: 1px solid #ffffff;
	padding: 12px 14px 12px 14px;
}
.analysisSideH401 {
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	color: #ffffff;
	/*background-color: #cf6268;*/
	background-color: #ba1e26;
	border-bottom: 1px solid #ffffff;
	padding: 12px 14px 12px 14px;
}
.analysisSideUl01 {
}
.analysisSideUl01 li {
	border-bottom: 1px solid #ffffff;
}
.analysisSideUl01 li a {
	display: block;
	background-color: #f4f4f4;
	padding: 12px 14px 12px 14px;
}
.analysisSideUl01 li a span {
	display: block;
	background-image: url("../img/analysis/analysis_navi_ar02.png");
	background-repeat: no-repeat;
	background-position: left 8px;
	background-size: 5px auto;
	padding-left: 10px;
	font-size: 13px;
	line-height: 1.6em;
}
.analysisSideBox01 {
	background-color: #f4f4f4;
	padding: 20px;
}
.analysisSideKey {
}
.analysisSideKey li {
	float: left;
	margin: 0px 9px 11px 0px;
}
.analysisSideKey li a {
	display: inline-block;
	font-size: 13px;
	line-height: 1.6em;
	background-color: #dadada;
	padding: 3px 15px 3px 15px;
}
/*--------------------*/

.analysisMainBlockBase {
	margin-bottom: 40px;
}
.analysisMainH301 {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 25px;
	border-bottom: 2px solid #ac4950;
	margin-bottom: 25px;
	word-break: break-all;
}
.analysisMainTable01 {
	margin-top: 40px;
}
.analysisMainTable01 table {
	width: 100%;
}
.analysisMainTable01 th {
	background-color: #faedee;
	border-top: 1px solid #faedee;
	border-bottom: 1px solid #ffffff;
	width: 170px;
	padding: 12px;
	text-align: center;
	vertical-align: middle;
}
.analysisMainTable01 td {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 12px 20px 12px 30px;
	text-align: left;
	vertical-align: middle;
}
.analysisMainTable01 tr:last-child td {
	border-top: none;
}
.analysisMainBox01 {
	display: -webkit-block;
	display: -ms-block;
	display: block;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 32px;
}
.analysisMainBox01In {
	display: table;
	width: 100%;
}
.analysisMainBox01In .in01 {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	box-sizing: border-box;
	height: auto;
	padding: 20px 20px;
	border: 1px solid #fcfafc;
}
.analysisMainBox01In .in02 {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	box-sizing: border-box;
	height: auto;
	padding: 20px 20px;
	background-color: #fcfafc;
}
.analysisMainBox01In .img01 img {
	width: 280px;
	height: auto;
}
.analysisMainBox01In .text01 {
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 15px;
}
.analysisMainBox01.analysisMainBox02 {
	background-color: #fcfafc;
}
}
/* -------------------------------------------------------------------- 
 ユーザーTOPページ
-------------------------------------------------------------------- */

.detailMainvisualWrap01.user {
	background-color: #fff;
	border-top: solid 1px #991f27;
	border-bottom: solid 1px #991f27;
}
.user .detailMainvisualCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 200px;
}
.user .detailMainH201 {
	color: #333;
	font-size: 40px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	font-weight: bold;
}
div.userContent01 {
	margin: 120px 0 110px;
	overflow: hidden;
}
div.userContent01 div.cont {
	background-color: #f4f4f4;
}
div.userContent01 div.cont .textWrap {
	float: left;
	text-align: left;
	width: 270px;
}
div.userContent01 div.cont p.title {
	font-size: 24px;
	color: #C1363E;
	font-weight: 700;
	margin: 0 0 15px;
	text-align: left;
}
div.userContent01 div.cont p.text {
	font-size: 15px;
	line-height: 2em;
	text-align: left;
}
div.userContent01 div.cont.download {
	background-image: url(../img/user/bg_icon01.png);
	background-size: 106px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
	padding: 28px 0 8px 30px;
	overflow: hidden;
}
div.userContent01 div.cont.download > a {
	float: left;
	display: inline;
}
div.userContent01 div.cont.download ul {
	overflow: hidden;
	width: 680px;
}
div.userContent01 div.cont.download ul li {
	float: left;
	margin: 0 20px 20px 0;
	display: table;
	background-color: #FFF;
	width: 310px;
	height: 46px;
}
div.userContent01 div.cont.download ul li a {
	background-color: #FFF;
	width: 310px;
	height: 46px;
	display: table-cell;
	vertical-align: middle;
}
div.userContent01 div.cont.download ul li span {
}
div.userContent01 div.cont.function {
	width: 490px;
	background-image: url(../img/user/bg_icon02.png);
	background-size: 106px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
}
div.userContent01 div.cont.bug {
	width: 490px;
	background-image: url(../img/user/bg_icon03.png);
	background-size: 106px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	float: right;
}
div.userContent01 div.cont.function a, div.userContent01 div.cont.bug a {
	display: block;
	padding: 20px 30px 25px 150px;
}
div.userContent02 {
	clear: both;
	text-align: left;
 padding: 100px 0 0;
}
div.userContent02 dl {;
	margin-bottom: 80px;
}
div.userContent02 dl dt.acTitle {
	font-size: 24px;
	color: #C1363E;
	font-weight: 700;
	padding: 30px 65px;
	background-image: url(../img/user/icon_plus_red.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: 916px 40px;
	background-color: #f5e8e9;
	cursor: pointer;
}
div.userContent02 dl dt.acTitle.open {
	background-image: url(../img/user/icon_minus_red.png);
	background-position: 916px 46px;
}
div.userContent02 dl dd {
	padding: 30px 80px 0;
	font-size: 15px;
	display: none
}
div.userContent02 dl dd div.inputBox {
}
div.userContent02 dl dd div.inputBox dl {
	margin-bottom: 0;
}
div.userContent02 dl dd div.inputBox dl dt {
	padding: 10px 0;
}
div.userContent02 dl dd div.inputBox dl dd {
	padding: 5px 0 20px;
	display: block;
}
div.userContent02 dl dd div.inputBox dl dd input {
	border: 1px solid #808080;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
div.userContent02 dl dd div.inputBox.col2 {
}
div.userContent02 dl dd div.inputBox.col2 dl {
	width: 49%;
	float: left;
}
div.userContent02 dl dd div.inputBox.col2 dl:first-child {
	margin-right: 2%;
}
div.formButton {
	text-align: center;
	padding: 15px 0 30px;
}


div.formButton div.btn a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: rgb(224, 91, 67);
	background: -moz-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -webkit-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -o-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -ms-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: linear-gradient(90deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	color: #ffffff;
	font-size: 14px;
	line-height: 1em;
}
div.userContent02 p.required {
	font-size: 15px;
}


div.formButton div.btn {
	display: inline-block;
 padding:0 10px;
}
input.formBtn {
	width: 235px;
	height: 60px; 
 line-height:60px;
	background: rgb(224, 91, 67);
	background: -moz-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -webkit-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -o-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -ms-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: linear-gradient(90deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	color: #ffffff;
	font-size: 14px;
	vertical-align: middle;
 border:none;
 cursor:pointer;
 transition:0.3s;
}
input.formBtn:hover {
 opacity:0.7;
}
.mw_wp_form_confirm div.formBox01 ul li dl dt {
    padding-top: 0;
}

.userTop {
 overflow: hidden;
}
.userTop .cont {
 display: none;
}
.logged-in .userTop .cont {
 display: block;
}


div.userInfoBtn {
 clear: both;
 padding-top: 50px;
}
div.userInfoBtn ul {
}
div.userInfoBtn ul li {
 padding: 50px 0 0 ;
}
div.userInfoBtn ul li a {
 display: block;
    font-size: 24px;
    color: #C1363E;
    font-weight: 700;
    padding: 30px 65px;
    background-image: url(../img/user/icon_plus_red.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 916px 40px;
    background-color: #f5e8e9;
}



@media screen and (max-width:799px) {
.user .detailMainvisualCell01 {
	height: 180px;
}
.user .detailMainH201 {
	font-size: 22px;
}
div.userContent01 {
	margin: 40px 0 60px;
	overflow: hidden;
}
div.userContent01 div.cont .textWrap {
	float: none;
	width: auto;
	padding: 5px 0 20px;
}
div.userContent01 div.cont p.title {
	font-size: 20px;
	margin: 0 0 15px;
	text-align: center;
}
div.userContent01 div.cont p.text {
	font-size: 13px;
	text-align: center;
}
div.userContent01 div.cont.download {
	background-image: url(../img/user/bg_icon01.png);
	background-size: 106px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
	padding: 20px 20px 8px;
}
div.userContent01 div.cont.download a {
	display: block;
	float: none;
}
div.userContent01 div.cont.download ul {
	overflow: hidden;
	width: auto;
	float: none;
}
div.userContent01 div.cont.download ul li {
	float: left;
	margin: 0 20px 20px 0;
	width: calc(50% - 10px);
	display: table;
	background-color: #FFF;
	height: 30px;
}
div.userContent01 div.cont.download ul li:nth-child(2n) {
	margin: 0 0 20px;
}
div.userContent01 div.cont.function {
	width: auto;
	float: none;
	margin: 0 0 20px;
}
div.userContent01 div.cont.bug {
	width: auto;
	float: none;
}
div.userContent01 div.cont.function a, div.userContent01 div.cont.bug a {
	display: block;
	padding: 20px 20px 25px;
	text-align: center;
}
div.userContent02 {
	clear: both;
	text-align: left;
	padding: 0 0 50px;
}
div.userContent02 dl {;
	margin-bottom: 40px;
}
div.userContent02 dl dt.acTitle {
	font-size: 20px;
	padding: 20px;
	background-image: url(../img/user/icon_plus_red.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: 95% 25px;
	background-color: #f5e8e9;
}
div.userContent02 dl dt.acTitle.open {
	background-image: url(../img/user/icon_minus_red.png);
	background-position: 95% 31px;
}
div.userContent02 dl dd {
	padding: 30px 20px 0;
	font-size: 15px;
	display: none
}
div.userContent02 dl dd div.inputBox dl {
	margin-bottom: 0;
}
div.userContent02 dl dd div.inputBox dl dt {
	padding: 10px 0;
}
div.userContent02 dl dd div.inputBox dl dd {
	padding: 5px 0 20px;
	display: block;
}
div.userContent02 dl dd div.inputBox dl dd input {
	border: 1px solid #808080;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
div.userContent02 dl dd div.inputBox.col2 dl {
	width: 48%;
}
 
 

.userTop {
 overflow: hidden;
 padding:0 20px;
}
 div.userInfoBtn {
 padding-top: 20px;
}
div.userInfoBtn ul {
 padding: 0 20px 0 ;
}
div.userInfoBtn ul li {
 padding: 30px 0 0 ;
}
div.userInfoBtn ul li a {
 display: block;
    font-size: 20px;
    color: #C1363E;
    font-weight: 700;
    padding: 20px;
    background-image: url(../img/user/icon_plus_red.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 916px 40px;
    background-color: #f5e8e9;
}
 
 
}
/* -------------------------------------------------------------------- 
 ユーザーページ > ダウンロード
-------------------------------------------------------------------- */


.detailMainvisualWrap01.user.dl {
}
div.userDlContent01 {
	padding: 100px 0 0;
}
div.userDlContent01 p.commonText {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6em;
	text-align: center;
	margin: 0 0 50px;
}
.detailAncNavi01.dl {
	margin: 0 0 70px;
}
.detailAncNavi01.dl li {
	width: 260px;
}
.detailAncNavi01.dl li:nth-child(3n) {
	margin-right: 0;
}
.detailAncNavi01.dl li:nth-child(4n) {
	margin-right: 20px;
}
h3.contTitH301 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	padding: 0 0 30px;
	border-bottom: 1px solid #991F27;
	margin: 0 0 30px;
}
ul.ulList01 {
	padding: 0 0 0 1em;
	text-align: left;
	margin: 0 0 40px;
}
ul.ulList01 li {
	list-style: disc;
	list-style-position: outside;
	font-size: 15px;
	line-height: 1.6em;
	margin: 0 0 5px;
}
div.releaseBox {
	padding: 0 0 65px;
}
div.releaseBox .all {
	padding: 30px 0 0;
 text-align:right !important;
 ont-size:15px;
}
div.releaseBox .all a {
 color: #005083;
 text-decoration:underline;
}
h4.contTitH401 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	text-align: left;
	padding: 8px 16px 10px;
	border-left: 10px solid #BA1E26;
	margin: 0 0 30px;
	letter-spacing: 0.03em;
}
table.newestTbl {
	width: 100%;
	font-size: 15px;
}
table.newestTbl tbody {
}
table.newestTbl tbody tr, table.pastTbl tbody tr {
	border-bottom: 2px solid #FFF;
}
table.newestTbl tbody tr:last-child, table.pastTbl tbody tr:last-child {
	border-bottom: none;
}
table.newestTbl tbody tr th {
	background-color: #faedee;
	width: 25%;
	border-right: 2px solid #FFF;
	text-align: center;
	padding: 12px;
}
table.newestTbl tbody tr th:last-child, table.newestTbl tbody tr td:last-child, table.pastTbl tbody tr td:last-child {
	border-right: none;
}
table.newestTbl tbody tr td {
	border-right: 2px solid #FFF;
	text-align: center;
	padding: 12px;
	vertical-align: middle;
}
table.newestTbl tbody tr:nth-child(odd) td {
	background-color: #f2f2f2;
}
table.newestTbl tbody tr:nth-child(even) td {
	background-color: #fafafa;
}
table.newestTbl tbody tr td img, table.pastTbl tbody tr td img {
	width: 16px;
	height: auto;
}
div.releaseBox dl {
	font-size: 15px;
}
div.releaseBox dl dt.acTitle {
	color: #FFF;
	padding: 12px 0 12px 30px;
	text-align: left;
	background-image: url(../img/user/icon_plus_white.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: 780px 14px;
	background-color: #808080;
	cursor: pointer;
}
div.releaseBox dl dt.acTitle.open {
	background-image: url(../img/user/icon_minus_white.png);
	background-position: 780px 22px;
}
div.releaseBox dl dt.acTitle.open .move01 {
	display: none;
}
div.releaseBox dl dt.acTitle .move02 {
	display: none;
}
div.releaseBox dl dt.acTitle.open .move02 {
	display: inline-block;
}
div.releaseBox dl dd {
	display: none;
}
table.pastTbl {
	width: 100%;
}
table.pastTbl tbody tr td {
	width: 25%;
	border-right: 2px solid #FFF;
	text-align: center;
	padding: 12px;
}
table.pastTbl tbody tr:nth-child(odd) td {
	background-color: #dcdcdc;
}
table.pastTbl tbody tr:nth-child(even) td {
	background-color: #ebebeb;
}

.dl_login {
 padding: 0 0 100px;
}
.dlListContent {
 display: none;
}
.logged-in .dl_login {
 display: none;
}
.logged-in .dlListContent {
 display: block;
}





@media screen and (max-width:799px) {
div.userDlContent01 {
	padding: 60px 0 0;
}
div.userDlContent01 p.commonText {
	font-size: 16px;
	line-height: 2.0em;
	margin: 0 0 60px;
	padding: 0 20px;
}
.detailAncNavi01.dl {
	margin: 0 20px 70px;
}
.detailAncNavi01.dl li {
	width: 100%;
}
.detailAncNavi01.dl li:nth-child(3n) {
	margin-right: 0;
}
.detailAncNavi01.dl li:nth-child(4n) {
	margin-right: 0;
}
h3.contTitH301 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	padding: 0 0 20px;
	border-bottom: 1px solid #991F27;
	margin: 0 20px 30px;
}
ul.ulList01 {
	padding: 0 0 0 1em;
	text-align: left;
	margin: 0 20px 40px;
}
div.releaseBox {
	padding: 0 20px 65px;
}
h4.contTitH401 {
	font-size: 20px;
}
div.releaseBox dl dt.acTitle {
	background-image: url(../img/user/icon_plus_white.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: 95% 14px;
	background-color: #808080;
}
div.releaseBox dl dt.acTitle.open {
	background-image: url(../img/user/icon_minus_white.png);
	background-position: 95% 22px;
}
ul.ulList01 li {
	font-size: 13px;
	line-height: 1.6em;
}
table.newestTbl {
	font-size: 13px;
}
}
/* -------------------------------------------------------------------- 
 EMSolutionとは？
-------------------------------------------------------------------- */

.detailMainvisualWrap01.about.index {
    background-color: #f5f5f5;
	background-image: url(../img/about/index_mainvisual.jpg);
	background-size: cover;
	background-position: center center;
}
.about.index .detailMainvisualCell01 {
	position: relative;
}
.about.index .detailMainH201 {
 color: #333;
 font-size: 40px;
 line-height: 1.6em;
 letter-spacing: 0.05em;
 font-weight: bold;
	position: absolute;
	top:200px;
	left: 50%;
	margin-left: 93px;
}

div.aboutContent01 {
	padding: 100px 0 100px;
}
div.aboutContent01 p.leadText {
	font-size: 18px;
	font-weight: 700;
	line-height: 2em;
	margin: 0 0 40px;
}
div.aboutContent01 p.subText {
	font-size: 15px;
	text-align: left;
	line-height: 2em;
	letter-spacing: 0.1em;
	margin: 0 80px 40px;
}
ul.ankerNavi {
	overflow: hidden;
}
ul.ankerNavi li {
	display: table;
	width: 320px;
	text-align: left;
	float: left;
	margin: 0 20px 20px 0;
	padding-bottom: 1px;
background: rgb(224, 91, 67);
background: -moz-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -webkit-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -o-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -ms-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: linear-gradient(90deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
}

ul.ankerNavi li:nth-child(3n) {
	margin: 0 0 20px;
}
ul.ankerNavi li a {
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.6em;
	height: 5em;
	background-color: #FFF;
}
ul.ankerNavi.dl li a span {
	transition:0.3s;
}
ul.ankerNavi li a dl dt {
	display: table-cell;
	letter-spacing: 0.2em;
	color: #B91E26;
	width: 4em;
	vertical-align: middle;
	transition: 0.3s;
}
ul.ankerNavi li a dl dd {
	display: table-cell;
	transition: 0.3s;
}
ul.ankerNavi li a dl dt,
ul.ankerNavi li a:hover dl dd {
	opacity: 0.8;
}

.aboutFeature {
	clear: both;
	padding: 0 0 120px;
}
.aboutFeature p.num {
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	background-color: #B91E26;
	display: inline-block;
	padding: 0 25px;
	height: 30px;
	line-height: 30px;
	letter-spacing: 0.2em;
	border-radius: 15px;
	margin: 0 0 30px;
}
.aboutFeature h3.aboutHeadH301 {
	margin: 0 0 60px;
	font-size: 30px;
	letter-spacing: 0.05em;
	font-weight: 700;
	position:relative;
}
.aboutFeature h3.aboutHeadH301:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin: 0 0 0 -90px;
    width: 180px;
    height: 0;
    border-bottom: 1px solid #991F27;
}

.aboutFeature p.subText {
	font-size: 15px;
	line-height: 2em;
	text-align:justify;
	letter-spacing: 0.1em;
	margin: 0 80px 40px;
}
.aboutFeature .imgBlock img {
width: auto;
 height: 250px;
}
.aboutFeature .imgBlock .col2 div {
 display: inline-block;
 padding: 0 10px;
}
.aboutFeature div.afCont01_01 {
	background-color: #f3f3f3;
	padding: 45px 0 80px;
	text-align: center;
}
.aboutFeature div.afCont01_01 div.box {
	width: 880px;
	margin: 0 auto;
	position: relative;
}
.aboutFeature div.afCont01_01 div.box:before {
	content: "";
	position: absolute;
	bottom: -80px;
	left: 120px;
width: 0;
height: 0;
border-style: solid;
border-width: 80px 320px 0 320px;
border-color: #d9d9d9 transparent transparent transparent;
	
}
.aboutFeature div.afCont01_01 div.box ul {
	overflow: hidden;
}
.aboutFeature div.afCont01_01 div.box ul li {
	display: table;
	width: 240px;
	height: 240px;
	float: left;
	margin-right: 75px;
	position: relative;
}
.aboutFeature div.afCont01_01 div.box ul li:before {
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;	
	top: 104px;
	right: -62px;
	background-image: url(../img/about/img_plus_grey.png);
	background-size: contain;
}
.aboutFeature div.afCont01_01 div.box ul li:last-child {
	margin-right: 0;
}
.aboutFeature div.afCont01_01 div.box ul li span {
	display: table-cell;
	background-color: #f5dddf;
	border-radius: 120px;
	vertical-align: middle;
	font-size: 15px;
	line-height: 2em;
}
.aboutFeature div.afCont01_02 {	
background: rgb(224, 91, 67);
background: -moz-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -webkit-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -o-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -ms-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: linear-gradient(90deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
}
.aboutFeature div.afCont01_02 p {	
	font-size: 18px;
	font-weight:700;
	color: #FFF;
	line-height: 90px;
}


.afContBase {
	background-image: url("../img/bg_style01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 44px 0px 50px 0px;
 margin: 0 0 120px;
}
.afContBaseCont {
	display: table;
	width: auto;
	margin: auto;
}
.afContBaseCell01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	width: auto;
}
.afContBaseCell02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	width: auto;
	padding-left: 120px;
}
.afContBaseH301 {
	font-size: 20px;
	line-height: 1.75em;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #000000;
}
.afContBaseH301 span {
	font-size: 30px;
	line-height: 1.2em;
	margin-left: 22px;
}
.topBtnWrap04 {
	text-align: center;
	margin-top: 0;
}
.topBtnWrap04 .topContBtn01 {
	margin-left: auto;
	margin-right: auto;
}





@media screen and (max-width:799px) {
	
	
	.detailMainvisualWrap01.about.index {
    background-color: #f5f5f5;
	background-image: url(../img/about/index_mainvisual.jpg);
	background-size: cover;
	background-position: center center;
}
.about.index .detailMainvisualCell01 {
	height: 180px;
	width: 100%;
	display: block;
}
.about.index .detailMainH201 {
 font-size: 22px;
	position: absolute;
	top:70px;
	left: inherit;
	right: 20px;
	margin-left: 0;
}

div.aboutContent01 {
	padding: 50px 0 100px;
}
div.aboutContent01 p.leadText {
	font-size: 16px;
	margin: 0 20px 40px;
}
div.aboutContent01 p.subText {
	font-size: 13px;
	text-align: left;
	line-height: 2em;
	margin: 0 20px 40px;
}
 
ul.ankerNavi {
	padding: 0 20px;
}
ul.ankerNavi li {
	display: table;
	width: 100%;
	float: none;
	margin: 0;
	padding-bottom: 1px;
	position: relative;
}
ul.ankerNavi.dl li {
	width: 100%;
}
ul.ankerNavi li:nth-child(3n) {
	margin: 0;
}
ul.ankerNavi li a {
	font-size: 15px;
}

.aboutFeature {
	clear: both;
	padding: 0 0 60px;
}
.aboutFeature p.num {
	font-size: 16px;
	margin: 0 0 20px;
}
.aboutFeature h3.aboutHeadH301 {
	margin: 0 20px 60px;
	font-size: 20px;
}
.aboutFeature p.subText {
	font-size: 13px;
	line-height: 2em;
	margin: 0 20px 40px;
}
 
 
 
.aboutFeature .imgBlock img {
width: auto;
 height: auto;
 max-height: 250px;
}
.aboutFeature .imgBlock .col2 div {
 display: block;
 padding: 0 20px;
}
.aboutFeature .imgBlock .col2 div:nth-child(n + 2) {
 padding: 15px 20px 0;
}
 
 
.aboutFeature div.afCont01_01 {
	background-color: #f3f3f3;
	padding: 45px 0 120px;
	text-align: center;
}
.aboutFeature div.afCont01_01 div.box {
	width: auto;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
}
.aboutFeature div.afCont01_01 div.box:before {
	content: "";
	position: absolute;
	bottom: -90px;
	left: 50%;
	margin-left: -140px;
width: 0;
height: 0;
border-style: solid;
border-width: 60px 140px 0 140px;
border-color: #d9d9d9 transparent transparent transparent;
	
}
.aboutFeature div.afCont01_01 div.box ul {
	overflow: hidden;
	text-align: center;
}
.aboutFeature div.afCont01_01 div.box ul li {
	display: block;
	width: auto;
	height: auto;
	float: none;
	margin: 0 auto 80px;
	position: relative;
}
.aboutFeature div.afCont01_01 div.box ul li:before {
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;	
	top: auto;
	bottom: -65px;
	right: auto;
	left: 50%;
	margin-left: -24px;
	background-image: url(../img/about/img_plus_grey.png);
	background-size: contain;
}
.aboutFeature div.afCont01_01 div.box ul li:last-child:before {
	display: none;
}
.aboutFeature div.afCont01_01 div.box ul li:last-child {
	margin: 0 auto;
}
.aboutFeature div.afCont01_01 div.box ul li span {
	display: block;
	background-color: #f5dddf;
	padding: 20px;
	border-radius: 0;
	vertical-align: middle;
	font-size: 15px;
	line-height: 2em;
}
.aboutFeature div.afCont01_02 {	
background: rgb(224, 91, 67);
background: -moz-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -webkit-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -o-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -ms-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: linear-gradient(90deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
}
.aboutFeature div.afCont01_02 p {	
	font-size: 16px;
	line-height: 70px;
	padding: 0 20px;
}
	
	.afContBase {
}
.afContBaseCont {
	display: block;
	width: auto;
	margin: auto;
}
.afContBaseCell01 {
	display: block;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	width: auto;
}
.afContBaseCell02 {
	display: block;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	width: auto;
	padding-left:0;
 
}
.afContBaseH301 {
 text-align: center;
 margin-bottom: 15px;
}
.afContBaseH301 span {
	font-size: 20px;
	line-height: 1.2em;
	margin-left: 0;
}
.topBtnWrap04 {
	text-align: center;
	margin-top: 0;
}
.topBtnWrap04 .topContBtn01 {
	margin-left: auto;
	margin-right: auto;
}
	
}
/* -------------------------------------------------------------------- 
 製品一覧
-------------------------------------------------------------------- */

.detailMainvisualWrap01.product {
	background-image: url("../img/product/index_mainvisual.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.detailMainvisualWrap01.product.prepost {
	background-image: url("../img/pre_mainvisual.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.detailMainvisualWrap01.product.solution {
	background-image: url("../img/solu_mainvisual.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
div.productIndexCont {
	padding: 100px 0;
}
div.productIndexCont p.leadText {
	font-size: 18px;
	font-weight: 700;
	line-height: 2.0em;
	margin: 0 0 120px;
}
div.productIndexCont div.productIndexInner {
	position: relative;
	overflow: hidden;
	margin: 0 0 70px;
}
div.productIndexCont div.productIndexInner div.img {
	width: 270px;
	padding: 25px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -161px;
}
div.productIndexCont div.productIndexInner div.img img {
	width: 100%;
	height: auto;
}
div.productIndexCont div.productIndexInner div.content {
	float: right;
	background-color: #f5f5f5;
	text-align: left;
	width: 510px;
	padding: 40px 80px 50px 150px;
}
div.productIndexCont div.productIndexInner div.content h3.productH301 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 20px;
}
div.productIndexCont div.productIndexInner div.content p.leadTxet {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
}
div.productIndexCont div.productIndexInner div.content p.subText {
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
}
div.productIndexCont div.productIndexInner:nth-child(odd) div.img {
	left: auto;
	right: 0;
}
div.productIndexCont div.productIndexInner:nth-child(odd) div.content {
	float: left;
	padding: 40px 150px 50px 80px;
}
div.linkButton {
	text-align: left;
	overflow: hidden;
	padding: 40px 0 0;
}
div.linkButton div.btn {
	margin-right: 40px;
	float: left;
}
div.linkButton div.btn:last-child {
	margin-right: 0;
}
div.linkButton div.btn a {
	display: table;
	width: 235px;
	height: 60px;
}
div.linkButton div.btn a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: rgb(224, 91, 67);
	background: -moz-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -webkit-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -o-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -ms-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: linear-gradient(90deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	color: #ffffff;
	font-size: 14px;
	line-height: 1em;
}

@media screen and (max-width:799px) {
.detailMainvisualWrap01.product {
	background-image: url("../img/product/index_mainvisual.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
div.productIndexCont {
	padding: 40px 0;
}
div.productIndexCont p.leadText {
	font-size: 16px;
	line-height: 2.0em;
	margin: 0 20px 40px;
}
div.productIndexCont div.productIndexInner {
	position: relative;
	overflow: hidden;
	margin: 0 0 40px;
}
div.productIndexCont div.productIndexInner div.img {
	width: 80px;
	padding: 0;
	position: absolute;
	left: 20px;
	top: 20px;
	margin-top: 0;
}
div.productIndexCont div.productIndexInner div.img img {
	width: 100%;
	height: auto;
}
div.productIndexCont div.productIndexInner div.content {
	float: none;
	background-color: #f5f5f5;
	text-align: left;
	width: auto;
	padding: 20px;
}
div.productIndexCont div.productIndexInner div.content h3.productH301 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 20px;
	padding-left: 100px;
}
div.productIndexCont div.productIndexInner div.content p.leadTxet {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 40px;
	padding-left: 100px;
}
div.productIndexCont div.productIndexInner div.content p.subText {
	font-size: 13px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
}
div.productIndexCont div.productIndexInner:nth-child(odd) div.img {
	right: auto;
	left: 20px;
	top: 20px;
}
div.productIndexCont div.productIndexInner:nth-child(odd) div.content {
	float: none;
	padding: 20px;
}
div.linkButton {
	text-align: center;
	overflow: hidden;
	padding: 20px 0 0;
}
div.linkButton div.btn {
	margin-right: 0;
	float: none;
}
div.linkButton div.btn:last-child {
	margin-right: 0;
}
div.linkButton div.btn:nth-child(2) {
	margin-top: 20px;
}
div.linkButton div.btn a {
	display: table;
	width: 235px;
	height: 50px;
	margin: 0 auto
}
div.linkButton div.btn a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: rgb(224, 91, 67);
	background: -moz-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -webkit-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -o-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -ms-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: linear-gradient(90deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	color: #ffffff;
	font-size: 14px;
	line-height: 1em;
}
}
/* -------------------------------------------------------------------- 
 HPCソリューション
-------------------------------------------------------------------- */

div.detailMainvisualWrap01.hpc {
	background-color: #e9e9e9;
}
div.detailMainvisualWrap01.hpc .innerWrap {
	display: table;
	width: 100%;
	height: 450px;
}
div.detailMainvisualWrap01.hpc div.spBlock {
 display: none;
}
div.detailMainvisualWrap01.hpc div.leftBlock {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
div.detailMainvisualWrap01.hpc .inner {
	width: 500px;
	text-align: left;
	float: right;
}
div.detailMainvisualWrap01.hpc h2.detailMainH201 {
	font-size: 40px;
	letter-spacing: 0.05em;
	color: #333;
	margin: 0 0 20px;
}
div.detailMainvisualWrap01.hpc h2.detailMainH201.pro {
	color: #BA1E26;
}
div.detailMainvisualWrap01.hpc div.leftBlock p.sub01 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #00347F;
	margin: 0 0 15px;
}
div.detailMainvisualWrap01.hpc div.leftBlock p.sub02 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.8em;
	margin: 0 0 25px;
}
div.detailMainvisualWrap01.hpc div.rightBlock {
	display: table-cell;
	width: 50%;
	background-image: url(../img/product/hpc_mainvisual.jpg);
	background-size: cover;
	background-position: center left;
}
div.content01.productCont {
	padding: 100px 0 120px;
}
div.content01.productCont h3 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0 0 60px;
	position: relative;
}
div.content01.productCont h3:before {
	content: "";
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin: 0 0 0 -90px;
	width: 180px;
	height: 0;
	border-bottom: 1px solid #991F27;
}
div.content01.productCont p.leadText {
	text-align: left;
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	margin: 0 0 50px;
}
div.content01.productCont div.meritBlock {
	background-color: #f4f4f4;
}
div.content01.productCont div.meritBlock img {
	width: 1000px;
	height: auto;
}
div.content02.productCont {
	text-align: left;
	padding: 0 0 120px;
}
div.content02.productCont dl {
	display: table;
	margin: 0 0 40px;
}
div.content02.productCont dl.sol dt {
	display: table-cell;
	width: 120px;
	padding: 10px 0 0;
}
div.content02.productCont dl dt {
	display: table-cell;
	width: 150px;
	padding: 10px 0 0;
}
div.content02.productCont dl dt img {
	width: 90px;
	height: auto;
}
div.content02.productCont dl.sol dt img {
	width: 63px;
	height: auto;
}
div.content02.productCont dl dd {
	display: table-cell;
	vertical-align: top;
}
div.content02.productCont dl dd p.head {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px;
}
div.content02.productCont dl dd p.head span {
	color: #C1363E;
}
div.content02.productCont dl dd .detail {
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
}
div.content02.productCont dl dd div.img {
	padding: 20px 0 0;
}
div.content02.productCont dl dd div.img img {
	width: 100%;
	height: auto;
}
div.content03.productCont {
	text-align: left;
	padding: 0 0 120px;
}
div.content03.productCont dl.pt01 {
	display: table;
	margin: 0 0 40px;
}
div.content03.productCont dl.pt01 dt {
	display: table-cell;
	background-color: #F4F4F4;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8em;
	vertical-align: middle;
	color: #C1363E;
	width: 185px;
	padding: 30px 40px;
}
div.content03.productCont dl.pt01 dd {
	display: table-cell;
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	vertical-align: middle;
	padding: 0 0 0 40px;
}
div.content03.productCont dl.pt02 {
	display: table;
	margin: 120px 0 40px;
	position: relative;
}
div.content03.productCont dl.pt02::before {
	content: "";
	position: absolute;
	top: -90px;
	left: 50%;
	margin-left: -200px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 56px 200px 0 200px;
	border-color: #d9d9d9 transparent transparent transparent;
}
div.content03.productCont dl.pt02 dt {
	display: table-cell;
	background-color:#FCF6F6;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8em;
	vertical-align: middle;
	color: #C1363E;
	width: 185px;
	padding: 30px 40px;
}
div.content03.productCont dl.pt02 dd {
	display: table-cell;
	background-color:rgba(255,249,249,0.81);
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	vertical-align: middle;
	padding: 0 40px 0;
}
div.content04.productCont {
	text-align: left;
	padding: 0 0 120px;
}
div.content04.productCont div.coverGrey {
	background-color: #f4f4f4;
	overflow: hidden;
	margin: 0 0 50px;
}
div.content04.productCont div.coverGrey dl {
	float: left;
	width: 320px;
	border-right: 20px solid #FFF;
}
div.content04.productCont div.coverGrey dl:nth-child(3n) {
	border-right: none;
}
div.content04.productCont div.coverGrey dl:nth-child(n+4) {
	border-top: 20px solid #FFF;
}
div.content04.productCont div.coverGrey dl dt {
	padding: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #C1363E;
}
div.content04.productCont div.coverGrey dl dt span {
	display: inline-block;
	background-color: #C1363E;
	color: #FFF;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	text-align: center;
	margin: 0 10px 0 0;
}
div.content04.productCont div.coverGrey dl dd {
	padding: 0 20px 20px;
}
div.content04.productCont div.coverGrey dl dd p {
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	margin: 0 0 20px;
}
div.content04.productCont div.coverGrey dl dd p span {
	font-size: 13px;
	line-height: 1.8em;
	display: inline-block;
	padding-top: 10px;
}
div.content04.productCont div.coverGrey dl dd span {
	display: block;
}
div.content04.productCont div.coverGrey dl dd a {
	display: block;
 text-align:center;
 padding:10px 0;
 margin:10px 0 0;
background: rgb(224, 91, 67);
background: -moz-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -webkit-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -o-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -ms-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: linear-gradient(90deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
color: #ffffff;
font-size: 14px;
line-height: 1.0em;
}
div.content05.productCont h3.contTitH301 {
font-size: 28px;
line-height: 1.5em;
font-weight: bold;
padding-bottom: 15px;
border-bottom: 2px solid #ac4950;
margin-bottom: 40px;
}
div.content05.productCont div.textArea {
 text-align: left;
font-size: 15px;
line-height: 2.0em;
letter-spacing: 0.1em;
margin: 0 0 50px;
}
div.content05.productCont div.textArea a {
 color: #C1363E;
 text-decoration: underline;
}
div.content05.productCont div.textArea p {
margin: 0 0 20px;
}
div.content05.productCont div.textArea a:hover {
 text-decoration: none;
}


div.content05.productCont .contTitH501 {
 text-align: left;
}
div.content05.productCont .img {
	margin-bottom: 70px;
	overflow: hidden;
	clear: both;
}
div.content05.productCont .img > div > p {
 padding-top: 10px;
 display: block;
}
div.content05.productCont .img > p {
 padding-top: 15px;
 display: block;
 text-align: left;
 clear: both;
}
div.content05.productCont .img > div {
	text-align: center;
	vertical-align: bottom;
	box-sizing: border-box;
	padding: 20px 20px 10px;
	border: 1px solid #EBEBEB;
	float: left;
 display: table;
}
div.content05.productCont .img > div a {
 display: table;
 margin: 0 auto;
}
div.content05.productCont .img > div a span {
 display: table-cell;
 vertical-align: middle;
}
div.content05.productCont .img.col1 > div {
	width: 50%;
	float: none;
	margin: 0 auto;
}
div.content05.productCont .img.col1B > div {
	width: 80%;
	float: none;
	margin: 0 auto;
}
div.content05.productCont .img.col2 > div {
	width: 48%;
}
div.content05.productCont .img.col2 > div:nth-child(2) {
	margin-left: 4%;
}
div.content05.productCont .img.col3 > div {
	width: 31%;
	margin-right: 3%;
}
div.content05.productCont .img.col3 > div:nth-child(3) {
	margin-right: 0;
}

div.content05.productCont .tblFlat {
 text-align: center;
 margin: 0 0 30px;
}
div.content05.productCont .tblFlat table {
 margin: 0 auto;
}
div.content05.productCont .tblFlat table td {
 text-align: left;
 vertical-align: top;
 font-size: 16px;
line-height: 2.0em;
 padding: 0 20px 20px 0;
}
div.content05.productCont .tblFlat table td span {
 font-size: 14px;
}
div.content05.productCont .tblFlat table tr td:first-child {
color: #016565;
 font-weight: bold;
 white-space: nowrap;
}


div.listType01 {
}
div.listType01 ul {
 padding-left: 1.5em;
}
div.listType01 ul li {
 list-style-type: disc;
 list-style-position: outside;
 padding-bottom: 15px;
}
div.listType01 ul li:last-child {
 padding-bottom: 0;
}
div.listType01 ul li dl {
}
div.listType01 ul li dl dt {
 font-weight: bold;
 padding-bottom: 10px;
}
div.listType01 ul li dl dd {
}



div.listType02 {
}
div.listType02 ol {
 padding-left: 1.5em;
}
div.listType02 ol li {
 list-style: none;
 padding-bottom: 15px;
}
div.listType02 ol li:last-child {
 padding-bottom: 0;
}
div.listType02 ol li dl {
}
div.listType02 ol li dl dt {
 font-weight: bold;
color:#016565;
 padding-bottom: 10px;
 text-indent: -1.5em;
}
div.listType02 ol li dl dd {
}


div.tblType01 {
 overflow-x: auto;
 padding:2px 0;
}
div.tblType01 table {
 line-height: 1.4em;
}
div.tblType01 th {
 border: 1px solid #999;
 background-color: #ccc;
 padding: 7px 10px;
}
div.tblType01 td {
 border: 1px solid #999;
 padding: 7px 10px;
 text-align: center;
}


div.tblType01 table.textLeft th,
div.tblType01 table.textLeft td{
 text-align:left;
}

ol.common {
 padding: 0 0 0 1.5em;
}
ol.common li {
 list-style-type: decimal;
 list-style-position: outside;
}

.component {
}
.component dl {
 padding:0 0 0 20px;
}
.component dt {
 color: #BA1E26;
 font-weight: bold;
 padding: 0 0 10px 20px;
 position: relative;
}
.component dt:before {
 content: "■";
 position: absolute;
 left:0;
 top:0;
 font-size:10px; 
}
.component dd {
 padding: 0 0 20px 20px;
}

div.content05.productCont .detailAncNavi01 a {
position: relative;
}

.col2imgmovie {
	overflow: hidden;
	margin-bottom: 30px;
}
.col2imgmovie .leftCol {
	float: left;
	width: 580px;	
	text-align: left;
}
.col2imgmovie .leftCol .head {
	font-size: 16px;
color:#016565;
	font-weight: bold;
	margin: 0 0 15px;
}
.col2imgmovie .leftCol .detail {
	font-size: 14px;
	line-height: 1.8em;
}
.col2imgmovie .rightCol {
	float: right;
	width: 375px;
}
.col2imgmovie img {
}
.col2imgmovie movie {
}





@media screen and (max-width:799px) {
 
 
 
div.detailMainvisualWrap01.hpc .innerWrap {
	height: 180px;
}
div.detailMainvisualWrap01.hpc div.spBlock {
 display: block;
 height: 150px;
 background-size: cover;
 background-position: center center;
}
div.detailMainvisualWrap01.hpc div.leftBlock {
	width: 100%;
 display: block;
 text-align: center;
}
div.detailMainvisualWrap01.hpc div.rightBlock {
 display: none;
}
div.detailMainvisualWrap01.hpc .inner {
	width: auto;
	padding: 20px;
 text-align: left;
 margin: 0 auto;
 float:none;
}
div.detailMainvisualWrap01.hpc h2.detailMainH201 {
	font-size: 22px;
	margin: 0 0 10px;
}
div.detailMainvisualWrap01.hpc div.leftBlock p.sub01 {
	font-size: 18px;
	margin: 0 0 10px;
}
div.detailMainvisualWrap01.hpc div.leftBlock p.sub02 {
	font-size: 14px;
	margin: 0;
}
div.detailMainvisualWrap01.hpc div.rightBlock {
	width: 40%;
}
div.content01.productCont {
	padding: 60px 0;
}
div.content01.productCont h3 {
	font-size: 20px;
	margin: 0 0 60px;
	padding: 0 20px;
}
div.content01.productCont p.leadText {
	text-align: left;
	font-size: 13px;
	line-height: 2.0em;
	margin: 0 0 30px;
	padding: 0 20px;
}
div.content01.productCont div.meritBlock {
	background-color: #f4f4f4;
	padding: 0 20px;
}
div.content01.productCont div.meritBlock img {
	width: 100%;
	height: auto;
}
div.content02.productCont {
	text-align: left;
	padding: 0 0 120px;
	padding: 0 20px;
}
div.content02.productCont dl {
	display: table;
	margin: 0 0 40px;
}
div.content02.productCont dl dt {
	display: table-cell;
	width: 70px;
	padding: 0;
}
div.content02.productCont dl dt img {
	width: 50px;
	height: auto;
}
div.content02.productCont dl dd {
	display: table-cell;
	vertical-align: top;
}
div.content02.productCont dl dd p.head {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
}
div.content02.productCont dl dd p.head span {
	color: #C1363E;
}
div.content02.productCont dl dd .detail {
	font-size: 13px;
	line-height: 2.0em;
}
div.content02.productCont dl dd div.img {
	padding: 20px 0 0;
}
div.content02.productCont dl dd div.img img {
	width: 100%;
	height: auto;
}
div.content03.productCont {
	text-align: left;
	padding: 0 20px 60px;
}
div.content03.productCont dl.pt01 {
	display: block;
	margin: 0 0 40px;
}
div.content03.productCont dl.pt01 dt {
	display: block;
	background-color: #F4F4F4;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8em;
	vertical-align: middle;
	color: #C1363E;
	width: auto;
	padding: 20px;
}
div.content03.productCont dl.pt01 dd {
	display: block;
	font-size: 13px;
	line-height: 2.0em;
	vertical-align: middle;
	padding: 20px 0;
}
div.content03.productCont dl.pt02 {
	display: block;
	margin: 120px 0 0;
	position: relative;
}
div.content03.productCont dl.pt02::before {
	content: "";
	position: absolute;
	top: -90px;
	left: 50%;
	margin-left: -120px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 56px 120px 0 120px;
	border-color: #d9d9d9 transparent transparent transparent;
}
div.content03.productCont dl.pt02 dt {
	display: block;
	background-color: #faeff0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8em;
	vertical-align: middle;
	color: #C1363E;
	width: auto;
	padding: 20px;
}
div.content03.productCont dl.pt02 dd {
	display: block;
	background-color: #faeff0;
	font-size: 15px;
	line-height: 2.0em;
	vertical-align: middle;
	padding: 0 20px 20px;
}
div.content04.productCont {
	text-align: left;
	padding: 0 0 60px;
}
div.content04.productCont .contTitH401 {
	margin: 0 20px 30px;
}
div.content04.productCont div.coverGrey {
	background-color: #f4f4f4;
	overflow: hidden;
}
div.content04.productCont div.coverGrey dl {
	float: none;
	width: auto;
	border-right: none;
	border-bottom: 20px solid #FFF;
}
div.content04.productCont div.coverGrey dl:last-child {
	border-bottom: none;
}
div.content04.productCont div.coverGrey dl dt {
	padding: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #C1363E;
}
div.content04.productCont div.coverGrey dl dt span {
	display: inline-block;
	background-color: #C1363E;
	color: #FFF;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	text-align: center;
	margin: 0 10px 0 0;
}
div.content04.productCont div.coverGrey dl dd {
	padding: 0 20px 20px;
}
div.content04.productCont div.coverGrey dl dd p {
	font-size: 13px;
	line-height: 2.0em;
	margin: 0 0 20px;
}
div.content04.productCont div.coverGrey dl dd span {
	display: block;
}
div.content05.productCont {
 padding: 0 20px;
}
 div.content05.productCont h3.contTitH301 {
font-size: 20px;
  margin-left: 0;
  margin-right: 0;
}
 div.content05.productCont h4.contTitH401 {
font-size: 18px;
}
 div.content05.productCont h5.contTitH501 {
font-size: 16px;
  margin-left: 0;
  margin-right: 0;
}
div.content05.productCont .tblFlat table {
 margin: 0 auto;
}
div.content05.productCont .tblFlat table td {
 display: block;
 text-align: left;
 vertical-align: top;
 font-size: 14px;
line-height: 2.0em;
 padding: 0 20px 20px 0;
}
div.content05.productCont .tblFlat table td span {
 font-size: 14px;
}
div.content05.productCont .tblFlat table tr td:first-child {
color: #016565;
 font-weight: bold;
 white-space: nowrap;
 padding: 0 20px 5px 0;
}
 
 div.content05.productCont .img > div {
	padding: 10px 10px 5px;
}
 div.content05.productCont .img.col1 > div {
	width: 70%;
	float: none;
	margin: 0 auto;
}
div.content05.productCont .img.col1B > div {
	width: 100%;
	float: none;
	margin: 0 auto;
}
 
 .col2imgmovie {
	overflow: hidden;
	margin-bottom: 30px;
}
.col2imgmovie .leftCol {
	float: none;
	width: auto;	
	text-align: left;
}
.col2imgmovie .leftCol .head {
	font-size: 16px;
color:#016565;
	font-weight: bold;
	margin: 0 0 15px;
}
.col2imgmovie .leftCol .detail {
	font-size: 14px;
	line-height: 1.8em;
}
.col2imgmovie .rightCol {
	float: none;
	width: auto;	
	padding-top: 20px;
}
.col2imgmovie img {
}
.col2imgmovie video {
	width: 100%;
	max-width: 375px;
	height: auto;
}
}



/* -------------------------------------------------------------------- 
 ソリューション
-------------------------------------------------------------------- */


div.content01.productCont.solution {
	padding: 100px 0 0;
}
.productCont.solution .leadImg {
margin: 0 0 100px;
}
.contTitH501 {
    font-size: 16px;
    color: #016565;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}
.contTitH502 {
    font-size: 20px;
    color: #666;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 25px;
}
.productCont .leadText {
 text-align: left;
font-size: 15px;
line-height: 2.0em;
letter-spacing: 0.1em;
margin: 0 0 50px;
}
.productCont .leadText .linkBtn {
}
.productCont .leadText .linkBtn a {
 display: inline-block;
 background-color: #F7D4D5; 
 padding: 8px 30px;
 border-radius: 24px;
 color: #BA1E26;
 transition: 0.3s;
}
.productCont .leadText .linkBtn a:hover {
 display: inline-block;
 background-color: #BA1E26; 
 padding: 8px 30px;
 border-radius: 24px;
 color: #F7D4D5;
}
.exampleList {
 background-color:#f5dddf;
 padding:20px;
 overflow:hidden;
}
.exampleList li {
 width:25%;
font-size: 14px;
line-height: 1.6em;
letter-spacing: 0.1em;
 float:left;
 list-style: square;
 list-style-position: inside;
}

div.content02.productCont dl.sol dt {
	display: table-cell;
	width: 120px;
	padding: 10px 0 0;
}
div.content02.productCont dl.sol dt img {
	width: 63px;
	height: auto;
}


@media screen and (max-width:799px) {

div.content01.productCont.solution {
	padding: 60px 0 0;
}
div.content02.productCont dl.sol dt {
	display: table-cell;
	width: 70px;
	padding: 10px 0 0;
}
div.content02.productCont dl.sol dt img {
	width: 50px;
	height: auto;
}
.contTitH501 {
    font-size: 16px;
    margin: 0 20px 25px;
}
.productCont .leadText {
font-size: 13px;
margin: 0 20px 25px;
}
div.content04.productCont div.coverGrey dl:nth-child(n+4) {
    border-top: none;
}
.exampleList li {
 width:calc(50% - 20px);
font-size: 13px;
 list-style-position: outside;
 margin-left: 20px;
}
.productCont .leadImg {
 padding: 0 20px;
}
 
}



/* -------------------------------------------------------------------- 
 プレポスト
-------------------------------------------------------------------- */

div.preContEx {
 overflow:hidden;
}
div.preContEx div.right {
 width:320px;
 float:right;
 margin: 0 0 40px;
}
div.preContEx div.right video {
    width: 320px;
    height: auto;
    margin: 0 auto;
}
div.preContEx div.left {
 width:640px;
 float:left;
 margin: 0 0 40px;
}
div.preContEx div.left p.exTitle {
 font-size: 16px;
 font-weight: bold;
 margin: 0 0 15px;
}
div.preContEx div.left p.exTitle span {
 color: #BA1E26;
}
div.preContEx div.left p.exText {
font-size: 14px;
line-height: 2.0em;
letter-spacing: 0.1em;
}


@media screen and (max-width:799px) {

div.preContEx {
 padding: 0 20px;
}
div.preContEx div.right {
 width:auto;
 float:none;
 margin: 0 0 40px;
}
div.preContEx div.right video {
    width: 320px;
    height: auto;
    margin: 0 auto;
}
 .wp-video{
  text-align: center;
}
div.preContEx div.left {
 width:auto;
 float:none;
 margin: 0 0 40px;
}
div.preContEx div.left p.exTitle {
 font-size: 16px;
 font-weight: bold;
 margin: 0 0 15px;
}
div.preContEx div.left p.exTitle span {
 color: #BA1E26;
}
div.preContEx div.left p.exText {
font-size: 14px;
line-height: 2.0em;
letter-spacing: 0.1em;
}

}




/* -------------------------------------------------------------------- 
 適用分野
-------------------------------------------------------------------- */

div.detailMainvisualWrap01.appfield {
	background-image: url(../img/appfield/app_mainvisual.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

div.detailMainvisualWrap01.appfield .detailMainH201 {
	color: #333;
}
.appfieldCont .leadText {
	font-size: 18px;
	font-weight: 700;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	padding: 100px 0;
}
div.appfieldInner {
	display: table;
	width: 100%;
	background-color: #f4f4f4;
	margin: 0 0 80px;
}
div.appfieldInner div.img {
	display: table-cell;
	vertical-align: top;
	padding: 65px;
	width: 170px;
}
div.appfieldInner div.img img {
}
div.appfieldInner div.content {
	display: table-cell;
	vertical-align: top;
	padding: 65px 65px 55px 0;
	text-align: left;
}
div.appfieldInner h3.appfieldH301 {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 25px;
}
div.appfieldInner div.content ul {
	overflow: hidden;
}
div.appfieldInner div.content ul li {
	float: left;
	width: 33.3%;
	font-size: 15px;
	letter-spacing: 0.1em;
	padding: 0 0 10px;
}
div.appfieldInner div.content ul li:nth-child(3n +1) {
}

@media screen and (max-width:799px) {
div.detailMainvisualWrap01.appfield {
	background-image: url(../img/appfield/app_mainvisual.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.appfieldCont {
	padding: 0 20px;
}
.appfieldCont .leadText {
	font-size: 16px;
	padding: 40px 0;
}
div.appfieldInner {
	display: table;
	width: 100%;
	background-color: #f4f4f4;
	margin: 0 0 40px;
}
div.appfieldInner div.img {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	width: 100px;
}
div.appfieldInner div.content {
	display: table-cell;
	vertical-align: top;
	padding: 20px 20px 20px 0;
	text-align: left;
}
div.appfieldInner h3.appfieldH301 {
	font-size: 20px;
	margin: 0 0 15px;
}
div.appfieldInner h3.appfieldH301 span {
	font-size: 16px;
}
div.appfieldInner div.content ul {
	overflow: hidden;
}
div.appfieldInner div.content ul li {
	float: none;
	width: auto;
	font-size: 13px;
	letter-spacing: 0.1em;
	padding: 0 0 10px;
}
div.appfieldInner div.content ul li:nth-child(3n + 2) {
	width: auto;
}
}

div.detailMainvisualWrap01.appfield {
	background-image: url(../img/appfield/app_mainvisual.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

div.detailMainvisualWrap01.appfield .detailMainH201 {
	color: #333;
}

div.detailMainvisualWrap01.case {
	background-image: url(../img/case/case_mainvisual.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

div.detailMainvisualWrap01.case .detailMainH201 {
	color: #333;
}


/* -------------------------------------------------------------------- 
 トライアル（試用版）DL
-------------------------------------------------------------------- */

.formBlock .leadText {
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	padding: 100px 0 50px;
}
div.formBox01 {
	width: 880px;
	margin: 0 auto;
}
div.formBox01 .text {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6em;
	padding: 0 0 50px;
	padding-left: 0.5em;
	text-indent: -0.5em;
	text-align: left;
}
div.formBox01 .text01 {
	display: inline-block;
	font-size: 15px;
	line-height: 2.0em;
 letter-spacing: 0.1em;
	padding: 20px 0 30px;
	text-align: left;
 color: #ba1e26;
}
div.formBox01 .text01 a {
 color: #ba1e26;
 text-decoration: underline;
}
div.formBox01 .text01 a:hover {
 text-decoration: none;
}
div.formBox01 .text02 {
	display: inline-block;
	font-size: 15px;
	line-height: 2.0em;
 letter-spacing: 0.1em;
	padding: 0 0 50px;
	text-align: left;
}
div.formBox01 {
}
div.formBox01 ul {
}
div.formBox01 ul li {
	text-align: left;
	padding: 0 0 50px;
}
div.formBox01 ul li dl {
	display: table;
	width: 100%;
}
div.formBox01 ul li dl dt {
	display: table-cell;
	width: 190px;
	font-size: 15px;
	line-height: 1.6em;
 vertical-align: middle;
}
div.formBox01 ul li dl dt.top {
 vertical-align: top;
}
div.formBox01 ul li dl dt span {
	background-color: #ba1e26;
	color: #FFF;
	font-size: 13px;
	display: inline-block;
	padding: 0 6px 2px;
	margin-left: 5px;
	line-height: 1.4em;
}
div.formBox01 ul li dl dd {
	display: table-cell;
	font-size: 15px;
}
div.formBox01 ul li dl dd .notes {
	font-size: 13px;
 display: inline-block;
 padding: 5px 0 0;
}
div.formBox01 ul li.agree {
 font-size: 15px;
line-height: 1.6em;
 text-align: center;
}
div.formBox01 ul li.agree .red {
 color: #ba1e26;
 display: block;
 padding: 15px 0 0;
}
div.formBox01 ul li.agree .mwform-checkbox-field-text {
 text-align: left;
}



.formStyle01 {
	height: 50px;
	width: calc(100% - 20px);
	padding: 0 10px;
	border: solid 1px #808080;
}
input[type=radio], input[type=checkbox] {
	display: none;
}
.mwform-radio-field-text,
.mwform-checkbox-field-text,
.button_div label{
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 12px 0 12px 50px;
	width: 160px;
	vertical-align: middle;
	cursor: pointer;
}
.mwform-radio-field-text:hover:after,
.mwform-checkbox-field-text:hover:after,
.button_div label:hover:after{
	border-color: #ac4950;
}
.mwform-radio-field-text:after,
.mwform-checkbox-field-text:after,
.button_div label:after{
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -16px;
	width: 35px;
	height: 35px;
	border: 1px solid #808080;
	content: '';
}
.mwform-radio-field-text:before,
.mwform-checkbox-field-text:before,
.button_div label:before{
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 12px;
	display: block;
	margin-top: -11px;
	width: 10px;
	height: 18px;
	border-right: 3px solid #981e26;
	border-bottom: 3px solid #981e26;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .mwform-radio-field-text:before,
input[type=checkbox]:checked + .mwform-checkbox-field-text:before,
.button_div input[type=checkbox]:checked + label:before{
	opacity: 1;
}
input[type=radio]:checked + .mwform-radio-field-text:before,
input[type=radio]:checked + .mwform-checkbox-field-text:before,
input[type=radio]:checked + .button_div label:before{
	opacity: 1;
}
div.formBox01 ul li dl dd textarea.formStyle02 {
	height: 140px;
	border: solid 1px #808080;
	width: calc(100% - 20px);
	padding: 10px;
}
div.formBox01 div.formButton {
	padding-bottom: 80px;
}
div.formBox01 div.formButton div.btn {
}
div.formBox01 div.formButton div.btn a {
	height: 60px;
	line-height: 60px;
}
div.formBox01 div.formButton div.btn a span {
}
div.formBox01 p.bottomText {
	text-align: left;
	font-size: 13px;
	line-height: 2.0em;
	letter-spacing: 0.03em;
	padding-bottom: 120px;
}

@media screen and (max-width:799px) {
.formBlock .leadText {
	font-size: 15px;
	padding: 50px 20px;
}
div.formBox01 {
	width: auto;
}
div.formBox01 .text {
	font-size: 13px;
	padding: 0 0 50px;
	padding-left: 0.5em;
	text-indent: -0.5em;
}
div.formBox01 {
	padding: 0 20px;
}
div.formBox01 ul li {
	padding: 0 0 30px;
}
div.formBox01 ul li dl {
	display: block;
	width: 100%;
}
div.formBox01 ul li dl dt {
	display: block;
	width: auto;
	padding: 0 0 20px;
}
div.formBox01 ul li dl dd {
	display: block;
	font-size: 15px;
}
div.formBox01 div.formButton {
	padding-bottom: 40px;
}
div.formBox01 div.formButton div.btn:nth-child(2) {
	margin: 10px 0 0;
}
div.formBox01 div.formButton div.btn a {
	height: 60px;
	line-height: 60px;
}
div.formBox01 p.bottomText {
	padding-bottom: 60px;
}
}
/* -------------------------------------------------------------------- 
 BugReport
-------------------------------------------------------------------- */

.bugContent01 {
	padding: 100px 0 70px;
}
.bugContent01 ul {
	text-align: left;
}
.bugContent01 ul li {
	border-bottom: 1px solid #333;
	padding: 15px 0;
}
.bugContent01 dl {
	display: table;
}
.bugContent01 dt {
	display: table-cell;
	font-size: 13px;
	line-height: 1.9em;
	width: 140px;
	vertical-align: top;
}
.bugContent01 dd {
	display: table-cell;
	font-size: 15px;
	line-height: 1.6em;
}
.bugContent01 dd a {
	color: #BA1E26;
	transition: 0.3s;
}
.bugContent01 dd a:hover {
	opacity: 0.7;
}
.bugContent01 dd span {
	display: block;
	float: left;
}
.bugContent01 dd span:first-child {
	width: 120px;
}
.bugContent01 dd span:last-child {
	width: 568px;
}
.bugContent01 dd span img {
	width: 18px;
	height: auto;
	vertical-align: middle;
	margin: 0 0 4px 10px;
}
/* Pager */

.pager {
	padding: 50px 0;
	text-align: center;
	line-height: 2em;
}
.pager a.page-numbers {
	display: inline-block;
	padding: 0;
	height: 36px;
	width: 36px;
	line-height: 36px;
	color: #414042;
	text-decoration: none;
}
.pager a:hover.page-numbers {
	color: #FFF;
	background-color: #BA1E26;
	text-decoration: none;
}
.pager a.next {
	margin: 0 0 0 10px;
}
.pager a.prev {
	margin: 0 10px 0 0;
}
.pager span.current {
	display: inline-block;
	height: 36px;
	width: 36px;
	line-height: 36px;
	font-weight: bold;
	background-color: #F4F4F4;
}

@media screen and (max-width:799px) {
.bugContent01 {
	padding: 40px 20px;
}
.bugContent01 ul li {
	border-bottom: 1px solid #333;
	padding: 15px 0;
}
.bugContent01 dl {
	display: block;
}
.bugContent01 dt {
	display: block;
	font-size: 13px;
	line-height: 1.8em;
	width: auto;
	vertical-align: top;
	padding-bottom: 6px;
}
.bugContent01 dd {
	display: block;
	font-size: 15px;
}
.bugContent01 dd span {
	display: block;
	float: none;
}
.bugContent01 dd span:first-child {
	width: auto;
	padding-bottom: 2px;
}
.bugContent01 dd span:last-child {
	width: auto;
}
.bugContent01 dd span img {
	width: 18px;
	height: auto;
	vertical-align: middle;
	margin: 0 0 4px 10px;
}
}
/* -------------------------------------------------------------------- 
 BugReport 詳細ページ
-------------------------------------------------------------------- */

.bugContent02 {
	padding: 100px 0 120px;
}
.user.bug .detailMainH201 {
	font-size: 35px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	display: inline-block;
	margin: 0 auto;
}
.user.bug .detailMainH201 span {
	font-size: 18px;
	line-height: 1.2em;
	display: block;
	text-align: left;
}
div.postBug {
	text-align: left;
	background: rgb(224, 91, 67);
	background: -moz-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -webkit-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -o-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: -ms-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	background: linear-gradient(90deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
	padding-bottom: 1px;
	margin-bottom: 45px;
}
div.postBug .inner {
	background-color: #fff;
	padding-bottom: 50px;
}
div.postBug h3.detailBugH301 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0 0 30px;
	letter-spacing: 0.03em;
}
div.postBug h3.detailBugH301 span {
	font-size: 13px;
	line-height: 2.4em;
	display: block;
}
div.postBug .post {
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
}
div.bugDetailPager {
	margin: 0 0 80px;
}
div.bugDetailPager ul {
	display: table;
	margin: 0 auto;
}
div.bugDetailPager ul li {
	display: table-cell;
	font-size: 15px;
}
div.bugDetailPager ul li.before {
	width: 8em;
	text-align: right;
}
div.bugDetailPager ul li a {
	transition: 0.3s;
}
div.bugDetailPager ul li a:hover {
	opacity: 0.7;
}
div.bugDetailPager ul li.top {
	padding: 0 80px;
}
div.bugDetailPager ul li.next {
	width: 8em;
	text-align: left;
}
div.relatedPosts {
}
div.relatedPosts dl {
	display: table;
	width: 1000px;
	margin: 0 auto;
}
div.relatedPosts dl dt {
	display: table-cell;
	width: 255px;
	background-color: #f5e9e9;
	vertical-align: middle;
	font-size: 24px;
	font-weight: 700;
}
div.relatedPosts dl dd {
	display: table-cell;
	background-color: #f4f4f4;
	padding: 23px 65px;
	text-align: left;
}
div.relatedPosts dl dd ul {
}
div.relatedPosts dl dd ul li {
	padding: 2px 0;
}
div.relatedPosts dl dd ul li a {
	font-size: 15px;
	line-height: 2.0em;
	color: #2E5DBB;
	text-decoration: underline;
}
div.relatedPosts dl dd ul li a:hover {
	text-decoration: none;
}

@media screen and (max-width:799px) {
.bugContent02 {
	padding: 20px 0 70px;
}
.user.bug .detailMainH201 {
	font-size: 22px;
	line-height: 1.6em;
	text-align: left;
	padding: 0 20px;
}
.user.bug .detailMainH201 span {
	font-size: 16px;
	line-height: 1.2em;
}
div.postBug {
	margin: 0 20px 45px;
}
div.postBug .inner {
	background-color: #fff;
	padding-bottom: 30px;
}
div.postBug h3.detailBugH301 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0 0 30px;
	letter-spacing: 0.03em;
}
div.postBug h3.detailBugH301 span {
	font-size: 13px;
	line-height: 2.4em;
	display: block;
}
div.postBug .post {
	font-size: 13px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
}
div.bugDetailPager {
	margin: 0 0 50px;
}
div.bugDetailPager ul {
	display: table;
	margin: 0 auto;
}
div.bugDetailPager ul li {
	display: table-cell;
	font-size: 15px;
}
div.bugDetailPager ul li.before {
	width: 8em;
	text-align: right;
}
div.bugDetailPager ul li a {
	transition: 0.3s;
}
div.bugDetailPager ul li a:hover {
	opacity: 0.7;
}
div.bugDetailPager ul li.top {
	padding: 0 30px;
}
div.bugDetailPager ul li.next {
	width: 8em;
	text-align: left;
}
div.relatedPosts {
	padding: 0 20px;
}
div.relatedPosts dl {
	display: block;
	width: auto;
}
div.relatedPosts dl dt {
	display: block;
	width: auto;
	background-color: #f5e9e9;
	vertical-align: middle;
	font-size: 18px;
	text-align: left;
	padding: 10px 20px;
}
div.relatedPosts dl dd {
	display: block;
	background-color: #f4f4f4;
	padding: 20px;
	text-align: left;
}
div.relatedPosts dl dd ul {
}
div.relatedPosts dl dd ul li {
	padding: 2px 0;
}
div.relatedPosts dl dd ul li a {
	font-size: 15px;
	line-height: 2.0em;
	color: #2E5DBB;
	text-decoration: underline;
}
div.relatedPosts dl dd ul li a:hover {
	text-decoration: none;
}
}


/* -------------------------------------------------------------------- 
 EMSolutionの基礎
-------------------------------------------------------------------- */

.bdb1px {
	border-bottom: 1px solid #ac4950;
	padding-bottom: 10px;
}
.tal {
	text-align: left;
}
.detailMainvisualWrap01.basic {
	background-image: url("../img/base/base_mainvisual.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: table;
	width: 100%;
}
.fwb {
	font-weight: bold;
}
.mr10 {
	margin-top: 10px;
}
.single-basic_ems .contTextBase3 p {
	margin-bottom: 1em;
}
.reportMainH201.basic {
	color: #4c4c4c;
}
.baseFirstMainvisualWrap01 {
	background-image: url("../img/base/base_first.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: table;
	width: 100%;
}
.reportMainH301 {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 35px;
	word-break: break-all;
	border-left: solid 10px #ac4950;/*左線*/
	padding: 0em 0.5em;/*上下 左右の余白*/
}
.reportMainH302 {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 2px solid #ac4950;
	margin-bottom: 25px;
	word-break: break-all;
}
.fs24 {
	font-size: 24px;
}
.reportMainH201 {
	color: #4c4c4c;
	font-size: 40px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.pb20 {
	padding-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.contTextBase3 {
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ac4950;
}
.contTextBase3.basic {
	margin-bottom: 45px;
	padding-bottom: 35px;
}
.contIn830 {
	width: 830px;
	margin: 0px auto;
	position: relative;
}
.arrow {
	position: relative;
	display: inline-block;
	padding-right: 10px;
}
.arrow1 {
	position: relative;
	display: inline-block;
	padding-left: 10px;
}
.pagerCell01 li {
	display: inline-block;
	padding: 20px 20px;
}
.pagerCell01 {
	margin: 45px 0px 80px;
	font-size: 15px;
}
.relatedPosts.basic {
	margin: 0 0 120px;
}

.single-basic_ems {
}
.single-basic_ems strong {
	font-weight:bold;
}
.single-basic_ems .list01,
.single-basic_ems .list02{
	padding-left: 2em;
}
.single-basic_ems .list01 li {
	list-style: disc;
}
.single-basic_ems .list02 li {
	list-style: circle;
}
.single-basic_ems .red {
	color: #B91E26;
	font-weight:bold;
}


.single-basic_ems .img.col1,
.single-basic_ems .img.col2{
	padding: 20px 0;
	overflow: hidden;
}
.single-basic_ems .img.col1 > div {
    width: 50%;
    float: none;
    margin: 0 auto;
}

.single-basic_ems .img.col2 > div {
    width: 48%;
float: left;
	text-align: center;
	vertical-align: bottom;
}
.single-basic_ems .img.col2 > div:first-child {
    margin-right: 4%;
}

@media screen and (max-width:799px) {
.contIn830 {
	width: auto;
	margin-bottom: 60px;
}
.reportMainH201 {
	font-size: 22px;
	line-height: 1.4em;
}
.reportMainH201 span {
	font-size: 26px;
}
.contTextBase3 {
	font-size: 13px;
}
}
/* -------------------------------------------------------------------- 
 技術レポート
-------------------------------------------------------------------- */


.reportMainvisualWrap01 {
	background-image: url("../img/report/main_visual.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: table;
	width: 100%;
}
.reportMainH301 {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 85px;
	word-break: break-all;
	border-left: solid 10px #ac4950;/*左線*/
	padding: 0em 0.5em;/*上下 左右の余白*/
}
.reportMainH302 {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 2px solid #ac4950;
	margin-bottom: 25px;
	word-break: break-all;
}
.fs24 {
	font-size: 24px;
}
.reportMainH201 {
	color: #ffffff;
	font-size: 40px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.box-list {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.box-list li {
	float: left;
	width: 204px;
	margin: 0px 34px 50px 0;
}
.box-list li:nth-child(3n) {
	margin: 0 0 50px 0;
}
.box-list li h2 {
	color: #ba1e26;
	margin-top: 30px;
	margin-bottom: 10px;
}
img {
	width: 100%;
}
.box-list li a {
	color: #4d4d4d;
	font-size: 13px;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	background-image: url("../img/top_link_ar01.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px auto;
	display: inline-block;
	padding-right: 22px;
}

@media screen and (max-width:799px) {
.box-list {
	justify-content: space-around;
}
}
.reportMainvisualWrap01 {
	background-image: url("../img/report/main_visual.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: table;
	width: 100%;
}
.reportMainvisualWrap01.detail {
	background-image: url("../img/report/main_visual_category.jpg");
}
.reportMainH301 {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: bold;
	word-break: break-all;
	border-left: solid 10px #ac4950;/*左線*/
	padding: 0em 0.5em;/*上下 左右の余白*/
}
.reportMainH302 {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 2px solid #ac4950;
	margin-top: 80px;
	margin-bottom: 35px;
	word-break: break-all;
}
.fs24 {
	font-size: 24px;
}
.reportMainH201 {
	color: #ffffff;
	font-size: 40px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.pb20 {
	padding-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.contTextBase2 {
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
}
.freeArea {
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	padding: 50px 0 0;
}

@media screen and (max-width:799px) {
.reportMainH201 {
	font-size: 22px;
	line-height: 1.4em;
}
.reportMainH201 span {
	font-size: 16px;
}
.reportMainH301 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	word-break: break-all;
	border-left: solid 10px #ac4950;
	padding: 0em 0.5em;
}
.reportMainH302 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 2px solid #ac4950;
	margin-top: 80px;
	margin-bottom: 35px;
	word-break: break-all;
}
.contTextBase2 {
	font-size: 13px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
}
.freeArea {
	font-size: 13px;
	padding: 35px 0 0;
}
}



/* -------------------------------------------------------------------- 
 NEWS
-------------------------------------------------------------------- */

.reportMainH301 {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 35px;
	word-break: break-all;
	border-left: solid 10px #ac4950;/*左線*/
	padding: 0em 0.5em;/*上下 左右の余白*/
}
.reportMainH301.report {
 color: #c4353b;
}
.reportMainH302.news {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 2px solid #ac4950;
	margin-bottom: 25px;
	margin-top: 0;
	word-break: break-all;
}
.fs24 {
	font-size: 24px;
}
.reportMainH201 {
	color: #ffffff;
	font-size: 40px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.reportMainH201 span {
	font-size: 26px;
	line-height: 1.2em;
}
.pb20 {
	padding-bottom: 10px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.newsMainH201 {
	color: #4d4d4d;
	font-size: 40px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.boder1 {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #ac4950;
	height: 1px;
}
.contTextBase2 {
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
}
.mt3 {
	margin-top: 3px;
}
.categoryText01 {
	display: inline-block;
	padding: 10px 25px;
	background-color: #f4f4f4;
	margin-left: 25px;
	word-break: break-all;
}
.newsMainvisualCell01.mainDetail02 {
	height: 200px;
}
.newsMainvisualCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width:799px) {
.categoryText01 {
	margin-left: 0px
}
.newsMainH201 {
	font-size: 22px;
	line-height: 1.4em;
}
.reportMainH302 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 2px solid #ac4950;
	margin-bottom: 25px;
	word-break: break-all;
}
.contTextBase2 {
	font-size: 13px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
}
}


/*============================
#page-top
============================*/
#page-top {
	position: fixed;
	bottom: 80px;
	right: 50px;
	z-index: 500;
}
#page-top a {
	width: 50px;
	height: 50px;
	background-color: #991f27;
	display: block;
	position: relative;
	opacity: 0.8;
}
#page-top a::before{
	position: absolute;
	content: "";
left: 18px;
	top:22px;
width: 12px;
height: 12px;
border-top: 1px solid #FFF;
border-left: 1px solid #FFF;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#page-top a:hover {
	opacity: 0.7;
}

@media screen and (max-width:799px) {
	
#page-top {
	position: fixed;
	bottom: 80px;
	right: 20px;
	z-index: 500;
}
	
}

/*============================
プライバシーポリシー
============================*/

.ppContent01 {
	padding: 60px 0 100px;
	text-align: left;
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
}
.ppContent01 p {
	margin: 0 0 30px;
}
.ppContent01 .ppList01 {
	margin: 0 0 30px;
	padding:0 0 0 1.6em;
}
.ppContent01 .ppList01 li {
	list-style: disc;
	list-style-position: outside;
}




@media screen and (max-width:799px) {
.ppContent01 {
	padding: 60px 20px;
	text-align: left;
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
}
}


/* 
　検索結果
*******************/

.searchWrap {
 padding:100px 0;
 text-align:left; 
}

.searchWrap .contTitH401 {
 color: #4d4d4d;
}
.searchWrap .searchList {
}
.refBox {
 text-align:right;
}
.refine {
	overflow: hidden;
	text-align: center;
 display:inline-block;
 vertical-align:middle;
 margin:0 5px 0 0;
}
.refine select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.refine select::-ms-expand {
    display: none;
}
.refine.cp_sl {
	position: relative;
	background: #FFF;
}
.refine.cp_sl::before {
	position: absolute;
	top: 50%;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
 margin-top:-3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #da3c41;
	pointer-events: none;
}
.refine.cp_sl select {
	padding: 8px 38px 8px 8px;
 border:1px solid #da3c41;
}

.searchList .submit {
 height:36px;
 padding:0 15px;
 border:none;
	color: #ffffff;
	background: #da3c41;
}

.searchWrap ul.result {
 padding:20px 85px 0;
 list-style:none;
 margin:20px 0 0;
 border-top:1px solid #EEE;
}
.searchWrap ul.result li {
 border-bottom:1px solid #EEE;
 padding:5px 0 10px;
}
.searchWrap ul.result li .title {
 font-weight:bold;
}
.searchWrap ul.result li .title a {
 color:#BA1E26;
 font-size: 15px;
line-height: 1.8em;
letter-spacing: 0.07em;
}
.searchWrap ul.result li .title a:hover {
 opacity:0.7;
}
.searchWrap ul.result li .excerpt  {
 font-size:13px;
 line-height:1.8em;
 letter-spacing: 0.07em;
}


.searchWrap .noMatch  {
 font-size:15px;
 line-height:1.8em;
 letter-spacing: 0.07em;
 text-align: center;
}

@media screen and (max-width:799px) {

.searchWrap {
 padding:50px 20px;
}
.searchWrap .contTitH401 {
 font-size:18px;
 line-height:1.6em;
}
 .refBox {
 text-align:right;
}
.refine {
	overflow: hidden;
	text-align: center;
 display:inline-block;
 vertical-align:middle;
 margin:0 5px 0 0;
}

.searchWrap ul.result {
 padding:20px 0 0;
 list-style:none;
 margin:20px 0 0;
 border-top:1px solid #EEE;
}



}

/*============================
ログインページ
============================*/

.loginContent {
 padding:100px 0;
}
#wpmem_login,
#wpmem_reg{
 text-align:left;
 overflow: hidden;
}
#wpmem_login fieldset,
#wpmem_reg fieldset{
 margin: 0 !important;
}
#wpmem_reg legend{
 font-size: 28px;
line-height: 1.5em;
font-weight: bold;
margin-bottom: 35px;
word-break: break-all;
border-left: solid 10px #ac4950;
padding: 0em 0.5em;
 margin: 0 0 50px !important;
}
#wpmem_login legend{
 display:none;
}
#wpmem_login label,
#wpmem_reg label{
 display: block;
font-size: 15px;
line-height: 50px;
}
#wpmem_login .div_text,
#wpmem_reg .div_text{
 width:auto !important;
 padding: 0 0 50px;
 margin: 0 !important;
}
#wpmem_login .div_text input,
#wpmem_reg .div_text input{
 height: 50px;
width: calc(100% - 20px);
padding: 0 10px;
border: solid 1px #808080;
 box-sizing: border-box !important;
}
#wpmem_login .button_div,
#wpmem_reg .button_div{
 clear: both;
 width: 100% !important;
 margin: 0 !important;
 padding: 0 0 20px !important;
 text-align:center !important;
}
#wpmem_login .button_div label,
#wpmem_reg .button_div label{
 float: none;
line-height: auto;
}
#wpmem_login .button_div .buttons,
#wpmem_reg .button_div .buttons{
width: 235px;
height: 60px;
line-height: 60px;
background: rgb(224, 91, 67);
background: -moz-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -webkit-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -o-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -ms-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: linear-gradient(90deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
color: #ffffff;
font-size: 14px;
vertical-align: middle;
border: none;
cursor: pointer;
transition: 0.3s;
}
#wpmem_login .link-text,
#wpmem_reg .link-text{
font-size: 14px;
 width: 100% !important;
 margin: 0 !important;
 padding: 10px 0 0 !important;
}
#wpmem_login .link-text a,
#wpmem_reg .link-text a{
font-size: 14px;
}

#wpmem_login .button_div input[type=submit]{
 
}


#wpmem_restricted_msg{
 border-bottom:2px solid #ba1e26;
 text-align:center;
}
#wpmem_restricted_msg p{
 font-size:24px;
 color:#ba1e26;
 font-weight:bold;
 margin-bottom:20px;
}
#wpmem_restricted_msg p span{
 display:block;
 color:#333;
 font-size:14px;
 font-weight:normal;
}

.loginPage p {
 font-size: 16px;
 font-weight: bold;
 line-height: 2.0em;
}
.loginPage p a {
 color: #005083;
text-decoration: underline;
}
.loginPage p a:hover {
text-decoration: none;
}


@media screen and (max-width:799px) {
 
 
 
 
 .loginContent {
 padding:50px 20px;
}
#wpmem_login,
#wpmem_reg{
 padding:0 20px;
}
#wpmem_login fieldset,
#wpmem_reg fieldset{
 margin: 0 !important;
}
#wpmem_login legend,
#wpmem_reg legend{
 font-size: 20px;
line-height: 1.5em;
font-weight: bold;
margin-bottom: 20px;
word-break: break-all;
border-left: solid 10px #ac4950;
padding: 0em 0.5em;
 margin: 0 0 50px !important;
}
#wpmem_login label,
#wpmem_reg label{
 width: 190px;
 display: block;
 float: left;
 clear: left;
font-size: 15px;
line-height: 50px;
}
#wpmem_login .div_text,
#wpmem_reg .div_text{
 width: auto;
 float: none;
 padding: 0 0 25px;
 margin: 0 !important;
}
#wpmem_login .div_text input,
#wpmem_reg .div_text input{
 height: 50px;
width: calc(100% - 20px);
padding: 0 10px;
border: solid 1px #808080;
 box-sizing: border-box !important;
}
#wpmem_login .button_div,
#wpmem_reg .button_div{
 clear: both;
 width: 100% !important;
 margin: 0 !important;
 padding: 0 0 5px !important;
 text-align:center !important;
}
#wpmem_login .button_div label,
#wpmem_reg .button_div label{
 float: none;
line-height: auto;
}
#wpmem_login .button_div .buttons,
#wpmem_reg .button_div .buttons{
width: 235px;
height: 40px;
line-height: 40px;
background: rgb(224, 91, 67);
background: -moz-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -webkit-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -o-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: -ms-linear-gradient(0deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
background: linear-gradient(90deg, rgb(224, 91, 67) 0%, rgb(186, 30, 38) 100%);
color: #ffffff;
font-size: 14px;
vertical-align: middle;
border: none;
cursor: pointer;
transition: 0.3s;
}
#wpmem_login .link-text,
#wpmem_reg .link-text{
font-size: 14px;
 width: 100% !important;
 margin: 0 !important;
 padding: 10px 0 0 !important;
}
#wpmem_login .link-text a,
#wpmem_reg .link-text a{
font-size: 14px;
}

.loginPage p {
 font-size: 16px;
 font-weight: bold;
 line-height: 2.0em;
}
.loginPage p a {
 color: #005083;
text-decoration: underline;
}
.loginPage p a:hover {
text-decoration: none;
}
 
 
 
 
 
}




/*============================
お問い合わせ
============================*/

.contactContent {
 padding:100px 0 0;
 border-bottom:solid 1px #ccc;
}

.formTrial,
.contact_wikiContent {
 border-bottom:solid 1px #ccc;
}

.mw_wp_form_complete {
 font-size:16px;
 line-height:2.0em;
 padding:0 0 100px;
}



@media screen and (max-width:799px) {
 
 

.contactContent {
 padding:50px 0 0;
}

.mw_wp_form_complete {
 font-size:16px;
 line-height:2.0em;
 padding:0 20px 30px;
}
 
 
 
}


/*============================
フローティングライセンス
============================*/



.floating .detailBredWrap01 {
  margin: 0 0 100px;
}



@media screen and (max-width:799px) {
 
 .floating .detailMainvisualWrap01 {
  margin: 0 0 50px;
}
 
 
}




/*============================
数式フォント変更
============================*/




@media screen and (max-width:799px) {
}

@media screen and (max-width:799px) {
}






/*============================
レイアウト追加　2019/12/11
============================*/

div.leadBlock {
	padding: 100px 0 120px;
}
div.leadBlock.ptn2 {
	padding: 0;
}
div.leadBlock h3,
div.aboutContent01 h3 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0 0 60px;
	position: relative;
font-weight:bold;
}
div.leadBlock h3:before,
div.aboutContent01 h3:before {
	content: "";
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin: 0 0 0 -90px;
	width: 180px;
	height: 0;
	border-bottom: 1px solid #991F27;
}
div.leadBlock p.leadText {
	text-align: left;
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	margin: 0 0 50px;
font-weight:normal;
padding:0;
}


@media screen and (max-width:799px) {

div.leadBlock {
	padding: 60px 0;
}
div.leadBlock h3 {
	font-size: 20px;
	margin: 0 0 60px;
	padding: 0 20px;
}
div.leadBlock p.leadText {
	text-align: left;
	font-size: 13px;
	line-height: 2.0em;
	margin: 0 0 30px;
	padding: 0 20px;
}


}




.logged-in .loonly {
	display:none;
}





.FreeSection {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	padding-top: 30px;
	width:800px;
	margin:0 auto 80px;
}

.FreeSection .btn01{
	float: left;
 display:block;
	border:solid 2px #0066cb;
}
.FreeSection .contactBox1{
	width: 372px;
	/*position: relative;
	border: 2px solid #0066cb;*/
	text-align: center;
	color: #0066cb;
	padding-bottom:15px;
	position:relative;
	transition:0.3s;
}
.FreeSection .contactBox1:after{
	position:absolute;
	right:5px;
	bottom:5px;
	content:"";
	width: 0;
height: 0;
border-style: solid;
border-width: 0 0 16px 16px;
border-color: transparent transparent #0066cb transparent;
}
.FreeSection .contactBox1:hover{
	color: #FFF;
	background-color:#0066cb;
}
.FreeSection .contactBox1:hover:after{
border-color: transparent transparent #fff transparent;
}
.FreeSection .btn02{
	float: right;
 display:block;
	border:solid 2px #34aa00;
}
.FreeSection .contactBox2{
	width: 372px;
	float: right;
	/*position: relative;
	border: 2px solid #34aa00;*/
	text-align: center;
	color: #34aa00;
	padding-bottom:15px;
	position:relative;
	transition:0.3s;
}
.FreeSection .contactBox2:after{
	position:absolute;
	right:5px;
	bottom:5px;
	content:"";
	width: 0;
height: 0;
border-style: solid;
border-width: 0 0 16px 16px;
border-color: transparent transparent #34aa00 transparent;
}
.FreeSection .contactBox2:hover{
	color: #FFF;
	background-color:#34aa00;
}
.FreeSection .contactBox2:hover:after{
border-color: transparent transparent #fff transparent;
}

.FreeSection span.contactTitle{
	font-size: 24px;
	font-weight: bold;
	padding: 8px 0 0 0;
	line-height: 1.5;
	margin-top: 3px;
	display: inline-block;
}
.FreeSection span.contactTxt{
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 8px 0;
	line-height: 1.5;
}



@media screen and (max-width:799px) {

.FreeSection {
	width:auto;
	margin:0 20px 40px;
}

.FreeSection .btn01{
	float: none;
 display:block;
	border:solid 2px #0066cb;
	margin:0 0 20px;
}

.FreeSection .contactBox1{
	width: auto;
	float: none;
}
.FreeSection .btn02{
	float: none;
 display:block;
	border:solid 2px #34aa00;
}

.FreeSection .contactBox2{
	width: auto;
	float: none;
}


}





.userpage{
display:none;
}


.page-id-579 .userpage{
display:block;
}


.page-id-579.logged-in .userpage{
display:none;
}
.page-id-579 div.userContent01 {
	margin: 0;
}
.page-id-579.logged-in div.userContent01 {
	margin: 120px 0 110px;
}
.upper.userpage{
    font-size: 15px;
    line-height: 2.0em;
    letter-spacing: 0.1em;
    padding: 100px 0 0;
 text-align:left;
 margin:0 auto;
 width:880px;
}
.bottom.userpage{
 margin:0 auto;
 width:880px;
 text-align:left;
 padding-top: 60px;
 padding-bottom: 120px;
}

.bottom.userpage p.bottomText {
    font-size: 13px;
    line-height: 2.0em;
    letter-spacing: 0.03em;
}
.wpmem_msg {
    padding: 20px 0 !important;
}

@media screen and (max-width:799px) {

.page-id-579 div.userContent01 {
	margin: 0;
}

.upper.userpage{
 width:auto;
 padding:50px 20px 0;
}
.bottom.userpage{
 width:auto;
 padding:0 20px 60px;
}




}



#wpmem_pwdreset_form .link-text{
 display:none;
}
.userContent01 .link-text2{
 font-size:14px;
 text-align:right;
 font-family: Arial,sans-serif;
}


@media screen and (max-width:799px) {


.userContent01 .link-text2{
 width:auto;
 padding:10px 20px 0;
}



}