@charset "utf-8";


#contentContainer {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}


/*-------------------------------------------
メインエリア
*-------------------------------------------*/

#contentContainer {
	background: #fff;
	margin-top: 120px;
}

body.page-product-list #contentContainer {
	margin-top: 10px;
}

.mainArea {
	width: 665px;
	padding-top: 65px;
}

ul.toggleBox {
	border: 3px solid #ededed;
	margin-bottom: 40px;
}

ul.toggleBox>li {
	border-bottom: 1px solid #fff;
}

ul.toggleBox>li:last-child {
	border: none;
}

ul.toggleBox>li>a {
	background: #e5e5e5 url(../product/images/common/icon_arrow01.png) 20px center no-repeat;
	cursor: pointer;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 25px 25px 25px 45px;
	display: block;
	text-decoration: none;
	color: #333;
}

_:lang(x)::-ms-backdrop, ul.toggleBox>li>a {
	padding: 25px 25px 20px 45px;
}

ul.toggleBox>li.open.op>a {
	background: #e5e5e5 url(../product/images/common/icon_arrow02.png) 20px center no-repeat;
}

ul.toggleBox li ul {
	display: none;
	margin-top: 30px;
}

ul.toggleBox li ul li {
	width: 145px;
	vertical-align: top;
	font-size: 1.4rem;
	margin: 0 0 30px 13px;
	display: inline-block;
}

body.page-product-category-list ul.toggleBox li ul li {
	margin: 0 0 30px 8px;
}

ul.toggleBox li ul li a {
	display: block;
	color: #333;
	text-decoration: none;
}

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

ul.toggleBox li ul li a img {
	display: block;
	margin-bottom: 15px;
}

ul.toggleBox li ul li a:hover img {
	opacity: 0.7;
}

ul.toggleBox h4 {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

/*追記*/
div.AccordionArea>ul {
	border: 3px solid #ededed;
	margin-bottom: 40px;
}

div.AccordionArea>ul>li {
	border-bottom: 1px solid #fff;
}

div.AccordionArea>ul>li:last-child {
	border: none;
}

div.AccordionArea>ul>li>a {
	background: #e5e5e5 url(../product/images/common/icon_arrow01.png) 20px center no-repeat;
	cursor: pointer;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 25px 25px 25px 45px;
	display: block;
	text-decoration: none;
	color: #333;
}

_:lang(x)::-ms-backdrop, div.AccordionArea>ul>li>a {
	padding: 25px 25px 20px 45px;
}

div.AccordionArea>ul>li.op>a {
	background: #e5e5e5 url(../product/images/common/icon_arrow02.png) 20px center no-repeat;
}

div.AccordionArea>ul li ul {
	display: none;
	margin-top: 30px;
}

div.AccordionArea>ul li ul li {
	width: 145px;
	vertical-align: top;
	font-size: 1.4rem;
	margin: 0 0 30px 13px;
	display: inline-block;
}

body.page-product-category-list div.AccordionArea>ul li ul li {
	margin: 0 0 30px 8px;
}

div.AccordionArea>ul li ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	text-align: center;
}

div.AccordionArea>ul li ul li a:hover {
	text-decoration: underline;
}

div.AccordionArea>ul li ul li a img {
	display: inline-block;
	margin-bottom: 15px;
	max-width: 100%;
}

div.AccordionArea>ul li ul li a:hover img {
	opacity: 0.7;
}

div.AccordionArea>ul h4 {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
/*ここまで*/
.toggleIn {
    display: none;
    padding: 40px 18px;
    overflow: hidden;
}

body.term-3 .toggleIn,
body.term-12 .toggleIn,
body.term-229 .toggleIn,
body.term-14 .toggleIn,
body.term-250 .toggleIn
 {
    padding: 0 0 0 15px;
}

.toggleIn .tit01 {
	font-weight: bold;
	margin-bottom: 20px;
}

.toggleIn .txt01 {
	margin-bottom: 25px;
}

.toggleIn .txt02 {
	text-indent: -1em;
	margin-left: 1em;
}

.toggleIn .img01 {
	margin-bottom: 30px;
}

.flexbox {
	margin-bottom: 30px;
}

.flexbox .col-1 {
	width: 390px;
}

.flexbox .col-2 {
	width: 253px;
}

.flexbox .col-2 img {
	width: 100%;
	height: auto;
}

.flexbox.noimg .col-1 {
	width: 100%;
}

.flexbox.noimg .col-2 {
	display: none;
}

.flexbox.no-image .col-1,
.flexbox.no-summary .col-2 {
	width: 100%;
}

.flexbox.no-image .col-2,
.flexbox.no-summary .col-1 {
	display: none;
}


.ancArea {
	border: 1px solid #e6e6e6;
	padding: 20px 30px;
	margin-bottom: 100px;
}

.ancArea ul li {
	/*display: inline-block;
	vertical-align: top;
	width: 32%;*/
	margin: 0 0 10px 0;
}

.ancArea ul li:last-child {
	margin-bottom: 0;
}

.ancArea ul li a {
	color: #333;
	font-size: 1.4rem;
	font-weight: bold;
	background: url(../images/common/icon_arrow01.png) left 0.5em no-repeat;
	padding-left: 20px;
	display: inline-block;
}


/*詳細*/

.detailBox {
	background: #fafafa;
	padding: 40px 30px;
	margin-bottom: 45px;
}


ul.toggleBox .detailBox {
	margin-bottom: 0;
}

.detailBox p {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

ul.toggleBox .detailBox ul {
	display: block;
}

.detailBox ul li {
	margin-bottom: 20px;
}

.detailBox ul li:last-child {
	margin-bottom: 0;
}

.detailBox ul li a {
	text-decoration: none;
	color: #333;
	font-size: 1.4rem;
	background: url(../images/common/icon_pdf01.png) left top no-repeat;
	padding: 0 0 0 34px;
	display: inline-block;
}

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


/*関連リンク*/

.linkBox {
	background: #fafafa;
	padding: 40px 30px;
	margin: 30px 0 45px;
}

.linkBox p {
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.linkBox ul li {
	margin-bottom: 20px;
}

.linkBox ul li:last-child {
	margin-bottom: 0;
}

.linkBox ul li a {
	text-decoration: none;
	color: #333;
	font-size: 1.4rem;
	background: url(../images/common/icon_arrow01.png) left center no-repeat;
	padding: 0 0 0 20px;
	display: inline-block;
}

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


/*特徴・出力極性*/

.featureBox,
.outputBox{
	background: #fafafa;
	padding: 40px 30px;
	margin: 30px 0 45px;
}


.featureBox dt,
.outputBox dt {
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.featureBox dd,
.outputBox dd {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 1em;
	text-indent: 0;
}

.featureBox dd:last-child,
.outputBox dd:last-child {
	margin-bottom: 0;
}

.featureBox ul li {
	margin: 0 0 10px 1em;
	list-style-type: disc;
}

.featureBox ul li:last-child {
	margin-bottom: 0;
}


/*自由入力*/

.freeBox{
	background: #fafafa;
	padding: 40px 30px;
	margin: 30px 0 45px;
}

.freeBox .tits01,
.freeBox .tits01 h3 {
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.freeBox h3 {
	font-size: 1.6rem;
}

.freeBox p {
	margin: 0.8em 0 1em;
}

.freeBox p:last-child {
	margin-bottom: 0;
}

.freeBox div.equipment {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 10px 0 30px;
}

.freeBox .equipment .col-1 {
	width: 150px;
}

.freeBox .equipment .col-1 img {
	max-width: 150px;
	height: auto;
}

.freeBox .equipment .col-2 {
	width: 425px;
}

.freeBox .equipment .col-2 p {
	margin: 0;
}

.freeBox div.equipment:last-child {
	margin-bottom: 0px;
}

.freeBox ul li {
	font-size: 1.4rem;
	margin: 0 0 10px 1em;
	list-style-type: disc;
}

.freeBox ul li:last-child {
	margin-bottom: 0;
}

.freeBox dl dd {
	text-indent: 0;
}

/*IEのみdetailsタグ閉じる*/

@media all and (-ms-high-contrast: none) {
  details dl {
    display: none;
  }
}



/*製品索引*/

body.vocabulary-productindex .freeBox .pindex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

body.vocabulary-productindex .freeBox .pindex div.con-1,
body.vocabulary-productindex .freeBox .pindex div.con-2 {
	width: 47%;
}

body.vocabulary-productindex .freeBox .pindex dl {
	margin-bottom: 20px;
}

body.vocabulary-productindex .freeBox .pindex dl dt {
	font-size: 1.4rem;
	font-weight: bold;
}

body.vocabulary-productindex .freeBox .pindex dl dd {
	font-size: 1.4rem;
	margin-top: 5px;
	margin-left: 1.8em;
	text-indent: -1.3em;
	padding-left: 1em;
}


/*製品を知る*/

body.page-knowledge #mainContainer {
	background: url(../product/images/common/bg02.jpg) center top no-repeat;
	background-size: auto 190px;
}

@media screen and (min-width: 1921px) {
body.page-knowledge #mainContainer {
	background-image: url(../images/common/bg_content.png),url(../product/images/common/bg02.jpg);
	background-position: left top,center top;
	background-repeat: repeat-x,no-repeat;
	background-size: auto auto,100% auto;
}
}

body.term-596 h1.title {
	letter-spacing: 0.05em;	
}

body.page-knowledge .freeBox{
	background: none;
	padding: 0;
	margin: 0 0 45px;
}

body.page-knowledge .freeBox h2 {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	border: none;
	border-bottom: 1px solid #d33737;
	padding: 0 0 15px;
	margin-bottom: 30px;
}

body.page-knowledge .freeBox h3 {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #d33737;
	margin-bottom: 15px;
	padding: 0;
	text-align: left;
	background: none;
}

body.page-knowledge .img01 {
	margin-bottom: 30px;
	text-align: center;
}

body.page-knowledge .img02 {
	margin-bottom: 30px;
	display: flex;
	align-items: flex-end;
}

body.page-knowledge .img02 p {
	margin-bottom: 0;
}

body.page-knowledge .freeBox ul li {
	font-size: 1.4rem;
	margin: 0 0 10px 1em;
	list-style-type: disc;
	color: #d33737;
}

body.page-knowledge .freeBox ul li span {
	color: #333;
}

body.page-knowledge .freeBox ul li em {
	color: #333;
	font-style: normal;
}

body.page-knowledge .freeBox ul li:last-child {
	margin-bottom: 0;
}

body.page-knowledge .freeBox figure.caption figcaption,
body.page-knowledge .freeBox figure figcaption{
	text-align: left;
}

body.page-knowledge .freeBox dt,
body.page-knowledge .freeBox dd {
	padding: 0;
	margin: 0 0 10px;
	font-size: 1.4rem;
}

body.page-knowledge .flexbox.case {
	margin-bottom: 40px;
}

body.page-knowledge .flexbox.case:last-child {
	margin-bottom: 0px;
}

body.page-knowledge .flexbox.case .col-1 {
	width: 490px;
}

body.page-knowledge .flexbox.case .col-2 {
	width: 150px;
}

body.page-knowledge .flexbox.case .col-2 img {
	width: 100%;
	height: auto;
}

body.page-knowledge .flexbox.case p {
	margin-bottom: 0;
}


body.page-knowledge .pdf {
	margin-top: 1em;
}

body.page-knowledge .pdf a {
	text-decoration: none;
	color: #333;
	font-size: 1.4rem;
	background: url(../images/common/icon_pdf01.png) left top no-repeat;
	padding: 0 0 0 30px;
	display: inline-block;
}

body.page-knowledge .pdf a:hover {
	text-decoration: underline;
}


/*会社案内*/

body.page-company #mainContainer {
	background: url(../images/company/bg01.jpg) center top no-repeat;
	background-size: auto 190px;
}

@media screen and (min-width: 1920px) {
body.page-company #mainContainer {
	background-image: url(../images/common/bg_content.png),url(../images/company/bg01.jpg);
	background-position: left top,center top;
	background-repeat: repeat-x,no-repeat;
	background-size: auto auto,100% auto;
}
}

body.page-company  .freeBox{
	background: none;
	padding: 0;
	margin: 0 0 45px;
}

body.page-company .freeBox h2 {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	border: none;
	border-bottom: 1px solid #d33737;
	padding: 0 0 15px;
	margin-bottom: 30px;
}

body.page-company .freeBox h3 {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #d33737;
	margin-bottom: 15px;
	padding: 0;
	text-align: left;
	background: none;
}

body.page-company .img01 {
	margin-bottom: 30px;
	text-align: center;
}

body.page-company .img02 {
	margin-bottom: 30px;
	display: flex;
	align-items: flex-end;
}

body.page-company .img02 p {
	margin-bottom: 0;
}

body.page-company .freeBox ul li {
	font-size: 1.4rem;
	margin: 0 0 10px 1em;
	list-style-type: disc;
	color: #d33737;
}

body.page-company .freeBox ul li span {
	color: #333;
}

body.page-company .freeBox ul li em {
	color: #333;
	font-style: normal;
}

body.page-company .freeBox ul li:last-child {
	margin-bottom: 0;
}

body.page-company .freeBox figure.caption figcaption,
body.page-company .freeBox figure figcaption{
	text-align: left;
}

body.page-company .freeBox dt,
body.page-company .freeBox dd {
	padding: 0;
	margin: 0 0 10px;
	font-size: 1.4rem;
}

body.page-company .pdf {
	margin-top: 1em;
}

body.page-company .pdf a {
	text-decoration: none;
	color: #333;
	font-size: 1.4rem;
	background: url(../images/common/icon_pdf01.png) left top no-repeat;
	padding: 0 0 0 30px;
	display: inline-block;
}

body.page-company .pdf a:hover {
	text-decoration: underline;
}

body.term-674 .mainArea h2 {
	font-size: 5.2rem;
	color: #d33737;
	line-height: 1.6;
	text-align: center;
	border-bottom: 3px solid #333333;
	padding-bottom: 40px;
	margin-bottom: 60px;
}

body.term-674 .mainArea h3 {
	font-size: 2.8rem;
	color: #d33737;
	margin-bottom: 35px;
	background: url(../images/common/line02.gif) left center no-repeat;
	padding-left: 35px;
}

_:lang(x)::-ms-backdrop, body.term-674 .mainArea h3 {
	background: url(../images/common/line02.gif) left 0.5em no-repeat;
}


body.term-674 .flexbox .col-1 {
	width: 390px;
}

body.term-674 .flexbox .col-2 {
	width: 227px;
	text-align: right;
}

body.term-674 .flexbox .col-1 p {
	margin-bottom: 1.5em;
}

body.term-674 .flexbox .col-1 p.name {
	text-align: right;
	margin: 0;
}


body.term-682 .freeBox h3 {
	color: #333;
	display: flex;
	align-items: center;
}

body.term-682 .freeBox .mgb10 strong {
	display: flex;
	align-items: center;
}

body.term-682 .freeBox .mgb10 strong img {
	margin-right: 5px;
}




/*ソフトウェア情報*/

body.page-software #mainContainer {
	background: url(../images/inquiry/bg01.jpg) center top no-repeat;
	background-size: auto 190px;
}

@media screen and (min-width: 1921px) {
body.page-software #mainContainer {
	background-image: url(../images/common/bg_content.png),url(../images/inquiry/bg01.jpg);
	background-position: left top,center top;
	background-repeat: repeat-x,no-repeat;
	background-size: auto auto,100% auto;
}
}

body.page-software .label_tr th:nth-child(2),
body.page-software .label_tr th:nth-child(3),
body.page-software .label_tr th:nth-child(4) {
	width: 17%;	
}


body.page-software .btnver {
	text-align: center;
}

body.page-software .btnver a {
	min-width: 320px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: inline-block;
	border: 2px solid #ddd;
	box-sizing: border-box;
	padding: 15px 15px 15px 40px;
	text-decoration: none;
	color: #333;
	background: url(../images/common/icon_arrow02.png) 5% center no-repeat;
	text-align: center;
}

body.page-software .mainArea ul {
	margin-left: 2em;
}

body.page-software .mainArea ul li {
	margin-bottom: 10px;
	list-style-type: circle;
	font-size: 1.6rem;
}

body.page-software .mainArea ul li a {
	color: #333;
	text-decoration: none;
	font-size: 1.6rem;
}

body.page-software .mainArea ul li a:hover {
	text-decoration: underline;
}

body.page-software .mainArea ul li:last-child {
	margin-bottom: 0px;
}


/*e-gaugeshop*/

body.page-e-guageshop #mainContainer {
	background: url(../images/e-gaugeshop/bg01.jpg) center top no-repeat;
	background-size: auto 190px;
}

@media screen and (min-width: 1921px) {
body.page-e-guageshop #mainContainer {
	background-image: url(../images/common/bg_content.png),url(../images/e-gaugeshop/bg01.jpg);
	background-position: left top,center top;
	background-repeat: repeat-x,no-repeat;
	background-size: auto auto,100% auto;
}
}

body.term-596 h1.title {
	letter-spacing: 0.05em;	
}

body.page-e-guageshop .freeBox{
	background: none;
	padding: 0;
	margin: 0 0 45px;
}

body.page-e-guageshop .freeBox h2 {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	border: none;
	border-bottom: 1px solid #d33737;
	padding: 0 0 15px;
	margin-bottom: 30px;
}

body.page-e-guageshop .freeBox h3 {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #d33737;
	margin-bottom: 15px;
	padding: 0;
	text-align: left;
	background: none;
}

body.page-e-guageshop .img01 {
	margin-bottom: 30px;
	text-align: center;
}

body.page-e-guageshop .img02 {
	margin-bottom: 30px;
	display: flex;
	align-items: flex-end;
}

body.page-e-guageshop .img02 p {
	margin-bottom: 0;
}

body.page-e-guageshop .freeBox ul li {
	font-size: 1.4rem;
	margin: 0 0 10px 1em;
	list-style-type: disc;
	color: #d33737;
}

body.page-e-guageshop .freeBox ul li span {
	color: #333;
}

body.page-e-guageshop .freeBox ul li em {
	color: #333;
	font-style: normal;
}

body.page-e-guageshop .freeBox ul li:last-child {
	margin-bottom: 0;
}

body.page-e-guageshop .freeBox figure.caption figcaption,
body.page-e-guageshop .freeBox figure figcaption{
	text-align: left;
}

body.page-e-guageshop .freeBox dt,
body.page-e-guageshop .freeBox dd {
	padding: 0;
	margin: 0 0 10px;
	font-size: 1.4rem;
}

body.page-e-guageshop .flexbox.case {
	margin-bottom: 40px;
}

body.page-e-guageshop .flexbox.case:last-child {
	margin-bottom: 0px;
}

body.page-e-guageshop .flexbox.case .col-1 {
	width: 490px;
}

body.page-e-guageshop .flexbox.case .col-2 {
	width: 150px;
}

body.page-e-guageshop .flexbox.case .col-2 img {
	width: 100%;
	height: auto;
}

body.page-e-guageshop .flexbox.case p {
	margin-bottom: 0;
}


body.page-e-guageshop .pdf {
	margin-top: 1em;
}

body.page-e-guageshop .pdf a {
	text-decoration: none;
	color: #333;
	font-size: 1.4rem;
	background: url(../images/common/icon_pdf01.png) left top no-repeat;
	padding: 0 0 0 30px;
	display: inline-block;
}

body.page-e-guageshop .pdf a:hover {
	text-decoration: underline;
}



/*サポート*/

body.page-support #mainContainer {
	background: url(../images/inquiry/bg01.jpg) center top no-repeat;
	background-size: auto 190px;
}

@media screen and (min-width: 1921px) {
body.page-support #mainContainer {
	background-image: url(../images/common/bg_content.png),url(../images/inquiry/bg01.jpg);
	background-position: left top,center top;
	background-repeat: repeat-x,no-repeat;
	background-size: auto auto,100% auto;
}
}

body.term-596 h1.title {
	letter-spacing: 0.05em;	
}

body.page-support .freeBox{
	background: none;
	padding: 0;
	margin: 0 0 45px;
}

body.page-support .freeBox h2 {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	border: none;
	border-bottom: 1px solid #d33737;
	padding: 0 0 15px;
	margin-bottom: 30px;
}

body.page-support .freeBox h3 {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #d33737;
	margin-bottom: 15px;
	padding: 0;
	text-align: left;
	background: none;
}

body.page-support .img01 {
	margin-bottom: 30px;
	text-align: center;
}

body.page-support .img02 {
	margin-bottom: 30px;
	display: flex;
	align-items: flex-end;
}

body.page-support .img02 p {
	margin-bottom: 0;
}

body.page-support .freeBox ul li {
	font-size: 1.4rem;
	margin: 0 0 10px 1em;
	list-style-type: disc;
	color: #d33737;
}

body.page-support .freeBox ul li span {
	color: #333;
}

body.page-support .freeBox ul li em {
	color: #333;
	font-style: normal;
}

body.page-support .freeBox ul li:last-child {
	margin-bottom: 0;
}

body.page-support .freeBox ul li ol {
	margin-top: 10px;
}

body.page-support .freeBox ol li {
	font-size: 1.4rem;
	margin: 0 0 10px 2.5em;
	list-style-type: decimal;
}

body.page-support .freeBox figure.caption figcaption,
body.page-support .freeBox figure figcaption{
	text-align: left;
}

body.page-support .freeBox dt,
body.page-support .freeBox dd {
	padding: 0;
	margin: 0 0 10px;
	font-size: 1.4rem;
}

body.page-support .flexbox.case {
	margin-bottom: 40px;
}

body.page-support .flexbox.case:last-child {
	margin-bottom: 0px;
}

body.page-support .flexbox.case .col-1 {
	width: 490px;
}

body.page-support .flexbox.case .col-2 {
	width: 150px;
}

body.page-support .flexbox.case .col-2 img {
	width: 100%;
	height: auto;
}

body.page-support .flexbox.case p {
	margin-bottom: 0;
}


body.page-support .pdf {
	margin-top: 1em;
}

body.page-support .pdf a {
	text-decoration: none;
	color: #333;
	font-size: 1.4rem;
	background: url(../images/common/icon_pdf01.png) left top no-repeat;
	padding: 0 0 0 30px;
	display: inline-block;
}

body.page-support .pdf a:hover {
	text-decoration: underline;
}

body.page-support .logoBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}


/*バージョン履歴*/

body.term-916 h1.title,
body.term-776 h1.title {
	letter-spacing: 0.02em;
}

body.term-916 .freeBox .tits01,
body.term-776 .freeBox .tits01 {
   margin-bottom: 0px;
}

body.term-916 .freeBox h2.title,
body.term-776 .freeBox h2.title {
    background: #e5e5e5 url(../product/images/common/icon_arrow01.png) 20px center no-repeat;
    cursor: pointer;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 25px 25px 25px 45px;
    display: block;
    text-decoration: none;
    color: #333;
	border: none;
	margin-bottom: 0;
}

_:lang(x)::-ms-backdrop, body.term-916 .freeBox h2.title,
_:lang(x)::-ms-backdrop, body.term-776 .freeBox h2.title {
	padding: 25px 25px 20px 45px;
}

bodyterm-916 .freeBox h2.title.op,
body.term-776 .freeBox h2.title.op {
	background: #e5e5e5 url(../product/images/common/icon_arrow02.png) 20px center no-repeat;
}

bodyterm-916 .freeBox,
body.term-776 .freeBox {
	margin-bottom: 1px;
}

body.term-916 .freeBox .innerArea,
body.term-776 .freeBox .innerArea {
	display: none;
	padding: 20px 0;
}



/*目的別サポート*/

body.term-686 #mainContainer {
	background: url(../images/inquiry/bg01.jpg) center top no-repeat;
	background-size: auto 190px;
}

@media screen and (min-width: 1920px) {
	body.term-686 #mainContainer {
	background-image: url(../images/common/bg_content.png),url(../images/inquiry/bg01.jpg);
	background-position: left top,center top;
	background-repeat: repeat-x,no-repeat;
	background-size: auto auto,100% auto;
}
}

body.term-686 .ancArea {
	margin-bottom: 60px;
}

body.term-686 .ancArea ul li {
	list-style: none;
	margin: 0 0 10px;
}


body.term-686 .txt01 {
	margin-bottom: 30px;
}


body.term-686 .freeBox .btnArea {
	margin-bottom: 40px;
}

body.term-686 .freeBox .btnArea ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

body.term-686 .freeBox .btnArea li {
	width: 310px;
	margin: 0 0 25px;
	list-style: none;
}

body.term-686 .freeBox .btnArea li a {
	display: block;
	height: 60px;
	box-sizing: border-box;
	border: 1px solid #cfcfcf;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	color: #333;
	text-decoration: none;
	background: url(../images/common/icon_arrow02.png) 94% center no-repeat;
}

body.term-686 .freeBox .telArea {
	background: #fafafa;
	margin-bottom: 100px;
	padding-bottom: 25px;
}

body.term-686 .freeBox .telArea h3 {
	background: url(../images/common/icon_tel.png) 30px center no-repeat;
	border-bottom: 1px solid #ededed;
	padding: 20px 0 20px 65px;
	font-size: 2.0rem;
	margin-bottom: 25px;
	color: #333;
}

body.term-686 .txt02 {
	width: 605px;
	margin: 0 auto 25px;
}

body.term-686 .telArea table.type01 {
	width: 607px;
	margin: 0 auto 25px;
}

body.term-686 .telArea table.type01:last-child {
	margin-bottom: 0;
}

body.term-686 .telArea table.type01 td {
	background: #fff;
	padding: 25px 15px;
}

/*目的別 技術相談*/
body.term-686 .freeBox .telArea .telBox {
	background: url(../images/common/icon_tel.png) 30px center no-repeat;
	padding: 0 0 0 65px;
	font-size: 2.0rem;
}

body.term-686 .freeBox .telArea .blackBlock {
	font-size: 1.6rem;
}

body.term-686 .freeBox .telArea ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

body.term-686 .freeBox .telArea li {
	width: 310px;
	margin: 0 0 25px;
	list-style: none;
}

	body.term-686 .freeBox .telArea li a {
		display: block;
		height: 60px;
		box-sizing: border-box;
		border: 1px solid #cfcfcf;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 60px;
		text-align: center;
		color: #333;
		text-decoration: none;
		background: url(../images/common/icon_arrow02.png) 94% center no-repeat;
	}

body.term-686 .txt03 {
	font-size: 1.6rem;
	font-weight: bold;
	width: 605px;
	margin: 0 auto 25px;
}

/*技術相談フォーム*/
body .telTemplate {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}


/*旧製品*/

body.term-827 h3.title {
	margin-bottom: 30px;
}

body.term-827 .itemArea {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 30px;
}

body.term-827 .itemBox {
	width: 48%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 20px;
}

body.term-827 .itemBox dt {
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 15px;
}

body.term-827 .itemBox dd.itemImg {
	width: 150px;
	text-align: center;
}

body.term-827 .itemBox dd.itemTxt {
	width: 150px;
}

body.term-827 .itemBox dd p {
	font-size: 1.2rem;
	margin-bottom: 5px;
}


/*目的・課題から選ぶ*/

body.page-solution #mainContainer {
	background: url(../product/images/common/bg02.jpg) center top no-repeat;
	background-size: auto 190px;
}

@media screen and (min-width: 1921px) {
body.page-solution #mainContainer {
	background-image: url(../images/common/bg_content.png),url(../product/images/common/bg02.jpg);
	background-position: left top,center top;
	background-repeat: repeat-x,no-repeat;
	background-size: auto auto,100% auto;
}
}

body.page-solution .freeBox{
	background: none;
	padding: 0;
	margin: 0 0 45px;
}

body.page-solution .freeBox h2 {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	border: none;
	border-bottom: 1px solid #d33737;
	padding: 0 0 15px;
	margin-bottom: 30px;
}

body.page-solution .freeBox h3 {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #d33737;
	margin-bottom: 15px;
	padding: 0;
	text-align: left;
	background: none;
}

body.page-solution .img01 {
	margin-bottom: 30px;
	text-align: center;
}

body.page-solution .img02 {
	margin-bottom: 30px;
	display: flex;
	align-items: flex-end;
}

body.page-solution .img02 p {
	margin-bottom: 0;
}

body.page-solution .freeBox ul li {
	font-size: 1.4rem;
	margin: 0 0 10px 1em;
	list-style-type: disc;
	color: #d33737;
}

body.page-solution .freeBox ul li span {
	color: #333;
}

body.page-solution .freeBox ul li em {
	color: #333;
	font-style: normal;
}

body.page-solution .freeBox ul li a {
	color: #333;
}

body.page-solution .freeBox ul li:last-child {
	margin-bottom: 0;
}

body.page-solution .freeBox figure.caption figcaption,
body.page-solution .freeBox figure figcaption{
	text-align: left;
}

body.page-solution .freeBox dt,
body.page-solution .freeBox dd {
	padding: 0;
	margin: 0 0 10px;
	font-size: 1.4rem;
}

body.page-solution .flexbox.case {
	margin-bottom: 40px;
}

body.page-solution .flexbox.case:last-child {
	margin-bottom: 0px;
}

body.page-solution .flexbox.case .col-1 {
	width: 490px;
}

body.page-solution .flexbox.case .col-2 {
	width: 150px;
}

body.page-solution .flexbox.case .col-2 img {
	width: 100%;
	height: auto;
}

body.page-solution .flexbox.case p {
	margin-bottom: 0;
}


body.page-solution .pdf {
	margin-top: 1em;
}

body.page-solution .pdf a {
	text-decoration: none;
	color: #333;
	font-size: 1.4rem;
	background: url(../images/common/icon_pdf01.png) left top no-repeat;
	padding: 0 0 0 30px;
	display: inline-block;
}

body.page-solution .pdf a:hover {
	text-decoration: underline;
}

/* 製品・サービス一覧 */


body.page-solution.term-829 h2.title {
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	border: 1px solid #cfcfcf;
	border-left: 3px solid #d33737;
	padding: 20px;
	margin-bottom: 45px;
}

_:lang(x)::-ms-backdrop, body.page-solution.term-829 h2.title {
	padding: 20px 20px 15px;
}

body.page-solution.term-829 .freeBox ul.toggleBox {
    border: none;
}

body.page-solution.term-829 .freeBox ul.toggleBox li {
	list-style: none;
	margin: 0;
}

body.page-solution.term-829 .freeBox ul.toggleBox>li>p>a {
	background: #e5e5e5 url(../images/common/icon_arrow04.png) 97% center no-repeat;
	cursor: pointer;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 25px 45px 25px 25px;
	display: block;
	text-decoration: none;
	color: #333;
}

body.page-solution.term-829 .freeBox ul.toggleBox>li.open.op>p>a {
	background: #e5e5e5 url(../images/common/icon_arrow04.png) 97% center no-repeat;
}

body.page-solution.term-829 .freeBox ul.toggleBox>li>p>a span {
	width: 535px;
	vertical-align: top;
	display: inline-block
}

_:lang(x)::-ms-backdrop, body.page-solution.term-829 ul.toggleBox>li>p>a {
	padding: 25px 45px 20px 25px;
}

body.page-solution.term-829 .toggleIn {
    display: none;
    padding: 30px 18px;
    overflow: hidden;
}

body.page-solution.term-829 .toggleIn .ansno {
	display: none;
}

body.page-solution.term-829 .toggleIn .name {
	color: #333;
	text-decoration: none;
}

body.page-solution.term-829 .Inwrapper {
	display: flex;
	flex-wrap: wrap;
}
body.page-solution.term-829 .togcon {
	width: 140px;
	margin-right: 20px;
}

body.page-solution.term-829 .togcon a {
	text-decoration: none;
	color: #333;
}

body.page-solution.term-829 .togcon a:hover {
	opacity: 0.7;
}

body.page-solution.term-829 .togcon:nth-child(4n) {
	margin-right: 0px;
}

body.page-solution.term-829 .togcon:nth-of-type(n+5) {
	margin-top: 10px;
}



/*サービス・計測ソフトウェア 製品一覧*/

body.term-336 .ListArea ul,
body.term-709 .ListArea ul {
	display: flex;
	flex-wrap: wrap;
}

body.term-336 .ListArea ul li,
body.term-709 .ListArea ul li {
	width: 23%;
	margin: 0 1% 20px;
}

body.term-336 .ListArea ul li a,
body.term-709 .ListArea ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 1.4rem;
	text-align: center;
}

body.term-336 .ListArea ul li a:hover,
body.term-709 .ListArea ul li a:hover {
	opacity: 0.7;
}

body.term-336 .ListArea ul li img,
body.term-709 .ListArea ul li img {
	width: auto;
	display: inline-block;
	margin-bottom: 10px;
	max-width: 100%;
}

body.term-336 .ListArea ul li p,
body.term-709 .ListArea ul li p {
	margin-top: 10px;
	line-height: 1.4;
}




.linkBox {
	background: #fafafa;
	padding: 40px 30px;
	margin: 30px 0 45px;
}

.linkBox p {
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.linkBox ul li {
	margin-bottom: 20px;
}

.linkBox ul li:last-child {
	margin-bottom: 0;
}

.linkBox ul li a {
	text-decoration: none;
	color: #333;
	font-size: 1.4rem;
	background: url(../images/common/icon_arrow01.png) left center no-repeat;
	padding: 0 0 0 20px;
	display: inline-block;
}

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


/*注釈*/

.notesBox {
	background: #fafafa;
	padding: 40px 30px;
	margin-bottom: 45px;
}

.notesBox p {
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.notesBox ul li {
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.notesBox ul li:last-child {
	margin-bottom: 0;
}


/*ページ*/

.pageArea ul {
	overflow: hidden;
}

.pageArea ul li.prev {
	float: left;
}

.pageArea ul li.next {
	float: right;
}

.pageArea ul li a {
	width: 260px;
	padding: 15px 40px 15px 25px;
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #cfcfcf;
	text-decoration: none;
	color: #333;
	background: url(../images/common/icon_arrow02.png) 92% center no-repeat;
}

.pageArea ul li.prev a {
	padding: 15px 25px 15px 40px;
	background: url(../images/common/icon_arrow05.png) 8% center no-repeat;
}

.pageArea ul li a:hover {
	opacity: 0.7;
}



div.tableBox {
	margin-bottom: 60px;
}

div.tableBox:last-child {
	margin-bottom: 0;
}

table.type01 {
	width: 100%;
	border: 3px solid #e6e6e6;
	border-collapse: collapse;
	margin: 30px 0 35px;
}

table.type01 th,
table.type01 td {
	padding: 15px 15px;
	border-collapse: collapse;
	font-size: 1.4rem;
	text-align: left;
}

table.type01 th p,
table.type01 td p {
	font-size: 1.4rem;
}

table.type01 th {
	background: #e0e0e0;
	font-weight: bold;
	width: 38%;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	color: #333;
}

body.term-687 table.type01 th {
	width: 22%;
}

table.type01 td {
	border-bottom: 1px solid #ededed;
}

body.term-687 table.type01 td.selectBox {
	display: flex;
	justify-content: space-between;
}

body.term-687 table.type01 td.selectBox p {
	width: 35%;
}

/*body.term-687 table.type01 td input {
	width: 100%;
	box-sizing: border-box;
	padding: 3px;
	margin-bottom: 5px;
}
*/

table.type01 .lv01,
table.type01 .label_tr,
table.type01 .lv01 td,
table.type01 .label_tr td {
	background: #eaeaea;
}

table.type02 {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.type02 th,
table.type02 td {
	border-collapse: collapse;
	font-size: 1.4rem;
	text-align: left;
}

table.type02 th p,
table.type02 td p {
	font-size: 1.4rem;
}


table.type02 th {
	background: #e0e0e0;
	font-size: 1.2rem;
	font-weight: bold;
	box-sizing: border-box;
	border: 1px solid #fff;
	padding: 10px 5px;
	color: #333;
}

table.type02 th p{
	font-size: 1.2rem;
	color: #333;
}

table.type02 td {
	border: 1px solid #e6e6e6;
	padding: 15px 5px;
	background: #fff;
}

table.type02 tr td:last-child {
	/*border-right: none;*/
}

table.type02 .lv01,
table.type02 .label_tr,
table.type02 .lv01 td,
table.type02 .label_tr td {
	background: #eaeaea;
}

table.type02 .lv02 {
	width: 20%;
}

table.type02 .history {
	text-align: right;
	padding: 15px 34px 15px 15px;
	box-sizing: border-box;
}

table.type03,
body.page-software table {
	width: 100%;
	border: 1px solid #e6e6e6;
	border-collapse: collapse;
	margin: 30px 0;
}

table.type03 th,
table.type03 td,
body.page-software table th,
body.page-software table td {
	border-collapse: collapse;
	font-size: 1.4rem;
	text-align: left;
}

table.type03 th p,
table.type03 td p,
body.page-software table th p,
body.page-software table td p {
	font-size: 1.4rem;
}

table.type03 th,
body.page-software table th {
	background: #e0e0e0;
	font-size: 1.2rem;
	font-weight: bold;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-top: 1px solid #ddd;
	padding: 10px 5px;
	color: #333;
}

table.type03 th p,
body.page-software table th p{
	font-size: 1.2rem;
	color: #333;
}

table.type03 tr th:nth-child(1),
body.page-software table tr th:nth-child(1) {
	border-left: 1px solid #e6e6e6;
}

table.type03 tr th:last-child,
body.page-software table tr th:last-child {
	border-right: 1px solid #e6e6e6;
}

table.type03 td,
body.page-software table td {
	border: 1px solid #e6e6e6;
	padding: 15px 5px;
	background: #fff;
}

table.type03 tr td:last-child {
	/*border-right: none;*/
}

table.type03 .lv01,
table.type03 .lv01 td,
body.page-software table .lv01,
body.page-software table .lv01 td {
	background: #fafafa;
}

table.type03 .lv01,
table.type03 .label_tr,
table.type03 .lv01 td,
table.type03 .label_tr td,
body.page-software table .lv01,
body.page-software table .label_tr,
body.page-software table .lv01 td,
body.page-software table .label_tr td {
	background: #eaeaea;
}

.label_tr th {
	color: #333 !important;
	text-align: center !important;
	background-color: #eaeaea !important;
}

.titlecell {
	color: #ddd !important;
	background-color: #666 !important;
}

.align_r {
	text-align: right !important;
}


/*-------------------------------------------
メニューエリア
--------------------------------------------*/

.menuArea {
	width: 300px;
}

.menuArea h3 {
	background: #666;
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
	box-sizing: border-box;
	height: 127px;
	letter-spacing: 0.1em;
	border-bottom: 5px solid #d33737;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menuArea>ul>li {
	border-bottom: 1px solid #fff;
}

.menuArea>ul>li>a {
	font-size: 1.6rem;
	font-weight: bold;
	background: #f2f2f2;
	text-decoration: none;
	color: #333;
	display: block;
	box-sizing: border-box;
	border-left: 27px solid #d9d9d9;
	padding: 26px 0 26px 15px;
	position: relative;
	cursor: pointer;
}

.menuArea>ul>li>a:after {
	content: '›';
	color: #717171;
	position: absolute;
	top: 18px;
	left: -16px;
	font-size: 2.4rem;
}

.menuArea>ul>li>a:hover {
	opacity: 0.7;
}

.menuArea>ul>li.current>a:after {
	content: '›';
	color: #fff;
	top: 18px;
	font-weight: normal;
}


.menuArea>ul>li.current>a,
.menuArea>ul>li.current>a:hover {
	color: #d33737;
	border-left: 27px solid #d33737;
	opacity: 1.0;
}


.menuArea ul li ul {
	background: #fafafa;
	padding: 15px 10px 15px 45px;
	display: none;
}

.menuArea ul>li.current>ul {
	display: block;
}

.menuArea ul li ul li {
	margin: 15px 0;
}

.menuArea ul li ul li a {
	font-size: 1.4rem;
	text-decoration: none;
	color: #333;
	padding-left: 25px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.menuArea ul li ul li.current>a {
	color: #d33737;
}

.menuArea ul li ul li ul {
	background: #fafafa;
	padding: 0 0 0 1.25em;
	display: none;
}


.menuArea ul li ul li a:hover {
	color: #d33737;
}

.menuArea ul li ul li.hasmenu a:after {
	content: '+';
	color: #d33737;
	position: absolute;
	top: -2px;
	left: 0;
}

.menuArea ul li ul li.hasmenu.open a:after {
	content: '－';
	color: #d33737;
	position: absolute;
	top: -2px;
	left: 0;
}

.menuArea ul li ul li.hasmenu {
	position: relative;
}

/*.menuArea ul li ul li.hasmenu:after {
	content: '＋';
	color: #d33737;
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 1.4rem;
}

.menuArea ul li ul li.hasmenu.open:after {
	content: '－';
	color: #d33737;
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 1.4rem;
}*/

.menuArea ul li ul li ul li a:after {
	display: none;
}


/*-------------------------------------------
メニューエリアなし
--------------------------------------------*/

body.page-page #mainContainer {
	background: url(../images/other/bg01.jpg) center top no-repeat;
	background-size: auto 190px;
}

@media screen and (min-width: 1921px) {
body.page-page #mainContainer {
	background-image: url(../images/common/bg_content.png),url(../images/other/bg01.jpg);
	background-position: left top,center top;
	background-repeat: repeat-x,no-repeat;
	background-size: auto auto,100% auto;
}
}

body.page-page .mainArea {
	width: 100%;

}

body.page-page .freeBox{
	background: none;
	padding: 0;
	margin: 0 0 45px;
}

body.page-page .freeBox h3 {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	border: none;
	border-bottom: 1px solid #d33737;
	padding: 0 0 15px;
	margin-bottom: 20px;
	text-align: left;
	background: none;
}

body.page-page .img01 {
	margin-bottom: 30px;
	text-align: center;
}

body.page-page .img02 {
	margin-bottom: 30px;
	display: flex;
	align-items: flex-end;
}

body.page-page .img02 p {
	margin-bottom: 0;
}

body.page-page .freeBox ul li {
	font-size: 1.4rem;
	margin: 0 0 10px 1em;
	list-style-type: disc;
	color: #d33737;
}

body.page-page .freeBox .sitemap ul li a {
	color: #333;
}

body.page-page .freeBox .sitemap ul li ul {
	margin-top: 10px;
}

body.page-page .freeBox .sitemap h4 {
	margin: 30px 0 15px;
	font-size: 1.8rem;
}

body.page-page .freeBox .sitemap h4 a {
	color: #333;
}

body.page-page .freeBox ul li span {
	color: #333;
}

body.page-page .freeBox ul li em {
	color: #333;
	font-style: normal;
}

body.page-page .freeBox ul li:last-child {
	margin-bottom: 0;
}

body.page-page .freeBox figure.caption figcaption,
body.page-page .freeBox figure figcaption{
	text-align: left;
}

body.page-page .freeBox dt,
body.page-page .freeBox dd {
	padding: 0;
	margin: 0 0 10px;
	font-size: 1.4rem;
}

body.page-page .flexbox.case {
	margin-bottom: 40px;
}

body.page-page .flexbox.case:last-child {
	margin-bottom: 0px;
}

body.page-page .flexbox.case .col-1 {
	width: 490px;
}

body.page-page .flexbox.case .col-2 {
	width: 150px;
}

body.page-page .flexbox.case .col-2 img {
	width: 100%;
	height: auto;
}

body.page-page .flexbox.case p {
	margin-bottom: 0;
}


body.page-page .pdf {
	margin-top: 1em;
}

body.page-page .pdf a {
	text-decoration: none;
	color: #333;
	font-size: 1.4rem;
	background: url(../images/common/icon_pdf01.png) left top no-repeat;
	padding: 0 0 0 30px;
	display: inline-block;
}

body.page-page .pdf a:hover {
	text-decoration: underline;
}

/*サイトマップ*/

body.page-page .sitemap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


/*検索画面*/

#block-views-block-search-keyword-block-1 .form--inline {
	display: flex;
	align-items: center;
}

#block-views-block-search-keyword-block-1 form input.form-text {
	font-size: 1.4rem;
	padding: 5px;
	border: 1px solid #ccc;
}

#block-views-block-search-keyword-block-1 form input.form-submit {
	border: none;
	background: #000;
	color: #fff;
	font-size: 1.4rem;
	width: 120px;
	height: 35px;
	letter-spacing: 0.2em;
}

#block-views-block-search-keyword-block-1>ul {
	margin-bottom: 40px;
}

#block-views-block-search-keyword-block-1>ul>li {
	margin: 0 0 0 0;
	padding: 20px;
}

#block-views-block-search-keyword-block-1>ul>li:nth-child(even) {
	background: #F5F5F5;
}

#block-views-block-search-keyword-block-1>ul li .item-list li {
	font-size: 1.4rem;
	margin: 0;
}

#block-views-block-search-keyword-block-1 ul li .item-list a {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

body.term-1086 .mainArea h2 {
	font-family: "游明朝体","游明朝","YuMincho",Yu Mincho, "ＭＳ Ｐ明朝","MS PMincho",Times New Roman;
	font-weight: 500;
	font-size: 3.5rem;
	/*color: #d33737;*/
	line-height: 1.6;
	text-align: center;
	border-bottom: 1px solid #333333;
	padding-bottom: 0px;
	margin-bottom: 30px;
}

body.term-1086 .mainArea h3 {
    font-size: 2.8rem;
    color: #000000;
    margin-bottom: 30px;
    background: url(../images/common/line02.gif) left center no-repeat;
    padding-left: 30px;
}

_:lang(x)::-ms-backdrop, body.term-674 .mainArea h3 {
	background: url(../images/common/line02.gif) left 0.5em no-repeat;
}

/*
body.term-1086 .col-1 {
	width: 390px;
}

body.term-1086 .col-2 {
	width: 227px;
	text-align: right;
}
*/
body.term-1086 .col-1 p {
	font-size: 1.6rem;	
	margin-bottom: 1.5em;
}

body.term-1086 .col-1 p.name {
	text-align: right;
	margin: 0;
}

/*202/01/29 チェックボックス*/
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/*2025/03 英語版問合せフォーム*/
body.term-688 .freeBox .btnArea {
	margin-bottom: 40px;
	display:flex;
	justify-content:space-between;
}

body.term-688 .freeBox .btnArea a {
	width: 320px;
	//margin: 0 0 25px;
	list-style: none;
	display: block;
	height: 60px;
	box-sizing: border-box;
	border: 1px solid #cfcfcf;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	color: #333;
	text-decoration: none;
	background: url(../images/common/icon_arrow02.png) 94% center no-repeat;
}

select#country {
	display:block;
    margin-top: 10px;
	padding:0;
}
