@charset "UTF-8";
@import url("/common/css/reset.css");
@import url("/common/css/fonts.css");
@import url("/common/css/base.css");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
}
body {
    color: #333333;
    /*font-family: "KozGoStd-Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","メイリオ","KozGoStd-Light";*/
    font-family: "メイリオ", Meiryo, sans-serif, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
    font-size: 12px;
    line-height: 160%;
}
table, th, td {
    border-collapse: collapse;
}
img, dd, area {
    border: 0 none;
    vertical-align: top;
}
p {
    margin: 0;
    padding: 0;
}
dd, p {
    line-height: 160%;
    text-indent: 0;
}

body{
	text-align:center;
	margin:0 auto;
	width:940px;
	font-size:12px;
	line-height: 160%;
}

.secondContents{
	text-align:left;
	font-size:1.4rem;
}

.secondContents .attention{
	border:1px dotted #CCCCCC;
	background:#F7F7F7;
	padding:20px;
	font-size:1.2rem;
}
.secondContents .attention li{
	padding-left:1em;
	text-indent:-1em;
}

.secondContents h3{
    background: #d22b34 none repeat scroll 0 0;
    border-left: medium none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    margin:10px auto 15px;
    padding: 10px 20px;
    position: relative;
    /*text-align: center;
	max-width:690px;*/
}
.secondContents h3.textLeftIndent {
    line-height: 1.1em;
    padding-left: 2em;
    text-indent: -1.2em;
}

/*.secondContents h3::after {
    bottom: 0.5px;
    content: url("/info/images/bg_04_01.gif");
    height: 7px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 14px;
}*/
.secondContents h3::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #d22b34 transparent transparent transparent;
  border-width: 7px 7px 0 7px;
}

.guide{
	margin:10px auto 25px auto;
    background-color: #f2dfdf;
    padding: 30px;
	/*max-width:670px;*/
}
.guideMb0 {
    margin-bottom: 0;
}
.logo{
	float:left;
}

.logo img{width:217px;}

.leadSpText {
    display: none;
}

.link{
	float:right;
	width:405px;
}

.link img,
.link dl{width:180px;}
.link .adr{float:left;}
.link .ios{float:right;}
.link dt{margin-bottom:4px;}
.link h4 {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}

.bgStripe {
  padding: 10px;
  background-size: 10px 10px;
  background-color: #400a0c;
  background-image: linear-gradient(45deg,#502527 25%,transparent 25%,transparent 50%,#502527 50%,#502527 75%,transparent 75%,transparent);
  max-width: 740px;
  margin: 0 auto;
}
.bgStripeIn {
  background: #fff;
  max-width: 740px;
  padding: 15px 10px 10px;
}
.midashiTxt1 {
    color: #400a0c;
    font-size: 2.5rem;
}
.newLine {
    display: none;
}
.floRight {
    float: right;
    font-size: 12px;
    padding-right: 25px;
    padding-left: 1em;
    text-indent: -1em;
}
.fs12 {
    font-size: 12px;
}

#footer{
	border-top:2px solid #400A0C;
	position:relative;
}

#footer .footerListArea2 > div{
	width:100%;
}

#footer .footerListArea2 .close a:link{
	background:#400a0c;
	padding:10px;
	color:#FFF;
	width:67px;
	position:absolute;
	right:0;
	top:-50px;
	text-align:center;
}
#footer .footerListArea2 .close a:hover{
	text-decoration:none;
	background:#D22B34;
}

#footer .footerListArea2 .close span{float:left;}



@media screen and (max-width: 768px) {
#win{padding:50px 0 0 0;}
#win header{
	background: white none repeat 0 0;
    height: 50px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
	}
#win header h1 {
    display: block;
    float: left;
    height: 40px;
    margin: 5px;
    width: 145px;
}
#win header h1 a {
	background:url(/sp/media/images/common/img_logo.png) no-repeat left top / 145px 40px;
	display: block;
    height: 40px;
    text-indent: -9999px;
    width: 145px;
}
#win .secondContents{margin-top:0;}
#win .secondContents h2{font-size: 2rem;padding:20px 10px;margin-bottom:0;width:auto;border-top:5px solid #400a0c;}
#win .secondContents h2::after{border-top:5px solid #d22b34;width:50%;top: -5px;}
.top_txt{margin:0 10px 20px;}
.guide{position:relative;}
.logo img,
.link img{
/*    width:280px;*/
    width: 100%;
}
.link,
.logo{text-align:center;}
.lead{
	/*position:absolute;
	top:175px;
	margin:0 auto;
	padding-right:30px;*/
    display: none;
}
.leadSpText {
    display: block;
    padding-top: 15px;
}

.link{
 /*   margin-top:5em;*/
    margin-top:2em;
}
.logo,
.link,
.link .adr,
.link .ios{
	float:none;
}
.link .adr{
	margin-bottom:10px;
}
.link,
.link dl{width:auto;}

.midashiTxt1 {
    font-size: 1.6rem;
}
.newLine {
    display: inline-block;
}
.floRight {
    float: none;
    padding-right: 0;
}



#footer{
    margin-top: 140px;
}
#footer .footerListArea2{padding:25px 0;}
#footer .footerListArea2 .close a:link{
	width:160px;
	margin-left:-80px;
	position:absolute;
	right:50%;
	left:50%;
	top:-100px;
	box-sizing:border-box;
	font-size:1.8rem;
	line-height:30px;
}
#footer .footerListArea2 .close span{
    float:left;
    padding-left: 10px;
}

#footer .footerListArea2 p.jt{float:none;margin-bottom:20px;text-align:center;}
#footer .footerListArea2 div > p {
    clear: left;
    float: none;
	text-align:center;
}

}