@charset "Shift_JIS";

/* 全体構造 //www.nta.co.jp/shared2009/css/content.cssから必要分のみ抜粋
------------------------------------------ */
html { height: 100%; margin-bottom: 1px; }
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.t10 { font-size: 0.7em; }
.t12 { font-size: 0.8em; }

img { border: 0; } 

.floatL { float: left; }
.floatR { float: right; }

/* ------------------------------------------ */


h1 {
    background: #fadce1;
    padding: 7px 5px 5px;
    color: #1d2088;
    font-size: 12px;
    margin: 0px;
}

h2,h3,h4,h5,p,ul,ol{
	margin: 0px;
	padding:0px;
}
.clear{
	clear:both;
}
caption{
	font-weight: bold;
	text-align:left;
}
.ct-gotop {
	text-align:right;
	/* [disabled]width:900px; */
	clear:both;
	font-size:11px;
	padding:5px 0 5px 0;
}

.mg-t2{margin-top: 2px;}
.mg-t5{margin-top: 5px;}
.mg-t10{margin-top: 10px;}
.mg-t15{margin-top: 15px;}
.mg-t20{margin-top: 20px;}
.mg-t25{margin-top: 80px;
	width:100%;
	border:none; 
	background-color: #e45e6c;
	height: 50px;
	padding: 10px;
  display: flex;
  justify-content: center;
}

#goenPlan p{
	font-size:1.8rem;
	color: #fff799;
	margin:auto;
	padding-top:6px;
}


.mg-l5{margin-left: 5px;}
.mg-l10{margin-left: 10px;}
.mg-l15{margin-left: 15px;}
.mg-l20{margin-left: 20px;}
.mg-l30{margin-left: 30px;}
.mg-l50{margin-left: 50px;}

.mg-r5{margin-right: 5px;}
.mg-r10{margin-right: 10px;}
.mg-r15{margin-right: 15px;}
.mg-r20{margin-right: 20px;}
.mg-r25{margin-right: 25px;}
.mg-r30{margin-right: 30px;}

.pg-t20{padding-top:20px;}

.mg-b5{margin-bottom: 5px;}
.mg-b10{margin-bottom: 10px;}

.img-border{
	border: solid 1px #999999;
}
.frm-p-red{
	background-color: #FDF3F3;
	border: 1px solid #E16A6A;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.frm-p-blue{
	background-color: #ffc7c7;
	border: 1px solid #6e50bb;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}



/* クリアフィックス2
-------------------------------------------------------------- */
#container,
.clearfix2 {
    display: inline-block;
	overflow: hidden; 
}
#container:after,
.clearfix2:after {
    content: ".";
    font-size: 0.1em;
    line-height: 0;
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
/* ここから Mac IE5 を除外 \*/
* html #container,
* html .clearfix2 {
    height: 1%;
}
#container,
.clearfix2 {
    display:block;
}


/*メニュー*/

#tabarea{
	/*background-image:url(../images/im_haikei.png) ;
	background-repeat:no-repeat;*/
	background-color: #e50065;
	width:950px;
	margin:auto;
	padding:10px 0px 0px 0;
	overflow:hidden;
	z-index:1;
}


#tabarea ul{
	list-style:none;
	margin: auto 15px;
	padding-left: 90px;
}


#tabarea ul li{
	padding:0 5px 0 5px;
	margin: 0px 0 15px 10px;
	float:left;
	width:163px;
}


#tabarea ul li a{
	display:block;
	padding:0 0px;
	
	}

#tabarea ul li a:hover{
	background-color:#e50065;
	color:#FFF;
	text-decoration:none;
}


.active {
	display: block;
	position: fixed;
	top: 0;
	z-index: 200;
}



/*マップ*/

figure{
	margin:0;
	padding:0;
	position:relative;
	cursor:pointer
}

figure img{
	width:100%;
	height:auto;
	
}



figure:hover:after{
	content:"";
	background:url(../images/im_roop.png) 50% 50% no-repeat rgba(255,255,255,0.5);
	width:100%;
	height:100%;
	transition: 0.2s ;
	display:block;
	position:absolute;
	top:0;
	left:0;
}

/*プラン*/




#planarea{
		background-image:url(../images/im_haikei.jpg?update=20240329) ;
	position:relative;
	width:850px;
	background-color: #ffffff;
    padding: 20px 25px;
	margin-top: 20px;
}

#saninreco{
	position:absolute;
	top:40px;
	left:690px;
	
}

#kumo{
	position:absolute;
	top:28px;
	left:395px;
	
}

#box{
	/*width:820px;*/
	overflow:hidden;
	/*background-color:#cfdaff;
	padding:20px 0px 20px;
	margin:40px 12px 20px;*/
}


#panf{
	float:left;
	width:300px;
	margin: 20px 20px 0 0px;
	padding:10px 0 10px 0;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

#panfbox{
	width:180px;
	margin:auto;

}

#panf p{
	width:180px;
    margin: 10px auto 0px;
}

#panf p a{
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #FFF;
    padding: 10px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color:#4d4398;
}

#panf p a:hover,
.planbox1 ul li a:hover,
.planbox2 ul li a:hover,
.planbtn ul li a:hover{
	opacity: 0.8;
	color:#FFF !important; 
	text-decoration:none !important;
}


#plan{
	/*右横にデジタルパンフレットを並べる場合の左のボタンCSS
	width:480px;
	padding:0 19px;*/
	width:765px;
	padding:0 35px;
	float:left;

	margin:20px 0 0 0;
}

.notes{
	font-size: 14px;
	color: #000;
}


.planbox1{
	overflow:hidden;
	padding:5px 10px;
	margin:3px 0 0px 0;
}


.planbox2{
	overflow:hidden;
	padding:5px 10px;
	margin:10px auto 0px;
}

.planbtn p{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color: #e45e6c;
	    margin: 25px 0 5px 0;
}




.planbox1 ul,
.planbox2 ul{
	list-style:none;
	
}

.planbox1 ul li{
    color: #006;
	display: block;
	margin: 10px 5px 10px 15px;
	float:left;
	width:100%;
	
}

.planbox1 ul li a,
.planbox1 ul li.btL a{
	background-color: #e45e6c;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	color:#FFF;
	padding:10px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}



.planbox2 ul li{
    color: #006;
	display: block;
	margin: 10px auto 10px;
	width:85%;
	
}

.planbox1 ul li a,
.planbox2 ul li a,
.planbox1 ul li.btL a{
	background-color: #e45e6c;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	color:#FFF;
	padding:10px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

/*右横にデジタルパンフレットを並べる場合の左のボタンCSS
.planbox1 ul li span{
	background-color: #4d4398;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	color:#FFF;
	padding:10px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/


.planbox1 ul li.btL{
	display: block;
	margin: 10px 5px 10px 15px;
	float:left;
	width:420px;
	
}

.planbtn{
	background-image:url(../images/im_haikei.jpg?update=20240329) ;
	overflow: hidden;
    margin: 15px 0 0 0;
    background-color: #ffffff;
    padding: 20px 25px;
}


.planbtn ul{
	list-style:none;
	clear:both;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}


	

.planbtn ul li{
	/*background: #df3287 url("//www.nta.co.jp/sp/images/im_arrow.png") no-repeat scroll 98% 50%;*/
    color: #fff;
    display: block;
    margin:10px 15px;
	width:355px;
	
}


.planbtn ul li a{
    background-color:#e45e6c;
	display:block;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	color:#FFF;
	padding:10px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* レイアウト 
-------------------------------------------------------------- */
.en-contents {
	background-color:#fadce1;
	/* [disabled]width:900px; */
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom:25px;
	padding-top:25px;
	margin:0 0 20px 0;
}


/* レイアウト (五縁祈願)
-------------------------------------------------------------- */
.en-mk {
	float:left;
	width:70px;
}
.en-txt {
	float:right;
	width:320px;
}
.goenL {
	float:left;
	width:390px;
}
.goenR {
	float:right;
	width:390px;
}
.frm850_mdl {
	background:url(../images/frm850_bg.gif) repeat-y left top;
	padding:0 0 0 1px;
}
.goen-info {
	margin-top:20px;
	
}
.goen-info th{
	background:url(../images/mk_li_red.gif) no-repeat left top;
	font-weight: bold;
	color:#C5000D;
	padding-left:13px;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
	
}
.goen-info td{
	padding-bottom:10px;
	
}
.goen-info li{
	list-style-type:none;
	
}


.goen-plan {
	width:100%;
	padding-bottom:10px;


}

.maparea,
#box{
	margin:0px;
}

.imgbox{
	padding: 0 0 40px 0;
}


.optxt2{
    padding: 0 20px 0;
	text-align: left;
	color: #FF0004;
}


.optxt {
    padding: 10px;
    background-color: #ffffff;
    text-align: left;
    border: solid 2px #F50206;
    margin: 10px 0;
}

.optxt p{
	margin: 0 0 20px 0;
}


.my-gallery{
	text-align:center;
	background-color: #ffffff;
    padding: 20px 25px 20px 25px;
}


.goen-plan .plan-ttl{
	padding-bottom:10px;

}

.goen-plan .plan-ttl h4{
	font-size:16px;
	color: #1d2088;
	margin:1rem 0;
}
.goen-plan .plan_bt {
	width:820px;
	padding-left:10px;
	padding-top:7px;
}
.goen-plan .plan_btL {
	float:left;
	padding-left:5px;
}

.goen-plan .plan_btL2 {
	float:left;
	padding-left:10px;
}

.goen-plan .plan_btR {
	float:right;
	padding-right:5px;
}

.goen-plan2 {
	border:2px solid #E8447E;
	width:844px;
	margin-top:10px;
	padding-bottom:20px;
	background:url(../images/plan_bg2.gif) no-repeat left top;
}

.goen-plan2 .plan-ttl{
	padding-top:10px;

}
.goen-plan2 .plan-ttl p{
	font-size:14px;

}
.goen-plan2 .plan-ttl h4{
	font-size:16px;
	color:#1d2088;
}


.goen-plan2 .plan_btL {
	float:left;
	padding-left:10px;
}
.goen-plan2 .plan_btR {
	float:right;
	padding-right:10px;
}



/* レイアウト (スポット)
-------------------------------------------------------------- */
.spot-ttl {
	font-weight:normal;
	color:#e92f75;
	font-size:16px;
}
.en-content1L {
	float:left;
	width:550px;
}
.en-content1R {
	float:right;
	width:280px;
}
.en-content2L {
	float:left;
	width:630px;
}
.en-content3L {
	float:left;
	width:410px;

	padding-top:20px;
}
.en-content3R {
	float:right;
	width:410px;

	padding-top:20px;
}
.cs-tanoshimi1,.cs-tanoshimi2,.cs-tanoshimi3,.cs-tanoshimi4,.cs-tanoshimi5,.cs-tanoshimi6,.cs-tanoshimi7{
	line-height: 1.3em;
	margin: 0px 10px 4px 0px;
	padding: 0px 0px 4px 23px;
}
.cs-tanoshimi1{
	background: url(../images/li_ts1.gif) no-repeat left top;
}
.cs-tanoshimi2{
	background: url(../images/li_ts2.gif) no-repeat left top;
}
.cs-tanoshimi3{
	background: url(../images/li_ts3.gif) no-repeat left top;
}
.cs-tanoshimi4{
	background: url(../images/li_ts4.gif) no-repeat left top;
}
/* フォント 
-------------------------------------------------------------- */
.ft-s {
	font-size: x-small;
	font-weight: normal;
	line-height: 1.4em;
}
.ft-s-red{
	font-size: x-small;
	font-weight: normal;
	line-height: 1.4em;
	color: #C50000;
}
.ft-red{
	font-weight: normal;
	color: #C50000;
}
.ft-m{
	font-size: small;
}
.ft-l{
	font-size: 16px;
}
.f14{
	font-size: 14px;
}
.ft-b-cha{
	font-weight: bold;
	color: #927230;
}
.ft-b-red{
	font-weight: bold;
	color: #C5000D;
}
.ft-b-blu{
	font-weight: bold;
	color: #008ACC;
}
.ft-b-grn{
	font-weight: bold;
	color: #009944;
}
.ft-b-grn2{
	font-weight: bold;
	color: #6F971A;
}
.ft-b-pnk{
	font-weight: bold;
	color: #AC2466;
}
.ft-l-b-pnk{
	font-weight: bold;
	color: #B71254;
	font-size:14px;
}
.ft-b-org{
	font-weight: bold;
	color: #F09600;
}
.ft-b-ppl{
	font-weight: bold;
	color: #5F2666;
}

.ft-b-cya{
	font-weight: bold;
	color: #6c2c2f;
}

.imgIzumo {
	padding:20px 0 0 0;
	margin:0px 0px 10px 0px;
}
.imgTamatsukuri {
	padding:0px;
	margin:10px 0px 0px 0px;
}
.t18 {
	font-size: 18px;
}

.fixed2{
	position:fixed;
	top:0;
	
}

.commmonA{
	position:absolute;
	margin-top:-120px;
	padding-top:120px;
	display:block;
	z-index:-99999;

}


#gentei{
	width:900px;
	overflow:hidden;
	background-color:#FFF;
	margin:0px 0 0px 0;
	padding:30 0 0px 0;
	
}

#genteititle{
	width:900px;
	margin:0px 0 0 0; 
}


#kikan{
	width:840px;
	text-align:center;
	padding:20px 0;
	margin:0 auto 0px ;
	color:#000;
	font-size:18px;
	font-weight:bold;
	background-color:#FFF;
}

.genteibox,
.genteibox2{
	background-color:#FFF;
	width:840px;
	margin:0 auto 40px;
	padding:0 0 40px 0;
	
}

.genteibox{
	border-bottom:#009 dotted 4px;
}

.genteibox2{
	padding:30px 0 0 0;
}

.genteigazou{
	width:840px;
	margin:0 auto 30px;
	padding:0 0 0px 0px;
}

.genteitext{
	width:800px;
	font-size:16px;
	padding:10px 20px;
	margin:20px auto;
	background-color:#feffe6;
	}

.nittei{
	clear:both;
}

.genteibtn{
	width:840px;
	margin:30px auto 0;
	
}

.genteibtn2{
	width:480px;
	margin:40px auto 0px;
	
}

.genteibtn a,
.genteibtn2 a{
	background-image:url(../images/im_bt_back.png);
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	color:#FFF;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
	padding:10px;
	font-size:22px;
}

.genteibtn a:hover{
	opacity: 0.8;
	color:#FFF !important; 
	text-decoration:none !important;
	
}


.genteitit{
	padding:10px 0;
	margin:0 0 20px 0;
	border-bottom:#009 solid 5px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#009;
}

.genteibnr{
	width:840px;
	margin:0 auto;
	padding:0 0 30px 0;
}

.pftboxarea{
	margin: 80px 0 20px 0;
    background-color: #ffffff;
    padding: 5px 0;
}

.pftboxarea .pfttit{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
}


.pftic{
font-size: 16px;
    padding: 15px 25px;
    background-color: #e45e6c;
    text-align: center;
    color: #ffffff;
    border: 15px solid #fff;
}

.pftic2_t{
    color: #fff;
    background-color: #00b4b1;
    padding: 2px 6px;
    font-size: 16px;
    margin: 0 10px 0 0;
	vertical-align: middle;
}

.pftic2{
	font-size: 25px;
	color: #00b4b1;
}

.pftic3{
	font-size: 16px;
	color: #000000;
	line-height: 22px;
}

.pftboxin{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.pftdetail_left{
	width: 49%;
	margin: 20px 0 0 0;
}


.pftdetail_right{
	width: 49%;
	margin: 20px 0 0 0;
}

.pftdetail_intro{
	margin: 0 0 20px 0;
}

.pftdetail_intro strong{
	font-weight: bold;
	font-size: 16px;
}



.pftdetail_price_qr{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.pftdetail_pricebox{
	margin: 0 10px 0 0;
}

.pftdetail_price1{
	margin: 0 0 0 0;
}

.pftdetail_price2{
	font-weight: bold;
	margin: 0 0 20px 0;
}

.pftdetail_qr{
	width: 30%;
	max-width: 255px;
}

.pftdetail_qr img{
	width: 100%;
}

.chuitxt{
	color: #FF0004;
}


.pftdetail_map{
	max-width: 950px;
}

.pftdetail_map img{
	width: 100%;
}

.pftdetail_hikikae{
	margin: 10px 0 0 0;
	border: 1px solid #000000;
}

.hikikaetit{
	background-color: #000000;
	text-align: center;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pftdetail_hikikaein{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

.pftdetail_hikikaein ul {
	list-style: none;
	padding: 10px 10px 10px 10px;
}

.pftdetail_hikikaein ul li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 5px 0;
	
}

.pftdetail_hikikae ul li p.mark{
	margin: 0 0px 0 0;
}

.hikikaebottom{
	padding: 10px 10px 10px 0px;
}


.pftdetail_bottom{
	margin: 20px 0 0 0;
	padding: 10px;
	border: 1px solid #000000;
}

.pftdetail_bottom p span{
	color:#FF0004; 
}


/*---------------------------*/
.pageContent a{
   word-break: break-all;  
} 
.pageContent {
	width: 100%;
  margin: 0 auto 20px;
}
.pageContent > .inner{
    max-width: 950px;
    margin: 35px 20px;
}

/*---------------------------*/

.pageContent h2.title1 {
  width: 100%;
  line-height: 40px;
	margin: 20px auto;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff799;
	text-align: center;
	background: #e50065;
	padding: 10px 0;
}


@media screen and (max-width: 759.9px){
	.pageContent h2.title1 {
    width: 100%;
    font-size: 120%;
    line-height: 30px;
	}
	
	.access_site {
    background: url(../images/icon_access.jpg)no-repeat left center;
    background-size: 40px;
    padding-left: 45px;
    text-align: left;
}

.pageContent .step_box .fukidashi {
    background: url(../images/fukidashi.png)no-repeat center center;
    background-size: contain;
    padding: 30px 0 20px;
	margin-top: -10px;
}


}
.pageContent .comment_box{
    margin: 20px auto 40px;
    background: rgba(255,255,255,0.8);
    padding: 20px 15px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    width: 90%;
}
.pageContent .comment_box p{
	font-size: 120%;
	line-height: 1.8;
}
@media screen and (max-width: 759.9px){
	.pageContent .comment_box p{
		font-size: 110%;
	}
}


.pageContent .step_unit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 20px;
}
.pageContent .step_box {
    width: 25%;
    margin: 0 auto;
    background: #FFFFFF;
    border: 3px solid #e45e6c;
    border-radius: 20px;
    text-align: center;
        padding: 50px 20px 20px;
    position: relative;
}

.pageContent .step_box h3 {
	position: absolute;
	top:-30px;
	left: 0;
	right: 0;
	width: 100%;
	background: url("../images/bg_title_step.svg")no-repeat center center;
  background-size: contain;
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0 20px;
}
.pageContent .step_box img {
	max-width: 90%;
	margin: 10px auto;
}
img#qrcode {
	width: 70%;
}
.pageContent .step_box .fukidashi {
	background: url("../images/fukidashi.png")no-repeat center center;
  background-size: contain;
	padding:30px 0 20px;
	margin-top: -10px;
}
.access_site {
	background: url("../images/icon_access.jpg")no-repeat left center;
  background-size: 40px;
	padding-left: 45px;
	text-align: left;
}
.entry_site {
	/*background: url("images/receiving_screen.png")no-repeat left top;
  background-size: 60%;
	padding: 40px 0 20px 60%;*/
	text-align: left;
	margin: 10px 0 15px;
}
.entry_site li{
	margin-bottom: 15px;
	text-indent: -1em;
	margin-left: 1em;
}
.entry_site li p.attention{
	margin-left: 1em;
}

.pageContent a.link_pdf {
    width: 95%;
    display: block;
    margin: 22px auto;
    background: #e45e6c;
    font-size: 180%;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
	    padding: 10px;
}
.pageContent a.link_pdf img{
	width: 25px;
  vertical-align: middle !important;
  margin-left: 5px;
}
.pageContent a.link_pdf:hover {
	text-decoration: none !important;
	color: #FFFFFF !important;
	opacity: 0.8;
}


#goen_link .link_goen {
    width: 100%;
    display: block;
    margin: 22px auto;
    background: #e50065;
    font-size: 180%;
    font-weight: bold;
    color: #fff799;
    text-align: center;
    line-height: 60px;
	    padding: 10px;
}

#goen_link a.link_goen:hover {
	text-decoration: none !important;
	color: #fff799 !important;
	opacity: 0.8;
}




.wrap_other {
background-color: #fff;
border: 3px solid darkorange;
padding: 0px 0px 20px 0px;
margin-bottom: 20px;
}

.wrap_other h3 {
font-size: 24px;
text-align: center;
color: #fff;
background-color: darkorange;
padding: 10px;
margin: 0px 0px 0px 0px;
}
.wrap_other div.intro {
display: flex;
padding: 20px;
}
.wrap_other div.intro dl {
padding: 0px;
margin: 0px 10px 0px 0px;
}
.wrap_other div.intro dt {
font-size: 22px;
font-weight: bold;
text-align: center;
padding: 0px;
margin: 0px 0px 15px 0px;;
}
.wrap_other div.intro dd {
font-size: 14px;
line-height: 1.8em;
padding: 0px;
margin: 0px;
}
.btn_other {
width: 80%;
margin: 0px auto 15px auto;
}
.btn_other a{
	background-color: darkorange;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	color:#FFF;
	padding:10px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
.btn_other a:hover{
	opacity: 0.8;
	color:#FFF !important; 
	text-decoration:none !important;
}
.tx_other {
font-size: 14px;
text-align: center;
padding: 0px;
margin: 0px;
}
.btn_other_off {
width: 80%;
	background-color: #aaa;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	color:#FFF;
	padding:10px;
	margin: 0px auto 15px auto;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}









