@charset "UTF-8";
html {
 font-size: 62.5%;
}
body {
 font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
 font-size: 16px;
 font-size: 1.6em;
 line-height: 1.6;
 color: #000;
 margin: 0;
 padding: 0;
 width: 100%;
 background-color: #fff;
 overflow-x: hidden;
}
* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
img {
 border: none;
 max-width: 100%;
}
.cont p, .cont ul, .cont ol, .cont dt, .cont dd {
 margin: 10px 0;
}
.cf:after,.clearfix:after {
 content: "";
 clear: both;
 display: block;
}
/* ------------------------------------------------------ */
/* layout */
/* ------------------------------------------------------ */
.header,
.footer,
.outer_copyright,
.main {
 width: 100%;
 display: block;
}
.container,
.inner_header,
.inner_footer,
.copyright,
.cont {
 width: 1024px;
 display: block;
 margin: 0 auto;
}
.header {
 border-bottom: 2px solid #003365;
}
.inner_header > * {
 margin: 0;
 padding: 0 20px;
}
.header_logo {
 float: left;
 display: inline-block;
}
.header_logo a {
 padding-top: 24px;
 display: inline-block;
 line-height: 0;
}
.container {
 position: relative;
}
.cont {
 float: right;
 min-height: 650px;
 width: 710px;
 position: relative;
}
.column_one .cont {
 float: none;
 margin: 0 auto;
}
.cont:last-of-type {
 padding-bottom: 140px;
}
.outer_copyright {
 background-color: #eeeeee;
 padding: 20px 0;
 font-size: 13px;
}
/* ------------------------------------------------------ */
/* basic */
/* ------------------------------------------------------ */
h2 {
 border-bottom: 3px solid #5c9dde;
 font-size: 24px;
 font-weight: normal;
 line-height: 1.2;
 padding: 5px 10px 5px 0;
 margin: 25px 0 35px;
}
br {
 margin: 0 !important;
}
/* ------------------------------------------------------ */
/* utility */
/* ------------------------------------------------------ */
.hint {
 font-size: 13px;
 font-size: 1.3rem;
 line-height: 1.3;
}
.f_left {
 float: left!important;
}
.f_right {
 float: right!important;
}
.t_left {
 text-align: left!important;
}
.t_right {
 text-align: right!important;
}
.t_center {
 text-align: center!important;
}
.v_top {
 vertical-align: top!important;
}
.v_middle {
 vertical-align: middle!important;
}
.v_bottom {
 vertical-align: bottom!important;
}
.d_block {
 display: block!important;
}
.d_inline_b {
 display: inline-block!important;
}
.d_none {
 display: none!important;
}
.nowrap {
 white-space: nowrap;
}
.bold {
 font-weight: bold;
}
.kome {
 padding-left: 1.2em;
}
.kome:before {
 display: inline-block;
 margin-left: -1.2em;
 padding-right: 0.2em;
}
.kome:before {
 content: "※";
}
.font_ss {
 font-size: 11px;
 font-size: 1.1rem;
}
.font_s {
 font-size: 13px;
 font-size: 1.3rem;
}
.font_m {
 font-size: 16px;
 font-size: 1.6rem;
}
.font_l {
 font-size: 18px;
 font-size: 1.8rem;
}
.font_ll {
 font-size: 21px;
 font-size: 2.1rem;
}
.freedial_tit {
 display: block;
}
.freedial_no {
 font-size: 22px;
 font-weight: bold;
 padding-left: 64px;
 background: url(../image/free1.gif) no-repeat left 7px center;
 background-size: 55.6px 32px;
}
.err_msg_area {
 display:table;
 min-height:405px;
 height:405px;
 width:100%;
}
.err_msg_area_small {
 display:table;
 min-height:290px;
 height:290px;
 width:100%;
}
.err_msg {
 display:table-cell;
 width:100%;
 color: #ff0000;
 font-weight: bold;
 text-align: left;
 vertical-align: middle!important;
 font-size: 1.1em;
}
