@charset "utf-8";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #a00000}

/* レイアウト */
.t10b { font-size: 10px; line-height:14px;}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

/* CSS初期設定 */
.clear {clear: both;}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
.disnone{display:none;}
.faqdisnone{display:none;}

/* for macIE \*/ 
* html .clearFloat {height: 1%;}
.clearFloat {display: block;}

/* end of for macIE */
.clearFloat {overflow:hidden;}
a.OpaChange:hover *{
	filter:alpha(opacity=70); /*IE*/
	-moz-opacity:0.70; /*FF*/
	opacity:0.70;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
p.images img{
	width:250px;
	height:auto!important;
}

section:nth-of-type(odd){background-color:#e9eef4;}
section:nth-of-type(even){background-color:#fff;}


main * { font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
h2 {
	font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #7ACFDB;
    width: 100%;
    display: block;
	font-weight: bold;
    margin: 10px 0;
    padding-bottom: 10px;
    color: #069;
}
h3{
    text-align: center;
    margin: 25px auto 10px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #1F518E;
}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 20px 0;
	box-sizing: border-box;
}

/*ぱんくず*/
#pastlist{
	display:block;
	line-height:1.34em;
	height:auto;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
} 

/*title*/
#title {
	height: 240px;
    position: relative;
    background-image: url(../images/title_01.jpg);
    background-repeat: no-repeat;
}
#title span {
	width: 100%;
    position: absolute;
    bottom: 25%;
    margin: auto;
    color: #FFF;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 80%), 0px 1px 0px rgb(255 255 255 / 30%);
    font-size: 14px;
    text-align: center;
}
#title img {
	padding-top: 50px;
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
}

/*nav*/
nav#navi {
    width: 100%;
    background: #7ACFDB;
    margin-bottom: 5px;
}
nav#navi ul {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
nav#navi ul li {
    display: block;
    float: left;
    width: 33.33333%;
    font-size: 12px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
nav#navi ul li:last-child {
    border-right: none;
}
nav#navi ul li a {
    display: block;
    color: #FFF;
    padding: 10px 0;
}

/**/
#navList{
	position: relative;
	padding: 0 0 15px 0;
}
#navList dl li {
    width: auto;
    float: left;
}
#navList li{
    font-size: 14px;
}
#navList > li dt{
	margin-bottom: 5px;
	font-weight: bold;}
#navList > li dd{margin-bottom: 10px;}
#navList > li ul {
	width: 100%;
    display: inline-block;
}
#navList > li li a{padding: 0 5px;}
#navList_listbox_hidden{display:none;}
#navList #click__more {
	margin: 0 auto 0;
    color: #1F518E;
    font-size: 14px;
    box-sizing: border-box;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 50px;
    text-align: right;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 50%);
    cursor: pointer;
    transition: bottom 0.2s;
}
#navList #click__more.resclose {
	background:none;
	padding: 0;
}
#navList #click__more.resclose:before,
#navList #click__more.resopen:before {
	position: absolute;
	left: 74%;
    margin-top: 5px;
}
/*#navList #click__more.resclose:before {content: "▲";font-size: 10px;}
#navList #click__more.resopen:before {content: "▼";font-size: 10px;}*/

/*box*/
.cool_box {
	width: 100%;
    margin-bottom: 20px;
    padding: 10px 10px 30px 10px;
    background: #FFF;
    box-sizing: border-box;
	border-radius: 20px;
    border: 3px solid #e9eef4;
}
/*section:nth-of-type(odd) .cool_box {background: #fafafa;}*/
.cool_box h4{
    font-size: 20px;
    color: #111;
    font-weight: bold;
    letter-spacing: 0.1em;
	margin-top: 16px;
    margin-bottom: 12px;	
}
.cool_box dt{
    font-size: 20px;
    color: #1F518E;
    font-weight: bold;
}
.cool_box dd.textbox{
	width:100%;
	padding:5px;
	margin-bottom:2%;
	font-size: 14px;
	line-height: 1.7;
	color:#333; 
}
.cool_box dd.textbox p{
    margin: 0 auto 2%;
}
.cool_box dd.orange_btn li a{
	width: 94%;
    display: block;
    font-size: 16px;
	letter-spacing: 0.2em;
    background: #ff9326;
    color: #FFF;
    margin: 0 auto 3%;
    padding: 8px 0 10px;
    text-align: center;
    position: relative;
    box-shadow: 2px 2px 1px #cf7419;
}
.cool_box dd.orange_btn li a:hover{
	-webkit-transform: translate(1px, 1px);
    box-shadow: 0px 0px 1px #cf7419;
	opacity: 1;
    transition: 0.1s;
}
.kankobtn{
	width: 88%;
    font-size: 16px;
	letter-spacing: 0.2em;
    background: #1F518E;
    color: #FFF!important;
    margin: 0 auto 3%;
    padding: 8px 24px 10px;
    text-align: center;
    position: relative;
    clear: both;
    display: block;
    box-sizing: border-box;
    box-shadow: 2px 2px 1px #778899;
}
.kankobtn:hover{
	-webkit-transform: translate(1px, 1px);
    box-shadow: 0px 0px 1px #778899;
	opacity: 1;
    transition: 0.1s;
}

/*planboxarea*/
.planboxarea h5 {
	width: 100%;
    font-size: 10px;
	letter-spacing: 0.1em;
    color: #7ACFDB;
    margin: 2% 0;
    display: inline-block;
}
.planboxarea {
	clear: both;
	/*margin-bottom: 30px;*/
}
.planboxarea li.slick-slide{
    width: 48%;
    margin: 0 1% 1%;
    padding: 5px 5px 15px;
    float: left;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px #aaa;
	background:#FFF;
}
.planboxarea li:hover{
	cursor:pointer;
	opacity:0.85;
}
.planboxarea li .thumb {
    margin-bottom: 5px;
}

.planboxarea li img {
    width: 100%;
    height: auto;
}
.planboxarea li dl{padding: 0 2%;}
.planboxarea li dt{
	width: 100%;
    font-size: 15px;
	margin-left: 0px;
}
.planboxarea li dd{
    font-size: 10px;
	margin-bottom: 5px;
}

/*tripa*/
#tripabox {
    overflow: hidden;
    display: block;
    padding: 0 0;
    margin-bottom: 15px;
}
#tripabox .inner div {
    border-bottom: 2px solid #ccc!important;
    padding: 10px;
    background: #FFF;
    margin-bottom: 10px;
}
#tripabox .inner div p {
    float: left;
    margin: 0 20px 0 0;
    width: 75px;
    height: 75px;
}
#tripabox .inner div p img{
	width:100%;
	height:auto;
}
#tripabox .inner div dl{
	overflow:hidden;
	display:block;
	padding:0;
}
#tripabox .inner div:last-child{border-bottom:none}
#tripabox .inner div dt{
	font-size:14px;
	margin:0 0 10px 0;
	padding:0;
}
#tripabox .inner div dt a{color:#000;}
#tripabox .inner div dd{
	font-size:12px;
	color:#999;
}
#tripabox .inner div dd > span{
	display:block;
	margin:5px 0 0 0;
}
#tripabox .inner div dd > span a{
	color:#CCC;
	display:inline-block;
	background:none;
	padding:0;
	text-align:center;
	margin-top:0;
	font-size:14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
}
#tripabox .inner div dd > span span{
	color:#F69;
	display:inline;
}
#tripabox .commonTit{margin:0;}
#tripabox a.btn_tripa {
    background-color: #330000;
    color: #FFFFFF;
    padding: 12px 25px;
    text-align: center;
    font-size: 16px;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 90%;
    margin: 4% auto;
	position:relative;
}

/*hotel link*/
#link_box_hotel {
    width: 96%;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    margin: 0 auto;
}
#link_box_hotel li {
    width: 100%;
    float: left;
    display: inline-block;
    line-height: 1.8;
    font-size: 16px;
    padding: 2px 10px;
}

/*btn after*/
.cool_box .orange_btn li a:after,
#tripabox a.btn_tripa:after,
.kankobtn:after {
    width: 13px;
    height: 13px;
    content: "";
    display: block;
    background: url(//www.nta.co.jp/shared2015/common/images/im_arrow.png) no-repeat;
    position: absolute;
    top: 38%;
    right: 2%;
}
.etsuran_btn{text-align:center;}
.otoku,
.famipack,	
.pr_banner {
    width: 98%;
	margin: 1%;
}
.otoku a,
.famipack a,		
.pr_banner a {width: 100%;}
.otoku p,
.famipack p,	
.pr_banner p {
    text-align: center;
	margin-top:1%;
}

/*Q&A*/
#faq_wrap dl {
	padding: 12px;
	background: #fff;
	position: relative;
	border-bottom: 1px dotted #aaa;
}
#faq_wrap dl:last-child {border-bottom: none;}
#faq_wrap dt {
	font-size: 15px;
    padding: 0 40px;
    word-break: break-all;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
#faq_wrap dt:before,
#faq_wrap dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #333;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    text-indent: 0;
	border-radius:20px;
	line-height: 1.6;
}
#faq_wrap dd:before {content: "A";}
#faq_wrap dd {
	position: relative;
    font-size: 15px;
    margin-top: 10px;
    padding: 10px 40px 10px 40px;
	word-break: break-all;
    /*border-top: 1px dotted #ccc;*/
}
#faq_wrap dt:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    width: 40px;
    height: 100%;
    text-align: center;
    /*font-size: 20px;*/
    color: #333;
    display: grid;
    align-items: center;
	transition-duration: 0.5s;
}
#faq_wrap dt.faqopen:after {content: "－";}
#faq_wrap dt:hover{
	opacity:0.9;
	transition-duration: 0.2s;
}

/*bnlinks*/
#bnlinks{display:none;}

}

/*760px以上*/
@media screen and (min-width: 760px) {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
h2 {
	font-size: 30px;
    border-bottom: 2px solid #7ACFDB;
    width: 100%;
    display: block;
    padding: 15px 0;
    color: #1F518E;
	font-weight: bold;
    margin-bottom: 20px;
    clear: both;
}
h3{
	text-align: center;
    margin: 25px auto;
    font-size: 29px;
	letter-spacing: 0.2em;
	font-weight: bold;
    color: #1F518E;
}
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:30px 0;
	display: block;
}

/*title*/
#title {
    height: 360px;
    overflow: hidden; 
    position: relative;
    text-align: center;
    background-image: url(../images/title_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#title span{
	width: 740px;
    height: 88px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 80%), 0px 1px 0px rgb(255 255 255 / 30%);
    font-size: 20px;
    display: block;
    margin-bottom: 0;
    text-align: center;
    font-weight: normal;
}
#title img{
    padding-top: 100px;
	max-width: 100%;
}

/*nav*/
nav#navi {
	width: 100%;
	margin: 0;
    background: #7ACFDB;
}
nav#navi ul {
	width: 100%;
	max-width:970px;
	min-width:760px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
nav#navi li {
	display: block;
    float: left;
    width: 33.33333%;
    font-size: 16px;
    /*border-left: 1px solid #FFF;*/
    box-sizing: border-box;
}
/*nav#navi li:last-child {border-right: 1px solid #FFF;}*/
nav#navi li a {
    display: block;
    color: #FFF;
    padding: 10px;
}

/**/
#navList{
	position: relative;
	padding: 0 0 15px 0;
}
#navList ul > li {
    width: 50%;
    float: left;
}
#navList dl li {
    width: auto;
    float: left;
}
#navList li{
    font-size: 14px;
	color: #1F518E;
    padding-bottom:5px;
    margin: 0;
    box-sizing: border-box;
}
#navList > li dt{
	margin-bottom: 5px;
	font-size: 16px;
    font-weight: bold;}
#navList > li dd{margin-bottom: 10px;}
#navList > li ul {
    display: flex;
    flex-wrap: wrap;
}
#navList > li li a{padding: 0 5px;}
#navList_listbox_hidden{display:none;}
#navList #click__more {
	margin: 2% auto 0;
    color: #1F518E;
    font-size: 14px;
    box-sizing: border-box;
    clear: both;
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    padding-top: 48px;
    text-align: right;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 50%);
    cursor: pointer;
    transition: bottom 0.2s;
}
#navList #click__more.resclose {
	background:none;
	padding: 0;
}
#navList #click__more.resclose:before,
#navList #click__more.resopen:before {
	position: absolute;
	left: 90%;
}
/*#navList #click__more.resclose:before {content: "▲";}
#navList #click__more.resopen:before {content: "▼";}*/

/*box*/
.cool_box {
	width: 100%;
    margin: 25px 0;
    padding: 5px 20px 30px;
    background: #FFF;
    box-sizing: border-box;
    border-radius: 30px;
    border: 3px solid #e9eef4;
}
/*section:nth-of-type(odd) .cool_box {background: #fafafa;}*/
.cool_box dt{
	font-size: 20px;
    color: #1F518E;
    font-weight: bold;
    width: 400px;
    float: left;
    box-sizing: border-box;
    margin-right: 2%;
    margin-left: 10px;
	margin-bottom: 20px;
}
.cool_box h4{
	width: 100%;
    font-size: 22px;
	letter-spacing: 0.1em;
    color: #111;
    font-weight: bold;
    margin: 4% 0 2%;
}
.cool_box dl:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.cool_box dt img{width: 100%;}
.cool_box dd.textbox{
	line-height: 1.8;
	font-size: 16px;
	margin-right: 5px;
	color:#333; 
}
.cool_box dd.orange_btn li a{
	width: 48%;
    float: left;
    font-size: 18px;
	letter-spacing: 0.2em;
    background: #ff9326;
    color: #FFF;
    margin: 1%;
    padding: 10px 0 12px;
    text-align: center;
    position: relative;
    box-shadow: 2px 2px 1px #cf7419;
}
.cool_box dd.orange_btn li a:hover{
	-webkit-transform: translate(1px, 1px);
    box-shadow: 0px 0px 1px #cf7419;
	opacity: 1;
    transition: 0.1s;
}
.kankobtn{
	width: 80%;
    font-size: 18px;
	letter-spacing: 0.2em;
    background: #1F518E;
    color: #FFF!important;
    margin: 2% auto 5%;
    padding: 12px;
    text-align: center;
    position: relative;
    clear: both;
    display: block;
    box-sizing: border-box;
    box-shadow: 2px 2px 1px #778899;
}
.kankobtn:hover{
	-webkit-transform: translate(1px, 1px);
    box-shadow: 0px 0px 1px #778899;
	opacity: 1;
    transition: 0.1s;
}

/*btn after*/
.orange_btn li a:after,
#tripabox a.btn_tripa:after,
.kankobtn:after {
    width: 13px;
    height: 13px;
    content: "";
    display: block;
    background: url(//www.nta.co.jp/shared2015/common/images/im_arrow.png) no-repeat;
    position: absolute;
    top: 38%;
    right: 2%;
}

/*planboxarea*/
.planboxarea h5 {
	width: 100%;
    /*font-size: 18px;*/
    color: #7ACFDB;
	letter-spacing: 0.1em;
    margin: 1% 0 2%;
    margin: 1% 0;
    display: inline-block;
}
.planboxarea {
	clear: both;
	margin-bottom: 30px;
}
.planboxarea_slick {display: flex;}
.planboxarea li{
	width: 23%;
    margin: 0 1%;
    padding: 5px 5px 15px;
    float: left;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px #aaa;
	background: #FFF;
}
.planboxarea li:hover{
	cursor:pointer;
	opacity:0.85;
}
.planboxarea li .thumb {
    margin-bottom: 10px;
}

.planboxarea li img {
    width: 100%;
    height: auto;
}
.planboxarea li dl{padding: 0 2%;}
.planboxarea li dt{
	width: 100%;
    font-size: 16px;
	margin-left: 0px;
}
.planboxarea li dd {
	font-size: 10px;
    margin-bottom: 8px;
}

/*tripa*/
#tripabox .inner div p img{
	width:100%;
	height:auto;
}
#tripabox .inner div dl{
	overflow:hidden;
	display:block;
	padding:0 0 0 0;
}
#tripabox .inner div:last-child{border-bottom:none}
#tripabox .inner div dt{
	font-size:14px;
	margin:0 0 10px 0;
	padding:0;
}
#tripabox .inner div dt a{color:#000;}
#tripabox .inner div dd{
	font-size:12px;
	color:#999;
}
#tripabox .inner div dd > span{
	display:block;
	margin:5px 0 0 0;
}
#tripabox .inner div dd > span a{
	color:#CCC;
	display:inline-block;
	background:none;
	padding:0;
	text-align:center;
	margin-top:0;
	font-size:14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
}
#tripabox .inner div dd > span span{
	color:#F69;
	display:inline;
}
#tripabox .commonTit{margin:0;}
#tripabox .inner div {
    border-bottom: 1px solid #ccc!important;
    padding: 10px;
    background: #FFF;
}
#tripabox .inner div p {
    float: left;
    margin: 0 20px 0 0;
    width: 75px;
    height: 75px;
}
#tripabox a.btn_tripa {
    background-color: #330000;
    color: #FFFFFF;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 80%;
    margin: 4% auto;
	position:relative;
}

/*right_link_box_area*/
#right_link_box_area {
    background-color: #eee;
    border: 1px solid #ddd;
    margin: 10% 0;
}
#right_link_box_area a {
    display: block;
    font-size: 14px;
    background-color: #fcfcfc;
    margin: 2%;
    padding: 5px 0;
    text-indent: 5%;
}

/*hotel link*/
#link_box_hotel{
	width:100%;
	border:1px solid #000;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	display:block;
    margin: 2% 0 5% 0;
}
#link_box_hotel li {
    width: 25%;
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
}

/*other*/
#bnlinks {
	width: 950px;
    margin: 10px auto 50px;
    padding: 10px 0 0;
    background: #FFFFFF;
    border-top: 1px dashed #CCC;
}
#bnlinks li {
    float: left;
    display: inline;
    width: 180px;
    margin: 0 5px 25px;
    padding: 0;
    font-size: 10px;
}
.otoku,
.famipack,		
.pr_banner {
    width: 100%;
	margin: 0.5% 0;
}
.otoku a,
.famipack a,		
.pr_banner a {width: 100%;}
.otoku a img,
.famipack a img,		
.pr_banner a img {
    max-width: 640px;
    display: block;
    margin: 0 auto 1% auto;
}
.otoku p,
.famipack p,	
.pr_banner p {
	text-align: center;
	margin-bottom: 5px;
}
.otoku:hover,
.famipack:hover,	
.pr_banner:hover{opacity:0.8;}

/*Q&A*/
#faq_wrap dl {
	padding: 15px;
    background: #fff;
    position: relative;
    border-bottom: 1px dotted #aaa;
}
#faq_wrap dl:last-child {border-bottom: none;}
#faq_wrap dt {
	font-size: 18px;
    padding: 0 40px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
#faq_wrap dt:before,
#faq_wrap dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #333;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    text-indent: 0;
	border-radius:20px;
}
#faq_wrap dd:before {content: "A";}
#faq_wrap dd {
	position: relative;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
    padding: 10px 100px 10px 40px;
}
#faq_wrap dt:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    text-align: center;
    /*font-size: 20px;*/
	background: #FFF;
    color: #333;
    display: grid;
    align-items: center;
	transition-duration: 0.5s;
}
#faq_wrap dt.faqopen:after {content: "－";}
#faq_wrap dl:hover{
	opacity:0.9;
	transition-duration: 0.2s;
}

}

.slick-prev, .slick-next {
    position: absolute;
    top: 48%;
}