@charset "UTF-8";
html {
 font-size: 62.5%;
}
body {
 font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '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;
}
button, input, optgroup, select, textarea {
 font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
img {
 border: none;
 max-width: 100%;
}
a {
 color: #5c9dde;
}
a:hover {
 text-decoration: none;
}
.cont p, .cont ul, .cont ol, .cont dt, .cont dd {
 margin: 10px 0;
}
.cont li {
 margin: 0;
}
a,
button,
input[type="reset"] {
 -webkit-transition: opacity 0.2s linear 0s, color 0.1s linear 0s, linear 0s, background-color 0.1s linear 0s,box-shadow 0.1s linear 0s;
 -o-transition: opacity 0.2s linear 0s, color 0.1s linear 0s, linear 0s, background-color 0.1s linear 0s,box-shadow 0.1s linear 0s;
 transition: opacity 0.2s linear 0s, color 0.1s linear 0s, linear 0s, background-color 0.1s linear 0s,box-shadow 0.1s linear 0s;
}
a:hover,
button:hover, button:focus,
input[type="reset"]:hover, input[type="reset"]:focus{
 opacity: 0.7;
}
.cf:after,.clearfix:after {
 content: "";
 clear: both;
 display: block;
}
/* ------------------------------------------------------ */
/* layout */
/* ------------------------------------------------------ */
.header,
.footer,
.outer_copyright,
.main {
 width: 100%;
 display: block;
}
.container,
.inner_header,
.copyright,
.cont {
 width: 1024px;
 display: block;
 margin: 0 auto;
}
.header {
 border-bottom: 2px solid #003365;
}
.inner_header > * {
 margin: 0;
 padding: 0 20px;
}
.header_logo {
 padding-top: 24px;
 float: left;
 display: inline-block;
 margin-bottom:12px;
}
.header_logo a {
 display: inline-block;
 line-height: 0;
}
.header_links {
 float: left;
 list-style: outside none none;
 padding: 7px 0 0;
}
.header_links > li {
 display: inline-block;
}
.header_links > li a {
 padding: 5px 30px 5px 5px;
 position: relative;
 font-size: 14px;
}
.header_links > li a:after {
 border-right: 2px solid #5c9dde;
 border-top: 2px solid #5c9dde;
 content: "";
 display: inline-block;
 height: 8px;
 width: 8px;
 position: absolute;
 margin-top: -7px;
 top: 50%;
 right: 0.9em;
 -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg);
 transform: rotate(45deg);
}
.header_btn {
 float: right;
}
.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;
}
.order_flow {
 font-size: 14px;
 list-style: outside none none;
 margin: 0;
 padding: 10px 13px;
}
.order_flow > * {
 display: inline-block;
 margin: 0;
 padding: 0;
}
.order_flow > .current {
}
.order_flow > * a {
 padding: 10px 5px;
 display: inline-block;
}
.order_flow > * .order_next {
 display: inline-block;
 font-weight: normal;
 margin: 0 0 0 7px;
}
.outer_copyright {
 background-color: #eeeeee;
 padding: 20px 0;
 font-size: 13px;
}
.container .pagetop {
 bottom: 20px;
 right: 5%;
 margin: 0;
 display: none;
 position: fixed;
 text-align: right;
}
.container .pagetop.on {
 opacity: 1!important;
}
.container .pagetop a {
 display: block;
 line-height: 0;
}
.container .norton_right {
 bottom: 45px;
 margin: 0;
 position: absolute;
}
.container .norton_right {
 right: 0;
 bottom: 180px;
}
.container .norton_right a {
 display: block;
 line-height: 0;
}
/* ------------------------------------------------------ */
/* basic */
/* ------------------------------------------------------ */
h1:not(.mainvis) {
 background-color: #e8f4fd;
 border-left: 6px solid #5c9dde;
 font-size: 24px;
 font-weight: normal;
 line-height: 1.2;
 margin: 0 0 25px;
 padding: 13px 20px;
}
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;
}
h3 {
 border-left: 3px solid #5c9dde;
 font-size: 20px;
 font-weight: normal;
 line-height: 1.2;
 margin: 30px 0 20px;
 padding: 1px 10px;
}
ul,ol {
 padding-left: 20px;
}
ul {
 list-style-type: disc;
}
li > ul {
 list-style-type: disc;
 padding-left: 10px;
}
br {
 margin: 0 !important;
}
input, textarea, select {
 color: #333;
 font-size: 18px;
 padding: 5px 10px;
 max-width: 100%;
 line-height: 1.4;
 vertical-align: middle;
 display: inline-block;
}
select,
input[type="password"],
input[type="text"],
input[type="tel"],
input[type="email"] {
 border: 1px solid #a8acad;
 text-align: left;
 min-width: 60px;
 margin-right: 10px;
 -webkit-appearance: none;-moz-appearance: none;appearance: none;
}
textarea {
 text-align: left;
 border: 1px solid #ccc;
 width: 100%;
}
.icon_open {
 display: inline-block;
 cursor: pointer;
 padding: 0 2em 0 2px;
 background: url(../image/icon_open.png) no-repeat right 5px center;
}
.icon_keyboard_login {
 display: inline-block;
 padding: 0 2em 0 2px;
 --width: 22px;
 --height: 14px;
 background: url(../image/icon_keyboard_login.png) no-repeat right 5px center;
 --background-size:1.6em 1.6em;
}
.separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}
.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #5c9dde;
  margin: 0 10px;
}
/* ------------------------------------------------------ */
/* utility */
/* ------------------------------------------------------ */
.bold {
 font-weight: bold;
}
.kome, .square {
 padding-left: 1.2em;
}
.kome:before,
.square:before {
 display: inline-block;
 margin-left: -1.2em;
 padding-right: 0.2em;
}
.kome:before {
 content: "※";
}
.square:before {
 content: "■";
}
.font_s {
 font-size: 13px;
 font-size: 1.3rem;
}
.font_m {
 font-size: 16px;
 font-size: 1.6rem;
}
.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;
}
/* ------------------------------------------------------ */
/* button */
/* ------------------------------------------------------ */
.container .area_submit {
 margin: 50px auto;
 position: relative;
 text-align: center;
}
.login, .close {
 border: none;
 background-color: #f45d0a;
 box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.4);
 color: #fff;
 display: inline-block;
 font-size: 16px;
 font-weight: normal;
 line-height: 1.2;
 margin: 0 auto;
 padding: 20px 20px;
 text-align: center;
 text-decoration: none;
 width: 260px;
 cursor: pointer;
 -webkit-appearance: none;-moz-appearance: none;appearance: none;
 position: relative;
}
.login span, .close span {
 position: relative;
 margin-right: 1em;
 margin: 0;
}
.close {
 background-color: #868686;
}
/* ------------------------------------------------------ */
/* login */
/* ------------------------------------------------------ */
.area_login_form, .area_logout_form{
 background-color: #f6fbff;
 border: 1px solid #ccc;
 margin: 30px auto;
 padding: 30px;
 width: 70%;
}
.area_login_form * ~ label {
 display: inline-block;
 margin-top: 15px;
}
.area_login_form *:last-child {
 margin-bottom: 0;
}
.error {
 color: red;
 font-weight: bold;
}
.info {
 font-weight: bold;
}
.ui-widget-overlay {
 background: #eeeeee url("../image/ui-bg_diagonals-thick_90_eeeeee_40x40.png") 50% 50% repeat;
 opacity: .8;
 filter: Alpha(Opacity=80);
}
