* {
    box-sizing: border-box;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN","Hiragino Sans", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

body, h1, h2, h3, h4, h5, h6, p, div, span, a, li, ul, ol, table, th, td, input, select, textarea {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN","Hiragino Sans", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

body {
    line-height: 1.6;
    min-width: 1000px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a.tel {
    color: #000;
    text-decoration: none;
    cursor: default;
}

ol, ul {
    list-style: none;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.com-display-off {
    display: none;
}

.z1000 {
    position: relative;
    z-index: 1000;
}

/*--------------------------------------------
ボタン
---------------------------------------------*/
.btn {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #000;
    background-color: #fff;
}

.btn.square {
    border-radius: 0 !important;
}

.btn.radius.btn-carlife {
    border-radius: 50px;
}

.btn.radius.btn-carlife.grey {
    background: #ebedee;
}

.btn.no-shadow {
    box-shadow: none !important;
}

.btn .icon.arrow {
    display: inline-block;
    position: relative;
}

.btn .icon.arrow:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #000;
    transform: rotate(45deg);
}

.btn .icon.arrow:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    background: #000;
    transform: rotate(-45deg);
}

.btn .icon.rotate {
    transform-origin: center;
    transform: rotate(90deg);
}

.btn.border {
    color: #000;
    border: 1px solid #878889;
}

.btn.border.border-thin-grey {
    border: 1px solid #d6d6d6;
}

.btn.grey {
    color: #000;
    background-color: #cccccc;
}

.btn.grey.thick {
    color: #fff;
    background-color: #333333;
}

.btn.grey.thick .icon.arrow:before,
.btn.grey.thick .icon.arrow:after {
    background-color: #fff;
}

.btn.grey.thin {
    color: #fff;
    background-color: #666666;
}

.btn.grey.thin .icon.arrow:before,
.btn.grey.thin .icon.arrow:after {
    background-color: #fff;
}

.btn.grey.light {
    background-color: #d9d9d9;
}

.btn.red {
    color: #fff;
    background-color: #e60012;
}

.btn.red .icon.arrow:before,
.btn.red .icon.arrow:after {
    background-color: #fff;
}

.btn.blue {
    color: #000;
    background-color: #a5dce5;
}

.btn.orange {
    color: #fff;
    background-color: #ff8017;
}

.btn.orange .icon.arrow:before,
.btn.orange .icon.arrow:after {
    background-color: #fff;
}

.btn.clr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    box-shadow: none;
}

.btn.clr:hover {
    opacity: 1;
}

.btn.clr p {
    display: flex;
    justify-content: center;
    width: 100%;
    box-shadow: none;
}

.btn.clr p input {
    max-width: 300px;
}

.btn.clr * {
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn.clr *:hover {
    opacity: 0.7;
}

#appDownload .btn {
    width: auto;
    box-shadow: none;
}

.btn {
    width: 400px;
    font-size: 18px;
    padding: 23px 5px 19px;
    box-shadow: 0 3px #e5e5e5;
    border-radius: 6px;
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn .icon.arrow {
    margin-right: 7px;
    top: -2px;
}

.btn.radius {
    width: 260px;
    border-radius: 40px;
}

.btn.radius.btn-carlife {
    width: 400px;
}

.btn:hover {
    opacity: 0.7;
}

.btn_box.to-customer .btn {
    width: 500px;
    height: 58px;
    font-size: 16px;
    padding: 15px 5px;
    background-position: 34px bottom;
    background-size: 44px;
    border-radius: 6px;
}

.btn_box.to-customer .btn .icon {
    right: 40px;
}

.btn-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

.top a {
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;
    display: block;
    text-align: center;
    background: #666;
    border: 1px solid #9e9c9c;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    margin: 20px auto;
}

#entryform input[type="submit"],
#entryform input[type="button"]#confirm,
#entryform button[type="submit"] {
    padding: 0;
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    -webkit-appearance: none;
    background: #666;
    border: 1px solid #9e9c9c;
    font-size: 18px;
    color: #fff;
    margin: 0 0 30px 0;
    cursor: pointer;
}

/*--------------------------------------------
アイコン
---------------------------------------------*/
.icon.new {
    color: #fff;
    font-style: normal;
}

.icon.new.area {
    background: #e60012;
}

.icon.new.life {
    background: #6699cc;
}

.icon.arrow {
    display: inline-block;
    position: relative;
}

.icon.arrow:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #000;
    transform: rotate(45deg);
}

.icon.arrow:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    background: #000;
    transform: rotate(-45deg);
}

.icon.rotate {
    transform-origin: center;
    transform: rotate(90deg);
}

.icon.prev {
    transform-origin: center;
    transform: rotate(180deg);
}

.page-area .icon.new {
    background: #e60012;
}

.page-life .icon.new {
    background: #6699cc;
}

.icon.circle {
    width: 40px;
}

.icon.arrow {
    width: 9px;
    height: 7px;
    margin-right: 7px;
    top: -3px;
}

.icon.arrow:before {
    width: 9px;
    height: 2px;
}

.icon.arrow:after {
    width: 9px;
    height: 2px;
}

/*--------------------------------------------
タイトル
---------------------------------------------*/
.ttl-border-l {
    font-weight: bold;
    line-height: 1.5;
}

.ttl-border-l.red {
    border-left-style: solid;
    border-left-color: #e60012;
}

.ttl-border-l.orange {
    border-left-style: solid;
    border-left-color: #ff8017;
}

.note-list .list {
    position: relative;
    padding-left: 1.2em;
}

.note-list .list:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.note-list.rice .list:before {
    content: "※";
}

.ttl-circle {
    font-size: 24px;
}

.ttl-circle .icon {
    margin-right: 14px;
}

.ttl-border-l {
    font-size: 18px;
    padding-left: 10px;
    border-left-width: 5px;
}

h2.error {
    padding: 0 3px 5px 3px !important;
    font-weight: bold;
    color: #444;
    border-bottom: 1px solid #ccc;
    position: relative;
    border-left: none !important;
    padding-left: 36px !important;
    line-height: 1.7 !important;
}

h2.error:before {
    margin: 0 5px 0 0;
    content: '';
    display: inline-block;
    height: 23px;
    width: 25px;
    background-image: url(/img/attention.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 10px;
}

/*--------------------------------------------
コンテンツ
---------------------------------------------*/
.content {
    font-size: 16px;
    width: 1184px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.content h2 {
    padding-left: 20px;
    font-size: 28px;
    border-left: 5px solid #F00;
    line-height: 50px;
    vertical-align: middle;
    margin-bottom: 30px;
}

.content .headSentence {
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 30px 0;
}

.content .headSentenceRed {
    margin: 0 0 20px 10px;
    color: #ff0000;
}

/*--------------------------------------------
アイコン
---------------------------------------------*/
.i-required::after {
    content: "※必須";
    background-color: #e20000;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    min-width: 10px;
    padding: 5px;
    margin: 0 0 0 5px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    font-style: normal;
}

/*--------------------------------------------
バリデーション
---------------------------------------------*/
.alert-danger {
    color: #e60012;
    min-height: 18px;
    margin-bottom: 5px;
    font-size: 14px;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.alert-danger::before {
    content: "- ";
    color: #e60012;
}

.block.alert-danger-wrap .parts,
.error_common_bg {
    background: #f9e2e2 !important;
}

/*--------------------------------------------
パンくずリスト
---------------------------------------------*/
.breadcrumb-wrap {
    background: url(/img/bc_back.jpg) repeat-x;
}

.breadcrumb {
    height: 38px;
    vertical-align: middle;
    line-height: 38px;
    display: flex;
    font-size: 12px;
    padding-left: 2%;
    width: 1240px;
    margin: 0 auto;
}

.breadcrumb-item a {
    color: #0099FF;
    text-decoration: underline;
}

.breadcrumb li:after {
    padding: 0 0.2rem 0 0.2rem;
    font-size: 1rem;
    font-weight: normal;
    content: '/';
}

.breadcrumb li:last-child::after {
    padding: 0;
    content: "";
}

.no-breadcrumb {
    display: none !important;
}

/* jQuery UI レイアウト調整 start */
.ui-dialog {
    z-index: 11000 !important;
    border-radius: 16px !important;
    border: none !important;
    background: #fff !important;
    border-radius: 0 !important;
}

.ui-dialog .ui-dialog-buttonpane {
    border-radius: 16px;
}

.ui-widget-overlay {
    z-index: 10000 !important;
    background: #000 !important;
    opacity: 0.4 !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
    text-align: right;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    margin: 5px !important;
}

.ui-widget-content {
    border: none !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0 !important;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 0 !important;
}

/* jQuery UI レイアウト調整 end */