@charset "UTF-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
KENCOS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.h1_airdesign .h1bg {
	background-image: url("./airBar.png");
	background-position: center center;
}
.bg01 {
	background: #F3F6FA;
	padding: 120px 0;
}
.adc .h201 {
	font-size: 20px;
	font-weight: 600;
}
.adc .p01c {
	font-size: 16px;
	text-align: center;
}
.adc .p02c {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 10px;
	text-align: center;
}
.bp03 {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: .09em;
}
.mb20 {
	margin-bottom: 30px;
}
.mb10 {
	margin-bottom: 12px;
}
.bp03 span {
	font-size: 34px;
}
.p03c {
	font-size: 13px;
	padding: 20px 0;
	text-align: center;
	color: #7C7C7C;
}
.mainBox {
	width: 96%;
	margin: 0 auto;
	max-width: 1400px;
	min-height: 400px;
	background: url("../img/airdesign_img/airMainbg.png") no-repeat center center;
	background-size: contain;
	display: flex;
	flex-wrap: wrap;
}
.mainBox .mainText {
	width: 50%;
	box-sizing: border-box;
	padding: 12% 0 0 0%;
}
.mainBox .mainFig {
	width: 50%;
	box-sizing: border-box;
	padding: 2%;
}
.mainBox .mainText .p01 {
	font-size: 32px;
	padding-bottom: 20px;
}
.mainBox .mainText .p02 {
	font-size: 16px;
}
.fig01 {
	width: 96%;
	max-width: 780px;
	margin: 80px auto 60px;
}
.bp02 {
	font-size: 26px;
	font-weight: 600;
	text-align: center;
}
.bp02 span {
	color: #30B5DF;
}
.fig02 {
	width: 96%;
	margin: 60px auto 100px;
	max-width: 880px;
	padding-bottom: 60px;
	border-bottom: dotted 2px #AFAFAF;
}
.flow01 {
	width: 96%;
	margin: 60px auto;
	max-width: 880px;
}
.flowBox {
	width: 100%;
	position: relative;
	background: #F3F6FA;
	min-height: 200px;
	box-sizing: border-box;
	padding: 40px 40px 0 40px;
	border-radius: 10px;
	margin-bottom: 40px;
}
.num02 {
	padding: 40px 40px 40px 40px;
}
.num01:before {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	background: url("../img/01.png") no-repeat center center;
	background-size: contain;
	top: -30px;
	right: 30px;
	z-index: 2;
}
.num02:before {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	background: url("../img/02.png") no-repeat center center;
	background-size: contain;
	top: -30px;
	right: 30px;
	z-index: 2;
}
.fig03 {
	position: absolute;
	height: 200px;
	width: 200px;
	top: -20px;
}
.flowBox .textBox {
	padding: 0 0 0 250px;
}
.flowBox .textBox .p01 {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 10px;
}
.flowBox .textBox .p02 {
	font-size: 16px;
}
.flow01Arrow {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	min-height: 100px;
	padding: 20px 0 0 0;
	background: url("../img/airArrow01.png") no-repeat center top;
	background-size: 120px auto;
}
.eviBox {
	width: 96%;
	margin: 0 auto;
	max-width: 960px;
	background: #FFF;
	border-radius: 10px;
	box-shadow:10px 10px 0px 2px #d7dde2;
	position: relative;
	box-sizing: border-box;
	padding: 80px;
}
.evi01 {
	margin-bottom: 120px;
}
.eviBox .p01 {
	width: 400px;
	position: absolute;
	height: 54px;
	top: -27px;
	left: calc(50% - 200px);
	background: #25323E;
	border-radius: 27px;
	text-align: center;
	line-height: 54px;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
}
.eviBox .p02 {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 10px;
	text-align: center;
}
.eviBox .p03 {
	font-size: 16px;
	padding: 0 10% 30px;
}
.eviBox .p04 {
	font-size: 15px;
	padding: 0 5% 10px;
	display: flex;
	line-height: 1.4em;
}
.eviBox .p04 .text01 {
	width: 12em;
	color: #3594D2;
	font-weight: 600;
}
.eviBox .p04 .text02 {
	width: calc(100% - 12em);
}

.eviBox .p05 {
	font-size: 13px;
	padding: 20px 0;
	text-align: center;
	color: #7C7C7C;
}
.eviBox .p06 {
	font-size: 13px;
	padding: 20px 0 0;
	color: #3594D2;
}

.fig05 {
	width: 100%;
	margin: 20px auto 80px;
	max-width: 880px;
	padding-bottom: 60px;
	border-bottom: dotted 2px #AFAFAF;
}
.data01 {
	width: 96%;
	margin: 0 auto;
}
.data02 {
	width: 100%;
	margin: 0 auto;
}
.data01 ul {
	width: 100%;
	margin: 30px auto 40px;
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.data02 ul {
	width: 100%;
	margin: 30px auto 40px;
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.data01 ul li, .data02 ul li {
	width: 31.33%;
	box-sizing: border-box;
	padding: 30px 30px 30px;
	background: #F3F6FA;
	border-radius: 10px;
}
.data01 .p01 {
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  color: #30b5df;
	margin: 0 auto 10px;
}
.data02 .p02 {
  font-weight: 600;
  font-size: 19px;
  text-align: center;
	margin: 0 auto 10px;
}
.data02 .p03 {
  font-size: 16px;
  text-align: center;
	margin: 20px auto 0px;
}
.fig09 {
	width: 96%;
	margin: 20px auto;
	max-width: 750px;
}
.placeBox, .placeBox2  {
	width: 96%;
	margin: 30px auto;
	max-width: 960px;
}
.placeBox2 {
	margin-top: 60px;
}
.title-border {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
	margin-bottom: 20px;
}
.title-border:before,
.title-border:after {
  border-top: 2px solid #D3D7DB;
  content: "";
  flex-grow: 1;
}
.title-border:before {
  margin-right: 1rem;
}
.title-border:after {
  margin-left: 1rem;
}
.placeBox p {
	font-size: 15px;
	padding: 10px 0 10px;
	display: flex;
	line-height: 1.4em;
	width: 100%;
	border-bottom: dotted 2px #AFAFAF;
}
.placeBox .wdot {
	width: 11em;
	color: #3594D2;
	font-weight: 600;
}
.placeBox .nodot {
	width: calc(100% - 11em);
}
.data03 {
	width: 96%;
	margin: 50px auto 0;
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.data03 li {
	width: 48.5%;
	background: #FFF;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 3%;
}
.data03 li:last-child {
	width: 100%;
}
.data03 .p01 {
	width: 100%;
	height: 54px;
	background: #25323E;
	text-align: center;
	line-height: 54px;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
	margin-bottom: 20px;
}
.data03 .plast {
	text-align: center;
	padding: 20px 0;
	font-weight: 600;
	font-size: 16px;
}
.data03 .plast span {
	color: #3594D2;
}
.table_adc {
	width: 96%;
	margin: 0 auto 80px;
	max-width: 960px;
	border-top: 2px solid #D3D7DB;
}
.table_adc th {
	padding: 30px 0;
	border-bottom: 2px solid #D3D7DB;
}
.table_adc td {
	padding: 30px 30px;
	border-bottom: 2px solid #D3D7DB;
}
.table_adc th {
	background: #F3F6FA;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	vertical-align: top;
	width: 23%;
}
.table_adc td {
	font-size: 17px;
	vertical-align: top;
}
.table_adc td p span.tb01 {
	font-weight: 600;
	color: #3594D2;
}
.tableBox01, .tableBox02 {
	display: flex;
	flex-wrap: wrap;
}
.tableBox01 .figs {
	width: 50%;
	box-sizing: border-box;
	padding: 20px 10px;
	text-align: center;
}
.tableBox02 .figs {
	width: 50%;
	box-sizing: border-box;
	padding: 10px 5px;
	text-align: center;
}
.tableBox02 .figs img {
	height: 150px;
	width: auto;
	margin-bottom: 25px;
}
.tableBox02 .figs p span {
	font-weight: 600;
}
.ptandb img {
	padding: 30px 0 45px;
}
.table_adc td .pmini {
	font-size: 13px;
}
.table_adc td .p02 {
	font-size: 14px;
	padding-top: 10px;
}
.figslast {
	width: 90%;
	margin: 15px 0 0;
}
.faqWrap {
	width: 96%;
	margin: 0 auto;
	max-width: 900px;
}
.faqBox {
	margin: 0 auto 20px;
	padding: 30px 0 40px;
	border-bottom: 2px dotted #D3D7DB;
}
.que {
	color: #30B5DF;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	min-height: 40px;
	padding: 10px 0 5px 50px;
	line-height: 1.6em;
}
.que:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url("./airque.png") no-repeat center center;
	background-size: contain;
}
.ans {
	font-size: 16px;
	position: relative;
	min-height: 40px;
	padding: 10px 0 5px 50px;
	line-height: 1.6em;
}
.ans:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url("./airans.png") no-repeat center center;
	background-size: contain;
}
.pdflink {
	text-align: center;
	padding: 10px 0;
}
.pdflink a {
	font-size: 12px;
	display: inline-block;
	padding-left: 22px;
	position: relative;
	line-height: 1.6em;
}
.pdflink a:before {
	content: "";
	position: absolute;
	left: 0;
	top: -3px;
	width: 18px;
	height: 24px;
	background: url("../img/337946.png") no-repeat center center;
	background-size: contain;
}
.pdflink a:hover {
	text-decoration: none;
}
.fnote {
	font-size: 12px;
	line-height: 1.4em;
	text-align: right;
	padding: 40px 0 0;
	width: 100%;
}
.pmini2 {
	padding: 0 10%;
	font-size: 14px;
}
@media screen and (max-width: 1100px) {
.mainBox {
	min-height: 300px;
}
.mainBox .mainText {
	padding: 10% 0 0 0%;
}
.mainBox .mainFig {
	box-sizing: border-box;
	padding: 2%;
}
.mainBox .mainText .p01 {
	font-size: 28px;
	padding-bottom: 10px;
}
.mainBox .mainText .p02 {
	font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.bg01 {
	background: #F3F6FA;
	padding: 60px 0;
}
.adc .h201 {
	font-size: 18px;
}
.adc .p01c {
	font-size: 14px;
	padding: 0 2%;
}
.adc .p02c {
	font-size: 20px;
}
.bp03 {
	font-size: 22px;
}
.mb20 {
	margin-bottom: 20px;
}
.bp03 span {
	font-size: 28px;
}
.p03c {
	font-size: 13px;
	padding: 20px 0;
	text-align: center;
	color: #7C7C7C;
}
.mainBox {
	display: block;;
}
.mainBox .mainText {
	padding: 10% 0 0 0%;
	width: 100%;
}
.mainBox .mainFig {
	width: 100%;
	box-sizing: border-box;
	padding: 2% 10%;
}
.mainBox .mainText .p01 {
	font-size: 22px;
	padding-bottom: 10px;
}
.bp02 {
	font-size: 20px;
}
.flow01 {
	margin: 40px auto;
}
.flowBox {
	width: 100%;
	position: relative;
	background: #F3F6FA;
	min-height: 160px;
	box-sizing: border-box;
	padding: 20px;
}
.num02 {
	padding: 20px;
}
.fig03 {
	position: absolute;
	height: 120px;
	width: 120px;
	top: -20px;
}
.flowBox .textBox {
	padding: 0 0 0 140px;
}
.flowBox .textBox .p01 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 5px;
}
.flowBox .textBox .p02 {
	font-size: 14px;
}
.flow01Arrow {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	min-height: 70px;
	padding: 10px 0 0 0;
	background: url("../img/airArrow01.png") no-repeat center top;
	background-size: 80px auto;
}
.eviBox {
	width: 92%;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 2px #d7dde2;
	position: relative;
	box-sizing: border-box;
	padding: 40px 20px 30px;
}
.evi01 {
	margin-bottom: 80px;
}
.eviBox .p01 {
	width: 220px;
	position: absolute;
	height: 36px;
	top: -18px;
	left: calc(50% - 110px);
	background: #25323E;
	border-radius: 27px;
	text-align: center;
	line-height: 36px;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
}
.eviBox .p02 {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
	text-align: center;
}
.eviBox .p03 {
	font-size: 14px;
	padding: 0 3% 20px;
}
.eviBox .p04 {
	font-size: 15px;
	padding: 0 5% 10px;
	display: flex;
	line-height: 1.4em;
}
.eviBox .p04 .text01 {
	width: 12em;
	color: #3594D2;
	font-weight: 600;
}
.eviBox .p04 .text02 {
	width: calc(100% - 12em);
}

.eviBox .p05 {
	font-size: 13px;
	padding: 20px 0;
	text-align: center;
	color: #7C7C7C;
}
.eviBox .p06 {
	font-size: 12px;
	padding: 30px 0 0;
}
.data01 {
	width: 96%;
	margin: 0 auto;
}
.data02 {
	width: 100%;
	margin: 0 auto;
}
.data01 ul {
	width: 100%;
	margin: 30px auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.data02 ul {
	width: 100%;
	margin: 30px auto 40px;
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.data01 ul li, .data02 ul li {
	width: 32.33%;
	box-sizing: border-box;
	padding: 20px 10px 20px;
	background: #F3F6FA;
	border-radius: 10px;
}
.data01 .p01 {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #30b5df;
	margin: 0 auto 10px;
}
.data02 .p02 {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
	margin: 0 auto 10px;
}
.data02 .p03 {
  font-size: 13px;
  text-align: center;
	margin: 20px auto 0px;
}
.fig09 {
	width: 96%;
	margin: 20px auto;
	max-width: 750px;
}
.placeBox, .placeBox2  {
	width: 96%;
	margin: 30px auto;
	max-width: 960px;
}
.placeBox2 {
	margin-top: 60px;
}
.title-border {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
	margin-bottom: 20px;
}
.title-border:before,
.title-border:after {
  border-top: 2px solid #D3D7DB;
  content: "";
  flex-grow: 1;
}
.title-border:before {
  margin-right: 1rem;
}
.title-border:after {
  margin-left: 1rem;
}
.placeBox p {
	font-size: 15px;
	padding: 10px 0 10px;
	display: flex;
	line-height: 1.4em;
	width: 100%;
	border-bottom: dotted 2px #AFAFAF;
}
.placeBox .wdot {
	width: 11em;
	color: #3594D2;
	font-weight: 600;
}
.placeBox .nodot {
	width: calc(100% - 11em);
}
.data03 {
	width: 96%;
	margin: 50px auto 0;
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.data03 li {
	width: 48.5%;
	background: #FFF;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 3%;
}
.data03 li:last-child {
	width: 100%;
}
.data03 .p01 {
	width: 100%;
	height: 54px;
	background: #25323E;
	text-align: center;
	line-height: 54px;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
	margin-bottom: 20px;
}
.data03 .plast {
	text-align: center;
	padding: 20px 0;
	font-weight: 600;
	font-size: 16px;
}
.data03 .plast span {
	color: #3594D2;
}
.table_adc {
	width: 96%;
	margin: 0 auto 60px;
	border-top: 1px solid #D3D7DB;
}
.table_adc th {
	padding: 20px 0;
	border-bottom: 1px solid #D3D7DB;
}
.table_adc td {
	padding: 20px 20px;
	border-bottom: 1px solid #D3D7DB;
}
.table_adc th {
	background: #F3F6FA;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	vertical-align: top;
	width: 23%;
}
.table_adc td {
	font-size: 15px;
	vertical-align: top;
}
.tableBox01, .tableBox02 {
	display: flex;
	flex-wrap: wrap;
}
.tableBox01 .figs {
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
}
.tableBox02 .figs {
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}
.tableBox02 .figs img {
	height: 110px;
	width: auto;
	margin-bottom: 25px;
}
.tableBox02 .figs p {
	text-align: left;
}
.tableBox02 .figs p span {
	font-weight: 600;
}
.figslast {
	width: 100%;
	margin: 15px 0 0;
}
.faqWrap {
	width: 96%;
	margin: 0 auto;
	max-width: 900px;
}
.faqBox {
	margin: 0 auto 10px;
	padding: 20px 0 20px;
	border-bottom: 2px dotted #D3D7DB;
}
.que {
	color: #30B5DF;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	min-height: 30px;
	padding: 5px 0 5px 40px;
	line-height: 1.6em;
}
.que:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("../img/airque.png") no-repeat center center;
	background-size: contain;
}
.ans {
	font-size: 14px;
	position: relative;
	min-height: 30px;
	padding: 5px 0 5px 40px;
	line-height: 1.6em;
}
.ans:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("../img/airans.png") no-repeat center center;
	background-size: contain;
}
.pmini2 {
	padding: 0 2%;
	font-size: 12px;
}
}
@media screen and (max-width: 600px) {
.bp03 {
	font-size: 16px;
}
.bp03 span {
	font-size: 22px;
}
.num01:before {
	width: 50px;
	height: 50px;
	top: -20px;
	right: 10px;
}
.num02:before {
	width: 50px;
	height: 50px;
	top: -20px;
	right: 10px;
}

.fig03 {
	position: relative;
	height: 150px;
	width: 150px;
	margin: 0 auto 10px;
	top: -20px;
	display: block;
}
.flowBox .textBox {
	padding: 0 0 0 0px;
}
.eviBox .p02 {
	font-size: 15px;
}
.eviBox .p03 {
	font-size: 13px;
	padding: 0 0 20px;
}
.eviBox .p04 {
	font-size: 14px;
	padding: 0 0% 15px;
	display: block;
	line-height: 1.4em;
}
.eviBox .p04 .text01 {
	width: 100%;
	display: block;
	color: #3594D2;
	font-weight: 600;
}
.eviBox .p04 .text02 {
	width: calc(100%);
	
}
.eviBox .p05 {
	font-size: 11px;
	padding: 10px 0;
}
.adc .p02c {
	font-size:18px;
}
.data02 ul {
	max-width: 300px;
	margin-bottom: -50px;
}
.data02 ul li {
	width: 100%;
	margin-bottom: 10px;
}
.data02 .p02 {
  font-size: 16px;
}
.data02 .p03 {
  font-size: 13px;
	margin: 10px auto 0px;
}
.data02 .figs {
	max-width: 150px;
	margin: 0 auto;
}
.databox {
	max-width: 120px;
	margin: 0 auto;
}
.placeBox p {
	font-size: 14px;
	padding: 10px 0 10px;
	display: block;
	line-height: 1.4em;
	width: 100%;
	border-bottom: dotted 2px #AFAFAF;
}
.placeBox .wdot {
	width: 100%;
	color: #3594D2;
	font-weight: 600;
	display: block;
}
.placeBox .nodot {
	width: calc(100%);
	display: block;
	font-size: 13px;
	box-sizing: border-box;
	padding-left: 1.2em;
	padding-right: 1em;
}
.data03 {
	width: 96%;
	margin: 50px auto 0;
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.data03 li {
	width: 100%;
	background: #FFF;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 3%;
}
.data03 li:last-child {
	width: 100%;
}
.data03 .p01 {
	width: 100%;
	height: 36px;
	background: #25323E;
	text-align: center;
	line-height: 36px;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	margin-bottom: 10px;
}
.data03 .plast {
	text-align: left;
	padding: 20px 0;
	font-weight: 600;
	font-size: 15px;
}
.data03 .plast span {
	color: #3594D2;
}

.table_adc {
	width: 96%;
	margin: 0 auto 60px;
	border-top: 1px solid #D3D7DB;
	box-sizing: border-box;
}
.table_adc th {
	background: #F3F6FA;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #D3D7DB;
}
.table_adc td {
	font-size: 15px;
	vertical-align: top;
	display: block;
	width: 100%;
	padding: 20px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #D3D7DB;
}
.tableBox01, .tableBox02 {
	display: block;
	flex-wrap: wrap;
}
.tableBox01 .figs {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px;
}
.tableBox02 .figs {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}
.tableBox02 .figs img {
	height: 110px;
	width: auto;
	margin-bottom: 25px;
}
.tableBox02 .figs p {
	text-align: center;
	font-size: 13px;
}
.tableBox02 .figs p span {
	font-weight: 600;
}
.figslast {
	width: 100%;
	margin: 15px 0 0;
}
.faqWrap {
	width: 96%;
	margin: 0 auto;
	max-width: 900px;
}
.faqBox {
	margin: 0 auto 10px;
	padding: 20px 0 20px;
	border-bottom: 2px dotted #D3D7DB;
}
.que {
	color: #30B5DF;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	min-height: 30px;
	padding: 5px 0 10px 40px;
	line-height: 1.4em;
}
.que:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("../img/airque.png") no-repeat center center;
	background-size: contain;
}
.ans {
	font-size: 13px;
	position: relative;
	min-height: 30px;
	padding: 5px 0 5px 40px;
	line-height: 1.6em;
}
.ans:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("../img/airans.png") no-repeat center center;
	background-size: contain;
}
.fnote {
	font-size: 11px;
	text-align: left;
	}
.ptandb img {
	padding: 20px 0 20px;
}
.table_adc td .pmini {
	font-size: 13px;
}
}
@media screen and (max-width: 414px) {
.adc .p01c {
	text-align: left;
}
.data01 ul li {
	width: 100%;
	margin-bottom: 10px;
}
.fig02 {
	width: 90%;
	margin: 60px auto 50px;
	max-width: 280px;
	padding-bottom: 50px;
}
.fig05 {
	width: 100%;
	margin: 20px auto 30px;
	max-width: 280px;
	padding-bottom: 30px;
}
.pdflink {
	text-align: left;
	margin: 0 2%;
}
}





.adcbtnbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 90px;
	background: rgba(213,213,213,0.80);
	z-index: 100;
}
.adcbtn {
	position: relative;
	top: 10px;
	width: 320px;
	margin: 0 auto;
}
.ftr {
	padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
.ftr {
	padding-bottom: 100px!important;
}
}
@media screen and (max-width: 414px) {
.adcbtnbar {
	position: fixed;
	bottom: 0vh;
	width: 100%;
	height: 85px;
	background: rgba(213,213,213,0.80);
	z-index: 100;
}
.adcbtn {
	position: relative;
	top: 10px;
	width: 280px;
	margin: 0 auto;
}
}


.tokuteiBox {
	width: 100%;
	max-width: 850px;
	height: 340px;
	margin: 0 auto 80px;
	overflow: scroll;
}
.table_tokutei {
	width: 94%;
	margin: 0 auto;
}
.table_tokutei th {
	width: 20%;
	padding: 15px 0 15px 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #575757;
	background: #F5F5F5;
	font-size: 14px;
	font-weight: 600;
}
.table_tokutei th.th01 {
	background: #DEDEDE;
	text-align: center;
	padding: 12px 0 10px 0;
	font-size: 18px;
}
.table_tokutei th.th02 {
	width: 80%;
	background: #DEDEDE;
	text-align: center;
	padding: 12px 0 10px 0;
	border-left: 1px solid #575757;
	font-size: 18px;
}
.table_tokutei td {
	width: 80%;
	padding: 15px 0 15px 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #575757;
	font-size: 14px;
	line-height: 1.6em;
	border-left: 1px solid #575757;
}
.table_tokutei .tred {
	color: #EC1216;
}
.table_tokutei .tlarge {
	font-weight: 600;
	font-size: 15px;
}
.table_tokutei .tsmall {
	font-size: 12px;
}
.table_tokutei .cardlist {
	width: 340px;
	margin: 5px;
}

@media screen and (max-width: 600px) {
.table_tokutei th {
	width: 30%;
	padding: 15px 10px 15px;
	font-size: 13px;
}
.table_tokutei th.th01 {
	padding: 12px 0 10px 0;
	font-size: 15px;
}
.table_tokutei th.th02 {
	width: 70%;
	padding: 12px 0 10px 0;
	font-size: 15px;
}
.table_tokutei td {
	width: 70%;
	padding: 15px 10px 15px;
	font-size: 13px;
	line-height: 1.6em;
}
.table_tokutei .tred {
	color: #EC1216;
}
.table_tokutei .tlarge {
	font-size: 14px;
}
.table_tokutei .tsmall {
	font-size: 11px;
}
.table_tokutei .cardlist {
	width: 80%;
	margin: 5px;
}
}


.voice01 {
	width: 96%;
	margin: 0 auto;
}
.voice01 ul {
	width: 100%;
	margin: 80px auto 0px;
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voice01 ul li {
	width: 31.33%;
	box-sizing: border-box;
	border-radius: 10px;
}
.voice {
	width: 60%;
	margin: 0 auto;
}
.youtubeBox .p02 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.youtubeBox .p02 span.b02 {
	color:#2972D5;
}
.youtubeBox .p02 span.tfn {
	font-size: 12px;
}
.youtube {
  position: relative;
	width: 720px;
	height: 405px;
	margin: 0 auto 0px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 600px) {
.voice01 {
	width: 90%;
}
.voice01 ul li .pdflink {
	text-align: center;
}
.voice01 ul li {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
	
}
.voice {
	width: 50%;
	margin: 0 auto;
}
}
@media screen and (max-width: 1100px) {
.youtubeBox .p02 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.youtubeBox .p02 span.b02 {
	color:#2972D5;
}
.youtubeBox .p02 span.tfn {
	font-size: 12px;
}
.youtubeBox {
	width: 90%;
	margin: 0 auto;
}
.youtube {
  position: relative;
  width: 100%;
	height: auto;
  padding-top: 56.25%;
	margin: 5px auto 0px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
}
