@charset "utf-8";

/* =======================================
	Browser Reset
========================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: none;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	display: none;
}

table th {
	font-weight: normal;
	vertical-align: top;
}

table td {
	vertical-align: top;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

* {
	-webkit-appearance: none;
}

input,
select {
	vertical-align: middle;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
	outline: none;
	background: none;
	border: none;
}

input[type=submit],
input[type=reset],
input[type=button],
button[type=submit],
button[type=button],
button[type=reset] {
	background: none;
	border: none;
	cursor: pointer;
}

img {
	vertical-align: top;
}

address {
	font-style: normal;
}

.text-indent1em{
	text-indent: -1em;
    margin-left: 1em;
}

/* margin
--------------------------------------------------------- */
.pt0{
	padding-bottom:0px !important;
}
.ptop0{
	padding-top:0px !important;
}

.mb0{
	margin-bottom:0px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}

.mb30{
	margin-bottom:30px !important;
}

.mb40{
	margin-bottom:40px !important;
}

.mb50{
	margin-bottom:50px !important;
}
.mt05{
	margin-top: 5px !important;
}
.mt10{
	margin-top: 10px !important;
}
.mt40{
	margin-top: 40px !important;
}
.ml10{
	margin-left: 10px !important;
}


/* base-set
--------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	color: #333;
	font-size: 13px;
	font-size: 1.3rem;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

body,
input,
select,
textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

input {
	font-size: 100%;
}

/* =======================================
	Others
========================================== */
/*box-sizing
--------------------------------------------------------- */
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*link
--------------------------------------------------------- */
a {
	color: #333;
}

a:hover {
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/*text
--------------------------------------------------------- */
.text_center {
	text-align: center!important;
}

.text_right {
	text-align: right!important;
}

.text_left {
	text-align: left!important;
}
.text_red{
	color:#e64c3b !important;
}
/*page-top
--------------------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
}

/* =======================================
	Structure
========================================== */
/* -------------------------------------
common page
------------------------------------- */
body {
	position: relative;
	right: 0;
	/*border-top: 5px solid #0e0d6a;*/
	/* overflow-x: hidden; */
}

/*header
--------------------------------------------------------- */
header {
	padding: 33px 0 26px;
	background: #f5f5f5;
	min-width:1160px;
}

/*h_inner*/
.h_inner {
	width: 980px;
	margin: 0 auto;
	z-index:9990;
}

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

.h_inner h1 {
	float: left;
}

#slide_menu {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	background: #333;
	border-top: 5px solid #0e0d6a;
	z-index:9999;
	overflow-y: auto;
}

#slide_menu a {
	display: block;
	padding: 15px 0 15px 25px;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	text-decoration: none;
	line-height: 1.3;
}

#slide_menu li {
	border-bottom: 1px solid #72726b;
}

#button {
	float: right;
	outline: none;
	border: none;
	cursor: pointer;
}


/* -------------------------------------
header_link
------------------------------------- */
.header-link-wrap{
	width:100%;
	border-bottom: 4px solid #9c213f;
	background: #e6e7e7;
	min-width:1160px;
	font-size:107.7%;
}

#home .header-link-wrap{
		min-width: 1360px;
}


.header-link-wrap ul{
	width:100%;
}
.header-link-wrap li{
	padding-top: 13px;
    padding-bottom: 13px;
	text-align:center;
	display:block;
	width:50%;

}
.header-link-tanto{
	float:left;
	background:  #FC848D;
	/*border-right: 1px solid #e6e7e7;*/
	-webkit-transition:background-color 0.25s ease-in-out;
    transition:background-color 0.25s ease-in-out;
}

.header-link-tanto:first-child{
	border-right: 1px solid #e6e7e7;
}

.header-link-tanto a{
	/*color: #858585;*/
	color: #fff;
	text-decoration:none;
	display:block;
}

.header-link-tanto:hover a{
	color: #fff;
}

.header-link-tanto:hover{
	background: #ef6781;
	color:#fff;
}


.header-link-tanto span{
	background:url(../images/common/icon_dcnenkin_w.png) no-repeat left 50%;
	display: inline-block;
    padding-left: 20px;
}
.header-link-tanto:first-child span{
	background:url(../images/common/icon_tanto_w.png) no-repeat left 50%;
	display: inline-block;
    padding-left: 20px;
}

/*.header-link-tanto:hover span{
	background:url(../images/common/icon_tanto_w.png) no-repeat left 50%;
}*/

.header-link-dc{
	float:right;
	background: #ef6781;
    color: #fff;
    font-weight: bold;
}

.header-link-dc span{
	background:url(../images/common/icon_dcnenkin_w.png) no-repeat left 50%;
    padding-left: 20px;
}


ul.acodion .child {
	display: none;
}

ul.acodion span {
    padding: 15px 0 15px 25px;
    color: #fff;
    font-size: 1.5rem;
    display: block;
    cursor: pointer;
    position: relative;
}

ul.acodion .child div {
    background: #515151;
    border-bottom: solid 1px #fff;
}
ul.acodion .child div:last-child{
	border: none;
}
ul.acodion .child div a {
    padding: 13px 0px 13px 40px !important;
    text-indent: -1em;
    line-height: 20px;
}


ul.acodion .child div a:before {content: "・";}


ul.acodion span:after {
	content: "＋";
}

ul.acodion span.open:after {
	content: "－";
}

ul.acodion span:after,ul.acodion span.open:after {
    position: absolute;
    right: 8px;
    border: solid 1px;
    top: 12px;
    padding: 2px 3px 3px 2px;
}



/*contents
--------------------------------------------------------- */
/*topicpath*/
.topicpath {
	padding: 15px 0;
	font-size: 12px;
	font-size: 1.2rem;
	background: #fbe0dd;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	min-width:1160px;
}

.topicpath ul {
	width: 980px;
	margin: 0 auto;
}

.topicpath li {
	display: inline-block;
}

/*footer
--------------------------------------------------------- */
footer {
	padding: 25px 0 382px;
	background: #ccc;
	min-width:1160px;
}

.footer_serach {
	padding-bottom:180px;
	background: #ccc;
	min-width:1160px;
}

/*f_inner*/
.f_inner {
	width: 980px;
	margin: 0 auto;
}

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

.f_inner ul {
	float: left;
	padding: 0 0 0 1em;
	list-style: disc;
}

.f_inner li {
	float: left;
	padding: 0 1em 0 0;
	margin: 0 15px 0 0;
}

.f_inner p {
	float: right;
}


.f_inner .bk_box07 .text-indent1em{
line-height:20px;
}






/* =======================================
	Contents
========================================== */
/* -------------------------------------
main
------------------------------------- */


.main {
	position: relative;
	width: 980px;
	/*padding: 30px 0 90px;*/
	padding: 30px 0 30px;
	margin: 0 auto;
}
.main.pt00{
	 padding-top: 0;
    margin-top: -15px;
} 
.main.pt05{
	 padding-top: 5px;
} 

.main h1 {
	color: #e54c3a;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

.main h1 span {
	display: block;
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
}

/*search
--------------------------------------------------------- */
/*bank*/
.bank {
	position: relative;
	min-height: 193px;
	padding: 28px 0 0;
	background: url(../images/search/bg_bank.png) no-repeat 342px 0;
}

/*detail*/
.detail {
	margin: 20px 0 0;
}

.main .detail h1 {
/*	float: left; */
	width: 670px;
}

.detail .r_box {
	float: right;
	width: 308px;
	text-align: right;
}

.detail .r_box ul {
	margin: 0 0 23px;
}

.detail .r_box p {
	margin: 0 0 13px;
}

/*easy-select-box*/
.easy-select-box {
	position: absolute;
	top: 128px;
	left: 442px;
	font-size: 15px;
	font-size: 1.5rem;
	background: #fff;
	border: 1px solid #22354a;
	border-radius: 4px;
	behavior: url("../PIE.htc");
}

.easy-select-box .esb-displayer {
	height: 37px;
	width: 160px;
	padding: 0 3px;
	background: url(../images/search/select-box-arrow.gif) no-repeat 131px 7px;
	cursor: pointer;
	line-height: 37px;
	text-indent: 5px;
}

.easy-select-box .esb-displayer:hover {
	filter: alpha(opacity=70);
	-ms-filter: 'alpha(opacity=70)';
	opacity: .7;
}

.easy-select-box:hover .esb-displayer {
	text-decoration: none;
}

.easy-select-box.disabled .esb-displayer,
.easy-select-box:hover.disabled .esb-displayer {
	background-position: 0 -36px;
}

.easy-select-box .esb-dropdown {
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	max-height: 200px;
	overflow: auto;
	position: absolute;
	z-index: 999;
}

.easy-select-box .esb-item {
	padding: 3px;
	color: #0c2245;
	background: #fffdf4;
	cursor: pointer;
}

.easy-select-box .esb-item:hover {
	color: #fff;
	background: #d2ba85;
	text-decoration: none;
}

/*title*/
.tit_search {
	min-height: 157px;
	padding: 28px 135px 0 108px;
	background: url(../images/search/bg_search01.jpg) no-repeat;
}

.bank .tit_search02 {
	float: left;
	min-height: 158px;
	width: 515px;
	padding: 0 0 0 147px;
	margin: -10px 0 0;
	background: url(../images/search/bg_search02.jpg) no-repeat;
}

.tit_search02 {
	float: left;
	min-height: 158px;
	width: 620px;
	padding: 25px 0 0 147px;
	background: url(../images/search/bg_search02.jpg) no-repeat;
}

/*.tit_search02.tit_search02w{
	width: ;
}*/

/*nav search*/
.nav_search {
	display: table;
	width: 100%;
	margin: 24px 0 16px;
}

.nav_search li {
	display: table-cell;
	table-layout: fixed;
	text-align: center;
	vertical-align: top;
}

/*r sbox*/
.r_sbox {
	float: right;
	width: 308px;
}
.r_sbox.mt30 {
	margin-top: 30px;
}

.r_sbox ul {
	display: table;
	height: 79px;
	width: 308px;
	padding: 19px 0 0 120px;
	margin: 0 0 50px;
	background: url(../images/search/bg_sbox.png) no-repeat;
}

.r_sbox li {
	display: table-cell;
	width: 93px;
	text-align: center;
	vertical-align: top;
}

.r_sbox p {
	text-align: right;
}

.r_sbox.r_sbox02 {
	width: 347px;
}
.r_sbox.r_sbox02 ul {
	display: table;
	height: 79px;
	width: 347px;
	padding: 19px 0 0 120px;
	margin: 0 0 50px;
	background: url(../images/search/bg_sbox02.png) no-repeat;
}


/*tbl box*/
.tbl_box {
	clear: both;
	border: 9px solid #ffa6a6;
}

.tbl_box .first {
	border: none;
}

.tbl_box .bg_none {
	background: none !important;
}

.tbl_box .bg01 {
	color: #333;
	background: #f8cdc7;
	border-top: 1px solid #b4b4b4;
}

.tbl_box .tf-sub1 {
  border-top: 1px solid #b4b4b4 !important;
  border-left: 1px solid #b4b4b4 !important;
  padding-top: 5px;
  padding-bottom: 0px;
}

.tbl_box .tf-sub2 {
  padding-top: 5px;
  padding-bottom: 0px;
}

/*tbl01*/
.tbl01 {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.tbl01 thead {
	border-bottom: 1px solid #b4b4b4;
}

.tbl01 tr {
	background: url(../images/search/line02.gif) repeat-x 0 0;
}

.tbl01 th {
	padding: 13px 0;
	color: #fff;
	font-weight: bold;
	background: #e64c3b;
	border-left: 1px solid #b4b4b4;
	vertical-align: middle;
}

.tbl01 td {
	padding: 10px 8px 6px;
	border-left: 1px solid #b4b4b4;
	vertical-align: middle;
}

.tbl01 td:first-child {
	/*white-space: nowrap;*/
	white-space: normal;
	width: 300px;
}
.tbl01 td:last-child {
    width: 100px;
}
.tbl01 .first {
	border: none;
}

.tbl01 .tr_even {
	background: #fbe3e1 url(../images/search/line01.gif) repeat-x 0 0;
}

.tbl01 .w6em {
	width: 6em !important;
}

/*sort01*/
.sort01 {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.sort01 thead {
	border-bottom: 1px solid #b4b4b4;
}

.sort01 th {
	padding: 13px 0;
	color: #fff;
	font-weight: bold;
	background: #e64c3b;
	border-left: 1px solid #b4b4b4;
	vertical-align: middle;
}

.sort01 th:first-child {
	border: none;
}

.sort01 .col01 {
	width: 200px;
}

.sort01 .col02 {
	width: 120px;
}

.sort01 .col05 {
	width: 120px;
}

.sort01 .col06 {
	width: 120px;
}

.sort01 td:first-child {
	border: none;
}

.sort01 .bg01 {
	width: 136px;
	padding: 13px 0 0px;
	color: #333;
	background: #f8cdc7;
	border-top: 1px solid #b4b4b4;
}

.sort01 .bg01:first-child {
	width: 136px;
	border-top: 1px solid #b4b4b4;
	border-left: 1px solid #b4b4b4;
}


#sorttable thead tr .header {
	background: #e64c3b url(../images/search/arrow-none.png) no-repeat center center;
	cursor: pointer;
}

#sorttable th {
	padding: 0 0 15px;
}

#sorttable .bg01 {
	background: #f8cdc7 url(../images/search/arrow-none.png) no-repeat center center !important;
	border-top: none !important;
	border-bottom: none !important;
}

#sorttable .bg01:first-child {
	border-top: none !important;
}

#sorttable tbody td {
	padding: 5px 8px 3px;
	border-left: 1px solid #b4b4b4;
	vertical-align: middle;
}

#sorttable tbody td:first-child {
	border: none;
}

#sorttable tbody tr.even td {
	background: #fbe3e1 url(../images/search/line01.gif) repeat-x 0 0;
}

#sorttable tbody tr.odd td {
	background: url(../images/search/line02.gif) repeat-x 0 0;
}

#sorttable tbody tr:first-child td {
	/*background: none !important;*/
}

/*sort02*/
.sort02 {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.sort02 thead {
	border-bottom: 1px solid #b4b4b4;
}

.sort02 th {
	padding: 13px 0;
	color: #fff;
	font-weight: bold;
	background: #e64c3b;
	border-left: 1px solid #b4b4b4;
	vertical-align: middle;
}

.sort02 th:first-child {
	border: none;
}

.sort02 .col01 {
	width: 192px;
}

.sort02 td:first-child {
	border: none;
}

.sort02 th small{
	font-size: 10px;
	font-weight: 400;
}

.sort02 .b00 {
	width: 56px;
	padding: 6px 0 15px;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: top;
}

.sort02 .b01 {
	width: 56px;
	padding: 6px 0 15px;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	background: #f39a94;
	border-top: 1px solid #b4b4b4;
	vertical-align: top;
}

.sort02 .b02 {
	width: 56px;
	padding: 6px 0 15px;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	background: #a3cdf1;
	border-top: 1px solid #b4b4b4;
	vertical-align: top;
}



.sort02 .b03 {
	width: 56px;
	padding: 6px 0 15px;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	background: #f9a9be;
	border-top: 1px solid #b4b4b4;
	vertical-align: top;
}

.sort02 .b04 {
	width: 56px;
	padding: 6px 0 15px;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	background: #fbc4cd;
	border-top: 1px solid #b4b4b4;
	vertical-align: top;
}

.sort02 .b05 {
	width: 56px;
	padding: 6px 0 15px;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	background: #d5bcf6;
	border-top: 1px solid #b4b4b4;
	vertical-align: top;
}

.sort02 .b06 {
	width: 56px;
	padding: 6px 0 15px;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	background: #c1d1fe;
	border-top: 1px solid #b4b4b4;
	vertical-align: top;
}

.sort02 .b07 {
	width: 56px;
	padding: 6px 0 15px;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	background: #b6ebec;
	border-top: 1px solid #b4b4b4;
	vertical-align: top;
}

.sort02 .b08 {
	width: 56px;
	padding: 6px 0 15px;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	background: #ffff79;
	border-top: 1px solid #b4b4b4;
	vertical-align: top;
}

.sort02 .b09 {
	width: 56px;
	padding: 6px 0 15px;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	background: #bce279;
	border-top: 1px solid #b4b4b4;
	vertical-align: top;
}

.sort02 .b10 {
	width: 56px;
	padding: 6px 0 15px;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	background: #cccccc;
	border-top: 1px solid #b4b4b4;
	vertical-align: top;
}

/*.sort02 .b11 {
	width: 56px;
	padding: 6px 0 15px;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	background: #ccc;
	border-top: 1px solid #b4b4b4;
	vertical-align: top;
}*/

.sort02 .f11 {
	display: inline;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
}

#sorttable2 thead tr .header {
	background: #e64c3b url(../images/search/arrow-none02.png) no-repeat center center;
	cursor: pointer;
}

#sorttable2 th {
	padding: 0 0 15px;
}

#sorttable2 tbody td {
	padding: 5px 8px 3px;
	border-left: 1px solid #b4b4b4;
	vertical-align: middle;
}

#sorttable2 tbody td:first-child {
	border: none;
}

#sorttable2 tbody tr.even td {
	background: #fbe3e1 url(../images/search/line01.gif) repeat-x 0 0;
}

#sorttable2 tbody tr.odd td {
	background: url(../images/search/line02.gif) repeat-x 0 0;
}

#sorttable2 tbody tr:first-child td {
	background: none !important;
}

#sorttable2 .bt00 {
	width: 56px;
	vertical-align: top;
}

#sorttable2 .bt01 {
	width: 56px;
	background: #f39a94 url(../images/search/arrow-none02.png) no-repeat center center !important;
	vertical-align: top;
}

#sorttable2 .bt02 {
	width: 56px;
	background: #a3cdf1 url(../images/search/arrow-none02.png) no-repeat center center !important;
	vertical-align: top;
}

#sorttable2 .bt03 {
	width: 56px;
	background: #f9a9be url(../images/search/arrow-none02.png) no-repeat center center !important;
	vertical-align: top;
}

#sorttable2 .bt04 {
	width: 56px;
	background: #fbc4cd url(../images/search/arrow-none02.png) no-repeat center center !important;
	vertical-align: top;
}

#sorttable2 .bt05 {
	width: 56px;
	background: #d5bcf6 url(../images/search/arrow-none02.png) no-repeat center center !important;
	vertical-align: top;
}

#sorttable2 .bt06 {
	width: 56px;
	background: #c1d1fe url(../images/search/arrow-none02.png) no-repeat center center !important;
	vertical-align: top;
}

#sorttable2 .bt07 {
	width: 56px;
	background: #b6ebec url(../images/search/arrow-none02.png) no-repeat center center !important;
	vertical-align: top;
}

#sorttable2 .bt08 {
	width: 56px;
	background: #ffff79 url(../images/search/arrow-none02.png) no-repeat center center !important;
	vertical-align: top;
}

#sorttable2 .bt09 {
	width: 56px;
	background: #bce279 url(../images/search/arrow-none02.png) no-repeat center center !important;
	vertical-align: top;
}

#sorttable2 .bt10 {
	width: 56px;
	background: #cccccc url(../images/search/arrow-none02.png) no-repeat center center !important;
	vertical-align: top;
}

/*#sorttable2 .bt11 {
	width: 56px;
	background: #ccc url(../images/search/arrow-none02.png) no-repeat center center !important;
	vertical-align: top;
}*/

/*sort03*/
.sort03 {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.sort03 thead {
	border-bottom: 1px solid #b4b4b4;
}

.sort03 th {
	padding: 13px 0;
	color: #fff;
	font-weight: bold;
	background: #e64c3b;
	border-left: 1px solid #b4b4b4;
	vertical-align: top;
}

.sort03 th:first-child {
	border: none;
}

.sort03 .col01 {
	width: 90px;
}

.sort03 .col02 {
	width: 100px;
}

.sort03 .f12 {
	display: inline;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}

#sorttable3 thead tr .header {
	background: #e64c3b url(../images/search/arrow-none.png) no-repeat center center;
	cursor: pointer;
}

#sorttable3 thead tr .header-sub {
	background: #f8cdc7 url(../images/search/arrow-none.png) no-repeat center center;
	cursor: pointer;
}

#sorttable3 th {
	padding: 0 0 15px;
}

#sorttable3 tbody td {
	padding: 13px 8px 11px;
	border-left: 1px solid #b4b4b4;
	vertical-align: middle;
}

#sorttable3 tbody td:first-child {
	border: none;
}

#sorttable3 tbody td span.none{
	display: none;
}

#sorttable3 tbody tr.even td {
	background: #fbe3e1 url(../images/search/line01.gif) repeat-x 0 0;
}

#sorttable3 tbody tr.odd td {
	background: url(../images/search/line02.gif) repeat-x 0 0;
}

#sorttable3 tbody tr:first-child td {
	background: none !important;
}


/*table.sort_half*/
table.sort_half th {
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
    background: #e64c3b;
    border-left: 1px solid #b4b4b4;
    vertical-align: middle;
    line-height: 1.5;
}

table.sort_half td {
    line-height: 1.5;
}

table.sort_half th:first-child {
    width: 151px;
}

table.sort_half th:nth-child(2) {
    width: 70px;
}

table.sort_half th:nth-child(3) {
    width: 75px;
}

table.sort_half th:nth-child(4) {
    width: 75px;
}

table.sort_half th:nth-child(5) {
    width: 100px;
}

table.sort_half th:nth-child(6) {
    width: 61px;
}

table.sort_half th:last-child {width: 110px;}

/*attention*/
.attention {
	position: relative;
	padding: 40px 190px 40px 175px;
	margin: 35px 0 0;
	background: #f5f5f5 url(../images/search/bg_attention.jpg) no-repeat 88px 23px;
	border-radius: 11px;
	behavior: url("../PIE.htc");
}

.attention p {
	width: 615px;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.4;
}

.attention p a {
	font-weight: bold;
}

/*btn box*/
.btn_box {
	margin: 32px 0 0 !important;
	text-align: center;
}

.btn_box a {
	position: relative;
	display: inline-block;
	padding: 18px 52px;
	color: #fff;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	background: #e74c3c url(../images/common/bg_btn.png) no-repeat 21px center;
	border-radius: 5px;
	box-shadow: 2px 2px 1px #e5e5e5;
	text-decoration: none;
	behavior: url("../PIE.htc");
}

.btn_box a:hover {
	background: #ec7063 url(../images/common/bg_btn.png) no-repeat 21px center;
}




/*sort04*/
.sort04 {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.sort04 thead {
	border-bottom: 1px solid #b4b4b4;
}

.sort04 th {
	padding: 13px 0;
	color: #fff;
	font-weight: bold;
	background: #e64c3b;
	border-left: 1px solid #b4b4b4;
	vertical-align: middle;
}

.sort04 th:first-child {
	border: none;
	width: 55px;
}

.sort04 .col01 {
	/* width: 212px; */
}

.sort04 .col02 {
	width: 200px;
}

.sort04 .col03 {
    width: 160px;
}

.sort04 .col04 {
    width: 100px;
}

.sort04 .col05 {
	width: 110px;
}

.sort04 .col06 {
	width: 120px;
}

.sort04 .col07 {
    width: 110px;
}
.sort04 td:first-child {
	border: none;
}

.sort04 .bg01 {
	width: 138px;
	padding: 13px 0 0px;
	color: #333;
	background: #f8cdc7;
	border-top: 1px solid #b4b4b4;
}

.sort04 .bg01:first-child {
	width: 138px;
	border-top: 1px solid #b4b4b4;
	border-left: 1px solid #b4b4b4;
}

input.hikaku {
    -webkit-appearance: auto;
}

/*faq
--------------------------------------------------------- */
.faq {
	position: relative;
	padding: 35px 0 0;
	margin: -5px 0 0;
	background: url(../images/faq/bg_faq.png) no-repeat 789px 0;
	z-index: 1;
}

.faq h2 {
	padding: 0 0 10px 4px;
	margin: 0 0 23px;
	color: #e64c3b;
	font-size: 25px;
	font-size: 2.5rem;
	border-bottom: 4px solid #e74c3c;
	line-height: 1.2;
}

.faq h3 {
	padding: 7px 0 0 4px;
	margin: 0 0 23px;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.2;
}

.faq h3.sec {
	margin: -38px 0 23px;
}

.faq .img_box {
	position: absolute;
	top: 0;
	left: 789px;
}

/*cate_nav*/
.cate_nav {
	padding: 17px 0 22px 31px;
	/*margin: 35px 0 60px;*/
	margin: 25px 0 60px;
	border: 9px solid #ffa6a6;
	border-radius: 7px;
	behavior: url("../PIE.htc");
}

.faq .cate_nav p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}

.cate_nav ul {
	margin: 15px 0 0;
	padding: 0 30px 0 0;
}

/*.cate_nav ul:after {
	content: "";
	clear: both;
	display: block;
}

.cate_nav li {
	float: left;
	margin: 0 5px 0 0;
}*/

.cate_nav .cate_nav_link{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 30px 0 0;
}
.cate_nav .cate_nav_link a{
	display: flex;
	justify-content: center;
	align-items: center;
  color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.3;
	background-color: #e74c3c;
	height: 100px;
	width: calc( 90% / 5);
	text-align: center;
	border-radius: 6px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #e74c3c;
	padding: 0;
	margin: 0;
}
.cate_nav .cate_nav_link a:hover{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #e74c3c;
}

#faq,
.faq_box  {
	padding: 0 0 73px;
}






#faq dt:hover,
.faq_box dt:hover {

}




#faq dt a,
.faq_box dt a {
    text-decoration: none;
    display: block;
    padding: 23px 48px;
}


#faq dt,
.faq_box dt {
	display: block;
	margin: 0 0 15px;
	font-size: 19px;
	font-size: 1.9rem;
	background: url(../images/faq/swich_off.jpg) no-repeat 21px center;
	border: 1px solid #e74c3c;
	border-radius: 7px;
	line-height: 1.2;
	cursor: pointer;
	behavior: url("../PIE.htc");
}

#faq dd,
.faq_box dd {
	display: none;
	padding: 0 40px 30px 55px;
	margin: 10px 0 0;
	font-size: 15px;
	font-size: 1.5rem;
	background: url(../images/faq/answer.jpg) no-repeat 10px 0;
	line-height: 1.5;
}

#faq dd p,
.faq_box dd p {
	min-height: 45px;
	line-height: 1.5;
}

#faq dt.active,
.faq_box dt.active {
	color: #fff;
	background: #e74c3c url(../images/faq/swich_on.jpg) no-repeat 21px center;
}

#faq dt:hover,
.faq_box dt:hover {
    background-color: #e74c3c;
    background-image: url(../images/faq/swich_on2.png);
}

#faq dt:hover a,
.faq_box dt:hover a {
    color: #fff;
}

.faq .link_box {
	padding: 24px 47px;
	background: #fbe0dd;
	margin-bottom:20px;
}

.faq .link_box p {
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.2;
}

.faq .link_box table {
	width: 100%;
	margin: 15px 0 0;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.5;
}
.faq .faq_company{
display: block;
border: 1px solid #ccc;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

.faq.show {
    background: no-repeat;
}

.faq.show .sns-wrap {
    padding-top: 0px;
}


.faq.show h3 {
    background: #fbe0dd;
    padding: 20px 20px;
    margin-bottom: 50px;
}

.faq.show h2 {
    margin-bottom: 50px;
}

.faq.show p {
    font-size: 16px;
    line-height: 25px;
}

.faq.show .btn_box.movie {
    margin-bottom: 80px !important;
}

/*tax
--------------------------------------------------------- */
.tax {
	/*margin: 15px 0 0;*/
	margin:  0;
}

.tax h2 {
	padding: 15px 25px;
	margin: 50px 0 25px;
	font-size: 20px;
	font-size: 2.0rem;
	background: #fbe0dd;
}

.tax p {
	margin: 0 0 1em;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.tax .link_box p {
	margin-bottom: 0;
}
.tax ul {
	margin: -1em 0 0 2em;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	list-style: disc;
}

.tax .btn_box {
	margin: 73px 0 0;
	text-align: center;
}

.tax .btn_box a {
	padding: 18px 68px 18px 52px;
}

/*tax_box*/
.tax_box {
	padding: 24px 62px 50px 62px;
	margin: 0 0 10px;
	border: 9px solid #ffa6a6;
	border-radius: 7px;
	behavior: url("../PIE.htc");
	position: relative;
}

.main .tax_box h1 {
	width: 612px;
	padding: 92px 85px 19px 0;
	margin: 0 0 10px;
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	background: url(../images/tax/h1.png) no-repeat;
}

body.tax_new .main .tax_box h1 {
    background: url(../images/tax/tax_newh1.png) no-repeat;
    font-size: 39px;
    line-height: 50px;
    color: #fff;
    /* -webkit-text-stroke: 2px #e74c3c; */
    padding: 10px 85px 60px 0;
    text-shadow: 2px 2px 1px #e64c3b, -2px -2px 1px #e64c3b, -2px 2px 1px #e64c3b, 2px -2px 1px #e64c3b, 2px 0px 1px #e64c3b, -2px 0px 1px #e64c3b, 0px 2px 1px #e64c3b, 0px -2px 1px #e64c3b;
		letter-spacing: 3px;
}

body.tax_new .main .tax_box h1 span {
    -webkit-text-stroke: aliceblue;
    line-height: 1.5;
    text-shadow: none;
}

.tax_box dl {
	display: table;
	width: 100%;
	margin: 0 0 8px;
}

.tax_box dt {
	display: table-cell;
	width: 244px;
	padding: 9px 45px 0 73px;
	color: #e54c39;
	font-size: 33px;
	font-size: 3.3rem;
	line-height: 1.5;
	text-align: right;
	vertical-align: top;
}

.tax_box dt span {
	display: block;
	padding: 0 5px 0 0;
	border: 1px solid #e54c39;
}

.tax_box .box01 {
	background: url(../images/tax/bg_tax01.png) no-repeat;
}

.tax_box .box02 {
	background: url(../images/tax/bg_tax02.png) no-repeat;
}

.tax_box .box03 {
	background: url(../images/tax/bg_tax03.png) no-repeat;
}

.tax_box dd {
	display: table-cell;
	width: 557px;
	padding: 0 0 0 37px;
	vertical-align: top;
}

img.tax_icon {
    position: absolute;
    right: 60px;
    top: 30px;
}

#btn {
	display: block;
	width: 283px;
	padding: 18px 0 16px;
	margin: 33px auto 0;
	color: #fff;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	background: #e74c3c url(../images/common/bg_btn.png) no-repeat 21px center;
	border-radius: 5px;
	box-shadow: 2px 2px 1px #e5e5e5;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	behavior: url("../PIE.htc");
}

#btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#modal-content {
	position: fixed;
	display: none;
	width: 542px;
	top: 50%;
	left: 50%;
	padding: 14px 17px 2px;
	margin: -195px 0 0 -271px;
	background: #fff url(../images/tax/bg_modal.png) no-repeat 390px 56px;
	z-index: 2;
}

.tax_new .modal_age65 {
    background: #fff url(../images/tax/tax_new_bg_modal.png) no-repeat 390px 56px !important;
}

.tax #modal-content h2 {
	padding: 0;
	margin: 0 0 10px;
	background: none;
}



#modal-content p {
	margin: 0 0 15px 13px;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.2;
}

#modal-content .result {
	padding: 56px 20px 25px 113px;
	margin: 0;
	font-size: 59px;
	font-size: 5.9rem;
	background: url(../images/tax/img_modal.jpg) no-repeat 5px 0;
	text-align: right;
}

#modal-content .result span {
	font-size: 30px;
	font-size: 3.0rem;
}

#modal-content .ate {
	padding: 0 10px 0 0;
	margin: 0 0 -13px;
	color: #e54c39;
	font-size: 13px;
	font-size: 1.3rem;
}




#modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	opacity: 0.83;
	filter: alpha(opacity=83);
	-ms-filter: "alpha( opacity=83 )";
}


.button-link {
	display: block;
	width: 283px;
	padding: 18px 0 16px;
	margin: 33px auto 0;
	color: #fff;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	background: #e74c3c url(../images/common/bg_btn.png) no-repeat 21px center;
	border-radius: 5px;
	box-shadow: 2px 2px 1px #e5e5e5;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	behavior: url("../PIE.htc");
}

.button-link:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/*diagnosis
--------------------------------------------------------- */
.yesno {
	margin: 17px 0 0;
}

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

.yesno li {
	cursor: pointer;
}

.yesno li img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.diagnosis span {
	display: block;
	position: relative;
	border: 9px solid #ffa6a6;
	border-radius: 7px;
	behavior: url("../PIE.htc");
}

.diagnosis h3 {
	margin: 0 0 0 4px;
	color: #e54c3a;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.2;
}

/*start*/
#start .diagnosis span {
	padding: 97px 0 70px 29px;
	background: url(../images/diagnosis_new/bg_start.jpg) no-repeat 578px 41px;
}

#start h2 {
	margin: 0 0 18px;
}

#start h1 {
	margin: 0 0 18px;
}

#start p {
	margin: 0 0 0 50px;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.3;
}

#start ul {
	margin: 50px 0 0 48px;
}

/*q_01_a*/
#q_01_a .diagnosis span {
	padding: 50px 0 55px 62px;
}

#q_01_a h2 {
	margin: 0 0 23px;
}

#q_01_a ul {
	margin: 45px 0 0 4px;
}

#q_01_a li {
	float: left;
	margin: 0 20px 0 0;
}

/*q_02_a*/
#q_02_a .diagnosis span {
	padding: 50px 0 55px 62px;
	background: url(../images/diagnosis_new/bg_q.jpg) no-repeat 750px 24px;
}

#q_02_a h2 {
	margin: 0 0 25px;
}

#q_02_a h3 {
	margin: 0 0 25px;
}

#q_02_a ul {
	text-align: center;
	line-height: 0;
}

#q_02_a li {
	display: inline-block;
}

#q_02_a li:first-child {
	margin: 0 60px 0 0;
}

/*q_03_a*/
#q_03_a .diagnosis span {
	padding: 50px 0 55px 62px;
	background: url(../images/diagnosis_new/bg_q.jpg) no-repeat 802px 24px;
}

#q_03_a h2 {
	margin: 0 0 25px;
}

#q_03_a h3 {
	margin: 0 0 25px;
}

#q_03_a ul {
	text-align: center;
	line-height: 0;
}

#q_03_a li {
	display: inline-block;
}

#q_03_a li:first-child {
	margin: 0 60px 0 0;
}

/*a_01*/
#a_01 .diagnosis span {
	padding: 50px 0 55px 62px;
	background: url(../images/diagnosis_new/bg_result.png) no-repeat 86px 32px;
}

#a_01 h2 {
	margin: 0 0 37px;
}

#a_01 p {
	padding: 0 240px 0 180px;
	font-size: 33px;
	font-size: 3.3rem;
	text-align: center;
	line-height: 1.5;
}



#a_01 ul {
	margin: -15px 0 0 123px;
	text-align: left;
}

#a_01 li {
	display: inline-block;
}

#a_01 li a {
	width: 283px;
}

#a_01 li:first-child {
	margin: 0 25px 0 0;
}

/*q_02_b*/
#q_02_b .diagnosis span {
	padding: 50px 0 55px 62px;
	background: url(../images/diagnosis_new/bg_q.jpg) no-repeat 802px 24px;
}

#q_02_b h2 {
	margin: 0 0 25px;
}

#q_02_b h3 {
	margin: 0 0 25px;
}


#q_02_b ul {

	text-align: center;
	line-height: 0;
}


#q_02_b li {
	display: inline-block;
}

#q_02_b li:first-child {
	margin: 0 60px 0 0;
}

/*q_03_b*/
#q_03_b .diagnosis span {
	padding: 50px 0 55px 62px;
	background: url(../images/diagnosis_new/bg_q.jpg) no-repeat 802px 24px;
}

#q_03_b h2 {
	margin: 0 0 25px;
}

#q_03_b h3 {
	margin: 0 0 25px;
}

#q_03_b ul {
	text-align: center;
	line-height: 0;
}

#q_03_b li {
	display: inline-block;
}

#q_03_b li:first-child {
	margin: 0 60px 0 0;
}

/*q_03_b*/
#q_04_b .diagnosis span {
	padding: 50px 0 55px 62px;
	background: url(../images/diagnosis_new/bg_q.jpg) no-repeat 802px 24px;
}

#q_04_b h2 {
	margin: 0 0 25px;
}

#q_04_b h3 {
	margin: 0 0 25px;
}

#q_04_b h3 span {
	display: block;
	padding: 0 !important;
	margin: 5px 0 0 35px !important;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: normal;
	background: none !important;
	border: none !important;
}

#q_04_b ul {
	text-align: center;
	line-height: 0;
}

#q_04_b li {
	display: inline-block;
}

#q_04_b li:first-child {
	margin: 0 60px 0 0;
}

/*a_02*/
#a_02 .diagnosis span {
	padding: 50px 0 55px 62px;
	background: url(../images/diagnosis_new/bg_result.png) no-repeat 86px 32px;
}

#a_02 h2 {
	margin: 0 0 37px;
}

#a_02 p {
	padding: 0 240px 0 180px;
	font-size: 33px;
	font-size: 3.3rem;
	text-align: center;
	line-height: 1.5;
}

#a_02 ul {
	margin: -15px 0 0 123px;
	text-align: left;
}

#a_02 li {
	display: inline-block;
}

#a_02 li a {
	width: 283px;
}

#a_02 li:first-child {
	margin: 0 25px 0 0;
}

/*end*/
#end .diagnosis span {
	padding: 50px 0 30px 62px;
	background: url(../images/diagnosis_new/bg_end.jpg) no-repeat 722px 100px;
}

#end .diagnosis h2 {
	margin: 0 0 45px;
}

#end .diagnosis p {
	padding: 0 240px 70px 180px;
	font-size: 33px;
	font-size: 3.3rem;
	text-align: center;
	line-height: 1.5;
}

#end .diagnosis .ate {
	width: 834px;
	padding: 24px 30px 24px 97px;
	font-size: 15px;
	font-size: 1.5rem;

	background: #fbe0dd url(../images/diagnosis_new/bg_ate.jpg) no-repeat 31px 24px;
	text-align: left;
}

/*admission
--------------------------------------------------------- */
.admission {
	margin: 30px 0 0;
}

.admission h1 {
	margin: 0 0 20px;
}

.admission h2 {
	color: #e54c3a;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.2;
	text-align: center;
}

.admission p {
	margin: 0;
	color: #e54c3a;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: -0.1px;
}

.admission .ad_box {
	padding: 48px 79px 56px 75px;
	background: #eaeaea;
	margin-top: 30px;
}

.admission .ad_box ul {
	display: table;
	width: 100%;
	margin: 25px 0 0;
}

.admission .ad_box li {
	display: table-cell;
	width: 406px;
	padding: 0 0 0 14px;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.37;
	text-align: center;
	vertical-align: top;
}

.admission .ad_box li span {
	position: relative;
	display: block;
	/*min-height: 219px;*/
	min-height: 300px;
	padding: 10px 20px 177px;
	background: #7cb96a url(../images/admission/img04.png) no-repeat center 80px;
	border-radius: 0 0 3px 3px;
	text-align: left;
	behavior: url("../PIE.htc");
}

.admission .ad_box li:first-child {
	padding: 0;
}

.admission .ad_box li:first-child span {
	padding: 10px 35px 177px;
	background: #e64c3b url(../images/admission/img03.png) no-repeat center 100px;
}

/*voice
--------------------------------------------------------- */
.voice {
	margin: 30px 0 0;
}

.voice h1 {
	margin: 0 0 20px;
}

.voice h2 {
	/*margin: 88px 0 50px;*/
	margin: 50px 0 20px;
	text-align: center;
}

.voice p {
	margin: 0 0 30px;
	color: #e54c3a;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}

.voice_box01 {
	display: table;
	width: 979px;
	padding: 0 0 54px;
	background: url(../images/voice/bg_bottom.jpg) no-repeat 0 bottom;
}

.voice_box01 .voice_left {
	position: relative;
	display: table-cell;
	width: 476px;
	padding: 14px 30px 0 15px;
	border-top: 8px solid #f2aaa2;
	border-right: 8px solid #f2aaa2;
	border-left: 8px solid #f2aaa2;
	border-radius: 40px 40px 0 0;
	behavior: url("../PIE.htc");
}

.voice_box01 .voice_right {
	display: table-cell;
	width: 503px;
	padding: 0 0 0 27px;
}

.voice_box01 .voice_right .inner {
	position: relative;
	padding: 14px 30px 0 30px;
	border-top: 8px solid #f2aaa2;
	border-right: 8px solid #f2aaa2;
	border-left: 8px solid #f2aaa2;
	border-radius: 40px 40px 0 0;
	behavior: url("../PIE.htc");
}

.voice .voice_box01 h2 {
	margin: 0;
	color: #e54c3a;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.2;
	text-align: left;
}

.voice_box02 {
	padding: 0 0 0 276px;
}

.voice_box03 {
	display: table;
	width: 979px;
	padding: 64px 0 0;
	background: url(../images/voice/bg_top.jpg) no-repeat 0 0;
}

.voice_box03 .voice_left {
	position: relative;
	display: table-cell;
	width: 476px;
	padding: 14px 30px 22px 15px;
	border-bottom: 8px solid #f2aaa2;
	border-right: 8px solid #f2aaa2;
	border-left: 8px solid #f2aaa2;
	border-radius: 0 0 40px 40px;
	behavior: url("../PIE.htc");
}

.voice_box03 .voice_right {
	display: table-cell;
	width: 503px;
	padding: 0 0 0 27px;
}

.voice_box03 .voice_right .inner {
	position: relative;
	padding: 14px 30px 22px 30px;
	border-bottom: 8px solid #f2aaa2;
	border-right: 8px solid #f2aaa2;
	border-left: 8px solid #f2aaa2;
	border-radius: 0 0 40px 40px;
	behavior: url("../PIE.htc");
}

.voice .voice_box03 h2 {
	margin: -37px 0 0;
	color: #e54c3a;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.2;
	text-align: left;
}

.voice .voice_left h3,
.voice .voice_right h3 {







	margin: 8px 0 1em;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
}

.voice .voice_left p,
.voice .voice_right p {
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;

	line-height: 1.4;
}

.chek01 {
	padding: 28px 0 10px 178px;
	margin: 0 0 40px;
	background: #f3f3f3 url(../images/voice/bg_chek01.png) no-repeat 33px 45px;
}

.chek02 {
	padding: 28px 0 17px 178px;
	margin: 0 0 40px;
	background: #f3f3f3 url(../images/voice/bg_chek02.png) no-repeat 33px 45px;
}

.chek03 {
	padding: 28px 0 17px 178px;
	background: #f3f3f3 url(../images/voice/bg_chek03.png) no-repeat 33px 45px;
}

.chek04 {
	padding: 0;
}

.chek01 ul,
.chek02 ul,
.chek03 ul,
.chek04 ul {
	margin: 18px 0 0 -3px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
}

.chek04 ul {
	margin: 18px 0 0 0;
	line-height: 1.3;
}

.chek01 li,
.chek02 li,
.chek03 li {
	padding: 10px 0 10px 57px;
	margin: 0 0 10px;
	background: url(../images/voice/list.jpg) no-repeat 0 center;
}

.chek04 li {
	padding: 10px 0 10px 50px;
	margin: 0 0 5px;
	background: url(../images/search/list.jpg) no-repeat 0 center;
}

.chek01 .mt-10px {
	margin-top: -10px !important;
}

.chek04 .last {
	padding: 20px 0 30px 50px;
	margin-top: -15px !important;
	margin-bottom: -30px !important;
}

/*concierge
--------------------------------------------------------- */
.concierge {
	padding: 45px 0;
	border: 9px solid #ffa6a6;
	border-radius: 7px;
	text-align: center;
	behavior: url("../PIE.htc");
}

.concierge h1 {
	margin: 0 0 261px;
}

.concierge p {
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.5;
}

.concierge iframe{
	margin-bottom: 20px;
}

.concierge p.movie-new{
	text-align: left;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	}
.concierge p.movie-new span{	
	display: inline-block;
	background: #f3e945;
    padding: 3px 20px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
    color: #e74c3c;
    vertical-align: bottom;
	margin-bottom: 5px;
}

/*flow
--------------------------------------------------------- */
.flow {
	margin: 30px 0 0;
}

.flow  h1{
	/*margin-bottom:20px;*/
	margin-bottom:0;
}

.flow h2 {
	margin: 25px 0 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.flow p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}

.flow_box01 {
	padding: 45px 0 54px 15px;
	margin: 30px 0 65px;
	background: #eaeaea;
}

.flow_box01 h3 {
	margin: 0 0 45px 23px;
}

.flow_box02 {
	padding: 45px 0 15px 38px;
	margin: 21px 0 19px;
	background: #eaeaea;
}

.flow_box02 h3 {
	margin: 0 0 45px;
}
.flow-wrap{
	background:#eaeaea;
	padding:40px;
	margin-bottom:52px;
	margin-top: 20px;
	}

.flow .flow-wrap h2{
	margin:0;
}

.flow .flow-wrap h2{
	margin:0;
}
.flow .flow-wrap .flow-list{
	margin:0 0 30px;
}
.flow .flow-wrap .flow-list:last-child{
	margin-bottom: 0;;
}
.flow-wrap p{
	margin-left:120px;
	font-size:1.5rem;
	line-height:1.5;
}


/* -------------------------------------
top page
------------------------------------- */
.btn_home {
	position: fixed;
	top: 54px;
	left: 0;
}

#home .wrapper {
	min-width: 1360px;
	margin: 0 auto;
	background: #f5f5f5 url(../images/top/bg_body.jpg) no-repeat center 68px;
}

#home header {
	background: none;
}

#home header h1 {
	margin: 10px 0 0;
}

/*contents
--------------------------------------------------------- */
#home .contents {
	width: 100%;
}

.contents{
	min-width:1160px;
}

/*top_main*/
.top_main {
	width: 980px;
	margin: 100px auto 150px;
}

.top_main h1 {
	/*margin: 0 auto 45px 340px;*/
	margin: 0 auto 45px;
	text-align:center;
}

.top_main .btn_valuation {
	height: 161px;
	width: 396px;
	padding: 115px 0 0 150px;
	background: url(../images/top/bg_btn_valuation.png) no-repeat;
	float: left;
}

.top_main .btn_valuation a {
	display: block;
	display: inline-block;
    height: 28px;
	line-height: 28px;
	width: 205px;
	padding-left: 30px;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    background: #e74c3c url(../images/common/bg_btn_down_s.png) no-repeat 10px center;
    border-radius: 5px;
   /* box-shadow: 2px 2px 1px #e5e5e5;*/
    text-decoration: none;
    behavior: url(../PIE.htc);
}

.top_main .btn_valuation a span{
	background: #ece021;
	font-size: 10px;
	font-size: 1.0rem;
	padding:1px 2px;
	margin-right: 5px;
	color: #e74c3c;
	vertical-align: bottom;
}

.top_main .btn_info {
	height: 161px;
	width: 396px;
	padding: 115px 0 0 150px;
	background: url(../images/top/bg_btn_box.png) no-repeat;
	float: left;
}



.top_main .btn_info a {
	display: block;
	display: inline-block;
    height: 28px;
	line-height: 28px;
	width: 205px;
	padding-left: 30px;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    background: #e74c3c url(../images/common/bg_btn_down_s.png) no-repeat 10px center;
    border-radius: 5px;
   /* box-shadow: 2px 2px 1px #e5e5e5;*/
    text-decoration: none;
    behavior: url(../PIE.htc);
}

.top_main .btn_info a span{
	background: #ece021;
	font-size: 10px;
	font-size: 1.0rem;
	padding:1px 2px;
	margin-right: 5px;
	color: #e74c3c;
	vertical-align: bottom;
}

.top_main .banner_img {
	float: right;
	/*padding: 20px;
	background: rgba(255,255,255,1.0);*/
}

.top_main .banner_img a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


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

/*ban*/
.ban {
	background: #fff;
}

.ban .ban_inner {
	width: 980px;
	/*padding: 94px 0 107px;*/
	padding: 44px 0 107px;
	margin: 0 auto;
}

.ban h2 {
	color: #8b8b22;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
}

.ban .c_box {
	margin: 15px 0 0;
}

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

.ban01 a:before,
.ban02 a:before,
.ban03 a:before,
.ban04 a:before,
.ban05 a:before,
.ban06 a:before,
.ban07 a:before,
.ban08 a:before{
	content: url(../images/top/bg_bna.png);
	position: absolute;
	top: 0;
	left: 0;
}


.ban01 a,
.ban02 a,



.ban03 a,
.ban04 a,
.ban05 a,
.ban06 a,
.ban07 a,
.ban08 a{
	display: block;
	color: #fff;
	text-decoration: none;
}

.ban01 a:hover,
.ban02 a:hover,
.ban03 a:hover,
.ban04 a:hover,
.ban05 a:hover,
.ban06 a:hover,
.ban07 a:hover,
.ban08 a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.ban01 h2,
.ban02 h2,
.ban04 h2,
.ban05 h2,
.ban06 h2,
.ban07 h2,
.ban08 h2{
	color: #fff;
	font-size: 25px;
	font-size: 2.3rem;
	line-height: 1.2;
}
.ban05 h2 {
	text-align: center;
}
.ban08 h2{
	font-size: 26px;
	font-size: 2.6rem;
}
.ban01 p {
	width: 118px;
	margin: 12px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.ban02 p {
	width: 118px;
	margin: 12px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.ban03 p {

	/*width: 180px;*/
	width: 190px;
	margin: 10px 0 0 5px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.ban04 p {
	width: 190px;
	margin: 12px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.ban05 p {
	width: 111px;
	margin: 12px 0 0 19px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.ban06 p {
	/*width: 111px;*/
	width: 112px;
	margin: 12px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.ban07 p {
	width: 334px;
	margin: 1em 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.ban08 p {
	width: 118px;
	margin: 12px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.ban01 a {
	position: relative;
	float: left;
	min-height: 218px;
	width: 228px;
	padding: 33px 0 0 14px;
	margin: 0 22px 0 0;
	background: #ccc url(../images/top/bg_ban01.png) no-repeat 140px 70px;
	border-radius: 13px;
	box-shadow: 2px 2px 1px #e5e5e5;
	behavior: url("../PIE.htc");
}

.ban02 a {
	position: relative;
	float: left;
	min-height: 218px;
	width: 228px;
	padding: 33px 0 0 14px;
	margin: 0 22px 0 0;

	background: #00cccc url(../images/top/bg_ban02.png) no-repeat 132px 70px;
	border-radius: 13px;
	box-shadow: 2px 2px 1px #e5e5e5;
	behavior: url("../PIE.htc");
}

.ban03 a {


	position: relative;
	float: left;
	min-height: 218px;
	/*width: 479px;*/
	width: 228px;
	padding: 20px 0 0 10px;
	margin: 0 22px 0 0;
	background-color: #cc9966;
	/*background: #cc9966 url(../images/top/bg_bna03.jpg) no-repeat 160px 0;*/
	border-radius: 13px;
	box-shadow: 2px 2px 1px #e5e5e5;
	behavior: url("../PIE.htc");
}

.ban04 a {
	position: relative;
	float: left;
	min-height: 218px;
	width: 479px;
	padding: 33px 0 0 19px;
	margin: 0 22px 0 0;
	background: #66cc33 url(../images/top/bg_bna04.png) no-repeat 300px 20px;
	border-radius: 13px;
	box-shadow: 2px 2px 1px #e5e5e5;
	behavior: url("../PIE.htc");
}
.ban05 a {
	position: relative;
	float: left;
	min-height: 218px;
	width: 228px;
	padding: 33px 0 0;
	margin: 0 22px 0 0;
	background: #cccc33 url(../images/top/bg_bna05.jpg) no-repeat 133px 105px;
	border-radius: 13px;
	box-shadow: 2px 2px 1px #e5e5e5;
	behavior: url("../PIE.htc");
}

.ban06 a {
	position: relative;
	float: left;
	min-height: 218px;
	width: 228px;
	padding: 33px 0 0 25px;
	background: #66ccff url(../images/top/bg_bna06.jpg) no-repeat 148px 105px;
	border-radius: 13px;
	box-shadow: 2px 2px 1px #e5e5e5;
	behavior: url("../PIE.htc");
}
.ban07 a {
	position: relative;
	min-height: 218px;
	width: 100%;
	padding: 33px 0 0 25px;
	background: #eb94ca url(../images/top/bg_bna07.jpg) no-repeat 454px 35px;
	border-radius: 13px;
	box-shadow: 2px 2px 1px #e5e5e5;
	behavior: url("../PIE.htc");
}
.ban08 a {
	position: relative;
	float: left;
	min-height: 218px;
	width: 228px;
	padding: 28px 0 0 10px;
	background:  #eb6c6c url(../images/top/bg_bna08_01.png) no-repeat bottom 10px center;
	border-radius: 13px;
	box-shadow: 2px 2px 1px #e5e5e5;
	behavior: url("../PIE.htc");
}
.special_bnr{
	margin-top: 45px;
	text-align: center;
}

.special_bnr a:hover, .comparison_bnr a:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
.comparison_bnr{
	margin: 45px auto 0;
	text-align: center;
	
}
.comparison_bnr p{
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
}

/*news*/
.news {
	width: 100%;
	padding: 100px 0 115px;
	background: #fbe0dd url(../images/top/bg_search.png) no-repeat center 0;
}

.news_inner {
	width: 980px;
	margin: 0 auto;
}

.news_heading {
	margin-bottom: 20px;
}
/*
.news h2 {
	float: left;
}
*/
.title_news{
	float: left;
	height: 70px;
	background: url(../images/top/icon_news.png) left top no-repeat;
	padding-left: 80px;
}

.title_news h2{
	padding-top: 8px;
	margin-bottom: 12px;
}

.title_news h3{
	font-size: 15px;
    font-size: 1.5rem;
	font-weight: normal;
}

.btn_news {
	float: right;
	margin-top: 16px;
}

.btn_news a {
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 12px 15px;
	color: #fff;
	font-weight: bold;
	background: #e74c3c;
	border-radius: 5px;
	box-shadow: 2px 2px 1px #e5e5e5;
	text-decoration: none;
	behavior: url("../PIE.htc");
}


.btn_news a:hover {
	background: #ec7063;
}

a.link-web:after {
	content: url(../images/common/icon_link.png);
	position: relative;
	bottom: -0.2em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.news_wrap dl {
	border-bottom: 2px dotted #715c50;
	padding: 30px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}

.news_wrap dl:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.news_wrap dt {
	float: left;
	width: 100px;
}

.news_wrap dd {
	float: right;
	width: 800px;
}

#news-page .news_wrap dl:last-child {
	border-bottom: none;
	padding-bottom: 30px;
}

#news-page h1 {
	margin-top: 20px;
	/*margin-bottom: 40px;*/
	margin-bottom: 0;
}
.news-small{
	font-size:86.66%;
}

/*media*/

.media_wrap {
	padding:60px 0 0;
	position:relative;
}
.media_wrap h3{
	color:#e74c3c;
	font-weight:bold;
	font-size:24px;
	font-size:2.4rem;
	margin-bottom:18px;
}

.media_wrap p.media-copy{
	font-size:15px;
	font-size:1.6rem;
	margin-bottom:20px;
}

.media_wrap p.media-img{
	position:absolute;
	top:30px;
	right:10px;
}

.media_wrap .media_new{
	background:#fff;
	padding:5px 30px 5px;
	margin-bottom:20px;
}

.media_wrap .media_box{
	border-bottom: 2px dotted #715c50;
}

.media_wrap .media_box:last-child{
	border-bottom: none;
}


.media_wrap .media_box{
	margin-top:25px;
}

.media_wrap .media_box .media_name{
	display:inline;
	font-size: 18px;
	font-size: 1.8rem;
	float:left;
	margin-right:15px;
	color:#e74c3c;
	font-weight:bold;
}
	
.media_wrap .media_number{
	float:left;
	vertical-align:middle;
	height:19px;
	line-height:19px;
	font-size:12px;
	font-size:1.2rem;


	
}
.media_wrap .media_title{
	margin-top:10px;
	margin-bottom:20px;
	font-size:15px;
	font-size:1.5rem;
	font-weight:bold;
	line-height: 1.8;
}

.media_wrap .media_box a.link-web:after {
    bottom: -0.1rem;
}

.media_wrap .media_list{
	font-size:12px;
	font-size:1.2rem;
	line-height:1.5;
	margin-bottom:30px;
}

.btn_media{
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
}

.btn_media a {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	display: inline;
	padding: 12px 15px;
	color: #fff;
	font-weight: bold;

	background: #e74c3c;
	border-radius: 5px;
	box-shadow: 2px 2px 1px #e5e5e5;
	text-decoration: none;
	behavior: url("../PIE.htc");
	
}


.btn_media a:hover {
	background: #ec7063;
}


/*movie_wrap*/
.movie_wrap {
	width: 100%;
	padding: 100px 0 90px;
	background: #fff url(../images/top/bg_news.png) no-repeat center 0;
}

.movie_inner {
	width: 980px;
	margin: 0 auto;
	border: 9px solid #ffa6a6;
	border-radius: 7px;
	padding: 30px;
	background: #fff;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.movie_inner h2 {
	color: #e74c3c;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.2;
	margin-bottom: 30px;
}
.movie_inner p{
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: left;
}
.movie_inner .btn_box a{
	width: 80%;
	text-align: center;
}
.movie_text{
	flex: auto;
}
.movie_inner img{
	flex: 0 0 334px;
	width: 334px;
	height: auto;
}
.movie_box{
	width: 310px;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.movie_box:nth-child(3){
	margin-right: 0;
}

.movie_box img{
margin-bottom: 12px;
}

.movie_box h3{
	font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
	margin-bottom: 5px;
}

.movie_box h3 span{
    background: #ece021;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1px 5px;
    margin-right: 5px;
    color: #e74c3c;
    vertical-align: middle;
	font-weight: normal;

}


.movie_box h3 a{
	text-decoration: none;
}
.movie_box h3 a:hover{

	text-decoration:underline;
}


.movie_box p{
	color:  #888;
}

.movie_box p.movie_time{
	float:left;
	width: 100px;
}

.movie_box p.movie_date{
	float: right;
}

/*search*/
.search {
	width: 100%;
	padding: 100px 0 0px;
	/*background: #f5f5f5 url(../images/top/bg_search.png) no-repeat center 0;*/
	background: #f5f5f5;
}

.search_inner {
	width: 980px;
	margin: 0 auto;
}



.search_inner .nav_search {
	margin: 45px 0 0;
}

.search_inner .nav_searchProduct{
	width: 652px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 115px;
	text-align: center;
}

.search_inner h2 {

	margin-bottom: 30px;
}

.title_search, .title_searchProduct{
	padding-left: 100px;
	height: 87px;
	margin-bottom: 30px;
}

.title_search{
	/*background: url(../images/top/icon_search.png) left top no-repeat;*/
	background: url(../images/top/icon_search02.png) left top no-repeat;
}
.title_searchProduct{
	background: url(../images/top/icon_search01.png) left top no-repeat;
}
.search_inner .title_search h2, .search_inner .title_searchProduct h2{
	font-size: 28px;
    font-size: 2.8rem;
	font-weight: bold;
	color: #e74c3c;
	padding-top: 15px;
	margin-bottom: 13px;
	
}

.search_inner .title_search h3, .search_inner .title_searchProduct h3{
	font-size: 17px;
    font-size: 1.7rem;
	font-weight: normal;
}

.search_wrap {
	display: block;
	position: relative;
	border: 9px solid #ffa6a6;
	border-radius: 7px;
	padding: 30px;
	background: #fff;
}

.search_box {
	background: url(../images/top/bg_bna08.jpg) no-repeat right 50% #fff;
}

.search_boxProduct {
	background: url(../images/top/bg_bna10.png) no-repeat right 50% #fff;
}

.search_wrap h3 {
	color: #e74c3c;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.2;
	margin-bottom: 30px;
}

.search_wrap p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	width: 330px;
	margin-bottom: 30px;
}





.search_wrapProduct p{
width: 570px;
}


/*about*/
#home .about {
	background: #fff;
	padding: 0 0 95px;
}

#home .about_inner {
	width: 980px;
	padding: 116px 0 0;
	margin: 0 auto;
}

#home .about_inner:after {
	content: "";
	clear: both;
	display: block;
}

#home .fl_box {
	float: left;
	width: 547px;
}

#home .about .fl_box h2 {
	margin: 0 0 40px;
}

#home .fl_box p {
	margin: 0 0 1em;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
}

#home .fr_box {
	float: right;
	width: 398px;
}

#home .about .fr_box h2 {
	margin: 0 0 27px;
}

#home .about table {
	width: 100%;
	line-height: 1.5;
}

#home .about th {
	width: 100px;
	padding: 8px 10px;
	background: url(../images/top/back_td.gif) 0 0;
	border: 1px solid #ccc;
	text-align: left;
	white-space: nowrap;
}

#home .about td {
	padding: 8px 10px;
	border: 1px solid #ccc;
}

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

銀行の商品ラインアップ

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

.main .detail h1 {
/*	float: left; */
	width: 690px;
}


.detail-page .main h2 {
	width: 100%;
	font-size: 25px;
	color: #333333;
	font-weight: bold;
	line-height: 1.2;
	float: left;
	margin-bottom: 25px;
}


.detail-page .main h3 {
	width: 100%;
	font-size: 25px;
	color: #333333;
	font-weight: bold;
	line-height: 1.2;

	float: left;
	margin-bottom: 25px;
}

.detail-page .main .bk_box05 h2,
.detail-page .main .bk_box06 h2 {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	line-height: 1.5;
}


.detail-page .main h4 {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	line-height: 1.5;
}

.main .detail {
	position: relative;
	padding: 35px 0 0;
	margin: -13px 0 0;
	background: url(../images/search/bg_bk02.png) no-repeat 715px 20px;
	z-index: 1;
}



.main .detail02{
	position: relative;
	padding: 35px 0 0;
	margin: -13px 0 0;
	background: url(../images/search/bg_bk02.png) no-repeat 826px 21px;
	z-index: 1;
}

.bk_box01,
.bk_box02,
.bk_box03 {
	padding: 30px;
	margin: 65px 0 55px;
	border: 9px solid #ffa6a6;
	border-radius: 7px;
	background-color: #fff;
	behavior: url("../PIE.htc");
}

.bk_box01{
	margin-top: 23px!important;
}


.main .detail02 .bk_box01,
.main .detail02 .bk_box02,
.main .detail02 .bk_box03 {
	margin: 23px 0 55px;
}

.bk_box01 h2,
.bk_box02 h2,
.bk_box03 h2 {
	margin-bottom: 25px;
}

.bk_box01 .l_box,
.bk_box03 .l_box {
	float: left;
	width: 562px;
	padding-right: 45px;
}

.bk_box02 .l_box {
	float: left;
	width: 902px;
	padding-right: 0;
}

.bk_box01 .r_box,
.bk_box03 .r_box {
	float: right;
	width: 340px;
}


.bk_box01 .r_box {
	border-left: 1px solid #333333;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
}

.bk_box03 .r_box {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	border-left: 1px solid #333333;
}

.main .bk_box04 p {
	text-align: right;
	line-height: 1.35;
}

.bk_box05 {
	margin-top: 62px;
	margin-bottom: 70px;
}

.bk_box05 .box_l {
	width: 360px;
	float: left;
	margin-right: 26px;
}

.bk_box05 .box_s {
	width: 180px;
	float: left;
	margin-right: 26px;
}

.bk_box05 .box_s.last {
	margin-right: 0;
}

.bk_box05 table {
	width: 100%;
}

.bk_box05 table th,
.bk_box05 table td {
	border: 1px solid #b4b4b4;
	padding: 25px 10px;
}

.bk_box05 table th {
	padding: 20px 10px;
}

.bk_box05 .box_l table th {
	padding: 10px;
}

.bk_box05 table th {
	background-color: #e64c3b;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	line-height: 1.04;
	text-align: center;
}

.bk_box05 table td {
	padding: 25px 15px 27px 15px;
	font-size: 18px;
	color: #333333;
	line-height: 0.867;
	text-align: right;
}

.bk_box05 .box_l table td.sub-title {
	width: 50%;
	padding: 10px;
	background-color: #fbe3e1;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	line-height: 1.04;
	text-align: center;
}

.bk_box06 {
	background-color: #EAEAEA;
	padding: 23px 30px 30px 30px;
}

.bk_box06 + .bk_box04{
	margin-top: 10px;
}

.detail-page .main .bk_box06 h4 {
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}

.bk_box06 .title {
	width: 100%;
	float: left;
	background-color: #E64C3B;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	padding: 14px 33px;
}

.bk_box06 h3.title {
	width: 100%;
	float: left;
	background-color: #E64C3B;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	padding: 14px 33px;
	margin-bottom: 0;
}


.bk_box06 .title span {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.114;
}

.bk_box06 .inner {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	padding: 20px 30px;
}

.bk_box06 table th {
	padding: 7px 0;
	vertical-align : middle;
}

.bk_box06 table td {
	padding: 14px 10px 12px 10px;
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
	vertical-align : middle;
}

.bk_box06 table td.item {
	width: 135px;
	padding: 14px 0 15px 17px;
	font-weight: bold;
}

/*.bk_box06 a {
	text-decoration: none;
}*/

.bk_box06 a:hover {
	color: #e64c3b;
	text-decoration: underline;
}

.bk_box07 {
	font-size: 13px;
	color: #333333;
	line-height: 1;
	margin-top: 35px;
	margin-bottom: 35px;
	float: left;
	clear: both;
}

.bk_box07 .mb10 {
	margin-bottom: 10px;
}

.btn_box02 {
	width: 100%;
	float: left;
	margin: 30px 0 0;
	padding: 10px 0 0 77px;
	text-align: center;
	clear: both;
}

.detail-page .btn_box {
	margin: 63px 0 0 !important;
}

.detail-page .btn_box a {
	width: 283px;
	margin-bottom: 40px;
	padding: 23px 52px 20px 52px;
	border-radius: 3px;
}

.detail-page .btn_box .last a {
	margin-bottom: 0;
}

.btn-centered a img{
	display: block;
	margin: 0 auto;
	}
	
/*------------------------

nav_campaign

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

.nav_campaign img{
	position:fixed;
	right:0;
	top:240px;
	z-index:999;
}

@media (min-width: 992px) {
	.nav_campaign img{
	top:50%;
	margin-top:-154px;

	/***
        margin-top: -15px;
	width: 70px;
	***/
	}
	.nav_campaign a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}
}


.nav_campaign2 img{
	position:fixed;
	/**left:0;**/
	right:0;
	top:240px;
	z-index:999;
}

@media (min-width: 992px) {
	.nav_campaign2 img{
	top:50%;
	/**margin-top:-20px;**/
        margin-top: -300px;
	width: 70px;

	}
	.nav_campaign2 a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}
}


@media print { 
body { 
overflow: visible !important;
}

 .nav_campaign { display: none !important; } 
 
}




p.idecotitle {
    position: relative;
    padding: 18px 20px;
    margin: 70px 0 0 0px!important;
    color: #fff;
    font-size: 2.0rem;
    background: #e64c3b;
    border-radius: 7px;

}
.att-exception{
	margin-top: 10px;
	text-indent: -1em;
    margin-left: 1em;
}
/*------------------------

 SNS
------------------------ */

.sns-wrap{
	width: 100%;
	background: #fff;
	padding-top: 30px;
}
.sns-wrap-btm{
	width: 100%;
	background: #fbe0dd;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}

.sns-group-wrap{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.sns-group {
    margin: 0 0 0 -3px;
    padding: 0;
}

.sns-btm{
	padding: 15px;
	background: #ffeaed;
	margin-top: 50px;
	border-radius: 3px;
}

.sns-group-wrap.sns-top-btn {
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*margin-right: -3px; */
}

.sns-group-wrap.sns-top-btn > p {
    margin-right: 24px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

.btn-sns {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 3px 0 3px;

    border-radius: 5px;
    background-color: #999;
    list-style: none;
    display: inline-block;
}

.btn-sns span {
    position: absolute;
    font-size: 30px;
    color: #FFF;
}

.btn-sns a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    text-indent: -9999px;
    color: #FFF;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    text-decoration: none;
}

.btn-sns.twitter {
    background-color: #1DA1F3;
}

.btn-sns.twitter.btn-sns span {
    position: absolute;
    color: #FFF;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -13px;
}

.btn-sns.facebook {
    background-color: #265a96;
}

.btn-sns.facebook.btn-sns span {
    position: absolute;
    color: #FFF;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: 0px;
}

.btn-sns.line {
    background: url(../images/common/logo_line.png) #00c300 no-repeat left top;
    background-size: 40px 40px;
}
/*-----------------------------------
faq sns
-----------------------------------*/
.about .sns-wrap{
	padding-top: 5px;
}
/*-----------------------------------
admission sns
-----------------------------------*/
.admission .sns-group-wrap.sns-top-btn p {
    margin-right: 24px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
/*-----------------------------------
faq sns
-----------------------------------*/
.faq .sns-wrap{
	padding-top: 50px;
	margin-bottom: 20px;
}
/*-----------------------------------
flow sns
-----------------------------------*/
.flow .sns-wrap{
	padding-top: 10px;
}
/*-----------------------------------
news-page sns
-----------------------------------*/

#news-page .sns-wrap{
	padding-top: 0;
	padding-bottom: 20px;
}
/*-----------------------------------
media sns
-----------------------------------*/
.media .sns-wrap{
	padding-top: 10px;
	padding-bottom: 20px;
}
/*-----------------------------------

ranking sns
-----------------------------------*/
.ranking .sns-wrap{
	padding-top: 0;
	padding-bottom: 30px;
}
/*-----------------------------------
.valuation sns
-----------------------------------*/
.valuation .sns-wrap{
	padding-top: 0;
	padding-bottom: 30px;
}

/*-----------------------------------
.voice sns
-----------------------------------*/
.voice .sns-wrap{
	padding-top: 0;
	padding-bottom: 30px;
}
.voice .sns-group-wrap.sns-top-btn  p {
 margin-bottom: 0;
}

/*-----------------------------------
運用管理費用（信託報酬）で比較 ポップアップ
-----------------------------------*/
.checkbox_popup {
    display: none;

    background: rgb(0 0 0 / 60%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    z-index: 1000;
}

.checkbox_select {position: fixed;width: 100%;bottom: 0;left: 0;background: #424242;z-index: 20;padding: 10px 10px;display: none;}

.checkbox_select .checkflex {
    display: flex;
    justify-content: center;
}

.checkbox_select .checkflex div {
    margin: 0 10px;
    padding: 15px 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}

.checkbox_select .checkflex .check {
    background: #E74B3C;
    border: solid #E74B3C 1px;
    width: 420px;
}

.checkbox_select .checkflex .purchase {
    background: #E68D19;
    border: solid 1px #E68D19;
    width: 530px;
}

.checkbox_select .checkflex .allshow {
    background: #fff;
    border: solid 1px #E74B3C;
    width: 420px;
    color: #E74B3C;
}

.checkbox_select .checkflex .past {
    background: #E68D19;
    border: solid 1px #E68D19;
    width: 530px;
}
.checkbox_select .checkflex .check:hover {
    background: #fff;
    color: #E74B3C;
    border: solid #E74B3C 1px;
}
.checkbox_popup .position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    max-width: 980px;
    width: 90%;
}

.checkbox_popup .content_purchase {
    background: #fff;
    padding: 20px;
    padding: 50px 30px;
}
.iframe_title {
    font-size: 22px;
	padding: 15px 20px;
    border-radius: 10px;
	background: #e64c3b;
	color: #fff;
	font-weight: bold;
}


.checkbox_popup .content_past {
    background: #fff;
    padding: 20px;
}

.checkbox_select .checkflex .purchase:hover {
    color: #E68D19;
    background: #fff;
    border: solid 1px #E68D19;
}

.checkbox_select .checkflex .allshow:hover {
    background: #E74B3C;
    color: #fff;
    border: solid 1px #E74B3C;
}

.checkbox_select .checkflex .past:hover {
    background: #fff;
    border: solid 1px #E68D19;
    color: #E68D19;
}

.checkbox_popup .close:hover {background-color: #f26e60;color: #ffffff;}


.checkbox_popup .close {
    background: #949494;
    cursor: pointer;
    margin: auto;
    border: solid 1px #949494;
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background-color: #e64c3b;
    color: #ffffff;
    top: -25px;
    right: -25px;
    left: auto;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    padding-top: 25px;
    opacity: 1;
    line-height: 0;
}


.checkbox_popup .relative {
    position: relative;
}


.checkbox_select .check_item {

    display: none;
}



.checkbox_select.zakkuri .check {
    width: 580px;
    text-align: center;
}

.checkbox_select.zakkuri .allshow {
    width: 580px;
    text-align: center;
}




input.hikaku{
  display: none;
}
.hikaku-parts{
  padding-left: 28px;
  position:relative;
  bottom: 3px;
}
.hikaku-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #999;
  border-radius: 4px;
}
input.hikaku:checked + .hikaku-parts{
  color: #d01137;
}
input.hikaku:checked + .hikaku-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #e64c3b;
  border-right: 3px solid #e64c3b;
}

.movie .anker {
    margin-top: 20px;
    border: solid 10px #ffa6a6;
    padding: 20px;
    margin-bottom: 50px;
}


.movie .anker ul {
    display: flex;
}

.movie .anker ul li {
    font-size: 18px;
    margin-right: 50px;
}


.movie h2 {
    padding: 0 0 10px 4px;
    margin: 0 0 40px;
    color: #e64c3b;
    font-size: 25px;
    border-bottom: 4px solid #e74c3c;
    line-height: 1.2;
}


.movie h3 {
    font-size: 20px;
    font-weight: bold;
    background: #fbe0dd;
    padding: 20px 10px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.movie .cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.movie .cat .col:last-child {
    margin-right: auto;
}

.movie .cat .col {
    margin-bottom: 40px;
    flex-basis: 300px;
    margin-right: 40px;
}

.movie .cat .col .thumbnail {
    margin-bottom: 20px;
}

.movie .cat .col .thumbnail img {
    width: 100%;
}

.movie .cat .col p {
    font-size: 18px;
    line-height: 1.5;
		font-weight: bold;
}

.movie .cat .col a {
    text-decoration: none;
}
.movie .cat .col a:hover p {
    text-decoration: underline;
}
.movie .cat .col:first-child {
}

.movie .cat .col:nth-of-type(3n) {
    margin-right: 0;
}

.movie .sns-group-wrap {
    margin-bottom: 20px;
}

iframe.common_iframe {
    width: 100%;
    height: 551px;
    margin-bottom: 50px;
}
p.btn_box.movie a {
    width: 270px;
}

.mt30{
	margin-top: 30px!important;
}

body.common p {
    font-size: 18px;
    line-height: 1.5;
}

body.common h2 {
    padding: 0 0 10px 4px;
    margin: 0px 0 50px;
    color: #e64c3b;
    font-size: 25px;
    border-bottom: 4px solid #e74c3c;
    line-height: 1.2;
}

body.common table {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    font-size: 1.8rem;
    width: 100%;
    line-height: 25px;
}

body.common table thead th {
    background: #e64c3b;
    color: #fff;
    font-weight: bold;
}


body.common table th {
    padding: 15px 25px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    vertical-align: middle;
}

body.common table td {
    padding: 18px 25px;
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: middle;
}
table.line3 th:first-child {
    width: 325px;
}

table.line3 td {
    width: 325px;
}
table.line3.line3_2 td {
	font-weight: bold;
	text-align: center;
}
table.line3.line3_2 td .nomal {
	font-weight: normal;
}

body.common .indent_dot {
    font-size: 16px;
    display: flex;
    line-height: 25px;
}


body.common .indent_dot span:first-child {
    width: 50px;
}

body.common .indent_dot span:last-child {
    width: calc(100% - 50px);
}

body.common strong.title_lead {
    font-size: 1.7rem;
    line-height: 1.7;
}
body.common .title_pink {
    font-size: 20px;
    font-weight: bold;
    background: #fbe0dd;
    padding: 20px;
    border-radius: 4px;
}

body.common .title_gray {
    font-size: 20px;
    background: #f0f0f0;
    padding: 20px;
    border-radius: 4px;
}

strong.orange {
    color: #e54c39;
    display: block;
}

body.common ul.indent_circle {
    font-size: 18px;
    line-height: 1.5;
}

body.common ul.indent_circle li {padding-left: 0.9em;text-indent: -1.4em;}

body.common ul.indent_circle li:before {
    content: "・";
    font-size: 26px;
    position: relative;
    top: 4px;
}

.c_orange{
    color: #e54c39;
}

body.common table.line2 th {
    width: 50%;
    color: #fff;
}

body.common table.line2 td {
    width: 50%;
}

body.common .orange th {
    background: #e64c3b;
}

body.common p.indenet_kome {
    font-size: 16px;
    padding-left: 1.4em;
    text-indent: -1.4em;
}


body.common p.indenet_kome:before {
    content: "※";
}





.ideco_hikaku {
    background: #fff;
}

.hikaku_inner {
    width: 980px;
    margin: 0 auto;
    padding: 43px 0 107px 0;
}

.hikaku_inner .title_search {}

.hikaku_inner .title_search h2 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #e74c3c;
    padding-top: 15px;
    margin-bottom: 13px;
}

.hikaku_inner .title_search h3 {
    font-size: 1.7rem;
    font-weight: normal;
}


.hikaku_inner ul.nav_search {margin: 45px 0 0;}


/*-----------------------------
content_feature
-----------------------------*/
.content_feature{
	background-color: #e1f1f7;
	padding: 100px 0;
}

.feature_inner{
	width: 980px;
	/*width: 840px;*/
	margin: 0 auto;
}

/*　2つ並び　*/
/*.feature_pr {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #888;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.feature_wrap {
  display: flex;
  justify-content: space-around;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.feature_wrap > div {
  width: 313px;
  background-color: #fbe0dd;
  border-radius: 6px;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.1);
  border: 1px solid #fff;
}*/
/*　3つ並び　*/
.feature_pr {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #888;
}
.feature_wrap {
  display: flex;
  justify-content: space-between;
}
.feature_wrap > div{
  width: 32%;
  /*width: 45%;*/
  background-color: #fbe0dd;
  border-radius: 6px;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.1);
  border: 1px solid #fff;
}
.content_feature a{
	text-decoration: none;
	display: block;
}
.feature_wrapper{
	padding: 15px;
}
.feature_wrap p{
	padding: 8px 0;
}
.feature_wrap .feature_hdg{
	font-size: 1.7rem;
	padding: 15px 15px 10px;
	background: #fff;
	border-radius: 6px 6px 0 0;
}
.feature_copy{
	font-size: 2.0rem;
	font-weight: bold;
	color: #e74c3c;
}
.feature_detail li{
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .5px;
	}
.feature_detail{
	text-align: justify;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1em;
	margin-top: 5px;
}
.feature_btn{
	background: #e74c3c;
	color: #fff;
	border: 1px solid #e74c3c;
	border-radius: 5px;
	display: block;
	padding: 10px;
	margin: 10px auto 0;
	text-align: center;
	transition: 0.25s ease-in-out;
}
.feature_wrap > div:hover .feature_btn{
	background: #fff;
	color: #e74c3c;
	border: 1px solid #e74c3c;
}

/*-----------------------------
table_sticky
-----------------------------*/
/* .t-wrapper {
  overflow: scroll;
  overflow-x: hidden;
  max-height: 80vh;
  min-height: 580px;
} */
table.t-sticky,
table.t-sticky2,
table.t-sticky3 {
  border-collapse:separate;
  border-spacing:0;
}
/* normal */
table.t-sticky th {
  position:-webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
/* thead固定 */
table.t-sticky2 thead {
  position:-webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
/* table固定 */
table.t-sticky3 {
  position:-webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* page */
.t-wrapper_comparison table.t-sticky th {
  top: 89px;
}
.t-wrapper_product table.t-sticky th {
  top: 136px;
}
.t-wrapper_valuation table.t-sticky th {
  top: 55px;
}
