@charset "utf-8";

/*----------------------------------------------------
	メインビジュアル
----------------------------------------------------*/
#mainVImg {
	width: 100%;
	padding-top: 44.66%;
	background-image: url("/business/solar/images/index/mainv_bg_pc.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
/* SP */
body.responsive-sp #mainVImg {
	padding-top: 115.1%;
	background-image: url("/business/solar/images/index/mainv_bg_sp.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: 10px;
}

/* panel */
#panelWrap {
	width: 90%;
	max-width: 1430px;
	background-color: rgba(255,255,255,0.9);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -290px;
	margin-bottom: 70px;
	padding: 30px;
	text-align: center;
}
#panelWrap .catch {
	font-weight: bold;
}
#panelWrap ul {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
#panelWrap li {
	width: 48.5%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
#panelWrap li:nth-child(n + 3) { 
 margin-top: 30px;
}

.catch {
	font-size: 1.38rem;
	margin-bottom: 20px;
}
/* SP */
.spVer {
	display: none;
}
body.responsive-sp {
	box-sizing: border-box;
}
body.responsive-sp .spVer {
	display: block;
}
body.responsive-sp #panelWrap {
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -29.9%;
	margin-bottom: 0;
	padding: 5% 5% 2em;
	position: relative;
	box-sizing: border-box;
}
body.responsive-sp #panelWrap:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 24px 14px 24px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: -14px;
	margin: auto;
	opacity: 0.9;
}
body.responsive-sp .catch {
	font-size: 1rem;
}
body.responsive-sp #panelWrap ul {
	display: block;
}
body.responsive-sp #panelWrap li {
	width: 100%;
	margin-bottom: 1em;
}
body.responsive-sp #panelWrap li:last-child {
	margin-bottom: 0;
}

/* btnトータルサポート
----------------------------------------------------------- */
.bnrTotalsupport {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.bnrTotalsupport a {
	display: block;
    background: -webkit-repeating-linear-gradient(-45deg,#f1e1e1 0,#f1e1e1 2px,#fff9f9 2px,#fff9f9 10px);
    background: -o-repeating-linear-gradient(-45deg,#f1e1e1 0,#f1e1e1 2px,#fff9f9 2px,#fff9f9 10px);
    background: repeating-linear-gradient(-45deg,#f1e1e1 0,#f1e1e1 2px,#fff9f9 2px,#fff9f9 10px);
	padding: 50px;
	position: relative;
}
.bnrTotalsupport a:before {
	content: '';
	display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #161415;
    border-right: 2px solid #161415;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
    right: 30px;
	margin: auto;
}
/* SP */
body.responsive-sp .bnrTotalsupport {
	margin-bottom: 2em;
}
body.responsive-sp .bnrTotalsupport a {
	padding: 5% 13.2% 5% 8.2%;
}
body.responsive-sp .bnrTotalsupport a:before {
    width: 10px;
    height: 10px;
    right: 5%;
}

/* 製品ラインナップ
----------------------------------------------------------- */
#lineupWrap {
	width: 100%;
	background-color: #eee;
}
#lineupIn {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 0;
}
.lineupTitle {
	font-size: 2.25rem;
	margin-bottom: 40px;
}
#lineupIn .rInnerBlock {
	padding: 0;
}
#lineupSearchInput {
	margin-bottom: 50px;
}
#lineupSearchInput .rSearchForm span {
	border: none;
	padding: 0 84px 0 20px;
}
#lineupSearchInput .rSearchForm span input[type=text] {
	padding: 20px 0;
	height: 44px;
	font-size: 1.38rem;
}
#lineupSearchInput .rSearchForm #searchIcon {
	width: 44px;
	height: 44px;
	padding: 20px;
}
.lineupBtn {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	margin-bottom: 15px;	
}
.lineupBtn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #161414;
	text-decoration: none;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.lineupBtn a:before {
	content: '';
	display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #161415;
    border-right: 2px solid #161415;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
    right: 30px;
	margin: auto;	
}
.lineupBtn h3 {
	font-size: 1.75rem;
}
.lineupBtn .sub {
	display: inline-block;
	background-color: #eee;
	padding: 0.5em;
	font-size: 1.13rem;
}
/*#product01 a .photo {
	width: 29.7%;
	padding: 0 50px;
}
#product01 a h3 {
	width: 70.3%;
	padding-right: 29.7%;
}*/
#product02-04Wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#product01-04Wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

#product01-04Wrap > div {
	width: 49.16%;
	margin-right: 1.68%;
}
#product01-04Wrap > div:nth-child(even) {
	margin-right: 0;
}
#product02 a {
	width: 100%;
	height: 100%;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	padding: 20px 20px 20px 70px;
}
#product02 a .txt2Line {
	width: 64%;
	margin-left: 0;
	margin-right: auto;
}
#product02 a .photo {
	text-align: center;
}
#product02 a h3 {
	margin-bottom: 0.5em;
}
#product01-04Wrap > div a {
	padding-left: 60px;
}
#product01-04Wrap > div a h3 {
	text-align: left;
}
#product01-04Wrap > div a .photo {
	width: 27.8%;
	margin-right: 40px;
}
/* SP */
body.responsive-sp #lineupIn {
	padding: 5% 0 10%;
}
body.responsive-sp .lineupTitle {
	font-size: 1.13rem;
	margin-bottom: 1em;
}
body.responsive-sp #lineupSearchInput {
	margin-bottom: 1.5em;
}
body.responsive-sp #lineupSearchInput .rSearchForm span {
	padding: 0 44px 0 10px;
}
body.responsive-sp #lineupSearchInput .rSearchForm span input[type=text] {
	padding: 10px 0;
	height: 22px;
	font-size: 1rem;
}
body.responsive-sp #lineupSearchInput .rSearchForm #searchIcon {
	width: 22px;
	height: 22px;
	padding: 10px;
}
body.responsive-sp .lineupBtn a {
	padding: 5% 15% 5% 5%;
}
body.responsive-sp .lineupBtn a:before {
    width: 10px;
    height: 10px;
    right: 5%;
}
body.responsive-sp #product01-04Wrap > div a .photo {
	padding: 0;
	width: 32%;
	margin-right: 0;
}
body.responsive-sp #product03 a .photo img,
body.responsive-sp #product04 a .photo img {
	width: 100%;
	padding: 0 15%;
	box-sizing: border-box;
}
body.responsive-sp #product01-04Wrap > div a h3 {
	width: 68%;
	padding-right: 0;
	padding-left: 10px;
	font-size: 1rem;
	text-align: left;
}
body.responsive-sp #product01-04Wrap,
body.responsive-sp #product01-04Wrap > div {
	display: block;
	width: 100%;
	margin-right: 0;
}
body.responsive-sp #product01-04Wrap > div a {
	padding: 5% 15% 5% 5%;
}
body.responsive-sp #product02 a {
	flex-flow:row nowrap;
}
body.responsive-sp #product02 a .txt2Line {
	width: 68%;
	padding-right: 0;
	padding-left: 10px;
	font-size: 1rem;
}
body.responsive-sp #product02 a h3 {
	font-size: 1rem;
	width: 100%;
	padding: 0;
	text-align: left;
}
body.responsive-sp #product02.lineupBtn a .sub {
	width: 100%;
	font-size: 0.75rem;
	text-align: left;
}


/* 出力制御に関する対応について
----------------------------------------------------------- */
.controlWrap {
	width: 100%;
	margin: 80px 0 70px;
    background: -webkit-repeating-linear-gradient(-45deg,#f3ddc9 0,#f3ddc9 2px,#ffffff 2px,#ffffff 10px);
    background: -o-repeating-linear-gradient(-45deg,#f3ddc9 0,#f3ddc9 2px,#ffffff 2px,#ffffff 10px);
    background: repeating-linear-gradient(-45deg,#f3ddc9 0,#f3ddc9 2px,#ffffff 2px,#ffffff 10px);
	padding: 20px 0;
}
.controlBtn {
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.controlBtn a {
	display: block;
	background: rgba(255,255,255,0.7);
	background-image: url(/business/solar/images/index/ic_control.svg);
	background-repeat: no-repeat;
	background-position: 40px center;
	background-size: 42px auto;
	padding: 20px 96px;
	color: #161415;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5rem;
	position: relative;
}
.controlBtn a:before {
	content: '';
	display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #161415;
    border-right: 2px solid #161415;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
    right: 30px;
	margin: auto;
}
/* SP */
body.responsive-sp .controlWrap {
	margin: 2em 0;
}
body.responsive-sp .controlBtn a {
    background-position: 5% center;
    background-size: 24px auto;
	padding: 5% 15% 5% 15%;
	font-size: 1rem;
}
.controlBtn a {
}

body.responsive-sp .controlBtn a:before {
    width: 10px;
    height: 10px;
    right: 5%;
}

/* バナー
----------------------------------------------------------- */
.bnr {
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 100px;
}
.bnr li {
	width: 47.5%;
}
.bnr li.alCenter {
	margin-left: auto;
	margin-right: auto;
}
/* SP */
body.responsive-sp .bnr {
	width: 76%;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	display: block;
}
body.responsive-sp .bnr li {
	width: 100%;
	margin-bottom: 10px;
}
body.responsive-sp .bnr li:last-child {
	margin-bottom: 0;
}

/*----------------------------------------------------
	共通要素
----------------------------------------------------*/

/* 要素ブロック
----------------------------------------------------------- */
.rBlock {
	padding: 10px;
	background-color: #dbe0e4;
	border-radius: 5px;
}
body.responsive-sp .rBlock {
	padding: 0;
	background-color: #fff;
	box-shadow: none;
	border-radius: 0;
}

/* 要素ブロック(ダーク)
----------------------------------------------------------- */
.rBlockDark {
	padding: 10px;
	background-color: #3d3d3d;
	border-radius: 5px;
}
body.responsive-sp .rBlockDark {
	box-shadow: none;
	border-radius: 0;
}

/* 子要素ブロック
----------------------------------------------------------- */
.rChildBlock {
	padding: 16px;
	background-color: #fff;
	border: 1px solid #b9bec2;
	border-radius: 4px;
}
body.responsive-sp .rChildBlock {
	box-shadow: 0 0 4px 0 rgba( 0,0,0,0.2 );
}

/* 要素内側ブロック
----------------------------------------------------------- */
.rInnerBlock {
	padding: 16px 12px;
	background-color: #fff;
}
body.responsive-sp .rInnerBlock {
	padding: 20px 0 30px 0;
}

/* 要素内側ブロック(強調)
----------------------------------------------------------- */
.rInnerBlockStrong {
	padding: 12px;
	background-color: #fffecd;
}

/* 要素タイトル
----------------------------------------------------------- */
.rTitle {
	margin-bottom: 0.6em;
	font-size: 123.1%;
	text-align: left;
}
body.responsive-sp .rBlock .rTitle {
	padding: 10px;
	margin: 0 -10px;
	background-color: #e6e6f2;
	border-left: 6px solid #295e71;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #c0c2d8;
	font-weight: bold;
	font-size: 107.6923%;
}

/* ダークブロック内 配置時 */
.rBlockDark .rTitle {
	color: #fff;
}

/* タイトル内 リンク */
.rTitle a {
	display: block;
}
.rTitle a:before {
	display: inline-block;
	width: 16px;
	height: 15px;
	margin-left: 11px;
	margin-right: 11px;
	vertical-align: -0.1em;
	background: url("../images_global/r_title_link.png") no-repeat;
	content: "";
}
.rTitle a:link,
.rTitle a:visited {
	color: #333;
	text-decoration: none;
}
.rTitle a:hover,
.rTitle a:active {
	color: #666;
	text-decoration: none;
}

body.responsive-sp .rTitle a:before {
	display: none;
}

/* 子要素タイトル
----------------------------------------------------------- */
.rChildTitle {
	margin-bottom: 0.4em;
	font-size:138.5%;
}

/* ページタイトル
----------------------------------------------------------- */
.rTitleBlock {
	padding: 0 0 4px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #dbe0e4;
}
.rPageTitle {
	padding: 0 0 0 10px;
	border-left: 6px solid #164454;
	font-size:138.5%;
}

/* リンクリスト
----------------------------------------------------------- */
.rLinkList {
	font-size: 108%;
	text-align: left;
	background-color: #fff;
}
.rLinkList li {
	border-top: 1px solid #dbe0e4;
}
.rInnerBlock .rLinkList {
	margin: -16px -12px;
}
.rLinkList li:first-child {
	border-top: 0;
}
.rLinkList li a {
	position: relative;
	display: block;
	padding: 16px 12px 16px 34px;
	color: #333;
}
.rLinkList li a:before {
	position: absolute;
	left: 16px;
	top: 50%;
	display: block;
	width: 8px;
	height: 10px;
	margin-top: -5px;
	background: url("../images_global/r_link.png") no-repeat;
	content: "";
}
.rLinkList li a:link,
.rLinkList li a:visited {
	color: #333;
	text-decoration: none;
}
.rLinkList li a:active,
.rLinkList li a:hover {
	color: #666;
	text-decoration: none;
}

/* SP */
body.responsive-sp .rBlock .rLinkList {
	margin-left: -10px;
	margin-right: -10px;
}
body.responsive-sp .rLinkList li a {
	padding: 20px 10px 20px 40px;
}
body.responsive-sp .rLinkList li a:before {
	left: 12px;
	width: 16px;
	height: 15px;
	margin-top: -7.5px;
	background: url("../images_global/r_title_link.png") no-repeat;
}

/* リンクボタン
----------------------------------------------------------- */
.rLinkBtn {
	position: relative;
	display: block;
	padding: 16px 28px;
	background-color: #cbd2d7;
	border-radius: 5px;
	text-align: center;
	color: #333;
	font-size: 116%;
	font-weight: bold;
	text-decoration: none;
}
.rLinkBtn:link,
.rLinkBtn:visited {
	color: #333;
	text-decoration: none;
}
.rLinkBtn:active,
.rLinkBtn:hover {
	color: #666;
	text-decoration: none;
}
.rLinkBtn:before {
	position: absolute;
	left: 16px;
	top: 50%;
	display: block;
	width: 8px;
	height: 10px;
	margin-top: -5px;
	background: url("../images_global/r_link.png") no-repeat;
	content: "";
}

/* 問い合わせボタン
----------------------------------------------------------- */
a.rInfoBtn {
	position: relative;
	display: block;
	padding: 12px 12px 12px 44px;
	background-color: #e88622;
	border-radius: 4px;
	color: #fff;
	font-size:108%;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.rInfoBtn:before {
	position: absolute;
	left: 13px;
	top: 50%;
	width: 18px;
	height: 19px;
	margin-top: -9.5px;
	background: url("/business/images_global/r_info_pc_blank.png") no-repeat;
	content: "";
}
.rInfoBtn:link,
.rInfoBtn:visited {
	color: #fff;
	text-decoration: none;
}
.rInfoBtn:hover,
.rInfoBtn:active {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}


/* 検索フォーム
----------------------------------------------------------- */
.rSearchForm {
	position: relative;
}
.rSearchForm span {
	display: block;
	padding: 0 54px 0 10px;
	border: 1px solid #b9bec2;
	background-color: #fff;
}
.rSearchForm span input[type=text] {
	display: block;
	width: 100%;
	height: 42px;
	border: 0;
	outline: 0;
	background: transparent !important;
	font-size:108%;
}
.rSearchForm input[type=image] {
	position: absolute;
	right: 0;
	top: 0;
}


/* #searchInfo
----------------------------------------------------------- */

/*PC searchInfo 修正 2017-01-11*/

#searchInfo {
	height: 50px;
	overflow: hidden;
	text-align: left;
}

#searchInput {
	float: left;
	width: 390px;
	height: 42px;
	border: 1px solid #999;
}

#indexSearch #MF_form_phrase2 {
	width: 320px;
	height: 42px;
	border: none;
	outline: none;
	margin: 0;
	padding: 0 10px;
	color: #999;
	font-size:116%;
}
#indexSearch #MF_form_phrase2:focus {
	color: #403d33;
}

#searchIcon {
	float: right;
}

/*/PC searchInfo 修正 2017-01-11*/


/* module_proper.html追加---20180801---
----------------------------------------------------------- */
#module_proper #mainInner {
	padding: 15px;
	text-align: left;
}
#module_proper .main_box dl dt {
	font-weight: bold;
	padding-bottom: 10px;
}
#module_proper .main_box dl dd {
	padding: 0 0 20px 18px;
}
#module_proper .main_box dl dd:last-child {
	padding-bottom: 0;
}
#module_proper table td {
	vertical-align: middle;
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print, screen and (min-width: 768px) {
	.pcDisNone {display: none !important;}
}
/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	.spDisNone {display: none !important;}
}
/* ------------------------------
2021.09. Add
----------------------------- */
/* MV */
#mainV {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#mainVTxt {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: left;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.mainSTtl {
	font-weight: bold;
	text-shadow: 0 0 20px rgb(255 255 255), 0 -1px 10px rgb(255 255 255), -1px 0 10px rgb(255 255 255);
}

#panelWrap {
	margin-top: 0;
}
/* SP */
body.responsive-sp #mainVWrap {
	margin-top: 10px;
}
body.responsive-sp #panelWrap {
	margin-top: 0;
}
body.responsive-sp .mainSTtl {
	padding: 0 0.75em;
	font-size: 1.3em;
	line-height: 1.2;
}
body.responsive-sp .mainSTtl .num {
	font-size: 1.5em;
}
@media only screen and (max-width: 767px) {
}
/* PC */
@media print, screen and (min-width: 768px) {
#mainVWrap {
	max-width: 1200px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.mainSTtl {
	font-size: 3.23em;
	padding-left: 60px;
}
.mainSTtl .num {
	font-size: 1.24em;
}
#panelWrap {
	width: 90%;
	max-width: 1200px;
	padding: 30px 0 0;
	margin-bottom: 60px;
}
#panelWrap .catch {
	font-size: 1.54em;
	margin-bottom: 25px;
}
.bnrTotalsupport {
	width: 90%;
	max-width: 980px;
	margin-bottom: 60px;
}
.bnrTotalsupport a {
	padding: 30px;
}
.bnrTotalsupport a img {
	max-width: 546px;
	margin-left: auto;
	margin-right: auto;
}
#lineupIn {
	padding: 55px 0 60px;
}
.lineupTitle {
	font-size: 2.62em;
	margin-bottom: 20px;
}
#lineupSearchInput .rSearchForm span input[type=text] {
	font-size: 1.23em;
	padding: 1em 0;
	height: auto;
	min-height: 60px;
	box-sizing: border-box;
}
#lineupSearchInput .rSearchForm #searchIcon {
	padding: 8px 20px;
}
#lineupSearchInput {
	margin-bottom: 30px;
}
.lineupBtn h3 {
	font-size: 2.15em;
}
.lineupList {
	margin-bottom: -20px;
}
.lineupBtn .sub {
	font-size: 1.23em;
}
.controlWrap {
	margin: 60px 0;
}
.controlBtn {
	max-width: 600px;
}
.lineupBtn {
	margin-bottom: 20px;
}
.bnr {
	margin-bottom: 60px;
}
}

/* 2023.04.20 Add */
#topSlide img {
	vertical-align: bottom;
}
/* MV */
#topSlide .slick-list div > div > div {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#topSlide .slick-list div > div > div > div {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: left;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

body.responsive-sp #topSlide {
	margin-top: 10px;
}
body.responsive-sp #panelWrap:after {
	content: none;
}
body.responsive-sp #mainVWrap {
	margin-top: 0;
}

#iFAword2023Wrap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeeee;
	box-sizing: border-box;
}
#iFAword2023Wrap .logo,
#iFAword2023Wrap .linkBtn,
#iFAword2023Wrap .copyTxt {
	text-align: left;
	box-sizing: border-box;
}
#iFAword2023Wrap .copyTxt {
	line-height: 1.6;
}
#iFAword2023Wrap .copyTxt .ttl {
	font-weight: bold;
}
#iFAword2023Wrap .linkBtn > li {
	margin-bottom: 10px;
}
#iFAword2023Wrap .linkBtn > li:last-child {
	margin-bottom: 0;
}
#iFAword2023Wrap .linkBtn a {
	display: block;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	padding: 0.75em 2em;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	position: relative;
}
#iFAword2023Wrap .linkBtn a::after {
	content: '';
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	left: 0.75em;
	top: 0;
	bottom: 0;
	margin: auto;
}

.bnrWrap .bnr2ColBlock {
	display: flex;
	width: 100%;
	text-align: center;
}

.bnrWrap .bnr2ColBlock div {
	width: 50%;
	text-align: left;
}

.bnrWrap .bnr2ColBlock div p{
	font-size: 1.2em;	
}

.bnrWrap .bnr2ColBlock div .ttl{
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 1.8em;	
}

.bnrWrap .bnr2ColBlock .btn{
	margin-top: 2em;
}

.bnrWrap .bnr2ColBlock .btn span{
	font-size: 0.8em;
	display: block;
}

.bnrWrap .bnr2ColBlock .btn a{
	font-size: 1.0em;
	display: inline-block;
	border-radius: 5px;
	margin-top: 0.5em;
	padding: 8px 10px;
	border: 1px solid #999;
	color: #333;
}
.bnrWrap .bnr2ColBlock .btn a:hover{
	background: #ccc;
}


.bnrWrap .bnr2ColBlock .bnrImg {
	width: 50%;
	margin: 0 auto 2em;
}


@media screen and (max-width: 768px) {
#iFAword2023Wrap {
	margin-top: 20px;
	padding: 20px;
}
#iFAword2023Wrap .logo {
	width: 49.4%;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#iFAword2023Wrap .copyTxt {
	margin-bottom: 1em;
}
#iFAword2023Wrap .copyTxt .ttl {
	font-size: 1.125rem;
}
#iFAword2023Wrap .linkBtn a {
	padding: 0.75em 3em;
}
#iFAword2023Wrap .linkBtn a::after {
	left: 1.5em;
}
.bnrWrap .bnrImg {
	width: 76%;
	max-width: 380px;
	margin: 0 auto 2em;
}
	
.bnrWrap .bnr2ColBlock {
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: center;
}

	
}
@media print, screen and (min-width: 768px) {
#topSlide {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#topSlide #mainVWrap {
	width: 100%;
}
#iFAword2023Wrap {
	max-width: 1200px;
	margin-top: 30px;
	padding: 25px;
	display: flex;
	align-items: center;
}
#iFAword2023Wrap .logo {
	width: 16.7%;
}
#iFAword2023Wrap .linkBtn {
	width: 17.5%;
}
#iFAword2023Wrap .copyTxt {
	width: 65.8%;
	padding: 0 25px;
}
#iFAword2023Wrap .copyTxt .sub {
	font-size: 1.125rem;
}
#iFAword2023Wrap .copyTxt .ttl {
	font-size: 1.5rem;
}
#iFAword2023Wrap .linkBtn a {
	font-size: 1rem;
}
.bnrWrap {
	width: 90%;
	max-width: 900px;
	margin: 0 auto 60px;
	display: flex;
/* バナー2点 */
/*	justify-content: space-between;
	align-items: stretch; */
/* バナー1点 */
	justify-content: center;
}
.bnrWrap .bnrBlock {
	display: flex;
	flex-direction: column;
	width: 46.3%;
	text-align: center;
}
.bnrWrap .bnrBlock .bnr {
	margin-top: auto;
	margin-bottom: 0;
}
.bnrWrap .bnrBlock .bnr,
.bnrWrap .bnrBlock .bnr li {
	width: 100%;
	max-width: auto;
}
}