@charset "utf-8";
.Main_Contents_Box {
	width: 960px;
	padding-top: 10px;
	margin: 10px auto 0px;
	overflow: hidden;
}
.themeA {
	position: relative;
}
.h_icon {
	position: absolute;
	top: -12px;
	left: 5px;
}
.themeA h1 {
	width: 100%;
	min-height: 36px;
	background: #fff url("../../../template/common/img_3/site_back.jpg") repeat;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	font-size: 1.4em;
	box-sizing: border-box;
	padding: 8px 0 8px 70px;
}
.themeA p.lead {
	width: 100%;
	height: 22px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	border: solid 1px #ccc;
	box-sizing: border-box;
	padding-left: 70px;
	background-image: linear-gradient(to bottom, #fefefe, #f3f3f3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fefefe, endColorstr=#f3f3f3);
	position: static;
	color: #4d4d4d;
	font-size: 1em;
}
ul#point_box {
	margin: 20px -10px 20px 0;
	text-align: left;
	width: 970px;
	overflow: hidden;
}
ul#point_box li {
	float: left;
	width: -moz-calc((100% / 4) - 10px);
	width: -webkit-calc((100% / 4) - 10px);
	width: calc((100% / 4) - 10px);
	box-sizing: border-box;
	text-align: left;
	border: 1px solid #ccc;
	margin-right: 10px;
	border-radius: 10px;
	font-size: 14px;
}
ul#point_box img.point_img {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
ul#point_box p {
	padding: 10px;
}
ul#point_box li a {
	text-decoration: none;
	color: #4d4d4d;
	display: inline-block;
}
ul#point_box li a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}
/* --------------------------------
吹き出し
-------------------------------- */
.fukidashi_train {
	position: absolute;
	top: 32px;
	right: 56px;
	padding: 3px 10px;
	border-radius: 5px;
	background: #fce7d0;
	color: #4d4d4d;
	font-weight: bold;
	border: 1px solid #f9ae70;
	z-index: 500;
}
.fukidashi_train:before {
	/*吹き出し部分の三角形を表示します*/
	content: "";
	position: absolute;
	left: 42px;
	bottom: -15px;
	border: 8px solid transparent;
	border-top: 8px solid #fce7d0;
	z-index: 2;
}
.fukidashi_train:after {
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	bottom: -19px;
	margin-left: 10px;
	border: solid transparent;
	border-color: rgba(51, 204, 153, 0);
	border-top-color: #f9ae70;
	border-width: 10px;
	pointer-events: none;
	content: " ";
}
.fukidashi_train img {
	vertical-align: middle;
}
/* --------------------------------
流れ
-------------------------------- */
ul#flow_box {
	margin: 20px 0px 20px 0;
	text-align: left;
	width: 960px;
	overflow: hidden;
	counter-reset: my-counter;
}

ul#flow_box li {
	float: left;
	width: -moz-calc((100% / 4) - 30px);
	width: -webkit-calc((100% / 4) - 30px);
	width: calc((100% / 4) - 30px);
	box-sizing: border-box;
	text-align: left;
	border: solid 1px #d6e8fb;
    background-color: #e7f0f9;
	margin-right: 40px;
	border-radius: 10px;
	font-size: 14px;
	position: relative;
	padding: 10px;
}

ul#flow_box li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
    background-color: #14315c;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    color: #ffffff;
    font-size: 85%;
	font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 5px;
    padding-top: 2px;
    margin: 0px 15px 0 0;
}


ul#flow_box li:last-child {
	margin-right: 0px;
}
ul#flow_box li:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #25396b;
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
ul#flow_box li h2 {
        padding-left: 45px;
	    font-weight: bold;
        color: #14315c;
	  margin-top: 10px;
    }

ul#flow_box li img {
        margin: 10px auto 5px;
	   display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
    }

/* --------------------------------
よくある質問
-------------------------------- */

.border_gray {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
	margin-bottom: 30px;
}
.p15 {
    padding: 15px;
}
.accordion_list {
  width: 100%;
  padding: 10px 0px 0px;
box-sizing: border-box;
}
.accordion_list input {
    display: none; 
}
.accordion_list label {
	display: block;
	font-size: 17px;
	color: #14315c;
	line-height: 24px;
	padding: 5px 15px 6px 40px;
	font-weight: bold;
	background-size: 20px;
	background-position: 10px center no-repeat;
	border: solid #14315c 1px;
	border-radius: 3px;
	cursor: pointer;
	margin: 0 0 10px 0;
	position: relative;
}
.accordion_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1px;
}
.accordion_list li {
  height: 0;
  overflow-y: hidden;
}

#list1:checked ~ #links01 li,
#list2:checked ~ #links02 li,
#list3:checked ~ #links03 li,
#list4:checked ~ #links04 li{
	height: auto; /*開いたときに表示されるliの高さ*/
	opacity: 1;
	background-position: left 5px top 10px;
	padding: 10px 20px 20px 20px;
	line-height: 1.5;
}

.accordion_list label:before {
	content: "";
	display: block;
   width: 20px;
    height: 20px;
background: url(../images/accordion_plus.png);
background-size: 20px;
    position: absolute;
    left: 13px;
    top: 7px;
    margin: auto;
}

.accordion_list input[type=checkbox]:checked + label:before {
    content: "";
    display: block;
   width: 20px;
    height: 20px;
background-image: url(../images/accordion_minus.png);
background-size: 20px;
    position: absolute;
    left: 13px;
    top: 7px;
    margin: auto;
}
.faq__a__text {
	font-size: 15px;
    line-height: 1.5em;
}
.faq__a__text span {
	font-weight:bold;
}


/* --------------------------------
.train_tickets
-------------------------------- */
.train_tickets {
	margin: 10px 0 20px;
	border-bottom: dotted #000 1px;
}

.train_tickets h2.tit {
        color: #14315c;
        font-weight: bold;
        font-size: 1.3em;
        margin: 0px 0px -5px ;
        padding: 5px 5px 5px 20px;
        background: url(../station/images/back_line.jpg) left center no-repeat;
    }

.train_tickets h2.tit span {
	background-color: #fff;
	padding: 0 10px;
}

.train_tickets h3 a {
	font-size: 16px;
	font-weight: bold;
	color: #4d4d4d;
}

.train_tickets h3 {
	font-size: 16px;
	font-weight: bold;
	color: #4d4d4d;
}

.train_tickets h3 img {
	margin-right: 12px;
	vertical-align: bottom;
}
ul.styleA01 {
	margin: 0 -16px 0 0;
	width: -moz-calc(100% + 16px);
	width: -webkit-calc(100% + 16px);
	width: calc(100% + 16px);
	font-size: 13px;
	overflow: hidden;
	padding-bottom: 20px;
}
ul.styleA01 li {
	float: left;
	width: -moz-calc((100% / 4) - 16px);
	width: -webkit-calc((100% / 4) - 16px);
	width: calc((100% / 4) - 16px);
	box-sizing: border-box;
	border: 1px solid #c4d1d9;
	-webkit-box-shadow: inset 0 0 8px 0 #c4d1d9;
	-moz-box-shadow: inset 0 0 8px 0 #c4d1d9;
	box-shadow: inset 0 0 8px 0 #c4d1d9;
	margin: 10px 16px 0 0;
	display: inline-block;
	background: #fff url("../images/bg_ticket_train.png") no-repeat center top;
	position: relative;
}
ul.styleA01 li a {
	text-align: left;
	padding: 12px 10px;
	text-decoration: none;
	color: #4d4d4d;
	display: block;
}
ul.styleA01 li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
ul.styleA01 li p {
	line-height: 1;
}
ul.styleA01 li p.p_dep {
	width: -moz-calc(50% - 16px);
	width: -webkit-calc(50% - 16px);
	width: calc(50% - 16px);
	text-align: center;
	float: left;
	margin: auto 16px auto 0;
	font-size: 15px;
	height: 56px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
ul.styleA01 li p.p_arr {
	width: -moz-calc(50% - 16px);
	width: -webkit-calc(50% -16px);
	width: calc(50% - 16px);
	text-align: center;
	float: right;
	margin: auto 0 auto 16px;
	font-size: 15px;
	height: 56px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}

ul.styleA01 li p.p_price {
	font-size: 1.3em;
	font-weight: bold;
	color: #c50000;
	text-align: center;
	clear: both;
	margin: 0px 20px;
	padding-top: 30px;
}
ul.styleA01 li p.p_search {
	position: absolute;
	right: 3px;
	bottom: 3px;
}

/* --------------------------------
路線別
-------------------------------- */
ul.styleA02 {
	overflow: hidden;
	margin: 10px 0 40px;
}
ul.styleA02 li {
	float: left;
	box-sizing: border-box;
	border: 1px solid #c4d1d9;
	-webkit-box-shadow: inset 0 0 4px 0 #c4d1d9;
	-moz-box-shadow: inset 0 0 4px 0 #c4d1d9;
	box-shadow: inset 0 0 4px 0 #c4d1d9;
	margin: 10px 10px 0 0 !important;
	color: #4d4d4d;
	display: inline-block;
}
ul.styleA02 li a {
	color: #4d4d4d;
	display: block;
	width: 100%;
	padding: 6px 10px;
	text-decoration: none;
}
ul.styleA02 li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/* --------------------------------
調整
-------------------------------- */
.font_sm {
	font-size: 11px;
	margin-top: 10px;
	display: inline-block;
}

.text_right {
        text-align: right;
        font-size: 15px;
    }

.text_right.ad_p{
       margin: -20px 0 30px;
    }