@charset "utf-8";
/* CSS Document */
/***********************************************************
	taqtail.css
************************************************************/
/*カラーコントロール*/
.BC_line_color{background-color: #FE6100 !important;}

.titleA::before {
  background-color: #FE6100;
}
ul.type01 li::before {color: #FE6100 !important;}

.corpColor {color: #FE6100 !important;}

.secondColor{border-bottom-color: #27B7ED !important;}

.triangle1 {border-top-color: #27B7ED !important;}

/* タイトル関連 */
.subTitleA{
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .subTitleA{
    font-weight: bold;
    font-size: 20px;
  }
}

/*=================================================
メインエリア
==================================================*/
.mainArea {
	background-image: url("../../common/img/main/main_cont3_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	height: 500px;
	overflow: hidden;
}
.mainArea .mainAreainnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 10px;
}
.mainArea .mainAreainnr .txtArea {
	width: 100%;
}
.mainArea .mainAreainnr .txtArea h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	padding-top:20px;
	line-height: 1.4;
	color: #FFF;
}
.mainArea .mainAreainnr .txtArea .msg1 {
	color: #FFF;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.mainArea .mainAreainnr .txtArea .msg2 {
	color: #FFF;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}
.mainArea .mainAreainnr .imgArea {
	width: 60%;
	text-align: center;
	margin: 0 auto;
}


/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.mainArea {
		height: 400px;
	}
	.mainArea .mainAreainnr {
		align-items: center;
	}
	.mainArea .mainAreainnr .txtArea {
		width: 60%;
	}
	.mainArea .mainAreainnr .txtArea h2 {
		font-size: 30px;
		text-align: left;
		margin-bottom: 20px;
		padding-top:20px;
	}
	.mainArea .mainAreainnr .txtArea .msg1 {
		font-size: 16px;
		text-align: left;
		margin-bottom: 15px;
	}
	.mainArea .mainAreainnr .txtArea .msg2 {
		font-size: 18px;
		text-align: left;
		margin-bottom: 5px;
	}
	.mainArea .mainAreainnr .imgArea {
		width: 40%;
		text-align: right;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.mainArea {
		height: 550px;
	}
	.mainArea .mainAreainnr {
		max-width: 1200px;
		padding: 0 10px;
		margin: 0 auto;
	}
	.mainArea .mainAreainnr .txtArea {
		width: 53%;
	}
	.mainArea .mainAreainnr .txtArea h2 {
		font-size: 42px;
		text-align: left;
		margin-bottom: 50px;
	}
	.mainArea .mainAreainnr .txtArea .msg1 {
		font-size: 18px;
	}
	.mainArea .mainAreainnr .txtArea .msg2 {
		font-size: 22px;
	}
	.mainArea .mainAreainnr .imgArea {
		width: 47%;
		text-align: right;
	}
}
/*=================================================
イントロ部
==================================================*/
.intoroArea {
}
.intoroArea .intoroAreainnr {
	padding: 0 10px;
}
.intoroArea .intoroAreainnr .intoroBox {
	background-color: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-bottom: 4px solid #FE6100;
}
.intoroArea .intoroAreainnr .intoroBox .txtArea {
	width: 100%;
	margin-bottom: 15px;
}
.intoroArea .intoroAreainnr .intoroBox .txtArea .ttl {
	font-size: 24px;
	margin-bottom: 20px;
}
.intoroArea .intoroAreainnr .intoroBox .txtArea p {
	font-size: 18px;
}
.intoroArea .intoroAreainnr .intoroBox .imgArea {
	width: 100%;
	text-align: center;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {

	
	.intoroArea .intoroAreainnr .intoroBox {
		padding: 40px;
	}
	.intoroArea .intoroAreainnr .intoroBox .txtArea {
		width: 68%;
		margin-bottom: 0;
	}
	.intoroArea .intoroAreainnr .intoroBox .txtArea .ttl {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.intoroArea .intoroAreainnr .intoroBox .txtArea p {
		font-size: 20px;
	}
	.intoroArea .intoroAreainnr .intoroBox .imgArea {
		width: 30%;
		text-align: right;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {

	.intoroArea .intoroAreainnr {
		box-sizing: border-box;
		max-width: 1200px;
		margin: 0 auto;
	}
	.intoroArea .intoroAreainnr .intoroBox {
		padding: 50px;
	}
	.intoroArea .intoroAreainnr .intoroBox .txtArea .ttl {
		font-size: 30px;
	}
}


/*=================================================
	課題・要望にお応えします
==================================================*/
.assiArea {
}
.assiArea .assiAreainnr {
	padding: 0 10px;
	box-sizing: border-box;
}
.assiArea .assiAreainnr .oneRequestBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 30px;
}
.assiArea .assiAreainnr .oneRequestBox .txtArea {
	width: 100%;
	margin-bottom: 15px;
	font-size: 18px;
}
.assiArea .assiAreainnr .oneRequestBox .imgArea {
	width: 100%;
	text-align: center;
}


/*-- 1列A ----------------*/
.flex-listB {
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-listB div.oneBlock {
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
    padding: 50px;
	background-color: #FFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	font-weight: bold;
	border-bottom: 4px solid #FE6100;
}

/*-- 2列A ----------------*/
.flex-listA {
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-listA div.twoBlock {
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
    padding: 30px;
	background-color: #FFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	font-weight: bold;
	width: 100%;
}

/*-- 2列B ----------------*/
.assiArea .assiAreainnr .twoRequestBox {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}
.assiArea .assiAreainnr .twoRequestBox li {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 20px 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-bottom: 4px solid #FE6100;
}
.assiArea .assiAreainnr .twoRequestBox li .icon {
	text-align: center;
	margin-bottom: 15px;
}
.assiArea .assiAreainnr .twoRequestBox li p {
	text-align: left;
}

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.assiArea .assiAreainnr .oneRequestBox {
		padding: 40px;
		margin-bottom: 50px;
	}
	.assiArea .assiAreainnr .oneRequestBox .txtArea {
		/*width: 58%;*/
		margin-bottom: 0;
		font-size: 20px;
	}
	.assiArea .assiAreainnr .oneRequestBox .imgArea {
		width: 40%;
		text-align: right;
	}
	/*-- 2列 ----------------*/
	.assiArea .assiAreainnr .twoRequestBox {
		margin: 40px 0;
	}
	.assiArea .assiAreainnr .twoRequestBox li {
		width: 49%;
		padding: 20px;
		margin: 0 0 0 0;
	}
	.assiArea .assiAreainnr .twoRequestBox li p {
		text-align: center;
	}
	.flex-listA div.twoBlock {
		width: 49%; 
	}
	.flex-listB div.oneBlock {
		padding: 40px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.assiArea .assiAreainnr {
		max-width: 1200px;
		margin: 0 auto;
	}
	.assiArea .assiAreainnr .oneRequestBox {
		padding: 50px;
	}
}



/*=================================================
	ステップ・バイ・ステップ形式で
==================================================*/
.studyArea {
}
.studyArea .studyAreainnr {
	padding: 0 10px;
	box-sizing: border-box;
}
/*-- 3列 ----------------*/
.studyArea .studyAreainnr .threePanlBox {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}
.studyArea .studyAreainnr .threePanlBox li {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 20px 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-bottom: 4px solid #FE6100;
}
.studyArea .studyAreainnr .threePanlBox li .icon {
	text-align: center;
	margin-bottom: 15px;
}
.studyArea .studyAreainnr .threePanlBox li p {
	text-align: left;
}
/*-- vrイメージ＋テキスト ----------------*/
.studyArea .studyAreainnr .twoPanlBox {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}
.studyArea .studyAreainnr .twoPanlBox li {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 20px 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-bottom: 4px solid #FE6100;
}
.studyArea .studyAreainnr .twoPanlBox li .img {
	text-align: center;
	margin-bottom: 15px;
}
.studyArea .studyAreainnr .twoPanlBox li .pic{
	margin-top: 40px;
}
.studyArea .studyAreainnr .twoPanlBox li .pic img{
	width: 50%;
}
.studyArea .studyAreainnr .twoPanlBox li .pic,
.studyArea .studyAreainnr .twoPanlBox li .icon{
	text-align: center;
	margin-bottom: 15px;
}
.studyArea .studyAreainnr .twoPanlBox li p {
	text-align: left;
	margin: 0 auto;
}
.studyArea .studyAreainnr .twoPanlBox li p i {
	color: #FE6100;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {

	/*-- 3列 ----------------*/
	.studyArea .studyAreainnr .threePanlBox {
		margin: 40px 0;
	}
	.studyArea .studyAreainnr .threePanlBox li {
		width: 32%;
		padding: 20px;
		margin: 0 0 0 0;
	}
	.studyArea .studyAreainnr .threePanlBox li p {
		text-align: center;
	}
	/*--　vrイメージ＋テキスト ----------------*/
	.studyArea .studyAreainnr .twoPanlBox {
		margin: 40px 0;
	}
	.studyArea .studyAreainnr .twoPanlBox li {
		width: 49%;
		padding: 0 0 40px 0;
		margin: 0 0 0px 0;
	}
	.studyArea .studyAreainnr .twoPanlBox li p {
		text-align: center;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.studyArea .studyAreainnr {
		max-width: 1200px;
		margin: 0 auto;
	}
	/*-- vrイメージ＋テキスト ----------------*/
	.studyArea .studyAreainnr .twoPanlBox {
		margin: 40px 0;
	}
}


/*=================================================
	ARワークアシスト (AR作業支援)
==================================================*/
.assiArea {
}
.assiArea .assiAreainnr {
	padding: 0 10px;
	box-sizing: border-box;
}
.assiArea .assiAreainnr .onePanlBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.assiArea .assiAreainnr .onePanlBox .txtArea {
	width: 100%;
	margin-bottom: 15px;
	font-size: 18px;
}
.assiArea .assiAreainnr .onePanlBox .imgArea {
	width: 100%;
	text-align: center;
}
/*-- 2列 ----------------*/
.assiArea .assiAreainnr .twoPanlBox {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}
.assiArea .assiAreainnr .twoPanlBox li {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 20px 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-bottom: 4px solid #8255FE;
}
.assiArea .assiAreainnr .twoPanlBox li .icon {
	text-align: center;
	margin-bottom: 15px;
}
.assiArea .assiAreainnr .twoPanlBox li p {
	text-align: left;
}

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.assiArea .assiAreainnr .onePanlBox {
		padding: 40px;
		margin-bottom: 50px;
	}
	.assiArea .assiAreainnr .onePanlBox .txtArea {
		width: 58%;
		margin-bottom: 0;
		font-size: 20px;
	}
	.assiArea .assiAreainnr .onePanlBox .imgArea {
		width: 40%;
		text-align: right;
	}
	/*-- 2列 ----------------*/
	.assiArea .assiAreainnr .twoPanlBox {
		margin: 40px 0;
	}
	.assiArea .assiAreainnr .twoPanlBox li {
		width: 49%;
		padding: 20px;
		margin: 0 0 0 0;
	}
	.assiArea .assiAreainnr .twoPanlBox li p {
		text-align: center;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.assiArea .assiAreainnr {
		max-width: 1200px;
		margin: 0 auto;
	}
	.assiArea .assiAreainnr .onePanlBox {
		padding: 50px;
	}
}











/*=================================================
	特徴
==================================================*/
.featureArea {
	background: linear-gradient(to bottom right, #18384D, #112332);
}
.featureArea .featureAreainnr {
	padding: 0 10px;
	box-sizing: border-box;
}
/*-- 4列 ----------------*/
.featureArea .featureAreainnr .fourPanlBox {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}
.featureArea .featureAreainnr .fourPanlBox li {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 20px 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-top: 4px solid #FE6100;
	background-color: #FFF;
}
.featureArea .featureAreainnr .fourPanlBox li .icon {
	text-align: center;
	margin-bottom: 20px;
}
.featureArea .featureAreainnr .fourPanlBox li .ttl {
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}
.featureArea .featureAreainnr .fourPanlBox li p {
	flex-grow: 1;
	font-size: 14px;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.featureArea .featureAreainnr .fourPanlBox li {
		width: 49%;
	}	
	
	.featureArea .featureAreainnr .fourPanlBox li .ttl {
		font-size: 18px;
	}
	.featureArea .featureAreainnr .fourPanlBox li p {
		font-size: 16px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.featureArea .featureAreainnr {
		max-width: 1200px;
		margin: 0 auto;
	}
	/*-- 4列 ----------------*/
	.featureArea .featureAreainnr .fourPanlBox {
		margin: 40px 0;
	}
	.featureArea .featureAreainnr .fourPanlBox li {
		width: 24%;
		padding: 20px;
		margin: 0 0 0 0;
		/*display: flex;
    	flex-direction: column;*/
	}
	.featureArea .featureAreainnr .fourPanlBox li .ttl {
		/*flex-grow: 1;*/
		min-height: 60px;
	}
}



/*=================================================
いくつのお悩みが当てはまりますか？
==================================================*/
.bg_cover_img{
	background-image: url("../img/bg02.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
/*-- 4列 ----------------*/
.studyArea .studyAreainnr .assignmentBox {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}
.studyArea .studyAreainnr .assignmentBox li {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 20px 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border: 2px solid #FE6100;
	background-color: #FFF;
	border-radius: 40px;
	text-align: center;
}
.studyArea .studyAreainnr .assignmentBox li p {
	flex-grow: 1;
	font-size: 16px;
	font-weight: bold;
	margin: 6px 0px;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.studyArea .studyAreainnr .assignmentBox li {
		width: 49%;
	}	
	
	.studyArea .studyAreainnr .assignmentBox li p {
		font-size: 14px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.studyArea .studyAreainnr {
		max-width: 1200px;
		margin: 0 auto;
	}
	/*-- 4列 ----------------*/
	.studyArea .studyAreainnr .assignmentBox {
		margin: 40px 0;
	}
	.studyArea .studyAreainnr .assignmentBox li {
		width: 24%;
		padding: 20px;
		margin: 0 0 20px 0;
		/*display: flex;
    	flex-direction: column;*/
	}
	.studyArea .studyAreainnr .assignmentBox li p {
		margin: 0px;
	}
}

/*=================================================
vimeoエリア
==================================================*/
.mvArea{
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.mvTitle{
  text-align: center;
  padding: 10px;
  background-color: #F8F8F8;
  font-weight: normal;
  font-size: 16px;
}
.mvSubTitle{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 60px;
}
.vimeoDisp {
	padding-top: 0px;
	overflow: hidden;
	margin: 30px auto;
	background-color: #F8F8F8;
}
.vimeoDisp video {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
.mvSubTitle{
  display: inline-block;
	box-sizing: border-box;
	padding: 10px 40px;
	margin: 0 0 20px 0;
	background-color: #112332;
	border-radius: 40px;
	text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
}
/*-- 2列A ----------------*/
.mvList {
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mvList div.mvTwoBlock {
  box-sizing: border-box;
  text-align: left;
  padding: 10px;
  background-color: #F8F8F8;
  margin-bottom: 10px;
  font-weight: normal;
  width: 100%;
}
ul.mvType01 {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.mvType01 li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.6em;
}
ul.mvType01 li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f14a';
  color: #FE6100;
}

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
  .mvArea{
    width: 80%;
  }
  .mvTitle{
    font-weight: bold;
    font-size: 20px;
  }
  .mvSubTitle{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .mvList div.mvTwoBlock {
    width: 49%;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 30px;
  }
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
  .mvArea{
  }
}

/*=================================================
さまざまなコンテンツと作成手法
==================================================*/
.makingBox {
	box-sizing: border-box;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 80px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}

.makingTitle{
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
  background-color:#FE6100 ;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0px;
  transform: translate(-50%, -50%);
}
.makingSubTitle{
  margin: 30px 0px 20px;
  font-weight: normal;
  font-size: 16px;
}
.makingSubTitleAns{
  margin: 20px 0px 20px;
  font-weight: normal;
  font-size: 16px;
  color: #FE6100;
}
.markingDiscBox{
  flex-wrap: wrap;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: solid 1px #CCC;
  width: 80%;
  margin:20px auto 0px;
}
.markingDiscBoxLeft,
.markingDiscBoxRight{
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.markingDiscBoxLeft{
  padding: 30px 0px 0px;
}
.markingDiscBoxRight{
  padding: 30px 0px 30px;
}


.markingLabel{
  background-color: #000;
  color: #FFF;
  font-size: 12px;
  padding: 8px 30px;
  display: inline-block;
}

.markingImg{
  margin: 10px 0px;
}
.markingText{
  font-size: 14px;
}


.triangle2 {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 20px solid #27B7ED;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
  .makingSubTitle{
    font-weight: bold;
    font-size: 18px;
  }	
  .makingSubTitleAns{
    font-weight: bold;
    font-size: 18px;
  }
  .markingDiscBoxLeft{
    width: 65%;
    padding: 30px 0px;
  }
  .markingDiscBoxRight{
    width: 30%;
    padding: 30px 0px;
  }
}


/*=================================================
テキストエリア内タイトル(class=txtArea)と項目文字
==================================================*/
.titleAtxt{
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}
.txtAreaTitle{
  font-size: 18px;
  font-weight: normal;
}
.txtAreaIdx{
  font-size: 16px;
}

.txtAreaIdxTitle{
  font-size: 16px;
  font-weight: bold;
}
.txtAreaIdxDisp{
  font-size: 14px;
}

@media print, screen and (min-width: 768px) {
  .txtAreaTitle{
    font-size: 20px;
    font-weight: bold;
  }
  .txtAreaIdx{
    font-size: 18px;
  }
  .titleAtxt{
    font-size: 18px;
    font-weight: bold;
  }
  .txtAreaIdxTitle{
    font-size: 18px;
  }
  .txtAreaIdxDisp{
    font-size: 16px;
  }
  
}

/*=================================================

==================================================*/

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	
}